5754afbaee50fc2635d252e487cbfed9639fbc40
[claws.git] / ChangeLog.claws
1 2005-02-24 [colin]      1.0.1cvs18
2
3         * src/messageview.c
4                 Don't send out receipts if offline. Ask.
5
6 2005-02-23 [colin]      1.0.1cvs17
7
8         * src/compose.c
9                 Encode parts when signing
10
11 2005-02-23 [colin]      1.0.1cvs16
12
13         * src/compose.c
14         * src/procmsg.c
15                 Fix mimeinfo leakages
16
17 2005-02-21 [colin]      1.0.1cvs15
18
19         * src/compose.c
20                 Fix signing/encrypting still on after
21                 privacy system has been disabled
22
23 2005-02-18 [colin]      1.0.1cvs14
24
25         * src/quote_fmt_lex.l
26         * src/quote_fmt_parse.y
27                 Bugfix: Fix parser init (patch by Ivan)
28
29 2005-02-18 [colin]      1.0.1cvs13
30
31         * src/plugins/pgpmime/pgpmime.c
32                 Fix build (missed my `mv`)
33
34 2005-02-18 [colin]      1.0.1cvs12
35
36         * src/Makefile.am
37         * src/privacy.c         ** RE-ADDED **
38         * src/privacy.cpp       ** REMOVED **
39         * src/privacy.h
40         * src/plugins/pgpmime/Makefile.am
41         * src/plugins/pgpmime/passphrase.h
42         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
43         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
44         * src/plugins/pgpmime/pgpmime.h
45         * src/plugins/pgpmime/prefs_gpg.h
46         * src/plugins/pgpmime/select-keys.h
47         * src/plugins/pgpmime/sgpgme.h
48                 Revert huge API breakage.
49
50 2005-02-16 [christoph]  1.0.1cvs11
51
52         * src/mh.c
53                 add scan required function for MH folders
54
55         (Patch by Ivan Rayner <ivanr@sgi.com>)
56
57 2005-02-15 [christoph]  1.0.1cvs10
58
59         * src/plugins/pgpmime/pgpmime.cpp
60         * src/plugins/pgpmime/pgpmime.h
61                 add sign and encrypt functions
62
63 2005-02-15 [christoph]  1.0.1cvs9
64
65         * configure.ac
66         * src/Makefile.am
67         * src/privacy.c                                 ** REMOVE **
68         * src/privacy.cpp                               ** NEW **
69         * src/privacy.h
70         * src/plugins/pgpmime/Makefile.am
71         * src/plugins/pgpmime/passphrase.h
72         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
73         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
74         * src/plugins/pgpmime/pgpmime.h
75         * src/plugins/pgpmime/prefs_gpg.h
76         * src/plugins/pgpmime/select-keys.h
77         * src/plugins/pgpmime/sgpgme.h
78                 change Privacy-API to C++
79
80 2005-02-15 [colin]      1.0.1cvs8
81
82         * src/mimeview.c
83         * src/common/utils.c
84                 Sanitize substitution for saved filenames:
85                 only \ / * and \r \n \t are bad. 
86
87 2005-02-15 [colin]      1.0.1cvs7
88
89         * src/compose.c
90         * src/procmime.c
91                 Optimize (constant instead of strlen). Thanks
92                 Alfons for the hint.
93
94 2005-02-14 [colin]      1.0.1cvs6
95
96         * src/compose.c
97         * src/procmime.c
98                 Use quoted-printable instead of 7bit or 8bit
99                 to encode "^From " and avoid mail corruption 
100                 on the MTA, as specified by RFC 3156. Thanks
101                 Hoa for the hint.
102
103 2005-02-12 [colin]      1.0.1cvs5
104
105         * src/filtering.c
106                 Remove wrong use of compose struct after
107                 compose_send(). Spotted by Alfons and Holger Berndt.
108
109 2005-02-10 [paul]       1.0.1cvs4
110
111         * src/compose.c
112                 sync with main, see ChangeLog 2005-02-10
113
114 2005-02-10 [colin]      1.0.1cvs3
115
116         * src/mainwindow.c
117                 dereference freed messageview,
118                 and don't try to use it after free.
119                 This caused occasional late segfaults
120                 when quitting.
121
122 2005-02-10 [colin]      1.0.1cvs2
123
124         * src/messageview.c
125                 Don't display html with plugin automatically
126                 (Dillo steals focus)
127
128 2005-02-09 [colin]      1.0.1cvs1
129
130         * src/mimeview.c
131         * src/mimeview.h
132         * src/messageview.c
133                 Display first relevant part using plugin
134                 if not text/plain if possible (useful for 
135                 vCalendar for example)
136
137 2005-02-08 [paul]       1.0.1
138
139         1.0.1 released
140
141 2005-02-08 [paul]       1.0.0cvs29
142
143         * po/de.po
144         * po/es.po
145         * po/fr.po
146         * po/it.po
147         * po/pt_BR.po
148         * po/sk.po
149         * po/sr.po
150                 updated by Thomas Gilgin, Ricardo Mones Lastra,
151                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
152                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
153
154 2005-02-05 [paul]       1.0.0cvs28
155
156         * src/compose.c
157                 fix Bug 682 'redirect is broken'
158
159
160 2005-02-05 [thorsten]   1.0.0cvs27
161
162         * src/partial_download.c
163                 fix buf overflow
164
165 2005-02-03 [colin]      1.0.0cvs26
166
167         * src/common/plugin.c
168                 Don't load GTK2 plugins at all. This solves
169                 the plugins problem when switching between
170                 GTK1 and GTK2 version.
171
172 2005-02-02 [colin]      1.0.0cvs25
173
174         * src/messageview.c
175                 Fix dangerous typo
176
177 2005-01-31 [colin]      1.0.0cvs24
178
179         * src/compose.c
180                 Fix MsgInfo reference leak
181
182 2005-01-28 [colin]      1.0.0cvs23
183
184         * src/folderview.c
185                 Change check - partial_recv is not cached.
186
187 2005-01-28 [colin]      1.0.0cvs22
188
189         * src/folderview.c
190                 Don't call partial_mark_for_delete() when 
191                 it's useless
192
193 2005-01-27 [colin]      1.0.0cvs21
194
195         * src/procmsg.c
196         * src/compose.c
197                 Fix build - sorry.
198
199 2005-01-27 [christoph]  1.0.0cvs20
200
201         * src/folder.c
202                 use normal message remove function if a folder has no function
203                 to remove all messages
204
205         * src/folderview.c
206                 fix memory leak
207
208 2005-01-27 [colin]      1.0.0cvs19
209
210         * src/procmime.c
211                 Forgot to commit this file with cvs18.
212
213 2005-01-27 [colin]      1.0.0cvs18
214
215         * src/compose.c
216                 Uhm, better not touch the original msginfo_list.
217
218 2005-01-27 [colin]      1.0.0cvs17
219
220         * src/procmsg.c
221         * src/procmsg.h
222                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
223         * src/compose.c
224                 ... And use it to be able to reply to the currently 
225                 selected MimeInfo.
226
227 2005-01-27 [colin]      1.0.0cvs16
228
229         * src/messageview.c
230         * src/summaryview.c
231         * src/compose.c
232         * src/compose.h
233         * src/toolbar.c
234         * src/mainwindow.c
235                 Factorize this reply mess
236
237 2005-01-26 [paul]       1.0.0cvs15
238
239         * ChangeLog
240         * ChangeLog.jp
241         * src/common/template.c
242                 sync with main, (fix memory leak), see ChangeLog
243                 2005-01-25
244
245 2005-01-25 [paul]       1.0.0cvs14
246
247         * src/compose.c
248                 compose_redirect(): fix sensitivity of attachment 
249                 "Properties..." button
250
251 2005-01-24 [colin]      1.0.0cvs13
252
253         * src/summaryview.c
254                 Freeze clist during operations involving message
255                 lists.
256
257 2005-01-24 [paul]       1.0.0cvs12
258
259         * ChangeLog
260         * ChangeLog.jp
261         * src/messageview.c
262         * src/mh.c
263         * src/common/utils.c
264                 sync with main, see ChangeLog 2005-01-19
265
266 2005-01-24 [colin]      1.0.0cvs11
267
268         * src/procheader.c
269                 Fix build with MIPSpro compiler.
270                 Patch by Ivan Rayner <ivanr@sgi.com>
271
272 2005-01-24 [colin]      1.0.0cvs10
273
274         * src/folderview.c
275                 Use (+) in collapsed folders with quicksearch-
276                 matching subfolders
277
278 2005-01-23 [holger]     1.0.0cvs9
279
280         * src/crash.c
281                 Include missing header file
282
283 2005-01-22 [colin]      1.0.0cvs8
284
285         * src/summaryview.c
286         * src/gtk/quicksearch.c
287                 Make recursive quicksearch work in
288                 root folders (and code fixes)
289
290 2005-01-21 [colin]      1.0.0cvs7
291
292         * src/summaryview.c
293                 Set cursor to wait while looking in subfolders
294
295 2005-01-21 [colin]      1.0.0cvs6
296
297         * src/summaryview.c
298                 Don't clear quicksearch if recursion is on,
299                 even if !sticky
300
301 2005-01-21 [colin]      1.0.0cvs5
302
303         * src/gtk/quicksearch.c
304         * src/prefs_common.c
305         * src/prefs_common.h
306                 Add option to recurse or not
307
308 2005-01-21 [colin]      1.0.0cvs4
309
310         * src/folder.h
311         * src/folderview.c
312         * src/folderview.h
313         * src/summaryview.c
314         * src/gtk/quicksearch.c
315         * src/gtk/quicksearch.h
316                 Make quicksearch recursive - results materialized
317                 by search icons in the folderview.
318
319 2005-01-20 [holger]     1.0.0cvs3
320
321         * src/addrindex.c
322         * src/addrindex.h
323                 Add addrindex_load_person_attribute() (for plugins)
324
325 2005-01-19 [colin]      1.0.0cvs2
326
327         * src/mbox.c
328         * src/mbox.h
329         * src/mainwindow.c
330         * src/summaryview.c
331         * src/summaryview.h
332                 Add an easy way to export specific messages
333                 to an mbox file.
334
335 2005-01-19 [paul]       1.0.0cvs1
336
337         * po/ja.po
338         * po/ko.po
339                 updated by  Rui Hirokawa and
340                 SungHyun Nam
341
342 2005-01-18 [paul]       1.0.0
343
344         * version 1.0.0 released
345
346 2005-01-17 [thorsten]   0.9.13cvs38
347
348         * src/crash.c
349         * src/gtk/pluginwindow.c
350                 return value of filesel should not be free()d
351
352 2005-01-17 [paul]       0.9.13cvs37
353
354         * AUTHORS
355         * po/es.po
356         * po/fr.po
357         * po/hr.po
358         * po/it.po
359         * po/pt_BR.po
360         * po/sk.po
361         * po/sr.po
362                 update translations. submitted by Ricardo Mones
363                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
364                 Frederico Goncalves Guimaraes, Andrej Kacian,
365                 Aleksandar Urosevic
366
367 2005-01-16 [colin]      0.9.13cvs36
368
369         * src/prefs_toolbar.c
370                 Fix two leaks, both found by Alfons.
371
372 2005-01-15 [paul]       0.9.13cvs35
373
374         * src/gtk/pluginwindow.c
375                 fix 2 memleaks, patch by Alfons
376
377 2005-01-15 [paul]       0.9.13cvs34
378
379         * ChangeLog
380         * ChangeLog.jp
381         * src/common/template.c
382                 sync with main, see ChangeLog 2005-01-11
383                 (fix potential memory corruption bug)
384
385 2005-01-14 [colin]      0.9.13cvs33
386
387         * src/html.c
388         * src/msgcache.c
389                 Fix coding style issues from the last patch
390
391 2005-01-14 [colin]      0.9.13cvs32
392
393         * src/msgcache.c
394                 Fix possible double free, avoid putting 8k on the stack
395         * src/html.c
396         * src/html.h
397                 Fix links with tags inside, add some entities
398         * AUTHORS
399                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
400
401 2005-01-09 [thorsten]   0.9.13cvs31
402
403         * tools/calypso_convert.pl
404                 support nested subdirs (possible in recent calypso versions)
405                 fix "change of readonly value" error with perl >= 5.8
406
407 2005-01-08 [colin]      0.9.13cvs30
408
409         * src/prefs_filtering_action.c
410                 Plug leak - patch by Alfons
411
412 2005-01-07 [paul]       0.9.13cvs29
413
414         * ChangeLog
415         * ChangeLog.jp
416         * src/pop.c
417         * src/pop.h
418                 sync with main, see ChangeLog 2005-01-06
419
420 2005-01-06 [colin]      0.9.13cvs28
421
422         * src/prefs_matcher.c
423                 Plug leak. Patch by Alfons
424
425 2005-01-04 [christoph]  0.9.13cvs27
426
427         * src/folderview.c
428         * src/imap_gtk.c
429         * src/news_gtk.c
430                 Create extra popup menu entries for account settings
431
432         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
433
434 2005-01-03 [colin]      0.9.13cvs26
435
436         * src/main.c
437                 Plugins should be loaded before --receive or --receive-all 
438                 is processed. 
439                 Patch by Felix Eckhofer <felix-ml@tribut.de>
440
441 2005-01-03 [colin]      0.9.13cvs25
442
443         * src/pop.c
444         * src/pop.h
445                 Add data_len member, because we can get NULs from network
446                 Patch by Alfons
447
448 2005-01-01 [colin]      0.9.13cvs24
449
450         * src/procmime.c
451                 Fix possible memleak in corner case - found by
452                 Martin Kluge, patch by Alfons
453
454 2004-12-30 [colin]      0.9.13cvs23
455
456         * src/account.c
457                 Fix prototypes - patch by Alfons
458
459 2004-12-30 [paul]       0.9.13cvs22
460
461         * ChangeLog
462         * ChangeLog.jp
463         * NEWS
464         * src/account.c
465                 sync with main 1.0.0.
466                 see ChangeLog 2004-12-22
467
468 2004-12-18 [paul]       0.9.13cvs21
469
470         * AUTHORS
471         * ChangeLog
472         * ChangeLog.jp
473         * src/action.c
474                 sync with main, see ChangeLog 2004-12-17
475
476 2004-12-17 [thorsten]   0.9.13cvs20
477
478         * src/compose.c
479                 protect trailing spaces when signing message
480
481 2004-12-16 [paul]       0.9.13cvs19
482
483         * ChangeLog
484         * ChangeLog.jp
485         * NEWS
486         * src/compose.c
487         * src/syldap.c
488                 sync with main 1.0.0rc
489                 see ChangeLog 2004-12-15
490
491 2004-12-14 [colin]      0.9.13cvs18
492
493         * src/gtk/prefswindow.c
494                 Fix build. Sorry :)
495
496 2004-12-14 [colin]      0.9.13cvs17
497
498         * src/gtk/gtkutils.c
499         * src/gtk/gtkutils.h
500         * src/gtk/prefswindow.c
501                 Catch Enter in prefswindow while in text
502                 widget. Patch by Alfons.
503
504 2004-12-14 [paul]       0.9.13cvs16
505
506         * ChangeLog
507         * ChangeLog.jp
508         * src/action.c
509         * src/compose.c
510         * src/common/utils.c
511                 sync with main, see ChangeLog entries 2004-12-10
512                 and 2004-12-13
513
514         * po/ru.po
515                 updated by Pavlo Bohmat
516
517 2004-12-13 [thorsten]   0.9.13cvs15
518
519         * src/plugins/spamassassin/libspamc.c
520                 fix memleak
521
522 2004-12-13 [colin]      0.9.13cvs14
523
524         * src/gtk/prefswindow.c
525         * src/gtk/pluginwindow.c
526                 Fix key_pressed handlers
527
528 2004-12-11 [colin]      0.9.13cvs13
529
530         * src/quote_fmt_parse.y
531                 Rework quote_fmt_parse to use less local 
532                 arrays in local blocks, so it doesn't 
533                 freak out IBM's stack protector. Patch
534                 by Alfons.
535
536 2004-12-10 [colin]      0.9.13cvs12
537
538         * src/messageview.c
539                 Fix logic error
540         * src/mainwindow.c
541                 Fix corruptions when de-separating messageview
542
543 2004-12-10 [paul]       0.9.13cvs11
544
545         * src/prefs_themes.c
546                 use a different set of icons for the Preview
547
548 2004-12-09 [colin]      0.9.13cvs10
549
550         * src/procmime.c
551                 Fix procmime_encode_content doing horribly wrong
552                 stuff when encoding to B64 from memory
553
554 2004-12-08 [colin]      0.9.13cvs9
555
556         * src/gtk/colorlabel.c
557                 Fix color label off-by-one
558                 Patch by Alfons
559
560 2004-12-08 [hoa]        0.9.13cvs8
561
562         * src/quote_fmt_parse.y
563                 really fix buffer overflow
564
565 2004-12-08 [colin]      0.9.13cvs7
566
567         * src/matcher_parser_parse.y
568         * src/msgcache.c
569         * src/prefs_matcher.c
570         * src/procheader.c
571         * src/matcher.c
572         * src/common/defs.h
573                 Cache total_size and use that to speed up
574                 'partial' match.
575                 Add 'partial' to the list of useable stuff
576                 in filtering
577
578 2004-12-08 [paul]
579
580         * po/sr.po
581                 updated by URKE MMI
582
583 2004-12-08 [colin]      0.9.13cvs6
584
585         * src/textview.c
586                 Fix possible boundary overrun in
587                 get_email_part(). Patch by Alfons
588
589 2004-12-08 [hoa]        0.9.13cvs5
590
591         * src/quote_fmt_parse.y
592                 fix buffer overflow
593                 http://bugs.gentoo.org/show_bug.cgi?id=67253
594
595 2004-12-07 [thorsten]   0.9.13cvs4
596
597         * src/procmime.c
598                 fix leak introduced with 0.9.13cvs1
599
600 2004-12-07 [keith]      0.9.13cvs3
601
602         * src/procmime.c
603                 Fix typo
604
605 2004-12-07 [colin]      0.9.13cvs2
606
607         * AUTHORS
608         * src/prefs_account.c
609         * src/common/smtp.c
610         * src/common/smtp.h
611                 Add SMTP PLAIN authentication. Patch by 
612                 George Michaelson <ggm@apnic.net>
613
614 2004-12-07 [thorsten]   0.9.13cvs1
615
616         * src/procmime.c
617                 [Bug 650] reply button causes crash
618                 Patch partly by David Relson
619
620 2004-12-06 [paul]       0.9.13
621
622         0.9.13 released
623
624 2004-12-06 [paul]
625
626         * po/sk.po
627                 updated by Andrej Kacian
628         * INSTALL
629         * README.claws
630                 updated
631         
632 2004-12-06 [christoph]
633
634         * configure.ac
635                 move GPGME check to PGP/MIME plugin checks
636
637 2004-12-06 [colin]      0.9.12cvs187
638
639         * src/compose.c
640                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
641
642 2004-12-06 [paul]       0.9.12cvs186
643
644         * INSTALL
645         * README.claws
646                 updated
647         * po/es.po
648         * po/fr.po
649         * po/it.po
650         * po/ja.po
651         * po/pt_BR.po
652         * po/zh_CN.po
653                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
654                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
655                 and Yang Guilong
656
657 2004-12-05 [paul]       0.9.12cvs185
658
659         * INSTALL
660         * Makefile.am
661         * README.claws
662                 update
663         * TODO.claws    **REMOVED**
664                 removed, use the wiki instead
665         * tools/Makefile.am
666         * tools/README
667                 remove newscache_conv.pl from the release package
668                 and notes as it is broken and not currently maintained
669         * tools/filter_conv.pl
670                 use --config-dir to find claws' config dir
671         * tools/kdeservicemenu/README
672         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
673         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
674                 make a top-level menu entry
675
676 2004-12-04 [paul]       0.9.12cvs184
677
678         * src/addrharvest.c
679                 conv_unmime_header_overwrite(name)
680
681 2004-12-04 [colin]      0.9.12cvs183
682
683         * src/compose.c
684                 Fix saving of compose window position
685                 when sending mail. Patch by Alfons.
686
687 2004-12-04 [paul]       0.9.12cvs182
688
689         * ChangeLog
690         * ChangeLog.jp
691         * INSTALL
692         * NEWS
693         * README
694         * README.jp
695         * doc/manual/ja/Makefile.am
696         * doc/manual/ja/sylpheed-1.html
697         * doc/manual/ja/sylpheed-10.html
698         * doc/manual/ja/sylpheed-11.html
699         * doc/manual/ja/sylpheed-12.html
700         * doc/manual/ja/sylpheed-13.html
701         * doc/manual/ja/sylpheed-14.html
702         * doc/manual/ja/sylpheed-15.html
703         * doc/manual/ja/sylpheed-16.html
704         * doc/manual/ja/sylpheed-17.html
705         * doc/manual/ja/sylpheed-18.html
706         * doc/manual/ja/sylpheed-19.html
707         * doc/manual/ja/sylpheed-2.html
708         * doc/manual/ja/sylpheed-20.html
709         * doc/manual/ja/sylpheed-3.html
710         * doc/manual/ja/sylpheed-4.html
711         * doc/manual/ja/sylpheed-5.html
712         * doc/manual/ja/sylpheed-6.html
713         * doc/manual/ja/sylpheed-7.html
714         * doc/manual/ja/sylpheed-8.html
715         * doc/manual/ja/sylpheed-9.html
716         * doc/manual/ja/sylpheed.html
717         * doc/manual/ja/sylpheed.sgml
718         * src/Makefile.am
719         * src/procmime.c
720         * src/pixmaps/regular.xpm **REMOVED**
721                 sync with main 1.0.0beta4, including: "canonicalize text files
722                 before encoding to BASE64, and uncanonicalize after decoding
723                 to conform with RFC 2045" 
724
725 2004-12-03 [christoph]  0.9.12cvs181
726
727         * src/compose.c
728                 build the Privacy System menu without GtkItemFactory to
729                 allow '/' in Privacy System names
730
731         * src/plugins/pgpmime/pgpmime.c
732         * src/plugins/pgpmime/plugin.c
733                 Update description and change Privacy System name
734
735 2004-12-03 [paul]
736
737         * src/pixmaps/dir_close.xpm
738         * src/pixmaps/dir_open.xpm
739         * src/pixmaps/drafts_close.xpm
740         * src/pixmaps/drafts_open.xpm
741         * src/pixmaps/group.xpm
742         * src/pixmaps/unread.xpm
743                 update icons (sync with main (adjust hue))      
744
745 2004-12-02 [paul]       0.9.12cvs180
746
747         * ChangeLog
748         * ChangeLog.jp
749         * src/Makefile.am
750         * src/pop.c
751         * src/common/utils.c
752         * src/common/utils.h
753         * src/pixmaps/folder.xpm **REMOVED**
754                 sync with main
755                 fixes bug 644 'extra CRs in subject line break filtering' 
756
757 2004-12-02 [colin]      0.9.12cvs179
758
759         * src/compose.c
760                 Prevent duplicate edition of queued
761                 and drafted mails
762
763 2004-12-02 [colin]      0.9.12cvs178
764
765         * src/compose.c
766                 Fix quote linewrapping ignoring pref
767                 Patch by Alfons
768
769 2004-11-30 [colin]      0.9.12cvs177
770
771         * src/gtk/prefswindow.c
772         * src/gtk/pluginwindow.c
773                 Add shortcut keys to prefs window
774                 and plugin window. Patch by Fabien Vantard.
775
776 2004-11-29 [colin]      0.9.12cvs176
777
778         * src/folderview.c
779                 Fix disappearing separators in folderview's popup
780
781 2004-11-29 [colin]      0.9.12cvs175
782
783         * src/procmime.c
784                 Another format bug
785
786 2004-11-29 [colin]      0.9.12cvs174
787
788         * src/pop.c
789                 Fix format string
790
791 2004-11-26 [colin]      0.9.12cvs173
792
793         * src/common/smtp.c
794         * src/common/smtp.h
795                 Use ESMTP for all servers advertising it
796                 Add SIZE= parameter to MAIL command for 
797                 ESMTP servers
798
799 2004-11-24 [colin]      0.9.12cvs172
800
801         * src/plugins/pgpmime/pgpmime.c
802                 Forgot one :(
803
804 2004-11-24 [colin]      0.9.12cvs171
805
806         * src/plugins/pgpmime/pgpmime.c
807                 Fix numerous GpgmeGtk leaks
808
809 2004-11-24 [colin]      0.9.12cvs170
810
811         * src/plugins/pgpmime/pgpmime.c
812                 Fix numerous GpgmeCtx leaks
813
814 2004-11-24 [colin]      0.9.12cvs169
815
816         * src/plugins/pgpmime/plugin.c
817                 Update requirements
818         * src/plugins/trayicon/Makefile.am
819         * src/plugins/trayicon/newmarkedmail.xpm
820         * src/plugins/trayicon/trayicon.c
821         * src/plugins/trayicon/unreadmarkedmail.xpm
822                 Add new icons when there are unread marked mails
823                 answers
824
825 2004-11-23 [thorsten]   0.9.12cvs168
826
827         * src/plugins/pgpmime/plugin.c
828                 typo: plugin_init instead of plugin_done
829
830 2004-11-23 [thorsten]   0.9.12cvs167
831
832         * commitHelper
833                 o add me
834         * src/partial_download.c
835         * src/partial_download.h
836                 o fix path for includes
837
838 2004-11-23 [colin]      0.9.12cvs166
839
840         * src/procmime.c
841                 Uh, changed API.
842
843 2004-11-23 [colin]      0.9.12cvs165
844
845         * src/procmime.c
846                 Fix mime headers wrapping
847
848 2004-11-23 [christoph]  0.9.12cvs164
849
850         * src/common/Makefile.am
851         * src/common/partial_download.[ch]
852         * src/Makefile.am
853         * src/partial_download.[ch]
854         * src/folderview.c
855                 move to src because it depends on src stuff
856
857         * src/codeconv.c
858         * src/common/base64.h
859                 move B64LEN macro to base64.h
860
861         * src/compose.c
862         * src/privacy.[ch]
863                 add PrefsAccount to sign-function parameters
864
865         * src/main.c
866         * src/prefs_account.[ch]
867         * src/gtk/prefswindow.[ch]
868                 o use new prefswindow for account prefs
869                 o add possibility to add new pages to account prefs
870
871         * src/plugins/pgpmime/prefs_gpg.[ch]
872         * src/plugins/pgpmime/prefs_gpg.glade
873                 add account prefs for GPG
874
875         * src/plugins/pgpmime/pgpmime.c
876         * src/plugins/pgpmime/sgpgme.[ch]
877                 create signers list based on the GPG account prefs
878
879 2004-11-23 [colin]      0.9.12cvs163
880
881         * src/main.c
882                 Fix cursor going from normal to wait
883                 as many times as there are folders
884                 (very noticeable on exported displays)
885
886 2004-11-23 [colin]      0.9.12cvs162
887
888         * src/msgcache.c
889                 HEAD needs this leak fix too
890
891 2004-11-22 [luke]       0.9.12cvs161
892
893         * src/gtk/gtkstext.c
894                 'Up' key moves one line (not one paragraph) like 'Down'
895
896 2004-11-22 [paul]       0.9.12cvs160
897
898         * src/prefs_themes.c
899                 fix oversized GtkFrames
900
901 2004-11-19 [paul]       0.9.12cvs159
902
903         * src/prefs_common.c
904                 update prefs_keybind_apply_clicked()
905
906 2004-11-18 [paul]       0.9.12cvs158
907
908         * src/compose.c
909         * src/messageview.c
910         * src/common/utils.c
911         * src/common/utils.h
912                 use Message-ID format like that previously
913                 used in compose_generate_msgid()
914
915 2004-11-17 [christoph]  0.9.12cvs157
916
917         * src/mainwindow.c
918         * src/prefs_common.c
919                 integrate "Common preferences" into new preferences dialog
920
921 2004-11-17 [colin]      0.9.12cvs156
922
923         * src/prefs_account.c
924         * src/prefs_account.h
925         * src/procmsg.c
926                 Add an option to let the user choose to store encrypted
927                 mail as clear text or encrypted.
928
929 2004-11-17 [colin]      0.9.12cvs155
930
931         * src/compose.c
932         * src/toolbar.c
933                 Be verbose when sending fails
934         * src/procmsg.c
935                 Fix procmsg_send_queue returning 0 when there's an error
936                 Don't send messages to be encrypted to nobody 
937
938
939 2004-11-17 [colin]      0.9.12cvs154
940
941         * src/privacy.c
942                 Fix more pointer confusion
943
944 2004-11-17 [paul]       0.9.12cvs153
945
946         * src/procmime.h
947                 forgotten in sync with main 1.0.0beta3
948
949
950 2004-11-17 [paul]       0.9.12cvs152
951
952         * ChangeLog
953         * ChangeLog.jp
954         * NEWS
955         * src/compose.c
956         * src/jpilot.c
957         * src/procmime.c
958                 sync with main 1.0.0beta3
959                 see ChangeLog 2004-11-15 and 2004-11-16
960
961 2004-11-17 [colin]      0.9.12cvs151
962
963         * src/plugins/pgpmime/pgpmime.c
964                 Remove debug printf
965
966 2004-11-17 [colin]      0.9.12cvs150
967
968         * src/plugins/pgpmime/pgpmime.c
969                 Fix off-by-one causing segs
970
971 2004-11-17 [colin]      0.9.12cvs149
972
973         * src/procmsg.c
974                 < Reboot_> don't compare pointers to NULL with !
975                 So, use the other form to bring consistency.
976                 Also fix coding style.
977
978 2004-11-16 [colin]      0.9.12cvs148
979
980         * src/procmsg.c
981                 Fix the fix :)
982
983 2004-11-16 [colin]      0.9.12cvs147
984
985         * src/procmsg.c
986                 Fix leaks in procmsg_send_message_queue
987
988 2004-11-12 [paul]       0.9.12cvs146
989
990         * src/prefs_account.c
991         * src/procmime.c
992         * src/procmime.h
993                 fix sync breakage 
994
995 2004-11-12 [paul]
996
997         * src/pixmaps/complete.xpm
998         * src/pixmaps/continue.xpm
999                 small sync with main, see ChangeLog 2004-11-11
1000
1001 2004-11-11 [paul]       0.9.12cvs145
1002
1003         * ChangeLog
1004         * ChangeLog.jp
1005         * src/account.c
1006         * src/folderview.c
1007         * src/folderview.h
1008         * src/imap.c
1009         * src/imap_gtk.c
1010         * src/inc.c
1011         * src/mainwindow.c
1012         * src/mh_gtk.c
1013         * src/news_gtk.c
1014         * src/pop.c
1015         * src/prefs_account.c
1016         * src/prefs_account.h
1017         * src/prefs_ext_prog.c
1018         * src/procmsg.c
1019         * src/procmsg.h
1020         * src/summary_search.c
1021         * src/summaryview.c
1022         * src/textview.c
1023         * src/common/defs.h
1024         * src/common/utils.c
1025         * src/common/utils.h
1026         * src/gtk/menu.c
1027         * src/gtk/menu.h
1028                 sync with main 1.0.0beta2 (plus 4)
1029
1030 2004-11-09 [christoph]  0.9.12cvs144
1031
1032         * src/compose.c
1033         * src/prefs_account.[ch]
1034                 add option menu to select default privacy system
1035
1036         * src/plugins/pgpmime/pgpmime.c
1037                 better memory allocation
1038
1039         * src/folder.c
1040                 syncronize flags when scanning a folder
1041
1042 2004-11-08 [colin]      0.9.12cvs143
1043
1044         * src/summaryview.c
1045                 Prevent useless folder count updates while 
1046                 quicksearch is running. It is really annoying 
1047                 while quicksearch is running a full-mail
1048                 scan, like 'b foo', in a big folder.
1049
1050 2004-11-08 [colin]      0.9.12cvs142
1051
1052         * src/textview.c
1053                 Really fix these mail URIs
1054
1055 2004-11-08 [colin]      0.9.12cvs141
1056
1057         * src/textview.c
1058                 fix "colin@colino.net" <colin@colino.net> 
1059                 types of URIs
1060
1061 2004-11-06 [colin]      0.9.12cvs140
1062
1063         * src/compose.c
1064                 Don't ask for passphrase if not sending
1065
1066 2004-11-05 [christoph]  0.9.12cvs139
1067
1068         * src/compose.c
1069                 o encode text content of composed mails
1070         * src/procmime.c
1071                 o allow encoding of MimeInfos that are stored in memory buffers
1072                 
1073
1074 2004-11-03 [paul]       0.9.12cvs138
1075
1076         * po/POTFILES.in
1077                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1078                 Patch submitted by Fabien Vantard
1079
1080         * src/prefs_ext_prog.c
1081                 fix typos. Patch submitted by Fabien Vantard
1082
1083         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1084         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1085                 add German, Spanish, Italian, Brazilian Portuguese,
1086                 and Slovak translations. Submitted by Thomas Gilgin,
1087                 J. José del Río 'partymola', Andrea Spadaccini,
1088                 Frederico Goncalves Guimaraes, and Andrej Kacian
1089
1090 2004-11-01 [christoph]  0.9.12cvs137
1091
1092         * src/procmime.c
1093                 implement RFC2231's parameter encoding
1094
1095 2004-10-29 [colin]      0.9.12cvs136
1096
1097         * src/common/utils.c
1098                 Fix boundary delimiter (a Pine user gets this:
1099                 > Malformed message: Unexpected characters at end of parameters:
1100                 > =_Thu__28_Oct_2)
1101
1102 2004-10-29 [paul]
1103
1104         * tools/textviewer.sh
1105                 fix typo. patch submitted by Johann Koenig 
1106                 <explosive@hvc.rr.com>
1107
1108 2004-10-29 [paul]
1109
1110         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1111         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1112                 add French translations, submitted by Fabien Vantard
1113
1114 2004-10-28 [christoph]  0.9.12cvs135
1115
1116         * doc/src/rfc2231.txt                           ** NEW **
1117         * src/procmime.c
1118         * src/common/quoted-printable.c
1119         * src/common/utils.[ch]
1120                 implement RFC2231's parameter decoding
1121
1122 2004-10-27 [paul]
1123
1124         * tools/kdeservicemenu/README
1125         * tools/kdeservicemenu/install.sh
1126         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1127         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1128         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1129                 output files to /tmp instead of littering the
1130                 current dir
1131                 add uninstall function
1132                 refactor
1133
1134 2004-10-26 [christoph]  0.9.12cvs134
1135
1136         * src/procmime.c
1137                 better check if parameters have to be in quoted string
1138
1139 2004-10-25 [paul]
1140
1141         * tools/kdeservicemenu/README
1142         * tools/kdeservicemenu/install.sh
1143         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1144         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1145         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1146                 add files for Sylpheed Service Menu in Konqueror
1147
1148 2004-10-22 [paul]       0.9.12cvs133
1149
1150         * src/compose.c
1151         * src/prefs_common.c
1152         * src/prefs_common.h
1153         * src/prefs_wrapping.c
1154                 remove 'smart wrapping'
1155
1156 2004-10-21 [colin]      0.9.12cvs132
1157
1158         * src/compose.c
1159                 Remove extraneous separator in Options
1160
1161 2004-10-21 [colin]      0.9.12cvs131
1162
1163         * src/compose.c
1164                 Replace "unknown" attachments by "application/octet-stream"
1165                 Be a bit more defensive when using strchr
1166
1167 2004-10-20 [paul]
1168
1169         * po/ru.po
1170                 updated by Pavlo Bohmat
1171
1172 2004-10-19 [christoph]  0.9.12cvs130
1173
1174         * src/compose.c
1175                 fix wrong menu entry path
1176
1177         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1178
1179         * src/gtk/menu.c
1180                 add extra check for missing menu entries
1181
1182 2004-10-19 [christoph]  0.9.12cvs129
1183
1184         * src/compose.c
1185         * src/common/utils.c
1186                 use utils' generate_msgid() in compose.c
1187
1188 2004-10-18 [christoph]  0.9.12cvs128
1189
1190         * src/plugins/pgpmime/passphrase.c
1191         * src/plugins/pgpmime/pgpmime.c
1192         * src/plugins/pgpmime/prefs_gpg.[ch]
1193         * src/plugins/pgpmime/prefs_gpg.glade
1194         * src/plugins/pgpmime/sgpgme.c
1195                 add GPG prefs
1196
1197 2004-10-18 [christoph]  0.9.12cvs127
1198
1199         * src/addrbook.c
1200         * src/addrcache.c
1201         * src/addressbook.c
1202         * src/codeconv.c
1203         * src/compose.c
1204         * src/customheader.c
1205         * src/editaddress.c
1206         * src/editgroup.c
1207         * src/exporthtml.c
1208         * src/folder.c
1209         * src/folderview.c
1210         * src/imap.c
1211         * src/jpilot.c
1212         * src/main.c
1213         * src/matcher_parser_parse.y
1214         * src/mbox.c
1215         * src/pop.c
1216         * src/prefs_account.c
1217         * src/prefs_gtk.c
1218         * src/prefs_msg_colors.c
1219         * src/procheader.c
1220         * src/procmime.[ch]
1221         * src/procmsg.c
1222         * src/summaryview.c
1223         * src/textview.c
1224         * src/common/base64.c
1225         * src/common/partial_download.c
1226         * src/common/socket.c
1227         * src/common/sylpheed.c
1228         * src/common/utils.[ch]
1229         * src/gtk/filesel.c
1230         * src/gtk/pluginwindow.c
1231         * src/gtk/quicksearch.c
1232         * src/plugins/pgpmime/pgpmime.c
1233         * src/plugins/pgpmime/plugin.c
1234         * src/plugins/pgpmime/select-keys.c
1235         * src/plugins/pgpmime/sgpgme.c
1236         * src/plugins/spamassassin/libspamc.c
1237         * src/plugins/trayicon/trayicon.c
1238         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1239         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1240                 o don't use any GNU C extensions
1241                 o fix warnings
1242                 o replace some non-POSIX functions
1243
1244         * src/plugins/spamassassin/spamassassin.[ch]
1245         * src/plugins/spamassassin/spamassassin_gtk.c
1246         * src/plugins/clamav/clamav_plugin.[ch]
1247         * src/plugins/clamav/clamav_plugin_gtk.c
1248                 replace statusbar_print_all() from common code because it is a
1249                 GUI function
1250
1251 2004-10-17 [paul]
1252
1253         * po/es.po
1254         * po/ko.po
1255         * AUTHORS
1256                 update Spanish and Korean translations,
1257                 submitted by Ricardo Mones Lastra and
1258                 SungHyun Nam
1259
1260 2004-10-13 [colin]      0.9.12cvs126
1261
1262         * src/compose.c
1263                 Don't convert message to forced encoding when 
1264                 drafting, plus minor magic-values cleanup.
1265
1266 2004-10-13 [colin]      0.9.12cvs125
1267
1268         * po/POTFILES.in
1269                 Update POTFILES.in to reflect the source
1270                 place changes
1271
1272 2004-10-08 [christoph]  0.9.12cvs124
1273
1274         * m4/spamassassin.m4
1275                 fix libspamc OpenSSL
1276
1277         * src/compose.c
1278                 rearrange the compose menu
1279
1280 2004-10-08 [christoph]  0.9.12cvs123
1281
1282         * src/Makefile.am
1283         * src/account.c
1284         * src/compose.[ch]
1285         * src/crash.c
1286         * src/main.c
1287         * src/mimeview.c
1288         * src/passphrase.[ch]                           ** REMOVE **
1289         * src/prefs_account.[ch]
1290         * src/prefs_common.[ch]
1291         * src/privacy.[ch]
1292         * src/procmime.[ch]
1293         * src/procmsg.c
1294         * src/rfc2015.[ch]                              ** REMOVE **
1295         * src/select-keys.[ch]                          ** REMOVE **
1296         * src/common/utils.[ch]
1297         * src/gtk/about.c
1298         * src/plugins/pgpmime/Makefile.am
1299         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1300         * src/plugins/pgpmime/pgpmime.c
1301         * src/plugins/pgpmime/plugin.c
1302         * src/plugins/pgpmime/prefs_gpg.[ch]
1303         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1304         * src/plugins/pgpmime/sgpgme.[ch]
1305                 o Add new MIME-Writer
1306                 o extend PrivacySystem with sign and encrypt functions
1307                 o extend PGP/MIME plugin with sign and encrypt functions
1308                 o integrate extended Privacy API in Compose and Sending process
1309
1310 2004-10-04 [colin]      0.9.12cvs122
1311
1312         * src/mainwindow.c
1313         * src/messageview.c
1314         * src/messageview.h
1315         * src/textview.c
1316                 Make forced encoding limited to messageview and
1317                 apply only to parts displayed using textview
1318
1319 2004-10-04 [colin]      0.9.12cvs121
1320
1321         * src/summaryview.c
1322                 Fix bug #605 (collapsed threads re-expand when moving or
1323                 deleting mails)
1324
1325 2004-10-03 [colin]      0.9.12cvs120
1326
1327         * src/summaryview.c
1328                 Fix bug #602
1329
1330 2004-10-02 [colin]      0.9.12cvs119
1331
1332         * src/mainwindow.c
1333         * src/messageview.c
1334         * src/prefs_common.h
1335         * src/procmime.c
1336         * src/procmime.h
1337         * src/textview.c
1338                 Clean up forced charset feature
1339                 Add forced decode
1340
1341 2004-10-01 [colin]      0.9.12cvs118
1342
1343         * src/mimeview.c
1344                 Better fix for Save all: skip multipart mails' first 
1345                 text part
1346
1347 2004-10-01 [colin]      0.9.12cvs117
1348
1349         * src/mimeview.c
1350                 Only save attachments in Save All
1351
1352 2004-10-01 [paul]       0.9.12cvs116
1353
1354         * ChangeLog
1355         * ChangeLog.jp
1356         * src/account.c
1357         * src/prefs_common.c
1358         * src/gtk/colorlabel.c
1359                 sync with main 0.9.12cvs17
1360
1361 2004-09-30 [colin]      0.9.12cvs115
1362
1363         * src/stock_pixmap.c
1364         * src/stock_pixmap.h
1365         * src/folderview.c
1366         * src/Makefile.am
1367         * src/pixmaps/read.xpm
1368                 Add icon for total # column
1369
1370 2004-09-29 [colin]      0.9.12cvs114
1371
1372         * src/compose.c
1373                 Don't close compose until message is sent if 
1374                 Show Send Dialog is Always
1375
1376 2004-09-29 [paul]       0.9.12cvs113
1377
1378         * src/quote_fmt_parse.y
1379                 In the quotation templates recognise sender's first and last 
1380                 names (%F %L) when the name is in the format "Duck, Donald".
1381                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1382
1383
1384 2004-09-28 [colin]      0.9.12cvs112
1385
1386         * src/mainwindow.c
1387                 Put back mnemonic
1388         * src/folderview.c
1389                 Fix Empty trash being visible-invisible-visible...
1390
1391 2004-09-28 [colin]      0.9.12cvs111
1392
1393         * src/mainwindow.c
1394                 Relabel Empty all Trash folders
1395
1396 2004-09-28 [colin]      0.9.12cvs110
1397
1398         * src/folderview.c
1399                 Add contextual Empty trash menu
1400         * src/mainwindow.c
1401                 Revert cvs109 which was useless
1402
1403 2004-09-28 [colin]      0.9.12cvs109
1404
1405         * src/mainwindow.c
1406                 Fix uninialized var
1407
1408 2004-09-28 [colin]      0.9.12cvs108
1409
1410         * src/addressbook.c
1411                 Fix triple-click
1412
1413 2004-09-28 [colin]      0.9.12cvs107
1414
1415         * src/addressbook.c
1416                 Fix double-click on entries
1417
1418 2004-09-28 [colin]      0.9.12cvs106
1419
1420         * src/inc.c
1421                 Reintroduce folder_item update freeze on incorporation
1422
1423 2004-09-27 [christoph]  0.9.12cvs105
1424
1425         * src/folderview.c
1426                 right-align new and unread column
1427
1428 2004-09-27 [paul]
1429
1430         * 0.9.12b released
1431
1432 2004-09-27 [paul]       0.9.12cvs104
1433
1434         * src/main.c
1435                 revert 0.9.12cvs101, it causes another segfault
1436
1437 2004-09-23 [christoph]  0.9.12cvs103
1438
1439         * src/plugins/spamassassin/libspamc.[ch]
1440         * src/plugins/spamassassin/utils.[ch]
1441                 update libspamc to SpamAssassin 3.0.0
1442
1443 2004-09-17 [paul]       0.9.12cvs102
1444
1445         * ChangeLog
1446         * ChangeLog.jp
1447         * src/inc.c
1448                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1449  
1450
1451 2004-09-17 [colin]      0.9.12cvs101
1452
1453         * src/main.c
1454                 Fix segfaults when quitting. valgrind says:
1455                         ==12144== Invalid read of size 4
1456                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1457                         [...]
1458                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1459                         [...]
1460                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1461
1462
1463 2004-09-13 [christoph]  0.9.12cvs100
1464
1465         * src/folder.c
1466                 add NULL pointer checks to fix segfault when messages can
1467                 not be fetched
1468
1469 2004-09-08 [colin]      0.9.12cvs99
1470
1471         * src/account.c
1472                 Remove a debug printf
1473
1474 2004-09-08 [christoph]  0.9.12cvs98
1475
1476         * src/procmsg.[ch]
1477                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1478                 if the message structure has been scanned
1479
1480         * src/folder.c
1481                 o scan structure when the mail is fetched for the first time
1482                   to prevent unnecessary fetching of messages while scanning
1483                   the folder for messages
1484                 o revert 0.9.12cvs24
1485
1486         * src/plugins/pgpmime/pgpmime.c
1487                 check signature if auto signature checking is enabled when the
1488                 signature status is requested for first time and not when
1489                 checking if a part has a signature
1490
1491 2004-09-07 [colin]      0.9.12cvs97
1492
1493         * src/inc.c
1494                 Change session error messages so that they
1495                 are a bit more helpful (the origin of the
1496                 error is not apparent if one isn't in 
1497                 front of Sylpheed when it happens).
1498
1499 2004-09-06 [colin]      0.9.12cvs96
1500
1501         * src/toolbar.c
1502                 Fix graying out Redirect in non english languages
1503                 Patch by Fabien Vantard
1504
1505 2004-09-06 [colin]      0.9.12cvs95
1506
1507         * src/summaryview.c
1508         * src/mimeview.c
1509                 Fix dropped URIs
1510
1511 2004-09-06 [colin]      0.9.12cvs94
1512
1513         * src/addressbook.c
1514         * src/addressitem.h
1515         * src/addritem.c
1516         * src/addritem.h
1517                 Add basic drag and drop to addressbook
1518
1519 2004-09-03 [colin]      0.9.12cvs93
1520
1521         * src/summaryview.c
1522                 Next/Prev unread message should start
1523                 from next/prev node (especially if 
1524                 mark_as_read_delay != 0)
1525
1526 2004-09-03 [colin]      0.9.12cvs92
1527
1528         * src/prefs_common.c
1529         * src/prefs_common.h
1530         * src/summaryview.c
1531                 Add an hidden 'mark_as_read_delay' pref 
1532
1533 2004-09-02 [colin]      0.9.12cvs91
1534
1535         * src/gtk/menu.c
1536                 Add unduplicated menu entries (fixes bug 532)
1537                 Patch by Fabien Vantard
1538
1539 2004-09-02 [colin]      0.9.12cvs90
1540
1541         * src/account.c
1542                 Fix bug 582 (broken auto account selection)
1543
1544 2004-09-02 [colin]      0.9.12cvs89
1545
1546         * src/addrindex.c
1547                 Free deleted queries too
1548
1549 2004-09-02 [colin]      0.9.12cvs88
1550
1551         * src/ldapquery.c
1552                 Fix freezes in LDAP, due to memory corruption
1553                 after deletion of a query (and not removing it
1554                 from the corresponding list of queries).
1555                 Very probably fixes bug 567 and bug 569
1556
1557 2004-09-02 [colin]      0.9.12cvs87
1558
1559         * src/prefs_spelling.c
1560                 Fix bug with aspell prefs init, where spell checking
1561                 is enabled at first but dictionary not specified. Use
1562                 LANG's dictionary by default.
1563
1564 2004-09-01 [colin]      0.9.12cvs86
1565
1566         * src/filtering.c
1567         * src/imap.c
1568         * src/prefs_matcher.c
1569         * src/stock_pixmap.c
1570                 Fix more nasty uninitialized variables
1571
1572 2004-08-31 [colin]      0.9.12cvs85
1573
1574         * src/folder.c
1575                 Fix memory corruption when entering procmsg_msginfo_free()
1576                 with unitialized msginfo. Thanks Valgrind.
1577
1578 2004-08-29 [colin]      0.9.12cvs84
1579
1580         * src/mimeview.c
1581                 Don't escape filenames before saving - that's 
1582                 not dangerous. By the way, fix the leak.
1583
1584 2004-08-27 [paul]       0.9.12cvs83
1585
1586         * src/mh.c
1587         * src/procheader.c
1588         * src/procmsg.c
1589         * src/procmsg.h
1590         * src/common/utils.c
1591         * src/gtk/menu.h
1592                 sync with main 0.9.12cvs6, see ChangeLog
1593                 2004-08-24, 2004-08-25, 2004-08-26
1594
1595
1596 2004-08-26 [paul]
1597
1598         * po/ja.po
1599                 updated by Rui Hirokawa
1600
1601 2004-08-25 [colin]      0.9.12cvs82
1602
1603         * src/plugins/pgpmime/pgpmime.c
1604                 Fix leak on non-combined encrypted messages
1605
1606 2004-08-25 [colin]      0.9.12cvs81
1607
1608         * src/plugins/pgpmime/pgpmime.c
1609         * src/plugins/pgpmime/sgpgme.c
1610         * src/plugins/pgpmime/sgpgme.h
1611                 Handle combined encryption/signature
1612
1613 2004-08-24 [colin]      0.9.12cvs80
1614
1615         * src/folder.c
1616                 Set mime flags on non multipart messages too
1617
1618 2004-08-23 [christoph]  0.9.12cvs79
1619
1620         * src/compose.c
1621                 create message header in memory as GString before writing it
1622                 to the message file
1623
1624 2004-08-23 [colin]      0.9.12cvs78
1625
1626         * src/rfc2015.c
1627         * src/rfc2015.h
1628         * src/compose.c
1629                 Fix (again) bug 197: inline encryption broken
1630
1631 2004-08-23 [paul]
1632
1633         * po/zh_CN.po
1634                 updated by Hansom Young
1635
1636 2004-08-23 [paul]
1637
1638         * 0.9.12a released
1639
1640 2004-08-23 [colin]      0.9.12cvs77
1641
1642         * src/imap.c
1643                 Try and fix bug 577 (session->last_access_time is broken since 
1644                 sync with main 0.9.12cvs2). 
1645                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1646
1647 2004-08-23 [paul]
1648
1649         * po/es.po
1650         * po/fr.po
1651         * po/pl.po
1652         * po/pt_BR.po
1653         * po/sk.po
1654         * po/sr.po
1655                 update translations. submitted by Ricardo
1656                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1657                 Frederico Goncalves Guimaraes, Andrej Kacian,
1658                 Urke MMI
1659
1660 2004-08-22 [paul]       0.9.12cvs76
1661
1662         * src/plugins/trayicon/trayicon.c
1663                 fix formatting bug in trayicon_popup_menu_entries[]
1664
1665
1666 2004-08-22 [paul]       0.9.12cvs75
1667
1668         * m4/Makefile.am
1669                 remove reference to openssl.m4
1670
1671
1672 2004-08-21 [colin]      0.9.12cvs74
1673
1674         * src/compose.c
1675                 Fix bug 576 (Duplicate auto-bcc on reedit)
1676
1677 2004-08-21 [colin]      0.9.12cvs73
1678
1679         * src/toolbar.c
1680                 Grey out Redirect in the toolbar when selection is
1681                 multiple. Fixes bug 520
1682
1683 2004-08-21 [colin]      0.9.12cvs72
1684
1685         * src/compose.c
1686                 Save Sign, Encrypt and Mode status when drafting or queuing
1687                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1688                 state)
1689
1690 2004-08-21 [colin]      0.9.12cvs71
1691
1692         * src/summaryview.c
1693                 Fix bug 494 (Messages are always opened in summary 
1694                 view when right clicked.) Also fixes bug 508.
1695
1696 2004-08-21 [colin]      0.9.12cvs70
1697
1698         * src/compose.c
1699                 When using inline encryption, don't use QP or Base64:
1700                 the mail will be encrypted to a 7bit string.
1701                 Fixes bug 197
1702
1703 2004-08-21 [colin]      0.9.12cvs69
1704
1705         * src/compose.c
1706                 Fix inline-signing with 8bit chars: data must be 
1707                 converted to Quoted-printable before signing.
1708
1709 2004-08-21 [colin]      0.9.12cvs68
1710
1711         * src/compose.c
1712                 Remove 'Message/Save to draft folder'
1713                 and 'Message/Save and keep editing' to 
1714                 put a single 'File/Save' command.
1715                 Fixes bug 224
1716
1717 2004-08-21 [colin]      0.9.12cvs67
1718
1719         * src/mainwindow.c
1720                 Fix bug 222 (Summary view state not retained between sessions)
1721
1722 2004-08-20 [colin]      0.9.12cvs66
1723
1724         * src/codeconv.c
1725                 Fix bug 574 (empty cur_locale is not enough)
1726
1727 2004-08-20 [paul]
1728
1729         * src/plugins/pgpmime/plugin.c
1730                 modify PGP/MIME plugin's description
1731
1732 2004-08-16 [colin]      0.9.12cvs65
1733
1734         * src/common/ssl.c
1735                 Fix version comparison
1736
1737 2004-08-16 [colin]      0.9.12cvs64
1738
1739         * src/common/ssl.c
1740                 I meant 2.2.
1741
1742 2004-08-16 [colin]      0.9.12cvs63
1743
1744         * src/common/ssl.c
1745                 People with glibc 2.1 have had problems with non-blocking
1746                 SSL_connect. Disable it for glibc < 2.2.
1747
1748 2004-08-16 [colin]      0.9.12cvs62
1749
1750         * src/common/ssl.c
1751                 Fix format error
1752
1753 2004-08-13 [colin]      0.9.12cvs61
1754
1755         * src/plugins/pgpmime/plugin.c
1756                 Add plugin's description
1757
1758 2004-08-12 [christoph]  0.9.12cvs60
1759
1760         * src/folderutils.c
1761                 fix bug that did not thaw folder updates when deleting
1762                 duplicates in empty folders
1763
1764 2004-08-12 [colin]      0.9.12cvs59
1765
1766         * src/plugins/trayicon/trayicon.c
1767                 Add a context menu with most common operations
1768
1769 2004-08-12 [colin]      0.9.12cvs58
1770
1771         * configure.ac
1772         * sylpheed.desktop
1773         * src/Makefile.am
1774         * src/main.c
1775                 Add support for Freedesktop.org's startup notification
1776
1777 2004-08-10 [colin]      0.9.12cvs57
1778
1779         * src/main.c
1780         * src/common/socket.c
1781         * src/common/ssl.c
1782         * src/common/sylpheed.c
1783         * src/common/sylpheed.h
1784                 Put back the ssl connect nonblocking...
1785                 without the race condition
1786
1787 2004-08-09 [colin]      0.9.12cvs56
1788
1789         * src/main.c
1790         * src/common/ssl.c
1791         * src/common/sylpheed.c
1792         * src/common/sylpheed.h
1793                 Reverting previous commit, doesn't work 
1794
1795 2004-08-09 [colin]      0.9.12cvs55
1796
1797         * src/main.c
1798         * src/common/ssl.c
1799         * src/common/sylpheed.c
1800         * src/common/sylpheed.h
1801                 Make SSL_connect nonblocking, using a thread
1802
1803 2004-08-09 [paul]       0.9.12cvs54
1804
1805         * po/POTFILES.in
1806                 reflect new location of sgpgme.c
1807         * src/main.c
1808                 sync with main, see ChangeLog 2004-08-09
1809
1810 2004-08-08 [christoph]  0.9.12cvs53
1811
1812         * src/folderutils.c
1813                 freeze FolderItem updates while deleting duplicate messages
1814
1815 2004-08-08 [christoph]  0.9.12cvs52
1816
1817         * configure.ac
1818         * src/Makefile.am
1819         * src/main.c
1820         * src/pgpmime.c
1821         * src/pgpmime.h
1822         * src/sgpgme.c
1823         * src/sgpgme.h
1824         * src/plugins/Makefile.am
1825         * src/plugins/pgpmime/.cvsignore
1826         * src/plugins/pgpmime/Makefile.am
1827         * src/plugins/pgpmime/pgpmime.c
1828         * src/plugins/pgpmime/pgpmime.h
1829         * src/plugins/pgpmime/plugin.c
1830         * src/plugins/pgpmime/sgpgme.c
1831         * src/plugins/pgpmime/sgpgme.h
1832                 new plugin for PGP/MIME
1833
1834 2004-08-07 [christoph]  0.9.12cvs51
1835
1836         * src/folder.c
1837                 disable immediate folder change notification on opened folders
1838                 until SummaryView can handle it quickly
1839
1840 2004-08-07 [colin]      0.9.12cvs50
1841
1842         * src/pop.c
1843         * src/common/partial_download.c
1844                 fix warnings
1845
1846 2004-08-07 [colin]      0.9.12cvs49
1847
1848         * src/Makefile.am
1849         * src/account.c
1850         * src/addressbook.c
1851         * src/alertpanel.c
1852         * src/alertpanel.h
1853         * src/compose.c
1854         * src/exphtmldlg.c
1855         * src/expldifdlg.c
1856         * src/main.c
1857         * src/message_search.c
1858         * src/messageview.c
1859         * src/pop.c
1860         * src/sgpgme.c
1861         * src/summary_search.c
1862         * src/summaryview.c
1863         * src/textview.c
1864         * src/gtk/sslcertwindow.c
1865         * src/pixmaps/stock_dialog-error.xpm
1866         * src/pixmaps/stock_dialog-info.xpm
1867         * src/pixmaps/stock_dialog-question.xpm
1868         * src/pixmaps/stock_dialog-warning.xpm
1869                 sync new alertpanel from gtk2
1870
1871 2004-08-07 [colin]      0.9.12cvs48
1872
1873         * src/prefs_folder_item.c
1874                 fix memory corruption in folderitem's prefs
1875
1876 2004-08-06 [colin]      0.9.12cvs47
1877
1878         * src/compose.c
1879                 close compose window after queuing, before 
1880                 sending when user presses Send
1881
1882 2004-08-05 [christoph]  0.9.12cvs46
1883
1884         * src/msgcache.c
1885         * src/common/defs.h
1886                 add charset to cache file and convert charset when reading the
1887                 cache if different from internal used charset
1888
1889 2004-08-05 [christoph]  0.9.12cvs45
1890
1891         * src/messageview.c
1892         * src/mimeview.[ch]
1893         * src/procmime.h
1894         * src/common/utils.h
1895                 cleanup (remove unused includes/reorganize)
1896
1897         * src/prefs_ext_prog.c
1898         * src/prefs_folder_item.c
1899         * src/prefs_fonts.c
1900         * src/prefs_msg_colors.c
1901         * src/prefs_spelling.c
1902         * src/prefs_themes.c
1903         * src/prefs_toolbar.c
1904         * src/prefs_wrapping.c
1905         * src/gtk/prefswindow.[ch]
1906         * src/plugins/clamav/clamav_plugin_gtk.c
1907         * src/plugins/dillo_viewer/dillo_prefs.c
1908         * src/plugins/image_viewer/viewerprefs.c
1909         * src/plugins/spamassassin/spamassassin_gtk.c
1910                 change PrefsPage path into an array of strings and don't
1911                 split a single string into parts (better for translation)
1912
1913 2004-08-05 [christoph]  0.9.12cvs44
1914
1915         * src/folder.c
1916                 fix FolderItem's message counts after rebuilding a cache
1917
1918 2004-08-05 [paul]       0.9.12cvs43
1919
1920         * ChangeLog
1921         * ChangeLog.jp
1922         * src/imap.c
1923         * src/news.c
1924         * src/common/nntp.c
1925         * src/common/session.c
1926         * src/common/session.h
1927         * src/common/socket.c
1928                 sync with main 0.9.12cvs2
1929                 see ChangeLog 2004-08-04
1930
1931 2004-08-04 [christoph]  0.9.12cvs42
1932
1933         * configure.ac
1934                 add missing AC_DEFINE(USE_OPENSSL, ...)
1935         * src/folder.c
1936                 use new xml_node_new() function
1937
1938 2004-08-03 [christoph]  0.9.12cvs41
1939
1940         * src/folder.c
1941         * src/localfolder.c
1942         * src/common/xml.[ch]
1943                 sync with main 0.9.12cvs1
1944                 see ChangeLog 2004-07-23
1945
1946 2004-08-03 [christoph]
1947
1948         * configure.ac
1949         * m4/openssl.m4                 ** REMOVE **
1950                 use pkg-config to get OpenSSL CFLAGS and LIBS
1951                 (OpenSSL 0.9.7 is required now)
1952
1953 2004-08-02 [paul]       0.9.12cvs40
1954
1955         * AUTHORS
1956                 update translation team section
1957         * po/pt_BR.po
1958                 updated by Frederico Goncalves Guimaraes
1959                 <fggdebian@yahoo.com.br>
1960
1961 2004-07-29 [colin]      0.9.12cvs39
1962
1963         * src/messageview.c
1964                 Inform the user when a partially 
1965                 downloaded mail isn't on the server
1966                 anymore (due to Mark for deletion)
1967
1968 2004-07-29 [colin]      0.9.12cvs38
1969
1970         * src/messageview.c
1971                 Hide noticeview if necessary
1972
1973 2004-07-27 [colin]      0.9.12cvs37
1974
1975         * src/msgcache.c
1976                 More fixes (i overlook a bit, thanks
1977                 Christoph for spotting it)
1978
1979 2004-07-27 [colin]      0.9.12cvs36
1980
1981         * src/msgcache.c
1982                 Fix wrong test 
1983
1984 2004-07-26 [colin]      0.9.12cvs35
1985
1986         * src/pop.c
1987                 Fix uidl-file parsing when not in new
1988                 format
1989
1990 2004-07-19 [colin]      0.9.12cvs34
1991
1992         * src/compose.c
1993                 Save attachment status when drafting
1994
1995 2004-07-19 [colin]      0.9.12cvs33
1996
1997         * src/folder.h
1998         * src/folderview.c
1999         * src/summaryview.c
2000                 Reverse 0.9.12cvs29 to 31 (folder icon update
2001                 when quicksearch is active)
2002
2003 2004-07-18 [colin]      0.9.12cvs32
2004
2005         * src/pop.c
2006                 Fix partial download bug with "Download all
2007                 messages" option
2008
2009 2004-07-18 [colin]      0.9.12cvs31
2010
2011         * src/folderview.c
2012                 Fix crash
2013
2014 2004-07-17 [colin]      0.9.12cvs30
2015
2016         * src/summaryview.c
2017                 Same, when sticky search is off
2018
2019 2004-07-17 [colin]      0.9.12cvs29
2020
2021         * src/folder.h
2022         * src/folderview.c
2023         * src/summaryview.c
2024                 Update FolderItem icon whenever its summaryview is 
2025                 filtered
2026
2027 2004-07-16 [christoph]  0.9.12cvs28
2028
2029         * src/mimeview.c
2030                 make doubleclick work again
2031
2032 2004-07-16 [christoph]  0.9.12cvs27
2033
2034         * src/mimeview.c
2035                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2036
2037 2004-07-16 [paul]       0.9.12cvs26
2038         
2039         * src/gtk/quicksearch.c
2040         * src/compose.c
2041         * src/customheader.c
2042         * src/messageview.c
2043         * src/news.c
2044         * src/prefs_account.c
2045         * src/prefs_display_header.c
2046         * src/procheader.c
2047                 replace "Message-Id" with "Message-ID"
2048
2049 2004-07-16 [paul]       0.9.12cvs25
2050
2051         * ChangeLog
2052         * ChangeLog.jp
2053         * src/account.c
2054         * src/account.h
2055         * src/folder_item_prefs.c
2056         * src/main.c
2057         * src/pop.c
2058         * src/pop.h
2059         * src/prefs_account.c
2060         * src/prefs_account.h
2061         * src/prefs_common.c
2062         * src/prefs_common.h
2063         * src/prefs_gtk.c
2064         * src/prefs_gtk.h
2065                 sync with main 0.9.12cvs1
2066
2067 2004-07-15 [colin]      0.9.12cvs24
2068
2069         * src/folder.c
2070                 Disable GPG signature check during
2071                 folder move and scan 
2072         (Closes Bug 521 Signature checking slows down Folder-Move)
2073
2074 2004-07-14 [christoph]  0.9.12cvs23
2075
2076         * src/pgpmime.c
2077                 add missing fclose. Patch by Thomas Gilgin.
2078
2079         * src/procmime.c
2080                 add checks if fopen really worked
2081
2082 2004-07-14 [colin]      0.9.12cvs22
2083
2084         * src/pop.c
2085         * src/common/partial_download.c
2086                 Update includes
2087
2088 2004-07-14 [colin]      0.9.12cvs21
2089
2090         * src/folder.c
2091         * src/inc.c
2092         * src/matcher.c
2093         * src/matcher.h
2094         * src/matcher_parser_parse.y
2095         * src/messageview.c
2096         * src/msgcache.c
2097         * src/noticeview.c
2098         * src/noticeview.h
2099         * src/pop.c
2100         * src/pop.h
2101         * src/prefs_matcher.c
2102         * src/procheader.c
2103         * src/procmsg.c
2104         * src/procmsg.h
2105         * src/summaryview.c
2106         * src/common/Makefile.am
2107         * src/common/defs.h
2108         * src/gtk/quicksearch.c
2109         * src/common/partial_download.c ** NEW FILES **
2110         * src/common/partial_download.h ** NEW FILES **
2111                 Partial downloading of pop3 mails
2112
2113 2004-07-13 [christoph]  0.9.12cvs20
2114
2115         * src/mimeview.c
2116                 use "button_release_event" instead of "button_press_event",
2117                 because executing event callbacks while the button is still
2118                 pressed is not good and causes problems
2119
2120 2004-07-12 [colin]      0.9.12cvs19
2121
2122         * src/gtk/quicksearch.c
2123                 Fix a missing status update in quicksearch
2124
2125 2004-07-08 [colin]      0.9.12cvs18
2126
2127         * src/common/smtp.h
2128                 Fix guint vs gint bug
2129
2130 2004-07-08 [colin]      0.9.12cvs17
2131
2132         * src/common/smtp.c
2133                 use to_human_readable() for sizes
2134
2135 2004-07-08 [paul]       0.9.12cvs16
2136
2137         * src/inc.c [1.174]
2138                 fix occasional non-clearance of the statusbar
2139                 (close Bug 531 'SA plugin: status bar does not 
2140                  get cleared in OFFLINE mode')
2141
2142 2004-07-07 [colin]      0.9.12cvs15
2143
2144         * src/prefs_common.c [1.225]
2145         * src/prefs_common.h [1.112]
2146                 Add a hidden summary_quicksearch_sticky preference,
2147                 to allow the quicksearch bar to reset across folders
2148         * src/summaryview.c [1.437]
2149                 Use this preference
2150         * src/gtk/quicksearch.c [1.5]
2151         * src/gtk/quicksearch.h [1.3]
2152                 Add this preference, fix focus when hitting Enter,
2153                 add handling of Esc key to reset
2154
2155 2004-07-06 [colin]      0.9.12cvs14
2156
2157         * src/gtk/quicksearch.c [1.4]
2158                 Add Clear button
2159
2160 2004-07-06 [christoph]  0.9.12cvs13
2161
2162         * src/toolbar.c
2163                 enable next unread button in empty folders if next folder
2164                 dialog is not disabled
2165
2166         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2167          folders)
2168
2169 2004-07-06 [colin]      0.9.12cvs12
2170
2171         * src/common/smtp.c [1.16]
2172                 Display maximum message size in the log
2173
2174 2004-07-06 [paul]       0.9.12cvs11
2175
2176         * src/toolbar.c
2177                 fix typo. (spotted by Fabien Vantard)
2178
2179 2004-07-06 [paul]       0.9.12cvs10
2180
2181         * src/main.c
2182                 terminate cleanly on SIGHUP. Patch submitted by
2183                 Thomas Gilgin <thg@karate-muellheim.de>
2184
2185 2004-07-05 [christoph]  0.9.12cvs9
2186
2187         * src/inc.c
2188                 better replacing of %d in new mail notification command
2189
2190 2004-07-05 [colin]      0.9.12cvs8
2191
2192         * src/common/smtp.[ch]
2193                 Take SIZE (returned by EHLO) into account, and
2194                 avoid sending too big messages
2195
2196 2004-07-04 [paul]       0.9.12cvs7
2197
2198         * src/account.c
2199                 fix auto-account selection on imap/news
2200
2201 2004-07-01 [paul]       0.9.12cvs6
2202
2203         * src/gtk/quicksearch.c
2204                 reveal hidden string in gui
2205                 
2206         * src/compose.c
2207                 fix updating of gpg signing setting on 
2208                 switching accounts
2209
2210 2004-06-30 [darko]      0.9.12cvs5
2211
2212         * src/common/utils.c
2213                 remove expand_search_string()
2214         * src/gtk/quicksearch.c
2215                 remove no longer needed for loop (thanks Christoph)
2216                 add expand_search_string()
2217
2218 2004-06-30 [darko]      0.9.12cvs4
2219
2220         * src/common/utils.c
2221                 allow all filtering expressions in quicksearch
2222
2223         (Closes Bug 519 filtering expr. in quicksearch)
2224
2225 2004-06-30 [christoph]  0.9.12cvs3
2226
2227         * configure.ac
2228                 better 'localedir'
2229
2230         * src/common/intl.h
2231                 allow plugins to define TEXTDOMAIN for the _(...) macro
2232
2233 2004-06-30 [paul]       0.9.12cvs2
2234
2235         * po/POTFILES.in
2236           src/Makefile.am
2237           src/main.c
2238           src/prefs_common.c
2239           src/prefs_msg_colors.[ch]     ** NEW FILES **
2240                 move message colouring options to
2241                 '/Other Preferences/Message View/Colors'
2242
2243 2004-06-30 [paul]       0.9.12cvs1
2244
2245         * po/POTFILES.in
2246           src/Makefile.am
2247           src/main.c
2248           src/prefs_common.c
2249           src/prefs_wrapping.[ch]       ** NEW FILES **
2250                 move message wrapping options to
2251                 /'Other Preferences/Compose/Message Wrapping'
2252
2253 2004-06-28 [paul]       0.9.12
2254
2255         * Sylpheed-Claws 0.9.12 released
2256
2257         * po/es.po
2258           po/fr.po
2259           po/sk.po
2260                 updated by Ricardo Mones Lastra, Fabien Vantard,
2261                 Andrej Kacian
2262
2263 2004-06-27 [paul]       0.9.11cvs19
2264
2265         * src/common/ssl.c
2266                 re-enable certificate check
2267
2268 2004-06-25 [christoph]  0.9.11cvs18
2269
2270         * src/procmsg.h
2271                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2272
2273 2004-06-25 [paul]       0.9.11cvs17
2274
2275         * sync with main 0.9.12cvs1
2276                 see ChangeLog 2004-06-23
2277                 
2278         * src/gtk/menu.c
2279                 remove unused menu_toggle_toggle()
2280
2281 2004-06-23 [christoph]  0.9.11cvs16
2282
2283         * src/folder.c
2284         * src/procheader.c
2285         * src/procmsg.h
2286         * src/summaryview.c
2287                 scan the mime structure of multipart mails for correct
2288                 attachment, encryped and signed (with privacy API) part
2289                 detection
2290
2291         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2292
2293 2004-06-22 [paul]
2294
2295         * po/ru.po
2296                 updated by Pavlo Bohmat
2297
2298 2004-06-20 [christoph]  0.9.11cvs15
2299
2300         * src/inc.c
2301         * src/pop.[ch]
2302                 disconnect after authentication when doing POP before SMTP
2303
2304         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2305
2306 2004-06-19 [christoph]  0.9.11cvs14
2307
2308         * src/folder.c
2309                 fix FolderItem name update
2310
2311         (Closes Bug 511 Folder-Renaming not reflected immediately)
2312
2313 2004-06-17 [paul]       0.9.11cvs13
2314         
2315         * sync with main 0.9.12 release
2316           src/session.c
2317                 session_set_timeout(): fixed a bug that didn't
2318                 reset timeout_tag when interval is 0.
2319
2320 2004-06-16 [christoph]  0.9.11cvs12
2321
2322         * src/textview.c
2323                 correctly clear the URL in the status bar
2324
2325 2004-06-15 [christoph]  0.9.11cvs11
2326
2327         * src/summaryview.c
2328                 add missing gtk_widget_show()
2329
2330 2004-06-11 [christoph]  0.9.11cvs10
2331
2332         * src/plugins/spamassassin/spamassassin.c
2333                 correctly check waitpid return code
2334
2335         (Closes Bug 396 Zombie process when spamassassin is called)
2336
2337 2004-06-10 [christoph]  0.9.11cvs9
2338
2339         * src/mainwindow.c
2340         * src/summaryview.[ch]
2341         * src/gtk/Makefile.am
2342         * src/gtk/quicksearch.c                         ** NEW **
2343                 separate quick search from summaryview
2344
2345 2004-06-09 [christoph]  0.9.11cvs8
2346
2347         * src/inc.c
2348                 remove unused code
2349
2350         * src/textview.c
2351                 get folder for compose default account from MsgInfo and not
2352                 from SummaryView
2353
2354 2004-06-09 [christoph]  0.9.11cvs7
2355
2356         * src/folder.[ch]
2357                 add information about added or removed messages to
2358                 FOLDER_ITEM_UPDATE hook
2359
2360         * src/imap_gtk.c
2361         * src/mh_gtk.c
2362                 scan folder when removing a folder failed instead of
2363                 updating the summaryview
2364
2365 2004-06-08 [paul]       0.9.11cvs6
2366
2367         * sync with main 0.9.11cvs2
2368                 see ChangeLog 2004-06-08
2369
2370 2004-06-07 [christoph]  0.9.11cvs5
2371
2372         * configure.ac
2373         * src/common/Makefile.am
2374                 detect library providing 'encrypt' function
2375
2376 2004-06-07 [paul]       0.9.11cvs4
2377
2378         * src/inc.c
2379                 sync with main, 'code cleanup'
2380                 
2381         * tools/nautilus2sylpheed.sh
2382                 fix whitespace limitation. patch submitted by
2383                 Stephan Sachse <white@teg-clan.de>
2384
2385 2004-06-04 [christoph]  0.9.11cvs3
2386
2387         * src/account.c
2388         * src/action.[ch]
2389         * src/addressbook.c
2390         * src/addrindex.h
2391         * src/folder.h
2392         * src/folder_item_prefs.c
2393         * src/inc.c
2394         * src/main.c
2395         * src/messageview.c
2396         * src/mh_gtk.c
2397         * src/prefs_themes.c
2398         * src/procmime.c
2399         * src/quote_fmt.h
2400         * src/stock_pixmap.c
2401         * src/toolbar.c
2402                 fix compiler warnings
2403
2404 2004-06-03 [paul]       0.9.11cvs2
2405
2406         * src/msgcache.c
2407                 sync with main 0.9.11cvs1: "changed gint32 to
2408                 guint32 for some platforms"
2409
2410 2004-06-02 [christoph]  0.9.11cvs1
2411
2412         * src/common/ssl.c
2413                 fix SSL_CTX variable name for older OpenSSL versions
2414
2415         (Closes Bug 503 fix compilation with older OpenSSL)
2416
2417 2004-05-31 [paul]       0.9.11claws
2418
2419         * 0.9.11claws released
2420
2421 2004-05-31 [paul]       0.9.10claws72
2422
2423         * po/es.po
2424           po/it.po
2425           po/ja.po
2426           po/pl.po
2427           po/sk.po
2428           po/sr.po
2429           po/zh_CN.po
2430                 update translations, submitted by Ricardo Mones Lastra,
2431                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2432                 Urke MMI, and Hansom Young
2433
2434 2004-05-25 [luke]       0.9.10claws71
2435
2436         * AUTHORS
2437         * src/mimeview.c
2438         * src/stockpixmap.[ch]
2439         * src/Makefile.am
2440         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2441         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2442         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2443         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2444         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2445
2446                 o Added privacy emblems from Jesper Shultz 
2447                   <jesper@schultz-net.dk>
2448                 o Overlay emblems onto mimeview icons to indicate
2449                   status of signature and if a message is encrypted
2450         
2451         * src/textview.c
2452                 remove unused color definitions (were used to 
2453                 indicate sig status)
2454
2455 2004-05-25 [paul]       0.9.10claws70
2456
2457         * AUTHORS
2458           tools/Makefile.am
2459           tools/README
2460           tools/nautilus2sylpheed.sh            ** NEW FILE **
2461                 add script to enable sending files from
2462                 nautilus.
2463                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2464                 
2465         * tools/launch_firebird                 ** REMOVED **
2466                 removed as the standard "firefox '%s'" now functions
2467                 correctly
2468
2469 2004-05-23 [paul]       0.9.10claws69
2470
2471         * src/compose.c
2472                 fix %X cursor point segfault
2473                 patch by Christoph
2474
2475 2004-05-23 [christoph]  0.9.10claws68
2476
2477         * src/folder.c
2478                 fix folder moving
2479
2480 2004-05-21 [paul]       0.9.10claws67
2481
2482         * sync with 0.9.10cvs17
2483                 see ChangeLog 2004-05-21
2484
2485 2004-05-20 [paul]       0.9.10claws66
2486
2487         * sync with 0.9.10cvs16
2488                 see ChangeLog 2004-05-19 and 2004-05-20
2489
2490 2004-05-19 [alfons]     0.9.10claws65
2491
2492         * src/summaryview.h
2493                 on some platforms regoff_t is defined as off_t, so 
2494                 pull in sys/types.h
2495
2496 2004-05-19 [paul]       0.9.10claws64
2497
2498         * sync with 0.9.10cvs13
2499                 see ChangeLog 2004-05-18
2500
2501 2004-05-17 [christoph]  0.9.10claws63
2502
2503         * src/folder.c
2504                 search all folders when searching for default folders and
2505                 not return the special folder of the first folder
2506
2507 2004-05-13 [alfons]     0.9.10claws62
2508
2509         * src/summaryview.c
2510                 add a better check to see if a message is a news message
2511                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2512
2513 2004-05-13 [paul]       0.9.10claws61
2514
2515         * src/msgcache.c
2516                 sync with 0.9.10cvs12
2517                 see ChangeLog 2004-05-12
2518
2519 2004-05-12 [alfons]     0.9.10claws60
2520
2521         * src/folderview.c
2522                 release lock in case of folder could not be opened 
2523
2524 2004-05-11 [christoph]  0.9.10claws59
2525
2526         * src/inc.[ch]
2527                 remove unused folderview update stuff from inc.[ch]
2528
2529 2004-05-11 [paul]       0.9.10claws58
2530
2531         * sync with 0.9.10cvs11
2532                 see ChangeLog 2004-05-10 and 2004-05-11
2533
2534 2004-05-09 [christoph]  0.9.10claws57
2535
2536         * src/folderview.c
2537                 check for folder class functions and not folder type to detect
2538                 valid drag targets
2539
2540 2004-05-08 [christoph]  0.9.10claws56
2541
2542         * src/sgpgme.c
2543                 fix date output for signature expire times
2544
2545         (Patch by Edgar Toernig <froese@gmx.de>)
2546
2547 2004-05-06 [christoph]  0.9.10claws55
2548
2549         * src/gtk/prefswindow.c
2550                 change window type to DIALOG
2551
2552         * src/folder.[ch]
2553         * src/folderview.c
2554         * src/news_gtk.c
2555                 o add folder_remove()
2556                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2557                 o add new "sort" field to Folder, no longer sort folders by type
2558                   higher sort values will be first in the folder list, new folders get 0
2559                   and will be added to the end
2560
2561         * src/mainwindow.c
2562         * src/gtk/Makefile.am
2563         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2564                 add dialog to allow users to change the folder order
2565
2566 2004-05-04 [paul]       0.9.10claws54
2567
2568         * src/inc.c
2569                 Display account_name in statusbar when retrieving
2570                 messages from a pop account
2571         * src/prefs_account.c
2572                 display account name in title of prefs_account
2573                 window
2574         * src/prefs_folder_item.c
2575                 display folder name in title of prefs_folder window
2576
2577         all 3 patches submitted by Fabien Vantard
2578
2579         * AUTHORS
2580                 add Fabien Vantard
2581
2582 2004-05-04 [paul]       0.9.10claws53
2583
2584         * src/prefs_actions.c
2585           src/prefs_template.c
2586                 'Esc' Key exits alertpanel
2587                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2588
2589 2004-04-26 [christoph]  0.9.10claws52
2590
2591         * src/gtk/about.c
2592         * src/gtk/colorsel.c
2593         * src/gtk/description_window.c
2594         * src/gtk/filesel.c
2595         * src/gtk/gtkaspell.c
2596         * src/gtk/inputdialog.c
2597         * src/gtk/pluginwindow.c
2598         * src/gtk/progressdialog.c
2599                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2600                   it does not work correctly with xinerama
2601                 o lock incorporation while the plugin window is open
2602
2603 2004-04-23 [paul]       0.9.10claws51
2604
2605         * po/POTFILES.in
2606                 update location of inputdialog.c
2607                 
2608         * src/gtk/about.c
2609                 update Copyright string
2610                 
2611         * src/msgcache.c
2612           src/prefs_common.c
2613           src/prefs_themes.c
2614                 improve the english a little
2615
2616 2004-04-22 [christoph]  0.9.10claws50
2617
2618         * src/folderutils.[ch]
2619                 add folderutils_mark_all_read()
2620
2621         * src/folderview.c
2622                 readd "mark all read" from popup menu, now works
2623                 in all folders and not only the opened folder
2624
2625 2004-04-21 [christoph]  0.9.10claws49
2626
2627         * src/Makefile.am
2628         * src/inputdialog.[ch]                  ** REMOVED **
2629         * src/gtk/Makefile.am
2630         * src/gtk/inputdialog.[ch]              ** NEW **
2631                 move inputdialog.[ch] into gtk directory
2632
2633         * src/mh_gtk.c
2634                 remove check for missing IMAP folder account
2635
2636 2004-04-20 [christoph]  0.9.10claws48
2637
2638         * src/mainwindow.c
2639         * src/foldersel.c
2640                 remove new/rename/delete folder GUI functions because
2641                 they are always active, even for news folders, and can
2642                 not be easily made folder class dependent
2643
2644         * src/gtk/menu.[ch]
2645                 make menu_translate() public
2646
2647         * src/Makefile.am
2648         * src/folder.[ch]
2649         * src/folderview.[ch]
2650         * src/imap_gtk.[ch]                     ** NEW **
2651         * src/main.c
2652         * src/mh_gtk.[ch]                       ** NEW **
2653         * src/news_gtk.[ch]                     ** NEW **
2654                 o dynamically build FolderView popup menus from a folder
2655                   specific part, with callbacks to seperated code, and
2656                   a common part
2657                 o remove the folder class specifiy code from folderview.c
2658
2659 2004-04-15 [luke]       0.9.10claws47
2660
2661         * src/prefs_folder_item.c
2662                 o remove buttons for applying 'scan for new mail'
2663                   and 'process at startup' to sub folders
2664                 o add 'apply to sub folder' check buttons for all
2665                   properties and set folder prefs accordingly
2666                 o replace multiple gtk_widget_show() with one
2667                   gtk_widget_show_all() on container
2668
2669 2004-04-14 [darko]      0.9.10claws46
2670
2671         * src/gtk/Makefile.am
2672         * src/gtk/pluginwindow.c
2673                 load plugins from to $(prefix)/lib/sylpheed/plugins
2674                 in file selection dialog
2675         * src/plugins/clamav/clamav_plugin.c
2676                 const correctness
2677
2678 2004-04-14 [christoph]  0.9.10claws45
2679
2680         * src/folder.c
2681         * src/plugins/image_viewer/viewer.c
2682                 fix g_warnings
2683
2684 2004-04-10 [alfons]     0.9.10claws44
2685         
2686         * src/compose.c
2687                 appropriate auto account selection when forwarding
2688                 (fixes bug #476, "forward as attachment does not listen
2689                 to account rules")
2690
2691 2004-04-09 [alfons]     0.9.10claws43
2692
2693         * src/summaryview.c
2694                 make quick search combo matching case sensitive
2695
2696 2004-04-06 [alfons]     0.9.10claws42
2697
2698         * src/addr_compl.c
2699                 use cursor position to prevent clearing the entire entry
2700
2701 2004-04-06 [alfons]     0.9.10claws41
2702
2703         * src/folderview.c
2704                 fix bug #472, "filter not updated when renaming folder" 
2705
2706 2004-04-06 [alfons]     0.9.10claws40
2707
2708         * src/messageview.[ch]
2709           src/summaryview.c
2710                 reflect changes to Show all headers to main view
2711                 and message view (only affects detached message
2712                 view). see also bug #473, 'Show All Headers 
2713                 "problem"'.
2714
2715 2004-04-03 [alfons]     0.9.10claws39
2716
2717         * src/matcher.c
2718                 free address list
2719
2720 2004-04-03 [alfons]     0.9.10claws38
2721
2722         * src/matcher_parser_parse.y
2723           src/matcher.[ch]
2724                 prepare address look up matcher type; marginally
2725                 tested, and not hooked into the UI yet.
2726
2727                 basically it accepts the result of the left hand
2728                 side of the matcher (the "criteria"):
2729
2730                         from all_in_addressbook ""
2731                         ~to_or_cc any_in_addressbook ""
2732                 
2733                 the first case matches all addresses found in the
2734                 from header, and the second case matches if any
2735                 (at least one) of the addresses in to or cc headers 
2736                 are not in the address book.
2737
2738                 the string argument is not used yet, but is intended
2739                 to match a group of addresses 
2740
2741 2004-04-02 [luke]       0.9.10claws37
2742
2743         * src/prefs_folder_item.c
2744                 Add two buttons to apply 'scan for new mail'
2745                 and 'process at startup' to sub folders
2746
2747 2004-04-02 [luke]
2748         * tools/textviewer.sh
2749                 better filename extension matching plus some support for
2750                 MS Excel, MS Powerpoint and HTML
2751
2752 2004-03-29 [christoph]  0.9.10claws36
2753
2754         * src/folder.h
2755         * src/folderutils.[ch]
2756         * src/mainwindow.c
2757                 add delete duplicates for all folders
2758
2759 2004-03-29 [alfons]     0.9.10claws35
2760
2761         * src/folder.c
2762                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2763                 when selecting top-level folder node (thanks to 
2764                 Alex S. Moore)
2765
2766 2004-03-28 [keith]      0.9.10claws34
2767
2768         * src/textview.c
2769                 prepend "http://" to URIs of the form "www.example.com"
2770
2771 2004-03-28 [paul]       0.9.10claws33
2772
2773         * src/common/nntp.c
2774           src/common/smtp.c
2775           src/folder.c
2776           src/imap.c
2777           src/inc.c
2778           src/news.c
2779           src/pop.c
2780                 revise 'translatable string' policy:
2781                 don't translate debug_print() or log_print(),
2782                 translate log_message() and log_warning()
2783         
2784         * po/zh_CN.po
2785                 update submitted by Hansom Young
2786
2787 2004-03-25 [alfons]     0.9.10claws32
2788
2789         * src/prefs_common.c
2790                 I mean this one: Return the GList...
2791
2792 2004-03-25 [alfons]     0.9.10claws31
2793
2794         * src/prefs_common.h
2795                 add new members at the end of prefs_common, so
2796                 they get properly initialized
2797
2798 2004-03-24 [christoph]  0.9.10claws30
2799
2800         * src/imap.c
2801                 o NULL is a valid GSList
2802
2803 2004-03-24 [alfons]     0.9.10claws29
2804
2805         * src/prefs_common.[ch]
2806           src/summaryview.c
2807           src/common/defs.h
2808                 add history to quick search (patch submitted by 
2809                 Ivan Francolin Martinez - thanks!)
2810
2811 2004-03-24 [alfons]     0.9.10claws28
2812
2813         * src/imap.c
2814                 NULL output pointer parameter
2815
2816 2004-03-21 [alfons]     0.9.10claws27
2817
2818         * src/addrindex.[ch]
2819           src/addr_compl.c
2820                 complete addresses on nicks and aliases
2821
2822 2004-03-21 [alfons]     0.9.10claws26
2823
2824         * src/import.c
2825           src/inc.c
2826           src/mbox.[ch]
2827                 disable filters on import mbox (patch submitted
2828                 by Edgar Toernig)
2829
2830 2004-03-21 [darko]      0.9.10claws25
2831
2832         * src/addr_compl.c
2833                 select the address when only one match is found while
2834                 doing address completion with tab key (feature
2835                 request #914720)
2836
2837 2004-03-21 [alfons]     0.9.10claws24
2838
2839         * src/messageview.c
2840           src/toolbar.c
2841                 don't `navigate-delete` when a summary view's selection does not 
2842                 match the accompanying message view's message
2843
2844 2004-03-20 [alfons]     0.9.10claws23
2845
2846         * src/summaryview.c
2847                 hide ext search button on initial display (should fix bug #459,
2848                 "Toggling quick-search at 1st time: minor UI inconsistency")
2849
2850 2004-03-20 [alfons]     0.9.10claws22
2851
2852         * src/summaryview.[ch]
2853                 add function to get selected msginfo, if there's
2854                 only one selected
2855
2856 2004-03-20 [paul]       0.9.10claws21
2857
2858         * sync with 0.9.10cvs7
2859                 see ChangeLog 2004-03-19
2860
2861 2004-03-19 [paul]       0.9.10claws20
2862
2863         * src/common/nntp.c
2864           src/common/smtp.c
2865           src/common/ssl.c
2866           src/folder.c
2867           src/imap.c
2868           src/inc.c
2869           src/news.c
2870           src/pop.c
2871                 don't translate strings in debug_print(), log_print(),
2872                 log_message(),  and log_warning()
2873
2874 2004-03-19 [alfons]     0.9.10claws19
2875
2876         better next/previous/delete/focus navigation with separate 
2877         message view 
2878         
2879         * src/toolbar.c
2880                 call summaryview_delete() instead of messageview_delete()
2881         * src/messageview.c
2882                 disable messageview_delete()
2883
2884 2004-03-18 [paul]       0.9.10claws18
2885
2886         * sync with 0.9.10cvs6
2887                 see ChangeLog 2004-03-16
2888
2889 2004-03-17 [alfons]     0.9.10claws17
2890
2891         * src/gtk/filesel.c
2892                 remove bogus semicolon after if() (sometimes it pays to
2893                 read LKML :)
2894
2895 2004-03-15 [darko]      0.9.10claws16
2896
2897         * src/gtk/filesel.c
2898                 support full path in place of a filename
2899         * src/mimeview.c
2900                 store directory attachments were saved to and
2901                 use it when saving attachments
2902         * src/prefs_common.[hc]
2903                 store directory attachments were last saved to
2904
2905 2004-03-15 [paul]       0.9.10claws15
2906
2907         * src/folderview.c
2908                 fix bug where unsubscribing a newsgroup would destroy
2909                 (most of the) filtering rules
2910
2911 2004-03-15 [paul]       0.9.10claws14
2912
2913         * src/folderview.c
2914                 fix Bug 458, 'Folder View remaining empty after 
2915                 removing a NEWS account' (was also true of IMAP
2916                 accounts)
2917
2918 2004-03-15 [paul]       0.9.10claws13
2919
2920         * src/folderview.c
2921                 fix folderview invisibility of newly subscribed
2922                 newsgroups
2923
2924 2004-03-13 [paul]       0.9.10claws12
2925
2926         * src/compose.c
2927           src/plugins/dillo_viewer/dillo_prefs.c
2928           src/plugins/image_viewer/viewerprefs.c
2929                 gettextise some forgotten parts
2930
2931 2004-03-13 [alfons]     0.9.10claws11
2932
2933         * src/imap.c
2934                 make sure the correct type is passed to sscanf()
2935
2936 2004-03-13 [paul]       0.9.10claws10
2937
2938         * sync with 0.9.10cvs5
2939                 see ChangeLog 2004-03-02 and 2004-03-12, 
2940                 specifically:
2941                 'always move messages by default when using DnD (except 
2942                 for News folder). Copy messages if Ctrl-key is pressed.'
2943                 and 'added a function to filter selected messages'
2944
2945 2004-03-12 [christoph]  0.9.10claws9
2946
2947         * src/codeconv.c
2948                 add parameter check to conv_unmime_header_overwrite()
2949
2950         * src/imap.c
2951                 o fix spelling
2952                 o fix removing of NEW flag when UNREAD is unset
2953
2954         * src/procmime.c
2955                 decode MIME-headers
2956
2957         (Closes 437 i18n attachment display error.)
2958
2959 2004-03-12 [paul]       0.9.10claws8
2960
2961         * po/it.po
2962                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2963                 
2964         * tools/Makefile.am
2965                 add 'textviewer.sh'
2966
2967 2004-03-12 [alfons]     0.9.10claws7
2968
2969         * src/imap.c
2970                 o quiet compiler and typecast Folder * to IMAP Folder *
2971                 o wake up and fix my previous incompatible type assignment bug
2972
2973 2004-03-12 [alfons]     0.9.10claws6
2974
2975         * src/imap.c
2976                 don't mix up pointers to int, guint32 _and_ 
2977                 unsigned int 
2978
2979 2004-03-12 [christoph]  0.9.10claws5
2980
2981         * src/folderview.c
2982                 Add error requester when renaming a folder failed
2983
2984         * src/imap.c
2985                 Check new FolderItem name for namespace seperator
2986                 before renaming
2987
2988         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2989
2990 2004-03-11 [christoph]  0.9.10claws4
2991
2992         * src/folder.[ch]
2993         * src/imap.c
2994         * src/procmsg.h
2995                 syncronize flags in cache with IMAP folder flags
2996
2997         Adapted a patch submitted by Simon 'corecode' Schubert
2998         <corecode@corecode.ath.cx> 
2999
3000
3001 2004-03-11 [alfons]     0.9.10claws3
3002
3003         * src/textview.[ch]
3004                 remove dead code that at one time controlled display of
3005                 URIs in status bar
3006
3007 2004-03-10 [paul]       0.9.10claws2
3008
3009         * po/it.po
3010                 updated by Lupino <lupin85@email.it>
3011
3012 2004-03-09 [alfons]     0.9.10claws1
3013
3014         * src/matcher.c
3015                 we're not using yywrap, but we may, so close yyin instead
3016                 of initial FILE *
3017
3018 2004-03-08 [paul]       0.9.10claws
3019
3020         * 0.9.10claws released
3021
3022 2004-03-08 [paul]       0.9.9claws41
3023
3024         * po/es.po
3025           po/ja.po
3026           po/ru.po
3027           po/sk.po
3028           po/sr.po
3029           po/zh_CN.po
3030                 update translations. submitted by Ricardo Mones Lastra,
3031                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3032                 Hansom Young
3033
3034 2004-03-06 [paul]       0.9.9claws40
3035
3036         * src/stock_pixmap.c
3037                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3038                 patch submitted by Pawel Pekala
3039
3040 2004-03-06 [alfons]             0.9.9claws39
3041
3042         * src/addrindex.c
3043                 allow nick name completion again 
3044
3045 2004-03-02 [match]              0.9.9claws38
3046
3047         * configure.ac
3048                 added definition of USE_LDAP_TLS to support TLS.
3049         * src/ldapctrl.[ch]
3050         * src/ldapquery.c
3051         * src/ldapserver.[ch]
3052         * src/addressbook.c
3053         * src/addrindex.c
3054         * src/editldap.c
3055                 included LDAP TLS support.
3056
3057 2004-03-02 [christoph]          0.9.9claws37
3058
3059         * src/folder.[ch]
3060                 o add more documentation for FolderClass
3061                 o remove usused FolderClass virtual functions
3062
3063         * src/imap.c
3064         * src/mh.c
3065         * src/news.c
3066                 change creation of FolderClass because static initializations
3067                 for structs suck in C89
3068
3069 2004-03-01 [paul]
3070
3071         * sync with 0.9.10
3072
3073 2004-02-28 [keith]      0.9.9claws36
3074
3075         * src/common/utils.c
3076                 Fix treatment of whitespace in quicksearch bar (leading
3077                 spaces and >1 space between commands and parameters).
3078
3079 2004-02-27 [alfons]     0.9.9claws35
3080
3081         * src/compose.[ch]
3082                 Explicitly remove draft timeout to fix nasty race between 
3083                 compose_send_cb() (which destroys the compose window) and 
3084                 compose_defer_auto_save_draft() (which expects compose 
3085                 window to exist). Should fix Keith's and Fred Marton's
3086                 bug report (#128, "crash after complaining about character
3087                 set conversion")
3088
3089 2004-02-27 [luke]       0.9.9claws34
3090         
3091         * src/folder.c
3092                 Do folder_item_apply_processing() even if no processing
3093                 rules for the folder exist (so global processing is applied)
3094
3095 2004-02-26 [thorsten]   0.9.9claws33
3096
3097         * src/mimeview.c
3098                 Remove misleading static declaration
3099
3100 2004-02-26 [alfons]     0.9.9claws32
3101
3102         * src/procmime.[ch]
3103           src/compose.c
3104           src/mimeview.c
3105           src/textview.c
3106                 use/add procmime_get_content_type_str() as a safe wrapper
3107                 for returning a Content-Type type string; should fix 
3108                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3109                  - attachments."
3110
3111 2004-02-26 [thorsten]   0.9.9claws31
3112
3113         * src/mimeview.c
3114                 Restructure save_as/save_all
3115
3116 2004-02-26 [alfons]     0.9.9claws30
3117
3118         * src/procmime.c
3119                 clean up (2)
3120
3121 2004-02-26 [alfons]     0.9.9claws29
3122
3123         * src/procmime.c
3124                 clean up (1)
3125
3126 2004-02-24 [luke]
3127
3128         * tools/textviewer.sh
3129                 tweaks from Johann Koenig, recognition of shell
3130                 scripts in particular
3131
3132 2004-02-24 [paul]       0.9.9claws28
3133
3134         * sync with 0.9.9cvs13
3135                 see ChangeLog 2004-02-24
3136
3137 2004-02-23 [paul]       0.9.9claws27
3138
3139         * src/inc.c
3140                 one alertpanel on pop3 authentication error will suffice
3141                 
3142         * src/prefs_fonts.c
3143                 remove unnecessary printf
3144
3145 2004-02-22 [alfons]     0.9.9claws26
3146
3147         * src/messageview.c
3148                 put back a lost check
3149
3150 2004-02-21 [alfons]     0.9.9claws25
3151
3152         * src/folderview.c
3153                 don't forget to save folder properties after renaming folder
3154
3155 2004-02-20 [paul]       0.9.9.claws24
3156
3157         * src/addressbook.c
3158                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3159                 
3160         * src/inc.c
3161                 complete sync with 0.9.9cvs9's 'update folderview
3162                 progressively'
3163                 
3164         * configure.ac
3165                 require gettext >= 0.12.1
3166
3167 2004-02-17 [match]      0.9.9claws23
3168
3169         * src/compose.c
3170                 keep the peace - change style.
3171
3172 2004-02-17 [alfons]     0.9.9claws22
3173
3174         * src/filtering.c
3175                 make MATCHACTION_STOP cancel filtering / processing;
3176                 clean up and document it to make it a little bit more clear;
3177
3178 2004-02-17 [alfons]     0.9.9claws21
3179
3180         %X marks the cursor spot for reply quote format
3181
3182         * src/quote_fmt_lex.l 
3183           src/quote_fmt.c
3184                 add %X token
3185                 
3186         * src/quote_fmt.h
3187           src/quote_fmt_parse.y
3188                 handle %X token
3189                 
3190         * src/compose.c
3191                 handle %X token for replies only (for now)
3192
3193 2004-02-17 [paul]       0.9.9claws20
3194
3195         * po/sk.po
3196                 updated by Andrej Kacian
3197                 
3198         * src/news.c
3199                 remove unneeded include
3200                 
3201         * src/prefs_fonts.c
3202                 be a little more user-friendly with the labels
3203                 
3204         * configure.ac
3205                 a change forgotten in the last commit: 
3206                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3207
3208 2004-02-17 [paul]       0.9.9claws19
3209
3210         * ac/*                          ** REMOVED **
3211           ac/                           ** REMOVED **
3212           intl/Makefile.in              ** REMOVED **
3213           m4/                           ** NEW **
3214           m4/missing                    ** NEW **
3215           m4/missing/gdk-pixbuf.m4      ** NEW **
3216           m4/missing/gettext.m4         ** NEW **
3217           m4/missing/gpgme.m4           ** NEW **
3218           m4/missing/imlib.m4           ** NEW **
3219           m4/.cvsignore                 ** NEW **
3220           m4/Makefile.am                ** NEW **
3221           m4/README                     ** NEW **
3222           m4/aclocal-include.m4         ** NEW **
3223           m4/aspell.m4                  ** NEW **
3224           m4/check-type.m4              ** NEW **
3225           m4/gnupg-check-typedef.m4     ** NEW **
3226           m4/openssl.m4                 ** NEW **
3227           m4/spamassassin.m4            ** NEW **
3228           po/ChangeLog                  ** REMOVED **
3229           po/Makefile.in.in             ** REMOVED **
3230           po/Rules-quot                 ** REMOVED **
3231           po/boldquot.sed               ** REMOVED **
3232           po/en@boldquot.header         ** REMOVED **
3233           po/en@quot.header             ** REMOVED **
3234           po/insert-header.sin          ** REMOVED **
3235           po/quot.sed                   ** REMOVED **
3236           po/remove-potcdate.sed        ** REMOVED **
3237           po/remove-potcdate.sin        ** REMOVED **
3238           po/stamp-po                   ** REMOVED **
3239           Makefile.am
3240           autogen.sh
3241           configure.ac
3242                 enable building with automake 1.8.x
3243                 add 'autopoint' to autogen.sh and remove all
3244                 auto-generated files, remove ac/ in favour of
3245                 m4/
3246
3247 2004-02-17 [alfons]     0.9.9claws18
3248         
3249         * src/summaryview.c
3250                 MSG_IS_NEWS() is not stored at all, and is bogus
3251
3252 2004-02-17 [martin]     0.9.9claws17
3253
3254         * src/prefs_themes.c
3255                 fix crash when installing wrong theme and output an
3256                 error message
3257
3258 2004-02-16 [christoph]  0.9.9claws16
3259
3260         * src/compose.c
3261         * src/stock_pixmap.[ch]
3262         * src/toolbar.[ch]
3263         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3264                 add "Wrap current paragraph" to compose toolbar
3265
3266 2004-02-15 [alfons]     0.9.9claws15
3267
3268         * src/folderview.c
3269                 refine previous commit to make sure other hook functions
3270                 get their grab of the pie too
3271
3272 2004-02-15 [alfons]     0.9.9claws14
3273
3274         * src/folderview.c
3275                 fix sync breakage so we don't pass invalid pointer types
3276
3277 2004-02-15 [match]      0.9.9claws13
3278
3279         * src/ldapquery.[ch]
3280         * src/ldapserver.h
3281         * src/addrindex.[ch]
3282                 tweak threading calls.
3283         * src/addr_compl.[ch]
3284                 add alias into completion list.
3285         * src/addressbook.c
3286                 fix ldap browse.
3287                 improve context menu behavior.
3288                 change menu sequence.
3289                 add send mail from addressbook.
3290         * src/addrselect.[ch]
3291         * src/compose.[ch]
3292                 add send mail from addressbook.
3293
3294 2004-02-15 [christoph]  0.9.9claws12
3295
3296         * src/folderutils.c
3297                 skip deleting when duplist is empty
3298
3299         * src/folderview.[ch]
3300         * src/mainwindow.c
3301         * src/summaryview.[ch]
3302                 call folderutils_delete_duplicates() from mainwindow code
3303
3304 2004-02-15 [alfons]     0.9.9claws11
3305         
3306         * src/common/utils.c
3307                 add prefix for italian ms o(e) 
3308
3309 2004-02-14 [paul]       0.9.9claws10
3310
3311         * src/foldersel.c
3312                 fix updating of the folder view when creating a
3313                 new folder
3314
3315 2004-02-13 [paul]       0.9.9claws9
3316
3317         * src/plugins/clamav/clamav_plugin.c
3318                 remove GUI code
3319
3320 2004-02-13 [paul]       0.9.9claws8
3321
3322         * sync with 0.9.9cvs9
3323                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3324
3325 2004-02-13 [alfons]     0.9.9claws7
3326
3327         * src/common/utils.c
3328                 fix wrong type of argument for ctype functions (pass unsigned
3329                 char instead of signed char)
3330
3331 2004-02-12 [alfons]     0.9.9claws6
3332
3333         * src/compose.[ch]
3334                 don't select text in header entry when composing to a 
3335                 default address, but rather give the header entry a
3336                 different color / style (same as the folder new color)
3337
3338 2004-02-12 [alfons]     0.9.9claws5
3339
3340         * src/plugins/clamav/clamav_plugin.c
3341                 don't exit(2) on libclamav init error - show a warning.
3342                 (tested by damaging a clamav database file.)
3343
3344 2004-02-12 [paul]       0.9.9claws4
3345
3346         * sync with 0.9.9cvs4
3347                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3348
3349 2004-02-11 [luke]       0.9.9claws3
3350
3351         * src/mimeview.c
3352                 remove redundant check introduced in 0.9.9claws1
3353
3354 2004-02-11 [luke]       0.9.9claws2
3355
3356         * src/mimeview.c
3357                 fix compilation of my previous commit without gpg enabled
3358
3359 2004-02-10 [luke]       0.9.9claws1
3360
3361         * src/mimeview.c
3362                 add borders to icons to indicate the privacy status for
3363                 the message part (unknown/bad/good)
3364
3365 2004-02-06 [paul]       0.9.9claws
3366
3367         0.9.9claws released
3368
3369 2004-02-06 [darko]      0.9.8claws64
3370
3371         * src/compose.c
3372                 don't allow Ctrl+Enter while external editor is active
3373
3374 2004-02-06 [paul]       0.9.8claws63
3375
3376         * po/es.po
3377           po/pl.po
3378           po/sk.po
3379           po/sr.po
3380                 update Spanish, Polish, Slovak, and Serbian translations.
3381                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3382                 and Urke MMI
3383
3384 2004-02-04 [alfons]     0.9.8claws62
3385
3386         * src/compose.c
3387                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3388                 don't have clue yet why the cursor pos is at the end of the
3389                 text.)
3390
3391 2004-02-04 [alfons]     0.9.8claws61
3392
3393         * src/compose.c
3394                 always grab focus when one of the header entries is clicked 
3395                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3396
3397 2004-02-02 [paul]
3398
3399         * ac/missing/gdk-pixbuf.m4
3400           ac/missing/gpgme.m4
3401           ac/missing/imlib.m4
3402                 prevent 'underquoted definition' warnings
3403                 patch submitted by David Relson
3404                 
3405         * src/plugins/clamav/README
3406                 update, improve, correct
3407
3408 2004-01-31 [thorsten]   0.9.8claws60
3409
3410         * src/news.c
3411                 'dir' not initialized if group has no messages
3412
3413 2004-01-29 [christoph]  0.9.8claws59
3414
3415         * src/customheader.[ch]
3416                 add custom_header_is_allowed() to check for disallowed header names
3417                 that must not be overridden by custom headers
3418
3419         * src/compose.c
3420                 always write From: header and use custom_header_is_allowed() to
3421                 check if custom header should be written
3422
3423         * src/prefs_customheader.c
3424                 check if custom header is disallowed using custom_header_is_allowed()
3425
3426         * src/folderutils.c
3427                 destroy message id GHashTable before freeing the MsgInfos
3428
3429 2004-01-29 [paul]       0.9.8claws58
3430
3431         * sync with 0.9.9 release
3432                 see ChangeLog 2004-01-29
3433
3434 2004-01-29 [paul]       0.9.8claws57
3435
3436         * sync with 0.9.8cvs11
3437                 see ChangeLog 2004-01-29
3438
3439 2004-01-28 [christoph]  0.9.8claws56
3440
3441         * src/pgpmime.c
3442         * src/sgpgme.[ch]
3443                 return WARN signature status when signature is not trusted
3444
3445         * src/Makefile.am
3446         * src/folder.c
3447         * src/folderutils.[ch]                  ** NEW **
3448         * src/summaryview.c
3449                 implement delete duplicates summaryview independent
3450
3451 2004-01-28 [paul]       0.9.8claws55
3452
3453         * sync with 0.9.8cvs10
3454                 see Changelog 2004-01-27 and 2004-01-28
3455
3456 2004-01-26 [christoph]  0.9.8claws54
3457
3458         * src/imap.c
3459                 create a root node for the Folder if scan fails because root
3460                 folder does not exist
3461
3462 2004-01-26 [paul]       0.9.8claws53
3463
3464         * sync with 0.9.8cvs7
3465                 see ChangeLog 2004-01-23
3466
3467 2004-01-25 [alfons]     0.9.8claws52
3468
3469         * src/compose.c
3470                 remove left-over constant INDENT_CHARS
3471
3472 2004-01-25 [alfons]     0.9.8claws51
3473
3474         * src/procmime.c
3475                 add NULL pointer check for mimeinfo->node in
3476                 procmime_mimeinfo_parent()
3477
3478 2004-01-25 [darko]      0.9.8claws50
3479
3480         * src/compose.c
3481                 make "Wrap all long lines" toolbar button wrap all
3482                 long lines not just the current line
3483                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3484
3485
3486 2004-01-25 [alfons]     0.9.8claws49
3487
3488         * src/procmime.c
3489                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3490                 necessary anyway, because *scanf() functions neglect white
3491                 space in the input. 
3492                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3493
3494 2004-01-25 [paul]       0.9.8claws48
3495
3496         * src/prefs_ext_prog.c
3497                 apply Alfons' patch to check for NULL pointers
3498                 fixes bug #424
3499
3500 2004-01-25 [paul]       0.9.8claws47
3501
3502         * sync with 0.9.8cvs8
3503                 see ChangeLog 2004-01-23
3504
3505 2004-01-25 [thorsten]   0.9.8claws46
3506
3507         * src/messageview.c
3508                 remove orphaned mimeview unref()
3509
3510 2004-01-23 [christoph]  0.9.8claws45
3511
3512         * src/summaryview.c
3513                 set ctree widget style
3514
3515 2004-01-23 [paul]       0.9.8claws44
3516
3517         * sync with 0.9.8cvs5
3518                 see ChangeLog 2004-01-22
3519
3520 2004-01-23 [alfons]     0.9.8claws43
3521
3522         * src/procmsg.c
3523                 remove redundant code in procmsg_get_thread_tree()
3524
3525 2004-01-21 [christoph]  0.9.8claws42
3526
3527         * src/folderview.c
3528                 set ctree widget style, otherwise GTK does not use the
3529                 the correct vertical size for the list items
3530
3531 2004-01-21 [alfons]     0.9.8claws41
3532
3533         * src/summaryview.c
3534                 GDK_Left should only switch to folderview when
3535                 when summaryview hscrollbar is at the leftmost
3536                 position (fixes bug #420, "Focus error")
3537
3538 2004-01-21 [paul]       0.9.8claws40
3539
3540         * sync with 0.9.8cvs4
3541                 see ChangeLog 2004-01-20
3542
3543 2004-01-20 [christoph]  0.9.8claws39
3544
3545         * src/folderview.c
3546                 remove setting sensitivity for no longer existing
3547                 /Scoring... popup entry
3548
3549 2004-01-20 [keith]      0.9.8claws38
3550
3551         * configure.ac
3552                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3553
3554 2004-01-20 [paul]       0.9.8claws37
3555
3556         * src/prefs_fonts.c
3557                 demystify font settings
3558                 
3559         * src/textview.c
3560                 use textview->msgfont for header->body in
3561                 textview_show_header()
3562
3563 2004-01-20 [paul]       0.9.8claws36
3564
3565         * src/compose.c
3566           src/undo.c
3567                 remove superfluous debug_print's
3568                 
3569         * src/inc.c
3570                 clear the statusbar after LOCAL incorporation
3571
3572 2004-01-20 [paul]       0.9.8claws35
3573
3574         * sync with 0.9.8cvs3
3575                 see ChangeLog 2004-01-20
3576
3577 2004-01-19 [keith]      0.9.8claws34
3578
3579         * src/folderview.c
3580                 don't show 'Search folder...' on popup menu
3581                 if folder has no mails in it
3582
3583 2004-01-17 [keith]      0.9.8claws33
3584
3585         * src/compose.c
3586           src/prefs_common.c
3587           src/prefs_common.h
3588                 store position of compose window in prefs
3589
3590 2004-01-17 [thorsten]   0.9.8claws32
3591
3592         * src/gtk/gtkvscrollbutton.c
3593                 ensure scrollbutton resize event on different gtk versions
3594
3595 2004-01-15 [alfons]     0.9.8claws31
3596         
3597         * src/summaryview.c
3598                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3599                 message as read
3600
3601 2004-01-12 [christoph]  0.9.8claws30
3602
3603         * src/procmime.c
3604                 better MIME-Version check
3605
3606 2004-01-11 [alfons]     0.9.8claws29
3607
3608         * src/procmsg.c
3609                 remove unnecessary but still effective check (could possibly
3610                 lead to some unwanted side effects)
3611
3612 2004-01-11 [alfons]     0.9.8claws28
3613
3614         * src/procmsg.c
3615                 we should not prefer lowest message number while threading 
3616                 (introduced in previous commit)
3617
3618 2004-01-11 [alfons]     0.9.8claws27
3619
3620         * src/procmsg.c
3621                 subject threading fixes:
3622                 
3623                         - make message with lowest message number the
3624                           thread parent,
3625                         - refine recording last node when threading. the last node
3626                           should be the previous one if a node has a thread parent,
3627                           or the current node if not
3628                 
3629                 (there's another threading bug fix coming up)
3630
3631 2004-01-10 [paul]       0.9.8claws26
3632
3633         * src/main.c
3634           src/prefs_ext_prog.c
3635           src/plugins/clamav/clamav_plugin_gtk.c
3636                 minor gui fixes
3637
3638 2004-01-09 [christoph]  0.9.8claws25
3639
3640         * src/Makefile.am
3641         * src/string_match.[ch]                 ** REMOVE **
3642         * src/common/Makefile.am
3643         * src/common/string_match.[ch]          ** NEW **
3644                 move string_match.[ch] to common directory
3645
3646 2004-01-09 [christoph]  0.9.8claws24
3647
3648         * src/pgpmime.c
3649                 add MIME-Version header for the message parser
3650
3651 2004-01-09 [paul]       0.9.8claws23
3652
3653         * po/POTFILES.in
3654           src/Makefile.am
3655           src/main.c
3656           src/prefs_common.c
3657           src/prefs_ext_prog.[ch]       ** NEW FILES **
3658                 move External Command options from 'Common Prefs/Other' to
3659                 'Other Prefs/Message View/External Programs', also reveal
3660                 the hidden options for audio player and image viewer.
3661                 
3662         * src/prefs_common.c
3663                 fix toggling of header pane
3664
3665 2004-01-09 [paul]       0.9.8claws22
3666
3667         * src/compose.c
3668                 when changing account also change the save folder
3669
3670         * src/textview.c
3671                 if a text/plain attachment has 'Content-Disposition: attachment'
3672                 don't display it inline
3673
3674 2004-01-08 [christoph]  0.9.8claws21
3675
3676         * src/procmime.c
3677                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3678                 otherwise thread the message content as one text part and
3679                 don't assume charset US-ASCII which is only specified as
3680                 default for MIME-messages
3681
3682 2004-01-08 [paul]       0.9.8claws20
3683
3684         * src/plugins/clamav/clamav_plugin.c
3685           src/plugins/spamassassin/spamassassin.c
3686                 inform the user what is happening via the statusbar
3687
3688 2004-01-06 [paul]       0.9.8claws19
3689
3690         * po/es.po
3691                 update Spanish translation. submitted by Ricardo
3692                 Mones Lastra
3693
3694 2004-01-05 [paul]       0.9.8claws18
3695
3696         * sync with 0.9.8cvs2
3697                 see ChangeLog 2004-01-05
3698
3699 2004-01-03 [luke]       0.9.8claws17
3700
3701         * src/procheader.c
3702                 Clean up:
3703                 o remove unused functions string_getchar() and file_getchar()
3704                 o remove the getchar_ parameter from generic_get_one_field()
3705                 o add an 'unfold' parameter to generic_get_one_field, to
3706                   be used if no HeaderEntry is supplied
3707                 o procheader_get_one_field_asis() uses
3708                   generic_get_one_field().
3709
3710 2004-01-01 [christoph]  0.9.8claws16
3711
3712         * src/common/xml.[ch]
3713                 o add xml_new_tag() to manage usage counts of strings correctly
3714                 o correct xml_copy_tree() function name
3715
3716         * src/folder.c
3717         * src/main.c
3718                 allow registering and unregistering of FolderClasses anytime
3719
3720 2003-12-31 [christoph]  0.9.8claws15
3721
3722         * src/folder.[ch]
3723         * src/common/xml.[ch]
3724                 keep folderlist.xml data for unloaded FolderClasses
3725
3726 2003-12-30 [luke]       0.9.8claws14
3727
3728         * src/procheader.[ch]
3729                 o added procheader_get_one_field_asis() that does not do
3730                   unfolding
3731                 o fix procheader_get_header_array_asis() to use the above,
3732                   fixing ugliness of headers in textview
3733
3734         * src/compose.c
3735                 o don't unfold headers when redirecting.        
3736
3737 2003-12-30 [paul]       0.9.8claws13
3738
3739         * po/POTFILES.in
3740           src/common/defs.h
3741           src/Makefile.am
3742           src/main.c
3743           src/prefs_common.c
3744           src/prefs_themes.[ch] ** NEW FILES **
3745                 redesign and move Icon Theme selector to
3746                 the new prefs window
3747           
3748         * src/stock_pixmap.c
3749                 fix the old bug where icons are not always
3750                 updated when changing themes
3751         
3752         * src/summaryview.c
3753                 fix bug where the icons on the title row
3754                 of the summary view were not updated
3755         
3756         all patches submitted by Ricardo Mones Lastra
3757
3758 2003-12-30 [hoa]        0.9.8claws12
3759
3760         * src/folder.c
3761                 run preglobal and postglobal processing rules
3762                 even if the folder does not have any rules.
3763
3764 2003-12-28 [paul]       0.9.8claws11
3765
3766         * ac/aspell.m4
3767           ac/check-type.m4
3768           ac/gnupg-check-typedef.m4
3769           ac/openssl.m4
3770           ac/spamassassin.m4
3771                 fix 'underquoted definition' warnings, patch submitted by
3772                 David Relson <relson@osagesoftware.com>
3773                 
3774         * src/common/utils.c
3775                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3776                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3777
3778 2003-12-28 [paul]       0.9.8claws10
3779
3780         * sync with 0.9.8cvs1
3781                 see ChangeLog 2003-12-17
3782
3783 2003-12-27 [christoph]  0.9.8claws9
3784
3785         * src/common/utils.[ch]
3786                 add g_node_map() to map a GNode into a new GNode
3787                 converting all node data's with a function
3788
3789         * src/account.c
3790         * src/folder.[ch]
3791         * src/folderview.c
3792         * src/imap.c
3793         * src/mainwindow.c
3794         * src/summaryview.c
3795                 o use g_node_map() to convert XML <-> Folder
3796                 o remove redundant FolderItem->parent and
3797                   replace it with folder_item_parent()
3798
3799 2003-12-23 [christoph]  0.9.8claws8
3800
3801         * src/folder.[ch]
3802         * src/folderview.c
3803         * src/mainwindow.c
3804         * src/procmsg.c
3805                 o use callback for notifications about added and
3806                   destroyed folders
3807                 o rewrite folderlist saving (new functions to create
3808                   folder from XML tree, and XML tree from folder)
3809
3810         * src/common/xml.[ch]
3811                 add function to save XML trees
3812
3813         * src/prefs_filtering.c
3814                 code cleanup
3815
3816 2003-12-22 [christoph]  0.9.8claws7
3817
3818         * src/prefs_account.[ch]
3819                 add "SMTP only" accounts
3820
3821 2003-12-20 [melvin]     0.9.8claws6
3822
3823         * src/action.[ch]
3824                 Changed the interface for action_update_*_menu() so
3825                 action.c does not need to know the paths of the different
3826                 actions menu (mainwindow, message view and compose window). 
3827
3828         * src/compose.c
3829                 Tiny code cleanup to merge spell checker related code
3830                 compose_update_actions_menu(): new function to update
3831                 the actions menu. Use it in compose_create()
3832
3833         * src/compose.h
3834                 compose_update_actions_menu(): new function to update
3835                 the actions menu. Used also in prefs_actions.c.
3836
3837         * src/mainwindow.[ch]
3838                 main_window_update_actions_menu(): new function to update
3839                 the actions menu. Used in main_window_create() and in
3840                 prefs_actions.c
3841
3842         * src/messageview.[ch]
3843                 messageview_update_actions_menu(): new function to update
3844                 the actions menu. Used in messageview_add_toolbar() and in
3845                 prefs_actions.c
3846                 
3847         * src/prefs_actions.c   
3848                 prefs_actions_ok(): fixed to update the actions menu of
3849                 the separate message view and the compose windows.
3850
3851 2003-12-20 [luke]       0.9.8claws5
3852         * src/procheader.c
3853                 fix unfolding/newline stripping for multiline fields
3854                 in generic_get_one_field()
3855
3856 2003-12-19 [christoph]  0.9.8claws4
3857
3858         * src/summaryview.c
3859                 o code cleanup
3860                 o use subject_compare_for_sort() when comparing
3861                   simplified subjects
3862
3863 2003-12-19 [christoph]  0.9.8claws3
3864
3865         * src/msgcache.c
3866                 more syncing with 0.8.9a
3867
3868 2003-12-19 [christoph]  0.9.8claws2
3869
3870         * src/folder.c
3871                 don't write all FolderItem XML attributes for the root node
3872
3873 2003-12-19 [melvin]     0.9.8claws1
3874
3875         * src/messageview.c
3876                 Added missing menu branch (Tools/Create processing/rule)
3877         * po/fr.po
3878                 Updated French translation for the added string.
3879
3880 2003-12-19 [paul]       0.9.8claws
3881
3882         0.9.8claws released
3883
3884 2003-12-19 [paul]       0.9.7claws51
3885
3886         * po/en_GB.po
3887           po/es.po
3888           po/ja.po
3889           po/pl.po
3890           po/sk.po
3891           po/zh_CN.po
3892                 update translations. submitted by me, Ricardo Mones
3893                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3894                 Hansom Young
3895                 
3896         * src/folder_item_prefs.c
3897                 'enable_processing' set to FALSE by default
3898
3899 2003-12-18 [melvin]     0.9.7claws50
3900
3901         * po/fr.po
3902                 Updated French translation
3903
3904 2003-12-17 [christoph]  0.9.7claws49
3905
3906         * src/procheader.c
3907                 revert discarding of whitespace from 0.9.7claws44
3908
3909                 RFC2822 2.2.3: Unfolding is accomplished by simply
3910                 removing any CRLF that is immediately followed by WSP.
3911
3912 2003-12-17 [paul]       0.9.7claws48
3913
3914         * src/folder.c
3915                 fix new message count
3916                 
3917         * configure.ac
3918                 update autotools macros
3919
3920         * sync with 0.9.8a
3921
3922 2003-12-16 [christoph]  0.9.7claws47
3923
3924         * src/folder.c
3925                 fix folder update before adding MsgInfo to cache
3926                 in add_msginfo_to_cache()
3927
3928         * src/procmsg.c
3929                 remove old call to folder_item_update() that is no
3930                 longer required
3931
3932 2003-12-16 [christoph]  0.9.7claws46
3933
3934         * src/main.c
3935                 make sure the shutdown process only runs once
3936
3937 2003-12-16 [hoa]        0.9.7claws45
3938
3939         * src/mainwindow.c
3940         * src/messageview.c
3941         * src/summaryview.[ch]
3942                 Create filter rules using a message is fixed.
3943                 We can now create processing rules using a message.
3944
3945 2003-12-15 [alfons]     0.9.7claws44
3946
3947         * src/procheader.c
3948                 make sure we discard folding white space
3949
3950 2003-12-15 [luke]       0.9.7claws43
3951         * src/textview.c
3952         * src/mimeview.c
3953                 o use "name" parameter if "filename" doesn't exist
3954
3955 2003-12-14 [alfons]     0.9.7claws42
3956
3957         * src/summaryview.c
3958         * src/common/utils.c
3959                 allow quick finding based on the result of passing
3960                 a message to an external command. E.g:
3961
3962                         X "bogofilter < %F" 
3963                 
3964                 gets me all the spam in a folder.
3965
3966 2003-12-14 [luke]       0.9.7claws41
3967
3968         * src/textview.c
3969         * src/mimeview.c
3970                 o use parameter "filename" instead of "name" in a couple of 
3971                   places for correctness
3972
3973         * src/procmime.c
3974         * src/common/utils.[ch]
3975                 o make temporary filename for attachments safe for %p 
3976                   substitutions in actions.
3977
3978 2003-12-13 [christoph]  0.9.7claws40
3979
3980         * src/main.c
3981                 readd exit(0) to clean_quit() because otherwise sylpheed
3982                 does not always terminate
3983
3984         * src/pgpmime.c
3985         * src/privacy.h
3986                 add an identifier-string for PrivacySystems
3987
3988 2003-12-12 [paul]
3989
3990         * doc/man/sylpheed.1
3991                 update the man page
3992
3993 2003-12-12 [paul]       0.9.7claws39
3994
3995         general clean up
3996         
3997         * configure.ac
3998                 correct and clean up './configure --help' info
3999         
4000         * src/plugins/clamav/clamav_plugin.c
4001           src/plugins/spamassassin/spamassassin.c
4002                 correct plugin_desc(), works with LOCAL, IMAP, and
4003                 POP accounts
4004                 
4005         * src/filtering.c
4006           src/matcher.[ch]
4007           src/matcher_parser_parse.y
4008           src/prefs_filtering_action.c
4009                 use 'Change Score' instead of '(In/De)crease score'.
4010                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4011          
4012          * src/mainwindow.c
4013                 hyphenate: 'Pre-processing', 'Post-processing'
4014                 
4015         * src/prefs_account.c
4016                 change 'Generate Message-ID' to 'Generate Message-Id'
4017                 
4018         * src/prefs_folder_item.c
4019                 change 'Processing on startup:' to 'Process at startup'
4020                 change 'Scan for new mail:' to 'Scan for new mail'
4021                 
4022 2003-12-11 [christoph]  0.9.7claws38
4023
4024         * src/crash.c
4025         * src/main.[ch]
4026                 make sure the clean_exit() funtion is not called again by the
4027                 signal handler while it is already running
4028
4029         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4030
4031         * src/summaryview.c
4032                 fix wrong assertion
4033
4034 2003-12-11 [paul]       0.9.7claws37
4035
4036         * src/compose.c
4037                 'anonymise' Message-Id: header string
4038
4039 2003-12-11 [paul]       0.9.7claws36
4040
4041         * src/plugins/clamav/clamav_plugin.c
4042                 fix (don't break) signature count
4043                 use cl_strerror() instead of deprecated cl_perror()
4044         
4045 2003-12-11 [darko]      0.9.7claws35
4046
4047         * src/summaryview.c
4048                 also update the sort arrow (thanks Christoph)
4049
4050 2003-12-11 [darko]      0.9.7claws34
4051
4052         * src/summaryview.c
4053                 allow reverting to default sort mode (no sort)
4054
4055 2003-12-10 [hoa]        0.9.7claws33
4056
4057         * src/matcher.c
4058                 fixed quotation of string for matcher.
4059
4060 2003-12-08 [paul]       0.9.7claws32
4061
4062         * src/imap.c
4063           src/inc.c
4064                 plug memory leaks (patch by Alfons)
4065
4066 2003-12-08 [christoph]  0.9.7claws31
4067
4068         * src/folder_item_prefs.[ch]
4069         * src/folderview.c
4070         * src/prefs_folder_item.c
4071                 add new FolderItem property to exclude folders from new
4072                 mail checks
4073
4074         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4075
4076 2003-12-07 [paul]       0.9.7claws30
4077
4078         * src/plugins/clamav/clamav_plugin.c
4079                 fix signature count
4080
4081 2003-12-07 [thorsten]   0.9.7claws29
4082
4083         * src/filtering.c
4084                 debug_print some warning if destfolder missing
4085         * src/prefs_filtering.c
4086                 uninitialized filter list when deleting a folder
4087
4088 2003-12-06 [paul]       0.9.7claws28
4089
4090         * src/procheader.c
4091                 add Alfons' patch to trim line feeds
4092
4093 2003-12-06 [paul]       0.9.7claws27
4094
4095         * partial sync with 0.9.7cvs8
4096                 leaving claws' online/offline more or less intact
4097                 see ChangeLog 2003-12-04 and 2003-12-06
4098
4099 2003-12-06 [christoph]  0.9.7claws26
4100
4101         * src/messageview.c
4102         * src/privacy.[ch]
4103                 revert pirvacy API changes
4104
4105 2003-12-05 [alfons]     0.9.7claws25
4106
4107         * src/matcher.[ch]
4108                 clean up my old cruft
4109
4110 2003-12-05 [alfons]     0.9.7claws24
4111
4112         * src/matcher.c
4113                 fix comparison buglet ;-) and make `test` matcher
4114                 work again
4115
4116 2003-12-05 [alfons]     0.9.7claws23
4117
4118         * src/prefs_folder_item.c
4119                 K&R 2nd Ed., page 241 (function parameter identifiers
4120                 starting with an underscore are kind of insulting)
4121
4122 2003-12-05 [hoa]        0.9.7claws22
4123
4124         * src/main.c
4125         * src/mainwindow.[ch]
4126         * src/mainwindow.h
4127                 add destructor for mainwindow so that the last 
4128                 MimeInfo opened in messageview is destroyed when
4129                 exiting sylpheed.
4130
4131 2003-12-05 [hoa]        0.9.7claws21
4132
4133         * src/filtering.[ch]
4134         * src/matcher.[ch]
4135         * src/matcher_parser_lex.l
4136         * src/matcher_parser_parse.y
4137         * src/prefs_actions.c
4138         * src/prefs_filtering.c
4139         * src/common/utils.[ch]
4140                 quote arguments before giving them to command line.
4141                 fixed quote of string in matcher/processing/filtering rules.
4142
4143         * src/messageview.c
4144         * src/privacy.[ch]
4145                 allows decryption to return a new whole 
4146                 MIME message structure.
4147
4148 2003-12-04 [hoa]        0.9.7claws20
4149
4150         * src/filtering.[ch]
4151         * src/folder.c
4152         * src/mainwindow.c
4153         * src/matcher.c
4154         * src/matcher_parser_parse.y
4155         * src/folderview.c
4156                 global rules to run before folder specific rules.
4157                 global rules to run after folder specific rules.
4158                 
4159         * src/messageview.c
4160                 fixed quick addition of rules.
4161         
4162         * src/prefs_filtering.[ch]
4163         * src/summaryview.c
4164                 we can now customize the title for the dialog.
4165                 updated case where we rename of delete folders.
4166
4167         * src/addressbook.c
4168                 got back the function addressbook_browse_entry_cb()
4169                 that is needed in case we compiled with LDAP support.
4170
4171 2003-12-04 [paul]       0.9.7claws19
4172
4173         * sync with 0.9.7cvs6
4174                 see ChangeLog 2003-12-04
4175                 fixes bug 171 'Wrong message decoing: koi8-r and 
4176                 iso8859-5 looks same. Can't read many emails.'
4177
4178 2003-12-04 [paul]       0.9.7claws18
4179
4180         * po/POTFILES.in
4181                 remove 'src/prefs_scoring.c'
4182
4183 2003-12-03 [hoa]        0.9.7claws17
4184
4185         * src/Makefile.am
4186                 compilation of scoring.[ch] and prefs_scoring.[ch]
4187                 is removed.
4188         
4189         * src/filtering.[ch]
4190         * src/folder.c
4191         * src/folder_item_prefs.[ch]
4192         * src/folderview.c
4193         * src/main.c
4194         * src/mainwindow.c
4195         * src/matcher.[ch]
4196         * src/matcher_parser.h
4197         * src/matcher_parser_parse.y
4198         * src/prefs_filtering.[ch]
4199         * src/prefs_filtering_action.c
4200         * src/prefs_folder_item.c
4201         * src/prefs_scoring.[ch]              * REMOVED FILES *
4202         * src/procmsg.[ch]
4203         * src/scoring.[ch]                    * REMOVED FILES *
4204         * src/summaryview.c
4205                 merged scoring and filtering.
4206                 
4207                 Note : compatibility is kept by parsing score like 
4208                   add_score. To get the behaviour of older scoring 
4209                   system, you have to define some equivalent rule :
4210                   "score_lower -9999 hide"
4211                   "score_greater 9999 mark"
4212                   
4213                   To define global rules, you have to define them 
4214                   in the new global processing rules.
4215                   The variable that kept the list filtering rules 
4216                   was "global_processing" and has been renamed into 
4217                   "filtering_rules".
4218                   "global_processing" variable is now the name 
4219                   of the variable that keeps the list of global 
4220                   processing rules.
4221                   In the configuration file, "[global]" section is 
4222                   now for the global processing rules (which includes
4223                   score things and new global processing rules).
4224                   New "[filtering]" section is for the filtering rules.
4225                   
4226                   Before running with this version, during testing 
4227                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4228                   Then, you have to make the following changes :
4229                   - leave all scoring rules in "[global]" section.
4230                   - move all other rules of "[global]" section to
4231                       a new section named "[filtering]".
4232
4233 2003-12-03 [christoph]  0.9.7claws16
4234
4235         * src/procmime.c
4236                 use default Content-Type as specified in RFC2045 if
4237                 Content-Type header is syntactically incorrect
4238
4239 2003-12-03 [christoph]  0.9.7claws15
4240
4241         * src/addressbook.c
4242         * src/addrindex.h
4243         * src/addritem.c
4244         * src/expldifdlg.h
4245         * src/exportldif.c
4246         * src/filtering.c
4247         * src/folder.c
4248         * src/folderview.c
4249         * src/jpilot.c
4250         * src/localfolder.c
4251         * src/matcher.h
4252         * src/matcher_parser_lex.l
4253         * src/matcher_parser_parse.y
4254         * src/news.c
4255         * src/prefs_filtering_action.c
4256         * src/prefs_folder_item.c
4257         * src/prefs_fonts.c
4258         * src/procmsg.c
4259         * src/sgpgme.c
4260                 clean up warnings
4261
4262         * src/procmime.c
4263                 revert 0.9.7claws14 change
4264
4265 2003-12-03 [alfons]     0.9.7claws14
4266
4267         * src/procmime.c
4268                 catch invalid Content-Type with no subtype
4269
4270 2003-12-03 [alfons]     0.9.7claws13
4271
4272         * src/alertpanel.h
4273         * src/setup.c
4274         * src/plugins/image_viewer/plugin.c
4275                 compile again, we need stddef.h for size_t
4276
4277 2003-12-03 [paul]       0.9.7claws12
4278
4279         * src/account.c
4280                 don't allow cloning of accounts with remote folders,
4281                 patch submitted by Ricardo Mones Lastra
4282
4283 2003-12-03 [christoph]  0.9.7claws11
4284
4285         * src/folder.[ch]
4286         * src/imap.c
4287         * src/localfolder.[ch]
4288         * src/mh.c
4289         * src/news.c
4290         * src/common/xml.[ch]
4291                 add set_xml() and get_xml() virtual functions to FolderClass to
4292                 save extra information for Folders (for example the rootpath
4293                 only used by LocalFolder). The folderlist write function no
4294                 longer needs to know the folder type to save this extra
4295                 information.
4296
4297 2003-12-02 [christoph]  0.9.7claws10
4298
4299         * src/Makefile.am
4300         * src/account.c
4301         * src/folder.[ch]
4302         * src/folderview.h
4303         * src/imap.c
4304         * src/localfolder.[ch]          ** NEW **
4305         * src/mainwindow.c
4306         * src/mh.[ch]
4307         * src/news.[ch]
4308         * src/prefs_account.[ch]
4309         * src/prefs_filtering.h
4310         * src/procmsg.h
4311         * src/remotefolder.[ch]         ** NEW **
4312         * src/common/xml.[ch]
4313                 add item_set_xml() and item_get_xml() virtual functions to
4314                 FolderClass to give folders the ability to add extra information
4315                 to the saved FolderItem data. If NULL the default function for
4316                 FolderItem will be used.
4317
4318 2003-11-29 [christoph]  0.9.7claws9
4319
4320         * src/procheader.c
4321                 fix bug in unfolding
4322
4323 2003-11-29 [luke]       0.9.7claws8
4324
4325         * src/textview.c
4326                 fix compilation for non c99 compilers
4327
4328 2003-11-29 [christoph]  0.9.7claws7
4329
4330         * src/procmime.[ch]
4331         * src/mimeview.c
4332                 o unknown disposition types should be handled as
4333                   attachment (RFC2183)
4334                 o missing headers should not default to inline
4335                   (would make "Save All" useless when disposition header
4336                    is not set by the sending mailer)
4337                 o remove old MimeInfo data and cleanup
4338
4339 2003-11-29 [luke]       0.9.7claws6
4340
4341         * src/procmime.[ch]
4342                 re-added parsing of Content-Disposition header
4343                         - removes the old  'gchar* content_disposition'
4344                         - adds a new field 'DispositionType disposition'
4345                         - adds parameters to MimeInfo::parameters
4346
4347         * src/mimeview.c
4348                 use the "filename" parameter for saving, and the new
4349                 MimeInfo::disposition for save all.
4350
4351         * src/compose.c
4352         * src/toolbar.[ch]
4353                 add a 'check spelling' button as a possibility for 
4354                 the compose toolbar
4355
4356         * src/stockpixmap.[ch]
4357         * src/pixmaps/check_spelling.xpm        ** NEW **
4358         * src/Makefile.am
4359                 add a pixmap for use with 'check spelling' button or
4360                 a user defined action
4361
4362         * src/textview.c
4363                 re-apply fixed (I hope) patch for bug 57
4364                 "Hidden URL in HTML Mails"
4365
4366 2003-11-28 [christoph]  0.9.7claws5
4367
4368         * src/procmime.c
4369                 o be more liberal in what we accept as Content-Type parameters
4370                 o ignore comments after parameters
4371
4372         * src/sgpgme.c
4373                 o only free passphrase when an error occurs
4374
4375 2003-11-28 [paul]       0.9.7claws4
4376
4377         * src/account.c
4378                 add 'Clone Account' function. patch submitted by
4379                 Ricardo Mones Lastra
4380
4381 2003-11-27 [thorsten]   0.9.7claws3
4382
4383         * src/mimeview.c
4384                 fix crash if 'save_all' failed twice
4385
4386 2003-11-27 [paul]       0.9.7claws2
4387
4388         * po/POTFILES.in
4389                 fix a typo
4390
4391         * po/zh_CN.po
4392                 update Simplified Chinese translation. submitted by
4393                 Hansom Young
4394
4395 2003-11-27 [paul]       0.9.7claws1
4396
4397         * po/POTFILES.in
4398                 clean up
4399
4400 2003-11-26 [paul]       0.9.7claws
4401
4402         * 0.9.7claws released
4403
4404 2003-11-26 [paul]       0.9.6claws99
4405
4406         * src/Makefile.am
4407                 add reference to pixmaps/mime_message.xpm
4408
4409 2003-11-26 [paul]       0.9.6claws98
4410
4411         * po/POTFILES.in
4412                 remove reference to src/sigstatus.c
4413
4414 2003-11-26 [christoph]  0.9.6claws97
4415
4416         * src/Makefile.am
4417         * src/prefs_common.c
4418         * src/rfc2015.c
4419         * src/sigstatus.[ch]            ** REMOVE **
4420                 remove signature result popup option and window
4421
4422 2003-11-26 [paul]       0.9.6claws96
4423
4424         * po/es.po
4425           po/ja.po
4426           po/pl.po
4427           po/sk.po
4428           po/sr.po
4429                 update translations. submitted by Ricardo Mones Lastra,
4430                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4431
4432 2003-11-25 [christoph]  0.9.6claws95
4433
4434         * src/procmime.c
4435                 display mime structure only in debug mode
4436
4437 2003-11-25 [melvin]     0.9.6claws94
4438
4439         * po/fr.po
4440                 Updated French translations + typos fixes of older
4441                 translations (thanks to Fabien Vantard for pointing
4442                 to some of them)
4443
4444 2003-11-25 [melvin]     0.9.6claws93
4445
4446         * src/editldap.c
4447                 Fixed a couple of typos.
4448
4449 2003-11-24 [paul]       0.9.6claws92
4450
4451         * po/POTFILES.in
4452                 add 'src/textview.c'
4453
4454 2003-11-24 [paul]       0.9.6claws91
4455
4456         * src/sgpgme.c
4457                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4458
4459 2003-11-24 [paul]       0.9.6claws90
4460
4461         * src/plugins/image_viewer/viewer.c
4462                 image_viewer_show_mimepart(): 
4463                 use procmime_mimeinfo_get_parameter() to get the file name
4464
4465 2003-11-24 [paul]       0.9.6claws89
4466
4467         * src/textview.c
4468                 textview_show_mime_part(): rewrite text hint
4469
4470 2003-11-22 [paul]       0.9.6claws88
4471
4472         * sync with 0.9.7cvs5
4473                 see ChangeLog 2003-11-21
4474
4475 2003-11-21 [paul]       0.9.6claws87
4476
4477         * src/mimeview.c
4478                 define shortcut key 'o' for 'Open with...'
4479
4480 2003-11-21 [alfons]     0.9.6claws86
4481
4482         * src/messageview.c
4483                 fix bug #383 'Deleting message from "separate message view" 
4484                 uses local Trash folder'
4485
4486 2003-11-21 [christoph]  0.9.6claws85
4487
4488         * src/mimeview.c
4489                 fix content-type guessing by name parameter when finding
4490                 the correct viewer
4491
4492 2003-11-21 [alfons]     0.9.6claws84
4493
4494         * src/main.c
4495                 no mail incorporation allowed with --offline param.
4496                 fixes bug #374, "--offline ignored"
4497
4498 2003-11-20 [christoph]  0.9.6claws83
4499
4500         * src/mimeinfo.c
4501                 use signed MimeInfo when checking the signature and not
4502                 the selected one
4503
4504 2003-11-19 [alfons]     0.9.6claws82
4505
4506         * src/mainwindow.c
4507                 fix crash when toggling separate views, patch submitted
4508                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4509                 fixes bug #342, "separate views  cause crash"
4510
4511 2003-11-19 [paul]       0.9.6claws81
4512
4513         * src/compose.c
4514                 compose_redirect_write_headers_from_headerlist(): 
4515                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4516                 
4517         * src/main.c
4518                 code cleanup (inherited from 0.9.7cvs4)
4519                 
4520         * tools/tb2sylpheed
4521                 bugfix: added missing attribute-list start. submitted by
4522                 Urke MMI
4523
4524 2003-11-19 [luke]       0.9.6claws80
4525
4526         * src/textview.c
4527                 revert my last commit until I get time to fix it
4528
4529 2003-11-18 [christoph]  0.9.6claws79
4530
4531         * src/mimeview.[ch]
4532                 check parent MimeInfos for signatures and display the
4533                 result of the parent when found
4534
4535         * src/pgpmime.c
4536                 o avoid NULL pointer warnings
4537                 o use procmime_mimeinfo_get_parameter()
4538
4539         * src/sgpgme.c
4540                 small text changes
4541
4542 2003-11-17 [luke]       0.9.6claws78
4543
4544         * src/textview.c
4545                 add check for disguised URLs, fixing bug 57
4546                 "Hidden URL in HTML Mails"
4547
4548 2003-11-16 [christoph]  0.9.6claws77
4549
4550         * src/procmime.c
4551                 fix crash when parsing invalid Content-Type header
4552
4553 2003-11-16 [christoph]  0.9.6claws76
4554
4555         * src/pgpmime.c
4556         * src/privacy.c
4557         * src/procmime.c
4558         * src/sgpgme.[ch]
4559                 implement message decrypting
4560
4561         * src/rfc2015.c
4562                 remove old code
4563
4564 2003-11-14 [luke]       0.9.6claws75
4565
4566         * src/mimeview.c
4567                 fix a couple of problems that treated application/* and
4568                 application/octet-stream the wrong way around
4569                 (since 0.9.6claws10), causing "Open" to do nothing.
4570
4571 2003-11-14 [christoph]  0.9.6claws74
4572
4573         * src/messageview.c
4574         * src/pgpmime.c
4575         * src/privacy.[ch]
4576                 prepare for message part decrypting
4577
4578         * src/sgpgme.c
4579                 add output for expired signatures
4580
4581         * src/rfc2015.c
4582                 remove some old code
4583
4584 2003-11-10 [christoph]  0.9.6claws73
4585
4586         * src/mimeview.c
4587                 add "Full info" button for bad and warn signature status
4588
4589         * src/sgpgme.c
4590                 generate full signature info like gpg's output
4591                 (gpg -v --with-fingerprint --verify)
4592
4593 2003-11-10 [christoph]  0.9.6claws72
4594
4595         * src/mimeview.c
4596         * src/pgpmime.c
4597         * src/privacy.[ch]
4598         * src/sgpgme.[ch]
4599         * src/textview.[ch]
4600                 o add code to view full signature info
4601                 o do automatic signature checks
4602
4603 2003-11-10 [alfons]     0.9.6claws71
4604
4605         * src/summaryview.c
4606                 don't crash when gtkut_font_load() returns invalid font (has
4607                 something to do with locale settings)
4608                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4609
4610 2003-11-09 [alfons]     0.9.6claws70
4611
4612         * src/procmime.c
4613                 plug leak
4614
4615 2003-11-08 [luke]       0.9.6claws69
4616
4617         * src/summaryview.c
4618                 fix some typos
4619
4620         * src/compose.c
4621                 rewrite compose_attach_parts(), fixing various bugs mainly
4622                 to do with re-editing.
4623
4624         * src/mimeview.c
4625                 "save all" now only saves attachments with names/filenames
4626
4627 2003-11-04 [match]      0.9.6claws68
4628
4629         * src/ldapctrl.[ch]
4630                 fix broken LDAP support.
4631
4632         * src/ldapquery.c
4633                 remove printf's.
4634
4635 2003-11-04 [luke]       0.9.6claws67
4636
4637         * src/mimeview.c
4638                 o  fixed bug 4 "focus lost on messages with attachments"
4639                 o  fixed 'Save all' attachments for new mime changes
4640                 o  right clicking on icons consistent with right clicking on
4641                    mime tree
4642                   - fixes a bug where wrong part is saved when you
4643                     choose 'Save as' from popup menu
4644                   - fixes bug 308 "No way to "save all" attachments"
4645                 o  fixed a compiler warning.
4646
4647         * src/textview.c
4648                 o  removed flickering in mime tree when using "n" and "p"
4649                    shortcuts
4650                 o  fixed bug where selecting the textview and pressing e.g.
4651                    'y' causes sylpheed to respond twice.
4652
4653         * src/summaryview.c
4654                 removed hard coding of * and ! shortcuts (which only served
4655                 to cause problems if you tried to redefine the shortcuts)
4656
4657 2003-11-04 [luke]       0.9.6claws66
4658
4659         * src/plugins/image_viewer/viewer.c
4660         * src/plugins/image_viewer/viewerprefs.c
4661         * src/plugins/image_viewer/viewerprefs.glade
4662                 o  allow toggling of image scaling by clicking on image
4663                 o  respond to image's container widget resize
4664
4665         * src/procmime.c
4666                 o  fix bad parsing of message when re-editing/viewing a
4667                    message saved to the drafts folder
4668
4669 2003-11-02 [match]      0.9.6claws65
4670
4671         * src/browseldap.h
4672                 fix if not building LDAP support.
4673         * src/addrindex.c
4674         * src/ldapquery.[ch]
4675         * src/editldap.h
4676                 include support for contains query. feature req 529354.
4677
4678 2003-11-02 [alfons]     0.9.6claws64
4679
4680         * src/browseldap.c
4681                 fix build bustage if not compiling ldap support
4682
4683 2003-11-01 [match]      0.9.6claws63
4684
4685         * po/POTFILES.in
4686         * src/Makefile.am
4687         * src/addr_compl.[ch]
4688         * src/addrbook.c
4689         * src/addrcache.[ch]
4690         * src/addrdefs.h        ** NEW **
4691         * src/addressbook.c
4692         * src/addressitem.h
4693         * src/addrindex.[ch]
4694         * src/addritem.h
4695         * src/addrquery.[ch]
4696         * src/ldapquery.[ch]
4697         * src/ldapserver.[ch]
4698                 refactor LDAP query mechanism.
4699
4700         * src/browseldap.[ch]   ** NEW **
4701         * src/ldaplocate.[ch]   ** NEW **
4702                 add feature to browse LDAP entry that was retrieved using
4703                 an explicit LDAP search.
4704
4705 2003-11-01 [alfons]     0.9.6claws62
4706
4707         * src/prefs_gtk.c
4708                 prefs_write_param(): fail when we see an invalid type; all the
4709                 callers seem to handle this gracefully by reverting changes
4710
4711 2003-10-30 [christoph]  0.9.6claws61
4712
4713         * configure.ac
4714         * ac/openssl.m4
4715         * ac/spamassassin.m4
4716         * src/Makefile.am
4717                 use extra variables for all libraries to make sure plugins
4718                 are only linked with libraries they really need. $LIBS is always
4719                 added to the linking parameters, but we only what the libraries
4720                 listed in the Makefile
4721
4722 2003-10-29 [paul]       0.9.6claws60
4723
4724         * src/mimeview.c
4725                 don't use Subject for unknown part name
4726
4727 2003-10-29 [paul]       0.9.6claws59
4728
4729         * src/compose.c
4730                 get name of attachment(s) when re-editing, fwd'ing or
4731                 redirecting
4732                 
4733         * src/mimeview.c
4734                 get name of attachment(s) when saving
4735
4736 2003-10-29 [hoa]        0.9.6claws58
4737
4738         * src/textview.c
4739                 implemented multipart/alternative in MIME message viewer.
4740
4741 2003-10-28 [christoph]  0.9.6claws57
4742
4743         * configure.ac
4744                 make sure MathML-Viewer is not built with the
4745                 Gtk2 version of GtkMathView
4746
4747 2003-10-28 [paul]       0.9.6claws56
4748
4749         * sync with 0.9.7cvs1
4750                 see ChangeLog 2003-10-28
4751
4752 2003-10-27 [alfons]     0.9.6claws55
4753
4754         * src/matcher_parser_parse.y
4755         * src/gtk/colorlabel.c
4756                 allow setting color label to 0 in filtering/processing rules
4757                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4758
4759 2003-10-26 [alfons]     0.9.6claws54
4760
4761         * src/summary_search.c
4762                 fix misnomer and correct selecting initial search node  
4763
4764 2003-10-26 [christoph]  0.9.6claws53
4765
4766         * src/pgpmime.c
4767         * src/sgpgme.c
4768                 change display of signature info to use only name of
4769                 signer, otherwise the text gets too long.
4770
4771         * src/procmime.c
4772                 don't use MimeInfo's filename to generate tmp filename
4773
4774 2003-10-25 [christoph]  0.9.6claws52
4775
4776         * src/procmime.c
4777                 fix message body searching
4778
4779 2003-10-25 [paul]       0.9.6claws51
4780
4781         * src/compose.c
4782                 use g_basename rather than basename
4783
4784 2003-10-24 [christoph]  0.9.6claws50
4785
4786         * src/sgpgme.c
4787                 change fetching of signature key's trust
4788
4789 2003-10-24 [paul]       0.9.6claws49
4790
4791         * po/sk.po
4792                 update Slovak translation
4793                 submitted by Andrej Kacian
4794                 
4795         * src/mainwindow.c
4796                 remove unknown menu entry /File/Add mailbox/mbox...
4797
4798 2003-10-24 [hoa]        0.9.6claws48
4799
4800         * src/Makefile.am
4801                 removed all references to mbox folders
4802
4803         * src/carray.[ch]               * REMOVED *
4804         * src/chash.[ch]                * REMOVED *
4805         * src/maillock.[ch]             * REMOVED *
4806         * src/mailmbox.[ch]             * REMOVED *
4807         * src/mailmbox_folder.[ch]      * REMOVED *
4808         * src/mailmbox_parse.[ch]       * REMOVED *
4809         * src/mailmbox_types.[ch]       * REMOVED *
4810         * src/mbox_folder.[ch]          * REMOVED *
4811                 remove implementation of mbox folders
4812                 and old mailbox folder.
4813                 mbox folder implementation will be added
4814                 as a plugin so that implementation can be entirely
4815                 synchronized with the files of the project they are
4816                 extracted from (libEtPan!).
4817         
4818         * src/mainwindow.c
4819         * src/folder.c
4820         * src/folderview.[ch]
4821         * src/procmsg.h         
4822                 Disable as much code that references mbox folders
4823                 as possible.
4824                 Some UI thing still need to know that folder is mbox
4825                 (when we have to enter the name of the mailbox and
4826                 we want to add /var/mail/$USER).
4827
4828 2003-10-23 [christoph]  0.9.6claws47
4829
4830         * src/noticeview.c
4831                 don't always display button when noticeview is made visible
4832
4833         * src/mimeview.c
4834         * src/pgpmime.c
4835         * src/privacy.[ch]
4836         * src/sgpgme.[ch]
4837                 get signature information from crypto system
4838
4839 2003-10-22 [paul]       0.9.6claws46
4840
4841         * po/es.po
4842                 updated by Ricardo Mones Lastra
4843
4844 2003-10-22 [paul]       0.9.6claws45
4845
4846         * src/Makefile.am
4847                 update to reflect the changes to the icons that
4848                 happened in 0.9.6claws35
4849
4850 2003-10-22 [alfons]     0.9.6claws44
4851         
4852         * src/carray.h
4853                 inline carray_count() 
4854
4855 2003-10-21 [alfons]     0.9.6claws43
4856
4857         * src/carray.h
4858                 glib wrappers
4859         * src/carray.c
4860                 disable
4861         * src/mailmbox.[ch]
4862         * src/mailmbox_folder.c
4863         * src/mailmbox_parse.c
4864         * src/mailmbox_types.[ch]
4865                 %s/uint32_t/guint
4866
4867 2003-10-21 [luke]       0.9.6claws42
4868
4869         * src/stock_pixmaps.[ch]
4870         * src/mimeview.c
4871         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4872         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4873                 o remove mime_application_octet_stream.xpm icon (it was never
4874                   really needed)
4875                 o remove redundant icon messageview_text.xpm
4876
4877         * src/mainwindow.c
4878                 fix visibility of signature noticeview when toggling 'separate
4879                 message view'
4880
4881 2003-10-21 [christoph]  0.9.6claws41
4882
4883         * src/procmime.c
4884                 decode multipart and rfc822 mime parts to allow further
4885                 parsing when required
4886
4887 2003-10-21 [christoph]  0.9.6claws40
4888
4889         * src/procmime.[ch]
4890         * src/textview.c
4891                 remove obsolete charset parameter in MimeInfo and fix
4892                 TextView to use the charset from the parameter hash table
4893
4894         * src/plugins/dillo_viewer/Makefile.am
4895         * src/plugins/trayicon/Makefile.am
4896                 add OPENSSL_CFLAGS to fix building with using
4897                 --with-openssl-* parameters
4898
4899 2003-10-21 [paul]       0.9.6claws39
4900
4901         * src/prefs_matcher.[ch]
4902                 replace remnants of the old, renamed 'Execute' matchtype
4903                 add a brief description to the Info window
4904
4905 2003-10-21 [hoa]        0.9.6claws38
4906         
4907         * src/Makefile.am
4908         * src/carray.[ch]               * NEW *
4909         * src/chash.[ch]                * NEW *
4910         * src/folder.c
4911         * src/maillock.[ch]             * NEW *
4912         * src/mailmbox.[ch]             * NEW *
4913         * src/mailmbox_folder.[ch]      * NEW *
4914         * src/mailmbox_parse.[ch]       * NEW *
4915         * src/mailmbox_types.[ch]       * NEW *
4916                 implementation of mbox folder with unique message numbers
4917
4918                 made use of libEtPan! implementation of mbox for lower-layer.
4919
4920 2003-10-20 [alfons]     0.9.6claws37
4921
4922         * src/noticeview.c
4923                 fix invalid argument warning
4924         * src/pgpmime.c
4925                 no in place variable
4926
4927 2003-10-20 [paul]       0.9.6claws36
4928
4929         * src/compose.[ch]
4930           src/filtering.c
4931           src/messageview.c
4932                 fix crash when using Forward in Filtering when
4933                 external editor option is set
4934                 
4935                 Patch submitted by Simon 'corecode' Schubert
4936                 <corecode@corecode.ath.cx> 
4937
4938 2003-10-20 [paul]       0.9.6claws35
4939
4940         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4941           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4942           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4943           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4944           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4945           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4946           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4947           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4948           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4949           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4950           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4951           src/mimeview.c
4952           src/stock_pixmap.[ch]
4953                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4954                 icons. add privacy_warn.xpm icon
4955
4956 2003-10-20 [hoa]  0.9.6claws34
4957
4958         * src/folder_item_prefs.[ch]
4959         * src/prefs_folder_item.c
4960         * src/main.c
4961                 Added a property per folder to choose whether we 
4962                 want to apply processing on it on startup or if we
4963                 prefer to wait the folder selection to apply it.
4964         
4965         * src/messageview.c
4966                 fixed C89 compatibility (for old compilers, for
4967                 example gcc 2.95.x).
4968
4969 2003-10-17 [christoph]  0.9.6claws33
4970
4971         * src/mimeview.c
4972         * src/noticeview.[ch]
4973                 change noticeview icon to indicate signature status
4974
4975 2003-10-17 [christoph]  0.9.6claws32
4976
4977         * src/Makefile.am
4978         * src/main.c
4979         * src/mimeview.c
4980         * src/noticeview.c
4981         * src/pgpmime.[ch]                              ** NEW **
4982         * src/privacy.[ch]
4983         * src/rfc2015.c
4984         * src/sgpgme.c                                  ** NEW **
4985                 reimplement PGP/Mime signature checking (unfinished)
4986
4987 2003-10-15 [christoph]  0.9.6claws31
4988
4989         * src/procmime.[ch]
4990                 fix procmime_get_text_content() and
4991                 procmime_get_first_text_content()
4992
4993 2003-10-15 [christoph]  0.9.6claws30
4994
4995         * src/plugins/spamassassin/spamassassin_gtk.c
4996         * src/plugins/spamassassin/spamassassin_gtk.glade
4997                 fix timeout tooltip
4998
4999 2003-10-15 [paul]       0.9.6claws29
5000
5001         * src/messageview.c
5002                 workaround for buggy smtp servers. on sending a
5003                 return receipt strip the name part from the address
5004                 when creating headers
5005                 
5006 2003-10-15 [paul]       0.9.6claws28
5007
5008         * sync with 0.9.7 release
5009                 see ChangeLog 2003-10-15
5010
5011 2003-10-14 [christoph]  0.9.6claws27
5012
5013         * src/plugins/clamav/clamav_plugin.c
5014                 fix clamav plugin
5015
5016 2003-10-14 [christoph]  0.9.6claws26
5017
5018         * src/compose.c
5019         * src/mimeview.c
5020         * src/procmime.[ch]
5021         * src/rfc2015.c
5022         * src/textview.c
5023         * src/plugins/clamav/clamav_plugin.c
5024                 use GNode to create the mime tree (some changes to functions
5025                 that traverse the tree are just quick and dirty. Maybe we
5026                 can find better solutions with g_node_*-functions)
5027
5028 2003-10-14 [luke]       0.9.6claws25
5029
5030         * src/mimeview.c
5031                 fix a navigation bug (stupid typo of mine)
5032
5033 2003-10-14 [christoph]  0.9.6claws24
5034
5035         * src/textview.c
5036                 fix missing last line in plain/text mails
5037
5038 2003-10-13 [luke]       0.9.6claws23
5039
5040         * src/summaryview.c
5041                 fix bug 334 (part 1)
5042
5043 2003-10-13 [kov]        0.9.6claws22
5044
5045         * src/mimeview.c
5046                 error checking when the user enters a non-directory at
5047                 the file selection dialog.
5048                 work-around for users entering directory location without
5049                 adding a leading G_DIR_SEPARATOR.
5050
5051 2003-10-13 [luke]       0.9.6claws21
5052
5053         * src/compose.c
5054                 error reporting for inserting files, including catching
5055                 invalid characters for current locale/encoding
5056
5057 2003-10-13 [paul]       0.9.6claws20
5058
5059         * src/folderview.c
5060                 fix bug #347 'subscribe newsgroups crashes'
5061
5062 2003-10-13 [paul]       0.9.6claws19
5063
5064         * src/compose.c
5065                 when using 'Reply to all' include the 'send replies
5066                 to' folder property
5067                 
5068         * po/ja.po
5069                 update Japanese translation. submitted by Rui Hirokawa 
5070                 <rui_hirokawa@ybb.ne.jp>        
5071
5072 2003-10-13 [hoa]        0.9.6claws18
5073
5074         * src/account.c
5075         * src/compose.c
5076         * src/messageview.c
5077         * src/procheader.c
5078         * src/procheader.h
5079                 rename get_header_from_msginfo() into
5080                 procheader_get_header_from_msginfo() so that we have a
5081                 coherent exported naming.
5082                 avoid parsing of header contained in a string via
5083                 a newly written temporary file.
5084
5085         Patch submitted by Simon 'corecode' Schubert
5086                 <corecode@corecode.ath.cx>
5087
5088 2003-10-12 [hoa]        0.9.6claws17
5089
5090         * src/filtering.c
5091         * src/filtering.h
5092         * src/matcher.c
5093         * src/matcher.h
5094         * src/matcher_parser_parse.y
5095         * src/prefs_filtering_action.c
5096                 added "stop" action : stop applying the filtering rules.
5097                 added "set score" and "increase/decrease score" actions.
5098                 That two last action replace the "change_score" action
5099                 introduced by alfons in 0.8.8claws85.
5100                 "set score" is to set a given score to the message.
5101                 "increase/decrease score" will increase or decrease the
5102                 score if the given value is respectively positive or
5103                 negative. If someone find a some better name for this last
5104                 rule, it can be modified.
5105
5106 2003-10-12 [paul]       0.9.6claws16
5107
5108         * AUTHORS
5109           po/ja.po
5110                 update Japanese translation. submitted by Rui Hirokawa 
5111                 <rui_hirokawa@ybb.ne.jp>
5112
5113 2003-10-12 [christoph]  0.9.6claws15
5114
5115         * src/procmime.c
5116                 fix crash caused by incorrect headers
5117
5118 2003-10-10 [christoph]  0.9.6claws14
5119
5120         * src/main.c
5121         * src/privacy.[ch]
5122         * src/rfc2015.[ch]
5123                 implement detection of signed message parts for rfc2015
5124
5125 2003-10-10 [thorsten]   0.9.6claws13
5126
5127         * src/mimeview.c
5128                 fix typo
5129
5130 2003-10-10 [christoph]  0.9.6claws12
5131
5132         * src/stock_pixmap.[ch]
5133         * src/pixmaps/mime_message.xpm                  ** NEW **
5134                 add a new icon for mime type "message"
5135
5136         * src/privacy.[ch]
5137         * src/procmime.[ch]
5138                 add crypto api
5139
5140         * src/mimeview.c
5141                 o use crypto api
5142                 o add icons for message type mime parts
5143
5144 2003-10-10 [christoph]  0.9.6claws11
5145
5146         * src/mainwindow.c
5147         * src/messageview.[ch]
5148         * src/mimeview.[ch]
5149         * src/procmime.[ch]
5150         * src/procmsg.[ch]
5151         * src/rfc2015.c
5152         * src/summaryview.c
5153         * src/textview.[ch]
5154                 o remove switching between TextView and MimeView in MessageView
5155                   (if required we can hide the icon box and the MimeView will
5156                    look exaxtly like the TextView)
5157                 o temporary remove signature and decrypting GPGME code
5158
5159 2003-10-09 [christoph]  0.9.6claws10
5160
5161         * src/action.c
5162         * src/compose.c
5163         * src/messageview.c
5164         * src/mimeview.c
5165         * src/procmime.[ch]
5166         * src/procmsg.c
5167         * src/rfc2015.c
5168         * src/textview.c
5169         * src/common/utils.[ch]
5170         * src/plugins/clamav/clamav_plugin.c
5171         * src/plugins/dillo_viewer/dillo_viewer.c
5172         * src/plugins/image_viewer/viewer.c
5173         * src/plugins/mathml_viewer/mathml_viewer.c
5174                 new mime parser (several things need fixing)
5175
5176 2003-10-09 [paul]       0.9.6claws9
5177
5178         * src/imap.c
5179                 a little more sync with 0.9.6cvs2 and a tidy up
5180
5181 2003-10-08 [paul]       0.9.6claws8
5182
5183         * sync with 0.9.6cvs2
5184                 see ChangeLog 2003-10-03
5185
5186 2003-10-05 [christoph]  0.9.6claws7
5187
5188         * src/summaryview.c
5189                 don't use flags to check if a message is in a news folder
5190
5191         (closes Bug 282 clicking on folder with copied Messages from News
5192          immediately after having copied them crashes Sylpheed-Claws)
5193
5194 2003-10-05 [christoph]  0.9.6claws6
5195
5196         * src/Makefile.am
5197         * src/progressdialog.[ch]               ** REMOVE **
5198         * src/gtk/Makefile.am
5199         * src/gtk/progressdialog.[ch]           ** NEW **
5200                 move progressdialog to gtk directory
5201
5202 2003-10-04 [christoph]  0.9.6claws5
5203
5204         * src/prefs_toolbar.c
5205         * src/gtk/prefswindow.c
5206                 remove widget_show_all for pages root widget
5207
5208         * src/plugins/spamassassin/spamassassin.[ch]
5209         * src/plugins/spamassassin/spamassassin_gtk.c
5210         * src/plugins/spamassassin/spamassassin_gtk.glade
5211                 add support for new libspamc transports
5212
5213 2003-10-04 [christoph]  0.9.6claws4
5214
5215         * src/plugins/spamassassin/libspamc.[ch]
5216         * src/plugins/spamassassin/spamassassin.c
5217         * src/plugins/spamassassin/utils.[ch]
5218                 update libspamc to version from SpamAssassin 2.60
5219
5220 2003-10-03 [christoph]  0.9.6claws3
5221
5222         * src/send_message.c
5223                 fix missing format string bug found by
5224                 Georgi Guninski <guninski@guninski.com>
5225
5226 2003-10-03 [paul]       0.9.6claws2
5227
5228         * po/zh_CN.po
5229                 update Simpilified Chinese translation, submitted by
5230                 Hansom Young
5231
5232 2003-10-02 [christoph]  0.9.6claws1
5233
5234         * src/imap.c
5235                 add UIDPLUS support for COPY and EXPUNGE
5236
5237 2003-10-02 [paul]       0.9.6claws
5238
5239         * 0.9.6claws released
5240
5241 2003-10-02 [paul]
5242
5243         * po/es.po
5244           po/sk.po
5245                 update Spanish and Slovak translations
5246                 submitted by Ricardo Mones Lastra and Andrej Kacian
5247  
5248 2003-10-02 [paul]       0.9.5claws43
5249
5250         * po/en_GB.po
5251                 update British English translation
5252
5253 2003-10-02 [paul]       0.9.5claws42
5254
5255         * po/hr.po
5256                 update Croatian translation, submitted by Dragan
5257
5258 2003-10-01 [paul]       0.9.5claws41
5259
5260         * po/pl.po
5261           po/sr.po
5262                 update Polish and Serbian translations, submitted by
5263                 Emil and Urke MMI
5264
5265 2003-10-01 [melvin]     0.9.5claws40
5266
5267         * po/fr.po
5268                 Updated French translations
5269
5270 2003-10-01 [melvin]     0.9.5claws39
5271
5272         * src/prefs_fonts.c
5273                 Fixed a Gtk warning
5274
5275         * src/plugins/dillo_prefs.c     
5276                 Quasi unnoticeable UI clean-up.
5277
5278 2003-10-01 [paul]
5279
5280         * tools/README
5281           tools/maildir2sylpheed.pl
5282                 bug fixes, rewrites, submitted by Matthias Förste 
5283                 <itsjustme@users.sourceforge.net>
5284
5285 2003-09-29 [paul]       0.9.5claws38
5286
5287         * src/inc.c
5288                 fix my coding carelessness
5289
5290 2003-09-29 [paul]       0.9.5claws37
5291
5292         * po/POTFILES.in
5293           src/Makefile.am
5294           src/main.c
5295           src/prefs_common.[ch]
5296           src/prefs_fonts.[ch]  ** NEW FILES **
5297                 move Font config options to Other Prefs/Display/Fonts
5298                 (user's current configuration is preserved)
5299
5300 2003-09-29 [paul]       0.9.5claws36
5301
5302         * src/inc.c
5303           src/prefs_account.c
5304                 allow 'local_mbox' value to point to either a directory 
5305                 (/var/mail -  default, new) or a file (/var/mail/username
5306                 - original)
5307
5308 2003-09-28 [paul]       0.9.5claws35
5309
5310         * src/rfc2015.c
5311                 on signature check, where key exists, print the
5312                 Key ID
5313
5314 2003-09-27 [alfons]     0.9.5claws34
5315
5316         * src/action.c
5317                 o make progress bar not fill/expand when resizing dialog
5318                 o use default fixed text font for actions output
5319
5320 2003-09-27 [paul]       0.9.5claws33
5321
5322         * src/prefs_common.[ch]
5323           src/procmsg.c
5324           src/send_message.c
5325                 remove External Program settings from Common Prefs/Send
5326                 as they are now unnecessary due to Local account settings.
5327                 plus a little tidying-up after 0.9.5claws31
5328
5329 2003-09-27 [paul]       0.9.5claws32
5330
5331         * src/prefs_account.c
5332                 o make correction to gui text:
5333                   'Local mailbox file' -> 'Local mailbox directory'
5334                 o give 'local_mbox' option a reasonable default value:
5335                   '/var/mail'
5336                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5337                   value
5338
5339 2003-09-26 [paul]       0.9.5claws31
5340
5341         * src/inc.c
5342           src/prefs_common.[ch]
5343                 remove 'Incorporate from spool' common pref,
5344                 force creation of a 'Local' account
5345
5346 2003-09-26 [christoph]  0.9.5claws30
5347
5348         * src/folder.c
5349         * src/msgcache.c
5350                 add more NULL pointer checks
5351
5352 2003-09-25 [christoph]  0.9.5claws29
5353
5354         * src/folder.c
5355                 o don't fetch source message to get it's message id
5356                 o immediately scan dest folder when copying a message did not
5357                   return a new message number and not do it when the first message
5358                   without a new message number is found
5359
5360 2003-09-23 [christoph]  0.9.5claws28
5361
5362         * src/compose.c
5363                 fix generating of headers
5364
5365         (patch by David Relson <relson@osagesoftware.com>)
5366
5367 2003-09-23 [paul]       0.9.5claws27
5368
5369         * po/zh_CN.po
5370                 update Simplified Chinese translation. submitted by
5371                 Hansom Young
5372
5373 2003-09-23 [paul]       0.9.5claws26
5374
5375         * tools/Makefile.am
5376           tools/README
5377           tools/vcard2xml.py    ** NEW FILE **
5378                 add a script that converts an evolution vcard to
5379                 sylpheed's xml format
5380                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5381
5382 2003-09-22 [paul]       0.9.5claws25
5383
5384         * src/plugins/clamav/clamav_plugin.c
5385                 don't skip MULTIPART parts
5386
5387 2003-09-21 [christoph]  0.9.5claws24
5388
5389         * src/alertpanel.c
5390                 remove unneeded include
5391
5392         * src/folder.c
5393                 clean up copy/move mess with duplicated code
5394
5395         * src/imap.c
5396                 fix problem that sometimes the folder was not scanned
5397                 also it was changed
5398
5399 2003-09-21 [christoph]  0.9.5claws23
5400
5401         * src/Makefile.am
5402         * src/logwindow.[ch]                    ** REMOVE **
5403         * src/mainwindow.c
5404         * src/prefs_common.c
5405         * src/gtk/Makefile.am
5406         * src/gtk/logwindow.[ch]                ** ADD **
5407                 make logwindow prefs_common independent and move
5408                 it to gtk directory
5409
5410 2003-09-20 [christoph]  0.9.5claws22
5411
5412         * src/compose.c
5413                 add extra space for address code conversion
5414                 (4 * unconvered size could be too small for short headers)
5415
5416 2003-09-20 [christoph]  0.9.5claws21
5417
5418         * src/compose.c
5419                 increase temp buffer size when writing headers
5420
5421 2003-09-19 [darko]      0.9.5claws20
5422
5423         * src/compose.c
5424                 don't ignore value of 'Save copy of outgoing messages to
5425                 this folder instead of Sent' in message redirect
5426
5427 2003-09-17 [christoph]  0.9.5claws19
5428
5429         * src/compose.c
5430                 use ", " as address seperator for mail headers and pass whole
5431                 header line at once to compose_convert_header to make sure
5432                 it is correctly folded
5433
5434         (closes Bug 64 Problem when sending to many recipients)
5435
5436 2003-09-17 [hoa]        0.9.5claws18
5437         
5438         * src/matcher.[ch]
5439           src/matcher_parser_parse.y
5440           src/prefs_matcher.c
5441                 changed the keyword used for command execution in condition
5442                 keyword is changed from "execute" to "test"
5443                 so that it is not the same as the one used for action.
5444                 This will fix a bug when using filtering dialog.
5445                 All semantic in the code is also changed to reflect
5446                 the keyword change.
5447
5448 2003-09-17 [paul]
5449         
5450         * sync with 0.9.6 release
5451
5452 2003-09-17 [paul]       0.9.5claws17
5453
5454         * sync with 0.9.5cvs8
5455                 see ChangeLog 2003-09-16 and 2003-09-17
5456
5457 2003-09-16 [paul]       0.9.5claws16
5458
5459         * sync with 0.9.5cvs6
5460                 see ChangeLog 2003-09-16
5461
5462 2003-09-15 [paul]       0.9.5claws15
5463
5464         * sync with 0.9.5cvs5
5465                 see ChangeLog 2003-09-15
5466
5467 2003-09-14 [alfons]     0.9.5claws14
5468
5469         * src/inc.c
5470                 make "Go to inbox after receiving new mail" again;
5471                 regression of a sync, restored to sylpheed main 
5472                 behaviour. (misses still some bits)
5473
5474 2003-09-14 [alfons]     0.9.5claws13
5475
5476         * src/prefs_filtering_action.c
5477                 o add proper message if empty execute command line
5478                 o don't select first action item after registering a
5479                   new action to prevent (what seems to be a GTK) bug
5480                   #36, "filtering will only accept one action change 
5481                   per invocation".
5482
5483 2003-09-14 [alfons]     0.9.5claws12
5484
5485         * src/prefs_filtering.c
5486         * src/prefs_filtering_action.c
5487         * src/prefs_matcher.c
5488                 fix function signature for key_pressed_event signal handlers
5489
5490 2003-09-14 [alfons]     0.9.5claws11
5491
5492         * src/mainwindow.c
5493                 fix regression caused by fix for invalid bug #7
5494                 (should fix #246, "Multiple selections are deselected when 
5495                 moving from search window to main window")
5496                 
5497 2003-09-14 [alfons]     0.9.5claws10
5498         
5499         * src/actions.[ch]
5500         * src/filtering.[ch]
5501         * src/prefs_actions.c
5502                 allow `filtering actions` in actions; only for advanced users
5503                 right now: try for example, "%as{mark color 2}" 
5504         
5505 2003-09-13 [paul]       0.9.5claws9
5506         
5507         * po/pl.po
5508           po/zh_CN.po   ** NEW FILE **
5509                 update Polish translation, submitted by Emil 
5510                 <eminowbl@posejdon.wpk.p.lodz.pl>
5511                 add new Simplified Chinese translation, submitted by
5512                 Hansom Young <hansom_young@yahoo.com>
5513
5514 2003-09-12 [alfons]     0.9.5claws8
5515
5516         * src/summaryview.c
5517                 don't open separate message views when View | Separate message view
5518                 is active 
5519                 (please look carefully for any navigation regressions)
5520
5521 2003-09-11 [alfons]     0.9.5claws7
5522
5523         * src/mainwindow.c
5524                 make default message view, opened by View | Separate message 
5525                 view, look like a claws message view (which includes a menu
5526                 bar and a toolbar)
5527                 (fixes bug #298, "message view loses tool bar") 
5528
5529 2003-09-11 [christoph]  0.9.5claws6
5530
5531         * src/folderview.c
5532                 fix double deleting of newsgroup folders
5533
5534         (closes Bug 305 crash after deleting of a newsgroup)
5535
5536 2003-09-11 [paul]       0.9.5claws5
5537
5538         * src/rfc2015.c
5539           src/common/utils.h
5540                 more sync'ing from 0.9.5cvs2
5541
5542 2003-09-11 [christoph]  0.9.5claws4
5543
5544         * src/compose.c
5545         * src/rfc2015.c
5546         * src/common/utils.h
5547                 fix sync with 0.9.5cvs2
5548
5549 2003-09-11 [paul]       0.9.5claws3
5550
5551         * sync with 0.9.5cvs4
5552                 see ChangeLog 2003-09-11
5553
5554 2003-09-11 [paul]       0.9.5claws2
5555
5556         * sync with 0.9.5cvs2
5557                 see ChangeLog 2003-09-05
5558                 
5559 2003-09-11 [paul]       0.9.5claws1
5560
5561         * sync with 0.9.5cvs3
5562                 see ChangeLog 2003-09-10
5563
5564 2003-09-10 [paul]       0.9.5claws
5565
5566         * 0.9.5claws released
5567
5568 2003-09-10 [paul]       0.9.4claws78
5569
5570         * src/Makefile.am
5571                 add missing files
5572
5573 2003-09-10 [melvin]     0.9.4claws77
5574
5575         * po/fr.po
5576                 Updated French translations
5577
5578 2003-09-10 [paul]       0.9.4claws76
5579
5580         * po/es.po
5581           po/sk.po
5582           po/sr.po
5583                 update Spanish, Slovak, and Serbian translations.
5584                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5585                 and Urke MMI
5586                 
5587         * AUTHORS
5588                 add translation team section
5589
5590 2003-09-09 [christoph]  0.9.4claws75
5591
5592         * src/folder.c
5593                 free item->prefs in folder_item_destroy
5594
5595 2003-09-09 [alfons]     0.9.4claws74
5596
5597         * src/folderview.c
5598                 o proper check for root node sorting
5599                 o remove unnecessary gtk_ctree_remove_node 
5600
5601         (should fix bug #300, "crash while moving folder")      
5602
5603 2003-09-08 [christoph]  0.9.4claws73
5604
5605         * src/folderview.c
5606                 o fix double adding of IMAP FolderItems to GtkCTree
5607                 o fix crash then mbox folder is removed
5608
5609 2003-09-08 [christoph]  0.9.4claws72
5610
5611         * src/folder.c
5612         * src/folderview.c
5613         * src/mainwindow.c
5614                 fix new folder notification
5615
5616         * src/mbox_folder.c
5617                 fix cache path
5618
5619 2003-09-08 [christoph]  0.9.4claws71
5620
5621         * src/compose.c
5622                 replace '\n' and '\r' before removing trailing spaces
5623
5624         * src/folder.[ch]
5625         * src/folderview.c
5626                 add information about new or removed items in folder tree change
5627                 notification and use this in folderview to add and remove only
5628                 the appected items and not refresh the whole tree
5629
5630 2003-09-07 [match]      0.9.4claws70
5631
5632         * src/Makefile.am
5633         * src/addr_compl.c
5634         * src/addressbook.c
5635         * src/addressitem.h
5636         * src/addrindex.c
5637         * src/addritem.c
5638         * src/addritem.h
5639         * src/addrquery.c                       ** NEW **
5640         * src/addrquery.h
5641         * src/ldapquery.c
5642         * src/ldapserver.c
5643         * src/stock_pixmap.c
5644         * src/stock_pixmap.h
5645         * src/pixmaps/address_search.xpm        ** NEW **
5646                 re-introduce Lookup button for LDAP 'static' searches.
5647
5648 2003-09-07 [alfons]     0.9.4claws69
5649         
5650         * src/summaryview.c
5651                 abandon setting usize for messageview because it gives layout problems
5652                 with the quick search bar and the headerview; fixes assorted UI glitches:
5653                 
5654                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5655                 o bug #280, "Window resiizes for line length but does not revert"
5656
5657 2003-09-07 [christoph]  0.9.4claws68
5658
5659         * src/compose.c
5660                 o make sure we don't have any newlines in header values
5661                 o check custom headers for spaces and newlines and ignore
5662                   malformed header names
5663
5664 2003-09-06 [christoph]  0.9.4claws67
5665
5666         * src/folder.c
5667         * src/folderview.c
5668                 invoke notification hook for folder tree changes after append
5669                 and remove folder
5670
5671         (closes Bug 294 Crash while moving folder with many subdirectories)
5672
5673 2003-09-06 [christoph]  0.9.4claws66
5674
5675         * src/folder.c
5676                 destroy folder's MsgCache if FolderItem is removed to make sure
5677                 it is not saved when the FolderItem is destroyed
5678
5679 2003-09-06 [christoph]  0.9.4claws65
5680
5681         * src/plugins/clamav/clamav_plugin.c
5682                 fix copy & paste bug
5683
5684 2003-09-05 [christoph]  0.9.4claws64
5685
5686         * src/folder.c
5687         * src/messageview.[ch]
5688         * src/procmsg.[ch]
5689         * src/summaryview.c
5690                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5691                 by MessageView to clear it when the message is deleted. Should
5692                 work even if messages are deleted in MainWindow or by
5693                 processing.
5694
5695 2003-09-05 [alfons]     0.9.4claws63
5696
5697         * src/messageview.c
5698                 deleting a message in a message view frees its msginfo, make 
5699                 messageview_update_all() aware of that (should fix bug #293,
5700                 "deleting message caused crash")
5701
5702 2003-09-05 [melvin]     0.9.4claws62
5703
5704         * src/action.c
5705                 Improve synchronous action exit code (fixes 
5706                 a ~5 seconds delay after action exit on RedHat 9)
5707
5708 2003-09-04 [christoph]  0.9.4claws61
5709
5710         * src/compose.c
5711         * src/rfc2015.c
5712         * src/common/utils.[ch]
5713                 add util function to create mime boundary and use it
5714                 in compose and gpg code
5715
5716 2003-09-04 [alfons]     0.9.4claws60
5717
5718         * src/folder.c
5719                 source folder item's GNode should already have been freed in 
5720                 a previous call to src->folder->klass->remove_folder()
5721                 (should fix bug #287, "crash when moving folders")
5722
5723 2003-09-03 [thorsten]   0.9.4claws59
5724
5725         * src/plugins/spamassassin/spamassassin_gtk.c
5726                 fix compile error
5727
5728 2003-09-03 [christoph]  0.9.4claws58
5729
5730         * src/plugins/spamassassin/spamassassin.[ch]
5731         * src/plugins/spamassassin/spamassassin_gtk.c
5732                 add timeout config option
5733
5734 2003-09-03 [paul]       0.9.4claws57
5735
5736         * po/sk.po      ** NEW FILE **
5737                 add Slovak translation. Submitted by Andrej Kacian 
5738                 <andrej@kacian.sk>
5739
5740 2003-09-03 [paul]       0.9.4claws56
5741
5742         * src/plugins/clamav/clamav_plugin_gtk.c
5743                 gui tweaks: replace a label with a tooltip, modify the
5744                 text, use gtk_check_button_new(); instead of
5745                 gtk_check_button_new_with_label("");
5746
5747 2003-09-02 [alfons]     0.9.4claws55
5748
5749         * src/gtk/filesel.c
5750                 remember last used dir when attaching multiple files (should fix
5751                 bug #290, "Attach File does not remember directory")
5752
5753 2003-09-01 [paul]       0.9.4claws54
5754
5755         * po/es.po
5756                 updated by Ricardo Mones Lastra
5757
5758 2003-09-01 [alfons]     0.9.4claws53
5759
5760         * src/gtk/gtkaspell.[ch]
5761                 be pedantic and strict and use const gchar * instead of guchar *
5762
5763 2003-09-01 [alfons]     0.9.4claws52
5764
5765         * src/mainwindow.c
5766         * src/summaryviewc.
5767                 re-enable Save As when multiple messages are selected
5768
5769 2003-09-01 [paul]       0.9.4claws51
5770
5771         * src/textview.c
5772                 g_free(trimmed_uri);
5773
5774 2003-09-01 [paul]       0.9.4claws50
5775
5776         * sync with 0.9.4cvs13
5777                 see ChangeLog 2003-09-01
5778
5779 2003-09-01 [paul]       0.9.4claws49
5780
5781         * src/textview.c
5782                 trim uri before sending to the statusbar
5783                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5784                 in the message window causes main S-C window to enlarge 
5785                 past screen edges'
5786
5787 2003-09-01 [paul]       0.9.4claws48
5788
5789         * sync with 0.9.4cvs12
5790                 see ChangeLog 2003-09-01
5791
5792 2003-08-30 [christoph]  0.9.4claws47
5793
5794         * src/compose.c
5795         * src/folder_item_prefs.[ch]
5796         * src/prefs_folder_item.c
5797         * src/gtk/gtkaspell.[ch]
5798                 commit per folder dictionary patch by
5799                 Paul Evans <nerd@freeuk.com>
5800
5801 2003-08-30 [christoph]  0.9.4claws46
5802
5803         * src/plugins/spamassassin/spamassassin_gtk.c
5804         * src/plugins/spamassassin/spamassassin_gtk.glade
5805                 reduce GUI clutter by placing hints into tooltips
5806
5807 2003-08-30 [paul]       0.9.4claws45
5808
5809         * src/compose.c
5810                 add 'Content-Disposition: inline' to a text/plain
5811                 part when using PGP/MIME signing
5812
5813 2003-08-30 [paul]       0.9.4claws44
5814
5815         * src/prefs_common.c
5816           src/prefs_spelling.c
5817           src/prefs_spelling.glade
5818                 reduce GUI clutter by placing hints into tooltips
5819
5820 2003-08-29 [christoph]  0.9.4claws43
5821
5822         * configure.ac
5823                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5824
5825         * src/stock_pixmap.c
5826                 change unecessary warning into a debug message
5827
5828         * src/plugins/clamav/Makefile.am
5829                 Fix error "-I$(CLAMAV_LIBS)"
5830
5831 2003-08-29 [christoph]  0.9.4claws42
5832
5833         * intl/Makefile.in
5834         * src/Makefile.am
5835         * src/matcher.h
5836         * src/common/Makefile.am
5837         * src/common/passcrypt.c
5838                 commit fixes and patches for some of the IRIX problems found by
5839                 Ivan Rayner <ivanr@sgi.com>
5840
5841 2003-08-29 [paul]       0.9.4claws41
5842
5843         * src/prefs_filtering.c
5844                 add 'Top' and 'Bottom' buttons, based on changes in
5845                 src/prefs_filter.c in 0.9.4cvs11.
5846
5847 2003-08-27 [christoph]  0.9.4claws40
5848
5849         * src/folderview.c
5850                 fix bug that the current summary settings were copied to the
5851                 wrong folder item, when the folder item prefs are opened.
5852                 Copying is not required because summary settings and
5853                 folder_item_prefs do not contain the same settings
5854
5855 2003-08-27 [thorsten]   0.9.4claws39
5856
5857         * src/imap.c
5858                 fix compile error
5859
5860 2003-08-26 [paul]       0.9.4claws38
5861
5862         * sync with 0.9.4cvs9
5863                 see ChangeLog 2003-08-26
5864
5865 2003-08-25 [paul]       0.9.4claws37
5866
5867         * sync with 0.9.4cvs8
5868                 see ChangeLog 2003-08-25
5869
5870 2003-08-24 [christoph]  0.9.4claws36
5871
5872         * src/prefs_filtering.c
5873                 shouldn't remove items from a GSList while iterating over the
5874                 list (makes cur invalid and cur->next not accessable)
5875
5876         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5877          crashed)
5878
5879 2003-08-23 [christoph]  0.9.4claws35
5880
5881         * src/news.c
5882                 news folders should be scanned when opened
5883
5884 2003-08-22 [christoph]  0.9.4claws34
5885
5886         * src/prefs_folder_item.c
5887                 use macro to assign strings that always frees the old string
5888
5889         * src/gtk/gtkaspell.[ch]
5890                 add gtkaspell_set_dictionary_menu_active_item() to set active
5891                 item in dictionary option menu
5892
5893         * src/prefs_spelling.c
5894                 use gtkaspell_set_dictionary_menu_active_item() to select
5895                 dictionary
5896
5897 2003-08-21 [christoph]  0.9.4claws33
5898
5899         * src/folder.[ch]
5900         * src/imap.c
5901         * src/mbox_folder.c
5902         * src/mh.c
5903         * src/news.c
5904                 optimize folder system
5905
5906         * src/gtk/gtkstext.c
5907                 fix division by zero when font has 0 width for ' '
5908
5909 2003-08-21 [paul]       0.9.4claws32
5910
5911         * sync with 0.9.4cvs7
5912                 see ChangeLog 2003-08-20
5913
5914 2003-08-19 [paul]       0.9.4claws31
5915
5916         * src/common/defs.h
5917                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5918                 SYLDOC_FAQ_HTML_INDEX.
5919         * src/manual.c
5920                 use LC_MESSAGES instead of LC_ALL to find the current
5921                 language
5922
5923           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5924
5925 2003-08-19 [paul]       0.9.4claws30
5926
5927         * po/bg.po
5928                 updated by George Danchev
5929
5930 2003-08-18 [luke]       0.9.4claws29
5931         * src/mimeview.[ch]
5932         * src/gtk/gtkvscrollbutton.[ch]
5933                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5934                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5935                 o removed horizontal separator between icons
5936
5937 2003-08-17 [christoph]  0.9.4claws28
5938
5939         * src/procmsg.c
5940                 no subject threading when the subject has no reply prefix
5941
5942 2003-08-16 [christoph]  0.9.4claws27
5943
5944         * src/mainwindow.c
5945                 remember and restore window sizes and position when the main
5946                 window is hidden or shown
5947
5948         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5949          minimised/reopened using trayicon)
5950
5951 2003-08-16 [paul]       0.9.4claws26
5952
5953         * src/crash.c
5954                 add #include "defs.h"
5955
5956 2003-08-16 [paul]       0.9.4claws25
5957
5958         * src/plugins/clamav/clamav_plugin.c
5959                 reword a debug_print
5960                 
5961         * src/plugins/dillo_viewer/dillo_prefs.c
5962                 cosmetic: change the labels' text, add tooltips, and
5963                 left-align the hint
5964
5965 2003-08-15 [christoph]  0.9.4claws24
5966
5967         * src/news.c
5968                 complete last change (forgot some changes)
5969
5970 2003-08-15 [christoph]  0.9.4claws23
5971
5972         * src/news.c
5973                 o check number of messages and don't return a 0 message
5974                   when no messages are available
5975                 o don't parse xref header anymore
5976
5977         (closes Bug 203 I'm not getting any news)
5978
5979 2003-08-15 [paul]       0.9.4claws22
5980
5981         * src/common/defs.h
5982           src/crash.c
5983                 update and define claws bugzilla location
5984
5985 2003-08-15 [paul]       0.9.4claws21
5986
5987         * po/ru.po
5988                 update submitted by Ruslan N. Balkin
5989
5990 2003-08-14 [christoph]  0.9.4claws20
5991
5992         * src/procmsg.c
5993                 fix search for oldest node in subject threading
5994
5995 2003-08-14 [christoph]  0.9.4claws19
5996
5997         * src/procmsg.c
5998         * src/common/utils.h
5999                 add possibility to check all nodes with the same subject for
6000                 subject threading, not only the oldest node. Should not break
6001                 threads anymore if the oldest node is thread_by_subject_max_age
6002                 days older then parent, because it can now find a child of
6003                 oldest node as new parent.
6004
6005 2003-08-11 [christoph]  0.9.4claws18
6006
6007         * src/plugins/spamassassin/spamassassin.c
6008                 run spam check in background process
6009
6010 2003-08-10 [alfons]     0.9.4claws17
6011
6012         * src/summaryview.c
6013                 make `Select All' sensitive too
6014
6015 2003-08-10 [christoph]  0.9.4claws16
6016
6017         * src/imap.c
6018                 add more checks in imap_close
6019
6020 2003-08-09 [alfons]     0.9.4claws15
6021
6022         * src/prefs_spelling.c
6023                 no spell checking UI if not requested
6024
6025 2003-08-09 [alfons]     0.9.4claws14
6026
6027         * src/gtk/prefswindow.c
6028                 make it compile
6029
6030 2003-08-09 [christoph]  0.9.4claws13
6031
6032         * src/prefs_spelling.c
6033         * src/gtk/prefswindow.[ch]
6034         * src/plugins/clamav/clamav_plugin_gtk.c
6035         * src/plugins/spamassassin/spamassassin_gtk.c
6036                 sort prefs pages by heighest weight in tree
6037
6038 2003-08-09 [paul]       0.9.4claws12
6039
6040         * sync with 0.9.4cvs6
6041                 see ChangeLog 2003-08-07
6042                 
6043         * AUTHORS
6044                 add Leandro and Luke to claws-branch section
6045
6046 2003-08-09 [christoph]  0.9.4claws11
6047
6048         * src/gtk/Makefile.am
6049         * src/gtk/colorsel.[ch]                 ** NEW **
6050                 create a color selection dialog that can be used as a simple
6051                 function call with it's own gtk main loop like filesel.[ch]
6052
6053         * src/Makefile.am
6054         * src/main.c
6055         * src/prefs_common.c
6056         * src/prefs_spelling.[ch]               ** NEW **
6057         * src/prefs_spelling.glade              ** NEW **
6058         * src/gtk/gtkutils.[ch]
6059                 move "Spell Checker" prefs to new prefs dialog
6060
6061         * src/prefs_folder_item.c
6062                 use new colorsel dialog
6063
6064 2003-08-08 [paul]       0.9.4claws10
6065
6066         * src/inc.c
6067                 clear the progress bar unconditionally
6068
6069 2003-08-08 [paul]       0.9.4claws9
6070
6071         * sync with 0.9.4cvs4
6072                 see ChangeLog 2003-07-31
6073
6074 2003-08-07 [christoph]  0.9.4claws8
6075
6076         * configure.ac
6077                 fix bug in image viewer plugin part
6078
6079         * src/imap.c
6080                 don't execute close command if the folder item is not selected
6081
6082 2003-08-07 [hoa]        0.9.4claws7
6083
6084         * src/filtering.[ch]
6085         * src/matcher_parser.h
6086         * src/matcher_parser_parse.y
6087                 can define several actions for each filtering rule
6088                 can import old versions of filtering rules
6089
6090         * src/prefs_filtering.c
6091                 call to a new dialog box to define actions
6092
6093         * src/prefs_filtering_action.[ch]
6094                 dialog box to define actions for filtering rules
6095
6096 2003-08-06 [christoph]  0.9.4claws6
6097
6098         * src/imap.c
6099                 make sure source folder is selected when copying messages
6100
6101 2003-08-06 [christoph]  0.9.4claws5
6102
6103         * sync with 0.9.4cvs2
6104                 see ChangeLog 2003-07-29                
6105
6106 2003-08-05 [paul]       0.9.4claws4
6107
6108         * sync with 0.9.4cvs3
6109                 see ChangeLog 2003-07-30
6110
6111 2003-08-04 [match]      0.9.4claws3
6112
6113         * po/POTFILES.in
6114                 export of LDIF files.
6115
6116 2003-08-04 [match]      0.9.4claws2
6117
6118         * src/ldif.[ch]
6119                 support for export LDIF. documented.
6120         * src/importldif.[ch]
6121         * src/exportldif.[ch]
6122                 add tooltips. documented.
6123         * src/exphtmldlg.[ch]
6124         * src/common/xmlprops.[ch]
6125                 documented.
6126         * src/exportldif.[ch]                   ** NEW **
6127         * src/expldifdlg.[ch]                   ** NEW **
6128         * src/addressbook.[ch]
6129         * src/Makefile.am
6130                 export of LDIF files.
6131                 documented.
6132
6133 2003-08-04 [christoph]  0.9.4claws1
6134
6135         * .cvsignore
6136         * Makefile.am
6137         * configure.ac
6138         * sylpheed-claws.pc.in                  ** NEW **
6139         * src/Makefile.am
6140         * src/common/Makefile.am
6141         * src/gtk/Makefile.am
6142                 install sylpheed header files in $(pkgincludedir) and create a
6143                 pkg-config file to allow building a plugin without the source
6144                 package
6145
6146 2003-08-04 [paul]       0.9.4claws
6147
6148         * version 0.9.4claws
6149
6150 2003-08-04 [paul]       0.9.3claws97
6151
6152         * po/es.po
6153                 update Spanish translation. Submitted by Ricardo
6154                 Mones Lastra.
6155
6156 2003-08-03 [paul]       0.9.3claws96
6157
6158         * po/hr.po
6159           po/sr.po
6160                 update Croatian and Serbian translations. Submitted by
6161                 Dragan and Urke MMI respectively
6162
6163 2003-08-03 [alfons]     0.9.3claws95
6164
6165         * src/summaryview.c
6166                 mark flag has precedence over important flag - seems
6167                 to have been changed in sync of 0.9.3claws45. this fixes
6168                 a regression where messages that were scored as important
6169                 don't show their mark flags. (using the same column for
6170                 both importance as mark flags is the real problem
6171                 ofcourse)
6172
6173 2003-08-03 [melvin]     0.9.3claws94
6174
6175         * po/fr.po
6176                 Updated French translations.
6177
6178 2003-08-03 [melvin]     0.9.3claws93
6179
6180         * src/Makefile.am
6181                 Fixed typo introduced after 0.9.3claws92 
6182                 that prevented compilation
6183                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6184                 CPPFLAGS and YFLAGS to allow user setting these.
6185         * src/common/Makefile.am
6186         * src/gtk/Makefile.am
6187         * src/plugins/clamav/Makefile.am
6188         * src/plugins/demo/Makefile.am
6189         * src/plugins/dillo_viewer/Makefile.am
6190         * src/plugins/image_viewer/Makefile.am
6191         * src/plugins/mathml_viewer/Makefile.am
6192         * src/plugins/spamassassin/Makefile.am
6193         * src/plugins/trayicon/Makefile.am
6194         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6195                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6196                 CPPFLAGS and YFLAGS to allow user setting these.
6197
6198 2003-08-02 [christoph]  0.9.3claws92
6199
6200         * configure.ac
6201                 o rearrange plugin tests
6202                 o add test for clamav.h to ClamAV tests
6203
6204 2003-08-02 [luke]       0.9.3claws91
6205
6206         * src/mimeview.c
6207                 o fixed appearance of icon list when toggling back from the 
6208                   ctree
6209                 o toggling of icons using the keyboard works correctly
6210                 o fixed all other keyboard shortcuts to work when icons are
6211                   active
6212         
6213         * src/messageview.c
6214                 o fixed bug 4 - focus lost when changing messageview view type
6215
6216 2003-08-02 [christoph]  0.9.3claws90
6217
6218         * src/common/hooks.c
6219                 fix crash when pointer stored in hash table could get invalid
6220                 when a plugin is unloaded
6221
6222 2003-08-01 [christoph]  0.9.3claws89
6223
6224         * configure.ac
6225                 o try to build all plugins (except spamassassin) by default
6226                 o don't build a plugin if a dependency check fails
6227
6228         * src/common/hooks.c
6229                 fix warning
6230
6231 2003-08-01 [match]      0.9.3claws88
6232
6233         * src/importldif.c
6234                 allow single click field selection. document code.
6235
6236 2003-08-01 [christoph]  0.9.3claws87
6237
6238         * src/plugins/clamav/clamav_plugin.c
6239         * src/plugins/clamav/clamav_plugin_gtk.c
6240         * src/plugins/dillo_viewer/dillo_viewer.c
6241         * src/plugins/image_viewer/plugin.c
6242         * src/plugins/mathml_viewer/mathml_viewer.c
6243         * src/plugins/spamassassin/spamassassin.c
6244         * src/plugins/spamassassin/spamassassin_gtk.c
6245         * src/plugins/trayicon/trayicon.c
6246                 add version check to all plugins
6247
6248 2003-08-01 [hoa]        0.9.3claws86
6249
6250         * src/prefs_filtering.c
6251                 fixed a cosmetic bug, during creation of dialog box,
6252                 wrong widgets were shown after creation.
6253
6254 2003-08-01 [luke]       0.9.3claws85
6255
6256         * src/mainwindow.c
6257                 o fixed visibility of icons/mimeview after toggling separate
6258                   message/folder view (factored out some similar code too).
6259
6260
6261 2003-07-31 [alfons]     0.9.3claws84
6262
6263         * src/mimeview.c
6264                 tweak icon box UI a bit more, now allowing right-clicks actions
6265                 getting the relevant mime data too; should fix #250, "Can't save 
6266                 attachments sometimes".
6267
6268 2003-07-30 [alfons]     0.9.3claws83
6269
6270         * src/compose.c
6271                 don't do auto-save-draft inside key press handler, but rather
6272                 schedule it half of a second later; should fix #67, "autosave 
6273                 make re-rediting message crazy"
6274
6275 2003-07-30 [christoph]  0.9.3claws82
6276
6277         * src/plugins/trayicon/trayicon.c
6278                 process pending events before unloading the plugin
6279
6280         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6281
6282 2003-07-30 [alfons]     0.9.3claws81
6283
6284         * src/common/hooks.c
6285                 parameter 2 of g_hook_destroy() should really be a hook id
6286
6287 2003-07-30 [alfons]     0.9.3claws80
6288
6289         * src/common/plugin.c
6290                 fix a possibly harmful function signature mismatch 
6291                 for plugin_done
6292
6293 2003-07-30 [alfons]     0.9.3claws79
6294
6295         * src/common/hooks[.ch]
6296                 const correctness
6297
6298 2003-07-30 [darko]      0.9.3claws78
6299
6300         * src/summaryview.c
6301                 make it compile again
6302
6303 2003-07-30 [luke]       0.9.3claws77
6304
6305         * src/crash.c
6306         * src/main.c
6307                 o added/moved signal handlers for SIGTERM (normal kill command) 
6308                   and SIGINT (ctl-c) to be used even without 
6309                   --enable-crash-dialog, fixing bug 166
6310
6311         * src/summaryview.c
6312                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6313                   bug 227
6314
6315         * src/mainwindow.c
6316                 o changed sensitivity condition for 'Next new' and 'Next 
6317                   unread', fixing bug 8
6318
6319 2003-07-29 [alfons]     0.9.3claws76
6320
6321         * src/common/utils.[ch]
6322                 add generate_msgid()
6323         * src/messageview.c
6324                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6325                 sent folder".
6326
6327 2003-07-29 [alfons]     0.9.3claws75
6328
6329         * src/messageview.c
6330                 fix a memleak (claws-only)
6331
6332 2003-07-29 [alfons]     0.9.3claws74
6333
6334         * src/mimeview.[ch]
6335         * src/gtk/gtkvscrollbutton.[ch]
6336                 fix UI glitch where mime icon toolbox' scroll position is not 
6337                 reset after switching to another message
6338                 
6339
6340 2003-07-29 [paul]       0.9.3claws73
6341
6342         * src/prefs_folder_item.c
6343                 split the prefs into 2 separate pages
6344
6345 2003-07-29 [paul]       0.9.3claws72
6346
6347         * src/compose.c
6348                 prepend "\n\n" to a signature without a separator too
6349
6350 2003-07-29 [paul]       0.9.3claws71
6351
6352         * src/compose.c
6353                 fix bug where changing to an account without an auto-sig
6354                 from an initial account without an auto-sig would insert 
6355                 2 blank lines at the cursor point
6356                 fix bug where changing to an account with an auto-sig
6357                 from an initial account without an auto-sig would insert
6358                 the sig at the cursor point
6359
6360 2003-07-29 [paul]       0.9.3claws70
6361
6362         * src/folderview.c
6363                 use the colour from the folder pref unless the folder
6364                 has new messages
6365
6366 2003-07-29 [alfons]     0.9.3claws69
6367
6368         * src/procmsg.[ch]
6369         * src/messageview.c
6370         * src/procheader.c
6371                 rewrite return receipt request work a little bit (the former 
6372                 implementation presumably depended too much on the UI setting
6373                 flags). (we're losing the old pending flag.) 
6374
6375 2003-07-28 [christoph]  0.9.3claws68
6376
6377         * src/folder.c
6378         * src/imap.c
6379         * src/mh.c
6380         * src/procmsg.[ch]
6381                 fix copy to IMAP folder from other folder
6382
6383 2003-07-28 [christoph]  0.9.3claws67
6384
6385         * src/procmsg.c
6386                 fix sync of procmsg_get_message_file_list
6387
6388 2003-07-28 [christoph]  0.9.3claws66
6389
6390         * sync with 0.9.3cvs14
6391                 see ChangeLog 2003-07-18
6392         * sync with 0.9.3cvs17
6393                 see ChangeLog 2003-07-23
6394
6395         (closes Bug 234 segmentation fault after sending out mail via
6396          smtp(auth))
6397
6398 2003-07-28 [paul]       0.9.3claws65
6399
6400         * po/es.po
6401                 update Spanish translation, submitted by Ricardo Mones
6402                 Lastra
6403
6404 2003-07-28 [christoph]  0.9.3claws64
6405
6406         * src/folder.[ch]
6407         * src/imap.c
6408         * src/mh.c
6409                 return new message numbers as a GRelation instead of a GSList
6410                 that has to be in the same order as the input list. A list
6411                 would make it hard for IMAP to optimize oepration by sorting
6412                 the input list. The returned list would have to be reordered
6413                 to match the same order that input list has.
6414
6415         * src/gtk/gtkaspell.c
6416                 fix missing return value, could cause a crash when garbage is
6417                 on the stack that is used as the expected return value
6418
6419 2003-07-28 [paul]       0.9.3claws63
6420
6421         * sync with 0.9.4cvs1
6422                 see ChangeLog 2003-07-28
6423
6424 2003-07-27 [alfons]     0.9.3claws62
6425
6426         * src/mimeview.c
6427                 tweak it more to make icon list act like a check button group
6428
6429 2003-07-27 [christoph]  0.9.3claws61
6430
6431         * sync with 0.9.3cvs20
6432                 see ChangeLog 2003-07-25
6433
6434 2003-07-27 [paul]       0.9.3claws60
6435
6436         * src/procmsg.c
6437                 re-commit changes from 0.9.3claws58 -
6438                 accidently removed in 0.9.3claws59
6439
6440 2003-07-27 [paul]       0.9.3claws59
6441
6442         * src/procmsg.[ch]
6443                 a sync from 0.9.3cvs17
6444                 see ChangeLog 2003-07-23
6445
6446 2003-07-27 [alfons]     0.9.3claws58
6447
6448         * src/procmsg.c
6449                 add missing header members to MsgInfo; fixes the problem of 
6450                 not displaying X-Faces, as noticed by Ricardo Mones
6451
6452 2003-07-26 [christoph]  0.9.3claws57
6453
6454         * sync with 0.9.3cvs18
6455                 see ChangeLog 2003-07-24
6456
6457 2003-07-26 [christoph]  0.9.3claws56
6458
6459         * sync with 0.9.3cvs17
6460                 see ChangeLog 2003-07-23
6461
6462 2003-07-26 [christoph]  0.9.3claws55
6463
6464         * src/folder.[ch]
6465         * src/imap.c
6466         * src/mbox_folder.c
6467         * src/mh.c
6468         * src/news.c
6469                 add support for copy function that copy multiple messages
6470                 (not implemented yet)
6471
6472         * src/summaryview.c
6473                 add missing return value
6474
6475 2003-07-26 [paul]       0.9.3claws54
6476
6477         * tools/multiwebsearch.pl
6478                 do whitespace substitution before passing the string
6479                 to the browser. fixes bug with browsers that don't
6480                 do whitespace conversion themselves.
6481
6482 2003-07-25 [christoph]  0.9.3claws53
6483
6484         * src/folder.[ch]
6485         * src/imap.c
6486         * src/mh.c
6487                 rewrite adding of multiple messages to a folder for
6488                 claws' folder system
6489
6490 2003-07-25 [luke]       0.9.3claws52
6491
6492         * src/mimeview.c
6493                 o icon toggles set correctly on leaving ctree mimeview
6494
6495 2003-07-25 [paul]       0.9.3claws51
6496
6497         * partial sync with 0.9.3cvs21 [src/main.c]
6498                 see ChangeLog 2003-07-25
6499
6500 2003-07-24 [paul]       0.9.3claws50
6501
6502         * tools/maildir2sylpheed.pl
6503                 fix typo
6504
6505 2003-07-24 [paul]       0.9.3claws49
6506
6507         * src/mimeview.c
6508                 increase the gutter size of paned so that the panes
6509                 can be resized
6510                 
6511         * src/plugins/demo/demo.c
6512                 squeeze in another typo fix
6513
6514 2003-07-24 [paul]       0.9.3claws48
6515
6516         * src/plugins/demo/demo.c
6517           src/prefs_account.c
6518                 small changes to the English
6519                 
6520         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6521           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6522           src/Makefile.am
6523           src/stock_pixmap.c
6524                 rename the misspelled icon
6525
6526 2003-07-23 [alfons]     0.9.3claws47
6527
6528         * src/mimeview.c
6529                 make icon list look like a list of toggles
6530
6531 2003-07-23 [luke]       0.9.3claws46
6532
6533         * src/pixmaps/mimeview_gpg_expired.xpm
6534         * src/pixmaps/mimeview_gpg_failed.xpm
6535         * src/pixmaps/mimeview_gpg_passed.xpm
6536         * src/pixmaps/mimeview_text_html.xpm
6537         * src/pixmaps/mimeview_image.xpm
6538                 o all icons the same size
6539
6540         * src/mimeview.[ch]
6541                 o mimeview ctree arranged vertically above the viewer
6542                 o icons changed to buttons
6543                 o can use keyboard to select an icon (Enter)
6544                 o resize icon list to width of icons
6545
6546         *  src/gtk/gtkvscrollbutton.c
6547                 o sensitivity of buttons reacts to position
6548
6549 2003-07-23 [christoph]  0.9.3claws45
6550
6551         * sync with 0.9.3cvs14 (incomplete)
6552                 see ChangeLog 2003-07-17
6553
6554 2003-07-23 [alfons]     0.9.3claws44
6555
6556         * src/folder.c
6557         * src/procmsg.h
6558                 sync with my local tree to restore some claws-only things
6559
6560 2003-07-23 [paul]       0.9.3claws43
6561
6562         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6563           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6564           src/Makefile.am
6565           src/mimeview.c
6566           src/procmime.h
6567           src/rfc2015.c
6568           src/stock_pixmap.[ch]
6569                 indicate missing keys and expired sigs/keys
6570                 in mime view column
6571
6572 2003-07-23 [paul]       0.9.3claws42
6573
6574         * src/compose.c
6575                 Redirect fixes: enable automatic account selection and
6576                 do not append signature to message on changing account
6577                 fixes Bug[s] #248
6578
6579 2003-07-23 [paul]       0.9.3claws41
6580
6581         * sync with 0.9.3cvs16
6582                 see ChangeLog 2003-07-23
6583
6584 2003-07-23 [alfons]     0.9.3claws40
6585
6586         * src/inc.c
6587                 give progress dialog a main window, and give it the first 
6588                 one (presumably the only one). fixes bug #247, "segfault on 
6589                 pop-before-smtp" 
6590
6591 2003-07-22 [alfons]     0.9.3claws39
6592
6593         * src/summaryview.c
6594                 shift-space scrolls up
6595
6596 2003-07-22 [paul]       0.9.3claws38
6597
6598         * sync with 0.9.3cvs15
6599                 see ChangeLog 2003-07-22
6600
6601 2003-07-20 [alfons]     0.9.3claws37
6602
6603         * src/compose.c
6604                 put menu inside #ifdef USE_ASPELL..#endif
6605
6606 2003-07-20 [christoph]  0.9.3claws36
6607
6608         * src/procmsg.c
6609                 fix wrong flags in MsgInfo returned by
6610                 procmsg_msginfo_get_full_info()
6611
6612         (closes Bug 221 Deleting messages from the Message View gives incorrect
6613          new/unread message counts in the folder view)
6614
6615         * src/plugins/spamassassin/spamassassin_gtk.c
6616                 add gettext macro for prefs page title
6617
6618 2003-07-20 [paul]       0.9.3claws35
6619
6620         * src/mimeview.c
6621                 redraw icon list on signature check
6622
6623 2003-07-20 [christoph]  0.9.3claws34
6624
6625         * src/Makefile.am
6626         * src/account.c
6627         * src/folder.[ch]
6628         * src/folder_item_prefs.[ch]            ** NEW **
6629         * src/folderview.c
6630         * src/mainwindow.c
6631         * src/mh.c
6632         * src/prefs_gtk.c
6633         * src/prefs_scoring.c
6634         * src/summaryview.c
6635         * src/prefs_folder_item.[ch]
6636                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6637                   Properties dialog
6638                 o use prefswindow for folder properties
6639
6640         * src/gtk/prefswindow.[ch]
6641                 change implementation to use an invisible notebook instead
6642                 of unparenting widgets
6643
6644 2003-07-20 [christoph]  0.9.3claws33
6645
6646         * src/compose.h
6647         * src/folder.c
6648         * src/folderview.h
6649         * src/headerview.h
6650         * src/prefs_filtering.h
6651         * src/prefs_folder_item.[ch]
6652         * src/procmime.h
6653         * src/procmsg.h
6654         * src/summaryview.h
6655                 clean up header mess
6656                 (always use 1. typedefs, 2. #includes, 3. structures)
6657
6658         * src/common/version.h.in
6659                 add casts for constants
6660
6661         * src/plugins/demo/demo.c
6662                 fix typo
6663
6664         * src/plugins/spamassassin/spamassassin.c
6665                 remove unused variable
6666
6667 2003-07-20 [alfons]     0.9.3claws32
6668
6669         * src/mimeview.c
6670                 o make icon buttons respond on left click
6671                 o minor cosmetic change
6672
6673 2003-07-19 [luke]       0.9.3claws31
6674
6675         * src/mimeview.[ch]
6676         * src/gtk/gtkvscrollbutton.c
6677         * src/messageview.c
6678                 o improved mimeview behaviour when selecting a new message
6679                 o plus code cleanups to remove compile warnings
6680
6681
6682 2003-07-19 [alfons]     0.9.3claws30
6683
6684         * src/procmsg.c
6685         * src/compose.c
6686         * src/common/utils.[ch]
6687                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6688
6689 2003-07-19 [alfons]     0.9.3claws29
6690
6691         * src/prefs_folder_item.c
6692                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6693                 string pointers
6694
6695 2003-07-19 [luke]       0.9.3claws28
6696
6697         * src/messageview.c
6698         * src/mimeview.[ch]
6699         * src/procmime.h
6700         * src/rfc2015.c
6701         * src/stock_pixmap.[ch]
6702         * src/gtk/Makefile.am
6703         * src/Makefile.am
6704         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6705         * src/pixmaps/mime_*.xpm                ** NEW **
6706                 o mimeview rearrangement with a new icon shortcut bar
6707
6708 2003-07-19 [alfons]     0.9.3claws27
6709
6710         * src/folderview.c
6711                 o plug leaking nodes_to_recollapse
6712                 o add folderview_recollapse_all_nodes() (not used yet)
6713
6714 2003-07-19 [alfons]     0.9.3claws26
6715
6716         * src/compose.c
6717         * src/common/utils.c
6718                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6719                 for both forwarding as replying
6720
6721 2003-07-18 [christoph]  0.9.3claws25
6722
6723         * configure.ac
6724         * src/common/sylpheed.[ch]
6725         * src/common/version.h.in
6726                 add version in numeric form to allow easy comparison
6727
6728         * src/plugins/demo/demo.c
6729                 add version check
6730                 - sylpheed version > plugin version => never allowed, sylpheed
6731                   could contain unknown API changes
6732                 - sylpheed version < minimum version required => don't load,
6733                   API required not available (if linking does not fail)
6734
6735 2003-07-18 [alfons]     0.9.3claws24
6736         
6737         * src/common/plugin.[ch]
6738                 const correctness
6739
6740 2003-07-18 [christoph]  0.9.3claws23
6741
6742         * src/common/hooks.c
6743                 fix crash when hooks where unregisted
6744
6745         * src/plugins/trayicon/trayicon.c
6746                 unregister detroy signal before destroying the widget
6747                 (still crashes when the plugin is unloaded)
6748
6749 2003-07-18 [alfons]     0.9.3claws22
6750         
6751         * src/folderview.c
6752                 delay expanding folder tree during drags until timeout triggered
6753                 (needs perhaps some tweaking, so testing is welcome)
6754
6755 2003-07-17 [alfons]     0.9.3claws21
6756
6757         * src/folderview.c
6758                 clean up cruft
6759
6760 2003-07-17 [christoph]  0.9.3claws20
6761
6762         * src/common/session.c
6763                 fix opening of SSL connections
6764
6765         * src/plugins/image_viewer/Makefile.am
6766                 add OPENSSL_CFLAGS (we should find a better solution to remove
6767                 this dependencies if they are not required)
6768
6769         * src/plugins/spamassassin/spamassassin.c
6770                 remove setlocale workaround (fixed in libspamc)
6771
6772         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6773          if spell checking enabled)
6774
6775 2003-07-17 [alfons]     0.9.3claws19
6776
6777         * src/common/hooks.[ch]
6778         * src/plugins/clamav/clamav_plugin.c
6779         * src/plugins/spamassassin/spamassassin.c
6780         * src/plugins/trayicon/trayicon.c
6781                 fix signedness muck 
6782
6783 2003-07-17 [alfons]     0.9.3claws18
6784
6785         * src/procmime.c
6786                 plug memleak
6787
6788 2003-07-17 [alfons]     0.9.3claws17
6789
6790         * src/inc.c
6791                 plug memleak
6792
6793 2003-07-17 [paul]       0.9.3claws16
6794
6795         * src/common/defs.h
6796           src/mainwindow.c
6797           src/manual.[ch]
6798                 add link to the Claws site's FAQ page, after the suggestion
6799                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6800                 Move url strings to defs.h
6801                 
6802         * src/mainwindow.c
6803                 fix typo to prevent "unknown menu entry" warnings
6804
6805 2003-07-17 [alfons]     0.9.3claws15
6806
6807         * src/folderview.[ch]
6808         * src/summaryview.[ch]
6809         * src/mimeview.[ch]
6810                 plug DnD leaks 
6811
6812 2003-07-17 [paul]       0.9.3claws14
6813
6814         * src/inc.c
6815                 remove two instances of 'GTK_EVENTS_FLUSH' because
6816                 they are unnecessary and probably cause a stack overflow
6817
6818 2003-07-16 [christoph]  0.9.3claws13
6819
6820         * src/mimeview.[ch]
6821                 use an invisible GTK notebook to switch between viewers
6822                 instead of reparenting widgets
6823
6824 2003-07-16 [christoph]  0.9.3claws12
6825
6826         * src/folder.c
6827                 move folder_item_update_freeze() to correct place in
6828                 folder_item_scan_full()
6829
6830 2003-07-16 [paul]       0.9.3claws11
6831
6832         * sync with 0.9.3cvs12
6833                 see ChangeLog 2003-07-14 and 2003-07-15
6834
6835 2003-07-16 [christoph]  0.9.3claws10
6836
6837         * src/imap.[ch]
6838         * src/prefs_account.[ch]
6839                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6840
6841 2003-07-15 [alfons]     0.9.3claws9
6842
6843         * src/main.c
6844                 make --config-dir do something useful
6845
6846 2003-07-15 [alfons]     0.9.3claws8
6847
6848         * src/procmsg.c
6849                 o fix a bug where 'last' didn't really point to the last message
6850                   in the top level list of children, but to the last threaded
6851                   message. 
6852                 
6853                 o clean up and make it easier to sync
6854
6855 2003-07-15 [alfons]     0.9.3claws7
6856
6857         * src/mainwindow.c
6858                 make correct menu items sensitive       
6859
6860 2003-07-14 [alfons]     0.9.3claws6
6861
6862         * src/procmsg.c
6863                 tune the threader so it will not subject-thread any message
6864                 without a subject prefix (this will not thread correctly if 
6865                 a parent is delivered after their childs, but it looks 
6866                 better right now)
6867
6868 2003-07-13 [christoph]  0.9.3claws5
6869
6870         * src/mainwindow.c
6871                 group "Add mailbox *..." menu items in submenu
6872
6873 2003-07-13 [alfons]     0.9.3claws4
6874
6875         * src/summaryview.c
6876                 correct summary_toggle_pressed() signature and make sure
6877                 signal is not passed on
6878
6879 2003-07-13 [alfons]     0.9.3claws3
6880
6881         * src/summaryview.c
6882                 o for now don't pass on keys when they we're handled by 
6883                   ctree::key_press_event
6884                 o clean up
6885
6886 2003-07-13 [alfons]     0.9.3claws2
6887         
6888         * src/main.c
6889                 add command line option "--config-dir" to get the current 
6890                 configuration dir
6891
6892 2003-07-12 [alfons]     0.9.3claws1
6893
6894         * src/matcher.[ch]
6895         * src/matcher_parser_parse.y
6896         * src/prefs_filtering.c
6897         * src/filtering.c
6898                 add "Lock" filter action to lock messages;
6899
6900         * src/filtering.c       
6901                 remove debug_print()    
6902         * src/prefs_filtering.c
6903                 re-organize matcher part 9: 
6904                 make action text entries easily extendible;
6905                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6906                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6907
6908 2003-07-12 [paul]
6909
6910         * tools/README
6911                 update old information and add missing
6912                 information
6913
6914 2003-07-12 [paul]       0.9.3claws
6915
6916         * 0.9.3claws released
6917         
6918 2003-07-12 [paul]       0.9.0claws103
6919
6920         * src/Makefile.am
6921                 add addrquery.h
6922
6923 2003-07-12 [melvin]     0.9.0claws102
6924
6925         * src/messageview.c
6926                 Fixed bug #215: Show MIME tab for single text/html messages. 
6927                 
6928 2003-07-12 [paul]       0.9.0claws101
6929
6930         * man/sylpheed.1
6931                 updated
6932
6933 2003-07-12 [paul]       0.9.0claws100
6934
6935         * po/es.po
6936           po/hr.po
6937           po/pl.po
6938           po/sr.po
6939                 update Spanish, Croatian, Polish, Serbian translations.
6940                 submitted by Ricardo Mones Lastra, Dragan, Witold
6941                 Wladyslaw Wojciech Wilk, Urke MMI
6942
6943 2003-07-12 [melvin]     0.9.0claws99
6944
6945         * po/fr.po
6946                 Updated French translations.
6947
6948 2003-07-12 [paul]       0.9.0claws98
6949
6950         * src/addressbook.c
6951                 disable 'Lookup' button as it has no effect
6952
6953 2003-07-11 [alfons]     0.9.0claws97
6954         
6955         * src/summaryview.c
6956                 summary_searchbar_pressed() should return TRUE to signal that
6957                 event was handled. when returning void, the return value passed
6958                 to GTK is actually random, but maybe FALSE, in which case the
6959                 event is handled by parent
6960                 
6961 2003-07-10 [paul]       0.9.0claws96
6962
6963         * ac/missing/gettext.m4
6964                 update to version 0.12
6965
6966 2003-07-10 [paul]       0.9.0claws95
6967
6968         * src/plugins/clamav/clamav_plugin.c
6969                 fix bug where multipart/alternative messages
6970                 would slip through without being scanned
6971
6972 2003-07-10 [christoph]  0.9.0claws94
6973
6974         * src/folder.c
6975                 correct check if folder supports removing when a message is
6976                 moved. if not the message is only copied.
6977
6978         (closes Bug 132 crash on startup in newsgroups folders)
6979
6980 2003-07-09 [alfons]     0.9.0claws93
6981
6982         * configure.ac
6983         * src/common/defs.h
6984                 --with-config-dir (default .sylpheed)
6985
6986 2003-07-09 [christoph]  0.9.0claws92
6987
6988         * configure.ac
6989                 use PKG_CHECK_MODULES to check for gtkmathview
6990                 (version 0.4.2 now required)
6991
6992 2003-07-08 [melvin]     0.9.0claws91
6993
6994         * src/action.c
6995                 Implemented a progress bar that counts the number of completed
6996                 tasks when the action runs more than one command.
6997
6998 2003-07-08 [alfons]     0.9.0claws90
6999
7000         * src/procmsg.c
7001                 if queued message has an invalid Message-Id, don't try to
7002                 find message it refers to (fixes #209 "crash when processing 
7003                 in folder")
7004
7005 2003-07-08 [paul]       0.9.0claws89
7006
7007         * sync with 0.9.3cvs2
7008                 see ChangeLog 2003-07-08
7009
7010 2003-07-08 [match]      0.9.0claws88
7011
7012         * src/ldapctrl.c
7013                 extend LDAP search for first/last name by parsing search term.
7014
7015 2003-07-08 [alfons]     0.9.0claws87
7016
7017         * src/send_message.c
7018                 fix bug #208 "Status message stuck when sending on POP3 account"
7019
7020 2003-07-07 [paul]       0.9.0claws86
7021
7022         * po/hr.po
7023                 new Croatian translation, submitted by
7024                 Dragan <drleskov@inet.hr>
7025
7026 2003-07-07 [paul]       0.9.0claws85
7027
7028         * sync with 0.9.3cvs1
7029                 see ChangeLog 2003-07-07
7030
7031 2003-07-05 [christoph]  0.9.0claws84
7032
7033         * src/Makefile.am
7034         * src/messageview.c
7035         * src/mimeview.[ch]
7036         * src/stock_pixmap.[ch]
7037         * src/pixmaps/messageview_text.xpm              ** NEW **
7038                 move mimeview tabs to the right side and use icons
7039                 instead of text to save some space
7040
7041         (patch by Luke Plant <lukeplant@softhome.net>)
7042
7043 2003-07-05 [christoph]  0.9.0claws83
7044
7045         * src/inc.c
7046                 add NULL pointer checks
7047
7048         (patch by Luke Plant <lukeplant@softhome.net>)
7049         (closes Bug 204 0.9.0 quits on authentication error?!)
7050
7051 2003-07-05 [alfons]     0.9.0claws82
7052
7053         * configure.ac
7054                 take the clue in bug #202 "./configure script - 
7055                 'if test' comparison failure" reported by John Kristoff. 
7056
7057 2003-07-04 [christoph]  0.9.0claws81
7058
7059         * src/plugins/spamassassin/spamassassin.c
7060                 set timeout for spam check
7061
7062 2003-07-04 [christoph]  0.9.0claws80
7063
7064         * src/main.c
7065                 destroy all FolderItems when shutting down to
7066                 allow folders to clean up
7067
7068 2003-07-04 [melvin]     0.9.0claws79
7069
7070         * src/gtk/gtkaspell.c
7071                 Fixed bug #184 "Entering non-ascii character deletes
7072                 previous char if spell checking enabled": this makes
7073                 the spell checking in multibytes (e.g. UTF-8)locales work.
7074                 (Patch by Luke Plant).
7075                 
7076 2003-07-04 [christoph]  0.9.0claws78
7077
7078         * sync with 0.9.2cvs1
7079                 see ChangeLog 2003-06-10
7080
7081 2003-07-04 [paul]       0.9.0claws77
7082
7083         * sync with 0.9.3 release
7084                 see ChangeLog 2003-07-04
7085
7086 2003-07-03 [christoph]  0.9.0claws76
7087
7088         * src/folder.[ch]
7089         * src/imap.c
7090         * src/mbox_folder.c
7091         * src/mh.c
7092         * src/news.c
7093                 move folder_item_get_path() stuff into a folder virtual function
7094
7095         * src/procmsg.c
7096                 use folder_item_fetch_msg() to get message and do not contruct
7097                 the filename from path and number
7098
7099 2003-07-03 [paul]       0.9.0claws75
7100
7101         * sync with 0.9.2cvs12
7102                 see ChangeLog 2003-07-03
7103
7104 2003-07-02 [paul]       0.9.0claws74
7105
7106         * src/messageview.c
7107                 fix text-selection for replying
7108
7109 2003-07-02 [paul]       0.9.0claws73
7110
7111         * sync with 0.9.2cvs11
7112                 see ChangeLog 2003-07-02
7113
7114 2003-07-02 [paul]       0.9.0claws72
7115
7116         * src/procmsg.c
7117                 revert last commit because it breaks more
7118                 than it fixes
7119
7120 2003-07-02 [paul]       0.9.0claws71
7121
7122         * src/procmsg.c
7123                 fix thread by subject/sort by date
7124
7125 2003-07-01 [paul]       0.9.0claws70
7126
7127         * sync with 0.9.2cvs10
7128                 see ChangeLog 2003-07-01
7129
7130 2003-06-30 [paul]       0.9.0claws69
7131
7132         * sync with 0.9.2cvs9
7133                 see ChangeLog 2003-06-30
7134
7135 2003-06-28 [match]      0.9.0claws68
7136
7137         * src/addressbook.c
7138                 fix null ptr.
7139
7140 2003-06-27 [paul]       0.9.0claws67
7141
7142         * sync with 0.9.2cvs7
7143                 see ChangeLog 2003-06-27
7144
7145 2003-06-26 [christoph]  0.9.0claws66
7146
7147         * src/folder.c
7148                 freeze folder updates while a folder is scanned
7149
7150         (closes Bug 185 New message counter)
7151
7152 2003-06-26 [darko]      0.9.0claws65
7153
7154         * src/ldapserver.c
7155                 fix infinite loop when adding a new LDAP server
7156
7157 2003-06-26 [paul]       0.9.0claws64
7158
7159         * sync with 0.9.2cvs6
7160                 see ChangeLog 2003-06-26
7161
7162 2003-06-26 [paul]       0.9.0claws63
7163
7164         * sync with 0.9.2cvs5
7165                 see ChangeLog 2003-06-25 and 2003-06-26
7166
7167 2003-06-25 [match]      0.9.0claws62
7168
7169         * src/addr_compl.c
7170                 Fixed tab/backtab for dropped-down completion list to
7171                 move next/previous field. (close bug 147)
7172
7173 2003-06-25 [christoph]  0.9.0claws61
7174
7175         * src/addr_compl.[ch]
7176         * src/addrindex.[ch]
7177         * src/folderview.c
7178         * src/inc.c
7179         * src/news.c
7180         * src/summaryview.c
7181         * src/toolbar.c
7182                 fix warnings
7183
7184 2003-06-25 [leandro]    0.9.0claws60
7185
7186         * src/compose.c
7187                 o cleanups
7188                 o gray out "Message/Remove references" menu item if not
7189                   replying to a message
7190
7191 2003-06-24 [leandro]    0.9.0claws59
7192
7193         * src/compose.[ch]
7194                 o removed "Message/Create new thread" menu item
7195                 o added "Message/Remove references" menu item
7196                   (it's off by default and will not check anymore
7197                    if the subject changed)
7198
7199 2003-06-23 [alfons]     0.9.0claws58
7200
7201         * src/procmsg.c
7202                 try better grouping messages threaded by subject based on their age.
7203                 still not perfect - because the message tree is not sorted by date.  
7204
7205 2003-06-23 [thorsten]   0.9.0claws57
7206
7207         * src/pop.[ch]
7208                 added mail_receive_hook to allow modifications
7209                 directly after retrieval (e.g. adding headers).
7210
7211 2003-06-23 [paul]       0.9.0claws56
7212
7213         * src/sourcewindow.c
7214                  enable the use of Ctrl+A to select all text in
7215                  the sourcewindow
7216                  Patch submitted by Ivan Francolin Martinez
7217                  <ivanfm@users.sourceforge.net>
7218
7219 2003-06-22 [christoph]  0.9.0claws55
7220
7221         * src/folder.[ch]
7222                 o add notification hook for folder tree changes
7223                 o invoke hooks after folder tree scanning
7224
7225         * src/folderview.[ch]
7226                 register hook for folder tree changes that
7227                 updates the ctree
7228
7229         (there are more places that should be updated, like add, remove 
7230          or move folder)
7231
7232         (closes Bug 164 Crash on rebuild folder tree)
7233         (closes Bug 190 Crash on 'rebuilding folder tree')
7234
7235 2003-06-21 [leandro]    0.9.0claws54
7236
7237         * src/compose.[ch]
7238                 create a new thread if subject changes
7239                 (it's on by default, can be disabled in Message menu)
7240
7241 2003-06-21 [alfons]     0.9.0claws53
7242
7243         * src/summaryview.c
7244                 quiet little compiler
7245
7246 2003-06-21 [christoph]  0.9.0claws52
7247
7248         update gettext stuff to version 0.12
7249
7250 2003-06-19 [alfons]     0.9.0claws51
7251
7252         * src/common/log.c
7253         * src/common/plugin.c
7254                 move defs.h before glib.h to prevent MIN/MAX redefs
7255
7256 2003-06-19 [alfons]
7257
7258         * src/addressbook.c
7259                 translatable
7260
7261 2003-06-19 [match]      0.9.0claws50
7262
7263         * src/addressbook.[ch]
7264         * src/addrindex.[ch]
7265         * src/addr_compl.[ch]
7266         * src/editldap.[ch]
7267         * src/editldap_basedn.[ch]
7268         * src/addritem.[ch]
7269         * src/ldapquery.h
7270                 re-implemented dynamic LDAP search. works without
7271                 slowdown on display sender with addressbook
7272                 option.
7273         * src/addrbook.c
7274                 documented code.
7275
7276 2003-06-19 [paul]       0.9.0claws49
7277
7278         * src/compose.c
7279                 fix Bug #136 'Nonprovided quotation marks crash claws'
7280                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7281
7282 2003-06-19 [alfons]     0.9.0claws48
7283
7284         * src/prefs_common.[ch]
7285         * src/procmsg.c
7286                 restrict threading by subject by checking thread for
7287                 age (prefs_common.thread_by_subject_max_age)
7288
7289 2003-06-18 [christoph]  0.9.0claws47
7290
7291         * src/imap.c
7292                 fix memory leak in imap_cmd_fetch()
7293
7294 2003-06-18 [christoph]  0.9.0claws46
7295
7296         * src/prefs_gtk.c
7297                 fix memory leak in prefs_set_default() when used multiple
7298                 times or after prefs have been read
7299
7300 2003-06-18 [christoph]  0.9.0claws45
7301
7302         * src/common/plugin.c
7303                 fix memory leak in plugin_unload()
7304
7305 2003-06-18 [christoph]  0.9.0claws44
7306
7307         * src/imap.c
7308                 fix memory leak in imap_cmd_ok()
7309
7310 2003-06-18 [christoph]  0.9.0claws43
7311
7312         * src/folder.c
7313                 stop messages that are downloaded from POP3 and added to
7314                 an IMAP inbox from being filtered twice (first by POP3
7315                 and again when IMAP folder is scaned to get the UID of
7316                 the APPEND operation when no UIDPLUS is available)
7317
7318 2003-06-18 [alfons]
7319
7320         * tools/Makefile.am
7321                 phoenix <- firebird     
7322
7323 2003-06-18 [paul]
7324
7325         * tools/launch_phoenix          ** REMOVED **
7326           tools/launch_firebird         ** NEW **
7327                 renamed and edited to reflect the browser's name change from
7328                 'phoenix' to 'firebird'
7329
7330 2003-06-18 [paul]       0.9.0claws42
7331
7332         * sync with 0.9.2cvs2
7333                 see ChangeLog 2003-06-16
7334
7335 2003-06-17 [alfons]     0.9.0claws41
7336
7337         * src/procmsg.c
7338                 prevent threading problems when a node is an ancestor (parent / great parent),
7339                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7340                 for finding an sample set of messages)
7341
7342 2003-06-16 [christoph]  0.9.0claws40
7343
7344         * src/main.c
7345                 don't popup main window on --receive or --receive-all
7346
7347         * src/mainwindow.[ch]
7348         * src/plugins/trayicon/trayicon.c
7349                 allow hiding of main window by clicking on the trayicon
7350                 (doesn't work correctly in seperate window mode and may
7351                  cause unexpected GTK problems I couldn't find yet)
7352
7353         * src/common/ssl.c
7354                 remove incorrect warning
7355
7356 2003-06-15 [alfons]     0.9.0claws39
7357
7358         * src/gtk/gtkstext.c
7359                 don't output debug text;
7360                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7361                 for pointing this out);
7362
7363 2003-06-14 [alfons]     0.9.0claws38
7364         
7365         * src/messageview.c
7366                 remove printf() and make one if..else comply with coding style
7367
7368 2003-06-14 [alfons]     0.9.0claws37
7369
7370         * AUTHORS
7371                 add Martin Wicke
7372         * src/action.c
7373         * src/messageview.[ch]
7374         * src/summaryview.c
7375                 apply patch #754162 "Quoting messages filtered by actions" submitted
7376                 by Martin Wicke, which allows quoting message body changed by an
7377                 action (Thanks!).
7378
7379 2003-06-13 [alfons]     0.9.0claws36
7380
7381         * src/utils.c
7382                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7383                 use case insensitive regexp (suggested by Ivan Martinez)
7384
7385 2003-06-13 [christoph]  0.9.0claws35
7386
7387         * configure.ac
7388         * src/plugins/trayicon/Makefile.am
7389         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7390         * src/plugins/trayicon/trayicon.c
7391         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7392         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7393         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7394         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7395         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7396         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7397                 replace my own EggTrayIcon backport with the backport
7398                 used by (l|x)mule and gabber.
7399
7400 2003-06-13 [alfons]     0.9.0claws34
7401
7402         * AUTHORS
7403         * src/common/utils.c
7404                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7405
7406 2003-06-13 [alfons]     0.9.0claws33
7407
7408         * src/compose.c
7409                 clean up a little bit
7410
7411 2003-06-12 [alfons]     0.9.0claws32
7412
7413         * src/compose.c
7414                 const correctness fix
7415
7416         * src/common/sylpheed.[ch]
7417                 () -> (void)
7418                 prevent redef MIN/MAX
7419                 
7420         * src/common/utils.[ch]
7421                 () -> (void)
7422
7423 2003-06-12 [melvin]     0.9.0claws31
7424
7425         * src/compose.c
7426                 Updated to take into accounts changes in GtkAspell.
7427
7428 2003-06-12 [alfons]     0.9.0claws30
7429
7430         * src/compose.c
7431         * src/procmsg.c
7432         * src/common/utils.[ch]
7433                 handle reply subject prefixes better (initial 
7434                 suggestion by Robert Story adapted and enhanced 
7435                 using regexps)
7436
7437 2003-06-12 [melvin]     0.9.0claws29
7438
7439         * src/compose.c
7440                 Use new gtkaspell_checkers_strerror() to get the speller's
7441                 error message instead of accessing the (now private)
7442                 checkers structure.
7443                 Minor code clean up
7444
7445         * src/main.c
7446                 Use #ifdef instead of #if for USE_ASPELL
7447                 Use the new spell checkers init/quit functions 
7448
7449         * src/gtk/gtkaspell.c
7450                 Use #ifdef instead of #if for USE_ASPELL
7451                 Moved in the majority of GtkAspell structures that were
7452                 exported before by gtkaspell.h
7453         
7454         * src/gtk/gktaspell.h
7455                 Made gtkaspell.h contain only the necessary data to be
7456                 publicized by moving many structures to gtkaspell.c.
7457                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7458                 gtkaspell_checkers_new(): replaced by...
7459                 gtkaspell_checkers_init(): new function for initialization
7460                 gtkaspell_checkers_delete(): replaced by...
7461                 gtkaspell_checkers_quit(): new function
7462                 gtkaspell_checkers_strerror(): new function that returns
7463                 the checker's last error message.
7464                 
7465 2003-06-11 [melvin]     0.9.0claws28
7466
7467         * po/POTFILES.in
7468                 Updated to take into account gtkaspell.c migration to
7469                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7470
7471 2003-06-10 [alfons]     0.9.0claws27
7472
7473         * src/filtering.[ch]
7474         * src/folder.c
7475         * src/matcher.c
7476         * src/scoring.[ch]
7477                 - try fixing bug #18 (any brave testers?)
7478                 - add more robustness by refusing previously 
7479                   unchecked NULL pointers 
7480
7481 2003-06-10 [alfons]     0.9.0claws26
7482
7483         * src/procmsg.c
7484                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7485
7486 2003-06-09 [alfons]     0.9.0claws25
7487
7488         * src/prefs_common.c
7489                 fix bug #163 "Icon switching doesnt work properly" by 
7490                 preventing early freeing of prefs_common.pixmap_theme_path.
7491
7492 2003-06-09 [christoph]  0.9.0claws24
7493
7494         * src/gtk/gtkaspell.c
7495                 revert Thorsten's fix and add forgotten g_strdup for
7496                 aspell path (it should not be possible to alter the path a
7497                 GtkASpell uses from outside)
7498
7499 2003-06-09 [thorsten]   0.9.0claws23
7500
7501         * src/gtk/gtkaspell.c
7502                 dont free prefs_common.aspell_path when closing compose
7503
7504 2003-06-08 [colin]      0.9.0claws22
7505
7506         * src/plugins/spamassassin/spamassassin.c
7507                 fix prefs types
7508
7509 2003-06-07 [christoph]  0.9.0claws21
7510
7511         * src/Makefile.am
7512         * src/compose.c
7513         * src/gtkaspell.[ch]            ** REMOVE **
7514         * src/gtk/Makefile.am
7515         * src/gtk/gtkaspell.[ch]        ** NEW **
7516                 o make gtkaspell independent from sylpheed's prefs
7517                 o move gtkaspell.[ch] to gtk directory
7518
7519 2003-06-07 [christoph]  0.9.0claws20
7520
7521         * src/Makefile.am
7522         * src/crash.c
7523         * src/export.c
7524         * src/filesel.[ch]              ** REMOVE **
7525         * src/folder.c
7526         * src/main.[ch]
7527         * src/common/sylpheed.[ch]
7528         * src/gtk/Makefile.am
7529         * src/gtk/filesel.[ch]          ** NEW **
7530         * src/gtk/pluginwindow.c
7531         * src/gtk/sslcertwindow.c
7532                 move filesel.[ch] to gtk directory
7533
7534 2003-06-07 [alfons]     0.9.0claws19
7535
7536         * src/filesel.c
7537                 make (multi) file selection dialog work again (Claws-only)
7538
7539 2003-06-07 [thorsten]   0.9.0claws18
7540
7541         * po/de.po
7542                 fix typos
7543
7544 2003-06-07 [alfons]     0.9.0claws17
7545
7546         * configure.ac
7547         * src/mimeview.c
7548                 detect apache mishap in which case don't include fnmatch.h
7549                 if regex.h is already included
7550
7551 2003-06-06 [christoph]  0.9.0claws16
7552
7553         * configure.ac
7554         * src/mimeview.h
7555                 add check for fnmatch.h and include it when available
7556
7557         * src/mimeview.[ch]
7558                 fix wrong case sensitivity of Content-Types
7559
7560         * src/gtk/Makefile.am
7561                 need the same include paths in gtk directory as in
7562                 common directory because .h files in common can
7563                 include files from these directories, when included
7564                 in gtk's .h or .c files
7565
7566 2003-06-06 [alfons]     0.9.0claws15
7567
7568         * src/mimeview.c
7569         * src/summaryview.c
7570                 make it compile again because of regex.h / fnmatch.h 
7571                 include problems (related to recent mime stuff, can
7572                 someone check this?)
7573
7574 2003-06-06 [thorsten]   0.9.0claws14
7575
7576         * src/folderview.c
7577                 possible use of uninitialized pointer while dragging
7578
7579 2003-06-06 [paul]       0.9.0claws13
7580
7581         * src/compose.c
7582                 fix bug where the insert sig button would be effective
7583                 only when auto_sig was set
7584
7585 2003-06-06 [paul]       0.9.0claws12
7586
7587         * sync with 0.9.2 release
7588
7589 2003-06-02 [paul]       0.9.0claws11
7590
7591         * sync with 0.9.1cvs1
7592                 see ChangeLog 2003-06-02
7593                 
7594         * po/de.po
7595                 update by Jens
7596
7597 2003-06-01 [christoph]  0.9.0claws10
7598
7599         * src/account.c
7600                 don't use substring search to find accounts by email address
7601
7602         (closes Bug 169 Overly loose matching of "From" address)
7603
7604 2003-05-31 [christoph]  0.9.0claws9
7605
7606         * doc-src/rfc2683.txt
7607         * src/imap.c
7608                 limit IMAP command length as recommended in RFC2683
7609                 (message number lists will be split into multiple imap
7610                 sets, the limit of 1000 octets is not a hard limit)
7611
7612         (closes Bug 161 sylpheed-claws exits with segfault when logging
7613          in to certain imap-servers)
7614
7615 2003-05-29 [alfons]     0.9.0claws8
7616
7617         * src/toolbar.[ch]
7618                 add print button (calling summary_print());
7619                 fine tune setting tooltip text;
7620                 (if someone needs other buttons, please take these 
7621                 commits as a guide, instead of bothering us - also
7622                 see 0.8.11claws150) 
7623
7624 2003-05-29 [darko]      0.9.0claws7
7625
7626         * src/compose.c
7627                 fix crash when word wrapping kicks in due to
7628                 changed text by spell checker
7629
7630 2003-05-29 [paul]       0.9.0claws6
7631
7632         * src/compose.c
7633                 fix bug where changing account would insert
7634                 sig even if auto_sig was FALSE
7635                 
7636         * ChangeLog
7637           ChangeLog.jp
7638           INSTALL
7639                 sync with 0.9.1 release
7640
7641 2003-05-28 [christoph]  0.9.0claws5
7642
7643         * src/imap.c
7644                 fix truncation of too long commands
7645
7646         (closes Bug 167 IMAP hangs trying to get envelope
7647          information in imap_get_uncached_messages)
7648
7649 2003-05-27 [paul]       0.9.0claws4
7650
7651         * tools/Makefile.am
7652           tools/maildir2sylpheed.pl     ** NEW FILE **
7653                 add kmail to sylpheed mailbox conversion script
7654
7655 2003-05-27 [paul]       0.9.0claws3
7656
7657         * sync with 0.9.0cvs10
7658                 see ChangeLog 2003-05-26
7659
7660 2003-05-26 [paul]       0.9.0claws2
7661
7662         * sync with 0.9.0cvs9
7663                 see ChangeLog 2003-05-26
7664
7665 2003-05-24 [paul]       0.9.0claws1
7666
7667         * sync with 0.9.0cvs8
7668                 see ChangeLog 2003-05-23
7669
7670 2003-05-24 [paul]       0.9.0claws
7671
7672         * version 0.9.0claws released
7673
7674 2003-05-24 [paul]       0.8.11claws177
7675
7676         * src/plugins/dillo-viewer/Makefile.am
7677           src/plugins/traycon/Makefile.am
7678                 add missing files
7679                 
7680         * po/bg.po
7681           po/en_GB.po
7682           po/es.po
7683           po/it.po
7684           po/pt_BR.po
7685           po/ru.po
7686           po/sr.po
7687                 update Bulgarian, British English, Spanish, Italian, 
7688                 Brazilian Portuguese, Russian, and Serbian translations, 
7689                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7690                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7691                 Ruslan N. Balkin, and Urke MMI
7692
7693 2003-05-23 [melvin]     0.8.11claws176
7694
7695         * po/fr.po
7696                 Updated French translations
7697
7698 2003-05-22 [paul]       0.8.11claws175
7699
7700         * src/Makefile.am
7701           src/addrbook.[ch]
7702           src/addrcache.[ch]
7703           src/addr_compl.[ch]
7704           src/adressbook.[ch]
7705           src/addrindex.[ch]
7706           src/addritem.[ch]
7707           src/editaddress.c
7708           src/editgroup.c
7709           src/editldap_basedn.c
7710           src/editldap.c
7711           src/jpilot.c
7712           src/vcard.c
7713                 revert to get ldap into it previous working state
7714                 
7715         * po/zh_TW.Big5.po
7716                 new Taiwanese translation,
7717                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7718
7719 2003-05-22 [christoph]  0.8.11claws174
7720
7721         * src/plugins/spamassassin/libspamc.[ch]
7722                 sync libspamc with SpamAssaain release 2.55
7723
7724 2003-05-22 [paul]       0.8.11claws173
7725
7726         * sync with 0.9.0cvs7
7727                 see ChangeLog 2003-05-22
7728                 
7729         * src/summaryview.c
7730                 revert change in 0.8.11claws172: follow
7731                 Hiroyuki's decision and that's the end of it.
7732
7733 2003-05-21 [paul]       0.8.11claws172
7734
7735         * src/summaryview.c
7736                 fix discrepency between open_unread_on_enter
7737                 and always_show_msg
7738
7739 2003-05-21 [paul]       0.8.11claws171
7740
7741         * sync with 0.9.0cvs6
7742                 see ChangeLog 2003-05-21
7743
7744 2003-05-21 [paul]       0.8.11claws170
7745
7746         * sync with 0.9.0cvs5
7747                 see ChangeLog 2003-05-21
7748
7749 2003-05-20 [paul]       0.8.11claws169
7750
7751         * sync with 0.9.0cvs4
7752                 see ChangeLog 2003-05-20
7753                 fixes bug #152, 'encoding of IMAP folders names'
7754
7755 2003-05-20 [paul]       0.8.11claws168
7756
7757         * sync with 0.9.0cvs3
7758                 see ChangeLog 2003-05-20
7759                 
7760         * src/tools/convert_mbox.pl
7761                 minor change in the comments, submitted by Fred Marton
7762
7763 2003-05-19 [paul]       0.8.11claws167
7764
7765         * src/plugins/clamav/Makefile.am
7766           configure.ac
7767                 link clamav_lib to the plugin and not to the main program
7768
7769 2003-05-19 [christoph]
7770
7771         * src/Makefile.am
7772                 add -export-dynamic for linking
7773
7774 2003-05-19 [paul]       0.8.11claws166
7775
7776         * sync with 0.9.0cvs1
7777                 see ChangeLog 2003-05-19
7778
7779 2003-05-19 [paul]       0.8.11claws165
7780
7781         * src/inc.c
7782                 fix 'pop before smtp' timeout
7783
7784 2003-05-18 [alfons]     0.8.11claws164
7785
7786         * src/prefs_matcher.c
7787                 put "execute" action command line ("expression") in edit box
7788
7789 2003-05-18 [christoph]  0.8.11claws163
7790
7791         * src/mimeview.[ch]
7792         * src/plugins/dillo_viewer/dillo_viewer.c
7793         * src/plugins/image_viewer/viewer.c
7794         * src/plugins/mathml_viewer/mathml_viewer.c
7795                 let a viewer have a list of Content-Types
7796
7797 2003-05-18 [paul]       0.8.11claws162
7798
7799         * src/prefs_filtering.c
7800                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7801                 and REDIRECT actions
7802
7803 2003-05-17 [christoph]
7804
7805         * README.claws
7806                 o remove dynamic signatures that was syned with main
7807                 o add infos about no longer "build in" image viewer
7808                 o update bugtracker URL
7809
7810 2003-05-17 [christoph]  0.8.11claws161
7811
7812         * src/folder.c
7813         * src/folderview.c
7814         * src/imap.c
7815                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7816                 for every folder after rebuilding the folder tree.
7817
7818         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7819          messages)
7820
7821 2003-05-17 [christoph]  0.8.11claws160
7822
7823         * src/imap.c
7824                 don't use STATUS command on current folder to check for
7825                 content changes. imap_cmd_ok() now tracks changes to
7826                 folder and number of existing messages.
7827
7828 2003-05-17 [paul]       0.8.11claws159
7829
7830         * src/plugins/clamav/clamav_plugin.c
7831                 remove unnecessary debug_print
7832
7833 2003-05-16 [thorsten]   0.8.11claws158
7834
7835         * src/plugins/demo.c
7836                 included missing intl.h
7837
7838 2003-05-16 [paul]       0.8.11claws157
7839
7840         * po/POTFILES.in
7841                 remove non-existant entries
7842         
7843         * src/plugins/clamav/clamav_plugin.c
7844           src/plugins/clamav/clamav_plugin_gtk.c
7845           src/plugins/dillo_viewer/dillo_prefs.c
7846           src/plugins/dillo_viewer/dillo_viewer.c
7847                 gettextise
7848
7849 2003-05-16 [christoph]  0.8.11claws156
7850
7851         * po/POTFILES.in
7852                 include plugin .c files for translation until I
7853                 find a better solution to have plugins have their
7854                 own textdomain
7855         * src/plugins/demo/demo.c
7856         * src/plugins/image_viewer/plugin.c
7857         * src/plugins/mathml_viewer/mathml_viewer.c
7858         * src/plugins/spamassassin/spamassassin.c
7859         * src/plugins/spamassassin/spamassassin_gtk.c
7860         * src/plugins/trayicon/trayicon.c
7861                 add gettext macros for plugin name and description
7862
7863 2003-05-16 [paul]
7864
7865         * sync with 0.9.0
7866
7867 2003-05-16 [paul]       0.8.11claws155
7868
7869         * sync with lastest 0.9.0pre1
7870                 see ChangeLog 2003-05-16
7871
7872 2003-05-15 [paul]       0.8.11claws154
7873
7874         * sync with latest 0.9.0pre1
7875                 see ChangeLog 2003-05-14 and 2003-05-15
7876
7877 2003-05-14 [christoph]  0.8.11claws153
7878
7879         * src/plugins/image_viewer/viewer.c
7880         * src/plugins/image_viewer/viewer.glade         ** NEW **
7881         * src/plugins/image_viewer/viewerprefs.c
7882                 make it possible to disable the autoload function in the
7883                 imageviewer again
7884
7885 2003-05-14 [christoph]  0.8.11claws152
7886
7887         * src/folder.c
7888                 fix folder update after adding a message
7889
7890 2003-05-13 [alfons]     0.8.11claws151
7891
7892         * src/common/session.c
7893                 remove debug traces
7894                 
7895         * src/addrcache.[ch]
7896         * src/filtering.[ch]
7897         * src/folder.[c]
7898         * src/gtkaspell.[ch]
7899         * src/imap.[ch]
7900         * src/mbox_folder.[ch]
7901         * src/mh.[ch]
7902         * src/mimeview.h
7903         * src/msgcache.[ch]
7904         * src/news.[ch]
7905         * src/passphrase.[ch]
7906         * src/prefs_common.[ch]
7907         * src/prefs_gtk.[ch]
7908         * src/procmsg.c
7909         * src/scoring.[ch]
7910                 be pedantic; (in prototypes () implies (int))
7911
7912 2003-05-13 [alfons]     0.8.11claws150
7913
7914         * src/prefs_toolbar.[ch]
7915         * src/summaryview.[ch]
7916         * src/toolbar.[ch]
7917                 change misleading text in toolbar prefs;
7918                 add toolbar action for ignore thread (toggles ignore thread flag);
7919                 clean up a little bit;
7920
7921 2003-05-12 [paul]
7922
7923         * tools/convert_mbox.pl
7924                 bug fixed by Fred Marton
7925
7926 2003-05-12 [paul]
7927
7928         * sync with 0.9.0pre1
7929
7930 2003-05-09 [paul]       0.8.11claws149
7931
7932         * sync with 0.8.11cvs43
7933                 see ChangeLog 2003-05-09
7934
7935 2003-05-08 [christoph]  0.8.11claws148
7936
7937         * src/imap.[ch]
7938                 o use CAPABILIY as first command and check for PREAUTH
7939                   information in the response to it
7940                 o rewrite all imap_cmd_* functions to use an IMAPSession
7941                   instead of a SockInfo as parameter
7942                 o do STARTTLS after fetching and checking the server
7943                   capabilities
7944
7945 2003-05-08 [paul]       0.8.11claws147
7946
7947         * tools/Makefile.am
7948           tools/README
7949           tools/convert_mbox.pl         ** NEW FILE **
7950                 add mbox conversion script. Submitted by 
7951                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7952
7953 2003-05-07 [christoph]
7954
7955         * doc-src/glade.txt
7956         * src/gtk/pluginwindow.glade
7957         * src/plugins/image_viewer/viewerprefs.glade
7958         * src/plugins/spamassassin/spamassassin_gtk.glade
7959                 add glade files for user interfaces and a description how
7960                 to use glade to create the sylpheed code
7961
7962 2003-05-07 [paul]       0.8.11claws146
7963
7964         * sync with 0.8.11cvs41
7965                 see ChangeLog 2003-05-07
7966
7967 2003-05-06 [christoph]  0.8.11claws145
7968
7969         * src/main.c
7970         * src/plugins/image_viewer/viewer.c
7971                 fix usage of imlib in imageviewer plugin
7972
7973         * src/gtk/prefswindow.c
7974                 handle window close event correctly
7975
7976 2003-05-06 [paul]       0.8.11claws144
7977
7978         * src/common/ssl.c
7979                 fix typo introduced in sync
7980
7981 2003-05-06 [paul]       0.8.11claws143
7982
7983         * sync with 0.8.11cvs39
7984                 see ChangeLog 2003-05-06
7985
7986 2003-05-06 [paul]       0.8.11claws142
7987
7988         * AUTHORS
7989           po/cs.po
7990                 updated Czech translation, submitted by 
7991                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7992                 
7993         * src/plugins/clamav/clamav_plugin_gtk.c
7994                 clean up
7995
7996 2003-05-03 [alfons]     0.8.11claws141
7997
7998         * src/compose.[ch]
7999                 make paste as quotation work even when the call to 
8000                 text_inserted() was deferred (fixes bug #140 "Paste 
8001                 as quotation does not work when using "external" 
8002                 clipboard")
8003
8004 2003-05-03 [thorsten]   0.8.11claws140
8005
8006         * src/addrquery.h
8007           src/ldapquery.h
8008           src/mainwindow.c
8009                 removed C++ comments
8010         * src/addr_compl.c
8011                 function with non-int retval/param used before
8012                 implementation/declaration
8013
8014 2003-05-02 [paul]       0.8.11claws139
8015
8016         * src/addr_compl.[ch]
8017           src/addressbook.[ch]
8018           src/addrindex.c
8019           src/summaryview.c
8020                 revert match's changes to (finally) remove the bug where
8021                 opening a folder causes massive slowdown when using the 
8022                 'Display sender using address book' option
8023
8024 2003-05-01 [melvin]     0.8.11claws138
8025
8026         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8027         * src/plugins/dillo_viewer/dillo_viewer.c
8028                 Fixed bug where "Cancel" button from prefs issued
8029                 warnings.
8030                 Comply a little more to coding style
8031
8032 2003-05-01 [paul]       0.8.11claws137
8033
8034         * sync with 0.8.11cvs38
8035                 see ChangeLog 2003-05-01
8036
8037 2003-05-01 [paul]       0.8.11claws136
8038
8039         * po/bg.po
8040                 updated by George Danchev
8041
8042 2003-04-30 [christoph]  0.8.11claws135
8043
8044         * src/plugins/dillo_viewer/dillo_prefs.c
8045         * src/plugins/image_viewer/viewerprefs.c
8046         * src/plugins/spamassassin/spamassassin_gtk.c
8047                 remove gtk_widget_ref() calls for widgets in
8048                 glade code
8049
8050 2003-04-30 [paul]       0.8.11claws134
8051
8052         * src/addrindex.c
8053                 ok, this time a better fix for the bug where opening folder
8054                 has massive slowdown when using the 'Display sender using 
8055                 address book' option
8056
8057 2003-04-30 [paul]       0.8.11claws133
8058
8059         * src/addrindex.c
8060                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8061         
8062 2003-04-30 [melvin]     0.8.11claws132
8063
8064         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8065
8066         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8067                 Preferences for the dillo plugin
8068         * src/plugins/dillo_viewer/dillo_viewer.c
8069                 Support for preferences
8070         * src/plugins/dillo_viewer/Makefile.am
8071                 Added dillo_prefs.[ch]
8072
8073 2003-04-30 [alfons]     0.8.11claws131
8074
8075         * src/common/plugin.[ch]
8076                 see? this ANSI C'fication immediately gives us type
8077                 checking for free.
8078
8079 2003-04-30 [alfons]     0.8.11claws130
8080
8081         * src/common/plugin.[ch]
8082         * src/plugins/clamav/clamav_plugin.[ch]
8083         * src/plugins/clamav/clamav_plugin_gtk.c
8084         * src/plugins/demo/demo.c
8085         * src/plugins/dillo_viewer/dillo_viewer.c
8086         * src/plugins/image_viewer/plugin.c
8087         * src/plugins/image_viewer/viewer.[ch]
8088         * src/plugins/image_viewer/viewerprefs.[ch]
8089         * src/plugins/mathml_viewer/mathml_viewer.c
8090         * src/plugins/spamassassin/spamassassin.[ch]
8091         * src/plugins/spamassassin/spamassassin_gtk.c
8092         * src/plugins/trayicon/trayicon.c
8093                 clean up
8094
8095 2003-04-30 [alfons]     0.8.11claws129
8096
8097         * src/common/utils.c
8098                 make is_ascii_str() fail gracefully when NULL pointer
8099                 is passed
8100
8101 2003-04-30 [paul]       0.8.11claws128
8102
8103         * src/addrindex.c
8104                 fix bug where opening folder has massive slowdown when
8105                 using the 'Display sender using address book' option
8106
8107 2003-04-30 [paul]       0.8.11claws127
8108
8109         * src/plugins/clamav/clamav_plugin.c
8110           src/plugins/clamav/clamav_plugin_gtk.c
8111           src/plugins/demo/demo.c
8112           src/plugins/dillo_viewer/dillo_viewer.c
8113           src/plugins/image_viewer/plugin.c
8114           src/plugins/mathml_viewer/mathml_viewer.c
8115           src/plugins/spamassassin/spamassassin.c
8116           src/plugins/spamassassin/spamassassin_gtk.c
8117           src/plugins/trayicon/trayicon.c
8118                 get rid of eye-hurting function signatures
8119
8120 2003-04-30 [paul]       0.8.11claws126
8121
8122         * src/plugins/trayicon/trayicon.c
8123                 add description
8124                 
8125         * src/mimeview.c
8126                 be more descriptive
8127
8128 2003-04-30 [paul]       0.8.11claws125
8129
8130         * configure.ac
8131                 arrange the plugins in reverse alphabetical order
8132                 
8133         * src/plugins/clamav/clamav_plugin.[ch]
8134           src/plugins/clamav/clamav_plugin_gtk.c
8135                 rename some params
8136                 resize max_size window
8137                 re-arrange the order of some gui elements
8138                 improve descriptions
8139         
8140         * src/plugins/image_viewer/plugin.c
8141           src/plugins/mathml_viewer/mathml_viewer.c
8142                 add descriptions
8143                 
8144         * src/plugins/spamassassin/spamassassin_gtk.c
8145                 resize max_size window
8146                 re-arrange the order of some gui elements
8147                 
8148         * src/messageview.c
8149           src/mimeview.c
8150                 correct typos
8151
8152 2003-04-30 [alfons]     0.8.11claws124
8153
8154         * src/imap.c
8155                 fix a leak found while browsing Martin Kluge's 
8156                 valgrind log (Claws only)
8157
8158 2003-04-29 [darko]      0.8.11claws123
8159
8160         * src/gtk/gtkstext.h
8161                 include wchar.h if it is available, fixes compilation
8162                 on HP-UX systems
8163
8164 2003-04-29 [melvin]     0.8.11claws122
8165
8166         * src/prefs_actions.c
8167                 Improved help text of Actions' syntax
8168
8169 2003-04-28 [paul]       0.8.11claws121
8170
8171         * src/action.c
8172                 a better fix for the crash when performing an action
8173                 on a mime part
8174
8175 2003-04-28 [paul]       0.8.11claws120
8176
8177         * src/action.c
8178                 fix crash when performing an action on a
8179                 mime part
8180
8181 2003-04-28 [paul]       0.8.11claws119
8182
8183         * sync with 0.8.11cvs36
8184                 see ChangeLog 2003-04-28
8185
8186 2003-04-27 [paul]       0.8.11claws118
8187
8188         * more sync with 0.8.11cvs35
8189                 see ChangeLog 2003-04-25
8190
8191 2003-04-26 [christoph]  0.8.11claws117
8192
8193         * src/folder.c
8194                 fix remove virtual check
8195
8196 2003-04-26 [paul]       0.8.11claws116
8197
8198         * src/messageview.c
8199                 fix return-receipt, make it work again
8200
8201 2003-04-26 [paul]       0.8.11claws115
8202
8203         * src/mimeview.c
8204                 restore double-clicking of the [application/pgp-signature 
8205                 (Select "Check signature" to check)] line in the message view,
8206                 broken in recent sync
8207
8208 2003-04-26 [christoph]  0.8.11claws114
8209
8210         * src/folder.c
8211                 check if remove virtual really exists before
8212                 calling the function
8213
8214 2003-04-25 [match]      0.8.11claws113
8215
8216         * src/addrindex.c
8217         * src/addrbook.c
8218         * src/ldapquery.[ch]
8219         * src/ldapctrl.[ch]
8220                 fix memleak.
8221         * src/ldapserver.[ch]
8222                 fix memleak. fix segfault.
8223                 plug a Claws memleak
8224
8225 2003-04-25 [alfons]     0.8.11claws112
8226
8227         * src/folder.c
8228                 plug a Claws memleak
8229
8230 2003-04-25 [alfons]     0.8.11claws111
8231
8232         * src/common/session.c
8233                 plug a memleak
8234
8235 2003-04-25 [paul]       0.8.11claws110
8236
8237         * sync with 0.8.11cvs35
8238                 see ChangeLog 2003-04-24 and 2003-04-25
8239                 
8240         * src/gtk/pluginwindow.c
8241                 correct another strange float value
8242
8243 2003-04-24 [christoph]  0.8.11claws109
8244
8245         * src/folder.c
8246                 freeze folder item updates when unsetting new flags
8247
8248         * src/gtk/pluginwindow.c
8249                 correct strange float value
8250
8251 2003-04-23 [paul]       0.8.11claws108
8252
8253         * sync with 0.8.11cvs33
8254                 see ChangeLog 2003-04-23
8255
8256 2003-04-22 [paul]       0.8.11claws107
8257
8258         * src/Makefile.am
8259           src/messageview.c
8260           src/mimeview.c
8261           src/pgptext.[ch]      ** REMOVED **
8262                 remove pgptext.[ch] as its not used any more
8263
8264 2003-04-22 [paul]       0.8.11claws106
8265
8266         * sync with 0.8.11cvs31
8267                 see ChangeLog 2003-04-21 and 2003-04-22
8268
8269 2003-04-21 [alfons]     0.8.11claws105
8270
8271         * src/main.c
8272                 No access to GTK structures if we're a spawned child
8273                 (and clean up code a little bit...) Should fix #126.
8274
8275 2003-04-21 [melvin]     0.8.11claws104
8276
8277         * src/plugins/dillo_viewer/README
8278                 Improved slightly the text.
8279
8280 2003-04-21 [melvin]     0.8.11claws103
8281
8282         * src/plugins/dillo_viewer/README *** NEW ***
8283                 Added a README file for the Dillo plugin
8284
8285 2003-04-20 [paul]
8286
8287         * tools/README
8288           tools/outlook2sylpheed.pl
8289                 updated and improved by Ricardo Mones Lastra
8290
8291 2003-04-18 [oliver]     0.8.11claws102
8292
8293         * src/inc.c 
8294         * src/prefs_account.h
8295                 remove Pop3SessionType (used by selective download)
8296         * src/prefs_toolbar.c
8297                 enable set Default Toolbar button
8298
8299 2003-04-18 [paul]       0.8.11claws101
8300
8301         * sync with 0.8.11cvs29
8302                 see ChangeLog 2003-04-18
8303
8304 2003-04-17 [paul]       0.8.11claws100
8305
8306         * src/prefs_common.[ch]
8307           src/summaryview.c
8308                 remove 'Open next message on deletion' option,
8309                 as the same effect can now be achieved via the
8310                 'Always open messages in summary when selected'
8311                 option.
8312
8313 2003-04-17 [paul]       0.8.11claws99
8314
8315         * sync with 0.8.11cvs28
8316                 see ChangeLog 2003-04-17
8317
8318 2003-04-17 [christoph]  0.8.11claws98
8319
8320         * ac/spamassassin.m4
8321         * src/plugins/spamassassin/libspamc.[ch]
8322         * src/plugins/spamassassin/utils.[ch]
8323                 sync libspamc with SpamAssassin project
8324
8325 2003-04-17 [christoph]  0.8.11claws97
8326
8327         * src/common/socket.h
8328         * src/gtk/sslcertwindow.h
8329                 rename old USE_SSL to USE_OPENSSL
8330
8331 2003-04-17 [paul]       0.8.11claws96
8332
8333         * src/prefs_common.h
8334                 use gulong for P_COLOR so that it compiles/runs on
8335                 64-bit systems. Patch submitted by James Noyes
8336                 <jnoyes-claws@retrogeeks.com>
8337                 
8338         * po/de.po
8339                 updated by Jens
8340
8341 2003-04-17 [paul]       0.8.11claws95
8342
8343         * sync with 0.8.11cvs27
8344                 see ChangeLog 2003-04-16
8345
8346 2003-04-15 [paul]       0.8.11claws94
8347
8348         * src/prefs_common.[ch]
8349                 rearrange to stop the window getting too long:
8350                         move Receive dialog stuff to Receive tab
8351                         move Send dialog to Send tab
8352                         remove Dialogs frame
8353                 rename 'Open messages in summary with cursor keys' to
8354                 'Always open messages in summary when selected', as its
8355                 more appropriate
8356
8357 2003-04-15 [paul]       0.8.11claws93
8358
8359         * src/prefs_common.[ch]
8360           src/summaryview.c
8361                 add new option '/Interface/Open next message on deletion'
8362
8363 2003-04-15 [paul]       0.8.11claws92
8364
8365         * src/summaryview.[ch]
8366                 add /Mark/Lock and /Mark/Unlock to the pop-up
8367                 menu. Patch submitted by Ivan Francolin Martinez
8368                 <ivanfm@users.sourceforge.net>
8369
8370 2003-04-15 [paul]       0.8.11claws91
8371
8372         * sync with 0.8.11cvs24
8373                 see ChangeLog 2003-04-15
8374
8375 2003-04-14 [jens]       0.8.11claws90
8376
8377         * updated German translation and some corrections from
8378                 Roland Bless <bless@tm.uka.de>
8379
8380 2003-04-14 [paul]       0.8.11claws89
8381
8382         * sync with 0.8.11cvs22
8383                 see ChangeLog 2003-04-14
8384
8385 2003-04-13 [paul]       0.8.11claws88
8386
8387         * src/plugins/clamav/clamav_plugin.c
8388                 fix memory leaks
8389                 clean up
8390
8391 2003-04-12 [paul]       0.8.11claws87
8392
8393         * src/plugins/clamav/clamav_plugin.c
8394                 activate enable/disable archive scanning option
8395                 
8396         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8397
8398 2003-04-12 [paul]       0.8.11claws86
8399
8400         * src/plugins/Makefile.am
8401           src/plugins/clamav/Makefile.am                ** NEW FILE **
8402           src/plugins/clamav/README                     ** NEW FILE ** 
8403           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8404           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8405                 add Clam AntiVirus plugin
8406
8407 2003-04-12 [paul]       0.8.11claws85
8408
8409         * sync with 0.8.11cvs21
8410                 see ChangeLog 2003-04-11
8411
8412 2003-04-11 [paul]       0.8.11claws84
8413
8414         * po/es.po
8415                 update Spanish translation. Submitted by Ricardo
8416                 Mones Lastra.
8417
8418 2003-04-10 [christoph]  0.8.11claws83
8419
8420         * src/mbox.c
8421                 fix typo that did not move unfiltered mails to destination
8422                 folder
8423
8424         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8425          when filtering from spool)
8426
8427 2003-04-10 [christoph]  0.8.11claws82
8428
8429         * src/imap.c
8430                 use BODY.PEEK instead of BODY in in message fetch operation
8431                 to make sure the IMAP server does not set the \Seen flag for
8432                 messages. Sylpheed does that later itself, when the message
8433                 is opened in sylpheed
8434
8435         (closes Bug 111 Claws destroys unread marks)
8436
8437 2003-04-09 [oliver]     0.8.11claws81
8438         
8439         * src/folder.c
8440                 fix crash in folder_destroy
8441         * README.claws
8442                 remove selective download
8443
8444 2003-04-09 [christoph]  0.8.11claws80
8445
8446         * src/imap.c
8447                 fix crash in imap_get_msginfo() when then fetched message
8448                 is not found
8449
8450         (closes Bug 110 Crash during mail composition)
8451
8452 2003-04-08 [christoph]  0.8.11claws79
8453
8454         * src/folder.c
8455         * src/prefs_account.c
8456                 Filter new messages that are found in an INBOX folder
8457                 when 'Filter messages on receiving' is enabled in the
8458                 Folder's AccountPrefs. This allows to use Sylpheed's
8459                 filtering engine for IMAP folders where messages are
8460                 added to the INBOX by a MTA
8461
8462 2003-04-08 [paul]       0.8.11claws78
8463
8464         * src/procmsg.h
8465                 clean up after last commit
8466
8467 2003-04-08 [paul]       0.8.11claws77
8468
8469         * sync with 0.8.11cvs20
8470                 see ChangeLog 2003-04-07 and 2003-04-08
8471
8472 2003-04-07 [christoph]  0.8.11claws76
8473
8474         * src/filtering.[ch]
8475         * src/inc.[ch]
8476         * src/mbox.c
8477         * src/procmsg.[ch]
8478                 add procmsg_msginfo_filter() to execute filtering actions
8479
8480 2003-04-06 [christoph]  0.8.11claws75
8481
8482         * src/imap.c
8483                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8484
8485 2003-04-06 [christoph]  0.8.11claws74
8486
8487         * src/common/utils.[ch]
8488                 add g_int_compare() function for slist sorting
8489
8490         * src/imap.c
8491                 fetch all MsgInfos with one command in imap_get_msginfos()
8492                 using an imap set with a list of ranges
8493
8494         * src/news.c
8495                 use new g_int_compare() function
8496
8497 2003-04-06 [thorsten]   0.8.11claws73
8498
8499         * src/mh.c
8500                 corrected implementation of mh_folder_destroy()
8501
8502 2003-04-05 [christoph]  0.8.11claws72
8503
8504         * src/account.c
8505         * src/folder.[ch]
8506         * src/folderview.c
8507         * src/imap.c
8508         * src/inc.c
8509         * src/main.c
8510         * src/mainwindow.c
8511         * src/mbox_folder.c
8512         * src/mh.c
8513         * src/mimeview.h
8514         * src/msgcache.[ch]
8515         * src/news.c
8516         * src/procmime.h
8517         * src/procmsg.[ch]
8518         * src/setup.c
8519         * src/gtk/gtkutils.c
8520                 o rename structure field names class and new to klass and
8521                   new_msgs, to allow including files in C++
8522                 o add 'extern "C"' block to some header files
8523                 o add MsgInfoList and MsgNumberList as alias for GSList for
8524                   developers to know what type of list is expected
8525
8526         * src/plugins/image_viewer/plugin.c
8527         * src/plugins/image_viewer/viewer.[ch]
8528         * src/plugins/image_viewer/viewerprefs.[ch]
8529                 rename function names to prevent conflicts
8530
8531 2003-04-05 [paul]       0.8.11claws71
8532
8533         * sync with 0.8.11cvs18
8534                 see ChangeLog 2003-04-03 and 2003-04-04
8535
8536 2003-04-02 [christoph]  0.8.11claws70
8537
8538         * src/folder.[ch]
8539         * src/imap.[ch]
8540         * src/mbox_folder.[ch]
8541         * src/mh.[ch]
8542         * src/news.[ch]
8543                 o Make all virtual folder functions private
8544                 o remove unused folder code
8545
8546         * src/common/socket.[ch]
8547         * src/summaryview.c
8548                 fix warnings
8549
8550 2003-03-30 [alfons]     0.8.11claws69
8551
8552         * src/send_message.c
8553                 remove two debug traces and see if people still report
8554                 errors
8555
8556 2003-03-30 [alfons]     0.8.11claws68
8557
8558         * src/send_message.c
8559         * src/commons/session.c
8560                 add more debug traces
8561
8562 2003-03-30 [christoph]  0.8.11claws67
8563
8564         * src/folder.c
8565                 change processing folder name from .processing to processing
8566
8567         * src/common/ssl.c
8568                 disable SSL certificate check because it causes Xlib error
8569                 when the child process want's to open an GTK window
8570
8571 2003-03-30 [christoph]  0.8.11claws66
8572
8573         * src/folder.c
8574                 don't use default folder for processing folder item because
8575                 it can be a non local folder
8576
8577         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8578
8579 2003-03-30 [alfons]     0.8.11claws65
8580
8581         * src/send_message.c
8582                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8583                 to generate bad code for 'send_send_data_progressive': When
8584                 called from 'send_send_data_finished', the 'data' pointer is
8585                 cleared just before the assignment to the dialog pointer
8586
8587 2003-03-29 [christoph]  0.8.11claws64
8588
8589         * src/common/prefs.h
8590         * src/plugins/image_viewer/Makefile.am
8591         * src/plugins/image_viewer/plugin.c
8592         * src/plugins/image_viewer/viewer.[ch]
8593         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8594                 add PrefsPage for ImageViewer
8595
8596 2003-03-28 [thorsten]   0.8.11claws63
8597
8598         * src/common/session.c
8599                 added some comments
8600
8601 2003-03-28 [paul]       0.8.11claws62
8602
8603         * sync with 0.8.11cvs16
8604                 see ChangeLog 2003-03-28
8605
8606 2003-03-28 [paul]       0.8.11claws61
8607
8608         * sync with 0.8.11cvs15
8609                 see ChangeLog 2003-03-28
8610
8611 2003-03-27 [christoph]  0.8.11claws60
8612
8613         * src/folder.c
8614         * src/imap.c
8615         * src/common/socket.[ch]
8616                 set socket state to DISCONNECTED when any operation
8617                 fails to allow reconnecting in IMAP code without
8618                 checking the return code of all calls to the command
8619                 functions
8620
8621         * src/folderview.c
8622         * src/summaryview.c
8623                 remove some more stuff that depends on specific
8624                 folder types
8625
8626 2003-03-27 [paul]       0.8.11claws59
8627
8628         * sync with 0.8.11cvs14
8629                 see ChangeLog 2003-03-27
8630                 
8631         * src/selective_download.[ch]   ** REMOVED **
8632                 really removed
8633
8634 2003-03-27 [christoph]  0.8.11claws58
8635
8636         * src/folder.c
8637                 fix handling of tmp_flags in flag copy function
8638
8639 2003-03-27 [paul]       0.8.11claws57
8640
8641         * sync with 0.8.11cvs13
8642                 see ChangeLog 2003-03-27
8643
8644 2003-03-27 [oliver]     0.8.11claws56
8645
8646         * src/maiwindow.c
8647                 remove sel_download_cb
8648
8649 2003-03-27 [oliver]     0.8.11claws55
8650         
8651         * src/inc.c
8652                 remove POP3_TOP
8653         
8654 2003-03-26 [oliver]     0.8.11claws54
8655
8656         *src/pop.h
8657                 remove POP3_TOP*
8658         * README.claws
8659                 remove selective donwload readme
8660
8661 2003-03-26 [oliver]     0.8.11claws53
8662         * src/matcher.[ch]
8663         * src/matcher_parser_parse.y 
8664         * src/pop.c 
8665         * src/prefs_account.[ch]
8666         * src/prefs_filtering.c
8667                 remove selective donwload
8668
8669 2003-03-26 [oliver]     0.8.11claws52
8670
8671         * src/inc.[ch] 
8672         * src/filtering.c 
8673         * src/mainwindow.c 
8674                 remove selective donwload
8675
8676 2003-03-26 [oliver]     0.8.11claws51
8677         
8678         * src/Makefile.am
8679         * src/selective_download.[ch]   ** REMOVE **    
8680
8681 2003-03-26 [christoph]  0.8.11claws50
8682
8683         * src/news.c
8684                 fix NEWS that got broken by a sync with sylpheed-main
8685
8686 2003-03-26 [christoph]  0.8.11claws49
8687
8688         * src/mimeview.c
8689                 fix mime type guessing when no mime type is found for a file
8690
8691 2003-03-25 [christoph]  0.8.11claws48
8692
8693         * src/mimeview.c
8694         * src/procmime.c
8695                 remove mime type guessing from mime parser and use
8696                 name based mime types in viewer lookup for mime type
8697                 application/octet-stream
8698
8699 2003-03-25 [christoph]  0.8.11claws47
8700
8701         * doc-src/readme.txt
8702         * doc-src/rfc2554.txt
8703                 add RFC about SMTP AUTH
8704
8705         * src/send_message.c
8706         * src/common/smtp.[ch]
8707                 add extra error code for authentication errors and
8708                 clear temporary password when this error occurs
8709
8710         (closes Bug 84 authentication failure while sending should
8711          prompt for password again)
8712
8713 2003-03-25 [christoph]  0.8.11claws46
8714
8715         * configure.ac
8716         * src/Makefile.am
8717         * src/imageview.[ch]                            ** REMOVE **
8718         * src/messageview.[ch]
8719         * src/mimeview.[ch]
8720         * src/prefs_common.[ch]
8721         * src/textview.c
8722         * src/plugins/Makefile.am
8723         * src/plugins/image_viewer/.cvsignore           ** NEW **
8724         * src/plugins/image_viewer/Makefile.am          ** NEW **
8725         * src/plugins/image_viewer/plugin.c             ** NEW **
8726         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8727                 move image viewer into a plugin (building is enabled by default)
8728                 [ToDo: Prefs for resize and autoview]
8729
8730 2003-03-25 [paul]       0.8.11claws45
8731
8732         * sync with 0.8.11cvs12
8733                 see ChangeLog 2003-03-26
8734
8735 2003-03-25 [paul]       0.8.11claws44
8736
8737         * sync with 0.8.11cvs11
8738                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8739                 
8740         Note: Selective Download is broken.
8741                 
8742 2003-03-22 [christoph]  0.8.11claws43
8743
8744         * src/folder.c
8745                 code cleanup for flags copying
8746
8747 2003-03-22 [christoph]  0.8.11claws42
8748
8749         * src/plugins/trayicon/trayicon.c
8750                 fix setting the transparent area when the window size
8751                 is forced by the system tray
8752
8753 2003-03-22 [christoph]  0.8.11claws41
8754
8755         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8756         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8757         * src/plugins/trayicon/newmail.xpm              ** NEW **
8758         * src/plugins/trayicon/nomail.xpm               ** NEW **
8759         * src/plugins/trayicon/trayicon.c
8760         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8761                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8762                 o add icon for unread mails
8763                 o set transparency for window
8764
8765 2003-03-22 [christoph]  0.8.11claws40
8766
8767         * src/news.c
8768                 init news session to prevent crash when session is closed
8769
8770 2003-03-22 [christoph]  0.8.11claws39
8771
8772         * src/imap.c
8773         * src/common/session.[ch]
8774                 Init session data to make sure we don't have invalid pointers
8775                 for read_ch and write_ch when new multi process sessions are
8776                 not used
8777
8778         * src/main.c
8779         * src/common/plugin.c
8780         * src/common/sylpheed.c
8781         * src/plugins/demo/demo.c
8782         * src/plugins/dillo_viewer/dillo_viewer.c
8783         * src/plugins/mathml_viewer/mathml_viewer.c
8784         * src/plugins/spamassassin/spamassassin.c
8785         * src/plugins/spamassassin/spamassassin_gtk.c
8786                 add plugin types to allow loading plugins at different times
8787                 (and maybe for different frontends), because it's not good to
8788                 load GTK-Plugins gefore gtk_init was called
8789
8790         * configure.ac
8791         * src/plugins/Makefile.am
8792         * src/plugins/trayicon/.cvsignore               ** NEW **
8793         * src/plugins/trayicon/Makefile.am              ** NEW **
8794         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8795         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8796         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8797         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8798         * src/plugins/trayicon/trayicon.c               ** NEW **
8799                 New Trayicon plugin that shows an icon in a systray that uses
8800                 XEMBED protocol like Gnome's systray. Icon shows if there
8801                 are new mails and a tooltip shows information about new,
8802                 unread and total messages.
8803
8804 2003-03-22 [paul]       0.8.11claws38
8805
8806         * src/common/smtp.c
8807                 fix ESMTP AUTH CRAM-MD5
8808                 [sync with main (still version 0.8.11cvs6), see
8809                  ChangeLog 2003-03-22]
8810
8811 2003-03-21 [colin]      0.8.11claws37
8812
8813         * src/send_message.c
8814                 Fix USE_SSL => USE_OPENSSL
8815
8816 2003-03-21 [colin]      0.8.11claws36
8817
8818         * src/folderview.c
8819                 Fix counts in drag and dropped subfolders
8820
8821 2003-03-21 [colin]      0.8.11claws35
8822
8823         * src/folder.c 
8824         * src/folderview.c
8825                 speed up a bit folder dnd
8826
8827 2003-03-20 [alfons]     0.8.11claws34
8828
8829         * src/main.c
8830         * src/toolbar.c
8831         * src/procmsg.c
8832                 don't send locked queue messages
8833                 (feature request "[ 705245 ] Locking message in outbox 
8834                  should prevent sending")
8835
8836 2003-03-20 [christoph]  0.8.11claws33
8837
8838         * src/folder.c
8839                 remove NEW and UNREAD flag in special folders when scanning
8840                 
8841         * src/common/smtp.c
8842                 fix ESMTP AUTH CRAM-MD5
8843
8844 2003-03-20 [paul]       0.8.11claws32
8845
8846         * src/prefs_account.c
8847                 Re-write 'Tunnel command to open connection' as
8848                 'Use command to communicate with server', and disable
8849                 it for all except IMAP accounts
8850
8851 2003-03-20 [paul]       0.8.11claws31
8852
8853         * sync with 0.8.11cvs6
8854                 see ChangeLog 2003-03-20
8855
8856 2003-03-19 [match]      0.8.11claws30
8857
8858         * src/addritem.[ch]
8859                 include documentation. minor refactoring.
8860         * src/addr_compl.[ch]
8861         * src/addrindex.[ch]
8862         * src/addresbook.[ch]
8863         * src/summaryview.c
8864                 re-enable address lookup (was disabled in
8865                 0.8.11claws20).
8866
8867 2003-03-19 [christoph]  0.8.11claws29
8868
8869         * src/procmsg.c
8870                 add temp flag handling, will make moving and copying
8871                 messages possible again
8872
8873         * src/folder.c
8874                 correct calulation of folder stats
8875
8876 2003-03-18 [match]      0.8.11claws28
8877
8878         * src/editgroup.h
8879                 remove case sensitive comparison (closes bug 80).
8880
8881 2003-03-18 [christoph]  0.8.11claws27
8882
8883         * src/imap.c
8884                 fix imap using a tunnel command
8885
8886         (closes bug 87)
8887
8888 2003-03-18 [christoph]  0.8.11claws26
8889
8890         * src/folder.[ch]
8891         * src/imap.c
8892         * src/procmsg.[ch]
8893                 rewrite flag handling for folders
8894
8895 2003-03-18 [christoph]  0.8.11claws25
8896
8897         * src/folder.c
8898         * src/procmsg.c
8899         * src/summaryview.c
8900                 unset NEW and UNREAD flags when message is ignored, to make
8901                 sure messages don't show up as unread on other IMAP clients,
8902                 because the IGNORE_THREAD flag can not be syncronized through
8903                 the IMAP folder
8904
8905 2003-03-17 [christoph]  0.8.11claws24
8906
8907         * src/imap.c
8908                 don't use recursion to fetch uids when the number of messages
8909                 does not match. Moved code into subfunction that is used
8910                 again when needed, to prevent an endless loop.
8911
8912 2003-03-17 [thorsten]   0.8.11claws23
8913
8914         * src/imageview.[ch]
8915                 export imageview_get_resized_size() (for plugins)
8916         * src/prefs_common.[ch]
8917                 added prefs_common_get() (for plugins)
8918
8919 2003-03-17 [christoph]  0.8.11claws22
8920
8921         * src/imap.c
8922                 o remove UID guessing from copy code
8923                 o support UIDPLUS extension for APPEND command
8924
8925 2003-03-17 [paul]       0.8.11claws21
8926
8927         * src/gtk/about.c
8928                 remove 'Compiled-plugins' section.
8929                 
8930         * src/plugins/dillo_viewer/dillo_viewer.c
8931                 slight change to description text
8932
8933 2003-03-16 [match]      0.8.11claws20
8934         * src/ldapserver.[ch]           ** NEW **
8935         * src/ldapctrl.[ch]             ** NEW **
8936         * src/ldapquery.[ch]            ** NEW **
8937         * src/ldaputil.[ch]             ** NEW **
8938         * src/addrcindex.[ch]           ** NEW **
8939         * src/addrquery.h               ** NEW **
8940         * src/addritem.[ch]
8941         * src/addrcache.[ch]
8942         * src/addrindex.[ch]
8943         * src/addr_compl.[ch]
8944         * src/addressbook.[ch]
8945         * src/addrbook.[ch]
8946         * src/editgroup.c
8947         * src/editaddress.c
8948         * src/editldap.c
8949         * src/editldap_basedn.c
8950         * src/vcard.c
8951         * src/jpilot.c
8952         * src/Makefile.am
8953                 included dynamic LDAP queries. improved address
8954                 completion.
8955
8956 2003-03-16 [paul]       0.8.11claws19
8957
8958         * tools/multiwebsearch.pl
8959                 fix a fatal typo
8960
8961 2003-03-16 [christoph]  0.8.11claws18
8962
8963         * src/mimeview.c
8964         * src/plugins/dillo_viewer/dillo_viewer.c
8965         * src/plugins/mathml_viewer/mathml_viewer.c
8966                 make unregistering of MimeViewerFactorys possible
8967
8968 2003-03-16 [alfons]     0.8.11claws17
8969
8970         * configure.ac
8971                 correct typo
8972
8973 2003-03-16 [melvin]     0.8.11claws16
8974
8975         * src/plugins/dillo_viewer.c
8976                 Fixed bug where it was not possible to view more than
8977                 one text/html attachment per message (bug discovered
8978                 by Christoph Hohmann).
8979
8980 2003-03-15 [melvin]     0.8.11claws15
8981
8982         * src/prefs_actions.c
8983                 Fixed compilation warnings.
8984
8985 2003-03-15 [melvin]     0.8.11claws14
8986
8987         * src/plugins/Makefile.am
8988         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8989         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8990         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8991                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8992                 newer (http://dillo.auriga.wearlab.de/).
8993
8994 2003-03-15 [christoph]  0.8.11claws13
8995
8996         * src/imap.c
8997                 don't query imap folder for attributes because we already
8998                 for them from imap_status
8999
9000         * src/mimeview.[ch]
9001                 add support for plugable MimeViewers (unloading Viewers
9002                 not yet complete)
9003
9004         * src/plugins/Makefile.am
9005         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9006         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9007         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9008                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9009                 widget from http://helm.cs.unibo.it/mml-widget/
9010
9011 2003-03-14 [christoph]  0.8.11claws12
9012
9013         * src/folder.[ch]
9014                 o error return code's should better be negative
9015                 o replace printf with debug_print
9016
9017         * src/imap.c
9018                 improve IMAP folder scan by checking UID-NEXT
9019
9020         * src/summaryview.c
9021                 remove check that are unnecessary in my opinion
9022
9023 2003-03-13 [christoph]  0.8.11claws11
9024
9025         * src/folder.[ch]
9026         * src/foldersel.c
9027         * src/folderview.c
9028         * src/imap.c
9029         * src/mbox_folder.c
9030         * src/mh.c
9031         * src/news.c
9032         * src/prefs_scoring.c
9033         * src/summaryview.c
9034                 use a common function to get a displayable name
9035                 for a FolderItem
9036
9037 2003-03-13 [paul]       0.8.11claws10
9038
9039         * tools/Makefile.am
9040           tools/README
9041           tools/multiwebsearch.conf     ** NEW FILE **
9042           tools/multiwebsearch.pl       ** NEW FILE **
9043                 add multiwebsearch Actions script
9044
9045 2003-03-13 [colin]      0.8.11claws9
9046
9047         * src/compose.c
9048                 Remove leading emtpy lines from quoted text
9049                 before quoting it
9050
9051 2003-03-13 [melvin]     0.8.11claws8
9052
9053         * src/prefs_actions.c
9054                 Fixed a memory leak
9055                 Code clean ups
9056                 Added Cancel and OK buttons
9057                 Corrected help text
9058
9059 2003-03-13 [christoph]  0.8.11claws7
9060
9061         * src/account.c
9062         * src/folder.[ch]
9063         * src/imap.c
9064         * src/mainwindow.c
9065         * src/mbox_folder.c
9066         * src/mh.c
9067         * src/news.c
9068         * src/setup.c
9069                 replace more folder type stuff with folder class stuff
9070
9071 2003-03-13 [melvin]     0.8.11claws6
9072
9073         * src/prefs_actions.c
9074                 Added new tokens:
9075                 %u: user provided argument
9076                 %h: user provided argument (hidden on input)
9077                 %s: current text selection in the message view 
9078
9079 2003-03-13 [paul]       0.8.11claws5
9080
9081         * sync with 0.8.11cvs5
9082                 see ChangeLog 2003-03-11, 2003-03-12
9083
9084 2003-03-12 [christoph]  0.8.11claws4
9085
9086         * src/folder.c
9087                 use folder class idstr when writing folderlist.xml
9088
9089         * src/folder.h
9090         * src/imap.c
9091         * src/news.c
9092                 replace folder type checks with folder class checks
9093
9094 2003-03-12 [christoph]  0.8.11claws3
9095
9096         * src/folder.[ch]
9097         * src/imap.[ch]
9098         * src/main.c
9099         * src/mbox_folder.[ch]
9100         * src/mh.[ch]
9101         * src/news.[ch]
9102                 o create a list of known folder classes in the folder system
9103                 o use folder class id strings for folder item identifiers
9104
9105 2003-03-12 [christoph]  0.8.11claws2
9106
9107         * src/imap.c
9108                 fix imap uid validity check
9109
9110 2003-03-12 [christoph]  0.8.11claws1
9111
9112         * src/account.c
9113         * src/folder.[ch]
9114         * src/foldersel.c
9115         * src/folderview.c
9116         * src/imap.c
9117         * src/mainwindow.c
9118         * src/mbox_folder.c
9119         * src/mh.c
9120         * src/news.c
9121         * src/prefs_scoring.c
9122         * src/procmsg.c
9123         * src/setup.c
9124         * src/summaryview.c
9125                 initial restructuring of folder system, seperating
9126                 folders and folder classes
9127
9128 2003-03-12 [paul]       0.8.11claws
9129
9130         0.8.11claws release
9131
9132 2003-03-12 [christoph]
9133
9134         * src/gtk/prefswindow.c
9135                 fix translation of "Page Index"
9136
9137 2003-03-12 [paul]       0.8.10claws110
9138
9139         a sync from 0.8.11cvs4 before the release
9140
9141         * src/common/utils.c
9142                 subject_compare_for_sort(): allow null strings (fixes
9143                 summary sorting).
9144
9145 2003-03-11 [paul]       0.8.10claws109
9146
9147         * po/es.po
9148                 update Spanish translation, submitted by
9149                 Ricardo Mones Lastra
9150
9151 2003-03-11 [melvin]     0.8.10claws108
9152
9153         * po/fr.po
9154                 Updated French translations
9155
9156 2003-03-11 [paul]       0.8.10claws107
9157
9158         * manual/en/Makefile.am
9159           manual/en/*.html
9160                 update English manual, add a new page
9161                 updated by Francois Barriere <fbarriere@atmel.fr>
9162                 
9163         * po/bg.po
9164           po/it.po
9165           po/sr.po
9166                 update Bulgarian, Italian, and Serbian translations
9167                 submitted by George Danchev, Alessandro Maestri, and
9168                 Urke MMI
9169
9170 2003-03-10 [paul]       0.8.10claws106
9171
9172         * src/gtk/about.c
9173           src/gtk/prefswindow.c
9174                 make some strings translatable
9175
9176 2003-03-10 [darko]      0.8.10claws105
9177
9178         * src/compose.c
9179                 code cleanup to make Hiro happy
9180
9181 2003-03-10 [paul]       0.8.10claws104
9182
9183         * sync with 0.8.11cvs2
9184                 see ChangeLog 2003-03-10
9185
9186 2003-03-09 [melvin]     0.8.10claws103
9187
9188         * src/textview.c
9189                 textview_set_font(): fix for message display in
9190                 UTF-8 locales (thanks to Sergey Vlasov).
9191                 (was unintentionnaly reverted in 0.8.6claws6)   
9192
9193 2003-03-08 [darko]      0.8.10claws102
9194
9195         * src/compose.c
9196                 fix infinite loop in wrapping as reported
9197                 by happycactus
9198                 obsoletes patch #696482
9199
9200 2003-03-08 [christoph]  0.8.10claws101
9201
9202         * src/imap.c
9203                 add workaround for IMAP servers that do not
9204                 support the "UID SEARCH UID" command
9205
9206 2003-03-07 [christoph]  0.8.10claws100
9207
9208         * src/plugins/spamassassin/spamassassin.[ch]
9209         * src/plugins/spamassassin/spamassassin_gtk.c
9210                 code cleanup
9211
9212 2003-03-07 [paul]       0.8.10claws99
9213
9214         * po/es.po
9215                 updated Spanish translation, submitted by
9216                 Ricardo Mones Lastra
9217
9218 2003-03-07 [christoph]  0.8.10claws98
9219
9220         * src/send.c
9221                 fix in 0.8.10claws94 was wrong
9222                 local delivery does not require escaping, remove escaping
9223                 code to make signatures of mails with "." lines valid
9224                 
9225                 NOTE: requires that sendmail is executed with "-i" option,
9226                       what is the default now, but has to be changed in all
9227                       exsiting accounts)
9228
9229 2003-03-07 [paul]       0.8.10claws97
9230
9231         * sync with 0.8.11 release
9232                 see ChangeLog 2003-03-07
9233
9234 2003-03-06 [paul]       0.8.10claws96
9235
9236         * src/compose.c
9237                 revert commit 0.8.10claws92
9238
9239 2003-03-06 [paul]       0.8.10claws95
9240
9241         * src/folderview.c
9242                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9243
9244         * src/gtkaspell.c
9245                 fix bug 74, 'Crash opening editor window with pseudo-color
9246                 display'
9247                 
9248         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9249
9250 2003-03-06 [christoph]  0.8.10claws94
9251
9252         * src/send.c
9253                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9254                 all lines starting with a period get an extra period
9255                 inserted
9256                 (found by Simon 'corecode' Schubert)
9257
9258 2003-03-06 [paul]       0.8.10claws93
9259
9260         * src/folderview.c
9261                 if configured font can't be loaded fall back to gtk
9262                 default. (with thanks to Christoph)
9263                 
9264                 closes long-standing bug 15 'Crashes on startup'
9265
9266 2003-03-06 [paul]       0.8.10claws92
9267
9268         * src/compose.c
9269                 freeze text before autosave and thaw afterwards
9270                 fixes bug 67 'autosave make re-rediting message crazy'
9271
9272 2003-03-06 [christoph]  0.8.10claws91
9273
9274         * src/compose.c
9275                 ignore address comment in dupe check for Cc-list
9276
9277         (closes reopened bug 47 Replying to message strips name part of
9278          e-mail addresses of Cc: lines)
9279
9280 2003-03-06 [paul]       0.8.10claws90
9281
9282         * src/Makefile.am
9283                 remove reference to gtkxtext.h as its no longer in
9284                 the repository
9285
9286 2003-03-06 [paul]       0.8.10claws89
9287
9288         * sync with 0.8.10cvs25
9289                 see ChangeLog 2003-03-06
9290
9291 2003-03-06 [oliver]     0.8.10claws88
9292         
9293         * src/messageview.c
9294                 remove include
9295
9296 2003-03-06 [oliver]     0.8.10claws87
9297         
9298         * src/folderview.c 
9299                 remove changes introduced inclaws74
9300         * src/messageview.c
9301                 another attempt to sanely delete and update
9302                 messages deleted in separate messageview
9303
9304 2003-03-05 [christoph]  0.8.10claws86
9305
9306         * src/summaryview.c
9307                 check if "From" matches any account's address if
9308                 addressbook completion of addresses is disabled too
9309
9310         (closes Bug 70 "Display recipient in from" doesn't check
9311          folder's default account)
9312
9313 2003-03-05 [christoph]  0.8.10claws85
9314
9315         * src/compose.c
9316         * src/common/utils.[ch]
9317                 don't strip address comments when building Cc lists
9318
9319         (closes Bug 47 Replying to message strips name part of e-mail addresses
9320          of Cc: lines)
9321
9322         * src/folder.c
9323                 fix return value of copy function
9324
9325 2003-03-05 [christoph]  0.8.10claws84
9326
9327         * src/imap.c
9328                 don't ask imap server for non rfc822 headers
9329
9330         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9331
9332         * src/imap.c
9333                 destroy session on socket error to allow reconnecting
9334
9335 2003-03-05 [christoph]  0.8.10claws83
9336
9337         * configure.ac
9338                 fix building with gnome when no prefix is set
9339
9340         (closes bug 66 Gnome directory is set to NONE)
9341
9342 2003-03-05 [paul]       0.8.10claws82
9343
9344         * sync with 0.8.10cvs23
9345                 see ChangeLog 2003-03-05
9346
9347 2003-03-04 [christoph]  0.8.10claws81
9348
9349         * src/folder.c
9350                 o fix moving and copying when folder returns 0 for new
9351                   message number
9352                 o remove some code for single message copy and move
9353                   operations and use functions for multiple messages
9354
9355         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9356
9357         * src/news.c
9358                 remove unused include
9359
9360 2003-03-04 [paul]       0.8.10claws80
9361
9362         * src/gtk/about.c
9363                 list 'Compiled plugins'
9364
9365 2003-03-03 [christoph]  0.8.10claws79
9366
9367         * src/news.[ch]
9368                 have to multiply the percentage of the current fetch with
9369                 the percentage that it has of the total fetch operation
9370                 for correct values
9371
9372 2003-03-03 [christoph]  0.8.10claws78
9373
9374         * src/news.c
9375                 fix calculation of expected lines for progress indicator
9376
9377 2003-03-03 [christoph]  0.8.10claws77
9378
9379         * src/summaryview.c
9380         * src/common/utils.c
9381                 fix segfault when opening the root news folder
9382
9383 2003-03-03 [christoph]  0.8.10claws76
9384
9385         * src/mainwindow.[ch]
9386         * src/common/Makefile.am
9387         * src/common/progressindicator.[ch]
9388                 add UI independent progress indicator handling
9389
9390         * src/news.[ch]
9391                 use new progress indicator for message info fetching
9392
9393         * src/common/hooks.h
9394                 code cleanup
9395
9396 2003-03-03 [oliver]     0.8.10claws75
9397
9398         * src/toolbar.c
9399         * src/compose.c
9400                 removed commented code
9401
9402 2003-03-03 [oliver]     0.8.10claws74
9403
9404         * src/toolbar.[ch]
9405                 cleanups and refactoring
9406         * src/compose.[ch]
9407                 compose_reply_mode reply & forwarding interface for
9408                 toolbar buttons
9409         * src/folderview.c
9410                 act on messages marked for deletion in folderview_selected
9411                 based on prefs_common.immediate_exec since a message might 
9412                 have been deleted by messageview in a folder we are changing 
9413                 to (does anybody understand what I'm on about ?)
9414
9415 2003-03-03 [oliver]     0.8.10claws73
9416         
9417         * src/messageview.[ch]
9418                 new functions
9419                 - messageview_delete: delete message shown in messagview
9420                 - messageview_update_view: update messageview to currently 
9421                   selected summaryview message
9422                 - add separate messageview to msgview_list in order to update 
9423                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9424         * src/summaryview.[ch]
9425                 summary_get_selection returns a list of selected msgs
9426                 in summaryview
9427         * src/mainwindow.c
9428                 toolbar reply refactoring
9429
9430 2003-03-03 [paul]       0.8.10claws72
9431
9432         * sync with 0.8.10cvs21
9433                 see ChangeLog 2003-03-03
9434
9435 2003-03-02 [christoph]  0.8.10claws71
9436
9437         * src/common/passcrypt.c
9438                 use POSIX includes
9439
9440 2003-03-02 [christoph]  0.8.10claws70
9441
9442         * configure.ac
9443         * src/prefs_account.c
9444         * src/prefs_gtk.[ch]
9445         * src/common/.cvsignore
9446         * src/common/Makefile.am
9447         * src/common/passcrypt.c                ** NEW **
9448         * src/common/passcrypt.h.in             ** NEW **
9449                 Implement password encryption in config files
9450                 using unix encrypt and setkey functions. The crypt
9451                 key can be set as a configure parameter. Old
9452                 passwords will be converted if they do not begin
9453                 with '!'
9454
9455 2003-03-02 [paul]       0.8.10claws69
9456
9457         * src/prefs_account.c
9458                 fix compile error
9459
9460 2003-03-01 [thorsten]   0.8.10claws68
9461
9462         * po/el.po
9463           po/hr.po
9464           po/it.po
9465           po/nl.po
9466           po/sr.po
9467           po/sv.po
9468                 corrected format strings
9469         * po/en_GB.po
9470                 corrected headers
9471                 (fix compile errors with GNU gettext-0.11.5)
9472
9473 2003-03-01 [oliver]     0.8.10claws67
9474
9475         * src/summaryview.c
9476                 menu callbacks call toolbar_menu_reply
9477
9478 2003-03-01 [oliver]     0.8.10claws66
9479
9480         * src/mainwindow.c
9481         * src/messageview.c
9482                 menu callbacks call toolbar_menu_reply
9483         * src/toolbar.[ch]
9484                 callbacks from menu handled by toolbar_menu_reply
9485
9486 2003-03-01 [paul]       0.8.10claws65
9487
9488         * src/addressbook.c
9489                 revert commit 0.8.10claws54 - breaks editing of
9490                 addressbook.
9491                 
9492         * po/bg.po
9493                 update Bulgarian translation, submitted by
9494                 George Danchev
9495
9496 2003-02-28 [christoph]  0.8.10claws64
9497
9498         * src/account.c
9499         * src/addressadd.c
9500         * src/compose.c
9501         * src/gtkaspell.c
9502         * src/gtkxtext.h                ** REMOVE **
9503         * src/imap.c
9504         * src/matcher.[ch]
9505         * src/mh.c
9506         * src/news.c
9507         * src/pine.c
9508         * src/prefs_common.c
9509         * src/prefs_matcher.c
9510         * src/procheader.[ch]
9511         * src/procmsg.[ch]
9512         * src/toolbar.c
9513         * src/common/ssl_certificate.c
9514         * src/gtk/colorlabel.c
9515         * src/gtk/menu.c
9516                 o fix warnings
9517                 o remove code obsoleted by new cache and folder system rework
9518
9519 2003-02-28 [oliver]     0.8.10claws63
9520         
9521         * src/toolbar.[ch]
9522                 * fix bug where reply in Messageview replied to 
9523                 Message displayed in summaryview
9524                 (reportedd via ML by chinatinte at gmx dot ch)
9525                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9526                 didn't work in separate MessageView Toolbar
9527                 (wondering if anybody uses this at all ?)
9528         * src/summaryview.[ch]
9529                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9530                 (generalize reply and forward code);
9531         * src/messageview.c 
9532                 remove focus_in event which updated summaryview to messageview
9533
9534 2003-02-28 [paul]       0.8.10claws62
9535
9536         * po/Makefile.in.in
9537                 add the --check option
9538                 Patch submitted by Ricardo Mones Lastra
9539
9540 2003-02-28 [paul]       0.8.10claws61
9541
9542         * src/prefs_account.c
9543                 re-order 'Signature' items
9544
9545 2003-02-28 [paul]       0.8.10claws60
9546
9547         * sync with 0.8.10cvs20
9548                 see ChangeLog 2003-02-28
9549
9550 2003-02-28 [paul]       0.8.10claws59
9551
9552         * po/POTFILES.in
9553                 update to reflect recent movement of files
9554
9555 2003-02-28 [paul]       0.8.10claws58
9556
9557         * sync with 0.8.10cvs19
9558                 see ChangeLog 2003-02-28
9559
9560 2003-02-27 [martin]     0.8.10claws57
9561
9562         * src/prefs_matcher.c 
9563                 fix segfault in prefs_matcher_ok() when the
9564                 last entry is deleted and prevents that the
9565                 message "entry not saved" comes up after deleting
9566                 an entry
9567
9568 2003-02-27 [martin]     0.8.10claws56
9569
9570         * src/prefs_filtering.c 
9571                 fix segfault in prefs_filtering_ok() when the
9572                 last entry is deleted and prevents that the
9573                 message "entry not saved" comes up after deleting
9574                 an entry
9575
9576 2003-02-27 [paul]       0.8.10claws55
9577
9578         * sync with 0.8.10cvs18
9579                 see ChangeLog 2003-02-27
9580
9581 2003-02-27 [paul]       0.8.10claws54
9582
9583         * src/addressbook.c
9584                 fix bug where the address book crashes with 
9585                 multiple lookups.
9586                 Patch [687729] submitted by David Frager 
9587                 <dbfrager@users.sourceforge.net>
9588
9589 2003-02-25 [christoph]  0.8.10claws53
9590
9591         * src/Makefile.am
9592         * src/colorlabel.[ch]           ** REMOVE **
9593         * src/gtk/Makefile.am
9594         * src/gtk/colorlabel.[ch]       ** NEW **
9595                 move colorlabel files to gtk directory
9596
9597         * src/esmtp.[ch]                ** REMOVE **
9598                 has been merged into smtp.[ch] in 0.7.5
9599
9600 2003-02-25 [christoph]  0.8.10claws52
9601
9602         * src/Makefile.am
9603         * src/about.[ch]                ** REMOVE **
9604         * src/gtk/Makefile.am
9605         * src/gtk/about.[ch]            ** NEW **
9606                 move about files to gtk directory
9607
9608 2003-02-25 [christoph]  0.8.10claws51
9609
9610         * src/folder.c
9611                 some code optimization of folder scanning code
9612
9613         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9614
9615 2003-02-25 [christoph]  0.8.10claws50
9616
9617         * src/main.c
9618         * src/common/sylpheed.c
9619                 add command line parameter parsing to common code
9620
9621 2003-02-24 [christoph]
9622
9623         * Makefile.am
9624         * configure.ac
9625                 fix gnome prefix problems, the configure script now removed
9626                 `gnome-config --prefix` from `gnome-config --datadir`
9627                 and adds $(prefix} instead
9628
9629         (closes Bug 24 Makefile does not respect prefix when installing
9630          GNOME data)
9631
9632 2003-02-24 [christoph]  0.8.10claws49
9633
9634         * src/news.c
9635                 check for valid session before trying to authenticate
9636
9637         (closes Bug 60 crash if "authenticate on logon" is activated
9638          and newsserver-hostname is not valid)
9639
9640 2003-02-24 [melvin]     0.8.10claws48
9641
9642         * src/prefs_actions.c
9643                 Make sure all user's input is sent to the action and then
9644                 close the socket..
9645
9646 2003-02-23 [alfons]     0.8.10claws46
9647
9648         * src/summaryview.c
9649                 also wait cursor when deleting files
9650
9651 2003-02-23 [paul]
9652
9653         * tools/freshmeat_search.pl
9654           tools/google_search.pl
9655                 scripts should now work for any browser/browser command line
9656
9657 2003-02-22 [christoph]  0.8.10claws45
9658
9659         * src/procmsg.c
9660                 fix IMAP flag setting, IMAP flag is not handled correctly
9661                 anymore by the folder system and information about the
9662                 folder should not be saved in the MsgInfo (in my opinion)
9663
9664         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9665
9666 2003-02-22 [christoph]  0.8.10claws44
9667
9668         * src/summaryview.c
9669                 fix spelling of "label" ;-)
9670
9671 2003-02-22 [thorsten]   0.8.10claws43
9672
9673         * src/mimeview.c
9674           src/prefs_common.[ch]
9675           src/procmime.[ch]
9676                 do not use description as attachment name
9677
9678 2003-02-22 [alfons]     0.8.10claws42
9679
9680         * src/summaryview.c
9681                 freeze/thaw folder item updates when changing color labels,
9682                 and put a wait cursors on
9683
9684 2003-02-22 [thorsten]   0.8.10claws41
9685
9686         * src/mimeview.c
9687                 save-all fixes: crash if invoked on multipart container,
9688                 mimeinfo access, pathseparators, error dialog
9689
9690 2003-02-21 [alfons]     0.8.10claws40
9691
9692         * src/prefs_gtk.c
9693                 remove unused var
9694
9695 2003-02-21 [colin]      0.8.10claws39
9696
9697         * src/send.c
9698                 Fix smtp logging
9699
9700 2003-02-21 [colin]      0.8.10claws38
9701
9702         * src/summaryview.c
9703                 Freeze/thaw folderItem updates when filtering messages 
9704                 via Tools/Filter messages
9705
9706 2003-02-21 [paul]       0.8.10claws37
9707
9708         * src/compose.c
9709                 revert commit 0.8.10claws26, there are ulterior motives
9710                 for users to set a Reply-To header when posting to
9711                 newsgroups
9712
9713 2003-02-21 [paul]       0.8.10claws36
9714
9715         * sync with 0.8.10cvs17
9716                 see ChangeLog 2003-02-21
9717
9718 2003-02-20 [christoph]  0.8.10claws35
9719
9720         * src/imap.c
9721                 IMAP UID fetch speedup using SEARCH
9722
9723         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9724
9725         * src/imap.c
9726                 fix problem with UIDs in IMAP UID cache that no longer existed
9727
9728 2003-02-20 [christoph]  0.8.10claws34
9729
9730         * src/imap.c
9731         * src/procheader.c
9732         * src/procheader.h
9733                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9734
9735         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9736
9737         * src/imap.c
9738                 Rewrite imap_cmd_gen_recv use sock_getline instead
9739                 of sock_gets to avoid problems with too long reply
9740                 lines
9741     
9742 2003-02-20 [colin]      0.8.10claws33
9743         
9744         * src/prefs_account.c
9745                 Better wording
9746
9747 2003-02-20 [colin]      0.8.10claws32
9748
9749         * src/compose.c
9750                 Remove useless '&& !to_sender' 
9751
9752 2003-02-20 [darko]
9753
9754         * AUTHORS
9755                 change my e-mail address
9756
9757 2003-02-19 [colin]      0.8.10claws31
9758
9759         * src/prefs_common.c
9760                 X11 style colors for every configurable color
9761
9762 2003-02-19 [alfons]     0.8.10claws30
9763
9764         * src/prefs_gtk.[ch]
9765         * src/prefs_common.c
9766                 for color_new accept both plain integers and X11 style color
9767                 names (as found in /usr/lib/X11/rgb.txt)
9768
9769 2003-02-19 [paul]       0.8.10claws29
9770
9771         * src/mainwindow.c
9772                 add tooltips to online/offline button and account selector
9773                 button
9774
9775 2003-02-19 [paul]       0.8.10claws28
9776
9777         * src/folder.c
9778           src/news.c
9779           src/prefs_account.[ch]
9780           src/prefs_common.[ch]
9781                 move 'Maximum number of articles to download' to
9782                 account prefs.
9783                 clean up account prefs gui a little by hiding entries
9784                 rather then greying out entries
9785
9786 2003-02-19 [hiro]       0.8.10claws27
9787
9788         * src/common/utils.c
9789                 fix bug #54 'yesterdays date is displayed in the message 
9790                 summary window'
9791
9792 2003-02-19 [paul]       0.8.10claws26
9793
9794         * src/compose.c
9795                 fix bug reported in Feature Request [688596] 
9796                 'Reply-to header in news'
9797
9798 2003-02-18 [paul]       0.8.10claws25
9799
9800         * src/select-keys.c
9801                 add a 'List all keys' button to key selection dialog
9802
9803 2003-02-18 [colin]      0.8.10claws24
9804         
9805         * src/stock_pixmap.c
9806                 fix compile error
9807
9808 2003-02-18 [colin]      0.8.10claws23
9809
9810         * src/common/smtp.[ch]
9811           src/prefs_account.c
9812                 Try to starttls if it seems to be the only
9813                 way to authenticate a user
9814
9815 2003-02-18 [paul]       0.8.10claws22
9816
9817         * src/Makefile.am
9818           src/folderview.c
9819           src/stock_pixmap.[ch]
9820           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9821           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9822                 as a Drafts folder is a special folder allow it to have
9823                 its own unique icons
9824
9825 2003-02-18 [colin]      0.8.10claws21
9826
9827         * src/imap.c
9828                 Fix port selection when using starttls
9829
9830 2003-02-18 [paul]       0.8.10claws20
9831
9832         * src/mainwindow.c
9833           src/prefs_common.[ch]
9834                 make blue the default new mail colour
9835
9836 2003-02-18 [paul]       0.8.10claws19
9837
9838         * sync with 0.8.10cvs14
9839                 see ChangeLog 2003-02-18
9840
9841 2003-02-17 [jens]       0.8.10claws18
9842
9843         * src/common/md5.c
9844                 fixed a compile problem with gcc 3.3
9845                 works on 2.95.3 too (testet on PPC as it is big endian)
9846
9847 2003-02-17 [paul]       0.8.10claws17
9848
9849         * sync with 0.8.10cvs13
9850                 see ChangeLog 2003-02-17
9851
9852 2003-02-17 [paul]       0.8.10claws16
9853
9854         * sync with 0.8.10cvs12
9855                 see ChangeLog 2003-02-17
9856
9857 2003-02-16 [match]      0.8.10claws15
9858
9859         * src/addressbook.c
9860                 Eliminates reloading of address data when items
9861                 deleted or added. Applied submitted by
9862                 Luke Plant <lukeplant@softhome.net>
9863
9864 2003-02-16 [paul]       0.8.10claws14
9865
9866         * src/news.c
9867                 when a 'protocol error' is encountered disconnect from
9868                 the server. This means that the user can carry on viewing
9869                 other articles and doesn't have to either wait until the
9870                 server timesout or quit sylpheed.
9871                 Fixes bug #53 'Unable to read messages in newsgroups, 
9872                 displayed message doesn't change'
9873
9874 2003-02-15 [christoph]  0.8.10claws13
9875
9876         * src/imap.c
9877                 fix bug that stopped scanning of folders when an
9878                 IMAP folder was empty
9879
9880         (closes bug 46 stop scan messages in folders after empty folder)
9881
9882 2003-02-15 [paul]
9883
9884         * tools/Makefile.am
9885           tools/README
9886           tools/freshmeat_search.pl     ** NEW FILE **
9887           tools/google_search.pl        ** NEW FILE **
9888                 Add 2 Actions scripts which search freshmeat/google
9889                 for the selected text using the browser configured
9890                 in sylpheedrc.
9891                 
9892         Note: These scripts are very dependent on the format of the
9893         browser command and may not work on every occasion. Testing
9894         is welcome. 
9895
9896 2003-02-14 [alfons]     0.8.10claws12
9897
9898         * src/compose.c
9899                 fix breakage because of uninitialized account pointer.
9900                 please verify.
9901
9902 2003-02-14 [paul]       0.8.10claws11
9903
9904         * src/compose.c
9905           src/prefs_account.[ch]
9906           src/prefs_common.[ch]
9907                 move signature settings to Account Prefs
9908
9909 2003-02-14 [paul]       0.8.10claws10
9910
9911         * sync with 0.8.10cvs11
9912                 see ChangeLog 2003-02-14
9913
9914 2003-02-13 [thorsten]   0.8.10claws9
9915
9916         * src/news.c
9917                 revert news progressbar (GUI separation)
9918
9919 2003-02-13 [paul]       0.8.10claws8
9920
9921         * src/compose.c
9922                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9923                 paragraph 1
9924
9925 2003-02-13 [paul]       0.8.10claws7
9926
9927         * src/compose.[ch]
9928           src/summaryview.c
9929                 fix 'Follow-up and Reply-to' so that it creates a reply to
9930                 the newsgroup and the sender. If the message has the keyword
9931                 'poster' in the Followup-To header, all replies go to the
9932                 sender, re: RFC 1036, Section 2.2.3
9933                 rename all instances of 'ignore_replyto' to 'to_sender', both
9934                 were previously used, now we use just one.
9935
9936 2003-02-13 [paul]       0.8.10claws6
9937
9938         * sync with 0.8.10cvs9
9939                 see ChangeLog 2003-02-13
9940
9941 2003-02-13 [paul]       0.8.10claws5
9942
9943         * configure.ac
9944                 show which plugins are configured in the configure
9945                 output.
9946
9947 2003-02-12 [thorsten]   0.8.10claws4
9948
9949         * src/news.c
9950                 show progress while fetching news headers
9951
9952 2003-02-12 [christoph]  0.8.10claws3
9953
9954         * configure.ac
9955         * src/plugins/Makefile.am
9956                 use AM_CONDITIONAL to enable plugins, automake correctly
9957                 manages this when creating distdir
9958
9959 2003-02-12 [christoph]  0.8.10claws2
9960
9961         * ac/spamassassin.m4
9962         * src/plugins/spamassassin/Makefile.am
9963                 fix building SpamAssassin plugin without OpenSSL
9964
9965 2003-02-12 [paul]       0.8.10claws1
9966
9967         * ac/Makefile.am
9968           src/Makefile.am
9969           src/plugins/Makefile.am
9970                 fix failure of 'make release'
9971
9972 2003-02-12 [paul]       0.8.10claws
9973
9974         * 0.8.10claws released
9975
9976 2003-02-12 [paul]       0.8.9claws56
9977
9978         * po/bg.po
9979           po/es.po
9980           po/it.po
9981           po/ru.po
9982           po/sr.po
9983                 updated translations by George Danchev, Ricardo Mones Lastra,
9984                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9985                 
9986         * sylpheed.spec.in
9987                 Allow the building of RPMs by a regular user. Submitted
9988                 by Sergei Astanin
9989
9990 2003-02-11 [alfons]     0.8.9claws55
9991
9992         * src/colorlabel.c
9993                 don't use pixmaps for label color rect but draw rectangles
9994                 so we can respect the color map of palette based visuals
9995                 (fixes the long time crashes on Suns - thanks to Andreas
9996                 Engel and Steve O'Hara-Smith for testing)
9997
9998 2003-02-11 [christoph]  0.8.9claws54
9999
10000         * src/matcher_parser_parse.y
10001                 correct bug where filering rules of not existing folders in
10002                 matcherrc were added to global filtering
10003                 
10004         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10005          main filter-rules after removing directory, http://bugs.debian.org/180253)
10006         
10007 2003-02-11 [paul]       0.8.9claws53
10008
10009         * sync with 0.8.10cvs7
10010                 see ChangeLog 2003-02-09
10011
10012 2003-02-11 [melvin]     0.8.9claws52
10013
10014         * po/fr.po
10015                 Updated French tranlsations
10016
10017 2003-02-10 [paul]       0.8.9claws51
10018
10019         * sylpheed.spec.in
10020                 correct --enable-openssl
10021                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10022
10023 2003-02-09 [martin]     0.8.9claws50
10024
10025         * src/prefs_matcher.c
10026                 fix segfault in prefs_matcher_substitute_cb() when
10027                 no row is selected
10028
10029 2003-02-09 [paul]       0.8.9claws49
10030
10031         * src/folderview.c
10032                 fix bug where a newsgroup folder's processing rules were
10033                 merged with the global filtering rules when the newsgroup
10034                 folder was deleted, causing some seriously bad results,
10035                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10036
10037 2003-02-08 [melvin]     0.8.9claws48
10038
10039         * src/compose.c
10040                 Corrected and modified an alert message.
10041
10042 2003-02-07 [paul]       0.8.9claws47
10043
10044         * src/folderview.c
10045                 fix bug where both an 'Account properties' window and a
10046                 'Folder properties' window were opened when clicking on
10047                 'Properties' in an NNTP or IMAP folder's popup menu.
10048
10049 2003-02-07 [paul]       0.8.9claws46
10050
10051         * sync with 0.8.10cvs6
10052                 see ChangeLog 2003-02-06
10053
10054 2003-02-06 [christoph]  0.8.9claws45
10055
10056         * src/mbox.c
10057                 freeze folder updates while importing mbox files
10058                 (closes bug 43 importing mbox took hours)
10059                 
10060         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10061
10062 2003-02-06 [thorsten]   0.8.9claws44
10063
10064         * po/de.po
10065                 Updated german translations
10066
10067 2003-02-06 [thorsten]   0.8.9claws43
10068
10069         * src/news.h
10070                 use guint for message numbers (fix count in grouplist dialog)
10071
10072 2003-02-05 [paul]       0.8.9claws42
10073
10074         * sync with 0.8.10cvs2
10075                 see ChangeLog 2003-02-05
10076
10077 2003-02-04 [colin]      0.8.9claws41
10078
10079         * src/prefs_common.[ch]
10080           src/procmsg.c
10081           src/summaryview.c
10082                 Add an option to disable threading by subject
10083
10084 2003-02-04 [christoph]  0.8.9claws40
10085
10086         * src/inc.c
10087                 only abort fetching mails from multiple accounts when the
10088                 error is fatal and does not allow to check any more accounts
10089                 (currently only disk full error)
10090
10091         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10092          receive mails for other accouts)
10093
10094 2003-02-04 [christoph]  0.8.9claws39
10095
10096         * src/folder.c
10097                 first add the new message to the cache, then
10098                 send the update notification
10099
10100         (closes bug 39 after sending message folderview doesnt get updated)
10101
10102 2003-02-04 [colin]      0.8.9claws38
10103
10104         * src/inc.c
10105                 _really_ fix this Connecting... status
10106
10107 2003-02-04 [paul]       0.8.9claws37
10108
10109         * sync with 0.8.10
10110                 see ChangeLog 2003-02-04
10111
10112 2003-02-04 [paul]       0.8.9claws36
10113
10114         * sync with 0.8.9cvs6
10115                 see ChangeLog 2003-02-03
10116
10117 2003-02-04 [paul]       0.8.9claws35
10118
10119         * po/pt_BR.po
10120                 updated by André Filipe de Assunção e Brito 
10121                 <bedecko@netsite.com.br>
10122
10123 2003-02-03 [thorsten]   0.8.9claws34
10124
10125         * po/de.po
10126                 Updated german translations
10127
10128 2003-02-02 [paul]       0.8.9claws33
10129
10130         * po/es.po
10131                 updated by Ricardo Mones Lastra
10132
10133 2003-02-02 [thorsten]   0.8.9claws32
10134
10135         * src/mh.c
10136                 Fix mh_get_msginfo() segfault if file is inaccessible
10137
10138 2003-01-31 [colin]      0.8.9claws31
10139
10140         * src/procheader.c
10141                 Fix last commit's bug
10142
10143 2003-01-31 [colin]      0.8.9claws30
10144
10145         * src/procheader.c
10146                 Missing a change for gpg-signed messages
10147
10148 2003-01-31 [paul]       0.8.9claws29
10149
10150         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10151           src/procheader.c
10152           src/stock_pixmap.[ch]
10153           src/summaryview.c
10154                 indicate GnuPG signed messages by displaying an icon
10155                 in the Attachment column.
10156
10157 2003-01-31 [paul]       0.8.9claws28
10158
10159         * sync with 0.8.9cvs4
10160                 see ChangeLog 2003-01-31
10161
10162 2003-01-31 [alfons]     0.8.9claws27
10163
10164         * src/textview.c
10165                 tune URI parser to accept mailto URLs with a '?'
10166                 (patch from Ruslan Balkin)
10167
10168 2003-01-31 [colin]      0.8.9claws26
10169
10170         * src/summaryview.c
10171                 Fix a leak introduced in claws24
10172
10173 2003-01-31 [colin]      0.8.9claws25
10174
10175         * src/summaryview.c
10176                 Freeze/Thaw folder updates when deleting dups
10177
10178 2003-01-31 [colin]      0.8.9claws24
10179         
10180         * src/addr_compl.c
10181           src/summaryview.c
10182           src/msgcache.c
10183                 little speed improvements
10184
10185 2003-01-31 [colin]      0.8.9claws23
10186
10187         * src/summaryview.c
10188                 Fix segfault when forwarding nothing
10189                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10190                 
10191 2003-01-30 [paul]       0.8.9claws22
10192
10193         * sync with 0.8.9cvs3
10194                 see ChangeLog 2003-01-30
10195
10196 2003-01-30 [paul]       0.8.9claws21
10197
10198         * sync with 0.8.9cvs2
10199                 see ChangeLog 2003-01-30
10200
10201 2003-01-29 [paul]       0.8.9claws20
10202
10203         * sync with 0.8.9cvs1
10204                 see ChangeLog 2003-01-29
10205
10206 2003-01-28 [paul]       0.8.9claws19
10207
10208         * po/POTFILES.in
10209                 update to reflect changes. 
10210                 thanks to Ricardo Mones Lastra
10211
10212 2003-01-27 [christoph]  0.8.9claws18
10213
10214         * ac/openssl.m4
10215         * ac/spamassassin.m4
10216         * src/plugins/spamassassin/README
10217         * src/plugins/spamassassin/libspamc.[ch]
10218         * src/plugins/spamassassin/utils.[ch]
10219                 updated to latest libspamc
10220
10221 2003-01-27 [christoph]  0.8.9claws17
10222
10223         * src/folder.c
10224                 fix wrong use of procheader_get_header_fields
10225
10226 2003-01-27 [christoph]  0.8.9claws16
10227
10228         * src/news.c
10229         * src/prefs_account.[ch]
10230         * src/common/nntp.[ch]
10231                 allow to force authentication for NNTP servers
10232
10233         Patch submitted by Florian Mickler <dmk@d-labs.de>
10234
10235 2003-01-26 [paul]       0.8.9claws15
10236
10237         * src/summaryview.c
10238                 speed up of marking messages as read
10239                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10240
10241 2003-01-26 [christoph]  0.8.9claws14
10242
10243         * src/Makefile.am
10244         * src/mgutils.[ch]              ** REMOVE **
10245         * src/xml.[ch]                  ** REMOVE **
10246         * src/xmlprops.[ch]             ** REMOVE **
10247         * src/common/Makefile.am
10248         * src/common/mgutils.[ch]       ** NEW **
10249         * src/common/xml.[ch]           ** NEW **
10250         * src/common/xmlprops.[ch]      ** NEW **
10251                 move xml files to common directory
10252
10253 2003-01-26 [christoph]  0.8.9claws13
10254
10255         * src/plugins/spamassassin/spamassassin_gtk.c
10256                 only set gtk entry text if string is available
10257
10258 2003-01-26 [melvin]     0.8.9claws12
10259
10260         * src/description_window.c
10261                 Allow resizing of the window
10262                 Allow automatic horizontal scroll bar
10263                 Do not vertically expand and fill
10264
10265 2003-01-26 [christoph]  0.8.9claws11
10266
10267         * src/Makefile.am
10268         * src/gtkutils.[ch]             ** REMOVE **
10269         * src/common/sylpheed.c
10270         * src/gtk/Makefile.am
10271         * src/gtk/description_window.c
10272         * src/gtk/gtkutils.[ch]         ** NEW **
10273         * src/gtk/prefswindow.c
10274                 move gtkutils to gtk directory
10275
10276 2003-01-26 [paul]       0.8.9claws10
10277
10278         * src/summaryview.c
10279                 rename summary_unread_clicked() to summary_status_clicked()
10280
10281 2003-01-26 [melvin]     0.8.9claws9
10282
10283         * src/prefs_actions.c
10284                 Cosmetical changes to the help text
10285
10286 2003-01-26 [paul]       0.8.9claws8
10287
10288         * src/folder.[ch]
10289           src/mainwindow.c
10290           src/prefs_common.c
10291           src/prefs_sumamry_column.c
10292           summaryview.[ch]
10293                 rename the 'Unread' column to 'Status'
10294
10295 2003-01-25 [match]      0.8.9claws7
10296
10297         * src/mgutils.[ch]
10298                 removed reference to LDAP constants. removed error2string.
10299                 included functions to support LDAP dynamic queries.
10300         * src/syldap.h
10301                 moved LDAP constants here.
10302         * src/addressbook.c
10303         * src/addrindex.c
10304         * src/importldif.c
10305                 removed references to LDAP constants and references to
10306                 error2string.
10307
10308 2003-01-25 [paul]       0.8.9claws6
10309
10310         * src/summaryview.c
10311                 summary_thread_build(), summary_thread_init(): remove 
10312                 unneeded reference to summaryview->folder_item
10313
10314 2003-01-25 [christoph]  0.8.9claws5
10315
10316         * src/gtk/description_window.c
10317                 o allow description texts to expand over multiple columns
10318                 o translate all columns
10319         * src/prefs_actions.c
10320                 change syntax description to use new multi column feature
10321
10322         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10323
10324 2003-01-25 [match]      0.8.9claws4
10325
10326         * src/vcard.c
10327                 fixed bug with Quoted-Printable
10328
10329 2003-01-25 [paul]       0.8.9claws3
10330
10331         * src/folder.[ch]
10332           src/summaryview.[ch]
10333                 implement per-folder collapsed/expanded threads setting
10334                 
10335         * src/prefs_common.c
10336                 remove global collapsed/expanded threads option
10337
10338 2003-01-25 [christoph]  0.8.9claws2
10339
10340         * po/POTFILES.in
10341                 add pluginwindow and prefswindow
10342         * src/compose.c
10343                 make send respond correctly to messages that could be added
10344                 to the queue folder, but the UID of the message is unknown
10345         * src/folder.c
10346         * src/imap.c
10347                 don't return guessed UIDs in imap_add_msg anymore. We return
10348                 0 to tell the folder system it was appened but the UID is
10349                 unknown. Folder system now get's the UID by scaning the folder
10350                 and searching the cache for the Message-ID
10351                 (closes bug #29 Messages queued, but not sent)
10352
10353 2003-01-25 [paul]       0.8.9claws1
10354
10355         * src/codeconv.c
10356                 conv_encode_header():  fix bug when long headers with 8-bit
10357                 characters are used, so that the encoded words are wrapped.
10358                 If the space in the original text falls on the wrap boundary,
10359                 it can be lost.
10360                 Patch by Sergey Vlasov.
10361                 
10362         * src/folderview.c
10363                  fix bug where a change to the sorting method or thread view
10364                  of a folder's messages is lost if simpify-subject is set and
10365                  toggled on or off.
10366                  Patch by Luke Plant.
10367
10368 2003-01-24 [paul]       0.8.9claws
10369
10370         * sylpheed-0.8.9claws released
10371         
10372         * Makefile.am
10373           sylpheed.spec.in
10374                 remove reference to 'INSTALL.jp'
10375
10376 2003-01-23 [paul]       0.8.8claws128
10377
10378         * po/es.po
10379           po/it.po
10380           po/ru.po
10381           po/sr.po
10382                 updated translations. submitted by Ricardo Mones Lastra,
10383                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10384
10385 2003-01-23 [colin]      0.8.8claws127
10386
10387         * src/compose.c
10388                 Fix drafted and queued news articles re-edition
10389
10390 2003-01-23 [melvin]     0.8.8claws126
10391
10392         * po/fr.po
10393                 Updated French translations
10394
10395 2003-01-23 [colin]      0.8.8claws125
10396
10397         * src/inc.c
10398                 Fix "Connecting to..." status message
10399
10400 2003-01-22 [paul]       0.8.8claws124
10401
10402         * po/bg.po
10403                 updated by George Danchev
10404                 
10405         * src/folder.c
10406                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10407                 and folder deletion
10408
10409 2003-01-21 [paul]       0.8.8claws123
10410
10411         * po/bg.po
10412                 updated by George Danchev
10413                 
10414         * src/about.c
10415                 its now 2003
10416                 
10417         * src/toolbar.c
10418                 don't translate 'Separator'
10419                 
10420         * src/plugins/spamassassin/Makefile.am
10421                 add aspell to CPPFLAGS
10422                 
10423         * src/plugins/spamassassin/spamassassin.c
10424           src/plugins/spamassassin/spamassassin_gtk.c
10425                 set correct default for spamassassin_receive_spam
10426                 slightly re-word descriptions and some
10427                 other minor changes
10428
10429 2003-01-19 [alfons]     0.8.8claws122
10430                 
10431         * src/mimeview.c
10432                 mimeview_save_as(): we might as well show the file name for
10433                 the single case "Save As" too
10434
10435 2003-01-19 [alfons]     0.8.8claws121
10436
10437         * src/crash.c
10438                 change bug tracker URL to bugzilla URL
10439
10440 2003-01-19 [alfons]     0.8.8claws120
10441
10442         * src/mimeview.c
10443                 mimeview_save_all(): display name of file before overwriting;
10444                 continue saving all, even when one overwrite was cancelled
10445
10446 2003-01-19 [christoph]  0.8.8claws119
10447
10448         * src/summaryview.c
10449         * src/procmsg.[ch]
10450                 fix wrong usage of procmsg_find_children in summaryview
10451                 by using procmsg_update_unread_children instead of
10452                 summaryview_update_unread_children
10453
10454 2003-01-19 [christoph]  0.8.8claws118
10455
10456         * src/procmsg.c
10457                 fix infinite loop in procmsg_find_children
10458                  (closes bug #25 sylpheed crashes on delete.)
10459
10460         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10461
10462 2003-01-19 [paul]       0.8.8claws117
10463
10464         * po/pt_BR.po
10465                 updated by Ivan Francolin Martinez
10466
10467 2003-01-18 [melvin]     0.8.8claws116
10468
10469         * src/prefs_actions.c
10470                 Removed syntax limitation of only one '&' at the end of command.
10471                         Now actions that contain '>/dev/null 2>&1' are possible.
10472
10473 2003-01-18 [melvin]     0.8.8claws115
10474
10475         * src/prefs_actions.c
10476                 Actions IO dialog: when the action ends
10477                 the "Close" button now has focus and [Escape] closes the
10478                 window.
10479
10480 2003-01-18 [christoph]  0.8.8claws114
10481
10482         * src/procmsg.c
10483                 o add debug output when MsgInfos are really freed
10484                 o free GSLists in procmsg_find_children and
10485                   procmsg_update_unread_children
10486
10487 2003-01-18 [christoph]  0.8.8claws113
10488
10489         * src/mainwindow.c
10490                 reorder Configuration menu
10491
10492 2003-01-18 [christoph]  0.8.8claws112
10493
10494         * src/compose.c
10495                 fix applying templates to forwarded messages
10496
10497         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10498
10499 2003-01-17 [christoph]  0.8.8claws111
10500
10501         * src/folder.c
10502                 destroy folder items, when a folder item is removed
10503
10504 2003-01-17 [christoph]  0.8.8claws110
10505
10506         * src/folder.c
10507                 fix wrong folder stats update when ignored message is
10508                 deleted
10509
10510 2003-01-17 [colin]      0.8.8claws109
10511         
10512         * src/mainwindow.c
10513         * src/summaryview.c
10514                 Quicksearch bugfixes: 
10515                 - hide help button at startup if not extended
10516                 - switch to extended when looking for replies
10517
10518 2003-01-17 [paul]
10519
10520         * sync with 0.8.9 release
10521
10522 2003-01-17 [paul]       0.8.8claws108
10523
10524         * sync with 0.8.8cvs11
10525                 see ChangeLog 2003-01-17
10526
10527 2003-01-16 [colin]      0.8.8claws107
10528
10529         * src/procmsg.c
10530                 Changed encryption test to re-ask passphrase
10531                 if an encrypted message hasn't been decrypted
10532                 Fixes bug #5
10533
10534 2003-01-16 [christoph]  0.8.8claws106
10535
10536         * src/prefs_gtk.c
10537         * src/prefs_toolbar.c
10538         * src/gtk/prefswindow.h
10539         * src/plugins/spamassassin/spamassassin_gtk.c
10540                 remove page destroy function that is not used anymore
10541
10542 2003-01-16 [paul]       0.8.8claws105
10543
10544         * sync with 0.8.8cvs9
10545                 see ChangeLog 2002-01-16
10546
10547 2003-01-16 [colin]      0.8.8claws104
10548
10549         * src/compose.[ch]
10550                 Fix bug with autosaved drafts for IMAP, when draft
10551                 folder is specified - fixes bugzilla bug #20
10552
10553 2003-01-15 [paul]       0.8.8claws103
10554
10555         * src/compose.[ch]
10556           src/procmsg.c
10557                 store folder and message-id of message forwarding
10558                 in queue header and set forward flag after sending
10559
10560 2003-01-15 [paul]       0.8.8claws102
10561
10562         * sync with 0.8.8cvs8
10563                 see ChangeLog 2002-01-15
10564
10565 2003-01-15 [colin]      0.8.8claws101
10566
10567         * src/Makefile.am
10568                 Fix linking with GNU libiconv
10569
10570 2003-01-15 [darko]      0.8.8claws100
10571
10572         * src/pine.c
10573                 fix crash when importing pine address book
10574                 entry with an empty name (reported by DY
10575                 <dybulk at tri8.net>)
10576
10577 2003-01-14 [paul]       0.8.8claws99
10578
10579         * configure.in  ** REMOVED **
10580           configure.ac  ** NEW FILE **
10581                 rename configure.in to configure.ac, as it is now
10582                 preferred
10583
10584 2003-01-14 [melvin]     0.8.8claws98
10585
10586         * src/folderview.c
10587                 folderview_check_new(): More precise function description
10588
10589 2003-01-14 [melvin]     0.8.8claws97
10590
10591         * src/folderview.c
10592                 folderview_check_new(): return the number of new messages 
10593                         since last check.
10594         * src/inc.c
10595                 inc_account_mail(): Disable counting of new messages for IMAP
10596                         and NNTP until bug [19] and [14] are fixed.
10597
10598 2003-01-14 [paul]       0.8.8claws96
10599
10600         * sync with 0.8.8cvs6
10601                 see ChangeLog 2003-01-14
10602
10603 2003-01-13 [alfons]     0.8.8claws95
10604
10605         * src/textview.c
10606                 tune email address validation (c. 0.8.8claws89): if . is 
10607                 just one char away from @, the address is invalid too 
10608                 (correctly rejects addresses like foo@.com)
10609
10610 2003-01-13 [paul]       0.8.8claws94
10611
10612         * src/messageview.c
10613           src/toolbar.c
10614                 fixes to the Message View toolbar and menu:
10615                 fix non-functioning Forward button
10616                 make Reply button consider default_reply_list
10617                 remove 'Follow-up...' menu entry
10618                 add 'Forward' and 'Redirect' menu entries
10619
10620 2003-01-13 [melvin]     0.8.8claws93
10621
10622         * src/inc.c
10623                 Fixed typo that could make new messages count incorrect.
10624
10625 2003-01-13 [melvin]     0.8.8claws92
10626
10627         * src/folderview.[ch]
10628                 folderview_check_new(): return the number of new messages.
10629         * src/inc.c
10630                 Should fix bug [14] where new mail notification worked 
10631                         incorrectly with IMAP accounts.
10632                 inc_spool_account(): return number of new msgs, or -1 on error
10633                 inc_all_spool(): return number of new msgs
10634                 
10635 2003-01-13 [melvin]     0.8.8claws91
10636
10637         * src/prefs_actions.c
10638                 Justify help text.
10639
10640 2003-01-12 [thorsten]   0.8.8claws90
10641
10642         * src/common/prefs.c
10643                 close file before rename
10644
10645 2003-01-12 [alfons]     0.8.8claws89
10646
10647         * AUTHORS
10648                 add Christian Mertes
10649         * src/common/utils.[ch]
10650                 g_stricase_hash(), g_stricase_equal(): functions for 
10651                 case insensitive hash tables
10652         * src/textview.c
10653                 use top level domain names to validate email address, based
10654                 on a patch by Christian Mertes (thanks!), but changed 
10655                 implementation to use a hash table 
10656
10657 2003-01-12 [paul]       0.8.8claws88
10658
10659         * po/bg.po
10660                 updated by George Danchev
10661
10662 2003-01-12 [alfons]     0.8.8claws87
10663
10664         * src/summaryview.c
10665                 delete / execute performance: use new style folder update
10666
10667 2003-01-12 [paul]       0.8.8claws86
10668
10669         * sync with 0.8.8cvs5
10670                 see ChangeLog 2003-01-13 (!)
10671
10672 2003-01-12 [alfons]     0.8.8claws85
10673
10674         * src/filtering.c
10675         * src/matcher_parser_parse.y
10676                 prepare change_score filtering action
10677         * src/matcher.[ch]
10678                 give up const-correctness on functions that call non-const-correct functions;
10679                 several casts to gpointer in g_free();
10680                 add change_score;
10681
10682 2003-01-12 [christoph]  0.8.8claws84
10683
10684         * src/compose.c
10685                 fix 2 warnings
10686
10687         * src/gtk/prefswindow.[ch]
10688         * src/plugins/spamassassin/spamassassin_gtk.c
10689                 changed the call of the widget create function
10690                 for PrefsPages, because sometimes the widget
10691                 create function needs a widget that already has
10692                 been attached to a window (to create GDK pixmaps
10693                 for exmaple). So we simply pass the GtkWindow as
10694                 the second parameter now.
10695
10696         * src/main.c
10697         * src/mainwindow.c
10698         * src/prefs_toolbar.[ch]
10699                 rewrite Toolbar Preferences using the new
10700                 prefs window
10701
10702 2003-01-11 [alfons]     0.8.8claws83
10703
10704         * src/addressadd.c
10705                 fix crash when adding sender to addressbook because status bar
10706                 isn't there (the status bar doesn't seem to be used though,
10707                 but I'll let Match decide what to do with it)
10708
10709 2003-01-11 [colin]      0.8.8claws82
10710
10711         * src/main.c
10712           src/toolbar.c
10713                 Two useless changes reversed
10714
10715 2003-01-11 [colin]      0.8.8claws81
10716
10717         * src/mainwindow.c
10718           src/mainwindow.h
10719                 Add mainwindow_get_mainwindow()
10720         * src/alertpanel.c
10721           src/alertpanel.h
10722                 Add alertpanel_error_log() 
10723         * src/compose.c
10724           src/inc.c
10725           src/messageview.c
10726           src/toolbar.c
10727           src/main.c
10728           src/procmsg.c
10729                 Network errors get a View Log button
10730
10731 2003-01-10 [alfons]     0.8.8claws80
10732
10733         * src/prefs_toolbar.c
10734         * src/toolbar.c
10735                 use the translatable string for "Separator" as file name for
10736                 separator toolbar items (probably make this uppercase?)
10737
10738 2003-01-10 [alfons]     0.8.8claws79
10739
10740         * src/prefs_toolbar.c
10741                 put right A_SEPARATOR description string in "displayed
10742                 toolbar items list" so manually added separators are
10743                 saved correctly (bug #10, "Adding a separator to the main 
10744                 toolbar fails, entry in xml file is wrong")
10745
10746 2003-01-10 [christoph]  0.8.8claws78
10747
10748         * src/imap.c
10749                 o fix warnings
10750                 o use CAPABILITY to check if NAMESPACE is available
10751
10752 2003-01-10 [christoph]  0.8.8claws77
10753
10754         * src/imap.[ch]
10755                 apply UIDPLUS IMAP extension support patch
10756
10757         Patch submitted by Simon 'corecode' Schubert
10758
10759 2003-01-10 [paul]       0.8.8claws76
10760
10761         * src/folderview.c
10762                 a sync from main which fixes the news account folders'
10763                 Properties bug
10764
10765 2003-01-10 [christoph]  0.8.8claws75
10766
10767         * src/folder.c
10768                 don't accept 0 as a valid uid returned by copy and move
10769                 functions. 0 means the message was copied or moved but the
10770                 new uid could not be fetched. It is not an error condition
10771                 for the copy or move operation.
10772
10773 2003-01-10 [paul]       0.8.8claws74
10774
10775         * src/prefs_filtering.c
10776                 change English used in Alert when entry is not
10777                 saved.
10778                 
10779         * sync with 0.8.8cvs4
10780                 see ChangeLog 2003-01-10
10781
10782 2003-01-10 [darko]      0.8.8claws73
10783
10784         * src/pine.c
10785                 fix crash when importing address book entry
10786                 without a valid address
10787
10788 2003-01-09 [alfons]     0.8.8claws72
10789
10790         * src/inc.c
10791                 filtering performance: use new style folder update
10792
10793 2003-01-09 [christoph]  0.8.8claws71
10794
10795         * src/compose.c
10796         * src/gtk/menu.[ch]
10797                 fix wrong selecting of mime encoding type, when
10798                 opening property dialog of attachments in the
10799                 compose window. 7bit was always selected and that
10800                 destoryed files with 8bit data.
10801                 (closes bug #9 Sylpheed-claws destroys attachments when
10802                  changing MIME-types)
10803
10804 2003-01-09 [paul]       0.8.8claws70
10805
10806         * sync with 0.8.8cvs3
10807                 see ChangeLog 2003-01-09
10808
10809 2003-01-08 [alfons]     0.8.8claws69
10810         
10811         * src/addressadd.c
10812                 apply patch by Kim Schulz to fix build breakage
10813                 because of missing variable
10814
10815 2003-01-08 [paul]       0.8.8claws68
10816
10817         * sync with 0.8.8cvs2
10818                 see ChangeLog 2002-01-08
10819
10820 2003-01-08 [paul]       0.8.8claws67
10821
10822         * po/it.po
10823                 updated by Alessandro Maestri
10824                 
10825         * src/addressadd.c
10826                 when using 'Add sender to addressbook' allow
10827                 name to be edited and remarks to be entered
10828                 Patch submitted by Luke Plant
10829
10830 2003-01-08 [darko]      0.8.8claws66
10831
10832         * README.claws, src/summaryview.c
10833                 fix description for marked messages
10834
10835 2003-01-08 [paul]
10836
10837         * tools/Makefile.am
10838           tools/launch_phoenix  ** NEW FILE **
10839                 add script that enables using Phoenix as the default
10840                 web browser. 
10841                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10842                 
10843         * tools/OOo2sylpheed.pl
10844                 remove full path to sylpheed executable, just 'sylpheed'
10845                 will do
10846                 
10847         * tools/README
10848                 add launch_phoenix informtion and re-arrange and compress
10849                 the data a little
10850
10851 2003-01-07 [christoph]  0.8.8claws65
10852
10853         * src/folder.c
10854                 fix update for source folder when moving messages
10855         * src/procmsg.[ch]
10856         * src/summaryview.c
10857                 use function to set to_folder for message infos and
10858                 automatically update the op_count for old and new
10859                 folder
10860
10861 2003-01-07 [melvin]     0.8.8claws64
10862
10863         * src/prefs_actions.c
10864                 Fixed bug where an '%p' Action on a displayed image crashed 
10865                         Sylpheed
10866                 Code clean up (get rid of duplicated code and removed unnecessary 
10867                                 structure member)
10868
10869 2003-01-07 [christoph]  0.8.8claws63
10870
10871         * src/compose.c
10872         * src/folder.[ch]
10873         * src/folderview.c
10874         * src/import.c
10875         * src/inc.c
10876         * src/main.c
10877         * src/mainwindow.c
10878         * src/messageview.c
10879         * src/prefs_folder_item.c
10880         * src/procmsg.c
10881         * src/summaryview.c
10882         * src/toolbar.c
10883                 o remove all folder update triggering from the UI code. The folder
10884                   system should know much better when a folder needs an update.
10885                 o to prevent multiple updates in a row the folder updates can be
10886                   frozen for some time.
10887
10888                 Note: - Please verify that no updates are missing
10889                       - Check where freeze/thaws should be added
10890
10891 2003-01-07 [christoph]  0.8.8claws62
10892
10893         * src/prefs_actions.c
10894                 don't translate empty strings
10895
10896         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10897
10898 2003-01-06 [christoph]  0.8.8claws61
10899
10900         * src/prefs_actions.c
10901                 mark strings for gettext
10902         * src/prefs_matcher.c
10903                 use new description window for Execute action and
10904                 match condition in Filtering
10905
10906         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10907
10908 2003-01-06 [alfons]     0.8.8claws60
10909
10910         keep myself inspired to re-organize matcher part 8; 
10911         yes, more to come (I need to move out the descriptive
10912         text for actions to matcher.c, or at least make it not
10913         depend on the wicked ordering)
10914
10915         * src/prefs_matcher.c
10916                 add documentation so others may comprehend the
10917                 UI part of the conditions
10918                 
10919 2003-01-06 [christoph]  0.8.8claws59
10920
10921         * src/prefs_actions.c
10922                 use new description window for syntax help
10923         * src/gtk/description_window.c
10924                 fix display of descriptions with column count != 2
10925
10926         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10927
10928 2003-01-06 [christoph]  0.8.8claws58
10929
10930         * src/quote_fmt.c
10931         * src/summaryview.[ch]
10932         * src/gtk/Makefile.am
10933         * src/gtk/description_window.[ch]       ** NEW **
10934                 use a generic window to display syntax descriptions
10935                 currently used in quote_fmt and summaryview (new description
10936                 for extended quick search)
10937
10938         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10939
10940 2003-01-06 [paul]       0.8.8claws57
10941
10942         * sync with 0.8.8cvs1
10943                 see ChangeLog 2003-01-06
10944
10945 2003-01-06 [christoph]  0.8.8claws56
10946
10947         * src/mainwindow.c
10948         * src/prefs_gtk.[ch]
10949         * src/gtk/prefswindow.[ch]
10950         * src/plugins/spamassassin/spamassassin_gtk.c
10951                 o remove page management from prefswindow, pages
10952                   will be an argument to prefswindow_open
10953                 o prefswindow_open gets a datapointer that is
10954                   passed to the widget_create function to allow
10955                   creation of prefswindow for specific items
10956
10957 2003-01-06 [colin]      0.8.8claws55
10958         
10959         * src/summaryview.c
10960                 We don't want regexp in the reply-finder, 
10961                 because MIDs can contain !,$,. and so on
10962
10963 2003-01-06 [jens]       0.8.8claws54
10964
10965         * src/jpilot.c
10966                 fixed a wrong free in jpilot_read_db_files
10967
10968 2003-01-06 [alfons]     0.8.8claws53
10969
10970         re-organize matcher part 8; more to come
10971        
10972         * src/matcher.c
10973                 matcherprop_to_string(): put g_free()s before the
10974                 switch-case break to fix memleaks                
10975
10976 2003-01-06 [colin]      0.8.8claws52
10977
10978         * src/summaryview.c
10979                 cleanup & reply-finder now displays the first 
10980                 matching message
10981
10982 2003-01-05 [alfons]     0.8.8claws51
10983
10984         re-organize matcher part 7; more to come
10985
10986         * src/matcher.[ch]
10987                 fixes for constant correctness;
10988                 more documentation;
10989
10990 2003-01-05 [alfons]     0.8.8claws50
10991
10992         re-organize matcher part 6; more to come
10993         
10994         * src/matcher.[ch]
10995                 fixes for constant correctness;
10996                 more documentation;
10997         * src/filtering.c
10998                 fix for constant correctness
10999
11000 2003-01-05 [colin]      0.8.8claws49
11001
11002         * src/account.[ch]
11003                 Add account_get_reply_account function
11004         * src/compose.c
11005                 Use account_get_reply_account function 
11006         * src/summaryview.c
11007                 Basic reply-finder - click on the replied
11008                 icon gets you to the outbox using quick-search
11009
11010 2003-01-05 [paul]       0.8.8claws48
11011
11012         * src/prefs_common.c
11013                 small change to English
11014                 
11015         * src/prefs_filtering.c
11016                 prefs_filtering_action_select(): improve logic and uniformity
11017                 of gui
11018
11019 2003-01-05 [alfons]     0.8.8claws47
11020
11021         fine tune solution to focus problems (bug #7)
11022
11023         * src/mainwindow.c
11024                 mainwindow_focus_in_event(): remove grab event check
11025         * src/summaryview.c
11026                 summary_button_pressed(): move selection on right-click
11027                 too. we can't possibly move the selection back after
11028                 canceling a dialog, because gtk's incomplete focus 
11029                 management. whether this is a good solution, only time
11030                 will tell.
11031
11032 2003-01-05 [christoph]  0.8.8claws46
11033
11034         * src/imap.c
11035                 fix crash when no imap connection could be established
11036
11037 2003-01-05 [paul]       0.8.8claws45
11038
11039         * src/mainwindow.c
11040           src/sumamryview.c
11041           src/gtk/menu.[ch]
11042                 fix bug 605957 'shortcuts in popup-menu'
11043                 make user-defined shortcuts work
11044                 show shortcuts that are already defined
11045                 in the main menu
11046                 Patch submitted by Luke Plant
11047
11048 2003-01-05 [alfons]     0.8.8claws44
11049
11050         * src/mainwindow.c
11051                 focus_in_event handler should not select summary view row 
11052                 when another window (menu, dialog) grabbed for events 
11053                 (bug #7, "[0.8.8claws42] Message summary focus") 
11054
11055 2003-01-04 [christoph]  0.8.8claws43
11056
11057         * src/procmsg.c
11058                 update save folder after adding the sent message
11059                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11060
11061 2003-01-02 [christoph]  0.8.8claws42
11062
11063         * src/common/plugin.c
11064                 fix unloading of all plugins and unload
11065                 plugins in reverse order
11066                 
11067         * src/gtk/pluginwindow.c
11068                 implement function of load and unload button
11069
11070         * src/gtk/prefswindow.c
11071         * src/gtk/prefswindow.h
11072                 rename register function and add new unregister
11073                 function
11074
11075         * src/plugins/spamassassin/spamassassin_gtk.c
11076                 unregister prefs page and update for changes in
11077                 src/gtk/prefswindow.c
11078
11079 2003-01-02 [paul]       0.8.8claws41
11080
11081         * po/es.po
11082                 updated by Ricardo Mones Lastra
11083
11084 2003-01-02 [paul]
11085
11086         * tools/tb2sylpheed
11087                 fixes and improvements by Urke MMI
11088
11089 2003-01-02 [thorsten]   0.8.8claws40
11090
11091         * src/procmsg.c
11092                 fixed wrong return value
11093
11094 2003-01-02 [thorsten]   0.8.8claws39
11095
11096         * src/prefs.c
11097                 fixed printing wrong variable
11098
11099 2003-01-02 [thorsten]   0.8.8claws38
11100
11101         * src/prefs.c
11102                 fixed acessing members of freed pfile struct
11103
11104 2003-01-02 [thorsten]   0.8.8claws37
11105
11106         * src/procmsg.c
11107                 detect loops across several messages
11108                 as suggested by Christoph Hohmann
11109
11110 2003-01-01 [match]      0.8.8claws36
11111
11112         * src/addrindex.c
11113                 fixed another memory leak.
11114
11115 2003-01-01 [match]      0.8.8claws35
11116
11117         * src/jpilot.[ch]
11118                 fixed memory leaks. applied Doxygen comments.
11119
11120 2003-01-01 [thorsten]   0.8.8claws34
11121
11122         * src/procmsg.c
11123                 inhibit endless loop if msg references itself
11124                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11125
11126 2003-01-01 [christoph]  0.8.8claws33
11127
11128         * src/mainwindow.c
11129         * src/gtk/Makefile.am
11130         * src/gtk/pluginwindow.c                ** NEW **
11131         * src/gtk/pluginwindow.h                ** NEW **
11132                 add plugin window
11133
11134         * src/plugins/demo/demo.c
11135         * src/plugins/spamassassin/spamassassin.c
11136         * src/plugins/spamassassin/spamassassin_gtk.c
11137                 write better plugin descriptions
11138
11139 2002-12-31 [christoph]  0.8.8claws32
11140
11141         * src/gtk/prefswindow.c
11142         * src/plugins/spamassassin/spamassassin_gtk.c
11143                 some small improvements to GTK code
11144
11145 2002-12-31 [christoph]  0.8.8claws31
11146
11147         * src/plugins/spamassassin/spamassassin_gtk.c
11148                 enable folder select button
11149
11150 2002-12-31 [christoph]  0.8.8claws30
11151
11152         * src/mainwindow.c
11153         * src/gtk/Makefile.am
11154         * src/gtk/prefswindow.c                         ** NEW **
11155         * src/gtk/prefswindow.h                         ** NEW **
11156                 add new prefs window
11157
11158         * src/common/plugin.c
11159                 don't try to load empty config lines
11160         
11161         * src/plugins/spamassassin/Makefile.am
11162         * src/plugins/spamassassin/spamassassin.c
11163         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11164         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11165                 GTK config for SpamAssassin Plugin using
11166                 the new prefs window
11167
11168 2002-12-31 [paul]       0.8.8claws29
11169
11170         * po/POTFILES.in
11171                 remove obsolete entry 'src/menu.c'
11172
11173 2002-12-31 [alfons]     0.8.8claws28
11174
11175         * src/matcher.[ch]
11176         * src/matcher_parser_parse.y
11177         * src/prefs_matcher.c
11178                 add "ignore_thread" and "~ignore_thread" condition so it's
11179                 possible to make the actions / scoring operate on the ignore
11180                 thread flag
11181
11182 2002-12-31 [christoph]  0.8.8claws27
11183
11184         * src/addrbook.c
11185         * src/addrindex.c
11186         * src/folder.c
11187         * src/matcher.c
11188         * src/prefs_account.c
11189         * src/prefs_actions.c
11190         * src/prefs_customheader.c
11191         * src/prefs_display_header.c
11192         * src/prefs_gtk.c
11193         * src/procmime.c
11194         * src/toolbar.c
11195         * src/xmlprops.c
11196         * src/common/prefs.[ch]
11197                 extend prefs file handling for reading and automatic handling
11198                 of blocks. When reading prefs_set_block_label will automatically
11199                 move on to the block. When writing it will copy all other blocks
11200                 automatically
11201
11202         * src/common/plugin.c
11203                 Now loading plugin filenames from [Plugins] block in
11204                 sylpheed rc file
11205
11206 2002-12-30 [christoph]  0.8.8claws26
11207
11208         * src/common/hooks.[ch]
11209                 return abort status to caller of hooks_invoke
11210                 
11211         * src/inc.[ch]
11212                 invoke message filtering hook and stop
11213                 default handling when filter returns abort
11214
11215         * src/common/plugin.[ch]
11216         * src/plugins/demo/demo.c
11217                 modify plugin loader, because resolving symbols for strings
11218                 does not work correctly
11219         
11220         * configure.in
11221         * ac/spamassassin.m4                            ** NEW **
11222         * src/plugins/spamassassin/.cvsignore           ** NEW **
11223         * src/plugins/spamassassin/Makefile.am          ** NEW **
11224         * src/plugins/spamassassin/README               ** NEW **
11225         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11226         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11227         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11228                 add spamassassin plugin, see src/plugins/spamassassin/README
11229                 for details
11230
11231 2002-12-29 [alfons]     0.8.8claws25
11232
11233         * src/mainwindow.c
11234                 when moving focus from a message view to the main 
11235                 window, don't forget to select the summary node
11236                 of the displayed message. should fix "[ 659103 ] 
11237                 focus-follows-mouse confuses sylpheed"
11238
11239 2002-12-29 [christoph]  0.8.8claws24
11240
11241         * src/Makefile.am
11242         * src/stringtable.[ch]          ** REMOVE **
11243         * src/common/Makefile.am
11244         * src/common/stringtable.[ch]   ** NEW **
11245                 move stringtable files to common directory
11246
11247 2002-12-29 [christoph]  0.8.8claws23
11248
11249         * src/Makefile.am
11250         * src/menu.[ch]                 ** REMOVE **
11251         * src/gtk/Makefile.am
11252         * src/gtk/menu.[ch]             ** NEW **
11253                 move menu files to gtk directory
11254
11255 2002-12-29 [match]      0.8.8claws22
11256
11257         * src/addressbook.c
11258         * src/syldap.c
11259                 moved UI specific code out of LDAP code into addressbook
11260                 UI code. fixed memory leak.
11261
11262 2002-12-29 [christoph]  0.8.8claws21
11263
11264         * src/folder.c
11265                 only check for IGNORED parent message when message is
11266                 not IGNORED itself
11267
11268 2002-12-29 [alfons]     0.8.8claws20
11269
11270         * src/summaryview.c
11271                 set gtksctree's anchor correct (immediate execute
11272                 changes the tree's layout, and anchor points at 
11273                 the incorrect row). fixes "[ 657233 ] multiple msg 
11274                 delete sometimes off by 1".
11275                 we probably have to look for more tree layout /
11276                 anchor glitches.
11277
11278 2002-12-29 [paul]       0.8.8claws19
11279
11280         * src/summaryview.c
11281                 fix bug [ 659054 ] incorrect sorting of 'From' column
11282                 when using 'display sender using address book'
11283                 thanks to Alfons and Luke Plant
11284
11285 2002-12-29 [christoph]  0.8.8claws18
11286
11287         * src/folder.c
11288         * src/procmsg.[ch]
11289                 check parent messages for IGNORE THREAD flag, when adding,
11290                 moving or copying messages to a folder
11291
11292 2002-12-27 [alfons]     0.8.8claws17
11293
11294         re-organize matcher part 5; more to come
11295
11296         * src/matcher.c
11297                 hash keywords in matchparser_tab 
11298
11299 2002-12-27 [alfons]     0.8.8claws16
11300
11301         re-organize matcher part 4; more to come
11302
11303         * src/matcher_parser.h
11304         * src/matcher_parser_lex.l
11305         * src/matcher_parser_parse.y
11306                 cleanup
11307
11308 2002-12-27 [alfons]     0.8.8claws15
11309
11310         re-organize matcher part 3; more to come
11311
11312         * src/matcher.[ch]
11313                 cleanup
11314
11315 2002-12-27 [alfons]     0.8.8claws14
11316
11317         re-organize matcher part 2; more to come but this should
11318         work. cc me if there are any regressions.
11319
11320         * src/matcher.h
11321                 add prototype for get_matchparser_tab_id()
11322         * src/matcher_parser_lex.l
11323                 look up keywords using matchparser_tab_id();
11324
11325 2002-12-27 [alfons]     0.8.8claws12
11326
11327         re-organize matcher part 1
11328
11329         * src/matcher.h
11330                 map yacc generated constants to sylpheed matcher constants
11331         * src/matcher.c
11332                 add function to find a matcher constant from a string
11333
11334 2002-12-27 [christoph]  0.8.8claws11
11335
11336         * src/compose.c
11337                 MENUITEM_ADD casts the 4th argument from integer to pointer
11338                 so it probably should not be a pointer, this means we
11339                 should use account id for it and not the account's pointer
11340
11341 2002-12-27 [paul]       0.8.8claws10
11342
11343         * src/mainwindow.c
11344                 remove unneeded 'GtkWidget *vbox'
11345                 
11346         * src/summaryview.c
11347                 further sync with 0.8.8 - make sort
11348                 by recipient work as expected
11349                 
11350         * NEWS
11351                 sync with 0.8.8
11352
11353 2002-12-27 [paul]       0.8.8claws9
11354
11355         * po/pt_BR.po
11356                 updated by Ivan F. Martinez
11357                 
11358 2002-12-27 [darko]      0.8.8claws8
11359
11360         * src/common/utils.c
11361                 added locked pattern to extended search
11362
11363 2002-12-27 [alfons]     0.8.8claws7
11364
11365         * src/prefs_matcher.[ch]
11366                 clean up
11367
11368 2002-12-26 [alfons]     0.8.8claws6
11369
11370         * src/matcher.[ch]
11371         * src/matcher_parser_lex.l
11372         * src/matcher_parser_parse.y
11373         * src/prefs_matcher.c
11374                 allow color label as a condition in the matcher
11375
11376 2002-12-26 [oliver]     0.8.8claws5
11377         
11378         * src/toolbar.c 
11379                 enable Addressbook for Main and Messageview
11380         * src/prefs_actions.c
11381                 enable actions in Messageview
11382
11383 2002-12-26 [christoph]  0.8.8claws4
11384
11385         * src/common/plugin.c
11386                 add a little debug output
11387         * configure.in
11388         * src/plugins/demo/Makefile.am
11389                 better use of automake
11390
11391 2002-12-26 [christoph]  0.8.8claws3
11392
11393         * src/Makefile.am
11394         * src/common/Makefile.am
11395                 fix "make distdir"
11396
11397 2002-12-26 [christoph]  0.8.8claws2
11398
11399         * configure.in
11400                 sort configure checks into common / gtk / plugins
11401         * po/POTFILES.in
11402                 add src/prefs_gtk.c
11403         * src/Makefile.am
11404                 add plugins SUBDIR
11405         * src/main.c
11406         * src/common/sylpheed.[ch]
11407                 added now sylpheed_done function for shutdown
11408         * src/common/Makefile.am
11409         * src/common/plugin.[ch]                ** NEW **
11410                 plugin loader and unloader
11411         * src/plugins/.cvsignore                ** NEW **
11412         * src/plugins/Makefile.am               ** NEW **
11413                 build plugins
11414         * src/plugins/demo/.cvsignore           ** NEW **
11415         * src/plugins/demo/Makefile.am          ** NEW **
11416         * src/plugins/demo/demo.c               ** NEW **
11417                 small demo plugin that installs a logtext hook and
11418                 outputs the log text to stdout
11419
11420 2002-12-26 [paul]       0.8.8claws1
11421
11422         * po/es.po
11423                 updated by Ricardo Mones Lastra
11424
11425 2002-12-26 [paul]       0.8.8claws
11426
11427         * 0.8.8claws released
11428
11429 2002-12-26 [paul]       0.8.7claws12
11430
11431         * po/bg.po
11432                 updated by George Danchev
11433
11434 2002-12-26 [paul]       0.8.7claws11
11435
11436         * po/POTFILES.in
11437                 remove unneeded 'src/prefs.c' entry 
11438
11439 2002-12-26 [paul]       0.8.7claws10
11440
11441         * src/codeconv.c
11442           src/mainwindow.c
11443                 sync with 0.8.8 release
11444         
11445         * src/folder.[ch]
11446           src/mh.c
11447           src/summaryview.c
11448                 partial sync with 0.8.8 release
11449         
11450
11451 2002-12-25 [alfons]     0.8.7claws9
11452
11453         * src/matcher.[ch]
11454         * src/matcher_parser_lex.l
11455         * src/matcher_parser_parse.y
11456         * src/prefs_matcher.c
11457                 add locked flag to possible filtering / matcher 
11458                 conditions (also a good example what should be
11459                 done to add a simple boolean condition)
11460
11461 2002-12-25 [christoph]  0.8.7claws8
11462
11463         * src/Makefile.am
11464         * src/account.[ch]
11465         * src/addrbook.c
11466         * src/addressbook.c
11467         * src/addrindex.c
11468         * src/filtering.c
11469         * src/folder.c
11470         * src/matcher.c
11471         * src/prefs.[ch]                ** REMOVE **
11472         * src/prefs_account.c
11473         * src/prefs_actions.c
11474         * src/prefs_common.c
11475         * src/prefs_customheader.c
11476         * src/prefs_display_header.c
11477         * src/prefs_filtering.c
11478         * src/prefs_folder_item.c
11479         * src/prefs_gtk.[ch]            ** NEW **
11480         * src/prefs_matcher.c
11481         * src/prefs_scoring.c
11482         * src/prefs_summary_column.c
11483         * src/procmime.c
11484         * src/selective_download.c
11485         * src/toolbar.c
11486         * src/common/Makefile.am
11487         * src/common/prefs.[ch]         ** NEW **
11488                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11489
11490 2002-12-24 [alfons]     0.8.7claws7
11491
11492         * src/summaryview.c
11493                 summary_thread_build(): fix real cause of the crash mentioned in
11494                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11495                 this way we get meaningful ctree nodes 
11496
11497 2002-12-24 [oliver]     0.8.7claws6
11498
11499         * src/mainwindow.[ch]
11500         * src/messageview.[ch]
11501         * src/compose.[ch]
11502         * src/inc.c
11503         * src/summaryview.c
11504                 changes to use updated toolbar handling
11505                 
11506 2002-12-24 [oliver]     0.8.7claws5
11507
11508         * src/toolbar.[ch]
11509                 generic toolbar handling
11510                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11511         * src/prefs_toolbar.[ch]
11512                 adjust to handling
11513         
11514 2002-12-24 [oliver]     0.8.7claws4
11515         
11516         * src/stock_pixmap.[ch]
11517                 move SYLPHEED_LOGO to end of list in order 
11518                 to remove it from Custom Toolbar`s Icon View
11519
11520 2002-12-24 [alfons]     0.8.7claws3
11521
11522         * src/summaryview.c
11523                 summary_thread_build(): fix crash because of focus != selection 
11524                 after threading. when deleting the selection, gtk tries but fails 
11525                 to find the correct focusable element. we now force the selection
11526                 to be focused. this should solve the infamous bug reported by 
11527                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11528                 a test case is available. 
11529
11530 2002-12-24 [darko]      0.8.7claws2
11531
11532         * src/summaryview.c
11533                 don't crash when unmarking message with unread children
11534
11535 2002-12-23 [christoph]  0.8.7claws1
11536
11537         * src/Makefile.am
11538         * src/common/Makefile.am
11539                 update Makefiles for moved intl.h, version.h and defs.h
11540         * src/imap.c
11541                 rewrite imap_session_get to avoid duplicate code
11542
11543 2002-12-23 [paul]       0.8.7claws
11544
11545         * Santa-Claws released
11546         
11547         * po/hu.po
11548           po/ru.po
11549                 squeeze in updated Hungarian and Russian translations.
11550                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11551
11552 2002-12-23 [paul]       0.8.6claws129
11553
11554         * po/pl.po
11555                 updated by Witold Wladyslaw Wojciech Wilk
11556
11557 2002-12-23 [paul]       0.8.6claws128
11558
11559         * src/quote_fmt_parse.y
11560                 fix typo and add licence header
11561
11562 2002-12-23 [paul]       0.8.6claws127
11563
11564         * po/en_GB.po
11565                 updated
11566
11567 2002-12-23 [paul]       0.8.6claws126
11568
11569         * po/it.po
11570                 updated translation, submitted by Alessandro Maestri
11571                 
11572 2002-12-23 [paul]       0.8.6claws125
11573
11574         * src/quote_fmt_parse.y
11575                 fix signature-stripping on replies bug. match
11576                 '-- \n' and not '-- '.
11577
11578 2002-12-22 [paul]       0.8.6claws124
11579
11580         * po/bg.po
11581           po/es.po
11582           po/sr.po
11583                 updated translations. submitted by George Danchev,
11584                 Ricardo Mones Lastra, and Urke MMI respectively
11585
11586 2002-12-21 [paul]       0.8.6claws123
11587
11588         * src/addrbook.c
11589                 fix coding style
11590
11591 2002-12-21 [paul]       0.8.6claws122
11592
11593         * src/addrbook.c
11594                 fix bug [643638] where if a person is in one or more
11595                 addressbook groups editing that person's email 
11596                 address results in removal from those groups.
11597                 Patch submitted by Luke Plant.
11598
11599 2002-12-20 [christoph]  0.8.6claws121
11600
11601         * src/common/utils.c
11602         * src/summaryview.c
11603                 reimplement expand_search_string using GString to
11604                 prevent crashs caused by miscalculated string
11605                 lengths reported by Paul
11606
11607 2002-12-20 [christoph]  0.8.6claws120
11608
11609         * src/summaryview.c
11610                 don't use "changed" to check if op_count has to be changed as it
11611                 is also set when the message has unread children
11612                 (closes bug [ 653221 ] crash while deleting duplicates)
11613
11614 2002-12-20 [paul]       0.8.6claws119
11615
11616         * sync with 0.8.6cvs27
11617                 see ChangeLog 2002-12-20
11618
11619 2002-12-20 [paul]       0.8.6claws118
11620
11621         * sync with 0.8.6cvs26
11622                 see ChangeLog 2002-12-19 and 2002-12-20
11623
11624 2002-12-19 [alfons]     0.8.6claws117
11625
11626         * src/textview.c
11627                 fix incorrect parsing of email addresses, submitted by 
11628                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11629                 name display if it contains @".
11630
11631 2002-12-18 [paul]       0.8.6claws116
11632
11633         * sync with 0.8.6cvs23
11634                 see ChangeLog 2002-12-18
11635
11636 2002-12-18 [paul]       0.8.6claws115
11637
11638         * src/Makefile.am
11639         * src/account.c
11640         * src/codeconv.c
11641         * src/gtkutils.[ch]
11642         * src/imap.c
11643                 sync with 0.8.6cvs22.
11644                 see ChangeLog 2002-12-17 and 2002-12-18
11645
11646 2002-12-17 [christoph]  0.8.6claws114
11647
11648         * src/imap.c
11649                 o don't create a session if imap greeting fails
11650                 o don't close socket when authentication fails
11651                   this is done by imap_session_destroy
11652
11653 2002-12-17 [thorsten]   0.8.6claws113
11654
11655         * tools/Makefile.am
11656           tools/README
11657           tools/google_msgid.pl ** NEW FILE **
11658                 Added "search for message-id" script and doc
11659
11660 2002-12-17 [thorsten]   0.8.6claws112
11661
11662         * po/hu.po
11663                 Updated hungarian translation
11664                 (updated by Gal Zoltan)
11665
11666 2002-12-16 [christoph]  0.8.6claws111
11667
11668         * src/addr_compl.c
11669                 remove stupid addressbook dump to debug output
11670         * src/mh.c
11671                 fix memory leak found by Hiro
11672
11673 2002-12-14 [paul]       0.8.6claws110
11674
11675         * src/compose.c
11676                 fix menubar sensitivity on send
11677                 
11678         * src/prefs_filtering.c
11679         * src/prefs_matcher.c
11680         * src/prefs_scoring.c
11681                 Fix english ;)
11682                 
11683         * src/common/quoted-printable.h
11684                 sync: fix typo
11685         
11686 2002-12-13 [christoph]  0.8.6claws109
11687
11688         * src/Makefile.am
11689         * src/manage_window.[ch]        ** REMOVE **
11690         * src/gtk/Makefile.am
11691         * src/gtk/manage_window.[ch]    ** NEW **
11692                 move manage_window files to gtk directory
11693
11694 2002-12-13 [christoph]  0.8.6claws108
11695
11696         * src/Makefile.am
11697         * src/gtkshruler.[ch]           ** REMOVE **
11698         * src/gtk/Makefile.am
11699         * src/gtk/gtkshruler.[ch]       ** NEW **
11700                 move gtkshruler files to gtk directory
11701
11702 2002-12-13 [christoph]  0.8.6claws107
11703
11704         * src/Makefile.am
11705         * src/compose.c
11706         * src/gtkstext.[ch]             ** REMOVE **
11707         * src/gtkutils.[ch]
11708         * src/textview.c
11709         * src/gtk/gtkstext.[ch]         ** NEW **
11710         * src/gtk/Makefile.am
11711                 o move stext functions to gtkstext.c to remove
11712                   dependency of gtkutils
11713                 o move gtkstext files to gtk directory
11714
11715         * src/gtk/Makefile.am
11716         * src/gtk/sslcertwindow.[ch]
11717                 UI stuff can always depend on common code so
11718                 it's ok to add ../common to include path
11719
11720 2002-12-13 [colin]      0.8.6claws106
11721
11722         * src/summaryview.c
11723                 Disconnect sighandlers for mainwindow when
11724                 quicksearch has the focus
11725                 Fix bug #653231
11726         * src/mainwindow.[ch]
11727                 Make key_pressed callback public, to be able
11728                 to disconnect it
11729
11730 2002-12-13 [christoph]  0.8.6claws105
11731
11732         * src/mh.c
11733                 create .mh_sequences file in new MH folders
11734                 (closes feature request [ 523162 ] MH folders should
11735                  get a .mh_sequences)
11736
11737 2002-12-13 [colin]      0.8.6claws104
11738
11739         * src/summaryview.c
11740                 Better handling of quicksearch show/hide
11741                 (basically the button stays under the mouse 
11742                  when toggled)
11743
11744 2002-12-13 [paul]       0.8.6claws103
11745
11746         * sync with 0.8.6cvs17
11747                 see ChangeLog 2002-12-13
11748
11749 2002-12-13 [paul]       0.8.6claws102
11750
11751         * po/es.po
11752                 updated by Ricardo Mones Lastra
11753
11754 2002-12-11 [colin]       0.8.6claws101
11755
11756         * src/folder.c
11757                 remove statusbar stuff
11758           src/folderview.c
11759                 set statusbar verbosity when moving folders
11760
11761 2002-12-11 [colin]       0.8.6claws100
11762         * src/prefs_filtering.c
11763         * src/prefs_matcher.c
11764         * src/prefs_scoring.c
11765                 Fix english ;)
11766
11767 2002-12-11 [colin]       0.8.6claws99
11768
11769         * src/prefs_common.[ch]
11770                 Add summary_quicksearch_type
11771         * src/summaryview.c
11772                 Save last used quicksearch type
11773
11774 2002-12-11 [jens]       0.8.6claws98
11775         * src/prefs_filtering.c
11776         * src/prefs_matcher.c
11777         * src/prefs_scoring.c
11778                 added dialog for incomplete rules in scoring, filtering and
11779                 matcher to ask wheather really close
11780
11781 2002-12-11 [colin]      0.8.6claws97
11782
11783         * src/folder.c
11784                 Fix folder dnd statusbar logging
11785
11786 2002-12-10 [christoph]  0.8.6claws96
11787
11788         * src/compose.c
11789         * src/folder.c
11790         * src/imap.c
11791         * src/inc.c
11792         * src/main.c
11793         * src/mainwindow.c
11794         * src/news.c
11795         * src/send.c
11796         * src/statusbar.[ch]
11797         * src/common/hooks.c
11798         * src/common/log.[ch]
11799                 o handle verbose logging in statusbar directly in statusbar code
11800                   and common code does not need any knowledge about a statusbar
11801                 o remove direct calls to statusbar_(puts|pop)_all functions
11802
11803 2002-12-10 [jens]       0.8.6claws95
11804
11805         * src/*.c
11806                 removed gettext from g_warnings
11807         * po/POTFILES.in
11808                 cleaned and updated
11809         * po/de.po
11810                 updated
11811
11812 2002-12-10 [colin]      0.8.6claws94
11813
11814         * src/main.c
11815                 finish crash dialog fix
11816
11817 2002-12-10 [colin]      0.8.6claws93
11818
11819         * src/main.c
11820                 "Fix" "sylpheed already running" instead of
11821                 crash dialog appearing after a crash
11822
11823 2002-12-10 [colin]      0.8.6claws92
11824
11825         * po/POTFILES.in
11826                 add src/gtk/sslcertwindow.c
11827
11828 2002-12-10 [paul]       0.8.6claws91
11829
11830         * po/POTFILES.in
11831                 updated to reflect recent changes
11832                 submitted by Alessandro Maestri
11833
11834 2002-12-09 [christoph]  0.8.6claws90
11835
11836         * src/Makefile.am
11837         * src/smtp.[ch]                 ** REMOVE **
11838         * src/common/Makefile.am
11839         * src/common/smtp.[ch]          ** NEW **
11840                 move smtp files to common directory
11841
11842 2002-12-09 [christoph]  0.8.6claws89
11843
11844         * src/Makefile.am
11845         * src/session.[ch]              ** REMOVE **
11846         * src/common/Makefile.am
11847         * src/common/session.[ch]       ** NEW **
11848                 move session files to common directory
11849
11850 2002-12-09 [paul]       0.8.6claws88
11851
11852         * src/account.c
11853                 fix bug [649746] edit accounts: move account reverted
11854                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11855
11856 2002-12-09 [colin]      0.8.6claws87
11857
11858         * src/ssl_certificate.c
11859                 cleanup
11860
11861 2002-12-09 [colin]      0.8.6claws86
11862
11863         * src/ssl.c
11864                 Try to open the cert.pem database and 
11865                 issue a warning if it isn't there
11866
11867 2002-12-09 [colin]      0.8.6claws85
11868
11869         * src/common/ssl_certificate.c
11870         * src/gtk/sslcertwindow.c
11871                 Warning fixes
11872
11873 2002-12-09 [colin]      0.8.6claws84
11874
11875         * src/ssl_certificate.[ch] ** REMOVED **
11876         * src/common/ssl_certificate.[ch] ** NEW **
11877         * src/Makefile.am
11878         * src/common/Makefile.am
11879                 Moved ssl_certificate.[ch] to common
11880         * src/common/ssl.c 
11881                 Put back needed include
11882         * src/gtk/sslcertwindow.[ch]
11883                 Changed ssl_certificate.h include
11884         
11885 2002-12-09 [colin]      0.8.6claws83
11886
11887         * src/gtk/sslcertwindow.[ch]
11888                 Implement hook for certificate acception
11889         * src/ssl_certificate.[ch]
11890                 Implement hook for certificate acception
11891         * src/common/ssl.c
11892                 Reenable certificate acception check
11893         * src/mainwindow.c
11894                 Register sslcertwindow's hook
11895         
11896 2002-12-08 [christoph]  0.8.6claws82
11897
11898         * src/about.c
11899         * src/addr_compl.c
11900         * src/codeconv.c
11901         * src/manual.c
11902         * src/undo.c
11903         * src/common/utils.c
11904                 o add missing includes
11905                 o fix warnings
11906         * src/.cvsignore
11907         * src/common/.cvsignore
11908         * src/common/version.h          ** REMOVE **
11909                 remove autogenerated file
11910
11911 2002-12-08 [paul]       0.8.6claws81
11912
11913         * src/stringtable.c
11914                 put back needed include
11915
11916 2002-12-08 [colin]      0.8.6claws80
11917         
11918         * src/gtk/sslcertwindow.c
11919                 Cleaner popups when asking
11920         * src/ssl_certificate.c
11921         * src/prefs_common.[ch]
11922                 remove ssl certificate pref
11923                 put back needed include
11924         * src/undo.c
11925                 put back needed include
11926
11927 2002-12-08 [christoph]  0.8.6claws79
11928
11929         * src/folderview.c
11930         * src/logwindow.c
11931         * src/statusbar.c
11932         * src/summaryview.c
11933                 only abort hook invokation if required data is missing not
11934                 if our own data pointer is NULL, update hookfunction for
11935                 log window
11936
11937 2002-12-08 [paul]       0.8.6claws78
11938
11939         * src/about.c
11940         * src/addrcache.c
11941         * src/addrclip.c
11942         * src/addr_compl.c
11943         * src/addrselect.c
11944         * src/codeconv.c
11945         * src/colorlabel.c
11946         * src/enriched.c
11947         * src/esmtp.c
11948         * src/exporthtml.c
11949         * src/headerview.c
11950         * src/imageview.c
11951         * src/manual.c
11952         * src/noticeview.c
11953         * src/pgptext.c
11954         * src/scoring.c
11955         * src/sourcewindow.c
11956         * src/stringtable.c
11957         * src/undo.c
11958                 clean up: remove unneccesary includes
11959
11960 2002-12-08 [christoph]  0.8.6claws77
11961
11962         * src/folderview.c
11963         * src/statusbar.c
11964         * src/summaryview.c
11965         * src/common/hooks.[ch]
11966                 hook functions now have a gboolean return value, if a hook
11967                 returns TRUE it will stop executing of any more hooks in
11968                 the same hooklist for this invokation
11969
11970 2002-12-08 [colin]      0.8.6claws76
11971         
11972         * src/main.c
11973                 put back argv0 for CRASH_DIALOG
11974
11975 2002-12-08 [christoph]  0.8.6claws75
11976
11977         * src/Makefile.am
11978         * src/about.c
11979         * src/account.c
11980         * src/crash.c
11981         * src/esmtp.h
11982         * src/imap.[ch]
11983         * src/inc.c
11984         * src/main.c
11985         * src/mainwindow.c
11986         * src/news.c
11987         * src/pop.[ch]
11988         * src/prefs_account.[ch]
11989         * src/prefs_common.[ch]
11990         * src/send.[ch]
11991         * src/smtp.[ch]
11992         * src/ssl_certificate.[ch]
11993         * src/ssl_manager.[ch]
11994         * src/common/Makefile.am
11995         * src/common/log.c
11996         * src/common/nntp.[ch]
11997         * src/common/socket.[ch]
11998         * src/common/ssl.[ch]
11999         * src/gtk/sslcertwindow.[ch]
12000         * ac/openssl.m4
12001                 use new autoconf script to detect OpenSSL with extra parameters
12002                 to specify the location of libs and includes, also remove USE_SSL
12003                 to USE_OPENSSL
12004
12005         * src/common/sylpheed.[ch]
12006         * src/common/version.h.in
12007                 start seperation of common code initialization seperated from gui
12008
12009         * src/summaryview.c
12010                 The function that is called when a color label changes
12011                 should not change the color lable again
12012
12013 2002-12-08 [colin]      0.8.6claws74
12014
12015         * src/gtk/sslcertwindow.c
12016                 warning fixes
12017
12018 2002-12-08 [colin]      0.8.6claws73
12019
12020         * src/statusbar.c
12021           src/common/log.h
12022                 Register a hook for statusbar_puts_all
12023         * src/common/log.c
12024                 invoke statusbar_puts_all's hook
12025         
12026 2002-12-08 [colin]      0.8.6claws72
12027
12028         * src/ssl_certificate.c
12029                 Put back a badly-removed include
12030
12031 2002-12-08 [colin]      0.8.6claws71
12032
12033         * src/gtk/sslcertwindow.[ch]    ** NEW **
12034                 new certificate presentation
12035         * src/gtk/Makefile.am
12036                 add new files
12037         * src/ssl_certificate.[ch]
12038                 gtk cleanup, made utility functions public
12039         * src/ssl_manager.c
12040                 use new cert presentation
12041
12042 2002-12-07 [christoph]  0.8.6claws70
12043
12044         * src/Makefile.am
12045         * src/nntp.[ch]                 ** REMOVE **
12046         * src/common/Makefile.am
12047         * src/common/nntp.[ch]          ** NEW **
12048                 move nntp files to common directory
12049
12050 2002-12-07 [christoph]  0.8.6claws69
12051
12052         * src/procmsg.[ch]
12053         * src/summaryview.c
12054                 implement msginfo update callback using sylpheed's new
12055                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12056
12057 2002-12-06 [christoph]  0.8.6claws68
12058
12059         * src/editgroup.c
12060                 This patch changes the 'Edit Group Details' dialog to
12061                 allow extended selections in either pane, so that
12062                 addresses can be added or removed from a group more
12063                 quickly and easily. (it actually is a net decrease in
12064                 file size, as some unnecessary functions have been
12065                 removed). 
12066                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12067
12068 2002-12-06 [christoph]  0.8.6claws67
12069
12070         * src/Makefile.am
12071         * src/template.[ch]             ** REMOVE **
12072         * src/common/Makefile.am
12073         * src/common/template.[ch]      ** NEW **
12074                 move template files to common directory
12075
12076         * src/nntp.c
12077                 add missing log.h include
12078
12079 2002-12-06 [melvin]     0.8.6claws66
12080
12081         * src/prefs_actions.c
12082                 Added the trailing ">" syntax to insert command's output
12083                 without replacing old text (in contrast to trailing "|").
12084
12085 2002-12-05 [colin]      0.8.6claws65
12086         
12087         * src/common/utils.c
12088                 Don't modify original search_string or it'll change
12089                 the next iterations in the for()
12090
12091 2002-12-05 [darko]      0.8.6claws64
12092
12093         * src/common/utils.c
12094                 proper check for filtering commands, found by Colin
12095
12096 2002-12-05 [darko]      0.8.6claws63
12097
12098         * src/common/utils.c
12099                 check proper string for NULL pointer, found by Colin
12100
12101 2002-12-05 [darko]      0.8.6claws62
12102
12103         * src/common/utils.[ch]
12104                 expand_search_string(): new function
12105                 converts Mutt-like patterns to Sylpheed's
12106                 filtering engine
12107         * src/summaryview.c
12108                 use expand_search_string() to allow Mutt-like
12109                 patterns in extended search
12110         * README.claws
12111                 document extended option in quick search
12112
12113 2002-12-05 [paul]       0.8.6claws61
12114
12115         * sync with 0.8.6cvs16
12116                 see ChangeLog 2002-12-05
12117                 
12118         * po/POTFILES.in
12119                 clean up
12120
12121 2002-12-04 [christoph]  0.8.6claws60
12122
12123         * src/imap.[ch]
12124                 put imap authentication code into a new function and
12125                 remove it from imap_session_new that will allow to
12126                 send other commands before authentication
12127
12128 2002-12-04 [christoph]  0.8.6claws59
12129
12130         * src/imap.[ch]
12131                 use already existing method to prevent unneeded IMAP
12132                 folder selects. Set imap_select parameters to NULL
12133                 in some functions if the values are not required.
12134
12135         * src/xml.h
12136                 remove no longer required include
12137
12138 2002-12-04 [paul]       0.8.6claws58
12139
12140         * po/es.po
12141                 updated by Ricardo Mones Lastra
12142                 
12143         * configure.in
12144           po/hu.po      ** NEW FILE **
12145                 initial Hungarian translation, submitted
12146                 by Gál Zoltán <galzoli@hu.inter.net>
12147
12148 2002-12-03 [christoph]  0.8.6claws57
12149
12150         * src/Makefile.am
12151         * src/gtksctree.[ch]            ** REMOVE **
12152         * src/gtk/Makefile.am
12153         * src/gtk/gtksctree.[ch]        ** NEW **
12154                 move gtksctree files to gtk directory
12155
12156 2002-12-03 [christoph]  0.8.6claws56
12157
12158         * src/Makefile.am
12159         * src/md5.[ch]                  ** REMOVE **
12160         * srm/common/Makefile.am
12161         * src/common/md5.[ch]           ** NEW **
12162                 move md5 files to common directory
12163
12164         * src/gtkstext.c
12165                 remove not required #include
12166
12167 2002-12-03 [sergey]     0.8.6claws55
12168
12169         * src/gtkutils.c
12170         * src/gtkutils.h
12171                 gtkut_window_popup(): new function.
12172         * src/mainwindow.c
12173                 main_window_popup(): use gtkut_window_popup() to raise
12174                 window without changing its position.
12175                 (see sylpheed-main ML message [sylpheed:17247])
12176
12177 2002-12-03 [sergey]     0.8.6claws54
12178
12179         * src/send.c
12180                 send_message_local(): removed first-dot escaping
12181                 (SMTP-only, not needed for sending through pipe)
12182
12183 2002-12-03 [paul]       0.8.6claws53
12184
12185         * po/POTFILES.in
12186                 update to reflect recent changes (thanks
12187                 to Ricardo Mones Lastra)
12188                 
12189         * tools/filter_conv.pl
12190                  fix problem with quoted strings. Patch submitted
12191                  by Luke Plant <lukeplant@softhome.net>
12192
12193 2002-12-03 [paul]       0.8.6claws52
12194
12195         * sync with 0.8.6cvs15
12196                 see ChangeLog 2002-12-03
12197
12198 2002-12-02 [christoph]  0.8.6claws51
12199
12200         * src/logwindow.[ch]
12201         * src/common/log.[ch]
12202                 implement logging using a hook function
12203
12204         * src/folderview.c
12205         * src/folder.[ch]
12206                 define hooklist name in header file to avoid
12207                 errors caused by wrong spelling of hooklist names
12208
12209         * src/toolbar.c
12210                 fix warnings
12211
12212 2002-12-02 [christoph]  0.8.6claws50
12213
12214         * src/common/Makefile.am
12215                 add src/common/hooks.[ch]
12216
12217         * src/common/hooks.[ch]
12218                 implement a simple hook system using glib's hook functions
12219
12220         * src/folder.[ch]
12221         * src/folderview.c
12222                 use new hook system for folder item updates
12223
12224 2002-12-02 [christoph]  0.8.6claws49
12225
12226         * doc-src/ui_seperation.txt     ** NEW **
12227                 information for ui seperation
12228
12229         * src/Makefile.am
12230                 remove files that were moved to common
12231                 include common directory by default for the header files
12232
12233         * src/inc.c
12234         * src/common/socket.c
12235         * src/automaton.[ch]
12236                 implement automaton using g_io_*-functions instead of
12237                 gdk_input_add to make it ui independent
12238
12239         * src/codeconv.c
12240         * src/compose.c
12241         * src/ldif.c
12242         * src/pgptext.c
12243         * src/procmime.c
12244         * src/rfc2015.c
12245         * src/smtp.c
12246         * src/unmime.c
12247                 remove common/ prefix because directory is now in
12248                 include path
12249
12250         * src/compose.c
12251         * src/folder.c
12252         * src/folderview.c
12253         * src/mainwindow.c
12254         * src/messageview.c
12255         * src/prefs_common.c
12256         * src/procmsg.c
12257         * src/rfc2015.c
12258                 fix warnings
12259
12260         * src/imap.c
12261         * src/inc.c
12262         * src/news.c
12263         * src/pop.c
12264         * src/send.c
12265         * src/smtp.c
12266         * src/ssl_certificate.c
12267                 add log.h header file for logging functions
12268
12269         * src/main.c
12270         * src/common/utils.c
12271         * src/summaryview.c
12272         * src/xml.c
12273                 o move debug_mode to common/utils.c
12274                 o add functions to set and get debug_mode
12275
12276         * src/defs.h                    ** REMOVE **
12277         * src/intl.h                    ** REMOVE **
12278         * src/socket.[ch]               ** REMOVE **
12279         * src/ssl.[ch]                  ** REMOVE **
12280         * src/utils.[ch]                ** REMOVE **
12281                 replaced by new files in src/common/
12282         
12283         * src/common/Makefile.am
12284                 add new files in src/common/
12285
12286         * src/common/defs.h             ** NEW **
12287         * src/common/intl.h             ** NEW **
12288         * src/common/log.[ch]           ** NEW **
12289         * src/common/socket.[ch]        ** NEW **
12290         * src/common/ssl.[ch]           ** NEW **
12291         * src/common/utils.[ch]         ** NEW **
12292                 replacement for files in src/
12293
12294 2002-12-02 [colin]      0.8.6claws48
12295
12296         * src/folderview.c
12297                 Scroll folderview if necessary during dnd
12298
12299 2002-12-02 [colin]      0.8.6claws47
12300
12301         * src/folder.[ch]
12302                 Add check to verify a move is within a single mailbox
12303         * src/folderview.c
12304                 Add specific error string for this check
12305
12306 2002-12-02 [colin]      0.8.6claws46
12307
12308         * src/folder.c
12309                 Add a test to folder moving, remove a statusbar_print
12310         * src/folderview.c
12311                 Add Move folder... context-menu item
12312                 Factorize folder moving code
12313                 Enable folder DND for mbox
12314
12315 2002-12-01 [christoph]  0.8.6claws45
12316
12317         * ac/aspell.m4
12318                 remove conf.aspelltest if the version check fails
12319
12320 2002-11-30 [christoph]  0.8.6claws44
12321
12322         * autogen.sh
12323                 run libtoolize --force in autogen to create missing
12324                 libtool scripts
12325
12326 2002-11-30 [christoph]  0.8.6claws43
12327
12328         * src/Makefile.am
12329         * src/pgptext.c
12330         * src/procmime.c
12331         * src/rfc2015.c
12332         * src/uuencode.[ch]             ** REMOVED **
12333         * src/common/Makefile.am
12334         * src/common/uuencode.[ch]      ** NEW **
12335                 move uuen/decoder to common directory
12336
12337 2002-11-30 [christoph]  0.8.6claws42
12338
12339         * src/Makefile.am
12340         * src/base64.[ch]               ** REMOVED **
12341         * src/codeconv.c
12342         * src/compose.c
12343         * src/ldif.c
12344         * src/pgptext.c
12345         * src/procmime.c
12346         * src/rfc2015.c
12347         * src/smtp.c
12348         * src/unmime.c
12349         * src/common/Makefile.am
12350         * src/common/base64.[ch]        ** NEW **
12351                 move base64 en/decoder to common directory
12352
12353 2002-11-30 [christoph]  0.8.6claws41
12354
12355         * src/common                    ** NEW **
12356                 new directory for UI independent code
12357         * src/gtk                       ** NEW **
12358                 new directory for GTK frontend
12359         * src/common/.cvsignore         ** NEW **
12360         * src/gtk/.cvsignore            ** NEW **
12361                 ignore build files
12362         * src/common/Makefile.am        ** NEW **
12363         * src/gtk/Makefile.am           ** NEW **
12364                 automake files to build new seperated stuff
12365         * src/Makefile.am
12366                 the binary will currently still be build with the
12367                 files in src, so we include the code from the
12368                 subdirs for now after building the libs there
12369
12370 2002-11-30 [paul]       0.8.6claws40
12371
12372         * src/compose.c
12373                 fix bug [642731] 'Wrong selected account with drafted mail'
12374
12375 2002-11-29 [oliver]     0.8.6claws39
12376         
12377         * src/messageview.c
12378                 o update summaryview when switching between different
12379                   messageviews          
12380         * src/toolbar.c  
12381                 o check if messageview holds already removed msg
12382                   from summaryview
12383                 
12384
12385 2002-11-29 [oliver]     0.8.6claws38
12386
12387         * src/toolbar.c 
12388                 remove not needed variables and includes
12389                 make messageview stay opened and move to next when msgs are deleted 
12390
12391 2002-11-29 [oliver]     0.8.6claws37
12392         
12393         * src/toolbar.c 
12394                 disable compose button (messageview toolbar) by default
12395                 deleted msgs are moved to trash
12396         
12397 2002-11-29 [melvin]     0.8.6claws36
12398
12399         * configure.in
12400                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12401                 and to detect signatures expirations (gpgme 0.3.6)
12402
12403         * src/main.c
12404                 Use non obsolescent function for Gpgme engine checking.
12405
12406         * src/rfc2015.c
12407                 Inform about expired signatures or signatures which key
12408                 has expired. Expiration date is displayed.
12409
12410         * src/sigstatus.c
12411                 Inform about expired signatures or signatures which key
12412                 has expired.
12413
12414 2002-11-28 [paul]       0.8.6claws35
12415
12416         * src/folderview.c
12417                 re-instate 'Check for new messages' in Newsgroup
12418                 folders right-click menu, after a suggestion from
12419                 Tim Mann <timmann@users.sourceforge.net>
12420
12421         * src/main.c
12422                 after a crash check only local folders for new
12423                 messages
12424
12425 2002-11-28 [paul]       0.8.6claws34
12426
12427         * configure.in
12428                 apply patch that fixes the checking of GTK with XIM 
12429                 support on different OSs, such as FreeBSD. Patch 
12430                 submitted by Topia <topia@users.sourceforge.net>
12431                 
12432 2002-11-28 [paul]       0.8.6claws33
12433
12434         * src/mainwindow.c
12435           src/prefs_common.c
12436           src/prefs_toolbar.c
12437                 more changes to the English
12438
12439 2002-11-28 [paul]       0.8.6claws32
12440
12441         * sync with 0.8.6cvs13
12442                 see ChangeLog 2002-11-28 (no sync needed
12443                 for src/compose.c)
12444
12445 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12446         
12447         * src/mainwindow.[ch]
12448                 add patch by Ivan F. Martinez introducing messageview Toolbar
12449                 some changes and committed by oliver    
12450
12451 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12452
12453         * src/messageview.[ch]
12454                 add patch by Ivan F. Martinez introducing messageview Toolbar
12455                 some changes and committed by oliver    
12456
12457 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12458
12459         * src/compose.[ch]
12460                 add patch by Ivan F. Martinez introducing messageview Toolbar
12461                 some changes and committed by oliver    
12462
12463 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12464         
12465         * src/toolbar.[ch]
12466                 add patch by Ivan F. Martinez introducing messageview Toolbar
12467                 some changes and committed by oliver
12468
12469 2002-11-28 [oliver]     0.8.6claws27
12470         
12471         * src/prefs_toolbar.[ch]
12472                 getting ready for messageview toolbar
12473                 free mem allocated by gettext
12474                 change prefs_toolbar to prefs_toolbar_open
12475  
12476 2002-11-28 [thorsten]   0.8.6claws26
12477
12478         * src/imageview.[ch]
12479                 cleaned up conflicting declarations of
12480                 imageview_show_image()
12481
12482 2002-11-28 [paul]       0.8.6claws25
12483
12484         * src/grouplistdialog.c
12485           src/prefs_common.c
12486           src/prefs_summary_column.c
12487                 a few more improvements to the English
12488
12489 2002-11-28 [colin]      0.8.6claws24
12490
12491         * man/sylpheed.1
12492                 A few updates to command-line parameters
12493
12494 2002-11-28 [colin]      0.8.6claws23
12495
12496         * src/prefs_filtering.c
12497                 Fix problems with prefs_filtering_delete_path:
12498                 a) if the first rule is removed, original pointers
12499                    weren't updated (leading to segfaults)
12500                 b) it was always global_processing updated in case
12501                    of removed path was parent of rule path
12502
12503 2002-11-27 [paul]       0.8.6claws22
12504
12505         * src/mainwindow.c
12506           src/prefs_account.c
12507           src/prefs_actions.c
12508           src/prefs_common.c
12509           src/prefs_customheader.c
12510           src/prefs_display_header.c
12511           src/prefs_filtering.c
12512           src/prefs_folder_item.c
12513           src/prefs_matcher.c
12514           src/prefs_scoring.c
12515           src/prefs_summary_column.c
12516           src/prefs_template.c
12517           src/prefs_toolbar.c
12518                  improve the English in the GUI
12519
12520 2002-11-27 [colin]      0.8.6claws21
12521
12522         * src/folder.c
12523                 Fix processing renaming problems happening after
12524                 last commit
12525
12526 2002-11-27 [colin]      0.8.6claws20
12527
12528         * src/folder.c
12529                 recursive move now deletes src each subfolder after 
12530                 having moved it
12531         * src/folderview.c
12532                 Use identifier instead of path during dnd (enables
12533                 IMAP folder dnd)
12534
12535 2002-11-27 [paul]       0.8.6claws19
12536
12537         * src/main.c
12538                 apply patch that does command-line processing 
12539                 BEFORE gtk_init, allowing claws to run from 
12540                 shell-scripts in non-X environment (e.g. crontab 
12541                 or ip-up, ip-down scripts). Patch submitted by
12542                 Ruslan N. Balkin <baron@dartel.ru>
12543                 
12544         * po/it.po
12545                 updated by Alessandro Maestri
12546
12547 2002-11-27 [paul]       0.8.6claws18
12548
12549         * sync with 0.8.6cvs12
12550           src/prefs_common.c
12551                 Differences are that main uses a 'Receive dialog'
12552                 frame on the Interface tab, whereas claws groups all 
12553                 the dialogs together in a 'Dialogs' frame.
12554
12555 2002-11-27 [colin]      0.8.6claws17
12556
12557         * src/prefs_matcher.c
12558                 Fix Execute criteria's NOT flag
12559
12560
12561 2002-11-26 [christoph]  0.8.6claws16
12562
12563         * src/ssl.c
12564                 rewrite the ssl code a little bit, only use one
12565                 SSL context, set default certificates' file/path
12566
12567 2002-11-26 [thorsten]   0.8.6claws15
12568
12569         * src/compose.c
12570                 default-reply-to didn't work for ml-reply
12571
12572 2002-11-26 [melvin]     0.8.6claws14
12573
12574         * src/prefs_actions.c
12575                 Made pipe-actions ignore short headers in message view
12576                 Made trailing-pipe-actions write in the message view with
12577                 the same font as the original message
12578
12579 2002-11-26 [paul]       0.8.6claws13
12580
12581         * src/compose.c
12582                 this time commit the correct file
12583
12584 2002-11-26 [paul]       0.8.6claws12
12585
12586         * sync with 0.8.6cvs11
12587           src/quote_fmt_parse.y  
12588                 no sync needed
12589           src/account.[ch]       
12590                 not sync'ed
12591           src/compose.c
12592                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12593                 on draft mode.
12594                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12595                 header
12596                 
12597         see ChangeLog 2002-11-25 and 2002-11-26
12598
12599 2002-11-26 [colin]      0.8.6claws11
12600
12601         * src/folderview.c
12602                 Fix collapsed folder not auto-expanding during
12603                 mail dnd, if it was the source folder.
12604
12605 2002-11-25 [colin]      0.8.6claws10
12606
12607         * src/folderview.[ch]
12608                 Variable renaming and cleaning (slist of nodes 
12609                 to be re-collapsed is stored in FolderView)
12610
12611 2002-11-25 [paul]       0.8.6claws9
12612
12613         * src/prefs_common.[ch]
12614                 fix breakage caused by last commit
12615
12616 2002-11-25 [paul]       0.8.6claws8
12617
12618         * sync with 0.8.6cvs4
12619                 see ChangeLog 2002-11-21
12620
12621 2002-11-25 [paul]       0.8.6claws7
12622
12623         * sync with 0.8.6cvs4
12624                 see ChangeLog 2002-11-20
12625
12626 2002-11-25 [paul]       0.8.6claws6
12627
12628         * sync with 0.8.6cvs3
12629                 see ChangeLog 2002-11-18
12630
12631 2002-11-25 [colin]      0.8.6claws5
12632
12633         * src/gtkutils.[ch]
12634                 Add gtkut_ctree_node_is_parent()
12635         * src/folderview.c
12636                 Spring-loaded folders
12637
12638 2002-11-25 [colin]      0.8.6claws4
12639
12640         * src/utils.[ch]
12641                 Add slist_concat_unique(), function to merge
12642                 two GSList filtering dups
12643         * src/folder.[ch]
12644         * src/summaryview.[ch]
12645         * src/folderview.c
12646         * src/main.c
12647                 Add detection/update/display of unread answers
12648                 to marked mails
12649         * src/procmsg.[ch]
12650                 Add procmsg_find_children()
12651                 Add procmsg_msg_has_marked_parent()
12652
12653 2002-11-25 [colin]      0.8.6claws3
12654
12655         * src/ssl_certificate.[ch]
12656                 Allow checking a certificate without a DNS
12657                 lookup
12658                 Allow to forget a cert (by deleting it)
12659                 Make ssl_certificate_destroy_public
12660         * src/ssl_manager.[ch] ** NEW FILES **
12661                 Gui to manage (display/remove) certificates
12662         * src/prefs_common.[ch]
12663                 Add a pref to allow silent acceptation of
12664                 trusted certificates or not (based on the
12665                 "I want to know what's going on" principle)
12666         * src/mainwindow.c
12667                 Add SSL manager in Tools menu
12668         * src/Makefile.am
12669                 Add the new files to the build
12670         * po/POTFILES.in
12671                 Add ssl_manager.c to translations
12672
12673 2002-11-25 [colin]      0.8.6claws2
12674
12675         * src/summaryview.[ch]
12676                 Add S_SEARCH_EXTENDED to the quick search, which 
12677                 allows to search using filtering syntax.
12678
12679 2002-11-25 [colin]      0.8.6claws1
12680
12681         * src/summaryview.c
12682                 Deletion of duplicates now prefer deleting
12683                 the unread dup (fixes feature-request 638989).
12684
12685 2002-11-24 [paul]       0.8.6claws
12686
12687         * po/es.po
12688           po/pl.po
12689           po/ru.po
12690           po/sr.po
12691                 updated by Ricardo Mones Lastra,
12692                 Witold Wladyslaw Wojciech Wilk,
12693                 Ruslan N. Balkin, and  Urke MMI 
12694                 respectively
12695
12696 2002-11-24 [paul]       0.8.5claws182
12697
12698         * po/bg.po
12699                 updated by George Danchev
12700
12701 2002-11-23 [alfons]     0.8.5claws181
12702
12703         * src/imap.c
12704                 tiny memory leak found by browsing Dimitar's 
12705                 valgrind report
12706
12707 2002-11-23 [paul]       0.8.5claws180
12708
12709         * po/it.po
12710                 updated by Alessandro Maestri
12711
12712 2002-11-22 [christoph]  0.8.5claws179
12713
12714         * src/compose.c
12715         * src/inc.c
12716         * src/prefs_filtering.c
12717         * src/summaryview.c
12718                 more warning fixes
12719
12720 2002-11-22 [alfons]     0.8.5claws178
12721
12722         * src/summaryview.c
12723                 summary_execute_delete_func(): if message is deleted, make 
12724                 sure to also remove its entry in the subject hash table. 
12725                 fixes a corner case bug.
12726
12727 2002-11-22 [paul]       0.8.5claws177
12728
12729         * .cvsignore
12730                 add 'autom4te.cache'
12731                 
12732         * ltconfig      ** REMOVED **
12733                 not needed
12734
12735 2002-11-22 [paul]       0.8.5claws176
12736
12737         * src/textview.c
12738                 textview_set_font(): fix for message display in
12739                 UTF-8 locales (thanks to Sergey Vlasov).
12740                 
12741         * AUTHORS
12742                 add new team members and contributors
12743
12744
12745 2002-11-21 [colin]      0.8.5claws175
12746
12747         * src/procmsg.[ch]
12748                 Add procmsg_remove_special_headers()
12749         * src/mh.c
12750                 Use procmsg_remove_special_headers() for 
12751                 previous fix
12752
12753 2002-11-21 [colin]      0.8.5claws174
12754
12755         * src/mh.c
12756                 Fix moving/copying from queue/draft folders
12757                 for MH folders
12758
12759 2002-11-21 [christoph]  0.8.5claws173
12760
12761         * src/crash.c
12762         * src/filtering.c
12763         * src/logwindow.c
12764         * src/main.c
12765         * src/matcher_parser_lex.[hl]
12766         * src/mbox.c
12767         * src/mbox_folder.[ch]
12768         * src/prefs_filtering.c
12769         * src/procheader.c
12770         * src/quote_fmt_lex.l
12771         * src/ssl.c
12772                 fix all warnings except the warnings in lex and yacc files
12773
12774 2002-11-20 [christoph]  0.8.5claws172
12775
12776         * src/imap.c
12777                 fix MsgInfo retrieval for IMAP draft and queue folders
12778                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12779
12780 2002-11-19 [christoph]  0.8.5claws171
12781
12782         * src/compose.c
12783                 fix segfault, when draft saving does not get
12784                 the MsgInfo of the new message
12785                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12786
12787 2002-11-19 [christoph]  0.8.5claws170
12788
12789         * src/procmsg.c
12790                 add parameter check for flag setting function
12791                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12792
12793 2002-11-18 [paul]       0.8.5claws169
12794
12795         * src/compose.c
12796                 more sensitivity fixes to redirect mode:
12797                 * disable toolbar draft button
12798                 * allow only Address book in the Tools menu
12799                 * disable editing of message by the spell
12800                   checker
12801
12802 2002-11-18 [paul]       0.8.5claws168
12803
12804         * src/compose.c
12805                 fix sensitivity of menu items in compose_redirect():
12806                 allow only the necessary items 
12807
12808 2002-11-18 [paul]       0.8.5claws167
12809
12810         * src/compose.c
12811                 fix bug [ 603259 ] 'attachment got lost on bounce'
12812
12813 2002-11-18 [paul]       0.8.5claws166
12814
12815         * po/ru.po
12816                 updated by Ruslan N. Balkin <baron@dartel.ru>
12817
12818 2002-11-18 [colin]      0.8.5claws165
12819
12820         * src/main.c
12821           src/defs.h
12822                 Remove old filtering stuff
12823
12824
12825 2002-11-17 [oliver]     0.8.5claws164
12826
12827         * src/toolbar.h
12828                 remove not needed typedef 
12829
12830 2002-11-17 [oliver]     0.8.5claws163
12831
12832         * src/toolbar.c
12833                 make toolbar's on click events translatable
12834
12835 2002-11-15 [colin]      0.8.5claws162
12836
12837         * src/summaryview.c
12838                 Revert too-soon integration of a feature
12839
12840 2002-11-15 [christoph]  0.8.5claws161
12841
12842         * src/imap.c
12843                 use main's implementation of imap_get_msginfo
12844
12845 2002-11-15 [christoph]  0.8.5claws160
12846
12847         * src/compose.c
12848         * src/folder.[ch]
12849         * src/imap.c
12850         * src/mbox_folder.c
12851         * src/mh.c
12852         * src/news.c
12853         * src/procmsg.c
12854         * src/summaryview.c
12855                 replace claws' fetch_msginfo with main's get_msginfo
12856                 (use main's implementation where possible)
12857
12858 2002-11-15 [colin]      0.8.5claws159
12859
12860         * src/ssl_certificate.c
12861                 Missed a check
12862
12863 2002-11-16 [melvin]     0.8.5claws158
12864
12865         * po/fr.po
12866                 Updated French translations.
12867
12868 2002-11-16 [colin]      0.8.5claws157
12869
12870         * src/ssl_certificate.c
12871                 Check for missing parts in the certificates
12872
12873 2002-11-15 [colin]      0.8.5claws156
12874
12875         * src/folderview.c
12876                 Preventive fix (missing check) found by
12877                 Alfons
12878
12879 2002-11-15 [paul]
12880
12881         * NEWS
12882                 sync with 0.8.6 release
12883
12884 2002-11-15 [colin]      0.8.5claws155
12885
12886         * src/folder.[ch]
12887           src/folderview.c
12888                 Fix error handling of folder_item_move_to()
12889                 (thanks to Alfons!)
12890
12891 2002-11-15 [colin]      0.8.5claws154
12892
12893         * src/folder.[ch]
12894           src/folderview.c
12895                 folder_item_move_to() sets an error message instead
12896                 of having GUI stuff in folder.c
12897
12898 2002-11-15 [colin]      0.8.5claws153
12899
12900         * src/procmsg.[ch]
12901                 Implemented a callback for MsgInfo updates, 
12902                 heavily copy/pasted from Christoph's folder 
12903                 callback system
12904         * src/summaryview.[ch]
12905                 Register summary_update_msg as callback
12906
12907 2002-11-14 [colin]      0.8.5claws152
12908         
12909         * src/procmsg.c
12910                 Update the FolderItem after sending (fixes 617593)
12911
12912 2002-11-14 [christoph]  0.8.5claws151
12913
12914         * src/folder.c
12915                 fix wrong position of NULL pointer check found
12916                 by Sergey
12917
12918 2002-11-14 [christoph]  0.8.5claws150
12919
12920         * src/folder.c
12921                 fix segfault when deleting messages from IMAP folders
12922                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12923
12924 2002-11-14 [colin]      0.8.5claws149
12925
12926         * src/compose.c
12927                 Forwarding was also ignoring the folder's default account.
12928
12929 2002-11-14 [colin]      0.8.5claws148
12930
12931         * src/compose.c
12932                 Fix sent folder not set to folder properties when 
12933                 forwarding.
12934
12935 2002-11-14 [thorsten]   0.8.5claws147
12936
12937         * src/inc.c
12938                 inc_start(): Files were not moved from .processing to inbox,
12939                 if no global processing rule existed
12940
12941 2002-11-14 [colin]      0.8.5claws146
12942
12943         * src/ssl_certificate
12944                 Fix file operations
12945
12946 2002-11-14 [paul]       0.8.5claws145
12947
12948         * po/it.po
12949                 updated by Alessandro Maestri
12950
12951 2002-11-13 [alfons]     0.8.5claws144
12952
12953         * src/folder.c
12954                 folder_item_close(): only mark messages unread
12955                 when a folder has new messages 
12956
12957 2002-11-13 [keith]      0.8.5claws143
12958
12959         * src/imap.c
12960                 Fix problem moving or copying between
12961                 IMAP folders
12962
12963 2002-11-13 [colin]      0.8.5claws142
12964
12965         * src/matcher_parser_parse.y
12966                 Fix rule problem when " don't match
12967
12968 2002-11-13 [christoph]  0.8.5claws141
12969
12970         * src/folder.c
12971         * src/folderview.c
12972                 moved cache saving to folder_item_close
12973                 the folderview should not have to deal with
12974                 this things
12975
12976 2002-11-13 [christoph]  0.8.5claws140
12977
12978         * src/summaryview.c
12979                 moved setting of important score to
12980                 summary_set_prefs_from_folderitem
12981
12982 2002-11-13 [colin]      0.8.5claws139
12983
12984         * src/matcher_parser_parse.y
12985                 Fix a segfault in the parser (happening when
12986                 a good expression had been tested and a bad 
12987                 one arrives)
12988
12989 2002-11-13 [paul]       0.8.5claws138
12990
12991         * sync with 0.8.5cvs24
12992                 see ChangeLog 2002-11-13
12993                 
12994         * po/pt_BR.po
12995                 updated by Fabio Jr. Beneditto
12996
12997 2002-11-13 [colin]      0.8.5claws137
12998         
12999         * src/msgcache.c
13000           src/defs.h
13001           src/procmsg.[ch]
13002                 Revert last commit, problem
13003
13004 2002-11-13 [colin]      0.8.5claws136
13005
13006         * src/msgcache.c
13007                 Remove duplicated code
13008         * src/defs.h
13009                 Bumped CACHE_VERSION and MARK_VERSION
13010         * src/procmsg.[ch]
13011                 Network endian for cache and mark files
13012
13013 2002-11-12 [colin]      0.8.5claws135
13014
13015         * src/inc.c
13016                 Fix the "socket error" dialog which disappeared
13017
13018 2002-11-12 [colin]      0.8.5claws134
13019
13020         * src/msgcache.c
13021                 Reverse last commit which had performance 
13022                 problems, but still reverse the list
13023
13024 2002-11-12 [colin]      0.8.5claws133
13025
13026         * src/msgcache.c
13027                 Reverse list order
13028
13029 2002-11-12 [melvin]     0.8.5claws132
13030
13031         * src/compose.c
13032                 Added a check for a NULL prefs_common.dictionary
13033
13034 2002-11-12 [colin]      0.8.5claws131
13035
13036         * src/ssl_certificate.[ch]
13037                 Use FQDN hostname
13038
13039 2002-11-12 [colin]      0.8.5claws130
13040
13041         * src/ssl_certificate.[ch]
13042                 Take connection port into account for 
13043                 checking certificates (a single hostname
13044                 could have multiple servers with multiple
13045                 certificates)
13046         * src/ssl.c
13047                 Pass the port to ssl_certificate_check
13048
13049 2002-11-12 [paul]       0.8.5claws129
13050
13051         * src/folder.c
13052                 fix a typo in last commit
13053
13054 2002-11-12 [paul]       0.8.5claws128
13055
13056         * sync with 0.8.5cvs23
13057                 see ChangeLog entry 2002-11-12
13058
13059 2002-11-11 [colin]      0.8.5claws127
13060
13061         * src/ssl_certificate.c
13062                 Cleaner messages
13063                 Don't popup, instead log error, if the 
13064                 corresponding pref is checked
13065         * src/ssl_certificate.h
13066                 include <openssl/objects/h>
13067
13068 2002-11-11 [colin]      0.8.5claws126
13069
13070         * src/ssl_certificate.h
13071                 _Really_ clean it
13072
13073 2002-11-11 [colin]      0.8.5claws125
13074         
13075         * src/ssl_certificate.c
13076                 Fixed leak
13077
13078 2002-11-11 [colin]      0.8.5claws124
13079
13080         * src/ssl.c
13081                 Cleaned a bit
13082         * src/ssl_certificate.[ch]
13083                 Cleaned a bit (better use of SSL API)
13084                 (This will cause non-recognition of saved 
13085                  certificates of claws12[23]...)
13086
13087 2002-11-11 [paul]       0.8.5claws123
13088         
13089         * po/es.po
13090                 updated by Ricardo Mones Lastra
13091
13092 2002-11-11 [colin]      0.8.5claws122
13093
13094         * src/ssl.c
13095                 Fix a typo
13096
13097 2002-11-11 [colin]      0.8.5claws121
13098
13099         * src/ssl_certificate.[ch] ** NEW FILES **
13100         * src/ssl.[ch]
13101                 Check SSL certificates presented to us
13102         * src/Makefile.am
13103                 Add ssl_certificate.[ch]
13104         * po/POTFILES.in
13105                 Add ssl_certificate.c
13106
13107 2002-11-11 [paul]       0.8.5claws120
13108
13109         * sync with 0.8.5cvs22
13110                 see ChangeLog 2002-11-11
13111
13112 2002-11-11 [paul]       0.8.5claws119
13113
13114         * sync with 0.8.5cvs21
13115                 see ChangeLog 2002-11-11
13116
13117 2002-11-10 [jens]       0.8.5claws118
13118
13119         * src/folder.c
13120         * src/folderview.c
13121                 corrected some typing
13122         * po/de.po
13123                 updated german translation
13124         * sylpheed.spec.in
13125                 cleaned up specfile and adjusted it for claws
13126
13127 2002-11-10 [colin]      0.8.5claws117
13128
13129         * src/summaryview.c
13130                 a STATUSBAR_PUSH/POP fix
13131
13132 2002-11-10 [colin]      0.8.5claws116
13133
13134         * src/prefs_folder_item.c
13135                 Fix hanging after opening folder properties
13136
13137 2002-11-10 [hoa]        0.8.5claws115
13138
13139         * src/matcher_parser_lex.l
13140         * src/matcher_parser_parse.y
13141                 config file for scoring and filtering is no more trashed
13142                 when there is a syntax error in a filtering rule when
13143                 editing it in a dialog.
13144
13145 2002-11-09 [colin]      0.8.5claws114
13146
13147         * src/mbox_folder.c
13148                 Added missing initialisation of folder->destroy()
13149
13150 2002-11-09 [colin]      0.8.5claws113
13151
13152         * src/folder.c
13153           src/folderview.c
13154                 Fix the status bar messages
13155
13156 2002-11-09 [colin]      0.8.5claws112
13157
13158         * src/folderview.c
13159                 Fix hangs after folder dnd, happening after 
13160                 claws109.
13161
13162 2002-11-09 [christoph]  0.8.5claws111
13163
13164         * src/folderview.c
13165                 just changed order of calls (reverse order of
13166                 associated calls)
13167         * src/inc.c
13168                 lock inc when checking only one account, otherwise
13169                 inc all could be executed at the same time
13170
13171 2002-11-09 [christoph]  0.8.5claws110
13172
13173         * src/folderview.c
13174                 better unlock the mouse cursor before calling
13175                 summary_show because it changes the cursor too
13176
13177 2002-11-09 [christoph]  0.8.5claws109
13178
13179         * src/folder.[ch]
13180         * src/folderview.c
13181                 add functions to open and close a folder
13182                 o opending will execute scanning for remote folders
13183                   and processing
13184                 o closing will unset new flag for messages
13185
13186 2002-11-09 [colin]      0.8.5claws108
13187
13188         * src/folder.c
13189                 Add a call to prefs_matcher_write_config to 
13190                 avoid non-leaf folders filtering settings to be
13191                 lost
13192
13193 2002-11-09 [paul]       0.8.5claws107
13194
13195         * src/prefs_account.c
13196                 re-word a label
13197
13198 2002-11-09 [colin]      0.8.5claws106
13199
13200         * src/folderview.c
13201                 Minor esthetic fix
13202
13203 2002-11-09 [colin]      0.8.5claws105
13204
13205         * src/folderview.c
13206                 Fix prefs_filtering deletion for MH folders (same
13207                 reason as below)
13208         * src/prefs_filtering.c
13209                 Fix prefs_filtering renaming and deletion for 
13210                 folder-based processing rules.  
13211
13212 2002-11-09 [christoph]  0.8.5claws104
13213
13214         * src/compose.c
13215         * src/folder.[ch]
13216         * src/folderview.[ch]
13217         * src/import.c
13218         * src/inc.c
13219         * src/main.c
13220         * src/mainwindow.c
13221         * src/messageview.c
13222         * src/prefs_folder_item.c
13223         * src/procmsg.c
13224         * src/summaryview.c
13225                 implement a callback system for folder item updates
13226
13227 2002-11-09 [colin]      0.8.5claws103
13228
13229         * src/folderview.c
13230                 Fix prefs_filtering renaming for MH folders (we
13231                 shouldn't rename by path as another folder could
13232                 have the same hierarchy).
13233
13234 2002-11-09 [colin]      0.8.5claws102
13235
13236         * src/folder.c
13237                 Fix a leak found by Christoph, use better variable
13238                 names
13239
13240 2002-11-09 [colin]      0.8.5claws101
13241
13242         * src/folder.c
13243                 One more fix for processing rules
13244
13245 2002-11-08 [colin]      0.8.5claws100
13246         
13247         * src/matcher.c
13248                 Don't copy the compiled regexp (will be reevaluated)
13249         * src/folderview.c
13250                 Lock folderview while moving
13251         * src/folder.c
13252                 Provide info on what's happening to the user
13253
13254 2002-11-08 [colin]      0.8.5claws99
13255
13256         * src/folderview.c
13257                 Fix folder reordering after a move if parent is 
13258                 root
13259         * src/scoring.[ch]
13260                 Add function to copy a ScoringProp
13261         * src/prefs_folder_item.c
13262                 Copy scoring rules when copying a folder prefs
13263
13264 2002-11-08 [colin]      0.8.5claws98
13265
13266         * src/folderview.c
13267                 Fixes in case of failure
13268         * src/filtering.[ch]    
13269                 Add function to duplicate a FilteringProp
13270         * src/matcher.[ch]
13271                 Add function to duplicate a MatcherProp
13272         * src/prefs_folder_item.c
13273                 Save folder's processing rules when copying 
13274                 its prefs
13275
13276 2002-11-08 [colin]      0.8.5claws97
13277         
13278         * src/folderview.c
13279                 Sort after move
13280         * src/folder.c 
13281                 Change a printf to debug_print
13282
13283 2002-11-08 [colin]      0.8.5claws96
13284
13285         * src/folder.c
13286           src/folderview.c
13287                 Fix segfaults, call me stupido
13288         
13289
13290 2002-11-08 [colin]      0.8.5claws95
13291
13292         *src/folder.c
13293                 Added forgotten prefs to save when moving folders
13294
13295 2002-11-08 [colin]      0.8.5claws94
13296
13297         * src/folder.c
13298                 Fixes to folder DND (prefs copy)
13299         * src/folderview.c
13300                 Optimization for folder DND (don't rescan whole tree)
13301                 Added folderview_create_folder_node() for this 
13302                 optimization, so de-duped a bit the code
13303         * src/prefs_folder_item.[ch]
13304                 Added prefs_folder_item_copy_prefs()    
13305           
13306 2002-11-08 [paul]       0.8.5claws93
13307
13308         * src/prefs_account.c
13309           tools/README
13310           tools/kmail2sylpheed_v2.pl
13311                 correct some typos
13312
13313 2002-11-08 [paul]       0.8.5claws92
13314
13315         * src/compose.c
13316           src/prefs_account.[ch]
13317                 remove account options 'clearsign' and 'ascii_armored',
13318                 replace with 'default_gnupg_mode' to prevent mixed-mode
13319                 Privacy settings
13320
13321 2002-11-08 [paul]       0.8.5claws91
13322
13323         * src/compose.[ch]
13324                 re-implement GnuPG 'on-the-fly' mode selection,
13325                 disallow mixed-mode
13326
13327 2002-11-08 [colin]      0.8.5claws90
13328
13329         * src/folderview.c
13330           src/prefs_folder_item.c
13331                 Change "Property" to "Properties"
13332
13333 2002-11-07 [colin]      0.8.5claws89
13334
13335         * src/folderview.c
13336           src/folder.c
13337                 Allow folder dropping to a root folder
13338
13339 2002-11-07 [paul]       0.8.5claws88
13340
13341         * src/compose.c
13342                 revert last commit
13343
13344 2002-11-07 [paul]       0.8.5claws87
13345
13346         * src/compose.c
13347                 fix reply-to-list bug. closes bug report
13348                 "[633382] reply-to-list broken in recent cvs"
13349
13350 2002-11-07 [paul]       0.8.5claws86
13351
13352         * src/compose.c
13353                 add a forgotten '#if USE_GPGME ... #endif'
13354
13355 2002-11-07 [paul]       0.8.5claws85
13356
13357         * sync with 0.8.5cvs20
13358                 see ChangeLog 2002-11-07
13359
13360 2002-11-07 [colin]      0.8.5claws84
13361
13362         * src/folder.[ch]
13363                 Change folder_item_move_to to return the newly 
13364                 created folderitem.
13365         * src/folderview.c
13366                 Select the new folderitem after moving.
13367
13368 2002-11-07 [colin]      0.8.5claws83
13369
13370         * src/prefs_filtering.c
13371                 Fix rule rewriting when moving a leaf folder to a 
13372                 shorter path
13373
13374 2002-11-07 [colin]      0.8.5claws82
13375
13376         * src/prefs_filtering.c
13377                 fix a leak
13378
13379 2002-11-07 [colin]      0.8.5claws81
13380
13381         * src/folder.[ch]
13382                 Add folder_item_move_to() function to move a 
13383                 folderitem into another one (updates matcher etc)
13384         * src/folderview.c
13385                 Add folder drag'n drop (context menu to come)
13386                 [Should be dataloss free, but Please backup before 
13387                  trying !]
13388
13389 2002-11-06 [colin]      0.8.5claws80
13390
13391         * src/mh.c
13392                 mh_create_folder() returns NULL if can't create
13393                 directory hierarchy
13394
13395 2002-11-06 [paul]       0.8.5claws79
13396
13397         * src/compose.[ch]
13398                 allow 'on-the-fly' changing of the type of encryption 
13399                 and/or signing used (mime/ascii) via the compose window
13400
13401 2002-11-06 [paul]       0.8.5claws78
13402
13403         * sync with 0.8.5cvs19
13404                 see ChangeLog 2002-11-06 for src/account.c: 
13405                 account_get_special_folder()
13406                 
13407 2002-11-05 [alfons]     0.8.5claws77
13408
13409         * src/crash.c
13410                 very minor cleanups: nothing to see here, move on. :-)
13411
13412 2002-11-05 [colin]      0.8.5claws76
13413
13414         * src/main.c
13415                 Changes choices if compose windows are opened to
13416                 Discard, Draft, Don't quit
13417
13418 2002-11-05 [thorsten]   0.8.5claws75
13419
13420         * src/compose.c
13421                 reenabled default_reply_to folder option
13422
13423 2002-11-05 [colin]      0.8.5claws74
13424
13425         * src/compose.[ch] 
13426                 add compose_draft()
13427         * src/crash.c
13428                 add SIGTERM handler
13429         * src/main.[ch]
13430                 add clean_quit() for the SIGTERM handler
13431
13432 2002-11-05 [paul]       0.8.5claws73
13433         
13434         * po/es.po
13435                 updated by Ricardo Mones Lastra
13436
13437 2002-11-05 [melvin]     0.8.5claws72
13438
13439         * src/logwindow.c
13440                 Fixed log-clipping bug #616795.
13441                 To stop logging in the log window use 0 length.
13442         * src/prefs_common.c
13443                 Added a label to inform about the 0 log length behaviour.
13444
13445 2002-11-05 [paul]       0.8.5claws71
13446
13447         * sync with 0.8.5cvs17
13448                 see ChangeLog 2002-11-05
13449
13450 2002-11-04 [paul]       0.8.5claws70
13451
13452         * sylpheed-128x128.png
13453           sylpheed-64x64.png
13454           sylpheed.png
13455                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13456                 <nikai@users.sourceforge.net>
13457                 
13458         * po/bg.po
13459                 updated by George Danchev
13460
13461 2002-11-03 [thorsten]   0.8.5claws69
13462
13463         * src/main.c
13464           src/mimeview.c
13465           src/rfc2015.h
13466                 add check if gpg is active
13467
13468 2002-11-03 [thorsten]   0.8.5claws68
13469
13470         * src/toolbar.h
13471                 removed GSList declaration causing trouble on MacOS-X
13472                 (submitted by alfons, reported by xfesty)
13473
13474 2002-11-01 [paul]       0.8.5claws67
13475
13476         * src/mainwindow.c
13477                 remove last remnants of main's filter code
13478
13479 2002-11-01 [paul]       0.8.5claws66
13480
13481         * tools/filter_conv.pl
13482                 fix bug where user-defined headers were ignored
13483
13484 2002-11-01 [paul]       0.8.5claws65
13485
13486         * src/logwindow.c
13487                 make a debug_print() not translatable
13488
13489 2002-10-31 [melvin]     0.8.5claws64
13490
13491         * ac/aspell.m4
13492                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13493                 not run any GNU/aspell test.  The dictionary path will
13494                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13495                 was given, in which case, it will be $prefix/lib/aspell/
13496         * configure.in
13497                 Fixed typo in commentary (Aspell code).
13498
13499 2002-10-31 [paul]       0.8.5claws63
13500
13501         * po/POTFILES.in
13502                 remove src/filter.c and src/prefs_filter.c
13503                 thanks to Ricardo for reminding me
13504
13505 2002-10-31 [colin]      0.8.5claws62
13506
13507         * src/mbox_folder.c
13508                 Plug some leaks
13509
13510 2002-10-31 [paul]       0.8.5claws61
13511
13512         * src/prefs_filter.[ch] ** REMOVED **
13513           src/filter.[ch]       ** REMOVED **
13514           
13515         * src/Makefile.am
13516           src/folderview.c
13517           src/inc.c
13518           src/main.c
13519           src/mainwindow.c
13520           src/mbox.c
13521           src/prefs_common.c
13522           src/prefs_filtering.c
13523           src/summaryview.[ch]
13524                 remove main's 'filter' code
13525                 
13526         README.claws
13527                 update to reflect removal of main's filter
13528
13529 2002-10-31 [paul]       0.8.5claws60
13530
13531         * src/summaryview.c
13532                 remove check for global_processing in summary_filter_open(). 
13533                 This fixes the bug where if the user uses the right-click 
13534                 'Create filter rule...' and doesn't have any filter rules 
13535                 already defined in claws' advanced filtering, the newly 
13536                 created filter rule goes to main's filtering which is 
13537                 inaccessible through the gui. Now the filter rule gets added
13538                 to claws' filtering by default.
13539
13540 2002-10-28 [melvin]     0.8.5claws59
13541
13542         * src/prefs_actions.c
13543                 Fixed bug #627322 where MIME parts were not always
13544                 correctly passed to a %p action
13545                 Display an error dialog when message filename is not found.
13546
13547 2002-10-28 [melvin]     0.8.5claws58
13548
13549         * src/prefs_common.c
13550                 Readded a missing function declaration lost in 0.8.3claws34
13551
13552 2002-10-28 [paul]       0.8.5claws57
13553
13554         * sync with 0.8.5cvs15
13555                 see ChangeLog 2002-10-28 and 2002-10-25
13556                 
13557         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13558
13559 2002-10-27 [oliver]     0.8.5claws56
13560
13561         * src/pop.c
13562                 plug leak in pop3_top_recv
13563
13564 2002-10-26 [christoph]  0.8.5claws55
13565
13566         * src/folder.c
13567                 set need_update folder flag when messages are added
13568                 (closes bug [ 626922 ] folder not updated after receiving)
13569
13570 2002-10-25 [melvin]     0.8.5claws54
13571
13572         * src/imageview.c
13573                 Fixed a memleak introduced in the scaling code.
13574
13575 2002-10-24 [alfons]     0.8.5claws53
13576
13577         * src/filtering.c
13578                 make filtering's forward message action forward from the 
13579                 correct account
13580                 (closes bug [628089 ] Filter -> Forward from address problem
13581                 reported by Oktay)
13582
13583 2002-10-24 [christoph]  0.8.5claws52
13584
13585         * src/mainwindow.c
13586         * src/manual.[ch]
13587                 o use manual of current locale or english if current
13588                   locale is not available (and english is available)
13589                 o also link to sylpheed doc project manuals
13590
13591 2002-10-23 [paul]       0.8.5claws51
13592
13593         * tools/README
13594           tools/kmail2sylpheed_v2.pl
13595                 add new version of kmail addressbook importer script.
13596                 works with newer versions of Kmail/KAddressBook which
13597                 have new and rearranged data.
13598
13599 2002-10-23 [martin]     0.8.5claws50
13600
13601         * src/folderview.c
13602         * src/summaryview.c
13603         * src/utils.h
13604         * src/utils.c
13605                 added length parameter to get_abbrev_newsgroup_name()
13606                 changed this function so that it abbreviates the newsgroup
13607                 names only so long it is smaller than the length parameter
13608                 (for better reading of some newsgroup names and space efficiency)
13609
13610 2002-10-22 [colin]      0.8.5claws49
13611
13612         *src/foldersel.c
13613                 Revert Alfons' last modification (after voting ;-))
13614
13615 2002-10-21 [alfons]     0.8.5claws48
13616
13617         * src/foldersel.c
13618                 folder view in folder selection dialog reflects state of
13619                 folder view in main window
13620
13621 2002-10-18 [alfons]     0.8.5claws47
13622
13623         * src/mbox.c
13624                 drop imported messages in folder selected by user,
13625                 and not in the inbox
13626                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13627
13628 2002-10-18 [alfons]     0.8.5claws46
13629
13630         * src/compose.c
13631                 make automagic reply work correctly for email accounts 
13632                 (whether it's viable to do a full sync with Hiro's 
13633                 compose.c is still under discussion)
13634
13635 2002-10-18 [melvin]     0.8.5claws45
13636
13637         * src/prefs_actions.c
13638                 Fixed bug #622275 where asynchroneous actions left 
13639                 zombies processes
13640                 Made (synchroneous) actions' input be displayed live.
13641
13642 2002-10-18 [christoph]  0.8.5claws44
13643
13644         * src/textview.c
13645                 don't add a newline in the textview in front of the
13646                 first textpart if header display is disabled
13647                 (closes bug [ 603385 ] disabled header display leaves blank
13648                  lin)
13649
13650 2002-10-18 [christoph]  0.8.5claws43
13651
13652         * src/folder.[ch]
13653         * src/imap.c
13654         * src/mbox_folder.c
13655         * src/mh.c
13656         * src/news.c
13657                 folder->get_num_list now returns an error code
13658                 (closes bug [ 609424 ] News cache cleared on failure)
13659                 
13660 2002-10-17 [colin]      0.8.5claws42
13661         
13662         * src/news.c
13663                 Changed a printf by debug_print
13664
13665 2002-10-16 [paul]       
13666
13667         * tools/OOo2sylpheed.pl
13668                 allow for spaces in the name of the
13669                 file to be attached.
13670
13671 2002-10-16 [colin]      0.8.5claws41
13672
13673         * src/main.c
13674                 Use a tristate to change online mode
13675
13676 2002-10-16 [paul]       0.8.5claws40
13677
13678         * po/es.po
13679                 updated by Ricardo Mones Lastra
13680
13681 2002-10-16 [colin]      0.8.5claws39
13682
13683         * src/main.c
13684           src/mainwindow.[ch]
13685                 Added --online and --offline command-line
13686                 switches
13687
13688 2002-10-15 [christoph]  0.8.5claws38
13689
13690         * src/procmime.c
13691                 set mimeinfo->name to NULL after g_free to
13692                 avoid double freeing with g_free
13693
13694 2002-10-14 [christoph]  0.8.5claws37
13695
13696         * src/compose.c
13697         * src/filtering.c
13698         * src/summaryview.c
13699                 remove calls to folder->change_flags that are now
13700                 done by procmsg flag functions (seems it is not
13701                 used by any foldertype anyway)
13702         * src/folder.c
13703                 init folder->change_flags with NULL
13704
13705 2002-10-14 [christoph]  0.8.5claws36
13706
13707         * src/folder.[ch]
13708         * src/imap.[ch]
13709                 use virtual functions for folder item new and destroy
13710                 functions
13711
13712 2002-10-14 [melvin]     0.8.5claws35
13713
13714         * src/compose.c
13715                 Added a test to not run the spell checker if no default
13716                 dictionary is available. No dialog is displayed though.
13717
13718 2002-10-14 [melvin]     0.8.5claws34
13719
13720         * src/gtkaspell.c
13721                 Fixed bug in dictionary list context menu where
13722                 "More..." pointed to an emtpy submenu if the
13723                 number of dictionaries is a multiple of 15
13724                 Removed unneeded code in suggestions list creation
13725
13726 2002-10-14 [paul]       0.8.5claws33
13727
13728         * po/bg.po
13729                 updated by George Danchev
13730
13731 2002-10-13 [hoa]        0.8.5claws32
13732
13733         * src/matcher.[ch]
13734           src/matcher_parser_parser.y
13735                 removed the escaped string from internal structure
13736                 of matcher.
13737
13738 2002-10-12 [colin]      0.8.5claws31
13739
13740         * src/gtksctree.[ch]
13741           src/summaryview.c
13742                 Removed useless function gtksctree_reanchor
13743
13744 2002-10-12 [alfons]     0.8.5claws30
13745         
13746         * sync with remaining main changes 2002-10-09 - 2002-10-11
13747         - drop changes to src/compose.c (requires claws specific changes)
13748         
13749 2002-10-12 [alfons]     0.8.5claws29
13750         
13751         * sync with main changes of 2002-10-08
13752         - drop changes to src/compose.c (requires claws specific changes)
13753         - drop changes to src/summaryview.c (requires changes to compose.c)     
13754
13755 2002-10-12 [alfons]     0.8.5claws28
13756         
13757         * sync with main changes of 2002-10-07
13758
13759 2002-10-12 [alfons]     0.8.5claws27
13760
13761         * sync with main changes of 2002-10-04
13762         - drop changes to src/compose.c (requires claws specific changes)
13763         - drop changes to src/prefs_folder_item.c (claws implementation
13764           seems to be working)
13765
13766 2002-10-12 [colin]      0.8.5claws26
13767
13768         * src/mainwindow.c
13769                 Fix folder-flicker when space-reading, introduced 
13770                 in claws22.
13771
13772 2002-10-12 [colin]      0.8.5claws25
13773
13774         * src/compose.c
13775                 Save account address when saving as draft.
13776                 (closes bug 621838)
13777
13778 2002-10-12 [colin]      0.8.5claws24
13779
13780         * src/summaryview.c
13781                 Fix the problem consisting of no message selected
13782                 after the last message in a folder has been moved.
13783
13784 2002-10-12 [paul]       0.8.5claws23
13785
13786         * src/compose.c
13787           src/prefs_template.c
13788           src/template.[ch]
13789                 add Cc and Bcc to templates. Patch submitted by
13790                 John L. Males.
13791
13792 2002-10-12 [colin]      0.8.5claws22
13793
13794         * src/folderview.c
13795                 Fix a bug after "Check for new messages":
13796                 If a folder was opened, it was still selected at
13797                 the end of the check, but displayed empty.
13798         * src/mainwindow.c
13799                 Remove unnecessary check
13800
13801 2002-10-12 [paul]
13802
13803         * tools/README
13804                 be more verbose in the description of
13805                 OOo2sylpheed.pl
13806                 
13807
13808 2002-10-11 [colin]      0.8.5claws21
13809
13810         * src/mainwindow.c
13811                 Make space work (better) when no mail is selected
13812
13813 2002-10-11 [colin]      0.8.5claws20
13814
13815         * src/inc.c
13816           src/news.c
13817                 fix warnings
13818
13819 2002-10-11 [colin]      0.8.5claws19
13820
13821         * src/mainwindow.c
13822                 revert 0.8.5claws6 changes as i couldn't get to
13823                 anything satisfying
13824
13825 2002-10-11 [melvin]     0.8.5claws18
13826
13827         * src/compose.c
13828                 Removed buggy and unused macro (should have been committed in
13829                 0.8.5claws17)
13830
13831 2002-10-11 [melvin]     0.8.5claws17
13832
13833         * src/compose.c
13834                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13835
13836 2002-10-11 [thorsten]   0.8.5claws16 
13837
13838         * src/folderview.c
13839                 remove rescan warning
13840
13841 2002-10-11 [colin]      0.8.5claws15 
13842
13843         * src/procheader.c
13844                 fix a segfault that happens if conv_unmime_header
13845                 fails (should be better to find out why it fails)
13846
13847 2002-10-11 [christoph]  0.8.5claws14
13848
13849         * src/summaryview.c
13850                 update folderview stats after ignore/unignore thread
13851
13852 2002-10-11 [hoa]        0.8.5claws13
13853
13854         * src/quote_fmt_parse.y
13855                 Fixed a yacc/bison syntax error
13856         * src/matcher.c
13857                 Escaping of string is fixed.
13858
13859 2002-10-11 [colin]      0.8.5claws12
13860
13861         * src/imageview.c
13862                 Resize images to fit
13863
13864 2002-10-11 [paul]       0.8.5claws11
13865
13866         * po/es.po
13867                 updated by Ricardo Mones Lastra
13868
13869 2002-10-10 [alfons]     0.8.5claws10
13870
13871         * src/compose.c
13872                 allow dropping files by "moving" files from a file manager,
13873                 not only by the more cumbersome "copying". the latter 
13874                 mostly implies holding down the Control button
13875
13876 2002-10-10 [christoph]  0.8.5claws9
13877
13878         * src/summaryview.c
13879                 update folders after thread building for ignored threads
13880
13881 2002-10-10 [christoph]  0.8.5claws8
13882
13883         * config/.cvsignore
13884                 added Makefile
13885         * src/filtering.[ch]
13886         * src/folder.[ch]
13887         * src/folderview.[ch]
13888         * src/import.c
13889         * src/inc.[ch]
13890         * src/mbox.[ch]
13891         * src/procmsg.c
13892         * src/summaryview.[ch]
13893                 o added new flag need_update to FolderItem
13894                 o removed folder_table from various functions from tracking
13895                   folder updates
13896                 o set need_update flags in folder.c's move, copy and delete
13897                   functions and procmsg's flags functions
13898                 o added function folderview_update_items_when_required that
13899                   updates all folders with need_update set
13900                 o call folderview_update_items_when_required instead of
13901                   folderview_update_item_foreach
13902
13903 2002-10-09 [sergey]     0.8.5claws7
13904
13905         * src/compose.c
13906                 Strip CRs whel loading the text into editor in reedit mode.
13907
13908 2002-10-09 [colin]      0.8.5claws6
13909
13910         * src/mainwindow.c
13911                 Make Space work when no mail is selected
13912
13913 2002-10-09 [colin]      0.8.5claws5
13914
13915         * src/gtksctree.[ch]
13916                 Fix range_select
13917                 Add gtk_sctree_reanchor() 
13918         * src/summaryview.c
13919                 Use gtk_sctree_reanchor() - better fix for 
13920                 bug 60413
13921
13922 2002-10-09 [colin]      0.8.5claws4
13923
13924         * src/summaryview.c
13925                 Fix shift-click select after delete problem
13926                 (closes bug 60413)
13927
13928 2002-10-08 [thorsten]   0.8.5claws3
13929
13930         * src/summaryview.c
13931                 exclude current msg from -hide read messages-
13932
13933 2002-10-08 [colin]      0.8.5claws2
13934
13935         * src/inc.[ch]
13936           src/pop.c
13937           src/recv.c
13938                 Differentiate socket errors from disk full
13939                 errors
13940
13941 2002-10-08 [christoph]  0.8.5claws1
13942
13943         * Makefile.am
13944         * configure.in
13945                 modifications for new config directory
13946
13947         * config.guess  ** REMOVED **
13948         * config.sub    ** REMOVED **
13949         * install-sh    ** REMOVED **
13950         * ltmain.sh     ** REMOVED **
13951         * missing       ** REMOVED **
13952         * mkinstalldirs ** REMOVED **
13953                 these files are autogenerated by automake
13954                 when you run autogen.sh
13955
13956         * config/.cvsignore     ** NEW FILE **
13957         * config/Makefile.am    ** NEW FILE **
13958                 ignore autogenerated files
13959                 create a Makefile in this directory
13960
13961 2002-10-08 [paul]       0.8.5claws
13962
13963         * 0.8.5claws release
13964         
13965         * src/compose.c
13966           src/procheader.c
13967           src/procmsg.c
13968                 fix quote reply format for newsgroups reply bug
13969                 (thanks to Hoa)
13970                 
13971         * po/en_GB.po
13972           po/pl.po
13973                 updated by me and Witold Wladyslaw Wojciech Wilk
13974                 repectively
13975
13976 2002-10-07 [paul]       0.8.3claws53
13977
13978         * po/it.po
13979           po/pt_BR.po
13980           po/sr.po
13981                 updated messages catalogs, submitted by
13982                 Alessandro Maestri, Fabio Jr.Beneditto 
13983                 and Urke MMI, respectively.
13984
13985 2002-10-07 [christoph]  0.8.3claws52
13986
13987         * src/folder.[ch]
13988         * src/folderview.c
13989         * src/mainwindow.c
13990                 fix new folder ghost message bug
13991                 (closes bug [ 619722 ] wrong count for newly created folders)
13992
13993 2002-10-07 [christoph]  0.8.3claws51
13994
13995         * src/compose.c
13996                 fix news posting problem
13997
13998 2002-10-07 [melvin]     0.8.3claws50
13999
14000         * po/fr.po
14001                 Updated French translation
14002
14003 2002-10-05 [christoph]  0.8.3claws49
14004
14005         * src/gtkstext.c
14006                 check if line_start_cache is set in gtk_stext_update_text
14007                 (closes bug [ 618119 ] crash while doing search in folder)
14008
14009 2002-10-05 [christoph]  0.8.3claws48
14010
14011         * src/imap.c
14012         * src/news.c
14013         * src/utils.c
14014         * src/utils.h
14015                 implement cache cleanups for claws' folder system
14016                 (closes bug [ 595916 ] imapcache not cleaned up)
14017
14018 2002-10-05 [melvin]     0.8.3claws47
14019
14020         * src/prefs_actions.c
14021                 Made the help text more clear for the %p token
14022
14023 2002-10-04 [paul]       0.8.3claws46
14024
14025         * sync with 0.8.5
14026                 see ChangeLog 2002-10-02 and 2002-10-03
14027
14028 2002-10-04 [christoph]  0.8.3claws45
14029
14030         * src/inc.c
14031                 fix segfault caused by pop before smtp
14032                 call to inc_account_mail with NULL
14033                 pointer for mainwin
14034
14035 2002-10-04 [paul]       0.8.3claws44
14036
14037         * configure.in
14038                 sync the LDAP detection from 0.8.5cvs1
14039
14040 2002-10-02 [christoph]  0.8.3claws43
14041
14042         * po/de.po
14043                 fix small spelling error
14044
14045 2002-10-02 [melvin]     0.8.3claws42
14046
14047         * ac/aspell.m4
14048                 Behave better and say "no" when test program cannot be run.
14049
14050 2002-10-02 [paul]       0.8.3claws41
14051
14052         * sync with 0.8.4cvs1
14053                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14054                 
14055         * src/summaryview.c
14056                 toggle the behavior of Reply menuitem between
14057                 normal reply and reply-to-list
14058
14059 2002-10-01 [sergey]     0.8.3claws40
14060
14061         * src/compose.c
14062                 Convert newlines in the message text to the canonical form
14063                 before base64 encoding (RFC2045 compliance, fixes some
14064                 interoperability issues with Evolution 1.0.3)
14065
14066 2002-09-29 [colin]      0.8.3claws39
14067
14068         * src/summaryview.c
14069                 Fix an unwanted copy/paste
14070
14071 2002-09-29 [colin]      0.8.3claws38
14072
14073         * src/mainwindow.c
14074                 Renamed "Custom toolbar" to "Customize toolbar"
14075                 Renamed "Show all header" to "Show all headers"
14076                 Renamed "Set diplay item" to "Set displayed items"
14077         * src/prefs_common.c
14078                 Renamed "Show all header" to "Show all headers"
14079         * src/prefs_summary_column.c
14080                 Renamed "diplay item" to "displayed items"
14081
14082 2002-09-29 [colin]      0.8.3claws37
14083
14084         * src/mainwindow.[ch]
14085                 online/offline status pixmaps follow theme
14086                 changes
14087         * src/summaryview.[ch]
14088                 quicksearch pixmap follows theme changes
14089
14090 2002-09-29 [thorsten]   0.8.3claws36
14091
14092         * src/compose.c
14093           src/prefs_folder_item.[ch]
14094                 add default_reply_to folder option (closes patch 581044)
14095
14096 2002-09-29 [christoph]  0.8.3claws35
14097
14098         * acconfig.h    ** REMOVED **
14099         * configure.in
14100         * ac/aspell.m4
14101         * ac/check-type.m4
14102         * ac/gnupg-check-typedef.m4
14103                 fix autoheader 2.50 warning
14104
14105 2002-09-29 [christoph]  0.8.3claws34
14106
14107         * major code cleanup (part 2)
14108         
14109                 - unused variables removed
14110                 - unused functions removed
14111                 - uninitialized variables checked
14112                 - missing return statements added
14113                 - missing function return types added
14114                 - added parentheses around assignment
14115                   when suggested by gcc
14116
14117 2002-09-29 [alfons]     0.8.3claws33
14118
14119         * src/logwindow.c
14120                 log_window_clear(): only bracket gtk_text_forward_delete() 
14121                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14122                 works around GTK text bug)
14123
14124 2002-09-29 [paul]       0.8.3claws32
14125
14126         * po/bg.po
14127           po/sr.po
14128                 updated by George Danchev and Urke MMI
14129                 respectively
14130
14131 2002-09-27 [christoph]  0.8.3claws31
14132
14133         * doc-src/readme.txt
14134         * doc-src/rfc1806.txt   ** REMOVED **
14135         * doc-src/rfc2183.txt   ** NEW FILE **
14136         * doc-src/rfc2980.txt   ** NEW FILE **
14137                 update rfcs
14138
14139 2002-09-27 [melvin]     0.8.3claws30
14140
14141         * ac/aspell.m4
14142                 Fixed typo which could break linking
14143
14144 2002-09-27 [melvin]     0.8.3claws29
14145
14146         * ac/aspell.m4
14147                 Improved GNU/aspell checking. 
14148                 Fixed bug #614490
14149
14150 2002-09-27 [paul]       0.8.3claws28
14151
14152         * sync with 0.8.3cvs8
14153                 see ChangeLog 2002-09-27
14154
14155 2002-09-26 [colin]      0.8.3claws27
14156
14157         * src/toolbar.[ch]
14158           src/mainwindow.[ch]
14159                 Add "Reply to Mailing-list" to the toolbar
14160
14161 2002-09-26 [christoph]  0.8.3claws26
14162
14163         * src/summaryview.c
14164                 Fix wrong message counts in summaryview status
14165
14166 2002-09-26 [paul]       0.8.3claws25
14167
14168         * sync with 0.8.3cvs7
14169                 see ChangeLog 2002-09-26
14170
14171 2002-09-26 [paul]       0.8.3claws24
14172
14173         * sync with 0.8.3cvs6
14174                 see ChangeLog 2002-09-25
14175
14176 2002-09-25 [christoph]  0.8.3claws23
14177
14178         * src/prefs_common.c
14179         * src/prefs_folder_item.c
14180         * src/prefs_scoring.c
14181                 Renamed "kill score" to "hide score" in GUI
14182                 and prefs files
14183
14184 2002-09-25 [paul]       0.8.3claws22
14185
14186         * sync with 0.8.3cvs5
14187                 see ChangeLog 2002-09-24
14188
14189 2002-09-24 [alfons]     0.8.3claws21
14190
14191         patch by Satoshi Nagayasu: allows appending / saving multiple 
14192         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14193         'Save as ...'")
14194
14195         * AUTHORS
14196                 add Satoshi Nagayasu
14197         * src/summaryview.c
14198                 summary_save_as(): allow saving selected files to
14199                 one file
14200                 summary_set_menu_sensitive: enable "Save As..." when
14201                 multiple files are selected
14202         * src/utils.[ch]
14203                 append_file(): new function
14204
14205 2002-09-24 [colin]      0.8.3claws20
14206
14207         * src/procmime.c
14208                 Fix segfault when mimeinfo doesn't have a 
14209                 content_type. 
14210
14211 2002-09-24 [colin]      0.8.3claws19
14212
14213         * src/prefs_common.[ch]
14214                 Add a preference to display send dialog or not
14215         * src/send.c
14216                 Display send dialog according to preference
14217
14218 2002-09-24 [colin]      0.8.3claws18
14219
14220         * src/compose.[ch]
14221                 Disable user actions when sending
14222
14223 2002-09-24 [colin]      0.8.3claws17
14224
14225         * src/procmime.c
14226                 Do not display name or filename for attachments
14227                 with an application/pgp-signature type
14228                 (security flaw, see bug 537413)
14229
14230 2002-09-23 [colin]      0.8.3claws16
14231
14232         * src/editaddress.c
14233                 Initialize entry_email, entry_alias and 
14234                 entry_remarks to first email address of the list
14235
14236 2002-09-23 [colin]      0.83claws15
14237
14238         * src/compose.c
14239                 Drop pgp-signature when reediting a signed queued
14240                 message
14241
14242 2002-09-23 [melvin]     0.8.3claws14
14243
14244         * po/fr.po
14245                 Updated French translation
14246
14247 2002-09-23 [melvin]     0.8.3claws13
14248
14249         * src/mainwindow.c
14250                 Made custom toolbar menu labels more consistent
14251         * src/prefs_toolbar.c
14252                 Made custom toolbar window title more consistent
14253
14254 2002-09-22 [colin]      0.8.3claws12
14255
14256         * src/inc.c
14257                 Initialize session type to normal before getting 
14258                 mail (fixes strange Get behaviour)
14259         * src/prefs_account.h
14260                 Move STYPE_POP_BEFORE_SMTP to last position to 
14261                 avoid other side-effects
14262
14263 2002-09-22 [colin]      0.8.3claws11
14264
14265         * src/prefs_account.c
14266                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14267                 from pop3 to apop or vice-versa
14268
14269 2002-09-22 [colin]      0.8.3claws10
14270         
14271         * src/prefs_account.[ch]
14272                 Add an option for the POP before SMTP timeout
14273         * src/inc.c
14274                 Remember time of last POP connection
14275         * src/send.c
14276                 Do POP before SMTP only if timeout reached
14277
14278 2002-09-22 [oliver]     0.8.3claws9
14279         
14280         * README.claws
14281                 explain custom toolbar
14282
14283 2002-09-22 [oliver]     0.8.3claws8
14284
14285         * src/prefs_actions.[ch]
14286         custom toolbar for compose      
14287                 actions callback from compose toolbar
14288         * src/folderview.c
14289                 remove include toolbar.h
14290
14291 2002-09-22 [oliver]     0.8.3claws7
14292         
14293         * src/prefs_toolbar.[ch]
14294                 custom toolbar for compose
14295                 - generic prefs_toolbar handles both
14296                   Mainwin's toolbar as well as Compose toolbar          
14297
14298 2002-09-22 [oliver]     0.8.3claws6
14299         
14300         * src/toolbar.[ch]
14301                 custom toolbar for compose
14302                 restructure toolbar.[ch]
14303
14304 2002-09-22 [oliver]     0.8.3claws5
14305
14306         * src/compose.[ch]
14307                 custom toolbar for compose
14308
14309 2002-09-22 [oliver]     0.8.3claws4
14310         
14311         * src/mainwindow.[ch]
14312                 custom toolbar for compose 
14313                 move mainwin toolbar back to mainwindow
14314
14315 2002-09-22 [alfons]     0.8.3claws3
14316
14317         * src/procmsg.c
14318                 :%sno/if(/if (/gc
14319                 :%sno/for(/for (/gc
14320                 (beautify)
14321
14322 2002-09-22 [alfons]     0.8.3claws2
14323         
14324         * src/procmsg.c
14325                 procmsg_save_to_outbox(): don't unlink message file from queue;
14326                 callers should do it using folder_item_remove_msg()
14327
14328 2002-09-22 [colin]      0.8.3claws1
14329
14330         * src/mimeview.[ch]
14331                 Made mimeview_check_signature() public
14332         * src/textview.c
14333                 Made GPG signatures verifiable by clicking
14334                 the [application/pgp-signature] in the Text
14335                 view
14336
14337 2002-09-22 [paul]       0.8.3claws
14338
14339         * po/bg.po
14340           po/en_GB.po
14341           po/es.po
14342           po/it.po
14343           po/pl.po
14344           po/pt_BR.po
14345           po/sr.po
14346                 updated translations, submitted by George Danchev,
14347                 me, Ricardo Mones Lastra, Alessandro Maestri,
14348                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14349                 and Urke MMI, respectively.     
14350
14351 2002-09-22 [alfons]     0.8.2claws65
14352
14353         * src/procmsg.c
14354         * src/pgptext.c
14355                 no furry valgrinds have been used to plug these memleaks
14356
14357 2002-09-20 [paul]       0.8.2claws64
14358
14359         * sync with 0.8.3cvs4
14360                 'Select thread' re-implemented 
14361                 see ChangeLog 2002-09-20
14362
14363 2002-09-21 [alfons]     0.8.2claws63
14364
14365         * src/compose.c
14366                 compose_send(): plug unnoticed memleak
14367
14368 2002-09-20 [alfons]     0.8.2claws62
14369
14370         * src/addr_compl.c
14371                 replace_address_in_edit(): strict check for NULL address to
14372                 fix "[ 607348 ] Segfault in address completion". My guess is
14373                 that this happens with an empty address book, but it's good
14374                 to have this check here anyway
14375                 
14376                 completion_window_button_press(): free string returned 
14377                 from the internal cache
14378
14379 2002-09-20 [christoph]  0.8.2claws61
14380
14381         * src/procmime.h
14382                 added ENC_BINARY to EncodingType
14383         * src/procmime.c
14384                 the string returned by procmime_get_encoding_str
14385                 should not depend on the order of values in the
14386                 EncodingType definition
14387         * doc-src/rfc1806.txt   ** NEW FILE **
14388                 Added rfc1806 about MIME Content-Disposition
14389                 Extension
14390
14391 2002-09-19 [paul]       0.8.2claws60
14392
14393         * sync with 0.8.2cvs3
14394                 see ChangeLog 2002-09-19
14395
14396 2002-09-19 [paul]       0.8.2claws59
14397
14398         * src/prefs_folder_item.c
14399                 revert to Darko's original alignment of colour
14400                 selector button
14401                 add a colon to folder_color label
14402                 
14403         * src/compose.c
14404                 add Colin's patch (with Hiro's modifications) to 
14405                 force BASE64 encoding for 8-bit text when signing
14406                 (sync with 0.8.3cvs2)
14407
14408 2002-09-18 [alfons]     0.8.2claws58
14409
14410         * src/compose.c
14411                 :%sno/if(/if (/gc
14412                 :%sno/for(/for (/gc
14413                 (beautify a little bit)
14414
14415 2002-09-18 [christoph]  0.8.2claws57
14416
14417         * src/pine.c
14418                 fix handling of fgetc return value
14419
14420 2002-09-17 [alfons]     0.8.2claws56
14421         
14422         * src/summaryview.c
14423                 summary_sort(): check non-NULL summaryview->folder_item when no 
14424                 folder is selected at all
14425                 (closes "[ 610344 ] sort label make syl Crash")
14426
14427 2002-09-17 [alfons]     0.8.2claws55
14428         
14429         * src/compose.c
14430                 beautify a little bit
14431
14432 2002-09-17 [christoph]  0.8.2claws54
14433
14434         * src/folder.c
14435                 initialize max values for cache and folder
14436                 when cache or folder is empty
14437
14438 2002-09-15 [colin]      0.8.2claws53
14439
14440         * src/compose.c
14441                 Fix a leak (thanks Alfons!) and cleaned
14442                 variables names for custom headers
14443
14444 2002-09-15 [colin]      0.8.2claws52
14445
14446         * src/compose.c
14447                 Fix custom headers recognition when
14448                 prefs_common.trans_hdr is on
14449
14450 2002-09-15 [colin]      0.8.2claws51
14451
14452         * src/compose.c
14453                 Allow dynamically-added custom headers
14454                 Yet not reparsed if reedited
14455
14456 2002-09-15 [alfons]     0.8.2claws50
14457
14458         * src/prefs_account.c
14459                 fix warnings
14460
14461 2002-09-15 [colin]      0.8.2claws49
14462         
14463         * src/prefs_account.c
14464                 fix pop_before_smtp sensitivity
14465
14466 2002-09-15 [colin]      0.8.2claws48
14467
14468         * src/inc.[ch]
14469                 add inc_pop_before_smtp()
14470                 allow MainWindow to be undefined in 
14471                 inc_account_mail() and inc_start()
14472         * src/pop.c
14473           src/prefs_account.h
14474                 add STYPE_POP_BEFORE_SMTP session type
14475         * src/prefs_account.c
14476                 activated pop before smtp option
14477         * src/send.c
14478                 do pop before smtp if the relevant option 
14479                 is set
14480
14481 2002-09-15 [paul]       0.8.2claws47
14482
14483         * sync with 0.8.3
14484                 see ChangeLog 2002-09-15
14485
14486 2002-09-14 [paul]       0.8.2claws46
14487
14488         * po/bg.po
14489                 updated Bulgarian translation, submitted by
14490                 George Danchev
14491
14492 2002-09-13 [paul]       0.8.2claws45
14493
14494         * src/compose.c
14495                 merge claws' select_account() with main's
14496                 (new) compose_select_account(). [sync with
14497                 0.8.2cvs15, see ChangeLog 2002-09-11]
14498
14499 2002-09-12 [christoph]  0.8.2claws44
14500
14501         * src/filter.c
14502                 allocate 1 elements of FolderItem not 0
14503
14504 2002-09-12 [colin]      0.8.2claws43
14505
14506         * src/compose.c
14507                 Fix bug #590825 (obey Follow-up: poster)
14508
14509 2002-09-12 [colin]      0.8.2claws42
14510
14511         * src/procmime.c
14512                 Fix bug #557009 (wrong headers for messages 
14513                 forwarded as attachments)
14514
14515 2002-09-11 [colin]      0.8.2claws41
14516         
14517         * src/compose.c
14518                 Put SCF: pseudo-header on top of message
14519                 Set draft tmp_flag when saved as draft
14520
14521         * src/procmsg.c
14522           src/procheader.c
14523                 Skip after first \n\n for beginning of real message
14524                 for drafts too
14525
14526 2002-09-11 [christoph]  0.8.2claws40
14527
14528         * src/filtering.c
14529                 use procmsg flag functions in filtering or processing
14530                 will cause incorrect folder message counts
14531
14532 2002-09-11 [colin]      0.8.2claws39
14533
14534         * src/compose.c
14535                 Fix bug #550175 - wrong save folder when reediting
14536                 drafts
14537
14538 2002-09-11 [paul]       0.8.2claws38
14539
14540         * sync with 0.8.2cvs14
14541                 see ChangeLog 2002-09-11
14542
14543 2002-09-11 [colin]      0.8.2claws37
14544
14545         * src/folder.c
14546                 Fix a typo (seeming to cause new/unread status to
14547                 be lost)
14548
14549 2002-09-10 [christoph]  0.8.2claws36
14550
14551         * src/compose.c
14552                 compose_redirect should not use compose_generic_new
14553                 because that does more stuff than expected including
14554                 opening the external editor
14555                 (closes bug "[ 526608 ] bounced messages appear blank
14556                  in editor")
14557
14558 2002-09-10 [christoph]  0.8.2claws35
14559
14560         * src/folder.c
14561                 fix problem with too large message number range
14562                 causing a crash in folder_item_scan
14563
14564 2002-09-10 [paul]       0.8.2claws34
14565
14566         * sync with 0.8.2cvs13
14567                 see ChangeLog 2002-09-10
14568
14569 2002-09-10 [christoph]  0.8.2claws33
14570
14571         * src/msgcache.c
14572                 set MsgInfo TmpFlags for queue and draft folders
14573                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14574
14575 2002-09-10 [paul]       0.8.2claws32
14576
14577         * AUTHORS
14578           po/bg.po      ** NEW FILE **
14579                 new Bulgarian translation submitted by
14580                 George Danchev <danchev@spnet.net>
14581                 
14582         * tools/Makefile.am
14583           tools/README
14584           tools/tb2sylpheed     ** NEW FILE **
14585                 add script that converts an addressbook exported
14586                 from The Bat! into a Sylpheed addressbook. Submitted
14587                 by Urke MMI <urke-kg@eunet.yu>
14588
14589 2002-09-10 [paul]       0.8.2claws31
14590
14591         * sync with 0.8.2cvs12
14592                 see ChangeLog 2002-09-10
14593
14594 2002-09-06 [paul]       0.8.2claws30
14595
14596         * src/prefs_common.c
14597                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14598                 
14599         * tools/Makefile.am
14600           tools/README
14601           tools/ldif-to-xml.py  ** REMOVED **
14602                 remove obsolete python script
14603
14604 2002-09-06 [paul]       0.8.2claws29
14605
14606         * sync with 0.8.2cvs10
14607                 see ChangeLog 2002-09-06
14608
14609 2002-09-04 [paul]       0.8.2claws28
14610
14611         * sync with 0.8.2cvs9
14612                 see ChangeLog 2002-08-04
14613
14614 2002-09-04 [colin]      0.8.2claws27 
14615
14616         * src/prefs_common.[ch]
14617                 Added signature color configuration
14618         * src/textview.c
14619                 Use user-specified signature color
14620
14621 2002-09-03 [colin]      0.8.2claws26
14622
14623         * src/prefs_common.[ch]
14624                 Added autosave and autosave_length prefs
14625         * src/compose.c
14626                 Added compose_remove_draft()
14627                 Auto-save drafts according to the prefs
14628         * src/main.c
14629                 Added a crash-indicator file, allowing to check
14630                 for new messages on startup if Sylpheed crashed
14631                 (makes saved drafts "reappear")
14632
14633 2002-09-03 [colin]      0.8.2claws25
14634
14635         * src/textview.[ch]
14636                 Grey the signature
14637
14638 2002-09-03 [paul]       0.8.2claws24
14639
14640         * sync with 0.8.2cvs8
14641                 see ChangeLog 2002-09-02 and 2002-09-03
14642
14643 2002-09-03 [darko]      0.8.2claws23
14644
14645         * src/folderview.c
14646                 use normal style when creating new folder to pick
14647                 proper font size 
14648
14649 2002-09-02 [melvin]     0.8.2claws22
14650
14651         * src/gtkaspell.m4
14652                 removed some obsolete code
14653
14654 2002-09-02 [melvin]     0.8.2claws21
14655
14656         * ac/aspell.m4
14657                 fixed test's equality sign (== to =)
14658
14659 2002-09-02 [alfons]     0.8.2claws20
14660
14661         * src/folder.c
14662         * src/mh.c
14663                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14664                 as folder->destroy virtual as suggested by Hiro
14665                 (the mh.c code seems to have been lost around mh.c.1.21)
14666
14667 2002-09-02 [paul]       0.8.2claws19
14668
14669         * po/pt_BR.po
14670                 updated by Fabio Jr. Beneditto
14671                 
14672         * src/defs.h
14673                 use 'http://claws.sylpheed.org' for homepage link. 
14674                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14675
14676 2002-09-01 [alfons]     0.8.2claws18
14677
14678         * src/mh.c
14679                 plug memleak related to one Martin Kluge found
14680
14681 2002-08-31 [paul]       0.8.2claws17
14682
14683         * sync with 0.8.2cvs6
14684                 see ChangeLog 2002-08-30
14685
14686 2002-08-31 [alfons]     0.8.2claws16
14687
14688         * src/folder.c
14689                 folder_destroy(): remove mailbox from folderlist even if it has
14690                 no destroy virtual
14691
14692 2002-08-31 [alfons]     0.8.2claws15
14693
14694         * src/folder.c
14695                 :%sno/if(/if (/gc
14696                 :%sno/for(/for (/gc
14697                 (being pedantic I know)
14698
14699 2002-08-31 [alfons]     0.8.2claws14
14700
14701         * src/folder.c
14702                 check for NULL pointers returned from folder->fetch_msginfo virtual
14703                 (should solve some reported crashes)
14704
14705 2002-08-30 [alfons]     0.8.2claws13
14706
14707         * acconfig.h
14708         * configure.in
14709         * src/crash.c
14710                 enable crash dialog on compilation time
14711                 (--enable-crash-dialog configure option)
14712
14713 2002-08-30 [alfons]     0.8.2claws12
14714
14715         * AUTHORS
14716                 add Martin Kluge
14717         * src/mh.c
14718                 apply memory leak plug patch by Martin Kluge
14719                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14720                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14721                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14722
14723 2002-08-30 [darko]      0.8.2claws11
14724
14725         * src/folderview.c
14726                 copy Gtk style from normal style to match
14727                 font size for coloured folders
14728
14729 2002-08-29 [alfons]     0.8.2claws10
14730
14731         * sylpheed.desktop
14732                 Type=Internet <- Type=Application
14733                 (reported by Michael Schwendt, see:
14734                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14735                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14736
14737 2002-08-29 [paul]       0.8.2claws9
14738
14739         * sync with 0.8.2cvs5
14740                 see ChangeLog 2002-08-29
14741
14742 2002-08-29 [colin]      0.8.2claws8
14743
14744         * src/summaryview.c
14745                 Added a sanity check in summary_select_thread
14746                 Should fix bug 601605
14747
14748 2002-08-29 [colin]      0.8.2claws7
14749
14750         * src/main.c
14751                 Revert claws6 changes regarding bug #591676
14752
14753 2002-08-28 [colin]      0.8.2claws6
14754         
14755         * src/main.c
14756                 Ignore cache for queue folderitems
14757                 Fix bug #591676
14758
14759 2002-08-28 [melvin]     0.8.2claws5
14760
14761         * README.claws
14762                 Fixed typos.
14763
14764 2002-08-28 [melvin]     0.8.2claws4
14765
14766         * README.claws
14767                 Updated a bit the text concerning the spell checker
14768
14769 2002-08-28 [melvin]     0.8.2claws3
14770
14771         Merged the GNU_aspell_branch:
14772                 Support of new GNU/aspell is now included and the old pspell
14773                 is not supported anymore.
14774                 See README.claws
14775
14776         * README.claws
14777                 Updated spell checker text to reflect the switch to GNU/aspell
14778
14779         * ac/aspell.m4          *** NEW ***
14780         * src/gtkaspell.[ch]    *** NEW *** 
14781         * ac/pspell.m4          *** DELETED *** 
14782         * src/gtkspell.[ch]     *** DELETED ***
14783
14784         * ac/Makefile.am
14785                 Updated for GNU/aspell support
14786
14787         * po/POTFILES.in
14788                 Replaced gtkspell.c by gtkaspell.c
14789
14790         * acconfig.h
14791         * src/Makefile.am
14792         * src/about.c
14793         * src/compose.[ch]
14794         * src/crash.c
14795         * src/main.c
14796         * src/prefs_common.[ch]
14797                 Updated for GNU/aspell support
14798
14799 2002-08-28 [paul]       0.8.2claws2
14800
14801         * sync with 0.8.2cvs4
14802                 see ChangeLog 2002-08-27 and 2002-08-28
14803
14804 2002-08-28 [colin]      0.8.2claws1
14805
14806         * src/summary_search.c
14807                 Added "AND search"
14808
14809 2002-08-28 [jens]       0.8.2claws
14810
14811         *po/de.po
14812                 Updated German translations
14813
14814 2002-08-27 [melvin]     0.8.2claws
14815
14816         * po/fr.po
14817                 Updated French translations
14818
14819 2002-08-27 [paul]       0.8.2claws
14820
14821         * sync with 0.8.2 main release
14822
14823         * po/en_GB.po
14824           po/es.po
14825           po/it.po
14826           po/pl.po
14827           po/pt_BR.po
14828           po/sr.po
14829                 updated message catalogs submitted by
14830                 Ricardo Mones Lastra, Alessandro Maestri,
14831                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14832                 Beneditto and Urke MMI  
14833
14834 2002-08-27 [hoa]        0.8.1claws123
14835
14836         * src/mainwindow.[ch]
14837         * src/summaryview.[ch]
14838                 removed the "filter setting" menu option.
14839                 add a "cancel a news message" menu option.
14840
14841 2002-08-26 [martin]     0.8.1claws122
14842
14843         * ChangeLog.claws
14844                 changed string under 0.8.1claws79 changed by myself
14845                 i'm sorry alfons :(
14846
14847 2002-08-26 [martin]     0.8.1claws121
14848
14849         * src/crash.c
14850                 added kill command to debuggerrc to start crash dialog
14851
14852 2002-08-26 [paul]       0.8.1claws120
14853
14854         * sync with 0.8.1cvs31
14855                 see ChangeLog 2002-08-26
14856
14857 2002-08-25 [alfons]     0.8.1claws119
14858
14859         * src/procmsg.c
14860                 fix bug that didn't send out correct headers to news server
14861                 when sending news article and email from queue (bug reported
14862                 and patch provided by Tim Mann; closes bug 
14863                 "[ 583196 ] 0.7.8claws can't post news")
14864
14865 2002-08-25 [alfons]     0.8.1claws118
14866
14867         * src/selective_download.c
14868                 mark two strings as translatable
14869                 (thanks to Urke MMI for pointing this out)
14870
14871 2002-08-25 [alfons]     0.8.1claws117
14872
14873         * src/summaryview.c
14874                 treat sent boxes as special and allow sorting them by addressee
14875                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14876                 submitted by Steve Lamb)
14877
14878 2002-08-24 [alfons]     0.8.1claws116
14879
14880         * src/matcher.c
14881                 fix memleak reported by Martin Kluge
14882                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14883
14884 2002-08-24 [oliver]     0.8.1claws115
14885
14886         * src/prefs_toolbar.c
14887                 o code cleanup as suggested by Alfons
14888                 o memleak fix
14889
14890 2002-08-24 [alfons]     0.8.1claws114
14891
14892         * src/summaryview.c
14893                 o fix another memory leak reported by Martin Kluge
14894                   (see "[ 599568 ] Small Memory Leak")
14895                 o remove 'from' variable from 'summary_set_header()'; we can
14896                   do with just 'to' 
14897
14898 2002-08-24 [paul]       0.8.1claws113
14899
14900         * sync with 0.8.1cvs30
14901                 see ChangeLog 2002-08-23
14902
14903 2002-08-24 [alfons]     0.8.1claws112
14904
14905         * src/summaryview.c
14906                 remove unnecessary allocations for search bar fixing leaks
14907                 reported by Martin Kluge
14908                 (see "[ 599451 ] Further memory leaks?")
14909
14910 2002-08-24 [alfons]     0.8.1claws111
14911
14912         * src/main.c
14913                 make get_socket_name() public for crash.c
14914         * src/crash.c
14915                 o make report bug button work (goes to claws' 
14916                   bug tracker at sf.net)
14917                 o introduce function for doing important stuff just
14918                   before claws goes down
14919                 o clean up code 
14920
14921 2002-08-24 [alfons]     0.8.1claws110
14922
14923         * src/compose.c
14924                 move cursor to "To" entry when forwarding as attachment
14925                 (reported and solved by Steve Lamb, closes bug report
14926                 "[ 592880 ] Forward as attachment; cursor not in to")
14927
14928 2002-08-24 [colin]      0.8.1claws109
14929
14930         * src/mainwindow.c
14931                 fix quick search visibility after GUI (de)separations.
14932
14933 2002-08-23 [colin]      0.8.1claws108
14934
14935         * src/mainwindow.c
14936                 fix header pane visibility after folderview or
14937                 messageview (de)separation
14938
14939 2002-08-23 [paul]       0.8.1claws107
14940
14941         * src/mainwindow.[ch]
14942           src/toolbar.c
14943                 give full control of display or non-display 
14944                 of the Execute icon to Custom toolbar settings.
14945                 add new sensitivity condition to maninwindow.h: 
14946                 M_DELAY_EXEC
14947
14948         * ChangeLog
14949           ChangeLog.jp
14950           NEWS
14951                 more sync with 0.8.1cvs29
14952
14953 2002-08-23 [melvin]     0.8.1claws106
14954
14955         * src/alertpanel.c
14956                 Readded support for custom widget in alertpanel lost in last
14957                 sync.
14958
14959 2002-08-23 [paul]       0.8.1claws105
14960
14961         * sync with 0.8.1cvs29
14962                 see ChangeLog 2002-08-23
14963
14964 2002-08-23 [colin]      0.8.1claws104
14965
14966         * src/summaryview.c
14967                 Fix folder and search pixmaps exchanging positions
14968                 after theme or toolbar changes. Thank to Oliver for 
14969                 reporting this.
14970
14971 2002-08-23 [colin]      0.8.1claws103
14972
14973         * src/mainwindow.c
14974           src/messageview.[ch]
14975           src/noticeview.[ch]
14976           src/summaryview.c
14977                 Changed messageview_create() and noticeview_create()
14978                 to avoid the last gdk_warning
14979
14980 2002-08-22 [colin]      0.8.1claws102
14981
14982         * src/summaryview.c
14983                 Fix my new `Creating pixmap from xpm' warning
14984
14985 2002-08-22 [colin]      0.8.1claws101
14986
14987         * src/mainwindow.c
14988                 Fix some of the gdk warnings
14989
14990 2002-08-22 [colin]      0.8.1claws100
14991
14992         * src/Makefile.am
14993         * src/stock_pixmap.c
14994         * src/stock_pixmap.h
14995         * src/pixmaps/quicksearch.xpm *ADDED*
14996                 Add the quicksearch pixmap
14997         * src/mainwindow.c
14998         * src/summaryview.c
14999         * src/summaryview.h
15000                 Make quicksearch bar visible/hidden via a button
15001
15002 2002-08-22 [christoph]  0.8.1claws99
15003
15004         * src/folder.c
15005                 fix folder update for newsgroups with message
15006                 numbers below minimum number of articles to fetch
15007                 (closes bug #598445)
15008
15009 2002-08-22 [paul]       0.8.1claws98
15010
15011         * sync with 0.8.1cvs28
15012                 see ChangeLog 2002-08-22
15013
15014 2002-08-21 [alfons]     0.8.1claws97
15015
15016         * src/crash.c
15017                 use bt instead of bt full which seems to work 
15018                 better, and bt full doesn't give a great deal 
15019                 of information anyway
15020
15021 2002-08-21 [colin]      0.8.1claws96
15022
15023         * src/summaryview.c
15024                 fix summaryview_searchtype_changed prototype
15025
15026 2002-08-21 [christoph]  0.8.1claws95
15027
15028         * src/mainwindow.c
15029                 o fix broken menu update for sorting type, we have to
15030                   get this info from the summaryview now
15031                 o removed setting of threaded state in menu callback
15032         * src/summaryview.[ch]
15033                 more summaryview/folderitem seperation for
15034                 threading option
15035         * configure.in
15036                 removed not required --with-compiler-flags option
15037
15038 2002-08-21 [oliver]     0.8.1claws94
15039         
15040         * src/toolbar.h 
15041                 o rename toolbar.xml to toolbar_main.xml
15042                   since toolbar_compose.xml might come up 
15043                   any time soon
15044         * README.claws
15045                 add custom toolbar              
15046
15047 2002-08-21 [darko]      0.8.1claws93
15048
15049         * src/procmsg.c
15050                 don't reset tmp flags for messages copied
15051                 to sent folder
15052
15053 2002-08-21 [colin]      0.8.1claws92
15054         
15055         * src/prefs_filtering.c
15056                 fix renaming rules on folder rename 
15057                 when folder is not a leaf folder
15058
15059 2002-08-21 [paul]       0.8.1claws91
15060
15061         * src/prefs_folder_item.c
15062                 fix alignment of colour selector
15063
15064 2002-08-21 [paul]       0.8.1claws90
15065
15066         * sync with 0.8.1cvs27
15067                 see ChangeLog 2002-08-21
15068
15069 2002-08-21 [paul]       0.8.1claws89
15070
15071         * src/summaryview.c
15072                 fix crash when changing field type in
15073                 Quick search bar
15074
15075 2002-08-21 [colin]      0.8.1claws88
15076
15077         * src/summaryview.c
15078                 Made quick search case-insensitive
15079
15080 2002-08-21 [paul]       0.8.1claws87
15081
15082         * sync with 0.8.1cvs26
15083                 see ChangeLog 2002-08-21
15084
15085 2002-08-20 [christoph]  0.8.1claws86
15086
15087         * src/folderview.c
15088         * src/main.c
15089         * src/summaryview.[ch]
15090                 more summaryview/folderitem seperation for
15091                 sort_key and sort_type
15092         * src/procmsg.c
15093                 added missing return statement
15094
15095 2002-08-20 [colin]      0.8.1claws85
15096
15097         * src/summaryview.[ch]
15098                 Added a quick search box
15099         * src/mainwindow.c
15100         * src/prefs_common.[ch]
15101                 Added a show/hide option for the quick search
15102
15103 2002-08-20 [oliver]     0.8.1claws84
15104         
15105         * src/mainwindow.c
15106                 remove toolbar_create_popups
15107         * src/toolbar.[ch]
15108                 o remove toolbar_create_popups
15109                 o fix toolbar_set_sensitive 
15110                   (Bug reports #596834 and #596832)     
15111         * src/prefs_toolbar.c
15112                 o add "Set default" button
15113                 o align label and text + combo widgets
15114
15115 2002-08-20 [hoa]        0.8.1claws83bis
15116
15117         * src/imap.c
15118                 fixed a bug in imap_fetch_msginfo() in case there is no
15119                 current folder.
15120
15121 2002-08-20 [darko]      0.8.1claws83
15122
15123         * src/folderview.c
15124                 copy the color style of folder view so it
15125                 works with GTK themes
15126
15127 2002-08-20 [darko]      0.8.1claws82
15128
15129         * src/folder.h
15130         * src/folderview.c
15131         * src/prefs_folder_item.[hc]
15132                 don't use UI stuff in folder.h
15133
15134 2002-08-20 [darko]      0.8.1claws81
15135
15136         * src/folder.h
15137         * src/prefs_folder_item.h
15138         * src/folderview.c
15139         * src/prefs_folder_item.c
15140                 ability to set folder color in folderview
15141
15142 2002-08-19 [alfons]     0.8.1claws80
15143
15144         * src/summaryview.c
15145                 fix one of the earlier memleaks reported by Martin Kluge
15146
15147 2002-08-19 [alfons]     0.8.1claws79
15148
15149         * src/mainwindow.c
15150                 hide notice view when selecting seperate folder
15151                 view (reported by Urke MMI)
15152
15153 2002-08-19 [christoph]  0.8.1claws78
15154
15155         * src/folderview.c
15156         * src/prefs_folder_item.h
15157         * src/summaryview.[ch]
15158                 o add summary_set_prefs_from_folderitem to set
15159                   summaryview prefs (first step to remove all
15160                   references to the folderitem in summaryview)
15161                 o moved compiled regex stuff from folderitem prefs
15162                   to summaryview code
15163
15164 2002-08-19 [paul]       0.8.1claws77
15165
15166         * src/compose.c
15167                 add check for '.' to QUOTE_IF_REQUIRED
15168
15169 2002-08-19 [paul]       0.8.1claws76
15170
15171         * src/inc.c
15172                 sync with 0.8.1cvs25 (plug memory leak)
15173
15174         * src/prefs_toolbar.c
15175                 re-order prefs_toolbar_cancel()
15176
15177 2002-08-18 [alfons]     0.8.1claws75
15178
15179         * src/inc.c
15180         * src/matcher.c
15181                 plug other memleaks reported by Martin Kluge
15182
15183 2002-08-18 [paul]       0.8.1claws74
15184
15185         * po/pt_BR.po
15186                 updated by Fabio Jr. Beneditto
15187
15188 2002-08-18 [paul]       0.8.1claws73
15189
15190         * src/toolbar.[ch]
15191                 fix bug where tooltips were displayed untranslated              
15192
15193         * src/prefs_toolbar.c
15194                 fix bug where clicking 'Cancel' creates an icon & text
15195                 toolbar regardless of prefs
15196         
15197
15198 2002-08-17 [oliver]     0.8.1claws72
15199
15200         * src/prefs_toolbar.c
15201                 update toolbar on CANCEL
15202                 bug reported by Martin Kluge
15203         * src/toolbar.c
15204                 toolbar_destroy memleak fixed           
15205
15206 2002-08-17 [alfons]     0.8.1claws71
15207
15208         * src/toolbar.c
15209                 plug another memleak reported by Martin Kluge
15210
15211 2002-08-16 [alfons]     0.8.1claws70
15212
15213         * src/crash.c
15214                 use execvp() correctly (suggested by wwp; thanks!)
15215
15216 2002-08-16 [alfons]     0.8.1claws69
15217
15218         * src/gtksctree.c
15219                 plug memory leak reported by Kim Schultz & Martin Kluge
15220
15221 2002-08-16 [paul]       0.8.1claws68
15222
15223         * po/es.po
15224                 updated by Ricardo Mones Lastra
15225
15226 2002-08-16 [paul]       0.8.1claws67
15227
15228         * src/toolbar.h
15229                 fix bug where 'Compose News' icon showed wrong
15230                 tooltip
15231
15232 2002-08-16 [paul]       0.8.1claws66
15233
15234         * sync with 0.8.1cvs24
15235                 see ChangeLog 2002-08-16
15236
15237         * po/it.po
15238                 updated by Alessandro Maestri
15239
15240 2002-08-15 [paul]       0.8.1claws65
15241
15242         * po/sr.po
15243                 updated by Urke MMI
15244
15245 2002-08-15 [paul]       0.8.1claws64
15246
15247         * src/*.c
15248                 don't translate debug info
15249
15250         * src/matcher.[ch]
15251                 add copyright info
15252
15253 2002-08-15 [paul]       0.8.1claws63
15254
15255         * src/prefs_toolbar.c
15256                 fix bug where clicking 'OK' creates an icon & text
15257                 toolbar regardless of prefs
15258
15259 2002-08-14 [alfons]     0.8.1claws62
15260
15261         * src/main.c
15262                 add global var that has the full argv[0]
15263         * src/crash.c
15264                 o execvp the correct sylpheed by using argv0
15265                   and setting the correct work dir
15266                 o other tweaks  
15267
15268 2002-08-14 [oliver]     0.8.1claws61
15269         
15270         * enable/disable Toolbar Action Buttons 
15271         * code cleanups
15272         * src/mainwindow.c
15273         * src/toolbar.[ch]      
15274         * src/prefs_toolbar.c   
15275
15276 2002-08-14 [melvin]     0.8.1claws60
15277
15278         * po/fr.po
15279                 Updated French translations
15280
15281 2002-08-14 [melvin]     0.8.1claws59
15282
15283         * src/crash.c
15284                 Made bug report not translatable
15285         * src/exporthtml.c
15286                 Fixed exporthtml_build_filespec() return value
15287         * src/foldersel.c
15288                 Fixed incorrect include file
15289         * src/gtkspell.c
15290         * src/prefs_actions.c
15291         * src/prefs_toolbar.c
15292                 Made debug info not translatable
15293         * src/mutt.c
15294         * src/quote_fmt.c
15295                 Added missing includes
15296         * src/prefs_common.c
15297                 Fixed typo
15298
15299 2002-08-14 [paul]       0.8.1claws58
15300
15301         * faq/es/sylpheed-faq.html
15302           faq/es/sylpheed-faq-[1-3].html
15303           faq/es/sylpheed-faq-4.html     **NEW FILE **
15304                 update Spanish FAQ
15305
15306 2002-08-13 [christoph]  0.8.1claws57
15307
15308         * src/procmsg.c
15309                 ignore thread fix that did not mark all
15310                 child nodes of a ignored thread as
15311                 ignored. Does not work perfectly yet,
15312                 but it is better now
15313
15314 2002-08-13 [alfons]     0.8.1claws56
15315
15316         * src/crash.c
15317                 o implement 'save crash log'
15318                 o some tweaks
15319
15320 2002-08-13 [melvin]     0.8.1claws55
15321
15322         * src/main.c
15323                 removed unrequired "execinfo.h" header
15324
15325 2002-08-12 [paul]       0.8.1claws54
15326
15327         * faq/en/sylpheed-faq.html
15328           faq/en/sylpheed-faq-[1-3].html
15329           faq/en/sylpheed-faq-4.html     **NEW FILE **
15330                 update English FAQ
15331
15332 2002-08-12 [alfons]     0.8.1claws53
15333
15334         * po/POTFILES.in
15335                 add crash.c to translatables
15336         * src/crash.c
15337                 bring in Leandro's crash dialog
15338
15339 2002-08-11 [alfons]     0.8.1claws52
15340
15341         * src/crash.c
15342                 clean up some warnings
15343
15344 2002-08-11 [alfons]     0.8.1claws51
15345
15346         * acconfig.h
15347         * configure.in
15348         * src/crash.[ch]        ** NEW FILES **
15349         * src/main.c            
15350                 initial gdb crash handler
15351
15352 2002-08-11 [paul]       0.8.1claws50
15353
15354         * src/prefs_toolbar.c
15355                 replace Up/Down arrow pixmaps with text to be
15356                 consistent across icon themes
15357
15358 2002-08-11 [paul]       0.8.1claws49
15359
15360         * src/prefs_common.c
15361           src/prefs_toolbar.c
15362                 rename 'Pixmap' -> 'Icon'
15363
15364         * src/toolbar.[ch]
15365                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15366
15367 2002-08-10 [paul]       0.8.1claws48
15368
15369         * src/prefs_toolbar.c
15370                 re-work the UI
15371
15372 2002-08-10 [paul]       0.8.1claws47
15373
15374         * src/main.c
15375                 don't write Processing progress to status bar
15376                 patch submitted by Alexander Evseev
15377
15378         * src/prefs_toolbar.c
15379                 re-position and resize window
15380                 make window assume correct size on first call
15381
15382 2002-08-10 [paul]       0.8.1claws46
15383
15384         * src/mainwindow.c
15385           src/prefs_toolbar.c
15386           src/toolbar.c
15387           src/toolbar.h
15388                 obey coding style
15389                 follow UI text conventions
15390
15391 2002-08-10 [alfons]     0.8.1claws45
15392
15393         * src/toolbar.c
15394                 correct pixmap for delete action
15395
15396 2002-08-10 [paul]       0.8.1claws44
15397
15398         * po/pt_BR.po
15399                 updated by Fabio Jr. Beneditto
15400
15401 2002-08-10 [paul]       0.8.1claws43
15402
15403         * po/POTFILES.in
15404                 add custom toolbar files
15405
15406 2002-08-10 [paul]       0.8.1claws42
15407
15408         * sync with 0.8.1cvs22
15409                 see ChangeLog 2002-08-09
15410
15411 2002-08-09 [paul]       0.8.1claws41
15412
15413         * tools/Makefile.am
15414           tools/README
15415           tools/outlook2sylpheed.pl     ** NEW FILE **
15416                 add script to convert exported Outlook
15417                 contacts list to a Sylpheed addressbook.
15418                 Submitted by Ricardo Mones Lastra.
15419
15420 2002-08-09 [paul]       0.8.1claws40
15421
15422         * AUTHORS
15423           configure.in
15424           po/sr.po      ** NEW FILE **
15425                 add Serbian message catalog. Submitted by
15426                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15427
15428 2002-08-09 [paul]       0.8.1claws39
15429
15430         * sync with 0.8.1cvs21
15431                 see ChangeLog 2002-08-08
15432
15433 2002-08-08 [oliver]     0.8.1claws38
15434
15435         * src/mainwindow.c
15436                 move Custom Toolbar to Configuration menu
15437
15438 2002-08-08 [oliver]     0.8.1claws37
15439
15440         * src/prefs_toolbar.c
15441                 fix substitute pixmap bug
15442
15443 2002-08-08 [paul]       0.8.1claws36
15444
15445         * sync with 0.8.1cvs19
15446                 see ChangeLog 2002-08-08
15447
15448 2002-08-07 [christoph]  0.8.1claws35
15449
15450         * src/utils.c
15451                 fixed a memory leak in new canonicalize_file_replace
15452
15453 2002-08-07 [christoph]  0.8.1claws34
15454
15455         * src/utils.[ch]
15456                 o canonicalize_file_replace should create the temporary
15457                   file in the same directory as the original file.
15458                 o added get_tmpfile_in_dir that creates a temorary file
15459                   in a specified directory.
15460
15461 2002-08-07 [melvin]     0.8.1claws33
15462
15463         * src/toolbar.c
15464                 fixed bug where 'Article' button acted as 'Email' button.
15465
15466 2002-08-07 [paul]       0.8.1claws32
15467
15468         * sync with 0.8.1.cvs17
15469                 see ChangeLog 2002-08-07
15470
15471 2002-08-07 [colin]      0.8.1claws31
15472         
15473         * src/news.c
15474                 fix mass-cancel problem
15475
15476 2002-08-07 [thorsten]   0.8.1claws30
15477
15478         * src/prefs_toolbar.c
15479                 fix: crash on replace or add new button
15480         * src/toolbar.c
15481                 fix: close xmlfile after reading
15482         * src/utils.c
15483                 fix: unlink() file before rename()
15484
15485 2002-08-06 [paul]       0.8.1claws29
15486
15487         * sync with 0.8.cvs15
15488                 see ChangeLog 2002-08-06
15489
15490 2002-08-06 [oliver]     0.8.1claws28
15491
15492         * src/toolbar.c
15493         * src/prefs_toolbar.c
15494                 fixed empty toolbar issue
15495
15496 2002-08-06 [oliver]     0.8.1claws27
15497
15498         * Custom Toolbar Final 
15499         * src/folderview.c
15500         * src/inc.c
15501         * src/summaryview.c
15502                 o toolbar stuff now lives in src/toolbar.[ch]
15503                 o main_window_toolbar_* functions are renamed to
15504                   toolbar_* reflecting their new source file
15505         * src/mainwindow.[ch]
15506                 o remove toolbar stuff  
15507
15508 2002-08-06 [oliver]     0.8.1claws26
15509         
15510         * src/Makefile.am
15511         * src/prefs_toolbar.[ch]        **New File**
15512         * src/toolbar.[ch]              **New File**
15513                 o prefs_toolbar.[ch] custom toolbar frontend
15514                 o toolbar.[ch]       backend 
15515
15516 2002-08-06 [oliver]     0.8.1claws25
15517
15518         * src/prefs_actions.[ch]
15519                 o new exported function actions_execute
15520
15521 2002-08-06 [paul]       0.8.1claws24
15522
15523         * sync with 0.8.1cvs4
15524                 see ChangeLog 2002-08-06
15525
15526 2002-08-06 [paul]       0.8.1claws23
15527
15528         * sync with 0.8.1cvs13
15529                 see ChangeLog 2002-08-06
15530
15531 2002-08-06 [paul]       0.8.1claws22
15532
15533         * sync with 0.8.1cvs12
15534                 see ChangeLog 2002-08-05 and 2002-08-06
15535
15536 2002-08-06 [match]      0.8.1claws21
15537
15538         * src/addrclip.c
15539                 improvements to cut/copy/paste address
15540
15541 2002-08-05 [match]      0.8.1claws20
15542
15543         * src/addritem.[ch]
15544         * src/addrcache.c
15545         * src/addrbook.c
15546         * src/editaddress.c
15547         * src/addressbook.c
15548                 fixes to improve cut/copy/paste
15549
15550 2002-08-06 [melvin]     0.8.1claws19
15551
15552         * src/account.[ch]
15553                 account_find_all_from_address(): new function that returns the
15554                 list of all accounts that are matched in an address.
15555         * src/alertpanel.[ch]
15556                 alertpanel() now accepts a custom widget
15557                 alertpanel_with_widget(): new function that pops up a panel with
15558                 a custom widget in it 
15559         * src/gtkutils.[ch]
15560                 gtkut_account_menu_new(): new function that allows the selection
15561                 of an account from a list of accounts.
15562         * src/messageview.c
15563                 Extended Return Receipt notification to select the correct 
15564                 account and to make a security test on the Delivery-Notification
15565                 address which should be the same as the Return-Path.
15566
15567 2002-08-06 [thorsten]   0.8.1claws18
15568
15569         * src/mimeview.c
15570                 attach_all: save unnamed as "noname.%d",
15571                 dont free static dirname
15572
15573 2002-08-05 [alfons]     0.8.1claws17
15574
15575         * configure.in
15576                 detect XIM by trying to link rather than compile a XIM program
15577
15578 2002-08-05 [oliver]     0.8.1claws16
15579                 
15580         * src/stock_pixmap.[ch]
15581                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15582                 o new func to retrieve pixmaps
15583
15584 2002-08-05 [paul]       0.8.1claws15
15585
15586         * sync with 0.8.1cvs10
15587                 see ChangeLog 2002-08-05
15588
15589 2002-08-04 [alfons]     0.8.1claws14
15590
15591         * src/textview.c
15592                 see if this plugs memleak
15593
15594 2002-08-04 [melvin]     0.8.1claws13
15595
15596         * src/gtkspell.c
15597                 fixed bug that could crash Sylpheed when highlighting
15598                 all misspelled words.
15599
15600 2002-08-03 [melvin]     0.8.1claws12
15601
15602         * src/prefs_actions.c
15603                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15604         * src/messageview.c
15605                 fixed bug where the Return Receipt was sent to
15606                 Delivery-Notification-To address even if it was not present
15607
15608 2002-08-02 [alfons]     0.8.1claws11
15609
15610         * src/prefs_actions.c
15611                 o more check for NULLs
15612                 o put create_io_dialog() in right conditional block
15613
15614 2002-08-02 [paul]       0.8.1claws10
15615
15616         * po/es.po
15617                 updated by Ricardo Mones Lastra
15618
15619 2002-08-01 [christoph]  0.8.1claws9
15620
15621         * src/folder.c
15622                 don't free the cache of the opened
15623                 folder in the summaryview
15624         * src/summaryview.c
15625                 don't unset flags, if it is not required
15626
15627 2002-08-01 [paul]       0.8.1claws8
15628
15629         * sync with 0.8.1cvs8
15630                 see ChangeLog entry 2002-08-01
15631
15632 2002-08-01 [paul]       0.8.1claws7
15633
15634         * sync with 0.8.1cvs7
15635                 see ChangeLog 2002-07-31 and 2002-08-01
15636
15637 2002-07-31 [christoph]  0.8.1claws6
15638
15639         * src/mainwindow.c
15640                 forgot to update menu sensitivity
15641                 function for new menu entry
15642
15643 2002-07-31 [alfons]     0.8.1claws5
15644
15645         * src/main.c
15646                 check folder item and its path for NULL on
15647                 initial processing
15648
15649 2002-07-31 [christoph]  0.8.1claws4
15650
15651         * src/folder.c
15652                 check if folder_item_get_msginfo in
15653                 folder_item_remove_msg returned NULL
15654         * src/imap.c
15655                 better clear the uid cache in the
15656                 uid validity check function and delete
15657                 cached messages
15658
15659 2002-07-31 [paul]       0.8.1claws3
15660
15661         * man/sylpheed.1
15662                 add the '--attach' option and a few other
15663                 minor changes
15664
15665 2002-07-31 [paul]       0.8.1claws2
15666
15667         * sync with 0.8.1cvs5
15668                 see ChangeLog 2002-07-31
15669
15670 2002-07-31 [christoph]  0.8.1claws1
15671
15672         * src/folderview.[ch]
15673         * src/mainwindow.c
15674                 replace "Rescan all folders..." with
15675                 "Check all folders for new messages..."
15676
15677 2002-07-30 [paul]       0.8.1claws
15678
15679         * version 0.8.1claws released
15680
15681 2002-07-30 [paul]       0.8.0claws29
15682
15683         * tools/OOo2sylpheed.pl ** NEW FILE **
15684           tools/README
15685                 add script to enable sending documents as
15686                 attachments from OpenOffice.org
15687
15688 2002-07-30 [melvin]     0.8.0claws28
15689
15690         * src/prefs_actions.c
15691                 Made the actions' input/output dialog display
15692                 without delay.
15693
15694 2002-07-30 [christoph]  0.8.0claws27
15695
15696         * src/procmsg.c
15697                 check if folder_item_get_msginfo in
15698                 procmsg_save_to_outbox returned NULL
15699
15700 2002-07-30 [paul]       0.8.0claws26
15701
15702         * sync with 0.8.1cvs4
15703                 see ChangeLog 2002-07-29
15704
15705 2002-07-29 [thorsten]   0.8.0claws25
15706
15707         * README.claws
15708                 added selective download, delete on server
15709
15710 2002-07-29 [paul]       0.8.0claws24
15711
15712         * sync with 0.8.1cvs3
15713                 see ChangeLog 2002-07-29
15714
15715 2002-07-27 [christoph]  0.8.0claws23
15716
15717         * src/folder.c
15718                 add extra check if fetching the msginfo
15719                 returned NULL
15720
15721 2002-07-27 [paul]       0.8.0claws22
15722
15723         * sync with 0.8.1cvs2
15724                 see ChangeLog 2002-07-26
15725
15726 2002-07-27 [christoph]  0.8.0claws21
15727
15728         * src/imap.c
15729                 add another check if a valid msginfo
15730                 was returned
15731
15732 2002-07-26 [hoa]        0.8.0claws20
15733
15734         * src/folder.c
15735                 Fixed a condition in folder_item_destroy()
15736
15737         * src/imap.c
15738                 Fixed an error in IMAP protocol
15739
15740 2002-07-26 [alfons]     0.8.0claws19
15741
15742         * src/folder.c
15743                 ofcourse compare with identifier, not the path
15744
15745 2002-07-26 [alfons]     0.8.0claws18
15746
15747         * src/folder.c
15748                 use folder item identifier for saving / restoring
15749                 preferences because folder->path might not be unique
15750
15751 2002-07-26 [melvin]     0.8.0claws17
15752
15753         * src/logwindow.c
15754                 Fixed a crash introduced in 0.8.0claws5 when log is 
15755                 cut under 80 characters.
15756
15757 2002-07-26 [paul]       0.8.0claws16
15758
15759         * sync with 0.8.1cvs1
15760                 see ChangeLog 2002-07-26
15761
15762 2002-07-26 [christoph]  0.8.0claws15
15763
15764         * src/imap.[ch]
15765                 imap folder now remembers the last selected
15766                 folder and imap_fetch_msginfo skips selecting
15767                 the folder if it is already selected
15768
15769 2002-07-26 [christoph]  0.8.0claws14
15770
15771         * src/folder.c
15772         * src/folderview.c
15773         * src/imap.c
15774                 fix imap folder rescanning
15775
15776 2002-07-25 [christoph]  0.8.0claws13
15777
15778         * src/filter.c
15779         * src/folder.[ch]
15780         * src/folderview.c
15781         * src/imap.[ch]
15782         * src/mainwindow.c
15783         * src/mbox_folder.c
15784         * src/mh.c
15785         * src/news.c
15786                 implement imap uid cache and uid validity check
15787
15788 2002-07-25 [alfons]     0.8.0claws12
15789
15790         * src/summaryview.c
15791                 fix a brown paper bag bug, and also add some more
15792                 checks
15793
15794 2002-07-25 [christoph]  0.8.0claws11
15795
15796         * src/folder.c
15797                 don't mix copy, fetch_msginfo and remove
15798                 operations in folder item copy and move
15799                 operations
15800
15801 2002-07-25 [christoph]  0.8.0claws10
15802
15803         * src/folderview.c
15804         * src/mainwindow.c
15805         * src/prefs_folder_item.c
15806         * src/summaryview.[ch]
15807                 remove no longer required parameter update_cache from
15808                 summary_show
15809
15810 2002-07-25 [paul]       0.8.0claws9
15811
15812         * sync with 0.8.1
15813         
15814         * AUTHORS
15815                 a few corrections
15816
15817 2002-07-24 [alfons]     0.8.0claws8
15818
15819         * src/summaryview.c
15820                 sort correctly when using simplified subject line
15821                 (closes feature request "[ 585141 ] applying regexp to subject 
15822                 before sort" submitted by Alexandra Walford)
15823
15824 2002-07-24 [paul]       0.8.0claws7
15825
15826         * sync with 0.8.0cvs3
15827                 see ChangeLog 2002-07-24
15828
15829 2002-07-23 [christoph]  0.8.0claws6
15830
15831         * src/folder.c
15832         * src/folder.h
15833         * src/summaryview.c
15834         * src/summaryview.h
15835         * src/main.c
15836                 o separate processing and summaryview
15837                 o removed summary_write_cache from summaryview
15838                 o removed summaryview->killed_messages, because we don't have
15839                   to keep a list of killed messages anymore. New cache will
15840                   keep the hidden messages in cache anyway
15841         * src/folderview.c
15842         * src/inc.c
15843         * src/selective_download.c
15844                 o removed unnecessary summary_write_cache calls
15845         * src/procmsg.c
15846                 o don't set ignore thread flag in procmsg_get_thread_tree
15847                   if it is already set
15848         * src/mainwindow.c
15849         * src/statusbar.h
15850                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15851                   they are used in different files
15852
15853 2002-07-23 [melvin]     0.8.0claws5
15854
15855         * src/addressbook.c
15856         * src/addrgather.c
15857         * src/editaddress.c
15858         * src/editgroup.c
15859         * src/editldap_basedn.c
15860         * src/importldif.c
15861         * src/prefs_common.c
15862                 Fixed few memory leak (gtk_editable_get_chars returns
15863                 an allocated string)
15864         * src/logwindow.c
15865                 Fixed few memory leak (gtk_editable_get_chars returns
15866                 an allocated string) and modified a little the log cutting
15867                 loop.
15868         * src/compose.c
15869                 Replaced a call to an obsolete function gtk_entry_get_text()
15870                 by gtk_editable_get_chars()
15871         * src/send.c
15872                 Removed a debug printf
15873
15874 2002-07-23 [christoph]  0.8.0claws4
15875
15876         * src/filesel.c
15877                 fix another g_dirname memory leak
15878
15879 2002-07-23 [christoph]  0.8.0claws3
15880
15881         * src/mh.c
15882                 fixed a memory leak in mh_fetch_msginfo
15883                 fixed crash when message header could not be
15884                 parsed
15885
15886 2002-07-23 [paul]       0.8.0claws2
15887
15888         * sync with 0.8.0cvs2
15889                 see ChangeLog 2002-07-23
15890
15891 2002-07-23 [paul]       0.8.0claws1
15892
15893         * sync with 0.8.0cvs1
15894                 see ChangeLog 2002-07-23
15895
15896 2002-07-23 [paul]       0.8.0claws
15897
15898         * release of 0.8.0claws