2005-02-24 [colin] 1.0.1cvs15.11
[claws.git] / ChangeLog.claws
1 2005-02-15 [colin]      1.0.1cvs8
2
3         * src/mimeview.c
4         * src/common/utils.c
5                 Sanitize substitution for saved filenames:
6                 only \ / * and \r \n \t are bad. 
7
8 2005-02-15 [colin]      1.0.1cvs7
9
10         * src/compose.c
11         * src/procmime.c
12                 Optimize (constant instead of strlen). Thanks
13                 Alfons for the hint.
14
15 2005-02-14 [colin]      1.0.1cvs6
16
17         * src/compose.c
18         * src/procmime.c
19                 Use quoted-printable instead of 7bit or 8bit
20                 to encode "^From " and avoid mail corruption 
21                 on the MTA, as specified by RFC 3156. Thanks
22                 Hoa for the hint.
23
24 2005-02-12 [colin]      1.0.1cvs5
25
26         * src/filtering.c
27                 Remove wrong use of compose struct after
28                 compose_send(). Spotted by Alfons and Holger Berndt.
29
30 2005-02-10 [paul]       1.0.1cvs4
31
32         * src/compose.c
33                 sync with main, see ChangeLog 2005-02-10
34
35 2005-02-10 [colin]      1.0.1cvs3
36
37         * src/mainwindow.c
38                 dereference freed messageview,
39                 and don't try to use it after free.
40                 This caused occasional late segfaults
41                 when quitting.
42
43 2005-02-10 [colin]      1.0.1cvs2
44
45         * src/messageview.c
46                 Don't display html with plugin automatically
47                 (Dillo steals focus)
48
49 2005-02-09 [colin]      1.0.1cvs1
50
51         * src/mimeview.c
52         * src/mimeview.h
53         * src/messageview.c
54                 Display first relevant part using plugin
55                 if not text/plain if possible (useful for 
56                 vCalendar for example)
57
58 2005-02-08 [paul]       1.0.1
59
60         1.0.1 released
61
62 2005-02-08 [paul]       1.0.0cvs29
63
64         * po/de.po
65         * po/es.po
66         * po/fr.po
67         * po/it.po
68         * po/pt_BR.po
69         * po/sk.po
70         * po/sr.po
71                 updated by Thomas Gilgin, Ricardo Mones Lastra,
72                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
73                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
74
75 2005-02-05 [paul]       1.0.0cvs28
76
77         * src/compose.c
78                 fix Bug 682 'redirect is broken'
79
80
81 2005-02-05 [thorsten]   1.0.0cvs27
82
83         * src/partial_download.c
84                 fix buf overflow
85
86 2005-02-03 [colin]      1.0.0cvs26
87
88         * src/common/plugin.c
89                 Don't load GTK2 plugins at all. This solves
90                 the plugins problem when switching between
91                 GTK1 and GTK2 version.
92
93 2005-02-02 [colin]      1.0.0cvs25
94
95         * src/messageview.c
96                 Fix dangerous typo
97
98 2005-01-31 [colin]      1.0.0cvs24
99
100         * src/compose.c
101                 Fix MsgInfo reference leak
102
103 2005-01-28 [colin]      1.0.0cvs23
104
105         * src/folderview.c
106                 Change check - partial_recv is not cached.
107
108 2005-01-28 [colin]      1.0.0cvs22
109
110         * src/folderview.c
111                 Don't call partial_mark_for_delete() when 
112                 it's useless
113
114 2005-01-27 [colin]      1.0.0cvs21
115
116         * src/procmsg.c
117         * src/compose.c
118                 Fix build - sorry.
119
120 2005-01-27 [christoph]  1.0.0cvs20
121
122         * src/folder.c
123                 use normal message remove function if a folder has no function
124                 to remove all messages
125
126         * src/folderview.c
127                 fix memory leak
128
129 2005-01-27 [colin]      1.0.0cvs19
130
131         * src/procmime.c
132                 Forgot to commit this file with cvs18.
133
134 2005-01-27 [colin]      1.0.0cvs18
135
136         * src/compose.c
137                 Uhm, better not touch the original msginfo_list.
138
139 2005-01-27 [colin]      1.0.0cvs17
140
141         * src/procmsg.c
142         * src/procmsg.h
143                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
144         * src/compose.c
145                 ... And use it to be able to reply to the currently 
146                 selected MimeInfo.
147
148 2005-01-27 [colin]      1.0.0cvs16
149
150         * src/messageview.c
151         * src/summaryview.c
152         * src/compose.c
153         * src/compose.h
154         * src/toolbar.c
155         * src/mainwindow.c
156                 Factorize this reply mess
157
158 2005-01-26 [paul]       1.0.0cvs15
159
160         * ChangeLog
161         * ChangeLog.jp
162         * src/common/template.c
163                 sync with main, (fix memory leak), see ChangeLog
164                 2005-01-25
165
166 2005-01-25 [paul]       1.0.0cvs14
167
168         * src/compose.c
169                 compose_redirect(): fix sensitivity of attachment 
170                 "Properties..." button
171
172 2005-01-24 [colin]      1.0.0cvs13
173
174         * src/summaryview.c
175                 Freeze clist during operations involving message
176                 lists.
177
178 2005-01-24 [paul]       1.0.0cvs12
179
180         * ChangeLog
181         * ChangeLog.jp
182         * src/messageview.c
183         * src/mh.c
184         * src/common/utils.c
185                 sync with main, see ChangeLog 2005-01-19
186
187 2005-01-24 [colin]      1.0.0cvs11
188
189         * src/procheader.c
190                 Fix build with MIPSpro compiler.
191                 Patch by Ivan Rayner <ivanr@sgi.com>
192
193 2005-01-24 [colin]      1.0.0cvs10
194
195         * src/folderview.c
196                 Use (+) in collapsed folders with quicksearch-
197                 matching subfolders
198
199 2005-01-23 [holger]     1.0.0cvs9
200
201         * src/crash.c
202                 Include missing header file
203
204 2005-01-22 [colin]      1.0.0cvs8
205
206         * src/summaryview.c
207         * src/gtk/quicksearch.c
208                 Make recursive quicksearch work in
209                 root folders (and code fixes)
210
211 2005-01-21 [colin]      1.0.0cvs7
212
213         * src/summaryview.c
214                 Set cursor to wait while looking in subfolders
215
216 2005-01-21 [colin]      1.0.0cvs6
217
218         * src/summaryview.c
219                 Don't clear quicksearch if recursion is on,
220                 even if !sticky
221
222 2005-01-21 [colin]      1.0.0cvs5
223
224         * src/gtk/quicksearch.c
225         * src/prefs_common.c
226         * src/prefs_common.h
227                 Add option to recurse or not
228
229 2005-01-21 [colin]      1.0.0cvs4
230
231         * src/folder.h
232         * src/folderview.c
233         * src/folderview.h
234         * src/summaryview.c
235         * src/gtk/quicksearch.c
236         * src/gtk/quicksearch.h
237                 Make quicksearch recursive - results materialized
238                 by search icons in the folderview.
239
240 2005-01-20 [holger]     1.0.0cvs3
241
242         * src/addrindex.c
243         * src/addrindex.h
244                 Add addrindex_load_person_attribute() (for plugins)
245
246 2005-01-19 [colin]      1.0.0cvs2
247
248         * src/mbox.c
249         * src/mbox.h
250         * src/mainwindow.c
251         * src/summaryview.c
252         * src/summaryview.h
253                 Add an easy way to export specific messages
254                 to an mbox file.
255
256 2005-01-19 [paul]       1.0.0cvs1
257
258         * po/ja.po
259         * po/ko.po
260                 updated by  Rui Hirokawa and
261                 SungHyun Nam
262
263 2005-01-18 [paul]       1.0.0
264
265         * version 1.0.0 released
266
267 2005-01-17 [thorsten]   0.9.13cvs38
268
269         * src/crash.c
270         * src/gtk/pluginwindow.c
271                 return value of filesel should not be free()d
272
273 2005-01-17 [paul]       0.9.13cvs37
274
275         * AUTHORS
276         * po/es.po
277         * po/fr.po
278         * po/hr.po
279         * po/it.po
280         * po/pt_BR.po
281         * po/sk.po
282         * po/sr.po
283                 update translations. submitted by Ricardo Mones
284                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
285                 Frederico Goncalves Guimaraes, Andrej Kacian,
286                 Aleksandar Urosevic
287
288 2005-01-16 [colin]      0.9.13cvs36
289
290         * src/prefs_toolbar.c
291                 Fix two leaks, both found by Alfons.
292
293 2005-01-15 [paul]       0.9.13cvs35
294
295         * src/gtk/pluginwindow.c
296                 fix 2 memleaks, patch by Alfons
297
298 2005-01-15 [paul]       0.9.13cvs34
299
300         * ChangeLog
301         * ChangeLog.jp
302         * src/common/template.c
303                 sync with main, see ChangeLog 2005-01-11
304                 (fix potential memory corruption bug)
305
306 2005-01-14 [colin]      0.9.13cvs33
307
308         * src/html.c
309         * src/msgcache.c
310                 Fix coding style issues from the last patch
311
312 2005-01-14 [colin]      0.9.13cvs32
313
314         * src/msgcache.c
315                 Fix possible double free, avoid putting 8k on the stack
316         * src/html.c
317         * src/html.h
318                 Fix links with tags inside, add some entities
319         * AUTHORS
320                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
321
322 2005-01-09 [thorsten]   0.9.13cvs31
323
324         * tools/calypso_convert.pl
325                 support nested subdirs (possible in recent calypso versions)
326                 fix "change of readonly value" error with perl >= 5.8
327
328 2005-01-08 [colin]      0.9.13cvs30
329
330         * src/prefs_filtering_action.c
331                 Plug leak - patch by Alfons
332
333 2005-01-07 [paul]       0.9.13cvs29
334
335         * ChangeLog
336         * ChangeLog.jp
337         * src/pop.c
338         * src/pop.h
339                 sync with main, see ChangeLog 2005-01-06
340
341 2005-01-06 [colin]      0.9.13cvs28
342
343         * src/prefs_matcher.c
344                 Plug leak. Patch by Alfons
345
346 2005-01-04 [christoph]  0.9.13cvs27
347
348         * src/folderview.c
349         * src/imap_gtk.c
350         * src/news_gtk.c
351                 Create extra popup menu entries for account settings
352
353         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
354
355 2005-01-03 [colin]      0.9.13cvs26
356
357         * src/main.c
358                 Plugins should be loaded before --receive or --receive-all 
359                 is processed. 
360                 Patch by Felix Eckhofer <felix-ml@tribut.de>
361
362 2005-01-03 [colin]      0.9.13cvs25
363
364         * src/pop.c
365         * src/pop.h
366                 Add data_len member, because we can get NULs from network
367                 Patch by Alfons
368
369 2005-01-01 [colin]      0.9.13cvs24
370
371         * src/procmime.c
372                 Fix possible memleak in corner case - found by
373                 Martin Kluge, patch by Alfons
374
375 2004-12-30 [colin]      0.9.13cvs23
376
377         * src/account.c
378                 Fix prototypes - patch by Alfons
379
380 2004-12-30 [paul]       0.9.13cvs22
381
382         * ChangeLog
383         * ChangeLog.jp
384         * NEWS
385         * src/account.c
386                 sync with main 1.0.0.
387                 see ChangeLog 2004-12-22
388
389 2004-12-18 [paul]       0.9.13cvs21
390
391         * AUTHORS
392         * ChangeLog
393         * ChangeLog.jp
394         * src/action.c
395                 sync with main, see ChangeLog 2004-12-17
396
397 2004-12-17 [thorsten]   0.9.13cvs20
398
399         * src/compose.c
400                 protect trailing spaces when signing message
401
402 2004-12-16 [paul]       0.9.13cvs19
403
404         * ChangeLog
405         * ChangeLog.jp
406         * NEWS
407         * src/compose.c
408         * src/syldap.c
409                 sync with main 1.0.0rc
410                 see ChangeLog 2004-12-15
411
412 2004-12-14 [colin]      0.9.13cvs18
413
414         * src/gtk/prefswindow.c
415                 Fix build. Sorry :)
416
417 2004-12-14 [colin]      0.9.13cvs17
418
419         * src/gtk/gtkutils.c
420         * src/gtk/gtkutils.h
421         * src/gtk/prefswindow.c
422                 Catch Enter in prefswindow while in text
423                 widget. Patch by Alfons.
424
425 2004-12-14 [paul]       0.9.13cvs16
426
427         * ChangeLog
428         * ChangeLog.jp
429         * src/action.c
430         * src/compose.c
431         * src/common/utils.c
432                 sync with main, see ChangeLog entries 2004-12-10
433                 and 2004-12-13
434
435         * po/ru.po
436                 updated by Pavlo Bohmat
437
438 2004-12-13 [thorsten]   0.9.13cvs15
439
440         * src/plugins/spamassassin/libspamc.c
441                 fix memleak
442
443 2004-12-13 [colin]      0.9.13cvs14
444
445         * src/gtk/prefswindow.c
446         * src/gtk/pluginwindow.c
447                 Fix key_pressed handlers
448
449 2004-12-11 [colin]      0.9.13cvs13
450
451         * src/quote_fmt_parse.y
452                 Rework quote_fmt_parse to use less local 
453                 arrays in local blocks, so it doesn't 
454                 freak out IBM's stack protector. Patch
455                 by Alfons.
456
457 2004-12-10 [colin]      0.9.13cvs12
458
459         * src/messageview.c
460                 Fix logic error
461         * src/mainwindow.c
462                 Fix corruptions when de-separating messageview
463
464 2004-12-10 [paul]       0.9.13cvs11
465
466         * src/prefs_themes.c
467                 use a different set of icons for the Preview
468
469 2004-12-09 [colin]      0.9.13cvs10
470
471         * src/procmime.c
472                 Fix procmime_encode_content doing horribly wrong
473                 stuff when encoding to B64 from memory
474
475 2004-12-08 [colin]      0.9.13cvs9
476
477         * src/gtk/colorlabel.c
478                 Fix color label off-by-one
479                 Patch by Alfons
480
481 2004-12-08 [hoa]        0.9.13cvs8
482
483         * src/quote_fmt_parse.y
484                 really fix buffer overflow
485
486 2004-12-08 [colin]      0.9.13cvs7
487
488         * src/matcher_parser_parse.y
489         * src/msgcache.c
490         * src/prefs_matcher.c
491         * src/procheader.c
492         * src/matcher.c
493         * src/common/defs.h
494                 Cache total_size and use that to speed up
495                 'partial' match.
496                 Add 'partial' to the list of useable stuff
497                 in filtering
498
499 2004-12-08 [paul]
500
501         * po/sr.po
502                 updated by URKE MMI
503
504 2004-12-08 [colin]      0.9.13cvs6
505
506         * src/textview.c
507                 Fix possible boundary overrun in
508                 get_email_part(). Patch by Alfons
509
510 2004-12-08 [hoa]        0.9.13cvs5
511
512         * src/quote_fmt_parse.y
513                 fix buffer overflow
514                 http://bugs.gentoo.org/show_bug.cgi?id=67253
515
516 2004-12-07 [thorsten]   0.9.13cvs4
517
518         * src/procmime.c
519                 fix leak introduced with 0.9.13cvs1
520
521 2004-12-07 [keith]      0.9.13cvs3
522
523         * src/procmime.c
524                 Fix typo
525
526 2004-12-07 [colin]      0.9.13cvs2
527
528         * AUTHORS
529         * src/prefs_account.c
530         * src/common/smtp.c
531         * src/common/smtp.h
532                 Add SMTP PLAIN authentication. Patch by 
533                 George Michaelson <ggm@apnic.net>
534
535 2004-12-07 [thorsten]   0.9.13cvs1
536
537         * src/procmime.c
538                 [Bug 650] reply button causes crash
539                 Patch partly by David Relson
540
541 2004-12-06 [paul]       0.9.13
542
543         0.9.13 released
544
545 2004-12-06 [paul]
546
547         * po/sk.po
548                 updated by Andrej Kacian
549         * INSTALL
550         * README.claws
551                 updated
552         
553 2004-12-06 [christoph]
554
555         * configure.ac
556                 move GPGME check to PGP/MIME plugin checks
557
558 2004-12-06 [colin]      0.9.12cvs187
559
560         * src/compose.c
561                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
562
563 2004-12-06 [paul]       0.9.12cvs186
564
565         * INSTALL
566         * README.claws
567                 updated
568         * po/es.po
569         * po/fr.po
570         * po/it.po
571         * po/ja.po
572         * po/pt_BR.po
573         * po/zh_CN.po
574                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
575                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
576                 and Yang Guilong
577
578 2004-12-05 [paul]       0.9.12cvs185
579
580         * INSTALL
581         * Makefile.am
582         * README.claws
583                 update
584         * TODO.claws    **REMOVED**
585                 removed, use the wiki instead
586         * tools/Makefile.am
587         * tools/README
588                 remove newscache_conv.pl from the release package
589                 and notes as it is broken and not currently maintained
590         * tools/filter_conv.pl
591                 use --config-dir to find claws' config dir
592         * tools/kdeservicemenu/README
593         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
594         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
595                 make a top-level menu entry
596
597 2004-12-04 [paul]       0.9.12cvs184
598
599         * src/addrharvest.c
600                 conv_unmime_header_overwrite(name)
601
602 2004-12-04 [colin]      0.9.12cvs183
603
604         * src/compose.c
605                 Fix saving of compose window position
606                 when sending mail. Patch by Alfons.
607
608 2004-12-04 [paul]       0.9.12cvs182
609
610         * ChangeLog
611         * ChangeLog.jp
612         * INSTALL
613         * NEWS
614         * README
615         * README.jp
616         * doc/manual/ja/Makefile.am
617         * doc/manual/ja/sylpheed-1.html
618         * doc/manual/ja/sylpheed-10.html
619         * doc/manual/ja/sylpheed-11.html
620         * doc/manual/ja/sylpheed-12.html
621         * doc/manual/ja/sylpheed-13.html
622         * doc/manual/ja/sylpheed-14.html
623         * doc/manual/ja/sylpheed-15.html
624         * doc/manual/ja/sylpheed-16.html
625         * doc/manual/ja/sylpheed-17.html
626         * doc/manual/ja/sylpheed-18.html
627         * doc/manual/ja/sylpheed-19.html
628         * doc/manual/ja/sylpheed-2.html
629         * doc/manual/ja/sylpheed-20.html
630         * doc/manual/ja/sylpheed-3.html
631         * doc/manual/ja/sylpheed-4.html
632         * doc/manual/ja/sylpheed-5.html
633         * doc/manual/ja/sylpheed-6.html
634         * doc/manual/ja/sylpheed-7.html
635         * doc/manual/ja/sylpheed-8.html
636         * doc/manual/ja/sylpheed-9.html
637         * doc/manual/ja/sylpheed.html
638         * doc/manual/ja/sylpheed.sgml
639         * src/Makefile.am
640         * src/procmime.c
641         * src/pixmaps/regular.xpm **REMOVED**
642                 sync with main 1.0.0beta4, including: "canonicalize text files
643                 before encoding to BASE64, and uncanonicalize after decoding
644                 to conform with RFC 2045" 
645
646 2004-12-03 [christoph]  0.9.12cvs181
647
648         * src/compose.c
649                 build the Privacy System menu without GtkItemFactory to
650                 allow '/' in Privacy System names
651
652         * src/plugins/pgpmime/pgpmime.c
653         * src/plugins/pgpmime/plugin.c
654                 Update description and change Privacy System name
655
656 2004-12-03 [paul]
657
658         * src/pixmaps/dir_close.xpm
659         * src/pixmaps/dir_open.xpm
660         * src/pixmaps/drafts_close.xpm
661         * src/pixmaps/drafts_open.xpm
662         * src/pixmaps/group.xpm
663         * src/pixmaps/unread.xpm
664                 update icons (sync with main (adjust hue))      
665
666 2004-12-02 [paul]       0.9.12cvs180
667
668         * ChangeLog
669         * ChangeLog.jp
670         * src/Makefile.am
671         * src/pop.c
672         * src/common/utils.c
673         * src/common/utils.h
674         * src/pixmaps/folder.xpm **REMOVED**
675                 sync with main
676                 fixes bug 644 'extra CRs in subject line break filtering' 
677
678 2004-12-02 [colin]      0.9.12cvs179
679
680         * src/compose.c
681                 Prevent duplicate edition of queued
682                 and drafted mails
683
684 2004-12-02 [colin]      0.9.12cvs178
685
686         * src/compose.c
687                 Fix quote linewrapping ignoring pref
688                 Patch by Alfons
689
690 2004-11-30 [colin]      0.9.12cvs177
691
692         * src/gtk/prefswindow.c
693         * src/gtk/pluginwindow.c
694                 Add shortcut keys to prefs window
695                 and plugin window. Patch by Fabien Vantard.
696
697 2004-11-29 [colin]      0.9.12cvs176
698
699         * src/folderview.c
700                 Fix disappearing separators in folderview's popup
701
702 2004-11-29 [colin]      0.9.12cvs175
703
704         * src/procmime.c
705                 Another format bug
706
707 2004-11-29 [colin]      0.9.12cvs174
708
709         * src/pop.c
710                 Fix format string
711
712 2004-11-26 [colin]      0.9.12cvs173
713
714         * src/common/smtp.c
715         * src/common/smtp.h
716                 Use ESMTP for all servers advertising it
717                 Add SIZE= parameter to MAIL command for 
718                 ESMTP servers
719
720 2004-11-24 [colin]      0.9.12cvs172
721
722         * src/plugins/pgpmime/pgpmime.c
723                 Forgot one :(
724
725 2004-11-24 [colin]      0.9.12cvs171
726
727         * src/plugins/pgpmime/pgpmime.c
728                 Fix numerous GpgmeGtk leaks
729
730 2004-11-24 [colin]      0.9.12cvs170
731
732         * src/plugins/pgpmime/pgpmime.c
733                 Fix numerous GpgmeCtx leaks
734
735 2004-11-24 [colin]      0.9.12cvs169
736
737         * src/plugins/pgpmime/plugin.c
738                 Update requirements
739         * src/plugins/trayicon/Makefile.am
740         * src/plugins/trayicon/newmarkedmail.xpm
741         * src/plugins/trayicon/trayicon.c
742         * src/plugins/trayicon/unreadmarkedmail.xpm
743                 Add new icons when there are unread marked mails
744                 answers
745
746 2004-11-23 [thorsten]   0.9.12cvs168
747
748         * src/plugins/pgpmime/plugin.c
749                 typo: plugin_init instead of plugin_done
750
751 2004-11-23 [thorsten]   0.9.12cvs167
752
753         * commitHelper
754                 o add me
755         * src/partial_download.c
756         * src/partial_download.h
757                 o fix path for includes
758
759 2004-11-23 [colin]      0.9.12cvs166
760
761         * src/procmime.c
762                 Uh, changed API.
763
764 2004-11-23 [colin]      0.9.12cvs165
765
766         * src/procmime.c
767                 Fix mime headers wrapping
768
769 2004-11-23 [christoph]  0.9.12cvs164
770
771         * src/common/Makefile.am
772         * src/common/partial_download.[ch]
773         * src/Makefile.am
774         * src/partial_download.[ch]
775         * src/folderview.c
776                 move to src because it depends on src stuff
777
778         * src/codeconv.c
779         * src/common/base64.h
780                 move B64LEN macro to base64.h
781
782         * src/compose.c
783         * src/privacy.[ch]
784                 add PrefsAccount to sign-function parameters
785
786         * src/main.c
787         * src/prefs_account.[ch]
788         * src/gtk/prefswindow.[ch]
789                 o use new prefswindow for account prefs
790                 o add possibility to add new pages to account prefs
791
792         * src/plugins/pgpmime/prefs_gpg.[ch]
793         * src/plugins/pgpmime/prefs_gpg.glade
794                 add account prefs for GPG
795
796         * src/plugins/pgpmime/pgpmime.c
797         * src/plugins/pgpmime/sgpgme.[ch]
798                 create signers list based on the GPG account prefs
799
800 2004-11-23 [colin]      0.9.12cvs163
801
802         * src/main.c
803                 Fix cursor going from normal to wait
804                 as many times as there are folders
805                 (very noticeable on exported displays)
806
807 2004-11-23 [colin]      0.9.12cvs162
808
809         * src/msgcache.c
810                 HEAD needs this leak fix too
811
812 2004-11-22 [luke]       0.9.12cvs161
813
814         * src/gtk/gtkstext.c
815                 'Up' key moves one line (not one paragraph) like 'Down'
816
817 2004-11-22 [paul]       0.9.12cvs160
818
819         * src/prefs_themes.c
820                 fix oversized GtkFrames
821
822 2004-11-19 [paul]       0.9.12cvs159
823
824         * src/prefs_common.c
825                 update prefs_keybind_apply_clicked()
826
827 2004-11-18 [paul]       0.9.12cvs158
828
829         * src/compose.c
830         * src/messageview.c
831         * src/common/utils.c
832         * src/common/utils.h
833                 use Message-ID format like that previously
834                 used in compose_generate_msgid()
835
836 2004-11-17 [christoph]  0.9.12cvs157
837
838         * src/mainwindow.c
839         * src/prefs_common.c
840                 integrate "Common preferences" into new preferences dialog
841
842 2004-11-17 [colin]      0.9.12cvs156
843
844         * src/prefs_account.c
845         * src/prefs_account.h
846         * src/procmsg.c
847                 Add an option to let the user choose to store encrypted
848                 mail as clear text or encrypted.
849
850 2004-11-17 [colin]      0.9.12cvs155
851
852         * src/compose.c
853         * src/toolbar.c
854                 Be verbose when sending fails
855         * src/procmsg.c
856                 Fix procmsg_send_queue returning 0 when there's an error
857                 Don't send messages to be encrypted to nobody 
858
859
860 2004-11-17 [colin]      0.9.12cvs154
861
862         * src/privacy.c
863                 Fix more pointer confusion
864
865 2004-11-17 [paul]       0.9.12cvs153
866
867         * src/procmime.h
868                 forgotten in sync with main 1.0.0beta3
869
870
871 2004-11-17 [paul]       0.9.12cvs152
872
873         * ChangeLog
874         * ChangeLog.jp
875         * NEWS
876         * src/compose.c
877         * src/jpilot.c
878         * src/procmime.c
879                 sync with main 1.0.0beta3
880                 see ChangeLog 2004-11-15 and 2004-11-16
881
882 2004-11-17 [colin]      0.9.12cvs151
883
884         * src/plugins/pgpmime/pgpmime.c
885                 Remove debug printf
886
887 2004-11-17 [colin]      0.9.12cvs150
888
889         * src/plugins/pgpmime/pgpmime.c
890                 Fix off-by-one causing segs
891
892 2004-11-17 [colin]      0.9.12cvs149
893
894         * src/procmsg.c
895                 < Reboot_> don't compare pointers to NULL with !
896                 So, use the other form to bring consistency.
897                 Also fix coding style.
898
899 2004-11-16 [colin]      0.9.12cvs148
900
901         * src/procmsg.c
902                 Fix the fix :)
903
904 2004-11-16 [colin]      0.9.12cvs147
905
906         * src/procmsg.c
907                 Fix leaks in procmsg_send_message_queue
908
909 2004-11-12 [paul]       0.9.12cvs146
910
911         * src/prefs_account.c
912         * src/procmime.c
913         * src/procmime.h
914                 fix sync breakage 
915
916 2004-11-12 [paul]
917
918         * src/pixmaps/complete.xpm
919         * src/pixmaps/continue.xpm
920                 small sync with main, see ChangeLog 2004-11-11
921
922 2004-11-11 [paul]       0.9.12cvs145
923
924         * ChangeLog
925         * ChangeLog.jp
926         * src/account.c
927         * src/folderview.c
928         * src/folderview.h
929         * src/imap.c
930         * src/imap_gtk.c
931         * src/inc.c
932         * src/mainwindow.c
933         * src/mh_gtk.c
934         * src/news_gtk.c
935         * src/pop.c
936         * src/prefs_account.c
937         * src/prefs_account.h
938         * src/prefs_ext_prog.c
939         * src/procmsg.c
940         * src/procmsg.h
941         * src/summary_search.c
942         * src/summaryview.c
943         * src/textview.c
944         * src/common/defs.h
945         * src/common/utils.c
946         * src/common/utils.h
947         * src/gtk/menu.c
948         * src/gtk/menu.h
949                 sync with main 1.0.0beta2 (plus 4)
950
951 2004-11-09 [christoph]  0.9.12cvs144
952
953         * src/compose.c
954         * src/prefs_account.[ch]
955                 add option menu to select default privacy system
956
957         * src/plugins/pgpmime/pgpmime.c
958                 better memory allocation
959
960         * src/folder.c
961                 syncronize flags when scanning a folder
962
963 2004-11-08 [colin]      0.9.12cvs143
964
965         * src/summaryview.c
966                 Prevent useless folder count updates while 
967                 quicksearch is running. It is really annoying 
968                 while quicksearch is running a full-mail
969                 scan, like 'b foo', in a big folder.
970
971 2004-11-08 [colin]      0.9.12cvs142
972
973         * src/textview.c
974                 Really fix these mail URIs
975
976 2004-11-08 [colin]      0.9.12cvs141
977
978         * src/textview.c
979                 fix "colin@colino.net" <colin@colino.net> 
980                 types of URIs
981
982 2004-11-06 [colin]      0.9.12cvs140
983
984         * src/compose.c
985                 Don't ask for passphrase if not sending
986
987 2004-11-05 [christoph]  0.9.12cvs139
988
989         * src/compose.c
990                 o encode text content of composed mails
991         * src/procmime.c
992                 o allow encoding of MimeInfos that are stored in memory buffers
993                 
994
995 2004-11-03 [paul]       0.9.12cvs138
996
997         * po/POTFILES.in
998                 add 'src/plugins/pgpmime/prefs_gpg.c'.
999                 Patch submitted by Fabien Vantard
1000
1001         * src/prefs_ext_prog.c
1002                 fix typos. Patch submitted by Fabien Vantard
1003
1004         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1005         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1006                 add German, Spanish, Italian, Brazilian Portuguese,
1007                 and Slovak translations. Submitted by Thomas Gilgin,
1008                 J. José del Río 'partymola', Andrea Spadaccini,
1009                 Frederico Goncalves Guimaraes, and Andrej Kacian
1010
1011 2004-11-01 [christoph]  0.9.12cvs137
1012
1013         * src/procmime.c
1014                 implement RFC2231's parameter encoding
1015
1016 2004-10-29 [colin]      0.9.12cvs136
1017
1018         * src/common/utils.c
1019                 Fix boundary delimiter (a Pine user gets this:
1020                 > Malformed message: Unexpected characters at end of parameters:
1021                 > =_Thu__28_Oct_2)
1022
1023 2004-10-29 [paul]
1024
1025         * tools/textviewer.sh
1026                 fix typo. patch submitted by Johann Koenig 
1027                 <explosive@hvc.rr.com>
1028
1029 2004-10-29 [paul]
1030
1031         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1032         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1033                 add French translations, submitted by Fabien Vantard
1034
1035 2004-10-28 [christoph]  0.9.12cvs135
1036
1037         * doc/src/rfc2231.txt                           ** NEW **
1038         * src/procmime.c
1039         * src/common/quoted-printable.c
1040         * src/common/utils.[ch]
1041                 implement RFC2231's parameter decoding
1042
1043 2004-10-27 [paul]
1044
1045         * tools/kdeservicemenu/README
1046         * tools/kdeservicemenu/install.sh
1047         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1048         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1049         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1050                 output files to /tmp instead of littering the
1051                 current dir
1052                 add uninstall function
1053                 refactor
1054
1055 2004-10-26 [christoph]  0.9.12cvs134
1056
1057         * src/procmime.c
1058                 better check if parameters have to be in quoted string
1059
1060 2004-10-25 [paul]
1061
1062         * tools/kdeservicemenu/README
1063         * tools/kdeservicemenu/install.sh
1064         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1065         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1066         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1067                 add files for Sylpheed Service Menu in Konqueror
1068
1069 2004-10-22 [paul]       0.9.12cvs133
1070
1071         * src/compose.c
1072         * src/prefs_common.c
1073         * src/prefs_common.h
1074         * src/prefs_wrapping.c
1075                 remove 'smart wrapping'
1076
1077 2004-10-21 [colin]      0.9.12cvs132
1078
1079         * src/compose.c
1080                 Remove extraneous separator in Options
1081
1082 2004-10-21 [colin]      0.9.12cvs131
1083
1084         * src/compose.c
1085                 Replace "unknown" attachments by "application/octet-stream"
1086                 Be a bit more defensive when using strchr
1087
1088 2004-10-20 [paul]
1089
1090         * po/ru.po
1091                 updated by Pavlo Bohmat
1092
1093 2004-10-19 [christoph]  0.9.12cvs130
1094
1095         * src/compose.c
1096                 fix wrong menu entry path
1097
1098         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1099
1100         * src/gtk/menu.c
1101                 add extra check for missing menu entries
1102
1103 2004-10-19 [christoph]  0.9.12cvs129
1104
1105         * src/compose.c
1106         * src/common/utils.c
1107                 use utils' generate_msgid() in compose.c
1108
1109 2004-10-18 [christoph]  0.9.12cvs128
1110
1111         * src/plugins/pgpmime/passphrase.c
1112         * src/plugins/pgpmime/pgpmime.c
1113         * src/plugins/pgpmime/prefs_gpg.[ch]
1114         * src/plugins/pgpmime/prefs_gpg.glade
1115         * src/plugins/pgpmime/sgpgme.c
1116                 add GPG prefs
1117
1118 2004-10-18 [christoph]  0.9.12cvs127
1119
1120         * src/addrbook.c
1121         * src/addrcache.c
1122         * src/addressbook.c
1123         * src/codeconv.c
1124         * src/compose.c
1125         * src/customheader.c
1126         * src/editaddress.c
1127         * src/editgroup.c
1128         * src/exporthtml.c
1129         * src/folder.c
1130         * src/folderview.c
1131         * src/imap.c
1132         * src/jpilot.c
1133         * src/main.c
1134         * src/matcher_parser_parse.y
1135         * src/mbox.c
1136         * src/pop.c
1137         * src/prefs_account.c
1138         * src/prefs_gtk.c
1139         * src/prefs_msg_colors.c
1140         * src/procheader.c
1141         * src/procmime.[ch]
1142         * src/procmsg.c
1143         * src/summaryview.c
1144         * src/textview.c
1145         * src/common/base64.c
1146         * src/common/partial_download.c
1147         * src/common/socket.c
1148         * src/common/sylpheed.c
1149         * src/common/utils.[ch]
1150         * src/gtk/filesel.c
1151         * src/gtk/pluginwindow.c
1152         * src/gtk/quicksearch.c
1153         * src/plugins/pgpmime/pgpmime.c
1154         * src/plugins/pgpmime/plugin.c
1155         * src/plugins/pgpmime/select-keys.c
1156         * src/plugins/pgpmime/sgpgme.c
1157         * src/plugins/spamassassin/libspamc.c
1158         * src/plugins/trayicon/trayicon.c
1159         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1160         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1161                 o don't use any GNU C extensions
1162                 o fix warnings
1163                 o replace some non-POSIX functions
1164
1165         * src/plugins/spamassassin/spamassassin.[ch]
1166         * src/plugins/spamassassin/spamassassin_gtk.c
1167         * src/plugins/clamav/clamav_plugin.[ch]
1168         * src/plugins/clamav/clamav_plugin_gtk.c
1169                 replace statusbar_print_all() from common code because it is a
1170                 GUI function
1171
1172 2004-10-17 [paul]
1173
1174         * po/es.po
1175         * po/ko.po
1176         * AUTHORS
1177                 update Spanish and Korean translations,
1178                 submitted by Ricardo Mones Lastra and
1179                 SungHyun Nam
1180
1181 2004-10-13 [colin]      0.9.12cvs126
1182
1183         * src/compose.c
1184                 Don't convert message to forced encoding when 
1185                 drafting, plus minor magic-values cleanup.
1186
1187 2004-10-13 [colin]      0.9.12cvs125
1188
1189         * po/POTFILES.in
1190                 Update POTFILES.in to reflect the source
1191                 place changes
1192
1193 2004-10-08 [christoph]  0.9.12cvs124
1194
1195         * m4/spamassassin.m4
1196                 fix libspamc OpenSSL
1197
1198         * src/compose.c
1199                 rearrange the compose menu
1200
1201 2004-10-08 [christoph]  0.9.12cvs123
1202
1203         * src/Makefile.am
1204         * src/account.c
1205         * src/compose.[ch]
1206         * src/crash.c
1207         * src/main.c
1208         * src/mimeview.c
1209         * src/passphrase.[ch]                           ** REMOVE **
1210         * src/prefs_account.[ch]
1211         * src/prefs_common.[ch]
1212         * src/privacy.[ch]
1213         * src/procmime.[ch]
1214         * src/procmsg.c
1215         * src/rfc2015.[ch]                              ** REMOVE **
1216         * src/select-keys.[ch]                          ** REMOVE **
1217         * src/common/utils.[ch]
1218         * src/gtk/about.c
1219         * src/plugins/pgpmime/Makefile.am
1220         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1221         * src/plugins/pgpmime/pgpmime.c
1222         * src/plugins/pgpmime/plugin.c
1223         * src/plugins/pgpmime/prefs_gpg.[ch]
1224         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1225         * src/plugins/pgpmime/sgpgme.[ch]
1226                 o Add new MIME-Writer
1227                 o extend PrivacySystem with sign and encrypt functions
1228                 o extend PGP/MIME plugin with sign and encrypt functions
1229                 o integrate extended Privacy API in Compose and Sending process
1230
1231 2004-10-04 [colin]      0.9.12cvs122
1232
1233         * src/mainwindow.c
1234         * src/messageview.c
1235         * src/messageview.h
1236         * src/textview.c
1237                 Make forced encoding limited to messageview and
1238                 apply only to parts displayed using textview
1239
1240 2004-10-04 [colin]      0.9.12cvs121
1241
1242         * src/summaryview.c
1243                 Fix bug #605 (collapsed threads re-expand when moving or
1244                 deleting mails)
1245
1246 2004-10-03 [colin]      0.9.12cvs120
1247
1248         * src/summaryview.c
1249                 Fix bug #602
1250
1251 2004-10-02 [colin]      0.9.12cvs119
1252
1253         * src/mainwindow.c
1254         * src/messageview.c
1255         * src/prefs_common.h
1256         * src/procmime.c
1257         * src/procmime.h
1258         * src/textview.c
1259                 Clean up forced charset feature
1260                 Add forced decode
1261
1262 2004-10-01 [colin]      0.9.12cvs118
1263
1264         * src/mimeview.c
1265                 Better fix for Save all: skip multipart mails' first 
1266                 text part
1267
1268 2004-10-01 [colin]      0.9.12cvs117
1269
1270         * src/mimeview.c
1271                 Only save attachments in Save All
1272
1273 2004-10-01 [paul]       0.9.12cvs116
1274
1275         * ChangeLog
1276         * ChangeLog.jp
1277         * src/account.c
1278         * src/prefs_common.c
1279         * src/gtk/colorlabel.c
1280                 sync with main 0.9.12cvs17
1281
1282 2004-09-30 [colin]      0.9.12cvs115
1283
1284         * src/stock_pixmap.c
1285         * src/stock_pixmap.h
1286         * src/folderview.c
1287         * src/Makefile.am
1288         * src/pixmaps/read.xpm
1289                 Add icon for total # column
1290
1291 2004-09-29 [colin]      0.9.12cvs114
1292
1293         * src/compose.c
1294                 Don't close compose until message is sent if 
1295                 Show Send Dialog is Always
1296
1297 2004-09-29 [paul]       0.9.12cvs113
1298
1299         * src/quote_fmt_parse.y
1300                 In the quotation templates recognise sender's first and last 
1301                 names (%F %L) when the name is in the format "Duck, Donald".
1302                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1303
1304
1305 2004-09-28 [colin]      0.9.12cvs112
1306
1307         * src/mainwindow.c
1308                 Put back mnemonic
1309         * src/folderview.c
1310                 Fix Empty trash being visible-invisible-visible...
1311
1312 2004-09-28 [colin]      0.9.12cvs111
1313
1314         * src/mainwindow.c
1315                 Relabel Empty all Trash folders
1316
1317 2004-09-28 [colin]      0.9.12cvs110
1318
1319         * src/folderview.c
1320                 Add contextual Empty trash menu
1321         * src/mainwindow.c
1322                 Revert cvs109 which was useless
1323
1324 2004-09-28 [colin]      0.9.12cvs109
1325
1326         * src/mainwindow.c
1327                 Fix uninialized var
1328
1329 2004-09-28 [colin]      0.9.12cvs108
1330
1331         * src/addressbook.c
1332                 Fix triple-click
1333
1334 2004-09-28 [colin]      0.9.12cvs107
1335
1336         * src/addressbook.c
1337                 Fix double-click on entries
1338
1339 2004-09-28 [colin]      0.9.12cvs106
1340
1341         * src/inc.c
1342                 Reintroduce folder_item update freeze on incorporation
1343
1344 2004-09-27 [christoph]  0.9.12cvs105
1345
1346         * src/folderview.c
1347                 right-align new and unread column
1348
1349 2004-09-27 [paul]
1350
1351         * 0.9.12b released
1352
1353 2004-09-27 [paul]       0.9.12cvs104
1354
1355         * src/main.c
1356                 revert 0.9.12cvs101, it causes another segfault
1357
1358 2004-09-23 [christoph]  0.9.12cvs103
1359
1360         * src/plugins/spamassassin/libspamc.[ch]
1361         * src/plugins/spamassassin/utils.[ch]
1362                 update libspamc to SpamAssassin 3.0.0
1363
1364 2004-09-17 [paul]       0.9.12cvs102
1365
1366         * ChangeLog
1367         * ChangeLog.jp
1368         * src/inc.c
1369                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1370  
1371
1372 2004-09-17 [colin]      0.9.12cvs101
1373
1374         * src/main.c
1375                 Fix segfaults when quitting. valgrind says:
1376                         ==12144== Invalid read of size 4
1377                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1378                         [...]
1379                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1380                         [...]
1381                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1382
1383
1384 2004-09-13 [christoph]  0.9.12cvs100
1385
1386         * src/folder.c
1387                 add NULL pointer checks to fix segfault when messages can
1388                 not be fetched
1389
1390 2004-09-08 [colin]      0.9.12cvs99
1391
1392         * src/account.c
1393                 Remove a debug printf
1394
1395 2004-09-08 [christoph]  0.9.12cvs98
1396
1397         * src/procmsg.[ch]
1398                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1399                 if the message structure has been scanned
1400
1401         * src/folder.c
1402                 o scan structure when the mail is fetched for the first time
1403                   to prevent unnecessary fetching of messages while scanning
1404                   the folder for messages
1405                 o revert 0.9.12cvs24
1406
1407         * src/plugins/pgpmime/pgpmime.c
1408                 check signature if auto signature checking is enabled when the
1409                 signature status is requested for first time and not when
1410                 checking if a part has a signature
1411
1412 2004-09-07 [colin]      0.9.12cvs97
1413
1414         * src/inc.c
1415                 Change session error messages so that they
1416                 are a bit more helpful (the origin of the
1417                 error is not apparent if one isn't in 
1418                 front of Sylpheed when it happens).
1419
1420 2004-09-06 [colin]      0.9.12cvs96
1421
1422         * src/toolbar.c
1423                 Fix graying out Redirect in non english languages
1424                 Patch by Fabien Vantard
1425
1426 2004-09-06 [colin]      0.9.12cvs95
1427
1428         * src/summaryview.c
1429         * src/mimeview.c
1430                 Fix dropped URIs
1431
1432 2004-09-06 [colin]      0.9.12cvs94
1433
1434         * src/addressbook.c
1435         * src/addressitem.h
1436         * src/addritem.c
1437         * src/addritem.h
1438                 Add basic drag and drop to addressbook
1439
1440 2004-09-03 [colin]      0.9.12cvs93
1441
1442         * src/summaryview.c
1443                 Next/Prev unread message should start
1444                 from next/prev node (especially if 
1445                 mark_as_read_delay != 0)
1446
1447 2004-09-03 [colin]      0.9.12cvs92
1448
1449         * src/prefs_common.c
1450         * src/prefs_common.h
1451         * src/summaryview.c
1452                 Add an hidden 'mark_as_read_delay' pref 
1453
1454 2004-09-02 [colin]      0.9.12cvs91
1455
1456         * src/gtk/menu.c
1457                 Add unduplicated menu entries (fixes bug 532)
1458                 Patch by Fabien Vantard
1459
1460 2004-09-02 [colin]      0.9.12cvs90
1461
1462         * src/account.c
1463                 Fix bug 582 (broken auto account selection)
1464
1465 2004-09-02 [colin]      0.9.12cvs89
1466
1467         * src/addrindex.c
1468                 Free deleted queries too
1469
1470 2004-09-02 [colin]      0.9.12cvs88
1471
1472         * src/ldapquery.c
1473                 Fix freezes in LDAP, due to memory corruption
1474                 after deletion of a query (and not removing it
1475                 from the corresponding list of queries).
1476                 Very probably fixes bug 567 and bug 569
1477
1478 2004-09-02 [colin]      0.9.12cvs87
1479
1480         * src/prefs_spelling.c
1481                 Fix bug with aspell prefs init, where spell checking
1482                 is enabled at first but dictionary not specified. Use
1483                 LANG's dictionary by default.
1484
1485 2004-09-01 [colin]      0.9.12cvs86
1486
1487         * src/filtering.c
1488         * src/imap.c
1489         * src/prefs_matcher.c
1490         * src/stock_pixmap.c
1491                 Fix more nasty uninitialized variables
1492
1493 2004-08-31 [colin]      0.9.12cvs85
1494
1495         * src/folder.c
1496                 Fix memory corruption when entering procmsg_msginfo_free()
1497                 with unitialized msginfo. Thanks Valgrind.
1498
1499 2004-08-29 [colin]      0.9.12cvs84
1500
1501         * src/mimeview.c
1502                 Don't escape filenames before saving - that's 
1503                 not dangerous. By the way, fix the leak.
1504
1505 2004-08-27 [paul]       0.9.12cvs83
1506
1507         * src/mh.c
1508         * src/procheader.c
1509         * src/procmsg.c
1510         * src/procmsg.h
1511         * src/common/utils.c
1512         * src/gtk/menu.h
1513                 sync with main 0.9.12cvs6, see ChangeLog
1514                 2004-08-24, 2004-08-25, 2004-08-26
1515
1516
1517 2004-08-26 [paul]
1518
1519         * po/ja.po
1520                 updated by Rui Hirokawa
1521
1522 2004-08-25 [colin]      0.9.12cvs82
1523
1524         * src/plugins/pgpmime/pgpmime.c
1525                 Fix leak on non-combined encrypted messages
1526
1527 2004-08-25 [colin]      0.9.12cvs81
1528
1529         * src/plugins/pgpmime/pgpmime.c
1530         * src/plugins/pgpmime/sgpgme.c
1531         * src/plugins/pgpmime/sgpgme.h
1532                 Handle combined encryption/signature
1533
1534 2004-08-24 [colin]      0.9.12cvs80
1535
1536         * src/folder.c
1537                 Set mime flags on non multipart messages too
1538
1539 2004-08-23 [christoph]  0.9.12cvs79
1540
1541         * src/compose.c
1542                 create message header in memory as GString before writing it
1543                 to the message file
1544
1545 2004-08-23 [colin]      0.9.12cvs78
1546
1547         * src/rfc2015.c
1548         * src/rfc2015.h
1549         * src/compose.c
1550                 Fix (again) bug 197: inline encryption broken
1551
1552 2004-08-23 [paul]
1553
1554         * po/zh_CN.po
1555                 updated by Hansom Young
1556
1557 2004-08-23 [paul]
1558
1559         * 0.9.12a released
1560
1561 2004-08-23 [colin]      0.9.12cvs77
1562
1563         * src/imap.c
1564                 Try and fix bug 577 (session->last_access_time is broken since 
1565                 sync with main 0.9.12cvs2). 
1566                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1567
1568 2004-08-23 [paul]
1569
1570         * po/es.po
1571         * po/fr.po
1572         * po/pl.po
1573         * po/pt_BR.po
1574         * po/sk.po
1575         * po/sr.po
1576                 update translations. submitted by Ricardo
1577                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1578                 Frederico Goncalves Guimaraes, Andrej Kacian,
1579                 Urke MMI
1580
1581 2004-08-22 [paul]       0.9.12cvs76
1582
1583         * src/plugins/trayicon/trayicon.c
1584                 fix formatting bug in trayicon_popup_menu_entries[]
1585
1586
1587 2004-08-22 [paul]       0.9.12cvs75
1588
1589         * m4/Makefile.am
1590                 remove reference to openssl.m4
1591
1592
1593 2004-08-21 [colin]      0.9.12cvs74
1594
1595         * src/compose.c
1596                 Fix bug 576 (Duplicate auto-bcc on reedit)
1597
1598 2004-08-21 [colin]      0.9.12cvs73
1599
1600         * src/toolbar.c
1601                 Grey out Redirect in the toolbar when selection is
1602                 multiple. Fixes bug 520
1603
1604 2004-08-21 [colin]      0.9.12cvs72
1605
1606         * src/compose.c
1607                 Save Sign, Encrypt and Mode status when drafting or queuing
1608                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1609                 state)
1610
1611 2004-08-21 [colin]      0.9.12cvs71
1612
1613         * src/summaryview.c
1614                 Fix bug 494 (Messages are always opened in summary 
1615                 view when right clicked.) Also fixes bug 508.
1616
1617 2004-08-21 [colin]      0.9.12cvs70
1618
1619         * src/compose.c
1620                 When using inline encryption, don't use QP or Base64:
1621                 the mail will be encrypted to a 7bit string.
1622                 Fixes bug 197
1623
1624 2004-08-21 [colin]      0.9.12cvs69
1625
1626         * src/compose.c
1627                 Fix inline-signing with 8bit chars: data must be 
1628                 converted to Quoted-printable before signing.
1629
1630 2004-08-21 [colin]      0.9.12cvs68
1631
1632         * src/compose.c
1633                 Remove 'Message/Save to draft folder'
1634                 and 'Message/Save and keep editing' to 
1635                 put a single 'File/Save' command.
1636                 Fixes bug 224
1637
1638 2004-08-21 [colin]      0.9.12cvs67
1639
1640         * src/mainwindow.c
1641                 Fix bug 222 (Summary view state not retained between sessions)
1642
1643 2004-08-20 [colin]      0.9.12cvs66
1644
1645         * src/codeconv.c
1646                 Fix bug 574 (empty cur_locale is not enough)
1647
1648 2004-08-20 [paul]
1649
1650         * src/plugins/pgpmime/plugin.c
1651                 modify PGP/MIME plugin's description
1652
1653 2004-08-16 [colin]      0.9.12cvs65
1654
1655         * src/common/ssl.c
1656                 Fix version comparison
1657
1658 2004-08-16 [colin]      0.9.12cvs64
1659
1660         * src/common/ssl.c
1661                 I meant 2.2.
1662
1663 2004-08-16 [colin]      0.9.12cvs63
1664
1665         * src/common/ssl.c
1666                 People with glibc 2.1 have had problems with non-blocking
1667                 SSL_connect. Disable it for glibc < 2.2.
1668
1669 2004-08-16 [colin]      0.9.12cvs62
1670
1671         * src/common/ssl.c
1672                 Fix format error
1673
1674 2004-08-13 [colin]      0.9.12cvs61
1675
1676         * src/plugins/pgpmime/plugin.c
1677                 Add plugin's description
1678
1679 2004-08-12 [christoph]  0.9.12cvs60
1680
1681         * src/folderutils.c
1682                 fix bug that did not thaw folder updates when deleting
1683                 duplicates in empty folders
1684
1685 2004-08-12 [colin]      0.9.12cvs59
1686
1687         * src/plugins/trayicon/trayicon.c
1688                 Add a context menu with most common operations
1689
1690 2004-08-12 [colin]      0.9.12cvs58
1691
1692         * configure.ac
1693         * sylpheed.desktop
1694         * src/Makefile.am
1695         * src/main.c
1696                 Add support for Freedesktop.org's startup notification
1697
1698 2004-08-10 [colin]      0.9.12cvs57
1699
1700         * src/main.c
1701         * src/common/socket.c
1702         * src/common/ssl.c
1703         * src/common/sylpheed.c
1704         * src/common/sylpheed.h
1705                 Put back the ssl connect nonblocking...
1706                 without the race condition
1707
1708 2004-08-09 [colin]      0.9.12cvs56
1709
1710         * src/main.c
1711         * src/common/ssl.c
1712         * src/common/sylpheed.c
1713         * src/common/sylpheed.h
1714                 Reverting previous commit, doesn't work 
1715
1716 2004-08-09 [colin]      0.9.12cvs55
1717
1718         * src/main.c
1719         * src/common/ssl.c
1720         * src/common/sylpheed.c
1721         * src/common/sylpheed.h
1722                 Make SSL_connect nonblocking, using a thread
1723
1724 2004-08-09 [paul]       0.9.12cvs54
1725
1726         * po/POTFILES.in
1727                 reflect new location of sgpgme.c
1728         * src/main.c
1729                 sync with main, see ChangeLog 2004-08-09
1730
1731 2004-08-08 [christoph]  0.9.12cvs53
1732
1733         * src/folderutils.c
1734                 freeze FolderItem updates while deleting duplicate messages
1735
1736 2004-08-08 [christoph]  0.9.12cvs52
1737
1738         * configure.ac
1739         * src/Makefile.am
1740         * src/main.c
1741         * src/pgpmime.c
1742         * src/pgpmime.h
1743         * src/sgpgme.c
1744         * src/sgpgme.h
1745         * src/plugins/Makefile.am
1746         * src/plugins/pgpmime/.cvsignore
1747         * src/plugins/pgpmime/Makefile.am
1748         * src/plugins/pgpmime/pgpmime.c
1749         * src/plugins/pgpmime/pgpmime.h
1750         * src/plugins/pgpmime/plugin.c
1751         * src/plugins/pgpmime/sgpgme.c
1752         * src/plugins/pgpmime/sgpgme.h
1753                 new plugin for PGP/MIME
1754
1755 2004-08-07 [christoph]  0.9.12cvs51
1756
1757         * src/folder.c
1758                 disable immediate folder change notification on opened folders
1759                 until SummaryView can handle it quickly
1760
1761 2004-08-07 [colin]      0.9.12cvs50
1762
1763         * src/pop.c
1764         * src/common/partial_download.c
1765                 fix warnings
1766
1767 2004-08-07 [colin]      0.9.12cvs49
1768
1769         * src/Makefile.am
1770         * src/account.c
1771         * src/addressbook.c
1772         * src/alertpanel.c
1773         * src/alertpanel.h
1774         * src/compose.c
1775         * src/exphtmldlg.c
1776         * src/expldifdlg.c
1777         * src/main.c
1778         * src/message_search.c
1779         * src/messageview.c
1780         * src/pop.c
1781         * src/sgpgme.c
1782         * src/summary_search.c
1783         * src/summaryview.c
1784         * src/textview.c
1785         * src/gtk/sslcertwindow.c
1786         * src/pixmaps/stock_dialog-error.xpm
1787         * src/pixmaps/stock_dialog-info.xpm
1788         * src/pixmaps/stock_dialog-question.xpm
1789         * src/pixmaps/stock_dialog-warning.xpm
1790                 sync new alertpanel from gtk2
1791
1792 2004-08-07 [colin]      0.9.12cvs48
1793
1794         * src/prefs_folder_item.c
1795                 fix memory corruption in folderitem's prefs
1796
1797 2004-08-06 [colin]      0.9.12cvs47
1798
1799         * src/compose.c
1800                 close compose window after queuing, before 
1801                 sending when user presses Send
1802
1803 2004-08-05 [christoph]  0.9.12cvs46
1804
1805         * src/msgcache.c
1806         * src/common/defs.h
1807                 add charset to cache file and convert charset when reading the
1808                 cache if different from internal used charset
1809
1810 2004-08-05 [christoph]  0.9.12cvs45
1811
1812         * src/messageview.c
1813         * src/mimeview.[ch]
1814         * src/procmime.h
1815         * src/common/utils.h
1816                 cleanup (remove unused includes/reorganize)
1817
1818         * src/prefs_ext_prog.c
1819         * src/prefs_folder_item.c
1820         * src/prefs_fonts.c
1821         * src/prefs_msg_colors.c
1822         * src/prefs_spelling.c
1823         * src/prefs_themes.c
1824         * src/prefs_toolbar.c
1825         * src/prefs_wrapping.c
1826         * src/gtk/prefswindow.[ch]
1827         * src/plugins/clamav/clamav_plugin_gtk.c
1828         * src/plugins/dillo_viewer/dillo_prefs.c
1829         * src/plugins/image_viewer/viewerprefs.c
1830         * src/plugins/spamassassin/spamassassin_gtk.c
1831                 change PrefsPage path into an array of strings and don't
1832                 split a single string into parts (better for translation)
1833
1834 2004-08-05 [christoph]  0.9.12cvs44
1835
1836         * src/folder.c
1837                 fix FolderItem's message counts after rebuilding a cache
1838
1839 2004-08-05 [paul]       0.9.12cvs43
1840
1841         * ChangeLog
1842         * ChangeLog.jp
1843         * src/imap.c
1844         * src/news.c
1845         * src/common/nntp.c
1846         * src/common/session.c
1847         * src/common/session.h
1848         * src/common/socket.c
1849                 sync with main 0.9.12cvs2
1850                 see ChangeLog 2004-08-04
1851
1852 2004-08-04 [christoph]  0.9.12cvs42
1853
1854         * configure.ac
1855                 add missing AC_DEFINE(USE_OPENSSL, ...)
1856         * src/folder.c
1857                 use new xml_node_new() function
1858
1859 2004-08-03 [christoph]  0.9.12cvs41
1860
1861         * src/folder.c
1862         * src/localfolder.c
1863         * src/common/xml.[ch]
1864                 sync with main 0.9.12cvs1
1865                 see ChangeLog 2004-07-23
1866
1867 2004-08-03 [christoph]
1868
1869         * configure.ac
1870         * m4/openssl.m4                 ** REMOVE **
1871                 use pkg-config to get OpenSSL CFLAGS and LIBS
1872                 (OpenSSL 0.9.7 is required now)
1873
1874 2004-08-02 [paul]       0.9.12cvs40
1875
1876         * AUTHORS
1877                 update translation team section
1878         * po/pt_BR.po
1879                 updated by Frederico Goncalves Guimaraes
1880                 <fggdebian@yahoo.com.br>
1881
1882 2004-07-29 [colin]      0.9.12cvs39
1883
1884         * src/messageview.c
1885                 Inform the user when a partially 
1886                 downloaded mail isn't on the server
1887                 anymore (due to Mark for deletion)
1888
1889 2004-07-29 [colin]      0.9.12cvs38
1890
1891         * src/messageview.c
1892                 Hide noticeview if necessary
1893
1894 2004-07-27 [colin]      0.9.12cvs37
1895
1896         * src/msgcache.c
1897                 More fixes (i overlook a bit, thanks
1898                 Christoph for spotting it)
1899
1900 2004-07-27 [colin]      0.9.12cvs36
1901
1902         * src/msgcache.c
1903                 Fix wrong test 
1904
1905 2004-07-26 [colin]      0.9.12cvs35
1906
1907         * src/pop.c
1908                 Fix uidl-file parsing when not in new
1909                 format
1910
1911 2004-07-19 [colin]      0.9.12cvs34
1912
1913         * src/compose.c
1914                 Save attachment status when drafting
1915
1916 2004-07-19 [colin]      0.9.12cvs33
1917
1918         * src/folder.h
1919         * src/folderview.c
1920         * src/summaryview.c
1921                 Reverse 0.9.12cvs29 to 31 (folder icon update
1922                 when quicksearch is active)
1923
1924 2004-07-18 [colin]      0.9.12cvs32
1925
1926         * src/pop.c
1927                 Fix partial download bug with "Download all
1928                 messages" option
1929
1930 2004-07-18 [colin]      0.9.12cvs31
1931
1932         * src/folderview.c
1933                 Fix crash
1934
1935 2004-07-17 [colin]      0.9.12cvs30
1936
1937         * src/summaryview.c
1938                 Same, when sticky search is off
1939
1940 2004-07-17 [colin]      0.9.12cvs29
1941
1942         * src/folder.h
1943         * src/folderview.c
1944         * src/summaryview.c
1945                 Update FolderItem icon whenever its summaryview is 
1946                 filtered
1947
1948 2004-07-16 [christoph]  0.9.12cvs28
1949
1950         * src/mimeview.c
1951                 make doubleclick work again
1952
1953 2004-07-16 [christoph]  0.9.12cvs27
1954
1955         * src/mimeview.c
1956                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1957
1958 2004-07-16 [paul]       0.9.12cvs26
1959         
1960         * src/gtk/quicksearch.c
1961         * src/compose.c
1962         * src/customheader.c
1963         * src/messageview.c
1964         * src/news.c
1965         * src/prefs_account.c
1966         * src/prefs_display_header.c
1967         * src/procheader.c
1968                 replace "Message-Id" with "Message-ID"
1969
1970 2004-07-16 [paul]       0.9.12cvs25
1971
1972         * ChangeLog
1973         * ChangeLog.jp
1974         * src/account.c
1975         * src/account.h
1976         * src/folder_item_prefs.c
1977         * src/main.c
1978         * src/pop.c
1979         * src/pop.h
1980         * src/prefs_account.c
1981         * src/prefs_account.h
1982         * src/prefs_common.c
1983         * src/prefs_common.h
1984         * src/prefs_gtk.c
1985         * src/prefs_gtk.h
1986                 sync with main 0.9.12cvs1
1987
1988 2004-07-15 [colin]      0.9.12cvs24
1989
1990         * src/folder.c
1991                 Disable GPG signature check during
1992                 folder move and scan 
1993         (Closes Bug 521 Signature checking slows down Folder-Move)
1994
1995 2004-07-14 [christoph]  0.9.12cvs23
1996
1997         * src/pgpmime.c
1998                 add missing fclose
1999
2000         * src/procmime.c
2001                 add checks if fopen really worked
2002
2003 2004-07-14 [colin]      0.9.12cvs22
2004
2005         * src/pop.c
2006         * src/common/partial_download.c
2007                 Update includes
2008
2009 2004-07-14 [colin]      0.9.12cvs21
2010
2011         * src/folder.c
2012         * src/inc.c
2013         * src/matcher.c
2014         * src/matcher.h
2015         * src/matcher_parser_parse.y
2016         * src/messageview.c
2017         * src/msgcache.c
2018         * src/noticeview.c
2019         * src/noticeview.h
2020         * src/pop.c
2021         * src/pop.h
2022         * src/prefs_matcher.c
2023         * src/procheader.c
2024         * src/procmsg.c
2025         * src/procmsg.h
2026         * src/summaryview.c
2027         * src/common/Makefile.am
2028         * src/common/defs.h
2029         * src/gtk/quicksearch.c
2030         * src/common/partial_download.c ** NEW FILES **
2031         * src/common/partial_download.h ** NEW FILES **
2032                 Partial downloading of pop3 mails
2033
2034 2004-07-13 [christoph]  0.9.12cvs20
2035
2036         * src/mimeview.c
2037                 use "button_release_event" instead of "button_press_event",
2038                 because executing event callbacks while the button is still
2039                 pressed is not good and causes problems
2040
2041 2004-07-12 [colin]      0.9.12cvs19
2042
2043         * src/gtk/quicksearch.c
2044                 Fix a missing status update in quicksearch
2045
2046 2004-07-08 [colin]      0.9.12cvs18
2047
2048         * src/common/smtp.h
2049                 Fix guint vs gint bug
2050
2051 2004-07-08 [colin]      0.9.12cvs17
2052
2053         * src/common/smtp.c
2054                 use to_human_readable() for sizes
2055
2056 2004-07-08 [paul]       0.9.12cvs16
2057
2058         * src/inc.c [1.174]
2059                 fix occasional non-clearance of the statusbar
2060                 (close Bug 531 'SA plugin: status bar does not 
2061                  get cleared in OFFLINE mode')
2062
2063 2004-07-07 [colin]      0.9.12cvs15
2064
2065         * src/prefs_common.c [1.225]
2066         * src/prefs_common.h [1.112]
2067                 Add a hidden summary_quicksearch_sticky preference,
2068                 to allow the quicksearch bar to reset across folders
2069         * src/summaryview.c [1.437]
2070                 Use this preference
2071         * src/gtk/quicksearch.c [1.5]
2072         * src/gtk/quicksearch.h [1.3]
2073                 Add this preference, fix focus when hitting Enter,
2074                 add handling of Esc key to reset
2075
2076 2004-07-06 [colin]      0.9.12cvs14
2077
2078         * src/gtk/quicksearch.c [1.4]
2079                 Add Clear button
2080
2081 2004-07-06 [christoph]  0.9.12cvs13
2082
2083         * src/toolbar.c
2084                 enable next unread button in empty folders if next folder
2085                 dialog is not disabled
2086
2087         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2088          folders)
2089
2090 2004-07-06 [colin]      0.9.12cvs12
2091
2092         * src/common/smtp.c [1.16]
2093                 Display maximum message size in the log
2094
2095 2004-07-06 [paul]       0.9.12cvs11
2096
2097         * src/toolbar.c
2098                 fix typo. (spotted by Fabien Vantard)
2099
2100 2004-07-06 [paul]       0.9.12cvs10
2101
2102         * src/main.c
2103                 terminate cleanly on SIGHUP. Patch submitted by
2104                 Thomas Gilgin <thg@karate-muellheim.de>
2105
2106 2004-07-05 [christoph]  0.9.12cvs9
2107
2108         * src/inc.c
2109                 better replacing of %d in new mail notification command
2110
2111 2004-07-05 [colin]      0.9.12cvs8
2112
2113         * src/common/smtp.[ch]
2114                 Take SIZE (returned by EHLO) into account, and
2115                 avoid sending too big messages
2116
2117 2004-07-04 [paul]       0.9.12cvs7
2118
2119         * src/account.c
2120                 fix auto-account selection on imap/news
2121
2122 2004-07-01 [paul]       0.9.12cvs6
2123
2124         * src/gtk/quicksearch.c
2125                 reveal hidden string in gui
2126                 
2127         * src/compose.c
2128                 fix updating of gpg signing setting on 
2129                 switching accounts
2130
2131 2004-06-30 [darko]      0.9.12cvs5
2132
2133         * src/common/utils.c
2134                 remove expand_search_string()
2135         * src/gtk/quicksearch.c
2136                 remove no longer needed for loop (thanks Christoph)
2137                 add expand_search_string()
2138
2139 2004-06-30 [darko]      0.9.12cvs4
2140
2141         * src/common/utils.c
2142                 allow all filtering expressions in quicksearch
2143
2144         (Closes Bug 519 filtering expr. in quicksearch)
2145
2146 2004-06-30 [christoph]  0.9.12cvs3
2147
2148         * configure.ac
2149                 better 'localedir'
2150
2151         * src/common/intl.h
2152                 allow plugins to define TEXTDOMAIN for the _(...) macro
2153
2154 2004-06-30 [paul]       0.9.12cvs2
2155
2156         * po/POTFILES.in
2157           src/Makefile.am
2158           src/main.c
2159           src/prefs_common.c
2160           src/prefs_msg_colors.[ch]     ** NEW FILES **
2161                 move message colouring options to
2162                 '/Other Preferences/Message View/Colors'
2163
2164 2004-06-30 [paul]       0.9.12cvs1
2165
2166         * po/POTFILES.in
2167           src/Makefile.am
2168           src/main.c
2169           src/prefs_common.c
2170           src/prefs_wrapping.[ch]       ** NEW FILES **
2171                 move message wrapping options to
2172                 /'Other Preferences/Compose/Message Wrapping'
2173
2174 2004-06-28 [paul]       0.9.12
2175
2176         * Sylpheed-Claws 0.9.12 released
2177
2178         * po/es.po
2179           po/fr.po
2180           po/sk.po
2181                 updated by Ricardo Mones Lastra, Fabien Vantard,
2182                 Andrej Kacian
2183
2184 2004-06-27 [paul]       0.9.11cvs19
2185
2186         * src/common/ssl.c
2187                 re-enable certificate check
2188
2189 2004-06-25 [christoph]  0.9.11cvs18
2190
2191         * src/procmsg.h
2192                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2193
2194 2004-06-25 [paul]       0.9.11cvs17
2195
2196         * sync with main 0.9.12cvs1
2197                 see ChangeLog 2004-06-23
2198                 
2199         * src/gtk/menu.c
2200                 remove unused menu_toggle_toggle()
2201
2202 2004-06-23 [christoph]  0.9.11cvs16
2203
2204         * src/folder.c
2205         * src/procheader.c
2206         * src/procmsg.h
2207         * src/summaryview.c
2208                 scan the mime structure of multipart mails for correct
2209                 attachment, encryped and signed (with privacy API) part
2210                 detection
2211
2212         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2213
2214 2004-06-22 [paul]
2215
2216         * po/ru.po
2217                 updated by Pavlo Bohmat
2218
2219 2004-06-20 [christoph]  0.9.11cvs15
2220
2221         * src/inc.c
2222         * src/pop.[ch]
2223                 disconnect after authentication when doing POP before SMTP
2224
2225         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2226
2227 2004-06-19 [christoph]  0.9.11cvs14
2228
2229         * src/folder.c
2230                 fix FolderItem name update
2231
2232         (Closes Bug 511 Folder-Renaming not reflected immediately)
2233
2234 2004-06-17 [paul]       0.9.11cvs13
2235         
2236         * sync with main 0.9.12 release
2237           src/session.c
2238                 session_set_timeout(): fixed a bug that didn't
2239                 reset timeout_tag when interval is 0.
2240
2241 2004-06-16 [christoph]  0.9.11cvs12
2242
2243         * src/textview.c
2244                 correctly clear the URL in the status bar
2245
2246 2004-06-15 [christoph]  0.9.11cvs11
2247
2248         * src/summaryview.c
2249                 add missing gtk_widget_show()
2250
2251 2004-06-11 [christoph]  0.9.11cvs10
2252
2253         * src/plugins/spamassassin/spamassassin.c
2254                 correctly check waitpid return code
2255
2256         (Closes Bug 396 Zombie process when spamassassin is called)
2257
2258 2004-06-10 [christoph]  0.9.11cvs9
2259
2260         * src/mainwindow.c
2261         * src/summaryview.[ch]
2262         * src/gtk/Makefile.am
2263         * src/gtk/quicksearch.c                         ** NEW **
2264                 separate quick search from summaryview
2265
2266 2004-06-09 [christoph]  0.9.11cvs8
2267
2268         * src/inc.c
2269                 remove unused code
2270
2271         * src/textview.c
2272                 get folder for compose default account from MsgInfo and not
2273                 from SummaryView
2274
2275 2004-06-09 [christoph]  0.9.11cvs7
2276
2277         * src/folder.[ch]
2278                 add information about added or removed messages to
2279                 FOLDER_ITEM_UPDATE hook
2280
2281         * src/imap_gtk.c
2282         * src/mh_gtk.c
2283                 scan folder when removing a folder failed instead of
2284                 updating the summaryview
2285
2286 2004-06-08 [paul]       0.9.11cvs6
2287
2288         * sync with main 0.9.11cvs2
2289                 see ChangeLog 2004-06-08
2290
2291 2004-06-07 [christoph]  0.9.11cvs5
2292
2293         * configure.ac
2294         * src/common/Makefile.am
2295                 detect library providing 'encrypt' function
2296
2297 2004-06-07 [paul]       0.9.11cvs4
2298
2299         * src/inc.c
2300                 sync with main, 'code cleanup'
2301                 
2302         * tools/nautilus2sylpheed.sh
2303                 fix whitespace limitation. patch submitted by
2304                 Stephan Sachse <white@teg-clan.de>
2305
2306 2004-06-04 [christoph]  0.9.11cvs3
2307
2308         * src/account.c
2309         * src/action.[ch]
2310         * src/addressbook.c
2311         * src/addrindex.h
2312         * src/folder.h
2313         * src/folder_item_prefs.c
2314         * src/inc.c
2315         * src/main.c
2316         * src/messageview.c
2317         * src/mh_gtk.c
2318         * src/prefs_themes.c
2319         * src/procmime.c
2320         * src/quote_fmt.h
2321         * src/stock_pixmap.c
2322         * src/toolbar.c
2323                 fix compiler warnings
2324
2325 2004-06-03 [paul]       0.9.11cvs2
2326
2327         * src/msgcache.c
2328                 sync with main 0.9.11cvs1: "changed gint32 to
2329                 guint32 for some platforms"
2330
2331 2004-06-02 [christoph]  0.9.11cvs1
2332
2333         * src/common/ssl.c
2334                 fix SSL_CTX variable name for older OpenSSL versions
2335
2336         (Closes Bug 503 fix compilation with older OpenSSL)
2337
2338 2004-05-31 [paul]       0.9.11claws
2339
2340         * 0.9.11claws released
2341
2342 2004-05-31 [paul]       0.9.10claws72
2343
2344         * po/es.po
2345           po/it.po
2346           po/ja.po
2347           po/pl.po
2348           po/sk.po
2349           po/sr.po
2350           po/zh_CN.po
2351                 update translations, submitted by Ricardo Mones Lastra,
2352                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2353                 Urke MMI, and Hansom Young
2354
2355 2004-05-25 [luke]       0.9.10claws71
2356
2357         * AUTHORS
2358         * src/mimeview.c
2359         * src/stockpixmap.[ch]
2360         * src/Makefile.am
2361         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2362         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2363         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2364         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2365         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2366
2367                 o Added privacy emblems from Jesper Shultz 
2368                   <jesper@schultz-net.dk>
2369                 o Overlay emblems onto mimeview icons to indicate
2370                   status of signature and if a message is encrypted
2371         
2372         * src/textview.c
2373                 remove unused color definitions (were used to 
2374                 indicate sig status)
2375
2376 2004-05-25 [paul]       0.9.10claws70
2377
2378         * AUTHORS
2379           tools/Makefile.am
2380           tools/README
2381           tools/nautilus2sylpheed.sh            ** NEW FILE **
2382                 add script to enable sending files from
2383                 nautilus.
2384                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2385                 
2386         * tools/launch_firebird                 ** REMOVED **
2387                 removed as the standard "firefox '%s'" now functions
2388                 correctly
2389
2390 2004-05-23 [paul]       0.9.10claws69
2391
2392         * src/compose.c
2393                 fix %X cursor point segfault
2394                 patch by Christoph
2395
2396 2004-05-23 [christoph]  0.9.10claws68
2397
2398         * src/folder.c
2399                 fix folder moving
2400
2401 2004-05-21 [paul]       0.9.10claws67
2402
2403         * sync with 0.9.10cvs17
2404                 see ChangeLog 2004-05-21
2405
2406 2004-05-20 [paul]       0.9.10claws66
2407
2408         * sync with 0.9.10cvs16
2409                 see ChangeLog 2004-05-19 and 2004-05-20
2410
2411 2004-05-19 [alfons]     0.9.10claws65
2412
2413         * src/summaryview.h
2414                 on some platforms regoff_t is defined as off_t, so 
2415                 pull in sys/types.h
2416
2417 2004-05-19 [paul]       0.9.10claws64
2418
2419         * sync with 0.9.10cvs13
2420                 see ChangeLog 2004-05-18
2421
2422 2004-05-17 [christoph]  0.9.10claws63
2423
2424         * src/folder.c
2425                 search all folders when searching for default folders and
2426                 not return the special folder of the first folder
2427
2428 2004-05-13 [alfons]     0.9.10claws62
2429
2430         * src/summaryview.c
2431                 add a better check to see if a message is a news message
2432                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2433
2434 2004-05-13 [paul]       0.9.10claws61
2435
2436         * src/msgcache.c
2437                 sync with 0.9.10cvs12
2438                 see ChangeLog 2004-05-12
2439
2440 2004-05-12 [alfons]     0.9.10claws60
2441
2442         * src/folderview.c
2443                 release lock in case of folder could not be opened 
2444
2445 2004-05-11 [christoph]  0.9.10claws59
2446
2447         * src/inc.[ch]
2448                 remove unused folderview update stuff from inc.[ch]
2449
2450 2004-05-11 [paul]       0.9.10claws58
2451
2452         * sync with 0.9.10cvs11
2453                 see ChangeLog 2004-05-10 and 2004-05-11
2454
2455 2004-05-09 [christoph]  0.9.10claws57
2456
2457         * src/folderview.c
2458                 check for folder class functions and not folder type to detect
2459                 valid drag targets
2460
2461 2004-05-08 [christoph]  0.9.10claws56
2462
2463         * src/sgpgme.c
2464                 fix date output for signature expire times
2465
2466         (Patch by Edgar Toernig <froese@gmx.de>)
2467
2468 2004-05-06 [christoph]  0.9.10claws55
2469
2470         * src/gtk/prefswindow.c
2471                 change window type to DIALOG
2472
2473         * src/folder.[ch]
2474         * src/folderview.c
2475         * src/news_gtk.c
2476                 o add folder_remove()
2477                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2478                 o add new "sort" field to Folder, no longer sort folders by type
2479                   higher sort values will be first in the folder list, new folders get 0
2480                   and will be added to the end
2481
2482         * src/mainwindow.c
2483         * src/gtk/Makefile.am
2484         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2485                 add dialog to allow users to change the folder order
2486
2487 2004-05-04 [paul]       0.9.10claws54
2488
2489         * src/inc.c
2490                 Display account_name in statusbar when retrieving
2491                 messages from a pop account
2492         * src/prefs_account.c
2493                 display account name in title of prefs_account
2494                 window
2495         * src/prefs_folder_item.c
2496                 display folder name in title of prefs_folder window
2497
2498         all 3 patches submitted by Fabien Vantard
2499
2500         * AUTHORS
2501                 add Fabien Vantard
2502
2503 2004-05-04 [paul]       0.9.10claws53
2504
2505         * src/prefs_actions.c
2506           src/prefs_template.c
2507                 'Esc' Key exits alertpanel
2508                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2509
2510 2004-04-26 [christoph]  0.9.10claws52
2511
2512         * src/gtk/about.c
2513         * src/gtk/colorsel.c
2514         * src/gtk/description_window.c
2515         * src/gtk/filesel.c
2516         * src/gtk/gtkaspell.c
2517         * src/gtk/inputdialog.c
2518         * src/gtk/pluginwindow.c
2519         * src/gtk/progressdialog.c
2520                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2521                   it does not work correctly with xinerama
2522                 o lock incorporation while the plugin window is open
2523
2524 2004-04-23 [paul]       0.9.10claws51
2525
2526         * po/POTFILES.in
2527                 update location of inputdialog.c
2528                 
2529         * src/gtk/about.c
2530                 update Copyright string
2531                 
2532         * src/msgcache.c
2533           src/prefs_common.c
2534           src/prefs_themes.c
2535                 improve the english a little
2536
2537 2004-04-22 [christoph]  0.9.10claws50
2538
2539         * src/folderutils.[ch]
2540                 add folderutils_mark_all_read()
2541
2542         * src/folderview.c
2543                 readd "mark all read" from popup menu, now works
2544                 in all folders and not only the opened folder
2545
2546 2004-04-21 [christoph]  0.9.10claws49
2547
2548         * src/Makefile.am
2549         * src/inputdialog.[ch]                  ** REMOVED **
2550         * src/gtk/Makefile.am
2551         * src/gtk/inputdialog.[ch]              ** NEW **
2552                 move inputdialog.[ch] into gtk directory
2553
2554         * src/mh_gtk.c
2555                 remove check for missing IMAP folder account
2556
2557 2004-04-20 [christoph]  0.9.10claws48
2558
2559         * src/mainwindow.c
2560         * src/foldersel.c
2561                 remove new/rename/delete folder GUI functions because
2562                 they are always active, even for news folders, and can
2563                 not be easily made folder class dependent
2564
2565         * src/gtk/menu.[ch]
2566                 make menu_translate() public
2567
2568         * src/Makefile.am
2569         * src/folder.[ch]
2570         * src/folderview.[ch]
2571         * src/imap_gtk.[ch]                     ** NEW **
2572         * src/main.c
2573         * src/mh_gtk.[ch]                       ** NEW **
2574         * src/news_gtk.[ch]                     ** NEW **
2575                 o dynamically build FolderView popup menus from a folder
2576                   specific part, with callbacks to seperated code, and
2577                   a common part
2578                 o remove the folder class specifiy code from folderview.c
2579
2580 2004-04-15 [luke]       0.9.10claws47
2581
2582         * src/prefs_folder_item.c
2583                 o remove buttons for applying 'scan for new mail'
2584                   and 'process at startup' to sub folders
2585                 o add 'apply to sub folder' check buttons for all
2586                   properties and set folder prefs accordingly
2587                 o replace multiple gtk_widget_show() with one
2588                   gtk_widget_show_all() on container
2589
2590 2004-04-14 [darko]      0.9.10claws46
2591
2592         * src/gtk/Makefile.am
2593         * src/gtk/pluginwindow.c
2594                 load plugins from to $(prefix)/lib/sylpheed/plugins
2595                 in file selection dialog
2596         * src/plugins/clamav/clamav_plugin.c
2597                 const correctness
2598
2599 2004-04-14 [christoph]  0.9.10claws45
2600
2601         * src/folder.c
2602         * src/plugins/image_viewer/viewer.c
2603                 fix g_warnings
2604
2605 2004-04-10 [alfons]     0.9.10claws44
2606         
2607         * src/compose.c
2608                 appropriate auto account selection when forwarding
2609                 (fixes bug #476, "forward as attachment does not listen
2610                 to account rules")
2611
2612 2004-04-09 [alfons]     0.9.10claws43
2613
2614         * src/summaryview.c
2615                 make quick search combo matching case sensitive
2616
2617 2004-04-06 [alfons]     0.9.10claws42
2618
2619         * src/addr_compl.c
2620                 use cursor position to prevent clearing the entire entry
2621
2622 2004-04-06 [alfons]     0.9.10claws41
2623
2624         * src/folderview.c
2625                 fix bug #472, "filter not updated when renaming folder" 
2626
2627 2004-04-06 [alfons]     0.9.10claws40
2628
2629         * src/messageview.[ch]
2630           src/summaryview.c
2631                 reflect changes to Show all headers to main view
2632                 and message view (only affects detached message
2633                 view). see also bug #473, 'Show All Headers 
2634                 "problem"'.
2635
2636 2004-04-03 [alfons]     0.9.10claws39
2637
2638         * src/matcher.c
2639                 free address list
2640
2641 2004-04-03 [alfons]     0.9.10claws38
2642
2643         * src/matcher_parser_parse.y
2644           src/matcher.[ch]
2645                 prepare address look up matcher type; marginally
2646                 tested, and not hooked into the UI yet.
2647
2648                 basically it accepts the result of the left hand
2649                 side of the matcher (the "criteria"):
2650
2651                         from all_in_addressbook ""
2652                         ~to_or_cc any_in_addressbook ""
2653                 
2654                 the first case matches all addresses found in the
2655                 from header, and the second case matches if any
2656                 (at least one) of the addresses in to or cc headers 
2657                 are not in the address book.
2658
2659                 the string argument is not used yet, but is intended
2660                 to match a group of addresses 
2661
2662 2004-04-02 [luke]       0.9.10claws37
2663
2664         * src/prefs_folder_item.c
2665                 Add two buttons to apply 'scan for new mail'
2666                 and 'process at startup' to sub folders
2667
2668 2004-04-02 [luke]
2669         * tools/textviewer.sh
2670                 better filename extension matching plus some support for
2671                 MS Excel, MS Powerpoint and HTML
2672
2673 2004-03-29 [christoph]  0.9.10claws36
2674
2675         * src/folder.h
2676         * src/folderutils.[ch]
2677         * src/mainwindow.c
2678                 add delete duplicates for all folders
2679
2680 2004-03-29 [alfons]     0.9.10claws35
2681
2682         * src/folder.c
2683                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2684                 when selecting top-level folder node (thanks to 
2685                 Alex S. Moore)
2686
2687 2004-03-28 [keith]      0.9.10claws34
2688
2689         * src/textview.c
2690                 prepend "http://" to URIs of the form "www.example.com"
2691
2692 2004-03-28 [paul]       0.9.10claws33
2693
2694         * src/common/nntp.c
2695           src/common/smtp.c
2696           src/folder.c
2697           src/imap.c
2698           src/inc.c
2699           src/news.c
2700           src/pop.c
2701                 revise 'translatable string' policy:
2702                 don't translate debug_print() or log_print(),
2703                 translate log_message() and log_warning()
2704         
2705         * po/zh_CN.po
2706                 update submitted by Hansom Young
2707
2708 2004-03-25 [alfons]     0.9.10claws32
2709
2710         * src/prefs_common.c
2711                 I mean this one: Return the GList...
2712
2713 2004-03-25 [alfons]     0.9.10claws31
2714
2715         * src/prefs_common.h
2716                 add new members at the end of prefs_common, so
2717                 they get properly initialized
2718
2719 2004-03-24 [christoph]  0.9.10claws30
2720
2721         * src/imap.c
2722                 o NULL is a valid GSList
2723
2724 2004-03-24 [alfons]     0.9.10claws29
2725
2726         * src/prefs_common.[ch]
2727           src/summaryview.c
2728           src/common/defs.h
2729                 add history to quick search (patch submitted by 
2730                 Ivan Francolin Martinez - thanks!)
2731
2732 2004-03-24 [alfons]     0.9.10claws28
2733
2734         * src/imap.c
2735                 NULL output pointer parameter
2736
2737 2004-03-21 [alfons]     0.9.10claws27
2738
2739         * src/addrindex.[ch]
2740           src/addr_compl.c
2741                 complete addresses on nicks and aliases
2742
2743 2004-03-21 [alfons]     0.9.10claws26
2744
2745         * src/import.c
2746           src/inc.c
2747           src/mbox.[ch]
2748                 disable filters on import mbox (patch submitted
2749                 by Edgar Toernig)
2750
2751 2004-03-21 [darko]      0.9.10claws25
2752
2753         * src/addr_compl.c
2754                 select the address when only one match is found while
2755                 doing address completion with tab key (feature
2756                 request #914720)
2757
2758 2004-03-21 [alfons]     0.9.10claws24
2759
2760         * src/messageview.c
2761           src/toolbar.c
2762                 don't `navigate-delete` when a summary view's selection does not 
2763                 match the accompanying message view's message
2764
2765 2004-03-20 [alfons]     0.9.10claws23
2766
2767         * src/summaryview.c
2768                 hide ext search button on initial display (should fix bug #459,
2769                 "Toggling quick-search at 1st time: minor UI inconsistency")
2770
2771 2004-03-20 [alfons]     0.9.10claws22
2772
2773         * src/summaryview.[ch]
2774                 add function to get selected msginfo, if there's
2775                 only one selected
2776
2777 2004-03-20 [paul]       0.9.10claws21
2778
2779         * sync with 0.9.10cvs7
2780                 see ChangeLog 2004-03-19
2781
2782 2004-03-19 [paul]       0.9.10claws20
2783
2784         * src/common/nntp.c
2785           src/common/smtp.c
2786           src/common/ssl.c
2787           src/folder.c
2788           src/imap.c
2789           src/inc.c
2790           src/news.c
2791           src/pop.c
2792                 don't translate strings in debug_print(), log_print(),
2793                 log_message(),  and log_warning()
2794
2795 2004-03-19 [alfons]     0.9.10claws19
2796
2797         better next/previous/delete/focus navigation with separate 
2798         message view 
2799         
2800         * src/toolbar.c
2801                 call summaryview_delete() instead of messageview_delete()
2802         * src/messageview.c
2803                 disable messageview_delete()
2804
2805 2004-03-18 [paul]       0.9.10claws18
2806
2807         * sync with 0.9.10cvs6
2808                 see ChangeLog 2004-03-16
2809
2810 2004-03-17 [alfons]     0.9.10claws17
2811
2812         * src/gtk/filesel.c
2813                 remove bogus semicolon after if() (sometimes it pays to
2814                 read LKML :)
2815
2816 2004-03-15 [darko]      0.9.10claws16
2817
2818         * src/gtk/filesel.c
2819                 support full path in place of a filename
2820         * src/mimeview.c
2821                 store directory attachments were saved to and
2822                 use it when saving attachments
2823         * src/prefs_common.[hc]
2824                 store directory attachments were last saved to
2825
2826 2004-03-15 [paul]       0.9.10claws15
2827
2828         * src/folderview.c
2829                 fix bug where unsubscribing a newsgroup would destroy
2830                 (most of the) filtering rules
2831
2832 2004-03-15 [paul]       0.9.10claws14
2833
2834         * src/folderview.c
2835                 fix Bug 458, 'Folder View remaining empty after 
2836                 removing a NEWS account' (was also true of IMAP
2837                 accounts)
2838
2839 2004-03-15 [paul]       0.9.10claws13
2840
2841         * src/folderview.c
2842                 fix folderview invisibility of newly subscribed
2843                 newsgroups
2844
2845 2004-03-13 [paul]       0.9.10claws12
2846
2847         * src/compose.c
2848           src/plugins/dillo_viewer/dillo_prefs.c
2849           src/plugins/image_viewer/viewerprefs.c
2850                 gettextise some forgotten parts
2851
2852 2004-03-13 [alfons]     0.9.10claws11
2853
2854         * src/imap.c
2855                 make sure the correct type is passed to sscanf()
2856
2857 2004-03-13 [paul]       0.9.10claws10
2858
2859         * sync with 0.9.10cvs5
2860                 see ChangeLog 2004-03-02 and 2004-03-12, 
2861                 specifically:
2862                 'always move messages by default when using DnD (except 
2863                 for News folder). Copy messages if Ctrl-key is pressed.'
2864                 and 'added a function to filter selected messages'
2865
2866 2004-03-12 [christoph]  0.9.10claws9
2867
2868         * src/codeconv.c
2869                 add parameter check to conv_unmime_header_overwrite()
2870
2871         * src/imap.c
2872                 o fix spelling
2873                 o fix removing of NEW flag when UNREAD is unset
2874
2875         * src/procmime.c
2876                 decode MIME-headers
2877
2878         (Closes 437 i18n attachment display error.)
2879
2880 2004-03-12 [paul]       0.9.10claws8
2881
2882         * po/it.po
2883                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2884                 
2885         * tools/Makefile.am
2886                 add 'textviewer.sh'
2887
2888 2004-03-12 [alfons]     0.9.10claws7
2889
2890         * src/imap.c
2891                 o quiet compiler and typecast Folder * to IMAP Folder *
2892                 o wake up and fix my previous incompatible type assignment bug
2893
2894 2004-03-12 [alfons]     0.9.10claws6
2895
2896         * src/imap.c
2897                 don't mix up pointers to int, guint32 _and_ 
2898                 unsigned int 
2899
2900 2004-03-12 [christoph]  0.9.10claws5
2901
2902         * src/folderview.c
2903                 Add error requester when renaming a folder failed
2904
2905         * src/imap.c
2906                 Check new FolderItem name for namespace seperator
2907                 before renaming
2908
2909         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2910
2911 2004-03-11 [christoph]  0.9.10claws4
2912
2913         * src/folder.[ch]
2914         * src/imap.c
2915         * src/procmsg.h
2916                 syncronize flags in cache with IMAP folder flags
2917
2918         Adapted a patch submitted by Simon 'corecode' Schubert
2919         <corecode@corecode.ath.cx> 
2920
2921
2922 2004-03-11 [alfons]     0.9.10claws3
2923
2924         * src/textview.[ch]
2925                 remove dead code that at one time controlled display of
2926                 URIs in status bar
2927
2928 2004-03-10 [paul]       0.9.10claws2
2929
2930         * po/it.po
2931                 updated by Lupino <lupin85@email.it>
2932
2933 2004-03-09 [alfons]     0.9.10claws1
2934
2935         * src/matcher.c
2936                 we're not using yywrap, but we may, so close yyin instead
2937                 of initial FILE *
2938
2939 2004-03-08 [paul]       0.9.10claws
2940
2941         * 0.9.10claws released
2942
2943 2004-03-08 [paul]       0.9.9claws41
2944
2945         * po/es.po
2946           po/ja.po
2947           po/ru.po
2948           po/sk.po
2949           po/sr.po
2950           po/zh_CN.po
2951                 update translations. submitted by Ricardo Mones Lastra,
2952                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2953                 Hansom Young
2954
2955 2004-03-06 [paul]       0.9.9claws40
2956
2957         * src/stock_pixmap.c
2958                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2959                 patch submitted by Pawel Pekala
2960
2961 2004-03-06 [alfons]             0.9.9claws39
2962
2963         * src/addrindex.c
2964                 allow nick name completion again 
2965
2966 2004-03-02 [match]              0.9.9claws38
2967
2968         * configure.ac
2969                 added definition of USE_LDAP_TLS to support TLS.
2970         * src/ldapctrl.[ch]
2971         * src/ldapquery.c
2972         * src/ldapserver.[ch]
2973         * src/addressbook.c
2974         * src/addrindex.c
2975         * src/editldap.c
2976                 included LDAP TLS support.
2977
2978 2004-03-02 [christoph]          0.9.9claws37
2979
2980         * src/folder.[ch]
2981                 o add more documentation for FolderClass
2982                 o remove usused FolderClass virtual functions
2983
2984         * src/imap.c
2985         * src/mh.c
2986         * src/news.c
2987                 change creation of FolderClass because static initializations
2988                 for structs suck in C89
2989
2990 2004-03-01 [paul]
2991
2992         * sync with 0.9.10
2993
2994 2004-02-28 [keith]      0.9.9claws36
2995
2996         * src/common/utils.c
2997                 Fix treatment of whitespace in quicksearch bar (leading
2998                 spaces and >1 space between commands and parameters).
2999
3000 2004-02-27 [alfons]     0.9.9claws35
3001
3002         * src/compose.[ch]
3003                 Explicitly remove draft timeout to fix nasty race between 
3004                 compose_send_cb() (which destroys the compose window) and 
3005                 compose_defer_auto_save_draft() (which expects compose 
3006                 window to exist). Should fix Keith's and Fred Marton's
3007                 bug report (#128, "crash after complaining about character
3008                 set conversion")
3009
3010 2004-02-27 [luke]       0.9.9claws34
3011         
3012         * src/folder.c
3013                 Do folder_item_apply_processing() even if no processing
3014                 rules for the folder exist (so global processing is applied)
3015
3016 2004-02-26 [thorsten]   0.9.9claws33
3017
3018         * src/mimeview.c
3019                 Remove misleading static declaration
3020
3021 2004-02-26 [alfons]     0.9.9claws32
3022
3023         * src/procmime.[ch]
3024           src/compose.c
3025           src/mimeview.c
3026           src/textview.c
3027                 use/add procmime_get_content_type_str() as a safe wrapper
3028                 for returning a Content-Type type string; should fix 
3029                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3030                  - attachments."
3031
3032 2004-02-26 [thorsten]   0.9.9claws31
3033
3034         * src/mimeview.c
3035                 Restructure save_as/save_all
3036
3037 2004-02-26 [alfons]     0.9.9claws30
3038
3039         * src/procmime.c
3040                 clean up (2)
3041
3042 2004-02-26 [alfons]     0.9.9claws29
3043
3044         * src/procmime.c
3045                 clean up (1)
3046
3047 2004-02-24 [luke]
3048
3049         * tools/textviewer.sh
3050                 tweaks from Johann Koenig, recognition of shell
3051                 scripts in particular
3052
3053 2004-02-24 [paul]       0.9.9claws28
3054
3055         * sync with 0.9.9cvs13
3056                 see ChangeLog 2004-02-24
3057
3058 2004-02-23 [paul]       0.9.9claws27
3059
3060         * src/inc.c
3061                 one alertpanel on pop3 authentication error will suffice
3062                 
3063         * src/prefs_fonts.c
3064                 remove unnecessary printf
3065
3066 2004-02-22 [alfons]     0.9.9claws26
3067
3068         * src/messageview.c
3069                 put back a lost check
3070
3071 2004-02-21 [alfons]     0.9.9claws25
3072
3073         * src/folderview.c
3074                 don't forget to save folder properties after renaming folder
3075
3076 2004-02-20 [paul]       0.9.9.claws24
3077
3078         * src/addressbook.c
3079                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3080                 
3081         * src/inc.c
3082                 complete sync with 0.9.9cvs9's 'update folderview
3083                 progressively'
3084                 
3085         * configure.ac
3086                 require gettext >= 0.12.1
3087
3088 2004-02-17 [match]      0.9.9claws23
3089
3090         * src/compose.c
3091                 keep the peace - change style.
3092
3093 2004-02-17 [alfons]     0.9.9claws22
3094
3095         * src/filtering.c
3096                 make MATCHACTION_STOP cancel filtering / processing;
3097                 clean up and document it to make it a little bit more clear;
3098
3099 2004-02-17 [alfons]     0.9.9claws21
3100
3101         %X marks the cursor spot for reply quote format
3102
3103         * src/quote_fmt_lex.l 
3104           src/quote_fmt.c
3105                 add %X token
3106                 
3107         * src/quote_fmt.h
3108           src/quote_fmt_parse.y
3109                 handle %X token
3110                 
3111         * src/compose.c
3112                 handle %X token for replies only (for now)
3113
3114 2004-02-17 [paul]       0.9.9claws20
3115
3116         * po/sk.po
3117                 updated by Andrej Kacian
3118                 
3119         * src/news.c
3120                 remove unneeded include
3121                 
3122         * src/prefs_fonts.c
3123                 be a little more user-friendly with the labels
3124                 
3125         * configure.ac
3126                 a change forgotten in the last commit: 
3127                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3128
3129 2004-02-17 [paul]       0.9.9claws19
3130
3131         * ac/*                          ** REMOVED **
3132           ac/                           ** REMOVED **
3133           intl/Makefile.in              ** REMOVED **
3134           m4/                           ** NEW **
3135           m4/missing                    ** NEW **
3136           m4/missing/gdk-pixbuf.m4      ** NEW **
3137           m4/missing/gettext.m4         ** NEW **
3138           m4/missing/gpgme.m4           ** NEW **
3139           m4/missing/imlib.m4           ** NEW **
3140           m4/.cvsignore                 ** NEW **
3141           m4/Makefile.am                ** NEW **
3142           m4/README                     ** NEW **
3143           m4/aclocal-include.m4         ** NEW **
3144           m4/aspell.m4                  ** NEW **
3145           m4/check-type.m4              ** NEW **
3146           m4/gnupg-check-typedef.m4     ** NEW **
3147           m4/openssl.m4                 ** NEW **
3148           m4/spamassassin.m4            ** NEW **
3149           po/ChangeLog                  ** REMOVED **
3150           po/Makefile.in.in             ** REMOVED **
3151           po/Rules-quot                 ** REMOVED **
3152           po/boldquot.sed               ** REMOVED **
3153           po/en@boldquot.header         ** REMOVED **
3154           po/en@quot.header             ** REMOVED **
3155           po/insert-header.sin          ** REMOVED **
3156           po/quot.sed                   ** REMOVED **
3157           po/remove-potcdate.sed        ** REMOVED **
3158           po/remove-potcdate.sin        ** REMOVED **
3159           po/stamp-po                   ** REMOVED **
3160           Makefile.am
3161           autogen.sh
3162           configure.ac
3163                 enable building with automake 1.8.x
3164                 add 'autopoint' to autogen.sh and remove all
3165                 auto-generated files, remove ac/ in favour of
3166                 m4/
3167
3168 2004-02-17 [alfons]     0.9.9claws18
3169         
3170         * src/summaryview.c
3171                 MSG_IS_NEWS() is not stored at all, and is bogus
3172
3173 2004-02-17 [martin]     0.9.9claws17
3174
3175         * src/prefs_themes.c
3176                 fix crash when installing wrong theme and output an
3177                 error message
3178
3179 2004-02-16 [christoph]  0.9.9claws16
3180
3181         * src/compose.c
3182         * src/stock_pixmap.[ch]
3183         * src/toolbar.[ch]
3184         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3185                 add "Wrap current paragraph" to compose toolbar
3186
3187 2004-02-15 [alfons]     0.9.9claws15
3188
3189         * src/folderview.c
3190                 refine previous commit to make sure other hook functions
3191                 get their grab of the pie too
3192
3193 2004-02-15 [alfons]     0.9.9claws14
3194
3195         * src/folderview.c
3196                 fix sync breakage so we don't pass invalid pointer types
3197
3198 2004-02-15 [match]      0.9.9claws13
3199
3200         * src/ldapquery.[ch]
3201         * src/ldapserver.h
3202         * src/addrindex.[ch]
3203                 tweak threading calls.
3204         * src/addr_compl.[ch]
3205                 add alias into completion list.
3206         * src/addressbook.c
3207                 fix ldap browse.
3208                 improve context menu behavior.
3209                 change menu sequence.
3210                 add send mail from addressbook.
3211         * src/addrselect.[ch]
3212         * src/compose.[ch]
3213                 add send mail from addressbook.
3214
3215 2004-02-15 [christoph]  0.9.9claws12
3216
3217         * src/folderutils.c
3218                 skip deleting when duplist is empty
3219
3220         * src/folderview.[ch]
3221         * src/mainwindow.c
3222         * src/summaryview.[ch]
3223                 call folderutils_delete_duplicates() from mainwindow code
3224
3225 2004-02-15 [alfons]     0.9.9claws11
3226         
3227         * src/common/utils.c
3228                 add prefix for italian ms o(e) 
3229
3230 2004-02-14 [paul]       0.9.9claws10
3231
3232         * src/foldersel.c
3233                 fix updating of the folder view when creating a
3234                 new folder
3235
3236 2004-02-13 [paul]       0.9.9claws9
3237
3238         * src/plugins/clamav/clamav_plugin.c
3239                 remove GUI code
3240
3241 2004-02-13 [paul]       0.9.9claws8
3242
3243         * sync with 0.9.9cvs9
3244                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3245
3246 2004-02-13 [alfons]     0.9.9claws7
3247
3248         * src/common/utils.c
3249                 fix wrong type of argument for ctype functions (pass unsigned
3250                 char instead of signed char)
3251
3252 2004-02-12 [alfons]     0.9.9claws6
3253
3254         * src/compose.[ch]
3255                 don't select text in header entry when composing to a 
3256                 default address, but rather give the header entry a
3257                 different color / style (same as the folder new color)
3258
3259 2004-02-12 [alfons]     0.9.9claws5
3260
3261         * src/plugins/clamav/clamav_plugin.c
3262                 don't exit(2) on libclamav init error - show a warning.
3263                 (tested by damaging a clamav database file.)
3264
3265 2004-02-12 [paul]       0.9.9claws4
3266
3267         * sync with 0.9.9cvs4
3268                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3269
3270 2004-02-11 [luke]       0.9.9claws3
3271
3272         * src/mimeview.c
3273                 remove redundant check introduced in 0.9.9claws1
3274
3275 2004-02-11 [luke]       0.9.9claws2
3276
3277         * src/mimeview.c
3278                 fix compilation of my previous commit without gpg enabled
3279
3280 2004-02-10 [luke]       0.9.9claws1
3281
3282         * src/mimeview.c
3283                 add borders to icons to indicate the privacy status for
3284                 the message part (unknown/bad/good)
3285
3286 2004-02-06 [paul]       0.9.9claws
3287
3288         0.9.9claws released
3289
3290 2004-02-06 [darko]      0.9.8claws64
3291
3292         * src/compose.c
3293                 don't allow Ctrl+Enter while external editor is active
3294
3295 2004-02-06 [paul]       0.9.8claws63
3296
3297         * po/es.po
3298           po/pl.po
3299           po/sk.po
3300           po/sr.po
3301                 update Spanish, Polish, Slovak, and Serbian translations.
3302                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3303                 and Urke MMI
3304
3305 2004-02-04 [alfons]     0.9.8claws62
3306
3307         * src/compose.c
3308                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3309                 don't have clue yet why the cursor pos is at the end of the
3310                 text.)
3311
3312 2004-02-04 [alfons]     0.9.8claws61
3313
3314         * src/compose.c
3315                 always grab focus when one of the header entries is clicked 
3316                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3317
3318 2004-02-02 [paul]
3319
3320         * ac/missing/gdk-pixbuf.m4
3321           ac/missing/gpgme.m4
3322           ac/missing/imlib.m4
3323                 prevent 'underquoted definition' warnings
3324                 patch submitted by David Relson
3325                 
3326         * src/plugins/clamav/README
3327                 update, improve, correct
3328
3329 2004-01-31 [thorsten]   0.9.8claws60
3330
3331         * src/news.c
3332                 'dir' not initialized if group has no messages
3333
3334 2004-01-29 [christoph]  0.9.8claws59
3335
3336         * src/customheader.[ch]
3337                 add custom_header_is_allowed() to check for disallowed header names
3338                 that must not be overridden by custom headers
3339
3340         * src/compose.c
3341                 always write From: header and use custom_header_is_allowed() to
3342                 check if custom header should be written
3343
3344         * src/prefs_customheader.c
3345                 check if custom header is disallowed using custom_header_is_allowed()
3346
3347         * src/folderutils.c
3348                 destroy message id GHashTable before freeing the MsgInfos
3349
3350 2004-01-29 [paul]       0.9.8claws58
3351
3352         * sync with 0.9.9 release
3353                 see ChangeLog 2004-01-29
3354
3355 2004-01-29 [paul]       0.9.8claws57
3356
3357         * sync with 0.9.8cvs11
3358                 see ChangeLog 2004-01-29
3359
3360 2004-01-28 [christoph]  0.9.8claws56
3361
3362         * src/pgpmime.c
3363         * src/sgpgme.[ch]
3364                 return WARN signature status when signature is not trusted
3365
3366         * src/Makefile.am
3367         * src/folder.c
3368         * src/folderutils.[ch]                  ** NEW **
3369         * src/summaryview.c
3370                 implement delete duplicates summaryview independent
3371
3372 2004-01-28 [paul]       0.9.8claws55
3373
3374         * sync with 0.9.8cvs10
3375                 see Changelog 2004-01-27 and 2004-01-28
3376
3377 2004-01-26 [christoph]  0.9.8claws54
3378
3379         * src/imap.c
3380                 create a root node for the Folder if scan fails because root
3381                 folder does not exist
3382
3383 2004-01-26 [paul]       0.9.8claws53
3384
3385         * sync with 0.9.8cvs7
3386                 see ChangeLog 2004-01-23
3387
3388 2004-01-25 [alfons]     0.9.8claws52
3389
3390         * src/compose.c
3391                 remove left-over constant INDENT_CHARS
3392
3393 2004-01-25 [alfons]     0.9.8claws51
3394
3395         * src/procmime.c
3396                 add NULL pointer check for mimeinfo->node in
3397                 procmime_mimeinfo_parent()
3398
3399 2004-01-25 [darko]      0.9.8claws50
3400
3401         * src/compose.c
3402                 make "Wrap all long lines" toolbar button wrap all
3403                 long lines not just the current line
3404                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3405
3406
3407 2004-01-25 [alfons]     0.9.8claws49
3408
3409         * src/procmime.c
3410                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3411                 necessary anyway, because *scanf() functions neglect white
3412                 space in the input. 
3413                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3414
3415 2004-01-25 [paul]       0.9.8claws48
3416
3417         * src/prefs_ext_prog.c
3418                 apply Alfons' patch to check for NULL pointers
3419                 fixes bug #424
3420
3421 2004-01-25 [paul]       0.9.8claws47
3422
3423         * sync with 0.9.8cvs8
3424                 see ChangeLog 2004-01-23
3425
3426 2004-01-25 [thorsten]   0.9.8claws46
3427
3428         * src/messageview.c
3429                 remove orphaned mimeview unref()
3430
3431 2004-01-23 [christoph]  0.9.8claws45
3432
3433         * src/summaryview.c
3434                 set ctree widget style
3435
3436 2004-01-23 [paul]       0.9.8claws44
3437
3438         * sync with 0.9.8cvs5
3439                 see ChangeLog 2004-01-22
3440
3441 2004-01-23 [alfons]     0.9.8claws43
3442
3443         * src/procmsg.c
3444                 remove redundant code in procmsg_get_thread_tree()
3445
3446 2004-01-21 [christoph]  0.9.8claws42
3447
3448         * src/folderview.c
3449                 set ctree widget style, otherwise GTK does not use the
3450                 the correct vertical size for the list items
3451
3452 2004-01-21 [alfons]     0.9.8claws41
3453
3454         * src/summaryview.c
3455                 GDK_Left should only switch to folderview when
3456                 when summaryview hscrollbar is at the leftmost
3457                 position (fixes bug #420, "Focus error")
3458
3459 2004-01-21 [paul]       0.9.8claws40
3460
3461         * sync with 0.9.8cvs4
3462                 see ChangeLog 2004-01-20
3463
3464 2004-01-20 [christoph]  0.9.8claws39
3465
3466         * src/folderview.c
3467                 remove setting sensitivity for no longer existing
3468                 /Scoring... popup entry
3469
3470 2004-01-20 [keith]      0.9.8claws38
3471
3472         * configure.ac
3473                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3474
3475 2004-01-20 [paul]       0.9.8claws37
3476
3477         * src/prefs_fonts.c
3478                 demystify font settings
3479                 
3480         * src/textview.c
3481                 use textview->msgfont for header->body in
3482                 textview_show_header()
3483
3484 2004-01-20 [paul]       0.9.8claws36
3485
3486         * src/compose.c
3487           src/undo.c
3488                 remove superfluous debug_print's
3489                 
3490         * src/inc.c
3491                 clear the statusbar after LOCAL incorporation
3492
3493 2004-01-20 [paul]       0.9.8claws35
3494
3495         * sync with 0.9.8cvs3
3496                 see ChangeLog 2004-01-20
3497
3498 2004-01-19 [keith]      0.9.8claws34
3499
3500         * src/folderview.c
3501                 don't show 'Search folder...' on popup menu
3502                 if folder has no mails in it
3503
3504 2004-01-17 [keith]      0.9.8claws33
3505
3506         * src/compose.c
3507           src/prefs_common.c
3508           src/prefs_common.h
3509                 store position of compose window in prefs
3510
3511 2004-01-17 [thorsten]   0.9.8claws32
3512
3513         * src/gtk/gtkvscrollbutton.c
3514                 ensure scrollbutton resize event on different gtk versions
3515
3516 2004-01-15 [alfons]     0.9.8claws31
3517         
3518         * src/summaryview.c
3519                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3520                 message as read
3521
3522 2004-01-12 [christoph]  0.9.8claws30
3523
3524         * src/procmime.c
3525                 better MIME-Version check
3526
3527 2004-01-11 [alfons]     0.9.8claws29
3528
3529         * src/procmsg.c
3530                 remove unnecessary but still effective check (could possibly
3531                 lead to some unwanted side effects)
3532
3533 2004-01-11 [alfons]     0.9.8claws28
3534
3535         * src/procmsg.c
3536                 we should not prefer lowest message number while threading 
3537                 (introduced in previous commit)
3538
3539 2004-01-11 [alfons]     0.9.8claws27
3540
3541         * src/procmsg.c
3542                 subject threading fixes:
3543                 
3544                         - make message with lowest message number the
3545                           thread parent,
3546                         - refine recording last node when threading. the last node
3547                           should be the previous one if a node has a thread parent,
3548                           or the current node if not
3549                 
3550                 (there's another threading bug fix coming up)
3551
3552 2004-01-10 [paul]       0.9.8claws26
3553
3554         * src/main.c
3555           src/prefs_ext_prog.c
3556           src/plugins/clamav/clamav_plugin_gtk.c
3557                 minor gui fixes
3558
3559 2004-01-09 [christoph]  0.9.8claws25
3560
3561         * src/Makefile.am
3562         * src/string_match.[ch]                 ** REMOVE **
3563         * src/common/Makefile.am
3564         * src/common/string_match.[ch]          ** NEW **
3565                 move string_match.[ch] to common directory
3566
3567 2004-01-09 [christoph]  0.9.8claws24
3568
3569         * src/pgpmime.c
3570                 add MIME-Version header for the message parser
3571
3572 2004-01-09 [paul]       0.9.8claws23
3573
3574         * po/POTFILES.in
3575           src/Makefile.am
3576           src/main.c
3577           src/prefs_common.c
3578           src/prefs_ext_prog.[ch]       ** NEW FILES **
3579                 move External Command options from 'Common Prefs/Other' to
3580                 'Other Prefs/Message View/External Programs', also reveal
3581                 the hidden options for audio player and image viewer.
3582                 
3583         * src/prefs_common.c
3584                 fix toggling of header pane
3585
3586 2004-01-09 [paul]       0.9.8claws22
3587
3588         * src/compose.c
3589                 when changing account also change the save folder
3590
3591         * src/textview.c
3592                 if a text/plain attachment has 'Content-Disposition: attachment'
3593                 don't display it inline
3594
3595 2004-01-08 [christoph]  0.9.8claws21
3596
3597         * src/procmime.c
3598                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3599                 otherwise thread the message content as one text part and
3600                 don't assume charset US-ASCII which is only specified as
3601                 default for MIME-messages
3602
3603 2004-01-08 [paul]       0.9.8claws20
3604
3605         * src/plugins/clamav/clamav_plugin.c
3606           src/plugins/spamassassin/spamassassin.c
3607                 inform the user what is happening via the statusbar
3608
3609 2004-01-06 [paul]       0.9.8claws19
3610
3611         * po/es.po
3612                 update Spanish translation. submitted by Ricardo
3613                 Mones Lastra
3614
3615 2004-01-05 [paul]       0.9.8claws18
3616
3617         * sync with 0.9.8cvs2
3618                 see ChangeLog 2004-01-05
3619
3620 2004-01-03 [luke]       0.9.8claws17
3621
3622         * src/procheader.c
3623                 Clean up:
3624                 o remove unused functions string_getchar() and file_getchar()
3625                 o remove the getchar_ parameter from generic_get_one_field()
3626                 o add an 'unfold' parameter to generic_get_one_field, to
3627                   be used if no HeaderEntry is supplied
3628                 o procheader_get_one_field_asis() uses
3629                   generic_get_one_field().
3630
3631 2004-01-01 [christoph]  0.9.8claws16
3632
3633         * src/common/xml.[ch]
3634                 o add xml_new_tag() to manage usage counts of strings correctly
3635                 o correct xml_copy_tree() function name
3636
3637         * src/folder.c
3638         * src/main.c
3639                 allow registering and unregistering of FolderClasses anytime
3640
3641 2003-12-31 [christoph]  0.9.8claws15
3642
3643         * src/folder.[ch]
3644         * src/common/xml.[ch]
3645                 keep folderlist.xml data for unloaded FolderClasses
3646
3647 2003-12-30 [luke]       0.9.8claws14
3648
3649         * src/procheader.[ch]
3650                 o added procheader_get_one_field_asis() that does not do
3651                   unfolding
3652                 o fix procheader_get_header_array_asis() to use the above,
3653                   fixing ugliness of headers in textview
3654
3655         * src/compose.c
3656                 o don't unfold headers when redirecting.        
3657
3658 2003-12-30 [paul]       0.9.8claws13
3659
3660         * po/POTFILES.in
3661           src/common/defs.h
3662           src/Makefile.am
3663           src/main.c
3664           src/prefs_common.c
3665           src/prefs_themes.[ch] ** NEW FILES **
3666                 redesign and move Icon Theme selector to
3667                 the new prefs window
3668           
3669         * src/stock_pixmap.c
3670                 fix the old bug where icons are not always
3671                 updated when changing themes
3672         
3673         * src/summaryview.c
3674                 fix bug where the icons on the title row
3675                 of the summary view were not updated
3676         
3677         all patches submitted by Ricardo Mones Lastra
3678
3679 2003-12-30 [hoa]        0.9.8claws12
3680
3681         * src/folder.c
3682                 run preglobal and postglobal processing rules
3683                 even if the folder does not have any rules.
3684
3685 2003-12-28 [paul]       0.9.8claws11
3686
3687         * ac/aspell.m4
3688           ac/check-type.m4
3689           ac/gnupg-check-typedef.m4
3690           ac/openssl.m4
3691           ac/spamassassin.m4
3692                 fix 'underquoted definition' warnings, patch submitted by
3693                 David Relson <relson@osagesoftware.com>
3694                 
3695         * src/common/utils.c
3696                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3697                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3698
3699 2003-12-28 [paul]       0.9.8claws10
3700
3701         * sync with 0.9.8cvs1
3702                 see ChangeLog 2003-12-17
3703
3704 2003-12-27 [christoph]  0.9.8claws9
3705
3706         * src/common/utils.[ch]
3707                 add g_node_map() to map a GNode into a new GNode
3708                 converting all node data's with a function
3709
3710         * src/account.c
3711         * src/folder.[ch]
3712         * src/folderview.c
3713         * src/imap.c
3714         * src/mainwindow.c
3715         * src/summaryview.c
3716                 o use g_node_map() to convert XML <-> Folder
3717                 o remove redundant FolderItem->parent and
3718                   replace it with folder_item_parent()
3719
3720 2003-12-23 [christoph]  0.9.8claws8
3721
3722         * src/folder.[ch]
3723         * src/folderview.c
3724         * src/mainwindow.c
3725         * src/procmsg.c
3726                 o use callback for notifications about added and
3727                   destroyed folders
3728                 o rewrite folderlist saving (new functions to create
3729                   folder from XML tree, and XML tree from folder)
3730
3731         * src/common/xml.[ch]
3732                 add function to save XML trees
3733
3734         * src/prefs_filtering.c
3735                 code cleanup
3736
3737 2003-12-22 [christoph]  0.9.8claws7
3738
3739         * src/prefs_account.[ch]
3740                 add "SMTP only" accounts
3741
3742 2003-12-20 [melvin]     0.9.8claws6
3743
3744         * src/action.[ch]
3745                 Changed the interface for action_update_*_menu() so
3746                 action.c does not need to know the paths of the different
3747                 actions menu (mainwindow, message view and compose window). 
3748
3749         * src/compose.c
3750                 Tiny code cleanup to merge spell checker related code
3751                 compose_update_actions_menu(): new function to update
3752                 the actions menu. Use it in compose_create()
3753
3754         * src/compose.h
3755                 compose_update_actions_menu(): new function to update
3756                 the actions menu. Used also in prefs_actions.c.
3757
3758         * src/mainwindow.[ch]
3759                 main_window_update_actions_menu(): new function to update
3760                 the actions menu. Used in main_window_create() and in
3761                 prefs_actions.c
3762
3763         * src/messageview.[ch]
3764                 messageview_update_actions_menu(): new function to update
3765                 the actions menu. Used in messageview_add_toolbar() and in
3766                 prefs_actions.c
3767                 
3768         * src/prefs_actions.c   
3769                 prefs_actions_ok(): fixed to update the actions menu of
3770                 the separate message view and the compose windows.
3771
3772 2003-12-20 [luke]       0.9.8claws5
3773         * src/procheader.c
3774                 fix unfolding/newline stripping for multiline fields
3775                 in generic_get_one_field()
3776
3777 2003-12-19 [christoph]  0.9.8claws4
3778
3779         * src/summaryview.c
3780                 o code cleanup
3781                 o use subject_compare_for_sort() when comparing
3782                   simplified subjects
3783
3784 2003-12-19 [christoph]  0.9.8claws3
3785
3786         * src/msgcache.c
3787                 more syncing with 0.8.9a
3788
3789 2003-12-19 [christoph]  0.9.8claws2
3790
3791         * src/folder.c
3792                 don't write all FolderItem XML attributes for the root node
3793
3794 2003-12-19 [melvin]     0.9.8claws1
3795
3796         * src/messageview.c
3797                 Added missing menu branch (Tools/Create processing/rule)
3798         * po/fr.po
3799                 Updated French translation for the added string.
3800
3801 2003-12-19 [paul]       0.9.8claws
3802
3803         0.9.8claws released
3804
3805 2003-12-19 [paul]       0.9.7claws51
3806
3807         * po/en_GB.po
3808           po/es.po
3809           po/ja.po
3810           po/pl.po
3811           po/sk.po
3812           po/zh_CN.po
3813                 update translations. submitted by me, Ricardo Mones
3814                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3815                 Hansom Young
3816                 
3817         * src/folder_item_prefs.c
3818                 'enable_processing' set to FALSE by default
3819
3820 2003-12-18 [melvin]     0.9.7claws50
3821
3822         * po/fr.po
3823                 Updated French translation
3824
3825 2003-12-17 [christoph]  0.9.7claws49
3826
3827         * src/procheader.c
3828                 revert discarding of whitespace from 0.9.7claws44
3829
3830                 RFC2822 2.2.3: Unfolding is accomplished by simply
3831                 removing any CRLF that is immediately followed by WSP.
3832
3833 2003-12-17 [paul]       0.9.7claws48
3834
3835         * src/folder.c
3836                 fix new message count
3837                 
3838         * configure.ac
3839                 update autotools macros
3840
3841         * sync with 0.9.8a
3842
3843 2003-12-16 [christoph]  0.9.7claws47
3844
3845         * src/folder.c
3846                 fix folder update before adding MsgInfo to cache
3847                 in add_msginfo_to_cache()
3848
3849         * src/procmsg.c
3850                 remove old call to folder_item_update() that is no
3851                 longer required
3852
3853 2003-12-16 [christoph]  0.9.7claws46
3854
3855         * src/main.c
3856                 make sure the shutdown process only runs once
3857
3858 2003-12-16 [hoa]        0.9.7claws45
3859
3860         * src/mainwindow.c
3861         * src/messageview.c
3862         * src/summaryview.[ch]
3863                 Create filter rules using a message is fixed.
3864                 We can now create processing rules using a message.
3865
3866 2003-12-15 [alfons]     0.9.7claws44
3867
3868         * src/procheader.c
3869                 make sure we discard folding white space
3870
3871 2003-12-15 [luke]       0.9.7claws43
3872         * src/textview.c
3873         * src/mimeview.c
3874                 o use "name" parameter if "filename" doesn't exist
3875
3876 2003-12-14 [alfons]     0.9.7claws42
3877
3878         * src/summaryview.c
3879         * src/common/utils.c
3880                 allow quick finding based on the result of passing
3881                 a message to an external command. E.g:
3882
3883                         X "bogofilter < %F" 
3884                 
3885                 gets me all the spam in a folder.
3886
3887 2003-12-14 [luke]       0.9.7claws41
3888
3889         * src/textview.c
3890         * src/mimeview.c
3891                 o use parameter "filename" instead of "name" in a couple of 
3892                   places for correctness
3893
3894         * src/procmime.c
3895         * src/common/utils.[ch]
3896                 o make temporary filename for attachments safe for %p 
3897                   substitutions in actions.
3898
3899 2003-12-13 [christoph]  0.9.7claws40
3900
3901         * src/main.c
3902                 readd exit(0) to clean_quit() because otherwise sylpheed
3903                 does not always terminate
3904
3905         * src/pgpmime.c
3906         * src/privacy.h
3907                 add an identifier-string for PrivacySystems
3908
3909 2003-12-12 [paul]
3910
3911         * doc/man/sylpheed.1
3912                 update the man page
3913
3914 2003-12-12 [paul]       0.9.7claws39
3915
3916         general clean up
3917         
3918         * configure.ac
3919                 correct and clean up './configure --help' info
3920         
3921         * src/plugins/clamav/clamav_plugin.c
3922           src/plugins/spamassassin/spamassassin.c
3923                 correct plugin_desc(), works with LOCAL, IMAP, and
3924                 POP accounts
3925                 
3926         * src/filtering.c
3927           src/matcher.[ch]
3928           src/matcher_parser_parse.y
3929           src/prefs_filtering_action.c
3930                 use 'Change Score' instead of '(In/De)crease score'.
3931                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3932          
3933          * src/mainwindow.c
3934                 hyphenate: 'Pre-processing', 'Post-processing'
3935                 
3936         * src/prefs_account.c
3937                 change 'Generate Message-ID' to 'Generate Message-Id'
3938                 
3939         * src/prefs_folder_item.c
3940                 change 'Processing on startup:' to 'Process at startup'
3941                 change 'Scan for new mail:' to 'Scan for new mail'
3942                 
3943 2003-12-11 [christoph]  0.9.7claws38
3944
3945         * src/crash.c
3946         * src/main.[ch]
3947                 make sure the clean_exit() funtion is not called again by the
3948                 signal handler while it is already running
3949
3950         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3951
3952         * src/summaryview.c
3953                 fix wrong assertion
3954
3955 2003-12-11 [paul]       0.9.7claws37
3956
3957         * src/compose.c
3958                 'anonymise' Message-Id: header string
3959
3960 2003-12-11 [paul]       0.9.7claws36
3961
3962         * src/plugins/clamav/clamav_plugin.c
3963                 fix (don't break) signature count
3964                 use cl_strerror() instead of deprecated cl_perror()
3965         
3966 2003-12-11 [darko]      0.9.7claws35
3967
3968         * src/summaryview.c
3969                 also update the sort arrow (thanks Christoph)
3970
3971 2003-12-11 [darko]      0.9.7claws34
3972
3973         * src/summaryview.c
3974                 allow reverting to default sort mode (no sort)
3975
3976 2003-12-10 [hoa]        0.9.7claws33
3977
3978         * src/matcher.c
3979                 fixed quotation of string for matcher.
3980
3981 2003-12-08 [paul]       0.9.7claws32
3982
3983         * src/imap.c
3984           src/inc.c
3985                 plug memory leaks (patch by Alfons)
3986
3987 2003-12-08 [christoph]  0.9.7claws31
3988
3989         * src/folder_item_prefs.[ch]
3990         * src/folderview.c
3991         * src/prefs_folder_item.c
3992                 add new FolderItem property to exclude folders from new
3993                 mail checks
3994
3995         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3996
3997 2003-12-07 [paul]       0.9.7claws30
3998
3999         * src/plugins/clamav/clamav_plugin.c
4000                 fix signature count
4001
4002 2003-12-07 [thorsten]   0.9.7claws29
4003
4004         * src/filtering.c
4005                 debug_print some warning if destfolder missing
4006         * src/prefs_filtering.c
4007                 uninitialized filter list when deleting a folder
4008
4009 2003-12-06 [paul]       0.9.7claws28
4010
4011         * src/procheader.c
4012                 add Alfons' patch to trim line feeds
4013
4014 2003-12-06 [paul]       0.9.7claws27
4015
4016         * partial sync with 0.9.7cvs8
4017                 leaving claws' online/offline more or less intact
4018                 see ChangeLog 2003-12-04 and 2003-12-06
4019
4020 2003-12-06 [christoph]  0.9.7claws26
4021
4022         * src/messageview.c
4023         * src/privacy.[ch]
4024                 revert pirvacy API changes
4025
4026 2003-12-05 [alfons]     0.9.7claws25
4027
4028         * src/matcher.[ch]
4029                 clean up my old cruft
4030
4031 2003-12-05 [alfons]     0.9.7claws24
4032
4033         * src/matcher.c
4034                 fix comparison buglet ;-) and make `test` matcher
4035                 work again
4036
4037 2003-12-05 [alfons]     0.9.7claws23
4038
4039         * src/prefs_folder_item.c
4040                 K&R 2nd Ed., page 241 (function parameter identifiers
4041                 starting with an underscore are kind of insulting)
4042
4043 2003-12-05 [hoa]        0.9.7claws22
4044
4045         * src/main.c
4046         * src/mainwindow.[ch]
4047         * src/mainwindow.h
4048                 add destructor for mainwindow so that the last 
4049                 MimeInfo opened in messageview is destroyed when
4050                 exiting sylpheed.
4051
4052 2003-12-05 [hoa]        0.9.7claws21
4053
4054         * src/filtering.[ch]
4055         * src/matcher.[ch]
4056         * src/matcher_parser_lex.l
4057         * src/matcher_parser_parse.y
4058         * src/prefs_actions.c
4059         * src/prefs_filtering.c
4060         * src/common/utils.[ch]
4061                 quote arguments before giving them to command line.
4062                 fixed quote of string in matcher/processing/filtering rules.
4063
4064         * src/messageview.c
4065         * src/privacy.[ch]
4066                 allows decryption to return a new whole 
4067                 MIME message structure.
4068
4069 2003-12-04 [hoa]        0.9.7claws20
4070
4071         * src/filtering.[ch]
4072         * src/folder.c
4073         * src/mainwindow.c
4074         * src/matcher.c
4075         * src/matcher_parser_parse.y
4076         * src/folderview.c
4077                 global rules to run before folder specific rules.
4078                 global rules to run after folder specific rules.
4079                 
4080         * src/messageview.c
4081                 fixed quick addition of rules.
4082         
4083         * src/prefs_filtering.[ch]
4084         * src/summaryview.c
4085                 we can now customize the title for the dialog.
4086                 updated case where we rename of delete folders.
4087
4088         * src/addressbook.c
4089                 got back the function addressbook_browse_entry_cb()
4090                 that is needed in case we compiled with LDAP support.
4091
4092 2003-12-04 [paul]       0.9.7claws19
4093
4094         * sync with 0.9.7cvs6
4095                 see ChangeLog 2003-12-04
4096                 fixes bug 171 'Wrong message decoing: koi8-r and 
4097                 iso8859-5 looks same. Can't read many emails.'
4098
4099 2003-12-04 [paul]       0.9.7claws18
4100
4101         * po/POTFILES.in
4102                 remove 'src/prefs_scoring.c'
4103
4104 2003-12-03 [hoa]        0.9.7claws17
4105
4106         * src/Makefile.am
4107                 compilation of scoring.[ch] and prefs_scoring.[ch]
4108                 is removed.
4109         
4110         * src/filtering.[ch]
4111         * src/folder.c
4112         * src/folder_item_prefs.[ch]
4113         * src/folderview.c
4114         * src/main.c
4115         * src/mainwindow.c
4116         * src/matcher.[ch]
4117         * src/matcher_parser.h
4118         * src/matcher_parser_parse.y
4119         * src/prefs_filtering.[ch]
4120         * src/prefs_filtering_action.c
4121         * src/prefs_folder_item.c
4122         * src/prefs_scoring.[ch]              * REMOVED FILES *
4123         * src/procmsg.[ch]
4124         * src/scoring.[ch]                    * REMOVED FILES *
4125         * src/summaryview.c
4126                 merged scoring and filtering.
4127                 
4128                 Note : compatibility is kept by parsing score like 
4129                   add_score. To get the behaviour of older scoring 
4130                   system, you have to define some equivalent rule :
4131                   "score_lower -9999 hide"
4132                   "score_greater 9999 mark"
4133                   
4134                   To define global rules, you have to define them 
4135                   in the new global processing rules.
4136                   The variable that kept the list filtering rules 
4137                   was "global_processing" and has been renamed into 
4138                   "filtering_rules".
4139                   "global_processing" variable is now the name 
4140                   of the variable that keeps the list of global 
4141                   processing rules.
4142                   In the configuration file, "[global]" section is 
4143                   now for the global processing rules (which includes
4144                   score things and new global processing rules).
4145                   New "[filtering]" section is for the filtering rules.
4146                   
4147                   Before running with this version, during testing 
4148                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4149                   Then, you have to make the following changes :
4150                   - leave all scoring rules in "[global]" section.
4151                   - move all other rules of "[global]" section to
4152                       a new section named "[filtering]".
4153
4154 2003-12-03 [christoph]  0.9.7claws16
4155
4156         * src/procmime.c
4157                 use default Content-Type as specified in RFC2045 if
4158                 Content-Type header is syntactically incorrect
4159
4160 2003-12-03 [christoph]  0.9.7claws15
4161
4162         * src/addressbook.c
4163         * src/addrindex.h
4164         * src/addritem.c
4165         * src/expldifdlg.h
4166         * src/exportldif.c
4167         * src/filtering.c
4168         * src/folder.c
4169         * src/folderview.c
4170         * src/jpilot.c
4171         * src/localfolder.c
4172         * src/matcher.h
4173         * src/matcher_parser_lex.l
4174         * src/matcher_parser_parse.y
4175         * src/news.c
4176         * src/prefs_filtering_action.c
4177         * src/prefs_folder_item.c
4178         * src/prefs_fonts.c
4179         * src/procmsg.c
4180         * src/sgpgme.c
4181                 clean up warnings
4182
4183         * src/procmime.c
4184                 revert 0.9.7claws14 change
4185
4186 2003-12-03 [alfons]     0.9.7claws14
4187
4188         * src/procmime.c
4189                 catch invalid Content-Type with no subtype
4190
4191 2003-12-03 [alfons]     0.9.7claws13
4192
4193         * src/alertpanel.h
4194         * src/setup.c
4195         * src/plugins/image_viewer/plugin.c
4196                 compile again, we need stddef.h for size_t
4197
4198 2003-12-03 [paul]       0.9.7claws12
4199
4200         * src/account.c
4201                 don't allow cloning of accounts with remote folders,
4202                 patch submitted by Ricardo Mones Lastra
4203
4204 2003-12-03 [christoph]  0.9.7claws11
4205
4206         * src/folder.[ch]
4207         * src/imap.c
4208         * src/localfolder.[ch]
4209         * src/mh.c
4210         * src/news.c
4211         * src/common/xml.[ch]
4212                 add set_xml() and get_xml() virtual functions to FolderClass to
4213                 save extra information for Folders (for example the rootpath
4214                 only used by LocalFolder). The folderlist write function no
4215                 longer needs to know the folder type to save this extra
4216                 information.
4217
4218 2003-12-02 [christoph]  0.9.7claws10
4219
4220         * src/Makefile.am
4221         * src/account.c
4222         * src/folder.[ch]
4223         * src/folderview.h
4224         * src/imap.c
4225         * src/localfolder.[ch]          ** NEW **
4226         * src/mainwindow.c
4227         * src/mh.[ch]
4228         * src/news.[ch]
4229         * src/prefs_account.[ch]
4230         * src/prefs_filtering.h
4231         * src/procmsg.h
4232         * src/remotefolder.[ch]         ** NEW **
4233         * src/common/xml.[ch]
4234                 add item_set_xml() and item_get_xml() virtual functions to
4235                 FolderClass to give folders the ability to add extra information
4236                 to the saved FolderItem data. If NULL the default function for
4237                 FolderItem will be used.
4238
4239 2003-11-29 [christoph]  0.9.7claws9
4240
4241         * src/procheader.c
4242                 fix bug in unfolding
4243
4244 2003-11-29 [luke]       0.9.7claws8
4245
4246         * src/textview.c
4247                 fix compilation for non c99 compilers
4248
4249 2003-11-29 [christoph]  0.9.7claws7
4250
4251         * src/procmime.[ch]
4252         * src/mimeview.c
4253                 o unknown disposition types should be handled as
4254                   attachment (RFC2183)
4255                 o missing headers should not default to inline
4256                   (would make "Save All" useless when disposition header
4257                    is not set by the sending mailer)
4258                 o remove old MimeInfo data and cleanup
4259
4260 2003-11-29 [luke]       0.9.7claws6
4261
4262         * src/procmime.[ch]
4263                 re-added parsing of Content-Disposition header
4264                         - removes the old  'gchar* content_disposition'
4265                         - adds a new field 'DispositionType disposition'
4266                         - adds parameters to MimeInfo::parameters
4267
4268         * src/mimeview.c
4269                 use the "filename" parameter for saving, and the new
4270                 MimeInfo::disposition for save all.
4271
4272         * src/compose.c
4273         * src/toolbar.[ch]
4274                 add a 'check spelling' button as a possibility for 
4275                 the compose toolbar
4276
4277         * src/stockpixmap.[ch]
4278         * src/pixmaps/check_spelling.xpm        ** NEW **
4279         * src/Makefile.am
4280                 add a pixmap for use with 'check spelling' button or
4281                 a user defined action
4282
4283         * src/textview.c
4284                 re-apply fixed (I hope) patch for bug 57
4285                 "Hidden URL in HTML Mails"
4286
4287 2003-11-28 [christoph]  0.9.7claws5
4288
4289         * src/procmime.c
4290                 o be more liberal in what we accept as Content-Type parameters
4291                 o ignore comments after parameters
4292
4293         * src/sgpgme.c
4294                 o only free passphrase when an error occurs
4295
4296 2003-11-28 [paul]       0.9.7claws4
4297
4298         * src/account.c
4299                 add 'Clone Account' function. patch submitted by
4300                 Ricardo Mones Lastra
4301
4302 2003-11-27 [thorsten]   0.9.7claws3
4303
4304         * src/mimeview.c
4305                 fix crash if 'save_all' failed twice
4306
4307 2003-11-27 [paul]       0.9.7claws2
4308
4309         * po/POTFILES.in
4310                 fix a typo
4311
4312         * po/zh_CN.po
4313                 update Simplified Chinese translation. submitted by
4314                 Hansom Young
4315
4316 2003-11-27 [paul]       0.9.7claws1
4317
4318         * po/POTFILES.in
4319                 clean up
4320
4321 2003-11-26 [paul]       0.9.7claws
4322
4323         * 0.9.7claws released
4324
4325 2003-11-26 [paul]       0.9.6claws99
4326
4327         * src/Makefile.am
4328                 add reference to pixmaps/mime_message.xpm
4329
4330 2003-11-26 [paul]       0.9.6claws98
4331
4332         * po/POTFILES.in
4333                 remove reference to src/sigstatus.c
4334
4335 2003-11-26 [christoph]  0.9.6claws97
4336
4337         * src/Makefile.am
4338         * src/prefs_common.c
4339         * src/rfc2015.c
4340         * src/sigstatus.[ch]            ** REMOVE **
4341                 remove signature result popup option and window
4342
4343 2003-11-26 [paul]       0.9.6claws96
4344
4345         * po/es.po
4346           po/ja.po
4347           po/pl.po
4348           po/sk.po
4349           po/sr.po
4350                 update translations. submitted by Ricardo Mones Lastra,
4351                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4352
4353 2003-11-25 [christoph]  0.9.6claws95
4354
4355         * src/procmime.c
4356                 display mime structure only in debug mode
4357
4358 2003-11-25 [melvin]     0.9.6claws94
4359
4360         * po/fr.po
4361                 Updated French translations + typos fixes of older
4362                 translations (thanks to Fabien Vantard for pointing
4363                 to some of them)
4364
4365 2003-11-25 [melvin]     0.9.6claws93
4366
4367         * src/editldap.c
4368                 Fixed a couple of typos.
4369
4370 2003-11-24 [paul]       0.9.6claws92
4371
4372         * po/POTFILES.in
4373                 add 'src/textview.c'
4374
4375 2003-11-24 [paul]       0.9.6claws91
4376
4377         * src/sgpgme.c
4378                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4379
4380 2003-11-24 [paul]       0.9.6claws90
4381
4382         * src/plugins/image_viewer/viewer.c
4383                 image_viewer_show_mimepart(): 
4384                 use procmime_mimeinfo_get_parameter() to get the file name
4385
4386 2003-11-24 [paul]       0.9.6claws89
4387
4388         * src/textview.c
4389                 textview_show_mime_part(): rewrite text hint
4390
4391 2003-11-22 [paul]       0.9.6claws88
4392
4393         * sync with 0.9.7cvs5
4394                 see ChangeLog 2003-11-21
4395
4396 2003-11-21 [paul]       0.9.6claws87
4397
4398         * src/mimeview.c
4399                 define shortcut key 'o' for 'Open with...'
4400
4401 2003-11-21 [alfons]     0.9.6claws86
4402
4403         * src/messageview.c
4404                 fix bug #383 'Deleting message from "separate message view" 
4405                 uses local Trash folder'
4406
4407 2003-11-21 [christoph]  0.9.6claws85
4408
4409         * src/mimeview.c
4410                 fix content-type guessing by name parameter when finding
4411                 the correct viewer
4412
4413 2003-11-21 [alfons]     0.9.6claws84
4414
4415         * src/main.c
4416                 no mail incorporation allowed with --offline param.
4417                 fixes bug #374, "--offline ignored"
4418
4419 2003-11-20 [christoph]  0.9.6claws83
4420
4421         * src/mimeinfo.c
4422                 use signed MimeInfo when checking the signature and not
4423                 the selected one
4424
4425 2003-11-19 [alfons]     0.9.6claws82
4426
4427         * src/mainwindow.c
4428                 fix crash when toggling separate views, patch submitted
4429                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4430                 fixes bug #342, "separate views  cause crash"
4431
4432 2003-11-19 [paul]       0.9.6claws81
4433
4434         * src/compose.c
4435                 compose_redirect_write_headers_from_headerlist(): 
4436                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4437                 
4438         * src/main.c
4439                 code cleanup (inherited from 0.9.7cvs4)
4440                 
4441         * tools/tb2sylpheed
4442                 bugfix: added missing attribute-list start. submitted by
4443                 Urke MMI
4444
4445 2003-11-19 [luke]       0.9.6claws80
4446
4447         * src/textview.c
4448                 revert my last commit until I get time to fix it
4449
4450 2003-11-18 [christoph]  0.9.6claws79
4451
4452         * src/mimeview.[ch]
4453                 check parent MimeInfos for signatures and display the
4454                 result of the parent when found
4455
4456         * src/pgpmime.c
4457                 o avoid NULL pointer warnings
4458                 o use procmime_mimeinfo_get_parameter()
4459
4460         * src/sgpgme.c
4461                 small text changes
4462
4463 2003-11-17 [luke]       0.9.6claws78
4464
4465         * src/textview.c
4466                 add check for disguised URLs, fixing bug 57
4467                 "Hidden URL in HTML Mails"
4468
4469 2003-11-16 [christoph]  0.9.6claws77
4470
4471         * src/procmime.c
4472                 fix crash when parsing invalid Content-Type header
4473
4474 2003-11-16 [christoph]  0.9.6claws76
4475
4476         * src/pgpmime.c
4477         * src/privacy.c
4478         * src/procmime.c
4479         * src/sgpgme.[ch]
4480                 implement message decrypting
4481
4482         * src/rfc2015.c
4483                 remove old code
4484
4485 2003-11-14 [luke]       0.9.6claws75
4486
4487         * src/mimeview.c
4488                 fix a couple of problems that treated application/* and
4489                 application/octet-stream the wrong way around
4490                 (since 0.9.6claws10), causing "Open" to do nothing.
4491
4492 2003-11-14 [christoph]  0.9.6claws74
4493
4494         * src/messageview.c
4495         * src/pgpmime.c
4496         * src/privacy.[ch]
4497                 prepare for message part decrypting
4498
4499         * src/sgpgme.c
4500                 add output for expired signatures
4501
4502         * src/rfc2015.c
4503                 remove some old code
4504
4505 2003-11-10 [christoph]  0.9.6claws73
4506
4507         * src/mimeview.c
4508                 add "Full info" button for bad and warn signature status
4509
4510         * src/sgpgme.c
4511                 generate full signature info like gpg's output
4512                 (gpg -v --with-fingerprint --verify)
4513
4514 2003-11-10 [christoph]  0.9.6claws72
4515
4516         * src/mimeview.c
4517         * src/pgpmime.c
4518         * src/privacy.[ch]
4519         * src/sgpgme.[ch]
4520         * src/textview.[ch]
4521                 o add code to view full signature info
4522                 o do automatic signature checks
4523
4524 2003-11-10 [alfons]     0.9.6claws71
4525
4526         * src/summaryview.c
4527                 don't crash when gtkut_font_load() returns invalid font (has
4528                 something to do with locale settings)
4529                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4530
4531 2003-11-09 [alfons]     0.9.6claws70
4532
4533         * src/procmime.c
4534                 plug leak
4535
4536 2003-11-08 [luke]       0.9.6claws69
4537
4538         * src/summaryview.c
4539                 fix some typos
4540
4541         * src/compose.c
4542                 rewrite compose_attach_parts(), fixing various bugs mainly
4543                 to do with re-editing.
4544
4545         * src/mimeview.c
4546                 "save all" now only saves attachments with names/filenames
4547
4548 2003-11-04 [match]      0.9.6claws68
4549
4550         * src/ldapctrl.[ch]
4551                 fix broken LDAP support.
4552
4553         * src/ldapquery.c
4554                 remove printf's.
4555
4556 2003-11-04 [luke]       0.9.6claws67
4557
4558         * src/mimeview.c
4559                 o  fixed bug 4 "focus lost on messages with attachments"
4560                 o  fixed 'Save all' attachments for new mime changes
4561                 o  right clicking on icons consistent with right clicking on
4562                    mime tree
4563                   - fixes a bug where wrong part is saved when you
4564                     choose 'Save as' from popup menu
4565                   - fixes bug 308 "No way to "save all" attachments"
4566                 o  fixed a compiler warning.
4567
4568         * src/textview.c
4569                 o  removed flickering in mime tree when using "n" and "p"
4570                    shortcuts
4571                 o  fixed bug where selecting the textview and pressing e.g.
4572                    'y' causes sylpheed to respond twice.
4573
4574         * src/summaryview.c
4575                 removed hard coding of * and ! shortcuts (which only served
4576                 to cause problems if you tried to redefine the shortcuts)
4577
4578 2003-11-04 [luke]       0.9.6claws66
4579
4580         * src/plugins/image_viewer/viewer.c
4581         * src/plugins/image_viewer/viewerprefs.c
4582         * src/plugins/image_viewer/viewerprefs.glade
4583                 o  allow toggling of image scaling by clicking on image
4584                 o  respond to image's container widget resize
4585
4586         * src/procmime.c
4587                 o  fix bad parsing of message when re-editing/viewing a
4588                    message saved to the drafts folder
4589
4590 2003-11-02 [match]      0.9.6claws65
4591
4592         * src/browseldap.h
4593                 fix if not building LDAP support.
4594         * src/addrindex.c
4595         * src/ldapquery.[ch]
4596         * src/editldap.h
4597                 include support for contains query. feature req 529354.
4598
4599 2003-11-02 [alfons]     0.9.6claws64
4600
4601         * src/browseldap.c
4602                 fix build bustage if not compiling ldap support
4603
4604 2003-11-01 [match]      0.9.6claws63
4605
4606         * po/POTFILES.in
4607         * src/Makefile.am
4608         * src/addr_compl.[ch]
4609         * src/addrbook.c
4610         * src/addrcache.[ch]
4611         * src/addrdefs.h        ** NEW **
4612         * src/addressbook.c
4613         * src/addressitem.h
4614         * src/addrindex.[ch]
4615         * src/addritem.h
4616         * src/addrquery.[ch]
4617         * src/ldapquery.[ch]
4618         * src/ldapserver.[ch]
4619                 refactor LDAP query mechanism.
4620
4621         * src/browseldap.[ch]   ** NEW **
4622         * src/ldaplocate.[ch]   ** NEW **
4623                 add feature to browse LDAP entry that was retrieved using
4624                 an explicit LDAP search.
4625
4626 2003-11-01 [alfons]     0.9.6claws62
4627
4628         * src/prefs_gtk.c
4629                 prefs_write_param(): fail when we see an invalid type; all the
4630                 callers seem to handle this gracefully by reverting changes
4631
4632 2003-10-30 [christoph]  0.9.6claws61
4633
4634         * configure.ac
4635         * ac/openssl.m4
4636         * ac/spamassassin.m4
4637         * src/Makefile.am
4638                 use extra variables for all libraries to make sure plugins
4639                 are only linked with libraries they really need. $LIBS is always
4640                 added to the linking parameters, but we only what the libraries
4641                 listed in the Makefile
4642
4643 2003-10-29 [paul]       0.9.6claws60
4644
4645         * src/mimeview.c
4646                 don't use Subject for unknown part name
4647
4648 2003-10-29 [paul]       0.9.6claws59
4649
4650         * src/compose.c
4651                 get name of attachment(s) when re-editing, fwd'ing or
4652                 redirecting
4653                 
4654         * src/mimeview.c
4655                 get name of attachment(s) when saving
4656
4657 2003-10-29 [hoa]        0.9.6claws58
4658
4659         * src/textview.c
4660                 implemented multipart/alternative in MIME message viewer.
4661
4662 2003-10-28 [christoph]  0.9.6claws57
4663
4664         * configure.ac
4665                 make sure MathML-Viewer is not built with the
4666                 Gtk2 version of GtkMathView
4667
4668 2003-10-28 [paul]       0.9.6claws56
4669
4670         * sync with 0.9.7cvs1
4671                 see ChangeLog 2003-10-28
4672
4673 2003-10-27 [alfons]     0.9.6claws55
4674
4675         * src/matcher_parser_parse.y
4676         * src/gtk/colorlabel.c
4677                 allow setting color label to 0 in filtering/processing rules
4678                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4679
4680 2003-10-26 [alfons]     0.9.6claws54
4681
4682         * src/summary_search.c
4683                 fix misnomer and correct selecting initial search node  
4684
4685 2003-10-26 [christoph]  0.9.6claws53
4686
4687         * src/pgpmime.c
4688         * src/sgpgme.c
4689                 change display of signature info to use only name of
4690                 signer, otherwise the text gets too long.
4691
4692         * src/procmime.c
4693                 don't use MimeInfo's filename to generate tmp filename
4694
4695 2003-10-25 [christoph]  0.9.6claws52
4696
4697         * src/procmime.c
4698                 fix message body searching
4699
4700 2003-10-25 [paul]       0.9.6claws51
4701
4702         * src/compose.c
4703                 use g_basename rather than basename
4704
4705 2003-10-24 [christoph]  0.9.6claws50
4706
4707         * src/sgpgme.c
4708                 change fetching of signature key's trust
4709
4710 2003-10-24 [paul]       0.9.6claws49
4711
4712         * po/sk.po
4713                 update Slovak translation
4714                 submitted by Andrej Kacian
4715                 
4716         * src/mainwindow.c
4717                 remove unknown menu entry /File/Add mailbox/mbox...
4718
4719 2003-10-24 [hoa]        0.9.6claws48
4720
4721         * src/Makefile.am
4722                 removed all references to mbox folders
4723
4724         * src/carray.[ch]               * REMOVED *
4725         * src/chash.[ch]                * REMOVED *
4726         * src/maillock.[ch]             * REMOVED *
4727         * src/mailmbox.[ch]             * REMOVED *
4728         * src/mailmbox_folder.[ch]      * REMOVED *
4729         * src/mailmbox_parse.[ch]       * REMOVED *
4730         * src/mailmbox_types.[ch]       * REMOVED *
4731         * src/mbox_folder.[ch]          * REMOVED *
4732                 remove implementation of mbox folders
4733                 and old mailbox folder.
4734                 mbox folder implementation will be added
4735                 as a plugin so that implementation can be entirely
4736                 synchronized with the files of the project they are
4737                 extracted from (libEtPan!).
4738         
4739         * src/mainwindow.c
4740         * src/folder.c
4741         * src/folderview.[ch]
4742         * src/procmsg.h         
4743                 Disable as much code that references mbox folders
4744                 as possible.
4745                 Some UI thing still need to know that folder is mbox
4746                 (when we have to enter the name of the mailbox and
4747                 we want to add /var/mail/$USER).
4748
4749 2003-10-23 [christoph]  0.9.6claws47
4750
4751         * src/noticeview.c
4752                 don't always display button when noticeview is made visible
4753
4754         * src/mimeview.c
4755         * src/pgpmime.c
4756         * src/privacy.[ch]
4757         * src/sgpgme.[ch]
4758                 get signature information from crypto system
4759
4760 2003-10-22 [paul]       0.9.6claws46
4761
4762         * po/es.po
4763                 updated by Ricardo Mones Lastra
4764
4765 2003-10-22 [paul]       0.9.6claws45
4766
4767         * src/Makefile.am
4768                 update to reflect the changes to the icons that
4769                 happened in 0.9.6claws35
4770
4771 2003-10-22 [alfons]     0.9.6claws44
4772         
4773         * src/carray.h
4774                 inline carray_count() 
4775
4776 2003-10-21 [alfons]     0.9.6claws43
4777
4778         * src/carray.h
4779                 glib wrappers
4780         * src/carray.c
4781                 disable
4782         * src/mailmbox.[ch]
4783         * src/mailmbox_folder.c
4784         * src/mailmbox_parse.c
4785         * src/mailmbox_types.[ch]
4786                 %s/uint32_t/guint
4787
4788 2003-10-21 [luke]       0.9.6claws42
4789
4790         * src/stock_pixmaps.[ch]
4791         * src/mimeview.c
4792         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4793         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4794                 o remove mime_application_octet_stream.xpm icon (it was never
4795                   really needed)
4796                 o remove redundant icon messageview_text.xpm
4797
4798         * src/mainwindow.c
4799                 fix visibility of signature noticeview when toggling 'separate
4800                 message view'
4801
4802 2003-10-21 [christoph]  0.9.6claws41
4803
4804         * src/procmime.c
4805                 decode multipart and rfc822 mime parts to allow further
4806                 parsing when required
4807
4808 2003-10-21 [christoph]  0.9.6claws40
4809
4810         * src/procmime.[ch]
4811         * src/textview.c
4812                 remove obsolete charset parameter in MimeInfo and fix
4813                 TextView to use the charset from the parameter hash table
4814
4815         * src/plugins/dillo_viewer/Makefile.am
4816         * src/plugins/trayicon/Makefile.am
4817                 add OPENSSL_CFLAGS to fix building with using
4818                 --with-openssl-* parameters
4819
4820 2003-10-21 [paul]       0.9.6claws39
4821
4822         * src/prefs_matcher.[ch]
4823                 replace remnants of the old, renamed 'Execute' matchtype
4824                 add a brief description to the Info window
4825
4826 2003-10-21 [hoa]        0.9.6claws38
4827         
4828         * src/Makefile.am
4829         * src/carray.[ch]               * NEW *
4830         * src/chash.[ch]                * NEW *
4831         * src/folder.c
4832         * src/maillock.[ch]             * NEW *
4833         * src/mailmbox.[ch]             * NEW *
4834         * src/mailmbox_folder.[ch]      * NEW *
4835         * src/mailmbox_parse.[ch]       * NEW *
4836         * src/mailmbox_types.[ch]       * NEW *
4837                 implementation of mbox folder with unique message numbers
4838
4839                 made use of libEtPan! implementation of mbox for lower-layer.
4840
4841 2003-10-20 [alfons]     0.9.6claws37
4842
4843         * src/noticeview.c
4844                 fix invalid argument warning
4845         * src/pgpmime.c
4846                 no in place variable
4847
4848 2003-10-20 [paul]       0.9.6claws36
4849
4850         * src/compose.[ch]
4851           src/filtering.c
4852           src/messageview.c
4853                 fix crash when using Forward in Filtering when
4854                 external editor option is set
4855                 
4856                 Patch submitted by Simon 'corecode' Schubert
4857                 <corecode@corecode.ath.cx> 
4858
4859 2003-10-20 [paul]       0.9.6claws35
4860
4861         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4862           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4863           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4864           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4865           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4866           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4867           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4868           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4869           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4870           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4871           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4872           src/mimeview.c
4873           src/stock_pixmap.[ch]
4874                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4875                 icons. add privacy_warn.xpm icon
4876
4877 2003-10-20 [hoa]  0.9.6claws34
4878
4879         * src/folder_item_prefs.[ch]
4880         * src/prefs_folder_item.c
4881         * src/main.c
4882                 Added a property per folder to choose whether we 
4883                 want to apply processing on it on startup or if we
4884                 prefer to wait the folder selection to apply it.
4885         
4886         * src/messageview.c
4887                 fixed C89 compatibility (for old compilers, for
4888                 example gcc 2.95.x).
4889
4890 2003-10-17 [christoph]  0.9.6claws33
4891
4892         * src/mimeview.c
4893         * src/noticeview.[ch]
4894                 change noticeview icon to indicate signature status
4895
4896 2003-10-17 [christoph]  0.9.6claws32
4897
4898         * src/Makefile.am
4899         * src/main.c
4900         * src/mimeview.c
4901         * src/noticeview.c
4902         * src/pgpmime.[ch]                              ** NEW **
4903         * src/privacy.[ch]
4904         * src/rfc2015.c
4905         * src/sgpgme.c                                  ** NEW **
4906                 reimplement PGP/Mime signature checking (unfinished)
4907
4908 2003-10-15 [christoph]  0.9.6claws31
4909
4910         * src/procmime.[ch]
4911                 fix procmime_get_text_content() and
4912                 procmime_get_first_text_content()
4913
4914 2003-10-15 [christoph]  0.9.6claws30
4915
4916         * src/plugins/spamassassin/spamassassin_gtk.c
4917         * src/plugins/spamassassin/spamassassin_gtk.glade
4918                 fix timeout tooltip
4919
4920 2003-10-15 [paul]       0.9.6claws29
4921
4922         * src/messageview.c
4923                 workaround for buggy smtp servers. on sending a
4924                 return receipt strip the name part from the address
4925                 when creating headers
4926                 
4927 2003-10-15 [paul]       0.9.6claws28
4928
4929         * sync with 0.9.7 release
4930                 see ChangeLog 2003-10-15
4931
4932 2003-10-14 [christoph]  0.9.6claws27
4933
4934         * src/plugins/clamav/clamav_plugin.c
4935                 fix clamav plugin
4936
4937 2003-10-14 [christoph]  0.9.6claws26
4938
4939         * src/compose.c
4940         * src/mimeview.c
4941         * src/procmime.[ch]
4942         * src/rfc2015.c
4943         * src/textview.c
4944         * src/plugins/clamav/clamav_plugin.c
4945                 use GNode to create the mime tree (some changes to functions
4946                 that traverse the tree are just quick and dirty. Maybe we
4947                 can find better solutions with g_node_*-functions)
4948
4949 2003-10-14 [luke]       0.9.6claws25
4950
4951         * src/mimeview.c
4952                 fix a navigation bug (stupid typo of mine)
4953
4954 2003-10-14 [christoph]  0.9.6claws24
4955
4956         * src/textview.c
4957                 fix missing last line in plain/text mails
4958
4959 2003-10-13 [luke]       0.9.6claws23
4960
4961         * src/summaryview.c
4962                 fix bug 334 (part 1)
4963
4964 2003-10-13 [kov]        0.9.6claws22
4965
4966         * src/mimeview.c
4967                 error checking when the user enters a non-directory at
4968                 the file selection dialog.
4969                 work-around for users entering directory location without
4970                 adding a leading G_DIR_SEPARATOR.
4971
4972 2003-10-13 [luke]       0.9.6claws21
4973
4974         * src/compose.c
4975                 error reporting for inserting files, including catching
4976                 invalid characters for current locale/encoding
4977
4978 2003-10-13 [paul]       0.9.6claws20
4979
4980         * src/folderview.c
4981                 fix bug #347 'subscribe newsgroups crashes'
4982
4983 2003-10-13 [paul]       0.9.6claws19
4984
4985         * src/compose.c
4986                 when using 'Reply to all' include the 'send replies
4987                 to' folder property
4988                 
4989         * po/ja.po
4990                 update Japanese translation. submitted by Rui Hirokawa 
4991                 <rui_hirokawa@ybb.ne.jp>        
4992
4993 2003-10-13 [hoa]        0.9.6claws18
4994
4995         * src/account.c
4996         * src/compose.c
4997         * src/messageview.c
4998         * src/procheader.c
4999         * src/procheader.h
5000                 rename get_header_from_msginfo() into
5001                 procheader_get_header_from_msginfo() so that we have a
5002                 coherent exported naming.
5003                 avoid parsing of header contained in a string via
5004                 a newly written temporary file.
5005
5006         Patch submitted by Simon 'corecode' Schubert
5007                 <corecode@corecode.ath.cx>
5008
5009 2003-10-12 [hoa]        0.9.6claws17
5010
5011         * src/filtering.c
5012         * src/filtering.h
5013         * src/matcher.c
5014         * src/matcher.h
5015         * src/matcher_parser_parse.y
5016         * src/prefs_filtering_action.c
5017                 added "stop" action : stop applying the filtering rules.
5018                 added "set score" and "increase/decrease score" actions.
5019                 That two last action replace the "change_score" action
5020                 introduced by alfons in 0.8.8claws85.
5021                 "set score" is to set a given score to the message.
5022                 "increase/decrease score" will increase or decrease the
5023                 score if the given value is respectively positive or
5024                 negative. If someone find a some better name for this last
5025                 rule, it can be modified.
5026
5027 2003-10-12 [paul]       0.9.6claws16
5028
5029         * AUTHORS
5030           po/ja.po
5031                 update Japanese translation. submitted by Rui Hirokawa 
5032                 <rui_hirokawa@ybb.ne.jp>
5033
5034 2003-10-12 [christoph]  0.9.6claws15
5035
5036         * src/procmime.c
5037                 fix crash caused by incorrect headers
5038
5039 2003-10-10 [christoph]  0.9.6claws14
5040
5041         * src/main.c
5042         * src/privacy.[ch]
5043         * src/rfc2015.[ch]
5044                 implement detection of signed message parts for rfc2015
5045
5046 2003-10-10 [thorsten]   0.9.6claws13
5047
5048         * src/mimeview.c
5049                 fix typo
5050
5051 2003-10-10 [christoph]  0.9.6claws12
5052
5053         * src/stock_pixmap.[ch]
5054         * src/pixmaps/mime_message.xpm                  ** NEW **
5055                 add a new icon for mime type "message"
5056
5057         * src/privacy.[ch]
5058         * src/procmime.[ch]
5059                 add crypto api
5060
5061         * src/mimeview.c
5062                 o use crypto api
5063                 o add icons for message type mime parts
5064
5065 2003-10-10 [christoph]  0.9.6claws11
5066
5067         * src/mainwindow.c
5068         * src/messageview.[ch]
5069         * src/mimeview.[ch]
5070         * src/procmime.[ch]
5071         * src/procmsg.[ch]
5072         * src/rfc2015.c
5073         * src/summaryview.c
5074         * src/textview.[ch]
5075                 o remove switching between TextView and MimeView in MessageView
5076                   (if required we can hide the icon box and the MimeView will
5077                    look exaxtly like the TextView)
5078                 o temporary remove signature and decrypting GPGME code
5079
5080 2003-10-09 [christoph]  0.9.6claws10
5081
5082         * src/action.c
5083         * src/compose.c
5084         * src/messageview.c
5085         * src/mimeview.c
5086         * src/procmime.[ch]
5087         * src/procmsg.c
5088         * src/rfc2015.c
5089         * src/textview.c
5090         * src/common/utils.[ch]
5091         * src/plugins/clamav/clamav_plugin.c
5092         * src/plugins/dillo_viewer/dillo_viewer.c
5093         * src/plugins/image_viewer/viewer.c
5094         * src/plugins/mathml_viewer/mathml_viewer.c
5095                 new mime parser (several things need fixing)
5096
5097 2003-10-09 [paul]       0.9.6claws9
5098
5099         * src/imap.c
5100                 a little more sync with 0.9.6cvs2 and a tidy up
5101
5102 2003-10-08 [paul]       0.9.6claws8
5103
5104         * sync with 0.9.6cvs2
5105                 see ChangeLog 2003-10-03
5106
5107 2003-10-05 [christoph]  0.9.6claws7
5108
5109         * src/summaryview.c
5110                 don't use flags to check if a message is in a news folder
5111
5112         (closes Bug 282 clicking on folder with copied Messages from News
5113          immediately after having copied them crashes Sylpheed-Claws)
5114
5115 2003-10-05 [christoph]  0.9.6claws6
5116
5117         * src/Makefile.am
5118         * src/progressdialog.[ch]               ** REMOVE **
5119         * src/gtk/Makefile.am
5120         * src/gtk/progressdialog.[ch]           ** NEW **
5121                 move progressdialog to gtk directory
5122
5123 2003-10-04 [christoph]  0.9.6claws5
5124
5125         * src/prefs_toolbar.c
5126         * src/gtk/prefswindow.c
5127                 remove widget_show_all for pages root widget
5128
5129         * src/plugins/spamassassin/spamassassin.[ch]
5130         * src/plugins/spamassassin/spamassassin_gtk.c
5131         * src/plugins/spamassassin/spamassassin_gtk.glade
5132                 add support for new libspamc transports
5133
5134 2003-10-04 [christoph]  0.9.6claws4
5135
5136         * src/plugins/spamassassin/libspamc.[ch]
5137         * src/plugins/spamassassin/spamassassin.c
5138         * src/plugins/spamassassin/utils.[ch]
5139                 update libspamc to version from SpamAssassin 2.60
5140
5141 2003-10-03 [christoph]  0.9.6claws3
5142
5143         * src/send_message.c
5144                 fix missing format string bug found by
5145                 Georgi Guninski <guninski@guninski.com>
5146
5147 2003-10-03 [paul]       0.9.6claws2
5148
5149         * po/zh_CN.po
5150                 update Simpilified Chinese translation, submitted by
5151                 Hansom Young
5152
5153 2003-10-02 [christoph]  0.9.6claws1
5154
5155         * src/imap.c
5156                 add UIDPLUS support for COPY and EXPUNGE
5157
5158 2003-10-02 [paul]       0.9.6claws
5159
5160         * 0.9.6claws released
5161
5162 2003-10-02 [paul]
5163
5164         * po/es.po
5165           po/sk.po
5166                 update Spanish and Slovak translations
5167                 submitted by Ricardo Mones Lastra and Andrej Kacian
5168  
5169 2003-10-02 [paul]       0.9.5claws43
5170
5171         * po/en_GB.po
5172                 update British English translation
5173
5174 2003-10-02 [paul]       0.9.5claws42
5175
5176         * po/hr.po
5177                 update Croatian translation, submitted by Dragan
5178
5179 2003-10-01 [paul]       0.9.5claws41
5180
5181         * po/pl.po
5182           po/sr.po
5183                 update Polish and Serbian translations, submitted by
5184                 Emil and Urke MMI
5185
5186 2003-10-01 [melvin]     0.9.5claws40
5187
5188         * po/fr.po
5189                 Updated French translations
5190
5191 2003-10-01 [melvin]     0.9.5claws39
5192
5193         * src/prefs_fonts.c
5194                 Fixed a Gtk warning
5195
5196         * src/plugins/dillo_prefs.c     
5197                 Quasi unnoticeable UI clean-up.
5198
5199 2003-10-01 [paul]
5200
5201         * tools/README
5202           tools/maildir2sylpheed.pl
5203                 bug fixes, rewrites, submitted by Matthias Förste 
5204                 <itsjustme@users.sourceforge.net>
5205
5206 2003-09-29 [paul]       0.9.5claws38
5207
5208         * src/inc.c
5209                 fix my coding carelessness
5210
5211 2003-09-29 [paul]       0.9.5claws37
5212
5213         * po/POTFILES.in
5214           src/Makefile.am
5215           src/main.c
5216           src/prefs_common.[ch]
5217           src/prefs_fonts.[ch]  ** NEW FILES **
5218                 move Font config options to Other Prefs/Display/Fonts
5219                 (user's current configuration is preserved)
5220
5221 2003-09-29 [paul]       0.9.5claws36
5222
5223         * src/inc.c
5224           src/prefs_account.c
5225                 allow 'local_mbox' value to point to either a directory 
5226                 (/var/mail -  default, new) or a file (/var/mail/username
5227                 - original)
5228
5229 2003-09-28 [paul]       0.9.5claws35
5230
5231         * src/rfc2015.c
5232                 on signature check, where key exists, print the
5233                 Key ID
5234
5235 2003-09-27 [alfons]     0.9.5claws34
5236
5237         * src/action.c
5238                 o make progress bar not fill/expand when resizing dialog
5239                 o use default fixed text font for actions output
5240
5241 2003-09-27 [paul]       0.9.5claws33
5242
5243         * src/prefs_common.[ch]
5244           src/procmsg.c
5245           src/send_message.c
5246                 remove External Program settings from Common Prefs/Send
5247                 as they are now unnecessary due to Local account settings.
5248                 plus a little tidying-up after 0.9.5claws31
5249
5250 2003-09-27 [paul]       0.9.5claws32
5251
5252         * src/prefs_account.c
5253                 o make correction to gui text:
5254                   'Local mailbox file' -> 'Local mailbox directory'
5255                 o give 'local_mbox' option a reasonable default value:
5256                   '/var/mail'
5257                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5258                   value
5259
5260 2003-09-26 [paul]       0.9.5claws31
5261
5262         * src/inc.c
5263           src/prefs_common.[ch]
5264                 remove 'Incorporate from spool' common pref,
5265                 force creation of a 'Local' account
5266
5267 2003-09-26 [christoph]  0.9.5claws30
5268
5269         * src/folder.c
5270         * src/msgcache.c
5271                 add more NULL pointer checks
5272
5273 2003-09-25 [christoph]  0.9.5claws29
5274
5275         * src/folder.c
5276                 o don't fetch source message to get it's message id
5277                 o immediately scan dest folder when copying a message did not
5278                   return a new message number and not do it when the first message
5279                   without a new message number is found
5280
5281 2003-09-23 [christoph]  0.9.5claws28
5282
5283         * src/compose.c
5284                 fix generating of headers
5285
5286         (patch by David Relson <relson@osagesoftware.com>)
5287
5288 2003-09-23 [paul]       0.9.5claws27
5289
5290         * po/zh_CN.po
5291                 update Simplified Chinese translation. submitted by
5292                 Hansom Young
5293
5294 2003-09-23 [paul]       0.9.5claws26
5295
5296         * tools/Makefile.am
5297           tools/README
5298           tools/vcard2xml.py    ** NEW FILE **
5299                 add a script that converts an evolution vcard to
5300                 sylpheed's xml format
5301                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5302
5303 2003-09-22 [paul]       0.9.5claws25
5304
5305         * src/plugins/clamav/clamav_plugin.c
5306                 don't skip MULTIPART parts
5307
5308 2003-09-21 [christoph]  0.9.5claws24
5309
5310         * src/alertpanel.c
5311                 remove unneeded include
5312
5313         * src/folder.c
5314                 clean up copy/move mess with duplicated code
5315
5316         * src/imap.c
5317                 fix problem that sometimes the folder was not scanned
5318                 also it was changed
5319
5320 2003-09-21 [christoph]  0.9.5claws23
5321
5322         * src/Makefile.am
5323         * src/logwindow.[ch]                    ** REMOVE **
5324         * src/mainwindow.c
5325         * src/prefs_common.c
5326         * src/gtk/Makefile.am
5327         * src/gtk/logwindow.[ch]                ** ADD **
5328                 make logwindow prefs_common independent and move
5329                 it to gtk directory
5330
5331 2003-09-20 [christoph]  0.9.5claws22
5332
5333         * src/compose.c
5334                 add extra space for address code conversion
5335                 (4 * unconvered size could be too small for short headers)
5336
5337 2003-09-20 [christoph]  0.9.5claws21
5338
5339         * src/compose.c
5340                 increase temp buffer size when writing headers
5341
5342 2003-09-19 [darko]      0.9.5claws20
5343
5344         * src/compose.c
5345                 don't ignore value of 'Save copy of outgoing messages to
5346                 this folder instead of Sent' in message redirect
5347
5348 2003-09-17 [christoph]  0.9.5claws19
5349
5350         * src/compose.c
5351                 use ", " as address seperator for mail headers and pass whole
5352                 header line at once to compose_convert_header to make sure
5353                 it is correctly folded
5354
5355         (closes Bug 64 Problem when sending to many recipients)
5356
5357 2003-09-17 [hoa]        0.9.5claws18
5358         
5359         * src/matcher.[ch]
5360           src/matcher_parser_parse.y
5361           src/prefs_matcher.c
5362                 changed the keyword used for command execution in condition
5363                 keyword is changed from "execute" to "test"
5364                 so that it is not the same as the one used for action.
5365                 This will fix a bug when using filtering dialog.
5366                 All semantic in the code is also changed to reflect
5367                 the keyword change.
5368
5369 2003-09-17 [paul]
5370         
5371         * sync with 0.9.6 release
5372
5373 2003-09-17 [paul]       0.9.5claws17
5374
5375         * sync with 0.9.5cvs8
5376                 see ChangeLog 2003-09-16 and 2003-09-17
5377
5378 2003-09-16 [paul]       0.9.5claws16
5379
5380         * sync with 0.9.5cvs6
5381                 see ChangeLog 2003-09-16
5382
5383 2003-09-15 [paul]       0.9.5claws15
5384
5385         * sync with 0.9.5cvs5
5386                 see ChangeLog 2003-09-15
5387
5388 2003-09-14 [alfons]     0.9.5claws14
5389
5390         * src/inc.c
5391                 make "Go to inbox after receiving new mail" again;
5392                 regression of a sync, restored to sylpheed main 
5393                 behaviour. (misses still some bits)
5394
5395 2003-09-14 [alfons]     0.9.5claws13
5396
5397         * src/prefs_filtering_action.c
5398                 o add proper message if empty execute command line
5399                 o don't select first action item after registering a
5400                   new action to prevent (what seems to be a GTK) bug
5401                   #36, "filtering will only accept one action change 
5402                   per invocation".
5403
5404 2003-09-14 [alfons]     0.9.5claws12
5405
5406         * src/prefs_filtering.c
5407         * src/prefs_filtering_action.c
5408         * src/prefs_matcher.c
5409                 fix function signature for key_pressed_event signal handlers
5410
5411 2003-09-14 [alfons]     0.9.5claws11
5412
5413         * src/mainwindow.c
5414                 fix regression caused by fix for invalid bug #7
5415                 (should fix #246, "Multiple selections are deselected when 
5416                 moving from search window to main window")
5417                 
5418 2003-09-14 [alfons]     0.9.5claws10
5419         
5420         * src/actions.[ch]
5421         * src/filtering.[ch]
5422         * src/prefs_actions.c
5423                 allow `filtering actions` in actions; only for advanced users
5424                 right now: try for example, "%as{mark color 2}" 
5425         
5426 2003-09-13 [paul]       0.9.5claws9
5427         
5428         * po/pl.po
5429           po/zh_CN.po   ** NEW FILE **
5430                 update Polish translation, submitted by Emil 
5431                 <eminowbl@posejdon.wpk.p.lodz.pl>
5432                 add new Simplified Chinese translation, submitted by
5433                 Hansom Young <hansom_young@yahoo.com>
5434
5435 2003-09-12 [alfons]     0.9.5claws8
5436
5437         * src/summaryview.c
5438                 don't open separate message views when View | Separate message view
5439                 is active 
5440                 (please look carefully for any navigation regressions)
5441
5442 2003-09-11 [alfons]     0.9.5claws7
5443
5444         * src/mainwindow.c
5445                 make default message view, opened by View | Separate message 
5446                 view, look like a claws message view (which includes a menu
5447                 bar and a toolbar)
5448                 (fixes bug #298, "message view loses tool bar") 
5449
5450 2003-09-11 [christoph]  0.9.5claws6
5451
5452         * src/folderview.c
5453                 fix double deleting of newsgroup folders
5454
5455         (closes Bug 305 crash after deleting of a newsgroup)
5456
5457 2003-09-11 [paul]       0.9.5claws5
5458
5459         * src/rfc2015.c
5460           src/common/utils.h
5461                 more sync'ing from 0.9.5cvs2
5462
5463 2003-09-11 [christoph]  0.9.5claws4
5464
5465         * src/compose.c
5466         * src/rfc2015.c
5467         * src/common/utils.h
5468                 fix sync with 0.9.5cvs2
5469
5470 2003-09-11 [paul]       0.9.5claws3
5471
5472         * sync with 0.9.5cvs4
5473                 see ChangeLog 2003-09-11
5474
5475 2003-09-11 [paul]       0.9.5claws2
5476
5477         * sync with 0.9.5cvs2
5478                 see ChangeLog 2003-09-05
5479                 
5480 2003-09-11 [paul]       0.9.5claws1
5481
5482         * sync with 0.9.5cvs3
5483                 see ChangeLog 2003-09-10
5484
5485 2003-09-10 [paul]       0.9.5claws
5486
5487         * 0.9.5claws released
5488
5489 2003-09-10 [paul]       0.9.4claws78
5490
5491         * src/Makefile.am
5492                 add missing files
5493
5494 2003-09-10 [melvin]     0.9.4claws77
5495
5496         * po/fr.po
5497                 Updated French translations
5498
5499 2003-09-10 [paul]       0.9.4claws76
5500
5501         * po/es.po
5502           po/sk.po
5503           po/sr.po
5504                 update Spanish, Slovak, and Serbian translations.
5505                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5506                 and Urke MMI
5507                 
5508         * AUTHORS
5509                 add translation team section
5510
5511 2003-09-09 [christoph]  0.9.4claws75
5512
5513         * src/folder.c
5514                 free item->prefs in folder_item_destroy
5515
5516 2003-09-09 [alfons]     0.9.4claws74
5517
5518         * src/folderview.c
5519                 o proper check for root node sorting
5520                 o remove unnecessary gtk_ctree_remove_node 
5521
5522         (should fix bug #300, "crash while moving folder")      
5523
5524 2003-09-08 [christoph]  0.9.4claws73
5525
5526         * src/folderview.c
5527                 o fix double adding of IMAP FolderItems to GtkCTree
5528                 o fix crash then mbox folder is removed
5529
5530 2003-09-08 [christoph]  0.9.4claws72
5531
5532         * src/folder.c
5533         * src/folderview.c
5534         * src/mainwindow.c
5535                 fix new folder notification
5536
5537         * src/mbox_folder.c
5538                 fix cache path
5539
5540 2003-09-08 [christoph]  0.9.4claws71
5541
5542         * src/compose.c
5543                 replace '\n' and '\r' before removing trailing spaces
5544
5545         * src/folder.[ch]
5546         * src/folderview.c
5547                 add information about new or removed items in folder tree change
5548                 notification and use this in folderview to add and remove only
5549                 the appected items and not refresh the whole tree
5550
5551 2003-09-07 [match]      0.9.4claws70
5552
5553         * src/Makefile.am
5554         * src/addr_compl.c
5555         * src/addressbook.c
5556         * src/addressitem.h
5557         * src/addrindex.c
5558         * src/addritem.c
5559         * src/addritem.h
5560         * src/addrquery.c                       ** NEW **
5561         * src/addrquery.h
5562         * src/ldapquery.c
5563         * src/ldapserver.c
5564         * src/stock_pixmap.c
5565         * src/stock_pixmap.h
5566         * src/pixmaps/address_search.xpm        ** NEW **
5567                 re-introduce Lookup button for LDAP 'static' searches.
5568
5569 2003-09-07 [alfons]     0.9.4claws69
5570         
5571         * src/summaryview.c
5572                 abandon setting usize for messageview because it gives layout problems
5573                 with the quick search bar and the headerview; fixes assorted UI glitches:
5574                 
5575                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5576                 o bug #280, "Window resiizes for line length but does not revert"
5577
5578 2003-09-07 [christoph]  0.9.4claws68
5579
5580         * src/compose.c
5581                 o make sure we don't have any newlines in header values
5582                 o check custom headers for spaces and newlines and ignore
5583                   malformed header names
5584
5585 2003-09-06 [christoph]  0.9.4claws67
5586
5587         * src/folder.c
5588         * src/folderview.c
5589                 invoke notification hook for folder tree changes after append
5590                 and remove folder
5591
5592         (closes Bug 294 Crash while moving folder with many subdirectories)
5593
5594 2003-09-06 [christoph]  0.9.4claws66
5595
5596         * src/folder.c
5597                 destroy folder's MsgCache if FolderItem is removed to make sure
5598                 it is not saved when the FolderItem is destroyed
5599
5600 2003-09-06 [christoph]  0.9.4claws65
5601
5602         * src/plugins/clamav/clamav_plugin.c
5603                 fix copy & paste bug
5604
5605 2003-09-05 [christoph]  0.9.4claws64
5606
5607         * src/folder.c
5608         * src/messageview.[ch]
5609         * src/procmsg.[ch]
5610         * src/summaryview.c
5611                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5612                 by MessageView to clear it when the message is deleted. Should
5613                 work even if messages are deleted in MainWindow or by
5614                 processing.
5615
5616 2003-09-05 [alfons]     0.9.4claws63
5617
5618         * src/messageview.c
5619                 deleting a message in a message view frees its msginfo, make 
5620                 messageview_update_all() aware of that (should fix bug #293,
5621                 "deleting message caused crash")
5622
5623 2003-09-05 [melvin]     0.9.4claws62
5624
5625         * src/action.c
5626                 Improve synchronous action exit code (fixes 
5627                 a ~5 seconds delay after action exit on RedHat 9)
5628
5629 2003-09-04 [christoph]  0.9.4claws61
5630
5631         * src/compose.c
5632         * src/rfc2015.c
5633         * src/common/utils.[ch]
5634                 add util function to create mime boundary and use it
5635                 in compose and gpg code
5636
5637 2003-09-04 [alfons]     0.9.4claws60
5638
5639         * src/folder.c
5640                 source folder item's GNode should already have been freed in 
5641                 a previous call to src->folder->klass->remove_folder()
5642                 (should fix bug #287, "crash when moving folders")
5643
5644 2003-09-03 [thorsten]   0.9.4claws59
5645
5646         * src/plugins/spamassassin/spamassassin_gtk.c
5647                 fix compile error
5648
5649 2003-09-03 [christoph]  0.9.4claws58
5650
5651         * src/plugins/spamassassin/spamassassin.[ch]
5652         * src/plugins/spamassassin/spamassassin_gtk.c
5653                 add timeout config option
5654
5655 2003-09-03 [paul]       0.9.4claws57
5656
5657         * po/sk.po      ** NEW FILE **
5658                 add Slovak translation. Submitted by Andrej Kacian 
5659                 <andrej@kacian.sk>
5660
5661 2003-09-03 [paul]       0.9.4claws56
5662
5663         * src/plugins/clamav/clamav_plugin_gtk.c
5664                 gui tweaks: replace a label with a tooltip, modify the
5665                 text, use gtk_check_button_new(); instead of
5666                 gtk_check_button_new_with_label("");
5667
5668 2003-09-02 [alfons]     0.9.4claws55
5669
5670         * src/gtk/filesel.c
5671                 remember last used dir when attaching multiple files (should fix
5672                 bug #290, "Attach File does not remember directory")
5673
5674 2003-09-01 [paul]       0.9.4claws54
5675
5676         * po/es.po
5677                 updated by Ricardo Mones Lastra
5678
5679 2003-09-01 [alfons]     0.9.4claws53
5680
5681         * src/gtk/gtkaspell.[ch]
5682                 be pedantic and strict and use const gchar * instead of guchar *
5683
5684 2003-09-01 [alfons]     0.9.4claws52
5685
5686         * src/mainwindow.c
5687         * src/summaryviewc.
5688                 re-enable Save As when multiple messages are selected
5689
5690 2003-09-01 [paul]       0.9.4claws51
5691
5692         * src/textview.c
5693                 g_free(trimmed_uri);
5694
5695 2003-09-01 [paul]       0.9.4claws50
5696
5697         * sync with 0.9.4cvs13
5698                 see ChangeLog 2003-09-01
5699
5700 2003-09-01 [paul]       0.9.4claws49
5701
5702         * src/textview.c
5703                 trim uri before sending to the statusbar
5704                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5705                 in the message window causes main S-C window to enlarge 
5706                 past screen edges'
5707
5708 2003-09-01 [paul]       0.9.4claws48
5709
5710         * sync with 0.9.4cvs12
5711                 see ChangeLog 2003-09-01
5712
5713 2003-08-30 [christoph]  0.9.4claws47
5714
5715         * src/compose.c
5716         * src/folder_item_prefs.[ch]
5717         * src/prefs_folder_item.c
5718         * src/gtk/gtkaspell.[ch]
5719                 commit per folder dictionary patch by
5720                 Paul Evans <nerd@freeuk.com>
5721
5722 2003-08-30 [christoph]  0.9.4claws46
5723
5724         * src/plugins/spamassassin/spamassassin_gtk.c
5725         * src/plugins/spamassassin/spamassassin_gtk.glade
5726                 reduce GUI clutter by placing hints into tooltips
5727
5728 2003-08-30 [paul]       0.9.4claws45
5729
5730         * src/compose.c
5731                 add 'Content-Disposition: inline' to a text/plain
5732                 part when using PGP/MIME signing
5733
5734 2003-08-30 [paul]       0.9.4claws44
5735
5736         * src/prefs_common.c
5737           src/prefs_spelling.c
5738           src/prefs_spelling.glade
5739                 reduce GUI clutter by placing hints into tooltips
5740
5741 2003-08-29 [christoph]  0.9.4claws43
5742
5743         * configure.ac
5744                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5745
5746         * src/stock_pixmap.c
5747                 change unecessary warning into a debug message
5748
5749         * src/plugins/clamav/Makefile.am
5750                 Fix error "-I$(CLAMAV_LIBS)"
5751
5752 2003-08-29 [christoph]  0.9.4claws42
5753
5754         * intl/Makefile.in
5755         * src/Makefile.am
5756         * src/matcher.h
5757         * src/common/Makefile.am
5758         * src/common/passcrypt.c
5759                 commit fixes and patches for some of the IRIX problems found by
5760                 Ivan Rayner <ivanr@sgi.com>
5761
5762 2003-08-29 [paul]       0.9.4claws41
5763
5764         * src/prefs_filtering.c
5765                 add 'Top' and 'Bottom' buttons, based on changes in
5766                 src/prefs_filter.c in 0.9.4cvs11.
5767
5768 2003-08-27 [christoph]  0.9.4claws40
5769
5770         * src/folderview.c
5771                 fix bug that the current summary settings were copied to the
5772                 wrong folder item, when the folder item prefs are opened.
5773                 Copying is not required because summary settings and
5774                 folder_item_prefs do not contain the same settings
5775
5776 2003-08-27 [thorsten]   0.9.4claws39
5777
5778         * src/imap.c
5779                 fix compile error
5780
5781 2003-08-26 [paul]       0.9.4claws38
5782
5783         * sync with 0.9.4cvs9
5784                 see ChangeLog 2003-08-26
5785
5786 2003-08-25 [paul]       0.9.4claws37
5787
5788         * sync with 0.9.4cvs8
5789                 see ChangeLog 2003-08-25
5790
5791 2003-08-24 [christoph]  0.9.4claws36
5792
5793         * src/prefs_filtering.c
5794                 shouldn't remove items from a GSList while iterating over the
5795                 list (makes cur invalid and cur->next not accessable)
5796
5797         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5798          crashed)
5799
5800 2003-08-23 [christoph]  0.9.4claws35
5801
5802         * src/news.c
5803                 news folders should be scanned when opened
5804
5805 2003-08-22 [christoph]  0.9.4claws34
5806
5807         * src/prefs_folder_item.c
5808                 use macro to assign strings that always frees the old string
5809
5810         * src/gtk/gtkaspell.[ch]
5811                 add gtkaspell_set_dictionary_menu_active_item() to set active
5812                 item in dictionary option menu
5813
5814         * src/prefs_spelling.c
5815                 use gtkaspell_set_dictionary_menu_active_item() to select
5816                 dictionary
5817
5818 2003-08-21 [christoph]  0.9.4claws33
5819
5820         * src/folder.[ch]
5821         * src/imap.c
5822         * src/mbox_folder.c
5823         * src/mh.c
5824         * src/news.c
5825                 optimize folder system
5826
5827         * src/gtk/gtkstext.c
5828                 fix division by zero when font has 0 width for ' '
5829
5830 2003-08-21 [paul]       0.9.4claws32
5831
5832         * sync with 0.9.4cvs7
5833                 see ChangeLog 2003-08-20
5834
5835 2003-08-19 [paul]       0.9.4claws31
5836
5837         * src/common/defs.h
5838                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5839                 SYLDOC_FAQ_HTML_INDEX.
5840         * src/manual.c
5841                 use LC_MESSAGES instead of LC_ALL to find the current
5842                 language
5843
5844           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5845
5846 2003-08-19 [paul]       0.9.4claws30
5847
5848         * po/bg.po
5849                 updated by George Danchev
5850
5851 2003-08-18 [luke]       0.9.4claws29
5852         * src/mimeview.[ch]
5853         * src/gtk/gtkvscrollbutton.[ch]
5854                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5855                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5856                 o removed horizontal separator between icons
5857
5858 2003-08-17 [christoph]  0.9.4claws28
5859
5860         * src/procmsg.c
5861                 no subject threading when the subject has no reply prefix
5862
5863 2003-08-16 [christoph]  0.9.4claws27
5864
5865         * src/mainwindow.c
5866                 remember and restore window sizes and position when the main
5867                 window is hidden or shown
5868
5869         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5870          minimised/reopened using trayicon)
5871
5872 2003-08-16 [paul]       0.9.4claws26
5873
5874         * src/crash.c
5875                 add #include "defs.h"
5876
5877 2003-08-16 [paul]       0.9.4claws25
5878
5879         * src/plugins/clamav/clamav_plugin.c
5880                 reword a debug_print
5881                 
5882         * src/plugins/dillo_viewer/dillo_prefs.c
5883                 cosmetic: change the labels' text, add tooltips, and
5884                 left-align the hint
5885
5886 2003-08-15 [christoph]  0.9.4claws24
5887
5888         * src/news.c
5889                 complete last change (forgot some changes)
5890
5891 2003-08-15 [christoph]  0.9.4claws23
5892
5893         * src/news.c
5894                 o check number of messages and don't return a 0 message
5895                   when no messages are available
5896                 o don't parse xref header anymore
5897
5898         (closes Bug 203 I'm not getting any news)
5899
5900 2003-08-15 [paul]       0.9.4claws22
5901
5902         * src/common/defs.h
5903           src/crash.c
5904                 update and define claws bugzilla location
5905
5906 2003-08-15 [paul]       0.9.4claws21
5907
5908         * po/ru.po
5909                 update submitted by Ruslan N. Balkin
5910
5911 2003-08-14 [christoph]  0.9.4claws20
5912
5913         * src/procmsg.c
5914                 fix search for oldest node in subject threading
5915
5916 2003-08-14 [christoph]  0.9.4claws19
5917
5918         * src/procmsg.c
5919         * src/common/utils.h
5920                 add possibility to check all nodes with the same subject for
5921                 subject threading, not only the oldest node. Should not break
5922                 threads anymore if the oldest node is thread_by_subject_max_age
5923                 days older then parent, because it can now find a child of
5924                 oldest node as new parent.
5925
5926 2003-08-11 [christoph]  0.9.4claws18
5927
5928         * src/plugins/spamassassin/spamassassin.c
5929                 run spam check in background process
5930
5931 2003-08-10 [alfons]     0.9.4claws17
5932
5933         * src/summaryview.c
5934                 make `Select All' sensitive too
5935
5936 2003-08-10 [christoph]  0.9.4claws16
5937
5938         * src/imap.c
5939                 add more checks in imap_close
5940
5941 2003-08-09 [alfons]     0.9.4claws15
5942
5943         * src/prefs_spelling.c
5944                 no spell checking UI if not requested
5945
5946 2003-08-09 [alfons]     0.9.4claws14
5947
5948         * src/gtk/prefswindow.c
5949                 make it compile
5950
5951 2003-08-09 [christoph]  0.9.4claws13
5952
5953         * src/prefs_spelling.c
5954         * src/gtk/prefswindow.[ch]
5955         * src/plugins/clamav/clamav_plugin_gtk.c
5956         * src/plugins/spamassassin/spamassassin_gtk.c
5957                 sort prefs pages by heighest weight in tree
5958
5959 2003-08-09 [paul]       0.9.4claws12
5960
5961         * sync with 0.9.4cvs6
5962                 see ChangeLog 2003-08-07
5963                 
5964         * AUTHORS
5965                 add Leandro and Luke to claws-branch section
5966
5967 2003-08-09 [christoph]  0.9.4claws11
5968
5969         * src/gtk/Makefile.am
5970         * src/gtk/colorsel.[ch]                 ** NEW **
5971                 create a color selection dialog that can be used as a simple
5972                 function call with it's own gtk main loop like filesel.[ch]
5973
5974         * src/Makefile.am
5975         * src/main.c
5976         * src/prefs_common.c
5977         * src/prefs_spelling.[ch]               ** NEW **
5978         * src/prefs_spelling.glade              ** NEW **
5979         * src/gtk/gtkutils.[ch]
5980                 move "Spell Checker" prefs to new prefs dialog
5981
5982         * src/prefs_folder_item.c
5983                 use new colorsel dialog
5984
5985 2003-08-08 [paul]       0.9.4claws10
5986
5987         * src/inc.c
5988                 clear the progress bar unconditionally
5989
5990 2003-08-08 [paul]       0.9.4claws9
5991
5992         * sync with 0.9.4cvs4
5993                 see ChangeLog 2003-07-31
5994
5995 2003-08-07 [christoph]  0.9.4claws8
5996
5997         * configure.ac
5998                 fix bug in image viewer plugin part
5999
6000         * src/imap.c
6001                 don't execute close command if the folder item is not selected
6002
6003 2003-08-07 [hoa]        0.9.4claws7
6004
6005         * src/filtering.[ch]
6006         * src/matcher_parser.h
6007         * src/matcher_parser_parse.y
6008                 can define several actions for each filtering rule
6009                 can import old versions of filtering rules
6010
6011         * src/prefs_filtering.c
6012                 call to a new dialog box to define actions
6013
6014         * src/prefs_filtering_action.[ch]
6015                 dialog box to define actions for filtering rules
6016
6017 2003-08-06 [christoph]  0.9.4claws6
6018
6019         * src/imap.c
6020                 make sure source folder is selected when copying messages
6021
6022 2003-08-06 [christoph]  0.9.4claws5
6023
6024         * sync with 0.9.4cvs2
6025                 see ChangeLog 2003-07-29                
6026
6027 2003-08-05 [paul]       0.9.4claws4
6028
6029         * sync with 0.9.4cvs3
6030                 see ChangeLog 2003-07-30
6031
6032 2003-08-04 [match]      0.9.4claws3
6033
6034         * po/POTFILES.in
6035                 export of LDIF files.
6036
6037 2003-08-04 [match]      0.9.4claws2
6038
6039         * src/ldif.[ch]
6040                 support for export LDIF. documented.
6041         * src/importldif.[ch]
6042         * src/exportldif.[ch]
6043                 add tooltips. documented.
6044         * src/exphtmldlg.[ch]
6045         * src/common/xmlprops.[ch]
6046                 documented.
6047         * src/exportldif.[ch]                   ** NEW **
6048         * src/expldifdlg.[ch]                   ** NEW **
6049         * src/addressbook.[ch]
6050         * src/Makefile.am
6051                 export of LDIF files.
6052                 documented.
6053
6054 2003-08-04 [christoph]  0.9.4claws1
6055
6056         * .cvsignore
6057         * Makefile.am
6058         * configure.ac
6059         * sylpheed-claws.pc.in                  ** NEW **
6060         * src/Makefile.am
6061         * src/common/Makefile.am
6062         * src/gtk/Makefile.am
6063                 install sylpheed header files in $(pkgincludedir) and create a
6064                 pkg-config file to allow building a plugin without the source
6065                 package
6066
6067 2003-08-04 [paul]       0.9.4claws
6068
6069         * version 0.9.4claws
6070
6071 2003-08-04 [paul]       0.9.3claws97
6072
6073         * po/es.po
6074                 update Spanish translation. Submitted by Ricardo
6075                 Mones Lastra.
6076
6077 2003-08-03 [paul]       0.9.3claws96
6078
6079         * po/hr.po
6080           po/sr.po
6081                 update Croatian and Serbian translations. Submitted by
6082                 Dragan and Urke MMI respectively
6083
6084 2003-08-03 [alfons]     0.9.3claws95
6085
6086         * src/summaryview.c
6087                 mark flag has precedence over important flag - seems
6088                 to have been changed in sync of 0.9.3claws45. this fixes
6089                 a regression where messages that were scored as important
6090                 don't show their mark flags. (using the same column for
6091                 both importance as mark flags is the real problem
6092                 ofcourse)
6093
6094 2003-08-03 [melvin]     0.9.3claws94
6095
6096         * po/fr.po
6097                 Updated French translations.
6098
6099 2003-08-03 [melvin]     0.9.3claws93
6100
6101         * src/Makefile.am
6102                 Fixed typo introduced after 0.9.3claws92 
6103                 that prevented compilation
6104                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6105                 CPPFLAGS and YFLAGS to allow user setting these.
6106         * src/common/Makefile.am
6107         * src/gtk/Makefile.am
6108         * src/plugins/clamav/Makefile.am
6109         * src/plugins/demo/Makefile.am
6110         * src/plugins/dillo_viewer/Makefile.am
6111         * src/plugins/image_viewer/Makefile.am
6112         * src/plugins/mathml_viewer/Makefile.am
6113         * src/plugins/spamassassin/Makefile.am
6114         * src/plugins/trayicon/Makefile.am
6115         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6116                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6117                 CPPFLAGS and YFLAGS to allow user setting these.
6118
6119 2003-08-02 [christoph]  0.9.3claws92
6120
6121         * configure.ac
6122                 o rearrange plugin tests
6123                 o add test for clamav.h to ClamAV tests
6124
6125 2003-08-02 [luke]       0.9.3claws91
6126
6127         * src/mimeview.c
6128                 o fixed appearance of icon list when toggling back from the 
6129                   ctree
6130                 o toggling of icons using the keyboard works correctly
6131                 o fixed all other keyboard shortcuts to work when icons are
6132                   active
6133         
6134         * src/messageview.c
6135                 o fixed bug 4 - focus lost when changing messageview view type
6136
6137 2003-08-02 [christoph]  0.9.3claws90
6138
6139         * src/common/hooks.c
6140                 fix crash when pointer stored in hash table could get invalid
6141                 when a plugin is unloaded
6142
6143 2003-08-01 [christoph]  0.9.3claws89
6144
6145         * configure.ac
6146                 o try to build all plugins (except spamassassin) by default
6147                 o don't build a plugin if a dependency check fails
6148
6149         * src/common/hooks.c
6150                 fix warning
6151
6152 2003-08-01 [match]      0.9.3claws88
6153
6154         * src/importldif.c
6155                 allow single click field selection. document code.
6156
6157 2003-08-01 [christoph]  0.9.3claws87
6158
6159         * src/plugins/clamav/clamav_plugin.c
6160         * src/plugins/clamav/clamav_plugin_gtk.c
6161         * src/plugins/dillo_viewer/dillo_viewer.c
6162         * src/plugins/image_viewer/plugin.c
6163         * src/plugins/mathml_viewer/mathml_viewer.c
6164         * src/plugins/spamassassin/spamassassin.c
6165         * src/plugins/spamassassin/spamassassin_gtk.c
6166         * src/plugins/trayicon/trayicon.c
6167                 add version check to all plugins
6168
6169 2003-08-01 [hoa]        0.9.3claws86
6170
6171         * src/prefs_filtering.c
6172                 fixed a cosmetic bug, during creation of dialog box,
6173                 wrong widgets were shown after creation.
6174
6175 2003-08-01 [luke]       0.9.3claws85
6176
6177         * src/mainwindow.c
6178                 o fixed visibility of icons/mimeview after toggling separate
6179                   message/folder view (factored out some similar code too).
6180
6181
6182 2003-07-31 [alfons]     0.9.3claws84
6183
6184         * src/mimeview.c
6185                 tweak icon box UI a bit more, now allowing right-clicks actions
6186                 getting the relevant mime data too; should fix #250, "Can't save 
6187                 attachments sometimes".
6188
6189 2003-07-30 [alfons]     0.9.3claws83
6190
6191         * src/compose.c
6192                 don't do auto-save-draft inside key press handler, but rather
6193                 schedule it half of a second later; should fix #67, "autosave 
6194                 make re-rediting message crazy"
6195
6196 2003-07-30 [christoph]  0.9.3claws82
6197
6198         * src/plugins/trayicon/trayicon.c
6199                 process pending events before unloading the plugin
6200
6201         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6202
6203 2003-07-30 [alfons]     0.9.3claws81
6204
6205         * src/common/hooks.c
6206                 parameter 2 of g_hook_destroy() should really be a hook id
6207
6208 2003-07-30 [alfons]     0.9.3claws80
6209
6210         * src/common/plugin.c
6211                 fix a possibly harmful function signature mismatch 
6212                 for plugin_done
6213
6214 2003-07-30 [alfons]     0.9.3claws79
6215
6216         * src/common/hooks[.ch]
6217                 const correctness
6218
6219 2003-07-30 [darko]      0.9.3claws78
6220
6221         * src/summaryview.c
6222                 make it compile again
6223
6224 2003-07-30 [luke]       0.9.3claws77
6225
6226         * src/crash.c
6227         * src/main.c
6228                 o added/moved signal handlers for SIGTERM (normal kill command) 
6229                   and SIGINT (ctl-c) to be used even without 
6230                   --enable-crash-dialog, fixing bug 166
6231
6232         * src/summaryview.c
6233                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6234                   bug 227
6235
6236         * src/mainwindow.c
6237                 o changed sensitivity condition for 'Next new' and 'Next 
6238                   unread', fixing bug 8
6239
6240 2003-07-29 [alfons]     0.9.3claws76
6241
6242         * src/common/utils.[ch]
6243                 add generate_msgid()
6244         * src/messageview.c
6245                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6246                 sent folder".
6247
6248 2003-07-29 [alfons]     0.9.3claws75
6249
6250         * src/messageview.c
6251                 fix a memleak (claws-only)
6252
6253 2003-07-29 [alfons]     0.9.3claws74
6254
6255         * src/mimeview.[ch]
6256         * src/gtk/gtkvscrollbutton.[ch]
6257                 fix UI glitch where mime icon toolbox' scroll position is not 
6258                 reset after switching to another message
6259                 
6260
6261 2003-07-29 [paul]       0.9.3claws73
6262
6263         * src/prefs_folder_item.c
6264                 split the prefs into 2 separate pages
6265
6266 2003-07-29 [paul]       0.9.3claws72
6267
6268         * src/compose.c
6269                 prepend "\n\n" to a signature without a separator too
6270
6271 2003-07-29 [paul]       0.9.3claws71
6272
6273         * src/compose.c
6274                 fix bug where changing to an account without an auto-sig
6275                 from an initial account without an auto-sig would insert 
6276                 2 blank lines at the cursor point
6277                 fix bug where changing to an account with an auto-sig
6278                 from an initial account without an auto-sig would insert
6279                 the sig at the cursor point
6280
6281 2003-07-29 [paul]       0.9.3claws70
6282
6283         * src/folderview.c
6284                 use the colour from the folder pref unless the folder
6285                 has new messages
6286
6287 2003-07-29 [alfons]     0.9.3claws69
6288
6289         * src/procmsg.[ch]
6290         * src/messageview.c
6291         * src/procheader.c
6292                 rewrite return receipt request work a little bit (the former 
6293                 implementation presumably depended too much on the UI setting
6294                 flags). (we're losing the old pending flag.) 
6295
6296 2003-07-28 [christoph]  0.9.3claws68
6297
6298         * src/folder.c
6299         * src/imap.c
6300         * src/mh.c
6301         * src/procmsg.[ch]
6302                 fix copy to IMAP folder from other folder
6303
6304 2003-07-28 [christoph]  0.9.3claws67
6305
6306         * src/procmsg.c
6307                 fix sync of procmsg_get_message_file_list
6308
6309 2003-07-28 [christoph]  0.9.3claws66
6310
6311         * sync with 0.9.3cvs14
6312                 see ChangeLog 2003-07-18
6313         * sync with 0.9.3cvs17
6314                 see ChangeLog 2003-07-23
6315
6316         (closes Bug 234 segmentation fault after sending out mail via
6317          smtp(auth))
6318
6319 2003-07-28 [paul]       0.9.3claws65
6320
6321         * po/es.po
6322                 update Spanish translation, submitted by Ricardo Mones
6323                 Lastra
6324
6325 2003-07-28 [christoph]  0.9.3claws64
6326
6327         * src/folder.[ch]
6328         * src/imap.c
6329         * src/mh.c
6330                 return new message numbers as a GRelation instead of a GSList
6331                 that has to be in the same order as the input list. A list
6332                 would make it hard for IMAP to optimize oepration by sorting
6333                 the input list. The returned list would have to be reordered
6334                 to match the same order that input list has.
6335
6336         * src/gtk/gtkaspell.c
6337                 fix missing return value, could cause a crash when garbage is
6338                 on the stack that is used as the expected return value
6339
6340 2003-07-28 [paul]       0.9.3claws63
6341
6342         * sync with 0.9.4cvs1
6343                 see ChangeLog 2003-07-28
6344
6345 2003-07-27 [alfons]     0.9.3claws62
6346
6347         * src/mimeview.c
6348                 tweak it more to make icon list act like a check button group
6349
6350 2003-07-27 [christoph]  0.9.3claws61
6351
6352         * sync with 0.9.3cvs20
6353                 see ChangeLog 2003-07-25
6354
6355 2003-07-27 [paul]       0.9.3claws60
6356
6357         * src/procmsg.c
6358                 re-commit changes from 0.9.3claws58 -
6359                 accidently removed in 0.9.3claws59
6360
6361 2003-07-27 [paul]       0.9.3claws59
6362
6363         * src/procmsg.[ch]
6364                 a sync from 0.9.3cvs17
6365                 see ChangeLog 2003-07-23
6366
6367 2003-07-27 [alfons]     0.9.3claws58
6368
6369         * src/procmsg.c
6370                 add missing header members to MsgInfo; fixes the problem of 
6371                 not displaying X-Faces, as noticed by Ricardo Mones
6372
6373 2003-07-26 [christoph]  0.9.3claws57
6374
6375         * sync with 0.9.3cvs18
6376                 see ChangeLog 2003-07-24
6377
6378 2003-07-26 [christoph]  0.9.3claws56
6379
6380         * sync with 0.9.3cvs17
6381                 see ChangeLog 2003-07-23
6382
6383 2003-07-26 [christoph]  0.9.3claws55
6384
6385         * src/folder.[ch]
6386         * src/imap.c
6387         * src/mbox_folder.c
6388         * src/mh.c
6389         * src/news.c
6390                 add support for copy function that copy multiple messages
6391                 (not implemented yet)
6392
6393         * src/summaryview.c
6394                 add missing return value
6395
6396 2003-07-26 [paul]       0.9.3claws54
6397
6398         * tools/multiwebsearch.pl
6399                 do whitespace substitution before passing the string
6400                 to the browser. fixes bug with browsers that don't
6401                 do whitespace conversion themselves.
6402
6403 2003-07-25 [christoph]  0.9.3claws53
6404
6405         * src/folder.[ch]
6406         * src/imap.c
6407         * src/mh.c
6408                 rewrite adding of multiple messages to a folder for
6409                 claws' folder system
6410
6411 2003-07-25 [luke]       0.9.3claws52
6412
6413         * src/mimeview.c
6414                 o icon toggles set correctly on leaving ctree mimeview
6415
6416 2003-07-25 [paul]       0.9.3claws51
6417
6418         * partial sync with 0.9.3cvs21 [src/main.c]
6419                 see ChangeLog 2003-07-25
6420
6421 2003-07-24 [paul]       0.9.3claws50
6422
6423         * tools/maildir2sylpheed.pl
6424                 fix typo
6425
6426 2003-07-24 [paul]       0.9.3claws49
6427
6428         * src/mimeview.c
6429                 increase the gutter size of paned so that the panes
6430                 can be resized
6431                 
6432         * src/plugins/demo/demo.c
6433                 squeeze in another typo fix
6434
6435 2003-07-24 [paul]       0.9.3claws48
6436
6437         * src/plugins/demo/demo.c
6438           src/prefs_account.c
6439                 small changes to the English
6440                 
6441         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6442           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6443           src/Makefile.am
6444           src/stock_pixmap.c
6445                 rename the misspelled icon
6446
6447 2003-07-23 [alfons]     0.9.3claws47
6448
6449         * src/mimeview.c
6450                 make icon list look like a list of toggles
6451
6452 2003-07-23 [luke]       0.9.3claws46
6453
6454         * src/pixmaps/mimeview_gpg_expired.xpm
6455         * src/pixmaps/mimeview_gpg_failed.xpm
6456         * src/pixmaps/mimeview_gpg_passed.xpm
6457         * src/pixmaps/mimeview_text_html.xpm
6458         * src/pixmaps/mimeview_image.xpm
6459                 o all icons the same size
6460
6461         * src/mimeview.[ch]
6462                 o mimeview ctree arranged vertically above the viewer
6463                 o icons changed to buttons
6464                 o can use keyboard to select an icon (Enter)
6465                 o resize icon list to width of icons
6466
6467         *  src/gtk/gtkvscrollbutton.c
6468                 o sensitivity of buttons reacts to position
6469
6470 2003-07-23 [christoph]  0.9.3claws45
6471
6472         * sync with 0.9.3cvs14 (incomplete)
6473                 see ChangeLog 2003-07-17
6474
6475 2003-07-23 [alfons]     0.9.3claws44
6476
6477         * src/folder.c
6478         * src/procmsg.h
6479                 sync with my local tree to restore some claws-only things
6480
6481 2003-07-23 [paul]       0.9.3claws43
6482
6483         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6484           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6485           src/Makefile.am
6486           src/mimeview.c
6487           src/procmime.h
6488           src/rfc2015.c
6489           src/stock_pixmap.[ch]
6490                 indicate missing keys and expired sigs/keys
6491                 in mime view column
6492
6493 2003-07-23 [paul]       0.9.3claws42
6494
6495         * src/compose.c
6496                 Redirect fixes: enable automatic account selection and
6497                 do not append signature to message on changing account
6498                 fixes Bug[s] #248
6499
6500 2003-07-23 [paul]       0.9.3claws41
6501
6502         * sync with 0.9.3cvs16
6503                 see ChangeLog 2003-07-23
6504
6505 2003-07-23 [alfons]     0.9.3claws40
6506
6507         * src/inc.c
6508                 give progress dialog a main window, and give it the first 
6509                 one (presumably the only one). fixes bug #247, "segfault on 
6510                 pop-before-smtp" 
6511
6512 2003-07-22 [alfons]     0.9.3claws39
6513
6514         * src/summaryview.c
6515                 shift-space scrolls up
6516
6517 2003-07-22 [paul]       0.9.3claws38
6518
6519         * sync with 0.9.3cvs15
6520                 see ChangeLog 2003-07-22
6521
6522 2003-07-20 [alfons]     0.9.3claws37
6523
6524         * src/compose.c
6525                 put menu inside #ifdef USE_ASPELL..#endif
6526
6527 2003-07-20 [christoph]  0.9.3claws36
6528
6529         * src/procmsg.c
6530                 fix wrong flags in MsgInfo returned by
6531                 procmsg_msginfo_get_full_info()
6532
6533         (closes Bug 221 Deleting messages from the Message View gives incorrect
6534          new/unread message counts in the folder view)
6535
6536         * src/plugins/spamassassin/spamassassin_gtk.c
6537                 add gettext macro for prefs page title
6538
6539 2003-07-20 [paul]       0.9.3claws35
6540
6541         * src/mimeview.c
6542                 redraw icon list on signature check
6543
6544 2003-07-20 [christoph]  0.9.3claws34
6545
6546         * src/Makefile.am
6547         * src/account.c
6548         * src/folder.[ch]
6549         * src/folder_item_prefs.[ch]            ** NEW **
6550         * src/folderview.c
6551         * src/mainwindow.c
6552         * src/mh.c
6553         * src/prefs_gtk.c
6554         * src/prefs_scoring.c
6555         * src/summaryview.c
6556         * src/prefs_folder_item.[ch]
6557                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6558                   Properties dialog
6559                 o use prefswindow for folder properties
6560
6561         * src/gtk/prefswindow.[ch]
6562                 change implementation to use an invisible notebook instead
6563                 of unparenting widgets
6564
6565 2003-07-20 [christoph]  0.9.3claws33
6566
6567         * src/compose.h
6568         * src/folder.c
6569         * src/folderview.h
6570         * src/headerview.h
6571         * src/prefs_filtering.h
6572         * src/prefs_folder_item.[ch]
6573         * src/procmime.h
6574         * src/procmsg.h
6575         * src/summaryview.h
6576                 clean up header mess
6577                 (always use 1. typedefs, 2. #includes, 3. structures)
6578
6579         * src/common/version.h.in
6580                 add casts for constants
6581
6582         * src/plugins/demo/demo.c
6583                 fix typo
6584
6585         * src/plugins/spamassassin/spamassassin.c
6586                 remove unused variable
6587
6588 2003-07-20 [alfons]     0.9.3claws32
6589
6590         * src/mimeview.c
6591                 o make icon buttons respond on left click
6592                 o minor cosmetic change
6593
6594 2003-07-19 [luke]       0.9.3claws31
6595
6596         * src/mimeview.[ch]
6597         * src/gtk/gtkvscrollbutton.c
6598         * src/messageview.c
6599                 o improved mimeview behaviour when selecting a new message
6600                 o plus code cleanups to remove compile warnings
6601
6602
6603 2003-07-19 [alfons]     0.9.3claws30
6604
6605         * src/procmsg.c
6606         * src/compose.c
6607         * src/common/utils.[ch]
6608                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6609
6610 2003-07-19 [alfons]     0.9.3claws29
6611
6612         * src/prefs_folder_item.c
6613                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6614                 string pointers
6615
6616 2003-07-19 [luke]       0.9.3claws28
6617
6618         * src/messageview.c
6619         * src/mimeview.[ch]
6620         * src/procmime.h
6621         * src/rfc2015.c
6622         * src/stock_pixmap.[ch]
6623         * src/gtk/Makefile.am
6624         * src/Makefile.am
6625         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6626         * src/pixmaps/mime_*.xpm                ** NEW **
6627                 o mimeview rearrangement with a new icon shortcut bar
6628
6629 2003-07-19 [alfons]     0.9.3claws27
6630
6631         * src/folderview.c
6632                 o plug leaking nodes_to_recollapse
6633                 o add folderview_recollapse_all_nodes() (not used yet)
6634
6635 2003-07-19 [alfons]     0.9.3claws26
6636
6637         * src/compose.c
6638         * src/common/utils.c
6639                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6640                 for both forwarding as replying
6641
6642 2003-07-18 [christoph]  0.9.3claws25
6643
6644         * configure.ac
6645         * src/common/sylpheed.[ch]
6646         * src/common/version.h.in
6647                 add version in numeric form to allow easy comparison
6648
6649         * src/plugins/demo/demo.c
6650                 add version check
6651                 - sylpheed version > plugin version => never allowed, sylpheed
6652                   could contain unknown API changes
6653                 - sylpheed version < minimum version required => don't load,
6654                   API required not available (if linking does not fail)
6655
6656 2003-07-18 [alfons]     0.9.3claws24
6657         
6658         * src/common/plugin.[ch]
6659                 const correctness
6660
6661 2003-07-18 [christoph]  0.9.3claws23
6662
6663         * src/common/hooks.c
6664                 fix crash when hooks where unregisted
6665
6666         * src/plugins/trayicon/trayicon.c
6667                 unregister detroy signal before destroying the widget
6668                 (still crashes when the plugin is unloaded)
6669
6670 2003-07-18 [alfons]     0.9.3claws22
6671         
6672         * src/folderview.c
6673                 delay expanding folder tree during drags until timeout triggered
6674                 (needs perhaps some tweaking, so testing is welcome)
6675
6676 2003-07-17 [alfons]     0.9.3claws21
6677
6678         * src/folderview.c
6679                 clean up cruft
6680
6681 2003-07-17 [christoph]  0.9.3claws20
6682
6683         * src/common/session.c
6684                 fix opening of SSL connections
6685
6686         * src/plugins/image_viewer/Makefile.am
6687                 add OPENSSL_CFLAGS (we should find a better solution to remove
6688                 this dependencies if they are not required)
6689
6690         * src/plugins/spamassassin/spamassassin.c
6691                 remove setlocale workaround (fixed in libspamc)
6692
6693         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6694          if spell checking enabled)
6695
6696 2003-07-17 [alfons]     0.9.3claws19
6697
6698         * src/common/hooks.[ch]
6699         * src/plugins/clamav/clamav_plugin.c
6700         * src/plugins/spamassassin/spamassassin.c
6701         * src/plugins/trayicon/trayicon.c
6702                 fix signedness muck 
6703
6704 2003-07-17 [alfons]     0.9.3claws18
6705
6706         * src/procmime.c
6707                 plug memleak
6708
6709 2003-07-17 [alfons]     0.9.3claws17
6710
6711         * src/inc.c
6712                 plug memleak
6713
6714 2003-07-17 [paul]       0.9.3claws16
6715
6716         * src/common/defs.h
6717           src/mainwindow.c
6718           src/manual.[ch]
6719                 add link to the Claws site's FAQ page, after the suggestion
6720                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6721                 Move url strings to defs.h
6722                 
6723         * src/mainwindow.c
6724                 fix typo to prevent "unknown menu entry" warnings
6725
6726 2003-07-17 [alfons]     0.9.3claws15
6727
6728         * src/folderview.[ch]
6729         * src/summaryview.[ch]
6730         * src/mimeview.[ch]
6731                 plug DnD leaks 
6732
6733 2003-07-17 [paul]       0.9.3claws14
6734
6735         * src/inc.c
6736                 remove two instances of 'GTK_EVENTS_FLUSH' because
6737                 they are unnecessary and probably cause a stack overflow
6738
6739 2003-07-16 [christoph]  0.9.3claws13
6740
6741         * src/mimeview.[ch]
6742                 use an invisible GTK notebook to switch between viewers
6743                 instead of reparenting widgets
6744
6745 2003-07-16 [christoph]  0.9.3claws12
6746
6747         * src/folder.c
6748                 move folder_item_update_freeze() to correct place in
6749                 folder_item_scan_full()
6750
6751 2003-07-16 [paul]       0.9.3claws11
6752
6753         * sync with 0.9.3cvs12
6754                 see ChangeLog 2003-07-14 and 2003-07-15
6755
6756 2003-07-16 [christoph]  0.9.3claws10
6757
6758         * src/imap.[ch]
6759         * src/prefs_account.[ch]
6760                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6761
6762 2003-07-15 [alfons]     0.9.3claws9
6763
6764         * src/main.c
6765                 make --config-dir do something useful
6766
6767 2003-07-15 [alfons]     0.9.3claws8
6768
6769         * src/procmsg.c
6770                 o fix a bug where 'last' didn't really point to the last message
6771                   in the top level list of children, but to the last threaded
6772                   message. 
6773                 
6774                 o clean up and make it easier to sync
6775
6776 2003-07-15 [alfons]     0.9.3claws7
6777
6778         * src/mainwindow.c
6779                 make correct menu items sensitive       
6780
6781 2003-07-14 [alfons]     0.9.3claws6
6782
6783         * src/procmsg.c
6784                 tune the threader so it will not subject-thread any message
6785                 without a subject prefix (this will not thread correctly if 
6786                 a parent is delivered after their childs, but it looks 
6787                 better right now)
6788
6789 2003-07-13 [christoph]  0.9.3claws5
6790
6791         * src/mainwindow.c
6792                 group "Add mailbox *..." menu items in submenu
6793
6794 2003-07-13 [alfons]     0.9.3claws4
6795
6796         * src/summaryview.c
6797                 correct summary_toggle_pressed() signature and make sure
6798                 signal is not passed on
6799
6800 2003-07-13 [alfons]     0.9.3claws3
6801
6802         * src/summaryview.c
6803                 o for now don't pass on keys when they we're handled by 
6804                   ctree::key_press_event
6805                 o clean up
6806
6807 2003-07-13 [alfons]     0.9.3claws2
6808         
6809         * src/main.c
6810                 add command line option "--config-dir" to get the current 
6811                 configuration dir
6812
6813 2003-07-12 [alfons]     0.9.3claws1
6814
6815         * src/matcher.[ch]
6816         * src/matcher_parser_parse.y
6817         * src/prefs_filtering.c
6818         * src/filtering.c
6819                 add "Lock" filter action to lock messages;
6820
6821         * src/filtering.c       
6822                 remove debug_print()    
6823         * src/prefs_filtering.c
6824                 re-organize matcher part 9: 
6825                 make action text entries easily extendible;
6826                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6827                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6828
6829 2003-07-12 [paul]
6830
6831         * tools/README
6832                 update old information and add missing
6833                 information
6834
6835 2003-07-12 [paul]       0.9.3claws
6836
6837         * 0.9.3claws released
6838         
6839 2003-07-12 [paul]       0.9.0claws103
6840
6841         * src/Makefile.am
6842                 add addrquery.h
6843
6844 2003-07-12 [melvin]     0.9.0claws102
6845
6846         * src/messageview.c
6847                 Fixed bug #215: Show MIME tab for single text/html messages. 
6848                 
6849 2003-07-12 [paul]       0.9.0claws101
6850
6851         * man/sylpheed.1
6852                 updated
6853
6854 2003-07-12 [paul]       0.9.0claws100
6855
6856         * po/es.po
6857           po/hr.po
6858           po/pl.po
6859           po/sr.po
6860                 update Spanish, Croatian, Polish, Serbian translations.
6861                 submitted by Ricardo Mones Lastra, Dragan, Witold
6862                 Wladyslaw Wojciech Wilk, Urke MMI
6863
6864 2003-07-12 [melvin]     0.9.0claws99
6865
6866         * po/fr.po
6867                 Updated French translations.
6868
6869 2003-07-12 [paul]       0.9.0claws98
6870
6871         * src/addressbook.c
6872                 disable 'Lookup' button as it has no effect
6873
6874 2003-07-11 [alfons]     0.9.0claws97
6875         
6876         * src/summaryview.c
6877                 summary_searchbar_pressed() should return TRUE to signal that
6878                 event was handled. when returning void, the return value passed
6879                 to GTK is actually random, but maybe FALSE, in which case the
6880                 event is handled by parent
6881                 
6882 2003-07-10 [paul]       0.9.0claws96
6883
6884         * ac/missing/gettext.m4
6885                 update to version 0.12
6886
6887 2003-07-10 [paul]       0.9.0claws95
6888
6889         * src/plugins/clamav/clamav_plugin.c
6890                 fix bug where multipart/alternative messages
6891                 would slip through without being scanned
6892
6893 2003-07-10 [christoph]  0.9.0claws94
6894
6895         * src/folder.c
6896                 correct check if folder supports removing when a message is
6897                 moved. if not the message is only copied.
6898
6899         (closes Bug 132 crash on startup in newsgroups folders)
6900
6901 2003-07-09 [alfons]     0.9.0claws93
6902
6903         * configure.ac
6904         * src/common/defs.h
6905                 --with-config-dir (default .sylpheed)
6906
6907 2003-07-09 [christoph]  0.9.0claws92
6908
6909         * configure.ac
6910                 use PKG_CHECK_MODULES to check for gtkmathview
6911                 (version 0.4.2 now required)
6912
6913 2003-07-08 [melvin]     0.9.0claws91
6914
6915         * src/action.c
6916                 Implemented a progress bar that counts the number of completed
6917                 tasks when the action runs more than one command.
6918
6919 2003-07-08 [alfons]     0.9.0claws90
6920
6921         * src/procmsg.c
6922                 if queued message has an invalid Message-Id, don't try to
6923                 find message it refers to (fixes #209 "crash when processing 
6924                 in folder")
6925
6926 2003-07-08 [paul]       0.9.0claws89
6927
6928         * sync with 0.9.3cvs2
6929                 see ChangeLog 2003-07-08
6930
6931 2003-07-08 [match]      0.9.0claws88
6932
6933         * src/ldapctrl.c
6934                 extend LDAP search for first/last name by parsing search term.
6935
6936 2003-07-08 [alfons]     0.9.0claws87
6937
6938         * src/send_message.c
6939                 fix bug #208 "Status message stuck when sending on POP3 account"
6940
6941 2003-07-07 [paul]       0.9.0claws86
6942
6943         * po/hr.po
6944                 new Croatian translation, submitted by
6945                 Dragan <drleskov@inet.hr>
6946
6947 2003-07-07 [paul]       0.9.0claws85
6948
6949         * sync with 0.9.3cvs1
6950                 see ChangeLog 2003-07-07
6951
6952 2003-07-05 [christoph]  0.9.0claws84
6953
6954         * src/Makefile.am
6955         * src/messageview.c
6956         * src/mimeview.[ch]
6957         * src/stock_pixmap.[ch]
6958         * src/pixmaps/messageview_text.xpm              ** NEW **
6959                 move mimeview tabs to the right side and use icons
6960                 instead of text to save some space
6961
6962         (patch by Luke Plant <lukeplant@softhome.net>)
6963
6964 2003-07-05 [christoph]  0.9.0claws83
6965
6966         * src/inc.c
6967                 add NULL pointer checks
6968
6969         (patch by Luke Plant <lukeplant@softhome.net>)
6970         (closes Bug 204 0.9.0 quits on authentication error?!)
6971
6972 2003-07-05 [alfons]     0.9.0claws82
6973
6974         * configure.ac
6975                 take the clue in bug #202 "./configure script - 
6976                 'if test' comparison failure" reported by John Kristoff. 
6977
6978 2003-07-04 [christoph]  0.9.0claws81
6979
6980         * src/plugins/spamassassin/spamassassin.c
6981                 set timeout for spam check
6982
6983 2003-07-04 [christoph]  0.9.0claws80
6984
6985         * src/main.c
6986                 destroy all FolderItems when shutting down to
6987                 allow folders to clean up
6988
6989 2003-07-04 [melvin]     0.9.0claws79
6990
6991         * src/gtk/gtkaspell.c
6992                 Fixed bug #184 "Entering non-ascii character deletes
6993                 previous char if spell checking enabled": this makes
6994                 the spell checking in multibytes (e.g. UTF-8)locales work.
6995                 (Patch by Luke Plant).
6996                 
6997 2003-07-04 [christoph]  0.9.0claws78
6998
6999         * sync with 0.9.2cvs1
7000                 see ChangeLog 2003-06-10
7001
7002 2003-07-04 [paul]       0.9.0claws77
7003
7004         * sync with 0.9.3 release
7005                 see ChangeLog 2003-07-04
7006
7007 2003-07-03 [christoph]  0.9.0claws76
7008
7009         * src/folder.[ch]
7010         * src/imap.c
7011         * src/mbox_folder.c
7012         * src/mh.c
7013         * src/news.c
7014                 move folder_item_get_path() stuff into a folder virtual function
7015
7016         * src/procmsg.c
7017                 use folder_item_fetch_msg() to get message and do not contruct
7018                 the filename from path and number
7019
7020 2003-07-03 [paul]       0.9.0claws75
7021
7022         * sync with 0.9.2cvs12
7023                 see ChangeLog 2003-07-03
7024
7025 2003-07-02 [paul]       0.9.0claws74
7026
7027         * src/messageview.c
7028                 fix text-selection for replying
7029
7030 2003-07-02 [paul]       0.9.0claws73
7031
7032         * sync with 0.9.2cvs11
7033                 see ChangeLog 2003-07-02
7034
7035 2003-07-02 [paul]       0.9.0claws72
7036
7037         * src/procmsg.c
7038                 revert last commit because it breaks more
7039                 than it fixes
7040
7041 2003-07-02 [paul]       0.9.0claws71
7042
7043         * src/procmsg.c
7044                 fix thread by subject/sort by date
7045
7046 2003-07-01 [paul]       0.9.0claws70
7047
7048         * sync with 0.9.2cvs10
7049                 see ChangeLog 2003-07-01
7050
7051 2003-06-30 [paul]       0.9.0claws69
7052
7053         * sync with 0.9.2cvs9
7054                 see ChangeLog 2003-06-30
7055
7056 2003-06-28 [match]      0.9.0claws68
7057
7058         * src/addressbook.c
7059                 fix null ptr.
7060
7061 2003-06-27 [paul]       0.9.0claws67
7062
7063         * sync with 0.9.2cvs7
7064                 see ChangeLog 2003-06-27
7065
7066 2003-06-26 [christoph]  0.9.0claws66
7067
7068         * src/folder.c
7069                 freeze folder updates while a folder is scanned
7070
7071         (closes Bug 185 New message counter)
7072
7073 2003-06-26 [darko]      0.9.0claws65
7074
7075         * src/ldapserver.c
7076                 fix infinite loop when adding a new LDAP server
7077
7078 2003-06-26 [paul]       0.9.0claws64
7079
7080         * sync with 0.9.2cvs6
7081                 see ChangeLog 2003-06-26
7082
7083 2003-06-26 [paul]       0.9.0claws63
7084
7085         * sync with 0.9.2cvs5
7086                 see ChangeLog 2003-06-25 and 2003-06-26
7087
7088 2003-06-25 [match]      0.9.0claws62
7089
7090         * src/addr_compl.c
7091                 Fixed tab/backtab for dropped-down completion list to
7092                 move next/previous field. (close bug 147)
7093
7094 2003-06-25 [christoph]  0.9.0claws61
7095
7096         * src/addr_compl.[ch]
7097         * src/addrindex.[ch]
7098         * src/folderview.c
7099         * src/inc.c
7100         * src/news.c
7101         * src/summaryview.c
7102         * src/toolbar.c
7103                 fix warnings
7104
7105 2003-06-25 [leandro]    0.9.0claws60
7106
7107         * src/compose.c
7108                 o cleanups
7109                 o gray out "Message/Remove references" menu item if not
7110                   replying to a message
7111
7112 2003-06-24 [leandro]    0.9.0claws59
7113
7114         * src/compose.[ch]
7115                 o removed "Message/Create new thread" menu item
7116                 o added "Message/Remove references" menu item
7117                   (it's off by default and will not check anymore
7118                    if the subject changed)
7119
7120 2003-06-23 [alfons]     0.9.0claws58
7121
7122         * src/procmsg.c
7123                 try better grouping messages threaded by subject based on their age.
7124                 still not perfect - because the message tree is not sorted by date.  
7125
7126 2003-06-23 [thorsten]   0.9.0claws57
7127
7128         * src/pop.[ch]
7129                 added mail_receive_hook to allow modifications
7130                 directly after retrieval (e.g. adding headers).
7131
7132 2003-06-23 [paul]       0.9.0claws56
7133
7134         * src/sourcewindow.c
7135                  enable the use of Ctrl+A to select all text in
7136                  the sourcewindow
7137                  Patch submitted by Ivan Francolin Martinez
7138                  <ivanfm@users.sourceforge.net>
7139
7140 2003-06-22 [christoph]  0.9.0claws55
7141
7142         * src/folder.[ch]
7143                 o add notification hook for folder tree changes
7144                 o invoke hooks after folder tree scanning
7145
7146         * src/folderview.[ch]
7147                 register hook for folder tree changes that
7148                 updates the ctree
7149
7150         (there are more places that should be updated, like add, remove 
7151          or move folder)
7152
7153         (closes Bug 164 Crash on rebuild folder tree)
7154         (closes Bug 190 Crash on 'rebuilding folder tree')
7155
7156 2003-06-21 [leandro]    0.9.0claws54
7157
7158         * src/compose.[ch]
7159                 create a new thread if subject changes
7160                 (it's on by default, can be disabled in Message menu)
7161
7162 2003-06-21 [alfons]     0.9.0claws53
7163
7164         * src/summaryview.c
7165                 quiet little compiler
7166
7167 2003-06-21 [christoph]  0.9.0claws52
7168
7169         update gettext stuff to version 0.12
7170
7171 2003-06-19 [alfons]     0.9.0claws51
7172
7173         * src/common/log.c
7174         * src/common/plugin.c
7175                 move defs.h before glib.h to prevent MIN/MAX redefs
7176
7177 2003-06-19 [alfons]
7178
7179         * src/addressbook.c
7180                 translatable
7181
7182 2003-06-19 [match]      0.9.0claws50
7183
7184         * src/addressbook.[ch]
7185         * src/addrindex.[ch]
7186         * src/addr_compl.[ch]
7187         * src/editldap.[ch]
7188         * src/editldap_basedn.[ch]
7189         * src/addritem.[ch]
7190         * src/ldapquery.h
7191                 re-implemented dynamic LDAP search. works without
7192                 slowdown on display sender with addressbook
7193                 option.
7194         * src/addrbook.c
7195                 documented code.
7196
7197 2003-06-19 [paul]       0.9.0claws49
7198
7199         * src/compose.c
7200                 fix Bug #136 'Nonprovided quotation marks crash claws'
7201                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7202
7203 2003-06-19 [alfons]     0.9.0claws48
7204
7205         * src/prefs_common.[ch]
7206         * src/procmsg.c
7207                 restrict threading by subject by checking thread for
7208                 age (prefs_common.thread_by_subject_max_age)
7209
7210 2003-06-18 [christoph]  0.9.0claws47
7211
7212         * src/imap.c
7213                 fix memory leak in imap_cmd_fetch()
7214
7215 2003-06-18 [christoph]  0.9.0claws46
7216
7217         * src/prefs_gtk.c
7218                 fix memory leak in prefs_set_default() when used multiple
7219                 times or after prefs have been read
7220
7221 2003-06-18 [christoph]  0.9.0claws45
7222
7223         * src/common/plugin.c
7224                 fix memory leak in plugin_unload()
7225
7226 2003-06-18 [christoph]  0.9.0claws44
7227
7228         * src/imap.c
7229                 fix memory leak in imap_cmd_ok()
7230
7231 2003-06-18 [christoph]  0.9.0claws43
7232
7233         * src/folder.c
7234                 stop messages that are downloaded from POP3 and added to
7235                 an IMAP inbox from being filtered twice (first by POP3
7236                 and again when IMAP folder is scaned to get the UID of
7237                 the APPEND operation when no UIDPLUS is available)
7238
7239 2003-06-18 [alfons]
7240
7241         * tools/Makefile.am
7242                 phoenix <- firebird     
7243
7244 2003-06-18 [paul]
7245
7246         * tools/launch_phoenix          ** REMOVED **
7247           tools/launch_firebird         ** NEW **
7248                 renamed and edited to reflect the browser's name change from
7249                 'phoenix' to 'firebird'
7250
7251 2003-06-18 [paul]       0.9.0claws42
7252
7253         * sync with 0.9.2cvs2
7254                 see ChangeLog 2003-06-16
7255
7256 2003-06-17 [alfons]     0.9.0claws41
7257
7258         * src/procmsg.c
7259                 prevent threading problems when a node is an ancestor (parent / great parent),
7260                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7261                 for finding an sample set of messages)
7262
7263 2003-06-16 [christoph]  0.9.0claws40
7264
7265         * src/main.c
7266                 don't popup main window on --receive or --receive-all
7267
7268         * src/mainwindow.[ch]
7269         * src/plugins/trayicon/trayicon.c
7270                 allow hiding of main window by clicking on the trayicon
7271                 (doesn't work correctly in seperate window mode and may
7272                  cause unexpected GTK problems I couldn't find yet)
7273
7274         * src/common/ssl.c
7275                 remove incorrect warning
7276
7277 2003-06-15 [alfons]     0.9.0claws39
7278
7279         * src/gtk/gtkstext.c
7280                 don't output debug text;
7281                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7282                 for pointing this out);
7283
7284 2003-06-14 [alfons]     0.9.0claws38
7285         
7286         * src/messageview.c
7287                 remove printf() and make one if..else comply with coding style
7288
7289 2003-06-14 [alfons]     0.9.0claws37
7290
7291         * AUTHORS
7292                 add Martin Wicke
7293         * src/action.c
7294         * src/messageview.[ch]
7295         * src/summaryview.c
7296                 apply patch #754162 "Quoting messages filtered by actions" submitted
7297                 by Martin Wicke, which allows quoting message body changed by an
7298                 action (Thanks!).
7299
7300 2003-06-13 [alfons]     0.9.0claws36
7301
7302         * src/utils.c
7303                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7304                 use case insensitive regexp (suggested by Ivan Martinez)
7305
7306 2003-06-13 [christoph]  0.9.0claws35
7307
7308         * configure.ac
7309         * src/plugins/trayicon/Makefile.am
7310         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7311         * src/plugins/trayicon/trayicon.c
7312         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7313         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7314         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7315         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7316         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7317         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7318                 replace my own EggTrayIcon backport with the backport
7319                 used by (l|x)mule and gabber.
7320
7321 2003-06-13 [alfons]     0.9.0claws34
7322
7323         * AUTHORS
7324         * src/common/utils.c
7325                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7326
7327 2003-06-13 [alfons]     0.9.0claws33
7328
7329         * src/compose.c
7330                 clean up a little bit
7331
7332 2003-06-12 [alfons]     0.9.0claws32
7333
7334         * src/compose.c
7335                 const correctness fix
7336
7337         * src/common/sylpheed.[ch]
7338                 () -> (void)
7339                 prevent redef MIN/MAX
7340                 
7341         * src/common/utils.[ch]
7342                 () -> (void)
7343
7344 2003-06-12 [melvin]     0.9.0claws31
7345
7346         * src/compose.c
7347                 Updated to take into accounts changes in GtkAspell.
7348
7349 2003-06-12 [alfons]     0.9.0claws30
7350
7351         * src/compose.c
7352         * src/procmsg.c
7353         * src/common/utils.[ch]
7354                 handle reply subject prefixes better (initial 
7355                 suggestion by Robert Story adapted and enhanced 
7356                 using regexps)
7357
7358 2003-06-12 [melvin]     0.9.0claws29
7359
7360         * src/compose.c
7361                 Use new gtkaspell_checkers_strerror() to get the speller's
7362                 error message instead of accessing the (now private)
7363                 checkers structure.
7364                 Minor code clean up
7365
7366         * src/main.c
7367                 Use #ifdef instead of #if for USE_ASPELL
7368                 Use the new spell checkers init/quit functions 
7369
7370         * src/gtk/gtkaspell.c
7371                 Use #ifdef instead of #if for USE_ASPELL
7372                 Moved in the majority of GtkAspell structures that were
7373                 exported before by gtkaspell.h
7374         
7375         * src/gtk/gktaspell.h
7376                 Made gtkaspell.h contain only the necessary data to be
7377                 publicized by moving many structures to gtkaspell.c.
7378                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7379                 gtkaspell_checkers_new(): replaced by...
7380                 gtkaspell_checkers_init(): new function for initialization
7381                 gtkaspell_checkers_delete(): replaced by...
7382                 gtkaspell_checkers_quit(): new function
7383                 gtkaspell_checkers_strerror(): new function that returns
7384                 the checker's last error message.
7385                 
7386 2003-06-11 [melvin]     0.9.0claws28
7387
7388         * po/POTFILES.in
7389                 Updated to take into account gtkaspell.c migration to
7390                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7391
7392 2003-06-10 [alfons]     0.9.0claws27
7393
7394         * src/filtering.[ch]
7395         * src/folder.c
7396         * src/matcher.c
7397         * src/scoring.[ch]
7398                 - try fixing bug #18 (any brave testers?)
7399                 - add more robustness by refusing previously 
7400                   unchecked NULL pointers 
7401
7402 2003-06-10 [alfons]     0.9.0claws26
7403
7404         * src/procmsg.c
7405                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7406
7407 2003-06-09 [alfons]     0.9.0claws25
7408
7409         * src/prefs_common.c
7410                 fix bug #163 "Icon switching doesnt work properly" by 
7411                 preventing early freeing of prefs_common.pixmap_theme_path.
7412
7413 2003-06-09 [christoph]  0.9.0claws24
7414
7415         * src/gtk/gtkaspell.c
7416                 revert Thorsten's fix and add forgotten g_strdup for
7417                 aspell path (it should not be possible to alter the path a
7418                 GtkASpell uses from outside)
7419
7420 2003-06-09 [thorsten]   0.9.0claws23
7421
7422         * src/gtk/gtkaspell.c
7423                 dont free prefs_common.aspell_path when closing compose
7424
7425 2003-06-08 [colin]      0.9.0claws22
7426
7427         * src/plugins/spamassassin/spamassassin.c
7428                 fix prefs types
7429
7430 2003-06-07 [christoph]  0.9.0claws21
7431
7432         * src/Makefile.am
7433         * src/compose.c
7434         * src/gtkaspell.[ch]            ** REMOVE **
7435         * src/gtk/Makefile.am
7436         * src/gtk/gtkaspell.[ch]        ** NEW **
7437                 o make gtkaspell independent from sylpheed's prefs
7438                 o move gtkaspell.[ch] to gtk directory
7439
7440 2003-06-07 [christoph]  0.9.0claws20
7441
7442         * src/Makefile.am
7443         * src/crash.c
7444         * src/export.c
7445         * src/filesel.[ch]              ** REMOVE **
7446         * src/folder.c
7447         * src/main.[ch]
7448         * src/common/sylpheed.[ch]
7449         * src/gtk/Makefile.am
7450         * src/gtk/filesel.[ch]          ** NEW **
7451         * src/gtk/pluginwindow.c
7452         * src/gtk/sslcertwindow.c
7453                 move filesel.[ch] to gtk directory
7454
7455 2003-06-07 [alfons]     0.9.0claws19
7456
7457         * src/filesel.c
7458                 make (multi) file selection dialog work again (Claws-only)
7459
7460 2003-06-07 [thorsten]   0.9.0claws18
7461
7462         * po/de.po
7463                 fix typos
7464
7465 2003-06-07 [alfons]     0.9.0claws17
7466
7467         * configure.ac
7468         * src/mimeview.c
7469                 detect apache mishap in which case don't include fnmatch.h
7470                 if regex.h is already included
7471
7472 2003-06-06 [christoph]  0.9.0claws16
7473
7474         * configure.ac
7475         * src/mimeview.h
7476                 add check for fnmatch.h and include it when available
7477
7478         * src/mimeview.[ch]
7479                 fix wrong case sensitivity of Content-Types
7480
7481         * src/gtk/Makefile.am
7482                 need the same include paths in gtk directory as in
7483                 common directory because .h files in common can
7484                 include files from these directories, when included
7485                 in gtk's .h or .c files
7486
7487 2003-06-06 [alfons]     0.9.0claws15
7488
7489         * src/mimeview.c
7490         * src/summaryview.c
7491                 make it compile again because of regex.h / fnmatch.h 
7492                 include problems (related to recent mime stuff, can
7493                 someone check this?)
7494
7495 2003-06-06 [thorsten]   0.9.0claws14
7496
7497         * src/folderview.c
7498                 possible use of uninitialized pointer while dragging
7499
7500 2003-06-06 [paul]       0.9.0claws13
7501
7502         * src/compose.c
7503                 fix bug where the insert sig button would be effective
7504                 only when auto_sig was set
7505
7506 2003-06-06 [paul]       0.9.0claws12
7507
7508         * sync with 0.9.2 release
7509
7510 2003-06-02 [paul]       0.9.0claws11
7511
7512         * sync with 0.9.1cvs1
7513                 see ChangeLog 2003-06-02
7514                 
7515         * po/de.po
7516                 update by Jens
7517
7518 2003-06-01 [christoph]  0.9.0claws10
7519
7520         * src/account.c
7521                 don't use substring search to find accounts by email address
7522
7523         (closes Bug 169 Overly loose matching of "From" address)
7524
7525 2003-05-31 [christoph]  0.9.0claws9
7526
7527         * doc-src/rfc2683.txt
7528         * src/imap.c
7529                 limit IMAP command length as recommended in RFC2683
7530                 (message number lists will be split into multiple imap
7531                 sets, the limit of 1000 octets is not a hard limit)
7532
7533         (closes Bug 161 sylpheed-claws exits with segfault when logging
7534          in to certain imap-servers)
7535
7536 2003-05-29 [alfons]     0.9.0claws8
7537
7538         * src/toolbar.[ch]
7539                 add print button (calling summary_print());
7540                 fine tune setting tooltip text;
7541                 (if someone needs other buttons, please take these 
7542                 commits as a guide, instead of bothering us - also
7543                 see 0.8.11claws150) 
7544
7545 2003-05-29 [darko]      0.9.0claws7
7546
7547         * src/compose.c
7548                 fix crash when word wrapping kicks in due to
7549                 changed text by spell checker
7550
7551 2003-05-29 [paul]       0.9.0claws6
7552
7553         * src/compose.c
7554                 fix bug where changing account would insert
7555                 sig even if auto_sig was FALSE
7556                 
7557         * ChangeLog
7558           ChangeLog.jp
7559           INSTALL
7560                 sync with 0.9.1 release
7561
7562 2003-05-28 [christoph]  0.9.0claws5
7563
7564         * src/imap.c
7565                 fix truncation of too long commands
7566
7567         (closes Bug 167 IMAP hangs trying to get envelope
7568          information in imap_get_uncached_messages)
7569
7570 2003-05-27 [paul]       0.9.0claws4
7571
7572         * tools/Makefile.am
7573           tools/maildir2sylpheed.pl     ** NEW FILE **
7574                 add kmail to sylpheed mailbox conversion script
7575
7576 2003-05-27 [paul]       0.9.0claws3
7577
7578         * sync with 0.9.0cvs10
7579                 see ChangeLog 2003-05-26
7580
7581 2003-05-26 [paul]       0.9.0claws2
7582
7583         * sync with 0.9.0cvs9
7584                 see ChangeLog 2003-05-26
7585
7586 2003-05-24 [paul]       0.9.0claws1
7587
7588         * sync with 0.9.0cvs8
7589                 see ChangeLog 2003-05-23
7590
7591 2003-05-24 [paul]       0.9.0claws
7592
7593         * version 0.9.0claws released
7594
7595 2003-05-24 [paul]       0.8.11claws177
7596
7597         * src/plugins/dillo-viewer/Makefile.am
7598           src/plugins/traycon/Makefile.am
7599                 add missing files
7600                 
7601         * po/bg.po
7602           po/en_GB.po
7603           po/es.po
7604           po/it.po
7605           po/pt_BR.po
7606           po/ru.po
7607           po/sr.po
7608                 update Bulgarian, British English, Spanish, Italian, 
7609                 Brazilian Portuguese, Russian, and Serbian translations, 
7610                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7611                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7612                 Ruslan N. Balkin, and Urke MMI
7613
7614 2003-05-23 [melvin]     0.8.11claws176
7615
7616         * po/fr.po
7617                 Updated French translations
7618
7619 2003-05-22 [paul]       0.8.11claws175
7620
7621         * src/Makefile.am
7622           src/addrbook.[ch]
7623           src/addrcache.[ch]
7624           src/addr_compl.[ch]
7625           src/adressbook.[ch]
7626           src/addrindex.[ch]
7627           src/addritem.[ch]
7628           src/editaddress.c
7629           src/editgroup.c
7630           src/editldap_basedn.c
7631           src/editldap.c
7632           src/jpilot.c
7633           src/vcard.c
7634                 revert to get ldap into it previous working state
7635                 
7636         * po/zh_TW.Big5.po
7637                 new Taiwanese translation,
7638                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7639
7640 2003-05-22 [christoph]  0.8.11claws174
7641
7642         * src/plugins/spamassassin/libspamc.[ch]
7643                 sync libspamc with SpamAssaain release 2.55
7644
7645 2003-05-22 [paul]       0.8.11claws173
7646
7647         * sync with 0.9.0cvs7
7648                 see ChangeLog 2003-05-22
7649                 
7650         * src/summaryview.c
7651                 revert change in 0.8.11claws172: follow
7652                 Hiroyuki's decision and that's the end of it.
7653
7654 2003-05-21 [paul]       0.8.11claws172
7655
7656         * src/summaryview.c
7657                 fix discrepency between open_unread_on_enter
7658                 and always_show_msg
7659
7660 2003-05-21 [paul]       0.8.11claws171
7661
7662         * sync with 0.9.0cvs6
7663                 see ChangeLog 2003-05-21
7664
7665 2003-05-21 [paul]       0.8.11claws170
7666
7667         * sync with 0.9.0cvs5
7668                 see ChangeLog 2003-05-21
7669
7670 2003-05-20 [paul]       0.8.11claws169
7671
7672         * sync with 0.9.0cvs4
7673                 see ChangeLog 2003-05-20
7674                 fixes bug #152, 'encoding of IMAP folders names'
7675
7676 2003-05-20 [paul]       0.8.11claws168
7677
7678         * sync with 0.9.0cvs3
7679                 see ChangeLog 2003-05-20
7680                 
7681         * src/tools/convert_mbox.pl
7682                 minor change in the comments, submitted by Fred Marton
7683
7684 2003-05-19 [paul]       0.8.11claws167
7685
7686         * src/plugins/clamav/Makefile.am
7687           configure.ac
7688                 link clamav_lib to the plugin and not to the main program
7689
7690 2003-05-19 [christoph]
7691
7692         * src/Makefile.am
7693                 add -export-dynamic for linking
7694
7695 2003-05-19 [paul]       0.8.11claws166
7696
7697         * sync with 0.9.0cvs1
7698                 see ChangeLog 2003-05-19
7699
7700 2003-05-19 [paul]       0.8.11claws165
7701
7702         * src/inc.c
7703                 fix 'pop before smtp' timeout
7704
7705 2003-05-18 [alfons]     0.8.11claws164
7706
7707         * src/prefs_matcher.c
7708                 put "execute" action command line ("expression") in edit box
7709
7710 2003-05-18 [christoph]  0.8.11claws163
7711
7712         * src/mimeview.[ch]
7713         * src/plugins/dillo_viewer/dillo_viewer.c
7714         * src/plugins/image_viewer/viewer.c
7715         * src/plugins/mathml_viewer/mathml_viewer.c
7716                 let a viewer have a list of Content-Types
7717
7718 2003-05-18 [paul]       0.8.11claws162
7719
7720         * src/prefs_filtering.c
7721                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7722                 and REDIRECT actions
7723
7724 2003-05-17 [christoph]
7725
7726         * README.claws
7727                 o remove dynamic signatures that was syned with main
7728                 o add infos about no longer "build in" image viewer
7729                 o update bugtracker URL
7730
7731 2003-05-17 [christoph]  0.8.11claws161
7732
7733         * src/folder.c
7734         * src/folderview.c
7735         * src/imap.c
7736                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7737                 for every folder after rebuilding the folder tree.
7738
7739         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7740          messages)
7741
7742 2003-05-17 [christoph]  0.8.11claws160
7743
7744         * src/imap.c
7745                 don't use STATUS command on current folder to check for
7746                 content changes. imap_cmd_ok() now tracks changes to
7747                 folder and number of existing messages.
7748
7749 2003-05-17 [paul]       0.8.11claws159
7750
7751         * src/plugins/clamav/clamav_plugin.c
7752                 remove unnecessary debug_print
7753
7754 2003-05-16 [thorsten]   0.8.11claws158
7755
7756         * src/plugins/demo.c
7757                 included missing intl.h
7758
7759 2003-05-16 [paul]       0.8.11claws157
7760
7761         * po/POTFILES.in
7762                 remove non-existant entries
7763         
7764         * src/plugins/clamav/clamav_plugin.c
7765           src/plugins/clamav/clamav_plugin_gtk.c
7766           src/plugins/dillo_viewer/dillo_prefs.c
7767           src/plugins/dillo_viewer/dillo_viewer.c
7768                 gettextise
7769
7770 2003-05-16 [christoph]  0.8.11claws156
7771
7772         * po/POTFILES.in
7773                 include plugin .c files for translation until I
7774                 find a better solution to have plugins have their
7775                 own textdomain
7776         * src/plugins/demo/demo.c
7777         * src/plugins/image_viewer/plugin.c
7778         * src/plugins/mathml_viewer/mathml_viewer.c
7779         * src/plugins/spamassassin/spamassassin.c
7780         * src/plugins/spamassassin/spamassassin_gtk.c
7781         * src/plugins/trayicon/trayicon.c
7782                 add gettext macros for plugin name and description
7783
7784 2003-05-16 [paul]
7785
7786         * sync with 0.9.0
7787
7788 2003-05-16 [paul]       0.8.11claws155
7789
7790         * sync with lastest 0.9.0pre1
7791                 see ChangeLog 2003-05-16
7792
7793 2003-05-15 [paul]       0.8.11claws154
7794
7795         * sync with latest 0.9.0pre1
7796                 see ChangeLog 2003-05-14 and 2003-05-15
7797
7798 2003-05-14 [christoph]  0.8.11claws153
7799
7800         * src/plugins/image_viewer/viewer.c
7801         * src/plugins/image_viewer/viewer.glade         ** NEW **
7802         * src/plugins/image_viewer/viewerprefs.c
7803                 make it possible to disable the autoload function in the
7804                 imageviewer again
7805
7806 2003-05-14 [christoph]  0.8.11claws152
7807
7808         * src/folder.c
7809                 fix folder update after adding a message
7810
7811 2003-05-13 [alfons]     0.8.11claws151
7812
7813         * src/common/session.c
7814                 remove debug traces
7815                 
7816         * src/addrcache.[ch]
7817         * src/filtering.[ch]
7818         * src/folder.[c]
7819         * src/gtkaspell.[ch]
7820         * src/imap.[ch]
7821         * src/mbox_folder.[ch]
7822         * src/mh.[ch]
7823         * src/mimeview.h
7824         * src/msgcache.[ch]
7825         * src/news.[ch]
7826         * src/passphrase.[ch]
7827         * src/prefs_common.[ch]
7828         * src/prefs_gtk.[ch]
7829         * src/procmsg.c
7830         * src/scoring.[ch]
7831                 be pedantic; (in prototypes () implies (int))
7832
7833 2003-05-13 [alfons]     0.8.11claws150
7834
7835         * src/prefs_toolbar.[ch]
7836         * src/summaryview.[ch]
7837         * src/toolbar.[ch]
7838                 change misleading text in toolbar prefs;
7839                 add toolbar action for ignore thread (toggles ignore thread flag);
7840                 clean up a little bit;
7841
7842 2003-05-12 [paul]
7843
7844         * tools/convert_mbox.pl
7845                 bug fixed by Fred Marton
7846
7847 2003-05-12 [paul]
7848
7849         * sync with 0.9.0pre1
7850
7851 2003-05-09 [paul]       0.8.11claws149
7852
7853         * sync with 0.8.11cvs43
7854                 see ChangeLog 2003-05-09
7855
7856 2003-05-08 [christoph]  0.8.11claws148
7857
7858         * src/imap.[ch]
7859                 o use CAPABILIY as first command and check for PREAUTH
7860                   information in the response to it
7861                 o rewrite all imap_cmd_* functions to use an IMAPSession
7862                   instead of a SockInfo as parameter
7863                 o do STARTTLS after fetching and checking the server
7864                   capabilities
7865
7866 2003-05-08 [paul]       0.8.11claws147
7867
7868         * tools/Makefile.am
7869           tools/README
7870           tools/convert_mbox.pl         ** NEW FILE **
7871                 add mbox conversion script. Submitted by 
7872                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7873
7874 2003-05-07 [christoph]
7875
7876         * doc-src/glade.txt
7877         * src/gtk/pluginwindow.glade
7878         * src/plugins/image_viewer/viewerprefs.glade
7879         * src/plugins/spamassassin/spamassassin_gtk.glade
7880                 add glade files for user interfaces and a description how
7881                 to use glade to create the sylpheed code
7882
7883 2003-05-07 [paul]       0.8.11claws146
7884
7885         * sync with 0.8.11cvs41
7886                 see ChangeLog 2003-05-07
7887
7888 2003-05-06 [christoph]  0.8.11claws145
7889
7890         * src/main.c
7891         * src/plugins/image_viewer/viewer.c
7892                 fix usage of imlib in imageviewer plugin
7893
7894         * src/gtk/prefswindow.c
7895                 handle window close event correctly
7896
7897 2003-05-06 [paul]       0.8.11claws144
7898
7899         * src/common/ssl.c
7900                 fix typo introduced in sync
7901
7902 2003-05-06 [paul]       0.8.11claws143
7903
7904         * sync with 0.8.11cvs39
7905                 see ChangeLog 2003-05-06
7906
7907 2003-05-06 [paul]       0.8.11claws142
7908
7909         * AUTHORS
7910           po/cs.po
7911                 updated Czech translation, submitted by 
7912                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7913                 
7914         * src/plugins/clamav/clamav_plugin_gtk.c
7915                 clean up
7916
7917 2003-05-03 [alfons]     0.8.11claws141
7918
7919         * src/compose.[ch]
7920                 make paste as quotation work even when the call to 
7921                 text_inserted() was deferred (fixes bug #140 "Paste 
7922                 as quotation does not work when using "external" 
7923                 clipboard")
7924
7925 2003-05-03 [thorsten]   0.8.11claws140
7926
7927         * src/addrquery.h
7928           src/ldapquery.h
7929           src/mainwindow.c
7930                 removed C++ comments
7931         * src/addr_compl.c
7932                 function with non-int retval/param used before
7933                 implementation/declaration
7934
7935 2003-05-02 [paul]       0.8.11claws139
7936
7937         * src/addr_compl.[ch]
7938           src/addressbook.[ch]
7939           src/addrindex.c
7940           src/summaryview.c
7941                 revert match's changes to (finally) remove the bug where
7942                 opening a folder causes massive slowdown when using the 
7943                 'Display sender using address book' option
7944
7945 2003-05-01 [melvin]     0.8.11claws138
7946
7947         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7948         * src/plugins/dillo_viewer/dillo_viewer.c
7949                 Fixed bug where "Cancel" button from prefs issued
7950                 warnings.
7951                 Comply a little more to coding style
7952
7953 2003-05-01 [paul]       0.8.11claws137
7954
7955         * sync with 0.8.11cvs38
7956                 see ChangeLog 2003-05-01
7957
7958 2003-05-01 [paul]       0.8.11claws136
7959
7960         * po/bg.po
7961                 updated by George Danchev
7962
7963 2003-04-30 [christoph]  0.8.11claws135
7964
7965         * src/plugins/dillo_viewer/dillo_prefs.c
7966         * src/plugins/image_viewer/viewerprefs.c
7967         * src/plugins/spamassassin/spamassassin_gtk.c
7968                 remove gtk_widget_ref() calls for widgets in
7969                 glade code
7970
7971 2003-04-30 [paul]       0.8.11claws134
7972
7973         * src/addrindex.c
7974                 ok, this time a better fix for the bug where opening folder
7975                 has massive slowdown when using the 'Display sender using 
7976                 address book' option
7977
7978 2003-04-30 [paul]       0.8.11claws133
7979
7980         * src/addrindex.c
7981                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7982         
7983 2003-04-30 [melvin]     0.8.11claws132
7984
7985         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7986
7987         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7988                 Preferences for the dillo plugin
7989         * src/plugins/dillo_viewer/dillo_viewer.c
7990                 Support for preferences
7991         * src/plugins/dillo_viewer/Makefile.am
7992                 Added dillo_prefs.[ch]
7993
7994 2003-04-30 [alfons]     0.8.11claws131
7995
7996         * src/common/plugin.[ch]
7997                 see? this ANSI C'fication immediately gives us type
7998                 checking for free.
7999
8000 2003-04-30 [alfons]     0.8.11claws130
8001
8002         * src/common/plugin.[ch]
8003         * src/plugins/clamav/clamav_plugin.[ch]
8004         * src/plugins/clamav/clamav_plugin_gtk.c
8005         * src/plugins/demo/demo.c
8006         * src/plugins/dillo_viewer/dillo_viewer.c
8007         * src/plugins/image_viewer/plugin.c
8008         * src/plugins/image_viewer/viewer.[ch]
8009         * src/plugins/image_viewer/viewerprefs.[ch]
8010         * src/plugins/mathml_viewer/mathml_viewer.c
8011         * src/plugins/spamassassin/spamassassin.[ch]
8012         * src/plugins/spamassassin/spamassassin_gtk.c
8013         * src/plugins/trayicon/trayicon.c
8014                 clean up
8015
8016 2003-04-30 [alfons]     0.8.11claws129
8017
8018         * src/common/utils.c
8019                 make is_ascii_str() fail gracefully when NULL pointer
8020                 is passed
8021
8022 2003-04-30 [paul]       0.8.11claws128
8023
8024         * src/addrindex.c
8025                 fix bug where opening folder has massive slowdown when
8026                 using the 'Display sender using address book' option
8027
8028 2003-04-30 [paul]       0.8.11claws127
8029
8030         * src/plugins/clamav/clamav_plugin.c
8031           src/plugins/clamav/clamav_plugin_gtk.c
8032           src/plugins/demo/demo.c
8033           src/plugins/dillo_viewer/dillo_viewer.c
8034           src/plugins/image_viewer/plugin.c
8035           src/plugins/mathml_viewer/mathml_viewer.c
8036           src/plugins/spamassassin/spamassassin.c
8037           src/plugins/spamassassin/spamassassin_gtk.c
8038           src/plugins/trayicon/trayicon.c
8039                 get rid of eye-hurting function signatures
8040
8041 2003-04-30 [paul]       0.8.11claws126
8042
8043         * src/plugins/trayicon/trayicon.c
8044                 add description
8045                 
8046         * src/mimeview.c
8047                 be more descriptive
8048
8049 2003-04-30 [paul]       0.8.11claws125
8050
8051         * configure.ac
8052                 arrange the plugins in reverse alphabetical order
8053                 
8054         * src/plugins/clamav/clamav_plugin.[ch]
8055           src/plugins/clamav/clamav_plugin_gtk.c
8056                 rename some params
8057                 resize max_size window
8058                 re-arrange the order of some gui elements
8059                 improve descriptions
8060         
8061         * src/plugins/image_viewer/plugin.c
8062           src/plugins/mathml_viewer/mathml_viewer.c
8063                 add descriptions
8064                 
8065         * src/plugins/spamassassin/spamassassin_gtk.c
8066                 resize max_size window
8067                 re-arrange the order of some gui elements
8068                 
8069         * src/messageview.c
8070           src/mimeview.c
8071                 correct typos
8072
8073 2003-04-30 [alfons]     0.8.11claws124
8074
8075         * src/imap.c
8076                 fix a leak found while browsing Martin Kluge's 
8077                 valgrind log (Claws only)
8078
8079 2003-04-29 [darko]      0.8.11claws123
8080
8081         * src/gtk/gtkstext.h
8082                 include wchar.h if it is available, fixes compilation
8083                 on HP-UX systems
8084
8085 2003-04-29 [melvin]     0.8.11claws122
8086
8087         * src/prefs_actions.c
8088                 Improved help text of Actions' syntax
8089
8090 2003-04-28 [paul]       0.8.11claws121
8091
8092         * src/action.c
8093                 a better fix for the crash when performing an action
8094                 on a mime part
8095
8096 2003-04-28 [paul]       0.8.11claws120
8097
8098         * src/action.c
8099                 fix crash when performing an action on a
8100                 mime part
8101
8102 2003-04-28 [paul]       0.8.11claws119
8103
8104         * sync with 0.8.11cvs36
8105                 see ChangeLog 2003-04-28
8106
8107 2003-04-27 [paul]       0.8.11claws118
8108
8109         * more sync with 0.8.11cvs35
8110                 see ChangeLog 2003-04-25
8111
8112 2003-04-26 [christoph]  0.8.11claws117
8113
8114         * src/folder.c
8115                 fix remove virtual check
8116
8117 2003-04-26 [paul]       0.8.11claws116
8118
8119         * src/messageview.c
8120                 fix return-receipt, make it work again
8121
8122 2003-04-26 [paul]       0.8.11claws115
8123
8124         * src/mimeview.c
8125                 restore double-clicking of the [application/pgp-signature 
8126                 (Select "Check signature" to check)] line in the message view,
8127                 broken in recent sync
8128
8129 2003-04-26 [christoph]  0.8.11claws114
8130
8131         * src/folder.c
8132                 check if remove virtual really exists before
8133                 calling the function
8134
8135 2003-04-25 [match]      0.8.11claws113
8136
8137         * src/addrindex.c
8138         * src/addrbook.c
8139         * src/ldapquery.[ch]
8140         * src/ldapctrl.[ch]
8141                 fix memleak.
8142         * src/ldapserver.[ch]
8143                 fix memleak. fix segfault.
8144                 plug a Claws memleak
8145
8146 2003-04-25 [alfons]     0.8.11claws112
8147
8148         * src/folder.c
8149                 plug a Claws memleak
8150
8151 2003-04-25 [alfons]     0.8.11claws111
8152
8153         * src/common/session.c
8154                 plug a memleak
8155
8156 2003-04-25 [paul]       0.8.11claws110
8157
8158         * sync with 0.8.11cvs35
8159                 see ChangeLog 2003-04-24 and 2003-04-25
8160                 
8161         * src/gtk/pluginwindow.c
8162                 correct another strange float value
8163
8164 2003-04-24 [christoph]  0.8.11claws109
8165
8166         * src/folder.c
8167                 freeze folder item updates when unsetting new flags
8168
8169         * src/gtk/pluginwindow.c
8170                 correct strange float value
8171
8172 2003-04-23 [paul]       0.8.11claws108
8173
8174         * sync with 0.8.11cvs33
8175                 see ChangeLog 2003-04-23
8176
8177 2003-04-22 [paul]       0.8.11claws107
8178
8179         * src/Makefile.am
8180           src/messageview.c
8181           src/mimeview.c
8182           src/pgptext.[ch]      ** REMOVED **
8183                 remove pgptext.[ch] as its not used any more
8184
8185 2003-04-22 [paul]       0.8.11claws106
8186
8187         * sync with 0.8.11cvs31
8188                 see ChangeLog 2003-04-21 and 2003-04-22
8189
8190 2003-04-21 [alfons]     0.8.11claws105
8191
8192         * src/main.c
8193                 No access to GTK structures if we're a spawned child
8194                 (and clean up code a little bit...) Should fix #126.
8195
8196 2003-04-21 [melvin]     0.8.11claws104
8197
8198         * src/plugins/dillo_viewer/README
8199                 Improved slightly the text.
8200
8201 2003-04-21 [melvin]     0.8.11claws103
8202
8203         * src/plugins/dillo_viewer/README *** NEW ***
8204                 Added a README file for the Dillo plugin
8205
8206 2003-04-20 [paul]
8207
8208         * tools/README
8209           tools/outlook2sylpheed.pl
8210                 updated and improved by Ricardo Mones Lastra
8211
8212 2003-04-18 [oliver]     0.8.11claws102
8213
8214         * src/inc.c 
8215         * src/prefs_account.h
8216                 remove Pop3SessionType (used by selective download)
8217         * src/prefs_toolbar.c
8218                 enable set Default Toolbar button
8219
8220 2003-04-18 [paul]       0.8.11claws101
8221
8222         * sync with 0.8.11cvs29
8223                 see ChangeLog 2003-04-18
8224
8225 2003-04-17 [paul]       0.8.11claws100
8226
8227         * src/prefs_common.[ch]
8228           src/summaryview.c
8229                 remove 'Open next message on deletion' option,
8230                 as the same effect can now be achieved via the
8231                 'Always open messages in summary when selected'
8232                 option.
8233
8234 2003-04-17 [paul]       0.8.11claws99
8235
8236         * sync with 0.8.11cvs28
8237                 see ChangeLog 2003-04-17
8238
8239 2003-04-17 [christoph]  0.8.11claws98
8240
8241         * ac/spamassassin.m4
8242         * src/plugins/spamassassin/libspamc.[ch]
8243         * src/plugins/spamassassin/utils.[ch]
8244                 sync libspamc with SpamAssassin project
8245
8246 2003-04-17 [christoph]  0.8.11claws97
8247
8248         * src/common/socket.h
8249         * src/gtk/sslcertwindow.h
8250                 rename old USE_SSL to USE_OPENSSL
8251
8252 2003-04-17 [paul]       0.8.11claws96
8253
8254         * src/prefs_common.h
8255                 use gulong for P_COLOR so that it compiles/runs on
8256                 64-bit systems. Patch submitted by James Noyes
8257                 <jnoyes-claws@retrogeeks.com>
8258                 
8259         * po/de.po
8260                 updated by Jens
8261
8262 2003-04-17 [paul]       0.8.11claws95
8263
8264         * sync with 0.8.11cvs27
8265                 see ChangeLog 2003-04-16
8266
8267 2003-04-15 [paul]       0.8.11claws94
8268
8269         * src/prefs_common.[ch]
8270                 rearrange to stop the window getting too long:
8271                         move Receive dialog stuff to Receive tab
8272                         move Send dialog to Send tab
8273                         remove Dialogs frame
8274                 rename 'Open messages in summary with cursor keys' to
8275                 'Always open messages in summary when selected', as its
8276                 more appropriate
8277
8278 2003-04-15 [paul]       0.8.11claws93
8279
8280         * src/prefs_common.[ch]
8281           src/summaryview.c
8282                 add new option '/Interface/Open next message on deletion'
8283
8284 2003-04-15 [paul]       0.8.11claws92
8285
8286         * src/summaryview.[ch]
8287                 add /Mark/Lock and /Mark/Unlock to the pop-up
8288                 menu. Patch submitted by Ivan Francolin Martinez
8289                 <ivanfm@users.sourceforge.net>
8290
8291 2003-04-15 [paul]       0.8.11claws91
8292
8293         * sync with 0.8.11cvs24
8294                 see ChangeLog 2003-04-15
8295
8296 2003-04-14 [jens]       0.8.11claws90
8297
8298         * updated German translation and some corrections from
8299                 Roland Bless <bless@tm.uka.de>
8300
8301 2003-04-14 [paul]       0.8.11claws89
8302
8303         * sync with 0.8.11cvs22
8304                 see ChangeLog 2003-04-14
8305
8306 2003-04-13 [paul]       0.8.11claws88
8307
8308         * src/plugins/clamav/clamav_plugin.c
8309                 fix memory leaks
8310                 clean up
8311
8312 2003-04-12 [paul]       0.8.11claws87
8313
8314         * src/plugins/clamav/clamav_plugin.c
8315                 activate enable/disable archive scanning option
8316                 
8317         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8318
8319 2003-04-12 [paul]       0.8.11claws86
8320
8321         * src/plugins/Makefile.am
8322           src/plugins/clamav/Makefile.am                ** NEW FILE **
8323           src/plugins/clamav/README                     ** NEW FILE ** 
8324           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8325           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8326                 add Clam AntiVirus plugin
8327
8328 2003-04-12 [paul]       0.8.11claws85
8329
8330         * sync with 0.8.11cvs21
8331                 see ChangeLog 2003-04-11
8332
8333 2003-04-11 [paul]       0.8.11claws84
8334
8335         * po/es.po
8336                 update Spanish translation. Submitted by Ricardo
8337                 Mones Lastra.
8338
8339 2003-04-10 [christoph]  0.8.11claws83
8340
8341         * src/mbox.c
8342                 fix typo that did not move unfiltered mails to destination
8343                 folder
8344
8345         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8346          when filtering from spool)
8347
8348 2003-04-10 [christoph]  0.8.11claws82
8349
8350         * src/imap.c
8351                 use BODY.PEEK instead of BODY in in message fetch operation
8352                 to make sure the IMAP server does not set the \Seen flag for
8353                 messages. Sylpheed does that later itself, when the message
8354                 is opened in sylpheed
8355
8356         (closes Bug 111 Claws destroys unread marks)
8357
8358 2003-04-09 [oliver]     0.8.11claws81
8359         
8360         * src/folder.c
8361                 fix crash in folder_destroy
8362         * README.claws
8363                 remove selective download
8364
8365 2003-04-09 [christoph]  0.8.11claws80
8366
8367         * src/imap.c
8368                 fix crash in imap_get_msginfo() when then fetched message
8369                 is not found
8370
8371         (closes Bug 110 Crash during mail composition)
8372
8373 2003-04-08 [christoph]  0.8.11claws79
8374
8375         * src/folder.c
8376         * src/prefs_account.c
8377                 Filter new messages that are found in an INBOX folder
8378                 when 'Filter messages on receiving' is enabled in the
8379                 Folder's AccountPrefs. This allows to use Sylpheed's
8380                 filtering engine for IMAP folders where messages are
8381                 added to the INBOX by a MTA
8382
8383 2003-04-08 [paul]       0.8.11claws78
8384
8385         * src/procmsg.h
8386                 clean up after last commit
8387
8388 2003-04-08 [paul]       0.8.11claws77
8389
8390         * sync with 0.8.11cvs20
8391                 see ChangeLog 2003-04-07 and 2003-04-08
8392
8393 2003-04-07 [christoph]  0.8.11claws76
8394
8395         * src/filtering.[ch]
8396         * src/inc.[ch]
8397         * src/mbox.c
8398         * src/procmsg.[ch]
8399                 add procmsg_msginfo_filter() to execute filtering actions
8400
8401 2003-04-06 [christoph]  0.8.11claws75
8402
8403         * src/imap.c
8404                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8405
8406 2003-04-06 [christoph]  0.8.11claws74
8407
8408         * src/common/utils.[ch]
8409                 add g_int_compare() function for slist sorting
8410
8411         * src/imap.c
8412                 fetch all MsgInfos with one command in imap_get_msginfos()
8413                 using an imap set with a list of ranges
8414
8415         * src/news.c
8416                 use new g_int_compare() function
8417
8418 2003-04-06 [thorsten]   0.8.11claws73
8419
8420         * src/mh.c
8421                 corrected implementation of mh_folder_destroy()
8422
8423 2003-04-05 [christoph]  0.8.11claws72
8424
8425         * src/account.c
8426         * src/folder.[ch]
8427         * src/folderview.c
8428         * src/imap.c
8429         * src/inc.c
8430         * src/main.c
8431         * src/mainwindow.c
8432         * src/mbox_folder.c
8433         * src/mh.c
8434         * src/mimeview.h
8435         * src/msgcache.[ch]
8436         * src/news.c
8437         * src/procmime.h
8438         * src/procmsg.[ch]
8439         * src/setup.c
8440         * src/gtk/gtkutils.c
8441                 o rename structure field names class and new to klass and
8442                   new_msgs, to allow including files in C++
8443                 o add 'extern "C"' block to some header files
8444                 o add MsgInfoList and MsgNumberList as alias for GSList for
8445                   developers to know what type of list is expected
8446
8447         * src/plugins/image_viewer/plugin.c
8448         * src/plugins/image_viewer/viewer.[ch]
8449         * src/plugins/image_viewer/viewerprefs.[ch]
8450                 rename function names to prevent conflicts
8451
8452 2003-04-05 [paul]       0.8.11claws71
8453
8454         * sync with 0.8.11cvs18
8455                 see ChangeLog 2003-04-03 and 2003-04-04
8456
8457 2003-04-02 [christoph]  0.8.11claws70
8458
8459         * src/folder.[ch]
8460         * src/imap.[ch]
8461         * src/mbox_folder.[ch]
8462         * src/mh.[ch]
8463         * src/news.[ch]
8464                 o Make all virtual folder functions private
8465                 o remove unused folder code
8466
8467         * src/common/socket.[ch]
8468         * src/summaryview.c
8469                 fix warnings
8470
8471 2003-03-30 [alfons]     0.8.11claws69
8472
8473         * src/send_message.c
8474                 remove two debug traces and see if people still report
8475                 errors
8476
8477 2003-03-30 [alfons]     0.8.11claws68
8478
8479         * src/send_message.c
8480         * src/commons/session.c
8481                 add more debug traces
8482
8483 2003-03-30 [christoph]  0.8.11claws67
8484
8485         * src/folder.c
8486                 change processing folder name from .processing to processing
8487
8488         * src/common/ssl.c
8489                 disable SSL certificate check because it causes Xlib error
8490                 when the child process want's to open an GTK window
8491
8492 2003-03-30 [christoph]  0.8.11claws66
8493
8494         * src/folder.c
8495                 don't use default folder for processing folder item because
8496                 it can be a non local folder
8497
8498         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8499
8500 2003-03-30 [alfons]     0.8.11claws65
8501
8502         * src/send_message.c
8503                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8504                 to generate bad code for 'send_send_data_progressive': When
8505                 called from 'send_send_data_finished', the 'data' pointer is
8506                 cleared just before the assignment to the dialog pointer
8507
8508 2003-03-29 [christoph]  0.8.11claws64
8509
8510         * src/common/prefs.h
8511         * src/plugins/image_viewer/Makefile.am
8512         * src/plugins/image_viewer/plugin.c
8513         * src/plugins/image_viewer/viewer.[ch]
8514         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8515                 add PrefsPage for ImageViewer
8516
8517 2003-03-28 [thorsten]   0.8.11claws63
8518
8519         * src/common/session.c
8520                 added some comments
8521
8522 2003-03-28 [paul]       0.8.11claws62
8523
8524         * sync with 0.8.11cvs16
8525                 see ChangeLog 2003-03-28
8526
8527 2003-03-28 [paul]       0.8.11claws61
8528
8529         * sync with 0.8.11cvs15
8530                 see ChangeLog 2003-03-28
8531
8532 2003-03-27 [christoph]  0.8.11claws60
8533
8534         * src/folder.c
8535         * src/imap.c
8536         * src/common/socket.[ch]
8537                 set socket state to DISCONNECTED when any operation
8538                 fails to allow reconnecting in IMAP code without
8539                 checking the return code of all calls to the command
8540                 functions
8541
8542         * src/folderview.c
8543         * src/summaryview.c
8544                 remove some more stuff that depends on specific
8545                 folder types
8546
8547 2003-03-27 [paul]       0.8.11claws59
8548
8549         * sync with 0.8.11cvs14
8550                 see ChangeLog 2003-03-27
8551                 
8552         * src/selective_download.[ch]   ** REMOVED **
8553                 really removed
8554
8555 2003-03-27 [christoph]  0.8.11claws58
8556
8557         * src/folder.c
8558                 fix handling of tmp_flags in flag copy function
8559
8560 2003-03-27 [paul]       0.8.11claws57
8561
8562         * sync with 0.8.11cvs13
8563                 see ChangeLog 2003-03-27
8564
8565 2003-03-27 [oliver]     0.8.11claws56
8566
8567         * src/maiwindow.c
8568                 remove sel_download_cb
8569
8570 2003-03-27 [oliver]     0.8.11claws55
8571         
8572         * src/inc.c
8573                 remove POP3_TOP
8574         
8575 2003-03-26 [oliver]     0.8.11claws54
8576
8577         *src/pop.h
8578                 remove POP3_TOP*
8579         * README.claws
8580                 remove selective donwload readme
8581
8582 2003-03-26 [oliver]     0.8.11claws53
8583         * src/matcher.[ch]
8584         * src/matcher_parser_parse.y 
8585         * src/pop.c 
8586         * src/prefs_account.[ch]
8587         * src/prefs_filtering.c
8588                 remove selective donwload
8589
8590 2003-03-26 [oliver]     0.8.11claws52
8591
8592         * src/inc.[ch] 
8593         * src/filtering.c 
8594         * src/mainwindow.c 
8595                 remove selective donwload
8596
8597 2003-03-26 [oliver]     0.8.11claws51
8598         
8599         * src/Makefile.am
8600         * src/selective_download.[ch]   ** REMOVE **    
8601
8602 2003-03-26 [christoph]  0.8.11claws50
8603
8604         * src/news.c
8605                 fix NEWS that got broken by a sync with sylpheed-main
8606
8607 2003-03-26 [christoph]  0.8.11claws49
8608
8609         * src/mimeview.c
8610                 fix mime type guessing when no mime type is found for a file
8611
8612 2003-03-25 [christoph]  0.8.11claws48
8613
8614         * src/mimeview.c
8615         * src/procmime.c
8616                 remove mime type guessing from mime parser and use
8617                 name based mime types in viewer lookup for mime type
8618                 application/octet-stream
8619
8620 2003-03-25 [christoph]  0.8.11claws47
8621
8622         * doc-src/readme.txt
8623         * doc-src/rfc2554.txt
8624                 add RFC about SMTP AUTH
8625
8626         * src/send_message.c
8627         * src/common/smtp.[ch]
8628                 add extra error code for authentication errors and
8629                 clear temporary password when this error occurs
8630
8631         (closes Bug 84 authentication failure while sending should
8632          prompt for password again)
8633
8634 2003-03-25 [christoph]  0.8.11claws46
8635
8636         * configure.ac
8637         * src/Makefile.am
8638         * src/imageview.[ch]                            ** REMOVE **
8639         * src/messageview.[ch]
8640         * src/mimeview.[ch]
8641         * src/prefs_common.[ch]
8642         * src/textview.c
8643         * src/plugins/Makefile.am
8644         * src/plugins/image_viewer/.cvsignore           ** NEW **
8645         * src/plugins/image_viewer/Makefile.am          ** NEW **
8646         * src/plugins/image_viewer/plugin.c             ** NEW **
8647         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8648                 move image viewer into a plugin (building is enabled by default)
8649                 [ToDo: Prefs for resize and autoview]
8650
8651 2003-03-25 [paul]       0.8.11claws45
8652
8653         * sync with 0.8.11cvs12
8654                 see ChangeLog 2003-03-26
8655
8656 2003-03-25 [paul]       0.8.11claws44
8657
8658         * sync with 0.8.11cvs11
8659                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8660                 
8661         Note: Selective Download is broken.
8662                 
8663 2003-03-22 [christoph]  0.8.11claws43
8664
8665         * src/folder.c
8666                 code cleanup for flags copying
8667
8668 2003-03-22 [christoph]  0.8.11claws42
8669
8670         * src/plugins/trayicon/trayicon.c
8671                 fix setting the transparent area when the window size
8672                 is forced by the system tray
8673
8674 2003-03-22 [christoph]  0.8.11claws41
8675
8676         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8677         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8678         * src/plugins/trayicon/newmail.xpm              ** NEW **
8679         * src/plugins/trayicon/nomail.xpm               ** NEW **
8680         * src/plugins/trayicon/trayicon.c
8681         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8682                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8683                 o add icon for unread mails
8684                 o set transparency for window
8685
8686 2003-03-22 [christoph]  0.8.11claws40
8687
8688         * src/news.c
8689                 init news session to prevent crash when session is closed
8690
8691 2003-03-22 [christoph]  0.8.11claws39
8692
8693         * src/imap.c
8694         * src/common/session.[ch]
8695                 Init session data to make sure we don't have invalid pointers
8696                 for read_ch and write_ch when new multi process sessions are
8697                 not used
8698
8699         * src/main.c
8700         * src/common/plugin.c
8701         * src/common/sylpheed.c
8702         * src/plugins/demo/demo.c
8703         * src/plugins/dillo_viewer/dillo_viewer.c
8704         * src/plugins/mathml_viewer/mathml_viewer.c
8705         * src/plugins/spamassassin/spamassassin.c
8706         * src/plugins/spamassassin/spamassassin_gtk.c
8707                 add plugin types to allow loading plugins at different times
8708                 (and maybe for different frontends), because it's not good to
8709                 load GTK-Plugins gefore gtk_init was called
8710
8711         * configure.ac
8712         * src/plugins/Makefile.am
8713         * src/plugins/trayicon/.cvsignore               ** NEW **
8714         * src/plugins/trayicon/Makefile.am              ** NEW **
8715         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8716         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8717         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8718         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8719         * src/plugins/trayicon/trayicon.c               ** NEW **
8720                 New Trayicon plugin that shows an icon in a systray that uses
8721                 XEMBED protocol like Gnome's systray. Icon shows if there
8722                 are new mails and a tooltip shows information about new,
8723                 unread and total messages.
8724
8725 2003-03-22 [paul]       0.8.11claws38
8726
8727         * src/common/smtp.c
8728                 fix ESMTP AUTH CRAM-MD5
8729                 [sync with main (still version 0.8.11cvs6), see
8730                  ChangeLog 2003-03-22]
8731
8732 2003-03-21 [colin]      0.8.11claws37
8733
8734         * src/send_message.c
8735                 Fix USE_SSL => USE_OPENSSL
8736
8737 2003-03-21 [colin]      0.8.11claws36
8738
8739         * src/folderview.c
8740                 Fix counts in drag and dropped subfolders
8741
8742 2003-03-21 [colin]      0.8.11claws35
8743
8744         * src/folder.c 
8745         * src/folderview.c
8746                 speed up a bit folder dnd
8747
8748 2003-03-20 [alfons]     0.8.11claws34
8749
8750         * src/main.c
8751         * src/toolbar.c
8752         * src/procmsg.c
8753                 don't send locked queue messages
8754                 (feature request "[ 705245 ] Locking message in outbox 
8755                  should prevent sending")
8756
8757 2003-03-20 [christoph]  0.8.11claws33
8758
8759         * src/folder.c
8760                 remove NEW and UNREAD flag in special folders when scanning
8761                 
8762         * src/common/smtp.c
8763                 fix ESMTP AUTH CRAM-MD5
8764
8765 2003-03-20 [paul]       0.8.11claws32
8766
8767         * src/prefs_account.c
8768                 Re-write 'Tunnel command to open connection' as
8769                 'Use command to communicate with server', and disable
8770                 it for all except IMAP accounts
8771
8772 2003-03-20 [paul]       0.8.11claws31
8773
8774         * sync with 0.8.11cvs6
8775                 see ChangeLog 2003-03-20
8776
8777 2003-03-19 [match]      0.8.11claws30
8778
8779         * src/addritem.[ch]
8780                 include documentation. minor refactoring.
8781         * src/addr_compl.[ch]
8782         * src/addrindex.[ch]
8783         * src/addresbook.[ch]
8784         * src/summaryview.c
8785                 re-enable address lookup (was disabled in
8786                 0.8.11claws20).
8787
8788 2003-03-19 [christoph]  0.8.11claws29
8789
8790         * src/procmsg.c
8791                 add temp flag handling, will make moving and copying
8792                 messages possible again
8793
8794         * src/folder.c
8795                 correct calulation of folder stats
8796
8797 2003-03-18 [match]      0.8.11claws28
8798
8799         * src/editgroup.h
8800                 remove case sensitive comparison (closes bug 80).
8801
8802 2003-03-18 [christoph]  0.8.11claws27
8803
8804         * src/imap.c
8805                 fix imap using a tunnel command
8806
8807         (closes bug 87)
8808
8809 2003-03-18 [christoph]  0.8.11claws26
8810
8811         * src/folder.[ch]
8812         * src/imap.c
8813         * src/procmsg.[ch]
8814                 rewrite flag handling for folders
8815
8816 2003-03-18 [christoph]  0.8.11claws25
8817
8818         * src/folder.c
8819         * src/procmsg.c
8820         * src/summaryview.c
8821                 unset NEW and UNREAD flags when message is ignored, to make
8822                 sure messages don't show up as unread on other IMAP clients,
8823                 because the IGNORE_THREAD flag can not be syncronized through
8824                 the IMAP folder
8825
8826 2003-03-17 [christoph]  0.8.11claws24
8827
8828         * src/imap.c
8829                 don't use recursion to fetch uids when the number of messages
8830                 does not match. Moved code into subfunction that is used
8831                 again when needed, to prevent an endless loop.
8832
8833 2003-03-17 [thorsten]   0.8.11claws23
8834
8835         * src/imageview.[ch]
8836                 export imageview_get_resized_size() (for plugins)
8837         * src/prefs_common.[ch]
8838                 added prefs_common_get() (for plugins)
8839
8840 2003-03-17 [christoph]  0.8.11claws22
8841
8842         * src/imap.c
8843                 o remove UID guessing from copy code
8844                 o support UIDPLUS extension for APPEND command
8845
8846 2003-03-17 [paul]       0.8.11claws21
8847
8848         * src/gtk/about.c
8849                 remove 'Compiled-plugins' section.
8850                 
8851         * src/plugins/dillo_viewer/dillo_viewer.c
8852                 slight change to description text
8853
8854 2003-03-16 [match]      0.8.11claws20
8855         * src/ldapserver.[ch]           ** NEW **
8856         * src/ldapctrl.[ch]             ** NEW **
8857         * src/ldapquery.[ch]            ** NEW **
8858         * src/ldaputil.[ch]             ** NEW **
8859         * src/addrcindex.[ch]           ** NEW **
8860         * src/addrquery.h               ** NEW **
8861         * src/addritem.[ch]
8862         * src/addrcache.[ch]
8863         * src/addrindex.[ch]
8864         * src/addr_compl.[ch]
8865         * src/addressbook.[ch]
8866         * src/addrbook.[ch]
8867         * src/editgroup.c
8868         * src/editaddress.c
8869         * src/editldap.c
8870         * src/editldap_basedn.c
8871         * src/vcard.c
8872         * src/jpilot.c
8873         * src/Makefile.am
8874                 included dynamic LDAP queries. improved address
8875                 completion.
8876
8877 2003-03-16 [paul]       0.8.11claws19
8878
8879         * tools/multiwebsearch.pl
8880                 fix a fatal typo
8881
8882 2003-03-16 [christoph]  0.8.11claws18
8883
8884         * src/mimeview.c
8885         * src/plugins/dillo_viewer/dillo_viewer.c
8886         * src/plugins/mathml_viewer/mathml_viewer.c
8887                 make unregistering of MimeViewerFactorys possible
8888
8889 2003-03-16 [alfons]     0.8.11claws17
8890
8891         * configure.ac
8892                 correct typo
8893
8894 2003-03-16 [melvin]     0.8.11claws16
8895
8896         * src/plugins/dillo_viewer.c
8897                 Fixed bug where it was not possible to view more than
8898                 one text/html attachment per message (bug discovered
8899                 by Christoph Hohmann).
8900
8901 2003-03-15 [melvin]     0.8.11claws15
8902
8903         * src/prefs_actions.c
8904                 Fixed compilation warnings.
8905
8906 2003-03-15 [melvin]     0.8.11claws14
8907
8908         * src/plugins/Makefile.am
8909         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8910         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8911         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8912                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8913                 newer (http://dillo.auriga.wearlab.de/).
8914
8915 2003-03-15 [christoph]  0.8.11claws13
8916
8917         * src/imap.c
8918                 don't query imap folder for attributes because we already
8919                 for them from imap_status
8920
8921         * src/mimeview.[ch]
8922                 add support for plugable MimeViewers (unloading Viewers
8923                 not yet complete)
8924
8925         * src/plugins/Makefile.am
8926         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8927         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8928         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8929                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8930                 widget from http://helm.cs.unibo.it/mml-widget/
8931
8932 2003-03-14 [christoph]  0.8.11claws12
8933
8934         * src/folder.[ch]
8935                 o error return code's should better be negative
8936                 o replace printf with debug_print
8937
8938         * src/imap.c
8939                 improve IMAP folder scan by checking UID-NEXT
8940
8941         * src/summaryview.c
8942                 remove check that are unnecessary in my opinion
8943
8944 2003-03-13 [christoph]  0.8.11claws11
8945
8946         * src/folder.[ch]
8947         * src/foldersel.c
8948         * src/folderview.c
8949         * src/imap.c
8950         * src/mbox_folder.c
8951         * src/mh.c
8952         * src/news.c
8953         * src/prefs_scoring.c
8954         * src/summaryview.c
8955                 use a common function to get a displayable name
8956                 for a FolderItem
8957
8958 2003-03-13 [paul]       0.8.11claws10
8959
8960         * tools/Makefile.am
8961           tools/README
8962           tools/multiwebsearch.conf     ** NEW FILE **
8963           tools/multiwebsearch.pl       ** NEW FILE **
8964                 add multiwebsearch Actions script
8965
8966 2003-03-13 [colin]      0.8.11claws9
8967
8968         * src/compose.c
8969                 Remove leading emtpy lines from quoted text
8970                 before quoting it
8971
8972 2003-03-13 [melvin]     0.8.11claws8
8973
8974         * src/prefs_actions.c
8975                 Fixed a memory leak
8976                 Code clean ups
8977                 Added Cancel and OK buttons
8978                 Corrected help text
8979
8980 2003-03-13 [christoph]  0.8.11claws7
8981
8982         * src/account.c
8983         * src/folder.[ch]
8984         * src/imap.c
8985         * src/mainwindow.c
8986         * src/mbox_folder.c
8987         * src/mh.c
8988         * src/news.c
8989         * src/setup.c
8990                 replace more folder type stuff with folder class stuff
8991
8992 2003-03-13 [melvin]     0.8.11claws6
8993
8994         * src/prefs_actions.c
8995                 Added new tokens:
8996                 %u: user provided argument
8997                 %h: user provided argument (hidden on input)
8998                 %s: current text selection in the message view 
8999
9000 2003-03-13 [paul]       0.8.11claws5
9001
9002         * sync with 0.8.11cvs5
9003                 see ChangeLog 2003-03-11, 2003-03-12
9004
9005 2003-03-12 [christoph]  0.8.11claws4
9006
9007         * src/folder.c
9008                 use folder class idstr when writing folderlist.xml
9009
9010         * src/folder.h
9011         * src/imap.c
9012         * src/news.c
9013                 replace folder type checks with folder class checks
9014
9015 2003-03-12 [christoph]  0.8.11claws3
9016
9017         * src/folder.[ch]
9018         * src/imap.[ch]
9019         * src/main.c
9020         * src/mbox_folder.[ch]
9021         * src/mh.[ch]
9022         * src/news.[ch]
9023                 o create a list of known folder classes in the folder system
9024                 o use folder class id strings for folder item identifiers
9025
9026 2003-03-12 [christoph]  0.8.11claws2
9027
9028         * src/imap.c
9029                 fix imap uid validity check
9030
9031 2003-03-12 [christoph]  0.8.11claws1
9032
9033         * src/account.c
9034         * src/folder.[ch]
9035         * src/foldersel.c
9036         * src/folderview.c
9037         * src/imap.c
9038         * src/mainwindow.c
9039         * src/mbox_folder.c
9040         * src/mh.c
9041         * src/news.c
9042         * src/prefs_scoring.c
9043         * src/procmsg.c
9044         * src/setup.c
9045         * src/summaryview.c
9046                 initial restructuring of folder system, seperating
9047                 folders and folder classes
9048
9049 2003-03-12 [paul]       0.8.11claws
9050
9051         0.8.11claws release
9052
9053 2003-03-12 [christoph]
9054
9055         * src/gtk/prefswindow.c
9056                 fix translation of "Page Index"
9057
9058 2003-03-12 [paul]       0.8.10claws110
9059
9060         a sync from 0.8.11cvs4 before the release
9061
9062         * src/common/utils.c
9063                 subject_compare_for_sort(): allow null strings (fixes
9064                 summary sorting).
9065
9066 2003-03-11 [paul]       0.8.10claws109
9067
9068         * po/es.po
9069                 update Spanish translation, submitted by
9070                 Ricardo Mones Lastra
9071
9072 2003-03-11 [melvin]     0.8.10claws108
9073
9074         * po/fr.po
9075                 Updated French translations
9076
9077 2003-03-11 [paul]       0.8.10claws107
9078
9079         * manual/en/Makefile.am
9080           manual/en/*.html
9081                 update English manual, add a new page
9082                 updated by Francois Barriere <fbarriere@atmel.fr>
9083                 
9084         * po/bg.po
9085           po/it.po
9086           po/sr.po
9087                 update Bulgarian, Italian, and Serbian translations
9088                 submitted by George Danchev, Alessandro Maestri, and
9089                 Urke MMI
9090
9091 2003-03-10 [paul]       0.8.10claws106
9092
9093         * src/gtk/about.c
9094           src/gtk/prefswindow.c
9095                 make some strings translatable
9096
9097 2003-03-10 [darko]      0.8.10claws105
9098
9099         * src/compose.c
9100                 code cleanup to make Hiro happy
9101
9102 2003-03-10 [paul]       0.8.10claws104
9103
9104         * sync with 0.8.11cvs2
9105                 see ChangeLog 2003-03-10
9106
9107 2003-03-09 [melvin]     0.8.10claws103
9108
9109         * src/textview.c
9110                 textview_set_font(): fix for message display in
9111                 UTF-8 locales (thanks to Sergey Vlasov).
9112                 (was unintentionnaly reverted in 0.8.6claws6)   
9113
9114 2003-03-08 [darko]      0.8.10claws102
9115
9116         * src/compose.c
9117                 fix infinite loop in wrapping as reported
9118                 by happycactus
9119                 obsoletes patch #696482
9120
9121 2003-03-08 [christoph]  0.8.10claws101
9122
9123         * src/imap.c
9124                 add workaround for IMAP servers that do not
9125                 support the "UID SEARCH UID" command
9126
9127 2003-03-07 [christoph]  0.8.10claws100
9128
9129         * src/plugins/spamassassin/spamassassin.[ch]
9130         * src/plugins/spamassassin/spamassassin_gtk.c
9131                 code cleanup
9132
9133 2003-03-07 [paul]       0.8.10claws99
9134
9135         * po/es.po
9136                 updated Spanish translation, submitted by
9137                 Ricardo Mones Lastra
9138
9139 2003-03-07 [christoph]  0.8.10claws98
9140
9141         * src/send.c
9142                 fix in 0.8.10claws94 was wrong
9143                 local delivery does not require escaping, remove escaping
9144                 code to make signatures of mails with "." lines valid
9145                 
9146                 NOTE: requires that sendmail is executed with "-i" option,
9147                       what is the default now, but has to be changed in all
9148                       exsiting accounts)
9149
9150 2003-03-07 [paul]       0.8.10claws97
9151
9152         * sync with 0.8.11 release
9153                 see ChangeLog 2003-03-07
9154
9155 2003-03-06 [paul]       0.8.10claws96
9156
9157         * src/compose.c
9158                 revert commit 0.8.10claws92
9159
9160 2003-03-06 [paul]       0.8.10claws95
9161
9162         * src/folderview.c
9163                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9164
9165         * src/gtkaspell.c
9166                 fix bug 74, 'Crash opening editor window with pseudo-color
9167                 display'
9168                 
9169         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9170
9171 2003-03-06 [christoph]  0.8.10claws94
9172
9173         * src/send.c
9174                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9175                 all lines starting with a period get an extra period
9176                 inserted
9177                 (found by Simon 'corecode' Schubert)
9178
9179 2003-03-06 [paul]       0.8.10claws93
9180
9181         * src/folderview.c
9182                 if configured font can't be loaded fall back to gtk
9183                 default. (with thanks to Christoph)
9184                 
9185                 closes long-standing bug 15 'Crashes on startup'
9186
9187 2003-03-06 [paul]       0.8.10claws92
9188
9189         * src/compose.c
9190                 freeze text before autosave and thaw afterwards
9191                 fixes bug 67 'autosave make re-rediting message crazy'
9192
9193 2003-03-06 [christoph]  0.8.10claws91
9194
9195         * src/compose.c
9196                 ignore address comment in dupe check for Cc-list
9197
9198         (closes reopened bug 47 Replying to message strips name part of
9199          e-mail addresses of Cc: lines)
9200
9201 2003-03-06 [paul]       0.8.10claws90
9202
9203         * src/Makefile.am
9204                 remove reference to gtkxtext.h as its no longer in
9205                 the repository
9206
9207 2003-03-06 [paul]       0.8.10claws89
9208
9209         * sync with 0.8.10cvs25
9210                 see ChangeLog 2003-03-06
9211
9212 2003-03-06 [oliver]     0.8.10claws88
9213         
9214         * src/messageview.c
9215                 remove include
9216
9217 2003-03-06 [oliver]     0.8.10claws87
9218         
9219         * src/folderview.c 
9220                 remove changes introduced inclaws74
9221         * src/messageview.c
9222                 another attempt to sanely delete and update
9223                 messages deleted in separate messageview
9224
9225 2003-03-05 [christoph]  0.8.10claws86
9226
9227         * src/summaryview.c
9228                 check if "From" matches any account's address if
9229                 addressbook completion of addresses is disabled too
9230
9231         (closes Bug 70 "Display recipient in from" doesn't check
9232          folder's default account)
9233
9234 2003-03-05 [christoph]  0.8.10claws85
9235
9236         * src/compose.c
9237         * src/common/utils.[ch]
9238                 don't strip address comments when building Cc lists
9239
9240         (closes Bug 47 Replying to message strips name part of e-mail addresses
9241          of Cc: lines)
9242
9243         * src/folder.c
9244                 fix return value of copy function
9245
9246 2003-03-05 [christoph]  0.8.10claws84
9247
9248         * src/imap.c
9249                 don't ask imap server for non rfc822 headers
9250
9251         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9252
9253         * src/imap.c
9254                 destroy session on socket error to allow reconnecting
9255
9256 2003-03-05 [christoph]  0.8.10claws83
9257
9258         * configure.ac
9259                 fix building with gnome when no prefix is set
9260
9261         (closes bug 66 Gnome directory is set to NONE)
9262
9263 2003-03-05 [paul]       0.8.10claws82
9264
9265         * sync with 0.8.10cvs23
9266                 see ChangeLog 2003-03-05
9267
9268 2003-03-04 [christoph]  0.8.10claws81
9269
9270         * src/folder.c
9271                 o fix moving and copying when folder returns 0 for new
9272                   message number
9273                 o remove some code for single message copy and move
9274                   operations and use functions for multiple messages
9275
9276         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9277
9278         * src/news.c
9279                 remove unused include
9280
9281 2003-03-04 [paul]       0.8.10claws80
9282
9283         * src/gtk/about.c
9284                 list 'Compiled plugins'
9285
9286 2003-03-03 [christoph]  0.8.10claws79
9287
9288         * src/news.[ch]
9289                 have to multiply the percentage of the current fetch with
9290                 the percentage that it has of the total fetch operation
9291                 for correct values
9292
9293 2003-03-03 [christoph]  0.8.10claws78
9294
9295         * src/news.c
9296                 fix calculation of expected lines for progress indicator
9297
9298 2003-03-03 [christoph]  0.8.10claws77
9299
9300         * src/summaryview.c
9301         * src/common/utils.c
9302                 fix segfault when opening the root news folder
9303
9304 2003-03-03 [christoph]  0.8.10claws76
9305
9306         * src/mainwindow.[ch]
9307         * src/common/Makefile.am
9308         * src/common/progressindicator.[ch]
9309                 add UI independent progress indicator handling
9310
9311         * src/news.[ch]
9312                 use new progress indicator for message info fetching
9313
9314         * src/common/hooks.h
9315                 code cleanup
9316
9317 2003-03-03 [oliver]     0.8.10claws75
9318
9319         * src/toolbar.c
9320         * src/compose.c
9321                 removed commented code
9322
9323 2003-03-03 [oliver]     0.8.10claws74
9324
9325         * src/toolbar.[ch]
9326                 cleanups and refactoring
9327         * src/compose.[ch]
9328                 compose_reply_mode reply & forwarding interface for
9329                 toolbar buttons
9330         * src/folderview.c
9331                 act on messages marked for deletion in folderview_selected
9332                 based on prefs_common.immediate_exec since a message might 
9333                 have been deleted by messageview in a folder we are changing 
9334                 to (does anybody understand what I'm on about ?)
9335
9336 2003-03-03 [oliver]     0.8.10claws73
9337         
9338         * src/messageview.[ch]
9339                 new functions
9340                 - messageview_delete: delete message shown in messagview
9341                 - messageview_update_view: update messageview to currently 
9342                   selected summaryview message
9343                 - add separate messageview to msgview_list in order to update 
9344                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9345         * src/summaryview.[ch]
9346                 summary_get_selection returns a list of selected msgs
9347                 in summaryview
9348         * src/mainwindow.c
9349                 toolbar reply refactoring
9350
9351 2003-03-03 [paul]       0.8.10claws72
9352
9353         * sync with 0.8.10cvs21
9354                 see ChangeLog 2003-03-03
9355
9356 2003-03-02 [christoph]  0.8.10claws71
9357
9358         * src/common/passcrypt.c
9359                 use POSIX includes
9360
9361 2003-03-02 [christoph]  0.8.10claws70
9362
9363         * configure.ac
9364         * src/prefs_account.c
9365         * src/prefs_gtk.[ch]
9366         * src/common/.cvsignore
9367         * src/common/Makefile.am
9368         * src/common/passcrypt.c                ** NEW **
9369         * src/common/passcrypt.h.in             ** NEW **
9370                 Implement password encryption in config files
9371                 using unix encrypt and setkey functions. The crypt
9372                 key can be set as a configure parameter. Old
9373                 passwords will be converted if they do not begin
9374                 with '!'
9375
9376 2003-03-02 [paul]       0.8.10claws69
9377
9378         * src/prefs_account.c
9379                 fix compile error
9380
9381 2003-03-01 [thorsten]   0.8.10claws68
9382
9383         * po/el.po
9384           po/hr.po
9385           po/it.po
9386           po/nl.po
9387           po/sr.po
9388           po/sv.po
9389                 corrected format strings
9390         * po/en_GB.po
9391                 corrected headers
9392                 (fix compile errors with GNU gettext-0.11.5)
9393
9394 2003-03-01 [oliver]     0.8.10claws67
9395
9396         * src/summaryview.c
9397                 menu callbacks call toolbar_menu_reply
9398
9399 2003-03-01 [oliver]     0.8.10claws66
9400
9401         * src/mainwindow.c
9402         * src/messageview.c
9403                 menu callbacks call toolbar_menu_reply
9404         * src/toolbar.[ch]
9405                 callbacks from menu handled by toolbar_menu_reply
9406
9407 2003-03-01 [paul]       0.8.10claws65
9408
9409         * src/addressbook.c
9410                 revert commit 0.8.10claws54 - breaks editing of
9411                 addressbook.
9412                 
9413         * po/bg.po
9414                 update Bulgarian translation, submitted by
9415                 George Danchev
9416
9417 2003-02-28 [christoph]  0.8.10claws64
9418
9419         * src/account.c
9420         * src/addressadd.c
9421         * src/compose.c
9422         * src/gtkaspell.c
9423         * src/gtkxtext.h                ** REMOVE **
9424         * src/imap.c
9425         * src/matcher.[ch]
9426         * src/mh.c
9427         * src/news.c
9428         * src/pine.c
9429         * src/prefs_common.c
9430         * src/prefs_matcher.c
9431         * src/procheader.[ch]
9432         * src/procmsg.[ch]
9433         * src/toolbar.c
9434         * src/common/ssl_certificate.c
9435         * src/gtk/colorlabel.c
9436         * src/gtk/menu.c
9437                 o fix warnings
9438                 o remove code obsoleted by new cache and folder system rework
9439
9440 2003-02-28 [oliver]     0.8.10claws63
9441         
9442         * src/toolbar.[ch]
9443                 * fix bug where reply in Messageview replied to 
9444                 Message displayed in summaryview
9445                 (reportedd via ML by chinatinte at gmx dot ch)
9446                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9447                 didn't work in separate MessageView Toolbar
9448                 (wondering if anybody uses this at all ?)
9449         * src/summaryview.[ch]
9450                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9451                 (generalize reply and forward code);
9452         * src/messageview.c 
9453                 remove focus_in event which updated summaryview to messageview
9454
9455 2003-02-28 [paul]       0.8.10claws62
9456
9457         * po/Makefile.in.in
9458                 add the --check option
9459                 Patch submitted by Ricardo Mones Lastra
9460
9461 2003-02-28 [paul]       0.8.10claws61
9462
9463         * src/prefs_account.c
9464                 re-order 'Signature' items
9465
9466 2003-02-28 [paul]       0.8.10claws60
9467
9468         * sync with 0.8.10cvs20
9469                 see ChangeLog 2003-02-28
9470
9471 2003-02-28 [paul]       0.8.10claws59
9472
9473         * po/POTFILES.in
9474                 update to reflect recent movement of files
9475
9476 2003-02-28 [paul]       0.8.10claws58
9477
9478         * sync with 0.8.10cvs19
9479                 see ChangeLog 2003-02-28
9480
9481 2003-02-27 [martin]     0.8.10claws57
9482
9483         * src/prefs_matcher.c 
9484                 fix segfault in prefs_matcher_ok() when the
9485                 last entry is deleted and prevents that the
9486                 message "entry not saved" comes up after deleting
9487                 an entry
9488
9489 2003-02-27 [martin]     0.8.10claws56
9490
9491         * src/prefs_filtering.c 
9492                 fix segfault in prefs_filtering_ok() when the
9493                 last entry is deleted and prevents that the
9494                 message "entry not saved" comes up after deleting
9495                 an entry
9496
9497 2003-02-27 [paul]       0.8.10claws55
9498
9499         * sync with 0.8.10cvs18
9500                 see ChangeLog 2003-02-27
9501
9502 2003-02-27 [paul]       0.8.10claws54
9503
9504         * src/addressbook.c
9505                 fix bug where the address book crashes with 
9506                 multiple lookups.
9507                 Patch [687729] submitted by David Frager 
9508                 <dbfrager@users.sourceforge.net>
9509
9510 2003-02-25 [christoph]  0.8.10claws53
9511
9512         * src/Makefile.am
9513         * src/colorlabel.[ch]           ** REMOVE **
9514         * src/gtk/Makefile.am
9515         * src/gtk/colorlabel.[ch]       ** NEW **
9516                 move colorlabel files to gtk directory
9517
9518         * src/esmtp.[ch]                ** REMOVE **
9519                 has been merged into smtp.[ch] in 0.7.5
9520
9521 2003-02-25 [christoph]  0.8.10claws52
9522
9523         * src/Makefile.am
9524         * src/about.[ch]                ** REMOVE **
9525         * src/gtk/Makefile.am
9526         * src/gtk/about.[ch]            ** NEW **
9527                 move about files to gtk directory
9528
9529 2003-02-25 [christoph]  0.8.10claws51
9530
9531         * src/folder.c
9532                 some code optimization of folder scanning code
9533
9534         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9535
9536 2003-02-25 [christoph]  0.8.10claws50
9537
9538         * src/main.c
9539         * src/common/sylpheed.c
9540                 add command line parameter parsing to common code
9541
9542 2003-02-24 [christoph]
9543
9544         * Makefile.am
9545         * configure.ac
9546                 fix gnome prefix problems, the configure script now removed
9547                 `gnome-config --prefix` from `gnome-config --datadir`
9548                 and adds $(prefix} instead
9549
9550         (closes Bug 24 Makefile does not respect prefix when installing
9551          GNOME data)
9552
9553 2003-02-24 [christoph]  0.8.10claws49
9554
9555         * src/news.c
9556                 check for valid session before trying to authenticate
9557
9558         (closes Bug 60 crash if "authenticate on logon" is activated
9559          and newsserver-hostname is not valid)
9560
9561 2003-02-24 [melvin]     0.8.10claws48
9562
9563         * src/prefs_actions.c
9564                 Make sure all user's input is sent to the action and then
9565                 close the socket..
9566
9567 2003-02-23 [alfons]     0.8.10claws46
9568
9569         * src/summaryview.c
9570                 also wait cursor when deleting files
9571
9572 2003-02-23 [paul]
9573
9574         * tools/freshmeat_search.pl
9575           tools/google_search.pl
9576                 scripts should now work for any browser/browser command line
9577
9578 2003-02-22 [christoph]  0.8.10claws45
9579
9580         * src/procmsg.c
9581                 fix IMAP flag setting, IMAP flag is not handled correctly
9582                 anymore by the folder system and information about the
9583                 folder should not be saved in the MsgInfo (in my opinion)
9584
9585         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9586
9587 2003-02-22 [christoph]  0.8.10claws44
9588
9589         * src/summaryview.c
9590                 fix spelling of "label" ;-)
9591
9592 2003-02-22 [thorsten]   0.8.10claws43
9593
9594         * src/mimeview.c
9595           src/prefs_common.[ch]
9596           src/procmime.[ch]
9597                 do not use description as attachment name
9598
9599 2003-02-22 [alfons]     0.8.10claws42
9600
9601         * src/summaryview.c
9602                 freeze/thaw folder item updates when changing color labels,
9603                 and put a wait cursors on
9604
9605 2003-02-22 [thorsten]   0.8.10claws41
9606
9607         * src/mimeview.c
9608                 save-all fixes: crash if invoked on multipart container,
9609                 mimeinfo access, pathseparators, error dialog
9610
9611 2003-02-21 [alfons]     0.8.10claws40
9612
9613         * src/prefs_gtk.c
9614                 remove unused var
9615
9616 2003-02-21 [colin]      0.8.10claws39
9617
9618         * src/send.c
9619                 Fix smtp logging
9620
9621 2003-02-21 [colin]      0.8.10claws38
9622
9623         * src/summaryview.c
9624                 Freeze/thaw folderItem updates when filtering messages 
9625                 via Tools/Filter messages
9626
9627 2003-02-21 [paul]       0.8.10claws37
9628
9629         * src/compose.c
9630                 revert commit 0.8.10claws26, there are ulterior motives
9631                 for users to set a Reply-To header when posting to
9632                 newsgroups
9633
9634 2003-02-21 [paul]       0.8.10claws36
9635
9636         * sync with 0.8.10cvs17
9637                 see ChangeLog 2003-02-21
9638
9639 2003-02-20 [christoph]  0.8.10claws35
9640
9641         * src/imap.c
9642                 IMAP UID fetch speedup using SEARCH
9643
9644         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9645
9646         * src/imap.c
9647                 fix problem with UIDs in IMAP UID cache that no longer existed
9648
9649 2003-02-20 [christoph]  0.8.10claws34
9650
9651         * src/imap.c
9652         * src/procheader.c
9653         * src/procheader.h
9654                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9655
9656         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9657
9658         * src/imap.c
9659                 Rewrite imap_cmd_gen_recv use sock_getline instead
9660                 of sock_gets to avoid problems with too long reply
9661                 lines
9662     
9663 2003-02-20 [colin]      0.8.10claws33
9664         
9665         * src/prefs_account.c
9666                 Better wording
9667
9668 2003-02-20 [colin]      0.8.10claws32
9669
9670         * src/compose.c
9671                 Remove useless '&& !to_sender' 
9672
9673 2003-02-20 [darko]
9674
9675         * AUTHORS
9676                 change my e-mail address
9677
9678 2003-02-19 [colin]      0.8.10claws31
9679
9680         * src/prefs_common.c
9681                 X11 style colors for every configurable color
9682
9683 2003-02-19 [alfons]     0.8.10claws30
9684
9685         * src/prefs_gtk.[ch]
9686         * src/prefs_common.c
9687                 for color_new accept both plain integers and X11 style color
9688                 names (as found in /usr/lib/X11/rgb.txt)
9689
9690 2003-02-19 [paul]       0.8.10claws29
9691
9692         * src/mainwindow.c
9693                 add tooltips to online/offline button and account selector
9694                 button
9695
9696 2003-02-19 [paul]       0.8.10claws28
9697
9698         * src/folder.c
9699           src/news.c
9700           src/prefs_account.[ch]
9701           src/prefs_common.[ch]
9702                 move 'Maximum number of articles to download' to
9703                 account prefs.
9704                 clean up account prefs gui a little by hiding entries
9705                 rather then greying out entries
9706
9707 2003-02-19 [hiro]       0.8.10claws27
9708
9709         * src/common/utils.c
9710                 fix bug #54 'yesterdays date is displayed in the message 
9711                 summary window'
9712
9713 2003-02-19 [paul]       0.8.10claws26
9714
9715         * src/compose.c
9716                 fix bug reported in Feature Request [688596] 
9717                 'Reply-to header in news'
9718
9719 2003-02-18 [paul]       0.8.10claws25
9720
9721         * src/select-keys.c
9722                 add a 'List all keys' button to key selection dialog
9723
9724 2003-02-18 [colin]      0.8.10claws24
9725         
9726         * src/stock_pixmap.c
9727                 fix compile error
9728
9729 2003-02-18 [colin]      0.8.10claws23
9730
9731         * src/common/smtp.[ch]
9732           src/prefs_account.c
9733                 Try to starttls if it seems to be the only
9734                 way to authenticate a user
9735
9736 2003-02-18 [paul]       0.8.10claws22
9737
9738         * src/Makefile.am
9739           src/folderview.c
9740           src/stock_pixmap.[ch]
9741           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9742           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9743                 as a Drafts folder is a special folder allow it to have
9744                 its own unique icons
9745
9746 2003-02-18 [colin]      0.8.10claws21
9747
9748         * src/imap.c
9749                 Fix port selection when using starttls
9750
9751 2003-02-18 [paul]       0.8.10claws20
9752
9753         * src/mainwindow.c
9754           src/prefs_common.[ch]
9755                 make blue the default new mail colour
9756
9757 2003-02-18 [paul]       0.8.10claws19
9758
9759         * sync with 0.8.10cvs14
9760                 see ChangeLog 2003-02-18
9761
9762 2003-02-17 [jens]       0.8.10claws18
9763
9764         * src/common/md5.c
9765                 fixed a compile problem with gcc 3.3
9766                 works on 2.95.3 too (testet on PPC as it is big endian)
9767
9768 2003-02-17 [paul]       0.8.10claws17
9769
9770         * sync with 0.8.10cvs13
9771                 see ChangeLog 2003-02-17
9772
9773 2003-02-17 [paul]       0.8.10claws16
9774
9775         * sync with 0.8.10cvs12
9776                 see ChangeLog 2003-02-17
9777
9778 2003-02-16 [match]      0.8.10claws15
9779
9780         * src/addressbook.c
9781                 Eliminates reloading of address data when items
9782                 deleted or added. Applied submitted by
9783                 Luke Plant <lukeplant@softhome.net>
9784
9785 2003-02-16 [paul]       0.8.10claws14
9786
9787         * src/news.c
9788                 when a 'protocol error' is encountered disconnect from
9789                 the server. This means that the user can carry on viewing
9790                 other articles and doesn't have to either wait until the
9791                 server timesout or quit sylpheed.
9792                 Fixes bug #53 'Unable to read messages in newsgroups, 
9793                 displayed message doesn't change'
9794
9795 2003-02-15 [christoph]  0.8.10claws13
9796
9797         * src/imap.c
9798                 fix bug that stopped scanning of folders when an
9799                 IMAP folder was empty
9800
9801         (closes bug 46 stop scan messages in folders after empty folder)
9802
9803 2003-02-15 [paul]
9804
9805         * tools/Makefile.am
9806           tools/README
9807           tools/freshmeat_search.pl     ** NEW FILE **
9808           tools/google_search.pl        ** NEW FILE **
9809                 Add 2 Actions scripts which search freshmeat/google
9810                 for the selected text using the browser configured
9811                 in sylpheedrc.
9812                 
9813         Note: These scripts are very dependent on the format of the
9814         browser command and may not work on every occasion. Testing
9815         is welcome. 
9816
9817 2003-02-14 [alfons]     0.8.10claws12
9818
9819         * src/compose.c
9820                 fix breakage because of uninitialized account pointer.
9821                 please verify.
9822
9823 2003-02-14 [paul]       0.8.10claws11
9824
9825         * src/compose.c
9826           src/prefs_account.[ch]
9827           src/prefs_common.[ch]
9828                 move signature settings to Account Prefs
9829
9830 2003-02-14 [paul]       0.8.10claws10
9831
9832         * sync with 0.8.10cvs11
9833                 see ChangeLog 2003-02-14
9834
9835 2003-02-13 [thorsten]   0.8.10claws9
9836
9837         * src/news.c
9838                 revert news progressbar (GUI separation)
9839
9840 2003-02-13 [paul]       0.8.10claws8
9841
9842         * src/compose.c
9843                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9844                 paragraph 1
9845
9846 2003-02-13 [paul]       0.8.10claws7
9847
9848         * src/compose.[ch]
9849           src/summaryview.c
9850                 fix 'Follow-up and Reply-to' so that it creates a reply to
9851                 the newsgroup and the sender. If the message has the keyword
9852                 'poster' in the Followup-To header, all replies go to the
9853                 sender, re: RFC 1036, Section 2.2.3
9854                 rename all instances of 'ignore_replyto' to 'to_sender', both
9855                 were previously used, now we use just one.
9856
9857 2003-02-13 [paul]       0.8.10claws6
9858
9859         * sync with 0.8.10cvs9
9860                 see ChangeLog 2003-02-13
9861
9862 2003-02-13 [paul]       0.8.10claws5
9863
9864         * configure.ac
9865                 show which plugins are configured in the configure
9866                 output.
9867
9868 2003-02-12 [thorsten]   0.8.10claws4
9869
9870         * src/news.c
9871                 show progress while fetching news headers
9872
9873 2003-02-12 [christoph]  0.8.10claws3
9874
9875         * configure.ac
9876         * src/plugins/Makefile.am
9877                 use AM_CONDITIONAL to enable plugins, automake correctly
9878                 manages this when creating distdir
9879
9880 2003-02-12 [christoph]  0.8.10claws2
9881
9882         * ac/spamassassin.m4
9883         * src/plugins/spamassassin/Makefile.am
9884                 fix building SpamAssassin plugin without OpenSSL
9885
9886 2003-02-12 [paul]       0.8.10claws1
9887
9888         * ac/Makefile.am
9889           src/Makefile.am
9890           src/plugins/Makefile.am
9891                 fix failure of 'make release'
9892
9893 2003-02-12 [paul]       0.8.10claws
9894
9895         * 0.8.10claws released
9896
9897 2003-02-12 [paul]       0.8.9claws56
9898
9899         * po/bg.po
9900           po/es.po
9901           po/it.po
9902           po/ru.po
9903           po/sr.po
9904                 updated translations by George Danchev, Ricardo Mones Lastra,
9905                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9906                 
9907         * sylpheed.spec.in
9908                 Allow the building of RPMs by a regular user. Submitted
9909                 by Sergei Astanin
9910
9911 2003-02-11 [alfons]     0.8.9claws55
9912
9913         * src/colorlabel.c
9914                 don't use pixmaps for label color rect but draw rectangles
9915                 so we can respect the color map of palette based visuals
9916                 (fixes the long time crashes on Suns - thanks to Andreas
9917                 Engel and Steve O'Hara-Smith for testing)
9918
9919 2003-02-11 [christoph]  0.8.9claws54
9920
9921         * src/matcher_parser_parse.y
9922                 correct bug where filering rules of not existing folders in
9923                 matcherrc were added to global filtering
9924                 
9925         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9926          main filter-rules after removing directory, http://bugs.debian.org/180253)
9927         
9928 2003-02-11 [paul]       0.8.9claws53
9929
9930         * sync with 0.8.10cvs7
9931                 see ChangeLog 2003-02-09
9932
9933 2003-02-11 [melvin]     0.8.9claws52
9934
9935         * po/fr.po
9936                 Updated French tranlsations
9937
9938 2003-02-10 [paul]       0.8.9claws51
9939
9940         * sylpheed.spec.in
9941                 correct --enable-openssl
9942                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9943
9944 2003-02-09 [martin]     0.8.9claws50
9945
9946         * src/prefs_matcher.c
9947                 fix segfault in prefs_matcher_substitute_cb() when
9948                 no row is selected
9949
9950 2003-02-09 [paul]       0.8.9claws49
9951
9952         * src/folderview.c
9953                 fix bug where a newsgroup folder's processing rules were
9954                 merged with the global filtering rules when the newsgroup
9955                 folder was deleted, causing some seriously bad results,
9956                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9957
9958 2003-02-08 [melvin]     0.8.9claws48
9959
9960         * src/compose.c
9961                 Corrected and modified an alert message.
9962
9963 2003-02-07 [paul]       0.8.9claws47
9964
9965         * src/folderview.c
9966                 fix bug where both an 'Account properties' window and a
9967                 'Folder properties' window were opened when clicking on
9968                 'Properties' in an NNTP or IMAP folder's popup menu.
9969
9970 2003-02-07 [paul]       0.8.9claws46
9971
9972         * sync with 0.8.10cvs6
9973                 see ChangeLog 2003-02-06
9974
9975 2003-02-06 [christoph]  0.8.9claws45
9976
9977         * src/mbox.c
9978                 freeze folder updates while importing mbox files
9979                 (closes bug 43 importing mbox took hours)
9980                 
9981         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9982
9983 2003-02-06 [thorsten]   0.8.9claws44
9984
9985         * po/de.po
9986                 Updated german translations
9987
9988 2003-02-06 [thorsten]   0.8.9claws43
9989
9990         * src/news.h
9991                 use guint for message numbers (fix count in grouplist dialog)
9992
9993 2003-02-05 [paul]       0.8.9claws42
9994
9995         * sync with 0.8.10cvs2
9996                 see ChangeLog 2003-02-05
9997
9998 2003-02-04 [colin]      0.8.9claws41
9999
10000         * src/prefs_common.[ch]
10001           src/procmsg.c
10002           src/summaryview.c
10003                 Add an option to disable threading by subject
10004
10005 2003-02-04 [christoph]  0.8.9claws40
10006
10007         * src/inc.c
10008                 only abort fetching mails from multiple accounts when the
10009                 error is fatal and does not allow to check any more accounts
10010                 (currently only disk full error)
10011
10012         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10013          receive mails for other accouts)
10014
10015 2003-02-04 [christoph]  0.8.9claws39
10016
10017         * src/folder.c
10018                 first add the new message to the cache, then
10019                 send the update notification
10020
10021         (closes bug 39 after sending message folderview doesnt get updated)
10022
10023 2003-02-04 [colin]      0.8.9claws38
10024
10025         * src/inc.c
10026                 _really_ fix this Connecting... status
10027
10028 2003-02-04 [paul]       0.8.9claws37
10029
10030         * sync with 0.8.10
10031                 see ChangeLog 2003-02-04
10032
10033 2003-02-04 [paul]       0.8.9claws36
10034
10035         * sync with 0.8.9cvs6
10036                 see ChangeLog 2003-02-03
10037
10038 2003-02-04 [paul]       0.8.9claws35
10039
10040         * po/pt_BR.po
10041                 updated by André Filipe de Assunção e Brito 
10042                 <bedecko@netsite.com.br>
10043
10044 2003-02-03 [thorsten]   0.8.9claws34
10045
10046         * po/de.po
10047                 Updated german translations
10048
10049 2003-02-02 [paul]       0.8.9claws33
10050
10051         * po/es.po
10052                 updated by Ricardo Mones Lastra
10053
10054 2003-02-02 [thorsten]   0.8.9claws32
10055
10056         * src/mh.c
10057                 Fix mh_get_msginfo() segfault if file is inaccessible
10058
10059 2003-01-31 [colin]      0.8.9claws31
10060
10061         * src/procheader.c
10062                 Fix last commit's bug
10063
10064 2003-01-31 [colin]      0.8.9claws30
10065
10066         * src/procheader.c
10067                 Missing a change for gpg-signed messages
10068
10069 2003-01-31 [paul]       0.8.9claws29
10070
10071         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10072           src/procheader.c
10073           src/stock_pixmap.[ch]
10074           src/summaryview.c
10075                 indicate GnuPG signed messages by displaying an icon
10076                 in the Attachment column.
10077
10078 2003-01-31 [paul]       0.8.9claws28
10079
10080         * sync with 0.8.9cvs4
10081                 see ChangeLog 2003-01-31
10082
10083 2003-01-31 [alfons]     0.8.9claws27
10084
10085         * src/textview.c
10086                 tune URI parser to accept mailto URLs with a '?'
10087                 (patch from Ruslan Balkin)
10088
10089 2003-01-31 [colin]      0.8.9claws26
10090
10091         * src/summaryview.c
10092                 Fix a leak introduced in claws24
10093
10094 2003-01-31 [colin]      0.8.9claws25
10095
10096         * src/summaryview.c
10097                 Freeze/Thaw folder updates when deleting dups
10098
10099 2003-01-31 [colin]      0.8.9claws24
10100         
10101         * src/addr_compl.c
10102           src/summaryview.c
10103           src/msgcache.c
10104                 little speed improvements
10105
10106 2003-01-31 [colin]      0.8.9claws23
10107
10108         * src/summaryview.c
10109                 Fix segfault when forwarding nothing
10110                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10111                 
10112 2003-01-30 [paul]       0.8.9claws22
10113
10114         * sync with 0.8.9cvs3
10115                 see ChangeLog 2003-01-30
10116
10117 2003-01-30 [paul]       0.8.9claws21
10118
10119         * sync with 0.8.9cvs2
10120                 see ChangeLog 2003-01-30
10121
10122 2003-01-29 [paul]       0.8.9claws20
10123
10124         * sync with 0.8.9cvs1
10125                 see ChangeLog 2003-01-29
10126
10127 2003-01-28 [paul]       0.8.9claws19
10128
10129         * po/POTFILES.in
10130                 update to reflect changes. 
10131                 thanks to Ricardo Mones Lastra
10132
10133 2003-01-27 [christoph]  0.8.9claws18
10134
10135         * ac/openssl.m4
10136         * ac/spamassassin.m4
10137         * src/plugins/spamassassin/README
10138         * src/plugins/spamassassin/libspamc.[ch]
10139         * src/plugins/spamassassin/utils.[ch]
10140                 updated to latest libspamc
10141
10142 2003-01-27 [christoph]  0.8.9claws17
10143
10144         * src/folder.c
10145                 fix wrong use of procheader_get_header_fields
10146
10147 2003-01-27 [christoph]  0.8.9claws16
10148
10149         * src/news.c
10150         * src/prefs_account.[ch]
10151         * src/common/nntp.[ch]
10152                 allow to force authentication for NNTP servers
10153
10154         Patch submitted by Florian Mickler <dmk@d-labs.de>
10155
10156 2003-01-26 [paul]       0.8.9claws15
10157
10158         * src/summaryview.c
10159                 speed up of marking messages as read
10160                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10161
10162 2003-01-26 [christoph]  0.8.9claws14
10163
10164         * src/Makefile.am
10165         * src/mgutils.[ch]              ** REMOVE **
10166         * src/xml.[ch]                  ** REMOVE **
10167         * src/xmlprops.[ch]             ** REMOVE **
10168         * src/common/Makefile.am
10169         * src/common/mgutils.[ch]       ** NEW **
10170         * src/common/xml.[ch]           ** NEW **
10171         * src/common/xmlprops.[ch]      ** NEW **
10172                 move xml files to common directory
10173
10174 2003-01-26 [christoph]  0.8.9claws13
10175
10176         * src/plugins/spamassassin/spamassassin_gtk.c
10177                 only set gtk entry text if string is available
10178
10179 2003-01-26 [melvin]     0.8.9claws12
10180
10181         * src/description_window.c
10182                 Allow resizing of the window
10183                 Allow automatic horizontal scroll bar
10184                 Do not vertically expand and fill
10185
10186 2003-01-26 [christoph]  0.8.9claws11
10187
10188         * src/Makefile.am
10189         * src/gtkutils.[ch]             ** REMOVE **
10190         * src/common/sylpheed.c
10191         * src/gtk/Makefile.am
10192         * src/gtk/description_window.c
10193         * src/gtk/gtkutils.[ch]         ** NEW **
10194         * src/gtk/prefswindow.c
10195                 move gtkutils to gtk directory
10196
10197 2003-01-26 [paul]       0.8.9claws10
10198
10199         * src/summaryview.c
10200                 rename summary_unread_clicked() to summary_status_clicked()
10201
10202 2003-01-26 [melvin]     0.8.9claws9
10203
10204         * src/prefs_actions.c
10205                 Cosmetical changes to the help text
10206
10207 2003-01-26 [paul]       0.8.9claws8
10208
10209         * src/folder.[ch]
10210           src/mainwindow.c
10211           src/prefs_common.c
10212           src/prefs_sumamry_column.c
10213           summaryview.[ch]
10214                 rename the 'Unread' column to 'Status'
10215
10216 2003-01-25 [match]      0.8.9claws7
10217
10218         * src/mgutils.[ch]
10219                 removed reference to LDAP constants. removed error2string.
10220                 included functions to support LDAP dynamic queries.
10221         * src/syldap.h
10222                 moved LDAP constants here.
10223         * src/addressbook.c
10224         * src/addrindex.c
10225         * src/importldif.c
10226                 removed references to LDAP constants and references to
10227                 error2string.
10228
10229 2003-01-25 [paul]       0.8.9claws6
10230
10231         * src/summaryview.c
10232                 summary_thread_build(), summary_thread_init(): remove 
10233                 unneeded reference to summaryview->folder_item
10234
10235 2003-01-25 [christoph]  0.8.9claws5
10236
10237         * src/gtk/description_window.c
10238                 o allow description texts to expand over multiple columns
10239                 o translate all columns
10240         * src/prefs_actions.c
10241                 change syntax description to use new multi column feature
10242
10243         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10244
10245 2003-01-25 [match]      0.8.9claws4
10246
10247         * src/vcard.c
10248                 fixed bug with Quoted-Printable
10249
10250 2003-01-25 [paul]       0.8.9claws3
10251
10252         * src/folder.[ch]
10253           src/summaryview.[ch]
10254                 implement per-folder collapsed/expanded threads setting
10255                 
10256         * src/prefs_common.c
10257                 remove global collapsed/expanded threads option
10258
10259 2003-01-25 [christoph]  0.8.9claws2
10260
10261         * po/POTFILES.in
10262                 add pluginwindow and prefswindow
10263         * src/compose.c
10264                 make send respond correctly to messages that could be added
10265                 to the queue folder, but the UID of the message is unknown
10266         * src/folder.c
10267         * src/imap.c
10268                 don't return guessed UIDs in imap_add_msg anymore. We return
10269                 0 to tell the folder system it was appened but the UID is
10270                 unknown. Folder system now get's the UID by scaning the folder
10271                 and searching the cache for the Message-ID
10272                 (closes bug #29 Messages queued, but not sent)
10273
10274 2003-01-25 [paul]       0.8.9claws1
10275
10276         * src/codeconv.c
10277                 conv_encode_header():  fix bug when long headers with 8-bit
10278                 characters are used, so that the encoded words are wrapped.
10279                 If the space in the original text falls on the wrap boundary,
10280                 it can be lost.
10281                 Patch by Sergey Vlasov.
10282                 
10283         * src/folderview.c
10284                  fix bug where a change to the sorting method or thread view
10285                  of a folder's messages is lost if simpify-subject is set and
10286                  toggled on or off.
10287                  Patch by Luke Plant.
10288
10289 2003-01-24 [paul]       0.8.9claws
10290
10291         * sylpheed-0.8.9claws released
10292         
10293         * Makefile.am
10294           sylpheed.spec.in
10295                 remove reference to 'INSTALL.jp'
10296
10297 2003-01-23 [paul]       0.8.8claws128
10298
10299         * po/es.po
10300           po/it.po
10301           po/ru.po
10302           po/sr.po
10303                 updated translations. submitted by Ricardo Mones Lastra,
10304                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10305
10306 2003-01-23 [colin]      0.8.8claws127
10307
10308         * src/compose.c
10309                 Fix drafted and queued news articles re-edition
10310
10311 2003-01-23 [melvin]     0.8.8claws126
10312
10313         * po/fr.po
10314                 Updated French translations
10315
10316 2003-01-23 [colin]      0.8.8claws125
10317
10318         * src/inc.c
10319                 Fix "Connecting to..." status message
10320
10321 2003-01-22 [paul]       0.8.8claws124
10322
10323         * po/bg.po
10324                 updated by George Danchev
10325                 
10326         * src/folder.c
10327                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10328                 and folder deletion
10329
10330 2003-01-21 [paul]       0.8.8claws123
10331
10332         * po/bg.po
10333                 updated by George Danchev
10334                 
10335         * src/about.c
10336                 its now 2003
10337                 
10338         * src/toolbar.c
10339                 don't translate 'Separator'
10340                 
10341         * src/plugins/spamassassin/Makefile.am
10342                 add aspell to CPPFLAGS
10343                 
10344         * src/plugins/spamassassin/spamassassin.c
10345           src/plugins/spamassassin/spamassassin_gtk.c
10346                 set correct default for spamassassin_receive_spam
10347                 slightly re-word descriptions and some
10348                 other minor changes
10349
10350 2003-01-19 [alfons]     0.8.8claws122
10351                 
10352         * src/mimeview.c
10353                 mimeview_save_as(): we might as well show the file name for
10354                 the single case "Save As" too
10355
10356 2003-01-19 [alfons]     0.8.8claws121
10357
10358         * src/crash.c
10359                 change bug tracker URL to bugzilla URL
10360
10361 2003-01-19 [alfons]     0.8.8claws120
10362
10363         * src/mimeview.c
10364                 mimeview_save_all(): display name of file before overwriting;
10365                 continue saving all, even when one overwrite was cancelled
10366
10367 2003-01-19 [christoph]  0.8.8claws119
10368
10369         * src/summaryview.c
10370         * src/procmsg.[ch]
10371                 fix wrong usage of procmsg_find_children in summaryview
10372                 by using procmsg_update_unread_children instead of
10373                 summaryview_update_unread_children
10374
10375 2003-01-19 [christoph]  0.8.8claws118
10376
10377         * src/procmsg.c
10378                 fix infinite loop in procmsg_find_children
10379                  (closes bug #25 sylpheed crashes on delete.)
10380
10381         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10382
10383 2003-01-19 [paul]       0.8.8claws117
10384
10385         * po/pt_BR.po
10386                 updated by Ivan Francolin Martinez
10387
10388 2003-01-18 [melvin]     0.8.8claws116
10389
10390         * src/prefs_actions.c
10391                 Removed syntax limitation of only one '&' at the end of command.
10392                         Now actions that contain '>/dev/null 2>&1' are possible.
10393
10394 2003-01-18 [melvin]     0.8.8claws115
10395
10396         * src/prefs_actions.c
10397                 Actions IO dialog: when the action ends
10398                 the "Close" button now has focus and [Escape] closes the
10399                 window.
10400
10401 2003-01-18 [christoph]  0.8.8claws114
10402
10403         * src/procmsg.c
10404                 o add debug output when MsgInfos are really freed
10405                 o free GSLists in procmsg_find_children and
10406                   procmsg_update_unread_children
10407
10408 2003-01-18 [christoph]  0.8.8claws113
10409
10410         * src/mainwindow.c
10411                 reorder Configuration menu
10412
10413 2003-01-18 [christoph]  0.8.8claws112
10414
10415         * src/compose.c
10416                 fix applying templates to forwarded messages
10417
10418         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10419
10420 2003-01-17 [christoph]  0.8.8claws111
10421
10422         * src/folder.c
10423                 destroy folder items, when a folder item is removed
10424
10425 2003-01-17 [christoph]  0.8.8claws110
10426
10427         * src/folder.c
10428                 fix wrong folder stats update when ignored message is
10429                 deleted
10430
10431 2003-01-17 [colin]      0.8.8claws109
10432         
10433         * src/mainwindow.c
10434         * src/summaryview.c
10435                 Quicksearch bugfixes: 
10436                 - hide help button at startup if not extended
10437                 - switch to extended when looking for replies
10438
10439 2003-01-17 [paul]
10440
10441         * sync with 0.8.9 release
10442
10443 2003-01-17 [paul]       0.8.8claws108
10444
10445         * sync with 0.8.8cvs11
10446                 see ChangeLog 2003-01-17
10447
10448 2003-01-16 [colin]      0.8.8claws107
10449
10450         * src/procmsg.c
10451                 Changed encryption test to re-ask passphrase
10452                 if an encrypted message hasn't been decrypted
10453                 Fixes bug #5
10454
10455 2003-01-16 [christoph]  0.8.8claws106
10456
10457         * src/prefs_gtk.c
10458         * src/prefs_toolbar.c
10459         * src/gtk/prefswindow.h
10460         * src/plugins/spamassassin/spamassassin_gtk.c
10461                 remove page destroy function that is not used anymore
10462
10463 2003-01-16 [paul]       0.8.8claws105
10464
10465         * sync with 0.8.8cvs9
10466                 see ChangeLog 2002-01-16
10467
10468 2003-01-16 [colin]      0.8.8claws104
10469
10470         * src/compose.[ch]
10471                 Fix bug with autosaved drafts for IMAP, when draft
10472                 folder is specified - fixes bugzilla bug #20
10473
10474 2003-01-15 [paul]       0.8.8claws103
10475
10476         * src/compose.[ch]
10477           src/procmsg.c
10478                 store folder and message-id of message forwarding
10479                 in queue header and set forward flag after sending
10480
10481 2003-01-15 [paul]       0.8.8claws102
10482
10483         * sync with 0.8.8cvs8
10484                 see ChangeLog 2002-01-15
10485
10486 2003-01-15 [colin]      0.8.8claws101
10487
10488         * src/Makefile.am
10489                 Fix linking with GNU libiconv
10490
10491 2003-01-15 [darko]      0.8.8claws100
10492
10493         * src/pine.c
10494                 fix crash when importing pine address book
10495                 entry with an empty name (reported by DY
10496                 <dybulk at tri8.net>)
10497
10498 2003-01-14 [paul]       0.8.8claws99
10499
10500         * configure.in  ** REMOVED **
10501           configure.ac  ** NEW FILE **
10502                 rename configure.in to configure.ac, as it is now
10503                 preferred
10504
10505 2003-01-14 [melvin]     0.8.8claws98
10506
10507         * src/folderview.c
10508                 folderview_check_new(): More precise function description
10509
10510 2003-01-14 [melvin]     0.8.8claws97
10511
10512         * src/folderview.c
10513                 folderview_check_new(): return the number of new messages 
10514                         since last check.
10515         * src/inc.c
10516                 inc_account_mail(): Disable counting of new messages for IMAP
10517                         and NNTP until bug [19] and [14] are fixed.
10518
10519 2003-01-14 [paul]       0.8.8claws96
10520
10521         * sync with 0.8.8cvs6
10522                 see ChangeLog 2003-01-14
10523
10524 2003-01-13 [alfons]     0.8.8claws95
10525
10526         * src/textview.c
10527                 tune email address validation (c. 0.8.8claws89): if . is 
10528                 just one char away from @, the address is invalid too 
10529                 (correctly rejects addresses like foo@.com)
10530
10531 2003-01-13 [paul]       0.8.8claws94
10532
10533         * src/messageview.c
10534           src/toolbar.c
10535                 fixes to the Message View toolbar and menu:
10536                 fix non-functioning Forward button
10537                 make Reply button consider default_reply_list
10538                 remove 'Follow-up...' menu entry
10539                 add 'Forward' and 'Redirect' menu entries
10540
10541 2003-01-13 [melvin]     0.8.8claws93
10542
10543         * src/inc.c
10544                 Fixed typo that could make new messages count incorrect.
10545
10546 2003-01-13 [melvin]     0.8.8claws92
10547
10548         * src/folderview.[ch]
10549                 folderview_check_new(): return the number of new messages.
10550         * src/inc.c
10551                 Should fix bug [14] where new mail notification worked 
10552                         incorrectly with IMAP accounts.
10553                 inc_spool_account(): return number of new msgs, or -1 on error
10554                 inc_all_spool(): return number of new msgs
10555                 
10556 2003-01-13 [melvin]     0.8.8claws91
10557
10558         * src/prefs_actions.c
10559                 Justify help text.
10560
10561 2003-01-12 [thorsten]   0.8.8claws90
10562
10563         * src/common/prefs.c
10564                 close file before rename
10565
10566 2003-01-12 [alfons]     0.8.8claws89
10567
10568         * AUTHORS
10569                 add Christian Mertes
10570         * src/common/utils.[ch]
10571                 g_stricase_hash(), g_stricase_equal(): functions for 
10572                 case insensitive hash tables
10573         * src/textview.c
10574                 use top level domain names to validate email address, based
10575                 on a patch by Christian Mertes (thanks!), but changed 
10576                 implementation to use a hash table 
10577
10578 2003-01-12 [paul]       0.8.8claws88
10579
10580         * po/bg.po
10581                 updated by George Danchev
10582
10583 2003-01-12 [alfons]     0.8.8claws87
10584
10585         * src/summaryview.c
10586                 delete / execute performance: use new style folder update
10587
10588 2003-01-12 [paul]       0.8.8claws86
10589
10590         * sync with 0.8.8cvs5
10591                 see ChangeLog 2003-01-13 (!)
10592
10593 2003-01-12 [alfons]     0.8.8claws85
10594
10595         * src/filtering.c
10596         * src/matcher_parser_parse.y
10597                 prepare change_score filtering action
10598         * src/matcher.[ch]
10599                 give up const-correctness on functions that call non-const-correct functions;
10600                 several casts to gpointer in g_free();
10601                 add change_score;
10602
10603 2003-01-12 [christoph]  0.8.8claws84
10604
10605         * src/compose.c
10606                 fix 2 warnings
10607
10608         * src/gtk/prefswindow.[ch]
10609         * src/plugins/spamassassin/spamassassin_gtk.c
10610                 changed the call of the widget create function
10611                 for PrefsPages, because sometimes the widget
10612                 create function needs a widget that already has
10613                 been attached to a window (to create GDK pixmaps
10614                 for exmaple). So we simply pass the GtkWindow as
10615                 the second parameter now.
10616
10617         * src/main.c
10618         * src/mainwindow.c
10619         * src/prefs_toolbar.[ch]
10620                 rewrite Toolbar Preferences using the new
10621                 prefs window
10622
10623 2003-01-11 [alfons]     0.8.8claws83
10624
10625         * src/addressadd.c
10626                 fix crash when adding sender to addressbook because status bar
10627                 isn't there (the status bar doesn't seem to be used though,
10628                 but I'll let Match decide what to do with it)
10629
10630 2003-01-11 [colin]      0.8.8claws82
10631
10632         * src/main.c
10633           src/toolbar.c
10634                 Two useless changes reversed
10635
10636 2003-01-11 [colin]      0.8.8claws81
10637
10638         * src/mainwindow.c
10639           src/mainwindow.h
10640                 Add mainwindow_get_mainwindow()
10641         * src/alertpanel.c
10642           src/alertpanel.h
10643                 Add alertpanel_error_log() 
10644         * src/compose.c
10645           src/inc.c
10646           src/messageview.c
10647           src/toolbar.c
10648           src/main.c
10649           src/procmsg.c
10650                 Network errors get a View Log button
10651
10652 2003-01-10 [alfons]     0.8.8claws80
10653
10654         * src/prefs_toolbar.c
10655         * src/toolbar.c
10656                 use the translatable string for "Separator" as file name for
10657                 separator toolbar items (probably make this uppercase?)
10658
10659 2003-01-10 [alfons]     0.8.8claws79
10660
10661         * src/prefs_toolbar.c
10662                 put right A_SEPARATOR description string in "displayed
10663                 toolbar items list" so manually added separators are
10664                 saved correctly (bug #10, "Adding a separator to the main 
10665                 toolbar fails, entry in xml file is wrong")
10666
10667 2003-01-10 [christoph]  0.8.8claws78
10668
10669         * src/imap.c
10670                 o fix warnings
10671                 o use CAPABILITY to check if NAMESPACE is available
10672
10673 2003-01-10 [christoph]  0.8.8claws77
10674
10675         * src/imap.[ch]
10676                 apply UIDPLUS IMAP extension support patch
10677
10678         Patch submitted by Simon 'corecode' Schubert
10679
10680 2003-01-10 [paul]       0.8.8claws76
10681
10682         * src/folderview.c
10683                 a sync from main which fixes the news account folders'
10684                 Properties bug
10685
10686 2003-01-10 [christoph]  0.8.8claws75
10687
10688         * src/folder.c
10689                 don't accept 0 as a valid uid returned by copy and move
10690                 functions. 0 means the message was copied or moved but the
10691                 new uid could not be fetched. It is not an error condition
10692                 for the copy or move operation.
10693
10694 2003-01-10 [paul]       0.8.8claws74
10695
10696         * src/prefs_filtering.c
10697                 change English used in Alert when entry is not
10698                 saved.
10699                 
10700         * sync with 0.8.8cvs4
10701                 see ChangeLog 2003-01-10
10702
10703 2003-01-10 [darko]      0.8.8claws73
10704
10705         * src/pine.c
10706                 fix crash when importing address book entry
10707                 without a valid address
10708
10709 2003-01-09 [alfons]     0.8.8claws72
10710
10711         * src/inc.c
10712                 filtering performance: use new style folder update
10713
10714 2003-01-09 [christoph]  0.8.8claws71
10715
10716         * src/compose.c
10717         * src/gtk/menu.[ch]
10718                 fix wrong selecting of mime encoding type, when
10719                 opening property dialog of attachments in the
10720                 compose window. 7bit was always selected and that
10721                 destoryed files with 8bit data.
10722                 (closes bug #9 Sylpheed-claws destroys attachments when
10723                  changing MIME-types)
10724
10725 2003-01-09 [paul]       0.8.8claws70
10726
10727         * sync with 0.8.8cvs3
10728                 see ChangeLog 2003-01-09
10729
10730 2003-01-08 [alfons]     0.8.8claws69
10731         
10732         * src/addressadd.c
10733                 apply patch by Kim Schulz to fix build breakage
10734                 because of missing variable
10735
10736 2003-01-08 [paul]       0.8.8claws68
10737
10738         * sync with 0.8.8cvs2
10739                 see ChangeLog 2002-01-08
10740
10741 2003-01-08 [paul]       0.8.8claws67
10742
10743         * po/it.po
10744                 updated by Alessandro Maestri
10745                 
10746         * src/addressadd.c
10747                 when using 'Add sender to addressbook' allow
10748                 name to be edited and remarks to be entered
10749                 Patch submitted by Luke Plant
10750
10751 2003-01-08 [darko]      0.8.8claws66
10752
10753         * README.claws, src/summaryview.c
10754                 fix description for marked messages
10755
10756 2003-01-08 [paul]
10757
10758         * tools/Makefile.am
10759           tools/launch_phoenix  ** NEW FILE **
10760                 add script that enables using Phoenix as the default
10761                 web browser. 
10762                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10763                 
10764         * tools/OOo2sylpheed.pl
10765                 remove full path to sylpheed executable, just 'sylpheed'
10766                 will do
10767                 
10768         * tools/README
10769                 add launch_phoenix informtion and re-arrange and compress
10770                 the data a little
10771
10772 2003-01-07 [christoph]  0.8.8claws65
10773
10774         * src/folder.c
10775                 fix update for source folder when moving messages
10776         * src/procmsg.[ch]
10777         * src/summaryview.c
10778                 use function to set to_folder for message infos and
10779                 automatically update the op_count for old and new
10780                 folder
10781
10782 2003-01-07 [melvin]     0.8.8claws64
10783
10784         * src/prefs_actions.c
10785                 Fixed bug where an '%p' Action on a displayed image crashed 
10786                         Sylpheed
10787                 Code clean up (get rid of duplicated code and removed unnecessary 
10788                                 structure member)
10789
10790 2003-01-07 [christoph]  0.8.8claws63
10791
10792         * src/compose.c
10793         * src/folder.[ch]
10794         * src/folderview.c
10795         * src/import.c
10796         * src/inc.c
10797         * src/main.c
10798         * src/mainwindow.c
10799         * src/messageview.c
10800         * src/prefs_folder_item.c
10801         * src/procmsg.c
10802         * src/summaryview.c
10803         * src/toolbar.c
10804                 o remove all folder update triggering from the UI code. The folder
10805                   system should know much better when a folder needs an update.
10806                 o to prevent multiple updates in a row the folder updates can be
10807                   frozen for some time.
10808
10809                 Note: - Please verify that no updates are missing
10810                       - Check where freeze/thaws should be added
10811
10812 2003-01-07 [christoph]  0.8.8claws62
10813
10814         * src/prefs_actions.c
10815                 don't translate empty strings
10816
10817         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10818
10819 2003-01-06 [christoph]  0.8.8claws61
10820
10821         * src/prefs_actions.c
10822                 mark strings for gettext
10823         * src/prefs_matcher.c
10824                 use new description window for Execute action and
10825                 match condition in Filtering
10826
10827         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10828
10829 2003-01-06 [alfons]     0.8.8claws60
10830
10831         keep myself inspired to re-organize matcher part 8; 
10832         yes, more to come (I need to move out the descriptive
10833         text for actions to matcher.c, or at least make it not
10834         depend on the wicked ordering)
10835
10836         * src/prefs_matcher.c
10837                 add documentation so others may comprehend the
10838                 UI part of the conditions
10839                 
10840 2003-01-06 [christoph]  0.8.8claws59
10841
10842         * src/prefs_actions.c
10843                 use new description window for syntax help
10844         * src/gtk/description_window.c
10845                 fix display of descriptions with column count != 2
10846
10847         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10848
10849 2003-01-06 [christoph]  0.8.8claws58
10850
10851         * src/quote_fmt.c
10852         * src/summaryview.[ch]
10853         * src/gtk/Makefile.am
10854         * src/gtk/description_window.[ch]       ** NEW **
10855                 use a generic window to display syntax descriptions
10856                 currently used in quote_fmt and summaryview (new description
10857                 for extended quick search)
10858
10859         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10860
10861 2003-01-06 [paul]       0.8.8claws57
10862
10863         * sync with 0.8.8cvs1
10864                 see ChangeLog 2003-01-06
10865
10866 2003-01-06 [christoph]  0.8.8claws56
10867
10868         * src/mainwindow.c
10869         * src/prefs_gtk.[ch]
10870         * src/gtk/prefswindow.[ch]
10871         * src/plugins/spamassassin/spamassassin_gtk.c
10872                 o remove page management from prefswindow, pages
10873                   will be an argument to prefswindow_open
10874                 o prefswindow_open gets a datapointer that is
10875                   passed to the widget_create function to allow
10876                   creation of prefswindow for specific items
10877
10878 2003-01-06 [colin]      0.8.8claws55
10879         
10880         * src/summaryview.c
10881                 We don't want regexp in the reply-finder, 
10882                 because MIDs can contain !,$,. and so on
10883
10884 2003-01-06 [jens]       0.8.8claws54
10885
10886         * src/jpilot.c
10887                 fixed a wrong free in jpilot_read_db_files
10888
10889 2003-01-06 [alfons]     0.8.8claws53
10890
10891         re-organize matcher part 8; more to come
10892        
10893         * src/matcher.c
10894                 matcherprop_to_string(): put g_free()s before the
10895                 switch-case break to fix memleaks                
10896
10897 2003-01-06 [colin]      0.8.8claws52
10898
10899         * src/summaryview.c
10900                 cleanup & reply-finder now displays the first 
10901                 matching message
10902
10903 2003-01-05 [alfons]     0.8.8claws51
10904
10905         re-organize matcher part 7; more to come
10906
10907         * src/matcher.[ch]
10908                 fixes for constant correctness;
10909                 more documentation;
10910
10911 2003-01-05 [alfons]     0.8.8claws50
10912
10913         re-organize matcher part 6; more to come
10914         
10915         * src/matcher.[ch]
10916                 fixes for constant correctness;
10917                 more documentation;
10918         * src/filtering.c
10919                 fix for constant correctness
10920
10921 2003-01-05 [colin]      0.8.8claws49
10922
10923         * src/account.[ch]
10924                 Add account_get_reply_account function
10925         * src/compose.c
10926                 Use account_get_reply_account function 
10927         * src/summaryview.c
10928                 Basic reply-finder - click on the replied
10929                 icon gets you to the outbox using quick-search
10930
10931 2003-01-05 [paul]       0.8.8claws48
10932
10933         * src/prefs_common.c
10934                 small change to English
10935                 
10936         * src/prefs_filtering.c
10937                 prefs_filtering_action_select(): improve logic and uniformity
10938                 of gui
10939
10940 2003-01-05 [alfons]     0.8.8claws47
10941
10942         fine tune solution to focus problems (bug #7)
10943
10944         * src/mainwindow.c
10945                 mainwindow_focus_in_event(): remove grab event check
10946         * src/summaryview.c
10947                 summary_button_pressed(): move selection on right-click
10948                 too. we can't possibly move the selection back after
10949                 canceling a dialog, because gtk's incomplete focus 
10950                 management. whether this is a good solution, only time
10951                 will tell.
10952
10953 2003-01-05 [christoph]  0.8.8claws46
10954
10955         * src/imap.c
10956                 fix crash when no imap connection could be established
10957
10958 2003-01-05 [paul]       0.8.8claws45
10959
10960         * src/mainwindow.c
10961           src/sumamryview.c
10962           src/gtk/menu.[ch]
10963                 fix bug 605957 'shortcuts in popup-menu'
10964                 make user-defined shortcuts work
10965                 show shortcuts that are already defined
10966                 in the main menu
10967                 Patch submitted by Luke Plant
10968
10969 2003-01-05 [alfons]     0.8.8claws44
10970
10971         * src/mainwindow.c
10972                 focus_in_event handler should not select summary view row 
10973                 when another window (menu, dialog) grabbed for events 
10974                 (bug #7, "[0.8.8claws42] Message summary focus") 
10975
10976 2003-01-04 [christoph]  0.8.8claws43
10977
10978         * src/procmsg.c
10979                 update save folder after adding the sent message
10980                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10981
10982 2003-01-02 [christoph]  0.8.8claws42
10983
10984         * src/common/plugin.c
10985                 fix unloading of all plugins and unload
10986                 plugins in reverse order
10987                 
10988         * src/gtk/pluginwindow.c
10989                 implement function of load and unload button
10990
10991         * src/gtk/prefswindow.c
10992         * src/gtk/prefswindow.h
10993                 rename register function and add new unregister
10994                 function
10995
10996         * src/plugins/spamassassin/spamassassin_gtk.c
10997                 unregister prefs page and update for changes in
10998                 src/gtk/prefswindow.c
10999
11000 2003-01-02 [paul]       0.8.8claws41
11001
11002         * po/es.po
11003                 updated by Ricardo Mones Lastra
11004
11005 2003-01-02 [paul]
11006
11007         * tools/tb2sylpheed
11008                 fixes and improvements by Urke MMI
11009
11010 2003-01-02 [thorsten]   0.8.8claws40
11011
11012         * src/procmsg.c
11013                 fixed wrong return value
11014
11015 2003-01-02 [thorsten]   0.8.8claws39
11016
11017         * src/prefs.c
11018                 fixed printing wrong variable
11019
11020 2003-01-02 [thorsten]   0.8.8claws38
11021
11022         * src/prefs.c
11023                 fixed acessing members of freed pfile struct
11024
11025 2003-01-02 [thorsten]   0.8.8claws37
11026
11027         * src/procmsg.c
11028                 detect loops across several messages
11029                 as suggested by Christoph Hohmann
11030
11031 2003-01-01 [match]      0.8.8claws36
11032
11033         * src/addrindex.c
11034                 fixed another memory leak.
11035
11036 2003-01-01 [match]      0.8.8claws35
11037
11038         * src/jpilot.[ch]
11039                 fixed memory leaks. applied Doxygen comments.
11040
11041 2003-01-01 [thorsten]   0.8.8claws34
11042
11043         * src/procmsg.c
11044                 inhibit endless loop if msg references itself
11045                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11046
11047 2003-01-01 [christoph]  0.8.8claws33
11048
11049         * src/mainwindow.c
11050         * src/gtk/Makefile.am
11051         * src/gtk/pluginwindow.c                ** NEW **
11052         * src/gtk/pluginwindow.h                ** NEW **
11053                 add plugin window
11054
11055         * src/plugins/demo/demo.c
11056         * src/plugins/spamassassin/spamassassin.c
11057         * src/plugins/spamassassin/spamassassin_gtk.c
11058                 write better plugin descriptions
11059
11060 2002-12-31 [christoph]  0.8.8claws32
11061
11062         * src/gtk/prefswindow.c
11063         * src/plugins/spamassassin/spamassassin_gtk.c
11064                 some small improvements to GTK code
11065
11066 2002-12-31 [christoph]  0.8.8claws31
11067
11068         * src/plugins/spamassassin/spamassassin_gtk.c
11069                 enable folder select button
11070
11071 2002-12-31 [christoph]  0.8.8claws30
11072
11073         * src/mainwindow.c
11074         * src/gtk/Makefile.am
11075         * src/gtk/prefswindow.c                         ** NEW **
11076         * src/gtk/prefswindow.h                         ** NEW **
11077                 add new prefs window
11078
11079         * src/common/plugin.c
11080                 don't try to load empty config lines
11081         
11082         * src/plugins/spamassassin/Makefile.am
11083         * src/plugins/spamassassin/spamassassin.c
11084         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11085         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11086                 GTK config for SpamAssassin Plugin using
11087                 the new prefs window
11088
11089 2002-12-31 [paul]       0.8.8claws29
11090
11091         * po/POTFILES.in
11092                 remove obsolete entry 'src/menu.c'
11093
11094 2002-12-31 [alfons]     0.8.8claws28
11095
11096         * src/matcher.[ch]
11097         * src/matcher_parser_parse.y
11098         * src/prefs_matcher.c
11099                 add "ignore_thread" and "~ignore_thread" condition so it's
11100                 possible to make the actions / scoring operate on the ignore
11101                 thread flag
11102
11103 2002-12-31 [christoph]  0.8.8claws27
11104
11105         * src/addrbook.c
11106         * src/addrindex.c
11107         * src/folder.c
11108         * src/matcher.c
11109         * src/prefs_account.c
11110         * src/prefs_actions.c
11111         * src/prefs_customheader.c
11112         * src/prefs_display_header.c
11113         * src/prefs_gtk.c
11114         * src/procmime.c
11115         * src/toolbar.c
11116         * src/xmlprops.c
11117         * src/common/prefs.[ch]
11118                 extend prefs file handling for reading and automatic handling
11119                 of blocks. When reading prefs_set_block_label will automatically
11120                 move on to the block. When writing it will copy all other blocks
11121                 automatically
11122
11123         * src/common/plugin.c
11124                 Now loading plugin filenames from [Plugins] block in
11125                 sylpheed rc file
11126
11127 2002-12-30 [christoph]  0.8.8claws26
11128
11129         * src/common/hooks.[ch]
11130                 return abort status to caller of hooks_invoke
11131                 
11132         * src/inc.[ch]
11133                 invoke message filtering hook and stop
11134                 default handling when filter returns abort
11135
11136         * src/common/plugin.[ch]
11137         * src/plugins/demo/demo.c
11138                 modify plugin loader, because resolving symbols for strings
11139                 does not work correctly
11140         
11141         * configure.in
11142         * ac/spamassassin.m4                            ** NEW **
11143         * src/plugins/spamassassin/.cvsignore           ** NEW **
11144         * src/plugins/spamassassin/Makefile.am          ** NEW **
11145         * src/plugins/spamassassin/README               ** NEW **
11146         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11147         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11148         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11149                 add spamassassin plugin, see src/plugins/spamassassin/README
11150                 for details
11151
11152 2002-12-29 [alfons]     0.8.8claws25
11153
11154         * src/mainwindow.c
11155                 when moving focus from a message view to the main 
11156                 window, don't forget to select the summary node
11157                 of the displayed message. should fix "[ 659103 ] 
11158                 focus-follows-mouse confuses sylpheed"
11159
11160 2002-12-29 [christoph]  0.8.8claws24
11161
11162         * src/Makefile.am
11163         * src/stringtable.[ch]          ** REMOVE **
11164         * src/common/Makefile.am
11165         * src/common/stringtable.[ch]   ** NEW **
11166                 move stringtable files to common directory
11167
11168 2002-12-29 [christoph]  0.8.8claws23
11169
11170         * src/Makefile.am
11171         * src/menu.[ch]                 ** REMOVE **
11172         * src/gtk/Makefile.am
11173         * src/gtk/menu.[ch]             ** NEW **
11174                 move menu files to gtk directory
11175
11176 2002-12-29 [match]      0.8.8claws22
11177
11178         * src/addressbook.c
11179         * src/syldap.c
11180                 moved UI specific code out of LDAP code into addressbook
11181                 UI code. fixed memory leak.
11182
11183 2002-12-29 [christoph]  0.8.8claws21
11184
11185         * src/folder.c
11186                 only check for IGNORED parent message when message is
11187                 not IGNORED itself
11188
11189 2002-12-29 [alfons]     0.8.8claws20
11190
11191         * src/summaryview.c
11192                 set gtksctree's anchor correct (immediate execute
11193                 changes the tree's layout, and anchor points at 
11194                 the incorrect row). fixes "[ 657233 ] multiple msg 
11195                 delete sometimes off by 1".
11196                 we probably have to look for more tree layout /
11197                 anchor glitches.
11198
11199 2002-12-29 [paul]       0.8.8claws19
11200
11201         * src/summaryview.c
11202                 fix bug [ 659054 ] incorrect sorting of 'From' column
11203                 when using 'display sender using address book'
11204                 thanks to Alfons and Luke Plant
11205
11206 2002-12-29 [christoph]  0.8.8claws18
11207
11208         * src/folder.c
11209         * src/procmsg.[ch]
11210                 check parent messages for IGNORE THREAD flag, when adding,
11211                 moving or copying messages to a folder
11212
11213 2002-12-27 [alfons]     0.8.8claws17
11214
11215         re-organize matcher part 5; more to come
11216
11217         * src/matcher.c
11218                 hash keywords in matchparser_tab 
11219
11220 2002-12-27 [alfons]     0.8.8claws16
11221
11222         re-organize matcher part 4; more to come
11223
11224         * src/matcher_parser.h
11225         * src/matcher_parser_lex.l
11226         * src/matcher_parser_parse.y
11227                 cleanup
11228
11229 2002-12-27 [alfons]     0.8.8claws15
11230
11231         re-organize matcher part 3; more to come
11232
11233         * src/matcher.[ch]
11234                 cleanup
11235
11236 2002-12-27 [alfons]     0.8.8claws14
11237
11238         re-organize matcher part 2; more to come but this should
11239         work. cc me if there are any regressions.
11240
11241         * src/matcher.h
11242                 add prototype for get_matchparser_tab_id()
11243         * src/matcher_parser_lex.l
11244                 look up keywords using matchparser_tab_id();
11245
11246 2002-12-27 [alfons]     0.8.8claws12
11247
11248         re-organize matcher part 1
11249
11250         * src/matcher.h
11251                 map yacc generated constants to sylpheed matcher constants
11252         * src/matcher.c
11253                 add function to find a matcher constant from a string
11254
11255 2002-12-27 [christoph]  0.8.8claws11
11256
11257         * src/compose.c
11258                 MENUITEM_ADD casts the 4th argument from integer to pointer
11259                 so it probably should not be a pointer, this means we
11260                 should use account id for it and not the account's pointer
11261
11262 2002-12-27 [paul]       0.8.8claws10
11263
11264         * src/mainwindow.c
11265                 remove unneeded 'GtkWidget *vbox'
11266                 
11267         * src/summaryview.c
11268                 further sync with 0.8.8 - make sort
11269                 by recipient work as expected
11270                 
11271         * NEWS
11272                 sync with 0.8.8
11273
11274 2002-12-27 [paul]       0.8.8claws9
11275
11276         * po/pt_BR.po
11277                 updated by Ivan F. Martinez
11278                 
11279 2002-12-27 [darko]      0.8.8claws8
11280
11281         * src/common/utils.c
11282                 added locked pattern to extended search
11283
11284 2002-12-27 [alfons]     0.8.8claws7
11285
11286         * src/prefs_matcher.[ch]
11287                 clean up
11288
11289 2002-12-26 [alfons]     0.8.8claws6
11290
11291         * src/matcher.[ch]
11292         * src/matcher_parser_lex.l
11293         * src/matcher_parser_parse.y
11294         * src/prefs_matcher.c
11295                 allow color label as a condition in the matcher
11296
11297 2002-12-26 [oliver]     0.8.8claws5
11298         
11299         * src/toolbar.c 
11300                 enable Addressbook for Main and Messageview
11301         * src/prefs_actions.c
11302                 enable actions in Messageview
11303
11304 2002-12-26 [christoph]  0.8.8claws4
11305
11306         * src/common/plugin.c
11307                 add a little debug output
11308         * configure.in
11309         * src/plugins/demo/Makefile.am
11310                 better use of automake
11311
11312 2002-12-26 [christoph]  0.8.8claws3
11313
11314         * src/Makefile.am
11315         * src/common/Makefile.am
11316                 fix "make distdir"
11317
11318 2002-12-26 [christoph]  0.8.8claws2
11319
11320         * configure.in
11321                 sort configure checks into common / gtk / plugins
11322         * po/POTFILES.in
11323                 add src/prefs_gtk.c
11324         * src/Makefile.am
11325                 add plugins SUBDIR
11326         * src/main.c
11327         * src/common/sylpheed.[ch]
11328                 added now sylpheed_done function for shutdown
11329         * src/common/Makefile.am
11330         * src/common/plugin.[ch]                ** NEW **
11331                 plugin loader and unloader
11332         * src/plugins/.cvsignore                ** NEW **
11333         * src/plugins/Makefile.am               ** NEW **
11334                 build plugins
11335         * src/plugins/demo/.cvsignore           ** NEW **
11336         * src/plugins/demo/Makefile.am          ** NEW **
11337         * src/plugins/demo/demo.c               ** NEW **
11338                 small demo plugin that installs a logtext hook and
11339                 outputs the log text to stdout
11340
11341 2002-12-26 [paul]       0.8.8claws1
11342
11343         * po/es.po
11344                 updated by Ricardo Mones Lastra
11345
11346 2002-12-26 [paul]       0.8.8claws
11347
11348         * 0.8.8claws released
11349
11350 2002-12-26 [paul]       0.8.7claws12
11351
11352         * po/bg.po
11353                 updated by George Danchev
11354
11355 2002-12-26 [paul]       0.8.7claws11
11356
11357         * po/POTFILES.in
11358                 remove unneeded 'src/prefs.c' entry 
11359
11360 2002-12-26 [paul]       0.8.7claws10
11361
11362         * src/codeconv.c
11363           src/mainwindow.c
11364                 sync with 0.8.8 release
11365         
11366         * src/folder.[ch]
11367           src/mh.c
11368           src/summaryview.c
11369                 partial sync with 0.8.8 release
11370         
11371
11372 2002-12-25 [alfons]     0.8.7claws9
11373
11374         * src/matcher.[ch]
11375         * src/matcher_parser_lex.l
11376         * src/matcher_parser_parse.y
11377         * src/prefs_matcher.c
11378                 add locked flag to possible filtering / matcher 
11379                 conditions (also a good example what should be
11380                 done to add a simple boolean condition)
11381
11382 2002-12-25 [christoph]  0.8.7claws8
11383
11384         * src/Makefile.am
11385         * src/account.[ch]
11386         * src/addrbook.c
11387         * src/addressbook.c
11388         * src/addrindex.c
11389         * src/filtering.c
11390         * src/folder.c
11391         * src/matcher.c
11392         * src/prefs.[ch]                ** REMOVE **
11393         * src/prefs_account.c
11394         * src/prefs_actions.c
11395         * src/prefs_common.c
11396         * src/prefs_customheader.c
11397         * src/prefs_display_header.c
11398         * src/prefs_filtering.c
11399         * src/prefs_folder_item.c
11400         * src/prefs_gtk.[ch]            ** NEW **
11401         * src/prefs_matcher.c
11402         * src/prefs_scoring.c
11403         * src/prefs_summary_column.c
11404         * src/procmime.c
11405         * src/selective_download.c
11406         * src/toolbar.c
11407         * src/common/Makefile.am
11408         * src/common/prefs.[ch]         ** NEW **
11409                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11410
11411 2002-12-24 [alfons]     0.8.7claws7
11412
11413         * src/summaryview.c
11414                 summary_thread_build(): fix real cause of the crash mentioned in
11415                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11416                 this way we get meaningful ctree nodes 
11417
11418 2002-12-24 [oliver]     0.8.7claws6
11419
11420         * src/mainwindow.[ch]
11421         * src/messageview.[ch]
11422         * src/compose.[ch]
11423         * src/inc.c
11424         * src/summaryview.c
11425                 changes to use updated toolbar handling
11426                 
11427 2002-12-24 [oliver]     0.8.7claws5
11428
11429         * src/toolbar.[ch]
11430                 generic toolbar handling
11431                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11432         * src/prefs_toolbar.[ch]
11433                 adjust to handling
11434         
11435 2002-12-24 [oliver]     0.8.7claws4
11436         
11437         * src/stock_pixmap.[ch]
11438                 move SYLPHEED_LOGO to end of list in order 
11439                 to remove it from Custom Toolbar`s Icon View
11440
11441 2002-12-24 [alfons]     0.8.7claws3
11442
11443         * src/summaryview.c
11444                 summary_thread_build(): fix crash because of focus != selection 
11445                 after threading. when deleting the selection, gtk tries but fails 
11446                 to find the correct focusable element. we now force the selection
11447                 to be focused. this should solve the infamous bug reported by 
11448                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11449                 a test case is available. 
11450
11451 2002-12-24 [darko]      0.8.7claws2
11452
11453         * src/summaryview.c
11454                 don't crash when unmarking message with unread children
11455
11456 2002-12-23 [christoph]  0.8.7claws1
11457
11458         * src/Makefile.am
11459         * src/common/Makefile.am
11460                 update Makefiles for moved intl.h, version.h and defs.h
11461         * src/imap.c
11462                 rewrite imap_session_get to avoid duplicate code
11463
11464 2002-12-23 [paul]       0.8.7claws
11465
11466         * Santa-Claws released
11467         
11468         * po/hu.po
11469           po/ru.po
11470                 squeeze in updated Hungarian and Russian translations.
11471                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11472
11473 2002-12-23 [paul]       0.8.6claws129
11474
11475         * po/pl.po
11476                 updated by Witold Wladyslaw Wojciech Wilk
11477
11478 2002-12-23 [paul]       0.8.6claws128
11479
11480         * src/quote_fmt_parse.y
11481                 fix typo and add licence header
11482
11483 2002-12-23 [paul]       0.8.6claws127
11484
11485         * po/en_GB.po
11486                 updated
11487
11488 2002-12-23 [paul]       0.8.6claws126
11489
11490         * po/it.po
11491                 updated translation, submitted by Alessandro Maestri
11492                 
11493 2002-12-23 [paul]       0.8.6claws125
11494
11495         * src/quote_fmt_parse.y
11496                 fix signature-stripping on replies bug. match
11497                 '-- \n' and not '-- '.
11498
11499 2002-12-22 [paul]       0.8.6claws124
11500
11501         * po/bg.po
11502           po/es.po
11503           po/sr.po
11504                 updated translations. submitted by George Danchev,
11505                 Ricardo Mones Lastra, and Urke MMI respectively
11506
11507 2002-12-21 [paul]       0.8.6claws123
11508
11509         * src/addrbook.c
11510                 fix coding style
11511
11512 2002-12-21 [paul]       0.8.6claws122
11513
11514         * src/addrbook.c
11515                 fix bug [643638] where if a person is in one or more
11516                 addressbook groups editing that person's email 
11517                 address results in removal from those groups.
11518                 Patch submitted by Luke Plant.
11519
11520 2002-12-20 [christoph]  0.8.6claws121
11521
11522         * src/common/utils.c
11523         * src/summaryview.c
11524                 reimplement expand_search_string using GString to
11525                 prevent crashs caused by miscalculated string
11526                 lengths reported by Paul
11527
11528 2002-12-20 [christoph]  0.8.6claws120
11529
11530         * src/summaryview.c
11531                 don't use "changed" to check if op_count has to be changed as it
11532                 is also set when the message has unread children
11533                 (closes bug [ 653221 ] crash while deleting duplicates)
11534
11535 2002-12-20 [paul]       0.8.6claws119
11536
11537         * sync with 0.8.6cvs27
11538                 see ChangeLog 2002-12-20
11539
11540 2002-12-20 [paul]       0.8.6claws118
11541
11542         * sync with 0.8.6cvs26
11543                 see ChangeLog 2002-12-19 and 2002-12-20
11544
11545 2002-12-19 [alfons]     0.8.6claws117
11546
11547         * src/textview.c
11548                 fix incorrect parsing of email addresses, submitted by 
11549                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11550                 name display if it contains @".
11551
11552 2002-12-18 [paul]       0.8.6claws116
11553
11554         * sync with 0.8.6cvs23
11555                 see ChangeLog 2002-12-18
11556
11557 2002-12-18 [paul]       0.8.6claws115
11558
11559         * src/Makefile.am
11560         * src/account.c
11561         * src/codeconv.c
11562         * src/gtkutils.[ch]
11563         * src/imap.c
11564                 sync with 0.8.6cvs22.
11565                 see ChangeLog 2002-12-17 and 2002-12-18
11566
11567 2002-12-17 [christoph]  0.8.6claws114
11568
11569         * src/imap.c
11570                 o don't create a session if imap greeting fails
11571                 o don't close socket when authentication fails
11572                   this is done by imap_session_destroy
11573
11574 2002-12-17 [thorsten]   0.8.6claws113
11575
11576         * tools/Makefile.am
11577           tools/README
11578           tools/google_msgid.pl ** NEW FILE **
11579                 Added "search for message-id" script and doc
11580
11581 2002-12-17 [thorsten]   0.8.6claws112
11582
11583         * po/hu.po
11584                 Updated hungarian translation
11585                 (updated by Gal Zoltan)
11586
11587 2002-12-16 [christoph]  0.8.6claws111
11588
11589         * src/addr_compl.c
11590                 remove stupid addressbook dump to debug output
11591         * src/mh.c
11592                 fix memory leak found by Hiro
11593
11594 2002-12-14 [paul]       0.8.6claws110
11595
11596         * src/compose.c
11597                 fix menubar sensitivity on send
11598                 
11599         * src/prefs_filtering.c
11600         * src/prefs_matcher.c
11601         * src/prefs_scoring.c
11602                 Fix english ;)
11603                 
11604         * src/common/quoted-printable.h
11605                 sync: fix typo
11606         
11607 2002-12-13 [christoph]  0.8.6claws109
11608
11609         * src/Makefile.am
11610         * src/manage_window.[ch]        ** REMOVE **
11611         * src/gtk/Makefile.am
11612         * src/gtk/manage_window.[ch]    ** NEW **
11613                 move manage_window files to gtk directory
11614
11615 2002-12-13 [christoph]  0.8.6claws108
11616
11617         * src/Makefile.am
11618         * src/gtkshruler.[ch]           ** REMOVE **
11619         * src/gtk/Makefile.am
11620         * src/gtk/gtkshruler.[ch]       ** NEW **
11621                 move gtkshruler files to gtk directory
11622
11623 2002-12-13 [christoph]  0.8.6claws107
11624
11625         * src/Makefile.am
11626         * src/compose.c
11627         * src/gtkstext.[ch]             ** REMOVE **
11628         * src/gtkutils.[ch]
11629         * src/textview.c
11630         * src/gtk/gtkstext.[ch]         ** NEW **
11631         * src/gtk/Makefile.am
11632                 o move stext functions to gtkstext.c to remove
11633                   dependency of gtkutils
11634                 o move gtkstext files to gtk directory
11635
11636         * src/gtk/Makefile.am
11637         * src/gtk/sslcertwindow.[ch]
11638                 UI stuff can always depend on common code so
11639                 it's ok to add ../common to include path
11640
11641 2002-12-13 [colin]      0.8.6claws106
11642
11643         * src/summaryview.c
11644                 Disconnect sighandlers for mainwindow when
11645                 quicksearch has the focus
11646                 Fix bug #653231
11647         * src/mainwindow.[ch]
11648                 Make key_pressed callback public, to be able
11649                 to disconnect it
11650
11651 2002-12-13 [christoph]  0.8.6claws105
11652
11653         * src/mh.c
11654                 create .mh_sequences file in new MH folders
11655                 (closes feature request [ 523162 ] MH folders should
11656                  get a .mh_sequences)
11657
11658 2002-12-13 [colin]      0.8.6claws104
11659
11660         * src/summaryview.c
11661                 Better handling of quicksearch show/hide
11662                 (basically the button stays under the mouse 
11663                  when toggled)
11664
11665 2002-12-13 [paul]       0.8.6claws103
11666
11667         * sync with 0.8.6cvs17
11668                 see ChangeLog 2002-12-13
11669
11670 2002-12-13 [paul]       0.8.6claws102
11671
11672         * po/es.po
11673                 updated by Ricardo Mones Lastra
11674
11675 2002-12-11 [colin]       0.8.6claws101
11676
11677         * src/folder.c
11678                 remove statusbar stuff
11679           src/folderview.c
11680                 set statusbar verbosity when moving folders
11681
11682 2002-12-11 [colin]       0.8.6claws100
11683         * src/prefs_filtering.c
11684         * src/prefs_matcher.c
11685         * src/prefs_scoring.c
11686                 Fix english ;)
11687
11688 2002-12-11 [colin]       0.8.6claws99
11689
11690         * src/prefs_common.[ch]
11691                 Add summary_quicksearch_type
11692         * src/summaryview.c
11693                 Save last used quicksearch type
11694
11695 2002-12-11 [jens]       0.8.6claws98
11696         * src/prefs_filtering.c
11697         * src/prefs_matcher.c
11698         * src/prefs_scoring.c
11699                 added dialog for incomplete rules in scoring, filtering and
11700                 matcher to ask wheather really close
11701
11702 2002-12-11 [colin]      0.8.6claws97
11703
11704         * src/folder.c
11705                 Fix folder dnd statusbar logging
11706
11707 2002-12-10 [christoph]  0.8.6claws96
11708
11709         * src/compose.c
11710         * src/folder.c
11711         * src/imap.c
11712         * src/inc.c
11713         * src/main.c
11714         * src/mainwindow.c
11715         * src/news.c
11716         * src/send.c
11717         * src/statusbar.[ch]
11718         * src/common/hooks.c
11719         * src/common/log.[ch]
11720                 o handle verbose logging in statusbar directly in statusbar code
11721                   and common code does not need any knowledge about a statusbar
11722                 o remove direct calls to statusbar_(puts|pop)_all functions
11723
11724 2002-12-10 [jens]       0.8.6claws95
11725
11726         * src/*.c
11727                 removed gettext from g_warnings
11728         * po/POTFILES.in
11729                 cleaned and updated
11730         * po/de.po
11731                 updated
11732
11733 2002-12-10 [colin]      0.8.6claws94
11734
11735         * src/main.c
11736                 finish crash dialog fix
11737
11738 2002-12-10 [colin]      0.8.6claws93
11739
11740         * src/main.c
11741                 "Fix" "sylpheed already running" instead of
11742                 crash dialog appearing after a crash
11743
11744 2002-12-10 [colin]      0.8.6claws92
11745
11746         * po/POTFILES.in
11747                 add src/gtk/sslcertwindow.c
11748
11749 2002-12-10 [paul]       0.8.6claws91
11750
11751         * po/POTFILES.in
11752                 updated to reflect recent changes
11753                 submitted by Alessandro Maestri
11754
11755 2002-12-09 [christoph]  0.8.6claws90
11756
11757         * src/Makefile.am
11758         * src/smtp.[ch]                 ** REMOVE **
11759         * src/common/Makefile.am
11760         * src/common/smtp.[ch]          ** NEW **
11761                 move smtp files to common directory
11762
11763 2002-12-09 [christoph]  0.8.6claws89
11764
11765         * src/Makefile.am
11766         * src/session.[ch]              ** REMOVE **
11767         * src/common/Makefile.am
11768         * src/common/session.[ch]       ** NEW **
11769                 move session files to common directory
11770
11771 2002-12-09 [paul]       0.8.6claws88
11772
11773         * src/account.c
11774                 fix bug [649746] edit accounts: move account reverted
11775                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11776
11777 2002-12-09 [colin]      0.8.6claws87
11778
11779         * src/ssl_certificate.c
11780                 cleanup
11781
11782 2002-12-09 [colin]      0.8.6claws86
11783
11784         * src/ssl.c
11785                 Try to open the cert.pem database and 
11786                 issue a warning if it isn't there
11787
11788 2002-12-09 [colin]      0.8.6claws85
11789
11790         * src/common/ssl_certificate.c
11791         * src/gtk/sslcertwindow.c
11792                 Warning fixes
11793
11794 2002-12-09 [colin]      0.8.6claws84
11795
11796         * src/ssl_certificate.[ch] ** REMOVED **
11797         * src/common/ssl_certificate.[ch] ** NEW **
11798         * src/Makefile.am
11799         * src/common/Makefile.am
11800                 Moved ssl_certificate.[ch] to common
11801         * src/common/ssl.c 
11802                 Put back needed include
11803         * src/gtk/sslcertwindow.[ch]
11804                 Changed ssl_certificate.h include
11805         
11806 2002-12-09 [colin]      0.8.6claws83
11807
11808         * src/gtk/sslcertwindow.[ch]
11809                 Implement hook for certificate acception
11810         * src/ssl_certificate.[ch]
11811                 Implement hook for certificate acception
11812         * src/common/ssl.c
11813                 Reenable certificate acception check
11814         * src/mainwindow.c
11815                 Register sslcertwindow's hook
11816         
11817 2002-12-08 [christoph]  0.8.6claws82
11818
11819         * src/about.c
11820         * src/addr_compl.c
11821         * src/codeconv.c
11822         * src/manual.c
11823         * src/undo.c
11824         * src/common/utils.c
11825                 o add missing includes
11826                 o fix warnings
11827         * src/.cvsignore
11828         * src/common/.cvsignore
11829         * src/common/version.h          ** REMOVE **
11830                 remove autogenerated file
11831
11832 2002-12-08 [paul]       0.8.6claws81
11833
11834         * src/stringtable.c
11835                 put back needed include
11836
11837 2002-12-08 [colin]      0.8.6claws80
11838         
11839         * src/gtk/sslcertwindow.c
11840                 Cleaner popups when asking
11841         * src/ssl_certificate.c
11842         * src/prefs_common.[ch]
11843                 remove ssl certificate pref
11844                 put back needed include
11845         * src/undo.c
11846                 put back needed include
11847
11848 2002-12-08 [christoph]  0.8.6claws79
11849
11850         * src/folderview.c
11851         * src/logwindow.c
11852         * src/statusbar.c
11853         * src/summaryview.c
11854                 only abort hook invokation if required data is missing not
11855                 if our own data pointer is NULL, update hookfunction for
11856                 log window
11857
11858 2002-12-08 [paul]       0.8.6claws78
11859
11860         * src/about.c
11861         * src/addrcache.c
11862         * src/addrclip.c
11863         * src/addr_compl.c
11864         * src/addrselect.c
11865         * src/codeconv.c
11866         * src/colorlabel.c
11867         * src/enriched.c
11868         * src/esmtp.c
11869         * src/exporthtml.c
11870         * src/headerview.c
11871         * src/imageview.c
11872         * src/manual.c
11873         * src/noticeview.c
11874         * src/pgptext.c
11875         * src/scoring.c
11876         * src/sourcewindow.c
11877         * src/stringtable.c
11878         * src/undo.c
11879                 clean up: remove unneccesary includes
11880
11881 2002-12-08 [christoph]  0.8.6claws77
11882
11883         * src/folderview.c
11884         * src/statusbar.c
11885         * src/summaryview.c
11886         * src/common/hooks.[ch]
11887                 hook functions now have a gboolean return value, if a hook
11888                 returns TRUE it will stop executing of any more hooks in
11889                 the same hooklist for this invokation
11890
11891 2002-12-08 [colin]      0.8.6claws76
11892         
11893         * src/main.c
11894                 put back argv0 for CRASH_DIALOG
11895
11896 2002-12-08 [christoph]  0.8.6claws75
11897
11898         * src/Makefile.am
11899         * src/about.c
11900         * src/account.c
11901         * src/crash.c
11902         * src/esmtp.h
11903         * src/imap.[ch]
11904         * src/inc.c
11905         * src/main.c
11906         * src/mainwindow.c
11907         * src/news.c
11908         * src/pop.[ch]
11909         * src/prefs_account.[ch]
11910         * src/prefs_common.[ch]
11911         * src/send.[ch]
11912         * src/smtp.[ch]
11913         * src/ssl_certificate.[ch]
11914         * src/ssl_manager.[ch]
11915         * src/common/Makefile.am
11916         * src/common/log.c
11917         * src/common/nntp.[ch]
11918         * src/common/socket.[ch]
11919         * src/common/ssl.[ch]
11920         * src/gtk/sslcertwindow.[ch]
11921         * ac/openssl.m4
11922                 use new autoconf script to detect OpenSSL with extra parameters
11923                 to specify the location of libs and includes, also remove USE_SSL
11924                 to USE_OPENSSL
11925
11926         * src/common/sylpheed.[ch]
11927         * src/common/version.h.in
11928                 start seperation of common code initialization seperated from gui
11929
11930         * src/summaryview.c
11931                 The function that is called when a color label changes
11932                 should not change the color lable again
11933
11934 2002-12-08 [colin]      0.8.6claws74
11935
11936         * src/gtk/sslcertwindow.c
11937                 warning fixes
11938
11939 2002-12-08 [colin]      0.8.6claws73
11940
11941         * src/statusbar.c
11942           src/common/log.h
11943                 Register a hook for statusbar_puts_all
11944         * src/common/log.c
11945                 invoke statusbar_puts_all's hook
11946         
11947 2002-12-08 [colin]      0.8.6claws72
11948
11949         * src/ssl_certificate.c
11950                 Put back a badly-removed include
11951
11952 2002-12-08 [colin]      0.8.6claws71
11953
11954         * src/gtk/sslcertwindow.[ch]    ** NEW **
11955                 new certificate presentation
11956         * src/gtk/Makefile.am
11957                 add new files
11958         * src/ssl_certificate.[ch]
11959                 gtk cleanup, made utility functions public
11960         * src/ssl_manager.c
11961                 use new cert presentation
11962
11963 2002-12-07 [christoph]  0.8.6claws70
11964
11965         * src/Makefile.am
11966         * src/nntp.[ch]                 ** REMOVE **
11967         * src/common/Makefile.am
11968         * src/common/nntp.[ch]          ** NEW **
11969                 move nntp files to common directory
11970
11971 2002-12-07 [christoph]  0.8.6claws69
11972
11973         * src/procmsg.[ch]
11974         * src/summaryview.c
11975                 implement msginfo update callback using sylpheed's new
11976                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11977
11978 2002-12-06 [christoph]  0.8.6claws68
11979
11980         * src/editgroup.c
11981                 This patch changes the 'Edit Group Details' dialog to
11982                 allow extended selections in either pane, so that
11983                 addresses can be added or removed from a group more
11984                 quickly and easily. (it actually is a net decrease in
11985                 file size, as some unnecessary functions have been
11986                 removed). 
11987                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11988
11989 2002-12-06 [christoph]  0.8.6claws67
11990
11991         * src/Makefile.am
11992         * src/template.[ch]             ** REMOVE **
11993         * src/common/Makefile.am
11994         * src/common/template.[ch]      ** NEW **
11995                 move template files to common directory
11996
11997         * src/nntp.c
11998                 add missing log.h include
11999
12000 2002-12-06 [melvin]     0.8.6claws66
12001
12002         * src/prefs_actions.c
12003                 Added the trailing ">" syntax to insert command's output
12004                 without replacing old text (in contrast to trailing "|").
12005
12006 2002-12-05 [colin]      0.8.6claws65
12007         
12008         * src/common/utils.c
12009                 Don't modify original search_string or it'll change
12010                 the next iterations in the for()
12011
12012 2002-12-05 [darko]      0.8.6claws64
12013
12014         * src/common/utils.c
12015                 proper check for filtering commands, found by Colin
12016
12017 2002-12-05 [darko]      0.8.6claws63
12018
12019         * src/common/utils.c
12020                 check proper string for NULL pointer, found by Colin
12021
12022 2002-12-05 [darko]      0.8.6claws62
12023
12024         * src/common/utils.[ch]
12025                 expand_search_string(): new function
12026                 converts Mutt-like patterns to Sylpheed's
12027                 filtering engine
12028         * src/summaryview.c
12029                 use expand_search_string() to allow Mutt-like
12030                 patterns in extended search
12031         * README.claws
12032                 document extended option in quick search
12033
12034 2002-12-05 [paul]       0.8.6claws61
12035
12036         * sync with 0.8.6cvs16
12037                 see ChangeLog 2002-12-05
12038                 
12039         * po/POTFILES.in
12040                 clean up
12041
12042 2002-12-04 [christoph]  0.8.6claws60
12043
12044         * src/imap.[ch]
12045                 put imap authentication code into a new function and
12046                 remove it from imap_session_new that will allow to
12047                 send other commands before authentication
12048
12049 2002-12-04 [christoph]  0.8.6claws59
12050
12051         * src/imap.[ch]
12052                 use already existing method to prevent unneeded IMAP
12053                 folder selects. Set imap_select parameters to NULL
12054                 in some functions if the values are not required.
12055
12056         * src/xml.h
12057                 remove no longer required include
12058
12059 2002-12-04 [paul]       0.8.6claws58
12060
12061         * po/es.po
12062                 updated by Ricardo Mones Lastra
12063                 
12064         * configure.in
12065           po/hu.po      ** NEW FILE **
12066                 initial Hungarian translation, submitted
12067                 by Gál Zoltán <galzoli@hu.inter.net>
12068
12069 2002-12-03 [christoph]  0.8.6claws57
12070
12071         * src/Makefile.am
12072         * src/gtksctree.[ch]            ** REMOVE **
12073         * src/gtk/Makefile.am
12074         * src/gtk/gtksctree.[ch]        ** NEW **
12075                 move gtksctree files to gtk directory
12076
12077 2002-12-03 [christoph]  0.8.6claws56
12078
12079         * src/Makefile.am
12080         * src/md5.[ch]                  ** REMOVE **
12081         * srm/common/Makefile.am
12082         * src/common/md5.[ch]           ** NEW **
12083                 move md5 files to common directory
12084
12085         * src/gtkstext.c
12086                 remove not required #include
12087
12088 2002-12-03 [sergey]     0.8.6claws55
12089
12090         * src/gtkutils.c
12091         * src/gtkutils.h
12092                 gtkut_window_popup(): new function.
12093         * src/mainwindow.c
12094                 main_window_popup(): use gtkut_window_popup() to raise
12095                 window without changing its position.
12096                 (see sylpheed-main ML message [sylpheed:17247])
12097
12098 2002-12-03 [sergey]     0.8.6claws54
12099
12100         * src/send.c
12101                 send_message_local(): removed first-dot escaping
12102                 (SMTP-only, not needed for sending through pipe)
12103
12104 2002-12-03 [paul]       0.8.6claws53
12105
12106         * po/POTFILES.in
12107                 update to reflect recent changes (thanks
12108                 to Ricardo Mones Lastra)
12109                 
12110         * tools/filter_conv.pl
12111                  fix problem with quoted strings. Patch submitted
12112                  by Luke Plant <lukeplant@softhome.net>
12113
12114 2002-12-03 [paul]       0.8.6claws52
12115
12116         * sync with 0.8.6cvs15
12117                 see ChangeLog 2002-12-03
12118
12119 2002-12-02 [christoph]  0.8.6claws51
12120
12121         * src/logwindow.[ch]
12122         * src/common/log.[ch]
12123                 implement logging using a hook function
12124
12125         * src/folderview.c
12126         * src/folder.[ch]
12127                 define hooklist name in header file to avoid
12128                 errors caused by wrong spelling of hooklist names
12129
12130         * src/toolbar.c
12131                 fix warnings
12132
12133 2002-12-02 [christoph]  0.8.6claws50
12134
12135         * src/common/Makefile.am
12136                 add src/common/hooks.[ch]
12137
12138         * src/common/hooks.[ch]
12139                 implement a simple hook system using glib's hook functions
12140
12141         * src/folder.[ch]
12142         * src/folderview.c
12143                 use new hook system for folder item updates
12144
12145 2002-12-02 [christoph]  0.8.6claws49
12146
12147         * doc-src/ui_seperation.txt     ** NEW **
12148                 information for ui seperation
12149
12150         * src/Makefile.am
12151                 remove files that were moved to common
12152                 include common directory by default for the header files
12153
12154         * src/inc.c
12155         * src/common/socket.c
12156         * src/automaton.[ch]
12157                 implement automaton using g_io_*-functions instead of
12158                 gdk_input_add to make it ui independent
12159
12160         * src/codeconv.c
12161         * src/compose.c
12162         * src/ldif.c
12163         * src/pgptext.c
12164         * src/procmime.c
12165         * src/rfc2015.c
12166         * src/smtp.c
12167         * src/unmime.c
12168                 remove common/ prefix because directory is now in
12169                 include path
12170
12171         * src/compose.c
12172         * src/folder.c
12173         * src/folderview.c
12174         * src/mainwindow.c
12175         * src/messageview.c
12176         * src/prefs_common.c
12177         * src/procmsg.c
12178         * src/rfc2015.c
12179                 fix warnings
12180
12181         * src/imap.c
12182         * src/inc.c
12183         * src/news.c
12184         * src/pop.c
12185         * src/send.c
12186         * src/smtp.c
12187         * src/ssl_certificate.c
12188                 add log.h header file for logging functions
12189
12190         * src/main.c
12191         * src/common/utils.c
12192         * src/summaryview.c
12193         * src/xml.c
12194                 o move debug_mode to common/utils.c
12195                 o add functions to set and get debug_mode
12196
12197         * src/defs.h                    ** REMOVE **
12198         * src/intl.h                    ** REMOVE **
12199         * src/socket.[ch]               ** REMOVE **
12200         * src/ssl.[ch]                  ** REMOVE **
12201         * src/utils.[ch]                ** REMOVE **
12202                 replaced by new files in src/common/
12203         
12204         * src/common/Makefile.am
12205                 add new files in src/common/
12206
12207         * src/common/defs.h             ** NEW **
12208         * src/common/intl.h             ** NEW **
12209         * src/common/log.[ch]           ** NEW **
12210         * src/common/socket.[ch]        ** NEW **
12211         * src/common/ssl.[ch]           ** NEW **
12212         * src/common/utils.[ch]         ** NEW **
12213                 replacement for files in src/
12214
12215 2002-12-02 [colin]      0.8.6claws48
12216
12217         * src/folderview.c
12218                 Scroll folderview if necessary during dnd
12219
12220 2002-12-02 [colin]      0.8.6claws47
12221
12222         * src/folder.[ch]
12223                 Add check to verify a move is within a single mailbox
12224         * src/folderview.c
12225                 Add specific error string for this check
12226
12227 2002-12-02 [colin]      0.8.6claws46
12228
12229         * src/folder.c
12230                 Add a test to folder moving, remove a statusbar_print
12231         * src/folderview.c
12232                 Add Move folder... context-menu item
12233                 Factorize folder moving code
12234                 Enable folder DND for mbox
12235
12236 2002-12-01 [christoph]  0.8.6claws45
12237
12238         * ac/aspell.m4
12239                 remove conf.aspelltest if the version check fails
12240
12241 2002-11-30 [christoph]  0.8.6claws44
12242
12243         * autogen.sh
12244                 run libtoolize --force in autogen to create missing
12245                 libtool scripts
12246
12247 2002-11-30 [christoph]  0.8.6claws43
12248
12249         * src/Makefile.am
12250         * src/pgptext.c
12251         * src/procmime.c
12252         * src/rfc2015.c
12253         * src/uuencode.[ch]             ** REMOVED **
12254         * src/common/Makefile.am
12255         * src/common/uuencode.[ch]      ** NEW **
12256                 move uuen/decoder to common directory
12257
12258 2002-11-30 [christoph]  0.8.6claws42
12259
12260         * src/Makefile.am
12261         * src/base64.[ch]               ** REMOVED **
12262         * src/codeconv.c
12263         * src/compose.c
12264         * src/ldif.c
12265         * src/pgptext.c
12266         * src/procmime.c
12267         * src/rfc2015.c
12268         * src/smtp.c
12269         * src/unmime.c
12270         * src/common/Makefile.am
12271         * src/common/base64.[ch]        ** NEW **
12272                 move base64 en/decoder to common directory
12273
12274 2002-11-30 [christoph]  0.8.6claws41
12275
12276         * src/common                    ** NEW **
12277                 new directory for UI independent code
12278         * src/gtk                       ** NEW **
12279                 new directory for GTK frontend
12280         * src/common/.cvsignore         ** NEW **
12281         * src/gtk/.cvsignore            ** NEW **
12282                 ignore build files
12283         * src/common/Makefile.am        ** NEW **
12284         * src/gtk/Makefile.am           ** NEW **
12285                 automake files to build new seperated stuff
12286         * src/Makefile.am
12287                 the binary will currently still be build with the
12288                 files in src, so we include the code from the
12289                 subdirs for now after building the libs there
12290
12291 2002-11-30 [paul]       0.8.6claws40
12292
12293         * src/compose.c
12294                 fix bug [642731] 'Wrong selected account with drafted mail'
12295
12296 2002-11-29 [oliver]     0.8.6claws39
12297         
12298         * src/messageview.c
12299                 o update summaryview when switching between different
12300                   messageviews          
12301         * src/toolbar.c  
12302                 o check if messageview holds already removed msg
12303                   from summaryview
12304                 
12305
12306 2002-11-29 [oliver]     0.8.6claws38
12307
12308         * src/toolbar.c 
12309                 remove not needed variables and includes
12310                 make messageview stay opened and move to next when msgs are deleted 
12311
12312 2002-11-29 [oliver]     0.8.6claws37
12313         
12314         * src/toolbar.c 
12315                 disable compose button (messageview toolbar) by default
12316                 deleted msgs are moved to trash
12317         
12318 2002-11-29 [melvin]     0.8.6claws36
12319
12320         * configure.in
12321                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12322                 and to detect signatures expirations (gpgme 0.3.6)
12323
12324         * src/main.c
12325                 Use non obsolescent function for Gpgme engine checking.
12326
12327         * src/rfc2015.c
12328                 Inform about expired signatures or signatures which key
12329                 has expired. Expiration date is displayed.
12330
12331         * src/sigstatus.c
12332                 Inform about expired signatures or signatures which key
12333                 has expired.
12334
12335 2002-11-28 [paul]       0.8.6claws35
12336
12337         * src/folderview.c
12338                 re-instate 'Check for new messages' in Newsgroup
12339                 folders right-click menu, after a suggestion from
12340                 Tim Mann <timmann@users.sourceforge.net>
12341
12342         * src/main.c
12343                 after a crash check only local folders for new
12344                 messages
12345
12346 2002-11-28 [paul]       0.8.6claws34
12347
12348         * configure.in
12349                 apply patch that fixes the checking of GTK with XIM 
12350                 support on different OSs, such as FreeBSD. Patch 
12351                 submitted by Topia <topia@users.sourceforge.net>
12352                 
12353 2002-11-28 [paul]       0.8.6claws33
12354
12355         * src/mainwindow.c
12356           src/prefs_common.c
12357           src/prefs_toolbar.c
12358                 more changes to the English
12359
12360 2002-11-28 [paul]       0.8.6claws32
12361
12362         * sync with 0.8.6cvs13
12363                 see ChangeLog 2002-11-28 (no sync needed
12364                 for src/compose.c)
12365
12366 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12367         
12368         * src/mainwindow.[ch]
12369                 add patch by Ivan F. Martinez introducing messageview Toolbar
12370                 some changes and committed by oliver    
12371
12372 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12373
12374         * src/messageview.[ch]
12375                 add patch by Ivan F. Martinez introducing messageview Toolbar
12376                 some changes and committed by oliver    
12377
12378 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12379
12380         * src/compose.[ch]
12381                 add patch by Ivan F. Martinez introducing messageview Toolbar
12382                 some changes and committed by oliver    
12383
12384 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12385         
12386         * src/toolbar.[ch]
12387                 add patch by Ivan F. Martinez introducing messageview Toolbar
12388                 some changes and committed by oliver
12389
12390 2002-11-28 [oliver]     0.8.6claws27
12391         
12392         * src/prefs_toolbar.[ch]
12393                 getting ready for messageview toolbar
12394                 free mem allocated by gettext
12395                 change prefs_toolbar to prefs_toolbar_open
12396  
12397 2002-11-28 [thorsten]   0.8.6claws26
12398
12399         * src/imageview.[ch]
12400                 cleaned up conflicting declarations of
12401                 imageview_show_image()
12402
12403 2002-11-28 [paul]       0.8.6claws25
12404
12405         * src/grouplistdialog.c
12406           src/prefs_common.c
12407           src/prefs_summary_column.c
12408                 a few more improvements to the English
12409
12410 2002-11-28 [colin]      0.8.6claws24
12411
12412         * man/sylpheed.1
12413                 A few updates to command-line parameters
12414
12415 2002-11-28 [colin]      0.8.6claws23
12416
12417         * src/prefs_filtering.c
12418                 Fix problems with prefs_filtering_delete_path:
12419                 a) if the first rule is removed, original pointers
12420                    weren't updated (leading to segfaults)
12421                 b) it was always global_processing updated in case
12422                    of removed path was parent of rule path
12423
12424 2002-11-27 [paul]       0.8.6claws22
12425
12426         * src/mainwindow.c
12427           src/prefs_account.c
12428           src/prefs_actions.c
12429           src/prefs_common.c
12430           src/prefs_customheader.c
12431           src/prefs_display_header.c
12432           src/prefs_filtering.c
12433           src/prefs_folder_item.c
12434           src/prefs_matcher.c
12435           src/prefs_scoring.c
12436           src/prefs_summary_column.c
12437           src/prefs_template.c
12438           src/prefs_toolbar.c
12439                  improve the English in the GUI
12440
12441 2002-11-27 [colin]      0.8.6claws21
12442
12443         * src/folder.c
12444                 Fix processing renaming problems happening after
12445                 last commit
12446
12447 2002-11-27 [colin]      0.8.6claws20
12448
12449         * src/folder.c
12450                 recursive move now deletes src each subfolder after 
12451                 having moved it
12452         * src/folderview.c
12453                 Use identifier instead of path during dnd (enables
12454                 IMAP folder dnd)
12455
12456 2002-11-27 [paul]       0.8.6claws19
12457
12458         * src/main.c
12459                 apply patch that does command-line processing 
12460                 BEFORE gtk_init, allowing claws to run from 
12461                 shell-scripts in non-X environment (e.g. crontab 
12462                 or ip-up, ip-down scripts). Patch submitted by
12463                 Ruslan N. Balkin <baron@dartel.ru>
12464                 
12465         * po/it.po
12466                 updated by Alessandro Maestri
12467
12468 2002-11-27 [paul]       0.8.6claws18
12469
12470         * sync with 0.8.6cvs12
12471           src/prefs_common.c
12472                 Differences are that main uses a 'Receive dialog'
12473                 frame on the Interface tab, whereas claws groups all 
12474                 the dialogs together in a 'Dialogs' frame.
12475
12476 2002-11-27 [colin]      0.8.6claws17
12477
12478         * src/prefs_matcher.c
12479                 Fix Execute criteria's NOT flag
12480
12481
12482 2002-11-26 [christoph]  0.8.6claws16
12483
12484         * src/ssl.c
12485                 rewrite the ssl code a little bit, only use one
12486                 SSL context, set default certificates' file/path
12487
12488 2002-11-26 [thorsten]   0.8.6claws15
12489
12490         * src/compose.c
12491                 default-reply-to didn't work for ml-reply
12492
12493 2002-11-26 [melvin]     0.8.6claws14
12494
12495         * src/prefs_actions.c
12496                 Made pipe-actions ignore short headers in message view
12497                 Made trailing-pipe-actions write in the message view with
12498                 the same font as the original message
12499
12500 2002-11-26 [paul]       0.8.6claws13
12501
12502         * src/compose.c
12503                 this time commit the correct file
12504
12505 2002-11-26 [paul]       0.8.6claws12
12506
12507         * sync with 0.8.6cvs11
12508           src/quote_fmt_parse.y  
12509                 no sync needed
12510           src/account.[ch]       
12511                 not sync'ed
12512           src/compose.c
12513                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12514                 on draft mode.
12515                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12516                 header
12517                 
12518         see ChangeLog 2002-11-25 and 2002-11-26
12519
12520 2002-11-26 [colin]      0.8.6claws11
12521
12522         * src/folderview.c
12523                 Fix collapsed folder not auto-expanding during
12524                 mail dnd, if it was the source folder.
12525
12526 2002-11-25 [colin]      0.8.6claws10
12527
12528         * src/folderview.[ch]
12529                 Variable renaming and cleaning (slist of nodes 
12530                 to be re-collapsed is stored in FolderView)
12531
12532 2002-11-25 [paul]       0.8.6claws9
12533
12534         * src/prefs_common.[ch]
12535                 fix breakage caused by last commit
12536
12537 2002-11-25 [paul]       0.8.6claws8
12538
12539         * sync with 0.8.6cvs4
12540                 see ChangeLog 2002-11-21
12541
12542 2002-11-25 [paul]       0.8.6claws7
12543
12544         * sync with 0.8.6cvs4
12545                 see ChangeLog 2002-11-20
12546
12547 2002-11-25 [paul]       0.8.6claws6
12548
12549         * sync with 0.8.6cvs3
12550                 see ChangeLog 2002-11-18
12551
12552 2002-11-25 [colin]      0.8.6claws5
12553
12554         * src/gtkutils.[ch]
12555                 Add gtkut_ctree_node_is_parent()
12556         * src/folderview.c
12557                 Spring-loaded folders
12558
12559 2002-11-25 [colin]      0.8.6claws4
12560
12561         * src/utils.[ch]
12562                 Add slist_concat_unique(), function to merge
12563                 two GSList filtering dups
12564         * src/folder.[ch]
12565         * src/summaryview.[ch]
12566         * src/folderview.c
12567         * src/main.c
12568                 Add detection/update/display of unread answers
12569                 to marked mails
12570         * src/procmsg.[ch]
12571                 Add procmsg_find_children()
12572                 Add procmsg_msg_has_marked_parent()
12573
12574 2002-11-25 [colin]      0.8.6claws3
12575
12576         * src/ssl_certificate.[ch]
12577                 Allow checking a certificate without a DNS
12578                 lookup
12579                 Allow to forget a cert (by deleting it)
12580                 Make ssl_certificate_destroy_public
12581         * src/ssl_manager.[ch] ** NEW FILES **
12582                 Gui to manage (display/remove) certificates
12583         * src/prefs_common.[ch]
12584                 Add a pref to allow silent acceptation of
12585                 trusted certificates or not (based on the
12586                 "I want to know what's going on" principle)
12587         * src/mainwindow.c
12588                 Add SSL manager in Tools menu
12589         * src/Makefile.am
12590                 Add the new files to the build
12591         * po/POTFILES.in
12592                 Add ssl_manager.c to translations
12593
12594 2002-11-25 [colin]      0.8.6claws2
12595
12596         * src/summaryview.[ch]
12597                 Add S_SEARCH_EXTENDED to the quick search, which 
12598                 allows to search using filtering syntax.
12599
12600 2002-11-25 [colin]      0.8.6claws1
12601
12602         * src/summaryview.c
12603                 Deletion of duplicates now prefer deleting
12604                 the unread dup (fixes feature-request 638989).
12605
12606 2002-11-24 [paul]       0.8.6claws
12607
12608         * po/es.po
12609           po/pl.po
12610           po/ru.po
12611           po/sr.po
12612                 updated by Ricardo Mones Lastra,
12613                 Witold Wladyslaw Wojciech Wilk,
12614                 Ruslan N. Balkin, and  Urke MMI 
12615                 respectively
12616
12617 2002-11-24 [paul]       0.8.5claws182
12618
12619         * po/bg.po
12620                 updated by George Danchev
12621
12622 2002-11-23 [alfons]     0.8.5claws181
12623
12624         * src/imap.c
12625                 tiny memory leak found by browsing Dimitar's 
12626                 valgrind report
12627
12628 2002-11-23 [paul]       0.8.5claws180
12629
12630         * po/it.po
12631                 updated by Alessandro Maestri
12632
12633 2002-11-22 [christoph]  0.8.5claws179
12634
12635         * src/compose.c
12636         * src/inc.c
12637         * src/prefs_filtering.c
12638         * src/summaryview.c
12639                 more warning fixes
12640
12641 2002-11-22 [alfons]     0.8.5claws178
12642
12643         * src/summaryview.c
12644                 summary_execute_delete_func(): if message is deleted, make 
12645                 sure to also remove its entry in the subject hash table. 
12646                 fixes a corner case bug.
12647
12648 2002-11-22 [paul]       0.8.5claws177
12649
12650         * .cvsignore
12651                 add 'autom4te.cache'
12652                 
12653         * ltconfig      ** REMOVED **
12654                 not needed
12655
12656 2002-11-22 [paul]       0.8.5claws176
12657
12658         * src/textview.c
12659                 textview_set_font(): fix for message display in
12660                 UTF-8 locales (thanks to Sergey Vlasov).
12661                 
12662         * AUTHORS
12663                 add new team members and contributors
12664
12665
12666 2002-11-21 [colin]      0.8.5claws175
12667
12668         * src/procmsg.[ch]
12669                 Add procmsg_remove_special_headers()
12670         * src/mh.c
12671                 Use procmsg_remove_special_headers() for 
12672                 previous fix
12673
12674 2002-11-21 [colin]      0.8.5claws174
12675
12676         * src/mh.c
12677                 Fix moving/copying from queue/draft folders
12678                 for MH folders
12679
12680 2002-11-21 [christoph]  0.8.5claws173
12681
12682         * src/crash.c
12683         * src/filtering.c
12684         * src/logwindow.c
12685         * src/main.c
12686         * src/matcher_parser_lex.[hl]
12687         * src/mbox.c
12688         * src/mbox_folder.[ch]
12689         * src/prefs_filtering.c
12690         * src/procheader.c
12691         * src/quote_fmt_lex.l
12692         * src/ssl.c
12693                 fix all warnings except the warnings in lex and yacc files
12694
12695 2002-11-20 [christoph]  0.8.5claws172
12696
12697         * src/imap.c
12698                 fix MsgInfo retrieval for IMAP draft and queue folders
12699                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12700
12701 2002-11-19 [christoph]  0.8.5claws171
12702
12703         * src/compose.c
12704                 fix segfault, when draft saving does not get
12705                 the MsgInfo of the new message
12706                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12707
12708 2002-11-19 [christoph]  0.8.5claws170
12709
12710         * src/procmsg.c
12711                 add parameter check for flag setting function
12712                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12713
12714 2002-11-18 [paul]       0.8.5claws169
12715
12716         * src/compose.c
12717                 more sensitivity fixes to redirect mode:
12718                 * disable toolbar draft button
12719                 * allow only Address book in the Tools menu
12720                 * disable editing of message by the spell
12721                   checker
12722
12723 2002-11-18 [paul]       0.8.5claws168
12724
12725         * src/compose.c
12726                 fix sensitivity of menu items in compose_redirect():
12727                 allow only the necessary items 
12728
12729 2002-11-18 [paul]       0.8.5claws167
12730
12731         * src/compose.c
12732                 fix bug [ 603259 ] 'attachment got lost on bounce'
12733
12734 2002-11-18 [paul]       0.8.5claws166
12735
12736         * po/ru.po
12737                 updated by Ruslan N. Balkin <baron@dartel.ru>
12738
12739 2002-11-18 [colin]      0.8.5claws165
12740
12741         * src/main.c
12742           src/defs.h
12743                 Remove old filtering stuff
12744
12745
12746 2002-11-17 [oliver]     0.8.5claws164
12747
12748         * src/toolbar.h
12749                 remove not needed typedef 
12750
12751 2002-11-17 [oliver]     0.8.5claws163
12752
12753         * src/toolbar.c
12754                 make toolbar's on click events translatable
12755
12756 2002-11-15 [colin]      0.8.5claws162
12757
12758         * src/summaryview.c
12759                 Revert too-soon integration of a feature
12760
12761 2002-11-15 [christoph]  0.8.5claws161
12762
12763         * src/imap.c
12764                 use main's implementation of imap_get_msginfo
12765
12766 2002-11-15 [christoph]  0.8.5claws160
12767
12768         * src/compose.c
12769         * src/folder.[ch]
12770         * src/imap.c
12771         * src/mbox_folder.c
12772         * src/mh.c
12773         * src/news.c
12774         * src/procmsg.c
12775         * src/summaryview.c
12776                 replace claws' fetch_msginfo with main's get_msginfo
12777                 (use main's implementation where possible)
12778
12779 2002-11-15 [colin]      0.8.5claws159
12780
12781         * src/ssl_certificate.c
12782                 Missed a check
12783
12784 2002-11-16 [melvin]     0.8.5claws158
12785
12786         * po/fr.po
12787                 Updated French translations.
12788
12789 2002-11-16 [colin]      0.8.5claws157
12790
12791         * src/ssl_certificate.c
12792                 Check for missing parts in the certificates
12793
12794 2002-11-15 [colin]      0.8.5claws156
12795
12796         * src/folderview.c
12797                 Preventive fix (missing check) found by
12798                 Alfons
12799
12800 2002-11-15 [paul]
12801
12802         * NEWS
12803                 sync with 0.8.6 release
12804
12805 2002-11-15 [colin]      0.8.5claws155
12806
12807         * src/folder.[ch]
12808           src/folderview.c
12809                 Fix error handling of folder_item_move_to()
12810                 (thanks to Alfons!)
12811
12812 2002-11-15 [colin]      0.8.5claws154
12813
12814         * src/folder.[ch]
12815           src/folderview.c
12816                 folder_item_move_to() sets an error message instead
12817                 of having GUI stuff in folder.c
12818
12819 2002-11-15 [colin]      0.8.5claws153
12820
12821         * src/procmsg.[ch]
12822                 Implemented a callback for MsgInfo updates, 
12823                 heavily copy/pasted from Christoph's folder 
12824                 callback system
12825         * src/summaryview.[ch]
12826                 Register summary_update_msg as callback
12827
12828 2002-11-14 [colin]      0.8.5claws152
12829         
12830         * src/procmsg.c
12831                 Update the FolderItem after sending (fixes 617593)
12832
12833 2002-11-14 [christoph]  0.8.5claws151
12834
12835         * src/folder.c
12836                 fix wrong position of NULL pointer check found
12837                 by Sergey
12838
12839 2002-11-14 [christoph]  0.8.5claws150
12840
12841         * src/folder.c
12842                 fix segfault when deleting messages from IMAP folders
12843                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12844
12845 2002-11-14 [colin]      0.8.5claws149
12846
12847         * src/compose.c
12848                 Forwarding was also ignoring the folder's default account.
12849
12850 2002-11-14 [colin]      0.8.5claws148
12851
12852         * src/compose.c
12853                 Fix sent folder not set to folder properties when 
12854                 forwarding.
12855
12856 2002-11-14 [thorsten]   0.8.5claws147
12857
12858         * src/inc.c
12859                 inc_start(): Files were not moved from .processing to inbox,
12860                 if no global processing rule existed
12861
12862 2002-11-14 [colin]      0.8.5claws146
12863
12864         * src/ssl_certificate
12865                 Fix file operations
12866
12867 2002-11-14 [paul]       0.8.5claws145
12868
12869         * po/it.po
12870                 updated by Alessandro Maestri
12871
12872 2002-11-13 [alfons]     0.8.5claws144
12873
12874         * src/folder.c
12875                 folder_item_close(): only mark messages unread
12876                 when a folder has new messages 
12877
12878 2002-11-13 [keith]      0.8.5claws143
12879
12880         * src/imap.c
12881                 Fix problem moving or copying between
12882                 IMAP folders
12883
12884 2002-11-13 [colin]      0.8.5claws142
12885
12886         * src/matcher_parser_parse.y
12887                 Fix rule problem when " don't match
12888
12889 2002-11-13 [christoph]  0.8.5claws141
12890
12891         * src/folder.c
12892         * src/folderview.c
12893                 moved cache saving to folder_item_close
12894                 the folderview should not have to deal with
12895                 this things
12896
12897 2002-11-13 [christoph]  0.8.5claws140
12898
12899         * src/summaryview.c
12900                 moved setting of important score to
12901                 summary_set_prefs_from_folderitem
12902
12903 2002-11-13 [colin]      0.8.5claws139
12904
12905         * src/matcher_parser_parse.y
12906                 Fix a segfault in the parser (happening when
12907                 a good expression had been tested and a bad 
12908                 one arrives)
12909
12910 2002-11-13 [paul]       0.8.5claws138
12911
12912         * sync with 0.8.5cvs24
12913                 see ChangeLog 2002-11-13
12914                 
12915         * po/pt_BR.po
12916                 updated by Fabio Jr. Beneditto
12917
12918 2002-11-13 [colin]      0.8.5claws137
12919         
12920         * src/msgcache.c
12921           src/defs.h
12922           src/procmsg.[ch]
12923                 Revert last commit, problem
12924
12925 2002-11-13 [colin]      0.8.5claws136
12926
12927         * src/msgcache.c
12928                 Remove duplicated code
12929         * src/defs.h
12930                 Bumped CACHE_VERSION and MARK_VERSION
12931         * src/procmsg.[ch]
12932                 Network endian for cache and mark files
12933
12934 2002-11-12 [colin]      0.8.5claws135
12935
12936         * src/inc.c
12937                 Fix the "socket error" dialog which disappeared
12938
12939 2002-11-12 [colin]      0.8.5claws134
12940
12941         * src/msgcache.c
12942                 Reverse last commit which had performance 
12943                 problems, but still reverse the list
12944
12945 2002-11-12 [colin]      0.8.5claws133
12946
12947         * src/msgcache.c
12948                 Reverse list order
12949
12950 2002-11-12 [melvin]     0.8.5claws132
12951
12952         * src/compose.c
12953                 Added a check for a NULL prefs_common.dictionary
12954
12955 2002-11-12 [colin]      0.8.5claws131
12956
12957         * src/ssl_certificate.[ch]
12958                 Use FQDN hostname
12959
12960 2002-11-12 [colin]      0.8.5claws130
12961
12962         * src/ssl_certificate.[ch]
12963                 Take connection port into account for 
12964                 checking certificates (a single hostname
12965                 could have multiple servers with multiple
12966                 certificates)
12967         * src/ssl.c
12968                 Pass the port to ssl_certificate_check
12969
12970 2002-11-12 [paul]       0.8.5claws129
12971
12972         * src/folder.c
12973                 fix a typo in last commit
12974
12975 2002-11-12 [paul]       0.8.5claws128
12976
12977         * sync with 0.8.5cvs23
12978                 see ChangeLog entry 2002-11-12
12979
12980 2002-11-11 [colin]      0.8.5claws127
12981
12982         * src/ssl_certificate.c
12983                 Cleaner messages
12984                 Don't popup, instead log error, if the 
12985                 corresponding pref is checked
12986         * src/ssl_certificate.h
12987                 include <openssl/objects/h>
12988
12989 2002-11-11 [colin]      0.8.5claws126
12990
12991         * src/ssl_certificate.h
12992                 _Really_ clean it
12993
12994 2002-11-11 [colin]      0.8.5claws125
12995         
12996         * src/ssl_certificate.c
12997                 Fixed leak
12998
12999 2002-11-11 [colin]      0.8.5claws124
13000
13001         * src/ssl.c
13002                 Cleaned a bit
13003         * src/ssl_certificate.[ch]
13004                 Cleaned a bit (better use of SSL API)
13005                 (This will cause non-recognition of saved 
13006                  certificates of claws12[23]...)
13007
13008 2002-11-11 [paul]       0.8.5claws123
13009         
13010         * po/es.po
13011                 updated by Ricardo Mones Lastra
13012
13013 2002-11-11 [colin]      0.8.5claws122
13014
13015         * src/ssl.c
13016                 Fix a typo
13017
13018 2002-11-11 [colin]      0.8.5claws121
13019
13020         * src/ssl_certificate.[ch] ** NEW FILES **
13021         * src/ssl.[ch]
13022                 Check SSL certificates presented to us
13023         * src/Makefile.am
13024                 Add ssl_certificate.[ch]
13025         * po/POTFILES.in
13026                 Add ssl_certificate.c
13027
13028 2002-11-11 [paul]       0.8.5claws120
13029
13030         * sync with 0.8.5cvs22
13031                 see ChangeLog 2002-11-11
13032
13033 2002-11-11 [paul]       0.8.5claws119
13034
13035         * sync with 0.8.5cvs21
13036                 see ChangeLog 2002-11-11
13037
13038 2002-11-10 [jens]       0.8.5claws118
13039
13040         * src/folder.c
13041         * src/folderview.c
13042                 corrected some typing
13043         * po/de.po
13044                 updated german translation
13045         * sylpheed.spec.in
13046                 cleaned up specfile and adjusted it for claws
13047
13048 2002-11-10 [colin]      0.8.5claws117
13049
13050         * src/summaryview.c
13051                 a STATUSBAR_PUSH/POP fix
13052
13053 2002-11-10 [colin]      0.8.5claws116
13054
13055         * src/prefs_folder_item.c
13056                 Fix hanging after opening folder properties
13057
13058 2002-11-10 [hoa]        0.8.5claws115
13059
13060         * src/matcher_parser_lex.l
13061         * src/matcher_parser_parse.y
13062                 config file for scoring and filtering is no more trashed
13063                 when there is a syntax error in a filtering rule when
13064                 editing it in a dialog.
13065
13066 2002-11-09 [colin]      0.8.5claws114
13067
13068         * src/mbox_folder.c
13069                 Added missing initialisation of folder->destroy()
13070
13071 2002-11-09 [colin]      0.8.5claws113
13072
13073         * src/folder.c
13074           src/folderview.c
13075                 Fix the status bar messages
13076
13077 2002-11-09 [colin]      0.8.5claws112
13078
13079         * src/folderview.c
13080                 Fix hangs after folder dnd, happening after 
13081                 claws109.
13082
13083 2002-11-09 [christoph]  0.8.5claws111
13084
13085         * src/folderview.c
13086                 just changed order of calls (reverse order of
13087                 associated calls)
13088         * src/inc.c
13089                 lock inc when checking only one account, otherwise
13090                 inc all could be executed at the same time
13091
13092 2002-11-09 [christoph]  0.8.5claws110
13093
13094         * src/folderview.c
13095                 better unlock the mouse cursor before calling
13096                 summary_show because it changes the cursor too
13097
13098 2002-11-09 [christoph]  0.8.5claws109
13099
13100         * src/folder.[ch]
13101         * src/folderview.c
13102                 add functions to open and close a folder
13103                 o opending will execute scanning for remote folders
13104                   and processing
13105                 o closing will unset new flag for messages
13106
13107 2002-11-09 [colin]      0.8.5claws108
13108
13109         * src/folder.c
13110                 Add a call to prefs_matcher_write_config to 
13111                 avoid non-leaf folders filtering settings to be
13112                 lost
13113
13114 2002-11-09 [paul]       0.8.5claws107
13115
13116         * src/prefs_account.c
13117                 re-word a label
13118
13119 2002-11-09 [colin]      0.8.5claws106
13120
13121         * src/folderview.c
13122                 Minor esthetic fix
13123
13124 2002-11-09 [colin]      0.8.5claws105
13125
13126         * src/folderview.c
13127                 Fix prefs_filtering deletion for MH folders (same
13128                 reason as below)
13129         * src/prefs_filtering.c
13130                 Fix prefs_filtering renaming and deletion for 
13131                 folder-based processing rules.  
13132
13133 2002-11-09 [christoph]  0.8.5claws104
13134
13135         * src/compose.c
13136         * src/folder.[ch]
13137         * src/folderview.[ch]
13138         * src/import.c
13139         * src/inc.c
13140         * src/main.c
13141         * src/mainwindow.c
13142         * src/messageview.c
13143         * src/prefs_folder_item.c
13144         * src/procmsg.c
13145         * src/summaryview.c
13146                 implement a callback system for folder item updates
13147
13148 2002-11-09 [colin]      0.8.5claws103
13149
13150         * src/folderview.c
13151                 Fix prefs_filtering renaming for MH folders (we
13152                 shouldn't rename by path as another folder could
13153                 have the same hierarchy).
13154
13155 2002-11-09 [colin]      0.8.5claws102
13156
13157         * src/folder.c
13158                 Fix a leak found by Christoph, use better variable
13159                 names
13160
13161 2002-11-09 [colin]      0.8.5claws101
13162
13163         * src/folder.c
13164                 One more fix for processing rules
13165
13166 2002-11-08 [colin]      0.8.5claws100
13167         
13168         * src/matcher.c
13169                 Don't copy the compiled regexp (will be reevaluated)
13170         * src/folderview.c
13171                 Lock folderview while moving
13172         * src/folder.c
13173                 Provide info on what's happening to the user
13174
13175 2002-11-08 [colin]      0.8.5claws99
13176
13177         * src/folderview.c
13178                 Fix folder reordering after a move if parent is 
13179                 root
13180         * src/scoring.[ch]
13181                 Add function to copy a ScoringProp
13182         * src/prefs_folder_item.c
13183                 Copy scoring rules when copying a folder prefs
13184
13185 2002-11-08 [colin]      0.8.5claws98
13186
13187         * src/folderview.c
13188                 Fixes in case of failure
13189         * src/filtering.[ch]    
13190                 Add function to duplicate a FilteringProp
13191         * src/matcher.[ch]
13192                 Add function to duplicate a MatcherProp
13193         * src/prefs_folder_item.c
13194                 Save folder's processing rules when copying 
13195                 its prefs
13196
13197 2002-11-08 [colin]      0.8.5claws97
13198         
13199         * src/folderview.c
13200                 Sort after move
13201         * src/folder.c 
13202                 Change a printf to debug_print
13203
13204 2002-11-08 [colin]      0.8.5claws96
13205
13206         * src/folder.c
13207           src/folderview.c
13208                 Fix segfaults, call me stupido
13209         
13210
13211 2002-11-08 [colin]      0.8.5claws95
13212
13213         *src/folder.c
13214                 Added forgotten prefs to save when moving folders
13215
13216 2002-11-08 [colin]      0.8.5claws94
13217
13218         * src/folder.c
13219                 Fixes to folder DND (prefs copy)
13220         * src/folderview.c
13221                 Optimization for folder DND (don't rescan whole tree)
13222                 Added folderview_create_folder_node() for this 
13223                 optimization, so de-duped a bit the code
13224         * src/prefs_folder_item.[ch]
13225                 Added prefs_folder_item_copy_prefs()    
13226           
13227 2002-11-08 [paul]       0.8.5claws93
13228
13229         * src/prefs_account.c
13230           tools/README
13231           tools/kmail2sylpheed_v2.pl
13232                 correct some typos
13233
13234 2002-11-08 [paul]       0.8.5claws92
13235
13236         * src/compose.c
13237           src/prefs_account.[ch]
13238                 remove account options 'clearsign' and 'ascii_armored',
13239                 replace with 'default_gnupg_mode' to prevent mixed-mode
13240                 Privacy settings
13241
13242 2002-11-08 [paul]       0.8.5claws91
13243
13244         * src/compose.[ch]
13245                 re-implement GnuPG 'on-the-fly' mode selection,
13246                 disallow mixed-mode
13247
13248 2002-11-08 [colin]      0.8.5claws90
13249
13250         * src/folderview.c
13251           src/prefs_folder_item.c
13252                 Change "Property" to "Properties"
13253
13254 2002-11-07 [colin]      0.8.5claws89
13255
13256         * src/folderview.c
13257           src/folder.c
13258                 Allow folder dropping to a root folder
13259
13260 2002-11-07 [paul]       0.8.5claws88
13261
13262         * src/compose.c
13263                 revert last commit
13264
13265 2002-11-07 [paul]       0.8.5claws87
13266
13267         * src/compose.c
13268                 fix reply-to-list bug. closes bug report
13269                 "[633382] reply-to-list broken in recent cvs"
13270
13271 2002-11-07 [paul]       0.8.5claws86
13272
13273         * src/compose.c
13274                 add a forgotten '#if USE_GPGME ... #endif'
13275
13276 2002-11-07 [paul]       0.8.5claws85
13277
13278         * sync with 0.8.5cvs20
13279                 see ChangeLog 2002-11-07
13280
13281 2002-11-07 [colin]      0.8.5claws84
13282
13283         * src/folder.[ch]
13284                 Change folder_item_move_to to return the newly 
13285                 created folderitem.
13286         * src/folderview.c
13287                 Select the new folderitem after moving.
13288
13289 2002-11-07 [colin]      0.8.5claws83
13290
13291         * src/prefs_filtering.c
13292                 Fix rule rewriting when moving a leaf folder to a 
13293                 shorter path
13294
13295 2002-11-07 [colin]      0.8.5claws82
13296
13297         * src/prefs_filtering.c
13298                 fix a leak
13299
13300 2002-11-07 [colin]      0.8.5claws81
13301
13302         * src/folder.[ch]
13303                 Add folder_item_move_to() function to move a 
13304                 folderitem into another one (updates matcher etc)
13305         * src/folderview.c
13306                 Add folder drag'n drop (context menu to come)
13307                 [Should be dataloss free, but Please backup before 
13308                  trying !]
13309
13310 2002-11-06 [colin]      0.8.5claws80
13311
13312         * src/mh.c
13313                 mh_create_folder() returns NULL if can't create
13314                 directory hierarchy
13315
13316 2002-11-06 [paul]       0.8.5claws79
13317
13318         * src/compose.[ch]
13319                 allow 'on-the-fly' changing of the type of encryption 
13320                 and/or signing used (mime/ascii) via the compose window
13321
13322 2002-11-06 [paul]       0.8.5claws78
13323
13324         * sync with 0.8.5cvs19
13325                 see ChangeLog 2002-11-06 for src/account.c: 
13326                 account_get_special_folder()
13327                 
13328 2002-11-05 [alfons]     0.8.5claws77
13329
13330         * src/crash.c
13331                 very minor cleanups: nothing to see here, move on. :-)
13332
13333 2002-11-05 [colin]      0.8.5claws76
13334
13335         * src/main.c
13336                 Changes choices if compose windows are opened to
13337                 Discard, Draft, Don't quit
13338
13339 2002-11-05 [thorsten]   0.8.5claws75
13340
13341         * src/compose.c
13342                 reenabled default_reply_to folder option
13343
13344 2002-11-05 [colin]      0.8.5claws74
13345
13346         * src/compose.[ch] 
13347                 add compose_draft()
13348         * src/crash.c
13349                 add SIGTERM handler
13350         * src/main.[ch]
13351                 add clean_quit() for the SIGTERM handler
13352
13353 2002-11-05 [paul]       0.8.5claws73
13354         
13355         * po/es.po
13356                 updated by Ricardo Mones Lastra
13357
13358 2002-11-05 [melvin]     0.8.5claws72
13359
13360         * src/logwindow.c
13361                 Fixed log-clipping bug #616795.
13362                 To stop logging in the log window use 0 length.
13363         * src/prefs_common.c
13364                 Added a label to inform about the 0 log length behaviour.
13365
13366 2002-11-05 [paul]       0.8.5claws71
13367
13368         * sync with 0.8.5cvs17
13369                 see ChangeLog 2002-11-05
13370
13371 2002-11-04 [paul]       0.8.5claws70
13372
13373         * sylpheed-128x128.png
13374           sylpheed-64x64.png
13375           sylpheed.png
13376                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13377                 <nikai@users.sourceforge.net>
13378                 
13379         * po/bg.po
13380                 updated by George Danchev
13381
13382 2002-11-03 [thorsten]   0.8.5claws69
13383
13384         * src/main.c
13385           src/mimeview.c
13386           src/rfc2015.h
13387                 add check if gpg is active
13388
13389 2002-11-03 [thorsten]   0.8.5claws68
13390
13391         * src/toolbar.h
13392                 removed GSList declaration causing trouble on MacOS-X
13393                 (submitted by alfons, reported by xfesty)
13394
13395 2002-11-01 [paul]       0.8.5claws67
13396
13397         * src/mainwindow.c
13398                 remove last remnants of main's filter code
13399
13400 2002-11-01 [paul]       0.8.5claws66
13401
13402         * tools/filter_conv.pl
13403                 fix bug where user-defined headers were ignored
13404
13405 2002-11-01 [paul]       0.8.5claws65
13406
13407         * src/logwindow.c
13408                 make a debug_print() not translatable
13409
13410 2002-10-31 [melvin]     0.8.5claws64
13411
13412         * ac/aspell.m4
13413                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13414                 not run any GNU/aspell test.  The dictionary path will
13415                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13416                 was given, in which case, it will be $prefix/lib/aspell/
13417         * configure.in
13418                 Fixed typo in commentary (Aspell code).
13419
13420 2002-10-31 [paul]       0.8.5claws63
13421
13422         * po/POTFILES.in
13423                 remove src/filter.c and src/prefs_filter.c
13424                 thanks to Ricardo for reminding me
13425
13426 2002-10-31 [colin]      0.8.5claws62
13427
13428         * src/mbox_folder.c
13429                 Plug some leaks
13430
13431 2002-10-31 [paul]       0.8.5claws61
13432
13433         * src/prefs_filter.[ch] ** REMOVED **
13434           src/filter.[ch]       ** REMOVED **
13435           
13436         * src/Makefile.am
13437           src/folderview.c
13438           src/inc.c
13439           src/main.c
13440           src/mainwindow.c
13441           src/mbox.c
13442           src/prefs_common.c
13443           src/prefs_filtering.c
13444           src/summaryview.[ch]
13445                 remove main's 'filter' code
13446                 
13447         README.claws
13448                 update to reflect removal of main's filter
13449
13450 2002-10-31 [paul]       0.8.5claws60
13451
13452         * src/summaryview.c
13453                 remove check for global_processing in summary_filter_open(). 
13454                 This fixes the bug where if the user uses the right-click 
13455                 'Create filter rule...' and doesn't have any filter rules 
13456                 already defined in claws' advanced filtering, the newly 
13457                 created filter rule goes to main's filtering which is 
13458                 inaccessible through the gui. Now the filter rule gets added
13459                 to claws' filtering by default.
13460
13461 2002-10-28 [melvin]     0.8.5claws59
13462
13463         * src/prefs_actions.c
13464                 Fixed bug #627322 where MIME parts were not always
13465                 correctly passed to a %p action
13466                 Display an error dialog when message filename is not found.
13467
13468 2002-10-28 [melvin]     0.8.5claws58
13469
13470         * src/prefs_common.c
13471                 Readded a missing function declaration lost in 0.8.3claws34
13472
13473 2002-10-28 [paul]       0.8.5claws57
13474
13475         * sync with 0.8.5cvs15
13476                 see ChangeLog 2002-10-28 and 2002-10-25
13477                 
13478         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13479
13480 2002-10-27 [oliver]     0.8.5claws56
13481
13482         * src/pop.c
13483                 plug leak in pop3_top_recv
13484
13485 2002-10-26 [christoph]  0.8.5claws55
13486
13487         * src/folder.c
13488                 set need_update folder flag when messages are added
13489                 (closes bug [ 626922 ] folder not updated after receiving)
13490
13491 2002-10-25 [melvin]     0.8.5claws54
13492
13493         * src/imageview.c
13494                 Fixed a memleak introduced in the scaling code.
13495
13496 2002-10-24 [alfons]     0.8.5claws53
13497
13498         * src/filtering.c
13499                 make filtering's forward message action forward from the 
13500                 correct account
13501                 (closes bug [628089 ] Filter -> Forward from address problem
13502                 reported by Oktay)
13503
13504 2002-10-24 [christoph]  0.8.5claws52
13505
13506         * src/mainwindow.c
13507         * src/manual.[ch]
13508                 o use manual of current locale or english if current
13509                   locale is not available (and english is available)
13510                 o also link to sylpheed doc project manuals
13511
13512 2002-10-23 [paul]       0.8.5claws51
13513
13514         * tools/README
13515           tools/kmail2sylpheed_v2.pl
13516                 add new version of kmail addressbook importer script.
13517                 works with newer versions of Kmail/KAddressBook which
13518                 have new and rearranged data.
13519
13520 2002-10-23 [martin]     0.8.5claws50
13521
13522         * src/folderview.c
13523         * src/summaryview.c
13524         * src/utils.h
13525         * src/utils.c
13526                 added length parameter to get_abbrev_newsgroup_name()
13527                 changed this function so that it abbreviates the newsgroup
13528                 names only so long it is smaller than the length parameter
13529                 (for better reading of some newsgroup names and space efficiency)
13530
13531 2002-10-22 [colin]      0.8.5claws49
13532
13533         *src/foldersel.c
13534                 Revert Alfons' last modification (after voting ;-))
13535
13536 2002-10-21 [alfons]     0.8.5claws48
13537
13538         * src/foldersel.c
13539                 folder view in folder selection dialog reflects state of
13540                 folder view in main window
13541
13542 2002-10-18 [alfons]     0.8.5claws47
13543
13544         * src/mbox.c
13545                 drop imported messages in folder selected by user,
13546                 and not in the inbox
13547                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13548
13549 2002-10-18 [alfons]     0.8.5claws46
13550
13551         * src/compose.c
13552                 make automagic reply work correctly for email accounts 
13553                 (whether it's viable to do a full sync with Hiro's 
13554                 compose.c is still under discussion)
13555
13556 2002-10-18 [melvin]     0.8.5claws45
13557
13558         * src/prefs_actions.c
13559                 Fixed bug #622275 where asynchroneous actions left 
13560                 zombies processes
13561                 Made (synchroneous) actions' input be displayed live.
13562
13563 2002-10-18 [christoph]  0.8.5claws44
13564
13565         * src/textview.c
13566                 don't add a newline in the textview in front of the
13567                 first textpart if header display is disabled
13568                 (closes bug [ 603385 ] disabled header display leaves blank
13569                  lin)
13570
13571 2002-10-18 [christoph]  0.8.5claws43
13572
13573         * src/folder.[ch]
13574         * src/imap.c
13575         * src/mbox_folder.c
13576         * src/mh.c
13577         * src/news.c
13578                 folder->get_num_list now returns an error code
13579                 (closes bug [ 609424 ] News cache cleared on failure)
13580                 
13581 2002-10-17 [colin]      0.8.5claws42
13582         
13583         * src/news.c
13584                 Changed a printf by debug_print
13585
13586 2002-10-16 [paul]       
13587
13588         * tools/OOo2sylpheed.pl
13589                 allow for spaces in the name of the
13590                 file to be attached.
13591
13592 2002-10-16 [colin]      0.8.5claws41
13593
13594         * src/main.c
13595                 Use a tristate to change online mode
13596
13597 2002-10-16 [paul]       0.8.5claws40
13598
13599         * po/es.po
13600                 updated by Ricardo Mones Lastra
13601
13602 2002-10-16 [colin]      0.8.5claws39
13603
13604         * src/main.c
13605           src/mainwindow.[ch]
13606                 Added --online and --offline command-line
13607                 switches
13608
13609 2002-10-15 [christoph]  0.8.5claws38
13610
13611         * src/procmime.c
13612                 set mimeinfo->name to NULL after g_free to
13613                 avoid double freeing with g_free
13614
13615 2002-10-14 [christoph]  0.8.5claws37
13616
13617         * src/compose.c
13618         * src/filtering.c
13619         * src/summaryview.c
13620                 remove calls to folder->change_flags that are now
13621                 done by procmsg flag functions (seems it is not
13622                 used by any foldertype anyway)
13623         * src/folder.c
13624                 init folder->change_flags with NULL
13625
13626 2002-10-14 [christoph]  0.8.5claws36
13627
13628         * src/folder.[ch]
13629         * src/imap.[ch]
13630                 use virtual functions for folder item new and destroy
13631                 functions
13632
13633 2002-10-14 [melvin]     0.8.5claws35
13634
13635         * src/compose.c
13636                 Added a test to not run the spell checker if no default
13637                 dictionary is available. No dialog is displayed though.
13638
13639 2002-10-14 [melvin]     0.8.5claws34
13640
13641         * src/gtkaspell.c
13642                 Fixed bug in dictionary list context menu where
13643                 "More..." pointed to an emtpy submenu if the
13644                 number of dictionaries is a multiple of 15
13645                 Removed unneeded code in suggestions list creation
13646
13647 2002-10-14 [paul]       0.8.5claws33
13648
13649         * po/bg.po
13650                 updated by George Danchev
13651
13652 2002-10-13 [hoa]        0.8.5claws32
13653
13654         * src/matcher.[ch]
13655           src/matcher_parser_parser.y
13656                 removed the escaped string from internal structure
13657                 of matcher.
13658
13659 2002-10-12 [colin]      0.8.5claws31
13660
13661         * src/gtksctree.[ch]
13662           src/summaryview.c
13663                 Removed useless function gtksctree_reanchor
13664
13665 2002-10-12 [alfons]     0.8.5claws30
13666         
13667         * sync with remaining main changes 2002-10-09 - 2002-10-11
13668         - drop changes to src/compose.c (requires claws specific changes)
13669         
13670 2002-10-12 [alfons]     0.8.5claws29
13671         
13672         * sync with main changes of 2002-10-08
13673         - drop changes to src/compose.c (requires claws specific changes)
13674         - drop changes to src/summaryview.c (requires changes to compose.c)     
13675
13676 2002-10-12 [alfons]     0.8.5claws28
13677         
13678         * sync with main changes of 2002-10-07
13679
13680 2002-10-12 [alfons]     0.8.5claws27
13681
13682         * sync with main changes of 2002-10-04
13683         - drop changes to src/compose.c (requires claws specific changes)
13684         - drop changes to src/prefs_folder_item.c (claws implementation
13685           seems to be working)
13686
13687 2002-10-12 [colin]      0.8.5claws26
13688
13689         * src/mainwindow.c
13690                 Fix folder-flicker when space-reading, introduced 
13691                 in claws22.
13692
13693 2002-10-12 [colin]      0.8.5claws25
13694
13695         * src/compose.c
13696                 Save account address when saving as draft.
13697                 (closes bug 621838)
13698
13699 2002-10-12 [colin]      0.8.5claws24
13700
13701         * src/summaryview.c
13702                 Fix the problem consisting of no message selected
13703                 after the last message in a folder has been moved.
13704
13705 2002-10-12 [paul]       0.8.5claws23
13706
13707         * src/compose.c
13708           src/prefs_template.c
13709           src/template.[ch]
13710                 add Cc and Bcc to templates. Patch submitted by
13711                 John L. Males.
13712
13713 2002-10-12 [colin]      0.8.5claws22
13714
13715         * src/folderview.c
13716                 Fix a bug after "Check for new messages":
13717                 If a folder was opened, it was still selected at
13718                 the end of the check, but displayed empty.
13719         * src/mainwindow.c
13720                 Remove unnecessary check
13721
13722 2002-10-12 [paul]
13723
13724         * tools/README
13725                 be more verbose in the description of
13726                 OOo2sylpheed.pl
13727                 
13728
13729 2002-10-11 [colin]      0.8.5claws21
13730
13731         * src/mainwindow.c
13732                 Make space work (better) when no mail is selected
13733
13734 2002-10-11 [colin]      0.8.5claws20
13735
13736         * src/inc.c
13737           src/news.c
13738                 fix warnings
13739
13740 2002-10-11 [colin]      0.8.5claws19
13741
13742         * src/mainwindow.c
13743                 revert 0.8.5claws6 changes as i couldn't get to
13744                 anything satisfying
13745
13746 2002-10-11 [melvin]     0.8.5claws18
13747
13748         * src/compose.c
13749                 Removed buggy and unused macro (should have been committed in
13750                 0.8.5claws17)
13751
13752 2002-10-11 [melvin]     0.8.5claws17
13753
13754         * src/compose.c
13755                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13756
13757 2002-10-11 [thorsten]   0.8.5claws16 
13758
13759         * src/folderview.c
13760                 remove rescan warning
13761
13762 2002-10-11 [colin]      0.8.5claws15 
13763
13764         * src/procheader.c
13765                 fix a segfault that happens if conv_unmime_header
13766                 fails (should be better to find out why it fails)
13767
13768 2002-10-11 [christoph]  0.8.5claws14
13769
13770         * src/summaryview.c
13771                 update folderview stats after ignore/unignore thread
13772
13773 2002-10-11 [hoa]        0.8.5claws13
13774
13775         * src/quote_fmt_parse.y
13776                 Fixed a yacc/bison syntax error
13777         * src/matcher.c
13778                 Escaping of string is fixed.
13779
13780 2002-10-11 [colin]      0.8.5claws12
13781
13782         * src/imageview.c
13783                 Resize images to fit
13784
13785 2002-10-11 [paul]       0.8.5claws11
13786
13787         * po/es.po
13788                 updated by Ricardo Mones Lastra
13789
13790 2002-10-10 [alfons]     0.8.5claws10
13791
13792         * src/compose.c
13793                 allow dropping files by "moving" files from a file manager,
13794                 not only by the more cumbersome "copying". the latter 
13795                 mostly implies holding down the Control button
13796
13797 2002-10-10 [christoph]  0.8.5claws9
13798
13799         * src/summaryview.c
13800                 update folders after thread building for ignored threads
13801
13802 2002-10-10 [christoph]  0.8.5claws8
13803
13804         * config/.cvsignore
13805                 added Makefile
13806         * src/filtering.[ch]
13807         * src/folder.[ch]
13808         * src/folderview.[ch]
13809         * src/import.c
13810         * src/inc.[ch]
13811         * src/mbox.[ch]
13812         * src/procmsg.c
13813         * src/summaryview.[ch]
13814                 o added new flag need_update to FolderItem
13815                 o removed folder_table from various functions from tracking
13816                   folder updates
13817                 o set need_update flags in folder.c's move, copy and delete
13818                   functions and procmsg's flags functions
13819                 o added function folderview_update_items_when_required that
13820                   updates all folders with need_update set
13821                 o call folderview_update_items_when_required instead of
13822                   folderview_update_item_foreach
13823
13824 2002-10-09 [sergey]     0.8.5claws7
13825
13826         * src/compose.c
13827                 Strip CRs whel loading the text into editor in reedit mode.
13828
13829 2002-10-09 [colin]      0.8.5claws6
13830
13831         * src/mainwindow.c
13832                 Make Space work when no mail is selected
13833
13834 2002-10-09 [colin]      0.8.5claws5
13835
13836         * src/gtksctree.[ch]
13837                 Fix range_select
13838                 Add gtk_sctree_reanchor() 
13839         * src/summaryview.c
13840                 Use gtk_sctree_reanchor() - better fix for 
13841                 bug 60413
13842
13843 2002-10-09 [colin]      0.8.5claws4
13844
13845         * src/summaryview.c
13846                 Fix shift-click select after delete problem
13847                 (closes bug 60413)
13848
13849 2002-10-08 [thorsten]   0.8.5claws3
13850
13851         * src/summaryview.c
13852                 exclude current msg from -hide read messages-
13853
13854 2002-10-08 [colin]      0.8.5claws2
13855
13856         * src/inc.[ch]
13857           src/pop.c
13858           src/recv.c
13859                 Differentiate socket errors from disk full
13860                 errors
13861
13862 2002-10-08 [christoph]  0.8.5claws1
13863
13864         * Makefile.am
13865         * configure.in
13866                 modifications for new config directory
13867
13868         * config.guess  ** REMOVED **
13869         * config.sub    ** REMOVED **
13870         * install-sh    ** REMOVED **
13871         * ltmain.sh     ** REMOVED **
13872         * missing       ** REMOVED **
13873         * mkinstalldirs ** REMOVED **
13874                 these files are autogenerated by automake
13875                 when you run autogen.sh
13876
13877         * config/.cvsignore     ** NEW FILE **
13878         * config/Makefile.am    ** NEW FILE **
13879                 ignore autogenerated files
13880                 create a Makefile in this directory
13881
13882 2002-10-08 [paul]       0.8.5claws
13883
13884         * 0.8.5claws release
13885         
13886         * src/compose.c
13887           src/procheader.c
13888           src/procmsg.c
13889                 fix quote reply format for newsgroups reply bug
13890                 (thanks to Hoa)
13891                 
13892         * po/en_GB.po
13893           po/pl.po
13894                 updated by me and Witold Wladyslaw Wojciech Wilk
13895                 repectively
13896
13897 2002-10-07 [paul]       0.8.3claws53
13898
13899         * po/it.po
13900           po/pt_BR.po
13901           po/sr.po
13902                 updated messages catalogs, submitted by
13903                 Alessandro Maestri, Fabio Jr.Beneditto 
13904                 and Urke MMI, respectively.
13905
13906 2002-10-07 [christoph]  0.8.3claws52
13907
13908         * src/folder.[ch]
13909         * src/folderview.c
13910         * src/mainwindow.c
13911                 fix new folder ghost message bug
13912                 (closes bug [ 619722 ] wrong count for newly created folders)
13913
13914 2002-10-07 [christoph]  0.8.3claws51
13915
13916         * src/compose.c
13917                 fix news posting problem
13918
13919 2002-10-07 [melvin]     0.8.3claws50
13920
13921         * po/fr.po
13922                 Updated French translation
13923
13924 2002-10-05 [christoph]  0.8.3claws49
13925
13926         * src/gtkstext.c
13927                 check if line_start_cache is set in gtk_stext_update_text
13928                 (closes bug [ 618119 ] crash while doing search in folder)
13929
13930 2002-10-05 [christoph]  0.8.3claws48
13931
13932         * src/imap.c
13933         * src/news.c
13934         * src/utils.c
13935         * src/utils.h
13936                 implement cache cleanups for claws' folder system
13937                 (closes bug [ 595916 ] imapcache not cleaned up)
13938
13939 2002-10-05 [melvin]     0.8.3claws47
13940
13941         * src/prefs_actions.c
13942                 Made the help text more clear for the %p token
13943
13944 2002-10-04 [paul]       0.8.3claws46
13945
13946         * sync with 0.8.5
13947                 see ChangeLog 2002-10-02 and 2002-10-03
13948
13949 2002-10-04 [christoph]  0.8.3claws45
13950
13951         * src/inc.c
13952                 fix segfault caused by pop before smtp
13953                 call to inc_account_mail with NULL
13954                 pointer for mainwin
13955
13956 2002-10-04 [paul]       0.8.3claws44
13957
13958         * configure.in
13959                 sync the LDAP detection from 0.8.5cvs1
13960
13961 2002-10-02 [christoph]  0.8.3claws43
13962
13963         * po/de.po
13964                 fix small spelling error
13965
13966 2002-10-02 [melvin]     0.8.3claws42
13967
13968         * ac/aspell.m4
13969                 Behave better and say "no" when test program cannot be run.
13970
13971 2002-10-02 [paul]       0.8.3claws41
13972
13973         * sync with 0.8.4cvs1
13974                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13975                 
13976         * src/summaryview.c
13977                 toggle the behavior of Reply menuitem between
13978                 normal reply and reply-to-list
13979
13980 2002-10-01 [sergey]     0.8.3claws40
13981
13982         * src/compose.c
13983                 Convert newlines in the message text to the canonical form
13984                 before base64 encoding (RFC2045 compliance, fixes some
13985                 interoperability issues with Evolution 1.0.3)
13986
13987 2002-09-29 [colin]      0.8.3claws39
13988
13989         * src/summaryview.c
13990                 Fix an unwanted copy/paste
13991
13992 2002-09-29 [colin]      0.8.3claws38
13993
13994         * src/mainwindow.c
13995                 Renamed "Custom toolbar" to "Customize toolbar"
13996                 Renamed "Show all header" to "Show all headers"
13997                 Renamed "Set diplay item" to "Set displayed items"
13998         * src/prefs_common.c
13999                 Renamed "Show all header" to "Show all headers"
14000         * src/prefs_summary_column.c
14001                 Renamed "diplay item" to "displayed items"
14002
14003 2002-09-29 [colin]      0.8.3claws37
14004
14005         * src/mainwindow.[ch]
14006                 online/offline status pixmaps follow theme
14007                 changes
14008         * src/summaryview.[ch]
14009                 quicksearch pixmap follows theme changes
14010
14011 2002-09-29 [thorsten]   0.8.3claws36
14012
14013         * src/compose.c
14014           src/prefs_folder_item.[ch]
14015                 add default_reply_to folder option (closes patch 581044)
14016
14017 2002-09-29 [christoph]  0.8.3claws35
14018
14019         * acconfig.h    ** REMOVED **
14020         * configure.in
14021         * ac/aspell.m4
14022         * ac/check-type.m4
14023         * ac/gnupg-check-typedef.m4
14024                 fix autoheader 2.50 warning
14025
14026 2002-09-29 [christoph]  0.8.3claws34
14027
14028         * major code cleanup (part 2)
14029         
14030                 - unused variables removed
14031                 - unused functions removed
14032                 - uninitialized variables checked
14033                 - missing return statements added
14034                 - missing function return types added
14035                 - added parentheses around assignment
14036                   when suggested by gcc
14037
14038 2002-09-29 [alfons]     0.8.3claws33
14039
14040         * src/logwindow.c
14041                 log_window_clear(): only bracket gtk_text_forward_delete() 
14042                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14043                 works around GTK text bug)
14044
14045 2002-09-29 [paul]       0.8.3claws32
14046
14047         * po/bg.po
14048           po/sr.po
14049                 updated by George Danchev and Urke MMI
14050                 respectively
14051
14052 2002-09-27 [christoph]  0.8.3claws31
14053
14054         * doc-src/readme.txt
14055         * doc-src/rfc1806.txt   ** REMOVED **
14056         * doc-src/rfc2183.txt   ** NEW FILE **
14057         * doc-src/rfc2980.txt   ** NEW FILE **
14058                 update rfcs
14059
14060 2002-09-27 [melvin]     0.8.3claws30
14061
14062         * ac/aspell.m4
14063                 Fixed typo which could break linking
14064
14065 2002-09-27 [melvin]     0.8.3claws29
14066
14067         * ac/aspell.m4
14068                 Improved GNU/aspell checking. 
14069                 Fixed bug #614490
14070
14071 2002-09-27 [paul]       0.8.3claws28
14072
14073         * sync with 0.8.3cvs8
14074                 see ChangeLog 2002-09-27
14075
14076 2002-09-26 [colin]      0.8.3claws27
14077
14078         * src/toolbar.[ch]
14079           src/mainwindow.[ch]
14080                 Add "Reply to Mailing-list" to the toolbar
14081
14082 2002-09-26 [christoph]  0.8.3claws26
14083
14084         * src/summaryview.c
14085                 Fix wrong message counts in summaryview status
14086
14087 2002-09-26 [paul]       0.8.3claws25
14088
14089         * sync with 0.8.3cvs7
14090                 see ChangeLog 2002-09-26
14091
14092 2002-09-26 [paul]       0.8.3claws24
14093
14094         * sync with 0.8.3cvs6
14095                 see ChangeLog 2002-09-25
14096
14097 2002-09-25 [christoph]  0.8.3claws23
14098
14099         * src/prefs_common.c
14100         * src/prefs_folder_item.c
14101         * src/prefs_scoring.c
14102                 Renamed "kill score" to "hide score" in GUI
14103                 and prefs files
14104
14105 2002-09-25 [paul]       0.8.3claws22
14106
14107         * sync with 0.8.3cvs5
14108                 see ChangeLog 2002-09-24
14109
14110 2002-09-24 [alfons]     0.8.3claws21
14111
14112         patch by Satoshi Nagayasu: allows appending / saving multiple 
14113         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14114         'Save as ...'")
14115
14116         * AUTHORS
14117                 add Satoshi Nagayasu
14118         * src/summaryview.c
14119                 summary_save_as(): allow saving selected files to
14120                 one file
14121                 summary_set_menu_sensitive: enable "Save As..." when
14122                 multiple files are selected
14123         * src/utils.[ch]
14124                 append_file(): new function
14125
14126 2002-09-24 [colin]      0.8.3claws20
14127
14128         * src/procmime.c
14129                 Fix segfault when mimeinfo doesn't have a 
14130                 content_type. 
14131
14132 2002-09-24 [colin]      0.8.3claws19
14133
14134         * src/prefs_common.[ch]
14135                 Add a preference to display send dialog or not
14136         * src/send.c
14137                 Display send dialog according to preference
14138
14139 2002-09-24 [colin]      0.8.3claws18
14140
14141         * src/compose.[ch]
14142                 Disable user actions when sending
14143
14144 2002-09-24 [colin]      0.8.3claws17
14145
14146         * src/procmime.c
14147                 Do not display name or filename for attachments
14148                 with an application/pgp-signature type
14149                 (security flaw, see bug 537413)
14150
14151 2002-09-23 [colin]      0.8.3claws16
14152
14153         * src/editaddress.c
14154                 Initialize entry_email, entry_alias and 
14155                 entry_remarks to first email address of the list
14156
14157 2002-09-23 [colin]      0.83claws15
14158
14159         * src/compose.c
14160                 Drop pgp-signature when reediting a signed queued
14161                 message
14162
14163 2002-09-23 [melvin]     0.8.3claws14
14164
14165         * po/fr.po
14166                 Updated French translation
14167
14168 2002-09-23 [melvin]     0.8.3claws13
14169
14170         * src/mainwindow.c
14171                 Made custom toolbar menu labels more consistent
14172         * src/prefs_toolbar.c
14173                 Made custom toolbar window title more consistent
14174
14175 2002-09-22 [colin]      0.8.3claws12
14176
14177         * src/inc.c
14178                 Initialize session type to normal before getting 
14179                 mail (fixes strange Get behaviour)
14180         * src/prefs_account.h
14181                 Move STYPE_POP_BEFORE_SMTP to last position to 
14182                 avoid other side-effects
14183
14184 2002-09-22 [colin]      0.8.3claws11
14185
14186         * src/prefs_account.c
14187                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14188                 from pop3 to apop or vice-versa
14189
14190 2002-09-22 [colin]      0.8.3claws10
14191         
14192         * src/prefs_account.[ch]
14193                 Add an option for the POP before SMTP timeout
14194         * src/inc.c
14195                 Remember time of last POP connection
14196         * src/send.c
14197                 Do POP before SMTP only if timeout reached
14198
14199 2002-09-22 [oliver]     0.8.3claws9
14200         
14201         * README.claws
14202                 explain custom toolbar
14203
14204 2002-09-22 [oliver]     0.8.3claws8
14205
14206         * src/prefs_actions.[ch]
14207         custom toolbar for compose      
14208                 actions callback from compose toolbar
14209         * src/folderview.c
14210                 remove include toolbar.h
14211
14212 2002-09-22 [oliver]     0.8.3claws7
14213         
14214         * src/prefs_toolbar.[ch]
14215                 custom toolbar for compose
14216                 - generic prefs_toolbar handles both
14217                   Mainwin's toolbar as well as Compose toolbar          
14218
14219 2002-09-22 [oliver]     0.8.3claws6
14220         
14221         * src/toolbar.[ch]
14222                 custom toolbar for compose
14223                 restructure toolbar.[ch]
14224
14225 2002-09-22 [oliver]     0.8.3claws5
14226
14227         * src/compose.[ch]
14228                 custom toolbar for compose
14229
14230 2002-09-22 [oliver]     0.8.3claws4
14231         
14232         * src/mainwindow.[ch]
14233                 custom toolbar for compose 
14234                 move mainwin toolbar back to mainwindow
14235
14236 2002-09-22 [alfons]     0.8.3claws3
14237
14238         * src/procmsg.c
14239                 :%sno/if(/if (/gc
14240                 :%sno/for(/for (/gc
14241                 (beautify)
14242
14243 2002-09-22 [alfons]     0.8.3claws2
14244         
14245         * src/procmsg.c
14246                 procmsg_save_to_outbox(): don't unlink message file from queue;
14247                 callers should do it using folder_item_remove_msg()
14248
14249 2002-09-22 [colin]      0.8.3claws1
14250
14251         * src/mimeview.[ch]
14252                 Made mimeview_check_signature() public
14253         * src/textview.c
14254                 Made GPG signatures verifiable by clicking
14255                 the [application/pgp-signature] in the Text
14256                 view
14257
14258 2002-09-22 [paul]       0.8.3claws
14259
14260         * po/bg.po
14261           po/en_GB.po
14262           po/es.po
14263           po/it.po
14264           po/pl.po
14265           po/pt_BR.po
14266           po/sr.po
14267                 updated translations, submitted by George Danchev,
14268                 me, Ricardo Mones Lastra, Alessandro Maestri,
14269                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14270                 and Urke MMI, respectively.     
14271
14272 2002-09-22 [alfons]     0.8.2claws65
14273
14274         * src/procmsg.c
14275         * src/pgptext.c
14276                 no furry valgrinds have been used to plug these memleaks
14277
14278 2002-09-20 [paul]       0.8.2claws64
14279
14280         * sync with 0.8.3cvs4
14281                 'Select thread' re-implemented 
14282                 see ChangeLog 2002-09-20
14283
14284 2002-09-21 [alfons]     0.8.2claws63
14285
14286         * src/compose.c
14287                 compose_send(): plug unnoticed memleak
14288
14289 2002-09-20 [alfons]     0.8.2claws62
14290
14291         * src/addr_compl.c
14292                 replace_address_in_edit(): strict check for NULL address to
14293                 fix "[ 607348 ] Segfault in address completion". My guess is
14294                 that this happens with an empty address book, but it's good
14295                 to have this check here anyway
14296                 
14297                 completion_window_button_press(): free string returned 
14298                 from the internal cache
14299
14300 2002-09-20 [christoph]  0.8.2claws61
14301
14302         * src/procmime.h
14303                 added ENC_BINARY to EncodingType
14304         * src/procmime.c
14305                 the string returned by procmime_get_encoding_str
14306                 should not depend on the order of values in the
14307                 EncodingType definition
14308         * doc-src/rfc1806.txt   ** NEW FILE **
14309                 Added rfc1806 about MIME Content-Disposition
14310                 Extension
14311
14312 2002-09-19 [paul]       0.8.2claws60
14313
14314         * sync with 0.8.2cvs3
14315                 see ChangeLog 2002-09-19
14316
14317 2002-09-19 [paul]       0.8.2claws59
14318
14319         * src/prefs_folder_item.c
14320                 revert to Darko's original alignment of colour
14321                 selector button
14322                 add a colon to folder_color label
14323                 
14324         * src/compose.c
14325                 add Colin's patch (with Hiro's modifications) to 
14326                 force BASE64 encoding for 8-bit text when signing
14327                 (sync with 0.8.3cvs2)
14328
14329 2002-09-18 [alfons]     0.8.2claws58
14330
14331         * src/compose.c
14332                 :%sno/if(/if (/gc
14333                 :%sno/for(/for (/gc
14334                 (beautify a little bit)
14335
14336 2002-09-18 [christoph]  0.8.2claws57
14337
14338         * src/pine.c
14339                 fix handling of fgetc return value
14340
14341 2002-09-17 [alfons]     0.8.2claws56
14342         
14343         * src/summaryview.c
14344                 summary_sort(): check non-NULL summaryview->folder_item when no 
14345                 folder is selected at all
14346                 (closes "[ 610344 ] sort label make syl Crash")
14347
14348 2002-09-17 [alfons]     0.8.2claws55
14349         
14350         * src/compose.c
14351                 beautify a little bit
14352
14353 2002-09-17 [christoph]  0.8.2claws54
14354
14355         * src/folder.c
14356                 initialize max values for cache and folder
14357                 when cache or folder is empty
14358
14359 2002-09-15 [colin]      0.8.2claws53
14360
14361         * src/compose.c
14362                 Fix a leak (thanks Alfons!) and cleaned
14363                 variables names for custom headers
14364
14365 2002-09-15 [colin]      0.8.2claws52
14366
14367         * src/compose.c
14368                 Fix custom headers recognition when
14369                 prefs_common.trans_hdr is on
14370
14371 2002-09-15 [colin]      0.8.2claws51
14372
14373         * src/compose.c
14374                 Allow dynamically-added custom headers
14375                 Yet not reparsed if reedited
14376
14377 2002-09-15 [alfons]     0.8.2claws50
14378
14379         * src/prefs_account.c
14380                 fix warnings
14381
14382 2002-09-15 [colin]      0.8.2claws49
14383         
14384         * src/prefs_account.c
14385                 fix pop_before_smtp sensitivity
14386
14387 2002-09-15 [colin]      0.8.2claws48
14388
14389         * src/inc.[ch]
14390                 add inc_pop_before_smtp()
14391                 allow MainWindow to be undefined in 
14392                 inc_account_mail() and inc_start()
14393         * src/pop.c
14394           src/prefs_account.h
14395                 add STYPE_POP_BEFORE_SMTP session type
14396         * src/prefs_account.c
14397                 activated pop before smtp option
14398         * src/send.c
14399                 do pop before smtp if the relevant option 
14400                 is set
14401
14402 2002-09-15 [paul]       0.8.2claws47
14403
14404         * sync with 0.8.3
14405                 see ChangeLog 2002-09-15
14406
14407 2002-09-14 [paul]       0.8.2claws46
14408
14409         * po/bg.po
14410                 updated Bulgarian translation, submitted by
14411                 George Danchev
14412
14413 2002-09-13 [paul]       0.8.2claws45
14414
14415         * src/compose.c
14416                 merge claws' select_account() with main's
14417                 (new) compose_select_account(). [sync with
14418                 0.8.2cvs15, see ChangeLog 2002-09-11]
14419
14420 2002-09-12 [christoph]  0.8.2claws44
14421
14422         * src/filter.c
14423                 allocate 1 elements of FolderItem not 0
14424
14425 2002-09-12 [colin]      0.8.2claws43
14426
14427         * src/compose.c
14428                 Fix bug #590825 (obey Follow-up: poster)
14429
14430 2002-09-12 [colin]      0.8.2claws42
14431
14432         * src/procmime.c
14433                 Fix bug #557009 (wrong headers for messages 
14434                 forwarded as attachments)
14435
14436 2002-09-11 [colin]      0.8.2claws41
14437         
14438         * src/compose.c
14439                 Put SCF: pseudo-header on top of message
14440                 Set draft tmp_flag when saved as draft
14441
14442         * src/procmsg.c
14443           src/procheader.c
14444                 Skip after first \n\n for beginning of real message
14445                 for drafts too
14446
14447 2002-09-11 [christoph]  0.8.2claws40
14448
14449         * src/filtering.c
14450                 use procmsg flag functions in filtering or processing
14451                 will cause incorrect folder message counts
14452
14453 2002-09-11 [colin]      0.8.2claws39
14454
14455         * src/compose.c
14456                 Fix bug #550175 - wrong save folder when reediting
14457                 drafts
14458
14459 2002-09-11 [paul]       0.8.2claws38
14460
14461         * sync with 0.8.2cvs14
14462                 see ChangeLog 2002-09-11
14463
14464 2002-09-11 [colin]      0.8.2claws37
14465
14466         * src/folder.c
14467                 Fix a typo (seeming to cause new/unread status to
14468                 be lost)
14469
14470 2002-09-10 [christoph]  0.8.2claws36
14471
14472         * src/compose.c
14473                 compose_redirect should not use compose_generic_new
14474                 because that does more stuff than expected including
14475                 opening the external editor
14476                 (closes bug "[ 526608 ] bounced messages appear blank
14477                  in editor")
14478
14479 2002-09-10 [christoph]  0.8.2claws35
14480
14481         * src/folder.c
14482                 fix problem with too large message number range
14483                 causing a crash in folder_item_scan
14484
14485 2002-09-10 [paul]       0.8.2claws34
14486
14487         * sync with 0.8.2cvs13
14488                 see ChangeLog 2002-09-10
14489
14490 2002-09-10 [christoph]  0.8.2claws33
14491
14492         * src/msgcache.c
14493                 set MsgInfo TmpFlags for queue and draft folders
14494                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14495
14496 2002-09-10 [paul]       0.8.2claws32
14497
14498         * AUTHORS
14499           po/bg.po      ** NEW FILE **
14500                 new Bulgarian translation submitted by
14501                 George Danchev <danchev@spnet.net>
14502                 
14503         * tools/Makefile.am
14504           tools/README
14505           tools/tb2sylpheed     ** NEW FILE **
14506                 add script that converts an addressbook exported
14507                 from The Bat! into a Sylpheed addressbook. Submitted
14508                 by Urke MMI <urke-kg@eunet.yu>
14509
14510 2002-09-10 [paul]       0.8.2claws31
14511
14512         * sync with 0.8.2cvs12
14513                 see ChangeLog 2002-09-10
14514
14515 2002-09-06 [paul]       0.8.2claws30
14516
14517         * src/prefs_common.c
14518                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14519                 
14520         * tools/Makefile.am
14521           tools/README
14522           tools/ldif-to-xml.py  ** REMOVED **
14523                 remove obsolete python script
14524
14525 2002-09-06 [paul]       0.8.2claws29
14526
14527         * sync with 0.8.2cvs10
14528                 see ChangeLog 2002-09-06
14529
14530 2002-09-04 [paul]       0.8.2claws28
14531
14532         * sync with 0.8.2cvs9
14533                 see ChangeLog 2002-08-04
14534
14535 2002-09-04 [colin]      0.8.2claws27 
14536
14537         * src/prefs_common.[ch]
14538                 Added signature color configuration
14539         * src/textview.c
14540                 Use user-specified signature color
14541
14542 2002-09-03 [colin]      0.8.2claws26
14543
14544         * src/prefs_common.[ch]
14545                 Added autosave and autosave_length prefs
14546         * src/compose.c
14547                 Added compose_remove_draft()
14548                 Auto-save drafts according to the prefs
14549         * src/main.c
14550                 Added a crash-indicator file, allowing to check
14551                 for new messages on startup if Sylpheed crashed
14552                 (makes saved drafts "reappear")
14553
14554 2002-09-03 [colin]      0.8.2claws25
14555
14556         * src/textview.[ch]
14557                 Grey the signature
14558
14559 2002-09-03 [paul]       0.8.2claws24
14560
14561         * sync with 0.8.2cvs8
14562                 see ChangeLog 2002-09-02 and 2002-09-03
14563
14564 2002-09-03 [darko]      0.8.2claws23
14565
14566         * src/folderview.c
14567                 use normal style when creating new folder to pick
14568                 proper font size 
14569
14570 2002-09-02 [melvin]     0.8.2claws22
14571
14572         * src/gtkaspell.m4
14573                 removed some obsolete code
14574
14575 2002-09-02 [melvin]     0.8.2claws21
14576
14577         * ac/aspell.m4
14578                 fixed test's equality sign (== to =)
14579
14580 2002-09-02 [alfons]     0.8.2claws20
14581
14582         * src/folder.c
14583         * src/mh.c
14584                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14585                 as folder->destroy virtual as suggested by Hiro
14586                 (the mh.c code seems to have been lost around mh.c.1.21)
14587
14588 2002-09-02 [paul]       0.8.2claws19
14589
14590         * po/pt_BR.po
14591                 updated by Fabio Jr. Beneditto
14592                 
14593         * src/defs.h
14594                 use 'http://claws.sylpheed.org' for homepage link. 
14595                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14596
14597 2002-09-01 [alfons]     0.8.2claws18
14598
14599         * src/mh.c
14600                 plug memleak related to one Martin Kluge found
14601
14602 2002-08-31 [paul]       0.8.2claws17
14603
14604         * sync with 0.8.2cvs6
14605                 see ChangeLog 2002-08-30
14606
14607 2002-08-31 [alfons]     0.8.2claws16
14608
14609         * src/folder.c
14610                 folder_destroy(): remove mailbox from folderlist even if it has
14611                 no destroy virtual
14612
14613 2002-08-31 [alfons]     0.8.2claws15
14614
14615         * src/folder.c
14616                 :%sno/if(/if (/gc
14617                 :%sno/for(/for (/gc
14618                 (being pedantic I know)
14619
14620 2002-08-31 [alfons]     0.8.2claws14
14621
14622         * src/folder.c
14623                 check for NULL pointers returned from folder->fetch_msginfo virtual
14624                 (should solve some reported crashes)
14625
14626 2002-08-30 [alfons]     0.8.2claws13
14627
14628         * acconfig.h
14629         * configure.in
14630         * src/crash.c
14631                 enable crash dialog on compilation time
14632                 (--enable-crash-dialog configure option)
14633
14634 2002-08-30 [alfons]     0.8.2claws12
14635
14636         * AUTHORS
14637                 add Martin Kluge
14638         * src/mh.c
14639                 apply memory leak plug patch by Martin Kluge
14640                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14641                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14642                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14643
14644 2002-08-30 [darko]      0.8.2claws11
14645
14646         * src/folderview.c
14647                 copy Gtk style from normal style to match
14648                 font size for coloured folders
14649
14650 2002-08-29 [alfons]     0.8.2claws10
14651
14652         * sylpheed.desktop
14653                 Type=Internet <- Type=Application
14654                 (reported by Michael Schwendt, see:
14655                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14656                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14657
14658 2002-08-29 [paul]       0.8.2claws9
14659
14660         * sync with 0.8.2cvs5
14661                 see ChangeLog 2002-08-29
14662
14663 2002-08-29 [colin]      0.8.2claws8
14664
14665         * src/summaryview.c
14666                 Added a sanity check in summary_select_thread
14667                 Should fix bug 601605
14668
14669 2002-08-29 [colin]      0.8.2claws7
14670
14671         * src/main.c
14672                 Revert claws6 changes regarding bug #591676
14673
14674 2002-08-28 [colin]      0.8.2claws6
14675         
14676         * src/main.c
14677                 Ignore cache for queue folderitems
14678                 Fix bug #591676
14679
14680 2002-08-28 [melvin]     0.8.2claws5
14681
14682         * README.claws
14683                 Fixed typos.
14684
14685 2002-08-28 [melvin]     0.8.2claws4
14686
14687         * README.claws
14688                 Updated a bit the text concerning the spell checker
14689
14690 2002-08-28 [melvin]     0.8.2claws3
14691
14692         Merged the GNU_aspell_branch:
14693                 Support of new GNU/aspell is now included and the old pspell
14694                 is not supported anymore.
14695                 See README.claws
14696
14697         * README.claws
14698                 Updated spell checker text to reflect the switch to GNU/aspell
14699
14700         * ac/aspell.m4          *** NEW ***
14701         * src/gtkaspell.[ch]    *** NEW *** 
14702         * ac/pspell.m4          *** DELETED *** 
14703         * src/gtkspell.[ch]     *** DELETED ***
14704
14705         * ac/Makefile.am
14706                 Updated for GNU/aspell support
14707
14708         * po/POTFILES.in
14709                 Replaced gtkspell.c by gtkaspell.c
14710
14711         * acconfig.h
14712         * src/Makefile.am
14713         * src/about.c
14714         * src/compose.[ch]
14715         * src/crash.c
14716         * src/main.c
14717         * src/prefs_common.[ch]
14718                 Updated for GNU/aspell support
14719
14720 2002-08-28 [paul]       0.8.2claws2
14721
14722         * sync with 0.8.2cvs4
14723                 see ChangeLog 2002-08-27 and 2002-08-28
14724
14725 2002-08-28 [colin]      0.8.2claws1
14726
14727         * src/summary_search.c
14728                 Added "AND search"
14729
14730 2002-08-28 [jens]       0.8.2claws
14731
14732         *po/de.po
14733                 Updated German translations
14734
14735 2002-08-27 [melvin]     0.8.2claws
14736
14737         * po/fr.po
14738                 Updated French translations
14739
14740 2002-08-27 [paul]       0.8.2claws
14741
14742         * sync with 0.8.2 main release
14743
14744         * po/en_GB.po
14745           po/es.po
14746           po/it.po
14747           po/pl.po
14748           po/pt_BR.po
14749           po/sr.po
14750                 updated message catalogs submitted by
14751                 Ricardo Mones Lastra, Alessandro Maestri,
14752                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14753                 Beneditto and Urke MMI  
14754
14755 2002-08-27 [hoa]        0.8.1claws123
14756
14757         * src/mainwindow.[ch]
14758         * src/summaryview.[ch]
14759                 removed the "filter setting" menu option.
14760                 add a "cancel a news message" menu option.
14761
14762 2002-08-26 [martin]     0.8.1claws122
14763
14764         * ChangeLog.claws
14765                 changed string under 0.8.1claws79 changed by myself
14766                 i'm sorry alfons :(
14767
14768 2002-08-26 [martin]     0.8.1claws121
14769
14770         * src/crash.c
14771                 added kill command to debuggerrc to start crash dialog
14772
14773 2002-08-26 [paul]       0.8.1claws120
14774
14775         * sync with 0.8.1cvs31
14776                 see ChangeLog 2002-08-26
14777
14778 2002-08-25 [alfons]     0.8.1claws119
14779
14780         * src/procmsg.c
14781                 fix bug that didn't send out correct headers to news server
14782                 when sending news article and email from queue (bug reported
14783                 and patch provided by Tim Mann; closes bug 
14784                 "[ 583196 ] 0.7.8claws can't post news")
14785
14786 2002-08-25 [alfons]     0.8.1claws118
14787
14788         * src/selective_download.c
14789                 mark two strings as translatable
14790                 (thanks to Urke MMI for pointing this out)
14791
14792 2002-08-25 [alfons]     0.8.1claws117
14793
14794         * src/summaryview.c
14795                 treat sent boxes as special and allow sorting them by addressee
14796                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14797                 submitted by Steve Lamb)
14798
14799 2002-08-24 [alfons]     0.8.1claws116
14800
14801         * src/matcher.c
14802                 fix memleak reported by Martin Kluge
14803                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14804
14805 2002-08-24 [oliver]     0.8.1claws115
14806
14807         * src/prefs_toolbar.c
14808                 o code cleanup as suggested by Alfons
14809                 o memleak fix
14810
14811 2002-08-24 [alfons]     0.8.1claws114
14812
14813         * src/summaryview.c
14814                 o fix another memory leak reported by Martin Kluge
14815                   (see "[ 599568 ] Small Memory Leak")
14816                 o remove 'from' variable from 'summary_set_header()'; we can
14817                   do with just 'to' 
14818
14819 2002-08-24 [paul]       0.8.1claws113
14820
14821         * sync with 0.8.1cvs30
14822                 see ChangeLog 2002-08-23
14823
14824 2002-08-24 [alfons]     0.8.1claws112
14825
14826         * src/summaryview.c
14827                 remove unnecessary allocations for search bar fixing leaks
14828                 reported by Martin Kluge
14829                 (see "[ 599451 ] Further memory leaks?")
14830
14831 2002-08-24 [alfons]     0.8.1claws111
14832
14833         * src/main.c
14834                 make get_socket_name() public for crash.c
14835         * src/crash.c
14836                 o make report bug button work (goes to claws' 
14837                   bug tracker at sf.net)
14838                 o introduce function for doing important stuff just
14839                   before claws goes down
14840                 o clean up code 
14841
14842 2002-08-24 [alfons]     0.8.1claws110
14843
14844         * src/compose.c
14845                 move cursor to "To" entry when forwarding as attachment
14846                 (reported and solved by Steve Lamb, closes bug report
14847                 "[ 592880 ] Forward as attachment; cursor not in to")
14848
14849 2002-08-24 [colin]      0.8.1claws109
14850
14851         * src/mainwindow.c
14852                 fix quick search visibility after GUI (de)separations.
14853
14854 2002-08-23 [colin]      0.8.1claws108
14855
14856         * src/mainwindow.c
14857                 fix header pane visibility after folderview or
14858                 messageview (de)separation
14859
14860 2002-08-23 [paul]       0.8.1claws107
14861
14862         * src/mainwindow.[ch]
14863           src/toolbar.c
14864                 give full control of display or non-display 
14865                 of the Execute icon to Custom toolbar settings.
14866                 add new sensitivity condition to maninwindow.h: 
14867                 M_DELAY_EXEC
14868
14869         * ChangeLog
14870           ChangeLog.jp
14871           NEWS
14872                 more sync with 0.8.1cvs29
14873
14874 2002-08-23 [melvin]     0.8.1claws106
14875
14876         * src/alertpanel.c
14877                 Readded support for custom widget in alertpanel lost in last
14878                 sync.
14879
14880 2002-08-23 [paul]       0.8.1claws105
14881
14882         * sync with 0.8.1cvs29
14883                 see ChangeLog 2002-08-23
14884
14885 2002-08-23 [colin]      0.8.1claws104
14886
14887         * src/summaryview.c
14888                 Fix folder and search pixmaps exchanging positions
14889                 after theme or toolbar changes. Thank to Oliver for 
14890                 reporting this.
14891
14892 2002-08-23 [colin]      0.8.1claws103
14893
14894         * src/mainwindow.c
14895           src/messageview.[ch]
14896           src/noticeview.[ch]
14897           src/summaryview.c
14898                 Changed messageview_create() and noticeview_create()
14899                 to avoid the last gdk_warning
14900
14901 2002-08-22 [colin]      0.8.1claws102
14902
14903         * src/summaryview.c
14904                 Fix my new `Creating pixmap from xpm' warning
14905
14906 2002-08-22 [colin]      0.8.1claws101
14907
14908         * src/mainwindow.c
14909                 Fix some of the gdk warnings
14910
14911 2002-08-22 [colin]      0.8.1claws100
14912
14913         * src/Makefile.am
14914         * src/stock_pixmap.c
14915         * src/stock_pixmap.h
14916         * src/pixmaps/quicksearch.xpm *ADDED*
14917                 Add the quicksearch pixmap
14918         * src/mainwindow.c
14919         * src/summaryview.c
14920         * src/summaryview.h
14921                 Make quicksearch bar visible/hidden via a button
14922
14923 2002-08-22 [christoph]  0.8.1claws99
14924
14925         * src/folder.c
14926                 fix folder update for newsgroups with message
14927                 numbers below minimum number of articles to fetch
14928                 (closes bug #598445)
14929
14930 2002-08-22 [paul]       0.8.1claws98
14931
14932         * sync with 0.8.1cvs28
14933                 see ChangeLog 2002-08-22
14934
14935 2002-08-21 [alfons]     0.8.1claws97
14936
14937         * src/crash.c
14938                 use bt instead of bt full which seems to work 
14939                 better, and bt full doesn't give a great deal 
14940                 of information anyway
14941
14942 2002-08-21 [colin]      0.8.1claws96
14943
14944         * src/summaryview.c
14945                 fix summaryview_searchtype_changed prototype
14946
14947 2002-08-21 [christoph]  0.8.1claws95
14948
14949         * src/mainwindow.c
14950                 o fix broken menu update for sorting type, we have to
14951                   get this info from the summaryview now
14952                 o removed setting of threaded state in menu callback
14953         * src/summaryview.[ch]
14954                 more summaryview/folderitem seperation for
14955                 threading option
14956         * configure.in
14957                 removed not required --with-compiler-flags option
14958
14959 2002-08-21 [oliver]     0.8.1claws94
14960         
14961         * src/toolbar.h 
14962                 o rename toolbar.xml to toolbar_main.xml
14963                   since toolbar_compose.xml might come up 
14964                   any time soon
14965         * README.claws
14966                 add custom toolbar              
14967
14968 2002-08-21 [darko]      0.8.1claws93
14969
14970         * src/procmsg.c
14971                 don't reset tmp flags for messages copied
14972                 to sent folder
14973
14974 2002-08-21 [colin]      0.8.1claws92
14975         
14976         * src/prefs_filtering.c
14977                 fix renaming rules on folder rename 
14978                 when folder is not a leaf folder
14979
14980 2002-08-21 [paul]       0.8.1claws91
14981
14982         * src/prefs_folder_item.c
14983                 fix alignment of colour selector
14984
14985 2002-08-21 [paul]       0.8.1claws90
14986
14987         * sync with 0.8.1cvs27
14988                 see ChangeLog 2002-08-21
14989
14990 2002-08-21 [paul]       0.8.1claws89
14991
14992         * src/summaryview.c
14993                 fix crash when changing field type in
14994                 Quick search bar
14995
14996 2002-08-21 [colin]      0.8.1claws88
14997
14998         * src/summaryview.c
14999                 Made quick search case-insensitive
15000
15001 2002-08-21 [paul]       0.8.1claws87
15002
15003         * sync with 0.8.1cvs26
15004                 see ChangeLog 2002-08-21
15005
15006 2002-08-20 [christoph]  0.8.1claws86
15007
15008         * src/folderview.c
15009         * src/main.c
15010         * src/summaryview.[ch]
15011                 more summaryview/folderitem seperation for
15012                 sort_key and sort_type
15013         * src/procmsg.c
15014                 added missing return statement
15015
15016 2002-08-20 [colin]      0.8.1claws85
15017
15018         * src/summaryview.[ch]
15019                 Added a quick search box
15020         * src/mainwindow.c
15021         * src/prefs_common.[ch]
15022                 Added a show/hide option for the quick search
15023
15024 2002-08-20 [oliver]     0.8.1claws84
15025         
15026         * src/mainwindow.c
15027                 remove toolbar_create_popups
15028         * src/toolbar.[ch]
15029                 o remove toolbar_create_popups
15030                 o fix toolbar_set_sensitive 
15031                   (Bug reports #596834 and #596832)     
15032         * src/prefs_toolbar.c
15033                 o add "Set default" button
15034                 o align label and text + combo widgets
15035
15036 2002-08-20 [hoa]        0.8.1claws83bis
15037
15038         * src/imap.c
15039                 fixed a bug in imap_fetch_msginfo() in case there is no
15040                 current folder.
15041
15042 2002-08-20 [darko]      0.8.1claws83
15043
15044         * src/folderview.c
15045                 copy the color style of folder view so it
15046                 works with GTK themes
15047
15048 2002-08-20 [darko]      0.8.1claws82
15049
15050         * src/folder.h
15051         * src/folderview.c
15052         * src/prefs_folder_item.[hc]
15053                 don't use UI stuff in folder.h
15054
15055 2002-08-20 [darko]      0.8.1claws81
15056
15057         * src/folder.h
15058         * src/prefs_folder_item.h
15059         * src/folderview.c
15060         * src/prefs_folder_item.c
15061                 ability to set folder color in folderview
15062
15063 2002-08-19 [alfons]     0.8.1claws80
15064
15065         * src/summaryview.c
15066                 fix one of the earlier memleaks reported by Martin Kluge
15067
15068 2002-08-19 [alfons]     0.8.1claws79
15069
15070         * src/mainwindow.c
15071                 hide notice view when selecting seperate folder
15072                 view (reported by Urke MMI)
15073
15074 2002-08-19 [christoph]  0.8.1claws78
15075
15076         * src/folderview.c
15077         * src/prefs_folder_item.h
15078         * src/summaryview.[ch]
15079                 o add summary_set_prefs_from_folderitem to set
15080                   summaryview prefs (first step to remove all
15081                   references to the folderitem in summaryview)
15082                 o moved compiled regex stuff from folderitem prefs
15083                   to summaryview code
15084
15085 2002-08-19 [paul]       0.8.1claws77
15086
15087         * src/compose.c
15088                 add check for '.' to QUOTE_IF_REQUIRED
15089
15090 2002-08-19 [paul]       0.8.1claws76
15091
15092         * src/inc.c
15093                 sync with 0.8.1cvs25 (plug memory leak)
15094
15095         * src/prefs_toolbar.c
15096                 re-order prefs_toolbar_cancel()
15097
15098 2002-08-18 [alfons]     0.8.1claws75
15099
15100         * src/inc.c
15101         * src/matcher.c
15102                 plug other memleaks reported by Martin Kluge
15103
15104 2002-08-18 [paul]       0.8.1claws74
15105
15106         * po/pt_BR.po
15107                 updated by Fabio Jr. Beneditto
15108
15109 2002-08-18 [paul]       0.8.1claws73
15110
15111         * src/toolbar.[ch]
15112                 fix bug where tooltips were displayed untranslated              
15113
15114         * src/prefs_toolbar.c
15115                 fix bug where clicking 'Cancel' creates an icon & text
15116                 toolbar regardless of prefs
15117         
15118
15119 2002-08-17 [oliver]     0.8.1claws72
15120
15121         * src/prefs_toolbar.c
15122                 update toolbar on CANCEL
15123                 bug reported by Martin Kluge
15124         * src/toolbar.c
15125                 toolbar_destroy memleak fixed           
15126
15127 2002-08-17 [alfons]     0.8.1claws71
15128
15129         * src/toolbar.c
15130                 plug another memleak reported by Martin Kluge
15131
15132 2002-08-16 [alfons]     0.8.1claws70
15133
15134         * src/crash.c
15135                 use execvp() correctly (suggested by wwp; thanks!)
15136
15137 2002-08-16 [alfons]     0.8.1claws69
15138
15139         * src/gtksctree.c
15140                 plug memory leak reported by Kim Schultz & Martin Kluge
15141
15142 2002-08-16 [paul]       0.8.1claws68
15143
15144         * po/es.po
15145                 updated by Ricardo Mones Lastra
15146
15147 2002-08-16 [paul]       0.8.1claws67
15148
15149         * src/toolbar.h
15150                 fix bug where 'Compose News' icon showed wrong
15151                 tooltip
15152
15153 2002-08-16 [paul]       0.8.1claws66
15154
15155         * sync with 0.8.1cvs24
15156                 see ChangeLog 2002-08-16
15157
15158         * po/it.po
15159                 updated by Alessandro Maestri
15160
15161 2002-08-15 [paul]       0.8.1claws65
15162
15163         * po/sr.po
15164                 updated by Urke MMI
15165
15166 2002-08-15 [paul]       0.8.1claws64
15167
15168         * src/*.c
15169                 don't translate debug info
15170
15171         * src/matcher.[ch]
15172                 add copyright info
15173
15174 2002-08-15 [paul]       0.8.1claws63
15175
15176         * src/prefs_toolbar.c
15177                 fix bug where clicking 'OK' creates an icon & text
15178                 toolbar regardless of prefs
15179
15180 2002-08-14 [alfons]     0.8.1claws62
15181
15182         * src/main.c
15183                 add global var that has the full argv[0]
15184         * src/crash.c
15185                 o execvp the correct sylpheed by using argv0
15186                   and setting the correct work dir
15187                 o other tweaks  
15188
15189 2002-08-14 [oliver]     0.8.1claws61
15190         
15191         * enable/disable Toolbar Action Buttons 
15192         * code cleanups
15193         * src/mainwindow.c
15194         * src/toolbar.[ch]      
15195         * src/prefs_toolbar.c   
15196
15197 2002-08-14 [melvin]     0.8.1claws60
15198
15199         * po/fr.po
15200                 Updated French translations
15201
15202 2002-08-14 [melvin]     0.8.1claws59
15203
15204         * src/crash.c
15205                 Made bug report not translatable
15206         * src/exporthtml.c
15207                 Fixed exporthtml_build_filespec() return value
15208         * src/foldersel.c
15209                 Fixed incorrect include file
15210         * src/gtkspell.c
15211         * src/prefs_actions.c
15212         * src/prefs_toolbar.c
15213                 Made debug info not translatable
15214         * src/mutt.c
15215         * src/quote_fmt.c
15216                 Added missing includes
15217         * src/prefs_common.c
15218                 Fixed typo
15219
15220 2002-08-14 [paul]       0.8.1claws58
15221
15222         * faq/es/sylpheed-faq.html
15223           faq/es/sylpheed-faq-[1-3].html
15224           faq/es/sylpheed-faq-4.html     **NEW FILE **
15225                 update Spanish FAQ
15226
15227 2002-08-13 [christoph]  0.8.1claws57
15228
15229         * src/procmsg.c
15230                 ignore thread fix that did not mark all
15231                 child nodes of a ignored thread as
15232                 ignored. Does not work perfectly yet,
15233                 but it is better now
15234
15235 2002-08-13 [alfons]     0.8.1claws56
15236
15237         * src/crash.c
15238                 o implement 'save crash log'
15239                 o some tweaks
15240
15241 2002-08-13 [melvin]     0.8.1claws55
15242
15243         * src/main.c
15244                 removed unrequired "execinfo.h" header
15245
15246 2002-08-12 [paul]       0.8.1claws54
15247
15248         * faq/en/sylpheed-faq.html
15249           faq/en/sylpheed-faq-[1-3].html
15250           faq/en/sylpheed-faq-4.html     **NEW FILE **
15251                 update English FAQ
15252
15253 2002-08-12 [alfons]     0.8.1claws53
15254
15255         * po/POTFILES.in
15256                 add crash.c to translatables
15257         * src/crash.c
15258                 bring in Leandro's crash dialog
15259
15260 2002-08-11 [alfons]     0.8.1claws52
15261
15262         * src/crash.c
15263                 clean up some warnings
15264
15265 2002-08-11 [alfons]     0.8.1claws51
15266
15267         * acconfig.h
15268         * configure.in
15269         * src/crash.[ch]        ** NEW FILES **
15270         * src/main.c            
15271                 initial gdb crash handler
15272
15273 2002-08-11 [paul]       0.8.1claws50
15274
15275         * src/prefs_toolbar.c
15276                 replace Up/Down arrow pixmaps with text to be
15277                 consistent across icon themes
15278
15279 2002-08-11 [paul]       0.8.1claws49
15280
15281         * src/prefs_common.c
15282           src/prefs_toolbar.c
15283                 rename 'Pixmap' -> 'Icon'
15284
15285         * src/toolbar.[ch]
15286                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15287
15288 2002-08-10 [paul]       0.8.1claws48
15289
15290         * src/prefs_toolbar.c
15291                 re-work the UI
15292
15293 2002-08-10 [paul]       0.8.1claws47
15294
15295         * src/main.c
15296                 don't write Processing progress to status bar
15297                 patch submitted by Alexander Evseev
15298
15299         * src/prefs_toolbar.c
15300                 re-position and resize window
15301                 make window assume correct size on first call
15302
15303 2002-08-10 [paul]       0.8.1claws46
15304
15305         * src/mainwindow.c
15306           src/prefs_toolbar.c
15307           src/toolbar.c
15308           src/toolbar.h
15309                 obey coding style
15310                 follow UI text conventions
15311
15312 2002-08-10 [alfons]     0.8.1claws45
15313
15314         * src/toolbar.c
15315                 correct pixmap for delete action
15316
15317 2002-08-10 [paul]       0.8.1claws44
15318
15319         * po/pt_BR.po
15320                 updated by Fabio Jr. Beneditto
15321
15322 2002-08-10 [paul]       0.8.1claws43
15323
15324         * po/POTFILES.in
15325                 add custom toolbar files
15326
15327 2002-08-10 [paul]       0.8.1claws42
15328
15329         * sync with 0.8.1cvs22
15330                 see ChangeLog 2002-08-09
15331
15332 2002-08-09 [paul]       0.8.1claws41
15333
15334         * tools/Makefile.am
15335           tools/README
15336           tools/outlook2sylpheed.pl     ** NEW FILE **
15337                 add script to convert exported Outlook
15338                 contacts list to a Sylpheed addressbook.
15339                 Submitted by Ricardo Mones Lastra.
15340
15341 2002-08-09 [paul]       0.8.1claws40
15342
15343         * AUTHORS
15344           configure.in
15345           po/sr.po      ** NEW FILE **
15346                 add Serbian message catalog. Submitted by
15347                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15348
15349 2002-08-09 [paul]       0.8.1claws39
15350
15351         * sync with 0.8.1cvs21
15352                 see ChangeLog 2002-08-08
15353
15354 2002-08-08 [oliver]     0.8.1claws38
15355
15356         * src/mainwindow.c
15357                 move Custom Toolbar to Configuration menu
15358
15359 2002-08-08 [oliver]     0.8.1claws37
15360
15361         * src/prefs_toolbar.c
15362                 fix substitute pixmap bug
15363
15364 2002-08-08 [paul]       0.8.1claws36
15365
15366         * sync with 0.8.1cvs19
15367                 see ChangeLog 2002-08-08
15368
15369 2002-08-07 [christoph]  0.8.1claws35
15370
15371         * src/utils.c
15372                 fixed a memory leak in new canonicalize_file_replace
15373
15374 2002-08-07 [christoph]  0.8.1claws34
15375
15376         * src/utils.[ch]
15377                 o canonicalize_file_replace should create the temporary
15378                   file in the same directory as the original file.
15379                 o added get_tmpfile_in_dir that creates a temorary file
15380                   in a specified directory.
15381
15382 2002-08-07 [melvin]     0.8.1claws33
15383
15384         * src/toolbar.c
15385                 fixed bug where 'Article' button acted as 'Email' button.
15386
15387 2002-08-07 [paul]       0.8.1claws32
15388
15389         * sync with 0.8.1.cvs17
15390                 see ChangeLog 2002-08-07
15391
15392 2002-08-07 [colin]      0.8.1claws31
15393         
15394         * src/news.c
15395                 fix mass-cancel problem
15396
15397 2002-08-07 [thorsten]   0.8.1claws30
15398
15399         * src/prefs_toolbar.c
15400                 fix: crash on replace or add new button
15401         * src/toolbar.c
15402                 fix: close xmlfile after reading
15403         * src/utils.c
15404                 fix: unlink() file before rename()
15405
15406 2002-08-06 [paul]       0.8.1claws29
15407
15408         * sync with 0.8.cvs15
15409                 see ChangeLog 2002-08-06
15410
15411 2002-08-06 [oliver]     0.8.1claws28
15412
15413         * src/toolbar.c
15414         * src/prefs_toolbar.c
15415                 fixed empty toolbar issue
15416
15417 2002-08-06 [oliver]     0.8.1claws27
15418
15419         * Custom Toolbar Final 
15420         * src/folderview.c
15421         * src/inc.c
15422         * src/summaryview.c
15423                 o toolbar stuff now lives in src/toolbar.[ch]
15424                 o main_window_toolbar_* functions are renamed to
15425                   toolbar_* reflecting their new source file
15426         * src/mainwindow.[ch]
15427                 o remove toolbar stuff  
15428
15429 2002-08-06 [oliver]     0.8.1claws26
15430         
15431         * src/Makefile.am
15432         * src/prefs_toolbar.[ch]        **New File**
15433         * src/toolbar.[ch]              **New File**
15434                 o prefs_toolbar.[ch] custom toolbar frontend
15435                 o toolbar.[ch]       backend 
15436
15437 2002-08-06 [oliver]     0.8.1claws25
15438
15439         * src/prefs_actions.[ch]
15440                 o new exported function actions_execute
15441
15442 2002-08-06 [paul]       0.8.1claws24
15443
15444         * sync with 0.8.1cvs4
15445                 see ChangeLog 2002-08-06
15446
15447 2002-08-06 [paul]       0.8.1claws23
15448
15449         * sync with 0.8.1cvs13
15450                 see ChangeLog 2002-08-06
15451
15452 2002-08-06 [paul]       0.8.1claws22
15453
15454         * sync with 0.8.1cvs12
15455                 see ChangeLog 2002-08-05 and 2002-08-06
15456
15457 2002-08-06 [match]      0.8.1claws21
15458
15459         * src/addrclip.c
15460                 improvements to cut/copy/paste address
15461
15462 2002-08-05 [match]      0.8.1claws20
15463
15464         * src/addritem.[ch]
15465         * src/addrcache.c
15466         * src/addrbook.c
15467         * src/editaddress.c
15468         * src/addressbook.c
15469                 fixes to improve cut/copy/paste
15470
15471 2002-08-06 [melvin]     0.8.1claws19
15472
15473         * src/account.[ch]
15474                 account_find_all_from_address(): new function that returns the
15475                 list of all accounts that are matched in an address.
15476         * src/alertpanel.[ch]
15477                 alertpanel() now accepts a custom widget
15478                 alertpanel_with_widget(): new function that pops up a panel with
15479                 a custom widget in it 
15480         * src/gtkutils.[ch]
15481                 gtkut_account_menu_new(): new function that allows the selection
15482                 of an account from a list of accounts.
15483         * src/messageview.c
15484                 Extended Return Receipt notification to select the correct 
15485                 account and to make a security test on the Delivery-Notification
15486                 address which should be the same as the Return-Path.
15487
15488 2002-08-06 [thorsten]   0.8.1claws18
15489
15490         * src/mimeview.c
15491                 attach_all: save unnamed as "noname.%d",
15492                 dont free static dirname
15493
15494 2002-08-05 [alfons]     0.8.1claws17
15495
15496         * configure.in
15497                 detect XIM by trying to link rather than compile a XIM program
15498
15499 2002-08-05 [oliver]     0.8.1claws16
15500                 
15501         * src/stock_pixmap.[ch]
15502                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15503                 o new func to retrieve pixmaps
15504
15505 2002-08-05 [paul]       0.8.1claws15
15506
15507         * sync with 0.8.1cvs10
15508                 see ChangeLog 2002-08-05
15509
15510 2002-08-04 [alfons]     0.8.1claws14
15511
15512         * src/textview.c
15513                 see if this plugs memleak
15514
15515 2002-08-04 [melvin]     0.8.1claws13
15516
15517         * src/gtkspell.c
15518                 fixed bug that could crash Sylpheed when highlighting
15519                 all misspelled words.
15520
15521 2002-08-03 [melvin]     0.8.1claws12
15522
15523         * src/prefs_actions.c
15524                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15525         * src/messageview.c
15526                 fixed bug where the Return Receipt was sent to
15527                 Delivery-Notification-To address even if it was not present
15528
15529 2002-08-02 [alfons]     0.8.1claws11
15530
15531         * src/prefs_actions.c
15532                 o more check for NULLs
15533                 o put create_io_dialog() in right conditional block
15534
15535 2002-08-02 [paul]       0.8.1claws10
15536
15537         * po/es.po
15538                 updated by Ricardo Mones Lastra
15539
15540 2002-08-01 [christoph]  0.8.1claws9
15541
15542         * src/folder.c
15543                 don't free the cache of the opened
15544                 folder in the summaryview
15545         * src/summaryview.c
15546                 don't unset flags, if it is not required
15547
15548 2002-08-01 [paul]       0.8.1claws8
15549
15550         * sync with 0.8.1cvs8
15551                 see ChangeLog entry 2002-08-01
15552
15553 2002-08-01 [paul]       0.8.1claws7
15554
15555         * sync with 0.8.1cvs7
15556                 see ChangeLog 2002-07-31 and 2002-08-01
15557
15558 2002-07-31 [christoph]  0.8.1claws6
15559
15560         * src/mainwindow.c
15561                 forgot to update menu sensitivity
15562                 function for new menu entry
15563
15564 2002-07-31 [alfons]     0.8.1claws5
15565
15566         * src/main.c
15567                 check folder item and its path for NULL on
15568                 initial processing
15569
15570 2002-07-31 [christoph]  0.8.1claws4
15571
15572         * src/folder.c
15573                 check if folder_item_get_msginfo in
15574                 folder_item_remove_msg returned NULL
15575         * src/imap.c
15576                 better clear the uid cache in the
15577                 uid validity check function and delete
15578                 cached messages
15579
15580 2002-07-31 [paul]       0.8.1claws3
15581
15582         * man/sylpheed.1
15583                 add the '--attach' option and a few other
15584                 minor changes
15585
15586 2002-07-31 [paul]       0.8.1claws2
15587
15588         * sync with 0.8.1cvs5
15589                 see ChangeLog 2002-07-31
15590
15591 2002-07-31 [christoph]  0.8.1claws1
15592
15593         * src/folderview.[ch]
15594         * src/mainwindow.c
15595                 replace "Rescan all folders..." with
15596                 "Check all folders for new messages..."
15597
15598 2002-07-30 [paul]       0.8.1claws
15599
15600         * version 0.8.1claws released
15601
15602 2002-07-30 [paul]       0.8.0claws29
15603
15604         * tools/OOo2sylpheed.pl ** NEW FILE **
15605           tools/README
15606                 add script to enable sending documents as
15607                 attachments from OpenOffice.org
15608
15609 2002-07-30 [melvin]     0.8.0claws28
15610
15611         * src/prefs_actions.c
15612                 Made the actions' input/output dialog display
15613                 without delay.
15614
15615 2002-07-30 [christoph]  0.8.0claws27
15616
15617         * src/procmsg.c
15618                 check if folder_item_get_msginfo in
15619                 procmsg_save_to_outbox returned NULL
15620
15621 2002-07-30 [paul]       0.8.0claws26
15622
15623         * sync with 0.8.1cvs4
15624                 see ChangeLog 2002-07-29
15625
15626 2002-07-29 [thorsten]   0.8.0claws25
15627
15628         * README.claws
15629                 added selective download, delete on server
15630
15631 2002-07-29 [paul]       0.8.0claws24
15632
15633         * sync with 0.8.1cvs3
15634                 see ChangeLog 2002-07-29
15635
15636 2002-07-27 [christoph]  0.8.0claws23
15637
15638         * src/folder.c
15639                 add extra check if fetching the msginfo
15640                 returned NULL
15641
15642 2002-07-27 [paul]       0.8.0claws22
15643
15644         * sync with 0.8.1cvs2
15645                 see ChangeLog 2002-07-26
15646
15647 2002-07-27 [christoph]  0.8.0claws21
15648
15649         * src/imap.c
15650                 add another check if a valid msginfo
15651                 was returned
15652
15653 2002-07-26 [hoa]        0.8.0claws20
15654
15655         * src/folder.c
15656                 Fixed a condition in folder_item_destroy()
15657
15658         * src/imap.c
15659                 Fixed an error in IMAP protocol
15660
15661 2002-07-26 [alfons]     0.8.0claws19
15662
15663         * src/folder.c
15664                 ofcourse compare with identifier, not the path
15665
15666 2002-07-26 [alfons]     0.8.0claws18
15667
15668         * src/folder.c
15669                 use folder item identifier for saving / restoring
15670                 preferences because folder->path might not be unique
15671
15672 2002-07-26 [melvin]     0.8.0claws17
15673
15674         * src/logwindow.c
15675                 Fixed a crash introduced in 0.8.0claws5 when log is 
15676                 cut under 80 characters.
15677
15678 2002-07-26 [paul]       0.8.0claws16
15679
15680         * sync with 0.8.1cvs1
15681                 see ChangeLog 2002-07-26
15682
15683 2002-07-26 [christoph]  0.8.0claws15
15684
15685         * src/imap.[ch]
15686                 imap folder now remembers the last selected
15687                 folder and imap_fetch_msginfo skips selecting
15688                 the folder if it is already selected
15689
15690 2002-07-26 [christoph]  0.8.0claws14
15691
15692         * src/folder.c
15693         * src/folderview.c
15694         * src/imap.c
15695                 fix imap folder rescanning
15696
15697 2002-07-25 [christoph]  0.8.0claws13
15698
15699         * src/filter.c
15700         * src/folder.[ch]
15701         * src/folderview.c
15702         * src/imap.[ch]
15703         * src/mainwindow.c
15704         * src/mbox_folder.c
15705         * src/mh.c
15706         * src/news.c
15707                 implement imap uid cache and uid validity check
15708
15709 2002-07-25 [alfons]     0.8.0claws12
15710
15711         * src/summaryview.c
15712                 fix a brown paper bag bug, and also add some more
15713                 checks
15714
15715 2002-07-25 [christoph]  0.8.0claws11
15716
15717         * src/folder.c
15718                 don't mix copy, fetch_msginfo and remove
15719                 operations in folder item copy and move
15720                 operations
15721
15722 2002-07-25 [christoph]  0.8.0claws10
15723
15724         * src/folderview.c
15725         * src/mainwindow.c
15726         * src/prefs_folder_item.c
15727         * src/summaryview.[ch]
15728                 remove no longer required parameter update_cache from
15729                 summary_show
15730
15731 2002-07-25 [paul]       0.8.0claws9
15732
15733         * sync with 0.8.1
15734         
15735         * AUTHORS
15736                 a few corrections
15737
15738 2002-07-24 [alfons]     0.8.0claws8
15739
15740         * src/summaryview.c
15741                 sort correctly when using simplified subject line
15742                 (closes feature request "[ 585141 ] applying regexp to subject 
15743                 before sort" submitted by Alexandra Walford)
15744
15745 2002-07-24 [paul]       0.8.0claws7
15746
15747         * sync with 0.8.0cvs3
15748                 see ChangeLog 2002-07-24
15749
15750 2002-07-23 [christoph]  0.8.0claws6
15751
15752         * src/folder.c
15753         * src/folder.h
15754         * src/summaryview.c
15755         * src/summaryview.h
15756         * src/main.c
15757                 o separate processing and summaryview
15758                 o removed summary_write_cache from summaryview
15759                 o removed summaryview->killed_messages, because we don't have
15760                   to keep a list of killed messages anymore. New cache will
15761                   keep the hidden messages in cache anyway
15762         * src/folderview.c
15763         * src/inc.c
15764         * src/selective_download.c
15765                 o removed unnecessary summary_write_cache calls
15766         * src/procmsg.c
15767                 o don't set ignore thread flag in procmsg_get_thread_tree
15768                   if it is already set
15769         * src/mainwindow.c
15770         * src/statusbar.h
15771                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15772                   they are used in different files
15773
15774 2002-07-23 [melvin]     0.8.0claws5
15775
15776         * src/addressbook.c
15777         * src/addrgather.c
15778         * src/editaddress.c
15779         * src/editgroup.c
15780         * src/editldap_basedn.c
15781         * src/importldif.c
15782         * src/prefs_common.c
15783                 Fixed few memory leak (gtk_editable_get_chars returns
15784                 an allocated string)
15785         * src/logwindow.c
15786                 Fixed few memory leak (gtk_editable_get_chars returns
15787                 an allocated string) and modified a little the log cutting
15788                 loop.
15789         * src/compose.c
15790                 Replaced a call to an obsolete function gtk_entry_get_text()
15791                 by gtk_editable_get_chars()
15792         * src/send.c
15793                 Removed a debug printf
15794
15795 2002-07-23 [christoph]  0.8.0claws4
15796
15797         * src/filesel.c
15798                 fix another g_dirname memory leak
15799
15800 2002-07-23 [christoph]  0.8.0claws3
15801
15802         * src/mh.c
15803                 fixed a memory leak in mh_fetch_msginfo
15804                 fixed crash when message header could not be
15805                 parsed
15806
15807 2002-07-23 [paul]       0.8.0claws2
15808
15809         * sync with 0.8.0cvs2
15810                 see ChangeLog 2002-07-23
15811
15812 2002-07-23 [paul]       0.8.0claws1
15813
15814         * sync with 0.8.0cvs1
15815                 see ChangeLog 2002-07-23
15816
15817 2002-07-23 [paul]       0.8.0claws
15818
15819         * release of 0.8.0claws