2005-01-28 [colin] 1.0.0cvs23
[claws.git] / ChangeLog.claws
1 2005-01-28 [colin]      1.0.0cvs23
2
3         * src/folderview.c
4                 Change check - partial_recv is not cached.
5
6 2005-01-28 [colin]      1.0.0cvs22
7
8         * src/folderview.c
9                 Don't call partial_mark_for_delete() when 
10                 it's useless
11
12 2005-01-27 [colin]      1.0.0cvs21
13
14         * src/procmsg.c
15         * src/compose.c
16                 Fix build - sorry.
17
18 2005-01-27 [christoph]  1.0.0cvs20
19
20         * src/folder.c
21                 use normal message remove function if a folder has no function
22                 to remove all messages
23
24         * src/folderview.c
25                 fix memory leak
26
27 2005-01-27 [colin]      1.0.0cvs19
28
29         * src/procmime.c
30                 Forgot to commit this file with cvs18.
31
32 2005-01-27 [colin]      1.0.0cvs18
33
34         * src/compose.c
35                 Uhm, better not touch the original msginfo_list.
36
37 2005-01-27 [colin]      1.0.0cvs17
38
39         * src/procmsg.c
40         * src/procmsg.h
41                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
42         * src/compose.c
43                 ... And use it to be able to reply to the currently 
44                 selected MimeInfo.
45
46 2005-01-27 [colin]      1.0.0cvs16
47
48         * src/messageview.c
49         * src/summaryview.c
50         * src/compose.c
51         * src/compose.h
52         * src/toolbar.c
53         * src/mainwindow.c
54                 Factorize this reply mess
55
56 2005-01-26 [paul]       1.0.0cvs15
57
58         * ChangeLog
59         * ChangeLog.jp
60         * src/common/template.c
61                 sync with main, (fix memory leak), see ChangeLog
62                 2005-01-25
63
64 2005-01-25 [paul]       1.0.0cvs14
65
66         * src/compose.c
67                 compose_redirect(): fix sensitivity of attachment 
68                 "Properties..." button
69
70 2005-01-24 [colin]      1.0.0cvs13
71
72         * src/summaryview.c
73                 Freeze clist during operations involving message
74                 lists.
75
76 2005-01-24 [paul]       1.0.0cvs12
77
78         * ChangeLog
79         * ChangeLog.jp
80         * src/messageview.c
81         * src/mh.c
82         * src/common/utils.c
83                 sync with main, see ChangeLog 2005-01-19
84
85 2005-01-24 [colin]      1.0.0cvs11
86
87         * src/procheader.c
88                 Fix build with MIPSpro compiler.
89                 Patch by Ivan Rayner <ivanr@sgi.com>
90
91 2005-01-24 [colin]      1.0.0cvs10
92
93         * src/folderview.c
94                 Use (+) in collapsed folders with quicksearch-
95                 matching subfolders
96
97 2005-01-23 [holger]     1.0.0cvs9
98
99         * src/crash.c
100                 Include missing header file
101
102 2005-01-22 [colin]      1.0.0cvs8
103
104         * src/summaryview.c
105         * src/gtk/quicksearch.c
106                 Make recursive quicksearch work in
107                 root folders (and code fixes)
108
109 2005-01-21 [colin]      1.0.0cvs7
110
111         * src/summaryview.c
112                 Set cursor to wait while looking in subfolders
113
114 2005-01-21 [colin]      1.0.0cvs6
115
116         * src/summaryview.c
117                 Don't clear quicksearch if recursion is on,
118                 even if !sticky
119
120 2005-01-21 [colin]      1.0.0cvs5
121
122         * src/gtk/quicksearch.c
123         * src/prefs_common.c
124         * src/prefs_common.h
125                 Add option to recurse or not
126
127 2005-01-21 [colin]      1.0.0cvs4
128
129         * src/folder.h
130         * src/folderview.c
131         * src/folderview.h
132         * src/summaryview.c
133         * src/gtk/quicksearch.c
134         * src/gtk/quicksearch.h
135                 Make quicksearch recursive - results materialized
136                 by search icons in the folderview.
137
138 2005-01-20 [holger]     1.0.0cvs3
139
140         * src/addrindex.c
141         * src/addrindex.h
142                 Add addrindex_load_person_attribute() (for plugins)
143
144 2005-01-19 [colin]      1.0.0cvs2
145
146         * src/mbox.c
147         * src/mbox.h
148         * src/mainwindow.c
149         * src/summaryview.c
150         * src/summaryview.h
151                 Add an easy way to export specific messages
152                 to an mbox file.
153
154 2005-01-19 [paul]       1.0.0cvs1
155
156         * po/ja.po
157         * po/ko.po
158                 updated by  Rui Hirokawa and
159                 SungHyun Nam
160
161 2005-01-18 [paul]       1.0.0
162
163         * version 1.0.0 released
164
165 2005-01-17 [thorsten]   0.9.13cvs38
166
167         * src/crash.c
168         * src/gtk/pluginwindow.c
169                 return value of filesel should not be free()d
170
171 2005-01-17 [paul]       0.9.13cvs37
172
173         * AUTHORS
174         * po/es.po
175         * po/fr.po
176         * po/hr.po
177         * po/it.po
178         * po/pt_BR.po
179         * po/sk.po
180         * po/sr.po
181                 update translations. submitted by Ricardo Mones
182                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
183                 Frederico Goncalves Guimaraes, Andrej Kacian,
184                 Aleksandar Urosevic
185
186 2005-01-16 [colin]      0.9.13cvs36
187
188         * src/prefs_toolbar.c
189                 Fix two leaks, both found by Alfons.
190
191 2005-01-15 [paul]       0.9.13cvs35
192
193         * src/gtk/pluginwindow.c
194                 fix 2 memleaks, patch by Alfons
195
196 2005-01-15 [paul]       0.9.13cvs34
197
198         * ChangeLog
199         * ChangeLog.jp
200         * src/common/template.c
201                 sync with main, see ChangeLog 2005-01-11
202                 (fix potential memory corruption bug)
203
204 2005-01-14 [colin]      0.9.13cvs33
205
206         * src/html.c
207         * src/msgcache.c
208                 Fix coding style issues from the last patch
209
210 2005-01-14 [colin]      0.9.13cvs32
211
212         * src/msgcache.c
213                 Fix possible double free, avoid putting 8k on the stack
214         * src/html.c
215         * src/html.h
216                 Fix links with tags inside, add some entities
217         * AUTHORS
218                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
219
220 2005-01-09 [thorsten]   0.9.13cvs31
221
222         * tools/calypso_convert.pl
223                 support nested subdirs (possible in recent calypso versions)
224                 fix "change of readonly value" error with perl >= 5.8
225
226 2005-01-08 [colin]      0.9.13cvs30
227
228         * src/prefs_filtering_action.c
229                 Plug leak - patch by Alfons
230
231 2005-01-07 [paul]       0.9.13cvs29
232
233         * ChangeLog
234         * ChangeLog.jp
235         * src/pop.c
236         * src/pop.h
237                 sync with main, see ChangeLog 2005-01-06
238
239 2005-01-06 [colin]      0.9.13cvs28
240
241         * src/prefs_matcher.c
242                 Plug leak. Patch by Alfons
243
244 2005-01-04 [christoph]  0.9.13cvs27
245
246         * src/folderview.c
247         * src/imap_gtk.c
248         * src/news_gtk.c
249                 Create extra popup menu entries for account settings
250
251         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
252
253 2005-01-03 [colin]      0.9.13cvs26
254
255         * src/main.c
256                 Plugins should be loaded before --receive or --receive-all 
257                 is processed. 
258                 Patch by Felix Eckhofer <felix-ml@tribut.de>
259
260 2005-01-03 [colin]      0.9.13cvs25
261
262         * src/pop.c
263         * src/pop.h
264                 Add data_len member, because we can get NULs from network
265                 Patch by Alfons
266
267 2005-01-01 [colin]      0.9.13cvs24
268
269         * src/procmime.c
270                 Fix possible memleak in corner case - found by
271                 Martin Kluge, patch by Alfons
272
273 2004-12-30 [colin]      0.9.13cvs23
274
275         * src/account.c
276                 Fix prototypes - patch by Alfons
277
278 2004-12-30 [paul]       0.9.13cvs22
279
280         * ChangeLog
281         * ChangeLog.jp
282         * NEWS
283         * src/account.c
284                 sync with main 1.0.0.
285                 see ChangeLog 2004-12-22
286
287 2004-12-18 [paul]       0.9.13cvs21
288
289         * AUTHORS
290         * ChangeLog
291         * ChangeLog.jp
292         * src/action.c
293                 sync with main, see ChangeLog 2004-12-17
294
295 2004-12-17 [thorsten]   0.9.13cvs20
296
297         * src/compose.c
298                 protect trailing spaces when signing message
299
300 2004-12-16 [paul]       0.9.13cvs19
301
302         * ChangeLog
303         * ChangeLog.jp
304         * NEWS
305         * src/compose.c
306         * src/syldap.c
307                 sync with main 1.0.0rc
308                 see ChangeLog 2004-12-15
309
310 2004-12-14 [colin]      0.9.13cvs18
311
312         * src/gtk/prefswindow.c
313                 Fix build. Sorry :)
314
315 2004-12-14 [colin]      0.9.13cvs17
316
317         * src/gtk/gtkutils.c
318         * src/gtk/gtkutils.h
319         * src/gtk/prefswindow.c
320                 Catch Enter in prefswindow while in text
321                 widget. Patch by Alfons.
322
323 2004-12-14 [paul]       0.9.13cvs16
324
325         * ChangeLog
326         * ChangeLog.jp
327         * src/action.c
328         * src/compose.c
329         * src/common/utils.c
330                 sync with main, see ChangeLog entries 2004-12-10
331                 and 2004-12-13
332
333         * po/ru.po
334                 updated by Pavlo Bohmat
335
336 2004-12-13 [thorsten]   0.9.13cvs15
337
338         * src/plugins/spamassassin/libspamc.c
339                 fix memleak
340
341 2004-12-13 [colin]      0.9.13cvs14
342
343         * src/gtk/prefswindow.c
344         * src/gtk/pluginwindow.c
345                 Fix key_pressed handlers
346
347 2004-12-11 [colin]      0.9.13cvs13
348
349         * src/quote_fmt_parse.y
350                 Rework quote_fmt_parse to use less local 
351                 arrays in local blocks, so it doesn't 
352                 freak out IBM's stack protector. Patch
353                 by Alfons.
354
355 2004-12-10 [colin]      0.9.13cvs12
356
357         * src/messageview.c
358                 Fix logic error
359         * src/mainwindow.c
360                 Fix corruptions when de-separating messageview
361
362 2004-12-10 [paul]       0.9.13cvs11
363
364         * src/prefs_themes.c
365                 use a different set of icons for the Preview
366
367 2004-12-09 [colin]      0.9.13cvs10
368
369         * src/procmime.c
370                 Fix procmime_encode_content doing horribly wrong
371                 stuff when encoding to B64 from memory
372
373 2004-12-08 [colin]      0.9.13cvs9
374
375         * src/gtk/colorlabel.c
376                 Fix color label off-by-one
377                 Patch by Alfons
378
379 2004-12-08 [hoa]        0.9.13cvs8
380
381         * src/quote_fmt_parse.y
382                 really fix buffer overflow
383
384 2004-12-08 [colin]      0.9.13cvs7
385
386         * src/matcher_parser_parse.y
387         * src/msgcache.c
388         * src/prefs_matcher.c
389         * src/procheader.c
390         * src/matcher.c
391         * src/common/defs.h
392                 Cache total_size and use that to speed up
393                 'partial' match.
394                 Add 'partial' to the list of useable stuff
395                 in filtering
396
397 2004-12-08 [paul]
398
399         * po/sr.po
400                 updated by URKE MMI
401
402 2004-12-08 [colin]      0.9.13cvs6
403
404         * src/textview.c
405                 Fix possible boundary overrun in
406                 get_email_part(). Patch by Alfons
407
408 2004-12-08 [hoa]        0.9.13cvs5
409
410         * src/quote_fmt_parse.y
411                 fix buffer overflow
412                 http://bugs.gentoo.org/show_bug.cgi?id=67253
413
414 2004-12-07 [thorsten]   0.9.13cvs4
415
416         * src/procmime.c
417                 fix leak introduced with 0.9.13cvs1
418
419 2004-12-07 [keith]      0.9.13cvs3
420
421         * src/procmime.c
422                 Fix typo
423
424 2004-12-07 [colin]      0.9.13cvs2
425
426         * AUTHORS
427         * src/prefs_account.c
428         * src/common/smtp.c
429         * src/common/smtp.h
430                 Add SMTP PLAIN authentication. Patch by 
431                 George Michaelson <ggm@apnic.net>
432
433 2004-12-07 [thorsten]   0.9.13cvs1
434
435         * src/procmime.c
436                 [Bug 650] reply button causes crash
437                 Patch partly by David Relson
438
439 2004-12-06 [paul]       0.9.13
440
441         0.9.13 released
442
443 2004-12-06 [paul]
444
445         * po/sk.po
446                 updated by Andrej Kacian
447         * INSTALL
448         * README.claws
449                 updated
450         
451 2004-12-06 [christoph]
452
453         * configure.ac
454                 move GPGME check to PGP/MIME plugin checks
455
456 2004-12-06 [colin]      0.9.12cvs187
457
458         * src/compose.c
459                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
460
461 2004-12-06 [paul]       0.9.12cvs186
462
463         * INSTALL
464         * README.claws
465                 updated
466         * po/es.po
467         * po/fr.po
468         * po/it.po
469         * po/ja.po
470         * po/pt_BR.po
471         * po/zh_CN.po
472                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
473                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
474                 and Yang Guilong
475
476 2004-12-05 [paul]       0.9.12cvs185
477
478         * INSTALL
479         * Makefile.am
480         * README.claws
481                 update
482         * TODO.claws    **REMOVED**
483                 removed, use the wiki instead
484         * tools/Makefile.am
485         * tools/README
486                 remove newscache_conv.pl from the release package
487                 and notes as it is broken and not currently maintained
488         * tools/filter_conv.pl
489                 use --config-dir to find claws' config dir
490         * tools/kdeservicemenu/README
491         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
492         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
493                 make a top-level menu entry
494
495 2004-12-04 [paul]       0.9.12cvs184
496
497         * src/addrharvest.c
498                 conv_unmime_header_overwrite(name)
499
500 2004-12-04 [colin]      0.9.12cvs183
501
502         * src/compose.c
503                 Fix saving of compose window position
504                 when sending mail. Patch by Alfons.
505
506 2004-12-04 [paul]       0.9.12cvs182
507
508         * ChangeLog
509         * ChangeLog.jp
510         * INSTALL
511         * NEWS
512         * README
513         * README.jp
514         * doc/manual/ja/Makefile.am
515         * doc/manual/ja/sylpheed-1.html
516         * doc/manual/ja/sylpheed-10.html
517         * doc/manual/ja/sylpheed-11.html
518         * doc/manual/ja/sylpheed-12.html
519         * doc/manual/ja/sylpheed-13.html
520         * doc/manual/ja/sylpheed-14.html
521         * doc/manual/ja/sylpheed-15.html
522         * doc/manual/ja/sylpheed-16.html
523         * doc/manual/ja/sylpheed-17.html
524         * doc/manual/ja/sylpheed-18.html
525         * doc/manual/ja/sylpheed-19.html
526         * doc/manual/ja/sylpheed-2.html
527         * doc/manual/ja/sylpheed-20.html
528         * doc/manual/ja/sylpheed-3.html
529         * doc/manual/ja/sylpheed-4.html
530         * doc/manual/ja/sylpheed-5.html
531         * doc/manual/ja/sylpheed-6.html
532         * doc/manual/ja/sylpheed-7.html
533         * doc/manual/ja/sylpheed-8.html
534         * doc/manual/ja/sylpheed-9.html
535         * doc/manual/ja/sylpheed.html
536         * doc/manual/ja/sylpheed.sgml
537         * src/Makefile.am
538         * src/procmime.c
539         * src/pixmaps/regular.xpm **REMOVED**
540                 sync with main 1.0.0beta4, including: "canonicalize text files
541                 before encoding to BASE64, and uncanonicalize after decoding
542                 to conform with RFC 2045" 
543
544 2004-12-03 [christoph]  0.9.12cvs181
545
546         * src/compose.c
547                 build the Privacy System menu without GtkItemFactory to
548                 allow '/' in Privacy System names
549
550         * src/plugins/pgpmime/pgpmime.c
551         * src/plugins/pgpmime/plugin.c
552                 Update description and change Privacy System name
553
554 2004-12-03 [paul]
555
556         * src/pixmaps/dir_close.xpm
557         * src/pixmaps/dir_open.xpm
558         * src/pixmaps/drafts_close.xpm
559         * src/pixmaps/drafts_open.xpm
560         * src/pixmaps/group.xpm
561         * src/pixmaps/unread.xpm
562                 update icons (sync with main (adjust hue))      
563
564 2004-12-02 [paul]       0.9.12cvs180
565
566         * ChangeLog
567         * ChangeLog.jp
568         * src/Makefile.am
569         * src/pop.c
570         * src/common/utils.c
571         * src/common/utils.h
572         * src/pixmaps/folder.xpm **REMOVED**
573                 sync with main
574                 fixes bug 644 'extra CRs in subject line break filtering' 
575
576 2004-12-02 [colin]      0.9.12cvs179
577
578         * src/compose.c
579                 Prevent duplicate edition of queued
580                 and drafted mails
581
582 2004-12-02 [colin]      0.9.12cvs178
583
584         * src/compose.c
585                 Fix quote linewrapping ignoring pref
586                 Patch by Alfons
587
588 2004-11-30 [colin]      0.9.12cvs177
589
590         * src/gtk/prefswindow.c
591         * src/gtk/pluginwindow.c
592                 Add shortcut keys to prefs window
593                 and plugin window. Patch by Fabien Vantard.
594
595 2004-11-29 [colin]      0.9.12cvs176
596
597         * src/folderview.c
598                 Fix disappearing separators in folderview's popup
599
600 2004-11-29 [colin]      0.9.12cvs175
601
602         * src/procmime.c
603                 Another format bug
604
605 2004-11-29 [colin]      0.9.12cvs174
606
607         * src/pop.c
608                 Fix format string
609
610 2004-11-26 [colin]      0.9.12cvs173
611
612         * src/common/smtp.c
613         * src/common/smtp.h
614                 Use ESMTP for all servers advertising it
615                 Add SIZE= parameter to MAIL command for 
616                 ESMTP servers
617
618 2004-11-24 [colin]      0.9.12cvs172
619
620         * src/plugins/pgpmime/pgpmime.c
621                 Forgot one :(
622
623 2004-11-24 [colin]      0.9.12cvs171
624
625         * src/plugins/pgpmime/pgpmime.c
626                 Fix numerous GpgmeGtk leaks
627
628 2004-11-24 [colin]      0.9.12cvs170
629
630         * src/plugins/pgpmime/pgpmime.c
631                 Fix numerous GpgmeCtx leaks
632
633 2004-11-24 [colin]      0.9.12cvs169
634
635         * src/plugins/pgpmime/plugin.c
636                 Update requirements
637         * src/plugins/trayicon/Makefile.am
638         * src/plugins/trayicon/newmarkedmail.xpm
639         * src/plugins/trayicon/trayicon.c
640         * src/plugins/trayicon/unreadmarkedmail.xpm
641                 Add new icons when there are unread marked mails
642                 answers
643
644 2004-11-23 [thorsten]   0.9.12cvs168
645
646         * src/plugins/pgpmime/plugin.c
647                 typo: plugin_init instead of plugin_done
648
649 2004-11-23 [thorsten]   0.9.12cvs167
650
651         * commitHelper
652                 o add me
653         * src/partial_download.c
654         * src/partial_download.h
655                 o fix path for includes
656
657 2004-11-23 [colin]      0.9.12cvs166
658
659         * src/procmime.c
660                 Uh, changed API.
661
662 2004-11-23 [colin]      0.9.12cvs165
663
664         * src/procmime.c
665                 Fix mime headers wrapping
666
667 2004-11-23 [christoph]  0.9.12cvs164
668
669         * src/common/Makefile.am
670         * src/common/partial_download.[ch]
671         * src/Makefile.am
672         * src/partial_download.[ch]
673         * src/folderview.c
674                 move to src because it depends on src stuff
675
676         * src/codeconv.c
677         * src/common/base64.h
678                 move B64LEN macro to base64.h
679
680         * src/compose.c
681         * src/privacy.[ch]
682                 add PrefsAccount to sign-function parameters
683
684         * src/main.c
685         * src/prefs_account.[ch]
686         * src/gtk/prefswindow.[ch]
687                 o use new prefswindow for account prefs
688                 o add possibility to add new pages to account prefs
689
690         * src/plugins/pgpmime/prefs_gpg.[ch]
691         * src/plugins/pgpmime/prefs_gpg.glade
692                 add account prefs for GPG
693
694         * src/plugins/pgpmime/pgpmime.c
695         * src/plugins/pgpmime/sgpgme.[ch]
696                 create signers list based on the GPG account prefs
697
698 2004-11-23 [colin]      0.9.12cvs163
699
700         * src/main.c
701                 Fix cursor going from normal to wait
702                 as many times as there are folders
703                 (very noticeable on exported displays)
704
705 2004-11-23 [colin]      0.9.12cvs162
706
707         * src/msgcache.c
708                 HEAD needs this leak fix too
709
710 2004-11-22 [luke]       0.9.12cvs161
711
712         * src/gtk/gtkstext.c
713                 'Up' key moves one line (not one paragraph) like 'Down'
714
715 2004-11-22 [paul]       0.9.12cvs160
716
717         * src/prefs_themes.c
718                 fix oversized GtkFrames
719
720 2004-11-19 [paul]       0.9.12cvs159
721
722         * src/prefs_common.c
723                 update prefs_keybind_apply_clicked()
724
725 2004-11-18 [paul]       0.9.12cvs158
726
727         * src/compose.c
728         * src/messageview.c
729         * src/common/utils.c
730         * src/common/utils.h
731                 use Message-ID format like that previously
732                 used in compose_generate_msgid()
733
734 2004-11-17 [christoph]  0.9.12cvs157
735
736         * src/mainwindow.c
737         * src/prefs_common.c
738                 integrate "Common preferences" into new preferences dialog
739
740 2004-11-17 [colin]      0.9.12cvs156
741
742         * src/prefs_account.c
743         * src/prefs_account.h
744         * src/procmsg.c
745                 Add an option to let the user choose to store encrypted
746                 mail as clear text or encrypted.
747
748 2004-11-17 [colin]      0.9.12cvs155
749
750         * src/compose.c
751         * src/toolbar.c
752                 Be verbose when sending fails
753         * src/procmsg.c
754                 Fix procmsg_send_queue returning 0 when there's an error
755                 Don't send messages to be encrypted to nobody 
756
757
758 2004-11-17 [colin]      0.9.12cvs154
759
760         * src/privacy.c
761                 Fix more pointer confusion
762
763 2004-11-17 [paul]       0.9.12cvs153
764
765         * src/procmime.h
766                 forgotten in sync with main 1.0.0beta3
767
768
769 2004-11-17 [paul]       0.9.12cvs152
770
771         * ChangeLog
772         * ChangeLog.jp
773         * NEWS
774         * src/compose.c
775         * src/jpilot.c
776         * src/procmime.c
777                 sync with main 1.0.0beta3
778                 see ChangeLog 2004-11-15 and 2004-11-16
779
780 2004-11-17 [colin]      0.9.12cvs151
781
782         * src/plugins/pgpmime/pgpmime.c
783                 Remove debug printf
784
785 2004-11-17 [colin]      0.9.12cvs150
786
787         * src/plugins/pgpmime/pgpmime.c
788                 Fix off-by-one causing segs
789
790 2004-11-17 [colin]      0.9.12cvs149
791
792         * src/procmsg.c
793                 < Reboot_> don't compare pointers to NULL with !
794                 So, use the other form to bring consistency.
795                 Also fix coding style.
796
797 2004-11-16 [colin]      0.9.12cvs148
798
799         * src/procmsg.c
800                 Fix the fix :)
801
802 2004-11-16 [colin]      0.9.12cvs147
803
804         * src/procmsg.c
805                 Fix leaks in procmsg_send_message_queue
806
807 2004-11-12 [paul]       0.9.12cvs146
808
809         * src/prefs_account.c
810         * src/procmime.c
811         * src/procmime.h
812                 fix sync breakage 
813
814 2004-11-12 [paul]
815
816         * src/pixmaps/complete.xpm
817         * src/pixmaps/continue.xpm
818                 small sync with main, see ChangeLog 2004-11-11
819
820 2004-11-11 [paul]       0.9.12cvs145
821
822         * ChangeLog
823         * ChangeLog.jp
824         * src/account.c
825         * src/folderview.c
826         * src/folderview.h
827         * src/imap.c
828         * src/imap_gtk.c
829         * src/inc.c
830         * src/mainwindow.c
831         * src/mh_gtk.c
832         * src/news_gtk.c
833         * src/pop.c
834         * src/prefs_account.c
835         * src/prefs_account.h
836         * src/prefs_ext_prog.c
837         * src/procmsg.c
838         * src/procmsg.h
839         * src/summary_search.c
840         * src/summaryview.c
841         * src/textview.c
842         * src/common/defs.h
843         * src/common/utils.c
844         * src/common/utils.h
845         * src/gtk/menu.c
846         * src/gtk/menu.h
847                 sync with main 1.0.0beta2 (plus 4)
848
849 2004-11-09 [christoph]  0.9.12cvs144
850
851         * src/compose.c
852         * src/prefs_account.[ch]
853                 add option menu to select default privacy system
854
855         * src/plugins/pgpmime/pgpmime.c
856                 better memory allocation
857
858         * src/folder.c
859                 syncronize flags when scanning a folder
860
861 2004-11-08 [colin]      0.9.12cvs143
862
863         * src/summaryview.c
864                 Prevent useless folder count updates while 
865                 quicksearch is running. It is really annoying 
866                 while quicksearch is running a full-mail
867                 scan, like 'b foo', in a big folder.
868
869 2004-11-08 [colin]      0.9.12cvs142
870
871         * src/textview.c
872                 Really fix these mail URIs
873
874 2004-11-08 [colin]      0.9.12cvs141
875
876         * src/textview.c
877                 fix "colin@colino.net" <colin@colino.net> 
878                 types of URIs
879
880 2004-11-06 [colin]      0.9.12cvs140
881
882         * src/compose.c
883                 Don't ask for passphrase if not sending
884
885 2004-11-05 [christoph]  0.9.12cvs139
886
887         * src/compose.c
888                 o encode text content of composed mails
889         * src/procmime.c
890                 o allow encoding of MimeInfos that are stored in memory buffers
891                 
892
893 2004-11-03 [paul]       0.9.12cvs138
894
895         * po/POTFILES.in
896                 add 'src/plugins/pgpmime/prefs_gpg.c'.
897                 Patch submitted by Fabien Vantard
898
899         * src/prefs_ext_prog.c
900                 fix typos. Patch submitted by Fabien Vantard
901
902         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
903         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
904                 add German, Spanish, Italian, Brazilian Portuguese,
905                 and Slovak translations. Submitted by Thomas Gilgin,
906                 J. José del Río 'partymola', Andrea Spadaccini,
907                 Frederico Goncalves Guimaraes, and Andrej Kacian
908
909 2004-11-01 [christoph]  0.9.12cvs137
910
911         * src/procmime.c
912                 implement RFC2231's parameter encoding
913
914 2004-10-29 [colin]      0.9.12cvs136
915
916         * src/common/utils.c
917                 Fix boundary delimiter (a Pine user gets this:
918                 > Malformed message: Unexpected characters at end of parameters:
919                 > =_Thu__28_Oct_2)
920
921 2004-10-29 [paul]
922
923         * tools/textviewer.sh
924                 fix typo. patch submitted by Johann Koenig 
925                 <explosive@hvc.rr.com>
926
927 2004-10-29 [paul]
928
929         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
930         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
931                 add French translations, submitted by Fabien Vantard
932
933 2004-10-28 [christoph]  0.9.12cvs135
934
935         * doc/src/rfc2231.txt                           ** NEW **
936         * src/procmime.c
937         * src/common/quoted-printable.c
938         * src/common/utils.[ch]
939                 implement RFC2231's parameter decoding
940
941 2004-10-27 [paul]
942
943         * tools/kdeservicemenu/README
944         * tools/kdeservicemenu/install.sh
945         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
946         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
947         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
948                 output files to /tmp instead of littering the
949                 current dir
950                 add uninstall function
951                 refactor
952
953 2004-10-26 [christoph]  0.9.12cvs134
954
955         * src/procmime.c
956                 better check if parameters have to be in quoted string
957
958 2004-10-25 [paul]
959
960         * tools/kdeservicemenu/README
961         * tools/kdeservicemenu/install.sh
962         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
963         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
964         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
965                 add files for Sylpheed Service Menu in Konqueror
966
967 2004-10-22 [paul]       0.9.12cvs133
968
969         * src/compose.c
970         * src/prefs_common.c
971         * src/prefs_common.h
972         * src/prefs_wrapping.c
973                 remove 'smart wrapping'
974
975 2004-10-21 [colin]      0.9.12cvs132
976
977         * src/compose.c
978                 Remove extraneous separator in Options
979
980 2004-10-21 [colin]      0.9.12cvs131
981
982         * src/compose.c
983                 Replace "unknown" attachments by "application/octet-stream"
984                 Be a bit more defensive when using strchr
985
986 2004-10-20 [paul]
987
988         * po/ru.po
989                 updated by Pavlo Bohmat
990
991 2004-10-19 [christoph]  0.9.12cvs130
992
993         * src/compose.c
994                 fix wrong menu entry path
995
996         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
997
998         * src/gtk/menu.c
999                 add extra check for missing menu entries
1000
1001 2004-10-19 [christoph]  0.9.12cvs129
1002
1003         * src/compose.c
1004         * src/common/utils.c
1005                 use utils' generate_msgid() in compose.c
1006
1007 2004-10-18 [christoph]  0.9.12cvs128
1008
1009         * src/plugins/pgpmime/passphrase.c
1010         * src/plugins/pgpmime/pgpmime.c
1011         * src/plugins/pgpmime/prefs_gpg.[ch]
1012         * src/plugins/pgpmime/prefs_gpg.glade
1013         * src/plugins/pgpmime/sgpgme.c
1014                 add GPG prefs
1015
1016 2004-10-18 [christoph]  0.9.12cvs127
1017
1018         * src/addrbook.c
1019         * src/addrcache.c
1020         * src/addressbook.c
1021         * src/codeconv.c
1022         * src/compose.c
1023         * src/customheader.c
1024         * src/editaddress.c
1025         * src/editgroup.c
1026         * src/exporthtml.c
1027         * src/folder.c
1028         * src/folderview.c
1029         * src/imap.c
1030         * src/jpilot.c
1031         * src/main.c
1032         * src/matcher_parser_parse.y
1033         * src/mbox.c
1034         * src/pop.c
1035         * src/prefs_account.c
1036         * src/prefs_gtk.c
1037         * src/prefs_msg_colors.c
1038         * src/procheader.c
1039         * src/procmime.[ch]
1040         * src/procmsg.c
1041         * src/summaryview.c
1042         * src/textview.c
1043         * src/common/base64.c
1044         * src/common/partial_download.c
1045         * src/common/socket.c
1046         * src/common/sylpheed.c
1047         * src/common/utils.[ch]
1048         * src/gtk/filesel.c
1049         * src/gtk/pluginwindow.c
1050         * src/gtk/quicksearch.c
1051         * src/plugins/pgpmime/pgpmime.c
1052         * src/plugins/pgpmime/plugin.c
1053         * src/plugins/pgpmime/select-keys.c
1054         * src/plugins/pgpmime/sgpgme.c
1055         * src/plugins/spamassassin/libspamc.c
1056         * src/plugins/trayicon/trayicon.c
1057         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1058         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1059                 o don't use any GNU C extensions
1060                 o fix warnings
1061                 o replace some non-POSIX functions
1062
1063         * src/plugins/spamassassin/spamassassin.[ch]
1064         * src/plugins/spamassassin/spamassassin_gtk.c
1065         * src/plugins/clamav/clamav_plugin.[ch]
1066         * src/plugins/clamav/clamav_plugin_gtk.c
1067                 replace statusbar_print_all() from common code because it is a
1068                 GUI function
1069
1070 2004-10-17 [paul]
1071
1072         * po/es.po
1073         * po/ko.po
1074         * AUTHORS
1075                 update Spanish and Korean translations,
1076                 submitted by Ricardo Mones Lastra and
1077                 SungHyun Nam
1078
1079 2004-10-13 [colin]      0.9.12cvs126
1080
1081         * src/compose.c
1082                 Don't convert message to forced encoding when 
1083                 drafting, plus minor magic-values cleanup.
1084
1085 2004-10-13 [colin]      0.9.12cvs125
1086
1087         * po/POTFILES.in
1088                 Update POTFILES.in to reflect the source
1089                 place changes
1090
1091 2004-10-08 [christoph]  0.9.12cvs124
1092
1093         * m4/spamassassin.m4
1094                 fix libspamc OpenSSL
1095
1096         * src/compose.c
1097                 rearrange the compose menu
1098
1099 2004-10-08 [christoph]  0.9.12cvs123
1100
1101         * src/Makefile.am
1102         * src/account.c
1103         * src/compose.[ch]
1104         * src/crash.c
1105         * src/main.c
1106         * src/mimeview.c
1107         * src/passphrase.[ch]                           ** REMOVE **
1108         * src/prefs_account.[ch]
1109         * src/prefs_common.[ch]
1110         * src/privacy.[ch]
1111         * src/procmime.[ch]
1112         * src/procmsg.c
1113         * src/rfc2015.[ch]                              ** REMOVE **
1114         * src/select-keys.[ch]                          ** REMOVE **
1115         * src/common/utils.[ch]
1116         * src/gtk/about.c
1117         * src/plugins/pgpmime/Makefile.am
1118         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1119         * src/plugins/pgpmime/pgpmime.c
1120         * src/plugins/pgpmime/plugin.c
1121         * src/plugins/pgpmime/prefs_gpg.[ch]
1122         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1123         * src/plugins/pgpmime/sgpgme.[ch]
1124                 o Add new MIME-Writer
1125                 o extend PrivacySystem with sign and encrypt functions
1126                 o extend PGP/MIME plugin with sign and encrypt functions
1127                 o integrate extended Privacy API in Compose and Sending process
1128
1129 2004-10-04 [colin]      0.9.12cvs122
1130
1131         * src/mainwindow.c
1132         * src/messageview.c
1133         * src/messageview.h
1134         * src/textview.c
1135                 Make forced encoding limited to messageview and
1136                 apply only to parts displayed using textview
1137
1138 2004-10-04 [colin]      0.9.12cvs121
1139
1140         * src/summaryview.c
1141                 Fix bug #605 (collapsed threads re-expand when moving or
1142                 deleting mails)
1143
1144 2004-10-03 [colin]      0.9.12cvs120
1145
1146         * src/summaryview.c
1147                 Fix bug #602
1148
1149 2004-10-02 [colin]      0.9.12cvs119
1150
1151         * src/mainwindow.c
1152         * src/messageview.c
1153         * src/prefs_common.h
1154         * src/procmime.c
1155         * src/procmime.h
1156         * src/textview.c
1157                 Clean up forced charset feature
1158                 Add forced decode
1159
1160 2004-10-01 [colin]      0.9.12cvs118
1161
1162         * src/mimeview.c
1163                 Better fix for Save all: skip multipart mails' first 
1164                 text part
1165
1166 2004-10-01 [colin]      0.9.12cvs117
1167
1168         * src/mimeview.c
1169                 Only save attachments in Save All
1170
1171 2004-10-01 [paul]       0.9.12cvs116
1172
1173         * ChangeLog
1174         * ChangeLog.jp
1175         * src/account.c
1176         * src/prefs_common.c
1177         * src/gtk/colorlabel.c
1178                 sync with main 0.9.12cvs17
1179
1180 2004-09-30 [colin]      0.9.12cvs115
1181
1182         * src/stock_pixmap.c
1183         * src/stock_pixmap.h
1184         * src/folderview.c
1185         * src/Makefile.am
1186         * src/pixmaps/read.xpm
1187                 Add icon for total # column
1188
1189 2004-09-29 [colin]      0.9.12cvs114
1190
1191         * src/compose.c
1192                 Don't close compose until message is sent if 
1193                 Show Send Dialog is Always
1194
1195 2004-09-29 [paul]       0.9.12cvs113
1196
1197         * src/quote_fmt_parse.y
1198                 In the quotation templates recognise sender's first and last 
1199                 names (%F %L) when the name is in the format "Duck, Donald".
1200                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1201
1202
1203 2004-09-28 [colin]      0.9.12cvs112
1204
1205         * src/mainwindow.c
1206                 Put back mnemonic
1207         * src/folderview.c
1208                 Fix Empty trash being visible-invisible-visible...
1209
1210 2004-09-28 [colin]      0.9.12cvs111
1211
1212         * src/mainwindow.c
1213                 Relabel Empty all Trash folders
1214
1215 2004-09-28 [colin]      0.9.12cvs110
1216
1217         * src/folderview.c
1218                 Add contextual Empty trash menu
1219         * src/mainwindow.c
1220                 Revert cvs109 which was useless
1221
1222 2004-09-28 [colin]      0.9.12cvs109
1223
1224         * src/mainwindow.c
1225                 Fix uninialized var
1226
1227 2004-09-28 [colin]      0.9.12cvs108
1228
1229         * src/addressbook.c
1230                 Fix triple-click
1231
1232 2004-09-28 [colin]      0.9.12cvs107
1233
1234         * src/addressbook.c
1235                 Fix double-click on entries
1236
1237 2004-09-28 [colin]      0.9.12cvs106
1238
1239         * src/inc.c
1240                 Reintroduce folder_item update freeze on incorporation
1241
1242 2004-09-27 [christoph]  0.9.12cvs105
1243
1244         * src/folderview.c
1245                 right-align new and unread column
1246
1247 2004-09-27 [paul]
1248
1249         * 0.9.12b released
1250
1251 2004-09-27 [paul]       0.9.12cvs104
1252
1253         * src/main.c
1254                 revert 0.9.12cvs101, it causes another segfault
1255
1256 2004-09-23 [christoph]  0.9.12cvs103
1257
1258         * src/plugins/spamassassin/libspamc.[ch]
1259         * src/plugins/spamassassin/utils.[ch]
1260                 update libspamc to SpamAssassin 3.0.0
1261
1262 2004-09-17 [paul]       0.9.12cvs102
1263
1264         * ChangeLog
1265         * ChangeLog.jp
1266         * src/inc.c
1267                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1268  
1269
1270 2004-09-17 [colin]      0.9.12cvs101
1271
1272         * src/main.c
1273                 Fix segfaults when quitting. valgrind says:
1274                         ==12144== Invalid read of size 4
1275                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1276                         [...]
1277                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1278                         [...]
1279                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1280
1281
1282 2004-09-13 [christoph]  0.9.12cvs100
1283
1284         * src/folder.c
1285                 add NULL pointer checks to fix segfault when messages can
1286                 not be fetched
1287
1288 2004-09-08 [colin]      0.9.12cvs99
1289
1290         * src/account.c
1291                 Remove a debug printf
1292
1293 2004-09-08 [christoph]  0.9.12cvs98
1294
1295         * src/procmsg.[ch]
1296                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1297                 if the message structure has been scanned
1298
1299         * src/folder.c
1300                 o scan structure when the mail is fetched for the first time
1301                   to prevent unnecessary fetching of messages while scanning
1302                   the folder for messages
1303                 o revert 0.9.12cvs24
1304
1305         * src/plugins/pgpmime/pgpmime.c
1306                 check signature if auto signature checking is enabled when the
1307                 signature status is requested for first time and not when
1308                 checking if a part has a signature
1309
1310 2004-09-07 [colin]      0.9.12cvs97
1311
1312         * src/inc.c
1313                 Change session error messages so that they
1314                 are a bit more helpful (the origin of the
1315                 error is not apparent if one isn't in 
1316                 front of Sylpheed when it happens).
1317
1318 2004-09-06 [colin]      0.9.12cvs96
1319
1320         * src/toolbar.c
1321                 Fix graying out Redirect in non english languages
1322                 Patch by Fabien Vantard
1323
1324 2004-09-06 [colin]      0.9.12cvs95
1325
1326         * src/summaryview.c
1327         * src/mimeview.c
1328                 Fix dropped URIs
1329
1330 2004-09-06 [colin]      0.9.12cvs94
1331
1332         * src/addressbook.c
1333         * src/addressitem.h
1334         * src/addritem.c
1335         * src/addritem.h
1336                 Add basic drag and drop to addressbook
1337
1338 2004-09-03 [colin]      0.9.12cvs93
1339
1340         * src/summaryview.c
1341                 Next/Prev unread message should start
1342                 from next/prev node (especially if 
1343                 mark_as_read_delay != 0)
1344
1345 2004-09-03 [colin]      0.9.12cvs92
1346
1347         * src/prefs_common.c
1348         * src/prefs_common.h
1349         * src/summaryview.c
1350                 Add an hidden 'mark_as_read_delay' pref 
1351
1352 2004-09-02 [colin]      0.9.12cvs91
1353
1354         * src/gtk/menu.c
1355                 Add unduplicated menu entries (fixes bug 532)
1356                 Patch by Fabien Vantard
1357
1358 2004-09-02 [colin]      0.9.12cvs90
1359
1360         * src/account.c
1361                 Fix bug 582 (broken auto account selection)
1362
1363 2004-09-02 [colin]      0.9.12cvs89
1364
1365         * src/addrindex.c
1366                 Free deleted queries too
1367
1368 2004-09-02 [colin]      0.9.12cvs88
1369
1370         * src/ldapquery.c
1371                 Fix freezes in LDAP, due to memory corruption
1372                 after deletion of a query (and not removing it
1373                 from the corresponding list of queries).
1374                 Very probably fixes bug 567 and bug 569
1375
1376 2004-09-02 [colin]      0.9.12cvs87
1377
1378         * src/prefs_spelling.c
1379                 Fix bug with aspell prefs init, where spell checking
1380                 is enabled at first but dictionary not specified. Use
1381                 LANG's dictionary by default.
1382
1383 2004-09-01 [colin]      0.9.12cvs86
1384
1385         * src/filtering.c
1386         * src/imap.c
1387         * src/prefs_matcher.c
1388         * src/stock_pixmap.c
1389                 Fix more nasty uninitialized variables
1390
1391 2004-08-31 [colin]      0.9.12cvs85
1392
1393         * src/folder.c
1394                 Fix memory corruption when entering procmsg_msginfo_free()
1395                 with unitialized msginfo. Thanks Valgrind.
1396
1397 2004-08-29 [colin]      0.9.12cvs84
1398
1399         * src/mimeview.c
1400                 Don't escape filenames before saving - that's 
1401                 not dangerous. By the way, fix the leak.
1402
1403 2004-08-27 [paul]       0.9.12cvs83
1404
1405         * src/mh.c
1406         * src/procheader.c
1407         * src/procmsg.c
1408         * src/procmsg.h
1409         * src/common/utils.c
1410         * src/gtk/menu.h
1411                 sync with main 0.9.12cvs6, see ChangeLog
1412                 2004-08-24, 2004-08-25, 2004-08-26
1413
1414
1415 2004-08-26 [paul]
1416
1417         * po/ja.po
1418                 updated by Rui Hirokawa
1419
1420 2004-08-25 [colin]      0.9.12cvs82
1421
1422         * src/plugins/pgpmime/pgpmime.c
1423                 Fix leak on non-combined encrypted messages
1424
1425 2004-08-25 [colin]      0.9.12cvs81
1426
1427         * src/plugins/pgpmime/pgpmime.c
1428         * src/plugins/pgpmime/sgpgme.c
1429         * src/plugins/pgpmime/sgpgme.h
1430                 Handle combined encryption/signature
1431
1432 2004-08-24 [colin]      0.9.12cvs80
1433
1434         * src/folder.c
1435                 Set mime flags on non multipart messages too
1436
1437 2004-08-23 [christoph]  0.9.12cvs79
1438
1439         * src/compose.c
1440                 create message header in memory as GString before writing it
1441                 to the message file
1442
1443 2004-08-23 [colin]      0.9.12cvs78
1444
1445         * src/rfc2015.c
1446         * src/rfc2015.h
1447         * src/compose.c
1448                 Fix (again) bug 197: inline encryption broken
1449
1450 2004-08-23 [paul]
1451
1452         * po/zh_CN.po
1453                 updated by Hansom Young
1454
1455 2004-08-23 [paul]
1456
1457         * 0.9.12a released
1458
1459 2004-08-23 [colin]      0.9.12cvs77
1460
1461         * src/imap.c
1462                 Try and fix bug 577 (session->last_access_time is broken since 
1463                 sync with main 0.9.12cvs2). 
1464                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1465
1466 2004-08-23 [paul]
1467
1468         * po/es.po
1469         * po/fr.po
1470         * po/pl.po
1471         * po/pt_BR.po
1472         * po/sk.po
1473         * po/sr.po
1474                 update translations. submitted by Ricardo
1475                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1476                 Frederico Goncalves Guimaraes, Andrej Kacian,
1477                 Urke MMI
1478
1479 2004-08-22 [paul]       0.9.12cvs76
1480
1481         * src/plugins/trayicon/trayicon.c
1482                 fix formatting bug in trayicon_popup_menu_entries[]
1483
1484
1485 2004-08-22 [paul]       0.9.12cvs75
1486
1487         * m4/Makefile.am
1488                 remove reference to openssl.m4
1489
1490
1491 2004-08-21 [colin]      0.9.12cvs74
1492
1493         * src/compose.c
1494                 Fix bug 576 (Duplicate auto-bcc on reedit)
1495
1496 2004-08-21 [colin]      0.9.12cvs73
1497
1498         * src/toolbar.c
1499                 Grey out Redirect in the toolbar when selection is
1500                 multiple. Fixes bug 520
1501
1502 2004-08-21 [colin]      0.9.12cvs72
1503
1504         * src/compose.c
1505                 Save Sign, Encrypt and Mode status when drafting or queuing
1506                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1507                 state)
1508
1509 2004-08-21 [colin]      0.9.12cvs71
1510
1511         * src/summaryview.c
1512                 Fix bug 494 (Messages are always opened in summary 
1513                 view when right clicked.) Also fixes bug 508.
1514
1515 2004-08-21 [colin]      0.9.12cvs70
1516
1517         * src/compose.c
1518                 When using inline encryption, don't use QP or Base64:
1519                 the mail will be encrypted to a 7bit string.
1520                 Fixes bug 197
1521
1522 2004-08-21 [colin]      0.9.12cvs69
1523
1524         * src/compose.c
1525                 Fix inline-signing with 8bit chars: data must be 
1526                 converted to Quoted-printable before signing.
1527
1528 2004-08-21 [colin]      0.9.12cvs68
1529
1530         * src/compose.c
1531                 Remove 'Message/Save to draft folder'
1532                 and 'Message/Save and keep editing' to 
1533                 put a single 'File/Save' command.
1534                 Fixes bug 224
1535
1536 2004-08-21 [colin]      0.9.12cvs67
1537
1538         * src/mainwindow.c
1539                 Fix bug 222 (Summary view state not retained between sessions)
1540
1541 2004-08-20 [colin]      0.9.12cvs66
1542
1543         * src/codeconv.c
1544                 Fix bug 574 (empty cur_locale is not enough)
1545
1546 2004-08-20 [paul]
1547
1548         * src/plugins/pgpmime/plugin.c
1549                 modify PGP/MIME plugin's description
1550
1551 2004-08-16 [colin]      0.9.12cvs65
1552
1553         * src/common/ssl.c
1554                 Fix version comparison
1555
1556 2004-08-16 [colin]      0.9.12cvs64
1557
1558         * src/common/ssl.c
1559                 I meant 2.2.
1560
1561 2004-08-16 [colin]      0.9.12cvs63
1562
1563         * src/common/ssl.c
1564                 People with glibc 2.1 have had problems with non-blocking
1565                 SSL_connect. Disable it for glibc < 2.2.
1566
1567 2004-08-16 [colin]      0.9.12cvs62
1568
1569         * src/common/ssl.c
1570                 Fix format error
1571
1572 2004-08-13 [colin]      0.9.12cvs61
1573
1574         * src/plugins/pgpmime/plugin.c
1575                 Add plugin's description
1576
1577 2004-08-12 [christoph]  0.9.12cvs60
1578
1579         * src/folderutils.c
1580                 fix bug that did not thaw folder updates when deleting
1581                 duplicates in empty folders
1582
1583 2004-08-12 [colin]      0.9.12cvs59
1584
1585         * src/plugins/trayicon/trayicon.c
1586                 Add a context menu with most common operations
1587
1588 2004-08-12 [colin]      0.9.12cvs58
1589
1590         * configure.ac
1591         * sylpheed.desktop
1592         * src/Makefile.am
1593         * src/main.c
1594                 Add support for Freedesktop.org's startup notification
1595
1596 2004-08-10 [colin]      0.9.12cvs57
1597
1598         * src/main.c
1599         * src/common/socket.c
1600         * src/common/ssl.c
1601         * src/common/sylpheed.c
1602         * src/common/sylpheed.h
1603                 Put back the ssl connect nonblocking...
1604                 without the race condition
1605
1606 2004-08-09 [colin]      0.9.12cvs56
1607
1608         * src/main.c
1609         * src/common/ssl.c
1610         * src/common/sylpheed.c
1611         * src/common/sylpheed.h
1612                 Reverting previous commit, doesn't work 
1613
1614 2004-08-09 [colin]      0.9.12cvs55
1615
1616         * src/main.c
1617         * src/common/ssl.c
1618         * src/common/sylpheed.c
1619         * src/common/sylpheed.h
1620                 Make SSL_connect nonblocking, using a thread
1621
1622 2004-08-09 [paul]       0.9.12cvs54
1623
1624         * po/POTFILES.in
1625                 reflect new location of sgpgme.c
1626         * src/main.c
1627                 sync with main, see ChangeLog 2004-08-09
1628
1629 2004-08-08 [christoph]  0.9.12cvs53
1630
1631         * src/folderutils.c
1632                 freeze FolderItem updates while deleting duplicate messages
1633
1634 2004-08-08 [christoph]  0.9.12cvs52
1635
1636         * configure.ac
1637         * src/Makefile.am
1638         * src/main.c
1639         * src/pgpmime.c
1640         * src/pgpmime.h
1641         * src/sgpgme.c
1642         * src/sgpgme.h
1643         * src/plugins/Makefile.am
1644         * src/plugins/pgpmime/.cvsignore
1645         * src/plugins/pgpmime/Makefile.am
1646         * src/plugins/pgpmime/pgpmime.c
1647         * src/plugins/pgpmime/pgpmime.h
1648         * src/plugins/pgpmime/plugin.c
1649         * src/plugins/pgpmime/sgpgme.c
1650         * src/plugins/pgpmime/sgpgme.h
1651                 new plugin for PGP/MIME
1652
1653 2004-08-07 [christoph]  0.9.12cvs51
1654
1655         * src/folder.c
1656                 disable immediate folder change notification on opened folders
1657                 until SummaryView can handle it quickly
1658
1659 2004-08-07 [colin]      0.9.12cvs50
1660
1661         * src/pop.c
1662         * src/common/partial_download.c
1663                 fix warnings
1664
1665 2004-08-07 [colin]      0.9.12cvs49
1666
1667         * src/Makefile.am
1668         * src/account.c
1669         * src/addressbook.c
1670         * src/alertpanel.c
1671         * src/alertpanel.h
1672         * src/compose.c
1673         * src/exphtmldlg.c
1674         * src/expldifdlg.c
1675         * src/main.c
1676         * src/message_search.c
1677         * src/messageview.c
1678         * src/pop.c
1679         * src/sgpgme.c
1680         * src/summary_search.c
1681         * src/summaryview.c
1682         * src/textview.c
1683         * src/gtk/sslcertwindow.c
1684         * src/pixmaps/stock_dialog-error.xpm
1685         * src/pixmaps/stock_dialog-info.xpm
1686         * src/pixmaps/stock_dialog-question.xpm
1687         * src/pixmaps/stock_dialog-warning.xpm
1688                 sync new alertpanel from gtk2
1689
1690 2004-08-07 [colin]      0.9.12cvs48
1691
1692         * src/prefs_folder_item.c
1693                 fix memory corruption in folderitem's prefs
1694
1695 2004-08-06 [colin]      0.9.12cvs47
1696
1697         * src/compose.c
1698                 close compose window after queuing, before 
1699                 sending when user presses Send
1700
1701 2004-08-05 [christoph]  0.9.12cvs46
1702
1703         * src/msgcache.c
1704         * src/common/defs.h
1705                 add charset to cache file and convert charset when reading the
1706                 cache if different from internal used charset
1707
1708 2004-08-05 [christoph]  0.9.12cvs45
1709
1710         * src/messageview.c
1711         * src/mimeview.[ch]
1712         * src/procmime.h
1713         * src/common/utils.h
1714                 cleanup (remove unused includes/reorganize)
1715
1716         * src/prefs_ext_prog.c
1717         * src/prefs_folder_item.c
1718         * src/prefs_fonts.c
1719         * src/prefs_msg_colors.c
1720         * src/prefs_spelling.c
1721         * src/prefs_themes.c
1722         * src/prefs_toolbar.c
1723         * src/prefs_wrapping.c
1724         * src/gtk/prefswindow.[ch]
1725         * src/plugins/clamav/clamav_plugin_gtk.c
1726         * src/plugins/dillo_viewer/dillo_prefs.c
1727         * src/plugins/image_viewer/viewerprefs.c
1728         * src/plugins/spamassassin/spamassassin_gtk.c
1729                 change PrefsPage path into an array of strings and don't
1730                 split a single string into parts (better for translation)
1731
1732 2004-08-05 [christoph]  0.9.12cvs44
1733
1734         * src/folder.c
1735                 fix FolderItem's message counts after rebuilding a cache
1736
1737 2004-08-05 [paul]       0.9.12cvs43
1738
1739         * ChangeLog
1740         * ChangeLog.jp
1741         * src/imap.c
1742         * src/news.c
1743         * src/common/nntp.c
1744         * src/common/session.c
1745         * src/common/session.h
1746         * src/common/socket.c
1747                 sync with main 0.9.12cvs2
1748                 see ChangeLog 2004-08-04
1749
1750 2004-08-04 [christoph]  0.9.12cvs42
1751
1752         * configure.ac
1753                 add missing AC_DEFINE(USE_OPENSSL, ...)
1754         * src/folder.c
1755                 use new xml_node_new() function
1756
1757 2004-08-03 [christoph]  0.9.12cvs41
1758
1759         * src/folder.c
1760         * src/localfolder.c
1761         * src/common/xml.[ch]
1762                 sync with main 0.9.12cvs1
1763                 see ChangeLog 2004-07-23
1764
1765 2004-08-03 [christoph]
1766
1767         * configure.ac
1768         * m4/openssl.m4                 ** REMOVE **
1769                 use pkg-config to get OpenSSL CFLAGS and LIBS
1770                 (OpenSSL 0.9.7 is required now)
1771
1772 2004-08-02 [paul]       0.9.12cvs40
1773
1774         * AUTHORS
1775                 update translation team section
1776         * po/pt_BR.po
1777                 updated by Frederico Goncalves Guimaraes
1778                 <fggdebian@yahoo.com.br>
1779
1780 2004-07-29 [colin]      0.9.12cvs39
1781
1782         * src/messageview.c
1783                 Inform the user when a partially 
1784                 downloaded mail isn't on the server
1785                 anymore (due to Mark for deletion)
1786
1787 2004-07-29 [colin]      0.9.12cvs38
1788
1789         * src/messageview.c
1790                 Hide noticeview if necessary
1791
1792 2004-07-27 [colin]      0.9.12cvs37
1793
1794         * src/msgcache.c
1795                 More fixes (i overlook a bit, thanks
1796                 Christoph for spotting it)
1797
1798 2004-07-27 [colin]      0.9.12cvs36
1799
1800         * src/msgcache.c
1801                 Fix wrong test 
1802
1803 2004-07-26 [colin]      0.9.12cvs35
1804
1805         * src/pop.c
1806                 Fix uidl-file parsing when not in new
1807                 format
1808
1809 2004-07-19 [colin]      0.9.12cvs34
1810
1811         * src/compose.c
1812                 Save attachment status when drafting
1813
1814 2004-07-19 [colin]      0.9.12cvs33
1815
1816         * src/folder.h
1817         * src/folderview.c
1818         * src/summaryview.c
1819                 Reverse 0.9.12cvs29 to 31 (folder icon update
1820                 when quicksearch is active)
1821
1822 2004-07-18 [colin]      0.9.12cvs32
1823
1824         * src/pop.c
1825                 Fix partial download bug with "Download all
1826                 messages" option
1827
1828 2004-07-18 [colin]      0.9.12cvs31
1829
1830         * src/folderview.c
1831                 Fix crash
1832
1833 2004-07-17 [colin]      0.9.12cvs30
1834
1835         * src/summaryview.c
1836                 Same, when sticky search is off
1837
1838 2004-07-17 [colin]      0.9.12cvs29
1839
1840         * src/folder.h
1841         * src/folderview.c
1842         * src/summaryview.c
1843                 Update FolderItem icon whenever its summaryview is 
1844                 filtered
1845
1846 2004-07-16 [christoph]  0.9.12cvs28
1847
1848         * src/mimeview.c
1849                 make doubleclick work again
1850
1851 2004-07-16 [christoph]  0.9.12cvs27
1852
1853         * src/mimeview.c
1854                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1855
1856 2004-07-16 [paul]       0.9.12cvs26
1857         
1858         * src/gtk/quicksearch.c
1859         * src/compose.c
1860         * src/customheader.c
1861         * src/messageview.c
1862         * src/news.c
1863         * src/prefs_account.c
1864         * src/prefs_display_header.c
1865         * src/procheader.c
1866                 replace "Message-Id" with "Message-ID"
1867
1868 2004-07-16 [paul]       0.9.12cvs25
1869
1870         * ChangeLog
1871         * ChangeLog.jp
1872         * src/account.c
1873         * src/account.h
1874         * src/folder_item_prefs.c
1875         * src/main.c
1876         * src/pop.c
1877         * src/pop.h
1878         * src/prefs_account.c
1879         * src/prefs_account.h
1880         * src/prefs_common.c
1881         * src/prefs_common.h
1882         * src/prefs_gtk.c
1883         * src/prefs_gtk.h
1884                 sync with main 0.9.12cvs1
1885
1886 2004-07-15 [colin]      0.9.12cvs24
1887
1888         * src/folder.c
1889                 Disable GPG signature check during
1890                 folder move and scan 
1891         (Closes Bug 521 Signature checking slows down Folder-Move)
1892
1893 2004-07-14 [christoph]  0.9.12cvs23
1894
1895         * src/pgpmime.c
1896                 add missing fclose
1897
1898         * src/procmime.c
1899                 add checks if fopen really worked
1900
1901 2004-07-14 [colin]      0.9.12cvs22
1902
1903         * src/pop.c
1904         * src/common/partial_download.c
1905                 Update includes
1906
1907 2004-07-14 [colin]      0.9.12cvs21
1908
1909         * src/folder.c
1910         * src/inc.c
1911         * src/matcher.c
1912         * src/matcher.h
1913         * src/matcher_parser_parse.y
1914         * src/messageview.c
1915         * src/msgcache.c
1916         * src/noticeview.c
1917         * src/noticeview.h
1918         * src/pop.c
1919         * src/pop.h
1920         * src/prefs_matcher.c
1921         * src/procheader.c
1922         * src/procmsg.c
1923         * src/procmsg.h
1924         * src/summaryview.c
1925         * src/common/Makefile.am
1926         * src/common/defs.h
1927         * src/gtk/quicksearch.c
1928         * src/common/partial_download.c ** NEW FILES **
1929         * src/common/partial_download.h ** NEW FILES **
1930                 Partial downloading of pop3 mails
1931
1932 2004-07-13 [christoph]  0.9.12cvs20
1933
1934         * src/mimeview.c
1935                 use "button_release_event" instead of "button_press_event",
1936                 because executing event callbacks while the button is still
1937                 pressed is not good and causes problems
1938
1939 2004-07-12 [colin]      0.9.12cvs19
1940
1941         * src/gtk/quicksearch.c
1942                 Fix a missing status update in quicksearch
1943
1944 2004-07-08 [colin]      0.9.12cvs18
1945
1946         * src/common/smtp.h
1947                 Fix guint vs gint bug
1948
1949 2004-07-08 [colin]      0.9.12cvs17
1950
1951         * src/common/smtp.c
1952                 use to_human_readable() for sizes
1953
1954 2004-07-08 [paul]       0.9.12cvs16
1955
1956         * src/inc.c [1.174]
1957                 fix occasional non-clearance of the statusbar
1958                 (close Bug 531 'SA plugin: status bar does not 
1959                  get cleared in OFFLINE mode')
1960
1961 2004-07-07 [colin]      0.9.12cvs15
1962
1963         * src/prefs_common.c [1.225]
1964         * src/prefs_common.h [1.112]
1965                 Add a hidden summary_quicksearch_sticky preference,
1966                 to allow the quicksearch bar to reset across folders
1967         * src/summaryview.c [1.437]
1968                 Use this preference
1969         * src/gtk/quicksearch.c [1.5]
1970         * src/gtk/quicksearch.h [1.3]
1971                 Add this preference, fix focus when hitting Enter,
1972                 add handling of Esc key to reset
1973
1974 2004-07-06 [colin]      0.9.12cvs14
1975
1976         * src/gtk/quicksearch.c [1.4]
1977                 Add Clear button
1978
1979 2004-07-06 [christoph]  0.9.12cvs13
1980
1981         * src/toolbar.c
1982                 enable next unread button in empty folders if next folder
1983                 dialog is not disabled
1984
1985         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1986          folders)
1987
1988 2004-07-06 [colin]      0.9.12cvs12
1989
1990         * src/common/smtp.c [1.16]
1991                 Display maximum message size in the log
1992
1993 2004-07-06 [paul]       0.9.12cvs11
1994
1995         * src/toolbar.c
1996                 fix typo. (spotted by Fabien Vantard)
1997
1998 2004-07-06 [paul]       0.9.12cvs10
1999
2000         * src/main.c
2001                 terminate cleanly on SIGHUP. Patch submitted by
2002                 Thomas Gilgin <thg@karate-muellheim.de>
2003
2004 2004-07-05 [christoph]  0.9.12cvs9
2005
2006         * src/inc.c
2007                 better replacing of %d in new mail notification command
2008
2009 2004-07-05 [colin]      0.9.12cvs8
2010
2011         * src/common/smtp.[ch]
2012                 Take SIZE (returned by EHLO) into account, and
2013                 avoid sending too big messages
2014
2015 2004-07-04 [paul]       0.9.12cvs7
2016
2017         * src/account.c
2018                 fix auto-account selection on imap/news
2019
2020 2004-07-01 [paul]       0.9.12cvs6
2021
2022         * src/gtk/quicksearch.c
2023                 reveal hidden string in gui
2024                 
2025         * src/compose.c
2026                 fix updating of gpg signing setting on 
2027                 switching accounts
2028
2029 2004-06-30 [darko]      0.9.12cvs5
2030
2031         * src/common/utils.c
2032                 remove expand_search_string()
2033         * src/gtk/quicksearch.c
2034                 remove no longer needed for loop (thanks Christoph)
2035                 add expand_search_string()
2036
2037 2004-06-30 [darko]      0.9.12cvs4
2038
2039         * src/common/utils.c
2040                 allow all filtering expressions in quicksearch
2041
2042         (Closes Bug 519 filtering expr. in quicksearch)
2043
2044 2004-06-30 [christoph]  0.9.12cvs3
2045
2046         * configure.ac
2047                 better 'localedir'
2048
2049         * src/common/intl.h
2050                 allow plugins to define TEXTDOMAIN for the _(...) macro
2051
2052 2004-06-30 [paul]       0.9.12cvs2
2053
2054         * po/POTFILES.in
2055           src/Makefile.am
2056           src/main.c
2057           src/prefs_common.c
2058           src/prefs_msg_colors.[ch]     ** NEW FILES **
2059                 move message colouring options to
2060                 '/Other Preferences/Message View/Colors'
2061
2062 2004-06-30 [paul]       0.9.12cvs1
2063
2064         * po/POTFILES.in
2065           src/Makefile.am
2066           src/main.c
2067           src/prefs_common.c
2068           src/prefs_wrapping.[ch]       ** NEW FILES **
2069                 move message wrapping options to
2070                 /'Other Preferences/Compose/Message Wrapping'
2071
2072 2004-06-28 [paul]       0.9.12
2073
2074         * Sylpheed-Claws 0.9.12 released
2075
2076         * po/es.po
2077           po/fr.po
2078           po/sk.po
2079                 updated by Ricardo Mones Lastra, Fabien Vantard,
2080                 Andrej Kacian
2081
2082 2004-06-27 [paul]       0.9.11cvs19
2083
2084         * src/common/ssl.c
2085                 re-enable certificate check
2086
2087 2004-06-25 [christoph]  0.9.11cvs18
2088
2089         * src/procmsg.h
2090                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2091
2092 2004-06-25 [paul]       0.9.11cvs17
2093
2094         * sync with main 0.9.12cvs1
2095                 see ChangeLog 2004-06-23
2096                 
2097         * src/gtk/menu.c
2098                 remove unused menu_toggle_toggle()
2099
2100 2004-06-23 [christoph]  0.9.11cvs16
2101
2102         * src/folder.c
2103         * src/procheader.c
2104         * src/procmsg.h
2105         * src/summaryview.c
2106                 scan the mime structure of multipart mails for correct
2107                 attachment, encryped and signed (with privacy API) part
2108                 detection
2109
2110         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2111
2112 2004-06-22 [paul]
2113
2114         * po/ru.po
2115                 updated by Pavlo Bohmat
2116
2117 2004-06-20 [christoph]  0.9.11cvs15
2118
2119         * src/inc.c
2120         * src/pop.[ch]
2121                 disconnect after authentication when doing POP before SMTP
2122
2123         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2124
2125 2004-06-19 [christoph]  0.9.11cvs14
2126
2127         * src/folder.c
2128                 fix FolderItem name update
2129
2130         (Closes Bug 511 Folder-Renaming not reflected immediately)
2131
2132 2004-06-17 [paul]       0.9.11cvs13
2133         
2134         * sync with main 0.9.12 release
2135           src/session.c
2136                 session_set_timeout(): fixed a bug that didn't
2137                 reset timeout_tag when interval is 0.
2138
2139 2004-06-16 [christoph]  0.9.11cvs12
2140
2141         * src/textview.c
2142                 correctly clear the URL in the status bar
2143
2144 2004-06-15 [christoph]  0.9.11cvs11
2145
2146         * src/summaryview.c
2147                 add missing gtk_widget_show()
2148
2149 2004-06-11 [christoph]  0.9.11cvs10
2150
2151         * src/plugins/spamassassin/spamassassin.c
2152                 correctly check waitpid return code
2153
2154         (Closes Bug 396 Zombie process when spamassassin is called)
2155
2156 2004-06-10 [christoph]  0.9.11cvs9
2157
2158         * src/mainwindow.c
2159         * src/summaryview.[ch]
2160         * src/gtk/Makefile.am
2161         * src/gtk/quicksearch.c                         ** NEW **
2162                 separate quick search from summaryview
2163
2164 2004-06-09 [christoph]  0.9.11cvs8
2165
2166         * src/inc.c
2167                 remove unused code
2168
2169         * src/textview.c
2170                 get folder for compose default account from MsgInfo and not
2171                 from SummaryView
2172
2173 2004-06-09 [christoph]  0.9.11cvs7
2174
2175         * src/folder.[ch]
2176                 add information about added or removed messages to
2177                 FOLDER_ITEM_UPDATE hook
2178
2179         * src/imap_gtk.c
2180         * src/mh_gtk.c
2181                 scan folder when removing a folder failed instead of
2182                 updating the summaryview
2183
2184 2004-06-08 [paul]       0.9.11cvs6
2185
2186         * sync with main 0.9.11cvs2
2187                 see ChangeLog 2004-06-08
2188
2189 2004-06-07 [christoph]  0.9.11cvs5
2190
2191         * configure.ac
2192         * src/common/Makefile.am
2193                 detect library providing 'encrypt' function
2194
2195 2004-06-07 [paul]       0.9.11cvs4
2196
2197         * src/inc.c
2198                 sync with main, 'code cleanup'
2199                 
2200         * tools/nautilus2sylpheed.sh
2201                 fix whitespace limitation. patch submitted by
2202                 Stephan Sachse <white@teg-clan.de>
2203
2204 2004-06-04 [christoph]  0.9.11cvs3
2205
2206         * src/account.c
2207         * src/action.[ch]
2208         * src/addressbook.c
2209         * src/addrindex.h
2210         * src/folder.h
2211         * src/folder_item_prefs.c
2212         * src/inc.c
2213         * src/main.c
2214         * src/messageview.c
2215         * src/mh_gtk.c
2216         * src/prefs_themes.c
2217         * src/procmime.c
2218         * src/quote_fmt.h
2219         * src/stock_pixmap.c
2220         * src/toolbar.c
2221                 fix compiler warnings
2222
2223 2004-06-03 [paul]       0.9.11cvs2
2224
2225         * src/msgcache.c
2226                 sync with main 0.9.11cvs1: "changed gint32 to
2227                 guint32 for some platforms"
2228
2229 2004-06-02 [christoph]  0.9.11cvs1
2230
2231         * src/common/ssl.c
2232                 fix SSL_CTX variable name for older OpenSSL versions
2233
2234         (Closes Bug 503 fix compilation with older OpenSSL)
2235
2236 2004-05-31 [paul]       0.9.11claws
2237
2238         * 0.9.11claws released
2239
2240 2004-05-31 [paul]       0.9.10claws72
2241
2242         * po/es.po
2243           po/it.po
2244           po/ja.po
2245           po/pl.po
2246           po/sk.po
2247           po/sr.po
2248           po/zh_CN.po
2249                 update translations, submitted by Ricardo Mones Lastra,
2250                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2251                 Urke MMI, and Hansom Young
2252
2253 2004-05-25 [luke]       0.9.10claws71
2254
2255         * AUTHORS
2256         * src/mimeview.c
2257         * src/stockpixmap.[ch]
2258         * src/Makefile.am
2259         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2260         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2261         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2262         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2263         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2264
2265                 o Added privacy emblems from Jesper Shultz 
2266                   <jesper@schultz-net.dk>
2267                 o Overlay emblems onto mimeview icons to indicate
2268                   status of signature and if a message is encrypted
2269         
2270         * src/textview.c
2271                 remove unused color definitions (were used to 
2272                 indicate sig status)
2273
2274 2004-05-25 [paul]       0.9.10claws70
2275
2276         * AUTHORS
2277           tools/Makefile.am
2278           tools/README
2279           tools/nautilus2sylpheed.sh            ** NEW FILE **
2280                 add script to enable sending files from
2281                 nautilus.
2282                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2283                 
2284         * tools/launch_firebird                 ** REMOVED **
2285                 removed as the standard "firefox '%s'" now functions
2286                 correctly
2287
2288 2004-05-23 [paul]       0.9.10claws69
2289
2290         * src/compose.c
2291                 fix %X cursor point segfault
2292                 patch by Christoph
2293
2294 2004-05-23 [christoph]  0.9.10claws68
2295
2296         * src/folder.c
2297                 fix folder moving
2298
2299 2004-05-21 [paul]       0.9.10claws67
2300
2301         * sync with 0.9.10cvs17
2302                 see ChangeLog 2004-05-21
2303
2304 2004-05-20 [paul]       0.9.10claws66
2305
2306         * sync with 0.9.10cvs16
2307                 see ChangeLog 2004-05-19 and 2004-05-20
2308
2309 2004-05-19 [alfons]     0.9.10claws65
2310
2311         * src/summaryview.h
2312                 on some platforms regoff_t is defined as off_t, so 
2313                 pull in sys/types.h
2314
2315 2004-05-19 [paul]       0.9.10claws64
2316
2317         * sync with 0.9.10cvs13
2318                 see ChangeLog 2004-05-18
2319
2320 2004-05-17 [christoph]  0.9.10claws63
2321
2322         * src/folder.c
2323                 search all folders when searching for default folders and
2324                 not return the special folder of the first folder
2325
2326 2004-05-13 [alfons]     0.9.10claws62
2327
2328         * src/summaryview.c
2329                 add a better check to see if a message is a news message
2330                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2331
2332 2004-05-13 [paul]       0.9.10claws61
2333
2334         * src/msgcache.c
2335                 sync with 0.9.10cvs12
2336                 see ChangeLog 2004-05-12
2337
2338 2004-05-12 [alfons]     0.9.10claws60
2339
2340         * src/folderview.c
2341                 release lock in case of folder could not be opened 
2342
2343 2004-05-11 [christoph]  0.9.10claws59
2344
2345         * src/inc.[ch]
2346                 remove unused folderview update stuff from inc.[ch]
2347
2348 2004-05-11 [paul]       0.9.10claws58
2349
2350         * sync with 0.9.10cvs11
2351                 see ChangeLog 2004-05-10 and 2004-05-11
2352
2353 2004-05-09 [christoph]  0.9.10claws57
2354
2355         * src/folderview.c
2356                 check for folder class functions and not folder type to detect
2357                 valid drag targets
2358
2359 2004-05-08 [christoph]  0.9.10claws56
2360
2361         * src/sgpgme.c
2362                 fix date output for signature expire times
2363
2364         (Patch by Edgar Toernig <froese@gmx.de>)
2365
2366 2004-05-06 [christoph]  0.9.10claws55
2367
2368         * src/gtk/prefswindow.c
2369                 change window type to DIALOG
2370
2371         * src/folder.[ch]
2372         * src/folderview.c
2373         * src/news_gtk.c
2374                 o add folder_remove()
2375                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2376                 o add new "sort" field to Folder, no longer sort folders by type
2377                   higher sort values will be first in the folder list, new folders get 0
2378                   and will be added to the end
2379
2380         * src/mainwindow.c
2381         * src/gtk/Makefile.am
2382         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2383                 add dialog to allow users to change the folder order
2384
2385 2004-05-04 [paul]       0.9.10claws54
2386
2387         * src/inc.c
2388                 Display account_name in statusbar when retrieving
2389                 messages from a pop account
2390         * src/prefs_account.c
2391                 display account name in title of prefs_account
2392                 window
2393         * src/prefs_folder_item.c
2394                 display folder name in title of prefs_folder window
2395
2396         all 3 patches submitted by Fabien Vantard
2397
2398         * AUTHORS
2399                 add Fabien Vantard
2400
2401 2004-05-04 [paul]       0.9.10claws53
2402
2403         * src/prefs_actions.c
2404           src/prefs_template.c
2405                 'Esc' Key exits alertpanel
2406                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2407
2408 2004-04-26 [christoph]  0.9.10claws52
2409
2410         * src/gtk/about.c
2411         * src/gtk/colorsel.c
2412         * src/gtk/description_window.c
2413         * src/gtk/filesel.c
2414         * src/gtk/gtkaspell.c
2415         * src/gtk/inputdialog.c
2416         * src/gtk/pluginwindow.c
2417         * src/gtk/progressdialog.c
2418                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2419                   it does not work correctly with xinerama
2420                 o lock incorporation while the plugin window is open
2421
2422 2004-04-23 [paul]       0.9.10claws51
2423
2424         * po/POTFILES.in
2425                 update location of inputdialog.c
2426                 
2427         * src/gtk/about.c
2428                 update Copyright string
2429                 
2430         * src/msgcache.c
2431           src/prefs_common.c
2432           src/prefs_themes.c
2433                 improve the english a little
2434
2435 2004-04-22 [christoph]  0.9.10claws50
2436
2437         * src/folderutils.[ch]
2438                 add folderutils_mark_all_read()
2439
2440         * src/folderview.c
2441                 readd "mark all read" from popup menu, now works
2442                 in all folders and not only the opened folder
2443
2444 2004-04-21 [christoph]  0.9.10claws49
2445
2446         * src/Makefile.am
2447         * src/inputdialog.[ch]                  ** REMOVED **
2448         * src/gtk/Makefile.am
2449         * src/gtk/inputdialog.[ch]              ** NEW **
2450                 move inputdialog.[ch] into gtk directory
2451
2452         * src/mh_gtk.c
2453                 remove check for missing IMAP folder account
2454
2455 2004-04-20 [christoph]  0.9.10claws48
2456
2457         * src/mainwindow.c
2458         * src/foldersel.c
2459                 remove new/rename/delete folder GUI functions because
2460                 they are always active, even for news folders, and can
2461                 not be easily made folder class dependent
2462
2463         * src/gtk/menu.[ch]
2464                 make menu_translate() public
2465
2466         * src/Makefile.am
2467         * src/folder.[ch]
2468         * src/folderview.[ch]
2469         * src/imap_gtk.[ch]                     ** NEW **
2470         * src/main.c
2471         * src/mh_gtk.[ch]                       ** NEW **
2472         * src/news_gtk.[ch]                     ** NEW **
2473                 o dynamically build FolderView popup menus from a folder
2474                   specific part, with callbacks to seperated code, and
2475                   a common part
2476                 o remove the folder class specifiy code from folderview.c
2477
2478 2004-04-15 [luke]       0.9.10claws47
2479
2480         * src/prefs_folder_item.c
2481                 o remove buttons for applying 'scan for new mail'
2482                   and 'process at startup' to sub folders
2483                 o add 'apply to sub folder' check buttons for all
2484                   properties and set folder prefs accordingly
2485                 o replace multiple gtk_widget_show() with one
2486                   gtk_widget_show_all() on container
2487
2488 2004-04-14 [darko]      0.9.10claws46
2489
2490         * src/gtk/Makefile.am
2491         * src/gtk/pluginwindow.c
2492                 load plugins from to $(prefix)/lib/sylpheed/plugins
2493                 in file selection dialog
2494         * src/plugins/clamav/clamav_plugin.c
2495                 const correctness
2496
2497 2004-04-14 [christoph]  0.9.10claws45
2498
2499         * src/folder.c
2500         * src/plugins/image_viewer/viewer.c
2501                 fix g_warnings
2502
2503 2004-04-10 [alfons]     0.9.10claws44
2504         
2505         * src/compose.c
2506                 appropriate auto account selection when forwarding
2507                 (fixes bug #476, "forward as attachment does not listen
2508                 to account rules")
2509
2510 2004-04-09 [alfons]     0.9.10claws43
2511
2512         * src/summaryview.c
2513                 make quick search combo matching case sensitive
2514
2515 2004-04-06 [alfons]     0.9.10claws42
2516
2517         * src/addr_compl.c
2518                 use cursor position to prevent clearing the entire entry
2519
2520 2004-04-06 [alfons]     0.9.10claws41
2521
2522         * src/folderview.c
2523                 fix bug #472, "filter not updated when renaming folder" 
2524
2525 2004-04-06 [alfons]     0.9.10claws40
2526
2527         * src/messageview.[ch]
2528           src/summaryview.c
2529                 reflect changes to Show all headers to main view
2530                 and message view (only affects detached message
2531                 view). see also bug #473, 'Show All Headers 
2532                 "problem"'.
2533
2534 2004-04-03 [alfons]     0.9.10claws39
2535
2536         * src/matcher.c
2537                 free address list
2538
2539 2004-04-03 [alfons]     0.9.10claws38
2540
2541         * src/matcher_parser_parse.y
2542           src/matcher.[ch]
2543                 prepare address look up matcher type; marginally
2544                 tested, and not hooked into the UI yet.
2545
2546                 basically it accepts the result of the left hand
2547                 side of the matcher (the "criteria"):
2548
2549                         from all_in_addressbook ""
2550                         ~to_or_cc any_in_addressbook ""
2551                 
2552                 the first case matches all addresses found in the
2553                 from header, and the second case matches if any
2554                 (at least one) of the addresses in to or cc headers 
2555                 are not in the address book.
2556
2557                 the string argument is not used yet, but is intended
2558                 to match a group of addresses 
2559
2560 2004-04-02 [luke]       0.9.10claws37
2561
2562         * src/prefs_folder_item.c
2563                 Add two buttons to apply 'scan for new mail'
2564                 and 'process at startup' to sub folders
2565
2566 2004-04-02 [luke]
2567         * tools/textviewer.sh
2568                 better filename extension matching plus some support for
2569                 MS Excel, MS Powerpoint and HTML
2570
2571 2004-03-29 [christoph]  0.9.10claws36
2572
2573         * src/folder.h
2574         * src/folderutils.[ch]
2575         * src/mainwindow.c
2576                 add delete duplicates for all folders
2577
2578 2004-03-29 [alfons]     0.9.10claws35
2579
2580         * src/folder.c
2581                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2582                 when selecting top-level folder node (thanks to 
2583                 Alex S. Moore)
2584
2585 2004-03-28 [keith]      0.9.10claws34
2586
2587         * src/textview.c
2588                 prepend "http://" to URIs of the form "www.example.com"
2589
2590 2004-03-28 [paul]       0.9.10claws33
2591
2592         * src/common/nntp.c
2593           src/common/smtp.c
2594           src/folder.c
2595           src/imap.c
2596           src/inc.c
2597           src/news.c
2598           src/pop.c
2599                 revise 'translatable string' policy:
2600                 don't translate debug_print() or log_print(),
2601                 translate log_message() and log_warning()
2602         
2603         * po/zh_CN.po
2604                 update submitted by Hansom Young
2605
2606 2004-03-25 [alfons]     0.9.10claws32
2607
2608         * src/prefs_common.c
2609                 I mean this one: Return the GList...
2610
2611 2004-03-25 [alfons]     0.9.10claws31
2612
2613         * src/prefs_common.h
2614                 add new members at the end of prefs_common, so
2615                 they get properly initialized
2616
2617 2004-03-24 [christoph]  0.9.10claws30
2618
2619         * src/imap.c
2620                 o NULL is a valid GSList
2621
2622 2004-03-24 [alfons]     0.9.10claws29
2623
2624         * src/prefs_common.[ch]
2625           src/summaryview.c
2626           src/common/defs.h
2627                 add history to quick search (patch submitted by 
2628                 Ivan Francolin Martinez - thanks!)
2629
2630 2004-03-24 [alfons]     0.9.10claws28
2631
2632         * src/imap.c
2633                 NULL output pointer parameter
2634
2635 2004-03-21 [alfons]     0.9.10claws27
2636
2637         * src/addrindex.[ch]
2638           src/addr_compl.c
2639                 complete addresses on nicks and aliases
2640
2641 2004-03-21 [alfons]     0.9.10claws26
2642
2643         * src/import.c
2644           src/inc.c
2645           src/mbox.[ch]
2646                 disable filters on import mbox (patch submitted
2647                 by Edgar Toernig)
2648
2649 2004-03-21 [darko]      0.9.10claws25
2650
2651         * src/addr_compl.c
2652                 select the address when only one match is found while
2653                 doing address completion with tab key (feature
2654                 request #914720)
2655
2656 2004-03-21 [alfons]     0.9.10claws24
2657
2658         * src/messageview.c
2659           src/toolbar.c
2660                 don't `navigate-delete` when a summary view's selection does not 
2661                 match the accompanying message view's message
2662
2663 2004-03-20 [alfons]     0.9.10claws23
2664
2665         * src/summaryview.c
2666                 hide ext search button on initial display (should fix bug #459,
2667                 "Toggling quick-search at 1st time: minor UI inconsistency")
2668
2669 2004-03-20 [alfons]     0.9.10claws22
2670
2671         * src/summaryview.[ch]
2672                 add function to get selected msginfo, if there's
2673                 only one selected
2674
2675 2004-03-20 [paul]       0.9.10claws21
2676
2677         * sync with 0.9.10cvs7
2678                 see ChangeLog 2004-03-19
2679
2680 2004-03-19 [paul]       0.9.10claws20
2681
2682         * src/common/nntp.c
2683           src/common/smtp.c
2684           src/common/ssl.c
2685           src/folder.c
2686           src/imap.c
2687           src/inc.c
2688           src/news.c
2689           src/pop.c
2690                 don't translate strings in debug_print(), log_print(),
2691                 log_message(),  and log_warning()
2692
2693 2004-03-19 [alfons]     0.9.10claws19
2694
2695         better next/previous/delete/focus navigation with separate 
2696         message view 
2697         
2698         * src/toolbar.c
2699                 call summaryview_delete() instead of messageview_delete()
2700         * src/messageview.c
2701                 disable messageview_delete()
2702
2703 2004-03-18 [paul]       0.9.10claws18
2704
2705         * sync with 0.9.10cvs6
2706                 see ChangeLog 2004-03-16
2707
2708 2004-03-17 [alfons]     0.9.10claws17
2709
2710         * src/gtk/filesel.c
2711                 remove bogus semicolon after if() (sometimes it pays to
2712                 read LKML :)
2713
2714 2004-03-15 [darko]      0.9.10claws16
2715
2716         * src/gtk/filesel.c
2717                 support full path in place of a filename
2718         * src/mimeview.c
2719                 store directory attachments were saved to and
2720                 use it when saving attachments
2721         * src/prefs_common.[hc]
2722                 store directory attachments were last saved to
2723
2724 2004-03-15 [paul]       0.9.10claws15
2725
2726         * src/folderview.c
2727                 fix bug where unsubscribing a newsgroup would destroy
2728                 (most of the) filtering rules
2729
2730 2004-03-15 [paul]       0.9.10claws14
2731
2732         * src/folderview.c
2733                 fix Bug 458, 'Folder View remaining empty after 
2734                 removing a NEWS account' (was also true of IMAP
2735                 accounts)
2736
2737 2004-03-15 [paul]       0.9.10claws13
2738
2739         * src/folderview.c
2740                 fix folderview invisibility of newly subscribed
2741                 newsgroups
2742
2743 2004-03-13 [paul]       0.9.10claws12
2744
2745         * src/compose.c
2746           src/plugins/dillo_viewer/dillo_prefs.c
2747           src/plugins/image_viewer/viewerprefs.c
2748                 gettextise some forgotten parts
2749
2750 2004-03-13 [alfons]     0.9.10claws11
2751
2752         * src/imap.c
2753                 make sure the correct type is passed to sscanf()
2754
2755 2004-03-13 [paul]       0.9.10claws10
2756
2757         * sync with 0.9.10cvs5
2758                 see ChangeLog 2004-03-02 and 2004-03-12, 
2759                 specifically:
2760                 'always move messages by default when using DnD (except 
2761                 for News folder). Copy messages if Ctrl-key is pressed.'
2762                 and 'added a function to filter selected messages'
2763
2764 2004-03-12 [christoph]  0.9.10claws9
2765
2766         * src/codeconv.c
2767                 add parameter check to conv_unmime_header_overwrite()
2768
2769         * src/imap.c
2770                 o fix spelling
2771                 o fix removing of NEW flag when UNREAD is unset
2772
2773         * src/procmime.c
2774                 decode MIME-headers
2775
2776         (Closes 437 i18n attachment display error.)
2777
2778 2004-03-12 [paul]       0.9.10claws8
2779
2780         * po/it.po
2781                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2782                 
2783         * tools/Makefile.am
2784                 add 'textviewer.sh'
2785
2786 2004-03-12 [alfons]     0.9.10claws7
2787
2788         * src/imap.c
2789                 o quiet compiler and typecast Folder * to IMAP Folder *
2790                 o wake up and fix my previous incompatible type assignment bug
2791
2792 2004-03-12 [alfons]     0.9.10claws6
2793
2794         * src/imap.c
2795                 don't mix up pointers to int, guint32 _and_ 
2796                 unsigned int 
2797
2798 2004-03-12 [christoph]  0.9.10claws5
2799
2800         * src/folderview.c
2801                 Add error requester when renaming a folder failed
2802
2803         * src/imap.c
2804                 Check new FolderItem name for namespace seperator
2805                 before renaming
2806
2807         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2808
2809 2004-03-11 [christoph]  0.9.10claws4
2810
2811         * src/folder.[ch]
2812         * src/imap.c
2813         * src/procmsg.h
2814                 syncronize flags in cache with IMAP folder flags
2815
2816         Adapted a patch submitted by Simon 'corecode' Schubert
2817         <corecode@corecode.ath.cx> 
2818
2819
2820 2004-03-11 [alfons]     0.9.10claws3
2821
2822         * src/textview.[ch]
2823                 remove dead code that at one time controlled display of
2824                 URIs in status bar
2825
2826 2004-03-10 [paul]       0.9.10claws2
2827
2828         * po/it.po
2829                 updated by Lupino <lupin85@email.it>
2830
2831 2004-03-09 [alfons]     0.9.10claws1
2832
2833         * src/matcher.c
2834                 we're not using yywrap, but we may, so close yyin instead
2835                 of initial FILE *
2836
2837 2004-03-08 [paul]       0.9.10claws
2838
2839         * 0.9.10claws released
2840
2841 2004-03-08 [paul]       0.9.9claws41
2842
2843         * po/es.po
2844           po/ja.po
2845           po/ru.po
2846           po/sk.po
2847           po/sr.po
2848           po/zh_CN.po
2849                 update translations. submitted by Ricardo Mones Lastra,
2850                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2851                 Hansom Young
2852
2853 2004-03-06 [paul]       0.9.9claws40
2854
2855         * src/stock_pixmap.c
2856                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2857                 patch submitted by Pawel Pekala
2858
2859 2004-03-06 [alfons]             0.9.9claws39
2860
2861         * src/addrindex.c
2862                 allow nick name completion again 
2863
2864 2004-03-02 [match]              0.9.9claws38
2865
2866         * configure.ac
2867                 added definition of USE_LDAP_TLS to support TLS.
2868         * src/ldapctrl.[ch]
2869         * src/ldapquery.c
2870         * src/ldapserver.[ch]
2871         * src/addressbook.c
2872         * src/addrindex.c
2873         * src/editldap.c
2874                 included LDAP TLS support.
2875
2876 2004-03-02 [christoph]          0.9.9claws37
2877
2878         * src/folder.[ch]
2879                 o add more documentation for FolderClass
2880                 o remove usused FolderClass virtual functions
2881
2882         * src/imap.c
2883         * src/mh.c
2884         * src/news.c
2885                 change creation of FolderClass because static initializations
2886                 for structs suck in C89
2887
2888 2004-03-01 [paul]
2889
2890         * sync with 0.9.10
2891
2892 2004-02-28 [keith]      0.9.9claws36
2893
2894         * src/common/utils.c
2895                 Fix treatment of whitespace in quicksearch bar (leading
2896                 spaces and >1 space between commands and parameters).
2897
2898 2004-02-27 [alfons]     0.9.9claws35
2899
2900         * src/compose.[ch]
2901                 Explicitly remove draft timeout to fix nasty race between 
2902                 compose_send_cb() (which destroys the compose window) and 
2903                 compose_defer_auto_save_draft() (which expects compose 
2904                 window to exist). Should fix Keith's and Fred Marton's
2905                 bug report (#128, "crash after complaining about character
2906                 set conversion")
2907
2908 2004-02-27 [luke]       0.9.9claws34
2909         
2910         * src/folder.c
2911                 Do folder_item_apply_processing() even if no processing
2912                 rules for the folder exist (so global processing is applied)
2913
2914 2004-02-26 [thorsten]   0.9.9claws33
2915
2916         * src/mimeview.c
2917                 Remove misleading static declaration
2918
2919 2004-02-26 [alfons]     0.9.9claws32
2920
2921         * src/procmime.[ch]
2922           src/compose.c
2923           src/mimeview.c
2924           src/textview.c
2925                 use/add procmime_get_content_type_str() as a safe wrapper
2926                 for returning a Content-Type type string; should fix 
2927                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2928                  - attachments."
2929
2930 2004-02-26 [thorsten]   0.9.9claws31
2931
2932         * src/mimeview.c
2933                 Restructure save_as/save_all
2934
2935 2004-02-26 [alfons]     0.9.9claws30
2936
2937         * src/procmime.c
2938                 clean up (2)
2939
2940 2004-02-26 [alfons]     0.9.9claws29
2941
2942         * src/procmime.c
2943                 clean up (1)
2944
2945 2004-02-24 [luke]
2946
2947         * tools/textviewer.sh
2948                 tweaks from Johann Koenig, recognition of shell
2949                 scripts in particular
2950
2951 2004-02-24 [paul]       0.9.9claws28
2952
2953         * sync with 0.9.9cvs13
2954                 see ChangeLog 2004-02-24
2955
2956 2004-02-23 [paul]       0.9.9claws27
2957
2958         * src/inc.c
2959                 one alertpanel on pop3 authentication error will suffice
2960                 
2961         * src/prefs_fonts.c
2962                 remove unnecessary printf
2963
2964 2004-02-22 [alfons]     0.9.9claws26
2965
2966         * src/messageview.c
2967                 put back a lost check
2968
2969 2004-02-21 [alfons]     0.9.9claws25
2970
2971         * src/folderview.c
2972                 don't forget to save folder properties after renaming folder
2973
2974 2004-02-20 [paul]       0.9.9.claws24
2975
2976         * src/addressbook.c
2977                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2978                 
2979         * src/inc.c
2980                 complete sync with 0.9.9cvs9's 'update folderview
2981                 progressively'
2982                 
2983         * configure.ac
2984                 require gettext >= 0.12.1
2985
2986 2004-02-17 [match]      0.9.9claws23
2987
2988         * src/compose.c
2989                 keep the peace - change style.
2990
2991 2004-02-17 [alfons]     0.9.9claws22
2992
2993         * src/filtering.c
2994                 make MATCHACTION_STOP cancel filtering / processing;
2995                 clean up and document it to make it a little bit more clear;
2996
2997 2004-02-17 [alfons]     0.9.9claws21
2998
2999         %X marks the cursor spot for reply quote format
3000
3001         * src/quote_fmt_lex.l 
3002           src/quote_fmt.c
3003                 add %X token
3004                 
3005         * src/quote_fmt.h
3006           src/quote_fmt_parse.y
3007                 handle %X token
3008                 
3009         * src/compose.c
3010                 handle %X token for replies only (for now)
3011
3012 2004-02-17 [paul]       0.9.9claws20
3013
3014         * po/sk.po
3015                 updated by Andrej Kacian
3016                 
3017         * src/news.c
3018                 remove unneeded include
3019                 
3020         * src/prefs_fonts.c
3021                 be a little more user-friendly with the labels
3022                 
3023         * configure.ac
3024                 a change forgotten in the last commit: 
3025                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3026
3027 2004-02-17 [paul]       0.9.9claws19
3028
3029         * ac/*                          ** REMOVED **
3030           ac/                           ** REMOVED **
3031           intl/Makefile.in              ** REMOVED **
3032           m4/                           ** NEW **
3033           m4/missing                    ** NEW **
3034           m4/missing/gdk-pixbuf.m4      ** NEW **
3035           m4/missing/gettext.m4         ** NEW **
3036           m4/missing/gpgme.m4           ** NEW **
3037           m4/missing/imlib.m4           ** NEW **
3038           m4/.cvsignore                 ** NEW **
3039           m4/Makefile.am                ** NEW **
3040           m4/README                     ** NEW **
3041           m4/aclocal-include.m4         ** NEW **
3042           m4/aspell.m4                  ** NEW **
3043           m4/check-type.m4              ** NEW **
3044           m4/gnupg-check-typedef.m4     ** NEW **
3045           m4/openssl.m4                 ** NEW **
3046           m4/spamassassin.m4            ** NEW **
3047           po/ChangeLog                  ** REMOVED **
3048           po/Makefile.in.in             ** REMOVED **
3049           po/Rules-quot                 ** REMOVED **
3050           po/boldquot.sed               ** REMOVED **
3051           po/en@boldquot.header         ** REMOVED **
3052           po/en@quot.header             ** REMOVED **
3053           po/insert-header.sin          ** REMOVED **
3054           po/quot.sed                   ** REMOVED **
3055           po/remove-potcdate.sed        ** REMOVED **
3056           po/remove-potcdate.sin        ** REMOVED **
3057           po/stamp-po                   ** REMOVED **
3058           Makefile.am
3059           autogen.sh
3060           configure.ac
3061                 enable building with automake 1.8.x
3062                 add 'autopoint' to autogen.sh and remove all
3063                 auto-generated files, remove ac/ in favour of
3064                 m4/
3065
3066 2004-02-17 [alfons]     0.9.9claws18
3067         
3068         * src/summaryview.c
3069                 MSG_IS_NEWS() is not stored at all, and is bogus
3070
3071 2004-02-17 [martin]     0.9.9claws17
3072
3073         * src/prefs_themes.c
3074                 fix crash when installing wrong theme and output an
3075                 error message
3076
3077 2004-02-16 [christoph]  0.9.9claws16
3078
3079         * src/compose.c
3080         * src/stock_pixmap.[ch]
3081         * src/toolbar.[ch]
3082         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3083                 add "Wrap current paragraph" to compose toolbar
3084
3085 2004-02-15 [alfons]     0.9.9claws15
3086
3087         * src/folderview.c
3088                 refine previous commit to make sure other hook functions
3089                 get their grab of the pie too
3090
3091 2004-02-15 [alfons]     0.9.9claws14
3092
3093         * src/folderview.c
3094                 fix sync breakage so we don't pass invalid pointer types
3095
3096 2004-02-15 [match]      0.9.9claws13
3097
3098         * src/ldapquery.[ch]
3099         * src/ldapserver.h
3100         * src/addrindex.[ch]
3101                 tweak threading calls.
3102         * src/addr_compl.[ch]
3103                 add alias into completion list.
3104         * src/addressbook.c
3105                 fix ldap browse.
3106                 improve context menu behavior.
3107                 change menu sequence.
3108                 add send mail from addressbook.
3109         * src/addrselect.[ch]
3110         * src/compose.[ch]
3111                 add send mail from addressbook.
3112
3113 2004-02-15 [christoph]  0.9.9claws12
3114
3115         * src/folderutils.c
3116                 skip deleting when duplist is empty
3117
3118         * src/folderview.[ch]
3119         * src/mainwindow.c
3120         * src/summaryview.[ch]
3121                 call folderutils_delete_duplicates() from mainwindow code
3122
3123 2004-02-15 [alfons]     0.9.9claws11
3124         
3125         * src/common/utils.c
3126                 add prefix for italian ms o(e) 
3127
3128 2004-02-14 [paul]       0.9.9claws10
3129
3130         * src/foldersel.c
3131                 fix updating of the folder view when creating a
3132                 new folder
3133
3134 2004-02-13 [paul]       0.9.9claws9
3135
3136         * src/plugins/clamav/clamav_plugin.c
3137                 remove GUI code
3138
3139 2004-02-13 [paul]       0.9.9claws8
3140
3141         * sync with 0.9.9cvs9
3142                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3143
3144 2004-02-13 [alfons]     0.9.9claws7
3145
3146         * src/common/utils.c
3147                 fix wrong type of argument for ctype functions (pass unsigned
3148                 char instead of signed char)
3149
3150 2004-02-12 [alfons]     0.9.9claws6
3151
3152         * src/compose.[ch]
3153                 don't select text in header entry when composing to a 
3154                 default address, but rather give the header entry a
3155                 different color / style (same as the folder new color)
3156
3157 2004-02-12 [alfons]     0.9.9claws5
3158
3159         * src/plugins/clamav/clamav_plugin.c
3160                 don't exit(2) on libclamav init error - show a warning.
3161                 (tested by damaging a clamav database file.)
3162
3163 2004-02-12 [paul]       0.9.9claws4
3164
3165         * sync with 0.9.9cvs4
3166                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3167
3168 2004-02-11 [luke]       0.9.9claws3
3169
3170         * src/mimeview.c
3171                 remove redundant check introduced in 0.9.9claws1
3172
3173 2004-02-11 [luke]       0.9.9claws2
3174
3175         * src/mimeview.c
3176                 fix compilation of my previous commit without gpg enabled
3177
3178 2004-02-10 [luke]       0.9.9claws1
3179
3180         * src/mimeview.c
3181                 add borders to icons to indicate the privacy status for
3182                 the message part (unknown/bad/good)
3183
3184 2004-02-06 [paul]       0.9.9claws
3185
3186         0.9.9claws released
3187
3188 2004-02-06 [darko]      0.9.8claws64
3189
3190         * src/compose.c
3191                 don't allow Ctrl+Enter while external editor is active
3192
3193 2004-02-06 [paul]       0.9.8claws63
3194
3195         * po/es.po
3196           po/pl.po
3197           po/sk.po
3198           po/sr.po
3199                 update Spanish, Polish, Slovak, and Serbian translations.
3200                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3201                 and Urke MMI
3202
3203 2004-02-04 [alfons]     0.9.8claws62
3204
3205         * src/compose.c
3206                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3207                 don't have clue yet why the cursor pos is at the end of the
3208                 text.)
3209
3210 2004-02-04 [alfons]     0.9.8claws61
3211
3212         * src/compose.c
3213                 always grab focus when one of the header entries is clicked 
3214                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3215
3216 2004-02-02 [paul]
3217
3218         * ac/missing/gdk-pixbuf.m4
3219           ac/missing/gpgme.m4
3220           ac/missing/imlib.m4
3221                 prevent 'underquoted definition' warnings
3222                 patch submitted by David Relson
3223                 
3224         * src/plugins/clamav/README
3225                 update, improve, correct
3226
3227 2004-01-31 [thorsten]   0.9.8claws60
3228
3229         * src/news.c
3230                 'dir' not initialized if group has no messages
3231
3232 2004-01-29 [christoph]  0.9.8claws59
3233
3234         * src/customheader.[ch]
3235                 add custom_header_is_allowed() to check for disallowed header names
3236                 that must not be overridden by custom headers
3237
3238         * src/compose.c
3239                 always write From: header and use custom_header_is_allowed() to
3240                 check if custom header should be written
3241
3242         * src/prefs_customheader.c
3243                 check if custom header is disallowed using custom_header_is_allowed()
3244
3245         * src/folderutils.c
3246                 destroy message id GHashTable before freeing the MsgInfos
3247
3248 2004-01-29 [paul]       0.9.8claws58
3249
3250         * sync with 0.9.9 release
3251                 see ChangeLog 2004-01-29
3252
3253 2004-01-29 [paul]       0.9.8claws57
3254
3255         * sync with 0.9.8cvs11
3256                 see ChangeLog 2004-01-29
3257
3258 2004-01-28 [christoph]  0.9.8claws56
3259
3260         * src/pgpmime.c
3261         * src/sgpgme.[ch]
3262                 return WARN signature status when signature is not trusted
3263
3264         * src/Makefile.am
3265         * src/folder.c
3266         * src/folderutils.[ch]                  ** NEW **
3267         * src/summaryview.c
3268                 implement delete duplicates summaryview independent
3269
3270 2004-01-28 [paul]       0.9.8claws55
3271
3272         * sync with 0.9.8cvs10
3273                 see Changelog 2004-01-27 and 2004-01-28
3274
3275 2004-01-26 [christoph]  0.9.8claws54
3276
3277         * src/imap.c
3278                 create a root node for the Folder if scan fails because root
3279                 folder does not exist
3280
3281 2004-01-26 [paul]       0.9.8claws53
3282
3283         * sync with 0.9.8cvs7
3284                 see ChangeLog 2004-01-23
3285
3286 2004-01-25 [alfons]     0.9.8claws52
3287
3288         * src/compose.c
3289                 remove left-over constant INDENT_CHARS
3290
3291 2004-01-25 [alfons]     0.9.8claws51
3292
3293         * src/procmime.c
3294                 add NULL pointer check for mimeinfo->node in
3295                 procmime_mimeinfo_parent()
3296
3297 2004-01-25 [darko]      0.9.8claws50
3298
3299         * src/compose.c
3300                 make "Wrap all long lines" toolbar button wrap all
3301                 long lines not just the current line
3302                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3303
3304
3305 2004-01-25 [alfons]     0.9.8claws49
3306
3307         * src/procmime.c
3308                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3309                 necessary anyway, because *scanf() functions neglect white
3310                 space in the input. 
3311                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3312
3313 2004-01-25 [paul]       0.9.8claws48
3314
3315         * src/prefs_ext_prog.c
3316                 apply Alfons' patch to check for NULL pointers
3317                 fixes bug #424
3318
3319 2004-01-25 [paul]       0.9.8claws47
3320
3321         * sync with 0.9.8cvs8
3322                 see ChangeLog 2004-01-23
3323
3324 2004-01-25 [thorsten]   0.9.8claws46
3325
3326         * src/messageview.c
3327                 remove orphaned mimeview unref()
3328
3329 2004-01-23 [christoph]  0.9.8claws45
3330
3331         * src/summaryview.c
3332                 set ctree widget style
3333
3334 2004-01-23 [paul]       0.9.8claws44
3335
3336         * sync with 0.9.8cvs5
3337                 see ChangeLog 2004-01-22
3338
3339 2004-01-23 [alfons]     0.9.8claws43
3340
3341         * src/procmsg.c
3342                 remove redundant code in procmsg_get_thread_tree()
3343
3344 2004-01-21 [christoph]  0.9.8claws42
3345
3346         * src/folderview.c
3347                 set ctree widget style, otherwise GTK does not use the
3348                 the correct vertical size for the list items
3349
3350 2004-01-21 [alfons]     0.9.8claws41
3351
3352         * src/summaryview.c
3353                 GDK_Left should only switch to folderview when
3354                 when summaryview hscrollbar is at the leftmost
3355                 position (fixes bug #420, "Focus error")
3356
3357 2004-01-21 [paul]       0.9.8claws40
3358
3359         * sync with 0.9.8cvs4
3360                 see ChangeLog 2004-01-20
3361
3362 2004-01-20 [christoph]  0.9.8claws39
3363
3364         * src/folderview.c
3365                 remove setting sensitivity for no longer existing
3366                 /Scoring... popup entry
3367
3368 2004-01-20 [keith]      0.9.8claws38
3369
3370         * configure.ac
3371                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3372
3373 2004-01-20 [paul]       0.9.8claws37
3374
3375         * src/prefs_fonts.c
3376                 demystify font settings
3377                 
3378         * src/textview.c
3379                 use textview->msgfont for header->body in
3380                 textview_show_header()
3381
3382 2004-01-20 [paul]       0.9.8claws36
3383
3384         * src/compose.c
3385           src/undo.c
3386                 remove superfluous debug_print's
3387                 
3388         * src/inc.c
3389                 clear the statusbar after LOCAL incorporation
3390
3391 2004-01-20 [paul]       0.9.8claws35
3392
3393         * sync with 0.9.8cvs3
3394                 see ChangeLog 2004-01-20
3395
3396 2004-01-19 [keith]      0.9.8claws34
3397
3398         * src/folderview.c
3399                 don't show 'Search folder...' on popup menu
3400                 if folder has no mails in it
3401
3402 2004-01-17 [keith]      0.9.8claws33
3403
3404         * src/compose.c
3405           src/prefs_common.c
3406           src/prefs_common.h
3407                 store position of compose window in prefs
3408
3409 2004-01-17 [thorsten]   0.9.8claws32
3410
3411         * src/gtk/gtkvscrollbutton.c
3412                 ensure scrollbutton resize event on different gtk versions
3413
3414 2004-01-15 [alfons]     0.9.8claws31
3415         
3416         * src/summaryview.c
3417                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3418                 message as read
3419
3420 2004-01-12 [christoph]  0.9.8claws30
3421
3422         * src/procmime.c
3423                 better MIME-Version check
3424
3425 2004-01-11 [alfons]     0.9.8claws29
3426
3427         * src/procmsg.c
3428                 remove unnecessary but still effective check (could possibly
3429                 lead to some unwanted side effects)
3430
3431 2004-01-11 [alfons]     0.9.8claws28
3432
3433         * src/procmsg.c
3434                 we should not prefer lowest message number while threading 
3435                 (introduced in previous commit)
3436
3437 2004-01-11 [alfons]     0.9.8claws27
3438
3439         * src/procmsg.c
3440                 subject threading fixes:
3441                 
3442                         - make message with lowest message number the
3443                           thread parent,
3444                         - refine recording last node when threading. the last node
3445                           should be the previous one if a node has a thread parent,
3446                           or the current node if not
3447                 
3448                 (there's another threading bug fix coming up)
3449
3450 2004-01-10 [paul]       0.9.8claws26
3451
3452         * src/main.c
3453           src/prefs_ext_prog.c
3454           src/plugins/clamav/clamav_plugin_gtk.c
3455                 minor gui fixes
3456
3457 2004-01-09 [christoph]  0.9.8claws25
3458
3459         * src/Makefile.am
3460         * src/string_match.[ch]                 ** REMOVE **
3461         * src/common/Makefile.am
3462         * src/common/string_match.[ch]          ** NEW **
3463                 move string_match.[ch] to common directory
3464
3465 2004-01-09 [christoph]  0.9.8claws24
3466
3467         * src/pgpmime.c
3468                 add MIME-Version header for the message parser
3469
3470 2004-01-09 [paul]       0.9.8claws23
3471
3472         * po/POTFILES.in
3473           src/Makefile.am
3474           src/main.c
3475           src/prefs_common.c
3476           src/prefs_ext_prog.[ch]       ** NEW FILES **
3477                 move External Command options from 'Common Prefs/Other' to
3478                 'Other Prefs/Message View/External Programs', also reveal
3479                 the hidden options for audio player and image viewer.
3480                 
3481         * src/prefs_common.c
3482                 fix toggling of header pane
3483
3484 2004-01-09 [paul]       0.9.8claws22
3485
3486         * src/compose.c
3487                 when changing account also change the save folder
3488
3489         * src/textview.c
3490                 if a text/plain attachment has 'Content-Disposition: attachment'
3491                 don't display it inline
3492
3493 2004-01-08 [christoph]  0.9.8claws21
3494
3495         * src/procmime.c
3496                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3497                 otherwise thread the message content as one text part and
3498                 don't assume charset US-ASCII which is only specified as
3499                 default for MIME-messages
3500
3501 2004-01-08 [paul]       0.9.8claws20
3502
3503         * src/plugins/clamav/clamav_plugin.c
3504           src/plugins/spamassassin/spamassassin.c
3505                 inform the user what is happening via the statusbar
3506
3507 2004-01-06 [paul]       0.9.8claws19
3508
3509         * po/es.po
3510                 update Spanish translation. submitted by Ricardo
3511                 Mones Lastra
3512
3513 2004-01-05 [paul]       0.9.8claws18
3514
3515         * sync with 0.9.8cvs2
3516                 see ChangeLog 2004-01-05
3517
3518 2004-01-03 [luke]       0.9.8claws17
3519
3520         * src/procheader.c
3521                 Clean up:
3522                 o remove unused functions string_getchar() and file_getchar()
3523                 o remove the getchar_ parameter from generic_get_one_field()
3524                 o add an 'unfold' parameter to generic_get_one_field, to
3525                   be used if no HeaderEntry is supplied
3526                 o procheader_get_one_field_asis() uses
3527                   generic_get_one_field().
3528
3529 2004-01-01 [christoph]  0.9.8claws16
3530
3531         * src/common/xml.[ch]
3532                 o add xml_new_tag() to manage usage counts of strings correctly
3533                 o correct xml_copy_tree() function name
3534
3535         * src/folder.c
3536         * src/main.c
3537                 allow registering and unregistering of FolderClasses anytime
3538
3539 2003-12-31 [christoph]  0.9.8claws15
3540
3541         * src/folder.[ch]
3542         * src/common/xml.[ch]
3543                 keep folderlist.xml data for unloaded FolderClasses
3544
3545 2003-12-30 [luke]       0.9.8claws14
3546
3547         * src/procheader.[ch]
3548                 o added procheader_get_one_field_asis() that does not do
3549                   unfolding
3550                 o fix procheader_get_header_array_asis() to use the above,
3551                   fixing ugliness of headers in textview
3552
3553         * src/compose.c
3554                 o don't unfold headers when redirecting.        
3555
3556 2003-12-30 [paul]       0.9.8claws13
3557
3558         * po/POTFILES.in
3559           src/common/defs.h
3560           src/Makefile.am
3561           src/main.c
3562           src/prefs_common.c
3563           src/prefs_themes.[ch] ** NEW FILES **
3564                 redesign and move Icon Theme selector to
3565                 the new prefs window
3566           
3567         * src/stock_pixmap.c
3568                 fix the old bug where icons are not always
3569                 updated when changing themes
3570         
3571         * src/summaryview.c
3572                 fix bug where the icons on the title row
3573                 of the summary view were not updated
3574         
3575         all patches submitted by Ricardo Mones Lastra
3576
3577 2003-12-30 [hoa]        0.9.8claws12
3578
3579         * src/folder.c
3580                 run preglobal and postglobal processing rules
3581                 even if the folder does not have any rules.
3582
3583 2003-12-28 [paul]       0.9.8claws11
3584
3585         * ac/aspell.m4
3586           ac/check-type.m4
3587           ac/gnupg-check-typedef.m4
3588           ac/openssl.m4
3589           ac/spamassassin.m4
3590                 fix 'underquoted definition' warnings, patch submitted by
3591                 David Relson <relson@osagesoftware.com>
3592                 
3593         * src/common/utils.c
3594                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3595                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3596
3597 2003-12-28 [paul]       0.9.8claws10
3598
3599         * sync with 0.9.8cvs1
3600                 see ChangeLog 2003-12-17
3601
3602 2003-12-27 [christoph]  0.9.8claws9
3603
3604         * src/common/utils.[ch]
3605                 add g_node_map() to map a GNode into a new GNode
3606                 converting all node data's with a function
3607
3608         * src/account.c
3609         * src/folder.[ch]
3610         * src/folderview.c
3611         * src/imap.c
3612         * src/mainwindow.c
3613         * src/summaryview.c
3614                 o use g_node_map() to convert XML <-> Folder
3615                 o remove redundant FolderItem->parent and
3616                   replace it with folder_item_parent()
3617
3618 2003-12-23 [christoph]  0.9.8claws8
3619
3620         * src/folder.[ch]
3621         * src/folderview.c
3622         * src/mainwindow.c
3623         * src/procmsg.c
3624                 o use callback for notifications about added and
3625                   destroyed folders
3626                 o rewrite folderlist saving (new functions to create
3627                   folder from XML tree, and XML tree from folder)
3628
3629         * src/common/xml.[ch]
3630                 add function to save XML trees
3631
3632         * src/prefs_filtering.c
3633                 code cleanup
3634
3635 2003-12-22 [christoph]  0.9.8claws7
3636
3637         * src/prefs_account.[ch]
3638                 add "SMTP only" accounts
3639
3640 2003-12-20 [melvin]     0.9.8claws6
3641
3642         * src/action.[ch]
3643                 Changed the interface for action_update_*_menu() so
3644                 action.c does not need to know the paths of the different
3645                 actions menu (mainwindow, message view and compose window). 
3646
3647         * src/compose.c
3648                 Tiny code cleanup to merge spell checker related code
3649                 compose_update_actions_menu(): new function to update
3650                 the actions menu. Use it in compose_create()
3651
3652         * src/compose.h
3653                 compose_update_actions_menu(): new function to update
3654                 the actions menu. Used also in prefs_actions.c.
3655
3656         * src/mainwindow.[ch]
3657                 main_window_update_actions_menu(): new function to update
3658                 the actions menu. Used in main_window_create() and in
3659                 prefs_actions.c
3660
3661         * src/messageview.[ch]
3662                 messageview_update_actions_menu(): new function to update
3663                 the actions menu. Used in messageview_add_toolbar() and in
3664                 prefs_actions.c
3665                 
3666         * src/prefs_actions.c   
3667                 prefs_actions_ok(): fixed to update the actions menu of
3668                 the separate message view and the compose windows.
3669
3670 2003-12-20 [luke]       0.9.8claws5
3671         * src/procheader.c
3672                 fix unfolding/newline stripping for multiline fields
3673                 in generic_get_one_field()
3674
3675 2003-12-19 [christoph]  0.9.8claws4
3676
3677         * src/summaryview.c
3678                 o code cleanup
3679                 o use subject_compare_for_sort() when comparing
3680                   simplified subjects
3681
3682 2003-12-19 [christoph]  0.9.8claws3
3683
3684         * src/msgcache.c
3685                 more syncing with 0.8.9a
3686
3687 2003-12-19 [christoph]  0.9.8claws2
3688
3689         * src/folder.c
3690                 don't write all FolderItem XML attributes for the root node
3691
3692 2003-12-19 [melvin]     0.9.8claws1
3693
3694         * src/messageview.c
3695                 Added missing menu branch (Tools/Create processing/rule)
3696         * po/fr.po
3697                 Updated French translation for the added string.
3698
3699 2003-12-19 [paul]       0.9.8claws
3700
3701         0.9.8claws released
3702
3703 2003-12-19 [paul]       0.9.7claws51
3704
3705         * po/en_GB.po
3706           po/es.po
3707           po/ja.po
3708           po/pl.po
3709           po/sk.po
3710           po/zh_CN.po
3711                 update translations. submitted by me, Ricardo Mones
3712                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3713                 Hansom Young
3714                 
3715         * src/folder_item_prefs.c
3716                 'enable_processing' set to FALSE by default
3717
3718 2003-12-18 [melvin]     0.9.7claws50
3719
3720         * po/fr.po
3721                 Updated French translation
3722
3723 2003-12-17 [christoph]  0.9.7claws49
3724
3725         * src/procheader.c
3726                 revert discarding of whitespace from 0.9.7claws44
3727
3728                 RFC2822 2.2.3: Unfolding is accomplished by simply
3729                 removing any CRLF that is immediately followed by WSP.
3730
3731 2003-12-17 [paul]       0.9.7claws48
3732
3733         * src/folder.c
3734                 fix new message count
3735                 
3736         * configure.ac
3737                 update autotools macros
3738
3739         * sync with 0.9.8a
3740
3741 2003-12-16 [christoph]  0.9.7claws47
3742
3743         * src/folder.c
3744                 fix folder update before adding MsgInfo to cache
3745                 in add_msginfo_to_cache()
3746
3747         * src/procmsg.c
3748                 remove old call to folder_item_update() that is no
3749                 longer required
3750
3751 2003-12-16 [christoph]  0.9.7claws46
3752
3753         * src/main.c
3754                 make sure the shutdown process only runs once
3755
3756 2003-12-16 [hoa]        0.9.7claws45
3757
3758         * src/mainwindow.c
3759         * src/messageview.c
3760         * src/summaryview.[ch]
3761                 Create filter rules using a message is fixed.
3762                 We can now create processing rules using a message.
3763
3764 2003-12-15 [alfons]     0.9.7claws44
3765
3766         * src/procheader.c
3767                 make sure we discard folding white space
3768
3769 2003-12-15 [luke]       0.9.7claws43
3770         * src/textview.c
3771         * src/mimeview.c
3772                 o use "name" parameter if "filename" doesn't exist
3773
3774 2003-12-14 [alfons]     0.9.7claws42
3775
3776         * src/summaryview.c
3777         * src/common/utils.c
3778                 allow quick finding based on the result of passing
3779                 a message to an external command. E.g:
3780
3781                         X "bogofilter < %F" 
3782                 
3783                 gets me all the spam in a folder.
3784
3785 2003-12-14 [luke]       0.9.7claws41
3786
3787         * src/textview.c
3788         * src/mimeview.c
3789                 o use parameter "filename" instead of "name" in a couple of 
3790                   places for correctness
3791
3792         * src/procmime.c
3793         * src/common/utils.[ch]
3794                 o make temporary filename for attachments safe for %p 
3795                   substitutions in actions.
3796
3797 2003-12-13 [christoph]  0.9.7claws40
3798
3799         * src/main.c
3800                 readd exit(0) to clean_quit() because otherwise sylpheed
3801                 does not always terminate
3802
3803         * src/pgpmime.c
3804         * src/privacy.h
3805                 add an identifier-string for PrivacySystems
3806
3807 2003-12-12 [paul]
3808
3809         * doc/man/sylpheed.1
3810                 update the man page
3811
3812 2003-12-12 [paul]       0.9.7claws39
3813
3814         general clean up
3815         
3816         * configure.ac
3817                 correct and clean up './configure --help' info
3818         
3819         * src/plugins/clamav/clamav_plugin.c
3820           src/plugins/spamassassin/spamassassin.c
3821                 correct plugin_desc(), works with LOCAL, IMAP, and
3822                 POP accounts
3823                 
3824         * src/filtering.c
3825           src/matcher.[ch]
3826           src/matcher_parser_parse.y
3827           src/prefs_filtering_action.c
3828                 use 'Change Score' instead of '(In/De)crease score'.
3829                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3830          
3831          * src/mainwindow.c
3832                 hyphenate: 'Pre-processing', 'Post-processing'
3833                 
3834         * src/prefs_account.c
3835                 change 'Generate Message-ID' to 'Generate Message-Id'
3836                 
3837         * src/prefs_folder_item.c
3838                 change 'Processing on startup:' to 'Process at startup'
3839                 change 'Scan for new mail:' to 'Scan for new mail'
3840                 
3841 2003-12-11 [christoph]  0.9.7claws38
3842
3843         * src/crash.c
3844         * src/main.[ch]
3845                 make sure the clean_exit() funtion is not called again by the
3846                 signal handler while it is already running
3847
3848         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3849
3850         * src/summaryview.c
3851                 fix wrong assertion
3852
3853 2003-12-11 [paul]       0.9.7claws37
3854
3855         * src/compose.c
3856                 'anonymise' Message-Id: header string
3857
3858 2003-12-11 [paul]       0.9.7claws36
3859
3860         * src/plugins/clamav/clamav_plugin.c
3861                 fix (don't break) signature count
3862                 use cl_strerror() instead of deprecated cl_perror()
3863         
3864 2003-12-11 [darko]      0.9.7claws35
3865
3866         * src/summaryview.c
3867                 also update the sort arrow (thanks Christoph)
3868
3869 2003-12-11 [darko]      0.9.7claws34
3870
3871         * src/summaryview.c
3872                 allow reverting to default sort mode (no sort)
3873
3874 2003-12-10 [hoa]        0.9.7claws33
3875
3876         * src/matcher.c
3877                 fixed quotation of string for matcher.
3878
3879 2003-12-08 [paul]       0.9.7claws32
3880
3881         * src/imap.c
3882           src/inc.c
3883                 plug memory leaks (patch by Alfons)
3884
3885 2003-12-08 [christoph]  0.9.7claws31
3886
3887         * src/folder_item_prefs.[ch]
3888         * src/folderview.c
3889         * src/prefs_folder_item.c
3890                 add new FolderItem property to exclude folders from new
3891                 mail checks
3892
3893         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3894
3895 2003-12-07 [paul]       0.9.7claws30
3896
3897         * src/plugins/clamav/clamav_plugin.c
3898                 fix signature count
3899
3900 2003-12-07 [thorsten]   0.9.7claws29
3901
3902         * src/filtering.c
3903                 debug_print some warning if destfolder missing
3904         * src/prefs_filtering.c
3905                 uninitialized filter list when deleting a folder
3906
3907 2003-12-06 [paul]       0.9.7claws28
3908
3909         * src/procheader.c
3910                 add Alfons' patch to trim line feeds
3911
3912 2003-12-06 [paul]       0.9.7claws27
3913
3914         * partial sync with 0.9.7cvs8
3915                 leaving claws' online/offline more or less intact
3916                 see ChangeLog 2003-12-04 and 2003-12-06
3917
3918 2003-12-06 [christoph]  0.9.7claws26
3919
3920         * src/messageview.c
3921         * src/privacy.[ch]
3922                 revert pirvacy API changes
3923
3924 2003-12-05 [alfons]     0.9.7claws25
3925
3926         * src/matcher.[ch]
3927                 clean up my old cruft
3928
3929 2003-12-05 [alfons]     0.9.7claws24
3930
3931         * src/matcher.c
3932                 fix comparison buglet ;-) and make `test` matcher
3933                 work again
3934
3935 2003-12-05 [alfons]     0.9.7claws23
3936
3937         * src/prefs_folder_item.c
3938                 K&R 2nd Ed., page 241 (function parameter identifiers
3939                 starting with an underscore are kind of insulting)
3940
3941 2003-12-05 [hoa]        0.9.7claws22
3942
3943         * src/main.c
3944         * src/mainwindow.[ch]
3945         * src/mainwindow.h
3946                 add destructor for mainwindow so that the last 
3947                 MimeInfo opened in messageview is destroyed when
3948                 exiting sylpheed.
3949
3950 2003-12-05 [hoa]        0.9.7claws21
3951
3952         * src/filtering.[ch]
3953         * src/matcher.[ch]
3954         * src/matcher_parser_lex.l
3955         * src/matcher_parser_parse.y
3956         * src/prefs_actions.c
3957         * src/prefs_filtering.c
3958         * src/common/utils.[ch]
3959                 quote arguments before giving them to command line.
3960                 fixed quote of string in matcher/processing/filtering rules.
3961
3962         * src/messageview.c
3963         * src/privacy.[ch]
3964                 allows decryption to return a new whole 
3965                 MIME message structure.
3966
3967 2003-12-04 [hoa]        0.9.7claws20
3968
3969         * src/filtering.[ch]
3970         * src/folder.c
3971         * src/mainwindow.c
3972         * src/matcher.c
3973         * src/matcher_parser_parse.y
3974         * src/folderview.c
3975                 global rules to run before folder specific rules.
3976                 global rules to run after folder specific rules.
3977                 
3978         * src/messageview.c
3979                 fixed quick addition of rules.
3980         
3981         * src/prefs_filtering.[ch]
3982         * src/summaryview.c
3983                 we can now customize the title for the dialog.
3984                 updated case where we rename of delete folders.
3985
3986         * src/addressbook.c
3987                 got back the function addressbook_browse_entry_cb()
3988                 that is needed in case we compiled with LDAP support.
3989
3990 2003-12-04 [paul]       0.9.7claws19
3991
3992         * sync with 0.9.7cvs6
3993                 see ChangeLog 2003-12-04
3994                 fixes bug 171 'Wrong message decoing: koi8-r and 
3995                 iso8859-5 looks same. Can't read many emails.'
3996
3997 2003-12-04 [paul]       0.9.7claws18
3998
3999         * po/POTFILES.in
4000                 remove 'src/prefs_scoring.c'
4001
4002 2003-12-03 [hoa]        0.9.7claws17
4003
4004         * src/Makefile.am
4005                 compilation of scoring.[ch] and prefs_scoring.[ch]
4006                 is removed.
4007         
4008         * src/filtering.[ch]
4009         * src/folder.c
4010         * src/folder_item_prefs.[ch]
4011         * src/folderview.c
4012         * src/main.c
4013         * src/mainwindow.c
4014         * src/matcher.[ch]
4015         * src/matcher_parser.h
4016         * src/matcher_parser_parse.y
4017         * src/prefs_filtering.[ch]
4018         * src/prefs_filtering_action.c
4019         * src/prefs_folder_item.c
4020         * src/prefs_scoring.[ch]              * REMOVED FILES *
4021         * src/procmsg.[ch]
4022         * src/scoring.[ch]                    * REMOVED FILES *
4023         * src/summaryview.c
4024                 merged scoring and filtering.
4025                 
4026                 Note : compatibility is kept by parsing score like 
4027                   add_score. To get the behaviour of older scoring 
4028                   system, you have to define some equivalent rule :
4029                   "score_lower -9999 hide"
4030                   "score_greater 9999 mark"
4031                   
4032                   To define global rules, you have to define them 
4033                   in the new global processing rules.
4034                   The variable that kept the list filtering rules 
4035                   was "global_processing" and has been renamed into 
4036                   "filtering_rules".
4037                   "global_processing" variable is now the name 
4038                   of the variable that keeps the list of global 
4039                   processing rules.
4040                   In the configuration file, "[global]" section is 
4041                   now for the global processing rules (which includes
4042                   score things and new global processing rules).
4043                   New "[filtering]" section is for the filtering rules.
4044                   
4045                   Before running with this version, during testing 
4046                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4047                   Then, you have to make the following changes :
4048                   - leave all scoring rules in "[global]" section.
4049                   - move all other rules of "[global]" section to
4050                       a new section named "[filtering]".
4051
4052 2003-12-03 [christoph]  0.9.7claws16
4053
4054         * src/procmime.c
4055                 use default Content-Type as specified in RFC2045 if
4056                 Content-Type header is syntactically incorrect
4057
4058 2003-12-03 [christoph]  0.9.7claws15
4059
4060         * src/addressbook.c
4061         * src/addrindex.h
4062         * src/addritem.c
4063         * src/expldifdlg.h
4064         * src/exportldif.c
4065         * src/filtering.c
4066         * src/folder.c
4067         * src/folderview.c
4068         * src/jpilot.c
4069         * src/localfolder.c
4070         * src/matcher.h
4071         * src/matcher_parser_lex.l
4072         * src/matcher_parser_parse.y
4073         * src/news.c
4074         * src/prefs_filtering_action.c
4075         * src/prefs_folder_item.c
4076         * src/prefs_fonts.c
4077         * src/procmsg.c
4078         * src/sgpgme.c
4079                 clean up warnings
4080
4081         * src/procmime.c
4082                 revert 0.9.7claws14 change
4083
4084 2003-12-03 [alfons]     0.9.7claws14
4085
4086         * src/procmime.c
4087                 catch invalid Content-Type with no subtype
4088
4089 2003-12-03 [alfons]     0.9.7claws13
4090
4091         * src/alertpanel.h
4092         * src/setup.c
4093         * src/plugins/image_viewer/plugin.c
4094                 compile again, we need stddef.h for size_t
4095
4096 2003-12-03 [paul]       0.9.7claws12
4097
4098         * src/account.c
4099                 don't allow cloning of accounts with remote folders,
4100                 patch submitted by Ricardo Mones Lastra
4101
4102 2003-12-03 [christoph]  0.9.7claws11
4103
4104         * src/folder.[ch]
4105         * src/imap.c
4106         * src/localfolder.[ch]
4107         * src/mh.c
4108         * src/news.c
4109         * src/common/xml.[ch]
4110                 add set_xml() and get_xml() virtual functions to FolderClass to
4111                 save extra information for Folders (for example the rootpath
4112                 only used by LocalFolder). The folderlist write function no
4113                 longer needs to know the folder type to save this extra
4114                 information.
4115
4116 2003-12-02 [christoph]  0.9.7claws10
4117
4118         * src/Makefile.am
4119         * src/account.c
4120         * src/folder.[ch]
4121         * src/folderview.h
4122         * src/imap.c
4123         * src/localfolder.[ch]          ** NEW **
4124         * src/mainwindow.c
4125         * src/mh.[ch]
4126         * src/news.[ch]
4127         * src/prefs_account.[ch]
4128         * src/prefs_filtering.h
4129         * src/procmsg.h
4130         * src/remotefolder.[ch]         ** NEW **
4131         * src/common/xml.[ch]
4132                 add item_set_xml() and item_get_xml() virtual functions to
4133                 FolderClass to give folders the ability to add extra information
4134                 to the saved FolderItem data. If NULL the default function for
4135                 FolderItem will be used.
4136
4137 2003-11-29 [christoph]  0.9.7claws9
4138
4139         * src/procheader.c
4140                 fix bug in unfolding
4141
4142 2003-11-29 [luke]       0.9.7claws8
4143
4144         * src/textview.c
4145                 fix compilation for non c99 compilers
4146
4147 2003-11-29 [christoph]  0.9.7claws7
4148
4149         * src/procmime.[ch]
4150         * src/mimeview.c
4151                 o unknown disposition types should be handled as
4152                   attachment (RFC2183)
4153                 o missing headers should not default to inline
4154                   (would make "Save All" useless when disposition header
4155                    is not set by the sending mailer)
4156                 o remove old MimeInfo data and cleanup
4157
4158 2003-11-29 [luke]       0.9.7claws6
4159
4160         * src/procmime.[ch]
4161                 re-added parsing of Content-Disposition header
4162                         - removes the old  'gchar* content_disposition'
4163                         - adds a new field 'DispositionType disposition'
4164                         - adds parameters to MimeInfo::parameters
4165
4166         * src/mimeview.c
4167                 use the "filename" parameter for saving, and the new
4168                 MimeInfo::disposition for save all.
4169
4170         * src/compose.c
4171         * src/toolbar.[ch]
4172                 add a 'check spelling' button as a possibility for 
4173                 the compose toolbar
4174
4175         * src/stockpixmap.[ch]
4176         * src/pixmaps/check_spelling.xpm        ** NEW **
4177         * src/Makefile.am
4178                 add a pixmap for use with 'check spelling' button or
4179                 a user defined action
4180
4181         * src/textview.c
4182                 re-apply fixed (I hope) patch for bug 57
4183                 "Hidden URL in HTML Mails"
4184
4185 2003-11-28 [christoph]  0.9.7claws5
4186
4187         * src/procmime.c
4188                 o be more liberal in what we accept as Content-Type parameters
4189                 o ignore comments after parameters
4190
4191         * src/sgpgme.c
4192                 o only free passphrase when an error occurs
4193
4194 2003-11-28 [paul]       0.9.7claws4
4195
4196         * src/account.c
4197                 add 'Clone Account' function. patch submitted by
4198                 Ricardo Mones Lastra
4199
4200 2003-11-27 [thorsten]   0.9.7claws3
4201
4202         * src/mimeview.c
4203                 fix crash if 'save_all' failed twice
4204
4205 2003-11-27 [paul]       0.9.7claws2
4206
4207         * po/POTFILES.in
4208                 fix a typo
4209
4210         * po/zh_CN.po
4211                 update Simplified Chinese translation. submitted by
4212                 Hansom Young
4213
4214 2003-11-27 [paul]       0.9.7claws1
4215
4216         * po/POTFILES.in
4217                 clean up
4218
4219 2003-11-26 [paul]       0.9.7claws
4220
4221         * 0.9.7claws released
4222
4223 2003-11-26 [paul]       0.9.6claws99
4224
4225         * src/Makefile.am
4226                 add reference to pixmaps/mime_message.xpm
4227
4228 2003-11-26 [paul]       0.9.6claws98
4229
4230         * po/POTFILES.in
4231                 remove reference to src/sigstatus.c
4232
4233 2003-11-26 [christoph]  0.9.6claws97
4234
4235         * src/Makefile.am
4236         * src/prefs_common.c
4237         * src/rfc2015.c
4238         * src/sigstatus.[ch]            ** REMOVE **
4239                 remove signature result popup option and window
4240
4241 2003-11-26 [paul]       0.9.6claws96
4242
4243         * po/es.po
4244           po/ja.po
4245           po/pl.po
4246           po/sk.po
4247           po/sr.po
4248                 update translations. submitted by Ricardo Mones Lastra,
4249                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4250
4251 2003-11-25 [christoph]  0.9.6claws95
4252
4253         * src/procmime.c
4254                 display mime structure only in debug mode
4255
4256 2003-11-25 [melvin]     0.9.6claws94
4257
4258         * po/fr.po
4259                 Updated French translations + typos fixes of older
4260                 translations (thanks to Fabien Vantard for pointing
4261                 to some of them)
4262
4263 2003-11-25 [melvin]     0.9.6claws93
4264
4265         * src/editldap.c
4266                 Fixed a couple of typos.
4267
4268 2003-11-24 [paul]       0.9.6claws92
4269
4270         * po/POTFILES.in
4271                 add 'src/textview.c'
4272
4273 2003-11-24 [paul]       0.9.6claws91
4274
4275         * src/sgpgme.c
4276                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4277
4278 2003-11-24 [paul]       0.9.6claws90
4279
4280         * src/plugins/image_viewer/viewer.c
4281                 image_viewer_show_mimepart(): 
4282                 use procmime_mimeinfo_get_parameter() to get the file name
4283
4284 2003-11-24 [paul]       0.9.6claws89
4285
4286         * src/textview.c
4287                 textview_show_mime_part(): rewrite text hint
4288
4289 2003-11-22 [paul]       0.9.6claws88
4290
4291         * sync with 0.9.7cvs5
4292                 see ChangeLog 2003-11-21
4293
4294 2003-11-21 [paul]       0.9.6claws87
4295
4296         * src/mimeview.c
4297                 define shortcut key 'o' for 'Open with...'
4298
4299 2003-11-21 [alfons]     0.9.6claws86
4300
4301         * src/messageview.c
4302                 fix bug #383 'Deleting message from "separate message view" 
4303                 uses local Trash folder'
4304
4305 2003-11-21 [christoph]  0.9.6claws85
4306
4307         * src/mimeview.c
4308                 fix content-type guessing by name parameter when finding
4309                 the correct viewer
4310
4311 2003-11-21 [alfons]     0.9.6claws84
4312
4313         * src/main.c
4314                 no mail incorporation allowed with --offline param.
4315                 fixes bug #374, "--offline ignored"
4316
4317 2003-11-20 [christoph]  0.9.6claws83
4318
4319         * src/mimeinfo.c
4320                 use signed MimeInfo when checking the signature and not
4321                 the selected one
4322
4323 2003-11-19 [alfons]     0.9.6claws82
4324
4325         * src/mainwindow.c
4326                 fix crash when toggling separate views, patch submitted
4327                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4328                 fixes bug #342, "separate views  cause crash"
4329
4330 2003-11-19 [paul]       0.9.6claws81
4331
4332         * src/compose.c
4333                 compose_redirect_write_headers_from_headerlist(): 
4334                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4335                 
4336         * src/main.c
4337                 code cleanup (inherited from 0.9.7cvs4)
4338                 
4339         * tools/tb2sylpheed
4340                 bugfix: added missing attribute-list start. submitted by
4341                 Urke MMI
4342
4343 2003-11-19 [luke]       0.9.6claws80
4344
4345         * src/textview.c
4346                 revert my last commit until I get time to fix it
4347
4348 2003-11-18 [christoph]  0.9.6claws79
4349
4350         * src/mimeview.[ch]
4351                 check parent MimeInfos for signatures and display the
4352                 result of the parent when found
4353
4354         * src/pgpmime.c
4355                 o avoid NULL pointer warnings
4356                 o use procmime_mimeinfo_get_parameter()
4357
4358         * src/sgpgme.c
4359                 small text changes
4360
4361 2003-11-17 [luke]       0.9.6claws78
4362
4363         * src/textview.c
4364                 add check for disguised URLs, fixing bug 57
4365                 "Hidden URL in HTML Mails"
4366
4367 2003-11-16 [christoph]  0.9.6claws77
4368
4369         * src/procmime.c
4370                 fix crash when parsing invalid Content-Type header
4371
4372 2003-11-16 [christoph]  0.9.6claws76
4373
4374         * src/pgpmime.c
4375         * src/privacy.c
4376         * src/procmime.c
4377         * src/sgpgme.[ch]
4378                 implement message decrypting
4379
4380         * src/rfc2015.c
4381                 remove old code
4382
4383 2003-11-14 [luke]       0.9.6claws75
4384
4385         * src/mimeview.c
4386                 fix a couple of problems that treated application/* and
4387                 application/octet-stream the wrong way around
4388                 (since 0.9.6claws10), causing "Open" to do nothing.
4389
4390 2003-11-14 [christoph]  0.9.6claws74
4391
4392         * src/messageview.c
4393         * src/pgpmime.c
4394         * src/privacy.[ch]
4395                 prepare for message part decrypting
4396
4397         * src/sgpgme.c
4398                 add output for expired signatures
4399
4400         * src/rfc2015.c
4401                 remove some old code
4402
4403 2003-11-10 [christoph]  0.9.6claws73
4404
4405         * src/mimeview.c
4406                 add "Full info" button for bad and warn signature status
4407
4408         * src/sgpgme.c
4409                 generate full signature info like gpg's output
4410                 (gpg -v --with-fingerprint --verify)
4411
4412 2003-11-10 [christoph]  0.9.6claws72
4413
4414         * src/mimeview.c
4415         * src/pgpmime.c
4416         * src/privacy.[ch]
4417         * src/sgpgme.[ch]
4418         * src/textview.[ch]
4419                 o add code to view full signature info
4420                 o do automatic signature checks
4421
4422 2003-11-10 [alfons]     0.9.6claws71
4423
4424         * src/summaryview.c
4425                 don't crash when gtkut_font_load() returns invalid font (has
4426                 something to do with locale settings)
4427                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4428
4429 2003-11-09 [alfons]     0.9.6claws70
4430
4431         * src/procmime.c
4432                 plug leak
4433
4434 2003-11-08 [luke]       0.9.6claws69
4435
4436         * src/summaryview.c
4437                 fix some typos
4438
4439         * src/compose.c
4440                 rewrite compose_attach_parts(), fixing various bugs mainly
4441                 to do with re-editing.
4442
4443         * src/mimeview.c
4444                 "save all" now only saves attachments with names/filenames
4445
4446 2003-11-04 [match]      0.9.6claws68
4447
4448         * src/ldapctrl.[ch]
4449                 fix broken LDAP support.
4450
4451         * src/ldapquery.c
4452                 remove printf's.
4453
4454 2003-11-04 [luke]       0.9.6claws67
4455
4456         * src/mimeview.c
4457                 o  fixed bug 4 "focus lost on messages with attachments"
4458                 o  fixed 'Save all' attachments for new mime changes
4459                 o  right clicking on icons consistent with right clicking on
4460                    mime tree
4461                   - fixes a bug where wrong part is saved when you
4462                     choose 'Save as' from popup menu
4463                   - fixes bug 308 "No way to "save all" attachments"
4464                 o  fixed a compiler warning.
4465
4466         * src/textview.c
4467                 o  removed flickering in mime tree when using "n" and "p"
4468                    shortcuts
4469                 o  fixed bug where selecting the textview and pressing e.g.
4470                    'y' causes sylpheed to respond twice.
4471
4472         * src/summaryview.c
4473                 removed hard coding of * and ! shortcuts (which only served
4474                 to cause problems if you tried to redefine the shortcuts)
4475
4476 2003-11-04 [luke]       0.9.6claws66
4477
4478         * src/plugins/image_viewer/viewer.c
4479         * src/plugins/image_viewer/viewerprefs.c
4480         * src/plugins/image_viewer/viewerprefs.glade
4481                 o  allow toggling of image scaling by clicking on image
4482                 o  respond to image's container widget resize
4483
4484         * src/procmime.c
4485                 o  fix bad parsing of message when re-editing/viewing a
4486                    message saved to the drafts folder
4487
4488 2003-11-02 [match]      0.9.6claws65
4489
4490         * src/browseldap.h
4491                 fix if not building LDAP support.
4492         * src/addrindex.c
4493         * src/ldapquery.[ch]
4494         * src/editldap.h
4495                 include support for contains query. feature req 529354.
4496
4497 2003-11-02 [alfons]     0.9.6claws64
4498
4499         * src/browseldap.c
4500                 fix build bustage if not compiling ldap support
4501
4502 2003-11-01 [match]      0.9.6claws63
4503
4504         * po/POTFILES.in
4505         * src/Makefile.am
4506         * src/addr_compl.[ch]
4507         * src/addrbook.c
4508         * src/addrcache.[ch]
4509         * src/addrdefs.h        ** NEW **
4510         * src/addressbook.c
4511         * src/addressitem.h
4512         * src/addrindex.[ch]
4513         * src/addritem.h
4514         * src/addrquery.[ch]
4515         * src/ldapquery.[ch]
4516         * src/ldapserver.[ch]
4517                 refactor LDAP query mechanism.
4518
4519         * src/browseldap.[ch]   ** NEW **
4520         * src/ldaplocate.[ch]   ** NEW **
4521                 add feature to browse LDAP entry that was retrieved using
4522                 an explicit LDAP search.
4523
4524 2003-11-01 [alfons]     0.9.6claws62
4525
4526         * src/prefs_gtk.c
4527                 prefs_write_param(): fail when we see an invalid type; all the
4528                 callers seem to handle this gracefully by reverting changes
4529
4530 2003-10-30 [christoph]  0.9.6claws61
4531
4532         * configure.ac
4533         * ac/openssl.m4
4534         * ac/spamassassin.m4
4535         * src/Makefile.am
4536                 use extra variables for all libraries to make sure plugins
4537                 are only linked with libraries they really need. $LIBS is always
4538                 added to the linking parameters, but we only what the libraries
4539                 listed in the Makefile
4540
4541 2003-10-29 [paul]       0.9.6claws60
4542
4543         * src/mimeview.c
4544                 don't use Subject for unknown part name
4545
4546 2003-10-29 [paul]       0.9.6claws59
4547
4548         * src/compose.c
4549                 get name of attachment(s) when re-editing, fwd'ing or
4550                 redirecting
4551                 
4552         * src/mimeview.c
4553                 get name of attachment(s) when saving
4554
4555 2003-10-29 [hoa]        0.9.6claws58
4556
4557         * src/textview.c
4558                 implemented multipart/alternative in MIME message viewer.
4559
4560 2003-10-28 [christoph]  0.9.6claws57
4561
4562         * configure.ac
4563                 make sure MathML-Viewer is not built with the
4564                 Gtk2 version of GtkMathView
4565
4566 2003-10-28 [paul]       0.9.6claws56
4567
4568         * sync with 0.9.7cvs1
4569                 see ChangeLog 2003-10-28
4570
4571 2003-10-27 [alfons]     0.9.6claws55
4572
4573         * src/matcher_parser_parse.y
4574         * src/gtk/colorlabel.c
4575                 allow setting color label to 0 in filtering/processing rules
4576                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4577
4578 2003-10-26 [alfons]     0.9.6claws54
4579
4580         * src/summary_search.c
4581                 fix misnomer and correct selecting initial search node  
4582
4583 2003-10-26 [christoph]  0.9.6claws53
4584
4585         * src/pgpmime.c
4586         * src/sgpgme.c
4587                 change display of signature info to use only name of
4588                 signer, otherwise the text gets too long.
4589
4590         * src/procmime.c
4591                 don't use MimeInfo's filename to generate tmp filename
4592
4593 2003-10-25 [christoph]  0.9.6claws52
4594
4595         * src/procmime.c
4596                 fix message body searching
4597
4598 2003-10-25 [paul]       0.9.6claws51
4599
4600         * src/compose.c
4601                 use g_basename rather than basename
4602
4603 2003-10-24 [christoph]  0.9.6claws50
4604
4605         * src/sgpgme.c
4606                 change fetching of signature key's trust
4607
4608 2003-10-24 [paul]       0.9.6claws49
4609
4610         * po/sk.po
4611                 update Slovak translation
4612                 submitted by Andrej Kacian
4613                 
4614         * src/mainwindow.c
4615                 remove unknown menu entry /File/Add mailbox/mbox...
4616
4617 2003-10-24 [hoa]        0.9.6claws48
4618
4619         * src/Makefile.am
4620                 removed all references to mbox folders
4621
4622         * src/carray.[ch]               * REMOVED *
4623         * src/chash.[ch]                * REMOVED *
4624         * src/maillock.[ch]             * REMOVED *
4625         * src/mailmbox.[ch]             * REMOVED *
4626         * src/mailmbox_folder.[ch]      * REMOVED *
4627         * src/mailmbox_parse.[ch]       * REMOVED *
4628         * src/mailmbox_types.[ch]       * REMOVED *
4629         * src/mbox_folder.[ch]          * REMOVED *
4630                 remove implementation of mbox folders
4631                 and old mailbox folder.
4632                 mbox folder implementation will be added
4633                 as a plugin so that implementation can be entirely
4634                 synchronized with the files of the project they are
4635                 extracted from (libEtPan!).
4636         
4637         * src/mainwindow.c
4638         * src/folder.c
4639         * src/folderview.[ch]
4640         * src/procmsg.h         
4641                 Disable as much code that references mbox folders
4642                 as possible.
4643                 Some UI thing still need to know that folder is mbox
4644                 (when we have to enter the name of the mailbox and
4645                 we want to add /var/mail/$USER).
4646
4647 2003-10-23 [christoph]  0.9.6claws47
4648
4649         * src/noticeview.c
4650                 don't always display button when noticeview is made visible
4651
4652         * src/mimeview.c
4653         * src/pgpmime.c
4654         * src/privacy.[ch]
4655         * src/sgpgme.[ch]
4656                 get signature information from crypto system
4657
4658 2003-10-22 [paul]       0.9.6claws46
4659
4660         * po/es.po
4661                 updated by Ricardo Mones Lastra
4662
4663 2003-10-22 [paul]       0.9.6claws45
4664
4665         * src/Makefile.am
4666                 update to reflect the changes to the icons that
4667                 happened in 0.9.6claws35
4668
4669 2003-10-22 [alfons]     0.9.6claws44
4670         
4671         * src/carray.h
4672                 inline carray_count() 
4673
4674 2003-10-21 [alfons]     0.9.6claws43
4675
4676         * src/carray.h
4677                 glib wrappers
4678         * src/carray.c
4679                 disable
4680         * src/mailmbox.[ch]
4681         * src/mailmbox_folder.c
4682         * src/mailmbox_parse.c
4683         * src/mailmbox_types.[ch]
4684                 %s/uint32_t/guint
4685
4686 2003-10-21 [luke]       0.9.6claws42
4687
4688         * src/stock_pixmaps.[ch]
4689         * src/mimeview.c
4690         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4691         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4692                 o remove mime_application_octet_stream.xpm icon (it was never
4693                   really needed)
4694                 o remove redundant icon messageview_text.xpm
4695
4696         * src/mainwindow.c
4697                 fix visibility of signature noticeview when toggling 'separate
4698                 message view'
4699
4700 2003-10-21 [christoph]  0.9.6claws41
4701
4702         * src/procmime.c
4703                 decode multipart and rfc822 mime parts to allow further
4704                 parsing when required
4705
4706 2003-10-21 [christoph]  0.9.6claws40
4707
4708         * src/procmime.[ch]
4709         * src/textview.c
4710                 remove obsolete charset parameter in MimeInfo and fix
4711                 TextView to use the charset from the parameter hash table
4712
4713         * src/plugins/dillo_viewer/Makefile.am
4714         * src/plugins/trayicon/Makefile.am
4715                 add OPENSSL_CFLAGS to fix building with using
4716                 --with-openssl-* parameters
4717
4718 2003-10-21 [paul]       0.9.6claws39
4719
4720         * src/prefs_matcher.[ch]
4721                 replace remnants of the old, renamed 'Execute' matchtype
4722                 add a brief description to the Info window
4723
4724 2003-10-21 [hoa]        0.9.6claws38
4725         
4726         * src/Makefile.am
4727         * src/carray.[ch]               * NEW *
4728         * src/chash.[ch]                * NEW *
4729         * src/folder.c
4730         * src/maillock.[ch]             * NEW *
4731         * src/mailmbox.[ch]             * NEW *
4732         * src/mailmbox_folder.[ch]      * NEW *
4733         * src/mailmbox_parse.[ch]       * NEW *
4734         * src/mailmbox_types.[ch]       * NEW *
4735                 implementation of mbox folder with unique message numbers
4736
4737                 made use of libEtPan! implementation of mbox for lower-layer.
4738
4739 2003-10-20 [alfons]     0.9.6claws37
4740
4741         * src/noticeview.c
4742                 fix invalid argument warning
4743         * src/pgpmime.c
4744                 no in place variable
4745
4746 2003-10-20 [paul]       0.9.6claws36
4747
4748         * src/compose.[ch]
4749           src/filtering.c
4750           src/messageview.c
4751                 fix crash when using Forward in Filtering when
4752                 external editor option is set
4753                 
4754                 Patch submitted by Simon 'corecode' Schubert
4755                 <corecode@corecode.ath.cx> 
4756
4757 2003-10-20 [paul]       0.9.6claws35
4758
4759         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4760           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4761           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4762           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4763           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4764           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4765           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4766           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4767           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4768           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4769           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4770           src/mimeview.c
4771           src/stock_pixmap.[ch]
4772                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4773                 icons. add privacy_warn.xpm icon
4774
4775 2003-10-20 [hoa]  0.9.6claws34
4776
4777         * src/folder_item_prefs.[ch]
4778         * src/prefs_folder_item.c
4779         * src/main.c
4780                 Added a property per folder to choose whether we 
4781                 want to apply processing on it on startup or if we
4782                 prefer to wait the folder selection to apply it.
4783         
4784         * src/messageview.c
4785                 fixed C89 compatibility (for old compilers, for
4786                 example gcc 2.95.x).
4787
4788 2003-10-17 [christoph]  0.9.6claws33
4789
4790         * src/mimeview.c
4791         * src/noticeview.[ch]
4792                 change noticeview icon to indicate signature status
4793
4794 2003-10-17 [christoph]  0.9.6claws32
4795
4796         * src/Makefile.am
4797         * src/main.c
4798         * src/mimeview.c
4799         * src/noticeview.c
4800         * src/pgpmime.[ch]                              ** NEW **
4801         * src/privacy.[ch]
4802         * src/rfc2015.c
4803         * src/sgpgme.c                                  ** NEW **
4804                 reimplement PGP/Mime signature checking (unfinished)
4805
4806 2003-10-15 [christoph]  0.9.6claws31
4807
4808         * src/procmime.[ch]
4809                 fix procmime_get_text_content() and
4810                 procmime_get_first_text_content()
4811
4812 2003-10-15 [christoph]  0.9.6claws30
4813
4814         * src/plugins/spamassassin/spamassassin_gtk.c
4815         * src/plugins/spamassassin/spamassassin_gtk.glade
4816                 fix timeout tooltip
4817
4818 2003-10-15 [paul]       0.9.6claws29
4819
4820         * src/messageview.c
4821                 workaround for buggy smtp servers. on sending a
4822                 return receipt strip the name part from the address
4823                 when creating headers
4824                 
4825 2003-10-15 [paul]       0.9.6claws28
4826
4827         * sync with 0.9.7 release
4828                 see ChangeLog 2003-10-15
4829
4830 2003-10-14 [christoph]  0.9.6claws27
4831
4832         * src/plugins/clamav/clamav_plugin.c
4833                 fix clamav plugin
4834
4835 2003-10-14 [christoph]  0.9.6claws26
4836
4837         * src/compose.c
4838         * src/mimeview.c
4839         * src/procmime.[ch]
4840         * src/rfc2015.c
4841         * src/textview.c
4842         * src/plugins/clamav/clamav_plugin.c
4843                 use GNode to create the mime tree (some changes to functions
4844                 that traverse the tree are just quick and dirty. Maybe we
4845                 can find better solutions with g_node_*-functions)
4846
4847 2003-10-14 [luke]       0.9.6claws25
4848
4849         * src/mimeview.c
4850                 fix a navigation bug (stupid typo of mine)
4851
4852 2003-10-14 [christoph]  0.9.6claws24
4853
4854         * src/textview.c
4855                 fix missing last line in plain/text mails
4856
4857 2003-10-13 [luke]       0.9.6claws23
4858
4859         * src/summaryview.c
4860                 fix bug 334 (part 1)
4861
4862 2003-10-13 [kov]        0.9.6claws22
4863
4864         * src/mimeview.c
4865                 error checking when the user enters a non-directory at
4866                 the file selection dialog.
4867                 work-around for users entering directory location without
4868                 adding a leading G_DIR_SEPARATOR.
4869
4870 2003-10-13 [luke]       0.9.6claws21
4871
4872         * src/compose.c
4873                 error reporting for inserting files, including catching
4874                 invalid characters for current locale/encoding
4875
4876 2003-10-13 [paul]       0.9.6claws20
4877
4878         * src/folderview.c
4879                 fix bug #347 'subscribe newsgroups crashes'
4880
4881 2003-10-13 [paul]       0.9.6claws19
4882
4883         * src/compose.c
4884                 when using 'Reply to all' include the 'send replies
4885                 to' folder property
4886                 
4887         * po/ja.po
4888                 update Japanese translation. submitted by Rui Hirokawa 
4889                 <rui_hirokawa@ybb.ne.jp>        
4890
4891 2003-10-13 [hoa]        0.9.6claws18
4892
4893         * src/account.c
4894         * src/compose.c
4895         * src/messageview.c
4896         * src/procheader.c
4897         * src/procheader.h
4898                 rename get_header_from_msginfo() into
4899                 procheader_get_header_from_msginfo() so that we have a
4900                 coherent exported naming.
4901                 avoid parsing of header contained in a string via
4902                 a newly written temporary file.
4903
4904         Patch submitted by Simon 'corecode' Schubert
4905                 <corecode@corecode.ath.cx>
4906
4907 2003-10-12 [hoa]        0.9.6claws17
4908
4909         * src/filtering.c
4910         * src/filtering.h
4911         * src/matcher.c
4912         * src/matcher.h
4913         * src/matcher_parser_parse.y
4914         * src/prefs_filtering_action.c
4915                 added "stop" action : stop applying the filtering rules.
4916                 added "set score" and "increase/decrease score" actions.
4917                 That two last action replace the "change_score" action
4918                 introduced by alfons in 0.8.8claws85.
4919                 "set score" is to set a given score to the message.
4920                 "increase/decrease score" will increase or decrease the
4921                 score if the given value is respectively positive or
4922                 negative. If someone find a some better name for this last
4923                 rule, it can be modified.
4924
4925 2003-10-12 [paul]       0.9.6claws16
4926
4927         * AUTHORS
4928           po/ja.po
4929                 update Japanese translation. submitted by Rui Hirokawa 
4930                 <rui_hirokawa@ybb.ne.jp>
4931
4932 2003-10-12 [christoph]  0.9.6claws15
4933
4934         * src/procmime.c
4935                 fix crash caused by incorrect headers
4936
4937 2003-10-10 [christoph]  0.9.6claws14
4938
4939         * src/main.c
4940         * src/privacy.[ch]
4941         * src/rfc2015.[ch]
4942                 implement detection of signed message parts for rfc2015
4943
4944 2003-10-10 [thorsten]   0.9.6claws13
4945
4946         * src/mimeview.c
4947                 fix typo
4948
4949 2003-10-10 [christoph]  0.9.6claws12
4950
4951         * src/stock_pixmap.[ch]
4952         * src/pixmaps/mime_message.xpm                  ** NEW **
4953                 add a new icon for mime type "message"
4954
4955         * src/privacy.[ch]
4956         * src/procmime.[ch]
4957                 add crypto api
4958
4959         * src/mimeview.c
4960                 o use crypto api
4961                 o add icons for message type mime parts
4962
4963 2003-10-10 [christoph]  0.9.6claws11
4964
4965         * src/mainwindow.c
4966         * src/messageview.[ch]
4967         * src/mimeview.[ch]
4968         * src/procmime.[ch]
4969         * src/procmsg.[ch]
4970         * src/rfc2015.c
4971         * src/summaryview.c
4972         * src/textview.[ch]
4973                 o remove switching between TextView and MimeView in MessageView
4974                   (if required we can hide the icon box and the MimeView will
4975                    look exaxtly like the TextView)
4976                 o temporary remove signature and decrypting GPGME code
4977
4978 2003-10-09 [christoph]  0.9.6claws10
4979
4980         * src/action.c
4981         * src/compose.c
4982         * src/messageview.c
4983         * src/mimeview.c
4984         * src/procmime.[ch]
4985         * src/procmsg.c
4986         * src/rfc2015.c
4987         * src/textview.c
4988         * src/common/utils.[ch]
4989         * src/plugins/clamav/clamav_plugin.c
4990         * src/plugins/dillo_viewer/dillo_viewer.c
4991         * src/plugins/image_viewer/viewer.c
4992         * src/plugins/mathml_viewer/mathml_viewer.c
4993                 new mime parser (several things need fixing)
4994
4995 2003-10-09 [paul]       0.9.6claws9
4996
4997         * src/imap.c
4998                 a little more sync with 0.9.6cvs2 and a tidy up
4999
5000 2003-10-08 [paul]       0.9.6claws8
5001
5002         * sync with 0.9.6cvs2
5003                 see ChangeLog 2003-10-03
5004
5005 2003-10-05 [christoph]  0.9.6claws7
5006
5007         * src/summaryview.c
5008                 don't use flags to check if a message is in a news folder
5009
5010         (closes Bug 282 clicking on folder with copied Messages from News
5011          immediately after having copied them crashes Sylpheed-Claws)
5012
5013 2003-10-05 [christoph]  0.9.6claws6
5014
5015         * src/Makefile.am
5016         * src/progressdialog.[ch]               ** REMOVE **
5017         * src/gtk/Makefile.am
5018         * src/gtk/progressdialog.[ch]           ** NEW **
5019                 move progressdialog to gtk directory
5020
5021 2003-10-04 [christoph]  0.9.6claws5
5022
5023         * src/prefs_toolbar.c
5024         * src/gtk/prefswindow.c
5025                 remove widget_show_all for pages root widget
5026
5027         * src/plugins/spamassassin/spamassassin.[ch]
5028         * src/plugins/spamassassin/spamassassin_gtk.c
5029         * src/plugins/spamassassin/spamassassin_gtk.glade
5030                 add support for new libspamc transports
5031
5032 2003-10-04 [christoph]  0.9.6claws4
5033
5034         * src/plugins/spamassassin/libspamc.[ch]
5035         * src/plugins/spamassassin/spamassassin.c
5036         * src/plugins/spamassassin/utils.[ch]
5037                 update libspamc to version from SpamAssassin 2.60
5038
5039 2003-10-03 [christoph]  0.9.6claws3
5040
5041         * src/send_message.c
5042                 fix missing format string bug found by
5043                 Georgi Guninski <guninski@guninski.com>
5044
5045 2003-10-03 [paul]       0.9.6claws2
5046
5047         * po/zh_CN.po
5048                 update Simpilified Chinese translation, submitted by
5049                 Hansom Young
5050
5051 2003-10-02 [christoph]  0.9.6claws1
5052
5053         * src/imap.c
5054                 add UIDPLUS support for COPY and EXPUNGE
5055
5056 2003-10-02 [paul]       0.9.6claws
5057
5058         * 0.9.6claws released
5059
5060 2003-10-02 [paul]
5061
5062         * po/es.po
5063           po/sk.po
5064                 update Spanish and Slovak translations
5065                 submitted by Ricardo Mones Lastra and Andrej Kacian
5066  
5067 2003-10-02 [paul]       0.9.5claws43
5068
5069         * po/en_GB.po
5070                 update British English translation
5071
5072 2003-10-02 [paul]       0.9.5claws42
5073
5074         * po/hr.po
5075                 update Croatian translation, submitted by Dragan
5076
5077 2003-10-01 [paul]       0.9.5claws41
5078
5079         * po/pl.po
5080           po/sr.po
5081                 update Polish and Serbian translations, submitted by
5082                 Emil and Urke MMI
5083
5084 2003-10-01 [melvin]     0.9.5claws40
5085
5086         * po/fr.po
5087                 Updated French translations
5088
5089 2003-10-01 [melvin]     0.9.5claws39
5090
5091         * src/prefs_fonts.c
5092                 Fixed a Gtk warning
5093
5094         * src/plugins/dillo_prefs.c     
5095                 Quasi unnoticeable UI clean-up.
5096
5097 2003-10-01 [paul]
5098
5099         * tools/README
5100           tools/maildir2sylpheed.pl
5101                 bug fixes, rewrites, submitted by Matthias Förste 
5102                 <itsjustme@users.sourceforge.net>
5103
5104 2003-09-29 [paul]       0.9.5claws38
5105
5106         * src/inc.c
5107                 fix my coding carelessness
5108
5109 2003-09-29 [paul]       0.9.5claws37
5110
5111         * po/POTFILES.in
5112           src/Makefile.am
5113           src/main.c
5114           src/prefs_common.[ch]
5115           src/prefs_fonts.[ch]  ** NEW FILES **
5116                 move Font config options to Other Prefs/Display/Fonts
5117                 (user's current configuration is preserved)
5118
5119 2003-09-29 [paul]       0.9.5claws36
5120
5121         * src/inc.c
5122           src/prefs_account.c
5123                 allow 'local_mbox' value to point to either a directory 
5124                 (/var/mail -  default, new) or a file (/var/mail/username
5125                 - original)
5126
5127 2003-09-28 [paul]       0.9.5claws35
5128
5129         * src/rfc2015.c
5130                 on signature check, where key exists, print the
5131                 Key ID
5132
5133 2003-09-27 [alfons]     0.9.5claws34
5134
5135         * src/action.c
5136                 o make progress bar not fill/expand when resizing dialog
5137                 o use default fixed text font for actions output
5138
5139 2003-09-27 [paul]       0.9.5claws33
5140
5141         * src/prefs_common.[ch]
5142           src/procmsg.c
5143           src/send_message.c
5144                 remove External Program settings from Common Prefs/Send
5145                 as they are now unnecessary due to Local account settings.
5146                 plus a little tidying-up after 0.9.5claws31
5147
5148 2003-09-27 [paul]       0.9.5claws32
5149
5150         * src/prefs_account.c
5151                 o make correction to gui text:
5152                   'Local mailbox file' -> 'Local mailbox directory'
5153                 o give 'local_mbox' option a reasonable default value:
5154                   '/var/mail'
5155                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5156                   value
5157
5158 2003-09-26 [paul]       0.9.5claws31
5159
5160         * src/inc.c
5161           src/prefs_common.[ch]
5162                 remove 'Incorporate from spool' common pref,
5163                 force creation of a 'Local' account
5164
5165 2003-09-26 [christoph]  0.9.5claws30
5166
5167         * src/folder.c
5168         * src/msgcache.c
5169                 add more NULL pointer checks
5170
5171 2003-09-25 [christoph]  0.9.5claws29
5172
5173         * src/folder.c
5174                 o don't fetch source message to get it's message id
5175                 o immediately scan dest folder when copying a message did not
5176                   return a new message number and not do it when the first message
5177                   without a new message number is found
5178
5179 2003-09-23 [christoph]  0.9.5claws28
5180
5181         * src/compose.c
5182                 fix generating of headers
5183
5184         (patch by David Relson <relson@osagesoftware.com>)
5185
5186 2003-09-23 [paul]       0.9.5claws27
5187
5188         * po/zh_CN.po
5189                 update Simplified Chinese translation. submitted by
5190                 Hansom Young
5191
5192 2003-09-23 [paul]       0.9.5claws26
5193
5194         * tools/Makefile.am
5195           tools/README
5196           tools/vcard2xml.py    ** NEW FILE **
5197                 add a script that converts an evolution vcard to
5198                 sylpheed's xml format
5199                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5200
5201 2003-09-22 [paul]       0.9.5claws25
5202
5203         * src/plugins/clamav/clamav_plugin.c
5204                 don't skip MULTIPART parts
5205
5206 2003-09-21 [christoph]  0.9.5claws24
5207
5208         * src/alertpanel.c
5209                 remove unneeded include
5210
5211         * src/folder.c
5212                 clean up copy/move mess with duplicated code
5213
5214         * src/imap.c
5215                 fix problem that sometimes the folder was not scanned
5216                 also it was changed
5217
5218 2003-09-21 [christoph]  0.9.5claws23
5219
5220         * src/Makefile.am
5221         * src/logwindow.[ch]                    ** REMOVE **
5222         * src/mainwindow.c
5223         * src/prefs_common.c
5224         * src/gtk/Makefile.am
5225         * src/gtk/logwindow.[ch]                ** ADD **
5226                 make logwindow prefs_common independent and move
5227                 it to gtk directory
5228
5229 2003-09-20 [christoph]  0.9.5claws22
5230
5231         * src/compose.c
5232                 add extra space for address code conversion
5233                 (4 * unconvered size could be too small for short headers)
5234
5235 2003-09-20 [christoph]  0.9.5claws21
5236
5237         * src/compose.c
5238                 increase temp buffer size when writing headers
5239
5240 2003-09-19 [darko]      0.9.5claws20
5241
5242         * src/compose.c
5243                 don't ignore value of 'Save copy of outgoing messages to
5244                 this folder instead of Sent' in message redirect
5245
5246 2003-09-17 [christoph]  0.9.5claws19
5247
5248         * src/compose.c
5249                 use ", " as address seperator for mail headers and pass whole
5250                 header line at once to compose_convert_header to make sure
5251                 it is correctly folded
5252
5253         (closes Bug 64 Problem when sending to many recipients)
5254
5255 2003-09-17 [hoa]        0.9.5claws18
5256         
5257         * src/matcher.[ch]
5258           src/matcher_parser_parse.y
5259           src/prefs_matcher.c
5260                 changed the keyword used for command execution in condition
5261                 keyword is changed from "execute" to "test"
5262                 so that it is not the same as the one used for action.
5263                 This will fix a bug when using filtering dialog.
5264                 All semantic in the code is also changed to reflect
5265                 the keyword change.
5266
5267 2003-09-17 [paul]
5268         
5269         * sync with 0.9.6 release
5270
5271 2003-09-17 [paul]       0.9.5claws17
5272
5273         * sync with 0.9.5cvs8
5274                 see ChangeLog 2003-09-16 and 2003-09-17
5275
5276 2003-09-16 [paul]       0.9.5claws16
5277
5278         * sync with 0.9.5cvs6
5279                 see ChangeLog 2003-09-16
5280
5281 2003-09-15 [paul]       0.9.5claws15
5282
5283         * sync with 0.9.5cvs5
5284                 see ChangeLog 2003-09-15
5285
5286 2003-09-14 [alfons]     0.9.5claws14
5287
5288         * src/inc.c
5289                 make "Go to inbox after receiving new mail" again;
5290                 regression of a sync, restored to sylpheed main 
5291                 behaviour. (misses still some bits)
5292
5293 2003-09-14 [alfons]     0.9.5claws13
5294
5295         * src/prefs_filtering_action.c
5296                 o add proper message if empty execute command line
5297                 o don't select first action item after registering a
5298                   new action to prevent (what seems to be a GTK) bug
5299                   #36, "filtering will only accept one action change 
5300                   per invocation".
5301
5302 2003-09-14 [alfons]     0.9.5claws12
5303
5304         * src/prefs_filtering.c
5305         * src/prefs_filtering_action.c
5306         * src/prefs_matcher.c
5307                 fix function signature for key_pressed_event signal handlers
5308
5309 2003-09-14 [alfons]     0.9.5claws11
5310
5311         * src/mainwindow.c
5312                 fix regression caused by fix for invalid bug #7
5313                 (should fix #246, "Multiple selections are deselected when 
5314                 moving from search window to main window")
5315                 
5316 2003-09-14 [alfons]     0.9.5claws10
5317         
5318         * src/actions.[ch]
5319         * src/filtering.[ch]
5320         * src/prefs_actions.c
5321                 allow `filtering actions` in actions; only for advanced users
5322                 right now: try for example, "%as{mark color 2}" 
5323         
5324 2003-09-13 [paul]       0.9.5claws9
5325         
5326         * po/pl.po
5327           po/zh_CN.po   ** NEW FILE **
5328                 update Polish translation, submitted by Emil 
5329                 <eminowbl@posejdon.wpk.p.lodz.pl>
5330                 add new Simplified Chinese translation, submitted by
5331                 Hansom Young <hansom_young@yahoo.com>
5332
5333 2003-09-12 [alfons]     0.9.5claws8
5334
5335         * src/summaryview.c
5336                 don't open separate message views when View | Separate message view
5337                 is active 
5338                 (please look carefully for any navigation regressions)
5339
5340 2003-09-11 [alfons]     0.9.5claws7
5341
5342         * src/mainwindow.c
5343                 make default message view, opened by View | Separate message 
5344                 view, look like a claws message view (which includes a menu
5345                 bar and a toolbar)
5346                 (fixes bug #298, "message view loses tool bar") 
5347
5348 2003-09-11 [christoph]  0.9.5claws6
5349
5350         * src/folderview.c
5351                 fix double deleting of newsgroup folders
5352
5353         (closes Bug 305 crash after deleting of a newsgroup)
5354
5355 2003-09-11 [paul]       0.9.5claws5
5356
5357         * src/rfc2015.c
5358           src/common/utils.h
5359                 more sync'ing from 0.9.5cvs2
5360
5361 2003-09-11 [christoph]  0.9.5claws4
5362
5363         * src/compose.c
5364         * src/rfc2015.c
5365         * src/common/utils.h
5366                 fix sync with 0.9.5cvs2
5367
5368 2003-09-11 [paul]       0.9.5claws3
5369
5370         * sync with 0.9.5cvs4
5371                 see ChangeLog 2003-09-11
5372
5373 2003-09-11 [paul]       0.9.5claws2
5374
5375         * sync with 0.9.5cvs2
5376                 see ChangeLog 2003-09-05
5377                 
5378 2003-09-11 [paul]       0.9.5claws1
5379
5380         * sync with 0.9.5cvs3
5381                 see ChangeLog 2003-09-10
5382
5383 2003-09-10 [paul]       0.9.5claws
5384
5385         * 0.9.5claws released
5386
5387 2003-09-10 [paul]       0.9.4claws78
5388
5389         * src/Makefile.am
5390                 add missing files
5391
5392 2003-09-10 [melvin]     0.9.4claws77
5393
5394         * po/fr.po
5395                 Updated French translations
5396
5397 2003-09-10 [paul]       0.9.4claws76
5398
5399         * po/es.po
5400           po/sk.po
5401           po/sr.po
5402                 update Spanish, Slovak, and Serbian translations.
5403                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5404                 and Urke MMI
5405                 
5406         * AUTHORS
5407                 add translation team section
5408
5409 2003-09-09 [christoph]  0.9.4claws75
5410
5411         * src/folder.c
5412                 free item->prefs in folder_item_destroy
5413
5414 2003-09-09 [alfons]     0.9.4claws74
5415
5416         * src/folderview.c
5417                 o proper check for root node sorting
5418                 o remove unnecessary gtk_ctree_remove_node 
5419
5420         (should fix bug #300, "crash while moving folder")      
5421
5422 2003-09-08 [christoph]  0.9.4claws73
5423
5424         * src/folderview.c
5425                 o fix double adding of IMAP FolderItems to GtkCTree
5426                 o fix crash then mbox folder is removed
5427
5428 2003-09-08 [christoph]  0.9.4claws72
5429
5430         * src/folder.c
5431         * src/folderview.c
5432         * src/mainwindow.c
5433                 fix new folder notification
5434
5435         * src/mbox_folder.c
5436                 fix cache path
5437
5438 2003-09-08 [christoph]  0.9.4claws71
5439
5440         * src/compose.c
5441                 replace '\n' and '\r' before removing trailing spaces
5442
5443         * src/folder.[ch]
5444         * src/folderview.c
5445                 add information about new or removed items in folder tree change
5446                 notification and use this in folderview to add and remove only
5447                 the appected items and not refresh the whole tree
5448
5449 2003-09-07 [match]      0.9.4claws70
5450
5451         * src/Makefile.am
5452         * src/addr_compl.c
5453         * src/addressbook.c
5454         * src/addressitem.h
5455         * src/addrindex.c
5456         * src/addritem.c
5457         * src/addritem.h
5458         * src/addrquery.c                       ** NEW **
5459         * src/addrquery.h
5460         * src/ldapquery.c
5461         * src/ldapserver.c
5462         * src/stock_pixmap.c
5463         * src/stock_pixmap.h
5464         * src/pixmaps/address_search.xpm        ** NEW **
5465                 re-introduce Lookup button for LDAP 'static' searches.
5466
5467 2003-09-07 [alfons]     0.9.4claws69
5468         
5469         * src/summaryview.c
5470                 abandon setting usize for messageview because it gives layout problems
5471                 with the quick search bar and the headerview; fixes assorted UI glitches:
5472                 
5473                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5474                 o bug #280, "Window resiizes for line length but does not revert"
5475
5476 2003-09-07 [christoph]  0.9.4claws68
5477
5478         * src/compose.c
5479                 o make sure we don't have any newlines in header values
5480                 o check custom headers for spaces and newlines and ignore
5481                   malformed header names
5482
5483 2003-09-06 [christoph]  0.9.4claws67
5484
5485         * src/folder.c
5486         * src/folderview.c
5487                 invoke notification hook for folder tree changes after append
5488                 and remove folder
5489
5490         (closes Bug 294 Crash while moving folder with many subdirectories)
5491
5492 2003-09-06 [christoph]  0.9.4claws66
5493
5494         * src/folder.c
5495                 destroy folder's MsgCache if FolderItem is removed to make sure
5496                 it is not saved when the FolderItem is destroyed
5497
5498 2003-09-06 [christoph]  0.9.4claws65
5499
5500         * src/plugins/clamav/clamav_plugin.c
5501                 fix copy & paste bug
5502
5503 2003-09-05 [christoph]  0.9.4claws64
5504
5505         * src/folder.c
5506         * src/messageview.[ch]
5507         * src/procmsg.[ch]
5508         * src/summaryview.c
5509                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5510                 by MessageView to clear it when the message is deleted. Should
5511                 work even if messages are deleted in MainWindow or by
5512                 processing.
5513
5514 2003-09-05 [alfons]     0.9.4claws63
5515
5516         * src/messageview.c
5517                 deleting a message in a message view frees its msginfo, make 
5518                 messageview_update_all() aware of that (should fix bug #293,
5519                 "deleting message caused crash")
5520
5521 2003-09-05 [melvin]     0.9.4claws62
5522
5523         * src/action.c
5524                 Improve synchronous action exit code (fixes 
5525                 a ~5 seconds delay after action exit on RedHat 9)
5526
5527 2003-09-04 [christoph]  0.9.4claws61
5528
5529         * src/compose.c
5530         * src/rfc2015.c
5531         * src/common/utils.[ch]
5532                 add util function to create mime boundary and use it
5533                 in compose and gpg code
5534
5535 2003-09-04 [alfons]     0.9.4claws60
5536
5537         * src/folder.c
5538                 source folder item's GNode should already have been freed in 
5539                 a previous call to src->folder->klass->remove_folder()
5540                 (should fix bug #287, "crash when moving folders")
5541
5542 2003-09-03 [thorsten]   0.9.4claws59
5543
5544         * src/plugins/spamassassin/spamassassin_gtk.c
5545                 fix compile error
5546
5547 2003-09-03 [christoph]  0.9.4claws58
5548
5549         * src/plugins/spamassassin/spamassassin.[ch]
5550         * src/plugins/spamassassin/spamassassin_gtk.c
5551                 add timeout config option
5552
5553 2003-09-03 [paul]       0.9.4claws57
5554
5555         * po/sk.po      ** NEW FILE **
5556                 add Slovak translation. Submitted by Andrej Kacian 
5557                 <andrej@kacian.sk>
5558
5559 2003-09-03 [paul]       0.9.4claws56
5560
5561         * src/plugins/clamav/clamav_plugin_gtk.c
5562                 gui tweaks: replace a label with a tooltip, modify the
5563                 text, use gtk_check_button_new(); instead of
5564                 gtk_check_button_new_with_label("");
5565
5566 2003-09-02 [alfons]     0.9.4claws55
5567
5568         * src/gtk/filesel.c
5569                 remember last used dir when attaching multiple files (should fix
5570                 bug #290, "Attach File does not remember directory")
5571
5572 2003-09-01 [paul]       0.9.4claws54
5573
5574         * po/es.po
5575                 updated by Ricardo Mones Lastra
5576
5577 2003-09-01 [alfons]     0.9.4claws53
5578
5579         * src/gtk/gtkaspell.[ch]
5580                 be pedantic and strict and use const gchar * instead of guchar *
5581
5582 2003-09-01 [alfons]     0.9.4claws52
5583
5584         * src/mainwindow.c
5585         * src/summaryviewc.
5586                 re-enable Save As when multiple messages are selected
5587
5588 2003-09-01 [paul]       0.9.4claws51
5589
5590         * src/textview.c
5591                 g_free(trimmed_uri);
5592
5593 2003-09-01 [paul]       0.9.4claws50
5594
5595         * sync with 0.9.4cvs13
5596                 see ChangeLog 2003-09-01
5597
5598 2003-09-01 [paul]       0.9.4claws49
5599
5600         * src/textview.c
5601                 trim uri before sending to the statusbar
5602                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5603                 in the message window causes main S-C window to enlarge 
5604                 past screen edges'
5605
5606 2003-09-01 [paul]       0.9.4claws48
5607
5608         * sync with 0.9.4cvs12
5609                 see ChangeLog 2003-09-01
5610
5611 2003-08-30 [christoph]  0.9.4claws47
5612
5613         * src/compose.c
5614         * src/folder_item_prefs.[ch]
5615         * src/prefs_folder_item.c
5616         * src/gtk/gtkaspell.[ch]
5617                 commit per folder dictionary patch by
5618                 Paul Evans <nerd@freeuk.com>
5619
5620 2003-08-30 [christoph]  0.9.4claws46
5621
5622         * src/plugins/spamassassin/spamassassin_gtk.c
5623         * src/plugins/spamassassin/spamassassin_gtk.glade
5624                 reduce GUI clutter by placing hints into tooltips
5625
5626 2003-08-30 [paul]       0.9.4claws45
5627
5628         * src/compose.c
5629                 add 'Content-Disposition: inline' to a text/plain
5630                 part when using PGP/MIME signing
5631
5632 2003-08-30 [paul]       0.9.4claws44
5633
5634         * src/prefs_common.c
5635           src/prefs_spelling.c
5636           src/prefs_spelling.glade
5637                 reduce GUI clutter by placing hints into tooltips
5638
5639 2003-08-29 [christoph]  0.9.4claws43
5640
5641         * configure.ac
5642                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5643
5644         * src/stock_pixmap.c
5645                 change unecessary warning into a debug message
5646
5647         * src/plugins/clamav/Makefile.am
5648                 Fix error "-I$(CLAMAV_LIBS)"
5649
5650 2003-08-29 [christoph]  0.9.4claws42
5651
5652         * intl/Makefile.in
5653         * src/Makefile.am
5654         * src/matcher.h
5655         * src/common/Makefile.am
5656         * src/common/passcrypt.c
5657                 commit fixes and patches for some of the IRIX problems found by
5658                 Ivan Rayner <ivanr@sgi.com>
5659
5660 2003-08-29 [paul]       0.9.4claws41
5661
5662         * src/prefs_filtering.c
5663                 add 'Top' and 'Bottom' buttons, based on changes in
5664                 src/prefs_filter.c in 0.9.4cvs11.
5665
5666 2003-08-27 [christoph]  0.9.4claws40
5667
5668         * src/folderview.c
5669                 fix bug that the current summary settings were copied to the
5670                 wrong folder item, when the folder item prefs are opened.
5671                 Copying is not required because summary settings and
5672                 folder_item_prefs do not contain the same settings
5673
5674 2003-08-27 [thorsten]   0.9.4claws39
5675
5676         * src/imap.c
5677                 fix compile error
5678
5679 2003-08-26 [paul]       0.9.4claws38
5680
5681         * sync with 0.9.4cvs9
5682                 see ChangeLog 2003-08-26
5683
5684 2003-08-25 [paul]       0.9.4claws37
5685
5686         * sync with 0.9.4cvs8
5687                 see ChangeLog 2003-08-25
5688
5689 2003-08-24 [christoph]  0.9.4claws36
5690
5691         * src/prefs_filtering.c
5692                 shouldn't remove items from a GSList while iterating over the
5693                 list (makes cur invalid and cur->next not accessable)
5694
5695         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5696          crashed)
5697
5698 2003-08-23 [christoph]  0.9.4claws35
5699
5700         * src/news.c
5701                 news folders should be scanned when opened
5702
5703 2003-08-22 [christoph]  0.9.4claws34
5704
5705         * src/prefs_folder_item.c
5706                 use macro to assign strings that always frees the old string
5707
5708         * src/gtk/gtkaspell.[ch]
5709                 add gtkaspell_set_dictionary_menu_active_item() to set active
5710                 item in dictionary option menu
5711
5712         * src/prefs_spelling.c
5713                 use gtkaspell_set_dictionary_menu_active_item() to select
5714                 dictionary
5715
5716 2003-08-21 [christoph]  0.9.4claws33
5717
5718         * src/folder.[ch]
5719         * src/imap.c
5720         * src/mbox_folder.c
5721         * src/mh.c
5722         * src/news.c
5723                 optimize folder system
5724
5725         * src/gtk/gtkstext.c
5726                 fix division by zero when font has 0 width for ' '
5727
5728 2003-08-21 [paul]       0.9.4claws32
5729
5730         * sync with 0.9.4cvs7
5731                 see ChangeLog 2003-08-20
5732
5733 2003-08-19 [paul]       0.9.4claws31
5734
5735         * src/common/defs.h
5736                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5737                 SYLDOC_FAQ_HTML_INDEX.
5738         * src/manual.c
5739                 use LC_MESSAGES instead of LC_ALL to find the current
5740                 language
5741
5742           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5743
5744 2003-08-19 [paul]       0.9.4claws30
5745
5746         * po/bg.po
5747                 updated by George Danchev
5748
5749 2003-08-18 [luke]       0.9.4claws29
5750         * src/mimeview.[ch]
5751         * src/gtk/gtkvscrollbutton.[ch]
5752                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5753                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5754                 o removed horizontal separator between icons
5755
5756 2003-08-17 [christoph]  0.9.4claws28
5757
5758         * src/procmsg.c
5759                 no subject threading when the subject has no reply prefix
5760
5761 2003-08-16 [christoph]  0.9.4claws27
5762
5763         * src/mainwindow.c
5764                 remember and restore window sizes and position when the main
5765                 window is hidden or shown
5766
5767         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5768          minimised/reopened using trayicon)
5769
5770 2003-08-16 [paul]       0.9.4claws26
5771
5772         * src/crash.c
5773                 add #include "defs.h"
5774
5775 2003-08-16 [paul]       0.9.4claws25
5776
5777         * src/plugins/clamav/clamav_plugin.c
5778                 reword a debug_print
5779                 
5780         * src/plugins/dillo_viewer/dillo_prefs.c
5781                 cosmetic: change the labels' text, add tooltips, and
5782                 left-align the hint
5783
5784 2003-08-15 [christoph]  0.9.4claws24
5785
5786         * src/news.c
5787                 complete last change (forgot some changes)
5788
5789 2003-08-15 [christoph]  0.9.4claws23
5790
5791         * src/news.c
5792                 o check number of messages and don't return a 0 message
5793                   when no messages are available
5794                 o don't parse xref header anymore
5795
5796         (closes Bug 203 I'm not getting any news)
5797
5798 2003-08-15 [paul]       0.9.4claws22
5799
5800         * src/common/defs.h
5801           src/crash.c
5802                 update and define claws bugzilla location
5803
5804 2003-08-15 [paul]       0.9.4claws21
5805
5806         * po/ru.po
5807                 update submitted by Ruslan N. Balkin
5808
5809 2003-08-14 [christoph]  0.9.4claws20
5810
5811         * src/procmsg.c
5812                 fix search for oldest node in subject threading
5813
5814 2003-08-14 [christoph]  0.9.4claws19
5815
5816         * src/procmsg.c
5817         * src/common/utils.h
5818                 add possibility to check all nodes with the same subject for
5819                 subject threading, not only the oldest node. Should not break
5820                 threads anymore if the oldest node is thread_by_subject_max_age
5821                 days older then parent, because it can now find a child of
5822                 oldest node as new parent.
5823
5824 2003-08-11 [christoph]  0.9.4claws18
5825
5826         * src/plugins/spamassassin/spamassassin.c
5827                 run spam check in background process
5828
5829 2003-08-10 [alfons]     0.9.4claws17
5830
5831         * src/summaryview.c
5832                 make `Select All' sensitive too
5833
5834 2003-08-10 [christoph]  0.9.4claws16
5835
5836         * src/imap.c
5837                 add more checks in imap_close
5838
5839 2003-08-09 [alfons]     0.9.4claws15
5840
5841         * src/prefs_spelling.c
5842                 no spell checking UI if not requested
5843
5844 2003-08-09 [alfons]     0.9.4claws14
5845
5846         * src/gtk/prefswindow.c
5847                 make it compile
5848
5849 2003-08-09 [christoph]  0.9.4claws13
5850
5851         * src/prefs_spelling.c
5852         * src/gtk/prefswindow.[ch]
5853         * src/plugins/clamav/clamav_plugin_gtk.c
5854         * src/plugins/spamassassin/spamassassin_gtk.c
5855                 sort prefs pages by heighest weight in tree
5856
5857 2003-08-09 [paul]       0.9.4claws12
5858
5859         * sync with 0.9.4cvs6
5860                 see ChangeLog 2003-08-07
5861                 
5862         * AUTHORS
5863                 add Leandro and Luke to claws-branch section
5864
5865 2003-08-09 [christoph]  0.9.4claws11
5866
5867         * src/gtk/Makefile.am
5868         * src/gtk/colorsel.[ch]                 ** NEW **
5869                 create a color selection dialog that can be used as a simple
5870                 function call with it's own gtk main loop like filesel.[ch]
5871
5872         * src/Makefile.am
5873         * src/main.c
5874         * src/prefs_common.c
5875         * src/prefs_spelling.[ch]               ** NEW **
5876         * src/prefs_spelling.glade              ** NEW **
5877         * src/gtk/gtkutils.[ch]
5878                 move "Spell Checker" prefs to new prefs dialog
5879
5880         * src/prefs_folder_item.c
5881                 use new colorsel dialog
5882
5883 2003-08-08 [paul]       0.9.4claws10
5884
5885         * src/inc.c
5886                 clear the progress bar unconditionally
5887
5888 2003-08-08 [paul]       0.9.4claws9
5889
5890         * sync with 0.9.4cvs4
5891                 see ChangeLog 2003-07-31
5892
5893 2003-08-07 [christoph]  0.9.4claws8
5894
5895         * configure.ac
5896                 fix bug in image viewer plugin part
5897
5898         * src/imap.c
5899                 don't execute close command if the folder item is not selected
5900
5901 2003-08-07 [hoa]        0.9.4claws7
5902
5903         * src/filtering.[ch]
5904         * src/matcher_parser.h
5905         * src/matcher_parser_parse.y
5906                 can define several actions for each filtering rule
5907                 can import old versions of filtering rules
5908
5909         * src/prefs_filtering.c
5910                 call to a new dialog box to define actions
5911
5912         * src/prefs_filtering_action.[ch]
5913                 dialog box to define actions for filtering rules
5914
5915 2003-08-06 [christoph]  0.9.4claws6
5916
5917         * src/imap.c
5918                 make sure source folder is selected when copying messages
5919
5920 2003-08-06 [christoph]  0.9.4claws5
5921
5922         * sync with 0.9.4cvs2
5923                 see ChangeLog 2003-07-29                
5924
5925 2003-08-05 [paul]       0.9.4claws4
5926
5927         * sync with 0.9.4cvs3
5928                 see ChangeLog 2003-07-30
5929
5930 2003-08-04 [match]      0.9.4claws3
5931
5932         * po/POTFILES.in
5933                 export of LDIF files.
5934
5935 2003-08-04 [match]      0.9.4claws2
5936
5937         * src/ldif.[ch]
5938                 support for export LDIF. documented.
5939         * src/importldif.[ch]
5940         * src/exportldif.[ch]
5941                 add tooltips. documented.
5942         * src/exphtmldlg.[ch]
5943         * src/common/xmlprops.[ch]
5944                 documented.
5945         * src/exportldif.[ch]                   ** NEW **
5946         * src/expldifdlg.[ch]                   ** NEW **
5947         * src/addressbook.[ch]
5948         * src/Makefile.am
5949                 export of LDIF files.
5950                 documented.
5951
5952 2003-08-04 [christoph]  0.9.4claws1
5953
5954         * .cvsignore
5955         * Makefile.am
5956         * configure.ac
5957         * sylpheed-claws.pc.in                  ** NEW **
5958         * src/Makefile.am
5959         * src/common/Makefile.am
5960         * src/gtk/Makefile.am
5961                 install sylpheed header files in $(pkgincludedir) and create a
5962                 pkg-config file to allow building a plugin without the source
5963                 package
5964
5965 2003-08-04 [paul]       0.9.4claws
5966
5967         * version 0.9.4claws
5968
5969 2003-08-04 [paul]       0.9.3claws97
5970
5971         * po/es.po
5972                 update Spanish translation. Submitted by Ricardo
5973                 Mones Lastra.
5974
5975 2003-08-03 [paul]       0.9.3claws96
5976
5977         * po/hr.po
5978           po/sr.po
5979                 update Croatian and Serbian translations. Submitted by
5980                 Dragan and Urke MMI respectively
5981
5982 2003-08-03 [alfons]     0.9.3claws95
5983
5984         * src/summaryview.c
5985                 mark flag has precedence over important flag - seems
5986                 to have been changed in sync of 0.9.3claws45. this fixes
5987                 a regression where messages that were scored as important
5988                 don't show their mark flags. (using the same column for
5989                 both importance as mark flags is the real problem
5990                 ofcourse)
5991
5992 2003-08-03 [melvin]     0.9.3claws94
5993
5994         * po/fr.po
5995                 Updated French translations.
5996
5997 2003-08-03 [melvin]     0.9.3claws93
5998
5999         * src/Makefile.am
6000                 Fixed typo introduced after 0.9.3claws92 
6001                 that prevented compilation
6002                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6003                 CPPFLAGS and YFLAGS to allow user setting these.
6004         * src/common/Makefile.am
6005         * src/gtk/Makefile.am
6006         * src/plugins/clamav/Makefile.am
6007         * src/plugins/demo/Makefile.am
6008         * src/plugins/dillo_viewer/Makefile.am
6009         * src/plugins/image_viewer/Makefile.am
6010         * src/plugins/mathml_viewer/Makefile.am
6011         * src/plugins/spamassassin/Makefile.am
6012         * src/plugins/trayicon/Makefile.am
6013         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6014                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6015                 CPPFLAGS and YFLAGS to allow user setting these.
6016
6017 2003-08-02 [christoph]  0.9.3claws92
6018
6019         * configure.ac
6020                 o rearrange plugin tests
6021                 o add test for clamav.h to ClamAV tests
6022
6023 2003-08-02 [luke]       0.9.3claws91
6024
6025         * src/mimeview.c
6026                 o fixed appearance of icon list when toggling back from the 
6027                   ctree
6028                 o toggling of icons using the keyboard works correctly
6029                 o fixed all other keyboard shortcuts to work when icons are
6030                   active
6031         
6032         * src/messageview.c
6033                 o fixed bug 4 - focus lost when changing messageview view type
6034
6035 2003-08-02 [christoph]  0.9.3claws90
6036
6037         * src/common/hooks.c
6038                 fix crash when pointer stored in hash table could get invalid
6039                 when a plugin is unloaded
6040
6041 2003-08-01 [christoph]  0.9.3claws89
6042
6043         * configure.ac
6044                 o try to build all plugins (except spamassassin) by default
6045                 o don't build a plugin if a dependency check fails
6046
6047         * src/common/hooks.c
6048                 fix warning
6049
6050 2003-08-01 [match]      0.9.3claws88
6051
6052         * src/importldif.c
6053                 allow single click field selection. document code.
6054
6055 2003-08-01 [christoph]  0.9.3claws87
6056
6057         * src/plugins/clamav/clamav_plugin.c
6058         * src/plugins/clamav/clamav_plugin_gtk.c
6059         * src/plugins/dillo_viewer/dillo_viewer.c
6060         * src/plugins/image_viewer/plugin.c
6061         * src/plugins/mathml_viewer/mathml_viewer.c
6062         * src/plugins/spamassassin/spamassassin.c
6063         * src/plugins/spamassassin/spamassassin_gtk.c
6064         * src/plugins/trayicon/trayicon.c
6065                 add version check to all plugins
6066
6067 2003-08-01 [hoa]        0.9.3claws86
6068
6069         * src/prefs_filtering.c
6070                 fixed a cosmetic bug, during creation of dialog box,
6071                 wrong widgets were shown after creation.
6072
6073 2003-08-01 [luke]       0.9.3claws85
6074
6075         * src/mainwindow.c
6076                 o fixed visibility of icons/mimeview after toggling separate
6077                   message/folder view (factored out some similar code too).
6078
6079
6080 2003-07-31 [alfons]     0.9.3claws84
6081
6082         * src/mimeview.c
6083                 tweak icon box UI a bit more, now allowing right-clicks actions
6084                 getting the relevant mime data too; should fix #250, "Can't save 
6085                 attachments sometimes".
6086
6087 2003-07-30 [alfons]     0.9.3claws83
6088
6089         * src/compose.c
6090                 don't do auto-save-draft inside key press handler, but rather
6091                 schedule it half of a second later; should fix #67, "autosave 
6092                 make re-rediting message crazy"
6093
6094 2003-07-30 [christoph]  0.9.3claws82
6095
6096         * src/plugins/trayicon/trayicon.c
6097                 process pending events before unloading the plugin
6098
6099         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6100
6101 2003-07-30 [alfons]     0.9.3claws81
6102
6103         * src/common/hooks.c
6104                 parameter 2 of g_hook_destroy() should really be a hook id
6105
6106 2003-07-30 [alfons]     0.9.3claws80
6107
6108         * src/common/plugin.c
6109                 fix a possibly harmful function signature mismatch 
6110                 for plugin_done
6111
6112 2003-07-30 [alfons]     0.9.3claws79
6113
6114         * src/common/hooks[.ch]
6115                 const correctness
6116
6117 2003-07-30 [darko]      0.9.3claws78
6118
6119         * src/summaryview.c
6120                 make it compile again
6121
6122 2003-07-30 [luke]       0.9.3claws77
6123
6124         * src/crash.c
6125         * src/main.c
6126                 o added/moved signal handlers for SIGTERM (normal kill command) 
6127                   and SIGINT (ctl-c) to be used even without 
6128                   --enable-crash-dialog, fixing bug 166
6129
6130         * src/summaryview.c
6131                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6132                   bug 227
6133
6134         * src/mainwindow.c
6135                 o changed sensitivity condition for 'Next new' and 'Next 
6136                   unread', fixing bug 8
6137
6138 2003-07-29 [alfons]     0.9.3claws76
6139
6140         * src/common/utils.[ch]
6141                 add generate_msgid()
6142         * src/messageview.c
6143                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6144                 sent folder".
6145
6146 2003-07-29 [alfons]     0.9.3claws75
6147
6148         * src/messageview.c
6149                 fix a memleak (claws-only)
6150
6151 2003-07-29 [alfons]     0.9.3claws74
6152
6153         * src/mimeview.[ch]
6154         * src/gtk/gtkvscrollbutton.[ch]
6155                 fix UI glitch where mime icon toolbox' scroll position is not 
6156                 reset after switching to another message
6157                 
6158
6159 2003-07-29 [paul]       0.9.3claws73
6160
6161         * src/prefs_folder_item.c
6162                 split the prefs into 2 separate pages
6163
6164 2003-07-29 [paul]       0.9.3claws72
6165
6166         * src/compose.c
6167                 prepend "\n\n" to a signature without a separator too
6168
6169 2003-07-29 [paul]       0.9.3claws71
6170
6171         * src/compose.c
6172                 fix bug where changing to an account without an auto-sig
6173                 from an initial account without an auto-sig would insert 
6174                 2 blank lines at the cursor point
6175                 fix bug where changing to an account with an auto-sig
6176                 from an initial account without an auto-sig would insert
6177                 the sig at the cursor point
6178
6179 2003-07-29 [paul]       0.9.3claws70
6180
6181         * src/folderview.c
6182                 use the colour from the folder pref unless the folder
6183                 has new messages
6184
6185 2003-07-29 [alfons]     0.9.3claws69
6186
6187         * src/procmsg.[ch]
6188         * src/messageview.c
6189         * src/procheader.c
6190                 rewrite return receipt request work a little bit (the former 
6191                 implementation presumably depended too much on the UI setting
6192                 flags). (we're losing the old pending flag.) 
6193
6194 2003-07-28 [christoph]  0.9.3claws68
6195
6196         * src/folder.c
6197         * src/imap.c
6198         * src/mh.c
6199         * src/procmsg.[ch]
6200                 fix copy to IMAP folder from other folder
6201
6202 2003-07-28 [christoph]  0.9.3claws67
6203
6204         * src/procmsg.c
6205                 fix sync of procmsg_get_message_file_list
6206
6207 2003-07-28 [christoph]  0.9.3claws66
6208
6209         * sync with 0.9.3cvs14
6210                 see ChangeLog 2003-07-18
6211         * sync with 0.9.3cvs17
6212                 see ChangeLog 2003-07-23
6213
6214         (closes Bug 234 segmentation fault after sending out mail via
6215          smtp(auth))
6216
6217 2003-07-28 [paul]       0.9.3claws65
6218
6219         * po/es.po
6220                 update Spanish translation, submitted by Ricardo Mones
6221                 Lastra
6222
6223 2003-07-28 [christoph]  0.9.3claws64
6224
6225         * src/folder.[ch]
6226         * src/imap.c
6227         * src/mh.c
6228                 return new message numbers as a GRelation instead of a GSList
6229                 that has to be in the same order as the input list. A list
6230                 would make it hard for IMAP to optimize oepration by sorting
6231                 the input list. The returned list would have to be reordered
6232                 to match the same order that input list has.
6233
6234         * src/gtk/gtkaspell.c
6235                 fix missing return value, could cause a crash when garbage is
6236                 on the stack that is used as the expected return value
6237
6238 2003-07-28 [paul]       0.9.3claws63
6239
6240         * sync with 0.9.4cvs1
6241                 see ChangeLog 2003-07-28
6242
6243 2003-07-27 [alfons]     0.9.3claws62
6244
6245         * src/mimeview.c
6246                 tweak it more to make icon list act like a check button group
6247
6248 2003-07-27 [christoph]  0.9.3claws61
6249
6250         * sync with 0.9.3cvs20
6251                 see ChangeLog 2003-07-25
6252
6253 2003-07-27 [paul]       0.9.3claws60
6254
6255         * src/procmsg.c
6256                 re-commit changes from 0.9.3claws58 -
6257                 accidently removed in 0.9.3claws59
6258
6259 2003-07-27 [paul]       0.9.3claws59
6260
6261         * src/procmsg.[ch]
6262                 a sync from 0.9.3cvs17
6263                 see ChangeLog 2003-07-23
6264
6265 2003-07-27 [alfons]     0.9.3claws58
6266
6267         * src/procmsg.c
6268                 add missing header members to MsgInfo; fixes the problem of 
6269                 not displaying X-Faces, as noticed by Ricardo Mones
6270
6271 2003-07-26 [christoph]  0.9.3claws57
6272
6273         * sync with 0.9.3cvs18
6274                 see ChangeLog 2003-07-24
6275
6276 2003-07-26 [christoph]  0.9.3claws56
6277
6278         * sync with 0.9.3cvs17
6279                 see ChangeLog 2003-07-23
6280
6281 2003-07-26 [christoph]  0.9.3claws55
6282
6283         * src/folder.[ch]
6284         * src/imap.c
6285         * src/mbox_folder.c
6286         * src/mh.c
6287         * src/news.c
6288                 add support for copy function that copy multiple messages
6289                 (not implemented yet)
6290
6291         * src/summaryview.c
6292                 add missing return value
6293
6294 2003-07-26 [paul]       0.9.3claws54
6295
6296         * tools/multiwebsearch.pl
6297                 do whitespace substitution before passing the string
6298                 to the browser. fixes bug with browsers that don't
6299                 do whitespace conversion themselves.
6300
6301 2003-07-25 [christoph]  0.9.3claws53
6302
6303         * src/folder.[ch]
6304         * src/imap.c
6305         * src/mh.c
6306                 rewrite adding of multiple messages to a folder for
6307                 claws' folder system
6308
6309 2003-07-25 [luke]       0.9.3claws52
6310
6311         * src/mimeview.c
6312                 o icon toggles set correctly on leaving ctree mimeview
6313
6314 2003-07-25 [paul]       0.9.3claws51
6315
6316         * partial sync with 0.9.3cvs21 [src/main.c]
6317                 see ChangeLog 2003-07-25
6318
6319 2003-07-24 [paul]       0.9.3claws50
6320
6321         * tools/maildir2sylpheed.pl
6322                 fix typo
6323
6324 2003-07-24 [paul]       0.9.3claws49
6325
6326         * src/mimeview.c
6327                 increase the gutter size of paned so that the panes
6328                 can be resized
6329                 
6330         * src/plugins/demo/demo.c
6331                 squeeze in another typo fix
6332
6333 2003-07-24 [paul]       0.9.3claws48
6334
6335         * src/plugins/demo/demo.c
6336           src/prefs_account.c
6337                 small changes to the English
6338                 
6339         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6340           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6341           src/Makefile.am
6342           src/stock_pixmap.c
6343                 rename the misspelled icon
6344
6345 2003-07-23 [alfons]     0.9.3claws47
6346
6347         * src/mimeview.c
6348                 make icon list look like a list of toggles
6349
6350 2003-07-23 [luke]       0.9.3claws46
6351
6352         * src/pixmaps/mimeview_gpg_expired.xpm
6353         * src/pixmaps/mimeview_gpg_failed.xpm
6354         * src/pixmaps/mimeview_gpg_passed.xpm
6355         * src/pixmaps/mimeview_text_html.xpm
6356         * src/pixmaps/mimeview_image.xpm
6357                 o all icons the same size
6358
6359         * src/mimeview.[ch]
6360                 o mimeview ctree arranged vertically above the viewer
6361                 o icons changed to buttons
6362                 o can use keyboard to select an icon (Enter)
6363                 o resize icon list to width of icons
6364
6365         *  src/gtk/gtkvscrollbutton.c
6366                 o sensitivity of buttons reacts to position
6367
6368 2003-07-23 [christoph]  0.9.3claws45
6369
6370         * sync with 0.9.3cvs14 (incomplete)
6371                 see ChangeLog 2003-07-17
6372
6373 2003-07-23 [alfons]     0.9.3claws44
6374
6375         * src/folder.c
6376         * src/procmsg.h
6377                 sync with my local tree to restore some claws-only things
6378
6379 2003-07-23 [paul]       0.9.3claws43
6380
6381         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6382           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6383           src/Makefile.am
6384           src/mimeview.c
6385           src/procmime.h
6386           src/rfc2015.c
6387           src/stock_pixmap.[ch]
6388                 indicate missing keys and expired sigs/keys
6389                 in mime view column
6390
6391 2003-07-23 [paul]       0.9.3claws42
6392
6393         * src/compose.c
6394                 Redirect fixes: enable automatic account selection and
6395                 do not append signature to message on changing account
6396                 fixes Bug[s] #248
6397
6398 2003-07-23 [paul]       0.9.3claws41
6399
6400         * sync with 0.9.3cvs16
6401                 see ChangeLog 2003-07-23
6402
6403 2003-07-23 [alfons]     0.9.3claws40
6404
6405         * src/inc.c
6406                 give progress dialog a main window, and give it the first 
6407                 one (presumably the only one). fixes bug #247, "segfault on 
6408                 pop-before-smtp" 
6409
6410 2003-07-22 [alfons]     0.9.3claws39
6411
6412         * src/summaryview.c
6413                 shift-space scrolls up
6414
6415 2003-07-22 [paul]       0.9.3claws38
6416
6417         * sync with 0.9.3cvs15
6418                 see ChangeLog 2003-07-22
6419
6420 2003-07-20 [alfons]     0.9.3claws37
6421
6422         * src/compose.c
6423                 put menu inside #ifdef USE_ASPELL..#endif
6424
6425 2003-07-20 [christoph]  0.9.3claws36
6426
6427         * src/procmsg.c
6428                 fix wrong flags in MsgInfo returned by
6429                 procmsg_msginfo_get_full_info()
6430
6431         (closes Bug 221 Deleting messages from the Message View gives incorrect
6432          new/unread message counts in the folder view)
6433
6434         * src/plugins/spamassassin/spamassassin_gtk.c
6435                 add gettext macro for prefs page title
6436
6437 2003-07-20 [paul]       0.9.3claws35
6438
6439         * src/mimeview.c
6440                 redraw icon list on signature check
6441
6442 2003-07-20 [christoph]  0.9.3claws34
6443
6444         * src/Makefile.am
6445         * src/account.c
6446         * src/folder.[ch]
6447         * src/folder_item_prefs.[ch]            ** NEW **
6448         * src/folderview.c
6449         * src/mainwindow.c
6450         * src/mh.c
6451         * src/prefs_gtk.c
6452         * src/prefs_scoring.c
6453         * src/summaryview.c
6454         * src/prefs_folder_item.[ch]
6455                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6456                   Properties dialog
6457                 o use prefswindow for folder properties
6458
6459         * src/gtk/prefswindow.[ch]
6460                 change implementation to use an invisible notebook instead
6461                 of unparenting widgets
6462
6463 2003-07-20 [christoph]  0.9.3claws33
6464
6465         * src/compose.h
6466         * src/folder.c
6467         * src/folderview.h
6468         * src/headerview.h
6469         * src/prefs_filtering.h
6470         * src/prefs_folder_item.[ch]
6471         * src/procmime.h
6472         * src/procmsg.h
6473         * src/summaryview.h
6474                 clean up header mess
6475                 (always use 1. typedefs, 2. #includes, 3. structures)
6476
6477         * src/common/version.h.in
6478                 add casts for constants
6479
6480         * src/plugins/demo/demo.c
6481                 fix typo
6482
6483         * src/plugins/spamassassin/spamassassin.c
6484                 remove unused variable
6485
6486 2003-07-20 [alfons]     0.9.3claws32
6487
6488         * src/mimeview.c
6489                 o make icon buttons respond on left click
6490                 o minor cosmetic change
6491
6492 2003-07-19 [luke]       0.9.3claws31
6493
6494         * src/mimeview.[ch]
6495         * src/gtk/gtkvscrollbutton.c
6496         * src/messageview.c
6497                 o improved mimeview behaviour when selecting a new message
6498                 o plus code cleanups to remove compile warnings
6499
6500
6501 2003-07-19 [alfons]     0.9.3claws30
6502
6503         * src/procmsg.c
6504         * src/compose.c
6505         * src/common/utils.[ch]
6506                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6507
6508 2003-07-19 [alfons]     0.9.3claws29
6509
6510         * src/prefs_folder_item.c
6511                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6512                 string pointers
6513
6514 2003-07-19 [luke]       0.9.3claws28
6515
6516         * src/messageview.c
6517         * src/mimeview.[ch]
6518         * src/procmime.h
6519         * src/rfc2015.c
6520         * src/stock_pixmap.[ch]
6521         * src/gtk/Makefile.am
6522         * src/Makefile.am
6523         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6524         * src/pixmaps/mime_*.xpm                ** NEW **
6525                 o mimeview rearrangement with a new icon shortcut bar
6526
6527 2003-07-19 [alfons]     0.9.3claws27
6528
6529         * src/folderview.c
6530                 o plug leaking nodes_to_recollapse
6531                 o add folderview_recollapse_all_nodes() (not used yet)
6532
6533 2003-07-19 [alfons]     0.9.3claws26
6534
6535         * src/compose.c
6536         * src/common/utils.c
6537                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6538                 for both forwarding as replying
6539
6540 2003-07-18 [christoph]  0.9.3claws25
6541
6542         * configure.ac
6543         * src/common/sylpheed.[ch]
6544         * src/common/version.h.in
6545                 add version in numeric form to allow easy comparison
6546
6547         * src/plugins/demo/demo.c
6548                 add version check
6549                 - sylpheed version > plugin version => never allowed, sylpheed
6550                   could contain unknown API changes
6551                 - sylpheed version < minimum version required => don't load,
6552                   API required not available (if linking does not fail)
6553
6554 2003-07-18 [alfons]     0.9.3claws24
6555         
6556         * src/common/plugin.[ch]
6557                 const correctness
6558
6559 2003-07-18 [christoph]  0.9.3claws23
6560
6561         * src/common/hooks.c
6562                 fix crash when hooks where unregisted
6563
6564         * src/plugins/trayicon/trayicon.c
6565                 unregister detroy signal before destroying the widget
6566                 (still crashes when the plugin is unloaded)
6567
6568 2003-07-18 [alfons]     0.9.3claws22
6569         
6570         * src/folderview.c
6571                 delay expanding folder tree during drags until timeout triggered
6572                 (needs perhaps some tweaking, so testing is welcome)
6573
6574 2003-07-17 [alfons]     0.9.3claws21
6575
6576         * src/folderview.c
6577                 clean up cruft
6578
6579 2003-07-17 [christoph]  0.9.3claws20
6580
6581         * src/common/session.c
6582                 fix opening of SSL connections
6583
6584         * src/plugins/image_viewer/Makefile.am
6585                 add OPENSSL_CFLAGS (we should find a better solution to remove
6586                 this dependencies if they are not required)
6587
6588         * src/plugins/spamassassin/spamassassin.c
6589                 remove setlocale workaround (fixed in libspamc)
6590
6591         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6592          if spell checking enabled)
6593
6594 2003-07-17 [alfons]     0.9.3claws19
6595
6596         * src/common/hooks.[ch]
6597         * src/plugins/clamav/clamav_plugin.c
6598         * src/plugins/spamassassin/spamassassin.c
6599         * src/plugins/trayicon/trayicon.c
6600                 fix signedness muck 
6601
6602 2003-07-17 [alfons]     0.9.3claws18
6603
6604         * src/procmime.c
6605                 plug memleak
6606
6607 2003-07-17 [alfons]     0.9.3claws17
6608
6609         * src/inc.c
6610                 plug memleak
6611
6612 2003-07-17 [paul]       0.9.3claws16
6613
6614         * src/common/defs.h
6615           src/mainwindow.c
6616           src/manual.[ch]
6617                 add link to the Claws site's FAQ page, after the suggestion
6618                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6619                 Move url strings to defs.h
6620                 
6621         * src/mainwindow.c
6622                 fix typo to prevent "unknown menu entry" warnings
6623
6624 2003-07-17 [alfons]     0.9.3claws15
6625
6626         * src/folderview.[ch]
6627         * src/summaryview.[ch]
6628         * src/mimeview.[ch]
6629                 plug DnD leaks 
6630
6631 2003-07-17 [paul]       0.9.3claws14
6632
6633         * src/inc.c
6634                 remove two instances of 'GTK_EVENTS_FLUSH' because
6635                 they are unnecessary and probably cause a stack overflow
6636
6637 2003-07-16 [christoph]  0.9.3claws13
6638
6639         * src/mimeview.[ch]
6640                 use an invisible GTK notebook to switch between viewers
6641                 instead of reparenting widgets
6642
6643 2003-07-16 [christoph]  0.9.3claws12
6644
6645         * src/folder.c
6646                 move folder_item_update_freeze() to correct place in
6647                 folder_item_scan_full()
6648
6649 2003-07-16 [paul]       0.9.3claws11
6650
6651         * sync with 0.9.3cvs12
6652                 see ChangeLog 2003-07-14 and 2003-07-15
6653
6654 2003-07-16 [christoph]  0.9.3claws10
6655
6656         * src/imap.[ch]
6657         * src/prefs_account.[ch]
6658                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6659
6660 2003-07-15 [alfons]     0.9.3claws9
6661
6662         * src/main.c
6663                 make --config-dir do something useful
6664
6665 2003-07-15 [alfons]     0.9.3claws8
6666
6667         * src/procmsg.c
6668                 o fix a bug where 'last' didn't really point to the last message
6669                   in the top level list of children, but to the last threaded
6670                   message. 
6671                 
6672                 o clean up and make it easier to sync
6673
6674 2003-07-15 [alfons]     0.9.3claws7
6675
6676         * src/mainwindow.c
6677                 make correct menu items sensitive       
6678
6679 2003-07-14 [alfons]     0.9.3claws6
6680
6681         * src/procmsg.c
6682                 tune the threader so it will not subject-thread any message
6683                 without a subject prefix (this will not thread correctly if 
6684                 a parent is delivered after their childs, but it looks 
6685                 better right now)
6686
6687 2003-07-13 [christoph]  0.9.3claws5
6688
6689         * src/mainwindow.c
6690                 group "Add mailbox *..." menu items in submenu
6691
6692 2003-07-13 [alfons]     0.9.3claws4
6693
6694         * src/summaryview.c
6695                 correct summary_toggle_pressed() signature and make sure
6696                 signal is not passed on
6697
6698 2003-07-13 [alfons]     0.9.3claws3
6699
6700         * src/summaryview.c
6701                 o for now don't pass on keys when they we're handled by 
6702                   ctree::key_press_event
6703                 o clean up
6704
6705 2003-07-13 [alfons]     0.9.3claws2
6706         
6707         * src/main.c
6708                 add command line option "--config-dir" to get the current 
6709                 configuration dir
6710
6711 2003-07-12 [alfons]     0.9.3claws1
6712
6713         * src/matcher.[ch]
6714         * src/matcher_parser_parse.y
6715         * src/prefs_filtering.c
6716         * src/filtering.c
6717                 add "Lock" filter action to lock messages;
6718
6719         * src/filtering.c       
6720                 remove debug_print()    
6721         * src/prefs_filtering.c
6722                 re-organize matcher part 9: 
6723                 make action text entries easily extendible;
6724                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6725                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6726
6727 2003-07-12 [paul]
6728
6729         * tools/README
6730                 update old information and add missing
6731                 information
6732
6733 2003-07-12 [paul]       0.9.3claws
6734
6735         * 0.9.3claws released
6736         
6737 2003-07-12 [paul]       0.9.0claws103
6738
6739         * src/Makefile.am
6740                 add addrquery.h
6741
6742 2003-07-12 [melvin]     0.9.0claws102
6743
6744         * src/messageview.c
6745                 Fixed bug #215: Show MIME tab for single text/html messages. 
6746                 
6747 2003-07-12 [paul]       0.9.0claws101
6748
6749         * man/sylpheed.1
6750                 updated
6751
6752 2003-07-12 [paul]       0.9.0claws100
6753
6754         * po/es.po
6755           po/hr.po
6756           po/pl.po
6757           po/sr.po
6758                 update Spanish, Croatian, Polish, Serbian translations.
6759                 submitted by Ricardo Mones Lastra, Dragan, Witold
6760                 Wladyslaw Wojciech Wilk, Urke MMI
6761
6762 2003-07-12 [melvin]     0.9.0claws99
6763
6764         * po/fr.po
6765                 Updated French translations.
6766
6767 2003-07-12 [paul]       0.9.0claws98
6768
6769         * src/addressbook.c
6770                 disable 'Lookup' button as it has no effect
6771
6772 2003-07-11 [alfons]     0.9.0claws97
6773         
6774         * src/summaryview.c
6775                 summary_searchbar_pressed() should return TRUE to signal that
6776                 event was handled. when returning void, the return value passed
6777                 to GTK is actually random, but maybe FALSE, in which case the
6778                 event is handled by parent
6779                 
6780 2003-07-10 [paul]       0.9.0claws96
6781
6782         * ac/missing/gettext.m4
6783                 update to version 0.12
6784
6785 2003-07-10 [paul]       0.9.0claws95
6786
6787         * src/plugins/clamav/clamav_plugin.c
6788                 fix bug where multipart/alternative messages
6789                 would slip through without being scanned
6790
6791 2003-07-10 [christoph]  0.9.0claws94
6792
6793         * src/folder.c
6794                 correct check if folder supports removing when a message is
6795                 moved. if not the message is only copied.
6796
6797         (closes Bug 132 crash on startup in newsgroups folders)
6798
6799 2003-07-09 [alfons]     0.9.0claws93
6800
6801         * configure.ac
6802         * src/common/defs.h
6803                 --with-config-dir (default .sylpheed)
6804
6805 2003-07-09 [christoph]  0.9.0claws92
6806
6807         * configure.ac
6808                 use PKG_CHECK_MODULES to check for gtkmathview
6809                 (version 0.4.2 now required)
6810
6811 2003-07-08 [melvin]     0.9.0claws91
6812
6813         * src/action.c
6814                 Implemented a progress bar that counts the number of completed
6815                 tasks when the action runs more than one command.
6816
6817 2003-07-08 [alfons]     0.9.0claws90
6818
6819         * src/procmsg.c
6820                 if queued message has an invalid Message-Id, don't try to
6821                 find message it refers to (fixes #209 "crash when processing 
6822                 in folder")
6823
6824 2003-07-08 [paul]       0.9.0claws89
6825
6826         * sync with 0.9.3cvs2
6827                 see ChangeLog 2003-07-08
6828
6829 2003-07-08 [match]      0.9.0claws88
6830
6831         * src/ldapctrl.c
6832                 extend LDAP search for first/last name by parsing search term.
6833
6834 2003-07-08 [alfons]     0.9.0claws87
6835
6836         * src/send_message.c
6837                 fix bug #208 "Status message stuck when sending on POP3 account"
6838
6839 2003-07-07 [paul]       0.9.0claws86
6840
6841         * po/hr.po
6842                 new Croatian translation, submitted by
6843                 Dragan <drleskov@inet.hr>
6844
6845 2003-07-07 [paul]       0.9.0claws85
6846
6847         * sync with 0.9.3cvs1
6848                 see ChangeLog 2003-07-07
6849
6850 2003-07-05 [christoph]  0.9.0claws84
6851
6852         * src/Makefile.am
6853         * src/messageview.c
6854         * src/mimeview.[ch]
6855         * src/stock_pixmap.[ch]
6856         * src/pixmaps/messageview_text.xpm              ** NEW **
6857                 move mimeview tabs to the right side and use icons
6858                 instead of text to save some space
6859
6860         (patch by Luke Plant <lukeplant@softhome.net>)
6861
6862 2003-07-05 [christoph]  0.9.0claws83
6863
6864         * src/inc.c
6865                 add NULL pointer checks
6866
6867         (patch by Luke Plant <lukeplant@softhome.net>)
6868         (closes Bug 204 0.9.0 quits on authentication error?!)
6869
6870 2003-07-05 [alfons]     0.9.0claws82
6871
6872         * configure.ac
6873                 take the clue in bug #202 "./configure script - 
6874                 'if test' comparison failure" reported by John Kristoff. 
6875
6876 2003-07-04 [christoph]  0.9.0claws81
6877
6878         * src/plugins/spamassassin/spamassassin.c
6879                 set timeout for spam check
6880
6881 2003-07-04 [christoph]  0.9.0claws80
6882
6883         * src/main.c
6884                 destroy all FolderItems when shutting down to
6885                 allow folders to clean up
6886
6887 2003-07-04 [melvin]     0.9.0claws79
6888
6889         * src/gtk/gtkaspell.c
6890                 Fixed bug #184 "Entering non-ascii character deletes
6891                 previous char if spell checking enabled": this makes
6892                 the spell checking in multibytes (e.g. UTF-8)locales work.
6893                 (Patch by Luke Plant).
6894                 
6895 2003-07-04 [christoph]  0.9.0claws78
6896
6897         * sync with 0.9.2cvs1
6898                 see ChangeLog 2003-06-10
6899
6900 2003-07-04 [paul]       0.9.0claws77
6901
6902         * sync with 0.9.3 release
6903                 see ChangeLog 2003-07-04
6904
6905 2003-07-03 [christoph]  0.9.0claws76
6906
6907         * src/folder.[ch]
6908         * src/imap.c
6909         * src/mbox_folder.c
6910         * src/mh.c
6911         * src/news.c
6912                 move folder_item_get_path() stuff into a folder virtual function
6913
6914         * src/procmsg.c
6915                 use folder_item_fetch_msg() to get message and do not contruct
6916                 the filename from path and number
6917
6918 2003-07-03 [paul]       0.9.0claws75
6919
6920         * sync with 0.9.2cvs12
6921                 see ChangeLog 2003-07-03
6922
6923 2003-07-02 [paul]       0.9.0claws74
6924
6925         * src/messageview.c
6926                 fix text-selection for replying
6927
6928 2003-07-02 [paul]       0.9.0claws73
6929
6930         * sync with 0.9.2cvs11
6931                 see ChangeLog 2003-07-02
6932
6933 2003-07-02 [paul]       0.9.0claws72
6934
6935         * src/procmsg.c
6936                 revert last commit because it breaks more
6937                 than it fixes
6938
6939 2003-07-02 [paul]       0.9.0claws71
6940
6941         * src/procmsg.c
6942                 fix thread by subject/sort by date
6943
6944 2003-07-01 [paul]       0.9.0claws70
6945
6946         * sync with 0.9.2cvs10
6947                 see ChangeLog 2003-07-01
6948
6949 2003-06-30 [paul]       0.9.0claws69
6950
6951         * sync with 0.9.2cvs9
6952                 see ChangeLog 2003-06-30
6953
6954 2003-06-28 [match]      0.9.0claws68
6955
6956         * src/addressbook.c
6957                 fix null ptr.
6958
6959 2003-06-27 [paul]       0.9.0claws67
6960
6961         * sync with 0.9.2cvs7
6962                 see ChangeLog 2003-06-27
6963
6964 2003-06-26 [christoph]  0.9.0claws66
6965
6966         * src/folder.c
6967                 freeze folder updates while a folder is scanned
6968
6969         (closes Bug 185 New message counter)
6970
6971 2003-06-26 [darko]      0.9.0claws65
6972
6973         * src/ldapserver.c
6974                 fix infinite loop when adding a new LDAP server
6975
6976 2003-06-26 [paul]       0.9.0claws64
6977
6978         * sync with 0.9.2cvs6
6979                 see ChangeLog 2003-06-26
6980
6981 2003-06-26 [paul]       0.9.0claws63
6982
6983         * sync with 0.9.2cvs5
6984                 see ChangeLog 2003-06-25 and 2003-06-26
6985
6986 2003-06-25 [match]      0.9.0claws62
6987
6988         * src/addr_compl.c
6989                 Fixed tab/backtab for dropped-down completion list to
6990                 move next/previous field. (close bug 147)
6991
6992 2003-06-25 [christoph]  0.9.0claws61
6993
6994         * src/addr_compl.[ch]
6995         * src/addrindex.[ch]
6996         * src/folderview.c
6997         * src/inc.c
6998         * src/news.c
6999         * src/summaryview.c
7000         * src/toolbar.c
7001                 fix warnings
7002
7003 2003-06-25 [leandro]    0.9.0claws60
7004
7005         * src/compose.c
7006                 o cleanups
7007                 o gray out "Message/Remove references" menu item if not
7008                   replying to a message
7009
7010 2003-06-24 [leandro]    0.9.0claws59
7011
7012         * src/compose.[ch]
7013                 o removed "Message/Create new thread" menu item
7014                 o added "Message/Remove references" menu item
7015                   (it's off by default and will not check anymore
7016                    if the subject changed)
7017
7018 2003-06-23 [alfons]     0.9.0claws58
7019
7020         * src/procmsg.c
7021                 try better grouping messages threaded by subject based on their age.
7022                 still not perfect - because the message tree is not sorted by date.  
7023
7024 2003-06-23 [thorsten]   0.9.0claws57
7025
7026         * src/pop.[ch]
7027                 added mail_receive_hook to allow modifications
7028                 directly after retrieval (e.g. adding headers).
7029
7030 2003-06-23 [paul]       0.9.0claws56
7031
7032         * src/sourcewindow.c
7033                  enable the use of Ctrl+A to select all text in
7034                  the sourcewindow
7035                  Patch submitted by Ivan Francolin Martinez
7036                  <ivanfm@users.sourceforge.net>
7037
7038 2003-06-22 [christoph]  0.9.0claws55
7039
7040         * src/folder.[ch]
7041                 o add notification hook for folder tree changes
7042                 o invoke hooks after folder tree scanning
7043
7044         * src/folderview.[ch]
7045                 register hook for folder tree changes that
7046                 updates the ctree
7047
7048         (there are more places that should be updated, like add, remove 
7049          or move folder)
7050
7051         (closes Bug 164 Crash on rebuild folder tree)
7052         (closes Bug 190 Crash on 'rebuilding folder tree')
7053
7054 2003-06-21 [leandro]    0.9.0claws54
7055
7056         * src/compose.[ch]
7057                 create a new thread if subject changes
7058                 (it's on by default, can be disabled in Message menu)
7059
7060 2003-06-21 [alfons]     0.9.0claws53
7061
7062         * src/summaryview.c
7063                 quiet little compiler
7064
7065 2003-06-21 [christoph]  0.9.0claws52
7066
7067         update gettext stuff to version 0.12
7068
7069 2003-06-19 [alfons]     0.9.0claws51
7070
7071         * src/common/log.c
7072         * src/common/plugin.c
7073                 move defs.h before glib.h to prevent MIN/MAX redefs
7074
7075 2003-06-19 [alfons]
7076
7077         * src/addressbook.c
7078                 translatable
7079
7080 2003-06-19 [match]      0.9.0claws50
7081
7082         * src/addressbook.[ch]
7083         * src/addrindex.[ch]
7084         * src/addr_compl.[ch]
7085         * src/editldap.[ch]
7086         * src/editldap_basedn.[ch]
7087         * src/addritem.[ch]
7088         * src/ldapquery.h
7089                 re-implemented dynamic LDAP search. works without
7090                 slowdown on display sender with addressbook
7091                 option.
7092         * src/addrbook.c
7093                 documented code.
7094
7095 2003-06-19 [paul]       0.9.0claws49
7096
7097         * src/compose.c
7098                 fix Bug #136 'Nonprovided quotation marks crash claws'
7099                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7100
7101 2003-06-19 [alfons]     0.9.0claws48
7102
7103         * src/prefs_common.[ch]
7104         * src/procmsg.c
7105                 restrict threading by subject by checking thread for
7106                 age (prefs_common.thread_by_subject_max_age)
7107
7108 2003-06-18 [christoph]  0.9.0claws47
7109
7110         * src/imap.c
7111                 fix memory leak in imap_cmd_fetch()
7112
7113 2003-06-18 [christoph]  0.9.0claws46
7114
7115         * src/prefs_gtk.c
7116                 fix memory leak in prefs_set_default() when used multiple
7117                 times or after prefs have been read
7118
7119 2003-06-18 [christoph]  0.9.0claws45
7120
7121         * src/common/plugin.c
7122                 fix memory leak in plugin_unload()
7123
7124 2003-06-18 [christoph]  0.9.0claws44
7125
7126         * src/imap.c
7127                 fix memory leak in imap_cmd_ok()
7128
7129 2003-06-18 [christoph]  0.9.0claws43
7130
7131         * src/folder.c
7132                 stop messages that are downloaded from POP3 and added to
7133                 an IMAP inbox from being filtered twice (first by POP3
7134                 and again when IMAP folder is scaned to get the UID of
7135                 the APPEND operation when no UIDPLUS is available)
7136
7137 2003-06-18 [alfons]
7138
7139         * tools/Makefile.am
7140                 phoenix <- firebird     
7141
7142 2003-06-18 [paul]
7143
7144         * tools/launch_phoenix          ** REMOVED **
7145           tools/launch_firebird         ** NEW **
7146                 renamed and edited to reflect the browser's name change from
7147                 'phoenix' to 'firebird'
7148
7149 2003-06-18 [paul]       0.9.0claws42
7150
7151         * sync with 0.9.2cvs2
7152                 see ChangeLog 2003-06-16
7153
7154 2003-06-17 [alfons]     0.9.0claws41
7155
7156         * src/procmsg.c
7157                 prevent threading problems when a node is an ancestor (parent / great parent),
7158                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7159                 for finding an sample set of messages)
7160
7161 2003-06-16 [christoph]  0.9.0claws40
7162
7163         * src/main.c
7164                 don't popup main window on --receive or --receive-all
7165
7166         * src/mainwindow.[ch]
7167         * src/plugins/trayicon/trayicon.c
7168                 allow hiding of main window by clicking on the trayicon
7169                 (doesn't work correctly in seperate window mode and may
7170                  cause unexpected GTK problems I couldn't find yet)
7171
7172         * src/common/ssl.c
7173                 remove incorrect warning
7174
7175 2003-06-15 [alfons]     0.9.0claws39
7176
7177         * src/gtk/gtkstext.c
7178                 don't output debug text;
7179                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7180                 for pointing this out);
7181
7182 2003-06-14 [alfons]     0.9.0claws38
7183         
7184         * src/messageview.c
7185                 remove printf() and make one if..else comply with coding style
7186
7187 2003-06-14 [alfons]     0.9.0claws37
7188
7189         * AUTHORS
7190                 add Martin Wicke
7191         * src/action.c
7192         * src/messageview.[ch]
7193         * src/summaryview.c
7194                 apply patch #754162 "Quoting messages filtered by actions" submitted
7195                 by Martin Wicke, which allows quoting message body changed by an
7196                 action (Thanks!).
7197
7198 2003-06-13 [alfons]     0.9.0claws36
7199
7200         * src/utils.c
7201                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7202                 use case insensitive regexp (suggested by Ivan Martinez)
7203
7204 2003-06-13 [christoph]  0.9.0claws35
7205
7206         * configure.ac
7207         * src/plugins/trayicon/Makefile.am
7208         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7209         * src/plugins/trayicon/trayicon.c
7210         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7211         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7212         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7213         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7214         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7215         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7216                 replace my own EggTrayIcon backport with the backport
7217                 used by (l|x)mule and gabber.
7218
7219 2003-06-13 [alfons]     0.9.0claws34
7220
7221         * AUTHORS
7222         * src/common/utils.c
7223                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7224
7225 2003-06-13 [alfons]     0.9.0claws33
7226
7227         * src/compose.c
7228                 clean up a little bit
7229
7230 2003-06-12 [alfons]     0.9.0claws32
7231
7232         * src/compose.c
7233                 const correctness fix
7234
7235         * src/common/sylpheed.[ch]
7236                 () -> (void)
7237                 prevent redef MIN/MAX
7238                 
7239         * src/common/utils.[ch]
7240                 () -> (void)
7241
7242 2003-06-12 [melvin]     0.9.0claws31
7243
7244         * src/compose.c
7245                 Updated to take into accounts changes in GtkAspell.
7246
7247 2003-06-12 [alfons]     0.9.0claws30
7248
7249         * src/compose.c
7250         * src/procmsg.c
7251         * src/common/utils.[ch]
7252                 handle reply subject prefixes better (initial 
7253                 suggestion by Robert Story adapted and enhanced 
7254                 using regexps)
7255
7256 2003-06-12 [melvin]     0.9.0claws29
7257
7258         * src/compose.c
7259                 Use new gtkaspell_checkers_strerror() to get the speller's
7260                 error message instead of accessing the (now private)
7261                 checkers structure.
7262                 Minor code clean up
7263
7264         * src/main.c
7265                 Use #ifdef instead of #if for USE_ASPELL
7266                 Use the new spell checkers init/quit functions 
7267
7268         * src/gtk/gtkaspell.c
7269                 Use #ifdef instead of #if for USE_ASPELL
7270                 Moved in the majority of GtkAspell structures that were
7271                 exported before by gtkaspell.h
7272         
7273         * src/gtk/gktaspell.h
7274                 Made gtkaspell.h contain only the necessary data to be
7275                 publicized by moving many structures to gtkaspell.c.
7276                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7277                 gtkaspell_checkers_new(): replaced by...
7278                 gtkaspell_checkers_init(): new function for initialization
7279                 gtkaspell_checkers_delete(): replaced by...
7280                 gtkaspell_checkers_quit(): new function
7281                 gtkaspell_checkers_strerror(): new function that returns
7282                 the checker's last error message.
7283                 
7284 2003-06-11 [melvin]     0.9.0claws28
7285
7286         * po/POTFILES.in
7287                 Updated to take into account gtkaspell.c migration to
7288                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7289
7290 2003-06-10 [alfons]     0.9.0claws27
7291
7292         * src/filtering.[ch]
7293         * src/folder.c
7294         * src/matcher.c
7295         * src/scoring.[ch]
7296                 - try fixing bug #18 (any brave testers?)
7297                 - add more robustness by refusing previously 
7298                   unchecked NULL pointers 
7299
7300 2003-06-10 [alfons]     0.9.0claws26
7301
7302         * src/procmsg.c
7303                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7304
7305 2003-06-09 [alfons]     0.9.0claws25
7306
7307         * src/prefs_common.c
7308                 fix bug #163 "Icon switching doesnt work properly" by 
7309                 preventing early freeing of prefs_common.pixmap_theme_path.
7310
7311 2003-06-09 [christoph]  0.9.0claws24
7312
7313         * src/gtk/gtkaspell.c
7314                 revert Thorsten's fix and add forgotten g_strdup for
7315                 aspell path (it should not be possible to alter the path a
7316                 GtkASpell uses from outside)
7317
7318 2003-06-09 [thorsten]   0.9.0claws23
7319
7320         * src/gtk/gtkaspell.c
7321                 dont free prefs_common.aspell_path when closing compose
7322
7323 2003-06-08 [colin]      0.9.0claws22
7324
7325         * src/plugins/spamassassin/spamassassin.c
7326                 fix prefs types
7327
7328 2003-06-07 [christoph]  0.9.0claws21
7329
7330         * src/Makefile.am
7331         * src/compose.c
7332         * src/gtkaspell.[ch]            ** REMOVE **
7333         * src/gtk/Makefile.am
7334         * src/gtk/gtkaspell.[ch]        ** NEW **
7335                 o make gtkaspell independent from sylpheed's prefs
7336                 o move gtkaspell.[ch] to gtk directory
7337
7338 2003-06-07 [christoph]  0.9.0claws20
7339
7340         * src/Makefile.am
7341         * src/crash.c
7342         * src/export.c
7343         * src/filesel.[ch]              ** REMOVE **
7344         * src/folder.c
7345         * src/main.[ch]
7346         * src/common/sylpheed.[ch]
7347         * src/gtk/Makefile.am
7348         * src/gtk/filesel.[ch]          ** NEW **
7349         * src/gtk/pluginwindow.c
7350         * src/gtk/sslcertwindow.c
7351                 move filesel.[ch] to gtk directory
7352
7353 2003-06-07 [alfons]     0.9.0claws19
7354
7355         * src/filesel.c
7356                 make (multi) file selection dialog work again (Claws-only)
7357
7358 2003-06-07 [thorsten]   0.9.0claws18
7359
7360         * po/de.po
7361                 fix typos
7362
7363 2003-06-07 [alfons]     0.9.0claws17
7364
7365         * configure.ac
7366         * src/mimeview.c
7367                 detect apache mishap in which case don't include fnmatch.h
7368                 if regex.h is already included
7369
7370 2003-06-06 [christoph]  0.9.0claws16
7371
7372         * configure.ac
7373         * src/mimeview.h
7374                 add check for fnmatch.h and include it when available
7375
7376         * src/mimeview.[ch]
7377                 fix wrong case sensitivity of Content-Types
7378
7379         * src/gtk/Makefile.am
7380                 need the same include paths in gtk directory as in
7381                 common directory because .h files in common can
7382                 include files from these directories, when included
7383                 in gtk's .h or .c files
7384
7385 2003-06-06 [alfons]     0.9.0claws15
7386
7387         * src/mimeview.c
7388         * src/summaryview.c
7389                 make it compile again because of regex.h / fnmatch.h 
7390                 include problems (related to recent mime stuff, can
7391                 someone check this?)
7392
7393 2003-06-06 [thorsten]   0.9.0claws14
7394
7395         * src/folderview.c
7396                 possible use of uninitialized pointer while dragging
7397
7398 2003-06-06 [paul]       0.9.0claws13
7399
7400         * src/compose.c
7401                 fix bug where the insert sig button would be effective
7402                 only when auto_sig was set
7403
7404 2003-06-06 [paul]       0.9.0claws12
7405
7406         * sync with 0.9.2 release
7407
7408 2003-06-02 [paul]       0.9.0claws11
7409
7410         * sync with 0.9.1cvs1
7411                 see ChangeLog 2003-06-02
7412                 
7413         * po/de.po
7414                 update by Jens
7415
7416 2003-06-01 [christoph]  0.9.0claws10
7417
7418         * src/account.c
7419                 don't use substring search to find accounts by email address
7420
7421         (closes Bug 169 Overly loose matching of "From" address)
7422
7423 2003-05-31 [christoph]  0.9.0claws9
7424
7425         * doc-src/rfc2683.txt
7426         * src/imap.c
7427                 limit IMAP command length as recommended in RFC2683
7428                 (message number lists will be split into multiple imap
7429                 sets, the limit of 1000 octets is not a hard limit)
7430
7431         (closes Bug 161 sylpheed-claws exits with segfault when logging
7432          in to certain imap-servers)
7433
7434 2003-05-29 [alfons]     0.9.0claws8
7435
7436         * src/toolbar.[ch]
7437                 add print button (calling summary_print());
7438                 fine tune setting tooltip text;
7439                 (if someone needs other buttons, please take these 
7440                 commits as a guide, instead of bothering us - also
7441                 see 0.8.11claws150) 
7442
7443 2003-05-29 [darko]      0.9.0claws7
7444
7445         * src/compose.c
7446                 fix crash when word wrapping kicks in due to
7447                 changed text by spell checker
7448
7449 2003-05-29 [paul]       0.9.0claws6
7450
7451         * src/compose.c
7452                 fix bug where changing account would insert
7453                 sig even if auto_sig was FALSE
7454                 
7455         * ChangeLog
7456           ChangeLog.jp
7457           INSTALL
7458                 sync with 0.9.1 release
7459
7460 2003-05-28 [christoph]  0.9.0claws5
7461
7462         * src/imap.c
7463                 fix truncation of too long commands
7464
7465         (closes Bug 167 IMAP hangs trying to get envelope
7466          information in imap_get_uncached_messages)
7467
7468 2003-05-27 [paul]       0.9.0claws4
7469
7470         * tools/Makefile.am
7471           tools/maildir2sylpheed.pl     ** NEW FILE **
7472                 add kmail to sylpheed mailbox conversion script
7473
7474 2003-05-27 [paul]       0.9.0claws3
7475
7476         * sync with 0.9.0cvs10
7477                 see ChangeLog 2003-05-26
7478
7479 2003-05-26 [paul]       0.9.0claws2
7480
7481         * sync with 0.9.0cvs9
7482                 see ChangeLog 2003-05-26
7483
7484 2003-05-24 [paul]       0.9.0claws1
7485
7486         * sync with 0.9.0cvs8
7487                 see ChangeLog 2003-05-23
7488
7489 2003-05-24 [paul]       0.9.0claws
7490
7491         * version 0.9.0claws released
7492
7493 2003-05-24 [paul]       0.8.11claws177
7494
7495         * src/plugins/dillo-viewer/Makefile.am
7496           src/plugins/traycon/Makefile.am
7497                 add missing files
7498                 
7499         * po/bg.po
7500           po/en_GB.po
7501           po/es.po
7502           po/it.po
7503           po/pt_BR.po
7504           po/ru.po
7505           po/sr.po
7506                 update Bulgarian, British English, Spanish, Italian, 
7507                 Brazilian Portuguese, Russian, and Serbian translations, 
7508                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7509                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7510                 Ruslan N. Balkin, and Urke MMI
7511
7512 2003-05-23 [melvin]     0.8.11claws176
7513
7514         * po/fr.po
7515                 Updated French translations
7516
7517 2003-05-22 [paul]       0.8.11claws175
7518
7519         * src/Makefile.am
7520           src/addrbook.[ch]
7521           src/addrcache.[ch]
7522           src/addr_compl.[ch]
7523           src/adressbook.[ch]
7524           src/addrindex.[ch]
7525           src/addritem.[ch]
7526           src/editaddress.c
7527           src/editgroup.c
7528           src/editldap_basedn.c
7529           src/editldap.c
7530           src/jpilot.c
7531           src/vcard.c
7532                 revert to get ldap into it previous working state
7533                 
7534         * po/zh_TW.Big5.po
7535                 new Taiwanese translation,
7536                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7537
7538 2003-05-22 [christoph]  0.8.11claws174
7539
7540         * src/plugins/spamassassin/libspamc.[ch]
7541                 sync libspamc with SpamAssaain release 2.55
7542
7543 2003-05-22 [paul]       0.8.11claws173
7544
7545         * sync with 0.9.0cvs7
7546                 see ChangeLog 2003-05-22
7547                 
7548         * src/summaryview.c
7549                 revert change in 0.8.11claws172: follow
7550                 Hiroyuki's decision and that's the end of it.
7551
7552 2003-05-21 [paul]       0.8.11claws172
7553
7554         * src/summaryview.c
7555                 fix discrepency between open_unread_on_enter
7556                 and always_show_msg
7557
7558 2003-05-21 [paul]       0.8.11claws171
7559
7560         * sync with 0.9.0cvs6
7561                 see ChangeLog 2003-05-21
7562
7563 2003-05-21 [paul]       0.8.11claws170
7564
7565         * sync with 0.9.0cvs5
7566                 see ChangeLog 2003-05-21
7567
7568 2003-05-20 [paul]       0.8.11claws169
7569
7570         * sync with 0.9.0cvs4
7571                 see ChangeLog 2003-05-20
7572                 fixes bug #152, 'encoding of IMAP folders names'
7573
7574 2003-05-20 [paul]       0.8.11claws168
7575
7576         * sync with 0.9.0cvs3
7577                 see ChangeLog 2003-05-20
7578                 
7579         * src/tools/convert_mbox.pl
7580                 minor change in the comments, submitted by Fred Marton
7581
7582 2003-05-19 [paul]       0.8.11claws167
7583
7584         * src/plugins/clamav/Makefile.am
7585           configure.ac
7586                 link clamav_lib to the plugin and not to the main program
7587
7588 2003-05-19 [christoph]
7589
7590         * src/Makefile.am
7591                 add -export-dynamic for linking
7592
7593 2003-05-19 [paul]       0.8.11claws166
7594
7595         * sync with 0.9.0cvs1
7596                 see ChangeLog 2003-05-19
7597
7598 2003-05-19 [paul]       0.8.11claws165
7599
7600         * src/inc.c
7601                 fix 'pop before smtp' timeout
7602
7603 2003-05-18 [alfons]     0.8.11claws164
7604
7605         * src/prefs_matcher.c
7606                 put "execute" action command line ("expression") in edit box
7607
7608 2003-05-18 [christoph]  0.8.11claws163
7609
7610         * src/mimeview.[ch]
7611         * src/plugins/dillo_viewer/dillo_viewer.c
7612         * src/plugins/image_viewer/viewer.c
7613         * src/plugins/mathml_viewer/mathml_viewer.c
7614                 let a viewer have a list of Content-Types
7615
7616 2003-05-18 [paul]       0.8.11claws162
7617
7618         * src/prefs_filtering.c
7619                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7620                 and REDIRECT actions
7621
7622 2003-05-17 [christoph]
7623
7624         * README.claws
7625                 o remove dynamic signatures that was syned with main
7626                 o add infos about no longer "build in" image viewer
7627                 o update bugtracker URL
7628
7629 2003-05-17 [christoph]  0.8.11claws161
7630
7631         * src/folder.c
7632         * src/folderview.c
7633         * src/imap.c
7634                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7635                 for every folder after rebuilding the folder tree.
7636
7637         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7638          messages)
7639
7640 2003-05-17 [christoph]  0.8.11claws160
7641
7642         * src/imap.c
7643                 don't use STATUS command on current folder to check for
7644                 content changes. imap_cmd_ok() now tracks changes to
7645                 folder and number of existing messages.
7646
7647 2003-05-17 [paul]       0.8.11claws159
7648
7649         * src/plugins/clamav/clamav_plugin.c
7650                 remove unnecessary debug_print
7651
7652 2003-05-16 [thorsten]   0.8.11claws158
7653
7654         * src/plugins/demo.c
7655                 included missing intl.h
7656
7657 2003-05-16 [paul]       0.8.11claws157
7658
7659         * po/POTFILES.in
7660                 remove non-existant entries
7661         
7662         * src/plugins/clamav/clamav_plugin.c
7663           src/plugins/clamav/clamav_plugin_gtk.c
7664           src/plugins/dillo_viewer/dillo_prefs.c
7665           src/plugins/dillo_viewer/dillo_viewer.c
7666                 gettextise
7667
7668 2003-05-16 [christoph]  0.8.11claws156
7669
7670         * po/POTFILES.in
7671                 include plugin .c files for translation until I
7672                 find a better solution to have plugins have their
7673                 own textdomain
7674         * src/plugins/demo/demo.c
7675         * src/plugins/image_viewer/plugin.c
7676         * src/plugins/mathml_viewer/mathml_viewer.c
7677         * src/plugins/spamassassin/spamassassin.c
7678         * src/plugins/spamassassin/spamassassin_gtk.c
7679         * src/plugins/trayicon/trayicon.c
7680                 add gettext macros for plugin name and description
7681
7682 2003-05-16 [paul]
7683
7684         * sync with 0.9.0
7685
7686 2003-05-16 [paul]       0.8.11claws155
7687
7688         * sync with lastest 0.9.0pre1
7689                 see ChangeLog 2003-05-16
7690
7691 2003-05-15 [paul]       0.8.11claws154
7692
7693         * sync with latest 0.9.0pre1
7694                 see ChangeLog 2003-05-14 and 2003-05-15
7695
7696 2003-05-14 [christoph]  0.8.11claws153
7697
7698         * src/plugins/image_viewer/viewer.c
7699         * src/plugins/image_viewer/viewer.glade         ** NEW **
7700         * src/plugins/image_viewer/viewerprefs.c
7701                 make it possible to disable the autoload function in the
7702                 imageviewer again
7703
7704 2003-05-14 [christoph]  0.8.11claws152
7705
7706         * src/folder.c
7707                 fix folder update after adding a message
7708
7709 2003-05-13 [alfons]     0.8.11claws151
7710
7711         * src/common/session.c
7712                 remove debug traces
7713                 
7714         * src/addrcache.[ch]
7715         * src/filtering.[ch]
7716         * src/folder.[c]
7717         * src/gtkaspell.[ch]
7718         * src/imap.[ch]
7719         * src/mbox_folder.[ch]
7720         * src/mh.[ch]
7721         * src/mimeview.h
7722         * src/msgcache.[ch]
7723         * src/news.[ch]
7724         * src/passphrase.[ch]
7725         * src/prefs_common.[ch]
7726         * src/prefs_gtk.[ch]
7727         * src/procmsg.c
7728         * src/scoring.[ch]
7729                 be pedantic; (in prototypes () implies (int))
7730
7731 2003-05-13 [alfons]     0.8.11claws150
7732
7733         * src/prefs_toolbar.[ch]
7734         * src/summaryview.[ch]
7735         * src/toolbar.[ch]
7736                 change misleading text in toolbar prefs;
7737                 add toolbar action for ignore thread (toggles ignore thread flag);
7738                 clean up a little bit;
7739
7740 2003-05-12 [paul]
7741
7742         * tools/convert_mbox.pl
7743                 bug fixed by Fred Marton
7744
7745 2003-05-12 [paul]
7746
7747         * sync with 0.9.0pre1
7748
7749 2003-05-09 [paul]       0.8.11claws149
7750
7751         * sync with 0.8.11cvs43
7752                 see ChangeLog 2003-05-09
7753
7754 2003-05-08 [christoph]  0.8.11claws148
7755
7756         * src/imap.[ch]
7757                 o use CAPABILIY as first command and check for PREAUTH
7758                   information in the response to it
7759                 o rewrite all imap_cmd_* functions to use an IMAPSession
7760                   instead of a SockInfo as parameter
7761                 o do STARTTLS after fetching and checking the server
7762                   capabilities
7763
7764 2003-05-08 [paul]       0.8.11claws147
7765
7766         * tools/Makefile.am
7767           tools/README
7768           tools/convert_mbox.pl         ** NEW FILE **
7769                 add mbox conversion script. Submitted by 
7770                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7771
7772 2003-05-07 [christoph]
7773
7774         * doc-src/glade.txt
7775         * src/gtk/pluginwindow.glade
7776         * src/plugins/image_viewer/viewerprefs.glade
7777         * src/plugins/spamassassin/spamassassin_gtk.glade
7778                 add glade files for user interfaces and a description how
7779                 to use glade to create the sylpheed code
7780
7781 2003-05-07 [paul]       0.8.11claws146
7782
7783         * sync with 0.8.11cvs41
7784                 see ChangeLog 2003-05-07
7785
7786 2003-05-06 [christoph]  0.8.11claws145
7787
7788         * src/main.c
7789         * src/plugins/image_viewer/viewer.c
7790                 fix usage of imlib in imageviewer plugin
7791
7792         * src/gtk/prefswindow.c
7793                 handle window close event correctly
7794
7795 2003-05-06 [paul]       0.8.11claws144
7796
7797         * src/common/ssl.c
7798                 fix typo introduced in sync
7799
7800 2003-05-06 [paul]       0.8.11claws143
7801
7802         * sync with 0.8.11cvs39
7803                 see ChangeLog 2003-05-06
7804
7805 2003-05-06 [paul]       0.8.11claws142
7806
7807         * AUTHORS
7808           po/cs.po
7809                 updated Czech translation, submitted by 
7810                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7811                 
7812         * src/plugins/clamav/clamav_plugin_gtk.c
7813                 clean up
7814
7815 2003-05-03 [alfons]     0.8.11claws141
7816
7817         * src/compose.[ch]
7818                 make paste as quotation work even when the call to 
7819                 text_inserted() was deferred (fixes bug #140 "Paste 
7820                 as quotation does not work when using "external" 
7821                 clipboard")
7822
7823 2003-05-03 [thorsten]   0.8.11claws140
7824
7825         * src/addrquery.h
7826           src/ldapquery.h
7827           src/mainwindow.c
7828                 removed C++ comments
7829         * src/addr_compl.c
7830                 function with non-int retval/param used before
7831                 implementation/declaration
7832
7833 2003-05-02 [paul]       0.8.11claws139
7834
7835         * src/addr_compl.[ch]
7836           src/addressbook.[ch]
7837           src/addrindex.c
7838           src/summaryview.c
7839                 revert match's changes to (finally) remove the bug where
7840                 opening a folder causes massive slowdown when using the 
7841                 'Display sender using address book' option
7842
7843 2003-05-01 [melvin]     0.8.11claws138
7844
7845         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7846         * src/plugins/dillo_viewer/dillo_viewer.c
7847                 Fixed bug where "Cancel" button from prefs issued
7848                 warnings.
7849                 Comply a little more to coding style
7850
7851 2003-05-01 [paul]       0.8.11claws137
7852
7853         * sync with 0.8.11cvs38
7854                 see ChangeLog 2003-05-01
7855
7856 2003-05-01 [paul]       0.8.11claws136
7857
7858         * po/bg.po
7859                 updated by George Danchev
7860
7861 2003-04-30 [christoph]  0.8.11claws135
7862
7863         * src/plugins/dillo_viewer/dillo_prefs.c
7864         * src/plugins/image_viewer/viewerprefs.c
7865         * src/plugins/spamassassin/spamassassin_gtk.c
7866                 remove gtk_widget_ref() calls for widgets in
7867                 glade code
7868
7869 2003-04-30 [paul]       0.8.11claws134
7870
7871         * src/addrindex.c
7872                 ok, this time a better fix for the bug where opening folder
7873                 has massive slowdown when using the 'Display sender using 
7874                 address book' option
7875
7876 2003-04-30 [paul]       0.8.11claws133
7877
7878         * src/addrindex.c
7879                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7880         
7881 2003-04-30 [melvin]     0.8.11claws132
7882
7883         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7884
7885         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7886                 Preferences for the dillo plugin
7887         * src/plugins/dillo_viewer/dillo_viewer.c
7888                 Support for preferences
7889         * src/plugins/dillo_viewer/Makefile.am
7890                 Added dillo_prefs.[ch]
7891
7892 2003-04-30 [alfons]     0.8.11claws131
7893
7894         * src/common/plugin.[ch]
7895                 see? this ANSI C'fication immediately gives us type
7896                 checking for free.
7897
7898 2003-04-30 [alfons]     0.8.11claws130
7899
7900         * src/common/plugin.[ch]
7901         * src/plugins/clamav/clamav_plugin.[ch]
7902         * src/plugins/clamav/clamav_plugin_gtk.c
7903         * src/plugins/demo/demo.c
7904         * src/plugins/dillo_viewer/dillo_viewer.c
7905         * src/plugins/image_viewer/plugin.c
7906         * src/plugins/image_viewer/viewer.[ch]
7907         * src/plugins/image_viewer/viewerprefs.[ch]
7908         * src/plugins/mathml_viewer/mathml_viewer.c
7909         * src/plugins/spamassassin/spamassassin.[ch]
7910         * src/plugins/spamassassin/spamassassin_gtk.c
7911         * src/plugins/trayicon/trayicon.c
7912                 clean up
7913
7914 2003-04-30 [alfons]     0.8.11claws129
7915
7916         * src/common/utils.c
7917                 make is_ascii_str() fail gracefully when NULL pointer
7918                 is passed
7919
7920 2003-04-30 [paul]       0.8.11claws128
7921
7922         * src/addrindex.c
7923                 fix bug where opening folder has massive slowdown when
7924                 using the 'Display sender using address book' option
7925
7926 2003-04-30 [paul]       0.8.11claws127
7927
7928         * src/plugins/clamav/clamav_plugin.c
7929           src/plugins/clamav/clamav_plugin_gtk.c
7930           src/plugins/demo/demo.c
7931           src/plugins/dillo_viewer/dillo_viewer.c
7932           src/plugins/image_viewer/plugin.c
7933           src/plugins/mathml_viewer/mathml_viewer.c
7934           src/plugins/spamassassin/spamassassin.c
7935           src/plugins/spamassassin/spamassassin_gtk.c
7936           src/plugins/trayicon/trayicon.c
7937                 get rid of eye-hurting function signatures
7938
7939 2003-04-30 [paul]       0.8.11claws126
7940
7941         * src/plugins/trayicon/trayicon.c
7942                 add description
7943                 
7944         * src/mimeview.c
7945                 be more descriptive
7946
7947 2003-04-30 [paul]       0.8.11claws125
7948
7949         * configure.ac
7950                 arrange the plugins in reverse alphabetical order
7951                 
7952         * src/plugins/clamav/clamav_plugin.[ch]
7953           src/plugins/clamav/clamav_plugin_gtk.c
7954                 rename some params
7955                 resize max_size window
7956                 re-arrange the order of some gui elements
7957                 improve descriptions
7958         
7959         * src/plugins/image_viewer/plugin.c
7960           src/plugins/mathml_viewer/mathml_viewer.c
7961                 add descriptions
7962                 
7963         * src/plugins/spamassassin/spamassassin_gtk.c
7964                 resize max_size window
7965                 re-arrange the order of some gui elements
7966                 
7967         * src/messageview.c
7968           src/mimeview.c
7969                 correct typos
7970
7971 2003-04-30 [alfons]     0.8.11claws124
7972
7973         * src/imap.c
7974                 fix a leak found while browsing Martin Kluge's 
7975                 valgrind log (Claws only)
7976
7977 2003-04-29 [darko]      0.8.11claws123
7978
7979         * src/gtk/gtkstext.h
7980                 include wchar.h if it is available, fixes compilation
7981                 on HP-UX systems
7982
7983 2003-04-29 [melvin]     0.8.11claws122
7984
7985         * src/prefs_actions.c
7986                 Improved help text of Actions' syntax
7987
7988 2003-04-28 [paul]       0.8.11claws121
7989
7990         * src/action.c
7991                 a better fix for the crash when performing an action
7992                 on a mime part
7993
7994 2003-04-28 [paul]       0.8.11claws120
7995
7996         * src/action.c
7997                 fix crash when performing an action on a
7998                 mime part
7999
8000 2003-04-28 [paul]       0.8.11claws119
8001
8002         * sync with 0.8.11cvs36
8003                 see ChangeLog 2003-04-28
8004
8005 2003-04-27 [paul]       0.8.11claws118
8006
8007         * more sync with 0.8.11cvs35
8008                 see ChangeLog 2003-04-25
8009
8010 2003-04-26 [christoph]  0.8.11claws117
8011
8012         * src/folder.c
8013                 fix remove virtual check
8014
8015 2003-04-26 [paul]       0.8.11claws116
8016
8017         * src/messageview.c
8018                 fix return-receipt, make it work again
8019
8020 2003-04-26 [paul]       0.8.11claws115
8021
8022         * src/mimeview.c
8023                 restore double-clicking of the [application/pgp-signature 
8024                 (Select "Check signature" to check)] line in the message view,
8025                 broken in recent sync
8026
8027 2003-04-26 [christoph]  0.8.11claws114
8028
8029         * src/folder.c
8030                 check if remove virtual really exists before
8031                 calling the function
8032
8033 2003-04-25 [match]      0.8.11claws113
8034
8035         * src/addrindex.c
8036         * src/addrbook.c
8037         * src/ldapquery.[ch]
8038         * src/ldapctrl.[ch]
8039                 fix memleak.
8040         * src/ldapserver.[ch]
8041                 fix memleak. fix segfault.
8042                 plug a Claws memleak
8043
8044 2003-04-25 [alfons]     0.8.11claws112
8045
8046         * src/folder.c
8047                 plug a Claws memleak
8048
8049 2003-04-25 [alfons]     0.8.11claws111
8050
8051         * src/common/session.c
8052                 plug a memleak
8053
8054 2003-04-25 [paul]       0.8.11claws110
8055
8056         * sync with 0.8.11cvs35
8057                 see ChangeLog 2003-04-24 and 2003-04-25
8058                 
8059         * src/gtk/pluginwindow.c
8060                 correct another strange float value
8061
8062 2003-04-24 [christoph]  0.8.11claws109
8063
8064         * src/folder.c
8065                 freeze folder item updates when unsetting new flags
8066
8067         * src/gtk/pluginwindow.c
8068                 correct strange float value
8069
8070 2003-04-23 [paul]       0.8.11claws108
8071
8072         * sync with 0.8.11cvs33
8073                 see ChangeLog 2003-04-23
8074
8075 2003-04-22 [paul]       0.8.11claws107
8076
8077         * src/Makefile.am
8078           src/messageview.c
8079           src/mimeview.c
8080           src/pgptext.[ch]      ** REMOVED **
8081                 remove pgptext.[ch] as its not used any more
8082
8083 2003-04-22 [paul]       0.8.11claws106
8084
8085         * sync with 0.8.11cvs31
8086                 see ChangeLog 2003-04-21 and 2003-04-22
8087
8088 2003-04-21 [alfons]     0.8.11claws105
8089
8090         * src/main.c
8091                 No access to GTK structures if we're a spawned child
8092                 (and clean up code a little bit...) Should fix #126.
8093
8094 2003-04-21 [melvin]     0.8.11claws104
8095
8096         * src/plugins/dillo_viewer/README
8097                 Improved slightly the text.
8098
8099 2003-04-21 [melvin]     0.8.11claws103
8100
8101         * src/plugins/dillo_viewer/README *** NEW ***
8102                 Added a README file for the Dillo plugin
8103
8104 2003-04-20 [paul]
8105
8106         * tools/README
8107           tools/outlook2sylpheed.pl
8108                 updated and improved by Ricardo Mones Lastra
8109
8110 2003-04-18 [oliver]     0.8.11claws102
8111
8112         * src/inc.c 
8113         * src/prefs_account.h
8114                 remove Pop3SessionType (used by selective download)
8115         * src/prefs_toolbar.c
8116                 enable set Default Toolbar button
8117
8118 2003-04-18 [paul]       0.8.11claws101
8119
8120         * sync with 0.8.11cvs29
8121                 see ChangeLog 2003-04-18
8122
8123 2003-04-17 [paul]       0.8.11claws100
8124
8125         * src/prefs_common.[ch]
8126           src/summaryview.c
8127                 remove 'Open next message on deletion' option,
8128                 as the same effect can now be achieved via the
8129                 'Always open messages in summary when selected'
8130                 option.
8131
8132 2003-04-17 [paul]       0.8.11claws99
8133
8134         * sync with 0.8.11cvs28
8135                 see ChangeLog 2003-04-17
8136
8137 2003-04-17 [christoph]  0.8.11claws98
8138
8139         * ac/spamassassin.m4
8140         * src/plugins/spamassassin/libspamc.[ch]
8141         * src/plugins/spamassassin/utils.[ch]
8142                 sync libspamc with SpamAssassin project
8143
8144 2003-04-17 [christoph]  0.8.11claws97
8145
8146         * src/common/socket.h
8147         * src/gtk/sslcertwindow.h
8148                 rename old USE_SSL to USE_OPENSSL
8149
8150 2003-04-17 [paul]       0.8.11claws96
8151
8152         * src/prefs_common.h
8153                 use gulong for P_COLOR so that it compiles/runs on
8154                 64-bit systems. Patch submitted by James Noyes
8155                 <jnoyes-claws@retrogeeks.com>
8156                 
8157         * po/de.po
8158                 updated by Jens
8159
8160 2003-04-17 [paul]       0.8.11claws95
8161
8162         * sync with 0.8.11cvs27
8163                 see ChangeLog 2003-04-16
8164
8165 2003-04-15 [paul]       0.8.11claws94
8166
8167         * src/prefs_common.[ch]
8168                 rearrange to stop the window getting too long:
8169                         move Receive dialog stuff to Receive tab
8170                         move Send dialog to Send tab
8171                         remove Dialogs frame
8172                 rename 'Open messages in summary with cursor keys' to
8173                 'Always open messages in summary when selected', as its
8174                 more appropriate
8175
8176 2003-04-15 [paul]       0.8.11claws93
8177
8178         * src/prefs_common.[ch]
8179           src/summaryview.c
8180                 add new option '/Interface/Open next message on deletion'
8181
8182 2003-04-15 [paul]       0.8.11claws92
8183
8184         * src/summaryview.[ch]
8185                 add /Mark/Lock and /Mark/Unlock to the pop-up
8186                 menu. Patch submitted by Ivan Francolin Martinez
8187                 <ivanfm@users.sourceforge.net>
8188
8189 2003-04-15 [paul]       0.8.11claws91
8190
8191         * sync with 0.8.11cvs24
8192                 see ChangeLog 2003-04-15
8193
8194 2003-04-14 [jens]       0.8.11claws90
8195
8196         * updated German translation and some corrections from
8197                 Roland Bless <bless@tm.uka.de>
8198
8199 2003-04-14 [paul]       0.8.11claws89
8200
8201         * sync with 0.8.11cvs22
8202                 see ChangeLog 2003-04-14
8203
8204 2003-04-13 [paul]       0.8.11claws88
8205
8206         * src/plugins/clamav/clamav_plugin.c
8207                 fix memory leaks
8208                 clean up
8209
8210 2003-04-12 [paul]       0.8.11claws87
8211
8212         * src/plugins/clamav/clamav_plugin.c
8213                 activate enable/disable archive scanning option
8214                 
8215         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8216
8217 2003-04-12 [paul]       0.8.11claws86
8218
8219         * src/plugins/Makefile.am
8220           src/plugins/clamav/Makefile.am                ** NEW FILE **
8221           src/plugins/clamav/README                     ** NEW FILE ** 
8222           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8223           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8224                 add Clam AntiVirus plugin
8225
8226 2003-04-12 [paul]       0.8.11claws85
8227
8228         * sync with 0.8.11cvs21
8229                 see ChangeLog 2003-04-11
8230
8231 2003-04-11 [paul]       0.8.11claws84
8232
8233         * po/es.po
8234                 update Spanish translation. Submitted by Ricardo
8235                 Mones Lastra.
8236
8237 2003-04-10 [christoph]  0.8.11claws83
8238
8239         * src/mbox.c
8240                 fix typo that did not move unfiltered mails to destination
8241                 folder
8242
8243         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8244          when filtering from spool)
8245
8246 2003-04-10 [christoph]  0.8.11claws82
8247
8248         * src/imap.c
8249                 use BODY.PEEK instead of BODY in in message fetch operation
8250                 to make sure the IMAP server does not set the \Seen flag for
8251                 messages. Sylpheed does that later itself, when the message
8252                 is opened in sylpheed
8253
8254         (closes Bug 111 Claws destroys unread marks)
8255
8256 2003-04-09 [oliver]     0.8.11claws81
8257         
8258         * src/folder.c
8259                 fix crash in folder_destroy
8260         * README.claws
8261                 remove selective download
8262
8263 2003-04-09 [christoph]  0.8.11claws80
8264
8265         * src/imap.c
8266                 fix crash in imap_get_msginfo() when then fetched message
8267                 is not found
8268
8269         (closes Bug 110 Crash during mail composition)
8270
8271 2003-04-08 [christoph]  0.8.11claws79
8272
8273         * src/folder.c
8274         * src/prefs_account.c
8275                 Filter new messages that are found in an INBOX folder
8276                 when 'Filter messages on receiving' is enabled in the
8277                 Folder's AccountPrefs. This allows to use Sylpheed's
8278                 filtering engine for IMAP folders where messages are
8279                 added to the INBOX by a MTA
8280
8281 2003-04-08 [paul]       0.8.11claws78
8282
8283         * src/procmsg.h
8284                 clean up after last commit
8285
8286 2003-04-08 [paul]       0.8.11claws77
8287
8288         * sync with 0.8.11cvs20
8289                 see ChangeLog 2003-04-07 and 2003-04-08
8290
8291 2003-04-07 [christoph]  0.8.11claws76
8292
8293         * src/filtering.[ch]
8294         * src/inc.[ch]
8295         * src/mbox.c
8296         * src/procmsg.[ch]
8297                 add procmsg_msginfo_filter() to execute filtering actions
8298
8299 2003-04-06 [christoph]  0.8.11claws75
8300
8301         * src/imap.c
8302                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8303
8304 2003-04-06 [christoph]  0.8.11claws74
8305
8306         * src/common/utils.[ch]
8307                 add g_int_compare() function for slist sorting
8308
8309         * src/imap.c
8310                 fetch all MsgInfos with one command in imap_get_msginfos()
8311                 using an imap set with a list of ranges
8312
8313         * src/news.c
8314                 use new g_int_compare() function
8315
8316 2003-04-06 [thorsten]   0.8.11claws73
8317
8318         * src/mh.c
8319                 corrected implementation of mh_folder_destroy()
8320
8321 2003-04-05 [christoph]  0.8.11claws72
8322
8323         * src/account.c
8324         * src/folder.[ch]
8325         * src/folderview.c
8326         * src/imap.c
8327         * src/inc.c
8328         * src/main.c
8329         * src/mainwindow.c
8330         * src/mbox_folder.c
8331         * src/mh.c
8332         * src/mimeview.h
8333         * src/msgcache.[ch]
8334         * src/news.c
8335         * src/procmime.h
8336         * src/procmsg.[ch]
8337         * src/setup.c
8338         * src/gtk/gtkutils.c
8339                 o rename structure field names class and new to klass and
8340                   new_msgs, to allow including files in C++
8341                 o add 'extern "C"' block to some header files
8342                 o add MsgInfoList and MsgNumberList as alias for GSList for
8343                   developers to know what type of list is expected
8344
8345         * src/plugins/image_viewer/plugin.c
8346         * src/plugins/image_viewer/viewer.[ch]
8347         * src/plugins/image_viewer/viewerprefs.[ch]
8348                 rename function names to prevent conflicts
8349
8350 2003-04-05 [paul]       0.8.11claws71
8351
8352         * sync with 0.8.11cvs18
8353                 see ChangeLog 2003-04-03 and 2003-04-04
8354
8355 2003-04-02 [christoph]  0.8.11claws70
8356
8357         * src/folder.[ch]
8358         * src/imap.[ch]
8359         * src/mbox_folder.[ch]
8360         * src/mh.[ch]
8361         * src/news.[ch]
8362                 o Make all virtual folder functions private
8363                 o remove unused folder code
8364
8365         * src/common/socket.[ch]
8366         * src/summaryview.c
8367                 fix warnings
8368
8369 2003-03-30 [alfons]     0.8.11claws69
8370
8371         * src/send_message.c
8372                 remove two debug traces and see if people still report
8373                 errors
8374
8375 2003-03-30 [alfons]     0.8.11claws68
8376
8377         * src/send_message.c
8378         * src/commons/session.c
8379                 add more debug traces
8380
8381 2003-03-30 [christoph]  0.8.11claws67
8382
8383         * src/folder.c
8384                 change processing folder name from .processing to processing
8385
8386         * src/common/ssl.c
8387                 disable SSL certificate check because it causes Xlib error
8388                 when the child process want's to open an GTK window
8389
8390 2003-03-30 [christoph]  0.8.11claws66
8391
8392         * src/folder.c
8393                 don't use default folder for processing folder item because
8394                 it can be a non local folder
8395
8396         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8397
8398 2003-03-30 [alfons]     0.8.11claws65
8399
8400         * src/send_message.c
8401                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8402                 to generate bad code for 'send_send_data_progressive': When
8403                 called from 'send_send_data_finished', the 'data' pointer is
8404                 cleared just before the assignment to the dialog pointer
8405
8406 2003-03-29 [christoph]  0.8.11claws64
8407
8408         * src/common/prefs.h
8409         * src/plugins/image_viewer/Makefile.am
8410         * src/plugins/image_viewer/plugin.c
8411         * src/plugins/image_viewer/viewer.[ch]
8412         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8413                 add PrefsPage for ImageViewer
8414
8415 2003-03-28 [thorsten]   0.8.11claws63
8416
8417         * src/common/session.c
8418                 added some comments
8419
8420 2003-03-28 [paul]       0.8.11claws62
8421
8422         * sync with 0.8.11cvs16
8423                 see ChangeLog 2003-03-28
8424
8425 2003-03-28 [paul]       0.8.11claws61
8426
8427         * sync with 0.8.11cvs15
8428                 see ChangeLog 2003-03-28
8429
8430 2003-03-27 [christoph]  0.8.11claws60
8431
8432         * src/folder.c
8433         * src/imap.c
8434         * src/common/socket.[ch]
8435                 set socket state to DISCONNECTED when any operation
8436                 fails to allow reconnecting in IMAP code without
8437                 checking the return code of all calls to the command
8438                 functions
8439
8440         * src/folderview.c
8441         * src/summaryview.c
8442                 remove some more stuff that depends on specific
8443                 folder types
8444
8445 2003-03-27 [paul]       0.8.11claws59
8446
8447         * sync with 0.8.11cvs14
8448                 see ChangeLog 2003-03-27
8449                 
8450         * src/selective_download.[ch]   ** REMOVED **
8451                 really removed
8452
8453 2003-03-27 [christoph]  0.8.11claws58
8454
8455         * src/folder.c
8456                 fix handling of tmp_flags in flag copy function
8457
8458 2003-03-27 [paul]       0.8.11claws57
8459
8460         * sync with 0.8.11cvs13
8461                 see ChangeLog 2003-03-27
8462
8463 2003-03-27 [oliver]     0.8.11claws56
8464
8465         * src/maiwindow.c
8466                 remove sel_download_cb
8467
8468 2003-03-27 [oliver]     0.8.11claws55
8469         
8470         * src/inc.c
8471                 remove POP3_TOP
8472         
8473 2003-03-26 [oliver]     0.8.11claws54
8474
8475         *src/pop.h
8476                 remove POP3_TOP*
8477         * README.claws
8478                 remove selective donwload readme
8479
8480 2003-03-26 [oliver]     0.8.11claws53
8481         * src/matcher.[ch]
8482         * src/matcher_parser_parse.y 
8483         * src/pop.c 
8484         * src/prefs_account.[ch]
8485         * src/prefs_filtering.c
8486                 remove selective donwload
8487
8488 2003-03-26 [oliver]     0.8.11claws52
8489
8490         * src/inc.[ch] 
8491         * src/filtering.c 
8492         * src/mainwindow.c 
8493                 remove selective donwload
8494
8495 2003-03-26 [oliver]     0.8.11claws51
8496         
8497         * src/Makefile.am
8498         * src/selective_download.[ch]   ** REMOVE **    
8499
8500 2003-03-26 [christoph]  0.8.11claws50
8501
8502         * src/news.c
8503                 fix NEWS that got broken by a sync with sylpheed-main
8504
8505 2003-03-26 [christoph]  0.8.11claws49
8506
8507         * src/mimeview.c
8508                 fix mime type guessing when no mime type is found for a file
8509
8510 2003-03-25 [christoph]  0.8.11claws48
8511
8512         * src/mimeview.c
8513         * src/procmime.c
8514                 remove mime type guessing from mime parser and use
8515                 name based mime types in viewer lookup for mime type
8516                 application/octet-stream
8517
8518 2003-03-25 [christoph]  0.8.11claws47
8519
8520         * doc-src/readme.txt
8521         * doc-src/rfc2554.txt
8522                 add RFC about SMTP AUTH
8523
8524         * src/send_message.c
8525         * src/common/smtp.[ch]
8526                 add extra error code for authentication errors and
8527                 clear temporary password when this error occurs
8528
8529         (closes Bug 84 authentication failure while sending should
8530          prompt for password again)
8531
8532 2003-03-25 [christoph]  0.8.11claws46
8533
8534         * configure.ac
8535         * src/Makefile.am
8536         * src/imageview.[ch]                            ** REMOVE **
8537         * src/messageview.[ch]
8538         * src/mimeview.[ch]
8539         * src/prefs_common.[ch]
8540         * src/textview.c
8541         * src/plugins/Makefile.am
8542         * src/plugins/image_viewer/.cvsignore           ** NEW **
8543         * src/plugins/image_viewer/Makefile.am          ** NEW **
8544         * src/plugins/image_viewer/plugin.c             ** NEW **
8545         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8546                 move image viewer into a plugin (building is enabled by default)
8547                 [ToDo: Prefs for resize and autoview]
8548
8549 2003-03-25 [paul]       0.8.11claws45
8550
8551         * sync with 0.8.11cvs12
8552                 see ChangeLog 2003-03-26
8553
8554 2003-03-25 [paul]       0.8.11claws44
8555
8556         * sync with 0.8.11cvs11
8557                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8558                 
8559         Note: Selective Download is broken.
8560                 
8561 2003-03-22 [christoph]  0.8.11claws43
8562
8563         * src/folder.c
8564                 code cleanup for flags copying
8565
8566 2003-03-22 [christoph]  0.8.11claws42
8567
8568         * src/plugins/trayicon/trayicon.c
8569                 fix setting the transparent area when the window size
8570                 is forced by the system tray
8571
8572 2003-03-22 [christoph]  0.8.11claws41
8573
8574         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8575         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8576         * src/plugins/trayicon/newmail.xpm              ** NEW **
8577         * src/plugins/trayicon/nomail.xpm               ** NEW **
8578         * src/plugins/trayicon/trayicon.c
8579         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8580                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8581                 o add icon for unread mails
8582                 o set transparency for window
8583
8584 2003-03-22 [christoph]  0.8.11claws40
8585
8586         * src/news.c
8587                 init news session to prevent crash when session is closed
8588
8589 2003-03-22 [christoph]  0.8.11claws39
8590
8591         * src/imap.c
8592         * src/common/session.[ch]
8593                 Init session data to make sure we don't have invalid pointers
8594                 for read_ch and write_ch when new multi process sessions are
8595                 not used
8596
8597         * src/main.c
8598         * src/common/plugin.c
8599         * src/common/sylpheed.c
8600         * src/plugins/demo/demo.c
8601         * src/plugins/dillo_viewer/dillo_viewer.c
8602         * src/plugins/mathml_viewer/mathml_viewer.c
8603         * src/plugins/spamassassin/spamassassin.c
8604         * src/plugins/spamassassin/spamassassin_gtk.c
8605                 add plugin types to allow loading plugins at different times
8606                 (and maybe for different frontends), because it's not good to
8607                 load GTK-Plugins gefore gtk_init was called
8608
8609         * configure.ac
8610         * src/plugins/Makefile.am
8611         * src/plugins/trayicon/.cvsignore               ** NEW **
8612         * src/plugins/trayicon/Makefile.am              ** NEW **
8613         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8614         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8615         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8616         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8617         * src/plugins/trayicon/trayicon.c               ** NEW **
8618                 New Trayicon plugin that shows an icon in a systray that uses
8619                 XEMBED protocol like Gnome's systray. Icon shows if there
8620                 are new mails and a tooltip shows information about new,
8621                 unread and total messages.
8622
8623 2003-03-22 [paul]       0.8.11claws38
8624
8625         * src/common/smtp.c
8626                 fix ESMTP AUTH CRAM-MD5
8627                 [sync with main (still version 0.8.11cvs6), see
8628                  ChangeLog 2003-03-22]
8629
8630 2003-03-21 [colin]      0.8.11claws37
8631
8632         * src/send_message.c
8633                 Fix USE_SSL => USE_OPENSSL
8634
8635 2003-03-21 [colin]      0.8.11claws36
8636
8637         * src/folderview.c
8638                 Fix counts in drag and dropped subfolders
8639
8640 2003-03-21 [colin]      0.8.11claws35
8641
8642         * src/folder.c 
8643         * src/folderview.c
8644                 speed up a bit folder dnd
8645
8646 2003-03-20 [alfons]     0.8.11claws34
8647
8648         * src/main.c
8649         * src/toolbar.c
8650         * src/procmsg.c
8651                 don't send locked queue messages
8652                 (feature request "[ 705245 ] Locking message in outbox 
8653                  should prevent sending")
8654
8655 2003-03-20 [christoph]  0.8.11claws33
8656
8657         * src/folder.c
8658                 remove NEW and UNREAD flag in special folders when scanning
8659                 
8660         * src/common/smtp.c
8661                 fix ESMTP AUTH CRAM-MD5
8662
8663 2003-03-20 [paul]       0.8.11claws32
8664
8665         * src/prefs_account.c
8666                 Re-write 'Tunnel command to open connection' as
8667                 'Use command to communicate with server', and disable
8668                 it for all except IMAP accounts
8669
8670 2003-03-20 [paul]       0.8.11claws31
8671
8672         * sync with 0.8.11cvs6
8673                 see ChangeLog 2003-03-20
8674
8675 2003-03-19 [match]      0.8.11claws30
8676
8677         * src/addritem.[ch]
8678                 include documentation. minor refactoring.
8679         * src/addr_compl.[ch]
8680         * src/addrindex.[ch]
8681         * src/addresbook.[ch]
8682         * src/summaryview.c
8683                 re-enable address lookup (was disabled in
8684                 0.8.11claws20).
8685
8686 2003-03-19 [christoph]  0.8.11claws29
8687
8688         * src/procmsg.c
8689                 add temp flag handling, will make moving and copying
8690                 messages possible again
8691
8692         * src/folder.c
8693                 correct calulation of folder stats
8694
8695 2003-03-18 [match]      0.8.11claws28
8696
8697         * src/editgroup.h
8698                 remove case sensitive comparison (closes bug 80).
8699
8700 2003-03-18 [christoph]  0.8.11claws27
8701
8702         * src/imap.c
8703                 fix imap using a tunnel command
8704
8705         (closes bug 87)
8706
8707 2003-03-18 [christoph]  0.8.11claws26
8708
8709         * src/folder.[ch]
8710         * src/imap.c
8711         * src/procmsg.[ch]
8712                 rewrite flag handling for folders
8713
8714 2003-03-18 [christoph]  0.8.11claws25
8715
8716         * src/folder.c
8717         * src/procmsg.c
8718         * src/summaryview.c
8719                 unset NEW and UNREAD flags when message is ignored, to make
8720                 sure messages don't show up as unread on other IMAP clients,
8721                 because the IGNORE_THREAD flag can not be syncronized through
8722                 the IMAP folder
8723
8724 2003-03-17 [christoph]  0.8.11claws24
8725
8726         * src/imap.c
8727                 don't use recursion to fetch uids when the number of messages
8728                 does not match. Moved code into subfunction that is used
8729                 again when needed, to prevent an endless loop.
8730
8731 2003-03-17 [thorsten]   0.8.11claws23
8732
8733         * src/imageview.[ch]
8734                 export imageview_get_resized_size() (for plugins)
8735         * src/prefs_common.[ch]
8736                 added prefs_common_get() (for plugins)
8737
8738 2003-03-17 [christoph]  0.8.11claws22
8739
8740         * src/imap.c
8741                 o remove UID guessing from copy code
8742                 o support UIDPLUS extension for APPEND command
8743
8744 2003-03-17 [paul]       0.8.11claws21
8745
8746         * src/gtk/about.c
8747                 remove 'Compiled-plugins' section.
8748                 
8749         * src/plugins/dillo_viewer/dillo_viewer.c
8750                 slight change to description text
8751
8752 2003-03-16 [match]      0.8.11claws20
8753         * src/ldapserver.[ch]           ** NEW **
8754         * src/ldapctrl.[ch]             ** NEW **
8755         * src/ldapquery.[ch]            ** NEW **
8756         * src/ldaputil.[ch]             ** NEW **
8757         * src/addrcindex.[ch]           ** NEW **
8758         * src/addrquery.h               ** NEW **
8759         * src/addritem.[ch]
8760         * src/addrcache.[ch]
8761         * src/addrindex.[ch]
8762         * src/addr_compl.[ch]
8763         * src/addressbook.[ch]
8764         * src/addrbook.[ch]
8765         * src/editgroup.c
8766         * src/editaddress.c
8767         * src/editldap.c
8768         * src/editldap_basedn.c
8769         * src/vcard.c
8770         * src/jpilot.c
8771         * src/Makefile.am
8772                 included dynamic LDAP queries. improved address
8773                 completion.
8774
8775 2003-03-16 [paul]       0.8.11claws19
8776
8777         * tools/multiwebsearch.pl
8778                 fix a fatal typo
8779
8780 2003-03-16 [christoph]  0.8.11claws18
8781
8782         * src/mimeview.c
8783         * src/plugins/dillo_viewer/dillo_viewer.c
8784         * src/plugins/mathml_viewer/mathml_viewer.c
8785                 make unregistering of MimeViewerFactorys possible
8786
8787 2003-03-16 [alfons]     0.8.11claws17
8788
8789         * configure.ac
8790                 correct typo
8791
8792 2003-03-16 [melvin]     0.8.11claws16
8793
8794         * src/plugins/dillo_viewer.c
8795                 Fixed bug where it was not possible to view more than
8796                 one text/html attachment per message (bug discovered
8797                 by Christoph Hohmann).
8798
8799 2003-03-15 [melvin]     0.8.11claws15
8800
8801         * src/prefs_actions.c
8802                 Fixed compilation warnings.
8803
8804 2003-03-15 [melvin]     0.8.11claws14
8805
8806         * src/plugins/Makefile.am
8807         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8808         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8809         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8810                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8811                 newer (http://dillo.auriga.wearlab.de/).
8812
8813 2003-03-15 [christoph]  0.8.11claws13
8814
8815         * src/imap.c
8816                 don't query imap folder for attributes because we already
8817                 for them from imap_status
8818
8819         * src/mimeview.[ch]
8820                 add support for plugable MimeViewers (unloading Viewers
8821                 not yet complete)
8822
8823         * src/plugins/Makefile.am
8824         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8825         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8826         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8827                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8828                 widget from http://helm.cs.unibo.it/mml-widget/
8829
8830 2003-03-14 [christoph]  0.8.11claws12
8831
8832         * src/folder.[ch]
8833                 o error return code's should better be negative
8834                 o replace printf with debug_print
8835
8836         * src/imap.c
8837                 improve IMAP folder scan by checking UID-NEXT
8838
8839         * src/summaryview.c
8840                 remove check that are unnecessary in my opinion
8841
8842 2003-03-13 [christoph]  0.8.11claws11
8843
8844         * src/folder.[ch]
8845         * src/foldersel.c
8846         * src/folderview.c
8847         * src/imap.c
8848         * src/mbox_folder.c
8849         * src/mh.c
8850         * src/news.c
8851         * src/prefs_scoring.c
8852         * src/summaryview.c
8853                 use a common function to get a displayable name
8854                 for a FolderItem
8855
8856 2003-03-13 [paul]       0.8.11claws10
8857
8858         * tools/Makefile.am
8859           tools/README
8860           tools/multiwebsearch.conf     ** NEW FILE **
8861           tools/multiwebsearch.pl       ** NEW FILE **
8862                 add multiwebsearch Actions script
8863
8864 2003-03-13 [colin]      0.8.11claws9
8865
8866         * src/compose.c
8867                 Remove leading emtpy lines from quoted text
8868                 before quoting it
8869
8870 2003-03-13 [melvin]     0.8.11claws8
8871
8872         * src/prefs_actions.c
8873                 Fixed a memory leak
8874                 Code clean ups
8875                 Added Cancel and OK buttons
8876                 Corrected help text
8877
8878 2003-03-13 [christoph]  0.8.11claws7
8879
8880         * src/account.c
8881         * src/folder.[ch]
8882         * src/imap.c
8883         * src/mainwindow.c
8884         * src/mbox_folder.c
8885         * src/mh.c
8886         * src/news.c
8887         * src/setup.c
8888                 replace more folder type stuff with folder class stuff
8889
8890 2003-03-13 [melvin]     0.8.11claws6
8891
8892         * src/prefs_actions.c
8893                 Added new tokens:
8894                 %u: user provided argument
8895                 %h: user provided argument (hidden on input)
8896                 %s: current text selection in the message view 
8897
8898 2003-03-13 [paul]       0.8.11claws5
8899
8900         * sync with 0.8.11cvs5
8901                 see ChangeLog 2003-03-11, 2003-03-12
8902
8903 2003-03-12 [christoph]  0.8.11claws4
8904
8905         * src/folder.c
8906                 use folder class idstr when writing folderlist.xml
8907
8908         * src/folder.h
8909         * src/imap.c
8910         * src/news.c
8911                 replace folder type checks with folder class checks
8912
8913 2003-03-12 [christoph]  0.8.11claws3
8914
8915         * src/folder.[ch]
8916         * src/imap.[ch]
8917         * src/main.c
8918         * src/mbox_folder.[ch]
8919         * src/mh.[ch]
8920         * src/news.[ch]
8921                 o create a list of known folder classes in the folder system
8922                 o use folder class id strings for folder item identifiers
8923
8924 2003-03-12 [christoph]  0.8.11claws2
8925
8926         * src/imap.c
8927                 fix imap uid validity check
8928
8929 2003-03-12 [christoph]  0.8.11claws1
8930
8931         * src/account.c
8932         * src/folder.[ch]
8933         * src/foldersel.c
8934         * src/folderview.c
8935         * src/imap.c
8936         * src/mainwindow.c
8937         * src/mbox_folder.c
8938         * src/mh.c
8939         * src/news.c
8940         * src/prefs_scoring.c
8941         * src/procmsg.c
8942         * src/setup.c
8943         * src/summaryview.c
8944                 initial restructuring of folder system, seperating
8945                 folders and folder classes
8946
8947 2003-03-12 [paul]       0.8.11claws
8948
8949         0.8.11claws release
8950
8951 2003-03-12 [christoph]
8952
8953         * src/gtk/prefswindow.c
8954                 fix translation of "Page Index"
8955
8956 2003-03-12 [paul]       0.8.10claws110
8957
8958         a sync from 0.8.11cvs4 before the release
8959
8960         * src/common/utils.c
8961                 subject_compare_for_sort(): allow null strings (fixes
8962                 summary sorting).
8963
8964 2003-03-11 [paul]       0.8.10claws109
8965
8966         * po/es.po
8967                 update Spanish translation, submitted by
8968                 Ricardo Mones Lastra
8969
8970 2003-03-11 [melvin]     0.8.10claws108
8971
8972         * po/fr.po
8973                 Updated French translations
8974
8975 2003-03-11 [paul]       0.8.10claws107
8976
8977         * manual/en/Makefile.am
8978           manual/en/*.html
8979                 update English manual, add a new page
8980                 updated by Francois Barriere <fbarriere@atmel.fr>
8981                 
8982         * po/bg.po
8983           po/it.po
8984           po/sr.po
8985                 update Bulgarian, Italian, and Serbian translations
8986                 submitted by George Danchev, Alessandro Maestri, and
8987                 Urke MMI
8988
8989 2003-03-10 [paul]       0.8.10claws106
8990
8991         * src/gtk/about.c
8992           src/gtk/prefswindow.c
8993                 make some strings translatable
8994
8995 2003-03-10 [darko]      0.8.10claws105
8996
8997         * src/compose.c
8998                 code cleanup to make Hiro happy
8999
9000 2003-03-10 [paul]       0.8.10claws104
9001
9002         * sync with 0.8.11cvs2
9003                 see ChangeLog 2003-03-10
9004
9005 2003-03-09 [melvin]     0.8.10claws103
9006
9007         * src/textview.c
9008                 textview_set_font(): fix for message display in
9009                 UTF-8 locales (thanks to Sergey Vlasov).
9010                 (was unintentionnaly reverted in 0.8.6claws6)   
9011
9012 2003-03-08 [darko]      0.8.10claws102
9013
9014         * src/compose.c
9015                 fix infinite loop in wrapping as reported
9016                 by happycactus
9017                 obsoletes patch #696482
9018
9019 2003-03-08 [christoph]  0.8.10claws101
9020
9021         * src/imap.c
9022                 add workaround for IMAP servers that do not
9023                 support the "UID SEARCH UID" command
9024
9025 2003-03-07 [christoph]  0.8.10claws100
9026
9027         * src/plugins/spamassassin/spamassassin.[ch]
9028         * src/plugins/spamassassin/spamassassin_gtk.c
9029                 code cleanup
9030
9031 2003-03-07 [paul]       0.8.10claws99
9032
9033         * po/es.po
9034                 updated Spanish translation, submitted by
9035                 Ricardo Mones Lastra
9036
9037 2003-03-07 [christoph]  0.8.10claws98
9038
9039         * src/send.c
9040                 fix in 0.8.10claws94 was wrong
9041                 local delivery does not require escaping, remove escaping
9042                 code to make signatures of mails with "." lines valid
9043                 
9044                 NOTE: requires that sendmail is executed with "-i" option,
9045                       what is the default now, but has to be changed in all
9046                       exsiting accounts)
9047
9048 2003-03-07 [paul]       0.8.10claws97
9049
9050         * sync with 0.8.11 release
9051                 see ChangeLog 2003-03-07
9052
9053 2003-03-06 [paul]       0.8.10claws96
9054
9055         * src/compose.c
9056                 revert commit 0.8.10claws92
9057
9058 2003-03-06 [paul]       0.8.10claws95
9059
9060         * src/folderview.c
9061                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9062
9063         * src/gtkaspell.c
9064                 fix bug 74, 'Crash opening editor window with pseudo-color
9065                 display'
9066                 
9067         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9068
9069 2003-03-06 [christoph]  0.8.10claws94
9070
9071         * src/send.c
9072                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9073                 all lines starting with a period get an extra period
9074                 inserted
9075                 (found by Simon 'corecode' Schubert)
9076
9077 2003-03-06 [paul]       0.8.10claws93
9078
9079         * src/folderview.c
9080                 if configured font can't be loaded fall back to gtk
9081                 default. (with thanks to Christoph)
9082                 
9083                 closes long-standing bug 15 'Crashes on startup'
9084
9085 2003-03-06 [paul]       0.8.10claws92
9086
9087         * src/compose.c
9088                 freeze text before autosave and thaw afterwards
9089                 fixes bug 67 'autosave make re-rediting message crazy'
9090
9091 2003-03-06 [christoph]  0.8.10claws91
9092
9093         * src/compose.c
9094                 ignore address comment in dupe check for Cc-list
9095
9096         (closes reopened bug 47 Replying to message strips name part of
9097          e-mail addresses of Cc: lines)
9098
9099 2003-03-06 [paul]       0.8.10claws90
9100
9101         * src/Makefile.am
9102                 remove reference to gtkxtext.h as its no longer in
9103                 the repository
9104
9105 2003-03-06 [paul]       0.8.10claws89
9106
9107         * sync with 0.8.10cvs25
9108                 see ChangeLog 2003-03-06
9109
9110 2003-03-06 [oliver]     0.8.10claws88
9111         
9112         * src/messageview.c
9113                 remove include
9114
9115 2003-03-06 [oliver]     0.8.10claws87
9116         
9117         * src/folderview.c 
9118                 remove changes introduced inclaws74
9119         * src/messageview.c
9120                 another attempt to sanely delete and update
9121                 messages deleted in separate messageview
9122
9123 2003-03-05 [christoph]  0.8.10claws86
9124
9125         * src/summaryview.c
9126                 check if "From" matches any account's address if
9127                 addressbook completion of addresses is disabled too
9128
9129         (closes Bug 70 "Display recipient in from" doesn't check
9130          folder's default account)
9131
9132 2003-03-05 [christoph]  0.8.10claws85
9133
9134         * src/compose.c
9135         * src/common/utils.[ch]
9136                 don't strip address comments when building Cc lists
9137
9138         (closes Bug 47 Replying to message strips name part of e-mail addresses
9139          of Cc: lines)
9140
9141         * src/folder.c
9142                 fix return value of copy function
9143
9144 2003-03-05 [christoph]  0.8.10claws84
9145
9146         * src/imap.c
9147                 don't ask imap server for non rfc822 headers
9148
9149         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9150
9151         * src/imap.c
9152                 destroy session on socket error to allow reconnecting
9153
9154 2003-03-05 [christoph]  0.8.10claws83
9155
9156         * configure.ac
9157                 fix building with gnome when no prefix is set
9158
9159         (closes bug 66 Gnome directory is set to NONE)
9160
9161 2003-03-05 [paul]       0.8.10claws82
9162
9163         * sync with 0.8.10cvs23
9164                 see ChangeLog 2003-03-05
9165
9166 2003-03-04 [christoph]  0.8.10claws81
9167
9168         * src/folder.c
9169                 o fix moving and copying when folder returns 0 for new
9170                   message number
9171                 o remove some code for single message copy and move
9172                   operations and use functions for multiple messages
9173
9174         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9175
9176         * src/news.c
9177                 remove unused include
9178
9179 2003-03-04 [paul]       0.8.10claws80
9180
9181         * src/gtk/about.c
9182                 list 'Compiled plugins'
9183
9184 2003-03-03 [christoph]  0.8.10claws79
9185
9186         * src/news.[ch]
9187                 have to multiply the percentage of the current fetch with
9188                 the percentage that it has of the total fetch operation
9189                 for correct values
9190
9191 2003-03-03 [christoph]  0.8.10claws78
9192
9193         * src/news.c
9194                 fix calculation of expected lines for progress indicator
9195
9196 2003-03-03 [christoph]  0.8.10claws77
9197
9198         * src/summaryview.c
9199         * src/common/utils.c
9200                 fix segfault when opening the root news folder
9201
9202 2003-03-03 [christoph]  0.8.10claws76
9203
9204         * src/mainwindow.[ch]
9205         * src/common/Makefile.am
9206         * src/common/progressindicator.[ch]
9207                 add UI independent progress indicator handling
9208
9209         * src/news.[ch]
9210                 use new progress indicator for message info fetching
9211
9212         * src/common/hooks.h
9213                 code cleanup
9214
9215 2003-03-03 [oliver]     0.8.10claws75
9216
9217         * src/toolbar.c
9218         * src/compose.c
9219                 removed commented code
9220
9221 2003-03-03 [oliver]     0.8.10claws74
9222
9223         * src/toolbar.[ch]
9224                 cleanups and refactoring
9225         * src/compose.[ch]
9226                 compose_reply_mode reply & forwarding interface for
9227                 toolbar buttons
9228         * src/folderview.c
9229                 act on messages marked for deletion in folderview_selected
9230                 based on prefs_common.immediate_exec since a message might 
9231                 have been deleted by messageview in a folder we are changing 
9232                 to (does anybody understand what I'm on about ?)
9233
9234 2003-03-03 [oliver]     0.8.10claws73
9235         
9236         * src/messageview.[ch]
9237                 new functions
9238                 - messageview_delete: delete message shown in messagview
9239                 - messageview_update_view: update messageview to currently 
9240                   selected summaryview message
9241                 - add separate messageview to msgview_list in order to update 
9242                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9243         * src/summaryview.[ch]
9244                 summary_get_selection returns a list of selected msgs
9245                 in summaryview
9246         * src/mainwindow.c
9247                 toolbar reply refactoring
9248
9249 2003-03-03 [paul]       0.8.10claws72
9250
9251         * sync with 0.8.10cvs21
9252                 see ChangeLog 2003-03-03
9253
9254 2003-03-02 [christoph]  0.8.10claws71
9255
9256         * src/common/passcrypt.c
9257                 use POSIX includes
9258
9259 2003-03-02 [christoph]  0.8.10claws70
9260
9261         * configure.ac
9262         * src/prefs_account.c
9263         * src/prefs_gtk.[ch]
9264         * src/common/.cvsignore
9265         * src/common/Makefile.am
9266         * src/common/passcrypt.c                ** NEW **
9267         * src/common/passcrypt.h.in             ** NEW **
9268                 Implement password encryption in config files
9269                 using unix encrypt and setkey functions. The crypt
9270                 key can be set as a configure parameter. Old
9271                 passwords will be converted if they do not begin
9272                 with '!'
9273
9274 2003-03-02 [paul]       0.8.10claws69
9275
9276         * src/prefs_account.c
9277                 fix compile error
9278
9279 2003-03-01 [thorsten]   0.8.10claws68
9280
9281         * po/el.po
9282           po/hr.po
9283           po/it.po
9284           po/nl.po
9285           po/sr.po
9286           po/sv.po
9287                 corrected format strings
9288         * po/en_GB.po
9289                 corrected headers
9290                 (fix compile errors with GNU gettext-0.11.5)
9291
9292 2003-03-01 [oliver]     0.8.10claws67
9293
9294         * src/summaryview.c
9295                 menu callbacks call toolbar_menu_reply
9296
9297 2003-03-01 [oliver]     0.8.10claws66
9298
9299         * src/mainwindow.c
9300         * src/messageview.c
9301                 menu callbacks call toolbar_menu_reply
9302         * src/toolbar.[ch]
9303                 callbacks from menu handled by toolbar_menu_reply
9304
9305 2003-03-01 [paul]       0.8.10claws65
9306
9307         * src/addressbook.c
9308                 revert commit 0.8.10claws54 - breaks editing of
9309                 addressbook.
9310                 
9311         * po/bg.po
9312                 update Bulgarian translation, submitted by
9313                 George Danchev
9314
9315 2003-02-28 [christoph]  0.8.10claws64
9316
9317         * src/account.c
9318         * src/addressadd.c
9319         * src/compose.c
9320         * src/gtkaspell.c
9321         * src/gtkxtext.h                ** REMOVE **
9322         * src/imap.c
9323         * src/matcher.[ch]
9324         * src/mh.c
9325         * src/news.c
9326         * src/pine.c
9327         * src/prefs_common.c
9328         * src/prefs_matcher.c
9329         * src/procheader.[ch]
9330         * src/procmsg.[ch]
9331         * src/toolbar.c
9332         * src/common/ssl_certificate.c
9333         * src/gtk/colorlabel.c
9334         * src/gtk/menu.c
9335                 o fix warnings
9336                 o remove code obsoleted by new cache and folder system rework
9337
9338 2003-02-28 [oliver]     0.8.10claws63
9339         
9340         * src/toolbar.[ch]
9341                 * fix bug where reply in Messageview replied to 
9342                 Message displayed in summaryview
9343                 (reportedd via ML by chinatinte at gmx dot ch)
9344                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9345                 didn't work in separate MessageView Toolbar
9346                 (wondering if anybody uses this at all ?)
9347         * src/summaryview.[ch]
9348                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9349                 (generalize reply and forward code);
9350         * src/messageview.c 
9351                 remove focus_in event which updated summaryview to messageview
9352
9353 2003-02-28 [paul]       0.8.10claws62
9354
9355         * po/Makefile.in.in
9356                 add the --check option
9357                 Patch submitted by Ricardo Mones Lastra
9358
9359 2003-02-28 [paul]       0.8.10claws61
9360
9361         * src/prefs_account.c
9362                 re-order 'Signature' items
9363
9364 2003-02-28 [paul]       0.8.10claws60
9365
9366         * sync with 0.8.10cvs20
9367                 see ChangeLog 2003-02-28
9368
9369 2003-02-28 [paul]       0.8.10claws59
9370
9371         * po/POTFILES.in
9372                 update to reflect recent movement of files
9373
9374 2003-02-28 [paul]       0.8.10claws58
9375
9376         * sync with 0.8.10cvs19
9377                 see ChangeLog 2003-02-28
9378
9379 2003-02-27 [martin]     0.8.10claws57
9380
9381         * src/prefs_matcher.c 
9382                 fix segfault in prefs_matcher_ok() when the
9383                 last entry is deleted and prevents that the
9384                 message "entry not saved" comes up after deleting
9385                 an entry
9386
9387 2003-02-27 [martin]     0.8.10claws56
9388
9389         * src/prefs_filtering.c 
9390                 fix segfault in prefs_filtering_ok() when the
9391                 last entry is deleted and prevents that the
9392                 message "entry not saved" comes up after deleting
9393                 an entry
9394
9395 2003-02-27 [paul]       0.8.10claws55
9396
9397         * sync with 0.8.10cvs18
9398                 see ChangeLog 2003-02-27
9399
9400 2003-02-27 [paul]       0.8.10claws54
9401
9402         * src/addressbook.c
9403                 fix bug where the address book crashes with 
9404                 multiple lookups.
9405                 Patch [687729] submitted by David Frager 
9406                 <dbfrager@users.sourceforge.net>
9407
9408 2003-02-25 [christoph]  0.8.10claws53
9409
9410         * src/Makefile.am
9411         * src/colorlabel.[ch]           ** REMOVE **
9412         * src/gtk/Makefile.am
9413         * src/gtk/colorlabel.[ch]       ** NEW **
9414                 move colorlabel files to gtk directory
9415
9416         * src/esmtp.[ch]                ** REMOVE **
9417                 has been merged into smtp.[ch] in 0.7.5
9418
9419 2003-02-25 [christoph]  0.8.10claws52
9420
9421         * src/Makefile.am
9422         * src/about.[ch]                ** REMOVE **
9423         * src/gtk/Makefile.am
9424         * src/gtk/about.[ch]            ** NEW **
9425                 move about files to gtk directory
9426
9427 2003-02-25 [christoph]  0.8.10claws51
9428
9429         * src/folder.c
9430                 some code optimization of folder scanning code
9431
9432         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9433
9434 2003-02-25 [christoph]  0.8.10claws50
9435
9436         * src/main.c
9437         * src/common/sylpheed.c
9438                 add command line parameter parsing to common code
9439
9440 2003-02-24 [christoph]
9441
9442         * Makefile.am
9443         * configure.ac
9444                 fix gnome prefix problems, the configure script now removed
9445                 `gnome-config --prefix` from `gnome-config --datadir`
9446                 and adds $(prefix} instead
9447
9448         (closes Bug 24 Makefile does not respect prefix when installing
9449          GNOME data)
9450
9451 2003-02-24 [christoph]  0.8.10claws49
9452
9453         * src/news.c
9454                 check for valid session before trying to authenticate
9455
9456         (closes Bug 60 crash if "authenticate on logon" is activated
9457          and newsserver-hostname is not valid)
9458
9459 2003-02-24 [melvin]     0.8.10claws48
9460
9461         * src/prefs_actions.c
9462                 Make sure all user's input is sent to the action and then
9463                 close the socket..
9464
9465 2003-02-23 [alfons]     0.8.10claws46
9466
9467         * src/summaryview.c
9468                 also wait cursor when deleting files
9469
9470 2003-02-23 [paul]
9471
9472         * tools/freshmeat_search.pl
9473           tools/google_search.pl
9474                 scripts should now work for any browser/browser command line
9475
9476 2003-02-22 [christoph]  0.8.10claws45
9477
9478         * src/procmsg.c
9479                 fix IMAP flag setting, IMAP flag is not handled correctly
9480                 anymore by the folder system and information about the
9481                 folder should not be saved in the MsgInfo (in my opinion)
9482
9483         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9484
9485 2003-02-22 [christoph]  0.8.10claws44
9486
9487         * src/summaryview.c
9488                 fix spelling of "label" ;-)
9489
9490 2003-02-22 [thorsten]   0.8.10claws43
9491
9492         * src/mimeview.c
9493           src/prefs_common.[ch]
9494           src/procmime.[ch]
9495                 do not use description as attachment name
9496
9497 2003-02-22 [alfons]     0.8.10claws42
9498
9499         * src/summaryview.c
9500                 freeze/thaw folder item updates when changing color labels,
9501                 and put a wait cursors on
9502
9503 2003-02-22 [thorsten]   0.8.10claws41
9504
9505         * src/mimeview.c
9506                 save-all fixes: crash if invoked on multipart container,
9507                 mimeinfo access, pathseparators, error dialog
9508
9509 2003-02-21 [alfons]     0.8.10claws40
9510
9511         * src/prefs_gtk.c
9512                 remove unused var
9513
9514 2003-02-21 [colin]      0.8.10claws39
9515
9516         * src/send.c
9517                 Fix smtp logging
9518
9519 2003-02-21 [colin]      0.8.10claws38
9520
9521         * src/summaryview.c
9522                 Freeze/thaw folderItem updates when filtering messages 
9523                 via Tools/Filter messages
9524
9525 2003-02-21 [paul]       0.8.10claws37
9526
9527         * src/compose.c
9528                 revert commit 0.8.10claws26, there are ulterior motives
9529                 for users to set a Reply-To header when posting to
9530                 newsgroups
9531
9532 2003-02-21 [paul]       0.8.10claws36
9533
9534         * sync with 0.8.10cvs17
9535                 see ChangeLog 2003-02-21
9536
9537 2003-02-20 [christoph]  0.8.10claws35
9538
9539         * src/imap.c
9540                 IMAP UID fetch speedup using SEARCH
9541
9542         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9543
9544         * src/imap.c
9545                 fix problem with UIDs in IMAP UID cache that no longer existed
9546
9547 2003-02-20 [christoph]  0.8.10claws34
9548
9549         * src/imap.c
9550         * src/procheader.c
9551         * src/procheader.h
9552                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9553
9554         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9555
9556         * src/imap.c
9557                 Rewrite imap_cmd_gen_recv use sock_getline instead
9558                 of sock_gets to avoid problems with too long reply
9559                 lines
9560     
9561 2003-02-20 [colin]      0.8.10claws33
9562         
9563         * src/prefs_account.c
9564                 Better wording
9565
9566 2003-02-20 [colin]      0.8.10claws32
9567
9568         * src/compose.c
9569                 Remove useless '&& !to_sender' 
9570
9571 2003-02-20 [darko]
9572
9573         * AUTHORS
9574                 change my e-mail address
9575
9576 2003-02-19 [colin]      0.8.10claws31
9577
9578         * src/prefs_common.c
9579                 X11 style colors for every configurable color
9580
9581 2003-02-19 [alfons]     0.8.10claws30
9582
9583         * src/prefs_gtk.[ch]
9584         * src/prefs_common.c
9585                 for color_new accept both plain integers and X11 style color
9586                 names (as found in /usr/lib/X11/rgb.txt)
9587
9588 2003-02-19 [paul]       0.8.10claws29
9589
9590         * src/mainwindow.c
9591                 add tooltips to online/offline button and account selector
9592                 button
9593
9594 2003-02-19 [paul]       0.8.10claws28
9595
9596         * src/folder.c
9597           src/news.c
9598           src/prefs_account.[ch]
9599           src/prefs_common.[ch]
9600                 move 'Maximum number of articles to download' to
9601                 account prefs.
9602                 clean up account prefs gui a little by hiding entries
9603                 rather then greying out entries
9604
9605 2003-02-19 [hiro]       0.8.10claws27
9606
9607         * src/common/utils.c
9608                 fix bug #54 'yesterdays date is displayed in the message 
9609                 summary window'
9610
9611 2003-02-19 [paul]       0.8.10claws26
9612
9613         * src/compose.c
9614                 fix bug reported in Feature Request [688596] 
9615                 'Reply-to header in news'
9616
9617 2003-02-18 [paul]       0.8.10claws25
9618
9619         * src/select-keys.c
9620                 add a 'List all keys' button to key selection dialog
9621
9622 2003-02-18 [colin]      0.8.10claws24
9623         
9624         * src/stock_pixmap.c
9625                 fix compile error
9626
9627 2003-02-18 [colin]      0.8.10claws23
9628
9629         * src/common/smtp.[ch]
9630           src/prefs_account.c
9631                 Try to starttls if it seems to be the only
9632                 way to authenticate a user
9633
9634 2003-02-18 [paul]       0.8.10claws22
9635
9636         * src/Makefile.am
9637           src/folderview.c
9638           src/stock_pixmap.[ch]
9639           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9640           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9641                 as a Drafts folder is a special folder allow it to have
9642                 its own unique icons
9643
9644 2003-02-18 [colin]      0.8.10claws21
9645
9646         * src/imap.c
9647                 Fix port selection when using starttls
9648
9649 2003-02-18 [paul]       0.8.10claws20
9650
9651         * src/mainwindow.c
9652           src/prefs_common.[ch]
9653                 make blue the default new mail colour
9654
9655 2003-02-18 [paul]       0.8.10claws19
9656
9657         * sync with 0.8.10cvs14
9658                 see ChangeLog 2003-02-18
9659
9660 2003-02-17 [jens]       0.8.10claws18
9661
9662         * src/common/md5.c
9663                 fixed a compile problem with gcc 3.3
9664                 works on 2.95.3 too (testet on PPC as it is big endian)
9665
9666 2003-02-17 [paul]       0.8.10claws17
9667
9668         * sync with 0.8.10cvs13
9669                 see ChangeLog 2003-02-17
9670
9671 2003-02-17 [paul]       0.8.10claws16
9672
9673         * sync with 0.8.10cvs12
9674                 see ChangeLog 2003-02-17
9675
9676 2003-02-16 [match]      0.8.10claws15
9677
9678         * src/addressbook.c
9679                 Eliminates reloading of address data when items
9680                 deleted or added. Applied submitted by
9681                 Luke Plant <lukeplant@softhome.net>
9682
9683 2003-02-16 [paul]       0.8.10claws14
9684
9685         * src/news.c
9686                 when a 'protocol error' is encountered disconnect from
9687                 the server. This means that the user can carry on viewing
9688                 other articles and doesn't have to either wait until the
9689                 server timesout or quit sylpheed.
9690                 Fixes bug #53 'Unable to read messages in newsgroups, 
9691                 displayed message doesn't change'
9692
9693 2003-02-15 [christoph]  0.8.10claws13
9694
9695         * src/imap.c
9696                 fix bug that stopped scanning of folders when an
9697                 IMAP folder was empty
9698
9699         (closes bug 46 stop scan messages in folders after empty folder)
9700
9701 2003-02-15 [paul]
9702
9703         * tools/Makefile.am
9704           tools/README
9705           tools/freshmeat_search.pl     ** NEW FILE **
9706           tools/google_search.pl        ** NEW FILE **
9707                 Add 2 Actions scripts which search freshmeat/google
9708                 for the selected text using the browser configured
9709                 in sylpheedrc.
9710                 
9711         Note: These scripts are very dependent on the format of the
9712         browser command and may not work on every occasion. Testing
9713         is welcome. 
9714
9715 2003-02-14 [alfons]     0.8.10claws12
9716
9717         * src/compose.c
9718                 fix breakage because of uninitialized account pointer.
9719                 please verify.
9720
9721 2003-02-14 [paul]       0.8.10claws11
9722
9723         * src/compose.c
9724           src/prefs_account.[ch]
9725           src/prefs_common.[ch]
9726                 move signature settings to Account Prefs
9727
9728 2003-02-14 [paul]       0.8.10claws10
9729
9730         * sync with 0.8.10cvs11
9731                 see ChangeLog 2003-02-14
9732
9733 2003-02-13 [thorsten]   0.8.10claws9
9734
9735         * src/news.c
9736                 revert news progressbar (GUI separation)
9737
9738 2003-02-13 [paul]       0.8.10claws8
9739
9740         * src/compose.c
9741                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9742                 paragraph 1
9743
9744 2003-02-13 [paul]       0.8.10claws7
9745
9746         * src/compose.[ch]
9747           src/summaryview.c
9748                 fix 'Follow-up and Reply-to' so that it creates a reply to
9749                 the newsgroup and the sender. If the message has the keyword
9750                 'poster' in the Followup-To header, all replies go to the
9751                 sender, re: RFC 1036, Section 2.2.3
9752                 rename all instances of 'ignore_replyto' to 'to_sender', both
9753                 were previously used, now we use just one.
9754
9755 2003-02-13 [paul]       0.8.10claws6
9756
9757         * sync with 0.8.10cvs9
9758                 see ChangeLog 2003-02-13
9759
9760 2003-02-13 [paul]       0.8.10claws5
9761
9762         * configure.ac
9763                 show which plugins are configured in the configure
9764                 output.
9765
9766 2003-02-12 [thorsten]   0.8.10claws4
9767
9768         * src/news.c
9769                 show progress while fetching news headers
9770
9771 2003-02-12 [christoph]  0.8.10claws3
9772
9773         * configure.ac
9774         * src/plugins/Makefile.am
9775                 use AM_CONDITIONAL to enable plugins, automake correctly
9776                 manages this when creating distdir
9777
9778 2003-02-12 [christoph]  0.8.10claws2
9779
9780         * ac/spamassassin.m4
9781         * src/plugins/spamassassin/Makefile.am
9782                 fix building SpamAssassin plugin without OpenSSL
9783
9784 2003-02-12 [paul]       0.8.10claws1
9785
9786         * ac/Makefile.am
9787           src/Makefile.am
9788           src/plugins/Makefile.am
9789                 fix failure of 'make release'
9790
9791 2003-02-12 [paul]       0.8.10claws
9792
9793         * 0.8.10claws released
9794
9795 2003-02-12 [paul]       0.8.9claws56
9796
9797         * po/bg.po
9798           po/es.po
9799           po/it.po
9800           po/ru.po
9801           po/sr.po
9802                 updated translations by George Danchev, Ricardo Mones Lastra,
9803                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9804                 
9805         * sylpheed.spec.in
9806                 Allow the building of RPMs by a regular user. Submitted
9807                 by Sergei Astanin
9808
9809 2003-02-11 [alfons]     0.8.9claws55
9810
9811         * src/colorlabel.c
9812                 don't use pixmaps for label color rect but draw rectangles
9813                 so we can respect the color map of palette based visuals
9814                 (fixes the long time crashes on Suns - thanks to Andreas
9815                 Engel and Steve O'Hara-Smith for testing)
9816
9817 2003-02-11 [christoph]  0.8.9claws54
9818
9819         * src/matcher_parser_parse.y
9820                 correct bug where filering rules of not existing folders in
9821                 matcherrc were added to global filtering
9822                 
9823         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9824          main filter-rules after removing directory, http://bugs.debian.org/180253)
9825         
9826 2003-02-11 [paul]       0.8.9claws53
9827
9828         * sync with 0.8.10cvs7
9829                 see ChangeLog 2003-02-09
9830
9831 2003-02-11 [melvin]     0.8.9claws52
9832
9833         * po/fr.po
9834                 Updated French tranlsations
9835
9836 2003-02-10 [paul]       0.8.9claws51
9837
9838         * sylpheed.spec.in
9839                 correct --enable-openssl
9840                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9841
9842 2003-02-09 [martin]     0.8.9claws50
9843
9844         * src/prefs_matcher.c
9845                 fix segfault in prefs_matcher_substitute_cb() when
9846                 no row is selected
9847
9848 2003-02-09 [paul]       0.8.9claws49
9849
9850         * src/folderview.c
9851                 fix bug where a newsgroup folder's processing rules were
9852                 merged with the global filtering rules when the newsgroup
9853                 folder was deleted, causing some seriously bad results,
9854                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9855
9856 2003-02-08 [melvin]     0.8.9claws48
9857
9858         * src/compose.c
9859                 Corrected and modified an alert message.
9860
9861 2003-02-07 [paul]       0.8.9claws47
9862
9863         * src/folderview.c
9864                 fix bug where both an 'Account properties' window and a
9865                 'Folder properties' window were opened when clicking on
9866                 'Properties' in an NNTP or IMAP folder's popup menu.
9867
9868 2003-02-07 [paul]       0.8.9claws46
9869
9870         * sync with 0.8.10cvs6
9871                 see ChangeLog 2003-02-06
9872
9873 2003-02-06 [christoph]  0.8.9claws45
9874
9875         * src/mbox.c
9876                 freeze folder updates while importing mbox files
9877                 (closes bug 43 importing mbox took hours)
9878                 
9879         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9880
9881 2003-02-06 [thorsten]   0.8.9claws44
9882
9883         * po/de.po
9884                 Updated german translations
9885
9886 2003-02-06 [thorsten]   0.8.9claws43
9887
9888         * src/news.h
9889                 use guint for message numbers (fix count in grouplist dialog)
9890
9891 2003-02-05 [paul]       0.8.9claws42
9892
9893         * sync with 0.8.10cvs2
9894                 see ChangeLog 2003-02-05
9895
9896 2003-02-04 [colin]      0.8.9claws41
9897
9898         * src/prefs_common.[ch]
9899           src/procmsg.c
9900           src/summaryview.c
9901                 Add an option to disable threading by subject
9902
9903 2003-02-04 [christoph]  0.8.9claws40
9904
9905         * src/inc.c
9906                 only abort fetching mails from multiple accounts when the
9907                 error is fatal and does not allow to check any more accounts
9908                 (currently only disk full error)
9909
9910         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9911          receive mails for other accouts)
9912
9913 2003-02-04 [christoph]  0.8.9claws39
9914
9915         * src/folder.c
9916                 first add the new message to the cache, then
9917                 send the update notification
9918
9919         (closes bug 39 after sending message folderview doesnt get updated)
9920
9921 2003-02-04 [colin]      0.8.9claws38
9922
9923         * src/inc.c
9924                 _really_ fix this Connecting... status
9925
9926 2003-02-04 [paul]       0.8.9claws37
9927
9928         * sync with 0.8.10
9929                 see ChangeLog 2003-02-04
9930
9931 2003-02-04 [paul]       0.8.9claws36
9932
9933         * sync with 0.8.9cvs6
9934                 see ChangeLog 2003-02-03
9935
9936 2003-02-04 [paul]       0.8.9claws35
9937
9938         * po/pt_BR.po
9939                 updated by André Filipe de Assunção e Brito 
9940                 <bedecko@netsite.com.br>
9941
9942 2003-02-03 [thorsten]   0.8.9claws34
9943
9944         * po/de.po
9945                 Updated german translations
9946
9947 2003-02-02 [paul]       0.8.9claws33
9948
9949         * po/es.po
9950                 updated by Ricardo Mones Lastra
9951
9952 2003-02-02 [thorsten]   0.8.9claws32
9953
9954         * src/mh.c
9955                 Fix mh_get_msginfo() segfault if file is inaccessible
9956
9957 2003-01-31 [colin]      0.8.9claws31
9958
9959         * src/procheader.c
9960                 Fix last commit's bug
9961
9962 2003-01-31 [colin]      0.8.9claws30
9963
9964         * src/procheader.c
9965                 Missing a change for gpg-signed messages
9966
9967 2003-01-31 [paul]       0.8.9claws29
9968
9969         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9970           src/procheader.c
9971           src/stock_pixmap.[ch]
9972           src/summaryview.c
9973                 indicate GnuPG signed messages by displaying an icon
9974                 in the Attachment column.
9975
9976 2003-01-31 [paul]       0.8.9claws28
9977
9978         * sync with 0.8.9cvs4
9979                 see ChangeLog 2003-01-31
9980
9981 2003-01-31 [alfons]     0.8.9claws27
9982
9983         * src/textview.c
9984                 tune URI parser to accept mailto URLs with a '?'
9985                 (patch from Ruslan Balkin)
9986
9987 2003-01-31 [colin]      0.8.9claws26
9988
9989         * src/summaryview.c
9990                 Fix a leak introduced in claws24
9991
9992 2003-01-31 [colin]      0.8.9claws25
9993
9994         * src/summaryview.c
9995                 Freeze/Thaw folder updates when deleting dups
9996
9997 2003-01-31 [colin]      0.8.9claws24
9998         
9999         * src/addr_compl.c
10000           src/summaryview.c
10001           src/msgcache.c
10002                 little speed improvements
10003
10004 2003-01-31 [colin]      0.8.9claws23
10005
10006         * src/summaryview.c
10007                 Fix segfault when forwarding nothing
10008                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10009                 
10010 2003-01-30 [paul]       0.8.9claws22
10011
10012         * sync with 0.8.9cvs3
10013                 see ChangeLog 2003-01-30
10014
10015 2003-01-30 [paul]       0.8.9claws21
10016
10017         * sync with 0.8.9cvs2
10018                 see ChangeLog 2003-01-30
10019
10020 2003-01-29 [paul]       0.8.9claws20
10021
10022         * sync with 0.8.9cvs1
10023                 see ChangeLog 2003-01-29
10024
10025 2003-01-28 [paul]       0.8.9claws19
10026
10027         * po/POTFILES.in
10028                 update to reflect changes. 
10029                 thanks to Ricardo Mones Lastra
10030
10031 2003-01-27 [christoph]  0.8.9claws18
10032
10033         * ac/openssl.m4
10034         * ac/spamassassin.m4
10035         * src/plugins/spamassassin/README
10036         * src/plugins/spamassassin/libspamc.[ch]
10037         * src/plugins/spamassassin/utils.[ch]
10038                 updated to latest libspamc
10039
10040 2003-01-27 [christoph]  0.8.9claws17
10041
10042         * src/folder.c
10043                 fix wrong use of procheader_get_header_fields
10044
10045 2003-01-27 [christoph]  0.8.9claws16
10046
10047         * src/news.c
10048         * src/prefs_account.[ch]
10049         * src/common/nntp.[ch]
10050                 allow to force authentication for NNTP servers
10051
10052         Patch submitted by Florian Mickler <dmk@d-labs.de>
10053
10054 2003-01-26 [paul]       0.8.9claws15
10055
10056         * src/summaryview.c
10057                 speed up of marking messages as read
10058                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10059
10060 2003-01-26 [christoph]  0.8.9claws14
10061
10062         * src/Makefile.am
10063         * src/mgutils.[ch]              ** REMOVE **
10064         * src/xml.[ch]                  ** REMOVE **
10065         * src/xmlprops.[ch]             ** REMOVE **
10066         * src/common/Makefile.am
10067         * src/common/mgutils.[ch]       ** NEW **
10068         * src/common/xml.[ch]           ** NEW **
10069         * src/common/xmlprops.[ch]      ** NEW **
10070                 move xml files to common directory
10071
10072 2003-01-26 [christoph]  0.8.9claws13
10073
10074         * src/plugins/spamassassin/spamassassin_gtk.c
10075                 only set gtk entry text if string is available
10076
10077 2003-01-26 [melvin]     0.8.9claws12
10078
10079         * src/description_window.c
10080                 Allow resizing of the window
10081                 Allow automatic horizontal scroll bar
10082                 Do not vertically expand and fill
10083
10084 2003-01-26 [christoph]  0.8.9claws11
10085
10086         * src/Makefile.am
10087         * src/gtkutils.[ch]             ** REMOVE **
10088         * src/common/sylpheed.c
10089         * src/gtk/Makefile.am
10090         * src/gtk/description_window.c
10091         * src/gtk/gtkutils.[ch]         ** NEW **
10092         * src/gtk/prefswindow.c
10093                 move gtkutils to gtk directory
10094
10095 2003-01-26 [paul]       0.8.9claws10
10096
10097         * src/summaryview.c
10098                 rename summary_unread_clicked() to summary_status_clicked()
10099
10100 2003-01-26 [melvin]     0.8.9claws9
10101
10102         * src/prefs_actions.c
10103                 Cosmetical changes to the help text
10104
10105 2003-01-26 [paul]       0.8.9claws8
10106
10107         * src/folder.[ch]
10108           src/mainwindow.c
10109           src/prefs_common.c
10110           src/prefs_sumamry_column.c
10111           summaryview.[ch]
10112                 rename the 'Unread' column to 'Status'
10113
10114 2003-01-25 [match]      0.8.9claws7
10115
10116         * src/mgutils.[ch]
10117                 removed reference to LDAP constants. removed error2string.
10118                 included functions to support LDAP dynamic queries.
10119         * src/syldap.h
10120                 moved LDAP constants here.
10121         * src/addressbook.c
10122         * src/addrindex.c
10123         * src/importldif.c
10124                 removed references to LDAP constants and references to
10125                 error2string.
10126
10127 2003-01-25 [paul]       0.8.9claws6
10128
10129         * src/summaryview.c
10130                 summary_thread_build(), summary_thread_init(): remove 
10131                 unneeded reference to summaryview->folder_item
10132
10133 2003-01-25 [christoph]  0.8.9claws5
10134
10135         * src/gtk/description_window.c
10136                 o allow description texts to expand over multiple columns
10137                 o translate all columns
10138         * src/prefs_actions.c
10139                 change syntax description to use new multi column feature
10140
10141         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10142
10143 2003-01-25 [match]      0.8.9claws4
10144
10145         * src/vcard.c
10146                 fixed bug with Quoted-Printable
10147
10148 2003-01-25 [paul]       0.8.9claws3
10149
10150         * src/folder.[ch]
10151           src/summaryview.[ch]
10152                 implement per-folder collapsed/expanded threads setting
10153                 
10154         * src/prefs_common.c
10155                 remove global collapsed/expanded threads option
10156
10157 2003-01-25 [christoph]  0.8.9claws2
10158
10159         * po/POTFILES.in
10160                 add pluginwindow and prefswindow
10161         * src/compose.c
10162                 make send respond correctly to messages that could be added
10163                 to the queue folder, but the UID of the message is unknown
10164         * src/folder.c
10165         * src/imap.c
10166                 don't return guessed UIDs in imap_add_msg anymore. We return
10167                 0 to tell the folder system it was appened but the UID is
10168                 unknown. Folder system now get's the UID by scaning the folder
10169                 and searching the cache for the Message-ID
10170                 (closes bug #29 Messages queued, but not sent)
10171
10172 2003-01-25 [paul]       0.8.9claws1
10173
10174         * src/codeconv.c
10175                 conv_encode_header():  fix bug when long headers with 8-bit
10176                 characters are used, so that the encoded words are wrapped.
10177                 If the space in the original text falls on the wrap boundary,
10178                 it can be lost.
10179                 Patch by Sergey Vlasov.
10180                 
10181         * src/folderview.c
10182                  fix bug where a change to the sorting method or thread view
10183                  of a folder's messages is lost if simpify-subject is set and
10184                  toggled on or off.
10185                  Patch by Luke Plant.
10186
10187 2003-01-24 [paul]       0.8.9claws
10188
10189         * sylpheed-0.8.9claws released
10190         
10191         * Makefile.am
10192           sylpheed.spec.in
10193                 remove reference to 'INSTALL.jp'
10194
10195 2003-01-23 [paul]       0.8.8claws128
10196
10197         * po/es.po
10198           po/it.po
10199           po/ru.po
10200           po/sr.po
10201                 updated translations. submitted by Ricardo Mones Lastra,
10202                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10203
10204 2003-01-23 [colin]      0.8.8claws127
10205
10206         * src/compose.c
10207                 Fix drafted and queued news articles re-edition
10208
10209 2003-01-23 [melvin]     0.8.8claws126
10210
10211         * po/fr.po
10212                 Updated French translations
10213
10214 2003-01-23 [colin]      0.8.8claws125
10215
10216         * src/inc.c
10217                 Fix "Connecting to..." status message
10218
10219 2003-01-22 [paul]       0.8.8claws124
10220
10221         * po/bg.po
10222                 updated by George Danchev
10223                 
10224         * src/folder.c
10225                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10226                 and folder deletion
10227
10228 2003-01-21 [paul]       0.8.8claws123
10229
10230         * po/bg.po
10231                 updated by George Danchev
10232                 
10233         * src/about.c
10234                 its now 2003
10235                 
10236         * src/toolbar.c
10237                 don't translate 'Separator'
10238                 
10239         * src/plugins/spamassassin/Makefile.am
10240                 add aspell to CPPFLAGS
10241                 
10242         * src/plugins/spamassassin/spamassassin.c
10243           src/plugins/spamassassin/spamassassin_gtk.c
10244                 set correct default for spamassassin_receive_spam
10245                 slightly re-word descriptions and some
10246                 other minor changes
10247
10248 2003-01-19 [alfons]     0.8.8claws122
10249                 
10250         * src/mimeview.c
10251                 mimeview_save_as(): we might as well show the file name for
10252                 the single case "Save As" too
10253
10254 2003-01-19 [alfons]     0.8.8claws121
10255
10256         * src/crash.c
10257                 change bug tracker URL to bugzilla URL
10258
10259 2003-01-19 [alfons]     0.8.8claws120
10260
10261         * src/mimeview.c
10262                 mimeview_save_all(): display name of file before overwriting;
10263                 continue saving all, even when one overwrite was cancelled
10264
10265 2003-01-19 [christoph]  0.8.8claws119
10266
10267         * src/summaryview.c
10268         * src/procmsg.[ch]
10269                 fix wrong usage of procmsg_find_children in summaryview
10270                 by using procmsg_update_unread_children instead of
10271                 summaryview_update_unread_children
10272
10273 2003-01-19 [christoph]  0.8.8claws118
10274
10275         * src/procmsg.c
10276                 fix infinite loop in procmsg_find_children
10277                  (closes bug #25 sylpheed crashes on delete.)
10278
10279         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10280
10281 2003-01-19 [paul]       0.8.8claws117
10282
10283         * po/pt_BR.po
10284                 updated by Ivan Francolin Martinez
10285
10286 2003-01-18 [melvin]     0.8.8claws116
10287
10288         * src/prefs_actions.c
10289                 Removed syntax limitation of only one '&' at the end of command.
10290                         Now actions that contain '>/dev/null 2>&1' are possible.
10291
10292 2003-01-18 [melvin]     0.8.8claws115
10293
10294         * src/prefs_actions.c
10295                 Actions IO dialog: when the action ends
10296                 the "Close" button now has focus and [Escape] closes the
10297                 window.
10298
10299 2003-01-18 [christoph]  0.8.8claws114
10300
10301         * src/procmsg.c
10302                 o add debug output when MsgInfos are really freed
10303                 o free GSLists in procmsg_find_children and
10304                   procmsg_update_unread_children
10305
10306 2003-01-18 [christoph]  0.8.8claws113
10307
10308         * src/mainwindow.c
10309                 reorder Configuration menu
10310
10311 2003-01-18 [christoph]  0.8.8claws112
10312
10313         * src/compose.c
10314                 fix applying templates to forwarded messages
10315
10316         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10317
10318 2003-01-17 [christoph]  0.8.8claws111
10319
10320         * src/folder.c
10321                 destroy folder items, when a folder item is removed
10322
10323 2003-01-17 [christoph]  0.8.8claws110
10324
10325         * src/folder.c
10326                 fix wrong folder stats update when ignored message is
10327                 deleted
10328
10329 2003-01-17 [colin]      0.8.8claws109
10330         
10331         * src/mainwindow.c
10332         * src/summaryview.c
10333                 Quicksearch bugfixes: 
10334                 - hide help button at startup if not extended
10335                 - switch to extended when looking for replies
10336
10337 2003-01-17 [paul]
10338
10339         * sync with 0.8.9 release
10340
10341 2003-01-17 [paul]       0.8.8claws108
10342
10343         * sync with 0.8.8cvs11
10344                 see ChangeLog 2003-01-17
10345
10346 2003-01-16 [colin]      0.8.8claws107
10347
10348         * src/procmsg.c
10349                 Changed encryption test to re-ask passphrase
10350                 if an encrypted message hasn't been decrypted
10351                 Fixes bug #5
10352
10353 2003-01-16 [christoph]  0.8.8claws106
10354
10355         * src/prefs_gtk.c
10356         * src/prefs_toolbar.c
10357         * src/gtk/prefswindow.h
10358         * src/plugins/spamassassin/spamassassin_gtk.c
10359                 remove page destroy function that is not used anymore
10360
10361 2003-01-16 [paul]       0.8.8claws105
10362
10363         * sync with 0.8.8cvs9
10364                 see ChangeLog 2002-01-16
10365
10366 2003-01-16 [colin]      0.8.8claws104
10367
10368         * src/compose.[ch]
10369                 Fix bug with autosaved drafts for IMAP, when draft
10370                 folder is specified - fixes bugzilla bug #20
10371
10372 2003-01-15 [paul]       0.8.8claws103
10373
10374         * src/compose.[ch]
10375           src/procmsg.c
10376                 store folder and message-id of message forwarding
10377                 in queue header and set forward flag after sending
10378
10379 2003-01-15 [paul]       0.8.8claws102
10380
10381         * sync with 0.8.8cvs8
10382                 see ChangeLog 2002-01-15
10383
10384 2003-01-15 [colin]      0.8.8claws101
10385
10386         * src/Makefile.am
10387                 Fix linking with GNU libiconv
10388
10389 2003-01-15 [darko]      0.8.8claws100
10390
10391         * src/pine.c
10392                 fix crash when importing pine address book
10393                 entry with an empty name (reported by DY
10394                 <dybulk at tri8.net>)
10395
10396 2003-01-14 [paul]       0.8.8claws99
10397
10398         * configure.in  ** REMOVED **
10399           configure.ac  ** NEW FILE **
10400                 rename configure.in to configure.ac, as it is now
10401                 preferred
10402
10403 2003-01-14 [melvin]     0.8.8claws98
10404
10405         * src/folderview.c
10406                 folderview_check_new(): More precise function description
10407
10408 2003-01-14 [melvin]     0.8.8claws97
10409
10410         * src/folderview.c
10411                 folderview_check_new(): return the number of new messages 
10412                         since last check.
10413         * src/inc.c
10414                 inc_account_mail(): Disable counting of new messages for IMAP
10415                         and NNTP until bug [19] and [14] are fixed.
10416
10417 2003-01-14 [paul]       0.8.8claws96
10418
10419         * sync with 0.8.8cvs6
10420                 see ChangeLog 2003-01-14
10421
10422 2003-01-13 [alfons]     0.8.8claws95
10423
10424         * src/textview.c
10425                 tune email address validation (c. 0.8.8claws89): if . is 
10426                 just one char away from @, the address is invalid too 
10427                 (correctly rejects addresses like foo@.com)
10428
10429 2003-01-13 [paul]       0.8.8claws94
10430
10431         * src/messageview.c
10432           src/toolbar.c
10433                 fixes to the Message View toolbar and menu:
10434                 fix non-functioning Forward button
10435                 make Reply button consider default_reply_list
10436                 remove 'Follow-up...' menu entry
10437                 add 'Forward' and 'Redirect' menu entries
10438
10439 2003-01-13 [melvin]     0.8.8claws93
10440
10441         * src/inc.c
10442                 Fixed typo that could make new messages count incorrect.
10443
10444 2003-01-13 [melvin]     0.8.8claws92
10445
10446         * src/folderview.[ch]
10447                 folderview_check_new(): return the number of new messages.
10448         * src/inc.c
10449                 Should fix bug [14] where new mail notification worked 
10450                         incorrectly with IMAP accounts.
10451                 inc_spool_account(): return number of new msgs, or -1 on error
10452                 inc_all_spool(): return number of new msgs
10453                 
10454 2003-01-13 [melvin]     0.8.8claws91
10455
10456         * src/prefs_actions.c
10457                 Justify help text.
10458
10459 2003-01-12 [thorsten]   0.8.8claws90
10460
10461         * src/common/prefs.c
10462                 close file before rename
10463
10464 2003-01-12 [alfons]     0.8.8claws89
10465
10466         * AUTHORS
10467                 add Christian Mertes
10468         * src/common/utils.[ch]
10469                 g_stricase_hash(), g_stricase_equal(): functions for 
10470                 case insensitive hash tables
10471         * src/textview.c
10472                 use top level domain names to validate email address, based
10473                 on a patch by Christian Mertes (thanks!), but changed 
10474                 implementation to use a hash table 
10475
10476 2003-01-12 [paul]       0.8.8claws88
10477
10478         * po/bg.po
10479                 updated by George Danchev
10480
10481 2003-01-12 [alfons]     0.8.8claws87
10482
10483         * src/summaryview.c
10484                 delete / execute performance: use new style folder update
10485
10486 2003-01-12 [paul]       0.8.8claws86
10487
10488         * sync with 0.8.8cvs5
10489                 see ChangeLog 2003-01-13 (!)
10490
10491 2003-01-12 [alfons]     0.8.8claws85
10492
10493         * src/filtering.c
10494         * src/matcher_parser_parse.y
10495                 prepare change_score filtering action
10496         * src/matcher.[ch]
10497                 give up const-correctness on functions that call non-const-correct functions;
10498                 several casts to gpointer in g_free();
10499                 add change_score;
10500
10501 2003-01-12 [christoph]  0.8.8claws84
10502
10503         * src/compose.c
10504                 fix 2 warnings
10505
10506         * src/gtk/prefswindow.[ch]
10507         * src/plugins/spamassassin/spamassassin_gtk.c
10508                 changed the call of the widget create function
10509                 for PrefsPages, because sometimes the widget
10510                 create function needs a widget that already has
10511                 been attached to a window (to create GDK pixmaps
10512                 for exmaple). So we simply pass the GtkWindow as
10513                 the second parameter now.
10514
10515         * src/main.c
10516         * src/mainwindow.c
10517         * src/prefs_toolbar.[ch]
10518                 rewrite Toolbar Preferences using the new
10519                 prefs window
10520
10521 2003-01-11 [alfons]     0.8.8claws83
10522
10523         * src/addressadd.c
10524                 fix crash when adding sender to addressbook because status bar
10525                 isn't there (the status bar doesn't seem to be used though,
10526                 but I'll let Match decide what to do with it)
10527
10528 2003-01-11 [colin]      0.8.8claws82
10529
10530         * src/main.c
10531           src/toolbar.c
10532                 Two useless changes reversed
10533
10534 2003-01-11 [colin]      0.8.8claws81
10535
10536         * src/mainwindow.c
10537           src/mainwindow.h
10538                 Add mainwindow_get_mainwindow()
10539         * src/alertpanel.c
10540           src/alertpanel.h
10541                 Add alertpanel_error_log() 
10542         * src/compose.c
10543           src/inc.c
10544           src/messageview.c
10545           src/toolbar.c
10546           src/main.c
10547           src/procmsg.c
10548                 Network errors get a View Log button
10549
10550 2003-01-10 [alfons]     0.8.8claws80
10551
10552         * src/prefs_toolbar.c
10553         * src/toolbar.c
10554                 use the translatable string for "Separator" as file name for
10555                 separator toolbar items (probably make this uppercase?)
10556
10557 2003-01-10 [alfons]     0.8.8claws79
10558
10559         * src/prefs_toolbar.c
10560                 put right A_SEPARATOR description string in "displayed
10561                 toolbar items list" so manually added separators are
10562                 saved correctly (bug #10, "Adding a separator to the main 
10563                 toolbar fails, entry in xml file is wrong")
10564
10565 2003-01-10 [christoph]  0.8.8claws78
10566
10567         * src/imap.c
10568                 o fix warnings
10569                 o use CAPABILITY to check if NAMESPACE is available
10570
10571 2003-01-10 [christoph]  0.8.8claws77
10572
10573         * src/imap.[ch]
10574                 apply UIDPLUS IMAP extension support patch
10575
10576         Patch submitted by Simon 'corecode' Schubert
10577
10578 2003-01-10 [paul]       0.8.8claws76
10579
10580         * src/folderview.c
10581                 a sync from main which fixes the news account folders'
10582                 Properties bug
10583
10584 2003-01-10 [christoph]  0.8.8claws75
10585
10586         * src/folder.c
10587                 don't accept 0 as a valid uid returned by copy and move
10588                 functions. 0 means the message was copied or moved but the
10589                 new uid could not be fetched. It is not an error condition
10590                 for the copy or move operation.
10591
10592 2003-01-10 [paul]       0.8.8claws74
10593
10594         * src/prefs_filtering.c
10595                 change English used in Alert when entry is not
10596                 saved.
10597                 
10598         * sync with 0.8.8cvs4
10599                 see ChangeLog 2003-01-10
10600
10601 2003-01-10 [darko]      0.8.8claws73
10602
10603         * src/pine.c
10604                 fix crash when importing address book entry
10605                 without a valid address
10606
10607 2003-01-09 [alfons]     0.8.8claws72
10608
10609         * src/inc.c
10610                 filtering performance: use new style folder update
10611
10612 2003-01-09 [christoph]  0.8.8claws71
10613
10614         * src/compose.c
10615         * src/gtk/menu.[ch]
10616                 fix wrong selecting of mime encoding type, when
10617                 opening property dialog of attachments in the
10618                 compose window. 7bit was always selected and that
10619                 destoryed files with 8bit data.
10620                 (closes bug #9 Sylpheed-claws destroys attachments when
10621                  changing MIME-types)
10622
10623 2003-01-09 [paul]       0.8.8claws70
10624
10625         * sync with 0.8.8cvs3
10626                 see ChangeLog 2003-01-09
10627
10628 2003-01-08 [alfons]     0.8.8claws69
10629         
10630         * src/addressadd.c
10631                 apply patch by Kim Schulz to fix build breakage
10632                 because of missing variable
10633
10634 2003-01-08 [paul]       0.8.8claws68
10635
10636         * sync with 0.8.8cvs2
10637                 see ChangeLog 2002-01-08
10638
10639 2003-01-08 [paul]       0.8.8claws67
10640
10641         * po/it.po
10642                 updated by Alessandro Maestri
10643                 
10644         * src/addressadd.c
10645                 when using 'Add sender to addressbook' allow
10646                 name to be edited and remarks to be entered
10647                 Patch submitted by Luke Plant
10648
10649 2003-01-08 [darko]      0.8.8claws66
10650
10651         * README.claws, src/summaryview.c
10652                 fix description for marked messages
10653
10654 2003-01-08 [paul]
10655
10656         * tools/Makefile.am
10657           tools/launch_phoenix  ** NEW FILE **
10658                 add script that enables using Phoenix as the default
10659                 web browser. 
10660                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10661                 
10662         * tools/OOo2sylpheed.pl
10663                 remove full path to sylpheed executable, just 'sylpheed'
10664                 will do
10665                 
10666         * tools/README
10667                 add launch_phoenix informtion and re-arrange and compress
10668                 the data a little
10669
10670 2003-01-07 [christoph]  0.8.8claws65
10671
10672         * src/folder.c
10673                 fix update for source folder when moving messages
10674         * src/procmsg.[ch]
10675         * src/summaryview.c
10676                 use function to set to_folder for message infos and
10677                 automatically update the op_count for old and new
10678                 folder
10679
10680 2003-01-07 [melvin]     0.8.8claws64
10681
10682         * src/prefs_actions.c
10683                 Fixed bug where an '%p' Action on a displayed image crashed 
10684                         Sylpheed
10685                 Code clean up (get rid of duplicated code and removed unnecessary 
10686                                 structure member)
10687
10688 2003-01-07 [christoph]  0.8.8claws63
10689
10690         * src/compose.c
10691         * src/folder.[ch]
10692         * src/folderview.c
10693         * src/import.c
10694         * src/inc.c
10695         * src/main.c
10696         * src/mainwindow.c
10697         * src/messageview.c
10698         * src/prefs_folder_item.c
10699         * src/procmsg.c
10700         * src/summaryview.c
10701         * src/toolbar.c
10702                 o remove all folder update triggering from the UI code. The folder
10703                   system should know much better when a folder needs an update.
10704                 o to prevent multiple updates in a row the folder updates can be
10705                   frozen for some time.
10706
10707                 Note: - Please verify that no updates are missing
10708                       - Check where freeze/thaws should be added
10709
10710 2003-01-07 [christoph]  0.8.8claws62
10711
10712         * src/prefs_actions.c
10713                 don't translate empty strings
10714
10715         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10716
10717 2003-01-06 [christoph]  0.8.8claws61
10718
10719         * src/prefs_actions.c
10720                 mark strings for gettext
10721         * src/prefs_matcher.c
10722                 use new description window for Execute action and
10723                 match condition in Filtering
10724
10725         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10726
10727 2003-01-06 [alfons]     0.8.8claws60
10728
10729         keep myself inspired to re-organize matcher part 8; 
10730         yes, more to come (I need to move out the descriptive
10731         text for actions to matcher.c, or at least make it not
10732         depend on the wicked ordering)
10733
10734         * src/prefs_matcher.c
10735                 add documentation so others may comprehend the
10736                 UI part of the conditions
10737                 
10738 2003-01-06 [christoph]  0.8.8claws59
10739
10740         * src/prefs_actions.c
10741                 use new description window for syntax help
10742         * src/gtk/description_window.c
10743                 fix display of descriptions with column count != 2
10744
10745         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10746
10747 2003-01-06 [christoph]  0.8.8claws58
10748
10749         * src/quote_fmt.c
10750         * src/summaryview.[ch]
10751         * src/gtk/Makefile.am
10752         * src/gtk/description_window.[ch]       ** NEW **
10753                 use a generic window to display syntax descriptions
10754                 currently used in quote_fmt and summaryview (new description
10755                 for extended quick search)
10756
10757         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10758
10759 2003-01-06 [paul]       0.8.8claws57
10760
10761         * sync with 0.8.8cvs1
10762                 see ChangeLog 2003-01-06
10763
10764 2003-01-06 [christoph]  0.8.8claws56
10765
10766         * src/mainwindow.c
10767         * src/prefs_gtk.[ch]
10768         * src/gtk/prefswindow.[ch]
10769         * src/plugins/spamassassin/spamassassin_gtk.c
10770                 o remove page management from prefswindow, pages
10771                   will be an argument to prefswindow_open
10772                 o prefswindow_open gets a datapointer that is
10773                   passed to the widget_create function to allow
10774                   creation of prefswindow for specific items
10775
10776 2003-01-06 [colin]      0.8.8claws55
10777         
10778         * src/summaryview.c
10779                 We don't want regexp in the reply-finder, 
10780                 because MIDs can contain !,$,. and so on
10781
10782 2003-01-06 [jens]       0.8.8claws54
10783
10784         * src/jpilot.c
10785                 fixed a wrong free in jpilot_read_db_files
10786
10787 2003-01-06 [alfons]     0.8.8claws53
10788
10789         re-organize matcher part 8; more to come
10790        
10791         * src/matcher.c
10792                 matcherprop_to_string(): put g_free()s before the
10793                 switch-case break to fix memleaks                
10794
10795 2003-01-06 [colin]      0.8.8claws52
10796
10797         * src/summaryview.c
10798                 cleanup & reply-finder now displays the first 
10799                 matching message
10800
10801 2003-01-05 [alfons]     0.8.8claws51
10802
10803         re-organize matcher part 7; more to come
10804
10805         * src/matcher.[ch]
10806                 fixes for constant correctness;
10807                 more documentation;
10808
10809 2003-01-05 [alfons]     0.8.8claws50
10810
10811         re-organize matcher part 6; more to come
10812         
10813         * src/matcher.[ch]
10814                 fixes for constant correctness;
10815                 more documentation;
10816         * src/filtering.c
10817                 fix for constant correctness
10818
10819 2003-01-05 [colin]      0.8.8claws49
10820
10821         * src/account.[ch]
10822                 Add account_get_reply_account function
10823         * src/compose.c
10824                 Use account_get_reply_account function 
10825         * src/summaryview.c
10826                 Basic reply-finder - click on the replied
10827                 icon gets you to the outbox using quick-search
10828
10829 2003-01-05 [paul]       0.8.8claws48
10830
10831         * src/prefs_common.c
10832                 small change to English
10833                 
10834         * src/prefs_filtering.c
10835                 prefs_filtering_action_select(): improve logic and uniformity
10836                 of gui
10837
10838 2003-01-05 [alfons]     0.8.8claws47
10839
10840         fine tune solution to focus problems (bug #7)
10841
10842         * src/mainwindow.c
10843                 mainwindow_focus_in_event(): remove grab event check
10844         * src/summaryview.c
10845                 summary_button_pressed(): move selection on right-click
10846                 too. we can't possibly move the selection back after
10847                 canceling a dialog, because gtk's incomplete focus 
10848                 management. whether this is a good solution, only time
10849                 will tell.
10850
10851 2003-01-05 [christoph]  0.8.8claws46
10852
10853         * src/imap.c
10854                 fix crash when no imap connection could be established
10855
10856 2003-01-05 [paul]       0.8.8claws45
10857
10858         * src/mainwindow.c
10859           src/sumamryview.c
10860           src/gtk/menu.[ch]
10861                 fix bug 605957 'shortcuts in popup-menu'
10862                 make user-defined shortcuts work
10863                 show shortcuts that are already defined
10864                 in the main menu
10865                 Patch submitted by Luke Plant
10866
10867 2003-01-05 [alfons]     0.8.8claws44
10868
10869         * src/mainwindow.c
10870                 focus_in_event handler should not select summary view row 
10871                 when another window (menu, dialog) grabbed for events 
10872                 (bug #7, "[0.8.8claws42] Message summary focus") 
10873
10874 2003-01-04 [christoph]  0.8.8claws43
10875
10876         * src/procmsg.c
10877                 update save folder after adding the sent message
10878                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10879
10880 2003-01-02 [christoph]  0.8.8claws42
10881
10882         * src/common/plugin.c
10883                 fix unloading of all plugins and unload
10884                 plugins in reverse order
10885                 
10886         * src/gtk/pluginwindow.c
10887                 implement function of load and unload button
10888
10889         * src/gtk/prefswindow.c
10890         * src/gtk/prefswindow.h
10891                 rename register function and add new unregister
10892                 function
10893
10894         * src/plugins/spamassassin/spamassassin_gtk.c
10895                 unregister prefs page and update for changes in
10896                 src/gtk/prefswindow.c
10897
10898 2003-01-02 [paul]       0.8.8claws41
10899
10900         * po/es.po
10901                 updated by Ricardo Mones Lastra
10902
10903 2003-01-02 [paul]
10904
10905         * tools/tb2sylpheed
10906                 fixes and improvements by Urke MMI
10907
10908 2003-01-02 [thorsten]   0.8.8claws40
10909
10910         * src/procmsg.c
10911                 fixed wrong return value
10912
10913 2003-01-02 [thorsten]   0.8.8claws39
10914
10915         * src/prefs.c
10916                 fixed printing wrong variable
10917
10918 2003-01-02 [thorsten]   0.8.8claws38
10919
10920         * src/prefs.c
10921                 fixed acessing members of freed pfile struct
10922
10923 2003-01-02 [thorsten]   0.8.8claws37
10924
10925         * src/procmsg.c
10926                 detect loops across several messages
10927                 as suggested by Christoph Hohmann
10928
10929 2003-01-01 [match]      0.8.8claws36
10930
10931         * src/addrindex.c
10932                 fixed another memory leak.
10933
10934 2003-01-01 [match]      0.8.8claws35
10935
10936         * src/jpilot.[ch]
10937                 fixed memory leaks. applied Doxygen comments.
10938
10939 2003-01-01 [thorsten]   0.8.8claws34
10940
10941         * src/procmsg.c
10942                 inhibit endless loop if msg references itself
10943                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10944
10945 2003-01-01 [christoph]  0.8.8claws33
10946
10947         * src/mainwindow.c
10948         * src/gtk/Makefile.am
10949         * src/gtk/pluginwindow.c                ** NEW **
10950         * src/gtk/pluginwindow.h                ** NEW **
10951                 add plugin window
10952
10953         * src/plugins/demo/demo.c
10954         * src/plugins/spamassassin/spamassassin.c
10955         * src/plugins/spamassassin/spamassassin_gtk.c
10956                 write better plugin descriptions
10957
10958 2002-12-31 [christoph]  0.8.8claws32
10959
10960         * src/gtk/prefswindow.c
10961         * src/plugins/spamassassin/spamassassin_gtk.c
10962                 some small improvements to GTK code
10963
10964 2002-12-31 [christoph]  0.8.8claws31
10965
10966         * src/plugins/spamassassin/spamassassin_gtk.c
10967                 enable folder select button
10968
10969 2002-12-31 [christoph]  0.8.8claws30
10970
10971         * src/mainwindow.c
10972         * src/gtk/Makefile.am
10973         * src/gtk/prefswindow.c                         ** NEW **
10974         * src/gtk/prefswindow.h                         ** NEW **
10975                 add new prefs window
10976
10977         * src/common/plugin.c
10978                 don't try to load empty config lines
10979         
10980         * src/plugins/spamassassin/Makefile.am
10981         * src/plugins/spamassassin/spamassassin.c
10982         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10983         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10984                 GTK config for SpamAssassin Plugin using
10985                 the new prefs window
10986
10987 2002-12-31 [paul]       0.8.8claws29
10988
10989         * po/POTFILES.in
10990                 remove obsolete entry 'src/menu.c'
10991
10992 2002-12-31 [alfons]     0.8.8claws28
10993
10994         * src/matcher.[ch]
10995         * src/matcher_parser_parse.y
10996         * src/prefs_matcher.c
10997                 add "ignore_thread" and "~ignore_thread" condition so it's
10998                 possible to make the actions / scoring operate on the ignore
10999                 thread flag
11000
11001 2002-12-31 [christoph]  0.8.8claws27
11002
11003         * src/addrbook.c
11004         * src/addrindex.c
11005         * src/folder.c
11006         * src/matcher.c
11007         * src/prefs_account.c
11008         * src/prefs_actions.c
11009         * src/prefs_customheader.c
11010         * src/prefs_display_header.c
11011         * src/prefs_gtk.c
11012         * src/procmime.c
11013         * src/toolbar.c
11014         * src/xmlprops.c
11015         * src/common/prefs.[ch]
11016                 extend prefs file handling for reading and automatic handling
11017                 of blocks. When reading prefs_set_block_label will automatically
11018                 move on to the block. When writing it will copy all other blocks
11019                 automatically
11020
11021         * src/common/plugin.c
11022                 Now loading plugin filenames from [Plugins] block in
11023                 sylpheed rc file
11024
11025 2002-12-30 [christoph]  0.8.8claws26
11026
11027         * src/common/hooks.[ch]
11028                 return abort status to caller of hooks_invoke
11029                 
11030         * src/inc.[ch]
11031                 invoke message filtering hook and stop
11032                 default handling when filter returns abort
11033
11034         * src/common/plugin.[ch]
11035         * src/plugins/demo/demo.c
11036                 modify plugin loader, because resolving symbols for strings
11037                 does not work correctly
11038         
11039         * configure.in
11040         * ac/spamassassin.m4                            ** NEW **
11041         * src/plugins/spamassassin/.cvsignore           ** NEW **
11042         * src/plugins/spamassassin/Makefile.am          ** NEW **
11043         * src/plugins/spamassassin/README               ** NEW **
11044         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11045         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11046         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11047                 add spamassassin plugin, see src/plugins/spamassassin/README
11048                 for details
11049
11050 2002-12-29 [alfons]     0.8.8claws25
11051
11052         * src/mainwindow.c
11053                 when moving focus from a message view to the main 
11054                 window, don't forget to select the summary node
11055                 of the displayed message. should fix "[ 659103 ] 
11056                 focus-follows-mouse confuses sylpheed"
11057
11058 2002-12-29 [christoph]  0.8.8claws24
11059
11060         * src/Makefile.am
11061         * src/stringtable.[ch]          ** REMOVE **
11062         * src/common/Makefile.am
11063         * src/common/stringtable.[ch]   ** NEW **
11064                 move stringtable files to common directory
11065
11066 2002-12-29 [christoph]  0.8.8claws23
11067
11068         * src/Makefile.am
11069         * src/menu.[ch]                 ** REMOVE **
11070         * src/gtk/Makefile.am
11071         * src/gtk/menu.[ch]             ** NEW **
11072                 move menu files to gtk directory
11073
11074 2002-12-29 [match]      0.8.8claws22
11075
11076         * src/addressbook.c
11077         * src/syldap.c
11078                 moved UI specific code out of LDAP code into addressbook
11079                 UI code. fixed memory leak.
11080
11081 2002-12-29 [christoph]  0.8.8claws21
11082
11083         * src/folder.c
11084                 only check for IGNORED parent message when message is
11085                 not IGNORED itself
11086
11087 2002-12-29 [alfons]     0.8.8claws20
11088
11089         * src/summaryview.c
11090                 set gtksctree's anchor correct (immediate execute
11091                 changes the tree's layout, and anchor points at 
11092                 the incorrect row). fixes "[ 657233 ] multiple msg 
11093                 delete sometimes off by 1".
11094                 we probably have to look for more tree layout /
11095                 anchor glitches.
11096
11097 2002-12-29 [paul]       0.8.8claws19
11098
11099         * src/summaryview.c
11100                 fix bug [ 659054 ] incorrect sorting of 'From' column
11101                 when using 'display sender using address book'
11102                 thanks to Alfons and Luke Plant
11103
11104 2002-12-29 [christoph]  0.8.8claws18
11105
11106         * src/folder.c
11107         * src/procmsg.[ch]
11108                 check parent messages for IGNORE THREAD flag, when adding,
11109                 moving or copying messages to a folder
11110
11111 2002-12-27 [alfons]     0.8.8claws17
11112
11113         re-organize matcher part 5; more to come
11114
11115         * src/matcher.c
11116                 hash keywords in matchparser_tab 
11117
11118 2002-12-27 [alfons]     0.8.8claws16
11119
11120         re-organize matcher part 4; more to come
11121
11122         * src/matcher_parser.h
11123         * src/matcher_parser_lex.l
11124         * src/matcher_parser_parse.y
11125                 cleanup
11126
11127 2002-12-27 [alfons]     0.8.8claws15
11128
11129         re-organize matcher part 3; more to come
11130
11131         * src/matcher.[ch]
11132                 cleanup
11133
11134 2002-12-27 [alfons]     0.8.8claws14
11135
11136         re-organize matcher part 2; more to come but this should
11137         work. cc me if there are any regressions.
11138
11139         * src/matcher.h
11140                 add prototype for get_matchparser_tab_id()
11141         * src/matcher_parser_lex.l
11142                 look up keywords using matchparser_tab_id();
11143
11144 2002-12-27 [alfons]     0.8.8claws12
11145
11146         re-organize matcher part 1
11147
11148         * src/matcher.h
11149                 map yacc generated constants to sylpheed matcher constants
11150         * src/matcher.c
11151                 add function to find a matcher constant from a string
11152
11153 2002-12-27 [christoph]  0.8.8claws11
11154
11155         * src/compose.c
11156                 MENUITEM_ADD casts the 4th argument from integer to pointer
11157                 so it probably should not be a pointer, this means we
11158                 should use account id for it and not the account's pointer
11159
11160 2002-12-27 [paul]       0.8.8claws10
11161
11162         * src/mainwindow.c
11163                 remove unneeded 'GtkWidget *vbox'
11164                 
11165         * src/summaryview.c
11166                 further sync with 0.8.8 - make sort
11167                 by recipient work as expected
11168                 
11169         * NEWS
11170                 sync with 0.8.8
11171
11172 2002-12-27 [paul]       0.8.8claws9
11173
11174         * po/pt_BR.po
11175                 updated by Ivan F. Martinez
11176                 
11177 2002-12-27 [darko]      0.8.8claws8
11178
11179         * src/common/utils.c
11180                 added locked pattern to extended search
11181
11182 2002-12-27 [alfons]     0.8.8claws7
11183
11184         * src/prefs_matcher.[ch]
11185                 clean up
11186
11187 2002-12-26 [alfons]     0.8.8claws6
11188
11189         * src/matcher.[ch]
11190         * src/matcher_parser_lex.l
11191         * src/matcher_parser_parse.y
11192         * src/prefs_matcher.c
11193                 allow color label as a condition in the matcher
11194
11195 2002-12-26 [oliver]     0.8.8claws5
11196         
11197         * src/toolbar.c 
11198                 enable Addressbook for Main and Messageview
11199         * src/prefs_actions.c
11200                 enable actions in Messageview
11201
11202 2002-12-26 [christoph]  0.8.8claws4
11203
11204         * src/common/plugin.c
11205                 add a little debug output
11206         * configure.in
11207         * src/plugins/demo/Makefile.am
11208                 better use of automake
11209
11210 2002-12-26 [christoph]  0.8.8claws3
11211
11212         * src/Makefile.am
11213         * src/common/Makefile.am
11214                 fix "make distdir"
11215
11216 2002-12-26 [christoph]  0.8.8claws2
11217
11218         * configure.in
11219                 sort configure checks into common / gtk / plugins
11220         * po/POTFILES.in
11221                 add src/prefs_gtk.c
11222         * src/Makefile.am
11223                 add plugins SUBDIR
11224         * src/main.c
11225         * src/common/sylpheed.[ch]
11226                 added now sylpheed_done function for shutdown
11227         * src/common/Makefile.am
11228         * src/common/plugin.[ch]                ** NEW **
11229                 plugin loader and unloader
11230         * src/plugins/.cvsignore                ** NEW **
11231         * src/plugins/Makefile.am               ** NEW **
11232                 build plugins
11233         * src/plugins/demo/.cvsignore           ** NEW **
11234         * src/plugins/demo/Makefile.am          ** NEW **
11235         * src/plugins/demo/demo.c               ** NEW **
11236                 small demo plugin that installs a logtext hook and
11237                 outputs the log text to stdout
11238
11239 2002-12-26 [paul]       0.8.8claws1
11240
11241         * po/es.po
11242                 updated by Ricardo Mones Lastra
11243
11244 2002-12-26 [paul]       0.8.8claws
11245
11246         * 0.8.8claws released
11247
11248 2002-12-26 [paul]       0.8.7claws12
11249
11250         * po/bg.po
11251                 updated by George Danchev
11252
11253 2002-12-26 [paul]       0.8.7claws11
11254
11255         * po/POTFILES.in
11256                 remove unneeded 'src/prefs.c' entry 
11257
11258 2002-12-26 [paul]       0.8.7claws10
11259
11260         * src/codeconv.c
11261           src/mainwindow.c
11262                 sync with 0.8.8 release
11263         
11264         * src/folder.[ch]
11265           src/mh.c
11266           src/summaryview.c
11267                 partial sync with 0.8.8 release
11268         
11269
11270 2002-12-25 [alfons]     0.8.7claws9
11271
11272         * src/matcher.[ch]
11273         * src/matcher_parser_lex.l
11274         * src/matcher_parser_parse.y
11275         * src/prefs_matcher.c
11276                 add locked flag to possible filtering / matcher 
11277                 conditions (also a good example what should be
11278                 done to add a simple boolean condition)
11279
11280 2002-12-25 [christoph]  0.8.7claws8
11281
11282         * src/Makefile.am
11283         * src/account.[ch]
11284         * src/addrbook.c
11285         * src/addressbook.c
11286         * src/addrindex.c
11287         * src/filtering.c
11288         * src/folder.c
11289         * src/matcher.c
11290         * src/prefs.[ch]                ** REMOVE **
11291         * src/prefs_account.c
11292         * src/prefs_actions.c
11293         * src/prefs_common.c
11294         * src/prefs_customheader.c
11295         * src/prefs_display_header.c
11296         * src/prefs_filtering.c
11297         * src/prefs_folder_item.c
11298         * src/prefs_gtk.[ch]            ** NEW **
11299         * src/prefs_matcher.c
11300         * src/prefs_scoring.c
11301         * src/prefs_summary_column.c
11302         * src/procmime.c
11303         * src/selective_download.c
11304         * src/toolbar.c
11305         * src/common/Makefile.am
11306         * src/common/prefs.[ch]         ** NEW **
11307                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11308
11309 2002-12-24 [alfons]     0.8.7claws7
11310
11311         * src/summaryview.c
11312                 summary_thread_build(): fix real cause of the crash mentioned in
11313                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11314                 this way we get meaningful ctree nodes 
11315
11316 2002-12-24 [oliver]     0.8.7claws6
11317
11318         * src/mainwindow.[ch]
11319         * src/messageview.[ch]
11320         * src/compose.[ch]
11321         * src/inc.c
11322         * src/summaryview.c
11323                 changes to use updated toolbar handling
11324                 
11325 2002-12-24 [oliver]     0.8.7claws5
11326
11327         * src/toolbar.[ch]
11328                 generic toolbar handling
11329                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11330         * src/prefs_toolbar.[ch]
11331                 adjust to handling
11332         
11333 2002-12-24 [oliver]     0.8.7claws4
11334         
11335         * src/stock_pixmap.[ch]
11336                 move SYLPHEED_LOGO to end of list in order 
11337                 to remove it from Custom Toolbar`s Icon View
11338
11339 2002-12-24 [alfons]     0.8.7claws3
11340
11341         * src/summaryview.c
11342                 summary_thread_build(): fix crash because of focus != selection 
11343                 after threading. when deleting the selection, gtk tries but fails 
11344                 to find the correct focusable element. we now force the selection
11345                 to be focused. this should solve the infamous bug reported by 
11346                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11347                 a test case is available. 
11348
11349 2002-12-24 [darko]      0.8.7claws2
11350
11351         * src/summaryview.c
11352                 don't crash when unmarking message with unread children
11353
11354 2002-12-23 [christoph]  0.8.7claws1
11355
11356         * src/Makefile.am
11357         * src/common/Makefile.am
11358                 update Makefiles for moved intl.h, version.h and defs.h
11359         * src/imap.c
11360                 rewrite imap_session_get to avoid duplicate code
11361
11362 2002-12-23 [paul]       0.8.7claws
11363
11364         * Santa-Claws released
11365         
11366         * po/hu.po
11367           po/ru.po
11368                 squeeze in updated Hungarian and Russian translations.
11369                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11370
11371 2002-12-23 [paul]       0.8.6claws129
11372
11373         * po/pl.po
11374                 updated by Witold Wladyslaw Wojciech Wilk
11375
11376 2002-12-23 [paul]       0.8.6claws128
11377
11378         * src/quote_fmt_parse.y
11379                 fix typo and add licence header
11380
11381 2002-12-23 [paul]       0.8.6claws127
11382
11383         * po/en_GB.po
11384                 updated
11385
11386 2002-12-23 [paul]       0.8.6claws126
11387
11388         * po/it.po
11389                 updated translation, submitted by Alessandro Maestri
11390                 
11391 2002-12-23 [paul]       0.8.6claws125
11392
11393         * src/quote_fmt_parse.y
11394                 fix signature-stripping on replies bug. match
11395                 '-- \n' and not '-- '.
11396
11397 2002-12-22 [paul]       0.8.6claws124
11398
11399         * po/bg.po
11400           po/es.po
11401           po/sr.po
11402                 updated translations. submitted by George Danchev,
11403                 Ricardo Mones Lastra, and Urke MMI respectively
11404
11405 2002-12-21 [paul]       0.8.6claws123
11406
11407         * src/addrbook.c
11408                 fix coding style
11409
11410 2002-12-21 [paul]       0.8.6claws122
11411
11412         * src/addrbook.c
11413                 fix bug [643638] where if a person is in one or more
11414                 addressbook groups editing that person's email 
11415                 address results in removal from those groups.
11416                 Patch submitted by Luke Plant.
11417
11418 2002-12-20 [christoph]  0.8.6claws121
11419
11420         * src/common/utils.c
11421         * src/summaryview.c
11422                 reimplement expand_search_string using GString to
11423                 prevent crashs caused by miscalculated string
11424                 lengths reported by Paul
11425
11426 2002-12-20 [christoph]  0.8.6claws120
11427
11428         * src/summaryview.c
11429                 don't use "changed" to check if op_count has to be changed as it
11430                 is also set when the message has unread children
11431                 (closes bug [ 653221 ] crash while deleting duplicates)
11432
11433 2002-12-20 [paul]       0.8.6claws119
11434
11435         * sync with 0.8.6cvs27
11436                 see ChangeLog 2002-12-20
11437
11438 2002-12-20 [paul]       0.8.6claws118
11439
11440         * sync with 0.8.6cvs26
11441                 see ChangeLog 2002-12-19 and 2002-12-20
11442
11443 2002-12-19 [alfons]     0.8.6claws117
11444
11445         * src/textview.c
11446                 fix incorrect parsing of email addresses, submitted by 
11447                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11448                 name display if it contains @".
11449
11450 2002-12-18 [paul]       0.8.6claws116
11451
11452         * sync with 0.8.6cvs23
11453                 see ChangeLog 2002-12-18
11454
11455 2002-12-18 [paul]       0.8.6claws115
11456
11457         * src/Makefile.am
11458         * src/account.c
11459         * src/codeconv.c
11460         * src/gtkutils.[ch]
11461         * src/imap.c
11462                 sync with 0.8.6cvs22.
11463                 see ChangeLog 2002-12-17 and 2002-12-18
11464
11465 2002-12-17 [christoph]  0.8.6claws114
11466
11467         * src/imap.c
11468                 o don't create a session if imap greeting fails
11469                 o don't close socket when authentication fails
11470                   this is done by imap_session_destroy
11471
11472 2002-12-17 [thorsten]   0.8.6claws113
11473
11474         * tools/Makefile.am
11475           tools/README
11476           tools/google_msgid.pl ** NEW FILE **
11477                 Added "search for message-id" script and doc
11478
11479 2002-12-17 [thorsten]   0.8.6claws112
11480
11481         * po/hu.po
11482                 Updated hungarian translation
11483                 (updated by Gal Zoltan)
11484
11485 2002-12-16 [christoph]  0.8.6claws111
11486
11487         * src/addr_compl.c
11488                 remove stupid addressbook dump to debug output
11489         * src/mh.c
11490                 fix memory leak found by Hiro
11491
11492 2002-12-14 [paul]       0.8.6claws110
11493
11494         * src/compose.c
11495                 fix menubar sensitivity on send
11496                 
11497         * src/prefs_filtering.c
11498         * src/prefs_matcher.c
11499         * src/prefs_scoring.c
11500                 Fix english ;)
11501                 
11502         * src/common/quoted-printable.h
11503                 sync: fix typo
11504         
11505 2002-12-13 [christoph]  0.8.6claws109
11506
11507         * src/Makefile.am
11508         * src/manage_window.[ch]        ** REMOVE **
11509         * src/gtk/Makefile.am
11510         * src/gtk/manage_window.[ch]    ** NEW **
11511                 move manage_window files to gtk directory
11512
11513 2002-12-13 [christoph]  0.8.6claws108
11514
11515         * src/Makefile.am
11516         * src/gtkshruler.[ch]           ** REMOVE **
11517         * src/gtk/Makefile.am
11518         * src/gtk/gtkshruler.[ch]       ** NEW **
11519                 move gtkshruler files to gtk directory
11520
11521 2002-12-13 [christoph]  0.8.6claws107
11522
11523         * src/Makefile.am
11524         * src/compose.c
11525         * src/gtkstext.[ch]             ** REMOVE **
11526         * src/gtkutils.[ch]
11527         * src/textview.c
11528         * src/gtk/gtkstext.[ch]         ** NEW **
11529         * src/gtk/Makefile.am
11530                 o move stext functions to gtkstext.c to remove
11531                   dependency of gtkutils
11532                 o move gtkstext files to gtk directory
11533
11534         * src/gtk/Makefile.am
11535         * src/gtk/sslcertwindow.[ch]
11536                 UI stuff can always depend on common code so
11537                 it's ok to add ../common to include path
11538
11539 2002-12-13 [colin]      0.8.6claws106
11540
11541         * src/summaryview.c
11542                 Disconnect sighandlers for mainwindow when
11543                 quicksearch has the focus
11544                 Fix bug #653231
11545         * src/mainwindow.[ch]
11546                 Make key_pressed callback public, to be able
11547                 to disconnect it
11548
11549 2002-12-13 [christoph]  0.8.6claws105
11550
11551         * src/mh.c
11552                 create .mh_sequences file in new MH folders
11553                 (closes feature request [ 523162 ] MH folders should
11554                  get a .mh_sequences)
11555
11556 2002-12-13 [colin]      0.8.6claws104
11557
11558         * src/summaryview.c
11559                 Better handling of quicksearch show/hide
11560                 (basically the button stays under the mouse 
11561                  when toggled)
11562
11563 2002-12-13 [paul]       0.8.6claws103
11564
11565         * sync with 0.8.6cvs17
11566                 see ChangeLog 2002-12-13
11567
11568 2002-12-13 [paul]       0.8.6claws102
11569
11570         * po/es.po
11571                 updated by Ricardo Mones Lastra
11572
11573 2002-12-11 [colin]       0.8.6claws101
11574
11575         * src/folder.c
11576                 remove statusbar stuff
11577           src/folderview.c
11578                 set statusbar verbosity when moving folders
11579
11580 2002-12-11 [colin]       0.8.6claws100
11581         * src/prefs_filtering.c
11582         * src/prefs_matcher.c
11583         * src/prefs_scoring.c
11584                 Fix english ;)
11585
11586 2002-12-11 [colin]       0.8.6claws99
11587
11588         * src/prefs_common.[ch]
11589                 Add summary_quicksearch_type
11590         * src/summaryview.c
11591                 Save last used quicksearch type
11592
11593 2002-12-11 [jens]       0.8.6claws98
11594         * src/prefs_filtering.c
11595         * src/prefs_matcher.c
11596         * src/prefs_scoring.c
11597                 added dialog for incomplete rules in scoring, filtering and
11598                 matcher to ask wheather really close
11599
11600 2002-12-11 [colin]      0.8.6claws97
11601
11602         * src/folder.c
11603                 Fix folder dnd statusbar logging
11604
11605 2002-12-10 [christoph]  0.8.6claws96
11606
11607         * src/compose.c
11608         * src/folder.c
11609         * src/imap.c
11610         * src/inc.c
11611         * src/main.c
11612         * src/mainwindow.c
11613         * src/news.c
11614         * src/send.c
11615         * src/statusbar.[ch]
11616         * src/common/hooks.c
11617         * src/common/log.[ch]
11618                 o handle verbose logging in statusbar directly in statusbar code
11619                   and common code does not need any knowledge about a statusbar
11620                 o remove direct calls to statusbar_(puts|pop)_all functions
11621
11622 2002-12-10 [jens]       0.8.6claws95
11623
11624         * src/*.c
11625                 removed gettext from g_warnings
11626         * po/POTFILES.in
11627                 cleaned and updated
11628         * po/de.po
11629                 updated
11630
11631 2002-12-10 [colin]      0.8.6claws94
11632
11633         * src/main.c
11634                 finish crash dialog fix
11635
11636 2002-12-10 [colin]      0.8.6claws93
11637
11638         * src/main.c
11639                 "Fix" "sylpheed already running" instead of
11640                 crash dialog appearing after a crash
11641
11642 2002-12-10 [colin]      0.8.6claws92
11643
11644         * po/POTFILES.in
11645                 add src/gtk/sslcertwindow.c
11646
11647 2002-12-10 [paul]       0.8.6claws91
11648
11649         * po/POTFILES.in
11650                 updated to reflect recent changes
11651                 submitted by Alessandro Maestri
11652
11653 2002-12-09 [christoph]  0.8.6claws90
11654
11655         * src/Makefile.am
11656         * src/smtp.[ch]                 ** REMOVE **
11657         * src/common/Makefile.am
11658         * src/common/smtp.[ch]          ** NEW **
11659                 move smtp files to common directory
11660
11661 2002-12-09 [christoph]  0.8.6claws89
11662
11663         * src/Makefile.am
11664         * src/session.[ch]              ** REMOVE **
11665         * src/common/Makefile.am
11666         * src/common/session.[ch]       ** NEW **
11667                 move session files to common directory
11668
11669 2002-12-09 [paul]       0.8.6claws88
11670
11671         * src/account.c
11672                 fix bug [649746] edit accounts: move account reverted
11673                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11674
11675 2002-12-09 [colin]      0.8.6claws87
11676
11677         * src/ssl_certificate.c
11678                 cleanup
11679
11680 2002-12-09 [colin]      0.8.6claws86
11681
11682         * src/ssl.c
11683                 Try to open the cert.pem database and 
11684                 issue a warning if it isn't there
11685
11686 2002-12-09 [colin]      0.8.6claws85
11687
11688         * src/common/ssl_certificate.c
11689         * src/gtk/sslcertwindow.c
11690                 Warning fixes
11691
11692 2002-12-09 [colin]      0.8.6claws84
11693
11694         * src/ssl_certificate.[ch] ** REMOVED **
11695         * src/common/ssl_certificate.[ch] ** NEW **
11696         * src/Makefile.am
11697         * src/common/Makefile.am
11698                 Moved ssl_certificate.[ch] to common
11699         * src/common/ssl.c 
11700                 Put back needed include
11701         * src/gtk/sslcertwindow.[ch]
11702                 Changed ssl_certificate.h include
11703         
11704 2002-12-09 [colin]      0.8.6claws83
11705
11706         * src/gtk/sslcertwindow.[ch]
11707                 Implement hook for certificate acception
11708         * src/ssl_certificate.[ch]
11709                 Implement hook for certificate acception
11710         * src/common/ssl.c
11711                 Reenable certificate acception check
11712         * src/mainwindow.c
11713                 Register sslcertwindow's hook
11714         
11715 2002-12-08 [christoph]  0.8.6claws82
11716
11717         * src/about.c
11718         * src/addr_compl.c
11719         * src/codeconv.c
11720         * src/manual.c
11721         * src/undo.c
11722         * src/common/utils.c
11723                 o add missing includes
11724                 o fix warnings
11725         * src/.cvsignore
11726         * src/common/.cvsignore
11727         * src/common/version.h          ** REMOVE **
11728                 remove autogenerated file
11729
11730 2002-12-08 [paul]       0.8.6claws81
11731
11732         * src/stringtable.c
11733                 put back needed include
11734
11735 2002-12-08 [colin]      0.8.6claws80
11736         
11737         * src/gtk/sslcertwindow.c
11738                 Cleaner popups when asking
11739         * src/ssl_certificate.c
11740         * src/prefs_common.[ch]
11741                 remove ssl certificate pref
11742                 put back needed include
11743         * src/undo.c
11744                 put back needed include
11745
11746 2002-12-08 [christoph]  0.8.6claws79
11747
11748         * src/folderview.c
11749         * src/logwindow.c
11750         * src/statusbar.c
11751         * src/summaryview.c
11752                 only abort hook invokation if required data is missing not
11753                 if our own data pointer is NULL, update hookfunction for
11754                 log window
11755
11756 2002-12-08 [paul]       0.8.6claws78
11757
11758         * src/about.c
11759         * src/addrcache.c
11760         * src/addrclip.c
11761         * src/addr_compl.c
11762         * src/addrselect.c
11763         * src/codeconv.c
11764         * src/colorlabel.c
11765         * src/enriched.c
11766         * src/esmtp.c
11767         * src/exporthtml.c
11768         * src/headerview.c
11769         * src/imageview.c
11770         * src/manual.c
11771         * src/noticeview.c
11772         * src/pgptext.c
11773         * src/scoring.c
11774         * src/sourcewindow.c
11775         * src/stringtable.c
11776         * src/undo.c
11777                 clean up: remove unneccesary includes
11778
11779 2002-12-08 [christoph]  0.8.6claws77
11780
11781         * src/folderview.c
11782         * src/statusbar.c
11783         * src/summaryview.c
11784         * src/common/hooks.[ch]
11785                 hook functions now have a gboolean return value, if a hook
11786                 returns TRUE it will stop executing of any more hooks in
11787                 the same hooklist for this invokation
11788
11789 2002-12-08 [colin]      0.8.6claws76
11790         
11791         * src/main.c
11792                 put back argv0 for CRASH_DIALOG
11793
11794 2002-12-08 [christoph]  0.8.6claws75
11795
11796         * src/Makefile.am
11797         * src/about.c
11798         * src/account.c
11799         * src/crash.c
11800         * src/esmtp.h
11801         * src/imap.[ch]
11802         * src/inc.c
11803         * src/main.c
11804         * src/mainwindow.c
11805         * src/news.c
11806         * src/pop.[ch]
11807         * src/prefs_account.[ch]
11808         * src/prefs_common.[ch]
11809         * src/send.[ch]
11810         * src/smtp.[ch]
11811         * src/ssl_certificate.[ch]
11812         * src/ssl_manager.[ch]
11813         * src/common/Makefile.am
11814         * src/common/log.c
11815         * src/common/nntp.[ch]
11816         * src/common/socket.[ch]
11817         * src/common/ssl.[ch]
11818         * src/gtk/sslcertwindow.[ch]
11819         * ac/openssl.m4
11820                 use new autoconf script to detect OpenSSL with extra parameters
11821                 to specify the location of libs and includes, also remove USE_SSL
11822                 to USE_OPENSSL
11823
11824         * src/common/sylpheed.[ch]
11825         * src/common/version.h.in
11826                 start seperation of common code initialization seperated from gui
11827
11828         * src/summaryview.c
11829                 The function that is called when a color label changes
11830                 should not change the color lable again
11831
11832 2002-12-08 [colin]      0.8.6claws74
11833
11834         * src/gtk/sslcertwindow.c
11835                 warning fixes
11836
11837 2002-12-08 [colin]      0.8.6claws73
11838
11839         * src/statusbar.c
11840           src/common/log.h
11841                 Register a hook for statusbar_puts_all
11842         * src/common/log.c
11843                 invoke statusbar_puts_all's hook
11844         
11845 2002-12-08 [colin]      0.8.6claws72
11846
11847         * src/ssl_certificate.c
11848                 Put back a badly-removed include
11849
11850 2002-12-08 [colin]      0.8.6claws71
11851
11852         * src/gtk/sslcertwindow.[ch]    ** NEW **
11853                 new certificate presentation
11854         * src/gtk/Makefile.am
11855                 add new files
11856         * src/ssl_certificate.[ch]
11857                 gtk cleanup, made utility functions public
11858         * src/ssl_manager.c
11859                 use new cert presentation
11860
11861 2002-12-07 [christoph]  0.8.6claws70
11862
11863         * src/Makefile.am
11864         * src/nntp.[ch]                 ** REMOVE **
11865         * src/common/Makefile.am
11866         * src/common/nntp.[ch]          ** NEW **
11867                 move nntp files to common directory
11868
11869 2002-12-07 [christoph]  0.8.6claws69
11870
11871         * src/procmsg.[ch]
11872         * src/summaryview.c
11873                 implement msginfo update callback using sylpheed's new
11874                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11875
11876 2002-12-06 [christoph]  0.8.6claws68
11877
11878         * src/editgroup.c
11879                 This patch changes the 'Edit Group Details' dialog to
11880                 allow extended selections in either pane, so that
11881                 addresses can be added or removed from a group more
11882                 quickly and easily. (it actually is a net decrease in
11883                 file size, as some unnecessary functions have been
11884                 removed). 
11885                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11886
11887 2002-12-06 [christoph]  0.8.6claws67
11888
11889         * src/Makefile.am
11890         * src/template.[ch]             ** REMOVE **
11891         * src/common/Makefile.am
11892         * src/common/template.[ch]      ** NEW **
11893                 move template files to common directory
11894
11895         * src/nntp.c
11896                 add missing log.h include
11897
11898 2002-12-06 [melvin]     0.8.6claws66
11899
11900         * src/prefs_actions.c
11901                 Added the trailing ">" syntax to insert command's output
11902                 without replacing old text (in contrast to trailing "|").
11903
11904 2002-12-05 [colin]      0.8.6claws65
11905         
11906         * src/common/utils.c
11907                 Don't modify original search_string or it'll change
11908                 the next iterations in the for()
11909
11910 2002-12-05 [darko]      0.8.6claws64
11911
11912         * src/common/utils.c
11913                 proper check for filtering commands, found by Colin
11914
11915 2002-12-05 [darko]      0.8.6claws63
11916
11917         * src/common/utils.c
11918                 check proper string for NULL pointer, found by Colin
11919
11920 2002-12-05 [darko]      0.8.6claws62
11921
11922         * src/common/utils.[ch]
11923                 expand_search_string(): new function
11924                 converts Mutt-like patterns to Sylpheed's
11925                 filtering engine
11926         * src/summaryview.c
11927                 use expand_search_string() to allow Mutt-like
11928                 patterns in extended search
11929         * README.claws
11930                 document extended option in quick search
11931
11932 2002-12-05 [paul]       0.8.6claws61
11933
11934         * sync with 0.8.6cvs16
11935                 see ChangeLog 2002-12-05
11936                 
11937         * po/POTFILES.in
11938                 clean up
11939
11940 2002-12-04 [christoph]  0.8.6claws60
11941
11942         * src/imap.[ch]
11943                 put imap authentication code into a new function and
11944                 remove it from imap_session_new that will allow to
11945                 send other commands before authentication
11946
11947 2002-12-04 [christoph]  0.8.6claws59
11948
11949         * src/imap.[ch]
11950                 use already existing method to prevent unneeded IMAP
11951                 folder selects. Set imap_select parameters to NULL
11952                 in some functions if the values are not required.
11953
11954         * src/xml.h
11955                 remove no longer required include
11956
11957 2002-12-04 [paul]       0.8.6claws58
11958
11959         * po/es.po
11960                 updated by Ricardo Mones Lastra
11961                 
11962         * configure.in
11963           po/hu.po      ** NEW FILE **
11964                 initial Hungarian translation, submitted
11965                 by Gál Zoltán <galzoli@hu.inter.net>
11966
11967 2002-12-03 [christoph]  0.8.6claws57
11968
11969         * src/Makefile.am
11970         * src/gtksctree.[ch]            ** REMOVE **
11971         * src/gtk/Makefile.am
11972         * src/gtk/gtksctree.[ch]        ** NEW **
11973                 move gtksctree files to gtk directory
11974
11975 2002-12-03 [christoph]  0.8.6claws56
11976
11977         * src/Makefile.am
11978         * src/md5.[ch]                  ** REMOVE **
11979         * srm/common/Makefile.am
11980         * src/common/md5.[ch]           ** NEW **
11981                 move md5 files to common directory
11982
11983         * src/gtkstext.c
11984                 remove not required #include
11985
11986 2002-12-03 [sergey]     0.8.6claws55
11987
11988         * src/gtkutils.c
11989         * src/gtkutils.h
11990                 gtkut_window_popup(): new function.
11991         * src/mainwindow.c
11992                 main_window_popup(): use gtkut_window_popup() to raise
11993                 window without changing its position.
11994                 (see sylpheed-main ML message [sylpheed:17247])
11995
11996 2002-12-03 [sergey]     0.8.6claws54
11997
11998         * src/send.c
11999                 send_message_local(): removed first-dot escaping
12000                 (SMTP-only, not needed for sending through pipe)
12001
12002 2002-12-03 [paul]       0.8.6claws53
12003
12004         * po/POTFILES.in
12005                 update to reflect recent changes (thanks
12006                 to Ricardo Mones Lastra)
12007                 
12008         * tools/filter_conv.pl
12009                  fix problem with quoted strings. Patch submitted
12010                  by Luke Plant <lukeplant@softhome.net>
12011
12012 2002-12-03 [paul]       0.8.6claws52
12013
12014         * sync with 0.8.6cvs15
12015                 see ChangeLog 2002-12-03
12016
12017 2002-12-02 [christoph]  0.8.6claws51
12018
12019         * src/logwindow.[ch]
12020         * src/common/log.[ch]
12021                 implement logging using a hook function
12022
12023         * src/folderview.c
12024         * src/folder.[ch]
12025                 define hooklist name in header file to avoid
12026                 errors caused by wrong spelling of hooklist names
12027
12028         * src/toolbar.c
12029                 fix warnings
12030
12031 2002-12-02 [christoph]  0.8.6claws50
12032
12033         * src/common/Makefile.am
12034                 add src/common/hooks.[ch]
12035
12036         * src/common/hooks.[ch]
12037                 implement a simple hook system using glib's hook functions
12038
12039         * src/folder.[ch]
12040         * src/folderview.c
12041                 use new hook system for folder item updates
12042
12043 2002-12-02 [christoph]  0.8.6claws49
12044
12045         * doc-src/ui_seperation.txt     ** NEW **
12046                 information for ui seperation
12047
12048         * src/Makefile.am
12049                 remove files that were moved to common
12050                 include common directory by default for the header files
12051
12052         * src/inc.c
12053         * src/common/socket.c
12054         * src/automaton.[ch]
12055                 implement automaton using g_io_*-functions instead of
12056                 gdk_input_add to make it ui independent
12057
12058         * src/codeconv.c
12059         * src/compose.c
12060         * src/ldif.c
12061         * src/pgptext.c
12062         * src/procmime.c
12063         * src/rfc2015.c
12064         * src/smtp.c
12065         * src/unmime.c
12066                 remove common/ prefix because directory is now in
12067                 include path
12068
12069         * src/compose.c
12070         * src/folder.c
12071         * src/folderview.c
12072         * src/mainwindow.c
12073         * src/messageview.c
12074         * src/prefs_common.c
12075         * src/procmsg.c
12076         * src/rfc2015.c
12077                 fix warnings
12078
12079         * src/imap.c
12080         * src/inc.c
12081         * src/news.c
12082         * src/pop.c
12083         * src/send.c
12084         * src/smtp.c
12085         * src/ssl_certificate.c
12086                 add log.h header file for logging functions
12087
12088         * src/main.c
12089         * src/common/utils.c
12090         * src/summaryview.c
12091         * src/xml.c
12092                 o move debug_mode to common/utils.c
12093                 o add functions to set and get debug_mode
12094
12095         * src/defs.h                    ** REMOVE **
12096         * src/intl.h                    ** REMOVE **
12097         * src/socket.[ch]               ** REMOVE **
12098         * src/ssl.[ch]                  ** REMOVE **
12099         * src/utils.[ch]                ** REMOVE **
12100                 replaced by new files in src/common/
12101         
12102         * src/common/Makefile.am
12103                 add new files in src/common/
12104
12105         * src/common/defs.h             ** NEW **
12106         * src/common/intl.h             ** NEW **
12107         * src/common/log.[ch]           ** NEW **
12108         * src/common/socket.[ch]        ** NEW **
12109         * src/common/ssl.[ch]           ** NEW **
12110         * src/common/utils.[ch]         ** NEW **
12111                 replacement for files in src/
12112
12113 2002-12-02 [colin]      0.8.6claws48
12114
12115         * src/folderview.c
12116                 Scroll folderview if necessary during dnd
12117
12118 2002-12-02 [colin]      0.8.6claws47
12119
12120         * src/folder.[ch]
12121                 Add check to verify a move is within a single mailbox
12122         * src/folderview.c
12123                 Add specific error string for this check
12124
12125 2002-12-02 [colin]      0.8.6claws46
12126
12127         * src/folder.c
12128                 Add a test to folder moving, remove a statusbar_print
12129         * src/folderview.c
12130                 Add Move folder... context-menu item
12131                 Factorize folder moving code
12132                 Enable folder DND for mbox
12133
12134 2002-12-01 [christoph]  0.8.6claws45
12135
12136         * ac/aspell.m4
12137                 remove conf.aspelltest if the version check fails
12138
12139 2002-11-30 [christoph]  0.8.6claws44
12140
12141         * autogen.sh
12142                 run libtoolize --force in autogen to create missing
12143                 libtool scripts
12144
12145 2002-11-30 [christoph]  0.8.6claws43
12146
12147         * src/Makefile.am
12148         * src/pgptext.c
12149         * src/procmime.c
12150         * src/rfc2015.c
12151         * src/uuencode.[ch]             ** REMOVED **
12152         * src/common/Makefile.am
12153         * src/common/uuencode.[ch]      ** NEW **
12154                 move uuen/decoder to common directory
12155
12156 2002-11-30 [christoph]  0.8.6claws42
12157
12158         * src/Makefile.am
12159         * src/base64.[ch]               ** REMOVED **
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         * src/common/Makefile.am
12169         * src/common/base64.[ch]        ** NEW **
12170                 move base64 en/decoder to common directory
12171
12172 2002-11-30 [christoph]  0.8.6claws41
12173
12174         * src/common                    ** NEW **
12175                 new directory for UI independent code
12176         * src/gtk                       ** NEW **
12177                 new directory for GTK frontend
12178         * src/common/.cvsignore         ** NEW **
12179         * src/gtk/.cvsignore            ** NEW **
12180                 ignore build files
12181         * src/common/Makefile.am        ** NEW **
12182         * src/gtk/Makefile.am           ** NEW **
12183                 automake files to build new seperated stuff
12184         * src/Makefile.am
12185                 the binary will currently still be build with the
12186                 files in src, so we include the code from the
12187                 subdirs for now after building the libs there
12188
12189 2002-11-30 [paul]       0.8.6claws40
12190
12191         * src/compose.c
12192                 fix bug [642731] 'Wrong selected account with drafted mail'
12193
12194 2002-11-29 [oliver]     0.8.6claws39
12195         
12196         * src/messageview.c
12197                 o update summaryview when switching between different
12198                   messageviews          
12199         * src/toolbar.c  
12200                 o check if messageview holds already removed msg
12201                   from summaryview
12202                 
12203
12204 2002-11-29 [oliver]     0.8.6claws38
12205
12206         * src/toolbar.c 
12207                 remove not needed variables and includes
12208                 make messageview stay opened and move to next when msgs are deleted 
12209
12210 2002-11-29 [oliver]     0.8.6claws37
12211         
12212         * src/toolbar.c 
12213                 disable compose button (messageview toolbar) by default
12214                 deleted msgs are moved to trash
12215         
12216 2002-11-29 [melvin]     0.8.6claws36
12217
12218         * configure.in
12219                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12220                 and to detect signatures expirations (gpgme 0.3.6)
12221
12222         * src/main.c
12223                 Use non obsolescent function for Gpgme engine checking.
12224
12225         * src/rfc2015.c
12226                 Inform about expired signatures or signatures which key
12227                 has expired. Expiration date is displayed.
12228
12229         * src/sigstatus.c
12230                 Inform about expired signatures or signatures which key
12231                 has expired.
12232
12233 2002-11-28 [paul]       0.8.6claws35
12234
12235         * src/folderview.c
12236                 re-instate 'Check for new messages' in Newsgroup
12237                 folders right-click menu, after a suggestion from
12238                 Tim Mann <timmann@users.sourceforge.net>
12239
12240         * src/main.c
12241                 after a crash check only local folders for new
12242                 messages
12243
12244 2002-11-28 [paul]       0.8.6claws34
12245
12246         * configure.in
12247                 apply patch that fixes the checking of GTK with XIM 
12248                 support on different OSs, such as FreeBSD. Patch 
12249                 submitted by Topia <topia@users.sourceforge.net>
12250                 
12251 2002-11-28 [paul]       0.8.6claws33
12252
12253         * src/mainwindow.c
12254           src/prefs_common.c
12255           src/prefs_toolbar.c
12256                 more changes to the English
12257
12258 2002-11-28 [paul]       0.8.6claws32
12259
12260         * sync with 0.8.6cvs13
12261                 see ChangeLog 2002-11-28 (no sync needed
12262                 for src/compose.c)
12263
12264 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12265         
12266         * src/mainwindow.[ch]
12267                 add patch by Ivan F. Martinez introducing messageview Toolbar
12268                 some changes and committed by oliver    
12269
12270 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12271
12272         * src/messageview.[ch]
12273                 add patch by Ivan F. Martinez introducing messageview Toolbar
12274                 some changes and committed by oliver    
12275
12276 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12277
12278         * src/compose.[ch]
12279                 add patch by Ivan F. Martinez introducing messageview Toolbar
12280                 some changes and committed by oliver    
12281
12282 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12283         
12284         * src/toolbar.[ch]
12285                 add patch by Ivan F. Martinez introducing messageview Toolbar
12286                 some changes and committed by oliver
12287
12288 2002-11-28 [oliver]     0.8.6claws27
12289         
12290         * src/prefs_toolbar.[ch]
12291                 getting ready for messageview toolbar
12292                 free mem allocated by gettext
12293                 change prefs_toolbar to prefs_toolbar_open
12294  
12295 2002-11-28 [thorsten]   0.8.6claws26
12296
12297         * src/imageview.[ch]
12298                 cleaned up conflicting declarations of
12299                 imageview_show_image()
12300
12301 2002-11-28 [paul]       0.8.6claws25
12302
12303         * src/grouplistdialog.c
12304           src/prefs_common.c
12305           src/prefs_summary_column.c
12306                 a few more improvements to the English
12307
12308 2002-11-28 [colin]      0.8.6claws24
12309
12310         * man/sylpheed.1
12311                 A few updates to command-line parameters
12312
12313 2002-11-28 [colin]      0.8.6claws23
12314
12315         * src/prefs_filtering.c
12316                 Fix problems with prefs_filtering_delete_path:
12317                 a) if the first rule is removed, original pointers
12318                    weren't updated (leading to segfaults)
12319                 b) it was always global_processing updated in case
12320                    of removed path was parent of rule path
12321
12322 2002-11-27 [paul]       0.8.6claws22
12323
12324         * src/mainwindow.c
12325           src/prefs_account.c
12326           src/prefs_actions.c
12327           src/prefs_common.c
12328           src/prefs_customheader.c
12329           src/prefs_display_header.c
12330           src/prefs_filtering.c
12331           src/prefs_folder_item.c
12332           src/prefs_matcher.c
12333           src/prefs_scoring.c
12334           src/prefs_summary_column.c
12335           src/prefs_template.c
12336           src/prefs_toolbar.c
12337                  improve the English in the GUI
12338
12339 2002-11-27 [colin]      0.8.6claws21
12340
12341         * src/folder.c
12342                 Fix processing renaming problems happening after
12343                 last commit
12344
12345 2002-11-27 [colin]      0.8.6claws20
12346
12347         * src/folder.c
12348                 recursive move now deletes src each subfolder after 
12349                 having moved it
12350         * src/folderview.c
12351                 Use identifier instead of path during dnd (enables
12352                 IMAP folder dnd)
12353
12354 2002-11-27 [paul]       0.8.6claws19
12355
12356         * src/main.c
12357                 apply patch that does command-line processing 
12358                 BEFORE gtk_init, allowing claws to run from 
12359                 shell-scripts in non-X environment (e.g. crontab 
12360                 or ip-up, ip-down scripts). Patch submitted by
12361                 Ruslan N. Balkin <baron@dartel.ru>
12362                 
12363         * po/it.po
12364                 updated by Alessandro Maestri
12365
12366 2002-11-27 [paul]       0.8.6claws18
12367
12368         * sync with 0.8.6cvs12
12369           src/prefs_common.c
12370                 Differences are that main uses a 'Receive dialog'
12371                 frame on the Interface tab, whereas claws groups all 
12372                 the dialogs together in a 'Dialogs' frame.
12373
12374 2002-11-27 [colin]      0.8.6claws17
12375
12376         * src/prefs_matcher.c
12377                 Fix Execute criteria's NOT flag
12378
12379
12380 2002-11-26 [christoph]  0.8.6claws16
12381
12382         * src/ssl.c
12383                 rewrite the ssl code a little bit, only use one
12384                 SSL context, set default certificates' file/path
12385
12386 2002-11-26 [thorsten]   0.8.6claws15
12387
12388         * src/compose.c
12389                 default-reply-to didn't work for ml-reply
12390
12391 2002-11-26 [melvin]     0.8.6claws14
12392
12393         * src/prefs_actions.c
12394                 Made pipe-actions ignore short headers in message view
12395                 Made trailing-pipe-actions write in the message view with
12396                 the same font as the original message
12397
12398 2002-11-26 [paul]       0.8.6claws13
12399
12400         * src/compose.c
12401                 this time commit the correct file
12402
12403 2002-11-26 [paul]       0.8.6claws12
12404
12405         * sync with 0.8.6cvs11
12406           src/quote_fmt_parse.y  
12407                 no sync needed
12408           src/account.[ch]       
12409                 not sync'ed
12410           src/compose.c
12411                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12412                 on draft mode.
12413                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12414                 header
12415                 
12416         see ChangeLog 2002-11-25 and 2002-11-26
12417
12418 2002-11-26 [colin]      0.8.6claws11
12419
12420         * src/folderview.c
12421                 Fix collapsed folder not auto-expanding during
12422                 mail dnd, if it was the source folder.
12423
12424 2002-11-25 [colin]      0.8.6claws10
12425
12426         * src/folderview.[ch]
12427                 Variable renaming and cleaning (slist of nodes 
12428                 to be re-collapsed is stored in FolderView)
12429
12430 2002-11-25 [paul]       0.8.6claws9
12431
12432         * src/prefs_common.[ch]
12433                 fix breakage caused by last commit
12434
12435 2002-11-25 [paul]       0.8.6claws8
12436
12437         * sync with 0.8.6cvs4
12438                 see ChangeLog 2002-11-21
12439
12440 2002-11-25 [paul]       0.8.6claws7
12441
12442         * sync with 0.8.6cvs4
12443                 see ChangeLog 2002-11-20
12444
12445 2002-11-25 [paul]       0.8.6claws6
12446
12447         * sync with 0.8.6cvs3
12448                 see ChangeLog 2002-11-18
12449
12450 2002-11-25 [colin]      0.8.6claws5
12451
12452         * src/gtkutils.[ch]
12453                 Add gtkut_ctree_node_is_parent()
12454         * src/folderview.c
12455                 Spring-loaded folders
12456
12457 2002-11-25 [colin]      0.8.6claws4
12458
12459         * src/utils.[ch]
12460                 Add slist_concat_unique(), function to merge
12461                 two GSList filtering dups
12462         * src/folder.[ch]
12463         * src/summaryview.[ch]
12464         * src/folderview.c
12465         * src/main.c
12466                 Add detection/update/display of unread answers
12467                 to marked mails
12468         * src/procmsg.[ch]
12469                 Add procmsg_find_children()
12470                 Add procmsg_msg_has_marked_parent()
12471
12472 2002-11-25 [colin]      0.8.6claws3
12473
12474         * src/ssl_certificate.[ch]
12475                 Allow checking a certificate without a DNS
12476                 lookup
12477                 Allow to forget a cert (by deleting it)
12478                 Make ssl_certificate_destroy_public
12479         * src/ssl_manager.[ch] ** NEW FILES **
12480                 Gui to manage (display/remove) certificates
12481         * src/prefs_common.[ch]
12482                 Add a pref to allow silent acceptation of
12483                 trusted certificates or not (based on the
12484                 "I want to know what's going on" principle)
12485         * src/mainwindow.c
12486                 Add SSL manager in Tools menu
12487         * src/Makefile.am
12488                 Add the new files to the build
12489         * po/POTFILES.in
12490                 Add ssl_manager.c to translations
12491
12492 2002-11-25 [colin]      0.8.6claws2
12493
12494         * src/summaryview.[ch]
12495                 Add S_SEARCH_EXTENDED to the quick search, which 
12496                 allows to search using filtering syntax.
12497
12498 2002-11-25 [colin]      0.8.6claws1
12499
12500         * src/summaryview.c
12501                 Deletion of duplicates now prefer deleting
12502                 the unread dup (fixes feature-request 638989).
12503
12504 2002-11-24 [paul]       0.8.6claws
12505
12506         * po/es.po
12507           po/pl.po
12508           po/ru.po
12509           po/sr.po
12510                 updated by Ricardo Mones Lastra,
12511                 Witold Wladyslaw Wojciech Wilk,
12512                 Ruslan N. Balkin, and  Urke MMI 
12513                 respectively
12514
12515 2002-11-24 [paul]       0.8.5claws182
12516
12517         * po/bg.po
12518                 updated by George Danchev
12519
12520 2002-11-23 [alfons]     0.8.5claws181
12521
12522         * src/imap.c
12523                 tiny memory leak found by browsing Dimitar's 
12524                 valgrind report
12525
12526 2002-11-23 [paul]       0.8.5claws180
12527
12528         * po/it.po
12529                 updated by Alessandro Maestri
12530
12531 2002-11-22 [christoph]  0.8.5claws179
12532
12533         * src/compose.c
12534         * src/inc.c
12535         * src/prefs_filtering.c
12536         * src/summaryview.c
12537                 more warning fixes
12538
12539 2002-11-22 [alfons]     0.8.5claws178
12540
12541         * src/summaryview.c
12542                 summary_execute_delete_func(): if message is deleted, make 
12543                 sure to also remove its entry in the subject hash table. 
12544                 fixes a corner case bug.
12545
12546 2002-11-22 [paul]       0.8.5claws177
12547
12548         * .cvsignore
12549                 add 'autom4te.cache'
12550                 
12551         * ltconfig      ** REMOVED **
12552                 not needed
12553
12554 2002-11-22 [paul]       0.8.5claws176
12555
12556         * src/textview.c
12557                 textview_set_font(): fix for message display in
12558                 UTF-8 locales (thanks to Sergey Vlasov).
12559                 
12560         * AUTHORS
12561                 add new team members and contributors
12562
12563
12564 2002-11-21 [colin]      0.8.5claws175
12565
12566         * src/procmsg.[ch]
12567                 Add procmsg_remove_special_headers()
12568         * src/mh.c
12569                 Use procmsg_remove_special_headers() for 
12570                 previous fix
12571
12572 2002-11-21 [colin]      0.8.5claws174
12573
12574         * src/mh.c
12575                 Fix moving/copying from queue/draft folders
12576                 for MH folders
12577
12578 2002-11-21 [christoph]  0.8.5claws173
12579
12580         * src/crash.c
12581         * src/filtering.c
12582         * src/logwindow.c
12583         * src/main.c
12584         * src/matcher_parser_lex.[hl]
12585         * src/mbox.c
12586         * src/mbox_folder.[ch]
12587         * src/prefs_filtering.c
12588         * src/procheader.c
12589         * src/quote_fmt_lex.l
12590         * src/ssl.c
12591                 fix all warnings except the warnings in lex and yacc files
12592
12593 2002-11-20 [christoph]  0.8.5claws172
12594
12595         * src/imap.c
12596                 fix MsgInfo retrieval for IMAP draft and queue folders
12597                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12598
12599 2002-11-19 [christoph]  0.8.5claws171
12600
12601         * src/compose.c
12602                 fix segfault, when draft saving does not get
12603                 the MsgInfo of the new message
12604                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12605
12606 2002-11-19 [christoph]  0.8.5claws170
12607
12608         * src/procmsg.c
12609                 add parameter check for flag setting function
12610                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12611
12612 2002-11-18 [paul]       0.8.5claws169
12613
12614         * src/compose.c
12615                 more sensitivity fixes to redirect mode:
12616                 * disable toolbar draft button
12617                 * allow only Address book in the Tools menu
12618                 * disable editing of message by the spell
12619                   checker
12620
12621 2002-11-18 [paul]       0.8.5claws168
12622
12623         * src/compose.c
12624                 fix sensitivity of menu items in compose_redirect():
12625                 allow only the necessary items 
12626
12627 2002-11-18 [paul]       0.8.5claws167
12628
12629         * src/compose.c
12630                 fix bug [ 603259 ] 'attachment got lost on bounce'
12631
12632 2002-11-18 [paul]       0.8.5claws166
12633
12634         * po/ru.po
12635                 updated by Ruslan N. Balkin <baron@dartel.ru>
12636
12637 2002-11-18 [colin]      0.8.5claws165
12638
12639         * src/main.c
12640           src/defs.h
12641                 Remove old filtering stuff
12642
12643
12644 2002-11-17 [oliver]     0.8.5claws164
12645
12646         * src/toolbar.h
12647                 remove not needed typedef 
12648
12649 2002-11-17 [oliver]     0.8.5claws163
12650
12651         * src/toolbar.c
12652                 make toolbar's on click events translatable
12653
12654 2002-11-15 [colin]      0.8.5claws162
12655
12656         * src/summaryview.c
12657                 Revert too-soon integration of a feature
12658
12659 2002-11-15 [christoph]  0.8.5claws161
12660
12661         * src/imap.c
12662                 use main's implementation of imap_get_msginfo
12663
12664 2002-11-15 [christoph]  0.8.5claws160
12665
12666         * src/compose.c
12667         * src/folder.[ch]
12668         * src/imap.c
12669         * src/mbox_folder.c
12670         * src/mh.c
12671         * src/news.c
12672         * src/procmsg.c
12673         * src/summaryview.c
12674                 replace claws' fetch_msginfo with main's get_msginfo
12675                 (use main's implementation where possible)
12676
12677 2002-11-15 [colin]      0.8.5claws159
12678
12679         * src/ssl_certificate.c
12680                 Missed a check
12681
12682 2002-11-16 [melvin]     0.8.5claws158
12683
12684         * po/fr.po
12685                 Updated French translations.
12686
12687 2002-11-16 [colin]      0.8.5claws157
12688
12689         * src/ssl_certificate.c
12690                 Check for missing parts in the certificates
12691
12692 2002-11-15 [colin]      0.8.5claws156
12693
12694         * src/folderview.c
12695                 Preventive fix (missing check) found by
12696                 Alfons
12697
12698 2002-11-15 [paul]
12699
12700         * NEWS
12701                 sync with 0.8.6 release
12702
12703 2002-11-15 [colin]      0.8.5claws155
12704
12705         * src/folder.[ch]
12706           src/folderview.c
12707                 Fix error handling of folder_item_move_to()
12708                 (thanks to Alfons!)
12709
12710 2002-11-15 [colin]      0.8.5claws154
12711
12712         * src/folder.[ch]
12713           src/folderview.c
12714                 folder_item_move_to() sets an error message instead
12715                 of having GUI stuff in folder.c
12716
12717 2002-11-15 [colin]      0.8.5claws153
12718
12719         * src/procmsg.[ch]
12720                 Implemented a callback for MsgInfo updates, 
12721                 heavily copy/pasted from Christoph's folder 
12722                 callback system
12723         * src/summaryview.[ch]
12724                 Register summary_update_msg as callback
12725
12726 2002-11-14 [colin]      0.8.5claws152
12727         
12728         * src/procmsg.c
12729                 Update the FolderItem after sending (fixes 617593)
12730
12731 2002-11-14 [christoph]  0.8.5claws151
12732
12733         * src/folder.c
12734                 fix wrong position of NULL pointer check found
12735                 by Sergey
12736
12737 2002-11-14 [christoph]  0.8.5claws150
12738
12739         * src/folder.c
12740                 fix segfault when deleting messages from IMAP folders
12741                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12742
12743 2002-11-14 [colin]      0.8.5claws149
12744
12745         * src/compose.c
12746                 Forwarding was also ignoring the folder's default account.
12747
12748 2002-11-14 [colin]      0.8.5claws148
12749
12750         * src/compose.c
12751                 Fix sent folder not set to folder properties when 
12752                 forwarding.
12753
12754 2002-11-14 [thorsten]   0.8.5claws147
12755
12756         * src/inc.c
12757                 inc_start(): Files were not moved from .processing to inbox,
12758                 if no global processing rule existed
12759
12760 2002-11-14 [colin]      0.8.5claws146
12761
12762         * src/ssl_certificate
12763                 Fix file operations
12764
12765 2002-11-14 [paul]       0.8.5claws145
12766
12767         * po/it.po
12768                 updated by Alessandro Maestri
12769
12770 2002-11-13 [alfons]     0.8.5claws144
12771
12772         * src/folder.c
12773                 folder_item_close(): only mark messages unread
12774                 when a folder has new messages 
12775
12776 2002-11-13 [keith]      0.8.5claws143
12777
12778         * src/imap.c
12779                 Fix problem moving or copying between
12780                 IMAP folders
12781
12782 2002-11-13 [colin]      0.8.5claws142
12783
12784         * src/matcher_parser_parse.y
12785                 Fix rule problem when " don't match
12786
12787 2002-11-13 [christoph]  0.8.5claws141
12788
12789         * src/folder.c
12790         * src/folderview.c
12791                 moved cache saving to folder_item_close
12792                 the folderview should not have to deal with
12793                 this things
12794
12795 2002-11-13 [christoph]  0.8.5claws140
12796
12797         * src/summaryview.c
12798                 moved setting of important score to
12799                 summary_set_prefs_from_folderitem
12800
12801 2002-11-13 [colin]      0.8.5claws139
12802
12803         * src/matcher_parser_parse.y
12804                 Fix a segfault in the parser (happening when
12805                 a good expression had been tested and a bad 
12806                 one arrives)
12807
12808 2002-11-13 [paul]       0.8.5claws138
12809
12810         * sync with 0.8.5cvs24
12811                 see ChangeLog 2002-11-13
12812                 
12813         * po/pt_BR.po
12814                 updated by Fabio Jr. Beneditto
12815
12816 2002-11-13 [colin]      0.8.5claws137
12817         
12818         * src/msgcache.c
12819           src/defs.h
12820           src/procmsg.[ch]
12821                 Revert last commit, problem
12822
12823 2002-11-13 [colin]      0.8.5claws136
12824
12825         * src/msgcache.c
12826                 Remove duplicated code
12827         * src/defs.h
12828                 Bumped CACHE_VERSION and MARK_VERSION
12829         * src/procmsg.[ch]
12830                 Network endian for cache and mark files
12831
12832 2002-11-12 [colin]      0.8.5claws135
12833
12834         * src/inc.c
12835                 Fix the "socket error" dialog which disappeared
12836
12837 2002-11-12 [colin]      0.8.5claws134
12838
12839         * src/msgcache.c
12840                 Reverse last commit which had performance 
12841                 problems, but still reverse the list
12842
12843 2002-11-12 [colin]      0.8.5claws133
12844
12845         * src/msgcache.c
12846                 Reverse list order
12847
12848 2002-11-12 [melvin]     0.8.5claws132
12849
12850         * src/compose.c
12851                 Added a check for a NULL prefs_common.dictionary
12852
12853 2002-11-12 [colin]      0.8.5claws131
12854
12855         * src/ssl_certificate.[ch]
12856                 Use FQDN hostname
12857
12858 2002-11-12 [colin]      0.8.5claws130
12859
12860         * src/ssl_certificate.[ch]
12861                 Take connection port into account for 
12862                 checking certificates (a single hostname
12863                 could have multiple servers with multiple
12864                 certificates)
12865         * src/ssl.c
12866                 Pass the port to ssl_certificate_check
12867
12868 2002-11-12 [paul]       0.8.5claws129
12869
12870         * src/folder.c
12871                 fix a typo in last commit
12872
12873 2002-11-12 [paul]       0.8.5claws128
12874
12875         * sync with 0.8.5cvs23
12876                 see ChangeLog entry 2002-11-12
12877
12878 2002-11-11 [colin]      0.8.5claws127
12879
12880         * src/ssl_certificate.c
12881                 Cleaner messages
12882                 Don't popup, instead log error, if the 
12883                 corresponding pref is checked
12884         * src/ssl_certificate.h
12885                 include <openssl/objects/h>
12886
12887 2002-11-11 [colin]      0.8.5claws126
12888
12889         * src/ssl_certificate.h
12890                 _Really_ clean it
12891
12892 2002-11-11 [colin]      0.8.5claws125
12893         
12894         * src/ssl_certificate.c
12895                 Fixed leak
12896
12897 2002-11-11 [colin]      0.8.5claws124
12898
12899         * src/ssl.c
12900                 Cleaned a bit
12901         * src/ssl_certificate.[ch]
12902                 Cleaned a bit (better use of SSL API)
12903                 (This will cause non-recognition of saved 
12904                  certificates of claws12[23]...)
12905
12906 2002-11-11 [paul]       0.8.5claws123
12907         
12908         * po/es.po
12909                 updated by Ricardo Mones Lastra
12910
12911 2002-11-11 [colin]      0.8.5claws122
12912
12913         * src/ssl.c
12914                 Fix a typo
12915
12916 2002-11-11 [colin]      0.8.5claws121
12917
12918         * src/ssl_certificate.[ch] ** NEW FILES **
12919         * src/ssl.[ch]
12920                 Check SSL certificates presented to us
12921         * src/Makefile.am
12922                 Add ssl_certificate.[ch]
12923         * po/POTFILES.in
12924                 Add ssl_certificate.c
12925
12926 2002-11-11 [paul]       0.8.5claws120
12927
12928         * sync with 0.8.5cvs22
12929                 see ChangeLog 2002-11-11
12930
12931 2002-11-11 [paul]       0.8.5claws119
12932
12933         * sync with 0.8.5cvs21
12934                 see ChangeLog 2002-11-11
12935
12936 2002-11-10 [jens]       0.8.5claws118
12937
12938         * src/folder.c
12939         * src/folderview.c
12940                 corrected some typing
12941         * po/de.po
12942                 updated german translation
12943         * sylpheed.spec.in
12944                 cleaned up specfile and adjusted it for claws
12945
12946 2002-11-10 [colin]      0.8.5claws117
12947
12948         * src/summaryview.c
12949                 a STATUSBAR_PUSH/POP fix
12950
12951 2002-11-10 [colin]      0.8.5claws116
12952
12953         * src/prefs_folder_item.c
12954                 Fix hanging after opening folder properties
12955
12956 2002-11-10 [hoa]        0.8.5claws115
12957
12958         * src/matcher_parser_lex.l
12959         * src/matcher_parser_parse.y
12960                 config file for scoring and filtering is no more trashed
12961                 when there is a syntax error in a filtering rule when
12962                 editing it in a dialog.
12963
12964 2002-11-09 [colin]      0.8.5claws114
12965
12966         * src/mbox_folder.c
12967                 Added missing initialisation of folder->destroy()
12968
12969 2002-11-09 [colin]      0.8.5claws113
12970
12971         * src/folder.c
12972           src/folderview.c
12973                 Fix the status bar messages
12974
12975 2002-11-09 [colin]      0.8.5claws112
12976
12977         * src/folderview.c
12978                 Fix hangs after folder dnd, happening after 
12979                 claws109.
12980
12981 2002-11-09 [christoph]  0.8.5claws111
12982
12983         * src/folderview.c
12984                 just changed order of calls (reverse order of
12985                 associated calls)
12986         * src/inc.c
12987                 lock inc when checking only one account, otherwise
12988                 inc all could be executed at the same time
12989
12990 2002-11-09 [christoph]  0.8.5claws110
12991
12992         * src/folderview.c
12993                 better unlock the mouse cursor before calling
12994                 summary_show because it changes the cursor too
12995
12996 2002-11-09 [christoph]  0.8.5claws109
12997
12998         * src/folder.[ch]
12999         * src/folderview.c
13000                 add functions to open and close a folder
13001                 o opending will execute scanning for remote folders
13002                   and processing
13003                 o closing will unset new flag for messages
13004
13005 2002-11-09 [colin]      0.8.5claws108
13006
13007         * src/folder.c
13008                 Add a call to prefs_matcher_write_config to 
13009                 avoid non-leaf folders filtering settings to be
13010                 lost
13011
13012 2002-11-09 [paul]       0.8.5claws107
13013
13014         * src/prefs_account.c
13015                 re-word a label
13016
13017 2002-11-09 [colin]      0.8.5claws106
13018
13019         * src/folderview.c
13020                 Minor esthetic fix
13021
13022 2002-11-09 [colin]      0.8.5claws105
13023
13024         * src/folderview.c
13025                 Fix prefs_filtering deletion for MH folders (same
13026                 reason as below)
13027         * src/prefs_filtering.c
13028                 Fix prefs_filtering renaming and deletion for 
13029                 folder-based processing rules.  
13030
13031 2002-11-09 [christoph]  0.8.5claws104
13032
13033         * src/compose.c
13034         * src/folder.[ch]
13035         * src/folderview.[ch]
13036         * src/import.c
13037         * src/inc.c
13038         * src/main.c
13039         * src/mainwindow.c
13040         * src/messageview.c
13041         * src/prefs_folder_item.c
13042         * src/procmsg.c
13043         * src/summaryview.c
13044                 implement a callback system for folder item updates
13045
13046 2002-11-09 [colin]      0.8.5claws103
13047
13048         * src/folderview.c
13049                 Fix prefs_filtering renaming for MH folders (we
13050                 shouldn't rename by path as another folder could
13051                 have the same hierarchy).
13052
13053 2002-11-09 [colin]      0.8.5claws102
13054
13055         * src/folder.c
13056                 Fix a leak found by Christoph, use better variable
13057                 names
13058
13059 2002-11-09 [colin]      0.8.5claws101
13060
13061         * src/folder.c
13062                 One more fix for processing rules
13063
13064 2002-11-08 [colin]      0.8.5claws100
13065         
13066         * src/matcher.c
13067                 Don't copy the compiled regexp (will be reevaluated)
13068         * src/folderview.c
13069                 Lock folderview while moving
13070         * src/folder.c
13071                 Provide info on what's happening to the user
13072
13073 2002-11-08 [colin]      0.8.5claws99
13074
13075         * src/folderview.c
13076                 Fix folder reordering after a move if parent is 
13077                 root
13078         * src/scoring.[ch]
13079                 Add function to copy a ScoringProp
13080         * src/prefs_folder_item.c
13081                 Copy scoring rules when copying a folder prefs
13082
13083 2002-11-08 [colin]      0.8.5claws98
13084
13085         * src/folderview.c
13086                 Fixes in case of failure
13087         * src/filtering.[ch]    
13088                 Add function to duplicate a FilteringProp
13089         * src/matcher.[ch]
13090                 Add function to duplicate a MatcherProp
13091         * src/prefs_folder_item.c
13092                 Save folder's processing rules when copying 
13093                 its prefs
13094
13095 2002-11-08 [colin]      0.8.5claws97
13096         
13097         * src/folderview.c
13098                 Sort after move
13099         * src/folder.c 
13100                 Change a printf to debug_print
13101
13102 2002-11-08 [colin]      0.8.5claws96
13103
13104         * src/folder.c
13105           src/folderview.c
13106                 Fix segfaults, call me stupido
13107         
13108
13109 2002-11-08 [colin]      0.8.5claws95
13110
13111         *src/folder.c
13112                 Added forgotten prefs to save when moving folders
13113
13114 2002-11-08 [colin]      0.8.5claws94
13115
13116         * src/folder.c
13117                 Fixes to folder DND (prefs copy)
13118         * src/folderview.c
13119                 Optimization for folder DND (don't rescan whole tree)
13120                 Added folderview_create_folder_node() for this 
13121                 optimization, so de-duped a bit the code
13122         * src/prefs_folder_item.[ch]
13123                 Added prefs_folder_item_copy_prefs()    
13124           
13125 2002-11-08 [paul]       0.8.5claws93
13126
13127         * src/prefs_account.c
13128           tools/README
13129           tools/kmail2sylpheed_v2.pl
13130                 correct some typos
13131
13132 2002-11-08 [paul]       0.8.5claws92
13133
13134         * src/compose.c
13135           src/prefs_account.[ch]
13136                 remove account options 'clearsign' and 'ascii_armored',
13137                 replace with 'default_gnupg_mode' to prevent mixed-mode
13138                 Privacy settings
13139
13140 2002-11-08 [paul]       0.8.5claws91
13141
13142         * src/compose.[ch]
13143                 re-implement GnuPG 'on-the-fly' mode selection,
13144                 disallow mixed-mode
13145
13146 2002-11-08 [colin]      0.8.5claws90
13147
13148         * src/folderview.c
13149           src/prefs_folder_item.c
13150                 Change "Property" to "Properties"
13151
13152 2002-11-07 [colin]      0.8.5claws89
13153
13154         * src/folderview.c
13155           src/folder.c
13156                 Allow folder dropping to a root folder
13157
13158 2002-11-07 [paul]       0.8.5claws88
13159
13160         * src/compose.c
13161                 revert last commit
13162
13163 2002-11-07 [paul]       0.8.5claws87
13164
13165         * src/compose.c
13166                 fix reply-to-list bug. closes bug report
13167                 "[633382] reply-to-list broken in recent cvs"
13168
13169 2002-11-07 [paul]       0.8.5claws86
13170
13171         * src/compose.c
13172                 add a forgotten '#if USE_GPGME ... #endif'
13173
13174 2002-11-07 [paul]       0.8.5claws85
13175
13176         * sync with 0.8.5cvs20
13177                 see ChangeLog 2002-11-07
13178
13179 2002-11-07 [colin]      0.8.5claws84
13180
13181         * src/folder.[ch]
13182                 Change folder_item_move_to to return the newly 
13183                 created folderitem.
13184         * src/folderview.c
13185                 Select the new folderitem after moving.
13186
13187 2002-11-07 [colin]      0.8.5claws83
13188
13189         * src/prefs_filtering.c
13190                 Fix rule rewriting when moving a leaf folder to a 
13191                 shorter path
13192
13193 2002-11-07 [colin]      0.8.5claws82
13194
13195         * src/prefs_filtering.c
13196                 fix a leak
13197
13198 2002-11-07 [colin]      0.8.5claws81
13199
13200         * src/folder.[ch]
13201                 Add folder_item_move_to() function to move a 
13202                 folderitem into another one (updates matcher etc)
13203         * src/folderview.c
13204                 Add folder drag'n drop (context menu to come)
13205                 [Should be dataloss free, but Please backup before 
13206                  trying !]
13207
13208 2002-11-06 [colin]      0.8.5claws80
13209
13210         * src/mh.c
13211                 mh_create_folder() returns NULL if can't create
13212                 directory hierarchy
13213
13214 2002-11-06 [paul]       0.8.5claws79
13215
13216         * src/compose.[ch]
13217                 allow 'on-the-fly' changing of the type of encryption 
13218                 and/or signing used (mime/ascii) via the compose window
13219
13220 2002-11-06 [paul]       0.8.5claws78
13221
13222         * sync with 0.8.5cvs19
13223                 see ChangeLog 2002-11-06 for src/account.c: 
13224                 account_get_special_folder()
13225                 
13226 2002-11-05 [alfons]     0.8.5claws77
13227
13228         * src/crash.c
13229                 very minor cleanups: nothing to see here, move on. :-)
13230
13231 2002-11-05 [colin]      0.8.5claws76
13232
13233         * src/main.c
13234                 Changes choices if compose windows are opened to
13235                 Discard, Draft, Don't quit
13236
13237 2002-11-05 [thorsten]   0.8.5claws75
13238
13239         * src/compose.c
13240                 reenabled default_reply_to folder option
13241
13242 2002-11-05 [colin]      0.8.5claws74
13243
13244         * src/compose.[ch] 
13245                 add compose_draft()
13246         * src/crash.c
13247                 add SIGTERM handler
13248         * src/main.[ch]
13249                 add clean_quit() for the SIGTERM handler
13250
13251 2002-11-05 [paul]       0.8.5claws73
13252         
13253         * po/es.po
13254                 updated by Ricardo Mones Lastra
13255
13256 2002-11-05 [melvin]     0.8.5claws72
13257
13258         * src/logwindow.c
13259                 Fixed log-clipping bug #616795.
13260                 To stop logging in the log window use 0 length.
13261         * src/prefs_common.c
13262                 Added a label to inform about the 0 log length behaviour.
13263
13264 2002-11-05 [paul]       0.8.5claws71
13265
13266         * sync with 0.8.5cvs17
13267                 see ChangeLog 2002-11-05
13268
13269 2002-11-04 [paul]       0.8.5claws70
13270
13271         * sylpheed-128x128.png
13272           sylpheed-64x64.png
13273           sylpheed.png
13274                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13275                 <nikai@users.sourceforge.net>
13276                 
13277         * po/bg.po
13278                 updated by George Danchev
13279
13280 2002-11-03 [thorsten]   0.8.5claws69
13281
13282         * src/main.c
13283           src/mimeview.c
13284           src/rfc2015.h
13285                 add check if gpg is active
13286
13287 2002-11-03 [thorsten]   0.8.5claws68
13288
13289         * src/toolbar.h
13290                 removed GSList declaration causing trouble on MacOS-X
13291                 (submitted by alfons, reported by xfesty)
13292
13293 2002-11-01 [paul]       0.8.5claws67
13294
13295         * src/mainwindow.c
13296                 remove last remnants of main's filter code
13297
13298 2002-11-01 [paul]       0.8.5claws66
13299
13300         * tools/filter_conv.pl
13301                 fix bug where user-defined headers were ignored
13302
13303 2002-11-01 [paul]       0.8.5claws65
13304
13305         * src/logwindow.c
13306                 make a debug_print() not translatable
13307
13308 2002-10-31 [melvin]     0.8.5claws64
13309
13310         * ac/aspell.m4
13311                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13312                 not run any GNU/aspell test.  The dictionary path will
13313                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13314                 was given, in which case, it will be $prefix/lib/aspell/
13315         * configure.in
13316                 Fixed typo in commentary (Aspell code).
13317
13318 2002-10-31 [paul]       0.8.5claws63
13319
13320         * po/POTFILES.in
13321                 remove src/filter.c and src/prefs_filter.c
13322                 thanks to Ricardo for reminding me
13323
13324 2002-10-31 [colin]      0.8.5claws62
13325
13326         * src/mbox_folder.c
13327                 Plug some leaks
13328
13329 2002-10-31 [paul]       0.8.5claws61
13330
13331         * src/prefs_filter.[ch] ** REMOVED **
13332           src/filter.[ch]       ** REMOVED **
13333           
13334         * src/Makefile.am
13335           src/folderview.c
13336           src/inc.c
13337           src/main.c
13338           src/mainwindow.c
13339           src/mbox.c
13340           src/prefs_common.c
13341           src/prefs_filtering.c
13342           src/summaryview.[ch]
13343                 remove main's 'filter' code
13344                 
13345         README.claws
13346                 update to reflect removal of main's filter
13347
13348 2002-10-31 [paul]       0.8.5claws60
13349
13350         * src/summaryview.c
13351                 remove check for global_processing in summary_filter_open(). 
13352                 This fixes the bug where if the user uses the right-click 
13353                 'Create filter rule...' and doesn't have any filter rules 
13354                 already defined in claws' advanced filtering, the newly 
13355                 created filter rule goes to main's filtering which is 
13356                 inaccessible through the gui. Now the filter rule gets added
13357                 to claws' filtering by default.
13358
13359 2002-10-28 [melvin]     0.8.5claws59
13360
13361         * src/prefs_actions.c
13362                 Fixed bug #627322 where MIME parts were not always
13363                 correctly passed to a %p action
13364                 Display an error dialog when message filename is not found.
13365
13366 2002-10-28 [melvin]     0.8.5claws58
13367
13368         * src/prefs_common.c
13369                 Readded a missing function declaration lost in 0.8.3claws34
13370
13371 2002-10-28 [paul]       0.8.5claws57
13372
13373         * sync with 0.8.5cvs15
13374                 see ChangeLog 2002-10-28 and 2002-10-25
13375                 
13376         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13377
13378 2002-10-27 [oliver]     0.8.5claws56
13379
13380         * src/pop.c
13381                 plug leak in pop3_top_recv
13382
13383 2002-10-26 [christoph]  0.8.5claws55
13384
13385         * src/folder.c
13386                 set need_update folder flag when messages are added
13387                 (closes bug [ 626922 ] folder not updated after receiving)
13388
13389 2002-10-25 [melvin]     0.8.5claws54
13390
13391         * src/imageview.c
13392                 Fixed a memleak introduced in the scaling code.
13393
13394 2002-10-24 [alfons]     0.8.5claws53
13395
13396         * src/filtering.c
13397                 make filtering's forward message action forward from the 
13398                 correct account
13399                 (closes bug [628089 ] Filter -> Forward from address problem
13400                 reported by Oktay)
13401
13402 2002-10-24 [christoph]  0.8.5claws52
13403
13404         * src/mainwindow.c
13405         * src/manual.[ch]
13406                 o use manual of current locale or english if current
13407                   locale is not available (and english is available)
13408                 o also link to sylpheed doc project manuals
13409
13410 2002-10-23 [paul]       0.8.5claws51
13411
13412         * tools/README
13413           tools/kmail2sylpheed_v2.pl
13414                 add new version of kmail addressbook importer script.
13415                 works with newer versions of Kmail/KAddressBook which
13416                 have new and rearranged data.
13417
13418 2002-10-23 [martin]     0.8.5claws50
13419
13420         * src/folderview.c
13421         * src/summaryview.c
13422         * src/utils.h
13423         * src/utils.c
13424                 added length parameter to get_abbrev_newsgroup_name()
13425                 changed this function so that it abbreviates the newsgroup
13426                 names only so long it is smaller than the length parameter
13427                 (for better reading of some newsgroup names and space efficiency)
13428
13429 2002-10-22 [colin]      0.8.5claws49
13430
13431         *src/foldersel.c
13432                 Revert Alfons' last modification (after voting ;-))
13433
13434 2002-10-21 [alfons]     0.8.5claws48
13435
13436         * src/foldersel.c
13437                 folder view in folder selection dialog reflects state of
13438                 folder view in main window
13439
13440 2002-10-18 [alfons]     0.8.5claws47
13441
13442         * src/mbox.c
13443                 drop imported messages in folder selected by user,
13444                 and not in the inbox
13445                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13446
13447 2002-10-18 [alfons]     0.8.5claws46
13448
13449         * src/compose.c
13450                 make automagic reply work correctly for email accounts 
13451                 (whether it's viable to do a full sync with Hiro's 
13452                 compose.c is still under discussion)
13453
13454 2002-10-18 [melvin]     0.8.5claws45
13455
13456         * src/prefs_actions.c
13457                 Fixed bug #622275 where asynchroneous actions left 
13458                 zombies processes
13459                 Made (synchroneous) actions' input be displayed live.
13460
13461 2002-10-18 [christoph]  0.8.5claws44
13462
13463         * src/textview.c
13464                 don't add a newline in the textview in front of the
13465                 first textpart if header display is disabled
13466                 (closes bug [ 603385 ] disabled header display leaves blank
13467                  lin)
13468
13469 2002-10-18 [christoph]  0.8.5claws43
13470
13471         * src/folder.[ch]
13472         * src/imap.c
13473         * src/mbox_folder.c
13474         * src/mh.c
13475         * src/news.c
13476                 folder->get_num_list now returns an error code
13477                 (closes bug [ 609424 ] News cache cleared on failure)
13478                 
13479 2002-10-17 [colin]      0.8.5claws42
13480         
13481         * src/news.c
13482                 Changed a printf by debug_print
13483
13484 2002-10-16 [paul]       
13485
13486         * tools/OOo2sylpheed.pl
13487                 allow for spaces in the name of the
13488                 file to be attached.
13489
13490 2002-10-16 [colin]      0.8.5claws41
13491
13492         * src/main.c
13493                 Use a tristate to change online mode
13494
13495 2002-10-16 [paul]       0.8.5claws40
13496
13497         * po/es.po
13498                 updated by Ricardo Mones Lastra
13499
13500 2002-10-16 [colin]      0.8.5claws39
13501
13502         * src/main.c
13503           src/mainwindow.[ch]
13504                 Added --online and --offline command-line
13505                 switches
13506
13507 2002-10-15 [christoph]  0.8.5claws38
13508
13509         * src/procmime.c
13510                 set mimeinfo->name to NULL after g_free to
13511                 avoid double freeing with g_free
13512
13513 2002-10-14 [christoph]  0.8.5claws37
13514
13515         * src/compose.c
13516         * src/filtering.c
13517         * src/summaryview.c
13518                 remove calls to folder->change_flags that are now
13519                 done by procmsg flag functions (seems it is not
13520                 used by any foldertype anyway)
13521         * src/folder.c
13522                 init folder->change_flags with NULL
13523
13524 2002-10-14 [christoph]  0.8.5claws36
13525
13526         * src/folder.[ch]
13527         * src/imap.[ch]
13528                 use virtual functions for folder item new and destroy
13529                 functions
13530
13531 2002-10-14 [melvin]     0.8.5claws35
13532
13533         * src/compose.c
13534                 Added a test to not run the spell checker if no default
13535                 dictionary is available. No dialog is displayed though.
13536
13537 2002-10-14 [melvin]     0.8.5claws34
13538
13539         * src/gtkaspell.c
13540                 Fixed bug in dictionary list context menu where
13541                 "More..." pointed to an emtpy submenu if the
13542                 number of dictionaries is a multiple of 15
13543                 Removed unneeded code in suggestions list creation
13544
13545 2002-10-14 [paul]       0.8.5claws33
13546
13547         * po/bg.po
13548                 updated by George Danchev
13549
13550 2002-10-13 [hoa]        0.8.5claws32
13551
13552         * src/matcher.[ch]
13553           src/matcher_parser_parser.y
13554                 removed the escaped string from internal structure
13555                 of matcher.
13556
13557 2002-10-12 [colin]      0.8.5claws31
13558
13559         * src/gtksctree.[ch]
13560           src/summaryview.c
13561                 Removed useless function gtksctree_reanchor
13562
13563 2002-10-12 [alfons]     0.8.5claws30
13564         
13565         * sync with remaining main changes 2002-10-09 - 2002-10-11
13566         - drop changes to src/compose.c (requires claws specific changes)
13567         
13568 2002-10-12 [alfons]     0.8.5claws29
13569         
13570         * sync with main changes of 2002-10-08
13571         - drop changes to src/compose.c (requires claws specific changes)
13572         - drop changes to src/summaryview.c (requires changes to compose.c)     
13573
13574 2002-10-12 [alfons]     0.8.5claws28
13575         
13576         * sync with main changes of 2002-10-07
13577
13578 2002-10-12 [alfons]     0.8.5claws27
13579
13580         * sync with main changes of 2002-10-04
13581         - drop changes to src/compose.c (requires claws specific changes)
13582         - drop changes to src/prefs_folder_item.c (claws implementation
13583           seems to be working)
13584
13585 2002-10-12 [colin]      0.8.5claws26
13586
13587         * src/mainwindow.c
13588                 Fix folder-flicker when space-reading, introduced 
13589                 in claws22.
13590
13591 2002-10-12 [colin]      0.8.5claws25
13592
13593         * src/compose.c
13594                 Save account address when saving as draft.
13595                 (closes bug 621838)
13596
13597 2002-10-12 [colin]      0.8.5claws24
13598
13599         * src/summaryview.c
13600                 Fix the problem consisting of no message selected
13601                 after the last message in a folder has been moved.
13602
13603 2002-10-12 [paul]       0.8.5claws23
13604
13605         * src/compose.c
13606           src/prefs_template.c
13607           src/template.[ch]
13608                 add Cc and Bcc to templates. Patch submitted by
13609                 John L. Males.
13610
13611 2002-10-12 [colin]      0.8.5claws22
13612
13613         * src/folderview.c
13614                 Fix a bug after "Check for new messages":
13615                 If a folder was opened, it was still selected at
13616                 the end of the check, but displayed empty.
13617         * src/mainwindow.c
13618                 Remove unnecessary check
13619
13620 2002-10-12 [paul]
13621
13622         * tools/README
13623                 be more verbose in the description of
13624                 OOo2sylpheed.pl
13625                 
13626
13627 2002-10-11 [colin]      0.8.5claws21
13628
13629         * src/mainwindow.c
13630                 Make space work (better) when no mail is selected
13631
13632 2002-10-11 [colin]      0.8.5claws20
13633
13634         * src/inc.c
13635           src/news.c
13636                 fix warnings
13637
13638 2002-10-11 [colin]      0.8.5claws19
13639
13640         * src/mainwindow.c
13641                 revert 0.8.5claws6 changes as i couldn't get to
13642                 anything satisfying
13643
13644 2002-10-11 [melvin]     0.8.5claws18
13645
13646         * src/compose.c
13647                 Removed buggy and unused macro (should have been committed in
13648                 0.8.5claws17)
13649
13650 2002-10-11 [melvin]     0.8.5claws17
13651
13652         * src/compose.c
13653                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13654
13655 2002-10-11 [thorsten]   0.8.5claws16 
13656
13657         * src/folderview.c
13658                 remove rescan warning
13659
13660 2002-10-11 [colin]      0.8.5claws15 
13661
13662         * src/procheader.c
13663                 fix a segfault that happens if conv_unmime_header
13664                 fails (should be better to find out why it fails)
13665
13666 2002-10-11 [christoph]  0.8.5claws14
13667
13668         * src/summaryview.c
13669                 update folderview stats after ignore/unignore thread
13670
13671 2002-10-11 [hoa]        0.8.5claws13
13672
13673         * src/quote_fmt_parse.y
13674                 Fixed a yacc/bison syntax error
13675         * src/matcher.c
13676                 Escaping of string is fixed.
13677
13678 2002-10-11 [colin]      0.8.5claws12
13679
13680         * src/imageview.c
13681                 Resize images to fit
13682
13683 2002-10-11 [paul]       0.8.5claws11
13684
13685         * po/es.po
13686                 updated by Ricardo Mones Lastra
13687
13688 2002-10-10 [alfons]     0.8.5claws10
13689
13690         * src/compose.c
13691                 allow dropping files by "moving" files from a file manager,
13692                 not only by the more cumbersome "copying". the latter 
13693                 mostly implies holding down the Control button
13694
13695 2002-10-10 [christoph]  0.8.5claws9
13696
13697         * src/summaryview.c
13698                 update folders after thread building for ignored threads
13699
13700 2002-10-10 [christoph]  0.8.5claws8
13701
13702         * config/.cvsignore
13703                 added Makefile
13704         * src/filtering.[ch]
13705         * src/folder.[ch]
13706         * src/folderview.[ch]
13707         * src/import.c
13708         * src/inc.[ch]
13709         * src/mbox.[ch]
13710         * src/procmsg.c
13711         * src/summaryview.[ch]
13712                 o added new flag need_update to FolderItem
13713                 o removed folder_table from various functions from tracking
13714                   folder updates
13715                 o set need_update flags in folder.c's move, copy and delete
13716                   functions and procmsg's flags functions
13717                 o added function folderview_update_items_when_required that
13718                   updates all folders with need_update set
13719                 o call folderview_update_items_when_required instead of
13720                   folderview_update_item_foreach
13721
13722 2002-10-09 [sergey]     0.8.5claws7
13723
13724         * src/compose.c
13725                 Strip CRs whel loading the text into editor in reedit mode.
13726
13727 2002-10-09 [colin]      0.8.5claws6
13728
13729         * src/mainwindow.c
13730                 Make Space work when no mail is selected
13731
13732 2002-10-09 [colin]      0.8.5claws5
13733
13734         * src/gtksctree.[ch]
13735                 Fix range_select
13736                 Add gtk_sctree_reanchor() 
13737         * src/summaryview.c
13738                 Use gtk_sctree_reanchor() - better fix for 
13739                 bug 60413
13740
13741 2002-10-09 [colin]      0.8.5claws4
13742
13743         * src/summaryview.c
13744                 Fix shift-click select after delete problem
13745                 (closes bug 60413)
13746
13747 2002-10-08 [thorsten]   0.8.5claws3
13748
13749         * src/summaryview.c
13750                 exclude current msg from -hide read messages-
13751
13752 2002-10-08 [colin]      0.8.5claws2
13753
13754         * src/inc.[ch]
13755           src/pop.c
13756           src/recv.c
13757                 Differentiate socket errors from disk full
13758                 errors
13759
13760 2002-10-08 [christoph]  0.8.5claws1
13761
13762         * Makefile.am
13763         * configure.in
13764                 modifications for new config directory
13765
13766         * config.guess  ** REMOVED **
13767         * config.sub    ** REMOVED **
13768         * install-sh    ** REMOVED **
13769         * ltmain.sh     ** REMOVED **
13770         * missing       ** REMOVED **
13771         * mkinstalldirs ** REMOVED **
13772                 these files are autogenerated by automake
13773                 when you run autogen.sh
13774
13775         * config/.cvsignore     ** NEW FILE **
13776         * config/Makefile.am    ** NEW FILE **
13777                 ignore autogenerated files
13778                 create a Makefile in this directory
13779
13780 2002-10-08 [paul]       0.8.5claws
13781
13782         * 0.8.5claws release
13783         
13784         * src/compose.c
13785           src/procheader.c
13786           src/procmsg.c
13787                 fix quote reply format for newsgroups reply bug
13788                 (thanks to Hoa)
13789                 
13790         * po/en_GB.po
13791           po/pl.po
13792                 updated by me and Witold Wladyslaw Wojciech Wilk
13793                 repectively
13794
13795 2002-10-07 [paul]       0.8.3claws53
13796
13797         * po/it.po
13798           po/pt_BR.po
13799           po/sr.po
13800                 updated messages catalogs, submitted by
13801                 Alessandro Maestri, Fabio Jr.Beneditto 
13802                 and Urke MMI, respectively.
13803
13804 2002-10-07 [christoph]  0.8.3claws52
13805
13806         * src/folder.[ch]
13807         * src/folderview.c
13808         * src/mainwindow.c
13809                 fix new folder ghost message bug
13810                 (closes bug [ 619722 ] wrong count for newly created folders)
13811
13812 2002-10-07 [christoph]  0.8.3claws51
13813
13814         * src/compose.c
13815                 fix news posting problem
13816
13817 2002-10-07 [melvin]     0.8.3claws50
13818
13819         * po/fr.po
13820                 Updated French translation
13821
13822 2002-10-05 [christoph]  0.8.3claws49
13823
13824         * src/gtkstext.c
13825                 check if line_start_cache is set in gtk_stext_update_text
13826                 (closes bug [ 618119 ] crash while doing search in folder)
13827
13828 2002-10-05 [christoph]  0.8.3claws48
13829
13830         * src/imap.c
13831         * src/news.c
13832         * src/utils.c
13833         * src/utils.h
13834                 implement cache cleanups for claws' folder system
13835                 (closes bug [ 595916 ] imapcache not cleaned up)
13836
13837 2002-10-05 [melvin]     0.8.3claws47
13838
13839         * src/prefs_actions.c
13840                 Made the help text more clear for the %p token
13841
13842 2002-10-04 [paul]       0.8.3claws46
13843
13844         * sync with 0.8.5
13845                 see ChangeLog 2002-10-02 and 2002-10-03
13846
13847 2002-10-04 [christoph]  0.8.3claws45
13848
13849         * src/inc.c
13850                 fix segfault caused by pop before smtp
13851                 call to inc_account_mail with NULL
13852                 pointer for mainwin
13853
13854 2002-10-04 [paul]       0.8.3claws44
13855
13856         * configure.in
13857                 sync the LDAP detection from 0.8.5cvs1
13858
13859 2002-10-02 [christoph]  0.8.3claws43
13860
13861         * po/de.po
13862                 fix small spelling error
13863
13864 2002-10-02 [melvin]     0.8.3claws42
13865
13866         * ac/aspell.m4
13867                 Behave better and say "no" when test program cannot be run.
13868
13869 2002-10-02 [paul]       0.8.3claws41
13870
13871         * sync with 0.8.4cvs1
13872                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13873                 
13874         * src/summaryview.c
13875                 toggle the behavior of Reply menuitem between
13876                 normal reply and reply-to-list
13877
13878 2002-10-01 [sergey]     0.8.3claws40
13879
13880         * src/compose.c
13881                 Convert newlines in the message text to the canonical form
13882                 before base64 encoding (RFC2045 compliance, fixes some
13883                 interoperability issues with Evolution 1.0.3)
13884
13885 2002-09-29 [colin]      0.8.3claws39
13886
13887         * src/summaryview.c
13888                 Fix an unwanted copy/paste
13889
13890 2002-09-29 [colin]      0.8.3claws38
13891
13892         * src/mainwindow.c
13893                 Renamed "Custom toolbar" to "Customize toolbar"
13894                 Renamed "Show all header" to "Show all headers"
13895                 Renamed "Set diplay item" to "Set displayed items"
13896         * src/prefs_common.c
13897                 Renamed "Show all header" to "Show all headers"
13898         * src/prefs_summary_column.c
13899                 Renamed "diplay item" to "displayed items"
13900
13901 2002-09-29 [colin]      0.8.3claws37
13902
13903         * src/mainwindow.[ch]
13904                 online/offline status pixmaps follow theme
13905                 changes
13906         * src/summaryview.[ch]
13907                 quicksearch pixmap follows theme changes
13908
13909 2002-09-29 [thorsten]   0.8.3claws36
13910
13911         * src/compose.c
13912           src/prefs_folder_item.[ch]
13913                 add default_reply_to folder option (closes patch 581044)
13914
13915 2002-09-29 [christoph]  0.8.3claws35
13916
13917         * acconfig.h    ** REMOVED **
13918         * configure.in
13919         * ac/aspell.m4
13920         * ac/check-type.m4
13921         * ac/gnupg-check-typedef.m4
13922                 fix autoheader 2.50 warning
13923
13924 2002-09-29 [christoph]  0.8.3claws34
13925
13926         * major code cleanup (part 2)
13927         
13928                 - unused variables removed
13929                 - unused functions removed
13930                 - uninitialized variables checked
13931                 - missing return statements added
13932                 - missing function return types added
13933                 - added parentheses around assignment
13934                   when suggested by gcc
13935
13936 2002-09-29 [alfons]     0.8.3claws33
13937
13938         * src/logwindow.c
13939                 log_window_clear(): only bracket gtk_text_forward_delete() 
13940                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13941                 works around GTK text bug)
13942
13943 2002-09-29 [paul]       0.8.3claws32
13944
13945         * po/bg.po
13946           po/sr.po
13947                 updated by George Danchev and Urke MMI
13948                 respectively
13949
13950 2002-09-27 [christoph]  0.8.3claws31
13951
13952         * doc-src/readme.txt
13953         * doc-src/rfc1806.txt   ** REMOVED **
13954         * doc-src/rfc2183.txt   ** NEW FILE **
13955         * doc-src/rfc2980.txt   ** NEW FILE **
13956                 update rfcs
13957
13958 2002-09-27 [melvin]     0.8.3claws30
13959
13960         * ac/aspell.m4
13961                 Fixed typo which could break linking
13962
13963 2002-09-27 [melvin]     0.8.3claws29
13964
13965         * ac/aspell.m4
13966                 Improved GNU/aspell checking. 
13967                 Fixed bug #614490
13968
13969 2002-09-27 [paul]       0.8.3claws28
13970
13971         * sync with 0.8.3cvs8
13972                 see ChangeLog 2002-09-27
13973
13974 2002-09-26 [colin]      0.8.3claws27
13975
13976         * src/toolbar.[ch]
13977           src/mainwindow.[ch]
13978                 Add "Reply to Mailing-list" to the toolbar
13979
13980 2002-09-26 [christoph]  0.8.3claws26
13981
13982         * src/summaryview.c
13983                 Fix wrong message counts in summaryview status
13984
13985 2002-09-26 [paul]       0.8.3claws25
13986
13987         * sync with 0.8.3cvs7
13988                 see ChangeLog 2002-09-26
13989
13990 2002-09-26 [paul]       0.8.3claws24
13991
13992         * sync with 0.8.3cvs6
13993                 see ChangeLog 2002-09-25
13994
13995 2002-09-25 [christoph]  0.8.3claws23
13996
13997         * src/prefs_common.c
13998         * src/prefs_folder_item.c
13999         * src/prefs_scoring.c
14000                 Renamed "kill score" to "hide score" in GUI
14001                 and prefs files
14002
14003 2002-09-25 [paul]       0.8.3claws22
14004
14005         * sync with 0.8.3cvs5
14006                 see ChangeLog 2002-09-24
14007
14008 2002-09-24 [alfons]     0.8.3claws21
14009
14010         patch by Satoshi Nagayasu: allows appending / saving multiple 
14011         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14012         'Save as ...'")
14013
14014         * AUTHORS
14015                 add Satoshi Nagayasu
14016         * src/summaryview.c
14017                 summary_save_as(): allow saving selected files to
14018                 one file
14019                 summary_set_menu_sensitive: enable "Save As..." when
14020                 multiple files are selected
14021         * src/utils.[ch]
14022                 append_file(): new function
14023
14024 2002-09-24 [colin]      0.8.3claws20
14025
14026         * src/procmime.c
14027                 Fix segfault when mimeinfo doesn't have a 
14028                 content_type. 
14029
14030 2002-09-24 [colin]      0.8.3claws19
14031
14032         * src/prefs_common.[ch]
14033                 Add a preference to display send dialog or not
14034         * src/send.c
14035                 Display send dialog according to preference
14036
14037 2002-09-24 [colin]      0.8.3claws18
14038
14039         * src/compose.[ch]
14040                 Disable user actions when sending
14041
14042 2002-09-24 [colin]      0.8.3claws17
14043
14044         * src/procmime.c
14045                 Do not display name or filename for attachments
14046                 with an application/pgp-signature type
14047                 (security flaw, see bug 537413)
14048
14049 2002-09-23 [colin]      0.8.3claws16
14050
14051         * src/editaddress.c
14052                 Initialize entry_email, entry_alias and 
14053                 entry_remarks to first email address of the list
14054
14055 2002-09-23 [colin]      0.83claws15
14056
14057         * src/compose.c
14058                 Drop pgp-signature when reediting a signed queued
14059                 message
14060
14061 2002-09-23 [melvin]     0.8.3claws14
14062
14063         * po/fr.po
14064                 Updated French translation
14065
14066 2002-09-23 [melvin]     0.8.3claws13
14067
14068         * src/mainwindow.c
14069                 Made custom toolbar menu labels more consistent
14070         * src/prefs_toolbar.c
14071                 Made custom toolbar window title more consistent
14072
14073 2002-09-22 [colin]      0.8.3claws12
14074
14075         * src/inc.c
14076                 Initialize session type to normal before getting 
14077                 mail (fixes strange Get behaviour)
14078         * src/prefs_account.h
14079                 Move STYPE_POP_BEFORE_SMTP to last position to 
14080                 avoid other side-effects
14081
14082 2002-09-22 [colin]      0.8.3claws11
14083
14084         * src/prefs_account.c
14085                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14086                 from pop3 to apop or vice-versa
14087
14088 2002-09-22 [colin]      0.8.3claws10
14089         
14090         * src/prefs_account.[ch]
14091                 Add an option for the POP before SMTP timeout
14092         * src/inc.c
14093                 Remember time of last POP connection
14094         * src/send.c
14095                 Do POP before SMTP only if timeout reached
14096
14097 2002-09-22 [oliver]     0.8.3claws9
14098         
14099         * README.claws
14100                 explain custom toolbar
14101
14102 2002-09-22 [oliver]     0.8.3claws8
14103
14104         * src/prefs_actions.[ch]
14105         custom toolbar for compose      
14106                 actions callback from compose toolbar
14107         * src/folderview.c
14108                 remove include toolbar.h
14109
14110 2002-09-22 [oliver]     0.8.3claws7
14111         
14112         * src/prefs_toolbar.[ch]
14113                 custom toolbar for compose
14114                 - generic prefs_toolbar handles both
14115                   Mainwin's toolbar as well as Compose toolbar          
14116
14117 2002-09-22 [oliver]     0.8.3claws6
14118         
14119         * src/toolbar.[ch]
14120                 custom toolbar for compose
14121                 restructure toolbar.[ch]
14122
14123 2002-09-22 [oliver]     0.8.3claws5
14124
14125         * src/compose.[ch]
14126                 custom toolbar for compose
14127
14128 2002-09-22 [oliver]     0.8.3claws4
14129         
14130         * src/mainwindow.[ch]
14131                 custom toolbar for compose 
14132                 move mainwin toolbar back to mainwindow
14133
14134 2002-09-22 [alfons]     0.8.3claws3
14135
14136         * src/procmsg.c
14137                 :%sno/if(/if (/gc
14138                 :%sno/for(/for (/gc
14139                 (beautify)
14140
14141 2002-09-22 [alfons]     0.8.3claws2
14142         
14143         * src/procmsg.c
14144                 procmsg_save_to_outbox(): don't unlink message file from queue;
14145                 callers should do it using folder_item_remove_msg()
14146
14147 2002-09-22 [colin]      0.8.3claws1
14148
14149         * src/mimeview.[ch]
14150                 Made mimeview_check_signature() public
14151         * src/textview.c
14152                 Made GPG signatures verifiable by clicking
14153                 the [application/pgp-signature] in the Text
14154                 view
14155
14156 2002-09-22 [paul]       0.8.3claws
14157
14158         * po/bg.po
14159           po/en_GB.po
14160           po/es.po
14161           po/it.po
14162           po/pl.po
14163           po/pt_BR.po
14164           po/sr.po
14165                 updated translations, submitted by George Danchev,
14166                 me, Ricardo Mones Lastra, Alessandro Maestri,
14167                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14168                 and Urke MMI, respectively.     
14169
14170 2002-09-22 [alfons]     0.8.2claws65
14171
14172         * src/procmsg.c
14173         * src/pgptext.c
14174                 no furry valgrinds have been used to plug these memleaks
14175
14176 2002-09-20 [paul]       0.8.2claws64
14177
14178         * sync with 0.8.3cvs4
14179                 'Select thread' re-implemented 
14180                 see ChangeLog 2002-09-20
14181
14182 2002-09-21 [alfons]     0.8.2claws63
14183
14184         * src/compose.c
14185                 compose_send(): plug unnoticed memleak
14186
14187 2002-09-20 [alfons]     0.8.2claws62
14188
14189         * src/addr_compl.c
14190                 replace_address_in_edit(): strict check for NULL address to
14191                 fix "[ 607348 ] Segfault in address completion". My guess is
14192                 that this happens with an empty address book, but it's good
14193                 to have this check here anyway
14194                 
14195                 completion_window_button_press(): free string returned 
14196                 from the internal cache
14197
14198 2002-09-20 [christoph]  0.8.2claws61
14199
14200         * src/procmime.h
14201                 added ENC_BINARY to EncodingType
14202         * src/procmime.c
14203                 the string returned by procmime_get_encoding_str
14204                 should not depend on the order of values in the
14205                 EncodingType definition
14206         * doc-src/rfc1806.txt   ** NEW FILE **
14207                 Added rfc1806 about MIME Content-Disposition
14208                 Extension
14209
14210 2002-09-19 [paul]       0.8.2claws60
14211
14212         * sync with 0.8.2cvs3
14213                 see ChangeLog 2002-09-19
14214
14215 2002-09-19 [paul]       0.8.2claws59
14216
14217         * src/prefs_folder_item.c
14218                 revert to Darko's original alignment of colour
14219                 selector button
14220                 add a colon to folder_color label
14221                 
14222         * src/compose.c
14223                 add Colin's patch (with Hiro's modifications) to 
14224                 force BASE64 encoding for 8-bit text when signing
14225                 (sync with 0.8.3cvs2)
14226
14227 2002-09-18 [alfons]     0.8.2claws58
14228
14229         * src/compose.c
14230                 :%sno/if(/if (/gc
14231                 :%sno/for(/for (/gc
14232                 (beautify a little bit)
14233
14234 2002-09-18 [christoph]  0.8.2claws57
14235
14236         * src/pine.c
14237                 fix handling of fgetc return value
14238
14239 2002-09-17 [alfons]     0.8.2claws56
14240         
14241         * src/summaryview.c
14242                 summary_sort(): check non-NULL summaryview->folder_item when no 
14243                 folder is selected at all
14244                 (closes "[ 610344 ] sort label make syl Crash")
14245
14246 2002-09-17 [alfons]     0.8.2claws55
14247         
14248         * src/compose.c
14249                 beautify a little bit
14250
14251 2002-09-17 [christoph]  0.8.2claws54
14252
14253         * src/folder.c
14254                 initialize max values for cache and folder
14255                 when cache or folder is empty
14256
14257 2002-09-15 [colin]      0.8.2claws53
14258
14259         * src/compose.c
14260                 Fix a leak (thanks Alfons!) and cleaned
14261                 variables names for custom headers
14262
14263 2002-09-15 [colin]      0.8.2claws52
14264
14265         * src/compose.c
14266                 Fix custom headers recognition when
14267                 prefs_common.trans_hdr is on
14268
14269 2002-09-15 [colin]      0.8.2claws51
14270
14271         * src/compose.c
14272                 Allow dynamically-added custom headers
14273                 Yet not reparsed if reedited
14274
14275 2002-09-15 [alfons]     0.8.2claws50
14276
14277         * src/prefs_account.c
14278                 fix warnings
14279
14280 2002-09-15 [colin]      0.8.2claws49
14281         
14282         * src/prefs_account.c
14283                 fix pop_before_smtp sensitivity
14284
14285 2002-09-15 [colin]      0.8.2claws48
14286
14287         * src/inc.[ch]
14288                 add inc_pop_before_smtp()
14289                 allow MainWindow to be undefined in 
14290                 inc_account_mail() and inc_start()
14291         * src/pop.c
14292           src/prefs_account.h
14293                 add STYPE_POP_BEFORE_SMTP session type
14294         * src/prefs_account.c
14295                 activated pop before smtp option
14296         * src/send.c
14297                 do pop before smtp if the relevant option 
14298                 is set
14299
14300 2002-09-15 [paul]       0.8.2claws47
14301
14302         * sync with 0.8.3
14303                 see ChangeLog 2002-09-15
14304
14305 2002-09-14 [paul]       0.8.2claws46
14306
14307         * po/bg.po
14308                 updated Bulgarian translation, submitted by
14309                 George Danchev
14310
14311 2002-09-13 [paul]       0.8.2claws45
14312
14313         * src/compose.c
14314                 merge claws' select_account() with main's
14315                 (new) compose_select_account(). [sync with
14316                 0.8.2cvs15, see ChangeLog 2002-09-11]
14317
14318 2002-09-12 [christoph]  0.8.2claws44
14319
14320         * src/filter.c
14321                 allocate 1 elements of FolderItem not 0
14322
14323 2002-09-12 [colin]      0.8.2claws43
14324
14325         * src/compose.c
14326                 Fix bug #590825 (obey Follow-up: poster)
14327
14328 2002-09-12 [colin]      0.8.2claws42
14329
14330         * src/procmime.c
14331                 Fix bug #557009 (wrong headers for messages 
14332                 forwarded as attachments)
14333
14334 2002-09-11 [colin]      0.8.2claws41
14335         
14336         * src/compose.c
14337                 Put SCF: pseudo-header on top of message
14338                 Set draft tmp_flag when saved as draft
14339
14340         * src/procmsg.c
14341           src/procheader.c
14342                 Skip after first \n\n for beginning of real message
14343                 for drafts too
14344
14345 2002-09-11 [christoph]  0.8.2claws40
14346
14347         * src/filtering.c
14348                 use procmsg flag functions in filtering or processing
14349                 will cause incorrect folder message counts
14350
14351 2002-09-11 [colin]      0.8.2claws39
14352
14353         * src/compose.c
14354                 Fix bug #550175 - wrong save folder when reediting
14355                 drafts
14356
14357 2002-09-11 [paul]       0.8.2claws38
14358
14359         * sync with 0.8.2cvs14
14360                 see ChangeLog 2002-09-11
14361
14362 2002-09-11 [colin]      0.8.2claws37
14363
14364         * src/folder.c
14365                 Fix a typo (seeming to cause new/unread status to
14366                 be lost)
14367
14368 2002-09-10 [christoph]  0.8.2claws36
14369
14370         * src/compose.c
14371                 compose_redirect should not use compose_generic_new
14372                 because that does more stuff than expected including
14373                 opening the external editor
14374                 (closes bug "[ 526608 ] bounced messages appear blank
14375                  in editor")
14376
14377 2002-09-10 [christoph]  0.8.2claws35
14378
14379         * src/folder.c
14380                 fix problem with too large message number range
14381                 causing a crash in folder_item_scan
14382
14383 2002-09-10 [paul]       0.8.2claws34
14384
14385         * sync with 0.8.2cvs13
14386                 see ChangeLog 2002-09-10
14387
14388 2002-09-10 [christoph]  0.8.2claws33
14389
14390         * src/msgcache.c
14391                 set MsgInfo TmpFlags for queue and draft folders
14392                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14393
14394 2002-09-10 [paul]       0.8.2claws32
14395
14396         * AUTHORS
14397           po/bg.po      ** NEW FILE **
14398                 new Bulgarian translation submitted by
14399                 George Danchev <danchev@spnet.net>
14400                 
14401         * tools/Makefile.am
14402           tools/README
14403           tools/tb2sylpheed     ** NEW FILE **
14404                 add script that converts an addressbook exported
14405                 from The Bat! into a Sylpheed addressbook. Submitted
14406                 by Urke MMI <urke-kg@eunet.yu>
14407
14408 2002-09-10 [paul]       0.8.2claws31
14409
14410         * sync with 0.8.2cvs12
14411                 see ChangeLog 2002-09-10
14412
14413 2002-09-06 [paul]       0.8.2claws30
14414
14415         * src/prefs_common.c
14416                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14417                 
14418         * tools/Makefile.am
14419           tools/README
14420           tools/ldif-to-xml.py  ** REMOVED **
14421                 remove obsolete python script
14422
14423 2002-09-06 [paul]       0.8.2claws29
14424
14425         * sync with 0.8.2cvs10
14426                 see ChangeLog 2002-09-06
14427
14428 2002-09-04 [paul]       0.8.2claws28
14429
14430         * sync with 0.8.2cvs9
14431                 see ChangeLog 2002-08-04
14432
14433 2002-09-04 [colin]      0.8.2claws27 
14434
14435         * src/prefs_common.[ch]
14436                 Added signature color configuration
14437         * src/textview.c
14438                 Use user-specified signature color
14439
14440 2002-09-03 [colin]      0.8.2claws26
14441
14442         * src/prefs_common.[ch]
14443                 Added autosave and autosave_length prefs
14444         * src/compose.c
14445                 Added compose_remove_draft()
14446                 Auto-save drafts according to the prefs
14447         * src/main.c
14448                 Added a crash-indicator file, allowing to check
14449                 for new messages on startup if Sylpheed crashed
14450                 (makes saved drafts "reappear")
14451
14452 2002-09-03 [colin]      0.8.2claws25
14453
14454         * src/textview.[ch]
14455                 Grey the signature
14456
14457 2002-09-03 [paul]       0.8.2claws24
14458
14459         * sync with 0.8.2cvs8
14460                 see ChangeLog 2002-09-02 and 2002-09-03
14461
14462 2002-09-03 [darko]      0.8.2claws23
14463
14464         * src/folderview.c
14465                 use normal style when creating new folder to pick
14466                 proper font size 
14467
14468 2002-09-02 [melvin]     0.8.2claws22
14469
14470         * src/gtkaspell.m4
14471                 removed some obsolete code
14472
14473 2002-09-02 [melvin]     0.8.2claws21
14474
14475         * ac/aspell.m4
14476                 fixed test's equality sign (== to =)
14477
14478 2002-09-02 [alfons]     0.8.2claws20
14479
14480         * src/folder.c
14481         * src/mh.c
14482                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14483                 as folder->destroy virtual as suggested by Hiro
14484                 (the mh.c code seems to have been lost around mh.c.1.21)
14485
14486 2002-09-02 [paul]       0.8.2claws19
14487
14488         * po/pt_BR.po
14489                 updated by Fabio Jr. Beneditto
14490                 
14491         * src/defs.h
14492                 use 'http://claws.sylpheed.org' for homepage link. 
14493                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14494
14495 2002-09-01 [alfons]     0.8.2claws18
14496
14497         * src/mh.c
14498                 plug memleak related to one Martin Kluge found
14499
14500 2002-08-31 [paul]       0.8.2claws17
14501
14502         * sync with 0.8.2cvs6
14503                 see ChangeLog 2002-08-30
14504
14505 2002-08-31 [alfons]     0.8.2claws16
14506
14507         * src/folder.c
14508                 folder_destroy(): remove mailbox from folderlist even if it has
14509                 no destroy virtual
14510
14511 2002-08-31 [alfons]     0.8.2claws15
14512
14513         * src/folder.c
14514                 :%sno/if(/if (/gc
14515                 :%sno/for(/for (/gc
14516                 (being pedantic I know)
14517
14518 2002-08-31 [alfons]     0.8.2claws14
14519
14520         * src/folder.c
14521                 check for NULL pointers returned from folder->fetch_msginfo virtual
14522                 (should solve some reported crashes)
14523
14524 2002-08-30 [alfons]     0.8.2claws13
14525
14526         * acconfig.h
14527         * configure.in
14528         * src/crash.c
14529                 enable crash dialog on compilation time
14530                 (--enable-crash-dialog configure option)
14531
14532 2002-08-30 [alfons]     0.8.2claws12
14533
14534         * AUTHORS
14535                 add Martin Kluge
14536         * src/mh.c
14537                 apply memory leak plug patch by Martin Kluge
14538                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14539                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14540                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14541
14542 2002-08-30 [darko]      0.8.2claws11
14543
14544         * src/folderview.c
14545                 copy Gtk style from normal style to match
14546                 font size for coloured folders
14547
14548 2002-08-29 [alfons]     0.8.2claws10
14549
14550         * sylpheed.desktop
14551                 Type=Internet <- Type=Application
14552                 (reported by Michael Schwendt, see:
14553                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14554                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14555
14556 2002-08-29 [paul]       0.8.2claws9
14557
14558         * sync with 0.8.2cvs5
14559                 see ChangeLog 2002-08-29
14560
14561 2002-08-29 [colin]      0.8.2claws8
14562
14563         * src/summaryview.c
14564                 Added a sanity check in summary_select_thread
14565                 Should fix bug 601605
14566
14567 2002-08-29 [colin]      0.8.2claws7
14568
14569         * src/main.c
14570                 Revert claws6 changes regarding bug #591676
14571
14572 2002-08-28 [colin]      0.8.2claws6
14573         
14574         * src/main.c
14575                 Ignore cache for queue folderitems
14576                 Fix bug #591676
14577
14578 2002-08-28 [melvin]     0.8.2claws5
14579
14580         * README.claws
14581                 Fixed typos.
14582
14583 2002-08-28 [melvin]     0.8.2claws4
14584
14585         * README.claws
14586                 Updated a bit the text concerning the spell checker
14587
14588 2002-08-28 [melvin]     0.8.2claws3
14589
14590         Merged the GNU_aspell_branch:
14591                 Support of new GNU/aspell is now included and the old pspell
14592                 is not supported anymore.
14593                 See README.claws
14594
14595         * README.claws
14596                 Updated spell checker text to reflect the switch to GNU/aspell
14597
14598         * ac/aspell.m4          *** NEW ***
14599         * src/gtkaspell.[ch]    *** NEW *** 
14600         * ac/pspell.m4          *** DELETED *** 
14601         * src/gtkspell.[ch]     *** DELETED ***
14602
14603         * ac/Makefile.am
14604                 Updated for GNU/aspell support
14605
14606         * po/POTFILES.in
14607                 Replaced gtkspell.c by gtkaspell.c
14608
14609         * acconfig.h
14610         * src/Makefile.am
14611         * src/about.c
14612         * src/compose.[ch]
14613         * src/crash.c
14614         * src/main.c
14615         * src/prefs_common.[ch]
14616                 Updated for GNU/aspell support
14617
14618 2002-08-28 [paul]       0.8.2claws2
14619
14620         * sync with 0.8.2cvs4
14621                 see ChangeLog 2002-08-27 and 2002-08-28
14622
14623 2002-08-28 [colin]      0.8.2claws1
14624
14625         * src/summary_search.c
14626                 Added "AND search"
14627
14628 2002-08-28 [jens]       0.8.2claws
14629
14630         *po/de.po
14631                 Updated German translations
14632
14633 2002-08-27 [melvin]     0.8.2claws
14634
14635         * po/fr.po
14636                 Updated French translations
14637
14638 2002-08-27 [paul]       0.8.2claws
14639
14640         * sync with 0.8.2 main release
14641
14642         * po/en_GB.po
14643           po/es.po
14644           po/it.po
14645           po/pl.po
14646           po/pt_BR.po
14647           po/sr.po
14648                 updated message catalogs submitted by
14649                 Ricardo Mones Lastra, Alessandro Maestri,
14650                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14651                 Beneditto and Urke MMI  
14652
14653 2002-08-27 [hoa]        0.8.1claws123
14654
14655         * src/mainwindow.[ch]
14656         * src/summaryview.[ch]
14657                 removed the "filter setting" menu option.
14658                 add a "cancel a news message" menu option.
14659
14660 2002-08-26 [martin]     0.8.1claws122
14661
14662         * ChangeLog.claws
14663                 changed string under 0.8.1claws79 changed by myself
14664                 i'm sorry alfons :(
14665
14666 2002-08-26 [martin]     0.8.1claws121
14667
14668         * src/crash.c
14669                 added kill command to debuggerrc to start crash dialog
14670
14671 2002-08-26 [paul]       0.8.1claws120
14672
14673         * sync with 0.8.1cvs31
14674                 see ChangeLog 2002-08-26
14675
14676 2002-08-25 [alfons]     0.8.1claws119
14677
14678         * src/procmsg.c
14679                 fix bug that didn't send out correct headers to news server
14680                 when sending news article and email from queue (bug reported
14681                 and patch provided by Tim Mann; closes bug 
14682                 "[ 583196 ] 0.7.8claws can't post news")
14683
14684 2002-08-25 [alfons]     0.8.1claws118
14685
14686         * src/selective_download.c
14687                 mark two strings as translatable
14688                 (thanks to Urke MMI for pointing this out)
14689
14690 2002-08-25 [alfons]     0.8.1claws117
14691
14692         * src/summaryview.c
14693                 treat sent boxes as special and allow sorting them by addressee
14694                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14695                 submitted by Steve Lamb)
14696
14697 2002-08-24 [alfons]     0.8.1claws116
14698
14699         * src/matcher.c
14700                 fix memleak reported by Martin Kluge
14701                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14702
14703 2002-08-24 [oliver]     0.8.1claws115
14704
14705         * src/prefs_toolbar.c
14706                 o code cleanup as suggested by Alfons
14707                 o memleak fix
14708
14709 2002-08-24 [alfons]     0.8.1claws114
14710
14711         * src/summaryview.c
14712                 o fix another memory leak reported by Martin Kluge
14713                   (see "[ 599568 ] Small Memory Leak")
14714                 o remove 'from' variable from 'summary_set_header()'; we can
14715                   do with just 'to' 
14716
14717 2002-08-24 [paul]       0.8.1claws113
14718
14719         * sync with 0.8.1cvs30
14720                 see ChangeLog 2002-08-23
14721
14722 2002-08-24 [alfons]     0.8.1claws112
14723
14724         * src/summaryview.c
14725                 remove unnecessary allocations for search bar fixing leaks
14726                 reported by Martin Kluge
14727                 (see "[ 599451 ] Further memory leaks?")
14728
14729 2002-08-24 [alfons]     0.8.1claws111
14730
14731         * src/main.c
14732                 make get_socket_name() public for crash.c
14733         * src/crash.c
14734                 o make report bug button work (goes to claws' 
14735                   bug tracker at sf.net)
14736                 o introduce function for doing important stuff just
14737                   before claws goes down
14738                 o clean up code 
14739
14740 2002-08-24 [alfons]     0.8.1claws110
14741
14742         * src/compose.c
14743                 move cursor to "To" entry when forwarding as attachment
14744                 (reported and solved by Steve Lamb, closes bug report
14745                 "[ 592880 ] Forward as attachment; cursor not in to")
14746
14747 2002-08-24 [colin]      0.8.1claws109
14748
14749         * src/mainwindow.c
14750                 fix quick search visibility after GUI (de)separations.
14751
14752 2002-08-23 [colin]      0.8.1claws108
14753
14754         * src/mainwindow.c
14755                 fix header pane visibility after folderview or
14756                 messageview (de)separation
14757
14758 2002-08-23 [paul]       0.8.1claws107
14759
14760         * src/mainwindow.[ch]
14761           src/toolbar.c
14762                 give full control of display or non-display 
14763                 of the Execute icon to Custom toolbar settings.
14764                 add new sensitivity condition to maninwindow.h: 
14765                 M_DELAY_EXEC
14766
14767         * ChangeLog
14768           ChangeLog.jp
14769           NEWS
14770                 more sync with 0.8.1cvs29
14771
14772 2002-08-23 [melvin]     0.8.1claws106
14773
14774         * src/alertpanel.c
14775                 Readded support for custom widget in alertpanel lost in last
14776                 sync.
14777
14778 2002-08-23 [paul]       0.8.1claws105
14779
14780         * sync with 0.8.1cvs29
14781                 see ChangeLog 2002-08-23
14782
14783 2002-08-23 [colin]      0.8.1claws104
14784
14785         * src/summaryview.c
14786                 Fix folder and search pixmaps exchanging positions
14787                 after theme or toolbar changes. Thank to Oliver for 
14788                 reporting this.
14789
14790 2002-08-23 [colin]      0.8.1claws103
14791
14792         * src/mainwindow.c
14793           src/messageview.[ch]
14794           src/noticeview.[ch]
14795           src/summaryview.c
14796                 Changed messageview_create() and noticeview_create()
14797                 to avoid the last gdk_warning
14798
14799 2002-08-22 [colin]      0.8.1claws102
14800
14801         * src/summaryview.c
14802                 Fix my new `Creating pixmap from xpm' warning
14803
14804 2002-08-22 [colin]      0.8.1claws101
14805
14806         * src/mainwindow.c
14807                 Fix some of the gdk warnings
14808
14809 2002-08-22 [colin]      0.8.1claws100
14810
14811         * src/Makefile.am
14812         * src/stock_pixmap.c
14813         * src/stock_pixmap.h
14814         * src/pixmaps/quicksearch.xpm *ADDED*
14815                 Add the quicksearch pixmap
14816         * src/mainwindow.c
14817         * src/summaryview.c
14818         * src/summaryview.h
14819                 Make quicksearch bar visible/hidden via a button
14820
14821 2002-08-22 [christoph]  0.8.1claws99
14822
14823         * src/folder.c
14824                 fix folder update for newsgroups with message
14825                 numbers below minimum number of articles to fetch
14826                 (closes bug #598445)
14827
14828 2002-08-22 [paul]       0.8.1claws98
14829
14830         * sync with 0.8.1cvs28
14831                 see ChangeLog 2002-08-22
14832
14833 2002-08-21 [alfons]     0.8.1claws97
14834
14835         * src/crash.c
14836                 use bt instead of bt full which seems to work 
14837                 better, and bt full doesn't give a great deal 
14838                 of information anyway
14839
14840 2002-08-21 [colin]      0.8.1claws96
14841
14842         * src/summaryview.c
14843                 fix summaryview_searchtype_changed prototype
14844
14845 2002-08-21 [christoph]  0.8.1claws95
14846
14847         * src/mainwindow.c
14848                 o fix broken menu update for sorting type, we have to
14849                   get this info from the summaryview now
14850                 o removed setting of threaded state in menu callback
14851         * src/summaryview.[ch]
14852                 more summaryview/folderitem seperation for
14853                 threading option
14854         * configure.in
14855                 removed not required --with-compiler-flags option
14856
14857 2002-08-21 [oliver]     0.8.1claws94
14858         
14859         * src/toolbar.h 
14860                 o rename toolbar.xml to toolbar_main.xml
14861                   since toolbar_compose.xml might come up 
14862                   any time soon
14863         * README.claws
14864                 add custom toolbar              
14865
14866 2002-08-21 [darko]      0.8.1claws93
14867
14868         * src/procmsg.c
14869                 don't reset tmp flags for messages copied
14870                 to sent folder
14871
14872 2002-08-21 [colin]      0.8.1claws92
14873         
14874         * src/prefs_filtering.c
14875                 fix renaming rules on folder rename 
14876                 when folder is not a leaf folder
14877
14878 2002-08-21 [paul]       0.8.1claws91
14879
14880         * src/prefs_folder_item.c
14881                 fix alignment of colour selector
14882
14883 2002-08-21 [paul]       0.8.1claws90
14884
14885         * sync with 0.8.1cvs27
14886                 see ChangeLog 2002-08-21
14887
14888 2002-08-21 [paul]       0.8.1claws89
14889
14890         * src/summaryview.c
14891                 fix crash when changing field type in
14892                 Quick search bar
14893
14894 2002-08-21 [colin]      0.8.1claws88
14895
14896         * src/summaryview.c
14897                 Made quick search case-insensitive
14898
14899 2002-08-21 [paul]       0.8.1claws87
14900
14901         * sync with 0.8.1cvs26
14902                 see ChangeLog 2002-08-21
14903
14904 2002-08-20 [christoph]  0.8.1claws86
14905
14906         * src/folderview.c
14907         * src/main.c
14908         * src/summaryview.[ch]
14909                 more summaryview/folderitem seperation for
14910                 sort_key and sort_type
14911         * src/procmsg.c
14912                 added missing return statement
14913
14914 2002-08-20 [colin]      0.8.1claws85
14915
14916         * src/summaryview.[ch]
14917                 Added a quick search box
14918         * src/mainwindow.c
14919         * src/prefs_common.[ch]
14920                 Added a show/hide option for the quick search
14921
14922 2002-08-20 [oliver]     0.8.1claws84
14923         
14924         * src/mainwindow.c
14925                 remove toolbar_create_popups
14926         * src/toolbar.[ch]
14927                 o remove toolbar_create_popups
14928                 o fix toolbar_set_sensitive 
14929                   (Bug reports #596834 and #596832)     
14930         * src/prefs_toolbar.c
14931                 o add "Set default" button
14932                 o align label and text + combo widgets
14933
14934 2002-08-20 [hoa]        0.8.1claws83bis
14935
14936         * src/imap.c
14937                 fixed a bug in imap_fetch_msginfo() in case there is no
14938                 current folder.
14939
14940 2002-08-20 [darko]      0.8.1claws83
14941
14942         * src/folderview.c
14943                 copy the color style of folder view so it
14944                 works with GTK themes
14945
14946 2002-08-20 [darko]      0.8.1claws82
14947
14948         * src/folder.h
14949         * src/folderview.c
14950         * src/prefs_folder_item.[hc]
14951                 don't use UI stuff in folder.h
14952
14953 2002-08-20 [darko]      0.8.1claws81
14954
14955         * src/folder.h
14956         * src/prefs_folder_item.h
14957         * src/folderview.c
14958         * src/prefs_folder_item.c
14959                 ability to set folder color in folderview
14960
14961 2002-08-19 [alfons]     0.8.1claws80
14962
14963         * src/summaryview.c
14964                 fix one of the earlier memleaks reported by Martin Kluge
14965
14966 2002-08-19 [alfons]     0.8.1claws79
14967
14968         * src/mainwindow.c
14969                 hide notice view when selecting seperate folder
14970                 view (reported by Urke MMI)
14971
14972 2002-08-19 [christoph]  0.8.1claws78
14973
14974         * src/folderview.c
14975         * src/prefs_folder_item.h
14976         * src/summaryview.[ch]
14977                 o add summary_set_prefs_from_folderitem to set
14978                   summaryview prefs (first step to remove all
14979                   references to the folderitem in summaryview)
14980                 o moved compiled regex stuff from folderitem prefs
14981                   to summaryview code
14982
14983 2002-08-19 [paul]       0.8.1claws77
14984
14985         * src/compose.c
14986                 add check for '.' to QUOTE_IF_REQUIRED
14987
14988 2002-08-19 [paul]       0.8.1claws76
14989
14990         * src/inc.c
14991                 sync with 0.8.1cvs25 (plug memory leak)
14992
14993         * src/prefs_toolbar.c
14994                 re-order prefs_toolbar_cancel()
14995
14996 2002-08-18 [alfons]     0.8.1claws75
14997
14998         * src/inc.c
14999         * src/matcher.c
15000                 plug other memleaks reported by Martin Kluge
15001
15002 2002-08-18 [paul]       0.8.1claws74
15003
15004         * po/pt_BR.po
15005                 updated by Fabio Jr. Beneditto
15006
15007 2002-08-18 [paul]       0.8.1claws73
15008
15009         * src/toolbar.[ch]
15010                 fix bug where tooltips were displayed untranslated              
15011
15012         * src/prefs_toolbar.c
15013                 fix bug where clicking 'Cancel' creates an icon & text
15014                 toolbar regardless of prefs
15015         
15016
15017 2002-08-17 [oliver]     0.8.1claws72
15018
15019         * src/prefs_toolbar.c
15020                 update toolbar on CANCEL
15021                 bug reported by Martin Kluge
15022         * src/toolbar.c
15023                 toolbar_destroy memleak fixed           
15024
15025 2002-08-17 [alfons]     0.8.1claws71
15026
15027         * src/toolbar.c
15028                 plug another memleak reported by Martin Kluge
15029
15030 2002-08-16 [alfons]     0.8.1claws70
15031
15032         * src/crash.c
15033                 use execvp() correctly (suggested by wwp; thanks!)
15034
15035 2002-08-16 [alfons]     0.8.1claws69
15036
15037         * src/gtksctree.c
15038                 plug memory leak reported by Kim Schultz & Martin Kluge
15039
15040 2002-08-16 [paul]       0.8.1claws68
15041
15042         * po/es.po
15043                 updated by Ricardo Mones Lastra
15044
15045 2002-08-16 [paul]       0.8.1claws67
15046
15047         * src/toolbar.h
15048                 fix bug where 'Compose News' icon showed wrong
15049                 tooltip
15050
15051 2002-08-16 [paul]       0.8.1claws66
15052
15053         * sync with 0.8.1cvs24
15054                 see ChangeLog 2002-08-16
15055
15056         * po/it.po
15057                 updated by Alessandro Maestri
15058
15059 2002-08-15 [paul]       0.8.1claws65
15060
15061         * po/sr.po
15062                 updated by Urke MMI
15063
15064 2002-08-15 [paul]       0.8.1claws64
15065
15066         * src/*.c
15067                 don't translate debug info
15068
15069         * src/matcher.[ch]
15070                 add copyright info
15071
15072 2002-08-15 [paul]       0.8.1claws63
15073
15074         * src/prefs_toolbar.c
15075                 fix bug where clicking 'OK' creates an icon & text
15076                 toolbar regardless of prefs
15077
15078 2002-08-14 [alfons]     0.8.1claws62
15079
15080         * src/main.c
15081                 add global var that has the full argv[0]
15082         * src/crash.c
15083                 o execvp the correct sylpheed by using argv0
15084                   and setting the correct work dir
15085                 o other tweaks  
15086
15087 2002-08-14 [oliver]     0.8.1claws61
15088         
15089         * enable/disable Toolbar Action Buttons 
15090         * code cleanups
15091         * src/mainwindow.c
15092         * src/toolbar.[ch]      
15093         * src/prefs_toolbar.c   
15094
15095 2002-08-14 [melvin]     0.8.1claws60
15096
15097         * po/fr.po
15098                 Updated French translations
15099
15100 2002-08-14 [melvin]     0.8.1claws59
15101
15102         * src/crash.c
15103                 Made bug report not translatable
15104         * src/exporthtml.c
15105                 Fixed exporthtml_build_filespec() return value
15106         * src/foldersel.c
15107                 Fixed incorrect include file
15108         * src/gtkspell.c
15109         * src/prefs_actions.c
15110         * src/prefs_toolbar.c
15111                 Made debug info not translatable
15112         * src/mutt.c
15113         * src/quote_fmt.c
15114                 Added missing includes
15115         * src/prefs_common.c
15116                 Fixed typo
15117
15118 2002-08-14 [paul]       0.8.1claws58
15119
15120         * faq/es/sylpheed-faq.html
15121           faq/es/sylpheed-faq-[1-3].html
15122           faq/es/sylpheed-faq-4.html     **NEW FILE **
15123                 update Spanish FAQ
15124
15125 2002-08-13 [christoph]  0.8.1claws57
15126
15127         * src/procmsg.c
15128                 ignore thread fix that did not mark all
15129                 child nodes of a ignored thread as
15130                 ignored. Does not work perfectly yet,
15131                 but it is better now
15132
15133 2002-08-13 [alfons]     0.8.1claws56
15134
15135         * src/crash.c
15136                 o implement 'save crash log'
15137                 o some tweaks
15138
15139 2002-08-13 [melvin]     0.8.1claws55
15140
15141         * src/main.c
15142                 removed unrequired "execinfo.h" header
15143
15144 2002-08-12 [paul]       0.8.1claws54
15145
15146         * faq/en/sylpheed-faq.html
15147           faq/en/sylpheed-faq-[1-3].html
15148           faq/en/sylpheed-faq-4.html     **NEW FILE **
15149                 update English FAQ
15150
15151 2002-08-12 [alfons]     0.8.1claws53
15152
15153         * po/POTFILES.in
15154                 add crash.c to translatables
15155         * src/crash.c
15156                 bring in Leandro's crash dialog
15157
15158 2002-08-11 [alfons]     0.8.1claws52
15159
15160         * src/crash.c
15161                 clean up some warnings
15162
15163 2002-08-11 [alfons]     0.8.1claws51
15164
15165         * acconfig.h
15166         * configure.in
15167         * src/crash.[ch]        ** NEW FILES **
15168         * src/main.c            
15169                 initial gdb crash handler
15170
15171 2002-08-11 [paul]       0.8.1claws50
15172
15173         * src/prefs_toolbar.c
15174                 replace Up/Down arrow pixmaps with text to be
15175                 consistent across icon themes
15176
15177 2002-08-11 [paul]       0.8.1claws49
15178
15179         * src/prefs_common.c
15180           src/prefs_toolbar.c
15181                 rename 'Pixmap' -> 'Icon'
15182
15183         * src/toolbar.[ch]
15184                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15185
15186 2002-08-10 [paul]       0.8.1claws48
15187
15188         * src/prefs_toolbar.c
15189                 re-work the UI
15190
15191 2002-08-10 [paul]       0.8.1claws47
15192
15193         * src/main.c
15194                 don't write Processing progress to status bar
15195                 patch submitted by Alexander Evseev
15196
15197         * src/prefs_toolbar.c
15198                 re-position and resize window
15199                 make window assume correct size on first call
15200
15201 2002-08-10 [paul]       0.8.1claws46
15202
15203         * src/mainwindow.c
15204           src/prefs_toolbar.c
15205           src/toolbar.c
15206           src/toolbar.h
15207                 obey coding style
15208                 follow UI text conventions
15209
15210 2002-08-10 [alfons]     0.8.1claws45
15211
15212         * src/toolbar.c
15213                 correct pixmap for delete action
15214
15215 2002-08-10 [paul]       0.8.1claws44
15216
15217         * po/pt_BR.po
15218                 updated by Fabio Jr. Beneditto
15219
15220 2002-08-10 [paul]       0.8.1claws43
15221
15222         * po/POTFILES.in
15223                 add custom toolbar files
15224
15225 2002-08-10 [paul]       0.8.1claws42
15226
15227         * sync with 0.8.1cvs22
15228                 see ChangeLog 2002-08-09
15229
15230 2002-08-09 [paul]       0.8.1claws41
15231
15232         * tools/Makefile.am
15233           tools/README
15234           tools/outlook2sylpheed.pl     ** NEW FILE **
15235                 add script to convert exported Outlook
15236                 contacts list to a Sylpheed addressbook.
15237                 Submitted by Ricardo Mones Lastra.
15238
15239 2002-08-09 [paul]       0.8.1claws40
15240
15241         * AUTHORS
15242           configure.in
15243           po/sr.po      ** NEW FILE **
15244                 add Serbian message catalog. Submitted by
15245                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15246
15247 2002-08-09 [paul]       0.8.1claws39
15248
15249         * sync with 0.8.1cvs21
15250                 see ChangeLog 2002-08-08
15251
15252 2002-08-08 [oliver]     0.8.1claws38
15253
15254         * src/mainwindow.c
15255                 move Custom Toolbar to Configuration menu
15256
15257 2002-08-08 [oliver]     0.8.1claws37
15258
15259         * src/prefs_toolbar.c
15260                 fix substitute pixmap bug
15261
15262 2002-08-08 [paul]       0.8.1claws36
15263
15264         * sync with 0.8.1cvs19
15265                 see ChangeLog 2002-08-08
15266
15267 2002-08-07 [christoph]  0.8.1claws35
15268
15269         * src/utils.c
15270                 fixed a memory leak in new canonicalize_file_replace
15271
15272 2002-08-07 [christoph]  0.8.1claws34
15273
15274         * src/utils.[ch]
15275                 o canonicalize_file_replace should create the temporary
15276                   file in the same directory as the original file.
15277                 o added get_tmpfile_in_dir that creates a temorary file
15278                   in a specified directory.
15279
15280 2002-08-07 [melvin]     0.8.1claws33
15281
15282         * src/toolbar.c
15283                 fixed bug where 'Article' button acted as 'Email' button.
15284
15285 2002-08-07 [paul]       0.8.1claws32
15286
15287         * sync with 0.8.1.cvs17
15288                 see ChangeLog 2002-08-07
15289
15290 2002-08-07 [colin]      0.8.1claws31
15291         
15292         * src/news.c
15293                 fix mass-cancel problem
15294
15295 2002-08-07 [thorsten]   0.8.1claws30
15296
15297         * src/prefs_toolbar.c
15298                 fix: crash on replace or add new button
15299         * src/toolbar.c
15300                 fix: close xmlfile after reading
15301         * src/utils.c
15302                 fix: unlink() file before rename()
15303
15304 2002-08-06 [paul]       0.8.1claws29
15305
15306         * sync with 0.8.cvs15
15307                 see ChangeLog 2002-08-06
15308
15309 2002-08-06 [oliver]     0.8.1claws28
15310
15311         * src/toolbar.c
15312         * src/prefs_toolbar.c
15313                 fixed empty toolbar issue
15314
15315 2002-08-06 [oliver]     0.8.1claws27
15316
15317         * Custom Toolbar Final 
15318         * src/folderview.c
15319         * src/inc.c
15320         * src/summaryview.c
15321                 o toolbar stuff now lives in src/toolbar.[ch]
15322                 o main_window_toolbar_* functions are renamed to
15323                   toolbar_* reflecting their new source file
15324         * src/mainwindow.[ch]
15325                 o remove toolbar stuff  
15326
15327 2002-08-06 [oliver]     0.8.1claws26
15328         
15329         * src/Makefile.am
15330         * src/prefs_toolbar.[ch]        **New File**
15331         * src/toolbar.[ch]              **New File**
15332                 o prefs_toolbar.[ch] custom toolbar frontend
15333                 o toolbar.[ch]       backend 
15334
15335 2002-08-06 [oliver]     0.8.1claws25
15336
15337         * src/prefs_actions.[ch]
15338                 o new exported function actions_execute
15339
15340 2002-08-06 [paul]       0.8.1claws24
15341
15342         * sync with 0.8.1cvs4
15343                 see ChangeLog 2002-08-06
15344
15345 2002-08-06 [paul]       0.8.1claws23
15346
15347         * sync with 0.8.1cvs13
15348                 see ChangeLog 2002-08-06
15349
15350 2002-08-06 [paul]       0.8.1claws22
15351
15352         * sync with 0.8.1cvs12
15353                 see ChangeLog 2002-08-05 and 2002-08-06
15354
15355 2002-08-06 [match]      0.8.1claws21
15356
15357         * src/addrclip.c
15358                 improvements to cut/copy/paste address
15359
15360 2002-08-05 [match]      0.8.1claws20
15361
15362         * src/addritem.[ch]
15363         * src/addrcache.c
15364         * src/addrbook.c
15365         * src/editaddress.c
15366         * src/addressbook.c
15367                 fixes to improve cut/copy/paste
15368
15369 2002-08-06 [melvin]     0.8.1claws19
15370
15371         * src/account.[ch]
15372                 account_find_all_from_address(): new function that returns the
15373                 list of all accounts that are matched in an address.
15374         * src/alertpanel.[ch]
15375                 alertpanel() now accepts a custom widget
15376                 alertpanel_with_widget(): new function that pops up a panel with
15377                 a custom widget in it 
15378         * src/gtkutils.[ch]
15379                 gtkut_account_menu_new(): new function that allows the selection
15380                 of an account from a list of accounts.
15381         * src/messageview.c
15382                 Extended Return Receipt notification to select the correct 
15383                 account and to make a security test on the Delivery-Notification
15384                 address which should be the same as the Return-Path.
15385
15386 2002-08-06 [thorsten]   0.8.1claws18
15387
15388         * src/mimeview.c
15389                 attach_all: save unnamed as "noname.%d",
15390                 dont free static dirname
15391
15392 2002-08-05 [alfons]     0.8.1claws17
15393
15394         * configure.in
15395                 detect XIM by trying to link rather than compile a XIM program
15396
15397 2002-08-05 [oliver]     0.8.1claws16
15398                 
15399         * src/stock_pixmap.[ch]
15400                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15401                 o new func to retrieve pixmaps
15402
15403 2002-08-05 [paul]       0.8.1claws15
15404
15405         * sync with 0.8.1cvs10
15406                 see ChangeLog 2002-08-05
15407
15408 2002-08-04 [alfons]     0.8.1claws14
15409
15410         * src/textview.c
15411                 see if this plugs memleak
15412
15413 2002-08-04 [melvin]     0.8.1claws13
15414
15415         * src/gtkspell.c
15416                 fixed bug that could crash Sylpheed when highlighting
15417                 all misspelled words.
15418
15419 2002-08-03 [melvin]     0.8.1claws12
15420
15421         * src/prefs_actions.c
15422                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15423         * src/messageview.c
15424                 fixed bug where the Return Receipt was sent to
15425                 Delivery-Notification-To address even if it was not present
15426
15427 2002-08-02 [alfons]     0.8.1claws11
15428
15429         * src/prefs_actions.c
15430                 o more check for NULLs
15431                 o put create_io_dialog() in right conditional block
15432
15433 2002-08-02 [paul]       0.8.1claws10
15434
15435         * po/es.po
15436                 updated by Ricardo Mones Lastra
15437
15438 2002-08-01 [christoph]  0.8.1claws9
15439
15440         * src/folder.c
15441                 don't free the cache of the opened
15442                 folder in the summaryview
15443         * src/summaryview.c
15444                 don't unset flags, if it is not required
15445
15446 2002-08-01 [paul]       0.8.1claws8
15447
15448         * sync with 0.8.1cvs8
15449                 see ChangeLog entry 2002-08-01
15450
15451 2002-08-01 [paul]       0.8.1claws7
15452
15453         * sync with 0.8.1cvs7
15454                 see ChangeLog 2002-07-31 and 2002-08-01
15455
15456 2002-07-31 [christoph]  0.8.1claws6
15457
15458         * src/mainwindow.c
15459                 forgot to update menu sensitivity
15460                 function for new menu entry
15461
15462 2002-07-31 [alfons]     0.8.1claws5
15463
15464         * src/main.c
15465                 check folder item and its path for NULL on
15466                 initial processing
15467
15468 2002-07-31 [christoph]  0.8.1claws4
15469
15470         * src/folder.c
15471                 check if folder_item_get_msginfo in
15472                 folder_item_remove_msg returned NULL
15473         * src/imap.c
15474                 better clear the uid cache in the
15475                 uid validity check function and delete
15476                 cached messages
15477
15478 2002-07-31 [paul]       0.8.1claws3
15479
15480         * man/sylpheed.1
15481                 add the '--attach' option and a few other
15482                 minor changes
15483
15484 2002-07-31 [paul]       0.8.1claws2
15485
15486         * sync with 0.8.1cvs5
15487                 see ChangeLog 2002-07-31
15488
15489 2002-07-31 [christoph]  0.8.1claws1
15490
15491         * src/folderview.[ch]
15492         * src/mainwindow.c
15493                 replace "Rescan all folders..." with
15494                 "Check all folders for new messages..."
15495
15496 2002-07-30 [paul]       0.8.1claws
15497
15498         * version 0.8.1claws released
15499
15500 2002-07-30 [paul]       0.8.0claws29
15501
15502         * tools/OOo2sylpheed.pl ** NEW FILE **
15503           tools/README
15504                 add script to enable sending documents as
15505                 attachments from OpenOffice.org
15506
15507 2002-07-30 [melvin]     0.8.0claws28
15508
15509         * src/prefs_actions.c
15510                 Made the actions' input/output dialog display
15511                 without delay.
15512
15513 2002-07-30 [christoph]  0.8.0claws27
15514
15515         * src/procmsg.c
15516                 check if folder_item_get_msginfo in
15517                 procmsg_save_to_outbox returned NULL
15518
15519 2002-07-30 [paul]       0.8.0claws26
15520
15521         * sync with 0.8.1cvs4
15522                 see ChangeLog 2002-07-29
15523
15524 2002-07-29 [thorsten]   0.8.0claws25
15525
15526         * README.claws
15527                 added selective download, delete on server
15528
15529 2002-07-29 [paul]       0.8.0claws24
15530
15531         * sync with 0.8.1cvs3
15532                 see ChangeLog 2002-07-29
15533
15534 2002-07-27 [christoph]  0.8.0claws23
15535
15536         * src/folder.c
15537                 add extra check if fetching the msginfo
15538                 returned NULL
15539
15540 2002-07-27 [paul]       0.8.0claws22
15541
15542         * sync with 0.8.1cvs2
15543                 see ChangeLog 2002-07-26
15544
15545 2002-07-27 [christoph]  0.8.0claws21
15546
15547         * src/imap.c
15548                 add another check if a valid msginfo
15549                 was returned
15550
15551 2002-07-26 [hoa]        0.8.0claws20
15552
15553         * src/folder.c
15554                 Fixed a condition in folder_item_destroy()
15555
15556         * src/imap.c
15557                 Fixed an error in IMAP protocol
15558
15559 2002-07-26 [alfons]     0.8.0claws19
15560
15561         * src/folder.c
15562                 ofcourse compare with identifier, not the path
15563
15564 2002-07-26 [alfons]     0.8.0claws18
15565
15566         * src/folder.c
15567                 use folder item identifier for saving / restoring
15568                 preferences because folder->path might not be unique
15569
15570 2002-07-26 [melvin]     0.8.0claws17
15571
15572         * src/logwindow.c
15573                 Fixed a crash introduced in 0.8.0claws5 when log is 
15574                 cut under 80 characters.
15575
15576 2002-07-26 [paul]       0.8.0claws16
15577
15578         * sync with 0.8.1cvs1
15579                 see ChangeLog 2002-07-26
15580
15581 2002-07-26 [christoph]  0.8.0claws15
15582
15583         * src/imap.[ch]
15584                 imap folder now remembers the last selected
15585                 folder and imap_fetch_msginfo skips selecting
15586                 the folder if it is already selected
15587
15588 2002-07-26 [christoph]  0.8.0claws14
15589
15590         * src/folder.c
15591         * src/folderview.c
15592         * src/imap.c
15593                 fix imap folder rescanning
15594
15595 2002-07-25 [christoph]  0.8.0claws13
15596
15597         * src/filter.c
15598         * src/folder.[ch]
15599         * src/folderview.c
15600         * src/imap.[ch]
15601         * src/mainwindow.c
15602         * src/mbox_folder.c
15603         * src/mh.c
15604         * src/news.c
15605                 implement imap uid cache and uid validity check
15606
15607 2002-07-25 [alfons]     0.8.0claws12
15608
15609         * src/summaryview.c
15610                 fix a brown paper bag bug, and also add some more
15611                 checks
15612
15613 2002-07-25 [christoph]  0.8.0claws11
15614
15615         * src/folder.c
15616                 don't mix copy, fetch_msginfo and remove
15617                 operations in folder item copy and move
15618                 operations
15619
15620 2002-07-25 [christoph]  0.8.0claws10
15621
15622         * src/folderview.c
15623         * src/mainwindow.c
15624         * src/prefs_folder_item.c
15625         * src/summaryview.[ch]
15626                 remove no longer required parameter update_cache from
15627                 summary_show
15628
15629 2002-07-25 [paul]       0.8.0claws9
15630
15631         * sync with 0.8.1
15632         
15633         * AUTHORS
15634                 a few corrections
15635
15636 2002-07-24 [alfons]     0.8.0claws8
15637
15638         * src/summaryview.c
15639                 sort correctly when using simplified subject line
15640                 (closes feature request "[ 585141 ] applying regexp to subject 
15641                 before sort" submitted by Alexandra Walford)
15642
15643 2002-07-24 [paul]       0.8.0claws7
15644
15645         * sync with 0.8.0cvs3
15646                 see ChangeLog 2002-07-24
15647
15648 2002-07-23 [christoph]  0.8.0claws6
15649
15650         * src/folder.c
15651         * src/folder.h
15652         * src/summaryview.c
15653         * src/summaryview.h
15654         * src/main.c
15655                 o separate processing and summaryview
15656                 o removed summary_write_cache from summaryview
15657                 o removed summaryview->killed_messages, because we don't have
15658                   to keep a list of killed messages anymore. New cache will
15659                   keep the hidden messages in cache anyway
15660         * src/folderview.c
15661         * src/inc.c
15662         * src/selective_download.c
15663                 o removed unnecessary summary_write_cache calls
15664         * src/procmsg.c
15665                 o don't set ignore thread flag in procmsg_get_thread_tree
15666                   if it is already set
15667         * src/mainwindow.c
15668         * src/statusbar.h
15669                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15670                   they are used in different files
15671
15672 2002-07-23 [melvin]     0.8.0claws5
15673
15674         * src/addressbook.c
15675         * src/addrgather.c
15676         * src/editaddress.c
15677         * src/editgroup.c
15678         * src/editldap_basedn.c
15679         * src/importldif.c
15680         * src/prefs_common.c
15681                 Fixed few memory leak (gtk_editable_get_chars returns
15682                 an allocated string)
15683         * src/logwindow.c
15684                 Fixed few memory leak (gtk_editable_get_chars returns
15685                 an allocated string) and modified a little the log cutting
15686                 loop.
15687         * src/compose.c
15688                 Replaced a call to an obsolete function gtk_entry_get_text()
15689                 by gtk_editable_get_chars()
15690         * src/send.c
15691                 Removed a debug printf
15692
15693 2002-07-23 [christoph]  0.8.0claws4
15694
15695         * src/filesel.c
15696                 fix another g_dirname memory leak
15697
15698 2002-07-23 [christoph]  0.8.0claws3
15699
15700         * src/mh.c
15701                 fixed a memory leak in mh_fetch_msginfo
15702                 fixed crash when message header could not be
15703                 parsed
15704
15705 2002-07-23 [paul]       0.8.0claws2
15706
15707         * sync with 0.8.0cvs2
15708                 see ChangeLog 2002-07-23
15709
15710 2002-07-23 [paul]       0.8.0claws1
15711
15712         * sync with 0.8.0cvs1
15713                 see ChangeLog 2002-07-23
15714
15715 2002-07-23 [paul]       0.8.0claws
15716
15717         * release of 0.8.0claws