1.0.4a release
[claws.git] / ChangeLog.claws
1 2005-05-09 [paul]
2
3         1.0.4a release
4
5 2005-05-09 [paul]       1.0.4cvs11
6
7         * AUTHORS
8         * INSTALL
9         * README.claws
10                 updated 
11         * Makefile.am 
12         * RELEASE_NOTES.claws
13                 add release notes to cvs to simplify release
14                 procedure
15         * configure.ac
16         * po/ca.po
17         * po/fi.po
18                 add new Catalan and Finnish translations
19                 submitted by Miquel Oliete and Flammie Pirinen
20         * po/de.po
21         * po/es.po
22         * po/fr.po
23         * po/it.po
24         * po/pl.po
25         * po/ru.po
26         * po/sk.po
27         * po/sr.po
28         * po/zh_CN.po
29                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
30                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
31                 Urke MMI, and Hansom Young
32         * src/main.c
33                 Fix drafting when quitting. compose_draft() closes the 
34                 compose windows, which modifies the compose_list GSList.
35                 We have to refresh this list after echo drafting to avoid a 
36                 segfault
37         * src/partial_download.c
38                 fix segfault on exit
39         * src/common/utils.c
40                 Fix crash when subst_for_filename is called
41                 with a NULL parameter
42
43 2005-05-06 [paul]       1.0.4cvs10
44
45         backported from GTK2...
46
47         * src/inc.c
48         * src/mainwindow.c
49                 use gettext plural forms
50         * src/imap_gtk.c
51         * src/mh_gtk.c
52         * src/toolbar.c
53                 small improvement to english usage
54
55 2005-05-05 [thorsten]   1.0.4cvs9
56
57         * src/folder.c
58                 fix possible crash
59
60 2005-05-05 [paul]       1.0.4cvs8
61
62         * AUTHORS
63         * src/compose.c
64                 fix Bug 713 'Resent-To and Resent-Cc headers are garbled'
65                 patch by Tim Mann
66
67 2005-05-05 [paul]       1.0.4cvs7
68
69         backported from GTK2...
70
71         * src/compose.c
72                 Fix 'Request return receipt' from folder
73                 properties (bug #708)
74         * src/folderview.c
75                 Fix duplicate hotkeys in Folderview's contextual
76                 menu
77         * src/mainwindow.c
78                 Fix duplicate hotkeys in Mainwindow's menu
79         * src/messageview.c
80                 Fix window resizing
81         * src/partial_download.c
82         * src/pop.c
83                 Escape login when writing uidl file
84                 fixes bug #736
85         * src/prefs_account.c
86                 Fix smtp auth type off-by-one. We forgot to
87                 add PLAIN in the prefs-to-gui setter func and
88                 as a result, the selected auth when opening
89                 account prefs was not the correct one
90         * src/prefs_common.c
91         * src/prefs_common.h
92         * src/prefs_filtering.c
93                 Save Filtering's window size
94         * src/procmime.c
95                 Fix possible DOS in mime parser
96                 (see bug #634)
97         * src/plugins/pgpmime/pgpmime.c
98                 Fix bus error on 64bit
99
100 2005-04-13 [holger]     1.0.4cvs6
101
102         * src/prefs_filtering.c
103                 Fix a crash when changes to the filtering
104                 dialog were not added and no filter rules
105                 are defined. Also fix a memleak.
106
107 2005-04-12 [paul]       1.0.4cvs5
108         
109         backported from GTK2...
110
111         * src/account.c
112                 Add account preference to queue message in a certain
113                 folder.
114         * src/compose.c
115                 Always connect the "None" privacy system; the
116                 static boolean was probably there to avoid
117                 reconnecting twice in the same compose window,
118                 but as the parent function is only called once
119                 per compose, it's only a bug - as a static is
120                 initialized once per application instance.
121                 Also, don't uncheck Sign and Encrypt when
122                 selecting None as privacy system; just ignore
123                 them when sending/queuing.
124                 Should fix bug #695
125         * src/filtering.c
126                 Copy score when copying FilteringActions
127                 Fix bug #674
128         * src/inc.c
129                 Make Message -> Receive -> Cancel cancel 
130                 incorporation on all accounts. Fixes bug #693
131                 if the recv dialog is visible, Cancel only
132                 cancels the current account
133         * src/prefs_account.c
134         * src/prefs_account.h
135                 Add account preference to queue message in a certain
136                 folder.
137                 Update Privacy checkbuttons status based
138                 on the selected privacy system
139
140 2005-04-06 [paul]       1.0.4cvs4
141
142         * ChangeLog
143         * ChangeLog.jp
144         * src/send_message.c
145         * src/common/socket.c
146                 sync with main, see ChangeLog 2005-04-05
147
148 2005-04-04 [thorsten]   1.0.4cvs3
149
150         * src/mh.c
151                 marks lost on filesystems with different stat() results on
152                 summer-/wintertime
153
154 2005-03-30 [colin]      1.0.4cvs2
155
156         * src/common/socket.c
157                 Refresh DNS if necessary
158                 Backported from gtk2
159         * src/imap.c
160                 Fix handling of folders with [] in their name
161                 Backported from gtk2
162                 
163
164 2005-03-29 [paul]       1.0.4cvs1
165
166         * src/compose.c
167                 fix bug 697 'Segmentation Fault due to
168                 NULL string (%s) pointers in fprintf'
169                 draft privacy information only when
170                 privacy system available
171                 patch by by Markus Schwarzenberg
172                 (schwarzb<AT>ipms_fraunhofer_de)
173         * src/gtk/gtkaspell.c
174                 don't pass NULL to *printf() and the likes
175                 spotted by Alex Moore, patch by Alfons 
176
177 2005-03-24 [paul]       1.0.4
178
179         * 1.0.4 released
180
181 2005-03-24 [paul]       1.0.3cvs8
182
183         * ChangeLog
184         * ChangeLog.jp
185         * src/codeconv.c
186         * src/textview.c
187         * src/unmime.c
188         * src/unmime.h
189         * src/common/smtp.c
190                 sync with main 1.0.4
191                 see ChangeLog 2005-03-18 and 2005-03-24
192                 fixes buffer overflow
193
194 2005-03-25 [paul]
195
196         * tools/Makefile.am
197         * tools/README
198         * tools/acroread2sylpheed.pl
199                 add script to send pdfs as attachments from Adobe Reader 7
200
201 2005-03-21 [holger]     1.0.3cvs7
202
203         * src/plugins/spamassassin/spamassassin.c
204                 Don't leave hook registered when plugin init
205                 failed.
206
207 2005-03-20 [colin]      1.0.3cvs6
208
209         * src/common/plugin.c
210                 Check that plugin isn't already loaded
211         * src/procheader.c
212                 Fix buffer overflow (security issue)
213                 Both patches by Alfons
214
215 2005-03-20 [paul]       1.0.3cvs5
216
217         * src/compose.c
218                 neglect Reply-To header if empty
219                 Patch by Alfons
220
221 2005-03-19 [holger]     1.0.3cvs4
222
223         * src/summaryview.c
224         * src/summaryview.h
225                 Add plugin hook for manual filtering invocation,
226                 remove some dead code.
227
228 2005-03-18 [paul]       1.0.3cvs3
229
230         * AUTHORS
231         * src/gtk/about.c
232         * src/pixmaps/sylpheed_logo.xpm
233                 add new Sylpheed-Claws logo by Jesper Schultz
234
235 2005-03-11 [paul]       1.0.3cvs2
236
237         * src/plugins/trayicon/trayicon.c
238                 make a string translatable
239
240 2005-03-11 [paul]       1.0.3cvs1
241
242         * po/ru.po
243                 updated by Pavlo Bohmat
244
245 2005-03-10 [paul]       1.0.3
246
247         * po/de.po
248         * po/es.po
249         * po/fr.po
250         * po/it.po
251         * po/pt_BR.po
252         * po/sk.po
253         * po/sr.po
254         * po/zh_CN.po
255                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
256                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
257                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
258
259         1.0.3 released
260
261 2005-03-04 [colin]      1.0.1cvs22
262
263         * src/common/smtp.c
264         * src/common/smtp.h
265                 Don't use SIZE parameter in MAIL FROM: if
266                 server doesn't support it. Patch by 
267                 Eugen Freiter <eugen_f@users.sf.net>
268
269 2005-03-04 [paul]       1.0.1cvs21
270
271         * ChangeLog
272         * ChangeLog.jp
273         * src/addrharvest.c
274         * src/codeconv.c
275         * src/codeconv.h
276         * src/compose.c
277         * src/procmime.c
278                 sync with main 1.0.3
279                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
280                 fix buffer overflow, CAN-2005-0667, see
281                 http://secunia.com/advisories/14491/
282
283 2005-02-27 [paul]       1.0.1cvs20
284
285         * src/messageview.c
286                 fix crash-causing typo. spotted by
287                 Ralgh Young 
288
289 2005-02-25 [paul]       1.0.1cvs19
290
291         * src/prefs_account.c
292         * src/prefs_folder_item.c
293         * src/gtk/prefswindow.c
294         * src/gtk/prefswindow.h
295                 fix bug 698 'Clicking OK without username 'crashes'
296                 account edit window'. Patch by Alfons
297
298 2005-02-24 [colin]      1.0.1cvs18
299
300         * src/messageview.c
301                 Don't send out receipts if offline. Ask.
302
303 2005-02-23 [colin]      1.0.1cvs17
304
305         * src/compose.c
306                 Encode parts when signing
307
308 2005-02-23 [colin]      1.0.1cvs16
309
310         * src/compose.c
311         * src/procmsg.c
312                 Fix mimeinfo leakages
313
314 2005-02-21 [colin]      1.0.1cvs15
315
316         * src/compose.c
317                 Fix signing/encrypting still on after
318                 privacy system has been disabled
319
320 2005-02-18 [colin]      1.0.1cvs14
321
322         * src/quote_fmt_lex.l
323         * src/quote_fmt_parse.y
324                 Bugfix: Fix parser init (patch by Ivan)
325
326 2005-02-18 [colin]      1.0.1cvs13
327
328         * src/plugins/pgpmime/pgpmime.c
329                 Fix build (missed my `mv`)
330
331 2005-02-18 [colin]      1.0.1cvs12
332
333         * src/Makefile.am
334         * src/privacy.c         ** RE-ADDED **
335         * src/privacy.cpp       ** REMOVED **
336         * src/privacy.h
337         * src/plugins/pgpmime/Makefile.am
338         * src/plugins/pgpmime/passphrase.h
339         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
340         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
341         * src/plugins/pgpmime/pgpmime.h
342         * src/plugins/pgpmime/prefs_gpg.h
343         * src/plugins/pgpmime/select-keys.h
344         * src/plugins/pgpmime/sgpgme.h
345                 Revert huge API breakage.
346
347 2005-02-16 [christoph]  1.0.1cvs11
348
349         * src/mh.c
350                 add scan required function for MH folders
351
352         (Patch by Ivan Rayner <ivanr@sgi.com>)
353
354 2005-02-15 [christoph]  1.0.1cvs10
355
356         * src/plugins/pgpmime/pgpmime.cpp
357         * src/plugins/pgpmime/pgpmime.h
358                 add sign and encrypt functions
359
360 2005-02-15 [christoph]  1.0.1cvs9
361
362         * configure.ac
363         * src/Makefile.am
364         * src/privacy.c                                 ** REMOVE **
365         * src/privacy.cpp                               ** NEW **
366         * src/privacy.h
367         * src/plugins/pgpmime/Makefile.am
368         * src/plugins/pgpmime/passphrase.h
369         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
370         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
371         * src/plugins/pgpmime/pgpmime.h
372         * src/plugins/pgpmime/prefs_gpg.h
373         * src/plugins/pgpmime/select-keys.h
374         * src/plugins/pgpmime/sgpgme.h
375                 change Privacy-API to C++
376
377 2005-02-15 [colin]      1.0.1cvs8
378
379         * src/mimeview.c
380         * src/common/utils.c
381                 Sanitize substitution for saved filenames:
382                 only \ / * and \r \n \t are bad. 
383
384 2005-02-15 [colin]      1.0.1cvs7
385
386         * src/compose.c
387         * src/procmime.c
388                 Optimize (constant instead of strlen). Thanks
389                 Alfons for the hint.
390
391 2005-02-14 [colin]      1.0.1cvs6
392
393         * src/compose.c
394         * src/procmime.c
395                 Use quoted-printable instead of 7bit or 8bit
396                 to encode "^From " and avoid mail corruption 
397                 on the MTA, as specified by RFC 3156. Thanks
398                 Hoa for the hint.
399
400 2005-02-12 [colin]      1.0.1cvs5
401
402         * src/filtering.c
403                 Remove wrong use of compose struct after
404                 compose_send(). Spotted by Alfons and Holger Berndt.
405
406 2005-02-10 [paul]       1.0.1cvs4
407
408         * src/compose.c
409                 sync with main, see ChangeLog 2005-02-10
410
411 2005-02-10 [colin]      1.0.1cvs3
412
413         * src/mainwindow.c
414                 dereference freed messageview,
415                 and don't try to use it after free.
416                 This caused occasional late segfaults
417                 when quitting.
418
419 2005-02-10 [colin]      1.0.1cvs2
420
421         * src/messageview.c
422                 Don't display html with plugin automatically
423                 (Dillo steals focus)
424
425 2005-02-09 [colin]      1.0.1cvs1
426
427         * src/mimeview.c
428         * src/mimeview.h
429         * src/messageview.c
430                 Display first relevant part using plugin
431                 if not text/plain if possible (useful for 
432                 vCalendar for example)
433
434 2005-02-08 [paul]       1.0.1
435
436         1.0.1 released
437
438 2005-02-08 [paul]       1.0.0cvs29
439
440         * po/de.po
441         * po/es.po
442         * po/fr.po
443         * po/it.po
444         * po/pt_BR.po
445         * po/sk.po
446         * po/sr.po
447                 updated by Thomas Gilgin, Ricardo Mones Lastra,
448                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
449                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
450
451 2005-02-05 [paul]       1.0.0cvs28
452
453         * src/compose.c
454                 fix Bug 682 'redirect is broken'
455
456
457 2005-02-05 [thorsten]   1.0.0cvs27
458
459         * src/partial_download.c
460                 fix buf overflow
461
462 2005-02-03 [colin]      1.0.0cvs26
463
464         * src/common/plugin.c
465                 Don't load GTK2 plugins at all. This solves
466                 the plugins problem when switching between
467                 GTK1 and GTK2 version.
468
469 2005-02-02 [colin]      1.0.0cvs25
470
471         * src/messageview.c
472                 Fix dangerous typo
473
474 2005-01-31 [colin]      1.0.0cvs24
475
476         * src/compose.c
477                 Fix MsgInfo reference leak
478
479 2005-01-28 [colin]      1.0.0cvs23
480
481         * src/folderview.c
482                 Change check - partial_recv is not cached.
483
484 2005-01-28 [colin]      1.0.0cvs22
485
486         * src/folderview.c
487                 Don't call partial_mark_for_delete() when 
488                 it's useless
489
490 2005-01-27 [colin]      1.0.0cvs21
491
492         * src/procmsg.c
493         * src/compose.c
494                 Fix build - sorry.
495
496 2005-01-27 [christoph]  1.0.0cvs20
497
498         * src/folder.c
499                 use normal message remove function if a folder has no function
500                 to remove all messages
501
502         * src/folderview.c
503                 fix memory leak
504
505 2005-01-27 [colin]      1.0.0cvs19
506
507         * src/procmime.c
508                 Forgot to commit this file with cvs18.
509
510 2005-01-27 [colin]      1.0.0cvs18
511
512         * src/compose.c
513                 Uhm, better not touch the original msginfo_list.
514
515 2005-01-27 [colin]      1.0.0cvs17
516
517         * src/procmsg.c
518         * src/procmsg.h
519                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
520         * src/compose.c
521                 ... And use it to be able to reply to the currently 
522                 selected MimeInfo.
523
524 2005-01-27 [colin]      1.0.0cvs16
525
526         * src/messageview.c
527         * src/summaryview.c
528         * src/compose.c
529         * src/compose.h
530         * src/toolbar.c
531         * src/mainwindow.c
532                 Factorize this reply mess
533
534 2005-01-26 [paul]       1.0.0cvs15
535
536         * ChangeLog
537         * ChangeLog.jp
538         * src/common/template.c
539                 sync with main, (fix memory leak), see ChangeLog
540                 2005-01-25
541
542 2005-01-25 [paul]       1.0.0cvs14
543
544         * src/compose.c
545                 compose_redirect(): fix sensitivity of attachment 
546                 "Properties..." button
547
548 2005-01-24 [colin]      1.0.0cvs13
549
550         * src/summaryview.c
551                 Freeze clist during operations involving message
552                 lists.
553
554 2005-01-24 [paul]       1.0.0cvs12
555
556         * ChangeLog
557         * ChangeLog.jp
558         * src/messageview.c
559         * src/mh.c
560         * src/common/utils.c
561                 sync with main, see ChangeLog 2005-01-19
562
563 2005-01-24 [colin]      1.0.0cvs11
564
565         * src/procheader.c
566                 Fix build with MIPSpro compiler.
567                 Patch by Ivan Rayner <ivanr@sgi.com>
568
569 2005-01-24 [colin]      1.0.0cvs10
570
571         * src/folderview.c
572                 Use (+) in collapsed folders with quicksearch-
573                 matching subfolders
574
575 2005-01-23 [holger]     1.0.0cvs9
576
577         * src/crash.c
578                 Include missing header file
579
580 2005-01-22 [colin]      1.0.0cvs8
581
582         * src/summaryview.c
583         * src/gtk/quicksearch.c
584                 Make recursive quicksearch work in
585                 root folders (and code fixes)
586
587 2005-01-21 [colin]      1.0.0cvs7
588
589         * src/summaryview.c
590                 Set cursor to wait while looking in subfolders
591
592 2005-01-21 [colin]      1.0.0cvs6
593
594         * src/summaryview.c
595                 Don't clear quicksearch if recursion is on,
596                 even if !sticky
597
598 2005-01-21 [colin]      1.0.0cvs5
599
600         * src/gtk/quicksearch.c
601         * src/prefs_common.c
602         * src/prefs_common.h
603                 Add option to recurse or not
604
605 2005-01-21 [colin]      1.0.0cvs4
606
607         * src/folder.h
608         * src/folderview.c
609         * src/folderview.h
610         * src/summaryview.c
611         * src/gtk/quicksearch.c
612         * src/gtk/quicksearch.h
613                 Make quicksearch recursive - results materialized
614                 by search icons in the folderview.
615
616 2005-01-20 [holger]     1.0.0cvs3
617
618         * src/addrindex.c
619         * src/addrindex.h
620                 Add addrindex_load_person_attribute() (for plugins)
621
622 2005-01-19 [colin]      1.0.0cvs2
623
624         * src/mbox.c
625         * src/mbox.h
626         * src/mainwindow.c
627         * src/summaryview.c
628         * src/summaryview.h
629                 Add an easy way to export specific messages
630                 to an mbox file.
631
632 2005-01-19 [paul]       1.0.0cvs1
633
634         * po/ja.po
635         * po/ko.po
636                 updated by  Rui Hirokawa and
637                 SungHyun Nam
638
639 2005-01-18 [paul]       1.0.0
640
641         * version 1.0.0 released
642
643 2005-01-17 [thorsten]   0.9.13cvs38
644
645         * src/crash.c
646         * src/gtk/pluginwindow.c
647                 return value of filesel should not be free()d
648
649 2005-01-17 [paul]       0.9.13cvs37
650
651         * AUTHORS
652         * po/es.po
653         * po/fr.po
654         * po/hr.po
655         * po/it.po
656         * po/pt_BR.po
657         * po/sk.po
658         * po/sr.po
659                 update translations. submitted by Ricardo Mones
660                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
661                 Frederico Goncalves Guimaraes, Andrej Kacian,
662                 Aleksandar Urosevic
663
664 2005-01-16 [colin]      0.9.13cvs36
665
666         * src/prefs_toolbar.c
667                 Fix two leaks, both found by Alfons.
668
669 2005-01-15 [paul]       0.9.13cvs35
670
671         * src/gtk/pluginwindow.c
672                 fix 2 memleaks, patch by Alfons
673
674 2005-01-15 [paul]       0.9.13cvs34
675
676         * ChangeLog
677         * ChangeLog.jp
678         * src/common/template.c
679                 sync with main, see ChangeLog 2005-01-11
680                 (fix potential memory corruption bug)
681
682 2005-01-14 [colin]      0.9.13cvs33
683
684         * src/html.c
685         * src/msgcache.c
686                 Fix coding style issues from the last patch
687
688 2005-01-14 [colin]      0.9.13cvs32
689
690         * src/msgcache.c
691                 Fix possible double free, avoid putting 8k on the stack
692         * src/html.c
693         * src/html.h
694                 Fix links with tags inside, add some entities
695         * AUTHORS
696                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
697
698 2005-01-09 [thorsten]   0.9.13cvs31
699
700         * tools/calypso_convert.pl
701                 support nested subdirs (possible in recent calypso versions)
702                 fix "change of readonly value" error with perl >= 5.8
703
704 2005-01-08 [colin]      0.9.13cvs30
705
706         * src/prefs_filtering_action.c
707                 Plug leak - patch by Alfons
708
709 2005-01-07 [paul]       0.9.13cvs29
710
711         * ChangeLog
712         * ChangeLog.jp
713         * src/pop.c
714         * src/pop.h
715                 sync with main, see ChangeLog 2005-01-06
716
717 2005-01-06 [colin]      0.9.13cvs28
718
719         * src/prefs_matcher.c
720                 Plug leak. Patch by Alfons
721
722 2005-01-04 [christoph]  0.9.13cvs27
723
724         * src/folderview.c
725         * src/imap_gtk.c
726         * src/news_gtk.c
727                 Create extra popup menu entries for account settings
728
729         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
730
731 2005-01-03 [colin]      0.9.13cvs26
732
733         * src/main.c
734                 Plugins should be loaded before --receive or --receive-all 
735                 is processed. 
736                 Patch by Felix Eckhofer <felix-ml@tribut.de>
737
738 2005-01-03 [colin]      0.9.13cvs25
739
740         * src/pop.c
741         * src/pop.h
742                 Add data_len member, because we can get NULs from network
743                 Patch by Alfons
744
745 2005-01-01 [colin]      0.9.13cvs24
746
747         * src/procmime.c
748                 Fix possible memleak in corner case - found by
749                 Martin Kluge, patch by Alfons
750
751 2004-12-30 [colin]      0.9.13cvs23
752
753         * src/account.c
754                 Fix prototypes - patch by Alfons
755
756 2004-12-30 [paul]       0.9.13cvs22
757
758         * ChangeLog
759         * ChangeLog.jp
760         * NEWS
761         * src/account.c
762                 sync with main 1.0.0.
763                 see ChangeLog 2004-12-22
764
765 2004-12-18 [paul]       0.9.13cvs21
766
767         * AUTHORS
768         * ChangeLog
769         * ChangeLog.jp
770         * src/action.c
771                 sync with main, see ChangeLog 2004-12-17
772
773 2004-12-17 [thorsten]   0.9.13cvs20
774
775         * src/compose.c
776                 protect trailing spaces when signing message
777
778 2004-12-16 [paul]       0.9.13cvs19
779
780         * ChangeLog
781         * ChangeLog.jp
782         * NEWS
783         * src/compose.c
784         * src/syldap.c
785                 sync with main 1.0.0rc
786                 see ChangeLog 2004-12-15
787
788 2004-12-14 [colin]      0.9.13cvs18
789
790         * src/gtk/prefswindow.c
791                 Fix build. Sorry :)
792
793 2004-12-14 [colin]      0.9.13cvs17
794
795         * src/gtk/gtkutils.c
796         * src/gtk/gtkutils.h
797         * src/gtk/prefswindow.c
798                 Catch Enter in prefswindow while in text
799                 widget. Patch by Alfons.
800
801 2004-12-14 [paul]       0.9.13cvs16
802
803         * ChangeLog
804         * ChangeLog.jp
805         * src/action.c
806         * src/compose.c
807         * src/common/utils.c
808                 sync with main, see ChangeLog entries 2004-12-10
809                 and 2004-12-13
810
811         * po/ru.po
812                 updated by Pavlo Bohmat
813
814 2004-12-13 [thorsten]   0.9.13cvs15
815
816         * src/plugins/spamassassin/libspamc.c
817                 fix memleak
818
819 2004-12-13 [colin]      0.9.13cvs14
820
821         * src/gtk/prefswindow.c
822         * src/gtk/pluginwindow.c
823                 Fix key_pressed handlers
824
825 2004-12-11 [colin]      0.9.13cvs13
826
827         * src/quote_fmt_parse.y
828                 Rework quote_fmt_parse to use less local 
829                 arrays in local blocks, so it doesn't 
830                 freak out IBM's stack protector. Patch
831                 by Alfons.
832
833 2004-12-10 [colin]      0.9.13cvs12
834
835         * src/messageview.c
836                 Fix logic error
837         * src/mainwindow.c
838                 Fix corruptions when de-separating messageview
839
840 2004-12-10 [paul]       0.9.13cvs11
841
842         * src/prefs_themes.c
843                 use a different set of icons for the Preview
844
845 2004-12-09 [colin]      0.9.13cvs10
846
847         * src/procmime.c
848                 Fix procmime_encode_content doing horribly wrong
849                 stuff when encoding to B64 from memory
850
851 2004-12-08 [colin]      0.9.13cvs9
852
853         * src/gtk/colorlabel.c
854                 Fix color label off-by-one
855                 Patch by Alfons
856
857 2004-12-08 [hoa]        0.9.13cvs8
858
859         * src/quote_fmt_parse.y
860                 really fix buffer overflow
861
862 2004-12-08 [colin]      0.9.13cvs7
863
864         * src/matcher_parser_parse.y
865         * src/msgcache.c
866         * src/prefs_matcher.c
867         * src/procheader.c
868         * src/matcher.c
869         * src/common/defs.h
870                 Cache total_size and use that to speed up
871                 'partial' match.
872                 Add 'partial' to the list of useable stuff
873                 in filtering
874
875 2004-12-08 [paul]
876
877         * po/sr.po
878                 updated by URKE MMI
879
880 2004-12-08 [colin]      0.9.13cvs6
881
882         * src/textview.c
883                 Fix possible boundary overrun in
884                 get_email_part(). Patch by Alfons
885
886 2004-12-08 [hoa]        0.9.13cvs5
887
888         * src/quote_fmt_parse.y
889                 fix buffer overflow
890                 http://bugs.gentoo.org/show_bug.cgi?id=67253
891
892 2004-12-07 [thorsten]   0.9.13cvs4
893
894         * src/procmime.c
895                 fix leak introduced with 0.9.13cvs1
896
897 2004-12-07 [keith]      0.9.13cvs3
898
899         * src/procmime.c
900                 Fix typo
901
902 2004-12-07 [colin]      0.9.13cvs2
903
904         * AUTHORS
905         * src/prefs_account.c
906         * src/common/smtp.c
907         * src/common/smtp.h
908                 Add SMTP PLAIN authentication. Patch by 
909                 George Michaelson <ggm@apnic.net>
910
911 2004-12-07 [thorsten]   0.9.13cvs1
912
913         * src/procmime.c
914                 [Bug 650] reply button causes crash
915                 Patch partly by David Relson
916
917 2004-12-06 [paul]       0.9.13
918
919         0.9.13 released
920
921 2004-12-06 [paul]
922
923         * po/sk.po
924                 updated by Andrej Kacian
925         * INSTALL
926         * README.claws
927                 updated
928         
929 2004-12-06 [christoph]
930
931         * configure.ac
932                 move GPGME check to PGP/MIME plugin checks
933
934 2004-12-06 [colin]      0.9.12cvs187
935
936         * src/compose.c
937                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
938
939 2004-12-06 [paul]       0.9.12cvs186
940
941         * INSTALL
942         * README.claws
943                 updated
944         * po/es.po
945         * po/fr.po
946         * po/it.po
947         * po/ja.po
948         * po/pt_BR.po
949         * po/zh_CN.po
950                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
951                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
952                 and Yang Guilong
953
954 2004-12-05 [paul]       0.9.12cvs185
955
956         * INSTALL
957         * Makefile.am
958         * README.claws
959                 update
960         * TODO.claws    **REMOVED**
961                 removed, use the wiki instead
962         * tools/Makefile.am
963         * tools/README
964                 remove newscache_conv.pl from the release package
965                 and notes as it is broken and not currently maintained
966         * tools/filter_conv.pl
967                 use --config-dir to find claws' config dir
968         * tools/kdeservicemenu/README
969         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
970         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
971                 make a top-level menu entry
972
973 2004-12-04 [paul]       0.9.12cvs184
974
975         * src/addrharvest.c
976                 conv_unmime_header_overwrite(name)
977
978 2004-12-04 [colin]      0.9.12cvs183
979
980         * src/compose.c
981                 Fix saving of compose window position
982                 when sending mail. Patch by Alfons.
983
984 2004-12-04 [paul]       0.9.12cvs182
985
986         * ChangeLog
987         * ChangeLog.jp
988         * INSTALL
989         * NEWS
990         * README
991         * README.jp
992         * doc/manual/ja/Makefile.am
993         * doc/manual/ja/sylpheed-1.html
994         * doc/manual/ja/sylpheed-10.html
995         * doc/manual/ja/sylpheed-11.html
996         * doc/manual/ja/sylpheed-12.html
997         * doc/manual/ja/sylpheed-13.html
998         * doc/manual/ja/sylpheed-14.html
999         * doc/manual/ja/sylpheed-15.html
1000         * doc/manual/ja/sylpheed-16.html
1001         * doc/manual/ja/sylpheed-17.html
1002         * doc/manual/ja/sylpheed-18.html
1003         * doc/manual/ja/sylpheed-19.html
1004         * doc/manual/ja/sylpheed-2.html
1005         * doc/manual/ja/sylpheed-20.html
1006         * doc/manual/ja/sylpheed-3.html
1007         * doc/manual/ja/sylpheed-4.html
1008         * doc/manual/ja/sylpheed-5.html
1009         * doc/manual/ja/sylpheed-6.html
1010         * doc/manual/ja/sylpheed-7.html
1011         * doc/manual/ja/sylpheed-8.html
1012         * doc/manual/ja/sylpheed-9.html
1013         * doc/manual/ja/sylpheed.html
1014         * doc/manual/ja/sylpheed.sgml
1015         * src/Makefile.am
1016         * src/procmime.c
1017         * src/pixmaps/regular.xpm **REMOVED**
1018                 sync with main 1.0.0beta4, including: "canonicalize text files
1019                 before encoding to BASE64, and uncanonicalize after decoding
1020                 to conform with RFC 2045" 
1021
1022 2004-12-03 [christoph]  0.9.12cvs181
1023
1024         * src/compose.c
1025                 build the Privacy System menu without GtkItemFactory to
1026                 allow '/' in Privacy System names
1027
1028         * src/plugins/pgpmime/pgpmime.c
1029         * src/plugins/pgpmime/plugin.c
1030                 Update description and change Privacy System name
1031
1032 2004-12-03 [paul]
1033
1034         * src/pixmaps/dir_close.xpm
1035         * src/pixmaps/dir_open.xpm
1036         * src/pixmaps/drafts_close.xpm
1037         * src/pixmaps/drafts_open.xpm
1038         * src/pixmaps/group.xpm
1039         * src/pixmaps/unread.xpm
1040                 update icons (sync with main (adjust hue))      
1041
1042 2004-12-02 [paul]       0.9.12cvs180
1043
1044         * ChangeLog
1045         * ChangeLog.jp
1046         * src/Makefile.am
1047         * src/pop.c
1048         * src/common/utils.c
1049         * src/common/utils.h
1050         * src/pixmaps/folder.xpm **REMOVED**
1051                 sync with main
1052                 fixes bug 644 'extra CRs in subject line break filtering' 
1053
1054 2004-12-02 [colin]      0.9.12cvs179
1055
1056         * src/compose.c
1057                 Prevent duplicate edition of queued
1058                 and drafted mails
1059
1060 2004-12-02 [colin]      0.9.12cvs178
1061
1062         * src/compose.c
1063                 Fix quote linewrapping ignoring pref
1064                 Patch by Alfons
1065
1066 2004-11-30 [colin]      0.9.12cvs177
1067
1068         * src/gtk/prefswindow.c
1069         * src/gtk/pluginwindow.c
1070                 Add shortcut keys to prefs window
1071                 and plugin window. Patch by Fabien Vantard.
1072
1073 2004-11-29 [colin]      0.9.12cvs176
1074
1075         * src/folderview.c
1076                 Fix disappearing separators in folderview's popup
1077
1078 2004-11-29 [colin]      0.9.12cvs175
1079
1080         * src/procmime.c
1081                 Another format bug
1082
1083 2004-11-29 [colin]      0.9.12cvs174
1084
1085         * src/pop.c
1086                 Fix format string
1087
1088 2004-11-26 [colin]      0.9.12cvs173
1089
1090         * src/common/smtp.c
1091         * src/common/smtp.h
1092                 Use ESMTP for all servers advertising it
1093                 Add SIZE= parameter to MAIL command for 
1094                 ESMTP servers
1095
1096 2004-11-24 [colin]      0.9.12cvs172
1097
1098         * src/plugins/pgpmime/pgpmime.c
1099                 Forgot one :(
1100
1101 2004-11-24 [colin]      0.9.12cvs171
1102
1103         * src/plugins/pgpmime/pgpmime.c
1104                 Fix numerous GpgmeGtk leaks
1105
1106 2004-11-24 [colin]      0.9.12cvs170
1107
1108         * src/plugins/pgpmime/pgpmime.c
1109                 Fix numerous GpgmeCtx leaks
1110
1111 2004-11-24 [colin]      0.9.12cvs169
1112
1113         * src/plugins/pgpmime/plugin.c
1114                 Update requirements
1115         * src/plugins/trayicon/Makefile.am
1116         * src/plugins/trayicon/newmarkedmail.xpm
1117         * src/plugins/trayicon/trayicon.c
1118         * src/plugins/trayicon/unreadmarkedmail.xpm
1119                 Add new icons when there are unread marked mails
1120                 answers
1121
1122 2004-11-23 [thorsten]   0.9.12cvs168
1123
1124         * src/plugins/pgpmime/plugin.c
1125                 typo: plugin_init instead of plugin_done
1126
1127 2004-11-23 [thorsten]   0.9.12cvs167
1128
1129         * commitHelper
1130                 o add me
1131         * src/partial_download.c
1132         * src/partial_download.h
1133                 o fix path for includes
1134
1135 2004-11-23 [colin]      0.9.12cvs166
1136
1137         * src/procmime.c
1138                 Uh, changed API.
1139
1140 2004-11-23 [colin]      0.9.12cvs165
1141
1142         * src/procmime.c
1143                 Fix mime headers wrapping
1144
1145 2004-11-23 [christoph]  0.9.12cvs164
1146
1147         * src/common/Makefile.am
1148         * src/common/partial_download.[ch]
1149         * src/Makefile.am
1150         * src/partial_download.[ch]
1151         * src/folderview.c
1152                 move to src because it depends on src stuff
1153
1154         * src/codeconv.c
1155         * src/common/base64.h
1156                 move B64LEN macro to base64.h
1157
1158         * src/compose.c
1159         * src/privacy.[ch]
1160                 add PrefsAccount to sign-function parameters
1161
1162         * src/main.c
1163         * src/prefs_account.[ch]
1164         * src/gtk/prefswindow.[ch]
1165                 o use new prefswindow for account prefs
1166                 o add possibility to add new pages to account prefs
1167
1168         * src/plugins/pgpmime/prefs_gpg.[ch]
1169         * src/plugins/pgpmime/prefs_gpg.glade
1170                 add account prefs for GPG
1171
1172         * src/plugins/pgpmime/pgpmime.c
1173         * src/plugins/pgpmime/sgpgme.[ch]
1174                 create signers list based on the GPG account prefs
1175
1176 2004-11-23 [colin]      0.9.12cvs163
1177
1178         * src/main.c
1179                 Fix cursor going from normal to wait
1180                 as many times as there are folders
1181                 (very noticeable on exported displays)
1182
1183 2004-11-23 [colin]      0.9.12cvs162
1184
1185         * src/msgcache.c
1186                 HEAD needs this leak fix too
1187
1188 2004-11-22 [luke]       0.9.12cvs161
1189
1190         * src/gtk/gtkstext.c
1191                 'Up' key moves one line (not one paragraph) like 'Down'
1192
1193 2004-11-22 [paul]       0.9.12cvs160
1194
1195         * src/prefs_themes.c
1196                 fix oversized GtkFrames
1197
1198 2004-11-19 [paul]       0.9.12cvs159
1199
1200         * src/prefs_common.c
1201                 update prefs_keybind_apply_clicked()
1202
1203 2004-11-18 [paul]       0.9.12cvs158
1204
1205         * src/compose.c
1206         * src/messageview.c
1207         * src/common/utils.c
1208         * src/common/utils.h
1209                 use Message-ID format like that previously
1210                 used in compose_generate_msgid()
1211
1212 2004-11-17 [christoph]  0.9.12cvs157
1213
1214         * src/mainwindow.c
1215         * src/prefs_common.c
1216                 integrate "Common preferences" into new preferences dialog
1217
1218 2004-11-17 [colin]      0.9.12cvs156
1219
1220         * src/prefs_account.c
1221         * src/prefs_account.h
1222         * src/procmsg.c
1223                 Add an option to let the user choose to store encrypted
1224                 mail as clear text or encrypted.
1225
1226 2004-11-17 [colin]      0.9.12cvs155
1227
1228         * src/compose.c
1229         * src/toolbar.c
1230                 Be verbose when sending fails
1231         * src/procmsg.c
1232                 Fix procmsg_send_queue returning 0 when there's an error
1233                 Don't send messages to be encrypted to nobody 
1234
1235
1236 2004-11-17 [colin]      0.9.12cvs154
1237
1238         * src/privacy.c
1239                 Fix more pointer confusion
1240
1241 2004-11-17 [paul]       0.9.12cvs153
1242
1243         * src/procmime.h
1244                 forgotten in sync with main 1.0.0beta3
1245
1246
1247 2004-11-17 [paul]       0.9.12cvs152
1248
1249         * ChangeLog
1250         * ChangeLog.jp
1251         * NEWS
1252         * src/compose.c
1253         * src/jpilot.c
1254         * src/procmime.c
1255                 sync with main 1.0.0beta3
1256                 see ChangeLog 2004-11-15 and 2004-11-16
1257
1258 2004-11-17 [colin]      0.9.12cvs151
1259
1260         * src/plugins/pgpmime/pgpmime.c
1261                 Remove debug printf
1262
1263 2004-11-17 [colin]      0.9.12cvs150
1264
1265         * src/plugins/pgpmime/pgpmime.c
1266                 Fix off-by-one causing segs
1267
1268 2004-11-17 [colin]      0.9.12cvs149
1269
1270         * src/procmsg.c
1271                 < Reboot_> don't compare pointers to NULL with !
1272                 So, use the other form to bring consistency.
1273                 Also fix coding style.
1274
1275 2004-11-16 [colin]      0.9.12cvs148
1276
1277         * src/procmsg.c
1278                 Fix the fix :)
1279
1280 2004-11-16 [colin]      0.9.12cvs147
1281
1282         * src/procmsg.c
1283                 Fix leaks in procmsg_send_message_queue
1284
1285 2004-11-12 [paul]       0.9.12cvs146
1286
1287         * src/prefs_account.c
1288         * src/procmime.c
1289         * src/procmime.h
1290                 fix sync breakage 
1291
1292 2004-11-12 [paul]
1293
1294         * src/pixmaps/complete.xpm
1295         * src/pixmaps/continue.xpm
1296                 small sync with main, see ChangeLog 2004-11-11
1297
1298 2004-11-11 [paul]       0.9.12cvs145
1299
1300         * ChangeLog
1301         * ChangeLog.jp
1302         * src/account.c
1303         * src/folderview.c
1304         * src/folderview.h
1305         * src/imap.c
1306         * src/imap_gtk.c
1307         * src/inc.c
1308         * src/mainwindow.c
1309         * src/mh_gtk.c
1310         * src/news_gtk.c
1311         * src/pop.c
1312         * src/prefs_account.c
1313         * src/prefs_account.h
1314         * src/prefs_ext_prog.c
1315         * src/procmsg.c
1316         * src/procmsg.h
1317         * src/summary_search.c
1318         * src/summaryview.c
1319         * src/textview.c
1320         * src/common/defs.h
1321         * src/common/utils.c
1322         * src/common/utils.h
1323         * src/gtk/menu.c
1324         * src/gtk/menu.h
1325                 sync with main 1.0.0beta2 (plus 4)
1326
1327 2004-11-09 [christoph]  0.9.12cvs144
1328
1329         * src/compose.c
1330         * src/prefs_account.[ch]
1331                 add option menu to select default privacy system
1332
1333         * src/plugins/pgpmime/pgpmime.c
1334                 better memory allocation
1335
1336         * src/folder.c
1337                 syncronize flags when scanning a folder
1338
1339 2004-11-08 [colin]      0.9.12cvs143
1340
1341         * src/summaryview.c
1342                 Prevent useless folder count updates while 
1343                 quicksearch is running. It is really annoying 
1344                 while quicksearch is running a full-mail
1345                 scan, like 'b foo', in a big folder.
1346
1347 2004-11-08 [colin]      0.9.12cvs142
1348
1349         * src/textview.c
1350                 Really fix these mail URIs
1351
1352 2004-11-08 [colin]      0.9.12cvs141
1353
1354         * src/textview.c
1355                 fix "colin@colino.net" <colin@colino.net> 
1356                 types of URIs
1357
1358 2004-11-06 [colin]      0.9.12cvs140
1359
1360         * src/compose.c
1361                 Don't ask for passphrase if not sending
1362
1363 2004-11-05 [christoph]  0.9.12cvs139
1364
1365         * src/compose.c
1366                 o encode text content of composed mails
1367         * src/procmime.c
1368                 o allow encoding of MimeInfos that are stored in memory buffers
1369                 
1370
1371 2004-11-03 [paul]       0.9.12cvs138
1372
1373         * po/POTFILES.in
1374                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1375                 Patch submitted by Fabien Vantard
1376
1377         * src/prefs_ext_prog.c
1378                 fix typos. Patch submitted by Fabien Vantard
1379
1380         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1381         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1382                 add German, Spanish, Italian, Brazilian Portuguese,
1383                 and Slovak translations. Submitted by Thomas Gilgin,
1384                 J. José del Río 'partymola', Andrea Spadaccini,
1385                 Frederico Goncalves Guimaraes, and Andrej Kacian
1386
1387 2004-11-01 [christoph]  0.9.12cvs137
1388
1389         * src/procmime.c
1390                 implement RFC2231's parameter encoding
1391
1392 2004-10-29 [colin]      0.9.12cvs136
1393
1394         * src/common/utils.c
1395                 Fix boundary delimiter (a Pine user gets this:
1396                 > Malformed message: Unexpected characters at end of parameters:
1397                 > =_Thu__28_Oct_2)
1398
1399 2004-10-29 [paul]
1400
1401         * tools/textviewer.sh
1402                 fix typo. patch submitted by Johann Koenig 
1403                 <explosive@hvc.rr.com>
1404
1405 2004-10-29 [paul]
1406
1407         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1408         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1409                 add French translations, submitted by Fabien Vantard
1410
1411 2004-10-28 [christoph]  0.9.12cvs135
1412
1413         * doc/src/rfc2231.txt                           ** NEW **
1414         * src/procmime.c
1415         * src/common/quoted-printable.c
1416         * src/common/utils.[ch]
1417                 implement RFC2231's parameter decoding
1418
1419 2004-10-27 [paul]
1420
1421         * tools/kdeservicemenu/README
1422         * tools/kdeservicemenu/install.sh
1423         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1424         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1425         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1426                 output files to /tmp instead of littering the
1427                 current dir
1428                 add uninstall function
1429                 refactor
1430
1431 2004-10-26 [christoph]  0.9.12cvs134
1432
1433         * src/procmime.c
1434                 better check if parameters have to be in quoted string
1435
1436 2004-10-25 [paul]
1437
1438         * tools/kdeservicemenu/README
1439         * tools/kdeservicemenu/install.sh
1440         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1441         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1442         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1443                 add files for Sylpheed Service Menu in Konqueror
1444
1445 2004-10-22 [paul]       0.9.12cvs133
1446
1447         * src/compose.c
1448         * src/prefs_common.c
1449         * src/prefs_common.h
1450         * src/prefs_wrapping.c
1451                 remove 'smart wrapping'
1452
1453 2004-10-21 [colin]      0.9.12cvs132
1454
1455         * src/compose.c
1456                 Remove extraneous separator in Options
1457
1458 2004-10-21 [colin]      0.9.12cvs131
1459
1460         * src/compose.c
1461                 Replace "unknown" attachments by "application/octet-stream"
1462                 Be a bit more defensive when using strchr
1463
1464 2004-10-20 [paul]
1465
1466         * po/ru.po
1467                 updated by Pavlo Bohmat
1468
1469 2004-10-19 [christoph]  0.9.12cvs130
1470
1471         * src/compose.c
1472                 fix wrong menu entry path
1473
1474         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1475
1476         * src/gtk/menu.c
1477                 add extra check for missing menu entries
1478
1479 2004-10-19 [christoph]  0.9.12cvs129
1480
1481         * src/compose.c
1482         * src/common/utils.c
1483                 use utils' generate_msgid() in compose.c
1484
1485 2004-10-18 [christoph]  0.9.12cvs128
1486
1487         * src/plugins/pgpmime/passphrase.c
1488         * src/plugins/pgpmime/pgpmime.c
1489         * src/plugins/pgpmime/prefs_gpg.[ch]
1490         * src/plugins/pgpmime/prefs_gpg.glade
1491         * src/plugins/pgpmime/sgpgme.c
1492                 add GPG prefs
1493
1494 2004-10-18 [christoph]  0.9.12cvs127
1495
1496         * src/addrbook.c
1497         * src/addrcache.c
1498         * src/addressbook.c
1499         * src/codeconv.c
1500         * src/compose.c
1501         * src/customheader.c
1502         * src/editaddress.c
1503         * src/editgroup.c
1504         * src/exporthtml.c
1505         * src/folder.c
1506         * src/folderview.c
1507         * src/imap.c
1508         * src/jpilot.c
1509         * src/main.c
1510         * src/matcher_parser_parse.y
1511         * src/mbox.c
1512         * src/pop.c
1513         * src/prefs_account.c
1514         * src/prefs_gtk.c
1515         * src/prefs_msg_colors.c
1516         * src/procheader.c
1517         * src/procmime.[ch]
1518         * src/procmsg.c
1519         * src/summaryview.c
1520         * src/textview.c
1521         * src/common/base64.c
1522         * src/common/partial_download.c
1523         * src/common/socket.c
1524         * src/common/sylpheed.c
1525         * src/common/utils.[ch]
1526         * src/gtk/filesel.c
1527         * src/gtk/pluginwindow.c
1528         * src/gtk/quicksearch.c
1529         * src/plugins/pgpmime/pgpmime.c
1530         * src/plugins/pgpmime/plugin.c
1531         * src/plugins/pgpmime/select-keys.c
1532         * src/plugins/pgpmime/sgpgme.c
1533         * src/plugins/spamassassin/libspamc.c
1534         * src/plugins/trayicon/trayicon.c
1535         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1536         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1537                 o don't use any GNU C extensions
1538                 o fix warnings
1539                 o replace some non-POSIX functions
1540
1541         * src/plugins/spamassassin/spamassassin.[ch]
1542         * src/plugins/spamassassin/spamassassin_gtk.c
1543         * src/plugins/clamav/clamav_plugin.[ch]
1544         * src/plugins/clamav/clamav_plugin_gtk.c
1545                 replace statusbar_print_all() from common code because it is a
1546                 GUI function
1547
1548 2004-10-17 [paul]
1549
1550         * po/es.po
1551         * po/ko.po
1552         * AUTHORS
1553                 update Spanish and Korean translations,
1554                 submitted by Ricardo Mones Lastra and
1555                 SungHyun Nam
1556
1557 2004-10-13 [colin]      0.9.12cvs126
1558
1559         * src/compose.c
1560                 Don't convert message to forced encoding when 
1561                 drafting, plus minor magic-values cleanup.
1562
1563 2004-10-13 [colin]      0.9.12cvs125
1564
1565         * po/POTFILES.in
1566                 Update POTFILES.in to reflect the source
1567                 place changes
1568
1569 2004-10-08 [christoph]  0.9.12cvs124
1570
1571         * m4/spamassassin.m4
1572                 fix libspamc OpenSSL
1573
1574         * src/compose.c
1575                 rearrange the compose menu
1576
1577 2004-10-08 [christoph]  0.9.12cvs123
1578
1579         * src/Makefile.am
1580         * src/account.c
1581         * src/compose.[ch]
1582         * src/crash.c
1583         * src/main.c
1584         * src/mimeview.c
1585         * src/passphrase.[ch]                           ** REMOVE **
1586         * src/prefs_account.[ch]
1587         * src/prefs_common.[ch]
1588         * src/privacy.[ch]
1589         * src/procmime.[ch]
1590         * src/procmsg.c
1591         * src/rfc2015.[ch]                              ** REMOVE **
1592         * src/select-keys.[ch]                          ** REMOVE **
1593         * src/common/utils.[ch]
1594         * src/gtk/about.c
1595         * src/plugins/pgpmime/Makefile.am
1596         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1597         * src/plugins/pgpmime/pgpmime.c
1598         * src/plugins/pgpmime/plugin.c
1599         * src/plugins/pgpmime/prefs_gpg.[ch]
1600         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1601         * src/plugins/pgpmime/sgpgme.[ch]
1602                 o Add new MIME-Writer
1603                 o extend PrivacySystem with sign and encrypt functions
1604                 o extend PGP/MIME plugin with sign and encrypt functions
1605                 o integrate extended Privacy API in Compose and Sending process
1606
1607 2004-10-04 [colin]      0.9.12cvs122
1608
1609         * src/mainwindow.c
1610         * src/messageview.c
1611         * src/messageview.h
1612         * src/textview.c
1613                 Make forced encoding limited to messageview and
1614                 apply only to parts displayed using textview
1615
1616 2004-10-04 [colin]      0.9.12cvs121
1617
1618         * src/summaryview.c
1619                 Fix bug #605 (collapsed threads re-expand when moving or
1620                 deleting mails)
1621
1622 2004-10-03 [colin]      0.9.12cvs120
1623
1624         * src/summaryview.c
1625                 Fix bug #602
1626
1627 2004-10-02 [colin]      0.9.12cvs119
1628
1629         * src/mainwindow.c
1630         * src/messageview.c
1631         * src/prefs_common.h
1632         * src/procmime.c
1633         * src/procmime.h
1634         * src/textview.c
1635                 Clean up forced charset feature
1636                 Add forced decode
1637
1638 2004-10-01 [colin]      0.9.12cvs118
1639
1640         * src/mimeview.c
1641                 Better fix for Save all: skip multipart mails' first 
1642                 text part
1643
1644 2004-10-01 [colin]      0.9.12cvs117
1645
1646         * src/mimeview.c
1647                 Only save attachments in Save All
1648
1649 2004-10-01 [paul]       0.9.12cvs116
1650
1651         * ChangeLog
1652         * ChangeLog.jp
1653         * src/account.c
1654         * src/prefs_common.c
1655         * src/gtk/colorlabel.c
1656                 sync with main 0.9.12cvs17
1657
1658 2004-09-30 [colin]      0.9.12cvs115
1659
1660         * src/stock_pixmap.c
1661         * src/stock_pixmap.h
1662         * src/folderview.c
1663         * src/Makefile.am
1664         * src/pixmaps/read.xpm
1665                 Add icon for total # column
1666
1667 2004-09-29 [colin]      0.9.12cvs114
1668
1669         * src/compose.c
1670                 Don't close compose until message is sent if 
1671                 Show Send Dialog is Always
1672
1673 2004-09-29 [paul]       0.9.12cvs113
1674
1675         * src/quote_fmt_parse.y
1676                 In the quotation templates recognise sender's first and last 
1677                 names (%F %L) when the name is in the format "Duck, Donald".
1678                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1679
1680
1681 2004-09-28 [colin]      0.9.12cvs112
1682
1683         * src/mainwindow.c
1684                 Put back mnemonic
1685         * src/folderview.c
1686                 Fix Empty trash being visible-invisible-visible...
1687
1688 2004-09-28 [colin]      0.9.12cvs111
1689
1690         * src/mainwindow.c
1691                 Relabel Empty all Trash folders
1692
1693 2004-09-28 [colin]      0.9.12cvs110
1694
1695         * src/folderview.c
1696                 Add contextual Empty trash menu
1697         * src/mainwindow.c
1698                 Revert cvs109 which was useless
1699
1700 2004-09-28 [colin]      0.9.12cvs109
1701
1702         * src/mainwindow.c
1703                 Fix uninialized var
1704
1705 2004-09-28 [colin]      0.9.12cvs108
1706
1707         * src/addressbook.c
1708                 Fix triple-click
1709
1710 2004-09-28 [colin]      0.9.12cvs107
1711
1712         * src/addressbook.c
1713                 Fix double-click on entries
1714
1715 2004-09-28 [colin]      0.9.12cvs106
1716
1717         * src/inc.c
1718                 Reintroduce folder_item update freeze on incorporation
1719
1720 2004-09-27 [christoph]  0.9.12cvs105
1721
1722         * src/folderview.c
1723                 right-align new and unread column
1724
1725 2004-09-27 [paul]
1726
1727         * 0.9.12b released
1728
1729 2004-09-27 [paul]       0.9.12cvs104
1730
1731         * src/main.c
1732                 revert 0.9.12cvs101, it causes another segfault
1733
1734 2004-09-23 [christoph]  0.9.12cvs103
1735
1736         * src/plugins/spamassassin/libspamc.[ch]
1737         * src/plugins/spamassassin/utils.[ch]
1738                 update libspamc to SpamAssassin 3.0.0
1739
1740 2004-09-17 [paul]       0.9.12cvs102
1741
1742         * ChangeLog
1743         * ChangeLog.jp
1744         * src/inc.c
1745                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1746  
1747
1748 2004-09-17 [colin]      0.9.12cvs101
1749
1750         * src/main.c
1751                 Fix segfaults when quitting. valgrind says:
1752                         ==12144== Invalid read of size 4
1753                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1754                         [...]
1755                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1756                         [...]
1757                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1758
1759
1760 2004-09-13 [christoph]  0.9.12cvs100
1761
1762         * src/folder.c
1763                 add NULL pointer checks to fix segfault when messages can
1764                 not be fetched
1765
1766 2004-09-08 [colin]      0.9.12cvs99
1767
1768         * src/account.c
1769                 Remove a debug printf
1770
1771 2004-09-08 [christoph]  0.9.12cvs98
1772
1773         * src/procmsg.[ch]
1774                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1775                 if the message structure has been scanned
1776
1777         * src/folder.c
1778                 o scan structure when the mail is fetched for the first time
1779                   to prevent unnecessary fetching of messages while scanning
1780                   the folder for messages
1781                 o revert 0.9.12cvs24
1782
1783         * src/plugins/pgpmime/pgpmime.c
1784                 check signature if auto signature checking is enabled when the
1785                 signature status is requested for first time and not when
1786                 checking if a part has a signature
1787
1788 2004-09-07 [colin]      0.9.12cvs97
1789
1790         * src/inc.c
1791                 Change session error messages so that they
1792                 are a bit more helpful (the origin of the
1793                 error is not apparent if one isn't in 
1794                 front of Sylpheed when it happens).
1795
1796 2004-09-06 [colin]      0.9.12cvs96
1797
1798         * src/toolbar.c
1799                 Fix graying out Redirect in non english languages
1800                 Patch by Fabien Vantard
1801
1802 2004-09-06 [colin]      0.9.12cvs95
1803
1804         * src/summaryview.c
1805         * src/mimeview.c
1806                 Fix dropped URIs
1807
1808 2004-09-06 [colin]      0.9.12cvs94
1809
1810         * src/addressbook.c
1811         * src/addressitem.h
1812         * src/addritem.c
1813         * src/addritem.h
1814                 Add basic drag and drop to addressbook
1815
1816 2004-09-03 [colin]      0.9.12cvs93
1817
1818         * src/summaryview.c
1819                 Next/Prev unread message should start
1820                 from next/prev node (especially if 
1821                 mark_as_read_delay != 0)
1822
1823 2004-09-03 [colin]      0.9.12cvs92
1824
1825         * src/prefs_common.c
1826         * src/prefs_common.h
1827         * src/summaryview.c
1828                 Add an hidden 'mark_as_read_delay' pref 
1829
1830 2004-09-02 [colin]      0.9.12cvs91
1831
1832         * src/gtk/menu.c
1833                 Add unduplicated menu entries (fixes bug 532)
1834                 Patch by Fabien Vantard
1835
1836 2004-09-02 [colin]      0.9.12cvs90
1837
1838         * src/account.c
1839                 Fix bug 582 (broken auto account selection)
1840
1841 2004-09-02 [colin]      0.9.12cvs89
1842
1843         * src/addrindex.c
1844                 Free deleted queries too
1845
1846 2004-09-02 [colin]      0.9.12cvs88
1847
1848         * src/ldapquery.c
1849                 Fix freezes in LDAP, due to memory corruption
1850                 after deletion of a query (and not removing it
1851                 from the corresponding list of queries).
1852                 Very probably fixes bug 567 and bug 569
1853
1854 2004-09-02 [colin]      0.9.12cvs87
1855
1856         * src/prefs_spelling.c
1857                 Fix bug with aspell prefs init, where spell checking
1858                 is enabled at first but dictionary not specified. Use
1859                 LANG's dictionary by default.
1860
1861 2004-09-01 [colin]      0.9.12cvs86
1862
1863         * src/filtering.c
1864         * src/imap.c
1865         * src/prefs_matcher.c
1866         * src/stock_pixmap.c
1867                 Fix more nasty uninitialized variables
1868
1869 2004-08-31 [colin]      0.9.12cvs85
1870
1871         * src/folder.c
1872                 Fix memory corruption when entering procmsg_msginfo_free()
1873                 with unitialized msginfo. Thanks Valgrind.
1874
1875 2004-08-29 [colin]      0.9.12cvs84
1876
1877         * src/mimeview.c
1878                 Don't escape filenames before saving - that's 
1879                 not dangerous. By the way, fix the leak.
1880
1881 2004-08-27 [paul]       0.9.12cvs83
1882
1883         * src/mh.c
1884         * src/procheader.c
1885         * src/procmsg.c
1886         * src/procmsg.h
1887         * src/common/utils.c
1888         * src/gtk/menu.h
1889                 sync with main 0.9.12cvs6, see ChangeLog
1890                 2004-08-24, 2004-08-25, 2004-08-26
1891
1892
1893 2004-08-26 [paul]
1894
1895         * po/ja.po
1896                 updated by Rui Hirokawa
1897
1898 2004-08-25 [colin]      0.9.12cvs82
1899
1900         * src/plugins/pgpmime/pgpmime.c
1901                 Fix leak on non-combined encrypted messages
1902
1903 2004-08-25 [colin]      0.9.12cvs81
1904
1905         * src/plugins/pgpmime/pgpmime.c
1906         * src/plugins/pgpmime/sgpgme.c
1907         * src/plugins/pgpmime/sgpgme.h
1908                 Handle combined encryption/signature
1909
1910 2004-08-24 [colin]      0.9.12cvs80
1911
1912         * src/folder.c
1913                 Set mime flags on non multipart messages too
1914
1915 2004-08-23 [christoph]  0.9.12cvs79
1916
1917         * src/compose.c
1918                 create message header in memory as GString before writing it
1919                 to the message file
1920
1921 2004-08-23 [colin]      0.9.12cvs78
1922
1923         * src/rfc2015.c
1924         * src/rfc2015.h
1925         * src/compose.c
1926                 Fix (again) bug 197: inline encryption broken
1927
1928 2004-08-23 [paul]
1929
1930         * po/zh_CN.po
1931                 updated by Hansom Young
1932
1933 2004-08-23 [paul]
1934
1935         * 0.9.12a released
1936
1937 2004-08-23 [colin]      0.9.12cvs77
1938
1939         * src/imap.c
1940                 Try and fix bug 577 (session->last_access_time is broken since 
1941                 sync with main 0.9.12cvs2). 
1942                 Patch by Stephan Sachse <whiteman@teg-clan.de>
1943
1944 2004-08-23 [paul]
1945
1946         * po/es.po
1947         * po/fr.po
1948         * po/pl.po
1949         * po/pt_BR.po
1950         * po/sk.po
1951         * po/sr.po
1952                 update translations. submitted by Ricardo
1953                 Mones Lastra, Fabien Vantard, Emilian Nowak,
1954                 Frederico Goncalves Guimaraes, Andrej Kacian,
1955                 Urke MMI
1956
1957 2004-08-22 [paul]       0.9.12cvs76
1958
1959         * src/plugins/trayicon/trayicon.c
1960                 fix formatting bug in trayicon_popup_menu_entries[]
1961
1962
1963 2004-08-22 [paul]       0.9.12cvs75
1964
1965         * m4/Makefile.am
1966                 remove reference to openssl.m4
1967
1968
1969 2004-08-21 [colin]      0.9.12cvs74
1970
1971         * src/compose.c
1972                 Fix bug 576 (Duplicate auto-bcc on reedit)
1973
1974 2004-08-21 [colin]      0.9.12cvs73
1975
1976         * src/toolbar.c
1977                 Grey out Redirect in the toolbar when selection is
1978                 multiple. Fixes bug 520
1979
1980 2004-08-21 [colin]      0.9.12cvs72
1981
1982         * src/compose.c
1983                 Save Sign, Encrypt and Mode status when drafting or queuing
1984                 Fixes bug 502 (drafted message does not keep sign / encrypt 
1985                 state)
1986
1987 2004-08-21 [colin]      0.9.12cvs71
1988
1989         * src/summaryview.c
1990                 Fix bug 494 (Messages are always opened in summary 
1991                 view when right clicked.) Also fixes bug 508.
1992
1993 2004-08-21 [colin]      0.9.12cvs70
1994
1995         * src/compose.c
1996                 When using inline encryption, don't use QP or Base64:
1997                 the mail will be encrypted to a 7bit string.
1998                 Fixes bug 197
1999
2000 2004-08-21 [colin]      0.9.12cvs69
2001
2002         * src/compose.c
2003                 Fix inline-signing with 8bit chars: data must be 
2004                 converted to Quoted-printable before signing.
2005
2006 2004-08-21 [colin]      0.9.12cvs68
2007
2008         * src/compose.c
2009                 Remove 'Message/Save to draft folder'
2010                 and 'Message/Save and keep editing' to 
2011                 put a single 'File/Save' command.
2012                 Fixes bug 224
2013
2014 2004-08-21 [colin]      0.9.12cvs67
2015
2016         * src/mainwindow.c
2017                 Fix bug 222 (Summary view state not retained between sessions)
2018
2019 2004-08-20 [colin]      0.9.12cvs66
2020
2021         * src/codeconv.c
2022                 Fix bug 574 (empty cur_locale is not enough)
2023
2024 2004-08-20 [paul]
2025
2026         * src/plugins/pgpmime/plugin.c
2027                 modify PGP/MIME plugin's description
2028
2029 2004-08-16 [colin]      0.9.12cvs65
2030
2031         * src/common/ssl.c
2032                 Fix version comparison
2033
2034 2004-08-16 [colin]      0.9.12cvs64
2035
2036         * src/common/ssl.c
2037                 I meant 2.2.
2038
2039 2004-08-16 [colin]      0.9.12cvs63
2040
2041         * src/common/ssl.c
2042                 People with glibc 2.1 have had problems with non-blocking
2043                 SSL_connect. Disable it for glibc < 2.2.
2044
2045 2004-08-16 [colin]      0.9.12cvs62
2046
2047         * src/common/ssl.c
2048                 Fix format error
2049
2050 2004-08-13 [colin]      0.9.12cvs61
2051
2052         * src/plugins/pgpmime/plugin.c
2053                 Add plugin's description
2054
2055 2004-08-12 [christoph]  0.9.12cvs60
2056
2057         * src/folderutils.c
2058                 fix bug that did not thaw folder updates when deleting
2059                 duplicates in empty folders
2060
2061 2004-08-12 [colin]      0.9.12cvs59
2062
2063         * src/plugins/trayicon/trayicon.c
2064                 Add a context menu with most common operations
2065
2066 2004-08-12 [colin]      0.9.12cvs58
2067
2068         * configure.ac
2069         * sylpheed.desktop
2070         * src/Makefile.am
2071         * src/main.c
2072                 Add support for Freedesktop.org's startup notification
2073
2074 2004-08-10 [colin]      0.9.12cvs57
2075
2076         * src/main.c
2077         * src/common/socket.c
2078         * src/common/ssl.c
2079         * src/common/sylpheed.c
2080         * src/common/sylpheed.h
2081                 Put back the ssl connect nonblocking...
2082                 without the race condition
2083
2084 2004-08-09 [colin]      0.9.12cvs56
2085
2086         * src/main.c
2087         * src/common/ssl.c
2088         * src/common/sylpheed.c
2089         * src/common/sylpheed.h
2090                 Reverting previous commit, doesn't work 
2091
2092 2004-08-09 [colin]      0.9.12cvs55
2093
2094         * src/main.c
2095         * src/common/ssl.c
2096         * src/common/sylpheed.c
2097         * src/common/sylpheed.h
2098                 Make SSL_connect nonblocking, using a thread
2099
2100 2004-08-09 [paul]       0.9.12cvs54
2101
2102         * po/POTFILES.in
2103                 reflect new location of sgpgme.c
2104         * src/main.c
2105                 sync with main, see ChangeLog 2004-08-09
2106
2107 2004-08-08 [christoph]  0.9.12cvs53
2108
2109         * src/folderutils.c
2110                 freeze FolderItem updates while deleting duplicate messages
2111
2112 2004-08-08 [christoph]  0.9.12cvs52
2113
2114         * configure.ac
2115         * src/Makefile.am
2116         * src/main.c
2117         * src/pgpmime.c
2118         * src/pgpmime.h
2119         * src/sgpgme.c
2120         * src/sgpgme.h
2121         * src/plugins/Makefile.am
2122         * src/plugins/pgpmime/.cvsignore
2123         * src/plugins/pgpmime/Makefile.am
2124         * src/plugins/pgpmime/pgpmime.c
2125         * src/plugins/pgpmime/pgpmime.h
2126         * src/plugins/pgpmime/plugin.c
2127         * src/plugins/pgpmime/sgpgme.c
2128         * src/plugins/pgpmime/sgpgme.h
2129                 new plugin for PGP/MIME
2130
2131 2004-08-07 [christoph]  0.9.12cvs51
2132
2133         * src/folder.c
2134                 disable immediate folder change notification on opened folders
2135                 until SummaryView can handle it quickly
2136
2137 2004-08-07 [colin]      0.9.12cvs50
2138
2139         * src/pop.c
2140         * src/common/partial_download.c
2141                 fix warnings
2142
2143 2004-08-07 [colin]      0.9.12cvs49
2144
2145         * src/Makefile.am
2146         * src/account.c
2147         * src/addressbook.c
2148         * src/alertpanel.c
2149         * src/alertpanel.h
2150         * src/compose.c
2151         * src/exphtmldlg.c
2152         * src/expldifdlg.c
2153         * src/main.c
2154         * src/message_search.c
2155         * src/messageview.c
2156         * src/pop.c
2157         * src/sgpgme.c
2158         * src/summary_search.c
2159         * src/summaryview.c
2160         * src/textview.c
2161         * src/gtk/sslcertwindow.c
2162         * src/pixmaps/stock_dialog-error.xpm
2163         * src/pixmaps/stock_dialog-info.xpm
2164         * src/pixmaps/stock_dialog-question.xpm
2165         * src/pixmaps/stock_dialog-warning.xpm
2166                 sync new alertpanel from gtk2
2167
2168 2004-08-07 [colin]      0.9.12cvs48
2169
2170         * src/prefs_folder_item.c
2171                 fix memory corruption in folderitem's prefs
2172
2173 2004-08-06 [colin]      0.9.12cvs47
2174
2175         * src/compose.c
2176                 close compose window after queuing, before 
2177                 sending when user presses Send
2178
2179 2004-08-05 [christoph]  0.9.12cvs46
2180
2181         * src/msgcache.c
2182         * src/common/defs.h
2183                 add charset to cache file and convert charset when reading the
2184                 cache if different from internal used charset
2185
2186 2004-08-05 [christoph]  0.9.12cvs45
2187
2188         * src/messageview.c
2189         * src/mimeview.[ch]
2190         * src/procmime.h
2191         * src/common/utils.h
2192                 cleanup (remove unused includes/reorganize)
2193
2194         * src/prefs_ext_prog.c
2195         * src/prefs_folder_item.c
2196         * src/prefs_fonts.c
2197         * src/prefs_msg_colors.c
2198         * src/prefs_spelling.c
2199         * src/prefs_themes.c
2200         * src/prefs_toolbar.c
2201         * src/prefs_wrapping.c
2202         * src/gtk/prefswindow.[ch]
2203         * src/plugins/clamav/clamav_plugin_gtk.c
2204         * src/plugins/dillo_viewer/dillo_prefs.c
2205         * src/plugins/image_viewer/viewerprefs.c
2206         * src/plugins/spamassassin/spamassassin_gtk.c
2207                 change PrefsPage path into an array of strings and don't
2208                 split a single string into parts (better for translation)
2209
2210 2004-08-05 [christoph]  0.9.12cvs44
2211
2212         * src/folder.c
2213                 fix FolderItem's message counts after rebuilding a cache
2214
2215 2004-08-05 [paul]       0.9.12cvs43
2216
2217         * ChangeLog
2218         * ChangeLog.jp
2219         * src/imap.c
2220         * src/news.c
2221         * src/common/nntp.c
2222         * src/common/session.c
2223         * src/common/session.h
2224         * src/common/socket.c
2225                 sync with main 0.9.12cvs2
2226                 see ChangeLog 2004-08-04
2227
2228 2004-08-04 [christoph]  0.9.12cvs42
2229
2230         * configure.ac
2231                 add missing AC_DEFINE(USE_OPENSSL, ...)
2232         * src/folder.c
2233                 use new xml_node_new() function
2234
2235 2004-08-03 [christoph]  0.9.12cvs41
2236
2237         * src/folder.c
2238         * src/localfolder.c
2239         * src/common/xml.[ch]
2240                 sync with main 0.9.12cvs1
2241                 see ChangeLog 2004-07-23
2242
2243 2004-08-03 [christoph]
2244
2245         * configure.ac
2246         * m4/openssl.m4                 ** REMOVE **
2247                 use pkg-config to get OpenSSL CFLAGS and LIBS
2248                 (OpenSSL 0.9.7 is required now)
2249
2250 2004-08-02 [paul]       0.9.12cvs40
2251
2252         * AUTHORS
2253                 update translation team section
2254         * po/pt_BR.po
2255                 updated by Frederico Goncalves Guimaraes
2256                 <fggdebian@yahoo.com.br>
2257
2258 2004-07-29 [colin]      0.9.12cvs39
2259
2260         * src/messageview.c
2261                 Inform the user when a partially 
2262                 downloaded mail isn't on the server
2263                 anymore (due to Mark for deletion)
2264
2265 2004-07-29 [colin]      0.9.12cvs38
2266
2267         * src/messageview.c
2268                 Hide noticeview if necessary
2269
2270 2004-07-27 [colin]      0.9.12cvs37
2271
2272         * src/msgcache.c
2273                 More fixes (i overlook a bit, thanks
2274                 Christoph for spotting it)
2275
2276 2004-07-27 [colin]      0.9.12cvs36
2277
2278         * src/msgcache.c
2279                 Fix wrong test 
2280
2281 2004-07-26 [colin]      0.9.12cvs35
2282
2283         * src/pop.c
2284                 Fix uidl-file parsing when not in new
2285                 format
2286
2287 2004-07-19 [colin]      0.9.12cvs34
2288
2289         * src/compose.c
2290                 Save attachment status when drafting
2291
2292 2004-07-19 [colin]      0.9.12cvs33
2293
2294         * src/folder.h
2295         * src/folderview.c
2296         * src/summaryview.c
2297                 Reverse 0.9.12cvs29 to 31 (folder icon update
2298                 when quicksearch is active)
2299
2300 2004-07-18 [colin]      0.9.12cvs32
2301
2302         * src/pop.c
2303                 Fix partial download bug with "Download all
2304                 messages" option
2305
2306 2004-07-18 [colin]      0.9.12cvs31
2307
2308         * src/folderview.c
2309                 Fix crash
2310
2311 2004-07-17 [colin]      0.9.12cvs30
2312
2313         * src/summaryview.c
2314                 Same, when sticky search is off
2315
2316 2004-07-17 [colin]      0.9.12cvs29
2317
2318         * src/folder.h
2319         * src/folderview.c
2320         * src/summaryview.c
2321                 Update FolderItem icon whenever its summaryview is 
2322                 filtered
2323
2324 2004-07-16 [christoph]  0.9.12cvs28
2325
2326         * src/mimeview.c
2327                 make doubleclick work again
2328
2329 2004-07-16 [christoph]  0.9.12cvs27
2330
2331         * src/mimeview.c
2332                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2333
2334 2004-07-16 [paul]       0.9.12cvs26
2335         
2336         * src/gtk/quicksearch.c
2337         * src/compose.c
2338         * src/customheader.c
2339         * src/messageview.c
2340         * src/news.c
2341         * src/prefs_account.c
2342         * src/prefs_display_header.c
2343         * src/procheader.c
2344                 replace "Message-Id" with "Message-ID"
2345
2346 2004-07-16 [paul]       0.9.12cvs25
2347
2348         * ChangeLog
2349         * ChangeLog.jp
2350         * src/account.c
2351         * src/account.h
2352         * src/folder_item_prefs.c
2353         * src/main.c
2354         * src/pop.c
2355         * src/pop.h
2356         * src/prefs_account.c
2357         * src/prefs_account.h
2358         * src/prefs_common.c
2359         * src/prefs_common.h
2360         * src/prefs_gtk.c
2361         * src/prefs_gtk.h
2362                 sync with main 0.9.12cvs1
2363
2364 2004-07-15 [colin]      0.9.12cvs24
2365
2366         * src/folder.c
2367                 Disable GPG signature check during
2368                 folder move and scan 
2369         (Closes Bug 521 Signature checking slows down Folder-Move)
2370
2371 2004-07-14 [christoph]  0.9.12cvs23
2372
2373         * src/pgpmime.c
2374                 add missing fclose. Patch by Thomas Gilgin.
2375
2376         * src/procmime.c
2377                 add checks if fopen really worked
2378
2379 2004-07-14 [colin]      0.9.12cvs22
2380
2381         * src/pop.c
2382         * src/common/partial_download.c
2383                 Update includes
2384
2385 2004-07-14 [colin]      0.9.12cvs21
2386
2387         * src/folder.c
2388         * src/inc.c
2389         * src/matcher.c
2390         * src/matcher.h
2391         * src/matcher_parser_parse.y
2392         * src/messageview.c
2393         * src/msgcache.c
2394         * src/noticeview.c
2395         * src/noticeview.h
2396         * src/pop.c
2397         * src/pop.h
2398         * src/prefs_matcher.c
2399         * src/procheader.c
2400         * src/procmsg.c
2401         * src/procmsg.h
2402         * src/summaryview.c
2403         * src/common/Makefile.am
2404         * src/common/defs.h
2405         * src/gtk/quicksearch.c
2406         * src/common/partial_download.c ** NEW FILES **
2407         * src/common/partial_download.h ** NEW FILES **
2408                 Partial downloading of pop3 mails
2409
2410 2004-07-13 [christoph]  0.9.12cvs20
2411
2412         * src/mimeview.c
2413                 use "button_release_event" instead of "button_press_event",
2414                 because executing event callbacks while the button is still
2415                 pressed is not good and causes problems
2416
2417 2004-07-12 [colin]      0.9.12cvs19
2418
2419         * src/gtk/quicksearch.c
2420                 Fix a missing status update in quicksearch
2421
2422 2004-07-08 [colin]      0.9.12cvs18
2423
2424         * src/common/smtp.h
2425                 Fix guint vs gint bug
2426
2427 2004-07-08 [colin]      0.9.12cvs17
2428
2429         * src/common/smtp.c
2430                 use to_human_readable() for sizes
2431
2432 2004-07-08 [paul]       0.9.12cvs16
2433
2434         * src/inc.c [1.174]
2435                 fix occasional non-clearance of the statusbar
2436                 (close Bug 531 'SA plugin: status bar does not 
2437                  get cleared in OFFLINE mode')
2438
2439 2004-07-07 [colin]      0.9.12cvs15
2440
2441         * src/prefs_common.c [1.225]
2442         * src/prefs_common.h [1.112]
2443                 Add a hidden summary_quicksearch_sticky preference,
2444                 to allow the quicksearch bar to reset across folders
2445         * src/summaryview.c [1.437]
2446                 Use this preference
2447         * src/gtk/quicksearch.c [1.5]
2448         * src/gtk/quicksearch.h [1.3]
2449                 Add this preference, fix focus when hitting Enter,
2450                 add handling of Esc key to reset
2451
2452 2004-07-06 [colin]      0.9.12cvs14
2453
2454         * src/gtk/quicksearch.c [1.4]
2455                 Add Clear button
2456
2457 2004-07-06 [christoph]  0.9.12cvs13
2458
2459         * src/toolbar.c
2460                 enable next unread button in empty folders if next folder
2461                 dialog is not disabled
2462
2463         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2464          folders)
2465
2466 2004-07-06 [colin]      0.9.12cvs12
2467
2468         * src/common/smtp.c [1.16]
2469                 Display maximum message size in the log
2470
2471 2004-07-06 [paul]       0.9.12cvs11
2472
2473         * src/toolbar.c
2474                 fix typo. (spotted by Fabien Vantard)
2475
2476 2004-07-06 [paul]       0.9.12cvs10
2477
2478         * src/main.c
2479                 terminate cleanly on SIGHUP. Patch submitted by
2480                 Thomas Gilgin <thg@karate-muellheim.de>
2481
2482 2004-07-05 [christoph]  0.9.12cvs9
2483
2484         * src/inc.c
2485                 better replacing of %d in new mail notification command
2486
2487 2004-07-05 [colin]      0.9.12cvs8
2488
2489         * src/common/smtp.[ch]
2490                 Take SIZE (returned by EHLO) into account, and
2491                 avoid sending too big messages
2492
2493 2004-07-04 [paul]       0.9.12cvs7
2494
2495         * src/account.c
2496                 fix auto-account selection on imap/news
2497
2498 2004-07-01 [paul]       0.9.12cvs6
2499
2500         * src/gtk/quicksearch.c
2501                 reveal hidden string in gui
2502                 
2503         * src/compose.c
2504                 fix updating of gpg signing setting on 
2505                 switching accounts
2506
2507 2004-06-30 [darko]      0.9.12cvs5
2508
2509         * src/common/utils.c
2510                 remove expand_search_string()
2511         * src/gtk/quicksearch.c
2512                 remove no longer needed for loop (thanks Christoph)
2513                 add expand_search_string()
2514
2515 2004-06-30 [darko]      0.9.12cvs4
2516
2517         * src/common/utils.c
2518                 allow all filtering expressions in quicksearch
2519
2520         (Closes Bug 519 filtering expr. in quicksearch)
2521
2522 2004-06-30 [christoph]  0.9.12cvs3
2523
2524         * configure.ac
2525                 better 'localedir'
2526
2527         * src/common/intl.h
2528                 allow plugins to define TEXTDOMAIN for the _(...) macro
2529
2530 2004-06-30 [paul]       0.9.12cvs2
2531
2532         * po/POTFILES.in
2533           src/Makefile.am
2534           src/main.c
2535           src/prefs_common.c
2536           src/prefs_msg_colors.[ch]     ** NEW FILES **
2537                 move message colouring options to
2538                 '/Other Preferences/Message View/Colors'
2539
2540 2004-06-30 [paul]       0.9.12cvs1
2541
2542         * po/POTFILES.in
2543           src/Makefile.am
2544           src/main.c
2545           src/prefs_common.c
2546           src/prefs_wrapping.[ch]       ** NEW FILES **
2547                 move message wrapping options to
2548                 /'Other Preferences/Compose/Message Wrapping'
2549
2550 2004-06-28 [paul]       0.9.12
2551
2552         * Sylpheed-Claws 0.9.12 released
2553
2554         * po/es.po
2555           po/fr.po
2556           po/sk.po
2557                 updated by Ricardo Mones Lastra, Fabien Vantard,
2558                 Andrej Kacian
2559
2560 2004-06-27 [paul]       0.9.11cvs19
2561
2562         * src/common/ssl.c
2563                 re-enable certificate check
2564
2565 2004-06-25 [christoph]  0.9.11cvs18
2566
2567         * src/procmsg.h
2568                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2569
2570 2004-06-25 [paul]       0.9.11cvs17
2571
2572         * sync with main 0.9.12cvs1
2573                 see ChangeLog 2004-06-23
2574                 
2575         * src/gtk/menu.c
2576                 remove unused menu_toggle_toggle()
2577
2578 2004-06-23 [christoph]  0.9.11cvs16
2579
2580         * src/folder.c
2581         * src/procheader.c
2582         * src/procmsg.h
2583         * src/summaryview.c
2584                 scan the mime structure of multipart mails for correct
2585                 attachment, encryped and signed (with privacy API) part
2586                 detection
2587
2588         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2589
2590 2004-06-22 [paul]
2591
2592         * po/ru.po
2593                 updated by Pavlo Bohmat
2594
2595 2004-06-20 [christoph]  0.9.11cvs15
2596
2597         * src/inc.c
2598         * src/pop.[ch]
2599                 disconnect after authentication when doing POP before SMTP
2600
2601         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2602
2603 2004-06-19 [christoph]  0.9.11cvs14
2604
2605         * src/folder.c
2606                 fix FolderItem name update
2607
2608         (Closes Bug 511 Folder-Renaming not reflected immediately)
2609
2610 2004-06-17 [paul]       0.9.11cvs13
2611         
2612         * sync with main 0.9.12 release
2613           src/session.c
2614                 session_set_timeout(): fixed a bug that didn't
2615                 reset timeout_tag when interval is 0.
2616
2617 2004-06-16 [christoph]  0.9.11cvs12
2618
2619         * src/textview.c
2620                 correctly clear the URL in the status bar
2621
2622 2004-06-15 [christoph]  0.9.11cvs11
2623
2624         * src/summaryview.c
2625                 add missing gtk_widget_show()
2626
2627 2004-06-11 [christoph]  0.9.11cvs10
2628
2629         * src/plugins/spamassassin/spamassassin.c
2630                 correctly check waitpid return code
2631
2632         (Closes Bug 396 Zombie process when spamassassin is called)
2633
2634 2004-06-10 [christoph]  0.9.11cvs9
2635
2636         * src/mainwindow.c
2637         * src/summaryview.[ch]
2638         * src/gtk/Makefile.am
2639         * src/gtk/quicksearch.c                         ** NEW **
2640                 separate quick search from summaryview
2641
2642 2004-06-09 [christoph]  0.9.11cvs8
2643
2644         * src/inc.c
2645                 remove unused code
2646
2647         * src/textview.c
2648                 get folder for compose default account from MsgInfo and not
2649                 from SummaryView
2650
2651 2004-06-09 [christoph]  0.9.11cvs7
2652
2653         * src/folder.[ch]
2654                 add information about added or removed messages to
2655                 FOLDER_ITEM_UPDATE hook
2656
2657         * src/imap_gtk.c
2658         * src/mh_gtk.c
2659                 scan folder when removing a folder failed instead of
2660                 updating the summaryview
2661
2662 2004-06-08 [paul]       0.9.11cvs6
2663
2664         * sync with main 0.9.11cvs2
2665                 see ChangeLog 2004-06-08
2666
2667 2004-06-07 [christoph]  0.9.11cvs5
2668
2669         * configure.ac
2670         * src/common/Makefile.am
2671                 detect library providing 'encrypt' function
2672
2673 2004-06-07 [paul]       0.9.11cvs4
2674
2675         * src/inc.c
2676                 sync with main, 'code cleanup'
2677                 
2678         * tools/nautilus2sylpheed.sh
2679                 fix whitespace limitation. patch submitted by
2680                 Stephan Sachse <white@teg-clan.de>
2681
2682 2004-06-04 [christoph]  0.9.11cvs3
2683
2684         * src/account.c
2685         * src/action.[ch]
2686         * src/addressbook.c
2687         * src/addrindex.h
2688         * src/folder.h
2689         * src/folder_item_prefs.c
2690         * src/inc.c
2691         * src/main.c
2692         * src/messageview.c
2693         * src/mh_gtk.c
2694         * src/prefs_themes.c
2695         * src/procmime.c
2696         * src/quote_fmt.h
2697         * src/stock_pixmap.c
2698         * src/toolbar.c
2699                 fix compiler warnings
2700
2701 2004-06-03 [paul]       0.9.11cvs2
2702
2703         * src/msgcache.c
2704                 sync with main 0.9.11cvs1: "changed gint32 to
2705                 guint32 for some platforms"
2706
2707 2004-06-02 [christoph]  0.9.11cvs1
2708
2709         * src/common/ssl.c
2710                 fix SSL_CTX variable name for older OpenSSL versions
2711
2712         (Closes Bug 503 fix compilation with older OpenSSL)
2713
2714 2004-05-31 [paul]       0.9.11claws
2715
2716         * 0.9.11claws released
2717
2718 2004-05-31 [paul]       0.9.10claws72
2719
2720         * po/es.po
2721           po/it.po
2722           po/ja.po
2723           po/pl.po
2724           po/sk.po
2725           po/sr.po
2726           po/zh_CN.po
2727                 update translations, submitted by Ricardo Mones Lastra,
2728                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2729                 Urke MMI, and Hansom Young
2730
2731 2004-05-25 [luke]       0.9.10claws71
2732
2733         * AUTHORS
2734         * src/mimeview.c
2735         * src/stockpixmap.[ch]
2736         * src/Makefile.am
2737         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2738         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2739         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2740         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2741         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2742
2743                 o Added privacy emblems from Jesper Shultz 
2744                   <jesper@schultz-net.dk>
2745                 o Overlay emblems onto mimeview icons to indicate
2746                   status of signature and if a message is encrypted
2747         
2748         * src/textview.c
2749                 remove unused color definitions (were used to 
2750                 indicate sig status)
2751
2752 2004-05-25 [paul]       0.9.10claws70
2753
2754         * AUTHORS
2755           tools/Makefile.am
2756           tools/README
2757           tools/nautilus2sylpheed.sh            ** NEW FILE **
2758                 add script to enable sending files from
2759                 nautilus.
2760                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2761                 
2762         * tools/launch_firebird                 ** REMOVED **
2763                 removed as the standard "firefox '%s'" now functions
2764                 correctly
2765
2766 2004-05-23 [paul]       0.9.10claws69
2767
2768         * src/compose.c
2769                 fix %X cursor point segfault
2770                 patch by Christoph
2771
2772 2004-05-23 [christoph]  0.9.10claws68
2773
2774         * src/folder.c
2775                 fix folder moving
2776
2777 2004-05-21 [paul]       0.9.10claws67
2778
2779         * sync with 0.9.10cvs17
2780                 see ChangeLog 2004-05-21
2781
2782 2004-05-20 [paul]       0.9.10claws66
2783
2784         * sync with 0.9.10cvs16
2785                 see ChangeLog 2004-05-19 and 2004-05-20
2786
2787 2004-05-19 [alfons]     0.9.10claws65
2788
2789         * src/summaryview.h
2790                 on some platforms regoff_t is defined as off_t, so 
2791                 pull in sys/types.h
2792
2793 2004-05-19 [paul]       0.9.10claws64
2794
2795         * sync with 0.9.10cvs13
2796                 see ChangeLog 2004-05-18
2797
2798 2004-05-17 [christoph]  0.9.10claws63
2799
2800         * src/folder.c
2801                 search all folders when searching for default folders and
2802                 not return the special folder of the first folder
2803
2804 2004-05-13 [alfons]     0.9.10claws62
2805
2806         * src/summaryview.c
2807                 add a better check to see if a message is a news message
2808                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2809
2810 2004-05-13 [paul]       0.9.10claws61
2811
2812         * src/msgcache.c
2813                 sync with 0.9.10cvs12
2814                 see ChangeLog 2004-05-12
2815
2816 2004-05-12 [alfons]     0.9.10claws60
2817
2818         * src/folderview.c
2819                 release lock in case of folder could not be opened 
2820
2821 2004-05-11 [christoph]  0.9.10claws59
2822
2823         * src/inc.[ch]
2824                 remove unused folderview update stuff from inc.[ch]
2825
2826 2004-05-11 [paul]       0.9.10claws58
2827
2828         * sync with 0.9.10cvs11
2829                 see ChangeLog 2004-05-10 and 2004-05-11
2830
2831 2004-05-09 [christoph]  0.9.10claws57
2832
2833         * src/folderview.c
2834                 check for folder class functions and not folder type to detect
2835                 valid drag targets
2836
2837 2004-05-08 [christoph]  0.9.10claws56
2838
2839         * src/sgpgme.c
2840                 fix date output for signature expire times
2841
2842         (Patch by Edgar Toernig <froese@gmx.de>)
2843
2844 2004-05-06 [christoph]  0.9.10claws55
2845
2846         * src/gtk/prefswindow.c
2847                 change window type to DIALOG
2848
2849         * src/folder.[ch]
2850         * src/folderview.c
2851         * src/news_gtk.c
2852                 o add folder_remove()
2853                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2854                 o add new "sort" field to Folder, no longer sort folders by type
2855                   higher sort values will be first in the folder list, new folders get 0
2856                   and will be added to the end
2857
2858         * src/mainwindow.c
2859         * src/gtk/Makefile.am
2860         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2861                 add dialog to allow users to change the folder order
2862
2863 2004-05-04 [paul]       0.9.10claws54
2864
2865         * src/inc.c
2866                 Display account_name in statusbar when retrieving
2867                 messages from a pop account
2868         * src/prefs_account.c
2869                 display account name in title of prefs_account
2870                 window
2871         * src/prefs_folder_item.c
2872                 display folder name in title of prefs_folder window
2873
2874         all 3 patches submitted by Fabien Vantard
2875
2876         * AUTHORS
2877                 add Fabien Vantard
2878
2879 2004-05-04 [paul]       0.9.10claws53
2880
2881         * src/prefs_actions.c
2882           src/prefs_template.c
2883                 'Esc' Key exits alertpanel
2884                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2885
2886 2004-04-26 [christoph]  0.9.10claws52
2887
2888         * src/gtk/about.c
2889         * src/gtk/colorsel.c
2890         * src/gtk/description_window.c
2891         * src/gtk/filesel.c
2892         * src/gtk/gtkaspell.c
2893         * src/gtk/inputdialog.c
2894         * src/gtk/pluginwindow.c
2895         * src/gtk/progressdialog.c
2896                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2897                   it does not work correctly with xinerama
2898                 o lock incorporation while the plugin window is open
2899
2900 2004-04-23 [paul]       0.9.10claws51
2901
2902         * po/POTFILES.in
2903                 update location of inputdialog.c
2904                 
2905         * src/gtk/about.c
2906                 update Copyright string
2907                 
2908         * src/msgcache.c
2909           src/prefs_common.c
2910           src/prefs_themes.c
2911                 improve the english a little
2912
2913 2004-04-22 [christoph]  0.9.10claws50
2914
2915         * src/folderutils.[ch]
2916                 add folderutils_mark_all_read()
2917
2918         * src/folderview.c
2919                 readd "mark all read" from popup menu, now works
2920                 in all folders and not only the opened folder
2921
2922 2004-04-21 [christoph]  0.9.10claws49
2923
2924         * src/Makefile.am
2925         * src/inputdialog.[ch]                  ** REMOVED **
2926         * src/gtk/Makefile.am
2927         * src/gtk/inputdialog.[ch]              ** NEW **
2928                 move inputdialog.[ch] into gtk directory
2929
2930         * src/mh_gtk.c
2931                 remove check for missing IMAP folder account
2932
2933 2004-04-20 [christoph]  0.9.10claws48
2934
2935         * src/mainwindow.c
2936         * src/foldersel.c
2937                 remove new/rename/delete folder GUI functions because
2938                 they are always active, even for news folders, and can
2939                 not be easily made folder class dependent
2940
2941         * src/gtk/menu.[ch]
2942                 make menu_translate() public
2943
2944         * src/Makefile.am
2945         * src/folder.[ch]
2946         * src/folderview.[ch]
2947         * src/imap_gtk.[ch]                     ** NEW **
2948         * src/main.c
2949         * src/mh_gtk.[ch]                       ** NEW **
2950         * src/news_gtk.[ch]                     ** NEW **
2951                 o dynamically build FolderView popup menus from a folder
2952                   specific part, with callbacks to seperated code, and
2953                   a common part
2954                 o remove the folder class specifiy code from folderview.c
2955
2956 2004-04-15 [luke]       0.9.10claws47
2957
2958         * src/prefs_folder_item.c
2959                 o remove buttons for applying 'scan for new mail'
2960                   and 'process at startup' to sub folders
2961                 o add 'apply to sub folder' check buttons for all
2962                   properties and set folder prefs accordingly
2963                 o replace multiple gtk_widget_show() with one
2964                   gtk_widget_show_all() on container
2965
2966 2004-04-14 [darko]      0.9.10claws46
2967
2968         * src/gtk/Makefile.am
2969         * src/gtk/pluginwindow.c
2970                 load plugins from to $(prefix)/lib/sylpheed/plugins
2971                 in file selection dialog
2972         * src/plugins/clamav/clamav_plugin.c
2973                 const correctness
2974
2975 2004-04-14 [christoph]  0.9.10claws45
2976
2977         * src/folder.c
2978         * src/plugins/image_viewer/viewer.c
2979                 fix g_warnings
2980
2981 2004-04-10 [alfons]     0.9.10claws44
2982         
2983         * src/compose.c
2984                 appropriate auto account selection when forwarding
2985                 (fixes bug #476, "forward as attachment does not listen
2986                 to account rules")
2987
2988 2004-04-09 [alfons]     0.9.10claws43
2989
2990         * src/summaryview.c
2991                 make quick search combo matching case sensitive
2992
2993 2004-04-06 [alfons]     0.9.10claws42
2994
2995         * src/addr_compl.c
2996                 use cursor position to prevent clearing the entire entry
2997
2998 2004-04-06 [alfons]     0.9.10claws41
2999
3000         * src/folderview.c
3001                 fix bug #472, "filter not updated when renaming folder" 
3002
3003 2004-04-06 [alfons]     0.9.10claws40
3004
3005         * src/messageview.[ch]
3006           src/summaryview.c
3007                 reflect changes to Show all headers to main view
3008                 and message view (only affects detached message
3009                 view). see also bug #473, 'Show All Headers 
3010                 "problem"'.
3011
3012 2004-04-03 [alfons]     0.9.10claws39
3013
3014         * src/matcher.c
3015                 free address list
3016
3017 2004-04-03 [alfons]     0.9.10claws38
3018
3019         * src/matcher_parser_parse.y
3020           src/matcher.[ch]
3021                 prepare address look up matcher type; marginally
3022                 tested, and not hooked into the UI yet.
3023
3024                 basically it accepts the result of the left hand
3025                 side of the matcher (the "criteria"):
3026
3027                         from all_in_addressbook ""
3028                         ~to_or_cc any_in_addressbook ""
3029                 
3030                 the first case matches all addresses found in the
3031                 from header, and the second case matches if any
3032                 (at least one) of the addresses in to or cc headers 
3033                 are not in the address book.
3034
3035                 the string argument is not used yet, but is intended
3036                 to match a group of addresses 
3037
3038 2004-04-02 [luke]       0.9.10claws37
3039
3040         * src/prefs_folder_item.c
3041                 Add two buttons to apply 'scan for new mail'
3042                 and 'process at startup' to sub folders
3043
3044 2004-04-02 [luke]
3045         * tools/textviewer.sh
3046                 better filename extension matching plus some support for
3047                 MS Excel, MS Powerpoint and HTML
3048
3049 2004-03-29 [christoph]  0.9.10claws36
3050
3051         * src/folder.h
3052         * src/folderutils.[ch]
3053         * src/mainwindow.c
3054                 add delete duplicates for all folders
3055
3056 2004-03-29 [alfons]     0.9.10claws35
3057
3058         * src/folder.c
3059                 don't pass NULL to XXXprintf(); fixes Solaris crashes
3060                 when selecting top-level folder node (thanks to 
3061                 Alex S. Moore)
3062
3063 2004-03-28 [keith]      0.9.10claws34
3064
3065         * src/textview.c
3066                 prepend "http://" to URIs of the form "www.example.com"
3067
3068 2004-03-28 [paul]       0.9.10claws33
3069
3070         * src/common/nntp.c
3071           src/common/smtp.c
3072           src/folder.c
3073           src/imap.c
3074           src/inc.c
3075           src/news.c
3076           src/pop.c
3077                 revise 'translatable string' policy:
3078                 don't translate debug_print() or log_print(),
3079                 translate log_message() and log_warning()
3080         
3081         * po/zh_CN.po
3082                 update submitted by Hansom Young
3083
3084 2004-03-25 [alfons]     0.9.10claws32
3085
3086         * src/prefs_common.c
3087                 I mean this one: Return the GList...
3088
3089 2004-03-25 [alfons]     0.9.10claws31
3090
3091         * src/prefs_common.h
3092                 add new members at the end of prefs_common, so
3093                 they get properly initialized
3094
3095 2004-03-24 [christoph]  0.9.10claws30
3096
3097         * src/imap.c
3098                 o NULL is a valid GSList
3099
3100 2004-03-24 [alfons]     0.9.10claws29
3101
3102         * src/prefs_common.[ch]
3103           src/summaryview.c
3104           src/common/defs.h
3105                 add history to quick search (patch submitted by 
3106                 Ivan Francolin Martinez - thanks!)
3107
3108 2004-03-24 [alfons]     0.9.10claws28
3109
3110         * src/imap.c
3111                 NULL output pointer parameter
3112
3113 2004-03-21 [alfons]     0.9.10claws27
3114
3115         * src/addrindex.[ch]
3116           src/addr_compl.c
3117                 complete addresses on nicks and aliases
3118
3119 2004-03-21 [alfons]     0.9.10claws26
3120
3121         * src/import.c
3122           src/inc.c
3123           src/mbox.[ch]
3124                 disable filters on import mbox (patch submitted
3125                 by Edgar Toernig)
3126
3127 2004-03-21 [darko]      0.9.10claws25
3128
3129         * src/addr_compl.c
3130                 select the address when only one match is found while
3131                 doing address completion with tab key (feature
3132                 request #914720)
3133
3134 2004-03-21 [alfons]     0.9.10claws24
3135
3136         * src/messageview.c
3137           src/toolbar.c
3138                 don't `navigate-delete` when a summary view's selection does not 
3139                 match the accompanying message view's message
3140
3141 2004-03-20 [alfons]     0.9.10claws23
3142
3143         * src/summaryview.c
3144                 hide ext search button on initial display (should fix bug #459,
3145                 "Toggling quick-search at 1st time: minor UI inconsistency")
3146
3147 2004-03-20 [alfons]     0.9.10claws22
3148
3149         * src/summaryview.[ch]
3150                 add function to get selected msginfo, if there's
3151                 only one selected
3152
3153 2004-03-20 [paul]       0.9.10claws21
3154
3155         * sync with 0.9.10cvs7
3156                 see ChangeLog 2004-03-19
3157
3158 2004-03-19 [paul]       0.9.10claws20
3159
3160         * src/common/nntp.c
3161           src/common/smtp.c
3162           src/common/ssl.c
3163           src/folder.c
3164           src/imap.c
3165           src/inc.c
3166           src/news.c
3167           src/pop.c
3168                 don't translate strings in debug_print(), log_print(),
3169                 log_message(),  and log_warning()
3170
3171 2004-03-19 [alfons]     0.9.10claws19
3172
3173         better next/previous/delete/focus navigation with separate 
3174         message view 
3175         
3176         * src/toolbar.c
3177                 call summaryview_delete() instead of messageview_delete()
3178         * src/messageview.c
3179                 disable messageview_delete()
3180
3181 2004-03-18 [paul]       0.9.10claws18
3182
3183         * sync with 0.9.10cvs6
3184                 see ChangeLog 2004-03-16
3185
3186 2004-03-17 [alfons]     0.9.10claws17
3187
3188         * src/gtk/filesel.c
3189                 remove bogus semicolon after if() (sometimes it pays to
3190                 read LKML :)
3191
3192 2004-03-15 [darko]      0.9.10claws16
3193
3194         * src/gtk/filesel.c
3195                 support full path in place of a filename
3196         * src/mimeview.c
3197                 store directory attachments were saved to and
3198                 use it when saving attachments
3199         * src/prefs_common.[hc]
3200                 store directory attachments were last saved to
3201
3202 2004-03-15 [paul]       0.9.10claws15
3203
3204         * src/folderview.c
3205                 fix bug where unsubscribing a newsgroup would destroy
3206                 (most of the) filtering rules
3207
3208 2004-03-15 [paul]       0.9.10claws14
3209
3210         * src/folderview.c
3211                 fix Bug 458, 'Folder View remaining empty after 
3212                 removing a NEWS account' (was also true of IMAP
3213                 accounts)
3214
3215 2004-03-15 [paul]       0.9.10claws13
3216
3217         * src/folderview.c
3218                 fix folderview invisibility of newly subscribed
3219                 newsgroups
3220
3221 2004-03-13 [paul]       0.9.10claws12
3222
3223         * src/compose.c
3224           src/plugins/dillo_viewer/dillo_prefs.c
3225           src/plugins/image_viewer/viewerprefs.c
3226                 gettextise some forgotten parts
3227
3228 2004-03-13 [alfons]     0.9.10claws11
3229
3230         * src/imap.c
3231                 make sure the correct type is passed to sscanf()
3232
3233 2004-03-13 [paul]       0.9.10claws10
3234
3235         * sync with 0.9.10cvs5
3236                 see ChangeLog 2004-03-02 and 2004-03-12, 
3237                 specifically:
3238                 'always move messages by default when using DnD (except 
3239                 for News folder). Copy messages if Ctrl-key is pressed.'
3240                 and 'added a function to filter selected messages'
3241
3242 2004-03-12 [christoph]  0.9.10claws9
3243
3244         * src/codeconv.c
3245                 add parameter check to conv_unmime_header_overwrite()
3246
3247         * src/imap.c
3248                 o fix spelling
3249                 o fix removing of NEW flag when UNREAD is unset
3250
3251         * src/procmime.c
3252                 decode MIME-headers
3253
3254         (Closes 437 i18n attachment display error.)
3255
3256 2004-03-12 [paul]       0.9.10claws8
3257
3258         * po/it.po
3259                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3260                 
3261         * tools/Makefile.am
3262                 add 'textviewer.sh'
3263
3264 2004-03-12 [alfons]     0.9.10claws7
3265
3266         * src/imap.c
3267                 o quiet compiler and typecast Folder * to IMAP Folder *
3268                 o wake up and fix my previous incompatible type assignment bug
3269
3270 2004-03-12 [alfons]     0.9.10claws6
3271
3272         * src/imap.c
3273                 don't mix up pointers to int, guint32 _and_ 
3274                 unsigned int 
3275
3276 2004-03-12 [christoph]  0.9.10claws5
3277
3278         * src/folderview.c
3279                 Add error requester when renaming a folder failed
3280
3281         * src/imap.c
3282                 Check new FolderItem name for namespace seperator
3283                 before renaming
3284
3285         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3286
3287 2004-03-11 [christoph]  0.9.10claws4
3288
3289         * src/folder.[ch]
3290         * src/imap.c
3291         * src/procmsg.h
3292                 syncronize flags in cache with IMAP folder flags
3293
3294         Adapted a patch submitted by Simon 'corecode' Schubert
3295         <corecode@corecode.ath.cx> 
3296
3297
3298 2004-03-11 [alfons]     0.9.10claws3
3299
3300         * src/textview.[ch]
3301                 remove dead code that at one time controlled display of
3302                 URIs in status bar
3303
3304 2004-03-10 [paul]       0.9.10claws2
3305
3306         * po/it.po
3307                 updated by Lupino <lupin85@email.it>
3308
3309 2004-03-09 [alfons]     0.9.10claws1
3310
3311         * src/matcher.c
3312                 we're not using yywrap, but we may, so close yyin instead
3313                 of initial FILE *
3314
3315 2004-03-08 [paul]       0.9.10claws
3316
3317         * 0.9.10claws released
3318
3319 2004-03-08 [paul]       0.9.9claws41
3320
3321         * po/es.po
3322           po/ja.po
3323           po/ru.po
3324           po/sk.po
3325           po/sr.po
3326           po/zh_CN.po
3327                 update translations. submitted by Ricardo Mones Lastra,
3328                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3329                 Hansom Young
3330
3331 2004-03-06 [paul]       0.9.9claws40
3332
3333         * src/stock_pixmap.c
3334                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3335                 patch submitted by Pawel Pekala
3336
3337 2004-03-06 [alfons]             0.9.9claws39
3338
3339         * src/addrindex.c
3340                 allow nick name completion again 
3341
3342 2004-03-02 [match]              0.9.9claws38
3343
3344         * configure.ac
3345                 added definition of USE_LDAP_TLS to support TLS.
3346         * src/ldapctrl.[ch]
3347         * src/ldapquery.c
3348         * src/ldapserver.[ch]
3349         * src/addressbook.c
3350         * src/addrindex.c
3351         * src/editldap.c
3352                 included LDAP TLS support.
3353
3354 2004-03-02 [christoph]          0.9.9claws37
3355
3356         * src/folder.[ch]
3357                 o add more documentation for FolderClass
3358                 o remove usused FolderClass virtual functions
3359
3360         * src/imap.c
3361         * src/mh.c
3362         * src/news.c
3363                 change creation of FolderClass because static initializations
3364                 for structs suck in C89
3365
3366 2004-03-01 [paul]
3367
3368         * sync with 0.9.10
3369
3370 2004-02-28 [keith]      0.9.9claws36
3371
3372         * src/common/utils.c
3373                 Fix treatment of whitespace in quicksearch bar (leading
3374                 spaces and >1 space between commands and parameters).
3375
3376 2004-02-27 [alfons]     0.9.9claws35
3377
3378         * src/compose.[ch]
3379                 Explicitly remove draft timeout to fix nasty race between 
3380                 compose_send_cb() (which destroys the compose window) and 
3381                 compose_defer_auto_save_draft() (which expects compose 
3382                 window to exist). Should fix Keith's and Fred Marton's
3383                 bug report (#128, "crash after complaining about character
3384                 set conversion")
3385
3386 2004-02-27 [luke]       0.9.9claws34
3387         
3388         * src/folder.c
3389                 Do folder_item_apply_processing() even if no processing
3390                 rules for the folder exist (so global processing is applied)
3391
3392 2004-02-26 [thorsten]   0.9.9claws33
3393
3394         * src/mimeview.c
3395                 Remove misleading static declaration
3396
3397 2004-02-26 [alfons]     0.9.9claws32
3398
3399         * src/procmime.[ch]
3400           src/compose.c
3401           src/mimeview.c
3402           src/textview.c
3403                 use/add procmime_get_content_type_str() as a safe wrapper
3404                 for returning a Content-Type type string; should fix 
3405                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3406                  - attachments."
3407
3408 2004-02-26 [thorsten]   0.9.9claws31
3409
3410         * src/mimeview.c
3411                 Restructure save_as/save_all
3412
3413 2004-02-26 [alfons]     0.9.9claws30
3414
3415         * src/procmime.c
3416                 clean up (2)
3417
3418 2004-02-26 [alfons]     0.9.9claws29
3419
3420         * src/procmime.c
3421                 clean up (1)
3422
3423 2004-02-24 [luke]
3424
3425         * tools/textviewer.sh
3426                 tweaks from Johann Koenig, recognition of shell
3427                 scripts in particular
3428
3429 2004-02-24 [paul]       0.9.9claws28
3430
3431         * sync with 0.9.9cvs13
3432                 see ChangeLog 2004-02-24
3433
3434 2004-02-23 [paul]       0.9.9claws27
3435
3436         * src/inc.c
3437                 one alertpanel on pop3 authentication error will suffice
3438                 
3439         * src/prefs_fonts.c
3440                 remove unnecessary printf
3441
3442 2004-02-22 [alfons]     0.9.9claws26
3443
3444         * src/messageview.c
3445                 put back a lost check
3446
3447 2004-02-21 [alfons]     0.9.9claws25
3448
3449         * src/folderview.c
3450                 don't forget to save folder properties after renaming folder
3451
3452 2004-02-20 [paul]       0.9.9.claws24
3453
3454         * src/addressbook.c
3455                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3456                 
3457         * src/inc.c
3458                 complete sync with 0.9.9cvs9's 'update folderview
3459                 progressively'
3460                 
3461         * configure.ac
3462                 require gettext >= 0.12.1
3463
3464 2004-02-17 [match]      0.9.9claws23
3465
3466         * src/compose.c
3467                 keep the peace - change style.
3468
3469 2004-02-17 [alfons]     0.9.9claws22
3470
3471         * src/filtering.c
3472                 make MATCHACTION_STOP cancel filtering / processing;
3473                 clean up and document it to make it a little bit more clear;
3474
3475 2004-02-17 [alfons]     0.9.9claws21
3476
3477         %X marks the cursor spot for reply quote format
3478
3479         * src/quote_fmt_lex.l 
3480           src/quote_fmt.c
3481                 add %X token
3482                 
3483         * src/quote_fmt.h
3484           src/quote_fmt_parse.y
3485                 handle %X token
3486                 
3487         * src/compose.c
3488                 handle %X token for replies only (for now)
3489
3490 2004-02-17 [paul]       0.9.9claws20
3491
3492         * po/sk.po
3493                 updated by Andrej Kacian
3494                 
3495         * src/news.c
3496                 remove unneeded include
3497                 
3498         * src/prefs_fonts.c
3499                 be a little more user-friendly with the labels
3500                 
3501         * configure.ac
3502                 a change forgotten in the last commit: 
3503                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3504
3505 2004-02-17 [paul]       0.9.9claws19
3506
3507         * ac/*                          ** REMOVED **
3508           ac/                           ** REMOVED **
3509           intl/Makefile.in              ** REMOVED **
3510           m4/                           ** NEW **
3511           m4/missing                    ** NEW **
3512           m4/missing/gdk-pixbuf.m4      ** NEW **
3513           m4/missing/gettext.m4         ** NEW **
3514           m4/missing/gpgme.m4           ** NEW **
3515           m4/missing/imlib.m4           ** NEW **
3516           m4/.cvsignore                 ** NEW **
3517           m4/Makefile.am                ** NEW **
3518           m4/README                     ** NEW **
3519           m4/aclocal-include.m4         ** NEW **
3520           m4/aspell.m4                  ** NEW **
3521           m4/check-type.m4              ** NEW **
3522           m4/gnupg-check-typedef.m4     ** NEW **
3523           m4/openssl.m4                 ** NEW **
3524           m4/spamassassin.m4            ** NEW **
3525           po/ChangeLog                  ** REMOVED **
3526           po/Makefile.in.in             ** REMOVED **
3527           po/Rules-quot                 ** REMOVED **
3528           po/boldquot.sed               ** REMOVED **
3529           po/en@boldquot.header         ** REMOVED **
3530           po/en@quot.header             ** REMOVED **
3531           po/insert-header.sin          ** REMOVED **
3532           po/quot.sed                   ** REMOVED **
3533           po/remove-potcdate.sed        ** REMOVED **
3534           po/remove-potcdate.sin        ** REMOVED **
3535           po/stamp-po                   ** REMOVED **
3536           Makefile.am
3537           autogen.sh
3538           configure.ac
3539                 enable building with automake 1.8.x
3540                 add 'autopoint' to autogen.sh and remove all
3541                 auto-generated files, remove ac/ in favour of
3542                 m4/
3543
3544 2004-02-17 [alfons]     0.9.9claws18
3545         
3546         * src/summaryview.c
3547                 MSG_IS_NEWS() is not stored at all, and is bogus
3548
3549 2004-02-17 [martin]     0.9.9claws17
3550
3551         * src/prefs_themes.c
3552                 fix crash when installing wrong theme and output an
3553                 error message
3554
3555 2004-02-16 [christoph]  0.9.9claws16
3556
3557         * src/compose.c
3558         * src/stock_pixmap.[ch]
3559         * src/toolbar.[ch]
3560         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3561                 add "Wrap current paragraph" to compose toolbar
3562
3563 2004-02-15 [alfons]     0.9.9claws15
3564
3565         * src/folderview.c
3566                 refine previous commit to make sure other hook functions
3567                 get their grab of the pie too
3568
3569 2004-02-15 [alfons]     0.9.9claws14
3570
3571         * src/folderview.c
3572                 fix sync breakage so we don't pass invalid pointer types
3573
3574 2004-02-15 [match]      0.9.9claws13
3575
3576         * src/ldapquery.[ch]
3577         * src/ldapserver.h
3578         * src/addrindex.[ch]
3579                 tweak threading calls.
3580         * src/addr_compl.[ch]
3581                 add alias into completion list.
3582         * src/addressbook.c
3583                 fix ldap browse.
3584                 improve context menu behavior.
3585                 change menu sequence.
3586                 add send mail from addressbook.
3587         * src/addrselect.[ch]
3588         * src/compose.[ch]
3589                 add send mail from addressbook.
3590
3591 2004-02-15 [christoph]  0.9.9claws12
3592
3593         * src/folderutils.c
3594                 skip deleting when duplist is empty
3595
3596         * src/folderview.[ch]
3597         * src/mainwindow.c
3598         * src/summaryview.[ch]
3599                 call folderutils_delete_duplicates() from mainwindow code
3600
3601 2004-02-15 [alfons]     0.9.9claws11
3602         
3603         * src/common/utils.c
3604                 add prefix for italian ms o(e) 
3605
3606 2004-02-14 [paul]       0.9.9claws10
3607
3608         * src/foldersel.c
3609                 fix updating of the folder view when creating a
3610                 new folder
3611
3612 2004-02-13 [paul]       0.9.9claws9
3613
3614         * src/plugins/clamav/clamav_plugin.c
3615                 remove GUI code
3616
3617 2004-02-13 [paul]       0.9.9claws8
3618
3619         * sync with 0.9.9cvs9
3620                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3621
3622 2004-02-13 [alfons]     0.9.9claws7
3623
3624         * src/common/utils.c
3625                 fix wrong type of argument for ctype functions (pass unsigned
3626                 char instead of signed char)
3627
3628 2004-02-12 [alfons]     0.9.9claws6
3629
3630         * src/compose.[ch]
3631                 don't select text in header entry when composing to a 
3632                 default address, but rather give the header entry a
3633                 different color / style (same as the folder new color)
3634
3635 2004-02-12 [alfons]     0.9.9claws5
3636
3637         * src/plugins/clamav/clamav_plugin.c
3638                 don't exit(2) on libclamav init error - show a warning.
3639                 (tested by damaging a clamav database file.)
3640
3641 2004-02-12 [paul]       0.9.9claws4
3642
3643         * sync with 0.9.9cvs4
3644                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3645
3646 2004-02-11 [luke]       0.9.9claws3
3647
3648         * src/mimeview.c
3649                 remove redundant check introduced in 0.9.9claws1
3650
3651 2004-02-11 [luke]       0.9.9claws2
3652
3653         * src/mimeview.c
3654                 fix compilation of my previous commit without gpg enabled
3655
3656 2004-02-10 [luke]       0.9.9claws1
3657
3658         * src/mimeview.c
3659                 add borders to icons to indicate the privacy status for
3660                 the message part (unknown/bad/good)
3661
3662 2004-02-06 [paul]       0.9.9claws
3663
3664         0.9.9claws released
3665
3666 2004-02-06 [darko]      0.9.8claws64
3667
3668         * src/compose.c
3669                 don't allow Ctrl+Enter while external editor is active
3670
3671 2004-02-06 [paul]       0.9.8claws63
3672
3673         * po/es.po
3674           po/pl.po
3675           po/sk.po
3676           po/sr.po
3677                 update Spanish, Polish, Slovak, and Serbian translations.
3678                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3679                 and Urke MMI
3680
3681 2004-02-04 [alfons]     0.9.8claws62
3682
3683         * src/compose.c
3684                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3685                 don't have clue yet why the cursor pos is at the end of the
3686                 text.)
3687
3688 2004-02-04 [alfons]     0.9.8claws61
3689
3690         * src/compose.c
3691                 always grab focus when one of the header entries is clicked 
3692                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3693
3694 2004-02-02 [paul]
3695
3696         * ac/missing/gdk-pixbuf.m4
3697           ac/missing/gpgme.m4
3698           ac/missing/imlib.m4
3699                 prevent 'underquoted definition' warnings
3700                 patch submitted by David Relson
3701                 
3702         * src/plugins/clamav/README
3703                 update, improve, correct
3704
3705 2004-01-31 [thorsten]   0.9.8claws60
3706
3707         * src/news.c
3708                 'dir' not initialized if group has no messages
3709
3710 2004-01-29 [christoph]  0.9.8claws59
3711
3712         * src/customheader.[ch]
3713                 add custom_header_is_allowed() to check for disallowed header names
3714                 that must not be overridden by custom headers
3715
3716         * src/compose.c
3717                 always write From: header and use custom_header_is_allowed() to
3718                 check if custom header should be written
3719
3720         * src/prefs_customheader.c
3721                 check if custom header is disallowed using custom_header_is_allowed()
3722
3723         * src/folderutils.c
3724                 destroy message id GHashTable before freeing the MsgInfos
3725
3726 2004-01-29 [paul]       0.9.8claws58
3727
3728         * sync with 0.9.9 release
3729                 see ChangeLog 2004-01-29
3730
3731 2004-01-29 [paul]       0.9.8claws57
3732
3733         * sync with 0.9.8cvs11
3734                 see ChangeLog 2004-01-29
3735
3736 2004-01-28 [christoph]  0.9.8claws56
3737
3738         * src/pgpmime.c
3739         * src/sgpgme.[ch]
3740                 return WARN signature status when signature is not trusted
3741
3742         * src/Makefile.am
3743         * src/folder.c
3744         * src/folderutils.[ch]                  ** NEW **
3745         * src/summaryview.c
3746                 implement delete duplicates summaryview independent
3747
3748 2004-01-28 [paul]       0.9.8claws55
3749
3750         * sync with 0.9.8cvs10
3751                 see Changelog 2004-01-27 and 2004-01-28
3752
3753 2004-01-26 [christoph]  0.9.8claws54
3754
3755         * src/imap.c
3756                 create a root node for the Folder if scan fails because root
3757                 folder does not exist
3758
3759 2004-01-26 [paul]       0.9.8claws53
3760
3761         * sync with 0.9.8cvs7
3762                 see ChangeLog 2004-01-23
3763
3764 2004-01-25 [alfons]     0.9.8claws52
3765
3766         * src/compose.c
3767                 remove left-over constant INDENT_CHARS
3768
3769 2004-01-25 [alfons]     0.9.8claws51
3770
3771         * src/procmime.c
3772                 add NULL pointer check for mimeinfo->node in
3773                 procmime_mimeinfo_parent()
3774
3775 2004-01-25 [darko]      0.9.8claws50
3776
3777         * src/compose.c
3778                 make "Wrap all long lines" toolbar button wrap all
3779                 long lines not just the current line
3780                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3781
3782
3783 2004-01-25 [alfons]     0.9.8claws49
3784
3785         * src/procmime.c
3786                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3787                 necessary anyway, because *scanf() functions neglect white
3788                 space in the input. 
3789                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3790
3791 2004-01-25 [paul]       0.9.8claws48
3792
3793         * src/prefs_ext_prog.c
3794                 apply Alfons' patch to check for NULL pointers
3795                 fixes bug #424
3796
3797 2004-01-25 [paul]       0.9.8claws47
3798
3799         * sync with 0.9.8cvs8
3800                 see ChangeLog 2004-01-23
3801
3802 2004-01-25 [thorsten]   0.9.8claws46
3803
3804         * src/messageview.c
3805                 remove orphaned mimeview unref()
3806
3807 2004-01-23 [christoph]  0.9.8claws45
3808
3809         * src/summaryview.c
3810                 set ctree widget style
3811
3812 2004-01-23 [paul]       0.9.8claws44
3813
3814         * sync with 0.9.8cvs5
3815                 see ChangeLog 2004-01-22
3816
3817 2004-01-23 [alfons]     0.9.8claws43
3818
3819         * src/procmsg.c
3820                 remove redundant code in procmsg_get_thread_tree()
3821
3822 2004-01-21 [christoph]  0.9.8claws42
3823
3824         * src/folderview.c
3825                 set ctree widget style, otherwise GTK does not use the
3826                 the correct vertical size for the list items
3827
3828 2004-01-21 [alfons]     0.9.8claws41
3829
3830         * src/summaryview.c
3831                 GDK_Left should only switch to folderview when
3832                 when summaryview hscrollbar is at the leftmost
3833                 position (fixes bug #420, "Focus error")
3834
3835 2004-01-21 [paul]       0.9.8claws40
3836
3837         * sync with 0.9.8cvs4
3838                 see ChangeLog 2004-01-20
3839
3840 2004-01-20 [christoph]  0.9.8claws39
3841
3842         * src/folderview.c
3843                 remove setting sensitivity for no longer existing
3844                 /Scoring... popup entry
3845
3846 2004-01-20 [keith]      0.9.8claws38
3847
3848         * configure.ac
3849                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3850
3851 2004-01-20 [paul]       0.9.8claws37
3852
3853         * src/prefs_fonts.c
3854                 demystify font settings
3855                 
3856         * src/textview.c
3857                 use textview->msgfont for header->body in
3858                 textview_show_header()
3859
3860 2004-01-20 [paul]       0.9.8claws36
3861
3862         * src/compose.c
3863           src/undo.c
3864                 remove superfluous debug_print's
3865                 
3866         * src/inc.c
3867                 clear the statusbar after LOCAL incorporation
3868
3869 2004-01-20 [paul]       0.9.8claws35
3870
3871         * sync with 0.9.8cvs3
3872                 see ChangeLog 2004-01-20
3873
3874 2004-01-19 [keith]      0.9.8claws34
3875
3876         * src/folderview.c
3877                 don't show 'Search folder...' on popup menu
3878                 if folder has no mails in it
3879
3880 2004-01-17 [keith]      0.9.8claws33
3881
3882         * src/compose.c
3883           src/prefs_common.c
3884           src/prefs_common.h
3885                 store position of compose window in prefs
3886
3887 2004-01-17 [thorsten]   0.9.8claws32
3888
3889         * src/gtk/gtkvscrollbutton.c
3890                 ensure scrollbutton resize event on different gtk versions
3891
3892 2004-01-15 [alfons]     0.9.8claws31
3893         
3894         * src/summaryview.c
3895                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3896                 message as read
3897
3898 2004-01-12 [christoph]  0.9.8claws30
3899
3900         * src/procmime.c
3901                 better MIME-Version check
3902
3903 2004-01-11 [alfons]     0.9.8claws29
3904
3905         * src/procmsg.c
3906                 remove unnecessary but still effective check (could possibly
3907                 lead to some unwanted side effects)
3908
3909 2004-01-11 [alfons]     0.9.8claws28
3910
3911         * src/procmsg.c
3912                 we should not prefer lowest message number while threading 
3913                 (introduced in previous commit)
3914
3915 2004-01-11 [alfons]     0.9.8claws27
3916
3917         * src/procmsg.c
3918                 subject threading fixes:
3919                 
3920                         - make message with lowest message number the
3921                           thread parent,
3922                         - refine recording last node when threading. the last node
3923                           should be the previous one if a node has a thread parent,
3924                           or the current node if not
3925                 
3926                 (there's another threading bug fix coming up)
3927
3928 2004-01-10 [paul]       0.9.8claws26
3929
3930         * src/main.c
3931           src/prefs_ext_prog.c
3932           src/plugins/clamav/clamav_plugin_gtk.c
3933                 minor gui fixes
3934
3935 2004-01-09 [christoph]  0.9.8claws25
3936
3937         * src/Makefile.am
3938         * src/string_match.[ch]                 ** REMOVE **
3939         * src/common/Makefile.am
3940         * src/common/string_match.[ch]          ** NEW **
3941                 move string_match.[ch] to common directory
3942
3943 2004-01-09 [christoph]  0.9.8claws24
3944
3945         * src/pgpmime.c
3946                 add MIME-Version header for the message parser
3947
3948 2004-01-09 [paul]       0.9.8claws23
3949
3950         * po/POTFILES.in
3951           src/Makefile.am
3952           src/main.c
3953           src/prefs_common.c
3954           src/prefs_ext_prog.[ch]       ** NEW FILES **
3955                 move External Command options from 'Common Prefs/Other' to
3956                 'Other Prefs/Message View/External Programs', also reveal
3957                 the hidden options for audio player and image viewer.
3958                 
3959         * src/prefs_common.c
3960                 fix toggling of header pane
3961
3962 2004-01-09 [paul]       0.9.8claws22
3963
3964         * src/compose.c
3965                 when changing account also change the save folder
3966
3967         * src/textview.c
3968                 if a text/plain attachment has 'Content-Disposition: attachment'
3969                 don't display it inline
3970
3971 2004-01-08 [christoph]  0.9.8claws21
3972
3973         * src/procmime.c
3974                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
3975                 otherwise thread the message content as one text part and
3976                 don't assume charset US-ASCII which is only specified as
3977                 default for MIME-messages
3978
3979 2004-01-08 [paul]       0.9.8claws20
3980
3981         * src/plugins/clamav/clamav_plugin.c
3982           src/plugins/spamassassin/spamassassin.c
3983                 inform the user what is happening via the statusbar
3984
3985 2004-01-06 [paul]       0.9.8claws19
3986
3987         * po/es.po
3988                 update Spanish translation. submitted by Ricardo
3989                 Mones Lastra
3990
3991 2004-01-05 [paul]       0.9.8claws18
3992
3993         * sync with 0.9.8cvs2
3994                 see ChangeLog 2004-01-05
3995
3996 2004-01-03 [luke]       0.9.8claws17
3997
3998         * src/procheader.c
3999                 Clean up:
4000                 o remove unused functions string_getchar() and file_getchar()
4001                 o remove the getchar_ parameter from generic_get_one_field()
4002                 o add an 'unfold' parameter to generic_get_one_field, to
4003                   be used if no HeaderEntry is supplied
4004                 o procheader_get_one_field_asis() uses
4005                   generic_get_one_field().
4006
4007 2004-01-01 [christoph]  0.9.8claws16
4008
4009         * src/common/xml.[ch]
4010                 o add xml_new_tag() to manage usage counts of strings correctly
4011                 o correct xml_copy_tree() function name
4012
4013         * src/folder.c
4014         * src/main.c
4015                 allow registering and unregistering of FolderClasses anytime
4016
4017 2003-12-31 [christoph]  0.9.8claws15
4018
4019         * src/folder.[ch]
4020         * src/common/xml.[ch]
4021                 keep folderlist.xml data for unloaded FolderClasses
4022
4023 2003-12-30 [luke]       0.9.8claws14
4024
4025         * src/procheader.[ch]
4026                 o added procheader_get_one_field_asis() that does not do
4027                   unfolding
4028                 o fix procheader_get_header_array_asis() to use the above,
4029                   fixing ugliness of headers in textview
4030
4031         * src/compose.c
4032                 o don't unfold headers when redirecting.        
4033
4034 2003-12-30 [paul]       0.9.8claws13
4035
4036         * po/POTFILES.in
4037           src/common/defs.h
4038           src/Makefile.am
4039           src/main.c
4040           src/prefs_common.c
4041           src/prefs_themes.[ch] ** NEW FILES **
4042                 redesign and move Icon Theme selector to
4043                 the new prefs window
4044           
4045         * src/stock_pixmap.c
4046                 fix the old bug where icons are not always
4047                 updated when changing themes
4048         
4049         * src/summaryview.c
4050                 fix bug where the icons on the title row
4051                 of the summary view were not updated
4052         
4053         all patches submitted by Ricardo Mones Lastra
4054
4055 2003-12-30 [hoa]        0.9.8claws12
4056
4057         * src/folder.c
4058                 run preglobal and postglobal processing rules
4059                 even if the folder does not have any rules.
4060
4061 2003-12-28 [paul]       0.9.8claws11
4062
4063         * ac/aspell.m4
4064           ac/check-type.m4
4065           ac/gnupg-check-typedef.m4
4066           ac/openssl.m4
4067           ac/spamassassin.m4
4068                 fix 'underquoted definition' warnings, patch submitted by
4069                 David Relson <relson@osagesoftware.com>
4070                 
4071         * src/common/utils.c
4072                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
4073                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
4074
4075 2003-12-28 [paul]       0.9.8claws10
4076
4077         * sync with 0.9.8cvs1
4078                 see ChangeLog 2003-12-17
4079
4080 2003-12-27 [christoph]  0.9.8claws9
4081
4082         * src/common/utils.[ch]
4083                 add g_node_map() to map a GNode into a new GNode
4084                 converting all node data's with a function
4085
4086         * src/account.c
4087         * src/folder.[ch]
4088         * src/folderview.c
4089         * src/imap.c
4090         * src/mainwindow.c
4091         * src/summaryview.c
4092                 o use g_node_map() to convert XML <-> Folder
4093                 o remove redundant FolderItem->parent and
4094                   replace it with folder_item_parent()
4095
4096 2003-12-23 [christoph]  0.9.8claws8
4097
4098         * src/folder.[ch]
4099         * src/folderview.c
4100         * src/mainwindow.c
4101         * src/procmsg.c
4102                 o use callback for notifications about added and
4103                   destroyed folders
4104                 o rewrite folderlist saving (new functions to create
4105                   folder from XML tree, and XML tree from folder)
4106
4107         * src/common/xml.[ch]
4108                 add function to save XML trees
4109
4110         * src/prefs_filtering.c
4111                 code cleanup
4112
4113 2003-12-22 [christoph]  0.9.8claws7
4114
4115         * src/prefs_account.[ch]
4116                 add "SMTP only" accounts
4117
4118 2003-12-20 [melvin]     0.9.8claws6
4119
4120         * src/action.[ch]
4121                 Changed the interface for action_update_*_menu() so
4122                 action.c does not need to know the paths of the different
4123                 actions menu (mainwindow, message view and compose window). 
4124
4125         * src/compose.c
4126                 Tiny code cleanup to merge spell checker related code
4127                 compose_update_actions_menu(): new function to update
4128                 the actions menu. Use it in compose_create()
4129
4130         * src/compose.h
4131                 compose_update_actions_menu(): new function to update
4132                 the actions menu. Used also in prefs_actions.c.
4133
4134         * src/mainwindow.[ch]
4135                 main_window_update_actions_menu(): new function to update
4136                 the actions menu. Used in main_window_create() and in
4137                 prefs_actions.c
4138
4139         * src/messageview.[ch]
4140                 messageview_update_actions_menu(): new function to update
4141                 the actions menu. Used in messageview_add_toolbar() and in
4142                 prefs_actions.c
4143                 
4144         * src/prefs_actions.c   
4145                 prefs_actions_ok(): fixed to update the actions menu of
4146                 the separate message view and the compose windows.
4147
4148 2003-12-20 [luke]       0.9.8claws5
4149         * src/procheader.c
4150                 fix unfolding/newline stripping for multiline fields
4151                 in generic_get_one_field()
4152
4153 2003-12-19 [christoph]  0.9.8claws4
4154
4155         * src/summaryview.c
4156                 o code cleanup
4157                 o use subject_compare_for_sort() when comparing
4158                   simplified subjects
4159
4160 2003-12-19 [christoph]  0.9.8claws3
4161
4162         * src/msgcache.c
4163                 more syncing with 0.8.9a
4164
4165 2003-12-19 [christoph]  0.9.8claws2
4166
4167         * src/folder.c
4168                 don't write all FolderItem XML attributes for the root node
4169
4170 2003-12-19 [melvin]     0.9.8claws1
4171
4172         * src/messageview.c
4173                 Added missing menu branch (Tools/Create processing/rule)
4174         * po/fr.po
4175                 Updated French translation for the added string.
4176
4177 2003-12-19 [paul]       0.9.8claws
4178
4179         0.9.8claws released
4180
4181 2003-12-19 [paul]       0.9.7claws51
4182
4183         * po/en_GB.po
4184           po/es.po
4185           po/ja.po
4186           po/pl.po
4187           po/sk.po
4188           po/zh_CN.po
4189                 update translations. submitted by me, Ricardo Mones
4190                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
4191                 Hansom Young
4192                 
4193         * src/folder_item_prefs.c
4194                 'enable_processing' set to FALSE by default
4195
4196 2003-12-18 [melvin]     0.9.7claws50
4197
4198         * po/fr.po
4199                 Updated French translation
4200
4201 2003-12-17 [christoph]  0.9.7claws49
4202
4203         * src/procheader.c
4204                 revert discarding of whitespace from 0.9.7claws44
4205
4206                 RFC2822 2.2.3: Unfolding is accomplished by simply
4207                 removing any CRLF that is immediately followed by WSP.
4208
4209 2003-12-17 [paul]       0.9.7claws48
4210
4211         * src/folder.c
4212                 fix new message count
4213                 
4214         * configure.ac
4215                 update autotools macros
4216
4217         * sync with 0.9.8a
4218
4219 2003-12-16 [christoph]  0.9.7claws47
4220
4221         * src/folder.c
4222                 fix folder update before adding MsgInfo to cache
4223                 in add_msginfo_to_cache()
4224
4225         * src/procmsg.c
4226                 remove old call to folder_item_update() that is no
4227                 longer required
4228
4229 2003-12-16 [christoph]  0.9.7claws46
4230
4231         * src/main.c
4232                 make sure the shutdown process only runs once
4233
4234 2003-12-16 [hoa]        0.9.7claws45
4235
4236         * src/mainwindow.c
4237         * src/messageview.c
4238         * src/summaryview.[ch]
4239                 Create filter rules using a message is fixed.
4240                 We can now create processing rules using a message.
4241
4242 2003-12-15 [alfons]     0.9.7claws44
4243
4244         * src/procheader.c
4245                 make sure we discard folding white space
4246
4247 2003-12-15 [luke]       0.9.7claws43
4248         * src/textview.c
4249         * src/mimeview.c
4250                 o use "name" parameter if "filename" doesn't exist
4251
4252 2003-12-14 [alfons]     0.9.7claws42
4253
4254         * src/summaryview.c
4255         * src/common/utils.c
4256                 allow quick finding based on the result of passing
4257                 a message to an external command. E.g:
4258
4259                         X "bogofilter < %F" 
4260                 
4261                 gets me all the spam in a folder.
4262
4263 2003-12-14 [luke]       0.9.7claws41
4264
4265         * src/textview.c
4266         * src/mimeview.c
4267                 o use parameter "filename" instead of "name" in a couple of 
4268                   places for correctness
4269
4270         * src/procmime.c
4271         * src/common/utils.[ch]
4272                 o make temporary filename for attachments safe for %p 
4273                   substitutions in actions.
4274
4275 2003-12-13 [christoph]  0.9.7claws40
4276
4277         * src/main.c
4278                 readd exit(0) to clean_quit() because otherwise sylpheed
4279                 does not always terminate
4280
4281         * src/pgpmime.c
4282         * src/privacy.h
4283                 add an identifier-string for PrivacySystems
4284
4285 2003-12-12 [paul]
4286
4287         * doc/man/sylpheed.1
4288                 update the man page
4289
4290 2003-12-12 [paul]       0.9.7claws39
4291
4292         general clean up
4293         
4294         * configure.ac
4295                 correct and clean up './configure --help' info
4296         
4297         * src/plugins/clamav/clamav_plugin.c
4298           src/plugins/spamassassin/spamassassin.c
4299                 correct plugin_desc(), works with LOCAL, IMAP, and
4300                 POP accounts
4301                 
4302         * src/filtering.c
4303           src/matcher.[ch]
4304           src/matcher_parser_parse.y
4305           src/prefs_filtering_action.c
4306                 use 'Change Score' instead of '(In/De)crease score'.
4307                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4308          
4309          * src/mainwindow.c
4310                 hyphenate: 'Pre-processing', 'Post-processing'
4311                 
4312         * src/prefs_account.c
4313                 change 'Generate Message-ID' to 'Generate Message-Id'
4314                 
4315         * src/prefs_folder_item.c
4316                 change 'Processing on startup:' to 'Process at startup'
4317                 change 'Scan for new mail:' to 'Scan for new mail'
4318                 
4319 2003-12-11 [christoph]  0.9.7claws38
4320
4321         * src/crash.c
4322         * src/main.[ch]
4323                 make sure the clean_exit() funtion is not called again by the
4324                 signal handler while it is already running
4325
4326         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4327
4328         * src/summaryview.c
4329                 fix wrong assertion
4330
4331 2003-12-11 [paul]       0.9.7claws37
4332
4333         * src/compose.c
4334                 'anonymise' Message-Id: header string
4335
4336 2003-12-11 [paul]       0.9.7claws36
4337
4338         * src/plugins/clamav/clamav_plugin.c
4339                 fix (don't break) signature count
4340                 use cl_strerror() instead of deprecated cl_perror()
4341         
4342 2003-12-11 [darko]      0.9.7claws35
4343
4344         * src/summaryview.c
4345                 also update the sort arrow (thanks Christoph)
4346
4347 2003-12-11 [darko]      0.9.7claws34
4348
4349         * src/summaryview.c
4350                 allow reverting to default sort mode (no sort)
4351
4352 2003-12-10 [hoa]        0.9.7claws33
4353
4354         * src/matcher.c
4355                 fixed quotation of string for matcher.
4356
4357 2003-12-08 [paul]       0.9.7claws32
4358
4359         * src/imap.c
4360           src/inc.c
4361                 plug memory leaks (patch by Alfons)
4362
4363 2003-12-08 [christoph]  0.9.7claws31
4364
4365         * src/folder_item_prefs.[ch]
4366         * src/folderview.c
4367         * src/prefs_folder_item.c
4368                 add new FolderItem property to exclude folders from new
4369                 mail checks
4370
4371         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4372
4373 2003-12-07 [paul]       0.9.7claws30
4374
4375         * src/plugins/clamav/clamav_plugin.c
4376                 fix signature count
4377
4378 2003-12-07 [thorsten]   0.9.7claws29
4379
4380         * src/filtering.c
4381                 debug_print some warning if destfolder missing
4382         * src/prefs_filtering.c
4383                 uninitialized filter list when deleting a folder
4384
4385 2003-12-06 [paul]       0.9.7claws28
4386
4387         * src/procheader.c
4388                 add Alfons' patch to trim line feeds
4389
4390 2003-12-06 [paul]       0.9.7claws27
4391
4392         * partial sync with 0.9.7cvs8
4393                 leaving claws' online/offline more or less intact
4394                 see ChangeLog 2003-12-04 and 2003-12-06
4395
4396 2003-12-06 [christoph]  0.9.7claws26
4397
4398         * src/messageview.c
4399         * src/privacy.[ch]
4400                 revert pirvacy API changes
4401
4402 2003-12-05 [alfons]     0.9.7claws25
4403
4404         * src/matcher.[ch]
4405                 clean up my old cruft
4406
4407 2003-12-05 [alfons]     0.9.7claws24
4408
4409         * src/matcher.c
4410                 fix comparison buglet ;-) and make `test` matcher
4411                 work again
4412
4413 2003-12-05 [alfons]     0.9.7claws23
4414
4415         * src/prefs_folder_item.c
4416                 K&R 2nd Ed., page 241 (function parameter identifiers
4417                 starting with an underscore are kind of insulting)
4418
4419 2003-12-05 [hoa]        0.9.7claws22
4420
4421         * src/main.c
4422         * src/mainwindow.[ch]
4423         * src/mainwindow.h
4424                 add destructor for mainwindow so that the last 
4425                 MimeInfo opened in messageview is destroyed when
4426                 exiting sylpheed.
4427
4428 2003-12-05 [hoa]        0.9.7claws21
4429
4430         * src/filtering.[ch]
4431         * src/matcher.[ch]
4432         * src/matcher_parser_lex.l
4433         * src/matcher_parser_parse.y
4434         * src/prefs_actions.c
4435         * src/prefs_filtering.c
4436         * src/common/utils.[ch]
4437                 quote arguments before giving them to command line.
4438                 fixed quote of string in matcher/processing/filtering rules.
4439
4440         * src/messageview.c
4441         * src/privacy.[ch]
4442                 allows decryption to return a new whole 
4443                 MIME message structure.
4444
4445 2003-12-04 [hoa]        0.9.7claws20
4446
4447         * src/filtering.[ch]
4448         * src/folder.c
4449         * src/mainwindow.c
4450         * src/matcher.c
4451         * src/matcher_parser_parse.y
4452         * src/folderview.c
4453                 global rules to run before folder specific rules.
4454                 global rules to run after folder specific rules.
4455                 
4456         * src/messageview.c
4457                 fixed quick addition of rules.
4458         
4459         * src/prefs_filtering.[ch]
4460         * src/summaryview.c
4461                 we can now customize the title for the dialog.
4462                 updated case where we rename of delete folders.
4463
4464         * src/addressbook.c
4465                 got back the function addressbook_browse_entry_cb()
4466                 that is needed in case we compiled with LDAP support.
4467
4468 2003-12-04 [paul]       0.9.7claws19
4469
4470         * sync with 0.9.7cvs6
4471                 see ChangeLog 2003-12-04
4472                 fixes bug 171 'Wrong message decoing: koi8-r and 
4473                 iso8859-5 looks same. Can't read many emails.'
4474
4475 2003-12-04 [paul]       0.9.7claws18
4476
4477         * po/POTFILES.in
4478                 remove 'src/prefs_scoring.c'
4479
4480 2003-12-03 [hoa]        0.9.7claws17
4481
4482         * src/Makefile.am
4483                 compilation of scoring.[ch] and prefs_scoring.[ch]
4484                 is removed.
4485         
4486         * src/filtering.[ch]
4487         * src/folder.c
4488         * src/folder_item_prefs.[ch]
4489         * src/folderview.c
4490         * src/main.c
4491         * src/mainwindow.c
4492         * src/matcher.[ch]
4493         * src/matcher_parser.h
4494         * src/matcher_parser_parse.y
4495         * src/prefs_filtering.[ch]
4496         * src/prefs_filtering_action.c
4497         * src/prefs_folder_item.c
4498         * src/prefs_scoring.[ch]              * REMOVED FILES *
4499         * src/procmsg.[ch]
4500         * src/scoring.[ch]                    * REMOVED FILES *
4501         * src/summaryview.c
4502                 merged scoring and filtering.
4503                 
4504                 Note : compatibility is kept by parsing score like 
4505                   add_score. To get the behaviour of older scoring 
4506                   system, you have to define some equivalent rule :
4507                   "score_lower -9999 hide"
4508                   "score_greater 9999 mark"
4509                   
4510                   To define global rules, you have to define them 
4511                   in the new global processing rules.
4512                   The variable that kept the list filtering rules 
4513                   was "global_processing" and has been renamed into 
4514                   "filtering_rules".
4515                   "global_processing" variable is now the name 
4516                   of the variable that keeps the list of global 
4517                   processing rules.
4518                   In the configuration file, "[global]" section is 
4519                   now for the global processing rules (which includes
4520                   score things and new global processing rules).
4521                   New "[filtering]" section is for the filtering rules.
4522                   
4523                   Before running with this version, during testing 
4524                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4525                   Then, you have to make the following changes :
4526                   - leave all scoring rules in "[global]" section.
4527                   - move all other rules of "[global]" section to
4528                       a new section named "[filtering]".
4529
4530 2003-12-03 [christoph]  0.9.7claws16
4531
4532         * src/procmime.c
4533                 use default Content-Type as specified in RFC2045 if
4534                 Content-Type header is syntactically incorrect
4535
4536 2003-12-03 [christoph]  0.9.7claws15
4537
4538         * src/addressbook.c
4539         * src/addrindex.h
4540         * src/addritem.c
4541         * src/expldifdlg.h
4542         * src/exportldif.c
4543         * src/filtering.c
4544         * src/folder.c
4545         * src/folderview.c
4546         * src/jpilot.c
4547         * src/localfolder.c
4548         * src/matcher.h
4549         * src/matcher_parser_lex.l
4550         * src/matcher_parser_parse.y
4551         * src/news.c
4552         * src/prefs_filtering_action.c
4553         * src/prefs_folder_item.c
4554         * src/prefs_fonts.c
4555         * src/procmsg.c
4556         * src/sgpgme.c
4557                 clean up warnings
4558
4559         * src/procmime.c
4560                 revert 0.9.7claws14 change
4561
4562 2003-12-03 [alfons]     0.9.7claws14
4563
4564         * src/procmime.c
4565                 catch invalid Content-Type with no subtype
4566
4567 2003-12-03 [alfons]     0.9.7claws13
4568
4569         * src/alertpanel.h
4570         * src/setup.c
4571         * src/plugins/image_viewer/plugin.c
4572                 compile again, we need stddef.h for size_t
4573
4574 2003-12-03 [paul]       0.9.7claws12
4575
4576         * src/account.c
4577                 don't allow cloning of accounts with remote folders,
4578                 patch submitted by Ricardo Mones Lastra
4579
4580 2003-12-03 [christoph]  0.9.7claws11
4581
4582         * src/folder.[ch]
4583         * src/imap.c
4584         * src/localfolder.[ch]
4585         * src/mh.c
4586         * src/news.c
4587         * src/common/xml.[ch]
4588                 add set_xml() and get_xml() virtual functions to FolderClass to
4589                 save extra information for Folders (for example the rootpath
4590                 only used by LocalFolder). The folderlist write function no
4591                 longer needs to know the folder type to save this extra
4592                 information.
4593
4594 2003-12-02 [christoph]  0.9.7claws10
4595
4596         * src/Makefile.am
4597         * src/account.c
4598         * src/folder.[ch]
4599         * src/folderview.h
4600         * src/imap.c
4601         * src/localfolder.[ch]          ** NEW **
4602         * src/mainwindow.c
4603         * src/mh.[ch]
4604         * src/news.[ch]
4605         * src/prefs_account.[ch]
4606         * src/prefs_filtering.h
4607         * src/procmsg.h
4608         * src/remotefolder.[ch]         ** NEW **
4609         * src/common/xml.[ch]
4610                 add item_set_xml() and item_get_xml() virtual functions to
4611                 FolderClass to give folders the ability to add extra information
4612                 to the saved FolderItem data. If NULL the default function for
4613                 FolderItem will be used.
4614
4615 2003-11-29 [christoph]  0.9.7claws9
4616
4617         * src/procheader.c
4618                 fix bug in unfolding
4619
4620 2003-11-29 [luke]       0.9.7claws8
4621
4622         * src/textview.c
4623                 fix compilation for non c99 compilers
4624
4625 2003-11-29 [christoph]  0.9.7claws7
4626
4627         * src/procmime.[ch]
4628         * src/mimeview.c
4629                 o unknown disposition types should be handled as
4630                   attachment (RFC2183)
4631                 o missing headers should not default to inline
4632                   (would make "Save All" useless when disposition header
4633                    is not set by the sending mailer)
4634                 o remove old MimeInfo data and cleanup
4635
4636 2003-11-29 [luke]       0.9.7claws6
4637
4638         * src/procmime.[ch]
4639                 re-added parsing of Content-Disposition header
4640                         - removes the old  'gchar* content_disposition'
4641                         - adds a new field 'DispositionType disposition'
4642                         - adds parameters to MimeInfo::parameters
4643
4644         * src/mimeview.c
4645                 use the "filename" parameter for saving, and the new
4646                 MimeInfo::disposition for save all.
4647
4648         * src/compose.c
4649         * src/toolbar.[ch]
4650                 add a 'check spelling' button as a possibility for 
4651                 the compose toolbar
4652
4653         * src/stockpixmap.[ch]
4654         * src/pixmaps/check_spelling.xpm        ** NEW **
4655         * src/Makefile.am
4656                 add a pixmap for use with 'check spelling' button or
4657                 a user defined action
4658
4659         * src/textview.c
4660                 re-apply fixed (I hope) patch for bug 57
4661                 "Hidden URL in HTML Mails"
4662
4663 2003-11-28 [christoph]  0.9.7claws5
4664
4665         * src/procmime.c
4666                 o be more liberal in what we accept as Content-Type parameters
4667                 o ignore comments after parameters
4668
4669         * src/sgpgme.c
4670                 o only free passphrase when an error occurs
4671
4672 2003-11-28 [paul]       0.9.7claws4
4673
4674         * src/account.c
4675                 add 'Clone Account' function. patch submitted by
4676                 Ricardo Mones Lastra
4677
4678 2003-11-27 [thorsten]   0.9.7claws3
4679
4680         * src/mimeview.c
4681                 fix crash if 'save_all' failed twice
4682
4683 2003-11-27 [paul]       0.9.7claws2
4684
4685         * po/POTFILES.in
4686                 fix a typo
4687
4688         * po/zh_CN.po
4689                 update Simplified Chinese translation. submitted by
4690                 Hansom Young
4691
4692 2003-11-27 [paul]       0.9.7claws1
4693
4694         * po/POTFILES.in
4695                 clean up
4696
4697 2003-11-26 [paul]       0.9.7claws
4698
4699         * 0.9.7claws released
4700
4701 2003-11-26 [paul]       0.9.6claws99
4702
4703         * src/Makefile.am
4704                 add reference to pixmaps/mime_message.xpm
4705
4706 2003-11-26 [paul]       0.9.6claws98
4707
4708         * po/POTFILES.in
4709                 remove reference to src/sigstatus.c
4710
4711 2003-11-26 [christoph]  0.9.6claws97
4712
4713         * src/Makefile.am
4714         * src/prefs_common.c
4715         * src/rfc2015.c
4716         * src/sigstatus.[ch]            ** REMOVE **
4717                 remove signature result popup option and window
4718
4719 2003-11-26 [paul]       0.9.6claws96
4720
4721         * po/es.po
4722           po/ja.po
4723           po/pl.po
4724           po/sk.po
4725           po/sr.po
4726                 update translations. submitted by Ricardo Mones Lastra,
4727                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4728
4729 2003-11-25 [christoph]  0.9.6claws95
4730
4731         * src/procmime.c
4732                 display mime structure only in debug mode
4733
4734 2003-11-25 [melvin]     0.9.6claws94
4735
4736         * po/fr.po
4737                 Updated French translations + typos fixes of older
4738                 translations (thanks to Fabien Vantard for pointing
4739                 to some of them)
4740
4741 2003-11-25 [melvin]     0.9.6claws93
4742
4743         * src/editldap.c
4744                 Fixed a couple of typos.
4745
4746 2003-11-24 [paul]       0.9.6claws92
4747
4748         * po/POTFILES.in
4749                 add 'src/textview.c'
4750
4751 2003-11-24 [paul]       0.9.6claws91
4752
4753         * src/sgpgme.c
4754                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4755
4756 2003-11-24 [paul]       0.9.6claws90
4757
4758         * src/plugins/image_viewer/viewer.c
4759                 image_viewer_show_mimepart(): 
4760                 use procmime_mimeinfo_get_parameter() to get the file name
4761
4762 2003-11-24 [paul]       0.9.6claws89
4763
4764         * src/textview.c
4765                 textview_show_mime_part(): rewrite text hint
4766
4767 2003-11-22 [paul]       0.9.6claws88
4768
4769         * sync with 0.9.7cvs5
4770                 see ChangeLog 2003-11-21
4771
4772 2003-11-21 [paul]       0.9.6claws87
4773
4774         * src/mimeview.c
4775                 define shortcut key 'o' for 'Open with...'
4776
4777 2003-11-21 [alfons]     0.9.6claws86
4778
4779         * src/messageview.c
4780                 fix bug #383 'Deleting message from "separate message view" 
4781                 uses local Trash folder'
4782
4783 2003-11-21 [christoph]  0.9.6claws85
4784
4785         * src/mimeview.c
4786                 fix content-type guessing by name parameter when finding
4787                 the correct viewer
4788
4789 2003-11-21 [alfons]     0.9.6claws84
4790
4791         * src/main.c
4792                 no mail incorporation allowed with --offline param.
4793                 fixes bug #374, "--offline ignored"
4794
4795 2003-11-20 [christoph]  0.9.6claws83
4796
4797         * src/mimeinfo.c
4798                 use signed MimeInfo when checking the signature and not
4799                 the selected one
4800
4801 2003-11-19 [alfons]     0.9.6claws82
4802
4803         * src/mainwindow.c
4804                 fix crash when toggling separate views, patch submitted
4805                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4806                 fixes bug #342, "separate views  cause crash"
4807
4808 2003-11-19 [paul]       0.9.6claws81
4809
4810         * src/compose.c
4811                 compose_redirect_write_headers_from_headerlist(): 
4812                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4813                 
4814         * src/main.c
4815                 code cleanup (inherited from 0.9.7cvs4)
4816                 
4817         * tools/tb2sylpheed
4818                 bugfix: added missing attribute-list start. submitted by
4819                 Urke MMI
4820
4821 2003-11-19 [luke]       0.9.6claws80
4822
4823         * src/textview.c
4824                 revert my last commit until I get time to fix it
4825
4826 2003-11-18 [christoph]  0.9.6claws79
4827
4828         * src/mimeview.[ch]
4829                 check parent MimeInfos for signatures and display the
4830                 result of the parent when found
4831
4832         * src/pgpmime.c
4833                 o avoid NULL pointer warnings
4834                 o use procmime_mimeinfo_get_parameter()
4835
4836         * src/sgpgme.c
4837                 small text changes
4838
4839 2003-11-17 [luke]       0.9.6claws78
4840
4841         * src/textview.c
4842                 add check for disguised URLs, fixing bug 57
4843                 "Hidden URL in HTML Mails"
4844
4845 2003-11-16 [christoph]  0.9.6claws77
4846
4847         * src/procmime.c
4848                 fix crash when parsing invalid Content-Type header
4849
4850 2003-11-16 [christoph]  0.9.6claws76
4851
4852         * src/pgpmime.c
4853         * src/privacy.c
4854         * src/procmime.c
4855         * src/sgpgme.[ch]
4856                 implement message decrypting
4857
4858         * src/rfc2015.c
4859                 remove old code
4860
4861 2003-11-14 [luke]       0.9.6claws75
4862
4863         * src/mimeview.c
4864                 fix a couple of problems that treated application/* and
4865                 application/octet-stream the wrong way around
4866                 (since 0.9.6claws10), causing "Open" to do nothing.
4867
4868 2003-11-14 [christoph]  0.9.6claws74
4869
4870         * src/messageview.c
4871         * src/pgpmime.c
4872         * src/privacy.[ch]
4873                 prepare for message part decrypting
4874
4875         * src/sgpgme.c
4876                 add output for expired signatures
4877
4878         * src/rfc2015.c
4879                 remove some old code
4880
4881 2003-11-10 [christoph]  0.9.6claws73
4882
4883         * src/mimeview.c
4884                 add "Full info" button for bad and warn signature status
4885
4886         * src/sgpgme.c
4887                 generate full signature info like gpg's output
4888                 (gpg -v --with-fingerprint --verify)
4889
4890 2003-11-10 [christoph]  0.9.6claws72
4891
4892         * src/mimeview.c
4893         * src/pgpmime.c
4894         * src/privacy.[ch]
4895         * src/sgpgme.[ch]
4896         * src/textview.[ch]
4897                 o add code to view full signature info
4898                 o do automatic signature checks
4899
4900 2003-11-10 [alfons]     0.9.6claws71
4901
4902         * src/summaryview.c
4903                 don't crash when gtkut_font_load() returns invalid font (has
4904                 something to do with locale settings)
4905                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
4906
4907 2003-11-09 [alfons]     0.9.6claws70
4908
4909         * src/procmime.c
4910                 plug leak
4911
4912 2003-11-08 [luke]       0.9.6claws69
4913
4914         * src/summaryview.c
4915                 fix some typos
4916
4917         * src/compose.c
4918                 rewrite compose_attach_parts(), fixing various bugs mainly
4919                 to do with re-editing.
4920
4921         * src/mimeview.c
4922                 "save all" now only saves attachments with names/filenames
4923
4924 2003-11-04 [match]      0.9.6claws68
4925
4926         * src/ldapctrl.[ch]
4927                 fix broken LDAP support.
4928
4929         * src/ldapquery.c
4930                 remove printf's.
4931
4932 2003-11-04 [luke]       0.9.6claws67
4933
4934         * src/mimeview.c
4935                 o  fixed bug 4 "focus lost on messages with attachments"
4936                 o  fixed 'Save all' attachments for new mime changes
4937                 o  right clicking on icons consistent with right clicking on
4938                    mime tree
4939                   - fixes a bug where wrong part is saved when you
4940                     choose 'Save as' from popup menu
4941                   - fixes bug 308 "No way to "save all" attachments"
4942                 o  fixed a compiler warning.
4943
4944         * src/textview.c
4945                 o  removed flickering in mime tree when using "n" and "p"
4946                    shortcuts
4947                 o  fixed bug where selecting the textview and pressing e.g.
4948                    'y' causes sylpheed to respond twice.
4949
4950         * src/summaryview.c
4951                 removed hard coding of * and ! shortcuts (which only served
4952                 to cause problems if you tried to redefine the shortcuts)
4953
4954 2003-11-04 [luke]       0.9.6claws66
4955
4956         * src/plugins/image_viewer/viewer.c
4957         * src/plugins/image_viewer/viewerprefs.c
4958         * src/plugins/image_viewer/viewerprefs.glade
4959                 o  allow toggling of image scaling by clicking on image
4960                 o  respond to image's container widget resize
4961
4962         * src/procmime.c
4963                 o  fix bad parsing of message when re-editing/viewing a
4964                    message saved to the drafts folder
4965
4966 2003-11-02 [match]      0.9.6claws65
4967
4968         * src/browseldap.h
4969                 fix if not building LDAP support.
4970         * src/addrindex.c
4971         * src/ldapquery.[ch]
4972         * src/editldap.h
4973                 include support for contains query. feature req 529354.
4974
4975 2003-11-02 [alfons]     0.9.6claws64
4976
4977         * src/browseldap.c
4978                 fix build bustage if not compiling ldap support
4979
4980 2003-11-01 [match]      0.9.6claws63
4981
4982         * po/POTFILES.in
4983         * src/Makefile.am
4984         * src/addr_compl.[ch]
4985         * src/addrbook.c
4986         * src/addrcache.[ch]
4987         * src/addrdefs.h        ** NEW **
4988         * src/addressbook.c
4989         * src/addressitem.h
4990         * src/addrindex.[ch]
4991         * src/addritem.h
4992         * src/addrquery.[ch]
4993         * src/ldapquery.[ch]
4994         * src/ldapserver.[ch]
4995                 refactor LDAP query mechanism.
4996
4997         * src/browseldap.[ch]   ** NEW **
4998         * src/ldaplocate.[ch]   ** NEW **
4999                 add feature to browse LDAP entry that was retrieved using
5000                 an explicit LDAP search.
5001
5002 2003-11-01 [alfons]     0.9.6claws62
5003
5004         * src/prefs_gtk.c
5005                 prefs_write_param(): fail when we see an invalid type; all the
5006                 callers seem to handle this gracefully by reverting changes
5007
5008 2003-10-30 [christoph]  0.9.6claws61
5009
5010         * configure.ac
5011         * ac/openssl.m4
5012         * ac/spamassassin.m4
5013         * src/Makefile.am
5014                 use extra variables for all libraries to make sure plugins
5015                 are only linked with libraries they really need. $LIBS is always
5016                 added to the linking parameters, but we only what the libraries
5017                 listed in the Makefile
5018
5019 2003-10-29 [paul]       0.9.6claws60
5020
5021         * src/mimeview.c
5022                 don't use Subject for unknown part name
5023
5024 2003-10-29 [paul]       0.9.6claws59
5025
5026         * src/compose.c
5027                 get name of attachment(s) when re-editing, fwd'ing or
5028                 redirecting
5029                 
5030         * src/mimeview.c
5031                 get name of attachment(s) when saving
5032
5033 2003-10-29 [hoa]        0.9.6claws58
5034
5035         * src/textview.c
5036                 implemented multipart/alternative in MIME message viewer.
5037
5038 2003-10-28 [christoph]  0.9.6claws57
5039
5040         * configure.ac
5041                 make sure MathML-Viewer is not built with the
5042                 Gtk2 version of GtkMathView
5043
5044 2003-10-28 [paul]       0.9.6claws56
5045
5046         * sync with 0.9.7cvs1
5047                 see ChangeLog 2003-10-28
5048
5049 2003-10-27 [alfons]     0.9.6claws55
5050
5051         * src/matcher_parser_parse.y
5052         * src/gtk/colorlabel.c
5053                 allow setting color label to 0 in filtering/processing rules
5054                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
5055
5056 2003-10-26 [alfons]     0.9.6claws54
5057
5058         * src/summary_search.c
5059                 fix misnomer and correct selecting initial search node  
5060
5061 2003-10-26 [christoph]  0.9.6claws53
5062
5063         * src/pgpmime.c
5064         * src/sgpgme.c
5065                 change display of signature info to use only name of
5066                 signer, otherwise the text gets too long.
5067
5068         * src/procmime.c
5069                 don't use MimeInfo's filename to generate tmp filename
5070
5071 2003-10-25 [christoph]  0.9.6claws52
5072
5073         * src/procmime.c
5074                 fix message body searching
5075
5076 2003-10-25 [paul]       0.9.6claws51
5077
5078         * src/compose.c
5079                 use g_basename rather than basename
5080
5081 2003-10-24 [christoph]  0.9.6claws50
5082
5083         * src/sgpgme.c
5084                 change fetching of signature key's trust
5085
5086 2003-10-24 [paul]       0.9.6claws49
5087
5088         * po/sk.po
5089                 update Slovak translation
5090                 submitted by Andrej Kacian
5091                 
5092         * src/mainwindow.c
5093                 remove unknown menu entry /File/Add mailbox/mbox...
5094
5095 2003-10-24 [hoa]        0.9.6claws48
5096
5097         * src/Makefile.am
5098                 removed all references to mbox folders
5099
5100         * src/carray.[ch]               * REMOVED *
5101         * src/chash.[ch]                * REMOVED *
5102         * src/maillock.[ch]             * REMOVED *
5103         * src/mailmbox.[ch]             * REMOVED *
5104         * src/mailmbox_folder.[ch]      * REMOVED *
5105         * src/mailmbox_parse.[ch]       * REMOVED *
5106         * src/mailmbox_types.[ch]       * REMOVED *
5107         * src/mbox_folder.[ch]          * REMOVED *
5108                 remove implementation of mbox folders
5109                 and old mailbox folder.
5110                 mbox folder implementation will be added
5111                 as a plugin so that implementation can be entirely
5112                 synchronized with the files of the project they are
5113                 extracted from (libEtPan!).
5114         
5115         * src/mainwindow.c
5116         * src/folder.c
5117         * src/folderview.[ch]
5118         * src/procmsg.h         
5119                 Disable as much code that references mbox folders
5120                 as possible.
5121                 Some UI thing still need to know that folder is mbox
5122                 (when we have to enter the name of the mailbox and
5123                 we want to add /var/mail/$USER).
5124
5125 2003-10-23 [christoph]  0.9.6claws47
5126
5127         * src/noticeview.c
5128                 don't always display button when noticeview is made visible
5129
5130         * src/mimeview.c
5131         * src/pgpmime.c
5132         * src/privacy.[ch]
5133         * src/sgpgme.[ch]
5134                 get signature information from crypto system
5135
5136 2003-10-22 [paul]       0.9.6claws46
5137
5138         * po/es.po
5139                 updated by Ricardo Mones Lastra
5140
5141 2003-10-22 [paul]       0.9.6claws45
5142
5143         * src/Makefile.am
5144                 update to reflect the changes to the icons that
5145                 happened in 0.9.6claws35
5146
5147 2003-10-22 [alfons]     0.9.6claws44
5148         
5149         * src/carray.h
5150                 inline carray_count() 
5151
5152 2003-10-21 [alfons]     0.9.6claws43
5153
5154         * src/carray.h
5155                 glib wrappers
5156         * src/carray.c
5157                 disable
5158         * src/mailmbox.[ch]
5159         * src/mailmbox_folder.c
5160         * src/mailmbox_parse.c
5161         * src/mailmbox_types.[ch]
5162                 %s/uint32_t/guint
5163
5164 2003-10-21 [luke]       0.9.6claws42
5165
5166         * src/stock_pixmaps.[ch]
5167         * src/mimeview.c
5168         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
5169         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
5170                 o remove mime_application_octet_stream.xpm icon (it was never
5171                   really needed)
5172                 o remove redundant icon messageview_text.xpm
5173
5174         * src/mainwindow.c
5175                 fix visibility of signature noticeview when toggling 'separate
5176                 message view'
5177
5178 2003-10-21 [christoph]  0.9.6claws41
5179
5180         * src/procmime.c
5181                 decode multipart and rfc822 mime parts to allow further
5182                 parsing when required
5183
5184 2003-10-21 [christoph]  0.9.6claws40
5185
5186         * src/procmime.[ch]
5187         * src/textview.c
5188                 remove obsolete charset parameter in MimeInfo and fix
5189                 TextView to use the charset from the parameter hash table
5190
5191         * src/plugins/dillo_viewer/Makefile.am
5192         * src/plugins/trayicon/Makefile.am
5193                 add OPENSSL_CFLAGS to fix building with using
5194                 --with-openssl-* parameters
5195
5196 2003-10-21 [paul]       0.9.6claws39
5197
5198         * src/prefs_matcher.[ch]
5199                 replace remnants of the old, renamed 'Execute' matchtype
5200                 add a brief description to the Info window
5201
5202 2003-10-21 [hoa]        0.9.6claws38
5203         
5204         * src/Makefile.am
5205         * src/carray.[ch]               * NEW *
5206         * src/chash.[ch]                * NEW *
5207         * src/folder.c
5208         * src/maillock.[ch]             * NEW *
5209         * src/mailmbox.[ch]             * NEW *
5210         * src/mailmbox_folder.[ch]      * NEW *
5211         * src/mailmbox_parse.[ch]       * NEW *
5212         * src/mailmbox_types.[ch]       * NEW *
5213                 implementation of mbox folder with unique message numbers
5214
5215                 made use of libEtPan! implementation of mbox for lower-layer.
5216
5217 2003-10-20 [alfons]     0.9.6claws37
5218
5219         * src/noticeview.c
5220                 fix invalid argument warning
5221         * src/pgpmime.c
5222                 no in place variable
5223
5224 2003-10-20 [paul]       0.9.6claws36
5225
5226         * src/compose.[ch]
5227           src/filtering.c
5228           src/messageview.c
5229                 fix crash when using Forward in Filtering when
5230                 external editor option is set
5231                 
5232                 Patch submitted by Simon 'corecode' Schubert
5233                 <corecode@corecode.ath.cx> 
5234
5235 2003-10-20 [paul]       0.9.6claws35
5236
5237         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
5238           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
5239           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
5240           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5241           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5242           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5243           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5244           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5245           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5246           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5247           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5248           src/mimeview.c
5249           src/stock_pixmap.[ch]
5250                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5251                 icons. add privacy_warn.xpm icon
5252
5253 2003-10-20 [hoa]  0.9.6claws34
5254
5255         * src/folder_item_prefs.[ch]
5256         * src/prefs_folder_item.c
5257         * src/main.c
5258                 Added a property per folder to choose whether we 
5259                 want to apply processing on it on startup or if we
5260                 prefer to wait the folder selection to apply it.
5261         
5262         * src/messageview.c
5263                 fixed C89 compatibility (for old compilers, for
5264                 example gcc 2.95.x).
5265
5266 2003-10-17 [christoph]  0.9.6claws33
5267
5268         * src/mimeview.c
5269         * src/noticeview.[ch]
5270                 change noticeview icon to indicate signature status
5271
5272 2003-10-17 [christoph]  0.9.6claws32
5273
5274         * src/Makefile.am
5275         * src/main.c
5276         * src/mimeview.c
5277         * src/noticeview.c
5278         * src/pgpmime.[ch]                              ** NEW **
5279         * src/privacy.[ch]
5280         * src/rfc2015.c
5281         * src/sgpgme.c                                  ** NEW **
5282                 reimplement PGP/Mime signature checking (unfinished)
5283
5284 2003-10-15 [christoph]  0.9.6claws31
5285
5286         * src/procmime.[ch]
5287                 fix procmime_get_text_content() and
5288                 procmime_get_first_text_content()
5289
5290 2003-10-15 [christoph]  0.9.6claws30
5291
5292         * src/plugins/spamassassin/spamassassin_gtk.c
5293         * src/plugins/spamassassin/spamassassin_gtk.glade
5294                 fix timeout tooltip
5295
5296 2003-10-15 [paul]       0.9.6claws29
5297
5298         * src/messageview.c
5299                 workaround for buggy smtp servers. on sending a
5300                 return receipt strip the name part from the address
5301                 when creating headers
5302                 
5303 2003-10-15 [paul]       0.9.6claws28
5304
5305         * sync with 0.9.7 release
5306                 see ChangeLog 2003-10-15
5307
5308 2003-10-14 [christoph]  0.9.6claws27
5309
5310         * src/plugins/clamav/clamav_plugin.c
5311                 fix clamav plugin
5312
5313 2003-10-14 [christoph]  0.9.6claws26
5314
5315         * src/compose.c
5316         * src/mimeview.c
5317         * src/procmime.[ch]
5318         * src/rfc2015.c
5319         * src/textview.c
5320         * src/plugins/clamav/clamav_plugin.c
5321                 use GNode to create the mime tree (some changes to functions
5322                 that traverse the tree are just quick and dirty. Maybe we
5323                 can find better solutions with g_node_*-functions)
5324
5325 2003-10-14 [luke]       0.9.6claws25
5326
5327         * src/mimeview.c
5328                 fix a navigation bug (stupid typo of mine)
5329
5330 2003-10-14 [christoph]  0.9.6claws24
5331
5332         * src/textview.c
5333                 fix missing last line in plain/text mails
5334
5335 2003-10-13 [luke]       0.9.6claws23
5336
5337         * src/summaryview.c
5338                 fix bug 334 (part 1)
5339
5340 2003-10-13 [kov]        0.9.6claws22
5341
5342         * src/mimeview.c
5343                 error checking when the user enters a non-directory at
5344                 the file selection dialog.
5345                 work-around for users entering directory location without
5346                 adding a leading G_DIR_SEPARATOR.
5347
5348 2003-10-13 [luke]       0.9.6claws21
5349
5350         * src/compose.c
5351                 error reporting for inserting files, including catching
5352                 invalid characters for current locale/encoding
5353
5354 2003-10-13 [paul]       0.9.6claws20
5355
5356         * src/folderview.c
5357                 fix bug #347 'subscribe newsgroups crashes'
5358
5359 2003-10-13 [paul]       0.9.6claws19
5360
5361         * src/compose.c
5362                 when using 'Reply to all' include the 'send replies
5363                 to' folder property
5364                 
5365         * po/ja.po
5366                 update Japanese translation. submitted by Rui Hirokawa 
5367                 <rui_hirokawa@ybb.ne.jp>        
5368
5369 2003-10-13 [hoa]        0.9.6claws18
5370
5371         * src/account.c
5372         * src/compose.c
5373         * src/messageview.c
5374         * src/procheader.c
5375         * src/procheader.h
5376                 rename get_header_from_msginfo() into
5377                 procheader_get_header_from_msginfo() so that we have a
5378                 coherent exported naming.
5379                 avoid parsing of header contained in a string via
5380                 a newly written temporary file.
5381
5382         Patch submitted by Simon 'corecode' Schubert
5383                 <corecode@corecode.ath.cx>
5384
5385 2003-10-12 [hoa]        0.9.6claws17
5386
5387         * src/filtering.c
5388         * src/filtering.h
5389         * src/matcher.c
5390         * src/matcher.h
5391         * src/matcher_parser_parse.y
5392         * src/prefs_filtering_action.c
5393                 added "stop" action : stop applying the filtering rules.
5394                 added "set score" and "increase/decrease score" actions.
5395                 That two last action replace the "change_score" action
5396                 introduced by alfons in 0.8.8claws85.
5397                 "set score" is to set a given score to the message.
5398                 "increase/decrease score" will increase or decrease the
5399                 score if the given value is respectively positive or
5400                 negative. If someone find a some better name for this last
5401                 rule, it can be modified.
5402
5403 2003-10-12 [paul]       0.9.6claws16
5404
5405         * AUTHORS
5406           po/ja.po
5407                 update Japanese translation. submitted by Rui Hirokawa 
5408                 <rui_hirokawa@ybb.ne.jp>
5409
5410 2003-10-12 [christoph]  0.9.6claws15
5411
5412         * src/procmime.c
5413                 fix crash caused by incorrect headers
5414
5415 2003-10-10 [christoph]  0.9.6claws14
5416
5417         * src/main.c
5418         * src/privacy.[ch]
5419         * src/rfc2015.[ch]
5420                 implement detection of signed message parts for rfc2015
5421
5422 2003-10-10 [thorsten]   0.9.6claws13
5423
5424         * src/mimeview.c
5425                 fix typo
5426
5427 2003-10-10 [christoph]  0.9.6claws12
5428
5429         * src/stock_pixmap.[ch]
5430         * src/pixmaps/mime_message.xpm                  ** NEW **
5431                 add a new icon for mime type "message"
5432
5433         * src/privacy.[ch]
5434         * src/procmime.[ch]
5435                 add crypto api
5436
5437         * src/mimeview.c
5438                 o use crypto api
5439                 o add icons for message type mime parts
5440
5441 2003-10-10 [christoph]  0.9.6claws11
5442
5443         * src/mainwindow.c
5444         * src/messageview.[ch]
5445         * src/mimeview.[ch]
5446         * src/procmime.[ch]
5447         * src/procmsg.[ch]
5448         * src/rfc2015.c
5449         * src/summaryview.c
5450         * src/textview.[ch]
5451                 o remove switching between TextView and MimeView in MessageView
5452                   (if required we can hide the icon box and the MimeView will
5453                    look exaxtly like the TextView)
5454                 o temporary remove signature and decrypting GPGME code
5455
5456 2003-10-09 [christoph]  0.9.6claws10
5457
5458         * src/action.c
5459         * src/compose.c
5460         * src/messageview.c
5461         * src/mimeview.c
5462         * src/procmime.[ch]
5463         * src/procmsg.c
5464         * src/rfc2015.c
5465         * src/textview.c
5466         * src/common/utils.[ch]
5467         * src/plugins/clamav/clamav_plugin.c
5468         * src/plugins/dillo_viewer/dillo_viewer.c
5469         * src/plugins/image_viewer/viewer.c
5470         * src/plugins/mathml_viewer/mathml_viewer.c
5471                 new mime parser (several things need fixing)
5472
5473 2003-10-09 [paul]       0.9.6claws9
5474
5475         * src/imap.c
5476                 a little more sync with 0.9.6cvs2 and a tidy up
5477
5478 2003-10-08 [paul]       0.9.6claws8
5479
5480         * sync with 0.9.6cvs2
5481                 see ChangeLog 2003-10-03
5482
5483 2003-10-05 [christoph]  0.9.6claws7
5484
5485         * src/summaryview.c
5486                 don't use flags to check if a message is in a news folder
5487
5488         (closes Bug 282 clicking on folder with copied Messages from News
5489          immediately after having copied them crashes Sylpheed-Claws)
5490
5491 2003-10-05 [christoph]  0.9.6claws6
5492
5493         * src/Makefile.am
5494         * src/progressdialog.[ch]               ** REMOVE **
5495         * src/gtk/Makefile.am
5496         * src/gtk/progressdialog.[ch]           ** NEW **
5497                 move progressdialog to gtk directory
5498
5499 2003-10-04 [christoph]  0.9.6claws5
5500
5501         * src/prefs_toolbar.c
5502         * src/gtk/prefswindow.c
5503                 remove widget_show_all for pages root widget
5504
5505         * src/plugins/spamassassin/spamassassin.[ch]
5506         * src/plugins/spamassassin/spamassassin_gtk.c
5507         * src/plugins/spamassassin/spamassassin_gtk.glade
5508                 add support for new libspamc transports
5509
5510 2003-10-04 [christoph]  0.9.6claws4
5511
5512         * src/plugins/spamassassin/libspamc.[ch]
5513         * src/plugins/spamassassin/spamassassin.c
5514         * src/plugins/spamassassin/utils.[ch]
5515                 update libspamc to version from SpamAssassin 2.60
5516
5517 2003-10-03 [christoph]  0.9.6claws3
5518
5519         * src/send_message.c
5520                 fix missing format string bug found by
5521                 Georgi Guninski <guninski@guninski.com>
5522
5523 2003-10-03 [paul]       0.9.6claws2
5524
5525         * po/zh_CN.po
5526                 update Simpilified Chinese translation, submitted by
5527                 Hansom Young
5528
5529 2003-10-02 [christoph]  0.9.6claws1
5530
5531         * src/imap.c
5532                 add UIDPLUS support for COPY and EXPUNGE
5533
5534 2003-10-02 [paul]       0.9.6claws
5535
5536         * 0.9.6claws released
5537
5538 2003-10-02 [paul]
5539
5540         * po/es.po
5541           po/sk.po
5542                 update Spanish and Slovak translations
5543                 submitted by Ricardo Mones Lastra and Andrej Kacian
5544  
5545 2003-10-02 [paul]       0.9.5claws43
5546
5547         * po/en_GB.po
5548                 update British English translation
5549
5550 2003-10-02 [paul]       0.9.5claws42
5551
5552         * po/hr.po
5553                 update Croatian translation, submitted by Dragan
5554
5555 2003-10-01 [paul]       0.9.5claws41
5556
5557         * po/pl.po
5558           po/sr.po
5559                 update Polish and Serbian translations, submitted by
5560                 Emil and Urke MMI
5561
5562 2003-10-01 [melvin]     0.9.5claws40
5563
5564         * po/fr.po
5565                 Updated French translations
5566
5567 2003-10-01 [melvin]     0.9.5claws39
5568
5569         * src/prefs_fonts.c
5570                 Fixed a Gtk warning
5571
5572         * src/plugins/dillo_prefs.c     
5573                 Quasi unnoticeable UI clean-up.
5574
5575 2003-10-01 [paul]
5576
5577         * tools/README
5578           tools/maildir2sylpheed.pl
5579                 bug fixes, rewrites, submitted by Matthias Förste 
5580                 <itsjustme@users.sourceforge.net>
5581
5582 2003-09-29 [paul]       0.9.5claws38
5583
5584         * src/inc.c
5585                 fix my coding carelessness
5586
5587 2003-09-29 [paul]       0.9.5claws37
5588
5589         * po/POTFILES.in
5590           src/Makefile.am
5591           src/main.c
5592           src/prefs_common.[ch]
5593           src/prefs_fonts.[ch]  ** NEW FILES **
5594                 move Font config options to Other Prefs/Display/Fonts
5595                 (user's current configuration is preserved)
5596
5597 2003-09-29 [paul]       0.9.5claws36
5598
5599         * src/inc.c
5600           src/prefs_account.c
5601                 allow 'local_mbox' value to point to either a directory 
5602                 (/var/mail -  default, new) or a file (/var/mail/username
5603                 - original)
5604
5605 2003-09-28 [paul]       0.9.5claws35
5606
5607         * src/rfc2015.c
5608                 on signature check, where key exists, print the
5609                 Key ID
5610
5611 2003-09-27 [alfons]     0.9.5claws34
5612
5613         * src/action.c
5614                 o make progress bar not fill/expand when resizing dialog
5615                 o use default fixed text font for actions output
5616
5617 2003-09-27 [paul]       0.9.5claws33
5618
5619         * src/prefs_common.[ch]
5620           src/procmsg.c
5621           src/send_message.c
5622                 remove External Program settings from Common Prefs/Send
5623                 as they are now unnecessary due to Local account settings.
5624                 plus a little tidying-up after 0.9.5claws31
5625
5626 2003-09-27 [paul]       0.9.5claws32
5627
5628         * src/prefs_account.c
5629                 o make correction to gui text:
5630                   'Local mailbox file' -> 'Local mailbox directory'
5631                 o give 'local_mbox' option a reasonable default value:
5632                   '/var/mail'
5633                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5634                   value
5635
5636 2003-09-26 [paul]       0.9.5claws31
5637
5638         * src/inc.c
5639           src/prefs_common.[ch]
5640                 remove 'Incorporate from spool' common pref,
5641                 force creation of a 'Local' account
5642
5643 2003-09-26 [christoph]  0.9.5claws30
5644
5645         * src/folder.c
5646         * src/msgcache.c
5647                 add more NULL pointer checks
5648
5649 2003-09-25 [christoph]  0.9.5claws29
5650
5651         * src/folder.c
5652                 o don't fetch source message to get it's message id
5653                 o immediately scan dest folder when copying a message did not
5654                   return a new message number and not do it when the first message
5655                   without a new message number is found
5656
5657 2003-09-23 [christoph]  0.9.5claws28
5658
5659         * src/compose.c
5660                 fix generating of headers
5661
5662         (patch by David Relson <relson@osagesoftware.com>)
5663
5664 2003-09-23 [paul]       0.9.5claws27
5665
5666         * po/zh_CN.po
5667                 update Simplified Chinese translation. submitted by
5668                 Hansom Young
5669
5670 2003-09-23 [paul]       0.9.5claws26
5671
5672         * tools/Makefile.am
5673           tools/README
5674           tools/vcard2xml.py    ** NEW FILE **
5675                 add a script that converts an evolution vcard to
5676                 sylpheed's xml format
5677                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5678
5679 2003-09-22 [paul]       0.9.5claws25
5680
5681         * src/plugins/clamav/clamav_plugin.c
5682                 don't skip MULTIPART parts
5683
5684 2003-09-21 [christoph]  0.9.5claws24
5685
5686         * src/alertpanel.c
5687                 remove unneeded include
5688
5689         * src/folder.c
5690                 clean up copy/move mess with duplicated code
5691
5692         * src/imap.c
5693                 fix problem that sometimes the folder was not scanned
5694                 also it was changed
5695
5696 2003-09-21 [christoph]  0.9.5claws23
5697
5698         * src/Makefile.am
5699         * src/logwindow.[ch]                    ** REMOVE **
5700         * src/mainwindow.c
5701         * src/prefs_common.c
5702         * src/gtk/Makefile.am
5703         * src/gtk/logwindow.[ch]                ** ADD **
5704                 make logwindow prefs_common independent and move
5705                 it to gtk directory
5706
5707 2003-09-20 [christoph]  0.9.5claws22
5708
5709         * src/compose.c
5710                 add extra space for address code conversion
5711                 (4 * unconvered size could be too small for short headers)
5712
5713 2003-09-20 [christoph]  0.9.5claws21
5714
5715         * src/compose.c
5716                 increase temp buffer size when writing headers
5717
5718 2003-09-19 [darko]      0.9.5claws20
5719
5720         * src/compose.c
5721                 don't ignore value of 'Save copy of outgoing messages to
5722                 this folder instead of Sent' in message redirect
5723
5724 2003-09-17 [christoph]  0.9.5claws19
5725
5726         * src/compose.c
5727                 use ", " as address seperator for mail headers and pass whole
5728                 header line at once to compose_convert_header to make sure
5729                 it is correctly folded
5730
5731         (closes Bug 64 Problem when sending to many recipients)
5732
5733 2003-09-17 [hoa]        0.9.5claws18
5734         
5735         * src/matcher.[ch]
5736           src/matcher_parser_parse.y
5737           src/prefs_matcher.c
5738                 changed the keyword used for command execution in condition
5739                 keyword is changed from "execute" to "test"
5740                 so that it is not the same as the one used for action.
5741                 This will fix a bug when using filtering dialog.
5742                 All semantic in the code is also changed to reflect
5743                 the keyword change.
5744
5745 2003-09-17 [paul]
5746         
5747         * sync with 0.9.6 release
5748
5749 2003-09-17 [paul]       0.9.5claws17
5750
5751         * sync with 0.9.5cvs8
5752                 see ChangeLog 2003-09-16 and 2003-09-17
5753
5754 2003-09-16 [paul]       0.9.5claws16
5755
5756         * sync with 0.9.5cvs6
5757                 see ChangeLog 2003-09-16
5758
5759 2003-09-15 [paul]       0.9.5claws15
5760
5761         * sync with 0.9.5cvs5
5762                 see ChangeLog 2003-09-15
5763
5764 2003-09-14 [alfons]     0.9.5claws14
5765
5766         * src/inc.c
5767                 make "Go to inbox after receiving new mail" again;
5768                 regression of a sync, restored to sylpheed main 
5769                 behaviour. (misses still some bits)
5770
5771 2003-09-14 [alfons]     0.9.5claws13
5772
5773         * src/prefs_filtering_action.c
5774                 o add proper message if empty execute command line
5775                 o don't select first action item after registering a
5776                   new action to prevent (what seems to be a GTK) bug
5777                   #36, "filtering will only accept one action change 
5778                   per invocation".
5779
5780 2003-09-14 [alfons]     0.9.5claws12
5781
5782         * src/prefs_filtering.c
5783         * src/prefs_filtering_action.c
5784         * src/prefs_matcher.c
5785                 fix function signature for key_pressed_event signal handlers
5786
5787 2003-09-14 [alfons]     0.9.5claws11
5788
5789         * src/mainwindow.c
5790                 fix regression caused by fix for invalid bug #7
5791                 (should fix #246, "Multiple selections are deselected when 
5792                 moving from search window to main window")
5793                 
5794 2003-09-14 [alfons]     0.9.5claws10
5795         
5796         * src/actions.[ch]
5797         * src/filtering.[ch]
5798         * src/prefs_actions.c
5799                 allow `filtering actions` in actions; only for advanced users
5800                 right now: try for example, "%as{mark color 2}" 
5801         
5802 2003-09-13 [paul]       0.9.5claws9
5803         
5804         * po/pl.po
5805           po/zh_CN.po   ** NEW FILE **
5806                 update Polish translation, submitted by Emil 
5807                 <eminowbl@posejdon.wpk.p.lodz.pl>
5808                 add new Simplified Chinese translation, submitted by
5809                 Hansom Young <hansom_young@yahoo.com>
5810
5811 2003-09-12 [alfons]     0.9.5claws8
5812
5813         * src/summaryview.c
5814                 don't open separate message views when View | Separate message view
5815                 is active 
5816                 (please look carefully for any navigation regressions)
5817
5818 2003-09-11 [alfons]     0.9.5claws7
5819
5820         * src/mainwindow.c
5821                 make default message view, opened by View | Separate message 
5822                 view, look like a claws message view (which includes a menu
5823                 bar and a toolbar)
5824                 (fixes bug #298, "message view loses tool bar") 
5825
5826 2003-09-11 [christoph]  0.9.5claws6
5827
5828         * src/folderview.c
5829                 fix double deleting of newsgroup folders
5830
5831         (closes Bug 305 crash after deleting of a newsgroup)
5832
5833 2003-09-11 [paul]       0.9.5claws5
5834
5835         * src/rfc2015.c
5836           src/common/utils.h
5837                 more sync'ing from 0.9.5cvs2
5838
5839 2003-09-11 [christoph]  0.9.5claws4
5840
5841         * src/compose.c
5842         * src/rfc2015.c
5843         * src/common/utils.h
5844                 fix sync with 0.9.5cvs2
5845
5846 2003-09-11 [paul]       0.9.5claws3
5847
5848         * sync with 0.9.5cvs4
5849                 see ChangeLog 2003-09-11
5850
5851 2003-09-11 [paul]       0.9.5claws2
5852
5853         * sync with 0.9.5cvs2
5854                 see ChangeLog 2003-09-05
5855                 
5856 2003-09-11 [paul]       0.9.5claws1
5857
5858         * sync with 0.9.5cvs3
5859                 see ChangeLog 2003-09-10
5860
5861 2003-09-10 [paul]       0.9.5claws
5862
5863         * 0.9.5claws released
5864
5865 2003-09-10 [paul]       0.9.4claws78
5866
5867         * src/Makefile.am
5868                 add missing files
5869
5870 2003-09-10 [melvin]     0.9.4claws77
5871
5872         * po/fr.po
5873                 Updated French translations
5874
5875 2003-09-10 [paul]       0.9.4claws76
5876
5877         * po/es.po
5878           po/sk.po
5879           po/sr.po
5880                 update Spanish, Slovak, and Serbian translations.
5881                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5882                 and Urke MMI
5883                 
5884         * AUTHORS
5885                 add translation team section
5886
5887 2003-09-09 [christoph]  0.9.4claws75
5888
5889         * src/folder.c
5890                 free item->prefs in folder_item_destroy
5891
5892 2003-09-09 [alfons]     0.9.4claws74
5893
5894         * src/folderview.c
5895                 o proper check for root node sorting
5896                 o remove unnecessary gtk_ctree_remove_node 
5897
5898         (should fix bug #300, "crash while moving folder")      
5899
5900 2003-09-08 [christoph]  0.9.4claws73
5901
5902         * src/folderview.c
5903                 o fix double adding of IMAP FolderItems to GtkCTree
5904                 o fix crash then mbox folder is removed
5905
5906 2003-09-08 [christoph]  0.9.4claws72
5907
5908         * src/folder.c
5909         * src/folderview.c
5910         * src/mainwindow.c
5911                 fix new folder notification
5912
5913         * src/mbox_folder.c
5914                 fix cache path
5915
5916 2003-09-08 [christoph]  0.9.4claws71
5917
5918         * src/compose.c
5919                 replace '\n' and '\r' before removing trailing spaces
5920
5921         * src/folder.[ch]
5922         * src/folderview.c
5923                 add information about new or removed items in folder tree change
5924                 notification and use this in folderview to add and remove only
5925                 the appected items and not refresh the whole tree
5926
5927 2003-09-07 [match]      0.9.4claws70
5928
5929         * src/Makefile.am
5930         * src/addr_compl.c
5931         * src/addressbook.c
5932         * src/addressitem.h
5933         * src/addrindex.c
5934         * src/addritem.c
5935         * src/addritem.h
5936         * src/addrquery.c                       ** NEW **
5937         * src/addrquery.h
5938         * src/ldapquery.c
5939         * src/ldapserver.c
5940         * src/stock_pixmap.c
5941         * src/stock_pixmap.h
5942         * src/pixmaps/address_search.xpm        ** NEW **
5943                 re-introduce Lookup button for LDAP 'static' searches.
5944
5945 2003-09-07 [alfons]     0.9.4claws69
5946         
5947         * src/summaryview.c
5948                 abandon setting usize for messageview because it gives layout problems
5949                 with the quick search bar and the headerview; fixes assorted UI glitches:
5950                 
5951                 o bug #148, "Toggling of quick-search bar reduces index view area" 
5952                 o bug #280, "Window resiizes for line length but does not revert"
5953
5954 2003-09-07 [christoph]  0.9.4claws68
5955
5956         * src/compose.c
5957                 o make sure we don't have any newlines in header values
5958                 o check custom headers for spaces and newlines and ignore
5959                   malformed header names
5960
5961 2003-09-06 [christoph]  0.9.4claws67
5962
5963         * src/folder.c
5964         * src/folderview.c
5965                 invoke notification hook for folder tree changes after append
5966                 and remove folder
5967
5968         (closes Bug 294 Crash while moving folder with many subdirectories)
5969
5970 2003-09-06 [christoph]  0.9.4claws66
5971
5972         * src/folder.c
5973                 destroy folder's MsgCache if FolderItem is removed to make sure
5974                 it is not saved when the FolderItem is destroyed
5975
5976 2003-09-06 [christoph]  0.9.4claws65
5977
5978         * src/plugins/clamav/clamav_plugin.c
5979                 fix copy & paste bug
5980
5981 2003-09-05 [christoph]  0.9.4claws64
5982
5983         * src/folder.c
5984         * src/messageview.[ch]
5985         * src/procmsg.[ch]
5986         * src/summaryview.c
5987                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
5988                 by MessageView to clear it when the message is deleted. Should
5989                 work even if messages are deleted in MainWindow or by
5990                 processing.
5991
5992 2003-09-05 [alfons]     0.9.4claws63
5993
5994         * src/messageview.c
5995                 deleting a message in a message view frees its msginfo, make 
5996                 messageview_update_all() aware of that (should fix bug #293,
5997                 "deleting message caused crash")
5998
5999 2003-09-05 [melvin]     0.9.4claws62
6000
6001         * src/action.c
6002                 Improve synchronous action exit code (fixes 
6003                 a ~5 seconds delay after action exit on RedHat 9)
6004
6005 2003-09-04 [christoph]  0.9.4claws61
6006
6007         * src/compose.c
6008         * src/rfc2015.c
6009         * src/common/utils.[ch]
6010                 add util function to create mime boundary and use it
6011                 in compose and gpg code
6012
6013 2003-09-04 [alfons]     0.9.4claws60
6014
6015         * src/folder.c
6016                 source folder item's GNode should already have been freed in 
6017                 a previous call to src->folder->klass->remove_folder()
6018                 (should fix bug #287, "crash when moving folders")
6019
6020 2003-09-03 [thorsten]   0.9.4claws59
6021
6022         * src/plugins/spamassassin/spamassassin_gtk.c
6023                 fix compile error
6024
6025 2003-09-03 [christoph]  0.9.4claws58
6026
6027         * src/plugins/spamassassin/spamassassin.[ch]
6028         * src/plugins/spamassassin/spamassassin_gtk.c
6029                 add timeout config option
6030
6031 2003-09-03 [paul]       0.9.4claws57
6032
6033         * po/sk.po      ** NEW FILE **
6034                 add Slovak translation. Submitted by Andrej Kacian 
6035                 <andrej@kacian.sk>
6036
6037 2003-09-03 [paul]       0.9.4claws56
6038
6039         * src/plugins/clamav/clamav_plugin_gtk.c
6040                 gui tweaks: replace a label with a tooltip, modify the
6041                 text, use gtk_check_button_new(); instead of
6042                 gtk_check_button_new_with_label("");
6043
6044 2003-09-02 [alfons]     0.9.4claws55
6045
6046         * src/gtk/filesel.c
6047                 remember last used dir when attaching multiple files (should fix
6048                 bug #290, "Attach File does not remember directory")
6049
6050 2003-09-01 [paul]       0.9.4claws54
6051
6052         * po/es.po
6053                 updated by Ricardo Mones Lastra
6054
6055 2003-09-01 [alfons]     0.9.4claws53
6056
6057         * src/gtk/gtkaspell.[ch]
6058                 be pedantic and strict and use const gchar * instead of guchar *
6059
6060 2003-09-01 [alfons]     0.9.4claws52
6061
6062         * src/mainwindow.c
6063         * src/summaryviewc.
6064                 re-enable Save As when multiple messages are selected
6065
6066 2003-09-01 [paul]       0.9.4claws51
6067
6068         * src/textview.c
6069                 g_free(trimmed_uri);
6070
6071 2003-09-01 [paul]       0.9.4claws50
6072
6073         * sync with 0.9.4cvs13
6074                 see ChangeLog 2003-09-01
6075
6076 2003-09-01 [paul]       0.9.4claws49
6077
6078         * src/textview.c
6079                 trim uri before sending to the statusbar
6080                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
6081                 in the message window causes main S-C window to enlarge 
6082                 past screen edges'
6083
6084 2003-09-01 [paul]       0.9.4claws48
6085
6086         * sync with 0.9.4cvs12
6087                 see ChangeLog 2003-09-01
6088
6089 2003-08-30 [christoph]  0.9.4claws47
6090
6091         * src/compose.c
6092         * src/folder_item_prefs.[ch]
6093         * src/prefs_folder_item.c
6094         * src/gtk/gtkaspell.[ch]
6095                 commit per folder dictionary patch by
6096                 Paul Evans <nerd@freeuk.com>
6097
6098 2003-08-30 [christoph]  0.9.4claws46
6099
6100         * src/plugins/spamassassin/spamassassin_gtk.c
6101         * src/plugins/spamassassin/spamassassin_gtk.glade
6102                 reduce GUI clutter by placing hints into tooltips
6103
6104 2003-08-30 [paul]       0.9.4claws45
6105
6106         * src/compose.c
6107                 add 'Content-Disposition: inline' to a text/plain
6108                 part when using PGP/MIME signing
6109
6110 2003-08-30 [paul]       0.9.4claws44
6111
6112         * src/prefs_common.c
6113           src/prefs_spelling.c
6114           src/prefs_spelling.glade
6115                 reduce GUI clutter by placing hints into tooltips
6116
6117 2003-08-29 [christoph]  0.9.4claws43
6118
6119         * configure.ac
6120                 fix bug found by Ivan Rayner <ivanr@sgi.com>
6121
6122         * src/stock_pixmap.c
6123                 change unecessary warning into a debug message
6124
6125         * src/plugins/clamav/Makefile.am
6126                 Fix error "-I$(CLAMAV_LIBS)"
6127
6128 2003-08-29 [christoph]  0.9.4claws42
6129
6130         * intl/Makefile.in
6131         * src/Makefile.am
6132         * src/matcher.h
6133         * src/common/Makefile.am
6134         * src/common/passcrypt.c
6135                 commit fixes and patches for some of the IRIX problems found by
6136                 Ivan Rayner <ivanr@sgi.com>
6137
6138 2003-08-29 [paul]       0.9.4claws41
6139
6140         * src/prefs_filtering.c
6141                 add 'Top' and 'Bottom' buttons, based on changes in
6142                 src/prefs_filter.c in 0.9.4cvs11.
6143
6144 2003-08-27 [christoph]  0.9.4claws40
6145
6146         * src/folderview.c
6147                 fix bug that the current summary settings were copied to the
6148                 wrong folder item, when the folder item prefs are opened.
6149                 Copying is not required because summary settings and
6150                 folder_item_prefs do not contain the same settings
6151
6152 2003-08-27 [thorsten]   0.9.4claws39
6153
6154         * src/imap.c
6155                 fix compile error
6156
6157 2003-08-26 [paul]       0.9.4claws38
6158
6159         * sync with 0.9.4cvs9
6160                 see ChangeLog 2003-08-26
6161
6162 2003-08-25 [paul]       0.9.4claws37
6163
6164         * sync with 0.9.4cvs8
6165                 see ChangeLog 2003-08-25
6166
6167 2003-08-24 [christoph]  0.9.4claws36
6168
6169         * src/prefs_filtering.c
6170                 shouldn't remove items from a GSList while iterating over the
6171                 list (makes cur invalid and cur->next not accessable)
6172
6173         (closes Bug 272 i deleted an folder and some seconds later sylpheed
6174          crashed)
6175
6176 2003-08-23 [christoph]  0.9.4claws35
6177
6178         * src/news.c
6179                 news folders should be scanned when opened
6180
6181 2003-08-22 [christoph]  0.9.4claws34
6182
6183         * src/prefs_folder_item.c
6184                 use macro to assign strings that always frees the old string
6185
6186         * src/gtk/gtkaspell.[ch]
6187                 add gtkaspell_set_dictionary_menu_active_item() to set active
6188                 item in dictionary option menu
6189
6190         * src/prefs_spelling.c
6191                 use gtkaspell_set_dictionary_menu_active_item() to select
6192                 dictionary
6193
6194 2003-08-21 [christoph]  0.9.4claws33
6195
6196         * src/folder.[ch]
6197         * src/imap.c
6198         * src/mbox_folder.c
6199         * src/mh.c
6200         * src/news.c
6201                 optimize folder system
6202
6203         * src/gtk/gtkstext.c
6204                 fix division by zero when font has 0 width for ' '
6205
6206 2003-08-21 [paul]       0.9.4claws32
6207
6208         * sync with 0.9.4cvs7
6209                 see ChangeLog 2003-08-20
6210
6211 2003-08-19 [paul]       0.9.4claws31
6212
6213         * src/common/defs.h
6214                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
6215                 SYLDOC_FAQ_HTML_INDEX.
6216         * src/manual.c
6217                 use LC_MESSAGES instead of LC_ALL to find the current
6218                 language
6219
6220           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
6221
6222 2003-08-19 [paul]       0.9.4claws30
6223
6224         * po/bg.po
6225                 updated by George Danchev
6226
6227 2003-08-18 [luke]       0.9.4claws29
6228         * src/mimeview.[ch]
6229         * src/gtk/gtkvscrollbutton.[ch]
6230                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
6231                   dependencies; do it the GTK way; reduce code -14/+2 lines)
6232                 o removed horizontal separator between icons
6233
6234 2003-08-17 [christoph]  0.9.4claws28
6235
6236         * src/procmsg.c
6237                 no subject threading when the subject has no reply prefix
6238
6239 2003-08-16 [christoph]  0.9.4claws27
6240
6241         * src/mainwindow.c
6242                 remember and restore window sizes and position when the main
6243                 window is hidden or shown
6244
6245         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6246          minimised/reopened using trayicon)
6247
6248 2003-08-16 [paul]       0.9.4claws26
6249
6250         * src/crash.c
6251                 add #include "defs.h"
6252
6253 2003-08-16 [paul]       0.9.4claws25
6254
6255         * src/plugins/clamav/clamav_plugin.c
6256                 reword a debug_print
6257                 
6258         * src/plugins/dillo_viewer/dillo_prefs.c
6259                 cosmetic: change the labels' text, add tooltips, and
6260                 left-align the hint
6261
6262 2003-08-15 [christoph]  0.9.4claws24
6263
6264         * src/news.c
6265                 complete last change (forgot some changes)
6266
6267 2003-08-15 [christoph]  0.9.4claws23
6268
6269         * src/news.c
6270                 o check number of messages and don't return a 0 message
6271                   when no messages are available
6272                 o don't parse xref header anymore
6273
6274         (closes Bug 203 I'm not getting any news)
6275
6276 2003-08-15 [paul]       0.9.4claws22
6277
6278         * src/common/defs.h
6279           src/crash.c
6280                 update and define claws bugzilla location
6281
6282 2003-08-15 [paul]       0.9.4claws21
6283
6284         * po/ru.po
6285                 update submitted by Ruslan N. Balkin
6286
6287 2003-08-14 [christoph]  0.9.4claws20
6288
6289         * src/procmsg.c
6290                 fix search for oldest node in subject threading
6291
6292 2003-08-14 [christoph]  0.9.4claws19
6293
6294         * src/procmsg.c
6295         * src/common/utils.h
6296                 add possibility to check all nodes with the same subject for
6297                 subject threading, not only the oldest node. Should not break
6298                 threads anymore if the oldest node is thread_by_subject_max_age
6299                 days older then parent, because it can now find a child of
6300                 oldest node as new parent.
6301
6302 2003-08-11 [christoph]  0.9.4claws18
6303
6304         * src/plugins/spamassassin/spamassassin.c
6305                 run spam check in background process
6306
6307 2003-08-10 [alfons]     0.9.4claws17
6308
6309         * src/summaryview.c
6310                 make `Select All' sensitive too
6311
6312 2003-08-10 [christoph]  0.9.4claws16
6313
6314         * src/imap.c
6315                 add more checks in imap_close
6316
6317 2003-08-09 [alfons]     0.9.4claws15
6318
6319         * src/prefs_spelling.c
6320                 no spell checking UI if not requested
6321
6322 2003-08-09 [alfons]     0.9.4claws14
6323
6324         * src/gtk/prefswindow.c
6325                 make it compile
6326
6327 2003-08-09 [christoph]  0.9.4claws13
6328
6329         * src/prefs_spelling.c
6330         * src/gtk/prefswindow.[ch]
6331         * src/plugins/clamav/clamav_plugin_gtk.c
6332         * src/plugins/spamassassin/spamassassin_gtk.c
6333                 sort prefs pages by heighest weight in tree
6334
6335 2003-08-09 [paul]       0.9.4claws12
6336
6337         * sync with 0.9.4cvs6
6338                 see ChangeLog 2003-08-07
6339                 
6340         * AUTHORS
6341                 add Leandro and Luke to claws-branch section
6342
6343 2003-08-09 [christoph]  0.9.4claws11
6344
6345         * src/gtk/Makefile.am
6346         * src/gtk/colorsel.[ch]                 ** NEW **
6347                 create a color selection dialog that can be used as a simple
6348                 function call with it's own gtk main loop like filesel.[ch]
6349
6350         * src/Makefile.am
6351         * src/main.c
6352         * src/prefs_common.c
6353         * src/prefs_spelling.[ch]               ** NEW **
6354         * src/prefs_spelling.glade              ** NEW **
6355         * src/gtk/gtkutils.[ch]
6356                 move "Spell Checker" prefs to new prefs dialog
6357
6358         * src/prefs_folder_item.c
6359                 use new colorsel dialog
6360
6361 2003-08-08 [paul]       0.9.4claws10
6362
6363         * src/inc.c
6364                 clear the progress bar unconditionally
6365
6366 2003-08-08 [paul]       0.9.4claws9
6367
6368         * sync with 0.9.4cvs4
6369                 see ChangeLog 2003-07-31
6370
6371 2003-08-07 [christoph]  0.9.4claws8
6372
6373         * configure.ac
6374                 fix bug in image viewer plugin part
6375
6376         * src/imap.c
6377                 don't execute close command if the folder item is not selected
6378
6379 2003-08-07 [hoa]        0.9.4claws7
6380
6381         * src/filtering.[ch]
6382         * src/matcher_parser.h
6383         * src/matcher_parser_parse.y
6384                 can define several actions for each filtering rule
6385                 can import old versions of filtering rules
6386
6387         * src/prefs_filtering.c
6388                 call to a new dialog box to define actions
6389
6390         * src/prefs_filtering_action.[ch]
6391                 dialog box to define actions for filtering rules
6392
6393 2003-08-06 [christoph]  0.9.4claws6
6394
6395         * src/imap.c
6396                 make sure source folder is selected when copying messages
6397
6398 2003-08-06 [christoph]  0.9.4claws5
6399
6400         * sync with 0.9.4cvs2
6401                 see ChangeLog 2003-07-29                
6402
6403 2003-08-05 [paul]       0.9.4claws4
6404
6405         * sync with 0.9.4cvs3
6406                 see ChangeLog 2003-07-30
6407
6408 2003-08-04 [match]      0.9.4claws3
6409
6410         * po/POTFILES.in
6411                 export of LDIF files.
6412
6413 2003-08-04 [match]      0.9.4claws2
6414
6415         * src/ldif.[ch]
6416                 support for export LDIF. documented.
6417         * src/importldif.[ch]
6418         * src/exportldif.[ch]
6419                 add tooltips. documented.
6420         * src/exphtmldlg.[ch]
6421         * src/common/xmlprops.[ch]
6422                 documented.
6423         * src/exportldif.[ch]                   ** NEW **
6424         * src/expldifdlg.[ch]                   ** NEW **
6425         * src/addressbook.[ch]
6426         * src/Makefile.am
6427                 export of LDIF files.
6428                 documented.
6429
6430 2003-08-04 [christoph]  0.9.4claws1
6431
6432         * .cvsignore
6433         * Makefile.am
6434         * configure.ac
6435         * sylpheed-claws.pc.in                  ** NEW **
6436         * src/Makefile.am
6437         * src/common/Makefile.am
6438         * src/gtk/Makefile.am
6439                 install sylpheed header files in $(pkgincludedir) and create a
6440                 pkg-config file to allow building a plugin without the source
6441                 package
6442
6443 2003-08-04 [paul]       0.9.4claws
6444
6445         * version 0.9.4claws
6446
6447 2003-08-04 [paul]       0.9.3claws97
6448
6449         * po/es.po
6450                 update Spanish translation. Submitted by Ricardo
6451                 Mones Lastra.
6452
6453 2003-08-03 [paul]       0.9.3claws96
6454
6455         * po/hr.po
6456           po/sr.po
6457                 update Croatian and Serbian translations. Submitted by
6458                 Dragan and Urke MMI respectively
6459
6460 2003-08-03 [alfons]     0.9.3claws95
6461
6462         * src/summaryview.c
6463                 mark flag has precedence over important flag - seems
6464                 to have been changed in sync of 0.9.3claws45. this fixes
6465                 a regression where messages that were scored as important
6466                 don't show their mark flags. (using the same column for
6467                 both importance as mark flags is the real problem
6468                 ofcourse)
6469
6470 2003-08-03 [melvin]     0.9.3claws94
6471
6472         * po/fr.po
6473                 Updated French translations.
6474
6475 2003-08-03 [melvin]     0.9.3claws93
6476
6477         * src/Makefile.am
6478                 Fixed typo introduced after 0.9.3claws92 
6479                 that prevented compilation
6480                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6481                 CPPFLAGS and YFLAGS to allow user setting these.
6482         * src/common/Makefile.am
6483         * src/gtk/Makefile.am
6484         * src/plugins/clamav/Makefile.am
6485         * src/plugins/demo/Makefile.am
6486         * src/plugins/dillo_viewer/Makefile.am
6487         * src/plugins/image_viewer/Makefile.am
6488         * src/plugins/mathml_viewer/Makefile.am
6489         * src/plugins/spamassassin/Makefile.am
6490         * src/plugins/trayicon/Makefile.am
6491         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6492                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6493                 CPPFLAGS and YFLAGS to allow user setting these.
6494
6495 2003-08-02 [christoph]  0.9.3claws92
6496
6497         * configure.ac
6498                 o rearrange plugin tests
6499                 o add test for clamav.h to ClamAV tests
6500
6501 2003-08-02 [luke]       0.9.3claws91
6502
6503         * src/mimeview.c
6504                 o fixed appearance of icon list when toggling back from the 
6505                   ctree
6506                 o toggling of icons using the keyboard works correctly
6507                 o fixed all other keyboard shortcuts to work when icons are
6508                   active
6509         
6510         * src/messageview.c
6511                 o fixed bug 4 - focus lost when changing messageview view type
6512
6513 2003-08-02 [christoph]  0.9.3claws90
6514
6515         * src/common/hooks.c
6516                 fix crash when pointer stored in hash table could get invalid
6517                 when a plugin is unloaded
6518
6519 2003-08-01 [christoph]  0.9.3claws89
6520
6521         * configure.ac
6522                 o try to build all plugins (except spamassassin) by default
6523                 o don't build a plugin if a dependency check fails
6524
6525         * src/common/hooks.c
6526                 fix warning
6527
6528 2003-08-01 [match]      0.9.3claws88
6529
6530         * src/importldif.c
6531                 allow single click field selection. document code.
6532
6533 2003-08-01 [christoph]  0.9.3claws87
6534
6535         * src/plugins/clamav/clamav_plugin.c
6536         * src/plugins/clamav/clamav_plugin_gtk.c
6537         * src/plugins/dillo_viewer/dillo_viewer.c
6538         * src/plugins/image_viewer/plugin.c
6539         * src/plugins/mathml_viewer/mathml_viewer.c
6540         * src/plugins/spamassassin/spamassassin.c
6541         * src/plugins/spamassassin/spamassassin_gtk.c
6542         * src/plugins/trayicon/trayicon.c
6543                 add version check to all plugins
6544
6545 2003-08-01 [hoa]        0.9.3claws86
6546
6547         * src/prefs_filtering.c
6548                 fixed a cosmetic bug, during creation of dialog box,
6549                 wrong widgets were shown after creation.
6550
6551 2003-08-01 [luke]       0.9.3claws85
6552
6553         * src/mainwindow.c
6554                 o fixed visibility of icons/mimeview after toggling separate
6555                   message/folder view (factored out some similar code too).
6556
6557
6558 2003-07-31 [alfons]     0.9.3claws84
6559
6560         * src/mimeview.c
6561                 tweak icon box UI a bit more, now allowing right-clicks actions
6562                 getting the relevant mime data too; should fix #250, "Can't save 
6563                 attachments sometimes".
6564
6565 2003-07-30 [alfons]     0.9.3claws83
6566
6567         * src/compose.c
6568                 don't do auto-save-draft inside key press handler, but rather
6569                 schedule it half of a second later; should fix #67, "autosave 
6570                 make re-rediting message crazy"
6571
6572 2003-07-30 [christoph]  0.9.3claws82
6573
6574         * src/plugins/trayicon/trayicon.c
6575                 process pending events before unloading the plugin
6576
6577         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6578
6579 2003-07-30 [alfons]     0.9.3claws81
6580
6581         * src/common/hooks.c
6582                 parameter 2 of g_hook_destroy() should really be a hook id
6583
6584 2003-07-30 [alfons]     0.9.3claws80
6585
6586         * src/common/plugin.c
6587                 fix a possibly harmful function signature mismatch 
6588                 for plugin_done
6589
6590 2003-07-30 [alfons]     0.9.3claws79
6591
6592         * src/common/hooks[.ch]
6593                 const correctness
6594
6595 2003-07-30 [darko]      0.9.3claws78
6596
6597         * src/summaryview.c
6598                 make it compile again
6599
6600 2003-07-30 [luke]       0.9.3claws77
6601
6602         * src/crash.c
6603         * src/main.c
6604                 o added/moved signal handlers for SIGTERM (normal kill command) 
6605                   and SIGINT (ctl-c) to be used even without 
6606                   --enable-crash-dialog, fixing bug 166
6607
6608         * src/summaryview.c
6609                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6610                   bug 227
6611
6612         * src/mainwindow.c
6613                 o changed sensitivity condition for 'Next new' and 'Next 
6614                   unread', fixing bug 8
6615
6616 2003-07-29 [alfons]     0.9.3claws76
6617
6618         * src/common/utils.[ch]
6619                 add generate_msgid()
6620         * src/messageview.c
6621                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6622                 sent folder".
6623
6624 2003-07-29 [alfons]     0.9.3claws75
6625
6626         * src/messageview.c
6627                 fix a memleak (claws-only)
6628
6629 2003-07-29 [alfons]     0.9.3claws74
6630
6631         * src/mimeview.[ch]
6632         * src/gtk/gtkvscrollbutton.[ch]
6633                 fix UI glitch where mime icon toolbox' scroll position is not 
6634                 reset after switching to another message
6635                 
6636
6637 2003-07-29 [paul]       0.9.3claws73
6638
6639         * src/prefs_folder_item.c
6640                 split the prefs into 2 separate pages
6641
6642 2003-07-29 [paul]       0.9.3claws72
6643
6644         * src/compose.c
6645                 prepend "\n\n" to a signature without a separator too
6646
6647 2003-07-29 [paul]       0.9.3claws71
6648
6649         * src/compose.c
6650                 fix bug where changing to an account without an auto-sig
6651                 from an initial account without an auto-sig would insert 
6652                 2 blank lines at the cursor point
6653                 fix bug where changing to an account with an auto-sig
6654                 from an initial account without an auto-sig would insert
6655                 the sig at the cursor point
6656
6657 2003-07-29 [paul]       0.9.3claws70
6658
6659         * src/folderview.c
6660                 use the colour from the folder pref unless the folder
6661                 has new messages
6662
6663 2003-07-29 [alfons]     0.9.3claws69
6664
6665         * src/procmsg.[ch]
6666         * src/messageview.c
6667         * src/procheader.c
6668                 rewrite return receipt request work a little bit (the former 
6669                 implementation presumably depended too much on the UI setting
6670                 flags). (we're losing the old pending flag.) 
6671
6672 2003-07-28 [christoph]  0.9.3claws68
6673
6674         * src/folder.c
6675         * src/imap.c
6676         * src/mh.c
6677         * src/procmsg.[ch]
6678                 fix copy to IMAP folder from other folder
6679
6680 2003-07-28 [christoph]  0.9.3claws67
6681
6682         * src/procmsg.c
6683                 fix sync of procmsg_get_message_file_list
6684
6685 2003-07-28 [christoph]  0.9.3claws66
6686
6687         * sync with 0.9.3cvs14
6688                 see ChangeLog 2003-07-18
6689         * sync with 0.9.3cvs17
6690                 see ChangeLog 2003-07-23
6691
6692         (closes Bug 234 segmentation fault after sending out mail via
6693          smtp(auth))
6694
6695 2003-07-28 [paul]       0.9.3claws65
6696
6697         * po/es.po
6698                 update Spanish translation, submitted by Ricardo Mones
6699                 Lastra
6700
6701 2003-07-28 [christoph]  0.9.3claws64
6702
6703         * src/folder.[ch]
6704         * src/imap.c
6705         * src/mh.c
6706                 return new message numbers as a GRelation instead of a GSList
6707                 that has to be in the same order as the input list. A list
6708                 would make it hard for IMAP to optimize oepration by sorting
6709                 the input list. The returned list would have to be reordered
6710                 to match the same order that input list has.
6711
6712         * src/gtk/gtkaspell.c
6713                 fix missing return value, could cause a crash when garbage is
6714                 on the stack that is used as the expected return value
6715
6716 2003-07-28 [paul]       0.9.3claws63
6717
6718         * sync with 0.9.4cvs1
6719                 see ChangeLog 2003-07-28
6720
6721 2003-07-27 [alfons]     0.9.3claws62
6722
6723         * src/mimeview.c
6724                 tweak it more to make icon list act like a check button group
6725
6726 2003-07-27 [christoph]  0.9.3claws61
6727
6728         * sync with 0.9.3cvs20
6729                 see ChangeLog 2003-07-25
6730
6731 2003-07-27 [paul]       0.9.3claws60
6732
6733         * src/procmsg.c
6734                 re-commit changes from 0.9.3claws58 -
6735                 accidently removed in 0.9.3claws59
6736
6737 2003-07-27 [paul]       0.9.3claws59
6738
6739         * src/procmsg.[ch]
6740                 a sync from 0.9.3cvs17
6741                 see ChangeLog 2003-07-23
6742
6743 2003-07-27 [alfons]     0.9.3claws58
6744
6745         * src/procmsg.c
6746                 add missing header members to MsgInfo; fixes the problem of 
6747                 not displaying X-Faces, as noticed by Ricardo Mones
6748
6749 2003-07-26 [christoph]  0.9.3claws57
6750
6751         * sync with 0.9.3cvs18
6752                 see ChangeLog 2003-07-24
6753
6754 2003-07-26 [christoph]  0.9.3claws56
6755
6756         * sync with 0.9.3cvs17
6757                 see ChangeLog 2003-07-23
6758
6759 2003-07-26 [christoph]  0.9.3claws55
6760
6761         * src/folder.[ch]
6762         * src/imap.c
6763         * src/mbox_folder.c
6764         * src/mh.c
6765         * src/news.c
6766                 add support for copy function that copy multiple messages
6767                 (not implemented yet)
6768
6769         * src/summaryview.c
6770                 add missing return value
6771
6772 2003-07-26 [paul]       0.9.3claws54
6773
6774         * tools/multiwebsearch.pl
6775                 do whitespace substitution before passing the string
6776                 to the browser. fixes bug with browsers that don't
6777                 do whitespace conversion themselves.
6778
6779 2003-07-25 [christoph]  0.9.3claws53
6780
6781         * src/folder.[ch]
6782         * src/imap.c
6783         * src/mh.c
6784                 rewrite adding of multiple messages to a folder for
6785                 claws' folder system
6786
6787 2003-07-25 [luke]       0.9.3claws52
6788
6789         * src/mimeview.c
6790                 o icon toggles set correctly on leaving ctree mimeview
6791
6792 2003-07-25 [paul]       0.9.3claws51
6793
6794         * partial sync with 0.9.3cvs21 [src/main.c]
6795                 see ChangeLog 2003-07-25
6796
6797 2003-07-24 [paul]       0.9.3claws50
6798
6799         * tools/maildir2sylpheed.pl
6800                 fix typo
6801
6802 2003-07-24 [paul]       0.9.3claws49
6803
6804         * src/mimeview.c
6805                 increase the gutter size of paned so that the panes
6806                 can be resized
6807                 
6808         * src/plugins/demo/demo.c
6809                 squeeze in another typo fix
6810
6811 2003-07-24 [paul]       0.9.3claws48
6812
6813         * src/plugins/demo/demo.c
6814           src/prefs_account.c
6815                 small changes to the English
6816                 
6817         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6818           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6819           src/Makefile.am
6820           src/stock_pixmap.c
6821                 rename the misspelled icon
6822
6823 2003-07-23 [alfons]     0.9.3claws47
6824
6825         * src/mimeview.c
6826                 make icon list look like a list of toggles
6827
6828 2003-07-23 [luke]       0.9.3claws46
6829
6830         * src/pixmaps/mimeview_gpg_expired.xpm
6831         * src/pixmaps/mimeview_gpg_failed.xpm
6832         * src/pixmaps/mimeview_gpg_passed.xpm
6833         * src/pixmaps/mimeview_text_html.xpm
6834         * src/pixmaps/mimeview_image.xpm
6835                 o all icons the same size
6836
6837         * src/mimeview.[ch]
6838                 o mimeview ctree arranged vertically above the viewer
6839                 o icons changed to buttons
6840                 o can use keyboard to select an icon (Enter)
6841                 o resize icon list to width of icons
6842
6843         *  src/gtk/gtkvscrollbutton.c
6844                 o sensitivity of buttons reacts to position
6845
6846 2003-07-23 [christoph]  0.9.3claws45
6847
6848         * sync with 0.9.3cvs14 (incomplete)
6849                 see ChangeLog 2003-07-17
6850
6851 2003-07-23 [alfons]     0.9.3claws44
6852
6853         * src/folder.c
6854         * src/procmsg.h
6855                 sync with my local tree to restore some claws-only things
6856
6857 2003-07-23 [paul]       0.9.3claws43
6858
6859         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6860           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6861           src/Makefile.am
6862           src/mimeview.c
6863           src/procmime.h
6864           src/rfc2015.c
6865           src/stock_pixmap.[ch]
6866                 indicate missing keys and expired sigs/keys
6867                 in mime view column
6868
6869 2003-07-23 [paul]       0.9.3claws42
6870
6871         * src/compose.c
6872                 Redirect fixes: enable automatic account selection and
6873                 do not append signature to message on changing account
6874                 fixes Bug[s] #248
6875
6876 2003-07-23 [paul]       0.9.3claws41
6877
6878         * sync with 0.9.3cvs16
6879                 see ChangeLog 2003-07-23
6880
6881 2003-07-23 [alfons]     0.9.3claws40
6882
6883         * src/inc.c
6884                 give progress dialog a main window, and give it the first 
6885                 one (presumably the only one). fixes bug #247, "segfault on 
6886                 pop-before-smtp" 
6887
6888 2003-07-22 [alfons]     0.9.3claws39
6889
6890         * src/summaryview.c
6891                 shift-space scrolls up
6892
6893 2003-07-22 [paul]       0.9.3claws38
6894
6895         * sync with 0.9.3cvs15
6896                 see ChangeLog 2003-07-22
6897
6898 2003-07-20 [alfons]     0.9.3claws37
6899
6900         * src/compose.c
6901                 put menu inside #ifdef USE_ASPELL..#endif
6902
6903 2003-07-20 [christoph]  0.9.3claws36
6904
6905         * src/procmsg.c
6906                 fix wrong flags in MsgInfo returned by
6907                 procmsg_msginfo_get_full_info()
6908
6909         (closes Bug 221 Deleting messages from the Message View gives incorrect
6910          new/unread message counts in the folder view)
6911
6912         * src/plugins/spamassassin/spamassassin_gtk.c
6913                 add gettext macro for prefs page title
6914
6915 2003-07-20 [paul]       0.9.3claws35
6916
6917         * src/mimeview.c
6918                 redraw icon list on signature check
6919
6920 2003-07-20 [christoph]  0.9.3claws34
6921
6922         * src/Makefile.am
6923         * src/account.c
6924         * src/folder.[ch]
6925         * src/folder_item_prefs.[ch]            ** NEW **
6926         * src/folderview.c
6927         * src/mainwindow.c
6928         * src/mh.c
6929         * src/prefs_gtk.c
6930         * src/prefs_scoring.c
6931         * src/summaryview.c
6932         * src/prefs_folder_item.[ch]
6933                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
6934                   Properties dialog
6935                 o use prefswindow for folder properties
6936
6937         * src/gtk/prefswindow.[ch]
6938                 change implementation to use an invisible notebook instead
6939                 of unparenting widgets
6940
6941 2003-07-20 [christoph]  0.9.3claws33
6942
6943         * src/compose.h
6944         * src/folder.c
6945         * src/folderview.h
6946         * src/headerview.h
6947         * src/prefs_filtering.h
6948         * src/prefs_folder_item.[ch]
6949         * src/procmime.h
6950         * src/procmsg.h
6951         * src/summaryview.h
6952                 clean up header mess
6953                 (always use 1. typedefs, 2. #includes, 3. structures)
6954
6955         * src/common/version.h.in
6956                 add casts for constants
6957
6958         * src/plugins/demo/demo.c
6959                 fix typo
6960
6961         * src/plugins/spamassassin/spamassassin.c
6962                 remove unused variable
6963
6964 2003-07-20 [alfons]     0.9.3claws32
6965
6966         * src/mimeview.c
6967                 o make icon buttons respond on left click
6968                 o minor cosmetic change
6969
6970 2003-07-19 [luke]       0.9.3claws31
6971
6972         * src/mimeview.[ch]
6973         * src/gtk/gtkvscrollbutton.c
6974         * src/messageview.c
6975                 o improved mimeview behaviour when selecting a new message
6976                 o plus code cleanups to remove compile warnings
6977
6978
6979 2003-07-19 [alfons]     0.9.3claws30
6980
6981         * src/procmsg.c
6982         * src/compose.c
6983         * src/common/utils.[ch]
6984                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
6985
6986 2003-07-19 [alfons]     0.9.3claws29
6987
6988         * src/prefs_folder_item.c
6989                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
6990                 string pointers
6991
6992 2003-07-19 [luke]       0.9.3claws28
6993
6994         * src/messageview.c
6995         * src/mimeview.[ch]
6996         * src/procmime.h
6997         * src/rfc2015.c
6998         * src/stock_pixmap.[ch]
6999         * src/gtk/Makefile.am
7000         * src/Makefile.am
7001         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
7002         * src/pixmaps/mime_*.xpm                ** NEW **
7003                 o mimeview rearrangement with a new icon shortcut bar
7004
7005 2003-07-19 [alfons]     0.9.3claws27
7006
7007         * src/folderview.c
7008                 o plug leaking nodes_to_recollapse
7009                 o add folderview_recollapse_all_nodes() (not used yet)
7010
7011 2003-07-19 [alfons]     0.9.3claws26
7012
7013         * src/compose.c
7014         * src/common/utils.c
7015                 honour #240 "Better SUBJECT handling" by cleaning the prefix
7016                 for both forwarding as replying
7017
7018 2003-07-18 [christoph]  0.9.3claws25
7019
7020         * configure.ac
7021         * src/common/sylpheed.[ch]
7022         * src/common/version.h.in
7023                 add version in numeric form to allow easy comparison
7024
7025         * src/plugins/demo/demo.c
7026                 add version check
7027                 - sylpheed version > plugin version => never allowed, sylpheed
7028                   could contain unknown API changes
7029                 - sylpheed version < minimum version required => don't load,
7030                   API required not available (if linking does not fail)
7031
7032 2003-07-18 [alfons]     0.9.3claws24
7033         
7034         * src/common/plugin.[ch]
7035                 const correctness
7036
7037 2003-07-18 [christoph]  0.9.3claws23
7038
7039         * src/common/hooks.c
7040                 fix crash when hooks where unregisted
7041
7042         * src/plugins/trayicon/trayicon.c
7043                 unregister detroy signal before destroying the widget
7044                 (still crashes when the plugin is unloaded)
7045
7046 2003-07-18 [alfons]     0.9.3claws22
7047         
7048         * src/folderview.c
7049                 delay expanding folder tree during drags until timeout triggered
7050                 (needs perhaps some tweaking, so testing is welcome)
7051
7052 2003-07-17 [alfons]     0.9.3claws21
7053
7054         * src/folderview.c
7055                 clean up cruft
7056
7057 2003-07-17 [christoph]  0.9.3claws20
7058
7059         * src/common/session.c
7060                 fix opening of SSL connections
7061
7062         * src/plugins/image_viewer/Makefile.am
7063                 add OPENSSL_CFLAGS (we should find a better solution to remove
7064                 this dependencies if they are not required)
7065
7066         * src/plugins/spamassassin/spamassassin.c
7067                 remove setlocale workaround (fixed in libspamc)
7068
7069         (closes Bug Bug 184 Entering non-ascii character deletes previous char
7070          if spell checking enabled)
7071
7072 2003-07-17 [alfons]     0.9.3claws19
7073
7074         * src/common/hooks.[ch]
7075         * src/plugins/clamav/clamav_plugin.c
7076         * src/plugins/spamassassin/spamassassin.c
7077         * src/plugins/trayicon/trayicon.c
7078                 fix signedness muck 
7079
7080 2003-07-17 [alfons]     0.9.3claws18
7081
7082         * src/procmime.c
7083                 plug memleak
7084
7085 2003-07-17 [alfons]     0.9.3claws17
7086
7087         * src/inc.c
7088                 plug memleak
7089
7090 2003-07-17 [paul]       0.9.3claws16
7091
7092         * src/common/defs.h
7093           src/mainwindow.c
7094           src/manual.[ch]
7095                 add link to the Claws site's FAQ page, after the suggestion
7096                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
7097                 Move url strings to defs.h
7098                 
7099         * src/mainwindow.c
7100                 fix typo to prevent "unknown menu entry" warnings
7101
7102 2003-07-17 [alfons]     0.9.3claws15
7103
7104         * src/folderview.[ch]
7105         * src/summaryview.[ch]
7106         * src/mimeview.[ch]
7107                 plug DnD leaks 
7108
7109 2003-07-17 [paul]       0.9.3claws14
7110
7111         * src/inc.c
7112                 remove two instances of 'GTK_EVENTS_FLUSH' because
7113                 they are unnecessary and probably cause a stack overflow
7114
7115 2003-07-16 [christoph]  0.9.3claws13
7116
7117         * src/mimeview.[ch]
7118                 use an invisible GTK notebook to switch between viewers
7119                 instead of reparenting widgets
7120
7121 2003-07-16 [christoph]  0.9.3claws12
7122
7123         * src/folder.c
7124                 move folder_item_update_freeze() to correct place in
7125                 folder_item_scan_full()
7126
7127 2003-07-16 [paul]       0.9.3claws11
7128
7129         * sync with 0.9.3cvs12
7130                 see ChangeLog 2003-07-14 and 2003-07-15
7131
7132 2003-07-16 [christoph]  0.9.3claws10
7133
7134         * src/imap.[ch]
7135         * src/prefs_account.[ch]
7136                 sync IMAP CRAM-MD5 authentication with sylpheed-main
7137
7138 2003-07-15 [alfons]     0.9.3claws9
7139
7140         * src/main.c
7141                 make --config-dir do something useful
7142
7143 2003-07-15 [alfons]     0.9.3claws8
7144
7145         * src/procmsg.c
7146                 o fix a bug where 'last' didn't really point to the last message
7147                   in the top level list of children, but to the last threaded
7148                   message. 
7149                 
7150                 o clean up and make it easier to sync
7151
7152 2003-07-15 [alfons]     0.9.3claws7
7153
7154         * src/mainwindow.c
7155                 make correct menu items sensitive       
7156
7157 2003-07-14 [alfons]     0.9.3claws6
7158
7159         * src/procmsg.c
7160                 tune the threader so it will not subject-thread any message
7161                 without a subject prefix (this will not thread correctly if 
7162                 a parent is delivered after their childs, but it looks 
7163                 better right now)
7164
7165 2003-07-13 [christoph]  0.9.3claws5
7166
7167         * src/mainwindow.c
7168                 group "Add mailbox *..." menu items in submenu
7169
7170 2003-07-13 [alfons]     0.9.3claws4
7171
7172         * src/summaryview.c
7173                 correct summary_toggle_pressed() signature and make sure
7174                 signal is not passed on
7175
7176 2003-07-13 [alfons]     0.9.3claws3
7177
7178         * src/summaryview.c
7179                 o for now don't pass on keys when they we're handled by 
7180                   ctree::key_press_event
7181                 o clean up
7182
7183 2003-07-13 [alfons]     0.9.3claws2
7184         
7185         * src/main.c
7186                 add command line option "--config-dir" to get the current 
7187                 configuration dir
7188
7189 2003-07-12 [alfons]     0.9.3claws1
7190
7191         * src/matcher.[ch]
7192         * src/matcher_parser_parse.y
7193         * src/prefs_filtering.c
7194         * src/filtering.c
7195                 add "Lock" filter action to lock messages;
7196
7197         * src/filtering.c       
7198                 remove debug_print()    
7199         * src/prefs_filtering.c
7200                 re-organize matcher part 9: 
7201                 make action text entries easily extendible;
7202                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
7203                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
7204
7205 2003-07-12 [paul]
7206
7207         * tools/README
7208                 update old information and add missing
7209                 information
7210
7211 2003-07-12 [paul]       0.9.3claws
7212
7213         * 0.9.3claws released
7214         
7215 2003-07-12 [paul]       0.9.0claws103
7216
7217         * src/Makefile.am
7218                 add addrquery.h
7219
7220 2003-07-12 [melvin]     0.9.0claws102
7221
7222         * src/messageview.c
7223                 Fixed bug #215: Show MIME tab for single text/html messages. 
7224                 
7225 2003-07-12 [paul]       0.9.0claws101
7226
7227         * man/sylpheed.1
7228                 updated
7229
7230 2003-07-12 [paul]       0.9.0claws100
7231
7232         * po/es.po
7233           po/hr.po
7234           po/pl.po
7235           po/sr.po
7236                 update Spanish, Croatian, Polish, Serbian translations.
7237                 submitted by Ricardo Mones Lastra, Dragan, Witold
7238                 Wladyslaw Wojciech Wilk, Urke MMI
7239
7240 2003-07-12 [melvin]     0.9.0claws99
7241
7242         * po/fr.po
7243                 Updated French translations.
7244
7245 2003-07-12 [paul]       0.9.0claws98
7246
7247         * src/addressbook.c
7248                 disable 'Lookup' button as it has no effect
7249
7250 2003-07-11 [alfons]     0.9.0claws97
7251         
7252         * src/summaryview.c
7253                 summary_searchbar_pressed() should return TRUE to signal that
7254                 event was handled. when returning void, the return value passed
7255                 to GTK is actually random, but maybe FALSE, in which case the
7256                 event is handled by parent
7257                 
7258 2003-07-10 [paul]       0.9.0claws96
7259
7260         * ac/missing/gettext.m4
7261                 update to version 0.12
7262
7263 2003-07-10 [paul]       0.9.0claws95
7264
7265         * src/plugins/clamav/clamav_plugin.c
7266                 fix bug where multipart/alternative messages
7267                 would slip through without being scanned
7268
7269 2003-07-10 [christoph]  0.9.0claws94
7270
7271         * src/folder.c
7272                 correct check if folder supports removing when a message is
7273                 moved. if not the message is only copied.
7274
7275         (closes Bug 132 crash on startup in newsgroups folders)
7276
7277 2003-07-09 [alfons]     0.9.0claws93
7278
7279         * configure.ac
7280         * src/common/defs.h
7281                 --with-config-dir (default .sylpheed)
7282
7283 2003-07-09 [christoph]  0.9.0claws92
7284
7285         * configure.ac
7286                 use PKG_CHECK_MODULES to check for gtkmathview
7287                 (version 0.4.2 now required)
7288
7289 2003-07-08 [melvin]     0.9.0claws91
7290
7291         * src/action.c
7292                 Implemented a progress bar that counts the number of completed
7293                 tasks when the action runs more than one command.
7294
7295 2003-07-08 [alfons]     0.9.0claws90
7296
7297         * src/procmsg.c
7298                 if queued message has an invalid Message-Id, don't try to
7299                 find message it refers to (fixes #209 "crash when processing 
7300                 in folder")
7301
7302 2003-07-08 [paul]       0.9.0claws89
7303
7304         * sync with 0.9.3cvs2
7305                 see ChangeLog 2003-07-08
7306
7307 2003-07-08 [match]      0.9.0claws88
7308
7309         * src/ldapctrl.c
7310                 extend LDAP search for first/last name by parsing search term.
7311
7312 2003-07-08 [alfons]     0.9.0claws87
7313
7314         * src/send_message.c
7315                 fix bug #208 "Status message stuck when sending on POP3 account"
7316
7317 2003-07-07 [paul]       0.9.0claws86
7318
7319         * po/hr.po
7320                 new Croatian translation, submitted by
7321                 Dragan <drleskov@inet.hr>
7322
7323 2003-07-07 [paul]       0.9.0claws85
7324
7325         * sync with 0.9.3cvs1
7326                 see ChangeLog 2003-07-07
7327
7328 2003-07-05 [christoph]  0.9.0claws84
7329
7330         * src/Makefile.am
7331         * src/messageview.c
7332         * src/mimeview.[ch]
7333         * src/stock_pixmap.[ch]
7334         * src/pixmaps/messageview_text.xpm              ** NEW **
7335                 move mimeview tabs to the right side and use icons
7336                 instead of text to save some space
7337
7338         (patch by Luke Plant <lukeplant@softhome.net>)
7339
7340 2003-07-05 [christoph]  0.9.0claws83
7341
7342         * src/inc.c
7343                 add NULL pointer checks
7344
7345         (patch by Luke Plant <lukeplant@softhome.net>)
7346         (closes Bug 204 0.9.0 quits on authentication error?!)
7347
7348 2003-07-05 [alfons]     0.9.0claws82
7349
7350         * configure.ac
7351                 take the clue in bug #202 "./configure script - 
7352                 'if test' comparison failure" reported by John Kristoff. 
7353
7354 2003-07-04 [christoph]  0.9.0claws81
7355
7356         * src/plugins/spamassassin/spamassassin.c
7357                 set timeout for spam check
7358
7359 2003-07-04 [christoph]  0.9.0claws80
7360
7361         * src/main.c
7362                 destroy all FolderItems when shutting down to
7363                 allow folders to clean up
7364
7365 2003-07-04 [melvin]     0.9.0claws79
7366
7367         * src/gtk/gtkaspell.c
7368                 Fixed bug #184 "Entering non-ascii character deletes
7369                 previous char if spell checking enabled": this makes
7370                 the spell checking in multibytes (e.g. UTF-8)locales work.
7371                 (Patch by Luke Plant).
7372                 
7373 2003-07-04 [christoph]  0.9.0claws78
7374
7375         * sync with 0.9.2cvs1
7376                 see ChangeLog 2003-06-10
7377
7378 2003-07-04 [paul]       0.9.0claws77
7379
7380         * sync with 0.9.3 release
7381                 see ChangeLog 2003-07-04
7382
7383 2003-07-03 [christoph]  0.9.0claws76
7384
7385         * src/folder.[ch]
7386         * src/imap.c
7387         * src/mbox_folder.c
7388         * src/mh.c
7389         * src/news.c
7390                 move folder_item_get_path() stuff into a folder virtual function
7391
7392         * src/procmsg.c
7393                 use folder_item_fetch_msg() to get message and do not contruct
7394                 the filename from path and number
7395
7396 2003-07-03 [paul]       0.9.0claws75
7397
7398         * sync with 0.9.2cvs12
7399                 see ChangeLog 2003-07-03
7400
7401 2003-07-02 [paul]       0.9.0claws74
7402
7403         * src/messageview.c
7404                 fix text-selection for replying
7405
7406 2003-07-02 [paul]       0.9.0claws73
7407
7408         * sync with 0.9.2cvs11
7409                 see ChangeLog 2003-07-02
7410
7411 2003-07-02 [paul]       0.9.0claws72
7412
7413         * src/procmsg.c
7414                 revert last commit because it breaks more
7415                 than it fixes
7416
7417 2003-07-02 [paul]       0.9.0claws71
7418
7419         * src/procmsg.c
7420                 fix thread by subject/sort by date
7421
7422 2003-07-01 [paul]       0.9.0claws70
7423
7424         * sync with 0.9.2cvs10
7425                 see ChangeLog 2003-07-01
7426
7427 2003-06-30 [paul]       0.9.0claws69
7428
7429         * sync with 0.9.2cvs9
7430                 see ChangeLog 2003-06-30
7431
7432 2003-06-28 [match]      0.9.0claws68
7433
7434         * src/addressbook.c
7435                 fix null ptr.
7436
7437 2003-06-27 [paul]       0.9.0claws67
7438
7439         * sync with 0.9.2cvs7
7440                 see ChangeLog 2003-06-27
7441
7442 2003-06-26 [christoph]  0.9.0claws66
7443
7444         * src/folder.c
7445                 freeze folder updates while a folder is scanned
7446
7447         (closes Bug 185 New message counter)
7448
7449 2003-06-26 [darko]      0.9.0claws65
7450
7451         * src/ldapserver.c
7452                 fix infinite loop when adding a new LDAP server
7453
7454 2003-06-26 [paul]       0.9.0claws64
7455
7456         * sync with 0.9.2cvs6
7457                 see ChangeLog 2003-06-26
7458
7459 2003-06-26 [paul]       0.9.0claws63
7460
7461         * sync with 0.9.2cvs5
7462                 see ChangeLog 2003-06-25 and 2003-06-26
7463
7464 2003-06-25 [match]      0.9.0claws62
7465
7466         * src/addr_compl.c
7467                 Fixed tab/backtab for dropped-down completion list to
7468                 move next/previous field. (close bug 147)
7469
7470 2003-06-25 [christoph]  0.9.0claws61
7471
7472         * src/addr_compl.[ch]
7473         * src/addrindex.[ch]
7474         * src/folderview.c
7475         * src/inc.c
7476         * src/news.c
7477         * src/summaryview.c
7478         * src/toolbar.c
7479                 fix warnings
7480
7481 2003-06-25 [leandro]    0.9.0claws60
7482
7483         * src/compose.c
7484                 o cleanups
7485                 o gray out "Message/Remove references" menu item if not
7486                   replying to a message
7487
7488 2003-06-24 [leandro]    0.9.0claws59
7489
7490         * src/compose.[ch]
7491                 o removed "Message/Create new thread" menu item
7492                 o added "Message/Remove references" menu item
7493                   (it's off by default and will not check anymore
7494                    if the subject changed)
7495
7496 2003-06-23 [alfons]     0.9.0claws58
7497
7498         * src/procmsg.c
7499                 try better grouping messages threaded by subject based on their age.
7500                 still not perfect - because the message tree is not sorted by date.  
7501
7502 2003-06-23 [thorsten]   0.9.0claws57
7503
7504         * src/pop.[ch]
7505                 added mail_receive_hook to allow modifications
7506                 directly after retrieval (e.g. adding headers).
7507
7508 2003-06-23 [paul]       0.9.0claws56
7509
7510         * src/sourcewindow.c
7511                  enable the use of Ctrl+A to select all text in
7512                  the sourcewindow
7513                  Patch submitted by Ivan Francolin Martinez
7514                  <ivanfm@users.sourceforge.net>
7515
7516 2003-06-22 [christoph]  0.9.0claws55
7517
7518         * src/folder.[ch]
7519                 o add notification hook for folder tree changes
7520                 o invoke hooks after folder tree scanning
7521
7522         * src/folderview.[ch]
7523                 register hook for folder tree changes that
7524                 updates the ctree
7525
7526         (there are more places that should be updated, like add, remove 
7527          or move folder)
7528
7529         (closes Bug 164 Crash on rebuild folder tree)
7530         (closes Bug 190 Crash on 'rebuilding folder tree')
7531
7532 2003-06-21 [leandro]    0.9.0claws54
7533
7534         * src/compose.[ch]
7535                 create a new thread if subject changes
7536                 (it's on by default, can be disabled in Message menu)
7537
7538 2003-06-21 [alfons]     0.9.0claws53
7539
7540         * src/summaryview.c
7541                 quiet little compiler
7542
7543 2003-06-21 [christoph]  0.9.0claws52
7544
7545         update gettext stuff to version 0.12
7546
7547 2003-06-19 [alfons]     0.9.0claws51
7548
7549         * src/common/log.c
7550         * src/common/plugin.c
7551                 move defs.h before glib.h to prevent MIN/MAX redefs
7552
7553 2003-06-19 [alfons]
7554
7555         * src/addressbook.c
7556                 translatable
7557
7558 2003-06-19 [match]      0.9.0claws50
7559
7560         * src/addressbook.[ch]
7561         * src/addrindex.[ch]
7562         * src/addr_compl.[ch]
7563         * src/editldap.[ch]
7564         * src/editldap_basedn.[ch]
7565         * src/addritem.[ch]
7566         * src/ldapquery.h
7567                 re-implemented dynamic LDAP search. works without
7568                 slowdown on display sender with addressbook
7569                 option.
7570         * src/addrbook.c
7571                 documented code.
7572
7573 2003-06-19 [paul]       0.9.0claws49
7574
7575         * src/compose.c
7576                 fix Bug #136 'Nonprovided quotation marks crash claws'
7577                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7578
7579 2003-06-19 [alfons]     0.9.0claws48
7580
7581         * src/prefs_common.[ch]
7582         * src/procmsg.c
7583                 restrict threading by subject by checking thread for
7584                 age (prefs_common.thread_by_subject_max_age)
7585
7586 2003-06-18 [christoph]  0.9.0claws47
7587
7588         * src/imap.c
7589                 fix memory leak in imap_cmd_fetch()
7590
7591 2003-06-18 [christoph]  0.9.0claws46
7592
7593         * src/prefs_gtk.c
7594                 fix memory leak in prefs_set_default() when used multiple
7595                 times or after prefs have been read
7596
7597 2003-06-18 [christoph]  0.9.0claws45
7598
7599         * src/common/plugin.c
7600                 fix memory leak in plugin_unload()
7601
7602 2003-06-18 [christoph]  0.9.0claws44
7603
7604         * src/imap.c
7605                 fix memory leak in imap_cmd_ok()
7606
7607 2003-06-18 [christoph]  0.9.0claws43
7608
7609         * src/folder.c
7610                 stop messages that are downloaded from POP3 and added to
7611                 an IMAP inbox from being filtered twice (first by POP3
7612                 and again when IMAP folder is scaned to get the UID of
7613                 the APPEND operation when no UIDPLUS is available)
7614
7615 2003-06-18 [alfons]
7616
7617         * tools/Makefile.am
7618                 phoenix <- firebird     
7619
7620 2003-06-18 [paul]
7621
7622         * tools/launch_phoenix          ** REMOVED **
7623           tools/launch_firebird         ** NEW **
7624                 renamed and edited to reflect the browser's name change from
7625                 'phoenix' to 'firebird'
7626
7627 2003-06-18 [paul]       0.9.0claws42
7628
7629         * sync with 0.9.2cvs2
7630                 see ChangeLog 2003-06-16
7631
7632 2003-06-17 [alfons]     0.9.0claws41
7633
7634         * src/procmsg.c
7635                 prevent threading problems when a node is an ancestor (parent / great parent),
7636                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7637                 for finding an sample set of messages)
7638
7639 2003-06-16 [christoph]  0.9.0claws40
7640
7641         * src/main.c
7642                 don't popup main window on --receive or --receive-all
7643
7644         * src/mainwindow.[ch]
7645         * src/plugins/trayicon/trayicon.c
7646                 allow hiding of main window by clicking on the trayicon
7647                 (doesn't work correctly in seperate window mode and may
7648                  cause unexpected GTK problems I couldn't find yet)
7649
7650         * src/common/ssl.c
7651                 remove incorrect warning
7652
7653 2003-06-15 [alfons]     0.9.0claws39
7654
7655         * src/gtk/gtkstext.c
7656                 don't output debug text;
7657                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7658                 for pointing this out);
7659
7660 2003-06-14 [alfons]     0.9.0claws38
7661         
7662         * src/messageview.c
7663                 remove printf() and make one if..else comply with coding style
7664
7665 2003-06-14 [alfons]     0.9.0claws37
7666
7667         * AUTHORS
7668                 add Martin Wicke
7669         * src/action.c
7670         * src/messageview.[ch]
7671         * src/summaryview.c
7672                 apply patch #754162 "Quoting messages filtered by actions" submitted
7673                 by Martin Wicke, which allows quoting message body changed by an
7674                 action (Thanks!).
7675
7676 2003-06-13 [alfons]     0.9.0claws36
7677
7678         * src/utils.c
7679                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7680                 use case insensitive regexp (suggested by Ivan Martinez)
7681
7682 2003-06-13 [christoph]  0.9.0claws35
7683
7684         * configure.ac
7685         * src/plugins/trayicon/Makefile.am
7686         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7687         * src/plugins/trayicon/trayicon.c
7688         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7689         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7690         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7691         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7692         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7693         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7694                 replace my own EggTrayIcon backport with the backport
7695                 used by (l|x)mule and gabber.
7696
7697 2003-06-13 [alfons]     0.9.0claws34
7698
7699         * AUTHORS
7700         * src/common/utils.c
7701                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7702
7703 2003-06-13 [alfons]     0.9.0claws33
7704
7705         * src/compose.c
7706                 clean up a little bit
7707
7708 2003-06-12 [alfons]     0.9.0claws32
7709
7710         * src/compose.c
7711                 const correctness fix
7712
7713         * src/common/sylpheed.[ch]
7714                 () -> (void)
7715                 prevent redef MIN/MAX
7716                 
7717         * src/common/utils.[ch]
7718                 () -> (void)
7719
7720 2003-06-12 [melvin]     0.9.0claws31
7721
7722         * src/compose.c
7723                 Updated to take into accounts changes in GtkAspell.
7724
7725 2003-06-12 [alfons]     0.9.0claws30
7726
7727         * src/compose.c
7728         * src/procmsg.c
7729         * src/common/utils.[ch]
7730                 handle reply subject prefixes better (initial 
7731                 suggestion by Robert Story adapted and enhanced 
7732                 using regexps)
7733
7734 2003-06-12 [melvin]     0.9.0claws29
7735
7736         * src/compose.c
7737                 Use new gtkaspell_checkers_strerror() to get the speller's
7738                 error message instead of accessing the (now private)
7739                 checkers structure.
7740                 Minor code clean up
7741
7742         * src/main.c
7743                 Use #ifdef instead of #if for USE_ASPELL
7744                 Use the new spell checkers init/quit functions 
7745
7746         * src/gtk/gtkaspell.c
7747                 Use #ifdef instead of #if for USE_ASPELL
7748                 Moved in the majority of GtkAspell structures that were
7749                 exported before by gtkaspell.h
7750         
7751         * src/gtk/gktaspell.h
7752                 Made gtkaspell.h contain only the necessary data to be
7753                 publicized by moving many structures to gtkaspell.c.
7754                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7755                 gtkaspell_checkers_new(): replaced by...
7756                 gtkaspell_checkers_init(): new function for initialization
7757                 gtkaspell_checkers_delete(): replaced by...
7758                 gtkaspell_checkers_quit(): new function
7759                 gtkaspell_checkers_strerror(): new function that returns
7760                 the checker's last error message.
7761                 
7762 2003-06-11 [melvin]     0.9.0claws28
7763
7764         * po/POTFILES.in
7765                 Updated to take into account gtkaspell.c migration to
7766                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7767
7768 2003-06-10 [alfons]     0.9.0claws27
7769
7770         * src/filtering.[ch]
7771         * src/folder.c
7772         * src/matcher.c
7773         * src/scoring.[ch]
7774                 - try fixing bug #18 (any brave testers?)
7775                 - add more robustness by refusing previously 
7776                   unchecked NULL pointers 
7777
7778 2003-06-10 [alfons]     0.9.0claws26
7779
7780         * src/procmsg.c
7781                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7782
7783 2003-06-09 [alfons]     0.9.0claws25
7784
7785         * src/prefs_common.c
7786                 fix bug #163 "Icon switching doesnt work properly" by 
7787                 preventing early freeing of prefs_common.pixmap_theme_path.
7788
7789 2003-06-09 [christoph]  0.9.0claws24
7790
7791         * src/gtk/gtkaspell.c
7792                 revert Thorsten's fix and add forgotten g_strdup for
7793                 aspell path (it should not be possible to alter the path a
7794                 GtkASpell uses from outside)
7795
7796 2003-06-09 [thorsten]   0.9.0claws23
7797
7798         * src/gtk/gtkaspell.c
7799                 dont free prefs_common.aspell_path when closing compose
7800
7801 2003-06-08 [colin]      0.9.0claws22
7802
7803         * src/plugins/spamassassin/spamassassin.c
7804                 fix prefs types
7805
7806 2003-06-07 [christoph]  0.9.0claws21
7807
7808         * src/Makefile.am
7809         * src/compose.c
7810         * src/gtkaspell.[ch]            ** REMOVE **
7811         * src/gtk/Makefile.am
7812         * src/gtk/gtkaspell.[ch]        ** NEW **
7813                 o make gtkaspell independent from sylpheed's prefs
7814                 o move gtkaspell.[ch] to gtk directory
7815
7816 2003-06-07 [christoph]  0.9.0claws20
7817
7818         * src/Makefile.am
7819         * src/crash.c
7820         * src/export.c
7821         * src/filesel.[ch]              ** REMOVE **
7822         * src/folder.c
7823         * src/main.[ch]
7824         * src/common/sylpheed.[ch]
7825         * src/gtk/Makefile.am
7826         * src/gtk/filesel.[ch]          ** NEW **
7827         * src/gtk/pluginwindow.c
7828         * src/gtk/sslcertwindow.c
7829                 move filesel.[ch] to gtk directory
7830
7831 2003-06-07 [alfons]     0.9.0claws19
7832
7833         * src/filesel.c
7834                 make (multi) file selection dialog work again (Claws-only)
7835
7836 2003-06-07 [thorsten]   0.9.0claws18
7837
7838         * po/de.po
7839                 fix typos
7840
7841 2003-06-07 [alfons]     0.9.0claws17
7842
7843         * configure.ac
7844         * src/mimeview.c
7845                 detect apache mishap in which case don't include fnmatch.h
7846                 if regex.h is already included
7847
7848 2003-06-06 [christoph]  0.9.0claws16
7849
7850         * configure.ac
7851         * src/mimeview.h
7852                 add check for fnmatch.h and include it when available
7853
7854         * src/mimeview.[ch]
7855                 fix wrong case sensitivity of Content-Types
7856
7857         * src/gtk/Makefile.am
7858                 need the same include paths in gtk directory as in
7859                 common directory because .h files in common can
7860                 include files from these directories, when included
7861                 in gtk's .h or .c files
7862
7863 2003-06-06 [alfons]     0.9.0claws15
7864
7865         * src/mimeview.c
7866         * src/summaryview.c
7867                 make it compile again because of regex.h / fnmatch.h 
7868                 include problems (related to recent mime stuff, can
7869                 someone check this?)
7870
7871 2003-06-06 [thorsten]   0.9.0claws14
7872
7873         * src/folderview.c
7874                 possible use of uninitialized pointer while dragging
7875
7876 2003-06-06 [paul]       0.9.0claws13
7877
7878         * src/compose.c
7879                 fix bug where the insert sig button would be effective
7880                 only when auto_sig was set
7881
7882 2003-06-06 [paul]       0.9.0claws12
7883
7884         * sync with 0.9.2 release
7885
7886 2003-06-02 [paul]       0.9.0claws11
7887
7888         * sync with 0.9.1cvs1
7889                 see ChangeLog 2003-06-02
7890                 
7891         * po/de.po
7892                 update by Jens
7893
7894 2003-06-01 [christoph]  0.9.0claws10
7895
7896         * src/account.c
7897                 don't use substring search to find accounts by email address
7898
7899         (closes Bug 169 Overly loose matching of "From" address)
7900
7901 2003-05-31 [christoph]  0.9.0claws9
7902
7903         * doc-src/rfc2683.txt
7904         * src/imap.c
7905                 limit IMAP command length as recommended in RFC2683
7906                 (message number lists will be split into multiple imap
7907                 sets, the limit of 1000 octets is not a hard limit)
7908
7909         (closes Bug 161 sylpheed-claws exits with segfault when logging
7910          in to certain imap-servers)
7911
7912 2003-05-29 [alfons]     0.9.0claws8
7913
7914         * src/toolbar.[ch]
7915                 add print button (calling summary_print());
7916                 fine tune setting tooltip text;
7917                 (if someone needs other buttons, please take these 
7918                 commits as a guide, instead of bothering us - also
7919                 see 0.8.11claws150) 
7920
7921 2003-05-29 [darko]      0.9.0claws7
7922
7923         * src/compose.c
7924                 fix crash when word wrapping kicks in due to
7925                 changed text by spell checker
7926
7927 2003-05-29 [paul]       0.9.0claws6
7928
7929         * src/compose.c
7930                 fix bug where changing account would insert
7931                 sig even if auto_sig was FALSE
7932                 
7933         * ChangeLog
7934           ChangeLog.jp
7935           INSTALL
7936                 sync with 0.9.1 release
7937
7938 2003-05-28 [christoph]  0.9.0claws5
7939
7940         * src/imap.c
7941                 fix truncation of too long commands
7942
7943         (closes Bug 167 IMAP hangs trying to get envelope
7944          information in imap_get_uncached_messages)
7945
7946 2003-05-27 [paul]       0.9.0claws4
7947
7948         * tools/Makefile.am
7949           tools/maildir2sylpheed.pl     ** NEW FILE **
7950                 add kmail to sylpheed mailbox conversion script
7951
7952 2003-05-27 [paul]       0.9.0claws3
7953
7954         * sync with 0.9.0cvs10
7955                 see ChangeLog 2003-05-26
7956
7957 2003-05-26 [paul]       0.9.0claws2
7958
7959         * sync with 0.9.0cvs9
7960                 see ChangeLog 2003-05-26
7961
7962 2003-05-24 [paul]       0.9.0claws1
7963
7964         * sync with 0.9.0cvs8
7965                 see ChangeLog 2003-05-23
7966
7967 2003-05-24 [paul]       0.9.0claws
7968
7969         * version 0.9.0claws released
7970
7971 2003-05-24 [paul]       0.8.11claws177
7972
7973         * src/plugins/dillo-viewer/Makefile.am
7974           src/plugins/traycon/Makefile.am
7975                 add missing files
7976                 
7977         * po/bg.po
7978           po/en_GB.po
7979           po/es.po
7980           po/it.po
7981           po/pt_BR.po
7982           po/ru.po
7983           po/sr.po
7984                 update Bulgarian, British English, Spanish, Italian, 
7985                 Brazilian Portuguese, Russian, and Serbian translations, 
7986                 submitted by George Danchev, [me], Ricardo Mones Lastra,
7987                 André Filipe de Assunção e Brito, Alessandro Maestri, 
7988                 Ruslan N. Balkin, and Urke MMI
7989
7990 2003-05-23 [melvin]     0.8.11claws176
7991
7992         * po/fr.po
7993                 Updated French translations
7994
7995 2003-05-22 [paul]       0.8.11claws175
7996
7997         * src/Makefile.am
7998           src/addrbook.[ch]
7999           src/addrcache.[ch]
8000           src/addr_compl.[ch]
8001           src/adressbook.[ch]
8002           src/addrindex.[ch]
8003           src/addritem.[ch]
8004           src/editaddress.c
8005           src/editgroup.c
8006           src/editldap_basedn.c
8007           src/editldap.c
8008           src/jpilot.c
8009           src/vcard.c
8010                 revert to get ldap into it previous working state
8011                 
8012         * po/zh_TW.Big5.po
8013                 new Taiwanese translation,
8014                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
8015
8016 2003-05-22 [christoph]  0.8.11claws174
8017
8018         * src/plugins/spamassassin/libspamc.[ch]
8019                 sync libspamc with SpamAssaain release 2.55
8020
8021 2003-05-22 [paul]       0.8.11claws173
8022
8023         * sync with 0.9.0cvs7
8024                 see ChangeLog 2003-05-22
8025                 
8026         * src/summaryview.c
8027                 revert change in 0.8.11claws172: follow
8028                 Hiroyuki's decision and that's the end of it.
8029
8030 2003-05-21 [paul]       0.8.11claws172
8031
8032         * src/summaryview.c
8033                 fix discrepency between open_unread_on_enter
8034                 and always_show_msg
8035
8036 2003-05-21 [paul]       0.8.11claws171
8037
8038         * sync with 0.9.0cvs6
8039                 see ChangeLog 2003-05-21
8040
8041 2003-05-21 [paul]       0.8.11claws170
8042
8043         * sync with 0.9.0cvs5
8044                 see ChangeLog 2003-05-21
8045
8046 2003-05-20 [paul]       0.8.11claws169
8047
8048         * sync with 0.9.0cvs4
8049                 see ChangeLog 2003-05-20
8050                 fixes bug #152, 'encoding of IMAP folders names'
8051
8052 2003-05-20 [paul]       0.8.11claws168
8053
8054         * sync with 0.9.0cvs3
8055                 see ChangeLog 2003-05-20
8056                 
8057         * src/tools/convert_mbox.pl
8058                 minor change in the comments, submitted by Fred Marton
8059
8060 2003-05-19 [paul]       0.8.11claws167
8061
8062         * src/plugins/clamav/Makefile.am
8063           configure.ac
8064                 link clamav_lib to the plugin and not to the main program
8065
8066 2003-05-19 [christoph]
8067
8068         * src/Makefile.am
8069                 add -export-dynamic for linking
8070
8071 2003-05-19 [paul]       0.8.11claws166
8072
8073         * sync with 0.9.0cvs1
8074                 see ChangeLog 2003-05-19
8075
8076 2003-05-19 [paul]       0.8.11claws165
8077
8078         * src/inc.c
8079                 fix 'pop before smtp' timeout
8080
8081 2003-05-18 [alfons]     0.8.11claws164
8082
8083         * src/prefs_matcher.c
8084                 put "execute" action command line ("expression") in edit box
8085
8086 2003-05-18 [christoph]  0.8.11claws163
8087
8088         * src/mimeview.[ch]
8089         * src/plugins/dillo_viewer/dillo_viewer.c
8090         * src/plugins/image_viewer/viewer.c
8091         * src/plugins/mathml_viewer/mathml_viewer.c
8092                 let a viewer have a list of Content-Types
8093
8094 2003-05-18 [paul]       0.8.11claws162
8095
8096         * src/prefs_filtering.c
8097                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
8098                 and REDIRECT actions
8099
8100 2003-05-17 [christoph]
8101
8102         * README.claws
8103                 o remove dynamic signatures that was syned with main
8104                 o add infos about no longer "build in" image viewer
8105                 o update bugtracker URL
8106
8107 2003-05-17 [christoph]  0.8.11claws161
8108
8109         * src/folder.c
8110         * src/folderview.c
8111         * src/imap.c
8112                 don't use imap_scan_folder anymore. Instead call folder_item_scan
8113                 for every folder after rebuilding the folder tree.
8114
8115         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
8116          messages)
8117
8118 2003-05-17 [christoph]  0.8.11claws160
8119
8120         * src/imap.c
8121                 don't use STATUS command on current folder to check for
8122                 content changes. imap_cmd_ok() now tracks changes to
8123                 folder and number of existing messages.
8124
8125 2003-05-17 [paul]       0.8.11claws159
8126
8127         * src/plugins/clamav/clamav_plugin.c
8128                 remove unnecessary debug_print
8129
8130 2003-05-16 [thorsten]   0.8.11claws158
8131
8132         * src/plugins/demo.c
8133                 included missing intl.h
8134
8135 2003-05-16 [paul]       0.8.11claws157
8136
8137         * po/POTFILES.in
8138                 remove non-existant entries
8139         
8140         * src/plugins/clamav/clamav_plugin.c
8141           src/plugins/clamav/clamav_plugin_gtk.c
8142           src/plugins/dillo_viewer/dillo_prefs.c
8143           src/plugins/dillo_viewer/dillo_viewer.c
8144                 gettextise
8145
8146 2003-05-16 [christoph]  0.8.11claws156
8147
8148         * po/POTFILES.in
8149                 include plugin .c files for translation until I
8150                 find a better solution to have plugins have their
8151                 own textdomain
8152         * src/plugins/demo/demo.c
8153         * src/plugins/image_viewer/plugin.c
8154         * src/plugins/mathml_viewer/mathml_viewer.c
8155         * src/plugins/spamassassin/spamassassin.c
8156         * src/plugins/spamassassin/spamassassin_gtk.c
8157         * src/plugins/trayicon/trayicon.c
8158                 add gettext macros for plugin name and description
8159
8160 2003-05-16 [paul]
8161
8162         * sync with 0.9.0
8163
8164 2003-05-16 [paul]       0.8.11claws155
8165
8166         * sync with lastest 0.9.0pre1
8167                 see ChangeLog 2003-05-16
8168
8169 2003-05-15 [paul]       0.8.11claws154
8170
8171         * sync with latest 0.9.0pre1
8172                 see ChangeLog 2003-05-14 and 2003-05-15
8173
8174 2003-05-14 [christoph]  0.8.11claws153
8175
8176         * src/plugins/image_viewer/viewer.c
8177         * src/plugins/image_viewer/viewer.glade         ** NEW **
8178         * src/plugins/image_viewer/viewerprefs.c
8179                 make it possible to disable the autoload function in the
8180                 imageviewer again
8181
8182 2003-05-14 [christoph]  0.8.11claws152
8183
8184         * src/folder.c
8185                 fix folder update after adding a message
8186
8187 2003-05-13 [alfons]     0.8.11claws151
8188
8189         * src/common/session.c
8190                 remove debug traces
8191                 
8192         * src/addrcache.[ch]
8193         * src/filtering.[ch]
8194         * src/folder.[c]
8195         * src/gtkaspell.[ch]
8196         * src/imap.[ch]
8197         * src/mbox_folder.[ch]
8198         * src/mh.[ch]
8199         * src/mimeview.h
8200         * src/msgcache.[ch]
8201         * src/news.[ch]
8202         * src/passphrase.[ch]
8203         * src/prefs_common.[ch]
8204         * src/prefs_gtk.[ch]
8205         * src/procmsg.c
8206         * src/scoring.[ch]
8207                 be pedantic; (in prototypes () implies (int))
8208
8209 2003-05-13 [alfons]     0.8.11claws150
8210
8211         * src/prefs_toolbar.[ch]
8212         * src/summaryview.[ch]
8213         * src/toolbar.[ch]
8214                 change misleading text in toolbar prefs;
8215                 add toolbar action for ignore thread (toggles ignore thread flag);
8216                 clean up a little bit;
8217
8218 2003-05-12 [paul]
8219
8220         * tools/convert_mbox.pl
8221                 bug fixed by Fred Marton
8222
8223 2003-05-12 [paul]
8224
8225         * sync with 0.9.0pre1
8226
8227 2003-05-09 [paul]       0.8.11claws149
8228
8229         * sync with 0.8.11cvs43
8230                 see ChangeLog 2003-05-09
8231
8232 2003-05-08 [christoph]  0.8.11claws148
8233
8234         * src/imap.[ch]
8235                 o use CAPABILIY as first command and check for PREAUTH
8236                   information in the response to it
8237                 o rewrite all imap_cmd_* functions to use an IMAPSession
8238                   instead of a SockInfo as parameter
8239                 o do STARTTLS after fetching and checking the server
8240                   capabilities
8241
8242 2003-05-08 [paul]       0.8.11claws147
8243
8244         * tools/Makefile.am
8245           tools/README
8246           tools/convert_mbox.pl         ** NEW FILE **
8247                 add mbox conversion script. Submitted by 
8248                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8249
8250 2003-05-07 [christoph]
8251
8252         * doc-src/glade.txt
8253         * src/gtk/pluginwindow.glade
8254         * src/plugins/image_viewer/viewerprefs.glade
8255         * src/plugins/spamassassin/spamassassin_gtk.glade
8256                 add glade files for user interfaces and a description how
8257                 to use glade to create the sylpheed code
8258
8259 2003-05-07 [paul]       0.8.11claws146
8260
8261         * sync with 0.8.11cvs41
8262                 see ChangeLog 2003-05-07
8263
8264 2003-05-06 [christoph]  0.8.11claws145
8265
8266         * src/main.c
8267         * src/plugins/image_viewer/viewer.c
8268                 fix usage of imlib in imageviewer plugin
8269
8270         * src/gtk/prefswindow.c
8271                 handle window close event correctly
8272
8273 2003-05-06 [paul]       0.8.11claws144
8274
8275         * src/common/ssl.c
8276                 fix typo introduced in sync
8277
8278 2003-05-06 [paul]       0.8.11claws143
8279
8280         * sync with 0.8.11cvs39
8281                 see ChangeLog 2003-05-06
8282
8283 2003-05-06 [paul]       0.8.11claws142
8284
8285         * AUTHORS
8286           po/cs.po
8287                 updated Czech translation, submitted by 
8288                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8289                 
8290         * src/plugins/clamav/clamav_plugin_gtk.c
8291                 clean up
8292
8293 2003-05-03 [alfons]     0.8.11claws141
8294
8295         * src/compose.[ch]
8296                 make paste as quotation work even when the call to 
8297                 text_inserted() was deferred (fixes bug #140 "Paste 
8298                 as quotation does not work when using "external" 
8299                 clipboard")
8300
8301 2003-05-03 [thorsten]   0.8.11claws140
8302
8303         * src/addrquery.h
8304           src/ldapquery.h
8305           src/mainwindow.c
8306                 removed C++ comments
8307         * src/addr_compl.c
8308                 function with non-int retval/param used before
8309                 implementation/declaration
8310
8311 2003-05-02 [paul]       0.8.11claws139
8312
8313         * src/addr_compl.[ch]
8314           src/addressbook.[ch]
8315           src/addrindex.c
8316           src/summaryview.c
8317                 revert match's changes to (finally) remove the bug where
8318                 opening a folder causes massive slowdown when using the 
8319                 'Display sender using address book' option
8320
8321 2003-05-01 [melvin]     0.8.11claws138
8322
8323         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8324         * src/plugins/dillo_viewer/dillo_viewer.c
8325                 Fixed bug where "Cancel" button from prefs issued
8326                 warnings.
8327                 Comply a little more to coding style
8328
8329 2003-05-01 [paul]       0.8.11claws137
8330
8331         * sync with 0.8.11cvs38
8332                 see ChangeLog 2003-05-01
8333
8334 2003-05-01 [paul]       0.8.11claws136
8335
8336         * po/bg.po
8337                 updated by George Danchev
8338
8339 2003-04-30 [christoph]  0.8.11claws135
8340
8341         * src/plugins/dillo_viewer/dillo_prefs.c
8342         * src/plugins/image_viewer/viewerprefs.c
8343         * src/plugins/spamassassin/spamassassin_gtk.c
8344                 remove gtk_widget_ref() calls for widgets in
8345                 glade code
8346
8347 2003-04-30 [paul]       0.8.11claws134
8348
8349         * src/addrindex.c
8350                 ok, this time a better fix for the bug where opening folder
8351                 has massive slowdown when using the 'Display sender using 
8352                 address book' option
8353
8354 2003-04-30 [paul]       0.8.11claws133
8355
8356         * src/addrindex.c
8357                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8358         
8359 2003-04-30 [melvin]     0.8.11claws132
8360
8361         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8362
8363         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8364                 Preferences for the dillo plugin
8365         * src/plugins/dillo_viewer/dillo_viewer.c
8366                 Support for preferences
8367         * src/plugins/dillo_viewer/Makefile.am
8368                 Added dillo_prefs.[ch]
8369
8370 2003-04-30 [alfons]     0.8.11claws131
8371
8372         * src/common/plugin.[ch]
8373                 see? this ANSI C'fication immediately gives us type
8374                 checking for free.
8375
8376 2003-04-30 [alfons]     0.8.11claws130
8377
8378         * src/common/plugin.[ch]
8379         * src/plugins/clamav/clamav_plugin.[ch]
8380         * src/plugins/clamav/clamav_plugin_gtk.c
8381         * src/plugins/demo/demo.c
8382         * src/plugins/dillo_viewer/dillo_viewer.c
8383         * src/plugins/image_viewer/plugin.c
8384         * src/plugins/image_viewer/viewer.[ch]
8385         * src/plugins/image_viewer/viewerprefs.[ch]
8386         * src/plugins/mathml_viewer/mathml_viewer.c
8387         * src/plugins/spamassassin/spamassassin.[ch]
8388         * src/plugins/spamassassin/spamassassin_gtk.c
8389         * src/plugins/trayicon/trayicon.c
8390                 clean up
8391
8392 2003-04-30 [alfons]     0.8.11claws129
8393
8394         * src/common/utils.c
8395                 make is_ascii_str() fail gracefully when NULL pointer
8396                 is passed
8397
8398 2003-04-30 [paul]       0.8.11claws128
8399
8400         * src/addrindex.c
8401                 fix bug where opening folder has massive slowdown when
8402                 using the 'Display sender using address book' option
8403
8404 2003-04-30 [paul]       0.8.11claws127
8405
8406         * src/plugins/clamav/clamav_plugin.c
8407           src/plugins/clamav/clamav_plugin_gtk.c
8408           src/plugins/demo/demo.c
8409           src/plugins/dillo_viewer/dillo_viewer.c
8410           src/plugins/image_viewer/plugin.c
8411           src/plugins/mathml_viewer/mathml_viewer.c
8412           src/plugins/spamassassin/spamassassin.c
8413           src/plugins/spamassassin/spamassassin_gtk.c
8414           src/plugins/trayicon/trayicon.c
8415                 get rid of eye-hurting function signatures
8416
8417 2003-04-30 [paul]       0.8.11claws126
8418
8419         * src/plugins/trayicon/trayicon.c
8420                 add description
8421                 
8422         * src/mimeview.c
8423                 be more descriptive
8424
8425 2003-04-30 [paul]       0.8.11claws125
8426
8427         * configure.ac
8428                 arrange the plugins in reverse alphabetical order
8429                 
8430         * src/plugins/clamav/clamav_plugin.[ch]
8431           src/plugins/clamav/clamav_plugin_gtk.c
8432                 rename some params
8433                 resize max_size window
8434                 re-arrange the order of some gui elements
8435                 improve descriptions
8436         
8437         * src/plugins/image_viewer/plugin.c
8438           src/plugins/mathml_viewer/mathml_viewer.c
8439                 add descriptions
8440                 
8441         * src/plugins/spamassassin/spamassassin_gtk.c
8442                 resize max_size window
8443                 re-arrange the order of some gui elements
8444                 
8445         * src/messageview.c
8446           src/mimeview.c
8447                 correct typos
8448
8449 2003-04-30 [alfons]     0.8.11claws124
8450
8451         * src/imap.c
8452                 fix a leak found while browsing Martin Kluge's 
8453                 valgrind log (Claws only)
8454
8455 2003-04-29 [darko]      0.8.11claws123
8456
8457         * src/gtk/gtkstext.h
8458                 include wchar.h if it is available, fixes compilation
8459                 on HP-UX systems
8460
8461 2003-04-29 [melvin]     0.8.11claws122
8462
8463         * src/prefs_actions.c
8464                 Improved help text of Actions' syntax
8465
8466 2003-04-28 [paul]       0.8.11claws121
8467
8468         * src/action.c
8469                 a better fix for the crash when performing an action
8470                 on a mime part
8471
8472 2003-04-28 [paul]       0.8.11claws120
8473
8474         * src/action.c
8475                 fix crash when performing an action on a
8476                 mime part
8477
8478 2003-04-28 [paul]       0.8.11claws119
8479
8480         * sync with 0.8.11cvs36
8481                 see ChangeLog 2003-04-28
8482
8483 2003-04-27 [paul]       0.8.11claws118
8484
8485         * more sync with 0.8.11cvs35
8486                 see ChangeLog 2003-04-25
8487
8488 2003-04-26 [christoph]  0.8.11claws117
8489
8490         * src/folder.c
8491                 fix remove virtual check
8492
8493 2003-04-26 [paul]       0.8.11claws116
8494
8495         * src/messageview.c
8496                 fix return-receipt, make it work again
8497
8498 2003-04-26 [paul]       0.8.11claws115
8499
8500         * src/mimeview.c
8501                 restore double-clicking of the [application/pgp-signature 
8502                 (Select "Check signature" to check)] line in the message view,
8503                 broken in recent sync
8504
8505 2003-04-26 [christoph]  0.8.11claws114
8506
8507         * src/folder.c
8508                 check if remove virtual really exists before
8509                 calling the function
8510
8511 2003-04-25 [match]      0.8.11claws113
8512
8513         * src/addrindex.c
8514         * src/addrbook.c
8515         * src/ldapquery.[ch]
8516         * src/ldapctrl.[ch]
8517                 fix memleak.
8518         * src/ldapserver.[ch]
8519                 fix memleak. fix segfault.
8520                 plug a Claws memleak
8521
8522 2003-04-25 [alfons]     0.8.11claws112
8523
8524         * src/folder.c
8525                 plug a Claws memleak
8526
8527 2003-04-25 [alfons]     0.8.11claws111
8528
8529         * src/common/session.c
8530                 plug a memleak
8531
8532 2003-04-25 [paul]       0.8.11claws110
8533
8534         * sync with 0.8.11cvs35
8535                 see ChangeLog 2003-04-24 and 2003-04-25
8536                 
8537         * src/gtk/pluginwindow.c
8538                 correct another strange float value
8539
8540 2003-04-24 [christoph]  0.8.11claws109
8541
8542         * src/folder.c
8543                 freeze folder item updates when unsetting new flags
8544
8545         * src/gtk/pluginwindow.c
8546                 correct strange float value
8547
8548 2003-04-23 [paul]       0.8.11claws108
8549
8550         * sync with 0.8.11cvs33
8551                 see ChangeLog 2003-04-23
8552
8553 2003-04-22 [paul]       0.8.11claws107
8554
8555         * src/Makefile.am
8556           src/messageview.c
8557           src/mimeview.c
8558           src/pgptext.[ch]      ** REMOVED **
8559                 remove pgptext.[ch] as its not used any more
8560
8561 2003-04-22 [paul]       0.8.11claws106
8562
8563         * sync with 0.8.11cvs31
8564                 see ChangeLog 2003-04-21 and 2003-04-22
8565
8566 2003-04-21 [alfons]     0.8.11claws105
8567
8568         * src/main.c
8569                 No access to GTK structures if we're a spawned child
8570                 (and clean up code a little bit...) Should fix #126.
8571
8572 2003-04-21 [melvin]     0.8.11claws104
8573
8574         * src/plugins/dillo_viewer/README
8575                 Improved slightly the text.
8576
8577 2003-04-21 [melvin]     0.8.11claws103
8578
8579         * src/plugins/dillo_viewer/README *** NEW ***
8580                 Added a README file for the Dillo plugin
8581
8582 2003-04-20 [paul]
8583
8584         * tools/README
8585           tools/outlook2sylpheed.pl
8586                 updated and improved by Ricardo Mones Lastra
8587
8588 2003-04-18 [oliver]     0.8.11claws102
8589
8590         * src/inc.c 
8591         * src/prefs_account.h
8592                 remove Pop3SessionType (used by selective download)
8593         * src/prefs_toolbar.c
8594                 enable set Default Toolbar button
8595
8596 2003-04-18 [paul]       0.8.11claws101
8597
8598         * sync with 0.8.11cvs29
8599                 see ChangeLog 2003-04-18
8600
8601 2003-04-17 [paul]       0.8.11claws100
8602
8603         * src/prefs_common.[ch]
8604           src/summaryview.c
8605                 remove 'Open next message on deletion' option,
8606                 as the same effect can now be achieved via the
8607                 'Always open messages in summary when selected'
8608                 option.
8609
8610 2003-04-17 [paul]       0.8.11claws99
8611
8612         * sync with 0.8.11cvs28
8613                 see ChangeLog 2003-04-17
8614
8615 2003-04-17 [christoph]  0.8.11claws98
8616
8617         * ac/spamassassin.m4
8618         * src/plugins/spamassassin/libspamc.[ch]
8619         * src/plugins/spamassassin/utils.[ch]
8620                 sync libspamc with SpamAssassin project
8621
8622 2003-04-17 [christoph]  0.8.11claws97
8623
8624         * src/common/socket.h
8625         * src/gtk/sslcertwindow.h
8626                 rename old USE_SSL to USE_OPENSSL
8627
8628 2003-04-17 [paul]       0.8.11claws96
8629
8630         * src/prefs_common.h
8631                 use gulong for P_COLOR so that it compiles/runs on
8632                 64-bit systems. Patch submitted by James Noyes
8633                 <jnoyes-claws@retrogeeks.com>
8634                 
8635         * po/de.po
8636                 updated by Jens
8637
8638 2003-04-17 [paul]       0.8.11claws95
8639
8640         * sync with 0.8.11cvs27
8641                 see ChangeLog 2003-04-16
8642
8643 2003-04-15 [paul]       0.8.11claws94
8644
8645         * src/prefs_common.[ch]
8646                 rearrange to stop the window getting too long:
8647                         move Receive dialog stuff to Receive tab
8648                         move Send dialog to Send tab
8649                         remove Dialogs frame
8650                 rename 'Open messages in summary with cursor keys' to
8651                 'Always open messages in summary when selected', as its
8652                 more appropriate
8653
8654 2003-04-15 [paul]       0.8.11claws93
8655
8656         * src/prefs_common.[ch]
8657           src/summaryview.c
8658                 add new option '/Interface/Open next message on deletion'
8659
8660 2003-04-15 [paul]       0.8.11claws92
8661
8662         * src/summaryview.[ch]
8663                 add /Mark/Lock and /Mark/Unlock to the pop-up
8664                 menu. Patch submitted by Ivan Francolin Martinez
8665                 <ivanfm@users.sourceforge.net>
8666
8667 2003-04-15 [paul]       0.8.11claws91
8668
8669         * sync with 0.8.11cvs24
8670                 see ChangeLog 2003-04-15
8671
8672 2003-04-14 [jens]       0.8.11claws90
8673
8674         * updated German translation and some corrections from
8675                 Roland Bless <bless@tm.uka.de>
8676
8677 2003-04-14 [paul]       0.8.11claws89
8678
8679         * sync with 0.8.11cvs22
8680                 see ChangeLog 2003-04-14
8681
8682 2003-04-13 [paul]       0.8.11claws88
8683
8684         * src/plugins/clamav/clamav_plugin.c
8685                 fix memory leaks
8686                 clean up
8687
8688 2003-04-12 [paul]       0.8.11claws87
8689
8690         * src/plugins/clamav/clamav_plugin.c
8691                 activate enable/disable archive scanning option
8692                 
8693         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8694
8695 2003-04-12 [paul]       0.8.11claws86
8696
8697         * src/plugins/Makefile.am
8698           src/plugins/clamav/Makefile.am                ** NEW FILE **
8699           src/plugins/clamav/README                     ** NEW FILE ** 
8700           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8701           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8702                 add Clam AntiVirus plugin
8703
8704 2003-04-12 [paul]       0.8.11claws85
8705
8706         * sync with 0.8.11cvs21
8707                 see ChangeLog 2003-04-11
8708
8709 2003-04-11 [paul]       0.8.11claws84
8710
8711         * po/es.po
8712                 update Spanish translation. Submitted by Ricardo
8713                 Mones Lastra.
8714
8715 2003-04-10 [christoph]  0.8.11claws83
8716
8717         * src/mbox.c
8718                 fix typo that did not move unfiltered mails to destination
8719                 folder
8720
8721         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8722          when filtering from spool)
8723
8724 2003-04-10 [christoph]  0.8.11claws82
8725
8726         * src/imap.c
8727                 use BODY.PEEK instead of BODY in in message fetch operation
8728                 to make sure the IMAP server does not set the \Seen flag for
8729                 messages. Sylpheed does that later itself, when the message
8730                 is opened in sylpheed
8731
8732         (closes Bug 111 Claws destroys unread marks)
8733
8734 2003-04-09 [oliver]     0.8.11claws81
8735         
8736         * src/folder.c
8737                 fix crash in folder_destroy
8738         * README.claws
8739                 remove selective download
8740
8741 2003-04-09 [christoph]  0.8.11claws80
8742
8743         * src/imap.c
8744                 fix crash in imap_get_msginfo() when then fetched message
8745                 is not found
8746
8747         (closes Bug 110 Crash during mail composition)
8748
8749 2003-04-08 [christoph]  0.8.11claws79
8750
8751         * src/folder.c
8752         * src/prefs_account.c
8753                 Filter new messages that are found in an INBOX folder
8754                 when 'Filter messages on receiving' is enabled in the
8755                 Folder's AccountPrefs. This allows to use Sylpheed's
8756                 filtering engine for IMAP folders where messages are
8757                 added to the INBOX by a MTA
8758
8759 2003-04-08 [paul]       0.8.11claws78
8760
8761         * src/procmsg.h
8762                 clean up after last commit
8763
8764 2003-04-08 [paul]       0.8.11claws77
8765
8766         * sync with 0.8.11cvs20
8767                 see ChangeLog 2003-04-07 and 2003-04-08
8768
8769 2003-04-07 [christoph]  0.8.11claws76
8770
8771         * src/filtering.[ch]
8772         * src/inc.[ch]
8773         * src/mbox.c
8774         * src/procmsg.[ch]
8775                 add procmsg_msginfo_filter() to execute filtering actions
8776
8777 2003-04-06 [christoph]  0.8.11claws75
8778
8779         * src/imap.c
8780                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8781
8782 2003-04-06 [christoph]  0.8.11claws74
8783
8784         * src/common/utils.[ch]
8785                 add g_int_compare() function for slist sorting
8786
8787         * src/imap.c
8788                 fetch all MsgInfos with one command in imap_get_msginfos()
8789                 using an imap set with a list of ranges
8790
8791         * src/news.c
8792                 use new g_int_compare() function
8793
8794 2003-04-06 [thorsten]   0.8.11claws73
8795
8796         * src/mh.c
8797                 corrected implementation of mh_folder_destroy()
8798
8799 2003-04-05 [christoph]  0.8.11claws72
8800
8801         * src/account.c
8802         * src/folder.[ch]
8803         * src/folderview.c
8804         * src/imap.c
8805         * src/inc.c
8806         * src/main.c
8807         * src/mainwindow.c
8808         * src/mbox_folder.c
8809         * src/mh.c
8810         * src/mimeview.h
8811         * src/msgcache.[ch]
8812         * src/news.c
8813         * src/procmime.h
8814         * src/procmsg.[ch]
8815         * src/setup.c
8816         * src/gtk/gtkutils.c
8817                 o rename structure field names class and new to klass and
8818                   new_msgs, to allow including files in C++
8819                 o add 'extern "C"' block to some header files
8820                 o add MsgInfoList and MsgNumberList as alias for GSList for
8821                   developers to know what type of list is expected
8822
8823         * src/plugins/image_viewer/plugin.c
8824         * src/plugins/image_viewer/viewer.[ch]
8825         * src/plugins/image_viewer/viewerprefs.[ch]
8826                 rename function names to prevent conflicts
8827
8828 2003-04-05 [paul]       0.8.11claws71
8829
8830         * sync with 0.8.11cvs18
8831                 see ChangeLog 2003-04-03 and 2003-04-04
8832
8833 2003-04-02 [christoph]  0.8.11claws70
8834
8835         * src/folder.[ch]
8836         * src/imap.[ch]
8837         * src/mbox_folder.[ch]
8838         * src/mh.[ch]
8839         * src/news.[ch]
8840                 o Make all virtual folder functions private
8841                 o remove unused folder code
8842
8843         * src/common/socket.[ch]
8844         * src/summaryview.c
8845                 fix warnings
8846
8847 2003-03-30 [alfons]     0.8.11claws69
8848
8849         * src/send_message.c
8850                 remove two debug traces and see if people still report
8851                 errors
8852
8853 2003-03-30 [alfons]     0.8.11claws68
8854
8855         * src/send_message.c
8856         * src/commons/session.c
8857                 add more debug traces
8858
8859 2003-03-30 [christoph]  0.8.11claws67
8860
8861         * src/folder.c
8862                 change processing folder name from .processing to processing
8863
8864         * src/common/ssl.c
8865                 disable SSL certificate check because it causes Xlib error
8866                 when the child process want's to open an GTK window
8867
8868 2003-03-30 [christoph]  0.8.11claws66
8869
8870         * src/folder.c
8871                 don't use default folder for processing folder item because
8872                 it can be a non local folder
8873
8874         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8875
8876 2003-03-30 [alfons]     0.8.11claws65
8877
8878         * src/send_message.c
8879                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8880                 to generate bad code for 'send_send_data_progressive': When
8881                 called from 'send_send_data_finished', the 'data' pointer is
8882                 cleared just before the assignment to the dialog pointer
8883
8884 2003-03-29 [christoph]  0.8.11claws64
8885
8886         * src/common/prefs.h
8887         * src/plugins/image_viewer/Makefile.am
8888         * src/plugins/image_viewer/plugin.c
8889         * src/plugins/image_viewer/viewer.[ch]
8890         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8891                 add PrefsPage for ImageViewer
8892
8893 2003-03-28 [thorsten]   0.8.11claws63
8894
8895         * src/common/session.c
8896                 added some comments
8897
8898 2003-03-28 [paul]       0.8.11claws62
8899
8900         * sync with 0.8.11cvs16
8901                 see ChangeLog 2003-03-28
8902
8903 2003-03-28 [paul]       0.8.11claws61
8904
8905         * sync with 0.8.11cvs15
8906                 see ChangeLog 2003-03-28
8907
8908 2003-03-27 [christoph]  0.8.11claws60
8909
8910         * src/folder.c
8911         * src/imap.c
8912         * src/common/socket.[ch]
8913                 set socket state to DISCONNECTED when any operation
8914                 fails to allow reconnecting in IMAP code without
8915                 checking the return code of all calls to the command
8916                 functions
8917
8918         * src/folderview.c
8919         * src/summaryview.c
8920                 remove some more stuff that depends on specific
8921                 folder types
8922
8923 2003-03-27 [paul]       0.8.11claws59
8924
8925         * sync with 0.8.11cvs14
8926                 see ChangeLog 2003-03-27
8927                 
8928         * src/selective_download.[ch]   ** REMOVED **
8929                 really removed
8930
8931 2003-03-27 [christoph]  0.8.11claws58
8932
8933         * src/folder.c
8934                 fix handling of tmp_flags in flag copy function
8935
8936 2003-03-27 [paul]       0.8.11claws57
8937
8938         * sync with 0.8.11cvs13
8939                 see ChangeLog 2003-03-27
8940
8941 2003-03-27 [oliver]     0.8.11claws56
8942
8943         * src/maiwindow.c
8944                 remove sel_download_cb
8945
8946 2003-03-27 [oliver]     0.8.11claws55
8947         
8948         * src/inc.c
8949                 remove POP3_TOP
8950         
8951 2003-03-26 [oliver]     0.8.11claws54
8952
8953         *src/pop.h
8954                 remove POP3_TOP*
8955         * README.claws
8956                 remove selective donwload readme
8957
8958 2003-03-26 [oliver]     0.8.11claws53
8959         * src/matcher.[ch]
8960         * src/matcher_parser_parse.y 
8961         * src/pop.c 
8962         * src/prefs_account.[ch]
8963         * src/prefs_filtering.c
8964                 remove selective donwload
8965
8966 2003-03-26 [oliver]     0.8.11claws52
8967
8968         * src/inc.[ch] 
8969         * src/filtering.c 
8970         * src/mainwindow.c 
8971                 remove selective donwload
8972
8973 2003-03-26 [oliver]     0.8.11claws51
8974         
8975         * src/Makefile.am
8976         * src/selective_download.[ch]   ** REMOVE **    
8977
8978 2003-03-26 [christoph]  0.8.11claws50
8979
8980         * src/news.c
8981                 fix NEWS that got broken by a sync with sylpheed-main
8982
8983 2003-03-26 [christoph]  0.8.11claws49
8984
8985         * src/mimeview.c
8986                 fix mime type guessing when no mime type is found for a file
8987
8988 2003-03-25 [christoph]  0.8.11claws48
8989
8990         * src/mimeview.c
8991         * src/procmime.c
8992                 remove mime type guessing from mime parser and use
8993                 name based mime types in viewer lookup for mime type
8994                 application/octet-stream
8995
8996 2003-03-25 [christoph]  0.8.11claws47
8997
8998         * doc-src/readme.txt
8999         * doc-src/rfc2554.txt
9000                 add RFC about SMTP AUTH
9001
9002         * src/send_message.c
9003         * src/common/smtp.[ch]
9004                 add extra error code for authentication errors and
9005                 clear temporary password when this error occurs
9006
9007         (closes Bug 84 authentication failure while sending should
9008          prompt for password again)
9009
9010 2003-03-25 [christoph]  0.8.11claws46
9011
9012         * configure.ac
9013         * src/Makefile.am
9014         * src/imageview.[ch]                            ** REMOVE **
9015         * src/messageview.[ch]
9016         * src/mimeview.[ch]
9017         * src/prefs_common.[ch]
9018         * src/textview.c
9019         * src/plugins/Makefile.am
9020         * src/plugins/image_viewer/.cvsignore           ** NEW **
9021         * src/plugins/image_viewer/Makefile.am          ** NEW **
9022         * src/plugins/image_viewer/plugin.c             ** NEW **
9023         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
9024                 move image viewer into a plugin (building is enabled by default)
9025                 [ToDo: Prefs for resize and autoview]
9026
9027 2003-03-25 [paul]       0.8.11claws45
9028
9029         * sync with 0.8.11cvs12
9030                 see ChangeLog 2003-03-26
9031
9032 2003-03-25 [paul]       0.8.11claws44
9033
9034         * sync with 0.8.11cvs11
9035                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
9036                 
9037         Note: Selective Download is broken.
9038                 
9039 2003-03-22 [christoph]  0.8.11claws43
9040
9041         * src/folder.c
9042                 code cleanup for flags copying
9043
9044 2003-03-22 [christoph]  0.8.11claws42
9045
9046         * src/plugins/trayicon/trayicon.c
9047                 fix setting the transparent area when the window size
9048                 is forced by the system tray
9049
9050 2003-03-22 [christoph]  0.8.11claws41
9051
9052         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
9053         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
9054         * src/plugins/trayicon/newmail.xpm              ** NEW **
9055         * src/plugins/trayicon/nomail.xpm               ** NEW **
9056         * src/plugins/trayicon/trayicon.c
9057         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
9058                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
9059                 o add icon for unread mails
9060                 o set transparency for window
9061
9062 2003-03-22 [christoph]  0.8.11claws40
9063
9064         * src/news.c
9065                 init news session to prevent crash when session is closed
9066
9067 2003-03-22 [christoph]  0.8.11claws39
9068
9069         * src/imap.c
9070         * src/common/session.[ch]
9071                 Init session data to make sure we don't have invalid pointers
9072                 for read_ch and write_ch when new multi process sessions are
9073                 not used
9074
9075         * src/main.c
9076         * src/common/plugin.c
9077         * src/common/sylpheed.c
9078         * src/plugins/demo/demo.c
9079         * src/plugins/dillo_viewer/dillo_viewer.c
9080         * src/plugins/mathml_viewer/mathml_viewer.c
9081         * src/plugins/spamassassin/spamassassin.c
9082         * src/plugins/spamassassin/spamassassin_gtk.c
9083                 add plugin types to allow loading plugins at different times
9084                 (and maybe for different frontends), because it's not good to
9085                 load GTK-Plugins gefore gtk_init was called
9086
9087         * configure.ac
9088         * src/plugins/Makefile.am
9089         * src/plugins/trayicon/.cvsignore               ** NEW **
9090         * src/plugins/trayicon/Makefile.am              ** NEW **
9091         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
9092         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
9093         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
9094         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
9095         * src/plugins/trayicon/trayicon.c               ** NEW **
9096                 New Trayicon plugin that shows an icon in a systray that uses
9097                 XEMBED protocol like Gnome's systray. Icon shows if there
9098                 are new mails and a tooltip shows information about new,
9099                 unread and total messages.
9100
9101 2003-03-22 [paul]       0.8.11claws38
9102
9103         * src/common/smtp.c
9104                 fix ESMTP AUTH CRAM-MD5
9105                 [sync with main (still version 0.8.11cvs6), see
9106                  ChangeLog 2003-03-22]
9107
9108 2003-03-21 [colin]      0.8.11claws37
9109
9110         * src/send_message.c
9111                 Fix USE_SSL => USE_OPENSSL
9112
9113 2003-03-21 [colin]      0.8.11claws36
9114
9115         * src/folderview.c
9116                 Fix counts in drag and dropped subfolders
9117
9118 2003-03-21 [colin]      0.8.11claws35
9119
9120         * src/folder.c 
9121         * src/folderview.c
9122                 speed up a bit folder dnd
9123
9124 2003-03-20 [alfons]     0.8.11claws34
9125
9126         * src/main.c
9127         * src/toolbar.c
9128         * src/procmsg.c
9129                 don't send locked queue messages
9130                 (feature request "[ 705245 ] Locking message in outbox 
9131                  should prevent sending")
9132
9133 2003-03-20 [christoph]  0.8.11claws33
9134
9135         * src/folder.c
9136                 remove NEW and UNREAD flag in special folders when scanning
9137                 
9138         * src/common/smtp.c
9139                 fix ESMTP AUTH CRAM-MD5
9140
9141 2003-03-20 [paul]       0.8.11claws32
9142
9143         * src/prefs_account.c
9144                 Re-write 'Tunnel command to open connection' as
9145                 'Use command to communicate with server', and disable
9146                 it for all except IMAP accounts
9147
9148 2003-03-20 [paul]       0.8.11claws31
9149
9150         * sync with 0.8.11cvs6
9151                 see ChangeLog 2003-03-20
9152
9153 2003-03-19 [match]      0.8.11claws30
9154
9155         * src/addritem.[ch]
9156                 include documentation. minor refactoring.
9157         * src/addr_compl.[ch]
9158         * src/addrindex.[ch]
9159         * src/addresbook.[ch]
9160         * src/summaryview.c
9161                 re-enable address lookup (was disabled in
9162                 0.8.11claws20).
9163
9164 2003-03-19 [christoph]  0.8.11claws29
9165
9166         * src/procmsg.c
9167                 add temp flag handling, will make moving and copying
9168                 messages possible again
9169
9170         * src/folder.c
9171                 correct calulation of folder stats
9172
9173 2003-03-18 [match]      0.8.11claws28
9174
9175         * src/editgroup.h
9176                 remove case sensitive comparison (closes bug 80).
9177
9178 2003-03-18 [christoph]  0.8.11claws27
9179
9180         * src/imap.c
9181                 fix imap using a tunnel command
9182
9183         (closes bug 87)
9184
9185 2003-03-18 [christoph]  0.8.11claws26
9186
9187         * src/folder.[ch]
9188         * src/imap.c
9189         * src/procmsg.[ch]
9190                 rewrite flag handling for folders
9191
9192 2003-03-18 [christoph]  0.8.11claws25
9193
9194         * src/folder.c
9195         * src/procmsg.c
9196         * src/summaryview.c
9197                 unset NEW and UNREAD flags when message is ignored, to make
9198                 sure messages don't show up as unread on other IMAP clients,
9199                 because the IGNORE_THREAD flag can not be syncronized through
9200                 the IMAP folder
9201
9202 2003-03-17 [christoph]  0.8.11claws24
9203
9204         * src/imap.c
9205                 don't use recursion to fetch uids when the number of messages
9206                 does not match. Moved code into subfunction that is used
9207                 again when needed, to prevent an endless loop.
9208
9209 2003-03-17 [thorsten]   0.8.11claws23
9210
9211         * src/imageview.[ch]
9212                 export imageview_get_resized_size() (for plugins)
9213         * src/prefs_common.[ch]
9214                 added prefs_common_get() (for plugins)
9215
9216 2003-03-17 [christoph]  0.8.11claws22
9217
9218         * src/imap.c
9219                 o remove UID guessing from copy code
9220                 o support UIDPLUS extension for APPEND command
9221
9222 2003-03-17 [paul]       0.8.11claws21
9223
9224         * src/gtk/about.c
9225                 remove 'Compiled-plugins' section.
9226                 
9227         * src/plugins/dillo_viewer/dillo_viewer.c
9228                 slight change to description text
9229
9230 2003-03-16 [match]      0.8.11claws20
9231         * src/ldapserver.[ch]           ** NEW **
9232         * src/ldapctrl.[ch]             ** NEW **
9233         * src/ldapquery.[ch]            ** NEW **
9234         * src/ldaputil.[ch]             ** NEW **
9235         * src/addrcindex.[ch]           ** NEW **
9236         * src/addrquery.h               ** NEW **
9237         * src/addritem.[ch]
9238         * src/addrcache.[ch]
9239         * src/addrindex.[ch]
9240         * src/addr_compl.[ch]
9241         * src/addressbook.[ch]
9242         * src/addrbook.[ch]
9243         * src/editgroup.c
9244         * src/editaddress.c
9245         * src/editldap.c
9246         * src/editldap_basedn.c
9247         * src/vcard.c
9248         * src/jpilot.c
9249         * src/Makefile.am
9250                 included dynamic LDAP queries. improved address
9251                 completion.
9252
9253 2003-03-16 [paul]       0.8.11claws19
9254
9255         * tools/multiwebsearch.pl
9256                 fix a fatal typo
9257
9258 2003-03-16 [christoph]  0.8.11claws18
9259
9260         * src/mimeview.c
9261         * src/plugins/dillo_viewer/dillo_viewer.c
9262         * src/plugins/mathml_viewer/mathml_viewer.c
9263                 make unregistering of MimeViewerFactorys possible
9264
9265 2003-03-16 [alfons]     0.8.11claws17
9266
9267         * configure.ac
9268                 correct typo
9269
9270 2003-03-16 [melvin]     0.8.11claws16
9271
9272         * src/plugins/dillo_viewer.c
9273                 Fixed bug where it was not possible to view more than
9274                 one text/html attachment per message (bug discovered
9275                 by Christoph Hohmann).
9276
9277 2003-03-15 [melvin]     0.8.11claws15
9278
9279         * src/prefs_actions.c
9280                 Fixed compilation warnings.
9281
9282 2003-03-15 [melvin]     0.8.11claws14
9283
9284         * src/plugins/Makefile.am
9285         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9286         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9287         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9288                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9289                 newer (http://dillo.auriga.wearlab.de/).
9290
9291 2003-03-15 [christoph]  0.8.11claws13
9292
9293         * src/imap.c
9294                 don't query imap folder for attributes because we already
9295                 for them from imap_status
9296
9297         * src/mimeview.[ch]
9298                 add support for plugable MimeViewers (unloading Viewers
9299                 not yet complete)
9300
9301         * src/plugins/Makefile.am
9302         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9303         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9304         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9305                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9306                 widget from http://helm.cs.unibo.it/mml-widget/
9307
9308 2003-03-14 [christoph]  0.8.11claws12
9309
9310         * src/folder.[ch]
9311                 o error return code's should better be negative
9312                 o replace printf with debug_print
9313
9314         * src/imap.c
9315                 improve IMAP folder scan by checking UID-NEXT
9316
9317         * src/summaryview.c
9318                 remove check that are unnecessary in my opinion
9319
9320 2003-03-13 [christoph]  0.8.11claws11
9321
9322         * src/folder.[ch]
9323         * src/foldersel.c
9324         * src/folderview.c
9325         * src/imap.c
9326         * src/mbox_folder.c
9327         * src/mh.c
9328         * src/news.c
9329         * src/prefs_scoring.c
9330         * src/summaryview.c
9331                 use a common function to get a displayable name
9332                 for a FolderItem
9333
9334 2003-03-13 [paul]       0.8.11claws10
9335
9336         * tools/Makefile.am
9337           tools/README
9338           tools/multiwebsearch.conf     ** NEW FILE **
9339           tools/multiwebsearch.pl       ** NEW FILE **
9340                 add multiwebsearch Actions script
9341
9342 2003-03-13 [colin]      0.8.11claws9
9343
9344         * src/compose.c
9345                 Remove leading emtpy lines from quoted text
9346                 before quoting it
9347
9348 2003-03-13 [melvin]     0.8.11claws8
9349
9350         * src/prefs_actions.c
9351                 Fixed a memory leak
9352                 Code clean ups
9353                 Added Cancel and OK buttons
9354                 Corrected help text
9355
9356 2003-03-13 [christoph]  0.8.11claws7
9357
9358         * src/account.c
9359         * src/folder.[ch]
9360         * src/imap.c
9361         * src/mainwindow.c
9362         * src/mbox_folder.c
9363         * src/mh.c
9364         * src/news.c
9365         * src/setup.c
9366                 replace more folder type stuff with folder class stuff
9367
9368 2003-03-13 [melvin]     0.8.11claws6
9369
9370         * src/prefs_actions.c
9371                 Added new tokens:
9372                 %u: user provided argument
9373                 %h: user provided argument (hidden on input)
9374                 %s: current text selection in the message view 
9375
9376 2003-03-13 [paul]       0.8.11claws5
9377
9378         * sync with 0.8.11cvs5
9379                 see ChangeLog 2003-03-11, 2003-03-12
9380
9381 2003-03-12 [christoph]  0.8.11claws4
9382
9383         * src/folder.c
9384                 use folder class idstr when writing folderlist.xml
9385
9386         * src/folder.h
9387         * src/imap.c
9388         * src/news.c
9389                 replace folder type checks with folder class checks
9390
9391 2003-03-12 [christoph]  0.8.11claws3
9392
9393         * src/folder.[ch]
9394         * src/imap.[ch]
9395         * src/main.c
9396         * src/mbox_folder.[ch]
9397         * src/mh.[ch]
9398         * src/news.[ch]
9399                 o create a list of known folder classes in the folder system
9400                 o use folder class id strings for folder item identifiers
9401
9402 2003-03-12 [christoph]  0.8.11claws2
9403
9404         * src/imap.c
9405                 fix imap uid validity check
9406
9407 2003-03-12 [christoph]  0.8.11claws1
9408
9409         * src/account.c
9410         * src/folder.[ch]
9411         * src/foldersel.c
9412         * src/folderview.c
9413         * src/imap.c
9414         * src/mainwindow.c
9415         * src/mbox_folder.c
9416         * src/mh.c
9417         * src/news.c
9418         * src/prefs_scoring.c
9419         * src/procmsg.c
9420         * src/setup.c
9421         * src/summaryview.c
9422                 initial restructuring of folder system, seperating
9423                 folders and folder classes
9424
9425 2003-03-12 [paul]       0.8.11claws
9426
9427         0.8.11claws release
9428
9429 2003-03-12 [christoph]
9430
9431         * src/gtk/prefswindow.c
9432                 fix translation of "Page Index"
9433
9434 2003-03-12 [paul]       0.8.10claws110
9435
9436         a sync from 0.8.11cvs4 before the release
9437
9438         * src/common/utils.c
9439                 subject_compare_for_sort(): allow null strings (fixes
9440                 summary sorting).
9441
9442 2003-03-11 [paul]       0.8.10claws109
9443
9444         * po/es.po
9445                 update Spanish translation, submitted by
9446                 Ricardo Mones Lastra
9447
9448 2003-03-11 [melvin]     0.8.10claws108
9449
9450         * po/fr.po
9451                 Updated French translations
9452
9453 2003-03-11 [paul]       0.8.10claws107
9454
9455         * manual/en/Makefile.am
9456           manual/en/*.html
9457                 update English manual, add a new page
9458                 updated by Francois Barriere <fbarriere@atmel.fr>
9459                 
9460         * po/bg.po
9461           po/it.po
9462           po/sr.po
9463                 update Bulgarian, Italian, and Serbian translations
9464                 submitted by George Danchev, Alessandro Maestri, and
9465                 Urke MMI
9466
9467 2003-03-10 [paul]       0.8.10claws106
9468
9469         * src/gtk/about.c
9470           src/gtk/prefswindow.c
9471                 make some strings translatable
9472
9473 2003-03-10 [darko]      0.8.10claws105
9474
9475         * src/compose.c
9476                 code cleanup to make Hiro happy
9477
9478 2003-03-10 [paul]       0.8.10claws104
9479
9480         * sync with 0.8.11cvs2
9481                 see ChangeLog 2003-03-10
9482
9483 2003-03-09 [melvin]     0.8.10claws103
9484
9485         * src/textview.c
9486                 textview_set_font(): fix for message display in
9487                 UTF-8 locales (thanks to Sergey Vlasov).
9488                 (was unintentionnaly reverted in 0.8.6claws6)   
9489
9490 2003-03-08 [darko]      0.8.10claws102
9491
9492         * src/compose.c
9493                 fix infinite loop in wrapping as reported
9494                 by happycactus
9495                 obsoletes patch #696482
9496
9497 2003-03-08 [christoph]  0.8.10claws101
9498
9499         * src/imap.c
9500                 add workaround for IMAP servers that do not
9501                 support the "UID SEARCH UID" command
9502
9503 2003-03-07 [christoph]  0.8.10claws100
9504
9505         * src/plugins/spamassassin/spamassassin.[ch]
9506         * src/plugins/spamassassin/spamassassin_gtk.c
9507                 code cleanup
9508
9509 2003-03-07 [paul]       0.8.10claws99
9510
9511         * po/es.po
9512                 updated Spanish translation, submitted by
9513                 Ricardo Mones Lastra
9514
9515 2003-03-07 [christoph]  0.8.10claws98
9516
9517         * src/send.c
9518                 fix in 0.8.10claws94 was wrong
9519                 local delivery does not require escaping, remove escaping
9520                 code to make signatures of mails with "." lines valid
9521                 
9522                 NOTE: requires that sendmail is executed with "-i" option,
9523                       what is the default now, but has to be changed in all
9524                       exsiting accounts)
9525
9526 2003-03-07 [paul]       0.8.10claws97
9527
9528         * sync with 0.8.11 release
9529                 see ChangeLog 2003-03-07
9530
9531 2003-03-06 [paul]       0.8.10claws96
9532
9533         * src/compose.c
9534                 revert commit 0.8.10claws92
9535
9536 2003-03-06 [paul]       0.8.10claws95
9537
9538         * src/folderview.c
9539                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9540
9541         * src/gtkaspell.c
9542                 fix bug 74, 'Crash opening editor window with pseudo-color
9543                 display'
9544                 
9545         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9546
9547 2003-03-06 [christoph]  0.8.10claws94
9548
9549         * src/send.c
9550                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9551                 all lines starting with a period get an extra period
9552                 inserted
9553                 (found by Simon 'corecode' Schubert)
9554
9555 2003-03-06 [paul]       0.8.10claws93
9556
9557         * src/folderview.c
9558                 if configured font can't be loaded fall back to gtk
9559                 default. (with thanks to Christoph)
9560                 
9561                 closes long-standing bug 15 'Crashes on startup'
9562
9563 2003-03-06 [paul]       0.8.10claws92
9564
9565         * src/compose.c
9566                 freeze text before autosave and thaw afterwards
9567                 fixes bug 67 'autosave make re-rediting message crazy'
9568
9569 2003-03-06 [christoph]  0.8.10claws91
9570
9571         * src/compose.c
9572                 ignore address comment in dupe check for Cc-list
9573
9574         (closes reopened bug 47 Replying to message strips name part of
9575          e-mail addresses of Cc: lines)
9576
9577 2003-03-06 [paul]       0.8.10claws90
9578
9579         * src/Makefile.am
9580                 remove reference to gtkxtext.h as its no longer in
9581                 the repository
9582
9583 2003-03-06 [paul]       0.8.10claws89
9584
9585         * sync with 0.8.10cvs25
9586                 see ChangeLog 2003-03-06
9587
9588 2003-03-06 [oliver]     0.8.10claws88
9589         
9590         * src/messageview.c
9591                 remove include
9592
9593 2003-03-06 [oliver]     0.8.10claws87
9594         
9595         * src/folderview.c 
9596                 remove changes introduced inclaws74
9597         * src/messageview.c
9598                 another attempt to sanely delete and update
9599                 messages deleted in separate messageview
9600
9601 2003-03-05 [christoph]  0.8.10claws86
9602
9603         * src/summaryview.c
9604                 check if "From" matches any account's address if
9605                 addressbook completion of addresses is disabled too
9606
9607         (closes Bug 70 "Display recipient in from" doesn't check
9608          folder's default account)
9609
9610 2003-03-05 [christoph]  0.8.10claws85
9611
9612         * src/compose.c
9613         * src/common/utils.[ch]
9614                 don't strip address comments when building Cc lists
9615
9616         (closes Bug 47 Replying to message strips name part of e-mail addresses
9617          of Cc: lines)
9618
9619         * src/folder.c
9620                 fix return value of copy function
9621
9622 2003-03-05 [christoph]  0.8.10claws84
9623
9624         * src/imap.c
9625                 don't ask imap server for non rfc822 headers
9626
9627         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9628
9629         * src/imap.c
9630                 destroy session on socket error to allow reconnecting
9631
9632 2003-03-05 [christoph]  0.8.10claws83
9633
9634         * configure.ac
9635                 fix building with gnome when no prefix is set
9636
9637         (closes bug 66 Gnome directory is set to NONE)
9638
9639 2003-03-05 [paul]       0.8.10claws82
9640
9641         * sync with 0.8.10cvs23
9642                 see ChangeLog 2003-03-05
9643
9644 2003-03-04 [christoph]  0.8.10claws81
9645
9646         * src/folder.c
9647                 o fix moving and copying when folder returns 0 for new
9648                   message number
9649                 o remove some code for single message copy and move
9650                   operations and use functions for multiple messages
9651
9652         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9653
9654         * src/news.c
9655                 remove unused include
9656
9657 2003-03-04 [paul]       0.8.10claws80
9658
9659         * src/gtk/about.c
9660                 list 'Compiled plugins'
9661
9662 2003-03-03 [christoph]  0.8.10claws79
9663
9664         * src/news.[ch]
9665                 have to multiply the percentage of the current fetch with
9666                 the percentage that it has of the total fetch operation
9667                 for correct values
9668
9669 2003-03-03 [christoph]  0.8.10claws78
9670
9671         * src/news.c
9672                 fix calculation of expected lines for progress indicator
9673
9674 2003-03-03 [christoph]  0.8.10claws77
9675
9676         * src/summaryview.c
9677         * src/common/utils.c
9678                 fix segfault when opening the root news folder
9679
9680 2003-03-03 [christoph]  0.8.10claws76
9681
9682         * src/mainwindow.[ch]
9683         * src/common/Makefile.am
9684         * src/common/progressindicator.[ch]
9685                 add UI independent progress indicator handling
9686
9687         * src/news.[ch]
9688                 use new progress indicator for message info fetching
9689
9690         * src/common/hooks.h
9691                 code cleanup
9692
9693 2003-03-03 [oliver]     0.8.10claws75
9694
9695         * src/toolbar.c
9696         * src/compose.c
9697                 removed commented code
9698
9699 2003-03-03 [oliver]     0.8.10claws74
9700
9701         * src/toolbar.[ch]
9702                 cleanups and refactoring
9703         * src/compose.[ch]
9704                 compose_reply_mode reply & forwarding interface for
9705                 toolbar buttons
9706         * src/folderview.c
9707                 act on messages marked for deletion in folderview_selected
9708                 based on prefs_common.immediate_exec since a message might 
9709                 have been deleted by messageview in a folder we are changing 
9710                 to (does anybody understand what I'm on about ?)
9711
9712 2003-03-03 [oliver]     0.8.10claws73
9713         
9714         * src/messageview.[ch]
9715                 new functions
9716                 - messageview_delete: delete message shown in messagview
9717                 - messageview_update_view: update messageview to currently 
9718                   selected summaryview message
9719                 - add separate messageview to msgview_list in order to update 
9720                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9721         * src/summaryview.[ch]
9722                 summary_get_selection returns a list of selected msgs
9723                 in summaryview
9724         * src/mainwindow.c
9725                 toolbar reply refactoring
9726
9727 2003-03-03 [paul]       0.8.10claws72
9728
9729         * sync with 0.8.10cvs21
9730                 see ChangeLog 2003-03-03
9731
9732 2003-03-02 [christoph]  0.8.10claws71
9733
9734         * src/common/passcrypt.c
9735                 use POSIX includes
9736
9737 2003-03-02 [christoph]  0.8.10claws70
9738
9739         * configure.ac
9740         * src/prefs_account.c
9741         * src/prefs_gtk.[ch]
9742         * src/common/.cvsignore
9743         * src/common/Makefile.am
9744         * src/common/passcrypt.c                ** NEW **
9745         * src/common/passcrypt.h.in             ** NEW **
9746                 Implement password encryption in config files
9747                 using unix encrypt and setkey functions. The crypt
9748                 key can be set as a configure parameter. Old
9749                 passwords will be converted if they do not begin
9750                 with '!'
9751
9752 2003-03-02 [paul]       0.8.10claws69
9753
9754         * src/prefs_account.c
9755                 fix compile error
9756
9757 2003-03-01 [thorsten]   0.8.10claws68
9758
9759         * po/el.po
9760           po/hr.po
9761           po/it.po
9762           po/nl.po
9763           po/sr.po
9764           po/sv.po
9765                 corrected format strings
9766         * po/en_GB.po
9767                 corrected headers
9768                 (fix compile errors with GNU gettext-0.11.5)
9769
9770 2003-03-01 [oliver]     0.8.10claws67
9771
9772         * src/summaryview.c
9773                 menu callbacks call toolbar_menu_reply
9774
9775 2003-03-01 [oliver]     0.8.10claws66
9776
9777         * src/mainwindow.c
9778         * src/messageview.c
9779                 menu callbacks call toolbar_menu_reply
9780         * src/toolbar.[ch]
9781                 callbacks from menu handled by toolbar_menu_reply
9782
9783 2003-03-01 [paul]       0.8.10claws65
9784
9785         * src/addressbook.c
9786                 revert commit 0.8.10claws54 - breaks editing of
9787                 addressbook.
9788                 
9789         * po/bg.po
9790                 update Bulgarian translation, submitted by
9791                 George Danchev
9792
9793 2003-02-28 [christoph]  0.8.10claws64
9794
9795         * src/account.c
9796         * src/addressadd.c
9797         * src/compose.c
9798         * src/gtkaspell.c
9799         * src/gtkxtext.h                ** REMOVE **
9800         * src/imap.c
9801         * src/matcher.[ch]
9802         * src/mh.c
9803         * src/news.c
9804         * src/pine.c
9805         * src/prefs_common.c
9806         * src/prefs_matcher.c
9807         * src/procheader.[ch]
9808         * src/procmsg.[ch]
9809         * src/toolbar.c
9810         * src/common/ssl_certificate.c
9811         * src/gtk/colorlabel.c
9812         * src/gtk/menu.c
9813                 o fix warnings
9814                 o remove code obsoleted by new cache and folder system rework
9815
9816 2003-02-28 [oliver]     0.8.10claws63
9817         
9818         * src/toolbar.[ch]
9819                 * fix bug where reply in Messageview replied to 
9820                 Message displayed in summaryview
9821                 (reportedd via ML by chinatinte at gmx dot ch)
9822                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9823                 didn't work in separate MessageView Toolbar
9824                 (wondering if anybody uses this at all ?)
9825         * src/summaryview.[ch]
9826                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9827                 (generalize reply and forward code);
9828         * src/messageview.c 
9829                 remove focus_in event which updated summaryview to messageview
9830
9831 2003-02-28 [paul]       0.8.10claws62
9832
9833         * po/Makefile.in.in
9834                 add the --check option
9835                 Patch submitted by Ricardo Mones Lastra
9836
9837 2003-02-28 [paul]       0.8.10claws61
9838
9839         * src/prefs_account.c
9840                 re-order 'Signature' items
9841
9842 2003-02-28 [paul]       0.8.10claws60
9843
9844         * sync with 0.8.10cvs20
9845                 see ChangeLog 2003-02-28
9846
9847 2003-02-28 [paul]       0.8.10claws59
9848
9849         * po/POTFILES.in
9850                 update to reflect recent movement of files
9851
9852 2003-02-28 [paul]       0.8.10claws58
9853
9854         * sync with 0.8.10cvs19
9855                 see ChangeLog 2003-02-28
9856
9857 2003-02-27 [martin]     0.8.10claws57
9858
9859         * src/prefs_matcher.c 
9860                 fix segfault in prefs_matcher_ok() when the
9861                 last entry is deleted and prevents that the
9862                 message "entry not saved" comes up after deleting
9863                 an entry
9864
9865 2003-02-27 [martin]     0.8.10claws56
9866
9867         * src/prefs_filtering.c 
9868                 fix segfault in prefs_filtering_ok() when the
9869                 last entry is deleted and prevents that the
9870                 message "entry not saved" comes up after deleting
9871                 an entry
9872
9873 2003-02-27 [paul]       0.8.10claws55
9874
9875         * sync with 0.8.10cvs18
9876                 see ChangeLog 2003-02-27
9877
9878 2003-02-27 [paul]       0.8.10claws54
9879
9880         * src/addressbook.c
9881                 fix bug where the address book crashes with 
9882                 multiple lookups.
9883                 Patch [687729] submitted by David Frager 
9884                 <dbfrager@users.sourceforge.net>
9885
9886 2003-02-25 [christoph]  0.8.10claws53
9887
9888         * src/Makefile.am
9889         * src/colorlabel.[ch]           ** REMOVE **
9890         * src/gtk/Makefile.am
9891         * src/gtk/colorlabel.[ch]       ** NEW **
9892                 move colorlabel files to gtk directory
9893
9894         * src/esmtp.[ch]                ** REMOVE **
9895                 has been merged into smtp.[ch] in 0.7.5
9896
9897 2003-02-25 [christoph]  0.8.10claws52
9898
9899         * src/Makefile.am
9900         * src/about.[ch]                ** REMOVE **
9901         * src/gtk/Makefile.am
9902         * src/gtk/about.[ch]            ** NEW **
9903                 move about files to gtk directory
9904
9905 2003-02-25 [christoph]  0.8.10claws51
9906
9907         * src/folder.c
9908                 some code optimization of folder scanning code
9909
9910         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
9911
9912 2003-02-25 [christoph]  0.8.10claws50
9913
9914         * src/main.c
9915         * src/common/sylpheed.c
9916                 add command line parameter parsing to common code
9917
9918 2003-02-24 [christoph]
9919
9920         * Makefile.am
9921         * configure.ac
9922                 fix gnome prefix problems, the configure script now removed
9923                 `gnome-config --prefix` from `gnome-config --datadir`
9924                 and adds $(prefix} instead
9925
9926         (closes Bug 24 Makefile does not respect prefix when installing
9927          GNOME data)
9928
9929 2003-02-24 [christoph]  0.8.10claws49
9930
9931         * src/news.c
9932                 check for valid session before trying to authenticate
9933
9934         (closes Bug 60 crash if "authenticate on logon" is activated
9935          and newsserver-hostname is not valid)
9936
9937 2003-02-24 [melvin]     0.8.10claws48
9938
9939         * src/prefs_actions.c
9940                 Make sure all user's input is sent to the action and then
9941                 close the socket..
9942
9943 2003-02-23 [alfons]     0.8.10claws46
9944
9945         * src/summaryview.c
9946                 also wait cursor when deleting files
9947
9948 2003-02-23 [paul]
9949
9950         * tools/freshmeat_search.pl
9951           tools/google_search.pl
9952                 scripts should now work for any browser/browser command line
9953
9954 2003-02-22 [christoph]  0.8.10claws45
9955
9956         * src/procmsg.c
9957                 fix IMAP flag setting, IMAP flag is not handled correctly
9958                 anymore by the folder system and information about the
9959                 folder should not be saved in the MsgInfo (in my opinion)
9960
9961         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
9962
9963 2003-02-22 [christoph]  0.8.10claws44
9964
9965         * src/summaryview.c
9966                 fix spelling of "label" ;-)
9967
9968 2003-02-22 [thorsten]   0.8.10claws43
9969
9970         * src/mimeview.c
9971           src/prefs_common.[ch]
9972           src/procmime.[ch]
9973                 do not use description as attachment name
9974
9975 2003-02-22 [alfons]     0.8.10claws42
9976
9977         * src/summaryview.c
9978                 freeze/thaw folder item updates when changing color labels,
9979                 and put a wait cursors on
9980
9981 2003-02-22 [thorsten]   0.8.10claws41
9982
9983         * src/mimeview.c
9984                 save-all fixes: crash if invoked on multipart container,
9985                 mimeinfo access, pathseparators, error dialog
9986
9987 2003-02-21 [alfons]     0.8.10claws40
9988
9989         * src/prefs_gtk.c
9990                 remove unused var
9991
9992 2003-02-21 [colin]      0.8.10claws39
9993
9994         * src/send.c
9995                 Fix smtp logging
9996
9997 2003-02-21 [colin]      0.8.10claws38
9998
9999         * src/summaryview.c
10000                 Freeze/thaw folderItem updates when filtering messages 
10001                 via Tools/Filter messages
10002
10003 2003-02-21 [paul]       0.8.10claws37
10004
10005         * src/compose.c
10006                 revert commit 0.8.10claws26, there are ulterior motives
10007                 for users to set a Reply-To header when posting to
10008                 newsgroups
10009
10010 2003-02-21 [paul]       0.8.10claws36
10011
10012         * sync with 0.8.10cvs17
10013                 see ChangeLog 2003-02-21
10014
10015 2003-02-20 [christoph]  0.8.10claws35
10016
10017         * src/imap.c
10018                 IMAP UID fetch speedup using SEARCH
10019
10020         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
10021
10022         * src/imap.c
10023                 fix problem with UIDs in IMAP UID cache that no longer existed
10024
10025 2003-02-20 [christoph]  0.8.10claws34
10026
10027         * src/imap.c
10028         * src/procheader.c
10029         * src/procheader.h
10030                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
10031
10032         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
10033
10034         * src/imap.c
10035                 Rewrite imap_cmd_gen_recv use sock_getline instead
10036                 of sock_gets to avoid problems with too long reply
10037                 lines
10038     
10039 2003-02-20 [colin]      0.8.10claws33
10040         
10041         * src/prefs_account.c
10042                 Better wording
10043
10044 2003-02-20 [colin]      0.8.10claws32
10045
10046         * src/compose.c
10047                 Remove useless '&& !to_sender' 
10048
10049 2003-02-20 [darko]
10050
10051         * AUTHORS
10052                 change my e-mail address
10053
10054 2003-02-19 [colin]      0.8.10claws31
10055
10056         * src/prefs_common.c
10057                 X11 style colors for every configurable color
10058
10059 2003-02-19 [alfons]     0.8.10claws30
10060
10061         * src/prefs_gtk.[ch]
10062         * src/prefs_common.c
10063                 for color_new accept both plain integers and X11 style color
10064                 names (as found in /usr/lib/X11/rgb.txt)
10065
10066 2003-02-19 [paul]       0.8.10claws29
10067
10068         * src/mainwindow.c
10069                 add tooltips to online/offline button and account selector
10070                 button
10071
10072 2003-02-19 [paul]       0.8.10claws28
10073
10074         * src/folder.c
10075           src/news.c
10076           src/prefs_account.[ch]
10077           src/prefs_common.[ch]
10078                 move 'Maximum number of articles to download' to
10079                 account prefs.
10080                 clean up account prefs gui a little by hiding entries
10081                 rather then greying out entries
10082
10083 2003-02-19 [hiro]       0.8.10claws27
10084
10085         * src/common/utils.c
10086                 fix bug #54 'yesterdays date is displayed in the message 
10087                 summary window'
10088
10089 2003-02-19 [paul]       0.8.10claws26
10090
10091         * src/compose.c
10092                 fix bug reported in Feature Request [688596] 
10093                 'Reply-to header in news'
10094
10095 2003-02-18 [paul]       0.8.10claws25
10096
10097         * src/select-keys.c
10098                 add a 'List all keys' button to key selection dialog
10099
10100 2003-02-18 [colin]      0.8.10claws24
10101         
10102         * src/stock_pixmap.c
10103                 fix compile error
10104
10105 2003-02-18 [colin]      0.8.10claws23
10106
10107         * src/common/smtp.[ch]
10108           src/prefs_account.c
10109                 Try to starttls if it seems to be the only
10110                 way to authenticate a user
10111
10112 2003-02-18 [paul]       0.8.10claws22
10113
10114         * src/Makefile.am
10115           src/folderview.c
10116           src/stock_pixmap.[ch]
10117           src/pixmaps/drafts_close.xpm  ** NEW FILE **
10118           src/pixmaps/drafts_open.xpm   ** NEW FILE **
10119                 as a Drafts folder is a special folder allow it to have
10120                 its own unique icons
10121
10122 2003-02-18 [colin]      0.8.10claws21
10123
10124         * src/imap.c
10125                 Fix port selection when using starttls
10126
10127 2003-02-18 [paul]       0.8.10claws20
10128
10129         * src/mainwindow.c
10130           src/prefs_common.[ch]
10131                 make blue the default new mail colour
10132
10133 2003-02-18 [paul]       0.8.10claws19
10134
10135         * sync with 0.8.10cvs14
10136                 see ChangeLog 2003-02-18
10137
10138 2003-02-17 [jens]       0.8.10claws18
10139
10140         * src/common/md5.c
10141                 fixed a compile problem with gcc 3.3
10142                 works on 2.95.3 too (testet on PPC as it is big endian)
10143
10144 2003-02-17 [paul]       0.8.10claws17
10145
10146         * sync with 0.8.10cvs13
10147                 see ChangeLog 2003-02-17
10148
10149 2003-02-17 [paul]       0.8.10claws16
10150
10151         * sync with 0.8.10cvs12
10152                 see ChangeLog 2003-02-17
10153
10154 2003-02-16 [match]      0.8.10claws15
10155
10156         * src/addressbook.c
10157                 Eliminates reloading of address data when items
10158                 deleted or added. Applied submitted by
10159                 Luke Plant <lukeplant@softhome.net>
10160
10161 2003-02-16 [paul]       0.8.10claws14
10162
10163         * src/news.c
10164                 when a 'protocol error' is encountered disconnect from
10165                 the server. This means that the user can carry on viewing
10166                 other articles and doesn't have to either wait until the
10167                 server timesout or quit sylpheed.
10168                 Fixes bug #53 'Unable to read messages in newsgroups, 
10169                 displayed message doesn't change'
10170
10171 2003-02-15 [christoph]  0.8.10claws13
10172
10173         * src/imap.c
10174                 fix bug that stopped scanning of folders when an
10175                 IMAP folder was empty
10176
10177         (closes bug 46 stop scan messages in folders after empty folder)
10178
10179 2003-02-15 [paul]
10180
10181         * tools/Makefile.am
10182           tools/README
10183           tools/freshmeat_search.pl     ** NEW FILE **
10184           tools/google_search.pl        ** NEW FILE **
10185                 Add 2 Actions scripts which search freshmeat/google
10186                 for the selected text using the browser configured
10187                 in sylpheedrc.
10188                 
10189         Note: These scripts are very dependent on the format of the
10190         browser command and may not work on every occasion. Testing
10191         is welcome. 
10192
10193 2003-02-14 [alfons]     0.8.10claws12
10194
10195         * src/compose.c
10196                 fix breakage because of uninitialized account pointer.
10197                 please verify.
10198
10199 2003-02-14 [paul]       0.8.10claws11
10200
10201         * src/compose.c
10202           src/prefs_account.[ch]
10203           src/prefs_common.[ch]
10204                 move signature settings to Account Prefs
10205
10206 2003-02-14 [paul]       0.8.10claws10
10207
10208         * sync with 0.8.10cvs11
10209                 see ChangeLog 2003-02-14
10210
10211 2003-02-13 [thorsten]   0.8.10claws9
10212
10213         * src/news.c
10214                 revert news progressbar (GUI separation)
10215
10216 2003-02-13 [paul]       0.8.10claws8
10217
10218         * src/compose.c
10219                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
10220                 paragraph 1
10221
10222 2003-02-13 [paul]       0.8.10claws7
10223
10224         * src/compose.[ch]
10225           src/summaryview.c
10226                 fix 'Follow-up and Reply-to' so that it creates a reply to
10227                 the newsgroup and the sender. If the message has the keyword
10228                 'poster' in the Followup-To header, all replies go to the
10229                 sender, re: RFC 1036, Section 2.2.3
10230                 rename all instances of 'ignore_replyto' to 'to_sender', both
10231                 were previously used, now we use just one.
10232
10233 2003-02-13 [paul]       0.8.10claws6
10234
10235         * sync with 0.8.10cvs9
10236                 see ChangeLog 2003-02-13
10237
10238 2003-02-13 [paul]       0.8.10claws5
10239
10240         * configure.ac
10241                 show which plugins are configured in the configure
10242                 output.
10243
10244 2003-02-12 [thorsten]   0.8.10claws4
10245
10246         * src/news.c
10247                 show progress while fetching news headers
10248
10249 2003-02-12 [christoph]  0.8.10claws3
10250
10251         * configure.ac
10252         * src/plugins/Makefile.am
10253                 use AM_CONDITIONAL to enable plugins, automake correctly
10254                 manages this when creating distdir
10255
10256 2003-02-12 [christoph]  0.8.10claws2
10257
10258         * ac/spamassassin.m4
10259         * src/plugins/spamassassin/Makefile.am
10260                 fix building SpamAssassin plugin without OpenSSL
10261
10262 2003-02-12 [paul]       0.8.10claws1
10263
10264         * ac/Makefile.am
10265           src/Makefile.am
10266           src/plugins/Makefile.am
10267                 fix failure of 'make release'
10268
10269 2003-02-12 [paul]       0.8.10claws
10270
10271         * 0.8.10claws released
10272
10273 2003-02-12 [paul]       0.8.9claws56
10274
10275         * po/bg.po
10276           po/es.po
10277           po/it.po
10278           po/ru.po
10279           po/sr.po
10280                 updated translations by George Danchev, Ricardo Mones Lastra,
10281                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10282                 
10283         * sylpheed.spec.in
10284                 Allow the building of RPMs by a regular user. Submitted
10285                 by Sergei Astanin
10286
10287 2003-02-11 [alfons]     0.8.9claws55
10288
10289         * src/colorlabel.c
10290                 don't use pixmaps for label color rect but draw rectangles
10291                 so we can respect the color map of palette based visuals
10292                 (fixes the long time crashes on Suns - thanks to Andreas
10293                 Engel and Steve O'Hara-Smith for testing)
10294
10295 2003-02-11 [christoph]  0.8.9claws54
10296
10297         * src/matcher_parser_parse.y
10298                 correct bug where filering rules of not existing folders in
10299                 matcherrc were added to global filtering
10300                 
10301         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10302          main filter-rules after removing directory, http://bugs.debian.org/180253)
10303         
10304 2003-02-11 [paul]       0.8.9claws53
10305
10306         * sync with 0.8.10cvs7
10307                 see ChangeLog 2003-02-09
10308
10309 2003-02-11 [melvin]     0.8.9claws52
10310
10311         * po/fr.po
10312                 Updated French tranlsations
10313
10314 2003-02-10 [paul]       0.8.9claws51
10315
10316         * sylpheed.spec.in
10317                 correct --enable-openssl
10318                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10319
10320 2003-02-09 [martin]     0.8.9claws50
10321
10322         * src/prefs_matcher.c
10323                 fix segfault in prefs_matcher_substitute_cb() when
10324                 no row is selected
10325
10326 2003-02-09 [paul]       0.8.9claws49
10327
10328         * src/folderview.c
10329                 fix bug where a newsgroup folder's processing rules were
10330                 merged with the global filtering rules when the newsgroup
10331                 folder was deleted, causing some seriously bad results,
10332                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10333
10334 2003-02-08 [melvin]     0.8.9claws48
10335
10336         * src/compose.c
10337                 Corrected and modified an alert message.
10338
10339 2003-02-07 [paul]       0.8.9claws47
10340
10341         * src/folderview.c
10342                 fix bug where both an 'Account properties' window and a
10343                 'Folder properties' window were opened when clicking on
10344                 'Properties' in an NNTP or IMAP folder's popup menu.
10345
10346 2003-02-07 [paul]       0.8.9claws46
10347
10348         * sync with 0.8.10cvs6
10349                 see ChangeLog 2003-02-06
10350
10351 2003-02-06 [christoph]  0.8.9claws45
10352
10353         * src/mbox.c
10354                 freeze folder updates while importing mbox files
10355                 (closes bug 43 importing mbox took hours)
10356                 
10357         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10358
10359 2003-02-06 [thorsten]   0.8.9claws44
10360
10361         * po/de.po
10362                 Updated german translations
10363
10364 2003-02-06 [thorsten]   0.8.9claws43
10365
10366         * src/news.h
10367                 use guint for message numbers (fix count in grouplist dialog)
10368
10369 2003-02-05 [paul]       0.8.9claws42
10370
10371         * sync with 0.8.10cvs2
10372                 see ChangeLog 2003-02-05
10373
10374 2003-02-04 [colin]      0.8.9claws41
10375
10376         * src/prefs_common.[ch]
10377           src/procmsg.c
10378           src/summaryview.c
10379                 Add an option to disable threading by subject
10380
10381 2003-02-04 [christoph]  0.8.9claws40
10382
10383         * src/inc.c
10384                 only abort fetching mails from multiple accounts when the
10385                 error is fatal and does not allow to check any more accounts
10386                 (currently only disk full error)
10387
10388         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10389          receive mails for other accouts)
10390
10391 2003-02-04 [christoph]  0.8.9claws39
10392
10393         * src/folder.c
10394                 first add the new message to the cache, then
10395                 send the update notification
10396
10397         (closes bug 39 after sending message folderview doesnt get updated)
10398
10399 2003-02-04 [colin]      0.8.9claws38
10400
10401         * src/inc.c
10402                 _really_ fix this Connecting... status
10403
10404 2003-02-04 [paul]       0.8.9claws37
10405
10406         * sync with 0.8.10
10407                 see ChangeLog 2003-02-04
10408
10409 2003-02-04 [paul]       0.8.9claws36
10410
10411         * sync with 0.8.9cvs6
10412                 see ChangeLog 2003-02-03
10413
10414 2003-02-04 [paul]       0.8.9claws35
10415
10416         * po/pt_BR.po
10417                 updated by André Filipe de Assunção e Brito 
10418                 <bedecko@netsite.com.br>
10419
10420 2003-02-03 [thorsten]   0.8.9claws34
10421
10422         * po/de.po
10423                 Updated german translations
10424
10425 2003-02-02 [paul]       0.8.9claws33
10426
10427         * po/es.po
10428                 updated by Ricardo Mones Lastra
10429
10430 2003-02-02 [thorsten]   0.8.9claws32
10431
10432         * src/mh.c
10433                 Fix mh_get_msginfo() segfault if file is inaccessible
10434
10435 2003-01-31 [colin]      0.8.9claws31
10436
10437         * src/procheader.c
10438                 Fix last commit's bug
10439
10440 2003-01-31 [colin]      0.8.9claws30
10441
10442         * src/procheader.c
10443                 Missing a change for gpg-signed messages
10444
10445 2003-01-31 [paul]       0.8.9claws29
10446
10447         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10448           src/procheader.c
10449           src/stock_pixmap.[ch]
10450           src/summaryview.c
10451                 indicate GnuPG signed messages by displaying an icon
10452                 in the Attachment column.
10453
10454 2003-01-31 [paul]       0.8.9claws28
10455
10456         * sync with 0.8.9cvs4
10457                 see ChangeLog 2003-01-31
10458
10459 2003-01-31 [alfons]     0.8.9claws27
10460
10461         * src/textview.c
10462                 tune URI parser to accept mailto URLs with a '?'
10463                 (patch from Ruslan Balkin)
10464
10465 2003-01-31 [colin]      0.8.9claws26
10466
10467         * src/summaryview.c
10468                 Fix a leak introduced in claws24
10469
10470 2003-01-31 [colin]      0.8.9claws25
10471
10472         * src/summaryview.c
10473                 Freeze/Thaw folder updates when deleting dups
10474
10475 2003-01-31 [colin]      0.8.9claws24
10476         
10477         * src/addr_compl.c
10478           src/summaryview.c
10479           src/msgcache.c
10480                 little speed improvements
10481
10482 2003-01-31 [colin]      0.8.9claws23
10483
10484         * src/summaryview.c
10485                 Fix segfault when forwarding nothing
10486                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10487                 
10488 2003-01-30 [paul]       0.8.9claws22
10489
10490         * sync with 0.8.9cvs3
10491                 see ChangeLog 2003-01-30
10492
10493 2003-01-30 [paul]       0.8.9claws21
10494
10495         * sync with 0.8.9cvs2
10496                 see ChangeLog 2003-01-30
10497
10498 2003-01-29 [paul]       0.8.9claws20
10499
10500         * sync with 0.8.9cvs1
10501                 see ChangeLog 2003-01-29
10502
10503 2003-01-28 [paul]       0.8.9claws19
10504
10505         * po/POTFILES.in
10506                 update to reflect changes. 
10507                 thanks to Ricardo Mones Lastra
10508
10509 2003-01-27 [christoph]  0.8.9claws18
10510
10511         * ac/openssl.m4
10512         * ac/spamassassin.m4
10513         * src/plugins/spamassassin/README
10514         * src/plugins/spamassassin/libspamc.[ch]
10515         * src/plugins/spamassassin/utils.[ch]
10516                 updated to latest libspamc
10517
10518 2003-01-27 [christoph]  0.8.9claws17
10519
10520         * src/folder.c
10521                 fix wrong use of procheader_get_header_fields
10522
10523 2003-01-27 [christoph]  0.8.9claws16
10524
10525         * src/news.c
10526         * src/prefs_account.[ch]
10527         * src/common/nntp.[ch]
10528                 allow to force authentication for NNTP servers
10529
10530         Patch submitted by Florian Mickler <dmk@d-labs.de>
10531
10532 2003-01-26 [paul]       0.8.9claws15
10533
10534         * src/summaryview.c
10535                 speed up of marking messages as read
10536                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10537
10538 2003-01-26 [christoph]  0.8.9claws14
10539
10540         * src/Makefile.am
10541         * src/mgutils.[ch]              ** REMOVE **
10542         * src/xml.[ch]                  ** REMOVE **
10543         * src/xmlprops.[ch]             ** REMOVE **
10544         * src/common/Makefile.am
10545         * src/common/mgutils.[ch]       ** NEW **
10546         * src/common/xml.[ch]           ** NEW **
10547         * src/common/xmlprops.[ch]      ** NEW **
10548                 move xml files to common directory
10549
10550 2003-01-26 [christoph]  0.8.9claws13
10551
10552         * src/plugins/spamassassin/spamassassin_gtk.c
10553                 only set gtk entry text if string is available
10554
10555 2003-01-26 [melvin]     0.8.9claws12
10556
10557         * src/description_window.c
10558                 Allow resizing of the window
10559                 Allow automatic horizontal scroll bar
10560                 Do not vertically expand and fill
10561
10562 2003-01-26 [christoph]  0.8.9claws11
10563
10564         * src/Makefile.am
10565         * src/gtkutils.[ch]             ** REMOVE **
10566         * src/common/sylpheed.c
10567         * src/gtk/Makefile.am
10568         * src/gtk/description_window.c
10569         * src/gtk/gtkutils.[ch]         ** NEW **
10570         * src/gtk/prefswindow.c
10571                 move gtkutils to gtk directory
10572
10573 2003-01-26 [paul]       0.8.9claws10
10574
10575         * src/summaryview.c
10576                 rename summary_unread_clicked() to summary_status_clicked()
10577
10578 2003-01-26 [melvin]     0.8.9claws9
10579
10580         * src/prefs_actions.c
10581                 Cosmetical changes to the help text
10582
10583 2003-01-26 [paul]       0.8.9claws8
10584
10585         * src/folder.[ch]
10586           src/mainwindow.c
10587           src/prefs_common.c
10588           src/prefs_sumamry_column.c
10589           summaryview.[ch]
10590                 rename the 'Unread' column to 'Status'
10591
10592 2003-01-25 [match]      0.8.9claws7
10593
10594         * src/mgutils.[ch]
10595                 removed reference to LDAP constants. removed error2string.
10596                 included functions to support LDAP dynamic queries.
10597         * src/syldap.h
10598                 moved LDAP constants here.
10599         * src/addressbook.c
10600         * src/addrindex.c
10601         * src/importldif.c
10602                 removed references to LDAP constants and references to
10603                 error2string.
10604
10605 2003-01-25 [paul]       0.8.9claws6
10606
10607         * src/summaryview.c
10608                 summary_thread_build(), summary_thread_init(): remove 
10609                 unneeded reference to summaryview->folder_item
10610
10611 2003-01-25 [christoph]  0.8.9claws5
10612
10613         * src/gtk/description_window.c
10614                 o allow description texts to expand over multiple columns
10615                 o translate all columns
10616         * src/prefs_actions.c
10617                 change syntax description to use new multi column feature
10618
10619         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10620
10621 2003-01-25 [match]      0.8.9claws4
10622
10623         * src/vcard.c
10624                 fixed bug with Quoted-Printable
10625
10626 2003-01-25 [paul]       0.8.9claws3
10627
10628         * src/folder.[ch]
10629           src/summaryview.[ch]
10630                 implement per-folder collapsed/expanded threads setting
10631                 
10632         * src/prefs_common.c
10633                 remove global collapsed/expanded threads option
10634
10635 2003-01-25 [christoph]  0.8.9claws2
10636
10637         * po/POTFILES.in
10638                 add pluginwindow and prefswindow
10639         * src/compose.c
10640                 make send respond correctly to messages that could be added
10641                 to the queue folder, but the UID of the message is unknown
10642         * src/folder.c
10643         * src/imap.c
10644                 don't return guessed UIDs in imap_add_msg anymore. We return
10645                 0 to tell the folder system it was appened but the UID is
10646                 unknown. Folder system now get's the UID by scaning the folder
10647                 and searching the cache for the Message-ID
10648                 (closes bug #29 Messages queued, but not sent)
10649
10650 2003-01-25 [paul]       0.8.9claws1
10651
10652         * src/codeconv.c
10653                 conv_encode_header():  fix bug when long headers with 8-bit
10654                 characters are used, so that the encoded words are wrapped.
10655                 If the space in the original text falls on the wrap boundary,
10656                 it can be lost.
10657                 Patch by Sergey Vlasov.
10658                 
10659         * src/folderview.c
10660                  fix bug where a change to the sorting method or thread view
10661                  of a folder's messages is lost if simpify-subject is set and
10662                  toggled on or off.
10663                  Patch by Luke Plant.
10664
10665 2003-01-24 [paul]       0.8.9claws
10666
10667         * sylpheed-0.8.9claws released
10668         
10669         * Makefile.am
10670           sylpheed.spec.in
10671                 remove reference to 'INSTALL.jp'
10672
10673 2003-01-23 [paul]       0.8.8claws128
10674
10675         * po/es.po
10676           po/it.po
10677           po/ru.po
10678           po/sr.po
10679                 updated translations. submitted by Ricardo Mones Lastra,
10680                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10681
10682 2003-01-23 [colin]      0.8.8claws127
10683
10684         * src/compose.c
10685                 Fix drafted and queued news articles re-edition
10686
10687 2003-01-23 [melvin]     0.8.8claws126
10688
10689         * po/fr.po
10690                 Updated French translations
10691
10692 2003-01-23 [colin]      0.8.8claws125
10693
10694         * src/inc.c
10695                 Fix "Connecting to..." status message
10696
10697 2003-01-22 [paul]       0.8.8claws124
10698
10699         * po/bg.po
10700                 updated by George Danchev
10701                 
10702         * src/folder.c
10703                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10704                 and folder deletion
10705
10706 2003-01-21 [paul]       0.8.8claws123
10707
10708         * po/bg.po
10709                 updated by George Danchev
10710                 
10711         * src/about.c
10712                 its now 2003
10713                 
10714         * src/toolbar.c
10715                 don't translate 'Separator'
10716                 
10717         * src/plugins/spamassassin/Makefile.am
10718                 add aspell to CPPFLAGS
10719                 
10720         * src/plugins/spamassassin/spamassassin.c
10721           src/plugins/spamassassin/spamassassin_gtk.c
10722                 set correct default for spamassassin_receive_spam
10723                 slightly re-word descriptions and some
10724                 other minor changes
10725
10726 2003-01-19 [alfons]     0.8.8claws122
10727                 
10728         * src/mimeview.c
10729                 mimeview_save_as(): we might as well show the file name for
10730                 the single case "Save As" too
10731
10732 2003-01-19 [alfons]     0.8.8claws121
10733
10734         * src/crash.c
10735                 change bug tracker URL to bugzilla URL
10736
10737 2003-01-19 [alfons]     0.8.8claws120
10738
10739         * src/mimeview.c
10740                 mimeview_save_all(): display name of file before overwriting;
10741                 continue saving all, even when one overwrite was cancelled
10742
10743 2003-01-19 [christoph]  0.8.8claws119
10744
10745         * src/summaryview.c
10746         * src/procmsg.[ch]
10747                 fix wrong usage of procmsg_find_children in summaryview
10748                 by using procmsg_update_unread_children instead of
10749                 summaryview_update_unread_children
10750
10751 2003-01-19 [christoph]  0.8.8claws118
10752
10753         * src/procmsg.c
10754                 fix infinite loop in procmsg_find_children
10755                  (closes bug #25 sylpheed crashes on delete.)
10756
10757         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10758
10759 2003-01-19 [paul]       0.8.8claws117
10760
10761         * po/pt_BR.po
10762                 updated by Ivan Francolin Martinez
10763
10764 2003-01-18 [melvin]     0.8.8claws116
10765
10766         * src/prefs_actions.c
10767                 Removed syntax limitation of only one '&' at the end of command.
10768                         Now actions that contain '>/dev/null 2>&1' are possible.
10769
10770 2003-01-18 [melvin]     0.8.8claws115
10771
10772         * src/prefs_actions.c
10773                 Actions IO dialog: when the action ends
10774                 the "Close" button now has focus and [Escape] closes the
10775                 window.
10776
10777 2003-01-18 [christoph]  0.8.8claws114
10778
10779         * src/procmsg.c
10780                 o add debug output when MsgInfos are really freed
10781                 o free GSLists in procmsg_find_children and
10782                   procmsg_update_unread_children
10783
10784 2003-01-18 [christoph]  0.8.8claws113
10785
10786         * src/mainwindow.c
10787                 reorder Configuration menu
10788
10789 2003-01-18 [christoph]  0.8.8claws112
10790
10791         * src/compose.c
10792                 fix applying templates to forwarded messages
10793
10794         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10795
10796 2003-01-17 [christoph]  0.8.8claws111
10797
10798         * src/folder.c
10799                 destroy folder items, when a folder item is removed
10800
10801 2003-01-17 [christoph]  0.8.8claws110
10802
10803         * src/folder.c
10804                 fix wrong folder stats update when ignored message is
10805                 deleted
10806
10807 2003-01-17 [colin]      0.8.8claws109
10808         
10809         * src/mainwindow.c
10810         * src/summaryview.c
10811                 Quicksearch bugfixes: 
10812                 - hide help button at startup if not extended
10813                 - switch to extended when looking for replies
10814
10815 2003-01-17 [paul]
10816
10817         * sync with 0.8.9 release
10818
10819 2003-01-17 [paul]       0.8.8claws108
10820
10821         * sync with 0.8.8cvs11
10822                 see ChangeLog 2003-01-17
10823
10824 2003-01-16 [colin]      0.8.8claws107
10825
10826         * src/procmsg.c
10827                 Changed encryption test to re-ask passphrase
10828                 if an encrypted message hasn't been decrypted
10829                 Fixes bug #5
10830
10831 2003-01-16 [christoph]  0.8.8claws106
10832
10833         * src/prefs_gtk.c
10834         * src/prefs_toolbar.c
10835         * src/gtk/prefswindow.h
10836         * src/plugins/spamassassin/spamassassin_gtk.c
10837                 remove page destroy function that is not used anymore
10838
10839 2003-01-16 [paul]       0.8.8claws105
10840
10841         * sync with 0.8.8cvs9
10842                 see ChangeLog 2002-01-16
10843
10844 2003-01-16 [colin]      0.8.8claws104
10845
10846         * src/compose.[ch]
10847                 Fix bug with autosaved drafts for IMAP, when draft
10848                 folder is specified - fixes bugzilla bug #20
10849
10850 2003-01-15 [paul]       0.8.8claws103
10851
10852         * src/compose.[ch]
10853           src/procmsg.c
10854                 store folder and message-id of message forwarding
10855                 in queue header and set forward flag after sending
10856
10857 2003-01-15 [paul]       0.8.8claws102
10858
10859         * sync with 0.8.8cvs8
10860                 see ChangeLog 2002-01-15
10861
10862 2003-01-15 [colin]      0.8.8claws101
10863
10864         * src/Makefile.am
10865                 Fix linking with GNU libiconv
10866
10867 2003-01-15 [darko]      0.8.8claws100
10868
10869         * src/pine.c
10870                 fix crash when importing pine address book
10871                 entry with an empty name (reported by DY
10872                 <dybulk at tri8.net>)
10873
10874 2003-01-14 [paul]       0.8.8claws99
10875
10876         * configure.in  ** REMOVED **
10877           configure.ac  ** NEW FILE **
10878                 rename configure.in to configure.ac, as it is now
10879                 preferred
10880
10881 2003-01-14 [melvin]     0.8.8claws98
10882
10883         * src/folderview.c
10884                 folderview_check_new(): More precise function description
10885
10886 2003-01-14 [melvin]     0.8.8claws97
10887
10888         * src/folderview.c
10889                 folderview_check_new(): return the number of new messages 
10890                         since last check.
10891         * src/inc.c
10892                 inc_account_mail(): Disable counting of new messages for IMAP
10893                         and NNTP until bug [19] and [14] are fixed.
10894
10895 2003-01-14 [paul]       0.8.8claws96
10896
10897         * sync with 0.8.8cvs6
10898                 see ChangeLog 2003-01-14
10899
10900 2003-01-13 [alfons]     0.8.8claws95
10901
10902         * src/textview.c
10903                 tune email address validation (c. 0.8.8claws89): if . is 
10904                 just one char away from @, the address is invalid too 
10905                 (correctly rejects addresses like foo@.com)
10906
10907 2003-01-13 [paul]       0.8.8claws94
10908
10909         * src/messageview.c
10910           src/toolbar.c
10911                 fixes to the Message View toolbar and menu:
10912                 fix non-functioning Forward button
10913                 make Reply button consider default_reply_list
10914                 remove 'Follow-up...' menu entry
10915                 add 'Forward' and 'Redirect' menu entries
10916
10917 2003-01-13 [melvin]     0.8.8claws93
10918
10919         * src/inc.c
10920                 Fixed typo that could make new messages count incorrect.
10921
10922 2003-01-13 [melvin]     0.8.8claws92
10923
10924         * src/folderview.[ch]
10925                 folderview_check_new(): return the number of new messages.
10926         * src/inc.c
10927                 Should fix bug [14] where new mail notification worked 
10928                         incorrectly with IMAP accounts.
10929                 inc_spool_account(): return number of new msgs, or -1 on error
10930                 inc_all_spool(): return number of new msgs
10931                 
10932 2003-01-13 [melvin]     0.8.8claws91
10933
10934         * src/prefs_actions.c
10935                 Justify help text.
10936
10937 2003-01-12 [thorsten]   0.8.8claws90
10938
10939         * src/common/prefs.c
10940                 close file before rename
10941
10942 2003-01-12 [alfons]     0.8.8claws89
10943
10944         * AUTHORS
10945                 add Christian Mertes
10946         * src/common/utils.[ch]
10947                 g_stricase_hash(), g_stricase_equal(): functions for 
10948                 case insensitive hash tables
10949         * src/textview.c
10950                 use top level domain names to validate email address, based
10951                 on a patch by Christian Mertes (thanks!), but changed 
10952                 implementation to use a hash table 
10953
10954 2003-01-12 [paul]       0.8.8claws88
10955
10956         * po/bg.po
10957                 updated by George Danchev
10958
10959 2003-01-12 [alfons]     0.8.8claws87
10960
10961         * src/summaryview.c
10962                 delete / execute performance: use new style folder update
10963
10964 2003-01-12 [paul]       0.8.8claws86
10965
10966         * sync with 0.8.8cvs5
10967                 see ChangeLog 2003-01-13 (!)
10968
10969 2003-01-12 [alfons]     0.8.8claws85
10970
10971         * src/filtering.c
10972         * src/matcher_parser_parse.y
10973                 prepare change_score filtering action
10974         * src/matcher.[ch]
10975                 give up const-correctness on functions that call non-const-correct functions;
10976                 several casts to gpointer in g_free();
10977                 add change_score;
10978
10979 2003-01-12 [christoph]  0.8.8claws84
10980
10981         * src/compose.c
10982                 fix 2 warnings
10983
10984         * src/gtk/prefswindow.[ch]
10985         * src/plugins/spamassassin/spamassassin_gtk.c
10986                 changed the call of the widget create function
10987                 for PrefsPages, because sometimes the widget
10988                 create function needs a widget that already has
10989                 been attached to a window (to create GDK pixmaps
10990                 for exmaple). So we simply pass the GtkWindow as
10991                 the second parameter now.
10992
10993         * src/main.c
10994         * src/mainwindow.c
10995         * src/prefs_toolbar.[ch]
10996                 rewrite Toolbar Preferences using the new
10997                 prefs window
10998
10999 2003-01-11 [alfons]     0.8.8claws83
11000
11001         * src/addressadd.c
11002                 fix crash when adding sender to addressbook because status bar
11003                 isn't there (the status bar doesn't seem to be used though,
11004                 but I'll let Match decide what to do with it)
11005
11006 2003-01-11 [colin]      0.8.8claws82
11007
11008         * src/main.c
11009           src/toolbar.c
11010                 Two useless changes reversed
11011
11012 2003-01-11 [colin]      0.8.8claws81
11013
11014         * src/mainwindow.c
11015           src/mainwindow.h
11016                 Add mainwindow_get_mainwindow()
11017         * src/alertpanel.c
11018           src/alertpanel.h
11019                 Add alertpanel_error_log() 
11020         * src/compose.c
11021           src/inc.c
11022           src/messageview.c
11023           src/toolbar.c
11024           src/main.c
11025           src/procmsg.c
11026                 Network errors get a View Log button
11027
11028 2003-01-10 [alfons]     0.8.8claws80
11029
11030         * src/prefs_toolbar.c
11031         * src/toolbar.c
11032                 use the translatable string for "Separator" as file name for
11033                 separator toolbar items (probably make this uppercase?)
11034
11035 2003-01-10 [alfons]     0.8.8claws79
11036
11037         * src/prefs_toolbar.c
11038                 put right A_SEPARATOR description string in "displayed
11039                 toolbar items list" so manually added separators are
11040                 saved correctly (bug #10, "Adding a separator to the main 
11041                 toolbar fails, entry in xml file is wrong")
11042
11043 2003-01-10 [christoph]  0.8.8claws78
11044
11045         * src/imap.c
11046                 o fix warnings
11047                 o use CAPABILITY to check if NAMESPACE is available
11048
11049 2003-01-10 [christoph]  0.8.8claws77
11050
11051         * src/imap.[ch]
11052                 apply UIDPLUS IMAP extension support patch
11053
11054         Patch submitted by Simon 'corecode' Schubert
11055
11056 2003-01-10 [paul]       0.8.8claws76
11057
11058         * src/folderview.c
11059                 a sync from main which fixes the news account folders'
11060                 Properties bug
11061
11062 2003-01-10 [christoph]  0.8.8claws75
11063
11064         * src/folder.c
11065                 don't accept 0 as a valid uid returned by copy and move
11066                 functions. 0 means the message was copied or moved but the
11067                 new uid could not be fetched. It is not an error condition
11068                 for the copy or move operation.
11069
11070 2003-01-10 [paul]       0.8.8claws74
11071
11072         * src/prefs_filtering.c
11073                 change English used in Alert when entry is not
11074                 saved.
11075                 
11076         * sync with 0.8.8cvs4
11077                 see ChangeLog 2003-01-10
11078
11079 2003-01-10 [darko]      0.8.8claws73
11080
11081         * src/pine.c
11082                 fix crash when importing address book entry
11083                 without a valid address
11084
11085 2003-01-09 [alfons]     0.8.8claws72
11086
11087         * src/inc.c
11088                 filtering performance: use new style folder update
11089
11090 2003-01-09 [christoph]  0.8.8claws71
11091
11092         * src/compose.c
11093         * src/gtk/menu.[ch]
11094                 fix wrong selecting of mime encoding type, when
11095                 opening property dialog of attachments in the
11096                 compose window. 7bit was always selected and that
11097                 destoryed files with 8bit data.
11098                 (closes bug #9 Sylpheed-claws destroys attachments when
11099                  changing MIME-types)
11100
11101 2003-01-09 [paul]       0.8.8claws70
11102
11103         * sync with 0.8.8cvs3
11104                 see ChangeLog 2003-01-09
11105
11106 2003-01-08 [alfons]     0.8.8claws69
11107         
11108         * src/addressadd.c
11109                 apply patch by Kim Schulz to fix build breakage
11110                 because of missing variable
11111
11112 2003-01-08 [paul]       0.8.8claws68
11113
11114         * sync with 0.8.8cvs2
11115                 see ChangeLog 2002-01-08
11116
11117 2003-01-08 [paul]       0.8.8claws67
11118
11119         * po/it.po
11120                 updated by Alessandro Maestri
11121                 
11122         * src/addressadd.c
11123                 when using 'Add sender to addressbook' allow
11124                 name to be edited and remarks to be entered
11125                 Patch submitted by Luke Plant
11126
11127 2003-01-08 [darko]      0.8.8claws66
11128
11129         * README.claws, src/summaryview.c
11130                 fix description for marked messages
11131
11132 2003-01-08 [paul]
11133
11134         * tools/Makefile.am
11135           tools/launch_phoenix  ** NEW FILE **
11136                 add script that enables using Phoenix as the default
11137                 web browser. 
11138                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
11139                 
11140         * tools/OOo2sylpheed.pl
11141                 remove full path to sylpheed executable, just 'sylpheed'
11142                 will do
11143                 
11144         * tools/README
11145                 add launch_phoenix informtion and re-arrange and compress
11146                 the data a little
11147
11148 2003-01-07 [christoph]  0.8.8claws65
11149
11150         * src/folder.c
11151                 fix update for source folder when moving messages
11152         * src/procmsg.[ch]
11153         * src/summaryview.c
11154                 use function to set to_folder for message infos and
11155                 automatically update the op_count for old and new
11156                 folder
11157
11158 2003-01-07 [melvin]     0.8.8claws64
11159
11160         * src/prefs_actions.c
11161                 Fixed bug where an '%p' Action on a displayed image crashed 
11162                         Sylpheed
11163                 Code clean up (get rid of duplicated code and removed unnecessary 
11164                                 structure member)
11165
11166 2003-01-07 [christoph]  0.8.8claws63
11167
11168         * src/compose.c
11169         * src/folder.[ch]
11170         * src/folderview.c
11171         * src/import.c
11172         * src/inc.c
11173         * src/main.c
11174         * src/mainwindow.c
11175         * src/messageview.c
11176         * src/prefs_folder_item.c
11177         * src/procmsg.c
11178         * src/summaryview.c
11179         * src/toolbar.c
11180                 o remove all folder update triggering from the UI code. The folder
11181                   system should know much better when a folder needs an update.
11182                 o to prevent multiple updates in a row the folder updates can be
11183                   frozen for some time.
11184
11185                 Note: - Please verify that no updates are missing
11186                       - Check where freeze/thaws should be added
11187
11188 2003-01-07 [christoph]  0.8.8claws62
11189
11190         * src/prefs_actions.c
11191                 don't translate empty strings
11192
11193         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11194
11195 2003-01-06 [christoph]  0.8.8claws61
11196
11197         * src/prefs_actions.c
11198                 mark strings for gettext
11199         * src/prefs_matcher.c
11200                 use new description window for Execute action and
11201                 match condition in Filtering
11202
11203         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11204
11205 2003-01-06 [alfons]     0.8.8claws60
11206
11207         keep myself inspired to re-organize matcher part 8; 
11208         yes, more to come (I need to move out the descriptive
11209         text for actions to matcher.c, or at least make it not
11210         depend on the wicked ordering)
11211
11212         * src/prefs_matcher.c
11213                 add documentation so others may comprehend the
11214                 UI part of the conditions
11215                 
11216 2003-01-06 [christoph]  0.8.8claws59
11217
11218         * src/prefs_actions.c
11219                 use new description window for syntax help
11220         * src/gtk/description_window.c
11221                 fix display of descriptions with column count != 2
11222
11223         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11224
11225 2003-01-06 [christoph]  0.8.8claws58
11226
11227         * src/quote_fmt.c
11228         * src/summaryview.[ch]
11229         * src/gtk/Makefile.am
11230         * src/gtk/description_window.[ch]       ** NEW **
11231                 use a generic window to display syntax descriptions
11232                 currently used in quote_fmt and summaryview (new description
11233                 for extended quick search)
11234
11235         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11236
11237 2003-01-06 [paul]       0.8.8claws57
11238
11239         * sync with 0.8.8cvs1
11240                 see ChangeLog 2003-01-06
11241
11242 2003-01-06 [christoph]  0.8.8claws56
11243
11244         * src/mainwindow.c
11245         * src/prefs_gtk.[ch]
11246         * src/gtk/prefswindow.[ch]
11247         * src/plugins/spamassassin/spamassassin_gtk.c
11248                 o remove page management from prefswindow, pages
11249                   will be an argument to prefswindow_open
11250                 o prefswindow_open gets a datapointer that is
11251                   passed to the widget_create function to allow
11252                   creation of prefswindow for specific items
11253
11254 2003-01-06 [colin]      0.8.8claws55
11255         
11256         * src/summaryview.c
11257                 We don't want regexp in the reply-finder, 
11258                 because MIDs can contain !,$,. and so on
11259
11260 2003-01-06 [jens]       0.8.8claws54
11261
11262         * src/jpilot.c
11263                 fixed a wrong free in jpilot_read_db_files
11264
11265 2003-01-06 [alfons]     0.8.8claws53
11266
11267         re-organize matcher part 8; more to come
11268        
11269         * src/matcher.c
11270                 matcherprop_to_string(): put g_free()s before the
11271                 switch-case break to fix memleaks                
11272
11273 2003-01-06 [colin]      0.8.8claws52
11274
11275         * src/summaryview.c
11276                 cleanup & reply-finder now displays the first 
11277                 matching message
11278
11279 2003-01-05 [alfons]     0.8.8claws51
11280
11281         re-organize matcher part 7; more to come
11282
11283         * src/matcher.[ch]
11284                 fixes for constant correctness;
11285                 more documentation;
11286
11287 2003-01-05 [alfons]     0.8.8claws50
11288
11289         re-organize matcher part 6; more to come
11290         
11291         * src/matcher.[ch]
11292                 fixes for constant correctness;
11293                 more documentation;
11294         * src/filtering.c
11295                 fix for constant correctness
11296
11297 2003-01-05 [colin]      0.8.8claws49
11298
11299         * src/account.[ch]
11300                 Add account_get_reply_account function
11301         * src/compose.c
11302                 Use account_get_reply_account function 
11303         * src/summaryview.c
11304                 Basic reply-finder - click on the replied
11305                 icon gets you to the outbox using quick-search
11306
11307 2003-01-05 [paul]       0.8.8claws48
11308
11309         * src/prefs_common.c
11310                 small change to English
11311                 
11312         * src/prefs_filtering.c
11313                 prefs_filtering_action_select(): improve logic and uniformity
11314                 of gui
11315
11316 2003-01-05 [alfons]     0.8.8claws47
11317
11318         fine tune solution to focus problems (bug #7)
11319
11320         * src/mainwindow.c
11321                 mainwindow_focus_in_event(): remove grab event check
11322         * src/summaryview.c
11323                 summary_button_pressed(): move selection on right-click
11324                 too. we can't possibly move the selection back after
11325                 canceling a dialog, because gtk's incomplete focus 
11326                 management. whether this is a good solution, only time
11327                 will tell.
11328
11329 2003-01-05 [christoph]  0.8.8claws46
11330
11331         * src/imap.c
11332                 fix crash when no imap connection could be established
11333
11334 2003-01-05 [paul]       0.8.8claws45
11335
11336         * src/mainwindow.c
11337           src/sumamryview.c
11338           src/gtk/menu.[ch]
11339                 fix bug 605957 'shortcuts in popup-menu'
11340                 make user-defined shortcuts work
11341                 show shortcuts that are already defined
11342                 in the main menu
11343                 Patch submitted by Luke Plant
11344
11345 2003-01-05 [alfons]     0.8.8claws44
11346
11347         * src/mainwindow.c
11348                 focus_in_event handler should not select summary view row 
11349                 when another window (menu, dialog) grabbed for events 
11350                 (bug #7, "[0.8.8claws42] Message summary focus") 
11351
11352 2003-01-04 [christoph]  0.8.8claws43
11353
11354         * src/procmsg.c
11355                 update save folder after adding the sent message
11356                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11357
11358 2003-01-02 [christoph]  0.8.8claws42
11359
11360         * src/common/plugin.c
11361                 fix unloading of all plugins and unload
11362                 plugins in reverse order
11363                 
11364         * src/gtk/pluginwindow.c
11365                 implement function of load and unload button
11366
11367         * src/gtk/prefswindow.c
11368         * src/gtk/prefswindow.h
11369                 rename register function and add new unregister
11370                 function
11371
11372         * src/plugins/spamassassin/spamassassin_gtk.c
11373                 unregister prefs page and update for changes in
11374                 src/gtk/prefswindow.c
11375
11376 2003-01-02 [paul]       0.8.8claws41
11377
11378         * po/es.po
11379                 updated by Ricardo Mones Lastra
11380
11381 2003-01-02 [paul]
11382
11383         * tools/tb2sylpheed
11384                 fixes and improvements by Urke MMI
11385
11386 2003-01-02 [thorsten]   0.8.8claws40
11387
11388         * src/procmsg.c
11389                 fixed wrong return value
11390
11391 2003-01-02 [thorsten]   0.8.8claws39
11392
11393         * src/prefs.c
11394                 fixed printing wrong variable
11395
11396 2003-01-02 [thorsten]   0.8.8claws38
11397
11398         * src/prefs.c
11399                 fixed acessing members of freed pfile struct
11400
11401 2003-01-02 [thorsten]   0.8.8claws37
11402
11403         * src/procmsg.c
11404                 detect loops across several messages
11405                 as suggested by Christoph Hohmann
11406
11407 2003-01-01 [match]      0.8.8claws36
11408
11409         * src/addrindex.c
11410                 fixed another memory leak.
11411
11412 2003-01-01 [match]      0.8.8claws35
11413
11414         * src/jpilot.[ch]
11415                 fixed memory leaks. applied Doxygen comments.
11416
11417 2003-01-01 [thorsten]   0.8.8claws34
11418
11419         * src/procmsg.c
11420                 inhibit endless loop if msg references itself
11421                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11422
11423 2003-01-01 [christoph]  0.8.8claws33
11424
11425         * src/mainwindow.c
11426         * src/gtk/Makefile.am
11427         * src/gtk/pluginwindow.c                ** NEW **
11428         * src/gtk/pluginwindow.h                ** NEW **
11429                 add plugin window
11430
11431         * src/plugins/demo/demo.c
11432         * src/plugins/spamassassin/spamassassin.c
11433         * src/plugins/spamassassin/spamassassin_gtk.c
11434                 write better plugin descriptions
11435
11436 2002-12-31 [christoph]  0.8.8claws32
11437
11438         * src/gtk/prefswindow.c
11439         * src/plugins/spamassassin/spamassassin_gtk.c
11440                 some small improvements to GTK code
11441
11442 2002-12-31 [christoph]  0.8.8claws31
11443
11444         * src/plugins/spamassassin/spamassassin_gtk.c
11445                 enable folder select button
11446
11447 2002-12-31 [christoph]  0.8.8claws30
11448
11449         * src/mainwindow.c
11450         * src/gtk/Makefile.am
11451         * src/gtk/prefswindow.c                         ** NEW **
11452         * src/gtk/prefswindow.h                         ** NEW **
11453                 add new prefs window
11454
11455         * src/common/plugin.c
11456                 don't try to load empty config lines
11457         
11458         * src/plugins/spamassassin/Makefile.am
11459         * src/plugins/spamassassin/spamassassin.c
11460         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11461         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11462                 GTK config for SpamAssassin Plugin using
11463                 the new prefs window
11464
11465 2002-12-31 [paul]       0.8.8claws29
11466
11467         * po/POTFILES.in
11468                 remove obsolete entry 'src/menu.c'
11469
11470 2002-12-31 [alfons]     0.8.8claws28
11471
11472         * src/matcher.[ch]
11473         * src/matcher_parser_parse.y
11474         * src/prefs_matcher.c
11475                 add "ignore_thread" and "~ignore_thread" condition so it's
11476                 possible to make the actions / scoring operate on the ignore
11477                 thread flag
11478
11479 2002-12-31 [christoph]  0.8.8claws27
11480
11481         * src/addrbook.c
11482         * src/addrindex.c
11483         * src/folder.c
11484         * src/matcher.c
11485         * src/prefs_account.c
11486         * src/prefs_actions.c
11487         * src/prefs_customheader.c
11488         * src/prefs_display_header.c
11489         * src/prefs_gtk.c
11490         * src/procmime.c
11491         * src/toolbar.c
11492         * src/xmlprops.c
11493         * src/common/prefs.[ch]
11494                 extend prefs file handling for reading and automatic handling
11495                 of blocks. When reading prefs_set_block_label will automatically
11496                 move on to the block. When writing it will copy all other blocks
11497                 automatically
11498
11499         * src/common/plugin.c
11500                 Now loading plugin filenames from [Plugins] block in
11501                 sylpheed rc file
11502
11503 2002-12-30 [christoph]  0.8.8claws26
11504
11505         * src/common/hooks.[ch]
11506                 return abort status to caller of hooks_invoke
11507                 
11508         * src/inc.[ch]
11509                 invoke message filtering hook and stop
11510                 default handling when filter returns abort
11511
11512         * src/common/plugin.[ch]
11513         * src/plugins/demo/demo.c
11514                 modify plugin loader, because resolving symbols for strings
11515                 does not work correctly
11516         
11517         * configure.in
11518         * ac/spamassassin.m4                            ** NEW **
11519         * src/plugins/spamassassin/.cvsignore           ** NEW **
11520         * src/plugins/spamassassin/Makefile.am          ** NEW **
11521         * src/plugins/spamassassin/README               ** NEW **
11522         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11523         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11524         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11525                 add spamassassin plugin, see src/plugins/spamassassin/README
11526                 for details
11527
11528 2002-12-29 [alfons]     0.8.8claws25
11529
11530         * src/mainwindow.c
11531                 when moving focus from a message view to the main 
11532                 window, don't forget to select the summary node
11533                 of the displayed message. should fix "[ 659103 ] 
11534                 focus-follows-mouse confuses sylpheed"
11535
11536 2002-12-29 [christoph]  0.8.8claws24
11537
11538         * src/Makefile.am
11539         * src/stringtable.[ch]          ** REMOVE **
11540         * src/common/Makefile.am
11541         * src/common/stringtable.[ch]   ** NEW **
11542                 move stringtable files to common directory
11543
11544 2002-12-29 [christoph]  0.8.8claws23
11545
11546         * src/Makefile.am
11547         * src/menu.[ch]                 ** REMOVE **
11548         * src/gtk/Makefile.am
11549         * src/gtk/menu.[ch]             ** NEW **
11550                 move menu files to gtk directory
11551
11552 2002-12-29 [match]      0.8.8claws22
11553
11554         * src/addressbook.c
11555         * src/syldap.c
11556                 moved UI specific code out of LDAP code into addressbook
11557                 UI code. fixed memory leak.
11558
11559 2002-12-29 [christoph]  0.8.8claws21
11560
11561         * src/folder.c
11562                 only check for IGNORED parent message when message is
11563                 not IGNORED itself
11564
11565 2002-12-29 [alfons]     0.8.8claws20
11566
11567         * src/summaryview.c
11568                 set gtksctree's anchor correct (immediate execute
11569                 changes the tree's layout, and anchor points at 
11570                 the incorrect row). fixes "[ 657233 ] multiple msg 
11571                 delete sometimes off by 1".
11572                 we probably have to look for more tree layout /
11573                 anchor glitches.
11574
11575 2002-12-29 [paul]       0.8.8claws19
11576
11577         * src/summaryview.c
11578                 fix bug [ 659054 ] incorrect sorting of 'From' column
11579                 when using 'display sender using address book'
11580                 thanks to Alfons and Luke Plant
11581
11582 2002-12-29 [christoph]  0.8.8claws18
11583
11584         * src/folder.c
11585         * src/procmsg.[ch]
11586                 check parent messages for IGNORE THREAD flag, when adding,
11587                 moving or copying messages to a folder
11588
11589 2002-12-27 [alfons]     0.8.8claws17
11590
11591         re-organize matcher part 5; more to come
11592
11593         * src/matcher.c
11594                 hash keywords in matchparser_tab 
11595
11596 2002-12-27 [alfons]     0.8.8claws16
11597
11598         re-organize matcher part 4; more to come
11599
11600         * src/matcher_parser.h
11601         * src/matcher_parser_lex.l
11602         * src/matcher_parser_parse.y
11603                 cleanup
11604
11605 2002-12-27 [alfons]     0.8.8claws15
11606
11607         re-organize matcher part 3; more to come
11608
11609         * src/matcher.[ch]
11610                 cleanup
11611
11612 2002-12-27 [alfons]     0.8.8claws14
11613
11614         re-organize matcher part 2; more to come but this should
11615         work. cc me if there are any regressions.
11616
11617         * src/matcher.h
11618                 add prototype for get_matchparser_tab_id()
11619         * src/matcher_parser_lex.l
11620                 look up keywords using matchparser_tab_id();
11621
11622 2002-12-27 [alfons]     0.8.8claws12
11623
11624         re-organize matcher part 1
11625
11626         * src/matcher.h
11627                 map yacc generated constants to sylpheed matcher constants
11628         * src/matcher.c
11629                 add function to find a matcher constant from a string
11630
11631 2002-12-27 [christoph]  0.8.8claws11
11632
11633         * src/compose.c
11634                 MENUITEM_ADD casts the 4th argument from integer to pointer
11635                 so it probably should not be a pointer, this means we
11636                 should use account id for it and not the account's pointer
11637
11638 2002-12-27 [paul]       0.8.8claws10
11639
11640         * src/mainwindow.c
11641                 remove unneeded 'GtkWidget *vbox'
11642                 
11643         * src/summaryview.c
11644                 further sync with 0.8.8 - make sort
11645                 by recipient work as expected
11646                 
11647         * NEWS
11648                 sync with 0.8.8
11649
11650 2002-12-27 [paul]       0.8.8claws9
11651
11652         * po/pt_BR.po
11653                 updated by Ivan F. Martinez
11654                 
11655 2002-12-27 [darko]      0.8.8claws8
11656
11657         * src/common/utils.c
11658                 added locked pattern to extended search
11659
11660 2002-12-27 [alfons]     0.8.8claws7
11661
11662         * src/prefs_matcher.[ch]
11663                 clean up
11664
11665 2002-12-26 [alfons]     0.8.8claws6
11666
11667         * src/matcher.[ch]
11668         * src/matcher_parser_lex.l
11669         * src/matcher_parser_parse.y
11670         * src/prefs_matcher.c
11671                 allow color label as a condition in the matcher
11672
11673 2002-12-26 [oliver]     0.8.8claws5
11674         
11675         * src/toolbar.c 
11676                 enable Addressbook for Main and Messageview
11677         * src/prefs_actions.c
11678                 enable actions in Messageview
11679
11680 2002-12-26 [christoph]  0.8.8claws4
11681
11682         * src/common/plugin.c
11683                 add a little debug output
11684         * configure.in
11685         * src/plugins/demo/Makefile.am
11686                 better use of automake
11687
11688 2002-12-26 [christoph]  0.8.8claws3
11689
11690         * src/Makefile.am
11691         * src/common/Makefile.am
11692                 fix "make distdir"
11693
11694 2002-12-26 [christoph]  0.8.8claws2
11695
11696         * configure.in
11697                 sort configure checks into common / gtk / plugins
11698         * po/POTFILES.in
11699                 add src/prefs_gtk.c
11700         * src/Makefile.am
11701                 add plugins SUBDIR
11702         * src/main.c
11703         * src/common/sylpheed.[ch]
11704                 added now sylpheed_done function for shutdown
11705         * src/common/Makefile.am
11706         * src/common/plugin.[ch]                ** NEW **
11707                 plugin loader and unloader
11708         * src/plugins/.cvsignore                ** NEW **
11709         * src/plugins/Makefile.am               ** NEW **
11710                 build plugins
11711         * src/plugins/demo/.cvsignore           ** NEW **
11712         * src/plugins/demo/Makefile.am          ** NEW **
11713         * src/plugins/demo/demo.c               ** NEW **
11714                 small demo plugin that installs a logtext hook and
11715                 outputs the log text to stdout
11716
11717 2002-12-26 [paul]       0.8.8claws1
11718
11719         * po/es.po
11720                 updated by Ricardo Mones Lastra
11721
11722 2002-12-26 [paul]       0.8.8claws
11723
11724         * 0.8.8claws released
11725
11726 2002-12-26 [paul]       0.8.7claws12
11727
11728         * po/bg.po
11729                 updated by George Danchev
11730
11731 2002-12-26 [paul]       0.8.7claws11
11732
11733         * po/POTFILES.in
11734                 remove unneeded 'src/prefs.c' entry 
11735
11736 2002-12-26 [paul]       0.8.7claws10
11737
11738         * src/codeconv.c
11739           src/mainwindow.c
11740                 sync with 0.8.8 release
11741         
11742         * src/folder.[ch]
11743           src/mh.c
11744           src/summaryview.c
11745                 partial sync with 0.8.8 release
11746         
11747
11748 2002-12-25 [alfons]     0.8.7claws9
11749
11750         * src/matcher.[ch]
11751         * src/matcher_parser_lex.l
11752         * src/matcher_parser_parse.y
11753         * src/prefs_matcher.c
11754                 add locked flag to possible filtering / matcher 
11755                 conditions (also a good example what should be
11756                 done to add a simple boolean condition)
11757
11758 2002-12-25 [christoph]  0.8.7claws8
11759
11760         * src/Makefile.am
11761         * src/account.[ch]
11762         * src/addrbook.c
11763         * src/addressbook.c
11764         * src/addrindex.c
11765         * src/filtering.c
11766         * src/folder.c
11767         * src/matcher.c
11768         * src/prefs.[ch]                ** REMOVE **
11769         * src/prefs_account.c
11770         * src/prefs_actions.c
11771         * src/prefs_common.c
11772         * src/prefs_customheader.c
11773         * src/prefs_display_header.c
11774         * src/prefs_filtering.c
11775         * src/prefs_folder_item.c
11776         * src/prefs_gtk.[ch]            ** NEW **
11777         * src/prefs_matcher.c
11778         * src/prefs_scoring.c
11779         * src/prefs_summary_column.c
11780         * src/procmime.c
11781         * src/selective_download.c
11782         * src/toolbar.c
11783         * src/common/Makefile.am
11784         * src/common/prefs.[ch]         ** NEW **
11785                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11786
11787 2002-12-24 [alfons]     0.8.7claws7
11788
11789         * src/summaryview.c
11790                 summary_thread_build(): fix real cause of the crash mentioned in
11791                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11792                 this way we get meaningful ctree nodes 
11793
11794 2002-12-24 [oliver]     0.8.7claws6
11795
11796         * src/mainwindow.[ch]
11797         * src/messageview.[ch]
11798         * src/compose.[ch]
11799         * src/inc.c
11800         * src/summaryview.c
11801                 changes to use updated toolbar handling
11802                 
11803 2002-12-24 [oliver]     0.8.7claws5
11804
11805         * src/toolbar.[ch]
11806                 generic toolbar handling
11807                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11808         * src/prefs_toolbar.[ch]
11809                 adjust to handling
11810         
11811 2002-12-24 [oliver]     0.8.7claws4
11812         
11813         * src/stock_pixmap.[ch]
11814                 move SYLPHEED_LOGO to end of list in order 
11815                 to remove it from Custom Toolbar`s Icon View
11816
11817 2002-12-24 [alfons]     0.8.7claws3
11818
11819         * src/summaryview.c
11820                 summary_thread_build(): fix crash because of focus != selection 
11821                 after threading. when deleting the selection, gtk tries but fails 
11822                 to find the correct focusable element. we now force the selection
11823                 to be focused. this should solve the infamous bug reported by 
11824                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11825                 a test case is available. 
11826
11827 2002-12-24 [darko]      0.8.7claws2
11828
11829         * src/summaryview.c
11830                 don't crash when unmarking message with unread children
11831
11832 2002-12-23 [christoph]  0.8.7claws1
11833
11834         * src/Makefile.am
11835         * src/common/Makefile.am
11836                 update Makefiles for moved intl.h, version.h and defs.h
11837         * src/imap.c
11838                 rewrite imap_session_get to avoid duplicate code
11839
11840 2002-12-23 [paul]       0.8.7claws
11841
11842         * Santa-Claws released
11843         
11844         * po/hu.po
11845           po/ru.po
11846                 squeeze in updated Hungarian and Russian translations.
11847                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11848
11849 2002-12-23 [paul]       0.8.6claws129
11850
11851         * po/pl.po
11852                 updated by Witold Wladyslaw Wojciech Wilk
11853
11854 2002-12-23 [paul]       0.8.6claws128
11855
11856         * src/quote_fmt_parse.y
11857                 fix typo and add licence header
11858
11859 2002-12-23 [paul]       0.8.6claws127
11860
11861         * po/en_GB.po
11862                 updated
11863
11864 2002-12-23 [paul]       0.8.6claws126
11865
11866         * po/it.po
11867                 updated translation, submitted by Alessandro Maestri
11868                 
11869 2002-12-23 [paul]       0.8.6claws125
11870
11871         * src/quote_fmt_parse.y
11872                 fix signature-stripping on replies bug. match
11873                 '-- \n' and not '-- '.
11874
11875 2002-12-22 [paul]       0.8.6claws124
11876
11877         * po/bg.po
11878           po/es.po
11879           po/sr.po
11880                 updated translations. submitted by George Danchev,
11881                 Ricardo Mones Lastra, and Urke MMI respectively
11882
11883 2002-12-21 [paul]       0.8.6claws123
11884
11885         * src/addrbook.c
11886                 fix coding style
11887
11888 2002-12-21 [paul]       0.8.6claws122
11889
11890         * src/addrbook.c
11891                 fix bug [643638] where if a person is in one or more
11892                 addressbook groups editing that person's email 
11893                 address results in removal from those groups.
11894                 Patch submitted by Luke Plant.
11895
11896 2002-12-20 [christoph]  0.8.6claws121
11897
11898         * src/common/utils.c
11899         * src/summaryview.c
11900                 reimplement expand_search_string using GString to
11901                 prevent crashs caused by miscalculated string
11902                 lengths reported by Paul
11903
11904 2002-12-20 [christoph]  0.8.6claws120
11905
11906         * src/summaryview.c
11907                 don't use "changed" to check if op_count has to be changed as it
11908                 is also set when the message has unread children
11909                 (closes bug [ 653221 ] crash while deleting duplicates)
11910
11911 2002-12-20 [paul]       0.8.6claws119
11912
11913         * sync with 0.8.6cvs27
11914                 see ChangeLog 2002-12-20
11915
11916 2002-12-20 [paul]       0.8.6claws118
11917
11918         * sync with 0.8.6cvs26
11919                 see ChangeLog 2002-12-19 and 2002-12-20
11920
11921 2002-12-19 [alfons]     0.8.6claws117
11922
11923         * src/textview.c
11924                 fix incorrect parsing of email addresses, submitted by 
11925                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
11926                 name display if it contains @".
11927
11928 2002-12-18 [paul]       0.8.6claws116
11929
11930         * sync with 0.8.6cvs23
11931                 see ChangeLog 2002-12-18
11932
11933 2002-12-18 [paul]       0.8.6claws115
11934
11935         * src/Makefile.am
11936         * src/account.c
11937         * src/codeconv.c
11938         * src/gtkutils.[ch]
11939         * src/imap.c
11940                 sync with 0.8.6cvs22.
11941                 see ChangeLog 2002-12-17 and 2002-12-18
11942
11943 2002-12-17 [christoph]  0.8.6claws114
11944
11945         * src/imap.c
11946                 o don't create a session if imap greeting fails
11947                 o don't close socket when authentication fails
11948                   this is done by imap_session_destroy
11949
11950 2002-12-17 [thorsten]   0.8.6claws113
11951
11952         * tools/Makefile.am
11953           tools/README
11954           tools/google_msgid.pl ** NEW FILE **
11955                 Added "search for message-id" script and doc
11956
11957 2002-12-17 [thorsten]   0.8.6claws112
11958
11959         * po/hu.po
11960                 Updated hungarian translation
11961                 (updated by Gal Zoltan)
11962
11963 2002-12-16 [christoph]  0.8.6claws111
11964
11965         * src/addr_compl.c
11966                 remove stupid addressbook dump to debug output
11967         * src/mh.c
11968                 fix memory leak found by Hiro
11969
11970 2002-12-14 [paul]       0.8.6claws110
11971
11972         * src/compose.c
11973                 fix menubar sensitivity on send
11974                 
11975         * src/prefs_filtering.c
11976         * src/prefs_matcher.c
11977         * src/prefs_scoring.c
11978                 Fix english ;)
11979                 
11980         * src/common/quoted-printable.h
11981                 sync: fix typo
11982         
11983 2002-12-13 [christoph]  0.8.6claws109
11984
11985         * src/Makefile.am
11986         * src/manage_window.[ch]        ** REMOVE **
11987         * src/gtk/Makefile.am
11988         * src/gtk/manage_window.[ch]    ** NEW **
11989                 move manage_window files to gtk directory
11990
11991 2002-12-13 [christoph]  0.8.6claws108
11992
11993         * src/Makefile.am
11994         * src/gtkshruler.[ch]           ** REMOVE **
11995         * src/gtk/Makefile.am
11996         * src/gtk/gtkshruler.[ch]       ** NEW **
11997                 move gtkshruler files to gtk directory
11998
11999 2002-12-13 [christoph]  0.8.6claws107
12000
12001         * src/Makefile.am
12002         * src/compose.c
12003         * src/gtkstext.[ch]             ** REMOVE **
12004         * src/gtkutils.[ch]
12005         * src/textview.c
12006         * src/gtk/gtkstext.[ch]         ** NEW **
12007         * src/gtk/Makefile.am
12008                 o move stext functions to gtkstext.c to remove
12009                   dependency of gtkutils
12010                 o move gtkstext files to gtk directory
12011
12012         * src/gtk/Makefile.am
12013         * src/gtk/sslcertwindow.[ch]
12014                 UI stuff can always depend on common code so
12015                 it's ok to add ../common to include path
12016
12017 2002-12-13 [colin]      0.8.6claws106
12018
12019         * src/summaryview.c
12020                 Disconnect sighandlers for mainwindow when
12021                 quicksearch has the focus
12022                 Fix bug #653231
12023         * src/mainwindow.[ch]
12024                 Make key_pressed callback public, to be able
12025                 to disconnect it
12026
12027 2002-12-13 [christoph]  0.8.6claws105
12028
12029         * src/mh.c
12030                 create .mh_sequences file in new MH folders
12031                 (closes feature request [ 523162 ] MH folders should
12032                  get a .mh_sequences)
12033
12034 2002-12-13 [colin]      0.8.6claws104
12035
12036         * src/summaryview.c
12037                 Better handling of quicksearch show/hide
12038                 (basically the button stays under the mouse 
12039                  when toggled)
12040
12041 2002-12-13 [paul]       0.8.6claws103
12042
12043         * sync with 0.8.6cvs17
12044                 see ChangeLog 2002-12-13
12045
12046 2002-12-13 [paul]       0.8.6claws102
12047
12048         * po/es.po
12049                 updated by Ricardo Mones Lastra
12050
12051 2002-12-11 [colin]       0.8.6claws101
12052
12053         * src/folder.c
12054                 remove statusbar stuff
12055           src/folderview.c
12056                 set statusbar verbosity when moving folders
12057
12058 2002-12-11 [colin]       0.8.6claws100
12059         * src/prefs_filtering.c
12060         * src/prefs_matcher.c
12061         * src/prefs_scoring.c
12062                 Fix english ;)
12063
12064 2002-12-11 [colin]       0.8.6claws99
12065
12066         * src/prefs_common.[ch]
12067                 Add summary_quicksearch_type
12068         * src/summaryview.c
12069                 Save last used quicksearch type
12070
12071 2002-12-11 [jens]       0.8.6claws98
12072         * src/prefs_filtering.c
12073         * src/prefs_matcher.c
12074         * src/prefs_scoring.c
12075                 added dialog for incomplete rules in scoring, filtering and
12076                 matcher to ask wheather really close
12077
12078 2002-12-11 [colin]      0.8.6claws97
12079
12080         * src/folder.c
12081                 Fix folder dnd statusbar logging
12082
12083 2002-12-10 [christoph]  0.8.6claws96
12084
12085         * src/compose.c
12086         * src/folder.c
12087         * src/imap.c
12088         * src/inc.c
12089         * src/main.c
12090         * src/mainwindow.c
12091         * src/news.c
12092         * src/send.c
12093         * src/statusbar.[ch]
12094         * src/common/hooks.c
12095         * src/common/log.[ch]
12096                 o handle verbose logging in statusbar directly in statusbar code
12097                   and common code does not need any knowledge about a statusbar
12098                 o remove direct calls to statusbar_(puts|pop)_all functions
12099
12100 2002-12-10 [jens]       0.8.6claws95
12101
12102         * src/*.c
12103                 removed gettext from g_warnings
12104         * po/POTFILES.in
12105                 cleaned and updated
12106         * po/de.po
12107                 updated
12108
12109 2002-12-10 [colin]      0.8.6claws94
12110
12111         * src/main.c
12112                 finish crash dialog fix
12113
12114 2002-12-10 [colin]      0.8.6claws93
12115
12116         * src/main.c
12117                 "Fix" "sylpheed already running" instead of
12118                 crash dialog appearing after a crash
12119
12120 2002-12-10 [colin]      0.8.6claws92
12121
12122         * po/POTFILES.in
12123                 add src/gtk/sslcertwindow.c
12124
12125 2002-12-10 [paul]       0.8.6claws91
12126
12127         * po/POTFILES.in
12128                 updated to reflect recent changes
12129                 submitted by Alessandro Maestri
12130
12131 2002-12-09 [christoph]  0.8.6claws90
12132
12133         * src/Makefile.am
12134         * src/smtp.[ch]                 ** REMOVE **
12135         * src/common/Makefile.am
12136         * src/common/smtp.[ch]          ** NEW **
12137                 move smtp files to common directory
12138
12139 2002-12-09 [christoph]  0.8.6claws89
12140
12141         * src/Makefile.am
12142         * src/session.[ch]              ** REMOVE **
12143         * src/common/Makefile.am
12144         * src/common/session.[ch]       ** NEW **
12145                 move session files to common directory
12146
12147 2002-12-09 [paul]       0.8.6claws88
12148
12149         * src/account.c
12150                 fix bug [649746] edit accounts: move account reverted
12151                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
12152
12153 2002-12-09 [colin]      0.8.6claws87
12154
12155         * src/ssl_certificate.c
12156                 cleanup
12157
12158 2002-12-09 [colin]      0.8.6claws86
12159
12160         * src/ssl.c
12161                 Try to open the cert.pem database and 
12162                 issue a warning if it isn't there
12163
12164 2002-12-09 [colin]      0.8.6claws85
12165
12166         * src/common/ssl_certificate.c
12167         * src/gtk/sslcertwindow.c
12168                 Warning fixes
12169
12170 2002-12-09 [colin]      0.8.6claws84
12171
12172         * src/ssl_certificate.[ch] ** REMOVED **
12173         * src/common/ssl_certificate.[ch] ** NEW **
12174         * src/Makefile.am
12175         * src/common/Makefile.am
12176                 Moved ssl_certificate.[ch] to common
12177         * src/common/ssl.c 
12178                 Put back needed include
12179         * src/gtk/sslcertwindow.[ch]
12180                 Changed ssl_certificate.h include
12181         
12182 2002-12-09 [colin]      0.8.6claws83
12183
12184         * src/gtk/sslcertwindow.[ch]
12185                 Implement hook for certificate acception
12186         * src/ssl_certificate.[ch]
12187                 Implement hook for certificate acception
12188         * src/common/ssl.c
12189                 Reenable certificate acception check
12190         * src/mainwindow.c
12191                 Register sslcertwindow's hook
12192         
12193 2002-12-08 [christoph]  0.8.6claws82
12194
12195         * src/about.c
12196         * src/addr_compl.c
12197         * src/codeconv.c
12198         * src/manual.c
12199         * src/undo.c
12200         * src/common/utils.c
12201                 o add missing includes
12202                 o fix warnings
12203         * src/.cvsignore
12204         * src/common/.cvsignore
12205         * src/common/version.h          ** REMOVE **
12206                 remove autogenerated file
12207
12208 2002-12-08 [paul]       0.8.6claws81
12209
12210         * src/stringtable.c
12211                 put back needed include
12212
12213 2002-12-08 [colin]      0.8.6claws80
12214         
12215         * src/gtk/sslcertwindow.c
12216                 Cleaner popups when asking
12217         * src/ssl_certificate.c
12218         * src/prefs_common.[ch]
12219                 remove ssl certificate pref
12220                 put back needed include
12221         * src/undo.c
12222                 put back needed include
12223
12224 2002-12-08 [christoph]  0.8.6claws79
12225
12226         * src/folderview.c
12227         * src/logwindow.c
12228         * src/statusbar.c
12229         * src/summaryview.c
12230                 only abort hook invokation if required data is missing not
12231                 if our own data pointer is NULL, update hookfunction for
12232                 log window
12233
12234 2002-12-08 [paul]       0.8.6claws78
12235
12236         * src/about.c
12237         * src/addrcache.c
12238         * src/addrclip.c
12239         * src/addr_compl.c
12240         * src/addrselect.c
12241         * src/codeconv.c
12242         * src/colorlabel.c
12243         * src/enriched.c
12244         * src/esmtp.c
12245         * src/exporthtml.c
12246         * src/headerview.c
12247         * src/imageview.c
12248         * src/manual.c
12249         * src/noticeview.c
12250         * src/pgptext.c
12251         * src/scoring.c
12252         * src/sourcewindow.c
12253         * src/stringtable.c
12254         * src/undo.c
12255                 clean up: remove unneccesary includes
12256
12257 2002-12-08 [christoph]  0.8.6claws77
12258
12259         * src/folderview.c
12260         * src/statusbar.c
12261         * src/summaryview.c
12262         * src/common/hooks.[ch]
12263                 hook functions now have a gboolean return value, if a hook
12264                 returns TRUE it will stop executing of any more hooks in
12265                 the same hooklist for this invokation
12266
12267 2002-12-08 [colin]      0.8.6claws76
12268         
12269         * src/main.c
12270                 put back argv0 for CRASH_DIALOG
12271
12272 2002-12-08 [christoph]  0.8.6claws75
12273
12274         * src/Makefile.am
12275         * src/about.c
12276         * src/account.c
12277         * src/crash.c
12278         * src/esmtp.h
12279         * src/imap.[ch]
12280         * src/inc.c
12281         * src/main.c
12282         * src/mainwindow.c
12283         * src/news.c
12284         * src/pop.[ch]
12285         * src/prefs_account.[ch]
12286         * src/prefs_common.[ch]
12287         * src/send.[ch]
12288         * src/smtp.[ch]
12289         * src/ssl_certificate.[ch]
12290         * src/ssl_manager.[ch]
12291         * src/common/Makefile.am
12292         * src/common/log.c
12293         * src/common/nntp.[ch]
12294         * src/common/socket.[ch]
12295         * src/common/ssl.[ch]
12296         * src/gtk/sslcertwindow.[ch]
12297         * ac/openssl.m4
12298                 use new autoconf script to detect OpenSSL with extra parameters
12299                 to specify the location of libs and includes, also remove USE_SSL
12300                 to USE_OPENSSL
12301
12302         * src/common/sylpheed.[ch]
12303         * src/common/version.h.in
12304                 start seperation of common code initialization seperated from gui
12305
12306         * src/summaryview.c
12307                 The function that is called when a color label changes
12308                 should not change the color lable again
12309
12310 2002-12-08 [colin]      0.8.6claws74
12311
12312         * src/gtk/sslcertwindow.c
12313                 warning fixes
12314
12315 2002-12-08 [colin]      0.8.6claws73
12316
12317         * src/statusbar.c
12318           src/common/log.h
12319                 Register a hook for statusbar_puts_all
12320         * src/common/log.c
12321                 invoke statusbar_puts_all's hook
12322         
12323 2002-12-08 [colin]      0.8.6claws72
12324
12325         * src/ssl_certificate.c
12326                 Put back a badly-removed include
12327
12328 2002-12-08 [colin]      0.8.6claws71
12329
12330         * src/gtk/sslcertwindow.[ch]    ** NEW **
12331                 new certificate presentation
12332         * src/gtk/Makefile.am
12333                 add new files
12334         * src/ssl_certificate.[ch]
12335                 gtk cleanup, made utility functions public
12336         * src/ssl_manager.c
12337                 use new cert presentation
12338
12339 2002-12-07 [christoph]  0.8.6claws70
12340
12341         * src/Makefile.am
12342         * src/nntp.[ch]                 ** REMOVE **
12343         * src/common/Makefile.am
12344         * src/common/nntp.[ch]          ** NEW **
12345                 move nntp files to common directory
12346
12347 2002-12-07 [christoph]  0.8.6claws69
12348
12349         * src/procmsg.[ch]
12350         * src/summaryview.c
12351                 implement msginfo update callback using sylpheed's new
12352                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12353
12354 2002-12-06 [christoph]  0.8.6claws68
12355
12356         * src/editgroup.c
12357                 This patch changes the 'Edit Group Details' dialog to
12358                 allow extended selections in either pane, so that
12359                 addresses can be added or removed from a group more
12360                 quickly and easily. (it actually is a net decrease in
12361                 file size, as some unnecessary functions have been
12362                 removed). 
12363                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12364
12365 2002-12-06 [christoph]  0.8.6claws67
12366
12367         * src/Makefile.am
12368         * src/template.[ch]             ** REMOVE **
12369         * src/common/Makefile.am
12370         * src/common/template.[ch]      ** NEW **
12371                 move template files to common directory
12372
12373         * src/nntp.c
12374                 add missing log.h include
12375
12376 2002-12-06 [melvin]     0.8.6claws66
12377
12378         * src/prefs_actions.c
12379                 Added the trailing ">" syntax to insert command's output
12380                 without replacing old text (in contrast to trailing "|").
12381
12382 2002-12-05 [colin]      0.8.6claws65
12383         
12384         * src/common/utils.c
12385                 Don't modify original search_string or it'll change
12386                 the next iterations in the for()
12387
12388 2002-12-05 [darko]      0.8.6claws64
12389
12390         * src/common/utils.c
12391                 proper check for filtering commands, found by Colin
12392
12393 2002-12-05 [darko]      0.8.6claws63
12394
12395         * src/common/utils.c
12396                 check proper string for NULL pointer, found by Colin
12397
12398 2002-12-05 [darko]      0.8.6claws62
12399
12400         * src/common/utils.[ch]
12401                 expand_search_string(): new function
12402                 converts Mutt-like patterns to Sylpheed's
12403                 filtering engine
12404         * src/summaryview.c
12405                 use expand_search_string() to allow Mutt-like
12406                 patterns in extended search
12407         * README.claws
12408                 document extended option in quick search
12409
12410 2002-12-05 [paul]       0.8.6claws61
12411
12412         * sync with 0.8.6cvs16
12413                 see ChangeLog 2002-12-05
12414                 
12415         * po/POTFILES.in
12416                 clean up
12417
12418 2002-12-04 [christoph]  0.8.6claws60
12419
12420         * src/imap.[ch]
12421                 put imap authentication code into a new function and
12422                 remove it from imap_session_new that will allow to
12423                 send other commands before authentication
12424
12425 2002-12-04 [christoph]  0.8.6claws59
12426
12427         * src/imap.[ch]
12428                 use already existing method to prevent unneeded IMAP
12429                 folder selects. Set imap_select parameters to NULL
12430                 in some functions if the values are not required.
12431
12432         * src/xml.h
12433                 remove no longer required include
12434
12435 2002-12-04 [paul]       0.8.6claws58
12436
12437         * po/es.po
12438                 updated by Ricardo Mones Lastra
12439                 
12440         * configure.in
12441           po/hu.po      ** NEW FILE **
12442                 initial Hungarian translation, submitted
12443                 by Gál Zoltán <galzoli@hu.inter.net>
12444
12445 2002-12-03 [christoph]  0.8.6claws57
12446
12447         * src/Makefile.am
12448         * src/gtksctree.[ch]            ** REMOVE **
12449         * src/gtk/Makefile.am
12450         * src/gtk/gtksctree.[ch]        ** NEW **
12451                 move gtksctree files to gtk directory
12452
12453 2002-12-03 [christoph]  0.8.6claws56
12454
12455         * src/Makefile.am
12456         * src/md5.[ch]                  ** REMOVE **
12457         * srm/common/Makefile.am
12458         * src/common/md5.[ch]           ** NEW **
12459                 move md5 files to common directory
12460
12461         * src/gtkstext.c
12462                 remove not required #include
12463
12464 2002-12-03 [sergey]     0.8.6claws55
12465
12466         * src/gtkutils.c
12467         * src/gtkutils.h
12468                 gtkut_window_popup(): new function.
12469         * src/mainwindow.c
12470                 main_window_popup(): use gtkut_window_popup() to raise
12471                 window without changing its position.
12472                 (see sylpheed-main ML message [sylpheed:17247])
12473
12474 2002-12-03 [sergey]     0.8.6claws54
12475
12476         * src/send.c
12477                 send_message_local(): removed first-dot escaping
12478                 (SMTP-only, not needed for sending through pipe)
12479
12480 2002-12-03 [paul]       0.8.6claws53
12481
12482         * po/POTFILES.in
12483                 update to reflect recent changes (thanks
12484                 to Ricardo Mones Lastra)
12485                 
12486         * tools/filter_conv.pl
12487                  fix problem with quoted strings. Patch submitted
12488                  by Luke Plant <lukeplant@softhome.net>
12489
12490 2002-12-03 [paul]       0.8.6claws52
12491
12492         * sync with 0.8.6cvs15
12493                 see ChangeLog 2002-12-03
12494
12495 2002-12-02 [christoph]  0.8.6claws51
12496
12497         * src/logwindow.[ch]
12498         * src/common/log.[ch]
12499                 implement logging using a hook function
12500
12501         * src/folderview.c
12502         * src/folder.[ch]
12503                 define hooklist name in header file to avoid
12504                 errors caused by wrong spelling of hooklist names
12505
12506         * src/toolbar.c
12507                 fix warnings
12508
12509 2002-12-02 [christoph]  0.8.6claws50
12510
12511         * src/common/Makefile.am
12512                 add src/common/hooks.[ch]
12513
12514         * src/common/hooks.[ch]
12515                 implement a simple hook system using glib's hook functions
12516
12517         * src/folder.[ch]
12518         * src/folderview.c
12519                 use new hook system for folder item updates
12520
12521 2002-12-02 [christoph]  0.8.6claws49
12522
12523         * doc-src/ui_seperation.txt     ** NEW **
12524                 information for ui seperation
12525
12526         * src/Makefile.am
12527                 remove files that were moved to common
12528                 include common directory by default for the header files
12529
12530         * src/inc.c
12531         * src/common/socket.c
12532         * src/automaton.[ch]
12533                 implement automaton using g_io_*-functions instead of
12534                 gdk_input_add to make it ui independent
12535
12536         * src/codeconv.c
12537         * src/compose.c
12538         * src/ldif.c
12539         * src/pgptext.c
12540         * src/procmime.c
12541         * src/rfc2015.c
12542         * src/smtp.c
12543         * src/unmime.c
12544                 remove common/ prefix because directory is now in
12545                 include path
12546
12547         * src/compose.c
12548         * src/folder.c
12549         * src/folderview.c
12550         * src/mainwindow.c
12551         * src/messageview.c
12552         * src/prefs_common.c
12553         * src/procmsg.c
12554         * src/rfc2015.c
12555                 fix warnings
12556
12557         * src/imap.c
12558         * src/inc.c
12559         * src/news.c
12560         * src/pop.c
12561         * src/send.c
12562         * src/smtp.c
12563         * src/ssl_certificate.c
12564                 add log.h header file for logging functions
12565
12566         * src/main.c
12567         * src/common/utils.c
12568         * src/summaryview.c
12569         * src/xml.c
12570                 o move debug_mode to common/utils.c
12571                 o add functions to set and get debug_mode
12572
12573         * src/defs.h                    ** REMOVE **
12574         * src/intl.h                    ** REMOVE **
12575         * src/socket.[ch]               ** REMOVE **
12576         * src/ssl.[ch]                  ** REMOVE **
12577         * src/utils.[ch]                ** REMOVE **
12578                 replaced by new files in src/common/
12579         
12580         * src/common/Makefile.am
12581                 add new files in src/common/
12582
12583         * src/common/defs.h             ** NEW **
12584         * src/common/intl.h             ** NEW **
12585         * src/common/log.[ch]           ** NEW **
12586         * src/common/socket.[ch]        ** NEW **
12587         * src/common/ssl.[ch]           ** NEW **
12588         * src/common/utils.[ch]         ** NEW **
12589                 replacement for files in src/
12590
12591 2002-12-02 [colin]      0.8.6claws48
12592
12593         * src/folderview.c
12594                 Scroll folderview if necessary during dnd
12595
12596 2002-12-02 [colin]      0.8.6claws47
12597
12598         * src/folder.[ch]
12599                 Add check to verify a move is within a single mailbox
12600         * src/folderview.c
12601                 Add specific error string for this check
12602
12603 2002-12-02 [colin]      0.8.6claws46
12604
12605         * src/folder.c
12606                 Add a test to folder moving, remove a statusbar_print
12607         * src/folderview.c
12608                 Add Move folder... context-menu item
12609                 Factorize folder moving code
12610                 Enable folder DND for mbox
12611
12612 2002-12-01 [christoph]  0.8.6claws45
12613
12614         * ac/aspell.m4
12615                 remove conf.aspelltest if the version check fails
12616
12617 2002-11-30 [christoph]  0.8.6claws44
12618
12619         * autogen.sh
12620                 run libtoolize --force in autogen to create missing
12621                 libtool scripts
12622
12623 2002-11-30 [christoph]  0.8.6claws43
12624
12625         * src/Makefile.am
12626         * src/pgptext.c
12627         * src/procmime.c
12628         * src/rfc2015.c
12629         * src/uuencode.[ch]             ** REMOVED **
12630         * src/common/Makefile.am
12631         * src/common/uuencode.[ch]      ** NEW **
12632                 move uuen/decoder to common directory
12633
12634 2002-11-30 [christoph]  0.8.6claws42
12635
12636         * src/Makefile.am
12637         * src/base64.[ch]               ** REMOVED **
12638         * src/codeconv.c
12639         * src/compose.c
12640         * src/ldif.c
12641         * src/pgptext.c
12642         * src/procmime.c
12643         * src/rfc2015.c
12644         * src/smtp.c
12645         * src/unmime.c
12646         * src/common/Makefile.am
12647         * src/common/base64.[ch]        ** NEW **
12648                 move base64 en/decoder to common directory
12649
12650 2002-11-30 [christoph]  0.8.6claws41
12651
12652         * src/common                    ** NEW **
12653                 new directory for UI independent code
12654         * src/gtk                       ** NEW **
12655                 new directory for GTK frontend
12656         * src/common/.cvsignore         ** NEW **
12657         * src/gtk/.cvsignore            ** NEW **
12658                 ignore build files
12659         * src/common/Makefile.am        ** NEW **
12660         * src/gtk/Makefile.am           ** NEW **
12661                 automake files to build new seperated stuff
12662         * src/Makefile.am
12663                 the binary will currently still be build with the
12664                 files in src, so we include the code from the
12665                 subdirs for now after building the libs there
12666
12667 2002-11-30 [paul]       0.8.6claws40
12668
12669         * src/compose.c
12670                 fix bug [642731] 'Wrong selected account with drafted mail'
12671
12672 2002-11-29 [oliver]     0.8.6claws39
12673         
12674         * src/messageview.c
12675                 o update summaryview when switching between different
12676                   messageviews          
12677         * src/toolbar.c  
12678                 o check if messageview holds already removed msg
12679                   from summaryview
12680                 
12681
12682 2002-11-29 [oliver]     0.8.6claws38
12683
12684         * src/toolbar.c 
12685                 remove not needed variables and includes
12686                 make messageview stay opened and move to next when msgs are deleted 
12687
12688 2002-11-29 [oliver]     0.8.6claws37
12689         
12690         * src/toolbar.c 
12691                 disable compose button (messageview toolbar) by default
12692                 deleted msgs are moved to trash
12693         
12694 2002-11-29 [melvin]     0.8.6claws36
12695
12696         * configure.in
12697                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12698                 and to detect signatures expirations (gpgme 0.3.6)
12699
12700         * src/main.c
12701                 Use non obsolescent function for Gpgme engine checking.
12702
12703         * src/rfc2015.c
12704                 Inform about expired signatures or signatures which key
12705                 has expired. Expiration date is displayed.
12706
12707         * src/sigstatus.c
12708                 Inform about expired signatures or signatures which key
12709                 has expired.
12710
12711 2002-11-28 [paul]       0.8.6claws35
12712
12713         * src/folderview.c
12714                 re-instate 'Check for new messages' in Newsgroup
12715                 folders right-click menu, after a suggestion from
12716                 Tim Mann <timmann@users.sourceforge.net>
12717
12718         * src/main.c
12719                 after a crash check only local folders for new
12720                 messages
12721
12722 2002-11-28 [paul]       0.8.6claws34
12723
12724         * configure.in
12725                 apply patch that fixes the checking of GTK with XIM 
12726                 support on different OSs, such as FreeBSD. Patch 
12727                 submitted by Topia <topia@users.sourceforge.net>
12728                 
12729 2002-11-28 [paul]       0.8.6claws33
12730
12731         * src/mainwindow.c
12732           src/prefs_common.c
12733           src/prefs_toolbar.c
12734                 more changes to the English
12735
12736 2002-11-28 [paul]       0.8.6claws32
12737
12738         * sync with 0.8.6cvs13
12739                 see ChangeLog 2002-11-28 (no sync needed
12740                 for src/compose.c)
12741
12742 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12743         
12744         * src/mainwindow.[ch]
12745                 add patch by Ivan F. Martinez introducing messageview Toolbar
12746                 some changes and committed by oliver    
12747
12748 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12749
12750         * src/messageview.[ch]
12751                 add patch by Ivan F. Martinez introducing messageview Toolbar
12752                 some changes and committed by oliver    
12753
12754 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12755
12756         * src/compose.[ch]
12757                 add patch by Ivan F. Martinez introducing messageview Toolbar
12758                 some changes and committed by oliver    
12759
12760 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12761         
12762         * src/toolbar.[ch]
12763                 add patch by Ivan F. Martinez introducing messageview Toolbar
12764                 some changes and committed by oliver
12765
12766 2002-11-28 [oliver]     0.8.6claws27
12767         
12768         * src/prefs_toolbar.[ch]
12769                 getting ready for messageview toolbar
12770                 free mem allocated by gettext
12771                 change prefs_toolbar to prefs_toolbar_open
12772  
12773 2002-11-28 [thorsten]   0.8.6claws26
12774
12775         * src/imageview.[ch]
12776                 cleaned up conflicting declarations of
12777                 imageview_show_image()
12778
12779 2002-11-28 [paul]       0.8.6claws25
12780
12781         * src/grouplistdialog.c
12782           src/prefs_common.c
12783           src/prefs_summary_column.c
12784                 a few more improvements to the English
12785
12786 2002-11-28 [colin]      0.8.6claws24
12787
12788         * man/sylpheed.1
12789                 A few updates to command-line parameters
12790
12791 2002-11-28 [colin]      0.8.6claws23
12792
12793         * src/prefs_filtering.c
12794                 Fix problems with prefs_filtering_delete_path:
12795                 a) if the first rule is removed, original pointers
12796                    weren't updated (leading to segfaults)
12797                 b) it was always global_processing updated in case
12798                    of removed path was parent of rule path
12799
12800 2002-11-27 [paul]       0.8.6claws22
12801
12802         * src/mainwindow.c
12803           src/prefs_account.c
12804           src/prefs_actions.c
12805           src/prefs_common.c
12806           src/prefs_customheader.c
12807           src/prefs_display_header.c
12808           src/prefs_filtering.c
12809           src/prefs_folder_item.c
12810           src/prefs_matcher.c
12811           src/prefs_scoring.c
12812           src/prefs_summary_column.c
12813           src/prefs_template.c
12814           src/prefs_toolbar.c
12815                  improve the English in the GUI
12816
12817 2002-11-27 [colin]      0.8.6claws21
12818
12819         * src/folder.c
12820                 Fix processing renaming problems happening after
12821                 last commit
12822
12823 2002-11-27 [colin]      0.8.6claws20
12824
12825         * src/folder.c
12826                 recursive move now deletes src each subfolder after 
12827                 having moved it
12828         * src/folderview.c
12829                 Use identifier instead of path during dnd (enables
12830                 IMAP folder dnd)
12831
12832 2002-11-27 [paul]       0.8.6claws19
12833
12834         * src/main.c
12835                 apply patch that does command-line processing 
12836                 BEFORE gtk_init, allowing claws to run from 
12837                 shell-scripts in non-X environment (e.g. crontab 
12838                 or ip-up, ip-down scripts). Patch submitted by
12839                 Ruslan N. Balkin <baron@dartel.ru>
12840                 
12841         * po/it.po
12842                 updated by Alessandro Maestri
12843
12844 2002-11-27 [paul]       0.8.6claws18
12845
12846         * sync with 0.8.6cvs12
12847           src/prefs_common.c
12848                 Differences are that main uses a 'Receive dialog'
12849                 frame on the Interface tab, whereas claws groups all 
12850                 the dialogs together in a 'Dialogs' frame.
12851
12852 2002-11-27 [colin]      0.8.6claws17
12853
12854         * src/prefs_matcher.c
12855                 Fix Execute criteria's NOT flag
12856
12857
12858 2002-11-26 [christoph]  0.8.6claws16
12859
12860         * src/ssl.c
12861                 rewrite the ssl code a little bit, only use one
12862                 SSL context, set default certificates' file/path
12863
12864 2002-11-26 [thorsten]   0.8.6claws15
12865
12866         * src/compose.c
12867                 default-reply-to didn't work for ml-reply
12868
12869 2002-11-26 [melvin]     0.8.6claws14
12870
12871         * src/prefs_actions.c
12872                 Made pipe-actions ignore short headers in message view
12873                 Made trailing-pipe-actions write in the message view with
12874                 the same font as the original message
12875
12876 2002-11-26 [paul]       0.8.6claws13
12877
12878         * src/compose.c
12879                 this time commit the correct file
12880
12881 2002-11-26 [paul]       0.8.6claws12
12882
12883         * sync with 0.8.6cvs11
12884           src/quote_fmt_parse.y  
12885                 no sync needed
12886           src/account.[ch]       
12887                 not sync'ed
12888           src/compose.c
12889                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12890                 on draft mode.
12891                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12892                 header
12893                 
12894         see ChangeLog 2002-11-25 and 2002-11-26
12895
12896 2002-11-26 [colin]      0.8.6claws11
12897
12898         * src/folderview.c
12899                 Fix collapsed folder not auto-expanding during
12900                 mail dnd, if it was the source folder.
12901
12902 2002-11-25 [colin]      0.8.6claws10
12903
12904         * src/folderview.[ch]
12905                 Variable renaming and cleaning (slist of nodes 
12906                 to be re-collapsed is stored in FolderView)
12907
12908 2002-11-25 [paul]       0.8.6claws9
12909
12910         * src/prefs_common.[ch]
12911                 fix breakage caused by last commit
12912
12913 2002-11-25 [paul]       0.8.6claws8
12914
12915         * sync with 0.8.6cvs4
12916                 see ChangeLog 2002-11-21
12917
12918 2002-11-25 [paul]       0.8.6claws7
12919
12920         * sync with 0.8.6cvs4
12921                 see ChangeLog 2002-11-20
12922
12923 2002-11-25 [paul]       0.8.6claws6
12924
12925         * sync with 0.8.6cvs3
12926                 see ChangeLog 2002-11-18
12927
12928 2002-11-25 [colin]      0.8.6claws5
12929
12930         * src/gtkutils.[ch]
12931                 Add gtkut_ctree_node_is_parent()
12932         * src/folderview.c
12933                 Spring-loaded folders
12934
12935 2002-11-25 [colin]      0.8.6claws4
12936
12937         * src/utils.[ch]
12938                 Add slist_concat_unique(), function to merge
12939                 two GSList filtering dups
12940         * src/folder.[ch]
12941         * src/summaryview.[ch]
12942         * src/folderview.c
12943         * src/main.c
12944                 Add detection/update/display of unread answers
12945                 to marked mails
12946         * src/procmsg.[ch]
12947                 Add procmsg_find_children()
12948                 Add procmsg_msg_has_marked_parent()
12949
12950 2002-11-25 [colin]      0.8.6claws3
12951
12952         * src/ssl_certificate.[ch]
12953                 Allow checking a certificate without a DNS
12954                 lookup
12955                 Allow to forget a cert (by deleting it)
12956                 Make ssl_certificate_destroy_public
12957         * src/ssl_manager.[ch] ** NEW FILES **
12958                 Gui to manage (display/remove) certificates
12959         * src/prefs_common.[ch]
12960                 Add a pref to allow silent acceptation of
12961                 trusted certificates or not (based on the
12962                 "I want to know what's going on" principle)
12963         * src/mainwindow.c
12964                 Add SSL manager in Tools menu
12965         * src/Makefile.am
12966                 Add the new files to the build
12967         * po/POTFILES.in
12968                 Add ssl_manager.c to translations
12969
12970 2002-11-25 [colin]      0.8.6claws2
12971
12972         * src/summaryview.[ch]
12973                 Add S_SEARCH_EXTENDED to the quick search, which 
12974                 allows to search using filtering syntax.
12975
12976 2002-11-25 [colin]      0.8.6claws1
12977
12978         * src/summaryview.c
12979                 Deletion of duplicates now prefer deleting
12980                 the unread dup (fixes feature-request 638989).
12981
12982 2002-11-24 [paul]       0.8.6claws
12983
12984         * po/es.po
12985           po/pl.po
12986           po/ru.po
12987           po/sr.po
12988                 updated by Ricardo Mones Lastra,
12989                 Witold Wladyslaw Wojciech Wilk,
12990                 Ruslan N. Balkin, and  Urke MMI 
12991                 respectively
12992
12993 2002-11-24 [paul]       0.8.5claws182
12994
12995         * po/bg.po
12996                 updated by George Danchev
12997
12998 2002-11-23 [alfons]     0.8.5claws181
12999
13000         * src/imap.c
13001                 tiny memory leak found by browsing Dimitar's 
13002                 valgrind report
13003
13004 2002-11-23 [paul]       0.8.5claws180
13005
13006         * po/it.po
13007                 updated by Alessandro Maestri
13008
13009 2002-11-22 [christoph]  0.8.5claws179
13010
13011         * src/compose.c
13012         * src/inc.c
13013         * src/prefs_filtering.c
13014         * src/summaryview.c
13015                 more warning fixes
13016
13017 2002-11-22 [alfons]     0.8.5claws178
13018
13019         * src/summaryview.c
13020                 summary_execute_delete_func(): if message is deleted, make 
13021                 sure to also remove its entry in the subject hash table. 
13022                 fixes a corner case bug.
13023
13024 2002-11-22 [paul]       0.8.5claws177
13025
13026         * .cvsignore
13027                 add 'autom4te.cache'
13028                 
13029         * ltconfig      ** REMOVED **
13030                 not needed
13031
13032 2002-11-22 [paul]       0.8.5claws176
13033
13034         * src/textview.c
13035                 textview_set_font(): fix for message display in
13036                 UTF-8 locales (thanks to Sergey Vlasov).
13037                 
13038         * AUTHORS
13039                 add new team members and contributors
13040
13041
13042 2002-11-21 [colin]      0.8.5claws175
13043
13044         * src/procmsg.[ch]
13045                 Add procmsg_remove_special_headers()
13046         * src/mh.c
13047                 Use procmsg_remove_special_headers() for 
13048                 previous fix
13049
13050 2002-11-21 [colin]      0.8.5claws174
13051
13052         * src/mh.c
13053                 Fix moving/copying from queue/draft folders
13054                 for MH folders
13055
13056 2002-11-21 [christoph]  0.8.5claws173
13057
13058         * src/crash.c
13059         * src/filtering.c
13060         * src/logwindow.c
13061         * src/main.c
13062         * src/matcher_parser_lex.[hl]
13063         * src/mbox.c
13064         * src/mbox_folder.[ch]
13065         * src/prefs_filtering.c
13066         * src/procheader.c
13067         * src/quote_fmt_lex.l
13068         * src/ssl.c
13069                 fix all warnings except the warnings in lex and yacc files
13070
13071 2002-11-20 [christoph]  0.8.5claws172
13072
13073         * src/imap.c
13074                 fix MsgInfo retrieval for IMAP draft and queue folders
13075                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
13076
13077 2002-11-19 [christoph]  0.8.5claws171
13078
13079         * src/compose.c
13080                 fix segfault, when draft saving does not get
13081                 the MsgInfo of the new message
13082                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
13083
13084 2002-11-19 [christoph]  0.8.5claws170
13085
13086         * src/procmsg.c
13087                 add parameter check for flag setting function
13088                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
13089
13090 2002-11-18 [paul]       0.8.5claws169
13091
13092         * src/compose.c
13093                 more sensitivity fixes to redirect mode:
13094                 * disable toolbar draft button
13095                 * allow only Address book in the Tools menu
13096                 * disable editing of message by the spell
13097                   checker
13098
13099 2002-11-18 [paul]       0.8.5claws168
13100
13101         * src/compose.c
13102                 fix sensitivity of menu items in compose_redirect():
13103                 allow only the necessary items 
13104
13105 2002-11-18 [paul]       0.8.5claws167
13106
13107         * src/compose.c
13108                 fix bug [ 603259 ] 'attachment got lost on bounce'
13109
13110 2002-11-18 [paul]       0.8.5claws166
13111
13112         * po/ru.po
13113                 updated by Ruslan N. Balkin <baron@dartel.ru>
13114
13115 2002-11-18 [colin]      0.8.5claws165
13116
13117         * src/main.c
13118           src/defs.h
13119                 Remove old filtering stuff
13120
13121
13122 2002-11-17 [oliver]     0.8.5claws164
13123
13124         * src/toolbar.h
13125                 remove not needed typedef 
13126
13127 2002-11-17 [oliver]     0.8.5claws163
13128
13129         * src/toolbar.c
13130                 make toolbar's on click events translatable
13131
13132 2002-11-15 [colin]      0.8.5claws162
13133
13134         * src/summaryview.c
13135                 Revert too-soon integration of a feature
13136
13137 2002-11-15 [christoph]  0.8.5claws161
13138
13139         * src/imap.c
13140                 use main's implementation of imap_get_msginfo
13141
13142 2002-11-15 [christoph]  0.8.5claws160
13143
13144         * src/compose.c
13145         * src/folder.[ch]
13146         * src/imap.c
13147         * src/mbox_folder.c
13148         * src/mh.c
13149         * src/news.c
13150         * src/procmsg.c
13151         * src/summaryview.c
13152                 replace claws' fetch_msginfo with main's get_msginfo
13153                 (use main's implementation where possible)
13154
13155 2002-11-15 [colin]      0.8.5claws159
13156
13157         * src/ssl_certificate.c
13158                 Missed a check
13159
13160 2002-11-16 [melvin]     0.8.5claws158
13161
13162         * po/fr.po
13163                 Updated French translations.
13164
13165 2002-11-16 [colin]      0.8.5claws157
13166
13167         * src/ssl_certificate.c
13168                 Check for missing parts in the certificates
13169
13170 2002-11-15 [colin]      0.8.5claws156
13171
13172         * src/folderview.c
13173                 Preventive fix (missing check) found by
13174                 Alfons
13175
13176 2002-11-15 [paul]
13177
13178         * NEWS
13179                 sync with 0.8.6 release
13180
13181 2002-11-15 [colin]      0.8.5claws155
13182
13183         * src/folder.[ch]
13184           src/folderview.c
13185                 Fix error handling of folder_item_move_to()
13186                 (thanks to Alfons!)
13187
13188 2002-11-15 [colin]      0.8.5claws154
13189
13190         * src/folder.[ch]
13191           src/folderview.c
13192                 folder_item_move_to() sets an error message instead
13193                 of having GUI stuff in folder.c
13194
13195 2002-11-15 [colin]      0.8.5claws153
13196
13197         * src/procmsg.[ch]
13198                 Implemented a callback for MsgInfo updates, 
13199                 heavily copy/pasted from Christoph's folder 
13200                 callback system
13201         * src/summaryview.[ch]
13202                 Register summary_update_msg as callback
13203
13204 2002-11-14 [colin]      0.8.5claws152
13205         
13206         * src/procmsg.c
13207                 Update the FolderItem after sending (fixes 617593)
13208
13209 2002-11-14 [christoph]  0.8.5claws151
13210
13211         * src/folder.c
13212                 fix wrong position of NULL pointer check found
13213                 by Sergey
13214
13215 2002-11-14 [christoph]  0.8.5claws150
13216
13217         * src/folder.c
13218                 fix segfault when deleting messages from IMAP folders
13219                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
13220
13221 2002-11-14 [colin]      0.8.5claws149
13222
13223         * src/compose.c
13224                 Forwarding was also ignoring the folder's default account.
13225
13226 2002-11-14 [colin]      0.8.5claws148
13227
13228         * src/compose.c
13229                 Fix sent folder not set to folder properties when 
13230                 forwarding.
13231
13232 2002-11-14 [thorsten]   0.8.5claws147
13233
13234         * src/inc.c
13235                 inc_start(): Files were not moved from .processing to inbox,
13236                 if no global processing rule existed
13237
13238 2002-11-14 [colin]      0.8.5claws146
13239
13240         * src/ssl_certificate
13241                 Fix file operations
13242
13243 2002-11-14 [paul]       0.8.5claws145
13244
13245         * po/it.po
13246                 updated by Alessandro Maestri
13247
13248 2002-11-13 [alfons]     0.8.5claws144
13249
13250         * src/folder.c
13251                 folder_item_close(): only mark messages unread
13252                 when a folder has new messages 
13253
13254 2002-11-13 [keith]      0.8.5claws143
13255
13256         * src/imap.c
13257                 Fix problem moving or copying between
13258                 IMAP folders
13259
13260 2002-11-13 [colin]      0.8.5claws142
13261
13262         * src/matcher_parser_parse.y
13263                 Fix rule problem when " don't match
13264
13265 2002-11-13 [christoph]  0.8.5claws141
13266
13267         * src/folder.c
13268         * src/folderview.c
13269                 moved cache saving to folder_item_close
13270                 the folderview should not have to deal with
13271                 this things
13272
13273 2002-11-13 [christoph]  0.8.5claws140
13274
13275         * src/summaryview.c
13276                 moved setting of important score to
13277                 summary_set_prefs_from_folderitem
13278
13279 2002-11-13 [colin]      0.8.5claws139
13280
13281         * src/matcher_parser_parse.y
13282                 Fix a segfault in the parser (happening when
13283                 a good expression had been tested and a bad 
13284                 one arrives)
13285
13286 2002-11-13 [paul]       0.8.5claws138
13287
13288         * sync with 0.8.5cvs24
13289                 see ChangeLog 2002-11-13
13290                 
13291         * po/pt_BR.po
13292                 updated by Fabio Jr. Beneditto
13293
13294 2002-11-13 [colin]      0.8.5claws137
13295         
13296         * src/msgcache.c
13297           src/defs.h
13298           src/procmsg.[ch]
13299                 Revert last commit, problem
13300
13301 2002-11-13 [colin]      0.8.5claws136
13302
13303         * src/msgcache.c
13304                 Remove duplicated code
13305         * src/defs.h
13306                 Bumped CACHE_VERSION and MARK_VERSION
13307         * src/procmsg.[ch]
13308                 Network endian for cache and mark files
13309
13310 2002-11-12 [colin]      0.8.5claws135
13311
13312         * src/inc.c
13313                 Fix the "socket error" dialog which disappeared
13314
13315 2002-11-12 [colin]      0.8.5claws134
13316
13317         * src/msgcache.c
13318                 Reverse last commit which had performance 
13319                 problems, but still reverse the list
13320
13321 2002-11-12 [colin]      0.8.5claws133
13322
13323         * src/msgcache.c
13324                 Reverse list order
13325
13326 2002-11-12 [melvin]     0.8.5claws132
13327
13328         * src/compose.c
13329                 Added a check for a NULL prefs_common.dictionary
13330
13331 2002-11-12 [colin]      0.8.5claws131
13332
13333         * src/ssl_certificate.[ch]
13334                 Use FQDN hostname
13335
13336 2002-11-12 [colin]      0.8.5claws130
13337
13338         * src/ssl_certificate.[ch]
13339                 Take connection port into account for 
13340                 checking certificates (a single hostname
13341                 could have multiple servers with multiple
13342                 certificates)
13343         * src/ssl.c
13344                 Pass the port to ssl_certificate_check
13345
13346 2002-11-12 [paul]       0.8.5claws129
13347
13348         * src/folder.c
13349                 fix a typo in last commit
13350
13351 2002-11-12 [paul]       0.8.5claws128
13352
13353         * sync with 0.8.5cvs23
13354                 see ChangeLog entry 2002-11-12
13355
13356 2002-11-11 [colin]      0.8.5claws127
13357
13358         * src/ssl_certificate.c
13359                 Cleaner messages
13360                 Don't popup, instead log error, if the 
13361                 corresponding pref is checked
13362         * src/ssl_certificate.h
13363                 include <openssl/objects/h>
13364
13365 2002-11-11 [colin]      0.8.5claws126
13366
13367         * src/ssl_certificate.h
13368                 _Really_ clean it
13369
13370 2002-11-11 [colin]      0.8.5claws125
13371         
13372         * src/ssl_certificate.c
13373                 Fixed leak
13374
13375 2002-11-11 [colin]      0.8.5claws124
13376
13377         * src/ssl.c
13378                 Cleaned a bit
13379         * src/ssl_certificate.[ch]
13380                 Cleaned a bit (better use of SSL API)
13381                 (This will cause non-recognition of saved 
13382                  certificates of claws12[23]...)
13383
13384 2002-11-11 [paul]       0.8.5claws123
13385         
13386         * po/es.po
13387                 updated by Ricardo Mones Lastra
13388
13389 2002-11-11 [colin]      0.8.5claws122
13390
13391         * src/ssl.c
13392                 Fix a typo
13393
13394 2002-11-11 [colin]      0.8.5claws121
13395
13396         * src/ssl_certificate.[ch] ** NEW FILES **
13397         * src/ssl.[ch]
13398                 Check SSL certificates presented to us
13399         * src/Makefile.am
13400                 Add ssl_certificate.[ch]
13401         * po/POTFILES.in
13402                 Add ssl_certificate.c
13403
13404 2002-11-11 [paul]       0.8.5claws120
13405
13406         * sync with 0.8.5cvs22
13407                 see ChangeLog 2002-11-11
13408
13409 2002-11-11 [paul]       0.8.5claws119
13410
13411         * sync with 0.8.5cvs21
13412                 see ChangeLog 2002-11-11
13413
13414 2002-11-10 [jens]       0.8.5claws118
13415
13416         * src/folder.c
13417         * src/folderview.c
13418                 corrected some typing
13419         * po/de.po
13420                 updated german translation
13421         * sylpheed.spec.in
13422                 cleaned up specfile and adjusted it for claws
13423
13424 2002-11-10 [colin]      0.8.5claws117
13425
13426         * src/summaryview.c
13427                 a STATUSBAR_PUSH/POP fix
13428
13429 2002-11-10 [colin]      0.8.5claws116
13430
13431         * src/prefs_folder_item.c
13432                 Fix hanging after opening folder properties
13433
13434 2002-11-10 [hoa]        0.8.5claws115
13435
13436         * src/matcher_parser_lex.l
13437         * src/matcher_parser_parse.y
13438                 config file for scoring and filtering is no more trashed
13439                 when there is a syntax error in a filtering rule when
13440                 editing it in a dialog.
13441
13442 2002-11-09 [colin]      0.8.5claws114
13443
13444         * src/mbox_folder.c
13445                 Added missing initialisation of folder->destroy()
13446
13447 2002-11-09 [colin]      0.8.5claws113
13448
13449         * src/folder.c
13450           src/folderview.c
13451                 Fix the status bar messages
13452
13453 2002-11-09 [colin]      0.8.5claws112
13454
13455         * src/folderview.c
13456                 Fix hangs after folder dnd, happening after 
13457                 claws109.
13458
13459 2002-11-09 [christoph]  0.8.5claws111
13460
13461         * src/folderview.c
13462                 just changed order of calls (reverse order of
13463                 associated calls)
13464         * src/inc.c
13465                 lock inc when checking only one account, otherwise
13466                 inc all could be executed at the same time
13467
13468 2002-11-09 [christoph]  0.8.5claws110
13469
13470         * src/folderview.c
13471                 better unlock the mouse cursor before calling
13472                 summary_show because it changes the cursor too
13473
13474 2002-11-09 [christoph]  0.8.5claws109
13475
13476         * src/folder.[ch]
13477         * src/folderview.c
13478                 add functions to open and close a folder
13479                 o opending will execute scanning for remote folders
13480                   and processing
13481                 o closing will unset new flag for messages
13482
13483 2002-11-09 [colin]      0.8.5claws108
13484
13485         * src/folder.c
13486                 Add a call to prefs_matcher_write_config to 
13487                 avoid non-leaf folders filtering settings to be
13488                 lost
13489
13490 2002-11-09 [paul]       0.8.5claws107
13491
13492         * src/prefs_account.c
13493                 re-word a label
13494
13495 2002-11-09 [colin]      0.8.5claws106
13496
13497         * src/folderview.c
13498                 Minor esthetic fix
13499
13500 2002-11-09 [colin]      0.8.5claws105
13501
13502         * src/folderview.c
13503                 Fix prefs_filtering deletion for MH folders (same
13504                 reason as below)
13505         * src/prefs_filtering.c
13506                 Fix prefs_filtering renaming and deletion for 
13507                 folder-based processing rules.  
13508
13509 2002-11-09 [christoph]  0.8.5claws104
13510
13511         * src/compose.c
13512         * src/folder.[ch]
13513         * src/folderview.[ch]
13514         * src/import.c
13515         * src/inc.c
13516         * src/main.c
13517         * src/mainwindow.c
13518         * src/messageview.c
13519         * src/prefs_folder_item.c
13520         * src/procmsg.c
13521         * src/summaryview.c
13522                 implement a callback system for folder item updates
13523
13524 2002-11-09 [colin]      0.8.5claws103
13525
13526         * src/folderview.c
13527                 Fix prefs_filtering renaming for MH folders (we
13528                 shouldn't rename by path as another folder could
13529                 have the same hierarchy).
13530
13531 2002-11-09 [colin]      0.8.5claws102
13532
13533         * src/folder.c
13534                 Fix a leak found by Christoph, use better variable
13535                 names
13536
13537 2002-11-09 [colin]      0.8.5claws101
13538
13539         * src/folder.c
13540                 One more fix for processing rules
13541
13542 2002-11-08 [colin]      0.8.5claws100
13543         
13544         * src/matcher.c
13545                 Don't copy the compiled regexp (will be reevaluated)
13546         * src/folderview.c
13547                 Lock folderview while moving
13548         * src/folder.c
13549                 Provide info on what's happening to the user
13550
13551 2002-11-08 [colin]      0.8.5claws99
13552
13553         * src/folderview.c
13554                 Fix folder reordering after a move if parent is 
13555                 root
13556         * src/scoring.[ch]
13557                 Add function to copy a ScoringProp
13558         * src/prefs_folder_item.c
13559                 Copy scoring rules when copying a folder prefs
13560
13561 2002-11-08 [colin]      0.8.5claws98
13562
13563         * src/folderview.c
13564                 Fixes in case of failure
13565         * src/filtering.[ch]    
13566                 Add function to duplicate a FilteringProp
13567         * src/matcher.[ch]
13568                 Add function to duplicate a MatcherProp
13569         * src/prefs_folder_item.c
13570                 Save folder's processing rules when copying 
13571                 its prefs
13572
13573 2002-11-08 [colin]      0.8.5claws97
13574         
13575         * src/folderview.c
13576                 Sort after move
13577         * src/folder.c 
13578                 Change a printf to debug_print
13579
13580 2002-11-08 [colin]      0.8.5claws96
13581
13582         * src/folder.c
13583           src/folderview.c
13584                 Fix segfaults, call me stupido
13585         
13586
13587 2002-11-08 [colin]      0.8.5claws95
13588
13589         *src/folder.c
13590                 Added forgotten prefs to save when moving folders
13591
13592 2002-11-08 [colin]      0.8.5claws94
13593
13594         * src/folder.c
13595                 Fixes to folder DND (prefs copy)
13596         * src/folderview.c
13597                 Optimization for folder DND (don't rescan whole tree)
13598                 Added folderview_create_folder_node() for this 
13599                 optimization, so de-duped a bit the code
13600         * src/prefs_folder_item.[ch]
13601                 Added prefs_folder_item_copy_prefs()    
13602           
13603 2002-11-08 [paul]       0.8.5claws93
13604
13605         * src/prefs_account.c
13606           tools/README
13607           tools/kmail2sylpheed_v2.pl
13608                 correct some typos
13609
13610 2002-11-08 [paul]       0.8.5claws92
13611
13612         * src/compose.c
13613           src/prefs_account.[ch]
13614                 remove account options 'clearsign' and 'ascii_armored',
13615                 replace with 'default_gnupg_mode' to prevent mixed-mode
13616                 Privacy settings
13617
13618 2002-11-08 [paul]       0.8.5claws91
13619
13620         * src/compose.[ch]
13621                 re-implement GnuPG 'on-the-fly' mode selection,
13622                 disallow mixed-mode
13623
13624 2002-11-08 [colin]      0.8.5claws90
13625
13626         * src/folderview.c
13627           src/prefs_folder_item.c
13628                 Change "Property" to "Properties"
13629
13630 2002-11-07 [colin]      0.8.5claws89
13631
13632         * src/folderview.c
13633           src/folder.c
13634                 Allow folder dropping to a root folder
13635
13636 2002-11-07 [paul]       0.8.5claws88
13637
13638         * src/compose.c
13639                 revert last commit
13640
13641 2002-11-07 [paul]       0.8.5claws87
13642
13643         * src/compose.c
13644                 fix reply-to-list bug. closes bug report
13645                 "[633382] reply-to-list broken in recent cvs"
13646
13647 2002-11-07 [paul]       0.8.5claws86
13648
13649         * src/compose.c
13650                 add a forgotten '#if USE_GPGME ... #endif'
13651
13652 2002-11-07 [paul]       0.8.5claws85
13653
13654         * sync with 0.8.5cvs20
13655                 see ChangeLog 2002-11-07
13656
13657 2002-11-07 [colin]      0.8.5claws84
13658
13659         * src/folder.[ch]
13660                 Change folder_item_move_to to return the newly 
13661                 created folderitem.
13662         * src/folderview.c
13663                 Select the new folderitem after moving.
13664
13665 2002-11-07 [colin]      0.8.5claws83
13666
13667         * src/prefs_filtering.c
13668                 Fix rule rewriting when moving a leaf folder to a 
13669                 shorter path
13670
13671 2002-11-07 [colin]      0.8.5claws82
13672
13673         * src/prefs_filtering.c
13674                 fix a leak
13675
13676 2002-11-07 [colin]      0.8.5claws81
13677
13678         * src/folder.[ch]
13679                 Add folder_item_move_to() function to move a 
13680                 folderitem into another one (updates matcher etc)
13681         * src/folderview.c
13682                 Add folder drag'n drop (context menu to come)
13683                 [Should be dataloss free, but Please backup before 
13684                  trying !]
13685
13686 2002-11-06 [colin]      0.8.5claws80
13687
13688         * src/mh.c
13689                 mh_create_folder() returns NULL if can't create
13690                 directory hierarchy
13691
13692 2002-11-06 [paul]       0.8.5claws79
13693
13694         * src/compose.[ch]
13695                 allow 'on-the-fly' changing of the type of encryption 
13696                 and/or signing used (mime/ascii) via the compose window
13697
13698 2002-11-06 [paul]       0.8.5claws78
13699
13700         * sync with 0.8.5cvs19
13701                 see ChangeLog 2002-11-06 for src/account.c: 
13702                 account_get_special_folder()
13703                 
13704 2002-11-05 [alfons]     0.8.5claws77
13705
13706         * src/crash.c
13707                 very minor cleanups: nothing to see here, move on. :-)
13708
13709 2002-11-05 [colin]      0.8.5claws76
13710
13711         * src/main.c
13712                 Changes choices if compose windows are opened to
13713                 Discard, Draft, Don't quit
13714
13715 2002-11-05 [thorsten]   0.8.5claws75
13716
13717         * src/compose.c
13718                 reenabled default_reply_to folder option
13719
13720 2002-11-05 [colin]      0.8.5claws74
13721
13722         * src/compose.[ch] 
13723                 add compose_draft()
13724         * src/crash.c
13725                 add SIGTERM handler
13726         * src/main.[ch]
13727                 add clean_quit() for the SIGTERM handler
13728
13729 2002-11-05 [paul]       0.8.5claws73
13730         
13731         * po/es.po
13732                 updated by Ricardo Mones Lastra
13733
13734 2002-11-05 [melvin]     0.8.5claws72
13735
13736         * src/logwindow.c
13737                 Fixed log-clipping bug #616795.
13738                 To stop logging in the log window use 0 length.
13739         * src/prefs_common.c
13740                 Added a label to inform about the 0 log length behaviour.
13741
13742 2002-11-05 [paul]       0.8.5claws71
13743
13744         * sync with 0.8.5cvs17
13745                 see ChangeLog 2002-11-05
13746
13747 2002-11-04 [paul]       0.8.5claws70
13748
13749         * sylpheed-128x128.png
13750           sylpheed-64x64.png
13751           sylpheed.png
13752                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13753                 <nikai@users.sourceforge.net>
13754                 
13755         * po/bg.po
13756                 updated by George Danchev
13757
13758 2002-11-03 [thorsten]   0.8.5claws69
13759
13760         * src/main.c
13761           src/mimeview.c
13762           src/rfc2015.h
13763                 add check if gpg is active
13764
13765 2002-11-03 [thorsten]   0.8.5claws68
13766
13767         * src/toolbar.h
13768                 removed GSList declaration causing trouble on MacOS-X
13769                 (submitted by alfons, reported by xfesty)
13770
13771 2002-11-01 [paul]       0.8.5claws67
13772
13773         * src/mainwindow.c
13774                 remove last remnants of main's filter code
13775
13776 2002-11-01 [paul]       0.8.5claws66
13777
13778         * tools/filter_conv.pl
13779                 fix bug where user-defined headers were ignored
13780
13781 2002-11-01 [paul]       0.8.5claws65
13782
13783         * src/logwindow.c
13784                 make a debug_print() not translatable
13785
13786 2002-10-31 [melvin]     0.8.5claws64
13787
13788         * ac/aspell.m4
13789                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13790                 not run any GNU/aspell test.  The dictionary path will
13791                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13792                 was given, in which case, it will be $prefix/lib/aspell/
13793         * configure.in
13794                 Fixed typo in commentary (Aspell code).
13795
13796 2002-10-31 [paul]       0.8.5claws63
13797
13798         * po/POTFILES.in
13799                 remove src/filter.c and src/prefs_filter.c
13800                 thanks to Ricardo for reminding me
13801
13802 2002-10-31 [colin]      0.8.5claws62
13803
13804         * src/mbox_folder.c
13805                 Plug some leaks
13806
13807 2002-10-31 [paul]       0.8.5claws61
13808
13809         * src/prefs_filter.[ch] ** REMOVED **
13810           src/filter.[ch]       ** REMOVED **
13811           
13812         * src/Makefile.am
13813           src/folderview.c
13814           src/inc.c
13815           src/main.c
13816           src/mainwindow.c
13817           src/mbox.c
13818           src/prefs_common.c
13819           src/prefs_filtering.c
13820           src/summaryview.[ch]
13821                 remove main's 'filter' code
13822                 
13823         README.claws
13824                 update to reflect removal of main's filter
13825
13826 2002-10-31 [paul]       0.8.5claws60
13827
13828         * src/summaryview.c
13829                 remove check for global_processing in summary_filter_open(). 
13830                 This fixes the bug where if the user uses the right-click 
13831                 'Create filter rule...' and doesn't have any filter rules 
13832                 already defined in claws' advanced filtering, the newly 
13833                 created filter rule goes to main's filtering which is 
13834                 inaccessible through the gui. Now the filter rule gets added
13835                 to claws' filtering by default.
13836
13837 2002-10-28 [melvin]     0.8.5claws59
13838
13839         * src/prefs_actions.c
13840                 Fixed bug #627322 where MIME parts were not always
13841                 correctly passed to a %p action
13842                 Display an error dialog when message filename is not found.
13843
13844 2002-10-28 [melvin]     0.8.5claws58
13845
13846         * src/prefs_common.c
13847                 Readded a missing function declaration lost in 0.8.3claws34
13848
13849 2002-10-28 [paul]       0.8.5claws57
13850
13851         * sync with 0.8.5cvs15
13852                 see ChangeLog 2002-10-28 and 2002-10-25
13853                 
13854         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13855
13856 2002-10-27 [oliver]     0.8.5claws56
13857
13858         * src/pop.c
13859                 plug leak in pop3_top_recv
13860
13861 2002-10-26 [christoph]  0.8.5claws55
13862
13863         * src/folder.c
13864                 set need_update folder flag when messages are added
13865                 (closes bug [ 626922 ] folder not updated after receiving)
13866
13867 2002-10-25 [melvin]     0.8.5claws54
13868
13869         * src/imageview.c
13870                 Fixed a memleak introduced in the scaling code.
13871
13872 2002-10-24 [alfons]     0.8.5claws53
13873
13874         * src/filtering.c
13875                 make filtering's forward message action forward from the 
13876                 correct account
13877                 (closes bug [628089 ] Filter -> Forward from address problem
13878                 reported by Oktay)
13879
13880 2002-10-24 [christoph]  0.8.5claws52
13881
13882         * src/mainwindow.c
13883         * src/manual.[ch]
13884                 o use manual of current locale or english if current
13885                   locale is not available (and english is available)
13886                 o also link to sylpheed doc project manuals
13887
13888 2002-10-23 [paul]       0.8.5claws51
13889
13890         * tools/README
13891           tools/kmail2sylpheed_v2.pl
13892                 add new version of kmail addressbook importer script.
13893                 works with newer versions of Kmail/KAddressBook which
13894                 have new and rearranged data.
13895
13896 2002-10-23 [martin]     0.8.5claws50
13897
13898         * src/folderview.c
13899         * src/summaryview.c
13900         * src/utils.h
13901         * src/utils.c
13902                 added length parameter to get_abbrev_newsgroup_name()
13903                 changed this function so that it abbreviates the newsgroup
13904                 names only so long it is smaller than the length parameter
13905                 (for better reading of some newsgroup names and space efficiency)
13906
13907 2002-10-22 [colin]      0.8.5claws49
13908
13909         *src/foldersel.c
13910                 Revert Alfons' last modification (after voting ;-))
13911
13912 2002-10-21 [alfons]     0.8.5claws48
13913
13914         * src/foldersel.c
13915                 folder view in folder selection dialog reflects state of
13916                 folder view in main window
13917
13918 2002-10-18 [alfons]     0.8.5claws47
13919
13920         * src/mbox.c
13921                 drop imported messages in folder selected by user,
13922                 and not in the inbox
13923                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
13924
13925 2002-10-18 [alfons]     0.8.5claws46
13926
13927         * src/compose.c
13928                 make automagic reply work correctly for email accounts 
13929                 (whether it's viable to do a full sync with Hiro's 
13930                 compose.c is still under discussion)
13931
13932 2002-10-18 [melvin]     0.8.5claws45
13933
13934         * src/prefs_actions.c
13935                 Fixed bug #622275 where asynchroneous actions left 
13936                 zombies processes
13937                 Made (synchroneous) actions' input be displayed live.
13938
13939 2002-10-18 [christoph]  0.8.5claws44
13940
13941         * src/textview.c
13942                 don't add a newline in the textview in front of the
13943                 first textpart if header display is disabled
13944                 (closes bug [ 603385 ] disabled header display leaves blank
13945                  lin)
13946
13947 2002-10-18 [christoph]  0.8.5claws43
13948
13949         * src/folder.[ch]
13950         * src/imap.c
13951         * src/mbox_folder.c
13952         * src/mh.c
13953         * src/news.c
13954                 folder->get_num_list now returns an error code
13955                 (closes bug [ 609424 ] News cache cleared on failure)
13956                 
13957 2002-10-17 [colin]      0.8.5claws42
13958         
13959         * src/news.c
13960                 Changed a printf by debug_print
13961
13962 2002-10-16 [paul]       
13963
13964         * tools/OOo2sylpheed.pl
13965                 allow for spaces in the name of the
13966                 file to be attached.
13967
13968 2002-10-16 [colin]      0.8.5claws41
13969
13970         * src/main.c
13971                 Use a tristate to change online mode
13972
13973 2002-10-16 [paul]       0.8.5claws40
13974
13975         * po/es.po
13976                 updated by Ricardo Mones Lastra
13977
13978 2002-10-16 [colin]      0.8.5claws39
13979
13980         * src/main.c
13981           src/mainwindow.[ch]
13982                 Added --online and --offline command-line
13983                 switches
13984
13985 2002-10-15 [christoph]  0.8.5claws38
13986
13987         * src/procmime.c
13988                 set mimeinfo->name to NULL after g_free to
13989                 avoid double freeing with g_free
13990
13991 2002-10-14 [christoph]  0.8.5claws37
13992
13993         * src/compose.c
13994         * src/filtering.c
13995         * src/summaryview.c
13996                 remove calls to folder->change_flags that are now
13997                 done by procmsg flag functions (seems it is not
13998                 used by any foldertype anyway)
13999         * src/folder.c
14000                 init folder->change_flags with NULL
14001
14002 2002-10-14 [christoph]  0.8.5claws36
14003
14004         * src/folder.[ch]
14005         * src/imap.[ch]
14006                 use virtual functions for folder item new and destroy
14007                 functions
14008
14009 2002-10-14 [melvin]     0.8.5claws35
14010
14011         * src/compose.c
14012                 Added a test to not run the spell checker if no default
14013                 dictionary is available. No dialog is displayed though.
14014
14015 2002-10-14 [melvin]     0.8.5claws34
14016
14017         * src/gtkaspell.c
14018                 Fixed bug in dictionary list context menu where
14019                 "More..." pointed to an emtpy submenu if the
14020                 number of dictionaries is a multiple of 15
14021                 Removed unneeded code in suggestions list creation
14022
14023 2002-10-14 [paul]       0.8.5claws33
14024
14025         * po/bg.po
14026                 updated by George Danchev
14027
14028 2002-10-13 [hoa]        0.8.5claws32
14029
14030         * src/matcher.[ch]
14031           src/matcher_parser_parser.y
14032                 removed the escaped string from internal structure
14033                 of matcher.
14034
14035 2002-10-12 [colin]      0.8.5claws31
14036
14037         * src/gtksctree.[ch]
14038           src/summaryview.c
14039                 Removed useless function gtksctree_reanchor
14040
14041 2002-10-12 [alfons]     0.8.5claws30
14042         
14043         * sync with remaining main changes 2002-10-09 - 2002-10-11
14044         - drop changes to src/compose.c (requires claws specific changes)
14045         
14046 2002-10-12 [alfons]     0.8.5claws29
14047         
14048         * sync with main changes of 2002-10-08
14049         - drop changes to src/compose.c (requires claws specific changes)
14050         - drop changes to src/summaryview.c (requires changes to compose.c)     
14051
14052 2002-10-12 [alfons]     0.8.5claws28
14053         
14054         * sync with main changes of 2002-10-07
14055
14056 2002-10-12 [alfons]     0.8.5claws27
14057
14058         * sync with main changes of 2002-10-04
14059         - drop changes to src/compose.c (requires claws specific changes)
14060         - drop changes to src/prefs_folder_item.c (claws implementation
14061           seems to be working)
14062
14063 2002-10-12 [colin]      0.8.5claws26
14064
14065         * src/mainwindow.c
14066                 Fix folder-flicker when space-reading, introduced 
14067                 in claws22.
14068
14069 2002-10-12 [colin]      0.8.5claws25
14070
14071         * src/compose.c
14072                 Save account address when saving as draft.
14073                 (closes bug 621838)
14074
14075 2002-10-12 [colin]      0.8.5claws24
14076
14077         * src/summaryview.c
14078                 Fix the problem consisting of no message selected
14079                 after the last message in a folder has been moved.
14080
14081 2002-10-12 [paul]       0.8.5claws23
14082
14083         * src/compose.c
14084           src/prefs_template.c
14085           src/template.[ch]
14086                 add Cc and Bcc to templates. Patch submitted by
14087                 John L. Males.
14088
14089 2002-10-12 [colin]      0.8.5claws22
14090
14091         * src/folderview.c
14092                 Fix a bug after "Check for new messages":
14093                 If a folder was opened, it was still selected at
14094                 the end of the check, but displayed empty.
14095         * src/mainwindow.c
14096                 Remove unnecessary check
14097
14098 2002-10-12 [paul]
14099
14100         * tools/README
14101                 be more verbose in the description of
14102                 OOo2sylpheed.pl
14103                 
14104
14105 2002-10-11 [colin]      0.8.5claws21
14106
14107         * src/mainwindow.c
14108                 Make space work (better) when no mail is selected
14109
14110 2002-10-11 [colin]      0.8.5claws20
14111
14112         * src/inc.c
14113           src/news.c
14114                 fix warnings
14115
14116 2002-10-11 [colin]      0.8.5claws19
14117
14118         * src/mainwindow.c
14119                 revert 0.8.5claws6 changes as i couldn't get to
14120                 anything satisfying
14121
14122 2002-10-11 [melvin]     0.8.5claws18
14123
14124         * src/compose.c
14125                 Removed buggy and unused macro (should have been committed in
14126                 0.8.5claws17)
14127
14128 2002-10-11 [melvin]     0.8.5claws17
14129
14130         * src/compose.c
14131                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
14132
14133 2002-10-11 [thorsten]   0.8.5claws16 
14134
14135         * src/folderview.c
14136                 remove rescan warning
14137
14138 2002-10-11 [colin]      0.8.5claws15 
14139
14140         * src/procheader.c
14141                 fix a segfault that happens if conv_unmime_header
14142                 fails (should be better to find out why it fails)
14143
14144 2002-10-11 [christoph]  0.8.5claws14
14145
14146         * src/summaryview.c
14147                 update folderview stats after ignore/unignore thread
14148
14149 2002-10-11 [hoa]        0.8.5claws13
14150
14151         * src/quote_fmt_parse.y
14152                 Fixed a yacc/bison syntax error
14153         * src/matcher.c
14154                 Escaping of string is fixed.
14155
14156 2002-10-11 [colin]      0.8.5claws12
14157
14158         * src/imageview.c
14159                 Resize images to fit
14160
14161 2002-10-11 [paul]       0.8.5claws11
14162
14163         * po/es.po
14164                 updated by Ricardo Mones Lastra
14165
14166 2002-10-10 [alfons]     0.8.5claws10
14167
14168         * src/compose.c
14169                 allow dropping files by "moving" files from a file manager,
14170                 not only by the more cumbersome "copying". the latter 
14171                 mostly implies holding down the Control button
14172
14173 2002-10-10 [christoph]  0.8.5claws9
14174
14175         * src/summaryview.c
14176                 update folders after thread building for ignored threads
14177
14178 2002-10-10 [christoph]  0.8.5claws8
14179
14180         * config/.cvsignore
14181                 added Makefile
14182         * src/filtering.[ch]
14183         * src/folder.[ch]
14184         * src/folderview.[ch]
14185         * src/import.c
14186         * src/inc.[ch]
14187         * src/mbox.[ch]
14188         * src/procmsg.c
14189         * src/summaryview.[ch]
14190                 o added new flag need_update to FolderItem
14191                 o removed folder_table from various functions from tracking
14192                   folder updates
14193                 o set need_update flags in folder.c's move, copy and delete
14194                   functions and procmsg's flags functions
14195                 o added function folderview_update_items_when_required that
14196                   updates all folders with need_update set
14197                 o call folderview_update_items_when_required instead of
14198                   folderview_update_item_foreach
14199
14200 2002-10-09 [sergey]     0.8.5claws7
14201
14202         * src/compose.c
14203                 Strip CRs whel loading the text into editor in reedit mode.
14204
14205 2002-10-09 [colin]      0.8.5claws6
14206
14207         * src/mainwindow.c
14208                 Make Space work when no mail is selected
14209
14210 2002-10-09 [colin]      0.8.5claws5
14211
14212         * src/gtksctree.[ch]
14213                 Fix range_select
14214                 Add gtk_sctree_reanchor() 
14215         * src/summaryview.c
14216                 Use gtk_sctree_reanchor() - better fix for 
14217                 bug 60413
14218
14219 2002-10-09 [colin]      0.8.5claws4
14220
14221         * src/summaryview.c
14222                 Fix shift-click select after delete problem
14223                 (closes bug 60413)
14224
14225 2002-10-08 [thorsten]   0.8.5claws3
14226
14227         * src/summaryview.c
14228                 exclude current msg from -hide read messages-
14229
14230 2002-10-08 [colin]      0.8.5claws2
14231
14232         * src/inc.[ch]
14233           src/pop.c
14234           src/recv.c
14235                 Differentiate socket errors from disk full
14236                 errors
14237
14238 2002-10-08 [christoph]  0.8.5claws1
14239
14240         * Makefile.am
14241         * configure.in
14242                 modifications for new config directory
14243
14244         * config.guess  ** REMOVED **
14245         * config.sub    ** REMOVED **
14246         * install-sh    ** REMOVED **
14247         * ltmain.sh     ** REMOVED **
14248         * missing       ** REMOVED **
14249         * mkinstalldirs ** REMOVED **
14250                 these files are autogenerated by automake
14251                 when you run autogen.sh
14252
14253         * config/.cvsignore     ** NEW FILE **
14254         * config/Makefile.am    ** NEW FILE **
14255                 ignore autogenerated files
14256                 create a Makefile in this directory
14257
14258 2002-10-08 [paul]       0.8.5claws
14259
14260         * 0.8.5claws release
14261         
14262         * src/compose.c
14263           src/procheader.c
14264           src/procmsg.c
14265                 fix quote reply format for newsgroups reply bug
14266                 (thanks to Hoa)
14267                 
14268         * po/en_GB.po
14269           po/pl.po
14270                 updated by me and Witold Wladyslaw Wojciech Wilk
14271                 repectively
14272
14273 2002-10-07 [paul]       0.8.3claws53
14274
14275         * po/it.po
14276           po/pt_BR.po
14277           po/sr.po
14278                 updated messages catalogs, submitted by
14279                 Alessandro Maestri, Fabio Jr.Beneditto 
14280                 and Urke MMI, respectively.
14281
14282 2002-10-07 [christoph]  0.8.3claws52
14283
14284         * src/folder.[ch]
14285         * src/folderview.c
14286         * src/mainwindow.c
14287                 fix new folder ghost message bug
14288                 (closes bug [ 619722 ] wrong count for newly created folders)
14289
14290 2002-10-07 [christoph]  0.8.3claws51
14291
14292         * src/compose.c
14293                 fix news posting problem
14294
14295 2002-10-07 [melvin]     0.8.3claws50
14296
14297         * po/fr.po
14298                 Updated French translation
14299
14300 2002-10-05 [christoph]  0.8.3claws49
14301
14302         * src/gtkstext.c
14303                 check if line_start_cache is set in gtk_stext_update_text
14304                 (closes bug [ 618119 ] crash while doing search in folder)
14305
14306 2002-10-05 [christoph]  0.8.3claws48
14307
14308         * src/imap.c
14309         * src/news.c
14310         * src/utils.c
14311         * src/utils.h
14312                 implement cache cleanups for claws' folder system
14313                 (closes bug [ 595916 ] imapcache not cleaned up)
14314
14315 2002-10-05 [melvin]     0.8.3claws47
14316
14317         * src/prefs_actions.c
14318                 Made the help text more clear for the %p token
14319
14320 2002-10-04 [paul]       0.8.3claws46
14321
14322         * sync with 0.8.5
14323                 see ChangeLog 2002-10-02 and 2002-10-03
14324
14325 2002-10-04 [christoph]  0.8.3claws45
14326
14327         * src/inc.c
14328                 fix segfault caused by pop before smtp
14329                 call to inc_account_mail with NULL
14330                 pointer for mainwin
14331
14332 2002-10-04 [paul]       0.8.3claws44
14333
14334         * configure.in
14335                 sync the LDAP detection from 0.8.5cvs1
14336
14337 2002-10-02 [christoph]  0.8.3claws43
14338
14339         * po/de.po
14340                 fix small spelling error
14341
14342 2002-10-02 [melvin]     0.8.3claws42
14343
14344         * ac/aspell.m4
14345                 Behave better and say "no" when test program cannot be run.
14346
14347 2002-10-02 [paul]       0.8.3claws41
14348
14349         * sync with 0.8.4cvs1
14350                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14351                 
14352         * src/summaryview.c
14353                 toggle the behavior of Reply menuitem between
14354                 normal reply and reply-to-list
14355
14356 2002-10-01 [sergey]     0.8.3claws40
14357
14358         * src/compose.c
14359                 Convert newlines in the message text to the canonical form
14360                 before base64 encoding (RFC2045 compliance, fixes some
14361                 interoperability issues with Evolution 1.0.3)
14362
14363 2002-09-29 [colin]      0.8.3claws39
14364
14365         * src/summaryview.c
14366                 Fix an unwanted copy/paste
14367
14368 2002-09-29 [colin]      0.8.3claws38
14369
14370         * src/mainwindow.c
14371                 Renamed "Custom toolbar" to "Customize toolbar"
14372                 Renamed "Show all header" to "Show all headers"
14373                 Renamed "Set diplay item" to "Set displayed items"
14374         * src/prefs_common.c
14375                 Renamed "Show all header" to "Show all headers"
14376         * src/prefs_summary_column.c
14377                 Renamed "diplay item" to "displayed items"
14378
14379 2002-09-29 [colin]      0.8.3claws37
14380
14381         * src/mainwindow.[ch]
14382                 online/offline status pixmaps follow theme
14383                 changes
14384         * src/summaryview.[ch]
14385                 quicksearch pixmap follows theme changes
14386
14387 2002-09-29 [thorsten]   0.8.3claws36
14388
14389         * src/compose.c
14390           src/prefs_folder_item.[ch]
14391                 add default_reply_to folder option (closes patch 581044)
14392
14393 2002-09-29 [christoph]  0.8.3claws35
14394
14395         * acconfig.h    ** REMOVED **
14396         * configure.in
14397         * ac/aspell.m4
14398         * ac/check-type.m4
14399         * ac/gnupg-check-typedef.m4
14400                 fix autoheader 2.50 warning
14401
14402 2002-09-29 [christoph]  0.8.3claws34
14403
14404         * major code cleanup (part 2)
14405         
14406                 - unused variables removed
14407                 - unused functions removed
14408                 - uninitialized variables checked
14409                 - missing return statements added
14410                 - missing function return types added
14411                 - added parentheses around assignment
14412                   when suggested by gcc
14413
14414 2002-09-29 [alfons]     0.8.3claws33
14415
14416         * src/logwindow.c
14417                 log_window_clear(): only bracket gtk_text_forward_delete() 
14418                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14419                 works around GTK text bug)
14420
14421 2002-09-29 [paul]       0.8.3claws32
14422
14423         * po/bg.po
14424           po/sr.po
14425                 updated by George Danchev and Urke MMI
14426                 respectively
14427
14428 2002-09-27 [christoph]  0.8.3claws31
14429
14430         * doc-src/readme.txt
14431         * doc-src/rfc1806.txt   ** REMOVED **
14432         * doc-src/rfc2183.txt   ** NEW FILE **
14433         * doc-src/rfc2980.txt   ** NEW FILE **
14434                 update rfcs
14435
14436 2002-09-27 [melvin]     0.8.3claws30
14437
14438         * ac/aspell.m4
14439                 Fixed typo which could break linking
14440
14441 2002-09-27 [melvin]     0.8.3claws29
14442
14443         * ac/aspell.m4
14444                 Improved GNU/aspell checking. 
14445                 Fixed bug #614490
14446
14447 2002-09-27 [paul]       0.8.3claws28
14448
14449         * sync with 0.8.3cvs8
14450                 see ChangeLog 2002-09-27
14451
14452 2002-09-26 [colin]      0.8.3claws27
14453
14454         * src/toolbar.[ch]
14455           src/mainwindow.[ch]
14456                 Add "Reply to Mailing-list" to the toolbar
14457
14458 2002-09-26 [christoph]  0.8.3claws26
14459
14460         * src/summaryview.c
14461                 Fix wrong message counts in summaryview status
14462
14463 2002-09-26 [paul]       0.8.3claws25
14464
14465         * sync with 0.8.3cvs7
14466                 see ChangeLog 2002-09-26
14467
14468 2002-09-26 [paul]       0.8.3claws24
14469
14470         * sync with 0.8.3cvs6
14471                 see ChangeLog 2002-09-25
14472
14473 2002-09-25 [christoph]  0.8.3claws23
14474
14475         * src/prefs_common.c
14476         * src/prefs_folder_item.c
14477         * src/prefs_scoring.c
14478                 Renamed "kill score" to "hide score" in GUI
14479                 and prefs files
14480
14481 2002-09-25 [paul]       0.8.3claws22
14482
14483         * sync with 0.8.3cvs5
14484                 see ChangeLog 2002-09-24
14485
14486 2002-09-24 [alfons]     0.8.3claws21
14487
14488         patch by Satoshi Nagayasu: allows appending / saving multiple 
14489         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14490         'Save as ...'")
14491
14492         * AUTHORS
14493                 add Satoshi Nagayasu
14494         * src/summaryview.c
14495                 summary_save_as(): allow saving selected files to
14496                 one file
14497                 summary_set_menu_sensitive: enable "Save As..." when
14498                 multiple files are selected
14499         * src/utils.[ch]
14500                 append_file(): new function
14501
14502 2002-09-24 [colin]      0.8.3claws20
14503
14504         * src/procmime.c
14505                 Fix segfault when mimeinfo doesn't have a 
14506                 content_type. 
14507
14508 2002-09-24 [colin]      0.8.3claws19
14509
14510         * src/prefs_common.[ch]
14511                 Add a preference to display send dialog or not
14512         * src/send.c
14513                 Display send dialog according to preference
14514
14515 2002-09-24 [colin]      0.8.3claws18
14516
14517         * src/compose.[ch]
14518                 Disable user actions when sending
14519
14520 2002-09-24 [colin]      0.8.3claws17
14521
14522         * src/procmime.c
14523                 Do not display name or filename for attachments
14524                 with an application/pgp-signature type
14525                 (security flaw, see bug 537413)
14526
14527 2002-09-23 [colin]      0.8.3claws16
14528
14529         * src/editaddress.c
14530                 Initialize entry_email, entry_alias and 
14531                 entry_remarks to first email address of the list
14532
14533 2002-09-23 [colin]      0.83claws15
14534
14535         * src/compose.c
14536                 Drop pgp-signature when reediting a signed queued
14537                 message
14538
14539 2002-09-23 [melvin]     0.8.3claws14
14540
14541         * po/fr.po
14542                 Updated French translation
14543
14544 2002-09-23 [melvin]     0.8.3claws13
14545
14546         * src/mainwindow.c
14547                 Made custom toolbar menu labels more consistent
14548         * src/prefs_toolbar.c
14549                 Made custom toolbar window title more consistent
14550
14551 2002-09-22 [colin]      0.8.3claws12
14552
14553         * src/inc.c
14554                 Initialize session type to normal before getting 
14555                 mail (fixes strange Get behaviour)
14556         * src/prefs_account.h
14557                 Move STYPE_POP_BEFORE_SMTP to last position to 
14558                 avoid other side-effects
14559
14560 2002-09-22 [colin]      0.8.3claws11
14561
14562         * src/prefs_account.c
14563                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14564                 from pop3 to apop or vice-versa
14565
14566 2002-09-22 [colin]      0.8.3claws10
14567         
14568         * src/prefs_account.[ch]
14569                 Add an option for the POP before SMTP timeout
14570         * src/inc.c
14571                 Remember time of last POP connection
14572         * src/send.c
14573                 Do POP before SMTP only if timeout reached
14574
14575 2002-09-22 [oliver]     0.8.3claws9
14576         
14577         * README.claws
14578                 explain custom toolbar
14579
14580 2002-09-22 [oliver]     0.8.3claws8
14581
14582         * src/prefs_actions.[ch]
14583         custom toolbar for compose      
14584                 actions callback from compose toolbar
14585         * src/folderview.c
14586                 remove include toolbar.h
14587
14588 2002-09-22 [oliver]     0.8.3claws7
14589         
14590         * src/prefs_toolbar.[ch]
14591                 custom toolbar for compose
14592                 - generic prefs_toolbar handles both
14593                   Mainwin's toolbar as well as Compose toolbar          
14594
14595 2002-09-22 [oliver]     0.8.3claws6
14596         
14597         * src/toolbar.[ch]
14598                 custom toolbar for compose
14599                 restructure toolbar.[ch]
14600
14601 2002-09-22 [oliver]     0.8.3claws5
14602
14603         * src/compose.[ch]
14604                 custom toolbar for compose
14605
14606 2002-09-22 [oliver]     0.8.3claws4
14607         
14608         * src/mainwindow.[ch]
14609                 custom toolbar for compose 
14610                 move mainwin toolbar back to mainwindow
14611
14612 2002-09-22 [alfons]     0.8.3claws3
14613
14614         * src/procmsg.c
14615                 :%sno/if(/if (/gc
14616                 :%sno/for(/for (/gc
14617                 (beautify)
14618
14619 2002-09-22 [alfons]     0.8.3claws2
14620         
14621         * src/procmsg.c
14622                 procmsg_save_to_outbox(): don't unlink message file from queue;
14623                 callers should do it using folder_item_remove_msg()
14624
14625 2002-09-22 [colin]      0.8.3claws1
14626
14627         * src/mimeview.[ch]
14628                 Made mimeview_check_signature() public
14629         * src/textview.c
14630                 Made GPG signatures verifiable by clicking
14631                 the [application/pgp-signature] in the Text
14632                 view
14633
14634 2002-09-22 [paul]       0.8.3claws
14635
14636         * po/bg.po
14637           po/en_GB.po
14638           po/es.po
14639           po/it.po
14640           po/pl.po
14641           po/pt_BR.po
14642           po/sr.po
14643                 updated translations, submitted by George Danchev,
14644                 me, Ricardo Mones Lastra, Alessandro Maestri,
14645                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14646                 and Urke MMI, respectively.     
14647
14648 2002-09-22 [alfons]     0.8.2claws65
14649
14650         * src/procmsg.c
14651         * src/pgptext.c
14652                 no furry valgrinds have been used to plug these memleaks
14653
14654 2002-09-20 [paul]       0.8.2claws64
14655
14656         * sync with 0.8.3cvs4
14657                 'Select thread' re-implemented 
14658                 see ChangeLog 2002-09-20
14659
14660 2002-09-21 [alfons]     0.8.2claws63
14661
14662         * src/compose.c
14663                 compose_send(): plug unnoticed memleak
14664
14665 2002-09-20 [alfons]     0.8.2claws62
14666
14667         * src/addr_compl.c
14668                 replace_address_in_edit(): strict check for NULL address to
14669                 fix "[ 607348 ] Segfault in address completion". My guess is
14670                 that this happens with an empty address book, but it's good
14671                 to have this check here anyway
14672                 
14673                 completion_window_button_press(): free string returned 
14674                 from the internal cache
14675
14676 2002-09-20 [christoph]  0.8.2claws61
14677
14678         * src/procmime.h
14679                 added ENC_BINARY to EncodingType
14680         * src/procmime.c
14681                 the string returned by procmime_get_encoding_str
14682                 should not depend on the order of values in the
14683                 EncodingType definition
14684         * doc-src/rfc1806.txt   ** NEW FILE **
14685                 Added rfc1806 about MIME Content-Disposition
14686                 Extension
14687
14688 2002-09-19 [paul]       0.8.2claws60
14689
14690         * sync with 0.8.2cvs3
14691                 see ChangeLog 2002-09-19
14692
14693 2002-09-19 [paul]       0.8.2claws59
14694
14695         * src/prefs_folder_item.c
14696                 revert to Darko's original alignment of colour
14697                 selector button
14698                 add a colon to folder_color label
14699                 
14700         * src/compose.c
14701                 add Colin's patch (with Hiro's modifications) to 
14702                 force BASE64 encoding for 8-bit text when signing
14703                 (sync with 0.8.3cvs2)
14704
14705 2002-09-18 [alfons]     0.8.2claws58
14706
14707         * src/compose.c
14708                 :%sno/if(/if (/gc
14709                 :%sno/for(/for (/gc
14710                 (beautify a little bit)
14711
14712 2002-09-18 [christoph]  0.8.2claws57
14713
14714         * src/pine.c
14715                 fix handling of fgetc return value
14716
14717 2002-09-17 [alfons]     0.8.2claws56
14718         
14719         * src/summaryview.c
14720                 summary_sort(): check non-NULL summaryview->folder_item when no 
14721                 folder is selected at all
14722                 (closes "[ 610344 ] sort label make syl Crash")
14723
14724 2002-09-17 [alfons]     0.8.2claws55
14725         
14726         * src/compose.c
14727                 beautify a little bit
14728
14729 2002-09-17 [christoph]  0.8.2claws54
14730
14731         * src/folder.c
14732                 initialize max values for cache and folder
14733                 when cache or folder is empty
14734
14735 2002-09-15 [colin]      0.8.2claws53
14736
14737         * src/compose.c
14738                 Fix a leak (thanks Alfons!) and cleaned
14739                 variables names for custom headers
14740
14741 2002-09-15 [colin]      0.8.2claws52
14742
14743         * src/compose.c
14744                 Fix custom headers recognition when
14745                 prefs_common.trans_hdr is on
14746
14747 2002-09-15 [colin]      0.8.2claws51
14748
14749         * src/compose.c
14750                 Allow dynamically-added custom headers
14751                 Yet not reparsed if reedited
14752
14753 2002-09-15 [alfons]     0.8.2claws50
14754
14755         * src/prefs_account.c
14756                 fix warnings
14757
14758 2002-09-15 [colin]      0.8.2claws49
14759         
14760         * src/prefs_account.c
14761                 fix pop_before_smtp sensitivity
14762
14763 2002-09-15 [colin]      0.8.2claws48
14764
14765         * src/inc.[ch]
14766                 add inc_pop_before_smtp()
14767                 allow MainWindow to be undefined in 
14768                 inc_account_mail() and inc_start()
14769         * src/pop.c
14770           src/prefs_account.h
14771                 add STYPE_POP_BEFORE_SMTP session type
14772         * src/prefs_account.c
14773                 activated pop before smtp option
14774         * src/send.c
14775                 do pop before smtp if the relevant option 
14776                 is set
14777
14778 2002-09-15 [paul]       0.8.2claws47
14779
14780         * sync with 0.8.3
14781                 see ChangeLog 2002-09-15
14782
14783 2002-09-14 [paul]       0.8.2claws46
14784
14785         * po/bg.po
14786                 updated Bulgarian translation, submitted by
14787                 George Danchev
14788
14789 2002-09-13 [paul]       0.8.2claws45
14790
14791         * src/compose.c
14792                 merge claws' select_account() with main's
14793                 (new) compose_select_account(). [sync with
14794                 0.8.2cvs15, see ChangeLog 2002-09-11]
14795
14796 2002-09-12 [christoph]  0.8.2claws44
14797
14798         * src/filter.c
14799                 allocate 1 elements of FolderItem not 0
14800
14801 2002-09-12 [colin]      0.8.2claws43
14802
14803         * src/compose.c
14804                 Fix bug #590825 (obey Follow-up: poster)
14805
14806 2002-09-12 [colin]      0.8.2claws42
14807
14808         * src/procmime.c
14809                 Fix bug #557009 (wrong headers for messages 
14810                 forwarded as attachments)
14811
14812 2002-09-11 [colin]      0.8.2claws41
14813         
14814         * src/compose.c
14815                 Put SCF: pseudo-header on top of message
14816                 Set draft tmp_flag when saved as draft
14817
14818         * src/procmsg.c
14819           src/procheader.c
14820                 Skip after first \n\n for beginning of real message
14821                 for drafts too
14822
14823 2002-09-11 [christoph]  0.8.2claws40
14824
14825         * src/filtering.c
14826                 use procmsg flag functions in filtering or processing
14827                 will cause incorrect folder message counts
14828
14829 2002-09-11 [colin]      0.8.2claws39
14830
14831         * src/compose.c
14832                 Fix bug #550175 - wrong save folder when reediting
14833                 drafts
14834
14835 2002-09-11 [paul]       0.8.2claws38
14836
14837         * sync with 0.8.2cvs14
14838                 see ChangeLog 2002-09-11
14839
14840 2002-09-11 [colin]      0.8.2claws37
14841
14842         * src/folder.c
14843                 Fix a typo (seeming to cause new/unread status to
14844                 be lost)
14845
14846 2002-09-10 [christoph]  0.8.2claws36
14847
14848         * src/compose.c
14849                 compose_redirect should not use compose_generic_new
14850                 because that does more stuff than expected including
14851                 opening the external editor
14852                 (closes bug "[ 526608 ] bounced messages appear blank
14853                  in editor")
14854
14855 2002-09-10 [christoph]  0.8.2claws35
14856
14857         * src/folder.c
14858                 fix problem with too large message number range
14859                 causing a crash in folder_item_scan
14860
14861 2002-09-10 [paul]       0.8.2claws34
14862
14863         * sync with 0.8.2cvs13
14864                 see ChangeLog 2002-09-10
14865
14866 2002-09-10 [christoph]  0.8.2claws33
14867
14868         * src/msgcache.c
14869                 set MsgInfo TmpFlags for queue and draft folders
14870                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14871
14872 2002-09-10 [paul]       0.8.2claws32
14873
14874         * AUTHORS
14875           po/bg.po      ** NEW FILE **
14876                 new Bulgarian translation submitted by
14877                 George Danchev <danchev@spnet.net>
14878                 
14879         * tools/Makefile.am
14880           tools/README
14881           tools/tb2sylpheed     ** NEW FILE **
14882                 add script that converts an addressbook exported
14883                 from The Bat! into a Sylpheed addressbook. Submitted
14884                 by Urke MMI <urke-kg@eunet.yu>
14885
14886 2002-09-10 [paul]       0.8.2claws31
14887
14888         * sync with 0.8.2cvs12
14889                 see ChangeLog 2002-09-10
14890
14891 2002-09-06 [paul]       0.8.2claws30
14892
14893         * src/prefs_common.c
14894                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14895                 
14896         * tools/Makefile.am
14897           tools/README
14898           tools/ldif-to-xml.py  ** REMOVED **
14899                 remove obsolete python script
14900
14901 2002-09-06 [paul]       0.8.2claws29
14902
14903         * sync with 0.8.2cvs10
14904                 see ChangeLog 2002-09-06
14905
14906 2002-09-04 [paul]       0.8.2claws28
14907
14908         * sync with 0.8.2cvs9
14909                 see ChangeLog 2002-08-04
14910
14911 2002-09-04 [colin]      0.8.2claws27 
14912
14913         * src/prefs_common.[ch]
14914                 Added signature color configuration
14915         * src/textview.c
14916                 Use user-specified signature color
14917
14918 2002-09-03 [colin]      0.8.2claws26
14919
14920         * src/prefs_common.[ch]
14921                 Added autosave and autosave_length prefs
14922         * src/compose.c
14923                 Added compose_remove_draft()
14924                 Auto-save drafts according to the prefs
14925         * src/main.c
14926                 Added a crash-indicator file, allowing to check
14927                 for new messages on startup if Sylpheed crashed
14928                 (makes saved drafts "reappear")
14929
14930 2002-09-03 [colin]      0.8.2claws25
14931
14932         * src/textview.[ch]
14933                 Grey the signature
14934
14935 2002-09-03 [paul]       0.8.2claws24
14936
14937         * sync with 0.8.2cvs8
14938                 see ChangeLog 2002-09-02 and 2002-09-03
14939
14940 2002-09-03 [darko]      0.8.2claws23
14941
14942         * src/folderview.c
14943                 use normal style when creating new folder to pick
14944                 proper font size 
14945
14946 2002-09-02 [melvin]     0.8.2claws22
14947
14948         * src/gtkaspell.m4
14949                 removed some obsolete code
14950
14951 2002-09-02 [melvin]     0.8.2claws21
14952
14953         * ac/aspell.m4
14954                 fixed test's equality sign (== to =)
14955
14956 2002-09-02 [alfons]     0.8.2claws20
14957
14958         * src/folder.c
14959         * src/mh.c
14960                 revert change of 0.8.2claws16 and use the mh_folder_destroy
14961                 as folder->destroy virtual as suggested by Hiro
14962                 (the mh.c code seems to have been lost around mh.c.1.21)
14963
14964 2002-09-02 [paul]       0.8.2claws19
14965
14966         * po/pt_BR.po
14967                 updated by Fabio Jr. Beneditto
14968                 
14969         * src/defs.h
14970                 use 'http://claws.sylpheed.org' for homepage link. 
14971                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
14972
14973 2002-09-01 [alfons]     0.8.2claws18
14974
14975         * src/mh.c
14976                 plug memleak related to one Martin Kluge found
14977
14978 2002-08-31 [paul]       0.8.2claws17
14979
14980         * sync with 0.8.2cvs6
14981                 see ChangeLog 2002-08-30
14982
14983 2002-08-31 [alfons]     0.8.2claws16
14984
14985         * src/folder.c
14986                 folder_destroy(): remove mailbox from folderlist even if it has
14987                 no destroy virtual
14988
14989 2002-08-31 [alfons]     0.8.2claws15
14990
14991         * src/folder.c
14992                 :%sno/if(/if (/gc
14993                 :%sno/for(/for (/gc
14994                 (being pedantic I know)
14995
14996 2002-08-31 [alfons]     0.8.2claws14
14997
14998         * src/folder.c
14999                 check for NULL pointers returned from folder->fetch_msginfo virtual
15000                 (should solve some reported crashes)
15001
15002 2002-08-30 [alfons]     0.8.2claws13
15003
15004         * acconfig.h
15005         * configure.in
15006         * src/crash.c
15007                 enable crash dialog on compilation time
15008                 (--enable-crash-dialog configure option)
15009
15010 2002-08-30 [alfons]     0.8.2claws12
15011
15012         * AUTHORS
15013                 add Martin Kluge
15014         * src/mh.c
15015                 apply memory leak plug patch by Martin Kluge
15016                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
15017                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
15018                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
15019
15020 2002-08-30 [darko]      0.8.2claws11
15021
15022         * src/folderview.c
15023                 copy Gtk style from normal style to match
15024                 font size for coloured folders
15025
15026 2002-08-29 [alfons]     0.8.2claws10
15027
15028         * sylpheed.desktop
15029                 Type=Internet <- Type=Application
15030                 (reported by Michael Schwendt, see:
15031                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
15032                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
15033
15034 2002-08-29 [paul]       0.8.2claws9
15035
15036         * sync with 0.8.2cvs5
15037                 see ChangeLog 2002-08-29
15038
15039 2002-08-29 [colin]      0.8.2claws8
15040
15041         * src/summaryview.c
15042                 Added a sanity check in summary_select_thread
15043                 Should fix bug 601605
15044
15045 2002-08-29 [colin]      0.8.2claws7
15046
15047         * src/main.c
15048                 Revert claws6 changes regarding bug #591676
15049
15050 2002-08-28 [colin]      0.8.2claws6
15051         
15052         * src/main.c
15053                 Ignore cache for queue folderitems
15054                 Fix bug #591676
15055
15056 2002-08-28 [melvin]     0.8.2claws5
15057
15058         * README.claws
15059                 Fixed typos.
15060
15061 2002-08-28 [melvin]     0.8.2claws4
15062
15063         * README.claws
15064                 Updated a bit the text concerning the spell checker
15065
15066 2002-08-28 [melvin]     0.8.2claws3
15067
15068         Merged the GNU_aspell_branch:
15069                 Support of new GNU/aspell is now included and the old pspell
15070                 is not supported anymore.
15071                 See README.claws
15072
15073         * README.claws
15074                 Updated spell checker text to reflect the switch to GNU/aspell
15075
15076         * ac/aspell.m4          *** NEW ***
15077         * src/gtkaspell.[ch]    *** NEW *** 
15078         * ac/pspell.m4          *** DELETED *** 
15079         * src/gtkspell.[ch]     *** DELETED ***
15080
15081         * ac/Makefile.am
15082                 Updated for GNU/aspell support
15083
15084         * po/POTFILES.in
15085                 Replaced gtkspell.c by gtkaspell.c
15086
15087         * acconfig.h
15088         * src/Makefile.am
15089         * src/about.c
15090         * src/compose.[ch]
15091         * src/crash.c
15092         * src/main.c
15093         * src/prefs_common.[ch]
15094                 Updated for GNU/aspell support
15095
15096 2002-08-28 [paul]       0.8.2claws2
15097
15098         * sync with 0.8.2cvs4
15099                 see ChangeLog 2002-08-27 and 2002-08-28
15100
15101 2002-08-28 [colin]      0.8.2claws1
15102
15103         * src/summary_search.c
15104                 Added "AND search"
15105
15106 2002-08-28 [jens]       0.8.2claws
15107
15108         *po/de.po
15109                 Updated German translations
15110
15111 2002-08-27 [melvin]     0.8.2claws
15112
15113         * po/fr.po
15114                 Updated French translations
15115
15116 2002-08-27 [paul]       0.8.2claws
15117
15118         * sync with 0.8.2 main release
15119
15120         * po/en_GB.po
15121           po/es.po
15122           po/it.po
15123           po/pl.po
15124           po/pt_BR.po
15125           po/sr.po
15126                 updated message catalogs submitted by
15127                 Ricardo Mones Lastra, Alessandro Maestri,
15128                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
15129                 Beneditto and Urke MMI  
15130
15131 2002-08-27 [hoa]        0.8.1claws123
15132
15133         * src/mainwindow.[ch]
15134         * src/summaryview.[ch]
15135                 removed the "filter setting" menu option.
15136                 add a "cancel a news message" menu option.
15137
15138 2002-08-26 [martin]     0.8.1claws122
15139
15140         * ChangeLog.claws
15141                 changed string under 0.8.1claws79 changed by myself
15142                 i'm sorry alfons :(
15143
15144 2002-08-26 [martin]     0.8.1claws121
15145
15146         * src/crash.c
15147                 added kill command to debuggerrc to start crash dialog
15148
15149 2002-08-26 [paul]       0.8.1claws120
15150
15151         * sync with 0.8.1cvs31
15152                 see ChangeLog 2002-08-26
15153
15154 2002-08-25 [alfons]     0.8.1claws119
15155
15156         * src/procmsg.c
15157                 fix bug that didn't send out correct headers to news server
15158                 when sending news article and email from queue (bug reported
15159                 and patch provided by Tim Mann; closes bug 
15160                 "[ 583196 ] 0.7.8claws can't post news")
15161
15162 2002-08-25 [alfons]     0.8.1claws118
15163
15164         * src/selective_download.c
15165                 mark two strings as translatable
15166                 (thanks to Urke MMI for pointing this out)
15167
15168 2002-08-25 [alfons]     0.8.1claws117
15169
15170         * src/summaryview.c
15171                 treat sent boxes as special and allow sorting them by addressee
15172                 (closes "[ 589418 ] Sent folder sorting misbehavior"
15173                 submitted by Steve Lamb)
15174
15175 2002-08-24 [alfons]     0.8.1claws116
15176
15177         * src/matcher.c
15178                 fix memleak reported by Martin Kluge
15179                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
15180
15181 2002-08-24 [oliver]     0.8.1claws115
15182
15183         * src/prefs_toolbar.c
15184                 o code cleanup as suggested by Alfons
15185                 o memleak fix
15186
15187 2002-08-24 [alfons]     0.8.1claws114
15188
15189         * src/summaryview.c
15190                 o fix another memory leak reported by Martin Kluge
15191                   (see "[ 599568 ] Small Memory Leak")
15192                 o remove 'from' variable from 'summary_set_header()'; we can
15193                   do with just 'to' 
15194
15195 2002-08-24 [paul]       0.8.1claws113
15196
15197         * sync with 0.8.1cvs30
15198                 see ChangeLog 2002-08-23
15199
15200 2002-08-24 [alfons]     0.8.1claws112
15201
15202         * src/summaryview.c
15203                 remove unnecessary allocations for search bar fixing leaks
15204                 reported by Martin Kluge
15205                 (see "[ 599451 ] Further memory leaks?")
15206
15207 2002-08-24 [alfons]     0.8.1claws111
15208
15209         * src/main.c
15210                 make get_socket_name() public for crash.c
15211         * src/crash.c
15212                 o make report bug button work (goes to claws' 
15213                   bug tracker at sf.net)
15214                 o introduce function for doing important stuff just
15215                   before claws goes down
15216                 o clean up code 
15217
15218 2002-08-24 [alfons]     0.8.1claws110
15219
15220         * src/compose.c
15221                 move cursor to "To" entry when forwarding as attachment
15222                 (reported and solved by Steve Lamb, closes bug report
15223                 "[ 592880 ] Forward as attachment; cursor not in to")
15224
15225 2002-08-24 [colin]      0.8.1claws109
15226
15227         * src/mainwindow.c
15228                 fix quick search visibility after GUI (de)separations.
15229
15230 2002-08-23 [colin]      0.8.1claws108
15231
15232         * src/mainwindow.c
15233                 fix header pane visibility after folderview or
15234                 messageview (de)separation
15235
15236 2002-08-23 [paul]       0.8.1claws107
15237
15238         * src/mainwindow.[ch]
15239           src/toolbar.c
15240                 give full control of display or non-display 
15241                 of the Execute icon to Custom toolbar settings.
15242                 add new sensitivity condition to maninwindow.h: 
15243                 M_DELAY_EXEC
15244
15245         * ChangeLog
15246           ChangeLog.jp
15247           NEWS
15248                 more sync with 0.8.1cvs29
15249
15250 2002-08-23 [melvin]     0.8.1claws106
15251
15252         * src/alertpanel.c
15253                 Readded support for custom widget in alertpanel lost in last
15254                 sync.
15255
15256 2002-08-23 [paul]       0.8.1claws105
15257
15258         * sync with 0.8.1cvs29
15259                 see ChangeLog 2002-08-23
15260
15261 2002-08-23 [colin]      0.8.1claws104
15262
15263         * src/summaryview.c
15264                 Fix folder and search pixmaps exchanging positions
15265                 after theme or toolbar changes. Thank to Oliver for 
15266                 reporting this.
15267
15268 2002-08-23 [colin]      0.8.1claws103
15269
15270         * src/mainwindow.c
15271           src/messageview.[ch]
15272           src/noticeview.[ch]
15273           src/summaryview.c
15274                 Changed messageview_create() and noticeview_create()
15275                 to avoid the last gdk_warning
15276
15277 2002-08-22 [colin]      0.8.1claws102
15278
15279         * src/summaryview.c
15280                 Fix my new `Creating pixmap from xpm' warning
15281
15282 2002-08-22 [colin]      0.8.1claws101
15283
15284         * src/mainwindow.c
15285                 Fix some of the gdk warnings
15286
15287 2002-08-22 [colin]      0.8.1claws100
15288
15289         * src/Makefile.am
15290         * src/stock_pixmap.c
15291         * src/stock_pixmap.h
15292         * src/pixmaps/quicksearch.xpm *ADDED*
15293                 Add the quicksearch pixmap
15294         * src/mainwindow.c
15295         * src/summaryview.c
15296         * src/summaryview.h
15297                 Make quicksearch bar visible/hidden via a button
15298
15299 2002-08-22 [christoph]  0.8.1claws99
15300
15301         * src/folder.c
15302                 fix folder update for newsgroups with message
15303                 numbers below minimum number of articles to fetch
15304                 (closes bug #598445)
15305
15306 2002-08-22 [paul]       0.8.1claws98
15307
15308         * sync with 0.8.1cvs28
15309                 see ChangeLog 2002-08-22
15310
15311 2002-08-21 [alfons]     0.8.1claws97
15312
15313         * src/crash.c
15314                 use bt instead of bt full which seems to work 
15315                 better, and bt full doesn't give a great deal 
15316                 of information anyway
15317
15318 2002-08-21 [colin]      0.8.1claws96
15319
15320         * src/summaryview.c
15321                 fix summaryview_searchtype_changed prototype
15322
15323 2002-08-21 [christoph]  0.8.1claws95
15324
15325         * src/mainwindow.c
15326                 o fix broken menu update for sorting type, we have to
15327                   get this info from the summaryview now
15328                 o removed setting of threaded state in menu callback
15329         * src/summaryview.[ch]
15330                 more summaryview/folderitem seperation for
15331                 threading option
15332         * configure.in
15333                 removed not required --with-compiler-flags option
15334
15335 2002-08-21 [oliver]     0.8.1claws94
15336         
15337         * src/toolbar.h 
15338                 o rename toolbar.xml to toolbar_main.xml
15339                   since toolbar_compose.xml might come up 
15340                   any time soon
15341         * README.claws
15342                 add custom toolbar              
15343
15344 2002-08-21 [darko]      0.8.1claws93
15345
15346         * src/procmsg.c
15347                 don't reset tmp flags for messages copied
15348                 to sent folder
15349
15350 2002-08-21 [colin]      0.8.1claws92
15351         
15352         * src/prefs_filtering.c
15353                 fix renaming rules on folder rename 
15354                 when folder is not a leaf folder
15355
15356 2002-08-21 [paul]       0.8.1claws91
15357
15358         * src/prefs_folder_item.c
15359                 fix alignment of colour selector
15360
15361 2002-08-21 [paul]       0.8.1claws90
15362
15363         * sync with 0.8.1cvs27
15364                 see ChangeLog 2002-08-21
15365
15366 2002-08-21 [paul]       0.8.1claws89
15367
15368         * src/summaryview.c
15369                 fix crash when changing field type in
15370                 Quick search bar
15371
15372 2002-08-21 [colin]      0.8.1claws88
15373
15374         * src/summaryview.c
15375                 Made quick search case-insensitive
15376
15377 2002-08-21 [paul]       0.8.1claws87
15378
15379         * sync with 0.8.1cvs26
15380                 see ChangeLog 2002-08-21
15381
15382 2002-08-20 [christoph]  0.8.1claws86
15383
15384         * src/folderview.c
15385         * src/main.c
15386         * src/summaryview.[ch]
15387                 more summaryview/folderitem seperation for
15388                 sort_key and sort_type
15389         * src/procmsg.c
15390                 added missing return statement
15391
15392 2002-08-20 [colin]      0.8.1claws85
15393
15394         * src/summaryview.[ch]
15395                 Added a quick search box
15396         * src/mainwindow.c
15397         * src/prefs_common.[ch]
15398                 Added a show/hide option for the quick search
15399
15400 2002-08-20 [oliver]     0.8.1claws84
15401         
15402         * src/mainwindow.c
15403                 remove toolbar_create_popups
15404         * src/toolbar.[ch]
15405                 o remove toolbar_create_popups
15406                 o fix toolbar_set_sensitive 
15407                   (Bug reports #596834 and #596832)     
15408         * src/prefs_toolbar.c
15409                 o add "Set default" button
15410                 o align label and text + combo widgets
15411
15412 2002-08-20 [hoa]        0.8.1claws83bis
15413
15414         * src/imap.c
15415                 fixed a bug in imap_fetch_msginfo() in case there is no
15416                 current folder.
15417
15418 2002-08-20 [darko]      0.8.1claws83
15419
15420         * src/folderview.c
15421                 copy the color style of folder view so it
15422                 works with GTK themes
15423
15424 2002-08-20 [darko]      0.8.1claws82
15425
15426         * src/folder.h
15427         * src/folderview.c
15428         * src/prefs_folder_item.[hc]
15429                 don't use UI stuff in folder.h
15430
15431 2002-08-20 [darko]      0.8.1claws81
15432
15433         * src/folder.h
15434         * src/prefs_folder_item.h
15435         * src/folderview.c
15436         * src/prefs_folder_item.c
15437                 ability to set folder color in folderview
15438
15439 2002-08-19 [alfons]     0.8.1claws80
15440
15441         * src/summaryview.c
15442                 fix one of the earlier memleaks reported by Martin Kluge
15443
15444 2002-08-19 [alfons]     0.8.1claws79
15445
15446         * src/mainwindow.c
15447                 hide notice view when selecting seperate folder
15448                 view (reported by Urke MMI)
15449
15450 2002-08-19 [christoph]  0.8.1claws78
15451
15452         * src/folderview.c
15453         * src/prefs_folder_item.h
15454         * src/summaryview.[ch]
15455                 o add summary_set_prefs_from_folderitem to set
15456                   summaryview prefs (first step to remove all
15457                   references to the folderitem in summaryview)
15458                 o moved compiled regex stuff from folderitem prefs
15459                   to summaryview code
15460
15461 2002-08-19 [paul]       0.8.1claws77
15462
15463         * src/compose.c
15464                 add check for '.' to QUOTE_IF_REQUIRED
15465
15466 2002-08-19 [paul]       0.8.1claws76
15467
15468         * src/inc.c
15469                 sync with 0.8.1cvs25 (plug memory leak)
15470
15471         * src/prefs_toolbar.c
15472                 re-order prefs_toolbar_cancel()
15473
15474 2002-08-18 [alfons]     0.8.1claws75
15475
15476         * src/inc.c
15477         * src/matcher.c
15478                 plug other memleaks reported by Martin Kluge
15479
15480 2002-08-18 [paul]       0.8.1claws74
15481
15482         * po/pt_BR.po
15483                 updated by Fabio Jr. Beneditto
15484
15485 2002-08-18 [paul]       0.8.1claws73
15486
15487         * src/toolbar.[ch]
15488                 fix bug where tooltips were displayed untranslated              
15489
15490         * src/prefs_toolbar.c
15491                 fix bug where clicking 'Cancel' creates an icon & text
15492                 toolbar regardless of prefs
15493         
15494
15495 2002-08-17 [oliver]     0.8.1claws72
15496
15497         * src/prefs_toolbar.c
15498                 update toolbar on CANCEL
15499                 bug reported by Martin Kluge
15500         * src/toolbar.c
15501                 toolbar_destroy memleak fixed           
15502
15503 2002-08-17 [alfons]     0.8.1claws71
15504
15505         * src/toolbar.c
15506                 plug another memleak reported by Martin Kluge
15507
15508 2002-08-16 [alfons]     0.8.1claws70
15509
15510         * src/crash.c
15511                 use execvp() correctly (suggested by wwp; thanks!)
15512
15513 2002-08-16 [alfons]     0.8.1claws69
15514
15515         * src/gtksctree.c
15516                 plug memory leak reported by Kim Schultz & Martin Kluge
15517
15518 2002-08-16 [paul]       0.8.1claws68
15519
15520         * po/es.po
15521                 updated by Ricardo Mones Lastra
15522
15523 2002-08-16 [paul]       0.8.1claws67
15524
15525         * src/toolbar.h
15526                 fix bug where 'Compose News' icon showed wrong
15527                 tooltip
15528
15529 2002-08-16 [paul]       0.8.1claws66
15530
15531         * sync with 0.8.1cvs24
15532                 see ChangeLog 2002-08-16
15533
15534         * po/it.po
15535                 updated by Alessandro Maestri
15536
15537 2002-08-15 [paul]       0.8.1claws65
15538
15539         * po/sr.po
15540                 updated by Urke MMI
15541
15542 2002-08-15 [paul]       0.8.1claws64
15543
15544         * src/*.c
15545                 don't translate debug info
15546
15547         * src/matcher.[ch]
15548                 add copyright info
15549
15550 2002-08-15 [paul]       0.8.1claws63
15551
15552         * src/prefs_toolbar.c
15553                 fix bug where clicking 'OK' creates an icon & text
15554                 toolbar regardless of prefs
15555
15556 2002-08-14 [alfons]     0.8.1claws62
15557
15558         * src/main.c
15559                 add global var that has the full argv[0]
15560         * src/crash.c
15561                 o execvp the correct sylpheed by using argv0
15562                   and setting the correct work dir
15563                 o other tweaks  
15564
15565 2002-08-14 [oliver]     0.8.1claws61
15566         
15567         * enable/disable Toolbar Action Buttons 
15568         * code cleanups
15569         * src/mainwindow.c
15570         * src/toolbar.[ch]      
15571         * src/prefs_toolbar.c   
15572
15573 2002-08-14 [melvin]     0.8.1claws60
15574
15575         * po/fr.po
15576                 Updated French translations
15577
15578 2002-08-14 [melvin]     0.8.1claws59
15579
15580         * src/crash.c
15581                 Made bug report not translatable
15582         * src/exporthtml.c
15583                 Fixed exporthtml_build_filespec() return value
15584         * src/foldersel.c
15585                 Fixed incorrect include file
15586         * src/gtkspell.c
15587         * src/prefs_actions.c
15588         * src/prefs_toolbar.c
15589                 Made debug info not translatable
15590         * src/mutt.c
15591         * src/quote_fmt.c
15592                 Added missing includes
15593         * src/prefs_common.c
15594                 Fixed typo
15595
15596 2002-08-14 [paul]       0.8.1claws58
15597
15598         * faq/es/sylpheed-faq.html
15599           faq/es/sylpheed-faq-[1-3].html
15600           faq/es/sylpheed-faq-4.html     **NEW FILE **
15601                 update Spanish FAQ
15602
15603 2002-08-13 [christoph]  0.8.1claws57
15604
15605         * src/procmsg.c
15606                 ignore thread fix that did not mark all
15607                 child nodes of a ignored thread as
15608                 ignored. Does not work perfectly yet,
15609                 but it is better now
15610
15611 2002-08-13 [alfons]     0.8.1claws56
15612
15613         * src/crash.c
15614                 o implement 'save crash log'
15615                 o some tweaks
15616
15617 2002-08-13 [melvin]     0.8.1claws55
15618
15619         * src/main.c
15620                 removed unrequired "execinfo.h" header
15621
15622 2002-08-12 [paul]       0.8.1claws54
15623
15624         * faq/en/sylpheed-faq.html
15625           faq/en/sylpheed-faq-[1-3].html
15626           faq/en/sylpheed-faq-4.html     **NEW FILE **
15627                 update English FAQ
15628
15629 2002-08-12 [alfons]     0.8.1claws53
15630
15631         * po/POTFILES.in
15632                 add crash.c to translatables
15633         * src/crash.c
15634                 bring in Leandro's crash dialog
15635
15636 2002-08-11 [alfons]     0.8.1claws52
15637
15638         * src/crash.c
15639                 clean up some warnings
15640
15641 2002-08-11 [alfons]     0.8.1claws51
15642
15643         * acconfig.h
15644         * configure.in
15645         * src/crash.[ch]        ** NEW FILES **
15646         * src/main.c            
15647                 initial gdb crash handler
15648
15649 2002-08-11 [paul]       0.8.1claws50
15650
15651         * src/prefs_toolbar.c
15652                 replace Up/Down arrow pixmaps with text to be
15653                 consistent across icon themes
15654
15655 2002-08-11 [paul]       0.8.1claws49
15656
15657         * src/prefs_common.c
15658           src/prefs_toolbar.c
15659                 rename 'Pixmap' -> 'Icon'
15660
15661         * src/toolbar.[ch]
15662                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15663
15664 2002-08-10 [paul]       0.8.1claws48
15665
15666         * src/prefs_toolbar.c
15667                 re-work the UI
15668
15669 2002-08-10 [paul]       0.8.1claws47
15670
15671         * src/main.c
15672                 don't write Processing progress to status bar
15673                 patch submitted by Alexander Evseev
15674
15675         * src/prefs_toolbar.c
15676                 re-position and resize window
15677                 make window assume correct size on first call
15678
15679 2002-08-10 [paul]       0.8.1claws46
15680
15681         * src/mainwindow.c
15682           src/prefs_toolbar.c
15683           src/toolbar.c
15684           src/toolbar.h
15685                 obey coding style
15686                 follow UI text conventions
15687
15688 2002-08-10 [alfons]     0.8.1claws45
15689
15690         * src/toolbar.c
15691                 correct pixmap for delete action
15692
15693 2002-08-10 [paul]       0.8.1claws44
15694
15695         * po/pt_BR.po
15696                 updated by Fabio Jr. Beneditto
15697
15698 2002-08-10 [paul]       0.8.1claws43
15699
15700         * po/POTFILES.in
15701                 add custom toolbar files
15702
15703 2002-08-10 [paul]       0.8.1claws42
15704
15705         * sync with 0.8.1cvs22
15706                 see ChangeLog 2002-08-09
15707
15708 2002-08-09 [paul]       0.8.1claws41
15709
15710         * tools/Makefile.am
15711           tools/README
15712           tools/outlook2sylpheed.pl     ** NEW FILE **
15713                 add script to convert exported Outlook
15714                 contacts list to a Sylpheed addressbook.
15715                 Submitted by Ricardo Mones Lastra.
15716
15717 2002-08-09 [paul]       0.8.1claws40
15718
15719         * AUTHORS
15720           configure.in
15721           po/sr.po      ** NEW FILE **
15722                 add Serbian message catalog. Submitted by
15723                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15724
15725 2002-08-09 [paul]       0.8.1claws39
15726
15727         * sync with 0.8.1cvs21
15728                 see ChangeLog 2002-08-08
15729
15730 2002-08-08 [oliver]     0.8.1claws38
15731
15732         * src/mainwindow.c
15733                 move Custom Toolbar to Configuration menu
15734
15735 2002-08-08 [oliver]     0.8.1claws37
15736
15737         * src/prefs_toolbar.c
15738                 fix substitute pixmap bug
15739
15740 2002-08-08 [paul]       0.8.1claws36
15741
15742         * sync with 0.8.1cvs19
15743                 see ChangeLog 2002-08-08
15744
15745 2002-08-07 [christoph]  0.8.1claws35
15746
15747         * src/utils.c
15748                 fixed a memory leak in new canonicalize_file_replace
15749
15750 2002-08-07 [christoph]  0.8.1claws34
15751
15752         * src/utils.[ch]
15753                 o canonicalize_file_replace should create the temporary
15754                   file in the same directory as the original file.
15755                 o added get_tmpfile_in_dir that creates a temorary file
15756                   in a specified directory.
15757
15758 2002-08-07 [melvin]     0.8.1claws33
15759
15760         * src/toolbar.c
15761                 fixed bug where 'Article' button acted as 'Email' button.
15762
15763 2002-08-07 [paul]       0.8.1claws32
15764
15765         * sync with 0.8.1.cvs17
15766                 see ChangeLog 2002-08-07
15767
15768 2002-08-07 [colin]      0.8.1claws31
15769         
15770         * src/news.c
15771                 fix mass-cancel problem
15772
15773 2002-08-07 [thorsten]   0.8.1claws30
15774
15775         * src/prefs_toolbar.c
15776                 fix: crash on replace or add new button
15777         * src/toolbar.c
15778                 fix: close xmlfile after reading
15779         * src/utils.c
15780                 fix: unlink() file before rename()
15781
15782 2002-08-06 [paul]       0.8.1claws29
15783
15784         * sync with 0.8.cvs15
15785                 see ChangeLog 2002-08-06
15786
15787 2002-08-06 [oliver]     0.8.1claws28
15788
15789         * src/toolbar.c
15790         * src/prefs_toolbar.c
15791                 fixed empty toolbar issue
15792
15793 2002-08-06 [oliver]     0.8.1claws27
15794
15795         * Custom Toolbar Final 
15796         * src/folderview.c
15797         * src/inc.c
15798         * src/summaryview.c
15799                 o toolbar stuff now lives in src/toolbar.[ch]
15800                 o main_window_toolbar_* functions are renamed to
15801                   toolbar_* reflecting their new source file
15802         * src/mainwindow.[ch]
15803                 o remove toolbar stuff  
15804
15805 2002-08-06 [oliver]     0.8.1claws26
15806         
15807         * src/Makefile.am
15808         * src/prefs_toolbar.[ch]        **New File**
15809         * src/toolbar.[ch]              **New File**
15810                 o prefs_toolbar.[ch] custom toolbar frontend
15811                 o toolbar.[ch]       backend 
15812
15813 2002-08-06 [oliver]     0.8.1claws25
15814
15815         * src/prefs_actions.[ch]
15816                 o new exported function actions_execute
15817
15818 2002-08-06 [paul]       0.8.1claws24
15819
15820         * sync with 0.8.1cvs4
15821                 see ChangeLog 2002-08-06
15822
15823 2002-08-06 [paul]       0.8.1claws23
15824
15825         * sync with 0.8.1cvs13
15826                 see ChangeLog 2002-08-06
15827
15828 2002-08-06 [paul]       0.8.1claws22
15829
15830         * sync with 0.8.1cvs12
15831                 see ChangeLog 2002-08-05 and 2002-08-06
15832
15833 2002-08-06 [match]      0.8.1claws21
15834
15835         * src/addrclip.c
15836                 improvements to cut/copy/paste address
15837
15838 2002-08-05 [match]      0.8.1claws20
15839
15840         * src/addritem.[ch]
15841         * src/addrcache.c
15842         * src/addrbook.c
15843         * src/editaddress.c
15844         * src/addressbook.c
15845                 fixes to improve cut/copy/paste
15846
15847 2002-08-06 [melvin]     0.8.1claws19
15848
15849         * src/account.[ch]
15850                 account_find_all_from_address(): new function that returns the
15851                 list of all accounts that are matched in an address.
15852         * src/alertpanel.[ch]
15853                 alertpanel() now accepts a custom widget
15854                 alertpanel_with_widget(): new function that pops up a panel with
15855                 a custom widget in it 
15856         * src/gtkutils.[ch]
15857                 gtkut_account_menu_new(): new function that allows the selection
15858                 of an account from a list of accounts.
15859         * src/messageview.c
15860                 Extended Return Receipt notification to select the correct 
15861                 account and to make a security test on the Delivery-Notification
15862                 address which should be the same as the Return-Path.
15863
15864 2002-08-06 [thorsten]   0.8.1claws18
15865
15866         * src/mimeview.c
15867                 attach_all: save unnamed as "noname.%d",
15868                 dont free static dirname
15869
15870 2002-08-05 [alfons]     0.8.1claws17
15871
15872         * configure.in
15873                 detect XIM by trying to link rather than compile a XIM program
15874
15875 2002-08-05 [oliver]     0.8.1claws16
15876                 
15877         * src/stock_pixmap.[ch]
15878                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15879                 o new func to retrieve pixmaps
15880
15881 2002-08-05 [paul]       0.8.1claws15
15882
15883         * sync with 0.8.1cvs10
15884                 see ChangeLog 2002-08-05
15885
15886 2002-08-04 [alfons]     0.8.1claws14
15887
15888         * src/textview.c
15889                 see if this plugs memleak
15890
15891 2002-08-04 [melvin]     0.8.1claws13
15892
15893         * src/gtkspell.c
15894                 fixed bug that could crash Sylpheed when highlighting
15895                 all misspelled words.
15896
15897 2002-08-03 [melvin]     0.8.1claws12
15898
15899         * src/prefs_actions.c
15900                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
15901         * src/messageview.c
15902                 fixed bug where the Return Receipt was sent to
15903                 Delivery-Notification-To address even if it was not present
15904
15905 2002-08-02 [alfons]     0.8.1claws11
15906
15907         * src/prefs_actions.c
15908                 o more check for NULLs
15909                 o put create_io_dialog() in right conditional block
15910
15911 2002-08-02 [paul]       0.8.1claws10
15912
15913         * po/es.po
15914                 updated by Ricardo Mones Lastra
15915
15916 2002-08-01 [christoph]  0.8.1claws9
15917
15918         * src/folder.c
15919                 don't free the cache of the opened
15920                 folder in the summaryview
15921         * src/summaryview.c
15922                 don't unset flags, if it is not required
15923
15924 2002-08-01 [paul]       0.8.1claws8
15925
15926         * sync with 0.8.1cvs8
15927                 see ChangeLog entry 2002-08-01
15928
15929 2002-08-01 [paul]       0.8.1claws7
15930
15931         * sync with 0.8.1cvs7
15932                 see ChangeLog 2002-07-31 and 2002-08-01
15933
15934 2002-07-31 [christoph]  0.8.1claws6
15935
15936         * src/mainwindow.c
15937                 forgot to update menu sensitivity
15938                 function for new menu entry
15939
15940 2002-07-31 [alfons]     0.8.1claws5
15941
15942         * src/main.c
15943                 check folder item and its path for NULL on
15944                 initial processing
15945
15946 2002-07-31 [christoph]  0.8.1claws4
15947
15948         * src/folder.c
15949                 check if folder_item_get_msginfo in
15950                 folder_item_remove_msg returned NULL
15951         * src/imap.c
15952                 better clear the uid cache in the
15953                 uid validity check function and delete
15954                 cached messages
15955
15956 2002-07-31 [paul]       0.8.1claws3
15957
15958         * man/sylpheed.1
15959                 add the '--attach' option and a few other
15960                 minor changes
15961
15962 2002-07-31 [paul]       0.8.1claws2
15963
15964         * sync with 0.8.1cvs5
15965                 see ChangeLog 2002-07-31
15966
15967 2002-07-31 [christoph]  0.8.1claws1
15968
15969         * src/folderview.[ch]
15970         * src/mainwindow.c
15971                 replace "Rescan all folders..." with
15972                 "Check all folders for new messages..."
15973
15974 2002-07-30 [paul]       0.8.1claws
15975
15976         * version 0.8.1claws released
15977
15978 2002-07-30 [paul]       0.8.0claws29
15979
15980         * tools/OOo2sylpheed.pl ** NEW FILE **
15981           tools/README
15982                 add script to enable sending documents as
15983                 attachments from OpenOffice.org
15984
15985 2002-07-30 [melvin]     0.8.0claws28
15986
15987         * src/prefs_actions.c
15988                 Made the actions' input/output dialog display
15989                 without delay.
15990
15991 2002-07-30 [christoph]  0.8.0claws27
15992
15993         * src/procmsg.c
15994                 check if folder_item_get_msginfo in
15995                 procmsg_save_to_outbox returned NULL
15996
15997 2002-07-30 [paul]       0.8.0claws26
15998
15999         * sync with 0.8.1cvs4
16000                 see ChangeLog 2002-07-29
16001
16002 2002-07-29 [thorsten]   0.8.0claws25
16003
16004         * README.claws
16005                 added selective download, delete on server
16006
16007 2002-07-29 [paul]       0.8.0claws24
16008
16009         * sync with 0.8.1cvs3
16010                 see ChangeLog 2002-07-29
16011
16012 2002-07-27 [christoph]  0.8.0claws23
16013
16014         * src/folder.c
16015                 add extra check if fetching the msginfo
16016                 returned NULL
16017
16018 2002-07-27 [paul]       0.8.0claws22
16019
16020         * sync with 0.8.1cvs2
16021                 see ChangeLog 2002-07-26
16022
16023 2002-07-27 [christoph]  0.8.0claws21
16024
16025         * src/imap.c
16026                 add another check if a valid msginfo
16027                 was returned
16028
16029 2002-07-26 [hoa]        0.8.0claws20
16030
16031         * src/folder.c
16032                 Fixed a condition in folder_item_destroy()
16033
16034         * src/imap.c
16035                 Fixed an error in IMAP protocol
16036
16037 2002-07-26 [alfons]     0.8.0claws19
16038
16039         * src/folder.c
16040                 ofcourse compare with identifier, not the path
16041
16042 2002-07-26 [alfons]     0.8.0claws18
16043
16044         * src/folder.c
16045                 use folder item identifier for saving / restoring
16046                 preferences because folder->path might not be unique
16047
16048 2002-07-26 [melvin]     0.8.0claws17
16049
16050         * src/logwindow.c
16051                 Fixed a crash introduced in 0.8.0claws5 when log is 
16052                 cut under 80 characters.
16053
16054 2002-07-26 [paul]       0.8.0claws16
16055
16056         * sync with 0.8.1cvs1
16057                 see ChangeLog 2002-07-26
16058
16059 2002-07-26 [christoph]  0.8.0claws15
16060
16061         * src/imap.[ch]
16062                 imap folder now remembers the last selected
16063                 folder and imap_fetch_msginfo skips selecting
16064                 the folder if it is already selected
16065
16066 2002-07-26 [christoph]  0.8.0claws14
16067
16068         * src/folder.c
16069         * src/folderview.c
16070         * src/imap.c
16071                 fix imap folder rescanning
16072
16073 2002-07-25 [christoph]  0.8.0claws13
16074
16075         * src/filter.c
16076         * src/folder.[ch]
16077         * src/folderview.c
16078         * src/imap.[ch]
16079         * src/mainwindow.c
16080         * src/mbox_folder.c
16081         * src/mh.c
16082         * src/news.c
16083                 implement imap uid cache and uid validity check
16084
16085 2002-07-25 [alfons]     0.8.0claws12
16086
16087         * src/summaryview.c
16088                 fix a brown paper bag bug, and also add some more
16089                 checks
16090
16091 2002-07-25 [christoph]  0.8.0claws11
16092
16093         * src/folder.c
16094                 don't mix copy, fetch_msginfo and remove
16095                 operations in folder item copy and move
16096                 operations
16097
16098 2002-07-25 [christoph]  0.8.0claws10
16099
16100         * src/folderview.c
16101         * src/mainwindow.c
16102         * src/prefs_folder_item.c
16103         * src/summaryview.[ch]
16104                 remove no longer required parameter update_cache from
16105                 summary_show
16106
16107 2002-07-25 [paul]       0.8.0claws9
16108
16109         * sync with 0.8.1
16110         
16111         * AUTHORS
16112                 a few corrections
16113
16114 2002-07-24 [alfons]     0.8.0claws8
16115
16116         * src/summaryview.c
16117                 sort correctly when using simplified subject line
16118                 (closes feature request "[ 585141 ] applying regexp to subject 
16119                 before sort" submitted by Alexandra Walford)
16120
16121 2002-07-24 [paul]       0.8.0claws7
16122
16123         * sync with 0.8.0cvs3
16124                 see ChangeLog 2002-07-24
16125
16126 2002-07-23 [christoph]  0.8.0claws6
16127
16128         * src/folder.c
16129         * src/folder.h
16130         * src/summaryview.c
16131         * src/summaryview.h
16132         * src/main.c
16133                 o separate processing and summaryview
16134                 o removed summary_write_cache from summaryview
16135                 o removed summaryview->killed_messages, because we don't have
16136                   to keep a list of killed messages anymore. New cache will
16137                   keep the hidden messages in cache anyway
16138         * src/folderview.c
16139         * src/inc.c
16140         * src/selective_download.c
16141                 o removed unnecessary summary_write_cache calls
16142         * src/procmsg.c
16143                 o don't set ignore thread flag in procmsg_get_thread_tree
16144                   if it is already set
16145         * src/mainwindow.c
16146         * src/statusbar.h
16147                 o moved STATUSBAR_PUSH/POP to statusbar.h because
16148                   they are used in different files
16149
16150 2002-07-23 [melvin]     0.8.0claws5
16151
16152         * src/addressbook.c
16153         * src/addrgather.c
16154         * src/editaddress.c
16155         * src/editgroup.c
16156         * src/editldap_basedn.c
16157         * src/importldif.c
16158         * src/prefs_common.c
16159                 Fixed few memory leak (gtk_editable_get_chars returns
16160                 an allocated string)
16161         * src/logwindow.c
16162                 Fixed few memory leak (gtk_editable_get_chars returns
16163                 an allocated string) and modified a little the log cutting
16164                 loop.
16165         * src/compose.c
16166                 Replaced a call to an obsolete function gtk_entry_get_text()
16167                 by gtk_editable_get_chars()
16168         * src/send.c
16169                 Removed a debug printf
16170
16171 2002-07-23 [christoph]  0.8.0claws4
16172
16173         * src/filesel.c
16174                 fix another g_dirname memory leak
16175
16176 2002-07-23 [christoph]  0.8.0claws3
16177
16178         * src/mh.c
16179                 fixed a memory leak in mh_fetch_msginfo
16180                 fixed crash when message header could not be
16181                 parsed
16182
16183 2002-07-23 [paul]       0.8.0claws2
16184
16185         * sync with 0.8.0cvs2
16186                 see ChangeLog 2002-07-23
16187
16188 2002-07-23 [paul]       0.8.0claws1
16189
16190         * sync with 0.8.0cvs1
16191                 see ChangeLog 2002-07-23
16192
16193 2002-07-23 [paul]       0.8.0claws
16194
16195         * release of 0.8.0claws