2005-01-27 [colin] 1.0.0cvs19
[claws.git] / ChangeLog.claws
1 2005-01-27 [colin]      1.0.0cvs19
2
3         * src/procmime.c
4                 Forgot to commit this file with cvs18.
5
6 2005-01-27 [colin]      1.0.0cvs18
7
8         * src/compose.c
9                 Uhm, better not touch the original msginfo_list.
10
11 2005-01-27 [colin]      1.0.0cvs17
12
13         * src/procmsg.c
14         * src/procmsg.h
15                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
16         * src/compose.c
17                 ... And use it to be able to reply to the currently 
18                 selected MimeInfo.
19
20 2005-01-27 [colin]      1.0.0cvs16
21
22         * src/messageview.c
23         * src/summaryview.c
24         * src/compose.c
25         * src/compose.h
26         * src/toolbar.c
27         * src/mainwindow.c
28                 Factorize this reply mess
29
30 2005-01-26 [paul]       1.0.0cvs15
31
32         * ChangeLog
33         * ChangeLog.jp
34         * src/common/template.c
35                 sync with main, (fix memory leak), see ChangeLog
36                 2005-01-25
37
38 2005-01-25 [paul]       1.0.0cvs14
39
40         * src/compose.c
41                 compose_redirect(): fix sensitivity of attachment 
42                 "Properties..." button
43
44 2005-01-24 [colin]      1.0.0cvs13
45
46         * src/summaryview.c
47                 Freeze clist during operations involving message
48                 lists.
49
50 2005-01-24 [paul]       1.0.0cvs12
51
52         * ChangeLog
53         * ChangeLog.jp
54         * src/messageview.c
55         * src/mh.c
56         * src/common/utils.c
57                 sync with main, see ChangeLog 2005-01-19
58
59 2005-01-24 [colin]      1.0.0cvs11
60
61         * src/procheader.c
62                 Fix build with MIPSpro compiler.
63                 Patch by Ivan Rayner <ivanr@sgi.com>
64
65 2005-01-24 [colin]      1.0.0cvs10
66
67         * src/folderview.c
68                 Use (+) in collapsed folders with quicksearch-
69                 matching subfolders
70
71 2005-01-23 [holger]     1.0.0cvs9
72
73         * src/crash.c
74                 Include missing header file
75
76 2005-01-22 [colin]      1.0.0cvs8
77
78         * src/summaryview.c
79         * src/gtk/quicksearch.c
80                 Make recursive quicksearch work in
81                 root folders (and code fixes)
82
83 2005-01-21 [colin]      1.0.0cvs7
84
85         * src/summaryview.c
86                 Set cursor to wait while looking in subfolders
87
88 2005-01-21 [colin]      1.0.0cvs6
89
90         * src/summaryview.c
91                 Don't clear quicksearch if recursion is on,
92                 even if !sticky
93
94 2005-01-21 [colin]      1.0.0cvs5
95
96         * src/gtk/quicksearch.c
97         * src/prefs_common.c
98         * src/prefs_common.h
99                 Add option to recurse or not
100
101 2005-01-21 [colin]      1.0.0cvs4
102
103         * src/folder.h
104         * src/folderview.c
105         * src/folderview.h
106         * src/summaryview.c
107         * src/gtk/quicksearch.c
108         * src/gtk/quicksearch.h
109                 Make quicksearch recursive - results materialized
110                 by search icons in the folderview.
111
112 2005-01-20 [holger]     1.0.0cvs3
113
114         * src/addrindex.c
115         * src/addrindex.h
116                 Add addrindex_load_person_attribute() (for plugins)
117
118 2005-01-19 [colin]      1.0.0cvs2
119
120         * src/mbox.c
121         * src/mbox.h
122         * src/mainwindow.c
123         * src/summaryview.c
124         * src/summaryview.h
125                 Add an easy way to export specific messages
126                 to an mbox file.
127
128 2005-01-19 [paul]       1.0.0cvs1
129
130         * po/ja.po
131         * po/ko.po
132                 updated by  Rui Hirokawa and
133                 SungHyun Nam
134
135 2005-01-18 [paul]       1.0.0
136
137         * version 1.0.0 released
138
139 2005-01-17 [thorsten]   0.9.13cvs38
140
141         * src/crash.c
142         * src/gtk/pluginwindow.c
143                 return value of filesel should not be free()d
144
145 2005-01-17 [paul]       0.9.13cvs37
146
147         * AUTHORS
148         * po/es.po
149         * po/fr.po
150         * po/hr.po
151         * po/it.po
152         * po/pt_BR.po
153         * po/sk.po
154         * po/sr.po
155                 update translations. submitted by Ricardo Mones
156                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
157                 Frederico Goncalves Guimaraes, Andrej Kacian,
158                 Aleksandar Urosevic
159
160 2005-01-16 [colin]      0.9.13cvs36
161
162         * src/prefs_toolbar.c
163                 Fix two leaks, both found by Alfons.
164
165 2005-01-15 [paul]       0.9.13cvs35
166
167         * src/gtk/pluginwindow.c
168                 fix 2 memleaks, patch by Alfons
169
170 2005-01-15 [paul]       0.9.13cvs34
171
172         * ChangeLog
173         * ChangeLog.jp
174         * src/common/template.c
175                 sync with main, see ChangeLog 2005-01-11
176                 (fix potential memory corruption bug)
177
178 2005-01-14 [colin]      0.9.13cvs33
179
180         * src/html.c
181         * src/msgcache.c
182                 Fix coding style issues from the last patch
183
184 2005-01-14 [colin]      0.9.13cvs32
185
186         * src/msgcache.c
187                 Fix possible double free, avoid putting 8k on the stack
188         * src/html.c
189         * src/html.h
190                 Fix links with tags inside, add some entities
191         * AUTHORS
192                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
193
194 2005-01-09 [thorsten]   0.9.13cvs31
195
196         * tools/calypso_convert.pl
197                 support nested subdirs (possible in recent calypso versions)
198                 fix "change of readonly value" error with perl >= 5.8
199
200 2005-01-08 [colin]      0.9.13cvs30
201
202         * src/prefs_filtering_action.c
203                 Plug leak - patch by Alfons
204
205 2005-01-07 [paul]       0.9.13cvs29
206
207         * ChangeLog
208         * ChangeLog.jp
209         * src/pop.c
210         * src/pop.h
211                 sync with main, see ChangeLog 2005-01-06
212
213 2005-01-06 [colin]      0.9.13cvs28
214
215         * src/prefs_matcher.c
216                 Plug leak. Patch by Alfons
217
218 2005-01-04 [christoph]  0.9.13cvs27
219
220         * src/folderview.c
221         * src/imap_gtk.c
222         * src/news_gtk.c
223                 Create extra popup menu entries for account settings
224
225         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
226
227 2005-01-03 [colin]      0.9.13cvs26
228
229         * src/main.c
230                 Plugins should be loaded before --receive or --receive-all 
231                 is processed. 
232                 Patch by Felix Eckhofer <felix-ml@tribut.de>
233
234 2005-01-03 [colin]      0.9.13cvs25
235
236         * src/pop.c
237         * src/pop.h
238                 Add data_len member, because we can get NULs from network
239                 Patch by Alfons
240
241 2005-01-01 [colin]      0.9.13cvs24
242
243         * src/procmime.c
244                 Fix possible memleak in corner case - found by
245                 Martin Kluge, patch by Alfons
246
247 2004-12-30 [colin]      0.9.13cvs23
248
249         * src/account.c
250                 Fix prototypes - patch by Alfons
251
252 2004-12-30 [paul]       0.9.13cvs22
253
254         * ChangeLog
255         * ChangeLog.jp
256         * NEWS
257         * src/account.c
258                 sync with main 1.0.0.
259                 see ChangeLog 2004-12-22
260
261 2004-12-18 [paul]       0.9.13cvs21
262
263         * AUTHORS
264         * ChangeLog
265         * ChangeLog.jp
266         * src/action.c
267                 sync with main, see ChangeLog 2004-12-17
268
269 2004-12-17 [thorsten]   0.9.13cvs20
270
271         * src/compose.c
272                 protect trailing spaces when signing message
273
274 2004-12-16 [paul]       0.9.13cvs19
275
276         * ChangeLog
277         * ChangeLog.jp
278         * NEWS
279         * src/compose.c
280         * src/syldap.c
281                 sync with main 1.0.0rc
282                 see ChangeLog 2004-12-15
283
284 2004-12-14 [colin]      0.9.13cvs18
285
286         * src/gtk/prefswindow.c
287                 Fix build. Sorry :)
288
289 2004-12-14 [colin]      0.9.13cvs17
290
291         * src/gtk/gtkutils.c
292         * src/gtk/gtkutils.h
293         * src/gtk/prefswindow.c
294                 Catch Enter in prefswindow while in text
295                 widget. Patch by Alfons.
296
297 2004-12-14 [paul]       0.9.13cvs16
298
299         * ChangeLog
300         * ChangeLog.jp
301         * src/action.c
302         * src/compose.c
303         * src/common/utils.c
304                 sync with main, see ChangeLog entries 2004-12-10
305                 and 2004-12-13
306
307         * po/ru.po
308                 updated by Pavlo Bohmat
309
310 2004-12-13 [thorsten]   0.9.13cvs15
311
312         * src/plugins/spamassassin/libspamc.c
313                 fix memleak
314
315 2004-12-13 [colin]      0.9.13cvs14
316
317         * src/gtk/prefswindow.c
318         * src/gtk/pluginwindow.c
319                 Fix key_pressed handlers
320
321 2004-12-11 [colin]      0.9.13cvs13
322
323         * src/quote_fmt_parse.y
324                 Rework quote_fmt_parse to use less local 
325                 arrays in local blocks, so it doesn't 
326                 freak out IBM's stack protector. Patch
327                 by Alfons.
328
329 2004-12-10 [colin]      0.9.13cvs12
330
331         * src/messageview.c
332                 Fix logic error
333         * src/mainwindow.c
334                 Fix corruptions when de-separating messageview
335
336 2004-12-10 [paul]       0.9.13cvs11
337
338         * src/prefs_themes.c
339                 use a different set of icons for the Preview
340
341 2004-12-09 [colin]      0.9.13cvs10
342
343         * src/procmime.c
344                 Fix procmime_encode_content doing horribly wrong
345                 stuff when encoding to B64 from memory
346
347 2004-12-08 [colin]      0.9.13cvs9
348
349         * src/gtk/colorlabel.c
350                 Fix color label off-by-one
351                 Patch by Alfons
352
353 2004-12-08 [hoa]        0.9.13cvs8
354
355         * src/quote_fmt_parse.y
356                 really fix buffer overflow
357
358 2004-12-08 [colin]      0.9.13cvs7
359
360         * src/matcher_parser_parse.y
361         * src/msgcache.c
362         * src/prefs_matcher.c
363         * src/procheader.c
364         * src/matcher.c
365         * src/common/defs.h
366                 Cache total_size and use that to speed up
367                 'partial' match.
368                 Add 'partial' to the list of useable stuff
369                 in filtering
370
371 2004-12-08 [paul]
372
373         * po/sr.po
374                 updated by URKE MMI
375
376 2004-12-08 [colin]      0.9.13cvs6
377
378         * src/textview.c
379                 Fix possible boundary overrun in
380                 get_email_part(). Patch by Alfons
381
382 2004-12-08 [hoa]        0.9.13cvs5
383
384         * src/quote_fmt_parse.y
385                 fix buffer overflow
386                 http://bugs.gentoo.org/show_bug.cgi?id=67253
387
388 2004-12-07 [thorsten]   0.9.13cvs4
389
390         * src/procmime.c
391                 fix leak introduced with 0.9.13cvs1
392
393 2004-12-07 [keith]      0.9.13cvs3
394
395         * src/procmime.c
396                 Fix typo
397
398 2004-12-07 [colin]      0.9.13cvs2
399
400         * AUTHORS
401         * src/prefs_account.c
402         * src/common/smtp.c
403         * src/common/smtp.h
404                 Add SMTP PLAIN authentication. Patch by 
405                 George Michaelson <ggm@apnic.net>
406
407 2004-12-07 [thorsten]   0.9.13cvs1
408
409         * src/procmime.c
410                 [Bug 650] reply button causes crash
411                 Patch partly by David Relson
412
413 2004-12-06 [paul]       0.9.13
414
415         0.9.13 released
416
417 2004-12-06 [paul]
418
419         * po/sk.po
420                 updated by Andrej Kacian
421         * INSTALL
422         * README.claws
423                 updated
424         
425 2004-12-06 [christoph]
426
427         * configure.ac
428                 move GPGME check to PGP/MIME plugin checks
429
430 2004-12-06 [colin]      0.9.12cvs187
431
432         * src/compose.c
433                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
434
435 2004-12-06 [paul]       0.9.12cvs186
436
437         * INSTALL
438         * README.claws
439                 updated
440         * po/es.po
441         * po/fr.po
442         * po/it.po
443         * po/ja.po
444         * po/pt_BR.po
445         * po/zh_CN.po
446                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
447                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
448                 and Yang Guilong
449
450 2004-12-05 [paul]       0.9.12cvs185
451
452         * INSTALL
453         * Makefile.am
454         * README.claws
455                 update
456         * TODO.claws    **REMOVED**
457                 removed, use the wiki instead
458         * tools/Makefile.am
459         * tools/README
460                 remove newscache_conv.pl from the release package
461                 and notes as it is broken and not currently maintained
462         * tools/filter_conv.pl
463                 use --config-dir to find claws' config dir
464         * tools/kdeservicemenu/README
465         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
466         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
467                 make a top-level menu entry
468
469 2004-12-04 [paul]       0.9.12cvs184
470
471         * src/addrharvest.c
472                 conv_unmime_header_overwrite(name)
473
474 2004-12-04 [colin]      0.9.12cvs183
475
476         * src/compose.c
477                 Fix saving of compose window position
478                 when sending mail. Patch by Alfons.
479
480 2004-12-04 [paul]       0.9.12cvs182
481
482         * ChangeLog
483         * ChangeLog.jp
484         * INSTALL
485         * NEWS
486         * README
487         * README.jp
488         * doc/manual/ja/Makefile.am
489         * doc/manual/ja/sylpheed-1.html
490         * doc/manual/ja/sylpheed-10.html
491         * doc/manual/ja/sylpheed-11.html
492         * doc/manual/ja/sylpheed-12.html
493         * doc/manual/ja/sylpheed-13.html
494         * doc/manual/ja/sylpheed-14.html
495         * doc/manual/ja/sylpheed-15.html
496         * doc/manual/ja/sylpheed-16.html
497         * doc/manual/ja/sylpheed-17.html
498         * doc/manual/ja/sylpheed-18.html
499         * doc/manual/ja/sylpheed-19.html
500         * doc/manual/ja/sylpheed-2.html
501         * doc/manual/ja/sylpheed-20.html
502         * doc/manual/ja/sylpheed-3.html
503         * doc/manual/ja/sylpheed-4.html
504         * doc/manual/ja/sylpheed-5.html
505         * doc/manual/ja/sylpheed-6.html
506         * doc/manual/ja/sylpheed-7.html
507         * doc/manual/ja/sylpheed-8.html
508         * doc/manual/ja/sylpheed-9.html
509         * doc/manual/ja/sylpheed.html
510         * doc/manual/ja/sylpheed.sgml
511         * src/Makefile.am
512         * src/procmime.c
513         * src/pixmaps/regular.xpm **REMOVED**
514                 sync with main 1.0.0beta4, including: "canonicalize text files
515                 before encoding to BASE64, and uncanonicalize after decoding
516                 to conform with RFC 2045" 
517
518 2004-12-03 [christoph]  0.9.12cvs181
519
520         * src/compose.c
521                 build the Privacy System menu without GtkItemFactory to
522                 allow '/' in Privacy System names
523
524         * src/plugins/pgpmime/pgpmime.c
525         * src/plugins/pgpmime/plugin.c
526                 Update description and change Privacy System name
527
528 2004-12-03 [paul]
529
530         * src/pixmaps/dir_close.xpm
531         * src/pixmaps/dir_open.xpm
532         * src/pixmaps/drafts_close.xpm
533         * src/pixmaps/drafts_open.xpm
534         * src/pixmaps/group.xpm
535         * src/pixmaps/unread.xpm
536                 update icons (sync with main (adjust hue))      
537
538 2004-12-02 [paul]       0.9.12cvs180
539
540         * ChangeLog
541         * ChangeLog.jp
542         * src/Makefile.am
543         * src/pop.c
544         * src/common/utils.c
545         * src/common/utils.h
546         * src/pixmaps/folder.xpm **REMOVED**
547                 sync with main
548                 fixes bug 644 'extra CRs in subject line break filtering' 
549
550 2004-12-02 [colin]      0.9.12cvs179
551
552         * src/compose.c
553                 Prevent duplicate edition of queued
554                 and drafted mails
555
556 2004-12-02 [colin]      0.9.12cvs178
557
558         * src/compose.c
559                 Fix quote linewrapping ignoring pref
560                 Patch by Alfons
561
562 2004-11-30 [colin]      0.9.12cvs177
563
564         * src/gtk/prefswindow.c
565         * src/gtk/pluginwindow.c
566                 Add shortcut keys to prefs window
567                 and plugin window. Patch by Fabien Vantard.
568
569 2004-11-29 [colin]      0.9.12cvs176
570
571         * src/folderview.c
572                 Fix disappearing separators in folderview's popup
573
574 2004-11-29 [colin]      0.9.12cvs175
575
576         * src/procmime.c
577                 Another format bug
578
579 2004-11-29 [colin]      0.9.12cvs174
580
581         * src/pop.c
582                 Fix format string
583
584 2004-11-26 [colin]      0.9.12cvs173
585
586         * src/common/smtp.c
587         * src/common/smtp.h
588                 Use ESMTP for all servers advertising it
589                 Add SIZE= parameter to MAIL command for 
590                 ESMTP servers
591
592 2004-11-24 [colin]      0.9.12cvs172
593
594         * src/plugins/pgpmime/pgpmime.c
595                 Forgot one :(
596
597 2004-11-24 [colin]      0.9.12cvs171
598
599         * src/plugins/pgpmime/pgpmime.c
600                 Fix numerous GpgmeGtk leaks
601
602 2004-11-24 [colin]      0.9.12cvs170
603
604         * src/plugins/pgpmime/pgpmime.c
605                 Fix numerous GpgmeCtx leaks
606
607 2004-11-24 [colin]      0.9.12cvs169
608
609         * src/plugins/pgpmime/plugin.c
610                 Update requirements
611         * src/plugins/trayicon/Makefile.am
612         * src/plugins/trayicon/newmarkedmail.xpm
613         * src/plugins/trayicon/trayicon.c
614         * src/plugins/trayicon/unreadmarkedmail.xpm
615                 Add new icons when there are unread marked mails
616                 answers
617
618 2004-11-23 [thorsten]   0.9.12cvs168
619
620         * src/plugins/pgpmime/plugin.c
621                 typo: plugin_init instead of plugin_done
622
623 2004-11-23 [thorsten]   0.9.12cvs167
624
625         * commitHelper
626                 o add me
627         * src/partial_download.c
628         * src/partial_download.h
629                 o fix path for includes
630
631 2004-11-23 [colin]      0.9.12cvs166
632
633         * src/procmime.c
634                 Uh, changed API.
635
636 2004-11-23 [colin]      0.9.12cvs165
637
638         * src/procmime.c
639                 Fix mime headers wrapping
640
641 2004-11-23 [christoph]  0.9.12cvs164
642
643         * src/common/Makefile.am
644         * src/common/partial_download.[ch]
645         * src/Makefile.am
646         * src/partial_download.[ch]
647         * src/folderview.c
648                 move to src because it depends on src stuff
649
650         * src/codeconv.c
651         * src/common/base64.h
652                 move B64LEN macro to base64.h
653
654         * src/compose.c
655         * src/privacy.[ch]
656                 add PrefsAccount to sign-function parameters
657
658         * src/main.c
659         * src/prefs_account.[ch]
660         * src/gtk/prefswindow.[ch]
661                 o use new prefswindow for account prefs
662                 o add possibility to add new pages to account prefs
663
664         * src/plugins/pgpmime/prefs_gpg.[ch]
665         * src/plugins/pgpmime/prefs_gpg.glade
666                 add account prefs for GPG
667
668         * src/plugins/pgpmime/pgpmime.c
669         * src/plugins/pgpmime/sgpgme.[ch]
670                 create signers list based on the GPG account prefs
671
672 2004-11-23 [colin]      0.9.12cvs163
673
674         * src/main.c
675                 Fix cursor going from normal to wait
676                 as many times as there are folders
677                 (very noticeable on exported displays)
678
679 2004-11-23 [colin]      0.9.12cvs162
680
681         * src/msgcache.c
682                 HEAD needs this leak fix too
683
684 2004-11-22 [luke]       0.9.12cvs161
685
686         * src/gtk/gtkstext.c
687                 'Up' key moves one line (not one paragraph) like 'Down'
688
689 2004-11-22 [paul]       0.9.12cvs160
690
691         * src/prefs_themes.c
692                 fix oversized GtkFrames
693
694 2004-11-19 [paul]       0.9.12cvs159
695
696         * src/prefs_common.c
697                 update prefs_keybind_apply_clicked()
698
699 2004-11-18 [paul]       0.9.12cvs158
700
701         * src/compose.c
702         * src/messageview.c
703         * src/common/utils.c
704         * src/common/utils.h
705                 use Message-ID format like that previously
706                 used in compose_generate_msgid()
707
708 2004-11-17 [christoph]  0.9.12cvs157
709
710         * src/mainwindow.c
711         * src/prefs_common.c
712                 integrate "Common preferences" into new preferences dialog
713
714 2004-11-17 [colin]      0.9.12cvs156
715
716         * src/prefs_account.c
717         * src/prefs_account.h
718         * src/procmsg.c
719                 Add an option to let the user choose to store encrypted
720                 mail as clear text or encrypted.
721
722 2004-11-17 [colin]      0.9.12cvs155
723
724         * src/compose.c
725         * src/toolbar.c
726                 Be verbose when sending fails
727         * src/procmsg.c
728                 Fix procmsg_send_queue returning 0 when there's an error
729                 Don't send messages to be encrypted to nobody 
730
731
732 2004-11-17 [colin]      0.9.12cvs154
733
734         * src/privacy.c
735                 Fix more pointer confusion
736
737 2004-11-17 [paul]       0.9.12cvs153
738
739         * src/procmime.h
740                 forgotten in sync with main 1.0.0beta3
741
742
743 2004-11-17 [paul]       0.9.12cvs152
744
745         * ChangeLog
746         * ChangeLog.jp
747         * NEWS
748         * src/compose.c
749         * src/jpilot.c
750         * src/procmime.c
751                 sync with main 1.0.0beta3
752                 see ChangeLog 2004-11-15 and 2004-11-16
753
754 2004-11-17 [colin]      0.9.12cvs151
755
756         * src/plugins/pgpmime/pgpmime.c
757                 Remove debug printf
758
759 2004-11-17 [colin]      0.9.12cvs150
760
761         * src/plugins/pgpmime/pgpmime.c
762                 Fix off-by-one causing segs
763
764 2004-11-17 [colin]      0.9.12cvs149
765
766         * src/procmsg.c
767                 < Reboot_> don't compare pointers to NULL with !
768                 So, use the other form to bring consistency.
769                 Also fix coding style.
770
771 2004-11-16 [colin]      0.9.12cvs148
772
773         * src/procmsg.c
774                 Fix the fix :)
775
776 2004-11-16 [colin]      0.9.12cvs147
777
778         * src/procmsg.c
779                 Fix leaks in procmsg_send_message_queue
780
781 2004-11-12 [paul]       0.9.12cvs146
782
783         * src/prefs_account.c
784         * src/procmime.c
785         * src/procmime.h
786                 fix sync breakage 
787
788 2004-11-12 [paul]
789
790         * src/pixmaps/complete.xpm
791         * src/pixmaps/continue.xpm
792                 small sync with main, see ChangeLog 2004-11-11
793
794 2004-11-11 [paul]       0.9.12cvs145
795
796         * ChangeLog
797         * ChangeLog.jp
798         * src/account.c
799         * src/folderview.c
800         * src/folderview.h
801         * src/imap.c
802         * src/imap_gtk.c
803         * src/inc.c
804         * src/mainwindow.c
805         * src/mh_gtk.c
806         * src/news_gtk.c
807         * src/pop.c
808         * src/prefs_account.c
809         * src/prefs_account.h
810         * src/prefs_ext_prog.c
811         * src/procmsg.c
812         * src/procmsg.h
813         * src/summary_search.c
814         * src/summaryview.c
815         * src/textview.c
816         * src/common/defs.h
817         * src/common/utils.c
818         * src/common/utils.h
819         * src/gtk/menu.c
820         * src/gtk/menu.h
821                 sync with main 1.0.0beta2 (plus 4)
822
823 2004-11-09 [christoph]  0.9.12cvs144
824
825         * src/compose.c
826         * src/prefs_account.[ch]
827                 add option menu to select default privacy system
828
829         * src/plugins/pgpmime/pgpmime.c
830                 better memory allocation
831
832         * src/folder.c
833                 syncronize flags when scanning a folder
834
835 2004-11-08 [colin]      0.9.12cvs143
836
837         * src/summaryview.c
838                 Prevent useless folder count updates while 
839                 quicksearch is running. It is really annoying 
840                 while quicksearch is running a full-mail
841                 scan, like 'b foo', in a big folder.
842
843 2004-11-08 [colin]      0.9.12cvs142
844
845         * src/textview.c
846                 Really fix these mail URIs
847
848 2004-11-08 [colin]      0.9.12cvs141
849
850         * src/textview.c
851                 fix "colin@colino.net" <colin@colino.net> 
852                 types of URIs
853
854 2004-11-06 [colin]      0.9.12cvs140
855
856         * src/compose.c
857                 Don't ask for passphrase if not sending
858
859 2004-11-05 [christoph]  0.9.12cvs139
860
861         * src/compose.c
862                 o encode text content of composed mails
863         * src/procmime.c
864                 o allow encoding of MimeInfos that are stored in memory buffers
865                 
866
867 2004-11-03 [paul]       0.9.12cvs138
868
869         * po/POTFILES.in
870                 add 'src/plugins/pgpmime/prefs_gpg.c'.
871                 Patch submitted by Fabien Vantard
872
873         * src/prefs_ext_prog.c
874                 fix typos. Patch submitted by Fabien Vantard
875
876         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
877         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
878                 add German, Spanish, Italian, Brazilian Portuguese,
879                 and Slovak translations. Submitted by Thomas Gilgin,
880                 J. José del Río 'partymola', Andrea Spadaccini,
881                 Frederico Goncalves Guimaraes, and Andrej Kacian
882
883 2004-11-01 [christoph]  0.9.12cvs137
884
885         * src/procmime.c
886                 implement RFC2231's parameter encoding
887
888 2004-10-29 [colin]      0.9.12cvs136
889
890         * src/common/utils.c
891                 Fix boundary delimiter (a Pine user gets this:
892                 > Malformed message: Unexpected characters at end of parameters:
893                 > =_Thu__28_Oct_2)
894
895 2004-10-29 [paul]
896
897         * tools/textviewer.sh
898                 fix typo. patch submitted by Johann Koenig 
899                 <explosive@hvc.rr.com>
900
901 2004-10-29 [paul]
902
903         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
904         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
905                 add French translations, submitted by Fabien Vantard
906
907 2004-10-28 [christoph]  0.9.12cvs135
908
909         * doc/src/rfc2231.txt                           ** NEW **
910         * src/procmime.c
911         * src/common/quoted-printable.c
912         * src/common/utils.[ch]
913                 implement RFC2231's parameter decoding
914
915 2004-10-27 [paul]
916
917         * tools/kdeservicemenu/README
918         * tools/kdeservicemenu/install.sh
919         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
920         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
921         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
922                 output files to /tmp instead of littering the
923                 current dir
924                 add uninstall function
925                 refactor
926
927 2004-10-26 [christoph]  0.9.12cvs134
928
929         * src/procmime.c
930                 better check if parameters have to be in quoted string
931
932 2004-10-25 [paul]
933
934         * tools/kdeservicemenu/README
935         * tools/kdeservicemenu/install.sh
936         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
937         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
938         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
939                 add files for Sylpheed Service Menu in Konqueror
940
941 2004-10-22 [paul]       0.9.12cvs133
942
943         * src/compose.c
944         * src/prefs_common.c
945         * src/prefs_common.h
946         * src/prefs_wrapping.c
947                 remove 'smart wrapping'
948
949 2004-10-21 [colin]      0.9.12cvs132
950
951         * src/compose.c
952                 Remove extraneous separator in Options
953
954 2004-10-21 [colin]      0.9.12cvs131
955
956         * src/compose.c
957                 Replace "unknown" attachments by "application/octet-stream"
958                 Be a bit more defensive when using strchr
959
960 2004-10-20 [paul]
961
962         * po/ru.po
963                 updated by Pavlo Bohmat
964
965 2004-10-19 [christoph]  0.9.12cvs130
966
967         * src/compose.c
968                 fix wrong menu entry path
969
970         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
971
972         * src/gtk/menu.c
973                 add extra check for missing menu entries
974
975 2004-10-19 [christoph]  0.9.12cvs129
976
977         * src/compose.c
978         * src/common/utils.c
979                 use utils' generate_msgid() in compose.c
980
981 2004-10-18 [christoph]  0.9.12cvs128
982
983         * src/plugins/pgpmime/passphrase.c
984         * src/plugins/pgpmime/pgpmime.c
985         * src/plugins/pgpmime/prefs_gpg.[ch]
986         * src/plugins/pgpmime/prefs_gpg.glade
987         * src/plugins/pgpmime/sgpgme.c
988                 add GPG prefs
989
990 2004-10-18 [christoph]  0.9.12cvs127
991
992         * src/addrbook.c
993         * src/addrcache.c
994         * src/addressbook.c
995         * src/codeconv.c
996         * src/compose.c
997         * src/customheader.c
998         * src/editaddress.c
999         * src/editgroup.c
1000         * src/exporthtml.c
1001         * src/folder.c
1002         * src/folderview.c
1003         * src/imap.c
1004         * src/jpilot.c
1005         * src/main.c
1006         * src/matcher_parser_parse.y
1007         * src/mbox.c
1008         * src/pop.c
1009         * src/prefs_account.c
1010         * src/prefs_gtk.c
1011         * src/prefs_msg_colors.c
1012         * src/procheader.c
1013         * src/procmime.[ch]
1014         * src/procmsg.c
1015         * src/summaryview.c
1016         * src/textview.c
1017         * src/common/base64.c
1018         * src/common/partial_download.c
1019         * src/common/socket.c
1020         * src/common/sylpheed.c
1021         * src/common/utils.[ch]
1022         * src/gtk/filesel.c
1023         * src/gtk/pluginwindow.c
1024         * src/gtk/quicksearch.c
1025         * src/plugins/pgpmime/pgpmime.c
1026         * src/plugins/pgpmime/plugin.c
1027         * src/plugins/pgpmime/select-keys.c
1028         * src/plugins/pgpmime/sgpgme.c
1029         * src/plugins/spamassassin/libspamc.c
1030         * src/plugins/trayicon/trayicon.c
1031         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1032         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1033                 o don't use any GNU C extensions
1034                 o fix warnings
1035                 o replace some non-POSIX functions
1036
1037         * src/plugins/spamassassin/spamassassin.[ch]
1038         * src/plugins/spamassassin/spamassassin_gtk.c
1039         * src/plugins/clamav/clamav_plugin.[ch]
1040         * src/plugins/clamav/clamav_plugin_gtk.c
1041                 replace statusbar_print_all() from common code because it is a
1042                 GUI function
1043
1044 2004-10-17 [paul]
1045
1046         * po/es.po
1047         * po/ko.po
1048         * AUTHORS
1049                 update Spanish and Korean translations,
1050                 submitted by Ricardo Mones Lastra and
1051                 SungHyun Nam
1052
1053 2004-10-13 [colin]      0.9.12cvs126
1054
1055         * src/compose.c
1056                 Don't convert message to forced encoding when 
1057                 drafting, plus minor magic-values cleanup.
1058
1059 2004-10-13 [colin]      0.9.12cvs125
1060
1061         * po/POTFILES.in
1062                 Update POTFILES.in to reflect the source
1063                 place changes
1064
1065 2004-10-08 [christoph]  0.9.12cvs124
1066
1067         * m4/spamassassin.m4
1068                 fix libspamc OpenSSL
1069
1070         * src/compose.c
1071                 rearrange the compose menu
1072
1073 2004-10-08 [christoph]  0.9.12cvs123
1074
1075         * src/Makefile.am
1076         * src/account.c
1077         * src/compose.[ch]
1078         * src/crash.c
1079         * src/main.c
1080         * src/mimeview.c
1081         * src/passphrase.[ch]                           ** REMOVE **
1082         * src/prefs_account.[ch]
1083         * src/prefs_common.[ch]
1084         * src/privacy.[ch]
1085         * src/procmime.[ch]
1086         * src/procmsg.c
1087         * src/rfc2015.[ch]                              ** REMOVE **
1088         * src/select-keys.[ch]                          ** REMOVE **
1089         * src/common/utils.[ch]
1090         * src/gtk/about.c
1091         * src/plugins/pgpmime/Makefile.am
1092         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1093         * src/plugins/pgpmime/pgpmime.c
1094         * src/plugins/pgpmime/plugin.c
1095         * src/plugins/pgpmime/prefs_gpg.[ch]
1096         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1097         * src/plugins/pgpmime/sgpgme.[ch]
1098                 o Add new MIME-Writer
1099                 o extend PrivacySystem with sign and encrypt functions
1100                 o extend PGP/MIME plugin with sign and encrypt functions
1101                 o integrate extended Privacy API in Compose and Sending process
1102
1103 2004-10-04 [colin]      0.9.12cvs122
1104
1105         * src/mainwindow.c
1106         * src/messageview.c
1107         * src/messageview.h
1108         * src/textview.c
1109                 Make forced encoding limited to messageview and
1110                 apply only to parts displayed using textview
1111
1112 2004-10-04 [colin]      0.9.12cvs121
1113
1114         * src/summaryview.c
1115                 Fix bug #605 (collapsed threads re-expand when moving or
1116                 deleting mails)
1117
1118 2004-10-03 [colin]      0.9.12cvs120
1119
1120         * src/summaryview.c
1121                 Fix bug #602
1122
1123 2004-10-02 [colin]      0.9.12cvs119
1124
1125         * src/mainwindow.c
1126         * src/messageview.c
1127         * src/prefs_common.h
1128         * src/procmime.c
1129         * src/procmime.h
1130         * src/textview.c
1131                 Clean up forced charset feature
1132                 Add forced decode
1133
1134 2004-10-01 [colin]      0.9.12cvs118
1135
1136         * src/mimeview.c
1137                 Better fix for Save all: skip multipart mails' first 
1138                 text part
1139
1140 2004-10-01 [colin]      0.9.12cvs117
1141
1142         * src/mimeview.c
1143                 Only save attachments in Save All
1144
1145 2004-10-01 [paul]       0.9.12cvs116
1146
1147         * ChangeLog
1148         * ChangeLog.jp
1149         * src/account.c
1150         * src/prefs_common.c
1151         * src/gtk/colorlabel.c
1152                 sync with main 0.9.12cvs17
1153
1154 2004-09-30 [colin]      0.9.12cvs115
1155
1156         * src/stock_pixmap.c
1157         * src/stock_pixmap.h
1158         * src/folderview.c
1159         * src/Makefile.am
1160         * src/pixmaps/read.xpm
1161                 Add icon for total # column
1162
1163 2004-09-29 [colin]      0.9.12cvs114
1164
1165         * src/compose.c
1166                 Don't close compose until message is sent if 
1167                 Show Send Dialog is Always
1168
1169 2004-09-29 [paul]       0.9.12cvs113
1170
1171         * src/quote_fmt_parse.y
1172                 In the quotation templates recognise sender's first and last 
1173                 names (%F %L) when the name is in the format "Duck, Donald".
1174                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1175
1176
1177 2004-09-28 [colin]      0.9.12cvs112
1178
1179         * src/mainwindow.c
1180                 Put back mnemonic
1181         * src/folderview.c
1182                 Fix Empty trash being visible-invisible-visible...
1183
1184 2004-09-28 [colin]      0.9.12cvs111
1185
1186         * src/mainwindow.c
1187                 Relabel Empty all Trash folders
1188
1189 2004-09-28 [colin]      0.9.12cvs110
1190
1191         * src/folderview.c
1192                 Add contextual Empty trash menu
1193         * src/mainwindow.c
1194                 Revert cvs109 which was useless
1195
1196 2004-09-28 [colin]      0.9.12cvs109
1197
1198         * src/mainwindow.c
1199                 Fix uninialized var
1200
1201 2004-09-28 [colin]      0.9.12cvs108
1202
1203         * src/addressbook.c
1204                 Fix triple-click
1205
1206 2004-09-28 [colin]      0.9.12cvs107
1207
1208         * src/addressbook.c
1209                 Fix double-click on entries
1210
1211 2004-09-28 [colin]      0.9.12cvs106
1212
1213         * src/inc.c
1214                 Reintroduce folder_item update freeze on incorporation
1215
1216 2004-09-27 [christoph]  0.9.12cvs105
1217
1218         * src/folderview.c
1219                 right-align new and unread column
1220
1221 2004-09-27 [paul]
1222
1223         * 0.9.12b released
1224
1225 2004-09-27 [paul]       0.9.12cvs104
1226
1227         * src/main.c
1228                 revert 0.9.12cvs101, it causes another segfault
1229
1230 2004-09-23 [christoph]  0.9.12cvs103
1231
1232         * src/plugins/spamassassin/libspamc.[ch]
1233         * src/plugins/spamassassin/utils.[ch]
1234                 update libspamc to SpamAssassin 3.0.0
1235
1236 2004-09-17 [paul]       0.9.12cvs102
1237
1238         * ChangeLog
1239         * ChangeLog.jp
1240         * src/inc.c
1241                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1242  
1243
1244 2004-09-17 [colin]      0.9.12cvs101
1245
1246         * src/main.c
1247                 Fix segfaults when quitting. valgrind says:
1248                         ==12144== Invalid read of size 4
1249                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1250                         [...]
1251                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1252                         [...]
1253                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1254
1255
1256 2004-09-13 [christoph]  0.9.12cvs100
1257
1258         * src/folder.c
1259                 add NULL pointer checks to fix segfault when messages can
1260                 not be fetched
1261
1262 2004-09-08 [colin]      0.9.12cvs99
1263
1264         * src/account.c
1265                 Remove a debug printf
1266
1267 2004-09-08 [christoph]  0.9.12cvs98
1268
1269         * src/procmsg.[ch]
1270                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1271                 if the message structure has been scanned
1272
1273         * src/folder.c
1274                 o scan structure when the mail is fetched for the first time
1275                   to prevent unnecessary fetching of messages while scanning
1276                   the folder for messages
1277                 o revert 0.9.12cvs24
1278
1279         * src/plugins/pgpmime/pgpmime.c
1280                 check signature if auto signature checking is enabled when the
1281                 signature status is requested for first time and not when
1282                 checking if a part has a signature
1283
1284 2004-09-07 [colin]      0.9.12cvs97
1285
1286         * src/inc.c
1287                 Change session error messages so that they
1288                 are a bit more helpful (the origin of the
1289                 error is not apparent if one isn't in 
1290                 front of Sylpheed when it happens).
1291
1292 2004-09-06 [colin]      0.9.12cvs96
1293
1294         * src/toolbar.c
1295                 Fix graying out Redirect in non english languages
1296                 Patch by Fabien Vantard
1297
1298 2004-09-06 [colin]      0.9.12cvs95
1299
1300         * src/summaryview.c
1301         * src/mimeview.c
1302                 Fix dropped URIs
1303
1304 2004-09-06 [colin]      0.9.12cvs94
1305
1306         * src/addressbook.c
1307         * src/addressitem.h
1308         * src/addritem.c
1309         * src/addritem.h
1310                 Add basic drag and drop to addressbook
1311
1312 2004-09-03 [colin]      0.9.12cvs93
1313
1314         * src/summaryview.c
1315                 Next/Prev unread message should start
1316                 from next/prev node (especially if 
1317                 mark_as_read_delay != 0)
1318
1319 2004-09-03 [colin]      0.9.12cvs92
1320
1321         * src/prefs_common.c
1322         * src/prefs_common.h
1323         * src/summaryview.c
1324                 Add an hidden 'mark_as_read_delay' pref 
1325
1326 2004-09-02 [colin]      0.9.12cvs91
1327
1328         * src/gtk/menu.c
1329                 Add unduplicated menu entries (fixes bug 532)
1330                 Patch by Fabien Vantard
1331
1332 2004-09-02 [colin]      0.9.12cvs90
1333
1334         * src/account.c
1335                 Fix bug 582 (broken auto account selection)
1336
1337 2004-09-02 [colin]      0.9.12cvs89
1338
1339         * src/addrindex.c
1340                 Free deleted queries too
1341
1342 2004-09-02 [colin]      0.9.12cvs88
1343
1344         * src/ldapquery.c
1345                 Fix freezes in LDAP, due to memory corruption
1346                 after deletion of a query (and not removing it
1347                 from the corresponding list of queries).
1348                 Very probably fixes bug 567 and bug 569
1349
1350 2004-09-02 [colin]      0.9.12cvs87
1351
1352         * src/prefs_spelling.c
1353                 Fix bug with aspell prefs init, where spell checking
1354                 is enabled at first but dictionary not specified. Use
1355                 LANG's dictionary by default.
1356
1357 2004-09-01 [colin]      0.9.12cvs86
1358
1359         * src/filtering.c
1360         * src/imap.c
1361         * src/prefs_matcher.c
1362         * src/stock_pixmap.c
1363                 Fix more nasty uninitialized variables
1364
1365 2004-08-31 [colin]      0.9.12cvs85
1366
1367         * src/folder.c
1368                 Fix memory corruption when entering procmsg_msginfo_free()
1369                 with unitialized msginfo. Thanks Valgrind.
1370
1371 2004-08-29 [colin]      0.9.12cvs84
1372
1373         * src/mimeview.c
1374                 Don't escape filenames before saving - that's 
1375                 not dangerous. By the way, fix the leak.
1376
1377 2004-08-27 [paul]       0.9.12cvs83
1378
1379         * src/mh.c
1380         * src/procheader.c
1381         * src/procmsg.c
1382         * src/procmsg.h
1383         * src/common/utils.c
1384         * src/gtk/menu.h
1385                 sync with main 0.9.12cvs6, see ChangeLog
1386                 2004-08-24, 2004-08-25, 2004-08-26
1387
1388
1389 2004-08-26 [paul]
1390
1391         * po/ja.po
1392                 updated by Rui Hirokawa
1393
1394 2004-08-25 [colin]      0.9.12cvs82
1395
1396         * src/plugins/pgpmime/pgpmime.c
1397                 Fix leak on non-combined encrypted messages
1398
1399 2004-08-25 [colin]      0.9.12cvs81
1400
1401         * src/plugins/pgpmime/pgpmime.c
1402         * src/plugins/pgpmime/sgpgme.c
1403         * src/plugins/pgpmime/sgpgme.h
1404                 Handle combined encryption/signature
1405
1406 2004-08-24 [colin]      0.9.12cvs80
1407
1408         * src/folder.c
1409                 Set mime flags on non multipart messages too
1410
1411 2004-08-23 [christoph]  0.9.12cvs79
1412
1413         * src/compose.c
1414                 create message header in memory as GString before writing it
1415                 to the message file
1416
1417 2004-08-23 [colin]      0.9.12cvs78
1418
1419         * src/rfc2015.c
1420         * src/rfc2015.h
1421         * src/compose.c
1422                 Fix (again) bug 197: inline encryption broken
1423
1424 2004-08-23 [paul]
1425
1426         * po/zh_CN.po
1427                 updated by Hansom Young
1428
1429 2004-08-23 [paul]
1430
1431         * 0.9.12a released
1432
1433 2004-08-23 [colin]      0.9.12cvs77
1434
1435         * src/imap.c
1436                 Try and fix bug 577 (session->last_access_time is broken since 
1437                 sync with main 0.9.12cvs2). 
1438                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1439
1440 2004-08-23 [paul]
1441
1442         * po/es.po
1443         * po/fr.po
1444         * po/pl.po
1445         * po/pt_BR.po
1446         * po/sk.po
1447         * po/sr.po
1448                 update translations. submitted by Ricardo
1449                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1450                 Frederico Goncalves Guimaraes, Andrej Kacian,
1451                 Urke MMI
1452
1453 2004-08-22 [paul]       0.9.12cvs76
1454
1455         * src/plugins/trayicon/trayicon.c
1456                 fix formatting bug in trayicon_popup_menu_entries[]
1457
1458
1459 2004-08-22 [paul]       0.9.12cvs75
1460
1461         * m4/Makefile.am
1462                 remove reference to openssl.m4
1463
1464
1465 2004-08-21 [colin]      0.9.12cvs74
1466
1467         * src/compose.c
1468                 Fix bug 576 (Duplicate auto-bcc on reedit)
1469
1470 2004-08-21 [colin]      0.9.12cvs73
1471
1472         * src/toolbar.c
1473                 Grey out Redirect in the toolbar when selection is
1474                 multiple. Fixes bug 520
1475
1476 2004-08-21 [colin]      0.9.12cvs72
1477
1478         * src/compose.c
1479                 Save Sign, Encrypt and Mode status when drafting or queuing
1480                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1481                 state)
1482
1483 2004-08-21 [colin]      0.9.12cvs71
1484
1485         * src/summaryview.c
1486                 Fix bug 494 (Messages are always opened in summary 
1487                 view when right clicked.) Also fixes bug 508.
1488
1489 2004-08-21 [colin]      0.9.12cvs70
1490
1491         * src/compose.c
1492                 When using inline encryption, don't use QP or Base64:
1493                 the mail will be encrypted to a 7bit string.
1494                 Fixes bug 197
1495
1496 2004-08-21 [colin]      0.9.12cvs69
1497
1498         * src/compose.c
1499                 Fix inline-signing with 8bit chars: data must be 
1500                 converted to Quoted-printable before signing.
1501
1502 2004-08-21 [colin]      0.9.12cvs68
1503
1504         * src/compose.c
1505                 Remove 'Message/Save to draft folder'
1506                 and 'Message/Save and keep editing' to 
1507                 put a single 'File/Save' command.
1508                 Fixes bug 224
1509
1510 2004-08-21 [colin]      0.9.12cvs67
1511
1512         * src/mainwindow.c
1513                 Fix bug 222 (Summary view state not retained between sessions)
1514
1515 2004-08-20 [colin]      0.9.12cvs66
1516
1517         * src/codeconv.c
1518                 Fix bug 574 (empty cur_locale is not enough)
1519
1520 2004-08-20 [paul]
1521
1522         * src/plugins/pgpmime/plugin.c
1523                 modify PGP/MIME plugin's description
1524
1525 2004-08-16 [colin]      0.9.12cvs65
1526
1527         * src/common/ssl.c
1528                 Fix version comparison
1529
1530 2004-08-16 [colin]      0.9.12cvs64
1531
1532         * src/common/ssl.c
1533                 I meant 2.2.
1534
1535 2004-08-16 [colin]      0.9.12cvs63
1536
1537         * src/common/ssl.c
1538                 People with glibc 2.1 have had problems with non-blocking
1539                 SSL_connect. Disable it for glibc < 2.2.
1540
1541 2004-08-16 [colin]      0.9.12cvs62
1542
1543         * src/common/ssl.c
1544                 Fix format error
1545
1546 2004-08-13 [colin]      0.9.12cvs61
1547
1548         * src/plugins/pgpmime/plugin.c
1549                 Add plugin's description
1550
1551 2004-08-12 [christoph]  0.9.12cvs60
1552
1553         * src/folderutils.c
1554                 fix bug that did not thaw folder updates when deleting
1555                 duplicates in empty folders
1556
1557 2004-08-12 [colin]      0.9.12cvs59
1558
1559         * src/plugins/trayicon/trayicon.c
1560                 Add a context menu with most common operations
1561
1562 2004-08-12 [colin]      0.9.12cvs58
1563
1564         * configure.ac
1565         * sylpheed.desktop
1566         * src/Makefile.am
1567         * src/main.c
1568                 Add support for Freedesktop.org's startup notification
1569
1570 2004-08-10 [colin]      0.9.12cvs57
1571
1572         * src/main.c
1573         * src/common/socket.c
1574         * src/common/ssl.c
1575         * src/common/sylpheed.c
1576         * src/common/sylpheed.h
1577                 Put back the ssl connect nonblocking...
1578                 without the race condition
1579
1580 2004-08-09 [colin]      0.9.12cvs56
1581
1582         * src/main.c
1583         * src/common/ssl.c
1584         * src/common/sylpheed.c
1585         * src/common/sylpheed.h
1586                 Reverting previous commit, doesn't work 
1587
1588 2004-08-09 [colin]      0.9.12cvs55
1589
1590         * src/main.c
1591         * src/common/ssl.c
1592         * src/common/sylpheed.c
1593         * src/common/sylpheed.h
1594                 Make SSL_connect nonblocking, using a thread
1595
1596 2004-08-09 [paul]       0.9.12cvs54
1597
1598         * po/POTFILES.in
1599                 reflect new location of sgpgme.c
1600         * src/main.c
1601                 sync with main, see ChangeLog 2004-08-09
1602
1603 2004-08-08 [christoph]  0.9.12cvs53
1604
1605         * src/folderutils.c
1606                 freeze FolderItem updates while deleting duplicate messages
1607
1608 2004-08-08 [christoph]  0.9.12cvs52
1609
1610         * configure.ac
1611         * src/Makefile.am
1612         * src/main.c
1613         * src/pgpmime.c
1614         * src/pgpmime.h
1615         * src/sgpgme.c
1616         * src/sgpgme.h
1617         * src/plugins/Makefile.am
1618         * src/plugins/pgpmime/.cvsignore
1619         * src/plugins/pgpmime/Makefile.am
1620         * src/plugins/pgpmime/pgpmime.c
1621         * src/plugins/pgpmime/pgpmime.h
1622         * src/plugins/pgpmime/plugin.c
1623         * src/plugins/pgpmime/sgpgme.c
1624         * src/plugins/pgpmime/sgpgme.h
1625                 new plugin for PGP/MIME
1626
1627 2004-08-07 [christoph]  0.9.12cvs51
1628
1629         * src/folder.c
1630                 disable immediate folder change notification on opened folders
1631                 until SummaryView can handle it quickly
1632
1633 2004-08-07 [colin]      0.9.12cvs50
1634
1635         * src/pop.c
1636         * src/common/partial_download.c
1637                 fix warnings
1638
1639 2004-08-07 [colin]      0.9.12cvs49
1640
1641         * src/Makefile.am
1642         * src/account.c
1643         * src/addressbook.c
1644         * src/alertpanel.c
1645         * src/alertpanel.h
1646         * src/compose.c
1647         * src/exphtmldlg.c
1648         * src/expldifdlg.c
1649         * src/main.c
1650         * src/message_search.c
1651         * src/messageview.c
1652         * src/pop.c
1653         * src/sgpgme.c
1654         * src/summary_search.c
1655         * src/summaryview.c
1656         * src/textview.c
1657         * src/gtk/sslcertwindow.c
1658         * src/pixmaps/stock_dialog-error.xpm
1659         * src/pixmaps/stock_dialog-info.xpm
1660         * src/pixmaps/stock_dialog-question.xpm
1661         * src/pixmaps/stock_dialog-warning.xpm
1662                 sync new alertpanel from gtk2
1663
1664 2004-08-07 [colin]      0.9.12cvs48
1665
1666         * src/prefs_folder_item.c
1667                 fix memory corruption in folderitem's prefs
1668
1669 2004-08-06 [colin]      0.9.12cvs47
1670
1671         * src/compose.c
1672                 close compose window after queuing, before 
1673                 sending when user presses Send
1674
1675 2004-08-05 [christoph]  0.9.12cvs46
1676
1677         * src/msgcache.c
1678         * src/common/defs.h
1679                 add charset to cache file and convert charset when reading the
1680                 cache if different from internal used charset
1681
1682 2004-08-05 [christoph]  0.9.12cvs45
1683
1684         * src/messageview.c
1685         * src/mimeview.[ch]
1686         * src/procmime.h
1687         * src/common/utils.h
1688                 cleanup (remove unused includes/reorganize)
1689
1690         * src/prefs_ext_prog.c
1691         * src/prefs_folder_item.c
1692         * src/prefs_fonts.c
1693         * src/prefs_msg_colors.c
1694         * src/prefs_spelling.c
1695         * src/prefs_themes.c
1696         * src/prefs_toolbar.c
1697         * src/prefs_wrapping.c
1698         * src/gtk/prefswindow.[ch]
1699         * src/plugins/clamav/clamav_plugin_gtk.c
1700         * src/plugins/dillo_viewer/dillo_prefs.c
1701         * src/plugins/image_viewer/viewerprefs.c
1702         * src/plugins/spamassassin/spamassassin_gtk.c
1703                 change PrefsPage path into an array of strings and don't
1704                 split a single string into parts (better for translation)
1705
1706 2004-08-05 [christoph]  0.9.12cvs44
1707
1708         * src/folder.c
1709                 fix FolderItem's message counts after rebuilding a cache
1710
1711 2004-08-05 [paul]       0.9.12cvs43
1712
1713         * ChangeLog
1714         * ChangeLog.jp
1715         * src/imap.c
1716         * src/news.c
1717         * src/common/nntp.c
1718         * src/common/session.c
1719         * src/common/session.h
1720         * src/common/socket.c
1721                 sync with main 0.9.12cvs2
1722                 see ChangeLog 2004-08-04
1723
1724 2004-08-04 [christoph]  0.9.12cvs42
1725
1726         * configure.ac
1727                 add missing AC_DEFINE(USE_OPENSSL, ...)
1728         * src/folder.c
1729                 use new xml_node_new() function
1730
1731 2004-08-03 [christoph]  0.9.12cvs41
1732
1733         * src/folder.c
1734         * src/localfolder.c
1735         * src/common/xml.[ch]
1736                 sync with main 0.9.12cvs1
1737                 see ChangeLog 2004-07-23
1738
1739 2004-08-03 [christoph]
1740
1741         * configure.ac
1742         * m4/openssl.m4                 ** REMOVE **
1743                 use pkg-config to get OpenSSL CFLAGS and LIBS
1744                 (OpenSSL 0.9.7 is required now)
1745
1746 2004-08-02 [paul]       0.9.12cvs40
1747
1748         * AUTHORS
1749                 update translation team section
1750         * po/pt_BR.po
1751                 updated by Frederico Goncalves Guimaraes
1752                 <fggdebian@yahoo.com.br>
1753
1754 2004-07-29 [colin]      0.9.12cvs39
1755
1756         * src/messageview.c
1757                 Inform the user when a partially 
1758                 downloaded mail isn't on the server
1759                 anymore (due to Mark for deletion)
1760
1761 2004-07-29 [colin]      0.9.12cvs38
1762
1763         * src/messageview.c
1764                 Hide noticeview if necessary
1765
1766 2004-07-27 [colin]      0.9.12cvs37
1767
1768         * src/msgcache.c
1769                 More fixes (i overlook a bit, thanks
1770                 Christoph for spotting it)
1771
1772 2004-07-27 [colin]      0.9.12cvs36
1773
1774         * src/msgcache.c
1775                 Fix wrong test 
1776
1777 2004-07-26 [colin]      0.9.12cvs35
1778
1779         * src/pop.c
1780                 Fix uidl-file parsing when not in new
1781                 format
1782
1783 2004-07-19 [colin]      0.9.12cvs34
1784
1785         * src/compose.c
1786                 Save attachment status when drafting
1787
1788 2004-07-19 [colin]      0.9.12cvs33
1789
1790         * src/folder.h
1791         * src/folderview.c
1792         * src/summaryview.c
1793                 Reverse 0.9.12cvs29 to 31 (folder icon update
1794                 when quicksearch is active)
1795
1796 2004-07-18 [colin]      0.9.12cvs32
1797
1798         * src/pop.c
1799                 Fix partial download bug with "Download all
1800                 messages" option
1801
1802 2004-07-18 [colin]      0.9.12cvs31
1803
1804         * src/folderview.c
1805                 Fix crash
1806
1807 2004-07-17 [colin]      0.9.12cvs30
1808
1809         * src/summaryview.c
1810                 Same, when sticky search is off
1811
1812 2004-07-17 [colin]      0.9.12cvs29
1813
1814         * src/folder.h
1815         * src/folderview.c
1816         * src/summaryview.c
1817                 Update FolderItem icon whenever its summaryview is 
1818                 filtered
1819
1820 2004-07-16 [christoph]  0.9.12cvs28
1821
1822         * src/mimeview.c
1823                 make doubleclick work again
1824
1825 2004-07-16 [christoph]  0.9.12cvs27
1826
1827         * src/mimeview.c
1828                 fix freeze on mime icon doubleclick (opening doesn't work yet)
1829
1830 2004-07-16 [paul]       0.9.12cvs26
1831         
1832         * src/gtk/quicksearch.c
1833         * src/compose.c
1834         * src/customheader.c
1835         * src/messageview.c
1836         * src/news.c
1837         * src/prefs_account.c
1838         * src/prefs_display_header.c
1839         * src/procheader.c
1840                 replace "Message-Id" with "Message-ID"
1841
1842 2004-07-16 [paul]       0.9.12cvs25
1843
1844         * ChangeLog
1845         * ChangeLog.jp
1846         * src/account.c
1847         * src/account.h
1848         * src/folder_item_prefs.c
1849         * src/main.c
1850         * src/pop.c
1851         * src/pop.h
1852         * src/prefs_account.c
1853         * src/prefs_account.h
1854         * src/prefs_common.c
1855         * src/prefs_common.h
1856         * src/prefs_gtk.c
1857         * src/prefs_gtk.h
1858                 sync with main 0.9.12cvs1
1859
1860 2004-07-15 [colin]      0.9.12cvs24
1861
1862         * src/folder.c
1863                 Disable GPG signature check during
1864                 folder move and scan 
1865         (Closes Bug 521 Signature checking slows down Folder-Move)
1866
1867 2004-07-14 [christoph]  0.9.12cvs23
1868
1869         * src/pgpmime.c
1870                 add missing fclose
1871
1872         * src/procmime.c
1873                 add checks if fopen really worked
1874
1875 2004-07-14 [colin]      0.9.12cvs22
1876
1877         * src/pop.c
1878         * src/common/partial_download.c
1879                 Update includes
1880
1881 2004-07-14 [colin]      0.9.12cvs21
1882
1883         * src/folder.c
1884         * src/inc.c
1885         * src/matcher.c
1886         * src/matcher.h
1887         * src/matcher_parser_parse.y
1888         * src/messageview.c
1889         * src/msgcache.c
1890         * src/noticeview.c
1891         * src/noticeview.h
1892         * src/pop.c
1893         * src/pop.h
1894         * src/prefs_matcher.c
1895         * src/procheader.c
1896         * src/procmsg.c
1897         * src/procmsg.h
1898         * src/summaryview.c
1899         * src/common/Makefile.am
1900         * src/common/defs.h
1901         * src/gtk/quicksearch.c
1902         * src/common/partial_download.c ** NEW FILES **
1903         * src/common/partial_download.h ** NEW FILES **
1904                 Partial downloading of pop3 mails
1905
1906 2004-07-13 [christoph]  0.9.12cvs20
1907
1908         * src/mimeview.c
1909                 use "button_release_event" instead of "button_press_event",
1910                 because executing event callbacks while the button is still
1911                 pressed is not good and causes problems
1912
1913 2004-07-12 [colin]      0.9.12cvs19
1914
1915         * src/gtk/quicksearch.c
1916                 Fix a missing status update in quicksearch
1917
1918 2004-07-08 [colin]      0.9.12cvs18
1919
1920         * src/common/smtp.h
1921                 Fix guint vs gint bug
1922
1923 2004-07-08 [colin]      0.9.12cvs17
1924
1925         * src/common/smtp.c
1926                 use to_human_readable() for sizes
1927
1928 2004-07-08 [paul]       0.9.12cvs16
1929
1930         * src/inc.c [1.174]
1931                 fix occasional non-clearance of the statusbar
1932                 (close Bug 531 'SA plugin: status bar does not 
1933                  get cleared in OFFLINE mode')
1934
1935 2004-07-07 [colin]      0.9.12cvs15
1936
1937         * src/prefs_common.c [1.225]
1938         * src/prefs_common.h [1.112]
1939                 Add a hidden summary_quicksearch_sticky preference,
1940                 to allow the quicksearch bar to reset across folders
1941         * src/summaryview.c [1.437]
1942                 Use this preference
1943         * src/gtk/quicksearch.c [1.5]
1944         * src/gtk/quicksearch.h [1.3]
1945                 Add this preference, fix focus when hitting Enter,
1946                 add handling of Esc key to reset
1947
1948 2004-07-06 [colin]      0.9.12cvs14
1949
1950         * src/gtk/quicksearch.c [1.4]
1951                 Add Clear button
1952
1953 2004-07-06 [christoph]  0.9.12cvs13
1954
1955         * src/toolbar.c
1956                 enable next unread button in empty folders if next folder
1957                 dialog is not disabled
1958
1959         (Closes Feature Request [ 755800 ] "next" button enabled in empty
1960          folders)
1961
1962 2004-07-06 [colin]      0.9.12cvs12
1963
1964         * src/common/smtp.c [1.16]
1965                 Display maximum message size in the log
1966
1967 2004-07-06 [paul]       0.9.12cvs11
1968
1969         * src/toolbar.c
1970                 fix typo. (spotted by Fabien Vantard)
1971
1972 2004-07-06 [paul]       0.9.12cvs10
1973
1974         * src/main.c
1975                 terminate cleanly on SIGHUP. Patch submitted by
1976                 Thomas Gilgin <thg@karate-muellheim.de>
1977
1978 2004-07-05 [christoph]  0.9.12cvs9
1979
1980         * src/inc.c
1981                 better replacing of %d in new mail notification command
1982
1983 2004-07-05 [colin]      0.9.12cvs8
1984
1985         * src/common/smtp.[ch]
1986                 Take SIZE (returned by EHLO) into account, and
1987                 avoid sending too big messages
1988
1989 2004-07-04 [paul]       0.9.12cvs7
1990
1991         * src/account.c
1992                 fix auto-account selection on imap/news
1993
1994 2004-07-01 [paul]       0.9.12cvs6
1995
1996         * src/gtk/quicksearch.c
1997                 reveal hidden string in gui
1998                 
1999         * src/compose.c
2000                 fix updating of gpg signing setting on 
2001                 switching accounts
2002
2003 2004-06-30 [darko]      0.9.12cvs5
2004
2005         * src/common/utils.c
2006                 remove expand_search_string()
2007         * src/gtk/quicksearch.c
2008                 remove no longer needed for loop (thanks Christoph)
2009                 add expand_search_string()
2010
2011 2004-06-30 [darko]      0.9.12cvs4
2012
2013         * src/common/utils.c
2014                 allow all filtering expressions in quicksearch
2015
2016         (Closes Bug 519 filtering expr. in quicksearch)
2017
2018 2004-06-30 [christoph]  0.9.12cvs3
2019
2020         * configure.ac
2021                 better 'localedir'
2022
2023         * src/common/intl.h
2024                 allow plugins to define TEXTDOMAIN for the _(...) macro
2025
2026 2004-06-30 [paul]       0.9.12cvs2
2027
2028         * po/POTFILES.in
2029           src/Makefile.am
2030           src/main.c
2031           src/prefs_common.c
2032           src/prefs_msg_colors.[ch]     ** NEW FILES **
2033                 move message colouring options to
2034                 '/Other Preferences/Message View/Colors'
2035
2036 2004-06-30 [paul]       0.9.12cvs1
2037
2038         * po/POTFILES.in
2039           src/Makefile.am
2040           src/main.c
2041           src/prefs_common.c
2042           src/prefs_wrapping.[ch]       ** NEW FILES **
2043                 move message wrapping options to
2044                 /'Other Preferences/Compose/Message Wrapping'
2045
2046 2004-06-28 [paul]       0.9.12
2047
2048         * Sylpheed-Claws 0.9.12 released
2049
2050         * po/es.po
2051           po/fr.po
2052           po/sk.po
2053                 updated by Ricardo Mones Lastra, Fabien Vantard,
2054                 Andrej Kacian
2055
2056 2004-06-27 [paul]       0.9.11cvs19
2057
2058         * src/common/ssl.c
2059                 re-enable certificate check
2060
2061 2004-06-25 [christoph]  0.9.11cvs18
2062
2063         * src/procmsg.h
2064                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2065
2066 2004-06-25 [paul]       0.9.11cvs17
2067
2068         * sync with main 0.9.12cvs1
2069                 see ChangeLog 2004-06-23
2070                 
2071         * src/gtk/menu.c
2072                 remove unused menu_toggle_toggle()
2073
2074 2004-06-23 [christoph]  0.9.11cvs16
2075
2076         * src/folder.c
2077         * src/procheader.c
2078         * src/procmsg.h
2079         * src/summaryview.c
2080                 scan the mime structure of multipart mails for correct
2081                 attachment, encryped and signed (with privacy API) part
2082                 detection
2083
2084         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2085
2086 2004-06-22 [paul]
2087
2088         * po/ru.po
2089                 updated by Pavlo Bohmat
2090
2091 2004-06-20 [christoph]  0.9.11cvs15
2092
2093         * src/inc.c
2094         * src/pop.[ch]
2095                 disconnect after authentication when doing POP before SMTP
2096
2097         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2098
2099 2004-06-19 [christoph]  0.9.11cvs14
2100
2101         * src/folder.c
2102                 fix FolderItem name update
2103
2104         (Closes Bug 511 Folder-Renaming not reflected immediately)
2105
2106 2004-06-17 [paul]       0.9.11cvs13
2107         
2108         * sync with main 0.9.12 release
2109           src/session.c
2110                 session_set_timeout(): fixed a bug that didn't
2111                 reset timeout_tag when interval is 0.
2112
2113 2004-06-16 [christoph]  0.9.11cvs12
2114
2115         * src/textview.c
2116                 correctly clear the URL in the status bar
2117
2118 2004-06-15 [christoph]  0.9.11cvs11
2119
2120         * src/summaryview.c
2121                 add missing gtk_widget_show()
2122
2123 2004-06-11 [christoph]  0.9.11cvs10
2124
2125         * src/plugins/spamassassin/spamassassin.c
2126                 correctly check waitpid return code
2127
2128         (Closes Bug 396 Zombie process when spamassassin is called)
2129
2130 2004-06-10 [christoph]  0.9.11cvs9
2131
2132         * src/mainwindow.c
2133         * src/summaryview.[ch]
2134         * src/gtk/Makefile.am
2135         * src/gtk/quicksearch.c                         ** NEW **
2136                 separate quick search from summaryview
2137
2138 2004-06-09 [christoph]  0.9.11cvs8
2139
2140         * src/inc.c
2141                 remove unused code
2142
2143         * src/textview.c
2144                 get folder for compose default account from MsgInfo and not
2145                 from SummaryView
2146
2147 2004-06-09 [christoph]  0.9.11cvs7
2148
2149         * src/folder.[ch]
2150                 add information about added or removed messages to
2151                 FOLDER_ITEM_UPDATE hook
2152
2153         * src/imap_gtk.c
2154         * src/mh_gtk.c
2155                 scan folder when removing a folder failed instead of
2156                 updating the summaryview
2157
2158 2004-06-08 [paul]       0.9.11cvs6
2159
2160         * sync with main 0.9.11cvs2
2161                 see ChangeLog 2004-06-08
2162
2163 2004-06-07 [christoph]  0.9.11cvs5
2164
2165         * configure.ac
2166         * src/common/Makefile.am
2167                 detect library providing 'encrypt' function
2168
2169 2004-06-07 [paul]       0.9.11cvs4
2170
2171         * src/inc.c
2172                 sync with main, 'code cleanup'
2173                 
2174         * tools/nautilus2sylpheed.sh
2175                 fix whitespace limitation. patch submitted by
2176                 Stephan Sachse <white@teg-clan.de>
2177
2178 2004-06-04 [christoph]  0.9.11cvs3
2179
2180         * src/account.c
2181         * src/action.[ch]
2182         * src/addressbook.c
2183         * src/addrindex.h
2184         * src/folder.h
2185         * src/folder_item_prefs.c
2186         * src/inc.c
2187         * src/main.c
2188         * src/messageview.c
2189         * src/mh_gtk.c
2190         * src/prefs_themes.c
2191         * src/procmime.c
2192         * src/quote_fmt.h
2193         * src/stock_pixmap.c
2194         * src/toolbar.c
2195                 fix compiler warnings
2196
2197 2004-06-03 [paul]       0.9.11cvs2
2198
2199         * src/msgcache.c
2200                 sync with main 0.9.11cvs1: "changed gint32 to
2201                 guint32 for some platforms"
2202
2203 2004-06-02 [christoph]  0.9.11cvs1
2204
2205         * src/common/ssl.c
2206                 fix SSL_CTX variable name for older OpenSSL versions
2207
2208         (Closes Bug 503 fix compilation with older OpenSSL)
2209
2210 2004-05-31 [paul]       0.9.11claws
2211
2212         * 0.9.11claws released
2213
2214 2004-05-31 [paul]       0.9.10claws72
2215
2216         * po/es.po
2217           po/it.po
2218           po/ja.po
2219           po/pl.po
2220           po/sk.po
2221           po/sr.po
2222           po/zh_CN.po
2223                 update translations, submitted by Ricardo Mones Lastra,
2224                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2225                 Urke MMI, and Hansom Young
2226
2227 2004-05-25 [luke]       0.9.10claws71
2228
2229         * AUTHORS
2230         * src/mimeview.c
2231         * src/stockpixmap.[ch]
2232         * src/Makefile.am
2233         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2234         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2235         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2236         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2237         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2238
2239                 o Added privacy emblems from Jesper Shultz 
2240                   <jesper@schultz-net.dk>
2241                 o Overlay emblems onto mimeview icons to indicate
2242                   status of signature and if a message is encrypted
2243         
2244         * src/textview.c
2245                 remove unused color definitions (were used to 
2246                 indicate sig status)
2247
2248 2004-05-25 [paul]       0.9.10claws70
2249
2250         * AUTHORS
2251           tools/Makefile.am
2252           tools/README
2253           tools/nautilus2sylpheed.sh            ** NEW FILE **
2254                 add script to enable sending files from
2255                 nautilus.
2256                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2257                 
2258         * tools/launch_firebird                 ** REMOVED **
2259                 removed as the standard "firefox '%s'" now functions
2260                 correctly
2261
2262 2004-05-23 [paul]       0.9.10claws69
2263
2264         * src/compose.c
2265                 fix %X cursor point segfault
2266                 patch by Christoph
2267
2268 2004-05-23 [christoph]  0.9.10claws68
2269
2270         * src/folder.c
2271                 fix folder moving
2272
2273 2004-05-21 [paul]       0.9.10claws67
2274
2275         * sync with 0.9.10cvs17
2276                 see ChangeLog 2004-05-21
2277
2278 2004-05-20 [paul]       0.9.10claws66
2279
2280         * sync with 0.9.10cvs16
2281                 see ChangeLog 2004-05-19 and 2004-05-20
2282
2283 2004-05-19 [alfons]     0.9.10claws65
2284
2285         * src/summaryview.h
2286                 on some platforms regoff_t is defined as off_t, so 
2287                 pull in sys/types.h
2288
2289 2004-05-19 [paul]       0.9.10claws64
2290
2291         * sync with 0.9.10cvs13
2292                 see ChangeLog 2004-05-18
2293
2294 2004-05-17 [christoph]  0.9.10claws63
2295
2296         * src/folder.c
2297                 search all folders when searching for default folders and
2298                 not return the special folder of the first folder
2299
2300 2004-05-13 [alfons]     0.9.10claws62
2301
2302         * src/summaryview.c
2303                 add a better check to see if a message is a news message
2304                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2305
2306 2004-05-13 [paul]       0.9.10claws61
2307
2308         * src/msgcache.c
2309                 sync with 0.9.10cvs12
2310                 see ChangeLog 2004-05-12
2311
2312 2004-05-12 [alfons]     0.9.10claws60
2313
2314         * src/folderview.c
2315                 release lock in case of folder could not be opened 
2316
2317 2004-05-11 [christoph]  0.9.10claws59
2318
2319         * src/inc.[ch]
2320                 remove unused folderview update stuff from inc.[ch]
2321
2322 2004-05-11 [paul]       0.9.10claws58
2323
2324         * sync with 0.9.10cvs11
2325                 see ChangeLog 2004-05-10 and 2004-05-11
2326
2327 2004-05-09 [christoph]  0.9.10claws57
2328
2329         * src/folderview.c
2330                 check for folder class functions and not folder type to detect
2331                 valid drag targets
2332
2333 2004-05-08 [christoph]  0.9.10claws56
2334
2335         * src/sgpgme.c
2336                 fix date output for signature expire times
2337
2338         (Patch by Edgar Toernig <froese@gmx.de>)
2339
2340 2004-05-06 [christoph]  0.9.10claws55
2341
2342         * src/gtk/prefswindow.c
2343                 change window type to DIALOG
2344
2345         * src/folder.[ch]
2346         * src/folderview.c
2347         * src/news_gtk.c
2348                 o add folder_remove()
2349                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2350                 o add new "sort" field to Folder, no longer sort folders by type
2351                   higher sort values will be first in the folder list, new folders get 0
2352                   and will be added to the end
2353
2354         * src/mainwindow.c
2355         * src/gtk/Makefile.am
2356         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2357                 add dialog to allow users to change the folder order
2358
2359 2004-05-04 [paul]       0.9.10claws54
2360
2361         * src/inc.c
2362                 Display account_name in statusbar when retrieving
2363                 messages from a pop account
2364         * src/prefs_account.c
2365                 display account name in title of prefs_account
2366                 window
2367         * src/prefs_folder_item.c
2368                 display folder name in title of prefs_folder window
2369
2370         all 3 patches submitted by Fabien Vantard
2371
2372         * AUTHORS
2373                 add Fabien Vantard
2374
2375 2004-05-04 [paul]       0.9.10claws53
2376
2377         * src/prefs_actions.c
2378           src/prefs_template.c
2379                 'Esc' Key exits alertpanel
2380                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2381
2382 2004-04-26 [christoph]  0.9.10claws52
2383
2384         * src/gtk/about.c
2385         * src/gtk/colorsel.c
2386         * src/gtk/description_window.c
2387         * src/gtk/filesel.c
2388         * src/gtk/gtkaspell.c
2389         * src/gtk/inputdialog.c
2390         * src/gtk/pluginwindow.c
2391         * src/gtk/progressdialog.c
2392                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2393                   it does not work correctly with xinerama
2394                 o lock incorporation while the plugin window is open
2395
2396 2004-04-23 [paul]       0.9.10claws51
2397
2398         * po/POTFILES.in
2399                 update location of inputdialog.c
2400                 
2401         * src/gtk/about.c
2402                 update Copyright string
2403                 
2404         * src/msgcache.c
2405           src/prefs_common.c
2406           src/prefs_themes.c
2407                 improve the english a little
2408
2409 2004-04-22 [christoph]  0.9.10claws50
2410
2411         * src/folderutils.[ch]
2412                 add folderutils_mark_all_read()
2413
2414         * src/folderview.c
2415                 readd "mark all read" from popup menu, now works
2416                 in all folders and not only the opened folder
2417
2418 2004-04-21 [christoph]  0.9.10claws49
2419
2420         * src/Makefile.am
2421         * src/inputdialog.[ch]                  ** REMOVED **
2422         * src/gtk/Makefile.am
2423         * src/gtk/inputdialog.[ch]              ** NEW **
2424                 move inputdialog.[ch] into gtk directory
2425
2426         * src/mh_gtk.c
2427                 remove check for missing IMAP folder account
2428
2429 2004-04-20 [christoph]  0.9.10claws48
2430
2431         * src/mainwindow.c
2432         * src/foldersel.c
2433                 remove new/rename/delete folder GUI functions because
2434                 they are always active, even for news folders, and can
2435                 not be easily made folder class dependent
2436
2437         * src/gtk/menu.[ch]
2438                 make menu_translate() public
2439
2440         * src/Makefile.am
2441         * src/folder.[ch]
2442         * src/folderview.[ch]
2443         * src/imap_gtk.[ch]                     ** NEW **
2444         * src/main.c
2445         * src/mh_gtk.[ch]                       ** NEW **
2446         * src/news_gtk.[ch]                     ** NEW **
2447                 o dynamically build FolderView popup menus from a folder
2448                   specific part, with callbacks to seperated code, and
2449                   a common part
2450                 o remove the folder class specifiy code from folderview.c
2451
2452 2004-04-15 [luke]       0.9.10claws47
2453
2454         * src/prefs_folder_item.c
2455                 o remove buttons for applying 'scan for new mail'
2456                   and 'process at startup' to sub folders
2457                 o add 'apply to sub folder' check buttons for all
2458                   properties and set folder prefs accordingly
2459                 o replace multiple gtk_widget_show() with one
2460                   gtk_widget_show_all() on container
2461
2462 2004-04-14 [darko]      0.9.10claws46
2463
2464         * src/gtk/Makefile.am
2465         * src/gtk/pluginwindow.c
2466                 load plugins from to $(prefix)/lib/sylpheed/plugins
2467                 in file selection dialog
2468         * src/plugins/clamav/clamav_plugin.c
2469                 const correctness
2470
2471 2004-04-14 [christoph]  0.9.10claws45
2472
2473         * src/folder.c
2474         * src/plugins/image_viewer/viewer.c
2475                 fix g_warnings
2476
2477 2004-04-10 [alfons]     0.9.10claws44
2478         
2479         * src/compose.c
2480                 appropriate auto account selection when forwarding
2481                 (fixes bug #476, "forward as attachment does not listen
2482                 to account rules")
2483
2484 2004-04-09 [alfons]     0.9.10claws43
2485
2486         * src/summaryview.c
2487                 make quick search combo matching case sensitive
2488
2489 2004-04-06 [alfons]     0.9.10claws42
2490
2491         * src/addr_compl.c
2492                 use cursor position to prevent clearing the entire entry
2493
2494 2004-04-06 [alfons]     0.9.10claws41
2495
2496         * src/folderview.c
2497                 fix bug #472, "filter not updated when renaming folder" 
2498
2499 2004-04-06 [alfons]     0.9.10claws40
2500
2501         * src/messageview.[ch]
2502           src/summaryview.c
2503                 reflect changes to Show all headers to main view
2504                 and message view (only affects detached message
2505                 view). see also bug #473, 'Show All Headers 
2506                 "problem"'.
2507
2508 2004-04-03 [alfons]     0.9.10claws39
2509
2510         * src/matcher.c
2511                 free address list
2512
2513 2004-04-03 [alfons]     0.9.10claws38
2514
2515         * src/matcher_parser_parse.y
2516           src/matcher.[ch]
2517                 prepare address look up matcher type; marginally
2518                 tested, and not hooked into the UI yet.
2519
2520                 basically it accepts the result of the left hand
2521                 side of the matcher (the "criteria"):
2522
2523                         from all_in_addressbook ""
2524                         ~to_or_cc any_in_addressbook ""
2525                 
2526                 the first case matches all addresses found in the
2527                 from header, and the second case matches if any
2528                 (at least one) of the addresses in to or cc headers 
2529                 are not in the address book.
2530
2531                 the string argument is not used yet, but is intended
2532                 to match a group of addresses 
2533
2534 2004-04-02 [luke]       0.9.10claws37
2535
2536         * src/prefs_folder_item.c
2537                 Add two buttons to apply 'scan for new mail'
2538                 and 'process at startup' to sub folders
2539
2540 2004-04-02 [luke]
2541         * tools/textviewer.sh
2542                 better filename extension matching plus some support for
2543                 MS Excel, MS Powerpoint and HTML
2544
2545 2004-03-29 [christoph]  0.9.10claws36
2546
2547         * src/folder.h
2548         * src/folderutils.[ch]
2549         * src/mainwindow.c
2550                 add delete duplicates for all folders
2551
2552 2004-03-29 [alfons]     0.9.10claws35
2553
2554         * src/folder.c
2555                 don't pass NULL to XXXprintf(); fixes Solaris crashes
2556                 when selecting top-level folder node (thanks to 
2557                 Alex S. Moore)
2558
2559 2004-03-28 [keith]      0.9.10claws34
2560
2561         * src/textview.c
2562                 prepend "http://" to URIs of the form "www.example.com"
2563
2564 2004-03-28 [paul]       0.9.10claws33
2565
2566         * src/common/nntp.c
2567           src/common/smtp.c
2568           src/folder.c
2569           src/imap.c
2570           src/inc.c
2571           src/news.c
2572           src/pop.c
2573                 revise 'translatable string' policy:
2574                 don't translate debug_print() or log_print(),
2575                 translate log_message() and log_warning()
2576         
2577         * po/zh_CN.po
2578                 update submitted by Hansom Young
2579
2580 2004-03-25 [alfons]     0.9.10claws32
2581
2582         * src/prefs_common.c
2583                 I mean this one: Return the GList...
2584
2585 2004-03-25 [alfons]     0.9.10claws31
2586
2587         * src/prefs_common.h
2588                 add new members at the end of prefs_common, so
2589                 they get properly initialized
2590
2591 2004-03-24 [christoph]  0.9.10claws30
2592
2593         * src/imap.c
2594                 o NULL is a valid GSList
2595
2596 2004-03-24 [alfons]     0.9.10claws29
2597
2598         * src/prefs_common.[ch]
2599           src/summaryview.c
2600           src/common/defs.h
2601                 add history to quick search (patch submitted by 
2602                 Ivan Francolin Martinez - thanks!)
2603
2604 2004-03-24 [alfons]     0.9.10claws28
2605
2606         * src/imap.c
2607                 NULL output pointer parameter
2608
2609 2004-03-21 [alfons]     0.9.10claws27
2610
2611         * src/addrindex.[ch]
2612           src/addr_compl.c
2613                 complete addresses on nicks and aliases
2614
2615 2004-03-21 [alfons]     0.9.10claws26
2616
2617         * src/import.c
2618           src/inc.c
2619           src/mbox.[ch]
2620                 disable filters on import mbox (patch submitted
2621                 by Edgar Toernig)
2622
2623 2004-03-21 [darko]      0.9.10claws25
2624
2625         * src/addr_compl.c
2626                 select the address when only one match is found while
2627                 doing address completion with tab key (feature
2628                 request #914720)
2629
2630 2004-03-21 [alfons]     0.9.10claws24
2631
2632         * src/messageview.c
2633           src/toolbar.c
2634                 don't `navigate-delete` when a summary view's selection does not 
2635                 match the accompanying message view's message
2636
2637 2004-03-20 [alfons]     0.9.10claws23
2638
2639         * src/summaryview.c
2640                 hide ext search button on initial display (should fix bug #459,
2641                 "Toggling quick-search at 1st time: minor UI inconsistency")
2642
2643 2004-03-20 [alfons]     0.9.10claws22
2644
2645         * src/summaryview.[ch]
2646                 add function to get selected msginfo, if there's
2647                 only one selected
2648
2649 2004-03-20 [paul]       0.9.10claws21
2650
2651         * sync with 0.9.10cvs7
2652                 see ChangeLog 2004-03-19
2653
2654 2004-03-19 [paul]       0.9.10claws20
2655
2656         * src/common/nntp.c
2657           src/common/smtp.c
2658           src/common/ssl.c
2659           src/folder.c
2660           src/imap.c
2661           src/inc.c
2662           src/news.c
2663           src/pop.c
2664                 don't translate strings in debug_print(), log_print(),
2665                 log_message(),  and log_warning()
2666
2667 2004-03-19 [alfons]     0.9.10claws19
2668
2669         better next/previous/delete/focus navigation with separate 
2670         message view 
2671         
2672         * src/toolbar.c
2673                 call summaryview_delete() instead of messageview_delete()
2674         * src/messageview.c
2675                 disable messageview_delete()
2676
2677 2004-03-18 [paul]       0.9.10claws18
2678
2679         * sync with 0.9.10cvs6
2680                 see ChangeLog 2004-03-16
2681
2682 2004-03-17 [alfons]     0.9.10claws17
2683
2684         * src/gtk/filesel.c
2685                 remove bogus semicolon after if() (sometimes it pays to
2686                 read LKML :)
2687
2688 2004-03-15 [darko]      0.9.10claws16
2689
2690         * src/gtk/filesel.c
2691                 support full path in place of a filename
2692         * src/mimeview.c
2693                 store directory attachments were saved to and
2694                 use it when saving attachments
2695         * src/prefs_common.[hc]
2696                 store directory attachments were last saved to
2697
2698 2004-03-15 [paul]       0.9.10claws15
2699
2700         * src/folderview.c
2701                 fix bug where unsubscribing a newsgroup would destroy
2702                 (most of the) filtering rules
2703
2704 2004-03-15 [paul]       0.9.10claws14
2705
2706         * src/folderview.c
2707                 fix Bug 458, 'Folder View remaining empty after 
2708                 removing a NEWS account' (was also true of IMAP
2709                 accounts)
2710
2711 2004-03-15 [paul]       0.9.10claws13
2712
2713         * src/folderview.c
2714                 fix folderview invisibility of newly subscribed
2715                 newsgroups
2716
2717 2004-03-13 [paul]       0.9.10claws12
2718
2719         * src/compose.c
2720           src/plugins/dillo_viewer/dillo_prefs.c
2721           src/plugins/image_viewer/viewerprefs.c
2722                 gettextise some forgotten parts
2723
2724 2004-03-13 [alfons]     0.9.10claws11
2725
2726         * src/imap.c
2727                 make sure the correct type is passed to sscanf()
2728
2729 2004-03-13 [paul]       0.9.10claws10
2730
2731         * sync with 0.9.10cvs5
2732                 see ChangeLog 2004-03-02 and 2004-03-12, 
2733                 specifically:
2734                 'always move messages by default when using DnD (except 
2735                 for News folder). Copy messages if Ctrl-key is pressed.'
2736                 and 'added a function to filter selected messages'
2737
2738 2004-03-12 [christoph]  0.9.10claws9
2739
2740         * src/codeconv.c
2741                 add parameter check to conv_unmime_header_overwrite()
2742
2743         * src/imap.c
2744                 o fix spelling
2745                 o fix removing of NEW flag when UNREAD is unset
2746
2747         * src/procmime.c
2748                 decode MIME-headers
2749
2750         (Closes 437 i18n attachment display error.)
2751
2752 2004-03-12 [paul]       0.9.10claws8
2753
2754         * po/it.po
2755                 update. submitted by Andrea Spadaccini <lupin85@email.it>
2756                 
2757         * tools/Makefile.am
2758                 add 'textviewer.sh'
2759
2760 2004-03-12 [alfons]     0.9.10claws7
2761
2762         * src/imap.c
2763                 o quiet compiler and typecast Folder * to IMAP Folder *
2764                 o wake up and fix my previous incompatible type assignment bug
2765
2766 2004-03-12 [alfons]     0.9.10claws6
2767
2768         * src/imap.c
2769                 don't mix up pointers to int, guint32 _and_ 
2770                 unsigned int 
2771
2772 2004-03-12 [christoph]  0.9.10claws5
2773
2774         * src/folderview.c
2775                 Add error requester when renaming a folder failed
2776
2777         * src/imap.c
2778                 Check new FolderItem name for namespace seperator
2779                 before renaming
2780
2781         (Closes Bug 443 Bad named IMAP folders won't be displayed)
2782
2783 2004-03-11 [christoph]  0.9.10claws4
2784
2785         * src/folder.[ch]
2786         * src/imap.c
2787         * src/procmsg.h
2788                 syncronize flags in cache with IMAP folder flags
2789
2790         Adapted a patch submitted by Simon 'corecode' Schubert
2791         <corecode@corecode.ath.cx> 
2792
2793
2794 2004-03-11 [alfons]     0.9.10claws3
2795
2796         * src/textview.[ch]
2797                 remove dead code that at one time controlled display of
2798                 URIs in status bar
2799
2800 2004-03-10 [paul]       0.9.10claws2
2801
2802         * po/it.po
2803                 updated by Lupino <lupin85@email.it>
2804
2805 2004-03-09 [alfons]     0.9.10claws1
2806
2807         * src/matcher.c
2808                 we're not using yywrap, but we may, so close yyin instead
2809                 of initial FILE *
2810
2811 2004-03-08 [paul]       0.9.10claws
2812
2813         * 0.9.10claws released
2814
2815 2004-03-08 [paul]       0.9.9claws41
2816
2817         * po/es.po
2818           po/ja.po
2819           po/ru.po
2820           po/sk.po
2821           po/sr.po
2822           po/zh_CN.po
2823                 update translations. submitted by Ricardo Mones Lastra,
2824                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
2825                 Hansom Young
2826
2827 2004-03-06 [paul]       0.9.9claws40
2828
2829         * src/stock_pixmap.c
2830                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
2831                 patch submitted by Pawel Pekala
2832
2833 2004-03-06 [alfons]             0.9.9claws39
2834
2835         * src/addrindex.c
2836                 allow nick name completion again 
2837
2838 2004-03-02 [match]              0.9.9claws38
2839
2840         * configure.ac
2841                 added definition of USE_LDAP_TLS to support TLS.
2842         * src/ldapctrl.[ch]
2843         * src/ldapquery.c
2844         * src/ldapserver.[ch]
2845         * src/addressbook.c
2846         * src/addrindex.c
2847         * src/editldap.c
2848                 included LDAP TLS support.
2849
2850 2004-03-02 [christoph]          0.9.9claws37
2851
2852         * src/folder.[ch]
2853                 o add more documentation for FolderClass
2854                 o remove usused FolderClass virtual functions
2855
2856         * src/imap.c
2857         * src/mh.c
2858         * src/news.c
2859                 change creation of FolderClass because static initializations
2860                 for structs suck in C89
2861
2862 2004-03-01 [paul]
2863
2864         * sync with 0.9.10
2865
2866 2004-02-28 [keith]      0.9.9claws36
2867
2868         * src/common/utils.c
2869                 Fix treatment of whitespace in quicksearch bar (leading
2870                 spaces and >1 space between commands and parameters).
2871
2872 2004-02-27 [alfons]     0.9.9claws35
2873
2874         * src/compose.[ch]
2875                 Explicitly remove draft timeout to fix nasty race between 
2876                 compose_send_cb() (which destroys the compose window) and 
2877                 compose_defer_auto_save_draft() (which expects compose 
2878                 window to exist). Should fix Keith's and Fred Marton's
2879                 bug report (#128, "crash after complaining about character
2880                 set conversion")
2881
2882 2004-02-27 [luke]       0.9.9claws34
2883         
2884         * src/folder.c
2885                 Do folder_item_apply_processing() even if no processing
2886                 rules for the folder exist (so global processing is applied)
2887
2888 2004-02-26 [thorsten]   0.9.9claws33
2889
2890         * src/mimeview.c
2891                 Remove misleading static declaration
2892
2893 2004-02-26 [alfons]     0.9.9claws32
2894
2895         * src/procmime.[ch]
2896           src/compose.c
2897           src/mimeview.c
2898           src/textview.c
2899                 use/add procmime_get_content_type_str() as a safe wrapper
2900                 for returning a Content-Type type string; should fix 
2901                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
2902                  - attachments."
2903
2904 2004-02-26 [thorsten]   0.9.9claws31
2905
2906         * src/mimeview.c
2907                 Restructure save_as/save_all
2908
2909 2004-02-26 [alfons]     0.9.9claws30
2910
2911         * src/procmime.c
2912                 clean up (2)
2913
2914 2004-02-26 [alfons]     0.9.9claws29
2915
2916         * src/procmime.c
2917                 clean up (1)
2918
2919 2004-02-24 [luke]
2920
2921         * tools/textviewer.sh
2922                 tweaks from Johann Koenig, recognition of shell
2923                 scripts in particular
2924
2925 2004-02-24 [paul]       0.9.9claws28
2926
2927         * sync with 0.9.9cvs13
2928                 see ChangeLog 2004-02-24
2929
2930 2004-02-23 [paul]       0.9.9claws27
2931
2932         * src/inc.c
2933                 one alertpanel on pop3 authentication error will suffice
2934                 
2935         * src/prefs_fonts.c
2936                 remove unnecessary printf
2937
2938 2004-02-22 [alfons]     0.9.9claws26
2939
2940         * src/messageview.c
2941                 put back a lost check
2942
2943 2004-02-21 [alfons]     0.9.9claws25
2944
2945         * src/folderview.c
2946                 don't forget to save folder properties after renaming folder
2947
2948 2004-02-20 [paul]       0.9.9.claws24
2949
2950         * src/addressbook.c
2951                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
2952                 
2953         * src/inc.c
2954                 complete sync with 0.9.9cvs9's 'update folderview
2955                 progressively'
2956                 
2957         * configure.ac
2958                 require gettext >= 0.12.1
2959
2960 2004-02-17 [match]      0.9.9claws23
2961
2962         * src/compose.c
2963                 keep the peace - change style.
2964
2965 2004-02-17 [alfons]     0.9.9claws22
2966
2967         * src/filtering.c
2968                 make MATCHACTION_STOP cancel filtering / processing;
2969                 clean up and document it to make it a little bit more clear;
2970
2971 2004-02-17 [alfons]     0.9.9claws21
2972
2973         %X marks the cursor spot for reply quote format
2974
2975         * src/quote_fmt_lex.l 
2976           src/quote_fmt.c
2977                 add %X token
2978                 
2979         * src/quote_fmt.h
2980           src/quote_fmt_parse.y
2981                 handle %X token
2982                 
2983         * src/compose.c
2984                 handle %X token for replies only (for now)
2985
2986 2004-02-17 [paul]       0.9.9claws20
2987
2988         * po/sk.po
2989                 updated by Andrej Kacian
2990                 
2991         * src/news.c
2992                 remove unneeded include
2993                 
2994         * src/prefs_fonts.c
2995                 be a little more user-friendly with the labels
2996                 
2997         * configure.ac
2998                 a change forgotten in the last commit: 
2999                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3000
3001 2004-02-17 [paul]       0.9.9claws19
3002
3003         * ac/*                          ** REMOVED **
3004           ac/                           ** REMOVED **
3005           intl/Makefile.in              ** REMOVED **
3006           m4/                           ** NEW **
3007           m4/missing                    ** NEW **
3008           m4/missing/gdk-pixbuf.m4      ** NEW **
3009           m4/missing/gettext.m4         ** NEW **
3010           m4/missing/gpgme.m4           ** NEW **
3011           m4/missing/imlib.m4           ** NEW **
3012           m4/.cvsignore                 ** NEW **
3013           m4/Makefile.am                ** NEW **
3014           m4/README                     ** NEW **
3015           m4/aclocal-include.m4         ** NEW **
3016           m4/aspell.m4                  ** NEW **
3017           m4/check-type.m4              ** NEW **
3018           m4/gnupg-check-typedef.m4     ** NEW **
3019           m4/openssl.m4                 ** NEW **
3020           m4/spamassassin.m4            ** NEW **
3021           po/ChangeLog                  ** REMOVED **
3022           po/Makefile.in.in             ** REMOVED **
3023           po/Rules-quot                 ** REMOVED **
3024           po/boldquot.sed               ** REMOVED **
3025           po/en@boldquot.header         ** REMOVED **
3026           po/en@quot.header             ** REMOVED **
3027           po/insert-header.sin          ** REMOVED **
3028           po/quot.sed                   ** REMOVED **
3029           po/remove-potcdate.sed        ** REMOVED **
3030           po/remove-potcdate.sin        ** REMOVED **
3031           po/stamp-po                   ** REMOVED **
3032           Makefile.am
3033           autogen.sh
3034           configure.ac
3035                 enable building with automake 1.8.x
3036                 add 'autopoint' to autogen.sh and remove all
3037                 auto-generated files, remove ac/ in favour of
3038                 m4/
3039
3040 2004-02-17 [alfons]     0.9.9claws18
3041         
3042         * src/summaryview.c
3043                 MSG_IS_NEWS() is not stored at all, and is bogus
3044
3045 2004-02-17 [martin]     0.9.9claws17
3046
3047         * src/prefs_themes.c
3048                 fix crash when installing wrong theme and output an
3049                 error message
3050
3051 2004-02-16 [christoph]  0.9.9claws16
3052
3053         * src/compose.c
3054         * src/stock_pixmap.[ch]
3055         * src/toolbar.[ch]
3056         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3057                 add "Wrap current paragraph" to compose toolbar
3058
3059 2004-02-15 [alfons]     0.9.9claws15
3060
3061         * src/folderview.c
3062                 refine previous commit to make sure other hook functions
3063                 get their grab of the pie too
3064
3065 2004-02-15 [alfons]     0.9.9claws14
3066
3067         * src/folderview.c
3068                 fix sync breakage so we don't pass invalid pointer types
3069
3070 2004-02-15 [match]      0.9.9claws13
3071
3072         * src/ldapquery.[ch]
3073         * src/ldapserver.h
3074         * src/addrindex.[ch]
3075                 tweak threading calls.
3076         * src/addr_compl.[ch]
3077                 add alias into completion list.
3078         * src/addressbook.c
3079                 fix ldap browse.
3080                 improve context menu behavior.
3081                 change menu sequence.
3082                 add send mail from addressbook.
3083         * src/addrselect.[ch]
3084         * src/compose.[ch]
3085                 add send mail from addressbook.
3086
3087 2004-02-15 [christoph]  0.9.9claws12
3088
3089         * src/folderutils.c
3090                 skip deleting when duplist is empty
3091
3092         * src/folderview.[ch]
3093         * src/mainwindow.c
3094         * src/summaryview.[ch]
3095                 call folderutils_delete_duplicates() from mainwindow code
3096
3097 2004-02-15 [alfons]     0.9.9claws11
3098         
3099         * src/common/utils.c
3100                 add prefix for italian ms o(e) 
3101
3102 2004-02-14 [paul]       0.9.9claws10
3103
3104         * src/foldersel.c
3105                 fix updating of the folder view when creating a
3106                 new folder
3107
3108 2004-02-13 [paul]       0.9.9claws9
3109
3110         * src/plugins/clamav/clamav_plugin.c
3111                 remove GUI code
3112
3113 2004-02-13 [paul]       0.9.9claws8
3114
3115         * sync with 0.9.9cvs9
3116                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3117
3118 2004-02-13 [alfons]     0.9.9claws7
3119
3120         * src/common/utils.c
3121                 fix wrong type of argument for ctype functions (pass unsigned
3122                 char instead of signed char)
3123
3124 2004-02-12 [alfons]     0.9.9claws6
3125
3126         * src/compose.[ch]
3127                 don't select text in header entry when composing to a 
3128                 default address, but rather give the header entry a
3129                 different color / style (same as the folder new color)
3130
3131 2004-02-12 [alfons]     0.9.9claws5
3132
3133         * src/plugins/clamav/clamav_plugin.c
3134                 don't exit(2) on libclamav init error - show a warning.
3135                 (tested by damaging a clamav database file.)
3136
3137 2004-02-12 [paul]       0.9.9claws4
3138
3139         * sync with 0.9.9cvs4
3140                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3141
3142 2004-02-11 [luke]       0.9.9claws3
3143
3144         * src/mimeview.c
3145                 remove redundant check introduced in 0.9.9claws1
3146
3147 2004-02-11 [luke]       0.9.9claws2
3148
3149         * src/mimeview.c
3150                 fix compilation of my previous commit without gpg enabled
3151
3152 2004-02-10 [luke]       0.9.9claws1
3153
3154         * src/mimeview.c
3155                 add borders to icons to indicate the privacy status for
3156                 the message part (unknown/bad/good)
3157
3158 2004-02-06 [paul]       0.9.9claws
3159
3160         0.9.9claws released
3161
3162 2004-02-06 [darko]      0.9.8claws64
3163
3164         * src/compose.c
3165                 don't allow Ctrl+Enter while external editor is active
3166
3167 2004-02-06 [paul]       0.9.8claws63
3168
3169         * po/es.po
3170           po/pl.po
3171           po/sk.po
3172           po/sr.po
3173                 update Spanish, Polish, Slovak, and Serbian translations.
3174                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3175                 and Urke MMI
3176
3177 2004-02-04 [alfons]     0.9.8claws62
3178
3179         * src/compose.c
3180                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3181                 don't have clue yet why the cursor pos is at the end of the
3182                 text.)
3183
3184 2004-02-04 [alfons]     0.9.8claws61
3185
3186         * src/compose.c
3187                 always grab focus when one of the header entries is clicked 
3188                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3189
3190 2004-02-02 [paul]
3191
3192         * ac/missing/gdk-pixbuf.m4
3193           ac/missing/gpgme.m4
3194           ac/missing/imlib.m4
3195                 prevent 'underquoted definition' warnings
3196                 patch submitted by David Relson
3197                 
3198         * src/plugins/clamav/README
3199                 update, improve, correct
3200
3201 2004-01-31 [thorsten]   0.9.8claws60
3202
3203         * src/news.c
3204                 'dir' not initialized if group has no messages
3205
3206 2004-01-29 [christoph]  0.9.8claws59
3207
3208         * src/customheader.[ch]
3209                 add custom_header_is_allowed() to check for disallowed header names
3210                 that must not be overridden by custom headers
3211
3212         * src/compose.c
3213                 always write From: header and use custom_header_is_allowed() to
3214                 check if custom header should be written
3215
3216         * src/prefs_customheader.c
3217                 check if custom header is disallowed using custom_header_is_allowed()
3218
3219         * src/folderutils.c
3220                 destroy message id GHashTable before freeing the MsgInfos
3221
3222 2004-01-29 [paul]       0.9.8claws58
3223
3224         * sync with 0.9.9 release
3225                 see ChangeLog 2004-01-29
3226
3227 2004-01-29 [paul]       0.9.8claws57
3228
3229         * sync with 0.9.8cvs11
3230                 see ChangeLog 2004-01-29
3231
3232 2004-01-28 [christoph]  0.9.8claws56
3233
3234         * src/pgpmime.c
3235         * src/sgpgme.[ch]
3236                 return WARN signature status when signature is not trusted
3237
3238         * src/Makefile.am
3239         * src/folder.c
3240         * src/folderutils.[ch]                  ** NEW **
3241         * src/summaryview.c
3242                 implement delete duplicates summaryview independent
3243
3244 2004-01-28 [paul]       0.9.8claws55
3245
3246         * sync with 0.9.8cvs10
3247                 see Changelog 2004-01-27 and 2004-01-28
3248
3249 2004-01-26 [christoph]  0.9.8claws54
3250
3251         * src/imap.c
3252                 create a root node for the Folder if scan fails because root
3253                 folder does not exist
3254
3255 2004-01-26 [paul]       0.9.8claws53
3256
3257         * sync with 0.9.8cvs7
3258                 see ChangeLog 2004-01-23
3259
3260 2004-01-25 [alfons]     0.9.8claws52
3261
3262         * src/compose.c
3263                 remove left-over constant INDENT_CHARS
3264
3265 2004-01-25 [alfons]     0.9.8claws51
3266
3267         * src/procmime.c
3268                 add NULL pointer check for mimeinfo->node in
3269                 procmime_mimeinfo_parent()
3270
3271 2004-01-25 [darko]      0.9.8claws50
3272
3273         * src/compose.c
3274                 make "Wrap all long lines" toolbar button wrap all
3275                 long lines not just the current line
3276                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3277
3278
3279 2004-01-25 [alfons]     0.9.8claws49
3280
3281         * src/procmime.c
3282                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3283                 necessary anyway, because *scanf() functions neglect white
3284                 space in the input. 
3285                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3286
3287 2004-01-25 [paul]       0.9.8claws48
3288
3289         * src/prefs_ext_prog.c
3290                 apply Alfons' patch to check for NULL pointers
3291                 fixes bug #424
3292
3293 2004-01-25 [paul]       0.9.8claws47
3294
3295         * sync with 0.9.8cvs8
3296                 see ChangeLog 2004-01-23
3297
3298 2004-01-25 [thorsten]   0.9.8claws46
3299
3300         * src/messageview.c
3301                 remove orphaned mimeview unref()
3302
3303 2004-01-23 [christoph]  0.9.8claws45
3304
3305         * src/summaryview.c
3306                 set ctree widget style
3307
3308 2004-01-23 [paul]       0.9.8claws44
3309
3310         * sync with 0.9.8cvs5
3311                 see ChangeLog 2004-01-22
3312
3313 2004-01-23 [alfons]     0.9.8claws43
3314
3315         * src/procmsg.c
3316                 remove redundant code in procmsg_get_thread_tree()
3317
3318 2004-01-21 [christoph]  0.9.8claws42
3319
3320         * src/folderview.c
3321                 set ctree widget style, otherwise GTK does not use the
3322                 the correct vertical size for the list items
3323
3324 2004-01-21 [alfons]     0.9.8claws41
3325
3326         * src/summaryview.c
3327                 GDK_Left should only switch to folderview when
3328                 when summaryview hscrollbar is at the leftmost
3329                 position (fixes bug #420, "Focus error")
3330
3331 2004-01-21 [paul]       0.9.8claws40
3332
3333         * sync with 0.9.8cvs4
3334                 see ChangeLog 2004-01-20
3335
3336 2004-01-20 [christoph]  0.9.8claws39
3337
3338         * src/folderview.c
3339                 remove setting sensitivity for no longer existing
3340                 /Scoring... popup entry
3341
3342 2004-01-20 [keith]      0.9.8claws38
3343
3344         * configure.ac
3345                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3346
3347 2004-01-20 [paul]       0.9.8claws37
3348
3349         * src/prefs_fonts.c
3350                 demystify font settings
3351                 
3352         * src/textview.c
3353                 use textview->msgfont for header->body in
3354                 textview_show_header()
3355
3356 2004-01-20 [paul]       0.9.8claws36
3357
3358         * src/compose.c
3359           src/undo.c
3360                 remove superfluous debug_print's
3361                 
3362         * src/inc.c
3363                 clear the statusbar after LOCAL incorporation
3364
3365 2004-01-20 [paul]       0.9.8claws35
3366
3367         * sync with 0.9.8cvs3
3368                 see ChangeLog 2004-01-20
3369
3370 2004-01-19 [keith]      0.9.8claws34
3371
3372         * src/folderview.c
3373                 don't show 'Search folder...' on popup menu
3374                 if folder has no mails in it
3375
3376 2004-01-17 [keith]      0.9.8claws33
3377
3378         * src/compose.c
3379           src/prefs_common.c
3380           src/prefs_common.h
3381                 store position of compose window in prefs
3382
3383 2004-01-17 [thorsten]   0.9.8claws32
3384
3385         * src/gtk/gtkvscrollbutton.c
3386                 ensure scrollbutton resize event on different gtk versions
3387
3388 2004-01-15 [alfons]     0.9.8claws31
3389         
3390         * src/summaryview.c
3391                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3392                 message as read
3393
3394 2004-01-12 [christoph]  0.9.8claws30
3395
3396         * src/procmime.c
3397                 better MIME-Version check
3398
3399 2004-01-11 [alfons]     0.9.8claws29
3400
3401         * src/procmsg.c
3402                 remove unnecessary but still effective check (could possibly
3403                 lead to some unwanted side effects)
3404
3405 2004-01-11 [alfons]     0.9.8claws28
3406
3407         * src/procmsg.c
3408                 we should not prefer lowest message number while threading 
3409                 (introduced in previous commit)
3410
3411 2004-01-11 [alfons]     0.9.8claws27
3412
3413         * src/procmsg.c
3414                 subject threading fixes:
3415                 
3416                         - make message with lowest message number the
3417                           thread parent,
3418                         - refine recording last node when threading. the last node
3419                           should be the previous one if a node has a thread parent,
3420                           or the current node if not
3421                 
3422                 (there's another threading bug fix coming up)
3423
3424 2004-01-10 [paul]       0.9.8claws26
3425
3426         * src/main.c
3427           src/prefs_ext_prog.c
3428           src/plugins/clamav/clamav_plugin_gtk.c
3429                 minor gui fixes
3430
3431 2004-01-09 [christoph]  0.9.8claws25
3432
3433         * src/Makefile.am
3434         * src/string_match.[ch]                 ** REMOVE **
3435         * src/common/Makefile.am
3436         * src/common/string_match.[ch]          ** NEW **
3437                 move string_match.[ch] to common directory
3438
3439 2004-01-09 [christoph]  0.9.8claws24
3440
3441         * src/pgpmime.c
3442                 add MIME-Version header for the message parser
3443
3444 2004-01-09 [paul]       0.9.8claws23
3445
3446         * po/POTFILES.in
3447           src/Makefile.am
3448           src/main.c
3449           src/prefs_common.c
3450           src/prefs_ext_prog.[ch]       ** NEW FILES **
3451                 move External Command options from 'Common Prefs/Other' to
3452                 'Other Prefs/Message View/External Programs', also reveal
3453                 the hidden options for audio player and image viewer.
3454                 
3455         * src/prefs_common.c
3456                 fix toggling of header pane
3457
3458 2004-01-09 [paul]       0.9.8claws22
3459
3460         * src/compose.c
3461                 when changing account also change the save folder
3462
3463         * src/textview.c
3464                 if a text/plain attachment has 'Content-Disposition: attachment'
3465                 don't display it inline
3466
3467 2004-01-08 [christoph]  0.9.8claws21
3468
3469         * src/procmime.c
3470                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3471                 otherwise thread the message content as one text part and
3472                 don't assume charset US-ASCII which is only specified as
3473                 default for MIME-messages
3474
3475 2004-01-08 [paul]       0.9.8claws20
3476
3477         * src/plugins/clamav/clamav_plugin.c
3478           src/plugins/spamassassin/spamassassin.c
3479                 inform the user what is happening via the statusbar
3480
3481 2004-01-06 [paul]       0.9.8claws19
3482
3483         * po/es.po
3484                 update Spanish translation. submitted by Ricardo
3485                 Mones Lastra
3486
3487 2004-01-05 [paul]       0.9.8claws18
3488
3489         * sync with 0.9.8cvs2
3490                 see ChangeLog 2004-01-05
3491
3492 2004-01-03 [luke]       0.9.8claws17
3493
3494         * src/procheader.c
3495                 Clean up:
3496                 o remove unused functions string_getchar() and file_getchar()
3497                 o remove the getchar_ parameter from generic_get_one_field()
3498                 o add an 'unfold' parameter to generic_get_one_field, to
3499                   be used if no HeaderEntry is supplied
3500                 o procheader_get_one_field_asis() uses
3501                   generic_get_one_field().
3502
3503 2004-01-01 [christoph]  0.9.8claws16
3504
3505         * src/common/xml.[ch]
3506                 o add xml_new_tag() to manage usage counts of strings correctly
3507                 o correct xml_copy_tree() function name
3508
3509         * src/folder.c
3510         * src/main.c
3511                 allow registering and unregistering of FolderClasses anytime
3512
3513 2003-12-31 [christoph]  0.9.8claws15
3514
3515         * src/folder.[ch]
3516         * src/common/xml.[ch]
3517                 keep folderlist.xml data for unloaded FolderClasses
3518
3519 2003-12-30 [luke]       0.9.8claws14
3520
3521         * src/procheader.[ch]
3522                 o added procheader_get_one_field_asis() that does not do
3523                   unfolding
3524                 o fix procheader_get_header_array_asis() to use the above,
3525                   fixing ugliness of headers in textview
3526
3527         * src/compose.c
3528                 o don't unfold headers when redirecting.        
3529
3530 2003-12-30 [paul]       0.9.8claws13
3531
3532         * po/POTFILES.in
3533           src/common/defs.h
3534           src/Makefile.am
3535           src/main.c
3536           src/prefs_common.c
3537           src/prefs_themes.[ch] ** NEW FILES **
3538                 redesign and move Icon Theme selector to
3539                 the new prefs window
3540           
3541         * src/stock_pixmap.c
3542                 fix the old bug where icons are not always
3543                 updated when changing themes
3544         
3545         * src/summaryview.c
3546                 fix bug where the icons on the title row
3547                 of the summary view were not updated
3548         
3549         all patches submitted by Ricardo Mones Lastra
3550
3551 2003-12-30 [hoa]        0.9.8claws12
3552
3553         * src/folder.c
3554                 run preglobal and postglobal processing rules
3555                 even if the folder does not have any rules.
3556
3557 2003-12-28 [paul]       0.9.8claws11
3558
3559         * ac/aspell.m4
3560           ac/check-type.m4
3561           ac/gnupg-check-typedef.m4
3562           ac/openssl.m4
3563           ac/spamassassin.m4
3564                 fix 'underquoted definition' warnings, patch submitted by
3565                 David Relson <relson@osagesoftware.com>
3566                 
3567         * src/common/utils.c
3568                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
3569                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
3570
3571 2003-12-28 [paul]       0.9.8claws10
3572
3573         * sync with 0.9.8cvs1
3574                 see ChangeLog 2003-12-17
3575
3576 2003-12-27 [christoph]  0.9.8claws9
3577
3578         * src/common/utils.[ch]
3579                 add g_node_map() to map a GNode into a new GNode
3580                 converting all node data's with a function
3581
3582         * src/account.c
3583         * src/folder.[ch]
3584         * src/folderview.c
3585         * src/imap.c
3586         * src/mainwindow.c
3587         * src/summaryview.c
3588                 o use g_node_map() to convert XML <-> Folder
3589                 o remove redundant FolderItem->parent and
3590                   replace it with folder_item_parent()
3591
3592 2003-12-23 [christoph]  0.9.8claws8
3593
3594         * src/folder.[ch]
3595         * src/folderview.c
3596         * src/mainwindow.c
3597         * src/procmsg.c
3598                 o use callback for notifications about added and
3599                   destroyed folders
3600                 o rewrite folderlist saving (new functions to create
3601                   folder from XML tree, and XML tree from folder)
3602
3603         * src/common/xml.[ch]
3604                 add function to save XML trees
3605
3606         * src/prefs_filtering.c
3607                 code cleanup
3608
3609 2003-12-22 [christoph]  0.9.8claws7
3610
3611         * src/prefs_account.[ch]
3612                 add "SMTP only" accounts
3613
3614 2003-12-20 [melvin]     0.9.8claws6
3615
3616         * src/action.[ch]
3617                 Changed the interface for action_update_*_menu() so
3618                 action.c does not need to know the paths of the different
3619                 actions menu (mainwindow, message view and compose window). 
3620
3621         * src/compose.c
3622                 Tiny code cleanup to merge spell checker related code
3623                 compose_update_actions_menu(): new function to update
3624                 the actions menu. Use it in compose_create()
3625
3626         * src/compose.h
3627                 compose_update_actions_menu(): new function to update
3628                 the actions menu. Used also in prefs_actions.c.
3629
3630         * src/mainwindow.[ch]
3631                 main_window_update_actions_menu(): new function to update
3632                 the actions menu. Used in main_window_create() and in
3633                 prefs_actions.c
3634
3635         * src/messageview.[ch]
3636                 messageview_update_actions_menu(): new function to update
3637                 the actions menu. Used in messageview_add_toolbar() and in
3638                 prefs_actions.c
3639                 
3640         * src/prefs_actions.c   
3641                 prefs_actions_ok(): fixed to update the actions menu of
3642                 the separate message view and the compose windows.
3643
3644 2003-12-20 [luke]       0.9.8claws5
3645         * src/procheader.c
3646                 fix unfolding/newline stripping for multiline fields
3647                 in generic_get_one_field()
3648
3649 2003-12-19 [christoph]  0.9.8claws4
3650
3651         * src/summaryview.c
3652                 o code cleanup
3653                 o use subject_compare_for_sort() when comparing
3654                   simplified subjects
3655
3656 2003-12-19 [christoph]  0.9.8claws3
3657
3658         * src/msgcache.c
3659                 more syncing with 0.8.9a
3660
3661 2003-12-19 [christoph]  0.9.8claws2
3662
3663         * src/folder.c
3664                 don't write all FolderItem XML attributes for the root node
3665
3666 2003-12-19 [melvin]     0.9.8claws1
3667
3668         * src/messageview.c
3669                 Added missing menu branch (Tools/Create processing/rule)
3670         * po/fr.po
3671                 Updated French translation for the added string.
3672
3673 2003-12-19 [paul]       0.9.8claws
3674
3675         0.9.8claws released
3676
3677 2003-12-19 [paul]       0.9.7claws51
3678
3679         * po/en_GB.po
3680           po/es.po
3681           po/ja.po
3682           po/pl.po
3683           po/sk.po
3684           po/zh_CN.po
3685                 update translations. submitted by me, Ricardo Mones
3686                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
3687                 Hansom Young
3688                 
3689         * src/folder_item_prefs.c
3690                 'enable_processing' set to FALSE by default
3691
3692 2003-12-18 [melvin]     0.9.7claws50
3693
3694         * po/fr.po
3695                 Updated French translation
3696
3697 2003-12-17 [christoph]  0.9.7claws49
3698
3699         * src/procheader.c
3700                 revert discarding of whitespace from 0.9.7claws44
3701
3702                 RFC2822 2.2.3: Unfolding is accomplished by simply
3703                 removing any CRLF that is immediately followed by WSP.
3704
3705 2003-12-17 [paul]       0.9.7claws48
3706
3707         * src/folder.c
3708                 fix new message count
3709                 
3710         * configure.ac
3711                 update autotools macros
3712
3713         * sync with 0.9.8a
3714
3715 2003-12-16 [christoph]  0.9.7claws47
3716
3717         * src/folder.c
3718                 fix folder update before adding MsgInfo to cache
3719                 in add_msginfo_to_cache()
3720
3721         * src/procmsg.c
3722                 remove old call to folder_item_update() that is no
3723                 longer required
3724
3725 2003-12-16 [christoph]  0.9.7claws46
3726
3727         * src/main.c
3728                 make sure the shutdown process only runs once
3729
3730 2003-12-16 [hoa]        0.9.7claws45
3731
3732         * src/mainwindow.c
3733         * src/messageview.c
3734         * src/summaryview.[ch]
3735                 Create filter rules using a message is fixed.
3736                 We can now create processing rules using a message.
3737
3738 2003-12-15 [alfons]     0.9.7claws44
3739
3740         * src/procheader.c
3741                 make sure we discard folding white space
3742
3743 2003-12-15 [luke]       0.9.7claws43
3744         * src/textview.c
3745         * src/mimeview.c
3746                 o use "name" parameter if "filename" doesn't exist
3747
3748 2003-12-14 [alfons]     0.9.7claws42
3749
3750         * src/summaryview.c
3751         * src/common/utils.c
3752                 allow quick finding based on the result of passing
3753                 a message to an external command. E.g:
3754
3755                         X "bogofilter < %F" 
3756                 
3757                 gets me all the spam in a folder.
3758
3759 2003-12-14 [luke]       0.9.7claws41
3760
3761         * src/textview.c
3762         * src/mimeview.c
3763                 o use parameter "filename" instead of "name" in a couple of 
3764                   places for correctness
3765
3766         * src/procmime.c
3767         * src/common/utils.[ch]
3768                 o make temporary filename for attachments safe for %p 
3769                   substitutions in actions.
3770
3771 2003-12-13 [christoph]  0.9.7claws40
3772
3773         * src/main.c
3774                 readd exit(0) to clean_quit() because otherwise sylpheed
3775                 does not always terminate
3776
3777         * src/pgpmime.c
3778         * src/privacy.h
3779                 add an identifier-string for PrivacySystems
3780
3781 2003-12-12 [paul]
3782
3783         * doc/man/sylpheed.1
3784                 update the man page
3785
3786 2003-12-12 [paul]       0.9.7claws39
3787
3788         general clean up
3789         
3790         * configure.ac
3791                 correct and clean up './configure --help' info
3792         
3793         * src/plugins/clamav/clamav_plugin.c
3794           src/plugins/spamassassin/spamassassin.c
3795                 correct plugin_desc(), works with LOCAL, IMAP, and
3796                 POP accounts
3797                 
3798         * src/filtering.c
3799           src/matcher.[ch]
3800           src/matcher_parser_parse.y
3801           src/prefs_filtering_action.c
3802                 use 'Change Score' instead of '(In/De)crease score'.
3803                 use *CHANGE_SCORE* instead of *ADD_SCORE*
3804          
3805          * src/mainwindow.c
3806                 hyphenate: 'Pre-processing', 'Post-processing'
3807                 
3808         * src/prefs_account.c
3809                 change 'Generate Message-ID' to 'Generate Message-Id'
3810                 
3811         * src/prefs_folder_item.c
3812                 change 'Processing on startup:' to 'Process at startup'
3813                 change 'Scan for new mail:' to 'Scan for new mail'
3814                 
3815 2003-12-11 [christoph]  0.9.7claws38
3816
3817         * src/crash.c
3818         * src/main.[ch]
3819                 make sure the clean_exit() funtion is not called again by the
3820                 signal handler while it is already running
3821
3822         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
3823
3824         * src/summaryview.c
3825                 fix wrong assertion
3826
3827 2003-12-11 [paul]       0.9.7claws37
3828
3829         * src/compose.c
3830                 'anonymise' Message-Id: header string
3831
3832 2003-12-11 [paul]       0.9.7claws36
3833
3834         * src/plugins/clamav/clamav_plugin.c
3835                 fix (don't break) signature count
3836                 use cl_strerror() instead of deprecated cl_perror()
3837         
3838 2003-12-11 [darko]      0.9.7claws35
3839
3840         * src/summaryview.c
3841                 also update the sort arrow (thanks Christoph)
3842
3843 2003-12-11 [darko]      0.9.7claws34
3844
3845         * src/summaryview.c
3846                 allow reverting to default sort mode (no sort)
3847
3848 2003-12-10 [hoa]        0.9.7claws33
3849
3850         * src/matcher.c
3851                 fixed quotation of string for matcher.
3852
3853 2003-12-08 [paul]       0.9.7claws32
3854
3855         * src/imap.c
3856           src/inc.c
3857                 plug memory leaks (patch by Alfons)
3858
3859 2003-12-08 [christoph]  0.9.7claws31
3860
3861         * src/folder_item_prefs.[ch]
3862         * src/folderview.c
3863         * src/prefs_folder_item.c
3864                 add new FolderItem property to exclude folders from new
3865                 mail checks
3866
3867         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
3868
3869 2003-12-07 [paul]       0.9.7claws30
3870
3871         * src/plugins/clamav/clamav_plugin.c
3872                 fix signature count
3873
3874 2003-12-07 [thorsten]   0.9.7claws29
3875
3876         * src/filtering.c
3877                 debug_print some warning if destfolder missing
3878         * src/prefs_filtering.c
3879                 uninitialized filter list when deleting a folder
3880
3881 2003-12-06 [paul]       0.9.7claws28
3882
3883         * src/procheader.c
3884                 add Alfons' patch to trim line feeds
3885
3886 2003-12-06 [paul]       0.9.7claws27
3887
3888         * partial sync with 0.9.7cvs8
3889                 leaving claws' online/offline more or less intact
3890                 see ChangeLog 2003-12-04 and 2003-12-06
3891
3892 2003-12-06 [christoph]  0.9.7claws26
3893
3894         * src/messageview.c
3895         * src/privacy.[ch]
3896                 revert pirvacy API changes
3897
3898 2003-12-05 [alfons]     0.9.7claws25
3899
3900         * src/matcher.[ch]
3901                 clean up my old cruft
3902
3903 2003-12-05 [alfons]     0.9.7claws24
3904
3905         * src/matcher.c
3906                 fix comparison buglet ;-) and make `test` matcher
3907                 work again
3908
3909 2003-12-05 [alfons]     0.9.7claws23
3910
3911         * src/prefs_folder_item.c
3912                 K&R 2nd Ed., page 241 (function parameter identifiers
3913                 starting with an underscore are kind of insulting)
3914
3915 2003-12-05 [hoa]        0.9.7claws22
3916
3917         * src/main.c
3918         * src/mainwindow.[ch]
3919         * src/mainwindow.h
3920                 add destructor for mainwindow so that the last 
3921                 MimeInfo opened in messageview is destroyed when
3922                 exiting sylpheed.
3923
3924 2003-12-05 [hoa]        0.9.7claws21
3925
3926         * src/filtering.[ch]
3927         * src/matcher.[ch]
3928         * src/matcher_parser_lex.l
3929         * src/matcher_parser_parse.y
3930         * src/prefs_actions.c
3931         * src/prefs_filtering.c
3932         * src/common/utils.[ch]
3933                 quote arguments before giving them to command line.
3934                 fixed quote of string in matcher/processing/filtering rules.
3935
3936         * src/messageview.c
3937         * src/privacy.[ch]
3938                 allows decryption to return a new whole 
3939                 MIME message structure.
3940
3941 2003-12-04 [hoa]        0.9.7claws20
3942
3943         * src/filtering.[ch]
3944         * src/folder.c
3945         * src/mainwindow.c
3946         * src/matcher.c
3947         * src/matcher_parser_parse.y
3948         * src/folderview.c
3949                 global rules to run before folder specific rules.
3950                 global rules to run after folder specific rules.
3951                 
3952         * src/messageview.c
3953                 fixed quick addition of rules.
3954         
3955         * src/prefs_filtering.[ch]
3956         * src/summaryview.c
3957                 we can now customize the title for the dialog.
3958                 updated case where we rename of delete folders.
3959
3960         * src/addressbook.c
3961                 got back the function addressbook_browse_entry_cb()
3962                 that is needed in case we compiled with LDAP support.
3963
3964 2003-12-04 [paul]       0.9.7claws19
3965
3966         * sync with 0.9.7cvs6
3967                 see ChangeLog 2003-12-04
3968                 fixes bug 171 'Wrong message decoing: koi8-r and 
3969                 iso8859-5 looks same. Can't read many emails.'
3970
3971 2003-12-04 [paul]       0.9.7claws18
3972
3973         * po/POTFILES.in
3974                 remove 'src/prefs_scoring.c'
3975
3976 2003-12-03 [hoa]        0.9.7claws17
3977
3978         * src/Makefile.am
3979                 compilation of scoring.[ch] and prefs_scoring.[ch]
3980                 is removed.
3981         
3982         * src/filtering.[ch]
3983         * src/folder.c
3984         * src/folder_item_prefs.[ch]
3985         * src/folderview.c
3986         * src/main.c
3987         * src/mainwindow.c
3988         * src/matcher.[ch]
3989         * src/matcher_parser.h
3990         * src/matcher_parser_parse.y
3991         * src/prefs_filtering.[ch]
3992         * src/prefs_filtering_action.c
3993         * src/prefs_folder_item.c
3994         * src/prefs_scoring.[ch]              * REMOVED FILES *
3995         * src/procmsg.[ch]
3996         * src/scoring.[ch]                    * REMOVED FILES *
3997         * src/summaryview.c
3998                 merged scoring and filtering.
3999                 
4000                 Note : compatibility is kept by parsing score like 
4001                   add_score. To get the behaviour of older scoring 
4002                   system, you have to define some equivalent rule :
4003                   "score_lower -9999 hide"
4004                   "score_greater 9999 mark"
4005                   
4006                   To define global rules, you have to define them 
4007                   in the new global processing rules.
4008                   The variable that kept the list filtering rules 
4009                   was "global_processing" and has been renamed into 
4010                   "filtering_rules".
4011                   "global_processing" variable is now the name 
4012                   of the variable that keeps the list of global 
4013                   processing rules.
4014                   In the configuration file, "[global]" section is 
4015                   now for the global processing rules (which includes
4016                   score things and new global processing rules).
4017                   New "[filtering]" section is for the filtering rules.
4018                   
4019                   Before running with this version, during testing 
4020                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4021                   Then, you have to make the following changes :
4022                   - leave all scoring rules in "[global]" section.
4023                   - move all other rules of "[global]" section to
4024                       a new section named "[filtering]".
4025
4026 2003-12-03 [christoph]  0.9.7claws16
4027
4028         * src/procmime.c
4029                 use default Content-Type as specified in RFC2045 if
4030                 Content-Type header is syntactically incorrect
4031
4032 2003-12-03 [christoph]  0.9.7claws15
4033
4034         * src/addressbook.c
4035         * src/addrindex.h
4036         * src/addritem.c
4037         * src/expldifdlg.h
4038         * src/exportldif.c
4039         * src/filtering.c
4040         * src/folder.c
4041         * src/folderview.c
4042         * src/jpilot.c
4043         * src/localfolder.c
4044         * src/matcher.h
4045         * src/matcher_parser_lex.l
4046         * src/matcher_parser_parse.y
4047         * src/news.c
4048         * src/prefs_filtering_action.c
4049         * src/prefs_folder_item.c
4050         * src/prefs_fonts.c
4051         * src/procmsg.c
4052         * src/sgpgme.c
4053                 clean up warnings
4054
4055         * src/procmime.c
4056                 revert 0.9.7claws14 change
4057
4058 2003-12-03 [alfons]     0.9.7claws14
4059
4060         * src/procmime.c
4061                 catch invalid Content-Type with no subtype
4062
4063 2003-12-03 [alfons]     0.9.7claws13
4064
4065         * src/alertpanel.h
4066         * src/setup.c
4067         * src/plugins/image_viewer/plugin.c
4068                 compile again, we need stddef.h for size_t
4069
4070 2003-12-03 [paul]       0.9.7claws12
4071
4072         * src/account.c
4073                 don't allow cloning of accounts with remote folders,
4074                 patch submitted by Ricardo Mones Lastra
4075
4076 2003-12-03 [christoph]  0.9.7claws11
4077
4078         * src/folder.[ch]
4079         * src/imap.c
4080         * src/localfolder.[ch]
4081         * src/mh.c
4082         * src/news.c
4083         * src/common/xml.[ch]
4084                 add set_xml() and get_xml() virtual functions to FolderClass to
4085                 save extra information for Folders (for example the rootpath
4086                 only used by LocalFolder). The folderlist write function no
4087                 longer needs to know the folder type to save this extra
4088                 information.
4089
4090 2003-12-02 [christoph]  0.9.7claws10
4091
4092         * src/Makefile.am
4093         * src/account.c
4094         * src/folder.[ch]
4095         * src/folderview.h
4096         * src/imap.c
4097         * src/localfolder.[ch]          ** NEW **
4098         * src/mainwindow.c
4099         * src/mh.[ch]
4100         * src/news.[ch]
4101         * src/prefs_account.[ch]
4102         * src/prefs_filtering.h
4103         * src/procmsg.h
4104         * src/remotefolder.[ch]         ** NEW **
4105         * src/common/xml.[ch]
4106                 add item_set_xml() and item_get_xml() virtual functions to
4107                 FolderClass to give folders the ability to add extra information
4108                 to the saved FolderItem data. If NULL the default function for
4109                 FolderItem will be used.
4110
4111 2003-11-29 [christoph]  0.9.7claws9
4112
4113         * src/procheader.c
4114                 fix bug in unfolding
4115
4116 2003-11-29 [luke]       0.9.7claws8
4117
4118         * src/textview.c
4119                 fix compilation for non c99 compilers
4120
4121 2003-11-29 [christoph]  0.9.7claws7
4122
4123         * src/procmime.[ch]
4124         * src/mimeview.c
4125                 o unknown disposition types should be handled as
4126                   attachment (RFC2183)
4127                 o missing headers should not default to inline
4128                   (would make "Save All" useless when disposition header
4129                    is not set by the sending mailer)
4130                 o remove old MimeInfo data and cleanup
4131
4132 2003-11-29 [luke]       0.9.7claws6
4133
4134         * src/procmime.[ch]
4135                 re-added parsing of Content-Disposition header
4136                         - removes the old  'gchar* content_disposition'
4137                         - adds a new field 'DispositionType disposition'
4138                         - adds parameters to MimeInfo::parameters
4139
4140         * src/mimeview.c
4141                 use the "filename" parameter for saving, and the new
4142                 MimeInfo::disposition for save all.
4143
4144         * src/compose.c
4145         * src/toolbar.[ch]
4146                 add a 'check spelling' button as a possibility for 
4147                 the compose toolbar
4148
4149         * src/stockpixmap.[ch]
4150         * src/pixmaps/check_spelling.xpm        ** NEW **
4151         * src/Makefile.am
4152                 add a pixmap for use with 'check spelling' button or
4153                 a user defined action
4154
4155         * src/textview.c
4156                 re-apply fixed (I hope) patch for bug 57
4157                 "Hidden URL in HTML Mails"
4158
4159 2003-11-28 [christoph]  0.9.7claws5
4160
4161         * src/procmime.c
4162                 o be more liberal in what we accept as Content-Type parameters
4163                 o ignore comments after parameters
4164
4165         * src/sgpgme.c
4166                 o only free passphrase when an error occurs
4167
4168 2003-11-28 [paul]       0.9.7claws4
4169
4170         * src/account.c
4171                 add 'Clone Account' function. patch submitted by
4172                 Ricardo Mones Lastra
4173
4174 2003-11-27 [thorsten]   0.9.7claws3
4175
4176         * src/mimeview.c
4177                 fix crash if 'save_all' failed twice
4178
4179 2003-11-27 [paul]       0.9.7claws2
4180
4181         * po/POTFILES.in
4182                 fix a typo
4183
4184         * po/zh_CN.po
4185                 update Simplified Chinese translation. submitted by
4186                 Hansom Young
4187
4188 2003-11-27 [paul]       0.9.7claws1
4189
4190         * po/POTFILES.in
4191                 clean up
4192
4193 2003-11-26 [paul]       0.9.7claws
4194
4195         * 0.9.7claws released
4196
4197 2003-11-26 [paul]       0.9.6claws99
4198
4199         * src/Makefile.am
4200                 add reference to pixmaps/mime_message.xpm
4201
4202 2003-11-26 [paul]       0.9.6claws98
4203
4204         * po/POTFILES.in
4205                 remove reference to src/sigstatus.c
4206
4207 2003-11-26 [christoph]  0.9.6claws97
4208
4209         * src/Makefile.am
4210         * src/prefs_common.c
4211         * src/rfc2015.c
4212         * src/sigstatus.[ch]            ** REMOVE **
4213                 remove signature result popup option and window
4214
4215 2003-11-26 [paul]       0.9.6claws96
4216
4217         * po/es.po
4218           po/ja.po
4219           po/pl.po
4220           po/sk.po
4221           po/sr.po
4222                 update translations. submitted by Ricardo Mones Lastra,
4223                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4224
4225 2003-11-25 [christoph]  0.9.6claws95
4226
4227         * src/procmime.c
4228                 display mime structure only in debug mode
4229
4230 2003-11-25 [melvin]     0.9.6claws94
4231
4232         * po/fr.po
4233                 Updated French translations + typos fixes of older
4234                 translations (thanks to Fabien Vantard for pointing
4235                 to some of them)
4236
4237 2003-11-25 [melvin]     0.9.6claws93
4238
4239         * src/editldap.c
4240                 Fixed a couple of typos.
4241
4242 2003-11-24 [paul]       0.9.6claws92
4243
4244         * po/POTFILES.in
4245                 add 'src/textview.c'
4246
4247 2003-11-24 [paul]       0.9.6claws91
4248
4249         * src/sgpgme.c
4250                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4251
4252 2003-11-24 [paul]       0.9.6claws90
4253
4254         * src/plugins/image_viewer/viewer.c
4255                 image_viewer_show_mimepart(): 
4256                 use procmime_mimeinfo_get_parameter() to get the file name
4257
4258 2003-11-24 [paul]       0.9.6claws89
4259
4260         * src/textview.c
4261                 textview_show_mime_part(): rewrite text hint
4262
4263 2003-11-22 [paul]       0.9.6claws88
4264
4265         * sync with 0.9.7cvs5
4266                 see ChangeLog 2003-11-21
4267
4268 2003-11-21 [paul]       0.9.6claws87
4269
4270         * src/mimeview.c
4271                 define shortcut key 'o' for 'Open with...'
4272
4273 2003-11-21 [alfons]     0.9.6claws86
4274
4275         * src/messageview.c
4276                 fix bug #383 'Deleting message from "separate message view" 
4277                 uses local Trash folder'
4278
4279 2003-11-21 [christoph]  0.9.6claws85
4280
4281         * src/mimeview.c
4282                 fix content-type guessing by name parameter when finding
4283                 the correct viewer
4284
4285 2003-11-21 [alfons]     0.9.6claws84
4286
4287         * src/main.c
4288                 no mail incorporation allowed with --offline param.
4289                 fixes bug #374, "--offline ignored"
4290
4291 2003-11-20 [christoph]  0.9.6claws83
4292
4293         * src/mimeinfo.c
4294                 use signed MimeInfo when checking the signature and not
4295                 the selected one
4296
4297 2003-11-19 [alfons]     0.9.6claws82
4298
4299         * src/mainwindow.c
4300                 fix crash when toggling separate views, patch submitted
4301                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4302                 fixes bug #342, "separate views  cause crash"
4303
4304 2003-11-19 [paul]       0.9.6claws81
4305
4306         * src/compose.c
4307                 compose_redirect_write_headers_from_headerlist(): 
4308                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4309                 
4310         * src/main.c
4311                 code cleanup (inherited from 0.9.7cvs4)
4312                 
4313         * tools/tb2sylpheed
4314                 bugfix: added missing attribute-list start. submitted by
4315                 Urke MMI
4316
4317 2003-11-19 [luke]       0.9.6claws80
4318
4319         * src/textview.c
4320                 revert my last commit until I get time to fix it
4321
4322 2003-11-18 [christoph]  0.9.6claws79
4323
4324         * src/mimeview.[ch]
4325                 check parent MimeInfos for signatures and display the
4326                 result of the parent when found
4327
4328         * src/pgpmime.c
4329                 o avoid NULL pointer warnings
4330                 o use procmime_mimeinfo_get_parameter()
4331
4332         * src/sgpgme.c
4333                 small text changes
4334
4335 2003-11-17 [luke]       0.9.6claws78
4336
4337         * src/textview.c
4338                 add check for disguised URLs, fixing bug 57
4339                 "Hidden URL in HTML Mails"
4340
4341 2003-11-16 [christoph]  0.9.6claws77
4342
4343         * src/procmime.c
4344                 fix crash when parsing invalid Content-Type header
4345
4346 2003-11-16 [christoph]  0.9.6claws76
4347
4348         * src/pgpmime.c
4349         * src/privacy.c
4350         * src/procmime.c
4351         * src/sgpgme.[ch]
4352                 implement message decrypting
4353
4354         * src/rfc2015.c
4355                 remove old code
4356
4357 2003-11-14 [luke]       0.9.6claws75
4358
4359         * src/mimeview.c
4360                 fix a couple of problems that treated application/* and
4361                 application/octet-stream the wrong way around
4362                 (since 0.9.6claws10), causing "Open" to do nothing.
4363
4364 2003-11-14 [christoph]  0.9.6claws74
4365
4366         * src/messageview.c
4367         * src/pgpmime.c
4368         * src/privacy.[ch]
4369                 prepare for message part decrypting
4370
4371         * src/sgpgme.c
4372                 add output for expired signatures
4373
4374         * src/rfc2015.c
4375                 remove some old code
4376
4377 2003-11-10 [christoph]  0.9.6claws73
4378
4379         * src/mimeview.c
4380                 add "Full info" button for bad and warn signature status
4381
4382         * src/sgpgme.c
4383                 generate full signature info like gpg's output
4384                 (gpg -v --with-fingerprint --verify)
4385
4386 2003-11-10 [christoph]  0.9.6claws72
4387
4388         * src/mimeview.c
4389         * src/pgpmime.c
4390         * src/privacy.[ch]
4391         * src/sgpgme.[ch]
4392         * src/textview.[ch]
4393                 o add code to view full signature info
4394                 o do automatic signature checks
4395
4396 2003-11-10 [alfons]     0.9.6claws71
4397
4398         * src/summaryview.c
4399                 don't crash when gtkut_font_load() returns invalid font (has
4400                 something to do with locale settings)
4401                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4402
4403 2003-11-09 [alfons]     0.9.6claws70
4404
4405         * src/procmime.c
4406                 plug leak
4407
4408 2003-11-08 [luke]       0.9.6claws69
4409
4410         * src/summaryview.c
4411                 fix some typos
4412
4413         * src/compose.c
4414                 rewrite compose_attach_parts(), fixing various bugs mainly
4415                 to do with re-editing.
4416
4417         * src/mimeview.c
4418                 "save all" now only saves attachments with names/filenames
4419
4420 2003-11-04 [match]      0.9.6claws68
4421
4422         * src/ldapctrl.[ch]
4423                 fix broken LDAP support.
4424
4425         * src/ldapquery.c
4426                 remove printf's.
4427
4428 2003-11-04 [luke]       0.9.6claws67
4429
4430         * src/mimeview.c
4431                 o  fixed bug 4 "focus lost on messages with attachments"
4432                 o  fixed 'Save all' attachments for new mime changes
4433                 o  right clicking on icons consistent with right clicking on
4434                    mime tree
4435                   - fixes a bug where wrong part is saved when you
4436                     choose 'Save as' from popup menu
4437                   - fixes bug 308 "No way to "save all" attachments"
4438                 o  fixed a compiler warning.
4439
4440         * src/textview.c
4441                 o  removed flickering in mime tree when using "n" and "p"
4442                    shortcuts
4443                 o  fixed bug where selecting the textview and pressing e.g.
4444                    'y' causes sylpheed to respond twice.
4445
4446         * src/summaryview.c
4447                 removed hard coding of * and ! shortcuts (which only served
4448                 to cause problems if you tried to redefine the shortcuts)
4449
4450 2003-11-04 [luke]       0.9.6claws66
4451
4452         * src/plugins/image_viewer/viewer.c
4453         * src/plugins/image_viewer/viewerprefs.c
4454         * src/plugins/image_viewer/viewerprefs.glade
4455                 o  allow toggling of image scaling by clicking on image
4456                 o  respond to image's container widget resize
4457
4458         * src/procmime.c
4459                 o  fix bad parsing of message when re-editing/viewing a
4460                    message saved to the drafts folder
4461
4462 2003-11-02 [match]      0.9.6claws65
4463
4464         * src/browseldap.h
4465                 fix if not building LDAP support.
4466         * src/addrindex.c
4467         * src/ldapquery.[ch]
4468         * src/editldap.h
4469                 include support for contains query. feature req 529354.
4470
4471 2003-11-02 [alfons]     0.9.6claws64
4472
4473         * src/browseldap.c
4474                 fix build bustage if not compiling ldap support
4475
4476 2003-11-01 [match]      0.9.6claws63
4477
4478         * po/POTFILES.in
4479         * src/Makefile.am
4480         * src/addr_compl.[ch]
4481         * src/addrbook.c
4482         * src/addrcache.[ch]
4483         * src/addrdefs.h        ** NEW **
4484         * src/addressbook.c
4485         * src/addressitem.h
4486         * src/addrindex.[ch]
4487         * src/addritem.h
4488         * src/addrquery.[ch]
4489         * src/ldapquery.[ch]
4490         * src/ldapserver.[ch]
4491                 refactor LDAP query mechanism.
4492
4493         * src/browseldap.[ch]   ** NEW **
4494         * src/ldaplocate.[ch]   ** NEW **
4495                 add feature to browse LDAP entry that was retrieved using
4496                 an explicit LDAP search.
4497
4498 2003-11-01 [alfons]     0.9.6claws62
4499
4500         * src/prefs_gtk.c
4501                 prefs_write_param(): fail when we see an invalid type; all the
4502                 callers seem to handle this gracefully by reverting changes
4503
4504 2003-10-30 [christoph]  0.9.6claws61
4505
4506         * configure.ac
4507         * ac/openssl.m4
4508         * ac/spamassassin.m4
4509         * src/Makefile.am
4510                 use extra variables for all libraries to make sure plugins
4511                 are only linked with libraries they really need. $LIBS is always
4512                 added to the linking parameters, but we only what the libraries
4513                 listed in the Makefile
4514
4515 2003-10-29 [paul]       0.9.6claws60
4516
4517         * src/mimeview.c
4518                 don't use Subject for unknown part name
4519
4520 2003-10-29 [paul]       0.9.6claws59
4521
4522         * src/compose.c
4523                 get name of attachment(s) when re-editing, fwd'ing or
4524                 redirecting
4525                 
4526         * src/mimeview.c
4527                 get name of attachment(s) when saving
4528
4529 2003-10-29 [hoa]        0.9.6claws58
4530
4531         * src/textview.c
4532                 implemented multipart/alternative in MIME message viewer.
4533
4534 2003-10-28 [christoph]  0.9.6claws57
4535
4536         * configure.ac
4537                 make sure MathML-Viewer is not built with the
4538                 Gtk2 version of GtkMathView
4539
4540 2003-10-28 [paul]       0.9.6claws56
4541
4542         * sync with 0.9.7cvs1
4543                 see ChangeLog 2003-10-28
4544
4545 2003-10-27 [alfons]     0.9.6claws55
4546
4547         * src/matcher_parser_parse.y
4548         * src/gtk/colorlabel.c
4549                 allow setting color label to 0 in filtering/processing rules
4550                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
4551
4552 2003-10-26 [alfons]     0.9.6claws54
4553
4554         * src/summary_search.c
4555                 fix misnomer and correct selecting initial search node  
4556
4557 2003-10-26 [christoph]  0.9.6claws53
4558
4559         * src/pgpmime.c
4560         * src/sgpgme.c
4561                 change display of signature info to use only name of
4562                 signer, otherwise the text gets too long.
4563
4564         * src/procmime.c
4565                 don't use MimeInfo's filename to generate tmp filename
4566
4567 2003-10-25 [christoph]  0.9.6claws52
4568
4569         * src/procmime.c
4570                 fix message body searching
4571
4572 2003-10-25 [paul]       0.9.6claws51
4573
4574         * src/compose.c
4575                 use g_basename rather than basename
4576
4577 2003-10-24 [christoph]  0.9.6claws50
4578
4579         * src/sgpgme.c
4580                 change fetching of signature key's trust
4581
4582 2003-10-24 [paul]       0.9.6claws49
4583
4584         * po/sk.po
4585                 update Slovak translation
4586                 submitted by Andrej Kacian
4587                 
4588         * src/mainwindow.c
4589                 remove unknown menu entry /File/Add mailbox/mbox...
4590
4591 2003-10-24 [hoa]        0.9.6claws48
4592
4593         * src/Makefile.am
4594                 removed all references to mbox folders
4595
4596         * src/carray.[ch]               * REMOVED *
4597         * src/chash.[ch]                * REMOVED *
4598         * src/maillock.[ch]             * REMOVED *
4599         * src/mailmbox.[ch]             * REMOVED *
4600         * src/mailmbox_folder.[ch]      * REMOVED *
4601         * src/mailmbox_parse.[ch]       * REMOVED *
4602         * src/mailmbox_types.[ch]       * REMOVED *
4603         * src/mbox_folder.[ch]          * REMOVED *
4604                 remove implementation of mbox folders
4605                 and old mailbox folder.
4606                 mbox folder implementation will be added
4607                 as a plugin so that implementation can be entirely
4608                 synchronized with the files of the project they are
4609                 extracted from (libEtPan!).
4610         
4611         * src/mainwindow.c
4612         * src/folder.c
4613         * src/folderview.[ch]
4614         * src/procmsg.h         
4615                 Disable as much code that references mbox folders
4616                 as possible.
4617                 Some UI thing still need to know that folder is mbox
4618                 (when we have to enter the name of the mailbox and
4619                 we want to add /var/mail/$USER).
4620
4621 2003-10-23 [christoph]  0.9.6claws47
4622
4623         * src/noticeview.c
4624                 don't always display button when noticeview is made visible
4625
4626         * src/mimeview.c
4627         * src/pgpmime.c
4628         * src/privacy.[ch]
4629         * src/sgpgme.[ch]
4630                 get signature information from crypto system
4631
4632 2003-10-22 [paul]       0.9.6claws46
4633
4634         * po/es.po
4635                 updated by Ricardo Mones Lastra
4636
4637 2003-10-22 [paul]       0.9.6claws45
4638
4639         * src/Makefile.am
4640                 update to reflect the changes to the icons that
4641                 happened in 0.9.6claws35
4642
4643 2003-10-22 [alfons]     0.9.6claws44
4644         
4645         * src/carray.h
4646                 inline carray_count() 
4647
4648 2003-10-21 [alfons]     0.9.6claws43
4649
4650         * src/carray.h
4651                 glib wrappers
4652         * src/carray.c
4653                 disable
4654         * src/mailmbox.[ch]
4655         * src/mailmbox_folder.c
4656         * src/mailmbox_parse.c
4657         * src/mailmbox_types.[ch]
4658                 %s/uint32_t/guint
4659
4660 2003-10-21 [luke]       0.9.6claws42
4661
4662         * src/stock_pixmaps.[ch]
4663         * src/mimeview.c
4664         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
4665         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
4666                 o remove mime_application_octet_stream.xpm icon (it was never
4667                   really needed)
4668                 o remove redundant icon messageview_text.xpm
4669
4670         * src/mainwindow.c
4671                 fix visibility of signature noticeview when toggling 'separate
4672                 message view'
4673
4674 2003-10-21 [christoph]  0.9.6claws41
4675
4676         * src/procmime.c
4677                 decode multipart and rfc822 mime parts to allow further
4678                 parsing when required
4679
4680 2003-10-21 [christoph]  0.9.6claws40
4681
4682         * src/procmime.[ch]
4683         * src/textview.c
4684                 remove obsolete charset parameter in MimeInfo and fix
4685                 TextView to use the charset from the parameter hash table
4686
4687         * src/plugins/dillo_viewer/Makefile.am
4688         * src/plugins/trayicon/Makefile.am
4689                 add OPENSSL_CFLAGS to fix building with using
4690                 --with-openssl-* parameters
4691
4692 2003-10-21 [paul]       0.9.6claws39
4693
4694         * src/prefs_matcher.[ch]
4695                 replace remnants of the old, renamed 'Execute' matchtype
4696                 add a brief description to the Info window
4697
4698 2003-10-21 [hoa]        0.9.6claws38
4699         
4700         * src/Makefile.am
4701         * src/carray.[ch]               * NEW *
4702         * src/chash.[ch]                * NEW *
4703         * src/folder.c
4704         * src/maillock.[ch]             * NEW *
4705         * src/mailmbox.[ch]             * NEW *
4706         * src/mailmbox_folder.[ch]      * NEW *
4707         * src/mailmbox_parse.[ch]       * NEW *
4708         * src/mailmbox_types.[ch]       * NEW *
4709                 implementation of mbox folder with unique message numbers
4710
4711                 made use of libEtPan! implementation of mbox for lower-layer.
4712
4713 2003-10-20 [alfons]     0.9.6claws37
4714
4715         * src/noticeview.c
4716                 fix invalid argument warning
4717         * src/pgpmime.c
4718                 no in place variable
4719
4720 2003-10-20 [paul]       0.9.6claws36
4721
4722         * src/compose.[ch]
4723           src/filtering.c
4724           src/messageview.c
4725                 fix crash when using Forward in Filtering when
4726                 external editor option is set
4727                 
4728                 Patch submitted by Simon 'corecode' Schubert
4729                 <corecode@corecode.ath.cx> 
4730
4731 2003-10-20 [paul]       0.9.6claws35
4732
4733         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
4734           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
4735           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
4736           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
4737           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
4738           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
4739           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
4740           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
4741           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
4742           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
4743           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
4744           src/mimeview.c
4745           src/stock_pixmap.[ch]
4746                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
4747                 icons. add privacy_warn.xpm icon
4748
4749 2003-10-20 [hoa]  0.9.6claws34
4750
4751         * src/folder_item_prefs.[ch]
4752         * src/prefs_folder_item.c
4753         * src/main.c
4754                 Added a property per folder to choose whether we 
4755                 want to apply processing on it on startup or if we
4756                 prefer to wait the folder selection to apply it.
4757         
4758         * src/messageview.c
4759                 fixed C89 compatibility (for old compilers, for
4760                 example gcc 2.95.x).
4761
4762 2003-10-17 [christoph]  0.9.6claws33
4763
4764         * src/mimeview.c
4765         * src/noticeview.[ch]
4766                 change noticeview icon to indicate signature status
4767
4768 2003-10-17 [christoph]  0.9.6claws32
4769
4770         * src/Makefile.am
4771         * src/main.c
4772         * src/mimeview.c
4773         * src/noticeview.c
4774         * src/pgpmime.[ch]                              ** NEW **
4775         * src/privacy.[ch]
4776         * src/rfc2015.c
4777         * src/sgpgme.c                                  ** NEW **
4778                 reimplement PGP/Mime signature checking (unfinished)
4779
4780 2003-10-15 [christoph]  0.9.6claws31
4781
4782         * src/procmime.[ch]
4783                 fix procmime_get_text_content() and
4784                 procmime_get_first_text_content()
4785
4786 2003-10-15 [christoph]  0.9.6claws30
4787
4788         * src/plugins/spamassassin/spamassassin_gtk.c
4789         * src/plugins/spamassassin/spamassassin_gtk.glade
4790                 fix timeout tooltip
4791
4792 2003-10-15 [paul]       0.9.6claws29
4793
4794         * src/messageview.c
4795                 workaround for buggy smtp servers. on sending a
4796                 return receipt strip the name part from the address
4797                 when creating headers
4798                 
4799 2003-10-15 [paul]       0.9.6claws28
4800
4801         * sync with 0.9.7 release
4802                 see ChangeLog 2003-10-15
4803
4804 2003-10-14 [christoph]  0.9.6claws27
4805
4806         * src/plugins/clamav/clamav_plugin.c
4807                 fix clamav plugin
4808
4809 2003-10-14 [christoph]  0.9.6claws26
4810
4811         * src/compose.c
4812         * src/mimeview.c
4813         * src/procmime.[ch]
4814         * src/rfc2015.c
4815         * src/textview.c
4816         * src/plugins/clamav/clamav_plugin.c
4817                 use GNode to create the mime tree (some changes to functions
4818                 that traverse the tree are just quick and dirty. Maybe we
4819                 can find better solutions with g_node_*-functions)
4820
4821 2003-10-14 [luke]       0.9.6claws25
4822
4823         * src/mimeview.c
4824                 fix a navigation bug (stupid typo of mine)
4825
4826 2003-10-14 [christoph]  0.9.6claws24
4827
4828         * src/textview.c
4829                 fix missing last line in plain/text mails
4830
4831 2003-10-13 [luke]       0.9.6claws23
4832
4833         * src/summaryview.c
4834                 fix bug 334 (part 1)
4835
4836 2003-10-13 [kov]        0.9.6claws22
4837
4838         * src/mimeview.c
4839                 error checking when the user enters a non-directory at
4840                 the file selection dialog.
4841                 work-around for users entering directory location without
4842                 adding a leading G_DIR_SEPARATOR.
4843
4844 2003-10-13 [luke]       0.9.6claws21
4845
4846         * src/compose.c
4847                 error reporting for inserting files, including catching
4848                 invalid characters for current locale/encoding
4849
4850 2003-10-13 [paul]       0.9.6claws20
4851
4852         * src/folderview.c
4853                 fix bug #347 'subscribe newsgroups crashes'
4854
4855 2003-10-13 [paul]       0.9.6claws19
4856
4857         * src/compose.c
4858                 when using 'Reply to all' include the 'send replies
4859                 to' folder property
4860                 
4861         * po/ja.po
4862                 update Japanese translation. submitted by Rui Hirokawa 
4863                 <rui_hirokawa@ybb.ne.jp>        
4864
4865 2003-10-13 [hoa]        0.9.6claws18
4866
4867         * src/account.c
4868         * src/compose.c
4869         * src/messageview.c
4870         * src/procheader.c
4871         * src/procheader.h
4872                 rename get_header_from_msginfo() into
4873                 procheader_get_header_from_msginfo() so that we have a
4874                 coherent exported naming.
4875                 avoid parsing of header contained in a string via
4876                 a newly written temporary file.
4877
4878         Patch submitted by Simon 'corecode' Schubert
4879                 <corecode@corecode.ath.cx>
4880
4881 2003-10-12 [hoa]        0.9.6claws17
4882
4883         * src/filtering.c
4884         * src/filtering.h
4885         * src/matcher.c
4886         * src/matcher.h
4887         * src/matcher_parser_parse.y
4888         * src/prefs_filtering_action.c
4889                 added "stop" action : stop applying the filtering rules.
4890                 added "set score" and "increase/decrease score" actions.
4891                 That two last action replace the "change_score" action
4892                 introduced by alfons in 0.8.8claws85.
4893                 "set score" is to set a given score to the message.
4894                 "increase/decrease score" will increase or decrease the
4895                 score if the given value is respectively positive or
4896                 negative. If someone find a some better name for this last
4897                 rule, it can be modified.
4898
4899 2003-10-12 [paul]       0.9.6claws16
4900
4901         * AUTHORS
4902           po/ja.po
4903                 update Japanese translation. submitted by Rui Hirokawa 
4904                 <rui_hirokawa@ybb.ne.jp>
4905
4906 2003-10-12 [christoph]  0.9.6claws15
4907
4908         * src/procmime.c
4909                 fix crash caused by incorrect headers
4910
4911 2003-10-10 [christoph]  0.9.6claws14
4912
4913         * src/main.c
4914         * src/privacy.[ch]
4915         * src/rfc2015.[ch]
4916                 implement detection of signed message parts for rfc2015
4917
4918 2003-10-10 [thorsten]   0.9.6claws13
4919
4920         * src/mimeview.c
4921                 fix typo
4922
4923 2003-10-10 [christoph]  0.9.6claws12
4924
4925         * src/stock_pixmap.[ch]
4926         * src/pixmaps/mime_message.xpm                  ** NEW **
4927                 add a new icon for mime type "message"
4928
4929         * src/privacy.[ch]
4930         * src/procmime.[ch]
4931                 add crypto api
4932
4933         * src/mimeview.c
4934                 o use crypto api
4935                 o add icons for message type mime parts
4936
4937 2003-10-10 [christoph]  0.9.6claws11
4938
4939         * src/mainwindow.c
4940         * src/messageview.[ch]
4941         * src/mimeview.[ch]
4942         * src/procmime.[ch]
4943         * src/procmsg.[ch]
4944         * src/rfc2015.c
4945         * src/summaryview.c
4946         * src/textview.[ch]
4947                 o remove switching between TextView and MimeView in MessageView
4948                   (if required we can hide the icon box and the MimeView will
4949                    look exaxtly like the TextView)
4950                 o temporary remove signature and decrypting GPGME code
4951
4952 2003-10-09 [christoph]  0.9.6claws10
4953
4954         * src/action.c
4955         * src/compose.c
4956         * src/messageview.c
4957         * src/mimeview.c
4958         * src/procmime.[ch]
4959         * src/procmsg.c
4960         * src/rfc2015.c
4961         * src/textview.c
4962         * src/common/utils.[ch]
4963         * src/plugins/clamav/clamav_plugin.c
4964         * src/plugins/dillo_viewer/dillo_viewer.c
4965         * src/plugins/image_viewer/viewer.c
4966         * src/plugins/mathml_viewer/mathml_viewer.c
4967                 new mime parser (several things need fixing)
4968
4969 2003-10-09 [paul]       0.9.6claws9
4970
4971         * src/imap.c
4972                 a little more sync with 0.9.6cvs2 and a tidy up
4973
4974 2003-10-08 [paul]       0.9.6claws8
4975
4976         * sync with 0.9.6cvs2
4977                 see ChangeLog 2003-10-03
4978
4979 2003-10-05 [christoph]  0.9.6claws7
4980
4981         * src/summaryview.c
4982                 don't use flags to check if a message is in a news folder
4983
4984         (closes Bug 282 clicking on folder with copied Messages from News
4985          immediately after having copied them crashes Sylpheed-Claws)
4986
4987 2003-10-05 [christoph]  0.9.6claws6
4988
4989         * src/Makefile.am
4990         * src/progressdialog.[ch]               ** REMOVE **
4991         * src/gtk/Makefile.am
4992         * src/gtk/progressdialog.[ch]           ** NEW **
4993                 move progressdialog to gtk directory
4994
4995 2003-10-04 [christoph]  0.9.6claws5
4996
4997         * src/prefs_toolbar.c
4998         * src/gtk/prefswindow.c
4999                 remove widget_show_all for pages root widget
5000
5001         * src/plugins/spamassassin/spamassassin.[ch]
5002         * src/plugins/spamassassin/spamassassin_gtk.c
5003         * src/plugins/spamassassin/spamassassin_gtk.glade
5004                 add support for new libspamc transports
5005
5006 2003-10-04 [christoph]  0.9.6claws4
5007
5008         * src/plugins/spamassassin/libspamc.[ch]
5009         * src/plugins/spamassassin/spamassassin.c
5010         * src/plugins/spamassassin/utils.[ch]
5011                 update libspamc to version from SpamAssassin 2.60
5012
5013 2003-10-03 [christoph]  0.9.6claws3
5014
5015         * src/send_message.c
5016                 fix missing format string bug found by
5017                 Georgi Guninski <guninski@guninski.com>
5018
5019 2003-10-03 [paul]       0.9.6claws2
5020
5021         * po/zh_CN.po
5022                 update Simpilified Chinese translation, submitted by
5023                 Hansom Young
5024
5025 2003-10-02 [christoph]  0.9.6claws1
5026
5027         * src/imap.c
5028                 add UIDPLUS support for COPY and EXPUNGE
5029
5030 2003-10-02 [paul]       0.9.6claws
5031
5032         * 0.9.6claws released
5033
5034 2003-10-02 [paul]
5035
5036         * po/es.po
5037           po/sk.po
5038                 update Spanish and Slovak translations
5039                 submitted by Ricardo Mones Lastra and Andrej Kacian
5040  
5041 2003-10-02 [paul]       0.9.5claws43
5042
5043         * po/en_GB.po
5044                 update British English translation
5045
5046 2003-10-02 [paul]       0.9.5claws42
5047
5048         * po/hr.po
5049                 update Croatian translation, submitted by Dragan
5050
5051 2003-10-01 [paul]       0.9.5claws41
5052
5053         * po/pl.po
5054           po/sr.po
5055                 update Polish and Serbian translations, submitted by
5056                 Emil and Urke MMI
5057
5058 2003-10-01 [melvin]     0.9.5claws40
5059
5060         * po/fr.po
5061                 Updated French translations
5062
5063 2003-10-01 [melvin]     0.9.5claws39
5064
5065         * src/prefs_fonts.c
5066                 Fixed a Gtk warning
5067
5068         * src/plugins/dillo_prefs.c     
5069                 Quasi unnoticeable UI clean-up.
5070
5071 2003-10-01 [paul]
5072
5073         * tools/README
5074           tools/maildir2sylpheed.pl
5075                 bug fixes, rewrites, submitted by Matthias Förste 
5076                 <itsjustme@users.sourceforge.net>
5077
5078 2003-09-29 [paul]       0.9.5claws38
5079
5080         * src/inc.c
5081                 fix my coding carelessness
5082
5083 2003-09-29 [paul]       0.9.5claws37
5084
5085         * po/POTFILES.in
5086           src/Makefile.am
5087           src/main.c
5088           src/prefs_common.[ch]
5089           src/prefs_fonts.[ch]  ** NEW FILES **
5090                 move Font config options to Other Prefs/Display/Fonts
5091                 (user's current configuration is preserved)
5092
5093 2003-09-29 [paul]       0.9.5claws36
5094
5095         * src/inc.c
5096           src/prefs_account.c
5097                 allow 'local_mbox' value to point to either a directory 
5098                 (/var/mail -  default, new) or a file (/var/mail/username
5099                 - original)
5100
5101 2003-09-28 [paul]       0.9.5claws35
5102
5103         * src/rfc2015.c
5104                 on signature check, where key exists, print the
5105                 Key ID
5106
5107 2003-09-27 [alfons]     0.9.5claws34
5108
5109         * src/action.c
5110                 o make progress bar not fill/expand when resizing dialog
5111                 o use default fixed text font for actions output
5112
5113 2003-09-27 [paul]       0.9.5claws33
5114
5115         * src/prefs_common.[ch]
5116           src/procmsg.c
5117           src/send_message.c
5118                 remove External Program settings from Common Prefs/Send
5119                 as they are now unnecessary due to Local account settings.
5120                 plus a little tidying-up after 0.9.5claws31
5121
5122 2003-09-27 [paul]       0.9.5claws32
5123
5124         * src/prefs_account.c
5125                 o make correction to gui text:
5126                   'Local mailbox file' -> 'Local mailbox directory'
5127                 o give 'local_mbox' option a reasonable default value:
5128                   '/var/mail'
5129                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5130                   value
5131
5132 2003-09-26 [paul]       0.9.5claws31
5133
5134         * src/inc.c
5135           src/prefs_common.[ch]
5136                 remove 'Incorporate from spool' common pref,
5137                 force creation of a 'Local' account
5138
5139 2003-09-26 [christoph]  0.9.5claws30
5140
5141         * src/folder.c
5142         * src/msgcache.c
5143                 add more NULL pointer checks
5144
5145 2003-09-25 [christoph]  0.9.5claws29
5146
5147         * src/folder.c
5148                 o don't fetch source message to get it's message id
5149                 o immediately scan dest folder when copying a message did not
5150                   return a new message number and not do it when the first message
5151                   without a new message number is found
5152
5153 2003-09-23 [christoph]  0.9.5claws28
5154
5155         * src/compose.c
5156                 fix generating of headers
5157
5158         (patch by David Relson <relson@osagesoftware.com>)
5159
5160 2003-09-23 [paul]       0.9.5claws27
5161
5162         * po/zh_CN.po
5163                 update Simplified Chinese translation. submitted by
5164                 Hansom Young
5165
5166 2003-09-23 [paul]       0.9.5claws26
5167
5168         * tools/Makefile.am
5169           tools/README
5170           tools/vcard2xml.py    ** NEW FILE **
5171                 add a script that converts an evolution vcard to
5172                 sylpheed's xml format
5173                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5174
5175 2003-09-22 [paul]       0.9.5claws25
5176
5177         * src/plugins/clamav/clamav_plugin.c
5178                 don't skip MULTIPART parts
5179
5180 2003-09-21 [christoph]  0.9.5claws24
5181
5182         * src/alertpanel.c
5183                 remove unneeded include
5184
5185         * src/folder.c
5186                 clean up copy/move mess with duplicated code
5187
5188         * src/imap.c
5189                 fix problem that sometimes the folder was not scanned
5190                 also it was changed
5191
5192 2003-09-21 [christoph]  0.9.5claws23
5193
5194         * src/Makefile.am
5195         * src/logwindow.[ch]                    ** REMOVE **
5196         * src/mainwindow.c
5197         * src/prefs_common.c
5198         * src/gtk/Makefile.am
5199         * src/gtk/logwindow.[ch]                ** ADD **
5200                 make logwindow prefs_common independent and move
5201                 it to gtk directory
5202
5203 2003-09-20 [christoph]  0.9.5claws22
5204
5205         * src/compose.c
5206                 add extra space for address code conversion
5207                 (4 * unconvered size could be too small for short headers)
5208
5209 2003-09-20 [christoph]  0.9.5claws21
5210
5211         * src/compose.c
5212                 increase temp buffer size when writing headers
5213
5214 2003-09-19 [darko]      0.9.5claws20
5215
5216         * src/compose.c
5217                 don't ignore value of 'Save copy of outgoing messages to
5218                 this folder instead of Sent' in message redirect
5219
5220 2003-09-17 [christoph]  0.9.5claws19
5221
5222         * src/compose.c
5223                 use ", " as address seperator for mail headers and pass whole
5224                 header line at once to compose_convert_header to make sure
5225                 it is correctly folded
5226
5227         (closes Bug 64 Problem when sending to many recipients)
5228
5229 2003-09-17 [hoa]        0.9.5claws18
5230         
5231         * src/matcher.[ch]
5232           src/matcher_parser_parse.y
5233           src/prefs_matcher.c
5234                 changed the keyword used for command execution in condition
5235                 keyword is changed from "execute" to "test"
5236                 so that it is not the same as the one used for action.
5237                 This will fix a bug when using filtering dialog.
5238                 All semantic in the code is also changed to reflect
5239                 the keyword change.
5240
5241 2003-09-17 [paul]
5242         
5243         * sync with 0.9.6 release
5244
5245 2003-09-17 [paul]       0.9.5claws17
5246
5247         * sync with 0.9.5cvs8
5248                 see ChangeLog 2003-09-16 and 2003-09-17
5249
5250 2003-09-16 [paul]       0.9.5claws16
5251
5252         * sync with 0.9.5cvs6
5253                 see ChangeLog 2003-09-16
5254
5255 2003-09-15 [paul]       0.9.5claws15
5256
5257         * sync with 0.9.5cvs5
5258                 see ChangeLog 2003-09-15
5259
5260 2003-09-14 [alfons]     0.9.5claws14
5261
5262         * src/inc.c
5263                 make "Go to inbox after receiving new mail" again;
5264                 regression of a sync, restored to sylpheed main 
5265                 behaviour. (misses still some bits)
5266
5267 2003-09-14 [alfons]     0.9.5claws13
5268
5269         * src/prefs_filtering_action.c
5270                 o add proper message if empty execute command line
5271                 o don't select first action item after registering a
5272                   new action to prevent (what seems to be a GTK) bug
5273                   #36, "filtering will only accept one action change 
5274                   per invocation".
5275
5276 2003-09-14 [alfons]     0.9.5claws12
5277
5278         * src/prefs_filtering.c
5279         * src/prefs_filtering_action.c
5280         * src/prefs_matcher.c
5281                 fix function signature for key_pressed_event signal handlers
5282
5283 2003-09-14 [alfons]     0.9.5claws11
5284
5285         * src/mainwindow.c
5286                 fix regression caused by fix for invalid bug #7
5287                 (should fix #246, "Multiple selections are deselected when 
5288                 moving from search window to main window")
5289                 
5290 2003-09-14 [alfons]     0.9.5claws10
5291         
5292         * src/actions.[ch]
5293         * src/filtering.[ch]
5294         * src/prefs_actions.c
5295                 allow `filtering actions` in actions; only for advanced users
5296                 right now: try for example, "%as{mark color 2}" 
5297         
5298 2003-09-13 [paul]       0.9.5claws9
5299         
5300         * po/pl.po
5301           po/zh_CN.po   ** NEW FILE **
5302                 update Polish translation, submitted by Emil 
5303                 <eminowbl@posejdon.wpk.p.lodz.pl>
5304                 add new Simplified Chinese translation, submitted by
5305                 Hansom Young <hansom_young@yahoo.com>
5306
5307 2003-09-12 [alfons]     0.9.5claws8
5308
5309         * src/summaryview.c
5310                 don't open separate message views when View | Separate message view
5311                 is active 
5312                 (please look carefully for any navigation regressions)
5313
5314 2003-09-11 [alfons]     0.9.5claws7
5315
5316         * src/mainwindow.c
5317                 make default message view, opened by View | Separate message 
5318                 view, look like a claws message view (which includes a menu
5319                 bar and a toolbar)
5320                 (fixes bug #298, "message view loses tool bar") 
5321
5322 2003-09-11 [christoph]  0.9.5claws6
5323
5324         * src/folderview.c
5325                 fix double deleting of newsgroup folders
5326
5327         (closes Bug 305 crash after deleting of a newsgroup)
5328
5329 2003-09-11 [paul]       0.9.5claws5
5330
5331         * src/rfc2015.c
5332           src/common/utils.h
5333                 more sync'ing from 0.9.5cvs2
5334
5335 2003-09-11 [christoph]  0.9.5claws4
5336
5337         * src/compose.c
5338         * src/rfc2015.c
5339         * src/common/utils.h
5340                 fix sync with 0.9.5cvs2
5341
5342 2003-09-11 [paul]       0.9.5claws3
5343
5344         * sync with 0.9.5cvs4
5345                 see ChangeLog 2003-09-11
5346
5347 2003-09-11 [paul]       0.9.5claws2
5348
5349         * sync with 0.9.5cvs2
5350                 see ChangeLog 2003-09-05
5351                 
5352 2003-09-11 [paul]       0.9.5claws1
5353
5354         * sync with 0.9.5cvs3
5355                 see ChangeLog 2003-09-10
5356
5357 2003-09-10 [paul]       0.9.5claws
5358
5359         * 0.9.5claws released
5360
5361 2003-09-10 [paul]       0.9.4claws78
5362
5363         * src/Makefile.am
5364                 add missing files
5365
5366 2003-09-10 [melvin]     0.9.4claws77
5367
5368         * po/fr.po
5369                 Updated French translations
5370
5371 2003-09-10 [paul]       0.9.4claws76
5372
5373         * po/es.po
5374           po/sk.po
5375           po/sr.po
5376                 update Spanish, Slovak, and Serbian translations.
5377                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5378                 and Urke MMI
5379                 
5380         * AUTHORS
5381                 add translation team section
5382
5383 2003-09-09 [christoph]  0.9.4claws75
5384
5385         * src/folder.c
5386                 free item->prefs in folder_item_destroy
5387
5388 2003-09-09 [alfons]     0.9.4claws74
5389
5390         * src/folderview.c
5391                 o proper check for root node sorting
5392                 o remove unnecessary gtk_ctree_remove_node 
5393
5394         (should fix bug #300, "crash while moving folder")      
5395
5396 2003-09-08 [christoph]  0.9.4claws73
5397
5398         * src/folderview.c
5399                 o fix double adding of IMAP FolderItems to GtkCTree
5400                 o fix crash then mbox folder is removed
5401
5402 2003-09-08 [christoph]  0.9.4claws72
5403
5404         * src/folder.c
5405         * src/folderview.c
5406         * src/mainwindow.c
5407                 fix new folder notification
5408
5409         * src/mbox_folder.c
5410                 fix cache path
5411
5412 2003-09-08 [christoph]  0.9.4claws71
5413
5414         * src/compose.c
5415                 replace '\n' and '\r' before removing trailing spaces
5416
5417         * src/folder.[ch]
5418         * src/folderview.c
5419                 add information about new or removed items in folder tree change
5420                 notification and use this in folderview to add and remove only
5421                 the appected items and not refresh the whole tree
5422
5423 2003-09-07 [match]      0.9.4claws70
5424
5425         * src/Makefile.am
5426         * src/addr_compl.c
5427         * src/addressbook.c
5428         * src/addressitem.h
5429         * src/addrindex.c
5430         * src/addritem.c
5431         * src/addritem.h
5432         * src/addrquery.c                       ** NEW **
5433         * src/addrquery.h
5434         * src/ldapquery.c
5435         * src/ldapserver.c
5436         * src/stock_pixmap.c
5437         * src/stock_pixmap.h
5438         * src/pixmaps/address_search.xpm        ** NEW **
5439                 re-introduce Lookup button for LDAP 'static' searches.
5440
5441 2003-09-07 [alfons]     0.9.4claws69
5442         
5443         * src/summaryview.c
5444                 abandon setting usize for messageview because it gives layout problems
5445                 with the quick search bar and the headerview; fixes assorted UI glitches:
5446                 
5447                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5448                 o bug #280, "Window resiizes for line length but does not revert"
5449
5450 2003-09-07 [christoph]  0.9.4claws68
5451
5452         * src/compose.c
5453                 o make sure we don't have any newlines in header values
5454                 o check custom headers for spaces and newlines and ignore
5455                   malformed header names
5456
5457 2003-09-06 [christoph]  0.9.4claws67
5458
5459         * src/folder.c
5460         * src/folderview.c
5461                 invoke notification hook for folder tree changes after append
5462                 and remove folder
5463
5464         (closes Bug 294 Crash while moving folder with many subdirectories)
5465
5466 2003-09-06 [christoph]  0.9.4claws66
5467
5468         * src/folder.c
5469                 destroy folder's MsgCache if FolderItem is removed to make sure
5470                 it is not saved when the FolderItem is destroyed
5471
5472 2003-09-06 [christoph]  0.9.4claws65
5473
5474         * src/plugins/clamav/clamav_plugin.c
5475                 fix copy & paste bug
5476
5477 2003-09-05 [christoph]  0.9.4claws64
5478
5479         * src/folder.c
5480         * src/messageview.[ch]
5481         * src/procmsg.[ch]
5482         * src/summaryview.c
5483                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5484                 by MessageView to clear it when the message is deleted. Should
5485                 work even if messages are deleted in MainWindow or by
5486                 processing.
5487
5488 2003-09-05 [alfons]     0.9.4claws63
5489
5490         * src/messageview.c
5491                 deleting a message in a message view frees its msginfo, make 
5492                 messageview_update_all() aware of that (should fix bug #293,
5493                 "deleting message caused crash")
5494
5495 2003-09-05 [melvin]     0.9.4claws62
5496
5497         * src/action.c
5498                 Improve synchronous action exit code (fixes 
5499                 a ~5 seconds delay after action exit on RedHat 9)
5500
5501 2003-09-04 [christoph]  0.9.4claws61
5502
5503         * src/compose.c
5504         * src/rfc2015.c
5505         * src/common/utils.[ch]
5506                 add util function to create mime boundary and use it
5507                 in compose and gpg code
5508
5509 2003-09-04 [alfons]     0.9.4claws60
5510
5511         * src/folder.c
5512                 source folder item's GNode should already have been freed in 
5513                 a previous call to src->folder->klass->remove_folder()
5514                 (should fix bug #287, "crash when moving folders")
5515
5516 2003-09-03 [thorsten]   0.9.4claws59
5517
5518         * src/plugins/spamassassin/spamassassin_gtk.c
5519                 fix compile error
5520
5521 2003-09-03 [christoph]  0.9.4claws58
5522
5523         * src/plugins/spamassassin/spamassassin.[ch]
5524         * src/plugins/spamassassin/spamassassin_gtk.c
5525                 add timeout config option
5526
5527 2003-09-03 [paul]       0.9.4claws57
5528
5529         * po/sk.po      ** NEW FILE **
5530                 add Slovak translation. Submitted by Andrej Kacian 
5531                 <andrej@kacian.sk>
5532
5533 2003-09-03 [paul]       0.9.4claws56
5534
5535         * src/plugins/clamav/clamav_plugin_gtk.c
5536                 gui tweaks: replace a label with a tooltip, modify the
5537                 text, use gtk_check_button_new(); instead of
5538                 gtk_check_button_new_with_label("");
5539
5540 2003-09-02 [alfons]     0.9.4claws55
5541
5542         * src/gtk/filesel.c
5543                 remember last used dir when attaching multiple files (should fix
5544                 bug #290, "Attach File does not remember directory")
5545
5546 2003-09-01 [paul]       0.9.4claws54
5547
5548         * po/es.po
5549                 updated by Ricardo Mones Lastra
5550
5551 2003-09-01 [alfons]     0.9.4claws53
5552
5553         * src/gtk/gtkaspell.[ch]
5554                 be pedantic and strict and use const gchar * instead of guchar *
5555
5556 2003-09-01 [alfons]     0.9.4claws52
5557
5558         * src/mainwindow.c
5559         * src/summaryviewc.
5560                 re-enable Save As when multiple messages are selected
5561
5562 2003-09-01 [paul]       0.9.4claws51
5563
5564         * src/textview.c
5565                 g_free(trimmed_uri);
5566
5567 2003-09-01 [paul]       0.9.4claws50
5568
5569         * sync with 0.9.4cvs13
5570                 see ChangeLog 2003-09-01
5571
5572 2003-09-01 [paul]       0.9.4claws49
5573
5574         * src/textview.c
5575                 trim uri before sending to the statusbar
5576                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
5577                 in the message window causes main S-C window to enlarge 
5578                 past screen edges'
5579
5580 2003-09-01 [paul]       0.9.4claws48
5581
5582         * sync with 0.9.4cvs12
5583                 see ChangeLog 2003-09-01
5584
5585 2003-08-30 [christoph]  0.9.4claws47
5586
5587         * src/compose.c
5588         * src/folder_item_prefs.[ch]
5589         * src/prefs_folder_item.c
5590         * src/gtk/gtkaspell.[ch]
5591                 commit per folder dictionary patch by
5592                 Paul Evans <nerd@freeuk.com>
5593
5594 2003-08-30 [christoph]  0.9.4claws46
5595
5596         * src/plugins/spamassassin/spamassassin_gtk.c
5597         * src/plugins/spamassassin/spamassassin_gtk.glade
5598                 reduce GUI clutter by placing hints into tooltips
5599
5600 2003-08-30 [paul]       0.9.4claws45
5601
5602         * src/compose.c
5603                 add 'Content-Disposition: inline' to a text/plain
5604                 part when using PGP/MIME signing
5605
5606 2003-08-30 [paul]       0.9.4claws44
5607
5608         * src/prefs_common.c
5609           src/prefs_spelling.c
5610           src/prefs_spelling.glade
5611                 reduce GUI clutter by placing hints into tooltips
5612
5613 2003-08-29 [christoph]  0.9.4claws43
5614
5615         * configure.ac
5616                 fix bug found by Ivan Rayner <ivanr@sgi.com>
5617
5618         * src/stock_pixmap.c
5619                 change unecessary warning into a debug message
5620
5621         * src/plugins/clamav/Makefile.am
5622                 Fix error "-I$(CLAMAV_LIBS)"
5623
5624 2003-08-29 [christoph]  0.9.4claws42
5625
5626         * intl/Makefile.in
5627         * src/Makefile.am
5628         * src/matcher.h
5629         * src/common/Makefile.am
5630         * src/common/passcrypt.c
5631                 commit fixes and patches for some of the IRIX problems found by
5632                 Ivan Rayner <ivanr@sgi.com>
5633
5634 2003-08-29 [paul]       0.9.4claws41
5635
5636         * src/prefs_filtering.c
5637                 add 'Top' and 'Bottom' buttons, based on changes in
5638                 src/prefs_filter.c in 0.9.4cvs11.
5639
5640 2003-08-27 [christoph]  0.9.4claws40
5641
5642         * src/folderview.c
5643                 fix bug that the current summary settings were copied to the
5644                 wrong folder item, when the folder item prefs are opened.
5645                 Copying is not required because summary settings and
5646                 folder_item_prefs do not contain the same settings
5647
5648 2003-08-27 [thorsten]   0.9.4claws39
5649
5650         * src/imap.c
5651                 fix compile error
5652
5653 2003-08-26 [paul]       0.9.4claws38
5654
5655         * sync with 0.9.4cvs9
5656                 see ChangeLog 2003-08-26
5657
5658 2003-08-25 [paul]       0.9.4claws37
5659
5660         * sync with 0.9.4cvs8
5661                 see ChangeLog 2003-08-25
5662
5663 2003-08-24 [christoph]  0.9.4claws36
5664
5665         * src/prefs_filtering.c
5666                 shouldn't remove items from a GSList while iterating over the
5667                 list (makes cur invalid and cur->next not accessable)
5668
5669         (closes Bug 272 i deleted an folder and some seconds later sylpheed
5670          crashed)
5671
5672 2003-08-23 [christoph]  0.9.4claws35
5673
5674         * src/news.c
5675                 news folders should be scanned when opened
5676
5677 2003-08-22 [christoph]  0.9.4claws34
5678
5679         * src/prefs_folder_item.c
5680                 use macro to assign strings that always frees the old string
5681
5682         * src/gtk/gtkaspell.[ch]
5683                 add gtkaspell_set_dictionary_menu_active_item() to set active
5684                 item in dictionary option menu
5685
5686         * src/prefs_spelling.c
5687                 use gtkaspell_set_dictionary_menu_active_item() to select
5688                 dictionary
5689
5690 2003-08-21 [christoph]  0.9.4claws33
5691
5692         * src/folder.[ch]
5693         * src/imap.c
5694         * src/mbox_folder.c
5695         * src/mh.c
5696         * src/news.c
5697                 optimize folder system
5698
5699         * src/gtk/gtkstext.c
5700                 fix division by zero when font has 0 width for ' '
5701
5702 2003-08-21 [paul]       0.9.4claws32
5703
5704         * sync with 0.9.4cvs7
5705                 see ChangeLog 2003-08-20
5706
5707 2003-08-19 [paul]       0.9.4claws31
5708
5709         * src/common/defs.h
5710                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
5711                 SYLDOC_FAQ_HTML_INDEX.
5712         * src/manual.c
5713                 use LC_MESSAGES instead of LC_ALL to find the current
5714                 language
5715
5716           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
5717
5718 2003-08-19 [paul]       0.9.4claws30
5719
5720         * po/bg.po
5721                 updated by George Danchev
5722
5723 2003-08-18 [luke]       0.9.4claws29
5724         * src/mimeview.[ch]
5725         * src/gtk/gtkvscrollbutton.[ch]
5726                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
5727                   dependencies; do it the GTK way; reduce code -14/+2 lines)
5728                 o removed horizontal separator between icons
5729
5730 2003-08-17 [christoph]  0.9.4claws28
5731
5732         * src/procmsg.c
5733                 no subject threading when the subject has no reply prefix
5734
5735 2003-08-16 [christoph]  0.9.4claws27
5736
5737         * src/mainwindow.c
5738                 remember and restore window sizes and position when the main
5739                 window is hidden or shown
5740
5741         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
5742          minimised/reopened using trayicon)
5743
5744 2003-08-16 [paul]       0.9.4claws26
5745
5746         * src/crash.c
5747                 add #include "defs.h"
5748
5749 2003-08-16 [paul]       0.9.4claws25
5750
5751         * src/plugins/clamav/clamav_plugin.c
5752                 reword a debug_print
5753                 
5754         * src/plugins/dillo_viewer/dillo_prefs.c
5755                 cosmetic: change the labels' text, add tooltips, and
5756                 left-align the hint
5757
5758 2003-08-15 [christoph]  0.9.4claws24
5759
5760         * src/news.c
5761                 complete last change (forgot some changes)
5762
5763 2003-08-15 [christoph]  0.9.4claws23
5764
5765         * src/news.c
5766                 o check number of messages and don't return a 0 message
5767                   when no messages are available
5768                 o don't parse xref header anymore
5769
5770         (closes Bug 203 I'm not getting any news)
5771
5772 2003-08-15 [paul]       0.9.4claws22
5773
5774         * src/common/defs.h
5775           src/crash.c
5776                 update and define claws bugzilla location
5777
5778 2003-08-15 [paul]       0.9.4claws21
5779
5780         * po/ru.po
5781                 update submitted by Ruslan N. Balkin
5782
5783 2003-08-14 [christoph]  0.9.4claws20
5784
5785         * src/procmsg.c
5786                 fix search for oldest node in subject threading
5787
5788 2003-08-14 [christoph]  0.9.4claws19
5789
5790         * src/procmsg.c
5791         * src/common/utils.h
5792                 add possibility to check all nodes with the same subject for
5793                 subject threading, not only the oldest node. Should not break
5794                 threads anymore if the oldest node is thread_by_subject_max_age
5795                 days older then parent, because it can now find a child of
5796                 oldest node as new parent.
5797
5798 2003-08-11 [christoph]  0.9.4claws18
5799
5800         * src/plugins/spamassassin/spamassassin.c
5801                 run spam check in background process
5802
5803 2003-08-10 [alfons]     0.9.4claws17
5804
5805         * src/summaryview.c
5806                 make `Select All' sensitive too
5807
5808 2003-08-10 [christoph]  0.9.4claws16
5809
5810         * src/imap.c
5811                 add more checks in imap_close
5812
5813 2003-08-09 [alfons]     0.9.4claws15
5814
5815         * src/prefs_spelling.c
5816                 no spell checking UI if not requested
5817
5818 2003-08-09 [alfons]     0.9.4claws14
5819
5820         * src/gtk/prefswindow.c
5821                 make it compile
5822
5823 2003-08-09 [christoph]  0.9.4claws13
5824
5825         * src/prefs_spelling.c
5826         * src/gtk/prefswindow.[ch]
5827         * src/plugins/clamav/clamav_plugin_gtk.c
5828         * src/plugins/spamassassin/spamassassin_gtk.c
5829                 sort prefs pages by heighest weight in tree
5830
5831 2003-08-09 [paul]       0.9.4claws12
5832
5833         * sync with 0.9.4cvs6
5834                 see ChangeLog 2003-08-07
5835                 
5836         * AUTHORS
5837                 add Leandro and Luke to claws-branch section
5838
5839 2003-08-09 [christoph]  0.9.4claws11
5840
5841         * src/gtk/Makefile.am
5842         * src/gtk/colorsel.[ch]                 ** NEW **
5843                 create a color selection dialog that can be used as a simple
5844                 function call with it's own gtk main loop like filesel.[ch]
5845
5846         * src/Makefile.am
5847         * src/main.c
5848         * src/prefs_common.c
5849         * src/prefs_spelling.[ch]               ** NEW **
5850         * src/prefs_spelling.glade              ** NEW **
5851         * src/gtk/gtkutils.[ch]
5852                 move "Spell Checker" prefs to new prefs dialog
5853
5854         * src/prefs_folder_item.c
5855                 use new colorsel dialog
5856
5857 2003-08-08 [paul]       0.9.4claws10
5858
5859         * src/inc.c
5860                 clear the progress bar unconditionally
5861
5862 2003-08-08 [paul]       0.9.4claws9
5863
5864         * sync with 0.9.4cvs4
5865                 see ChangeLog 2003-07-31
5866
5867 2003-08-07 [christoph]  0.9.4claws8
5868
5869         * configure.ac
5870                 fix bug in image viewer plugin part
5871
5872         * src/imap.c
5873                 don't execute close command if the folder item is not selected
5874
5875 2003-08-07 [hoa]        0.9.4claws7
5876
5877         * src/filtering.[ch]
5878         * src/matcher_parser.h
5879         * src/matcher_parser_parse.y
5880                 can define several actions for each filtering rule
5881                 can import old versions of filtering rules
5882
5883         * src/prefs_filtering.c
5884                 call to a new dialog box to define actions
5885
5886         * src/prefs_filtering_action.[ch]
5887                 dialog box to define actions for filtering rules
5888
5889 2003-08-06 [christoph]  0.9.4claws6
5890
5891         * src/imap.c
5892                 make sure source folder is selected when copying messages
5893
5894 2003-08-06 [christoph]  0.9.4claws5
5895
5896         * sync with 0.9.4cvs2
5897                 see ChangeLog 2003-07-29                
5898
5899 2003-08-05 [paul]       0.9.4claws4
5900
5901         * sync with 0.9.4cvs3
5902                 see ChangeLog 2003-07-30
5903
5904 2003-08-04 [match]      0.9.4claws3
5905
5906         * po/POTFILES.in
5907                 export of LDIF files.
5908
5909 2003-08-04 [match]      0.9.4claws2
5910
5911         * src/ldif.[ch]
5912                 support for export LDIF. documented.
5913         * src/importldif.[ch]
5914         * src/exportldif.[ch]
5915                 add tooltips. documented.
5916         * src/exphtmldlg.[ch]
5917         * src/common/xmlprops.[ch]
5918                 documented.
5919         * src/exportldif.[ch]                   ** NEW **
5920         * src/expldifdlg.[ch]                   ** NEW **
5921         * src/addressbook.[ch]
5922         * src/Makefile.am
5923                 export of LDIF files.
5924                 documented.
5925
5926 2003-08-04 [christoph]  0.9.4claws1
5927
5928         * .cvsignore
5929         * Makefile.am
5930         * configure.ac
5931         * sylpheed-claws.pc.in                  ** NEW **
5932         * src/Makefile.am
5933         * src/common/Makefile.am
5934         * src/gtk/Makefile.am
5935                 install sylpheed header files in $(pkgincludedir) and create a
5936                 pkg-config file to allow building a plugin without the source
5937                 package
5938
5939 2003-08-04 [paul]       0.9.4claws
5940
5941         * version 0.9.4claws
5942
5943 2003-08-04 [paul]       0.9.3claws97
5944
5945         * po/es.po
5946                 update Spanish translation. Submitted by Ricardo
5947                 Mones Lastra.
5948
5949 2003-08-03 [paul]       0.9.3claws96
5950
5951         * po/hr.po
5952           po/sr.po
5953                 update Croatian and Serbian translations. Submitted by
5954                 Dragan and Urke MMI respectively
5955
5956 2003-08-03 [alfons]     0.9.3claws95
5957
5958         * src/summaryview.c
5959                 mark flag has precedence over important flag - seems
5960                 to have been changed in sync of 0.9.3claws45. this fixes
5961                 a regression where messages that were scored as important
5962                 don't show their mark flags. (using the same column for
5963                 both importance as mark flags is the real problem
5964                 ofcourse)
5965
5966 2003-08-03 [melvin]     0.9.3claws94
5967
5968         * po/fr.po
5969                 Updated French translations.
5970
5971 2003-08-03 [melvin]     0.9.3claws93
5972
5973         * src/Makefile.am
5974                 Fixed typo introduced after 0.9.3claws92 
5975                 that prevented compilation
5976                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5977                 CPPFLAGS and YFLAGS to allow user setting these.
5978         * src/common/Makefile.am
5979         * src/gtk/Makefile.am
5980         * src/plugins/clamav/Makefile.am
5981         * src/plugins/demo/Makefile.am
5982         * src/plugins/dillo_viewer/Makefile.am
5983         * src/plugins/image_viewer/Makefile.am
5984         * src/plugins/mathml_viewer/Makefile.am
5985         * src/plugins/spamassassin/Makefile.am
5986         * src/plugins/trayicon/Makefile.am
5987         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5988                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
5989                 CPPFLAGS and YFLAGS to allow user setting these.
5990
5991 2003-08-02 [christoph]  0.9.3claws92
5992
5993         * configure.ac
5994                 o rearrange plugin tests
5995                 o add test for clamav.h to ClamAV tests
5996
5997 2003-08-02 [luke]       0.9.3claws91
5998
5999         * src/mimeview.c
6000                 o fixed appearance of icon list when toggling back from the 
6001                   ctree
6002                 o toggling of icons using the keyboard works correctly
6003                 o fixed all other keyboard shortcuts to work when icons are
6004                   active
6005         
6006         * src/messageview.c
6007                 o fixed bug 4 - focus lost when changing messageview view type
6008
6009 2003-08-02 [christoph]  0.9.3claws90
6010
6011         * src/common/hooks.c
6012                 fix crash when pointer stored in hash table could get invalid
6013                 when a plugin is unloaded
6014
6015 2003-08-01 [christoph]  0.9.3claws89
6016
6017         * configure.ac
6018                 o try to build all plugins (except spamassassin) by default
6019                 o don't build a plugin if a dependency check fails
6020
6021         * src/common/hooks.c
6022                 fix warning
6023
6024 2003-08-01 [match]      0.9.3claws88
6025
6026         * src/importldif.c
6027                 allow single click field selection. document code.
6028
6029 2003-08-01 [christoph]  0.9.3claws87
6030
6031         * src/plugins/clamav/clamav_plugin.c
6032         * src/plugins/clamav/clamav_plugin_gtk.c
6033         * src/plugins/dillo_viewer/dillo_viewer.c
6034         * src/plugins/image_viewer/plugin.c
6035         * src/plugins/mathml_viewer/mathml_viewer.c
6036         * src/plugins/spamassassin/spamassassin.c
6037         * src/plugins/spamassassin/spamassassin_gtk.c
6038         * src/plugins/trayicon/trayicon.c
6039                 add version check to all plugins
6040
6041 2003-08-01 [hoa]        0.9.3claws86
6042
6043         * src/prefs_filtering.c
6044                 fixed a cosmetic bug, during creation of dialog box,
6045                 wrong widgets were shown after creation.
6046
6047 2003-08-01 [luke]       0.9.3claws85
6048
6049         * src/mainwindow.c
6050                 o fixed visibility of icons/mimeview after toggling separate
6051                   message/folder view (factored out some similar code too).
6052
6053
6054 2003-07-31 [alfons]     0.9.3claws84
6055
6056         * src/mimeview.c
6057                 tweak icon box UI a bit more, now allowing right-clicks actions
6058                 getting the relevant mime data too; should fix #250, "Can't save 
6059                 attachments sometimes".
6060
6061 2003-07-30 [alfons]     0.9.3claws83
6062
6063         * src/compose.c
6064                 don't do auto-save-draft inside key press handler, but rather
6065                 schedule it half of a second later; should fix #67, "autosave 
6066                 make re-rediting message crazy"
6067
6068 2003-07-30 [christoph]  0.9.3claws82
6069
6070         * src/plugins/trayicon/trayicon.c
6071                 process pending events before unloading the plugin
6072
6073         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6074
6075 2003-07-30 [alfons]     0.9.3claws81
6076
6077         * src/common/hooks.c
6078                 parameter 2 of g_hook_destroy() should really be a hook id
6079
6080 2003-07-30 [alfons]     0.9.3claws80
6081
6082         * src/common/plugin.c
6083                 fix a possibly harmful function signature mismatch 
6084                 for plugin_done
6085
6086 2003-07-30 [alfons]     0.9.3claws79
6087
6088         * src/common/hooks[.ch]
6089                 const correctness
6090
6091 2003-07-30 [darko]      0.9.3claws78
6092
6093         * src/summaryview.c
6094                 make it compile again
6095
6096 2003-07-30 [luke]       0.9.3claws77
6097
6098         * src/crash.c
6099         * src/main.c
6100                 o added/moved signal handlers for SIGTERM (normal kill command) 
6101                   and SIGINT (ctl-c) to be used even without 
6102                   --enable-crash-dialog, fixing bug 166
6103
6104         * src/summaryview.c
6105                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6106                   bug 227
6107
6108         * src/mainwindow.c
6109                 o changed sensitivity condition for 'Next new' and 'Next 
6110                   unread', fixing bug 8
6111
6112 2003-07-29 [alfons]     0.9.3claws76
6113
6114         * src/common/utils.[ch]
6115                 add generate_msgid()
6116         * src/messageview.c
6117                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6118                 sent folder".
6119
6120 2003-07-29 [alfons]     0.9.3claws75
6121
6122         * src/messageview.c
6123                 fix a memleak (claws-only)
6124
6125 2003-07-29 [alfons]     0.9.3claws74
6126
6127         * src/mimeview.[ch]
6128         * src/gtk/gtkvscrollbutton.[ch]
6129                 fix UI glitch where mime icon toolbox' scroll position is not 
6130                 reset after switching to another message
6131                 
6132
6133 2003-07-29 [paul]       0.9.3claws73
6134
6135         * src/prefs_folder_item.c
6136                 split the prefs into 2 separate pages
6137
6138 2003-07-29 [paul]       0.9.3claws72
6139
6140         * src/compose.c
6141                 prepend "\n\n" to a signature without a separator too
6142
6143 2003-07-29 [paul]       0.9.3claws71
6144
6145         * src/compose.c
6146                 fix bug where changing to an account without an auto-sig
6147                 from an initial account without an auto-sig would insert 
6148                 2 blank lines at the cursor point
6149                 fix bug where changing to an account with an auto-sig
6150                 from an initial account without an auto-sig would insert
6151                 the sig at the cursor point
6152
6153 2003-07-29 [paul]       0.9.3claws70
6154
6155         * src/folderview.c
6156                 use the colour from the folder pref unless the folder
6157                 has new messages
6158
6159 2003-07-29 [alfons]     0.9.3claws69
6160
6161         * src/procmsg.[ch]
6162         * src/messageview.c
6163         * src/procheader.c
6164                 rewrite return receipt request work a little bit (the former 
6165                 implementation presumably depended too much on the UI setting
6166                 flags). (we're losing the old pending flag.) 
6167
6168 2003-07-28 [christoph]  0.9.3claws68
6169
6170         * src/folder.c
6171         * src/imap.c
6172         * src/mh.c
6173         * src/procmsg.[ch]
6174                 fix copy to IMAP folder from other folder
6175
6176 2003-07-28 [christoph]  0.9.3claws67
6177
6178         * src/procmsg.c
6179                 fix sync of procmsg_get_message_file_list
6180
6181 2003-07-28 [christoph]  0.9.3claws66
6182
6183         * sync with 0.9.3cvs14
6184                 see ChangeLog 2003-07-18
6185         * sync with 0.9.3cvs17
6186                 see ChangeLog 2003-07-23
6187
6188         (closes Bug 234 segmentation fault after sending out mail via
6189          smtp(auth))
6190
6191 2003-07-28 [paul]       0.9.3claws65
6192
6193         * po/es.po
6194                 update Spanish translation, submitted by Ricardo Mones
6195                 Lastra
6196
6197 2003-07-28 [christoph]  0.9.3claws64
6198
6199         * src/folder.[ch]
6200         * src/imap.c
6201         * src/mh.c
6202                 return new message numbers as a GRelation instead of a GSList
6203                 that has to be in the same order as the input list. A list
6204                 would make it hard for IMAP to optimize oepration by sorting
6205                 the input list. The returned list would have to be reordered
6206                 to match the same order that input list has.
6207
6208         * src/gtk/gtkaspell.c
6209                 fix missing return value, could cause a crash when garbage is
6210                 on the stack that is used as the expected return value
6211
6212 2003-07-28 [paul]       0.9.3claws63
6213
6214         * sync with 0.9.4cvs1
6215                 see ChangeLog 2003-07-28
6216
6217 2003-07-27 [alfons]     0.9.3claws62
6218
6219         * src/mimeview.c
6220                 tweak it more to make icon list act like a check button group
6221
6222 2003-07-27 [christoph]  0.9.3claws61
6223
6224         * sync with 0.9.3cvs20
6225                 see ChangeLog 2003-07-25
6226
6227 2003-07-27 [paul]       0.9.3claws60
6228
6229         * src/procmsg.c
6230                 re-commit changes from 0.9.3claws58 -
6231                 accidently removed in 0.9.3claws59
6232
6233 2003-07-27 [paul]       0.9.3claws59
6234
6235         * src/procmsg.[ch]
6236                 a sync from 0.9.3cvs17
6237                 see ChangeLog 2003-07-23
6238
6239 2003-07-27 [alfons]     0.9.3claws58
6240
6241         * src/procmsg.c
6242                 add missing header members to MsgInfo; fixes the problem of 
6243                 not displaying X-Faces, as noticed by Ricardo Mones
6244
6245 2003-07-26 [christoph]  0.9.3claws57
6246
6247         * sync with 0.9.3cvs18
6248                 see ChangeLog 2003-07-24
6249
6250 2003-07-26 [christoph]  0.9.3claws56
6251
6252         * sync with 0.9.3cvs17
6253                 see ChangeLog 2003-07-23
6254
6255 2003-07-26 [christoph]  0.9.3claws55
6256
6257         * src/folder.[ch]
6258         * src/imap.c
6259         * src/mbox_folder.c
6260         * src/mh.c
6261         * src/news.c
6262                 add support for copy function that copy multiple messages
6263                 (not implemented yet)
6264
6265         * src/summaryview.c
6266                 add missing return value
6267
6268 2003-07-26 [paul]       0.9.3claws54
6269
6270         * tools/multiwebsearch.pl
6271                 do whitespace substitution before passing the string
6272                 to the browser. fixes bug with browsers that don't
6273                 do whitespace conversion themselves.
6274
6275 2003-07-25 [christoph]  0.9.3claws53
6276
6277         * src/folder.[ch]
6278         * src/imap.c
6279         * src/mh.c
6280                 rewrite adding of multiple messages to a folder for
6281                 claws' folder system
6282
6283 2003-07-25 [luke]       0.9.3claws52
6284
6285         * src/mimeview.c
6286                 o icon toggles set correctly on leaving ctree mimeview
6287
6288 2003-07-25 [paul]       0.9.3claws51
6289
6290         * partial sync with 0.9.3cvs21 [src/main.c]
6291                 see ChangeLog 2003-07-25
6292
6293 2003-07-24 [paul]       0.9.3claws50
6294
6295         * tools/maildir2sylpheed.pl
6296                 fix typo
6297
6298 2003-07-24 [paul]       0.9.3claws49
6299
6300         * src/mimeview.c
6301                 increase the gutter size of paned so that the panes
6302                 can be resized
6303                 
6304         * src/plugins/demo/demo.c
6305                 squeeze in another typo fix
6306
6307 2003-07-24 [paul]       0.9.3claws48
6308
6309         * src/plugins/demo/demo.c
6310           src/prefs_account.c
6311                 small changes to the English
6312                 
6313         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6314           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6315           src/Makefile.am
6316           src/stock_pixmap.c
6317                 rename the misspelled icon
6318
6319 2003-07-23 [alfons]     0.9.3claws47
6320
6321         * src/mimeview.c
6322                 make icon list look like a list of toggles
6323
6324 2003-07-23 [luke]       0.9.3claws46
6325
6326         * src/pixmaps/mimeview_gpg_expired.xpm
6327         * src/pixmaps/mimeview_gpg_failed.xpm
6328         * src/pixmaps/mimeview_gpg_passed.xpm
6329         * src/pixmaps/mimeview_text_html.xpm
6330         * src/pixmaps/mimeview_image.xpm
6331                 o all icons the same size
6332
6333         * src/mimeview.[ch]
6334                 o mimeview ctree arranged vertically above the viewer
6335                 o icons changed to buttons
6336                 o can use keyboard to select an icon (Enter)
6337                 o resize icon list to width of icons
6338
6339         *  src/gtk/gtkvscrollbutton.c
6340                 o sensitivity of buttons reacts to position
6341
6342 2003-07-23 [christoph]  0.9.3claws45
6343
6344         * sync with 0.9.3cvs14 (incomplete)
6345                 see ChangeLog 2003-07-17
6346
6347 2003-07-23 [alfons]     0.9.3claws44
6348
6349         * src/folder.c
6350         * src/procmsg.h
6351                 sync with my local tree to restore some claws-only things
6352
6353 2003-07-23 [paul]       0.9.3claws43
6354
6355         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6356           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6357           src/Makefile.am
6358           src/mimeview.c
6359           src/procmime.h
6360           src/rfc2015.c
6361           src/stock_pixmap.[ch]
6362                 indicate missing keys and expired sigs/keys
6363                 in mime view column
6364
6365 2003-07-23 [paul]       0.9.3claws42
6366
6367         * src/compose.c
6368                 Redirect fixes: enable automatic account selection and
6369                 do not append signature to message on changing account
6370                 fixes Bug[s] #248
6371
6372 2003-07-23 [paul]       0.9.3claws41
6373
6374         * sync with 0.9.3cvs16
6375                 see ChangeLog 2003-07-23
6376
6377 2003-07-23 [alfons]     0.9.3claws40
6378
6379         * src/inc.c
6380                 give progress dialog a main window, and give it the first 
6381                 one (presumably the only one). fixes bug #247, "segfault on 
6382                 pop-before-smtp" 
6383
6384 2003-07-22 [alfons]     0.9.3claws39
6385
6386         * src/summaryview.c
6387                 shift-space scrolls up
6388
6389 2003-07-22 [paul]       0.9.3claws38
6390
6391         * sync with 0.9.3cvs15
6392                 see ChangeLog 2003-07-22
6393
6394 2003-07-20 [alfons]     0.9.3claws37
6395
6396         * src/compose.c
6397                 put menu inside #ifdef USE_ASPELL..#endif
6398
6399 2003-07-20 [christoph]  0.9.3claws36
6400
6401         * src/procmsg.c
6402                 fix wrong flags in MsgInfo returned by
6403                 procmsg_msginfo_get_full_info()
6404
6405         (closes Bug 221 Deleting messages from the Message View gives incorrect
6406          new/unread message counts in the folder view)
6407
6408         * src/plugins/spamassassin/spamassassin_gtk.c
6409                 add gettext macro for prefs page title
6410
6411 2003-07-20 [paul]       0.9.3claws35
6412
6413         * src/mimeview.c
6414                 redraw icon list on signature check
6415
6416 2003-07-20 [christoph]  0.9.3claws34
6417
6418         * src/Makefile.am
6419         * src/account.c
6420         * src/folder.[ch]
6421         * src/folder_item_prefs.[ch]            ** NEW **
6422         * src/folderview.c
6423         * src/mainwindow.c
6424         * src/mh.c
6425         * src/prefs_gtk.c
6426         * src/prefs_scoring.c
6427         * src/summaryview.c
6428         * src/prefs_folder_item.[ch]
6429                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6430                   Properties dialog
6431                 o use prefswindow for folder properties
6432
6433         * src/gtk/prefswindow.[ch]
6434                 change implementation to use an invisible notebook instead
6435                 of unparenting widgets
6436
6437 2003-07-20 [christoph]  0.9.3claws33
6438
6439         * src/compose.h
6440         * src/folder.c
6441         * src/folderview.h
6442         * src/headerview.h
6443         * src/prefs_filtering.h
6444         * src/prefs_folder_item.[ch]
6445         * src/procmime.h
6446         * src/procmsg.h
6447         * src/summaryview.h
6448                 clean up header mess
6449                 (always use 1. typedefs, 2. #includes, 3. structures)
6450
6451         * src/common/version.h.in
6452                 add casts for constants
6453
6454         * src/plugins/demo/demo.c
6455                 fix typo
6456
6457         * src/plugins/spamassassin/spamassassin.c
6458                 remove unused variable
6459
6460 2003-07-20 [alfons]     0.9.3claws32
6461
6462         * src/mimeview.c
6463                 o make icon buttons respond on left click
6464                 o minor cosmetic change
6465
6466 2003-07-19 [luke]       0.9.3claws31
6467
6468         * src/mimeview.[ch]
6469         * src/gtk/gtkvscrollbutton.c
6470         * src/messageview.c
6471                 o improved mimeview behaviour when selecting a new message
6472                 o plus code cleanups to remove compile warnings
6473
6474
6475 2003-07-19 [alfons]     0.9.3claws30
6476
6477         * src/procmsg.c
6478         * src/compose.c
6479         * src/common/utils.[ch]
6480                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6481
6482 2003-07-19 [alfons]     0.9.3claws29
6483
6484         * src/prefs_folder_item.c
6485                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6486                 string pointers
6487
6488 2003-07-19 [luke]       0.9.3claws28
6489
6490         * src/messageview.c
6491         * src/mimeview.[ch]
6492         * src/procmime.h
6493         * src/rfc2015.c
6494         * src/stock_pixmap.[ch]
6495         * src/gtk/Makefile.am
6496         * src/Makefile.am
6497         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
6498         * src/pixmaps/mime_*.xpm                ** NEW **
6499                 o mimeview rearrangement with a new icon shortcut bar
6500
6501 2003-07-19 [alfons]     0.9.3claws27
6502
6503         * src/folderview.c
6504                 o plug leaking nodes_to_recollapse
6505                 o add folderview_recollapse_all_nodes() (not used yet)
6506
6507 2003-07-19 [alfons]     0.9.3claws26
6508
6509         * src/compose.c
6510         * src/common/utils.c
6511                 honour #240 "Better SUBJECT handling" by cleaning the prefix
6512                 for both forwarding as replying
6513
6514 2003-07-18 [christoph]  0.9.3claws25
6515
6516         * configure.ac
6517         * src/common/sylpheed.[ch]
6518         * src/common/version.h.in
6519                 add version in numeric form to allow easy comparison
6520
6521         * src/plugins/demo/demo.c
6522                 add version check
6523                 - sylpheed version > plugin version => never allowed, sylpheed
6524                   could contain unknown API changes
6525                 - sylpheed version < minimum version required => don't load,
6526                   API required not available (if linking does not fail)
6527
6528 2003-07-18 [alfons]     0.9.3claws24
6529         
6530         * src/common/plugin.[ch]
6531                 const correctness
6532
6533 2003-07-18 [christoph]  0.9.3claws23
6534
6535         * src/common/hooks.c
6536                 fix crash when hooks where unregisted
6537
6538         * src/plugins/trayicon/trayicon.c
6539                 unregister detroy signal before destroying the widget
6540                 (still crashes when the plugin is unloaded)
6541
6542 2003-07-18 [alfons]     0.9.3claws22
6543         
6544         * src/folderview.c
6545                 delay expanding folder tree during drags until timeout triggered
6546                 (needs perhaps some tweaking, so testing is welcome)
6547
6548 2003-07-17 [alfons]     0.9.3claws21
6549
6550         * src/folderview.c
6551                 clean up cruft
6552
6553 2003-07-17 [christoph]  0.9.3claws20
6554
6555         * src/common/session.c
6556                 fix opening of SSL connections
6557
6558         * src/plugins/image_viewer/Makefile.am
6559                 add OPENSSL_CFLAGS (we should find a better solution to remove
6560                 this dependencies if they are not required)
6561
6562         * src/plugins/spamassassin/spamassassin.c
6563                 remove setlocale workaround (fixed in libspamc)
6564
6565         (closes Bug Bug 184 Entering non-ascii character deletes previous char
6566          if spell checking enabled)
6567
6568 2003-07-17 [alfons]     0.9.3claws19
6569
6570         * src/common/hooks.[ch]
6571         * src/plugins/clamav/clamav_plugin.c
6572         * src/plugins/spamassassin/spamassassin.c
6573         * src/plugins/trayicon/trayicon.c
6574                 fix signedness muck 
6575
6576 2003-07-17 [alfons]     0.9.3claws18
6577
6578         * src/procmime.c
6579                 plug memleak
6580
6581 2003-07-17 [alfons]     0.9.3claws17
6582
6583         * src/inc.c
6584                 plug memleak
6585
6586 2003-07-17 [paul]       0.9.3claws16
6587
6588         * src/common/defs.h
6589           src/mainwindow.c
6590           src/manual.[ch]
6591                 add link to the Claws site's FAQ page, after the suggestion
6592                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
6593                 Move url strings to defs.h
6594                 
6595         * src/mainwindow.c
6596                 fix typo to prevent "unknown menu entry" warnings
6597
6598 2003-07-17 [alfons]     0.9.3claws15
6599
6600         * src/folderview.[ch]
6601         * src/summaryview.[ch]
6602         * src/mimeview.[ch]
6603                 plug DnD leaks 
6604
6605 2003-07-17 [paul]       0.9.3claws14
6606
6607         * src/inc.c
6608                 remove two instances of 'GTK_EVENTS_FLUSH' because
6609                 they are unnecessary and probably cause a stack overflow
6610
6611 2003-07-16 [christoph]  0.9.3claws13
6612
6613         * src/mimeview.[ch]
6614                 use an invisible GTK notebook to switch between viewers
6615                 instead of reparenting widgets
6616
6617 2003-07-16 [christoph]  0.9.3claws12
6618
6619         * src/folder.c
6620                 move folder_item_update_freeze() to correct place in
6621                 folder_item_scan_full()
6622
6623 2003-07-16 [paul]       0.9.3claws11
6624
6625         * sync with 0.9.3cvs12
6626                 see ChangeLog 2003-07-14 and 2003-07-15
6627
6628 2003-07-16 [christoph]  0.9.3claws10
6629
6630         * src/imap.[ch]
6631         * src/prefs_account.[ch]
6632                 sync IMAP CRAM-MD5 authentication with sylpheed-main
6633
6634 2003-07-15 [alfons]     0.9.3claws9
6635
6636         * src/main.c
6637                 make --config-dir do something useful
6638
6639 2003-07-15 [alfons]     0.9.3claws8
6640
6641         * src/procmsg.c
6642                 o fix a bug where 'last' didn't really point to the last message
6643                   in the top level list of children, but to the last threaded
6644                   message. 
6645                 
6646                 o clean up and make it easier to sync
6647
6648 2003-07-15 [alfons]     0.9.3claws7
6649
6650         * src/mainwindow.c
6651                 make correct menu items sensitive       
6652
6653 2003-07-14 [alfons]     0.9.3claws6
6654
6655         * src/procmsg.c
6656                 tune the threader so it will not subject-thread any message
6657                 without a subject prefix (this will not thread correctly if 
6658                 a parent is delivered after their childs, but it looks 
6659                 better right now)
6660
6661 2003-07-13 [christoph]  0.9.3claws5
6662
6663         * src/mainwindow.c
6664                 group "Add mailbox *..." menu items in submenu
6665
6666 2003-07-13 [alfons]     0.9.3claws4
6667
6668         * src/summaryview.c
6669                 correct summary_toggle_pressed() signature and make sure
6670                 signal is not passed on
6671
6672 2003-07-13 [alfons]     0.9.3claws3
6673
6674         * src/summaryview.c
6675                 o for now don't pass on keys when they we're handled by 
6676                   ctree::key_press_event
6677                 o clean up
6678
6679 2003-07-13 [alfons]     0.9.3claws2
6680         
6681         * src/main.c
6682                 add command line option "--config-dir" to get the current 
6683                 configuration dir
6684
6685 2003-07-12 [alfons]     0.9.3claws1
6686
6687         * src/matcher.[ch]
6688         * src/matcher_parser_parse.y
6689         * src/prefs_filtering.c
6690         * src/filtering.c
6691                 add "Lock" filter action to lock messages;
6692
6693         * src/filtering.c       
6694                 remove debug_print()    
6695         * src/prefs_filtering.c
6696                 re-organize matcher part 9: 
6697                 make action text entries easily extendible;
6698                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
6699                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
6700
6701 2003-07-12 [paul]
6702
6703         * tools/README
6704                 update old information and add missing
6705                 information
6706
6707 2003-07-12 [paul]       0.9.3claws
6708
6709         * 0.9.3claws released
6710         
6711 2003-07-12 [paul]       0.9.0claws103
6712
6713         * src/Makefile.am
6714                 add addrquery.h
6715
6716 2003-07-12 [melvin]     0.9.0claws102
6717
6718         * src/messageview.c
6719                 Fixed bug #215: Show MIME tab for single text/html messages. 
6720                 
6721 2003-07-12 [paul]       0.9.0claws101
6722
6723         * man/sylpheed.1
6724                 updated
6725
6726 2003-07-12 [paul]       0.9.0claws100
6727
6728         * po/es.po
6729           po/hr.po
6730           po/pl.po
6731           po/sr.po
6732                 update Spanish, Croatian, Polish, Serbian translations.
6733                 submitted by Ricardo Mones Lastra, Dragan, Witold
6734                 Wladyslaw Wojciech Wilk, Urke MMI
6735
6736 2003-07-12 [melvin]     0.9.0claws99
6737
6738         * po/fr.po
6739                 Updated French translations.
6740
6741 2003-07-12 [paul]       0.9.0claws98
6742
6743         * src/addressbook.c
6744                 disable 'Lookup' button as it has no effect
6745
6746 2003-07-11 [alfons]     0.9.0claws97
6747         
6748         * src/summaryview.c
6749                 summary_searchbar_pressed() should return TRUE to signal that
6750                 event was handled. when returning void, the return value passed
6751                 to GTK is actually random, but maybe FALSE, in which case the
6752                 event is handled by parent
6753                 
6754 2003-07-10 [paul]       0.9.0claws96
6755
6756         * ac/missing/gettext.m4
6757                 update to version 0.12
6758
6759 2003-07-10 [paul]       0.9.0claws95
6760
6761         * src/plugins/clamav/clamav_plugin.c
6762                 fix bug where multipart/alternative messages
6763                 would slip through without being scanned
6764
6765 2003-07-10 [christoph]  0.9.0claws94
6766
6767         * src/folder.c
6768                 correct check if folder supports removing when a message is
6769                 moved. if not the message is only copied.
6770
6771         (closes Bug 132 crash on startup in newsgroups folders)
6772
6773 2003-07-09 [alfons]     0.9.0claws93
6774
6775         * configure.ac
6776         * src/common/defs.h
6777                 --with-config-dir (default .sylpheed)
6778
6779 2003-07-09 [christoph]  0.9.0claws92
6780
6781         * configure.ac
6782                 use PKG_CHECK_MODULES to check for gtkmathview
6783                 (version 0.4.2 now required)
6784
6785 2003-07-08 [melvin]     0.9.0claws91
6786
6787         * src/action.c
6788                 Implemented a progress bar that counts the number of completed
6789                 tasks when the action runs more than one command.
6790
6791 2003-07-08 [alfons]     0.9.0claws90
6792
6793         * src/procmsg.c
6794                 if queued message has an invalid Message-Id, don't try to
6795                 find message it refers to (fixes #209 "crash when processing 
6796                 in folder")
6797
6798 2003-07-08 [paul]       0.9.0claws89
6799
6800         * sync with 0.9.3cvs2
6801                 see ChangeLog 2003-07-08
6802
6803 2003-07-08 [match]      0.9.0claws88
6804
6805         * src/ldapctrl.c
6806                 extend LDAP search for first/last name by parsing search term.
6807
6808 2003-07-08 [alfons]     0.9.0claws87
6809
6810         * src/send_message.c
6811                 fix bug #208 "Status message stuck when sending on POP3 account"
6812
6813 2003-07-07 [paul]       0.9.0claws86
6814
6815         * po/hr.po
6816                 new Croatian translation, submitted by
6817                 Dragan <drleskov@inet.hr>
6818
6819 2003-07-07 [paul]       0.9.0claws85
6820
6821         * sync with 0.9.3cvs1
6822                 see ChangeLog 2003-07-07
6823
6824 2003-07-05 [christoph]  0.9.0claws84
6825
6826         * src/Makefile.am
6827         * src/messageview.c
6828         * src/mimeview.[ch]
6829         * src/stock_pixmap.[ch]
6830         * src/pixmaps/messageview_text.xpm              ** NEW **
6831                 move mimeview tabs to the right side and use icons
6832                 instead of text to save some space
6833
6834         (patch by Luke Plant <lukeplant@softhome.net>)
6835
6836 2003-07-05 [christoph]  0.9.0claws83
6837
6838         * src/inc.c
6839                 add NULL pointer checks
6840
6841         (patch by Luke Plant <lukeplant@softhome.net>)
6842         (closes Bug 204 0.9.0 quits on authentication error?!)
6843
6844 2003-07-05 [alfons]     0.9.0claws82
6845
6846         * configure.ac
6847                 take the clue in bug #202 "./configure script - 
6848                 'if test' comparison failure" reported by John Kristoff. 
6849
6850 2003-07-04 [christoph]  0.9.0claws81
6851
6852         * src/plugins/spamassassin/spamassassin.c
6853                 set timeout for spam check
6854
6855 2003-07-04 [christoph]  0.9.0claws80
6856
6857         * src/main.c
6858                 destroy all FolderItems when shutting down to
6859                 allow folders to clean up
6860
6861 2003-07-04 [melvin]     0.9.0claws79
6862
6863         * src/gtk/gtkaspell.c
6864                 Fixed bug #184 "Entering non-ascii character deletes
6865                 previous char if spell checking enabled": this makes
6866                 the spell checking in multibytes (e.g. UTF-8)locales work.
6867                 (Patch by Luke Plant).
6868                 
6869 2003-07-04 [christoph]  0.9.0claws78
6870
6871         * sync with 0.9.2cvs1
6872                 see ChangeLog 2003-06-10
6873
6874 2003-07-04 [paul]       0.9.0claws77
6875
6876         * sync with 0.9.3 release
6877                 see ChangeLog 2003-07-04
6878
6879 2003-07-03 [christoph]  0.9.0claws76
6880
6881         * src/folder.[ch]
6882         * src/imap.c
6883         * src/mbox_folder.c
6884         * src/mh.c
6885         * src/news.c
6886                 move folder_item_get_path() stuff into a folder virtual function
6887
6888         * src/procmsg.c
6889                 use folder_item_fetch_msg() to get message and do not contruct
6890                 the filename from path and number
6891
6892 2003-07-03 [paul]       0.9.0claws75
6893
6894         * sync with 0.9.2cvs12
6895                 see ChangeLog 2003-07-03
6896
6897 2003-07-02 [paul]       0.9.0claws74
6898
6899         * src/messageview.c
6900                 fix text-selection for replying
6901
6902 2003-07-02 [paul]       0.9.0claws73
6903
6904         * sync with 0.9.2cvs11
6905                 see ChangeLog 2003-07-02
6906
6907 2003-07-02 [paul]       0.9.0claws72
6908
6909         * src/procmsg.c
6910                 revert last commit because it breaks more
6911                 than it fixes
6912
6913 2003-07-02 [paul]       0.9.0claws71
6914
6915         * src/procmsg.c
6916                 fix thread by subject/sort by date
6917
6918 2003-07-01 [paul]       0.9.0claws70
6919
6920         * sync with 0.9.2cvs10
6921                 see ChangeLog 2003-07-01
6922
6923 2003-06-30 [paul]       0.9.0claws69
6924
6925         * sync with 0.9.2cvs9
6926                 see ChangeLog 2003-06-30
6927
6928 2003-06-28 [match]      0.9.0claws68
6929
6930         * src/addressbook.c
6931                 fix null ptr.
6932
6933 2003-06-27 [paul]       0.9.0claws67
6934
6935         * sync with 0.9.2cvs7
6936                 see ChangeLog 2003-06-27
6937
6938 2003-06-26 [christoph]  0.9.0claws66
6939
6940         * src/folder.c
6941                 freeze folder updates while a folder is scanned
6942
6943         (closes Bug 185 New message counter)
6944
6945 2003-06-26 [darko]      0.9.0claws65
6946
6947         * src/ldapserver.c
6948                 fix infinite loop when adding a new LDAP server
6949
6950 2003-06-26 [paul]       0.9.0claws64
6951
6952         * sync with 0.9.2cvs6
6953                 see ChangeLog 2003-06-26
6954
6955 2003-06-26 [paul]       0.9.0claws63
6956
6957         * sync with 0.9.2cvs5
6958                 see ChangeLog 2003-06-25 and 2003-06-26
6959
6960 2003-06-25 [match]      0.9.0claws62
6961
6962         * src/addr_compl.c
6963                 Fixed tab/backtab for dropped-down completion list to
6964                 move next/previous field. (close bug 147)
6965
6966 2003-06-25 [christoph]  0.9.0claws61
6967
6968         * src/addr_compl.[ch]
6969         * src/addrindex.[ch]
6970         * src/folderview.c
6971         * src/inc.c
6972         * src/news.c
6973         * src/summaryview.c
6974         * src/toolbar.c
6975                 fix warnings
6976
6977 2003-06-25 [leandro]    0.9.0claws60
6978
6979         * src/compose.c
6980                 o cleanups
6981                 o gray out "Message/Remove references" menu item if not
6982                   replying to a message
6983
6984 2003-06-24 [leandro]    0.9.0claws59
6985
6986         * src/compose.[ch]
6987                 o removed "Message/Create new thread" menu item
6988                 o added "Message/Remove references" menu item
6989                   (it's off by default and will not check anymore
6990                    if the subject changed)
6991
6992 2003-06-23 [alfons]     0.9.0claws58
6993
6994         * src/procmsg.c
6995                 try better grouping messages threaded by subject based on their age.
6996                 still not perfect - because the message tree is not sorted by date.  
6997
6998 2003-06-23 [thorsten]   0.9.0claws57
6999
7000         * src/pop.[ch]
7001                 added mail_receive_hook to allow modifications
7002                 directly after retrieval (e.g. adding headers).
7003
7004 2003-06-23 [paul]       0.9.0claws56
7005
7006         * src/sourcewindow.c
7007                  enable the use of Ctrl+A to select all text in
7008                  the sourcewindow
7009                  Patch submitted by Ivan Francolin Martinez
7010                  <ivanfm@users.sourceforge.net>
7011
7012 2003-06-22 [christoph]  0.9.0claws55
7013
7014         * src/folder.[ch]
7015                 o add notification hook for folder tree changes
7016                 o invoke hooks after folder tree scanning
7017
7018         * src/folderview.[ch]
7019                 register hook for folder tree changes that
7020                 updates the ctree
7021
7022         (there are more places that should be updated, like add, remove 
7023          or move folder)
7024
7025         (closes Bug 164 Crash on rebuild folder tree)
7026         (closes Bug 190 Crash on 'rebuilding folder tree')
7027
7028 2003-06-21 [leandro]    0.9.0claws54
7029
7030         * src/compose.[ch]
7031                 create a new thread if subject changes
7032                 (it's on by default, can be disabled in Message menu)
7033
7034 2003-06-21 [alfons]     0.9.0claws53
7035
7036         * src/summaryview.c
7037                 quiet little compiler
7038
7039 2003-06-21 [christoph]  0.9.0claws52
7040
7041         update gettext stuff to version 0.12
7042
7043 2003-06-19 [alfons]     0.9.0claws51
7044
7045         * src/common/log.c
7046         * src/common/plugin.c
7047                 move defs.h before glib.h to prevent MIN/MAX redefs
7048
7049 2003-06-19 [alfons]
7050
7051         * src/addressbook.c
7052                 translatable
7053
7054 2003-06-19 [match]      0.9.0claws50
7055
7056         * src/addressbook.[ch]
7057         * src/addrindex.[ch]
7058         * src/addr_compl.[ch]
7059         * src/editldap.[ch]
7060         * src/editldap_basedn.[ch]
7061         * src/addritem.[ch]
7062         * src/ldapquery.h
7063                 re-implemented dynamic LDAP search. works without
7064                 slowdown on display sender with addressbook
7065                 option.
7066         * src/addrbook.c
7067                 documented code.
7068
7069 2003-06-19 [paul]       0.9.0claws49
7070
7071         * src/compose.c
7072                 fix Bug #136 'Nonprovided quotation marks crash claws'
7073                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7074
7075 2003-06-19 [alfons]     0.9.0claws48
7076
7077         * src/prefs_common.[ch]
7078         * src/procmsg.c
7079                 restrict threading by subject by checking thread for
7080                 age (prefs_common.thread_by_subject_max_age)
7081
7082 2003-06-18 [christoph]  0.9.0claws47
7083
7084         * src/imap.c
7085                 fix memory leak in imap_cmd_fetch()
7086
7087 2003-06-18 [christoph]  0.9.0claws46
7088
7089         * src/prefs_gtk.c
7090                 fix memory leak in prefs_set_default() when used multiple
7091                 times or after prefs have been read
7092
7093 2003-06-18 [christoph]  0.9.0claws45
7094
7095         * src/common/plugin.c
7096                 fix memory leak in plugin_unload()
7097
7098 2003-06-18 [christoph]  0.9.0claws44
7099
7100         * src/imap.c
7101                 fix memory leak in imap_cmd_ok()
7102
7103 2003-06-18 [christoph]  0.9.0claws43
7104
7105         * src/folder.c
7106                 stop messages that are downloaded from POP3 and added to
7107                 an IMAP inbox from being filtered twice (first by POP3
7108                 and again when IMAP folder is scaned to get the UID of
7109                 the APPEND operation when no UIDPLUS is available)
7110
7111 2003-06-18 [alfons]
7112
7113         * tools/Makefile.am
7114                 phoenix <- firebird     
7115
7116 2003-06-18 [paul]
7117
7118         * tools/launch_phoenix          ** REMOVED **
7119           tools/launch_firebird         ** NEW **
7120                 renamed and edited to reflect the browser's name change from
7121                 'phoenix' to 'firebird'
7122
7123 2003-06-18 [paul]       0.9.0claws42
7124
7125         * sync with 0.9.2cvs2
7126                 see ChangeLog 2003-06-16
7127
7128 2003-06-17 [alfons]     0.9.0claws41
7129
7130         * src/procmsg.c
7131                 prevent threading problems when a node is an ancestor (parent / great parent),
7132                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7133                 for finding an sample set of messages)
7134
7135 2003-06-16 [christoph]  0.9.0claws40
7136
7137         * src/main.c
7138                 don't popup main window on --receive or --receive-all
7139
7140         * src/mainwindow.[ch]
7141         * src/plugins/trayicon/trayicon.c
7142                 allow hiding of main window by clicking on the trayicon
7143                 (doesn't work correctly in seperate window mode and may
7144                  cause unexpected GTK problems I couldn't find yet)
7145
7146         * src/common/ssl.c
7147                 remove incorrect warning
7148
7149 2003-06-15 [alfons]     0.9.0claws39
7150
7151         * src/gtk/gtkstext.c
7152                 don't output debug text;
7153                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7154                 for pointing this out);
7155
7156 2003-06-14 [alfons]     0.9.0claws38
7157         
7158         * src/messageview.c
7159                 remove printf() and make one if..else comply with coding style
7160
7161 2003-06-14 [alfons]     0.9.0claws37
7162
7163         * AUTHORS
7164                 add Martin Wicke
7165         * src/action.c
7166         * src/messageview.[ch]
7167         * src/summaryview.c
7168                 apply patch #754162 "Quoting messages filtered by actions" submitted
7169                 by Martin Wicke, which allows quoting message body changed by an
7170                 action (Thanks!).
7171
7172 2003-06-13 [alfons]     0.9.0claws36
7173
7174         * src/utils.c
7175                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7176                 use case insensitive regexp (suggested by Ivan Martinez)
7177
7178 2003-06-13 [christoph]  0.9.0claws35
7179
7180         * configure.ac
7181         * src/plugins/trayicon/Makefile.am
7182         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7183         * src/plugins/trayicon/trayicon.c
7184         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7185         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7186         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7187         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7188         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7189         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7190                 replace my own EggTrayIcon backport with the backport
7191                 used by (l|x)mule and gabber.
7192
7193 2003-06-13 [alfons]     0.9.0claws34
7194
7195         * AUTHORS
7196         * src/common/utils.c
7197                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7198
7199 2003-06-13 [alfons]     0.9.0claws33
7200
7201         * src/compose.c
7202                 clean up a little bit
7203
7204 2003-06-12 [alfons]     0.9.0claws32
7205
7206         * src/compose.c
7207                 const correctness fix
7208
7209         * src/common/sylpheed.[ch]
7210                 () -> (void)
7211                 prevent redef MIN/MAX
7212                 
7213         * src/common/utils.[ch]
7214                 () -> (void)
7215
7216 2003-06-12 [melvin]     0.9.0claws31
7217
7218         * src/compose.c
7219                 Updated to take into accounts changes in GtkAspell.
7220
7221 2003-06-12 [alfons]     0.9.0claws30
7222
7223         * src/compose.c
7224         * src/procmsg.c
7225         * src/common/utils.[ch]
7226                 handle reply subject prefixes better (initial 
7227                 suggestion by Robert Story adapted and enhanced 
7228                 using regexps)
7229
7230 2003-06-12 [melvin]     0.9.0claws29
7231
7232         * src/compose.c
7233                 Use new gtkaspell_checkers_strerror() to get the speller's
7234                 error message instead of accessing the (now private)
7235                 checkers structure.
7236                 Minor code clean up
7237
7238         * src/main.c
7239                 Use #ifdef instead of #if for USE_ASPELL
7240                 Use the new spell checkers init/quit functions 
7241
7242         * src/gtk/gtkaspell.c
7243                 Use #ifdef instead of #if for USE_ASPELL
7244                 Moved in the majority of GtkAspell structures that were
7245                 exported before by gtkaspell.h
7246         
7247         * src/gtk/gktaspell.h
7248                 Made gtkaspell.h contain only the necessary data to be
7249                 publicized by moving many structures to gtkaspell.c.
7250                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7251                 gtkaspell_checkers_new(): replaced by...
7252                 gtkaspell_checkers_init(): new function for initialization
7253                 gtkaspell_checkers_delete(): replaced by...
7254                 gtkaspell_checkers_quit(): new function
7255                 gtkaspell_checkers_strerror(): new function that returns
7256                 the checker's last error message.
7257                 
7258 2003-06-11 [melvin]     0.9.0claws28
7259
7260         * po/POTFILES.in
7261                 Updated to take into account gtkaspell.c migration to
7262                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7263
7264 2003-06-10 [alfons]     0.9.0claws27
7265
7266         * src/filtering.[ch]
7267         * src/folder.c
7268         * src/matcher.c
7269         * src/scoring.[ch]
7270                 - try fixing bug #18 (any brave testers?)
7271                 - add more robustness by refusing previously 
7272                   unchecked NULL pointers 
7273
7274 2003-06-10 [alfons]     0.9.0claws26
7275
7276         * src/procmsg.c
7277                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7278
7279 2003-06-09 [alfons]     0.9.0claws25
7280
7281         * src/prefs_common.c
7282                 fix bug #163 "Icon switching doesnt work properly" by 
7283                 preventing early freeing of prefs_common.pixmap_theme_path.
7284
7285 2003-06-09 [christoph]  0.9.0claws24
7286
7287         * src/gtk/gtkaspell.c
7288                 revert Thorsten's fix and add forgotten g_strdup for
7289                 aspell path (it should not be possible to alter the path a
7290                 GtkASpell uses from outside)
7291
7292 2003-06-09 [thorsten]   0.9.0claws23
7293
7294         * src/gtk/gtkaspell.c
7295                 dont free prefs_common.aspell_path when closing compose
7296
7297 2003-06-08 [colin]      0.9.0claws22
7298
7299         * src/plugins/spamassassin/spamassassin.c
7300                 fix prefs types
7301
7302 2003-06-07 [christoph]  0.9.0claws21
7303
7304         * src/Makefile.am
7305         * src/compose.c
7306         * src/gtkaspell.[ch]            ** REMOVE **
7307         * src/gtk/Makefile.am
7308         * src/gtk/gtkaspell.[ch]        ** NEW **
7309                 o make gtkaspell independent from sylpheed's prefs
7310                 o move gtkaspell.[ch] to gtk directory
7311
7312 2003-06-07 [christoph]  0.9.0claws20
7313
7314         * src/Makefile.am
7315         * src/crash.c
7316         * src/export.c
7317         * src/filesel.[ch]              ** REMOVE **
7318         * src/folder.c
7319         * src/main.[ch]
7320         * src/common/sylpheed.[ch]
7321         * src/gtk/Makefile.am
7322         * src/gtk/filesel.[ch]          ** NEW **
7323         * src/gtk/pluginwindow.c
7324         * src/gtk/sslcertwindow.c
7325                 move filesel.[ch] to gtk directory
7326
7327 2003-06-07 [alfons]     0.9.0claws19
7328
7329         * src/filesel.c
7330                 make (multi) file selection dialog work again (Claws-only)
7331
7332 2003-06-07 [thorsten]   0.9.0claws18
7333
7334         * po/de.po
7335                 fix typos
7336
7337 2003-06-07 [alfons]     0.9.0claws17
7338
7339         * configure.ac
7340         * src/mimeview.c
7341                 detect apache mishap in which case don't include fnmatch.h
7342                 if regex.h is already included
7343
7344 2003-06-06 [christoph]  0.9.0claws16
7345
7346         * configure.ac
7347         * src/mimeview.h
7348                 add check for fnmatch.h and include it when available
7349
7350         * src/mimeview.[ch]
7351                 fix wrong case sensitivity of Content-Types
7352
7353         * src/gtk/Makefile.am
7354                 need the same include paths in gtk directory as in
7355                 common directory because .h files in common can
7356                 include files from these directories, when included
7357                 in gtk's .h or .c files
7358
7359 2003-06-06 [alfons]     0.9.0claws15
7360
7361         * src/mimeview.c
7362         * src/summaryview.c
7363                 make it compile again because of regex.h / fnmatch.h 
7364                 include problems (related to recent mime stuff, can
7365                 someone check this?)
7366
7367 2003-06-06 [thorsten]   0.9.0claws14
7368
7369         * src/folderview.c
7370                 possible use of uninitialized pointer while dragging
7371
7372 2003-06-06 [paul]       0.9.0claws13
7373
7374         * src/compose.c
7375                 fix bug where the insert sig button would be effective
7376                 only when auto_sig was set
7377
7378 2003-06-06 [paul]       0.9.0claws12
7379
7380         * sync with 0.9.2 release
7381
7382 2003-06-02 [paul]       0.9.0claws11
7383
7384         * sync with 0.9.1cvs1
7385                 see ChangeLog 2003-06-02
7386                 
7387         * po/de.po
7388                 update by Jens
7389
7390 2003-06-01 [christoph]  0.9.0claws10
7391
7392         * src/account.c
7393                 don't use substring search to find accounts by email address
7394
7395         (closes Bug 169 Overly loose matching of "From" address)
7396
7397 2003-05-31 [christoph]  0.9.0claws9
7398
7399         * doc-src/rfc2683.txt
7400         * src/imap.c
7401                 limit IMAP command length as recommended in RFC2683
7402                 (message number lists will be split into multiple imap
7403                 sets, the limit of 1000 octets is not a hard limit)
7404
7405         (closes Bug 161 sylpheed-claws exits with segfault when logging
7406          in to certain imap-servers)
7407
7408 2003-05-29 [alfons]     0.9.0claws8
7409
7410         * src/toolbar.[ch]
7411                 add print button (calling summary_print());
7412                 fine tune setting tooltip text;
7413                 (if someone needs other buttons, please take these 
7414                 commits as a guide, instead of bothering us - also
7415                 see 0.8.11claws150) 
7416
7417 2003-05-29 [darko]      0.9.0claws7
7418
7419         * src/compose.c
7420                 fix crash when word wrapping kicks in due to
7421                 changed text by spell checker
7422
7423 2003-05-29 [paul]       0.9.0claws6
7424
7425         * src/compose.c
7426                 fix bug where changing account would insert
7427                 sig even if auto_sig was FALSE
7428                 
7429         * ChangeLog
7430           ChangeLog.jp
7431           INSTALL
7432                 sync with 0.9.1 release
7433
7434 2003-05-28 [christoph]  0.9.0claws5
7435
7436         * src/imap.c
7437                 fix truncation of too long commands
7438
7439         (closes Bug 167 IMAP hangs trying to get envelope
7440          information in imap_get_uncached_messages)
7441
7442 2003-05-27 [paul]       0.9.0claws4
7443
7444         * tools/Makefile.am
7445           tools/maildir2sylpheed.pl     ** NEW FILE **
7446                 add kmail to sylpheed mailbox conversion script
7447
7448 2003-05-27 [paul]       0.9.0claws3
7449
7450         * sync with 0.9.0cvs10
7451                 see ChangeLog 2003-05-26
7452
7453 2003-05-26 [paul]       0.9.0claws2
7454
7455         * sync with 0.9.0cvs9
7456                 see ChangeLog 2003-05-26
7457
7458 2003-05-24 [paul]       0.9.0claws1
7459
7460         * sync with 0.9.0cvs8
7461                 see ChangeLog 2003-05-23
7462
7463 2003-05-24 [paul]       0.9.0claws
7464
7465         * version 0.9.0claws released
7466
7467 2003-05-24 [paul]       0.8.11claws177
7468
7469         * src/plugins/dillo-viewer/Makefile.am
7470           src/plugins/traycon/Makefile.am
7471                 add missing files
7472                 
7473         * po/bg.po
7474           po/en_GB.po
7475           po/es.po
7476           po/it.po
7477           po/pt_BR.po
7478           po/ru.po
7479           po/sr.po
7480                 update Bulgarian, British English, Spanish, Italian, 
7481                 Brazilian Portuguese, Russian, and Serbian translations, 
7482                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7483                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7484                 Ruslan N. Balkin, and Urke MMI
7485
7486 2003-05-23 [melvin]     0.8.11claws176
7487
7488         * po/fr.po
7489                 Updated French translations
7490
7491 2003-05-22 [paul]       0.8.11claws175
7492
7493         * src/Makefile.am
7494           src/addrbook.[ch]
7495           src/addrcache.[ch]
7496           src/addr_compl.[ch]
7497           src/adressbook.[ch]
7498           src/addrindex.[ch]
7499           src/addritem.[ch]
7500           src/editaddress.c
7501           src/editgroup.c
7502           src/editldap_basedn.c
7503           src/editldap.c
7504           src/jpilot.c
7505           src/vcard.c
7506                 revert to get ldap into it previous working state
7507                 
7508         * po/zh_TW.Big5.po
7509                 new Taiwanese translation,
7510                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
7511
7512 2003-05-22 [christoph]  0.8.11claws174
7513
7514         * src/plugins/spamassassin/libspamc.[ch]
7515                 sync libspamc with SpamAssaain release 2.55
7516
7517 2003-05-22 [paul]       0.8.11claws173
7518
7519         * sync with 0.9.0cvs7
7520                 see ChangeLog 2003-05-22
7521                 
7522         * src/summaryview.c
7523                 revert change in 0.8.11claws172: follow
7524                 Hiroyuki's decision and that's the end of it.
7525
7526 2003-05-21 [paul]       0.8.11claws172
7527
7528         * src/summaryview.c
7529                 fix discrepency between open_unread_on_enter
7530                 and always_show_msg
7531
7532 2003-05-21 [paul]       0.8.11claws171
7533
7534         * sync with 0.9.0cvs6
7535                 see ChangeLog 2003-05-21
7536
7537 2003-05-21 [paul]       0.8.11claws170
7538
7539         * sync with 0.9.0cvs5
7540                 see ChangeLog 2003-05-21
7541
7542 2003-05-20 [paul]       0.8.11claws169
7543
7544         * sync with 0.9.0cvs4
7545                 see ChangeLog 2003-05-20
7546                 fixes bug #152, 'encoding of IMAP folders names'
7547
7548 2003-05-20 [paul]       0.8.11claws168
7549
7550         * sync with 0.9.0cvs3
7551                 see ChangeLog 2003-05-20
7552                 
7553         * src/tools/convert_mbox.pl
7554                 minor change in the comments, submitted by Fred Marton
7555
7556 2003-05-19 [paul]       0.8.11claws167
7557
7558         * src/plugins/clamav/Makefile.am
7559           configure.ac
7560                 link clamav_lib to the plugin and not to the main program
7561
7562 2003-05-19 [christoph]
7563
7564         * src/Makefile.am
7565                 add -export-dynamic for linking
7566
7567 2003-05-19 [paul]       0.8.11claws166
7568
7569         * sync with 0.9.0cvs1
7570                 see ChangeLog 2003-05-19
7571
7572 2003-05-19 [paul]       0.8.11claws165
7573
7574         * src/inc.c
7575                 fix 'pop before smtp' timeout
7576
7577 2003-05-18 [alfons]     0.8.11claws164
7578
7579         * src/prefs_matcher.c
7580                 put "execute" action command line ("expression") in edit box
7581
7582 2003-05-18 [christoph]  0.8.11claws163
7583
7584         * src/mimeview.[ch]
7585         * src/plugins/dillo_viewer/dillo_viewer.c
7586         * src/plugins/image_viewer/viewer.c
7587         * src/plugins/mathml_viewer/mathml_viewer.c
7588                 let a viewer have a list of Content-Types
7589
7590 2003-05-18 [paul]       0.8.11claws162
7591
7592         * src/prefs_filtering.c
7593                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
7594                 and REDIRECT actions
7595
7596 2003-05-17 [christoph]
7597
7598         * README.claws
7599                 o remove dynamic signatures that was syned with main
7600                 o add infos about no longer "build in" image viewer
7601                 o update bugtracker URL
7602
7603 2003-05-17 [christoph]  0.8.11claws161
7604
7605         * src/folder.c
7606         * src/folderview.c
7607         * src/imap.c
7608                 don't use imap_scan_folder anymore. Instead call folder_item_scan
7609                 for every folder after rebuilding the folder tree.
7610
7611         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
7612          messages)
7613
7614 2003-05-17 [christoph]  0.8.11claws160
7615
7616         * src/imap.c
7617                 don't use STATUS command on current folder to check for
7618                 content changes. imap_cmd_ok() now tracks changes to
7619                 folder and number of existing messages.
7620
7621 2003-05-17 [paul]       0.8.11claws159
7622
7623         * src/plugins/clamav/clamav_plugin.c
7624                 remove unnecessary debug_print
7625
7626 2003-05-16 [thorsten]   0.8.11claws158
7627
7628         * src/plugins/demo.c
7629                 included missing intl.h
7630
7631 2003-05-16 [paul]       0.8.11claws157
7632
7633         * po/POTFILES.in
7634                 remove non-existant entries
7635         
7636         * src/plugins/clamav/clamav_plugin.c
7637           src/plugins/clamav/clamav_plugin_gtk.c
7638           src/plugins/dillo_viewer/dillo_prefs.c
7639           src/plugins/dillo_viewer/dillo_viewer.c
7640                 gettextise
7641
7642 2003-05-16 [christoph]  0.8.11claws156
7643
7644         * po/POTFILES.in
7645                 include plugin .c files for translation until I
7646                 find a better solution to have plugins have their
7647                 own textdomain
7648         * src/plugins/demo/demo.c
7649         * src/plugins/image_viewer/plugin.c
7650         * src/plugins/mathml_viewer/mathml_viewer.c
7651         * src/plugins/spamassassin/spamassassin.c
7652         * src/plugins/spamassassin/spamassassin_gtk.c
7653         * src/plugins/trayicon/trayicon.c
7654                 add gettext macros for plugin name and description
7655
7656 2003-05-16 [paul]
7657
7658         * sync with 0.9.0
7659
7660 2003-05-16 [paul]       0.8.11claws155
7661
7662         * sync with lastest 0.9.0pre1
7663                 see ChangeLog 2003-05-16
7664
7665 2003-05-15 [paul]       0.8.11claws154
7666
7667         * sync with latest 0.9.0pre1
7668                 see ChangeLog 2003-05-14 and 2003-05-15
7669
7670 2003-05-14 [christoph]  0.8.11claws153
7671
7672         * src/plugins/image_viewer/viewer.c
7673         * src/plugins/image_viewer/viewer.glade         ** NEW **
7674         * src/plugins/image_viewer/viewerprefs.c
7675                 make it possible to disable the autoload function in the
7676                 imageviewer again
7677
7678 2003-05-14 [christoph]  0.8.11claws152
7679
7680         * src/folder.c
7681                 fix folder update after adding a message
7682
7683 2003-05-13 [alfons]     0.8.11claws151
7684
7685         * src/common/session.c
7686                 remove debug traces
7687                 
7688         * src/addrcache.[ch]
7689         * src/filtering.[ch]
7690         * src/folder.[c]
7691         * src/gtkaspell.[ch]
7692         * src/imap.[ch]
7693         * src/mbox_folder.[ch]
7694         * src/mh.[ch]
7695         * src/mimeview.h
7696         * src/msgcache.[ch]
7697         * src/news.[ch]
7698         * src/passphrase.[ch]
7699         * src/prefs_common.[ch]
7700         * src/prefs_gtk.[ch]
7701         * src/procmsg.c
7702         * src/scoring.[ch]
7703                 be pedantic; (in prototypes () implies (int))
7704
7705 2003-05-13 [alfons]     0.8.11claws150
7706
7707         * src/prefs_toolbar.[ch]
7708         * src/summaryview.[ch]
7709         * src/toolbar.[ch]
7710                 change misleading text in toolbar prefs;
7711                 add toolbar action for ignore thread (toggles ignore thread flag);
7712                 clean up a little bit;
7713
7714 2003-05-12 [paul]
7715
7716         * tools/convert_mbox.pl
7717                 bug fixed by Fred Marton
7718
7719 2003-05-12 [paul]
7720
7721         * sync with 0.9.0pre1
7722
7723 2003-05-09 [paul]       0.8.11claws149
7724
7725         * sync with 0.8.11cvs43
7726                 see ChangeLog 2003-05-09
7727
7728 2003-05-08 [christoph]  0.8.11claws148
7729
7730         * src/imap.[ch]
7731                 o use CAPABILIY as first command and check for PREAUTH
7732                   information in the response to it
7733                 o rewrite all imap_cmd_* functions to use an IMAPSession
7734                   instead of a SockInfo as parameter
7735                 o do STARTTLS after fetching and checking the server
7736                   capabilities
7737
7738 2003-05-08 [paul]       0.8.11claws147
7739
7740         * tools/Makefile.am
7741           tools/README
7742           tools/convert_mbox.pl         ** NEW FILE **
7743                 add mbox conversion script. Submitted by 
7744                 Fred Marton <Fred.Marton@uni-bayreuth.de>
7745
7746 2003-05-07 [christoph]
7747
7748         * doc-src/glade.txt
7749         * src/gtk/pluginwindow.glade
7750         * src/plugins/image_viewer/viewerprefs.glade
7751         * src/plugins/spamassassin/spamassassin_gtk.glade
7752                 add glade files for user interfaces and a description how
7753                 to use glade to create the sylpheed code
7754
7755 2003-05-07 [paul]       0.8.11claws146
7756
7757         * sync with 0.8.11cvs41
7758                 see ChangeLog 2003-05-07
7759
7760 2003-05-06 [christoph]  0.8.11claws145
7761
7762         * src/main.c
7763         * src/plugins/image_viewer/viewer.c
7764                 fix usage of imlib in imageviewer plugin
7765
7766         * src/gtk/prefswindow.c
7767                 handle window close event correctly
7768
7769 2003-05-06 [paul]       0.8.11claws144
7770
7771         * src/common/ssl.c
7772                 fix typo introduced in sync
7773
7774 2003-05-06 [paul]       0.8.11claws143
7775
7776         * sync with 0.8.11cvs39
7777                 see ChangeLog 2003-05-06
7778
7779 2003-05-06 [paul]       0.8.11claws142
7780
7781         * AUTHORS
7782           po/cs.po
7783                 updated Czech translation, submitted by 
7784                 Radek Vybiral <Radek.Vybiral@vsb.cz>
7785                 
7786         * src/plugins/clamav/clamav_plugin_gtk.c
7787                 clean up
7788
7789 2003-05-03 [alfons]     0.8.11claws141
7790
7791         * src/compose.[ch]
7792                 make paste as quotation work even when the call to 
7793                 text_inserted() was deferred (fixes bug #140 "Paste 
7794                 as quotation does not work when using "external" 
7795                 clipboard")
7796
7797 2003-05-03 [thorsten]   0.8.11claws140
7798
7799         * src/addrquery.h
7800           src/ldapquery.h
7801           src/mainwindow.c
7802                 removed C++ comments
7803         * src/addr_compl.c
7804                 function with non-int retval/param used before
7805                 implementation/declaration
7806
7807 2003-05-02 [paul]       0.8.11claws139
7808
7809         * src/addr_compl.[ch]
7810           src/addressbook.[ch]
7811           src/addrindex.c
7812           src/summaryview.c
7813                 revert match's changes to (finally) remove the bug where
7814                 opening a folder causes massive slowdown when using the 
7815                 'Display sender using address book' option
7816
7817 2003-05-01 [melvin]     0.8.11claws138
7818
7819         * src/plugins/dillo_viewer/dillo_prefs.[ch]
7820         * src/plugins/dillo_viewer/dillo_viewer.c
7821                 Fixed bug where "Cancel" button from prefs issued
7822                 warnings.
7823                 Comply a little more to coding style
7824
7825 2003-05-01 [paul]       0.8.11claws137
7826
7827         * sync with 0.8.11cvs38
7828                 see ChangeLog 2003-05-01
7829
7830 2003-05-01 [paul]       0.8.11claws136
7831
7832         * po/bg.po
7833                 updated by George Danchev
7834
7835 2003-04-30 [christoph]  0.8.11claws135
7836
7837         * src/plugins/dillo_viewer/dillo_prefs.c
7838         * src/plugins/image_viewer/viewerprefs.c
7839         * src/plugins/spamassassin/spamassassin_gtk.c
7840                 remove gtk_widget_ref() calls for widgets in
7841                 glade code
7842
7843 2003-04-30 [paul]       0.8.11claws134
7844
7845         * src/addrindex.c
7846                 ok, this time a better fix for the bug where opening folder
7847                 has massive slowdown when using the 'Display sender using 
7848                 address book' option
7849
7850 2003-04-30 [paul]       0.8.11claws133
7851
7852         * src/addrindex.c
7853                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
7854         
7855 2003-04-30 [melvin]     0.8.11claws132
7856
7857         New: Dillo plugin preferences (patch by Dimitar Haralanov)
7858
7859         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
7860                 Preferences for the dillo plugin
7861         * src/plugins/dillo_viewer/dillo_viewer.c
7862                 Support for preferences
7863         * src/plugins/dillo_viewer/Makefile.am
7864                 Added dillo_prefs.[ch]
7865
7866 2003-04-30 [alfons]     0.8.11claws131
7867
7868         * src/common/plugin.[ch]
7869                 see? this ANSI C'fication immediately gives us type
7870                 checking for free.
7871
7872 2003-04-30 [alfons]     0.8.11claws130
7873
7874         * src/common/plugin.[ch]
7875         * src/plugins/clamav/clamav_plugin.[ch]
7876         * src/plugins/clamav/clamav_plugin_gtk.c
7877         * src/plugins/demo/demo.c
7878         * src/plugins/dillo_viewer/dillo_viewer.c
7879         * src/plugins/image_viewer/plugin.c
7880         * src/plugins/image_viewer/viewer.[ch]
7881         * src/plugins/image_viewer/viewerprefs.[ch]
7882         * src/plugins/mathml_viewer/mathml_viewer.c
7883         * src/plugins/spamassassin/spamassassin.[ch]
7884         * src/plugins/spamassassin/spamassassin_gtk.c
7885         * src/plugins/trayicon/trayicon.c
7886                 clean up
7887
7888 2003-04-30 [alfons]     0.8.11claws129
7889
7890         * src/common/utils.c
7891                 make is_ascii_str() fail gracefully when NULL pointer
7892                 is passed
7893
7894 2003-04-30 [paul]       0.8.11claws128
7895
7896         * src/addrindex.c
7897                 fix bug where opening folder has massive slowdown when
7898                 using the 'Display sender using address book' option
7899
7900 2003-04-30 [paul]       0.8.11claws127
7901
7902         * src/plugins/clamav/clamav_plugin.c
7903           src/plugins/clamav/clamav_plugin_gtk.c
7904           src/plugins/demo/demo.c
7905           src/plugins/dillo_viewer/dillo_viewer.c
7906           src/plugins/image_viewer/plugin.c
7907           src/plugins/mathml_viewer/mathml_viewer.c
7908           src/plugins/spamassassin/spamassassin.c
7909           src/plugins/spamassassin/spamassassin_gtk.c
7910           src/plugins/trayicon/trayicon.c
7911                 get rid of eye-hurting function signatures
7912
7913 2003-04-30 [paul]       0.8.11claws126
7914
7915         * src/plugins/trayicon/trayicon.c
7916                 add description
7917                 
7918         * src/mimeview.c
7919                 be more descriptive
7920
7921 2003-04-30 [paul]       0.8.11claws125
7922
7923         * configure.ac
7924                 arrange the plugins in reverse alphabetical order
7925                 
7926         * src/plugins/clamav/clamav_plugin.[ch]
7927           src/plugins/clamav/clamav_plugin_gtk.c
7928                 rename some params
7929                 resize max_size window
7930                 re-arrange the order of some gui elements
7931                 improve descriptions
7932         
7933         * src/plugins/image_viewer/plugin.c
7934           src/plugins/mathml_viewer/mathml_viewer.c
7935                 add descriptions
7936                 
7937         * src/plugins/spamassassin/spamassassin_gtk.c
7938                 resize max_size window
7939                 re-arrange the order of some gui elements
7940                 
7941         * src/messageview.c
7942           src/mimeview.c
7943                 correct typos
7944
7945 2003-04-30 [alfons]     0.8.11claws124
7946
7947         * src/imap.c
7948                 fix a leak found while browsing Martin Kluge's 
7949                 valgrind log (Claws only)
7950
7951 2003-04-29 [darko]      0.8.11claws123
7952
7953         * src/gtk/gtkstext.h
7954                 include wchar.h if it is available, fixes compilation
7955                 on HP-UX systems
7956
7957 2003-04-29 [melvin]     0.8.11claws122
7958
7959         * src/prefs_actions.c
7960                 Improved help text of Actions' syntax
7961
7962 2003-04-28 [paul]       0.8.11claws121
7963
7964         * src/action.c
7965                 a better fix for the crash when performing an action
7966                 on a mime part
7967
7968 2003-04-28 [paul]       0.8.11claws120
7969
7970         * src/action.c
7971                 fix crash when performing an action on a
7972                 mime part
7973
7974 2003-04-28 [paul]       0.8.11claws119
7975
7976         * sync with 0.8.11cvs36
7977                 see ChangeLog 2003-04-28
7978
7979 2003-04-27 [paul]       0.8.11claws118
7980
7981         * more sync with 0.8.11cvs35
7982                 see ChangeLog 2003-04-25
7983
7984 2003-04-26 [christoph]  0.8.11claws117
7985
7986         * src/folder.c
7987                 fix remove virtual check
7988
7989 2003-04-26 [paul]       0.8.11claws116
7990
7991         * src/messageview.c
7992                 fix return-receipt, make it work again
7993
7994 2003-04-26 [paul]       0.8.11claws115
7995
7996         * src/mimeview.c
7997                 restore double-clicking of the [application/pgp-signature 
7998                 (Select "Check signature" to check)] line in the message view,
7999                 broken in recent sync
8000
8001 2003-04-26 [christoph]  0.8.11claws114
8002
8003         * src/folder.c
8004                 check if remove virtual really exists before
8005                 calling the function
8006
8007 2003-04-25 [match]      0.8.11claws113
8008
8009         * src/addrindex.c
8010         * src/addrbook.c
8011         * src/ldapquery.[ch]
8012         * src/ldapctrl.[ch]
8013                 fix memleak.
8014         * src/ldapserver.[ch]
8015                 fix memleak. fix segfault.
8016                 plug a Claws memleak
8017
8018 2003-04-25 [alfons]     0.8.11claws112
8019
8020         * src/folder.c
8021                 plug a Claws memleak
8022
8023 2003-04-25 [alfons]     0.8.11claws111
8024
8025         * src/common/session.c
8026                 plug a memleak
8027
8028 2003-04-25 [paul]       0.8.11claws110
8029
8030         * sync with 0.8.11cvs35
8031                 see ChangeLog 2003-04-24 and 2003-04-25
8032                 
8033         * src/gtk/pluginwindow.c
8034                 correct another strange float value
8035
8036 2003-04-24 [christoph]  0.8.11claws109
8037
8038         * src/folder.c
8039                 freeze folder item updates when unsetting new flags
8040
8041         * src/gtk/pluginwindow.c
8042                 correct strange float value
8043
8044 2003-04-23 [paul]       0.8.11claws108
8045
8046         * sync with 0.8.11cvs33
8047                 see ChangeLog 2003-04-23
8048
8049 2003-04-22 [paul]       0.8.11claws107
8050
8051         * src/Makefile.am
8052           src/messageview.c
8053           src/mimeview.c
8054           src/pgptext.[ch]      ** REMOVED **
8055                 remove pgptext.[ch] as its not used any more
8056
8057 2003-04-22 [paul]       0.8.11claws106
8058
8059         * sync with 0.8.11cvs31
8060                 see ChangeLog 2003-04-21 and 2003-04-22
8061
8062 2003-04-21 [alfons]     0.8.11claws105
8063
8064         * src/main.c
8065                 No access to GTK structures if we're a spawned child
8066                 (and clean up code a little bit...) Should fix #126.
8067
8068 2003-04-21 [melvin]     0.8.11claws104
8069
8070         * src/plugins/dillo_viewer/README
8071                 Improved slightly the text.
8072
8073 2003-04-21 [melvin]     0.8.11claws103
8074
8075         * src/plugins/dillo_viewer/README *** NEW ***
8076                 Added a README file for the Dillo plugin
8077
8078 2003-04-20 [paul]
8079
8080         * tools/README
8081           tools/outlook2sylpheed.pl
8082                 updated and improved by Ricardo Mones Lastra
8083
8084 2003-04-18 [oliver]     0.8.11claws102
8085
8086         * src/inc.c 
8087         * src/prefs_account.h
8088                 remove Pop3SessionType (used by selective download)
8089         * src/prefs_toolbar.c
8090                 enable set Default Toolbar button
8091
8092 2003-04-18 [paul]       0.8.11claws101
8093
8094         * sync with 0.8.11cvs29
8095                 see ChangeLog 2003-04-18
8096
8097 2003-04-17 [paul]       0.8.11claws100
8098
8099         * src/prefs_common.[ch]
8100           src/summaryview.c
8101                 remove 'Open next message on deletion' option,
8102                 as the same effect can now be achieved via the
8103                 'Always open messages in summary when selected'
8104                 option.
8105
8106 2003-04-17 [paul]       0.8.11claws99
8107
8108         * sync with 0.8.11cvs28
8109                 see ChangeLog 2003-04-17
8110
8111 2003-04-17 [christoph]  0.8.11claws98
8112
8113         * ac/spamassassin.m4
8114         * src/plugins/spamassassin/libspamc.[ch]
8115         * src/plugins/spamassassin/utils.[ch]
8116                 sync libspamc with SpamAssassin project
8117
8118 2003-04-17 [christoph]  0.8.11claws97
8119
8120         * src/common/socket.h
8121         * src/gtk/sslcertwindow.h
8122                 rename old USE_SSL to USE_OPENSSL
8123
8124 2003-04-17 [paul]       0.8.11claws96
8125
8126         * src/prefs_common.h
8127                 use gulong for P_COLOR so that it compiles/runs on
8128                 64-bit systems. Patch submitted by James Noyes
8129                 <jnoyes-claws@retrogeeks.com>
8130                 
8131         * po/de.po
8132                 updated by Jens
8133
8134 2003-04-17 [paul]       0.8.11claws95
8135
8136         * sync with 0.8.11cvs27
8137                 see ChangeLog 2003-04-16
8138
8139 2003-04-15 [paul]       0.8.11claws94
8140
8141         * src/prefs_common.[ch]
8142                 rearrange to stop the window getting too long:
8143                         move Receive dialog stuff to Receive tab
8144                         move Send dialog to Send tab
8145                         remove Dialogs frame
8146                 rename 'Open messages in summary with cursor keys' to
8147                 'Always open messages in summary when selected', as its
8148                 more appropriate
8149
8150 2003-04-15 [paul]       0.8.11claws93
8151
8152         * src/prefs_common.[ch]
8153           src/summaryview.c
8154                 add new option '/Interface/Open next message on deletion'
8155
8156 2003-04-15 [paul]       0.8.11claws92
8157
8158         * src/summaryview.[ch]
8159                 add /Mark/Lock and /Mark/Unlock to the pop-up
8160                 menu. Patch submitted by Ivan Francolin Martinez
8161                 <ivanfm@users.sourceforge.net>
8162
8163 2003-04-15 [paul]       0.8.11claws91
8164
8165         * sync with 0.8.11cvs24
8166                 see ChangeLog 2003-04-15
8167
8168 2003-04-14 [jens]       0.8.11claws90
8169
8170         * updated German translation and some corrections from
8171                 Roland Bless <bless@tm.uka.de>
8172
8173 2003-04-14 [paul]       0.8.11claws89
8174
8175         * sync with 0.8.11cvs22
8176                 see ChangeLog 2003-04-14
8177
8178 2003-04-13 [paul]       0.8.11claws88
8179
8180         * src/plugins/clamav/clamav_plugin.c
8181                 fix memory leaks
8182                 clean up
8183
8184 2003-04-12 [paul]       0.8.11claws87
8185
8186         * src/plugins/clamav/clamav_plugin.c
8187                 activate enable/disable archive scanning option
8188                 
8189         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8190
8191 2003-04-12 [paul]       0.8.11claws86
8192
8193         * src/plugins/Makefile.am
8194           src/plugins/clamav/Makefile.am                ** NEW FILE **
8195           src/plugins/clamav/README                     ** NEW FILE ** 
8196           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8197           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8198                 add Clam AntiVirus plugin
8199
8200 2003-04-12 [paul]       0.8.11claws85
8201
8202         * sync with 0.8.11cvs21
8203                 see ChangeLog 2003-04-11
8204
8205 2003-04-11 [paul]       0.8.11claws84
8206
8207         * po/es.po
8208                 update Spanish translation. Submitted by Ricardo
8209                 Mones Lastra.
8210
8211 2003-04-10 [christoph]  0.8.11claws83
8212
8213         * src/mbox.c
8214                 fix typo that did not move unfiltered mails to destination
8215                 folder
8216
8217         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8218          when filtering from spool)
8219
8220 2003-04-10 [christoph]  0.8.11claws82
8221
8222         * src/imap.c
8223                 use BODY.PEEK instead of BODY in in message fetch operation
8224                 to make sure the IMAP server does not set the \Seen flag for
8225                 messages. Sylpheed does that later itself, when the message
8226                 is opened in sylpheed
8227
8228         (closes Bug 111 Claws destroys unread marks)
8229
8230 2003-04-09 [oliver]     0.8.11claws81
8231         
8232         * src/folder.c
8233                 fix crash in folder_destroy
8234         * README.claws
8235                 remove selective download
8236
8237 2003-04-09 [christoph]  0.8.11claws80
8238
8239         * src/imap.c
8240                 fix crash in imap_get_msginfo() when then fetched message
8241                 is not found
8242
8243         (closes Bug 110 Crash during mail composition)
8244
8245 2003-04-08 [christoph]  0.8.11claws79
8246
8247         * src/folder.c
8248         * src/prefs_account.c
8249                 Filter new messages that are found in an INBOX folder
8250                 when 'Filter messages on receiving' is enabled in the
8251                 Folder's AccountPrefs. This allows to use Sylpheed's
8252                 filtering engine for IMAP folders where messages are
8253                 added to the INBOX by a MTA
8254
8255 2003-04-08 [paul]       0.8.11claws78
8256
8257         * src/procmsg.h
8258                 clean up after last commit
8259
8260 2003-04-08 [paul]       0.8.11claws77
8261
8262         * sync with 0.8.11cvs20
8263                 see ChangeLog 2003-04-07 and 2003-04-08
8264
8265 2003-04-07 [christoph]  0.8.11claws76
8266
8267         * src/filtering.[ch]
8268         * src/inc.[ch]
8269         * src/mbox.c
8270         * src/procmsg.[ch]
8271                 add procmsg_msginfo_filter() to execute filtering actions
8272
8273 2003-04-06 [christoph]  0.8.11claws75
8274
8275         * src/imap.c
8276                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8277
8278 2003-04-06 [christoph]  0.8.11claws74
8279
8280         * src/common/utils.[ch]
8281                 add g_int_compare() function for slist sorting
8282
8283         * src/imap.c
8284                 fetch all MsgInfos with one command in imap_get_msginfos()
8285                 using an imap set with a list of ranges
8286
8287         * src/news.c
8288                 use new g_int_compare() function
8289
8290 2003-04-06 [thorsten]   0.8.11claws73
8291
8292         * src/mh.c
8293                 corrected implementation of mh_folder_destroy()
8294
8295 2003-04-05 [christoph]  0.8.11claws72
8296
8297         * src/account.c
8298         * src/folder.[ch]
8299         * src/folderview.c
8300         * src/imap.c
8301         * src/inc.c
8302         * src/main.c
8303         * src/mainwindow.c
8304         * src/mbox_folder.c
8305         * src/mh.c
8306         * src/mimeview.h
8307         * src/msgcache.[ch]
8308         * src/news.c
8309         * src/procmime.h
8310         * src/procmsg.[ch]
8311         * src/setup.c
8312         * src/gtk/gtkutils.c
8313                 o rename structure field names class and new to klass and
8314                   new_msgs, to allow including files in C++
8315                 o add 'extern "C"' block to some header files
8316                 o add MsgInfoList and MsgNumberList as alias for GSList for
8317                   developers to know what type of list is expected
8318
8319         * src/plugins/image_viewer/plugin.c
8320         * src/plugins/image_viewer/viewer.[ch]
8321         * src/plugins/image_viewer/viewerprefs.[ch]
8322                 rename function names to prevent conflicts
8323
8324 2003-04-05 [paul]       0.8.11claws71
8325
8326         * sync with 0.8.11cvs18
8327                 see ChangeLog 2003-04-03 and 2003-04-04
8328
8329 2003-04-02 [christoph]  0.8.11claws70
8330
8331         * src/folder.[ch]
8332         * src/imap.[ch]
8333         * src/mbox_folder.[ch]
8334         * src/mh.[ch]
8335         * src/news.[ch]
8336                 o Make all virtual folder functions private
8337                 o remove unused folder code
8338
8339         * src/common/socket.[ch]
8340         * src/summaryview.c
8341                 fix warnings
8342
8343 2003-03-30 [alfons]     0.8.11claws69
8344
8345         * src/send_message.c
8346                 remove two debug traces and see if people still report
8347                 errors
8348
8349 2003-03-30 [alfons]     0.8.11claws68
8350
8351         * src/send_message.c
8352         * src/commons/session.c
8353                 add more debug traces
8354
8355 2003-03-30 [christoph]  0.8.11claws67
8356
8357         * src/folder.c
8358                 change processing folder name from .processing to processing
8359
8360         * src/common/ssl.c
8361                 disable SSL certificate check because it causes Xlib error
8362                 when the child process want's to open an GTK window
8363
8364 2003-03-30 [christoph]  0.8.11claws66
8365
8366         * src/folder.c
8367                 don't use default folder for processing folder item because
8368                 it can be a non local folder
8369
8370         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8371
8372 2003-03-30 [alfons]     0.8.11claws65
8373
8374         * src/send_message.c
8375                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8376                 to generate bad code for 'send_send_data_progressive': When
8377                 called from 'send_send_data_finished', the 'data' pointer is
8378                 cleared just before the assignment to the dialog pointer
8379
8380 2003-03-29 [christoph]  0.8.11claws64
8381
8382         * src/common/prefs.h
8383         * src/plugins/image_viewer/Makefile.am
8384         * src/plugins/image_viewer/plugin.c
8385         * src/plugins/image_viewer/viewer.[ch]
8386         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8387                 add PrefsPage for ImageViewer
8388
8389 2003-03-28 [thorsten]   0.8.11claws63
8390
8391         * src/common/session.c
8392                 added some comments
8393
8394 2003-03-28 [paul]       0.8.11claws62
8395
8396         * sync with 0.8.11cvs16
8397                 see ChangeLog 2003-03-28
8398
8399 2003-03-28 [paul]       0.8.11claws61
8400
8401         * sync with 0.8.11cvs15
8402                 see ChangeLog 2003-03-28
8403
8404 2003-03-27 [christoph]  0.8.11claws60
8405
8406         * src/folder.c
8407         * src/imap.c
8408         * src/common/socket.[ch]
8409                 set socket state to DISCONNECTED when any operation
8410                 fails to allow reconnecting in IMAP code without
8411                 checking the return code of all calls to the command
8412                 functions
8413
8414         * src/folderview.c
8415         * src/summaryview.c
8416                 remove some more stuff that depends on specific
8417                 folder types
8418
8419 2003-03-27 [paul]       0.8.11claws59
8420
8421         * sync with 0.8.11cvs14
8422                 see ChangeLog 2003-03-27
8423                 
8424         * src/selective_download.[ch]   ** REMOVED **
8425                 really removed
8426
8427 2003-03-27 [christoph]  0.8.11claws58
8428
8429         * src/folder.c
8430                 fix handling of tmp_flags in flag copy function
8431
8432 2003-03-27 [paul]       0.8.11claws57
8433
8434         * sync with 0.8.11cvs13
8435                 see ChangeLog 2003-03-27
8436
8437 2003-03-27 [oliver]     0.8.11claws56
8438
8439         * src/maiwindow.c
8440                 remove sel_download_cb
8441
8442 2003-03-27 [oliver]     0.8.11claws55
8443         
8444         * src/inc.c
8445                 remove POP3_TOP
8446         
8447 2003-03-26 [oliver]     0.8.11claws54
8448
8449         *src/pop.h
8450                 remove POP3_TOP*
8451         * README.claws
8452                 remove selective donwload readme
8453
8454 2003-03-26 [oliver]     0.8.11claws53
8455         * src/matcher.[ch]
8456         * src/matcher_parser_parse.y 
8457         * src/pop.c 
8458         * src/prefs_account.[ch]
8459         * src/prefs_filtering.c
8460                 remove selective donwload
8461
8462 2003-03-26 [oliver]     0.8.11claws52
8463
8464         * src/inc.[ch] 
8465         * src/filtering.c 
8466         * src/mainwindow.c 
8467                 remove selective donwload
8468
8469 2003-03-26 [oliver]     0.8.11claws51
8470         
8471         * src/Makefile.am
8472         * src/selective_download.[ch]   ** REMOVE **    
8473
8474 2003-03-26 [christoph]  0.8.11claws50
8475
8476         * src/news.c
8477                 fix NEWS that got broken by a sync with sylpheed-main
8478
8479 2003-03-26 [christoph]  0.8.11claws49
8480
8481         * src/mimeview.c
8482                 fix mime type guessing when no mime type is found for a file
8483
8484 2003-03-25 [christoph]  0.8.11claws48
8485
8486         * src/mimeview.c
8487         * src/procmime.c
8488                 remove mime type guessing from mime parser and use
8489                 name based mime types in viewer lookup for mime type
8490                 application/octet-stream
8491
8492 2003-03-25 [christoph]  0.8.11claws47
8493
8494         * doc-src/readme.txt
8495         * doc-src/rfc2554.txt
8496                 add RFC about SMTP AUTH
8497
8498         * src/send_message.c
8499         * src/common/smtp.[ch]
8500                 add extra error code for authentication errors and
8501                 clear temporary password when this error occurs
8502
8503         (closes Bug 84 authentication failure while sending should
8504          prompt for password again)
8505
8506 2003-03-25 [christoph]  0.8.11claws46
8507
8508         * configure.ac
8509         * src/Makefile.am
8510         * src/imageview.[ch]                            ** REMOVE **
8511         * src/messageview.[ch]
8512         * src/mimeview.[ch]
8513         * src/prefs_common.[ch]
8514         * src/textview.c
8515         * src/plugins/Makefile.am
8516         * src/plugins/image_viewer/.cvsignore           ** NEW **
8517         * src/plugins/image_viewer/Makefile.am          ** NEW **
8518         * src/plugins/image_viewer/plugin.c             ** NEW **
8519         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
8520                 move image viewer into a plugin (building is enabled by default)
8521                 [ToDo: Prefs for resize and autoview]
8522
8523 2003-03-25 [paul]       0.8.11claws45
8524
8525         * sync with 0.8.11cvs12
8526                 see ChangeLog 2003-03-26
8527
8528 2003-03-25 [paul]       0.8.11claws44
8529
8530         * sync with 0.8.11cvs11
8531                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
8532                 
8533         Note: Selective Download is broken.
8534                 
8535 2003-03-22 [christoph]  0.8.11claws43
8536
8537         * src/folder.c
8538                 code cleanup for flags copying
8539
8540 2003-03-22 [christoph]  0.8.11claws42
8541
8542         * src/plugins/trayicon/trayicon.c
8543                 fix setting the transparent area when the window size
8544                 is forced by the system tray
8545
8546 2003-03-22 [christoph]  0.8.11claws41
8547
8548         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
8549         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
8550         * src/plugins/trayicon/newmail.xpm              ** NEW **
8551         * src/plugins/trayicon/nomail.xpm               ** NEW **
8552         * src/plugins/trayicon/trayicon.c
8553         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
8554                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
8555                 o add icon for unread mails
8556                 o set transparency for window
8557
8558 2003-03-22 [christoph]  0.8.11claws40
8559
8560         * src/news.c
8561                 init news session to prevent crash when session is closed
8562
8563 2003-03-22 [christoph]  0.8.11claws39
8564
8565         * src/imap.c
8566         * src/common/session.[ch]
8567                 Init session data to make sure we don't have invalid pointers
8568                 for read_ch and write_ch when new multi process sessions are
8569                 not used
8570
8571         * src/main.c
8572         * src/common/plugin.c
8573         * src/common/sylpheed.c
8574         * src/plugins/demo/demo.c
8575         * src/plugins/dillo_viewer/dillo_viewer.c
8576         * src/plugins/mathml_viewer/mathml_viewer.c
8577         * src/plugins/spamassassin/spamassassin.c
8578         * src/plugins/spamassassin/spamassassin_gtk.c
8579                 add plugin types to allow loading plugins at different times
8580                 (and maybe for different frontends), because it's not good to
8581                 load GTK-Plugins gefore gtk_init was called
8582
8583         * configure.ac
8584         * src/plugins/Makefile.am
8585         * src/plugins/trayicon/.cvsignore               ** NEW **
8586         * src/plugins/trayicon/Makefile.am              ** NEW **
8587         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
8588         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
8589         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
8590         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
8591         * src/plugins/trayicon/trayicon.c               ** NEW **
8592                 New Trayicon plugin that shows an icon in a systray that uses
8593                 XEMBED protocol like Gnome's systray. Icon shows if there
8594                 are new mails and a tooltip shows information about new,
8595                 unread and total messages.
8596
8597 2003-03-22 [paul]       0.8.11claws38
8598
8599         * src/common/smtp.c
8600                 fix ESMTP AUTH CRAM-MD5
8601                 [sync with main (still version 0.8.11cvs6), see
8602                  ChangeLog 2003-03-22]
8603
8604 2003-03-21 [colin]      0.8.11claws37
8605
8606         * src/send_message.c
8607                 Fix USE_SSL => USE_OPENSSL
8608
8609 2003-03-21 [colin]      0.8.11claws36
8610
8611         * src/folderview.c
8612                 Fix counts in drag and dropped subfolders
8613
8614 2003-03-21 [colin]      0.8.11claws35
8615
8616         * src/folder.c 
8617         * src/folderview.c
8618                 speed up a bit folder dnd
8619
8620 2003-03-20 [alfons]     0.8.11claws34
8621
8622         * src/main.c
8623         * src/toolbar.c
8624         * src/procmsg.c
8625                 don't send locked queue messages
8626                 (feature request "[ 705245 ] Locking message in outbox 
8627                  should prevent sending")
8628
8629 2003-03-20 [christoph]  0.8.11claws33
8630
8631         * src/folder.c
8632                 remove NEW and UNREAD flag in special folders when scanning
8633                 
8634         * src/common/smtp.c
8635                 fix ESMTP AUTH CRAM-MD5
8636
8637 2003-03-20 [paul]       0.8.11claws32
8638
8639         * src/prefs_account.c
8640                 Re-write 'Tunnel command to open connection' as
8641                 'Use command to communicate with server', and disable
8642                 it for all except IMAP accounts
8643
8644 2003-03-20 [paul]       0.8.11claws31
8645
8646         * sync with 0.8.11cvs6
8647                 see ChangeLog 2003-03-20
8648
8649 2003-03-19 [match]      0.8.11claws30
8650
8651         * src/addritem.[ch]
8652                 include documentation. minor refactoring.
8653         * src/addr_compl.[ch]
8654         * src/addrindex.[ch]
8655         * src/addresbook.[ch]
8656         * src/summaryview.c
8657                 re-enable address lookup (was disabled in
8658                 0.8.11claws20).
8659
8660 2003-03-19 [christoph]  0.8.11claws29
8661
8662         * src/procmsg.c
8663                 add temp flag handling, will make moving and copying
8664                 messages possible again
8665
8666         * src/folder.c
8667                 correct calulation of folder stats
8668
8669 2003-03-18 [match]      0.8.11claws28
8670
8671         * src/editgroup.h
8672                 remove case sensitive comparison (closes bug 80).
8673
8674 2003-03-18 [christoph]  0.8.11claws27
8675
8676         * src/imap.c
8677                 fix imap using a tunnel command
8678
8679         (closes bug 87)
8680
8681 2003-03-18 [christoph]  0.8.11claws26
8682
8683         * src/folder.[ch]
8684         * src/imap.c
8685         * src/procmsg.[ch]
8686                 rewrite flag handling for folders
8687
8688 2003-03-18 [christoph]  0.8.11claws25
8689
8690         * src/folder.c
8691         * src/procmsg.c
8692         * src/summaryview.c
8693                 unset NEW and UNREAD flags when message is ignored, to make
8694                 sure messages don't show up as unread on other IMAP clients,
8695                 because the IGNORE_THREAD flag can not be syncronized through
8696                 the IMAP folder
8697
8698 2003-03-17 [christoph]  0.8.11claws24
8699
8700         * src/imap.c
8701                 don't use recursion to fetch uids when the number of messages
8702                 does not match. Moved code into subfunction that is used
8703                 again when needed, to prevent an endless loop.
8704
8705 2003-03-17 [thorsten]   0.8.11claws23
8706
8707         * src/imageview.[ch]
8708                 export imageview_get_resized_size() (for plugins)
8709         * src/prefs_common.[ch]
8710                 added prefs_common_get() (for plugins)
8711
8712 2003-03-17 [christoph]  0.8.11claws22
8713
8714         * src/imap.c
8715                 o remove UID guessing from copy code
8716                 o support UIDPLUS extension for APPEND command
8717
8718 2003-03-17 [paul]       0.8.11claws21
8719
8720         * src/gtk/about.c
8721                 remove 'Compiled-plugins' section.
8722                 
8723         * src/plugins/dillo_viewer/dillo_viewer.c
8724                 slight change to description text
8725
8726 2003-03-16 [match]      0.8.11claws20
8727         * src/ldapserver.[ch]           ** NEW **
8728         * src/ldapctrl.[ch]             ** NEW **
8729         * src/ldapquery.[ch]            ** NEW **
8730         * src/ldaputil.[ch]             ** NEW **
8731         * src/addrcindex.[ch]           ** NEW **
8732         * src/addrquery.h               ** NEW **
8733         * src/addritem.[ch]
8734         * src/addrcache.[ch]
8735         * src/addrindex.[ch]
8736         * src/addr_compl.[ch]
8737         * src/addressbook.[ch]
8738         * src/addrbook.[ch]
8739         * src/editgroup.c
8740         * src/editaddress.c
8741         * src/editldap.c
8742         * src/editldap_basedn.c
8743         * src/vcard.c
8744         * src/jpilot.c
8745         * src/Makefile.am
8746                 included dynamic LDAP queries. improved address
8747                 completion.
8748
8749 2003-03-16 [paul]       0.8.11claws19
8750
8751         * tools/multiwebsearch.pl
8752                 fix a fatal typo
8753
8754 2003-03-16 [christoph]  0.8.11claws18
8755
8756         * src/mimeview.c
8757         * src/plugins/dillo_viewer/dillo_viewer.c
8758         * src/plugins/mathml_viewer/mathml_viewer.c
8759                 make unregistering of MimeViewerFactorys possible
8760
8761 2003-03-16 [alfons]     0.8.11claws17
8762
8763         * configure.ac
8764                 correct typo
8765
8766 2003-03-16 [melvin]     0.8.11claws16
8767
8768         * src/plugins/dillo_viewer.c
8769                 Fixed bug where it was not possible to view more than
8770                 one text/html attachment per message (bug discovered
8771                 by Christoph Hohmann).
8772
8773 2003-03-15 [melvin]     0.8.11claws15
8774
8775         * src/prefs_actions.c
8776                 Fixed compilation warnings.
8777
8778 2003-03-15 [melvin]     0.8.11claws14
8779
8780         * src/plugins/Makefile.am
8781         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
8782         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
8783         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
8784                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
8785                 newer (http://dillo.auriga.wearlab.de/).
8786
8787 2003-03-15 [christoph]  0.8.11claws13
8788
8789         * src/imap.c
8790                 don't query imap folder for attributes because we already
8791                 for them from imap_status
8792
8793         * src/mimeview.[ch]
8794                 add support for plugable MimeViewers (unloading Viewers
8795                 not yet complete)
8796
8797         * src/plugins/Makefile.am
8798         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
8799         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
8800         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
8801                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
8802                 widget from http://helm.cs.unibo.it/mml-widget/
8803
8804 2003-03-14 [christoph]  0.8.11claws12
8805
8806         * src/folder.[ch]
8807                 o error return code's should better be negative
8808                 o replace printf with debug_print
8809
8810         * src/imap.c
8811                 improve IMAP folder scan by checking UID-NEXT
8812
8813         * src/summaryview.c
8814                 remove check that are unnecessary in my opinion
8815
8816 2003-03-13 [christoph]  0.8.11claws11
8817
8818         * src/folder.[ch]
8819         * src/foldersel.c
8820         * src/folderview.c
8821         * src/imap.c
8822         * src/mbox_folder.c
8823         * src/mh.c
8824         * src/news.c
8825         * src/prefs_scoring.c
8826         * src/summaryview.c
8827                 use a common function to get a displayable name
8828                 for a FolderItem
8829
8830 2003-03-13 [paul]       0.8.11claws10
8831
8832         * tools/Makefile.am
8833           tools/README
8834           tools/multiwebsearch.conf     ** NEW FILE **
8835           tools/multiwebsearch.pl       ** NEW FILE **
8836                 add multiwebsearch Actions script
8837
8838 2003-03-13 [colin]      0.8.11claws9
8839
8840         * src/compose.c
8841                 Remove leading emtpy lines from quoted text
8842                 before quoting it
8843
8844 2003-03-13 [melvin]     0.8.11claws8
8845
8846         * src/prefs_actions.c
8847                 Fixed a memory leak
8848                 Code clean ups
8849                 Added Cancel and OK buttons
8850                 Corrected help text
8851
8852 2003-03-13 [christoph]  0.8.11claws7
8853
8854         * src/account.c
8855         * src/folder.[ch]
8856         * src/imap.c
8857         * src/mainwindow.c
8858         * src/mbox_folder.c
8859         * src/mh.c
8860         * src/news.c
8861         * src/setup.c
8862                 replace more folder type stuff with folder class stuff
8863
8864 2003-03-13 [melvin]     0.8.11claws6
8865
8866         * src/prefs_actions.c
8867                 Added new tokens:
8868                 %u: user provided argument
8869                 %h: user provided argument (hidden on input)
8870                 %s: current text selection in the message view 
8871
8872 2003-03-13 [paul]       0.8.11claws5
8873
8874         * sync with 0.8.11cvs5
8875                 see ChangeLog 2003-03-11, 2003-03-12
8876
8877 2003-03-12 [christoph]  0.8.11claws4
8878
8879         * src/folder.c
8880                 use folder class idstr when writing folderlist.xml
8881
8882         * src/folder.h
8883         * src/imap.c
8884         * src/news.c
8885                 replace folder type checks with folder class checks
8886
8887 2003-03-12 [christoph]  0.8.11claws3
8888
8889         * src/folder.[ch]
8890         * src/imap.[ch]
8891         * src/main.c
8892         * src/mbox_folder.[ch]
8893         * src/mh.[ch]
8894         * src/news.[ch]
8895                 o create a list of known folder classes in the folder system
8896                 o use folder class id strings for folder item identifiers
8897
8898 2003-03-12 [christoph]  0.8.11claws2
8899
8900         * src/imap.c
8901                 fix imap uid validity check
8902
8903 2003-03-12 [christoph]  0.8.11claws1
8904
8905         * src/account.c
8906         * src/folder.[ch]
8907         * src/foldersel.c
8908         * src/folderview.c
8909         * src/imap.c
8910         * src/mainwindow.c
8911         * src/mbox_folder.c
8912         * src/mh.c
8913         * src/news.c
8914         * src/prefs_scoring.c
8915         * src/procmsg.c
8916         * src/setup.c
8917         * src/summaryview.c
8918                 initial restructuring of folder system, seperating
8919                 folders and folder classes
8920
8921 2003-03-12 [paul]       0.8.11claws
8922
8923         0.8.11claws release
8924
8925 2003-03-12 [christoph]
8926
8927         * src/gtk/prefswindow.c
8928                 fix translation of "Page Index"
8929
8930 2003-03-12 [paul]       0.8.10claws110
8931
8932         a sync from 0.8.11cvs4 before the release
8933
8934         * src/common/utils.c
8935                 subject_compare_for_sort(): allow null strings (fixes
8936                 summary sorting).
8937
8938 2003-03-11 [paul]       0.8.10claws109
8939
8940         * po/es.po
8941                 update Spanish translation, submitted by
8942                 Ricardo Mones Lastra
8943
8944 2003-03-11 [melvin]     0.8.10claws108
8945
8946         * po/fr.po
8947                 Updated French translations
8948
8949 2003-03-11 [paul]       0.8.10claws107
8950
8951         * manual/en/Makefile.am
8952           manual/en/*.html
8953                 update English manual, add a new page
8954                 updated by Francois Barriere <fbarriere@atmel.fr>
8955                 
8956         * po/bg.po
8957           po/it.po
8958           po/sr.po
8959                 update Bulgarian, Italian, and Serbian translations
8960                 submitted by George Danchev, Alessandro Maestri, and
8961                 Urke MMI
8962
8963 2003-03-10 [paul]       0.8.10claws106
8964
8965         * src/gtk/about.c
8966           src/gtk/prefswindow.c
8967                 make some strings translatable
8968
8969 2003-03-10 [darko]      0.8.10claws105
8970
8971         * src/compose.c
8972                 code cleanup to make Hiro happy
8973
8974 2003-03-10 [paul]       0.8.10claws104
8975
8976         * sync with 0.8.11cvs2
8977                 see ChangeLog 2003-03-10
8978
8979 2003-03-09 [melvin]     0.8.10claws103
8980
8981         * src/textview.c
8982                 textview_set_font(): fix for message display in
8983                 UTF-8 locales (thanks to Sergey Vlasov).
8984                 (was unintentionnaly reverted in 0.8.6claws6)   
8985
8986 2003-03-08 [darko]      0.8.10claws102
8987
8988         * src/compose.c
8989                 fix infinite loop in wrapping as reported
8990                 by happycactus
8991                 obsoletes patch #696482
8992
8993 2003-03-08 [christoph]  0.8.10claws101
8994
8995         * src/imap.c
8996                 add workaround for IMAP servers that do not
8997                 support the "UID SEARCH UID" command
8998
8999 2003-03-07 [christoph]  0.8.10claws100
9000
9001         * src/plugins/spamassassin/spamassassin.[ch]
9002         * src/plugins/spamassassin/spamassassin_gtk.c
9003                 code cleanup
9004
9005 2003-03-07 [paul]       0.8.10claws99
9006
9007         * po/es.po
9008                 updated Spanish translation, submitted by
9009                 Ricardo Mones Lastra
9010
9011 2003-03-07 [christoph]  0.8.10claws98
9012
9013         * src/send.c
9014                 fix in 0.8.10claws94 was wrong
9015                 local delivery does not require escaping, remove escaping
9016                 code to make signatures of mails with "." lines valid
9017                 
9018                 NOTE: requires that sendmail is executed with "-i" option,
9019                       what is the default now, but has to be changed in all
9020                       exsiting accounts)
9021
9022 2003-03-07 [paul]       0.8.10claws97
9023
9024         * sync with 0.8.11 release
9025                 see ChangeLog 2003-03-07
9026
9027 2003-03-06 [paul]       0.8.10claws96
9028
9029         * src/compose.c
9030                 revert commit 0.8.10claws92
9031
9032 2003-03-06 [paul]       0.8.10claws95
9033
9034         * src/folderview.c
9035                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9036
9037         * src/gtkaspell.c
9038                 fix bug 74, 'Crash opening editor window with pseudo-color
9039                 display'
9040                 
9041         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9042
9043 2003-03-06 [christoph]  0.8.10claws94
9044
9045         * src/send.c
9046                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9047                 all lines starting with a period get an extra period
9048                 inserted
9049                 (found by Simon 'corecode' Schubert)
9050
9051 2003-03-06 [paul]       0.8.10claws93
9052
9053         * src/folderview.c
9054                 if configured font can't be loaded fall back to gtk
9055                 default. (with thanks to Christoph)
9056                 
9057                 closes long-standing bug 15 'Crashes on startup'
9058
9059 2003-03-06 [paul]       0.8.10claws92
9060
9061         * src/compose.c
9062                 freeze text before autosave and thaw afterwards
9063                 fixes bug 67 'autosave make re-rediting message crazy'
9064
9065 2003-03-06 [christoph]  0.8.10claws91
9066
9067         * src/compose.c
9068                 ignore address comment in dupe check for Cc-list
9069
9070         (closes reopened bug 47 Replying to message strips name part of
9071          e-mail addresses of Cc: lines)
9072
9073 2003-03-06 [paul]       0.8.10claws90
9074
9075         * src/Makefile.am
9076                 remove reference to gtkxtext.h as its no longer in
9077                 the repository
9078
9079 2003-03-06 [paul]       0.8.10claws89
9080
9081         * sync with 0.8.10cvs25
9082                 see ChangeLog 2003-03-06
9083
9084 2003-03-06 [oliver]     0.8.10claws88
9085         
9086         * src/messageview.c
9087                 remove include
9088
9089 2003-03-06 [oliver]     0.8.10claws87
9090         
9091         * src/folderview.c 
9092                 remove changes introduced inclaws74
9093         * src/messageview.c
9094                 another attempt to sanely delete and update
9095                 messages deleted in separate messageview
9096
9097 2003-03-05 [christoph]  0.8.10claws86
9098
9099         * src/summaryview.c
9100                 check if "From" matches any account's address if
9101                 addressbook completion of addresses is disabled too
9102
9103         (closes Bug 70 "Display recipient in from" doesn't check
9104          folder's default account)
9105
9106 2003-03-05 [christoph]  0.8.10claws85
9107
9108         * src/compose.c
9109         * src/common/utils.[ch]
9110                 don't strip address comments when building Cc lists
9111
9112         (closes Bug 47 Replying to message strips name part of e-mail addresses
9113          of Cc: lines)
9114
9115         * src/folder.c
9116                 fix return value of copy function
9117
9118 2003-03-05 [christoph]  0.8.10claws84
9119
9120         * src/imap.c
9121                 don't ask imap server for non rfc822 headers
9122
9123         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9124
9125         * src/imap.c
9126                 destroy session on socket error to allow reconnecting
9127
9128 2003-03-05 [christoph]  0.8.10claws83
9129
9130         * configure.ac
9131                 fix building with gnome when no prefix is set
9132
9133         (closes bug 66 Gnome directory is set to NONE)
9134
9135 2003-03-05 [paul]       0.8.10claws82
9136
9137         * sync with 0.8.10cvs23
9138                 see ChangeLog 2003-03-05
9139
9140 2003-03-04 [christoph]  0.8.10claws81
9141
9142         * src/folder.c
9143                 o fix moving and copying when folder returns 0 for new
9144                   message number
9145                 o remove some code for single message copy and move
9146                   operations and use functions for multiple messages
9147
9148         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9149
9150         * src/news.c
9151                 remove unused include
9152
9153 2003-03-04 [paul]       0.8.10claws80
9154
9155         * src/gtk/about.c
9156                 list 'Compiled plugins'
9157
9158 2003-03-03 [christoph]  0.8.10claws79
9159
9160         * src/news.[ch]
9161                 have to multiply the percentage of the current fetch with
9162                 the percentage that it has of the total fetch operation
9163                 for correct values
9164
9165 2003-03-03 [christoph]  0.8.10claws78
9166
9167         * src/news.c
9168                 fix calculation of expected lines for progress indicator
9169
9170 2003-03-03 [christoph]  0.8.10claws77
9171
9172         * src/summaryview.c
9173         * src/common/utils.c
9174                 fix segfault when opening the root news folder
9175
9176 2003-03-03 [christoph]  0.8.10claws76
9177
9178         * src/mainwindow.[ch]
9179         * src/common/Makefile.am
9180         * src/common/progressindicator.[ch]
9181                 add UI independent progress indicator handling
9182
9183         * src/news.[ch]
9184                 use new progress indicator for message info fetching
9185
9186         * src/common/hooks.h
9187                 code cleanup
9188
9189 2003-03-03 [oliver]     0.8.10claws75
9190
9191         * src/toolbar.c
9192         * src/compose.c
9193                 removed commented code
9194
9195 2003-03-03 [oliver]     0.8.10claws74
9196
9197         * src/toolbar.[ch]
9198                 cleanups and refactoring
9199         * src/compose.[ch]
9200                 compose_reply_mode reply & forwarding interface for
9201                 toolbar buttons
9202         * src/folderview.c
9203                 act on messages marked for deletion in folderview_selected
9204                 based on prefs_common.immediate_exec since a message might 
9205                 have been deleted by messageview in a folder we are changing 
9206                 to (does anybody understand what I'm on about ?)
9207
9208 2003-03-03 [oliver]     0.8.10claws73
9209         
9210         * src/messageview.[ch]
9211                 new functions
9212                 - messageview_delete: delete message shown in messagview
9213                 - messageview_update_view: update messageview to currently 
9214                   selected summaryview message
9215                 - add separate messageview to msgview_list in order to update 
9216                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9217         * src/summaryview.[ch]
9218                 summary_get_selection returns a list of selected msgs
9219                 in summaryview
9220         * src/mainwindow.c
9221                 toolbar reply refactoring
9222
9223 2003-03-03 [paul]       0.8.10claws72
9224
9225         * sync with 0.8.10cvs21
9226                 see ChangeLog 2003-03-03
9227
9228 2003-03-02 [christoph]  0.8.10claws71
9229
9230         * src/common/passcrypt.c
9231                 use POSIX includes
9232
9233 2003-03-02 [christoph]  0.8.10claws70
9234
9235         * configure.ac
9236         * src/prefs_account.c
9237         * src/prefs_gtk.[ch]
9238         * src/common/.cvsignore
9239         * src/common/Makefile.am
9240         * src/common/passcrypt.c                ** NEW **
9241         * src/common/passcrypt.h.in             ** NEW **
9242                 Implement password encryption in config files
9243                 using unix encrypt and setkey functions. The crypt
9244                 key can be set as a configure parameter. Old
9245                 passwords will be converted if they do not begin
9246                 with '!'
9247
9248 2003-03-02 [paul]       0.8.10claws69
9249
9250         * src/prefs_account.c
9251                 fix compile error
9252
9253 2003-03-01 [thorsten]   0.8.10claws68
9254
9255         * po/el.po
9256           po/hr.po
9257           po/it.po
9258           po/nl.po
9259           po/sr.po
9260           po/sv.po
9261                 corrected format strings
9262         * po/en_GB.po
9263                 corrected headers
9264                 (fix compile errors with GNU gettext-0.11.5)
9265
9266 2003-03-01 [oliver]     0.8.10claws67
9267
9268         * src/summaryview.c
9269                 menu callbacks call toolbar_menu_reply
9270
9271 2003-03-01 [oliver]     0.8.10claws66
9272
9273         * src/mainwindow.c
9274         * src/messageview.c
9275                 menu callbacks call toolbar_menu_reply
9276         * src/toolbar.[ch]
9277                 callbacks from menu handled by toolbar_menu_reply
9278
9279 2003-03-01 [paul]       0.8.10claws65
9280
9281         * src/addressbook.c
9282                 revert commit 0.8.10claws54 - breaks editing of
9283                 addressbook.
9284                 
9285         * po/bg.po
9286                 update Bulgarian translation, submitted by
9287                 George Danchev
9288
9289 2003-02-28 [christoph]  0.8.10claws64
9290
9291         * src/account.c
9292         * src/addressadd.c
9293         * src/compose.c
9294         * src/gtkaspell.c
9295         * src/gtkxtext.h                ** REMOVE **
9296         * src/imap.c
9297         * src/matcher.[ch]
9298         * src/mh.c
9299         * src/news.c
9300         * src/pine.c
9301         * src/prefs_common.c
9302         * src/prefs_matcher.c
9303         * src/procheader.[ch]
9304         * src/procmsg.[ch]
9305         * src/toolbar.c
9306         * src/common/ssl_certificate.c
9307         * src/gtk/colorlabel.c
9308         * src/gtk/menu.c
9309                 o fix warnings
9310                 o remove code obsoleted by new cache and folder system rework
9311
9312 2003-02-28 [oliver]     0.8.10claws63
9313         
9314         * src/toolbar.[ch]
9315                 * fix bug where reply in Messageview replied to 
9316                 Message displayed in summaryview
9317                 (reportedd via ML by chinatinte at gmx dot ch)
9318                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9319                 didn't work in separate MessageView Toolbar
9320                 (wondering if anybody uses this at all ?)
9321         * src/summaryview.[ch]
9322                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9323                 (generalize reply and forward code);
9324         * src/messageview.c 
9325                 remove focus_in event which updated summaryview to messageview
9326
9327 2003-02-28 [paul]       0.8.10claws62
9328
9329         * po/Makefile.in.in
9330                 add the --check option
9331                 Patch submitted by Ricardo Mones Lastra
9332
9333 2003-02-28 [paul]       0.8.10claws61
9334
9335         * src/prefs_account.c
9336                 re-order 'Signature' items
9337
9338 2003-02-28 [paul]       0.8.10claws60
9339
9340         * sync with 0.8.10cvs20
9341                 see ChangeLog 2003-02-28
9342
9343 2003-02-28 [paul]       0.8.10claws59
9344
9345         * po/POTFILES.in
9346                 update to reflect recent movement of files
9347
9348 2003-02-28 [paul]       0.8.10claws58
9349
9350         * sync with 0.8.10cvs19
9351                 see ChangeLog 2003-02-28
9352
9353 2003-02-27 [martin]     0.8.10claws57
9354
9355         * src/prefs_matcher.c 
9356                 fix segfault in prefs_matcher_ok() when the
9357                 last entry is deleted and prevents that the
9358                 message "entry not saved" comes up after deleting
9359                 an entry
9360
9361 2003-02-27 [martin]     0.8.10claws56
9362
9363         * src/prefs_filtering.c 
9364                 fix segfault in prefs_filtering_ok() when the
9365                 last entry is deleted and prevents that the
9366                 message "entry not saved" comes up after deleting
9367                 an entry
9368
9369 2003-02-27 [paul]       0.8.10claws55
9370
9371         * sync with 0.8.10cvs18
9372                 see ChangeLog 2003-02-27
9373
9374 2003-02-27 [paul]       0.8.10claws54
9375
9376         * src/addressbook.c
9377                 fix bug where the address book crashes with 
9378                 multiple lookups.
9379                 Patch [687729] submitted by David Frager 
9380                 <dbfrager@users.sourceforge.net>
9381
9382 2003-02-25 [christoph]  0.8.10claws53
9383
9384         * src/Makefile.am
9385         * src/colorlabel.[ch]           ** REMOVE **
9386         * src/gtk/Makefile.am
9387         * src/gtk/colorlabel.[ch]       ** NEW **
9388                 move colorlabel files to gtk directory
9389
9390         * src/esmtp.[ch]                ** REMOVE **
9391                 has been merged into smtp.[ch] in 0.7.5
9392
9393 2003-02-25 [christoph]  0.8.10claws52
9394
9395         * src/Makefile.am
9396         * src/about.[ch]                ** REMOVE **
9397         * src/gtk/Makefile.am
9398         * src/gtk/about.[ch]            ** NEW **
9399                 move about files to gtk directory
9400
9401 2003-02-25 [christoph]  0.8.10claws51
9402
9403         * src/folder.c
9404                 some code optimization of folder scanning code
9405
9406         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9407
9408 2003-02-25 [christoph]  0.8.10claws50
9409
9410         * src/main.c
9411         * src/common/sylpheed.c
9412                 add command line parameter parsing to common code
9413
9414 2003-02-24 [christoph]
9415
9416         * Makefile.am
9417         * configure.ac
9418                 fix gnome prefix problems, the configure script now removed
9419                 `gnome-config --prefix` from `gnome-config --datadir`
9420                 and adds $(prefix} instead
9421
9422         (closes Bug 24 Makefile does not respect prefix when installing
9423          GNOME data)
9424
9425 2003-02-24 [christoph]  0.8.10claws49
9426
9427         * src/news.c
9428                 check for valid session before trying to authenticate
9429
9430         (closes Bug 60 crash if "authenticate on logon" is activated
9431          and newsserver-hostname is not valid)
9432
9433 2003-02-24 [melvin]     0.8.10claws48
9434
9435         * src/prefs_actions.c
9436                 Make sure all user's input is sent to the action and then
9437                 close the socket..
9438
9439 2003-02-23 [alfons]     0.8.10claws46
9440
9441         * src/summaryview.c
9442                 also wait cursor when deleting files
9443
9444 2003-02-23 [paul]
9445
9446         * tools/freshmeat_search.pl
9447           tools/google_search.pl
9448                 scripts should now work for any browser/browser command line
9449
9450 2003-02-22 [christoph]  0.8.10claws45
9451
9452         * src/procmsg.c
9453                 fix IMAP flag setting, IMAP flag is not handled correctly
9454                 anymore by the folder system and information about the
9455                 folder should not be saved in the MsgInfo (in my opinion)
9456
9457         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9458
9459 2003-02-22 [christoph]  0.8.10claws44
9460
9461         * src/summaryview.c
9462                 fix spelling of "label" ;-)
9463
9464 2003-02-22 [thorsten]   0.8.10claws43
9465
9466         * src/mimeview.c
9467           src/prefs_common.[ch]
9468           src/procmime.[ch]
9469                 do not use description as attachment name
9470
9471 2003-02-22 [alfons]     0.8.10claws42
9472
9473         * src/summaryview.c
9474                 freeze/thaw folder item updates when changing color labels,
9475                 and put a wait cursors on
9476
9477 2003-02-22 [thorsten]   0.8.10claws41
9478
9479         * src/mimeview.c
9480                 save-all fixes: crash if invoked on multipart container,
9481                 mimeinfo access, pathseparators, error dialog
9482
9483 2003-02-21 [alfons]     0.8.10claws40
9484
9485         * src/prefs_gtk.c
9486                 remove unused var
9487
9488 2003-02-21 [colin]      0.8.10claws39
9489
9490         * src/send.c
9491                 Fix smtp logging
9492
9493 2003-02-21 [colin]      0.8.10claws38
9494
9495         * src/summaryview.c
9496                 Freeze/thaw folderItem updates when filtering messages 
9497                 via Tools/Filter messages
9498
9499 2003-02-21 [paul]       0.8.10claws37
9500
9501         * src/compose.c
9502                 revert commit 0.8.10claws26, there are ulterior motives
9503                 for users to set a Reply-To header when posting to
9504                 newsgroups
9505
9506 2003-02-21 [paul]       0.8.10claws36
9507
9508         * sync with 0.8.10cvs17
9509                 see ChangeLog 2003-02-21
9510
9511 2003-02-20 [christoph]  0.8.10claws35
9512
9513         * src/imap.c
9514                 IMAP UID fetch speedup using SEARCH
9515
9516         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9517
9518         * src/imap.c
9519                 fix problem with UIDs in IMAP UID cache that no longer existed
9520
9521 2003-02-20 [christoph]  0.8.10claws34
9522
9523         * src/imap.c
9524         * src/procheader.c
9525         * src/procheader.h
9526                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
9527
9528         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9529
9530         * src/imap.c
9531                 Rewrite imap_cmd_gen_recv use sock_getline instead
9532                 of sock_gets to avoid problems with too long reply
9533                 lines
9534     
9535 2003-02-20 [colin]      0.8.10claws33
9536         
9537         * src/prefs_account.c
9538                 Better wording
9539
9540 2003-02-20 [colin]      0.8.10claws32
9541
9542         * src/compose.c
9543                 Remove useless '&& !to_sender' 
9544
9545 2003-02-20 [darko]
9546
9547         * AUTHORS
9548                 change my e-mail address
9549
9550 2003-02-19 [colin]      0.8.10claws31
9551
9552         * src/prefs_common.c
9553                 X11 style colors for every configurable color
9554
9555 2003-02-19 [alfons]     0.8.10claws30
9556
9557         * src/prefs_gtk.[ch]
9558         * src/prefs_common.c
9559                 for color_new accept both plain integers and X11 style color
9560                 names (as found in /usr/lib/X11/rgb.txt)
9561
9562 2003-02-19 [paul]       0.8.10claws29
9563
9564         * src/mainwindow.c
9565                 add tooltips to online/offline button and account selector
9566                 button
9567
9568 2003-02-19 [paul]       0.8.10claws28
9569
9570         * src/folder.c
9571           src/news.c
9572           src/prefs_account.[ch]
9573           src/prefs_common.[ch]
9574                 move 'Maximum number of articles to download' to
9575                 account prefs.
9576                 clean up account prefs gui a little by hiding entries
9577                 rather then greying out entries
9578
9579 2003-02-19 [hiro]       0.8.10claws27
9580
9581         * src/common/utils.c
9582                 fix bug #54 'yesterdays date is displayed in the message 
9583                 summary window'
9584
9585 2003-02-19 [paul]       0.8.10claws26
9586
9587         * src/compose.c
9588                 fix bug reported in Feature Request [688596] 
9589                 'Reply-to header in news'
9590
9591 2003-02-18 [paul]       0.8.10claws25
9592
9593         * src/select-keys.c
9594                 add a 'List all keys' button to key selection dialog
9595
9596 2003-02-18 [colin]      0.8.10claws24
9597         
9598         * src/stock_pixmap.c
9599                 fix compile error
9600
9601 2003-02-18 [colin]      0.8.10claws23
9602
9603         * src/common/smtp.[ch]
9604           src/prefs_account.c
9605                 Try to starttls if it seems to be the only
9606                 way to authenticate a user
9607
9608 2003-02-18 [paul]       0.8.10claws22
9609
9610         * src/Makefile.am
9611           src/folderview.c
9612           src/stock_pixmap.[ch]
9613           src/pixmaps/drafts_close.xpm  ** NEW FILE **
9614           src/pixmaps/drafts_open.xpm   ** NEW FILE **
9615                 as a Drafts folder is a special folder allow it to have
9616                 its own unique icons
9617
9618 2003-02-18 [colin]      0.8.10claws21
9619
9620         * src/imap.c
9621                 Fix port selection when using starttls
9622
9623 2003-02-18 [paul]       0.8.10claws20
9624
9625         * src/mainwindow.c
9626           src/prefs_common.[ch]
9627                 make blue the default new mail colour
9628
9629 2003-02-18 [paul]       0.8.10claws19
9630
9631         * sync with 0.8.10cvs14
9632                 see ChangeLog 2003-02-18
9633
9634 2003-02-17 [jens]       0.8.10claws18
9635
9636         * src/common/md5.c
9637                 fixed a compile problem with gcc 3.3
9638                 works on 2.95.3 too (testet on PPC as it is big endian)
9639
9640 2003-02-17 [paul]       0.8.10claws17
9641
9642         * sync with 0.8.10cvs13
9643                 see ChangeLog 2003-02-17
9644
9645 2003-02-17 [paul]       0.8.10claws16
9646
9647         * sync with 0.8.10cvs12
9648                 see ChangeLog 2003-02-17
9649
9650 2003-02-16 [match]      0.8.10claws15
9651
9652         * src/addressbook.c
9653                 Eliminates reloading of address data when items
9654                 deleted or added. Applied submitted by
9655                 Luke Plant <lukeplant@softhome.net>
9656
9657 2003-02-16 [paul]       0.8.10claws14
9658
9659         * src/news.c
9660                 when a 'protocol error' is encountered disconnect from
9661                 the server. This means that the user can carry on viewing
9662                 other articles and doesn't have to either wait until the
9663                 server timesout or quit sylpheed.
9664                 Fixes bug #53 'Unable to read messages in newsgroups, 
9665                 displayed message doesn't change'
9666
9667 2003-02-15 [christoph]  0.8.10claws13
9668
9669         * src/imap.c
9670                 fix bug that stopped scanning of folders when an
9671                 IMAP folder was empty
9672
9673         (closes bug 46 stop scan messages in folders after empty folder)
9674
9675 2003-02-15 [paul]
9676
9677         * tools/Makefile.am
9678           tools/README
9679           tools/freshmeat_search.pl     ** NEW FILE **
9680           tools/google_search.pl        ** NEW FILE **
9681                 Add 2 Actions scripts which search freshmeat/google
9682                 for the selected text using the browser configured
9683                 in sylpheedrc.
9684                 
9685         Note: These scripts are very dependent on the format of the
9686         browser command and may not work on every occasion. Testing
9687         is welcome. 
9688
9689 2003-02-14 [alfons]     0.8.10claws12
9690
9691         * src/compose.c
9692                 fix breakage because of uninitialized account pointer.
9693                 please verify.
9694
9695 2003-02-14 [paul]       0.8.10claws11
9696
9697         * src/compose.c
9698           src/prefs_account.[ch]
9699           src/prefs_common.[ch]
9700                 move signature settings to Account Prefs
9701
9702 2003-02-14 [paul]       0.8.10claws10
9703
9704         * sync with 0.8.10cvs11
9705                 see ChangeLog 2003-02-14
9706
9707 2003-02-13 [thorsten]   0.8.10claws9
9708
9709         * src/news.c
9710                 revert news progressbar (GUI separation)
9711
9712 2003-02-13 [paul]       0.8.10claws8
9713
9714         * src/compose.c
9715                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
9716                 paragraph 1
9717
9718 2003-02-13 [paul]       0.8.10claws7
9719
9720         * src/compose.[ch]
9721           src/summaryview.c
9722                 fix 'Follow-up and Reply-to' so that it creates a reply to
9723                 the newsgroup and the sender. If the message has the keyword
9724                 'poster' in the Followup-To header, all replies go to the
9725                 sender, re: RFC 1036, Section 2.2.3
9726                 rename all instances of 'ignore_replyto' to 'to_sender', both
9727                 were previously used, now we use just one.
9728
9729 2003-02-13 [paul]       0.8.10claws6
9730
9731         * sync with 0.8.10cvs9
9732                 see ChangeLog 2003-02-13
9733
9734 2003-02-13 [paul]       0.8.10claws5
9735
9736         * configure.ac
9737                 show which plugins are configured in the configure
9738                 output.
9739
9740 2003-02-12 [thorsten]   0.8.10claws4
9741
9742         * src/news.c
9743                 show progress while fetching news headers
9744
9745 2003-02-12 [christoph]  0.8.10claws3
9746
9747         * configure.ac
9748         * src/plugins/Makefile.am
9749                 use AM_CONDITIONAL to enable plugins, automake correctly
9750                 manages this when creating distdir
9751
9752 2003-02-12 [christoph]  0.8.10claws2
9753
9754         * ac/spamassassin.m4
9755         * src/plugins/spamassassin/Makefile.am
9756                 fix building SpamAssassin plugin without OpenSSL
9757
9758 2003-02-12 [paul]       0.8.10claws1
9759
9760         * ac/Makefile.am
9761           src/Makefile.am
9762           src/plugins/Makefile.am
9763                 fix failure of 'make release'
9764
9765 2003-02-12 [paul]       0.8.10claws
9766
9767         * 0.8.10claws released
9768
9769 2003-02-12 [paul]       0.8.9claws56
9770
9771         * po/bg.po
9772           po/es.po
9773           po/it.po
9774           po/ru.po
9775           po/sr.po
9776                 updated translations by George Danchev, Ricardo Mones Lastra,
9777                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
9778                 
9779         * sylpheed.spec.in
9780                 Allow the building of RPMs by a regular user. Submitted
9781                 by Sergei Astanin
9782
9783 2003-02-11 [alfons]     0.8.9claws55
9784
9785         * src/colorlabel.c
9786                 don't use pixmaps for label color rect but draw rectangles
9787                 so we can respect the color map of palette based visuals
9788                 (fixes the long time crashes on Suns - thanks to Andreas
9789                 Engel and Steve O'Hara-Smith for testing)
9790
9791 2003-02-11 [christoph]  0.8.9claws54
9792
9793         * src/matcher_parser_parse.y
9794                 correct bug where filering rules of not existing folders in
9795                 matcherrc were added to global filtering
9796                 
9797         (closes Debian Bug #180253 - Directory's filter-rules are merged with
9798          main filter-rules after removing directory, http://bugs.debian.org/180253)
9799         
9800 2003-02-11 [paul]       0.8.9claws53
9801
9802         * sync with 0.8.10cvs7
9803                 see ChangeLog 2003-02-09
9804
9805 2003-02-11 [melvin]     0.8.9claws52
9806
9807         * po/fr.po
9808                 Updated French tranlsations
9809
9810 2003-02-10 [paul]       0.8.9claws51
9811
9812         * sylpheed.spec.in
9813                 correct --enable-openssl
9814                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
9815
9816 2003-02-09 [martin]     0.8.9claws50
9817
9818         * src/prefs_matcher.c
9819                 fix segfault in prefs_matcher_substitute_cb() when
9820                 no row is selected
9821
9822 2003-02-09 [paul]       0.8.9claws49
9823
9824         * src/folderview.c
9825                 fix bug where a newsgroup folder's processing rules were
9826                 merged with the global filtering rules when the newsgroup
9827                 folder was deleted, causing some seriously bad results,
9828                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
9829
9830 2003-02-08 [melvin]     0.8.9claws48
9831
9832         * src/compose.c
9833                 Corrected and modified an alert message.
9834
9835 2003-02-07 [paul]       0.8.9claws47
9836
9837         * src/folderview.c
9838                 fix bug where both an 'Account properties' window and a
9839                 'Folder properties' window were opened when clicking on
9840                 'Properties' in an NNTP or IMAP folder's popup menu.
9841
9842 2003-02-07 [paul]       0.8.9claws46
9843
9844         * sync with 0.8.10cvs6
9845                 see ChangeLog 2003-02-06
9846
9847 2003-02-06 [christoph]  0.8.9claws45
9848
9849         * src/mbox.c
9850                 freeze folder updates while importing mbox files
9851                 (closes bug 43 importing mbox took hours)
9852                 
9853         Patch submitted by Jens Rantil <jens.rantil@telia.com>
9854
9855 2003-02-06 [thorsten]   0.8.9claws44
9856
9857         * po/de.po
9858                 Updated german translations
9859
9860 2003-02-06 [thorsten]   0.8.9claws43
9861
9862         * src/news.h
9863                 use guint for message numbers (fix count in grouplist dialog)
9864
9865 2003-02-05 [paul]       0.8.9claws42
9866
9867         * sync with 0.8.10cvs2
9868                 see ChangeLog 2003-02-05
9869
9870 2003-02-04 [colin]      0.8.9claws41
9871
9872         * src/prefs_common.[ch]
9873           src/procmsg.c
9874           src/summaryview.c
9875                 Add an option to disable threading by subject
9876
9877 2003-02-04 [christoph]  0.8.9claws40
9878
9879         * src/inc.c
9880                 only abort fetching mails from multiple accounts when the
9881                 error is fatal and does not allow to check any more accounts
9882                 (currently only disk full error)
9883
9884         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
9885          receive mails for other accouts)
9886
9887 2003-02-04 [christoph]  0.8.9claws39
9888
9889         * src/folder.c
9890                 first add the new message to the cache, then
9891                 send the update notification
9892
9893         (closes bug 39 after sending message folderview doesnt get updated)
9894
9895 2003-02-04 [colin]      0.8.9claws38
9896
9897         * src/inc.c
9898                 _really_ fix this Connecting... status
9899
9900 2003-02-04 [paul]       0.8.9claws37
9901
9902         * sync with 0.8.10
9903                 see ChangeLog 2003-02-04
9904
9905 2003-02-04 [paul]       0.8.9claws36
9906
9907         * sync with 0.8.9cvs6
9908                 see ChangeLog 2003-02-03
9909
9910 2003-02-04 [paul]       0.8.9claws35
9911
9912         * po/pt_BR.po
9913                 updated by André Filipe de Assunção e Brito 
9914                 <bedecko@netsite.com.br>
9915
9916 2003-02-03 [thorsten]   0.8.9claws34
9917
9918         * po/de.po
9919                 Updated german translations
9920
9921 2003-02-02 [paul]       0.8.9claws33
9922
9923         * po/es.po
9924                 updated by Ricardo Mones Lastra
9925
9926 2003-02-02 [thorsten]   0.8.9claws32
9927
9928         * src/mh.c
9929                 Fix mh_get_msginfo() segfault if file is inaccessible
9930
9931 2003-01-31 [colin]      0.8.9claws31
9932
9933         * src/procheader.c
9934                 Fix last commit's bug
9935
9936 2003-01-31 [colin]      0.8.9claws30
9937
9938         * src/procheader.c
9939                 Missing a change for gpg-signed messages
9940
9941 2003-01-31 [paul]       0.8.9claws29
9942
9943         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
9944           src/procheader.c
9945           src/stock_pixmap.[ch]
9946           src/summaryview.c
9947                 indicate GnuPG signed messages by displaying an icon
9948                 in the Attachment column.
9949
9950 2003-01-31 [paul]       0.8.9claws28
9951
9952         * sync with 0.8.9cvs4
9953                 see ChangeLog 2003-01-31
9954
9955 2003-01-31 [alfons]     0.8.9claws27
9956
9957         * src/textview.c
9958                 tune URI parser to accept mailto URLs with a '?'
9959                 (patch from Ruslan Balkin)
9960
9961 2003-01-31 [colin]      0.8.9claws26
9962
9963         * src/summaryview.c
9964                 Fix a leak introduced in claws24
9965
9966 2003-01-31 [colin]      0.8.9claws25
9967
9968         * src/summaryview.c
9969                 Freeze/Thaw folder updates when deleting dups
9970
9971 2003-01-31 [colin]      0.8.9claws24
9972         
9973         * src/addr_compl.c
9974           src/summaryview.c
9975           src/msgcache.c
9976                 little speed improvements
9977
9978 2003-01-31 [colin]      0.8.9claws23
9979
9980         * src/summaryview.c
9981                 Fix segfault when forwarding nothing
9982                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
9983                 
9984 2003-01-30 [paul]       0.8.9claws22
9985
9986         * sync with 0.8.9cvs3
9987                 see ChangeLog 2003-01-30
9988
9989 2003-01-30 [paul]       0.8.9claws21
9990
9991         * sync with 0.8.9cvs2
9992                 see ChangeLog 2003-01-30
9993
9994 2003-01-29 [paul]       0.8.9claws20
9995
9996         * sync with 0.8.9cvs1
9997                 see ChangeLog 2003-01-29
9998
9999 2003-01-28 [paul]       0.8.9claws19
10000
10001         * po/POTFILES.in
10002                 update to reflect changes. 
10003                 thanks to Ricardo Mones Lastra
10004
10005 2003-01-27 [christoph]  0.8.9claws18
10006
10007         * ac/openssl.m4
10008         * ac/spamassassin.m4
10009         * src/plugins/spamassassin/README
10010         * src/plugins/spamassassin/libspamc.[ch]
10011         * src/plugins/spamassassin/utils.[ch]
10012                 updated to latest libspamc
10013
10014 2003-01-27 [christoph]  0.8.9claws17
10015
10016         * src/folder.c
10017                 fix wrong use of procheader_get_header_fields
10018
10019 2003-01-27 [christoph]  0.8.9claws16
10020
10021         * src/news.c
10022         * src/prefs_account.[ch]
10023         * src/common/nntp.[ch]
10024                 allow to force authentication for NNTP servers
10025
10026         Patch submitted by Florian Mickler <dmk@d-labs.de>
10027
10028 2003-01-26 [paul]       0.8.9claws15
10029
10030         * src/summaryview.c
10031                 speed up of marking messages as read
10032                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10033
10034 2003-01-26 [christoph]  0.8.9claws14
10035
10036         * src/Makefile.am
10037         * src/mgutils.[ch]              ** REMOVE **
10038         * src/xml.[ch]                  ** REMOVE **
10039         * src/xmlprops.[ch]             ** REMOVE **
10040         * src/common/Makefile.am
10041         * src/common/mgutils.[ch]       ** NEW **
10042         * src/common/xml.[ch]           ** NEW **
10043         * src/common/xmlprops.[ch]      ** NEW **
10044                 move xml files to common directory
10045
10046 2003-01-26 [christoph]  0.8.9claws13
10047
10048         * src/plugins/spamassassin/spamassassin_gtk.c
10049                 only set gtk entry text if string is available
10050
10051 2003-01-26 [melvin]     0.8.9claws12
10052
10053         * src/description_window.c
10054                 Allow resizing of the window
10055                 Allow automatic horizontal scroll bar
10056                 Do not vertically expand and fill
10057
10058 2003-01-26 [christoph]  0.8.9claws11
10059
10060         * src/Makefile.am
10061         * src/gtkutils.[ch]             ** REMOVE **
10062         * src/common/sylpheed.c
10063         * src/gtk/Makefile.am
10064         * src/gtk/description_window.c
10065         * src/gtk/gtkutils.[ch]         ** NEW **
10066         * src/gtk/prefswindow.c
10067                 move gtkutils to gtk directory
10068
10069 2003-01-26 [paul]       0.8.9claws10
10070
10071         * src/summaryview.c
10072                 rename summary_unread_clicked() to summary_status_clicked()
10073
10074 2003-01-26 [melvin]     0.8.9claws9
10075
10076         * src/prefs_actions.c
10077                 Cosmetical changes to the help text
10078
10079 2003-01-26 [paul]       0.8.9claws8
10080
10081         * src/folder.[ch]
10082           src/mainwindow.c
10083           src/prefs_common.c
10084           src/prefs_sumamry_column.c
10085           summaryview.[ch]
10086                 rename the 'Unread' column to 'Status'
10087
10088 2003-01-25 [match]      0.8.9claws7
10089
10090         * src/mgutils.[ch]
10091                 removed reference to LDAP constants. removed error2string.
10092                 included functions to support LDAP dynamic queries.
10093         * src/syldap.h
10094                 moved LDAP constants here.
10095         * src/addressbook.c
10096         * src/addrindex.c
10097         * src/importldif.c
10098                 removed references to LDAP constants and references to
10099                 error2string.
10100
10101 2003-01-25 [paul]       0.8.9claws6
10102
10103         * src/summaryview.c
10104                 summary_thread_build(), summary_thread_init(): remove 
10105                 unneeded reference to summaryview->folder_item
10106
10107 2003-01-25 [christoph]  0.8.9claws5
10108
10109         * src/gtk/description_window.c
10110                 o allow description texts to expand over multiple columns
10111                 o translate all columns
10112         * src/prefs_actions.c
10113                 change syntax description to use new multi column feature
10114
10115         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10116
10117 2003-01-25 [match]      0.8.9claws4
10118
10119         * src/vcard.c
10120                 fixed bug with Quoted-Printable
10121
10122 2003-01-25 [paul]       0.8.9claws3
10123
10124         * src/folder.[ch]
10125           src/summaryview.[ch]
10126                 implement per-folder collapsed/expanded threads setting
10127                 
10128         * src/prefs_common.c
10129                 remove global collapsed/expanded threads option
10130
10131 2003-01-25 [christoph]  0.8.9claws2
10132
10133         * po/POTFILES.in
10134                 add pluginwindow and prefswindow
10135         * src/compose.c
10136                 make send respond correctly to messages that could be added
10137                 to the queue folder, but the UID of the message is unknown
10138         * src/folder.c
10139         * src/imap.c
10140                 don't return guessed UIDs in imap_add_msg anymore. We return
10141                 0 to tell the folder system it was appened but the UID is
10142                 unknown. Folder system now get's the UID by scaning the folder
10143                 and searching the cache for the Message-ID
10144                 (closes bug #29 Messages queued, but not sent)
10145
10146 2003-01-25 [paul]       0.8.9claws1
10147
10148         * src/codeconv.c
10149                 conv_encode_header():  fix bug when long headers with 8-bit
10150                 characters are used, so that the encoded words are wrapped.
10151                 If the space in the original text falls on the wrap boundary,
10152                 it can be lost.
10153                 Patch by Sergey Vlasov.
10154                 
10155         * src/folderview.c
10156                  fix bug where a change to the sorting method or thread view
10157                  of a folder's messages is lost if simpify-subject is set and
10158                  toggled on or off.
10159                  Patch by Luke Plant.
10160
10161 2003-01-24 [paul]       0.8.9claws
10162
10163         * sylpheed-0.8.9claws released
10164         
10165         * Makefile.am
10166           sylpheed.spec.in
10167                 remove reference to 'INSTALL.jp'
10168
10169 2003-01-23 [paul]       0.8.8claws128
10170
10171         * po/es.po
10172           po/it.po
10173           po/ru.po
10174           po/sr.po
10175                 updated translations. submitted by Ricardo Mones Lastra,
10176                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10177
10178 2003-01-23 [colin]      0.8.8claws127
10179
10180         * src/compose.c
10181                 Fix drafted and queued news articles re-edition
10182
10183 2003-01-23 [melvin]     0.8.8claws126
10184
10185         * po/fr.po
10186                 Updated French translations
10187
10188 2003-01-23 [colin]      0.8.8claws125
10189
10190         * src/inc.c
10191                 Fix "Connecting to..." status message
10192
10193 2003-01-22 [paul]       0.8.8claws124
10194
10195         * po/bg.po
10196                 updated by George Danchev
10197                 
10198         * src/folder.c
10199                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10200                 and folder deletion
10201
10202 2003-01-21 [paul]       0.8.8claws123
10203
10204         * po/bg.po
10205                 updated by George Danchev
10206                 
10207         * src/about.c
10208                 its now 2003
10209                 
10210         * src/toolbar.c
10211                 don't translate 'Separator'
10212                 
10213         * src/plugins/spamassassin/Makefile.am
10214                 add aspell to CPPFLAGS
10215                 
10216         * src/plugins/spamassassin/spamassassin.c
10217           src/plugins/spamassassin/spamassassin_gtk.c
10218                 set correct default for spamassassin_receive_spam
10219                 slightly re-word descriptions and some
10220                 other minor changes
10221
10222 2003-01-19 [alfons]     0.8.8claws122
10223                 
10224         * src/mimeview.c
10225                 mimeview_save_as(): we might as well show the file name for
10226                 the single case "Save As" too
10227
10228 2003-01-19 [alfons]     0.8.8claws121
10229
10230         * src/crash.c
10231                 change bug tracker URL to bugzilla URL
10232
10233 2003-01-19 [alfons]     0.8.8claws120
10234
10235         * src/mimeview.c
10236                 mimeview_save_all(): display name of file before overwriting;
10237                 continue saving all, even when one overwrite was cancelled
10238
10239 2003-01-19 [christoph]  0.8.8claws119
10240
10241         * src/summaryview.c
10242         * src/procmsg.[ch]
10243                 fix wrong usage of procmsg_find_children in summaryview
10244                 by using procmsg_update_unread_children instead of
10245                 summaryview_update_unread_children
10246
10247 2003-01-19 [christoph]  0.8.8claws118
10248
10249         * src/procmsg.c
10250                 fix infinite loop in procmsg_find_children
10251                  (closes bug #25 sylpheed crashes on delete.)
10252
10253         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10254
10255 2003-01-19 [paul]       0.8.8claws117
10256
10257         * po/pt_BR.po
10258                 updated by Ivan Francolin Martinez
10259
10260 2003-01-18 [melvin]     0.8.8claws116
10261
10262         * src/prefs_actions.c
10263                 Removed syntax limitation of only one '&' at the end of command.
10264                         Now actions that contain '>/dev/null 2>&1' are possible.
10265
10266 2003-01-18 [melvin]     0.8.8claws115
10267
10268         * src/prefs_actions.c
10269                 Actions IO dialog: when the action ends
10270                 the "Close" button now has focus and [Escape] closes the
10271                 window.
10272
10273 2003-01-18 [christoph]  0.8.8claws114
10274
10275         * src/procmsg.c
10276                 o add debug output when MsgInfos are really freed
10277                 o free GSLists in procmsg_find_children and
10278                   procmsg_update_unread_children
10279
10280 2003-01-18 [christoph]  0.8.8claws113
10281
10282         * src/mainwindow.c
10283                 reorder Configuration menu
10284
10285 2003-01-18 [christoph]  0.8.8claws112
10286
10287         * src/compose.c
10288                 fix applying templates to forwarded messages
10289
10290         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10291
10292 2003-01-17 [christoph]  0.8.8claws111
10293
10294         * src/folder.c
10295                 destroy folder items, when a folder item is removed
10296
10297 2003-01-17 [christoph]  0.8.8claws110
10298
10299         * src/folder.c
10300                 fix wrong folder stats update when ignored message is
10301                 deleted
10302
10303 2003-01-17 [colin]      0.8.8claws109
10304         
10305         * src/mainwindow.c
10306         * src/summaryview.c
10307                 Quicksearch bugfixes: 
10308                 - hide help button at startup if not extended
10309                 - switch to extended when looking for replies
10310
10311 2003-01-17 [paul]
10312
10313         * sync with 0.8.9 release
10314
10315 2003-01-17 [paul]       0.8.8claws108
10316
10317         * sync with 0.8.8cvs11
10318                 see ChangeLog 2003-01-17
10319
10320 2003-01-16 [colin]      0.8.8claws107
10321
10322         * src/procmsg.c
10323                 Changed encryption test to re-ask passphrase
10324                 if an encrypted message hasn't been decrypted
10325                 Fixes bug #5
10326
10327 2003-01-16 [christoph]  0.8.8claws106
10328
10329         * src/prefs_gtk.c
10330         * src/prefs_toolbar.c
10331         * src/gtk/prefswindow.h
10332         * src/plugins/spamassassin/spamassassin_gtk.c
10333                 remove page destroy function that is not used anymore
10334
10335 2003-01-16 [paul]       0.8.8claws105
10336
10337         * sync with 0.8.8cvs9
10338                 see ChangeLog 2002-01-16
10339
10340 2003-01-16 [colin]      0.8.8claws104
10341
10342         * src/compose.[ch]
10343                 Fix bug with autosaved drafts for IMAP, when draft
10344                 folder is specified - fixes bugzilla bug #20
10345
10346 2003-01-15 [paul]       0.8.8claws103
10347
10348         * src/compose.[ch]
10349           src/procmsg.c
10350                 store folder and message-id of message forwarding
10351                 in queue header and set forward flag after sending
10352
10353 2003-01-15 [paul]       0.8.8claws102
10354
10355         * sync with 0.8.8cvs8
10356                 see ChangeLog 2002-01-15
10357
10358 2003-01-15 [colin]      0.8.8claws101
10359
10360         * src/Makefile.am
10361                 Fix linking with GNU libiconv
10362
10363 2003-01-15 [darko]      0.8.8claws100
10364
10365         * src/pine.c
10366                 fix crash when importing pine address book
10367                 entry with an empty name (reported by DY
10368                 <dybulk at tri8.net>)
10369
10370 2003-01-14 [paul]       0.8.8claws99
10371
10372         * configure.in  ** REMOVED **
10373           configure.ac  ** NEW FILE **
10374                 rename configure.in to configure.ac, as it is now
10375                 preferred
10376
10377 2003-01-14 [melvin]     0.8.8claws98
10378
10379         * src/folderview.c
10380                 folderview_check_new(): More precise function description
10381
10382 2003-01-14 [melvin]     0.8.8claws97
10383
10384         * src/folderview.c
10385                 folderview_check_new(): return the number of new messages 
10386                         since last check.
10387         * src/inc.c
10388                 inc_account_mail(): Disable counting of new messages for IMAP
10389                         and NNTP until bug [19] and [14] are fixed.
10390
10391 2003-01-14 [paul]       0.8.8claws96
10392
10393         * sync with 0.8.8cvs6
10394                 see ChangeLog 2003-01-14
10395
10396 2003-01-13 [alfons]     0.8.8claws95
10397
10398         * src/textview.c
10399                 tune email address validation (c. 0.8.8claws89): if . is 
10400                 just one char away from @, the address is invalid too 
10401                 (correctly rejects addresses like foo@.com)
10402
10403 2003-01-13 [paul]       0.8.8claws94
10404
10405         * src/messageview.c
10406           src/toolbar.c
10407                 fixes to the Message View toolbar and menu:
10408                 fix non-functioning Forward button
10409                 make Reply button consider default_reply_list
10410                 remove 'Follow-up...' menu entry
10411                 add 'Forward' and 'Redirect' menu entries
10412
10413 2003-01-13 [melvin]     0.8.8claws93
10414
10415         * src/inc.c
10416                 Fixed typo that could make new messages count incorrect.
10417
10418 2003-01-13 [melvin]     0.8.8claws92
10419
10420         * src/folderview.[ch]
10421                 folderview_check_new(): return the number of new messages.
10422         * src/inc.c
10423                 Should fix bug [14] where new mail notification worked 
10424                         incorrectly with IMAP accounts.
10425                 inc_spool_account(): return number of new msgs, or -1 on error
10426                 inc_all_spool(): return number of new msgs
10427                 
10428 2003-01-13 [melvin]     0.8.8claws91
10429
10430         * src/prefs_actions.c
10431                 Justify help text.
10432
10433 2003-01-12 [thorsten]   0.8.8claws90
10434
10435         * src/common/prefs.c
10436                 close file before rename
10437
10438 2003-01-12 [alfons]     0.8.8claws89
10439
10440         * AUTHORS
10441                 add Christian Mertes
10442         * src/common/utils.[ch]
10443                 g_stricase_hash(), g_stricase_equal(): functions for 
10444                 case insensitive hash tables
10445         * src/textview.c
10446                 use top level domain names to validate email address, based
10447                 on a patch by Christian Mertes (thanks!), but changed 
10448                 implementation to use a hash table 
10449
10450 2003-01-12 [paul]       0.8.8claws88
10451
10452         * po/bg.po
10453                 updated by George Danchev
10454
10455 2003-01-12 [alfons]     0.8.8claws87
10456
10457         * src/summaryview.c
10458                 delete / execute performance: use new style folder update
10459
10460 2003-01-12 [paul]       0.8.8claws86
10461
10462         * sync with 0.8.8cvs5
10463                 see ChangeLog 2003-01-13 (!)
10464
10465 2003-01-12 [alfons]     0.8.8claws85
10466
10467         * src/filtering.c
10468         * src/matcher_parser_parse.y
10469                 prepare change_score filtering action
10470         * src/matcher.[ch]
10471                 give up const-correctness on functions that call non-const-correct functions;
10472                 several casts to gpointer in g_free();
10473                 add change_score;
10474
10475 2003-01-12 [christoph]  0.8.8claws84
10476
10477         * src/compose.c
10478                 fix 2 warnings
10479
10480         * src/gtk/prefswindow.[ch]
10481         * src/plugins/spamassassin/spamassassin_gtk.c
10482                 changed the call of the widget create function
10483                 for PrefsPages, because sometimes the widget
10484                 create function needs a widget that already has
10485                 been attached to a window (to create GDK pixmaps
10486                 for exmaple). So we simply pass the GtkWindow as
10487                 the second parameter now.
10488
10489         * src/main.c
10490         * src/mainwindow.c
10491         * src/prefs_toolbar.[ch]
10492                 rewrite Toolbar Preferences using the new
10493                 prefs window
10494
10495 2003-01-11 [alfons]     0.8.8claws83
10496
10497         * src/addressadd.c
10498                 fix crash when adding sender to addressbook because status bar
10499                 isn't there (the status bar doesn't seem to be used though,
10500                 but I'll let Match decide what to do with it)
10501
10502 2003-01-11 [colin]      0.8.8claws82
10503
10504         * src/main.c
10505           src/toolbar.c
10506                 Two useless changes reversed
10507
10508 2003-01-11 [colin]      0.8.8claws81
10509
10510         * src/mainwindow.c
10511           src/mainwindow.h
10512                 Add mainwindow_get_mainwindow()
10513         * src/alertpanel.c
10514           src/alertpanel.h
10515                 Add alertpanel_error_log() 
10516         * src/compose.c
10517           src/inc.c
10518           src/messageview.c
10519           src/toolbar.c
10520           src/main.c
10521           src/procmsg.c
10522                 Network errors get a View Log button
10523
10524 2003-01-10 [alfons]     0.8.8claws80
10525
10526         * src/prefs_toolbar.c
10527         * src/toolbar.c
10528                 use the translatable string for "Separator" as file name for
10529                 separator toolbar items (probably make this uppercase?)
10530
10531 2003-01-10 [alfons]     0.8.8claws79
10532
10533         * src/prefs_toolbar.c
10534                 put right A_SEPARATOR description string in "displayed
10535                 toolbar items list" so manually added separators are
10536                 saved correctly (bug #10, "Adding a separator to the main 
10537                 toolbar fails, entry in xml file is wrong")
10538
10539 2003-01-10 [christoph]  0.8.8claws78
10540
10541         * src/imap.c
10542                 o fix warnings
10543                 o use CAPABILITY to check if NAMESPACE is available
10544
10545 2003-01-10 [christoph]  0.8.8claws77
10546
10547         * src/imap.[ch]
10548                 apply UIDPLUS IMAP extension support patch
10549
10550         Patch submitted by Simon 'corecode' Schubert
10551
10552 2003-01-10 [paul]       0.8.8claws76
10553
10554         * src/folderview.c
10555                 a sync from main which fixes the news account folders'
10556                 Properties bug
10557
10558 2003-01-10 [christoph]  0.8.8claws75
10559
10560         * src/folder.c
10561                 don't accept 0 as a valid uid returned by copy and move
10562                 functions. 0 means the message was copied or moved but the
10563                 new uid could not be fetched. It is not an error condition
10564                 for the copy or move operation.
10565
10566 2003-01-10 [paul]       0.8.8claws74
10567
10568         * src/prefs_filtering.c
10569                 change English used in Alert when entry is not
10570                 saved.
10571                 
10572         * sync with 0.8.8cvs4
10573                 see ChangeLog 2003-01-10
10574
10575 2003-01-10 [darko]      0.8.8claws73
10576
10577         * src/pine.c
10578                 fix crash when importing address book entry
10579                 without a valid address
10580
10581 2003-01-09 [alfons]     0.8.8claws72
10582
10583         * src/inc.c
10584                 filtering performance: use new style folder update
10585
10586 2003-01-09 [christoph]  0.8.8claws71
10587
10588         * src/compose.c
10589         * src/gtk/menu.[ch]
10590                 fix wrong selecting of mime encoding type, when
10591                 opening property dialog of attachments in the
10592                 compose window. 7bit was always selected and that
10593                 destoryed files with 8bit data.
10594                 (closes bug #9 Sylpheed-claws destroys attachments when
10595                  changing MIME-types)
10596
10597 2003-01-09 [paul]       0.8.8claws70
10598
10599         * sync with 0.8.8cvs3
10600                 see ChangeLog 2003-01-09
10601
10602 2003-01-08 [alfons]     0.8.8claws69
10603         
10604         * src/addressadd.c
10605                 apply patch by Kim Schulz to fix build breakage
10606                 because of missing variable
10607
10608 2003-01-08 [paul]       0.8.8claws68
10609
10610         * sync with 0.8.8cvs2
10611                 see ChangeLog 2002-01-08
10612
10613 2003-01-08 [paul]       0.8.8claws67
10614
10615         * po/it.po
10616                 updated by Alessandro Maestri
10617                 
10618         * src/addressadd.c
10619                 when using 'Add sender to addressbook' allow
10620                 name to be edited and remarks to be entered
10621                 Patch submitted by Luke Plant
10622
10623 2003-01-08 [darko]      0.8.8claws66
10624
10625         * README.claws, src/summaryview.c
10626                 fix description for marked messages
10627
10628 2003-01-08 [paul]
10629
10630         * tools/Makefile.am
10631           tools/launch_phoenix  ** NEW FILE **
10632                 add script that enables using Phoenix as the default
10633                 web browser. 
10634                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
10635                 
10636         * tools/OOo2sylpheed.pl
10637                 remove full path to sylpheed executable, just 'sylpheed'
10638                 will do
10639                 
10640         * tools/README
10641                 add launch_phoenix informtion and re-arrange and compress
10642                 the data a little
10643
10644 2003-01-07 [christoph]  0.8.8claws65
10645
10646         * src/folder.c
10647                 fix update for source folder when moving messages
10648         * src/procmsg.[ch]
10649         * src/summaryview.c
10650                 use function to set to_folder for message infos and
10651                 automatically update the op_count for old and new
10652                 folder
10653
10654 2003-01-07 [melvin]     0.8.8claws64
10655
10656         * src/prefs_actions.c
10657                 Fixed bug where an '%p' Action on a displayed image crashed 
10658                         Sylpheed
10659                 Code clean up (get rid of duplicated code and removed unnecessary 
10660                                 structure member)
10661
10662 2003-01-07 [christoph]  0.8.8claws63
10663
10664         * src/compose.c
10665         * src/folder.[ch]
10666         * src/folderview.c
10667         * src/import.c
10668         * src/inc.c
10669         * src/main.c
10670         * src/mainwindow.c
10671         * src/messageview.c
10672         * src/prefs_folder_item.c
10673         * src/procmsg.c
10674         * src/summaryview.c
10675         * src/toolbar.c
10676                 o remove all folder update triggering from the UI code. The folder
10677                   system should know much better when a folder needs an update.
10678                 o to prevent multiple updates in a row the folder updates can be
10679                   frozen for some time.
10680
10681                 Note: - Please verify that no updates are missing
10682                       - Check where freeze/thaws should be added
10683
10684 2003-01-07 [christoph]  0.8.8claws62
10685
10686         * src/prefs_actions.c
10687                 don't translate empty strings
10688
10689         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10690
10691 2003-01-06 [christoph]  0.8.8claws61
10692
10693         * src/prefs_actions.c
10694                 mark strings for gettext
10695         * src/prefs_matcher.c
10696                 use new description window for Execute action and
10697                 match condition in Filtering
10698
10699         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10700
10701 2003-01-06 [alfons]     0.8.8claws60
10702
10703         keep myself inspired to re-organize matcher part 8; 
10704         yes, more to come (I need to move out the descriptive
10705         text for actions to matcher.c, or at least make it not
10706         depend on the wicked ordering)
10707
10708         * src/prefs_matcher.c
10709                 add documentation so others may comprehend the
10710                 UI part of the conditions
10711                 
10712 2003-01-06 [christoph]  0.8.8claws59
10713
10714         * src/prefs_actions.c
10715                 use new description window for syntax help
10716         * src/gtk/description_window.c
10717                 fix display of descriptions with column count != 2
10718
10719         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10720
10721 2003-01-06 [christoph]  0.8.8claws58
10722
10723         * src/quote_fmt.c
10724         * src/summaryview.[ch]
10725         * src/gtk/Makefile.am
10726         * src/gtk/description_window.[ch]       ** NEW **
10727                 use a generic window to display syntax descriptions
10728                 currently used in quote_fmt and summaryview (new description
10729                 for extended quick search)
10730
10731         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10732
10733 2003-01-06 [paul]       0.8.8claws57
10734
10735         * sync with 0.8.8cvs1
10736                 see ChangeLog 2003-01-06
10737
10738 2003-01-06 [christoph]  0.8.8claws56
10739
10740         * src/mainwindow.c
10741         * src/prefs_gtk.[ch]
10742         * src/gtk/prefswindow.[ch]
10743         * src/plugins/spamassassin/spamassassin_gtk.c
10744                 o remove page management from prefswindow, pages
10745                   will be an argument to prefswindow_open
10746                 o prefswindow_open gets a datapointer that is
10747                   passed to the widget_create function to allow
10748                   creation of prefswindow for specific items
10749
10750 2003-01-06 [colin]      0.8.8claws55
10751         
10752         * src/summaryview.c
10753                 We don't want regexp in the reply-finder, 
10754                 because MIDs can contain !,$,. and so on
10755
10756 2003-01-06 [jens]       0.8.8claws54
10757
10758         * src/jpilot.c
10759                 fixed a wrong free in jpilot_read_db_files
10760
10761 2003-01-06 [alfons]     0.8.8claws53
10762
10763         re-organize matcher part 8; more to come
10764        
10765         * src/matcher.c
10766                 matcherprop_to_string(): put g_free()s before the
10767                 switch-case break to fix memleaks                
10768
10769 2003-01-06 [colin]      0.8.8claws52
10770
10771         * src/summaryview.c
10772                 cleanup & reply-finder now displays the first 
10773                 matching message
10774
10775 2003-01-05 [alfons]     0.8.8claws51
10776
10777         re-organize matcher part 7; more to come
10778
10779         * src/matcher.[ch]
10780                 fixes for constant correctness;
10781                 more documentation;
10782
10783 2003-01-05 [alfons]     0.8.8claws50
10784
10785         re-organize matcher part 6; more to come
10786         
10787         * src/matcher.[ch]
10788                 fixes for constant correctness;
10789                 more documentation;
10790         * src/filtering.c
10791                 fix for constant correctness
10792
10793 2003-01-05 [colin]      0.8.8claws49
10794
10795         * src/account.[ch]
10796                 Add account_get_reply_account function
10797         * src/compose.c
10798                 Use account_get_reply_account function 
10799         * src/summaryview.c
10800                 Basic reply-finder - click on the replied
10801                 icon gets you to the outbox using quick-search
10802
10803 2003-01-05 [paul]       0.8.8claws48
10804
10805         * src/prefs_common.c
10806                 small change to English
10807                 
10808         * src/prefs_filtering.c
10809                 prefs_filtering_action_select(): improve logic and uniformity
10810                 of gui
10811
10812 2003-01-05 [alfons]     0.8.8claws47
10813
10814         fine tune solution to focus problems (bug #7)
10815
10816         * src/mainwindow.c
10817                 mainwindow_focus_in_event(): remove grab event check
10818         * src/summaryview.c
10819                 summary_button_pressed(): move selection on right-click
10820                 too. we can't possibly move the selection back after
10821                 canceling a dialog, because gtk's incomplete focus 
10822                 management. whether this is a good solution, only time
10823                 will tell.
10824
10825 2003-01-05 [christoph]  0.8.8claws46
10826
10827         * src/imap.c
10828                 fix crash when no imap connection could be established
10829
10830 2003-01-05 [paul]       0.8.8claws45
10831
10832         * src/mainwindow.c
10833           src/sumamryview.c
10834           src/gtk/menu.[ch]
10835                 fix bug 605957 'shortcuts in popup-menu'
10836                 make user-defined shortcuts work
10837                 show shortcuts that are already defined
10838                 in the main menu
10839                 Patch submitted by Luke Plant
10840
10841 2003-01-05 [alfons]     0.8.8claws44
10842
10843         * src/mainwindow.c
10844                 focus_in_event handler should not select summary view row 
10845                 when another window (menu, dialog) grabbed for events 
10846                 (bug #7, "[0.8.8claws42] Message summary focus") 
10847
10848 2003-01-04 [christoph]  0.8.8claws43
10849
10850         * src/procmsg.c
10851                 update save folder after adding the sent message
10852                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
10853
10854 2003-01-02 [christoph]  0.8.8claws42
10855
10856         * src/common/plugin.c
10857                 fix unloading of all plugins and unload
10858                 plugins in reverse order
10859                 
10860         * src/gtk/pluginwindow.c
10861                 implement function of load and unload button
10862
10863         * src/gtk/prefswindow.c
10864         * src/gtk/prefswindow.h
10865                 rename register function and add new unregister
10866                 function
10867
10868         * src/plugins/spamassassin/spamassassin_gtk.c
10869                 unregister prefs page and update for changes in
10870                 src/gtk/prefswindow.c
10871
10872 2003-01-02 [paul]       0.8.8claws41
10873
10874         * po/es.po
10875                 updated by Ricardo Mones Lastra
10876
10877 2003-01-02 [paul]
10878
10879         * tools/tb2sylpheed
10880                 fixes and improvements by Urke MMI
10881
10882 2003-01-02 [thorsten]   0.8.8claws40
10883
10884         * src/procmsg.c
10885                 fixed wrong return value
10886
10887 2003-01-02 [thorsten]   0.8.8claws39
10888
10889         * src/prefs.c
10890                 fixed printing wrong variable
10891
10892 2003-01-02 [thorsten]   0.8.8claws38
10893
10894         * src/prefs.c
10895                 fixed acessing members of freed pfile struct
10896
10897 2003-01-02 [thorsten]   0.8.8claws37
10898
10899         * src/procmsg.c
10900                 detect loops across several messages
10901                 as suggested by Christoph Hohmann
10902
10903 2003-01-01 [match]      0.8.8claws36
10904
10905         * src/addrindex.c
10906                 fixed another memory leak.
10907
10908 2003-01-01 [match]      0.8.8claws35
10909
10910         * src/jpilot.[ch]
10911                 fixed memory leaks. applied Doxygen comments.
10912
10913 2003-01-01 [thorsten]   0.8.8claws34
10914
10915         * src/procmsg.c
10916                 inhibit endless loop if msg references itself
10917                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
10918
10919 2003-01-01 [christoph]  0.8.8claws33
10920
10921         * src/mainwindow.c
10922         * src/gtk/Makefile.am
10923         * src/gtk/pluginwindow.c                ** NEW **
10924         * src/gtk/pluginwindow.h                ** NEW **
10925                 add plugin window
10926
10927         * src/plugins/demo/demo.c
10928         * src/plugins/spamassassin/spamassassin.c
10929         * src/plugins/spamassassin/spamassassin_gtk.c
10930                 write better plugin descriptions
10931
10932 2002-12-31 [christoph]  0.8.8claws32
10933
10934         * src/gtk/prefswindow.c
10935         * src/plugins/spamassassin/spamassassin_gtk.c
10936                 some small improvements to GTK code
10937
10938 2002-12-31 [christoph]  0.8.8claws31
10939
10940         * src/plugins/spamassassin/spamassassin_gtk.c
10941                 enable folder select button
10942
10943 2002-12-31 [christoph]  0.8.8claws30
10944
10945         * src/mainwindow.c
10946         * src/gtk/Makefile.am
10947         * src/gtk/prefswindow.c                         ** NEW **
10948         * src/gtk/prefswindow.h                         ** NEW **
10949                 add new prefs window
10950
10951         * src/common/plugin.c
10952                 don't try to load empty config lines
10953         
10954         * src/plugins/spamassassin/Makefile.am
10955         * src/plugins/spamassassin/spamassassin.c
10956         * src/plugins/spamassassin/spamassassin.h       ** NEW **
10957         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
10958                 GTK config for SpamAssassin Plugin using
10959                 the new prefs window
10960
10961 2002-12-31 [paul]       0.8.8claws29
10962
10963         * po/POTFILES.in
10964                 remove obsolete entry 'src/menu.c'
10965
10966 2002-12-31 [alfons]     0.8.8claws28
10967
10968         * src/matcher.[ch]
10969         * src/matcher_parser_parse.y
10970         * src/prefs_matcher.c
10971                 add "ignore_thread" and "~ignore_thread" condition so it's
10972                 possible to make the actions / scoring operate on the ignore
10973                 thread flag
10974
10975 2002-12-31 [christoph]  0.8.8claws27
10976
10977         * src/addrbook.c
10978         * src/addrindex.c
10979         * src/folder.c
10980         * src/matcher.c
10981         * src/prefs_account.c
10982         * src/prefs_actions.c
10983         * src/prefs_customheader.c
10984         * src/prefs_display_header.c
10985         * src/prefs_gtk.c
10986         * src/procmime.c
10987         * src/toolbar.c
10988         * src/xmlprops.c
10989         * src/common/prefs.[ch]
10990                 extend prefs file handling for reading and automatic handling
10991                 of blocks. When reading prefs_set_block_label will automatically
10992                 move on to the block. When writing it will copy all other blocks
10993                 automatically
10994
10995         * src/common/plugin.c
10996                 Now loading plugin filenames from [Plugins] block in
10997                 sylpheed rc file
10998
10999 2002-12-30 [christoph]  0.8.8claws26
11000
11001         * src/common/hooks.[ch]
11002                 return abort status to caller of hooks_invoke
11003                 
11004         * src/inc.[ch]
11005                 invoke message filtering hook and stop
11006                 default handling when filter returns abort
11007
11008         * src/common/plugin.[ch]
11009         * src/plugins/demo/demo.c
11010                 modify plugin loader, because resolving symbols for strings
11011                 does not work correctly
11012         
11013         * configure.in
11014         * ac/spamassassin.m4                            ** NEW **
11015         * src/plugins/spamassassin/.cvsignore           ** NEW **
11016         * src/plugins/spamassassin/Makefile.am          ** NEW **
11017         * src/plugins/spamassassin/README               ** NEW **
11018         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11019         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11020         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11021                 add spamassassin plugin, see src/plugins/spamassassin/README
11022                 for details
11023
11024 2002-12-29 [alfons]     0.8.8claws25
11025
11026         * src/mainwindow.c
11027                 when moving focus from a message view to the main 
11028                 window, don't forget to select the summary node
11029                 of the displayed message. should fix "[ 659103 ] 
11030                 focus-follows-mouse confuses sylpheed"
11031
11032 2002-12-29 [christoph]  0.8.8claws24
11033
11034         * src/Makefile.am
11035         * src/stringtable.[ch]          ** REMOVE **
11036         * src/common/Makefile.am
11037         * src/common/stringtable.[ch]   ** NEW **
11038                 move stringtable files to common directory
11039
11040 2002-12-29 [christoph]  0.8.8claws23
11041
11042         * src/Makefile.am
11043         * src/menu.[ch]                 ** REMOVE **
11044         * src/gtk/Makefile.am
11045         * src/gtk/menu.[ch]             ** NEW **
11046                 move menu files to gtk directory
11047
11048 2002-12-29 [match]      0.8.8claws22
11049
11050         * src/addressbook.c
11051         * src/syldap.c
11052                 moved UI specific code out of LDAP code into addressbook
11053                 UI code. fixed memory leak.
11054
11055 2002-12-29 [christoph]  0.8.8claws21
11056
11057         * src/folder.c
11058                 only check for IGNORED parent message when message is
11059                 not IGNORED itself
11060
11061 2002-12-29 [alfons]     0.8.8claws20
11062
11063         * src/summaryview.c
11064                 set gtksctree's anchor correct (immediate execute
11065                 changes the tree's layout, and anchor points at 
11066                 the incorrect row). fixes "[ 657233 ] multiple msg 
11067                 delete sometimes off by 1".
11068                 we probably have to look for more tree layout /
11069                 anchor glitches.
11070
11071 2002-12-29 [paul]       0.8.8claws19
11072
11073         * src/summaryview.c
11074                 fix bug [ 659054 ] incorrect sorting of 'From' column
11075                 when using 'display sender using address book'
11076                 thanks to Alfons and Luke Plant
11077
11078 2002-12-29 [christoph]  0.8.8claws18
11079
11080         * src/folder.c
11081         * src/procmsg.[ch]
11082                 check parent messages for IGNORE THREAD flag, when adding,
11083                 moving or copying messages to a folder
11084
11085 2002-12-27 [alfons]     0.8.8claws17
11086
11087         re-organize matcher part 5; more to come
11088
11089         * src/matcher.c
11090                 hash keywords in matchparser_tab 
11091
11092 2002-12-27 [alfons]     0.8.8claws16
11093
11094         re-organize matcher part 4; more to come
11095
11096         * src/matcher_parser.h
11097         * src/matcher_parser_lex.l
11098         * src/matcher_parser_parse.y
11099                 cleanup
11100
11101 2002-12-27 [alfons]     0.8.8claws15
11102
11103         re-organize matcher part 3; more to come
11104
11105         * src/matcher.[ch]
11106                 cleanup
11107
11108 2002-12-27 [alfons]     0.8.8claws14
11109
11110         re-organize matcher part 2; more to come but this should
11111         work. cc me if there are any regressions.
11112
11113         * src/matcher.h
11114                 add prototype for get_matchparser_tab_id()
11115         * src/matcher_parser_lex.l
11116                 look up keywords using matchparser_tab_id();
11117
11118 2002-12-27 [alfons]     0.8.8claws12
11119
11120         re-organize matcher part 1
11121
11122         * src/matcher.h
11123                 map yacc generated constants to sylpheed matcher constants
11124         * src/matcher.c
11125                 add function to find a matcher constant from a string
11126
11127 2002-12-27 [christoph]  0.8.8claws11
11128
11129         * src/compose.c
11130                 MENUITEM_ADD casts the 4th argument from integer to pointer
11131                 so it probably should not be a pointer, this means we
11132                 should use account id for it and not the account's pointer
11133
11134 2002-12-27 [paul]       0.8.8claws10
11135
11136         * src/mainwindow.c
11137                 remove unneeded 'GtkWidget *vbox'
11138                 
11139         * src/summaryview.c
11140                 further sync with 0.8.8 - make sort
11141                 by recipient work as expected
11142                 
11143         * NEWS
11144                 sync with 0.8.8
11145
11146 2002-12-27 [paul]       0.8.8claws9
11147
11148         * po/pt_BR.po
11149                 updated by Ivan F. Martinez
11150                 
11151 2002-12-27 [darko]      0.8.8claws8
11152
11153         * src/common/utils.c
11154                 added locked pattern to extended search
11155
11156 2002-12-27 [alfons]     0.8.8claws7
11157
11158         * src/prefs_matcher.[ch]
11159                 clean up
11160
11161 2002-12-26 [alfons]     0.8.8claws6
11162
11163         * src/matcher.[ch]
11164         * src/matcher_parser_lex.l
11165         * src/matcher_parser_parse.y
11166         * src/prefs_matcher.c
11167                 allow color label as a condition in the matcher
11168
11169 2002-12-26 [oliver]     0.8.8claws5
11170         
11171         * src/toolbar.c 
11172                 enable Addressbook for Main and Messageview
11173         * src/prefs_actions.c
11174                 enable actions in Messageview
11175
11176 2002-12-26 [christoph]  0.8.8claws4
11177
11178         * src/common/plugin.c
11179                 add a little debug output
11180         * configure.in
11181         * src/plugins/demo/Makefile.am
11182                 better use of automake
11183
11184 2002-12-26 [christoph]  0.8.8claws3
11185
11186         * src/Makefile.am
11187         * src/common/Makefile.am
11188                 fix "make distdir"
11189
11190 2002-12-26 [christoph]  0.8.8claws2
11191
11192         * configure.in
11193                 sort configure checks into common / gtk / plugins
11194         * po/POTFILES.in
11195                 add src/prefs_gtk.c
11196         * src/Makefile.am
11197                 add plugins SUBDIR
11198         * src/main.c
11199         * src/common/sylpheed.[ch]
11200                 added now sylpheed_done function for shutdown
11201         * src/common/Makefile.am
11202         * src/common/plugin.[ch]                ** NEW **
11203                 plugin loader and unloader
11204         * src/plugins/.cvsignore                ** NEW **
11205         * src/plugins/Makefile.am               ** NEW **
11206                 build plugins
11207         * src/plugins/demo/.cvsignore           ** NEW **
11208         * src/plugins/demo/Makefile.am          ** NEW **
11209         * src/plugins/demo/demo.c               ** NEW **
11210                 small demo plugin that installs a logtext hook and
11211                 outputs the log text to stdout
11212
11213 2002-12-26 [paul]       0.8.8claws1
11214
11215         * po/es.po
11216                 updated by Ricardo Mones Lastra
11217
11218 2002-12-26 [paul]       0.8.8claws
11219
11220         * 0.8.8claws released
11221
11222 2002-12-26 [paul]       0.8.7claws12
11223
11224         * po/bg.po
11225                 updated by George Danchev
11226
11227 2002-12-26 [paul]       0.8.7claws11
11228
11229         * po/POTFILES.in
11230                 remove unneeded 'src/prefs.c' entry 
11231
11232 2002-12-26 [paul]       0.8.7claws10
11233
11234         * src/codeconv.c
11235           src/mainwindow.c
11236                 sync with 0.8.8 release
11237         
11238         * src/folder.[ch]
11239           src/mh.c
11240           src/summaryview.c
11241                 partial sync with 0.8.8 release
11242         
11243
11244 2002-12-25 [alfons]     0.8.7claws9
11245
11246         * src/matcher.[ch]
11247         * src/matcher_parser_lex.l
11248         * src/matcher_parser_parse.y
11249         * src/prefs_matcher.c
11250                 add locked flag to possible filtering / matcher 
11251                 conditions (also a good example what should be
11252                 done to add a simple boolean condition)
11253
11254 2002-12-25 [christoph]  0.8.7claws8
11255
11256         * src/Makefile.am
11257         * src/account.[ch]
11258         * src/addrbook.c
11259         * src/addressbook.c
11260         * src/addrindex.c
11261         * src/filtering.c
11262         * src/folder.c
11263         * src/matcher.c
11264         * src/prefs.[ch]                ** REMOVE **
11265         * src/prefs_account.c
11266         * src/prefs_actions.c
11267         * src/prefs_common.c
11268         * src/prefs_customheader.c
11269         * src/prefs_display_header.c
11270         * src/prefs_filtering.c
11271         * src/prefs_folder_item.c
11272         * src/prefs_gtk.[ch]            ** NEW **
11273         * src/prefs_matcher.c
11274         * src/prefs_scoring.c
11275         * src/prefs_summary_column.c
11276         * src/procmime.c
11277         * src/selective_download.c
11278         * src/toolbar.c
11279         * src/common/Makefile.am
11280         * src/common/prefs.[ch]         ** NEW **
11281                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11282
11283 2002-12-24 [alfons]     0.8.7claws7
11284
11285         * src/summaryview.c
11286                 summary_thread_build(): fix real cause of the crash mentioned in
11287                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11288                 this way we get meaningful ctree nodes 
11289
11290 2002-12-24 [oliver]     0.8.7claws6
11291
11292         * src/mainwindow.[ch]
11293         * src/messageview.[ch]
11294         * src/compose.[ch]
11295         * src/inc.c
11296         * src/summaryview.c
11297                 changes to use updated toolbar handling
11298                 
11299 2002-12-24 [oliver]     0.8.7claws5
11300
11301         * src/toolbar.[ch]
11302                 generic toolbar handling
11303                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11304         * src/prefs_toolbar.[ch]
11305                 adjust to handling
11306         
11307 2002-12-24 [oliver]     0.8.7claws4
11308         
11309         * src/stock_pixmap.[ch]
11310                 move SYLPHEED_LOGO to end of list in order 
11311                 to remove it from Custom Toolbar`s Icon View
11312
11313 2002-12-24 [alfons]     0.8.7claws3
11314
11315         * src/summaryview.c
11316                 summary_thread_build(): fix crash because of focus != selection 
11317                 after threading. when deleting the selection, gtk tries but fails 
11318                 to find the correct focusable element. we now force the selection
11319                 to be focused. this should solve the infamous bug reported by 
11320                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11321                 a test case is available. 
11322
11323 2002-12-24 [darko]      0.8.7claws2
11324
11325         * src/summaryview.c
11326                 don't crash when unmarking message with unread children
11327
11328 2002-12-23 [christoph]  0.8.7claws1
11329
11330         * src/Makefile.am
11331         * src/common/Makefile.am
11332                 update Makefiles for moved intl.h, version.h and defs.h
11333         * src/imap.c
11334                 rewrite imap_session_get to avoid duplicate code
11335
11336 2002-12-23 [paul]       0.8.7claws
11337
11338         * Santa-Claws released
11339         
11340         * po/hu.po
11341           po/ru.po
11342                 squeeze in updated Hungarian and Russian translations.
11343                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11344
11345 2002-12-23 [paul]       0.8.6claws129
11346
11347         * po/pl.po
11348                 updated by Witold Wladyslaw Wojciech Wilk
11349
11350 2002-12-23 [paul]       0.8.6claws128
11351
11352         * src/quote_fmt_parse.y
11353                 fix typo and add licence header
11354
11355 2002-12-23 [paul]       0.8.6claws127
11356
11357         * po/en_GB.po
11358                 updated
11359
11360 2002-12-23 [paul]       0.8.6claws126
11361
11362         * po/it.po
11363                 updated translation, submitted by Alessandro Maestri
11364                 
11365 2002-12-23 [paul]       0.8.6claws125
11366
11367         * src/quote_fmt_parse.y
11368                 fix signature-stripping on replies bug. match
11369                 '-- \n' and not '-- '.
11370
11371 2002-12-22 [paul]       0.8.6claws124
11372
11373         * po/bg.po
11374           po/es.po
11375           po/sr.po
11376                 updated translations. submitted by George Danchev,
11377                 Ricardo Mones Lastra, and Urke MMI respectively
11378
11379 2002-12-21 [paul]       0.8.6claws123
11380
11381         * src/addrbook.c
11382                 fix coding style
11383
11384 2002-12-21 [paul]       0.8.6claws122
11385
11386         * src/addrbook.c
11387                 fix bug [643638] where if a person is in one or more
11388                 addressbook groups editing that person's email 
11389                 address results in removal from those groups.
11390                 Patch submitted by Luke Plant.
11391
11392 2002-12-20 [christoph]  0.8.6claws121
11393
11394         * src/common/utils.c
11395         * src/summaryview.c
11396                 reimplement expand_search_string using GString to
11397                 prevent crashs caused by miscalculated string
11398                 lengths reported by Paul
11399
11400 2002-12-20 [christoph]  0.8.6claws120
11401
11402         * src/summaryview.c
11403                 don't use "changed" to check if op_count has to be changed as it
11404                 is also set when the message has unread children
11405                 (closes bug [ 653221 ] crash while deleting duplicates)
11406
11407 2002-12-20 [paul]       0.8.6claws119
11408
11409         * sync with 0.8.6cvs27
11410                 see ChangeLog 2002-12-20
11411
11412 2002-12-20 [paul]       0.8.6claws118
11413
11414         * sync with 0.8.6cvs26
11415                 see ChangeLog 2002-12-19 and 2002-12-20
11416
11417 2002-12-19 [alfons]     0.8.6claws117
11418
11419         * src/textview.c
11420                 fix incorrect parsing of email addresses, submitted by 
11421                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11422                 name display if it contains @".
11423
11424 2002-12-18 [paul]       0.8.6claws116
11425
11426         * sync with 0.8.6cvs23
11427                 see ChangeLog 2002-12-18
11428
11429 2002-12-18 [paul]       0.8.6claws115
11430
11431         * src/Makefile.am
11432         * src/account.c
11433         * src/codeconv.c
11434         * src/gtkutils.[ch]
11435         * src/imap.c
11436                 sync with 0.8.6cvs22.
11437                 see ChangeLog 2002-12-17 and 2002-12-18
11438
11439 2002-12-17 [christoph]  0.8.6claws114
11440
11441         * src/imap.c
11442                 o don't create a session if imap greeting fails
11443                 o don't close socket when authentication fails
11444                   this is done by imap_session_destroy
11445
11446 2002-12-17 [thorsten]   0.8.6claws113
11447
11448         * tools/Makefile.am
11449           tools/README
11450           tools/google_msgid.pl ** NEW FILE **
11451                 Added "search for message-id" script and doc
11452
11453 2002-12-17 [thorsten]   0.8.6claws112
11454
11455         * po/hu.po
11456                 Updated hungarian translation
11457                 (updated by Gal Zoltan)
11458
11459 2002-12-16 [christoph]  0.8.6claws111
11460
11461         * src/addr_compl.c
11462                 remove stupid addressbook dump to debug output
11463         * src/mh.c
11464                 fix memory leak found by Hiro
11465
11466 2002-12-14 [paul]       0.8.6claws110
11467
11468         * src/compose.c
11469                 fix menubar sensitivity on send
11470                 
11471         * src/prefs_filtering.c
11472         * src/prefs_matcher.c
11473         * src/prefs_scoring.c
11474                 Fix english ;)
11475                 
11476         * src/common/quoted-printable.h
11477                 sync: fix typo
11478         
11479 2002-12-13 [christoph]  0.8.6claws109
11480
11481         * src/Makefile.am
11482         * src/manage_window.[ch]        ** REMOVE **
11483         * src/gtk/Makefile.am
11484         * src/gtk/manage_window.[ch]    ** NEW **
11485                 move manage_window files to gtk directory
11486
11487 2002-12-13 [christoph]  0.8.6claws108
11488
11489         * src/Makefile.am
11490         * src/gtkshruler.[ch]           ** REMOVE **
11491         * src/gtk/Makefile.am
11492         * src/gtk/gtkshruler.[ch]       ** NEW **
11493                 move gtkshruler files to gtk directory
11494
11495 2002-12-13 [christoph]  0.8.6claws107
11496
11497         * src/Makefile.am
11498         * src/compose.c
11499         * src/gtkstext.[ch]             ** REMOVE **
11500         * src/gtkutils.[ch]
11501         * src/textview.c
11502         * src/gtk/gtkstext.[ch]         ** NEW **
11503         * src/gtk/Makefile.am
11504                 o move stext functions to gtkstext.c to remove
11505                   dependency of gtkutils
11506                 o move gtkstext files to gtk directory
11507
11508         * src/gtk/Makefile.am
11509         * src/gtk/sslcertwindow.[ch]
11510                 UI stuff can always depend on common code so
11511                 it's ok to add ../common to include path
11512
11513 2002-12-13 [colin]      0.8.6claws106
11514
11515         * src/summaryview.c
11516                 Disconnect sighandlers for mainwindow when
11517                 quicksearch has the focus
11518                 Fix bug #653231
11519         * src/mainwindow.[ch]
11520                 Make key_pressed callback public, to be able
11521                 to disconnect it
11522
11523 2002-12-13 [christoph]  0.8.6claws105
11524
11525         * src/mh.c
11526                 create .mh_sequences file in new MH folders
11527                 (closes feature request [ 523162 ] MH folders should
11528                  get a .mh_sequences)
11529
11530 2002-12-13 [colin]      0.8.6claws104
11531
11532         * src/summaryview.c
11533                 Better handling of quicksearch show/hide
11534                 (basically the button stays under the mouse 
11535                  when toggled)
11536
11537 2002-12-13 [paul]       0.8.6claws103
11538
11539         * sync with 0.8.6cvs17
11540                 see ChangeLog 2002-12-13
11541
11542 2002-12-13 [paul]       0.8.6claws102
11543
11544         * po/es.po
11545                 updated by Ricardo Mones Lastra
11546
11547 2002-12-11 [colin]       0.8.6claws101
11548
11549         * src/folder.c
11550                 remove statusbar stuff
11551           src/folderview.c
11552                 set statusbar verbosity when moving folders
11553
11554 2002-12-11 [colin]       0.8.6claws100
11555         * src/prefs_filtering.c
11556         * src/prefs_matcher.c
11557         * src/prefs_scoring.c
11558                 Fix english ;)
11559
11560 2002-12-11 [colin]       0.8.6claws99
11561
11562         * src/prefs_common.[ch]
11563                 Add summary_quicksearch_type
11564         * src/summaryview.c
11565                 Save last used quicksearch type
11566
11567 2002-12-11 [jens]       0.8.6claws98
11568         * src/prefs_filtering.c
11569         * src/prefs_matcher.c
11570         * src/prefs_scoring.c
11571                 added dialog for incomplete rules in scoring, filtering and
11572                 matcher to ask wheather really close
11573
11574 2002-12-11 [colin]      0.8.6claws97
11575
11576         * src/folder.c
11577                 Fix folder dnd statusbar logging
11578
11579 2002-12-10 [christoph]  0.8.6claws96
11580
11581         * src/compose.c
11582         * src/folder.c
11583         * src/imap.c
11584         * src/inc.c
11585         * src/main.c
11586         * src/mainwindow.c
11587         * src/news.c
11588         * src/send.c
11589         * src/statusbar.[ch]
11590         * src/common/hooks.c
11591         * src/common/log.[ch]
11592                 o handle verbose logging in statusbar directly in statusbar code
11593                   and common code does not need any knowledge about a statusbar
11594                 o remove direct calls to statusbar_(puts|pop)_all functions
11595
11596 2002-12-10 [jens]       0.8.6claws95
11597
11598         * src/*.c
11599                 removed gettext from g_warnings
11600         * po/POTFILES.in
11601                 cleaned and updated
11602         * po/de.po
11603                 updated
11604
11605 2002-12-10 [colin]      0.8.6claws94
11606
11607         * src/main.c
11608                 finish crash dialog fix
11609
11610 2002-12-10 [colin]      0.8.6claws93
11611
11612         * src/main.c
11613                 "Fix" "sylpheed already running" instead of
11614                 crash dialog appearing after a crash
11615
11616 2002-12-10 [colin]      0.8.6claws92
11617
11618         * po/POTFILES.in
11619                 add src/gtk/sslcertwindow.c
11620
11621 2002-12-10 [paul]       0.8.6claws91
11622
11623         * po/POTFILES.in
11624                 updated to reflect recent changes
11625                 submitted by Alessandro Maestri
11626
11627 2002-12-09 [christoph]  0.8.6claws90
11628
11629         * src/Makefile.am
11630         * src/smtp.[ch]                 ** REMOVE **
11631         * src/common/Makefile.am
11632         * src/common/smtp.[ch]          ** NEW **
11633                 move smtp files to common directory
11634
11635 2002-12-09 [christoph]  0.8.6claws89
11636
11637         * src/Makefile.am
11638         * src/session.[ch]              ** REMOVE **
11639         * src/common/Makefile.am
11640         * src/common/session.[ch]       ** NEW **
11641                 move session files to common directory
11642
11643 2002-12-09 [paul]       0.8.6claws88
11644
11645         * src/account.c
11646                 fix bug [649746] edit accounts: move account reverted
11647                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
11648
11649 2002-12-09 [colin]      0.8.6claws87
11650
11651         * src/ssl_certificate.c
11652                 cleanup
11653
11654 2002-12-09 [colin]      0.8.6claws86
11655
11656         * src/ssl.c
11657                 Try to open the cert.pem database and 
11658                 issue a warning if it isn't there
11659
11660 2002-12-09 [colin]      0.8.6claws85
11661
11662         * src/common/ssl_certificate.c
11663         * src/gtk/sslcertwindow.c
11664                 Warning fixes
11665
11666 2002-12-09 [colin]      0.8.6claws84
11667
11668         * src/ssl_certificate.[ch] ** REMOVED **
11669         * src/common/ssl_certificate.[ch] ** NEW **
11670         * src/Makefile.am
11671         * src/common/Makefile.am
11672                 Moved ssl_certificate.[ch] to common
11673         * src/common/ssl.c 
11674                 Put back needed include
11675         * src/gtk/sslcertwindow.[ch]
11676                 Changed ssl_certificate.h include
11677         
11678 2002-12-09 [colin]      0.8.6claws83
11679
11680         * src/gtk/sslcertwindow.[ch]
11681                 Implement hook for certificate acception
11682         * src/ssl_certificate.[ch]
11683                 Implement hook for certificate acception
11684         * src/common/ssl.c
11685                 Reenable certificate acception check
11686         * src/mainwindow.c
11687                 Register sslcertwindow's hook
11688         
11689 2002-12-08 [christoph]  0.8.6claws82
11690
11691         * src/about.c
11692         * src/addr_compl.c
11693         * src/codeconv.c
11694         * src/manual.c
11695         * src/undo.c
11696         * src/common/utils.c
11697                 o add missing includes
11698                 o fix warnings
11699         * src/.cvsignore
11700         * src/common/.cvsignore
11701         * src/common/version.h          ** REMOVE **
11702                 remove autogenerated file
11703
11704 2002-12-08 [paul]       0.8.6claws81
11705
11706         * src/stringtable.c
11707                 put back needed include
11708
11709 2002-12-08 [colin]      0.8.6claws80
11710         
11711         * src/gtk/sslcertwindow.c
11712                 Cleaner popups when asking
11713         * src/ssl_certificate.c
11714         * src/prefs_common.[ch]
11715                 remove ssl certificate pref
11716                 put back needed include
11717         * src/undo.c
11718                 put back needed include
11719
11720 2002-12-08 [christoph]  0.8.6claws79
11721
11722         * src/folderview.c
11723         * src/logwindow.c
11724         * src/statusbar.c
11725         * src/summaryview.c
11726                 only abort hook invokation if required data is missing not
11727                 if our own data pointer is NULL, update hookfunction for
11728                 log window
11729
11730 2002-12-08 [paul]       0.8.6claws78
11731
11732         * src/about.c
11733         * src/addrcache.c
11734         * src/addrclip.c
11735         * src/addr_compl.c
11736         * src/addrselect.c
11737         * src/codeconv.c
11738         * src/colorlabel.c
11739         * src/enriched.c
11740         * src/esmtp.c
11741         * src/exporthtml.c
11742         * src/headerview.c
11743         * src/imageview.c
11744         * src/manual.c
11745         * src/noticeview.c
11746         * src/pgptext.c
11747         * src/scoring.c
11748         * src/sourcewindow.c
11749         * src/stringtable.c
11750         * src/undo.c
11751                 clean up: remove unneccesary includes
11752
11753 2002-12-08 [christoph]  0.8.6claws77
11754
11755         * src/folderview.c
11756         * src/statusbar.c
11757         * src/summaryview.c
11758         * src/common/hooks.[ch]
11759                 hook functions now have a gboolean return value, if a hook
11760                 returns TRUE it will stop executing of any more hooks in
11761                 the same hooklist for this invokation
11762
11763 2002-12-08 [colin]      0.8.6claws76
11764         
11765         * src/main.c
11766                 put back argv0 for CRASH_DIALOG
11767
11768 2002-12-08 [christoph]  0.8.6claws75
11769
11770         * src/Makefile.am
11771         * src/about.c
11772         * src/account.c
11773         * src/crash.c
11774         * src/esmtp.h
11775         * src/imap.[ch]
11776         * src/inc.c
11777         * src/main.c
11778         * src/mainwindow.c
11779         * src/news.c
11780         * src/pop.[ch]
11781         * src/prefs_account.[ch]
11782         * src/prefs_common.[ch]
11783         * src/send.[ch]
11784         * src/smtp.[ch]
11785         * src/ssl_certificate.[ch]
11786         * src/ssl_manager.[ch]
11787         * src/common/Makefile.am
11788         * src/common/log.c
11789         * src/common/nntp.[ch]
11790         * src/common/socket.[ch]
11791         * src/common/ssl.[ch]
11792         * src/gtk/sslcertwindow.[ch]
11793         * ac/openssl.m4
11794                 use new autoconf script to detect OpenSSL with extra parameters
11795                 to specify the location of libs and includes, also remove USE_SSL
11796                 to USE_OPENSSL
11797
11798         * src/common/sylpheed.[ch]
11799         * src/common/version.h.in
11800                 start seperation of common code initialization seperated from gui
11801
11802         * src/summaryview.c
11803                 The function that is called when a color label changes
11804                 should not change the color lable again
11805
11806 2002-12-08 [colin]      0.8.6claws74
11807
11808         * src/gtk/sslcertwindow.c
11809                 warning fixes
11810
11811 2002-12-08 [colin]      0.8.6claws73
11812
11813         * src/statusbar.c
11814           src/common/log.h
11815                 Register a hook for statusbar_puts_all
11816         * src/common/log.c
11817                 invoke statusbar_puts_all's hook
11818         
11819 2002-12-08 [colin]      0.8.6claws72
11820
11821         * src/ssl_certificate.c
11822                 Put back a badly-removed include
11823
11824 2002-12-08 [colin]      0.8.6claws71
11825
11826         * src/gtk/sslcertwindow.[ch]    ** NEW **
11827                 new certificate presentation
11828         * src/gtk/Makefile.am
11829                 add new files
11830         * src/ssl_certificate.[ch]
11831                 gtk cleanup, made utility functions public
11832         * src/ssl_manager.c
11833                 use new cert presentation
11834
11835 2002-12-07 [christoph]  0.8.6claws70
11836
11837         * src/Makefile.am
11838         * src/nntp.[ch]                 ** REMOVE **
11839         * src/common/Makefile.am
11840         * src/common/nntp.[ch]          ** NEW **
11841                 move nntp files to common directory
11842
11843 2002-12-07 [christoph]  0.8.6claws69
11844
11845         * src/procmsg.[ch]
11846         * src/summaryview.c
11847                 implement msginfo update callback using sylpheed's new
11848                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
11849
11850 2002-12-06 [christoph]  0.8.6claws68
11851
11852         * src/editgroup.c
11853                 This patch changes the 'Edit Group Details' dialog to
11854                 allow extended selections in either pane, so that
11855                 addresses can be added or removed from a group more
11856                 quickly and easily. (it actually is a net decrease in
11857                 file size, as some unnecessary functions have been
11858                 removed). 
11859                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
11860
11861 2002-12-06 [christoph]  0.8.6claws67
11862
11863         * src/Makefile.am
11864         * src/template.[ch]             ** REMOVE **
11865         * src/common/Makefile.am
11866         * src/common/template.[ch]      ** NEW **
11867                 move template files to common directory
11868
11869         * src/nntp.c
11870                 add missing log.h include
11871
11872 2002-12-06 [melvin]     0.8.6claws66
11873
11874         * src/prefs_actions.c
11875                 Added the trailing ">" syntax to insert command's output
11876                 without replacing old text (in contrast to trailing "|").
11877
11878 2002-12-05 [colin]      0.8.6claws65
11879         
11880         * src/common/utils.c
11881                 Don't modify original search_string or it'll change
11882                 the next iterations in the for()
11883
11884 2002-12-05 [darko]      0.8.6claws64
11885
11886         * src/common/utils.c
11887                 proper check for filtering commands, found by Colin
11888
11889 2002-12-05 [darko]      0.8.6claws63
11890
11891         * src/common/utils.c
11892                 check proper string for NULL pointer, found by Colin
11893
11894 2002-12-05 [darko]      0.8.6claws62
11895
11896         * src/common/utils.[ch]
11897                 expand_search_string(): new function
11898                 converts Mutt-like patterns to Sylpheed's
11899                 filtering engine
11900         * src/summaryview.c
11901                 use expand_search_string() to allow Mutt-like
11902                 patterns in extended search
11903         * README.claws
11904                 document extended option in quick search
11905
11906 2002-12-05 [paul]       0.8.6claws61
11907
11908         * sync with 0.8.6cvs16
11909                 see ChangeLog 2002-12-05
11910                 
11911         * po/POTFILES.in
11912                 clean up
11913
11914 2002-12-04 [christoph]  0.8.6claws60
11915
11916         * src/imap.[ch]
11917                 put imap authentication code into a new function and
11918                 remove it from imap_session_new that will allow to
11919                 send other commands before authentication
11920
11921 2002-12-04 [christoph]  0.8.6claws59
11922
11923         * src/imap.[ch]
11924                 use already existing method to prevent unneeded IMAP
11925                 folder selects. Set imap_select parameters to NULL
11926                 in some functions if the values are not required.
11927
11928         * src/xml.h
11929                 remove no longer required include
11930
11931 2002-12-04 [paul]       0.8.6claws58
11932
11933         * po/es.po
11934                 updated by Ricardo Mones Lastra
11935                 
11936         * configure.in
11937           po/hu.po      ** NEW FILE **
11938                 initial Hungarian translation, submitted
11939                 by Gál Zoltán <galzoli@hu.inter.net>
11940
11941 2002-12-03 [christoph]  0.8.6claws57
11942
11943         * src/Makefile.am
11944         * src/gtksctree.[ch]            ** REMOVE **
11945         * src/gtk/Makefile.am
11946         * src/gtk/gtksctree.[ch]        ** NEW **
11947                 move gtksctree files to gtk directory
11948
11949 2002-12-03 [christoph]  0.8.6claws56
11950
11951         * src/Makefile.am
11952         * src/md5.[ch]                  ** REMOVE **
11953         * srm/common/Makefile.am
11954         * src/common/md5.[ch]           ** NEW **
11955                 move md5 files to common directory
11956
11957         * src/gtkstext.c
11958                 remove not required #include
11959
11960 2002-12-03 [sergey]     0.8.6claws55
11961
11962         * src/gtkutils.c
11963         * src/gtkutils.h
11964                 gtkut_window_popup(): new function.
11965         * src/mainwindow.c
11966                 main_window_popup(): use gtkut_window_popup() to raise
11967                 window without changing its position.
11968                 (see sylpheed-main ML message [sylpheed:17247])
11969
11970 2002-12-03 [sergey]     0.8.6claws54
11971
11972         * src/send.c
11973                 send_message_local(): removed first-dot escaping
11974                 (SMTP-only, not needed for sending through pipe)
11975
11976 2002-12-03 [paul]       0.8.6claws53
11977
11978         * po/POTFILES.in
11979                 update to reflect recent changes (thanks
11980                 to Ricardo Mones Lastra)
11981                 
11982         * tools/filter_conv.pl
11983                  fix problem with quoted strings. Patch submitted
11984                  by Luke Plant <lukeplant@softhome.net>
11985
11986 2002-12-03 [paul]       0.8.6claws52
11987
11988         * sync with 0.8.6cvs15
11989                 see ChangeLog 2002-12-03
11990
11991 2002-12-02 [christoph]  0.8.6claws51
11992
11993         * src/logwindow.[ch]
11994         * src/common/log.[ch]
11995                 implement logging using a hook function
11996
11997         * src/folderview.c
11998         * src/folder.[ch]
11999                 define hooklist name in header file to avoid
12000                 errors caused by wrong spelling of hooklist names
12001
12002         * src/toolbar.c
12003                 fix warnings
12004
12005 2002-12-02 [christoph]  0.8.6claws50
12006
12007         * src/common/Makefile.am
12008                 add src/common/hooks.[ch]
12009
12010         * src/common/hooks.[ch]
12011                 implement a simple hook system using glib's hook functions
12012
12013         * src/folder.[ch]
12014         * src/folderview.c
12015                 use new hook system for folder item updates
12016
12017 2002-12-02 [christoph]  0.8.6claws49
12018
12019         * doc-src/ui_seperation.txt     ** NEW **
12020                 information for ui seperation
12021
12022         * src/Makefile.am
12023                 remove files that were moved to common
12024                 include common directory by default for the header files
12025
12026         * src/inc.c
12027         * src/common/socket.c
12028         * src/automaton.[ch]
12029                 implement automaton using g_io_*-functions instead of
12030                 gdk_input_add to make it ui independent
12031
12032         * src/codeconv.c
12033         * src/compose.c
12034         * src/ldif.c
12035         * src/pgptext.c
12036         * src/procmime.c
12037         * src/rfc2015.c
12038         * src/smtp.c
12039         * src/unmime.c
12040                 remove common/ prefix because directory is now in
12041                 include path
12042
12043         * src/compose.c
12044         * src/folder.c
12045         * src/folderview.c
12046         * src/mainwindow.c
12047         * src/messageview.c
12048         * src/prefs_common.c
12049         * src/procmsg.c
12050         * src/rfc2015.c
12051                 fix warnings
12052
12053         * src/imap.c
12054         * src/inc.c
12055         * src/news.c
12056         * src/pop.c
12057         * src/send.c
12058         * src/smtp.c
12059         * src/ssl_certificate.c
12060                 add log.h header file for logging functions
12061
12062         * src/main.c
12063         * src/common/utils.c
12064         * src/summaryview.c
12065         * src/xml.c
12066                 o move debug_mode to common/utils.c
12067                 o add functions to set and get debug_mode
12068
12069         * src/defs.h                    ** REMOVE **
12070         * src/intl.h                    ** REMOVE **
12071         * src/socket.[ch]               ** REMOVE **
12072         * src/ssl.[ch]                  ** REMOVE **
12073         * src/utils.[ch]                ** REMOVE **
12074                 replaced by new files in src/common/
12075         
12076         * src/common/Makefile.am
12077                 add new files in src/common/
12078
12079         * src/common/defs.h             ** NEW **
12080         * src/common/intl.h             ** NEW **
12081         * src/common/log.[ch]           ** NEW **
12082         * src/common/socket.[ch]        ** NEW **
12083         * src/common/ssl.[ch]           ** NEW **
12084         * src/common/utils.[ch]         ** NEW **
12085                 replacement for files in src/
12086
12087 2002-12-02 [colin]      0.8.6claws48
12088
12089         * src/folderview.c
12090                 Scroll folderview if necessary during dnd
12091
12092 2002-12-02 [colin]      0.8.6claws47
12093
12094         * src/folder.[ch]
12095                 Add check to verify a move is within a single mailbox
12096         * src/folderview.c
12097                 Add specific error string for this check
12098
12099 2002-12-02 [colin]      0.8.6claws46
12100
12101         * src/folder.c
12102                 Add a test to folder moving, remove a statusbar_print
12103         * src/folderview.c
12104                 Add Move folder... context-menu item
12105                 Factorize folder moving code
12106                 Enable folder DND for mbox
12107
12108 2002-12-01 [christoph]  0.8.6claws45
12109
12110         * ac/aspell.m4
12111                 remove conf.aspelltest if the version check fails
12112
12113 2002-11-30 [christoph]  0.8.6claws44
12114
12115         * autogen.sh
12116                 run libtoolize --force in autogen to create missing
12117                 libtool scripts
12118
12119 2002-11-30 [christoph]  0.8.6claws43
12120
12121         * src/Makefile.am
12122         * src/pgptext.c
12123         * src/procmime.c
12124         * src/rfc2015.c
12125         * src/uuencode.[ch]             ** REMOVED **
12126         * src/common/Makefile.am
12127         * src/common/uuencode.[ch]      ** NEW **
12128                 move uuen/decoder to common directory
12129
12130 2002-11-30 [christoph]  0.8.6claws42
12131
12132         * src/Makefile.am
12133         * src/base64.[ch]               ** REMOVED **
12134         * src/codeconv.c
12135         * src/compose.c
12136         * src/ldif.c
12137         * src/pgptext.c
12138         * src/procmime.c
12139         * src/rfc2015.c
12140         * src/smtp.c
12141         * src/unmime.c
12142         * src/common/Makefile.am
12143         * src/common/base64.[ch]        ** NEW **
12144                 move base64 en/decoder to common directory
12145
12146 2002-11-30 [christoph]  0.8.6claws41
12147
12148         * src/common                    ** NEW **
12149                 new directory for UI independent code
12150         * src/gtk                       ** NEW **
12151                 new directory for GTK frontend
12152         * src/common/.cvsignore         ** NEW **
12153         * src/gtk/.cvsignore            ** NEW **
12154                 ignore build files
12155         * src/common/Makefile.am        ** NEW **
12156         * src/gtk/Makefile.am           ** NEW **
12157                 automake files to build new seperated stuff
12158         * src/Makefile.am
12159                 the binary will currently still be build with the
12160                 files in src, so we include the code from the
12161                 subdirs for now after building the libs there
12162
12163 2002-11-30 [paul]       0.8.6claws40
12164
12165         * src/compose.c
12166                 fix bug [642731] 'Wrong selected account with drafted mail'
12167
12168 2002-11-29 [oliver]     0.8.6claws39
12169         
12170         * src/messageview.c
12171                 o update summaryview when switching between different
12172                   messageviews          
12173         * src/toolbar.c  
12174                 o check if messageview holds already removed msg
12175                   from summaryview
12176                 
12177
12178 2002-11-29 [oliver]     0.8.6claws38
12179
12180         * src/toolbar.c 
12181                 remove not needed variables and includes
12182                 make messageview stay opened and move to next when msgs are deleted 
12183
12184 2002-11-29 [oliver]     0.8.6claws37
12185         
12186         * src/toolbar.c 
12187                 disable compose button (messageview toolbar) by default
12188                 deleted msgs are moved to trash
12189         
12190 2002-11-29 [melvin]     0.8.6claws36
12191
12192         * configure.in
12193                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12194                 and to detect signatures expirations (gpgme 0.3.6)
12195
12196         * src/main.c
12197                 Use non obsolescent function for Gpgme engine checking.
12198
12199         * src/rfc2015.c
12200                 Inform about expired signatures or signatures which key
12201                 has expired. Expiration date is displayed.
12202
12203         * src/sigstatus.c
12204                 Inform about expired signatures or signatures which key
12205                 has expired.
12206
12207 2002-11-28 [paul]       0.8.6claws35
12208
12209         * src/folderview.c
12210                 re-instate 'Check for new messages' in Newsgroup
12211                 folders right-click menu, after a suggestion from
12212                 Tim Mann <timmann@users.sourceforge.net>
12213
12214         * src/main.c
12215                 after a crash check only local folders for new
12216                 messages
12217
12218 2002-11-28 [paul]       0.8.6claws34
12219
12220         * configure.in
12221                 apply patch that fixes the checking of GTK with XIM 
12222                 support on different OSs, such as FreeBSD. Patch 
12223                 submitted by Topia <topia@users.sourceforge.net>
12224                 
12225 2002-11-28 [paul]       0.8.6claws33
12226
12227         * src/mainwindow.c
12228           src/prefs_common.c
12229           src/prefs_toolbar.c
12230                 more changes to the English
12231
12232 2002-11-28 [paul]       0.8.6claws32
12233
12234         * sync with 0.8.6cvs13
12235                 see ChangeLog 2002-11-28 (no sync needed
12236                 for src/compose.c)
12237
12238 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12239         
12240         * src/mainwindow.[ch]
12241                 add patch by Ivan F. Martinez introducing messageview Toolbar
12242                 some changes and committed by oliver    
12243
12244 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12245
12246         * src/messageview.[ch]
12247                 add patch by Ivan F. Martinez introducing messageview Toolbar
12248                 some changes and committed by oliver    
12249
12250 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12251
12252         * src/compose.[ch]
12253                 add patch by Ivan F. Martinez introducing messageview Toolbar
12254                 some changes and committed by oliver    
12255
12256 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12257         
12258         * src/toolbar.[ch]
12259                 add patch by Ivan F. Martinez introducing messageview Toolbar
12260                 some changes and committed by oliver
12261
12262 2002-11-28 [oliver]     0.8.6claws27
12263         
12264         * src/prefs_toolbar.[ch]
12265                 getting ready for messageview toolbar
12266                 free mem allocated by gettext
12267                 change prefs_toolbar to prefs_toolbar_open
12268  
12269 2002-11-28 [thorsten]   0.8.6claws26
12270
12271         * src/imageview.[ch]
12272                 cleaned up conflicting declarations of
12273                 imageview_show_image()
12274
12275 2002-11-28 [paul]       0.8.6claws25
12276
12277         * src/grouplistdialog.c
12278           src/prefs_common.c
12279           src/prefs_summary_column.c
12280                 a few more improvements to the English
12281
12282 2002-11-28 [colin]      0.8.6claws24
12283
12284         * man/sylpheed.1
12285                 A few updates to command-line parameters
12286
12287 2002-11-28 [colin]      0.8.6claws23
12288
12289         * src/prefs_filtering.c
12290                 Fix problems with prefs_filtering_delete_path:
12291                 a) if the first rule is removed, original pointers
12292                    weren't updated (leading to segfaults)
12293                 b) it was always global_processing updated in case
12294                    of removed path was parent of rule path
12295
12296 2002-11-27 [paul]       0.8.6claws22
12297
12298         * src/mainwindow.c
12299           src/prefs_account.c
12300           src/prefs_actions.c
12301           src/prefs_common.c
12302           src/prefs_customheader.c
12303           src/prefs_display_header.c
12304           src/prefs_filtering.c
12305           src/prefs_folder_item.c
12306           src/prefs_matcher.c
12307           src/prefs_scoring.c
12308           src/prefs_summary_column.c
12309           src/prefs_template.c
12310           src/prefs_toolbar.c
12311                  improve the English in the GUI
12312
12313 2002-11-27 [colin]      0.8.6claws21
12314
12315         * src/folder.c
12316                 Fix processing renaming problems happening after
12317                 last commit
12318
12319 2002-11-27 [colin]      0.8.6claws20
12320
12321         * src/folder.c
12322                 recursive move now deletes src each subfolder after 
12323                 having moved it
12324         * src/folderview.c
12325                 Use identifier instead of path during dnd (enables
12326                 IMAP folder dnd)
12327
12328 2002-11-27 [paul]       0.8.6claws19
12329
12330         * src/main.c
12331                 apply patch that does command-line processing 
12332                 BEFORE gtk_init, allowing claws to run from 
12333                 shell-scripts in non-X environment (e.g. crontab 
12334                 or ip-up, ip-down scripts). Patch submitted by
12335                 Ruslan N. Balkin <baron@dartel.ru>
12336                 
12337         * po/it.po
12338                 updated by Alessandro Maestri
12339
12340 2002-11-27 [paul]       0.8.6claws18
12341
12342         * sync with 0.8.6cvs12
12343           src/prefs_common.c
12344                 Differences are that main uses a 'Receive dialog'
12345                 frame on the Interface tab, whereas claws groups all 
12346                 the dialogs together in a 'Dialogs' frame.
12347
12348 2002-11-27 [colin]      0.8.6claws17
12349
12350         * src/prefs_matcher.c
12351                 Fix Execute criteria's NOT flag
12352
12353
12354 2002-11-26 [christoph]  0.8.6claws16
12355
12356         * src/ssl.c
12357                 rewrite the ssl code a little bit, only use one
12358                 SSL context, set default certificates' file/path
12359
12360 2002-11-26 [thorsten]   0.8.6claws15
12361
12362         * src/compose.c
12363                 default-reply-to didn't work for ml-reply
12364
12365 2002-11-26 [melvin]     0.8.6claws14
12366
12367         * src/prefs_actions.c
12368                 Made pipe-actions ignore short headers in message view
12369                 Made trailing-pipe-actions write in the message view with
12370                 the same font as the original message
12371
12372 2002-11-26 [paul]       0.8.6claws13
12373
12374         * src/compose.c
12375                 this time commit the correct file
12376
12377 2002-11-26 [paul]       0.8.6claws12
12378
12379         * sync with 0.8.6cvs11
12380           src/quote_fmt_parse.y  
12381                 no sync needed
12382           src/account.[ch]       
12383                 not sync'ed
12384           src/compose.c
12385                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12386                 on draft mode.
12387                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12388                 header
12389                 
12390         see ChangeLog 2002-11-25 and 2002-11-26
12391
12392 2002-11-26 [colin]      0.8.6claws11
12393
12394         * src/folderview.c
12395                 Fix collapsed folder not auto-expanding during
12396                 mail dnd, if it was the source folder.
12397
12398 2002-11-25 [colin]      0.8.6claws10
12399
12400         * src/folderview.[ch]
12401                 Variable renaming and cleaning (slist of nodes 
12402                 to be re-collapsed is stored in FolderView)
12403
12404 2002-11-25 [paul]       0.8.6claws9
12405
12406         * src/prefs_common.[ch]
12407                 fix breakage caused by last commit
12408
12409 2002-11-25 [paul]       0.8.6claws8
12410
12411         * sync with 0.8.6cvs4
12412                 see ChangeLog 2002-11-21
12413
12414 2002-11-25 [paul]       0.8.6claws7
12415
12416         * sync with 0.8.6cvs4
12417                 see ChangeLog 2002-11-20
12418
12419 2002-11-25 [paul]       0.8.6claws6
12420
12421         * sync with 0.8.6cvs3
12422                 see ChangeLog 2002-11-18
12423
12424 2002-11-25 [colin]      0.8.6claws5
12425
12426         * src/gtkutils.[ch]
12427                 Add gtkut_ctree_node_is_parent()
12428         * src/folderview.c
12429                 Spring-loaded folders
12430
12431 2002-11-25 [colin]      0.8.6claws4
12432
12433         * src/utils.[ch]
12434                 Add slist_concat_unique(), function to merge
12435                 two GSList filtering dups
12436         * src/folder.[ch]
12437         * src/summaryview.[ch]
12438         * src/folderview.c
12439         * src/main.c
12440                 Add detection/update/display of unread answers
12441                 to marked mails
12442         * src/procmsg.[ch]
12443                 Add procmsg_find_children()
12444                 Add procmsg_msg_has_marked_parent()
12445
12446 2002-11-25 [colin]      0.8.6claws3
12447
12448         * src/ssl_certificate.[ch]
12449                 Allow checking a certificate without a DNS
12450                 lookup
12451                 Allow to forget a cert (by deleting it)
12452                 Make ssl_certificate_destroy_public
12453         * src/ssl_manager.[ch] ** NEW FILES **
12454                 Gui to manage (display/remove) certificates
12455         * src/prefs_common.[ch]
12456                 Add a pref to allow silent acceptation of
12457                 trusted certificates or not (based on the
12458                 "I want to know what's going on" principle)
12459         * src/mainwindow.c
12460                 Add SSL manager in Tools menu
12461         * src/Makefile.am
12462                 Add the new files to the build
12463         * po/POTFILES.in
12464                 Add ssl_manager.c to translations
12465
12466 2002-11-25 [colin]      0.8.6claws2
12467
12468         * src/summaryview.[ch]
12469                 Add S_SEARCH_EXTENDED to the quick search, which 
12470                 allows to search using filtering syntax.
12471
12472 2002-11-25 [colin]      0.8.6claws1
12473
12474         * src/summaryview.c
12475                 Deletion of duplicates now prefer deleting
12476                 the unread dup (fixes feature-request 638989).
12477
12478 2002-11-24 [paul]       0.8.6claws
12479
12480         * po/es.po
12481           po/pl.po
12482           po/ru.po
12483           po/sr.po
12484                 updated by Ricardo Mones Lastra,
12485                 Witold Wladyslaw Wojciech Wilk,
12486                 Ruslan N. Balkin, and  Urke MMI 
12487                 respectively
12488
12489 2002-11-24 [paul]       0.8.5claws182
12490
12491         * po/bg.po
12492                 updated by George Danchev
12493
12494 2002-11-23 [alfons]     0.8.5claws181
12495
12496         * src/imap.c
12497                 tiny memory leak found by browsing Dimitar's 
12498                 valgrind report
12499
12500 2002-11-23 [paul]       0.8.5claws180
12501
12502         * po/it.po
12503                 updated by Alessandro Maestri
12504
12505 2002-11-22 [christoph]  0.8.5claws179
12506
12507         * src/compose.c
12508         * src/inc.c
12509         * src/prefs_filtering.c
12510         * src/summaryview.c
12511                 more warning fixes
12512
12513 2002-11-22 [alfons]     0.8.5claws178
12514
12515         * src/summaryview.c
12516                 summary_execute_delete_func(): if message is deleted, make 
12517                 sure to also remove its entry in the subject hash table. 
12518                 fixes a corner case bug.
12519
12520 2002-11-22 [paul]       0.8.5claws177
12521
12522         * .cvsignore
12523                 add 'autom4te.cache'
12524                 
12525         * ltconfig      ** REMOVED **
12526                 not needed
12527
12528 2002-11-22 [paul]       0.8.5claws176
12529
12530         * src/textview.c
12531                 textview_set_font(): fix for message display in
12532                 UTF-8 locales (thanks to Sergey Vlasov).
12533                 
12534         * AUTHORS
12535                 add new team members and contributors
12536
12537
12538 2002-11-21 [colin]      0.8.5claws175
12539
12540         * src/procmsg.[ch]
12541                 Add procmsg_remove_special_headers()
12542         * src/mh.c
12543                 Use procmsg_remove_special_headers() for 
12544                 previous fix
12545
12546 2002-11-21 [colin]      0.8.5claws174
12547
12548         * src/mh.c
12549                 Fix moving/copying from queue/draft folders
12550                 for MH folders
12551
12552 2002-11-21 [christoph]  0.8.5claws173
12553
12554         * src/crash.c
12555         * src/filtering.c
12556         * src/logwindow.c
12557         * src/main.c
12558         * src/matcher_parser_lex.[hl]
12559         * src/mbox.c
12560         * src/mbox_folder.[ch]
12561         * src/prefs_filtering.c
12562         * src/procheader.c
12563         * src/quote_fmt_lex.l
12564         * src/ssl.c
12565                 fix all warnings except the warnings in lex and yacc files
12566
12567 2002-11-20 [christoph]  0.8.5claws172
12568
12569         * src/imap.c
12570                 fix MsgInfo retrieval for IMAP draft and queue folders
12571                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
12572
12573 2002-11-19 [christoph]  0.8.5claws171
12574
12575         * src/compose.c
12576                 fix segfault, when draft saving does not get
12577                 the MsgInfo of the new message
12578                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
12579
12580 2002-11-19 [christoph]  0.8.5claws170
12581
12582         * src/procmsg.c
12583                 add parameter check for flag setting function
12584                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
12585
12586 2002-11-18 [paul]       0.8.5claws169
12587
12588         * src/compose.c
12589                 more sensitivity fixes to redirect mode:
12590                 * disable toolbar draft button
12591                 * allow only Address book in the Tools menu
12592                 * disable editing of message by the spell
12593                   checker
12594
12595 2002-11-18 [paul]       0.8.5claws168
12596
12597         * src/compose.c
12598                 fix sensitivity of menu items in compose_redirect():
12599                 allow only the necessary items 
12600
12601 2002-11-18 [paul]       0.8.5claws167
12602
12603         * src/compose.c
12604                 fix bug [ 603259 ] 'attachment got lost on bounce'
12605
12606 2002-11-18 [paul]       0.8.5claws166
12607
12608         * po/ru.po
12609                 updated by Ruslan N. Balkin <baron@dartel.ru>
12610
12611 2002-11-18 [colin]      0.8.5claws165
12612
12613         * src/main.c
12614           src/defs.h
12615                 Remove old filtering stuff
12616
12617
12618 2002-11-17 [oliver]     0.8.5claws164
12619
12620         * src/toolbar.h
12621                 remove not needed typedef 
12622
12623 2002-11-17 [oliver]     0.8.5claws163
12624
12625         * src/toolbar.c
12626                 make toolbar's on click events translatable
12627
12628 2002-11-15 [colin]      0.8.5claws162
12629
12630         * src/summaryview.c
12631                 Revert too-soon integration of a feature
12632
12633 2002-11-15 [christoph]  0.8.5claws161
12634
12635         * src/imap.c
12636                 use main's implementation of imap_get_msginfo
12637
12638 2002-11-15 [christoph]  0.8.5claws160
12639
12640         * src/compose.c
12641         * src/folder.[ch]
12642         * src/imap.c
12643         * src/mbox_folder.c
12644         * src/mh.c
12645         * src/news.c
12646         * src/procmsg.c
12647         * src/summaryview.c
12648                 replace claws' fetch_msginfo with main's get_msginfo
12649                 (use main's implementation where possible)
12650
12651 2002-11-15 [colin]      0.8.5claws159
12652
12653         * src/ssl_certificate.c
12654                 Missed a check
12655
12656 2002-11-16 [melvin]     0.8.5claws158
12657
12658         * po/fr.po
12659                 Updated French translations.
12660
12661 2002-11-16 [colin]      0.8.5claws157
12662
12663         * src/ssl_certificate.c
12664                 Check for missing parts in the certificates
12665
12666 2002-11-15 [colin]      0.8.5claws156
12667
12668         * src/folderview.c
12669                 Preventive fix (missing check) found by
12670                 Alfons
12671
12672 2002-11-15 [paul]
12673
12674         * NEWS
12675                 sync with 0.8.6 release
12676
12677 2002-11-15 [colin]      0.8.5claws155
12678
12679         * src/folder.[ch]
12680           src/folderview.c
12681                 Fix error handling of folder_item_move_to()
12682                 (thanks to Alfons!)
12683
12684 2002-11-15 [colin]      0.8.5claws154
12685
12686         * src/folder.[ch]
12687           src/folderview.c
12688                 folder_item_move_to() sets an error message instead
12689                 of having GUI stuff in folder.c
12690
12691 2002-11-15 [colin]      0.8.5claws153
12692
12693         * src/procmsg.[ch]
12694                 Implemented a callback for MsgInfo updates, 
12695                 heavily copy/pasted from Christoph's folder 
12696                 callback system
12697         * src/summaryview.[ch]
12698                 Register summary_update_msg as callback
12699
12700 2002-11-14 [colin]      0.8.5claws152
12701         
12702         * src/procmsg.c
12703                 Update the FolderItem after sending (fixes 617593)
12704
12705 2002-11-14 [christoph]  0.8.5claws151
12706
12707         * src/folder.c
12708                 fix wrong position of NULL pointer check found
12709                 by Sergey
12710
12711 2002-11-14 [christoph]  0.8.5claws150
12712
12713         * src/folder.c
12714                 fix segfault when deleting messages from IMAP folders
12715                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
12716
12717 2002-11-14 [colin]      0.8.5claws149
12718
12719         * src/compose.c
12720                 Forwarding was also ignoring the folder's default account.
12721
12722 2002-11-14 [colin]      0.8.5claws148
12723
12724         * src/compose.c
12725                 Fix sent folder not set to folder properties when 
12726                 forwarding.
12727
12728 2002-11-14 [thorsten]   0.8.5claws147
12729
12730         * src/inc.c
12731                 inc_start(): Files were not moved from .processing to inbox,
12732                 if no global processing rule existed
12733
12734 2002-11-14 [colin]      0.8.5claws146
12735
12736         * src/ssl_certificate
12737                 Fix file operations
12738
12739 2002-11-14 [paul]       0.8.5claws145
12740
12741         * po/it.po
12742                 updated by Alessandro Maestri
12743
12744 2002-11-13 [alfons]     0.8.5claws144
12745
12746         * src/folder.c
12747                 folder_item_close(): only mark messages unread
12748                 when a folder has new messages 
12749
12750 2002-11-13 [keith]      0.8.5claws143
12751
12752         * src/imap.c
12753                 Fix problem moving or copying between
12754                 IMAP folders
12755
12756 2002-11-13 [colin]      0.8.5claws142
12757
12758         * src/matcher_parser_parse.y
12759                 Fix rule problem when " don't match
12760
12761 2002-11-13 [christoph]  0.8.5claws141
12762
12763         * src/folder.c
12764         * src/folderview.c
12765                 moved cache saving to folder_item_close
12766                 the folderview should not have to deal with
12767                 this things
12768
12769 2002-11-13 [christoph]  0.8.5claws140
12770
12771         * src/summaryview.c
12772                 moved setting of important score to
12773                 summary_set_prefs_from_folderitem
12774
12775 2002-11-13 [colin]      0.8.5claws139
12776
12777         * src/matcher_parser_parse.y
12778                 Fix a segfault in the parser (happening when
12779                 a good expression had been tested and a bad 
12780                 one arrives)
12781
12782 2002-11-13 [paul]       0.8.5claws138
12783
12784         * sync with 0.8.5cvs24
12785                 see ChangeLog 2002-11-13
12786                 
12787         * po/pt_BR.po
12788                 updated by Fabio Jr. Beneditto
12789
12790 2002-11-13 [colin]      0.8.5claws137
12791         
12792         * src/msgcache.c
12793           src/defs.h
12794           src/procmsg.[ch]
12795                 Revert last commit, problem
12796
12797 2002-11-13 [colin]      0.8.5claws136
12798
12799         * src/msgcache.c
12800                 Remove duplicated code
12801         * src/defs.h
12802                 Bumped CACHE_VERSION and MARK_VERSION
12803         * src/procmsg.[ch]
12804                 Network endian for cache and mark files
12805
12806 2002-11-12 [colin]      0.8.5claws135
12807
12808         * src/inc.c
12809                 Fix the "socket error" dialog which disappeared
12810
12811 2002-11-12 [colin]      0.8.5claws134
12812
12813         * src/msgcache.c
12814                 Reverse last commit which had performance 
12815                 problems, but still reverse the list
12816
12817 2002-11-12 [colin]      0.8.5claws133
12818
12819         * src/msgcache.c
12820                 Reverse list order
12821
12822 2002-11-12 [melvin]     0.8.5claws132
12823
12824         * src/compose.c
12825                 Added a check for a NULL prefs_common.dictionary
12826
12827 2002-11-12 [colin]      0.8.5claws131
12828
12829         * src/ssl_certificate.[ch]
12830                 Use FQDN hostname
12831
12832 2002-11-12 [colin]      0.8.5claws130
12833
12834         * src/ssl_certificate.[ch]
12835                 Take connection port into account for 
12836                 checking certificates (a single hostname
12837                 could have multiple servers with multiple
12838                 certificates)
12839         * src/ssl.c
12840                 Pass the port to ssl_certificate_check
12841
12842 2002-11-12 [paul]       0.8.5claws129
12843
12844         * src/folder.c
12845                 fix a typo in last commit
12846
12847 2002-11-12 [paul]       0.8.5claws128
12848
12849         * sync with 0.8.5cvs23
12850                 see ChangeLog entry 2002-11-12
12851
12852 2002-11-11 [colin]      0.8.5claws127
12853
12854         * src/ssl_certificate.c
12855                 Cleaner messages
12856                 Don't popup, instead log error, if the 
12857                 corresponding pref is checked
12858         * src/ssl_certificate.h
12859                 include <openssl/objects/h>
12860
12861 2002-11-11 [colin]      0.8.5claws126
12862
12863         * src/ssl_certificate.h
12864                 _Really_ clean it
12865
12866 2002-11-11 [colin]      0.8.5claws125
12867         
12868         * src/ssl_certificate.c
12869                 Fixed leak
12870
12871 2002-11-11 [colin]      0.8.5claws124
12872
12873         * src/ssl.c
12874                 Cleaned a bit
12875         * src/ssl_certificate.[ch]
12876                 Cleaned a bit (better use of SSL API)
12877                 (This will cause non-recognition of saved 
12878                  certificates of claws12[23]...)
12879
12880 2002-11-11 [paul]       0.8.5claws123
12881         
12882         * po/es.po
12883                 updated by Ricardo Mones Lastra
12884
12885 2002-11-11 [colin]      0.8.5claws122
12886
12887         * src/ssl.c
12888                 Fix a typo
12889
12890 2002-11-11 [colin]      0.8.5claws121
12891
12892         * src/ssl_certificate.[ch] ** NEW FILES **
12893         * src/ssl.[ch]
12894                 Check SSL certificates presented to us
12895         * src/Makefile.am
12896                 Add ssl_certificate.[ch]
12897         * po/POTFILES.in
12898                 Add ssl_certificate.c
12899
12900 2002-11-11 [paul]       0.8.5claws120
12901
12902         * sync with 0.8.5cvs22
12903                 see ChangeLog 2002-11-11
12904
12905 2002-11-11 [paul]       0.8.5claws119
12906
12907         * sync with 0.8.5cvs21
12908                 see ChangeLog 2002-11-11
12909
12910 2002-11-10 [jens]       0.8.5claws118
12911
12912         * src/folder.c
12913         * src/folderview.c
12914                 corrected some typing
12915         * po/de.po
12916                 updated german translation
12917         * sylpheed.spec.in
12918                 cleaned up specfile and adjusted it for claws
12919
12920 2002-11-10 [colin]      0.8.5claws117
12921
12922         * src/summaryview.c
12923                 a STATUSBAR_PUSH/POP fix
12924
12925 2002-11-10 [colin]      0.8.5claws116
12926
12927         * src/prefs_folder_item.c
12928                 Fix hanging after opening folder properties
12929
12930 2002-11-10 [hoa]        0.8.5claws115
12931
12932         * src/matcher_parser_lex.l
12933         * src/matcher_parser_parse.y
12934                 config file for scoring and filtering is no more trashed
12935                 when there is a syntax error in a filtering rule when
12936                 editing it in a dialog.
12937
12938 2002-11-09 [colin]      0.8.5claws114
12939
12940         * src/mbox_folder.c
12941                 Added missing initialisation of folder->destroy()
12942
12943 2002-11-09 [colin]      0.8.5claws113
12944
12945         * src/folder.c
12946           src/folderview.c
12947                 Fix the status bar messages
12948
12949 2002-11-09 [colin]      0.8.5claws112
12950
12951         * src/folderview.c
12952                 Fix hangs after folder dnd, happening after 
12953                 claws109.
12954
12955 2002-11-09 [christoph]  0.8.5claws111
12956
12957         * src/folderview.c
12958                 just changed order of calls (reverse order of
12959                 associated calls)
12960         * src/inc.c
12961                 lock inc when checking only one account, otherwise
12962                 inc all could be executed at the same time
12963
12964 2002-11-09 [christoph]  0.8.5claws110
12965
12966         * src/folderview.c
12967                 better unlock the mouse cursor before calling
12968                 summary_show because it changes the cursor too
12969
12970 2002-11-09 [christoph]  0.8.5claws109
12971
12972         * src/folder.[ch]
12973         * src/folderview.c
12974                 add functions to open and close a folder
12975                 o opending will execute scanning for remote folders
12976                   and processing
12977                 o closing will unset new flag for messages
12978
12979 2002-11-09 [colin]      0.8.5claws108
12980
12981         * src/folder.c
12982                 Add a call to prefs_matcher_write_config to 
12983                 avoid non-leaf folders filtering settings to be
12984                 lost
12985
12986 2002-11-09 [paul]       0.8.5claws107
12987
12988         * src/prefs_account.c
12989                 re-word a label
12990
12991 2002-11-09 [colin]      0.8.5claws106
12992
12993         * src/folderview.c
12994                 Minor esthetic fix
12995
12996 2002-11-09 [colin]      0.8.5claws105
12997
12998         * src/folderview.c
12999                 Fix prefs_filtering deletion for MH folders (same
13000                 reason as below)
13001         * src/prefs_filtering.c
13002                 Fix prefs_filtering renaming and deletion for 
13003                 folder-based processing rules.  
13004
13005 2002-11-09 [christoph]  0.8.5claws104
13006
13007         * src/compose.c
13008         * src/folder.[ch]
13009         * src/folderview.[ch]
13010         * src/import.c
13011         * src/inc.c
13012         * src/main.c
13013         * src/mainwindow.c
13014         * src/messageview.c
13015         * src/prefs_folder_item.c
13016         * src/procmsg.c
13017         * src/summaryview.c
13018                 implement a callback system for folder item updates
13019
13020 2002-11-09 [colin]      0.8.5claws103
13021
13022         * src/folderview.c
13023                 Fix prefs_filtering renaming for MH folders (we
13024                 shouldn't rename by path as another folder could
13025                 have the same hierarchy).
13026
13027 2002-11-09 [colin]      0.8.5claws102
13028
13029         * src/folder.c
13030                 Fix a leak found by Christoph, use better variable
13031                 names
13032
13033 2002-11-09 [colin]      0.8.5claws101
13034
13035         * src/folder.c
13036                 One more fix for processing rules
13037
13038 2002-11-08 [colin]      0.8.5claws100
13039         
13040         * src/matcher.c
13041                 Don't copy the compiled regexp (will be reevaluated)
13042         * src/folderview.c
13043                 Lock folderview while moving
13044         * src/folder.c
13045                 Provide info on what's happening to the user
13046
13047 2002-11-08 [colin]      0.8.5claws99
13048
13049         * src/folderview.c
13050                 Fix folder reordering after a move if parent is 
13051                 root
13052         * src/scoring.[ch]
13053                 Add function to copy a ScoringProp
13054         * src/prefs_folder_item.c
13055                 Copy scoring rules when copying a folder prefs
13056
13057 2002-11-08 [colin]      0.8.5claws98
13058
13059         * src/folderview.c
13060                 Fixes in case of failure
13061         * src/filtering.[ch]    
13062                 Add function to duplicate a FilteringProp
13063         * src/matcher.[ch]
13064                 Add function to duplicate a MatcherProp
13065         * src/prefs_folder_item.c
13066                 Save folder's processing rules when copying 
13067                 its prefs
13068
13069 2002-11-08 [colin]      0.8.5claws97
13070         
13071         * src/folderview.c
13072                 Sort after move
13073         * src/folder.c 
13074                 Change a printf to debug_print
13075
13076 2002-11-08 [colin]      0.8.5claws96
13077
13078         * src/folder.c
13079           src/folderview.c
13080                 Fix segfaults, call me stupido
13081         
13082
13083 2002-11-08 [colin]      0.8.5claws95
13084
13085         *src/folder.c
13086                 Added forgotten prefs to save when moving folders
13087
13088 2002-11-08 [colin]      0.8.5claws94
13089
13090         * src/folder.c
13091                 Fixes to folder DND (prefs copy)
13092         * src/folderview.c
13093                 Optimization for folder DND (don't rescan whole tree)
13094                 Added folderview_create_folder_node() for this 
13095                 optimization, so de-duped a bit the code
13096         * src/prefs_folder_item.[ch]
13097                 Added prefs_folder_item_copy_prefs()    
13098           
13099 2002-11-08 [paul]       0.8.5claws93
13100
13101         * src/prefs_account.c
13102           tools/README
13103           tools/kmail2sylpheed_v2.pl
13104                 correct some typos
13105
13106 2002-11-08 [paul]       0.8.5claws92
13107
13108         * src/compose.c
13109           src/prefs_account.[ch]
13110                 remove account options 'clearsign' and 'ascii_armored',
13111                 replace with 'default_gnupg_mode' to prevent mixed-mode
13112                 Privacy settings
13113
13114 2002-11-08 [paul]       0.8.5claws91
13115
13116         * src/compose.[ch]
13117                 re-implement GnuPG 'on-the-fly' mode selection,
13118                 disallow mixed-mode
13119
13120 2002-11-08 [colin]      0.8.5claws90
13121
13122         * src/folderview.c
13123           src/prefs_folder_item.c
13124                 Change "Property" to "Properties"
13125
13126 2002-11-07 [colin]      0.8.5claws89
13127
13128         * src/folderview.c
13129           src/folder.c
13130                 Allow folder dropping to a root folder
13131
13132 2002-11-07 [paul]       0.8.5claws88
13133
13134         * src/compose.c
13135                 revert last commit
13136
13137 2002-11-07 [paul]       0.8.5claws87
13138
13139         * src/compose.c
13140                 fix reply-to-list bug. closes bug report
13141                 "[633382] reply-to-list broken in recent cvs"
13142
13143 2002-11-07 [paul]       0.8.5claws86
13144
13145         * src/compose.c
13146                 add a forgotten '#if USE_GPGME ... #endif'
13147
13148 2002-11-07 [paul]       0.8.5claws85
13149
13150         * sync with 0.8.5cvs20
13151                 see ChangeLog 2002-11-07
13152
13153 2002-11-07 [colin]      0.8.5claws84
13154
13155         * src/folder.[ch]
13156                 Change folder_item_move_to to return the newly 
13157                 created folderitem.
13158         * src/folderview.c
13159                 Select the new folderitem after moving.
13160
13161 2002-11-07 [colin]      0.8.5claws83
13162
13163         * src/prefs_filtering.c
13164                 Fix rule rewriting when moving a leaf folder to a 
13165                 shorter path
13166
13167 2002-11-07 [colin]      0.8.5claws82
13168
13169         * src/prefs_filtering.c
13170                 fix a leak
13171
13172 2002-11-07 [colin]      0.8.5claws81
13173
13174         * src/folder.[ch]
13175                 Add folder_item_move_to() function to move a 
13176                 folderitem into another one (updates matcher etc)
13177         * src/folderview.c
13178                 Add folder drag'n drop (context menu to come)
13179                 [Should be dataloss free, but Please backup before 
13180                  trying !]
13181
13182 2002-11-06 [colin]      0.8.5claws80
13183
13184         * src/mh.c
13185                 mh_create_folder() returns NULL if can't create
13186                 directory hierarchy
13187
13188 2002-11-06 [paul]       0.8.5claws79
13189
13190         * src/compose.[ch]
13191                 allow 'on-the-fly' changing of the type of encryption 
13192                 and/or signing used (mime/ascii) via the compose window
13193
13194 2002-11-06 [paul]       0.8.5claws78
13195
13196         * sync with 0.8.5cvs19
13197                 see ChangeLog 2002-11-06 for src/account.c: 
13198                 account_get_special_folder()
13199                 
13200 2002-11-05 [alfons]     0.8.5claws77
13201
13202         * src/crash.c
13203                 very minor cleanups: nothing to see here, move on. :-)
13204
13205 2002-11-05 [colin]      0.8.5claws76
13206
13207         * src/main.c
13208                 Changes choices if compose windows are opened to
13209                 Discard, Draft, Don't quit
13210
13211 2002-11-05 [thorsten]   0.8.5claws75
13212
13213         * src/compose.c
13214                 reenabled default_reply_to folder option
13215
13216 2002-11-05 [colin]      0.8.5claws74
13217
13218         * src/compose.[ch] 
13219                 add compose_draft()
13220         * src/crash.c
13221                 add SIGTERM handler
13222         * src/main.[ch]
13223                 add clean_quit() for the SIGTERM handler
13224
13225 2002-11-05 [paul]       0.8.5claws73
13226         
13227         * po/es.po
13228                 updated by Ricardo Mones Lastra
13229
13230 2002-11-05 [melvin]     0.8.5claws72
13231
13232         * src/logwindow.c
13233                 Fixed log-clipping bug #616795.
13234                 To stop logging in the log window use 0 length.
13235         * src/prefs_common.c
13236                 Added a label to inform about the 0 log length behaviour.
13237
13238 2002-11-05 [paul]       0.8.5claws71
13239
13240         * sync with 0.8.5cvs17
13241                 see ChangeLog 2002-11-05
13242
13243 2002-11-04 [paul]       0.8.5claws70
13244
13245         * sylpheed-128x128.png
13246           sylpheed-64x64.png
13247           sylpheed.png
13248                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13249                 <nikai@users.sourceforge.net>
13250                 
13251         * po/bg.po
13252                 updated by George Danchev
13253
13254 2002-11-03 [thorsten]   0.8.5claws69
13255
13256         * src/main.c
13257           src/mimeview.c
13258           src/rfc2015.h
13259                 add check if gpg is active
13260
13261 2002-11-03 [thorsten]   0.8.5claws68
13262
13263         * src/toolbar.h
13264                 removed GSList declaration causing trouble on MacOS-X
13265                 (submitted by alfons, reported by xfesty)
13266
13267 2002-11-01 [paul]       0.8.5claws67
13268
13269         * src/mainwindow.c
13270                 remove last remnants of main's filter code
13271
13272 2002-11-01 [paul]       0.8.5claws66
13273
13274         * tools/filter_conv.pl
13275                 fix bug where user-defined headers were ignored
13276
13277 2002-11-01 [paul]       0.8.5claws65
13278
13279         * src/logwindow.c
13280                 make a debug_print() not translatable
13281
13282 2002-10-31 [melvin]     0.8.5claws64
13283
13284         * ac/aspell.m4
13285                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13286                 not run any GNU/aspell test.  The dictionary path will
13287                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13288                 was given, in which case, it will be $prefix/lib/aspell/
13289         * configure.in
13290                 Fixed typo in commentary (Aspell code).
13291
13292 2002-10-31 [paul]       0.8.5claws63
13293
13294         * po/POTFILES.in
13295                 remove src/filter.c and src/prefs_filter.c
13296                 thanks to Ricardo for reminding me
13297
13298 2002-10-31 [colin]      0.8.5claws62
13299
13300         * src/mbox_folder.c
13301                 Plug some leaks
13302
13303 2002-10-31 [paul]       0.8.5claws61
13304
13305         * src/prefs_filter.[ch] ** REMOVED **
13306           src/filter.[ch]       ** REMOVED **
13307           
13308         * src/Makefile.am
13309           src/folderview.c
13310           src/inc.c
13311           src/main.c
13312           src/mainwindow.c
13313           src/mbox.c
13314           src/prefs_common.c
13315           src/prefs_filtering.c
13316           src/summaryview.[ch]
13317                 remove main's 'filter' code
13318                 
13319         README.claws
13320                 update to reflect removal of main's filter
13321
13322 2002-10-31 [paul]       0.8.5claws60
13323
13324         * src/summaryview.c
13325                 remove check for global_processing in summary_filter_open(). 
13326                 This fixes the bug where if the user uses the right-click 
13327                 'Create filter rule...' and doesn't have any filter rules 
13328                 already defined in claws' advanced filtering, the newly 
13329                 created filter rule goes to main's filtering which is 
13330                 inaccessible through the gui. Now the filter rule gets added
13331                 to claws' filtering by default.
13332
13333 2002-10-28 [melvin]     0.8.5claws59
13334
13335         * src/prefs_actions.c
13336                 Fixed bug #627322 where MIME parts were not always
13337                 correctly passed to a %p action
13338                 Display an error dialog when message filename is not found.
13339
13340 2002-10-28 [melvin]     0.8.5claws58
13341
13342         * src/prefs_common.c
13343                 Readded a missing function declaration lost in 0.8.3claws34
13344
13345 2002-10-28 [paul]       0.8.5claws57
13346
13347         * sync with 0.8.5cvs15
13348                 see ChangeLog 2002-10-28 and 2002-10-25
13349                 
13350         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13351
13352 2002-10-27 [oliver]     0.8.5claws56
13353
13354         * src/pop.c
13355                 plug leak in pop3_top_recv
13356
13357 2002-10-26 [christoph]  0.8.5claws55
13358
13359         * src/folder.c
13360                 set need_update folder flag when messages are added
13361                 (closes bug [ 626922 ] folder not updated after receiving)
13362
13363 2002-10-25 [melvin]     0.8.5claws54
13364
13365         * src/imageview.c
13366                 Fixed a memleak introduced in the scaling code.
13367
13368 2002-10-24 [alfons]     0.8.5claws53
13369
13370         * src/filtering.c
13371                 make filtering's forward message action forward from the 
13372                 correct account
13373                 (closes bug [628089 ] Filter -> Forward from address problem
13374                 reported by Oktay)
13375
13376 2002-10-24 [christoph]  0.8.5claws52
13377
13378         * src/mainwindow.c
13379         * src/manual.[ch]
13380                 o use manual of current locale or english if current
13381                   locale is not available (and english is available)
13382                 o also link to sylpheed doc project manuals
13383
13384 2002-10-23 [paul]       0.8.5claws51
13385
13386         * tools/README
13387           tools/kmail2sylpheed_v2.pl
13388                 add new version of kmail addressbook importer script.
13389                 works with newer versions of Kmail/KAddressBook which
13390                 have new and rearranged data.
13391
13392 2002-10-23 [martin]     0.8.5claws50
13393
13394         * src/folderview.c
13395         * src/summaryview.c
13396         * src/utils.h
13397         * src/utils.c
13398                 added length parameter to get_abbrev_newsgroup_name()
13399                 changed this function so that it abbreviates the newsgroup
13400                 names only so long it is smaller than the length parameter
13401                 (for better reading of some newsgroup names and space efficiency)
13402
13403 2002-10-22 [colin]      0.8.5claws49
13404
13405         *src/foldersel.c
13406                 Revert Alfons' last modification (after voting ;-))
13407
13408 2002-10-21 [alfons]     0.8.5claws48
13409
13410         * src/foldersel.c
13411                 folder view in folder selection dialog reflects state of
13412                 folder view in main window
13413
13414 2002-10-18 [alfons]     0.8.5claws47
13415
13416         * src/mbox.c
13417                 drop imported messages in folder selected by user,
13418                 and not in the inbox
13419                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13420
13421 2002-10-18 [alfons]     0.8.5claws46
13422
13423         * src/compose.c
13424                 make automagic reply work correctly for email accounts 
13425                 (whether it's viable to do a full sync with Hiro's 
13426                 compose.c is still under discussion)
13427
13428 2002-10-18 [melvin]     0.8.5claws45
13429
13430         * src/prefs_actions.c
13431                 Fixed bug #622275 where asynchroneous actions left 
13432                 zombies processes
13433                 Made (synchroneous) actions' input be displayed live.
13434
13435 2002-10-18 [christoph]  0.8.5claws44
13436
13437         * src/textview.c
13438                 don't add a newline in the textview in front of the
13439                 first textpart if header display is disabled
13440                 (closes bug [ 603385 ] disabled header display leaves blank
13441                  lin)
13442
13443 2002-10-18 [christoph]  0.8.5claws43
13444
13445         * src/folder.[ch]
13446         * src/imap.c
13447         * src/mbox_folder.c
13448         * src/mh.c
13449         * src/news.c
13450                 folder->get_num_list now returns an error code
13451                 (closes bug [ 609424 ] News cache cleared on failure)
13452                 
13453 2002-10-17 [colin]      0.8.5claws42
13454         
13455         * src/news.c
13456                 Changed a printf by debug_print
13457
13458 2002-10-16 [paul]       
13459
13460         * tools/OOo2sylpheed.pl
13461                 allow for spaces in the name of the
13462                 file to be attached.
13463
13464 2002-10-16 [colin]      0.8.5claws41
13465
13466         * src/main.c
13467                 Use a tristate to change online mode
13468
13469 2002-10-16 [paul]       0.8.5claws40
13470
13471         * po/es.po
13472                 updated by Ricardo Mones Lastra
13473
13474 2002-10-16 [colin]      0.8.5claws39
13475
13476         * src/main.c
13477           src/mainwindow.[ch]
13478                 Added --online and --offline command-line
13479                 switches
13480
13481 2002-10-15 [christoph]  0.8.5claws38
13482
13483         * src/procmime.c
13484                 set mimeinfo->name to NULL after g_free to
13485                 avoid double freeing with g_free
13486
13487 2002-10-14 [christoph]  0.8.5claws37
13488
13489         * src/compose.c
13490         * src/filtering.c
13491         * src/summaryview.c
13492                 remove calls to folder->change_flags that are now
13493                 done by procmsg flag functions (seems it is not
13494                 used by any foldertype anyway)
13495         * src/folder.c
13496                 init folder->change_flags with NULL
13497
13498 2002-10-14 [christoph]  0.8.5claws36
13499
13500         * src/folder.[ch]
13501         * src/imap.[ch]
13502                 use virtual functions for folder item new and destroy
13503                 functions
13504
13505 2002-10-14 [melvin]     0.8.5claws35
13506
13507         * src/compose.c
13508                 Added a test to not run the spell checker if no default
13509                 dictionary is available. No dialog is displayed though.
13510
13511 2002-10-14 [melvin]     0.8.5claws34
13512
13513         * src/gtkaspell.c
13514                 Fixed bug in dictionary list context menu where
13515                 "More..." pointed to an emtpy submenu if the
13516                 number of dictionaries is a multiple of 15
13517                 Removed unneeded code in suggestions list creation
13518
13519 2002-10-14 [paul]       0.8.5claws33
13520
13521         * po/bg.po
13522                 updated by George Danchev
13523
13524 2002-10-13 [hoa]        0.8.5claws32
13525
13526         * src/matcher.[ch]
13527           src/matcher_parser_parser.y
13528                 removed the escaped string from internal structure
13529                 of matcher.
13530
13531 2002-10-12 [colin]      0.8.5claws31
13532
13533         * src/gtksctree.[ch]
13534           src/summaryview.c
13535                 Removed useless function gtksctree_reanchor
13536
13537 2002-10-12 [alfons]     0.8.5claws30
13538         
13539         * sync with remaining main changes 2002-10-09 - 2002-10-11
13540         - drop changes to src/compose.c (requires claws specific changes)
13541         
13542 2002-10-12 [alfons]     0.8.5claws29
13543         
13544         * sync with main changes of 2002-10-08
13545         - drop changes to src/compose.c (requires claws specific changes)
13546         - drop changes to src/summaryview.c (requires changes to compose.c)     
13547
13548 2002-10-12 [alfons]     0.8.5claws28
13549         
13550         * sync with main changes of 2002-10-07
13551
13552 2002-10-12 [alfons]     0.8.5claws27
13553
13554         * sync with main changes of 2002-10-04
13555         - drop changes to src/compose.c (requires claws specific changes)
13556         - drop changes to src/prefs_folder_item.c (claws implementation
13557           seems to be working)
13558
13559 2002-10-12 [colin]      0.8.5claws26
13560
13561         * src/mainwindow.c
13562                 Fix folder-flicker when space-reading, introduced 
13563                 in claws22.
13564
13565 2002-10-12 [colin]      0.8.5claws25
13566
13567         * src/compose.c
13568                 Save account address when saving as draft.
13569                 (closes bug 621838)
13570
13571 2002-10-12 [colin]      0.8.5claws24
13572
13573         * src/summaryview.c
13574                 Fix the problem consisting of no message selected
13575                 after the last message in a folder has been moved.
13576
13577 2002-10-12 [paul]       0.8.5claws23
13578
13579         * src/compose.c
13580           src/prefs_template.c
13581           src/template.[ch]
13582                 add Cc and Bcc to templates. Patch submitted by
13583                 John L. Males.
13584
13585 2002-10-12 [colin]      0.8.5claws22
13586
13587         * src/folderview.c
13588                 Fix a bug after "Check for new messages":
13589                 If a folder was opened, it was still selected at
13590                 the end of the check, but displayed empty.
13591         * src/mainwindow.c
13592                 Remove unnecessary check
13593
13594 2002-10-12 [paul]
13595
13596         * tools/README
13597                 be more verbose in the description of
13598                 OOo2sylpheed.pl
13599                 
13600
13601 2002-10-11 [colin]      0.8.5claws21
13602
13603         * src/mainwindow.c
13604                 Make space work (better) when no mail is selected
13605
13606 2002-10-11 [colin]      0.8.5claws20
13607
13608         * src/inc.c
13609           src/news.c
13610                 fix warnings
13611
13612 2002-10-11 [colin]      0.8.5claws19
13613
13614         * src/mainwindow.c
13615                 revert 0.8.5claws6 changes as i couldn't get to
13616                 anything satisfying
13617
13618 2002-10-11 [melvin]     0.8.5claws18
13619
13620         * src/compose.c
13621                 Removed buggy and unused macro (should have been committed in
13622                 0.8.5claws17)
13623
13624 2002-10-11 [melvin]     0.8.5claws17
13625
13626         * src/compose.c
13627                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
13628
13629 2002-10-11 [thorsten]   0.8.5claws16 
13630
13631         * src/folderview.c
13632                 remove rescan warning
13633
13634 2002-10-11 [colin]      0.8.5claws15 
13635
13636         * src/procheader.c
13637                 fix a segfault that happens if conv_unmime_header
13638                 fails (should be better to find out why it fails)
13639
13640 2002-10-11 [christoph]  0.8.5claws14
13641
13642         * src/summaryview.c
13643                 update folderview stats after ignore/unignore thread
13644
13645 2002-10-11 [hoa]        0.8.5claws13
13646
13647         * src/quote_fmt_parse.y
13648                 Fixed a yacc/bison syntax error
13649         * src/matcher.c
13650                 Escaping of string is fixed.
13651
13652 2002-10-11 [colin]      0.8.5claws12
13653
13654         * src/imageview.c
13655                 Resize images to fit
13656
13657 2002-10-11 [paul]       0.8.5claws11
13658
13659         * po/es.po
13660                 updated by Ricardo Mones Lastra
13661
13662 2002-10-10 [alfons]     0.8.5claws10
13663
13664         * src/compose.c
13665                 allow dropping files by "moving" files from a file manager,
13666                 not only by the more cumbersome "copying". the latter 
13667                 mostly implies holding down the Control button
13668
13669 2002-10-10 [christoph]  0.8.5claws9
13670
13671         * src/summaryview.c
13672                 update folders after thread building for ignored threads
13673
13674 2002-10-10 [christoph]  0.8.5claws8
13675
13676         * config/.cvsignore
13677                 added Makefile
13678         * src/filtering.[ch]
13679         * src/folder.[ch]
13680         * src/folderview.[ch]
13681         * src/import.c
13682         * src/inc.[ch]
13683         * src/mbox.[ch]
13684         * src/procmsg.c
13685         * src/summaryview.[ch]
13686                 o added new flag need_update to FolderItem
13687                 o removed folder_table from various functions from tracking
13688                   folder updates
13689                 o set need_update flags in folder.c's move, copy and delete
13690                   functions and procmsg's flags functions
13691                 o added function folderview_update_items_when_required that
13692                   updates all folders with need_update set
13693                 o call folderview_update_items_when_required instead of
13694                   folderview_update_item_foreach
13695
13696 2002-10-09 [sergey]     0.8.5claws7
13697
13698         * src/compose.c
13699                 Strip CRs whel loading the text into editor in reedit mode.
13700
13701 2002-10-09 [colin]      0.8.5claws6
13702
13703         * src/mainwindow.c
13704                 Make Space work when no mail is selected
13705
13706 2002-10-09 [colin]      0.8.5claws5
13707
13708         * src/gtksctree.[ch]
13709                 Fix range_select
13710                 Add gtk_sctree_reanchor() 
13711         * src/summaryview.c
13712                 Use gtk_sctree_reanchor() - better fix for 
13713                 bug 60413
13714
13715 2002-10-09 [colin]      0.8.5claws4
13716
13717         * src/summaryview.c
13718                 Fix shift-click select after delete problem
13719                 (closes bug 60413)
13720
13721 2002-10-08 [thorsten]   0.8.5claws3
13722
13723         * src/summaryview.c
13724                 exclude current msg from -hide read messages-
13725
13726 2002-10-08 [colin]      0.8.5claws2
13727
13728         * src/inc.[ch]
13729           src/pop.c
13730           src/recv.c
13731                 Differentiate socket errors from disk full
13732                 errors
13733
13734 2002-10-08 [christoph]  0.8.5claws1
13735
13736         * Makefile.am
13737         * configure.in
13738                 modifications for new config directory
13739
13740         * config.guess  ** REMOVED **
13741         * config.sub    ** REMOVED **
13742         * install-sh    ** REMOVED **
13743         * ltmain.sh     ** REMOVED **
13744         * missing       ** REMOVED **
13745         * mkinstalldirs ** REMOVED **
13746                 these files are autogenerated by automake
13747                 when you run autogen.sh
13748
13749         * config/.cvsignore     ** NEW FILE **
13750         * config/Makefile.am    ** NEW FILE **
13751                 ignore autogenerated files
13752                 create a Makefile in this directory
13753
13754 2002-10-08 [paul]       0.8.5claws
13755
13756         * 0.8.5claws release
13757         
13758         * src/compose.c
13759           src/procheader.c
13760           src/procmsg.c
13761                 fix quote reply format for newsgroups reply bug
13762                 (thanks to Hoa)
13763                 
13764         * po/en_GB.po
13765           po/pl.po
13766                 updated by me and Witold Wladyslaw Wojciech Wilk
13767                 repectively
13768
13769 2002-10-07 [paul]       0.8.3claws53
13770
13771         * po/it.po
13772           po/pt_BR.po
13773           po/sr.po
13774                 updated messages catalogs, submitted by
13775                 Alessandro Maestri, Fabio Jr.Beneditto 
13776                 and Urke MMI, respectively.
13777
13778 2002-10-07 [christoph]  0.8.3claws52
13779
13780         * src/folder.[ch]
13781         * src/folderview.c
13782         * src/mainwindow.c
13783                 fix new folder ghost message bug
13784                 (closes bug [ 619722 ] wrong count for newly created folders)
13785
13786 2002-10-07 [christoph]  0.8.3claws51
13787
13788         * src/compose.c
13789                 fix news posting problem
13790
13791 2002-10-07 [melvin]     0.8.3claws50
13792
13793         * po/fr.po
13794                 Updated French translation
13795
13796 2002-10-05 [christoph]  0.8.3claws49
13797
13798         * src/gtkstext.c
13799                 check if line_start_cache is set in gtk_stext_update_text
13800                 (closes bug [ 618119 ] crash while doing search in folder)
13801
13802 2002-10-05 [christoph]  0.8.3claws48
13803
13804         * src/imap.c
13805         * src/news.c
13806         * src/utils.c
13807         * src/utils.h
13808                 implement cache cleanups for claws' folder system
13809                 (closes bug [ 595916 ] imapcache not cleaned up)
13810
13811 2002-10-05 [melvin]     0.8.3claws47
13812
13813         * src/prefs_actions.c
13814                 Made the help text more clear for the %p token
13815
13816 2002-10-04 [paul]       0.8.3claws46
13817
13818         * sync with 0.8.5
13819                 see ChangeLog 2002-10-02 and 2002-10-03
13820
13821 2002-10-04 [christoph]  0.8.3claws45
13822
13823         * src/inc.c
13824                 fix segfault caused by pop before smtp
13825                 call to inc_account_mail with NULL
13826                 pointer for mainwin
13827
13828 2002-10-04 [paul]       0.8.3claws44
13829
13830         * configure.in
13831                 sync the LDAP detection from 0.8.5cvs1
13832
13833 2002-10-02 [christoph]  0.8.3claws43
13834
13835         * po/de.po
13836                 fix small spelling error
13837
13838 2002-10-02 [melvin]     0.8.3claws42
13839
13840         * ac/aspell.m4
13841                 Behave better and say "no" when test program cannot be run.
13842
13843 2002-10-02 [paul]       0.8.3claws41
13844
13845         * sync with 0.8.4cvs1
13846                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
13847                 
13848         * src/summaryview.c
13849                 toggle the behavior of Reply menuitem between
13850                 normal reply and reply-to-list
13851
13852 2002-10-01 [sergey]     0.8.3claws40
13853
13854         * src/compose.c
13855                 Convert newlines in the message text to the canonical form
13856                 before base64 encoding (RFC2045 compliance, fixes some
13857                 interoperability issues with Evolution 1.0.3)
13858
13859 2002-09-29 [colin]      0.8.3claws39
13860
13861         * src/summaryview.c
13862                 Fix an unwanted copy/paste
13863
13864 2002-09-29 [colin]      0.8.3claws38
13865
13866         * src/mainwindow.c
13867                 Renamed "Custom toolbar" to "Customize toolbar"
13868                 Renamed "Show all header" to "Show all headers"
13869                 Renamed "Set diplay item" to "Set displayed items"
13870         * src/prefs_common.c
13871                 Renamed "Show all header" to "Show all headers"
13872         * src/prefs_summary_column.c
13873                 Renamed "diplay item" to "displayed items"
13874
13875 2002-09-29 [colin]      0.8.3claws37
13876
13877         * src/mainwindow.[ch]
13878                 online/offline status pixmaps follow theme
13879                 changes
13880         * src/summaryview.[ch]
13881                 quicksearch pixmap follows theme changes
13882
13883 2002-09-29 [thorsten]   0.8.3claws36
13884
13885         * src/compose.c
13886           src/prefs_folder_item.[ch]
13887                 add default_reply_to folder option (closes patch 581044)
13888
13889 2002-09-29 [christoph]  0.8.3claws35
13890
13891         * acconfig.h    ** REMOVED **
13892         * configure.in
13893         * ac/aspell.m4
13894         * ac/check-type.m4
13895         * ac/gnupg-check-typedef.m4
13896                 fix autoheader 2.50 warning
13897
13898 2002-09-29 [christoph]  0.8.3claws34
13899
13900         * major code cleanup (part 2)
13901         
13902                 - unused variables removed
13903                 - unused functions removed
13904                 - uninitialized variables checked
13905                 - missing return statements added
13906                 - missing function return types added
13907                 - added parentheses around assignment
13908                   when suggested by gcc
13909
13910 2002-09-29 [alfons]     0.8.3claws33
13911
13912         * src/logwindow.c
13913                 log_window_clear(): only bracket gtk_text_forward_delete() 
13914                 with gtk_text_freeze() / gtk_text_thaw() (see if this
13915                 works around GTK text bug)
13916
13917 2002-09-29 [paul]       0.8.3claws32
13918
13919         * po/bg.po
13920           po/sr.po
13921                 updated by George Danchev and Urke MMI
13922                 respectively
13923
13924 2002-09-27 [christoph]  0.8.3claws31
13925
13926         * doc-src/readme.txt
13927         * doc-src/rfc1806.txt   ** REMOVED **
13928         * doc-src/rfc2183.txt   ** NEW FILE **
13929         * doc-src/rfc2980.txt   ** NEW FILE **
13930                 update rfcs
13931
13932 2002-09-27 [melvin]     0.8.3claws30
13933
13934         * ac/aspell.m4
13935                 Fixed typo which could break linking
13936
13937 2002-09-27 [melvin]     0.8.3claws29
13938
13939         * ac/aspell.m4
13940                 Improved GNU/aspell checking. 
13941                 Fixed bug #614490
13942
13943 2002-09-27 [paul]       0.8.3claws28
13944
13945         * sync with 0.8.3cvs8
13946                 see ChangeLog 2002-09-27
13947
13948 2002-09-26 [colin]      0.8.3claws27
13949
13950         * src/toolbar.[ch]
13951           src/mainwindow.[ch]
13952                 Add "Reply to Mailing-list" to the toolbar
13953
13954 2002-09-26 [christoph]  0.8.3claws26
13955
13956         * src/summaryview.c
13957                 Fix wrong message counts in summaryview status
13958
13959 2002-09-26 [paul]       0.8.3claws25
13960
13961         * sync with 0.8.3cvs7
13962                 see ChangeLog 2002-09-26
13963
13964 2002-09-26 [paul]       0.8.3claws24
13965
13966         * sync with 0.8.3cvs6
13967                 see ChangeLog 2002-09-25
13968
13969 2002-09-25 [christoph]  0.8.3claws23
13970
13971         * src/prefs_common.c
13972         * src/prefs_folder_item.c
13973         * src/prefs_scoring.c
13974                 Renamed "kill score" to "hide score" in GUI
13975                 and prefs files
13976
13977 2002-09-25 [paul]       0.8.3claws22
13978
13979         * sync with 0.8.3cvs5
13980                 see ChangeLog 2002-09-24
13981
13982 2002-09-24 [alfons]     0.8.3claws21
13983
13984         patch by Satoshi Nagayasu: allows appending / saving multiple 
13985         selected files (closes "[ 612279 ] save multiple mesg(s) in 
13986         'Save as ...'")
13987
13988         * AUTHORS
13989                 add Satoshi Nagayasu
13990         * src/summaryview.c
13991                 summary_save_as(): allow saving selected files to
13992                 one file
13993                 summary_set_menu_sensitive: enable "Save As..." when
13994                 multiple files are selected
13995         * src/utils.[ch]
13996                 append_file(): new function
13997
13998 2002-09-24 [colin]      0.8.3claws20
13999
14000         * src/procmime.c
14001                 Fix segfault when mimeinfo doesn't have a 
14002                 content_type. 
14003
14004 2002-09-24 [colin]      0.8.3claws19
14005
14006         * src/prefs_common.[ch]
14007                 Add a preference to display send dialog or not
14008         * src/send.c
14009                 Display send dialog according to preference
14010
14011 2002-09-24 [colin]      0.8.3claws18
14012
14013         * src/compose.[ch]
14014                 Disable user actions when sending
14015
14016 2002-09-24 [colin]      0.8.3claws17
14017
14018         * src/procmime.c
14019                 Do not display name or filename for attachments
14020                 with an application/pgp-signature type
14021                 (security flaw, see bug 537413)
14022
14023 2002-09-23 [colin]      0.8.3claws16
14024
14025         * src/editaddress.c
14026                 Initialize entry_email, entry_alias and 
14027                 entry_remarks to first email address of the list
14028
14029 2002-09-23 [colin]      0.83claws15
14030
14031         * src/compose.c
14032                 Drop pgp-signature when reediting a signed queued
14033                 message
14034
14035 2002-09-23 [melvin]     0.8.3claws14
14036
14037         * po/fr.po
14038                 Updated French translation
14039
14040 2002-09-23 [melvin]     0.8.3claws13
14041
14042         * src/mainwindow.c
14043                 Made custom toolbar menu labels more consistent
14044         * src/prefs_toolbar.c
14045                 Made custom toolbar window title more consistent
14046
14047 2002-09-22 [colin]      0.8.3claws12
14048
14049         * src/inc.c
14050                 Initialize session type to normal before getting 
14051                 mail (fixes strange Get behaviour)
14052         * src/prefs_account.h
14053                 Move STYPE_POP_BEFORE_SMTP to last position to 
14054                 avoid other side-effects
14055
14056 2002-09-22 [colin]      0.8.3claws11
14057
14058         * src/prefs_account.c
14059                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14060                 from pop3 to apop or vice-versa
14061
14062 2002-09-22 [colin]      0.8.3claws10
14063         
14064         * src/prefs_account.[ch]
14065                 Add an option for the POP before SMTP timeout
14066         * src/inc.c
14067                 Remember time of last POP connection
14068         * src/send.c
14069                 Do POP before SMTP only if timeout reached
14070
14071 2002-09-22 [oliver]     0.8.3claws9
14072         
14073         * README.claws
14074                 explain custom toolbar
14075
14076 2002-09-22 [oliver]     0.8.3claws8
14077
14078         * src/prefs_actions.[ch]
14079         custom toolbar for compose      
14080                 actions callback from compose toolbar
14081         * src/folderview.c
14082                 remove include toolbar.h
14083
14084 2002-09-22 [oliver]     0.8.3claws7
14085         
14086         * src/prefs_toolbar.[ch]
14087                 custom toolbar for compose
14088                 - generic prefs_toolbar handles both
14089                   Mainwin's toolbar as well as Compose toolbar          
14090
14091 2002-09-22 [oliver]     0.8.3claws6
14092         
14093         * src/toolbar.[ch]
14094                 custom toolbar for compose
14095                 restructure toolbar.[ch]
14096
14097 2002-09-22 [oliver]     0.8.3claws5
14098
14099         * src/compose.[ch]
14100                 custom toolbar for compose
14101
14102 2002-09-22 [oliver]     0.8.3claws4
14103         
14104         * src/mainwindow.[ch]
14105                 custom toolbar for compose 
14106                 move mainwin toolbar back to mainwindow
14107
14108 2002-09-22 [alfons]     0.8.3claws3
14109
14110         * src/procmsg.c
14111                 :%sno/if(/if (/gc
14112                 :%sno/for(/for (/gc
14113                 (beautify)
14114
14115 2002-09-22 [alfons]     0.8.3claws2
14116         
14117         * src/procmsg.c
14118                 procmsg_save_to_outbox(): don't unlink message file from queue;
14119                 callers should do it using folder_item_remove_msg()
14120
14121 2002-09-22 [colin]      0.8.3claws1
14122
14123         * src/mimeview.[ch]
14124                 Made mimeview_check_signature() public
14125         * src/textview.c
14126                 Made GPG signatures verifiable by clicking
14127                 the [application/pgp-signature] in the Text
14128                 view
14129
14130 2002-09-22 [paul]       0.8.3claws
14131
14132         * po/bg.po
14133           po/en_GB.po
14134           po/es.po
14135           po/it.po
14136           po/pl.po
14137           po/pt_BR.po
14138           po/sr.po
14139                 updated translations, submitted by George Danchev,
14140                 me, Ricardo Mones Lastra, Alessandro Maestri,
14141                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14142                 and Urke MMI, respectively.     
14143
14144 2002-09-22 [alfons]     0.8.2claws65
14145
14146         * src/procmsg.c
14147         * src/pgptext.c
14148                 no furry valgrinds have been used to plug these memleaks
14149
14150 2002-09-20 [paul]       0.8.2claws64
14151
14152         * sync with 0.8.3cvs4
14153                 'Select thread' re-implemented 
14154                 see ChangeLog 2002-09-20
14155
14156 2002-09-21 [alfons]     0.8.2claws63
14157
14158         * src/compose.c
14159                 compose_send(): plug unnoticed memleak
14160
14161 2002-09-20 [alfons]     0.8.2claws62
14162
14163         * src/addr_compl.c
14164                 replace_address_in_edit(): strict check for NULL address to
14165                 fix "[ 607348 ] Segfault in address completion". My guess is
14166                 that this happens with an empty address book, but it's good
14167                 to have this check here anyway
14168                 
14169                 completion_window_button_press(): free string returned 
14170                 from the internal cache
14171
14172 2002-09-20 [christoph]  0.8.2claws61
14173
14174         * src/procmime.h
14175                 added ENC_BINARY to EncodingType
14176         * src/procmime.c
14177                 the string returned by procmime_get_encoding_str
14178                 should not depend on the order of values in the
14179                 EncodingType definition
14180         * doc-src/rfc1806.txt   ** NEW FILE **
14181                 Added rfc1806 about MIME Content-Disposition
14182                 Extension
14183
14184 2002-09-19 [paul]       0.8.2claws60
14185
14186         * sync with 0.8.2cvs3
14187                 see ChangeLog 2002-09-19
14188
14189 2002-09-19 [paul]       0.8.2claws59
14190
14191         * src/prefs_folder_item.c
14192                 revert to Darko's original alignment of colour
14193                 selector button
14194                 add a colon to folder_color label
14195                 
14196         * src/compose.c
14197                 add Colin's patch (with Hiro's modifications) to 
14198                 force BASE64 encoding for 8-bit text when signing
14199                 (sync with 0.8.3cvs2)
14200
14201 2002-09-18 [alfons]     0.8.2claws58
14202
14203         * src/compose.c
14204                 :%sno/if(/if (/gc
14205                 :%sno/for(/for (/gc
14206                 (beautify a little bit)
14207
14208 2002-09-18 [christoph]  0.8.2claws57
14209
14210         * src/pine.c
14211                 fix handling of fgetc return value
14212
14213 2002-09-17 [alfons]     0.8.2claws56
14214         
14215         * src/summaryview.c
14216                 summary_sort(): check non-NULL summaryview->folder_item when no 
14217                 folder is selected at all
14218                 (closes "[ 610344 ] sort label make syl Crash")
14219
14220 2002-09-17 [alfons]     0.8.2claws55
14221         
14222         * src/compose.c
14223                 beautify a little bit
14224
14225 2002-09-17 [christoph]  0.8.2claws54
14226
14227         * src/folder.c
14228                 initialize max values for cache and folder
14229                 when cache or folder is empty
14230
14231 2002-09-15 [colin]      0.8.2claws53
14232
14233         * src/compose.c
14234                 Fix a leak (thanks Alfons!) and cleaned
14235                 variables names for custom headers
14236
14237 2002-09-15 [colin]      0.8.2claws52
14238
14239         * src/compose.c
14240                 Fix custom headers recognition when
14241                 prefs_common.trans_hdr is on
14242
14243 2002-09-15 [colin]      0.8.2claws51
14244
14245         * src/compose.c
14246                 Allow dynamically-added custom headers
14247                 Yet not reparsed if reedited
14248
14249 2002-09-15 [alfons]     0.8.2claws50
14250
14251         * src/prefs_account.c
14252                 fix warnings
14253
14254 2002-09-15 [colin]      0.8.2claws49
14255         
14256         * src/prefs_account.c
14257                 fix pop_before_smtp sensitivity
14258
14259 2002-09-15 [colin]      0.8.2claws48
14260
14261         * src/inc.[ch]
14262                 add inc_pop_before_smtp()
14263                 allow MainWindow to be undefined in 
14264                 inc_account_mail() and inc_start()
14265         * src/pop.c
14266           src/prefs_account.h
14267                 add STYPE_POP_BEFORE_SMTP session type
14268         * src/prefs_account.c
14269                 activated pop before smtp option
14270         * src/send.c
14271                 do pop before smtp if the relevant option 
14272                 is set
14273
14274 2002-09-15 [paul]       0.8.2claws47
14275
14276         * sync with 0.8.3
14277                 see ChangeLog 2002-09-15
14278
14279 2002-09-14 [paul]       0.8.2claws46
14280
14281         * po/bg.po
14282                 updated Bulgarian translation, submitted by
14283                 George Danchev
14284
14285 2002-09-13 [paul]       0.8.2claws45
14286
14287         * src/compose.c
14288                 merge claws' select_account() with main's
14289                 (new) compose_select_account(). [sync with
14290                 0.8.2cvs15, see ChangeLog 2002-09-11]
14291
14292 2002-09-12 [christoph]  0.8.2claws44
14293
14294         * src/filter.c
14295                 allocate 1 elements of FolderItem not 0
14296
14297 2002-09-12 [colin]      0.8.2claws43
14298
14299         * src/compose.c
14300                 Fix bug #590825 (obey Follow-up: poster)
14301
14302 2002-09-12 [colin]      0.8.2claws42
14303
14304         * src/procmime.c
14305                 Fix bug #557009 (wrong headers for messages 
14306                 forwarded as attachments)
14307
14308 2002-09-11 [colin]      0.8.2claws41
14309         
14310         * src/compose.c
14311                 Put SCF: pseudo-header on top of message
14312                 Set draft tmp_flag when saved as draft
14313
14314         * src/procmsg.c
14315           src/procheader.c
14316                 Skip after first \n\n for beginning of real message
14317                 for drafts too
14318
14319 2002-09-11 [christoph]  0.8.2claws40
14320
14321         * src/filtering.c
14322                 use procmsg flag functions in filtering or processing
14323                 will cause incorrect folder message counts
14324
14325 2002-09-11 [colin]      0.8.2claws39
14326
14327         * src/compose.c
14328                 Fix bug #550175 - wrong save folder when reediting
14329                 drafts
14330
14331 2002-09-11 [paul]       0.8.2claws38
14332
14333         * sync with 0.8.2cvs14
14334                 see ChangeLog 2002-09-11
14335
14336 2002-09-11 [colin]      0.8.2claws37
14337
14338         * src/folder.c
14339                 Fix a typo (seeming to cause new/unread status to
14340                 be lost)
14341
14342 2002-09-10 [christoph]  0.8.2claws36
14343
14344         * src/compose.c
14345                 compose_redirect should not use compose_generic_new
14346                 because that does more stuff than expected including
14347                 opening the external editor
14348                 (closes bug "[ 526608 ] bounced messages appear blank
14349                  in editor")
14350
14351 2002-09-10 [christoph]  0.8.2claws35
14352
14353         * src/folder.c
14354                 fix problem with too large message number range
14355                 causing a crash in folder_item_scan
14356
14357 2002-09-10 [paul]       0.8.2claws34
14358
14359         * sync with 0.8.2cvs13
14360                 see ChangeLog 2002-09-10
14361
14362 2002-09-10 [christoph]  0.8.2claws33
14363
14364         * src/msgcache.c
14365                 set MsgInfo TmpFlags for queue and draft folders
14366                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14367
14368 2002-09-10 [paul]       0.8.2claws32
14369
14370         * AUTHORS
14371           po/bg.po      ** NEW FILE **
14372                 new Bulgarian translation submitted by
14373                 George Danchev <danchev@spnet.net>
14374                 
14375         * tools/Makefile.am
14376           tools/README
14377           tools/tb2sylpheed     ** NEW FILE **
14378                 add script that converts an addressbook exported
14379                 from The Bat! into a Sylpheed addressbook. Submitted
14380                 by Urke MMI <urke-kg@eunet.yu>
14381
14382 2002-09-10 [paul]       0.8.2claws31
14383
14384         * sync with 0.8.2cvs12
14385                 see ChangeLog 2002-09-10
14386
14387 2002-09-06 [paul]       0.8.2claws30
14388
14389         * src/prefs_common.c
14390                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14391                 
14392         * tools/Makefile.am
14393           tools/README
14394           tools/ldif-to-xml.py  ** REMOVED **
14395                 remove obsolete python script
14396
14397 2002-09-06 [paul]       0.8.2claws29
14398
14399         * sync with 0.8.2cvs10
14400                 see ChangeLog 2002-09-06
14401
14402 2002-09-04 [paul]       0.8.2claws28
14403
14404         * sync with 0.8.2cvs9
14405                 see ChangeLog 2002-08-04
14406
14407 2002-09-04 [colin]      0.8.2claws27 
14408
14409         * src/prefs_common.[ch]
14410                 Added signature color configuration
14411         * src/textview.c
14412                 Use user-specified signature color
14413
14414 2002-09-03 [colin]      0.8.2claws26
14415
14416         * src/prefs_common.[ch]
14417                 Added autosave and autosave_length prefs
14418         * src/compose.c
14419                 Added compose_remove_draft()
14420                 Auto-save drafts according to the prefs
14421         * src/main.c
14422                 Added a crash-indicator file, allowing to check
14423                 for new messages on startup if Sylpheed crashed
14424                 (makes saved drafts "reappear")
14425
14426 2002-09-03 [colin]      0.8.2claws25
14427
14428         * src/textview.[ch]
14429                 Grey the signature
14430
14431 2002-09-03 [paul]       0.8.2claws24
14432
14433         * sync with 0.8.2cvs8
14434                 see ChangeLog 2002-09-02 and 2002-09-03
14435
14436 2002-09-03 [darko]      0.8.2claws23
14437
14438         * src/folderview.c
14439                 use normal style when creating new folder to pick
14440                 proper font size 
14441
14442 2002-09-02 [melvin]     0.8.2claws22
14443
14444         * src/gtkaspell.m4
14445                 removed some obsolete code
14446
14447 2002-09-02 [melvin]     0.8.2claws21
14448
14449         * ac/aspell.m4
14450                 fixed test's equality sign (== to =)
14451
14452 2002-09-02 [alfons]     0.8.2claws20
14453
14454         * src/folder.c
14455         * src/mh.c
14456                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14457                 as folder->destroy virtual as suggested by Hiro
14458                 (the mh.c code seems to have been lost around mh.c.1.21)
14459
14460 2002-09-02 [paul]       0.8.2claws19
14461
14462         * po/pt_BR.po
14463                 updated by Fabio Jr. Beneditto
14464                 
14465         * src/defs.h
14466                 use 'http://claws.sylpheed.org' for homepage link. 
14467                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14468
14469 2002-09-01 [alfons]     0.8.2claws18
14470
14471         * src/mh.c
14472                 plug memleak related to one Martin Kluge found
14473
14474 2002-08-31 [paul]       0.8.2claws17
14475
14476         * sync with 0.8.2cvs6
14477                 see ChangeLog 2002-08-30
14478
14479 2002-08-31 [alfons]     0.8.2claws16
14480
14481         * src/folder.c
14482                 folder_destroy(): remove mailbox from folderlist even if it has
14483                 no destroy virtual
14484
14485 2002-08-31 [alfons]     0.8.2claws15
14486
14487         * src/folder.c
14488                 :%sno/if(/if (/gc
14489                 :%sno/for(/for (/gc
14490                 (being pedantic I know)
14491
14492 2002-08-31 [alfons]     0.8.2claws14
14493
14494         * src/folder.c
14495                 check for NULL pointers returned from folder->fetch_msginfo virtual
14496                 (should solve some reported crashes)
14497
14498 2002-08-30 [alfons]     0.8.2claws13
14499
14500         * acconfig.h
14501         * configure.in
14502         * src/crash.c
14503                 enable crash dialog on compilation time
14504                 (--enable-crash-dialog configure option)
14505
14506 2002-08-30 [alfons]     0.8.2claws12
14507
14508         * AUTHORS
14509                 add Martin Kluge
14510         * src/mh.c
14511                 apply memory leak plug patch by Martin Kluge
14512                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
14513                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
14514                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
14515
14516 2002-08-30 [darko]      0.8.2claws11
14517
14518         * src/folderview.c
14519                 copy Gtk style from normal style to match
14520                 font size for coloured folders
14521
14522 2002-08-29 [alfons]     0.8.2claws10
14523
14524         * sylpheed.desktop
14525                 Type=Internet <- Type=Application
14526                 (reported by Michael Schwendt, see:
14527                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
14528                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
14529
14530 2002-08-29 [paul]       0.8.2claws9
14531
14532         * sync with 0.8.2cvs5
14533                 see ChangeLog 2002-08-29
14534
14535 2002-08-29 [colin]      0.8.2claws8
14536
14537         * src/summaryview.c
14538                 Added a sanity check in summary_select_thread
14539                 Should fix bug 601605
14540
14541 2002-08-29 [colin]      0.8.2claws7
14542
14543         * src/main.c
14544                 Revert claws6 changes regarding bug #591676
14545
14546 2002-08-28 [colin]      0.8.2claws6
14547         
14548         * src/main.c
14549                 Ignore cache for queue folderitems
14550                 Fix bug #591676
14551
14552 2002-08-28 [melvin]     0.8.2claws5
14553
14554         * README.claws
14555                 Fixed typos.
14556
14557 2002-08-28 [melvin]     0.8.2claws4
14558
14559         * README.claws
14560                 Updated a bit the text concerning the spell checker
14561
14562 2002-08-28 [melvin]     0.8.2claws3
14563
14564         Merged the GNU_aspell_branch:
14565                 Support of new GNU/aspell is now included and the old pspell
14566                 is not supported anymore.
14567                 See README.claws
14568
14569         * README.claws
14570                 Updated spell checker text to reflect the switch to GNU/aspell
14571
14572         * ac/aspell.m4          *** NEW ***
14573         * src/gtkaspell.[ch]    *** NEW *** 
14574         * ac/pspell.m4          *** DELETED *** 
14575         * src/gtkspell.[ch]     *** DELETED ***
14576
14577         * ac/Makefile.am
14578                 Updated for GNU/aspell support
14579
14580         * po/POTFILES.in
14581                 Replaced gtkspell.c by gtkaspell.c
14582
14583         * acconfig.h
14584         * src/Makefile.am
14585         * src/about.c
14586         * src/compose.[ch]
14587         * src/crash.c
14588         * src/main.c
14589         * src/prefs_common.[ch]
14590                 Updated for GNU/aspell support
14591
14592 2002-08-28 [paul]       0.8.2claws2
14593
14594         * sync with 0.8.2cvs4
14595                 see ChangeLog 2002-08-27 and 2002-08-28
14596
14597 2002-08-28 [colin]      0.8.2claws1
14598
14599         * src/summary_search.c
14600                 Added "AND search"
14601
14602 2002-08-28 [jens]       0.8.2claws
14603
14604         *po/de.po
14605                 Updated German translations
14606
14607 2002-08-27 [melvin]     0.8.2claws
14608
14609         * po/fr.po
14610                 Updated French translations
14611
14612 2002-08-27 [paul]       0.8.2claws
14613
14614         * sync with 0.8.2 main release
14615
14616         * po/en_GB.po
14617           po/es.po
14618           po/it.po
14619           po/pl.po
14620           po/pt_BR.po
14621           po/sr.po
14622                 updated message catalogs submitted by
14623                 Ricardo Mones Lastra, Alessandro Maestri,
14624                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
14625                 Beneditto and Urke MMI  
14626
14627 2002-08-27 [hoa]        0.8.1claws123
14628
14629         * src/mainwindow.[ch]
14630         * src/summaryview.[ch]
14631                 removed the "filter setting" menu option.
14632                 add a "cancel a news message" menu option.
14633
14634 2002-08-26 [martin]     0.8.1claws122
14635
14636         * ChangeLog.claws
14637                 changed string under 0.8.1claws79 changed by myself
14638                 i'm sorry alfons :(
14639
14640 2002-08-26 [martin]     0.8.1claws121
14641
14642         * src/crash.c
14643                 added kill command to debuggerrc to start crash dialog
14644
14645 2002-08-26 [paul]       0.8.1claws120
14646
14647         * sync with 0.8.1cvs31
14648                 see ChangeLog 2002-08-26
14649
14650 2002-08-25 [alfons]     0.8.1claws119
14651
14652         * src/procmsg.c
14653                 fix bug that didn't send out correct headers to news server
14654                 when sending news article and email from queue (bug reported
14655                 and patch provided by Tim Mann; closes bug 
14656                 "[ 583196 ] 0.7.8claws can't post news")
14657
14658 2002-08-25 [alfons]     0.8.1claws118
14659
14660         * src/selective_download.c
14661                 mark two strings as translatable
14662                 (thanks to Urke MMI for pointing this out)
14663
14664 2002-08-25 [alfons]     0.8.1claws117
14665
14666         * src/summaryview.c
14667                 treat sent boxes as special and allow sorting them by addressee
14668                 (closes "[ 589418 ] Sent folder sorting misbehavior"
14669                 submitted by Steve Lamb)
14670
14671 2002-08-24 [alfons]     0.8.1claws116
14672
14673         * src/matcher.c
14674                 fix memleak reported by Martin Kluge
14675                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
14676
14677 2002-08-24 [oliver]     0.8.1claws115
14678
14679         * src/prefs_toolbar.c
14680                 o code cleanup as suggested by Alfons
14681                 o memleak fix
14682
14683 2002-08-24 [alfons]     0.8.1claws114
14684
14685         * src/summaryview.c
14686                 o fix another memory leak reported by Martin Kluge
14687                   (see "[ 599568 ] Small Memory Leak")
14688                 o remove 'from' variable from 'summary_set_header()'; we can
14689                   do with just 'to' 
14690
14691 2002-08-24 [paul]       0.8.1claws113
14692
14693         * sync with 0.8.1cvs30
14694                 see ChangeLog 2002-08-23
14695
14696 2002-08-24 [alfons]     0.8.1claws112
14697
14698         * src/summaryview.c
14699                 remove unnecessary allocations for search bar fixing leaks
14700                 reported by Martin Kluge
14701                 (see "[ 599451 ] Further memory leaks?")
14702
14703 2002-08-24 [alfons]     0.8.1claws111
14704
14705         * src/main.c
14706                 make get_socket_name() public for crash.c
14707         * src/crash.c
14708                 o make report bug button work (goes to claws' 
14709                   bug tracker at sf.net)
14710                 o introduce function for doing important stuff just
14711                   before claws goes down
14712                 o clean up code 
14713
14714 2002-08-24 [alfons]     0.8.1claws110
14715
14716         * src/compose.c
14717                 move cursor to "To" entry when forwarding as attachment
14718                 (reported and solved by Steve Lamb, closes bug report
14719                 "[ 592880 ] Forward as attachment; cursor not in to")
14720
14721 2002-08-24 [colin]      0.8.1claws109
14722
14723         * src/mainwindow.c
14724                 fix quick search visibility after GUI (de)separations.
14725
14726 2002-08-23 [colin]      0.8.1claws108
14727
14728         * src/mainwindow.c
14729                 fix header pane visibility after folderview or
14730                 messageview (de)separation
14731
14732 2002-08-23 [paul]       0.8.1claws107
14733
14734         * src/mainwindow.[ch]
14735           src/toolbar.c
14736                 give full control of display or non-display 
14737                 of the Execute icon to Custom toolbar settings.
14738                 add new sensitivity condition to maninwindow.h: 
14739                 M_DELAY_EXEC
14740
14741         * ChangeLog
14742           ChangeLog.jp
14743           NEWS
14744                 more sync with 0.8.1cvs29
14745
14746 2002-08-23 [melvin]     0.8.1claws106
14747
14748         * src/alertpanel.c
14749                 Readded support for custom widget in alertpanel lost in last
14750                 sync.
14751
14752 2002-08-23 [paul]       0.8.1claws105
14753
14754         * sync with 0.8.1cvs29
14755                 see ChangeLog 2002-08-23
14756
14757 2002-08-23 [colin]      0.8.1claws104
14758
14759         * src/summaryview.c
14760                 Fix folder and search pixmaps exchanging positions
14761                 after theme or toolbar changes. Thank to Oliver for 
14762                 reporting this.
14763
14764 2002-08-23 [colin]      0.8.1claws103
14765
14766         * src/mainwindow.c
14767           src/messageview.[ch]
14768           src/noticeview.[ch]
14769           src/summaryview.c
14770                 Changed messageview_create() and noticeview_create()
14771                 to avoid the last gdk_warning
14772
14773 2002-08-22 [colin]      0.8.1claws102
14774
14775         * src/summaryview.c
14776                 Fix my new `Creating pixmap from xpm' warning
14777
14778 2002-08-22 [colin]      0.8.1claws101
14779
14780         * src/mainwindow.c
14781                 Fix some of the gdk warnings
14782
14783 2002-08-22 [colin]      0.8.1claws100
14784
14785         * src/Makefile.am
14786         * src/stock_pixmap.c
14787         * src/stock_pixmap.h
14788         * src/pixmaps/quicksearch.xpm *ADDED*
14789                 Add the quicksearch pixmap
14790         * src/mainwindow.c
14791         * src/summaryview.c
14792         * src/summaryview.h
14793                 Make quicksearch bar visible/hidden via a button
14794
14795 2002-08-22 [christoph]  0.8.1claws99
14796
14797         * src/folder.c
14798                 fix folder update for newsgroups with message
14799                 numbers below minimum number of articles to fetch
14800                 (closes bug #598445)
14801
14802 2002-08-22 [paul]       0.8.1claws98
14803
14804         * sync with 0.8.1cvs28
14805                 see ChangeLog 2002-08-22
14806
14807 2002-08-21 [alfons]     0.8.1claws97
14808
14809         * src/crash.c
14810                 use bt instead of bt full which seems to work 
14811                 better, and bt full doesn't give a great deal 
14812                 of information anyway
14813
14814 2002-08-21 [colin]      0.8.1claws96
14815
14816         * src/summaryview.c
14817                 fix summaryview_searchtype_changed prototype
14818
14819 2002-08-21 [christoph]  0.8.1claws95
14820
14821         * src/mainwindow.c
14822                 o fix broken menu update for sorting type, we have to
14823                   get this info from the summaryview now
14824                 o removed setting of threaded state in menu callback
14825         * src/summaryview.[ch]
14826                 more summaryview/folderitem seperation for
14827                 threading option
14828         * configure.in
14829                 removed not required --with-compiler-flags option
14830
14831 2002-08-21 [oliver]     0.8.1claws94
14832         
14833         * src/toolbar.h 
14834                 o rename toolbar.xml to toolbar_main.xml
14835                   since toolbar_compose.xml might come up 
14836                   any time soon
14837         * README.claws
14838                 add custom toolbar              
14839
14840 2002-08-21 [darko]      0.8.1claws93
14841
14842         * src/procmsg.c
14843                 don't reset tmp flags for messages copied
14844                 to sent folder
14845
14846 2002-08-21 [colin]      0.8.1claws92
14847         
14848         * src/prefs_filtering.c
14849                 fix renaming rules on folder rename 
14850                 when folder is not a leaf folder
14851
14852 2002-08-21 [paul]       0.8.1claws91
14853
14854         * src/prefs_folder_item.c
14855                 fix alignment of colour selector
14856
14857 2002-08-21 [paul]       0.8.1claws90
14858
14859         * sync with 0.8.1cvs27
14860                 see ChangeLog 2002-08-21
14861
14862 2002-08-21 [paul]       0.8.1claws89
14863
14864         * src/summaryview.c
14865                 fix crash when changing field type in
14866                 Quick search bar
14867
14868 2002-08-21 [colin]      0.8.1claws88
14869
14870         * src/summaryview.c
14871                 Made quick search case-insensitive
14872
14873 2002-08-21 [paul]       0.8.1claws87
14874
14875         * sync with 0.8.1cvs26
14876                 see ChangeLog 2002-08-21
14877
14878 2002-08-20 [christoph]  0.8.1claws86
14879
14880         * src/folderview.c
14881         * src/main.c
14882         * src/summaryview.[ch]
14883                 more summaryview/folderitem seperation for
14884                 sort_key and sort_type
14885         * src/procmsg.c
14886                 added missing return statement
14887
14888 2002-08-20 [colin]      0.8.1claws85
14889
14890         * src/summaryview.[ch]
14891                 Added a quick search box
14892         * src/mainwindow.c
14893         * src/prefs_common.[ch]
14894                 Added a show/hide option for the quick search
14895
14896 2002-08-20 [oliver]     0.8.1claws84
14897         
14898         * src/mainwindow.c
14899                 remove toolbar_create_popups
14900         * src/toolbar.[ch]
14901                 o remove toolbar_create_popups
14902                 o fix toolbar_set_sensitive 
14903                   (Bug reports #596834 and #596832)     
14904         * src/prefs_toolbar.c
14905                 o add "Set default" button
14906                 o align label and text + combo widgets
14907
14908 2002-08-20 [hoa]        0.8.1claws83bis
14909
14910         * src/imap.c
14911                 fixed a bug in imap_fetch_msginfo() in case there is no
14912                 current folder.
14913
14914 2002-08-20 [darko]      0.8.1claws83
14915
14916         * src/folderview.c
14917                 copy the color style of folder view so it
14918                 works with GTK themes
14919
14920 2002-08-20 [darko]      0.8.1claws82
14921
14922         * src/folder.h
14923         * src/folderview.c
14924         * src/prefs_folder_item.[hc]
14925                 don't use UI stuff in folder.h
14926
14927 2002-08-20 [darko]      0.8.1claws81
14928
14929         * src/folder.h
14930         * src/prefs_folder_item.h
14931         * src/folderview.c
14932         * src/prefs_folder_item.c
14933                 ability to set folder color in folderview
14934
14935 2002-08-19 [alfons]     0.8.1claws80
14936
14937         * src/summaryview.c
14938                 fix one of the earlier memleaks reported by Martin Kluge
14939
14940 2002-08-19 [alfons]     0.8.1claws79
14941
14942         * src/mainwindow.c
14943                 hide notice view when selecting seperate folder
14944                 view (reported by Urke MMI)
14945
14946 2002-08-19 [christoph]  0.8.1claws78
14947
14948         * src/folderview.c
14949         * src/prefs_folder_item.h
14950         * src/summaryview.[ch]
14951                 o add summary_set_prefs_from_folderitem to set
14952                   summaryview prefs (first step to remove all
14953                   references to the folderitem in summaryview)
14954                 o moved compiled regex stuff from folderitem prefs
14955                   to summaryview code
14956
14957 2002-08-19 [paul]       0.8.1claws77
14958
14959         * src/compose.c
14960                 add check for '.' to QUOTE_IF_REQUIRED
14961
14962 2002-08-19 [paul]       0.8.1claws76
14963
14964         * src/inc.c
14965                 sync with 0.8.1cvs25 (plug memory leak)
14966
14967         * src/prefs_toolbar.c
14968                 re-order prefs_toolbar_cancel()
14969
14970 2002-08-18 [alfons]     0.8.1claws75
14971
14972         * src/inc.c
14973         * src/matcher.c
14974                 plug other memleaks reported by Martin Kluge
14975
14976 2002-08-18 [paul]       0.8.1claws74
14977
14978         * po/pt_BR.po
14979                 updated by Fabio Jr. Beneditto
14980
14981 2002-08-18 [paul]       0.8.1claws73
14982
14983         * src/toolbar.[ch]
14984                 fix bug where tooltips were displayed untranslated              
14985
14986         * src/prefs_toolbar.c
14987                 fix bug where clicking 'Cancel' creates an icon & text
14988                 toolbar regardless of prefs
14989         
14990
14991 2002-08-17 [oliver]     0.8.1claws72
14992
14993         * src/prefs_toolbar.c
14994                 update toolbar on CANCEL
14995                 bug reported by Martin Kluge
14996         * src/toolbar.c
14997                 toolbar_destroy memleak fixed           
14998
14999 2002-08-17 [alfons]     0.8.1claws71
15000
15001         * src/toolbar.c
15002                 plug another memleak reported by Martin Kluge
15003
15004 2002-08-16 [alfons]     0.8.1claws70
15005
15006         * src/crash.c
15007                 use execvp() correctly (suggested by wwp; thanks!)
15008
15009 2002-08-16 [alfons]     0.8.1claws69
15010
15011         * src/gtksctree.c
15012                 plug memory leak reported by Kim Schultz & Martin Kluge
15013
15014 2002-08-16 [paul]       0.8.1claws68
15015
15016         * po/es.po
15017                 updated by Ricardo Mones Lastra
15018
15019 2002-08-16 [paul]       0.8.1claws67
15020
15021         * src/toolbar.h
15022                 fix bug where 'Compose News' icon showed wrong
15023                 tooltip
15024
15025 2002-08-16 [paul]       0.8.1claws66
15026
15027         * sync with 0.8.1cvs24
15028                 see ChangeLog 2002-08-16
15029
15030         * po/it.po
15031                 updated by Alessandro Maestri
15032
15033 2002-08-15 [paul]       0.8.1claws65
15034
15035         * po/sr.po
15036                 updated by Urke MMI
15037
15038 2002-08-15 [paul]       0.8.1claws64
15039
15040         * src/*.c
15041                 don't translate debug info
15042
15043         * src/matcher.[ch]
15044                 add copyright info
15045
15046 2002-08-15 [paul]       0.8.1claws63
15047
15048         * src/prefs_toolbar.c
15049                 fix bug where clicking 'OK' creates an icon & text
15050                 toolbar regardless of prefs
15051
15052 2002-08-14 [alfons]     0.8.1claws62
15053
15054         * src/main.c
15055                 add global var that has the full argv[0]
15056         * src/crash.c
15057                 o execvp the correct sylpheed by using argv0
15058                   and setting the correct work dir
15059                 o other tweaks  
15060
15061 2002-08-14 [oliver]     0.8.1claws61
15062         
15063         * enable/disable Toolbar Action Buttons 
15064         * code cleanups
15065         * src/mainwindow.c
15066         * src/toolbar.[ch]      
15067         * src/prefs_toolbar.c   
15068
15069 2002-08-14 [melvin]     0.8.1claws60
15070
15071         * po/fr.po
15072                 Updated French translations
15073
15074 2002-08-14 [melvin]     0.8.1claws59
15075
15076         * src/crash.c
15077                 Made bug report not translatable
15078         * src/exporthtml.c
15079                 Fixed exporthtml_build_filespec() return value
15080         * src/foldersel.c
15081                 Fixed incorrect include file
15082         * src/gtkspell.c
15083         * src/prefs_actions.c
15084         * src/prefs_toolbar.c
15085                 Made debug info not translatable
15086         * src/mutt.c
15087         * src/quote_fmt.c
15088                 Added missing includes
15089         * src/prefs_common.c
15090                 Fixed typo
15091
15092 2002-08-14 [paul]       0.8.1claws58
15093
15094         * faq/es/sylpheed-faq.html
15095           faq/es/sylpheed-faq-[1-3].html
15096           faq/es/sylpheed-faq-4.html     **NEW FILE **
15097                 update Spanish FAQ
15098
15099 2002-08-13 [christoph]  0.8.1claws57
15100
15101         * src/procmsg.c
15102                 ignore thread fix that did not mark all
15103                 child nodes of a ignored thread as
15104                 ignored. Does not work perfectly yet,
15105                 but it is better now
15106
15107 2002-08-13 [alfons]     0.8.1claws56
15108
15109         * src/crash.c
15110                 o implement 'save crash log'
15111                 o some tweaks
15112
15113 2002-08-13 [melvin]     0.8.1claws55
15114
15115         * src/main.c
15116                 removed unrequired "execinfo.h" header
15117
15118 2002-08-12 [paul]       0.8.1claws54
15119
15120         * faq/en/sylpheed-faq.html
15121           faq/en/sylpheed-faq-[1-3].html
15122           faq/en/sylpheed-faq-4.html     **NEW FILE **
15123                 update English FAQ
15124
15125 2002-08-12 [alfons]     0.8.1claws53
15126
15127         * po/POTFILES.in
15128                 add crash.c to translatables
15129         * src/crash.c
15130                 bring in Leandro's crash dialog
15131
15132 2002-08-11 [alfons]     0.8.1claws52
15133
15134         * src/crash.c
15135                 clean up some warnings
15136
15137 2002-08-11 [alfons]     0.8.1claws51
15138
15139         * acconfig.h
15140         * configure.in
15141         * src/crash.[ch]        ** NEW FILES **
15142         * src/main.c            
15143                 initial gdb crash handler
15144
15145 2002-08-11 [paul]       0.8.1claws50
15146
15147         * src/prefs_toolbar.c
15148                 replace Up/Down arrow pixmaps with text to be
15149                 consistent across icon themes
15150
15151 2002-08-11 [paul]       0.8.1claws49
15152
15153         * src/prefs_common.c
15154           src/prefs_toolbar.c
15155                 rename 'Pixmap' -> 'Icon'
15156
15157         * src/toolbar.[ch]
15158                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15159
15160 2002-08-10 [paul]       0.8.1claws48
15161
15162         * src/prefs_toolbar.c
15163                 re-work the UI
15164
15165 2002-08-10 [paul]       0.8.1claws47
15166
15167         * src/main.c
15168                 don't write Processing progress to status bar
15169                 patch submitted by Alexander Evseev
15170
15171         * src/prefs_toolbar.c
15172                 re-position and resize window
15173                 make window assume correct size on first call
15174
15175 2002-08-10 [paul]       0.8.1claws46
15176
15177         * src/mainwindow.c
15178           src/prefs_toolbar.c
15179           src/toolbar.c
15180           src/toolbar.h
15181                 obey coding style
15182                 follow UI text conventions
15183
15184 2002-08-10 [alfons]     0.8.1claws45
15185
15186         * src/toolbar.c
15187                 correct pixmap for delete action
15188
15189 2002-08-10 [paul]       0.8.1claws44
15190
15191         * po/pt_BR.po
15192                 updated by Fabio Jr. Beneditto
15193
15194 2002-08-10 [paul]       0.8.1claws43
15195
15196         * po/POTFILES.in
15197                 add custom toolbar files
15198
15199 2002-08-10 [paul]       0.8.1claws42
15200
15201         * sync with 0.8.1cvs22
15202                 see ChangeLog 2002-08-09
15203
15204 2002-08-09 [paul]       0.8.1claws41
15205
15206         * tools/Makefile.am
15207           tools/README
15208           tools/outlook2sylpheed.pl     ** NEW FILE **
15209                 add script to convert exported Outlook
15210                 contacts list to a Sylpheed addressbook.
15211                 Submitted by Ricardo Mones Lastra.
15212
15213 2002-08-09 [paul]       0.8.1claws40
15214
15215         * AUTHORS
15216           configure.in
15217           po/sr.po      ** NEW FILE **
15218                 add Serbian message catalog. Submitted by
15219                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15220
15221 2002-08-09 [paul]       0.8.1claws39
15222
15223         * sync with 0.8.1cvs21
15224                 see ChangeLog 2002-08-08
15225
15226 2002-08-08 [oliver]     0.8.1claws38
15227
15228         * src/mainwindow.c
15229                 move Custom Toolbar to Configuration menu
15230
15231 2002-08-08 [oliver]     0.8.1claws37
15232
15233         * src/prefs_toolbar.c
15234                 fix substitute pixmap bug
15235
15236 2002-08-08 [paul]       0.8.1claws36
15237
15238         * sync with 0.8.1cvs19
15239                 see ChangeLog 2002-08-08
15240
15241 2002-08-07 [christoph]  0.8.1claws35
15242
15243         * src/utils.c
15244                 fixed a memory leak in new canonicalize_file_replace
15245
15246 2002-08-07 [christoph]  0.8.1claws34
15247
15248         * src/utils.[ch]
15249                 o canonicalize_file_replace should create the temporary
15250                   file in the same directory as the original file.
15251                 o added get_tmpfile_in_dir that creates a temorary file
15252                   in a specified directory.
15253
15254 2002-08-07 [melvin]     0.8.1claws33
15255
15256         * src/toolbar.c
15257                 fixed bug where 'Article' button acted as 'Email' button.
15258
15259 2002-08-07 [paul]       0.8.1claws32
15260
15261         * sync with 0.8.1.cvs17
15262                 see ChangeLog 2002-08-07
15263
15264 2002-08-07 [colin]      0.8.1claws31
15265         
15266         * src/news.c
15267                 fix mass-cancel problem
15268
15269 2002-08-07 [thorsten]   0.8.1claws30
15270
15271         * src/prefs_toolbar.c
15272                 fix: crash on replace or add new button
15273         * src/toolbar.c
15274                 fix: close xmlfile after reading
15275         * src/utils.c
15276                 fix: unlink() file before rename()
15277
15278 2002-08-06 [paul]       0.8.1claws29
15279
15280         * sync with 0.8.cvs15
15281                 see ChangeLog 2002-08-06
15282
15283 2002-08-06 [oliver]     0.8.1claws28
15284
15285         * src/toolbar.c
15286         * src/prefs_toolbar.c
15287                 fixed empty toolbar issue
15288
15289 2002-08-06 [oliver]     0.8.1claws27
15290
15291         * Custom Toolbar Final 
15292         * src/folderview.c
15293         * src/inc.c
15294         * src/summaryview.c
15295                 o toolbar stuff now lives in src/toolbar.[ch]
15296                 o main_window_toolbar_* functions are renamed to
15297                   toolbar_* reflecting their new source file
15298         * src/mainwindow.[ch]
15299                 o remove toolbar stuff  
15300
15301 2002-08-06 [oliver]     0.8.1claws26
15302         
15303         * src/Makefile.am
15304         * src/prefs_toolbar.[ch]        **New File**
15305         * src/toolbar.[ch]              **New File**
15306                 o prefs_toolbar.[ch] custom toolbar frontend
15307                 o toolbar.[ch]       backend 
15308
15309 2002-08-06 [oliver]     0.8.1claws25
15310
15311         * src/prefs_actions.[ch]
15312                 o new exported function actions_execute
15313
15314 2002-08-06 [paul]       0.8.1claws24
15315
15316         * sync with 0.8.1cvs4
15317                 see ChangeLog 2002-08-06
15318
15319 2002-08-06 [paul]       0.8.1claws23
15320
15321         * sync with 0.8.1cvs13
15322                 see ChangeLog 2002-08-06
15323
15324 2002-08-06 [paul]       0.8.1claws22
15325
15326         * sync with 0.8.1cvs12
15327                 see ChangeLog 2002-08-05 and 2002-08-06
15328
15329 2002-08-06 [match]      0.8.1claws21
15330
15331         * src/addrclip.c
15332                 improvements to cut/copy/paste address
15333
15334 2002-08-05 [match]      0.8.1claws20
15335
15336         * src/addritem.[ch]
15337         * src/addrcache.c
15338         * src/addrbook.c
15339         * src/editaddress.c
15340         * src/addressbook.c
15341                 fixes to improve cut/copy/paste
15342
15343 2002-08-06 [melvin]     0.8.1claws19
15344
15345         * src/account.[ch]
15346                 account_find_all_from_address(): new function that returns the
15347                 list of all accounts that are matched in an address.
15348         * src/alertpanel.[ch]
15349                 alertpanel() now accepts a custom widget
15350                 alertpanel_with_widget(): new function that pops up a panel with
15351                 a custom widget in it 
15352         * src/gtkutils.[ch]
15353                 gtkut_account_menu_new(): new function that allows the selection
15354                 of an account from a list of accounts.
15355         * src/messageview.c
15356                 Extended Return Receipt notification to select the correct 
15357                 account and to make a security test on the Delivery-Notification
15358                 address which should be the same as the Return-Path.
15359
15360 2002-08-06 [thorsten]   0.8.1claws18
15361
15362         * src/mimeview.c
15363                 attach_all: save unnamed as "noname.%d",
15364                 dont free static dirname
15365
15366 2002-08-05 [alfons]     0.8.1claws17
15367
15368         * configure.in
15369                 detect XIM by trying to link rather than compile a XIM program
15370
15371 2002-08-05 [oliver]     0.8.1claws16
15372                 
15373         * src/stock_pixmap.[ch]
15374                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15375                 o new func to retrieve pixmaps
15376
15377 2002-08-05 [paul]       0.8.1claws15
15378
15379         * sync with 0.8.1cvs10
15380                 see ChangeLog 2002-08-05
15381
15382 2002-08-04 [alfons]     0.8.1claws14
15383
15384         * src/textview.c
15385                 see if this plugs memleak
15386
15387 2002-08-04 [melvin]     0.8.1claws13
15388
15389         * src/gtkspell.c
15390                 fixed bug that could crash Sylpheed when highlighting
15391                 all misspelled words.
15392
15393 2002-08-03 [melvin]     0.8.1claws12
15394
15395         * src/prefs_actions.c
15396                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15397         * src/messageview.c
15398                 fixed bug where the Return Receipt was sent to
15399                 Delivery-Notification-To address even if it was not present
15400
15401 2002-08-02 [alfons]     0.8.1claws11
15402
15403         * src/prefs_actions.c
15404                 o more check for NULLs
15405                 o put create_io_dialog() in right conditional block
15406
15407 2002-08-02 [paul]       0.8.1claws10
15408
15409         * po/es.po
15410                 updated by Ricardo Mones Lastra
15411
15412 2002-08-01 [christoph]  0.8.1claws9
15413
15414         * src/folder.c
15415                 don't free the cache of the opened
15416                 folder in the summaryview
15417         * src/summaryview.c
15418                 don't unset flags, if it is not required
15419
15420 2002-08-01 [paul]       0.8.1claws8
15421
15422         * sync with 0.8.1cvs8
15423                 see ChangeLog entry 2002-08-01
15424
15425 2002-08-01 [paul]       0.8.1claws7
15426
15427         * sync with 0.8.1cvs7
15428                 see ChangeLog 2002-07-31 and 2002-08-01
15429
15430 2002-07-31 [christoph]  0.8.1claws6
15431
15432         * src/mainwindow.c
15433                 forgot to update menu sensitivity
15434                 function for new menu entry
15435
15436 2002-07-31 [alfons]     0.8.1claws5
15437
15438         * src/main.c
15439                 check folder item and its path for NULL on
15440                 initial processing
15441
15442 2002-07-31 [christoph]  0.8.1claws4
15443
15444         * src/folder.c
15445                 check if folder_item_get_msginfo in
15446                 folder_item_remove_msg returned NULL
15447         * src/imap.c
15448                 better clear the uid cache in the
15449                 uid validity check function and delete
15450                 cached messages
15451
15452 2002-07-31 [paul]       0.8.1claws3
15453
15454         * man/sylpheed.1
15455                 add the '--attach' option and a few other
15456                 minor changes
15457
15458 2002-07-31 [paul]       0.8.1claws2
15459
15460         * sync with 0.8.1cvs5
15461                 see ChangeLog 2002-07-31
15462
15463 2002-07-31 [christoph]  0.8.1claws1
15464
15465         * src/folderview.[ch]
15466         * src/mainwindow.c
15467                 replace "Rescan all folders..." with
15468                 "Check all folders for new messages..."
15469
15470 2002-07-30 [paul]       0.8.1claws
15471
15472         * version 0.8.1claws released
15473
15474 2002-07-30 [paul]       0.8.0claws29
15475
15476         * tools/OOo2sylpheed.pl ** NEW FILE **
15477           tools/README
15478                 add script to enable sending documents as
15479                 attachments from OpenOffice.org
15480
15481 2002-07-30 [melvin]     0.8.0claws28
15482
15483         * src/prefs_actions.c
15484                 Made the actions' input/output dialog display
15485                 without delay.
15486
15487 2002-07-30 [christoph]  0.8.0claws27
15488
15489         * src/procmsg.c
15490                 check if folder_item_get_msginfo in
15491                 procmsg_save_to_outbox returned NULL
15492
15493 2002-07-30 [paul]       0.8.0claws26
15494
15495         * sync with 0.8.1cvs4
15496                 see ChangeLog 2002-07-29
15497
15498 2002-07-29 [thorsten]   0.8.0claws25
15499
15500         * README.claws
15501                 added selective download, delete on server
15502
15503 2002-07-29 [paul]       0.8.0claws24
15504
15505         * sync with 0.8.1cvs3
15506                 see ChangeLog 2002-07-29
15507
15508 2002-07-27 [christoph]  0.8.0claws23
15509
15510         * src/folder.c
15511                 add extra check if fetching the msginfo
15512                 returned NULL
15513
15514 2002-07-27 [paul]       0.8.0claws22
15515
15516         * sync with 0.8.1cvs2
15517                 see ChangeLog 2002-07-26
15518
15519 2002-07-27 [christoph]  0.8.0claws21
15520
15521         * src/imap.c
15522                 add another check if a valid msginfo
15523                 was returned
15524
15525 2002-07-26 [hoa]        0.8.0claws20
15526
15527         * src/folder.c
15528                 Fixed a condition in folder_item_destroy()
15529
15530         * src/imap.c
15531                 Fixed an error in IMAP protocol
15532
15533 2002-07-26 [alfons]     0.8.0claws19
15534
15535         * src/folder.c
15536                 ofcourse compare with identifier, not the path
15537
15538 2002-07-26 [alfons]     0.8.0claws18
15539
15540         * src/folder.c
15541                 use folder item identifier for saving / restoring
15542                 preferences because folder->path might not be unique
15543
15544 2002-07-26 [melvin]     0.8.0claws17
15545
15546         * src/logwindow.c
15547                 Fixed a crash introduced in 0.8.0claws5 when log is 
15548                 cut under 80 characters.
15549
15550 2002-07-26 [paul]       0.8.0claws16
15551
15552         * sync with 0.8.1cvs1
15553                 see ChangeLog 2002-07-26
15554
15555 2002-07-26 [christoph]  0.8.0claws15
15556
15557         * src/imap.[ch]
15558                 imap folder now remembers the last selected
15559                 folder and imap_fetch_msginfo skips selecting
15560                 the folder if it is already selected
15561
15562 2002-07-26 [christoph]  0.8.0claws14
15563
15564         * src/folder.c
15565         * src/folderview.c
15566         * src/imap.c
15567                 fix imap folder rescanning
15568
15569 2002-07-25 [christoph]  0.8.0claws13
15570
15571         * src/filter.c
15572         * src/folder.[ch]
15573         * src/folderview.c
15574         * src/imap.[ch]
15575         * src/mainwindow.c
15576         * src/mbox_folder.c
15577         * src/mh.c
15578         * src/news.c
15579                 implement imap uid cache and uid validity check
15580
15581 2002-07-25 [alfons]     0.8.0claws12
15582
15583         * src/summaryview.c
15584                 fix a brown paper bag bug, and also add some more
15585                 checks
15586
15587 2002-07-25 [christoph]  0.8.0claws11
15588
15589         * src/folder.c
15590                 don't mix copy, fetch_msginfo and remove
15591                 operations in folder item copy and move
15592                 operations
15593
15594 2002-07-25 [christoph]  0.8.0claws10
15595
15596         * src/folderview.c
15597         * src/mainwindow.c
15598         * src/prefs_folder_item.c
15599         * src/summaryview.[ch]
15600                 remove no longer required parameter update_cache from
15601                 summary_show
15602
15603 2002-07-25 [paul]       0.8.0claws9
15604
15605         * sync with 0.8.1
15606         
15607         * AUTHORS
15608                 a few corrections
15609
15610 2002-07-24 [alfons]     0.8.0claws8
15611
15612         * src/summaryview.c
15613                 sort correctly when using simplified subject line
15614                 (closes feature request "[ 585141 ] applying regexp to subject 
15615                 before sort" submitted by Alexandra Walford)
15616
15617 2002-07-24 [paul]       0.8.0claws7
15618
15619         * sync with 0.8.0cvs3
15620                 see ChangeLog 2002-07-24
15621
15622 2002-07-23 [christoph]  0.8.0claws6
15623
15624         * src/folder.c
15625         * src/folder.h
15626         * src/summaryview.c
15627         * src/summaryview.h
15628         * src/main.c
15629                 o separate processing and summaryview
15630                 o removed summary_write_cache from summaryview
15631                 o removed summaryview->killed_messages, because we don't have
15632                   to keep a list of killed messages anymore. New cache will
15633                   keep the hidden messages in cache anyway
15634         * src/folderview.c
15635         * src/inc.c
15636         * src/selective_download.c
15637                 o removed unnecessary summary_write_cache calls
15638         * src/procmsg.c
15639                 o don't set ignore thread flag in procmsg_get_thread_tree
15640                   if it is already set
15641         * src/mainwindow.c
15642         * src/statusbar.h
15643                 o moved STATUSBAR_PUSH/POP to statusbar.h because
15644                   they are used in different files
15645
15646 2002-07-23 [melvin]     0.8.0claws5
15647
15648         * src/addressbook.c
15649         * src/addrgather.c
15650         * src/editaddress.c
15651         * src/editgroup.c
15652         * src/editldap_basedn.c
15653         * src/importldif.c
15654         * src/prefs_common.c
15655                 Fixed few memory leak (gtk_editable_get_chars returns
15656                 an allocated string)
15657         * src/logwindow.c
15658                 Fixed few memory leak (gtk_editable_get_chars returns
15659                 an allocated string) and modified a little the log cutting
15660                 loop.
15661         * src/compose.c
15662                 Replaced a call to an obsolete function gtk_entry_get_text()
15663                 by gtk_editable_get_chars()
15664         * src/send.c
15665                 Removed a debug printf
15666
15667 2002-07-23 [christoph]  0.8.0claws4
15668
15669         * src/filesel.c
15670                 fix another g_dirname memory leak
15671
15672 2002-07-23 [christoph]  0.8.0claws3
15673
15674         * src/mh.c
15675                 fixed a memory leak in mh_fetch_msginfo
15676                 fixed crash when message header could not be
15677                 parsed
15678
15679 2002-07-23 [paul]       0.8.0claws2
15680
15681         * sync with 0.8.0cvs2
15682                 see ChangeLog 2002-07-23
15683
15684 2002-07-23 [paul]       0.8.0claws1
15685
15686         * sync with 0.8.0cvs1
15687                 see ChangeLog 2002-07-23
15688
15689 2002-07-23 [paul]       0.8.0claws
15690
15691         * release of 0.8.0claws