2005-06-27 [paul] 1.0.5
[claws.git] / ChangeLog.claws
1 2005-06-27 [paul]       1.0.5
2
3         1.0.5 release
4
5         * po/ca.po
6         * po/de.po
7         * po/es.po
8         * po/fr.po
9         * po/it.po
10         * po/pt_BR.po
11         * po/sk.po
12         * po/zh_CN.po
13                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15                 Frederico Goncalves Guimaraes, Andrej Kacian, and
16                 Yang Guilong
17
18 2005-06-24 [paul]       1.0.4cvs15
19
20         * src/editldap.c
21                 made bind password entry invisible
22
23 2005-05-30 [paul]       1.0.4cvs14
24
25         backported from GTK2
26
27         * sylpheed.spec.in
28                 fix bug 477
29         * doc/src/rfc2368.txt
30                 added
31         * src/Makefile.am
32                 add clip/signed icon
33         * src/alertpanel.c
34         * src/alertpanel.h
35                 fix _with_disable parameters so that
36                 the buttons labels are specifiable too
37         * src/compose.c
38                 compose_entries_set(): don't interpret Bcc
39                 header field (conform to RFC 2368)
40         * src/folder.c
41                 Forbid locked messages to be moved or deleted
42                 Fix bug #688 b) and c)
43         * src/folderview.c
44                 Forbid locked messages to be moved or deleted
45                 Fix bugs #156 and #108
46         * src/inc.c
47                 Fix bug #688 b) and c)
48         * src/main.c
49                 cleanup tmp directory when exit
50         * src/prefs_actions.c
51                 Fix bug #506
52         * src/prefs_common.c
53         * src/prefs_common.h
54                 Let the default reply format respect
55                 netiquette by cutting the signature.
56                 Fix bug #156
57         * src/prefs_template.c
58                 Fix bug #506
59         * src/procmime.c
60                 Fix bug #688 b) and c)
61         * src/procmsg.c
62                 Forbid locked messages to be moved or deleted
63         * src/stock_pixmap.c
64         * src/stock_pixmap.h
65                 Add clip/signed icon
66         * src/summaryview.c
67                 Don't let always_show_msg override
68                 open_unread_on_enter when opening a new
69                 directory.
70                 Forbid locked messages to be moved or deleted.
71                 Fix bug #688 f) read/unread marker not
72                 changed on first click.
73         * src/common/nntp.c
74                 Fix bug #611 nntp mode reader
75         * src/common/socket.c
76                 Check another special SSL_peek() error.
77                 Should help wrt bug #728
78         * src/common/template.c
79                 Fix a possible crash
80         * src/pixmaps/clip_gpg_signed.xpm
81                 added
82         * src/plugins/pgpmime/pgpmime.c
83                 Change name to "PGP MIME"
84         * src/plugins/pgpmime/sgpgme.c
85                 reflect fixed _with_disable parameters
86         * tools/kdeservicemenu/install.sh
87                 use kdesu to prompt for root password if doing
88                 global install/uninstall
89
90 2005-05-24 [colin]      1.0.4cvs13
91
92         * src/gtk/colorsel.c
93                 Fix compile error
94
95 2005-05-23 [colin]      1.0.4cvs12
96
97         * src/gtk/colorsel.c
98                 Fix bug #699
99
100 2005-05-09 [paul]
101
102         1.0.4a release
103
104 2005-05-09 [paul]       1.0.4cvs11
105
106         * AUTHORS
107         * INSTALL
108         * README.claws
109                 updated 
110         * Makefile.am 
111         * RELEASE_NOTES.claws
112                 add release notes to cvs to simplify release
113                 procedure
114         * configure.ac
115         * po/ca.po
116         * po/fi.po
117                 add new Catalan and Finnish translations
118                 submitted by Miquel Oliete and Flammie Pirinen
119         * po/de.po
120         * po/es.po
121         * po/fr.po
122         * po/it.po
123         * po/pl.po
124         * po/ru.po
125         * po/sk.po
126         * po/sr.po
127         * po/zh_CN.po
128                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
129                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
130                 Urke MMI, and Hansom Young
131         * src/main.c
132                 Fix drafting when quitting. compose_draft() closes the 
133                 compose windows, which modifies the compose_list GSList.
134                 We have to refresh this list after echo drafting to avoid a 
135                 segfault
136         * src/partial_download.c
137                 fix segfault on exit
138         * src/common/utils.c
139                 Fix crash when subst_for_filename is called
140                 with a NULL parameter
141
142 2005-05-06 [paul]       1.0.4cvs10
143
144         backported from GTK2...
145
146         * src/inc.c
147         * src/mainwindow.c
148                 use gettext plural forms
149         * src/imap_gtk.c
150         * src/mh_gtk.c
151         * src/toolbar.c
152                 small improvement to english usage
153
154 2005-05-05 [thorsten]   1.0.4cvs9
155
156         * src/folder.c
157                 fix possible crash
158
159 2005-05-05 [paul]       1.0.4cvs8
160
161         * AUTHORS
162         * src/compose.c
163                 fix Bug 713 'Resent-To and Resent-Cc headers are garbled'
164                 patch by Tim Mann
165
166 2005-05-05 [paul]       1.0.4cvs7
167
168         backported from GTK2...
169
170         * src/compose.c
171                 Fix 'Request return receipt' from folder
172                 properties (bug #708)
173         * src/folderview.c
174                 Fix duplicate hotkeys in Folderview's contextual
175                 menu
176         * src/mainwindow.c
177                 Fix duplicate hotkeys in Mainwindow's menu
178         * src/messageview.c
179                 Fix window resizing
180         * src/partial_download.c
181         * src/pop.c
182                 Escape login when writing uidl file
183                 fixes bug #736
184         * src/prefs_account.c
185                 Fix smtp auth type off-by-one. We forgot to
186                 add PLAIN in the prefs-to-gui setter func and
187                 as a result, the selected auth when opening
188                 account prefs was not the correct one
189         * src/prefs_common.c
190         * src/prefs_common.h
191         * src/prefs_filtering.c
192                 Save Filtering's window size
193         * src/procmime.c
194                 Fix possible DOS in mime parser
195                 (see bug #634)
196         * src/plugins/pgpmime/pgpmime.c
197                 Fix bus error on 64bit
198
199 2005-04-13 [holger]     1.0.4cvs6
200
201         * src/prefs_filtering.c
202                 Fix a crash when changes to the filtering
203                 dialog were not added and no filter rules
204                 are defined. Also fix a memleak.
205
206 2005-04-12 [paul]       1.0.4cvs5
207         
208         backported from GTK2...
209
210         * src/account.c
211                 Add account preference to queue message in a certain
212                 folder.
213         * src/compose.c
214                 Always connect the "None" privacy system; the
215                 static boolean was probably there to avoid
216                 reconnecting twice in the same compose window,
217                 but as the parent function is only called once
218                 per compose, it's only a bug - as a static is
219                 initialized once per application instance.
220                 Also, don't uncheck Sign and Encrypt when
221                 selecting None as privacy system; just ignore
222                 them when sending/queuing.
223                 Should fix bug #695
224         * src/filtering.c
225                 Copy score when copying FilteringActions
226                 Fix bug #674
227         * src/inc.c
228                 Make Message -> Receive -> Cancel cancel 
229                 incorporation on all accounts. Fixes bug #693
230                 if the recv dialog is visible, Cancel only
231                 cancels the current account
232         * src/prefs_account.c
233         * src/prefs_account.h
234                 Add account preference to queue message in a certain
235                 folder.
236                 Update Privacy checkbuttons status based
237                 on the selected privacy system
238
239 2005-04-06 [paul]       1.0.4cvs4
240
241         * ChangeLog
242         * ChangeLog.jp
243         * src/send_message.c
244         * src/common/socket.c
245                 sync with main, see ChangeLog 2005-04-05
246
247 2005-04-04 [thorsten]   1.0.4cvs3
248
249         * src/mh.c
250                 marks lost on filesystems with different stat() results on
251                 summer-/wintertime
252
253 2005-03-30 [colin]      1.0.4cvs2
254
255         * src/common/socket.c
256                 Refresh DNS if necessary
257                 Backported from gtk2
258         * src/imap.c
259                 Fix handling of folders with [] in their name
260                 Backported from gtk2
261                 
262
263 2005-03-29 [paul]       1.0.4cvs1
264
265         * src/compose.c
266                 fix bug 697 'Segmentation Fault due to
267                 NULL string (%s) pointers in fprintf'
268                 draft privacy information only when
269                 privacy system available
270                 patch by by Markus Schwarzenberg
271                 (schwarzb<AT>ipms_fraunhofer_de)
272         * src/gtk/gtkaspell.c
273                 don't pass NULL to *printf() and the likes
274                 spotted by Alex Moore, patch by Alfons 
275
276 2005-03-24 [paul]       1.0.4
277
278         * 1.0.4 released
279
280 2005-03-24 [paul]       1.0.3cvs8
281
282         * ChangeLog
283         * ChangeLog.jp
284         * src/codeconv.c
285         * src/textview.c
286         * src/unmime.c
287         * src/unmime.h
288         * src/common/smtp.c
289                 sync with main 1.0.4
290                 see ChangeLog 2005-03-18 and 2005-03-24
291                 fixes buffer overflow
292
293 2005-03-25 [paul]
294
295         * tools/Makefile.am
296         * tools/README
297         * tools/acroread2sylpheed.pl
298                 add script to send pdfs as attachments from Adobe Reader 7
299
300 2005-03-21 [holger]     1.0.3cvs7
301
302         * src/plugins/spamassassin/spamassassin.c
303                 Don't leave hook registered when plugin init
304                 failed.
305
306 2005-03-20 [colin]      1.0.3cvs6
307
308         * src/common/plugin.c
309                 Check that plugin isn't already loaded
310         * src/procheader.c
311                 Fix buffer overflow (security issue)
312                 Both patches by Alfons
313
314 2005-03-20 [paul]       1.0.3cvs5
315
316         * src/compose.c
317                 neglect Reply-To header if empty
318                 Patch by Alfons
319
320 2005-03-19 [holger]     1.0.3cvs4
321
322         * src/summaryview.c
323         * src/summaryview.h
324                 Add plugin hook for manual filtering invocation,
325                 remove some dead code.
326
327 2005-03-18 [paul]       1.0.3cvs3
328
329         * AUTHORS
330         * src/gtk/about.c
331         * src/pixmaps/sylpheed_logo.xpm
332                 add new Sylpheed-Claws logo by Jesper Schultz
333
334 2005-03-11 [paul]       1.0.3cvs2
335
336         * src/plugins/trayicon/trayicon.c
337                 make a string translatable
338
339 2005-03-11 [paul]       1.0.3cvs1
340
341         * po/ru.po
342                 updated by Pavlo Bohmat
343
344 2005-03-10 [paul]       1.0.3
345
346         * po/de.po
347         * po/es.po
348         * po/fr.po
349         * po/it.po
350         * po/pt_BR.po
351         * po/sk.po
352         * po/sr.po
353         * po/zh_CN.po
354                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien
355                 Vantard, Andrea Spadaccini, Frederico Goncalves Guimaraes,
356                 Andrej Kacian, Aleksandar Urosevic, Ralgh Young
357
358         1.0.3 released
359
360 2005-03-04 [colin]      1.0.1cvs22
361
362         * src/common/smtp.c
363         * src/common/smtp.h
364                 Don't use SIZE parameter in MAIL FROM: if
365                 server doesn't support it. Patch by 
366                 Eugen Freiter <eugen_f@users.sf.net>
367
368 2005-03-04 [paul]       1.0.1cvs21
369
370         * ChangeLog
371         * ChangeLog.jp
372         * src/addrharvest.c
373         * src/codeconv.c
374         * src/codeconv.h
375         * src/compose.c
376         * src/procmime.c
377                 sync with main 1.0.3
378                 see ChangeLog 2005-02-28, 2005-03-02, and 2005-03-04
379                 fix buffer overflow, CAN-2005-0667, see
380                 http://secunia.com/advisories/14491/
381
382 2005-02-27 [paul]       1.0.1cvs20
383
384         * src/messageview.c
385                 fix crash-causing typo. spotted by
386                 Ralgh Young 
387
388 2005-02-25 [paul]       1.0.1cvs19
389
390         * src/prefs_account.c
391         * src/prefs_folder_item.c
392         * src/gtk/prefswindow.c
393         * src/gtk/prefswindow.h
394                 fix bug 698 'Clicking OK without username 'crashes'
395                 account edit window'. Patch by Alfons
396
397 2005-02-24 [colin]      1.0.1cvs18
398
399         * src/messageview.c
400                 Don't send out receipts if offline. Ask.
401
402 2005-02-23 [colin]      1.0.1cvs17
403
404         * src/compose.c
405                 Encode parts when signing
406
407 2005-02-23 [colin]      1.0.1cvs16
408
409         * src/compose.c
410         * src/procmsg.c
411                 Fix mimeinfo leakages
412
413 2005-02-21 [colin]      1.0.1cvs15
414
415         * src/compose.c
416                 Fix signing/encrypting still on after
417                 privacy system has been disabled
418
419 2005-02-18 [colin]      1.0.1cvs14
420
421         * src/quote_fmt_lex.l
422         * src/quote_fmt_parse.y
423                 Bugfix: Fix parser init (patch by Ivan)
424
425 2005-02-18 [colin]      1.0.1cvs13
426
427         * src/plugins/pgpmime/pgpmime.c
428                 Fix build (missed my `mv`)
429
430 2005-02-18 [colin]      1.0.1cvs12
431
432         * src/Makefile.am
433         * src/privacy.c         ** RE-ADDED **
434         * src/privacy.cpp       ** REMOVED **
435         * src/privacy.h
436         * src/plugins/pgpmime/Makefile.am
437         * src/plugins/pgpmime/passphrase.h
438         * src/plugins/pgpmime/pgpmime.c         ** RE-ADDED **
439         * src/plugins/pgpmime/pgpmime.cpp       ** REMOVED **
440         * src/plugins/pgpmime/pgpmime.h
441         * src/plugins/pgpmime/prefs_gpg.h
442         * src/plugins/pgpmime/select-keys.h
443         * src/plugins/pgpmime/sgpgme.h
444                 Revert huge API breakage.
445
446 2005-02-16 [christoph]  1.0.1cvs11
447
448         * src/mh.c
449                 add scan required function for MH folders
450
451         (Patch by Ivan Rayner <ivanr@sgi.com>)
452
453 2005-02-15 [christoph]  1.0.1cvs10
454
455         * src/plugins/pgpmime/pgpmime.cpp
456         * src/plugins/pgpmime/pgpmime.h
457                 add sign and encrypt functions
458
459 2005-02-15 [christoph]  1.0.1cvs9
460
461         * configure.ac
462         * src/Makefile.am
463         * src/privacy.c                                 ** REMOVE **
464         * src/privacy.cpp                               ** NEW **
465         * src/privacy.h
466         * src/plugins/pgpmime/Makefile.am
467         * src/plugins/pgpmime/passphrase.h
468         * src/plugins/pgpmime/pgpmime.c                 ** REMOVE **
469         * src/plugins/pgpmime/pgpmime.cpp               ** NEW **
470         * src/plugins/pgpmime/pgpmime.h
471         * src/plugins/pgpmime/prefs_gpg.h
472         * src/plugins/pgpmime/select-keys.h
473         * src/plugins/pgpmime/sgpgme.h
474                 change Privacy-API to C++
475
476 2005-02-15 [colin]      1.0.1cvs8
477
478         * src/mimeview.c
479         * src/common/utils.c
480                 Sanitize substitution for saved filenames:
481                 only \ / * and \r \n \t are bad. 
482
483 2005-02-15 [colin]      1.0.1cvs7
484
485         * src/compose.c
486         * src/procmime.c
487                 Optimize (constant instead of strlen). Thanks
488                 Alfons for the hint.
489
490 2005-02-14 [colin]      1.0.1cvs6
491
492         * src/compose.c
493         * src/procmime.c
494                 Use quoted-printable instead of 7bit or 8bit
495                 to encode "^From " and avoid mail corruption 
496                 on the MTA, as specified by RFC 3156. Thanks
497                 Hoa for the hint.
498
499 2005-02-12 [colin]      1.0.1cvs5
500
501         * src/filtering.c
502                 Remove wrong use of compose struct after
503                 compose_send(). Spotted by Alfons and Holger Berndt.
504
505 2005-02-10 [paul]       1.0.1cvs4
506
507         * src/compose.c
508                 sync with main, see ChangeLog 2005-02-10
509
510 2005-02-10 [colin]      1.0.1cvs3
511
512         * src/mainwindow.c
513                 dereference freed messageview,
514                 and don't try to use it after free.
515                 This caused occasional late segfaults
516                 when quitting.
517
518 2005-02-10 [colin]      1.0.1cvs2
519
520         * src/messageview.c
521                 Don't display html with plugin automatically
522                 (Dillo steals focus)
523
524 2005-02-09 [colin]      1.0.1cvs1
525
526         * src/mimeview.c
527         * src/mimeview.h
528         * src/messageview.c
529                 Display first relevant part using plugin
530                 if not text/plain if possible (useful for 
531                 vCalendar for example)
532
533 2005-02-08 [paul]       1.0.1
534
535         1.0.1 released
536
537 2005-02-08 [paul]       1.0.0cvs29
538
539         * po/de.po
540         * po/es.po
541         * po/fr.po
542         * po/it.po
543         * po/pt_BR.po
544         * po/sk.po
545         * po/sr.po
546                 updated by Thomas Gilgin, Ricardo Mones Lastra,
547                 Fabien Vantard, Andrea Spadaccini, Frederico Goncalves
548                 Guimaraes, Andrej Kacian, Aleksandar Urosevic
549
550 2005-02-05 [paul]       1.0.0cvs28
551
552         * src/compose.c
553                 fix Bug 682 'redirect is broken'
554
555
556 2005-02-05 [thorsten]   1.0.0cvs27
557
558         * src/partial_download.c
559                 fix buf overflow
560
561 2005-02-03 [colin]      1.0.0cvs26
562
563         * src/common/plugin.c
564                 Don't load GTK2 plugins at all. This solves
565                 the plugins problem when switching between
566                 GTK1 and GTK2 version.
567
568 2005-02-02 [colin]      1.0.0cvs25
569
570         * src/messageview.c
571                 Fix dangerous typo
572
573 2005-01-31 [colin]      1.0.0cvs24
574
575         * src/compose.c
576                 Fix MsgInfo reference leak
577
578 2005-01-28 [colin]      1.0.0cvs23
579
580         * src/folderview.c
581                 Change check - partial_recv is not cached.
582
583 2005-01-28 [colin]      1.0.0cvs22
584
585         * src/folderview.c
586                 Don't call partial_mark_for_delete() when 
587                 it's useless
588
589 2005-01-27 [colin]      1.0.0cvs21
590
591         * src/procmsg.c
592         * src/compose.c
593                 Fix build - sorry.
594
595 2005-01-27 [christoph]  1.0.0cvs20
596
597         * src/folder.c
598                 use normal message remove function if a folder has no function
599                 to remove all messages
600
601         * src/folderview.c
602                 fix memory leak
603
604 2005-01-27 [colin]      1.0.0cvs19
605
606         * src/procmime.c
607                 Forgot to commit this file with cvs18.
608
609 2005-01-27 [colin]      1.0.0cvs18
610
611         * src/compose.c
612                 Uhm, better not touch the original msginfo_list.
613
614 2005-01-27 [colin]      1.0.0cvs17
615
616         * src/procmsg.c
617         * src/procmsg.h
618                 Add a way to dump message/rfc822 MimeInfos to MsgInfos...
619         * src/compose.c
620                 ... And use it to be able to reply to the currently 
621                 selected MimeInfo.
622
623 2005-01-27 [colin]      1.0.0cvs16
624
625         * src/messageview.c
626         * src/summaryview.c
627         * src/compose.c
628         * src/compose.h
629         * src/toolbar.c
630         * src/mainwindow.c
631                 Factorize this reply mess
632
633 2005-01-26 [paul]       1.0.0cvs15
634
635         * ChangeLog
636         * ChangeLog.jp
637         * src/common/template.c
638                 sync with main, (fix memory leak), see ChangeLog
639                 2005-01-25
640
641 2005-01-25 [paul]       1.0.0cvs14
642
643         * src/compose.c
644                 compose_redirect(): fix sensitivity of attachment 
645                 "Properties..." button
646
647 2005-01-24 [colin]      1.0.0cvs13
648
649         * src/summaryview.c
650                 Freeze clist during operations involving message
651                 lists.
652
653 2005-01-24 [paul]       1.0.0cvs12
654
655         * ChangeLog
656         * ChangeLog.jp
657         * src/messageview.c
658         * src/mh.c
659         * src/common/utils.c
660                 sync with main, see ChangeLog 2005-01-19
661
662 2005-01-24 [colin]      1.0.0cvs11
663
664         * src/procheader.c
665                 Fix build with MIPSpro compiler.
666                 Patch by Ivan Rayner <ivanr@sgi.com>
667
668 2005-01-24 [colin]      1.0.0cvs10
669
670         * src/folderview.c
671                 Use (+) in collapsed folders with quicksearch-
672                 matching subfolders
673
674 2005-01-23 [holger]     1.0.0cvs9
675
676         * src/crash.c
677                 Include missing header file
678
679 2005-01-22 [colin]      1.0.0cvs8
680
681         * src/summaryview.c
682         * src/gtk/quicksearch.c
683                 Make recursive quicksearch work in
684                 root folders (and code fixes)
685
686 2005-01-21 [colin]      1.0.0cvs7
687
688         * src/summaryview.c
689                 Set cursor to wait while looking in subfolders
690
691 2005-01-21 [colin]      1.0.0cvs6
692
693         * src/summaryview.c
694                 Don't clear quicksearch if recursion is on,
695                 even if !sticky
696
697 2005-01-21 [colin]      1.0.0cvs5
698
699         * src/gtk/quicksearch.c
700         * src/prefs_common.c
701         * src/prefs_common.h
702                 Add option to recurse or not
703
704 2005-01-21 [colin]      1.0.0cvs4
705
706         * src/folder.h
707         * src/folderview.c
708         * src/folderview.h
709         * src/summaryview.c
710         * src/gtk/quicksearch.c
711         * src/gtk/quicksearch.h
712                 Make quicksearch recursive - results materialized
713                 by search icons in the folderview.
714
715 2005-01-20 [holger]     1.0.0cvs3
716
717         * src/addrindex.c
718         * src/addrindex.h
719                 Add addrindex_load_person_attribute() (for plugins)
720
721 2005-01-19 [colin]      1.0.0cvs2
722
723         * src/mbox.c
724         * src/mbox.h
725         * src/mainwindow.c
726         * src/summaryview.c
727         * src/summaryview.h
728                 Add an easy way to export specific messages
729                 to an mbox file.
730
731 2005-01-19 [paul]       1.0.0cvs1
732
733         * po/ja.po
734         * po/ko.po
735                 updated by  Rui Hirokawa and
736                 SungHyun Nam
737
738 2005-01-18 [paul]       1.0.0
739
740         * version 1.0.0 released
741
742 2005-01-17 [thorsten]   0.9.13cvs38
743
744         * src/crash.c
745         * src/gtk/pluginwindow.c
746                 return value of filesel should not be free()d
747
748 2005-01-17 [paul]       0.9.13cvs37
749
750         * AUTHORS
751         * po/es.po
752         * po/fr.po
753         * po/hr.po
754         * po/it.po
755         * po/pt_BR.po
756         * po/sk.po
757         * po/sr.po
758                 update translations. submitted by Ricardo Mones
759                 Lastra, Fabien Vantard, Dragan, Andrea Spadaccini,
760                 Frederico Goncalves Guimaraes, Andrej Kacian,
761                 Aleksandar Urosevic
762
763 2005-01-16 [colin]      0.9.13cvs36
764
765         * src/prefs_toolbar.c
766                 Fix two leaks, both found by Alfons.
767
768 2005-01-15 [paul]       0.9.13cvs35
769
770         * src/gtk/pluginwindow.c
771                 fix 2 memleaks, patch by Alfons
772
773 2005-01-15 [paul]       0.9.13cvs34
774
775         * ChangeLog
776         * ChangeLog.jp
777         * src/common/template.c
778                 sync with main, see ChangeLog 2005-01-11
779                 (fix potential memory corruption bug)
780
781 2005-01-14 [colin]      0.9.13cvs33
782
783         * src/html.c
784         * src/msgcache.c
785                 Fix coding style issues from the last patch
786
787 2005-01-14 [colin]      0.9.13cvs32
788
789         * src/msgcache.c
790                 Fix possible double free, avoid putting 8k on the stack
791         * src/html.c
792         * src/html.h
793                 Fix links with tags inside, add some entities
794         * AUTHORS
795                 Both patches by Rich Coe <Richard.Coe@med.ge.com>
796
797 2005-01-09 [thorsten]   0.9.13cvs31
798
799         * tools/calypso_convert.pl
800                 support nested subdirs (possible in recent calypso versions)
801                 fix "change of readonly value" error with perl >= 5.8
802
803 2005-01-08 [colin]      0.9.13cvs30
804
805         * src/prefs_filtering_action.c
806                 Plug leak - patch by Alfons
807
808 2005-01-07 [paul]       0.9.13cvs29
809
810         * ChangeLog
811         * ChangeLog.jp
812         * src/pop.c
813         * src/pop.h
814                 sync with main, see ChangeLog 2005-01-06
815
816 2005-01-06 [colin]      0.9.13cvs28
817
818         * src/prefs_matcher.c
819                 Plug leak. Patch by Alfons
820
821 2005-01-04 [christoph]  0.9.13cvs27
822
823         * src/folderview.c
824         * src/imap_gtk.c
825         * src/news_gtk.c
826                 Create extra popup menu entries for account settings
827
828         (Closes Bug 663 segfault choosing "Properties" for root MH mailbox)
829
830 2005-01-03 [colin]      0.9.13cvs26
831
832         * src/main.c
833                 Plugins should be loaded before --receive or --receive-all 
834                 is processed. 
835                 Patch by Felix Eckhofer <felix-ml@tribut.de>
836
837 2005-01-03 [colin]      0.9.13cvs25
838
839         * src/pop.c
840         * src/pop.h
841                 Add data_len member, because we can get NULs from network
842                 Patch by Alfons
843
844 2005-01-01 [colin]      0.9.13cvs24
845
846         * src/procmime.c
847                 Fix possible memleak in corner case - found by
848                 Martin Kluge, patch by Alfons
849
850 2004-12-30 [colin]      0.9.13cvs23
851
852         * src/account.c
853                 Fix prototypes - patch by Alfons
854
855 2004-12-30 [paul]       0.9.13cvs22
856
857         * ChangeLog
858         * ChangeLog.jp
859         * NEWS
860         * src/account.c
861                 sync with main 1.0.0.
862                 see ChangeLog 2004-12-22
863
864 2004-12-18 [paul]       0.9.13cvs21
865
866         * AUTHORS
867         * ChangeLog
868         * ChangeLog.jp
869         * src/action.c
870                 sync with main, see ChangeLog 2004-12-17
871
872 2004-12-17 [thorsten]   0.9.13cvs20
873
874         * src/compose.c
875                 protect trailing spaces when signing message
876
877 2004-12-16 [paul]       0.9.13cvs19
878
879         * ChangeLog
880         * ChangeLog.jp
881         * NEWS
882         * src/compose.c
883         * src/syldap.c
884                 sync with main 1.0.0rc
885                 see ChangeLog 2004-12-15
886
887 2004-12-14 [colin]      0.9.13cvs18
888
889         * src/gtk/prefswindow.c
890                 Fix build. Sorry :)
891
892 2004-12-14 [colin]      0.9.13cvs17
893
894         * src/gtk/gtkutils.c
895         * src/gtk/gtkutils.h
896         * src/gtk/prefswindow.c
897                 Catch Enter in prefswindow while in text
898                 widget. Patch by Alfons.
899
900 2004-12-14 [paul]       0.9.13cvs16
901
902         * ChangeLog
903         * ChangeLog.jp
904         * src/action.c
905         * src/compose.c
906         * src/common/utils.c
907                 sync with main, see ChangeLog entries 2004-12-10
908                 and 2004-12-13
909
910         * po/ru.po
911                 updated by Pavlo Bohmat
912
913 2004-12-13 [thorsten]   0.9.13cvs15
914
915         * src/plugins/spamassassin/libspamc.c
916                 fix memleak
917
918 2004-12-13 [colin]      0.9.13cvs14
919
920         * src/gtk/prefswindow.c
921         * src/gtk/pluginwindow.c
922                 Fix key_pressed handlers
923
924 2004-12-11 [colin]      0.9.13cvs13
925
926         * src/quote_fmt_parse.y
927                 Rework quote_fmt_parse to use less local 
928                 arrays in local blocks, so it doesn't 
929                 freak out IBM's stack protector. Patch
930                 by Alfons.
931
932 2004-12-10 [colin]      0.9.13cvs12
933
934         * src/messageview.c
935                 Fix logic error
936         * src/mainwindow.c
937                 Fix corruptions when de-separating messageview
938
939 2004-12-10 [paul]       0.9.13cvs11
940
941         * src/prefs_themes.c
942                 use a different set of icons for the Preview
943
944 2004-12-09 [colin]      0.9.13cvs10
945
946         * src/procmime.c
947                 Fix procmime_encode_content doing horribly wrong
948                 stuff when encoding to B64 from memory
949
950 2004-12-08 [colin]      0.9.13cvs9
951
952         * src/gtk/colorlabel.c
953                 Fix color label off-by-one
954                 Patch by Alfons
955
956 2004-12-08 [hoa]        0.9.13cvs8
957
958         * src/quote_fmt_parse.y
959                 really fix buffer overflow
960
961 2004-12-08 [colin]      0.9.13cvs7
962
963         * src/matcher_parser_parse.y
964         * src/msgcache.c
965         * src/prefs_matcher.c
966         * src/procheader.c
967         * src/matcher.c
968         * src/common/defs.h
969                 Cache total_size and use that to speed up
970                 'partial' match.
971                 Add 'partial' to the list of useable stuff
972                 in filtering
973
974 2004-12-08 [paul]
975
976         * po/sr.po
977                 updated by URKE MMI
978
979 2004-12-08 [colin]      0.9.13cvs6
980
981         * src/textview.c
982                 Fix possible boundary overrun in
983                 get_email_part(). Patch by Alfons
984
985 2004-12-08 [hoa]        0.9.13cvs5
986
987         * src/quote_fmt_parse.y
988                 fix buffer overflow
989                 http://bugs.gentoo.org/show_bug.cgi?id=67253
990
991 2004-12-07 [thorsten]   0.9.13cvs4
992
993         * src/procmime.c
994                 fix leak introduced with 0.9.13cvs1
995
996 2004-12-07 [keith]      0.9.13cvs3
997
998         * src/procmime.c
999                 Fix typo
1000
1001 2004-12-07 [colin]      0.9.13cvs2
1002
1003         * AUTHORS
1004         * src/prefs_account.c
1005         * src/common/smtp.c
1006         * src/common/smtp.h
1007                 Add SMTP PLAIN authentication. Patch by 
1008                 George Michaelson <ggm@apnic.net>
1009
1010 2004-12-07 [thorsten]   0.9.13cvs1
1011
1012         * src/procmime.c
1013                 [Bug 650] reply button causes crash
1014                 Patch partly by David Relson
1015
1016 2004-12-06 [paul]       0.9.13
1017
1018         0.9.13 released
1019
1020 2004-12-06 [paul]
1021
1022         * po/sk.po
1023                 updated by Andrej Kacian
1024         * INSTALL
1025         * README.claws
1026                 updated
1027         
1028 2004-12-06 [christoph]
1029
1030         * configure.ac
1031                 move GPGME check to PGP/MIME plugin checks
1032
1033 2004-12-06 [colin]      0.9.12cvs187
1034
1035         * src/compose.c
1036                 X-Sylpheed-Gnupg-Mode -> X-Sylpheed-Privacy-System
1037
1038 2004-12-06 [paul]       0.9.12cvs186
1039
1040         * INSTALL
1041         * README.claws
1042                 updated
1043         * po/es.po
1044         * po/fr.po
1045         * po/it.po
1046         * po/ja.po
1047         * po/pt_BR.po
1048         * po/zh_CN.po
1049                 updated by Ricardo Mones Lastra, Fabien Vantard, Andrea 
1050                 Spadaccini, Rui Hirokawa, Frederico Goncalves Guimaraes,
1051                 and Yang Guilong
1052
1053 2004-12-05 [paul]       0.9.12cvs185
1054
1055         * INSTALL
1056         * Makefile.am
1057         * README.claws
1058                 update
1059         * TODO.claws    **REMOVED**
1060                 removed, use the wiki instead
1061         * tools/Makefile.am
1062         * tools/README
1063                 remove newscache_conv.pl from the release package
1064                 and notes as it is broken and not currently maintained
1065         * tools/filter_conv.pl
1066                 use --config-dir to find claws' config dir
1067         * tools/kdeservicemenu/README
1068         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1069         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1070                 make a top-level menu entry
1071
1072 2004-12-04 [paul]       0.9.12cvs184
1073
1074         * src/addrharvest.c
1075                 conv_unmime_header_overwrite(name)
1076
1077 2004-12-04 [colin]      0.9.12cvs183
1078
1079         * src/compose.c
1080                 Fix saving of compose window position
1081                 when sending mail. Patch by Alfons.
1082
1083 2004-12-04 [paul]       0.9.12cvs182
1084
1085         * ChangeLog
1086         * ChangeLog.jp
1087         * INSTALL
1088         * NEWS
1089         * README
1090         * README.jp
1091         * doc/manual/ja/Makefile.am
1092         * doc/manual/ja/sylpheed-1.html
1093         * doc/manual/ja/sylpheed-10.html
1094         * doc/manual/ja/sylpheed-11.html
1095         * doc/manual/ja/sylpheed-12.html
1096         * doc/manual/ja/sylpheed-13.html
1097         * doc/manual/ja/sylpheed-14.html
1098         * doc/manual/ja/sylpheed-15.html
1099         * doc/manual/ja/sylpheed-16.html
1100         * doc/manual/ja/sylpheed-17.html
1101         * doc/manual/ja/sylpheed-18.html
1102         * doc/manual/ja/sylpheed-19.html
1103         * doc/manual/ja/sylpheed-2.html
1104         * doc/manual/ja/sylpheed-20.html
1105         * doc/manual/ja/sylpheed-3.html
1106         * doc/manual/ja/sylpheed-4.html
1107         * doc/manual/ja/sylpheed-5.html
1108         * doc/manual/ja/sylpheed-6.html
1109         * doc/manual/ja/sylpheed-7.html
1110         * doc/manual/ja/sylpheed-8.html
1111         * doc/manual/ja/sylpheed-9.html
1112         * doc/manual/ja/sylpheed.html
1113         * doc/manual/ja/sylpheed.sgml
1114         * src/Makefile.am
1115         * src/procmime.c
1116         * src/pixmaps/regular.xpm **REMOVED**
1117                 sync with main 1.0.0beta4, including: "canonicalize text files
1118                 before encoding to BASE64, and uncanonicalize after decoding
1119                 to conform with RFC 2045" 
1120
1121 2004-12-03 [christoph]  0.9.12cvs181
1122
1123         * src/compose.c
1124                 build the Privacy System menu without GtkItemFactory to
1125                 allow '/' in Privacy System names
1126
1127         * src/plugins/pgpmime/pgpmime.c
1128         * src/plugins/pgpmime/plugin.c
1129                 Update description and change Privacy System name
1130
1131 2004-12-03 [paul]
1132
1133         * src/pixmaps/dir_close.xpm
1134         * src/pixmaps/dir_open.xpm
1135         * src/pixmaps/drafts_close.xpm
1136         * src/pixmaps/drafts_open.xpm
1137         * src/pixmaps/group.xpm
1138         * src/pixmaps/unread.xpm
1139                 update icons (sync with main (adjust hue))      
1140
1141 2004-12-02 [paul]       0.9.12cvs180
1142
1143         * ChangeLog
1144         * ChangeLog.jp
1145         * src/Makefile.am
1146         * src/pop.c
1147         * src/common/utils.c
1148         * src/common/utils.h
1149         * src/pixmaps/folder.xpm **REMOVED**
1150                 sync with main
1151                 fixes bug 644 'extra CRs in subject line break filtering' 
1152
1153 2004-12-02 [colin]      0.9.12cvs179
1154
1155         * src/compose.c
1156                 Prevent duplicate edition of queued
1157                 and drafted mails
1158
1159 2004-12-02 [colin]      0.9.12cvs178
1160
1161         * src/compose.c
1162                 Fix quote linewrapping ignoring pref
1163                 Patch by Alfons
1164
1165 2004-11-30 [colin]      0.9.12cvs177
1166
1167         * src/gtk/prefswindow.c
1168         * src/gtk/pluginwindow.c
1169                 Add shortcut keys to prefs window
1170                 and plugin window. Patch by Fabien Vantard.
1171
1172 2004-11-29 [colin]      0.9.12cvs176
1173
1174         * src/folderview.c
1175                 Fix disappearing separators in folderview's popup
1176
1177 2004-11-29 [colin]      0.9.12cvs175
1178
1179         * src/procmime.c
1180                 Another format bug
1181
1182 2004-11-29 [colin]      0.9.12cvs174
1183
1184         * src/pop.c
1185                 Fix format string
1186
1187 2004-11-26 [colin]      0.9.12cvs173
1188
1189         * src/common/smtp.c
1190         * src/common/smtp.h
1191                 Use ESMTP for all servers advertising it
1192                 Add SIZE= parameter to MAIL command for 
1193                 ESMTP servers
1194
1195 2004-11-24 [colin]      0.9.12cvs172
1196
1197         * src/plugins/pgpmime/pgpmime.c
1198                 Forgot one :(
1199
1200 2004-11-24 [colin]      0.9.12cvs171
1201
1202         * src/plugins/pgpmime/pgpmime.c
1203                 Fix numerous GpgmeGtk leaks
1204
1205 2004-11-24 [colin]      0.9.12cvs170
1206
1207         * src/plugins/pgpmime/pgpmime.c
1208                 Fix numerous GpgmeCtx leaks
1209
1210 2004-11-24 [colin]      0.9.12cvs169
1211
1212         * src/plugins/pgpmime/plugin.c
1213                 Update requirements
1214         * src/plugins/trayicon/Makefile.am
1215         * src/plugins/trayicon/newmarkedmail.xpm
1216         * src/plugins/trayicon/trayicon.c
1217         * src/plugins/trayicon/unreadmarkedmail.xpm
1218                 Add new icons when there are unread marked mails
1219                 answers
1220
1221 2004-11-23 [thorsten]   0.9.12cvs168
1222
1223         * src/plugins/pgpmime/plugin.c
1224                 typo: plugin_init instead of plugin_done
1225
1226 2004-11-23 [thorsten]   0.9.12cvs167
1227
1228         * commitHelper
1229                 o add me
1230         * src/partial_download.c
1231         * src/partial_download.h
1232                 o fix path for includes
1233
1234 2004-11-23 [colin]      0.9.12cvs166
1235
1236         * src/procmime.c
1237                 Uh, changed API.
1238
1239 2004-11-23 [colin]      0.9.12cvs165
1240
1241         * src/procmime.c
1242                 Fix mime headers wrapping
1243
1244 2004-11-23 [christoph]  0.9.12cvs164
1245
1246         * src/common/Makefile.am
1247         * src/common/partial_download.[ch]
1248         * src/Makefile.am
1249         * src/partial_download.[ch]
1250         * src/folderview.c
1251                 move to src because it depends on src stuff
1252
1253         * src/codeconv.c
1254         * src/common/base64.h
1255                 move B64LEN macro to base64.h
1256
1257         * src/compose.c
1258         * src/privacy.[ch]
1259                 add PrefsAccount to sign-function parameters
1260
1261         * src/main.c
1262         * src/prefs_account.[ch]
1263         * src/gtk/prefswindow.[ch]
1264                 o use new prefswindow for account prefs
1265                 o add possibility to add new pages to account prefs
1266
1267         * src/plugins/pgpmime/prefs_gpg.[ch]
1268         * src/plugins/pgpmime/prefs_gpg.glade
1269                 add account prefs for GPG
1270
1271         * src/plugins/pgpmime/pgpmime.c
1272         * src/plugins/pgpmime/sgpgme.[ch]
1273                 create signers list based on the GPG account prefs
1274
1275 2004-11-23 [colin]      0.9.12cvs163
1276
1277         * src/main.c
1278                 Fix cursor going from normal to wait
1279                 as many times as there are folders
1280                 (very noticeable on exported displays)
1281
1282 2004-11-23 [colin]      0.9.12cvs162
1283
1284         * src/msgcache.c
1285                 HEAD needs this leak fix too
1286
1287 2004-11-22 [luke]       0.9.12cvs161
1288
1289         * src/gtk/gtkstext.c
1290                 'Up' key moves one line (not one paragraph) like 'Down'
1291
1292 2004-11-22 [paul]       0.9.12cvs160
1293
1294         * src/prefs_themes.c
1295                 fix oversized GtkFrames
1296
1297 2004-11-19 [paul]       0.9.12cvs159
1298
1299         * src/prefs_common.c
1300                 update prefs_keybind_apply_clicked()
1301
1302 2004-11-18 [paul]       0.9.12cvs158
1303
1304         * src/compose.c
1305         * src/messageview.c
1306         * src/common/utils.c
1307         * src/common/utils.h
1308                 use Message-ID format like that previously
1309                 used in compose_generate_msgid()
1310
1311 2004-11-17 [christoph]  0.9.12cvs157
1312
1313         * src/mainwindow.c
1314         * src/prefs_common.c
1315                 integrate "Common preferences" into new preferences dialog
1316
1317 2004-11-17 [colin]      0.9.12cvs156
1318
1319         * src/prefs_account.c
1320         * src/prefs_account.h
1321         * src/procmsg.c
1322                 Add an option to let the user choose to store encrypted
1323                 mail as clear text or encrypted.
1324
1325 2004-11-17 [colin]      0.9.12cvs155
1326
1327         * src/compose.c
1328         * src/toolbar.c
1329                 Be verbose when sending fails
1330         * src/procmsg.c
1331                 Fix procmsg_send_queue returning 0 when there's an error
1332                 Don't send messages to be encrypted to nobody 
1333
1334
1335 2004-11-17 [colin]      0.9.12cvs154
1336
1337         * src/privacy.c
1338                 Fix more pointer confusion
1339
1340 2004-11-17 [paul]       0.9.12cvs153
1341
1342         * src/procmime.h
1343                 forgotten in sync with main 1.0.0beta3
1344
1345
1346 2004-11-17 [paul]       0.9.12cvs152
1347
1348         * ChangeLog
1349         * ChangeLog.jp
1350         * NEWS
1351         * src/compose.c
1352         * src/jpilot.c
1353         * src/procmime.c
1354                 sync with main 1.0.0beta3
1355                 see ChangeLog 2004-11-15 and 2004-11-16
1356
1357 2004-11-17 [colin]      0.9.12cvs151
1358
1359         * src/plugins/pgpmime/pgpmime.c
1360                 Remove debug printf
1361
1362 2004-11-17 [colin]      0.9.12cvs150
1363
1364         * src/plugins/pgpmime/pgpmime.c
1365                 Fix off-by-one causing segs
1366
1367 2004-11-17 [colin]      0.9.12cvs149
1368
1369         * src/procmsg.c
1370                 < Reboot_> don't compare pointers to NULL with !
1371                 So, use the other form to bring consistency.
1372                 Also fix coding style.
1373
1374 2004-11-16 [colin]      0.9.12cvs148
1375
1376         * src/procmsg.c
1377                 Fix the fix :)
1378
1379 2004-11-16 [colin]      0.9.12cvs147
1380
1381         * src/procmsg.c
1382                 Fix leaks in procmsg_send_message_queue
1383
1384 2004-11-12 [paul]       0.9.12cvs146
1385
1386         * src/prefs_account.c
1387         * src/procmime.c
1388         * src/procmime.h
1389                 fix sync breakage 
1390
1391 2004-11-12 [paul]
1392
1393         * src/pixmaps/complete.xpm
1394         * src/pixmaps/continue.xpm
1395                 small sync with main, see ChangeLog 2004-11-11
1396
1397 2004-11-11 [paul]       0.9.12cvs145
1398
1399         * ChangeLog
1400         * ChangeLog.jp
1401         * src/account.c
1402         * src/folderview.c
1403         * src/folderview.h
1404         * src/imap.c
1405         * src/imap_gtk.c
1406         * src/inc.c
1407         * src/mainwindow.c
1408         * src/mh_gtk.c
1409         * src/news_gtk.c
1410         * src/pop.c
1411         * src/prefs_account.c
1412         * src/prefs_account.h
1413         * src/prefs_ext_prog.c
1414         * src/procmsg.c
1415         * src/procmsg.h
1416         * src/summary_search.c
1417         * src/summaryview.c
1418         * src/textview.c
1419         * src/common/defs.h
1420         * src/common/utils.c
1421         * src/common/utils.h
1422         * src/gtk/menu.c
1423         * src/gtk/menu.h
1424                 sync with main 1.0.0beta2 (plus 4)
1425
1426 2004-11-09 [christoph]  0.9.12cvs144
1427
1428         * src/compose.c
1429         * src/prefs_account.[ch]
1430                 add option menu to select default privacy system
1431
1432         * src/plugins/pgpmime/pgpmime.c
1433                 better memory allocation
1434
1435         * src/folder.c
1436                 syncronize flags when scanning a folder
1437
1438 2004-11-08 [colin]      0.9.12cvs143
1439
1440         * src/summaryview.c
1441                 Prevent useless folder count updates while 
1442                 quicksearch is running. It is really annoying 
1443                 while quicksearch is running a full-mail
1444                 scan, like 'b foo', in a big folder.
1445
1446 2004-11-08 [colin]      0.9.12cvs142
1447
1448         * src/textview.c
1449                 Really fix these mail URIs
1450
1451 2004-11-08 [colin]      0.9.12cvs141
1452
1453         * src/textview.c
1454                 fix "colin@colino.net" <colin@colino.net> 
1455                 types of URIs
1456
1457 2004-11-06 [colin]      0.9.12cvs140
1458
1459         * src/compose.c
1460                 Don't ask for passphrase if not sending
1461
1462 2004-11-05 [christoph]  0.9.12cvs139
1463
1464         * src/compose.c
1465                 o encode text content of composed mails
1466         * src/procmime.c
1467                 o allow encoding of MimeInfos that are stored in memory buffers
1468                 
1469
1470 2004-11-03 [paul]       0.9.12cvs138
1471
1472         * po/POTFILES.in
1473                 add 'src/plugins/pgpmime/prefs_gpg.c'.
1474                 Patch submitted by Fabien Vantard
1475
1476         * src/prefs_ext_prog.c
1477                 fix typos. Patch submitted by Fabien Vantard
1478
1479         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1480         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1481                 add German, Spanish, Italian, Brazilian Portuguese,
1482                 and Slovak translations. Submitted by Thomas Gilgin,
1483                 J. José del Río 'partymola', Andrea Spadaccini,
1484                 Frederico Goncalves Guimaraes, and Andrej Kacian
1485
1486 2004-11-01 [christoph]  0.9.12cvs137
1487
1488         * src/procmime.c
1489                 implement RFC2231's parameter encoding
1490
1491 2004-10-29 [colin]      0.9.12cvs136
1492
1493         * src/common/utils.c
1494                 Fix boundary delimiter (a Pine user gets this:
1495                 > Malformed message: Unexpected characters at end of parameters:
1496                 > =_Thu__28_Oct_2)
1497
1498 2004-10-29 [paul]
1499
1500         * tools/textviewer.sh
1501                 fix typo. patch submitted by Johann Koenig 
1502                 <explosive@hvc.rr.com>
1503
1504 2004-10-29 [paul]
1505
1506         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1507         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1508                 add French translations, submitted by Fabien Vantard
1509
1510 2004-10-28 [christoph]  0.9.12cvs135
1511
1512         * doc/src/rfc2231.txt                           ** NEW **
1513         * src/procmime.c
1514         * src/common/quoted-printable.c
1515         * src/common/utils.[ch]
1516                 implement RFC2231's parameter decoding
1517
1518 2004-10-27 [paul]
1519
1520         * tools/kdeservicemenu/README
1521         * tools/kdeservicemenu/install.sh
1522         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1523         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1524         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1525                 output files to /tmp instead of littering the
1526                 current dir
1527                 add uninstall function
1528                 refactor
1529
1530 2004-10-26 [christoph]  0.9.12cvs134
1531
1532         * src/procmime.c
1533                 better check if parameters have to be in quoted string
1534
1535 2004-10-25 [paul]
1536
1537         * tools/kdeservicemenu/README
1538         * tools/kdeservicemenu/install.sh
1539         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1540         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1541         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1542                 add files for Sylpheed Service Menu in Konqueror
1543
1544 2004-10-22 [paul]       0.9.12cvs133
1545
1546         * src/compose.c
1547         * src/prefs_common.c
1548         * src/prefs_common.h
1549         * src/prefs_wrapping.c
1550                 remove 'smart wrapping'
1551
1552 2004-10-21 [colin]      0.9.12cvs132
1553
1554         * src/compose.c
1555                 Remove extraneous separator in Options
1556
1557 2004-10-21 [colin]      0.9.12cvs131
1558
1559         * src/compose.c
1560                 Replace "unknown" attachments by "application/octet-stream"
1561                 Be a bit more defensive when using strchr
1562
1563 2004-10-20 [paul]
1564
1565         * po/ru.po
1566                 updated by Pavlo Bohmat
1567
1568 2004-10-19 [christoph]  0.9.12cvs130
1569
1570         * src/compose.c
1571                 fix wrong menu entry path
1572
1573         (Closes Bug 626 crashes after clicking 'reply' or 'reply to all')
1574
1575         * src/gtk/menu.c
1576                 add extra check for missing menu entries
1577
1578 2004-10-19 [christoph]  0.9.12cvs129
1579
1580         * src/compose.c
1581         * src/common/utils.c
1582                 use utils' generate_msgid() in compose.c
1583
1584 2004-10-18 [christoph]  0.9.12cvs128
1585
1586         * src/plugins/pgpmime/passphrase.c
1587         * src/plugins/pgpmime/pgpmime.c
1588         * src/plugins/pgpmime/prefs_gpg.[ch]
1589         * src/plugins/pgpmime/prefs_gpg.glade
1590         * src/plugins/pgpmime/sgpgme.c
1591                 add GPG prefs
1592
1593 2004-10-18 [christoph]  0.9.12cvs127
1594
1595         * src/addrbook.c
1596         * src/addrcache.c
1597         * src/addressbook.c
1598         * src/codeconv.c
1599         * src/compose.c
1600         * src/customheader.c
1601         * src/editaddress.c
1602         * src/editgroup.c
1603         * src/exporthtml.c
1604         * src/folder.c
1605         * src/folderview.c
1606         * src/imap.c
1607         * src/jpilot.c
1608         * src/main.c
1609         * src/matcher_parser_parse.y
1610         * src/mbox.c
1611         * src/pop.c
1612         * src/prefs_account.c
1613         * src/prefs_gtk.c
1614         * src/prefs_msg_colors.c
1615         * src/procheader.c
1616         * src/procmime.[ch]
1617         * src/procmsg.c
1618         * src/summaryview.c
1619         * src/textview.c
1620         * src/common/base64.c
1621         * src/common/partial_download.c
1622         * src/common/socket.c
1623         * src/common/sylpheed.c
1624         * src/common/utils.[ch]
1625         * src/gtk/filesel.c
1626         * src/gtk/pluginwindow.c
1627         * src/gtk/quicksearch.c
1628         * src/plugins/pgpmime/pgpmime.c
1629         * src/plugins/pgpmime/plugin.c
1630         * src/plugins/pgpmime/select-keys.c
1631         * src/plugins/pgpmime/sgpgme.c
1632         * src/plugins/spamassassin/libspamc.c
1633         * src/plugins/trayicon/trayicon.c
1634         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]
1635         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
1636                 o don't use any GNU C extensions
1637                 o fix warnings
1638                 o replace some non-POSIX functions
1639
1640         * src/plugins/spamassassin/spamassassin.[ch]
1641         * src/plugins/spamassassin/spamassassin_gtk.c
1642         * src/plugins/clamav/clamav_plugin.[ch]
1643         * src/plugins/clamav/clamav_plugin_gtk.c
1644                 replace statusbar_print_all() from common code because it is a
1645                 GUI function
1646
1647 2004-10-17 [paul]
1648
1649         * po/es.po
1650         * po/ko.po
1651         * AUTHORS
1652                 update Spanish and Korean translations,
1653                 submitted by Ricardo Mones Lastra and
1654                 SungHyun Nam
1655
1656 2004-10-13 [colin]      0.9.12cvs126
1657
1658         * src/compose.c
1659                 Don't convert message to forced encoding when 
1660                 drafting, plus minor magic-values cleanup.
1661
1662 2004-10-13 [colin]      0.9.12cvs125
1663
1664         * po/POTFILES.in
1665                 Update POTFILES.in to reflect the source
1666                 place changes
1667
1668 2004-10-08 [christoph]  0.9.12cvs124
1669
1670         * m4/spamassassin.m4
1671                 fix libspamc OpenSSL
1672
1673         * src/compose.c
1674                 rearrange the compose menu
1675
1676 2004-10-08 [christoph]  0.9.12cvs123
1677
1678         * src/Makefile.am
1679         * src/account.c
1680         * src/compose.[ch]
1681         * src/crash.c
1682         * src/main.c
1683         * src/mimeview.c
1684         * src/passphrase.[ch]                           ** REMOVE **
1685         * src/prefs_account.[ch]
1686         * src/prefs_common.[ch]
1687         * src/privacy.[ch]
1688         * src/procmime.[ch]
1689         * src/procmsg.c
1690         * src/rfc2015.[ch]                              ** REMOVE **
1691         * src/select-keys.[ch]                          ** REMOVE **
1692         * src/common/utils.[ch]
1693         * src/gtk/about.c
1694         * src/plugins/pgpmime/Makefile.am
1695         * src/plugins/pgpmime/passphrase.[ch]           ** NEW **
1696         * src/plugins/pgpmime/pgpmime.c
1697         * src/plugins/pgpmime/plugin.c
1698         * src/plugins/pgpmime/prefs_gpg.[ch]
1699         * src/plugins/pgpmime/select-keys.[ch]          ** NEW **
1700         * src/plugins/pgpmime/sgpgme.[ch]
1701                 o Add new MIME-Writer
1702                 o extend PrivacySystem with sign and encrypt functions
1703                 o extend PGP/MIME plugin with sign and encrypt functions
1704                 o integrate extended Privacy API in Compose and Sending process
1705
1706 2004-10-04 [colin]      0.9.12cvs122
1707
1708         * src/mainwindow.c
1709         * src/messageview.c
1710         * src/messageview.h
1711         * src/textview.c
1712                 Make forced encoding limited to messageview and
1713                 apply only to parts displayed using textview
1714
1715 2004-10-04 [colin]      0.9.12cvs121
1716
1717         * src/summaryview.c
1718                 Fix bug #605 (collapsed threads re-expand when moving or
1719                 deleting mails)
1720
1721 2004-10-03 [colin]      0.9.12cvs120
1722
1723         * src/summaryview.c
1724                 Fix bug #602
1725
1726 2004-10-02 [colin]      0.9.12cvs119
1727
1728         * src/mainwindow.c
1729         * src/messageview.c
1730         * src/prefs_common.h
1731         * src/procmime.c
1732         * src/procmime.h
1733         * src/textview.c
1734                 Clean up forced charset feature
1735                 Add forced decode
1736
1737 2004-10-01 [colin]      0.9.12cvs118
1738
1739         * src/mimeview.c
1740                 Better fix for Save all: skip multipart mails' first 
1741                 text part
1742
1743 2004-10-01 [colin]      0.9.12cvs117
1744
1745         * src/mimeview.c
1746                 Only save attachments in Save All
1747
1748 2004-10-01 [paul]       0.9.12cvs116
1749
1750         * ChangeLog
1751         * ChangeLog.jp
1752         * src/account.c
1753         * src/prefs_common.c
1754         * src/gtk/colorlabel.c
1755                 sync with main 0.9.12cvs17
1756
1757 2004-09-30 [colin]      0.9.12cvs115
1758
1759         * src/stock_pixmap.c
1760         * src/stock_pixmap.h
1761         * src/folderview.c
1762         * src/Makefile.am
1763         * src/pixmaps/read.xpm
1764                 Add icon for total # column
1765
1766 2004-09-29 [colin]      0.9.12cvs114
1767
1768         * src/compose.c
1769                 Don't close compose until message is sent if 
1770                 Show Send Dialog is Always
1771
1772 2004-09-29 [paul]       0.9.12cvs113
1773
1774         * src/quote_fmt_parse.y
1775                 In the quotation templates recognise sender's first and last 
1776                 names (%F %L) when the name is in the format "Duck, Donald".
1777                 Patch submitted by Thomas Gilgin, <thomas_gilgin@users.sourceforge.net>
1778
1779
1780 2004-09-28 [colin]      0.9.12cvs112
1781
1782         * src/mainwindow.c
1783                 Put back mnemonic
1784         * src/folderview.c
1785                 Fix Empty trash being visible-invisible-visible...
1786
1787 2004-09-28 [colin]      0.9.12cvs111
1788
1789         * src/mainwindow.c
1790                 Relabel Empty all Trash folders
1791
1792 2004-09-28 [colin]      0.9.12cvs110
1793
1794         * src/folderview.c
1795                 Add contextual Empty trash menu
1796         * src/mainwindow.c
1797                 Revert cvs109 which was useless
1798
1799 2004-09-28 [colin]      0.9.12cvs109
1800
1801         * src/mainwindow.c
1802                 Fix uninialized var
1803
1804 2004-09-28 [colin]      0.9.12cvs108
1805
1806         * src/addressbook.c
1807                 Fix triple-click
1808
1809 2004-09-28 [colin]      0.9.12cvs107
1810
1811         * src/addressbook.c
1812                 Fix double-click on entries
1813
1814 2004-09-28 [colin]      0.9.12cvs106
1815
1816         * src/inc.c
1817                 Reintroduce folder_item update freeze on incorporation
1818
1819 2004-09-27 [christoph]  0.9.12cvs105
1820
1821         * src/folderview.c
1822                 right-align new and unread column
1823
1824 2004-09-27 [paul]
1825
1826         * 0.9.12b released
1827
1828 2004-09-27 [paul]       0.9.12cvs104
1829
1830         * src/main.c
1831                 revert 0.9.12cvs101, it causes another segfault
1832
1833 2004-09-23 [christoph]  0.9.12cvs103
1834
1835         * src/plugins/spamassassin/libspamc.[ch]
1836         * src/plugins/spamassassin/utils.[ch]
1837                 update libspamc to SpamAssassin 3.0.0
1838
1839 2004-09-17 [paul]       0.9.12cvs102
1840
1841         * ChangeLog
1842         * ChangeLog.jp
1843         * src/inc.c
1844                 sync with main 0.9.12cvs14, see ChangeLog 2004-09-09
1845  
1846
1847 2004-09-17 [colin]      0.9.12cvs101
1848
1849         * src/main.c
1850                 Fix segfaults when quitting. valgrind says:
1851                         ==12144== Invalid read of size 4
1852                         ==12144==    at 0x80D7DDA: messageview_is_visible (messageview.c:938)
1853                         [...]
1854                         ==12144==  Address 0x1BF1BD30 is 56 bytes inside a block of size 72 free'd
1855                         [...]
1856                         ==12144==    by 0x80CC671: exit_sylpheed (main.c:498)
1857
1858
1859 2004-09-13 [christoph]  0.9.12cvs100
1860
1861         * src/folder.c
1862                 add NULL pointer checks to fix segfault when messages can
1863                 not be fetched
1864
1865 2004-09-08 [colin]      0.9.12cvs99
1866
1867         * src/account.c
1868                 Remove a debug printf
1869
1870 2004-09-08 [christoph]  0.9.12cvs98
1871
1872         * src/procmsg.[ch]
1873                 change MSG_CACHED (unused in claws) to MSG_SCANNED to remember
1874                 if the message structure has been scanned
1875
1876         * src/folder.c
1877                 o scan structure when the mail is fetched for the first time
1878                   to prevent unnecessary fetching of messages while scanning
1879                   the folder for messages
1880                 o revert 0.9.12cvs24
1881
1882         * src/plugins/pgpmime/pgpmime.c
1883                 check signature if auto signature checking is enabled when the
1884                 signature status is requested for first time and not when
1885                 checking if a part has a signature
1886
1887 2004-09-07 [colin]      0.9.12cvs97
1888
1889         * src/inc.c
1890                 Change session error messages so that they
1891                 are a bit more helpful (the origin of the
1892                 error is not apparent if one isn't in 
1893                 front of Sylpheed when it happens).
1894
1895 2004-09-06 [colin]      0.9.12cvs96
1896
1897         * src/toolbar.c
1898                 Fix graying out Redirect in non english languages
1899                 Patch by Fabien Vantard
1900
1901 2004-09-06 [colin]      0.9.12cvs95
1902
1903         * src/summaryview.c
1904         * src/mimeview.c
1905                 Fix dropped URIs
1906
1907 2004-09-06 [colin]      0.9.12cvs94
1908
1909         * src/addressbook.c
1910         * src/addressitem.h
1911         * src/addritem.c
1912         * src/addritem.h
1913                 Add basic drag and drop to addressbook
1914
1915 2004-09-03 [colin]      0.9.12cvs93
1916
1917         * src/summaryview.c
1918                 Next/Prev unread message should start
1919                 from next/prev node (especially if 
1920                 mark_as_read_delay != 0)
1921
1922 2004-09-03 [colin]      0.9.12cvs92
1923
1924         * src/prefs_common.c
1925         * src/prefs_common.h
1926         * src/summaryview.c
1927                 Add an hidden 'mark_as_read_delay' pref 
1928
1929 2004-09-02 [colin]      0.9.12cvs91
1930
1931         * src/gtk/menu.c
1932                 Add unduplicated menu entries (fixes bug 532)
1933                 Patch by Fabien Vantard
1934
1935 2004-09-02 [colin]      0.9.12cvs90
1936
1937         * src/account.c
1938                 Fix bug 582 (broken auto account selection)
1939
1940 2004-09-02 [colin]      0.9.12cvs89
1941
1942         * src/addrindex.c
1943                 Free deleted queries too
1944
1945 2004-09-02 [colin]      0.9.12cvs88
1946
1947         * src/ldapquery.c
1948                 Fix freezes in LDAP, due to memory corruption
1949                 after deletion of a query (and not removing it
1950                 from the corresponding list of queries).
1951                 Very probably fixes bug 567 and bug 569
1952
1953 2004-09-02 [colin]      0.9.12cvs87
1954
1955         * src/prefs_spelling.c
1956                 Fix bug with aspell prefs init, where spell checking
1957                 is enabled at first but dictionary not specified. Use
1958                 LANG's dictionary by default.
1959
1960 2004-09-01 [colin]      0.9.12cvs86
1961
1962         * src/filtering.c
1963         * src/imap.c
1964         * src/prefs_matcher.c
1965         * src/stock_pixmap.c
1966                 Fix more nasty uninitialized variables
1967
1968 2004-08-31 [colin]      0.9.12cvs85
1969
1970         * src/folder.c
1971                 Fix memory corruption when entering procmsg_msginfo_free()
1972                 with unitialized msginfo. Thanks Valgrind.
1973
1974 2004-08-29 [colin]      0.9.12cvs84
1975
1976         * src/mimeview.c
1977                 Don't escape filenames before saving - that's 
1978                 not dangerous. By the way, fix the leak.
1979
1980 2004-08-27 [paul]       0.9.12cvs83
1981
1982         * src/mh.c
1983         * src/procheader.c
1984         * src/procmsg.c
1985         * src/procmsg.h
1986         * src/common/utils.c
1987         * src/gtk/menu.h
1988                 sync with main 0.9.12cvs6, see ChangeLog
1989                 2004-08-24, 2004-08-25, 2004-08-26
1990
1991
1992 2004-08-26 [paul]
1993
1994         * po/ja.po
1995                 updated by Rui Hirokawa
1996
1997 2004-08-25 [colin]      0.9.12cvs82
1998
1999         * src/plugins/pgpmime/pgpmime.c
2000                 Fix leak on non-combined encrypted messages
2001
2002 2004-08-25 [colin]      0.9.12cvs81
2003
2004         * src/plugins/pgpmime/pgpmime.c
2005         * src/plugins/pgpmime/sgpgme.c
2006         * src/plugins/pgpmime/sgpgme.h
2007                 Handle combined encryption/signature
2008
2009 2004-08-24 [colin]      0.9.12cvs80
2010
2011         * src/folder.c
2012                 Set mime flags on non multipart messages too
2013
2014 2004-08-23 [christoph]  0.9.12cvs79
2015
2016         * src/compose.c
2017                 create message header in memory as GString before writing it
2018                 to the message file
2019
2020 2004-08-23 [colin]      0.9.12cvs78
2021
2022         * src/rfc2015.c
2023         * src/rfc2015.h
2024         * src/compose.c
2025                 Fix (again) bug 197: inline encryption broken
2026
2027 2004-08-23 [paul]
2028
2029         * po/zh_CN.po
2030                 updated by Hansom Young
2031
2032 2004-08-23 [paul]
2033
2034         * 0.9.12a released
2035
2036 2004-08-23 [colin]      0.9.12cvs77
2037
2038         * src/imap.c
2039                 Try and fix bug 577 (session->last_access_time is broken since 
2040                 sync with main 0.9.12cvs2). 
2041                 Patch by Stephan Sachse <whiteman@teg-clan.de>
2042
2043 2004-08-23 [paul]
2044
2045         * po/es.po
2046         * po/fr.po
2047         * po/pl.po
2048         * po/pt_BR.po
2049         * po/sk.po
2050         * po/sr.po
2051                 update translations. submitted by Ricardo
2052                 Mones Lastra, Fabien Vantard, Emilian Nowak,
2053                 Frederico Goncalves Guimaraes, Andrej Kacian,
2054                 Urke MMI
2055
2056 2004-08-22 [paul]       0.9.12cvs76
2057
2058         * src/plugins/trayicon/trayicon.c
2059                 fix formatting bug in trayicon_popup_menu_entries[]
2060
2061
2062 2004-08-22 [paul]       0.9.12cvs75
2063
2064         * m4/Makefile.am
2065                 remove reference to openssl.m4
2066
2067
2068 2004-08-21 [colin]      0.9.12cvs74
2069
2070         * src/compose.c
2071                 Fix bug 576 (Duplicate auto-bcc on reedit)
2072
2073 2004-08-21 [colin]      0.9.12cvs73
2074
2075         * src/toolbar.c
2076                 Grey out Redirect in the toolbar when selection is
2077                 multiple. Fixes bug 520
2078
2079 2004-08-21 [colin]      0.9.12cvs72
2080
2081         * src/compose.c
2082                 Save Sign, Encrypt and Mode status when drafting or queuing
2083                 Fixes bug 502 (drafted message does not keep sign / encrypt 
2084                 state)
2085
2086 2004-08-21 [colin]      0.9.12cvs71
2087
2088         * src/summaryview.c
2089                 Fix bug 494 (Messages are always opened in summary 
2090                 view when right clicked.) Also fixes bug 508.
2091
2092 2004-08-21 [colin]      0.9.12cvs70
2093
2094         * src/compose.c
2095                 When using inline encryption, don't use QP or Base64:
2096                 the mail will be encrypted to a 7bit string.
2097                 Fixes bug 197
2098
2099 2004-08-21 [colin]      0.9.12cvs69
2100
2101         * src/compose.c
2102                 Fix inline-signing with 8bit chars: data must be 
2103                 converted to Quoted-printable before signing.
2104
2105 2004-08-21 [colin]      0.9.12cvs68
2106
2107         * src/compose.c
2108                 Remove 'Message/Save to draft folder'
2109                 and 'Message/Save and keep editing' to 
2110                 put a single 'File/Save' command.
2111                 Fixes bug 224
2112
2113 2004-08-21 [colin]      0.9.12cvs67
2114
2115         * src/mainwindow.c
2116                 Fix bug 222 (Summary view state not retained between sessions)
2117
2118 2004-08-20 [colin]      0.9.12cvs66
2119
2120         * src/codeconv.c
2121                 Fix bug 574 (empty cur_locale is not enough)
2122
2123 2004-08-20 [paul]
2124
2125         * src/plugins/pgpmime/plugin.c
2126                 modify PGP/MIME plugin's description
2127
2128 2004-08-16 [colin]      0.9.12cvs65
2129
2130         * src/common/ssl.c
2131                 Fix version comparison
2132
2133 2004-08-16 [colin]      0.9.12cvs64
2134
2135         * src/common/ssl.c
2136                 I meant 2.2.
2137
2138 2004-08-16 [colin]      0.9.12cvs63
2139
2140         * src/common/ssl.c
2141                 People with glibc 2.1 have had problems with non-blocking
2142                 SSL_connect. Disable it for glibc < 2.2.
2143
2144 2004-08-16 [colin]      0.9.12cvs62
2145
2146         * src/common/ssl.c
2147                 Fix format error
2148
2149 2004-08-13 [colin]      0.9.12cvs61
2150
2151         * src/plugins/pgpmime/plugin.c
2152                 Add plugin's description
2153
2154 2004-08-12 [christoph]  0.9.12cvs60
2155
2156         * src/folderutils.c
2157                 fix bug that did not thaw folder updates when deleting
2158                 duplicates in empty folders
2159
2160 2004-08-12 [colin]      0.9.12cvs59
2161
2162         * src/plugins/trayicon/trayicon.c
2163                 Add a context menu with most common operations
2164
2165 2004-08-12 [colin]      0.9.12cvs58
2166
2167         * configure.ac
2168         * sylpheed.desktop
2169         * src/Makefile.am
2170         * src/main.c
2171                 Add support for Freedesktop.org's startup notification
2172
2173 2004-08-10 [colin]      0.9.12cvs57
2174
2175         * src/main.c
2176         * src/common/socket.c
2177         * src/common/ssl.c
2178         * src/common/sylpheed.c
2179         * src/common/sylpheed.h
2180                 Put back the ssl connect nonblocking...
2181                 without the race condition
2182
2183 2004-08-09 [colin]      0.9.12cvs56
2184
2185         * src/main.c
2186         * src/common/ssl.c
2187         * src/common/sylpheed.c
2188         * src/common/sylpheed.h
2189                 Reverting previous commit, doesn't work 
2190
2191 2004-08-09 [colin]      0.9.12cvs55
2192
2193         * src/main.c
2194         * src/common/ssl.c
2195         * src/common/sylpheed.c
2196         * src/common/sylpheed.h
2197                 Make SSL_connect nonblocking, using a thread
2198
2199 2004-08-09 [paul]       0.9.12cvs54
2200
2201         * po/POTFILES.in
2202                 reflect new location of sgpgme.c
2203         * src/main.c
2204                 sync with main, see ChangeLog 2004-08-09
2205
2206 2004-08-08 [christoph]  0.9.12cvs53
2207
2208         * src/folderutils.c
2209                 freeze FolderItem updates while deleting duplicate messages
2210
2211 2004-08-08 [christoph]  0.9.12cvs52
2212
2213         * configure.ac
2214         * src/Makefile.am
2215         * src/main.c
2216         * src/pgpmime.c
2217         * src/pgpmime.h
2218         * src/sgpgme.c
2219         * src/sgpgme.h
2220         * src/plugins/Makefile.am
2221         * src/plugins/pgpmime/.cvsignore
2222         * src/plugins/pgpmime/Makefile.am
2223         * src/plugins/pgpmime/pgpmime.c
2224         * src/plugins/pgpmime/pgpmime.h
2225         * src/plugins/pgpmime/plugin.c
2226         * src/plugins/pgpmime/sgpgme.c
2227         * src/plugins/pgpmime/sgpgme.h
2228                 new plugin for PGP/MIME
2229
2230 2004-08-07 [christoph]  0.9.12cvs51
2231
2232         * src/folder.c
2233                 disable immediate folder change notification on opened folders
2234                 until SummaryView can handle it quickly
2235
2236 2004-08-07 [colin]      0.9.12cvs50
2237
2238         * src/pop.c
2239         * src/common/partial_download.c
2240                 fix warnings
2241
2242 2004-08-07 [colin]      0.9.12cvs49
2243
2244         * src/Makefile.am
2245         * src/account.c
2246         * src/addressbook.c
2247         * src/alertpanel.c
2248         * src/alertpanel.h
2249         * src/compose.c
2250         * src/exphtmldlg.c
2251         * src/expldifdlg.c
2252         * src/main.c
2253         * src/message_search.c
2254         * src/messageview.c
2255         * src/pop.c
2256         * src/sgpgme.c
2257         * src/summary_search.c
2258         * src/summaryview.c
2259         * src/textview.c
2260         * src/gtk/sslcertwindow.c
2261         * src/pixmaps/stock_dialog-error.xpm
2262         * src/pixmaps/stock_dialog-info.xpm
2263         * src/pixmaps/stock_dialog-question.xpm
2264         * src/pixmaps/stock_dialog-warning.xpm
2265                 sync new alertpanel from gtk2
2266
2267 2004-08-07 [colin]      0.9.12cvs48
2268
2269         * src/prefs_folder_item.c
2270                 fix memory corruption in folderitem's prefs
2271
2272 2004-08-06 [colin]      0.9.12cvs47
2273
2274         * src/compose.c
2275                 close compose window after queuing, before 
2276                 sending when user presses Send
2277
2278 2004-08-05 [christoph]  0.9.12cvs46
2279
2280         * src/msgcache.c
2281         * src/common/defs.h
2282                 add charset to cache file and convert charset when reading the
2283                 cache if different from internal used charset
2284
2285 2004-08-05 [christoph]  0.9.12cvs45
2286
2287         * src/messageview.c
2288         * src/mimeview.[ch]
2289         * src/procmime.h
2290         * src/common/utils.h
2291                 cleanup (remove unused includes/reorganize)
2292
2293         * src/prefs_ext_prog.c
2294         * src/prefs_folder_item.c
2295         * src/prefs_fonts.c
2296         * src/prefs_msg_colors.c
2297         * src/prefs_spelling.c
2298         * src/prefs_themes.c
2299         * src/prefs_toolbar.c
2300         * src/prefs_wrapping.c
2301         * src/gtk/prefswindow.[ch]
2302         * src/plugins/clamav/clamav_plugin_gtk.c
2303         * src/plugins/dillo_viewer/dillo_prefs.c
2304         * src/plugins/image_viewer/viewerprefs.c
2305         * src/plugins/spamassassin/spamassassin_gtk.c
2306                 change PrefsPage path into an array of strings and don't
2307                 split a single string into parts (better for translation)
2308
2309 2004-08-05 [christoph]  0.9.12cvs44
2310
2311         * src/folder.c
2312                 fix FolderItem's message counts after rebuilding a cache
2313
2314 2004-08-05 [paul]       0.9.12cvs43
2315
2316         * ChangeLog
2317         * ChangeLog.jp
2318         * src/imap.c
2319         * src/news.c
2320         * src/common/nntp.c
2321         * src/common/session.c
2322         * src/common/session.h
2323         * src/common/socket.c
2324                 sync with main 0.9.12cvs2
2325                 see ChangeLog 2004-08-04
2326
2327 2004-08-04 [christoph]  0.9.12cvs42
2328
2329         * configure.ac
2330                 add missing AC_DEFINE(USE_OPENSSL, ...)
2331         * src/folder.c
2332                 use new xml_node_new() function
2333
2334 2004-08-03 [christoph]  0.9.12cvs41
2335
2336         * src/folder.c
2337         * src/localfolder.c
2338         * src/common/xml.[ch]
2339                 sync with main 0.9.12cvs1
2340                 see ChangeLog 2004-07-23
2341
2342 2004-08-03 [christoph]
2343
2344         * configure.ac
2345         * m4/openssl.m4                 ** REMOVE **
2346                 use pkg-config to get OpenSSL CFLAGS and LIBS
2347                 (OpenSSL 0.9.7 is required now)
2348
2349 2004-08-02 [paul]       0.9.12cvs40
2350
2351         * AUTHORS
2352                 update translation team section
2353         * po/pt_BR.po
2354                 updated by Frederico Goncalves Guimaraes
2355                 <fggdebian@yahoo.com.br>
2356
2357 2004-07-29 [colin]      0.9.12cvs39
2358
2359         * src/messageview.c
2360                 Inform the user when a partially 
2361                 downloaded mail isn't on the server
2362                 anymore (due to Mark for deletion)
2363
2364 2004-07-29 [colin]      0.9.12cvs38
2365
2366         * src/messageview.c
2367                 Hide noticeview if necessary
2368
2369 2004-07-27 [colin]      0.9.12cvs37
2370
2371         * src/msgcache.c
2372                 More fixes (i overlook a bit, thanks
2373                 Christoph for spotting it)
2374
2375 2004-07-27 [colin]      0.9.12cvs36
2376
2377         * src/msgcache.c
2378                 Fix wrong test 
2379
2380 2004-07-26 [colin]      0.9.12cvs35
2381
2382         * src/pop.c
2383                 Fix uidl-file parsing when not in new
2384                 format
2385
2386 2004-07-19 [colin]      0.9.12cvs34
2387
2388         * src/compose.c
2389                 Save attachment status when drafting
2390
2391 2004-07-19 [colin]      0.9.12cvs33
2392
2393         * src/folder.h
2394         * src/folderview.c
2395         * src/summaryview.c
2396                 Reverse 0.9.12cvs29 to 31 (folder icon update
2397                 when quicksearch is active)
2398
2399 2004-07-18 [colin]      0.9.12cvs32
2400
2401         * src/pop.c
2402                 Fix partial download bug with "Download all
2403                 messages" option
2404
2405 2004-07-18 [colin]      0.9.12cvs31
2406
2407         * src/folderview.c
2408                 Fix crash
2409
2410 2004-07-17 [colin]      0.9.12cvs30
2411
2412         * src/summaryview.c
2413                 Same, when sticky search is off
2414
2415 2004-07-17 [colin]      0.9.12cvs29
2416
2417         * src/folder.h
2418         * src/folderview.c
2419         * src/summaryview.c
2420                 Update FolderItem icon whenever its summaryview is 
2421                 filtered
2422
2423 2004-07-16 [christoph]  0.9.12cvs28
2424
2425         * src/mimeview.c
2426                 make doubleclick work again
2427
2428 2004-07-16 [christoph]  0.9.12cvs27
2429
2430         * src/mimeview.c
2431                 fix freeze on mime icon doubleclick (opening doesn't work yet)
2432
2433 2004-07-16 [paul]       0.9.12cvs26
2434         
2435         * src/gtk/quicksearch.c
2436         * src/compose.c
2437         * src/customheader.c
2438         * src/messageview.c
2439         * src/news.c
2440         * src/prefs_account.c
2441         * src/prefs_display_header.c
2442         * src/procheader.c
2443                 replace "Message-Id" with "Message-ID"
2444
2445 2004-07-16 [paul]       0.9.12cvs25
2446
2447         * ChangeLog
2448         * ChangeLog.jp
2449         * src/account.c
2450         * src/account.h
2451         * src/folder_item_prefs.c
2452         * src/main.c
2453         * src/pop.c
2454         * src/pop.h
2455         * src/prefs_account.c
2456         * src/prefs_account.h
2457         * src/prefs_common.c
2458         * src/prefs_common.h
2459         * src/prefs_gtk.c
2460         * src/prefs_gtk.h
2461                 sync with main 0.9.12cvs1
2462
2463 2004-07-15 [colin]      0.9.12cvs24
2464
2465         * src/folder.c
2466                 Disable GPG signature check during
2467                 folder move and scan 
2468         (Closes Bug 521 Signature checking slows down Folder-Move)
2469
2470 2004-07-14 [christoph]  0.9.12cvs23
2471
2472         * src/pgpmime.c
2473                 add missing fclose. Patch by Thomas Gilgin.
2474
2475         * src/procmime.c
2476                 add checks if fopen really worked
2477
2478 2004-07-14 [colin]      0.9.12cvs22
2479
2480         * src/pop.c
2481         * src/common/partial_download.c
2482                 Update includes
2483
2484 2004-07-14 [colin]      0.9.12cvs21
2485
2486         * src/folder.c
2487         * src/inc.c
2488         * src/matcher.c
2489         * src/matcher.h
2490         * src/matcher_parser_parse.y
2491         * src/messageview.c
2492         * src/msgcache.c
2493         * src/noticeview.c
2494         * src/noticeview.h
2495         * src/pop.c
2496         * src/pop.h
2497         * src/prefs_matcher.c
2498         * src/procheader.c
2499         * src/procmsg.c
2500         * src/procmsg.h
2501         * src/summaryview.c
2502         * src/common/Makefile.am
2503         * src/common/defs.h
2504         * src/gtk/quicksearch.c
2505         * src/common/partial_download.c ** NEW FILES **
2506         * src/common/partial_download.h ** NEW FILES **
2507                 Partial downloading of pop3 mails
2508
2509 2004-07-13 [christoph]  0.9.12cvs20
2510
2511         * src/mimeview.c
2512                 use "button_release_event" instead of "button_press_event",
2513                 because executing event callbacks while the button is still
2514                 pressed is not good and causes problems
2515
2516 2004-07-12 [colin]      0.9.12cvs19
2517
2518         * src/gtk/quicksearch.c
2519                 Fix a missing status update in quicksearch
2520
2521 2004-07-08 [colin]      0.9.12cvs18
2522
2523         * src/common/smtp.h
2524                 Fix guint vs gint bug
2525
2526 2004-07-08 [colin]      0.9.12cvs17
2527
2528         * src/common/smtp.c
2529                 use to_human_readable() for sizes
2530
2531 2004-07-08 [paul]       0.9.12cvs16
2532
2533         * src/inc.c [1.174]
2534                 fix occasional non-clearance of the statusbar
2535                 (close Bug 531 'SA plugin: status bar does not 
2536                  get cleared in OFFLINE mode')
2537
2538 2004-07-07 [colin]      0.9.12cvs15
2539
2540         * src/prefs_common.c [1.225]
2541         * src/prefs_common.h [1.112]
2542                 Add a hidden summary_quicksearch_sticky preference,
2543                 to allow the quicksearch bar to reset across folders
2544         * src/summaryview.c [1.437]
2545                 Use this preference
2546         * src/gtk/quicksearch.c [1.5]
2547         * src/gtk/quicksearch.h [1.3]
2548                 Add this preference, fix focus when hitting Enter,
2549                 add handling of Esc key to reset
2550
2551 2004-07-06 [colin]      0.9.12cvs14
2552
2553         * src/gtk/quicksearch.c [1.4]
2554                 Add Clear button
2555
2556 2004-07-06 [christoph]  0.9.12cvs13
2557
2558         * src/toolbar.c
2559                 enable next unread button in empty folders if next folder
2560                 dialog is not disabled
2561
2562         (Closes Feature Request [ 755800 ] "next" button enabled in empty
2563          folders)
2564
2565 2004-07-06 [colin]      0.9.12cvs12
2566
2567         * src/common/smtp.c [1.16]
2568                 Display maximum message size in the log
2569
2570 2004-07-06 [paul]       0.9.12cvs11
2571
2572         * src/toolbar.c
2573                 fix typo. (spotted by Fabien Vantard)
2574
2575 2004-07-06 [paul]       0.9.12cvs10
2576
2577         * src/main.c
2578                 terminate cleanly on SIGHUP. Patch submitted by
2579                 Thomas Gilgin <thg@karate-muellheim.de>
2580
2581 2004-07-05 [christoph]  0.9.12cvs9
2582
2583         * src/inc.c
2584                 better replacing of %d in new mail notification command
2585
2586 2004-07-05 [colin]      0.9.12cvs8
2587
2588         * src/common/smtp.[ch]
2589                 Take SIZE (returned by EHLO) into account, and
2590                 avoid sending too big messages
2591
2592 2004-07-04 [paul]       0.9.12cvs7
2593
2594         * src/account.c
2595                 fix auto-account selection on imap/news
2596
2597 2004-07-01 [paul]       0.9.12cvs6
2598
2599         * src/gtk/quicksearch.c
2600                 reveal hidden string in gui
2601                 
2602         * src/compose.c
2603                 fix updating of gpg signing setting on 
2604                 switching accounts
2605
2606 2004-06-30 [darko]      0.9.12cvs5
2607
2608         * src/common/utils.c
2609                 remove expand_search_string()
2610         * src/gtk/quicksearch.c
2611                 remove no longer needed for loop (thanks Christoph)
2612                 add expand_search_string()
2613
2614 2004-06-30 [darko]      0.9.12cvs4
2615
2616         * src/common/utils.c
2617                 allow all filtering expressions in quicksearch
2618
2619         (Closes Bug 519 filtering expr. in quicksearch)
2620
2621 2004-06-30 [christoph]  0.9.12cvs3
2622
2623         * configure.ac
2624                 better 'localedir'
2625
2626         * src/common/intl.h
2627                 allow plugins to define TEXTDOMAIN for the _(...) macro
2628
2629 2004-06-30 [paul]       0.9.12cvs2
2630
2631         * po/POTFILES.in
2632           src/Makefile.am
2633           src/main.c
2634           src/prefs_common.c
2635           src/prefs_msg_colors.[ch]     ** NEW FILES **
2636                 move message colouring options to
2637                 '/Other Preferences/Message View/Colors'
2638
2639 2004-06-30 [paul]       0.9.12cvs1
2640
2641         * po/POTFILES.in
2642           src/Makefile.am
2643           src/main.c
2644           src/prefs_common.c
2645           src/prefs_wrapping.[ch]       ** NEW FILES **
2646                 move message wrapping options to
2647                 /'Other Preferences/Compose/Message Wrapping'
2648
2649 2004-06-28 [paul]       0.9.12
2650
2651         * Sylpheed-Claws 0.9.12 released
2652
2653         * po/es.po
2654           po/fr.po
2655           po/sk.po
2656                 updated by Ricardo Mones Lastra, Fabien Vantard,
2657                 Andrej Kacian
2658
2659 2004-06-27 [paul]       0.9.11cvs19
2660
2661         * src/common/ssl.c
2662                 re-enable certificate check
2663
2664 2004-06-25 [christoph]  0.9.11cvs18
2665
2666         * src/procmsg.h
2667                 add MSG_HAS_ATTACHMENT to MSG_CACHED_FLAG_MASK
2668
2669 2004-06-25 [paul]       0.9.11cvs17
2670
2671         * sync with main 0.9.12cvs1
2672                 see ChangeLog 2004-06-23
2673                 
2674         * src/gtk/menu.c
2675                 remove unused menu_toggle_toggle()
2676
2677 2004-06-23 [christoph]  0.9.11cvs16
2678
2679         * src/folder.c
2680         * src/procheader.c
2681         * src/procmsg.h
2682         * src/summaryview.c
2683                 scan the mime structure of multipart mails for correct
2684                 attachment, encryped and signed (with privacy API) part
2685                 detection
2686
2687         (Closes Feature Request [ 961428 ] No paperclip for HTML mails)
2688
2689 2004-06-22 [paul]
2690
2691         * po/ru.po
2692                 updated by Pavlo Bohmat
2693
2694 2004-06-20 [christoph]  0.9.11cvs15
2695
2696         * src/inc.c
2697         * src/pop.[ch]
2698                 disconnect after authentication when doing POP before SMTP
2699
2700         (Closes Bug 393 Bad inerpretation of "Pop Before SMTP")
2701
2702 2004-06-19 [christoph]  0.9.11cvs14
2703
2704         * src/folder.c
2705                 fix FolderItem name update
2706
2707         (Closes Bug 511 Folder-Renaming not reflected immediately)
2708
2709 2004-06-17 [paul]       0.9.11cvs13
2710         
2711         * sync with main 0.9.12 release
2712           src/session.c
2713                 session_set_timeout(): fixed a bug that didn't
2714                 reset timeout_tag when interval is 0.
2715
2716 2004-06-16 [christoph]  0.9.11cvs12
2717
2718         * src/textview.c
2719                 correctly clear the URL in the status bar
2720
2721 2004-06-15 [christoph]  0.9.11cvs11
2722
2723         * src/summaryview.c
2724                 add missing gtk_widget_show()
2725
2726 2004-06-11 [christoph]  0.9.11cvs10
2727
2728         * src/plugins/spamassassin/spamassassin.c
2729                 correctly check waitpid return code
2730
2731         (Closes Bug 396 Zombie process when spamassassin is called)
2732
2733 2004-06-10 [christoph]  0.9.11cvs9
2734
2735         * src/mainwindow.c
2736         * src/summaryview.[ch]
2737         * src/gtk/Makefile.am
2738         * src/gtk/quicksearch.c                         ** NEW **
2739                 separate quick search from summaryview
2740
2741 2004-06-09 [christoph]  0.9.11cvs8
2742
2743         * src/inc.c
2744                 remove unused code
2745
2746         * src/textview.c
2747                 get folder for compose default account from MsgInfo and not
2748                 from SummaryView
2749
2750 2004-06-09 [christoph]  0.9.11cvs7
2751
2752         * src/folder.[ch]
2753                 add information about added or removed messages to
2754                 FOLDER_ITEM_UPDATE hook
2755
2756         * src/imap_gtk.c
2757         * src/mh_gtk.c
2758                 scan folder when removing a folder failed instead of
2759                 updating the summaryview
2760
2761 2004-06-08 [paul]       0.9.11cvs6
2762
2763         * sync with main 0.9.11cvs2
2764                 see ChangeLog 2004-06-08
2765
2766 2004-06-07 [christoph]  0.9.11cvs5
2767
2768         * configure.ac
2769         * src/common/Makefile.am
2770                 detect library providing 'encrypt' function
2771
2772 2004-06-07 [paul]       0.9.11cvs4
2773
2774         * src/inc.c
2775                 sync with main, 'code cleanup'
2776                 
2777         * tools/nautilus2sylpheed.sh
2778                 fix whitespace limitation. patch submitted by
2779                 Stephan Sachse <white@teg-clan.de>
2780
2781 2004-06-04 [christoph]  0.9.11cvs3
2782
2783         * src/account.c
2784         * src/action.[ch]
2785         * src/addressbook.c
2786         * src/addrindex.h
2787         * src/folder.h
2788         * src/folder_item_prefs.c
2789         * src/inc.c
2790         * src/main.c
2791         * src/messageview.c
2792         * src/mh_gtk.c
2793         * src/prefs_themes.c
2794         * src/procmime.c
2795         * src/quote_fmt.h
2796         * src/stock_pixmap.c
2797         * src/toolbar.c
2798                 fix compiler warnings
2799
2800 2004-06-03 [paul]       0.9.11cvs2
2801
2802         * src/msgcache.c
2803                 sync with main 0.9.11cvs1: "changed gint32 to
2804                 guint32 for some platforms"
2805
2806 2004-06-02 [christoph]  0.9.11cvs1
2807
2808         * src/common/ssl.c
2809                 fix SSL_CTX variable name for older OpenSSL versions
2810
2811         (Closes Bug 503 fix compilation with older OpenSSL)
2812
2813 2004-05-31 [paul]       0.9.11claws
2814
2815         * 0.9.11claws released
2816
2817 2004-05-31 [paul]       0.9.10claws72
2818
2819         * po/es.po
2820           po/it.po
2821           po/ja.po
2822           po/pl.po
2823           po/sk.po
2824           po/sr.po
2825           po/zh_CN.po
2826                 update translations, submitted by Ricardo Mones Lastra,
2827                 Andrea Spadaccini, Rui Hirokawa, Emil, Andrej Kacian,
2828                 Urke MMI, and Hansom Young
2829
2830 2004-05-25 [luke]       0.9.10claws71
2831
2832         * AUTHORS
2833         * src/mimeview.c
2834         * src/stockpixmap.[ch]
2835         * src/Makefile.am
2836         * src/pixmaps/privacy_emblem_encrypted.xpm      ** NEW **
2837         * src/pixmaps/privacy_emblem_failed.xpm         ** NEW **
2838         * src/pixmaps/privacy_emblem_passed.xpm         ** NEW **
2839         * src/pixmaps/privacy_emblem_signed.xpm         ** NEW **
2840         * src/pixmaps/privacy_emblem_warn.xpm           ** NEW **
2841
2842                 o Added privacy emblems from Jesper Shultz 
2843                   <jesper@schultz-net.dk>
2844                 o Overlay emblems onto mimeview icons to indicate
2845                   status of signature and if a message is encrypted
2846         
2847         * src/textview.c
2848                 remove unused color definitions (were used to 
2849                 indicate sig status)
2850
2851 2004-05-25 [paul]       0.9.10claws70
2852
2853         * AUTHORS
2854           tools/Makefile.am
2855           tools/README
2856           tools/nautilus2sylpheed.sh            ** NEW FILE **
2857                 add script to enable sending files from
2858                 nautilus.
2859                 Submitted by Reza Pakdel <hrpakdel@cpsc.ucalgary.ca>
2860                 
2861         * tools/launch_firebird                 ** REMOVED **
2862                 removed as the standard "firefox '%s'" now functions
2863                 correctly
2864
2865 2004-05-23 [paul]       0.9.10claws69
2866
2867         * src/compose.c
2868                 fix %X cursor point segfault
2869                 patch by Christoph
2870
2871 2004-05-23 [christoph]  0.9.10claws68
2872
2873         * src/folder.c
2874                 fix folder moving
2875
2876 2004-05-21 [paul]       0.9.10claws67
2877
2878         * sync with 0.9.10cvs17
2879                 see ChangeLog 2004-05-21
2880
2881 2004-05-20 [paul]       0.9.10claws66
2882
2883         * sync with 0.9.10cvs16
2884                 see ChangeLog 2004-05-19 and 2004-05-20
2885
2886 2004-05-19 [alfons]     0.9.10claws65
2887
2888         * src/summaryview.h
2889                 on some platforms regoff_t is defined as off_t, so 
2890                 pull in sys/types.h
2891
2892 2004-05-19 [paul]       0.9.10claws64
2893
2894         * sync with 0.9.10cvs13
2895                 see ChangeLog 2004-05-18
2896
2897 2004-05-17 [christoph]  0.9.10claws63
2898
2899         * src/folder.c
2900                 search all folders when searching for default folders and
2901                 not return the special folder of the first folder
2902
2903 2004-05-13 [alfons]     0.9.10claws62
2904
2905         * src/summaryview.c
2906                 add a better check to see if a message is a news message
2907                 (replaces the MSG_IS_NEWS() check removed in 0.9.9claws19)
2908
2909 2004-05-13 [paul]       0.9.10claws61
2910
2911         * src/msgcache.c
2912                 sync with 0.9.10cvs12
2913                 see ChangeLog 2004-05-12
2914
2915 2004-05-12 [alfons]     0.9.10claws60
2916
2917         * src/folderview.c
2918                 release lock in case of folder could not be opened 
2919
2920 2004-05-11 [christoph]  0.9.10claws59
2921
2922         * src/inc.[ch]
2923                 remove unused folderview update stuff from inc.[ch]
2924
2925 2004-05-11 [paul]       0.9.10claws58
2926
2927         * sync with 0.9.10cvs11
2928                 see ChangeLog 2004-05-10 and 2004-05-11
2929
2930 2004-05-09 [christoph]  0.9.10claws57
2931
2932         * src/folderview.c
2933                 check for folder class functions and not folder type to detect
2934                 valid drag targets
2935
2936 2004-05-08 [christoph]  0.9.10claws56
2937
2938         * src/sgpgme.c
2939                 fix date output for signature expire times
2940
2941         (Patch by Edgar Toernig <froese@gmx.de>)
2942
2943 2004-05-06 [christoph]  0.9.10claws55
2944
2945         * src/gtk/prefswindow.c
2946                 change window type to DIALOG
2947
2948         * src/folder.[ch]
2949         * src/folderview.c
2950         * src/news_gtk.c
2951                 o add folder_remove()
2952                 o change FolderUpdate hook flag names (NEW -> ADD, DESTROY -> REMOVE)
2953                 o add new "sort" field to Folder, no longer sort folders by type
2954                   higher sort values will be first in the folder list, new folders get 0
2955                   and will be added to the end
2956
2957         * src/mainwindow.c
2958         * src/gtk/Makefile.am
2959         * src/gtk/foldersort.(c|h|glade)                        ** NEW **
2960                 add dialog to allow users to change the folder order
2961
2962 2004-05-04 [paul]       0.9.10claws54
2963
2964         * src/inc.c
2965                 Display account_name in statusbar when retrieving
2966                 messages from a pop account
2967         * src/prefs_account.c
2968                 display account name in title of prefs_account
2969                 window
2970         * src/prefs_folder_item.c
2971                 display folder name in title of prefs_folder window
2972
2973         all 3 patches submitted by Fabien Vantard
2974
2975         * AUTHORS
2976                 add Fabien Vantard
2977
2978 2004-05-04 [paul]       0.9.10claws53
2979
2980         * src/prefs_actions.c
2981           src/prefs_template.c
2982                 'Esc' Key exits alertpanel
2983                 Patch submitted by Fabien Vantard <fzz@ifrance.com>
2984
2985 2004-04-26 [christoph]  0.9.10claws52
2986
2987         * src/gtk/about.c
2988         * src/gtk/colorsel.c
2989         * src/gtk/description_window.c
2990         * src/gtk/filesel.c
2991         * src/gtk/gtkaspell.c
2992         * src/gtk/inputdialog.c
2993         * src/gtk/pluginwindow.c
2994         * src/gtk/progressdialog.c
2995                 o remove gtk_window_set_position(..., GTK_WIN_POS_CENTER) because
2996                   it does not work correctly with xinerama
2997                 o lock incorporation while the plugin window is open
2998
2999 2004-04-23 [paul]       0.9.10claws51
3000
3001         * po/POTFILES.in
3002                 update location of inputdialog.c
3003                 
3004         * src/gtk/about.c
3005                 update Copyright string
3006                 
3007         * src/msgcache.c
3008           src/prefs_common.c
3009           src/prefs_themes.c
3010                 improve the english a little
3011
3012 2004-04-22 [christoph]  0.9.10claws50
3013
3014         * src/folderutils.[ch]
3015                 add folderutils_mark_all_read()
3016
3017         * src/folderview.c
3018                 readd "mark all read" from popup menu, now works
3019                 in all folders and not only the opened folder
3020
3021 2004-04-21 [christoph]  0.9.10claws49
3022
3023         * src/Makefile.am
3024         * src/inputdialog.[ch]                  ** REMOVED **
3025         * src/gtk/Makefile.am
3026         * src/gtk/inputdialog.[ch]              ** NEW **
3027                 move inputdialog.[ch] into gtk directory
3028
3029         * src/mh_gtk.c
3030                 remove check for missing IMAP folder account
3031
3032 2004-04-20 [christoph]  0.9.10claws48
3033
3034         * src/mainwindow.c
3035         * src/foldersel.c
3036                 remove new/rename/delete folder GUI functions because
3037                 they are always active, even for news folders, and can
3038                 not be easily made folder class dependent
3039
3040         * src/gtk/menu.[ch]
3041                 make menu_translate() public
3042
3043         * src/Makefile.am
3044         * src/folder.[ch]
3045         * src/folderview.[ch]
3046         * src/imap_gtk.[ch]                     ** NEW **
3047         * src/main.c
3048         * src/mh_gtk.[ch]                       ** NEW **
3049         * src/news_gtk.[ch]                     ** NEW **
3050                 o dynamically build FolderView popup menus from a folder
3051                   specific part, with callbacks to seperated code, and
3052                   a common part
3053                 o remove the folder class specifiy code from folderview.c
3054
3055 2004-04-15 [luke]       0.9.10claws47
3056
3057         * src/prefs_folder_item.c
3058                 o remove buttons for applying 'scan for new mail'
3059                   and 'process at startup' to sub folders
3060                 o add 'apply to sub folder' check buttons for all
3061                   properties and set folder prefs accordingly
3062                 o replace multiple gtk_widget_show() with one
3063                   gtk_widget_show_all() on container
3064
3065 2004-04-14 [darko]      0.9.10claws46
3066
3067         * src/gtk/Makefile.am
3068         * src/gtk/pluginwindow.c
3069                 load plugins from to $(prefix)/lib/sylpheed/plugins
3070                 in file selection dialog
3071         * src/plugins/clamav/clamav_plugin.c
3072                 const correctness
3073
3074 2004-04-14 [christoph]  0.9.10claws45
3075
3076         * src/folder.c
3077         * src/plugins/image_viewer/viewer.c
3078                 fix g_warnings
3079
3080 2004-04-10 [alfons]     0.9.10claws44
3081         
3082         * src/compose.c
3083                 appropriate auto account selection when forwarding
3084                 (fixes bug #476, "forward as attachment does not listen
3085                 to account rules")
3086
3087 2004-04-09 [alfons]     0.9.10claws43
3088
3089         * src/summaryview.c
3090                 make quick search combo matching case sensitive
3091
3092 2004-04-06 [alfons]     0.9.10claws42
3093
3094         * src/addr_compl.c
3095                 use cursor position to prevent clearing the entire entry
3096
3097 2004-04-06 [alfons]     0.9.10claws41
3098
3099         * src/folderview.c
3100                 fix bug #472, "filter not updated when renaming folder" 
3101
3102 2004-04-06 [alfons]     0.9.10claws40
3103
3104         * src/messageview.[ch]
3105           src/summaryview.c
3106                 reflect changes to Show all headers to main view
3107                 and message view (only affects detached message
3108                 view). see also bug #473, 'Show All Headers 
3109                 "problem"'.
3110
3111 2004-04-03 [alfons]     0.9.10claws39
3112
3113         * src/matcher.c
3114                 free address list
3115
3116 2004-04-03 [alfons]     0.9.10claws38
3117
3118         * src/matcher_parser_parse.y
3119           src/matcher.[ch]
3120                 prepare address look up matcher type; marginally
3121                 tested, and not hooked into the UI yet.
3122
3123                 basically it accepts the result of the left hand
3124                 side of the matcher (the "criteria"):
3125
3126                         from all_in_addressbook ""
3127                         ~to_or_cc any_in_addressbook ""
3128                 
3129                 the first case matches all addresses found in the
3130                 from header, and the second case matches if any
3131                 (at least one) of the addresses in to or cc headers 
3132                 are not in the address book.
3133
3134                 the string argument is not used yet, but is intended
3135                 to match a group of addresses 
3136
3137 2004-04-02 [luke]       0.9.10claws37
3138
3139         * src/prefs_folder_item.c
3140                 Add two buttons to apply 'scan for new mail'
3141                 and 'process at startup' to sub folders
3142
3143 2004-04-02 [luke]
3144         * tools/textviewer.sh
3145                 better filename extension matching plus some support for
3146                 MS Excel, MS Powerpoint and HTML
3147
3148 2004-03-29 [christoph]  0.9.10claws36
3149
3150         * src/folder.h
3151         * src/folderutils.[ch]
3152         * src/mainwindow.c
3153                 add delete duplicates for all folders
3154
3155 2004-03-29 [alfons]     0.9.10claws35
3156
3157         * src/folder.c
3158                 don't pass NULL to XXXprintf(); fixes Solaris crashes
3159                 when selecting top-level folder node (thanks to 
3160                 Alex S. Moore)
3161
3162 2004-03-28 [keith]      0.9.10claws34
3163
3164         * src/textview.c
3165                 prepend "http://" to URIs of the form "www.example.com"
3166
3167 2004-03-28 [paul]       0.9.10claws33
3168
3169         * src/common/nntp.c
3170           src/common/smtp.c
3171           src/folder.c
3172           src/imap.c
3173           src/inc.c
3174           src/news.c
3175           src/pop.c
3176                 revise 'translatable string' policy:
3177                 don't translate debug_print() or log_print(),
3178                 translate log_message() and log_warning()
3179         
3180         * po/zh_CN.po
3181                 update submitted by Hansom Young
3182
3183 2004-03-25 [alfons]     0.9.10claws32
3184
3185         * src/prefs_common.c
3186                 I mean this one: Return the GList...
3187
3188 2004-03-25 [alfons]     0.9.10claws31
3189
3190         * src/prefs_common.h
3191                 add new members at the end of prefs_common, so
3192                 they get properly initialized
3193
3194 2004-03-24 [christoph]  0.9.10claws30
3195
3196         * src/imap.c
3197                 o NULL is a valid GSList
3198
3199 2004-03-24 [alfons]     0.9.10claws29
3200
3201         * src/prefs_common.[ch]
3202           src/summaryview.c
3203           src/common/defs.h
3204                 add history to quick search (patch submitted by 
3205                 Ivan Francolin Martinez - thanks!)
3206
3207 2004-03-24 [alfons]     0.9.10claws28
3208
3209         * src/imap.c
3210                 NULL output pointer parameter
3211
3212 2004-03-21 [alfons]     0.9.10claws27
3213
3214         * src/addrindex.[ch]
3215           src/addr_compl.c
3216                 complete addresses on nicks and aliases
3217
3218 2004-03-21 [alfons]     0.9.10claws26
3219
3220         * src/import.c
3221           src/inc.c
3222           src/mbox.[ch]
3223                 disable filters on import mbox (patch submitted
3224                 by Edgar Toernig)
3225
3226 2004-03-21 [darko]      0.9.10claws25
3227
3228         * src/addr_compl.c
3229                 select the address when only one match is found while
3230                 doing address completion with tab key (feature
3231                 request #914720)
3232
3233 2004-03-21 [alfons]     0.9.10claws24
3234
3235         * src/messageview.c
3236           src/toolbar.c
3237                 don't `navigate-delete` when a summary view's selection does not 
3238                 match the accompanying message view's message
3239
3240 2004-03-20 [alfons]     0.9.10claws23
3241
3242         * src/summaryview.c
3243                 hide ext search button on initial display (should fix bug #459,
3244                 "Toggling quick-search at 1st time: minor UI inconsistency")
3245
3246 2004-03-20 [alfons]     0.9.10claws22
3247
3248         * src/summaryview.[ch]
3249                 add function to get selected msginfo, if there's
3250                 only one selected
3251
3252 2004-03-20 [paul]       0.9.10claws21
3253
3254         * sync with 0.9.10cvs7
3255                 see ChangeLog 2004-03-19
3256
3257 2004-03-19 [paul]       0.9.10claws20
3258
3259         * src/common/nntp.c
3260           src/common/smtp.c
3261           src/common/ssl.c
3262           src/folder.c
3263           src/imap.c
3264           src/inc.c
3265           src/news.c
3266           src/pop.c
3267                 don't translate strings in debug_print(), log_print(),
3268                 log_message(),  and log_warning()
3269
3270 2004-03-19 [alfons]     0.9.10claws19
3271
3272         better next/previous/delete/focus navigation with separate 
3273         message view 
3274         
3275         * src/toolbar.c
3276                 call summaryview_delete() instead of messageview_delete()
3277         * src/messageview.c
3278                 disable messageview_delete()
3279
3280 2004-03-18 [paul]       0.9.10claws18
3281
3282         * sync with 0.9.10cvs6
3283                 see ChangeLog 2004-03-16
3284
3285 2004-03-17 [alfons]     0.9.10claws17
3286
3287         * src/gtk/filesel.c
3288                 remove bogus semicolon after if() (sometimes it pays to
3289                 read LKML :)
3290
3291 2004-03-15 [darko]      0.9.10claws16
3292
3293         * src/gtk/filesel.c
3294                 support full path in place of a filename
3295         * src/mimeview.c
3296                 store directory attachments were saved to and
3297                 use it when saving attachments
3298         * src/prefs_common.[hc]
3299                 store directory attachments were last saved to
3300
3301 2004-03-15 [paul]       0.9.10claws15
3302
3303         * src/folderview.c
3304                 fix bug where unsubscribing a newsgroup would destroy
3305                 (most of the) filtering rules
3306
3307 2004-03-15 [paul]       0.9.10claws14
3308
3309         * src/folderview.c
3310                 fix Bug 458, 'Folder View remaining empty after 
3311                 removing a NEWS account' (was also true of IMAP
3312                 accounts)
3313
3314 2004-03-15 [paul]       0.9.10claws13
3315
3316         * src/folderview.c
3317                 fix folderview invisibility of newly subscribed
3318                 newsgroups
3319
3320 2004-03-13 [paul]       0.9.10claws12
3321
3322         * src/compose.c
3323           src/plugins/dillo_viewer/dillo_prefs.c
3324           src/plugins/image_viewer/viewerprefs.c
3325                 gettextise some forgotten parts
3326
3327 2004-03-13 [alfons]     0.9.10claws11
3328
3329         * src/imap.c
3330                 make sure the correct type is passed to sscanf()
3331
3332 2004-03-13 [paul]       0.9.10claws10
3333
3334         * sync with 0.9.10cvs5
3335                 see ChangeLog 2004-03-02 and 2004-03-12, 
3336                 specifically:
3337                 'always move messages by default when using DnD (except 
3338                 for News folder). Copy messages if Ctrl-key is pressed.'
3339                 and 'added a function to filter selected messages'
3340
3341 2004-03-12 [christoph]  0.9.10claws9
3342
3343         * src/codeconv.c
3344                 add parameter check to conv_unmime_header_overwrite()
3345
3346         * src/imap.c
3347                 o fix spelling
3348                 o fix removing of NEW flag when UNREAD is unset
3349
3350         * src/procmime.c
3351                 decode MIME-headers
3352
3353         (Closes 437 i18n attachment display error.)
3354
3355 2004-03-12 [paul]       0.9.10claws8
3356
3357         * po/it.po
3358                 update. submitted by Andrea Spadaccini <lupin85@email.it>
3359                 
3360         * tools/Makefile.am
3361                 add 'textviewer.sh'
3362
3363 2004-03-12 [alfons]     0.9.10claws7
3364
3365         * src/imap.c
3366                 o quiet compiler and typecast Folder * to IMAP Folder *
3367                 o wake up and fix my previous incompatible type assignment bug
3368
3369 2004-03-12 [alfons]     0.9.10claws6
3370
3371         * src/imap.c
3372                 don't mix up pointers to int, guint32 _and_ 
3373                 unsigned int 
3374
3375 2004-03-12 [christoph]  0.9.10claws5
3376
3377         * src/folderview.c
3378                 Add error requester when renaming a folder failed
3379
3380         * src/imap.c
3381                 Check new FolderItem name for namespace seperator
3382                 before renaming
3383
3384         (Closes Bug 443 Bad named IMAP folders won't be displayed)
3385
3386 2004-03-11 [christoph]  0.9.10claws4
3387
3388         * src/folder.[ch]
3389         * src/imap.c
3390         * src/procmsg.h
3391                 syncronize flags in cache with IMAP folder flags
3392
3393         Adapted a patch submitted by Simon 'corecode' Schubert
3394         <corecode@corecode.ath.cx> 
3395
3396
3397 2004-03-11 [alfons]     0.9.10claws3
3398
3399         * src/textview.[ch]
3400                 remove dead code that at one time controlled display of
3401                 URIs in status bar
3402
3403 2004-03-10 [paul]       0.9.10claws2
3404
3405         * po/it.po
3406                 updated by Lupino <lupin85@email.it>
3407
3408 2004-03-09 [alfons]     0.9.10claws1
3409
3410         * src/matcher.c
3411                 we're not using yywrap, but we may, so close yyin instead
3412                 of initial FILE *
3413
3414 2004-03-08 [paul]       0.9.10claws
3415
3416         * 0.9.10claws released
3417
3418 2004-03-08 [paul]       0.9.9claws41
3419
3420         * po/es.po
3421           po/ja.po
3422           po/ru.po
3423           po/sk.po
3424           po/sr.po
3425           po/zh_CN.po
3426                 update translations. submitted by Ricardo Mones Lastra,
3427                 Rui Hirokawa, Pavlo Bohmat, Andrej Kacian, Urke MMI,
3428                 Hansom Young
3429
3430 2004-03-06 [paul]       0.9.9claws40
3431
3432         * src/stock_pixmap.c
3433                 fix crash: g_strdup(DEFAULT_PIXMAP_THEME)
3434                 patch submitted by Pawel Pekala
3435
3436 2004-03-06 [alfons]             0.9.9claws39
3437
3438         * src/addrindex.c
3439                 allow nick name completion again 
3440
3441 2004-03-02 [match]              0.9.9claws38
3442
3443         * configure.ac
3444                 added definition of USE_LDAP_TLS to support TLS.
3445         * src/ldapctrl.[ch]
3446         * src/ldapquery.c
3447         * src/ldapserver.[ch]
3448         * src/addressbook.c
3449         * src/addrindex.c
3450         * src/editldap.c
3451                 included LDAP TLS support.
3452
3453 2004-03-02 [christoph]          0.9.9claws37
3454
3455         * src/folder.[ch]
3456                 o add more documentation for FolderClass
3457                 o remove usused FolderClass virtual functions
3458
3459         * src/imap.c
3460         * src/mh.c
3461         * src/news.c
3462                 change creation of FolderClass because static initializations
3463                 for structs suck in C89
3464
3465 2004-03-01 [paul]
3466
3467         * sync with 0.9.10
3468
3469 2004-02-28 [keith]      0.9.9claws36
3470
3471         * src/common/utils.c
3472                 Fix treatment of whitespace in quicksearch bar (leading
3473                 spaces and >1 space between commands and parameters).
3474
3475 2004-02-27 [alfons]     0.9.9claws35
3476
3477         * src/compose.[ch]
3478                 Explicitly remove draft timeout to fix nasty race between 
3479                 compose_send_cb() (which destroys the compose window) and 
3480                 compose_defer_auto_save_draft() (which expects compose 
3481                 window to exist). Should fix Keith's and Fred Marton's
3482                 bug report (#128, "crash after complaining about character
3483                 set conversion")
3484
3485 2004-02-27 [luke]       0.9.9claws34
3486         
3487         * src/folder.c
3488                 Do folder_item_apply_processing() even if no processing
3489                 rules for the folder exist (so global processing is applied)
3490
3491 2004-02-26 [thorsten]   0.9.9claws33
3492
3493         * src/mimeview.c
3494                 Remove misleading static declaration
3495
3496 2004-02-26 [alfons]     0.9.9claws32
3497
3498         * src/procmime.[ch]
3499           src/compose.c
3500           src/mimeview.c
3501           src/textview.c
3502                 use/add procmime_get_content_type_str() as a safe wrapper
3503                 for returning a Content-Type type string; should fix 
3504                 bug #444, 0.9.7..0.9.9 crashes with "Content-Type: type= 
3505                  - attachments."
3506
3507 2004-02-26 [thorsten]   0.9.9claws31
3508
3509         * src/mimeview.c
3510                 Restructure save_as/save_all
3511
3512 2004-02-26 [alfons]     0.9.9claws30
3513
3514         * src/procmime.c
3515                 clean up (2)
3516
3517 2004-02-26 [alfons]     0.9.9claws29
3518
3519         * src/procmime.c
3520                 clean up (1)
3521
3522 2004-02-24 [luke]
3523
3524         * tools/textviewer.sh
3525                 tweaks from Johann Koenig, recognition of shell
3526                 scripts in particular
3527
3528 2004-02-24 [paul]       0.9.9claws28
3529
3530         * sync with 0.9.9cvs13
3531                 see ChangeLog 2004-02-24
3532
3533 2004-02-23 [paul]       0.9.9claws27
3534
3535         * src/inc.c
3536                 one alertpanel on pop3 authentication error will suffice
3537                 
3538         * src/prefs_fonts.c
3539                 remove unnecessary printf
3540
3541 2004-02-22 [alfons]     0.9.9claws26
3542
3543         * src/messageview.c
3544                 put back a lost check
3545
3546 2004-02-21 [alfons]     0.9.9claws25
3547
3548         * src/folderview.c
3549                 don't forget to save folder properties after renaming folder
3550
3551 2004-02-20 [paul]       0.9.9.claws24
3552
3553         * src/addressbook.c
3554                 sync with 0.9.9cvs11, see ChangeLog 2004-02-19
3555                 
3556         * src/inc.c
3557                 complete sync with 0.9.9cvs9's 'update folderview
3558                 progressively'
3559                 
3560         * configure.ac
3561                 require gettext >= 0.12.1
3562
3563 2004-02-17 [match]      0.9.9claws23
3564
3565         * src/compose.c
3566                 keep the peace - change style.
3567
3568 2004-02-17 [alfons]     0.9.9claws22
3569
3570         * src/filtering.c
3571                 make MATCHACTION_STOP cancel filtering / processing;
3572                 clean up and document it to make it a little bit more clear;
3573
3574 2004-02-17 [alfons]     0.9.9claws21
3575
3576         %X marks the cursor spot for reply quote format
3577
3578         * src/quote_fmt_lex.l 
3579           src/quote_fmt.c
3580                 add %X token
3581                 
3582         * src/quote_fmt.h
3583           src/quote_fmt_parse.y
3584                 handle %X token
3585                 
3586         * src/compose.c
3587                 handle %X token for replies only (for now)
3588
3589 2004-02-17 [paul]       0.9.9claws20
3590
3591         * po/sk.po
3592                 updated by Andrej Kacian
3593                 
3594         * src/news.c
3595                 remove unneeded include
3596                 
3597         * src/prefs_fonts.c
3598                 be a little more user-friendly with the labels
3599                 
3600         * configure.ac
3601                 a change forgotten in the last commit: 
3602                 SYLPHEED_ACLOCAL_INCLUDE(m4)
3603
3604 2004-02-17 [paul]       0.9.9claws19
3605
3606         * ac/*                          ** REMOVED **
3607           ac/                           ** REMOVED **
3608           intl/Makefile.in              ** REMOVED **
3609           m4/                           ** NEW **
3610           m4/missing                    ** NEW **
3611           m4/missing/gdk-pixbuf.m4      ** NEW **
3612           m4/missing/gettext.m4         ** NEW **
3613           m4/missing/gpgme.m4           ** NEW **
3614           m4/missing/imlib.m4           ** NEW **
3615           m4/.cvsignore                 ** NEW **
3616           m4/Makefile.am                ** NEW **
3617           m4/README                     ** NEW **
3618           m4/aclocal-include.m4         ** NEW **
3619           m4/aspell.m4                  ** NEW **
3620           m4/check-type.m4              ** NEW **
3621           m4/gnupg-check-typedef.m4     ** NEW **
3622           m4/openssl.m4                 ** NEW **
3623           m4/spamassassin.m4            ** NEW **
3624           po/ChangeLog                  ** REMOVED **
3625           po/Makefile.in.in             ** REMOVED **
3626           po/Rules-quot                 ** REMOVED **
3627           po/boldquot.sed               ** REMOVED **
3628           po/en@boldquot.header         ** REMOVED **
3629           po/en@quot.header             ** REMOVED **
3630           po/insert-header.sin          ** REMOVED **
3631           po/quot.sed                   ** REMOVED **
3632           po/remove-potcdate.sed        ** REMOVED **
3633           po/remove-potcdate.sin        ** REMOVED **
3634           po/stamp-po                   ** REMOVED **
3635           Makefile.am
3636           autogen.sh
3637           configure.ac
3638                 enable building with automake 1.8.x
3639                 add 'autopoint' to autogen.sh and remove all
3640                 auto-generated files, remove ac/ in favour of
3641                 m4/
3642
3643 2004-02-17 [alfons]     0.9.9claws18
3644         
3645         * src/summaryview.c
3646                 MSG_IS_NEWS() is not stored at all, and is bogus
3647
3648 2004-02-17 [martin]     0.9.9claws17
3649
3650         * src/prefs_themes.c
3651                 fix crash when installing wrong theme and output an
3652                 error message
3653
3654 2004-02-16 [christoph]  0.9.9claws16
3655
3656         * src/compose.c
3657         * src/stock_pixmap.[ch]
3658         * src/toolbar.[ch]
3659         * src/pixmaps/linewrapcurrent.xpm               ** NEW **
3660                 add "Wrap current paragraph" to compose toolbar
3661
3662 2004-02-15 [alfons]     0.9.9claws15
3663
3664         * src/folderview.c
3665                 refine previous commit to make sure other hook functions
3666                 get their grab of the pie too
3667
3668 2004-02-15 [alfons]     0.9.9claws14
3669
3670         * src/folderview.c
3671                 fix sync breakage so we don't pass invalid pointer types
3672
3673 2004-02-15 [match]      0.9.9claws13
3674
3675         * src/ldapquery.[ch]
3676         * src/ldapserver.h
3677         * src/addrindex.[ch]
3678                 tweak threading calls.
3679         * src/addr_compl.[ch]
3680                 add alias into completion list.
3681         * src/addressbook.c
3682                 fix ldap browse.
3683                 improve context menu behavior.
3684                 change menu sequence.
3685                 add send mail from addressbook.
3686         * src/addrselect.[ch]
3687         * src/compose.[ch]
3688                 add send mail from addressbook.
3689
3690 2004-02-15 [christoph]  0.9.9claws12
3691
3692         * src/folderutils.c
3693                 skip deleting when duplist is empty
3694
3695         * src/folderview.[ch]
3696         * src/mainwindow.c
3697         * src/summaryview.[ch]
3698                 call folderutils_delete_duplicates() from mainwindow code
3699
3700 2004-02-15 [alfons]     0.9.9claws11
3701         
3702         * src/common/utils.c
3703                 add prefix for italian ms o(e) 
3704
3705 2004-02-14 [paul]       0.9.9claws10
3706
3707         * src/foldersel.c
3708                 fix updating of the folder view when creating a
3709                 new folder
3710
3711 2004-02-13 [paul]       0.9.9claws9
3712
3713         * src/plugins/clamav/clamav_plugin.c
3714                 remove GUI code
3715
3716 2004-02-13 [paul]       0.9.9claws8
3717
3718         * sync with 0.9.9cvs9
3719                 see ChangeLog 2004-02-09, 2004-02-10, 2004-02-12
3720
3721 2004-02-13 [alfons]     0.9.9claws7
3722
3723         * src/common/utils.c
3724                 fix wrong type of argument for ctype functions (pass unsigned
3725                 char instead of signed char)
3726
3727 2004-02-12 [alfons]     0.9.9claws6
3728
3729         * src/compose.[ch]
3730                 don't select text in header entry when composing to a 
3731                 default address, but rather give the header entry a
3732                 different color / style (same as the folder new color)
3733
3734 2004-02-12 [alfons]     0.9.9claws5
3735
3736         * src/plugins/clamav/clamav_plugin.c
3737                 don't exit(2) on libclamav init error - show a warning.
3738                 (tested by damaging a clamav database file.)
3739
3740 2004-02-12 [paul]       0.9.9claws4
3741
3742         * sync with 0.9.9cvs4
3743                 see ChangeLog 2004-02-04, 2004-02-05, and 2004-02-06
3744
3745 2004-02-11 [luke]       0.9.9claws3
3746
3747         * src/mimeview.c
3748                 remove redundant check introduced in 0.9.9claws1
3749
3750 2004-02-11 [luke]       0.9.9claws2
3751
3752         * src/mimeview.c
3753                 fix compilation of my previous commit without gpg enabled
3754
3755 2004-02-10 [luke]       0.9.9claws1
3756
3757         * src/mimeview.c
3758                 add borders to icons to indicate the privacy status for
3759                 the message part (unknown/bad/good)
3760
3761 2004-02-06 [paul]       0.9.9claws
3762
3763         0.9.9claws released
3764
3765 2004-02-06 [darko]      0.9.8claws64
3766
3767         * src/compose.c
3768                 don't allow Ctrl+Enter while external editor is active
3769
3770 2004-02-06 [paul]       0.9.8claws63
3771
3772         * po/es.po
3773           po/pl.po
3774           po/sk.po
3775           po/sr.po
3776                 update Spanish, Polish, Slovak, and Serbian translations.
3777                 submitted by Ricardo Mones Lastra, Emil Nowak, Andrej Kacian,
3778                 and Urke MMI
3779
3780 2004-02-04 [alfons]     0.9.8claws62
3781
3782         * src/compose.c
3783                 grab focus only when lbutton was pressed (bug #430 cont'd; 
3784                 don't have clue yet why the cursor pos is at the end of the
3785                 text.)
3786
3787 2004-02-04 [alfons]     0.9.8claws61
3788
3789         * src/compose.c
3790                 always grab focus when one of the header entries is clicked 
3791                 (should fix bug #430, "no focus on pasted addresses 3 & higher")
3792
3793 2004-02-02 [paul]
3794
3795         * ac/missing/gdk-pixbuf.m4
3796           ac/missing/gpgme.m4
3797           ac/missing/imlib.m4
3798                 prevent 'underquoted definition' warnings
3799                 patch submitted by David Relson
3800                 
3801         * src/plugins/clamav/README
3802                 update, improve, correct
3803
3804 2004-01-31 [thorsten]   0.9.8claws60
3805
3806         * src/news.c
3807                 'dir' not initialized if group has no messages
3808
3809 2004-01-29 [christoph]  0.9.8claws59
3810
3811         * src/customheader.[ch]
3812                 add custom_header_is_allowed() to check for disallowed header names
3813                 that must not be overridden by custom headers
3814
3815         * src/compose.c
3816                 always write From: header and use custom_header_is_allowed() to
3817                 check if custom header should be written
3818
3819         * src/prefs_customheader.c
3820                 check if custom header is disallowed using custom_header_is_allowed()
3821
3822         * src/folderutils.c
3823                 destroy message id GHashTable before freeing the MsgInfos
3824
3825 2004-01-29 [paul]       0.9.8claws58
3826
3827         * sync with 0.9.9 release
3828                 see ChangeLog 2004-01-29
3829
3830 2004-01-29 [paul]       0.9.8claws57
3831
3832         * sync with 0.9.8cvs11
3833                 see ChangeLog 2004-01-29
3834
3835 2004-01-28 [christoph]  0.9.8claws56
3836
3837         * src/pgpmime.c
3838         * src/sgpgme.[ch]
3839                 return WARN signature status when signature is not trusted
3840
3841         * src/Makefile.am
3842         * src/folder.c
3843         * src/folderutils.[ch]                  ** NEW **
3844         * src/summaryview.c
3845                 implement delete duplicates summaryview independent
3846
3847 2004-01-28 [paul]       0.9.8claws55
3848
3849         * sync with 0.9.8cvs10
3850                 see Changelog 2004-01-27 and 2004-01-28
3851
3852 2004-01-26 [christoph]  0.9.8claws54
3853
3854         * src/imap.c
3855                 create a root node for the Folder if scan fails because root
3856                 folder does not exist
3857
3858 2004-01-26 [paul]       0.9.8claws53
3859
3860         * sync with 0.9.8cvs7
3861                 see ChangeLog 2004-01-23
3862
3863 2004-01-25 [alfons]     0.9.8claws52
3864
3865         * src/compose.c
3866                 remove left-over constant INDENT_CHARS
3867
3868 2004-01-25 [alfons]     0.9.8claws51
3869
3870         * src/procmime.c
3871                 add NULL pointer check for mimeinfo->node in
3872                 procmime_mimeinfo_parent()
3873
3874 2004-01-25 [darko]      0.9.8claws50
3875
3876         * src/compose.c
3877                 make "Wrap all long lines" toolbar button wrap all
3878                 long lines not just the current line
3879                 patch by I. Oshadi Jayawardena <ioj4 at yahoo.co.uk>
3880
3881
3882 2004-01-25 [alfons]     0.9.8claws49
3883
3884         * src/procmime.c
3885                 remove g_strstrip(); prevents a NULL pointer deref, and isn't
3886                 necessary anyway, because *scanf() functions neglect white
3887                 space in the input. 
3888                 Fixes bug #425, "sylpheed 0.9.8claws42 crashes on some messages."
3889
3890 2004-01-25 [paul]       0.9.8claws48
3891
3892         * src/prefs_ext_prog.c
3893                 apply Alfons' patch to check for NULL pointers
3894                 fixes bug #424
3895
3896 2004-01-25 [paul]       0.9.8claws47
3897
3898         * sync with 0.9.8cvs8
3899                 see ChangeLog 2004-01-23
3900
3901 2004-01-25 [thorsten]   0.9.8claws46
3902
3903         * src/messageview.c
3904                 remove orphaned mimeview unref()
3905
3906 2004-01-23 [christoph]  0.9.8claws45
3907
3908         * src/summaryview.c
3909                 set ctree widget style
3910
3911 2004-01-23 [paul]       0.9.8claws44
3912
3913         * sync with 0.9.8cvs5
3914                 see ChangeLog 2004-01-22
3915
3916 2004-01-23 [alfons]     0.9.8claws43
3917
3918         * src/procmsg.c
3919                 remove redundant code in procmsg_get_thread_tree()
3920
3921 2004-01-21 [christoph]  0.9.8claws42
3922
3923         * src/folderview.c
3924                 set ctree widget style, otherwise GTK does not use the
3925                 the correct vertical size for the list items
3926
3927 2004-01-21 [alfons]     0.9.8claws41
3928
3929         * src/summaryview.c
3930                 GDK_Left should only switch to folderview when
3931                 when summaryview hscrollbar is at the leftmost
3932                 position (fixes bug #420, "Focus error")
3933
3934 2004-01-21 [paul]       0.9.8claws40
3935
3936         * sync with 0.9.8cvs4
3937                 see ChangeLog 2004-01-20
3938
3939 2004-01-20 [christoph]  0.9.8claws39
3940
3941         * src/folderview.c
3942                 remove setting sensitivity for no longer existing
3943                 /Scoring... popup entry
3944
3945 2004-01-20 [keith]      0.9.8claws38
3946
3947         * configure.ac
3948                 Revert AM_CONFIG_HEADER to AC_CONFIG_HEADER
3949
3950 2004-01-20 [paul]       0.9.8claws37
3951
3952         * src/prefs_fonts.c
3953                 demystify font settings
3954                 
3955         * src/textview.c
3956                 use textview->msgfont for header->body in
3957                 textview_show_header()
3958
3959 2004-01-20 [paul]       0.9.8claws36
3960
3961         * src/compose.c
3962           src/undo.c
3963                 remove superfluous debug_print's
3964                 
3965         * src/inc.c
3966                 clear the statusbar after LOCAL incorporation
3967
3968 2004-01-20 [paul]       0.9.8claws35
3969
3970         * sync with 0.9.8cvs3
3971                 see ChangeLog 2004-01-20
3972
3973 2004-01-19 [keith]      0.9.8claws34
3974
3975         * src/folderview.c
3976                 don't show 'Search folder...' on popup menu
3977                 if folder has no mails in it
3978
3979 2004-01-17 [keith]      0.9.8claws33
3980
3981         * src/compose.c
3982           src/prefs_common.c
3983           src/prefs_common.h
3984                 store position of compose window in prefs
3985
3986 2004-01-17 [thorsten]   0.9.8claws32
3987
3988         * src/gtk/gtkvscrollbutton.c
3989                 ensure scrollbutton resize event on different gtk versions
3990
3991 2004-01-15 [alfons]     0.9.8claws31
3992         
3993         * src/summaryview.c
3994                 keep MSG_REPLIED and MSG_FORWARDED even when marking a
3995                 message as read
3996
3997 2004-01-12 [christoph]  0.9.8claws30
3998
3999         * src/procmime.c
4000                 better MIME-Version check
4001
4002 2004-01-11 [alfons]     0.9.8claws29
4003
4004         * src/procmsg.c
4005                 remove unnecessary but still effective check (could possibly
4006                 lead to some unwanted side effects)
4007
4008 2004-01-11 [alfons]     0.9.8claws28
4009
4010         * src/procmsg.c
4011                 we should not prefer lowest message number while threading 
4012                 (introduced in previous commit)
4013
4014 2004-01-11 [alfons]     0.9.8claws27
4015
4016         * src/procmsg.c
4017                 subject threading fixes:
4018                 
4019                         - make message with lowest message number the
4020                           thread parent,
4021                         - refine recording last node when threading. the last node
4022                           should be the previous one if a node has a thread parent,
4023                           or the current node if not
4024                 
4025                 (there's another threading bug fix coming up)
4026
4027 2004-01-10 [paul]       0.9.8claws26
4028
4029         * src/main.c
4030           src/prefs_ext_prog.c
4031           src/plugins/clamav/clamav_plugin_gtk.c
4032                 minor gui fixes
4033
4034 2004-01-09 [christoph]  0.9.8claws25
4035
4036         * src/Makefile.am
4037         * src/string_match.[ch]                 ** REMOVE **
4038         * src/common/Makefile.am
4039         * src/common/string_match.[ch]          ** NEW **
4040                 move string_match.[ch] to common directory
4041
4042 2004-01-09 [christoph]  0.9.8claws24
4043
4044         * src/pgpmime.c
4045                 add MIME-Version header for the message parser
4046
4047 2004-01-09 [paul]       0.9.8claws23
4048
4049         * po/POTFILES.in
4050           src/Makefile.am
4051           src/main.c
4052           src/prefs_common.c
4053           src/prefs_ext_prog.[ch]       ** NEW FILES **
4054                 move External Command options from 'Common Prefs/Other' to
4055                 'Other Prefs/Message View/External Programs', also reveal
4056                 the hidden options for audio player and image viewer.
4057                 
4058         * src/prefs_common.c
4059                 fix toggling of header pane
4060
4061 2004-01-09 [paul]       0.9.8claws22
4062
4063         * src/compose.c
4064                 when changing account also change the save folder
4065
4066         * src/textview.c
4067                 if a text/plain attachment has 'Content-Disposition: attachment'
4068                 don't display it inline
4069
4070 2004-01-08 [christoph]  0.9.8claws21
4071
4072         * src/procmime.c
4073                 check for "MIME-Version: 1.0" in message/rfc882 MIME-parts,
4074                 otherwise thread the message content as one text part and
4075                 don't assume charset US-ASCII which is only specified as
4076                 default for MIME-messages
4077
4078 2004-01-08 [paul]       0.9.8claws20
4079
4080         * src/plugins/clamav/clamav_plugin.c
4081           src/plugins/spamassassin/spamassassin.c
4082                 inform the user what is happening via the statusbar
4083
4084 2004-01-06 [paul]       0.9.8claws19
4085
4086         * po/es.po
4087                 update Spanish translation. submitted by Ricardo
4088                 Mones Lastra
4089
4090 2004-01-05 [paul]       0.9.8claws18
4091
4092         * sync with 0.9.8cvs2
4093                 see ChangeLog 2004-01-05
4094
4095 2004-01-03 [luke]       0.9.8claws17
4096
4097         * src/procheader.c
4098                 Clean up:
4099                 o remove unused functions string_getchar() and file_getchar()
4100                 o remove the getchar_ parameter from generic_get_one_field()
4101                 o add an 'unfold' parameter to generic_get_one_field, to
4102                   be used if no HeaderEntry is supplied
4103                 o procheader_get_one_field_asis() uses
4104                   generic_get_one_field().
4105
4106 2004-01-01 [christoph]  0.9.8claws16
4107
4108         * src/common/xml.[ch]
4109                 o add xml_new_tag() to manage usage counts of strings correctly
4110                 o correct xml_copy_tree() function name
4111
4112         * src/folder.c
4113         * src/main.c
4114                 allow registering and unregistering of FolderClasses anytime
4115
4116 2003-12-31 [christoph]  0.9.8claws15
4117
4118         * src/folder.[ch]
4119         * src/common/xml.[ch]
4120                 keep folderlist.xml data for unloaded FolderClasses
4121
4122 2003-12-30 [luke]       0.9.8claws14
4123
4124         * src/procheader.[ch]
4125                 o added procheader_get_one_field_asis() that does not do
4126                   unfolding
4127                 o fix procheader_get_header_array_asis() to use the above,
4128                   fixing ugliness of headers in textview
4129
4130         * src/compose.c
4131                 o don't unfold headers when redirecting.        
4132
4133 2003-12-30 [paul]       0.9.8claws13
4134
4135         * po/POTFILES.in
4136           src/common/defs.h
4137           src/Makefile.am
4138           src/main.c
4139           src/prefs_common.c
4140           src/prefs_themes.[ch] ** NEW FILES **
4141                 redesign and move Icon Theme selector to
4142                 the new prefs window
4143           
4144         * src/stock_pixmap.c
4145                 fix the old bug where icons are not always
4146                 updated when changing themes
4147         
4148         * src/summaryview.c
4149                 fix bug where the icons on the title row
4150                 of the summary view were not updated
4151         
4152         all patches submitted by Ricardo Mones Lastra
4153
4154 2003-12-30 [hoa]        0.9.8claws12
4155
4156         * src/folder.c
4157                 run preglobal and postglobal processing rules
4158                 even if the folder does not have any rules.
4159
4160 2003-12-28 [paul]       0.9.8claws11
4161
4162         * ac/aspell.m4
4163           ac/check-type.m4
4164           ac/gnupg-check-typedef.m4
4165           ac/openssl.m4
4166           ac/spamassassin.m4
4167                 fix 'underquoted definition' warnings, patch submitted by
4168                 David Relson <relson@osagesoftware.com>
4169                 
4170         * src/common/utils.c
4171                 subject_get_prefix_length(): add "Odp\\:" to reply prefixes,
4172                 patch submitted by Jan Alboszta <J.Alboszta@students.mimuw.edu.pl>
4173
4174 2003-12-28 [paul]       0.9.8claws10
4175
4176         * sync with 0.9.8cvs1
4177                 see ChangeLog 2003-12-17
4178
4179 2003-12-27 [christoph]  0.9.8claws9
4180
4181         * src/common/utils.[ch]
4182                 add g_node_map() to map a GNode into a new GNode
4183                 converting all node data's with a function
4184
4185         * src/account.c
4186         * src/folder.[ch]
4187         * src/folderview.c
4188         * src/imap.c
4189         * src/mainwindow.c
4190         * src/summaryview.c
4191                 o use g_node_map() to convert XML <-> Folder
4192                 o remove redundant FolderItem->parent and
4193                   replace it with folder_item_parent()
4194
4195 2003-12-23 [christoph]  0.9.8claws8
4196
4197         * src/folder.[ch]
4198         * src/folderview.c
4199         * src/mainwindow.c
4200         * src/procmsg.c
4201                 o use callback for notifications about added and
4202                   destroyed folders
4203                 o rewrite folderlist saving (new functions to create
4204                   folder from XML tree, and XML tree from folder)
4205
4206         * src/common/xml.[ch]
4207                 add function to save XML trees
4208
4209         * src/prefs_filtering.c
4210                 code cleanup
4211
4212 2003-12-22 [christoph]  0.9.8claws7
4213
4214         * src/prefs_account.[ch]
4215                 add "SMTP only" accounts
4216
4217 2003-12-20 [melvin]     0.9.8claws6
4218
4219         * src/action.[ch]
4220                 Changed the interface for action_update_*_menu() so
4221                 action.c does not need to know the paths of the different
4222                 actions menu (mainwindow, message view and compose window). 
4223
4224         * src/compose.c
4225                 Tiny code cleanup to merge spell checker related code
4226                 compose_update_actions_menu(): new function to update
4227                 the actions menu. Use it in compose_create()
4228
4229         * src/compose.h
4230                 compose_update_actions_menu(): new function to update
4231                 the actions menu. Used also in prefs_actions.c.
4232
4233         * src/mainwindow.[ch]
4234                 main_window_update_actions_menu(): new function to update
4235                 the actions menu. Used in main_window_create() and in
4236                 prefs_actions.c
4237
4238         * src/messageview.[ch]
4239                 messageview_update_actions_menu(): new function to update
4240                 the actions menu. Used in messageview_add_toolbar() and in
4241                 prefs_actions.c
4242                 
4243         * src/prefs_actions.c   
4244                 prefs_actions_ok(): fixed to update the actions menu of
4245                 the separate message view and the compose windows.
4246
4247 2003-12-20 [luke]       0.9.8claws5
4248         * src/procheader.c
4249                 fix unfolding/newline stripping for multiline fields
4250                 in generic_get_one_field()
4251
4252 2003-12-19 [christoph]  0.9.8claws4
4253
4254         * src/summaryview.c
4255                 o code cleanup
4256                 o use subject_compare_for_sort() when comparing
4257                   simplified subjects
4258
4259 2003-12-19 [christoph]  0.9.8claws3
4260
4261         * src/msgcache.c
4262                 more syncing with 0.8.9a
4263
4264 2003-12-19 [christoph]  0.9.8claws2
4265
4266         * src/folder.c
4267                 don't write all FolderItem XML attributes for the root node
4268
4269 2003-12-19 [melvin]     0.9.8claws1
4270
4271         * src/messageview.c
4272                 Added missing menu branch (Tools/Create processing/rule)
4273         * po/fr.po
4274                 Updated French translation for the added string.
4275
4276 2003-12-19 [paul]       0.9.8claws
4277
4278         0.9.8claws released
4279
4280 2003-12-19 [paul]       0.9.7claws51
4281
4282         * po/en_GB.po
4283           po/es.po
4284           po/ja.po
4285           po/pl.po
4286           po/sk.po
4287           po/zh_CN.po
4288                 update translations. submitted by me, Ricardo Mones
4289                 Lastra, Rui Hirokawa, Emil Nowak, Andrej Kacian,
4290                 Hansom Young
4291                 
4292         * src/folder_item_prefs.c
4293                 'enable_processing' set to FALSE by default
4294
4295 2003-12-18 [melvin]     0.9.7claws50
4296
4297         * po/fr.po
4298                 Updated French translation
4299
4300 2003-12-17 [christoph]  0.9.7claws49
4301
4302         * src/procheader.c
4303                 revert discarding of whitespace from 0.9.7claws44
4304
4305                 RFC2822 2.2.3: Unfolding is accomplished by simply
4306                 removing any CRLF that is immediately followed by WSP.
4307
4308 2003-12-17 [paul]       0.9.7claws48
4309
4310         * src/folder.c
4311                 fix new message count
4312                 
4313         * configure.ac
4314                 update autotools macros
4315
4316         * sync with 0.9.8a
4317
4318 2003-12-16 [christoph]  0.9.7claws47
4319
4320         * src/folder.c
4321                 fix folder update before adding MsgInfo to cache
4322                 in add_msginfo_to_cache()
4323
4324         * src/procmsg.c
4325                 remove old call to folder_item_update() that is no
4326                 longer required
4327
4328 2003-12-16 [christoph]  0.9.7claws46
4329
4330         * src/main.c
4331                 make sure the shutdown process only runs once
4332
4333 2003-12-16 [hoa]        0.9.7claws45
4334
4335         * src/mainwindow.c
4336         * src/messageview.c
4337         * src/summaryview.[ch]
4338                 Create filter rules using a message is fixed.
4339                 We can now create processing rules using a message.
4340
4341 2003-12-15 [alfons]     0.9.7claws44
4342
4343         * src/procheader.c
4344                 make sure we discard folding white space
4345
4346 2003-12-15 [luke]       0.9.7claws43
4347         * src/textview.c
4348         * src/mimeview.c
4349                 o use "name" parameter if "filename" doesn't exist
4350
4351 2003-12-14 [alfons]     0.9.7claws42
4352
4353         * src/summaryview.c
4354         * src/common/utils.c
4355                 allow quick finding based on the result of passing
4356                 a message to an external command. E.g:
4357
4358                         X "bogofilter < %F" 
4359                 
4360                 gets me all the spam in a folder.
4361
4362 2003-12-14 [luke]       0.9.7claws41
4363
4364         * src/textview.c
4365         * src/mimeview.c
4366                 o use parameter "filename" instead of "name" in a couple of 
4367                   places for correctness
4368
4369         * src/procmime.c
4370         * src/common/utils.[ch]
4371                 o make temporary filename for attachments safe for %p 
4372                   substitutions in actions.
4373
4374 2003-12-13 [christoph]  0.9.7claws40
4375
4376         * src/main.c
4377                 readd exit(0) to clean_quit() because otherwise sylpheed
4378                 does not always terminate
4379
4380         * src/pgpmime.c
4381         * src/privacy.h
4382                 add an identifier-string for PrivacySystems
4383
4384 2003-12-12 [paul]
4385
4386         * doc/man/sylpheed.1
4387                 update the man page
4388
4389 2003-12-12 [paul]       0.9.7claws39
4390
4391         general clean up
4392         
4393         * configure.ac
4394                 correct and clean up './configure --help' info
4395         
4396         * src/plugins/clamav/clamav_plugin.c
4397           src/plugins/spamassassin/spamassassin.c
4398                 correct plugin_desc(), works with LOCAL, IMAP, and
4399                 POP accounts
4400                 
4401         * src/filtering.c
4402           src/matcher.[ch]
4403           src/matcher_parser_parse.y
4404           src/prefs_filtering_action.c
4405                 use 'Change Score' instead of '(In/De)crease score'.
4406                 use *CHANGE_SCORE* instead of *ADD_SCORE*
4407          
4408          * src/mainwindow.c
4409                 hyphenate: 'Pre-processing', 'Post-processing'
4410                 
4411         * src/prefs_account.c
4412                 change 'Generate Message-ID' to 'Generate Message-Id'
4413                 
4414         * src/prefs_folder_item.c
4415                 change 'Processing on startup:' to 'Process at startup'
4416                 change 'Scan for new mail:' to 'Scan for new mail'
4417                 
4418 2003-12-11 [christoph]  0.9.7claws38
4419
4420         * src/crash.c
4421         * src/main.[ch]
4422                 make sure the clean_exit() funtion is not called again by the
4423                 signal handler while it is already running
4424
4425         (closes Bug 366 lost all folders -> spoiling folderlist.xml file)
4426
4427         * src/summaryview.c
4428                 fix wrong assertion
4429
4430 2003-12-11 [paul]       0.9.7claws37
4431
4432         * src/compose.c
4433                 'anonymise' Message-Id: header string
4434
4435 2003-12-11 [paul]       0.9.7claws36
4436
4437         * src/plugins/clamav/clamav_plugin.c
4438                 fix (don't break) signature count
4439                 use cl_strerror() instead of deprecated cl_perror()
4440         
4441 2003-12-11 [darko]      0.9.7claws35
4442
4443         * src/summaryview.c
4444                 also update the sort arrow (thanks Christoph)
4445
4446 2003-12-11 [darko]      0.9.7claws34
4447
4448         * src/summaryview.c
4449                 allow reverting to default sort mode (no sort)
4450
4451 2003-12-10 [hoa]        0.9.7claws33
4452
4453         * src/matcher.c
4454                 fixed quotation of string for matcher.
4455
4456 2003-12-08 [paul]       0.9.7claws32
4457
4458         * src/imap.c
4459           src/inc.c
4460                 plug memory leaks (patch by Alfons)
4461
4462 2003-12-08 [christoph]  0.9.7claws31
4463
4464         * src/folder_item_prefs.[ch]
4465         * src/folderview.c
4466         * src/prefs_folder_item.c
4467                 add new FolderItem property to exclude folders from new
4468                 mail checks
4469
4470         Patch submitted by Chad Robinson <crobinson@rfgonline.com>
4471
4472 2003-12-07 [paul]       0.9.7claws30
4473
4474         * src/plugins/clamav/clamav_plugin.c
4475                 fix signature count
4476
4477 2003-12-07 [thorsten]   0.9.7claws29
4478
4479         * src/filtering.c
4480                 debug_print some warning if destfolder missing
4481         * src/prefs_filtering.c
4482                 uninitialized filter list when deleting a folder
4483
4484 2003-12-06 [paul]       0.9.7claws28
4485
4486         * src/procheader.c
4487                 add Alfons' patch to trim line feeds
4488
4489 2003-12-06 [paul]       0.9.7claws27
4490
4491         * partial sync with 0.9.7cvs8
4492                 leaving claws' online/offline more or less intact
4493                 see ChangeLog 2003-12-04 and 2003-12-06
4494
4495 2003-12-06 [christoph]  0.9.7claws26
4496
4497         * src/messageview.c
4498         * src/privacy.[ch]
4499                 revert pirvacy API changes
4500
4501 2003-12-05 [alfons]     0.9.7claws25
4502
4503         * src/matcher.[ch]
4504                 clean up my old cruft
4505
4506 2003-12-05 [alfons]     0.9.7claws24
4507
4508         * src/matcher.c
4509                 fix comparison buglet ;-) and make `test` matcher
4510                 work again
4511
4512 2003-12-05 [alfons]     0.9.7claws23
4513
4514         * src/prefs_folder_item.c
4515                 K&R 2nd Ed., page 241 (function parameter identifiers
4516                 starting with an underscore are kind of insulting)
4517
4518 2003-12-05 [hoa]        0.9.7claws22
4519
4520         * src/main.c
4521         * src/mainwindow.[ch]
4522         * src/mainwindow.h
4523                 add destructor for mainwindow so that the last 
4524                 MimeInfo opened in messageview is destroyed when
4525                 exiting sylpheed.
4526
4527 2003-12-05 [hoa]        0.9.7claws21
4528
4529         * src/filtering.[ch]
4530         * src/matcher.[ch]
4531         * src/matcher_parser_lex.l
4532         * src/matcher_parser_parse.y
4533         * src/prefs_actions.c
4534         * src/prefs_filtering.c
4535         * src/common/utils.[ch]
4536                 quote arguments before giving them to command line.
4537                 fixed quote of string in matcher/processing/filtering rules.
4538
4539         * src/messageview.c
4540         * src/privacy.[ch]
4541                 allows decryption to return a new whole 
4542                 MIME message structure.
4543
4544 2003-12-04 [hoa]        0.9.7claws20
4545
4546         * src/filtering.[ch]
4547         * src/folder.c
4548         * src/mainwindow.c
4549         * src/matcher.c
4550         * src/matcher_parser_parse.y
4551         * src/folderview.c
4552                 global rules to run before folder specific rules.
4553                 global rules to run after folder specific rules.
4554                 
4555         * src/messageview.c
4556                 fixed quick addition of rules.
4557         
4558         * src/prefs_filtering.[ch]
4559         * src/summaryview.c
4560                 we can now customize the title for the dialog.
4561                 updated case where we rename of delete folders.
4562
4563         * src/addressbook.c
4564                 got back the function addressbook_browse_entry_cb()
4565                 that is needed in case we compiled with LDAP support.
4566
4567 2003-12-04 [paul]       0.9.7claws19
4568
4569         * sync with 0.9.7cvs6
4570                 see ChangeLog 2003-12-04
4571                 fixes bug 171 'Wrong message decoing: koi8-r and 
4572                 iso8859-5 looks same. Can't read many emails.'
4573
4574 2003-12-04 [paul]       0.9.7claws18
4575
4576         * po/POTFILES.in
4577                 remove 'src/prefs_scoring.c'
4578
4579 2003-12-03 [hoa]        0.9.7claws17
4580
4581         * src/Makefile.am
4582                 compilation of scoring.[ch] and prefs_scoring.[ch]
4583                 is removed.
4584         
4585         * src/filtering.[ch]
4586         * src/folder.c
4587         * src/folder_item_prefs.[ch]
4588         * src/folderview.c
4589         * src/main.c
4590         * src/mainwindow.c
4591         * src/matcher.[ch]
4592         * src/matcher_parser.h
4593         * src/matcher_parser_parse.y
4594         * src/prefs_filtering.[ch]
4595         * src/prefs_filtering_action.c
4596         * src/prefs_folder_item.c
4597         * src/prefs_scoring.[ch]              * REMOVED FILES *
4598         * src/procmsg.[ch]
4599         * src/scoring.[ch]                    * REMOVED FILES *
4600         * src/summaryview.c
4601                 merged scoring and filtering.
4602                 
4603                 Note : compatibility is kept by parsing score like 
4604                   add_score. To get the behaviour of older scoring 
4605                   system, you have to define some equivalent rule :
4606                   "score_lower -9999 hide"
4607                   "score_greater 9999 mark"
4608                   
4609                   To define global rules, you have to define them 
4610                   in the new global processing rules.
4611                   The variable that kept the list filtering rules 
4612                   was "global_processing" and has been renamed into 
4613                   "filtering_rules".
4614                   "global_processing" variable is now the name 
4615                   of the variable that keeps the list of global 
4616                   processing rules.
4617                   In the configuration file, "[global]" section is 
4618                   now for the global processing rules (which includes
4619                   score things and new global processing rules).
4620                   New "[filtering]" section is for the filtering rules.
4621                   
4622                   Before running with this version, during testing 
4623                   phase, ** MAKE A BACKUP ** of your matcherrc file.
4624                   Then, you have to make the following changes :
4625                   - leave all scoring rules in "[global]" section.
4626                   - move all other rules of "[global]" section to
4627                       a new section named "[filtering]".
4628
4629 2003-12-03 [christoph]  0.9.7claws16
4630
4631         * src/procmime.c
4632                 use default Content-Type as specified in RFC2045 if
4633                 Content-Type header is syntactically incorrect
4634
4635 2003-12-03 [christoph]  0.9.7claws15
4636
4637         * src/addressbook.c
4638         * src/addrindex.h
4639         * src/addritem.c
4640         * src/expldifdlg.h
4641         * src/exportldif.c
4642         * src/filtering.c
4643         * src/folder.c
4644         * src/folderview.c
4645         * src/jpilot.c
4646         * src/localfolder.c
4647         * src/matcher.h
4648         * src/matcher_parser_lex.l
4649         * src/matcher_parser_parse.y
4650         * src/news.c
4651         * src/prefs_filtering_action.c
4652         * src/prefs_folder_item.c
4653         * src/prefs_fonts.c
4654         * src/procmsg.c
4655         * src/sgpgme.c
4656                 clean up warnings
4657
4658         * src/procmime.c
4659                 revert 0.9.7claws14 change
4660
4661 2003-12-03 [alfons]     0.9.7claws14
4662
4663         * src/procmime.c
4664                 catch invalid Content-Type with no subtype
4665
4666 2003-12-03 [alfons]     0.9.7claws13
4667
4668         * src/alertpanel.h
4669         * src/setup.c
4670         * src/plugins/image_viewer/plugin.c
4671                 compile again, we need stddef.h for size_t
4672
4673 2003-12-03 [paul]       0.9.7claws12
4674
4675         * src/account.c
4676                 don't allow cloning of accounts with remote folders,
4677                 patch submitted by Ricardo Mones Lastra
4678
4679 2003-12-03 [christoph]  0.9.7claws11
4680
4681         * src/folder.[ch]
4682         * src/imap.c
4683         * src/localfolder.[ch]
4684         * src/mh.c
4685         * src/news.c
4686         * src/common/xml.[ch]
4687                 add set_xml() and get_xml() virtual functions to FolderClass to
4688                 save extra information for Folders (for example the rootpath
4689                 only used by LocalFolder). The folderlist write function no
4690                 longer needs to know the folder type to save this extra
4691                 information.
4692
4693 2003-12-02 [christoph]  0.9.7claws10
4694
4695         * src/Makefile.am
4696         * src/account.c
4697         * src/folder.[ch]
4698         * src/folderview.h
4699         * src/imap.c
4700         * src/localfolder.[ch]          ** NEW **
4701         * src/mainwindow.c
4702         * src/mh.[ch]
4703         * src/news.[ch]
4704         * src/prefs_account.[ch]
4705         * src/prefs_filtering.h
4706         * src/procmsg.h
4707         * src/remotefolder.[ch]         ** NEW **
4708         * src/common/xml.[ch]
4709                 add item_set_xml() and item_get_xml() virtual functions to
4710                 FolderClass to give folders the ability to add extra information
4711                 to the saved FolderItem data. If NULL the default function for
4712                 FolderItem will be used.
4713
4714 2003-11-29 [christoph]  0.9.7claws9
4715
4716         * src/procheader.c
4717                 fix bug in unfolding
4718
4719 2003-11-29 [luke]       0.9.7claws8
4720
4721         * src/textview.c
4722                 fix compilation for non c99 compilers
4723
4724 2003-11-29 [christoph]  0.9.7claws7
4725
4726         * src/procmime.[ch]
4727         * src/mimeview.c
4728                 o unknown disposition types should be handled as
4729                   attachment (RFC2183)
4730                 o missing headers should not default to inline
4731                   (would make "Save All" useless when disposition header
4732                    is not set by the sending mailer)
4733                 o remove old MimeInfo data and cleanup
4734
4735 2003-11-29 [luke]       0.9.7claws6
4736
4737         * src/procmime.[ch]
4738                 re-added parsing of Content-Disposition header
4739                         - removes the old  'gchar* content_disposition'
4740                         - adds a new field 'DispositionType disposition'
4741                         - adds parameters to MimeInfo::parameters
4742
4743         * src/mimeview.c
4744                 use the "filename" parameter for saving, and the new
4745                 MimeInfo::disposition for save all.
4746
4747         * src/compose.c
4748         * src/toolbar.[ch]
4749                 add a 'check spelling' button as a possibility for 
4750                 the compose toolbar
4751
4752         * src/stockpixmap.[ch]
4753         * src/pixmaps/check_spelling.xpm        ** NEW **
4754         * src/Makefile.am
4755                 add a pixmap for use with 'check spelling' button or
4756                 a user defined action
4757
4758         * src/textview.c
4759                 re-apply fixed (I hope) patch for bug 57
4760                 "Hidden URL in HTML Mails"
4761
4762 2003-11-28 [christoph]  0.9.7claws5
4763
4764         * src/procmime.c
4765                 o be more liberal in what we accept as Content-Type parameters
4766                 o ignore comments after parameters
4767
4768         * src/sgpgme.c
4769                 o only free passphrase when an error occurs
4770
4771 2003-11-28 [paul]       0.9.7claws4
4772
4773         * src/account.c
4774                 add 'Clone Account' function. patch submitted by
4775                 Ricardo Mones Lastra
4776
4777 2003-11-27 [thorsten]   0.9.7claws3
4778
4779         * src/mimeview.c
4780                 fix crash if 'save_all' failed twice
4781
4782 2003-11-27 [paul]       0.9.7claws2
4783
4784         * po/POTFILES.in
4785                 fix a typo
4786
4787         * po/zh_CN.po
4788                 update Simplified Chinese translation. submitted by
4789                 Hansom Young
4790
4791 2003-11-27 [paul]       0.9.7claws1
4792
4793         * po/POTFILES.in
4794                 clean up
4795
4796 2003-11-26 [paul]       0.9.7claws
4797
4798         * 0.9.7claws released
4799
4800 2003-11-26 [paul]       0.9.6claws99
4801
4802         * src/Makefile.am
4803                 add reference to pixmaps/mime_message.xpm
4804
4805 2003-11-26 [paul]       0.9.6claws98
4806
4807         * po/POTFILES.in
4808                 remove reference to src/sigstatus.c
4809
4810 2003-11-26 [christoph]  0.9.6claws97
4811
4812         * src/Makefile.am
4813         * src/prefs_common.c
4814         * src/rfc2015.c
4815         * src/sigstatus.[ch]            ** REMOVE **
4816                 remove signature result popup option and window
4817
4818 2003-11-26 [paul]       0.9.6claws96
4819
4820         * po/es.po
4821           po/ja.po
4822           po/pl.po
4823           po/sk.po
4824           po/sr.po
4825                 update translations. submitted by Ricardo Mones Lastra,
4826                 Rui Hirokawa, Emil Nowak, Andrej Kacian, and Urke MMI
4827
4828 2003-11-25 [christoph]  0.9.6claws95
4829
4830         * src/procmime.c
4831                 display mime structure only in debug mode
4832
4833 2003-11-25 [melvin]     0.9.6claws94
4834
4835         * po/fr.po
4836                 Updated French translations + typos fixes of older
4837                 translations (thanks to Fabien Vantard for pointing
4838                 to some of them)
4839
4840 2003-11-25 [melvin]     0.9.6claws93
4841
4842         * src/editldap.c
4843                 Fixed a couple of typos.
4844
4845 2003-11-24 [paul]       0.9.6claws92
4846
4847         * po/POTFILES.in
4848                 add 'src/textview.c'
4849
4850 2003-11-24 [paul]       0.9.6claws91
4851
4852         * src/sgpgme.c
4853                 fix typo. spotted by Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
4854
4855 2003-11-24 [paul]       0.9.6claws90
4856
4857         * src/plugins/image_viewer/viewer.c
4858                 image_viewer_show_mimepart(): 
4859                 use procmime_mimeinfo_get_parameter() to get the file name
4860
4861 2003-11-24 [paul]       0.9.6claws89
4862
4863         * src/textview.c
4864                 textview_show_mime_part(): rewrite text hint
4865
4866 2003-11-22 [paul]       0.9.6claws88
4867
4868         * sync with 0.9.7cvs5
4869                 see ChangeLog 2003-11-21
4870
4871 2003-11-21 [paul]       0.9.6claws87
4872
4873         * src/mimeview.c
4874                 define shortcut key 'o' for 'Open with...'
4875
4876 2003-11-21 [alfons]     0.9.6claws86
4877
4878         * src/messageview.c
4879                 fix bug #383 'Deleting message from "separate message view" 
4880                 uses local Trash folder'
4881
4882 2003-11-21 [christoph]  0.9.6claws85
4883
4884         * src/mimeview.c
4885                 fix content-type guessing by name parameter when finding
4886                 the correct viewer
4887
4888 2003-11-21 [alfons]     0.9.6claws84
4889
4890         * src/main.c
4891                 no mail incorporation allowed with --offline param.
4892                 fixes bug #374, "--offline ignored"
4893
4894 2003-11-20 [christoph]  0.9.6claws83
4895
4896         * src/mimeinfo.c
4897                 use signed MimeInfo when checking the signature and not
4898                 the selected one
4899
4900 2003-11-19 [alfons]     0.9.6claws82
4901
4902         * src/mainwindow.c
4903                 fix crash when toggling separate views, patch submitted
4904                 by Pawel Pekala <c0rn|AT|gazeta.pl>.
4905                 fixes bug #342, "separate views  cause crash"
4906
4907 2003-11-19 [paul]       0.9.6claws81
4908
4909         * src/compose.c
4910                 compose_redirect_write_headers_from_headerlist(): 
4911                 add Resent-Cc: header (bug fix inherited from 0.9.7cvs3)
4912                 
4913         * src/main.c
4914                 code cleanup (inherited from 0.9.7cvs4)
4915                 
4916         * tools/tb2sylpheed
4917                 bugfix: added missing attribute-list start. submitted by
4918                 Urke MMI
4919
4920 2003-11-19 [luke]       0.9.6claws80
4921
4922         * src/textview.c
4923                 revert my last commit until I get time to fix it
4924
4925 2003-11-18 [christoph]  0.9.6claws79
4926
4927         * src/mimeview.[ch]
4928                 check parent MimeInfos for signatures and display the
4929                 result of the parent when found
4930
4931         * src/pgpmime.c
4932                 o avoid NULL pointer warnings
4933                 o use procmime_mimeinfo_get_parameter()
4934
4935         * src/sgpgme.c
4936                 small text changes
4937
4938 2003-11-17 [luke]       0.9.6claws78
4939
4940         * src/textview.c
4941                 add check for disguised URLs, fixing bug 57
4942                 "Hidden URL in HTML Mails"
4943
4944 2003-11-16 [christoph]  0.9.6claws77
4945
4946         * src/procmime.c
4947                 fix crash when parsing invalid Content-Type header
4948
4949 2003-11-16 [christoph]  0.9.6claws76
4950
4951         * src/pgpmime.c
4952         * src/privacy.c
4953         * src/procmime.c
4954         * src/sgpgme.[ch]
4955                 implement message decrypting
4956
4957         * src/rfc2015.c
4958                 remove old code
4959
4960 2003-11-14 [luke]       0.9.6claws75
4961
4962         * src/mimeview.c
4963                 fix a couple of problems that treated application/* and
4964                 application/octet-stream the wrong way around
4965                 (since 0.9.6claws10), causing "Open" to do nothing.
4966
4967 2003-11-14 [christoph]  0.9.6claws74
4968
4969         * src/messageview.c
4970         * src/pgpmime.c
4971         * src/privacy.[ch]
4972                 prepare for message part decrypting
4973
4974         * src/sgpgme.c
4975                 add output for expired signatures
4976
4977         * src/rfc2015.c
4978                 remove some old code
4979
4980 2003-11-10 [christoph]  0.9.6claws73
4981
4982         * src/mimeview.c
4983                 add "Full info" button for bad and warn signature status
4984
4985         * src/sgpgme.c
4986                 generate full signature info like gpg's output
4987                 (gpg -v --with-fingerprint --verify)
4988
4989 2003-11-10 [christoph]  0.9.6claws72
4990
4991         * src/mimeview.c
4992         * src/pgpmime.c
4993         * src/privacy.[ch]
4994         * src/sgpgme.[ch]
4995         * src/textview.[ch]
4996                 o add code to view full signature info
4997                 o do automatic signature checks
4998
4999 2003-11-10 [alfons]     0.9.6claws71
5000
5001         * src/summaryview.c
5002                 don't crash when gtkut_font_load() returns invalid font (has
5003                 something to do with locale settings)
5004                 Patch submitted by David Chalmers <davidc|AT|ccmi.salk.edu>.
5005
5006 2003-11-09 [alfons]     0.9.6claws70
5007
5008         * src/procmime.c
5009                 plug leak
5010
5011 2003-11-08 [luke]       0.9.6claws69
5012
5013         * src/summaryview.c
5014                 fix some typos
5015
5016         * src/compose.c
5017                 rewrite compose_attach_parts(), fixing various bugs mainly
5018                 to do with re-editing.
5019
5020         * src/mimeview.c
5021                 "save all" now only saves attachments with names/filenames
5022
5023 2003-11-04 [match]      0.9.6claws68
5024
5025         * src/ldapctrl.[ch]
5026                 fix broken LDAP support.
5027
5028         * src/ldapquery.c
5029                 remove printf's.
5030
5031 2003-11-04 [luke]       0.9.6claws67
5032
5033         * src/mimeview.c
5034                 o  fixed bug 4 "focus lost on messages with attachments"
5035                 o  fixed 'Save all' attachments for new mime changes
5036                 o  right clicking on icons consistent with right clicking on
5037                    mime tree
5038                   - fixes a bug where wrong part is saved when you
5039                     choose 'Save as' from popup menu
5040                   - fixes bug 308 "No way to "save all" attachments"
5041                 o  fixed a compiler warning.
5042
5043         * src/textview.c
5044                 o  removed flickering in mime tree when using "n" and "p"
5045                    shortcuts
5046                 o  fixed bug where selecting the textview and pressing e.g.
5047                    'y' causes sylpheed to respond twice.
5048
5049         * src/summaryview.c
5050                 removed hard coding of * and ! shortcuts (which only served
5051                 to cause problems if you tried to redefine the shortcuts)
5052
5053 2003-11-04 [luke]       0.9.6claws66
5054
5055         * src/plugins/image_viewer/viewer.c
5056         * src/plugins/image_viewer/viewerprefs.c
5057         * src/plugins/image_viewer/viewerprefs.glade
5058                 o  allow toggling of image scaling by clicking on image
5059                 o  respond to image's container widget resize
5060
5061         * src/procmime.c
5062                 o  fix bad parsing of message when re-editing/viewing a
5063                    message saved to the drafts folder
5064
5065 2003-11-02 [match]      0.9.6claws65
5066
5067         * src/browseldap.h
5068                 fix if not building LDAP support.
5069         * src/addrindex.c
5070         * src/ldapquery.[ch]
5071         * src/editldap.h
5072                 include support for contains query. feature req 529354.
5073
5074 2003-11-02 [alfons]     0.9.6claws64
5075
5076         * src/browseldap.c
5077                 fix build bustage if not compiling ldap support
5078
5079 2003-11-01 [match]      0.9.6claws63
5080
5081         * po/POTFILES.in
5082         * src/Makefile.am
5083         * src/addr_compl.[ch]
5084         * src/addrbook.c
5085         * src/addrcache.[ch]
5086         * src/addrdefs.h        ** NEW **
5087         * src/addressbook.c
5088         * src/addressitem.h
5089         * src/addrindex.[ch]
5090         * src/addritem.h
5091         * src/addrquery.[ch]
5092         * src/ldapquery.[ch]
5093         * src/ldapserver.[ch]
5094                 refactor LDAP query mechanism.
5095
5096         * src/browseldap.[ch]   ** NEW **
5097         * src/ldaplocate.[ch]   ** NEW **
5098                 add feature to browse LDAP entry that was retrieved using
5099                 an explicit LDAP search.
5100
5101 2003-11-01 [alfons]     0.9.6claws62
5102
5103         * src/prefs_gtk.c
5104                 prefs_write_param(): fail when we see an invalid type; all the
5105                 callers seem to handle this gracefully by reverting changes
5106
5107 2003-10-30 [christoph]  0.9.6claws61
5108
5109         * configure.ac
5110         * ac/openssl.m4
5111         * ac/spamassassin.m4
5112         * src/Makefile.am
5113                 use extra variables for all libraries to make sure plugins
5114                 are only linked with libraries they really need. $LIBS is always
5115                 added to the linking parameters, but we only what the libraries
5116                 listed in the Makefile
5117
5118 2003-10-29 [paul]       0.9.6claws60
5119
5120         * src/mimeview.c
5121                 don't use Subject for unknown part name
5122
5123 2003-10-29 [paul]       0.9.6claws59
5124
5125         * src/compose.c
5126                 get name of attachment(s) when re-editing, fwd'ing or
5127                 redirecting
5128                 
5129         * src/mimeview.c
5130                 get name of attachment(s) when saving
5131
5132 2003-10-29 [hoa]        0.9.6claws58
5133
5134         * src/textview.c
5135                 implemented multipart/alternative in MIME message viewer.
5136
5137 2003-10-28 [christoph]  0.9.6claws57
5138
5139         * configure.ac
5140                 make sure MathML-Viewer is not built with the
5141                 Gtk2 version of GtkMathView
5142
5143 2003-10-28 [paul]       0.9.6claws56
5144
5145         * sync with 0.9.7cvs1
5146                 see ChangeLog 2003-10-28
5147
5148 2003-10-27 [alfons]     0.9.6claws55
5149
5150         * src/matcher_parser_parse.y
5151         * src/gtk/colorlabel.c
5152                 allow setting color label to 0 in filtering/processing rules
5153                 (should fix bug 368, "Can't create a filter condition "colorlabel 0"") 
5154
5155 2003-10-26 [alfons]     0.9.6claws54
5156
5157         * src/summary_search.c
5158                 fix misnomer and correct selecting initial search node  
5159
5160 2003-10-26 [christoph]  0.9.6claws53
5161
5162         * src/pgpmime.c
5163         * src/sgpgme.c
5164                 change display of signature info to use only name of
5165                 signer, otherwise the text gets too long.
5166
5167         * src/procmime.c
5168                 don't use MimeInfo's filename to generate tmp filename
5169
5170 2003-10-25 [christoph]  0.9.6claws52
5171
5172         * src/procmime.c
5173                 fix message body searching
5174
5175 2003-10-25 [paul]       0.9.6claws51
5176
5177         * src/compose.c
5178                 use g_basename rather than basename
5179
5180 2003-10-24 [christoph]  0.9.6claws50
5181
5182         * src/sgpgme.c
5183                 change fetching of signature key's trust
5184
5185 2003-10-24 [paul]       0.9.6claws49
5186
5187         * po/sk.po
5188                 update Slovak translation
5189                 submitted by Andrej Kacian
5190                 
5191         * src/mainwindow.c
5192                 remove unknown menu entry /File/Add mailbox/mbox...
5193
5194 2003-10-24 [hoa]        0.9.6claws48
5195
5196         * src/Makefile.am
5197                 removed all references to mbox folders
5198
5199         * src/carray.[ch]               * REMOVED *
5200         * src/chash.[ch]                * REMOVED *
5201         * src/maillock.[ch]             * REMOVED *
5202         * src/mailmbox.[ch]             * REMOVED *
5203         * src/mailmbox_folder.[ch]      * REMOVED *
5204         * src/mailmbox_parse.[ch]       * REMOVED *
5205         * src/mailmbox_types.[ch]       * REMOVED *
5206         * src/mbox_folder.[ch]          * REMOVED *
5207                 remove implementation of mbox folders
5208                 and old mailbox folder.
5209                 mbox folder implementation will be added
5210                 as a plugin so that implementation can be entirely
5211                 synchronized with the files of the project they are
5212                 extracted from (libEtPan!).
5213         
5214         * src/mainwindow.c
5215         * src/folder.c
5216         * src/folderview.[ch]
5217         * src/procmsg.h         
5218                 Disable as much code that references mbox folders
5219                 as possible.
5220                 Some UI thing still need to know that folder is mbox
5221                 (when we have to enter the name of the mailbox and
5222                 we want to add /var/mail/$USER).
5223
5224 2003-10-23 [christoph]  0.9.6claws47
5225
5226         * src/noticeview.c
5227                 don't always display button when noticeview is made visible
5228
5229         * src/mimeview.c
5230         * src/pgpmime.c
5231         * src/privacy.[ch]
5232         * src/sgpgme.[ch]
5233                 get signature information from crypto system
5234
5235 2003-10-22 [paul]       0.9.6claws46
5236
5237         * po/es.po
5238                 updated by Ricardo Mones Lastra
5239
5240 2003-10-22 [paul]       0.9.6claws45
5241
5242         * src/Makefile.am
5243                 update to reflect the changes to the icons that
5244                 happened in 0.9.6claws35
5245
5246 2003-10-22 [alfons]     0.9.6claws44
5247         
5248         * src/carray.h
5249                 inline carray_count() 
5250
5251 2003-10-21 [alfons]     0.9.6claws43
5252
5253         * src/carray.h
5254                 glib wrappers
5255         * src/carray.c
5256                 disable
5257         * src/mailmbox.[ch]
5258         * src/mailmbox_folder.c
5259         * src/mailmbox_parse.c
5260         * src/mailmbox_types.[ch]
5261                 %s/uint32_t/guint
5262
5263 2003-10-21 [luke]       0.9.6claws42
5264
5265         * src/stock_pixmaps.[ch]
5266         * src/mimeview.c
5267         * src/pixmaps/mime_application_octet_stream.xpm         ** REMOVE **
5268         * src/pixmaps/messageview_text.xpm                      ** REMOVE **
5269                 o remove mime_application_octet_stream.xpm icon (it was never
5270                   really needed)
5271                 o remove redundant icon messageview_text.xpm
5272
5273         * src/mainwindow.c
5274                 fix visibility of signature noticeview when toggling 'separate
5275                 message view'
5276
5277 2003-10-21 [christoph]  0.9.6claws41
5278
5279         * src/procmime.c
5280                 decode multipart and rfc822 mime parts to allow further
5281                 parsing when required
5282
5283 2003-10-21 [christoph]  0.9.6claws40
5284
5285         * src/procmime.[ch]
5286         * src/textview.c
5287                 remove obsolete charset parameter in MimeInfo and fix
5288                 TextView to use the charset from the parameter hash table
5289
5290         * src/plugins/dillo_viewer/Makefile.am
5291         * src/plugins/trayicon/Makefile.am
5292                 add OPENSSL_CFLAGS to fix building with using
5293                 --with-openssl-* parameters
5294
5295 2003-10-21 [paul]       0.9.6claws39
5296
5297         * src/prefs_matcher.[ch]
5298                 replace remnants of the old, renamed 'Execute' matchtype
5299                 add a brief description to the Info window
5300
5301 2003-10-21 [hoa]        0.9.6claws38
5302         
5303         * src/Makefile.am
5304         * src/carray.[ch]               * NEW *
5305         * src/chash.[ch]                * NEW *
5306         * src/folder.c
5307         * src/maillock.[ch]             * NEW *
5308         * src/mailmbox.[ch]             * NEW *
5309         * src/mailmbox_folder.[ch]      * NEW *
5310         * src/mailmbox_parse.[ch]       * NEW *
5311         * src/mailmbox_types.[ch]       * NEW *
5312                 implementation of mbox folder with unique message numbers
5313
5314                 made use of libEtPan! implementation of mbox for lower-layer.
5315
5316 2003-10-20 [alfons]     0.9.6claws37
5317
5318         * src/noticeview.c
5319                 fix invalid argument warning
5320         * src/pgpmime.c
5321                 no in place variable
5322
5323 2003-10-20 [paul]       0.9.6claws36
5324
5325         * src/compose.[ch]
5326           src/filtering.c
5327           src/messageview.c
5328                 fix crash when using Forward in Filtering when
5329                 external editor option is set
5330                 
5331                 Patch submitted by Simon 'corecode' Schubert
5332                 <corecode@corecode.ath.cx> 
5333
5334 2003-10-20 [paul]       0.9.6claws35
5335
5336         * src/pixmaps/mime_gpg_expired.xpm      ** REMOVED **
5337           src/pixmaps/mime_gpg_failed.xpm       ** REMOVED **
5338           src/pixmaps/mime_gpg_passed.xpm       ** REMOVED **
5339           src/pixmaps/mime_gpg_signed.xpm       ** REMOVED **
5340           src/pixmaps/mime_gpg_unknown.xpm      ** REMOVED **
5341           src/pixmaps/privacy_expired.xpm       ** NEW FILE **
5342           src/pixmaps/privacy_failed.xpm        ** NEW FILE **
5343           src/pixmaps/privacy_passed.xpm        ** NEW FILE **
5344           src/pixmaps/privacy_signed.xpm        ** NEW FILE **
5345           src/pixmaps/privacy_unknown.xpm       ** NEW FILE **
5346           src/pixmaps/privacy_warn.xpm          ** NEW FILE **
5347           src/mimeview.c
5348           src/stock_pixmap.[ch]
5349                 replace mime_gpg_*.xpm icons with new privacy_*.xpm
5350                 icons. add privacy_warn.xpm icon
5351
5352 2003-10-20 [hoa]  0.9.6claws34
5353
5354         * src/folder_item_prefs.[ch]
5355         * src/prefs_folder_item.c
5356         * src/main.c
5357                 Added a property per folder to choose whether we 
5358                 want to apply processing on it on startup or if we
5359                 prefer to wait the folder selection to apply it.
5360         
5361         * src/messageview.c
5362                 fixed C89 compatibility (for old compilers, for
5363                 example gcc 2.95.x).
5364
5365 2003-10-17 [christoph]  0.9.6claws33
5366
5367         * src/mimeview.c
5368         * src/noticeview.[ch]
5369                 change noticeview icon to indicate signature status
5370
5371 2003-10-17 [christoph]  0.9.6claws32
5372
5373         * src/Makefile.am
5374         * src/main.c
5375         * src/mimeview.c
5376         * src/noticeview.c
5377         * src/pgpmime.[ch]                              ** NEW **
5378         * src/privacy.[ch]
5379         * src/rfc2015.c
5380         * src/sgpgme.c                                  ** NEW **
5381                 reimplement PGP/Mime signature checking (unfinished)
5382
5383 2003-10-15 [christoph]  0.9.6claws31
5384
5385         * src/procmime.[ch]
5386                 fix procmime_get_text_content() and
5387                 procmime_get_first_text_content()
5388
5389 2003-10-15 [christoph]  0.9.6claws30
5390
5391         * src/plugins/spamassassin/spamassassin_gtk.c
5392         * src/plugins/spamassassin/spamassassin_gtk.glade
5393                 fix timeout tooltip
5394
5395 2003-10-15 [paul]       0.9.6claws29
5396
5397         * src/messageview.c
5398                 workaround for buggy smtp servers. on sending a
5399                 return receipt strip the name part from the address
5400                 when creating headers
5401                 
5402 2003-10-15 [paul]       0.9.6claws28
5403
5404         * sync with 0.9.7 release
5405                 see ChangeLog 2003-10-15
5406
5407 2003-10-14 [christoph]  0.9.6claws27
5408
5409         * src/plugins/clamav/clamav_plugin.c
5410                 fix clamav plugin
5411
5412 2003-10-14 [christoph]  0.9.6claws26
5413
5414         * src/compose.c
5415         * src/mimeview.c
5416         * src/procmime.[ch]
5417         * src/rfc2015.c
5418         * src/textview.c
5419         * src/plugins/clamav/clamav_plugin.c
5420                 use GNode to create the mime tree (some changes to functions
5421                 that traverse the tree are just quick and dirty. Maybe we
5422                 can find better solutions with g_node_*-functions)
5423
5424 2003-10-14 [luke]       0.9.6claws25
5425
5426         * src/mimeview.c
5427                 fix a navigation bug (stupid typo of mine)
5428
5429 2003-10-14 [christoph]  0.9.6claws24
5430
5431         * src/textview.c
5432                 fix missing last line in plain/text mails
5433
5434 2003-10-13 [luke]       0.9.6claws23
5435
5436         * src/summaryview.c
5437                 fix bug 334 (part 1)
5438
5439 2003-10-13 [kov]        0.9.6claws22
5440
5441         * src/mimeview.c
5442                 error checking when the user enters a non-directory at
5443                 the file selection dialog.
5444                 work-around for users entering directory location without
5445                 adding a leading G_DIR_SEPARATOR.
5446
5447 2003-10-13 [luke]       0.9.6claws21
5448
5449         * src/compose.c
5450                 error reporting for inserting files, including catching
5451                 invalid characters for current locale/encoding
5452
5453 2003-10-13 [paul]       0.9.6claws20
5454
5455         * src/folderview.c
5456                 fix bug #347 'subscribe newsgroups crashes'
5457
5458 2003-10-13 [paul]       0.9.6claws19
5459
5460         * src/compose.c
5461                 when using 'Reply to all' include the 'send replies
5462                 to' folder property
5463                 
5464         * po/ja.po
5465                 update Japanese translation. submitted by Rui Hirokawa 
5466                 <rui_hirokawa@ybb.ne.jp>        
5467
5468 2003-10-13 [hoa]        0.9.6claws18
5469
5470         * src/account.c
5471         * src/compose.c
5472         * src/messageview.c
5473         * src/procheader.c
5474         * src/procheader.h
5475                 rename get_header_from_msginfo() into
5476                 procheader_get_header_from_msginfo() so that we have a
5477                 coherent exported naming.
5478                 avoid parsing of header contained in a string via
5479                 a newly written temporary file.
5480
5481         Patch submitted by Simon 'corecode' Schubert
5482                 <corecode@corecode.ath.cx>
5483
5484 2003-10-12 [hoa]        0.9.6claws17
5485
5486         * src/filtering.c
5487         * src/filtering.h
5488         * src/matcher.c
5489         * src/matcher.h
5490         * src/matcher_parser_parse.y
5491         * src/prefs_filtering_action.c
5492                 added "stop" action : stop applying the filtering rules.
5493                 added "set score" and "increase/decrease score" actions.
5494                 That two last action replace the "change_score" action
5495                 introduced by alfons in 0.8.8claws85.
5496                 "set score" is to set a given score to the message.
5497                 "increase/decrease score" will increase or decrease the
5498                 score if the given value is respectively positive or
5499                 negative. If someone find a some better name for this last
5500                 rule, it can be modified.
5501
5502 2003-10-12 [paul]       0.9.6claws16
5503
5504         * AUTHORS
5505           po/ja.po
5506                 update Japanese translation. submitted by Rui Hirokawa 
5507                 <rui_hirokawa@ybb.ne.jp>
5508
5509 2003-10-12 [christoph]  0.9.6claws15
5510
5511         * src/procmime.c
5512                 fix crash caused by incorrect headers
5513
5514 2003-10-10 [christoph]  0.9.6claws14
5515
5516         * src/main.c
5517         * src/privacy.[ch]
5518         * src/rfc2015.[ch]
5519                 implement detection of signed message parts for rfc2015
5520
5521 2003-10-10 [thorsten]   0.9.6claws13
5522
5523         * src/mimeview.c
5524                 fix typo
5525
5526 2003-10-10 [christoph]  0.9.6claws12
5527
5528         * src/stock_pixmap.[ch]
5529         * src/pixmaps/mime_message.xpm                  ** NEW **
5530                 add a new icon for mime type "message"
5531
5532         * src/privacy.[ch]
5533         * src/procmime.[ch]
5534                 add crypto api
5535
5536         * src/mimeview.c
5537                 o use crypto api
5538                 o add icons for message type mime parts
5539
5540 2003-10-10 [christoph]  0.9.6claws11
5541
5542         * src/mainwindow.c
5543         * src/messageview.[ch]
5544         * src/mimeview.[ch]
5545         * src/procmime.[ch]
5546         * src/procmsg.[ch]
5547         * src/rfc2015.c
5548         * src/summaryview.c
5549         * src/textview.[ch]
5550                 o remove switching between TextView and MimeView in MessageView
5551                   (if required we can hide the icon box and the MimeView will
5552                    look exaxtly like the TextView)
5553                 o temporary remove signature and decrypting GPGME code
5554
5555 2003-10-09 [christoph]  0.9.6claws10
5556
5557         * src/action.c
5558         * src/compose.c
5559         * src/messageview.c
5560         * src/mimeview.c
5561         * src/procmime.[ch]
5562         * src/procmsg.c
5563         * src/rfc2015.c
5564         * src/textview.c
5565         * src/common/utils.[ch]
5566         * src/plugins/clamav/clamav_plugin.c
5567         * src/plugins/dillo_viewer/dillo_viewer.c
5568         * src/plugins/image_viewer/viewer.c
5569         * src/plugins/mathml_viewer/mathml_viewer.c
5570                 new mime parser (several things need fixing)
5571
5572 2003-10-09 [paul]       0.9.6claws9
5573
5574         * src/imap.c
5575                 a little more sync with 0.9.6cvs2 and a tidy up
5576
5577 2003-10-08 [paul]       0.9.6claws8
5578
5579         * sync with 0.9.6cvs2
5580                 see ChangeLog 2003-10-03
5581
5582 2003-10-05 [christoph]  0.9.6claws7
5583
5584         * src/summaryview.c
5585                 don't use flags to check if a message is in a news folder
5586
5587         (closes Bug 282 clicking on folder with copied Messages from News
5588          immediately after having copied them crashes Sylpheed-Claws)
5589
5590 2003-10-05 [christoph]  0.9.6claws6
5591
5592         * src/Makefile.am
5593         * src/progressdialog.[ch]               ** REMOVE **
5594         * src/gtk/Makefile.am
5595         * src/gtk/progressdialog.[ch]           ** NEW **
5596                 move progressdialog to gtk directory
5597
5598 2003-10-04 [christoph]  0.9.6claws5
5599
5600         * src/prefs_toolbar.c
5601         * src/gtk/prefswindow.c
5602                 remove widget_show_all for pages root widget
5603
5604         * src/plugins/spamassassin/spamassassin.[ch]
5605         * src/plugins/spamassassin/spamassassin_gtk.c
5606         * src/plugins/spamassassin/spamassassin_gtk.glade
5607                 add support for new libspamc transports
5608
5609 2003-10-04 [christoph]  0.9.6claws4
5610
5611         * src/plugins/spamassassin/libspamc.[ch]
5612         * src/plugins/spamassassin/spamassassin.c
5613         * src/plugins/spamassassin/utils.[ch]
5614                 update libspamc to version from SpamAssassin 2.60
5615
5616 2003-10-03 [christoph]  0.9.6claws3
5617
5618         * src/send_message.c
5619                 fix missing format string bug found by
5620                 Georgi Guninski <guninski@guninski.com>
5621
5622 2003-10-03 [paul]       0.9.6claws2
5623
5624         * po/zh_CN.po
5625                 update Simpilified Chinese translation, submitted by
5626                 Hansom Young
5627
5628 2003-10-02 [christoph]  0.9.6claws1
5629
5630         * src/imap.c
5631                 add UIDPLUS support for COPY and EXPUNGE
5632
5633 2003-10-02 [paul]       0.9.6claws
5634
5635         * 0.9.6claws released
5636
5637 2003-10-02 [paul]
5638
5639         * po/es.po
5640           po/sk.po
5641                 update Spanish and Slovak translations
5642                 submitted by Ricardo Mones Lastra and Andrej Kacian
5643  
5644 2003-10-02 [paul]       0.9.5claws43
5645
5646         * po/en_GB.po
5647                 update British English translation
5648
5649 2003-10-02 [paul]       0.9.5claws42
5650
5651         * po/hr.po
5652                 update Croatian translation, submitted by Dragan
5653
5654 2003-10-01 [paul]       0.9.5claws41
5655
5656         * po/pl.po
5657           po/sr.po
5658                 update Polish and Serbian translations, submitted by
5659                 Emil and Urke MMI
5660
5661 2003-10-01 [melvin]     0.9.5claws40
5662
5663         * po/fr.po
5664                 Updated French translations
5665
5666 2003-10-01 [melvin]     0.9.5claws39
5667
5668         * src/prefs_fonts.c
5669                 Fixed a Gtk warning
5670
5671         * src/plugins/dillo_prefs.c     
5672                 Quasi unnoticeable UI clean-up.
5673
5674 2003-10-01 [paul]
5675
5676         * tools/README
5677           tools/maildir2sylpheed.pl
5678                 bug fixes, rewrites, submitted by Matthias Förste 
5679                 <itsjustme@users.sourceforge.net>
5680
5681 2003-09-29 [paul]       0.9.5claws38
5682
5683         * src/inc.c
5684                 fix my coding carelessness
5685
5686 2003-09-29 [paul]       0.9.5claws37
5687
5688         * po/POTFILES.in
5689           src/Makefile.am
5690           src/main.c
5691           src/prefs_common.[ch]
5692           src/prefs_fonts.[ch]  ** NEW FILES **
5693                 move Font config options to Other Prefs/Display/Fonts
5694                 (user's current configuration is preserved)
5695
5696 2003-09-29 [paul]       0.9.5claws36
5697
5698         * src/inc.c
5699           src/prefs_account.c
5700                 allow 'local_mbox' value to point to either a directory 
5701                 (/var/mail -  default, new) or a file (/var/mail/username
5702                 - original)
5703
5704 2003-09-28 [paul]       0.9.5claws35
5705
5706         * src/rfc2015.c
5707                 on signature check, where key exists, print the
5708                 Key ID
5709
5710 2003-09-27 [alfons]     0.9.5claws34
5711
5712         * src/action.c
5713                 o make progress bar not fill/expand when resizing dialog
5714                 o use default fixed text font for actions output
5715
5716 2003-09-27 [paul]       0.9.5claws33
5717
5718         * src/prefs_common.[ch]
5719           src/procmsg.c
5720           src/send_message.c
5721                 remove External Program settings from Common Prefs/Send
5722                 as they are now unnecessary due to Local account settings.
5723                 plus a little tidying-up after 0.9.5claws31
5724
5725 2003-09-27 [paul]       0.9.5claws32
5726
5727         * src/prefs_account.c
5728                 o make correction to gui text:
5729                   'Local mailbox file' -> 'Local mailbox directory'
5730                 o give 'local_mbox' option a reasonable default value:
5731                   '/var/mail'
5732                 o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
5733                   value
5734
5735 2003-09-26 [paul]       0.9.5claws31
5736
5737         * src/inc.c
5738           src/prefs_common.[ch]
5739                 remove 'Incorporate from spool' common pref,
5740                 force creation of a 'Local' account
5741
5742 2003-09-26 [christoph]  0.9.5claws30
5743
5744         * src/folder.c
5745         * src/msgcache.c
5746                 add more NULL pointer checks
5747
5748 2003-09-25 [christoph]  0.9.5claws29
5749
5750         * src/folder.c
5751                 o don't fetch source message to get it's message id
5752                 o immediately scan dest folder when copying a message did not
5753                   return a new message number and not do it when the first message
5754                   without a new message number is found
5755
5756 2003-09-23 [christoph]  0.9.5claws28
5757
5758         * src/compose.c
5759                 fix generating of headers
5760
5761         (patch by David Relson <relson@osagesoftware.com>)
5762
5763 2003-09-23 [paul]       0.9.5claws27
5764
5765         * po/zh_CN.po
5766                 update Simplified Chinese translation. submitted by
5767                 Hansom Young
5768
5769 2003-09-23 [paul]       0.9.5claws26
5770
5771         * tools/Makefile.am
5772           tools/README
5773           tools/vcard2xml.py    ** NEW FILE **
5774                 add a script that converts an evolution vcard to
5775                 sylpheed's xml format
5776                 submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
5777
5778 2003-09-22 [paul]       0.9.5claws25
5779
5780         * src/plugins/clamav/clamav_plugin.c
5781                 don't skip MULTIPART parts
5782
5783 2003-09-21 [christoph]  0.9.5claws24
5784
5785         * src/alertpanel.c
5786                 remove unneeded include
5787
5788         * src/folder.c
5789                 clean up copy/move mess with duplicated code
5790
5791         * src/imap.c
5792                 fix problem that sometimes the folder was not scanned
5793                 also it was changed
5794
5795 2003-09-21 [christoph]  0.9.5claws23
5796
5797         * src/Makefile.am
5798         * src/logwindow.[ch]                    ** REMOVE **
5799         * src/mainwindow.c
5800         * src/prefs_common.c
5801         * src/gtk/Makefile.am
5802         * src/gtk/logwindow.[ch]                ** ADD **
5803                 make logwindow prefs_common independent and move
5804                 it to gtk directory
5805
5806 2003-09-20 [christoph]  0.9.5claws22
5807
5808         * src/compose.c
5809                 add extra space for address code conversion
5810                 (4 * unconvered size could be too small for short headers)
5811
5812 2003-09-20 [christoph]  0.9.5claws21
5813
5814         * src/compose.c
5815                 increase temp buffer size when writing headers
5816
5817 2003-09-19 [darko]      0.9.5claws20
5818
5819         * src/compose.c
5820                 don't ignore value of 'Save copy of outgoing messages to
5821                 this folder instead of Sent' in message redirect
5822
5823 2003-09-17 [christoph]  0.9.5claws19
5824
5825         * src/compose.c
5826                 use ", " as address seperator for mail headers and pass whole
5827                 header line at once to compose_convert_header to make sure
5828                 it is correctly folded
5829
5830         (closes Bug 64 Problem when sending to many recipients)
5831
5832 2003-09-17 [hoa]        0.9.5claws18
5833         
5834         * src/matcher.[ch]
5835           src/matcher_parser_parse.y
5836           src/prefs_matcher.c
5837                 changed the keyword used for command execution in condition
5838                 keyword is changed from "execute" to "test"
5839                 so that it is not the same as the one used for action.
5840                 This will fix a bug when using filtering dialog.
5841                 All semantic in the code is also changed to reflect
5842                 the keyword change.
5843
5844 2003-09-17 [paul]
5845         
5846         * sync with 0.9.6 release
5847
5848 2003-09-17 [paul]       0.9.5claws17
5849
5850         * sync with 0.9.5cvs8
5851                 see ChangeLog 2003-09-16 and 2003-09-17
5852
5853 2003-09-16 [paul]       0.9.5claws16
5854
5855         * sync with 0.9.5cvs6
5856                 see ChangeLog 2003-09-16
5857
5858 2003-09-15 [paul]       0.9.5claws15
5859
5860         * sync with 0.9.5cvs5
5861                 see ChangeLog 2003-09-15
5862
5863 2003-09-14 [alfons]     0.9.5claws14
5864
5865         * src/inc.c
5866                 make "Go to inbox after receiving new mail" again;
5867                 regression of a sync, restored to sylpheed main 
5868                 behaviour. (misses still some bits)
5869
5870 2003-09-14 [alfons]     0.9.5claws13
5871
5872         * src/prefs_filtering_action.c
5873                 o add proper message if empty execute command line
5874                 o don't select first action item after registering a
5875                   new action to prevent (what seems to be a GTK) bug
5876                   #36, "filtering will only accept one action change 
5877                   per invocation".
5878
5879 2003-09-14 [alfons]     0.9.5claws12
5880
5881         * src/prefs_filtering.c
5882         * src/prefs_filtering_action.c
5883         * src/prefs_matcher.c
5884                 fix function signature for key_pressed_event signal handlers
5885
5886 2003-09-14 [alfons]     0.9.5claws11
5887
5888         * src/mainwindow.c
5889                 fix regression caused by fix for invalid bug #7
5890                 (should fix #246, "Multiple selections are deselected when 
5891                 moving from search window to main window")
5892                 
5893 2003-09-14 [alfons]     0.9.5claws10
5894         
5895         * src/actions.[ch]
5896         * src/filtering.[ch]
5897         * src/prefs_actions.c
5898                 allow `filtering actions` in actions; only for advanced users
5899                 right now: try for example, "%as{mark color 2}" 
5900         
5901 2003-09-13 [paul]       0.9.5claws9
5902         
5903         * po/pl.po
5904           po/zh_CN.po   ** NEW FILE **
5905                 update Polish translation, submitted by Emil 
5906                 <eminowbl@posejdon.wpk.p.lodz.pl>
5907                 add new Simplified Chinese translation, submitted by
5908                 Hansom Young <hansom_young@yahoo.com>
5909
5910 2003-09-12 [alfons]     0.9.5claws8
5911
5912         * src/summaryview.c
5913                 don't open separate message views when View | Separate message view
5914                 is active 
5915                 (please look carefully for any navigation regressions)
5916
5917 2003-09-11 [alfons]     0.9.5claws7
5918
5919         * src/mainwindow.c
5920                 make default message view, opened by View | Separate message 
5921                 view, look like a claws message view (which includes a menu
5922                 bar and a toolbar)
5923                 (fixes bug #298, "message view loses tool bar") 
5924
5925 2003-09-11 [christoph]  0.9.5claws6
5926
5927         * src/folderview.c
5928                 fix double deleting of newsgroup folders
5929
5930         (closes Bug 305 crash after deleting of a newsgroup)
5931
5932 2003-09-11 [paul]       0.9.5claws5
5933
5934         * src/rfc2015.c
5935           src/common/utils.h
5936                 more sync'ing from 0.9.5cvs2
5937
5938 2003-09-11 [christoph]  0.9.5claws4
5939
5940         * src/compose.c
5941         * src/rfc2015.c
5942         * src/common/utils.h
5943                 fix sync with 0.9.5cvs2
5944
5945 2003-09-11 [paul]       0.9.5claws3
5946
5947         * sync with 0.9.5cvs4
5948                 see ChangeLog 2003-09-11
5949
5950 2003-09-11 [paul]       0.9.5claws2
5951
5952         * sync with 0.9.5cvs2
5953                 see ChangeLog 2003-09-05
5954                 
5955 2003-09-11 [paul]       0.9.5claws1
5956
5957         * sync with 0.9.5cvs3
5958                 see ChangeLog 2003-09-10
5959
5960 2003-09-10 [paul]       0.9.5claws
5961
5962         * 0.9.5claws released
5963
5964 2003-09-10 [paul]       0.9.4claws78
5965
5966         * src/Makefile.am
5967                 add missing files
5968
5969 2003-09-10 [melvin]     0.9.4claws77
5970
5971         * po/fr.po
5972                 Updated French translations
5973
5974 2003-09-10 [paul]       0.9.4claws76
5975
5976         * po/es.po
5977           po/sk.po
5978           po/sr.po
5979                 update Spanish, Slovak, and Serbian translations.
5980                 submitted by Ricardo Mones Lastra, Andrej Kacian,
5981                 and Urke MMI
5982                 
5983         * AUTHORS
5984                 add translation team section
5985
5986 2003-09-09 [christoph]  0.9.4claws75
5987
5988         * src/folder.c
5989                 free item->prefs in folder_item_destroy
5990
5991 2003-09-09 [alfons]     0.9.4claws74
5992
5993         * src/folderview.c
5994                 o proper check for root node sorting
5995                 o remove unnecessary gtk_ctree_remove_node 
5996
5997         (should fix bug #300, "crash while moving folder")      
5998
5999 2003-09-08 [christoph]  0.9.4claws73
6000
6001         * src/folderview.c
6002                 o fix double adding of IMAP FolderItems to GtkCTree
6003                 o fix crash then mbox folder is removed
6004
6005 2003-09-08 [christoph]  0.9.4claws72
6006
6007         * src/folder.c
6008         * src/folderview.c
6009         * src/mainwindow.c
6010                 fix new folder notification
6011
6012         * src/mbox_folder.c
6013                 fix cache path
6014
6015 2003-09-08 [christoph]  0.9.4claws71
6016
6017         * src/compose.c
6018                 replace '\n' and '\r' before removing trailing spaces
6019
6020         * src/folder.[ch]
6021         * src/folderview.c
6022                 add information about new or removed items in folder tree change
6023                 notification and use this in folderview to add and remove only
6024                 the appected items and not refresh the whole tree
6025
6026 2003-09-07 [match]      0.9.4claws70
6027
6028         * src/Makefile.am
6029         * src/addr_compl.c
6030         * src/addressbook.c
6031         * src/addressitem.h
6032         * src/addrindex.c
6033         * src/addritem.c
6034         * src/addritem.h
6035         * src/addrquery.c                       ** NEW **
6036         * src/addrquery.h
6037         * src/ldapquery.c
6038         * src/ldapserver.c
6039         * src/stock_pixmap.c
6040         * src/stock_pixmap.h
6041         * src/pixmaps/address_search.xpm        ** NEW **
6042                 re-introduce Lookup button for LDAP 'static' searches.
6043
6044 2003-09-07 [alfons]     0.9.4claws69
6045         
6046         * src/summaryview.c
6047                 abandon setting usize for messageview because it gives layout problems
6048                 with the quick search bar and the headerview; fixes assorted UI glitches:
6049                 
6050                 o bug #148, "Toggling of quick-search bar reduces index view area" 
6051                 o bug #280, "Window resiizes for line length but does not revert"
6052
6053 2003-09-07 [christoph]  0.9.4claws68
6054
6055         * src/compose.c
6056                 o make sure we don't have any newlines in header values
6057                 o check custom headers for spaces and newlines and ignore
6058                   malformed header names
6059
6060 2003-09-06 [christoph]  0.9.4claws67
6061
6062         * src/folder.c
6063         * src/folderview.c
6064                 invoke notification hook for folder tree changes after append
6065                 and remove folder
6066
6067         (closes Bug 294 Crash while moving folder with many subdirectories)
6068
6069 2003-09-06 [christoph]  0.9.4claws66
6070
6071         * src/folder.c
6072                 destroy folder's MsgCache if FolderItem is removed to make sure
6073                 it is not saved when the FolderItem is destroyed
6074
6075 2003-09-06 [christoph]  0.9.4claws65
6076
6077         * src/plugins/clamav/clamav_plugin.c
6078                 fix copy & paste bug
6079
6080 2003-09-05 [christoph]  0.9.4claws64
6081
6082         * src/folder.c
6083         * src/messageview.[ch]
6084         * src/procmsg.[ch]
6085         * src/summaryview.c
6086                 extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
6087                 by MessageView to clear it when the message is deleted. Should
6088                 work even if messages are deleted in MainWindow or by
6089                 processing.
6090
6091 2003-09-05 [alfons]     0.9.4claws63
6092
6093         * src/messageview.c
6094                 deleting a message in a message view frees its msginfo, make 
6095                 messageview_update_all() aware of that (should fix bug #293,
6096                 "deleting message caused crash")
6097
6098 2003-09-05 [melvin]     0.9.4claws62
6099
6100         * src/action.c
6101                 Improve synchronous action exit code (fixes 
6102                 a ~5 seconds delay after action exit on RedHat 9)
6103
6104 2003-09-04 [christoph]  0.9.4claws61
6105
6106         * src/compose.c
6107         * src/rfc2015.c
6108         * src/common/utils.[ch]
6109                 add util function to create mime boundary and use it
6110                 in compose and gpg code
6111
6112 2003-09-04 [alfons]     0.9.4claws60
6113
6114         * src/folder.c
6115                 source folder item's GNode should already have been freed in 
6116                 a previous call to src->folder->klass->remove_folder()
6117                 (should fix bug #287, "crash when moving folders")
6118
6119 2003-09-03 [thorsten]   0.9.4claws59
6120
6121         * src/plugins/spamassassin/spamassassin_gtk.c
6122                 fix compile error
6123
6124 2003-09-03 [christoph]  0.9.4claws58
6125
6126         * src/plugins/spamassassin/spamassassin.[ch]
6127         * src/plugins/spamassassin/spamassassin_gtk.c
6128                 add timeout config option
6129
6130 2003-09-03 [paul]       0.9.4claws57
6131
6132         * po/sk.po      ** NEW FILE **
6133                 add Slovak translation. Submitted by Andrej Kacian 
6134                 <andrej@kacian.sk>
6135
6136 2003-09-03 [paul]       0.9.4claws56
6137
6138         * src/plugins/clamav/clamav_plugin_gtk.c
6139                 gui tweaks: replace a label with a tooltip, modify the
6140                 text, use gtk_check_button_new(); instead of
6141                 gtk_check_button_new_with_label("");
6142
6143 2003-09-02 [alfons]     0.9.4claws55
6144
6145         * src/gtk/filesel.c
6146                 remember last used dir when attaching multiple files (should fix
6147                 bug #290, "Attach File does not remember directory")
6148
6149 2003-09-01 [paul]       0.9.4claws54
6150
6151         * po/es.po
6152                 updated by Ricardo Mones Lastra
6153
6154 2003-09-01 [alfons]     0.9.4claws53
6155
6156         * src/gtk/gtkaspell.[ch]
6157                 be pedantic and strict and use const gchar * instead of guchar *
6158
6159 2003-09-01 [alfons]     0.9.4claws52
6160
6161         * src/mainwindow.c
6162         * src/summaryviewc.
6163                 re-enable Save As when multiple messages are selected
6164
6165 2003-09-01 [paul]       0.9.4claws51
6166
6167         * src/textview.c
6168                 g_free(trimmed_uri);
6169
6170 2003-09-01 [paul]       0.9.4claws50
6171
6172         * sync with 0.9.4cvs13
6173                 see ChangeLog 2003-09-01
6174
6175 2003-09-01 [paul]       0.9.4claws49
6176
6177         * src/textview.c
6178                 trim uri before sending to the statusbar
6179                 fixes Bug 275 'Clicking on long URL wrapped onto two lines
6180                 in the message window causes main S-C window to enlarge 
6181                 past screen edges'
6182
6183 2003-09-01 [paul]       0.9.4claws48
6184
6185         * sync with 0.9.4cvs12
6186                 see ChangeLog 2003-09-01
6187
6188 2003-08-30 [christoph]  0.9.4claws47
6189
6190         * src/compose.c
6191         * src/folder_item_prefs.[ch]
6192         * src/prefs_folder_item.c
6193         * src/gtk/gtkaspell.[ch]
6194                 commit per folder dictionary patch by
6195                 Paul Evans <nerd@freeuk.com>
6196
6197 2003-08-30 [christoph]  0.9.4claws46
6198
6199         * src/plugins/spamassassin/spamassassin_gtk.c
6200         * src/plugins/spamassassin/spamassassin_gtk.glade
6201                 reduce GUI clutter by placing hints into tooltips
6202
6203 2003-08-30 [paul]       0.9.4claws45
6204
6205         * src/compose.c
6206                 add 'Content-Disposition: inline' to a text/plain
6207                 part when using PGP/MIME signing
6208
6209 2003-08-30 [paul]       0.9.4claws44
6210
6211         * src/prefs_common.c
6212           src/prefs_spelling.c
6213           src/prefs_spelling.glade
6214                 reduce GUI clutter by placing hints into tooltips
6215
6216 2003-08-29 [christoph]  0.9.4claws43
6217
6218         * configure.ac
6219                 fix bug found by Ivan Rayner <ivanr@sgi.com>
6220
6221         * src/stock_pixmap.c
6222                 change unecessary warning into a debug message
6223
6224         * src/plugins/clamav/Makefile.am
6225                 Fix error "-I$(CLAMAV_LIBS)"
6226
6227 2003-08-29 [christoph]  0.9.4claws42
6228
6229         * intl/Makefile.in
6230         * src/Makefile.am
6231         * src/matcher.h
6232         * src/common/Makefile.am
6233         * src/common/passcrypt.c
6234                 commit fixes and patches for some of the IRIX problems found by
6235                 Ivan Rayner <ivanr@sgi.com>
6236
6237 2003-08-29 [paul]       0.9.4claws41
6238
6239         * src/prefs_filtering.c
6240                 add 'Top' and 'Bottom' buttons, based on changes in
6241                 src/prefs_filter.c in 0.9.4cvs11.
6242
6243 2003-08-27 [christoph]  0.9.4claws40
6244
6245         * src/folderview.c
6246                 fix bug that the current summary settings were copied to the
6247                 wrong folder item, when the folder item prefs are opened.
6248                 Copying is not required because summary settings and
6249                 folder_item_prefs do not contain the same settings
6250
6251 2003-08-27 [thorsten]   0.9.4claws39
6252
6253         * src/imap.c
6254                 fix compile error
6255
6256 2003-08-26 [paul]       0.9.4claws38
6257
6258         * sync with 0.9.4cvs9
6259                 see ChangeLog 2003-08-26
6260
6261 2003-08-25 [paul]       0.9.4claws37
6262
6263         * sync with 0.9.4cvs8
6264                 see ChangeLog 2003-08-25
6265
6266 2003-08-24 [christoph]  0.9.4claws36
6267
6268         * src/prefs_filtering.c
6269                 shouldn't remove items from a GSList while iterating over the
6270                 list (makes cur invalid and cur->next not accessable)
6271
6272         (closes Bug 272 i deleted an folder and some seconds later sylpheed
6273          crashed)
6274
6275 2003-08-23 [christoph]  0.9.4claws35
6276
6277         * src/news.c
6278                 news folders should be scanned when opened
6279
6280 2003-08-22 [christoph]  0.9.4claws34
6281
6282         * src/prefs_folder_item.c
6283                 use macro to assign strings that always frees the old string
6284
6285         * src/gtk/gtkaspell.[ch]
6286                 add gtkaspell_set_dictionary_menu_active_item() to set active
6287                 item in dictionary option menu
6288
6289         * src/prefs_spelling.c
6290                 use gtkaspell_set_dictionary_menu_active_item() to select
6291                 dictionary
6292
6293 2003-08-21 [christoph]  0.9.4claws33
6294
6295         * src/folder.[ch]
6296         * src/imap.c
6297         * src/mbox_folder.c
6298         * src/mh.c
6299         * src/news.c
6300                 optimize folder system
6301
6302         * src/gtk/gtkstext.c
6303                 fix division by zero when font has 0 width for ' '
6304
6305 2003-08-21 [paul]       0.9.4claws32
6306
6307         * sync with 0.9.4cvs7
6308                 see ChangeLog 2003-08-20
6309
6310 2003-08-19 [paul]       0.9.4claws31
6311
6312         * src/common/defs.h
6313                 add the missing '/' to SYLDOC_MANUAL_HTML_INDEX and
6314                 SYLDOC_FAQ_HTML_INDEX.
6315         * src/manual.c
6316                 use LC_MESSAGES instead of LC_ALL to find the current
6317                 language
6318
6319           fixes Bug #281 'in src/manual.c URL for manuals and FAQ wrong'.
6320
6321 2003-08-19 [paul]       0.9.4claws30
6322
6323         * po/bg.po
6324                 updated by George Danchev
6325
6326 2003-08-18 [luke]       0.9.4claws29
6327         * src/mimeview.[ch]
6328         * src/gtk/gtkvscrollbutton.[ch]
6329                 o removed gtk_vscrollbutton_reset() (reasons: reduce 
6330                   dependencies; do it the GTK way; reduce code -14/+2 lines)
6331                 o removed horizontal separator between icons
6332
6333 2003-08-17 [christoph]  0.9.4claws28
6334
6335         * src/procmsg.c
6336                 no subject threading when the subject has no reply prefix
6337
6338 2003-08-16 [christoph]  0.9.4claws27
6339
6340         * src/mainwindow.c
6341                 remember and restore window sizes and position when the main
6342                 window is hidden or shown
6343
6344         (closes Bug 274 Window size in 0.9.4claws18 not remembered when
6345          minimised/reopened using trayicon)
6346
6347 2003-08-16 [paul]       0.9.4claws26
6348
6349         * src/crash.c
6350                 add #include "defs.h"
6351
6352 2003-08-16 [paul]       0.9.4claws25
6353
6354         * src/plugins/clamav/clamav_plugin.c
6355                 reword a debug_print
6356                 
6357         * src/plugins/dillo_viewer/dillo_prefs.c
6358                 cosmetic: change the labels' text, add tooltips, and
6359                 left-align the hint
6360
6361 2003-08-15 [christoph]  0.9.4claws24
6362
6363         * src/news.c
6364                 complete last change (forgot some changes)
6365
6366 2003-08-15 [christoph]  0.9.4claws23
6367
6368         * src/news.c
6369                 o check number of messages and don't return a 0 message
6370                   when no messages are available
6371                 o don't parse xref header anymore
6372
6373         (closes Bug 203 I'm not getting any news)
6374
6375 2003-08-15 [paul]       0.9.4claws22
6376
6377         * src/common/defs.h
6378           src/crash.c
6379                 update and define claws bugzilla location
6380
6381 2003-08-15 [paul]       0.9.4claws21
6382
6383         * po/ru.po
6384                 update submitted by Ruslan N. Balkin
6385
6386 2003-08-14 [christoph]  0.9.4claws20
6387
6388         * src/procmsg.c
6389                 fix search for oldest node in subject threading
6390
6391 2003-08-14 [christoph]  0.9.4claws19
6392
6393         * src/procmsg.c
6394         * src/common/utils.h
6395                 add possibility to check all nodes with the same subject for
6396                 subject threading, not only the oldest node. Should not break
6397                 threads anymore if the oldest node is thread_by_subject_max_age
6398                 days older then parent, because it can now find a child of
6399                 oldest node as new parent.
6400
6401 2003-08-11 [christoph]  0.9.4claws18
6402
6403         * src/plugins/spamassassin/spamassassin.c
6404                 run spam check in background process
6405
6406 2003-08-10 [alfons]     0.9.4claws17
6407
6408         * src/summaryview.c
6409                 make `Select All' sensitive too
6410
6411 2003-08-10 [christoph]  0.9.4claws16
6412
6413         * src/imap.c
6414                 add more checks in imap_close
6415
6416 2003-08-09 [alfons]     0.9.4claws15
6417
6418         * src/prefs_spelling.c
6419                 no spell checking UI if not requested
6420
6421 2003-08-09 [alfons]     0.9.4claws14
6422
6423         * src/gtk/prefswindow.c
6424                 make it compile
6425
6426 2003-08-09 [christoph]  0.9.4claws13
6427
6428         * src/prefs_spelling.c
6429         * src/gtk/prefswindow.[ch]
6430         * src/plugins/clamav/clamav_plugin_gtk.c
6431         * src/plugins/spamassassin/spamassassin_gtk.c
6432                 sort prefs pages by heighest weight in tree
6433
6434 2003-08-09 [paul]       0.9.4claws12
6435
6436         * sync with 0.9.4cvs6
6437                 see ChangeLog 2003-08-07
6438                 
6439         * AUTHORS
6440                 add Leandro and Luke to claws-branch section
6441
6442 2003-08-09 [christoph]  0.9.4claws11
6443
6444         * src/gtk/Makefile.am
6445         * src/gtk/colorsel.[ch]                 ** NEW **
6446                 create a color selection dialog that can be used as a simple
6447                 function call with it's own gtk main loop like filesel.[ch]
6448
6449         * src/Makefile.am
6450         * src/main.c
6451         * src/prefs_common.c
6452         * src/prefs_spelling.[ch]               ** NEW **
6453         * src/prefs_spelling.glade              ** NEW **
6454         * src/gtk/gtkutils.[ch]
6455                 move "Spell Checker" prefs to new prefs dialog
6456
6457         * src/prefs_folder_item.c
6458                 use new colorsel dialog
6459
6460 2003-08-08 [paul]       0.9.4claws10
6461
6462         * src/inc.c
6463                 clear the progress bar unconditionally
6464
6465 2003-08-08 [paul]       0.9.4claws9
6466
6467         * sync with 0.9.4cvs4
6468                 see ChangeLog 2003-07-31
6469
6470 2003-08-07 [christoph]  0.9.4claws8
6471
6472         * configure.ac
6473                 fix bug in image viewer plugin part
6474
6475         * src/imap.c
6476                 don't execute close command if the folder item is not selected
6477
6478 2003-08-07 [hoa]        0.9.4claws7
6479
6480         * src/filtering.[ch]
6481         * src/matcher_parser.h
6482         * src/matcher_parser_parse.y
6483                 can define several actions for each filtering rule
6484                 can import old versions of filtering rules
6485
6486         * src/prefs_filtering.c
6487                 call to a new dialog box to define actions
6488
6489         * src/prefs_filtering_action.[ch]
6490                 dialog box to define actions for filtering rules
6491
6492 2003-08-06 [christoph]  0.9.4claws6
6493
6494         * src/imap.c
6495                 make sure source folder is selected when copying messages
6496
6497 2003-08-06 [christoph]  0.9.4claws5
6498
6499         * sync with 0.9.4cvs2
6500                 see ChangeLog 2003-07-29                
6501
6502 2003-08-05 [paul]       0.9.4claws4
6503
6504         * sync with 0.9.4cvs3
6505                 see ChangeLog 2003-07-30
6506
6507 2003-08-04 [match]      0.9.4claws3
6508
6509         * po/POTFILES.in
6510                 export of LDIF files.
6511
6512 2003-08-04 [match]      0.9.4claws2
6513
6514         * src/ldif.[ch]
6515                 support for export LDIF. documented.
6516         * src/importldif.[ch]
6517         * src/exportldif.[ch]
6518                 add tooltips. documented.
6519         * src/exphtmldlg.[ch]
6520         * src/common/xmlprops.[ch]
6521                 documented.
6522         * src/exportldif.[ch]                   ** NEW **
6523         * src/expldifdlg.[ch]                   ** NEW **
6524         * src/addressbook.[ch]
6525         * src/Makefile.am
6526                 export of LDIF files.
6527                 documented.
6528
6529 2003-08-04 [christoph]  0.9.4claws1
6530
6531         * .cvsignore
6532         * Makefile.am
6533         * configure.ac
6534         * sylpheed-claws.pc.in                  ** NEW **
6535         * src/Makefile.am
6536         * src/common/Makefile.am
6537         * src/gtk/Makefile.am
6538                 install sylpheed header files in $(pkgincludedir) and create a
6539                 pkg-config file to allow building a plugin without the source
6540                 package
6541
6542 2003-08-04 [paul]       0.9.4claws
6543
6544         * version 0.9.4claws
6545
6546 2003-08-04 [paul]       0.9.3claws97
6547
6548         * po/es.po
6549                 update Spanish translation. Submitted by Ricardo
6550                 Mones Lastra.
6551
6552 2003-08-03 [paul]       0.9.3claws96
6553
6554         * po/hr.po
6555           po/sr.po
6556                 update Croatian and Serbian translations. Submitted by
6557                 Dragan and Urke MMI respectively
6558
6559 2003-08-03 [alfons]     0.9.3claws95
6560
6561         * src/summaryview.c
6562                 mark flag has precedence over important flag - seems
6563                 to have been changed in sync of 0.9.3claws45. this fixes
6564                 a regression where messages that were scored as important
6565                 don't show their mark flags. (using the same column for
6566                 both importance as mark flags is the real problem
6567                 ofcourse)
6568
6569 2003-08-03 [melvin]     0.9.3claws94
6570
6571         * po/fr.po
6572                 Updated French translations.
6573
6574 2003-08-03 [melvin]     0.9.3claws93
6575
6576         * src/Makefile.am
6577                 Fixed typo introduced after 0.9.3claws92 
6578                 that prevented compilation
6579                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6580                 CPPFLAGS and YFLAGS to allow user setting these.
6581         * src/common/Makefile.am
6582         * src/gtk/Makefile.am
6583         * src/plugins/clamav/Makefile.am
6584         * src/plugins/demo/Makefile.am
6585         * src/plugins/dillo_viewer/Makefile.am
6586         * src/plugins/image_viewer/Makefile.am
6587         * src/plugins/mathml_viewer/Makefile.am
6588         * src/plugins/spamassassin/Makefile.am
6589         * src/plugins/trayicon/Makefile.am
6590         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6591                 Updated to use AM_CPPFLAGS and AM_YFLAGS instead of
6592                 CPPFLAGS and YFLAGS to allow user setting these.
6593
6594 2003-08-02 [christoph]  0.9.3claws92
6595
6596         * configure.ac
6597                 o rearrange plugin tests
6598                 o add test for clamav.h to ClamAV tests
6599
6600 2003-08-02 [luke]       0.9.3claws91
6601
6602         * src/mimeview.c
6603                 o fixed appearance of icon list when toggling back from the 
6604                   ctree
6605                 o toggling of icons using the keyboard works correctly
6606                 o fixed all other keyboard shortcuts to work when icons are
6607                   active
6608         
6609         * src/messageview.c
6610                 o fixed bug 4 - focus lost when changing messageview view type
6611
6612 2003-08-02 [christoph]  0.9.3claws90
6613
6614         * src/common/hooks.c
6615                 fix crash when pointer stored in hash table could get invalid
6616                 when a plugin is unloaded
6617
6618 2003-08-01 [christoph]  0.9.3claws89
6619
6620         * configure.ac
6621                 o try to build all plugins (except spamassassin) by default
6622                 o don't build a plugin if a dependency check fails
6623
6624         * src/common/hooks.c
6625                 fix warning
6626
6627 2003-08-01 [match]      0.9.3claws88
6628
6629         * src/importldif.c
6630                 allow single click field selection. document code.
6631
6632 2003-08-01 [christoph]  0.9.3claws87
6633
6634         * src/plugins/clamav/clamav_plugin.c
6635         * src/plugins/clamav/clamav_plugin_gtk.c
6636         * src/plugins/dillo_viewer/dillo_viewer.c
6637         * src/plugins/image_viewer/plugin.c
6638         * src/plugins/mathml_viewer/mathml_viewer.c
6639         * src/plugins/spamassassin/spamassassin.c
6640         * src/plugins/spamassassin/spamassassin_gtk.c
6641         * src/plugins/trayicon/trayicon.c
6642                 add version check to all plugins
6643
6644 2003-08-01 [hoa]        0.9.3claws86
6645
6646         * src/prefs_filtering.c
6647                 fixed a cosmetic bug, during creation of dialog box,
6648                 wrong widgets were shown after creation.
6649
6650 2003-08-01 [luke]       0.9.3claws85
6651
6652         * src/mainwindow.c
6653                 o fixed visibility of icons/mimeview after toggling separate
6654                   message/folder view (factored out some similar code too).
6655
6656
6657 2003-07-31 [alfons]     0.9.3claws84
6658
6659         * src/mimeview.c
6660                 tweak icon box UI a bit more, now allowing right-clicks actions
6661                 getting the relevant mime data too; should fix #250, "Can't save 
6662                 attachments sometimes".
6663
6664 2003-07-30 [alfons]     0.9.3claws83
6665
6666         * src/compose.c
6667                 don't do auto-save-draft inside key press handler, but rather
6668                 schedule it half of a second later; should fix #67, "autosave 
6669                 make re-rediting message crazy"
6670
6671 2003-07-30 [christoph]  0.9.3claws82
6672
6673         * src/plugins/trayicon/trayicon.c
6674                 process pending events before unloading the plugin
6675
6676         (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
6677
6678 2003-07-30 [alfons]     0.9.3claws81
6679
6680         * src/common/hooks.c
6681                 parameter 2 of g_hook_destroy() should really be a hook id
6682
6683 2003-07-30 [alfons]     0.9.3claws80
6684
6685         * src/common/plugin.c
6686                 fix a possibly harmful function signature mismatch 
6687                 for plugin_done
6688
6689 2003-07-30 [alfons]     0.9.3claws79
6690
6691         * src/common/hooks[.ch]
6692                 const correctness
6693
6694 2003-07-30 [darko]      0.9.3claws78
6695
6696         * src/summaryview.c
6697                 make it compile again
6698
6699 2003-07-30 [luke]       0.9.3claws77
6700
6701         * src/crash.c
6702         * src/main.c
6703                 o added/moved signal handlers for SIGTERM (normal kill command) 
6704                   and SIGINT (ctl-c) to be used even without 
6705                   --enable-crash-dialog, fixing bug 166
6706
6707         * src/summaryview.c
6708                 o rewrote menu sensitivity code as per mainwindow.c, fixing 
6709                   bug 227
6710
6711         * src/mainwindow.c
6712                 o changed sensitivity condition for 'Next new' and 'Next 
6713                   unread', fixing bug 8
6714
6715 2003-07-29 [alfons]     0.9.3claws76
6716
6717         * src/common/utils.[ch]
6718                 add generate_msgid()
6719         * src/messageview.c
6720                 save ack'ed RRR; fixes #205, "return receipt is not saved in
6721                 sent folder".
6722
6723 2003-07-29 [alfons]     0.9.3claws75
6724
6725         * src/messageview.c
6726                 fix a memleak (claws-only)
6727
6728 2003-07-29 [alfons]     0.9.3claws74
6729
6730         * src/mimeview.[ch]
6731         * src/gtk/gtkvscrollbutton.[ch]
6732                 fix UI glitch where mime icon toolbox' scroll position is not 
6733                 reset after switching to another message
6734                 
6735
6736 2003-07-29 [paul]       0.9.3claws73
6737
6738         * src/prefs_folder_item.c
6739                 split the prefs into 2 separate pages
6740
6741 2003-07-29 [paul]       0.9.3claws72
6742
6743         * src/compose.c
6744                 prepend "\n\n" to a signature without a separator too
6745
6746 2003-07-29 [paul]       0.9.3claws71
6747
6748         * src/compose.c
6749                 fix bug where changing to an account without an auto-sig
6750                 from an initial account without an auto-sig would insert 
6751                 2 blank lines at the cursor point
6752                 fix bug where changing to an account with an auto-sig
6753                 from an initial account without an auto-sig would insert
6754                 the sig at the cursor point
6755
6756 2003-07-29 [paul]       0.9.3claws70
6757
6758         * src/folderview.c
6759                 use the colour from the folder pref unless the folder
6760                 has new messages
6761
6762 2003-07-29 [alfons]     0.9.3claws69
6763
6764         * src/procmsg.[ch]
6765         * src/messageview.c
6766         * src/procheader.c
6767                 rewrite return receipt request work a little bit (the former 
6768                 implementation presumably depended too much on the UI setting
6769                 flags). (we're losing the old pending flag.) 
6770
6771 2003-07-28 [christoph]  0.9.3claws68
6772
6773         * src/folder.c
6774         * src/imap.c
6775         * src/mh.c
6776         * src/procmsg.[ch]
6777                 fix copy to IMAP folder from other folder
6778
6779 2003-07-28 [christoph]  0.9.3claws67
6780
6781         * src/procmsg.c
6782                 fix sync of procmsg_get_message_file_list
6783
6784 2003-07-28 [christoph]  0.9.3claws66
6785
6786         * sync with 0.9.3cvs14
6787                 see ChangeLog 2003-07-18
6788         * sync with 0.9.3cvs17
6789                 see ChangeLog 2003-07-23
6790
6791         (closes Bug 234 segmentation fault after sending out mail via
6792          smtp(auth))
6793
6794 2003-07-28 [paul]       0.9.3claws65
6795
6796         * po/es.po
6797                 update Spanish translation, submitted by Ricardo Mones
6798                 Lastra
6799
6800 2003-07-28 [christoph]  0.9.3claws64
6801
6802         * src/folder.[ch]
6803         * src/imap.c
6804         * src/mh.c
6805                 return new message numbers as a GRelation instead of a GSList
6806                 that has to be in the same order as the input list. A list
6807                 would make it hard for IMAP to optimize oepration by sorting
6808                 the input list. The returned list would have to be reordered
6809                 to match the same order that input list has.
6810
6811         * src/gtk/gtkaspell.c
6812                 fix missing return value, could cause a crash when garbage is
6813                 on the stack that is used as the expected return value
6814
6815 2003-07-28 [paul]       0.9.3claws63
6816
6817         * sync with 0.9.4cvs1
6818                 see ChangeLog 2003-07-28
6819
6820 2003-07-27 [alfons]     0.9.3claws62
6821
6822         * src/mimeview.c
6823                 tweak it more to make icon list act like a check button group
6824
6825 2003-07-27 [christoph]  0.9.3claws61
6826
6827         * sync with 0.9.3cvs20
6828                 see ChangeLog 2003-07-25
6829
6830 2003-07-27 [paul]       0.9.3claws60
6831
6832         * src/procmsg.c
6833                 re-commit changes from 0.9.3claws58 -
6834                 accidently removed in 0.9.3claws59
6835
6836 2003-07-27 [paul]       0.9.3claws59
6837
6838         * src/procmsg.[ch]
6839                 a sync from 0.9.3cvs17
6840                 see ChangeLog 2003-07-23
6841
6842 2003-07-27 [alfons]     0.9.3claws58
6843
6844         * src/procmsg.c
6845                 add missing header members to MsgInfo; fixes the problem of 
6846                 not displaying X-Faces, as noticed by Ricardo Mones
6847
6848 2003-07-26 [christoph]  0.9.3claws57
6849
6850         * sync with 0.9.3cvs18
6851                 see ChangeLog 2003-07-24
6852
6853 2003-07-26 [christoph]  0.9.3claws56
6854
6855         * sync with 0.9.3cvs17
6856                 see ChangeLog 2003-07-23
6857
6858 2003-07-26 [christoph]  0.9.3claws55
6859
6860         * src/folder.[ch]
6861         * src/imap.c
6862         * src/mbox_folder.c
6863         * src/mh.c
6864         * src/news.c
6865                 add support for copy function that copy multiple messages
6866                 (not implemented yet)
6867
6868         * src/summaryview.c
6869                 add missing return value
6870
6871 2003-07-26 [paul]       0.9.3claws54
6872
6873         * tools/multiwebsearch.pl
6874                 do whitespace substitution before passing the string
6875                 to the browser. fixes bug with browsers that don't
6876                 do whitespace conversion themselves.
6877
6878 2003-07-25 [christoph]  0.9.3claws53
6879
6880         * src/folder.[ch]
6881         * src/imap.c
6882         * src/mh.c
6883                 rewrite adding of multiple messages to a folder for
6884                 claws' folder system
6885
6886 2003-07-25 [luke]       0.9.3claws52
6887
6888         * src/mimeview.c
6889                 o icon toggles set correctly on leaving ctree mimeview
6890
6891 2003-07-25 [paul]       0.9.3claws51
6892
6893         * partial sync with 0.9.3cvs21 [src/main.c]
6894                 see ChangeLog 2003-07-25
6895
6896 2003-07-24 [paul]       0.9.3claws50
6897
6898         * tools/maildir2sylpheed.pl
6899                 fix typo
6900
6901 2003-07-24 [paul]       0.9.3claws49
6902
6903         * src/mimeview.c
6904                 increase the gutter size of paned so that the panes
6905                 can be resized
6906                 
6907         * src/plugins/demo/demo.c
6908                 squeeze in another typo fix
6909
6910 2003-07-24 [paul]       0.9.3claws48
6911
6912         * src/plugins/demo/demo.c
6913           src/prefs_account.c
6914                 small changes to the English
6915                 
6916         * src/pixmaps/mime_application_octect_stream.xpm        ** REMOVED **
6917           src/pixmaps/mime_application_octet_stream.xpm         ** NEW FILE **
6918           src/Makefile.am
6919           src/stock_pixmap.c
6920                 rename the misspelled icon
6921
6922 2003-07-23 [alfons]     0.9.3claws47
6923
6924         * src/mimeview.c
6925                 make icon list look like a list of toggles
6926
6927 2003-07-23 [luke]       0.9.3claws46
6928
6929         * src/pixmaps/mimeview_gpg_expired.xpm
6930         * src/pixmaps/mimeview_gpg_failed.xpm
6931         * src/pixmaps/mimeview_gpg_passed.xpm
6932         * src/pixmaps/mimeview_text_html.xpm
6933         * src/pixmaps/mimeview_image.xpm
6934                 o all icons the same size
6935
6936         * src/mimeview.[ch]
6937                 o mimeview ctree arranged vertically above the viewer
6938                 o icons changed to buttons
6939                 o can use keyboard to select an icon (Enter)
6940                 o resize icon list to width of icons
6941
6942         *  src/gtk/gtkvscrollbutton.c
6943                 o sensitivity of buttons reacts to position
6944
6945 2003-07-23 [christoph]  0.9.3claws45
6946
6947         * sync with 0.9.3cvs14 (incomplete)
6948                 see ChangeLog 2003-07-17
6949
6950 2003-07-23 [alfons]     0.9.3claws44
6951
6952         * src/folder.c
6953         * src/procmsg.h
6954                 sync with my local tree to restore some claws-only things
6955
6956 2003-07-23 [paul]       0.9.3claws43
6957
6958         * src/pixmaps/mime_gpg_expired.xpm      ** NEW FILE **
6959           src/pixmaps/mime_gpg_unknown.xpm      ** NEW FILE **
6960           src/Makefile.am
6961           src/mimeview.c
6962           src/procmime.h
6963           src/rfc2015.c
6964           src/stock_pixmap.[ch]
6965                 indicate missing keys and expired sigs/keys
6966                 in mime view column
6967
6968 2003-07-23 [paul]       0.9.3claws42
6969
6970         * src/compose.c
6971                 Redirect fixes: enable automatic account selection and
6972                 do not append signature to message on changing account
6973                 fixes Bug[s] #248
6974
6975 2003-07-23 [paul]       0.9.3claws41
6976
6977         * sync with 0.9.3cvs16
6978                 see ChangeLog 2003-07-23
6979
6980 2003-07-23 [alfons]     0.9.3claws40
6981
6982         * src/inc.c
6983                 give progress dialog a main window, and give it the first 
6984                 one (presumably the only one). fixes bug #247, "segfault on 
6985                 pop-before-smtp" 
6986
6987 2003-07-22 [alfons]     0.9.3claws39
6988
6989         * src/summaryview.c
6990                 shift-space scrolls up
6991
6992 2003-07-22 [paul]       0.9.3claws38
6993
6994         * sync with 0.9.3cvs15
6995                 see ChangeLog 2003-07-22
6996
6997 2003-07-20 [alfons]     0.9.3claws37
6998
6999         * src/compose.c
7000                 put menu inside #ifdef USE_ASPELL..#endif
7001
7002 2003-07-20 [christoph]  0.9.3claws36
7003
7004         * src/procmsg.c
7005                 fix wrong flags in MsgInfo returned by
7006                 procmsg_msginfo_get_full_info()
7007
7008         (closes Bug 221 Deleting messages from the Message View gives incorrect
7009          new/unread message counts in the folder view)
7010
7011         * src/plugins/spamassassin/spamassassin_gtk.c
7012                 add gettext macro for prefs page title
7013
7014 2003-07-20 [paul]       0.9.3claws35
7015
7016         * src/mimeview.c
7017                 redraw icon list on signature check
7018
7019 2003-07-20 [christoph]  0.9.3claws34
7020
7021         * src/Makefile.am
7022         * src/account.c
7023         * src/folder.[ch]
7024         * src/folder_item_prefs.[ch]            ** NEW **
7025         * src/folderview.c
7026         * src/mainwindow.c
7027         * src/mh.c
7028         * src/prefs_gtk.c
7029         * src/prefs_scoring.c
7030         * src/summaryview.c
7031         * src/prefs_folder_item.[ch]
7032                 o seperate FolderItemPrefs (formerly PrefsFolderItem) and the
7033                   Properties dialog
7034                 o use prefswindow for folder properties
7035
7036         * src/gtk/prefswindow.[ch]
7037                 change implementation to use an invisible notebook instead
7038                 of unparenting widgets
7039
7040 2003-07-20 [christoph]  0.9.3claws33
7041
7042         * src/compose.h
7043         * src/folder.c
7044         * src/folderview.h
7045         * src/headerview.h
7046         * src/prefs_filtering.h
7047         * src/prefs_folder_item.[ch]
7048         * src/procmime.h
7049         * src/procmsg.h
7050         * src/summaryview.h
7051                 clean up header mess
7052                 (always use 1. typedefs, 2. #includes, 3. structures)
7053
7054         * src/common/version.h.in
7055                 add casts for constants
7056
7057         * src/plugins/demo/demo.c
7058                 fix typo
7059
7060         * src/plugins/spamassassin/spamassassin.c
7061                 remove unused variable
7062
7063 2003-07-20 [alfons]     0.9.3claws32
7064
7065         * src/mimeview.c
7066                 o make icon buttons respond on left click
7067                 o minor cosmetic change
7068
7069 2003-07-19 [luke]       0.9.3claws31
7070
7071         * src/mimeview.[ch]
7072         * src/gtk/gtkvscrollbutton.c
7073         * src/messageview.c
7074                 o improved mimeview behaviour when selecting a new message
7075                 o plus code cleanups to remove compile warnings
7076
7077
7078 2003-07-19 [alfons]     0.9.3claws30
7079
7080         * src/procmsg.c
7081         * src/compose.c
7082         * src/common/utils.[ch]
7083                 subject_get_reply_prefix_length() <- subject_get_prefix_length()
7084
7085 2003-07-19 [alfons]     0.9.3claws29
7086
7087         * src/prefs_folder_item.c
7088                 reinit "legacy" tmp_prefs, so we don't free nor use invalid 
7089                 string pointers
7090
7091 2003-07-19 [luke]       0.9.3claws28
7092
7093         * src/messageview.c
7094         * src/mimeview.[ch]
7095         * src/procmime.h
7096         * src/rfc2015.c
7097         * src/stock_pixmap.[ch]
7098         * src/gtk/Makefile.am
7099         * src/Makefile.am
7100         * src/gtk/gtkvscrollbutton.[ch]         ** NEW **
7101         * src/pixmaps/mime_*.xpm                ** NEW **
7102                 o mimeview rearrangement with a new icon shortcut bar
7103
7104 2003-07-19 [alfons]     0.9.3claws27
7105
7106         * src/folderview.c
7107                 o plug leaking nodes_to_recollapse
7108                 o add folderview_recollapse_all_nodes() (not used yet)
7109
7110 2003-07-19 [alfons]     0.9.3claws26
7111
7112         * src/compose.c
7113         * src/common/utils.c
7114                 honour #240 "Better SUBJECT handling" by cleaning the prefix
7115                 for both forwarding as replying
7116
7117 2003-07-18 [christoph]  0.9.3claws25
7118
7119         * configure.ac
7120         * src/common/sylpheed.[ch]
7121         * src/common/version.h.in
7122                 add version in numeric form to allow easy comparison
7123
7124         * src/plugins/demo/demo.c
7125                 add version check
7126                 - sylpheed version > plugin version => never allowed, sylpheed
7127                   could contain unknown API changes
7128                 - sylpheed version < minimum version required => don't load,
7129                   API required not available (if linking does not fail)
7130
7131 2003-07-18 [alfons]     0.9.3claws24
7132         
7133         * src/common/plugin.[ch]
7134                 const correctness
7135
7136 2003-07-18 [christoph]  0.9.3claws23
7137
7138         * src/common/hooks.c
7139                 fix crash when hooks where unregisted
7140
7141         * src/plugins/trayicon/trayicon.c
7142                 unregister detroy signal before destroying the widget
7143                 (still crashes when the plugin is unloaded)
7144
7145 2003-07-18 [alfons]     0.9.3claws22
7146         
7147         * src/folderview.c
7148                 delay expanding folder tree during drags until timeout triggered
7149                 (needs perhaps some tweaking, so testing is welcome)
7150
7151 2003-07-17 [alfons]     0.9.3claws21
7152
7153         * src/folderview.c
7154                 clean up cruft
7155
7156 2003-07-17 [christoph]  0.9.3claws20
7157
7158         * src/common/session.c
7159                 fix opening of SSL connections
7160
7161         * src/plugins/image_viewer/Makefile.am
7162                 add OPENSSL_CFLAGS (we should find a better solution to remove
7163                 this dependencies if they are not required)
7164
7165         * src/plugins/spamassassin/spamassassin.c
7166                 remove setlocale workaround (fixed in libspamc)
7167
7168         (closes Bug Bug 184 Entering non-ascii character deletes previous char
7169          if spell checking enabled)
7170
7171 2003-07-17 [alfons]     0.9.3claws19
7172
7173         * src/common/hooks.[ch]
7174         * src/plugins/clamav/clamav_plugin.c
7175         * src/plugins/spamassassin/spamassassin.c
7176         * src/plugins/trayicon/trayicon.c
7177                 fix signedness muck 
7178
7179 2003-07-17 [alfons]     0.9.3claws18
7180
7181         * src/procmime.c
7182                 plug memleak
7183
7184 2003-07-17 [alfons]     0.9.3claws17
7185
7186         * src/inc.c
7187                 plug memleak
7188
7189 2003-07-17 [paul]       0.9.3claws16
7190
7191         * src/common/defs.h
7192           src/mainwindow.c
7193           src/manual.[ch]
7194                 add link to the Claws site's FAQ page, after the suggestion
7195                 and patch by Fred Marton <Fred.Marton@uni-bayreuth.de>
7196                 Move url strings to defs.h
7197                 
7198         * src/mainwindow.c
7199                 fix typo to prevent "unknown menu entry" warnings
7200
7201 2003-07-17 [alfons]     0.9.3claws15
7202
7203         * src/folderview.[ch]
7204         * src/summaryview.[ch]
7205         * src/mimeview.[ch]
7206                 plug DnD leaks 
7207
7208 2003-07-17 [paul]       0.9.3claws14
7209
7210         * src/inc.c
7211                 remove two instances of 'GTK_EVENTS_FLUSH' because
7212                 they are unnecessary and probably cause a stack overflow
7213
7214 2003-07-16 [christoph]  0.9.3claws13
7215
7216         * src/mimeview.[ch]
7217                 use an invisible GTK notebook to switch between viewers
7218                 instead of reparenting widgets
7219
7220 2003-07-16 [christoph]  0.9.3claws12
7221
7222         * src/folder.c
7223                 move folder_item_update_freeze() to correct place in
7224                 folder_item_scan_full()
7225
7226 2003-07-16 [paul]       0.9.3claws11
7227
7228         * sync with 0.9.3cvs12
7229                 see ChangeLog 2003-07-14 and 2003-07-15
7230
7231 2003-07-16 [christoph]  0.9.3claws10
7232
7233         * src/imap.[ch]
7234         * src/prefs_account.[ch]
7235                 sync IMAP CRAM-MD5 authentication with sylpheed-main
7236
7237 2003-07-15 [alfons]     0.9.3claws9
7238
7239         * src/main.c
7240                 make --config-dir do something useful
7241
7242 2003-07-15 [alfons]     0.9.3claws8
7243
7244         * src/procmsg.c
7245                 o fix a bug where 'last' didn't really point to the last message
7246                   in the top level list of children, but to the last threaded
7247                   message. 
7248                 
7249                 o clean up and make it easier to sync
7250
7251 2003-07-15 [alfons]     0.9.3claws7
7252
7253         * src/mainwindow.c
7254                 make correct menu items sensitive       
7255
7256 2003-07-14 [alfons]     0.9.3claws6
7257
7258         * src/procmsg.c
7259                 tune the threader so it will not subject-thread any message
7260                 without a subject prefix (this will not thread correctly if 
7261                 a parent is delivered after their childs, but it looks 
7262                 better right now)
7263
7264 2003-07-13 [christoph]  0.9.3claws5
7265
7266         * src/mainwindow.c
7267                 group "Add mailbox *..." menu items in submenu
7268
7269 2003-07-13 [alfons]     0.9.3claws4
7270
7271         * src/summaryview.c
7272                 correct summary_toggle_pressed() signature and make sure
7273                 signal is not passed on
7274
7275 2003-07-13 [alfons]     0.9.3claws3
7276
7277         * src/summaryview.c
7278                 o for now don't pass on keys when they we're handled by 
7279                   ctree::key_press_event
7280                 o clean up
7281
7282 2003-07-13 [alfons]     0.9.3claws2
7283         
7284         * src/main.c
7285                 add command line option "--config-dir" to get the current 
7286                 configuration dir
7287
7288 2003-07-12 [alfons]     0.9.3claws1
7289
7290         * src/matcher.[ch]
7291         * src/matcher_parser_parse.y
7292         * src/prefs_filtering.c
7293         * src/filtering.c
7294                 add "Lock" filter action to lock messages;
7295
7296         * src/filtering.c       
7297                 remove debug_print()    
7298         * src/prefs_filtering.c
7299                 re-organize matcher part 9: 
7300                 make action text entries easily extendible;
7301                 merge widget selection for ACTION_MARK, ACTION_UNMARK, ACTION_LOCK,
7302                 ACTION_UNLOCK, ACTION_MARK_AS_READ, ACTION_MARK_AS_UNREAD
7303
7304 2003-07-12 [paul]
7305
7306         * tools/README
7307                 update old information and add missing
7308                 information
7309
7310 2003-07-12 [paul]       0.9.3claws
7311
7312         * 0.9.3claws released
7313         
7314 2003-07-12 [paul]       0.9.0claws103
7315
7316         * src/Makefile.am
7317                 add addrquery.h
7318
7319 2003-07-12 [melvin]     0.9.0claws102
7320
7321         * src/messageview.c
7322                 Fixed bug #215: Show MIME tab for single text/html messages. 
7323                 
7324 2003-07-12 [paul]       0.9.0claws101
7325
7326         * man/sylpheed.1
7327                 updated
7328
7329 2003-07-12 [paul]       0.9.0claws100
7330
7331         * po/es.po
7332           po/hr.po
7333           po/pl.po
7334           po/sr.po
7335                 update Spanish, Croatian, Polish, Serbian translations.
7336                 submitted by Ricardo Mones Lastra, Dragan, Witold
7337                 Wladyslaw Wojciech Wilk, Urke MMI
7338
7339 2003-07-12 [melvin]     0.9.0claws99
7340
7341         * po/fr.po
7342                 Updated French translations.
7343
7344 2003-07-12 [paul]       0.9.0claws98
7345
7346         * src/addressbook.c
7347                 disable 'Lookup' button as it has no effect
7348
7349 2003-07-11 [alfons]     0.9.0claws97
7350         
7351         * src/summaryview.c
7352                 summary_searchbar_pressed() should return TRUE to signal that
7353                 event was handled. when returning void, the return value passed
7354                 to GTK is actually random, but maybe FALSE, in which case the
7355                 event is handled by parent
7356                 
7357 2003-07-10 [paul]       0.9.0claws96
7358
7359         * ac/missing/gettext.m4
7360                 update to version 0.12
7361
7362 2003-07-10 [paul]       0.9.0claws95
7363
7364         * src/plugins/clamav/clamav_plugin.c
7365                 fix bug where multipart/alternative messages
7366                 would slip through without being scanned
7367
7368 2003-07-10 [christoph]  0.9.0claws94
7369
7370         * src/folder.c
7371                 correct check if folder supports removing when a message is
7372                 moved. if not the message is only copied.
7373
7374         (closes Bug 132 crash on startup in newsgroups folders)
7375
7376 2003-07-09 [alfons]     0.9.0claws93
7377
7378         * configure.ac
7379         * src/common/defs.h
7380                 --with-config-dir (default .sylpheed)
7381
7382 2003-07-09 [christoph]  0.9.0claws92
7383
7384         * configure.ac
7385                 use PKG_CHECK_MODULES to check for gtkmathview
7386                 (version 0.4.2 now required)
7387
7388 2003-07-08 [melvin]     0.9.0claws91
7389
7390         * src/action.c
7391                 Implemented a progress bar that counts the number of completed
7392                 tasks when the action runs more than one command.
7393
7394 2003-07-08 [alfons]     0.9.0claws90
7395
7396         * src/procmsg.c
7397                 if queued message has an invalid Message-Id, don't try to
7398                 find message it refers to (fixes #209 "crash when processing 
7399                 in folder")
7400
7401 2003-07-08 [paul]       0.9.0claws89
7402
7403         * sync with 0.9.3cvs2
7404                 see ChangeLog 2003-07-08
7405
7406 2003-07-08 [match]      0.9.0claws88
7407
7408         * src/ldapctrl.c
7409                 extend LDAP search for first/last name by parsing search term.
7410
7411 2003-07-08 [alfons]     0.9.0claws87
7412
7413         * src/send_message.c
7414                 fix bug #208 "Status message stuck when sending on POP3 account"
7415
7416 2003-07-07 [paul]       0.9.0claws86
7417
7418         * po/hr.po
7419                 new Croatian translation, submitted by
7420                 Dragan <drleskov@inet.hr>
7421
7422 2003-07-07 [paul]       0.9.0claws85
7423
7424         * sync with 0.9.3cvs1
7425                 see ChangeLog 2003-07-07
7426
7427 2003-07-05 [christoph]  0.9.0claws84
7428
7429         * src/Makefile.am
7430         * src/messageview.c
7431         * src/mimeview.[ch]
7432         * src/stock_pixmap.[ch]
7433         * src/pixmaps/messageview_text.xpm              ** NEW **
7434                 move mimeview tabs to the right side and use icons
7435                 instead of text to save some space
7436
7437         (patch by Luke Plant <lukeplant@softhome.net>)
7438
7439 2003-07-05 [christoph]  0.9.0claws83
7440
7441         * src/inc.c
7442                 add NULL pointer checks
7443
7444         (patch by Luke Plant <lukeplant@softhome.net>)
7445         (closes Bug 204 0.9.0 quits on authentication error?!)
7446
7447 2003-07-05 [alfons]     0.9.0claws82
7448
7449         * configure.ac
7450                 take the clue in bug #202 "./configure script - 
7451                 'if test' comparison failure" reported by John Kristoff. 
7452
7453 2003-07-04 [christoph]  0.9.0claws81
7454
7455         * src/plugins/spamassassin/spamassassin.c
7456                 set timeout for spam check
7457
7458 2003-07-04 [christoph]  0.9.0claws80
7459
7460         * src/main.c
7461                 destroy all FolderItems when shutting down to
7462                 allow folders to clean up
7463
7464 2003-07-04 [melvin]     0.9.0claws79
7465
7466         * src/gtk/gtkaspell.c
7467                 Fixed bug #184 "Entering non-ascii character deletes
7468                 previous char if spell checking enabled": this makes
7469                 the spell checking in multibytes (e.g. UTF-8)locales work.
7470                 (Patch by Luke Plant).
7471                 
7472 2003-07-04 [christoph]  0.9.0claws78
7473
7474         * sync with 0.9.2cvs1
7475                 see ChangeLog 2003-06-10
7476
7477 2003-07-04 [paul]       0.9.0claws77
7478
7479         * sync with 0.9.3 release
7480                 see ChangeLog 2003-07-04
7481
7482 2003-07-03 [christoph]  0.9.0claws76
7483
7484         * src/folder.[ch]
7485         * src/imap.c
7486         * src/mbox_folder.c
7487         * src/mh.c
7488         * src/news.c
7489                 move folder_item_get_path() stuff into a folder virtual function
7490
7491         * src/procmsg.c
7492                 use folder_item_fetch_msg() to get message and do not contruct
7493                 the filename from path and number
7494
7495 2003-07-03 [paul]       0.9.0claws75
7496
7497         * sync with 0.9.2cvs12
7498                 see ChangeLog 2003-07-03
7499
7500 2003-07-02 [paul]       0.9.0claws74
7501
7502         * src/messageview.c
7503                 fix text-selection for replying
7504
7505 2003-07-02 [paul]       0.9.0claws73
7506
7507         * sync with 0.9.2cvs11
7508                 see ChangeLog 2003-07-02
7509
7510 2003-07-02 [paul]       0.9.0claws72
7511
7512         * src/procmsg.c
7513                 revert last commit because it breaks more
7514                 than it fixes
7515
7516 2003-07-02 [paul]       0.9.0claws71
7517
7518         * src/procmsg.c
7519                 fix thread by subject/sort by date
7520
7521 2003-07-01 [paul]       0.9.0claws70
7522
7523         * sync with 0.9.2cvs10
7524                 see ChangeLog 2003-07-01
7525
7526 2003-06-30 [paul]       0.9.0claws69
7527
7528         * sync with 0.9.2cvs9
7529                 see ChangeLog 2003-06-30
7530
7531 2003-06-28 [match]      0.9.0claws68
7532
7533         * src/addressbook.c
7534                 fix null ptr.
7535
7536 2003-06-27 [paul]       0.9.0claws67
7537
7538         * sync with 0.9.2cvs7
7539                 see ChangeLog 2003-06-27
7540
7541 2003-06-26 [christoph]  0.9.0claws66
7542
7543         * src/folder.c
7544                 freeze folder updates while a folder is scanned
7545
7546         (closes Bug 185 New message counter)
7547
7548 2003-06-26 [darko]      0.9.0claws65
7549
7550         * src/ldapserver.c
7551                 fix infinite loop when adding a new LDAP server
7552
7553 2003-06-26 [paul]       0.9.0claws64
7554
7555         * sync with 0.9.2cvs6
7556                 see ChangeLog 2003-06-26
7557
7558 2003-06-26 [paul]       0.9.0claws63
7559
7560         * sync with 0.9.2cvs5
7561                 see ChangeLog 2003-06-25 and 2003-06-26
7562
7563 2003-06-25 [match]      0.9.0claws62
7564
7565         * src/addr_compl.c
7566                 Fixed tab/backtab for dropped-down completion list to
7567                 move next/previous field. (close bug 147)
7568
7569 2003-06-25 [christoph]  0.9.0claws61
7570
7571         * src/addr_compl.[ch]
7572         * src/addrindex.[ch]
7573         * src/folderview.c
7574         * src/inc.c
7575         * src/news.c
7576         * src/summaryview.c
7577         * src/toolbar.c
7578                 fix warnings
7579
7580 2003-06-25 [leandro]    0.9.0claws60
7581
7582         * src/compose.c
7583                 o cleanups
7584                 o gray out "Message/Remove references" menu item if not
7585                   replying to a message
7586
7587 2003-06-24 [leandro]    0.9.0claws59
7588
7589         * src/compose.[ch]
7590                 o removed "Message/Create new thread" menu item
7591                 o added "Message/Remove references" menu item
7592                   (it's off by default and will not check anymore
7593                    if the subject changed)
7594
7595 2003-06-23 [alfons]     0.9.0claws58
7596
7597         * src/procmsg.c
7598                 try better grouping messages threaded by subject based on their age.
7599                 still not perfect - because the message tree is not sorted by date.  
7600
7601 2003-06-23 [thorsten]   0.9.0claws57
7602
7603         * src/pop.[ch]
7604                 added mail_receive_hook to allow modifications
7605                 directly after retrieval (e.g. adding headers).
7606
7607 2003-06-23 [paul]       0.9.0claws56
7608
7609         * src/sourcewindow.c
7610                  enable the use of Ctrl+A to select all text in
7611                  the sourcewindow
7612                  Patch submitted by Ivan Francolin Martinez
7613                  <ivanfm@users.sourceforge.net>
7614
7615 2003-06-22 [christoph]  0.9.0claws55
7616
7617         * src/folder.[ch]
7618                 o add notification hook for folder tree changes
7619                 o invoke hooks after folder tree scanning
7620
7621         * src/folderview.[ch]
7622                 register hook for folder tree changes that
7623                 updates the ctree
7624
7625         (there are more places that should be updated, like add, remove 
7626          or move folder)
7627
7628         (closes Bug 164 Crash on rebuild folder tree)
7629         (closes Bug 190 Crash on 'rebuilding folder tree')
7630
7631 2003-06-21 [leandro]    0.9.0claws54
7632
7633         * src/compose.[ch]
7634                 create a new thread if subject changes
7635                 (it's on by default, can be disabled in Message menu)
7636
7637 2003-06-21 [alfons]     0.9.0claws53
7638
7639         * src/summaryview.c
7640                 quiet little compiler
7641
7642 2003-06-21 [christoph]  0.9.0claws52
7643
7644         update gettext stuff to version 0.12
7645
7646 2003-06-19 [alfons]     0.9.0claws51
7647
7648         * src/common/log.c
7649         * src/common/plugin.c
7650                 move defs.h before glib.h to prevent MIN/MAX redefs
7651
7652 2003-06-19 [alfons]
7653
7654         * src/addressbook.c
7655                 translatable
7656
7657 2003-06-19 [match]      0.9.0claws50
7658
7659         * src/addressbook.[ch]
7660         * src/addrindex.[ch]
7661         * src/addr_compl.[ch]
7662         * src/editldap.[ch]
7663         * src/editldap_basedn.[ch]
7664         * src/addritem.[ch]
7665         * src/ldapquery.h
7666                 re-implemented dynamic LDAP search. works without
7667                 slowdown on display sender with addressbook
7668                 option.
7669         * src/addrbook.c
7670                 documented code.
7671
7672 2003-06-19 [paul]       0.9.0claws49
7673
7674         * src/compose.c
7675                 fix Bug #136 'Nonprovided quotation marks crash claws'
7676                 patch submitted by Pawel Pêkala <c0rn@gazeta.pl>
7677
7678 2003-06-19 [alfons]     0.9.0claws48
7679
7680         * src/prefs_common.[ch]
7681         * src/procmsg.c
7682                 restrict threading by subject by checking thread for
7683                 age (prefs_common.thread_by_subject_max_age)
7684
7685 2003-06-18 [christoph]  0.9.0claws47
7686
7687         * src/imap.c
7688                 fix memory leak in imap_cmd_fetch()
7689
7690 2003-06-18 [christoph]  0.9.0claws46
7691
7692         * src/prefs_gtk.c
7693                 fix memory leak in prefs_set_default() when used multiple
7694                 times or after prefs have been read
7695
7696 2003-06-18 [christoph]  0.9.0claws45
7697
7698         * src/common/plugin.c
7699                 fix memory leak in plugin_unload()
7700
7701 2003-06-18 [christoph]  0.9.0claws44
7702
7703         * src/imap.c
7704                 fix memory leak in imap_cmd_ok()
7705
7706 2003-06-18 [christoph]  0.9.0claws43
7707
7708         * src/folder.c
7709                 stop messages that are downloaded from POP3 and added to
7710                 an IMAP inbox from being filtered twice (first by POP3
7711                 and again when IMAP folder is scaned to get the UID of
7712                 the APPEND operation when no UIDPLUS is available)
7713
7714 2003-06-18 [alfons]
7715
7716         * tools/Makefile.am
7717                 phoenix <- firebird     
7718
7719 2003-06-18 [paul]
7720
7721         * tools/launch_phoenix          ** REMOVED **
7722           tools/launch_firebird         ** NEW **
7723                 renamed and edited to reflect the browser's name change from
7724                 'phoenix' to 'firebird'
7725
7726 2003-06-18 [paul]       0.9.0claws42
7727
7728         * sync with 0.9.2cvs2
7729                 see ChangeLog 2003-06-16
7730
7731 2003-06-17 [alfons]     0.9.0claws41
7732
7733         * src/procmsg.c
7734                 prevent threading problems when a node is an ancestor (parent / great parent),
7735                 which mostly happens with circular references (thanks to Phillipe Gramoullé
7736                 for finding an sample set of messages)
7737
7738 2003-06-16 [christoph]  0.9.0claws40
7739
7740         * src/main.c
7741                 don't popup main window on --receive or --receive-all
7742
7743         * src/mainwindow.[ch]
7744         * src/plugins/trayicon/trayicon.c
7745                 allow hiding of main window by clicking on the trayicon
7746                 (doesn't work correctly in seperate window mode and may
7747                  cause unexpected GTK problems I couldn't find yet)
7748
7749         * src/common/ssl.c
7750                 remove incorrect warning
7751
7752 2003-06-15 [alfons]     0.9.0claws39
7753
7754         * src/gtk/gtkstext.c
7755                 don't output debug text;
7756                 #ifdef out print_line() if not debugging (thanks to Martin Wicke
7757                 for pointing this out);
7758
7759 2003-06-14 [alfons]     0.9.0claws38
7760         
7761         * src/messageview.c
7762                 remove printf() and make one if..else comply with coding style
7763
7764 2003-06-14 [alfons]     0.9.0claws37
7765
7766         * AUTHORS
7767                 add Martin Wicke
7768         * src/action.c
7769         * src/messageview.[ch]
7770         * src/summaryview.c
7771                 apply patch #754162 "Quoting messages filtered by actions" submitted
7772                 by Martin Wicke, which allows quoting message body changed by an
7773                 action (Thanks!).
7774
7775 2003-06-13 [alfons]     0.9.0claws36
7776
7777         * src/utils.c
7778                 add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
7779                 use case insensitive regexp (suggested by Ivan Martinez)
7780
7781 2003-06-13 [christoph]  0.9.0claws35
7782
7783         * configure.ac
7784         * src/plugins/trayicon/Makefile.am
7785         * src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
7786         * src/plugins/trayicon/trayicon.c
7787         * src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
7788         * src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
7789         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
7790         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
7791         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
7792         * src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
7793                 replace my own EggTrayIcon backport with the backport
7794                 used by (l|x)mule and gabber.
7795
7796 2003-06-13 [alfons]     0.9.0claws34
7797
7798         * AUTHORS
7799         * src/common/utils.c
7800                 add Aw: to list of reply prefixes (thanks to Martin Zwickel)
7801
7802 2003-06-13 [alfons]     0.9.0claws33
7803
7804         * src/compose.c
7805                 clean up a little bit
7806
7807 2003-06-12 [alfons]     0.9.0claws32
7808
7809         * src/compose.c
7810                 const correctness fix
7811
7812         * src/common/sylpheed.[ch]
7813                 () -> (void)
7814                 prevent redef MIN/MAX
7815                 
7816         * src/common/utils.[ch]
7817                 () -> (void)
7818
7819 2003-06-12 [melvin]     0.9.0claws31
7820
7821         * src/compose.c
7822                 Updated to take into accounts changes in GtkAspell.
7823
7824 2003-06-12 [alfons]     0.9.0claws30
7825
7826         * src/compose.c
7827         * src/procmsg.c
7828         * src/common/utils.[ch]
7829                 handle reply subject prefixes better (initial 
7830                 suggestion by Robert Story adapted and enhanced 
7831                 using regexps)
7832
7833 2003-06-12 [melvin]     0.9.0claws29
7834
7835         * src/compose.c
7836                 Use new gtkaspell_checkers_strerror() to get the speller's
7837                 error message instead of accessing the (now private)
7838                 checkers structure.
7839                 Minor code clean up
7840
7841         * src/main.c
7842                 Use #ifdef instead of #if for USE_ASPELL
7843                 Use the new spell checkers init/quit functions 
7844
7845         * src/gtk/gtkaspell.c
7846                 Use #ifdef instead of #if for USE_ASPELL
7847                 Moved in the majority of GtkAspell structures that were
7848                 exported before by gtkaspell.h
7849         
7850         * src/gtk/gktaspell.h
7851                 Made gtkaspell.h contain only the necessary data to be
7852                 publicized by moving many structures to gtkaspell.c.
7853                 Enclosed all the declaration in a #ifdef USE_ASPELL #endif
7854                 gtkaspell_checkers_new(): replaced by...
7855                 gtkaspell_checkers_init(): new function for initialization
7856                 gtkaspell_checkers_delete(): replaced by...
7857                 gtkaspell_checkers_quit(): new function
7858                 gtkaspell_checkers_strerror(): new function that returns
7859                 the checker's last error message.
7860                 
7861 2003-06-11 [melvin]     0.9.0claws28
7862
7863         * po/POTFILES.in
7864                 Updated to take into account gtkaspell.c migration to
7865                 ./src/gtk/ (Thanks to Ricardo Mones Lastra for reporting it)
7866
7867 2003-06-10 [alfons]     0.9.0claws27
7868
7869         * src/filtering.[ch]
7870         * src/folder.c
7871         * src/matcher.c
7872         * src/scoring.[ch]
7873                 - try fixing bug #18 (any brave testers?)
7874                 - add more robustness by refusing previously 
7875                   unchecked NULL pointers 
7876
7877 2003-06-10 [alfons]     0.9.0claws26
7878
7879         * src/procmsg.c
7880                 fix bug #176 by don't checking MsgInfos with a NULL msgid 
7881
7882 2003-06-09 [alfons]     0.9.0claws25
7883
7884         * src/prefs_common.c
7885                 fix bug #163 "Icon switching doesnt work properly" by 
7886                 preventing early freeing of prefs_common.pixmap_theme_path.
7887
7888 2003-06-09 [christoph]  0.9.0claws24
7889
7890         * src/gtk/gtkaspell.c
7891                 revert Thorsten's fix and add forgotten g_strdup for
7892                 aspell path (it should not be possible to alter the path a
7893                 GtkASpell uses from outside)
7894
7895 2003-06-09 [thorsten]   0.9.0claws23
7896
7897         * src/gtk/gtkaspell.c
7898                 dont free prefs_common.aspell_path when closing compose
7899
7900 2003-06-08 [colin]      0.9.0claws22
7901
7902         * src/plugins/spamassassin/spamassassin.c
7903                 fix prefs types
7904
7905 2003-06-07 [christoph]  0.9.0claws21
7906
7907         * src/Makefile.am
7908         * src/compose.c
7909         * src/gtkaspell.[ch]            ** REMOVE **
7910         * src/gtk/Makefile.am
7911         * src/gtk/gtkaspell.[ch]        ** NEW **
7912                 o make gtkaspell independent from sylpheed's prefs
7913                 o move gtkaspell.[ch] to gtk directory
7914
7915 2003-06-07 [christoph]  0.9.0claws20
7916
7917         * src/Makefile.am
7918         * src/crash.c
7919         * src/export.c
7920         * src/filesel.[ch]              ** REMOVE **
7921         * src/folder.c
7922         * src/main.[ch]
7923         * src/common/sylpheed.[ch]
7924         * src/gtk/Makefile.am
7925         * src/gtk/filesel.[ch]          ** NEW **
7926         * src/gtk/pluginwindow.c
7927         * src/gtk/sslcertwindow.c
7928                 move filesel.[ch] to gtk directory
7929
7930 2003-06-07 [alfons]     0.9.0claws19
7931
7932         * src/filesel.c
7933                 make (multi) file selection dialog work again (Claws-only)
7934
7935 2003-06-07 [thorsten]   0.9.0claws18
7936
7937         * po/de.po
7938                 fix typos
7939
7940 2003-06-07 [alfons]     0.9.0claws17
7941
7942         * configure.ac
7943         * src/mimeview.c
7944                 detect apache mishap in which case don't include fnmatch.h
7945                 if regex.h is already included
7946
7947 2003-06-06 [christoph]  0.9.0claws16
7948
7949         * configure.ac
7950         * src/mimeview.h
7951                 add check for fnmatch.h and include it when available
7952
7953         * src/mimeview.[ch]
7954                 fix wrong case sensitivity of Content-Types
7955
7956         * src/gtk/Makefile.am
7957                 need the same include paths in gtk directory as in
7958                 common directory because .h files in common can
7959                 include files from these directories, when included
7960                 in gtk's .h or .c files
7961
7962 2003-06-06 [alfons]     0.9.0claws15
7963
7964         * src/mimeview.c
7965         * src/summaryview.c
7966                 make it compile again because of regex.h / fnmatch.h 
7967                 include problems (related to recent mime stuff, can
7968                 someone check this?)
7969
7970 2003-06-06 [thorsten]   0.9.0claws14
7971
7972         * src/folderview.c
7973                 possible use of uninitialized pointer while dragging
7974
7975 2003-06-06 [paul]       0.9.0claws13
7976
7977         * src/compose.c
7978                 fix bug where the insert sig button would be effective
7979                 only when auto_sig was set
7980
7981 2003-06-06 [paul]       0.9.0claws12
7982
7983         * sync with 0.9.2 release
7984
7985 2003-06-02 [paul]       0.9.0claws11
7986
7987         * sync with 0.9.1cvs1
7988                 see ChangeLog 2003-06-02
7989                 
7990         * po/de.po
7991                 update by Jens
7992
7993 2003-06-01 [christoph]  0.9.0claws10
7994
7995         * src/account.c
7996                 don't use substring search to find accounts by email address
7997
7998         (closes Bug 169 Overly loose matching of "From" address)
7999
8000 2003-05-31 [christoph]  0.9.0claws9
8001
8002         * doc-src/rfc2683.txt
8003         * src/imap.c
8004                 limit IMAP command length as recommended in RFC2683
8005                 (message number lists will be split into multiple imap
8006                 sets, the limit of 1000 octets is not a hard limit)
8007
8008         (closes Bug 161 sylpheed-claws exits with segfault when logging
8009          in to certain imap-servers)
8010
8011 2003-05-29 [alfons]     0.9.0claws8
8012
8013         * src/toolbar.[ch]
8014                 add print button (calling summary_print());
8015                 fine tune setting tooltip text;
8016                 (if someone needs other buttons, please take these 
8017                 commits as a guide, instead of bothering us - also
8018                 see 0.8.11claws150) 
8019
8020 2003-05-29 [darko]      0.9.0claws7
8021
8022         * src/compose.c
8023                 fix crash when word wrapping kicks in due to
8024                 changed text by spell checker
8025
8026 2003-05-29 [paul]       0.9.0claws6
8027
8028         * src/compose.c
8029                 fix bug where changing account would insert
8030                 sig even if auto_sig was FALSE
8031                 
8032         * ChangeLog
8033           ChangeLog.jp
8034           INSTALL
8035                 sync with 0.9.1 release
8036
8037 2003-05-28 [christoph]  0.9.0claws5
8038
8039         * src/imap.c
8040                 fix truncation of too long commands
8041
8042         (closes Bug 167 IMAP hangs trying to get envelope
8043          information in imap_get_uncached_messages)
8044
8045 2003-05-27 [paul]       0.9.0claws4
8046
8047         * tools/Makefile.am
8048           tools/maildir2sylpheed.pl     ** NEW FILE **
8049                 add kmail to sylpheed mailbox conversion script
8050
8051 2003-05-27 [paul]       0.9.0claws3
8052
8053         * sync with 0.9.0cvs10
8054                 see ChangeLog 2003-05-26
8055
8056 2003-05-26 [paul]       0.9.0claws2
8057
8058         * sync with 0.9.0cvs9
8059                 see ChangeLog 2003-05-26
8060
8061 2003-05-24 [paul]       0.9.0claws1
8062
8063         * sync with 0.9.0cvs8
8064                 see ChangeLog 2003-05-23
8065
8066 2003-05-24 [paul]       0.9.0claws
8067
8068         * version 0.9.0claws released
8069
8070 2003-05-24 [paul]       0.8.11claws177
8071
8072         * src/plugins/dillo-viewer/Makefile.am
8073           src/plugins/traycon/Makefile.am
8074                 add missing files
8075                 
8076         * po/bg.po
8077           po/en_GB.po
8078           po/es.po
8079           po/it.po
8080           po/pt_BR.po
8081           po/ru.po
8082           po/sr.po
8083                 update Bulgarian, British English, Spanish, Italian, 
8084                 Brazilian Portuguese, Russian, and Serbian translations, 
8085                 submitted by George Danchev, [me], Ricardo Mones Lastra,
8086                 André Filipe de Assunção e Brito, Alessandro Maestri, 
8087                 Ruslan N. Balkin, and Urke MMI
8088
8089 2003-05-23 [melvin]     0.8.11claws176
8090
8091         * po/fr.po
8092                 Updated French translations
8093
8094 2003-05-22 [paul]       0.8.11claws175
8095
8096         * src/Makefile.am
8097           src/addrbook.[ch]
8098           src/addrcache.[ch]
8099           src/addr_compl.[ch]
8100           src/adressbook.[ch]
8101           src/addrindex.[ch]
8102           src/addritem.[ch]
8103           src/editaddress.c
8104           src/editgroup.c
8105           src/editldap_basedn.c
8106           src/editldap.c
8107           src/jpilot.c
8108           src/vcard.c
8109                 revert to get ldap into it previous working state
8110                 
8111         * po/zh_TW.Big5.po
8112                 new Taiwanese translation,
8113                 submitted by Tsu-Fan Cheng <tscheng@ic.sunysb.edu>
8114
8115 2003-05-22 [christoph]  0.8.11claws174
8116
8117         * src/plugins/spamassassin/libspamc.[ch]
8118                 sync libspamc with SpamAssaain release 2.55
8119
8120 2003-05-22 [paul]       0.8.11claws173
8121
8122         * sync with 0.9.0cvs7
8123                 see ChangeLog 2003-05-22
8124                 
8125         * src/summaryview.c
8126                 revert change in 0.8.11claws172: follow
8127                 Hiroyuki's decision and that's the end of it.
8128
8129 2003-05-21 [paul]       0.8.11claws172
8130
8131         * src/summaryview.c
8132                 fix discrepency between open_unread_on_enter
8133                 and always_show_msg
8134
8135 2003-05-21 [paul]       0.8.11claws171
8136
8137         * sync with 0.9.0cvs6
8138                 see ChangeLog 2003-05-21
8139
8140 2003-05-21 [paul]       0.8.11claws170
8141
8142         * sync with 0.9.0cvs5
8143                 see ChangeLog 2003-05-21
8144
8145 2003-05-20 [paul]       0.8.11claws169
8146
8147         * sync with 0.9.0cvs4
8148                 see ChangeLog 2003-05-20
8149                 fixes bug #152, 'encoding of IMAP folders names'
8150
8151 2003-05-20 [paul]       0.8.11claws168
8152
8153         * sync with 0.9.0cvs3
8154                 see ChangeLog 2003-05-20
8155                 
8156         * src/tools/convert_mbox.pl
8157                 minor change in the comments, submitted by Fred Marton
8158
8159 2003-05-19 [paul]       0.8.11claws167
8160
8161         * src/plugins/clamav/Makefile.am
8162           configure.ac
8163                 link clamav_lib to the plugin and not to the main program
8164
8165 2003-05-19 [christoph]
8166
8167         * src/Makefile.am
8168                 add -export-dynamic for linking
8169
8170 2003-05-19 [paul]       0.8.11claws166
8171
8172         * sync with 0.9.0cvs1
8173                 see ChangeLog 2003-05-19
8174
8175 2003-05-19 [paul]       0.8.11claws165
8176
8177         * src/inc.c
8178                 fix 'pop before smtp' timeout
8179
8180 2003-05-18 [alfons]     0.8.11claws164
8181
8182         * src/prefs_matcher.c
8183                 put "execute" action command line ("expression") in edit box
8184
8185 2003-05-18 [christoph]  0.8.11claws163
8186
8187         * src/mimeview.[ch]
8188         * src/plugins/dillo_viewer/dillo_viewer.c
8189         * src/plugins/image_viewer/viewer.c
8190         * src/plugins/mathml_viewer/mathml_viewer.c
8191                 let a viewer have a list of Content-Types
8192
8193 2003-05-18 [paul]       0.8.11claws162
8194
8195         * src/prefs_filtering.c
8196                 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT,
8197                 and REDIRECT actions
8198
8199 2003-05-17 [christoph]
8200
8201         * README.claws
8202                 o remove dynamic signatures that was syned with main
8203                 o add infos about no longer "build in" image viewer
8204                 o update bugtracker URL
8205
8206 2003-05-17 [christoph]  0.8.11claws161
8207
8208         * src/folder.c
8209         * src/folderview.c
8210         * src/imap.c
8211                 don't use imap_scan_folder anymore. Instead call folder_item_scan
8212                 for every folder after rebuilding the folder tree.
8213
8214         (closes Bug 19 imap_scan_folder() computes incorrectly number of new
8215          messages)
8216
8217 2003-05-17 [christoph]  0.8.11claws160
8218
8219         * src/imap.c
8220                 don't use STATUS command on current folder to check for
8221                 content changes. imap_cmd_ok() now tracks changes to
8222                 folder and number of existing messages.
8223
8224 2003-05-17 [paul]       0.8.11claws159
8225
8226         * src/plugins/clamav/clamav_plugin.c
8227                 remove unnecessary debug_print
8228
8229 2003-05-16 [thorsten]   0.8.11claws158
8230
8231         * src/plugins/demo.c
8232                 included missing intl.h
8233
8234 2003-05-16 [paul]       0.8.11claws157
8235
8236         * po/POTFILES.in
8237                 remove non-existant entries
8238         
8239         * src/plugins/clamav/clamav_plugin.c
8240           src/plugins/clamav/clamav_plugin_gtk.c
8241           src/plugins/dillo_viewer/dillo_prefs.c
8242           src/plugins/dillo_viewer/dillo_viewer.c
8243                 gettextise
8244
8245 2003-05-16 [christoph]  0.8.11claws156
8246
8247         * po/POTFILES.in
8248                 include plugin .c files for translation until I
8249                 find a better solution to have plugins have their
8250                 own textdomain
8251         * src/plugins/demo/demo.c
8252         * src/plugins/image_viewer/plugin.c
8253         * src/plugins/mathml_viewer/mathml_viewer.c
8254         * src/plugins/spamassassin/spamassassin.c
8255         * src/plugins/spamassassin/spamassassin_gtk.c
8256         * src/plugins/trayicon/trayicon.c
8257                 add gettext macros for plugin name and description
8258
8259 2003-05-16 [paul]
8260
8261         * sync with 0.9.0
8262
8263 2003-05-16 [paul]       0.8.11claws155
8264
8265         * sync with lastest 0.9.0pre1
8266                 see ChangeLog 2003-05-16
8267
8268 2003-05-15 [paul]       0.8.11claws154
8269
8270         * sync with latest 0.9.0pre1
8271                 see ChangeLog 2003-05-14 and 2003-05-15
8272
8273 2003-05-14 [christoph]  0.8.11claws153
8274
8275         * src/plugins/image_viewer/viewer.c
8276         * src/plugins/image_viewer/viewer.glade         ** NEW **
8277         * src/plugins/image_viewer/viewerprefs.c
8278                 make it possible to disable the autoload function in the
8279                 imageviewer again
8280
8281 2003-05-14 [christoph]  0.8.11claws152
8282
8283         * src/folder.c
8284                 fix folder update after adding a message
8285
8286 2003-05-13 [alfons]     0.8.11claws151
8287
8288         * src/common/session.c
8289                 remove debug traces
8290                 
8291         * src/addrcache.[ch]
8292         * src/filtering.[ch]
8293         * src/folder.[c]
8294         * src/gtkaspell.[ch]
8295         * src/imap.[ch]
8296         * src/mbox_folder.[ch]
8297         * src/mh.[ch]
8298         * src/mimeview.h
8299         * src/msgcache.[ch]
8300         * src/news.[ch]
8301         * src/passphrase.[ch]
8302         * src/prefs_common.[ch]
8303         * src/prefs_gtk.[ch]
8304         * src/procmsg.c
8305         * src/scoring.[ch]
8306                 be pedantic; (in prototypes () implies (int))
8307
8308 2003-05-13 [alfons]     0.8.11claws150
8309
8310         * src/prefs_toolbar.[ch]
8311         * src/summaryview.[ch]
8312         * src/toolbar.[ch]
8313                 change misleading text in toolbar prefs;
8314                 add toolbar action for ignore thread (toggles ignore thread flag);
8315                 clean up a little bit;
8316
8317 2003-05-12 [paul]
8318
8319         * tools/convert_mbox.pl
8320                 bug fixed by Fred Marton
8321
8322 2003-05-12 [paul]
8323
8324         * sync with 0.9.0pre1
8325
8326 2003-05-09 [paul]       0.8.11claws149
8327
8328         * sync with 0.8.11cvs43
8329                 see ChangeLog 2003-05-09
8330
8331 2003-05-08 [christoph]  0.8.11claws148
8332
8333         * src/imap.[ch]
8334                 o use CAPABILIY as first command and check for PREAUTH
8335                   information in the response to it
8336                 o rewrite all imap_cmd_* functions to use an IMAPSession
8337                   instead of a SockInfo as parameter
8338                 o do STARTTLS after fetching and checking the server
8339                   capabilities
8340
8341 2003-05-08 [paul]       0.8.11claws147
8342
8343         * tools/Makefile.am
8344           tools/README
8345           tools/convert_mbox.pl         ** NEW FILE **
8346                 add mbox conversion script. Submitted by 
8347                 Fred Marton <Fred.Marton@uni-bayreuth.de>
8348
8349 2003-05-07 [christoph]
8350
8351         * doc-src/glade.txt
8352         * src/gtk/pluginwindow.glade
8353         * src/plugins/image_viewer/viewerprefs.glade
8354         * src/plugins/spamassassin/spamassassin_gtk.glade
8355                 add glade files for user interfaces and a description how
8356                 to use glade to create the sylpheed code
8357
8358 2003-05-07 [paul]       0.8.11claws146
8359
8360         * sync with 0.8.11cvs41
8361                 see ChangeLog 2003-05-07
8362
8363 2003-05-06 [christoph]  0.8.11claws145
8364
8365         * src/main.c
8366         * src/plugins/image_viewer/viewer.c
8367                 fix usage of imlib in imageviewer plugin
8368
8369         * src/gtk/prefswindow.c
8370                 handle window close event correctly
8371
8372 2003-05-06 [paul]       0.8.11claws144
8373
8374         * src/common/ssl.c
8375                 fix typo introduced in sync
8376
8377 2003-05-06 [paul]       0.8.11claws143
8378
8379         * sync with 0.8.11cvs39
8380                 see ChangeLog 2003-05-06
8381
8382 2003-05-06 [paul]       0.8.11claws142
8383
8384         * AUTHORS
8385           po/cs.po
8386                 updated Czech translation, submitted by 
8387                 Radek Vybiral <Radek.Vybiral@vsb.cz>
8388                 
8389         * src/plugins/clamav/clamav_plugin_gtk.c
8390                 clean up
8391
8392 2003-05-03 [alfons]     0.8.11claws141
8393
8394         * src/compose.[ch]
8395                 make paste as quotation work even when the call to 
8396                 text_inserted() was deferred (fixes bug #140 "Paste 
8397                 as quotation does not work when using "external" 
8398                 clipboard")
8399
8400 2003-05-03 [thorsten]   0.8.11claws140
8401
8402         * src/addrquery.h
8403           src/ldapquery.h
8404           src/mainwindow.c
8405                 removed C++ comments
8406         * src/addr_compl.c
8407                 function with non-int retval/param used before
8408                 implementation/declaration
8409
8410 2003-05-02 [paul]       0.8.11claws139
8411
8412         * src/addr_compl.[ch]
8413           src/addressbook.[ch]
8414           src/addrindex.c
8415           src/summaryview.c
8416                 revert match's changes to (finally) remove the bug where
8417                 opening a folder causes massive slowdown when using the 
8418                 'Display sender using address book' option
8419
8420 2003-05-01 [melvin]     0.8.11claws138
8421
8422         * src/plugins/dillo_viewer/dillo_prefs.[ch]
8423         * src/plugins/dillo_viewer/dillo_viewer.c
8424                 Fixed bug where "Cancel" button from prefs issued
8425                 warnings.
8426                 Comply a little more to coding style
8427
8428 2003-05-01 [paul]       0.8.11claws137
8429
8430         * sync with 0.8.11cvs38
8431                 see ChangeLog 2003-05-01
8432
8433 2003-05-01 [paul]       0.8.11claws136
8434
8435         * po/bg.po
8436                 updated by George Danchev
8437
8438 2003-04-30 [christoph]  0.8.11claws135
8439
8440         * src/plugins/dillo_viewer/dillo_prefs.c
8441         * src/plugins/image_viewer/viewerprefs.c
8442         * src/plugins/spamassassin/spamassassin_gtk.c
8443                 remove gtk_widget_ref() calls for widgets in
8444                 glade code
8445
8446 2003-04-30 [paul]       0.8.11claws134
8447
8448         * src/addrindex.c
8449                 ok, this time a better fix for the bug where opening folder
8450                 has massive slowdown when using the 'Display sender using 
8451                 address book' option
8452
8453 2003-04-30 [paul]       0.8.11claws133
8454
8455         * src/addrindex.c
8456                 revert the 'fix' of 0.8.11claws128 because it doesn't fix it
8457         
8458 2003-04-30 [melvin]     0.8.11claws132
8459
8460         New: Dillo plugin preferences (patch by Dimitar Haralanov)
8461
8462         * src/plugins/dillo_viewer/dillo_prefs.[ch]     *** NEW ***
8463                 Preferences for the dillo plugin
8464         * src/plugins/dillo_viewer/dillo_viewer.c
8465                 Support for preferences
8466         * src/plugins/dillo_viewer/Makefile.am
8467                 Added dillo_prefs.[ch]
8468
8469 2003-04-30 [alfons]     0.8.11claws131
8470
8471         * src/common/plugin.[ch]
8472                 see? this ANSI C'fication immediately gives us type
8473                 checking for free.
8474
8475 2003-04-30 [alfons]     0.8.11claws130
8476
8477         * src/common/plugin.[ch]
8478         * src/plugins/clamav/clamav_plugin.[ch]
8479         * src/plugins/clamav/clamav_plugin_gtk.c
8480         * src/plugins/demo/demo.c
8481         * src/plugins/dillo_viewer/dillo_viewer.c
8482         * src/plugins/image_viewer/plugin.c
8483         * src/plugins/image_viewer/viewer.[ch]
8484         * src/plugins/image_viewer/viewerprefs.[ch]
8485         * src/plugins/mathml_viewer/mathml_viewer.c
8486         * src/plugins/spamassassin/spamassassin.[ch]
8487         * src/plugins/spamassassin/spamassassin_gtk.c
8488         * src/plugins/trayicon/trayicon.c
8489                 clean up
8490
8491 2003-04-30 [alfons]     0.8.11claws129
8492
8493         * src/common/utils.c
8494                 make is_ascii_str() fail gracefully when NULL pointer
8495                 is passed
8496
8497 2003-04-30 [paul]       0.8.11claws128
8498
8499         * src/addrindex.c
8500                 fix bug where opening folder has massive slowdown when
8501                 using the 'Display sender using address book' option
8502
8503 2003-04-30 [paul]       0.8.11claws127
8504
8505         * src/plugins/clamav/clamav_plugin.c
8506           src/plugins/clamav/clamav_plugin_gtk.c
8507           src/plugins/demo/demo.c
8508           src/plugins/dillo_viewer/dillo_viewer.c
8509           src/plugins/image_viewer/plugin.c
8510           src/plugins/mathml_viewer/mathml_viewer.c
8511           src/plugins/spamassassin/spamassassin.c
8512           src/plugins/spamassassin/spamassassin_gtk.c
8513           src/plugins/trayicon/trayicon.c
8514                 get rid of eye-hurting function signatures
8515
8516 2003-04-30 [paul]       0.8.11claws126
8517
8518         * src/plugins/trayicon/trayicon.c
8519                 add description
8520                 
8521         * src/mimeview.c
8522                 be more descriptive
8523
8524 2003-04-30 [paul]       0.8.11claws125
8525
8526         * configure.ac
8527                 arrange the plugins in reverse alphabetical order
8528                 
8529         * src/plugins/clamav/clamav_plugin.[ch]
8530           src/plugins/clamav/clamav_plugin_gtk.c
8531                 rename some params
8532                 resize max_size window
8533                 re-arrange the order of some gui elements
8534                 improve descriptions
8535         
8536         * src/plugins/image_viewer/plugin.c
8537           src/plugins/mathml_viewer/mathml_viewer.c
8538                 add descriptions
8539                 
8540         * src/plugins/spamassassin/spamassassin_gtk.c
8541                 resize max_size window
8542                 re-arrange the order of some gui elements
8543                 
8544         * src/messageview.c
8545           src/mimeview.c
8546                 correct typos
8547
8548 2003-04-30 [alfons]     0.8.11claws124
8549
8550         * src/imap.c
8551                 fix a leak found while browsing Martin Kluge's 
8552                 valgrind log (Claws only)
8553
8554 2003-04-29 [darko]      0.8.11claws123
8555
8556         * src/gtk/gtkstext.h
8557                 include wchar.h if it is available, fixes compilation
8558                 on HP-UX systems
8559
8560 2003-04-29 [melvin]     0.8.11claws122
8561
8562         * src/prefs_actions.c
8563                 Improved help text of Actions' syntax
8564
8565 2003-04-28 [paul]       0.8.11claws121
8566
8567         * src/action.c
8568                 a better fix for the crash when performing an action
8569                 on a mime part
8570
8571 2003-04-28 [paul]       0.8.11claws120
8572
8573         * src/action.c
8574                 fix crash when performing an action on a
8575                 mime part
8576
8577 2003-04-28 [paul]       0.8.11claws119
8578
8579         * sync with 0.8.11cvs36
8580                 see ChangeLog 2003-04-28
8581
8582 2003-04-27 [paul]       0.8.11claws118
8583
8584         * more sync with 0.8.11cvs35
8585                 see ChangeLog 2003-04-25
8586
8587 2003-04-26 [christoph]  0.8.11claws117
8588
8589         * src/folder.c
8590                 fix remove virtual check
8591
8592 2003-04-26 [paul]       0.8.11claws116
8593
8594         * src/messageview.c
8595                 fix return-receipt, make it work again
8596
8597 2003-04-26 [paul]       0.8.11claws115
8598
8599         * src/mimeview.c
8600                 restore double-clicking of the [application/pgp-signature 
8601                 (Select "Check signature" to check)] line in the message view,
8602                 broken in recent sync
8603
8604 2003-04-26 [christoph]  0.8.11claws114
8605
8606         * src/folder.c
8607                 check if remove virtual really exists before
8608                 calling the function
8609
8610 2003-04-25 [match]      0.8.11claws113
8611
8612         * src/addrindex.c
8613         * src/addrbook.c
8614         * src/ldapquery.[ch]
8615         * src/ldapctrl.[ch]
8616                 fix memleak.
8617         * src/ldapserver.[ch]
8618                 fix memleak. fix segfault.
8619                 plug a Claws memleak
8620
8621 2003-04-25 [alfons]     0.8.11claws112
8622
8623         * src/folder.c
8624                 plug a Claws memleak
8625
8626 2003-04-25 [alfons]     0.8.11claws111
8627
8628         * src/common/session.c
8629                 plug a memleak
8630
8631 2003-04-25 [paul]       0.8.11claws110
8632
8633         * sync with 0.8.11cvs35
8634                 see ChangeLog 2003-04-24 and 2003-04-25
8635                 
8636         * src/gtk/pluginwindow.c
8637                 correct another strange float value
8638
8639 2003-04-24 [christoph]  0.8.11claws109
8640
8641         * src/folder.c
8642                 freeze folder item updates when unsetting new flags
8643
8644         * src/gtk/pluginwindow.c
8645                 correct strange float value
8646
8647 2003-04-23 [paul]       0.8.11claws108
8648
8649         * sync with 0.8.11cvs33
8650                 see ChangeLog 2003-04-23
8651
8652 2003-04-22 [paul]       0.8.11claws107
8653
8654         * src/Makefile.am
8655           src/messageview.c
8656           src/mimeview.c
8657           src/pgptext.[ch]      ** REMOVED **
8658                 remove pgptext.[ch] as its not used any more
8659
8660 2003-04-22 [paul]       0.8.11claws106
8661
8662         * sync with 0.8.11cvs31
8663                 see ChangeLog 2003-04-21 and 2003-04-22
8664
8665 2003-04-21 [alfons]     0.8.11claws105
8666
8667         * src/main.c
8668                 No access to GTK structures if we're a spawned child
8669                 (and clean up code a little bit...) Should fix #126.
8670
8671 2003-04-21 [melvin]     0.8.11claws104
8672
8673         * src/plugins/dillo_viewer/README
8674                 Improved slightly the text.
8675
8676 2003-04-21 [melvin]     0.8.11claws103
8677
8678         * src/plugins/dillo_viewer/README *** NEW ***
8679                 Added a README file for the Dillo plugin
8680
8681 2003-04-20 [paul]
8682
8683         * tools/README
8684           tools/outlook2sylpheed.pl
8685                 updated and improved by Ricardo Mones Lastra
8686
8687 2003-04-18 [oliver]     0.8.11claws102
8688
8689         * src/inc.c 
8690         * src/prefs_account.h
8691                 remove Pop3SessionType (used by selective download)
8692         * src/prefs_toolbar.c
8693                 enable set Default Toolbar button
8694
8695 2003-04-18 [paul]       0.8.11claws101
8696
8697         * sync with 0.8.11cvs29
8698                 see ChangeLog 2003-04-18
8699
8700 2003-04-17 [paul]       0.8.11claws100
8701
8702         * src/prefs_common.[ch]
8703           src/summaryview.c
8704                 remove 'Open next message on deletion' option,
8705                 as the same effect can now be achieved via the
8706                 'Always open messages in summary when selected'
8707                 option.
8708
8709 2003-04-17 [paul]       0.8.11claws99
8710
8711         * sync with 0.8.11cvs28
8712                 see ChangeLog 2003-04-17
8713
8714 2003-04-17 [christoph]  0.8.11claws98
8715
8716         * ac/spamassassin.m4
8717         * src/plugins/spamassassin/libspamc.[ch]
8718         * src/plugins/spamassassin/utils.[ch]
8719                 sync libspamc with SpamAssassin project
8720
8721 2003-04-17 [christoph]  0.8.11claws97
8722
8723         * src/common/socket.h
8724         * src/gtk/sslcertwindow.h
8725                 rename old USE_SSL to USE_OPENSSL
8726
8727 2003-04-17 [paul]       0.8.11claws96
8728
8729         * src/prefs_common.h
8730                 use gulong for P_COLOR so that it compiles/runs on
8731                 64-bit systems. Patch submitted by James Noyes
8732                 <jnoyes-claws@retrogeeks.com>
8733                 
8734         * po/de.po
8735                 updated by Jens
8736
8737 2003-04-17 [paul]       0.8.11claws95
8738
8739         * sync with 0.8.11cvs27
8740                 see ChangeLog 2003-04-16
8741
8742 2003-04-15 [paul]       0.8.11claws94
8743
8744         * src/prefs_common.[ch]
8745                 rearrange to stop the window getting too long:
8746                         move Receive dialog stuff to Receive tab
8747                         move Send dialog to Send tab
8748                         remove Dialogs frame
8749                 rename 'Open messages in summary with cursor keys' to
8750                 'Always open messages in summary when selected', as its
8751                 more appropriate
8752
8753 2003-04-15 [paul]       0.8.11claws93
8754
8755         * src/prefs_common.[ch]
8756           src/summaryview.c
8757                 add new option '/Interface/Open next message on deletion'
8758
8759 2003-04-15 [paul]       0.8.11claws92
8760
8761         * src/summaryview.[ch]
8762                 add /Mark/Lock and /Mark/Unlock to the pop-up
8763                 menu. Patch submitted by Ivan Francolin Martinez
8764                 <ivanfm@users.sourceforge.net>
8765
8766 2003-04-15 [paul]       0.8.11claws91
8767
8768         * sync with 0.8.11cvs24
8769                 see ChangeLog 2003-04-15
8770
8771 2003-04-14 [jens]       0.8.11claws90
8772
8773         * updated German translation and some corrections from
8774                 Roland Bless <bless@tm.uka.de>
8775
8776 2003-04-14 [paul]       0.8.11claws89
8777
8778         * sync with 0.8.11cvs22
8779                 see ChangeLog 2003-04-14
8780
8781 2003-04-13 [paul]       0.8.11claws88
8782
8783         * src/plugins/clamav/clamav_plugin.c
8784                 fix memory leaks
8785                 clean up
8786
8787 2003-04-12 [paul]       0.8.11claws87
8788
8789         * src/plugins/clamav/clamav_plugin.c
8790                 activate enable/disable archive scanning option
8791                 
8792         * src/plugins/clamav/.cvsignore         ** NEW FILE **
8793
8794 2003-04-12 [paul]       0.8.11claws86
8795
8796         * src/plugins/Makefile.am
8797           src/plugins/clamav/Makefile.am                ** NEW FILE **
8798           src/plugins/clamav/README                     ** NEW FILE ** 
8799           src/plugins/clamav/clamav_plugin.[ch]         ** NEW FILES **
8800           src/plugins/clamav/clamav_plugin_gtk.c        ** NEW FILE **
8801                 add Clam AntiVirus plugin
8802
8803 2003-04-12 [paul]       0.8.11claws85
8804
8805         * sync with 0.8.11cvs21
8806                 see ChangeLog 2003-04-11
8807
8808 2003-04-11 [paul]       0.8.11claws84
8809
8810         * po/es.po
8811                 update Spanish translation. Submitted by Ricardo
8812                 Mones Lastra.
8813
8814 2003-04-10 [christoph]  0.8.11claws83
8815
8816         * src/mbox.c
8817                 fix typo that did not move unfiltered mails to destination
8818                 folder
8819
8820         (closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
8821          when filtering from spool)
8822
8823 2003-04-10 [christoph]  0.8.11claws82
8824
8825         * src/imap.c
8826                 use BODY.PEEK instead of BODY in in message fetch operation
8827                 to make sure the IMAP server does not set the \Seen flag for
8828                 messages. Sylpheed does that later itself, when the message
8829                 is opened in sylpheed
8830
8831         (closes Bug 111 Claws destroys unread marks)
8832
8833 2003-04-09 [oliver]     0.8.11claws81
8834         
8835         * src/folder.c
8836                 fix crash in folder_destroy
8837         * README.claws
8838                 remove selective download
8839
8840 2003-04-09 [christoph]  0.8.11claws80
8841
8842         * src/imap.c
8843                 fix crash in imap_get_msginfo() when then fetched message
8844                 is not found
8845
8846         (closes Bug 110 Crash during mail composition)
8847
8848 2003-04-08 [christoph]  0.8.11claws79
8849
8850         * src/folder.c
8851         * src/prefs_account.c
8852                 Filter new messages that are found in an INBOX folder
8853                 when 'Filter messages on receiving' is enabled in the
8854                 Folder's AccountPrefs. This allows to use Sylpheed's
8855                 filtering engine for IMAP folders where messages are
8856                 added to the INBOX by a MTA
8857
8858 2003-04-08 [paul]       0.8.11claws78
8859
8860         * src/procmsg.h
8861                 clean up after last commit
8862
8863 2003-04-08 [paul]       0.8.11claws77
8864
8865         * sync with 0.8.11cvs20
8866                 see ChangeLog 2003-04-07 and 2003-04-08
8867
8868 2003-04-07 [christoph]  0.8.11claws76
8869
8870         * src/filtering.[ch]
8871         * src/inc.[ch]
8872         * src/mbox.c
8873         * src/procmsg.[ch]
8874                 add procmsg_msginfo_filter() to execute filtering actions
8875
8876 2003-04-06 [christoph]  0.8.11claws75
8877
8878         * src/imap.c
8879                 use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
8880
8881 2003-04-06 [christoph]  0.8.11claws74
8882
8883         * src/common/utils.[ch]
8884                 add g_int_compare() function for slist sorting
8885
8886         * src/imap.c
8887                 fetch all MsgInfos with one command in imap_get_msginfos()
8888                 using an imap set with a list of ranges
8889
8890         * src/news.c
8891                 use new g_int_compare() function
8892
8893 2003-04-06 [thorsten]   0.8.11claws73
8894
8895         * src/mh.c
8896                 corrected implementation of mh_folder_destroy()
8897
8898 2003-04-05 [christoph]  0.8.11claws72
8899
8900         * src/account.c
8901         * src/folder.[ch]
8902         * src/folderview.c
8903         * src/imap.c
8904         * src/inc.c
8905         * src/main.c
8906         * src/mainwindow.c
8907         * src/mbox_folder.c
8908         * src/mh.c
8909         * src/mimeview.h
8910         * src/msgcache.[ch]
8911         * src/news.c
8912         * src/procmime.h
8913         * src/procmsg.[ch]
8914         * src/setup.c
8915         * src/gtk/gtkutils.c
8916                 o rename structure field names class and new to klass and
8917                   new_msgs, to allow including files in C++
8918                 o add 'extern "C"' block to some header files
8919                 o add MsgInfoList and MsgNumberList as alias for GSList for
8920                   developers to know what type of list is expected
8921
8922         * src/plugins/image_viewer/plugin.c
8923         * src/plugins/image_viewer/viewer.[ch]
8924         * src/plugins/image_viewer/viewerprefs.[ch]
8925                 rename function names to prevent conflicts
8926
8927 2003-04-05 [paul]       0.8.11claws71
8928
8929         * sync with 0.8.11cvs18
8930                 see ChangeLog 2003-04-03 and 2003-04-04
8931
8932 2003-04-02 [christoph]  0.8.11claws70
8933
8934         * src/folder.[ch]
8935         * src/imap.[ch]
8936         * src/mbox_folder.[ch]
8937         * src/mh.[ch]
8938         * src/news.[ch]
8939                 o Make all virtual folder functions private
8940                 o remove unused folder code
8941
8942         * src/common/socket.[ch]
8943         * src/summaryview.c
8944                 fix warnings
8945
8946 2003-03-30 [alfons]     0.8.11claws69
8947
8948         * src/send_message.c
8949                 remove two debug traces and see if people still report
8950                 errors
8951
8952 2003-03-30 [alfons]     0.8.11claws68
8953
8954         * src/send_message.c
8955         * src/commons/session.c
8956                 add more debug traces
8957
8958 2003-03-30 [christoph]  0.8.11claws67
8959
8960         * src/folder.c
8961                 change processing folder name from .processing to processing
8962
8963         * src/common/ssl.c
8964                 disable SSL certificate check because it causes Xlib error
8965                 when the child process want's to open an GTK window
8966
8967 2003-03-30 [christoph]  0.8.11claws66
8968
8969         * src/folder.c
8970                 don't use default folder for processing folder item because
8971                 it can be a non local folder
8972
8973         (fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
8974
8975 2003-03-30 [alfons]     0.8.11claws65
8976
8977         * src/send_message.c
8978                 try fixing crashes when sending messages: my gcc 2.95.4 seems 
8979                 to generate bad code for 'send_send_data_progressive': When
8980                 called from 'send_send_data_finished', the 'data' pointer is
8981                 cleared just before the assignment to the dialog pointer
8982
8983 2003-03-29 [christoph]  0.8.11claws64
8984
8985         * src/common/prefs.h
8986         * src/plugins/image_viewer/Makefile.am
8987         * src/plugins/image_viewer/plugin.c
8988         * src/plugins/image_viewer/viewer.[ch]
8989         * src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
8990                 add PrefsPage for ImageViewer
8991
8992 2003-03-28 [thorsten]   0.8.11claws63
8993
8994         * src/common/session.c
8995                 added some comments
8996
8997 2003-03-28 [paul]       0.8.11claws62
8998
8999         * sync with 0.8.11cvs16
9000                 see ChangeLog 2003-03-28
9001
9002 2003-03-28 [paul]       0.8.11claws61
9003
9004         * sync with 0.8.11cvs15
9005                 see ChangeLog 2003-03-28
9006
9007 2003-03-27 [christoph]  0.8.11claws60
9008
9009         * src/folder.c
9010         * src/imap.c
9011         * src/common/socket.[ch]
9012                 set socket state to DISCONNECTED when any operation
9013                 fails to allow reconnecting in IMAP code without
9014                 checking the return code of all calls to the command
9015                 functions
9016
9017         * src/folderview.c
9018         * src/summaryview.c
9019                 remove some more stuff that depends on specific
9020                 folder types
9021
9022 2003-03-27 [paul]       0.8.11claws59
9023
9024         * sync with 0.8.11cvs14
9025                 see ChangeLog 2003-03-27
9026                 
9027         * src/selective_download.[ch]   ** REMOVED **
9028                 really removed
9029
9030 2003-03-27 [christoph]  0.8.11claws58
9031
9032         * src/folder.c
9033                 fix handling of tmp_flags in flag copy function
9034
9035 2003-03-27 [paul]       0.8.11claws57
9036
9037         * sync with 0.8.11cvs13
9038                 see ChangeLog 2003-03-27
9039
9040 2003-03-27 [oliver]     0.8.11claws56
9041
9042         * src/maiwindow.c
9043                 remove sel_download_cb
9044
9045 2003-03-27 [oliver]     0.8.11claws55
9046         
9047         * src/inc.c
9048                 remove POP3_TOP
9049         
9050 2003-03-26 [oliver]     0.8.11claws54
9051
9052         *src/pop.h
9053                 remove POP3_TOP*
9054         * README.claws
9055                 remove selective donwload readme
9056
9057 2003-03-26 [oliver]     0.8.11claws53
9058         * src/matcher.[ch]
9059         * src/matcher_parser_parse.y 
9060         * src/pop.c 
9061         * src/prefs_account.[ch]
9062         * src/prefs_filtering.c
9063                 remove selective donwload
9064
9065 2003-03-26 [oliver]     0.8.11claws52
9066
9067         * src/inc.[ch] 
9068         * src/filtering.c 
9069         * src/mainwindow.c 
9070                 remove selective donwload
9071
9072 2003-03-26 [oliver]     0.8.11claws51
9073         
9074         * src/Makefile.am
9075         * src/selective_download.[ch]   ** REMOVE **    
9076
9077 2003-03-26 [christoph]  0.8.11claws50
9078
9079         * src/news.c
9080                 fix NEWS that got broken by a sync with sylpheed-main
9081
9082 2003-03-26 [christoph]  0.8.11claws49
9083
9084         * src/mimeview.c
9085                 fix mime type guessing when no mime type is found for a file
9086
9087 2003-03-25 [christoph]  0.8.11claws48
9088
9089         * src/mimeview.c
9090         * src/procmime.c
9091                 remove mime type guessing from mime parser and use
9092                 name based mime types in viewer lookup for mime type
9093                 application/octet-stream
9094
9095 2003-03-25 [christoph]  0.8.11claws47
9096
9097         * doc-src/readme.txt
9098         * doc-src/rfc2554.txt
9099                 add RFC about SMTP AUTH
9100
9101         * src/send_message.c
9102         * src/common/smtp.[ch]
9103                 add extra error code for authentication errors and
9104                 clear temporary password when this error occurs
9105
9106         (closes Bug 84 authentication failure while sending should
9107          prompt for password again)
9108
9109 2003-03-25 [christoph]  0.8.11claws46
9110
9111         * configure.ac
9112         * src/Makefile.am
9113         * src/imageview.[ch]                            ** REMOVE **
9114         * src/messageview.[ch]
9115         * src/mimeview.[ch]
9116         * src/prefs_common.[ch]
9117         * src/textview.c
9118         * src/plugins/Makefile.am
9119         * src/plugins/image_viewer/.cvsignore           ** NEW **
9120         * src/plugins/image_viewer/Makefile.am          ** NEW **
9121         * src/plugins/image_viewer/plugin.c             ** NEW **
9122         * src/plugins/image_viewer/viewer.[ch]          ** NEW **
9123                 move image viewer into a plugin (building is enabled by default)
9124                 [ToDo: Prefs for resize and autoview]
9125
9126 2003-03-25 [paul]       0.8.11claws45
9127
9128         * sync with 0.8.11cvs12
9129                 see ChangeLog 2003-03-26
9130
9131 2003-03-25 [paul]       0.8.11claws44
9132
9133         * sync with 0.8.11cvs11
9134                 see ChangeLog 2003-03-22, 2003-03-24 and 2003-03-25
9135                 
9136         Note: Selective Download is broken.
9137                 
9138 2003-03-22 [christoph]  0.8.11claws43
9139
9140         * src/folder.c
9141                 code cleanup for flags copying
9142
9143 2003-03-22 [christoph]  0.8.11claws42
9144
9145         * src/plugins/trayicon/trayicon.c
9146                 fix setting the transparent area when the window size
9147                 is forced by the system tray
9148
9149 2003-03-22 [christoph]  0.8.11claws41
9150
9151         * src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
9152         * src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
9153         * src/plugins/trayicon/newmail.xpm              ** NEW **
9154         * src/plugins/trayicon/nomail.xpm               ** NEW **
9155         * src/plugins/trayicon/trayicon.c
9156         * src/plugins/trayicon/unreadmail.xpm           ** NEW **
9157                 o replace GBiff icons with KBiff icons resized to 16x16 pixel
9158                 o add icon for unread mails
9159                 o set transparency for window
9160
9161 2003-03-22 [christoph]  0.8.11claws40
9162
9163         * src/news.c
9164                 init news session to prevent crash when session is closed
9165
9166 2003-03-22 [christoph]  0.8.11claws39
9167
9168         * src/imap.c
9169         * src/common/session.[ch]
9170                 Init session data to make sure we don't have invalid pointers
9171                 for read_ch and write_ch when new multi process sessions are
9172                 not used
9173
9174         * src/main.c
9175         * src/common/plugin.c
9176         * src/common/sylpheed.c
9177         * src/plugins/demo/demo.c
9178         * src/plugins/dillo_viewer/dillo_viewer.c
9179         * src/plugins/mathml_viewer/mathml_viewer.c
9180         * src/plugins/spamassassin/spamassassin.c
9181         * src/plugins/spamassassin/spamassassin_gtk.c
9182                 add plugin types to allow loading plugins at different times
9183                 (and maybe for different frontends), because it's not good to
9184                 load GTK-Plugins gefore gtk_init was called
9185
9186         * configure.ac
9187         * src/plugins/Makefile.am
9188         * src/plugins/trayicon/.cvsignore               ** NEW **
9189         * src/plugins/trayicon/Makefile.am              ** NEW **
9190         * src/plugins/trayicon/eggtrayicon.c            ** NEW **
9191         * src/plugins/trayicon/eggtrayicon.h            ** NEW **
9192         * src/plugins/trayicon/gnome-mail.xpm           ** NEW **
9193         * src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
9194         * src/plugins/trayicon/trayicon.c               ** NEW **
9195                 New Trayicon plugin that shows an icon in a systray that uses
9196                 XEMBED protocol like Gnome's systray. Icon shows if there
9197                 are new mails and a tooltip shows information about new,
9198                 unread and total messages.
9199
9200 2003-03-22 [paul]       0.8.11claws38
9201
9202         * src/common/smtp.c
9203                 fix ESMTP AUTH CRAM-MD5
9204                 [sync with main (still version 0.8.11cvs6), see
9205                  ChangeLog 2003-03-22]
9206
9207 2003-03-21 [colin]      0.8.11claws37
9208
9209         * src/send_message.c
9210                 Fix USE_SSL => USE_OPENSSL
9211
9212 2003-03-21 [colin]      0.8.11claws36
9213
9214         * src/folderview.c
9215                 Fix counts in drag and dropped subfolders
9216
9217 2003-03-21 [colin]      0.8.11claws35
9218
9219         * src/folder.c 
9220         * src/folderview.c
9221                 speed up a bit folder dnd
9222
9223 2003-03-20 [alfons]     0.8.11claws34
9224
9225         * src/main.c
9226         * src/toolbar.c
9227         * src/procmsg.c
9228                 don't send locked queue messages
9229                 (feature request "[ 705245 ] Locking message in outbox 
9230                  should prevent sending")
9231
9232 2003-03-20 [christoph]  0.8.11claws33
9233
9234         * src/folder.c
9235                 remove NEW and UNREAD flag in special folders when scanning
9236                 
9237         * src/common/smtp.c
9238                 fix ESMTP AUTH CRAM-MD5
9239
9240 2003-03-20 [paul]       0.8.11claws32
9241
9242         * src/prefs_account.c
9243                 Re-write 'Tunnel command to open connection' as
9244                 'Use command to communicate with server', and disable
9245                 it for all except IMAP accounts
9246
9247 2003-03-20 [paul]       0.8.11claws31
9248
9249         * sync with 0.8.11cvs6
9250                 see ChangeLog 2003-03-20
9251
9252 2003-03-19 [match]      0.8.11claws30
9253
9254         * src/addritem.[ch]
9255                 include documentation. minor refactoring.
9256         * src/addr_compl.[ch]
9257         * src/addrindex.[ch]
9258         * src/addresbook.[ch]
9259         * src/summaryview.c
9260                 re-enable address lookup (was disabled in
9261                 0.8.11claws20).
9262
9263 2003-03-19 [christoph]  0.8.11claws29
9264
9265         * src/procmsg.c
9266                 add temp flag handling, will make moving and copying
9267                 messages possible again
9268
9269         * src/folder.c
9270                 correct calulation of folder stats
9271
9272 2003-03-18 [match]      0.8.11claws28
9273
9274         * src/editgroup.h
9275                 remove case sensitive comparison (closes bug 80).
9276
9277 2003-03-18 [christoph]  0.8.11claws27
9278
9279         * src/imap.c
9280                 fix imap using a tunnel command
9281
9282         (closes bug 87)
9283
9284 2003-03-18 [christoph]  0.8.11claws26
9285
9286         * src/folder.[ch]
9287         * src/imap.c
9288         * src/procmsg.[ch]
9289                 rewrite flag handling for folders
9290
9291 2003-03-18 [christoph]  0.8.11claws25
9292
9293         * src/folder.c
9294         * src/procmsg.c
9295         * src/summaryview.c
9296                 unset NEW and UNREAD flags when message is ignored, to make
9297                 sure messages don't show up as unread on other IMAP clients,
9298                 because the IGNORE_THREAD flag can not be syncronized through
9299                 the IMAP folder
9300
9301 2003-03-17 [christoph]  0.8.11claws24
9302
9303         * src/imap.c
9304                 don't use recursion to fetch uids when the number of messages
9305                 does not match. Moved code into subfunction that is used
9306                 again when needed, to prevent an endless loop.
9307
9308 2003-03-17 [thorsten]   0.8.11claws23
9309
9310         * src/imageview.[ch]
9311                 export imageview_get_resized_size() (for plugins)
9312         * src/prefs_common.[ch]
9313                 added prefs_common_get() (for plugins)
9314
9315 2003-03-17 [christoph]  0.8.11claws22
9316
9317         * src/imap.c
9318                 o remove UID guessing from copy code
9319                 o support UIDPLUS extension for APPEND command
9320
9321 2003-03-17 [paul]       0.8.11claws21
9322
9323         * src/gtk/about.c
9324                 remove 'Compiled-plugins' section.
9325                 
9326         * src/plugins/dillo_viewer/dillo_viewer.c
9327                 slight change to description text
9328
9329 2003-03-16 [match]      0.8.11claws20
9330         * src/ldapserver.[ch]           ** NEW **
9331         * src/ldapctrl.[ch]             ** NEW **
9332         * src/ldapquery.[ch]            ** NEW **
9333         * src/ldaputil.[ch]             ** NEW **
9334         * src/addrcindex.[ch]           ** NEW **
9335         * src/addrquery.h               ** NEW **
9336         * src/addritem.[ch]
9337         * src/addrcache.[ch]
9338         * src/addrindex.[ch]
9339         * src/addr_compl.[ch]
9340         * src/addressbook.[ch]
9341         * src/addrbook.[ch]
9342         * src/editgroup.c
9343         * src/editaddress.c
9344         * src/editldap.c
9345         * src/editldap_basedn.c
9346         * src/vcard.c
9347         * src/jpilot.c
9348         * src/Makefile.am
9349                 included dynamic LDAP queries. improved address
9350                 completion.
9351
9352 2003-03-16 [paul]       0.8.11claws19
9353
9354         * tools/multiwebsearch.pl
9355                 fix a fatal typo
9356
9357 2003-03-16 [christoph]  0.8.11claws18
9358
9359         * src/mimeview.c
9360         * src/plugins/dillo_viewer/dillo_viewer.c
9361         * src/plugins/mathml_viewer/mathml_viewer.c
9362                 make unregistering of MimeViewerFactorys possible
9363
9364 2003-03-16 [alfons]     0.8.11claws17
9365
9366         * configure.ac
9367                 correct typo
9368
9369 2003-03-16 [melvin]     0.8.11claws16
9370
9371         * src/plugins/dillo_viewer.c
9372                 Fixed bug where it was not possible to view more than
9373                 one text/html attachment per message (bug discovered
9374                 by Christoph Hohmann).
9375
9376 2003-03-15 [melvin]     0.8.11claws15
9377
9378         * src/prefs_actions.c
9379                 Fixed compilation warnings.
9380
9381 2003-03-15 [melvin]     0.8.11claws14
9382
9383         * src/plugins/Makefile.am
9384         * src/plugins/dillo_viewer/.cvsignore                   ** NEW **
9385         * src/plugins/dillo_viewer/Makefile.am                  ** NEW **
9386         * src/plugins/dillo_viewer/dillo_viewer.c               ** NEW **
9387                 Added a html mail viewer plugin that uses Dillo v0.7.0 or
9388                 newer (http://dillo.auriga.wearlab.de/).
9389
9390 2003-03-15 [christoph]  0.8.11claws13
9391
9392         * src/imap.c
9393                 don't query imap folder for attributes because we already
9394                 for them from imap_status
9395
9396         * src/mimeview.[ch]
9397                 add support for plugable MimeViewers (unloading Viewers
9398                 not yet complete)
9399
9400         * src/plugins/Makefile.am
9401         * src/plugins/mathml_viewer/.cvsignore          ** NEW **
9402         * src/plugins/mathml_viewer/Makefile.am         ** NEW **
9403         * src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
9404                 add MathML Viewer (Content-Type text/mathml) using GtkMathView
9405                 widget from http://helm.cs.unibo.it/mml-widget/
9406
9407 2003-03-14 [christoph]  0.8.11claws12
9408
9409         * src/folder.[ch]
9410                 o error return code's should better be negative
9411                 o replace printf with debug_print
9412
9413         * src/imap.c
9414                 improve IMAP folder scan by checking UID-NEXT
9415
9416         * src/summaryview.c
9417                 remove check that are unnecessary in my opinion
9418
9419 2003-03-13 [christoph]  0.8.11claws11
9420
9421         * src/folder.[ch]
9422         * src/foldersel.c
9423         * src/folderview.c
9424         * src/imap.c
9425         * src/mbox_folder.c
9426         * src/mh.c
9427         * src/news.c
9428         * src/prefs_scoring.c
9429         * src/summaryview.c
9430                 use a common function to get a displayable name
9431                 for a FolderItem
9432
9433 2003-03-13 [paul]       0.8.11claws10
9434
9435         * tools/Makefile.am
9436           tools/README
9437           tools/multiwebsearch.conf     ** NEW FILE **
9438           tools/multiwebsearch.pl       ** NEW FILE **
9439                 add multiwebsearch Actions script
9440
9441 2003-03-13 [colin]      0.8.11claws9
9442
9443         * src/compose.c
9444                 Remove leading emtpy lines from quoted text
9445                 before quoting it
9446
9447 2003-03-13 [melvin]     0.8.11claws8
9448
9449         * src/prefs_actions.c
9450                 Fixed a memory leak
9451                 Code clean ups
9452                 Added Cancel and OK buttons
9453                 Corrected help text
9454
9455 2003-03-13 [christoph]  0.8.11claws7
9456
9457         * src/account.c
9458         * src/folder.[ch]
9459         * src/imap.c
9460         * src/mainwindow.c
9461         * src/mbox_folder.c
9462         * src/mh.c
9463         * src/news.c
9464         * src/setup.c
9465                 replace more folder type stuff with folder class stuff
9466
9467 2003-03-13 [melvin]     0.8.11claws6
9468
9469         * src/prefs_actions.c
9470                 Added new tokens:
9471                 %u: user provided argument
9472                 %h: user provided argument (hidden on input)
9473                 %s: current text selection in the message view 
9474
9475 2003-03-13 [paul]       0.8.11claws5
9476
9477         * sync with 0.8.11cvs5
9478                 see ChangeLog 2003-03-11, 2003-03-12
9479
9480 2003-03-12 [christoph]  0.8.11claws4
9481
9482         * src/folder.c
9483                 use folder class idstr when writing folderlist.xml
9484
9485         * src/folder.h
9486         * src/imap.c
9487         * src/news.c
9488                 replace folder type checks with folder class checks
9489
9490 2003-03-12 [christoph]  0.8.11claws3
9491
9492         * src/folder.[ch]
9493         * src/imap.[ch]
9494         * src/main.c
9495         * src/mbox_folder.[ch]
9496         * src/mh.[ch]
9497         * src/news.[ch]
9498                 o create a list of known folder classes in the folder system
9499                 o use folder class id strings for folder item identifiers
9500
9501 2003-03-12 [christoph]  0.8.11claws2
9502
9503         * src/imap.c
9504                 fix imap uid validity check
9505
9506 2003-03-12 [christoph]  0.8.11claws1
9507
9508         * src/account.c
9509         * src/folder.[ch]
9510         * src/foldersel.c
9511         * src/folderview.c
9512         * src/imap.c
9513         * src/mainwindow.c
9514         * src/mbox_folder.c
9515         * src/mh.c
9516         * src/news.c
9517         * src/prefs_scoring.c
9518         * src/procmsg.c
9519         * src/setup.c
9520         * src/summaryview.c
9521                 initial restructuring of folder system, seperating
9522                 folders and folder classes
9523
9524 2003-03-12 [paul]       0.8.11claws
9525
9526         0.8.11claws release
9527
9528 2003-03-12 [christoph]
9529
9530         * src/gtk/prefswindow.c
9531                 fix translation of "Page Index"
9532
9533 2003-03-12 [paul]       0.8.10claws110
9534
9535         a sync from 0.8.11cvs4 before the release
9536
9537         * src/common/utils.c
9538                 subject_compare_for_sort(): allow null strings (fixes
9539                 summary sorting).
9540
9541 2003-03-11 [paul]       0.8.10claws109
9542
9543         * po/es.po
9544                 update Spanish translation, submitted by
9545                 Ricardo Mones Lastra
9546
9547 2003-03-11 [melvin]     0.8.10claws108
9548
9549         * po/fr.po
9550                 Updated French translations
9551
9552 2003-03-11 [paul]       0.8.10claws107
9553
9554         * manual/en/Makefile.am
9555           manual/en/*.html
9556                 update English manual, add a new page
9557                 updated by Francois Barriere <fbarriere@atmel.fr>
9558                 
9559         * po/bg.po
9560           po/it.po
9561           po/sr.po
9562                 update Bulgarian, Italian, and Serbian translations
9563                 submitted by George Danchev, Alessandro Maestri, and
9564                 Urke MMI
9565
9566 2003-03-10 [paul]       0.8.10claws106
9567
9568         * src/gtk/about.c
9569           src/gtk/prefswindow.c
9570                 make some strings translatable
9571
9572 2003-03-10 [darko]      0.8.10claws105
9573
9574         * src/compose.c
9575                 code cleanup to make Hiro happy
9576
9577 2003-03-10 [paul]       0.8.10claws104
9578
9579         * sync with 0.8.11cvs2
9580                 see ChangeLog 2003-03-10
9581
9582 2003-03-09 [melvin]     0.8.10claws103
9583
9584         * src/textview.c
9585                 textview_set_font(): fix for message display in
9586                 UTF-8 locales (thanks to Sergey Vlasov).
9587                 (was unintentionnaly reverted in 0.8.6claws6)   
9588
9589 2003-03-08 [darko]      0.8.10claws102
9590
9591         * src/compose.c
9592                 fix infinite loop in wrapping as reported
9593                 by happycactus
9594                 obsoletes patch #696482
9595
9596 2003-03-08 [christoph]  0.8.10claws101
9597
9598         * src/imap.c
9599                 add workaround for IMAP servers that do not
9600                 support the "UID SEARCH UID" command
9601
9602 2003-03-07 [christoph]  0.8.10claws100
9603
9604         * src/plugins/spamassassin/spamassassin.[ch]
9605         * src/plugins/spamassassin/spamassassin_gtk.c
9606                 code cleanup
9607
9608 2003-03-07 [paul]       0.8.10claws99
9609
9610         * po/es.po
9611                 updated Spanish translation, submitted by
9612                 Ricardo Mones Lastra
9613
9614 2003-03-07 [christoph]  0.8.10claws98
9615
9616         * src/send.c
9617                 fix in 0.8.10claws94 was wrong
9618                 local delivery does not require escaping, remove escaping
9619                 code to make signatures of mails with "." lines valid
9620                 
9621                 NOTE: requires that sendmail is executed with "-i" option,
9622                       what is the default now, but has to be changed in all
9623                       exsiting accounts)
9624
9625 2003-03-07 [paul]       0.8.10claws97
9626
9627         * sync with 0.8.11 release
9628                 see ChangeLog 2003-03-07
9629
9630 2003-03-06 [paul]       0.8.10claws96
9631
9632         * src/compose.c
9633                 revert commit 0.8.10claws92
9634
9635 2003-03-06 [paul]       0.8.10claws95
9636
9637         * src/folderview.c
9638                 fix (solaris) bug 73, 'Crash when selecting top-level folder'
9639
9640         * src/gtkaspell.c
9641                 fix bug 74, 'Crash opening editor window with pseudo-color
9642                 display'
9643                 
9644         Patches submitted by Kevin Vigor <kevin@vigor.nu>
9645
9646 2003-03-06 [christoph]  0.8.10claws94
9647
9648         * src/send.c
9649                 fix rfc2821 (4.5.2) violation in SMTP data sending,
9650                 all lines starting with a period get an extra period
9651                 inserted
9652                 (found by Simon 'corecode' Schubert)
9653
9654 2003-03-06 [paul]       0.8.10claws93
9655
9656         * src/folderview.c
9657                 if configured font can't be loaded fall back to gtk
9658                 default. (with thanks to Christoph)
9659                 
9660                 closes long-standing bug 15 'Crashes on startup'
9661
9662 2003-03-06 [paul]       0.8.10claws92
9663
9664         * src/compose.c
9665                 freeze text before autosave and thaw afterwards
9666                 fixes bug 67 'autosave make re-rediting message crazy'
9667
9668 2003-03-06 [christoph]  0.8.10claws91
9669
9670         * src/compose.c
9671                 ignore address comment in dupe check for Cc-list
9672
9673         (closes reopened bug 47 Replying to message strips name part of
9674          e-mail addresses of Cc: lines)
9675
9676 2003-03-06 [paul]       0.8.10claws90
9677
9678         * src/Makefile.am
9679                 remove reference to gtkxtext.h as its no longer in
9680                 the repository
9681
9682 2003-03-06 [paul]       0.8.10claws89
9683
9684         * sync with 0.8.10cvs25
9685                 see ChangeLog 2003-03-06
9686
9687 2003-03-06 [oliver]     0.8.10claws88
9688         
9689         * src/messageview.c
9690                 remove include
9691
9692 2003-03-06 [oliver]     0.8.10claws87
9693         
9694         * src/folderview.c 
9695                 remove changes introduced inclaws74
9696         * src/messageview.c
9697                 another attempt to sanely delete and update
9698                 messages deleted in separate messageview
9699
9700 2003-03-05 [christoph]  0.8.10claws86
9701
9702         * src/summaryview.c
9703                 check if "From" matches any account's address if
9704                 addressbook completion of addresses is disabled too
9705
9706         (closes Bug 70 "Display recipient in from" doesn't check
9707          folder's default account)
9708
9709 2003-03-05 [christoph]  0.8.10claws85
9710
9711         * src/compose.c
9712         * src/common/utils.[ch]
9713                 don't strip address comments when building Cc lists
9714
9715         (closes Bug 47 Replying to message strips name part of e-mail addresses
9716          of Cc: lines)
9717
9718         * src/folder.c
9719                 fix return value of copy function
9720
9721 2003-03-05 [christoph]  0.8.10claws84
9722
9723         * src/imap.c
9724                 don't ask imap server for non rfc822 headers
9725
9726         (closes bug 71 IMAP FETCH asks for FROM header field twice)
9727
9728         * src/imap.c
9729                 destroy session on socket error to allow reconnecting
9730
9731 2003-03-05 [christoph]  0.8.10claws83
9732
9733         * configure.ac
9734                 fix building with gnome when no prefix is set
9735
9736         (closes bug 66 Gnome directory is set to NONE)
9737
9738 2003-03-05 [paul]       0.8.10claws82
9739
9740         * sync with 0.8.10cvs23
9741                 see ChangeLog 2003-03-05
9742
9743 2003-03-04 [christoph]  0.8.10claws81
9744
9745         * src/folder.c
9746                 o fix moving and copying when folder returns 0 for new
9747                   message number
9748                 o remove some code for single message copy and move
9749                   operations and use functions for multiple messages
9750
9751         (closes bug 63 Strange behaviour MOVING messages from MH to IMAP)
9752
9753         * src/news.c
9754                 remove unused include
9755
9756 2003-03-04 [paul]       0.8.10claws80
9757
9758         * src/gtk/about.c
9759                 list 'Compiled plugins'
9760
9761 2003-03-03 [christoph]  0.8.10claws79
9762
9763         * src/news.[ch]
9764                 have to multiply the percentage of the current fetch with
9765                 the percentage that it has of the total fetch operation
9766                 for correct values
9767
9768 2003-03-03 [christoph]  0.8.10claws78
9769
9770         * src/news.c
9771                 fix calculation of expected lines for progress indicator
9772
9773 2003-03-03 [christoph]  0.8.10claws77
9774
9775         * src/summaryview.c
9776         * src/common/utils.c
9777                 fix segfault when opening the root news folder
9778
9779 2003-03-03 [christoph]  0.8.10claws76
9780
9781         * src/mainwindow.[ch]
9782         * src/common/Makefile.am
9783         * src/common/progressindicator.[ch]
9784                 add UI independent progress indicator handling
9785
9786         * src/news.[ch]
9787                 use new progress indicator for message info fetching
9788
9789         * src/common/hooks.h
9790                 code cleanup
9791
9792 2003-03-03 [oliver]     0.8.10claws75
9793
9794         * src/toolbar.c
9795         * src/compose.c
9796                 removed commented code
9797
9798 2003-03-03 [oliver]     0.8.10claws74
9799
9800         * src/toolbar.[ch]
9801                 cleanups and refactoring
9802         * src/compose.[ch]
9803                 compose_reply_mode reply & forwarding interface for
9804                 toolbar buttons
9805         * src/folderview.c
9806                 act on messages marked for deletion in folderview_selected
9807                 based on prefs_common.immediate_exec since a message might 
9808                 have been deleted by messageview in a folder we are changing 
9809                 to (does anybody understand what I'm on about ?)
9810
9811 2003-03-03 [oliver]     0.8.10claws73
9812         
9813         * src/messageview.[ch]
9814                 new functions
9815                 - messageview_delete: delete message shown in messagview
9816                 - messageview_update_view: update messageview to currently 
9817                   selected summaryview message
9818                 - add separate messageview to msgview_list in order to update 
9819                   toolbar to new toolbar style on the fly (TOOLBAR_NONE, TOOLBAR_ICON etc.)
9820         * src/summaryview.[ch]
9821                 summary_get_selection returns a list of selected msgs
9822                 in summaryview
9823         * src/mainwindow.c
9824                 toolbar reply refactoring
9825
9826 2003-03-03 [paul]       0.8.10claws72
9827
9828         * sync with 0.8.10cvs21
9829                 see ChangeLog 2003-03-03
9830
9831 2003-03-02 [christoph]  0.8.10claws71
9832
9833         * src/common/passcrypt.c
9834                 use POSIX includes
9835
9836 2003-03-02 [christoph]  0.8.10claws70
9837
9838         * configure.ac
9839         * src/prefs_account.c
9840         * src/prefs_gtk.[ch]
9841         * src/common/.cvsignore
9842         * src/common/Makefile.am
9843         * src/common/passcrypt.c                ** NEW **
9844         * src/common/passcrypt.h.in             ** NEW **
9845                 Implement password encryption in config files
9846                 using unix encrypt and setkey functions. The crypt
9847                 key can be set as a configure parameter. Old
9848                 passwords will be converted if they do not begin
9849                 with '!'
9850
9851 2003-03-02 [paul]       0.8.10claws69
9852
9853         * src/prefs_account.c
9854                 fix compile error
9855
9856 2003-03-01 [thorsten]   0.8.10claws68
9857
9858         * po/el.po
9859           po/hr.po
9860           po/it.po
9861           po/nl.po
9862           po/sr.po
9863           po/sv.po
9864                 corrected format strings
9865         * po/en_GB.po
9866                 corrected headers
9867                 (fix compile errors with GNU gettext-0.11.5)
9868
9869 2003-03-01 [oliver]     0.8.10claws67
9870
9871         * src/summaryview.c
9872                 menu callbacks call toolbar_menu_reply
9873
9874 2003-03-01 [oliver]     0.8.10claws66
9875
9876         * src/mainwindow.c
9877         * src/messageview.c
9878                 menu callbacks call toolbar_menu_reply
9879         * src/toolbar.[ch]
9880                 callbacks from menu handled by toolbar_menu_reply
9881
9882 2003-03-01 [paul]       0.8.10claws65
9883
9884         * src/addressbook.c
9885                 revert commit 0.8.10claws54 - breaks editing of
9886                 addressbook.
9887                 
9888         * po/bg.po
9889                 update Bulgarian translation, submitted by
9890                 George Danchev
9891
9892 2003-02-28 [christoph]  0.8.10claws64
9893
9894         * src/account.c
9895         * src/addressadd.c
9896         * src/compose.c
9897         * src/gtkaspell.c
9898         * src/gtkxtext.h                ** REMOVE **
9899         * src/imap.c
9900         * src/matcher.[ch]
9901         * src/mh.c
9902         * src/news.c
9903         * src/pine.c
9904         * src/prefs_common.c
9905         * src/prefs_matcher.c
9906         * src/procheader.[ch]
9907         * src/procmsg.[ch]
9908         * src/toolbar.c
9909         * src/common/ssl_certificate.c
9910         * src/gtk/colorlabel.c
9911         * src/gtk/menu.c
9912                 o fix warnings
9913                 o remove code obsoleted by new cache and folder system rework
9914
9915 2003-02-28 [oliver]     0.8.10claws63
9916         
9917         * src/toolbar.[ch]
9918                 * fix bug where reply in Messageview replied to 
9919                 Message displayed in summaryview
9920                 (reportedd via ML by chinatinte at gmx dot ch)
9921                 * fix bug where toolbar popups (WITH_QUOTE, WITHOUT_QOUTE)
9922                 didn't work in separate MessageView Toolbar
9923                 (wondering if anybody uses this at all ?)
9924         * src/summaryview.[ch]
9925                 use toolbar.c's toolbar_reply instead of summary_reply (removed)
9926                 (generalize reply and forward code);
9927         * src/messageview.c 
9928                 remove focus_in event which updated summaryview to messageview
9929
9930 2003-02-28 [paul]       0.8.10claws62
9931
9932         * po/Makefile.in.in
9933                 add the --check option
9934                 Patch submitted by Ricardo Mones Lastra
9935
9936 2003-02-28 [paul]       0.8.10claws61
9937
9938         * src/prefs_account.c
9939                 re-order 'Signature' items
9940
9941 2003-02-28 [paul]       0.8.10claws60
9942
9943         * sync with 0.8.10cvs20
9944                 see ChangeLog 2003-02-28
9945
9946 2003-02-28 [paul]       0.8.10claws59
9947
9948         * po/POTFILES.in
9949                 update to reflect recent movement of files
9950
9951 2003-02-28 [paul]       0.8.10claws58
9952
9953         * sync with 0.8.10cvs19
9954                 see ChangeLog 2003-02-28
9955
9956 2003-02-27 [martin]     0.8.10claws57
9957
9958         * src/prefs_matcher.c 
9959                 fix segfault in prefs_matcher_ok() when the
9960                 last entry is deleted and prevents that the
9961                 message "entry not saved" comes up after deleting
9962                 an entry
9963
9964 2003-02-27 [martin]     0.8.10claws56
9965
9966         * src/prefs_filtering.c 
9967                 fix segfault in prefs_filtering_ok() when the
9968                 last entry is deleted and prevents that the
9969                 message "entry not saved" comes up after deleting
9970                 an entry
9971
9972 2003-02-27 [paul]       0.8.10claws55
9973
9974         * sync with 0.8.10cvs18
9975                 see ChangeLog 2003-02-27
9976
9977 2003-02-27 [paul]       0.8.10claws54
9978
9979         * src/addressbook.c
9980                 fix bug where the address book crashes with 
9981                 multiple lookups.
9982                 Patch [687729] submitted by David Frager 
9983                 <dbfrager@users.sourceforge.net>
9984
9985 2003-02-25 [christoph]  0.8.10claws53
9986
9987         * src/Makefile.am
9988         * src/colorlabel.[ch]           ** REMOVE **
9989         * src/gtk/Makefile.am
9990         * src/gtk/colorlabel.[ch]       ** NEW **
9991                 move colorlabel files to gtk directory
9992
9993         * src/esmtp.[ch]                ** REMOVE **
9994                 has been merged into smtp.[ch] in 0.7.5
9995
9996 2003-02-25 [christoph]  0.8.10claws52
9997
9998         * src/Makefile.am
9999         * src/about.[ch]                ** REMOVE **
10000         * src/gtk/Makefile.am
10001         * src/gtk/about.[ch]            ** NEW **
10002                 move about files to gtk directory
10003
10004 2003-02-25 [christoph]  0.8.10claws51
10005
10006         * src/folder.c
10007                 some code optimization of folder scanning code
10008
10009         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx> 
10010
10011 2003-02-25 [christoph]  0.8.10claws50
10012
10013         * src/main.c
10014         * src/common/sylpheed.c
10015                 add command line parameter parsing to common code
10016
10017 2003-02-24 [christoph]
10018
10019         * Makefile.am
10020         * configure.ac
10021                 fix gnome prefix problems, the configure script now removed
10022                 `gnome-config --prefix` from `gnome-config --datadir`
10023                 and adds $(prefix} instead
10024
10025         (closes Bug 24 Makefile does not respect prefix when installing
10026          GNOME data)
10027
10028 2003-02-24 [christoph]  0.8.10claws49
10029
10030         * src/news.c
10031                 check for valid session before trying to authenticate
10032
10033         (closes Bug 60 crash if "authenticate on logon" is activated
10034          and newsserver-hostname is not valid)
10035
10036 2003-02-24 [melvin]     0.8.10claws48
10037
10038         * src/prefs_actions.c
10039                 Make sure all user's input is sent to the action and then
10040                 close the socket..
10041
10042 2003-02-23 [alfons]     0.8.10claws46
10043
10044         * src/summaryview.c
10045                 also wait cursor when deleting files
10046
10047 2003-02-23 [paul]
10048
10049         * tools/freshmeat_search.pl
10050           tools/google_search.pl
10051                 scripts should now work for any browser/browser command line
10052
10053 2003-02-22 [christoph]  0.8.10claws45
10054
10055         * src/procmsg.c
10056                 fix IMAP flag setting, IMAP flag is not handled correctly
10057                 anymore by the folder system and information about the
10058                 folder should not be saved in the MsgInfo (in my opinion)
10059
10060         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
10061
10062 2003-02-22 [christoph]  0.8.10claws44
10063
10064         * src/summaryview.c
10065                 fix spelling of "label" ;-)
10066
10067 2003-02-22 [thorsten]   0.8.10claws43
10068
10069         * src/mimeview.c
10070           src/prefs_common.[ch]
10071           src/procmime.[ch]
10072                 do not use description as attachment name
10073
10074 2003-02-22 [alfons]     0.8.10claws42
10075
10076         * src/summaryview.c
10077                 freeze/thaw folder item updates when changing color labels,
10078                 and put a wait cursors on
10079
10080 2003-02-22 [thorsten]   0.8.10claws41
10081
10082         * src/mimeview.c
10083                 save-all fixes: crash if invoked on multipart container,
10084                 mimeinfo access, pathseparators, error dialog
10085
10086 2003-02-21 [alfons]     0.8.10claws40
10087
10088         * src/prefs_gtk.c
10089                 remove unused var
10090
10091 2003-02-21 [colin]      0.8.10claws39
10092
10093         * src/send.c
10094                 Fix smtp logging
10095
10096 2003-02-21 [colin]      0.8.10claws38
10097
10098         * src/summaryview.c
10099                 Freeze/thaw folderItem updates when filtering messages 
10100                 via Tools/Filter messages
10101
10102 2003-02-21 [paul]       0.8.10claws37
10103
10104         * src/compose.c
10105                 revert commit 0.8.10claws26, there are ulterior motives
10106                 for users to set a Reply-To header when posting to
10107                 newsgroups
10108
10109 2003-02-21 [paul]       0.8.10claws36
10110
10111         * sync with 0.8.10cvs17
10112                 see ChangeLog 2003-02-21
10113
10114 2003-02-20 [christoph]  0.8.10claws35
10115
10116         * src/imap.c
10117                 IMAP UID fetch speedup using SEARCH
10118
10119         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
10120
10121         * src/imap.c
10122                 fix problem with UIDs in IMAP UID cache that no longer existed
10123
10124 2003-02-20 [christoph]  0.8.10claws34
10125
10126         * src/imap.c
10127         * src/procheader.c
10128         * src/procheader.h
10129                 IMAP header fetch speedup (fetch only headers cached in MsgInfo)
10130
10131         Patch submitted by Simon 'corecode' Schubert <corecode@corecode.ath.cx>
10132
10133         * src/imap.c
10134                 Rewrite imap_cmd_gen_recv use sock_getline instead
10135                 of sock_gets to avoid problems with too long reply
10136                 lines
10137     
10138 2003-02-20 [colin]      0.8.10claws33
10139         
10140         * src/prefs_account.c
10141                 Better wording
10142
10143 2003-02-20 [colin]      0.8.10claws32
10144
10145         * src/compose.c
10146                 Remove useless '&& !to_sender' 
10147
10148 2003-02-20 [darko]
10149
10150         * AUTHORS
10151                 change my e-mail address
10152
10153 2003-02-19 [colin]      0.8.10claws31
10154
10155         * src/prefs_common.c
10156                 X11 style colors for every configurable color
10157
10158 2003-02-19 [alfons]     0.8.10claws30
10159
10160         * src/prefs_gtk.[ch]
10161         * src/prefs_common.c
10162                 for color_new accept both plain integers and X11 style color
10163                 names (as found in /usr/lib/X11/rgb.txt)
10164
10165 2003-02-19 [paul]       0.8.10claws29
10166
10167         * src/mainwindow.c
10168                 add tooltips to online/offline button and account selector
10169                 button
10170
10171 2003-02-19 [paul]       0.8.10claws28
10172
10173         * src/folder.c
10174           src/news.c
10175           src/prefs_account.[ch]
10176           src/prefs_common.[ch]
10177                 move 'Maximum number of articles to download' to
10178                 account prefs.
10179                 clean up account prefs gui a little by hiding entries
10180                 rather then greying out entries
10181
10182 2003-02-19 [hiro]       0.8.10claws27
10183
10184         * src/common/utils.c
10185                 fix bug #54 'yesterdays date is displayed in the message 
10186                 summary window'
10187
10188 2003-02-19 [paul]       0.8.10claws26
10189
10190         * src/compose.c
10191                 fix bug reported in Feature Request [688596] 
10192                 'Reply-to header in news'
10193
10194 2003-02-18 [paul]       0.8.10claws25
10195
10196         * src/select-keys.c
10197                 add a 'List all keys' button to key selection dialog
10198
10199 2003-02-18 [colin]      0.8.10claws24
10200         
10201         * src/stock_pixmap.c
10202                 fix compile error
10203
10204 2003-02-18 [colin]      0.8.10claws23
10205
10206         * src/common/smtp.[ch]
10207           src/prefs_account.c
10208                 Try to starttls if it seems to be the only
10209                 way to authenticate a user
10210
10211 2003-02-18 [paul]       0.8.10claws22
10212
10213         * src/Makefile.am
10214           src/folderview.c
10215           src/stock_pixmap.[ch]
10216           src/pixmaps/drafts_close.xpm  ** NEW FILE **
10217           src/pixmaps/drafts_open.xpm   ** NEW FILE **
10218                 as a Drafts folder is a special folder allow it to have
10219                 its own unique icons
10220
10221 2003-02-18 [colin]      0.8.10claws21
10222
10223         * src/imap.c
10224                 Fix port selection when using starttls
10225
10226 2003-02-18 [paul]       0.8.10claws20
10227
10228         * src/mainwindow.c
10229           src/prefs_common.[ch]
10230                 make blue the default new mail colour
10231
10232 2003-02-18 [paul]       0.8.10claws19
10233
10234         * sync with 0.8.10cvs14
10235                 see ChangeLog 2003-02-18
10236
10237 2003-02-17 [jens]       0.8.10claws18
10238
10239         * src/common/md5.c
10240                 fixed a compile problem with gcc 3.3
10241                 works on 2.95.3 too (testet on PPC as it is big endian)
10242
10243 2003-02-17 [paul]       0.8.10claws17
10244
10245         * sync with 0.8.10cvs13
10246                 see ChangeLog 2003-02-17
10247
10248 2003-02-17 [paul]       0.8.10claws16
10249
10250         * sync with 0.8.10cvs12
10251                 see ChangeLog 2003-02-17
10252
10253 2003-02-16 [match]      0.8.10claws15
10254
10255         * src/addressbook.c
10256                 Eliminates reloading of address data when items
10257                 deleted or added. Applied submitted by
10258                 Luke Plant <lukeplant@softhome.net>
10259
10260 2003-02-16 [paul]       0.8.10claws14
10261
10262         * src/news.c
10263                 when a 'protocol error' is encountered disconnect from
10264                 the server. This means that the user can carry on viewing
10265                 other articles and doesn't have to either wait until the
10266                 server timesout or quit sylpheed.
10267                 Fixes bug #53 'Unable to read messages in newsgroups, 
10268                 displayed message doesn't change'
10269
10270 2003-02-15 [christoph]  0.8.10claws13
10271
10272         * src/imap.c
10273                 fix bug that stopped scanning of folders when an
10274                 IMAP folder was empty
10275
10276         (closes bug 46 stop scan messages in folders after empty folder)
10277
10278 2003-02-15 [paul]
10279
10280         * tools/Makefile.am
10281           tools/README
10282           tools/freshmeat_search.pl     ** NEW FILE **
10283           tools/google_search.pl        ** NEW FILE **
10284                 Add 2 Actions scripts which search freshmeat/google
10285                 for the selected text using the browser configured
10286                 in sylpheedrc.
10287                 
10288         Note: These scripts are very dependent on the format of the
10289         browser command and may not work on every occasion. Testing
10290         is welcome. 
10291
10292 2003-02-14 [alfons]     0.8.10claws12
10293
10294         * src/compose.c
10295                 fix breakage because of uninitialized account pointer.
10296                 please verify.
10297
10298 2003-02-14 [paul]       0.8.10claws11
10299
10300         * src/compose.c
10301           src/prefs_account.[ch]
10302           src/prefs_common.[ch]
10303                 move signature settings to Account Prefs
10304
10305 2003-02-14 [paul]       0.8.10claws10
10306
10307         * sync with 0.8.10cvs11
10308                 see ChangeLog 2003-02-14
10309
10310 2003-02-13 [thorsten]   0.8.10claws9
10311
10312         * src/news.c
10313                 revert news progressbar (GUI separation)
10314
10315 2003-02-13 [paul]       0.8.10claws8
10316
10317         * src/compose.c
10318                 make replies behave correctly, re: RFC 1036, Section 2.2.3,
10319                 paragraph 1
10320
10321 2003-02-13 [paul]       0.8.10claws7
10322
10323         * src/compose.[ch]
10324           src/summaryview.c
10325                 fix 'Follow-up and Reply-to' so that it creates a reply to
10326                 the newsgroup and the sender. If the message has the keyword
10327                 'poster' in the Followup-To header, all replies go to the
10328                 sender, re: RFC 1036, Section 2.2.3
10329                 rename all instances of 'ignore_replyto' to 'to_sender', both
10330                 were previously used, now we use just one.
10331
10332 2003-02-13 [paul]       0.8.10claws6
10333
10334         * sync with 0.8.10cvs9
10335                 see ChangeLog 2003-02-13
10336
10337 2003-02-13 [paul]       0.8.10claws5
10338
10339         * configure.ac
10340                 show which plugins are configured in the configure
10341                 output.
10342
10343 2003-02-12 [thorsten]   0.8.10claws4
10344
10345         * src/news.c
10346                 show progress while fetching news headers
10347
10348 2003-02-12 [christoph]  0.8.10claws3
10349
10350         * configure.ac
10351         * src/plugins/Makefile.am
10352                 use AM_CONDITIONAL to enable plugins, automake correctly
10353                 manages this when creating distdir
10354
10355 2003-02-12 [christoph]  0.8.10claws2
10356
10357         * ac/spamassassin.m4
10358         * src/plugins/spamassassin/Makefile.am
10359                 fix building SpamAssassin plugin without OpenSSL
10360
10361 2003-02-12 [paul]       0.8.10claws1
10362
10363         * ac/Makefile.am
10364           src/Makefile.am
10365           src/plugins/Makefile.am
10366                 fix failure of 'make release'
10367
10368 2003-02-12 [paul]       0.8.10claws
10369
10370         * 0.8.10claws released
10371
10372 2003-02-12 [paul]       0.8.9claws56
10373
10374         * po/bg.po
10375           po/es.po
10376           po/it.po
10377           po/ru.po
10378           po/sr.po
10379                 updated translations by George Danchev, Ricardo Mones Lastra,
10380                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively
10381                 
10382         * sylpheed.spec.in
10383                 Allow the building of RPMs by a regular user. Submitted
10384                 by Sergei Astanin
10385
10386 2003-02-11 [alfons]     0.8.9claws55
10387
10388         * src/colorlabel.c
10389                 don't use pixmaps for label color rect but draw rectangles
10390                 so we can respect the color map of palette based visuals
10391                 (fixes the long time crashes on Suns - thanks to Andreas
10392                 Engel and Steve O'Hara-Smith for testing)
10393
10394 2003-02-11 [christoph]  0.8.9claws54
10395
10396         * src/matcher_parser_parse.y
10397                 correct bug where filering rules of not existing folders in
10398                 matcherrc were added to global filtering
10399                 
10400         (closes Debian Bug #180253 - Directory's filter-rules are merged with
10401          main filter-rules after removing directory, http://bugs.debian.org/180253)
10402         
10403 2003-02-11 [paul]       0.8.9claws53
10404
10405         * sync with 0.8.10cvs7
10406                 see ChangeLog 2003-02-09
10407
10408 2003-02-11 [melvin]     0.8.9claws52
10409
10410         * po/fr.po
10411                 Updated French tranlsations
10412
10413 2003-02-10 [paul]       0.8.9claws51
10414
10415         * sylpheed.spec.in
10416                 correct --enable-openssl
10417                 Fix submitted by Sergei Astanin <asita@users.sourceforge.net>
10418
10419 2003-02-09 [martin]     0.8.9claws50
10420
10421         * src/prefs_matcher.c
10422                 fix segfault in prefs_matcher_substitute_cb() when
10423                 no row is selected
10424
10425 2003-02-09 [paul]       0.8.9claws49
10426
10427         * src/folderview.c
10428                 fix bug where a newsgroup folder's processing rules were
10429                 merged with the global filtering rules when the newsgroup
10430                 folder was deleted, causing some seriously bad results,
10431                 see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180253>
10432
10433 2003-02-08 [melvin]     0.8.9claws48
10434
10435         * src/compose.c
10436                 Corrected and modified an alert message.
10437
10438 2003-02-07 [paul]       0.8.9claws47
10439
10440         * src/folderview.c
10441                 fix bug where both an 'Account properties' window and a
10442                 'Folder properties' window were opened when clicking on
10443                 'Properties' in an NNTP or IMAP folder's popup menu.
10444
10445 2003-02-07 [paul]       0.8.9claws46
10446
10447         * sync with 0.8.10cvs6
10448                 see ChangeLog 2003-02-06
10449
10450 2003-02-06 [christoph]  0.8.9claws45
10451
10452         * src/mbox.c
10453                 freeze folder updates while importing mbox files
10454                 (closes bug 43 importing mbox took hours)
10455                 
10456         Patch submitted by Jens Rantil <jens.rantil@telia.com>
10457
10458 2003-02-06 [thorsten]   0.8.9claws44
10459
10460         * po/de.po
10461                 Updated german translations
10462
10463 2003-02-06 [thorsten]   0.8.9claws43
10464
10465         * src/news.h
10466                 use guint for message numbers (fix count in grouplist dialog)
10467
10468 2003-02-05 [paul]       0.8.9claws42
10469
10470         * sync with 0.8.10cvs2
10471                 see ChangeLog 2003-02-05
10472
10473 2003-02-04 [colin]      0.8.9claws41
10474
10475         * src/prefs_common.[ch]
10476           src/procmsg.c
10477           src/summaryview.c
10478                 Add an option to disable threading by subject
10479
10480 2003-02-04 [christoph]  0.8.9claws40
10481
10482         * src/inc.c
10483                 only abort fetching mails from multiple accounts when the
10484                 error is fatal and does not allow to check any more accounts
10485                 (currently only disk full error)
10486
10487         (closes bug 31 after POP3 error: "no such mail" Sylpheed does not
10488          receive mails for other accouts)
10489
10490 2003-02-04 [christoph]  0.8.9claws39
10491
10492         * src/folder.c
10493                 first add the new message to the cache, then
10494                 send the update notification
10495
10496         (closes bug 39 after sending message folderview doesnt get updated)
10497
10498 2003-02-04 [colin]      0.8.9claws38
10499
10500         * src/inc.c
10501                 _really_ fix this Connecting... status
10502
10503 2003-02-04 [paul]       0.8.9claws37
10504
10505         * sync with 0.8.10
10506                 see ChangeLog 2003-02-04
10507
10508 2003-02-04 [paul]       0.8.9claws36
10509
10510         * sync with 0.8.9cvs6
10511                 see ChangeLog 2003-02-03
10512
10513 2003-02-04 [paul]       0.8.9claws35
10514
10515         * po/pt_BR.po
10516                 updated by André Filipe de Assunção e Brito 
10517                 <bedecko@netsite.com.br>
10518
10519 2003-02-03 [thorsten]   0.8.9claws34
10520
10521         * po/de.po
10522                 Updated german translations
10523
10524 2003-02-02 [paul]       0.8.9claws33
10525
10526         * po/es.po
10527                 updated by Ricardo Mones Lastra
10528
10529 2003-02-02 [thorsten]   0.8.9claws32
10530
10531         * src/mh.c
10532                 Fix mh_get_msginfo() segfault if file is inaccessible
10533
10534 2003-01-31 [colin]      0.8.9claws31
10535
10536         * src/procheader.c
10537                 Fix last commit's bug
10538
10539 2003-01-31 [colin]      0.8.9claws30
10540
10541         * src/procheader.c
10542                 Missing a change for gpg-signed messages
10543
10544 2003-01-31 [paul]       0.8.9claws29
10545
10546         * src/pixmaps/gpg_signed.xpm    ** NEW FILE **
10547           src/procheader.c
10548           src/stock_pixmap.[ch]
10549           src/summaryview.c
10550                 indicate GnuPG signed messages by displaying an icon
10551                 in the Attachment column.
10552
10553 2003-01-31 [paul]       0.8.9claws28
10554
10555         * sync with 0.8.9cvs4
10556                 see ChangeLog 2003-01-31
10557
10558 2003-01-31 [alfons]     0.8.9claws27
10559
10560         * src/textview.c
10561                 tune URI parser to accept mailto URLs with a '?'
10562                 (patch from Ruslan Balkin)
10563
10564 2003-01-31 [colin]      0.8.9claws26
10565
10566         * src/summaryview.c
10567                 Fix a leak introduced in claws24
10568
10569 2003-01-31 [colin]      0.8.9claws25
10570
10571         * src/summaryview.c
10572                 Freeze/Thaw folder updates when deleting dups
10573
10574 2003-01-31 [colin]      0.8.9claws24
10575         
10576         * src/addr_compl.c
10577           src/summaryview.c
10578           src/msgcache.c
10579                 little speed improvements
10580
10581 2003-01-31 [colin]      0.8.9claws23
10582
10583         * src/summaryview.c
10584                 Fix segfault when forwarding nothing
10585                 Patch from "Ruslan N. Balkin" <baron@voices.ru>
10586                 
10587 2003-01-30 [paul]       0.8.9claws22
10588
10589         * sync with 0.8.9cvs3
10590                 see ChangeLog 2003-01-30
10591
10592 2003-01-30 [paul]       0.8.9claws21
10593
10594         * sync with 0.8.9cvs2
10595                 see ChangeLog 2003-01-30
10596
10597 2003-01-29 [paul]       0.8.9claws20
10598
10599         * sync with 0.8.9cvs1
10600                 see ChangeLog 2003-01-29
10601
10602 2003-01-28 [paul]       0.8.9claws19
10603
10604         * po/POTFILES.in
10605                 update to reflect changes. 
10606                 thanks to Ricardo Mones Lastra
10607
10608 2003-01-27 [christoph]  0.8.9claws18
10609
10610         * ac/openssl.m4
10611         * ac/spamassassin.m4
10612         * src/plugins/spamassassin/README
10613         * src/plugins/spamassassin/libspamc.[ch]
10614         * src/plugins/spamassassin/utils.[ch]
10615                 updated to latest libspamc
10616
10617 2003-01-27 [christoph]  0.8.9claws17
10618
10619         * src/folder.c
10620                 fix wrong use of procheader_get_header_fields
10621
10622 2003-01-27 [christoph]  0.8.9claws16
10623
10624         * src/news.c
10625         * src/prefs_account.[ch]
10626         * src/common/nntp.[ch]
10627                 allow to force authentication for NNTP servers
10628
10629         Patch submitted by Florian Mickler <dmk@d-labs.de>
10630
10631 2003-01-26 [paul]       0.8.9claws15
10632
10633         * src/summaryview.c
10634                 speed up of marking messages as read
10635                 patch submitted by Jens Rantil <ztyx@users.sourceforge.net>
10636
10637 2003-01-26 [christoph]  0.8.9claws14
10638
10639         * src/Makefile.am
10640         * src/mgutils.[ch]              ** REMOVE **
10641         * src/xml.[ch]                  ** REMOVE **
10642         * src/xmlprops.[ch]             ** REMOVE **
10643         * src/common/Makefile.am
10644         * src/common/mgutils.[ch]       ** NEW **
10645         * src/common/xml.[ch]           ** NEW **
10646         * src/common/xmlprops.[ch]      ** NEW **
10647                 move xml files to common directory
10648
10649 2003-01-26 [christoph]  0.8.9claws13
10650
10651         * src/plugins/spamassassin/spamassassin_gtk.c
10652                 only set gtk entry text if string is available
10653
10654 2003-01-26 [melvin]     0.8.9claws12
10655
10656         * src/description_window.c
10657                 Allow resizing of the window
10658                 Allow automatic horizontal scroll bar
10659                 Do not vertically expand and fill
10660
10661 2003-01-26 [christoph]  0.8.9claws11
10662
10663         * src/Makefile.am
10664         * src/gtkutils.[ch]             ** REMOVE **
10665         * src/common/sylpheed.c
10666         * src/gtk/Makefile.am
10667         * src/gtk/description_window.c
10668         * src/gtk/gtkutils.[ch]         ** NEW **
10669         * src/gtk/prefswindow.c
10670                 move gtkutils to gtk directory
10671
10672 2003-01-26 [paul]       0.8.9claws10
10673
10674         * src/summaryview.c
10675                 rename summary_unread_clicked() to summary_status_clicked()
10676
10677 2003-01-26 [melvin]     0.8.9claws9
10678
10679         * src/prefs_actions.c
10680                 Cosmetical changes to the help text
10681
10682 2003-01-26 [paul]       0.8.9claws8
10683
10684         * src/folder.[ch]
10685           src/mainwindow.c
10686           src/prefs_common.c
10687           src/prefs_sumamry_column.c
10688           summaryview.[ch]
10689                 rename the 'Unread' column to 'Status'
10690
10691 2003-01-25 [match]      0.8.9claws7
10692
10693         * src/mgutils.[ch]
10694                 removed reference to LDAP constants. removed error2string.
10695                 included functions to support LDAP dynamic queries.
10696         * src/syldap.h
10697                 moved LDAP constants here.
10698         * src/addressbook.c
10699         * src/addrindex.c
10700         * src/importldif.c
10701                 removed references to LDAP constants and references to
10702                 error2string.
10703
10704 2003-01-25 [paul]       0.8.9claws6
10705
10706         * src/summaryview.c
10707                 summary_thread_build(), summary_thread_init(): remove 
10708                 unneeded reference to summaryview->folder_item
10709
10710 2003-01-25 [christoph]  0.8.9claws5
10711
10712         * src/gtk/description_window.c
10713                 o allow description texts to expand over multiple columns
10714                 o translate all columns
10715         * src/prefs_actions.c
10716                 change syntax description to use new multi column feature
10717
10718         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10719
10720 2003-01-25 [match]      0.8.9claws4
10721
10722         * src/vcard.c
10723                 fixed bug with Quoted-Printable
10724
10725 2003-01-25 [paul]       0.8.9claws3
10726
10727         * src/folder.[ch]
10728           src/summaryview.[ch]
10729                 implement per-folder collapsed/expanded threads setting
10730                 
10731         * src/prefs_common.c
10732                 remove global collapsed/expanded threads option
10733
10734 2003-01-25 [christoph]  0.8.9claws2
10735
10736         * po/POTFILES.in
10737                 add pluginwindow and prefswindow
10738         * src/compose.c
10739                 make send respond correctly to messages that could be added
10740                 to the queue folder, but the UID of the message is unknown
10741         * src/folder.c
10742         * src/imap.c
10743                 don't return guessed UIDs in imap_add_msg anymore. We return
10744                 0 to tell the folder system it was appened but the UID is
10745                 unknown. Folder system now get's the UID by scaning the folder
10746                 and searching the cache for the Message-ID
10747                 (closes bug #29 Messages queued, but not sent)
10748
10749 2003-01-25 [paul]       0.8.9claws1
10750
10751         * src/codeconv.c
10752                 conv_encode_header():  fix bug when long headers with 8-bit
10753                 characters are used, so that the encoded words are wrapped.
10754                 If the space in the original text falls on the wrap boundary,
10755                 it can be lost.
10756                 Patch by Sergey Vlasov.
10757                 
10758         * src/folderview.c
10759                  fix bug where a change to the sorting method or thread view
10760                  of a folder's messages is lost if simpify-subject is set and
10761                  toggled on or off.
10762                  Patch by Luke Plant.
10763
10764 2003-01-24 [paul]       0.8.9claws
10765
10766         * sylpheed-0.8.9claws released
10767         
10768         * Makefile.am
10769           sylpheed.spec.in
10770                 remove reference to 'INSTALL.jp'
10771
10772 2003-01-23 [paul]       0.8.8claws128
10773
10774         * po/es.po
10775           po/it.po
10776           po/ru.po
10777           po/sr.po
10778                 updated translations. submitted by Ricardo Mones Lastra,
10779                 Alessandro Maestri, Ruslan N. Balkin and Urke MMI respectively.
10780
10781 2003-01-23 [colin]      0.8.8claws127
10782
10783         * src/compose.c
10784                 Fix drafted and queued news articles re-edition
10785
10786 2003-01-23 [melvin]     0.8.8claws126
10787
10788         * po/fr.po
10789                 Updated French translations
10790
10791 2003-01-23 [colin]      0.8.8claws125
10792
10793         * src/inc.c
10794                 Fix "Connecting to..." status message
10795
10796 2003-01-22 [paul]       0.8.8claws124
10797
10798         * po/bg.po
10799                 updated by George Danchev
10800                 
10801         * src/folder.c
10802                 revert last commit [0.8.8claws111] as it breaks folder d'n'd
10803                 and folder deletion
10804
10805 2003-01-21 [paul]       0.8.8claws123
10806
10807         * po/bg.po
10808                 updated by George Danchev
10809                 
10810         * src/about.c
10811                 its now 2003
10812                 
10813         * src/toolbar.c
10814                 don't translate 'Separator'
10815                 
10816         * src/plugins/spamassassin/Makefile.am
10817                 add aspell to CPPFLAGS
10818                 
10819         * src/plugins/spamassassin/spamassassin.c
10820           src/plugins/spamassassin/spamassassin_gtk.c
10821                 set correct default for spamassassin_receive_spam
10822                 slightly re-word descriptions and some
10823                 other minor changes
10824
10825 2003-01-19 [alfons]     0.8.8claws122
10826                 
10827         * src/mimeview.c
10828                 mimeview_save_as(): we might as well show the file name for
10829                 the single case "Save As" too
10830
10831 2003-01-19 [alfons]     0.8.8claws121
10832
10833         * src/crash.c
10834                 change bug tracker URL to bugzilla URL
10835
10836 2003-01-19 [alfons]     0.8.8claws120
10837
10838         * src/mimeview.c
10839                 mimeview_save_all(): display name of file before overwriting;
10840                 continue saving all, even when one overwrite was cancelled
10841
10842 2003-01-19 [christoph]  0.8.8claws119
10843
10844         * src/summaryview.c
10845         * src/procmsg.[ch]
10846                 fix wrong usage of procmsg_find_children in summaryview
10847                 by using procmsg_update_unread_children instead of
10848                 summaryview_update_unread_children
10849
10850 2003-01-19 [christoph]  0.8.8claws118
10851
10852         * src/procmsg.c
10853                 fix infinite loop in procmsg_find_children
10854                  (closes bug #25 sylpheed crashes on delete.)
10855
10856         Patch submitted by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10857
10858 2003-01-19 [paul]       0.8.8claws117
10859
10860         * po/pt_BR.po
10861                 updated by Ivan Francolin Martinez
10862
10863 2003-01-18 [melvin]     0.8.8claws116
10864
10865         * src/prefs_actions.c
10866                 Removed syntax limitation of only one '&' at the end of command.
10867                         Now actions that contain '>/dev/null 2>&1' are possible.
10868
10869 2003-01-18 [melvin]     0.8.8claws115
10870
10871         * src/prefs_actions.c
10872                 Actions IO dialog: when the action ends
10873                 the "Close" button now has focus and [Escape] closes the
10874                 window.
10875
10876 2003-01-18 [christoph]  0.8.8claws114
10877
10878         * src/procmsg.c
10879                 o add debug output when MsgInfos are really freed
10880                 o free GSLists in procmsg_find_children and
10881                   procmsg_update_unread_children
10882
10883 2003-01-18 [christoph]  0.8.8claws113
10884
10885         * src/mainwindow.c
10886                 reorder Configuration menu
10887
10888 2003-01-18 [christoph]  0.8.8claws112
10889
10890         * src/compose.c
10891                 fix applying templates to forwarded messages
10892
10893         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
10894
10895 2003-01-17 [christoph]  0.8.8claws111
10896
10897         * src/folder.c
10898                 destroy folder items, when a folder item is removed
10899
10900 2003-01-17 [christoph]  0.8.8claws110
10901
10902         * src/folder.c
10903                 fix wrong folder stats update when ignored message is
10904                 deleted
10905
10906 2003-01-17 [colin]      0.8.8claws109
10907         
10908         * src/mainwindow.c
10909         * src/summaryview.c
10910                 Quicksearch bugfixes: 
10911                 - hide help button at startup if not extended
10912                 - switch to extended when looking for replies
10913
10914 2003-01-17 [paul]
10915
10916         * sync with 0.8.9 release
10917
10918 2003-01-17 [paul]       0.8.8claws108
10919
10920         * sync with 0.8.8cvs11
10921                 see ChangeLog 2003-01-17
10922
10923 2003-01-16 [colin]      0.8.8claws107
10924
10925         * src/procmsg.c
10926                 Changed encryption test to re-ask passphrase
10927                 if an encrypted message hasn't been decrypted
10928                 Fixes bug #5
10929
10930 2003-01-16 [christoph]  0.8.8claws106
10931
10932         * src/prefs_gtk.c
10933         * src/prefs_toolbar.c
10934         * src/gtk/prefswindow.h
10935         * src/plugins/spamassassin/spamassassin_gtk.c
10936                 remove page destroy function that is not used anymore
10937
10938 2003-01-16 [paul]       0.8.8claws105
10939
10940         * sync with 0.8.8cvs9
10941                 see ChangeLog 2002-01-16
10942
10943 2003-01-16 [colin]      0.8.8claws104
10944
10945         * src/compose.[ch]
10946                 Fix bug with autosaved drafts for IMAP, when draft
10947                 folder is specified - fixes bugzilla bug #20
10948
10949 2003-01-15 [paul]       0.8.8claws103
10950
10951         * src/compose.[ch]
10952           src/procmsg.c
10953                 store folder and message-id of message forwarding
10954                 in queue header and set forward flag after sending
10955
10956 2003-01-15 [paul]       0.8.8claws102
10957
10958         * sync with 0.8.8cvs8
10959                 see ChangeLog 2002-01-15
10960
10961 2003-01-15 [colin]      0.8.8claws101
10962
10963         * src/Makefile.am
10964                 Fix linking with GNU libiconv
10965
10966 2003-01-15 [darko]      0.8.8claws100
10967
10968         * src/pine.c
10969                 fix crash when importing pine address book
10970                 entry with an empty name (reported by DY
10971                 <dybulk at tri8.net>)
10972
10973 2003-01-14 [paul]       0.8.8claws99
10974
10975         * configure.in  ** REMOVED **
10976           configure.ac  ** NEW FILE **
10977                 rename configure.in to configure.ac, as it is now
10978                 preferred
10979
10980 2003-01-14 [melvin]     0.8.8claws98
10981
10982         * src/folderview.c
10983                 folderview_check_new(): More precise function description
10984
10985 2003-01-14 [melvin]     0.8.8claws97
10986
10987         * src/folderview.c
10988                 folderview_check_new(): return the number of new messages 
10989                         since last check.
10990         * src/inc.c
10991                 inc_account_mail(): Disable counting of new messages for IMAP
10992                         and NNTP until bug [19] and [14] are fixed.
10993
10994 2003-01-14 [paul]       0.8.8claws96
10995
10996         * sync with 0.8.8cvs6
10997                 see ChangeLog 2003-01-14
10998
10999 2003-01-13 [alfons]     0.8.8claws95
11000
11001         * src/textview.c
11002                 tune email address validation (c. 0.8.8claws89): if . is 
11003                 just one char away from @, the address is invalid too 
11004                 (correctly rejects addresses like foo@.com)
11005
11006 2003-01-13 [paul]       0.8.8claws94
11007
11008         * src/messageview.c
11009           src/toolbar.c
11010                 fixes to the Message View toolbar and menu:
11011                 fix non-functioning Forward button
11012                 make Reply button consider default_reply_list
11013                 remove 'Follow-up...' menu entry
11014                 add 'Forward' and 'Redirect' menu entries
11015
11016 2003-01-13 [melvin]     0.8.8claws93
11017
11018         * src/inc.c
11019                 Fixed typo that could make new messages count incorrect.
11020
11021 2003-01-13 [melvin]     0.8.8claws92
11022
11023         * src/folderview.[ch]
11024                 folderview_check_new(): return the number of new messages.
11025         * src/inc.c
11026                 Should fix bug [14] where new mail notification worked 
11027                         incorrectly with IMAP accounts.
11028                 inc_spool_account(): return number of new msgs, or -1 on error
11029                 inc_all_spool(): return number of new msgs
11030                 
11031 2003-01-13 [melvin]     0.8.8claws91
11032
11033         * src/prefs_actions.c
11034                 Justify help text.
11035
11036 2003-01-12 [thorsten]   0.8.8claws90
11037
11038         * src/common/prefs.c
11039                 close file before rename
11040
11041 2003-01-12 [alfons]     0.8.8claws89
11042
11043         * AUTHORS
11044                 add Christian Mertes
11045         * src/common/utils.[ch]
11046                 g_stricase_hash(), g_stricase_equal(): functions for 
11047                 case insensitive hash tables
11048         * src/textview.c
11049                 use top level domain names to validate email address, based
11050                 on a patch by Christian Mertes (thanks!), but changed 
11051                 implementation to use a hash table 
11052
11053 2003-01-12 [paul]       0.8.8claws88
11054
11055         * po/bg.po
11056                 updated by George Danchev
11057
11058 2003-01-12 [alfons]     0.8.8claws87
11059
11060         * src/summaryview.c
11061                 delete / execute performance: use new style folder update
11062
11063 2003-01-12 [paul]       0.8.8claws86
11064
11065         * sync with 0.8.8cvs5
11066                 see ChangeLog 2003-01-13 (!)
11067
11068 2003-01-12 [alfons]     0.8.8claws85
11069
11070         * src/filtering.c
11071         * src/matcher_parser_parse.y
11072                 prepare change_score filtering action
11073         * src/matcher.[ch]
11074                 give up const-correctness on functions that call non-const-correct functions;
11075                 several casts to gpointer in g_free();
11076                 add change_score;
11077
11078 2003-01-12 [christoph]  0.8.8claws84
11079
11080         * src/compose.c
11081                 fix 2 warnings
11082
11083         * src/gtk/prefswindow.[ch]
11084         * src/plugins/spamassassin/spamassassin_gtk.c
11085                 changed the call of the widget create function
11086                 for PrefsPages, because sometimes the widget
11087                 create function needs a widget that already has
11088                 been attached to a window (to create GDK pixmaps
11089                 for exmaple). So we simply pass the GtkWindow as
11090                 the second parameter now.
11091
11092         * src/main.c
11093         * src/mainwindow.c
11094         * src/prefs_toolbar.[ch]
11095                 rewrite Toolbar Preferences using the new
11096                 prefs window
11097
11098 2003-01-11 [alfons]     0.8.8claws83
11099
11100         * src/addressadd.c
11101                 fix crash when adding sender to addressbook because status bar
11102                 isn't there (the status bar doesn't seem to be used though,
11103                 but I'll let Match decide what to do with it)
11104
11105 2003-01-11 [colin]      0.8.8claws82
11106
11107         * src/main.c
11108           src/toolbar.c
11109                 Two useless changes reversed
11110
11111 2003-01-11 [colin]      0.8.8claws81
11112
11113         * src/mainwindow.c
11114           src/mainwindow.h
11115                 Add mainwindow_get_mainwindow()
11116         * src/alertpanel.c
11117           src/alertpanel.h
11118                 Add alertpanel_error_log() 
11119         * src/compose.c
11120           src/inc.c
11121           src/messageview.c
11122           src/toolbar.c
11123           src/main.c
11124           src/procmsg.c
11125                 Network errors get a View Log button
11126
11127 2003-01-10 [alfons]     0.8.8claws80
11128
11129         * src/prefs_toolbar.c
11130         * src/toolbar.c
11131                 use the translatable string for "Separator" as file name for
11132                 separator toolbar items (probably make this uppercase?)
11133
11134 2003-01-10 [alfons]     0.8.8claws79
11135
11136         * src/prefs_toolbar.c
11137                 put right A_SEPARATOR description string in "displayed
11138                 toolbar items list" so manually added separators are
11139                 saved correctly (bug #10, "Adding a separator to the main 
11140                 toolbar fails, entry in xml file is wrong")
11141
11142 2003-01-10 [christoph]  0.8.8claws78
11143
11144         * src/imap.c
11145                 o fix warnings
11146                 o use CAPABILITY to check if NAMESPACE is available
11147
11148 2003-01-10 [christoph]  0.8.8claws77
11149
11150         * src/imap.[ch]
11151                 apply UIDPLUS IMAP extension support patch
11152
11153         Patch submitted by Simon 'corecode' Schubert
11154
11155 2003-01-10 [paul]       0.8.8claws76
11156
11157         * src/folderview.c
11158                 a sync from main which fixes the news account folders'
11159                 Properties bug
11160
11161 2003-01-10 [christoph]  0.8.8claws75
11162
11163         * src/folder.c
11164                 don't accept 0 as a valid uid returned by copy and move
11165                 functions. 0 means the message was copied or moved but the
11166                 new uid could not be fetched. It is not an error condition
11167                 for the copy or move operation.
11168
11169 2003-01-10 [paul]       0.8.8claws74
11170
11171         * src/prefs_filtering.c
11172                 change English used in Alert when entry is not
11173                 saved.
11174                 
11175         * sync with 0.8.8cvs4
11176                 see ChangeLog 2003-01-10
11177
11178 2003-01-10 [darko]      0.8.8claws73
11179
11180         * src/pine.c
11181                 fix crash when importing address book entry
11182                 without a valid address
11183
11184 2003-01-09 [alfons]     0.8.8claws72
11185
11186         * src/inc.c
11187                 filtering performance: use new style folder update
11188
11189 2003-01-09 [christoph]  0.8.8claws71
11190
11191         * src/compose.c
11192         * src/gtk/menu.[ch]
11193                 fix wrong selecting of mime encoding type, when
11194                 opening property dialog of attachments in the
11195                 compose window. 7bit was always selected and that
11196                 destoryed files with 8bit data.
11197                 (closes bug #9 Sylpheed-claws destroys attachments when
11198                  changing MIME-types)
11199
11200 2003-01-09 [paul]       0.8.8claws70
11201
11202         * sync with 0.8.8cvs3
11203                 see ChangeLog 2003-01-09
11204
11205 2003-01-08 [alfons]     0.8.8claws69
11206         
11207         * src/addressadd.c
11208                 apply patch by Kim Schulz to fix build breakage
11209                 because of missing variable
11210
11211 2003-01-08 [paul]       0.8.8claws68
11212
11213         * sync with 0.8.8cvs2
11214                 see ChangeLog 2002-01-08
11215
11216 2003-01-08 [paul]       0.8.8claws67
11217
11218         * po/it.po
11219                 updated by Alessandro Maestri
11220                 
11221         * src/addressadd.c
11222                 when using 'Add sender to addressbook' allow
11223                 name to be edited and remarks to be entered
11224                 Patch submitted by Luke Plant
11225
11226 2003-01-08 [darko]      0.8.8claws66
11227
11228         * README.claws, src/summaryview.c
11229                 fix description for marked messages
11230
11231 2003-01-08 [paul]
11232
11233         * tools/Makefile.am
11234           tools/launch_phoenix  ** NEW FILE **
11235                 add script that enables using Phoenix as the default
11236                 web browser. 
11237                 Submitted by Mohammed Sameer <Uniball@linux-egypt.org>
11238                 
11239         * tools/OOo2sylpheed.pl
11240                 remove full path to sylpheed executable, just 'sylpheed'
11241                 will do
11242                 
11243         * tools/README
11244                 add launch_phoenix informtion and re-arrange and compress
11245                 the data a little
11246
11247 2003-01-07 [christoph]  0.8.8claws65
11248
11249         * src/folder.c
11250                 fix update for source folder when moving messages
11251         * src/procmsg.[ch]
11252         * src/summaryview.c
11253                 use function to set to_folder for message infos and
11254                 automatically update the op_count for old and new
11255                 folder
11256
11257 2003-01-07 [melvin]     0.8.8claws64
11258
11259         * src/prefs_actions.c
11260                 Fixed bug where an '%p' Action on a displayed image crashed 
11261                         Sylpheed
11262                 Code clean up (get rid of duplicated code and removed unnecessary 
11263                                 structure member)
11264
11265 2003-01-07 [christoph]  0.8.8claws63
11266
11267         * src/compose.c
11268         * src/folder.[ch]
11269         * src/folderview.c
11270         * src/import.c
11271         * src/inc.c
11272         * src/main.c
11273         * src/mainwindow.c
11274         * src/messageview.c
11275         * src/prefs_folder_item.c
11276         * src/procmsg.c
11277         * src/summaryview.c
11278         * src/toolbar.c
11279                 o remove all folder update triggering from the UI code. The folder
11280                   system should know much better when a folder needs an update.
11281                 o to prevent multiple updates in a row the folder updates can be
11282                   frozen for some time.
11283
11284                 Note: - Please verify that no updates are missing
11285                       - Check where freeze/thaws should be added
11286
11287 2003-01-07 [christoph]  0.8.8claws62
11288
11289         * src/prefs_actions.c
11290                 don't translate empty strings
11291
11292         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11293
11294 2003-01-06 [christoph]  0.8.8claws61
11295
11296         * src/prefs_actions.c
11297                 mark strings for gettext
11298         * src/prefs_matcher.c
11299                 use new description window for Execute action and
11300                 match condition in Filtering
11301
11302         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11303
11304 2003-01-06 [alfons]     0.8.8claws60
11305
11306         keep myself inspired to re-organize matcher part 8; 
11307         yes, more to come (I need to move out the descriptive
11308         text for actions to matcher.c, or at least make it not
11309         depend on the wicked ordering)
11310
11311         * src/prefs_matcher.c
11312                 add documentation so others may comprehend the
11313                 UI part of the conditions
11314                 
11315 2003-01-06 [christoph]  0.8.8claws59
11316
11317         * src/prefs_actions.c
11318                 use new description window for syntax help
11319         * src/gtk/description_window.c
11320                 fix display of descriptions with column count != 2
11321
11322         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11323
11324 2003-01-06 [christoph]  0.8.8claws58
11325
11326         * src/quote_fmt.c
11327         * src/summaryview.[ch]
11328         * src/gtk/Makefile.am
11329         * src/gtk/description_window.[ch]       ** NEW **
11330                 use a generic window to display syntax descriptions
11331                 currently used in quote_fmt and summaryview (new description
11332                 for extended quick search)
11333
11334         Patch submitted by Ivan Francolin Martinez <ivanfm@users.sourceforge.net>
11335
11336 2003-01-06 [paul]       0.8.8claws57
11337
11338         * sync with 0.8.8cvs1
11339                 see ChangeLog 2003-01-06
11340
11341 2003-01-06 [christoph]  0.8.8claws56
11342
11343         * src/mainwindow.c
11344         * src/prefs_gtk.[ch]
11345         * src/gtk/prefswindow.[ch]
11346         * src/plugins/spamassassin/spamassassin_gtk.c
11347                 o remove page management from prefswindow, pages
11348                   will be an argument to prefswindow_open
11349                 o prefswindow_open gets a datapointer that is
11350                   passed to the widget_create function to allow
11351                   creation of prefswindow for specific items
11352
11353 2003-01-06 [colin]      0.8.8claws55
11354         
11355         * src/summaryview.c
11356                 We don't want regexp in the reply-finder, 
11357                 because MIDs can contain !,$,. and so on
11358
11359 2003-01-06 [jens]       0.8.8claws54
11360
11361         * src/jpilot.c
11362                 fixed a wrong free in jpilot_read_db_files
11363
11364 2003-01-06 [alfons]     0.8.8claws53
11365
11366         re-organize matcher part 8; more to come
11367        
11368         * src/matcher.c
11369                 matcherprop_to_string(): put g_free()s before the
11370                 switch-case break to fix memleaks                
11371
11372 2003-01-06 [colin]      0.8.8claws52
11373
11374         * src/summaryview.c
11375                 cleanup & reply-finder now displays the first 
11376                 matching message
11377
11378 2003-01-05 [alfons]     0.8.8claws51
11379
11380         re-organize matcher part 7; more to come
11381
11382         * src/matcher.[ch]
11383                 fixes for constant correctness;
11384                 more documentation;
11385
11386 2003-01-05 [alfons]     0.8.8claws50
11387
11388         re-organize matcher part 6; more to come
11389         
11390         * src/matcher.[ch]
11391                 fixes for constant correctness;
11392                 more documentation;
11393         * src/filtering.c
11394                 fix for constant correctness
11395
11396 2003-01-05 [colin]      0.8.8claws49
11397
11398         * src/account.[ch]
11399                 Add account_get_reply_account function
11400         * src/compose.c
11401                 Use account_get_reply_account function 
11402         * src/summaryview.c
11403                 Basic reply-finder - click on the replied
11404                 icon gets you to the outbox using quick-search
11405
11406 2003-01-05 [paul]       0.8.8claws48
11407
11408         * src/prefs_common.c
11409                 small change to English
11410                 
11411         * src/prefs_filtering.c
11412                 prefs_filtering_action_select(): improve logic and uniformity
11413                 of gui
11414
11415 2003-01-05 [alfons]     0.8.8claws47
11416
11417         fine tune solution to focus problems (bug #7)
11418
11419         * src/mainwindow.c
11420                 mainwindow_focus_in_event(): remove grab event check
11421         * src/summaryview.c
11422                 summary_button_pressed(): move selection on right-click
11423                 too. we can't possibly move the selection back after
11424                 canceling a dialog, because gtk's incomplete focus 
11425                 management. whether this is a good solution, only time
11426                 will tell.
11427
11428 2003-01-05 [christoph]  0.8.8claws46
11429
11430         * src/imap.c
11431                 fix crash when no imap connection could be established
11432
11433 2003-01-05 [paul]       0.8.8claws45
11434
11435         * src/mainwindow.c
11436           src/sumamryview.c
11437           src/gtk/menu.[ch]
11438                 fix bug 605957 'shortcuts in popup-menu'
11439                 make user-defined shortcuts work
11440                 show shortcuts that are already defined
11441                 in the main menu
11442                 Patch submitted by Luke Plant
11443
11444 2003-01-05 [alfons]     0.8.8claws44
11445
11446         * src/mainwindow.c
11447                 focus_in_event handler should not select summary view row 
11448                 when another window (menu, dialog) grabbed for events 
11449                 (bug #7, "[0.8.8claws42] Message summary focus") 
11450
11451 2003-01-04 [christoph]  0.8.8claws43
11452
11453         * src/procmsg.c
11454                 update save folder after adding the sent message
11455                  (closes bug #6 Folder View doesn't refresh for "Sent"-messages)
11456
11457 2003-01-02 [christoph]  0.8.8claws42
11458
11459         * src/common/plugin.c
11460                 fix unloading of all plugins and unload
11461                 plugins in reverse order
11462                 
11463         * src/gtk/pluginwindow.c
11464                 implement function of load and unload button
11465
11466         * src/gtk/prefswindow.c
11467         * src/gtk/prefswindow.h
11468                 rename register function and add new unregister
11469                 function
11470
11471         * src/plugins/spamassassin/spamassassin_gtk.c
11472                 unregister prefs page and update for changes in
11473                 src/gtk/prefswindow.c
11474
11475 2003-01-02 [paul]       0.8.8claws41
11476
11477         * po/es.po
11478                 updated by Ricardo Mones Lastra
11479
11480 2003-01-02 [paul]
11481
11482         * tools/tb2sylpheed
11483                 fixes and improvements by Urke MMI
11484
11485 2003-01-02 [thorsten]   0.8.8claws40
11486
11487         * src/procmsg.c
11488                 fixed wrong return value
11489
11490 2003-01-02 [thorsten]   0.8.8claws39
11491
11492         * src/prefs.c
11493                 fixed printing wrong variable
11494
11495 2003-01-02 [thorsten]   0.8.8claws38
11496
11497         * src/prefs.c
11498                 fixed acessing members of freed pfile struct
11499
11500 2003-01-02 [thorsten]   0.8.8claws37
11501
11502         * src/procmsg.c
11503                 detect loops across several messages
11504                 as suggested by Christoph Hohmann
11505
11506 2003-01-01 [match]      0.8.8claws36
11507
11508         * src/addrindex.c
11509                 fixed another memory leak.
11510
11511 2003-01-01 [match]      0.8.8claws35
11512
11513         * src/jpilot.[ch]
11514                 fixed memory leaks. applied Doxygen comments.
11515
11516 2003-01-01 [thorsten]   0.8.8claws34
11517
11518         * src/procmsg.c
11519                 inhibit endless loop if msg references itself
11520                 (closes Bug [ 660477 ] Infinite loop in parent flag search)
11521
11522 2003-01-01 [christoph]  0.8.8claws33
11523
11524         * src/mainwindow.c
11525         * src/gtk/Makefile.am
11526         * src/gtk/pluginwindow.c                ** NEW **
11527         * src/gtk/pluginwindow.h                ** NEW **
11528                 add plugin window
11529
11530         * src/plugins/demo/demo.c
11531         * src/plugins/spamassassin/spamassassin.c
11532         * src/plugins/spamassassin/spamassassin_gtk.c
11533                 write better plugin descriptions
11534
11535 2002-12-31 [christoph]  0.8.8claws32
11536
11537         * src/gtk/prefswindow.c
11538         * src/plugins/spamassassin/spamassassin_gtk.c
11539                 some small improvements to GTK code
11540
11541 2002-12-31 [christoph]  0.8.8claws31
11542
11543         * src/plugins/spamassassin/spamassassin_gtk.c
11544                 enable folder select button
11545
11546 2002-12-31 [christoph]  0.8.8claws30
11547
11548         * src/mainwindow.c
11549         * src/gtk/Makefile.am
11550         * src/gtk/prefswindow.c                         ** NEW **
11551         * src/gtk/prefswindow.h                         ** NEW **
11552                 add new prefs window
11553
11554         * src/common/plugin.c
11555                 don't try to load empty config lines
11556         
11557         * src/plugins/spamassassin/Makefile.am
11558         * src/plugins/spamassassin/spamassassin.c
11559         * src/plugins/spamassassin/spamassassin.h       ** NEW **
11560         * src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
11561                 GTK config for SpamAssassin Plugin using
11562                 the new prefs window
11563
11564 2002-12-31 [paul]       0.8.8claws29
11565
11566         * po/POTFILES.in
11567                 remove obsolete entry 'src/menu.c'
11568
11569 2002-12-31 [alfons]     0.8.8claws28
11570
11571         * src/matcher.[ch]
11572         * src/matcher_parser_parse.y
11573         * src/prefs_matcher.c
11574                 add "ignore_thread" and "~ignore_thread" condition so it's
11575                 possible to make the actions / scoring operate on the ignore
11576                 thread flag
11577
11578 2002-12-31 [christoph]  0.8.8claws27
11579
11580         * src/addrbook.c
11581         * src/addrindex.c
11582         * src/folder.c
11583         * src/matcher.c
11584         * src/prefs_account.c
11585         * src/prefs_actions.c
11586         * src/prefs_customheader.c
11587         * src/prefs_display_header.c
11588         * src/prefs_gtk.c
11589         * src/procmime.c
11590         * src/toolbar.c
11591         * src/xmlprops.c
11592         * src/common/prefs.[ch]
11593                 extend prefs file handling for reading and automatic handling
11594                 of blocks. When reading prefs_set_block_label will automatically
11595                 move on to the block. When writing it will copy all other blocks
11596                 automatically
11597
11598         * src/common/plugin.c
11599                 Now loading plugin filenames from [Plugins] block in
11600                 sylpheed rc file
11601
11602 2002-12-30 [christoph]  0.8.8claws26
11603
11604         * src/common/hooks.[ch]
11605                 return abort status to caller of hooks_invoke
11606                 
11607         * src/inc.[ch]
11608                 invoke message filtering hook and stop
11609                 default handling when filter returns abort
11610
11611         * src/common/plugin.[ch]
11612         * src/plugins/demo/demo.c
11613                 modify plugin loader, because resolving symbols for strings
11614                 does not work correctly
11615         
11616         * configure.in
11617         * ac/spamassassin.m4                            ** NEW **
11618         * src/plugins/spamassassin/.cvsignore           ** NEW **
11619         * src/plugins/spamassassin/Makefile.am          ** NEW **
11620         * src/plugins/spamassassin/README               ** NEW **
11621         * src/plugins/spamassassin/libspamc.[ch]        ** NEW **
11622         * src/plugins/spamassassin/spamassassin.c       ** NEW **
11623         * src/plugins/spamassassin/utils.[ch]           ** NEW **
11624                 add spamassassin plugin, see src/plugins/spamassassin/README
11625                 for details
11626
11627 2002-12-29 [alfons]     0.8.8claws25
11628
11629         * src/mainwindow.c
11630                 when moving focus from a message view to the main 
11631                 window, don't forget to select the summary node
11632                 of the displayed message. should fix "[ 659103 ] 
11633                 focus-follows-mouse confuses sylpheed"
11634
11635 2002-12-29 [christoph]  0.8.8claws24
11636
11637         * src/Makefile.am
11638         * src/stringtable.[ch]          ** REMOVE **
11639         * src/common/Makefile.am
11640         * src/common/stringtable.[ch]   ** NEW **
11641                 move stringtable files to common directory
11642
11643 2002-12-29 [christoph]  0.8.8claws23
11644
11645         * src/Makefile.am
11646         * src/menu.[ch]                 ** REMOVE **
11647         * src/gtk/Makefile.am
11648         * src/gtk/menu.[ch]             ** NEW **
11649                 move menu files to gtk directory
11650
11651 2002-12-29 [match]      0.8.8claws22
11652
11653         * src/addressbook.c
11654         * src/syldap.c
11655                 moved UI specific code out of LDAP code into addressbook
11656                 UI code. fixed memory leak.
11657
11658 2002-12-29 [christoph]  0.8.8claws21
11659
11660         * src/folder.c
11661                 only check for IGNORED parent message when message is
11662                 not IGNORED itself
11663
11664 2002-12-29 [alfons]     0.8.8claws20
11665
11666         * src/summaryview.c
11667                 set gtksctree's anchor correct (immediate execute
11668                 changes the tree's layout, and anchor points at 
11669                 the incorrect row). fixes "[ 657233 ] multiple msg 
11670                 delete sometimes off by 1".
11671                 we probably have to look for more tree layout /
11672                 anchor glitches.
11673
11674 2002-12-29 [paul]       0.8.8claws19
11675
11676         * src/summaryview.c
11677                 fix bug [ 659054 ] incorrect sorting of 'From' column
11678                 when using 'display sender using address book'
11679                 thanks to Alfons and Luke Plant
11680
11681 2002-12-29 [christoph]  0.8.8claws18
11682
11683         * src/folder.c
11684         * src/procmsg.[ch]
11685                 check parent messages for IGNORE THREAD flag, when adding,
11686                 moving or copying messages to a folder
11687
11688 2002-12-27 [alfons]     0.8.8claws17
11689
11690         re-organize matcher part 5; more to come
11691
11692         * src/matcher.c
11693                 hash keywords in matchparser_tab 
11694
11695 2002-12-27 [alfons]     0.8.8claws16
11696
11697         re-organize matcher part 4; more to come
11698
11699         * src/matcher_parser.h
11700         * src/matcher_parser_lex.l
11701         * src/matcher_parser_parse.y
11702                 cleanup
11703
11704 2002-12-27 [alfons]     0.8.8claws15
11705
11706         re-organize matcher part 3; more to come
11707
11708         * src/matcher.[ch]
11709                 cleanup
11710
11711 2002-12-27 [alfons]     0.8.8claws14
11712
11713         re-organize matcher part 2; more to come but this should
11714         work. cc me if there are any regressions.
11715
11716         * src/matcher.h
11717                 add prototype for get_matchparser_tab_id()
11718         * src/matcher_parser_lex.l
11719                 look up keywords using matchparser_tab_id();
11720
11721 2002-12-27 [alfons]     0.8.8claws12
11722
11723         re-organize matcher part 1
11724
11725         * src/matcher.h
11726                 map yacc generated constants to sylpheed matcher constants
11727         * src/matcher.c
11728                 add function to find a matcher constant from a string
11729
11730 2002-12-27 [christoph]  0.8.8claws11
11731
11732         * src/compose.c
11733                 MENUITEM_ADD casts the 4th argument from integer to pointer
11734                 so it probably should not be a pointer, this means we
11735                 should use account id for it and not the account's pointer
11736
11737 2002-12-27 [paul]       0.8.8claws10
11738
11739         * src/mainwindow.c
11740                 remove unneeded 'GtkWidget *vbox'
11741                 
11742         * src/summaryview.c
11743                 further sync with 0.8.8 - make sort
11744                 by recipient work as expected
11745                 
11746         * NEWS
11747                 sync with 0.8.8
11748
11749 2002-12-27 [paul]       0.8.8claws9
11750
11751         * po/pt_BR.po
11752                 updated by Ivan F. Martinez
11753                 
11754 2002-12-27 [darko]      0.8.8claws8
11755
11756         * src/common/utils.c
11757                 added locked pattern to extended search
11758
11759 2002-12-27 [alfons]     0.8.8claws7
11760
11761         * src/prefs_matcher.[ch]
11762                 clean up
11763
11764 2002-12-26 [alfons]     0.8.8claws6
11765
11766         * src/matcher.[ch]
11767         * src/matcher_parser_lex.l
11768         * src/matcher_parser_parse.y
11769         * src/prefs_matcher.c
11770                 allow color label as a condition in the matcher
11771
11772 2002-12-26 [oliver]     0.8.8claws5
11773         
11774         * src/toolbar.c 
11775                 enable Addressbook for Main and Messageview
11776         * src/prefs_actions.c
11777                 enable actions in Messageview
11778
11779 2002-12-26 [christoph]  0.8.8claws4
11780
11781         * src/common/plugin.c
11782                 add a little debug output
11783         * configure.in
11784         * src/plugins/demo/Makefile.am
11785                 better use of automake
11786
11787 2002-12-26 [christoph]  0.8.8claws3
11788
11789         * src/Makefile.am
11790         * src/common/Makefile.am
11791                 fix "make distdir"
11792
11793 2002-12-26 [christoph]  0.8.8claws2
11794
11795         * configure.in
11796                 sort configure checks into common / gtk / plugins
11797         * po/POTFILES.in
11798                 add src/prefs_gtk.c
11799         * src/Makefile.am
11800                 add plugins SUBDIR
11801         * src/main.c
11802         * src/common/sylpheed.[ch]
11803                 added now sylpheed_done function for shutdown
11804         * src/common/Makefile.am
11805         * src/common/plugin.[ch]                ** NEW **
11806                 plugin loader and unloader
11807         * src/plugins/.cvsignore                ** NEW **
11808         * src/plugins/Makefile.am               ** NEW **
11809                 build plugins
11810         * src/plugins/demo/.cvsignore           ** NEW **
11811         * src/plugins/demo/Makefile.am          ** NEW **
11812         * src/plugins/demo/demo.c               ** NEW **
11813                 small demo plugin that installs a logtext hook and
11814                 outputs the log text to stdout
11815
11816 2002-12-26 [paul]       0.8.8claws1
11817
11818         * po/es.po
11819                 updated by Ricardo Mones Lastra
11820
11821 2002-12-26 [paul]       0.8.8claws
11822
11823         * 0.8.8claws released
11824
11825 2002-12-26 [paul]       0.8.7claws12
11826
11827         * po/bg.po
11828                 updated by George Danchev
11829
11830 2002-12-26 [paul]       0.8.7claws11
11831
11832         * po/POTFILES.in
11833                 remove unneeded 'src/prefs.c' entry 
11834
11835 2002-12-26 [paul]       0.8.7claws10
11836
11837         * src/codeconv.c
11838           src/mainwindow.c
11839                 sync with 0.8.8 release
11840         
11841         * src/folder.[ch]
11842           src/mh.c
11843           src/summaryview.c
11844                 partial sync with 0.8.8 release
11845         
11846
11847 2002-12-25 [alfons]     0.8.7claws9
11848
11849         * src/matcher.[ch]
11850         * src/matcher_parser_lex.l
11851         * src/matcher_parser_parse.y
11852         * src/prefs_matcher.c
11853                 add locked flag to possible filtering / matcher 
11854                 conditions (also a good example what should be
11855                 done to add a simple boolean condition)
11856
11857 2002-12-25 [christoph]  0.8.7claws8
11858
11859         * src/Makefile.am
11860         * src/account.[ch]
11861         * src/addrbook.c
11862         * src/addressbook.c
11863         * src/addrindex.c
11864         * src/filtering.c
11865         * src/folder.c
11866         * src/matcher.c
11867         * src/prefs.[ch]                ** REMOVE **
11868         * src/prefs_account.c
11869         * src/prefs_actions.c
11870         * src/prefs_common.c
11871         * src/prefs_customheader.c
11872         * src/prefs_display_header.c
11873         * src/prefs_filtering.c
11874         * src/prefs_folder_item.c
11875         * src/prefs_gtk.[ch]            ** NEW **
11876         * src/prefs_matcher.c
11877         * src/prefs_scoring.c
11878         * src/prefs_summary_column.c
11879         * src/procmime.c
11880         * src/selective_download.c
11881         * src/toolbar.c
11882         * src/common/Makefile.am
11883         * src/common/prefs.[ch]         ** NEW **
11884                 split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
11885
11886 2002-12-24 [alfons]     0.8.7claws7
11887
11888         * src/summaryview.c
11889                 summary_thread_build(): fix real cause of the crash mentioned in
11890                 0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
11891                 this way we get meaningful ctree nodes 
11892
11893 2002-12-24 [oliver]     0.8.7claws6
11894
11895         * src/mainwindow.[ch]
11896         * src/messageview.[ch]
11897         * src/compose.[ch]
11898         * src/inc.c
11899         * src/summaryview.c
11900                 changes to use updated toolbar handling
11901                 
11902 2002-12-24 [oliver]     0.8.7claws5
11903
11904         * src/toolbar.[ch]
11905                 generic toolbar handling
11906                 used ideas from Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
11907         * src/prefs_toolbar.[ch]
11908                 adjust to handling
11909         
11910 2002-12-24 [oliver]     0.8.7claws4
11911         
11912         * src/stock_pixmap.[ch]
11913                 move SYLPHEED_LOGO to end of list in order 
11914                 to remove it from Custom Toolbar`s Icon View
11915
11916 2002-12-24 [alfons]     0.8.7claws3
11917
11918         * src/summaryview.c
11919                 summary_thread_build(): fix crash because of focus != selection 
11920                 after threading. when deleting the selection, gtk tries but fails 
11921                 to find the correct focusable element. we now force the selection
11922                 to be focused. this should solve the infamous bug reported by 
11923                 Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages"). 
11924                 a test case is available. 
11925
11926 2002-12-24 [darko]      0.8.7claws2
11927
11928         * src/summaryview.c
11929                 don't crash when unmarking message with unread children
11930
11931 2002-12-23 [christoph]  0.8.7claws1
11932
11933         * src/Makefile.am
11934         * src/common/Makefile.am
11935                 update Makefiles for moved intl.h, version.h and defs.h
11936         * src/imap.c
11937                 rewrite imap_session_get to avoid duplicate code
11938
11939 2002-12-23 [paul]       0.8.7claws
11940
11941         * Santa-Claws released
11942         
11943         * po/hu.po
11944           po/ru.po
11945                 squeeze in updated Hungarian and Russian translations.
11946                 Submitted by  Gál Zoltán and Ruslan N. Balkin
11947
11948 2002-12-23 [paul]       0.8.6claws129
11949
11950         * po/pl.po
11951                 updated by Witold Wladyslaw Wojciech Wilk
11952
11953 2002-12-23 [paul]       0.8.6claws128
11954
11955         * src/quote_fmt_parse.y
11956                 fix typo and add licence header
11957
11958 2002-12-23 [paul]       0.8.6claws127
11959
11960         * po/en_GB.po
11961                 updated
11962
11963 2002-12-23 [paul]       0.8.6claws126
11964
11965         * po/it.po
11966                 updated translation, submitted by Alessandro Maestri
11967                 
11968 2002-12-23 [paul]       0.8.6claws125
11969
11970         * src/quote_fmt_parse.y
11971                 fix signature-stripping on replies bug. match
11972                 '-- \n' and not '-- '.
11973
11974 2002-12-22 [paul]       0.8.6claws124
11975
11976         * po/bg.po
11977           po/es.po
11978           po/sr.po
11979                 updated translations. submitted by George Danchev,
11980                 Ricardo Mones Lastra, and Urke MMI respectively
11981
11982 2002-12-21 [paul]       0.8.6claws123
11983
11984         * src/addrbook.c
11985                 fix coding style
11986
11987 2002-12-21 [paul]       0.8.6claws122
11988
11989         * src/addrbook.c
11990                 fix bug [643638] where if a person is in one or more
11991                 addressbook groups editing that person's email 
11992                 address results in removal from those groups.
11993                 Patch submitted by Luke Plant.
11994
11995 2002-12-20 [christoph]  0.8.6claws121
11996
11997         * src/common/utils.c
11998         * src/summaryview.c
11999                 reimplement expand_search_string using GString to
12000                 prevent crashs caused by miscalculated string
12001                 lengths reported by Paul
12002
12003 2002-12-20 [christoph]  0.8.6claws120
12004
12005         * src/summaryview.c
12006                 don't use "changed" to check if op_count has to be changed as it
12007                 is also set when the message has unread children
12008                 (closes bug [ 653221 ] crash while deleting duplicates)
12009
12010 2002-12-20 [paul]       0.8.6claws119
12011
12012         * sync with 0.8.6cvs27
12013                 see ChangeLog 2002-12-20
12014
12015 2002-12-20 [paul]       0.8.6claws118
12016
12017         * sync with 0.8.6cvs26
12018                 see ChangeLog 2002-12-19 and 2002-12-20
12019
12020 2002-12-19 [alfons]     0.8.6claws117
12021
12022         * src/textview.c
12023                 fix incorrect parsing of email addresses, submitted by 
12024                 Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate 
12025                 name display if it contains @".
12026
12027 2002-12-18 [paul]       0.8.6claws116
12028
12029         * sync with 0.8.6cvs23
12030                 see ChangeLog 2002-12-18
12031
12032 2002-12-18 [paul]       0.8.6claws115
12033
12034         * src/Makefile.am
12035         * src/account.c
12036         * src/codeconv.c
12037         * src/gtkutils.[ch]
12038         * src/imap.c
12039                 sync with 0.8.6cvs22.
12040                 see ChangeLog 2002-12-17 and 2002-12-18
12041
12042 2002-12-17 [christoph]  0.8.6claws114
12043
12044         * src/imap.c
12045                 o don't create a session if imap greeting fails
12046                 o don't close socket when authentication fails
12047                   this is done by imap_session_destroy
12048
12049 2002-12-17 [thorsten]   0.8.6claws113
12050
12051         * tools/Makefile.am
12052           tools/README
12053           tools/google_msgid.pl ** NEW FILE **
12054                 Added "search for message-id" script and doc
12055
12056 2002-12-17 [thorsten]   0.8.6claws112
12057
12058         * po/hu.po
12059                 Updated hungarian translation
12060                 (updated by Gal Zoltan)
12061
12062 2002-12-16 [christoph]  0.8.6claws111
12063
12064         * src/addr_compl.c
12065                 remove stupid addressbook dump to debug output
12066         * src/mh.c
12067                 fix memory leak found by Hiro
12068
12069 2002-12-14 [paul]       0.8.6claws110
12070
12071         * src/compose.c
12072                 fix menubar sensitivity on send
12073                 
12074         * src/prefs_filtering.c
12075         * src/prefs_matcher.c
12076         * src/prefs_scoring.c
12077                 Fix english ;)
12078                 
12079         * src/common/quoted-printable.h
12080                 sync: fix typo
12081         
12082 2002-12-13 [christoph]  0.8.6claws109
12083
12084         * src/Makefile.am
12085         * src/manage_window.[ch]        ** REMOVE **
12086         * src/gtk/Makefile.am
12087         * src/gtk/manage_window.[ch]    ** NEW **
12088                 move manage_window files to gtk directory
12089
12090 2002-12-13 [christoph]  0.8.6claws108
12091
12092         * src/Makefile.am
12093         * src/gtkshruler.[ch]           ** REMOVE **
12094         * src/gtk/Makefile.am
12095         * src/gtk/gtkshruler.[ch]       ** NEW **
12096                 move gtkshruler files to gtk directory
12097
12098 2002-12-13 [christoph]  0.8.6claws107
12099
12100         * src/Makefile.am
12101         * src/compose.c
12102         * src/gtkstext.[ch]             ** REMOVE **
12103         * src/gtkutils.[ch]
12104         * src/textview.c
12105         * src/gtk/gtkstext.[ch]         ** NEW **
12106         * src/gtk/Makefile.am
12107                 o move stext functions to gtkstext.c to remove
12108                   dependency of gtkutils
12109                 o move gtkstext files to gtk directory
12110
12111         * src/gtk/Makefile.am
12112         * src/gtk/sslcertwindow.[ch]
12113                 UI stuff can always depend on common code so
12114                 it's ok to add ../common to include path
12115
12116 2002-12-13 [colin]      0.8.6claws106
12117
12118         * src/summaryview.c
12119                 Disconnect sighandlers for mainwindow when
12120                 quicksearch has the focus
12121                 Fix bug #653231
12122         * src/mainwindow.[ch]
12123                 Make key_pressed callback public, to be able
12124                 to disconnect it
12125
12126 2002-12-13 [christoph]  0.8.6claws105
12127
12128         * src/mh.c
12129                 create .mh_sequences file in new MH folders
12130                 (closes feature request [ 523162 ] MH folders should
12131                  get a .mh_sequences)
12132
12133 2002-12-13 [colin]      0.8.6claws104
12134
12135         * src/summaryview.c
12136                 Better handling of quicksearch show/hide
12137                 (basically the button stays under the mouse 
12138                  when toggled)
12139
12140 2002-12-13 [paul]       0.8.6claws103
12141
12142         * sync with 0.8.6cvs17
12143                 see ChangeLog 2002-12-13
12144
12145 2002-12-13 [paul]       0.8.6claws102
12146
12147         * po/es.po
12148                 updated by Ricardo Mones Lastra
12149
12150 2002-12-11 [colin]       0.8.6claws101
12151
12152         * src/folder.c
12153                 remove statusbar stuff
12154           src/folderview.c
12155                 set statusbar verbosity when moving folders
12156
12157 2002-12-11 [colin]       0.8.6claws100
12158         * src/prefs_filtering.c
12159         * src/prefs_matcher.c
12160         * src/prefs_scoring.c
12161                 Fix english ;)
12162
12163 2002-12-11 [colin]       0.8.6claws99
12164
12165         * src/prefs_common.[ch]
12166                 Add summary_quicksearch_type
12167         * src/summaryview.c
12168                 Save last used quicksearch type
12169
12170 2002-12-11 [jens]       0.8.6claws98
12171         * src/prefs_filtering.c
12172         * src/prefs_matcher.c
12173         * src/prefs_scoring.c
12174                 added dialog for incomplete rules in scoring, filtering and
12175                 matcher to ask wheather really close
12176
12177 2002-12-11 [colin]      0.8.6claws97
12178
12179         * src/folder.c
12180                 Fix folder dnd statusbar logging
12181
12182 2002-12-10 [christoph]  0.8.6claws96
12183
12184         * src/compose.c
12185         * src/folder.c
12186         * src/imap.c
12187         * src/inc.c
12188         * src/main.c
12189         * src/mainwindow.c
12190         * src/news.c
12191         * src/send.c
12192         * src/statusbar.[ch]
12193         * src/common/hooks.c
12194         * src/common/log.[ch]
12195                 o handle verbose logging in statusbar directly in statusbar code
12196                   and common code does not need any knowledge about a statusbar
12197                 o remove direct calls to statusbar_(puts|pop)_all functions
12198
12199 2002-12-10 [jens]       0.8.6claws95
12200
12201         * src/*.c
12202                 removed gettext from g_warnings
12203         * po/POTFILES.in
12204                 cleaned and updated
12205         * po/de.po
12206                 updated
12207
12208 2002-12-10 [colin]      0.8.6claws94
12209
12210         * src/main.c
12211                 finish crash dialog fix
12212
12213 2002-12-10 [colin]      0.8.6claws93
12214
12215         * src/main.c
12216                 "Fix" "sylpheed already running" instead of
12217                 crash dialog appearing after a crash
12218
12219 2002-12-10 [colin]      0.8.6claws92
12220
12221         * po/POTFILES.in
12222                 add src/gtk/sslcertwindow.c
12223
12224 2002-12-10 [paul]       0.8.6claws91
12225
12226         * po/POTFILES.in
12227                 updated to reflect recent changes
12228                 submitted by Alessandro Maestri
12229
12230 2002-12-09 [christoph]  0.8.6claws90
12231
12232         * src/Makefile.am
12233         * src/smtp.[ch]                 ** REMOVE **
12234         * src/common/Makefile.am
12235         * src/common/smtp.[ch]          ** NEW **
12236                 move smtp files to common directory
12237
12238 2002-12-09 [christoph]  0.8.6claws89
12239
12240         * src/Makefile.am
12241         * src/session.[ch]              ** REMOVE **
12242         * src/common/Makefile.am
12243         * src/common/session.[ch]       ** NEW **
12244                 move session files to common directory
12245
12246 2002-12-09 [paul]       0.8.6claws88
12247
12248         * src/account.c
12249                 fix bug [649746] edit accounts: move account reverted
12250                 Patch submitted by Luke Plant <lukeplant@users.sourceforge.net>
12251
12252 2002-12-09 [colin]      0.8.6claws87
12253
12254         * src/ssl_certificate.c
12255                 cleanup
12256
12257 2002-12-09 [colin]      0.8.6claws86
12258
12259         * src/ssl.c
12260                 Try to open the cert.pem database and 
12261                 issue a warning if it isn't there
12262
12263 2002-12-09 [colin]      0.8.6claws85
12264
12265         * src/common/ssl_certificate.c
12266         * src/gtk/sslcertwindow.c
12267                 Warning fixes
12268
12269 2002-12-09 [colin]      0.8.6claws84
12270
12271         * src/ssl_certificate.[ch] ** REMOVED **
12272         * src/common/ssl_certificate.[ch] ** NEW **
12273         * src/Makefile.am
12274         * src/common/Makefile.am
12275                 Moved ssl_certificate.[ch] to common
12276         * src/common/ssl.c 
12277                 Put back needed include
12278         * src/gtk/sslcertwindow.[ch]
12279                 Changed ssl_certificate.h include
12280         
12281 2002-12-09 [colin]      0.8.6claws83
12282
12283         * src/gtk/sslcertwindow.[ch]
12284                 Implement hook for certificate acception
12285         * src/ssl_certificate.[ch]
12286                 Implement hook for certificate acception
12287         * src/common/ssl.c
12288                 Reenable certificate acception check
12289         * src/mainwindow.c
12290                 Register sslcertwindow's hook
12291         
12292 2002-12-08 [christoph]  0.8.6claws82
12293
12294         * src/about.c
12295         * src/addr_compl.c
12296         * src/codeconv.c
12297         * src/manual.c
12298         * src/undo.c
12299         * src/common/utils.c
12300                 o add missing includes
12301                 o fix warnings
12302         * src/.cvsignore
12303         * src/common/.cvsignore
12304         * src/common/version.h          ** REMOVE **
12305                 remove autogenerated file
12306
12307 2002-12-08 [paul]       0.8.6claws81
12308
12309         * src/stringtable.c
12310                 put back needed include
12311
12312 2002-12-08 [colin]      0.8.6claws80
12313         
12314         * src/gtk/sslcertwindow.c
12315                 Cleaner popups when asking
12316         * src/ssl_certificate.c
12317         * src/prefs_common.[ch]
12318                 remove ssl certificate pref
12319                 put back needed include
12320         * src/undo.c
12321                 put back needed include
12322
12323 2002-12-08 [christoph]  0.8.6claws79
12324
12325         * src/folderview.c
12326         * src/logwindow.c
12327         * src/statusbar.c
12328         * src/summaryview.c
12329                 only abort hook invokation if required data is missing not
12330                 if our own data pointer is NULL, update hookfunction for
12331                 log window
12332
12333 2002-12-08 [paul]       0.8.6claws78
12334
12335         * src/about.c
12336         * src/addrcache.c
12337         * src/addrclip.c
12338         * src/addr_compl.c
12339         * src/addrselect.c
12340         * src/codeconv.c
12341         * src/colorlabel.c
12342         * src/enriched.c
12343         * src/esmtp.c
12344         * src/exporthtml.c
12345         * src/headerview.c
12346         * src/imageview.c
12347         * src/manual.c
12348         * src/noticeview.c
12349         * src/pgptext.c
12350         * src/scoring.c
12351         * src/sourcewindow.c
12352         * src/stringtable.c
12353         * src/undo.c
12354                 clean up: remove unneccesary includes
12355
12356 2002-12-08 [christoph]  0.8.6claws77
12357
12358         * src/folderview.c
12359         * src/statusbar.c
12360         * src/summaryview.c
12361         * src/common/hooks.[ch]
12362                 hook functions now have a gboolean return value, if a hook
12363                 returns TRUE it will stop executing of any more hooks in
12364                 the same hooklist for this invokation
12365
12366 2002-12-08 [colin]      0.8.6claws76
12367         
12368         * src/main.c
12369                 put back argv0 for CRASH_DIALOG
12370
12371 2002-12-08 [christoph]  0.8.6claws75
12372
12373         * src/Makefile.am
12374         * src/about.c
12375         * src/account.c
12376         * src/crash.c
12377         * src/esmtp.h
12378         * src/imap.[ch]
12379         * src/inc.c
12380         * src/main.c
12381         * src/mainwindow.c
12382         * src/news.c
12383         * src/pop.[ch]
12384         * src/prefs_account.[ch]
12385         * src/prefs_common.[ch]
12386         * src/send.[ch]
12387         * src/smtp.[ch]
12388         * src/ssl_certificate.[ch]
12389         * src/ssl_manager.[ch]
12390         * src/common/Makefile.am
12391         * src/common/log.c
12392         * src/common/nntp.[ch]
12393         * src/common/socket.[ch]
12394         * src/common/ssl.[ch]
12395         * src/gtk/sslcertwindow.[ch]
12396         * ac/openssl.m4
12397                 use new autoconf script to detect OpenSSL with extra parameters
12398                 to specify the location of libs and includes, also remove USE_SSL
12399                 to USE_OPENSSL
12400
12401         * src/common/sylpheed.[ch]
12402         * src/common/version.h.in
12403                 start seperation of common code initialization seperated from gui
12404
12405         * src/summaryview.c
12406                 The function that is called when a color label changes
12407                 should not change the color lable again
12408
12409 2002-12-08 [colin]      0.8.6claws74
12410
12411         * src/gtk/sslcertwindow.c
12412                 warning fixes
12413
12414 2002-12-08 [colin]      0.8.6claws73
12415
12416         * src/statusbar.c
12417           src/common/log.h
12418                 Register a hook for statusbar_puts_all
12419         * src/common/log.c
12420                 invoke statusbar_puts_all's hook
12421         
12422 2002-12-08 [colin]      0.8.6claws72
12423
12424         * src/ssl_certificate.c
12425                 Put back a badly-removed include
12426
12427 2002-12-08 [colin]      0.8.6claws71
12428
12429         * src/gtk/sslcertwindow.[ch]    ** NEW **
12430                 new certificate presentation
12431         * src/gtk/Makefile.am
12432                 add new files
12433         * src/ssl_certificate.[ch]
12434                 gtk cleanup, made utility functions public
12435         * src/ssl_manager.c
12436                 use new cert presentation
12437
12438 2002-12-07 [christoph]  0.8.6claws70
12439
12440         * src/Makefile.am
12441         * src/nntp.[ch]                 ** REMOVE **
12442         * src/common/Makefile.am
12443         * src/common/nntp.[ch]          ** NEW **
12444                 move nntp files to common directory
12445
12446 2002-12-07 [christoph]  0.8.6claws69
12447
12448         * src/procmsg.[ch]
12449         * src/summaryview.c
12450                 implement msginfo update callback using sylpheed's new
12451                 hook system. Invoke hooks from procmsg_msginfo_[un]set_flags.
12452
12453 2002-12-06 [christoph]  0.8.6claws68
12454
12455         * src/editgroup.c
12456                 This patch changes the 'Edit Group Details' dialog to
12457                 allow extended selections in either pane, so that
12458                 addresses can be added or removed from a group more
12459                 quickly and easily. (it actually is a net decrease in
12460                 file size, as some unnecessary functions have been
12461                 removed). 
12462                 (patch submitted by Luke Plant <lukeplant@users.sourceforge.net>)
12463
12464 2002-12-06 [christoph]  0.8.6claws67
12465
12466         * src/Makefile.am
12467         * src/template.[ch]             ** REMOVE **
12468         * src/common/Makefile.am
12469         * src/common/template.[ch]      ** NEW **
12470                 move template files to common directory
12471
12472         * src/nntp.c
12473                 add missing log.h include
12474
12475 2002-12-06 [melvin]     0.8.6claws66
12476
12477         * src/prefs_actions.c
12478                 Added the trailing ">" syntax to insert command's output
12479                 without replacing old text (in contrast to trailing "|").
12480
12481 2002-12-05 [colin]      0.8.6claws65
12482         
12483         * src/common/utils.c
12484                 Don't modify original search_string or it'll change
12485                 the next iterations in the for()
12486
12487 2002-12-05 [darko]      0.8.6claws64
12488
12489         * src/common/utils.c
12490                 proper check for filtering commands, found by Colin
12491
12492 2002-12-05 [darko]      0.8.6claws63
12493
12494         * src/common/utils.c
12495                 check proper string for NULL pointer, found by Colin
12496
12497 2002-12-05 [darko]      0.8.6claws62
12498
12499         * src/common/utils.[ch]
12500                 expand_search_string(): new function
12501                 converts Mutt-like patterns to Sylpheed's
12502                 filtering engine
12503         * src/summaryview.c
12504                 use expand_search_string() to allow Mutt-like
12505                 patterns in extended search
12506         * README.claws
12507                 document extended option in quick search
12508
12509 2002-12-05 [paul]       0.8.6claws61
12510
12511         * sync with 0.8.6cvs16
12512                 see ChangeLog 2002-12-05
12513                 
12514         * po/POTFILES.in
12515                 clean up
12516
12517 2002-12-04 [christoph]  0.8.6claws60
12518
12519         * src/imap.[ch]
12520                 put imap authentication code into a new function and
12521                 remove it from imap_session_new that will allow to
12522                 send other commands before authentication
12523
12524 2002-12-04 [christoph]  0.8.6claws59
12525
12526         * src/imap.[ch]
12527                 use already existing method to prevent unneeded IMAP
12528                 folder selects. Set imap_select parameters to NULL
12529                 in some functions if the values are not required.
12530
12531         * src/xml.h
12532                 remove no longer required include
12533
12534 2002-12-04 [paul]       0.8.6claws58
12535
12536         * po/es.po
12537                 updated by Ricardo Mones Lastra
12538                 
12539         * configure.in
12540           po/hu.po      ** NEW FILE **
12541                 initial Hungarian translation, submitted
12542                 by Gál Zoltán <galzoli@hu.inter.net>
12543
12544 2002-12-03 [christoph]  0.8.6claws57
12545
12546         * src/Makefile.am
12547         * src/gtksctree.[ch]            ** REMOVE **
12548         * src/gtk/Makefile.am
12549         * src/gtk/gtksctree.[ch]        ** NEW **
12550                 move gtksctree files to gtk directory
12551
12552 2002-12-03 [christoph]  0.8.6claws56
12553
12554         * src/Makefile.am
12555         * src/md5.[ch]                  ** REMOVE **
12556         * srm/common/Makefile.am
12557         * src/common/md5.[ch]           ** NEW **
12558                 move md5 files to common directory
12559
12560         * src/gtkstext.c
12561                 remove not required #include
12562
12563 2002-12-03 [sergey]     0.8.6claws55
12564
12565         * src/gtkutils.c
12566         * src/gtkutils.h
12567                 gtkut_window_popup(): new function.
12568         * src/mainwindow.c
12569                 main_window_popup(): use gtkut_window_popup() to raise
12570                 window without changing its position.
12571                 (see sylpheed-main ML message [sylpheed:17247])
12572
12573 2002-12-03 [sergey]     0.8.6claws54
12574
12575         * src/send.c
12576                 send_message_local(): removed first-dot escaping
12577                 (SMTP-only, not needed for sending through pipe)
12578
12579 2002-12-03 [paul]       0.8.6claws53
12580
12581         * po/POTFILES.in
12582                 update to reflect recent changes (thanks
12583                 to Ricardo Mones Lastra)
12584                 
12585         * tools/filter_conv.pl
12586                  fix problem with quoted strings. Patch submitted
12587                  by Luke Plant <lukeplant@softhome.net>
12588
12589 2002-12-03 [paul]       0.8.6claws52
12590
12591         * sync with 0.8.6cvs15
12592                 see ChangeLog 2002-12-03
12593
12594 2002-12-02 [christoph]  0.8.6claws51
12595
12596         * src/logwindow.[ch]
12597         * src/common/log.[ch]
12598                 implement logging using a hook function
12599
12600         * src/folderview.c
12601         * src/folder.[ch]
12602                 define hooklist name in header file to avoid
12603                 errors caused by wrong spelling of hooklist names
12604
12605         * src/toolbar.c
12606                 fix warnings
12607
12608 2002-12-02 [christoph]  0.8.6claws50
12609
12610         * src/common/Makefile.am
12611                 add src/common/hooks.[ch]
12612
12613         * src/common/hooks.[ch]
12614                 implement a simple hook system using glib's hook functions
12615
12616         * src/folder.[ch]
12617         * src/folderview.c
12618                 use new hook system for folder item updates
12619
12620 2002-12-02 [christoph]  0.8.6claws49
12621
12622         * doc-src/ui_seperation.txt     ** NEW **
12623                 information for ui seperation
12624
12625         * src/Makefile.am
12626                 remove files that were moved to common
12627                 include common directory by default for the header files
12628
12629         * src/inc.c
12630         * src/common/socket.c
12631         * src/automaton.[ch]
12632                 implement automaton using g_io_*-functions instead of
12633                 gdk_input_add to make it ui independent
12634
12635         * src/codeconv.c
12636         * src/compose.c
12637         * src/ldif.c
12638         * src/pgptext.c
12639         * src/procmime.c
12640         * src/rfc2015.c
12641         * src/smtp.c
12642         * src/unmime.c
12643                 remove common/ prefix because directory is now in
12644                 include path
12645
12646         * src/compose.c
12647         * src/folder.c
12648         * src/folderview.c
12649         * src/mainwindow.c
12650         * src/messageview.c
12651         * src/prefs_common.c
12652         * src/procmsg.c
12653         * src/rfc2015.c
12654                 fix warnings
12655
12656         * src/imap.c
12657         * src/inc.c
12658         * src/news.c
12659         * src/pop.c
12660         * src/send.c
12661         * src/smtp.c
12662         * src/ssl_certificate.c
12663                 add log.h header file for logging functions
12664
12665         * src/main.c
12666         * src/common/utils.c
12667         * src/summaryview.c
12668         * src/xml.c
12669                 o move debug_mode to common/utils.c
12670                 o add functions to set and get debug_mode
12671
12672         * src/defs.h                    ** REMOVE **
12673         * src/intl.h                    ** REMOVE **
12674         * src/socket.[ch]               ** REMOVE **
12675         * src/ssl.[ch]                  ** REMOVE **
12676         * src/utils.[ch]                ** REMOVE **
12677                 replaced by new files in src/common/
12678         
12679         * src/common/Makefile.am
12680                 add new files in src/common/
12681
12682         * src/common/defs.h             ** NEW **
12683         * src/common/intl.h             ** NEW **
12684         * src/common/log.[ch]           ** NEW **
12685         * src/common/socket.[ch]        ** NEW **
12686         * src/common/ssl.[ch]           ** NEW **
12687         * src/common/utils.[ch]         ** NEW **
12688                 replacement for files in src/
12689
12690 2002-12-02 [colin]      0.8.6claws48
12691
12692         * src/folderview.c
12693                 Scroll folderview if necessary during dnd
12694
12695 2002-12-02 [colin]      0.8.6claws47
12696
12697         * src/folder.[ch]
12698                 Add check to verify a move is within a single mailbox
12699         * src/folderview.c
12700                 Add specific error string for this check
12701
12702 2002-12-02 [colin]      0.8.6claws46
12703
12704         * src/folder.c
12705                 Add a test to folder moving, remove a statusbar_print
12706         * src/folderview.c
12707                 Add Move folder... context-menu item
12708                 Factorize folder moving code
12709                 Enable folder DND for mbox
12710
12711 2002-12-01 [christoph]  0.8.6claws45
12712
12713         * ac/aspell.m4
12714                 remove conf.aspelltest if the version check fails
12715
12716 2002-11-30 [christoph]  0.8.6claws44
12717
12718         * autogen.sh
12719                 run libtoolize --force in autogen to create missing
12720                 libtool scripts
12721
12722 2002-11-30 [christoph]  0.8.6claws43
12723
12724         * src/Makefile.am
12725         * src/pgptext.c
12726         * src/procmime.c
12727         * src/rfc2015.c
12728         * src/uuencode.[ch]             ** REMOVED **
12729         * src/common/Makefile.am
12730         * src/common/uuencode.[ch]      ** NEW **
12731                 move uuen/decoder to common directory
12732
12733 2002-11-30 [christoph]  0.8.6claws42
12734
12735         * src/Makefile.am
12736         * src/base64.[ch]               ** REMOVED **
12737         * src/codeconv.c
12738         * src/compose.c
12739         * src/ldif.c
12740         * src/pgptext.c
12741         * src/procmime.c
12742         * src/rfc2015.c
12743         * src/smtp.c
12744         * src/unmime.c
12745         * src/common/Makefile.am
12746         * src/common/base64.[ch]        ** NEW **
12747                 move base64 en/decoder to common directory
12748
12749 2002-11-30 [christoph]  0.8.6claws41
12750
12751         * src/common                    ** NEW **
12752                 new directory for UI independent code
12753         * src/gtk                       ** NEW **
12754                 new directory for GTK frontend
12755         * src/common/.cvsignore         ** NEW **
12756         * src/gtk/.cvsignore            ** NEW **
12757                 ignore build files
12758         * src/common/Makefile.am        ** NEW **
12759         * src/gtk/Makefile.am           ** NEW **
12760                 automake files to build new seperated stuff
12761         * src/Makefile.am
12762                 the binary will currently still be build with the
12763                 files in src, so we include the code from the
12764                 subdirs for now after building the libs there
12765
12766 2002-11-30 [paul]       0.8.6claws40
12767
12768         * src/compose.c
12769                 fix bug [642731] 'Wrong selected account with drafted mail'
12770
12771 2002-11-29 [oliver]     0.8.6claws39
12772         
12773         * src/messageview.c
12774                 o update summaryview when switching between different
12775                   messageviews          
12776         * src/toolbar.c  
12777                 o check if messageview holds already removed msg
12778                   from summaryview
12779                 
12780
12781 2002-11-29 [oliver]     0.8.6claws38
12782
12783         * src/toolbar.c 
12784                 remove not needed variables and includes
12785                 make messageview stay opened and move to next when msgs are deleted 
12786
12787 2002-11-29 [oliver]     0.8.6claws37
12788         
12789         * src/toolbar.c 
12790                 disable compose button (messageview toolbar) by default
12791                 deleted msgs are moved to trash
12792         
12793 2002-11-29 [melvin]     0.8.6claws36
12794
12795         * configure.in
12796                 Increased minimal gpgme version to 0.3.10 (Zombies out)
12797                 and to detect signatures expirations (gpgme 0.3.6)
12798
12799         * src/main.c
12800                 Use non obsolescent function for Gpgme engine checking.
12801
12802         * src/rfc2015.c
12803                 Inform about expired signatures or signatures which key
12804                 has expired. Expiration date is displayed.
12805
12806         * src/sigstatus.c
12807                 Inform about expired signatures or signatures which key
12808                 has expired.
12809
12810 2002-11-28 [paul]       0.8.6claws35
12811
12812         * src/folderview.c
12813                 re-instate 'Check for new messages' in Newsgroup
12814                 folders right-click menu, after a suggestion from
12815                 Tim Mann <timmann@users.sourceforge.net>
12816
12817         * src/main.c
12818                 after a crash check only local folders for new
12819                 messages
12820
12821 2002-11-28 [paul]       0.8.6claws34
12822
12823         * configure.in
12824                 apply patch that fixes the checking of GTK with XIM 
12825                 support on different OSs, such as FreeBSD. Patch 
12826                 submitted by Topia <topia@users.sourceforge.net>
12827                 
12828 2002-11-28 [paul]       0.8.6claws33
12829
12830         * src/mainwindow.c
12831           src/prefs_common.c
12832           src/prefs_toolbar.c
12833                 more changes to the English
12834
12835 2002-11-28 [paul]       0.8.6claws32
12836
12837         * sync with 0.8.6cvs13
12838                 see ChangeLog 2002-11-28 (no sync needed
12839                 for src/compose.c)
12840
12841 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws31
12842         
12843         * src/mainwindow.[ch]
12844                 add patch by Ivan F. Martinez introducing messageview Toolbar
12845                 some changes and committed by oliver    
12846
12847 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws30
12848
12849         * src/messageview.[ch]
12850                 add patch by Ivan F. Martinez introducing messageview Toolbar
12851                 some changes and committed by oliver    
12852
12853 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws29
12854
12855         * src/compose.[ch]
12856                 add patch by Ivan F. Martinez introducing messageview Toolbar
12857                 some changes and committed by oliver    
12858
12859 2002-11-28 [Ivan Francolin Martinez (ivanfm@users.sourceforge.net)]     0.8.6claws28
12860         
12861         * src/toolbar.[ch]
12862                 add patch by Ivan F. Martinez introducing messageview Toolbar
12863                 some changes and committed by oliver
12864
12865 2002-11-28 [oliver]     0.8.6claws27
12866         
12867         * src/prefs_toolbar.[ch]
12868                 getting ready for messageview toolbar
12869                 free mem allocated by gettext
12870                 change prefs_toolbar to prefs_toolbar_open
12871  
12872 2002-11-28 [thorsten]   0.8.6claws26
12873
12874         * src/imageview.[ch]
12875                 cleaned up conflicting declarations of
12876                 imageview_show_image()
12877
12878 2002-11-28 [paul]       0.8.6claws25
12879
12880         * src/grouplistdialog.c
12881           src/prefs_common.c
12882           src/prefs_summary_column.c
12883                 a few more improvements to the English
12884
12885 2002-11-28 [colin]      0.8.6claws24
12886
12887         * man/sylpheed.1
12888                 A few updates to command-line parameters
12889
12890 2002-11-28 [colin]      0.8.6claws23
12891
12892         * src/prefs_filtering.c
12893                 Fix problems with prefs_filtering_delete_path:
12894                 a) if the first rule is removed, original pointers
12895                    weren't updated (leading to segfaults)
12896                 b) it was always global_processing updated in case
12897                    of removed path was parent of rule path
12898
12899 2002-11-27 [paul]       0.8.6claws22
12900
12901         * src/mainwindow.c
12902           src/prefs_account.c
12903           src/prefs_actions.c
12904           src/prefs_common.c
12905           src/prefs_customheader.c
12906           src/prefs_display_header.c
12907           src/prefs_filtering.c
12908           src/prefs_folder_item.c
12909           src/prefs_matcher.c
12910           src/prefs_scoring.c
12911           src/prefs_summary_column.c
12912           src/prefs_template.c
12913           src/prefs_toolbar.c
12914                  improve the English in the GUI
12915
12916 2002-11-27 [colin]      0.8.6claws21
12917
12918         * src/folder.c
12919                 Fix processing renaming problems happening after
12920                 last commit
12921
12922 2002-11-27 [colin]      0.8.6claws20
12923
12924         * src/folder.c
12925                 recursive move now deletes src each subfolder after 
12926                 having moved it
12927         * src/folderview.c
12928                 Use identifier instead of path during dnd (enables
12929                 IMAP folder dnd)
12930
12931 2002-11-27 [paul]       0.8.6claws19
12932
12933         * src/main.c
12934                 apply patch that does command-line processing 
12935                 BEFORE gtk_init, allowing claws to run from 
12936                 shell-scripts in non-X environment (e.g. crontab 
12937                 or ip-up, ip-down scripts). Patch submitted by
12938                 Ruslan N. Balkin <baron@dartel.ru>
12939                 
12940         * po/it.po
12941                 updated by Alessandro Maestri
12942
12943 2002-11-27 [paul]       0.8.6claws18
12944
12945         * sync with 0.8.6cvs12
12946           src/prefs_common.c
12947                 Differences are that main uses a 'Receive dialog'
12948                 frame on the Interface tab, whereas claws groups all 
12949                 the dialogs together in a 'Dialogs' frame.
12950
12951 2002-11-27 [colin]      0.8.6claws17
12952
12953         * src/prefs_matcher.c
12954                 Fix Execute criteria's NOT flag
12955
12956
12957 2002-11-26 [christoph]  0.8.6claws16
12958
12959         * src/ssl.c
12960                 rewrite the ssl code a little bit, only use one
12961                 SSL context, set default certificates' file/path
12962
12963 2002-11-26 [thorsten]   0.8.6claws15
12964
12965         * src/compose.c
12966                 default-reply-to didn't work for ml-reply
12967
12968 2002-11-26 [melvin]     0.8.6claws14
12969
12970         * src/prefs_actions.c
12971                 Made pipe-actions ignore short headers in message view
12972                 Made trailing-pipe-actions write in the message view with
12973                 the same font as the original message
12974
12975 2002-11-26 [paul]       0.8.6claws13
12976
12977         * src/compose.c
12978                 this time commit the correct file
12979
12980 2002-11-26 [paul]       0.8.6claws12
12981
12982         * sync with 0.8.6cvs11
12983           src/quote_fmt_parse.y  
12984                 no sync needed
12985           src/account.[ch]       
12986                 not sync'ed
12987           src/compose.c
12988                 compose_write_headers(): add 'X-Sylpheed-Account-Id:' header
12989                 on draft mode.
12990                 compose_reedit(): add check for 'X-Sylpheed-Account-Id:' 
12991                 header
12992                 
12993         see ChangeLog 2002-11-25 and 2002-11-26
12994
12995 2002-11-26 [colin]      0.8.6claws11
12996
12997         * src/folderview.c
12998                 Fix collapsed folder not auto-expanding during
12999                 mail dnd, if it was the source folder.
13000
13001 2002-11-25 [colin]      0.8.6claws10
13002
13003         * src/folderview.[ch]
13004                 Variable renaming and cleaning (slist of nodes 
13005                 to be re-collapsed is stored in FolderView)
13006
13007 2002-11-25 [paul]       0.8.6claws9
13008
13009         * src/prefs_common.[ch]
13010                 fix breakage caused by last commit
13011
13012 2002-11-25 [paul]       0.8.6claws8
13013
13014         * sync with 0.8.6cvs4
13015                 see ChangeLog 2002-11-21
13016
13017 2002-11-25 [paul]       0.8.6claws7
13018
13019         * sync with 0.8.6cvs4
13020                 see ChangeLog 2002-11-20
13021
13022 2002-11-25 [paul]       0.8.6claws6
13023
13024         * sync with 0.8.6cvs3
13025                 see ChangeLog 2002-11-18
13026
13027 2002-11-25 [colin]      0.8.6claws5
13028
13029         * src/gtkutils.[ch]
13030                 Add gtkut_ctree_node_is_parent()
13031         * src/folderview.c
13032                 Spring-loaded folders
13033
13034 2002-11-25 [colin]      0.8.6claws4
13035
13036         * src/utils.[ch]
13037                 Add slist_concat_unique(), function to merge
13038                 two GSList filtering dups
13039         * src/folder.[ch]
13040         * src/summaryview.[ch]
13041         * src/folderview.c
13042         * src/main.c
13043                 Add detection/update/display of unread answers
13044                 to marked mails
13045         * src/procmsg.[ch]
13046                 Add procmsg_find_children()
13047                 Add procmsg_msg_has_marked_parent()
13048
13049 2002-11-25 [colin]      0.8.6claws3
13050
13051         * src/ssl_certificate.[ch]
13052                 Allow checking a certificate without a DNS
13053                 lookup
13054                 Allow to forget a cert (by deleting it)
13055                 Make ssl_certificate_destroy_public
13056         * src/ssl_manager.[ch] ** NEW FILES **
13057                 Gui to manage (display/remove) certificates
13058         * src/prefs_common.[ch]
13059                 Add a pref to allow silent acceptation of
13060                 trusted certificates or not (based on the
13061                 "I want to know what's going on" principle)
13062         * src/mainwindow.c
13063                 Add SSL manager in Tools menu
13064         * src/Makefile.am
13065                 Add the new files to the build
13066         * po/POTFILES.in
13067                 Add ssl_manager.c to translations
13068
13069 2002-11-25 [colin]      0.8.6claws2
13070
13071         * src/summaryview.[ch]
13072                 Add S_SEARCH_EXTENDED to the quick search, which 
13073                 allows to search using filtering syntax.
13074
13075 2002-11-25 [colin]      0.8.6claws1
13076
13077         * src/summaryview.c
13078                 Deletion of duplicates now prefer deleting
13079                 the unread dup (fixes feature-request 638989).
13080
13081 2002-11-24 [paul]       0.8.6claws
13082
13083         * po/es.po
13084           po/pl.po
13085           po/ru.po
13086           po/sr.po
13087                 updated by Ricardo Mones Lastra,
13088                 Witold Wladyslaw Wojciech Wilk,
13089                 Ruslan N. Balkin, and  Urke MMI 
13090                 respectively
13091
13092 2002-11-24 [paul]       0.8.5claws182
13093
13094         * po/bg.po
13095                 updated by George Danchev
13096
13097 2002-11-23 [alfons]     0.8.5claws181
13098
13099         * src/imap.c
13100                 tiny memory leak found by browsing Dimitar's 
13101                 valgrind report
13102
13103 2002-11-23 [paul]       0.8.5claws180
13104
13105         * po/it.po
13106                 updated by Alessandro Maestri
13107
13108 2002-11-22 [christoph]  0.8.5claws179
13109
13110         * src/compose.c
13111         * src/inc.c
13112         * src/prefs_filtering.c
13113         * src/summaryview.c
13114                 more warning fixes
13115
13116 2002-11-22 [alfons]     0.8.5claws178
13117
13118         * src/summaryview.c
13119                 summary_execute_delete_func(): if message is deleted, make 
13120                 sure to also remove its entry in the subject hash table. 
13121                 fixes a corner case bug.
13122
13123 2002-11-22 [paul]       0.8.5claws177
13124
13125         * .cvsignore
13126                 add 'autom4te.cache'
13127                 
13128         * ltconfig      ** REMOVED **
13129                 not needed
13130
13131 2002-11-22 [paul]       0.8.5claws176
13132
13133         * src/textview.c
13134                 textview_set_font(): fix for message display in
13135                 UTF-8 locales (thanks to Sergey Vlasov).
13136                 
13137         * AUTHORS
13138                 add new team members and contributors
13139
13140
13141 2002-11-21 [colin]      0.8.5claws175
13142
13143         * src/procmsg.[ch]
13144                 Add procmsg_remove_special_headers()
13145         * src/mh.c
13146                 Use procmsg_remove_special_headers() for 
13147                 previous fix
13148
13149 2002-11-21 [colin]      0.8.5claws174
13150
13151         * src/mh.c
13152                 Fix moving/copying from queue/draft folders
13153                 for MH folders
13154
13155 2002-11-21 [christoph]  0.8.5claws173
13156
13157         * src/crash.c
13158         * src/filtering.c
13159         * src/logwindow.c
13160         * src/main.c
13161         * src/matcher_parser_lex.[hl]
13162         * src/mbox.c
13163         * src/mbox_folder.[ch]
13164         * src/prefs_filtering.c
13165         * src/procheader.c
13166         * src/quote_fmt_lex.l
13167         * src/ssl.c
13168                 fix all warnings except the warnings in lex and yacc files
13169
13170 2002-11-20 [christoph]  0.8.5claws172
13171
13172         * src/imap.c
13173                 fix MsgInfo retrieval for IMAP draft and queue folders
13174                 (closes bug [ 619558 ] Draft saving on IMAP box issue)
13175
13176 2002-11-19 [christoph]  0.8.5claws171
13177
13178         * src/compose.c
13179                 fix segfault, when draft saving does not get
13180                 the MsgInfo of the new message
13181                 (closes bug [ 640699 ] Claws170: crash drafting mail ( IMAP ))
13182
13183 2002-11-19 [christoph]  0.8.5claws170
13184
13185         * src/procmsg.c
13186                 add parameter check for flag setting function
13187                 (closes bug [ 640619 ] Claws169: crash - drafting a mail (IMAP))
13188
13189 2002-11-18 [paul]       0.8.5claws169
13190
13191         * src/compose.c
13192                 more sensitivity fixes to redirect mode:
13193                 * disable toolbar draft button
13194                 * allow only Address book in the Tools menu
13195                 * disable editing of message by the spell
13196                   checker
13197
13198 2002-11-18 [paul]       0.8.5claws168
13199
13200         * src/compose.c
13201                 fix sensitivity of menu items in compose_redirect():
13202                 allow only the necessary items 
13203
13204 2002-11-18 [paul]       0.8.5claws167
13205
13206         * src/compose.c
13207                 fix bug [ 603259 ] 'attachment got lost on bounce'
13208
13209 2002-11-18 [paul]       0.8.5claws166
13210
13211         * po/ru.po
13212                 updated by Ruslan N. Balkin <baron@dartel.ru>
13213
13214 2002-11-18 [colin]      0.8.5claws165
13215
13216         * src/main.c
13217           src/defs.h
13218                 Remove old filtering stuff
13219
13220
13221 2002-11-17 [oliver]     0.8.5claws164
13222
13223         * src/toolbar.h
13224                 remove not needed typedef 
13225
13226 2002-11-17 [oliver]     0.8.5claws163
13227
13228         * src/toolbar.c
13229                 make toolbar's on click events translatable
13230
13231 2002-11-15 [colin]      0.8.5claws162
13232
13233         * src/summaryview.c
13234                 Revert too-soon integration of a feature
13235
13236 2002-11-15 [christoph]  0.8.5claws161
13237
13238         * src/imap.c
13239                 use main's implementation of imap_get_msginfo
13240
13241 2002-11-15 [christoph]  0.8.5claws160
13242
13243         * src/compose.c
13244         * src/folder.[ch]
13245         * src/imap.c
13246         * src/mbox_folder.c
13247         * src/mh.c
13248         * src/news.c
13249         * src/procmsg.c
13250         * src/summaryview.c
13251                 replace claws' fetch_msginfo with main's get_msginfo
13252                 (use main's implementation where possible)
13253
13254 2002-11-15 [colin]      0.8.5claws159
13255
13256         * src/ssl_certificate.c
13257                 Missed a check
13258
13259 2002-11-16 [melvin]     0.8.5claws158
13260
13261         * po/fr.po
13262                 Updated French translations.
13263
13264 2002-11-16 [colin]      0.8.5claws157
13265
13266         * src/ssl_certificate.c
13267                 Check for missing parts in the certificates
13268
13269 2002-11-15 [colin]      0.8.5claws156
13270
13271         * src/folderview.c
13272                 Preventive fix (missing check) found by
13273                 Alfons
13274
13275 2002-11-15 [paul]
13276
13277         * NEWS
13278                 sync with 0.8.6 release
13279
13280 2002-11-15 [colin]      0.8.5claws155
13281
13282         * src/folder.[ch]
13283           src/folderview.c
13284                 Fix error handling of folder_item_move_to()
13285                 (thanks to Alfons!)
13286
13287 2002-11-15 [colin]      0.8.5claws154
13288
13289         * src/folder.[ch]
13290           src/folderview.c
13291                 folder_item_move_to() sets an error message instead
13292                 of having GUI stuff in folder.c
13293
13294 2002-11-15 [colin]      0.8.5claws153
13295
13296         * src/procmsg.[ch]
13297                 Implemented a callback for MsgInfo updates, 
13298                 heavily copy/pasted from Christoph's folder 
13299                 callback system
13300         * src/summaryview.[ch]
13301                 Register summary_update_msg as callback
13302
13303 2002-11-14 [colin]      0.8.5claws152
13304         
13305         * src/procmsg.c
13306                 Update the FolderItem after sending (fixes 617593)
13307
13308 2002-11-14 [christoph]  0.8.5claws151
13309
13310         * src/folder.c
13311                 fix wrong position of NULL pointer check found
13312                 by Sergey
13313
13314 2002-11-14 [christoph]  0.8.5claws150
13315
13316         * src/folder.c
13317                 fix segfault when deleting messages from IMAP folders
13318                 (closes bug [ 635641 ] Crash deleting mail in IMAP trash)
13319
13320 2002-11-14 [colin]      0.8.5claws149
13321
13322         * src/compose.c
13323                 Forwarding was also ignoring the folder's default account.
13324
13325 2002-11-14 [colin]      0.8.5claws148
13326
13327         * src/compose.c
13328                 Fix sent folder not set to folder properties when 
13329                 forwarding.
13330
13331 2002-11-14 [thorsten]   0.8.5claws147
13332
13333         * src/inc.c
13334                 inc_start(): Files were not moved from .processing to inbox,
13335                 if no global processing rule existed
13336
13337 2002-11-14 [colin]      0.8.5claws146
13338
13339         * src/ssl_certificate
13340                 Fix file operations
13341
13342 2002-11-14 [paul]       0.8.5claws145
13343
13344         * po/it.po
13345                 updated by Alessandro Maestri
13346
13347 2002-11-13 [alfons]     0.8.5claws144
13348
13349         * src/folder.c
13350                 folder_item_close(): only mark messages unread
13351                 when a folder has new messages 
13352
13353 2002-11-13 [keith]      0.8.5claws143
13354
13355         * src/imap.c
13356                 Fix problem moving or copying between
13357                 IMAP folders
13358
13359 2002-11-13 [colin]      0.8.5claws142
13360
13361         * src/matcher_parser_parse.y
13362                 Fix rule problem when " don't match
13363
13364 2002-11-13 [christoph]  0.8.5claws141
13365
13366         * src/folder.c
13367         * src/folderview.c
13368                 moved cache saving to folder_item_close
13369                 the folderview should not have to deal with
13370                 this things
13371
13372 2002-11-13 [christoph]  0.8.5claws140
13373
13374         * src/summaryview.c
13375                 moved setting of important score to
13376                 summary_set_prefs_from_folderitem
13377
13378 2002-11-13 [colin]      0.8.5claws139
13379
13380         * src/matcher_parser_parse.y
13381                 Fix a segfault in the parser (happening when
13382                 a good expression had been tested and a bad 
13383                 one arrives)
13384
13385 2002-11-13 [paul]       0.8.5claws138
13386
13387         * sync with 0.8.5cvs24
13388                 see ChangeLog 2002-11-13
13389                 
13390         * po/pt_BR.po
13391                 updated by Fabio Jr. Beneditto
13392
13393 2002-11-13 [colin]      0.8.5claws137
13394         
13395         * src/msgcache.c
13396           src/defs.h
13397           src/procmsg.[ch]
13398                 Revert last commit, problem
13399
13400 2002-11-13 [colin]      0.8.5claws136
13401
13402         * src/msgcache.c
13403                 Remove duplicated code
13404         * src/defs.h
13405                 Bumped CACHE_VERSION and MARK_VERSION
13406         * src/procmsg.[ch]
13407                 Network endian for cache and mark files
13408
13409 2002-11-12 [colin]      0.8.5claws135
13410
13411         * src/inc.c
13412                 Fix the "socket error" dialog which disappeared
13413
13414 2002-11-12 [colin]      0.8.5claws134
13415
13416         * src/msgcache.c
13417                 Reverse last commit which had performance 
13418                 problems, but still reverse the list
13419
13420 2002-11-12 [colin]      0.8.5claws133
13421
13422         * src/msgcache.c
13423                 Reverse list order
13424
13425 2002-11-12 [melvin]     0.8.5claws132
13426
13427         * src/compose.c
13428                 Added a check for a NULL prefs_common.dictionary
13429
13430 2002-11-12 [colin]      0.8.5claws131
13431
13432         * src/ssl_certificate.[ch]
13433                 Use FQDN hostname
13434
13435 2002-11-12 [colin]      0.8.5claws130
13436
13437         * src/ssl_certificate.[ch]
13438                 Take connection port into account for 
13439                 checking certificates (a single hostname
13440                 could have multiple servers with multiple
13441                 certificates)
13442         * src/ssl.c
13443                 Pass the port to ssl_certificate_check
13444
13445 2002-11-12 [paul]       0.8.5claws129
13446
13447         * src/folder.c
13448                 fix a typo in last commit
13449
13450 2002-11-12 [paul]       0.8.5claws128
13451
13452         * sync with 0.8.5cvs23
13453                 see ChangeLog entry 2002-11-12
13454
13455 2002-11-11 [colin]      0.8.5claws127
13456
13457         * src/ssl_certificate.c
13458                 Cleaner messages
13459                 Don't popup, instead log error, if the 
13460                 corresponding pref is checked
13461         * src/ssl_certificate.h
13462                 include <openssl/objects/h>
13463
13464 2002-11-11 [colin]      0.8.5claws126
13465
13466         * src/ssl_certificate.h
13467                 _Really_ clean it
13468
13469 2002-11-11 [colin]      0.8.5claws125
13470         
13471         * src/ssl_certificate.c
13472                 Fixed leak
13473
13474 2002-11-11 [colin]      0.8.5claws124
13475
13476         * src/ssl.c
13477                 Cleaned a bit
13478         * src/ssl_certificate.[ch]
13479                 Cleaned a bit (better use of SSL API)
13480                 (This will cause non-recognition of saved 
13481                  certificates of claws12[23]...)
13482
13483 2002-11-11 [paul]       0.8.5claws123
13484         
13485         * po/es.po
13486                 updated by Ricardo Mones Lastra
13487
13488 2002-11-11 [colin]      0.8.5claws122
13489
13490         * src/ssl.c
13491                 Fix a typo
13492
13493 2002-11-11 [colin]      0.8.5claws121
13494
13495         * src/ssl_certificate.[ch] ** NEW FILES **
13496         * src/ssl.[ch]
13497                 Check SSL certificates presented to us
13498         * src/Makefile.am
13499                 Add ssl_certificate.[ch]
13500         * po/POTFILES.in
13501                 Add ssl_certificate.c
13502
13503 2002-11-11 [paul]       0.8.5claws120
13504
13505         * sync with 0.8.5cvs22
13506                 see ChangeLog 2002-11-11
13507
13508 2002-11-11 [paul]       0.8.5claws119
13509
13510         * sync with 0.8.5cvs21
13511                 see ChangeLog 2002-11-11
13512
13513 2002-11-10 [jens]       0.8.5claws118
13514
13515         * src/folder.c
13516         * src/folderview.c
13517                 corrected some typing
13518         * po/de.po
13519                 updated german translation
13520         * sylpheed.spec.in
13521                 cleaned up specfile and adjusted it for claws
13522
13523 2002-11-10 [colin]      0.8.5claws117
13524
13525         * src/summaryview.c
13526                 a STATUSBAR_PUSH/POP fix
13527
13528 2002-11-10 [colin]      0.8.5claws116
13529
13530         * src/prefs_folder_item.c
13531                 Fix hanging after opening folder properties
13532
13533 2002-11-10 [hoa]        0.8.5claws115
13534
13535         * src/matcher_parser_lex.l
13536         * src/matcher_parser_parse.y
13537                 config file for scoring and filtering is no more trashed
13538                 when there is a syntax error in a filtering rule when
13539                 editing it in a dialog.
13540
13541 2002-11-09 [colin]      0.8.5claws114
13542
13543         * src/mbox_folder.c
13544                 Added missing initialisation of folder->destroy()
13545
13546 2002-11-09 [colin]      0.8.5claws113
13547
13548         * src/folder.c
13549           src/folderview.c
13550                 Fix the status bar messages
13551
13552 2002-11-09 [colin]      0.8.5claws112
13553
13554         * src/folderview.c
13555                 Fix hangs after folder dnd, happening after 
13556                 claws109.
13557
13558 2002-11-09 [christoph]  0.8.5claws111
13559
13560         * src/folderview.c
13561                 just changed order of calls (reverse order of
13562                 associated calls)
13563         * src/inc.c
13564                 lock inc when checking only one account, otherwise
13565                 inc all could be executed at the same time
13566
13567 2002-11-09 [christoph]  0.8.5claws110
13568
13569         * src/folderview.c
13570                 better unlock the mouse cursor before calling
13571                 summary_show because it changes the cursor too
13572
13573 2002-11-09 [christoph]  0.8.5claws109
13574
13575         * src/folder.[ch]
13576         * src/folderview.c
13577                 add functions to open and close a folder
13578                 o opending will execute scanning for remote folders
13579                   and processing
13580                 o closing will unset new flag for messages
13581
13582 2002-11-09 [colin]      0.8.5claws108
13583
13584         * src/folder.c
13585                 Add a call to prefs_matcher_write_config to 
13586                 avoid non-leaf folders filtering settings to be
13587                 lost
13588
13589 2002-11-09 [paul]       0.8.5claws107
13590
13591         * src/prefs_account.c
13592                 re-word a label
13593
13594 2002-11-09 [colin]      0.8.5claws106
13595
13596         * src/folderview.c
13597                 Minor esthetic fix
13598
13599 2002-11-09 [colin]      0.8.5claws105
13600
13601         * src/folderview.c
13602                 Fix prefs_filtering deletion for MH folders (same
13603                 reason as below)
13604         * src/prefs_filtering.c
13605                 Fix prefs_filtering renaming and deletion for 
13606                 folder-based processing rules.  
13607
13608 2002-11-09 [christoph]  0.8.5claws104
13609
13610         * src/compose.c
13611         * src/folder.[ch]
13612         * src/folderview.[ch]
13613         * src/import.c
13614         * src/inc.c
13615         * src/main.c
13616         * src/mainwindow.c
13617         * src/messageview.c
13618         * src/prefs_folder_item.c
13619         * src/procmsg.c
13620         * src/summaryview.c
13621                 implement a callback system for folder item updates
13622
13623 2002-11-09 [colin]      0.8.5claws103
13624
13625         * src/folderview.c
13626                 Fix prefs_filtering renaming for MH folders (we
13627                 shouldn't rename by path as another folder could
13628                 have the same hierarchy).
13629
13630 2002-11-09 [colin]      0.8.5claws102
13631
13632         * src/folder.c
13633                 Fix a leak found by Christoph, use better variable
13634                 names
13635
13636 2002-11-09 [colin]      0.8.5claws101
13637
13638         * src/folder.c
13639                 One more fix for processing rules
13640
13641 2002-11-08 [colin]      0.8.5claws100
13642         
13643         * src/matcher.c
13644                 Don't copy the compiled regexp (will be reevaluated)
13645         * src/folderview.c
13646                 Lock folderview while moving
13647         * src/folder.c
13648                 Provide info on what's happening to the user
13649
13650 2002-11-08 [colin]      0.8.5claws99
13651
13652         * src/folderview.c
13653                 Fix folder reordering after a move if parent is 
13654                 root
13655         * src/scoring.[ch]
13656                 Add function to copy a ScoringProp
13657         * src/prefs_folder_item.c
13658                 Copy scoring rules when copying a folder prefs
13659
13660 2002-11-08 [colin]      0.8.5claws98
13661
13662         * src/folderview.c
13663                 Fixes in case of failure
13664         * src/filtering.[ch]    
13665                 Add function to duplicate a FilteringProp
13666         * src/matcher.[ch]
13667                 Add function to duplicate a MatcherProp
13668         * src/prefs_folder_item.c
13669                 Save folder's processing rules when copying 
13670                 its prefs
13671
13672 2002-11-08 [colin]      0.8.5claws97
13673         
13674         * src/folderview.c
13675                 Sort after move
13676         * src/folder.c 
13677                 Change a printf to debug_print
13678
13679 2002-11-08 [colin]      0.8.5claws96
13680
13681         * src/folder.c
13682           src/folderview.c
13683                 Fix segfaults, call me stupido
13684         
13685
13686 2002-11-08 [colin]      0.8.5claws95
13687
13688         *src/folder.c
13689                 Added forgotten prefs to save when moving folders
13690
13691 2002-11-08 [colin]      0.8.5claws94
13692
13693         * src/folder.c
13694                 Fixes to folder DND (prefs copy)
13695         * src/folderview.c
13696                 Optimization for folder DND (don't rescan whole tree)
13697                 Added folderview_create_folder_node() for this 
13698                 optimization, so de-duped a bit the code
13699         * src/prefs_folder_item.[ch]
13700                 Added prefs_folder_item_copy_prefs()    
13701           
13702 2002-11-08 [paul]       0.8.5claws93
13703
13704         * src/prefs_account.c
13705           tools/README
13706           tools/kmail2sylpheed_v2.pl
13707                 correct some typos
13708
13709 2002-11-08 [paul]       0.8.5claws92
13710
13711         * src/compose.c
13712           src/prefs_account.[ch]
13713                 remove account options 'clearsign' and 'ascii_armored',
13714                 replace with 'default_gnupg_mode' to prevent mixed-mode
13715                 Privacy settings
13716
13717 2002-11-08 [paul]       0.8.5claws91
13718
13719         * src/compose.[ch]
13720                 re-implement GnuPG 'on-the-fly' mode selection,
13721                 disallow mixed-mode
13722
13723 2002-11-08 [colin]      0.8.5claws90
13724
13725         * src/folderview.c
13726           src/prefs_folder_item.c
13727                 Change "Property" to "Properties"
13728
13729 2002-11-07 [colin]      0.8.5claws89
13730
13731         * src/folderview.c
13732           src/folder.c
13733                 Allow folder dropping to a root folder
13734
13735 2002-11-07 [paul]       0.8.5claws88
13736
13737         * src/compose.c
13738                 revert last commit
13739
13740 2002-11-07 [paul]       0.8.5claws87
13741
13742         * src/compose.c
13743                 fix reply-to-list bug. closes bug report
13744                 "[633382] reply-to-list broken in recent cvs"
13745
13746 2002-11-07 [paul]       0.8.5claws86
13747
13748         * src/compose.c
13749                 add a forgotten '#if USE_GPGME ... #endif'
13750
13751 2002-11-07 [paul]       0.8.5claws85
13752
13753         * sync with 0.8.5cvs20
13754                 see ChangeLog 2002-11-07
13755
13756 2002-11-07 [colin]      0.8.5claws84
13757
13758         * src/folder.[ch]
13759                 Change folder_item_move_to to return the newly 
13760                 created folderitem.
13761         * src/folderview.c
13762                 Select the new folderitem after moving.
13763
13764 2002-11-07 [colin]      0.8.5claws83
13765
13766         * src/prefs_filtering.c
13767                 Fix rule rewriting when moving a leaf folder to a 
13768                 shorter path
13769
13770 2002-11-07 [colin]      0.8.5claws82
13771
13772         * src/prefs_filtering.c
13773                 fix a leak
13774
13775 2002-11-07 [colin]      0.8.5claws81
13776
13777         * src/folder.[ch]
13778                 Add folder_item_move_to() function to move a 
13779                 folderitem into another one (updates matcher etc)
13780         * src/folderview.c
13781                 Add folder drag'n drop (context menu to come)
13782                 [Should be dataloss free, but Please backup before 
13783                  trying !]
13784
13785 2002-11-06 [colin]      0.8.5claws80
13786
13787         * src/mh.c
13788                 mh_create_folder() returns NULL if can't create
13789                 directory hierarchy
13790
13791 2002-11-06 [paul]       0.8.5claws79
13792
13793         * src/compose.[ch]
13794                 allow 'on-the-fly' changing of the type of encryption 
13795                 and/or signing used (mime/ascii) via the compose window
13796
13797 2002-11-06 [paul]       0.8.5claws78
13798
13799         * sync with 0.8.5cvs19
13800                 see ChangeLog 2002-11-06 for src/account.c: 
13801                 account_get_special_folder()
13802                 
13803 2002-11-05 [alfons]     0.8.5claws77
13804
13805         * src/crash.c
13806                 very minor cleanups: nothing to see here, move on. :-)
13807
13808 2002-11-05 [colin]      0.8.5claws76
13809
13810         * src/main.c
13811                 Changes choices if compose windows are opened to
13812                 Discard, Draft, Don't quit
13813
13814 2002-11-05 [thorsten]   0.8.5claws75
13815
13816         * src/compose.c
13817                 reenabled default_reply_to folder option
13818
13819 2002-11-05 [colin]      0.8.5claws74
13820
13821         * src/compose.[ch] 
13822                 add compose_draft()
13823         * src/crash.c
13824                 add SIGTERM handler
13825         * src/main.[ch]
13826                 add clean_quit() for the SIGTERM handler
13827
13828 2002-11-05 [paul]       0.8.5claws73
13829         
13830         * po/es.po
13831                 updated by Ricardo Mones Lastra
13832
13833 2002-11-05 [melvin]     0.8.5claws72
13834
13835         * src/logwindow.c
13836                 Fixed log-clipping bug #616795.
13837                 To stop logging in the log window use 0 length.
13838         * src/prefs_common.c
13839                 Added a label to inform about the 0 log length behaviour.
13840
13841 2002-11-05 [paul]       0.8.5claws71
13842
13843         * sync with 0.8.5cvs17
13844                 see ChangeLog 2002-11-05
13845
13846 2002-11-04 [paul]       0.8.5claws70
13847
13848         * sylpheed-128x128.png
13849           sylpheed-64x64.png
13850           sylpheed.png
13851                 replace with pngcrushed icons. Submitted by Nicolas Kaiser,
13852                 <nikai@users.sourceforge.net>
13853                 
13854         * po/bg.po
13855                 updated by George Danchev
13856
13857 2002-11-03 [thorsten]   0.8.5claws69
13858
13859         * src/main.c
13860           src/mimeview.c
13861           src/rfc2015.h
13862                 add check if gpg is active
13863
13864 2002-11-03 [thorsten]   0.8.5claws68
13865
13866         * src/toolbar.h
13867                 removed GSList declaration causing trouble on MacOS-X
13868                 (submitted by alfons, reported by xfesty)
13869
13870 2002-11-01 [paul]       0.8.5claws67
13871
13872         * src/mainwindow.c
13873                 remove last remnants of main's filter code
13874
13875 2002-11-01 [paul]       0.8.5claws66
13876
13877         * tools/filter_conv.pl
13878                 fix bug where user-defined headers were ignored
13879
13880 2002-11-01 [paul]       0.8.5claws65
13881
13882         * src/logwindow.c
13883                 make a debug_print() not translatable
13884
13885 2002-10-31 [melvin]     0.8.5claws64
13886
13887         * ac/aspell.m4
13888                 Fixed --disable-aspell-test. Now --disable-aspell-test will 
13889                 not run any GNU/aspell test.  The dictionary path will
13890                 be by default /usr/local/lib/aspell/ unless --with-aspell-prefix
13891                 was given, in which case, it will be $prefix/lib/aspell/
13892         * configure.in
13893                 Fixed typo in commentary (Aspell code).
13894
13895 2002-10-31 [paul]       0.8.5claws63
13896
13897         * po/POTFILES.in
13898                 remove src/filter.c and src/prefs_filter.c
13899                 thanks to Ricardo for reminding me
13900
13901 2002-10-31 [colin]      0.8.5claws62
13902
13903         * src/mbox_folder.c
13904                 Plug some leaks
13905
13906 2002-10-31 [paul]       0.8.5claws61
13907
13908         * src/prefs_filter.[ch] ** REMOVED **
13909           src/filter.[ch]       ** REMOVED **
13910           
13911         * src/Makefile.am
13912           src/folderview.c
13913           src/inc.c
13914           src/main.c
13915           src/mainwindow.c
13916           src/mbox.c
13917           src/prefs_common.c
13918           src/prefs_filtering.c
13919           src/summaryview.[ch]
13920                 remove main's 'filter' code
13921                 
13922         README.claws
13923                 update to reflect removal of main's filter
13924
13925 2002-10-31 [paul]       0.8.5claws60
13926
13927         * src/summaryview.c
13928                 remove check for global_processing in summary_filter_open(). 
13929                 This fixes the bug where if the user uses the right-click 
13930                 'Create filter rule...' and doesn't have any filter rules 
13931                 already defined in claws' advanced filtering, the newly 
13932                 created filter rule goes to main's filtering which is 
13933                 inaccessible through the gui. Now the filter rule gets added
13934                 to claws' filtering by default.
13935
13936 2002-10-28 [melvin]     0.8.5claws59
13937
13938         * src/prefs_actions.c
13939                 Fixed bug #627322 where MIME parts were not always
13940                 correctly passed to a %p action
13941                 Display an error dialog when message filename is not found.
13942
13943 2002-10-28 [melvin]     0.8.5claws58
13944
13945         * src/prefs_common.c
13946                 Readded a missing function declaration lost in 0.8.3claws34
13947
13948 2002-10-28 [paul]       0.8.5claws57
13949
13950         * sync with 0.8.5cvs15
13951                 see ChangeLog 2002-10-28 and 2002-10-25
13952                 
13953         Note: ChangeLog entry 2002-10-24 is not sync'ed.
13954
13955 2002-10-27 [oliver]     0.8.5claws56
13956
13957         * src/pop.c
13958                 plug leak in pop3_top_recv
13959
13960 2002-10-26 [christoph]  0.8.5claws55
13961
13962         * src/folder.c
13963                 set need_update folder flag when messages are added
13964                 (closes bug [ 626922 ] folder not updated after receiving)
13965
13966 2002-10-25 [melvin]     0.8.5claws54
13967
13968         * src/imageview.c
13969                 Fixed a memleak introduced in the scaling code.
13970
13971 2002-10-24 [alfons]     0.8.5claws53
13972
13973         * src/filtering.c
13974                 make filtering's forward message action forward from the 
13975                 correct account
13976                 (closes bug [628089 ] Filter -> Forward from address problem
13977                 reported by Oktay)
13978
13979 2002-10-24 [christoph]  0.8.5claws52
13980
13981         * src/mainwindow.c
13982         * src/manual.[ch]
13983                 o use manual of current locale or english if current
13984                   locale is not available (and english is available)
13985                 o also link to sylpheed doc project manuals
13986
13987 2002-10-23 [paul]       0.8.5claws51
13988
13989         * tools/README
13990           tools/kmail2sylpheed_v2.pl
13991                 add new version of kmail addressbook importer script.
13992                 works with newer versions of Kmail/KAddressBook which
13993                 have new and rearranged data.
13994
13995 2002-10-23 [martin]     0.8.5claws50
13996
13997         * src/folderview.c
13998         * src/summaryview.c
13999         * src/utils.h
14000         * src/utils.c
14001                 added length parameter to get_abbrev_newsgroup_name()
14002                 changed this function so that it abbreviates the newsgroup
14003                 names only so long it is smaller than the length parameter
14004                 (for better reading of some newsgroup names and space efficiency)
14005
14006 2002-10-22 [colin]      0.8.5claws49
14007
14008         *src/foldersel.c
14009                 Revert Alfons' last modification (after voting ;-))
14010
14011 2002-10-21 [alfons]     0.8.5claws48
14012
14013         * src/foldersel.c
14014                 folder view in folder selection dialog reflects state of
14015                 folder view in main window
14016
14017 2002-10-18 [alfons]     0.8.5claws47
14018
14019         * src/mbox.c
14020                 drop imported messages in folder selected by user,
14021                 and not in the inbox
14022                 (closes bug [ 625424 ] Import mbox always to "Inbox" folder)
14023
14024 2002-10-18 [alfons]     0.8.5claws46
14025
14026         * src/compose.c
14027                 make automagic reply work correctly for email accounts 
14028                 (whether it's viable to do a full sync with Hiro's 
14029                 compose.c is still under discussion)
14030
14031 2002-10-18 [melvin]     0.8.5claws45
14032
14033         * src/prefs_actions.c
14034                 Fixed bug #622275 where asynchroneous actions left 
14035                 zombies processes
14036                 Made (synchroneous) actions' input be displayed live.
14037
14038 2002-10-18 [christoph]  0.8.5claws44
14039
14040         * src/textview.c
14041                 don't add a newline in the textview in front of the
14042                 first textpart if header display is disabled
14043                 (closes bug [ 603385 ] disabled header display leaves blank
14044                  lin)
14045
14046 2002-10-18 [christoph]  0.8.5claws43
14047
14048         * src/folder.[ch]
14049         * src/imap.c
14050         * src/mbox_folder.c
14051         * src/mh.c
14052         * src/news.c
14053                 folder->get_num_list now returns an error code
14054                 (closes bug [ 609424 ] News cache cleared on failure)
14055                 
14056 2002-10-17 [colin]      0.8.5claws42
14057         
14058         * src/news.c
14059                 Changed a printf by debug_print
14060
14061 2002-10-16 [paul]       
14062
14063         * tools/OOo2sylpheed.pl
14064                 allow for spaces in the name of the
14065                 file to be attached.
14066
14067 2002-10-16 [colin]      0.8.5claws41
14068
14069         * src/main.c
14070                 Use a tristate to change online mode
14071
14072 2002-10-16 [paul]       0.8.5claws40
14073
14074         * po/es.po
14075                 updated by Ricardo Mones Lastra
14076
14077 2002-10-16 [colin]      0.8.5claws39
14078
14079         * src/main.c
14080           src/mainwindow.[ch]
14081                 Added --online and --offline command-line
14082                 switches
14083
14084 2002-10-15 [christoph]  0.8.5claws38
14085
14086         * src/procmime.c
14087                 set mimeinfo->name to NULL after g_free to
14088                 avoid double freeing with g_free
14089
14090 2002-10-14 [christoph]  0.8.5claws37
14091
14092         * src/compose.c
14093         * src/filtering.c
14094         * src/summaryview.c
14095                 remove calls to folder->change_flags that are now
14096                 done by procmsg flag functions (seems it is not
14097                 used by any foldertype anyway)
14098         * src/folder.c
14099                 init folder->change_flags with NULL
14100
14101 2002-10-14 [christoph]  0.8.5claws36
14102
14103         * src/folder.[ch]
14104         * src/imap.[ch]
14105                 use virtual functions for folder item new and destroy
14106                 functions
14107
14108 2002-10-14 [melvin]     0.8.5claws35
14109
14110         * src/compose.c
14111                 Added a test to not run the spell checker if no default
14112                 dictionary is available. No dialog is displayed though.
14113
14114 2002-10-14 [melvin]     0.8.5claws34
14115
14116         * src/gtkaspell.c
14117                 Fixed bug in dictionary list context menu where
14118                 "More..." pointed to an emtpy submenu if the
14119                 number of dictionaries is a multiple of 15
14120                 Removed unneeded code in suggestions list creation
14121
14122 2002-10-14 [paul]       0.8.5claws33
14123
14124         * po/bg.po
14125                 updated by George Danchev
14126
14127 2002-10-13 [hoa]        0.8.5claws32
14128
14129         * src/matcher.[ch]
14130           src/matcher_parser_parser.y
14131                 removed the escaped string from internal structure
14132                 of matcher.
14133
14134 2002-10-12 [colin]      0.8.5claws31
14135
14136         * src/gtksctree.[ch]
14137           src/summaryview.c
14138                 Removed useless function gtksctree_reanchor
14139
14140 2002-10-12 [alfons]     0.8.5claws30
14141         
14142         * sync with remaining main changes 2002-10-09 - 2002-10-11
14143         - drop changes to src/compose.c (requires claws specific changes)
14144         
14145 2002-10-12 [alfons]     0.8.5claws29
14146         
14147         * sync with main changes of 2002-10-08
14148         - drop changes to src/compose.c (requires claws specific changes)
14149         - drop changes to src/summaryview.c (requires changes to compose.c)     
14150
14151 2002-10-12 [alfons]     0.8.5claws28
14152         
14153         * sync with main changes of 2002-10-07
14154
14155 2002-10-12 [alfons]     0.8.5claws27
14156
14157         * sync with main changes of 2002-10-04
14158         - drop changes to src/compose.c (requires claws specific changes)
14159         - drop changes to src/prefs_folder_item.c (claws implementation
14160           seems to be working)
14161
14162 2002-10-12 [colin]      0.8.5claws26
14163
14164         * src/mainwindow.c
14165                 Fix folder-flicker when space-reading, introduced 
14166                 in claws22.
14167
14168 2002-10-12 [colin]      0.8.5claws25
14169
14170         * src/compose.c
14171                 Save account address when saving as draft.
14172                 (closes bug 621838)
14173
14174 2002-10-12 [colin]      0.8.5claws24
14175
14176         * src/summaryview.c
14177                 Fix the problem consisting of no message selected
14178                 after the last message in a folder has been moved.
14179
14180 2002-10-12 [paul]       0.8.5claws23
14181
14182         * src/compose.c
14183           src/prefs_template.c
14184           src/template.[ch]
14185                 add Cc and Bcc to templates. Patch submitted by
14186                 John L. Males.
14187
14188 2002-10-12 [colin]      0.8.5claws22
14189
14190         * src/folderview.c
14191                 Fix a bug after "Check for new messages":
14192                 If a folder was opened, it was still selected at
14193                 the end of the check, but displayed empty.
14194         * src/mainwindow.c
14195                 Remove unnecessary check
14196
14197 2002-10-12 [paul]
14198
14199         * tools/README
14200                 be more verbose in the description of
14201                 OOo2sylpheed.pl
14202                 
14203
14204 2002-10-11 [colin]      0.8.5claws21
14205
14206         * src/mainwindow.c
14207                 Make space work (better) when no mail is selected
14208
14209 2002-10-11 [colin]      0.8.5claws20
14210
14211         * src/inc.c
14212           src/news.c
14213                 fix warnings
14214
14215 2002-10-11 [colin]      0.8.5claws19
14216
14217         * src/mainwindow.c
14218                 revert 0.8.5claws6 changes as i couldn't get to
14219                 anything satisfying
14220
14221 2002-10-11 [melvin]     0.8.5claws18
14222
14223         * src/compose.c
14224                 Removed buggy and unused macro (should have been committed in
14225                 0.8.5claws17)
14226
14227 2002-10-11 [melvin]     0.8.5claws17
14228
14229         * src/compose.c
14230                 Fixed memory leak from bug #622040 (thanks to Martin Kluge)
14231
14232 2002-10-11 [thorsten]   0.8.5claws16 
14233
14234         * src/folderview.c
14235                 remove rescan warning
14236
14237 2002-10-11 [colin]      0.8.5claws15 
14238
14239         * src/procheader.c
14240                 fix a segfault that happens if conv_unmime_header
14241                 fails (should be better to find out why it fails)
14242
14243 2002-10-11 [christoph]  0.8.5claws14
14244
14245         * src/summaryview.c
14246                 update folderview stats after ignore/unignore thread
14247
14248 2002-10-11 [hoa]        0.8.5claws13
14249
14250         * src/quote_fmt_parse.y
14251                 Fixed a yacc/bison syntax error
14252         * src/matcher.c
14253                 Escaping of string is fixed.
14254
14255 2002-10-11 [colin]      0.8.5claws12
14256
14257         * src/imageview.c
14258                 Resize images to fit
14259
14260 2002-10-11 [paul]       0.8.5claws11
14261
14262         * po/es.po
14263                 updated by Ricardo Mones Lastra
14264
14265 2002-10-10 [alfons]     0.8.5claws10
14266
14267         * src/compose.c
14268                 allow dropping files by "moving" files from a file manager,
14269                 not only by the more cumbersome "copying". the latter 
14270                 mostly implies holding down the Control button
14271
14272 2002-10-10 [christoph]  0.8.5claws9
14273
14274         * src/summaryview.c
14275                 update folders after thread building for ignored threads
14276
14277 2002-10-10 [christoph]  0.8.5claws8
14278
14279         * config/.cvsignore
14280                 added Makefile
14281         * src/filtering.[ch]
14282         * src/folder.[ch]
14283         * src/folderview.[ch]
14284         * src/import.c
14285         * src/inc.[ch]
14286         * src/mbox.[ch]
14287         * src/procmsg.c
14288         * src/summaryview.[ch]
14289                 o added new flag need_update to FolderItem
14290                 o removed folder_table from various functions from tracking
14291                   folder updates
14292                 o set need_update flags in folder.c's move, copy and delete
14293                   functions and procmsg's flags functions
14294                 o added function folderview_update_items_when_required that
14295                   updates all folders with need_update set
14296                 o call folderview_update_items_when_required instead of
14297                   folderview_update_item_foreach
14298
14299 2002-10-09 [sergey]     0.8.5claws7
14300
14301         * src/compose.c
14302                 Strip CRs whel loading the text into editor in reedit mode.
14303
14304 2002-10-09 [colin]      0.8.5claws6
14305
14306         * src/mainwindow.c
14307                 Make Space work when no mail is selected
14308
14309 2002-10-09 [colin]      0.8.5claws5
14310
14311         * src/gtksctree.[ch]
14312                 Fix range_select
14313                 Add gtk_sctree_reanchor() 
14314         * src/summaryview.c
14315                 Use gtk_sctree_reanchor() - better fix for 
14316                 bug 60413
14317
14318 2002-10-09 [colin]      0.8.5claws4
14319
14320         * src/summaryview.c
14321                 Fix shift-click select after delete problem
14322                 (closes bug 60413)
14323
14324 2002-10-08 [thorsten]   0.8.5claws3
14325
14326         * src/summaryview.c
14327                 exclude current msg from -hide read messages-
14328
14329 2002-10-08 [colin]      0.8.5claws2
14330
14331         * src/inc.[ch]
14332           src/pop.c
14333           src/recv.c
14334                 Differentiate socket errors from disk full
14335                 errors
14336
14337 2002-10-08 [christoph]  0.8.5claws1
14338
14339         * Makefile.am
14340         * configure.in
14341                 modifications for new config directory
14342
14343         * config.guess  ** REMOVED **
14344         * config.sub    ** REMOVED **
14345         * install-sh    ** REMOVED **
14346         * ltmain.sh     ** REMOVED **
14347         * missing       ** REMOVED **
14348         * mkinstalldirs ** REMOVED **
14349                 these files are autogenerated by automake
14350                 when you run autogen.sh
14351
14352         * config/.cvsignore     ** NEW FILE **
14353         * config/Makefile.am    ** NEW FILE **
14354                 ignore autogenerated files
14355                 create a Makefile in this directory
14356
14357 2002-10-08 [paul]       0.8.5claws
14358
14359         * 0.8.5claws release
14360         
14361         * src/compose.c
14362           src/procheader.c
14363           src/procmsg.c
14364                 fix quote reply format for newsgroups reply bug
14365                 (thanks to Hoa)
14366                 
14367         * po/en_GB.po
14368           po/pl.po
14369                 updated by me and Witold Wladyslaw Wojciech Wilk
14370                 repectively
14371
14372 2002-10-07 [paul]       0.8.3claws53
14373
14374         * po/it.po
14375           po/pt_BR.po
14376           po/sr.po
14377                 updated messages catalogs, submitted by
14378                 Alessandro Maestri, Fabio Jr.Beneditto 
14379                 and Urke MMI, respectively.
14380
14381 2002-10-07 [christoph]  0.8.3claws52
14382
14383         * src/folder.[ch]
14384         * src/folderview.c
14385         * src/mainwindow.c
14386                 fix new folder ghost message bug
14387                 (closes bug [ 619722 ] wrong count for newly created folders)
14388
14389 2002-10-07 [christoph]  0.8.3claws51
14390
14391         * src/compose.c
14392                 fix news posting problem
14393
14394 2002-10-07 [melvin]     0.8.3claws50
14395
14396         * po/fr.po
14397                 Updated French translation
14398
14399 2002-10-05 [christoph]  0.8.3claws49
14400
14401         * src/gtkstext.c
14402                 check if line_start_cache is set in gtk_stext_update_text
14403                 (closes bug [ 618119 ] crash while doing search in folder)
14404
14405 2002-10-05 [christoph]  0.8.3claws48
14406
14407         * src/imap.c
14408         * src/news.c
14409         * src/utils.c
14410         * src/utils.h
14411                 implement cache cleanups for claws' folder system
14412                 (closes bug [ 595916 ] imapcache not cleaned up)
14413
14414 2002-10-05 [melvin]     0.8.3claws47
14415
14416         * src/prefs_actions.c
14417                 Made the help text more clear for the %p token
14418
14419 2002-10-04 [paul]       0.8.3claws46
14420
14421         * sync with 0.8.5
14422                 see ChangeLog 2002-10-02 and 2002-10-03
14423
14424 2002-10-04 [christoph]  0.8.3claws45
14425
14426         * src/inc.c
14427                 fix segfault caused by pop before smtp
14428                 call to inc_account_mail with NULL
14429                 pointer for mainwin
14430
14431 2002-10-04 [paul]       0.8.3claws44
14432
14433         * configure.in
14434                 sync the LDAP detection from 0.8.5cvs1
14435
14436 2002-10-02 [christoph]  0.8.3claws43
14437
14438         * po/de.po
14439                 fix small spelling error
14440
14441 2002-10-02 [melvin]     0.8.3claws42
14442
14443         * ac/aspell.m4
14444                 Behave better and say "no" when test program cannot be run.
14445
14446 2002-10-02 [paul]       0.8.3claws41
14447
14448         * sync with 0.8.4cvs1
14449                 see ChangeLog 2002-09-30, 2002-10-01, 2002-10-02
14450                 
14451         * src/summaryview.c
14452                 toggle the behavior of Reply menuitem between
14453                 normal reply and reply-to-list
14454
14455 2002-10-01 [sergey]     0.8.3claws40
14456
14457         * src/compose.c
14458                 Convert newlines in the message text to the canonical form
14459                 before base64 encoding (RFC2045 compliance, fixes some
14460                 interoperability issues with Evolution 1.0.3)
14461
14462 2002-09-29 [colin]      0.8.3claws39
14463
14464         * src/summaryview.c
14465                 Fix an unwanted copy/paste
14466
14467 2002-09-29 [colin]      0.8.3claws38
14468
14469         * src/mainwindow.c
14470                 Renamed "Custom toolbar" to "Customize toolbar"
14471                 Renamed "Show all header" to "Show all headers"
14472                 Renamed "Set diplay item" to "Set displayed items"
14473         * src/prefs_common.c
14474                 Renamed "Show all header" to "Show all headers"
14475         * src/prefs_summary_column.c
14476                 Renamed "diplay item" to "displayed items"
14477
14478 2002-09-29 [colin]      0.8.3claws37
14479
14480         * src/mainwindow.[ch]
14481                 online/offline status pixmaps follow theme
14482                 changes
14483         * src/summaryview.[ch]
14484                 quicksearch pixmap follows theme changes
14485
14486 2002-09-29 [thorsten]   0.8.3claws36
14487
14488         * src/compose.c
14489           src/prefs_folder_item.[ch]
14490                 add default_reply_to folder option (closes patch 581044)
14491
14492 2002-09-29 [christoph]  0.8.3claws35
14493
14494         * acconfig.h    ** REMOVED **
14495         * configure.in
14496         * ac/aspell.m4
14497         * ac/check-type.m4
14498         * ac/gnupg-check-typedef.m4
14499                 fix autoheader 2.50 warning
14500
14501 2002-09-29 [christoph]  0.8.3claws34
14502
14503         * major code cleanup (part 2)
14504         
14505                 - unused variables removed
14506                 - unused functions removed
14507                 - uninitialized variables checked
14508                 - missing return statements added
14509                 - missing function return types added
14510                 - added parentheses around assignment
14511                   when suggested by gcc
14512
14513 2002-09-29 [alfons]     0.8.3claws33
14514
14515         * src/logwindow.c
14516                 log_window_clear(): only bracket gtk_text_forward_delete() 
14517                 with gtk_text_freeze() / gtk_text_thaw() (see if this
14518                 works around GTK text bug)
14519
14520 2002-09-29 [paul]       0.8.3claws32
14521
14522         * po/bg.po
14523           po/sr.po
14524                 updated by George Danchev and Urke MMI
14525                 respectively
14526
14527 2002-09-27 [christoph]  0.8.3claws31
14528
14529         * doc-src/readme.txt
14530         * doc-src/rfc1806.txt   ** REMOVED **
14531         * doc-src/rfc2183.txt   ** NEW FILE **
14532         * doc-src/rfc2980.txt   ** NEW FILE **
14533                 update rfcs
14534
14535 2002-09-27 [melvin]     0.8.3claws30
14536
14537         * ac/aspell.m4
14538                 Fixed typo which could break linking
14539
14540 2002-09-27 [melvin]     0.8.3claws29
14541
14542         * ac/aspell.m4
14543                 Improved GNU/aspell checking. 
14544                 Fixed bug #614490
14545
14546 2002-09-27 [paul]       0.8.3claws28
14547
14548         * sync with 0.8.3cvs8
14549                 see ChangeLog 2002-09-27
14550
14551 2002-09-26 [colin]      0.8.3claws27
14552
14553         * src/toolbar.[ch]
14554           src/mainwindow.[ch]
14555                 Add "Reply to Mailing-list" to the toolbar
14556
14557 2002-09-26 [christoph]  0.8.3claws26
14558
14559         * src/summaryview.c
14560                 Fix wrong message counts in summaryview status
14561
14562 2002-09-26 [paul]       0.8.3claws25
14563
14564         * sync with 0.8.3cvs7
14565                 see ChangeLog 2002-09-26
14566
14567 2002-09-26 [paul]       0.8.3claws24
14568
14569         * sync with 0.8.3cvs6
14570                 see ChangeLog 2002-09-25
14571
14572 2002-09-25 [christoph]  0.8.3claws23
14573
14574         * src/prefs_common.c
14575         * src/prefs_folder_item.c
14576         * src/prefs_scoring.c
14577                 Renamed "kill score" to "hide score" in GUI
14578                 and prefs files
14579
14580 2002-09-25 [paul]       0.8.3claws22
14581
14582         * sync with 0.8.3cvs5
14583                 see ChangeLog 2002-09-24
14584
14585 2002-09-24 [alfons]     0.8.3claws21
14586
14587         patch by Satoshi Nagayasu: allows appending / saving multiple 
14588         selected files (closes "[ 612279 ] save multiple mesg(s) in 
14589         'Save as ...'")
14590
14591         * AUTHORS
14592                 add Satoshi Nagayasu
14593         * src/summaryview.c
14594                 summary_save_as(): allow saving selected files to
14595                 one file
14596                 summary_set_menu_sensitive: enable "Save As..." when
14597                 multiple files are selected
14598         * src/utils.[ch]
14599                 append_file(): new function
14600
14601 2002-09-24 [colin]      0.8.3claws20
14602
14603         * src/procmime.c
14604                 Fix segfault when mimeinfo doesn't have a 
14605                 content_type. 
14606
14607 2002-09-24 [colin]      0.8.3claws19
14608
14609         * src/prefs_common.[ch]
14610                 Add a preference to display send dialog or not
14611         * src/send.c
14612                 Display send dialog according to preference
14613
14614 2002-09-24 [colin]      0.8.3claws18
14615
14616         * src/compose.[ch]
14617                 Disable user actions when sending
14618
14619 2002-09-24 [colin]      0.8.3claws17
14620
14621         * src/procmime.c
14622                 Do not display name or filename for attachments
14623                 with an application/pgp-signature type
14624                 (security flaw, see bug 537413)
14625
14626 2002-09-23 [colin]      0.8.3claws16
14627
14628         * src/editaddress.c
14629                 Initialize entry_email, entry_alias and 
14630                 entry_remarks to first email address of the list
14631
14632 2002-09-23 [colin]      0.83claws15
14633
14634         * src/compose.c
14635                 Drop pgp-signature when reediting a signed queued
14636                 message
14637
14638 2002-09-23 [melvin]     0.8.3claws14
14639
14640         * po/fr.po
14641                 Updated French translation
14642
14643 2002-09-23 [melvin]     0.8.3claws13
14644
14645         * src/mainwindow.c
14646                 Made custom toolbar menu labels more consistent
14647         * src/prefs_toolbar.c
14648                 Made custom toolbar window title more consistent
14649
14650 2002-09-22 [colin]      0.8.3claws12
14651
14652         * src/inc.c
14653                 Initialize session type to normal before getting 
14654                 mail (fixes strange Get behaviour)
14655         * src/prefs_account.h
14656                 Move STYPE_POP_BEFORE_SMTP to last position to 
14657                 avoid other side-effects
14658
14659 2002-09-22 [colin]      0.8.3claws11
14660
14661         * src/prefs_account.c
14662                 Fix pop_bfr_smtp_tm_entry sensivity when switching
14663                 from pop3 to apop or vice-versa
14664
14665 2002-09-22 [colin]      0.8.3claws10
14666         
14667         * src/prefs_account.[ch]
14668                 Add an option for the POP before SMTP timeout
14669         * src/inc.c
14670                 Remember time of last POP connection
14671         * src/send.c
14672                 Do POP before SMTP only if timeout reached
14673
14674 2002-09-22 [oliver]     0.8.3claws9
14675         
14676         * README.claws
14677                 explain custom toolbar
14678
14679 2002-09-22 [oliver]     0.8.3claws8
14680
14681         * src/prefs_actions.[ch]
14682         custom toolbar for compose      
14683                 actions callback from compose toolbar
14684         * src/folderview.c
14685                 remove include toolbar.h
14686
14687 2002-09-22 [oliver]     0.8.3claws7
14688         
14689         * src/prefs_toolbar.[ch]
14690                 custom toolbar for compose
14691                 - generic prefs_toolbar handles both
14692                   Mainwin's toolbar as well as Compose toolbar          
14693
14694 2002-09-22 [oliver]     0.8.3claws6
14695         
14696         * src/toolbar.[ch]
14697                 custom toolbar for compose
14698                 restructure toolbar.[ch]
14699
14700 2002-09-22 [oliver]     0.8.3claws5
14701
14702         * src/compose.[ch]
14703                 custom toolbar for compose
14704
14705 2002-09-22 [oliver]     0.8.3claws4
14706         
14707         * src/mainwindow.[ch]
14708                 custom toolbar for compose 
14709                 move mainwin toolbar back to mainwindow
14710
14711 2002-09-22 [alfons]     0.8.3claws3
14712
14713         * src/procmsg.c
14714                 :%sno/if(/if (/gc
14715                 :%sno/for(/for (/gc
14716                 (beautify)
14717
14718 2002-09-22 [alfons]     0.8.3claws2
14719         
14720         * src/procmsg.c
14721                 procmsg_save_to_outbox(): don't unlink message file from queue;
14722                 callers should do it using folder_item_remove_msg()
14723
14724 2002-09-22 [colin]      0.8.3claws1
14725
14726         * src/mimeview.[ch]
14727                 Made mimeview_check_signature() public
14728         * src/textview.c
14729                 Made GPG signatures verifiable by clicking
14730                 the [application/pgp-signature] in the Text
14731                 view
14732
14733 2002-09-22 [paul]       0.8.3claws
14734
14735         * po/bg.po
14736           po/en_GB.po
14737           po/es.po
14738           po/it.po
14739           po/pl.po
14740           po/pt_BR.po
14741           po/sr.po
14742                 updated translations, submitted by George Danchev,
14743                 me, Ricardo Mones Lastra, Alessandro Maestri,
14744                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.Beneditto 
14745                 and Urke MMI, respectively.     
14746
14747 2002-09-22 [alfons]     0.8.2claws65
14748
14749         * src/procmsg.c
14750         * src/pgptext.c
14751                 no furry valgrinds have been used to plug these memleaks
14752
14753 2002-09-20 [paul]       0.8.2claws64
14754
14755         * sync with 0.8.3cvs4
14756                 'Select thread' re-implemented 
14757                 see ChangeLog 2002-09-20
14758
14759 2002-09-21 [alfons]     0.8.2claws63
14760
14761         * src/compose.c
14762                 compose_send(): plug unnoticed memleak
14763
14764 2002-09-20 [alfons]     0.8.2claws62
14765
14766         * src/addr_compl.c
14767                 replace_address_in_edit(): strict check for NULL address to
14768                 fix "[ 607348 ] Segfault in address completion". My guess is
14769                 that this happens with an empty address book, but it's good
14770                 to have this check here anyway
14771                 
14772                 completion_window_button_press(): free string returned 
14773                 from the internal cache
14774
14775 2002-09-20 [christoph]  0.8.2claws61
14776
14777         * src/procmime.h
14778                 added ENC_BINARY to EncodingType
14779         * src/procmime.c
14780                 the string returned by procmime_get_encoding_str
14781                 should not depend on the order of values in the
14782                 EncodingType definition
14783         * doc-src/rfc1806.txt   ** NEW FILE **
14784                 Added rfc1806 about MIME Content-Disposition
14785                 Extension
14786
14787 2002-09-19 [paul]       0.8.2claws60
14788
14789         * sync with 0.8.2cvs3
14790                 see ChangeLog 2002-09-19
14791
14792 2002-09-19 [paul]       0.8.2claws59
14793
14794         * src/prefs_folder_item.c
14795                 revert to Darko's original alignment of colour
14796                 selector button
14797                 add a colon to folder_color label
14798                 
14799         * src/compose.c
14800                 add Colin's patch (with Hiro's modifications) to 
14801                 force BASE64 encoding for 8-bit text when signing
14802                 (sync with 0.8.3cvs2)
14803
14804 2002-09-18 [alfons]     0.8.2claws58
14805
14806         * src/compose.c
14807                 :%sno/if(/if (/gc
14808                 :%sno/for(/for (/gc
14809                 (beautify a little bit)
14810
14811 2002-09-18 [christoph]  0.8.2claws57
14812
14813         * src/pine.c
14814                 fix handling of fgetc return value
14815
14816 2002-09-17 [alfons]     0.8.2claws56
14817         
14818         * src/summaryview.c
14819                 summary_sort(): check non-NULL summaryview->folder_item when no 
14820                 folder is selected at all
14821                 (closes "[ 610344 ] sort label make syl Crash")
14822
14823 2002-09-17 [alfons]     0.8.2claws55
14824         
14825         * src/compose.c
14826                 beautify a little bit
14827
14828 2002-09-17 [christoph]  0.8.2claws54
14829
14830         * src/folder.c
14831                 initialize max values for cache and folder
14832                 when cache or folder is empty
14833
14834 2002-09-15 [colin]      0.8.2claws53
14835
14836         * src/compose.c
14837                 Fix a leak (thanks Alfons!) and cleaned
14838                 variables names for custom headers
14839
14840 2002-09-15 [colin]      0.8.2claws52
14841
14842         * src/compose.c
14843                 Fix custom headers recognition when
14844                 prefs_common.trans_hdr is on
14845
14846 2002-09-15 [colin]      0.8.2claws51
14847
14848         * src/compose.c
14849                 Allow dynamically-added custom headers
14850                 Yet not reparsed if reedited
14851
14852 2002-09-15 [alfons]     0.8.2claws50
14853
14854         * src/prefs_account.c
14855                 fix warnings
14856
14857 2002-09-15 [colin]      0.8.2claws49
14858         
14859         * src/prefs_account.c
14860                 fix pop_before_smtp sensitivity
14861
14862 2002-09-15 [colin]      0.8.2claws48
14863
14864         * src/inc.[ch]
14865                 add inc_pop_before_smtp()
14866                 allow MainWindow to be undefined in 
14867                 inc_account_mail() and inc_start()
14868         * src/pop.c
14869           src/prefs_account.h
14870                 add STYPE_POP_BEFORE_SMTP session type
14871         * src/prefs_account.c
14872                 activated pop before smtp option
14873         * src/send.c
14874                 do pop before smtp if the relevant option 
14875                 is set
14876
14877 2002-09-15 [paul]       0.8.2claws47
14878
14879         * sync with 0.8.3
14880                 see ChangeLog 2002-09-15
14881
14882 2002-09-14 [paul]       0.8.2claws46
14883
14884         * po/bg.po
14885                 updated Bulgarian translation, submitted by
14886                 George Danchev
14887
14888 2002-09-13 [paul]       0.8.2claws45
14889
14890         * src/compose.c
14891                 merge claws' select_account() with main's
14892                 (new) compose_select_account(). [sync with
14893                 0.8.2cvs15, see ChangeLog 2002-09-11]
14894
14895 2002-09-12 [christoph]  0.8.2claws44
14896
14897         * src/filter.c
14898                 allocate 1 elements of FolderItem not 0
14899
14900 2002-09-12 [colin]      0.8.2claws43
14901
14902         * src/compose.c
14903                 Fix bug #590825 (obey Follow-up: poster)
14904
14905 2002-09-12 [colin]      0.8.2claws42
14906
14907         * src/procmime.c
14908                 Fix bug #557009 (wrong headers for messages 
14909                 forwarded as attachments)
14910
14911 2002-09-11 [colin]      0.8.2claws41
14912         
14913         * src/compose.c
14914                 Put SCF: pseudo-header on top of message
14915                 Set draft tmp_flag when saved as draft
14916
14917         * src/procmsg.c
14918           src/procheader.c
14919                 Skip after first \n\n for beginning of real message
14920                 for drafts too
14921
14922 2002-09-11 [christoph]  0.8.2claws40
14923
14924         * src/filtering.c
14925                 use procmsg flag functions in filtering or processing
14926                 will cause incorrect folder message counts
14927
14928 2002-09-11 [colin]      0.8.2claws39
14929
14930         * src/compose.c
14931                 Fix bug #550175 - wrong save folder when reediting
14932                 drafts
14933
14934 2002-09-11 [paul]       0.8.2claws38
14935
14936         * sync with 0.8.2cvs14
14937                 see ChangeLog 2002-09-11
14938
14939 2002-09-11 [colin]      0.8.2claws37
14940
14941         * src/folder.c
14942                 Fix a typo (seeming to cause new/unread status to
14943                 be lost)
14944
14945 2002-09-10 [christoph]  0.8.2claws36
14946
14947         * src/compose.c
14948                 compose_redirect should not use compose_generic_new
14949                 because that does more stuff than expected including
14950                 opening the external editor
14951                 (closes bug "[ 526608 ] bounced messages appear blank
14952                  in editor")
14953
14954 2002-09-10 [christoph]  0.8.2claws35
14955
14956         * src/folder.c
14957                 fix problem with too large message number range
14958                 causing a crash in folder_item_scan
14959
14960 2002-09-10 [paul]       0.8.2claws34
14961
14962         * sync with 0.8.2cvs13
14963                 see ChangeLog 2002-09-10
14964
14965 2002-09-10 [christoph]  0.8.2claws33
14966
14967         * src/msgcache.c
14968                 set MsgInfo TmpFlags for queue and draft folders
14969                 (closes bug "[ 591676 ] Queue ignore MIME on restart")
14970
14971 2002-09-10 [paul]       0.8.2claws32
14972
14973         * AUTHORS
14974           po/bg.po      ** NEW FILE **
14975                 new Bulgarian translation submitted by
14976                 George Danchev <danchev@spnet.net>
14977                 
14978         * tools/Makefile.am
14979           tools/README
14980           tools/tb2sylpheed     ** NEW FILE **
14981                 add script that converts an addressbook exported
14982                 from The Bat! into a Sylpheed addressbook. Submitted
14983                 by Urke MMI <urke-kg@eunet.yu>
14984
14985 2002-09-10 [paul]       0.8.2claws31
14986
14987         * sync with 0.8.2cvs12
14988                 see ChangeLog 2002-09-10
14989
14990 2002-09-06 [paul]       0.8.2claws30
14991
14992         * src/prefs_common.c
14993                 sync with 0.8.2cvs11, see ChangeLog 2002-09-06
14994                 
14995         * tools/Makefile.am
14996           tools/README
14997           tools/ldif-to-xml.py  ** REMOVED **
14998                 remove obsolete python script
14999
15000 2002-09-06 [paul]       0.8.2claws29
15001
15002         * sync with 0.8.2cvs10
15003                 see ChangeLog 2002-09-06
15004
15005 2002-09-04 [paul]       0.8.2claws28
15006
15007         * sync with 0.8.2cvs9
15008                 see ChangeLog 2002-08-04
15009
15010 2002-09-04 [colin]      0.8.2claws27 
15011
15012         * src/prefs_common.[ch]
15013                 Added signature color configuration
15014         * src/textview.c
15015                 Use user-specified signature color
15016
15017 2002-09-03 [colin]      0.8.2claws26
15018
15019         * src/prefs_common.[ch]
15020                 Added autosave and autosave_length prefs
15021         * src/compose.c
15022                 Added compose_remove_draft()
15023                 Auto-save drafts according to the prefs
15024         * src/main.c
15025                 Added a crash-indicator file, allowing to check
15026                 for new messages on startup if Sylpheed crashed
15027                 (makes saved drafts "reappear")
15028
15029 2002-09-03 [colin]      0.8.2claws25
15030
15031         * src/textview.[ch]
15032                 Grey the signature
15033
15034 2002-09-03 [paul]       0.8.2claws24
15035
15036         * sync with 0.8.2cvs8
15037                 see ChangeLog 2002-09-02 and 2002-09-03
15038
15039 2002-09-03 [darko]      0.8.2claws23
15040
15041         * src/folderview.c
15042                 use normal style when creating new folder to pick
15043                 proper font size 
15044
15045 2002-09-02 [melvin]     0.8.2claws22
15046
15047         * src/gtkaspell.m4
15048                 removed some obsolete code
15049
15050 2002-09-02 [melvin]     0.8.2claws21
15051
15052         * ac/aspell.m4
15053                 fixed test's equality sign (== to =)
15054
15055 2002-09-02 [alfons]     0.8.2claws20
15056
15057         * src/folder.c
15058         * src/mh.c
15059                 revert change of 0.8.2claws16 and use the mh_folder_destroy
15060                 as folder->destroy virtual as suggested by Hiro
15061                 (the mh.c code seems to have been lost around mh.c.1.21)
15062
15063 2002-09-02 [paul]       0.8.2claws19
15064
15065         * po/pt_BR.po
15066                 updated by Fabio Jr. Beneditto
15067                 
15068         * src/defs.h
15069                 use 'http://claws.sylpheed.org' for homepage link. 
15070                 Domain provided by Oktay Altunergil <oktay@freelinuxcd.org>
15071
15072 2002-09-01 [alfons]     0.8.2claws18
15073
15074         * src/mh.c
15075                 plug memleak related to one Martin Kluge found
15076
15077 2002-08-31 [paul]       0.8.2claws17
15078
15079         * sync with 0.8.2cvs6
15080                 see ChangeLog 2002-08-30
15081
15082 2002-08-31 [alfons]     0.8.2claws16
15083
15084         * src/folder.c
15085                 folder_destroy(): remove mailbox from folderlist even if it has
15086                 no destroy virtual
15087
15088 2002-08-31 [alfons]     0.8.2claws15
15089
15090         * src/folder.c
15091                 :%sno/if(/if (/gc
15092                 :%sno/for(/for (/gc
15093                 (being pedantic I know)
15094
15095 2002-08-31 [alfons]     0.8.2claws14
15096
15097         * src/folder.c
15098                 check for NULL pointers returned from folder->fetch_msginfo virtual
15099                 (should solve some reported crashes)
15100
15101 2002-08-30 [alfons]     0.8.2claws13
15102
15103         * acconfig.h
15104         * configure.in
15105         * src/crash.c
15106                 enable crash dialog on compilation time
15107                 (--enable-crash-dialog configure option)
15108
15109 2002-08-30 [alfons]     0.8.2claws12
15110
15111         * AUTHORS
15112                 add Martin Kluge
15113         * src/mh.c
15114                 apply memory leak plug patch by Martin Kluge
15115                 (closes patch "[ 602568 ] patch for 602441 little memory leak",
15116                 bug "[ 599677 ] Very small memory leak in 0.81claws115",
15117                 and bug "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
15118
15119 2002-08-30 [darko]      0.8.2claws11
15120
15121         * src/folderview.c
15122                 copy Gtk style from normal style to match
15123                 font size for coloured folders
15124
15125 2002-08-29 [alfons]     0.8.2claws10
15126
15127         * sylpheed.desktop
15128                 Type=Internet <- Type=Application
15129                 (reported by Michael Schwendt, see:
15130                 http://sourceforge.net/tracker/index.php?func=detail&aid=599765&group_id=25528&atid=384600
15131                 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=72882)
15132
15133 2002-08-29 [paul]       0.8.2claws9
15134
15135         * sync with 0.8.2cvs5
15136                 see ChangeLog 2002-08-29
15137
15138 2002-08-29 [colin]      0.8.2claws8
15139
15140         * src/summaryview.c
15141                 Added a sanity check in summary_select_thread
15142                 Should fix bug 601605
15143
15144 2002-08-29 [colin]      0.8.2claws7
15145
15146         * src/main.c
15147                 Revert claws6 changes regarding bug #591676
15148
15149 2002-08-28 [colin]      0.8.2claws6
15150         
15151         * src/main.c
15152                 Ignore cache for queue folderitems
15153                 Fix bug #591676
15154
15155 2002-08-28 [melvin]     0.8.2claws5
15156
15157         * README.claws
15158                 Fixed typos.
15159
15160 2002-08-28 [melvin]     0.8.2claws4
15161
15162         * README.claws
15163                 Updated a bit the text concerning the spell checker
15164
15165 2002-08-28 [melvin]     0.8.2claws3
15166
15167         Merged the GNU_aspell_branch:
15168                 Support of new GNU/aspell is now included and the old pspell
15169                 is not supported anymore.
15170                 See README.claws
15171
15172         * README.claws
15173                 Updated spell checker text to reflect the switch to GNU/aspell
15174
15175         * ac/aspell.m4          *** NEW ***
15176         * src/gtkaspell.[ch]    *** NEW *** 
15177         * ac/pspell.m4          *** DELETED *** 
15178         * src/gtkspell.[ch]     *** DELETED ***
15179
15180         * ac/Makefile.am
15181                 Updated for GNU/aspell support
15182
15183         * po/POTFILES.in
15184                 Replaced gtkspell.c by gtkaspell.c
15185
15186         * acconfig.h
15187         * src/Makefile.am
15188         * src/about.c
15189         * src/compose.[ch]
15190         * src/crash.c
15191         * src/main.c
15192         * src/prefs_common.[ch]
15193                 Updated for GNU/aspell support
15194
15195 2002-08-28 [paul]       0.8.2claws2
15196
15197         * sync with 0.8.2cvs4
15198                 see ChangeLog 2002-08-27 and 2002-08-28
15199
15200 2002-08-28 [colin]      0.8.2claws1
15201
15202         * src/summary_search.c
15203                 Added "AND search"
15204
15205 2002-08-28 [jens]       0.8.2claws
15206
15207         *po/de.po
15208                 Updated German translations
15209
15210 2002-08-27 [melvin]     0.8.2claws
15211
15212         * po/fr.po
15213                 Updated French translations
15214
15215 2002-08-27 [paul]       0.8.2claws
15216
15217         * sync with 0.8.2 main release
15218
15219         * po/en_GB.po
15220           po/es.po
15221           po/it.po
15222           po/pl.po
15223           po/pt_BR.po
15224           po/sr.po
15225                 updated message catalogs submitted by
15226                 Ricardo Mones Lastra, Alessandro Maestri,
15227                 Witold Wladyslaw Wojciech Wilk, Fabio Jr.
15228                 Beneditto and Urke MMI  
15229
15230 2002-08-27 [hoa]        0.8.1claws123
15231
15232         * src/mainwindow.[ch]
15233         * src/summaryview.[ch]
15234                 removed the "filter setting" menu option.
15235                 add a "cancel a news message" menu option.
15236
15237 2002-08-26 [martin]     0.8.1claws122
15238
15239         * ChangeLog.claws
15240                 changed string under 0.8.1claws79 changed by myself
15241                 i'm sorry alfons :(
15242
15243 2002-08-26 [martin]     0.8.1claws121
15244
15245         * src/crash.c
15246                 added kill command to debuggerrc to start crash dialog
15247
15248 2002-08-26 [paul]       0.8.1claws120
15249
15250         * sync with 0.8.1cvs31
15251                 see ChangeLog 2002-08-26
15252
15253 2002-08-25 [alfons]     0.8.1claws119
15254
15255         * src/procmsg.c
15256                 fix bug that didn't send out correct headers to news server
15257                 when sending news article and email from queue (bug reported
15258                 and patch provided by Tim Mann; closes bug 
15259                 "[ 583196 ] 0.7.8claws can't post news")
15260
15261 2002-08-25 [alfons]     0.8.1claws118
15262
15263         * src/selective_download.c
15264                 mark two strings as translatable
15265                 (thanks to Urke MMI for pointing this out)
15266
15267 2002-08-25 [alfons]     0.8.1claws117
15268
15269         * src/summaryview.c
15270                 treat sent boxes as special and allow sorting them by addressee
15271                 (closes "[ 589418 ] Sent folder sorting misbehavior"
15272                 submitted by Steve Lamb)
15273
15274 2002-08-24 [alfons]     0.8.1claws116
15275
15276         * src/matcher.c
15277                 fix memleak reported by Martin Kluge
15278                 (see: "[ 599677 ] Very small memory leak in 0.81claws115")
15279
15280 2002-08-24 [oliver]     0.8.1claws115
15281
15282         * src/prefs_toolbar.c
15283                 o code cleanup as suggested by Alfons
15284                 o memleak fix
15285
15286 2002-08-24 [alfons]     0.8.1claws114
15287
15288         * src/summaryview.c
15289                 o fix another memory leak reported by Martin Kluge
15290                   (see "[ 599568 ] Small Memory Leak")
15291                 o remove 'from' variable from 'summary_set_header()'; we can
15292                   do with just 'to' 
15293
15294 2002-08-24 [paul]       0.8.1claws113
15295
15296         * sync with 0.8.1cvs30
15297                 see ChangeLog 2002-08-23
15298
15299 2002-08-24 [alfons]     0.8.1claws112
15300
15301         * src/summaryview.c
15302                 remove unnecessary allocations for search bar fixing leaks
15303                 reported by Martin Kluge
15304                 (see "[ 599451 ] Further memory leaks?")
15305
15306 2002-08-24 [alfons]     0.8.1claws111
15307
15308         * src/main.c
15309                 make get_socket_name() public for crash.c
15310         * src/crash.c
15311                 o make report bug button work (goes to claws' 
15312                   bug tracker at sf.net)
15313                 o introduce function for doing important stuff just
15314                   before claws goes down
15315                 o clean up code 
15316
15317 2002-08-24 [alfons]     0.8.1claws110
15318
15319         * src/compose.c
15320                 move cursor to "To" entry when forwarding as attachment
15321                 (reported and solved by Steve Lamb, closes bug report
15322                 "[ 592880 ] Forward as attachment; cursor not in to")
15323
15324 2002-08-24 [colin]      0.8.1claws109
15325
15326         * src/mainwindow.c
15327                 fix quick search visibility after GUI (de)separations.
15328
15329 2002-08-23 [colin]      0.8.1claws108
15330
15331         * src/mainwindow.c
15332                 fix header pane visibility after folderview or
15333                 messageview (de)separation
15334
15335 2002-08-23 [paul]       0.8.1claws107
15336
15337         * src/mainwindow.[ch]
15338           src/toolbar.c
15339                 give full control of display or non-display 
15340                 of the Execute icon to Custom toolbar settings.
15341                 add new sensitivity condition to maninwindow.h: 
15342                 M_DELAY_EXEC
15343
15344         * ChangeLog
15345           ChangeLog.jp
15346           NEWS
15347                 more sync with 0.8.1cvs29
15348
15349 2002-08-23 [melvin]     0.8.1claws106
15350
15351         * src/alertpanel.c
15352                 Readded support for custom widget in alertpanel lost in last
15353                 sync.
15354
15355 2002-08-23 [paul]       0.8.1claws105
15356
15357         * sync with 0.8.1cvs29
15358                 see ChangeLog 2002-08-23
15359
15360 2002-08-23 [colin]      0.8.1claws104
15361
15362         * src/summaryview.c
15363                 Fix folder and search pixmaps exchanging positions
15364                 after theme or toolbar changes. Thank to Oliver for 
15365                 reporting this.
15366
15367 2002-08-23 [colin]      0.8.1claws103
15368
15369         * src/mainwindow.c
15370           src/messageview.[ch]
15371           src/noticeview.[ch]
15372           src/summaryview.c
15373                 Changed messageview_create() and noticeview_create()
15374                 to avoid the last gdk_warning
15375
15376 2002-08-22 [colin]      0.8.1claws102
15377
15378         * src/summaryview.c
15379                 Fix my new `Creating pixmap from xpm' warning
15380
15381 2002-08-22 [colin]      0.8.1claws101
15382
15383         * src/mainwindow.c
15384                 Fix some of the gdk warnings
15385
15386 2002-08-22 [colin]      0.8.1claws100
15387
15388         * src/Makefile.am
15389         * src/stock_pixmap.c
15390         * src/stock_pixmap.h
15391         * src/pixmaps/quicksearch.xpm *ADDED*
15392                 Add the quicksearch pixmap
15393         * src/mainwindow.c
15394         * src/summaryview.c
15395         * src/summaryview.h
15396                 Make quicksearch bar visible/hidden via a button
15397
15398 2002-08-22 [christoph]  0.8.1claws99
15399
15400         * src/folder.c
15401                 fix folder update for newsgroups with message
15402                 numbers below minimum number of articles to fetch
15403                 (closes bug #598445)
15404
15405 2002-08-22 [paul]       0.8.1claws98
15406
15407         * sync with 0.8.1cvs28
15408                 see ChangeLog 2002-08-22
15409
15410 2002-08-21 [alfons]     0.8.1claws97
15411
15412         * src/crash.c
15413                 use bt instead of bt full which seems to work 
15414                 better, and bt full doesn't give a great deal 
15415                 of information anyway
15416
15417 2002-08-21 [colin]      0.8.1claws96
15418
15419         * src/summaryview.c
15420                 fix summaryview_searchtype_changed prototype
15421
15422 2002-08-21 [christoph]  0.8.1claws95
15423
15424         * src/mainwindow.c
15425                 o fix broken menu update for sorting type, we have to
15426                   get this info from the summaryview now
15427                 o removed setting of threaded state in menu callback
15428         * src/summaryview.[ch]
15429                 more summaryview/folderitem seperation for
15430                 threading option
15431         * configure.in
15432                 removed not required --with-compiler-flags option
15433
15434 2002-08-21 [oliver]     0.8.1claws94
15435         
15436         * src/toolbar.h 
15437                 o rename toolbar.xml to toolbar_main.xml
15438                   since toolbar_compose.xml might come up 
15439                   any time soon
15440         * README.claws
15441                 add custom toolbar              
15442
15443 2002-08-21 [darko]      0.8.1claws93
15444
15445         * src/procmsg.c
15446                 don't reset tmp flags for messages copied
15447                 to sent folder
15448
15449 2002-08-21 [colin]      0.8.1claws92
15450         
15451         * src/prefs_filtering.c
15452                 fix renaming rules on folder rename 
15453                 when folder is not a leaf folder
15454
15455 2002-08-21 [paul]       0.8.1claws91
15456
15457         * src/prefs_folder_item.c
15458                 fix alignment of colour selector
15459
15460 2002-08-21 [paul]       0.8.1claws90
15461
15462         * sync with 0.8.1cvs27
15463                 see ChangeLog 2002-08-21
15464
15465 2002-08-21 [paul]       0.8.1claws89
15466
15467         * src/summaryview.c
15468                 fix crash when changing field type in
15469                 Quick search bar
15470
15471 2002-08-21 [colin]      0.8.1claws88
15472
15473         * src/summaryview.c
15474                 Made quick search case-insensitive
15475
15476 2002-08-21 [paul]       0.8.1claws87
15477
15478         * sync with 0.8.1cvs26
15479                 see ChangeLog 2002-08-21
15480
15481 2002-08-20 [christoph]  0.8.1claws86
15482
15483         * src/folderview.c
15484         * src/main.c
15485         * src/summaryview.[ch]
15486                 more summaryview/folderitem seperation for
15487                 sort_key and sort_type
15488         * src/procmsg.c
15489                 added missing return statement
15490
15491 2002-08-20 [colin]      0.8.1claws85
15492
15493         * src/summaryview.[ch]
15494                 Added a quick search box
15495         * src/mainwindow.c
15496         * src/prefs_common.[ch]
15497                 Added a show/hide option for the quick search
15498
15499 2002-08-20 [oliver]     0.8.1claws84
15500         
15501         * src/mainwindow.c
15502                 remove toolbar_create_popups
15503         * src/toolbar.[ch]
15504                 o remove toolbar_create_popups
15505                 o fix toolbar_set_sensitive 
15506                   (Bug reports #596834 and #596832)     
15507         * src/prefs_toolbar.c
15508                 o add "Set default" button
15509                 o align label and text + combo widgets
15510
15511 2002-08-20 [hoa]        0.8.1claws83bis
15512
15513         * src/imap.c
15514                 fixed a bug in imap_fetch_msginfo() in case there is no
15515                 current folder.
15516
15517 2002-08-20 [darko]      0.8.1claws83
15518
15519         * src/folderview.c
15520                 copy the color style of folder view so it
15521                 works with GTK themes
15522
15523 2002-08-20 [darko]      0.8.1claws82
15524
15525         * src/folder.h
15526         * src/folderview.c
15527         * src/prefs_folder_item.[hc]
15528                 don't use UI stuff in folder.h
15529
15530 2002-08-20 [darko]      0.8.1claws81
15531
15532         * src/folder.h
15533         * src/prefs_folder_item.h
15534         * src/folderview.c
15535         * src/prefs_folder_item.c
15536                 ability to set folder color in folderview
15537
15538 2002-08-19 [alfons]     0.8.1claws80
15539
15540         * src/summaryview.c
15541                 fix one of the earlier memleaks reported by Martin Kluge
15542
15543 2002-08-19 [alfons]     0.8.1claws79
15544
15545         * src/mainwindow.c
15546                 hide notice view when selecting seperate folder
15547                 view (reported by Urke MMI)
15548
15549 2002-08-19 [christoph]  0.8.1claws78
15550
15551         * src/folderview.c
15552         * src/prefs_folder_item.h
15553         * src/summaryview.[ch]
15554                 o add summary_set_prefs_from_folderitem to set
15555                   summaryview prefs (first step to remove all
15556                   references to the folderitem in summaryview)
15557                 o moved compiled regex stuff from folderitem prefs
15558                   to summaryview code
15559
15560 2002-08-19 [paul]       0.8.1claws77
15561
15562         * src/compose.c
15563                 add check for '.' to QUOTE_IF_REQUIRED
15564
15565 2002-08-19 [paul]       0.8.1claws76
15566
15567         * src/inc.c
15568                 sync with 0.8.1cvs25 (plug memory leak)
15569
15570         * src/prefs_toolbar.c
15571                 re-order prefs_toolbar_cancel()
15572
15573 2002-08-18 [alfons]     0.8.1claws75
15574
15575         * src/inc.c
15576         * src/matcher.c
15577                 plug other memleaks reported by Martin Kluge
15578
15579 2002-08-18 [paul]       0.8.1claws74
15580
15581         * po/pt_BR.po
15582                 updated by Fabio Jr. Beneditto
15583
15584 2002-08-18 [paul]       0.8.1claws73
15585
15586         * src/toolbar.[ch]
15587                 fix bug where tooltips were displayed untranslated              
15588
15589         * src/prefs_toolbar.c
15590                 fix bug where clicking 'Cancel' creates an icon & text
15591                 toolbar regardless of prefs
15592         
15593
15594 2002-08-17 [oliver]     0.8.1claws72
15595
15596         * src/prefs_toolbar.c
15597                 update toolbar on CANCEL
15598                 bug reported by Martin Kluge
15599         * src/toolbar.c
15600                 toolbar_destroy memleak fixed           
15601
15602 2002-08-17 [alfons]     0.8.1claws71
15603
15604         * src/toolbar.c
15605                 plug another memleak reported by Martin Kluge
15606
15607 2002-08-16 [alfons]     0.8.1claws70
15608
15609         * src/crash.c
15610                 use execvp() correctly (suggested by wwp; thanks!)
15611
15612 2002-08-16 [alfons]     0.8.1claws69
15613
15614         * src/gtksctree.c
15615                 plug memory leak reported by Kim Schultz & Martin Kluge
15616
15617 2002-08-16 [paul]       0.8.1claws68
15618
15619         * po/es.po
15620                 updated by Ricardo Mones Lastra
15621
15622 2002-08-16 [paul]       0.8.1claws67
15623
15624         * src/toolbar.h
15625                 fix bug where 'Compose News' icon showed wrong
15626                 tooltip
15627
15628 2002-08-16 [paul]       0.8.1claws66
15629
15630         * sync with 0.8.1cvs24
15631                 see ChangeLog 2002-08-16
15632
15633         * po/it.po
15634                 updated by Alessandro Maestri
15635
15636 2002-08-15 [paul]       0.8.1claws65
15637
15638         * po/sr.po
15639                 updated by Urke MMI
15640
15641 2002-08-15 [paul]       0.8.1claws64
15642
15643         * src/*.c
15644                 don't translate debug info
15645
15646         * src/matcher.[ch]
15647                 add copyright info
15648
15649 2002-08-15 [paul]       0.8.1claws63
15650
15651         * src/prefs_toolbar.c
15652                 fix bug where clicking 'OK' creates an icon & text
15653                 toolbar regardless of prefs
15654
15655 2002-08-14 [alfons]     0.8.1claws62
15656
15657         * src/main.c
15658                 add global var that has the full argv[0]
15659         * src/crash.c
15660                 o execvp the correct sylpheed by using argv0
15661                   and setting the correct work dir
15662                 o other tweaks  
15663
15664 2002-08-14 [oliver]     0.8.1claws61
15665         
15666         * enable/disable Toolbar Action Buttons 
15667         * code cleanups
15668         * src/mainwindow.c
15669         * src/toolbar.[ch]      
15670         * src/prefs_toolbar.c   
15671
15672 2002-08-14 [melvin]     0.8.1claws60
15673
15674         * po/fr.po
15675                 Updated French translations
15676
15677 2002-08-14 [melvin]     0.8.1claws59
15678
15679         * src/crash.c
15680                 Made bug report not translatable
15681         * src/exporthtml.c
15682                 Fixed exporthtml_build_filespec() return value
15683         * src/foldersel.c
15684                 Fixed incorrect include file
15685         * src/gtkspell.c
15686         * src/prefs_actions.c
15687         * src/prefs_toolbar.c
15688                 Made debug info not translatable
15689         * src/mutt.c
15690         * src/quote_fmt.c
15691                 Added missing includes
15692         * src/prefs_common.c
15693                 Fixed typo
15694
15695 2002-08-14 [paul]       0.8.1claws58
15696
15697         * faq/es/sylpheed-faq.html
15698           faq/es/sylpheed-faq-[1-3].html
15699           faq/es/sylpheed-faq-4.html     **NEW FILE **
15700                 update Spanish FAQ
15701
15702 2002-08-13 [christoph]  0.8.1claws57
15703
15704         * src/procmsg.c
15705                 ignore thread fix that did not mark all
15706                 child nodes of a ignored thread as
15707                 ignored. Does not work perfectly yet,
15708                 but it is better now
15709
15710 2002-08-13 [alfons]     0.8.1claws56
15711
15712         * src/crash.c
15713                 o implement 'save crash log'
15714                 o some tweaks
15715
15716 2002-08-13 [melvin]     0.8.1claws55
15717
15718         * src/main.c
15719                 removed unrequired "execinfo.h" header
15720
15721 2002-08-12 [paul]       0.8.1claws54
15722
15723         * faq/en/sylpheed-faq.html
15724           faq/en/sylpheed-faq-[1-3].html
15725           faq/en/sylpheed-faq-4.html     **NEW FILE **
15726                 update English FAQ
15727
15728 2002-08-12 [alfons]     0.8.1claws53
15729
15730         * po/POTFILES.in
15731                 add crash.c to translatables
15732         * src/crash.c
15733                 bring in Leandro's crash dialog
15734
15735 2002-08-11 [alfons]     0.8.1claws52
15736
15737         * src/crash.c
15738                 clean up some warnings
15739
15740 2002-08-11 [alfons]     0.8.1claws51
15741
15742         * acconfig.h
15743         * configure.in
15744         * src/crash.[ch]        ** NEW FILES **
15745         * src/main.c            
15746                 initial gdb crash handler
15747
15748 2002-08-11 [paul]       0.8.1claws50
15749
15750         * src/prefs_toolbar.c
15751                 replace Up/Down arrow pixmaps with text to be
15752                 consistent across icon themes
15753
15754 2002-08-11 [paul]       0.8.1claws49
15755
15756         * src/prefs_common.c
15757           src/prefs_toolbar.c
15758                 rename 'Pixmap' -> 'Icon'
15759
15760         * src/toolbar.[ch]
15761                 rename  'A_SEND_QUEUD' -> 'A_SEND_QUEUED'
15762
15763 2002-08-10 [paul]       0.8.1claws48
15764
15765         * src/prefs_toolbar.c
15766                 re-work the UI
15767
15768 2002-08-10 [paul]       0.8.1claws47
15769
15770         * src/main.c
15771                 don't write Processing progress to status bar
15772                 patch submitted by Alexander Evseev
15773
15774         * src/prefs_toolbar.c
15775                 re-position and resize window
15776                 make window assume correct size on first call
15777
15778 2002-08-10 [paul]       0.8.1claws46
15779
15780         * src/mainwindow.c
15781           src/prefs_toolbar.c
15782           src/toolbar.c
15783           src/toolbar.h
15784                 obey coding style
15785                 follow UI text conventions
15786
15787 2002-08-10 [alfons]     0.8.1claws45
15788
15789         * src/toolbar.c
15790                 correct pixmap for delete action
15791
15792 2002-08-10 [paul]       0.8.1claws44
15793
15794         * po/pt_BR.po
15795                 updated by Fabio Jr. Beneditto
15796
15797 2002-08-10 [paul]       0.8.1claws43
15798
15799         * po/POTFILES.in
15800                 add custom toolbar files
15801
15802 2002-08-10 [paul]       0.8.1claws42
15803
15804         * sync with 0.8.1cvs22
15805                 see ChangeLog 2002-08-09
15806
15807 2002-08-09 [paul]       0.8.1claws41
15808
15809         * tools/Makefile.am
15810           tools/README
15811           tools/outlook2sylpheed.pl     ** NEW FILE **
15812                 add script to convert exported Outlook
15813                 contacts list to a Sylpheed addressbook.
15814                 Submitted by Ricardo Mones Lastra.
15815
15816 2002-08-09 [paul]       0.8.1claws40
15817
15818         * AUTHORS
15819           configure.in
15820           po/sr.po      ** NEW FILE **
15821                 add Serbian message catalog. Submitted by
15822                 Urosevic Aleksandar aka Urke MMI <urke-kg@eunet.yu>             
15823
15824 2002-08-09 [paul]       0.8.1claws39
15825
15826         * sync with 0.8.1cvs21
15827                 see ChangeLog 2002-08-08
15828
15829 2002-08-08 [oliver]     0.8.1claws38
15830
15831         * src/mainwindow.c
15832                 move Custom Toolbar to Configuration menu
15833
15834 2002-08-08 [oliver]     0.8.1claws37
15835
15836         * src/prefs_toolbar.c
15837                 fix substitute pixmap bug
15838
15839 2002-08-08 [paul]       0.8.1claws36
15840
15841         * sync with 0.8.1cvs19
15842                 see ChangeLog 2002-08-08
15843
15844 2002-08-07 [christoph]  0.8.1claws35
15845
15846         * src/utils.c
15847                 fixed a memory leak in new canonicalize_file_replace
15848
15849 2002-08-07 [christoph]  0.8.1claws34
15850
15851         * src/utils.[ch]
15852                 o canonicalize_file_replace should create the temporary
15853                   file in the same directory as the original file.
15854                 o added get_tmpfile_in_dir that creates a temorary file
15855                   in a specified directory.
15856
15857 2002-08-07 [melvin]     0.8.1claws33
15858
15859         * src/toolbar.c
15860                 fixed bug where 'Article' button acted as 'Email' button.
15861
15862 2002-08-07 [paul]       0.8.1claws32
15863
15864         * sync with 0.8.1.cvs17
15865                 see ChangeLog 2002-08-07
15866
15867 2002-08-07 [colin]      0.8.1claws31
15868         
15869         * src/news.c
15870                 fix mass-cancel problem
15871
15872 2002-08-07 [thorsten]   0.8.1claws30
15873
15874         * src/prefs_toolbar.c
15875                 fix: crash on replace or add new button
15876         * src/toolbar.c
15877                 fix: close xmlfile after reading
15878         * src/utils.c
15879                 fix: unlink() file before rename()
15880
15881 2002-08-06 [paul]       0.8.1claws29
15882
15883         * sync with 0.8.cvs15
15884                 see ChangeLog 2002-08-06
15885
15886 2002-08-06 [oliver]     0.8.1claws28
15887
15888         * src/toolbar.c
15889         * src/prefs_toolbar.c
15890                 fixed empty toolbar issue
15891
15892 2002-08-06 [oliver]     0.8.1claws27
15893
15894         * Custom Toolbar Final 
15895         * src/folderview.c
15896         * src/inc.c
15897         * src/summaryview.c
15898                 o toolbar stuff now lives in src/toolbar.[ch]
15899                 o main_window_toolbar_* functions are renamed to
15900                   toolbar_* reflecting their new source file
15901         * src/mainwindow.[ch]
15902                 o remove toolbar stuff  
15903
15904 2002-08-06 [oliver]     0.8.1claws26
15905         
15906         * src/Makefile.am
15907         * src/prefs_toolbar.[ch]        **New File**
15908         * src/toolbar.[ch]              **New File**
15909                 o prefs_toolbar.[ch] custom toolbar frontend
15910                 o toolbar.[ch]       backend 
15911
15912 2002-08-06 [oliver]     0.8.1claws25
15913
15914         * src/prefs_actions.[ch]
15915                 o new exported function actions_execute
15916
15917 2002-08-06 [paul]       0.8.1claws24
15918
15919         * sync with 0.8.1cvs4
15920                 see ChangeLog 2002-08-06
15921
15922 2002-08-06 [paul]       0.8.1claws23
15923
15924         * sync with 0.8.1cvs13
15925                 see ChangeLog 2002-08-06
15926
15927 2002-08-06 [paul]       0.8.1claws22
15928
15929         * sync with 0.8.1cvs12
15930                 see ChangeLog 2002-08-05 and 2002-08-06
15931
15932 2002-08-06 [match]      0.8.1claws21
15933
15934         * src/addrclip.c
15935                 improvements to cut/copy/paste address
15936
15937 2002-08-05 [match]      0.8.1claws20
15938
15939         * src/addritem.[ch]
15940         * src/addrcache.c
15941         * src/addrbook.c
15942         * src/editaddress.c
15943         * src/addressbook.c
15944                 fixes to improve cut/copy/paste
15945
15946 2002-08-06 [melvin]     0.8.1claws19
15947
15948         * src/account.[ch]
15949                 account_find_all_from_address(): new function that returns the
15950                 list of all accounts that are matched in an address.
15951         * src/alertpanel.[ch]
15952                 alertpanel() now accepts a custom widget
15953                 alertpanel_with_widget(): new function that pops up a panel with
15954                 a custom widget in it 
15955         * src/gtkutils.[ch]
15956                 gtkut_account_menu_new(): new function that allows the selection
15957                 of an account from a list of accounts.
15958         * src/messageview.c
15959                 Extended Return Receipt notification to select the correct 
15960                 account and to make a security test on the Delivery-Notification
15961                 address which should be the same as the Return-Path.
15962
15963 2002-08-06 [thorsten]   0.8.1claws18
15964
15965         * src/mimeview.c
15966                 attach_all: save unnamed as "noname.%d",
15967                 dont free static dirname
15968
15969 2002-08-05 [alfons]     0.8.1claws17
15970
15971         * configure.in
15972                 detect XIM by trying to link rather than compile a XIM program
15973
15974 2002-08-05 [oliver]     0.8.1claws16
15975                 
15976         * src/stock_pixmap.[ch]
15977                 o add UP_ARROW to available pixmaps (already in pixmap-directory)
15978                 o new func to retrieve pixmaps
15979
15980 2002-08-05 [paul]       0.8.1claws15
15981
15982         * sync with 0.8.1cvs10
15983                 see ChangeLog 2002-08-05
15984
15985 2002-08-04 [alfons]     0.8.1claws14
15986
15987         * src/textview.c
15988                 see if this plugs memleak
15989
15990 2002-08-04 [melvin]     0.8.1claws13
15991
15992         * src/gtkspell.c
15993                 fixed bug that could crash Sylpheed when highlighting
15994                 all misspelled words.
15995
15996 2002-08-03 [melvin]     0.8.1claws12
15997
15998         * src/prefs_actions.c
15999                 removed unnecessary checks for NULL introduced in 0.8.1claws11.
16000         * src/messageview.c
16001                 fixed bug where the Return Receipt was sent to
16002                 Delivery-Notification-To address even if it was not present
16003
16004 2002-08-02 [alfons]     0.8.1claws11
16005
16006         * src/prefs_actions.c
16007                 o more check for NULLs
16008                 o put create_io_dialog() in right conditional block
16009
16010 2002-08-02 [paul]       0.8.1claws10
16011
16012         * po/es.po
16013                 updated by Ricardo Mones Lastra
16014
16015 2002-08-01 [christoph]  0.8.1claws9
16016
16017         * src/folder.c
16018                 don't free the cache of the opened
16019                 folder in the summaryview
16020         * src/summaryview.c
16021                 don't unset flags, if it is not required
16022
16023 2002-08-01 [paul]       0.8.1claws8
16024
16025         * sync with 0.8.1cvs8
16026                 see ChangeLog entry 2002-08-01
16027
16028 2002-08-01 [paul]       0.8.1claws7
16029
16030         * sync with 0.8.1cvs7
16031                 see ChangeLog 2002-07-31 and 2002-08-01
16032
16033 2002-07-31 [christoph]  0.8.1claws6
16034
16035         * src/mainwindow.c
16036                 forgot to update menu sensitivity
16037                 function for new menu entry
16038
16039 2002-07-31 [alfons]     0.8.1claws5
16040
16041         * src/main.c
16042                 check folder item and its path for NULL on
16043                 initial processing
16044
16045 2002-07-31 [christoph]  0.8.1claws4
16046
16047         * src/folder.c
16048                 check if folder_item_get_msginfo in
16049                 folder_item_remove_msg returned NULL
16050         * src/imap.c
16051                 better clear the uid cache in the
16052                 uid validity check function and delete
16053                 cached messages
16054
16055 2002-07-31 [paul]       0.8.1claws3
16056
16057         * man/sylpheed.1
16058                 add the '--attach' option and a few other
16059                 minor changes
16060
16061 2002-07-31 [paul]       0.8.1claws2
16062
16063         * sync with 0.8.1cvs5
16064                 see ChangeLog 2002-07-31
16065
16066 2002-07-31 [christoph]  0.8.1claws1
16067
16068         * src/folderview.[ch]
16069         * src/mainwindow.c
16070                 replace "Rescan all folders..." with
16071                 "Check all folders for new messages..."
16072
16073 2002-07-30 [paul]       0.8.1claws
16074
16075         * version 0.8.1claws released
16076
16077 2002-07-30 [paul]       0.8.0claws29
16078
16079         * tools/OOo2sylpheed.pl ** NEW FILE **
16080           tools/README
16081                 add script to enable sending documents as
16082                 attachments from OpenOffice.org
16083
16084 2002-07-30 [melvin]     0.8.0claws28
16085
16086         * src/prefs_actions.c
16087                 Made the actions' input/output dialog display
16088                 without delay.
16089
16090 2002-07-30 [christoph]  0.8.0claws27
16091
16092         * src/procmsg.c
16093                 check if folder_item_get_msginfo in
16094                 procmsg_save_to_outbox returned NULL
16095
16096 2002-07-30 [paul]       0.8.0claws26
16097
16098         * sync with 0.8.1cvs4
16099                 see ChangeLog 2002-07-29
16100
16101 2002-07-29 [thorsten]   0.8.0claws25
16102
16103         * README.claws
16104                 added selective download, delete on server
16105
16106 2002-07-29 [paul]       0.8.0claws24
16107
16108         * sync with 0.8.1cvs3
16109                 see ChangeLog 2002-07-29
16110
16111 2002-07-27 [christoph]  0.8.0claws23
16112
16113         * src/folder.c
16114                 add extra check if fetching the msginfo
16115                 returned NULL
16116
16117 2002-07-27 [paul]       0.8.0claws22
16118
16119         * sync with 0.8.1cvs2
16120                 see ChangeLog 2002-07-26
16121
16122 2002-07-27 [christoph]  0.8.0claws21
16123
16124         * src/imap.c
16125                 add another check if a valid msginfo
16126                 was returned
16127
16128 2002-07-26 [hoa]        0.8.0claws20
16129
16130         * src/folder.c
16131                 Fixed a condition in folder_item_destroy()
16132
16133         * src/imap.c
16134                 Fixed an error in IMAP protocol
16135
16136 2002-07-26 [alfons]     0.8.0claws19
16137
16138         * src/folder.c
16139                 ofcourse compare with identifier, not the path
16140
16141 2002-07-26 [alfons]     0.8.0claws18
16142
16143         * src/folder.c
16144                 use folder item identifier for saving / restoring
16145                 preferences because folder->path might not be unique
16146
16147 2002-07-26 [melvin]     0.8.0claws17
16148
16149         * src/logwindow.c
16150                 Fixed a crash introduced in 0.8.0claws5 when log is 
16151                 cut under 80 characters.
16152
16153 2002-07-26 [paul]       0.8.0claws16
16154
16155         * sync with 0.8.1cvs1
16156                 see ChangeLog 2002-07-26
16157
16158 2002-07-26 [christoph]  0.8.0claws15
16159
16160         * src/imap.[ch]
16161                 imap folder now remembers the last selected
16162                 folder and imap_fetch_msginfo skips selecting
16163                 the folder if it is already selected
16164
16165 2002-07-26 [christoph]  0.8.0claws14
16166
16167         * src/folder.c
16168         * src/folderview.c
16169         * src/imap.c
16170                 fix imap folder rescanning
16171
16172 2002-07-25 [christoph]  0.8.0claws13
16173
16174         * src/filter.c
16175         * src/folder.[ch]
16176         * src/folderview.c
16177         * src/imap.[ch]
16178         * src/mainwindow.c
16179         * src/mbox_folder.c
16180         * src/mh.c
16181         * src/news.c
16182                 implement imap uid cache and uid validity check
16183
16184 2002-07-25 [alfons]     0.8.0claws12
16185
16186         * src/summaryview.c
16187                 fix a brown paper bag bug, and also add some more
16188                 checks
16189
16190 2002-07-25 [christoph]  0.8.0claws11
16191
16192         * src/folder.c
16193                 don't mix copy, fetch_msginfo and remove
16194                 operations in folder item copy and move
16195                 operations
16196
16197 2002-07-25 [christoph]  0.8.0claws10
16198
16199         * src/folderview.c
16200         * src/mainwindow.c
16201         * src/prefs_folder_item.c
16202         * src/summaryview.[ch]
16203                 remove no longer required parameter update_cache from
16204                 summary_show
16205
16206 2002-07-25 [paul]       0.8.0claws9
16207
16208         * sync with 0.8.1
16209         
16210         * AUTHORS
16211                 a few corrections
16212
16213 2002-07-24 [alfons]     0.8.0claws8
16214
16215         * src/summaryview.c
16216                 sort correctly when using simplified subject line
16217                 (closes feature request "[ 585141 ] applying regexp to subject 
16218                 before sort" submitted by Alexandra Walford)
16219
16220 2002-07-24 [paul]       0.8.0claws7
16221
16222         * sync with 0.8.0cvs3
16223                 see ChangeLog 2002-07-24
16224
16225 2002-07-23 [christoph]  0.8.0claws6
16226
16227         * src/folder.c
16228         * src/folder.h
16229         * src/summaryview.c
16230         * src/summaryview.h
16231         * src/main.c
16232                 o separate processing and summaryview
16233                 o removed summary_write_cache from summaryview
16234                 o removed summaryview->killed_messages, because we don't have
16235                   to keep a list of killed messages anymore. New cache will
16236                   keep the hidden messages in cache anyway
16237         * src/folderview.c
16238         * src/inc.c
16239         * src/selective_download.c
16240                 o removed unnecessary summary_write_cache calls
16241         * src/procmsg.c
16242                 o don't set ignore thread flag in procmsg_get_thread_tree
16243                   if it is already set
16244         * src/mainwindow.c
16245         * src/statusbar.h
16246                 o moved STATUSBAR_PUSH/POP to statusbar.h because
16247                   they are used in different files
16248
16249 2002-07-23 [melvin]     0.8.0claws5
16250
16251         * src/addressbook.c
16252         * src/addrgather.c
16253         * src/editaddress.c
16254         * src/editgroup.c
16255         * src/editldap_basedn.c
16256         * src/importldif.c
16257         * src/prefs_common.c
16258                 Fixed few memory leak (gtk_editable_get_chars returns
16259                 an allocated string)
16260         * src/logwindow.c
16261                 Fixed few memory leak (gtk_editable_get_chars returns
16262                 an allocated string) and modified a little the log cutting
16263                 loop.
16264         * src/compose.c
16265                 Replaced a call to an obsolete function gtk_entry_get_text()
16266                 by gtk_editable_get_chars()
16267         * src/send.c
16268                 Removed a debug printf
16269
16270 2002-07-23 [christoph]  0.8.0claws4
16271
16272         * src/filesel.c
16273                 fix another g_dirname memory leak
16274
16275 2002-07-23 [christoph]  0.8.0claws3
16276
16277         * src/mh.c
16278                 fixed a memory leak in mh_fetch_msginfo
16279                 fixed crash when message header could not be
16280                 parsed
16281
16282 2002-07-23 [paul]       0.8.0claws2
16283
16284         * sync with 0.8.0cvs2
16285                 see ChangeLog 2002-07-23
16286
16287 2002-07-23 [paul]       0.8.0claws1
16288
16289         * sync with 0.8.0cvs1
16290                 see ChangeLog 2002-07-23
16291
16292 2002-07-23 [paul]       0.8.0claws
16293
16294         * release of 0.8.0claws