2007-10-13 [colin] 3.0.2cvs68
[claws.git] / ChangeLog
1 2007-10-13 [colin]      3.0.2cvs68
2
3         * src/main.c
4         * src/main.h
5                 Maemo: define hildon_program in main.c,
6                 make it accessible in the .h with extern
7
8 2007-10-13 [paul]       3.0.2cvs67
9
10         * src/gtk/menu.c
11                 fix a bunch of runtime warnings on maemo
12
13 2007-10-13 [paul]       3.0.2cvs66
14
15         * src/main.c
16         * src/main.h
17         * src/gtk/gtkutils.c
18         * src/gtk/gtkutils.h
19                 fix a bunch of compiler warnings on maemo
20
21 2007-10-12 [colin]      3.0.2cvs65
22
23         * src/account.c
24         * src/addritem.c
25         * src/addritem.h
26         * src/filtering.c
27         * src/filtering.h
28         * src/folder.c
29         * src/folder.h
30         * src/common/utils.c
31         * src/common/utils.h
32                 Remove unused code, staticalise some functions
33
34 2007-10-12 [paul]       3.0.2cvs64
35
36         * src/account.c
37         * src/folderview.c
38         * src/main.c
39         * src/mainwindow.c
40         * src/messageview.c
41         * src/summary_search.c
42         * src/summaryview.c
43         * src/toolbar.c
44         * src/wizard.c
45         * src/common/utils.c
46         * src/gtk/prefswindow.c
47                 fix a bunch of compiler warnings on maemo
48
49 2007-10-11 [colin]      3.0.2cvs63
50
51         * src/editaddress.c
52                 Make static function static
53
54 2007-10-11 [mones]      3.0.2cvs62
55
56         * src/addrduplicates.c
57         * src/addressbook.c
58         * src/compose.c
59         * src/expldifdlg.c
60         * src/mainwindow.c
61         * src/messageview.c
62         * src/pop.c
63         * src/prefs_customheader.c
64         * src/prefs_send.c
65         * src/prefs_themes.c
66         * src/common/plugin.c
67         * src/gtk/pluginwindow.c
68         * src/gtk/quicksearch.c
69                 Fix several typos and capitalisation issues
70
71 2007-10-11 [wwp]        3.0.2cvs61
72
73         * src/editaddress.c
74                 Fix a warning about possible use of uninitialized
75                 filename var.
76
77 2007-10-11 [wwp]        3.0.2cvs60
78
79         * src/editaddress.c
80                 Disable "Unset picture" menu item when there's
81                 no picture to clear. Fix an extraneous g_unref_object,
82                 add missing initializers.
83
84 2007-10-11 [wwp]        3.0.2cvs59
85
86         * src/pixmaps/anonymous.xpm
87         * src/editaddress.c
88         * src/Makefile.am
89         * src/stock_pixmap.c
90         * src/stock_pixmap.h
91                 Fix a leak, gettext-ize the photo label.
92                 Don't clear the existing picture if loading
93                 a new one fails. Use a default 'anonymous'
94                 picture (this new xpm has been added to the
95                 internal stock_pixmap API). Add a
96                 "Set picture" context menu entry.
97
98 2007-10-11 [colin]      3.0.2cvs58
99
100         * src/messageview.c
101                 Make shift-shortcuts work
102         * src/prefs_actions.c
103                 Don't ask if we really want to close when
104                 choosing OK and only the list is changed
105         * src/prefs_template.c
106                 Don't ask if we really want to close when
107                 choosing OK and only the list is changed
108         * src/common/plugin.c
109                 Fix writing of second [Plugins_*] block
110         * src/common/template.c
111                 Remove unused files (fixes deletion)
112
113 2007-10-10 [paul]       3.0.2cvs57
114
115         * src/prefs_template.c
116                 put the whole thing in a scrolled window
117                 so that half the page is no longer inaccessible
118                 on maemo
119                 make the gtk_text_view smaller on maemo
120
121 2007-10-10 [colin]      3.0.2cvs56
122
123         * src/compose.c
124                 Fix updating of Attachments number in some
125                 cases (reedit, attach from command-line, ...)
126
127 2007-10-10 [colin]      3.0.2cvs55
128
129         * src/editaddress.c
130                 Initialise error correctly
131
132 2007-10-10 [paul]       3.0.2cvs54
133
134         * src/prefs_filtering_action.c
135         * src/gtk/description_window.c
136         * src/gtk/foldersort.c
137         * src/gtk/quicksearch.c
138                 get rid of some pointless new lines and
139                 make the descripton labels wrap better
140
141 2007-10-10 [colin]      3.0.2cvs53
142
143         * src/addressadd.c
144         * src/editaddress.c
145         * src/headerview.c
146         * src/textview.c
147                 More error handling on saving pictures
148
149 2007-10-10 [colin]      3.0.2cvs52
150
151         * src/printing.c
152         * src/printing.h
153                 Generalize a bit printing, so we can factorize
154                 most of the code. 
155
156 2007-10-10 [paul]       3.0.2cvs51
157
158         * src/addrduplicates.c
159                 fix engrish
160                 use GTK_STOCK... buttons
161
162 2007-10-10 [paul]       3.0.2cvs50
163
164         * src/addressadd.c
165         * src/addrindex.c
166         * src/editaddress.c
167                 Fix previous patch
168                 Thanks to Colin
169
170 2007-10-10 [paul]       3.0.2cvs49
171
172         * src/summaryview.c
173         * src/messageview.c
174                 Fix crash on Add sender to addressbook when
175                 From is null
176         * src/addressadd.c
177         * src/addrindex.c
178         * src/editaddress.c
179         * src/editaddress_other_attributes_ldap.h
180                 Fix leaks 
181                 Rename images to .png in addrbook/
182         * src/headerview.c
183         * src/textview.c
184                 Fix Face/X-Face being used if adding another
185                 address than sender to addressbook
186                 Thanks to Colin
187
188 2007-10-10 [holger]     3.0.2cvs48
189
190         * src/addrduplicates.c
191         * src/editaddress.c
192                 Improvements to the addressbook duplicate finder
193                 feature:
194                  - add an edit button to the button bar
195                  - display the whole bookname (with iface) and
196                    use this for same-book checking
197                  - after editing, try to keep selections if the
198                    entries are still present
199                  - sort the email column alphabetically
200                  - put results in a scrolled window
201                  - support embedded editing
202                  - make columns in detail view resizable
203                  - add keyboard shortcuts
204
205 2007-10-10 [wwp]        3.0.2cvs47
206
207         * src/addrindex.c
208                 Fix a crash when there's no From: in email, thanks to Colin.
209
210 2007-10-09 [paul]       3.0.2cvs46
211
212         * src/messageview.c
213         * src/summaryview.c
214         * src/textview.c
215                 fix building without compface support
216
217 2007-10-09 [colin]      3.0.2cvs45
218
219         * src/editaddress.c
220         * src/headerview.c
221         * src/textview.c
222                 Add error handling
223
224 2007-10-09 [colin]      3.0.2cvs44
225
226         * src/addrduplicates.c
227         * src/addressadd.c
228         * src/addressadd.h
229         * src/addressbook.c
230         * src/addressbook.h
231         * src/addrindex.c
232         * src/addrindex.h
233         * src/addritem.c
234         * src/addritem.h
235         * src/compose.c
236         * src/editaddress.c
237         * src/editaddress_other_attributes_ldap.h
238         * src/headerview.c
239         * src/messageview.c
240         * src/mimeview.c
241         * src/summaryview.c
242         * src/textview.c
243         * src/gtk/gtkutils.c
244                 Automatically set contacts' pictures from Face 
245                 or X-Face if they have no picture
246                 Display the contact picture in textview or
247                 headerview for mails sent by people in the 
248                 addressbook, that have no Face or X-Face
249                 Fix a few details in the Person edition dialog
250                 (ability to unset picture)
251                 Remove picture file when deleting contacts
252
253 2007-10-09 [iwkse]      3.0.2cvs43
254
255         * src/gtk/about.c
256                 center the about window
257
258 2007-10-09 [paul]       3.0.2cvs42
259
260         * src/prefs_toolbar.c
261                 fix icon selector window on maemo
262
263 2007-10-09 [paul]       3.0.2cvs41
264
265         * src/messageview.c
266                 add 'go to' menu to separate msgview
267
268 2007-10-09 [colin]      3.0.2cvs40
269
270         * src/common/defs.h
271                 Add forgotten file
272
273 2007-10-09 [iwkse]      3.0.2cvs39
274
275         * Makefile.am
276         * src/addressbook.c
277         * src/addritem.c
278         * src/addritem.h
279         * src/editaddress.c
280         * src/editaddress_other_attributes_ldap.h
281         * src/addrbook.c
282         * src/Makefile.am
283                 set a photo in the Addressbook
284
285 2007-10-08 [colin]      3.0.2cvs38
286
287         * src/prefs_toolbar.c
288                 Make height 320 to remove the scrollbar 
289                 (with current number of icons)
290
291 2007-10-08 [colin]      3.0.2cvs37
292
293         * src/prefs_toolbar.c
294                 Transform the treeview to a GtkIconView.
295                 Patch by Pawel
296                 In addition, transform the window so that 
297                 it looks like a popup menu. Patch by me
298
299 2007-10-08 [colin]      3.0.2cvs36
300
301         * src/compose.c
302         * src/compose.h
303                 Beautify the GUI a bit; in particular, show the
304                 number of attachments in the tab's title.
305                 Patch by Pawel
306
307 2007-10-08 [paul]       3.0.2cvs35
308
309         * src/mimeview.c
310                 Save users from themselves: save temporary
311                 files used for Open/Open with as read-only.
312                 Thanks to Colin
313
314 2007-10-08 [paul]       3.0.2cvs34
315
316         * tools/Makefile.am
317                 forgot this in cvs33
318
319 2007-10-08 [paul]       3.0.2cvs33
320
321         * tools/kdeservicemenu/README
322         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
323         * tools/kdeservicemenu/install.sh
324         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
325                 renamed template* to *template so as not to confuse
326                 lintian
327
328 2007-10-08 [paul]       3.0.2cvs32
329
330         * src/prefs_themes.c
331         * src/stock_pixmap.c
332                 replace 2 direct uses of RC_DIR
333
334 2007-10-07 [colin]      3.0.2cvs31
335
336         * src/addrduplicates.c
337         * src/addrduplicates.h
338         * src/addressbook.c
339         * src/addressbook.h
340         * src/addrindex.c
341         * src/addrindex.h
342                 Implement deletion in duplicate finder. 
343                 Patch by Holger 
344
345 2007-10-07 [colin]      3.0.2cvs30
346
347         * src/exporthtml.c
348         * src/mbox.c
349         * src/common/utils.c
350                 Better fix for Solaris, thanks to Nicolas Doualot
351
352 2007-10-07 [colin]      3.0.2cvs29
353
354         * AUTHORS
355         * src/gtk/authors.h
356                 Add Frank Dietrich
357
358 2007-10-07 [colin]      3.0.2cvs28
359
360         * src/exporthtml.c
361                 Fix HTML export to make it more compliant
362                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
363
364 2007-10-07 [colin]      3.0.2cvs27
365
366         * src/prefs_toolbar.c
367                 Only use icons that wouldn't look stupid in the toolbar
368                 Patch by Pawel
369
370 2007-10-07 [colin]      3.0.2cvs26
371
372         * src/prefs_toolbar.c
373                 Fix old icon being used when none is selected
374
375 2007-10-07 [colin]      3.0.2cvs25
376
377         * src/toolbar.c
378                 Fix copy/paste error
379
380 2007-10-07 [colin]      3.0.2cvs24
381
382         * src/prefs_toolbar.c
383         * src/toolbar.c
384         * src/toolbar.h
385                 Update icon to default one when changing event
386                 Make the icon chooser nicer (handle Esc, Enter,
387                 double-click)
388
389 2007-10-06 [colin]      3.0.2cvs23
390
391         * src/prefs_toolbar.c
392                 Fix text reset; patch by Pawel
393
394 2007-10-06 [colin]      3.0.2cvs22
395
396         * src/toolbar.h
397                 Complete previous commit
398
399 2007-10-06 [colin]      3.0.2cvs21
400
401         * src/prefs_toolbar.c
402         * src/toolbar.c
403                 Set toolbar text automatically to the default
404                 when changing Event executed on click
405
406 2007-10-06 [colin]      3.0.2cvs20
407
408         * src/prefs_toolbar.c
409                 Invert Text and Event fields
410
411 2007-10-06 [colin]      3.0.2cvs19
412
413         * src/prefs_toolbar.c
414         * src/toolbar.c
415                 Make toolbar prefs look much better
416                 Patch by Pawel Pekala
417
418 2007-10-06 [paul]       3.0.2cvs18
419
420         * src/account.c
421         * src/prefs_filtering.c
422                 fix checkbuttons in gtktreeview on maemo by
423                 setting maemo's "allow-checkbox-mode" to FALSE
424
425 2007-10-06 [colin]      3.0.2cvs17
426
427         * configure.ac
428                 Export -DSOLARIS in CFLAGS for all
429                 Solaris (not just 2.8) and OpenSolaris
430
431 2007-10-06 [paul]       3.0.2cvs16
432
433         * AUTHORS
434         * src/exporthtml.c
435         * src/mbox.c
436         * src/gtk/authors.h
437                 fix build on solaris where ctime_r takes
438                 3 arguments rather than 2.
439                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
440
441 2007-10-05 [colin]      3.0.2cvs15
442
443         * src/etpan/imap-thread.c
444                 Fix wrong error codepath
445
446 2007-10-05 [wwp]        3.0.2cvs14
447
448         * src/filtering.c
449                 Fix unexpected logging of quicksearches:
450                 debug_filtering_session flag was never reset to FALSE, causing
451                 matcher functions to log when called from a quicksearch
452                 (if a filtering session happened before).
453
454 2007-10-05 [paul]       3.0.2cvs13
455
456         * src/prefs_actions.c
457         * src/prefs_filtering.c
458         * src/prefs_template.c
459                 fix bug 1343, 'Filtering..'s close button
460                 silently discards new filter'
461                 Thanks to Colin
462
463 2007-10-05 [paul]       3.0.2cvs12
464
465         * configure.ac
466         * src/Makefile.am
467                 fix bug 1347, '-Wno-unused-function, optional'
468
469 2007-10-05 [colin]      3.0.2cvs11
470
471         * src/procmime.c
472         * src/common/mgutils.c
473                 Fix warnings
474
475 2007-10-05 [mones]      3.0.2cvs10
476
477         * manual/advanced.xml
478                 Use full menu name
479         * manual/es/advanced.xml
480                 Synchronise translation
481
482 2007-10-04 [colin]      3.0.2cvs9
483
484         * src/action.c
485         * src/addrbook.c
486         * src/addrindex.c
487         * src/compose.c
488         * src/exporthtml.c
489         * src/exportldif.c
490         * src/folder.c
491         * src/main.c
492         * src/matcher.c
493         * src/mbox.c
494         * src/messageview.c
495         * src/mh.c
496         * src/news.c
497         * src/partial_download.c
498         * src/pop.c
499         * src/procmime.c
500         * src/procmsg.c
501         * src/toolbar.c
502         * src/common/log.c
503         * src/common/mgutils.c
504         * src/common/plugin.c
505         * src/common/utils.c
506         * src/common/xml.c
507         * src/common/xml.h
508         * src/common/xmlprops.c
509         * src/common/xmlprops.h
510         * src/plugins/bogofilter/bogofilter.c
511         * src/plugins/clamav/clamav_plugin.c
512         * src/plugins/dillo_viewer/dillo_prefs.c
513         * src/plugins/pgpcore/prefs_gpg.c
514         * src/plugins/pgpinline/pgpinline.c
515         * src/plugins/pgpmime/pgpmime.c
516         * src/plugins/spamassassin/spamassassin.c
517         * src/plugins/trayicon/trayicon_prefs.c
518                 Verify success on writes. Will fix possible strange
519                 failure on disk full.
520
521 2007-10-04 [paul]       3.0.2cvs8
522
523         * manual/advanced.xml
524                 add further info about Actions
525                 Patch by Emmanuel Briot <briot@adacore.com>
526
527 2007-10-04 [paul]       3.0.2cvs7
528
529         * src/account.c
530                 remove the D column, instead indicate the
531                 default account by use of bold text
532
533 2007-10-03 [colin]      3.0.2cvs6
534
535         * src/common/template.c
536                 Fix templates writing (was prone to disk full problems)
537
538 2007-10-03 [colin]      3.0.2cvs5
539
540         * src/Makefile.am
541         * src/addrduplicates.c
542         * src/addrduplicates.h
543         * src/addressbook.c
544                 Add duplicate deletion. Patch by Holger
545
546 2007-10-03 [colin]      3.0.2cvs4
547
548         * src/matcher.c
549         * src/gtk/quicksearch.c
550                 Fix bug 1340, 'Case insensitive searches with 
551                 non-ascii alphabets fail'.
552
553 2007-10-03 [colin]      3.0.2cvs3
554
555         * src/main.c
556         * src/common/utils.c
557         * src/common/utils.h
558                 Implement run-time alternative config directories
559
560 2007-10-03 [colin]      3.0.2cvs2
561
562         * src/folderview.c
563                 Prevent opening folder item while folder
564                 is scanned in a better way
565
566 2007-10-02 [paul]       3.0.2cvs1
567
568         * NEWS
569         * README
570         * RELEASE_NOTES
571         * configure.ac
572                 bump up version number following stable release
573
574 2007-09-30 [colin]      3.0.1cvs49
575
576         * src/imap.c
577                 Refresh session if needed
578
579 2007-09-30 [colin]      3.0.1cvs48
580
581         * src/imap.c
582                 Reset folder's session to NULL
583                 before destroying it
584
585 2007-09-30 [mones]      3.0.1cvs47
586
587         * manual/handling.xml
588                 Use markup quotes instead hardcoded quotes
589         * manual/es/handling.xml
590                 Added new synced section (IMAP subscriptions)
591
592 2007-09-29 [colin]      3.0.1cvs46
593
594         * src/imap.c
595                 Notice disconnections faster
596
597 2007-09-28 [colin]      3.0.1cvs45
598
599         * src/addressbook.c
600         * src/addrindex.c
601                 Fix warnings
602
603 2007-09-28 [paul]       3.0.1cvs44
604
605         * src/mimeview.c
606                 fix maemo build
607
608 2007-09-28 [paul]       3.0.1cvs43
609
610         * src/account.c
611                 use gtk_widget_set_size_request() on the label
612                 so that wrapping works better. get rid of the
613                 (partially deprecated) hbutton_box.
614                 these changes should prevent buttons overlapping
615                 on maemo
616
617 2007-09-28 [colin]      3.0.1cvs42
618
619         * src/pop.c
620                 Fix typo :)
621
622 2007-09-28 [colin]      3.0.1cvs41
623
624         * src/compose.c
625         * src/msgcache.c
626         * src/pop.c
627         * src/procmime.c
628         * src/etpan/imap-thread.c
629                 64bits-related warning fixes
630
631 2007-09-28 [colin]      3.0.1cvs40
632
633         * src/folder_item_prefs.c
634         * src/ldaputil.c
635         * src/mainwindow.c
636         * src/mimeview.c
637         * src/common/tags.c
638                 Fix warnings
639
640 2007-09-28 [colin]      3.0.1cvs39
641
642         * src/plugins/spamassassin/spamassassin.c
643         * src/plugins/spamassassin/spamassassin.h
644         * src/plugins/spamassassin/spamassassin_gtk.c
645                 Add addressbook-based whitelisting
646
647 2007-09-28 [colin]      3.0.1cvs38
648
649         * src/folder.c
650                 Fix bug 1337, 'crash on pressing Send button'
651
652 2007-09-28 [paul]       3.0.1cvs37
653
654         * src/prefs_folder_item.c
655                 give the orphans a parent. makes all prefs
656                 pages visible on maemo
657
658 2007-09-28 [colin]      3.0.1cvs36
659
660         * src/prefs_folder_column.c
661         * src/prefs_summary_column.c
662                 Fix two leaks
663
664 2007-09-27 [colin]      3.0.1cvs35
665
666         * src/gtk/quicksearch.c
667                 Fix bug 1336, 'Segfault if empty space before search-string'
668
669 2007-09-26 [mones]      3.0.1cvs34
670
671         * manual/account.xml
672         * manual/plugins.xml
673                 Fixed irc channel name, added some docbook markup.
674                 Changed text markup to docbook markup. 
675                 Added spamcop as supported in SpamReport description.
676         * manual/fr/plugins.xml
677                 Fixed irc channel name.
678         * manual/es/account.xml
679         * manual/es/advanced.xml
680         * manual/es/claws-mail-manual.xml
681         * manual/es/glossary.xml
682         * manual/es/gpl.xml
683         * manual/es/keyboard.xml
684         * manual/es/plugins.xml
685                 Synced with English version, fixed a couple of typos.
686
687 2007-09-26 [colin]      3.0.1cvs33
688
689         * configure.ac
690                 Explain why "Libgnomeprint: no" on GTK+ 2.10
691
692 2007-09-26 [colin]      3.0.1cvs32
693
694         * src/messageview.c
695         * src/procmsg.c
696         * src/procmsg.h
697                 Optimisation: avoid fetching mail 3 times locally
698                 for displaying
699
700 2007-09-26 [colin]      3.0.1cvs31
701
702         * src/mh.c
703                 Fix missing static
704
705 2007-09-26 [colin]      3.0.1cvs30
706
707         * src/folder.c
708         * src/folder.h
709         * src/mh.c
710         * src/mh.h
711                 Fix MH mtime hack - make it a folder class function
712
713 2007-09-26 [colin]      3.0.1cvs29
714
715         * src/inc.c
716                 Fix bug 1334, 'user defined mail incorporation 
717                 script not run'
718
719 2007-09-25 [colin]      3.0.1cvs28
720
721         * src/codeconv.c
722                 Optimisation: shortcut conv_codeset_strdup
723                 when src_code and dest_code are the same
724         * src/common/xml.c
725         * src/common/xml.h
726                 Optimisation: shortcut code conversions when
727                 files are in UTF-8; faster list walking by
728                 using prepend/reverse.
729
730 2007-09-25 [holger]     3.0.1cvs27
731
732         * src/printing.c
733                 Replace button bar of the preview window
734                 with a real toolbar (patch by Colin)
735                 Add zooming to the preview window
736
737 2007-09-24 [paul]       3.0.1cvs26
738
739         * src/compose.c
740                 compact the character set menu, adding some
741                 missing encodings. Patch by Pawel Pekala
742
743 2007-09-23 [paul]       3.0.1cvs25
744
745         * src/prefs_account.c
746         * src/prefs_folder_item.c
747         * src/prefs_quote.c
748         * src/quote_fmt.c
749         * src/quote_fmt.h
750                 remove unnecessary frame from Templates options
751                 and improve the English of the check button label
752
753 2007-09-22 [colin]      3.0.1cvs24
754
755         * src/gtk/quicksearch.c
756                 Fix bug 1329, 'error in quicksearch.c'
757                 Fix return with value in function returning void
758
759 2007-09-22 [colin]      3.0.1cvs23
760
761         * src/imap.c
762         * src/procmsg.h
763         * src/common/utils.c
764         * src/common/utils.h
765         * src/etpan/imap-thread.c
766                 Optimise fetching IMAP cached emails *a lot*
767                 (remember whether mail is fully cached and \r's
768                  are already stripped)
769
770 2007-09-22 [colin]      3.0.1cvs22
771
772         * src/folder.c
773         * src/folder.h
774         * src/prefs_folder_item.c
775                 Add a button to allow users to drop local caches.
776
777 2007-09-21 [colin]      3.0.1cvs21
778
779         * src/summaryview.c
780                 Remove unnecessary error when cancelling export to mbox.
781                 Patch by Pawel
782
783 2007-09-21 [paul]       3.0.1cvs20
784
785         * src/gtk/prefswindow.c
786                 remove unnecessary frames from the prefs
787                 pages. Patch by Pawel Pekala
788
789 2007-09-21 [paul]       3.0.1cvs19
790
791         * src/prefs_account.c
792         * src/prefs_folder_item.c
793         * src/prefs_quote.c
794         * src/quote_fmt.c
795                 put the Templates options into a tabbed
796                 layout. Patch by Pawel Pekala
797
798 2007-09-21 [paul]       3.0.1cvs18
799
800         * src/mainwindow.c
801                 group together the character set menu items
802                 move the /View/Show or hide/Message view below
803                 .../Toolbar menu item
804                 Patch by Pawel Pekala
805
806 2007-09-21 [mones]      3.0.1cvs17
807
808         * src/compose.c
809                 Fix for bug 1327, 'segfault when replying to a non-existent
810                 news message', thanks to Colin.
811
812 2007-09-21 [colin]      3.0.1cvs16
813
814         * src/folderview.c
815                 Complete 3.0.1cvs15
816
817 2007-09-20 [colin]      3.0.1cvs15
818
819         * src/folderview.c
820         * src/folderview.h
821                 Maybe fix bug 1324, 'Corrupted IMAP cache'
822
823 2007-09-20 [colin]      3.0.1cvs14
824
825         * src/printing.c
826                 Fix a little leak
827
828 2007-09-20 [holger]     3.0.1cvs13
829
830         * src/printing.c
831                 Add page layout to print preview.
832                 Make the close-button in the toolbar
833                 right-aligned.
834
835 2007-09-20 [paul]       3.0.1cvs12
836
837         * po/ru.po
838                 updated by Pavlo Bohmat
839
840 2007-09-19 [colin]      3.0.1cvs11
841
842         * src/common/utils.c
843                 Prevent unquoted mime boundaries, by always
844                 using a /
845
846 2007-09-19 [colin]      3.0.1cvs10
847
848         * src/printing.c
849                 Fix drawing area size, fix DPI change that
850                 can cause total number of lines to decrease
851
852 2007-09-19 [colin]      3.0.1cvs9
853
854         * po/POTFILES.in
855         * src/printing.c
856                 Make print preview more efficient and nicer.
857                 Patch mostly by Holger Berndt <hb@claws-mail.org>
858
859 2007-09-19 [colin]      3.0.1cvs8
860
861         * src/prefs_common.c
862         * src/prefs_common.h
863         * src/printing.c
864                 Add scrolledwindow, default allocation and
865                 size saving to the print preview window.
866
867 2007-09-18 [colin]      3.0.1cvs7
868
869         * src/prefs_common.c
870         * src/prefs_common.h
871         * src/prefs_image_viewer.c
872         * src/printing.c
873                 GtkPrintOperation:
874                 - add image printing support
875                 - add option to print images
876                 - add preview widget
877                 - add saving of a few Page Setup parameters
878
879 2007-09-18 [colin]      3.0.1cvs6
880
881         * AUTHORS
882         * src/gtk/authors.h
883                 Add Guillaume Chazarain
884
885 2007-09-18 [colin]      3.0.1cvs5
886
887         * src/common/utils.c
888                 Fix bug 1321, 'access before allocation 
889                 when scanning for uris'. Patch by 
890                 Guillaume Chazarain <guichaz@yahoo.fr>
891
892 2007-09-18 [colin]      3.0.1cvs4
893
894         * src/toolbar.c
895                 Fix bug 1320, 'Memory leak caused by 
896                 gtk_container_get_children'. Patch by
897                 Guillaume Chazarain <guichaz@yahoo.fr>
898
899 2007-09-18 [colin]      3.0.1cvs3
900
901         * src/printing.c
902         * src/printing.h
903                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
904
905 2007-09-18 [colin]      3.0.1cvs2
906
907         * src/Makefile.am
908         * src/mainwindow.c
909         * src/messageview.c
910         * src/messageview.h
911         * src/prefs_ext_prog.c
912         * src/prefs_fonts.c
913         * src/printing.c
914         * src/printing.h
915         * src/summaryview.c
916                 Use GtkPrintOperation by default on GTK+ >= 2.10
917                 Patch by Holger Berndt <hb@claws-mail.org>
918
919 2007-09-18 [paul]       3.0.1cvs1
920
921         * NEWS
922         * README
923         * RELEASE_NOTES
924         * configure.ac
925                 bump up version number following stable release
926
927 2007-09-16 [colin]      3.0.0cvs18
928
929         * src/folder.c
930                 Fix possible memleak
931
932 2007-09-16 [colin]      3.0.0cvs17
933
934         * src/folderview.c
935                 Fix bug 1311, 'Wrong arrow position 
936                 while moving message into folder when 
937                 column headers hidden'
938         * src/image_viewer.c
939                 Show error in the GUI if image can't
940                 be loaded
941         * src/matcher.c
942                 Fix spurious output
943         * src/messageview.c
944                 Allow setting domain in msgid
945         * src/common/plugin.c
946                 Add timing information
947
948 2007-09-16 [colin]      3.0.0cvs16
949
950         * src/account.c
951         * src/compose.c
952         * src/prefs_account.c
953         * src/prefs_account.h
954         * src/common/utils.c
955                 Remove Generate Message-ID option. We need
956                 this on some IMAP servers.
957         * src/prefs_template.c
958                 Fix double-free
959
960 2007-09-16 [colin]      3.0.0cvs15
961
962         * src/prefs_filtering.c
963         * src/prefs_filtering.h
964         * src/prefs_filtering_action.c
965         * src/common/tags.c
966                 Fix tags issues: tags with spaces, renaming
967                 tags.
968
969 2007-09-16 [colin]      3.0.0cvs14
970
971         * src/folderview.c
972         * src/main.c
973         * src/mainwindow.c
974                 Fix bug 1308, 'Claws deletes folderlist.xml after
975                 fetching mail short after start-up'
976
977 2007-09-16 [colin]      3.0.0cvs13
978
979         * src/compose.c
980                 Fix scrolling to cursor
981
982 2007-09-16 [paul]       3.0.0cvs12
983
984         * po/sr.po
985                 updated by Aleksandar Urosevic
986
987 2007-09-16 [paul]       3.0.0cvs11
988
989         * src/folder.c
990                 do not allow locked msgs to be deleted,
991                 even by filtering/processing
992
993 2007-09-07 [paul]       3.0.0cvs10
994
995         * src/prefs_folder_column.c
996         * src/prefs_summary_column.c
997                 implement button sensitivity
998                 patch by Pawel Pekala
999
1000 2007-09-06 [wwp]        3.0.0cvs9
1001
1002         * src/prefs_gtk.c
1003                 Add a missing linefeed to a debug message.
1004
1005 2007-09-05 [colin]      3.0.0cvs8
1006
1007         * src/inc.c
1008                 Fix statusbar/window mismatch on Maemo
1009
1010 2007-09-05 [colin]      3.0.0cvs7
1011
1012         * src/ldaputil.c
1013                 Fix build without USE_LDAP_TLS
1014
1015 2007-09-05 [colin]      3.0.0cvs6
1016
1017         * src/folder.c
1018         * src/imap.c
1019         * src/inc.c
1020         * src/mbox.c
1021         * src/send_message.c
1022         * src/statusbar.c
1023         * src/statusbar.h
1024                 Maemo: distinguish various statusbar messages,
1025                 in order to display only the most important.
1026
1027 2007-09-04 [wwp]        3.0.0cvs5
1028
1029         * src/account.c
1030                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
1031                 Show protocol "SMTP" and the appropriate server for send-only
1032                 accounts, show "-" instead of "" when no value is relevant.
1033
1034 2007-09-03 [ticho]      3.0.0cvs4
1035
1036         * src/summaryview.c
1037                 Handle plural form better in delete confirmation dialog.
1038
1039 2007-09-03 [wwp]        3.0.0cvs3
1040
1041         * src/compose.c
1042                 Warn differently when sending or sending later (queueing).
1043
1044 2007-09-03 [colin]      3.0.0cvs2
1045
1046         * src/procmime.c
1047         * src/procmime.h
1048         * src/common/plugin.c
1049         * src/common/plugin.h
1050                 Add a new plugin API, MimeParser. It allows
1051                 plugins to scan email MIME parts and optionally,
1052                 transform them.
1053
1054 2007-09-03 [mones]      3.0.0cvs1
1055
1056         * po/es.po
1057                 Updated translation
1058         * src/common/defs.h
1059                 While a better solution is made double history sizes
1060
1061 2007-09-03 [paul]       3.0.0
1062
1063         * NEWS
1064         * README
1065         * RELEASE_NOTES
1066                 3.0.0 released
1067
1068 2007-09-03 [paul]       2.10.0cvs191
1069
1070         * po/bg.po
1071         * po/ca.po
1072         * po/de.po
1073         * po/fi.po
1074         * po/fr.po
1075         * po/hu.po
1076         * po/it.po
1077         * po/pl.po
1078         * po/pt_BR.po
1079         * po/ru.po
1080         * po/sk.po
1081         * po/zh_CN.po
1082                 updated by Yasen Pramatarov, Miquel Oliete, Stephan
1083                 Sachse, Flammie Pirinen, Fabien Vantard, Pader Rezso,
1084                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves
1085                 Guimaraes, Pavlo Bohmat, Andrej Kacian, and Ralph Young
1086
1087 2007-09-02 [colin]      2.10.0cvs190
1088
1089         * src/edittags.c
1090         * src/common/tags.c
1091                 Prevent empty or white-space tags
1092
1093 2007-09-01 [colin]      2.10.0cvs189
1094
1095         * src/main.c
1096                 Fix double-reading of accounts list when
1097                 the wizard has been run due to no accounts
1098         * src/mainwindow.c
1099                 Fix sensitivity of a menu item in case 
1100                 there's no account
1101
1102 2007-09-01 [wwp]        2.10.0cvs188
1103
1104         * src/wizard.c
1105                 Fix wizard crash when Mailbox dir already exists
1106                 (thanks to Colin).
1107
1108 2007-08-31 [colin]      2.10.0cvs187
1109
1110         * src/etpan/imap-thread.c
1111                 Fix unwanted creation of 
1112                 libetpan's stream dump file
1113         * src/compose.c
1114                 Fix coloring of pastes as quotation
1115         * src/summaryview.c
1116                 Maemo: Fix opening of mails from keypad
1117                 in Sent folders
1118         * src/addressbook.c
1119         * src/folderview.c
1120         * src/image_viewer.c
1121         * src/mimeview.c
1122         * src/gtk/prefswindow.c
1123                 Maemo: Fix adjustments changes 
1124
1125 2007-08-30 [colin]      2.10.0cvs186
1126
1127         * src/folderview.c
1128                 Don't opened selected folder when clicking
1129                 on white space
1130         * src/mainwindow.c
1131                 Maemo: Make Esc close messageviews
1132         * src/messageview.c
1133                 Maemo: Fix message scrolling to the end on 
1134                 opening
1135                 Maemo: Fix reopening same message
1136         * src/gtk/prefswindow.c
1137                 Maemo: try to fix scrollbar. Doesn't work,
1138                 it seems as if gtk_adjustment_set_value was
1139                 a noop.
1140
1141 2007-08-30 [colin]      2.10.0cvs185
1142
1143         * src/compose.c
1144         * src/folderview.c
1145         * src/main.c
1146         * src/prefs_matcher.c
1147         * src/prefs_template.c
1148         * src/quote_fmt.c
1149         * src/send_message.c
1150         * src/toolbar.c
1151         * src/gtk/gtkaspell.c
1152         * src/plugins/bogofilter/bogofilter.c
1153         * src/plugins/bogofilter/bogofilter_gtk.c
1154         * src/plugins/clamav/clamav_plugin_gtk.c
1155         * src/plugins/pgpcore/sgpgme.c
1156         * src/plugins/spamassassin/spamassassin.c
1157         * src/plugins/spamassassin/spamassassin_gtk.c
1158                 Fix all potential misuses of format-string functions
1159
1160 2007-08-30 [wwp]        2.10.0cvs184
1161
1162         * src/prefs_template.c
1163                 Fix a leak.
1164
1165 2007-08-29 [colin]      2.10.0cvs183
1166
1167         * src/plugins/trayicon/trayicon.c
1168                 Fix leak of hooks in case of error,
1169                 thanks to Holger Berndt
1170
1171 2007-08-28 [colin]      2.10.0cvs182
1172
1173         * src/mainwindow.c
1174                 Don't use current folder settings when
1175                 composing from the compose button's
1176                 account selector
1177
1178 2007-08-28 [colin]      2.10.0cvs181
1179
1180         * src/quote_fmt_parse.y
1181                 Fix cursor offset when quote contains UTF-8
1182                 chars
1183
1184 2007-08-28 [colin]      2.10.0cvs180
1185
1186         * src/compose.c
1187         * src/compose.h
1188                 Fix signature replacement when it's been wrapped
1189
1190 2007-08-27 [colin]      2.10.0cvs179
1191
1192         * src/summaryview.c
1193                 Fix indentation
1194
1195 2007-08-27 [colin]      2.10.0cvs178
1196
1197         * src/summaryview.c
1198                 Fix Quicksearch's Sticky mode
1199
1200 2007-08-27 [colin]      2.10.0cvs177
1201
1202         * src/folder_item_prefs.c
1203         * src/folder_item_prefs.h
1204         * src/imap_gtk.c
1205         * src/mh_gtk.c
1206                 Fix loss of subfolders properties when
1207                 renaming a folder
1208
1209 2007-08-26 [wwp]        2.10.0cvs176
1210
1211         * src/alertpanel.c
1212         * src/messageview.c
1213         * src/prefs_actions.c
1214                 Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
1215                 will have to be used when necessary *before* calling
1216                 alertpanel functions.
1217
1218 2007-08-25 [paul]       2.10.0cvs175
1219
1220         * src/prefs_actions.c
1221                 workaround gettext problem marking
1222                 string as c-format when it's not
1223
1224 2007-08-25 [wwp]        2.10.0cvs174
1225
1226         * src/alertpanel.c
1227         * src/messageview.c
1228         * src/prefs_actions.c
1229                 Call the pango markup escape function right ince in alertpanel_create
1230                 instead of everywhere (reverts some parts of 2.10.0cvs123 and
1231                 2.10.0cvs158).
1232
1233         * src/common/log.c
1234                 Fix a crash due to a misuse of g_print(), encountered when the string
1235                 passed to g_print was containing printf substitution symbols.
1236
1237 2007-08-25 [paul]       2.10.0cvs173
1238
1239         * src/common/log.c
1240                 fix a segfault when refreshing RSSyl feeds
1241
1242 2007-08-25 [paul]       2.10.0cvs172
1243
1244         * src/gtk/icon_legend.c
1245                 add watchthread.xpm
1246
1247 2007-08-25 [paul]       2.10.0cvs171
1248
1249         * src/Makefile.am
1250         * src/stock_pixmap.c
1251         * src/pixmaps/insert_file.xpm
1252                 add a new pixmap instead of re-using
1253                 paste.xpm. (easier for icon theme authors)
1254
1255 2007-08-24 [holger]     2.10.0cvs170
1256
1257         * src/plugins/trayicon/trayicon.c
1258                 The same fix for another hook id.
1259
1260 2007-08-24 [holger]     2.10.0cvs169
1261
1262         * src/plugins/trayicon/trayicon.c
1263                 Micro-fix: Do the error checking for
1264                 the right hook id.
1265
1266 2007-08-24 [paul]       2.10.0cvs168
1267
1268         * src/folder.h
1269                 fix typo causing compiler warning
1270
1271 2007-08-24 [paul]       2.10.0cvs167
1272
1273         * README
1274                 put back the correct version of this file also
1275
1276 2007-08-24 [colin]      2.10.0cvs166
1277
1278         * src/send_message.c
1279                 Use progress bar when sending messages
1280
1281 2007-08-24 [paul]       2.10.0cvs165
1282
1283         * Makefile.am
1284                 oops! if i'm quick no-one will notice
1285                 (put back the proper file)
1286
1287 2007-08-24 [paul]       2.10.0cvs164
1288
1289         * AUTHORS
1290         * Makefile.am
1291         * README
1292         * src/gtk/authors.h
1293         * tools/Makefile.am
1294         * tools/README
1295         * tools/mew2claws-mail.pl
1296                 add new script that imports a Mew address book
1297                 submitted by Jerome Lelong
1298
1299 2007-08-24 [paul]       2.10.0cvs163
1300
1301         * manual/plugins.xml
1302                 remove the obsolete plugins, add the
1303                 missing plugins, including the forthcoming
1304                 SpamReport plugin
1305
1306 2007-08-24 [paul]       2.10.0cvs162
1307
1308         * manual/advanced.xml
1309                 add info about the hidden emphasis_color option
1310         * manual/keyboard.xml
1311                 correct the info about hotkeys
1312                 wrap the long lines
1313
1314 2007-08-24 [paul]       2.10.0cvs161
1315
1316         * src/folderview.c
1317                 add mnemonic to 'Run procesing rules'
1318
1319 2007-08-24 [paul]       2.10.0cvs160
1320
1321         * src/account.c
1322         * src/folder.c
1323         * src/folder.h
1324                 use suitable defaults for outbox,
1325                 queue, drafts and trash folders
1326
1327 2007-08-24 [wwp]        2.10.0cvs159
1328
1329         * src/folderview.c
1330                 Update menu item sensitivity if necessary (or we get a
1331                 gtk critical message).
1332
1333 2007-08-23 [wwp]        2.10.0cvs158
1334
1335         * src/action.c
1336         * src/prefs_actions.c
1337                 Allow literal % chars in action commands (use %%).
1338                 Add a missing p++ to the action parser in action_get_type(),
1339                 which was missing it, even if it was neutral.
1340                 Fix a pango markup warning at runtime.
1341
1342 2007-08-23 [wwp]        2.10.0cvs157
1343
1344         * src/addressbook.c
1345                 Contacts are now locale-aware sorted in the address book
1346                 (LC_COLLATE matters here).
1347                 Fix missing table initializers.
1348
1349 2007-08-23 [colin]      2.10.0cvs156
1350
1351         * src/imap.c
1352                 Check scan_required on dest folder when copying
1353
1354 2007-08-23 [colin]      2.10.0cvs155
1355
1356         * src/imap.c
1357                 Fix scanning when folder was empty
1358
1359 2007-08-22 [colin]      2.10.0cvs154
1360
1361         * src/msgcache.c
1362                 Don't g_warning when g_try_malloc fails(), or it makes
1363                 things worse as g_log() allocates. Fixes bug 1290,
1364                 'Claws Mail crashes if too little memory when 
1365                 rebuilding folder tree'
1366
1367 2007-08-22 [colin]      2.10.0cvs153
1368
1369         * src/inc.c
1370                 Fix format string vulnerability, thanks to
1371                 Ulf Harnhammar, Secunia Research
1372
1373 2007-08-22 [colin]      2.10.0cvs152
1374
1375         * src/ldapserver.c
1376                 Set tv_usec too
1377
1378 2007-08-22 [wwp]        2.10.0cvs151
1379
1380         * src/ldapquery.c
1381                 Few better null-ptr checks.
1382
1383 2007-08-22 [colin]      2.10.0cvs150
1384
1385         * src/editldap.c
1386         * src/editldap_basedn.c
1387         * src/ldapquery.c
1388         * src/ldapserver.c
1389         * src/ldapserver.h
1390         * src/ldapupdate.c
1391         * src/ldaputil.c
1392         * src/ldaputil.h
1393                 Fix ldap timeouts
1394
1395 2007-08-22 [colin]      2.10.0cvs149
1396
1397         * src/ldapquery.c
1398                 Finish previous fix
1399
1400 2007-08-22 [colin]      2.10.0cvs148
1401
1402         * src/ldapquery.c
1403                 Fix wrong assertions
1404
1405 2007-08-22 [colin]      2.10.0cvs147
1406
1407         * src/ldaputil.c
1408                 Fix test (set ldap v3 if bindDN is set or TLS is set)
1409
1410 2007-08-22 [colin]      2.10.0cvs146
1411
1412         * src/editldap.c
1413         * src/ldaputil.c
1414                 Fix wrong "Connected successfully to server". Connection only succeeds if
1415                 we can get the base DN.
1416
1417 2007-08-21 [wwp]        2.10.0cvs145
1418
1419         * src/browseldap.c
1420         * src/editldap.c
1421         * src/ldapctrl.c
1422         * src/ldapquery.c
1423         * src/ldapserver.c
1424         * src/ldapupdate.c
1425         * src/ldaputil.c
1426                 More sanity checks in ldap functions.
1427
1428 2007-08-21 [wwp]        2.10.0cvs144
1429
1430         * src/prefs_account.c
1431                 Don't return a value in a void function().
1432
1433 2007-08-21 [paul]       2.10.0cvs143
1434
1435         * src/messageview.c
1436                 add check for ftp: to messageview_list_urls()
1437
1438 2007-08-21 [colin]      2.10.0cvs142
1439
1440         * src/editldap.c
1441         * src/ldapctrl.c
1442         * src/ldapctrl.h
1443         * src/ldapquery.c
1444         * src/ldapupdate.c
1445                 Fix bug 1293, 'LDAP address book not working'
1446                 Search only on specified fields, but fetch 
1447                 every field possible. People will have to 
1448                 reset the searched Attributes in their LDAP
1449                 servers properties.
1450
1451 2007-08-21 [wwp]        2.10.0cvs141
1452
1453         * src/addr_compl.c
1454         * src/addrbook.c
1455         * src/addrcache.c
1456         * src/addrcindex.c
1457         * src/addressbook.c
1458         * src/addrindex.c
1459         * src/browseldap.c
1460         * src/crash.c
1461         * src/editaddress_other_attributes_ldap.c
1462         * src/exporthtml.c
1463         * src/folder.c
1464         * src/folderview.c
1465         * src/imap.c
1466         * src/jpilot.c
1467         * src/ldapserver.c
1468         * src/ldapupdate.c
1469         * src/ldif.c
1470         * src/main.c
1471         * src/mainwindow.c
1472         * src/matcher.c
1473         * src/mh.c
1474         * src/msgcache.c
1475         * src/mutt.c
1476         * src/pine.c
1477         * src/pop.c
1478         * src/prefs_customheader.c
1479         * src/prefs_msg_colors.c
1480         * src/procmime.c
1481         * src/textview.c
1482         * src/vcard.c
1483         * src/wizard.c
1484         * src/common/log.c
1485         * src/common/socket.c
1486         * src/common/ssl_certificate.c
1487         * src/common/utils.c
1488         * src/common/utils.h
1489         * src/gtk/description_window.c
1490         * src/plugins/demo/demo.c
1491         * src/plugins/pgpcore/prefs_gpg.c
1492         * src/plugins/spamassassin/libspamc.c
1493                 Make sure we use glib functions to send text messages (information,
1494                 debug, warning, errors) to stdout/stderr - no more direct puts
1495                 fputs printf fprintf to stdout/stderr when it can be done using
1496                 g_log*() and g_print/g_printerr. Doing this, we make sure every
1497                 stdout/stderr message is saved to log in Windows.
1498
1499
1500 2007-08-21 [wwp]        2.10.0cvs140
1501
1502         * src/main.c
1503         * src/common/utils.h
1504                 Route glib's stdout/stderr messages to a log file (Windows only),
1505                 instead of loosing them.
1506
1507 2007-08-21 [paul]       2.10.0cvs139
1508
1509         * src/mainwindow.c
1510                 replace deprecated g_strncasecmp()
1511         * src/messageview.c
1512                 fix 'List URLS'
1513
1514 2007-08-20 [ticho]      2.10.0cvs138
1515
1516         * src/account.c
1517         * src/prefs_account.h
1518                 Copy all account preferences in account_clone() - some
1519                 were missing.
1520         * src/prefs_account.c
1521                 Handle empty privacy system combobox gracefully (warning
1522                 instead of a crash).
1523
1524 2007-08-20 [colin]      2.10.0cvs137
1525
1526         * src/ldapctrl.c
1527                 Fix a leak
1528
1529 2007-08-20 [paul]       2.10.0cvs136
1530
1531         * src/browseldap.c
1532         * src/editldap.c
1533         * src/ldapctrl.c
1534         * src/ldapquery.c
1535         * src/ldapquery.h
1536         * src/ldapserver.c
1537         * src/ldaputil.c
1538                 add debug_prints
1539                 patch by Michael Rasmussen
1540
1541 2007-08-19 [colin]      2.10.0cvs135
1542
1543         * src/imap.c
1544                 Fix previous commit. Sensitivity update is needed
1545                 for "Cancel receiving". However when batching we
1546                 don't need to do it for every message flag change,
1547                 just once at the start and once at the end.
1548
1549 2007-08-19 [colin]      2.10.0cvs134
1550
1551         * src/imap.c
1552                 Remove useless menu updates on session lock/unlock
1553
1554 2007-08-19 [colin]      2.10.0cvs133
1555
1556         * src/etpan/imap-thread.c
1557                 Make all fetch logs less verbose
1558
1559 2007-08-19 [paul]       2.10.0cvs132
1560
1561         * src/foldersel.c
1562         * src/folderview.c
1563         * src/summaryview.c
1564                 fix bug 1286, 'Can't move a folder into a "Folders
1565                 Only" folder'
1566
1567 2007-08-18 [ticho]      2.10.0cvs131
1568
1569         * src/editaddress_other_attributes_ldap.c
1570                 Converted option menu for other ldap attributes to GtkComboBox.
1571
1572 2007-08-18 [colin]      2.10.0cvs130
1573
1574         * src/compose.c
1575         * src/prefs_common.c
1576         * src/prefs_common.h
1577         * src/prefs_send.c
1578         * src/send_message.c
1579                 Revert 'send_dialog_mode' meaning to 
1580                 'send_dialog_invisible', so that the 
1581                 new checkbox doesn't change the 
1582                 existing behaviour.
1583
1584 2007-08-18 [paul]       2.10.0cvs129
1585
1586         * src/summaryview.c
1587                 add missing menu update
1588
1589 2007-08-17 [colin]      2.10.0cvs128
1590
1591         * src/folder.c
1592                 Set batching after getting flags - maybe fixes
1593                 bug 1292, 'CM crashes on writing mail'
1594
1595 2007-08-16 [ticho]      2.10.0cvs127
1596
1597         * src/prefs_send.c
1598                 Convert two GtkOptionMenu widgets to new GtkComboBox.
1599         * src/gtk/combobox.h
1600         * src/gtk/gtkutils.c
1601                 Allow NULL for GtkComboBox menuitem label, rendering such
1602                 items as row separators.
1603
1604 2007-08-16 [paul]       2.10.0cvs126
1605
1606         * src/plugins/trayicon/trayicon.c
1607                 remove wrongly used gettextisation
1608
1609 2007-08-15 [ticho]      2.10.0cvs125
1610
1611         * src/importldif.c
1612                 Fixed a runtime warning where an attempt to pack an
1613                 already packed GtkLabel was made.
1614
1615 2007-08-15 [ticho]      2.10.0cvs124
1616
1617         * src/prefs_compose_writing.c
1618                 Convert the insert-or-attach-dragged-files GtkOptionMenu
1619                 into GtkComboBox.
1620
1621 2007-08-14 [ticho]      2.10.0cvs123
1622
1623         * src/messageview.c
1624         * src/gtk/gtkutils.c
1625                 Changed return receipt account selector to GtkComboBox.
1626                 Fixed a runtime warning where GTK tried to parse
1627                 "name <email@address" as a Pango markup in an alertpanel label.
1628
1629 2007-08-14 [ticho]      2.10.0cvs122
1630
1631         * src/prefs_logging.c
1632                 Changed GtkOptionMenu in logging preferences to GtkComboBox.
1633
1634 2007-08-14 [wwp]        2.10.0cvs121
1635
1636         * tools/Makefile.am
1637         * tools/README
1638         * tools/popfile-link.sh
1639                 Added a new tool: POPFile helper, to open
1640                 selected messages in POPFile control center,
1641                 in order to change the messages' status.
1642
1643 2007-08-14 [ticho]      2.10.0cvs120
1644
1645         * src/compose.c
1646         * src/prefs_common.c
1647         * src/prefs_common.h
1648         * src/prefs_send.c
1649         * src/send_message.c
1650                 Change "Show send dialog" optionmenu to a checkbutton.
1651         * src/prefs_receive.c
1652                 Migrate "Show receive dialog" GtkOptionMenu to GtkComboBox.
1653
1654 2007-08-13 [wwp]        2.10.0cvs119
1655
1656         * src/addr_compl.c
1657         * src/addressbook.c
1658         * src/addrindex.c
1659         * src/compose.c
1660         * src/filtering.c
1661         * src/folderview.c
1662         * src/inc.c
1663         * src/matcher.c
1664         * src/mh.c
1665         * src/partial_download.c
1666         * src/prefs_gtk.c
1667         * src/procmsg.c
1668         * src/stock_pixmap.c
1669         * src/summaryview.c
1670         * src/common/utils.c
1671         * src/gtk/gtkaspell.c
1672         * src/gtk/menu.c
1673                 Make sure we never pass NULL pointers for %s substitutions
1674                 (prevent from crashing in Windows).
1675
1676 2007-08-13 [wwp]        2.10.0cvs118
1677
1678         * src/msgcache.c
1679                 Re-enable mmap_reads in Windows with some missing
1680                 CloseHandle of mapping objects, thanks to
1681                 Marcus Brinkmann.
1682
1683 2007-08-13 [paul]       2.10.0cvs117
1684
1685         * src/common/utils.c
1686                 fix bug 1287, 'Compile time problem on Solaris
1687                 (nexenta gnu/Solaris) utils.c'
1688                 Thanks to Piotr Chrzczonowicz
1689
1690 2007-08-12 [wwp]        2.10.0cvs116
1691
1692         * src/plugins/pgpcore/prefs_gpg.c
1693                 Don't try to unset a GPG_AGENT_INFO that was not
1694                 set (and don't use a NULL string in Windows, it was
1695                 crashing with --debug if GPG_AGENT_INFO was not set).
1696
1697 2007-08-12 [wwp]        2.10.0cvs115
1698
1699         * src/privacy.h
1700                 Make gcc type-check arguments passed to privacy_set_error().
1701
1702 2007-08-12 [ticho]      2.10.0cvs114
1703
1704         * src/prefs_folder_item.c
1705                 Make sure that folder default account combobox always has some
1706                 account preselected.
1707         * src/gtk/combobox.c
1708                 Handle empty combobox gracefully (warning instead of crash).
1709
1710 2007-08-12 [ticho]      2.10.0cvs114
1711
1712         * src/prefs_folder_item.c
1713                 Make sure that folder default account combobox is not empty.
1714         * src/gtk/combobox.c
1715                 Handle empty combobox gracefully (warning instead of crash).
1716
1717 2007-08-11 [paul]       2.10.0cvs113
1718
1719         * src/addrgather.c
1720         * src/folderview.c
1721                 use 'subfolder' instead of 'sub-folder', matching
1722                 everywhere else the term is used
1723         * src/imap_gtk.c
1724                 fix engrish
1725
1726 2007-08-10 [wwp]        2.10.0cvs112
1727
1728         * src/msgcache.c
1729                 Disable mmap reads in Windows only (at least temporarily), they
1730                 prevent from renaming/removing target cache files.
1731
1732 2007-08-10 [paul]
1733
1734         3.0.0-rc2 released
1735
1736 2007-08-10 [wwp]        2.10.0cvs111
1737
1738         * src/msgcache.c
1739                 fix unpredictable crashes in Windows due to broken
1740                 cache/mark/tags files writting (file were opened for
1741                 writing in text mode).
1742
1743         * src/recv.c
1744                 use gettimeofday() from w32lib.h on Windows.
1745
1746 2007-08-10 [colin]      2.10.0cvs110
1747
1748         * src/imap.c
1749         * src/etpan/imap-thread.c
1750         * src/etpan/imap-thread.h
1751                 Better IMAP scanning (NOOP instead of CLOSE/SELECT)
1752
1753 2007-08-09 [colin]      2.10.0cvs109
1754
1755         * src/editldap.c
1756                 Fix port being reset to 636 on SSL
1757         * src/folder.c
1758                 Fix folder_item_get_msg_num_by_file
1759                 on drafts/queue folders
1760
1761 2007-08-09 [wwp]        2.10.0cvs108
1762
1763         * src/folder.c
1764                 Fix tags DB path in Windows (thanks to Colin): '/' is a valid
1765                 path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
1766
1767
1768 2007-08-09 [colin]      2.10.0cvs107
1769
1770         * src/folderview.c
1771         * src/summaryview.c
1772         * src/gtk/prefswindow.c
1773                 A few Maemo layout fixes
1774
1775 2007-08-09 [paul]       2.10.0cvs106
1776
1777         * src/prefs_account.c
1778                 remove the hyphen from plug-ins to
1779                 match everywhere else
1780
1781 2007-08-08 [wwp]        2.10.0cvs105
1782
1783         * src/prefs_folder_item.c
1784                 Fix an extraneous stealth ^L char.
1785
1786 2007-08-08 [wwp]        2.10.0cvs104
1787
1788         * src/prefs_folder_item.c
1789                 Better fix, group variables declarations (USE_ASPELL).
1790
1791 2007-08-08 [wwp]        2.10.0cvs103
1792
1793         * src/prefs_folder_item.c
1794                 Fix compilation w/ USE_ASPELL set (broken
1795                 by 2.10.0cvs102).
1796
1797 2007-08-08 [ticho]      2.10.0cvs102
1798
1799         * src/prefs_folder_item.c
1800                 Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
1801
1802 2007-08-08 [colin]      2.10.0cvs101
1803
1804         * src/imap.c
1805         * src/etpan/imap-thread.c
1806         * src/etpan/imap-thread.h
1807                 Close selected mailbox before doing
1808                 status on it.
1809
1810 2007-08-08 [colin]      2.10.0cvs100
1811
1812         * src/html.c
1813                 Complete symbol table, thanks to wwp.
1814                 Fixes bug 1284, 'The html -> text 
1815                 converter ignores entities'
1816         * src/msgcache.c
1817                 Fix possible fd leak
1818
1819 2007-08-08 [colin]      2.10.0cvs99
1820
1821         * src/imap.c
1822                 Better way to fetch UIDs on non-UIDPLUS servers
1823
1824 2007-08-07 [colin]      2.10.0cvs98
1825
1826         * src/imap.c
1827                 fix bug 1275, 'auto-saved draft messages not 
1828                 always being removed'; Also, make multiple
1829                 copy (in the same account) faster by matching
1830                 source/destination message UIDs.
1831         * src/messageview.c
1832                 Don't try to reshow deleted mail
1833         * src/msgcache.c
1834                 Fix leak on error path
1835
1836 2007-08-07 [wwp]        2.10.0cvs97
1837
1838         * manual/account.xml
1839         * manual/advanced.xml
1840         * manual/fr/account.xml
1841         * manual/fr/advanced.xml
1842                 Updated the reference manual and the French translation to
1843                 reflect 2.10.0cvs84: enable running folder Processing
1844                 rules on demand.
1845
1846 2007-08-06 [wwp]        2.10.0cvs96
1847
1848         * src/prefs_common.c
1849         * src/prefs_common.h
1850         * src/textview.c
1851                 Allow changing the emphasis color used to highlight
1852                 the newsreader/x-mailer header value when it matches
1853                 our preferred mail agent (hidden pref 'emphasis_col' added
1854                 to clawsrc).
1855
1856 2007-08-06 [colin]      2.10.0cvs95
1857
1858         * src/compose.c
1859         * src/compose.h
1860                 Re-commit 2.10.0cvs86, with a protection
1861                 against Pango bug. Also, try to fix 
1862                 bug 1275, 'auto-saved draft messages not 
1863                 always being removed'
1864
1865 2007-08-06 [wwp]        2.10.0cvs94
1866
1867         * src/gtk/quicksearch.c
1868                 Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
1869
1870 2007-08-06 [ticho]      2.10.0cvs93
1871
1872         * src/prefs_account.c
1873         * src/gtk/combobox.c
1874                 Use GtkComboBox instead of GtkOptionMenu for privacy system
1875                 selection in account preferences.
1876
1877 2007-08-06 [wwp]        2.10.0cvs92
1878
1879         * src/plugins/pgpcore/plugin.def
1880                 Apply one more chunk from gpg4win's 03-w32-port patch.
1881
1882 2007-08-05 [colin]      2.10.0cvs91
1883
1884         * src/compose.c
1885         * src/compose.h
1886                 reverting buggy patch for now
1887
1888 2007-08-05 [colin]      2.10.0cvs90
1889
1890         * src/folder.c
1891                 Fix slowdown
1892
1893 2007-08-04 [colin]      2.10.0cvs89
1894
1895         * src/prefs_summaries.c
1896         * src/summary_search.c
1897                 Replace deprecated widgets. Patch by
1898                 Andrej.
1899
1900 2007-08-04 [colin]      2.10.0cvs88
1901
1902         * src/mh.c
1903                 Refresh GUI only every 2000 mails on mh_get_last_num
1904                 This is fast (readdir) and done only once per 
1905                 session/folder
1906
1907 2007-08-03 [colin]      2.10.0cvs87
1908
1909         * src/prefs_account.c
1910         * src/gtk/combobox.h
1911         * src/gtk/gtkutils.c
1912                 Fix a deprecated widget. Patch by
1913                 Andrej
1914
1915 2007-08-03 [colin]      2.10.0cvs86
1916
1917         * src/compose.c
1918         * src/compose.h
1919                 Make colorisation and wrapping algorithms
1920                 faster. Fixes bug 1246, 'compose becomes 
1921                 increasingly slow replying to complex emails'
1922
1923 2007-08-03 [paul]       2.10.0cvs85
1924
1925         * src/mh.c
1926                 keep the window painted
1927
1928 2007-08-02 [paul]       2.10.0cvs84
1929
1930         * src/folderview.c
1931         * src/mainwindow.c
1932         * src/mainwindow.h
1933                 enable running folder Processing
1934                 rules on demand
1935
1936 2007-08-02 [paul]       2.10.0cvs83
1937
1938         * src/textview.c
1939                 speed up/clean up rendering of larger
1940                 msgs
1941                 Thanks to Colin
1942
1943 2007-08-01 [paul]       2.10.0cvs82
1944
1945         * src/mainwindow.h
1946                 clean up cruft
1947         * src/toolbar.c
1948                 change default toolbar layout on maemo
1949         * src/pixmaps/close.xpm
1950                 make the red cross a grey cross
1951         * src/pixmaps/jpilot.xpm
1952                 make icon smaller so it fits better
1953
1954 2007-07-31 [paul]       2.10.0cvs81
1955
1956         * src/setup.c
1957         * src/gtk/gtkutils.c
1958                 fix crash on maemo on first launch
1959
1960 2007-07-30 [paul]       2.10.0cvs80
1961
1962         * src/prefs_matcher.c
1963                 specify the units of age and size
1964
1965 2007-07-30 [paul]       2.10.0cvs79
1966
1967         * src/main.c
1968                 Fix IMAP timeout setting
1969
1970 2007-07-30 [colin]      2.10.0cvs78
1971
1972         * src/prefs_account.c
1973                 Fix a deprecated widget. Patch by
1974                 Andrej
1975
1976 2007-07-27 [paul]       2.10.0cvs77
1977
1978         * src/matcher_parser_parse.y
1979         * src/prefs_filtering_action.c
1980         * src/prefs_matcher.c
1981                 these changes forgotten in cvs74's
1982                 'watch thread' feature
1983
1984 2007-07-27 [paul]       2.10.0cvs76
1985
1986         * src/compose.c
1987                 fix potential crasher
1988                 thanks to Colin
1989
1990 2007-07-27 [paul]       2.10.0cvs75
1991
1992         * src/mainwindow.c
1993         * src/manual.c
1994         * src/manual.h
1995         * src/gtk/gtkutils.c
1996                 make mainwindow's /Help/Manual point to the
1997                 remote copy if the local copy doesn't exist
1998
1999 2007-07-27 [paul]       2.10.0cvs74
2000
2001         * src/Makefile.am
2002         * src/filtering.c
2003         * src/folder.c
2004         * src/mainwindow.c
2005         * src/matcher.c
2006         * src/matcher.h
2007         * src/matcher_parser_parse.y
2008         * src/procmsg.c
2009         * src/procmsg.h
2010         * src/stock_pixmap.c
2011         * src/stock_pixmap.h
2012         * src/summaryview.c
2013         * src/summaryview.h
2014         * src/toolbar.c
2015         * src/toolbar.h
2016         * src/pixmaps/watchthread.xpm
2017                 add 'watch thread' feature
2018
2019 2007-07-27 [paul]       2.10.0cvs73
2020
2021         * src/prefs_folder_item.c
2022                 adjust labels, add tooltips
2023
2024 2007-07-27 [colin]      2.10.0cvs72
2025
2026         * src/summaryview.c
2027                 Maemo: Remove less used menu items
2028
2029 2007-07-26 [colin]      2.10.0cvs71
2030
2031         * src/messageview.c
2032                 Maemo: destroy messageview after trashing mail.
2033                 Maybe should be done on X11 too
2034
2035 2007-07-26 [colin]      2.10.0cvs70
2036
2037         * src/folderview.c
2038         * src/mainwindow.c
2039         * src/prefs_common.c
2040         * src/prefs_common.h
2041         * src/summaryview.c
2042                 Add View/Show or Hide/Column headers
2043
2044 2007-07-26 [colin]      2.10.0cvs69
2045
2046         * src/procmime.c
2047                 Fix unwanted output
2048
2049 2007-07-26 [colin]      2.10.0cvs68
2050
2051         * src/ldapserver.c
2052                 Fix possible crash on cache invalidation
2053         * src/compose.c
2054         * src/procmime.c
2055         * src/procmime.h
2056         * src/quote_fmt_parse.y
2057                 Make replying to mails with big attachments
2058                 much faster. Fixes bug 1224, 'The process of 
2059                 Replying to emails with large attachments 
2060                 seems unreasonably long...'
2061
2062 2007-07-26 [colin]      2.10.0cvs67
2063
2064         * src/mimeview.c
2065         * src/matcher.c
2066         * src/common/ssl.c
2067                 Fix threads use on BSDs
2068
2069 2007-07-26 [paul]       2.10.0cvs66
2070
2071         * src/gtk/prefswindow.c
2072                 fix account prefs breakage
2073                 thanks to Colin
2074
2075 2007-07-26 [paul]       2.10.0cvs65
2076
2077         * configure.ac
2078                 standardise ./configure --help messages
2079
2080 2007-07-26 [colin]      2.10.0cvs64
2081
2082         * src/addressbook.c
2083         * src/editaddress.c
2084                 Fix two vCard-related crashes
2085
2086 2007-07-25 [colin]      2.10.0cvs63
2087
2088         * src/inc.c
2089         * src/prefs_common.c
2090         * src/prefs_common.h
2091         * src/prefs_receive.c
2092                 Maemo: Add a better way to notify of
2093                 new mails
2094         * src/mainwindow.c
2095         * src/statusbar.h
2096         * src/summaryview.c
2097         * src/toolbar.c
2098                 Maemo: Various layout fixes
2099         * src/gtk/prefswindow.c
2100                 Maemo: Better prefs layout
2101
2102 2007-07-25 [paul]       2.10.0cvs62
2103
2104         * src/textview.c
2105                 fix the layout on maemo
2106                 thanks to Colin
2107
2108 2007-07-25 [iwkse]      2.10.0cvs61
2109
2110         * src/summaryview.c
2111                 add 'o' shortcut on summaryview
2112
2113 2007-07-25 [iwkse]      2.10.0cvs60
2114
2115         * src/textview.c
2116                 fix o shortcut
2117
2118 2007-07-24 [colin]      2.10.0cvs59
2119
2120         * src/mh.c
2121                 Fix missing timestamp update on source
2122                 folder when moving
2123         * src/textview.c
2124         * src/textview.h
2125                 Better text layout on part's choices
2126
2127 2007-07-23 [colin]      2.10.0cvs58
2128
2129         * src/mimeview.c
2130         * src/textview.c
2131                 Maemo: Automatically choose the correct application
2132                 to open parts
2133         * src/gtk/quicksearch.c
2134                 Make search run on GDK_KP_Enter too
2135
2136 2007-07-23 [wwp]        2.10.0cvs57
2137
2138         * src/quote_fmt_lex.l
2139                 Revert accidentaly committed lines (account_sig) in
2140                 2.10.0cvs56.
2141
2142 2007-07-23 [wwp]        2.10.0cvs56
2143
2144         * src/quote_fmt_lex.l
2145                 Fix typos around long form expressions in the quote lexer.
2146
2147 2007-07-23 [paul]
2148
2149         3.0.0-rc1 released
2150
2151 2007-07-23 [colin]      2.10.0cvs55
2152
2153         * src/addr_compl.c
2154                 Fix auto-completion on Maemo
2155
2156 2007-07-23 [colin]      2.10.0cvs54
2157
2158         * src/statusbar.c
2159                 Maemo: Fix sticking statusbars
2160
2161 2007-07-22 [colin]      2.10.0cvs53
2162
2163         * src/main.c
2164                 Maemo: Fix the strange "top_application" info
2165                 at startup. We should do something when 
2166                 receiving such a message.
2167
2168 2007-07-20 [paul]       2.10.0cvs52
2169
2170         * src/news_gtk.c
2171                 add missing #include "statusbar.h"
2172
2173 2007-07-20 [colin]      2.10.0cvs51
2174
2175         * src/folder.c
2176         * src/folder.h
2177         * src/folder_item_prefs.c
2178         * src/folder_item_prefs.h
2179         * src/folderview.c
2180         * src/imap.c
2181         * src/imap_gtk.c
2182         * src/imap_gtk.h
2183         * src/news.c
2184         * src/news_gtk.c
2185         * src/news_gtk.h
2186         * src/prefs_folder_item.c
2187                 Implement age-based caching: allow to
2188                 specify a threshold for the offline synchronisation
2189                 feature, and whether old cached bodies should 
2190                 be removed
2191         * src/toolbar.c
2192         * src/toolbar.h
2193                 Fix label/tooltips
2194         * src/plugins/dillo_viewer/dillo_viewer.c
2195                 Check that Dillo's installed
2196
2197 2007-07-20 [wwp]        2.10.0cvs50
2198
2199         * src/mimeview.c
2200         * src/stock_pixmap.c
2201                 Draw a frame around the selected mimeview part icon (instead of the
2202                 shifted 'dancing' icon).
2203
2204 2007-07-20 [colin]      2.10.0cvs49
2205
2206         * src/main.c
2207                 Unref stuff even on error
2208         * src/wizard.c
2209                 disconnect signals only at the very
2210                 end of the wizard save.
2211
2212 2007-07-20 [colin]      2.10.0cvs48
2213
2214         * src/mainwindow.c
2215         * src/messageview.c
2216         * src/toolbar.c
2217         * src/toolbar.h
2218                 Fix random crashes while navigating
2219                 (GTK_EVENTS_FLUSH)
2220
2221 2007-07-19 [colin]      2.10.0cvs47
2222
2223         * configure.ac
2224         * src/main.c
2225         * src/prefs_common.c
2226         * src/prefs_common.h
2227         * src/wizard.c
2228         * src/common/defs.h
2229         * src/common/utils.c
2230                 Maemo: add an easy way to store data (mails
2231                 and IMAP/NNTP caches) on one of the SD cards,
2232                 and protect against unmounts if needed
2233
2234 2007-07-19 [paul]       2.10.0cvs46
2235
2236         * src/Makefile.am
2237         * src/stock_pixmap.c
2238         * src/gtk/about.c
2239         * src/pixmaps/claws-mail_logo-small.xpm
2240                 implement a (slightly) different About
2241                 dialog for maemo and add a small version
2242                 of the logo for it
2243         * src/wizard.c
2244                 use a scrolled window for wizard page 1
2245                 on maemo
2246
2247 2007-07-19 [paul]       2.10.0cvs45
2248
2249         * src/Makefile.am
2250                 too soon for this line
2251
2252 2007-07-19 [paul]       2.10.0cvs44
2253
2254         * src/Makefile.am
2255                 fix build on n800
2256
2257 2007-07-19 [colin]      2.10.0cvs43
2258
2259         * src/wizard.c
2260                 Solve Mail/Mailbox name when specifying
2261                 full /path/to/Mail.
2262
2263 2007-07-18 [colin]      2.10.0cvs42
2264
2265         * src/inc.c
2266         * configure.ac
2267                 Fix build on n770
2268
2269 2007-07-18 [colin]      2.10.0cvs41
2270
2271         * src/inc.c
2272                 Maemo: plug the online/offline system into
2273                 maemo's interfaces to have Claws automatically
2274                 switch according to the system status
2275         * src/statusbar.c
2276                 Maemo: use HildonBanners to display status
2277                 messages. Renders the main statusbar useless.
2278
2279 2007-07-18 [paul]       2.10.0cvs40
2280
2281         * src/filtering.c
2282                 fix screen blanking on moving/copying many msgs
2283         * src/folder.c
2284                 fix processing progressbar and screen blanking
2285                 during processing
2286
2287 2007-07-18 [paul]       2.10.0cvs39
2288
2289         * src/messageview.c
2290                 revert cvs37, breakage on maemo
2291
2292 2007-07-18 [paul]       2.10.0cvs38
2293
2294         * src/gtk/gtkutils.c
2295                 make sure we can still build with older GTK's
2296
2297 2007-07-18 [colin]      2.10.0cvs37
2298
2299         * src/messageview.c
2300                 Only hide the small layout's messageview, instead
2301                 of destroying it when closing
2302         * src/gtk/gtkutils.c
2303                 Use gtk_window_present_with_time to popup windows,
2304                 it seems to make things better with modern WMs
2305                 (actually focusing)
2306
2307 2007-07-17 [colin]      2.10.0cvs36
2308
2309         * src/editaddress.c
2310                 Simplify layout on Maemo
2311         * src/folder.c
2312                 Fix possible crash
2313         * src/prefs_display_header.c
2314                 Remove some headers by default on Maemo
2315
2316 2007-07-17 [paul]       2.10.0cvs35
2317
2318         * src/prefs_common.c
2319         * src/prefs_common.h
2320         * src/prefs_logging.c
2321         * src/common/log.c
2322                 add options to stop/enable writing logs to disc
2323
2324 2007-07-17 [paul]       2.10.0cvs34
2325
2326         * src/edittags.c
2327                 fix some issues with the Apply tags window:
2328                 - set search column (enables autocompl in the treeview)
2329                 - apply tag from "New tag" if it existed
2330                 - clears New tag entry when adding it with the button
2331                 Thanks to Colin
2332
2333 2007-07-17 [paul]       2.10.0cvs33
2334
2335         * src/edittags.c
2336                 fix 'apply tags' dialogue weirdness
2337
2338 2007-07-16 [colin]      2.10.0cvs32
2339
2340         * src/toolbar.c
2341                 Fix double-loading of mails on Maemo
2342
2343 2007-07-16 [colin]      2.10.0cvs31
2344
2345         * src/messageview.c
2346                 Prevent double-loading of the same part under some
2347                 conditions; hide statusbar on Maemo
2348
2349 2007-07-16 [colin]      2.10.0cvs30
2350
2351         * src/edittags.c
2352         * src/edittags.h
2353         * src/mainwindow.c
2354         * src/summaryview.c
2355                 Improve the tag interface - allow
2356                 to set/unset tags from a special
2357                 window.
2358         * src/gtk/gtkvscrollbutton.c
2359         * src/mimeview.c
2360         * src/mimeview.h
2361         * src/stock_pixmap.c
2362                 Fix Mimeview's ugly hacks in the
2363                 icon list. 
2364
2365 2007-07-16 [paul]       2.10.0cvs29
2366
2367         * src/wizard.c
2368                 rework dialog
2369         * src/gtk/icon_legend.c
2370                 put it all in a scrolled window
2371
2372 2007-07-15 [colin]      2.10.0cvs28
2373
2374         * src/mainwindow.c
2375                 Maemo: force layout to be Small screen; the
2376                 others don't make sense
2377
2378 2007-07-14 [colin]      2.10.0cvs27
2379
2380         * src/mimeview.c
2381         * src/gtk/gtkvscrollbutton.c
2382                 Maemo: Fix mimeview's buttons size
2383
2384 2007-07-14 [colin]      2.10.0cvs26
2385
2386         * src/toolbar.c
2387                 Fix the button workaround fix.
2388                 (Use the correct variable)
2389
2390 2007-07-14 [colin]      2.10.0cvs25
2391
2392         * src/mainwindow.c
2393         * src/toolbar.c
2394                 Maemo: put the progress bar in the
2395                 toolbar
2396
2397 2007-07-14 [colin]      2.10.0cvs24
2398
2399         * src/prefs_common.c
2400                 Maemo: hide statusbar by default
2401         * src/Makefile.am
2402         * src/stock_pixmap.c
2403         * src/stock_pixmap.h
2404         * src/toolbar.c
2405         * src/pixmaps/go_folders.xpm
2406                 Maemo: Add a specific icon to go back to
2407                 folder list
2408
2409 2007-07-14 [colin]      2.10.0cvs23
2410
2411         * src/toolbar.c
2412                 Don't set homogeneous finally
2413
2414 2007-07-14 [colin]      2.10.0cvs22
2415
2416         * src/toolbar.c
2417                 Fix button show/hide issues
2418
2419 2007-07-14 [colin]      2.10.0cvs21
2420
2421         * src/toolbar.c
2422                 Fix huge arrows
2423                 Fix button workaround to be able to click
2424                 if mouse was on button when it went un-
2425                 sensitive.
2426                 Revert previous commit, gtk_tool_item_set_homogeneous
2427                 doesn't mean what it seems to mean ;-)
2428
2429 2007-07-14 [paul]       2.10.0cvs20
2430
2431         * src/toolbar.c
2432                 make homogeneous FALSE always
2433
2434 2007-07-13 [colin]      2.10.0cvs19
2435
2436         * src/toolbar.c
2437         * src/toolbar.h
2438                 Rework to fit the non-deprecated API
2439         * src/compose.c
2440         * src/folderview.c
2441         * src/mainwindow.c
2442         * src/messageview.c
2443         * src/summaryview.c
2444                 Maemo layout changes. Better toolbars,
2445                 removal of CTree headers. 
2446
2447 2007-07-13 [paul]       2.10.0cvs18
2448
2449         * src/gtk/colorlabel.c
2450                 fix bug 1261, '[DE] coloring messages in overview 
2451                 keys are not localised'
2452                 the string is now included in claws-mail.pot
2453
2454 2007-07-13 [colin]      2.10.0cvs17
2455
2456         * src/summaryview.c
2457                 Fix bug 1267, 'printing mutliple messages 
2458                 opens one message-dialog after the other'
2459                 Ask for confirmation when printing 10
2460                 messages or more.
2461
2462 2007-07-11 [colin]      2.10.0cvs16
2463
2464         * COPYING
2465         * README
2466         * autogen.sh
2467         * manual/claws-mail-manual.xml
2468         * manual/gpl.xml
2469         * manual/es/claws-mail-manual.xml
2470         * manual/es/gpl.xml
2471         * manual/fr/claws-mail-manual.xml
2472         * manual/fr/gpl.xml
2473         * manual/pl/gpl.xml
2474         * src/account.c
2475         * src/account.h
2476         * src/action.c
2477         * src/action.h
2478         * src/adbookbase.h
2479         * src/addr_compl.c
2480         * src/addr_compl.h
2481         * src/addrbook.c
2482         * src/addrbook.h
2483         * src/addrcache.c
2484         * src/addrcache.h
2485         * src/addrcindex.c
2486         * src/addrcindex.h
2487         * src/addrclip.c
2488         * src/addrclip.h
2489         * src/addrdefs.h
2490         * src/addressadd.c
2491         * src/addressadd.h
2492         * src/addressbook.c
2493         * src/addressbook.h
2494         * src/addressbook_foldersel.c
2495         * src/addressbook_foldersel.h
2496         * src/addressitem.h
2497         * src/addrgather.c
2498         * src/addrgather.h
2499         * src/addrharvest.c
2500         * src/addrharvest.h
2501         * src/addrindex.c
2502         * src/addrindex.h
2503         * src/addritem.c
2504         * src/addritem.h
2505         * src/addrquery.c
2506         * src/addrquery.h
2507         * src/addrselect.c
2508         * src/addrselect.h
2509         * src/alertpanel.c
2510         * src/alertpanel.h
2511         * src/browseldap.c
2512         * src/browseldap.h
2513         * src/codeconv.c
2514         * src/codeconv.h
2515         * src/compose.c
2516         * src/compose.h
2517         * src/crash.c
2518         * src/crash.h
2519         * src/customheader.c
2520         * src/customheader.h
2521         * src/displayheader.c
2522         * src/displayheader.h
2523         * src/editaddress.c
2524         * src/editaddress.h
2525         * src/editaddress_other_attributes_ldap.c
2526         * src/editaddress_other_attributes_ldap.h
2527         * src/editbook.c
2528         * src/editbook.h
2529         * src/editgroup.c
2530         * src/editgroup.h
2531         * src/editjpilot.c
2532         * src/editjpilot.h
2533         * src/editldap.c
2534         * src/editldap.h
2535         * src/editldap_basedn.c
2536         * src/editldap_basedn.h
2537         * src/edittags.c
2538         * src/edittags.h
2539         * src/editvcard.c
2540         * src/editvcard.h
2541         * src/enriched.c
2542         * src/enriched.h
2543         * src/exphtmldlg.c
2544         * src/exphtmldlg.h
2545         * src/expldifdlg.c
2546         * src/expldifdlg.h
2547         * src/export.c
2548         * src/export.h
2549         * src/exporthtml.c
2550         * src/exporthtml.h
2551         * src/exportldif.c
2552         * src/exportldif.h
2553         * src/filtering.c
2554         * src/filtering.h
2555         * src/folder.c
2556         * src/folder.h
2557         * src/folder_item_prefs.c
2558         * src/folder_item_prefs.h
2559         * src/foldersel.c
2560         * src/foldersel.h
2561         * src/folderutils.c
2562         * src/folderutils.h
2563         * src/folderview.c
2564         * src/folderview.h
2565         * src/gedit-print.c
2566         * src/gedit-print.h
2567         * src/grouplistdialog.c
2568         * src/grouplistdialog.h
2569         * src/headerview.c
2570         * src/headerview.h
2571         * src/html.c
2572         * src/html.h
2573         * src/image_viewer.c
2574         * src/image_viewer.h
2575         * src/imap.c
2576         * src/imap.h
2577         * src/imap_gtk.c
2578         * src/imap_gtk.h
2579         * src/import.c
2580         * src/import.h
2581         * src/importldif.c
2582         * src/importldif.h
2583         * src/importmutt.c
2584         * src/importmutt.h
2585         * src/importpine.c
2586         * src/importpine.h
2587         * src/inc.c
2588         * src/inc.h
2589         * src/jpilot.c
2590         * src/jpilot.h
2591         * src/ldapctrl.c
2592         * src/ldapctrl.h
2593         * src/ldaplocate.c
2594         * src/ldaplocate.h
2595         * src/ldapquery.c
2596         * src/ldapquery.h
2597         * src/ldapserver.c
2598         * src/ldapserver.h
2599         * src/ldapupdate.c
2600         * src/ldapupdate.h
2601         * src/ldaputil.c
2602         * src/ldaputil.h
2603         * src/ldif.c
2604         * src/ldif.h
2605         * src/localfolder.c
2606         * src/localfolder.h
2607         * src/main.c
2608         * src/main.h
2609         * src/mainwindow.c
2610         * src/mainwindow.h
2611         * src/manual.c
2612         * src/manual.h
2613         * src/matcher.c
2614         * src/matcher.h
2615         * src/matcher_parser.h
2616         * src/matcher_parser_lex.l
2617         * src/matcher_parser_parse.y
2618         * src/mbox.c
2619         * src/mbox.h
2620         * src/message_search.c
2621         * src/message_search.h
2622         * src/messageview.c
2623         * src/messageview.h
2624         * src/mh.c
2625         * src/mh.h
2626         * src/mh_gtk.c
2627         * src/mh_gtk.h
2628         * src/mimeview.c
2629         * src/mimeview.h
2630         * src/msgcache.c
2631         * src/msgcache.h
2632         * src/mutt.c
2633         * src/mutt.h
2634         * src/news.c
2635         * src/news.h
2636         * src/news_gtk.c
2637         * src/news_gtk.h
2638         * src/noticeview.c
2639         * src/noticeview.h
2640         * src/partial_download.c
2641         * src/partial_download.h
2642         * src/pine.c
2643         * src/pine.h
2644         * src/pop.c
2645         * src/pop.h
2646         * src/prefs_account.c
2647         * src/prefs_account.h
2648         * src/prefs_actions.c
2649         * src/prefs_actions.h
2650         * src/prefs_common.c
2651         * src/prefs_common.h
2652         * src/prefs_compose_writing.c
2653         * src/prefs_compose_writing.h
2654         * src/prefs_customheader.c
2655         * src/prefs_customheader.h
2656         * src/prefs_display_header.c
2657         * src/prefs_display_header.h
2658         * src/prefs_ext_prog.c
2659         * src/prefs_ext_prog.h
2660         * src/prefs_filtering.c
2661         * src/prefs_filtering.h
2662         * src/prefs_filtering_action.c
2663         * src/prefs_filtering_action.h
2664         * src/prefs_folder_column.c
2665         * src/prefs_folder_column.h
2666         * src/prefs_folder_item.c
2667         * src/prefs_folder_item.h
2668         * src/prefs_fonts.c
2669         * src/prefs_fonts.h
2670         * src/prefs_gtk.c
2671         * src/prefs_gtk.h
2672         * src/prefs_image_viewer.c
2673         * src/prefs_image_viewer.h
2674         * src/prefs_logging.c
2675         * src/prefs_logging.h
2676         * src/prefs_matcher.c
2677         * src/prefs_matcher.h
2678         * src/prefs_message.c
2679         * src/prefs_message.h
2680         * src/prefs_msg_colors.c
2681         * src/prefs_msg_colors.h
2682         * src/prefs_other.c
2683         * src/prefs_other.h
2684         * src/prefs_quote.c
2685         * src/prefs_quote.h
2686         * src/prefs_receive.c
2687         * src/prefs_receive.h
2688         * src/prefs_send.c
2689         * src/prefs_send.h
2690         * src/prefs_spelling.c
2691         * src/prefs_spelling.h
2692         * src/prefs_summaries.c
2693         * src/prefs_summaries.h
2694         * src/prefs_summary_column.c
2695         * src/prefs_summary_column.h
2696         * src/prefs_summary_open.c
2697         * src/prefs_summary_open.h
2698         * src/prefs_template.c
2699         * src/prefs_template.h
2700         * src/prefs_themes.c
2701         * src/prefs_themes.h
2702         * src/prefs_toolbar.c
2703         * src/prefs_toolbar.h
2704         * src/prefs_wrapping.c
2705         * src/prefs_wrapping.h
2706         * src/privacy.c
2707         * src/privacy.h
2708         * src/procheader.c
2709         * src/procheader.h
2710         * src/procmime.c
2711         * src/procmime.h
2712         * src/procmsg.c
2713         * src/procmsg.h
2714         * src/quote_fmt.c
2715         * src/quote_fmt_lex.l
2716         * src/quote_fmt_parse.y
2717         * src/recv.c
2718         * src/recv.h
2719         * src/remotefolder.c
2720         * src/remotefolder.h
2721         * src/send_message.c
2722         * src/send_message.h
2723         * src/setup.c
2724         * src/setup.h
2725         * src/simple-gettext.c
2726         * src/sourcewindow.c
2727         * src/sourcewindow.h
2728         * src/ssl_manager.c
2729         * src/ssl_manager.h
2730         * src/statusbar.c
2731         * src/statusbar.h
2732         * src/stock_pixmap.c
2733         * src/stock_pixmap.h
2734         * src/summary_search.c
2735         * src/summary_search.h
2736         * src/summaryview.c
2737         * src/summaryview.h
2738         * src/textview.c
2739         * src/textview.h
2740         * src/toolbar.c
2741         * src/toolbar.h
2742         * src/undo.c
2743         * src/undo.h
2744         * src/unmime.c
2745         * src/unmime.h
2746         * src/uri_opener.c
2747         * src/uri_opener.h
2748         * src/vcard.c
2749         * src/vcard.h
2750         * src/wizard.c
2751         * src/wizard.h
2752         * src/common/base64.c
2753         * src/common/base64.h
2754         * src/common/claws.c
2755         * src/common/claws.h
2756         * src/common/defs.h
2757         * src/common/fnmatch.c
2758         * src/common/fnmatch.h
2759         * src/common/fnmatch_loop.c
2760         * src/common/hooks.c
2761         * src/common/hooks.h
2762         * src/common/log.c
2763         * src/common/log.h
2764         * src/common/md5.c
2765         * src/common/md5.h
2766         * src/common/mgutils.c
2767         * src/common/mgutils.h
2768         * src/common/nntp.c
2769         * src/common/nntp.h
2770         * src/common/passcrypt.c
2771         * src/common/passcrypt.h.in
2772         * src/common/plugin.c
2773         * src/common/plugin.h
2774         * src/common/prefs.c
2775         * src/common/prefs.h
2776         * src/common/progressindicator.c
2777         * src/common/progressindicator.h
2778         * src/common/quoted-printable.c
2779         * src/common/quoted-printable.h
2780         * src/common/session.c
2781         * src/common/session.h
2782         * src/common/smtp.c
2783         * src/common/smtp.h
2784         * src/common/socket.c
2785         * src/common/socket.h
2786         * src/common/ssl.c
2787         * src/common/ssl.h
2788         * src/common/ssl_certificate.c
2789         * src/common/ssl_certificate.h
2790         * src/common/string_match.c
2791         * src/common/string_match.h
2792         * src/common/stringtable.c
2793         * src/common/stringtable.h
2794         * src/common/tags.c
2795         * src/common/tags.h
2796         * src/common/template.c
2797         * src/common/template.h
2798         * src/common/timing.h
2799         * src/common/utils.c
2800         * src/common/utils.h
2801         * src/common/uuencode.c
2802         * src/common/uuencode.h
2803         * src/common/version.h.in
2804         * src/common/w32_dirent.c
2805         * src/common/w32_reg.c
2806         * src/common/w32_signal.c
2807         * src/common/w32_stat.c
2808         * src/common/w32_stdlib.c
2809         * src/common/w32_string.c
2810         * src/common/w32_time.c
2811         * src/common/w32_unistd.c
2812         * src/common/w32_wait.c
2813         * src/common/w32lib.h
2814         * src/common/xml.c
2815         * src/common/xml.h
2816         * src/common/xmlprops.c
2817         * src/common/xmlprops.h
2818         * src/etpan/etpan-errors.h
2819         * src/etpan/etpan-thread-manager-types.h
2820         * src/etpan/etpan-thread-manager.c
2821         * src/etpan/etpan-thread-manager.h
2822         * src/etpan/imap-thread.c
2823         * src/etpan/imap-thread.h
2824         * src/gtk/about.c
2825         * src/gtk/about.h
2826         * src/gtk/colorlabel.c
2827         * src/gtk/colorlabel.h
2828         * src/gtk/colorsel.c
2829         * src/gtk/colorsel.h
2830         * src/gtk/combobox.c
2831         * src/gtk/combobox.h
2832         * src/gtk/description_window.c
2833         * src/gtk/description_window.h
2834         * src/gtk/filesel.c
2835         * src/gtk/filesel.h
2836         * src/gtk/foldersort.c
2837         * src/gtk/foldersort.h
2838         * src/gtk/gtkaspell.c
2839         * src/gtk/gtkaspell.h
2840         * src/gtk/gtksctree.c
2841         * src/gtk/gtkshruler.c
2842         * src/gtk/gtkshruler.h
2843         * src/gtk/gtksourceprintjob.c
2844         * src/gtk/gtksourceprintjob.h
2845         * src/gtk/gtkutils.c
2846         * src/gtk/gtkutils.h
2847         * src/gtk/gtkvscrollbutton.c
2848         * src/gtk/gtkvscrollbutton.h
2849         * src/gtk/icon_legend.c
2850         * src/gtk/icon_legend.h
2851         * src/gtk/inputdialog.c
2852         * src/gtk/inputdialog.h
2853         * src/gtk/logwindow.c
2854         * src/gtk/logwindow.h
2855         * src/gtk/manage_window.c
2856         * src/gtk/manage_window.h
2857         * src/gtk/menu.c
2858         * src/gtk/menu.h
2859         * src/gtk/pluginwindow.c
2860         * src/gtk/pluginwindow.h
2861         * src/gtk/prefswindow.c
2862         * src/gtk/prefswindow.h
2863         * src/gtk/progressdialog.c
2864         * src/gtk/progressdialog.h
2865         * src/gtk/quicksearch.c
2866         * src/gtk/quicksearch.h
2867         * src/gtk/sslcertwindow.c
2868         * src/gtk/sslcertwindow.h
2869         * src/plugins/bogofilter/bogofilter.c
2870         * src/plugins/bogofilter/bogofilter.h
2871         * src/plugins/bogofilter/bogofilter_gtk.c
2872         * src/plugins/clamav/clamav_plugin.c
2873         * src/plugins/clamav/clamav_plugin.h
2874         * src/plugins/clamav/clamav_plugin_gtk.c
2875         * src/plugins/demo/demo.c
2876         * src/plugins/dillo_viewer/dillo_prefs.c
2877         * src/plugins/dillo_viewer/dillo_prefs.h
2878         * src/plugins/dillo_viewer/dillo_viewer.c
2879         * src/plugins/pgpcore/passphrase.c
2880         * src/plugins/pgpcore/passphrase.h
2881         * src/plugins/pgpcore/pgp_viewer.c
2882         * src/plugins/pgpcore/pgp_viewer.h
2883         * src/plugins/pgpcore/plugin.c
2884         * src/plugins/pgpcore/prefs_gpg.c
2885         * src/plugins/pgpcore/prefs_gpg.h
2886         * src/plugins/pgpcore/select-keys.c
2887         * src/plugins/pgpcore/select-keys.h
2888         * src/plugins/pgpcore/sgpgme.c
2889         * src/plugins/pgpcore/sgpgme.h
2890         * src/plugins/pgpinline/pgpinline.c
2891         * src/plugins/pgpinline/pgpinline.h
2892         * src/plugins/pgpinline/plugin.c
2893         * src/plugins/pgpmime/pgpmime.c
2894         * src/plugins/pgpmime/pgpmime.h
2895         * src/plugins/pgpmime/plugin.c
2896         * src/plugins/spamassassin/spamassassin.c
2897         * src/plugins/spamassassin/spamassassin.h
2898         * src/plugins/spamassassin/spamassassin_gtk.c
2899         * src/plugins/trayicon/trayicon.c
2900         * src/plugins/trayicon/trayicon_prefs.c
2901         * src/plugins/trayicon/trayicon_prefs.h
2902         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2903         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
2904         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
2905         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
2906         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
2907         * tools/OOo2claws-mail.pl
2908         * tools/README.sylprint
2909         * tools/acroread2claws-mail.pl
2910         * tools/claws-mail-compose-insert-files.pl
2911         * tools/convert_mbox.pl
2912         * tools/filter_conv.pl
2913         * tools/filter_conv_new.pl
2914         * tools/fix_date.sh
2915         * tools/freshmeat_search.pl
2916         * tools/google_search.pl
2917         * tools/kmail-mailbox2claws-mail.pl
2918         * tools/kmail2claws-mail.pl
2919         * tools/kmail2claws-mail_v2.pl
2920         * tools/mairix.sh
2921         * tools/make.themes.project
2922         * tools/multiwebsearch.pl
2923         * tools/nautilus2claws-mail.sh
2924         * tools/outlook2claws-mail.pl
2925         * tools/textviewer.sh
2926         * tools/thunderbird-filters-convertor.pl
2927         * tools/update-po
2928         * tools/uuooffice
2929         * tools/vcard2xml.py
2930         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2931                 Upgrade to GPLv3 or later.
2932
2933 2007-07-10 [wwp]        2.10.0cvs15
2934
2935         * src/main.c
2936                 Fix re-opening of all composing messages that were
2937                 opened when closing the previous instance, thanks
2938                 to Colin.
2939
2940 2007-07-10 [paul]       2.10.0cvs14
2941
2942         * src/editaddress_other_attributes_ldap.c
2943         * src/ldapupdate.c
2944                 fix crash on selecting 'other attributes' combo
2945                 for either a new entry or an old entry with no
2946                 existing attributes.
2947                 fix bug on editing multiple attributes which
2948                 resulted them all having the value of the last
2949                 one changed.
2950                 Thanks to Colin
2951
2952 2007-07-10 [colin]      2.10.0cvs13
2953
2954         * src/editaddress.c
2955         * src/editaddress_other_attributes_ldap.h
2956         * src/ldapupdate.c
2957                 Fix --disable-ldap build
2958
2959 2007-07-09 [colin]      2.10.0cvs12
2960
2961         * src/Makefile.am
2962         * src/addritem.c
2963         * src/addritem.h
2964         * src/editaddress.c
2965         * src/editaddress_other_attributes_ldap.c
2966         * src/editaddress_other_attributes_ldap.h
2967         * src/editldap.c
2968         * src/ldapctrl.c
2969         * src/ldapctrl.h
2970         * src/ldapupdate.c
2971                 Add capability to edit all inetOrgPerson
2972                 attributes on LDAP. Patch by Michael 
2973                 Rasmussen
2974
2975 2007-07-09 [colin]      2.10.0cvs11
2976
2977         * src/Makefile.am
2978         * src/exporthtml.c
2979         * src/mbox.c
2980         * src/msgcache.c
2981         * src/prefs_summaries.c
2982         * src/prefs_themes.c
2983         * src/procheader.c
2984         * src/common/Makefile.am
2985         * src/common/log.c
2986         * src/common/timing.h
2987         * src/common/utils.c
2988         * src/common/utils.h
2989         * src/common/w32_account.c
2990         * src/common/w32lib.h
2991         * src/gtk/Makefile.am
2992         * src/gtk/colorlabel.c
2993         * src/plugins/pgpcore/Makefile.am
2994         * src/plugins/pgpcore/claws.def
2995         * src/plugins/pgpcore/passphrase.c
2996         * src/plugins/pgpcore/pgp_viewer.c
2997         * src/plugins/pgpcore/plugin.def
2998         * src/plugins/pgpcore/sgpgme.c
2999         * src/plugins/pgpinline/Makefile.am
3000         * src/plugins/pgpinline/claws.def
3001         * src/plugins/pgpinline/mypgpcore.def
3002         * src/plugins/pgpinline/plugin.def
3003         * src/plugins/pgpmime/Makefile.am
3004         * src/plugins/pgpmime/claws.def
3005         * src/plugins/pgpmime/mypgpcore.def
3006         * src/plugins/pgpmime/plugin.def
3007                 Commit win32 patch, from Werner Koch and
3008                 Marcus Brinkmann
3009
3010 2007-07-09 [colin]      2.10.0cvs10
3011
3012         * src/prefs_toolbar.c
3013                 Fix crash when no actions exist
3014
3015 2007-07-07 [paul]       2.10.0cvs9
3016
3017         * COPYING
3018         * manual/claws-mail-manual.xml
3019                 update copyright year
3020         * po/fi.po
3021                 updated by Flammie Pirinen
3022
3023 2007-07-05 [wwp]        2.10.0cvs8
3024
3025         * src/plugins/clamav/clamav_plugin_gtk.c
3026                 Make vertical spacing like in other plugin prefs pages.
3027
3028 2007-07-05 [wwp]        2.10.0cvs7
3029
3030         * src/quote_fmt.c
3031                 It's %am that works, not %ae (this doc incoherence has been
3032                 introduced with 2.9.2cvs13).
3033
3034 2007-07-04 [wwp]        2.10.0cvs6
3035
3036         * src/plugins/bogofilter/bogofilter.c
3037                 Gettext-ize an occurrence of "Any" that wasn't.
3038
3039 2007-07-04 [colin]      2.10.0cvs5
3040
3041         * po/POTFILES.in
3042                 Fix untranslated strings; thanks
3043                 to Pader Rezso.
3044
3045 2007-07-03 [colin]      2.10.0cvs4
3046
3047         * src/folder.c
3048         * src/mainwindow.c
3049                 Fix saving of sort mode for tags and
3050                 thread date. Thanks to Pierre Ossman.
3051                 Completes fix for bug 1233
3052
3053 2007-07-03 [paul]       2.10.0cvs3
3054
3055         * src/compose.c
3056                 fix auto-save
3057         * src/summaryview.c
3058                 fix build warnings
3059         Thanks to Colin
3060
3061 2007-07-02 [colin]      2.10.0cvs2
3062
3063         * src/folder.h
3064         * src/mainwindow.c
3065         * src/procmsg.h
3066         * src/summaryview.c
3067                 Add View/Sort/by Thread date
3068                 Fixes bug 1233, 'Capability to sort 
3069                 threads by most recent message'
3070                 Based on a patch by Paul Rolland
3071
3072 2007-07-02 [colin]      2.10.0cvs1
3073
3074         * src/Makefile.am
3075         * src/compose.c
3076         * src/edittags.c
3077         * src/edittags.h
3078         * src/filtering.c
3079         * src/folder.c
3080         * src/folder.h
3081         * src/headerview.c
3082         * src/headerview.h
3083         * src/main.c
3084         * src/mainwindow.c
3085         * src/mainwindow.h
3086         * src/manual.h
3087         * src/matcher.c
3088         * src/matcher.h
3089         * src/matcher_parser_parse.y
3090         * src/mimeview.c
3091         * src/msgcache.c
3092         * src/msgcache.h
3093         * src/prefs_common.c
3094         * src/prefs_common.h
3095         * src/prefs_filtering_action.c
3096         * src/prefs_matcher.c
3097         * src/prefs_summary_column.c
3098         * src/procmsg.c
3099         * src/procmsg.h
3100         * src/quote_fmt.c
3101         * src/quote_fmt_lex.l
3102         * src/quote_fmt_parse.y
3103         * src/summaryview.c
3104         * src/summaryview.h
3105         * src/textview.c
3106         * src/common/Makefile.am
3107         * src/common/defs.h
3108         * src/common/tags.c
3109         * src/common/tags.h
3110         * src/gtk/quicksearch.c
3111         * src/gtk/quicksearch.h
3112                 Add Tags implementation. Tags are arbitrary labels
3113                 that can be applied to messages. It is possible 
3114                 to create, edit, remove tags; apply them to mails;
3115                 filter on tags or tag presence; apply or unset
3116                 tags via filtering actions; reference tags in
3117                 reply templates.
3118
3119 2007-07-02 [paul]       2.10.0
3120
3121         * NEWS
3122         * README
3123         * RELEASE_NOTES
3124                 2.10.0 released
3125
3126 2007-07-02 [paul]       2.9.2cvs78
3127
3128         * po/de.po
3129         * po/en_GB.po
3130         * po/es.po
3131         * po/fr.po
3132         * po/hu.po
3133         * po/pt_BR.po
3134         * po/ru.po
3135         * po/zh_CN.po
3136                 updated by Stephan Sachse, me, Ricardo Mones
3137                 Lastra, Fabien Vantard, Pader Rezso, Frederico
3138                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
3139
3140 2007-07-02 [paul]       2.9.2cvs77
3141
3142         * AUTHORS
3143                 updated
3144
3145 2007-06-29 [wwp]        2.9.2cvs76
3146
3147         * src/gtk/headers.h
3148                 Fix a typo (thanks to Ricardo for finding this out).
3149
3150 2007-06-28 [paul]       2.9.2cvs75
3151
3152         * src/folderview.c
3153                 fix build warnings
3154
3155 2007-06-28 [paul]       2.9.2cvs74
3156
3157         * tools/Makefile.am
3158                 fix bug in the autotools build system.
3159                 Files cataloged under EXTRA_DIST were never
3160                 automatically copied to the build tree.
3161                 (fix 'make distcheck')
3162                 Patch by Michael Rasmussen.
3163
3164 2007-06-24 [colin]      2.9.2cvs73
3165
3166         * src/news_gtk.c
3167                 Fix bug 1249, 'Error handling for 
3168                 news errors needs modification'
3169                 Only popup error if the according
3170                 pref in Prefs/Receive is set.
3171
3172 2007-06-21 [colin]      2.9.2cvs72
3173
3174         * src/common/plugin.c
3175         * src/common/plugin.h
3176                 Change plugin API to know whether it's safe to 
3177                 unload plugins or whether we should just hide
3178                 them. Fixes bug 1248, 'Core dumps after 
3179                 unloading plugin and clicking on load plugins'
3180         * src/plugins/bogofilter/bogofilter.c
3181         * src/plugins/clamav/clamav_plugin.c
3182         * src/plugins/demo/demo.c
3183         * src/plugins/dillo_viewer/dillo_viewer.c
3184         * src/plugins/pgpcore/plugin.c
3185         * src/plugins/pgpinline/plugin.c
3186         * src/plugins/pgpmime/plugin.c
3187         * src/plugins/spamassassin/spamassassin.c
3188         * src/plugins/trayicon/trayicon.c
3189                 Update API
3190
3191 2007-06-19 [colin]      2.9.2cvs71
3192
3193         * src/compose.c
3194         * src/messageview.c
3195                 Fix crash mentioned in bug 1246
3196                 Race condition when automatically drafting
3197                 due to insertion on reedit.
3198
3199 2007-06-18 [wwp]        2.9.2cvs70
3200
3201         * src/importldif.c
3202                 LDIF import: use a "Proceed" button to complete
3203                 the process.
3204
3205 2007-06-18 [paul]       2.9.2cvs69
3206
3207         * configure.ac
3208                 use pkgconfig to check for gtk and glib
3209
3210 2007-06-17 [wwp]        2.9.2cvs68
3211
3212         * src/ldif.c
3213         * src/importldif.c
3214                 LDIF import: better error handling, minor code
3215                 and UI cleanup, and renamed the Save button
3216                 to Close, as imported stuff is already saved
3217                 when the Save button is shown.
3218
3219 2007-06-17 [colin]      2.9.2cvs67
3220
3221         * src/prefs_summaries.c
3222         * src/procmsg.c
3223                 Don't set as read when forwarded, only replied to
3224
3225 2007-06-17 [paul]       2.9.2cvs66
3226
3227         * src/alertpanel.c
3228                 add missing #include
3229
3230 2007-06-16 [colin]      2.9.2cvs65
3231
3232         * src/prefs_summaries.c
3233         * src/procmsg.c
3234                 Change the pref "Only mark as read when opened
3235                 in new window" to "..., replied to or forwarded".
3236                 Based on a patch by Paul Rolland.
3237
3238 2007-06-16 [paul]       2.9.2cvs64
3239
3240         * src/gtk/authors.h
3241                 alphabetical order! :)
3242
3243 2007-06-16 [colin]      2.9.2cvs63
3244
3245         * AUTHORS
3246         * src/gtk/authors.h
3247                 Add Michael Rasmussen in authors list
3248
3249 2007-06-16 [colin]      2.9.2cvs62
3250
3251         * src/messageview.c
3252                 Fix messageview_copy_clipboard to take advantage
3253                 of plugins' get_selection.
3254
3255 2007-06-15 [colin]      2.9.2cvs61
3256
3257         * src/action.c
3258         * src/addr_compl.c
3259         * src/addressbook.c
3260         * src/folderview.c
3261         * src/message_search.c
3262         * src/mimeview.c
3263         * src/summary_search.c
3264         * src/summaryview.c
3265         * src/textview.c
3266                 Allow GDK_KP_Enter to do the same as GDK_Return
3267                 Patch by Michael Rasmussen
3268
3269 2007-06-15 [paul]       2.9.2cvs60
3270
3271         * src/compose.c
3272                 fix bug when closing a compose window
3273                 during autosave
3274
3275 2007-06-14 [paul]       2.9.2cvs59
3276
3277         * src/main.c
3278         * src/common/defs.h
3279                 migrate sylpheed config
3280
3281 2007-06-14 [wwp]        2.9.2cvs58
3282
3283         * src/gtk/pluginwindow.c
3284                 Yet another attempt to fix sizing/alignment of the
3285                 button bar in plugins window.
3286
3287 2007-06-12 [colin]      2.9.2cvs57
3288
3289         * po/POTFILES.in
3290         * src/Makefile.am
3291         * src/folderview.c
3292         * src/prefs_common.c
3293         * src/prefs_common.h
3294         * src/prefs_summaries.c
3295         * src/prefs_summary_open.c
3296         * src/prefs_summary_open.h
3297         * src/summaryview.c
3298                 Make "when entering a folder" actions more personalisable
3299
3300 2007-06-12 [wwp]        2.9.2cvs56
3301
3302         * tools/README
3303                 Use short description from Paul (mairix.sh).
3304
3305 2007-06-12 [wwp]        2.9.2cvs55
3306
3307         * tools/README
3308                 Updated info about mairix.sh.
3309
3310 2007-06-11 [paul]       2.9.2cvs54
3311
3312         * src/prefs_logging.c
3313                 rework log window length widgets
3314                 and some sensitivity fixes
3315
3316 2007-06-11 [paul]       2.9.2cvs53
3317
3318         * src/mainwindow.c
3319         * src/prefs_logging.c
3320                 rename 'Protocol Log' to 'Network Log'
3321                 and some function renaming
3322
3323 2007-06-10 [wwp]        2.9.2cvs52
3324
3325         * src/gtk/pluginwindow.c
3326                 Revert 2.9.2cvs51.
3327
3328 2007-06-10 [wwp]        2.9.2cvs51
3329
3330         * src/gtk/pluginwindow.c
3331                 Fix button bar in plugin window, was centered and not
3332                 behaving like other dialogs w/ such button bar.
3333
3334 2007-06-08 [wwp]        2.9.2cvs50
3335
3336         * src/compose.c
3337         * src/compose.h
3338         * src/main.c
3339         * src/mainwindow.c
3340         * src/mainwindow.h
3341                 Provide a way out of automatic draft saving on IMAP, when
3342                 exiting offline.
3343                 Prevent drafting while sending and quitting while sending.
3344                 Thanks for Colin.
3345
3346
3347
3348 2007-06-08 [wwp]        2.9.2cvs49
3349
3350         * src/prefs_account.c
3351         * src/gtk/prefswindow.c
3352         * src/gtk/prefswindow.h
3353                 Activate the Basic page when opening account prefs.
3354
3355 2007-06-08 [wwp]        2.9.2cvs48
3356
3357         * src/common/socket.c
3358                 Don't crash if fork() fails, thanks to Colin.
3359
3360 2007-06-08 [wwp]        2.9.2cvs47
3361
3362         * src/gtk/prefswindow.c
3363                 Wrap some long lines, and reset horizontal scroller's adjusment
3364                 (this was already done, vertically), when changing tab (not page)
3365                 in prefs windows.
3366
3367 2007-06-08 [paul]       2.9.2cvs46
3368
3369         * src/common/utils.c
3370                 use gethostname() instead of uname()
3371                 based on a patch by Michael Hughes
3372                 <Sylpheed-Claws_user@thehugheslogcabin.net>
3373
3374 2007-06-07 [wwp]        2.9.2cvs45
3375
3376         * src/prefs_common.c
3377                 Fix some useless warnings, thanks to Colin.
3378
3379 2007-06-06 [colin]      2.9.2cvs44
3380
3381         * src/ldapupdate.c
3382                 Fix strange allocations. 
3383
3384 2007-06-06 [colin]      2.9.2cvs43
3385
3386         * src/ldapupdate.c
3387                 Patch by Michael Rasmussus to help
3388                 bug 1232
3389
3390 2007-06-05 [wwp]        2.9.2cvs42
3391
3392         * src/prefs_account.c
3393         * src/prefs_folder_item.c
3394         * src/prefs_quote.c
3395         * src/quote_fmt.c
3396         * src/quote_fmt.h
3397                 Per-folder templates can now be applied recursively.
3398                 Always save per-folder templates (formats were erroneously
3399                 saved only if they were enabled).
3400                 Check for validity of quotation marks everywhere there
3401                 are defined.
3402
3403 2007-06-05 [wwp]        2.9.2cvs41
3404
3405         * src/inc.c
3406                 Fix incoming messages from local accounts always getting filtered
3407                 (even if the account prefs say don't), thanks to Colin.
3408
3409 2007-06-05 [wwp]        2.9.2cvs40
3410
3411         * src/compose.c
3412         * src/compose.h
3413                 Use per-folder/per-account quote chars when applying a
3414                 template or inserting text as well. Const'ify some
3415                 vars more.
3416
3417 2007-06-04 [colin]      2.9.2cvs39
3418
3419         * src/compose.c
3420                 More work for wwp :)
3421
3422 2007-06-04 [wwp]        2.9.2cvs38
3423
3424         * src/compose.c
3425                 Same as 2.9.2cvs36 but for forwarding.
3426
3427 2007-06-04 [colin]      2.9.2cvs37
3428
3429         * src/compose.c
3430                 Use original mail file for forward/redirect
3431                 Fixes some forwarded mails to be attached as
3432                 application/octet-stream (when they have binary
3433                 parts), and incidentally fixes bug 848
3434                 'Redirect breaks GnuPG'
3435
3436 2007-06-04 [wwp]        2.9.2cvs36
3437
3438         * src/compose.c
3439                 Fix quote mark mis-initialisation when replying/forwarding
3440                 (introduced w/ 2.9.2cvs20).
3441
3442 2007-06-04 [wwp]        2.9.2cvs35
3443
3444         * src/prefs_compose_writing.c
3445         * src/prefs_quote.c
3446                 Fix a bug where Quotation characters (prefs/compose/writing)
3447                 was cleared (introduced w/ 2.9.2cvs26).
3448
3449 2007-06-04 [wwp]        2.9.2cvs34
3450
3451         * src/prefs_account.c
3452         * src/prefs_account.h
3453                 Better fix for compiling w/o aspell (rollbacks
3454                 2.9.2cvs31).
3455
3456 2007-06-04 [wwp]        2.9.2cvs33
3457
3458         * src/account.c
3459         * src/prefs_account.c
3460         * src/prefs_account.h
3461         * src/procmsg.c
3462                 It's now possible to disable mail filtering plugins
3463                 on a per-account basis.
3464
3465 2007-06-04 [wwp]        2.9.2cvs32
3466
3467         * src/procheader.c
3468         * src/common/utils.c
3469         * src/common/utils.h
3470                 Support CRLF in headers part of messages.
3471                 Support few more date formats (RFC3339 subsets).
3472
3473 2007-06-04 [wwp]        2.9.2cvs31
3474
3475         * src/prefs_account.c
3476                 Fix compiling w/o aspell support.
3477
3478 2007-06-03 [wwp]        2.9.2cvs30
3479
3480         * src/prefs_gtk.c
3481                 Don't decode leading ENV_ and ~ in P_PASSWORD
3482                 values.
3483
3484 2007-06-03 [wwp]        2.9.2cvs29
3485
3486         * src/prefs_gtk.c
3487                 Don't decode leading ENV_ and ~ in P_PASSWORD
3488                 values.
3489
3490 2007-06-03 [wwp]        2.9.2cvs28
3491
3492         * src/prefs_account.c
3493         * src/gtk/prefswindow.c
3494         * src/gtk/prefswindow.h
3495                 Added a way to force preloading of all pages
3496                 (prefswindow).
3497                 Moved tabs to pages in account prefs.
3498
3499 2007-06-02 [colin]      2.9.2cvs27
3500
3501         * src/addressbook.c
3502                 Fix possible crash, fix ldap write bugs
3503         * src/ldapupdate.c
3504                 Fix ldap write bugs - patch by Michael
3505                 Rasmussen
3506         * src/alertpanel.c
3507         * src/alertpanel.h
3508                 Add a hook whenever alertpanel opens/closes
3509
3510 2007-05-31 [wwp]        2.9.2cvs26
3511
3512         * src/prefs_compose_writing.c
3513         * src/prefs_quote.c
3514                 Re-organized writing options a bit:
3515                  - renamed the Quoting page to Templates
3516                  - moved all composing templates to that page
3517                  - moved non-templates options to the Writing one,
3518                    grouped reply-related options, reordered reply and
3519                    forward options.
3520
3521 2007-05-31 [wwp]        2.9.2cvs25
3522
3523         * src/compose.c
3524                 Removed unused code.
3525
3526 2007-05-31 [colin]      2.9.2cvs24
3527
3528         * src/addressbook.c
3529                 Fix missing display name when modifying
3530                 LDAP. Patch by Michael Rasmussen
3531
3532 2007-05-31 [wwp]        2.9.2cvs23
3533
3534         * src/plugins/bogofilter/Makefile.am
3535         * src/plugins/clamav/Makefile.am
3536         * src/plugins/demo/Makefile.am
3537         * src/plugins/dillo_viewer/Makefile.am
3538         * src/plugins/spamassassin/Makefile.am
3539                 Fix building of those plugins in Mac OS X.
3540
3541 2007-05-30 [wwp]        2.9.2cvs22
3542
3543         * src/gtk/quicksearch.c
3544                 Fix missing initialization.
3545
3546 2007-05-30 [wwp]        2.9.2cvs21
3547
3548         * src/procheader.c
3549                 Revert accidental commit (debug outputs).
3550
3551 2007-05-30 [wwp]        2.9.2cvs20
3552
3553         * src/compose.c
3554         * src/folder_item_prefs.c
3555         * src/folder_item_prefs.h
3556         * src/prefs_account.c
3557         * src/prefs_account.h
3558         * src/prefs_folder_item.c
3559         * src/prefs_gtk.c
3560         * src/prefs_gtk.h
3561                 Implemented per-account and per-folder
3562                 compose/reply/forward formats.
3563
3564 2007-05-30 [wwp]        2.9.2cvs19
3565
3566         * src/prefs_compose_writing.c
3567         * src/prefs_quote.c
3568         * src/procheader.c
3569         * src/quote_fmt.c
3570         * src/quote_fmt.h
3571                 Internal API changes (factorize quote format
3572                 prefs and checks).
3573
3574 2007-05-30 [colin]      2.9.2cvs18
3575
3576         * src/compose.c
3577                 Fix race where it's possible to re-click Send
3578                 between end of SMTP session and end of "move to
3579                 sent folder" when sending an email with send
3580                 dialog enabled.
3581
3582 2007-05-30 [colin]      2.9.2cvs17
3583
3584         * src/crash.c
3585                 Ask for backtrace on all threads. Patch by
3586                 Pawel
3587         * src/folderview.c
3588                 Fix stale news statusbar when scanning fails.
3589                 Patch by Pawel
3590         * src/ldapupdate.c
3591                 Fix some LDAP write updates bugs. Patch
3592                 by Michael Rasmussen
3593
3594 2007-05-29 [colin]      2.9.2cvs16
3595
3596         * src/imap.c
3597                 Fix loss of local flags when moving mails
3598                 on IMAP in high-bandwidth mode (UID FETCH)
3599
3600 2007-05-25 [paul]       2.9.2cvs15
3601
3602         * src/common/socket.c
3603                 fix sometimes crasher on cancelling
3604                 message sending
3605
3606 2007-05-25 [colin]      2.9.2cvs14
3607
3608         * src/imap.c
3609                 Fix a memory leak
3610         * src/imap_gtk.c
3611                 Be more helpful in the subscription
3612                 message
3613
3614 2007-05-23 [wwp]        2.9.2cvs13
3615
3616         * src/compose.c
3617         * src/prefs_compose_writing.c
3618         * src/prefs_quote.c
3619         * src/prefs_template.c
3620         * src/prefs_template.h
3621         * src/quote_fmt.c
3622         * src/quote_fmt.h
3623         * src/quote_fmt_lex.l
3624         * src/quote_fmt_parse.y
3625                 Introduced new syntax elements (symbols and commands)
3626                 in templates/quote_fmt. Compatibility w/ old
3627                 symbols is kept.
3628                 Updated and reworked the corresponding Information
3629                 dialog.
3630                 Display the line number in dialogs that talk about
3631                 parser errors (in addition to the error message in
3632                 output).
3633
3634 2007-05-23 [wwp]        2.9.2cvs12
3635
3636         * src/quote_fmt_parse.y
3637                 Fix 2.9.2cvs11, probably a paste accident ;).
3638
3639 2007-05-23 [wwp]        2.9.2cvs11
3640
3641         * src/compose.c
3642         * src/prefs_template.c
3643         * src/quote_fmt.h
3644         * src/quote_fmt_parse.y
3645                 Fix 2.9.2cvs10, which broke --disable-aspell.
3646
3647 2007-05-22 [wwp]        2.9.2cvs10
3648
3649         * src/compose.c
3650         * src/prefs_template.c
3651         * src/quote_fmt.c
3652         * src/quote_fmt.h
3653         * src/quote_fmt_lex.l
3654         * src/quote_fmt_parse.y
3655         * src/gtk/gtkaspell.c
3656         * src/gtk/gtkaspell.h
3657                 Added template/quote format syntactical elements
3658                 to show and query:
3659                         - current dictionary
3660                           %T to show (shows empty if not set or not enabled),
3661                           ?T and !T to check if the default dictionary is
3662                           enabled and set
3663                         - current account's default dictionary
3664                           %aT to show (empty if not set or not enabled),
3665                           ?aT and !aT to check if it's enabled and set
3666                         - name completion for an address, from the address
3667                           book
3668                           %ABf, %ABt, %ABc respectively show the full name got
3669                           from the address book if From, To or Cc match a single
3670                           contact.
3671                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
3672                           matches any contact and if the full name is non-empty.
3673                           If From, To or Cc are lists of email addresses, only
3674                           the first address will be checked.
3675                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
3676                 that could show a trailing ','.
3677                 Also, template/quote_fmt parser now shows the line number in case
3678                 of parser error.
3679
3680 2007-05-15 [colin]      2.9.2cvs9
3681
3682         * src/main.c
3683         * src/main.h
3684                 Add a public function to know whether Claws
3685                 crashed last time
3686                 Store opened folder when exiting
3687         * src/folder.c
3688         * src/folder.h
3689                 Store last opened message in each FolderItem;
3690                 Reset last seen messages if Claws crashed, so 
3691                 that one can't go in an infinite crash in case 
3692                 a particular mail crashes Claws.
3693         * src/messageview.c
3694         * src/prefs_common.c
3695         * src/prefs_common.h
3696         * src/summaryview.c
3697         * src/prefs_summaries.c
3698                 Add "Select last opened message" when entering
3699                 a folder
3700                 Add "Select last opened folder" at startup.
3701
3702 2007-05-14 [colin]      2.9.2cvs8
3703
3704         * manual/xml2pdf
3705                 Fix bashism, search for xml catalog 
3706                 in /usr/local/share/xml/catalog too
3707                 Patch by Pawel
3708
3709 2007-05-13 [wwp]        2.9.2cvs7
3710
3711         * src/gtk/logwindow.c
3712                 fix raising log windows when they are either minimized or
3713                 in background.
3714
3715 2007-05-11 [colin]      2.9.2cvs6
3716
3717         * src/gtk/filesel.c
3718                 Use Hildon's file chooser on Maemo. Patch
3719                 by Jean-Luc Biord; fixes part 2 of bug 1201,
3720                 'File attachment "manipulation" bugs...'
3721
3722 2007-05-10 [wwp]        2.9.2cvs5
3723
3724         * src/prefs_common.c
3725         * src/prefs_common.h
3726         * src/gtk/quicksearch.c
3727                 Add a quicksearch option to automatically run
3728                 a search selected from the history (this option
3729                 is exclusive towards type-ahead).
3730
3731 2007-05-10 [colin]      2.9.2cvs4
3732
3733         * src/imap.c
3734                 Fix g_warnings, thanks to Brian
3735                 Morrison
3736
3737 2007-05-09 [colin]      2.9.2cvs3
3738
3739         * src/crash.c
3740         * src/exporthtml.c
3741         * src/mbox.c
3742         * src/prefs_summaries.c
3743         * src/procheader.c
3744         * src/common/log.c
3745         * src/common/utils.c
3746         * src/gtk/gtksourceprintjob.c
3747         * src/gtk/sslcertwindow.c
3748                 Use the re-entrant variant of time functions
3749                 Probably fixes bug 1217, 'reentrancy problems 
3750                 with time functions'
3751
3752 2007-05-09 [colin]      2.9.2cvs2
3753
3754         * src/imap.c
3755                 Fix crasher when reconnection fails
3756
3757 2007-05-08 [paul]       2.9.2cvs1
3758
3759         * NEWS
3760         * README
3761         * RELEASE_NOTES
3762         * configure.ac
3763                 bump version number following
3764                 stable release
3765
3766 2007-05-08 [paul]       2.9.1cvs48
3767
3768         * src/plugins/demo/demo.c
3769         * src/plugins/dillo_viewer/dillo_prefs.c
3770         * src/plugins/dillo_viewer/dillo_prefs.h
3771         * src/plugins/dillo_viewer/dillo_viewer.c
3772         * src/plugins/pgpcore/pgp_viewer.c
3773         * src/plugins/pgpcore/pgp_viewer.h
3774         * src/plugins/pgpcore/plugin.c
3775         * src/plugins/pgpcore/prefs_gpg.c
3776         * src/plugins/pgpcore/prefs_gpg.h
3777         * src/plugins/pgpcore/sgpgme.c
3778         * src/plugins/pgpcore/sgpgme.h
3779         * src/plugins/pgpinline/plugin.c
3780         * src/plugins/pgpmime/pgpmime.c
3781         * src/plugins/pgpmime/pgpmime.h
3782         * src/plugins/pgpmime/plugin.c
3783         * src/plugins/spamassassin/spamassassin.c
3784         * src/plugins/spamassassin/spamassassin.h
3785         * src/plugins/spamassassin/spamassassin_gtk.c
3786         * src/plugins/trayicon/README
3787         * tools/README
3788         * tools/README.sylprint
3789         * tools/outlook2claws-mail.pl
3790         * tools/sylprint.pl
3791         * tools/tb2claws-mail
3792         * tools/tbird2claws.py
3793         * tools/update-po
3794         * tools/vcard2xml.py
3795         * tools/kdeservicemenu/README
3796                 cleanups and corrections
3797
3798 2007-05-06 [wwp]        2.9.1cvs47
3799
3800         * tools/uudec
3801                 Fix missing dash to `display` command-line, reported
3802                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
3803
3804 2007-05-06 [colin]      2.9.1cvs46
3805
3806         * src/Makefile.am
3807         * src/stock_pixmap.c
3808         * src/stock_pixmap.h
3809         * src/pixmaps/printer.xpm
3810                 Add a printer icon
3811
3812 2007-05-06 [paul]       2.9.1cvs45
3813
3814         * src/compose.c
3815         * src/ldapquery.c
3816         * src/privacy.h
3817         * src/summary_search.c
3818         * src/summaryview.c
3819                 fix build warnings
3820
3821 2007-05-05 [wwp]        2.9.1cvs44
3822
3823         * src/messageview.c
3824         * src/mh.c
3825         * src/prefs_actions.c
3826         * src/prefs_gtk.c
3827         * src/summaryview.c
3828         * src/common/xml.c
3829                 Fix "faild" typos everywhere and capitalization of
3830                 some g_warnings.
3831
3832 2007-05-04 [colin]      2.9.1cvs43
3833
3834         * src/compose.c
3835         * src/privacy.c
3836         * src/privacy.h
3837         * src/plugins/pgpcore/prefs_gpg.c
3838         * src/plugins/pgpcore/prefs_gpg.h
3839         * src/plugins/pgpinline/pgpinline.c
3840         * src/plugins/pgpmime/pgpmime.c
3841                 Add an API to warn about encryption limits,
3842                 and allow to disable these warnings
3843
3844 2007-05-03 [colin]      2.9.1cvs42
3845
3846         * src/summaryview.c
3847         * src/mainwindow.c
3848                 Fix bug 1213, 'Delete more than 
3849                 one thread at once'
3850
3851 2007-05-03 [wwp]        2.9.1cvs41
3852
3853         * src/prefs_common.c
3854         * src/prefs_filtering.c
3855         * src/prefs_template.c
3856         * src/common/template.c
3857         * src/common/template.h
3858         * src/gtk/gtkutils.c
3859         * src/gtk/gtkutils.h
3860                 Templates are no longer automatically sorted
3861                 by name, but can be sorted manually using
3862                 |< < > >| buttons as well as drag'n'drop.
3863
3864 2007-05-03 [wwp]        2.9.1cvs40
3865
3866         * src/plugins/spamassassin/spamassassin.c
3867         * src/plugins/spamassassin/spamassassin.h
3868         * src/plugins/spamassassin/spamassassin_gtk.c
3869         * src/plugins/bogofilter/bogofilter.c
3870         * src/plugins/bogofilter/bogofilter.h
3871         * src/plugins/bogofilter/bogofilter_gtk.c
3872                 Added an option to conditionally mark saved spam
3873                 as read (default is and was to do so).
3874                 Satisfies feature request 1708539 on sf.net tracker.
3875
3876 2007-05-03 [colin]      2.9.1cvs39
3877
3878         * src/inc.c
3879                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
3880
3881 2007-05-02 [colin]      2.9.1cvs38
3882
3883         * src/textview.c
3884                 Fix bug 1209, 'Clicking on address 
3885                 in header (mailto uri) selects 
3886                 default account'. Patch adapted from
3887                 G.P. Halkes' patch.
3888
3889 2007-05-02 [colin]      2.9.1cvs37
3890
3891         * src/grouplistdialog.c
3892                 Set cursor to wait cursor while loading
3893                 groups.
3894
3895 2007-05-02 [paul]       2.9.1cvs36
3896
3897         * src/folder.c
3898         * src/common/defs.h
3899                 rename cache and mark files
3900                 (data is preserved)
3901
3902 2007-04-30 [paul]       2.9.1cvs35
3903
3904         * manual/glossary.xml
3905         * manual/plugins.xml
3906                 updates. Patch by Ricardo
3907
3908 2007-04-29 [wwp]        2.9.1cvs34
3909
3910         * src/mainwindow.c
3911         * configure.ac
3912                 Fix few grammatical errors (patch by David Relson < relson at
3913                 osagesoftware dot com >).
3914
3915 2007-04-28 [colin]      2.9.1cvs33
3916
3917         * src/account.c
3918         * src/pop.c
3919         * src/prefs_account.c
3920         * src/prefs_account.h
3921                 Drop the "Download all" preference. It's
3922                 stupidly useless and confuses people from
3923                 time to time.
3924
3925 2007-04-27 [wwp]        2.9.1cvs32
3926
3927         * src/account.c
3928         * src/prefs_account.c
3929         * src/prefs_account.h
3930                 Don't reflect accounts changes to the mainwindow when it's
3931                 not necessary.
3932
3933 2007-04-27 [colin]      2.9.1cvs31
3934
3935         * src/folder.c
3936                 Freeze/thaw when sync'ing flags
3937         * src/imap.c
3938         * src/prefs_account.c
3939         * src/prefs_account.h
3940         * src/etpan/imap-thread.c
3941         * src/etpan/imap-thread.h
3942                 Add a way to use UID FETCH instead
3943                 of searches to fetch message lists
3944                 and flags. More expensive towards
3945                 bandwidth, less expensive towards
3946                 server's CPU. Probably fixes 
3947                 bug 1158, 'Scanning new folders on 
3948                 Exchange 2007 extremely slow'.
3949                 Patch 95% by Hoa.
3950
3951 2007-04-27 [paul]       2.9.1cvs30
3952
3953         * src/mainwindow.c
3954         * src/prefs_logging.c
3955                 improvements to english usage
3956
3957 2007-04-27 [colin]      2.9.1cvs29
3958
3959         * src/imap.c
3960                 Fix build without libetpan (my bad!)
3961
3962 2007-04-26 [colin]      2.9.1cvs28
3963
3964         * src/imap.c
3965         * src/imap.h
3966                 Fix uselessly exported function
3967         * src/textview.c
3968                 Consider "- -- \n" as signature separator
3969                 (that's what signature separators look like
3970                  in PGP/Inline signed mails)
3971
3972 2007-04-26 [colin]      2.9.1cvs27
3973
3974         * configure.ac
3975                 libetpan-0.49 is now required
3976         * src/procmime.c
3977                 Fix double fetching of mails if
3978                 first try failed
3979         * src/imap.c
3980                 Make offline sync faster, by
3981                 remembering last change time, and
3982                 last sync time.
3983
3984 2007-04-26 [hoa]        2.9.1cvs26
3985
3986         * src/imap.c
3987         * src/imap.h
3988         * src/mainwindow.c
3989         * src/toolbar.c
3990         * src/etpan/imap-thread.c
3991         * src/etpan/imap-thread.h
3992                 cancellation of IMAP operations is now allowed.
3993                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
3994
3995 2007-04-26 [colin]      2.9.1cvs25
3996
3997         * src/folder.c
3998                 Always fetch body+headers in folders that are
3999                 synched for offline use, if "Synchronise as
4000                 soon as possible" is set.
4001                 Fixes bug 1200, 'Add option to always retrieve full 
4002                 messages'
4003
4004 2007-04-25 [colin]      2.9.1cvs24
4005
4006         * src/compose.c
4007                 Fix bug 1198, 'Reply-all "disappearing" address bug 
4008                 persists...'
4009
4010 2007-04-24 [colin]      2.9.1cvs23
4011
4012         * src/folderview.c
4013                 Fix bug 1195, 'Hardware key navigation' 
4014                 Make GDK_Enter toggle expansion (Maemo)
4015
4016 2007-04-24 [wwp]        2.9.1cvs22
4017
4018         * src/compose.c
4019                 Fix few compiler warnings.
4020
4021 2007-04-24 [paul]       2.9.1cvs21
4022
4023         * src/Makefile.am
4024         * src/stock_pixmap.c
4025         * src/stock_pixmap.h
4026                 complete last commit
4027
4028 2007-04-24 [paul]       2.9.1cvs20
4029
4030         * src/gtk/about.c
4031         * src/pixmaps/active.xpm
4032         * src/pixmaps/checkbox_off.xpm
4033         * src/pixmaps/checkbox_on.xpm
4034         * src/pixmaps/inactive.xpm
4035                 kick out the blobs
4036                 remove transparent border from checkbox icons
4037
4038 2007-04-24 [wwp]        2.9.1cvs19
4039
4040         * src/textview.c
4041         * src/textview.h
4042                 Fix a crash in textview, thanks to Colin.
4043
4044 2007-04-23 [wwp]        2.9.1cvs18
4045
4046         * src/prefs_common.c
4047                 Fix 2.9.1cvs5: no header was being translated at all.
4048
4049 2007-04-23 [colin]      2.9.1cvs17
4050
4051         * src/Makefile.am
4052         * src/stock_pixmap.c
4053         * src/stock_pixmap.h
4054         * src/summaryview.c
4055         * src/summaryview.h
4056         * src/gtk/gtksctree.c
4057         * src/gtk/gtksctree.h
4058         * src/pixmaps/selection.xpm
4059                 Fix bug 1193, 'Need a way to multi-select
4060                 items'. Add a toggle button to the summaryview
4061                 to switch between normal and multiple selection
4062                 (Maemo)
4063
4064 2007-04-23 [colin]      2.9.1cvs16
4065
4066         * src/Makefile.am
4067         * src/stock_pixmap.c
4068         * src/stock_pixmap.h
4069         * src/summaryview.c
4070         * src/summaryview.h
4071         * src/gtk/gtksctree.c
4072         * src/gtk/gtksctree.h
4073         * src/pixmaps/selection.xpm
4074                 Fix bug 1193, 'Need a way to multi-
4075                 select items'
4076                 Add a toggle button in the summaryview
4077                 to enable normal or multiple selection.
4078                 (Maemo)
4079
4080 2007-04-23 [colin]      2.9.1cvs15
4081
4082         * src/compose.c
4083                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
4084
4085 2007-04-21 [colin]      2.9.1cvs14
4086
4087         * src/gtk/quicksearch.c
4088                 Fix previous commit (actually use correct
4089                 parameter)
4090
4091 2007-04-21 [colin]      2.9.1cvs13
4092
4093         * src/gtk/quicksearch.c
4094                 Fix changing quicksearch type (after Esc,
4095                 after changing Recursive, ...)
4096
4097 2007-04-20 [wwp]        2.9.1cvs12
4098
4099         * src/gtk/Makefile.am
4100                 Added headers.h (completes 2.9.1cvs5).
4101
4102 2007-04-20 [wwp]        2.9.1cvs11
4103
4104         * src/addressbook.c
4105                 Fix the use of display name in name column,
4106                 it has been overriden w/ the use of nickname
4107                 by 2.9.0cvs3. Now nickname is used (if any)
4108                 in case of LDAP books only.
4109
4110 2007-04-20 [colin]      2.9.1cvs10
4111
4112         * src/mimeview.c
4113         * src/summaryview.c
4114         * src/textview.c
4115                 Add handling of 'a' to loop in a mail's
4116                 mimeparts
4117
4118 2007-04-20 [colin]      2.9.1cvs9
4119
4120         * src/toolbar.c
4121                 Fix bug 1190, 'dir_open' button doesn't work'
4122                 (Maemo)
4123
4124 2007-04-20 [colin]      2.9.1cvs8
4125
4126         * src/folderview.c
4127         * src/mainwindow.c
4128                 Fix bug 1194, 'Hardware keys move from email 
4129                 list to account/directory list, but not back 
4130                 to email list...' (Maemo)
4131
4132 2007-04-20 [colin]      2.9.1cvs7
4133
4134         * src/compose.h
4135                 complete previous commit
4136
4137 2007-04-20 [colin]      2.9.1cvs6
4138
4139         * src/compose.c
4140                 Fix bug 1187, 'Reply-to addressee disappears 
4141                 when reply-to text box is clicked...' (Maemo)
4142
4143 2007-04-20 [wwp]        2.9.1cvs5
4144
4145         * po/POTFILES.in
4146         * src/addressbook.c
4147         * src/compose.c
4148         * src/filtering.c
4149         * src/headerview.c
4150         * src/matcher.c
4151         * src/prefs_common.c
4152         * src/prefs_common.h
4153         * src/prefs_display_header.c
4154         * src/prefs_matcher.c
4155         * src/summaryview.c
4156         * src/gtk/headers.h
4157         * src/gtk/quicksearch.c
4158                 Translate more header names according to the relevant option value,
4159                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
4160                 Replaced nearly all uses of prefs_common.trans_hdr with a call
4161                 to prefs_common_translated_header_name().
4162                 Added a headers.h reference file that contains known header names
4163                 (RFC2822 and others) to the translation process' input, so that
4164                 translated header names will still exist even if no occurrence of
4165                 _("headername") is found anymore in the sources.
4166                 Don't translate column name 'Number' following to trans_hdr option
4167                 value as it's not a header name.
4168
4169 2007-04-20 [colin]      2.9.1cvs4
4170
4171         * src/gtk/quicksearch.c
4172         * src/gtk/quicksearch.h
4173                 Add "From, To or Subject" quicksearch
4174                 type. Patch by ulfschaper@users.sf.net
4175
4176 2007-04-20 [colin]      2.9.1cvs3
4177
4178         * src/matcher.c
4179                 Implement proper references filtering condition.
4180                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
4181
4182 2007-04-19 [wwp]        2.9.1cvs2
4183
4184         * src/prefs_display_header.c
4185         * src/message_search.c
4186                 Fix few warnings (g_free of const gchar*).
4187
4188 2007-04-19 [paul]       2.9.1cvs1
4189
4190         * NEWS
4191         * README
4192         * RELEASE_NOTES
4193         * configure.ac
4194                 bump version number following
4195                 stable release
4196
4197 2007-04-19 [paul]       2.9.0cvs9
4198
4199         * manual/advanced.xml
4200         * manual/glossary.xml
4201                 fix typos
4202
4203 2007-04-18 [paul]       2.9.0cvs8
4204
4205         * src/pop.c
4206                 fix for CVE-2007-1558 (APOP)
4207                 Thanks to Colin
4208
4209 2007-04-18 [paul]       2.9.0cvs7
4210
4211         * src/messageview.c
4212         * src/mimeview.c
4213         * src/summaryview.c
4214         * src/gtk/filesel.c
4215                 Fix encoding woes wrt saving of
4216                 mails and parts
4217                 Thanks to Colin
4218
4219 2007-04-18 [colin]      2.9.0cvs6
4220
4221         * src/gtk/pluginwindow.c
4222                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
4223
4224 2007-04-17 [wwp]        2.9.0cvs5
4225
4226         * src/addressadd.c
4227         * src/addressbook.c
4228         * src/addrindex.c
4229         * src/ldapupdate.c
4230                 Fix --disable-ldap build,
4231                 fix some LDAP annoyances on 
4232                 searches, thanks to Colin.
4233
4234 2007-04-17 [wwp]        2.9.0cvs4
4235
4236         * src/ldapupdate.c
4237                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
4238                 like gcc 2.9x. Thanks to Colin.
4239
4240 2007-04-17 [wwp]        2.9.0cvs3
4241
4242         * src/Makefile.am
4243         * src/addressadd.c
4244         * src/addressbook.c
4245         * src/addrindex.c
4246         * src/addritem.c
4247         * src/addritem.h
4248         * src/editaddress.c
4249         * src/ldapctrl.c
4250         * src/ldapctrl.h
4251         * src/ldapquery.c
4252         * src/ldapserver.c
4253         * src/ldapserver.h
4254         * src/ldapupdate.c
4255         * src/ldapupdate.h
4256                 Add LDAP write support. Patch mostly by 
4257                 Michael <mir at datanom dot net>
4258
4259 2007-04-17 [wwp]        2.9.0cvs2
4260
4261         * src/compose.c
4262                 Prepend "Add to address book" to the context menu of compose window's sender and
4263                 recipient fields.
4264
4265 2007-04-16 [paul]       2.9.0cvs1
4266
4267         * src/gtk/authors.h
4268                 add Pader Rezso
4269
4270 2007-04-16 [paul]       2.9.0
4271
4272         * NEWS
4273         * README
4274         * RELEASE_NOTES
4275                 2.9.0 released
4276
4277 2007-04-16 [paul]       2.8.1cvs102
4278
4279         * po/fr.po
4280                 updated by Fabien Vantard
4281
4282 2007-04-16 [paul]       2.8.1cvs101
4283
4284         * po/ca.po
4285         * po/cs.po
4286         * po/de.po
4287         * po/hu.po
4288         * po/pl.po
4289         * po/pt_BR.po
4290         * po/sr.po
4291         * po/zh_CN.po
4292                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
4293                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
4294                 Aleksandar Urosevic, and Ralgh Young
4295
4296 2007-04-15 [mones]      2.8.1cvs100
4297
4298         * po/es.po
4299                 Updated for release
4300
4301 2007-04-14 [colin]      2.8.1cvs99
4302
4303         * src/message_search.c
4304         * src/prefs_display_header.c
4305         * src/summary_search.c
4306         * src/gtk/combobox.c
4307                 Fix allocations
4308
4309 2007-04-14 [wwp]        2.8.1cvs98
4310
4311         * src/gtk/combobox.c
4312         * src/message_search.c
4313         * src/summary_search.c
4314         * src/prefs_display_header.c
4315                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
4316                 returns NULL, get the text value directly from the GtkEntry child.
4317
4318 2007-04-13 [colin]      2.8.1cvs97
4319
4320         * src/gtk/quicksearch.c
4321                 Give the focus back to summaryview when
4322                 emptying the quicksearch with Esc
4323
4324 2007-04-13 [colin]      2.8.1cvs96
4325
4326         * src/message_search.c
4327         * src/prefs_display_header.c
4328         * src/summary_search.c
4329                 Fix possibles crashes when getting text
4330                 from gtk combos
4331
4332 2007-04-13 [colin]      2.8.1cvs95
4333
4334         * src/pop.c
4335                 Add some UIDL debugging
4336
4337 2007-04-12 [colin]      2.8.1cvs94
4338
4339         * src/folder.c
4340                 Force folder scan if necessary after
4341                 copying mails, to be able to reapply
4342                 flags.
4343
4344 2007-04-11 [colin]      2.8.1cvs93
4345
4346         * src/main.c
4347                 don't scan for new mail on startup if --select
4348                 is specified (or race conditions arise). If so,
4349                 do both sequentially.
4350
4351 2007-04-09 [colin]      2.8.1cvs92
4352
4353         * src/common/defs.h
4354                 Use leafpad by default on Maemo. Patch
4355                 by Jean-Luc Biord.
4356
4357 2007-04-06 [colin]      2.8.1cvs91
4358
4359         * src/pixmaps/queue_close.xpm
4360         * src/pixmaps/queue_close_hrm.xpm
4361         * src/pixmaps/queue_close_hrm_mark.xpm
4362         * src/pixmaps/queue_close_mark.xpm
4363         * src/pixmaps/queue_open.xpm
4364         * src/pixmaps/queue_open_hrm.xpm
4365         * src/pixmaps/queue_open_hrm_mark.xpm
4366         * src/pixmaps/queue_open_mark.xpm
4367                 Move the clock one pixel down :)
4368
4369 2007-04-05 [colin]      2.8.1cvs90
4370
4371         * src/mainwindow.c
4372                 Don't sync when switching offline from
4373                 command line - it's usually too late :)
4374
4375 2007-04-05 [paul]       2.8.1cvs89
4376
4377         * src/Makefile.am
4378         * src/stock_pixmap.c
4379         * src/pixmaps/dir_close_hrm.xpm
4380         * src/pixmaps/dir_close_hrm_mark.xpm
4381         * src/pixmaps/drafts_close.xpm
4382         * src/pixmaps/drafts_close_mark.xpm
4383         * src/pixmaps/drafts_open.xpm
4384         * src/pixmaps/drafts_open_mark.xpm
4385         * src/pixmaps/inbox.xpm
4386         * src/pixmaps/inbox_close.xpm
4387         * src/pixmaps/inbox_close_hrm.xpm
4388         * src/pixmaps/inbox_close_hrm_mark.xpm
4389         * src/pixmaps/inbox_close_mark.xpm
4390         * src/pixmaps/inbox_hrm.xpm
4391         * src/pixmaps/inbox_hrm_mark.xpm
4392         * src/pixmaps/inbox_mark.xpm
4393         * src/pixmaps/inbox_open.xpm
4394         * src/pixmaps/inbox_open_hrm.xpm
4395         * src/pixmaps/inbox_open_hrm_mark.xpm
4396         * src/pixmaps/inbox_open_mark.xpm
4397         * src/pixmaps/outbox.xpm
4398         * src/pixmaps/outbox_close.xpm
4399         * src/pixmaps/outbox_close_hrm.xpm
4400         * src/pixmaps/outbox_close_hrm_mark.xpm
4401         * src/pixmaps/outbox_close_mark.xpm
4402         * src/pixmaps/outbox_hrm.xpm
4403         * src/pixmaps/outbox_hrm_mark.xpm
4404         * src/pixmaps/outbox_mark.xpm
4405         * src/pixmaps/outbox_open.xpm
4406         * src/pixmaps/outbox_open_hrm.xpm
4407         * src/pixmaps/outbox_open_hrm_mark.xpm
4408         * src/pixmaps/outbox_open_mark.xpm
4409         * src/pixmaps/queue_close.xpm
4410         * src/pixmaps/queue_close_hrm.xpm
4411         * src/pixmaps/queue_close_hrm_mark.xpm
4412         * src/pixmaps/queue_close_mark.xpm
4413         * src/pixmaps/queue_open.xpm
4414         * src/pixmaps/queue_open_hrm.xpm
4415         * src/pixmaps/queue_open_hrm_mark.xpm
4416         * src/pixmaps/queue_open_mark.xpm
4417                 updated, added and replaced icons
4418                 Icons by Colin
4419
4420 2007-04-04 [colin]      2.8.1cvs88
4421
4422         * src/imap.c
4423                 Fix build without libetpan
4424
4425 2007-04-03 [colin]      2.8.1cvs87
4426
4427         * src/imap.c
4428                 Fix crash with Citadel, and try to make
4429                 things work. this server (and specifically 
4430                 STATUS and APPEND at least) seems broken.
4431
4432 2007-04-03 [colin]      2.8.1cvs86
4433
4434         * src/folderview.c
4435                 Fix icons on folder close
4436
4437 2007-04-03 [colin]      2.8.1cvs85
4438
4439         * src/inc.c
4440                 Fix double-ask of offline override in
4441                 certain cases
4442         * src/imap.c
4443         * src/imap.h
4444         * src/imap_gtk.c
4445                 Much more efficient way to synchronise
4446                 for offline use
4447         * src/etpan/imap-thread.c
4448                 Fix possible segs
4449         * src/folder.c
4450         * src/gtk/quicksearch.c
4451                 Fix some GUI lags
4452
4453 2007-04-03 [paul]       2.8.1cvs84
4454
4455         * src/filtering.c
4456         * src/folder.c
4457         * src/folder.h
4458         * src/prefs_common.c
4459         * src/prefs_common.h
4460         * src/prefs_other.c
4461                 Fix sync being done too late
4462                 Thanks to Colin
4463
4464 2007-04-02 [colin]      2.8.1cvs83
4465
4466         * src/summaryview.c
4467                 Maemo: Put status and quicksearch at the top
4468         * src/plugins/bogofilter/bogofilter.c
4469         * src/plugins/spamassassin/spamassassin.c
4470                 Derive trash from inbox if possible
4471
4472 2007-04-02 [paul]       2.8.1cvs82
4473
4474         * src/plugins/bogofilter/bogofilter_gtk.c
4475                 a few English changes
4476
4477 2007-04-02 [paul]
4478
4479         2.9.0-rc1 released
4480
4481 2007-04-02 [colin]      2.8.1cvs81
4482
4483         * src/image_viewer.c
4484                 Fix transparent images by using
4485                 GtkImage
4486         * src/messageview.c
4487                 Flush events (on new windows) to avoid
4488                 having the textview's image resize fail
4489                 to know the available width
4490
4491 2007-04-01 [colin]      2.8.1cvs80
4492
4493         * src/prefs_account.c
4494                 If no MH mailbox exist, when creating a POP/Local
4495                 account, just create and use the default one 
4496                 instead of bailing with a "Mailbox doesn't exist"
4497                 error
4498
4499 2007-03-31 [colin]      2.8.1cvs79
4500
4501         * src/prefs_account.c
4502                 Create signature file if it doesn't exist
4503                 before editing
4504         * src/prefs_toolbar.c
4505                 Maemo: Move "Use default" on the left so
4506                 that people can find it
4507         * src/common/defs.h
4508                 Maemo: make default editor "Maemopad", 
4509                 default signature file "MyDocs/signature.txt"
4510
4511 2007-03-31 [colin]      2.8.1cvs78
4512
4513         * src/prefs_account.c
4514                 Maemo: rework account prefs so
4515                 that less horizontal scrolling
4516                 is required
4517
4518 2007-03-31 [colin]      2.8.1cvs77
4519
4520         * src/folderview.c
4521         * src/prefs_common.c
4522         * src/prefs_common.h
4523                 Fix bug 1167, 'Allow not displaying zeros 
4524                 in folder list'. Patch by MartinP
4525
4526 2007-03-31 [colin]      2.8.1cvs76
4527
4528         * AUTHORS
4529                 Add Jean-Luc Biord
4530
4531 2007-03-31 [colin]      2.8.1cvs75
4532
4533         * src/imap.c
4534                 Apply patch from bug 1172, direct
4535                 access to the folder's session instead
4536                 of using getter. Patch by MartinP
4537
4538 2007-03-31 [paul]       2.8.1cvs74
4539
4540         * src/gtk/authors.h
4541                 no need to list Fabien twice!
4542
4543 2007-03-31 [colin]      2.8.1cvs73
4544
4545         * src/inc.c
4546                 If we're currently "overriding for %d minutes",
4547                 don't ask
4548
4549 2007-03-31 [colin]      2.8.1cvs72
4550
4551         * src/compose.c
4552         * src/imap.c
4553         * src/inc.c
4554         * src/inc.h
4555         * src/messageview.c
4556         * src/news.c
4557         * src/plugins/spamassassin/spamassassin.c
4558                 Offline override: Add a parameter to allow
4559                 asking even if the override timer is running.
4560                 Allows to ask every time the user makes an
4561                 explicit action needing online access (such
4562                 as Get Mail), and not when the action is 
4563                 implicit (such as opening an IMAP folder)
4564
4565 2007-03-31 [colin]      2.8.1cvs71
4566
4567         * src/inc.c
4568                 Override offline: "No" answer shouldn't
4569                 re-ask after 3 seconds, but 10 minutes. 
4570
4571 2007-03-30 [colin]      2.8.1cvs70
4572
4573         * src/common/socket.c
4574                 Better error reporting on unix socket
4575                 failure (bind usually)
4576         * src/gtk/gtkutils.c
4577         * src/gtk/gtkutils.h
4578                 Label window: add a pulsing progress
4579                 bar to show we're not hung :)
4580         * src/folderview.c
4581         * src/main.c
4582         * src/plugins/pgpcore/sgpgme.c
4583                 Update API
4584
4585 2007-03-30 [colin]      2.8.1cvs69
4586
4587         * src/pop.c
4588         * src/prefs_common.c
4589                 Fix possible trashing of history and uidl
4590                 files on disk full problems
4591
4592 2007-03-30 [paul]       2.8.1cvs68
4593
4594         * src/mainwindow.c
4595         * src/summaryview.c
4596         * src/summaryview.h
4597                 update summary when changing layout type
4598                 (fixes wrong folder icon being displayed)
4599                 Thanks to Colin
4600
4601 2007-03-29 [colin]      2.8.1cvs67
4602
4603         * src/prefs_ext_prog.c
4604                 The browser pref is irrelevant on Maemo
4605
4606 2007-03-29 [colin]      2.8.1cvs66
4607
4608         * src/compose.c
4609         * src/compose.h
4610                 Maemo: dynamically switch headers/text position
4611         * src/prefs_common.c
4612                 Maemo: hide compose's ruler by default
4613         * src/common/socket.c
4614         * src/common/socket.h
4615                 Fix build warning
4616
4617 2007-03-29 [colin]      2.8.1cvs65
4618
4619         * src/common/socket.c
4620         * src/common/socket.h
4621                 Fix build when MAEMO_CFLAGS contains
4622                 _X_OPENSOURCE (resolv.h errors as long
4623                 as we don't add _BSD_SOURCE. Ugly).
4624
4625 2007-03-29 [wwp]        2.8.1cvs64
4626
4627         * src/prefs_logging.c
4628                 Fix sensitivity of clip-log widgets in prefs/logging,
4629                 thanks to Fabien.
4630
4631 2007-03-29 [wwp]        2.8.1cvs63
4632
4633         * po/POTFILES.in
4634                 Updated files list for translations, thanks to Fabien.
4635
4636 2007-03-29 [colin]      2.8.1cvs62
4637
4638         * src/main.c
4639         * src/common/Makefile.am
4640         * src/common/utils.c
4641                 Maybe make URI opening work in Maemo
4642                 Requires testing :)
4643
4644 2007-03-28 [colin]      2.8.1cvs61
4645
4646         * src/folder.c
4647         * src/folder.h
4648         * src/folderview.c
4649                 Add the possibility to sort folders arbitrarily
4650                 (via editing of folderlist.xml only). Patch by
4651                 Martin P <mp26+claws@os.inf.tu-dresden.de>
4652                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
4653                 be changed by the user'
4654
4655 2007-03-28 [colin]      2.8.1cvs60
4656
4657         * src/mimeview.c
4658                 Add popup menu for mime icons
4659
4660 2007-03-28 [colin]      2.8.1cvs59
4661
4662         * src/mainwindow.c
4663                 Fix a layout issue when presenting
4664                 mainwindow in Small screen layout
4665         * src/toolbar.c
4666         * src/toolbar.h
4667                 Add a "Go to folder list" button for
4668                 mainwindow, and make it default in
4669                 the Maemo build
4670
4671 2007-03-28 [colin]      2.8.1cvs58
4672
4673         * src/compose.c
4674                 Don't dynamically update title on Maemo
4675                 Patch by Jean-Luc Biord
4676
4677 2007-03-27 [colin]      2.8.1cvs57
4678
4679         * src/compose.c
4680         * src/folderview.c
4681         * src/summaryview.c
4682                 Enable tap-and-hold on Maemo
4683
4684 2007-03-26 [colin]      2.8.1cvs56
4685
4686         * src/compose.c
4687                 More popup-menu (in attachments list)
4688
4689 2007-03-26 [colin]      2.8.1cvs55
4690
4691         * src/compose.c
4692                 Enable popup-menu signal
4693
4694 2007-03-26 [colin]      2.8.1cvs54
4695
4696         * src/plugins/pgpinline/pgpinline.c
4697                 Fix bug 1111, 'PGP/inline plugin hides text 
4698                 around encrypted text block'. Patch based on
4699                 a patch from Michal Cihar.
4700
4701 2007-03-26 [wwp]        2.8.1cvs53
4702
4703         * src/procmsg.c
4704                 Fix getting a false error when sending queued message
4705                 whereas the sending was fine (if there are subfolders
4706                 in the queue folder), thanks to Colin.
4707
4708 2007-03-26 [paul]       2.8.1cvs52
4709
4710         * src/wizard.c
4711                 update FACE header in welcome message
4712
4713 2007-03-25 [colin]      2.8.1cvs51
4714
4715         * src/Makefile.am
4716                 Fix make dist
4717
4718 2007-03-25 [colin]      2.8.1cvs50
4719
4720         * src/main.c
4721                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
4722
4723 2007-03-24 [colin]      2.8.1cvs49
4724
4725         * src/main.c
4726                 Fix a few launch problems on Maemo
4727                 Patch by Jean-Luc Biord
4728
4729 2007-03-24 [wwp]        2.8.1cvs48
4730
4731         * src/alertpanel.c
4732         * src/alertpanel.h
4733         * src/messageview.c
4734         * src/summaryview.c
4735                 Fix wrong action performed when closing the
4736                 "ask about account specific filtering rules
4737                 when filtering manually" dialog by pressing Escape.
4738                 Fix wrong order of buttons in the "return receipt
4739                 notification - the message was sent to several of
4740                 your accounts" dialog.
4741
4742 2007-03-24 [paul]       2.8.1cvs47
4743
4744         * src/folderview.c
4745                 an improvement to English usage
4746         * tools/kdeservicemenu/README
4747                 updated Claws url
4748
4749 2007-03-24 [paul]       2.8.1cvs46
4750
4751         * src/Makefile.am
4752         * src/stock_pixmap.c
4753         * src/pixmaps/edit_extern.xpm
4754         * src/pixmaps/mail_sign.xpm
4755                 rescue long lost icons
4756
4757 2007-03-24 [paul]       2.8.1cvs45
4758
4759         * src/toolbar.c
4760                 fix toolbar (broken in 2.8.1cvs42)
4761
4762 2007-03-23 [colin]      2.8.1cvs44
4763
4764         * src/imap.c
4765                 Correctly unsubscribe/resubscribe after
4766                 RENAME
4767
4768 2007-03-23 [colin]      2.8.1cvs43
4769
4770         * src/prefs_common.c
4771                 Maemo: as the platform is light on RAM, allow
4772                 caches to be discarded faster.
4773
4774 2007-03-23 [colin]      2.8.1cvs42
4775
4776         * src/Makefile.am
4777         * src/compose.c
4778         * src/compose.h
4779         * src/stock_pixmap.c
4780         * src/stock_pixmap.h
4781         * src/summaryview.c
4782         * src/summaryview.h
4783         * src/toolbar.c
4784         * src/toolbar.h
4785         * src/pixmaps/open_mail.xpm
4786                 Maemo changes: Add the possibility to have
4787                 "Open Email" and "Close Window" buttons on 
4788                 toolbars (and use them in Maemo's default
4789                 toolbars)
4790
4791 2007-03-23 [wwp]        2.8.1cvs41
4792
4793         * src/action.c
4794                 Reverted that part of the action dialog closure logics, to
4795                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
4796                 done later in a different way (or may not).
4797
4798 2007-03-22 [wwp]        2.8.1cvs40
4799
4800         * src/action.c
4801                 Fix sticky action dialog when got no output but action command
4802                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
4803
4804 2007-03-22 [colin]      2.8.1cvs39
4805
4806         * src/prefs_filtering.c
4807         * src/gtk/combobox.h
4808                 Fix escaping account names in filtering prefs
4809
4810 2007-03-22 [colin]      2.8.1cvs38
4811
4812         * src/addrindex.c
4813         * src/ldapctrl.h
4814         * src/ldapquery.c
4815                 Add any attribute specified in LDAP servers'
4816                 Search attributes to the Other Attributes tab
4817                 of contacts; Add 'telephoneNumber' in the
4818                 default list.
4819
4820 2007-03-22 [colin]      2.8.1cvs37
4821
4822         * src/folderview.c
4823         * src/folderview.h
4824         * src/mainwindow.c
4825                 Try to prevent race conditions when
4826                 changing the folder list
4827         * src/summaryview.c
4828                 Fix possible red folder icon when
4829                 switching from Small screen layout
4830                 to any other
4831
4832 2007-03-22 [colin]      2.8.1cvs36
4833
4834         * src/mainwindow.c
4835         * src/mainwindow.h
4836         * src/summaryview.c
4837                 Rename "little screen" to "Small screen"
4838         * src/gtk/Makefile.am
4839         * src/common/utils.c
4840         * src/mh.c
4841                 Fix Maemo-related compilation problems
4842
4843 2007-03-21 [colin]      2.8.1cvs35
4844
4845         * configure.ac
4846                 Fix previous commit
4847         * claws-mail.desktop
4848                 Remove .png from the Icon, it's useless
4849
4850 2007-03-21 [colin]      2.8.1cvs34
4851
4852         * configure.ac
4853         * src/Makefile.am
4854                 Add the necessary lib checking for 
4855                 Maemo
4856
4857 2007-03-21 [colin]      2.8.1cvs33
4858
4859         * src/main.c
4860                 Fix unconditional "error happened" when
4861                 sending via command-line. "lol @ myself"
4862
4863 2007-03-21 [colin]      2.8.1cvs32
4864
4865         * claws-mail-40x40.png
4866         * claws-mail-26x26.png
4867         * src/account.c
4868         * src/addressbook.c
4869         * src/compose.c
4870         * src/folderview.c
4871         * src/folderview.h
4872         * src/main.c
4873         * src/mainwindow.c
4874         * src/mainwindow.h
4875         * src/messageview.c
4876         * src/prefs_account.c
4877         * src/prefs_common.c
4878         * src/summary_search.c
4879         * src/summaryview.c
4880         * src/summaryview.h
4881         * src/gtk/authors.h
4882         * src/gtk/gtkutils.c
4883         * src/gtk/gtkutils.h
4884         * src/gtk/logwindow.c
4885         * src/gtk/menu.c
4886         * src/gtk/prefswindow.c
4887                 Add Maemo port (patch mainly by Jean-Luc Biort)
4888                 Add a new 'Little screen' layout to help on such
4889                 platforms (patch by me)
4890                 Make some default preferences different (more
4891                 adapted) on Maemo (patch by me)
4892
4893 2007-03-21 [wwp]        2.8.1cvs31
4894
4895         * src/prefs_logging.c
4896         * src/prefs_logging.h
4897                 Fixed copyright header of newly added files.
4898
4899 2007-03-21 [wwp]        2.8.1cvs30
4900
4901         * src/Makefile.am
4902         * src/filtering.c
4903         * src/filtering.h
4904         * src/folder.c
4905         * src/folderview.c
4906         * src/imap.c
4907         * src/inc.c
4908         * src/main.c
4909         * src/mainwindow.c
4910         * src/mainwindow.h
4911         * src/matcher.c
4912         * src/messageview.c
4913         * src/news.c
4914         * src/pop.c
4915         * src/prefs_common.c
4916         * src/prefs_common.h
4917         * src/prefs_logging.c
4918         * src/prefs_logging.h
4919         * src/prefs_other.c
4920         * src/procmsg.c
4921         * src/send_message.c
4922         * src/summaryview.c
4923         * src/common/log.c
4924         * src/common/log.h
4925         * src/common/nntp.c
4926         * src/common/session.c
4927         * src/common/smtp.c
4928         * src/common/socket.c
4929         * src/etpan/imap-thread.c
4930         * src/gtk/logwindow.c
4931         * src/gtk/logwindow.h
4932         * src/plugins/bogofilter/bogofilter.c
4933         * src/plugins/spamassassin/spamassassin.c
4934                 Added debugging of filtering/processing rules.
4935                 The debug log is here 'Tools/Filtering debug window',
4936                 the options there 'Configuration/Preferences/Other/Logging',
4937                 and the log file is ~/.claws-mail/filtering.log.
4938                 Moved protocol log prefs to 'Other/Logging' as well.
4939                 To support such debugging feature, the existing log API has
4940                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
4941                 this impacts many external modules (commits follow).
4942
4943 2007-03-21 [paul]       2.8.1cvs29
4944
4945         * src/etpan/Makefile.am
4946         * src/etpan/imap-thread.c
4947                 add missing #include
4948
4949 2007-03-21 [colin]      2.8.1cvs28
4950
4951         * src/procmime.c
4952                 Fix bug 1157, 'some broken messages confuse 
4953                 mime parser'. Make sure we can't have MimeInfos
4954                 with negative sizes.
4955
4956 2007-03-20 [colin]      2.8.1cvs27
4957
4958         * src/main.c
4959                 Fix missing \0 on buffer
4960
4961 2007-03-20 [colin]      2.8.1cvs26
4962
4963         * src/mh.c
4964                 Use make_dir_hier instead of make_dir 
4965                 to create the MH mailbox
4966
4967 2007-03-20 [colin]      2.8.1cvs25
4968
4969         * src/folder.c
4970         * src/folder.h
4971         * src/prefs_account.c
4972         * src/wizard.c
4973                 Fix default inbox weirdnesses (after wizard,
4974                 if path is Mail, mailbox identifier is #mh/Mailbox,
4975                 and when creating new accounts)
4976
4977 2007-03-20 [colin]      2.8.1cvs24
4978
4979         * src/account.c
4980                 Write folderlist after adding/deleting accounts
4981                 that have folders
4982
4983 2007-03-20 [colin]      2.8.1cvs23
4984
4985         * src/imap.c
4986         * src/remotefolder.h
4987                 Fix bug 1153, 'CM segfaults if IMAP folder is 
4988                 selected while scanning prior to update'
4989
4990 2007-03-17 [paul]       2.8.1cvs22
4991
4992         * src/main.c
4993                 fix a typo, and be a little more verbose.
4994
4995 2007-03-17 [wwp]        2.8.1cvs21
4996
4997         * src/inc.c
4998                 Fix a compiler warning.
4999
5000 2007-03-16 [wwp]        2.8.1cvs20
5001
5002         * tools/Makefile.am
5003         * tools/README
5004                 Updated to deal w/ the new mairix.sh tool.
5005
5006 2007-03-16 [wwp]        2.8.1cvs19
5007
5008         * src/action.c
5009                 Fix logics issues around the action IO dialog:
5010                 - disable entry widget and exec button when
5011                   the exec button is clicked (don't wait for any
5012                   output line) - fix possible disabling/re-enabling/
5013                   re-disabling of those widgets
5014                 - raise an error if executing a %as{} action either
5015                   empty or invalid, instead of failing silently
5016                 - don't close the dialog if the abort button has been
5017                   clicked and if there was no output yet
5018                 - set focus to the abort button when the exec button
5019                   is clicked
5020                 - fix capitalization of a warning message
5021
5022 2007-03-16 [wwp]        2.8.1cvs18
5023
5024         * tools/mairix.sh
5025                 Added a wrapper to mairix to the tools folder.
5026
5027 2007-03-16 [colin]      2.8.1cvs17
5028
5029         * src/messageview.c
5030         * src/mimeview.h
5031                 Allow mimeviewer plugins to print
5032                 their stuff
5033
5034 2007-03-16 [colin]      2.8.1cvs16
5035
5036         * .cvsignore
5037                 Ignore *.patchset
5038
5039 2007-03-15 [colin]      2.8.1cvs15
5040
5041         * src/messageview.c
5042         * src/mimeview.h
5043                 Add a way for mimeviewer plugins to
5044                 implement body search
5045
5046 2007-03-15 [paul]       2.8.1cvs14
5047
5048         * src/prefs_spelling.c
5049                 fix English usage
5050
5051 2007-03-15 [paul]       2.8.1cvs13
5052
5053         * src/common/quoted-printable.c
5054                 fix decoding of quoted-printable parts
5055
5056 2007-03-14 [wwp]        2.8.1cvs12
5057
5058         * src/gtk/logwindow.h
5059                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
5060
5061 2007-03-14 [wwp]        2.8.1cvs11
5062
5063         * src/gtk/logwindow.h
5064                 Complete 2.8.1cvs10.
5065
5066 2007-03-14 [colin]      2.8.1cvs10
5067
5068         * src/gtk/logwindow.c
5069                 Probably fix bug 1149, crash on logwindow
5070                 close - at the expense of performance once
5071                 logwin has been opened
5072
5073 2007-03-14 [colin]      2.8.1cvs9
5074
5075         * src/main.c
5076                 If claws-mail is running on another
5077                 display, warn instead of popping it up
5078                 on the other display
5079
5080 2007-03-12 [colin]      2.8.1cvs8
5081
5082         * src/wizard.c
5083                 Fix bug 1145, 'Setting a different name 
5084                 for the Mailbox name isn't reflected in 
5085                 default account settings'. Patch by wwp
5086
5087 2007-03-12 [colin]      2.8.1cvs7
5088
5089         * src/summaryview.c
5090                 Fix bug 1143, 'Add number of messages to be 
5091                 deleted to confirmation dialog'
5092
5093 2007-03-12 [wwp]        2.8.1cvs6
5094
5095         * src/folderview.c
5096         * src/prefs_common.c
5097         * src/prefs_common.h
5098         * src/prefs_summaries.c
5099                 Changed the option that displays unread messages count
5100                 next to the folder name in folder list: it is now
5101                 possible to either display nothing, display the
5102                 unread messages number only or the unread and total messages
5103                 numbers. The patch includes this extra feature as well
5104                 as some minor fixes by rewriting the algo in folderview.c.
5105                 Thanks to Paul for the original idea and implementation, plus
5106                 testing and proof-reading!
5107
5108 2007-03-09 [paul]       2.8.1cvs5
5109
5110         * tools/Makefile.am
5111         * tools/README
5112         * tools/claws-mail-compose-insert-files.pl
5113                 added a script which enables inserting files
5114                 into the message body of a new Claws Mail
5115                 Compose window from the command line. Additionally
5116                 To, Cc, Subject and files to attach to the message
5117                 can be specified.
5118
5119 2007-03-09 [wwp]        2.8.1cvs4
5120
5121         * src/addr_compl.c
5122         * src/addr_compl.h
5123         * src/filtering.c
5124                 Optimize matching of addresses in the addressbook
5125                 (filtering/processing 'found_in_addressbook' condition).
5126
5127 2007-03-07 [wwp]        2.8.1cvs3
5128
5129         * src/quote_fmt.c
5130         * src/quote_fmt_lex.l
5131         * src/quote_fmt_parse.y
5132                 Add a new quote format symbol: %A to insert the
5133                 sender email address (just the address itself).
5134
5135 2007-03-06 [wwp]        2.8.1cvs2
5136
5137         * src/gtk/gtkutils.c
5138         * src/plugins/trayicon/trayicon_prefs.h
5139         * src/plugins/trayicon/trayicon_prefs.c
5140         * src/plugins/trayicon/trayicon.c
5141         * src/mainwindow.h
5142         * src/mainwindow.c
5143                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
5144                 minimizing Claws-Mail main window will hide it to the trayicon instead.
5145
5146
5147 2007-03-06 [paul]       2.8.1cvs1
5148
5149         * NEWS
5150         * README
5151         * RELEASE_NOTES
5152         * configure.ac
5153                 bump version number following
5154                 stable release
5155
5156 2007-03-06 [paul]       2.8.0cvs24
5157
5158         * po/cs.po
5159                 corrected by by Tim <timbrain@post.cz>
5160
5161 2007-03-05 [colin]      2.8.0cvs23
5162
5163         * src/Makefile.am
5164         * src/procmime.c
5165                 Fix mime/globs path on NetBSD
5166                 patch by George Michaelson
5167
5168 2007-03-05 [wwp]        2.8.0cvs22
5169
5170         * src/addr_compl.c
5171                 Remove debug statement (accidentally committed w/ cvs14).
5172
5173 2007-03-05 [paul]       2.8.0cvs21
5174
5175         * src/plugins/pgpcore/prefs_gpg.c
5176                 fix compiler warning
5177
5178 2007-03-05 [wwp]        2.8.0cvs20
5179
5180         * src/matcher_parser_parse.y
5181                 Fix mismerge between cvs17 and cvs19.
5182
5183 2007-03-05 [wwp]        2.8.0cvs19
5184
5185         * src/matcher_parser_parse.y
5186         * src/prefs_filtering_action.c
5187         * src/matcher.c
5188         * src/matcher.h
5189         * src/filtering.c
5190         * src/filtering.h
5191                 Add new 'add_to_addressbook' filtering/processing action.
5192
5193 2007-03-05 [wwp]        2.8.0cvs18
5194
5195         * src/filtering.c
5196                 Fix mark_as_ham filtering/processing action: spam flag
5197                 was not unset.
5198
5199 2007-03-04 [colin]      2.8.0cvs17
5200
5201         * src/filtering.c
5202         * src/matcher.c
5203         * src/matcher.h
5204         * src/matcher_parser_parse.y
5205         * src/prefs_filtering_action.c
5206                 Add 'Mark as spam' and 'Mark as ham' filtering
5207                 actions. Fixes bug 1138.
5208
5209 2007-03-04 [colin]      2.8.0cvs16
5210
5211         * src/imap.c
5212                 Fix bug 1140, wrong return value
5213                 without libetpan
5214
5215 2007-03-04 [wwp]        2.8.0cvs15
5216
5217         * src/addr_compl.c
5218                 Rollback cvs14: don't free stuff that is managed in g_list.
5219
5220 2007-03-04 [wwp]        2.8.0cvs14
5221
5222         * src/addr_compl.c
5223                 Fix a leak in address completion code.
5224
5225 2007-03-04 [colin]      2.8.0cvs13
5226
5227         * src/addr_compl.c
5228                 Maybe fix bug 1136, 'Crash in group 
5229                 address completion'
5230
5231 2007-03-04 [iwkse]      2.8.0cvs12
5232
5233         * src/imap.c
5234                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
5235
5236 2007-03-03 [colin]      2.8.0cvs11
5237
5238         * src/plugins/pgpinline/pgpinline.c
5239                 Fix off-by-one, fix double-free. Fixes
5240                 bug 1135, 'cm-segfault on decrypting 
5241                 with PGP/inline'
5242
5243 2007-03-03 [colin]      2.8.0cvs10
5244
5245         * configure.ac
5246         * src/main.c
5247         * src/common/plugin.c
5248                 Fix bug 1134, 'Valgrind macros unhandled 
5249                 by Irix's cc'
5250
5251 2007-03-02 [colin]      2.8.0cvs9
5252
5253         * src/mbox.c
5254                 Don't error out on EAGAIN. Fixes 
5255                 bug 1129, '"local mbox file" account 
5256                 isn't retrieving mails'
5257
5258 2007-03-01 [wwp]        2.8.0cvs8
5259
5260         * src/mainwindow.c
5261         * src/gtk/colorlabel.c
5262                 Remove accels for extra color labels until we set better
5263                 and definitive ones.
5264
5265 2007-02-28 [wwp]        2.8.0cvs7
5266
5267         * src/mainwindow.c
5268         * src/matcher_parser_parse.y
5269         * src/prefs_common.c
5270         * src/prefs_msg_colors.c
5271         * src/procmsg.h
5272         * src/gtk/colorlabel.c
5273         * src/gtk/colorlabel.h
5274                 Add more customizable color labels. Cleaned up a bit
5275                 the color label API to avoid duplicate defines of
5276                 the max number of colors.
5277
5278 2007-02-27 [colin]      2.8.0cvs6
5279
5280         * src/mainwindow.c
5281         * src/common/utils.c
5282         * src/common/utils.h
5283                 Fix '+' in mailto URIs for List-* headers
5284
5285 2007-02-27 [colin]      2.8.0cvs5
5286
5287         * src/gtk/gtkutils.c
5288                 Use gtk_window_set_role instead of 
5289                 _set_wmclass
5290
5291 2007-02-27 [colin]      2.8.0cvs4
5292
5293         * src/inc.c
5294                 Fix "After receiving new mail, go to inbox" on IMAP,
5295                 and make it work only on manual reception
5296
5297 2007-02-27 [wwp]        2.8.0cvs3
5298
5299         * src/prefs_filtering.c
5300         * src/prefs_filtering_action.c
5301         * src/prefs_matcher.c
5302                 Update filtering matcher's and action's color label menus
5303                 when re-opening those dialogs (reflect any change to the
5304                 color labels list in the preferences).
5305
5306 2007-02-27 [colin]      2.8.0cvs2
5307
5308         * src/imap.c
5309         * src/etpan/etpan-thread-manager-types.h
5310         * src/etpan/etpan-thread-manager.c
5311         * src/etpan/imap-thread.c
5312                 Log imap ALERTs as errors in the log.
5313
5314 2007-02-26 [paul]       2.8.0cvs1
5315
5316         * tools/claws.i18n.status.pl
5317                 updated
5318
5319 2007-02-26 [paul]       2.7.2cvs75
5320
5321         * po/ca.po
5322         * po/cs.po
5323         * po/de.po
5324         * po/en_GB.po
5325         * po/fi.po
5326         * po/fr.po
5327         * po/hu.po
5328         * po/pl.po
5329         * po/pt_BR.po
5330         * po/sk.po
5331         * po/sr.po
5332         * po/zh_CN.po
5333                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
5334                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
5335                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
5336                 Aleksandar Urosevic, and Ralgh Young
5337
5338 2007-02-25 [mones]      2.7.2cvs74
5339
5340         * po/es.po
5341                 Updated for release
5342
5343 2007-02-25 [colin]      2.7.2cvs73
5344
5345         * src/main.c
5346                 Clearing the list is only useful
5347                 to prevent a valgrind false-positive
5348
5349 2007-02-25 [paul]       2.7.2cvs72
5350
5351         * tools/Makefile.am
5352         * tools/README
5353         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
5354         * tools/maildir2claws-mail.pl  **REMOVED**
5355                 renamed the script, fixed a couple bugs
5356
5357 2007-02-23 [colin]      2.7.2cvs71
5358
5359         * src/addressbook.c
5360                 Fix a leak, check for a few improbable nulls
5361
5362 2007-02-23 [colin]      2.7.2cvs70
5363
5364         * src/main.c
5365         * src/main.h
5366         * src/plugins/trayicon/trayicon.c
5367                 Fix blinking mainwin when starting in tray
5368                 (show mainwindow later in the startup process,
5369                  apart if restarting post-crash)
5370
5371 2007-02-23 [colin]      2.7.2cvs69
5372
5373         * src/folderview.c
5374         * src/imap_gtk.c
5375                 Fix crash when unsubscribing the currently
5376                 selected/opened folder
5377
5378 2007-02-23 [colin]      2.7.2cvs68
5379
5380         * src/compose.c
5381                 Fix bug that prevented colorization to
5382                 work without wrap quotation option
5383
5384 2007-02-23 [colin]      2.7.2cvs67
5385
5386         * src/addr_compl.c
5387                 Fix refcounting, start and end completion who
5388                 behaved as if there couldn't be any other current
5389                 user of completion
5390
5391 2007-02-23 [wwp]        2.7.2cvs66
5392
5393         * src/addressbook.c
5394         * src/addrindex.c
5395                 Address completion fixes: fix addressbook_peek_folder_exists() in
5396                 which the algorithm was ridiculously over-obfuscated and broken.
5397                 Fix addrindex_load_completion() as well, to load addresses in
5398                 completion list with regards to what addressbook_peek_folder_exists()
5399                 returns now.
5400
5401 2007-02-23 [wwp]        2.7.2cvs65
5402
5403         * src/addr_compl.c
5404                 Add addresses to completion when they're non-empty (thanks to Colin).
5405
5406 2007-02-23 [paul]       2.7.2cvs64
5407
5408         * src/plugins/pgpcore/passphrase.c
5409                 remove 'const '
5410
5411 2007-02-23 [colin]      2.7.2cvs63
5412
5413         * src/plugins/pgpcore/prefs_gpg.c
5414         * src/plugins/pgpcore/prefs_gpg.h
5415         * src/plugins/pgpcore/sgpgme.c
5416         * src/plugins/pgpinline/pgpinline.c
5417         * src/plugins/pgpmime/pgpmime.c
5418                 Try harder to respect user's choice wrt
5419                 gpg-agent even with gpg2, by unsetting
5420                 GPG_AGENT_INFO when necessary.
5421
5422 2007-02-22 [paul]       2.7.2cvs62
5423
5424         * src/plugins/pgpcore/sgpgme.c
5425         * src/plugins/pgpcore/sgpgme.h
5426         * src/plugins/pgpcore/passphrase.c
5427         * src/plugins/pgpinline/pgpinline.c
5428         * src/plugins/pgpmime/pgpmime.c
5429                 Fix a leak - gpgme_data_release_and_get_mem
5430                 leaks in recent gpgme. Workaround by using
5431                 our own function.
5432
5433 2007-02-22 [paul]       2.7.2cvs61
5434
5435         * src/gtk/quicksearch.c
5436                 Abandon dynamic search when pressing
5437                 Enter
5438
5439 2007-02-21 [colin]      2.7.2cvs60
5440
5441         * src/procmsg.c
5442         * src/plugins/pgpcore/passphrase.c
5443                 Fix little memory leaks
5444         * src/main.c
5445                 Fix false-positive leak at exit
5446         * src/gtk/quicksearch.c
5447                 Fix potentially big leak in recursive
5448                 Quicksearch
5449
5450 2007-02-21 [wwp]        2.7.2cvs59
5451
5452         * src/summaryview.c
5453                 Add missing newline to a debug message.
5454
5455 2007-02-20 [colin]      2.7.2cvs58
5456
5457         * src/Makefile.am
5458         * src/mimeview.c
5459         * src/stock_pixmap.c
5460         * src/stock_pixmap.h
5461         * src/pixmaps/mime_pgpsig.xpm
5462                 Add icon for application/pgp-signature
5463
5464 2007-02-20 [colin]      2.7.2cvs57
5465
5466         * src/Makefile.am
5467         * src/main.c
5468         * src/mimeview.c
5469         * src/stock_pixmap.c
5470         * src/stock_pixmap.h
5471         * src/pixmaps/mime_calendar.xpm
5472         * src/pixmaps/mime_pdf.xpm
5473         * src/pixmaps/mime_ps.xpm
5474                 Add icons for text/calendar, application/pdf
5475                 and application/postscript
5476
5477 2007-02-20 [colin]      2.7.2cvs56
5478
5479         * autogen.sh
5480         * src/matcher_parser_parse.y
5481         * src/matcher_parser_lex.l
5482                 Fix big memory leak in flex, and
5483                 require flex 2.5.31
5484
5485 2007-02-20 [wwp]        2.7.2cvs55
5486
5487         * src/matcher_parser_parse.y
5488                 Fix a duplicate token definition (thanks to iwkse).
5489
5490 2007-02-20 [wwp]        2.7.2cvs54
5491
5492         * src/matcher_parser_lex.l
5493         * src/quote_fmt_lex.l
5494                 Use proper flex options instead of direct use of #define,
5495                 make the flex-generated C lighter.
5496
5497 2007-02-20 [colin]      2.7.2cvs53
5498
5499         * src/summaryview.c
5500                 Grab focus in message list after hiding
5501                 the quicksearch, instead of leaving it
5502                 "somewhere"
5503
5504 2007-02-19 [colin]      2.7.2cvs52
5505
5506         * src/folderview.c
5507                 Fix bug 1033, 'Automatically refresh 
5508                 message list when new messages arrives'
5509                 Looks like folderview->opened can sometimes
5510                 be wrong...
5511
5512 2007-02-19 [paul]       2.7.2cvs51
5513
5514         * tools/Makefile.am
5515         * tools/README
5516         * tools/thunderbird-filters-convertor.pl
5517                 add new script which converts thunderbird filter
5518                 rules to Claws filter rules
5519
5520 2007-02-18 [paul]       2.7.2cvs50
5521
5522         * src/plugins/pgpcore/prefs_gpg.c
5523         * src/plugins/pgpcore/prefs_gpg.h
5524         * src/plugins/pgpcore/sgpgme.c
5525         * src/plugins/pgpinline/pgpinline.c
5526         * src/plugins/pgpmime/pgpmime.c
5527                 improved GUI interoperability with gpg-agent
5528
5529 2007-02-18 [paul]       2.7.2cvs49
5530
5531         * src/prefs_account.c
5532                 Privacy options sensitivity fix
5533
5534 2007-02-17 [colin]      2.7.2cvs48
5535
5536         * src/messageview.c
5537                 Reset icon to warning in the noticeview
5538
5539 2007-02-15 [colin]      2.7.2cvs47
5540
5541         * src/folderview.c
5542                 Fix a manifestation of bug 1033 (summaryview failing
5543                 to update for new mails), which happens after editing
5544                 account preferences or preferences that cause a 
5545                 folderview reload.
5546
5547 2007-02-15 [colin]      2.7.2cvs46
5548
5549         * src/addressbook.c
5550                 Probably fix bug 1123, 'Segmentation 
5551                 fault while opening address book'. I get
5552                 g_warnings if the saved paned position is
5553                 not greater than 0. Also, save position
5554                 when hiding the addressbook instead of
5555                 via signal.
5556
5557 2007-02-14 [colin]      2.7.2cvs45
5558
5559         * src/plugins/pgpcore/prefs_gpg.c
5560         * src/plugins/pgpcore/prefs_gpg.h
5561         * src/plugins/pgpcore/sgpgme.c
5562         * src/plugins/pgpinline/pgpinline.c
5563         * src/plugins/pgpmime/pgpmime.c
5564                 Add an option "Use gpg-agent if available". Fixes
5565                 annoyances with distro-installed gpg-agent, when
5566                 no pinentry program is installed, and the user's 
5567                 at a loss on why "decryption failed". Makes more
5568                 clear why passphrase isn't saved when gpg-agent is
5569                 used. Defaults to true, to avoid changing the 
5570                 current behaviour.
5571
5572 2007-02-14 [wwp]        2.7.2cvs44
5573
5574         * src/matcher_parser_parse.y
5575                 Fix missing line number reset (wrong line number might appear
5576                 when re-loading filtering rules if there's a parser error).
5577
5578 2007-02-13 [colin]      2.7.2cvs43
5579
5580         * src/common/utils.c
5581                 Don't encode ',' in URIs before passing it
5582                 to the browser command-line. It was probably
5583                 done at a time where commas in URIs made
5584                 mozilla -remote 'openurl(%s,new-window)'
5585                 bug.
5586
5587 2007-02-13 [wwp]        2.7.2cvs42
5588
5589         * src/prefs_matcher.c
5590         * src/plugins/bogofilter/bogofilter_gtk.c
5591                 A bit of string factorization around "Select ..." buttons.
5592
5593 2007-02-11 [colin]      2.7.2cvs41
5594
5595         * src/alertpanel.c
5596                 Make sure to escape the title
5597
5598 2007-02-11 [colin]      2.7.2cvs40
5599
5600         * src/codeconv.c
5601                 Recognize .utf8 locales as .UTF-8 ones
5602
5603 2007-02-11 [colin]      2.7.2cvs39
5604
5605         * src/compose.c
5606                 Fix code conversion when dragging a file
5607
5608 2007-02-09 [colin]      2.7.2cvs38
5609
5610         * src/plugins/clamav/clamav_plugin.c
5611                 Complete Paul's patch with conditional
5612                 compilation to avoid breaking compilation
5613                 on old Dapper and Edgy... Maybe other
5614                 distros too.
5615
5616 2007-02-09 [paul]       2.7.2cvs37
5617
5618         * src/plugins/clamav/clamav_plugin.c
5619                 fix for the upstream changes in libclamav
5620
5621 2007-02-09 [paul]       2.7.2cvs36
5622
5623         * src/main.c
5624         * src/mainwindow.c
5625         * src/procmsg.c
5626         * src/procmsg.h
5627                 fix "warn if there are queued messages" (on exit)
5628                 option, which only checked the first mailbox's
5629                 queue
5630                 don't ask before emptying trash if there are no
5631                 messages in trash, also check and empty all trash
5632                 folders
5633         * src/prefs_other.c
5634                 move "Ask before emptying trash" option
5635                 outside of the "On exit" frame as it's
5636                 not only an "On exit" option
5637
5638 2007-02-09 [paul]       2.7.2cvs35
5639
5640         * src/addrgather.c
5641         * src/alertpanel.c
5642         * src/editldap.c
5643         * src/prefs_account.c
5644         * src/prefs_folder_item.c
5645         * src/prefs_gtk.h
5646         * src/prefs_matcher.c
5647         * src/prefs_message.c
5648         * src/prefs_msg_colors.c
5649         * src/prefs_summaries.c
5650         * src/wizard.c
5651         * src/gtk/inputdialog.c
5652         * src/plugins/bogofilter/bogofilter_gtk.c
5653                 pedantic commit: use 'checkbtn' everywhere
5654                 instead of a mixture of 'checkbtn' and 'chkbtn'
5655
5656 2007-02-09 [paul]       2.7.2cvs34
5657
5658         * src/compose.c
5659                 fix default hotkeys
5660         * src/prefs_other.c
5661         * src/prefs_send.c
5662                 move "Never send Return Receipts" from
5663                 prefs_other to prefs_send
5664                 add an option "Ask about account specific
5665                 filtering rules..." to prefs_other
5666         * src/gtk/gtkutils.c
5667                 fix a compiler warning
5668
5669 2007-02-08 [colin]      2.7.2cvs33
5670
5671         * src/plugins/pgpinline/pgpinline.c
5672                 Fix bug 1110, 'pgpmime fails to process 
5673                 encapsulated openpgp mime (rfc 3156, 6.1 
5674                 -> rfc1847)'
5675                 It was due to an interaction between PGP/Mime
5676                 and PGP/Inline plugin. 
5677
5678 2007-02-08 [colin]      2.7.2cvs32
5679
5680         * src/inc.c
5681         * src/mbox.c
5682         * src/mbox.h
5683                 Fix bug 1117, 'fcntl locking code 
5684                 does not work in mbox.c'
5685
5686 2007-02-08 [colin]      2.7.2cvs31
5687
5688         * src/prefs_account.c
5689                 Fix Gentoo bug 165819, 'can't create 
5690                 a "local mbox file" account'. Patch
5691                 by Olivier <castan.o@free.fr>
5692
5693 2007-02-07 [colin]      2.7.2cvs30
5694
5695         * src/ldapquery.c
5696                 Fix bug 1106, 'Claws crash on exit if LDAPS 
5697                 autocompletion was used'
5698
5699 2007-02-07 [paul]       2.7.2cvs29
5700
5701         * src/folder.c
5702                 cut down on unnecessary debug_prints
5703         * src/imap_gtk.c
5704                 fix menu_set_active() on 'Show only
5705                 subscribed folders'
5706
5707 2007-02-07 [paul]       2.7.2cvs28
5708
5709         * src/plugins/clamav/clamav_plugin.c
5710         * src/plugins/clamav/clamav_plugin.h
5711         * src/plugins/clamav/clamav_plugin_gtk.c
5712                 fix copyright header
5713
5714 2007-02-07 [paul]       2.7.2cvs27
5715
5716         * src/procheader.c
5717                 fix bug 1116, 'summary view allow a 
5718                 subject line break'
5719
5720 2007-02-06 [colin]      2.7.2cvs26
5721
5722         * src/summaryview.c
5723                 Fix delete thread
5724
5725 2007-02-05 [fabien]     2.7.2cvs25
5726
5727         * po/POTFILES.in
5728         * src/uri_opener.c
5729                 i18n related - 1 fix and 1 message for translators.
5730
5731 2007-02-05 [colin]      2.7.2cvs24
5732
5733         * src/gtk/quicksearch.c
5734                 Don't reload summary list if quicksearch wasn't
5735                 active on hiding; move currently selected mail in
5736                 the visible area when showing the quicksearch
5737
5738 2007-02-05 [colin]      2.7.2cvs23
5739
5740         * src/folderview.c
5741                 Add debug to try to solve bug 1104
5742
5743 2007-02-05 [paul]       2.7.2cvs22
5744
5745         * src/mainwindow.c
5746                 confirm before emptying trash on exit is
5747                 a Yes or No answer, use Yes or No in the
5748                 dialog
5749
5750 2007-02-04 [colin]      2.7.2cvs21
5751
5752         * src/compose.c
5753         * src/plugins/pgpcore/passphrase.c
5754         * src/plugins/pgpcore/select-keys.c
5755                 Set wmclass on new windows
5756
5757 2007-02-04 [colin]
5758
5759         2.8.0-rc1 released
5760
5761 2007-02-04 [colin]      2.7.2cvs20
5762
5763         * src/compose.c
5764         * src/compose.h
5765                 Auto save drafts on exit, reopen them
5766                 at startup, instead of asking
5767         * src/account.c
5768         * src/addressadd.c
5769         * src/addressbook.c
5770         * src/addressbook_foldersel.c
5771         * src/addrgather.c
5772         * src/crash.c
5773         * src/editaddress.c
5774         * src/editbook.c
5775         * src/editgroup.c
5776         * src/editjpilot.c
5777         * src/editldap.c
5778         * src/editldap_basedn.c
5779         * src/editvcard.c
5780         * src/exphtmldlg.c
5781         * src/expldifdlg.c
5782         * src/export.c
5783         * src/foldersel.c
5784         * src/gedit-print.c
5785         * src/import.c
5786         * src/importldif.c
5787         * src/importmutt.c
5788         * src/importpine.c
5789         * src/main.c
5790         * src/mainwindow.c
5791         * src/message_search.c
5792         * src/messageview.c
5793         * src/prefs_actions.c
5794         * src/prefs_customheader.c
5795         * src/prefs_display_header.c
5796         * src/prefs_filtering.c
5797         * src/prefs_filtering_action.c
5798         * src/prefs_folder_column.c
5799         * src/prefs_gtk.c
5800         * src/prefs_matcher.c
5801         * src/prefs_other.c
5802         * src/prefs_summaries.c
5803         * src/prefs_summary_column.c
5804         * src/prefs_template.c
5805         * src/sourcewindow.c
5806         * src/ssl_manager.c
5807         * src/summary_search.c
5808         * src/uri_opener.c
5809         * src/gtk/about.c
5810         * src/gtk/description_window.c
5811         * src/gtk/foldersort.c
5812         * src/gtk/gtkutils.c
5813         * src/gtk/gtkutils.h
5814         * src/gtk/icon_legend.c
5815         * src/gtk/logwindow.c
5816         * src/gtk/pluginwindow.c
5817         * src/gtk/prefswindow.c
5818                 Give different wmclass to different
5819                 windows - thanks to sed ;)
5820
5821 2007-02-04 [colin]      2.7.2cvs19
5822
5823         * src/main.c
5824                 Revert previous patch, can't reproduce
5825                 it anymore. 
5826
5827 2007-02-03 [colin]      2.7.2cvs18
5828
5829         * src/main.c
5830                 Don't save the mainwindow size and
5831                 position on emergency exit (libSM's
5832                 "die" callback), Xfce seems to make
5833                 the window smaller just before the
5834                 size's saved.
5835
5836 2007-02-03 [colin]      2.7.2cvs17
5837
5838         * src/plugins/bogofilter/bogofilter.c
5839         * src/plugins/bogofilter/bogofilter.h
5840         * src/plugins/bogofilter/bogofilter_gtk.c
5841         * src/plugins/pgpinline/pgpinline.c
5842         * src/plugins/pgpinline/pgpinline.h
5843                 Fix more copyrights
5844
5845 2007-02-03 [colin]      2.7.2cvs16
5846
5847         * src/partial_download.c
5848         * src/partial_download.h
5849         * src/ssl_manager.c
5850         * src/ssl_manager.h
5851         * src/uri_opener.c
5852         * src/uri_opener.h
5853         * src/wizard.c
5854         * src/wizard.h
5855         * src/common/ssl_certificate.c
5856         * src/common/ssl_certificate.h
5857         * src/gtk/quicksearch.c
5858         * src/gtk/quicksearch.h
5859         * src/gtk/sslcertwindow.c
5860         * src/gtk/sslcertwindow.h
5861                 Fix copyright on my files
5862
5863 2007-02-02 [colin]      2.7.2cvs15
5864
5865         * src/Makefile.am
5866         * src/mainwindow.c
5867         * src/messageview.c
5868         * src/messageview.h
5869         * src/textview.c
5870         * src/textview.h
5871         * src/uri_opener.c
5872         * src/uri_opener.h
5873                 Add Tools/List URIs to allow
5874                 opening any URI in the current mail
5875
5876 2007-02-02 [colin]      2.7.2cvs14
5877
5878         * src/common/valgrind.h ** NEW FILE **
5879         * src/common/Makefile.am
5880         * src/common/plugin.c
5881                 Don't dlclose the plugins if we're running
5882                 under valgrind. (doesn't require valgrind
5883                 either at compile time or run time).
5884
5885 2007-02-01 [paul]       2.7.2cvs13
5886
5887         * AUTHORS
5888         * src/gtk/authors.h
5889         * tools/freshmeat_search.pl
5890         * tools/google_search.pl
5891         * tools/multiwebsearch.pl
5892                 add support for non ISO-8859-1 compatible locales
5893                 Patch by Alex Gorbachenko <agent_007@immo.ru>
5894
5895 2007-02-01 [colin]      2.7.2cvs12
5896
5897         * src/prefs_other.c
5898         * src/prefs_summaries.c
5899                 Move keybinding prefs to the Other page
5900
5901 2007-02-01 [wwp]        2.7.2cvs11
5902
5903         * src/plugins/trayicon/trayicon.c
5904                 Fix a raising issue within KDE.
5905
5906 2007-02-01 [colin]      2.7.2cvs10
5907
5908         * src/codeconv.c
5909                 Fix stray quotes in encoded strings
5910         * src/addressadd.c
5911                 Fix wrong call causing g_warnings
5912         * src/textview.c
5913                 Remove useless message
5914
5915 2007-01-31 [wwp]        2.7.2cvs9
5916
5917         * src/plugins/trayicon/trayicon.c
5918                 fix buggy hiding of main window when closing if close-to-tray
5919                 is not set (bad logics  in the trayicon hook code).
5920                 Changed the quit confirmation message too.
5921
5922 2007-01-30 [colin]      2.7.2cvs8
5923
5924         * src/main.c
5925                 Fix hidden mainwindow after clicking on
5926                 the X close button, if compose windows
5927                 exist and the user chooses not to quit
5928
5929 2007-01-30 [colin]      2.7.2cvs7
5930
5931         * src/main.c
5932         * src/compose.c
5933                 Handle local URIs to attach files (file:///...)
5934                 Fixes attaching files from Thunar for example
5935
5936 2007-01-30 [colin]      2.7.2cvs6
5937
5938         * src/prefs_ext_prog.c
5939                 Add 'mousepad' to the list of text editors.
5940                 Mousepad is XFCE's text editor
5941
5942 2007-01-29 [wwp]        2.7.2cvs5
5943
5944         * po/POTFILES.in
5945         * src/plugins/trayicon/trayicon_prefs.c
5946                 trayicon i18n fixes, thanks to Fabien.
5947
5948 2007-01-28 [wwp]        2.7.2cvs4
5949
5950         * src/mainwindow.c
5951         * src/mainwindow.h
5952         * src/plugins/trayicon/trayicon.c
5953         * src/plugins/trayicon/trayicon_prefs.c
5954         * src/plugins/trayicon/trayicon_prefs.h
5955                 Added a new TrayIcon plugin option to close to tray
5956                 (WM's hotkey and [X] button will hide the window instead
5957                 of closing it - closing CM can be done using the tray icon
5958                 menu or the File menu).
5959                 Improved visibility handling in trayicon, clicking the
5960                 trayicon now raise the window to current desktop when it
5961                 was either minimized/shaded/on another desktop.
5962                 Thanks to Paul for testing and fixing a strange behaviour
5963                 in KDE ;-).
5964
5965 2007-01-27 [paul]       2.7.2cvs3
5966
5967         * src/prefs_folder_item.c
5968         * src/prefs_receive.c
5969         * src/plugins/pgpcore/prefs_gpg.c
5970                 use 'start-up' instead of 'startup' in labels
5971
5972 2007-01-26 [wwp]        2.7.2cvs2
5973
5974         * src/plugins/trayicon/Makefile.am
5975         * src/plugins/trayicon/trayicon.c
5976         * src/plugins/trayicon/trayicon_prefs.c
5977         * src/plugins/trayicon/trayicon_prefs.h
5978                 Add a new TrayIcon option to hide the main window at
5979                 start-up.
5980                 Fix trayicon.c copyright header.
5981
5982 2007-01-26 [paul]       2.7.2cvs1
5983
5984         * NEWS
5985         * README
5986         * RELEASE_NOTES
5987         * configure.ac
5988                 bump up version number following
5989                 stable release
5990
5991 2007-01-25 [mones]      2.7.1cvs60
5992
5993         * po/es.po
5994                 updated thousands of strings (well, probably less ;-)
5995
5996 2007-01-25 [colin]      2.7.1cvs59
5997
5998         * src/matcher.c
5999                 Fix 2nd-run loss of matcherrc on new
6000                 configurations. 
6001
6002 2007-01-25 [wwp]        2.7.1cvs58
6003
6004         * src/mimeview.c
6005                 fix handling of empty value in attach_save_directory too, thanks
6006                 to Colin.
6007
6008 2007-01-25 [wwp]        2.7.1cvs57
6009
6010         * src/gtk/filesel.c
6011                 fix handling of empty value in attach_load_directory,
6012                 thanks to Colin.
6013
6014 2007-01-25 [wwp]        2.7.1cvs56
6015
6016         * src/plugins/dillo_viewer/dillo_prefs.h
6017                 fix a typo.
6018
6019 2007-01-25 [colin]      2.7.1cvs55
6020
6021         * src/matcher.c
6022         * src/matcher.h
6023         * src/matcher_parser_parse.y
6024         * src/prefs_matcher.c
6025                 Add matching on the spam flag
6026
6027 2007-01-24 [colin]      2.7.1cvs54
6028
6029         * src/folder.c
6030         * src/common/xml.c
6031         * src/common/xml.h
6032                 Make sure folderlist.xml is correctly
6033                 written before overwriting it.
6034         * src/procmsg.c
6035         * src/procmsg.h
6036         * src/summaryview.c
6037         * src/plugins/bogofilter/bogofilter.c
6038         * src/plugins/bogofilter/bogofilter.h
6039         * src/plugins/bogofilter/bogofilter_gtk.c
6040         * src/plugins/spamassassin/spamassassin.c
6041         * src/plugins/spamassassin/spamassassin.h
6042         * src/plugins/spamassassin/spamassassin_gtk.c
6043                 Move spam to the correct trash folder after
6044                 learning, if spam directory isn't set.
6045
6046 2007-01-23 [paul]       2.7.1cvs53
6047
6048         * src/plugins/bogofilter/bogofilter_gtk.c
6049                 fix sensitivity of "Insert X-Bogosity header"
6050                 option
6051
6052 2007-01-23 [colin]      2.7.1cvs52
6053
6054         * src/toolbar.c
6055                 Translate toolbar items text if
6056                 they're translatable (default)
6057         * src/addrcache.c
6058         * src/addrcache.h
6059         * src/addritem.c
6060         * src/addritem.h
6061         * src/codeconv.c
6062         * src/codeconv.h
6063         * src/jpilot.c
6064         * src/jpilot.h
6065         * src/ldapctrl.c
6066         * src/ldapctrl.h
6067         * src/ldapquery.h
6068         * src/ldif.c
6069         * src/ldif.h
6070         * src/etpan/etpan-thread-manager.c
6071         * src/etpan/etpan-thread-manager.h
6072         * src/gtk/gtkutils.c
6073         * src/gtk/gtkutils.h
6074                 More static functions
6075
6076 2007-01-22 [fabien]     2.7.1cvs51
6077
6078         * src/gtk/gtkutils.c
6079                 gtkut_get_options_frame() : ability to pass
6080                 a 'NULL' value in frame pointer parameter if
6081                 we don't need it.
6082
6083 2007-01-22 [colin]      2.7.1cvs50
6084
6085         * src/procmsg.c
6086         * src/procmsg.h
6087         * src/plugins/bogofilter/bogofilter.c
6088         * src/plugins/bogofilter/bogofilter_gtk.c
6089         * src/plugins/spamassassin/spamassassin.c
6090         * src/plugins/spamassassin/spamassassin_gtk.c
6091                 Allow moving spams to the account's trash
6092                 instead of default one
6093
6094 2007-01-21 [colin]      2.7.1cvs49
6095
6096         * src/ldapquery.c
6097         * src/ldapquery.h
6098                 Revert a static function that shouldn't
6099                 have been
6100
6101 2007-01-21 [colin]      2.7.1cvs48
6102
6103         * src/ldapquery.c
6104         * src/ldapquery.h
6105                 Same
6106
6107 2007-01-21 [colin]      2.7.1cvs47
6108
6109         * src/procmsg.c
6110         * src/procmsg.h
6111                 Same
6112
6113 2007-01-21 [colin]      2.7.1cvs46
6114
6115         * src/common/socket.c
6116         * src/common/socket.h
6117                 Same
6118
6119 2007-01-21 [colin]      2.7.1cvs45
6120
6121         * src/crash.c
6122         * src/exporthtml.c
6123         * src/exporthtml.h
6124         * src/exportldif.c
6125         * src/exportldif.h
6126         * src/folder.c
6127         * src/folder.h
6128         * src/folder_item_prefs.c
6129         * src/folder_item_prefs.h
6130         * src/folderview.c
6131         * src/folderview.h
6132         * src/gedit-print.c
6133         * src/gedit-print.h
6134         * src/main.c
6135         * src/main.h
6136         * src/common/socket.c
6137         * src/common/socket.h
6138         * src/gtk/gtkaspell.c
6139         * src/gtk/gtkaspell.h
6140         * src/gtk/quicksearch.c
6141         * src/gtk/quicksearch.h
6142                 Same
6143
6144 2007-01-21 [colin]      2.7.1cvs44
6145
6146         * src/common/utils.c
6147         * src/common/utils.h
6148         * src/etpan/etpan-thread-manager.c
6149         * src/etpan/etpan-thread-manager.h
6150                 Same (Funny that etpan_thread_unbind
6151                 is called but not etpan_thread_bind)
6152
6153 2007-01-21 [colin]      2.7.1cvs43
6154
6155         * src/addrselect.c
6156         * src/addrselect.h
6157         * src/codeconv.c
6158         * src/codeconv.h
6159         * src/compose.c
6160         * src/compose.h
6161         * src/etpan/Makefile.am
6162         * src/gtk/colorlabel.c
6163         * src/gtk/colorlabel.h
6164         * src/gtk/sslcertwindow.c
6165         * src/gtk/sslcertwindow.h
6166         * src/etpan/etpan-log.c ** REMOVED **
6167         * src/etpan/etpan-log.h ** REMOVED **
6168                 Same
6169
6170 2007-01-20 [colin]      2.7.1cvs42
6171
6172         * src/addritem.c
6173         * src/addritem.h
6174                 Same
6175
6176 2007-01-20 [colin]      2.7.1cvs41
6177
6178         * src/account.c
6179         * src/account.h
6180         * src/addrbook.c
6181         * src/addrbook.h
6182         * src/addrcache.c
6183         * src/addrcache.h
6184         * src/addrclip.c
6185         * src/addrclip.h
6186         * src/addressbook.c
6187         * src/addressbook.h
6188         * src/addrharvest.c
6189         * src/addrharvest.h
6190         * src/addrindex.c
6191         * src/addrindex.h
6192         * src/editaddress.c
6193         * src/editaddress.h
6194                 Make functions that aren't used in other
6195                 files static
6196
6197 2007-01-20 [colin]      2.7.1cvs40
6198
6199         * src/account.c
6200         * src/addrbook.c
6201         * src/addrcache.c
6202         * src/addressbook.c
6203         * src/addrgather.c
6204         * src/addrindex.c
6205         * src/addrquery.c
6206         * src/addrselect.c
6207         * src/browseldap.c
6208         * src/compose.c
6209         * src/editbook.c
6210         * src/editjpilot.c
6211         * src/editldap.c
6212         * src/editldap_basedn.c
6213         * src/editvcard.c
6214         * src/exporthtml.c
6215         * src/exportldif.c
6216         * src/folder.c
6217         * src/folderview.c
6218         * src/image_viewer.c
6219         * src/imap.c
6220         * src/importmutt.c
6221         * src/importpine.c
6222         * src/jpilot.c
6223         * src/ldapquery.c
6224         * src/main.c
6225         * src/mainwindow.c
6226         * src/matcher.c
6227         * src/messageview.c
6228         * src/mh.c
6229         * src/mimeview.c
6230         * src/msgcache.c
6231         * src/mutt.c
6232         * src/news.c
6233         * src/pine.c
6234         * src/prefs_account.c
6235         * src/prefs_common.c
6236         * src/prefs_compose_writing.c
6237         * src/prefs_ext_prog.c
6238         * src/prefs_folder_item.c
6239         * src/prefs_fonts.c
6240         * src/prefs_message.c
6241         * src/prefs_msg_colors.c
6242         * src/prefs_other.c
6243         * src/prefs_quote.c
6244         * src/prefs_receive.c
6245         * src/prefs_send.c
6246         * src/prefs_spelling.c
6247         * src/prefs_summaries.c
6248         * src/prefs_toolbar.c
6249         * src/prefs_wrapping.c
6250         * src/privacy.c
6251         * src/procmime.c
6252         * src/procmsg.c
6253         * src/ssl_manager.c
6254         * src/statusbar.c
6255         * src/summaryview.c
6256         * src/toolbar.c
6257         * src/vcard.c
6258         * src/common/hooks.c
6259         * src/common/log.c
6260         * src/common/passcrypt.c
6261         * src/common/socket.c
6262         * src/common/ssl.c
6263         * src/common/ssl_certificate.c
6264         * src/common/template.c
6265         * src/common/utils.c
6266         * src/etpan/imap-thread.c
6267         * src/gtk/sslcertwindow.c
6268         * src/gtk/sslcertwindow.h
6269                 Make functions that could be static, static
6270
6271 2007-01-20 [colin]      2.7.1cvs39
6272
6273         * src/editldap.c
6274                 Fix tooltip
6275
6276 2007-01-20 [colin]      2.7.1cvs38
6277
6278         * src/ldapquery.c
6279         * src/ldaputil.c
6280         * src/ldaputil.h
6281                 Fix bug 1102, 'claws-mail-2.7.1 
6282                 makes use of deprecated ldap 
6283                 functions'
6284
6285 2007-01-20 [colin]      2.7.1cvs37
6286
6287         * src/mainwindow.c
6288         * src/mainwindow.h
6289         * src/summaryview.c
6290         * src/gtk/quicksearch.c
6291                 Add Wide message list layout
6292
6293 2007-01-19 [fabien]     2.7.1cvs36
6294
6295         * src/textview.c
6296                 make sure a font change is considered in links of
6297                 headerview.
6298
6299 2007-01-19 [colin]      2.7.1cvs35
6300
6301         * src/main.c
6302         * src/mainwindow.c
6303         * src/mainwindow.h
6304         * src/messageview.c
6305         * src/messageview.h
6306         * src/prefs_common.c
6307         * src/prefs_common.h
6308         * src/summaryview.c
6309         * src/summaryview.h
6310         * src/gtk/quicksearch.c
6311         * src/gtk/quicksearch.h
6312                 Drop 'Separate Folder tree' and 'Separate
6313                 Message View'. Put three layouts in place
6314                 of it.
6315
6316 2007-01-19 [paul]       2.7.1cvs34
6317
6318         * src/prefs_msg_colors.c
6319                 more use of Q_ for translators
6320
6321 2007-01-19 [paul]       2.7.1cvs33
6322
6323         * src/imap_gtk.c
6324         * src/prefs_account.c
6325                 a few changes to the English
6326
6327 2007-01-19 [fabien]     2.7.1cvs32
6328
6329         * src/wizard.c
6330                 factorize translatable string
6331
6332 2007-01-18 [colin]      2.7.1cvs31
6333
6334         * src/main.c
6335                 Don't error out on --sync option. Although
6336                 we don't do anything with it, gtk+ handles
6337                 it, and it's useful for debugging X errors
6338
6339 2007-01-18 [fabien]     2.7.1cvs30
6340
6341         * src/prefs_other.c
6342                 ability to apply on the fly the recent added
6343                 'gtk_can_change_accels' pref (no need to restart).
6344
6345 2007-01-18 [fabien]     2.7.1cvs29
6346
6347         * src/plugins/bogofilter/bogofilter_gtk.c
6348         * src/plugins/bogofilter/bogofilter.c
6349         * src/plugins/spamassassin/spamassassin_gtk.c
6350         * src/addr_compl.c
6351         * src/prefs_account.c
6352                 factorize or rewrite some translatable strings.
6353
6354 2007-01-18 [fabien]     2.7.1cvs28
6355
6356         * src/prefs_gtk.h
6357         * src/compose.c
6358                 set a 4pix space between "Subject:" label and subject entry in
6359                 compose window.
6360
6361 2007-01-18 [wwp]        2.7.1cvs27
6362
6363         * src/addressbook.c
6364                 fix conflicting address-copy/paste when focus is set
6365                 to the embedded edit-person form.
6366  
6367
6368 2007-01-18 [wwp]        2.7.1cvs26
6369
6370         * src/addressbook.h
6371                 complete 2.7.1cvs23 (one more file was missing from that
6372                 commit).
6373
6374 2007-01-18 [colin]      2.7.1cvs25
6375
6376         * src/main.c
6377                 Provide a way to migrate without backup
6378                 Re-ask for migration on next start if 
6379                 it has been refused and wizard has been 
6380                 cancelled after.
6381
6382 2007-01-18 [wwp]        2.7.1cvs24
6383
6384         * src/editaddress.c
6385                 complete 2.7.1.cvs23 (file was missing from previous
6386                 commit).
6387
6388 2007-01-18 [wwp]        2.7.1cvs23
6389
6390         * src/addressbook.c
6391                 fix potential crashes in address book's focus_in/out signal handlers,
6392                 force focus to the edit-person form when clicked the Edit menu entry or
6393                 button (this only matters if the edit-person form is embedded to the
6394                 AB window, in that case, focus is not set when browsing the contacts
6395                 list w/ keys or mouse clicks).
6396
6397 2007-01-18 [paul]       2.7.1cvs22
6398
6399         * src/main.c
6400                 add command line options:
6401                 -h for --help
6402                 -q and --quit for --exit
6403                 -v for --version
6404                 print "Unknown option" for unknown options
6405
6406 2007-01-18 [paul]       2.7.1cvs21
6407
6408         * po/ru.po
6409                 updated by Pavlo Bohmat
6410
6411 2007-01-18 [paul]       2.7.1cvs20
6412
6413         * src/mainwindow.c
6414                 fix sensitivity issues of Mark as Spam/Ham
6415
6416 2007-01-17 [fabien]     2.7.1cvs19
6417
6418         * src/prefs_other.c
6419         * src/prefs_common.c
6420         * src/prefs_common.h
6421         * src/main.c
6422                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
6423                 control the corresponding gtk property. It could be used to lock
6424                 all shortcuts (avoid to set one of them by inadvertency).
6425
6426 2007-01-17 [colin]      2.7.1cvs18
6427
6428         * src/summaryview.c
6429                 Fix bug 1100, 'Highlighted e-mail data not visible 
6430                 when color label applied.'. Use a weighted average
6431                 between normal selected foreground color and color
6432                 label instead of a simple one (3/1 instead 1/1).
6433
6434 2007-01-17 [colin]      2.7.1cvs17
6435
6436         * src/messageview.c
6437                 Better fix for bug 1088, 'Ctrl-h produces repeatable
6438                 crash' - don't prevent mail switching while loading
6439
6440 2007-01-17 [colin]      2.7.1cvs16
6441
6442         * src/folder.c
6443         * src/folder.h
6444         * src/folderview.c
6445         * src/folderview.h
6446         * src/imap.c
6447         * src/imap.h
6448         * src/imap_gtk.c
6449                 Manage recursive search of unsubscribed folders
6450                 Rescan tree without checking for new messages 
6451                 after subscriptions changed
6452
6453 2007-01-17 [paul]       2.7.1cvs15
6454
6455         * src/prefs_common.c
6456         * src/gtk/pluginwindow.c
6457                 fix bug 1101, '"Load plugin" button is
6458                 accidentally hidden'
6459                 unset (-1) initial width in prefs_common,
6460                 fix overlapping buttons,
6461                 and other cleanups
6462
6463 2007-01-17 [paul]       2.7.1cvs14
6464
6465         * src/procmime.c
6466                 add #include <errno.h>, it's needed
6467                 on some systems
6468
6469 2007-01-17 [paul]       2.7.1cvs13
6470
6471         * src/common/defs.h
6472         * tools/make.themes.project
6473                 rename .sylpheed_themeinfo to .claws_themeinfo
6474                 and use it
6475         * src/etpan/etpan-errors.h
6476         * src/etpan/etpan-log.c
6477         * src/etpan/etpan-log.h
6478         * src/etpan/etpan-thread-manager-types.h
6479         * src/etpan/etpan-thread-manager.c
6480         * src/etpan/etpan-thread-manager.h
6481         * src/etpan/imap-thread.c
6482         * src/etpan/imap-thread.h
6483                 add copyright header
6484
6485 2007-01-17 [colin]      2.7.1cvs12
6486
6487         * src/plugins/pgpcore/select-keys.c
6488         * src/gtk/pluginwindow.c
6489         * src/prefs_account.c
6490                 Fix warnings
6491
6492 2007-01-16 [colin]      2.7.1cvs11
6493
6494         * src/imap.c
6495         * src/imap.h
6496         * src/imap_gtk.c
6497                 Manage subscribing to subfolders when only
6498                 subscribed folders are shown.
6499
6500 2007-01-16 [colin]      2.7.1cvs10
6501
6502         * src/folderview.c
6503                 Fix annoying vscrollbar going back to top
6504                 on Check for new folders
6505
6506 2007-01-16 [colin]      2.7.1cvs9
6507
6508         * src/imap.c
6509                 Remove printf
6510
6511 2007-01-16 [colin]      2.7.1cvs8
6512
6513         * src/filtering.c
6514                 Bigger buffer for errors
6515         * src/imap.c
6516         * src/imap.h
6517         * src/imap_gtk.c
6518         * src/prefs_account.c
6519         * src/prefs_account.h
6520         * src/wizard.c
6521         * src/etpan/imap-thread.c
6522         * src/etpan/imap-thread.h
6523         * manual/handling.xml
6524                 Add subscriptions management. What it changes:
6525                 Creating a folder subscribes to it
6526                 Deleting a folder unsubscribes it
6527                 New contextual menu item allowing to switch between
6528                 All folders and Subscribed folders, subscribe, and
6529                 unsubscribe. "Creating" an existing but unsubscribed
6530                 folder will subscribe it.
6531                 By default for new accounts, only subscribed folders 
6532                 are shown.
6533
6534
6535 2007-01-16 [paul]       2.7.1cvs7
6536
6537         * src/summaryview.c
6538                 Allow folder classes to specify only sort_key or
6539                 sort_type instead of both or none.
6540
6541 2007-01-16 [paul]       2.7.1cvs6
6542
6543         * src/action.c
6544         * src/compose.c
6545         * src/mimeview.c
6546         * src/procmime.c
6547         * src/textview.c
6548                 Save and use errno for procmime_get_part
6549
6550 2007-01-16 [colin]      2.7.1cvs5
6551
6552         * src/imap.c
6553                 Never remove INBOX when scanning for
6554                 new folders. It's a special folder
6555                 that has to exist.
6556
6557 2007-01-15 [colin]      2.7.1cvs4
6558
6559         * src/imap.c
6560                 Fix 'Check for new folders' when IMAP subdirectory
6561                 is set
6562         * src/etpan/imap-thread.c
6563                 Fix build
6564
6565 2007-01-15 [colin]      2.7.1cvs3
6566
6567         * src/etpan/imap-thread.c
6568                 Fix invalid free on command-connection
6569                 error
6570
6571 2007-01-15 [wwp]        2.7.1cvs2
6572
6573         * src/matcher_parser_lex.l
6574         * src/quote_fmt_lex.l
6575         * src/matcher_parser_parse.y
6576                 fix copyright header in lexers and parsers.
6577
6578 2007-01-15 [paul]       2.7.1cvs1
6579
6580         * NEWS
6581         * README
6582         * RELEASE_NOTES
6583         * configure.ac
6584                 bump up version number following
6585                 stable release
6586
6587 2007-01-15 [paul]       2.7.0cvs31
6588
6589         * AUTHORS
6590         * src/gtk/authors.h
6591                 add Fabien to the Team list
6592                 add the recent contributors
6593                 make a few corrections
6594
6595 2007-01-15 [paul]       2.7.0cvs30
6596
6597         * src/mainwindow.c
6598                 fix compiler warning
6599         * src/plugins/pgpcore/prefs_gpg.c
6600         * src/plugins/pgpcore/prefs_gpg.h
6601                 add missing include
6602                 fix copyright header
6603
6604 2007-01-14 [colin]      2.7.0cvs29
6605
6606         * src/gtk/filesel.c
6607                 Use the 'gtk+' backend. Avoids gnome-vfs use,
6608                 two benefits: faster to open, will fix strange
6609                 dbus-related crash. Thanks to Pascal Terjan.
6610
6611 2007-01-14 [colin]      2.7.0cvs28
6612
6613         * src/etpan/imap-thread.c
6614                 Delete the old imap just after allocating
6615                 the new one. Makes sure we don't get the
6616                 same pointer by sheer luck, which feels
6617                 strange in the debug log.
6618
6619 2007-01-14 [colin]      2.7.0cvs27
6620
6621         * src/gtk/inputdialog.c
6622                 Make sure we don't print passwords in
6623                 clear text when in debug mode
6624
6625 2007-01-14 [colin]      2.7.0cvs26
6626
6627         * src/gtk/gtksctree.c
6628                 Fix bug 1098, 'bogus last row display 
6629                 after expanding a thread'. Patch by
6630                 Jindrich Makovicka <makovick@gmail.com>
6631
6632 2007-01-14 [colin]      2.7.0cvs25
6633
6634         * src/etpan/imap-thread.c
6635                 Close socket manually before
6636                 freeing the imap struct
6637
6638 2007-01-14 [colin]      2.7.0cvs24
6639
6640         * src/etpan/imap-thread.c
6641                 Maybe fix new reconnection issues
6642
6643 2007-01-13 [colin]      2.7.0cvs23
6644
6645         * src/summaryview.c
6646                 Freeze/thaw on thread selection
6647
6648 2007-01-13 [paul]       2.7.0cvs22
6649
6650         * src/mainwindow.c
6651         * src/summaryview.c
6652         * src/summaryview.h
6653                 add 'Edit/Delete thread'
6654
6655 2007-01-13 [colin]      2.7.0cvs21
6656
6657         * src/prefs_account.c
6658         * src/prefs_compose_writing.c
6659         * src/prefs_message.c
6660         * src/prefs_msg_colors.c
6661         * src/prefs_other.c
6662         * src/prefs_receive.c
6663         * src/prefs_spelling.c
6664         * src/prefs_summaries.c
6665         * src/prefs_themes.c
6666         * src/gtk/gtkutils.c
6667         * src/gtk/gtkutils.h
6668         * src/plugins/pgpcore/prefs_gpg.c
6669         * src/plugins/spamassassin/spamassassin_gtk.c
6670                 Factorize gtk frame creation
6671                 Patch by Pawel
6672
6673 2007-01-13 [colin]      2.7.0cvs20
6674
6675         * src/message_search.c
6676         * src/summary_search.c
6677                 Fix Enter in search windows
6678         * src/messageview.c
6679                 Fix body search starting at the
6680                 end of the mail (and asking for loop)
6681
6682 2007-01-13 [colin]      2.7.0cvs19
6683
6684         * src/etpan/imap-thread.c
6685                 Make sure we don't free the same imap
6686                 twice
6687
6688 2007-01-13 [colin]      2.7.0cvs18
6689
6690         * commitHelper
6691                 Allow multiple commitHelpers to
6692                 run at once
6693
6694 2007-01-12 [colin]      2.7.0cvs17
6695
6696         * src/etpan/imap-thread.c
6697                 Make sure we get rid of the previous mailimap
6698                 when connecting - just in case disconnect was
6699                 unclean
6700
6701 2007-01-12 [paul]       2.7.0cvs16
6702
6703         * src/compose.c
6704                 Strip S/MIME signatures when re-editing
6705                 S/MIME signed messages.
6706
6707 2007-01-12 [paul]       2.7.0cvs15
6708
6709         * configure.ac
6710         * src/addressbook.c
6711         * src/foldersel.c
6712         * src/folderview.c
6713         * src/main.c
6714                 no need to define CLAWS anymore, remove
6715                 all that stuff
6716
6717 2007-01-12 [paul]       2.7.0cvs14
6718
6719         * src/mimeview.c
6720                 check if the mail's signed as
6721                 it can change the mail structure
6722                 Thanks to Colin
6723
6724 2007-01-12 [paul]       2.7.0cvs13
6725
6726         * src/procmime.c
6727                 fix Forwarding msgs with attachments
6728                 that have dos line endings
6729                 Thanks to Colin
6730
6731 2007-01-12 [wwp]        2.7.0cvs12
6732
6733         * configure.ac
6734                 Revert accidentally committed extra version tag.
6735
6736 2007-01-12 [wwp]        2.7.0cvs11
6737
6738         * src/prefs_account.c
6739                 Fix compilation w/o aspell (completes 2.7.0cvs7).
6740
6741 2007-01-11 [colin]      2.7.0cvs10
6742
6743         * src/imap.c
6744                 move g_warning to debug_print
6745                 it scares people for no reason
6746
6747 2007-01-11 [colin]      2.7.0cvs9
6748
6749         * po/POTFILES.in
6750                 Fix files to translate. Patch by
6751                 Fabien
6752
6753 2007-01-11 [paul]       2.7.0cvs8
6754
6755         * src/imap.c
6756                 Fix recursion when server lists the
6757                 current subfolder in the response
6758         * src/mimeview.c
6759                 Fix updating of icon_list/ctree
6760         * src/plugins/pgpcore/select-keys.c
6761                 Fix a few annoyances when choosing
6762                 keys for the CMS (S/MIME) protocol
6763
6764 2007-01-11 [wwp]        2.7.0cvs7
6765
6766         * src/compose.c
6767         * src/prefs_account.c
6768         * src/prefs_account.h
6769                 Add per-account spellcheck default dictionaries settings.
6770
6771 2007-01-10 [colin]      2.7.0cvs6
6772
6773         * src/prefs_folder_item.c
6774                 Factorize strings - patch by Fabien
6775
6776 2007-01-10 [colin]      2.7.0cvs5
6777
6778         * src/mainwindow.c
6779                 Fix bug 1095, 'Crash while changing folder 
6780                 columns during incorporation'
6781
6782 2007-01-09 [colin]      2.7.0cvs4
6783
6784         * src/gtk/pluginwindow.c
6785                 Set the plugin window transient. Seems
6786                 like some window managers hide it in
6787                 the background after "load plugin"...
6788
6789 2007-01-09 [colin]      2.7.0cvs3
6790
6791         * src/gtk/filesel.c
6792                 Use the same type for alloc and free
6793
6794 2007-01-08 [paul]       2.7.0cvs2
6795
6796         * po/nl.po
6797                 updated by Tim Dijkstra
6798
6799 2007-01-08 [paul]       2.7.0cvs1
6800
6801         * src/prefs_themes.c
6802         * src/common/utils.c
6803                 Fix resource leaks
6804
6805 2007-01-08 [paul]       2.7.0
6806
6807         * NEWS
6808         * README
6809         * RELEASE_NOTES
6810                 2.7.0 released
6811
6812 2007-01-08 [paul]       2.6.1cvs119
6813
6814         * doc/man/claws-mail.1
6815                 another correction
6816
6817 2007-01-08 [paul]       2.6.1cvs118
6818
6819         * doc/man/claws-mail.1
6820                 corrections
6821         * manual/advanced.xml
6822                 improved English usage
6823
6824 2007-01-08 [paul]       2.6.1cvs117
6825
6826         * po/ca.po
6827         * po/de.po
6828         * po/en_GB.po
6829         * po/fi.po
6830         * po/it.po
6831         * po/pt_BR.po
6832         * po/sk.po
6833         * po/sr.po
6834         * po/zh_CN.po
6835                 updated by Miquel Oliete, Stephan Sachse, me,
6836                 Tommi Pirinen, Andrea Spadaccini, Frederico
6837                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
6838                 Urosevic, and Ralgh Young
6839
6840 2007-01-07 [mones]      2.6.1cvs116
6841
6842         * manual/es/advanced.xml
6843         * po/es.po
6844                 Synced manual (unhide mark_as_read_delay)
6845                 and updated translation for release
6846
6847 2007-01-07 [paul]       2.6.1cvs115
6848
6849         * src/prefs_matcher.c
6850                 make the hbox content fit better under
6851                 various languages
6852
6853 2007-01-07 [colin]      2.6.1cvs114
6854
6855         * src/messageview.c
6856                 Fix bug 1088, 'Ctrl-h produces repeatable
6857                 crash'
6858
6859 2007-01-06 [colin]      2.6.1cvs113
6860
6861         * src/etpan/imap-thread.c
6862                 Add casts to int to get certs. Fixes
6863                 bug 1064, 'crash @ etpan_certificate_check() 
6864                 when opening an IMAP folder', with latest
6865                 libetpan CVS or >= 0.49
6866         * src/mainwindow.c
6867         * src/mainwindow.h
6868         * src/imap_gtk.c
6869         * src/news_gtk.c
6870         * src/prefs_folder_item.c
6871                 Grey out the "synchronise" menu items if
6872                 there's nothing to synchronise.
6873         * src/plugins/pgpcore/sgpgme.c
6874                 Make an error clearer than "Unknown error"
6875
6876 2007-01-06 [colin]      2.6.1cvs112
6877
6878         * src/messageview.c
6879                 Don't try to show a message if updating
6880                 Maybe fixes bug 1088, 'ctrl-h produces
6881                 repeatable crash'.
6882
6883 2007-01-06 [colin]      2.6.1cvs111
6884
6885         * src/summaryview.c
6886                 Disable Control-Space (handle it as Space).
6887
6888 2007-01-05 [paul]       2.6.1cvs110
6889
6890         * src/imap.c
6891                 Fix bug 934, 'sylpheed claws 2.1 
6892                 doesn't show Exchanges Public Folders'
6893                 Thanks to Hoa and Colin
6894         * src/msgcache.c
6895                 Refuse to allocate more than 2 MB for a 
6896                 single field, it's a good indication of
6897                 cache corruption.
6898
6899 2007-01-05 [colin]      2.6.1cvs109
6900
6901         * src/mainwindow.c
6902                 Allow --select'ing emails by Message-ID too
6903
6904 2007-01-05 [colin]      2.6.1cvs108
6905
6906         * src/common/quoted-printable.c
6907                 Uh! Third fix :)
6908
6909 2007-01-05 [colin]      2.6.1cvs107
6910
6911         * src/common/quoted-printable.c
6912                 Fix previous commit about bug 1089
6913                 Thanks to Ralf
6914
6915 2007-01-05 [colin]      2.6.1cvs106
6916
6917         * src/common/quoted-printable.c
6918                 Fix my previous commit on bug 1089
6919                 - Thanks to Ralf :)
6920
6921 2007-01-04 [colin]      2.6.1cvs105
6922
6923         * src/common/quoted-printable.c
6924                 Fix bug 1089, 'NUL characters in Subject 
6925                 line are misinterpreted'. Not a pain to
6926                 fix in fact.
6927
6928 2007-01-04 [colin]      
6929
6930         2.7.0-rc3 released
6931
6932 2007-01-04 [wwp]        2.6.1cvs104
6933
6934         * src/image_viewer.c
6935                 Force operator precedence (fix a compiler warning).
6936
6937 2007-01-04 [colin]      2.6.1cvs103
6938
6939         * src/image_viewer.c
6940                 Be cautious there too (same fix as the one
6941                 in textview from cvs33)
6942         * src/messageview.c
6943                 Don't use any MimeViewer plugin when showing
6944                 all headers
6945
6946 2007-01-03 [wwp]        2.6.1cvs102
6947
6948         * src/html.c
6949         * src/html.h
6950                 fixed "cent" sign (use the existing ASCII one),
6951                 decode more HTML entities,
6952                 converted table ASCII entries to UTF-8,
6953                 moved a switch() into a hashtable.
6954
6955 2007-01-03 [paul]       2.6.1cvs101
6956
6957         * src/compose.c
6958         * src/messageview.c
6959         * src/procmsg.c
6960         * src/procmsg.h
6961                 When possible, use move_msg instead of
6962                 copy_msg + remove_msg to move sent mail
6963                 from Queue to Sent. 
6964
6965 2007-01-03 [paul]       2.6.1cvs100
6966
6967         * src/html.c
6968                 add more html entity recognition:
6969                 pounds, euros, and cents
6970
6971 2007-01-03 [colin]      2.6.1cvs99
6972
6973         * src/imap_gtk.c
6974                 Don't display an error on NOSELECT
6975                 folders when synchronising
6976
6977 2007-01-03 [paul]       2.6.1cvs98
6978
6979         * tools/maildir2claws-mail.pl
6980                 only substitute 'sent-mail' if it's
6981                 the full directory name
6982
6983 2007-01-03 [paul]       2.6.1cvs97
6984
6985         * ChangeLog
6986         * ChangeLog.pre2.0.0
6987         * Makefile.am
6988                 archive a chunk of ChangeLog in
6989                 ChangeLog.pre2.0.0
6990         * ChangeLog.gtk1
6991         * doc/src/ChangeLog.claws-pre0.8.0
6992                 remove ChangeLog.claws-pre0.8.0, adding
6993                 its contents to ChangeLog.gtk1
6994
6995 2007-01-03 [paul]       2.6.1cvs96
6996
6997         * src/account.c
6998         * src/account.h
6999         * src/action.c
7000         * src/action.h
7001         * src/adbookbase.h
7002         * src/addr_compl.c
7003         * src/addr_compl.h
7004         * src/addrbook.c
7005         * src/addrcache.c
7006         * src/addrcache.h
7007         * src/addrcindex.c
7008         * src/addrcindex.h
7009         * src/addrclip.c
7010         * src/addrclip.h
7011         * src/addrdefs.h
7012         * src/addressadd.c
7013         * src/addressadd.h
7014         * src/addressbook.c
7015         * src/addressbook.h
7016         * src/addressbook_foldersel.c
7017         * src/addressbook_foldersel.h
7018         * src/addrgather.c
7019         * src/addrgather.h
7020         * src/addrharvest.c
7021         * src/addrharvest.h
7022         * src/addrindex.c
7023         * src/addrindex.h
7024         * src/addritem.c
7025         * src/addritem.h
7026         * src/addrquery.c
7027         * src/addrquery.h
7028         * src/addrselect.c
7029         * src/addrselect.h
7030         * src/alertpanel.c
7031         * src/alertpanel.h
7032         * src/browseldap.c
7033         * src/browseldap.h
7034         * src/codeconv.c
7035         * src/codeconv.h
7036         * src/compose.c
7037         * src/compose.h
7038         * src/customheader.c
7039         * src/customheader.h
7040         * src/displayheader.c
7041         * src/displayheader.h
7042         * src/editaddress.c
7043         * src/editaddress.h
7044         * src/editbook.c
7045         * src/editbook.h
7046         * src/editgroup.c
7047         * src/editgroup.h
7048         * src/editjpilot.c
7049         * src/editjpilot.h
7050         * src/editldap.c
7051         * src/editldap.h
7052         * src/editldap_basedn.c
7053         * src/editldap_basedn.h
7054         * src/editvcard.c
7055         * src/editvcard.h
7056         * src/exphtmldlg.c
7057         * src/exphtmldlg.h
7058         * src/expldifdlg.c
7059         * src/expldifdlg.h
7060         * src/export.c
7061         * src/export.h
7062         * src/exporthtml.c
7063         * src/exporthtml.h
7064         * src/exportldif.c
7065         * src/exportldif.h
7066         * src/filtering.c
7067         * src/filtering.h
7068         * src/folder.c
7069         * src/folder.h
7070         * src/folder_item_prefs.c
7071         * src/folder_item_prefs.h
7072         * src/foldersel.c
7073         * src/foldersel.h
7074         * src/folderutils.c
7075         * src/folderutils.h
7076         * src/folderview.c
7077         * src/folderview.h
7078         * src/grouplistdialog.c
7079         * src/grouplistdialog.h
7080         * src/headerview.c
7081         * src/html.c
7082         * src/html.h
7083         * src/image_viewer.c
7084         * src/image_viewer.h
7085         * src/imap.c
7086         * src/imap.h
7087         * src/imap_gtk.c
7088         * src/imap_gtk.h
7089         * src/import.c
7090         * src/import.h
7091         * src/importldif.c
7092         * src/importldif.h
7093         * src/importmutt.c
7094         * src/importmutt.h
7095         * src/importpine.c
7096         * src/importpine.h
7097         * src/inc.c
7098         * src/inc.h
7099         * src/jpilot.c
7100         * src/jpilot.h
7101         * src/ldapctrl.c
7102         * src/ldapctrl.h
7103         * src/ldaplocate.c
7104         * src/ldaplocate.h
7105         * src/ldapquery.c
7106         * src/ldapquery.h
7107         * src/ldapserver.c
7108         * src/ldapserver.h
7109         * src/ldaputil.c
7110         * src/ldaputil.h
7111         * src/ldif.c
7112         * src/ldif.h
7113         * src/main.c
7114         * src/main.h
7115         * src/mainwindow.c
7116         * src/mainwindow.h
7117         * src/manual.c
7118         * src/manual.h
7119         * src/mbox.c
7120         * src/message_search.c
7121         * src/message_search.h
7122         * src/messageview.c
7123         * src/messageview.h
7124         * src/mh.c
7125         * src/mh.h
7126         * src/mh_gtk.c
7127         * src/mh_gtk.h
7128         * src/mimeview.c
7129         * src/mimeview.h
7130         * src/msgcache.c
7131         * src/msgcache.h
7132         * src/mutt.c
7133         * src/mutt.h
7134         * src/news.c
7135         * src/news.h
7136         * src/news_gtk.c
7137         * src/news_gtk.h
7138         * src/partial_download.c
7139         * src/partial_download.h
7140         * src/pine.c
7141         * src/pine.h
7142         * src/pop.c
7143         * src/pop.h
7144         * src/prefs_account.c
7145         * src/prefs_account.h
7146         * src/prefs_actions.c
7147         * src/prefs_actions.h
7148         * src/prefs_common.c
7149         * src/prefs_common.h
7150         * src/prefs_compose_writing.c
7151         * src/prefs_compose_writing.h
7152         * src/prefs_customheader.c
7153         * src/prefs_customheader.h
7154         * src/prefs_display_header.c
7155         * src/prefs_display_header.h
7156         * src/prefs_filtering.c
7157         * src/prefs_filtering.h
7158         * src/prefs_filtering_action.c
7159         * src/prefs_filtering_action.h
7160         * src/prefs_folder_column.c
7161         * src/prefs_folder_column.h
7162         * src/prefs_folder_item.c
7163         * src/prefs_folder_item.h
7164         * src/prefs_fonts.c
7165         * src/prefs_fonts.h
7166         * src/prefs_gtk.c
7167         * src/prefs_gtk.h
7168         * src/prefs_image_viewer.c
7169         * src/prefs_image_viewer.h
7170         * src/prefs_matcher.c
7171         * src/prefs_matcher.h
7172         * src/prefs_message.c
7173         * src/prefs_msg_colors.c
7174         * src/prefs_msg_colors.h
7175         * src/prefs_other.c
7176         * src/prefs_quote.c
7177         * src/prefs_receive.c
7178         * src/prefs_send.c
7179         * src/prefs_spelling.c
7180         * src/prefs_spelling.h
7181         * src/prefs_summaries.c
7182         * src/prefs_summaries.h
7183         * src/prefs_summary_column.c
7184         * src/prefs_summary_column.h
7185         * src/prefs_template.c
7186         * src/prefs_template.h
7187         * src/prefs_themes.c
7188         * src/prefs_themes.h
7189         * src/prefs_toolbar.c
7190         * src/prefs_toolbar.h
7191         * src/prefs_wrapping.c
7192         * src/prefs_wrapping.h
7193         * src/privacy.c
7194         * src/privacy.h
7195         * src/procheader.c
7196         * src/procheader.h
7197         * src/procmime.c
7198         * src/procmime.h
7199         * src/procmsg.c
7200         * src/procmsg.h
7201         * src/quote_fmt.c
7202         * src/quote_fmt_parse.y
7203         * src/recv.c
7204         * src/recv.h
7205         * src/remotefolder.c
7206         * src/remotefolder.h
7207         * src/send_message.c
7208         * src/send_message.h
7209         * src/setup.c
7210         * src/setup.h
7211         * src/sourcewindow.c
7212         * src/sourcewindow.h
7213         * src/ssl_manager.c
7214         * src/ssl_manager.h
7215         * src/statusbar.c
7216         * src/statusbar.h
7217         * src/stock_pixmap.c
7218         * src/stock_pixmap.h
7219         * src/summary_search.c
7220         * src/summary_search.h
7221         * src/summaryview.c
7222         * src/summaryview.h
7223         * src/textview.c
7224         * src/textview.h
7225         * src/toolbar.c
7226         * src/toolbar.h
7227         * src/undo.c
7228         * src/undo.h
7229         * src/unmime.c
7230         * src/unmime.h
7231         * src/vcard.c
7232         * src/vcard.h
7233         * src/wizard.c
7234         * src/wizard.h
7235         * src/common/base64.c
7236         * src/common/base64.h
7237         * src/common/defs.h
7238         * src/common/hooks.c
7239         * src/common/hooks.h
7240         * src/common/log.c
7241         * src/common/log.h
7242         * src/common/mgutils.c
7243         * src/common/mgutils.h
7244         * src/common/nntp.c
7245         * src/common/nntp.h
7246         * src/common/passcrypt.c
7247         * src/common/passcrypt.h.in
7248         * src/common/plugin.c
7249         * src/common/plugin.h
7250         * src/common/prefs.c
7251         * src/common/prefs.h
7252         * src/common/progressindicator.c
7253         * src/common/progressindicator.h
7254         * src/common/quoted-printable.c
7255         * src/common/quoted-printable.h
7256         * src/common/session.c
7257         * src/common/session.h
7258         * src/common/smtp.c
7259         * src/common/smtp.h
7260         * src/common/socket.c
7261         * src/common/socket.h
7262         * src/common/ssl.c
7263         * src/common/ssl.h
7264         * src/common/ssl_certificate.c
7265         * src/common/ssl_certificate.h
7266         * src/common/stringtable.c
7267         * src/common/stringtable.h
7268         * src/common/template.c
7269         * src/common/template.h
7270         * src/common/timing.h
7271         * src/common/utils.c
7272         * src/common/utils.h
7273         * src/common/version.h.in
7274         * src/common/xml.c
7275         * src/common/xml.h
7276         * src/common/xmlprops.c
7277         * src/common/xmlprops.h
7278         * src/gtk/about.c
7279         * src/gtk/colorlabel.c
7280         * src/gtk/colorsel.c
7281         * src/gtk/colorsel.h
7282         * src/gtk/combobox.c
7283         * src/gtk/combobox.h
7284         * src/gtk/description_window.c
7285         * src/gtk/description_window.h
7286         * src/gtk/filesel.c
7287         * src/gtk/filesel.h
7288         * src/gtk/foldersort.c
7289         * src/gtk/foldersort.h
7290         * src/gtk/gtksctree.c
7291         * src/gtk/gtkutils.c
7292         * src/gtk/gtkutils.h
7293         * src/gtk/inputdialog.c
7294         * src/gtk/inputdialog.h
7295         * src/gtk/logwindow.c
7296         * src/gtk/logwindow.h
7297         * src/gtk/manage_window.c
7298         * src/gtk/manage_window.h
7299         * src/gtk/menu.c
7300         * src/gtk/menu.h
7301         * src/gtk/pluginwindow.c
7302         * src/gtk/pluginwindow.h
7303         * src/gtk/prefswindow.c
7304         * src/gtk/prefswindow.h
7305         * src/gtk/progressdialog.c
7306         * src/gtk/progressdialog.h
7307         * src/gtk/sslcertwindow.c
7308         * src/gtk/sslcertwindow.h
7309         * src/plugins/bogofilter/bogofilter.c
7310         * src/plugins/bogofilter/bogofilter.h
7311         * src/plugins/bogofilter/bogofilter_gtk.c
7312         * src/plugins/clamav/clamav_plugin.c
7313         * src/plugins/clamav/clamav_plugin.h
7314         * src/plugins/clamav/clamav_plugin_gtk.c
7315         * src/plugins/demo/demo.c
7316         * src/plugins/dillo_viewer/dillo_prefs.c
7317         * src/plugins/dillo_viewer/dillo_prefs.h
7318         * src/plugins/dillo_viewer/dillo_viewer.c
7319         * src/plugins/pgpcore/passphrase.c
7320         * src/plugins/pgpcore/passphrase.h
7321         * src/plugins/pgpcore/pgp_viewer.c
7322         * src/plugins/pgpcore/pgp_viewer.h
7323         * src/plugins/pgpcore/plugin.c
7324         * src/plugins/pgpcore/select-keys.c
7325         * src/plugins/pgpcore/select-keys.h
7326         * src/plugins/pgpcore/sgpgme.c
7327         * src/plugins/pgpcore/sgpgme.h
7328         * src/plugins/pgpinline/pgpinline.c
7329         * src/plugins/pgpinline/pgpinline.h
7330         * src/plugins/pgpinline/plugin.c
7331         * src/plugins/pgpmime/pgpmime.c
7332         * src/plugins/pgpmime/pgpmime.h
7333         * src/plugins/pgpmime/plugin.c
7334         * src/plugins/spamassassin/spamassassin.c
7335         * src/plugins/spamassassin/spamassassin.h
7336         * src/plugins/spamassassin/spamassassin_gtk.c
7337         * src/plugins/trayicon/trayicon.c
7338                 it's 2007, update the year in the copyright headers
7339
7340 2007-01-03 [paul]       2.6.1cvs95
7341
7342         * src/gtk/about.c
7343                 it is 2007, use it in the copyright string
7344
7345 2007-01-03 [paul]       2.6.1cvs94
7346
7347         * src/html.c
7348                 html entity conversion:
7349                 move &#153; to a more suitable place
7350                 add &bull; and &ndash;
7351                 make sure &mdash; and &#8212; are both
7352                 converted the same
7353
7354 2007-01-02 [colin]      2.6.1cvs93
7355
7356         * src/addrbook.c
7357                 Fix leak
7358         * src/common/plugin.c
7359                 Add comment
7360         * src/etpan/imap-thread.c
7361                 Fix warning
7362
7363 2006-12-31 [paul]       2.6.1cvs92
7364
7365         * src/prefs_summaries.c
7366                 use gtk_button_new_from_stock()
7367
7368 2006-12-30 [colin]      2.6.1cvs91
7369
7370         * src/folder.c
7371         * src/imap_gtk.c
7372         * src/mh_gtk.c
7373                 Don't update filtering and account paths 
7374                 when copying folders
7375
7376 2006-12-30 [colin]      2.6.1cvs90
7377
7378         * src/prefs_compose_writing.c
7379         * src/prefs_quote.c
7380         * src/prefs_template.c
7381                 Use message font for Writing and 
7382                 Quoting prefs, as well as Templates.
7383
7384 2006-12-30 [colin]      2.6.1cvs89
7385
7386         * src/prefs_summaries.c
7387                 Rework GUI; patch by Pawel
7388
7389 2006-12-29 [colin]      2.6.1cvs88
7390
7391         * src/prefs_folder_item.c
7392                 Fix bug 1085, 'Apply to subfolder 
7393                 doesn't work' - I was mistaken saying
7394                 it worked in every case
7395
7396 2006-12-28 [colin]      2.6.1cvs87
7397
7398         * src/gtk/gtkaspell.c
7399                 Don't assert if use_alternate is true
7400                 and alt_dictionary isn't set -- this 
7401                 is what happens on upgrade! Rather,
7402                 do with it.
7403
7404 2006-12-28 [colin]      2.6.1cvs86
7405
7406         * Makefile.am
7407                 Fix desktop/icon simplification
7408
7409 2006-12-28 [colin]      2.6.1cvs85
7410
7411         * Makefile.am
7412                 Make desktop and icon not 
7413                 dependant on the desktop
7414
7415 2006-12-28 [wwp]        2.6.1cvs84
7416
7417         * src/plugins/pgpmime/claws.def
7418                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
7419
7420 2006-12-28 [wwp]        2.6.1cvs83
7421
7422         * src/prefs_folder_item.c
7423                 Fix coloring of "simplify subject regexp" (folder prefs),
7424                 which might be left to red whereas the regexp gets empty.
7425
7426 2006-12-28 [wwp]        2.6.1cvs82
7427
7428         * src/prefs_common.c
7429         * src/prefs_common.h
7430         * src/addressbook.c
7431         * src/addressitem.h
7432                 Save addressbook mainwindow's horizontal and vertical splitter position.
7433
7434 2006-12-27 [wwp]        2.6.1cvs81
7435
7436         * src/gtk/gtkaspell.c
7437         * src/gtk/gtkaspell.h
7438         * src/compose.c
7439                 Fix assignment of compose's default and alternate dictionary from
7440                 account or folder settings. Now gtkaspell_change_dict does rotate
7441                 dicts only when it's called from a menu cb.
7442
7443 2006-12-27 [wwp]        2.6.1cvs80
7444
7445         * src/folder_item_prefs.c
7446                 Fix randomly initialized default-alt-dictionary (folder prefs),
7447                 complete 2.6.1cvs72.
7448
7449 2006-12-27 [paul]       2.6.1cvs79
7450
7451         * src/imap_gtk.c
7452         * src/mh_gtk.c
7453                 Add Copy folder in the folder's contextual
7454                 menu
7455
7456 2006-12-27 [wwp]        2.6.1cvs78
7457
7458         * src/imap.c
7459                 Clean up session locking, thanks to Colin.
7460
7461 2006-12-26 [colin]      2.6.1cvs77
7462
7463         * src/statusbar.c
7464                 Revert previous patch
7465
7466 2006-12-26 [colin]      2.6.1cvs76
7467
7468         * src/folder.c
7469         * src/folderview.c
7470         * src/imap.c
7471         * src/statusbar.c
7472         * src/etpan/imap-thread.c
7473                 Fix previous commit warnings
7474                 Make statusbar update every second if total < 20
7475                 Make IMAP APPEND faster by simplifying log              
7476
7477 2006-12-26 [colin]      2.6.1cvs75
7478
7479         * src/folder.c
7480         * src/folder.h
7481         * src/folderview.c
7482         * src/folderview.h
7483         * src/imap_gtk.c
7484         * src/mh_gtk.c
7485                 Make it possible to copy folders accross
7486                 mailboxes (this was an arbitrary limitation).
7487                 Still make it impossible to move folders 
7488                 accross mailboxes.
7489
7490 2006-12-26 [colin]      2.6.1cvs74
7491
7492         * src/etpan/imap-thread.c
7493                 Fix bug 1081, 'claws-mail 
7494                 segfaults when going offline 
7495                 while it transfers mails via 
7496                 imap'
7497
7498 2006-12-26 [colin]      2.6.1cvs73
7499
7500         * src/folder_item_prefs.c
7501                 Don't forget alt dictionary when
7502                 renaming/moving folders
7503
7504 2006-12-26 [wwp]        2.6.1cvs72
7505
7506         * src/folder_item_prefs.c
7507                 Add missing defaults for per-folder alt dict
7508                 (forgotten in 2.6.1cvs61).
7509
7510 2006-12-26 [colin]      2.6.1cvs71
7511
7512         * src/wizard.c
7513                 Add tooltip to state that specifying
7514                 full path to mailbox is possible
7515
7516 2006-12-26 [wwp]        2.6.1cvs70
7517
7518         * src/partial_download.c
7519         * src/gtk/gtkvscrollbutton.c
7520         * src/plugins/pgpinline/plugin.c
7521                 Fix for few compiler warnings that matter.
7522
7523 2006-12-25 [colin]      2.6.1cvs69
7524
7525         * src/partial_download.c
7526                 Fix marking for download or deletion
7527                 when the header isn't the first
7528         * src/gtk/logwindow.c
7529                 Fix start of scrolling
7530
7531 2006-12-23 [paul]       2.6.1cvs68
7532
7533         * src/compose.c
7534                 change last commit to use the 'academic'
7535                 method instead. Thanks to wwp
7536
7537 2006-12-23 [paul]       2.6.1cvs67
7538
7539         * src/compose.c
7540                 don't warn about empty subject when
7541                 redirecting
7542
7543 2006-12-22 [colin]      2.6.1cvs66
7544
7545         * src/summary_search.c
7546                 Fix previous patch
7547
7548 2006-12-22 [colin]      2.6.1cvs65
7549
7550         * src/gtk/gtkutils.c
7551         * src/imap.c
7552         * src/jpilot.c
7553         * src/summary_search.c
7554                 A few warning fixes
7555
7556 2006-12-23 [paul]       
7557
7558         2.7.0-rc2 released
7559
7560 2006-12-22 [colin]      2.6.1cvs64
7561
7562         * src/toolbar.c
7563         * src/toolbar.h
7564                 Add a combo to the learn spam button
7565         * src/plugins/bogofilter/bogofilter.c
7566         * src/plugins/bogofilter/bogofilter_gtk.c
7567         * src/plugins/bogofilter/bogofilter.h
7568                 Allow to store Unsure mails in a specific
7569                 folder to make better teaching easier
7570
7571 2006-12-21 [wwp]        2.6.1cvs63
7572
7573         * src/compose.c
7574         * src/prefs_common.c
7575         * src/prefs_common.h
7576         * src/prefs_spelling.c
7577         * src/gtk/gtkaspell.c
7578         * src/gtk/gtkaspell.h
7579                 Allow spell-checking using both current and alternate dictionaries
7580                 (thanks to Colin).
7581
7582 2006-12-21 [wwp]        2.6.1cvs62
7583
7584         * src/gtk/gtkaspell.c
7585                 Apply recheck_when_changing_dict (highlight all mispelled words)
7586                 when switching to alternate dictionary.
7587
7588 2006-12-21 [wwp]        2.6.1cvs61
7589
7590         * src/compose.c
7591         * src/folder_item_prefs.h
7592         * src/prefs_common.c
7593         * src/prefs_common.h
7594         * src/prefs_folder_item.c
7595         * src/prefs_spelling.c
7596         * src/gtk/gtkaspell.c
7597         * src/gtk/gtkaspell.h
7598                 Add global and per-folder prefs to set the default
7599                 alternate dictionary.
7600
7601 2006-12-21 [colin]      2.6.1cvs60
7602
7603         * src/folder.c
7604                 Look for folders by path in all folders
7605         * src/html.c
7606                 add &mdash;
7607
7608 2006-12-20 [colin]      2.6.1cvs59
7609
7610         * src/gtk/quicksearch.c
7611                 Make sure in_typing is false when clearing
7612
7613 2006-12-20 [wwp]        2.6.1cvs58
7614
7615         * configure.ac
7616                 change manual's target dir to be LFH-compliant (thanks to Colin).
7617
7618 2006-12-20 [wwp]        2.6.1cvs57
7619
7620         * src/prefs_common.c
7621         * src/prefs_summaries.c
7622                 i18n fix and factorize patch, thanks to Fabien.
7623
7624 2006-12-20 [paul]       2.6.1cvs56
7625
7626         * configure.ac
7627                 last of the renaming (??)
7628         * src/main.c
7629                 correct --help info of --status-full
7630         * src/plugins/bogofilter/bogofilter.c
7631                 make FALSE default of whitelist_ab
7632
7633 2006-12-19 [colin]      2.6.1cvs55
7634
7635         * src/jpilot.c
7636                 Same as before, without depending on
7637                 pisock >= 0.12
7638
7639 2006-12-19 [colin]      2.6.1cvs54
7640
7641         * src/jpilot.c
7642                 Fix bug 1059, 'Better jpilot charset 
7643                 handling'. Use libpisync's charset conversion
7644                 if possible
7645
7646 2006-12-19 [colin]      2.6.1cvs53
7647
7648         * po/fr.po
7649                 Updated by Fabien
7650
7651 2006-12-19 [wwp]        2.6.1cvs52
7652
7653         * src/gtk/about.c
7654                 Add missing #include (thanks to Colin).
7655
7656 2006-12-19 [wwp]        2.6.1cvs51
7657
7658         * src/prefs_receive.c
7659                 Better spacing between widgets in prefs.
7660
7661 2006-12-18 [colin]      2.6.1cvs50
7662
7663         * src/imap.c
7664                 Fix failure to get separator on LIST "" ""
7665                 Try LIST "" "INBOX" too.
7666
7667 2006-12-18 [wwp]        2.6.1cvs49
7668
7669         * src/common/session.c
7670                 Fix a compiler warning (thanks to Fabien).
7671
7672 2006-12-18 [wwp]        2.6.1cvs48
7673
7674         * src/compose.c
7675         * src/prefs_quote.c
7676                 Factorize some strings for translation (it's about error
7677                 messages when applying or checking template/quote format).
7678
7679 2006-12-18 [colin]      2.6.1cvs47
7680
7681         * Makefile.am
7682         * src/common/defs.h
7683         * src/gtk/Makefile.am
7684         * src/gtk/about.c
7685                 Add a Release notes tab from the contents of
7686                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
7687
7688 2006-12-17 [colin]      2.6.1cvs46
7689
7690         * src/mimeview.c
7691         * src/textview.c
7692         * src/gtk/filesel.c
7693                 Correctly convert from/to UTF8/filename encoding
7694                 when loading and saving files. Probably fixes
7695                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
7696                 for a file to attach and is blocked...'
7697
7698 2006-12-17 [colin]      2.6.1cvs45
7699
7700         * src/gtk/logwindow.c
7701                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
7702                 IMAP folder and is blocked on main thread': 
7703                 make sure we put utf8 in the log.
7704
7705 2006-12-16 [colin]      2.6.1cvs44
7706
7707         * src/toolbar.c
7708         * src/toolbar.h
7709                 Fix bug 1055, 'Add the 'cancel receive' 
7710                 in the available events for the toolbar buttons'
7711
7712 2006-12-16 [colin]      2.6.1cvs43
7713
7714         * po/POTFILES.in
7715         * src/imap.c
7716         * src/common/nntp.c
7717         * src/common/session.c
7718                 Log error when SSL handshakes fail. 
7719                 Fixes bug 1082, 'incorrect / imprecise 
7720                 error message when imap server provides 
7721                 ssl only through STARTTLS but SSL is 
7722                 selected'
7723
7724 2006-12-15 [wwp]        2.6.1cvs42
7725
7726         * src/plugins/bogofilter/bogofilter_gtk.c
7727                 set proper sensitivity to widgets I've recently added.
7728
7729 2006-12-15 [colin]      
7730
7731         2.7.0-rc1 released
7732
7733 2006-12-15 [wwp]        2.6.1cvs41
7734
7735         * src/plugins/bogofilter/bogofilter.c
7736         * src/plugins/bogofilter/bogofilter.h
7737         * src/plugins/bogofilter/bogofilter_gtk.c
7738                 bogofilter's whitelist can now use a subset of
7739                 the addressbook (either a book, a subfolder of a book,
7740                 or the whole addressbook by using "Any"). Re-used there
7741                 some pref_matcher widgets and mechanisms to match a subset
7742                 of the addressbook.
7743
7744 2006-12-15 [wwp]        2.6.1cvs40
7745
7746         * src/wizard.c
7747         * src/common/plugin.c
7748         * src/common/plugin.h
7749         * src/gtk/about.c
7750         * src/plugins/bogofilter/bogofilter.c
7751         * src/plugins/clamav/clamav_plugin.c
7752         * src/plugins/demo/demo.c
7753         * src/plugins/dillo_viewer/dillo_viewer.c
7754         * src/plugins/pgpcore/plugin.c
7755         * src/plugins/pgpinline/plugin.c
7756         * src/plugins/pgpmime/plugin.c
7757         * src/plugins/spamassassin/spamassassin.c
7758         * src/plugins/trayicon/trayicon.c
7759                 factorize some translatable strings (plugins-related),
7760                 fix missing punctuation in several places,
7761                 remove useless translatable \n in about.c,
7762                 and factorize plugin init code w/ a new function
7763                 check_plugin_version() in common/plugin.c.
7764                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
7765
7766 2006-12-15 [wwp]        2.6.1cvs39
7767
7768         * src/plugins/bogofilter/bogofilter.c
7769         * src/plugins/bogofilter/bogofilter_gtk.c
7770                 flag whitelisted spams as spam, but don't filter it to the spam
7771                 folder. Thanks to Colin.
7772
7773 2006-12-15 [ticho]      2.6.1cvs38
7774
7775         * src/plugins/bogofilter/bogofilter.c
7776         * src/plugins/bogofilter/bogofilter.h
7777         * src/plugins/bogofilter/bogofilter_gtk.c
7778                 Add option to whitelist senders found in addressbook. Patch by colin.
7779
7780 2006-12-15 [paul]       2.6.1cvs37
7781
7782         * src/folderview.c
7783                 add missing #include "log.h"
7784
7785 2006-12-15 [paul]       2.6.1cvs36
7786
7787         * src/plugins/bogofilter/bogofilter.c
7788         * src/plugins/bogofilter/bogofilter.h
7789         * src/plugins/bogofilter/bogofilter_gtk.c
7790                 Add an option to allow inserting an
7791                 X-Claws-Bogosity header (on MH folders
7792                 only). Patch by Colin
7793
7794 2006-12-14 [colin]      2.6.1cvs35
7795
7796         * src/main.c
7797                 "Yes" should be the default choice for
7798                 migration configuration
7799
7800 2006-12-14 [paul]       2.6.1cvs34
7801
7802         * src/prefs_summaries.c
7803         * manual/advanced.xml
7804                 Unhide mark_as_read_delay
7805
7806 2006-12-14 [paul]       2.6.1cvs33
7807
7808         * src/messageview.c
7809         * src/messageview.h
7810         * src/mimeview.c
7811         * src/mimeview.h
7812         * src/summaryview.c
7813         * src/textview.c
7814         * src/textview.h
7815                 Fix printing of selection
7816                 Fix printing of message parts
7817                 Fix printing of images
7818         * src/gtk/gtksourceprintjob.c
7819                 Fix page count when there are images
7820
7821 2006-12-14 [wwp]        2.6.1cvs32
7822
7823         * src/mainwindow.c
7824         * src/summaryview.c
7825         * src/summaryview.h
7826         * src/gtk/quicksearch.c
7827                 fix quicksearch 'magnify' button status when QS is closed
7828                 using the Escape key, thanks to Colin.
7829
7830 2006-12-14 [wwp]        2.6.1cvs31
7831
7832         * src/mainwindow.c
7833         * src/summaryview.c
7834         * src/summaryview.h
7835         * src/gtk/quicksearch.c
7836                 fix quicksearch 'magnify' button status when QS is closed
7837                 using the Escape key, thanks to Colin.
7838
7839 2006-12-13 [colin]      2.6.1cvs30
7840
7841         * src/ldapquery.c
7842         * src/ldaputil.c
7843                 Use the binary safe version of ldap_get_values,
7844                 to make sure we manipulate null-terminated 
7845                 strings. Maybe fixes bug 1075, 'claws mail 
7846                 segfault when completing ldap adresses'
7847         * src/syldap.c ** REMOVED **
7848         * src/syldap.h ** REMOVED **
7849                 Remove dead files
7850
7851 2006-12-13 [mones]      2.6.1cvs29
7852
7853         * po/es.po
7854                 Fixed piped strings, fixed click translation
7855
7856 2006-12-13 [paul]       2.6.1cvs28
7857
7858         * src/main.c
7859                 don't translate these strings
7860
7861 2006-12-13 [paul]       2.6.1cvs27
7862
7863         * po/en_GB.po
7864                 updated
7865
7866 2006-12-13 [colin]      2.6.1cvs26
7867
7868         * src/main.c
7869         * src/main.h
7870                 Add claws_is_starting()
7871
7872 2006-12-13 [mones]      2.6.1cvs25
7873
7874         * manual/es/advanced.xml
7875         * po/es.po
7876                 Synced manual and updated translation
7877
7878 2006-12-12 [colin]      2.6.1cvs24
7879
7880         * src/wizard.c
7881                 Add an option to use STARTTLS in the
7882                 welcome wizard. Fixes bug 1080, 
7883                 'Using SSL option in wizard for incoming 
7884                 server does not activate SSL with STARTTLS'
7885
7886 2006-12-12 [colin]      2.6.1cvs23
7887
7888         * src/main.c
7889                 Don't exit when there's an incomplete
7890                 mailbox configured - leaves a chance 
7891                 to fix a failing IMAP account. Exit
7892                 if no mailbox at all is loaded (case
7893                 of missing plugin).
7894                 Completes bug 1077's fix (I was wrong
7895                 in this bug's comment #3).
7896
7897 2006-12-12 [colin]      2.6.1cvs22
7898
7899         * src/gtk/menu.h
7900                 Add another menu data type
7901         * src/prefs_account.c
7902                 Complete the completion of bug 1076
7903                 (doesn't lose the pref on apply)
7904
7905 2006-12-12 [paul]       2.6.1cvs21
7906
7907         * src/prefs_account.c
7908                 complete the fix of bug 1076
7909                 also be more verbose with the text
7910
7911 2006-12-12 [paul]       2.6.1cvs20
7912
7913         * src/gtk/combobox.c
7914                 fix compilation warning
7915
7916 2006-12-11 [colin]      2.6.1cvs19
7917
7918         * src/wizard.c
7919                 Document :port in server entry tooltips
7920
7921 2006-12-11 [colin]      2.6.1cvs18
7922
7923         * src/main.c
7924                 Fix compile
7925
7926 2006-12-11 [colin]      2.6.1cvs17
7927
7928         * src/main.c
7929                 Add failing IMAP as a reason for no
7930                 mailbox
7931
7932 2006-12-11 [colin]      2.6.1cvs16
7933
7934         * src/prefs_account.c
7935                 Check for existence of inbox for local
7936                 accounts too
7937         * src/wizard.c
7938                 Allow setting the port to use for servers
7939                 by using the usual "server.example.com:port"
7940                 syntax. Fixes bug 1077, 'sylpheed-claws does 
7941                 not start when IMAP server is unavailable'
7942
7943 2006-12-11 [colin]      2.6.1cvs15
7944
7945         * src/prefs_account.c
7946                 Prevent use of non-existing default inbox
7947
7948 2006-12-11 [colin]      2.6.1cvs14
7949
7950         * src/prefs_account.c
7951                 Fix sensitivity. Fixes bug 1076, 'privacy 
7952                 options are displayed even when pgp plugin 
7953                 not loaded / available'
7954
7955 2006-12-09 [colin]      2.6.1cvs13
7956
7957         * manual/advanced.xml
7958         * src/prefs_common.c
7959         * src/prefs_common.h
7960         * src/common/ssl_certificate.c
7961                 Add a new hidden preference, 'unsafe_ssl_certs',
7962                 which allows to store multiple certificates per
7963                 server/port. This is disabled by default because
7964                 it's less secure (presenting a new certificate
7965                 instead of a changed one raises less alarms).
7966                 This will cause Claws to ask about an unknown
7967                 certificate for people who have used 2.6.1cvs8
7968                 or greater.
7969
7970 2006-12-09 [colin]      2.6.1cvs12
7971
7972         * src/action.c
7973                 Fix cache updating after action
7974
7975 2006-12-07 [wwp]        2.6.1cvs11
7976
7977         * src/compose.c
7978                 fix email address comparison when replying to all
7979                 (avoid replying to ourselves), thanks to Colin.
7980
7981 2006-12-06 [paul]       2.6.1cvs10
7982
7983         * src/addrharvest.c
7984         * src/editldap.c
7985         * src/expldifdlg.c
7986         * src/news.c
7987         * src/toolbar.c
7988         * src/common/utils.c
7989                 ...and more renaming
7990                 Thanks to Colin
7991
7992 2006-12-06 [paul]       2.6.1cvs9
7993
7994         * src/compose.c
7995         * src/messageview.c
7996         * src/procheader.c
7997         * src/procmime.c
7998         * src/procmsg.c
7999         * src/textview.c
8000                 more renaming
8001                 Thanks to Colin
8002
8003 2006-12-06 [colin]      2.6.1cvs8
8004
8005         * src/ssl_manager.c
8006         * src/common/ssl_certificate.c
8007         * src/common/ssl_certificate.h
8008                 Handle multiple certificates per host/port
8009
8010 2006-12-06 [colin]      2.6.1cvs7
8011
8012         * src/etpan/imap-thread.c
8013                 Fix certificate checking on IMAP
8014
8015 2006-12-06 [colin]      2.6.1cvs6
8016
8017         * src/folderview.c
8018                 Fix bug 1072, 'Claws stops fetching newsgroups 
8019                 from server when newsgroup got deleted': continue
8020                 checking other groups
8021
8022 2006-12-05 [wwp]        2.6.1cvs5
8023
8024         * src/message_search.c
8025         * src/summary_search.c
8026         * src/gtk/combobox.c
8027         * src/gtk/combobox.h
8028         * src/gtk/gtkutils.c
8029         * src/gtk/gtkutils.h
8030                 make up and down arrow keys in modern gtk_combo_box_entry widgets
8031                 behave like w/ old comboboxes (summary and message search only).
8032
8033 2006-12-05 [paul]       2.6.1cvs4
8034
8035         * src/wizard.c
8036                 encode headers
8037                 Thanks to Colin
8038
8039 2006-12-05 [paul]       2.6.1cvs3
8040
8041         * tools/README
8042         * tools/textviewer.pl
8043                 script updated and description added
8044
8045 2006-12-04 [colin]      2.6.1cvs2
8046
8047         * src/compose.c
8048                 Run pre-send hook only when checking
8049                 everything
8050
8051 2006-12-04 [paul]       2.6.1cvs1
8052
8053         * NEWS
8054         * README
8055         * RELEASE_NOTES
8056         * configure.ac
8057         * tools/README
8058                 bump up version number following stable release
8059
8060 2006-12-04 [paul]       2.6.0cvs83
8061
8062         * README
8063                 updates and corrections
8064
8065 2006-12-04 [colin]      2.6.0cvs82
8066
8067         * src/common/utils.c
8068                 Probably fix bug 1066, 'Incorrect mailbox 
8069                 size displayed'
8070
8071 2006-12-04 [colin]      2.6.0cvs81
8072
8073         * src/common/utils.c
8074                 Trim tabs from mailcap file too.
8075
8076 2006-12-02 [paul]       2.6.0cvs80
8077
8078         * src/exphtmldlg.c
8079                 fix broken GUI under certain languages
8080         * src/expldifdlg.c
8081                 put the Cancel button to the right
8082
8083 2006-12-01 [paul]       2.6.0cvs79
8084
8085         * tools/Makefile.am
8086                 remove reference to removed file
8087
8088 2006-12-01 [wwp]        2.6.0cvs78
8089
8090         * src/addressbook.c
8091         * src/editaddress.c
8092                 remove forgotten debug statements.
8093
8094 2006-12-01 [wwp]        2.6.0cvs77
8095
8096         * manual/advanced.xml
8097         * manual/fr/advanced.xml
8098         * src/addressbook.c
8099         * src/addressbook.h
8100         * src/addressitem.h
8101         * src/editaddress.c
8102         * src/editaddress.h
8103         * src/prefs_common.c
8104         * src/prefs_common.h
8105         * src/gtk/gtkutils.c
8106         * src/gtk/gtkutils.h
8107                 add a hidden option to allow embedding the editaddress (edit contact details)
8108                 dialog into the addressbook's window. This doesn't change the default
8109                 behaviour.
8110
8111 2006-12-01 [wwp]        2.6.0cvs76
8112
8113         * src/message_search.c
8114         * src/summary_search.c
8115                 fix more focus issues (don't set focus to combobox's entry widget when
8116                 entry's value changed, if entry widget has focus already).
8117
8118 2006-12-01 [wwp]        2.6.0cvs75
8119
8120         * src/gtk/quicksearch.c
8121                 revert last changes to the quicksearch gtk_combo_box, this needs more
8122                 tuning and testing.
8123
8124 2006-12-01 [paul]       2.6.0cvs74
8125
8126         * tools/kdeservicemenu/README
8127         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8128         * tools/kdeservicemenu/install.sh
8129         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8130         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8131                 simplify this stuff, and in so doing,
8132                 fix it. (possibly re-extend it again at
8133                 a later date)
8134
8135 2006-12-01 [wwp]        2.6.0cvs73
8136
8137         * src/gtk/quicksearch.c
8138                 adapt quicksearch code to use modern gtk_combo_box'es.
8139
8140 2006-12-01 [wwp]        2.6.0cvs72
8141
8142         * src/common/defs.h
8143         * src/prefs_common.c
8144         * src/prefs_common.h
8145         * src/message_search.c
8146         * src/summary_search.c
8147         * src/gtk/combobox.c
8148         * src/gtk/combobox.h
8149                 add history combos to all message and summary search fields.
8150
8151 2006-12-01 [wwp]        2.6.0cvs71
8152
8153         * src/summaryview.c
8154                 As the list may change while the mark as read delay
8155                 runs, we can't rely on the 'row' pointer, which can
8156                 be invalid when the timeout is called. As the mark
8157                 as read is only done if the message is still selected,
8158                 use summaryview->selected instead. Thanks to Colin.
8159
8160 2006-11-30 [paul]       2.6.0cvs70
8161
8162         * src/textview.c
8163                 give emphasis to "Sylpheed-Claws"
8164                 as well as "Claws Mail"
8165
8166 2006-11-30 [colin]      2.6.0cvs69
8167
8168         * src/wizard.c
8169                 Put the SSL checkboxes in the receiving
8170                 and sending server pages.
8171
8172 2006-11-29 [colin]      2.6.0cvs68
8173
8174         * src/gtk/gtkutils.c
8175         * src/gtk/gtkvscrollbutton.c
8176                 Revert some deprecated fixes - they seem to
8177                 deprecate stuff as soon as a new one gets out.
8178                 g_object_ref_sink needed glib-2.10.
8179
8180 2006-11-29 [colin]      2.6.0cvs67
8181
8182         * src/common/utils.c
8183                 Create .mailcap if it doesn't exist
8184
8185 2006-11-29 [colin]      2.6.0cvs66
8186
8187         * src/compose.c
8188                 Followup to cvs60: use original list
8189                 of recipients if replying to a mail
8190                 in Sent Drafts or Queue.
8191
8192 2006-11-27 [paul]       2.6.0cvs65
8193
8194         * src/image_viewer.c
8195                 revert the last change for now (it's broken)
8196
8197 2006-11-27 [paul]       2.6.0cvs64
8198
8199         * Makefile.am
8200         * configure.ac
8201         * m4/aclocal-include.m4
8202         * m4/check-type.m4
8203         * src/Makefile.am
8204         * src/addr_compl.c
8205         * src/compose.c
8206         * src/crash.c
8207         * src/export.c
8208         * src/exporthtml.c
8209         * src/exportldif.c
8210         * src/imap.c
8211         * src/import.c
8212         * src/main.c
8213         * src/main.h
8214         * src/matcher.c
8215         * src/mimeview.c
8216         * src/procmsg.c
8217         * src/textview.c
8218         * src/common/Makefile.am
8219         * src/common/claws.c
8220         * src/common/claws.h
8221         * src/common/ssl.c
8222         * src/common/sylpheed.c
8223         * src/common/sylpheed.h
8224         * src/etpan/Makefile.am
8225         * src/gtk/Makefile.am
8226         * src/gtk/claws-marshal.list
8227         * src/gtk/filesel.c
8228         * src/gtk/gtksctree.c
8229         * src/gtk/quicksearch.c
8230         * src/gtk/sylpheed-marshal.list
8231         * src/plugins/bogofilter/bogofilter.c
8232         * src/plugins/bogofilter/bogofilter_gtk.c
8233         * src/plugins/clamav/clamav_plugin.c
8234         * src/plugins/clamav/clamav_plugin_gtk.c
8235         * src/plugins/demo/demo.c
8236         * src/plugins/dillo_viewer/dillo_viewer.c
8237         * src/plugins/pgpcore/Makefile.am
8238         * src/plugins/pgpcore/claws.def
8239         * src/plugins/pgpcore/pgp_viewer.c
8240         * src/plugins/pgpcore/plugin.c
8241         * src/plugins/pgpcore/sylpheed.def
8242         * src/plugins/pgpinline/Makefile.am
8243         * src/plugins/pgpinline/claws.def
8244         * src/plugins/pgpinline/plugin.c
8245         * src/plugins/pgpinline/sylpheed.def
8246         * src/plugins/pgpmime/Makefile.am
8247         * src/plugins/pgpmime/claws.def
8248         * src/plugins/pgpmime/plugin.c
8249         * src/plugins/pgpmime/sylpheed.def
8250         * src/plugins/spamassassin/spamassassin.c
8251         * src/plugins/spamassassin/spamassassin_gtk.c
8252         * src/plugins/trayicon/trayicon.c
8253                 yet more renaming
8254                 remove deprecated gtk_tooltips_set_delay()
8255
8256 2006-11-26 [paul]       2.6.0cvs63
8257
8258         * src/expldifdlg.c
8259         * src/folderview.c
8260         * src/image_viewer.c
8261         * src/mainwindow.c
8262         * src/gtk/gtkutils.c
8263         * src/gtk/gtkvscrollbutton.c
8264         * src/gtk/prefswindow.c
8265         * src/plugins/pgpcore/prefs_gpg.c
8266                 replace more deprecated GTK+ functions
8267
8268 2006-11-26 [paul]       2.6.0cvs62
8269
8270         * src/addr_compl.c
8271         * src/addressbook.c
8272         * src/browseldap.c
8273                 replace deprecated gtk_idle_... functions
8274
8275 2006-11-26 [paul]       2.6.0cvs61
8276
8277         * src/compose.c
8278         * src/folderview.c
8279         * src/inc.c
8280         * src/summaryview.c
8281         * src/gtk/gtkvscrollbutton.c
8282         * src/gtk/quicksearch.c
8283         * src/plugins/pgpcore/passphrase.c
8284                 replace deprecated gtk_timeout_add and
8285                 gtk_timeout_remove
8286
8287 2006-11-26 [paul]       2.6.0cvs60
8288
8289         * src/compose.c
8290                 fix bug that caused the wrong recipient
8291                 to be selected when replying to a msg
8292                 which is From one of our accounts to
8293                 another of our accounts
8294
8295 2006-11-25 [paul]       2.6.0cvs59
8296
8297         * src/summaryview.c
8298                 don't change the From column title to
8299                 To if the To column is visible
8300
8301 2006-11-24 [paul]       2.6.0cvs58
8302
8303         * src/compose.c
8304                 fix bug 1069, 'Sent mails disappear, BCC
8305                 or locking problem?'
8306
8307 2006-11-21 [wwp]        2.6.0cvs57
8308
8309         * src/compose.c
8310                 fix spelling menu when replying (same as 2.3.1cvs39):
8311                 discrepancy between context menu and top menu when
8312                 folder's dictionary isn't the default one.
8313
8314 2006-11-19 [paul]       2.6.0cvs56
8315
8316         * src/summaryview.c
8317                 obey always_show_msg option when
8318                 marking as spam
8319         * src/plugins/bogofilter/bogofilter.c
8320                 fix typo
8321
8322 2006-11-18 [paul]       2.6.0cvs55
8323
8324         * AUTHORS
8325         * README
8326         * debian/copyright
8327         * manual/ack.xml
8328         * manual/es/ack.xml
8329         * manual/fr/ack.xml
8330         * manual/pl/ack.xml
8331         * src/gtk/authors.h
8332         * src/gtk/icon_legend.c
8333         * src/gtk/icon_legend.h
8334         * tools/OOo2claws-mail.pl
8335         * tools/README
8336         * tools/acroread2claws-mail.pl
8337         * tools/claws.i18n.status.pl
8338         * tools/filter_conv.pl
8339         * tools/filter_conv_new.pl
8340         * tools/freshmeat_search.pl
8341         * tools/google_search.pl
8342         * tools/kmail2claws-mail.pl
8343         * tools/kmail2claws-mail_v2.pl
8344         * tools/maildir2claws-mail.pl
8345         * tools/make.themes.project
8346         * tools/multiwebsearch.pl
8347         * tools/outlook2claws-mail.pl
8348         * tools/tb2claws-mail
8349         * tools/kdeservicemenu/README
8350         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8351                 update mine and wwp's email addresses in
8352                 several places
8353                 Patch by wwp
8354         * src/prefs_compose_writing.c
8355                 set sensitivity on 'new message format' frame
8356
8357 2006-11-17 [paul]       2.6.0cvs54
8358
8359         * src/gtk/about.c
8360                 more reworking of the GUI
8361                 Patch by Fabien Vantard
8362
8363 2006-11-16 [paul]       2.6.0cvs53
8364
8365         * src/gtk/about.c
8366                 set a minimum size for the window, allow
8367                 it to automatically expand as necessary
8368
8369 2006-11-16 [wwp]        2.6.0cvs52
8370
8371         * src/gtk/about.c
8372                 better wrap of copyright info on some systems.
8373
8374 2006-11-16 [paul]       2.6.0cvs51
8375
8376         * src/gtk/about.c
8377                 move the tech info from the upper panel
8378                 to the Info tab
8379                 use a gtk_text_view for the features tab
8380
8381 2006-11-16 [paul]       2.6.0cvs50
8382
8383         * po/Makevars
8384                 update my email address
8385         * src/addressbook.c
8386         * src/compose.c
8387         * src/imap_gtk.c
8388         * src/mh_gtk.c
8389         * src/news_gtk.c
8390         * src/summaryview.c
8391         * src/plugins/trayicon/trayicon.c
8392                 don't offer simple menu separators
8393                 for translation
8394         * src/folderview.c
8395                 add separator between 'mark all read'
8396                 and 'search folder'
8397
8398 2006-11-15 [wwp]        2.6.0cvs49
8399
8400         * src/gtk/authors.h
8401                 updated manuals authors.
8402
8403 2006-11-14 [paul]       2.6.0cvs48
8404
8405         * src/compose.c
8406                 Fix Options/Reply mode after draft save
8407
8408 2006-11-14 [paul]       2.6.0cvs47
8409
8410         * src/Makefile.am
8411                 Fix make DESTDIR=...
8412         * src/mbox.c
8413                 Optimise speed
8414         * src/plugins/pgpinline/pgpinline.c
8415                 Probably fix bug 1061
8416
8417 2006-11-14 [paul]       2.6.0cvs46
8418
8419         * po/Makevars
8420                 enable Q_ macro
8421         * src/Makefile.am
8422         * src/stock_pixmap.c
8423         * src/stock_pixmap.h
8424         * src/gtk/about.c
8425         * src/pixmaps/active.xpm
8426         * src/pixmaps/inactive.xpm
8427                 add a new page, 'Features', to the About dialog
8428                 showing which features are compiled in and which
8429                 are not
8430
8431 2006-11-14 [paul]       2.6.0cvs45
8432
8433         * po/ru.po
8434                 updated by Pavlo Bohmat
8435
8436 2006-11-14 [colin]      2.6.0cvs44
8437
8438         * src/compose.c
8439         * src/inc.c
8440         * src/messageview.c
8441         * src/news.c
8442         * src/pop.c
8443         * src/procmsg.c
8444         * src/gtk/gtkaspell.c
8445                 Fix 64-bit-related warnings
8446         * src/ssl_manager.c
8447                 Fix possible infinite loop
8448         * src/plugins/pgpcore/sgpgme.c
8449                 Remove useless check
8450
8451 2006-11-13 [colin]      2.6.0cvs43
8452
8453         * src/gtk/Makefile.am
8454                 authors.h isn't generated
8455
8456 2006-11-13 [colin]      2.6.0cvs42
8457
8458         * src/plugins/pgpinline/pgpinline.c
8459         * src/plugins/pgpmime/pgpmime.c
8460                 Very probably fix bug 1061, 'crash on 
8461                 opening signed email'. Another cast
8462                 problem
8463
8464 2006-11-13 [colin]      2.6.0cvs41
8465
8466         * src/plugins/pgpcore/sgpgme.c
8467                 Maybe fix bug 1061, 'crash on opening 
8468                 signed email'
8469
8470 2006-11-13 [wwp]        2.6.0cvs40
8471
8472         * src/plugins/pgpinline/pgpinline.c
8473                 fix candidate for bug #1057, thanks to Colin.
8474
8475 2006-11-13 [wwp]        2.6.0cvs39
8476
8477         * src/compose.c
8478         * src/quote_fmt_parse.y
8479                 fix bug 1052: current parser buffer was not always 
8480                 allocated, ptr to this buffer could be returned as 
8481                 NULL whereas no parser error has occurred. in 
8482                 consequence, defining a template body as "%d" 
8483                 (w/o the quotes) for the first time of the instance 
8484                 of claws-mail, was reporting a parser error. make 
8485                 sure that the buffer is always allocated, even to 
8486                 an empty string.
8487                 fix mis-unescaping in compose.:compose_quote_fmt(): 
8488                 unescaping of the fmt string was always done 
8489                 whereas it must be done *only* when receiving 
8490                 quote format strings issued from the prefs 
8491                 (compose new message, reply, forward, redirect 
8492                 formats), *not* when applying templates.  in 
8493                 consequences, applying templates w/ sequences 
8494                 like \\|p{echo} were failing. make sure that 
8495                 unescaping is done only when necessary.
8496
8497 2006-11-12 [colin]      2.6.0cvs38
8498
8499         * po/de.po
8500                 Fix typo (s/KB/MB)
8501
8502 2006-11-12 [colin]      2.6.0cvs37
8503
8504         * src/plugins/pgpinline/pgpinline.c
8505         * src/plugins/pgpmime/pgpmime.c
8506                 Release GPG context at the latest 
8507                 possible moment. Maybe fixes 
8508                 bug 1057, 'crash on sending signed 
8509                 message to a newsgroup'
8510                 
8511
8512 2006-11-12 [colin]      2.6.0cvs36
8513
8514         * src/plugins/pgpcore/sgpgme.c
8515                 Tell a bit more when gpg's status doesn't
8516                 contain any signature
8517
8518 2006-11-12 [colin]      2.6.0cvs35
8519
8520         * src/compose.c
8521                 Fix bug 1060, 'compilation error with 
8522                 Irix's cc'
8523
8524 2006-11-12 [paul]       2.6.0cvs34
8525
8526         * doc/man/claws-mail.1
8527         * src/prefs_gtk.c
8528         * src/plugins/clamav/README
8529         * src/plugins/spamassassin/README
8530         * tools/README
8531         * tools/freshmeat_search.pl
8532         * tools/google_search.pl
8533         * tools/multiwebsearch.pl
8534                 more renaming
8535         * src/plugins/trayicon/trayicon.c
8536                 fix compiliation warning
8537
8538 2006-11-11 [colin]      2.6.0cvs33
8539
8540         * src/folderview.c
8541                 Forbid drag and drop from/to different
8542                 folders of type F_UNKNOWN
8543
8544 2006-11-11 [colin]      2.6.0cvs32
8545
8546         * src/plugins/pgpinline/pgpinline.c
8547                 Fix typo in previous commit:
8548                 - gpgme_new(&ctx);
8549                 + if ((err = gpgme_new(&data->ctx)) ...)
8550
8551 2006-11-11 [colin]      2.6.0cvs31
8552
8553         * src/plugins/pgpinline/pgpinline.c
8554         * src/plugins/pgpmime/pgpmime.c
8555                 Check success after calling gpgme_new
8556                 Maybe fixes bug 1057, 'crash on sending 
8557                 signed message to a newsgroup'
8558
8559 2006-11-11 [colin]      2.6.0cvs30
8560
8561         * src/undo.c
8562                 init undostruct to 0s (from
8563                 valgrind log of bug 1057)
8564
8565 2006-11-10 [colin]      2.6.0cvs29
8566
8567         * src/mainwindow.c
8568                 Set cursor to wait before filtering
8569                 duplicates in all folders
8570         * src/plugins/bogofilter/bogofilter.c
8571         * src/plugins/bogofilter/bogofilter.h
8572         * src/plugins/bogofilter/bogofilter_gtk.c
8573                 Completely thread away the bogofilter
8574                 filtering
8575
8576 2006-11-10 [mones]      2.6.0cvs28
8577
8578         * src/compose.c
8579         * src/compose.h
8580                 added COMPOSE_CHECK_BEFORE_SEND hook
8581
8582 2006-11-10 [paul]       2.6.0cvs27
8583
8584         * src/crash.c
8585                 more renaming
8586                 add libSM to get_compiled_in_features()
8587         * src/main.c
8588                 more renaming
8589
8590 2006-11-10 [colin]      2.6.0cvs26
8591
8592         * src/etpan/imap-thread.c
8593                 Add a reference to libetpan's sasl engine
8594                 so that sasl_done() doesn't get called by
8595                 libetpan, and doesn't break openssl.
8596                 Should fix bug 1053, 'SC fails to reestablish 
8597                 a secure connection'
8598                 Patch by Hoa
8599
8600 2006-11-10 [colin]      2.6.0cvs25
8601
8602         * manual/addrbook.xml
8603         * manual/advanced.xml
8604         * manual/faq.xml
8605         * manual/intro.xml
8606                 Some more renaming
8607
8608 2006-11-09 [colin]      2.6.0cvs24
8609
8610         * src/plugins/bogofilter/bogofilter_gtk.c
8611                 Add comment about annoyance
8612
8613 2006-11-09 [colin]      2.6.0cvs23
8614
8615         * src/plugins/bogofilter/bogofilter.c
8616         * src/plugins/bogofilter/bogofilter_gtk.c
8617                 Prepare things needed to thread bogofilter
8618                 filtering: separate bogo stuff and possible GUI
8619                 stuff. 
8620
8621 2006-11-09 [colin]      2.6.0cvs22
8622
8623         * src/account.c
8624         * src/compose.c
8625                 Search for one of our accounts in Delivered-To
8626                 (helps for auto-account selection when 
8627                  replying/forwarding)
8628         * src/folderview.c
8629         * src/mainwindow.c
8630         * src/mainwindow.h
8631         * src/plugins/trayicon/trayicon.c
8632                 Allow opening a new mail with any account from
8633                 the contextual menu
8634
8635 2006-11-09 [wwp]        2.6.0cvs21
8636
8637         * src/compose.c
8638         * src/prefs_common.c
8639         * src/prefs_common.h
8640         * src/prefs_compose_writing.c
8641                 add a compose new message format (in prefs/compose/writing), it's a
8642                 simple subject+body template to use when opening a new composition
8643                 window. It's similar to the existent reply and forward formats.
8644
8645                 enhanced the template/format % symbols substitution mechanism to
8646                 use current composition window information when % are used in
8647                 the compose new message format or in templates applied to new
8648                 messages (there were useless in that situations before). When
8649                 applied to new messages, %d corresponds to the system time/date.
8650
8651 2006-11-09 [paul]       2.6.0cvs20
8652
8653         * src/gtk/authors.h
8654                 fix last commit
8655
8656 2006-11-09 [paul]       2.6.0cvs19
8657
8658         * src/gtk/authors.h
8659                 keep tje alphabetical order
8660
8661 2006-11-08 [colin]      2.6.0cvs18
8662
8663         * src/etpan/imap-thread.c
8664                 Fix bug 1054, 'Slowness logging big 
8665                 data chunks'
8666
8667 2006-11-08 [paul]       2.6.0cvs17
8668
8669         * tools/Makefile.am
8670                 fix the renaming
8671
8672 2006-11-08 [paul]       2.6.0cvs16
8673
8674         * src/common/defs.h
8675                 update BUGZILLA_URI
8676
8677 2006-11-08 [paul]       2.6.0cvs15
8678
8679         * tools/Makefile.am
8680         * tools/OOo2claws-mail.pl
8681         * tools/OOo2sylpheed.pl
8682         * tools/README
8683         * tools/acroread2claws-mail.pl
8684         * tools/acroread2sylpheed.pl
8685         * tools/kmail2claws-mail.pl
8686         * tools/kmail2claws-mail_v2.pl
8687         * tools/kmail2sylpheed.pl
8688         * tools/kmail2sylpheed_v2.pl
8689         * tools/maildir2claws-mail.pl
8690         * tools/maildir2sylpheed.pl
8691         * tools/nautilus2claws-mail.sh
8692         * tools/nautilus2sylpheed.sh
8693         * tools/outlook2claws-mail.pl
8694         * tools/outlook2sylpheed.pl
8695         * tools/tb2claws-mail
8696         * tools/tb2sylpheed
8697         * tools/tbird2claws.py
8698         * tools/tbird2syl.py
8699         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
8700         * tools/kdeservicemenu/install.sh
8701         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8702         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
8703         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
8704         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8705         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8706                 renamed (removed, added) tools files
8707
8708 2006-11-08 [paul]       2.6.0cvs14
8709
8710         * src/main.c
8711         * src/common/defs.h
8712                 Migrate sylpheedrc to clawsrc, and fix the standard
8713                 plugins path in the process
8714
8715 2006-11-07 [colin]      2.6.0cvs13
8716
8717         * src/Makefile.am
8718                 Symlink sylpheed-claws relative to 
8719                 claws-mail
8720
8721 2006-11-07 [colin]      2.6.0cvs12
8722
8723         * src/compose.c
8724                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
8725
8726 2006-11-07 [paul]       2.6.0cvs11
8727
8728         * src/gtk/about.c
8729                 Fix a missed occurence of
8730                 Sylpheed-Claws
8731
8732 2006-11-07 [paul]       2.6.0cvs10
8733
8734         * src/Makefile.am
8735                 Fix symlink installation
8736
8737 2006-11-07 [paul]       2.6.0cvs9
8738
8739         * src/Makefile.am
8740                 Symlink claws-mail to sylpheed-claws
8741         * src/common/utils.c
8742                 Fix migrating symlinks
8743         * src/etpan/imap-thread.c
8744                 check certificate only when there's
8745                 no error
8746
8747 2006-11-07 [paul]       2.6.0cvs8
8748
8749         * Makefile.am
8750                 Fix icon breakages with Gtk, which needs a 
8751                 cache updated to see them.
8752
8753 2006-11-07 [paul]       2.6.0cvs7
8754
8755         * .cvsignore
8756         * AUTHORS
8757         * COPYING
8758         * INSTALL
8759         * Makefile.am
8760         * NEWS
8761         * README
8762         * RELEASE_NOTES
8763         * autogen.sh
8764         * claws-mail-128x128.png
8765         * claws-mail-64x64.png
8766         * claws-mail.ico
8767         * claws-mail.pc.in
8768         * claws-mail.png
8769         * configure.ac
8770         * sylpheed-claws-128x128.png
8771         * sylpheed-claws-64x64.png
8772         * sylpheed-claws.desktop
8773         * sylpheed-claws.ico
8774         * sylpheed-claws.pc.in
8775         * sylpheed-claws.png
8776         * debian/README.Debian
8777         * debian/changelog
8778         * debian/claws-mail.desktop
8779         * debian/claws-mail.menu
8780         * debian/claws-mail.postinst.debhelper
8781         * debian/claws-mail.postrm.debhelper
8782         * debian/control
8783         * debian/copyright
8784         * debian/files
8785         * debian/rules
8786         * debian/sylpheed-claws.desktop
8787         * debian/sylpheed-claws.menu
8788         * debian/sylpheed-claws.postinst.debhelper
8789         * debian/sylpheed-claws.postrm.debhelper
8790         * doc/man/Makefile.am
8791         * doc/man/claws-mail.1
8792         * doc/man/sylpheed-claws.1
8793         * doc/src/ChangeLog.claws-pre0.8.0
8794         * manual/Makefile.am
8795         * manual/account.xml
8796         * manual/ack.xml
8797         * manual/addrbook.xml
8798         * manual/advanced.xml
8799         * manual/claws-mail-manual.xml
8800         * manual/faq.xml
8801         * manual/glossary.xml
8802         * manual/handling.xml
8803         * manual/intro.xml
8804         * manual/keyboard.xml
8805         * manual/plugins.xml
8806         * manual/starting.xml
8807         * manual/sylpheed-claws-manual.xml
8808         * manual/xml2pdf
8809         * manual/dist/.cvsignore
8810         * manual/dist/html/.cvsignore
8811         * manual/dist/html/Makefile.am
8812         * manual/dist/pdf/.cvsignore
8813         * manual/dist/pdf/Makefile.am
8814         * manual/dist/ps/.cvsignore
8815         * manual/dist/ps/Makefile.am
8816         * manual/dist/txt/.cvsignore
8817         * manual/dist/txt/Makefile.am
8818         * manual/es/Makefile.am
8819         * manual/es/advanced.xml
8820         * manual/es/claws-mail-manual.xml
8821         * manual/es/faq.xml
8822         * manual/es/glossary.xml
8823         * manual/es/handling.xml
8824         * manual/es/intro.xml
8825         * manual/es/plugins.xml
8826         * manual/es/sylpheed-claws-manual.xml
8827         * manual/es/dist/.cvsignore
8828         * manual/es/dist/html/.cvsignore
8829         * manual/es/dist/html/Makefile.am
8830         * manual/es/dist/pdf/.cvsignore
8831         * manual/es/dist/pdf/Makefile.am
8832         * manual/es/dist/ps/.cvsignore
8833         * manual/es/dist/ps/Makefile.am
8834         * manual/es/dist/txt/.cvsignore
8835         * manual/es/dist/txt/Makefile.am
8836         * manual/fr/Makefile.am
8837         * manual/fr/account.xml
8838         * manual/fr/ack.xml
8839         * manual/fr/addrbook.xml
8840         * manual/fr/advanced.xml
8841         * manual/fr/claws-mail-manual.xml
8842         * manual/fr/faq.xml
8843         * manual/fr/glossary.xml
8844         * manual/fr/handling.xml
8845         * manual/fr/intro.xml
8846         * manual/fr/keyboard.xml
8847         * manual/fr/plugins.xml
8848         * manual/fr/starting.xml
8849         * manual/fr/sylpheed-claws-manual.xml
8850         * manual/fr/dist/.cvsignore
8851         * manual/fr/dist/html/.cvsignore
8852         * manual/fr/dist/html/Makefile.am
8853         * manual/fr/dist/pdf/.cvsignore
8854         * manual/fr/dist/pdf/Makefile.am
8855         * manual/fr/dist/ps/.cvsignore
8856         * manual/fr/dist/ps/Makefile.am
8857         * manual/fr/dist/txt/.cvsignore
8858         * manual/fr/dist/txt/Makefile.am
8859         * manual/pl/Makefile.am
8860         * manual/pl/account.xml
8861         * manual/pl/ack.xml
8862         * manual/pl/addrbook.xml
8863         * manual/pl/advanced.xml
8864         * manual/pl/claws-mail-manual.xml
8865         * manual/pl/faq.xml
8866         * manual/pl/glossary.xml
8867         * manual/pl/handling.xml
8868         * manual/pl/intro.xml
8869         * manual/pl/keyboard.xml
8870         * manual/pl/plugins.xml
8871         * manual/pl/starting.xml
8872         * manual/pl/sylpheed-claws-manual.xml
8873         * manual/pl/dist/.cvsignore
8874         * manual/pl/dist/html/.cvsignore
8875         * manual/pl/dist/html/Makefile.am
8876         * manual/pl/dist/pdf/.cvsignore
8877         * manual/pl/dist/pdf/Makefile.am
8878         * manual/pl/dist/ps/.cvsignore
8879         * manual/pl/dist/ps/Makefile.am
8880         * manual/pl/dist/txt/.cvsignore
8881         * manual/pl/dist/txt/Makefile.am
8882         * po/.cvsignore
8883         * po/Makevars
8884         * src/.cvsignore
8885         * src/Makefile.am
8886         * src/account.c
8887         * src/account.h
8888         * src/action.c
8889         * src/action.h
8890         * src/adbookbase.h
8891         * src/addr_compl.c
8892         * src/addr_compl.h
8893         * src/addrbook.c
8894         * src/addrcache.c
8895         * src/addrcache.h
8896         * src/addrcindex.c
8897         * src/addrcindex.h
8898         * src/addrclip.c
8899         * src/addrclip.h
8900         * src/addrdefs.h
8901         * src/addressadd.c
8902         * src/addressadd.h
8903         * src/addressbook.c
8904         * src/addressbook.h
8905         * src/addressbook_foldersel.c
8906         * src/addressbook_foldersel.h
8907         * src/addrgather.c
8908         * src/addrgather.h
8909         * src/addrharvest.c
8910         * src/addrharvest.h
8911         * src/addrindex.c
8912         * src/addrindex.h
8913         * src/addritem.c
8914         * src/addritem.h
8915         * src/addrquery.c
8916         * src/addrquery.h
8917         * src/addrselect.c
8918         * src/addrselect.h
8919         * src/alertpanel.c
8920         * src/alertpanel.h
8921         * src/browseldap.c
8922         * src/browseldap.h
8923         * src/codeconv.c
8924         * src/codeconv.h
8925         * src/compose.c
8926         * src/crash.c
8927         * src/crash.h
8928         * src/customheader.c
8929         * src/customheader.h
8930         * src/displayheader.c
8931         * src/displayheader.h
8932         * src/editaddress.c
8933         * src/editaddress.h
8934         * src/editbook.c
8935         * src/editbook.h
8936         * src/editgroup.c
8937         * src/editgroup.h
8938         * src/editjpilot.c
8939         * src/editjpilot.h
8940         * src/editldap.c
8941         * src/editldap.h
8942         * src/editldap_basedn.c
8943         * src/editldap_basedn.h
8944         * src/editvcard.c
8945         * src/editvcard.h
8946         * src/exphtmldlg.c
8947         * src/exphtmldlg.h
8948         * src/expldifdlg.c
8949         * src/expldifdlg.h
8950         * src/export.c
8951         * src/exporthtml.c
8952         * src/exporthtml.h
8953         * src/exportldif.c
8954         * src/exportldif.h
8955         * src/filtering.c
8956         * src/filtering.h
8957         * src/folder.c
8958         * src/folder.h
8959         * src/folder_item_prefs.c
8960         * src/folder_item_prefs.h
8961         * src/foldersel.c
8962         * src/foldersel.h
8963         * src/folderutils.c
8964         * src/folderutils.h
8965         * src/folderview.c
8966         * src/folderview.h
8967         * src/grouplistdialog.c
8968         * src/grouplistdialog.h
8969         * src/html.c
8970         * src/html.h
8971         * src/image_viewer.c
8972         * src/image_viewer.h
8973         * src/imap.c
8974         * src/imap.h
8975         * src/imap_gtk.c
8976         * src/imap_gtk.h
8977         * src/import.c
8978         * src/import.h
8979         * src/importldif.c
8980         * src/importldif.h
8981         * src/importmutt.c
8982         * src/importmutt.h
8983         * src/importpine.c
8984         * src/importpine.h
8985         * src/inc.c
8986         * src/inc.h
8987         * src/jpilot.c
8988         * src/jpilot.h
8989         * src/ldapctrl.c
8990         * src/ldapctrl.h
8991         * src/ldaplocate.c
8992         * src/ldaplocate.h
8993         * src/ldapquery.c
8994         * src/ldapquery.h
8995         * src/ldapserver.c
8996         * src/ldapserver.h
8997         * src/ldaputil.c
8998         * src/ldaputil.h
8999         * src/ldif.c
9000         * src/ldif.h
9001         * src/localfolder.c
9002         * src/localfolder.h
9003         * src/main.c
9004         * src/main.h
9005         * src/mainwindow.c
9006         * src/mainwindow.h
9007         * src/manual.c
9008         * src/manual.h
9009         * src/matcher.c
9010         * src/matcher.h
9011         * src/matcher_parser.h
9012         * src/matcher_parser_lex.l
9013         * src/matcher_parser_parse.y
9014         * src/mbox.c
9015         * src/mbox.h
9016         * src/message_search.c
9017         * src/message_search.h
9018         * src/messageview.c
9019         * src/messageview.h
9020         * src/mh.c
9021         * src/mh.h
9022         * src/mh_gtk.c
9023         * src/mh_gtk.h
9024         * src/mimeview.c
9025         * src/mimeview.h
9026         * src/msgcache.c
9027         * src/msgcache.h
9028         * src/mutt.c
9029         * src/mutt.h
9030         * src/news.c
9031         * src/news.h
9032         * src/news_gtk.c
9033         * src/news_gtk.h
9034         * src/noticeview.c
9035         * src/noticeview.h
9036         * src/partial_download.c
9037         * src/partial_download.h
9038         * src/pine.c
9039         * src/pine.h
9040         * src/pop.c
9041         * src/pop.h
9042         * src/prefs_account.c
9043         * src/prefs_account.h
9044         * src/prefs_actions.c
9045         * src/prefs_actions.h
9046         * src/prefs_common.c
9047         * src/prefs_common.h
9048         * src/prefs_compose_writing.c
9049         * src/prefs_compose_writing.h
9050         * src/prefs_customheader.c
9051         * src/prefs_customheader.h
9052         * src/prefs_display_header.c
9053         * src/prefs_display_header.h
9054         * src/prefs_ext_prog.c
9055         * src/prefs_ext_prog.h
9056         * src/prefs_filtering.c
9057         * src/prefs_folder_column.c
9058         * src/prefs_folder_column.h
9059         * src/prefs_folder_item.c
9060         * src/prefs_folder_item.h
9061         * src/prefs_fonts.c
9062         * src/prefs_fonts.h
9063         * src/prefs_gtk.c
9064         * src/prefs_gtk.h
9065         * src/prefs_image_viewer.c
9066         * src/prefs_image_viewer.h
9067         * src/prefs_matcher.c
9068         * src/prefs_matcher.h
9069         * src/prefs_message.c
9070         * src/prefs_message.h
9071         * src/prefs_msg_colors.c
9072         * src/prefs_msg_colors.h
9073         * src/prefs_other.c
9074         * src/prefs_other.h
9075         * src/prefs_quote.c
9076         * src/prefs_quote.h
9077         * src/prefs_receive.c
9078         * src/prefs_receive.h
9079         * src/prefs_send.c
9080         * src/prefs_send.h
9081         * src/prefs_spelling.c
9082         * src/prefs_spelling.h
9083         * src/prefs_summaries.c
9084         * src/prefs_summaries.h
9085         * src/prefs_summary_column.c
9086         * src/prefs_summary_column.h
9087         * src/prefs_template.c
9088         * src/prefs_template.h
9089         * src/prefs_themes.c
9090         * src/prefs_themes.h
9091         * src/prefs_toolbar.c
9092         * src/prefs_toolbar.h
9093         * src/prefs_wrapping.c
9094         * src/prefs_wrapping.h
9095         * src/privacy.c
9096         * src/privacy.h
9097         * src/procheader.c
9098         * src/procheader.h
9099         * src/procmime.c
9100         * src/procmime.h
9101         * src/procmsg.c
9102         * src/procmsg.h
9103         * src/quote_fmt.c
9104         * src/quote_fmt_parse.y
9105         * src/recv.c
9106         * src/recv.h
9107         * src/remotefolder.c
9108         * src/remotefolder.h
9109         * src/send_message.c
9110         * src/send_message.h
9111         * src/setup.c
9112         * src/setup.h
9113         * src/sourcewindow.c
9114         * src/sourcewindow.h
9115         * src/ssl_manager.c
9116         * src/ssl_manager.h
9117         * src/statusbar.c
9118         * src/statusbar.h
9119         * src/stock_pixmap.c
9120         * src/stock_pixmap.h
9121         * src/summary_search.c
9122         * src/summary_search.h
9123         * src/summaryview.c
9124         * src/summaryview.h
9125         * src/syldap.c
9126         * src/syldap.h
9127         * src/textview.c
9128         * src/textview.h
9129         * src/toolbar.c
9130         * src/toolbar.h
9131         * src/undo.c
9132         * src/undo.h
9133         * src/unmime.c
9134         * src/unmime.h
9135         * src/vcard.c
9136         * src/vcard.h
9137         * src/wizard.c
9138         * src/wizard.h
9139         * src/common/base64.c
9140         * src/common/base64.h
9141         * src/common/defs.h
9142         * src/common/hooks.c
9143         * src/common/hooks.h
9144         * src/common/log.c
9145         * src/common/log.h
9146         * src/common/mgutils.c
9147         * src/common/mgutils.h
9148         * src/common/nntp.c
9149         * src/common/nntp.h
9150         * src/common/passcrypt.c
9151         * src/common/passcrypt.h.in
9152         * src/common/plugin.c
9153         * src/common/plugin.h
9154         * src/common/prefs.c
9155         * src/common/prefs.h
9156         * src/common/progressindicator.c
9157         * src/common/progressindicator.h
9158         * src/common/quoted-printable.c
9159         * src/common/quoted-printable.h
9160         * src/common/session.c
9161         * src/common/session.h
9162         * src/common/smtp.c
9163         * src/common/smtp.h
9164         * src/common/socket.c
9165         * src/common/socket.h
9166         * src/common/ssl.c
9167         * src/common/ssl.h
9168         * src/common/stringtable.c
9169         * src/common/stringtable.h
9170         * src/common/sylpheed.c
9171         * src/common/sylpheed.h
9172         * src/common/template.c
9173         * src/common/template.h
9174         * src/common/timing.h
9175         * src/common/utils.c
9176         * src/common/utils.h
9177         * src/common/version.h.in
9178         * src/common/xml.c
9179         * src/common/xml.h
9180         * src/common/xmlprops.c
9181         * src/common/xmlprops.h
9182         * src/gtk/about.c
9183         * src/gtk/colorlabel.c
9184         * src/gtk/colorlabel.h
9185         * src/gtk/colorsel.c
9186         * src/gtk/colorsel.h
9187         * src/gtk/combobox.c
9188         * src/gtk/combobox.h
9189         * src/gtk/description_window.c
9190         * src/gtk/description_window.h
9191         * src/gtk/filesel.c
9192         * src/gtk/filesel.h
9193         * src/gtk/foldersort.c
9194         * src/gtk/foldersort.h
9195         * src/gtk/gtkaspell.c
9196         * src/gtk/gtkaspell.h
9197         * src/gtk/gtksctree.c
9198         * src/gtk/gtkshruler.c
9199         * src/gtk/gtkshruler.h
9200         * src/gtk/gtkutils.c
9201         * src/gtk/gtkutils.h
9202         * src/gtk/icon_legend.c
9203         * src/gtk/icon_legend.h
9204         * src/gtk/logwindow.c
9205         * src/gtk/logwindow.h
9206         * src/gtk/manage_window.c
9207         * src/gtk/manage_window.h
9208         * src/gtk/pluginwindow.c
9209         * src/gtk/pluginwindow.h
9210         * src/gtk/prefswindow.c
9211         * src/gtk/prefswindow.h
9212         * src/gtk/quicksearch.c
9213         * src/gtk/quicksearch.h
9214         * src/pixmaps/claws-mail.xpm
9215         * src/pixmaps/claws-mail_icon.xpm
9216         * src/pixmaps/claws-mail_logo.xpm
9217         * src/pixmaps/sylpheed-claws.xpm
9218         * src/pixmaps/sylpheed-claws_icon.xpm
9219         * src/pixmaps/sylpheed-claws_logo.xpm
9220         * src/plugins/bogofilter/Makefile.am
9221         * src/plugins/bogofilter/bogofilter.c
9222         * src/plugins/bogofilter/bogofilter.h
9223         * src/plugins/bogofilter/bogofilter_gtk.c
9224         * src/plugins/clamav/Makefile.am
9225         * src/plugins/clamav/clamav_plugin.c
9226         * src/plugins/clamav/clamav_plugin.h
9227         * src/plugins/clamav/clamav_plugin_gtk.c
9228         * src/plugins/demo/Makefile.am
9229         * src/plugins/demo/demo.c
9230         * src/plugins/dillo_viewer/Makefile.am
9231         * src/plugins/dillo_viewer/README
9232         * src/plugins/dillo_viewer/dillo_prefs.c
9233         * src/plugins/dillo_viewer/dillo_prefs.h
9234         * src/plugins/dillo_viewer/dillo_viewer.c
9235         * src/plugins/pgpcore/Makefile.am
9236         * src/plugins/pgpcore/passphrase.c
9237         * src/plugins/pgpcore/passphrase.h
9238         * src/plugins/pgpcore/pgp_viewer.c
9239         * src/plugins/pgpcore/pgp_viewer.h
9240         * src/plugins/pgpcore/plugin.c
9241         * src/plugins/pgpcore/prefs_gpg.c
9242         * src/plugins/pgpcore/prefs_gpg.h
9243         * src/plugins/pgpcore/select-keys.c
9244         * src/plugins/pgpcore/select-keys.h
9245         * src/plugins/pgpcore/sgpgme.c
9246         * src/plugins/pgpcore/sgpgme.h
9247         * src/plugins/pgpcore/sylpheed.def
9248         * src/plugins/pgpcore/version.rc
9249         * src/plugins/pgpinline/Makefile.am
9250         * src/plugins/pgpinline/pgpinline.c
9251         * src/plugins/pgpinline/pgpinline.h
9252         * src/plugins/pgpinline/plugin.c
9253         * src/plugins/pgpinline/sylpheed.def
9254         * src/plugins/pgpinline/version.rc
9255         * src/plugins/pgpmime/Makefile.am
9256         * src/plugins/pgpmime/pgpmime.c
9257         * src/plugins/pgpmime/pgpmime.h
9258         * src/plugins/pgpmime/plugin.c
9259         * src/plugins/pgpmime/sylpheed.def
9260         * src/plugins/pgpmime/version.rc
9261         * src/plugins/spamassassin/Makefile.am
9262         * src/plugins/spamassassin/README
9263         * src/plugins/spamassassin/spamassassin.c
9264         * src/plugins/spamassassin/spamassassin.h
9265         * src/plugins/spamassassin/spamassassin_gtk.c
9266         * src/plugins/trayicon/Makefile.am
9267         * src/plugins/trayicon/trayicon.c
9268         * tools/OOo2sylpheed.pl
9269         * tools/README
9270         * tools/README.sylprint
9271         * tools/acroread2sylpheed.pl
9272         * tools/claws.i18n.status.pl
9273         * tools/filter_conv.pl
9274         * tools/filter_conv_new.pl
9275         * tools/freshmeat_search.pl
9276         * tools/google_search.pl
9277         * tools/kmail2sylpheed.pl
9278         * tools/kmail2sylpheed_v2.pl
9279         * tools/make.themes.project
9280         * tools/multiwebsearch.pl
9281         * tools/nautilus2sylpheed.sh
9282         * tools/outlook2sylpheed.pl
9283         * tools/sylprint.pl
9284         * tools/sylprint.rc
9285         * tools/tb2sylpheed
9286         * tools/textviewer.sh
9287         * tools/vcard2xml.py
9288         * tools/kdeservicemenu/README
9289         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
9290         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9291         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9292                 Change name to Claws Mail. Announce to follow...
9293
9294 2006-11-06 [wwp]        2.6.0cvs6
9295
9296         * src/prefs_template.c
9297                 unify messages related to quote format/template errors (fix
9298                 capitalization), again.
9299
9300 2006-11-06 [wwp]        2.6.0cvs5
9301
9302         * src/prefs_quote.c
9303                 unify messages related to quote format/template errors.
9304
9305 2006-11-06 [wwp]        2.6.0cvs4
9306
9307         * src/prefs_msg_colors.c
9308                 more uses of Q_ macro for contextual translations, thanks
9309                 to Fabien (fzzzzz).
9310
9311 2006-11-06 [wwp]        2.6.0cvs3
9312
9313         * src/compose.c
9314         * src/common/utils.c
9315         * src/common/utils.h
9316                 show an alertpanel to make sure users are aware that sensitive
9317                 files are attached (it's file blacklist-based). This will fix
9318                 interaction w/ GoogleEarth for instance, thanks to Colin.
9319
9320 2006-11-06 [wwp]        2.6.0cvs2
9321
9322         * src/prefs_quote.c
9323         * src/prefs_template.c
9324         * src/prefs_template.h
9325                 check quote format when applying/closing prefs. For now this only
9326                 shows up an error dialog box, not preventing the user from using
9327                 a broken quote (reply, forwards) format.
9328
9329 2006-11-06 [wwp]        2.6.0cvs1
9330
9331         * src/prefs_template.c
9332                 fix missing checks of some template fields.
9333
9334 2006-11-06 [paul]       2.6.0
9335
9336         * NEWS
9337         * README
9338         * RELEASE_NOTES
9339                 2.6.0 released
9340
9341 2006-11-06 [paul]       2.5.6cvs22
9342
9343         * manual/advanced.xml
9344         * manual/es/advanced.xml
9345                 put 'respect_flowed_format' info in the correct
9346                 place
9347
9348 2006-11-06 [mones]      2.5.6cvs21
9349
9350         * po/es.po
9351                 Minor fixes for release
9352
9353 2006-11-06 [paul]       2.5.6cvs20
9354
9355         * po/cs.po
9356         * po/de.po
9357         * po/fr.po
9358         * po/it.po
9359         * po/nl.po
9360         * po/pt_BR.po
9361         * po/sk.po
9362         * po/sv.po
9363         * po/zh_CN.po
9364                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
9365                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
9366                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
9367                 Young
9368
9369 2006-11-02 [colin]      2.5.6cvs19
9370
9371         * src/imap.c
9372         * src/imap.h
9373         * src/prefs_account.c
9374         * src/etpan/imap-thread.c
9375                 Add GSSAPI support - fixes Debian bug #383274
9376
9377 2006-11-01 [colin]      2.5.6cvs18
9378
9379         * src/jpilot.c
9380                 Handle libpisock12 support. Probably
9381                 fixes bug 1046, 'jpilot AddressDB.pdb 
9382                 import fail'
9383
9384 2006-11-01 [colin]      2.5.6cvs17
9385
9386         * src/folderutils.c
9387                 debug_print() folderutils_mark_all_read()
9388
9389 2006-11-01 [colin]      2.5.6cvs16
9390
9391         * COPYING
9392                 Add missed files to the Apache exception
9393
9394 2006-10-31 [colin]      2.5.6cvs15
9395
9396         * src/folder.c
9397         * src/folder.h
9398                 Add a copy_private_data() func to FolderClasses
9399                 Doesn't break the feature freeze, because we 
9400                 won't use it (right now) in the core.
9401
9402 2006-10-31 [colin]      2.5.6cvs14
9403
9404         * COPYING
9405                 Allow linking with the Apache licensed files in
9406                 src/plugins/spamassassin. Hopefully fixes 
9407                 bug 1048, 'Spamassassin plugin license problem'
9408
9409 2006-10-31 [wwp]        2.5.6cvs13
9410
9411         * src/compose.c
9412                 fix and optimize trimming of leading linefeeds in body loop.
9413
9414 2006-10-31 [colin]      2.5.6cvs12
9415
9416         * src/etpan/imap-thread.c
9417         * src/imap.c
9418                 Make really sure to have NULL sets in case
9419                 of error
9420
9421 2006-10-30 [wwp]        2.5.6cvs11
9422
9423         * src/prefs_common.c
9424         * src/prefs_common.h
9425         * src/compose.c
9426                 fix broken storage of quote format template when it contains \-escape
9427                 sequences. The application of such sequences is also fixed now (\t
9428                 in quote format will be a real tab instead of a 't', for instance).
9429
9430 2006-10-27 [colin]      2.5.6cvs10
9431
9432         * src/compose.c
9433                 Probably fix bug 1045, 'sylpheed-claws 
9434                 doesn't remove the mail from the IMAP 
9435                 Queue folder after sending'. From
9436                 2.5.6cvs3-stable
9437
9438 2006-10-27 [colin]      2.5.6cvs9
9439
9440         * configure.ac
9441                 Require libetpan-0.48. I'm so annoying,
9442                 I know ;-)
9443
9444 2006-10-27 [colin]      2.5.6cvs8
9445
9446         * src/folder.c
9447         * src/imap.c
9448                 Probably fix bug 1044, 'sylpheed-claws 
9449                 segfaults while moving mails' - Fix relation
9450                 usage when moving to an IMAP mailbox from another
9451                 mailbox
9452
9453 2006-10-26 [paul]       2.5.6cvs7
9454
9455         * src/gtk/about.c
9456                 add libSM to compiled-in features
9457                 list
9458
9459 2006-10-24 [colin]      2.5.6cvs6
9460
9461         * src/textview.c
9462         * src/gtk/gtkutils.c
9463                 Fix crash when printing emails with an
9464                 xface
9465
9466 2006-10-24 [mones]      2.5.6cvs5
9467
9468         * manual/es/advanced.xml
9469                 Synchronize hidden option respect_flowed_format
9470         * po/es.po
9471                 Updated translation
9472
9473 2006-10-21 [paul]       2.5.6cvs4
9474
9475         * src/gtk/authors.h
9476         * src/plugins/pgpcore/pgp_viewer.c
9477         * src/plugins/pgpcore/sgpgme.c
9478                 fix building on BSDs
9479                 Thanks to Michael Hughes
9480                 <Sylpheed-Claws_user@thehugheslogcabin.net>
9481
9482 2006-10-20 [colin]      2.5.6cvs3
9483
9484         * configure.ac
9485                 Bump up libetpan requirement
9486                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
9487         * src/common/utils.c
9488         * src/common/utils.h
9489                 Add convenience get_file_mtime()
9490         * src/imap.c
9491         * src/etpan/imap-thread.c
9492         * src/etpan/imap-thread.h
9493                 Implement UIDPLUS support if the server
9494                 supports it - faster sending in this case
9495
9496 2006-10-19 [colin]      2.5.6cvs2
9497
9498         * src/gtk/quicksearch.c
9499                 Fix emptying in type-ahead+extended mode
9500         * src/mainwindow.c
9501         * src/mainwindow.h
9502                 Add a hook for offline state change
9503         * src/plugins/trayicon/trayicon.c
9504                 Use it to display offline icons
9505         * src/plugins/trayicon/Makefile.am
9506         * src/plugins/trayicon/newmail.offline.xpm
9507         * src/plugins/trayicon/newmarkedmail.offline.xpm
9508         * src/plugins/trayicon/nomail.offline.xpm
9509         * src/plugins/trayicon/unreadmail.offline.xpm
9510         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
9511                 Add the icons
9512
9513 2006-10-12 [paul]       2.5.6cvs1
9514
9515         * NEWS
9516         * README
9517         * configure.ac
9518                 Update version number following
9519                 stable release
9520
9521 2006-10-19 [colin]      2.5.5cvs18
9522
9523         * manual/handling.xml
9524                 Add type-ahead search
9525
9526 2006-10-18 [colin]      2.5.5cvs17
9527
9528         * src/gtk/quicksearch.c
9529                 Remove "save to history only if there's
9530                 no syntax error", it breaks for some 
9531                 reason which I'll investigate later.
9532
9533 2006-10-18 [colin]      2.5.5cvs16
9534
9535         * src/prefs_common.c
9536         * src/prefs_common.h
9537         * src/summaryview.c
9538         * src/gtk/quicksearch.c
9539         * src/gtk/quicksearch.h
9540                 Add a type-ahead option for fast searches
9541                 Patch by Fabien Vantard
9542
9543 2006-10-18 [colin]      2.5.5cvs15
9544
9545         * src/compose.c
9546         * src/compose.h
9547                 Add Options/Reply mode/ menu to be able to
9548                 change the recipients of a reply on the fly
9549
9550 2006-10-18 [colin]      2.5.5cvs14
9551
9552         * src/compose.c
9553                 Fix redirecting of our own sent mails
9554
9555 2006-10-17 [wwp]        2.5.5cvs13
9556
9557         * src/send_message.c
9558                 Fix duplicate error messages when sending, and missing
9559                 newline in such error messages.
9560
9561 2006-10-17 [colin]      2.5.5cvs12
9562
9563         * src/compose.c
9564                 Compare addresses case-insensitive
9565
9566 2006-10-17 [colin]      2.5.5cvs11
9567
9568         * src/plugins/pgpcore/sgpgme.c
9569                 Fix return status
9570
9571 2006-10-17 [colin]      2.5.5cvs10
9572
9573         * src/plugins/pgpcore/pgp_viewer.c
9574                 Fix return status
9575
9576 2006-10-17 [colin]      2.5.5cvs9
9577
9578         * src/quote_fmt.c
9579                 Fix a typo (thanks to Fabien)
9580
9581 2006-10-16 [colin]      2.5.5cvs8
9582
9583         * src/textview.c
9584                 Fix problem with quote-folding when emails
9585                 don't convert cleanly to UTF-8
9586
9587 2006-10-14 [colin]      2.5.5cvs7
9588
9589         * src/prefs_template.c
9590                 Reset fields when reopening
9591                 the window
9592
9593 2006-10-13 [paul]       2.5.5cvs6
9594
9595         * manual/advanced.xml
9596         * src/prefs_message.c
9597                 make 'respect_flowed_format' a hidden
9598                 option, and add a manual entry for it
9599                 Thanks to Colin
9600
9601 2006-10-12 [colin]      2.5.5cvs5
9602
9603         * src/codeconv.c
9604                 Revert part of 2.5.2cvs21:
9605                 Don't optimise by reusing the 
9606                 last iconv converter if possible:
9607                 it seems slightly broken in a 
9608                 very hard way to reproduce
9609
9610 2006-10-12 [colin]      2.5.5cvs4
9611
9612         * src/prefs_common.c
9613         * src/prefs_common.h
9614         * src/prefs_message.c
9615         * src/procmime.c
9616                 Fix bug 1035, 'Incorrect handling 
9617                 of flowed lines'. We now optionnaly
9618                 handle this format (preference is in
9619                 Message View/Text options section)
9620
9621 2006-10-12 [colin]      2.5.5cvs3
9622
9623         * po/POTFILES.in
9624                 Add new file
9625         * src/plugins/pgpcore/pgp_viewer.c
9626         * src/plugins/pgpcore/sgpgme.c
9627                 Don't try to import without asking
9628
9629 2006-10-12 [colin]      2.5.5cvs2
9630
9631         * src/compose.c
9632                 Fix bug 1036, 'Forwarding a mutlipart
9633                 mail with a "text/html" block to ms
9634                 outlook users leeds to freeze of
9635                 outlook'. Poor outlook users...
9636
9637 2006-10-12 [paul]       2.5.5cvs1
9638
9639         * NEWS
9640         * README
9641         * configure.ac
9642                 Update version number following
9643                 stable release
9644
9645 2006-10-11 [paul]       2.5.4cvs1
9646
9647         * NEWS
9648         * README
9649         * configure.ac
9650                 Update version number following
9651                 stable release
9652
9653 2006-10-11 [paul]       2.5.3cvs32
9654
9655         * src/textview.c
9656                 fix bug 1032, 'Segmentation fault when showing
9657                 message' (bug in quote folding)
9658                 Thanks to Colin
9659
9660 2006-10-10 [colin]      2.5.3cvs31
9661
9662         * src/quote_fmt.c
9663                 Rephrase english a bit
9664
9665 2006-10-10 [colin]      2.5.3cvs30
9666
9667         * src/prefs_compose_writing.c
9668                 Stop making the page larger than the window
9669
9670 2006-10-10 [wwp]        2.5.3cvs29
9671
9672         * src/compose.c
9673         * src/prefs_template.c
9674         * src/quote_fmt.c
9675         * src/quote_fmt.h
9676         * src/quote_fmt_lex.l
9677         * src/quote_fmt_parse.y
9678                 Extend the quote parser a bit: allow to get access to
9679                 basic (composing) account info.
9680
9681 2006-10-10 [colin]      2.5.3cvs28
9682
9683         * src/procheader.c
9684                 Fix this \t problem in subject
9685
9686 2006-10-09 [colin]      2.5.3cvs27
9687
9688         * src/main.c
9689         * src/prefs_gtk.c
9690                 Prepare cache a bit later
9691                 If section already exists, skip the new one 
9692                 (as previously); avoid writing the same block
9693                 twice - if we find a second block with the 
9694                 same id, skip it.
9695         * src/plugins/pgpcore/pgp_viewer.c
9696                 Set cursor to busy when retrieving a key
9697         * src/plugins/pgpcore/sgpgme.c
9698                 allow 5 seconds for gpg to export the key
9699                 
9700
9701 2006-10-09 [colin]      2.5.3cvs26
9702
9703         * configure.ac
9704         * src/msgcache.c
9705         * src/prefs_gtk.c
9706                 Check for existence of fgets_unlocked
9707                 and fwrite_unlocked
9708
9709 2006-10-09 [paul]       2.5.3cvs25
9710
9711         * src/prefs_summaries.c
9712                 replace strftime() with fast_strftime() and in
9713                 the consequence fix the bug in the display of
9714                 AM/PM in the 'Example' string
9715
9716 2006-10-09 [ticho]      2.5.3cvs24
9717
9718         * po/sk.po
9719                 Updated (and fixed up somewhat) Slovak translation.
9720
9721 2006-10-08 [colin]      2.5.3cvs23
9722
9723         * src/prefs_folder_item.c
9724                 Explain why prefs in the top-level folder
9725                 aren't retained, but are still useful
9726
9727 2006-10-08 [colin]      2.5.3cvs22
9728
9729         * src/prefs_gtk.c
9730                 Don't cache anything if caching fails
9731
9732 2006-10-08 [colin]      2.5.3cvs21
9733
9734         * src/common/utils.c
9735                 always include gi18n.h
9736
9737 2006-10-07 [colin]      2.5.3cvs20
9738
9739         * src/plugins/pgpcore/pgp_viewer.c
9740                 Kill gpg after 5 seconds wait
9741
9742 2006-10-07 [colin]      2.5.3cvs19
9743
9744         * src/plugins/pgpcore/pgp_viewer.c
9745         * src/plugins/pgpcore/pgp_viewer.h
9746                 Fix copyright
9747
9748 2006-10-07 [colin]      2.5.3cvs18
9749
9750         * src/plugins/pgpcore/pgp_viewer.c
9751         * src/plugins/pgpcore/pgp_viewer.h
9752                 Actually add the files to CVS
9753
9754 2006-10-07 [colin]      2.5.3cvs17
9755
9756         * src/plugins/pgpcore/sgpgme.c
9757                 Be sure not to crash on 'application/pgp-signature' that
9758                 are not application/pgp-signatures
9759
9760 2006-10-07 [colin]      2.5.3cvs16
9761
9762         * src/textview.c
9763         * src/textview.h
9764                 Make a bit more of the API available
9765         * src/plugins/pgpcore/Makefile.am
9766         * src/plugins/pgpcore/plugin.c
9767         * src/plugins/pgpcore/sgpgme.c
9768                 Add basic key import/export
9769
9770 2006-10-07 [colin]      2.5.3cvs15
9771
9772         * src/folderview.c
9773         * src/imap.c
9774         * src/prefs_account.c
9775         * src/wizard.c
9776                 Warn users *everywhere* if libetpan's not
9777                 linked in
9778
9779 2006-10-06 [mones]      2.5.3cvs14
9780
9781         * po/de.po
9782         * po/es.po
9783                 updated by Stephan Sachse and me
9784
9785 2006-10-06 [colin]      2.5.3cvs13
9786
9787         * src/main.c
9788         * src/common/sylpheed.c
9789                 Don't load common plugins if --exit is passed
9790         * src/prefs_gtk.c
9791         * src/prefs_gtk.h
9792                 Implement a cache to avoid reading the same
9793                 files over and over again at startup
9794
9795 2006-10-06 [colin]      2.5.3cvs12
9796
9797         * src/summaryview.c
9798         * src/gtk/quicksearch.c
9799                 Update display every 5k mails on fast searches
9800
9801 2006-10-06 [colin]      2.5.3cvs11
9802
9803         * src/textview.c
9804                 Don't do quote folding on HTML or ERTF.
9805                 May fix the Cygwin issues if they were
9806                 happening with HTML mails?
9807
9808 2006-10-05 [colin]      2.5.3cvs10
9809
9810         * src/prefs_gtk.c
9811                 Oops, forgot one
9812
9813 2006-10-05 [colin]      2.5.3cvs9
9814
9815         * src/prefs_gtk.c
9816                 Use unlocked_stdio here too
9817
9818 2006-10-05 [colin]      2.5.3cvs8
9819
9820         * src/folderview.c
9821                 Fix go to next * after preferences apply
9822         * src/msgcache.c
9823                 Do the fd lock/unlock ourselves instead of
9824                 letting the libc do it at each write 
9825
9826 2006-10-05 [colin]      2.5.3cvs7
9827
9828         * src/common/utils.c
9829                 Faster division, thanks to Jean Diraison
9830
9831 2006-10-05 [paul]       2.5.3cvs6
9832
9833         * src/common/utils.c
9834                 fix building with --disable-nls
9835
9836 2006-10-04 [colin]      2.5.3cvs5
9837
9838         * src/folder.c
9839                 Maybe fix a segfault
9840
9841 2006-10-04 [wwp]        2.5.3cvs4
9842
9843         * src/prefs_folder_item.c
9844                 Fine-tune layouts in folder item prefs. Suggested by
9845                 Fabien Vantard <fzzzzz@gmail.com>.
9846
9847 2006-10-04 [wwp]        2.5.3cvs3
9848
9849         * src/prefs_folder_item.c
9850                 Kill the clandestine passengers. You didn't see anything.
9851
9852 2006-10-04 [wwp]        2.5.3cvs2
9853
9854         * src/prefs_folder_item.c
9855                 Add a way to test the subject simplify regexp in
9856                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
9857                 w/ few layout changes.
9858
9859 2006-20-04 [paul]       2.5.3cvs1
9860
9861         * NEWS
9862         * README
9863         * configure.ac
9864                 Update version number following
9865                 stable release
9866
9867 2006-10-04 [colin]      2.5.2cvs42
9868
9869         * src/folder.c
9870         * src/folder.h
9871         * src/summaryview.c
9872                 Provide a way for folder classes to set their sort
9873                 type and key
9874
9875 2006-10-03 [colin]      2.5.2cvs41
9876
9877         * src/mh.c
9878                 Don't use strlen() to know if the
9879                 string's empty
9880
9881 2006-10-03 [colin]      2.5.2cvs40
9882
9883         * src/mh.c
9884                 Fix "check for new folders" with accentued folders
9885
9886 2006-10-03 [ticho]      2.5.2cvs39
9887
9888         * src/filtering.c
9889         * src/folder.c
9890         * src/inc.c
9891         * src/mbox.c
9892                 Colin's fix for "copy" filtering rules.
9893
9894 2006-10-02 [colin]      2.5.2cvs38
9895
9896         * src/folderview.c
9897                 Fix for double-click too
9898
9899 2006-10-02 [colin]      2.5.2cvs37
9900
9901         * src/folderview.c
9902                 correct fix for cvs36
9903
9904 2006-10-02 [colin]      2.5.2cvs36
9905
9906         * src/folderview.c
9907                 Fix 'goto next unread' after collapsing/expanding 
9908                 a node.
9909
9910 2006-10-02 [colin]      2.5.2cvs35
9911
9912         * src/summaryview.c
9913                 Fix double freeze/thaw
9914         * src/common/utils.c
9915         * src/common/utils.h
9916                 Reimplement strftime
9917         * src/procheader.c
9918                 Use it
9919
9920
9921 2006-10-02 [colin]      2.5.2cvs34
9922
9923         * src/mh.c
9924                 Time mh_write_sequences() - it's fast
9925         * src/summaryview.c
9926                 Init a variable to shut up gcc
9927
9928 2006-10-01 [colin]      2.5.2cvs33
9929
9930         * src/folder.c
9931         * src/mh.c
9932         * src/mh.h
9933         * src/msgcache.c
9934                 Add helper mh_set_mtime(), and set mtime to stat()'s result
9935                 Add fsync but disable it, it's slow as hell
9936
9937 2006-10-01 [colin]      2.5.2cvs32
9938
9939         * src/mh.c
9940         * src/msgcache.c
9941                 fflush() caches and mh_sequences before
9942                 fclose()ing
9943
9944 2006-10-01 [colin]      2.5.2cvs31
9945
9946         * src/msgcache.c
9947                 Don't ftruncate when not using mmap
9948
9949 2006-09-30 [colin]      2.5.2cvs30
9950
9951         * src/main.c
9952                 Write folder list *after* saving caches
9953
9954 2006-09-30 [colin]      2.5.2cvs29
9955
9956         * src/folder.c
9957         * src/mh.c
9958                 Debug forced mtime changes
9959
9960 2006-09-30 [colin]      2.5.2cvs28
9961
9962         * src/folder.c
9963         * src/main.c
9964                 Remove useless debug_print()s (code
9965                 well-tested)
9966
9967 2006-09-30 [colin]      2.5.2cvs27
9968
9969         * src/mh.c
9970                 Do stuff faster when writing mh_sequences
9971
9972 2006-09-30 [colin]      2.5.2cvs26
9973
9974         * src/mh.c
9975                 Don't let the writing of .mh_sequences, which
9976                 can change the folder's mtime, let us think
9977                 we need to scan.
9978
9979 2006-09-30 [colin]      2.5.2cvs25
9980
9981         * src/folder.c
9982                 Move a debug_print where it belongs 
9983                 (processing)
9984         * src/summaryview.c
9985                 Don't mess with a huge slow subject
9986                 table if we're not threading by
9987                 subject
9988
9989 2006-09-30 [colin]      2.5.2cvs24
9990
9991         * src/msgcache.c
9992                 Reenable mmaped reads (*not* writes!)
9993         * src/procmsg.c
9994                 Don't destroy and recreate hashtables just
9995                 for fun
9996         * src/common/utils.c
9997                 Remove useless reply prefixes (it's case
9998                 unsensitive)
9999
10000 2006-09-30 [wwp]        2.5.2cvs23
10001
10002         * tools/fix_date.sh
10003                 Fixed a minor bug in date value extraction, added a switch
10004                 to replace non RFC-compliant Date: value, added a switch
10005                 to use strict RFC matching patterns for dates.
10006
10007 2006-09-29 [colin]      2.5.2cvs22
10008
10009         * src/matcher_parser.h
10010         * src/matcher_parser_parse.y
10011         * src/prefs_filtering.c
10012         * src/statusbar.c
10013         * src/summary_search.c
10014         * src/summaryview.c
10015         * src/gtk/quicksearch.c
10016         * src/gtk/quicksearch.h
10017                 Optimise searches by setting different
10018                 refresh intervals (depending if the 
10019                 search is fast or not)
10020
10021 2006-09-29 [colin]      2.5.2cvs21
10022
10023         * src/codeconv.c
10024                 Optimise by reusing the last iconv converter
10025                 if possible
10026         * src/textview.c
10027                 Optimise a bit (the foldable quotes feature
10028                 still has an awful O(n^2) algo
10029
10030 2006-09-29 [colin]      2.5.2cvs20
10031
10032         * src/gtk/gtksctree.c
10033         * src/gtk/gtksctree.h
10034                 Optimise de-selection via up/down or
10035                 another key
10036
10037 2006-09-28 [colin]      2.5.2cvs19
10038
10039         * src/action.c
10040         * src/compose.c
10041         * src/folderview.c
10042         * src/mainwindow.c
10043         * src/messageview.c
10044         * src/summary_search.c
10045         * src/toolbar.c
10046                 Avoid using summaryview->ctree directly
10047
10048 2006-09-28 [colin]      2.5.2cvs18
10049
10050         * src/summaryview.c
10051         * src/summaryview.h
10052                 Add helpers to freeze/thaw/grab_focus
10053                 Factorize calls to freeze/thaw/grab_focus
10054                 
10055
10056 2006-09-28 [colin]      2.5.2cvs17
10057
10058         * src/main.c
10059                 More guards for the session management
10060
10061 2006-09-28 [colin]      2.5.2cvs16
10062
10063         * src/folderview.c
10064         * src/gtk/gtksctree.c
10065         * src/gtk/gtksctree.h
10066                 Make expanding not recursive in folderview
10067
10068 2006-09-28 [colin]      2.5.2cvs15
10069
10070         * src/addressbook.c
10071                 If nothing is selected in the list (right part)
10072                 and a group is selected in the tree (left part),
10073                 mail this group.
10074
10075 2006-09-28 [colin]      2.5.2cvs14
10076
10077         * src/Makefile.am
10078                 Actually use SM_LIBS
10079
10080 2006-09-28 [ticho]      2.5.2cvs13
10081
10082         * src/export.c
10083         * src/messageview.c
10084         * src/mimeview.c
10085         * src/news.c
10086         * src/pop.c
10087         * src/prefs_themes.c
10088         * src/procmsg.c
10089                 Small i18n string optimization.
10090         * src/send_message.c
10091         * src/summaryview.c
10092         * src/common/session.c
10093         * src/common/smtp.c
10094         * src/common/ssl_certificate.c
10095         * src/common/utils.c
10096                 Use "Couldn't" instead of "Can't" in UI messages,
10097                 where appropriate.
10098
10099 2006-09-28 [colin]      2.5.2cvs12
10100
10101         * configure.ac
10102                 Possibly fix link errors
10103
10104 2006-09-27 [wwp]        2.5.2cvs11
10105
10106         * src/gtk/authors.h
10107         * doc/man/sylpheed-claws.1
10108         * manual/ack.xml
10109         * manual/es/ack.xml
10110         * manual/fr/ack.xml
10111         * manual/pl/ack.xml
10112                 Updated authors info (me, myself and I).
10113
10114 2006-09-27 [colin]      2.5.2cvs10
10115
10116         * src/addressbook.c
10117                 Remove useless printf
10118
10119 2006-09-27 [wwp]        2.5.2cvs9
10120
10121         * src/editgroup.c
10122         * src/send_message.c
10123         * src/inc.c
10124         * src/prefs_common.c
10125         * src/prefs_common.h
10126         * src/gtk/progressdialog.c
10127                 remember more windows' sizes (send dialog, received dialog,
10128                 edit group in addressbook).
10129
10130 2006-09-27 [colin]      2.5.2cvs8
10131
10132         * configure.ac
10133         * src/main.c
10134         * src/mainwindow.h
10135                 Use libSM to communicate with the session
10136                 manager, so that we can know when the 
10137                 session ends, save our caches, and draft
10138                 our compose windows.
10139
10140 2006-09-27 [colin]      2.5.2cvs7
10141
10142         * src/addressbook.c
10143                 Fix issues:
10144                 o Allow Book and Group creation from the tree's
10145                   contextual menu
10146                 o Do not actually delete the contacts when 
10147                   deleting groups from the tree (duh!)
10148
10149 2006-09-27 [colin]      2.5.2cvs6
10150
10151         * src/compose.c
10152         * src/compose.h
10153         * src/mainwindow.c
10154         * src/textview.c
10155         * src/toolbar.c
10156                 o Allow passing an email address to 
10157                   compose_new_with_folderitem
10158                 o Update callers
10159                 o Use current folderitem when clicking
10160                   on a TextView mailto: link
10161                 o Fix a possible leak in TextView
10162
10163 2006-09-27 [colin]      2.5.2cvs5
10164
10165         * src/html.c
10166                 Use UTF-8 chars to replace HTML entities
10167
10168 2006-09-27 [colin]      2.5.2cvs4
10169
10170         * AUTHORS
10171         * src/prefs_account.c
10172         * src/gtk/authors.h
10173                 Fix bug #1024 (Array index out of
10174                 range in sylpheed-claws-2.5.2)
10175                 Patch by Ales Nosek <anosek@suse.cz>
10176
10177 2006-09-27 [colin]      2.5.2cvs3
10178
10179         * src/addr_compl.c
10180                 Actually do the test
10181
10182 2006-09-27 [colin]      2.5.2cvs2
10183
10184         * src/addr_compl.c
10185         * src/addr_compl.h
10186                 Allow completing with comma (in certain cases: vCalendar
10187                 for example doesn't support that)
10188                 Patch by Fabien Vantard
10189
10190 2006-09-26 [colin]      2.5.2cvs1
10191
10192         * src/Makefile.am
10193         * src/addr_compl.c
10194         * src/addr_compl.h
10195         * src/addrbook.c
10196         * src/addrbook.h
10197         * src/addressbook.c
10198         * src/addrindex.c
10199         * src/addrindex.h
10200         * src/compose.c
10201         * src/prefs_common.c
10202         * src/prefs_filtering_action.c
10203         * src/prefs_folder_item.c
10204         * src/prefs_template.c
10205         * src/stock_pixmap.c
10206         * src/stock_pixmap.h
10207         * src/pixmaps/addr_one.xpm
10208         * src/pixmaps/addr_two.xpm
10209                 Add auto-completion on groups
10210
10211 2006-09-26 [colin]      2.5.2
10212
10213         * NEWS
10214         * README
10215         * RELEASE_NOTES
10216                 2.5.2 released
10217
10218 2006-09-26 [colin]      2.5.1cvs5
10219
10220         * src/matcher.c
10221                 Fix condition
10222
10223 2006-09-26 [colin]      2.5.1cvs4
10224
10225         * src/mbox.c
10226                 Revert cvs1 (useless as the message is printed 
10227                 every 500 mails)
10228
10229 2006-09-26 [colin]      2.5.1cvs3
10230
10231         * src/partial_download.c
10232                 Fix crasher found by Alexsandar Urosevic
10233
10234 2006-09-26 [colin]      2.5.1cvs2
10235
10236         * src/summaryview.c
10237                 Fix bug #1023 (Sylpheed deletes too much messages)
10238
10239 2006-09-26 [ticho]      2.5.1cvs1
10240
10241         * src/mbox.c
10242                 Make use of gettext's multiple plurals for statusbar
10243                 progress message.
10244
10245 2006-09-25 [paul]       2.5.1
10246
10247         * NEWS
10248         * README
10249         * RELEASE_NOTES
10250                 2.5.1 released
10251
10252 2006-09-25 [colin]      2.5.0cvs3
10253
10254         * src/plugins/bogofilter/bogofilter.c
10255         * src/plugins/clamav/clamav_plugin.c
10256         * src/plugins/spamassassin/spamassassin.c
10257                 BogoFilter, Spamassassin: Fix double hook registering after
10258                 visiting preferences
10259                 Spamassassin, Clamav: Just set the mails to move instead of
10260                 doing the move - caller will move the things at once.
10261
10262 2006-09-25 [colin]      2.5.0cvs2
10263
10264         * src/imap.c
10265         * src/etpan/imap-thread.c
10266                 Use UID SEARCH ALL instead of UID 1:*
10267                 (braindead servers can't figure out that's
10268                 the same...)
10269
10270 2006-09-25 [wwp]        2.5.0cvs1
10271
10272         * src/message_search.c
10273                 Added the ability to stop a running search (in message body).
10274
10275 2006-09-25 [paul]       2.5.0
10276
10277         * NEWS
10278         * README
10279         * RELEASE_NOTES
10280                 2.5.0 released
10281
10282 2006-09-25 [paul]       2.4.0cvs214
10283
10284         * po/cs.po
10285         * po/de.po
10286         * po/fi.po
10287         * po/fr.po
10288         * po/nl.po
10289         * po/pt_BR.po
10290         * po/sk.po
10291         * po/sr.po
10292         * po/zh_CN.po
10293                 updated by Tim, Stephan Sachse, Flammie Pirinen,
10294                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
10295                 Ticho, Aleksander Urosevic, Ralgh Young
10296
10297 2006-09-24 [mones]      2.4.0cvs213
10298
10299         * po/es.po
10300                 Updated for release
10301
10302 2006-09-23 [colin]      2.4.0cvs212
10303
10304         * src/gtk/inputdialog.c
10305                 Fix [ ] remember this appearing in normal
10306                 input dialogs after it's been used by
10307                 mimeview.
10308         * src/folder.c
10309         * src/folderview.c
10310         * src/msgcache.c
10311         * src/procmsg.c
10312         * src/summaryview.c
10313         * src/textview.c
10314         * src/common/timing.h
10315                 Enable timings in debug mode and make it
10316                 look prettier.
10317
10318 2006-09-22 [colin]      2.4.0cvs211
10319
10320         * README
10321                 Revert test change
10322         * commitHelper
10323                 ping the correct URI
10324
10325 2006-09-22 [colin]      2.4.0cvs210
10326
10327         * README
10328                 Let's see if bug #1022 is fixed
10329
10330 2006-09-21 [colin]      2.4.0cvs209
10331
10332         * src/wizard.c
10333         * src/common/plugin.c
10334                 Prepare infra to load predefined plugins when
10335                 no configuration existed. Don't actually load
10336                 anything yet (feat. freeze)
10337
10338 2006-09-21 [wwp]        2.4.0cvs208
10339
10340         * manual/fr/faq.xml
10341                 Partial sync w/ 2.4.0cvs72:
10342                 wrap file and minor updates.
10343
10344 2006-09-21 [wwp]        2.4.0cvs207
10345
10346         * tools/fix_date.sh
10347                 several fixes and enhancements. A new --force switch has been
10348                 added to prevent overriding by default Date: header when
10349                 already existing.
10350
10351 2006-09-21 [paul]       2.4.0cvs206
10352
10353         * src/common/utils.c
10354                 add Chinese UTF8 Re prefix
10355
10356 2006-09-21 [wwp]        2.4.0cvs205
10357
10358         * tools/Makefile.am
10359                 Fics alfabettical order.
10360
10361 2006-09-21 [wwp]        2.4.0cvs204
10362
10363         * tools/fix_date.sh
10364         * tools/Makefile.am
10365                 Added an action tool to fix missing Date field in emails.
10366                 Updated Makefile.am to reflect those last two additions.
10367
10368 2006-09-21 [wwp]        2.4.0cvs203
10369
10370         * tools/uuooffice
10371                 Added a action tool to open uuencoded docs w/
10372                 OpenOffice (based on uudec method).
10373
10374 2006-09-21 [colin]      2.4.0cvs202
10375
10376         * src/compose.c
10377         * src/textview.c
10378                 Workaround possible GTK crash: remove selection 
10379                 clipboard before destroying widget, or GTK+-2.10
10380                 dies. Thanks to Hiro.
10381
10382 2006-09-20 [colin]      2.4.0cvs201
10383
10384         * src/compose.c
10385                 Fix free-after-use in some cases (when 
10386                 procmime_encode_content() frees mimeinfo->data.mem
10387                 and turns it to a temp file)
10388
10389 2006-09-20 [colin]      2.4.0cvs200
10390
10391         * src/folderview.c
10392         * src/summaryview.c
10393         * src/gtk/gtksctree.c
10394         * src/gtk/gtksctree.h
10395                 Add tooltips in the folderview and summaryview
10396                 (Doesn't break string freeze as they already
10397                 exist)
10398         * src/toolbar.c
10399                 Put the spam button in the default configuration
10400                 if compiled with bogo plugin too
10401
10402 2006-09-19 [colin]      2.4.0cvs199
10403
10404         * src/summaryview.c
10405         * src/summaryview.h
10406                 Update folder name label on folder rename
10407         * src/prefs_matcher.c
10408         * src/gtk/logwindow.h
10409                 Fix warnings
10410                 Patches by Fabien
10411
10412 2006-09-19 [wwp]        2.4.0cvs198
10413
10414         * src/summary_search.c
10415                 fix can't click forward/backward buttons in the
10416                 search messages.
10417
10418 2006-09-18 [paul]       2.4.0cvs197
10419
10420         * src/wizard.c
10421                 add missing bracket, capitalise the A of
10422                 'SpamAssassin'
10423
10424 2006-09-18 [paul]       2.4.0cvs196
10425
10426         * src/compose.c
10427                 fix bug 1012 'crashed upon sending mail
10428                 from compose window'
10429                 Thanks to Colin
10430
10431 2006-09-16 [colin]      2.4.0cvs195
10432
10433         * src/folderview.c
10434                 Fix "real-time" sorting by freezing/thawing
10435
10436 2006-09-16 [colin]      2.4.0cvs194
10437
10438         * manual/faq.xml
10439                 Fix the anti-spam entry a bit
10440
10441 2006-09-16 [colin]      2.4.0cvs193
10442
10443         * src/wizard.c
10444                 Make sure reviewers have no excuse when stating
10445                 Sylpheed-Claws doesn't have antispam capabilities.
10446
10447 2006-09-16 [colin]      2.4.0cvs192
10448
10449         * src/main.c
10450                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
10451                 as if the SIGPIPE comes from etpan's thread we could
10452                 trigger a GUI update from this thread.
10453
10454 2006-09-16 [colin]      2.4.0cvs191
10455
10456         * src/summaryview.c
10457                 Init all members of the struct
10458
10459 2006-09-16 [paul]       2.4.0cvs190
10460
10461         * src/account.c
10462                 improvements to the English
10463
10464 2006-09-15 [colin]      2.4.0cvs189
10465
10466         * src/summaryview.c
10467                 HIG order on dialog
10468
10469 2006-09-14 [colin]      2.4.0cvs188
10470
10471         * src/common/socket.c
10472         * src/common/socket.h
10473         * src/common/ssl.c
10474         * src/common/ssl_certificate.c
10475         * src/common/ssl_certificate.h
10476         * src/etpan/imap-thread.c
10477                 the get_fqdn() call done to get canonical name when
10478                 checking an SSL certificate is blocking, which is
10479                 sad as we just did a non-blocking lookup to connect.
10480                 Fix that by letting the fqdn available to the SockInfo,
10481                 and use that in ssl_certificate_check(). For IMAP,
10482                 we don't do it as the lookup's done by libetpan, but
10483                 it's less annoying as IMAP connections as much more
10484                 rare than POP3 connections.
10485
10486 2006-09-14 [paul]       2.4.0cvs187
10487
10488         * manual/advanced.xml
10489                 improvements to the English,
10490                 properly place the new hidden options
10491                 within the alphabetical order
10492         * src/gtk/pluginwindow.c
10493                 improvements to the English
10494
10495 2006-09-14 [colin]      2.4.0cvs186
10496
10497         * src/prefs_common.c
10498         * src/prefs_common.h
10499         * src/gtk/gtksctree.c
10500         * manual/advanced.xml
10501                 New hidden pref, stripes_color_offset, to change
10502                 the value added/substracted to normal bgcolor to
10503                 create the stripes in summaries
10504
10505 2006-09-13 [colin]      2.4.0cvs185
10506
10507         * src/gedit-print.c
10508         * src/messageview.c
10509         * src/messageview.h
10510         * src/summaryview.c
10511         * src/textview.c
10512                 Fix misc. printing issues: 
10513                 - Bad font for linkified headers
10514                 - Different font if the mail was displayed or not
10515                 - Factorize the thing
10516
10517 2006-09-13 [colin]      2.4.0cvs184
10518
10519         * src/common/ssl_certificate.c
10520                 Only get FQDN once when checking certificate
10521
10522 2006-09-13 [colin]      2.4.0cvs183
10523
10524         * src/account.c
10525         * src/gtk/pluginwindow.c
10526                 Misc. GUI fixes by Fabien
10527
10528 2006-09-13 [wwp]        2.4.0cvs182
10529
10530         * configure.ac
10531         * src/common/utils.h
10532         * src/common/utils.c
10533                 get rid of unused wide-char functions.
10534
10535 2006-09-13 [wwp]        2.4.0cvs181
10536
10537         * src/plugins/pgpinline/sylpheed.def
10538         * src/textview.c
10539                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
10540                 add privacy_reset_error to the .def file,
10541                 do not fork for an external textviewer.
10542
10543 2006-09-13 [wwp]        2.4.0cvs180
10544
10545         * src/prefs_common.c
10546                 fix broken font entry in prefs (patch issued by the gpg4win team,
10547                 probably by Marcus Brinkmann <marcus@g10code.de>).
10548
10549 2006-09-13 [colin]      2.4.0cvs179
10550
10551         * src/folder.h
10552                 Fix a warning in summaryview.c
10553         * src/mainwindow.c
10554         * src/summaryview.c
10555         * src/summaryview.h
10556                 Add missing Mark/* elements in the
10557                 main menu
10558
10559 2006-09-12 [colin]      2.4.0cvs178
10560
10561         * src/prefs_actions.c
10562         * src/prefs_filtering_action.c
10563         * src/prefs_matcher.c
10564                 Use (New) instead of New everywhere
10565
10566 2006-09-12 [wwp]        2.4.0cvs177
10567
10568         * manual/fr/addrbook.xml
10569         * manual/fr/handling.xml
10570                 updated some quotes in the fr manual to match the fr translation.
10571
10572 2006-09-12 [wwp]        2.4.0cvs176
10573
10574         * src/prefs_matcher.c
10575                 don't store translated string elements in matcher expressions.
10576                 Also fixed a misused of Q_().
10577
10578 2006-09-11 [wwp]        2.4.0cvs175
10579
10580         * src/plugins//bogofilter/bogofilter.c
10581         * src/plugins//clamav/clamav_plugin.c
10582         * src/plugins//demo/demo.c
10583         * src/plugins//dillo_viewer/dillo_viewer.c
10584         * src/plugins//pgpcore/plugin.c
10585         * src/plugins//pgpinline/plugin.c
10586         * src/plugins//pgpmime/plugin.c
10587         * src/plugins//spamassassin/spamassassin.c
10588                 gettext-ize more strings (mostly plugin error messages).
10589
10590 2006-09-11 [colin]      2.4.0cvs174
10591
10592         * src/alertpanel.c
10593                 Make maximum buffer size bigger to avoid
10594                 truncating translated messages. Patch by
10595                 Fabien
10596
10597 2006-09-11 [colin]      2.4.0cvs173
10598
10599         * src/etpan/imap-thread.c
10600                 Fix compilation on OpenBSD, thanks to 
10601                 Landry
10602
10603 2006-09-10 [wwp]        2.4.0cvs172
10604
10605         * manual/account.xml
10606         * manual/addrbook.xml
10607         * manual/handling.xml
10608         * manual/es/handling.xml
10609         * manual/fr/account.xml
10610         * manual/fr/addrbook.xml
10611         * manual/fr/handling.xml
10612                 documented addressbook matching (condition configuration):
10613                   addrbook.xml, en fr
10614                 documented per-account filtering rules (handling/filtering
10615                   section, account section):
10616                   account.xml, handling.xml, en fr
10617                 slightly updated the handling/searching section to tell few
10618                   words about the extended search ability:
10619                   handling.xml, en fr
10620                 added missing <quote></quotes> to Quick Search:
10621                   handling.xml, en fr es
10622                 fixed a typo (auomatically):
10623                   handling.xml, en
10624                 changes revisited by Paul.
10625
10626 2006-09-10 [paul]       2.4.0cvs171
10627
10628         * src/prefs_actions.c
10629         * src/prefs_filtering.c
10630         * src/prefs_template.c
10631                 adjustments to the gui
10632                 Patch by Fabien Vantard (slightly modified)
10633
10634 2006-09-10 [colin]      2.4.0cvs170
10635
10636         * src/summaryview.c
10637                 Check folderitem/summaryview consistency
10638                 (basically automates Update summary). Fixes
10639                 #1011 (wrong (negative) count on unread 
10640                 messages)
10641
10642 2006-09-10 [colin]      2.4.0cvs169
10643
10644         * src/gtk/gtksctree.c
10645                 Fix recursive expansion via mouse
10646         * src/plugins/bogofilter/bogofilter.c
10647                 Use normal filtering way of moving
10648                 messages (batching), possibly fixing
10649                 bug #1015 (Bogofilter plugin doubles 
10650                 new messages)
10651
10652 2006-09-09 [wwp]        2.4.0cvs168
10653
10654         * src/prefs_filtering.c
10655                 better place for this fix.
10656
10657 2006-09-09 [wwp]        2.4.0cvs167
10658
10659         * src/prefs_filtering.c
10660                 fix a minor bug when the enabled status of a filtering/processing
10661                 rule always got set to TRUE when replacing this rule. That still
10662                 make sense when adding a new rule, but now when replacing, we
10663                 don't override the value of 'enabled'.
10664                 Also renamed the func prefs_filtering_list_view_get_rule_name()
10665                 to prefs_filtering_list_view_get_info() as this function not only
10666                 returns the name, but also the account_id and the enabled status.
10667
10668 2006-09-09 [mones]      2.4.0cvs166
10669
10670         * manual/glossary.xml
10671         * manual/plugins.xml
10672                 Minor format corrections
10673         * manual/gpl.xml
10674                 Fix misplaced NO WARRANTY section
10675         * manual/es/advanced.xml
10676         * manual/es/faq.xml
10677         * manual/es/glossary.xml
10678         * manual/es/gpl.xml
10679         * manual/es/handling.xml
10680         * manual/es/plugins.xml
10681         * manual/es/starting.xml
10682                 Incorporate changes from English version
10683         * manual/fr/ack.xml
10684         * manual/pl/ack.xml
10685         * manual/es/ack.xml
10686                 Fix address, (add translation credits in es version)
10687         * po/es.po
10688                 Updated translation
10689
10690 2006-09-09 [wwp]        2.4.0cvs165
10691
10692         * src/prefs_filtering.c
10693                 fix a crash when opening filtering prefs, if matcherrc file contains
10694                 broken data (non-existing account id, which is theoretically not
10695                 possible).
10696
10697 2006-09-08 [colin]      2.4.0cvs164
10698
10699         * src/folder.c
10700                 Wrong assert, make it an if()
10701         * src/gtk/gtksctree.c
10702                 Fix bug #1013 (expand selected thread 
10703                 tree) - expanding is now recursive
10704
10705 2006-09-07 [wwp]        2.4.0cvs163
10706
10707         * src/prefs_matcher.c
10708                 make better sentences about addressbook matching in the
10709                 matcher prefs. This should make translators' work easier
10710                 too.
10711
10712 2006-09-07 [wwp]        2.4.0cvs162
10713
10714         * src/prefs_filtering.c
10715                 code simplification (get rid of dup var. assignment).
10716
10717 2006-09-07 [wwp]        2.4.0cvs161
10718
10719         * src/summaryview.c
10720                 use GTK_STOCK icons when possible, patch by Fabien Vantard
10721                 <fzzzzz@gmail.com>.
10722
10723 2006-09-07 [paul]       2.4.0cvs160
10724
10725         * src/mimeview.c
10726                 fix compilation warnings
10727                 Thanks to Colin
10728
10729 2006-09-07 [paul]       2.4.0cvs159
10730
10731         * src/mimeview.c
10732                 select the mimepart icon when
10733                 displaying as text
10734                 Thanks to Colin
10735
10736 2006-09-06 [paul]       2.4.0cvs158
10737
10738         * src/prefs_filtering.c
10739                 fix labels and table element spacing
10740                 Patch by Fabien Vantard
10741
10742 2006-09-06 [paul]
10743
10744         2.5.0-rc3 released
10745
10746 2006-09-06 [paul]       2.4.0cvs157
10747
10748         * manual/es/advanced.xml
10749                 fix typo
10750
10751 2006-09-06 [wwp]        2.4.0cvs156
10752
10753         * src/mainwindow.c
10754                 fix an dup launch issue when iconified, thanks to Colin.
10755
10756 2006-09-06 [wwp]        2.4.0cvs155
10757
10758         * src/gtk//gtksctree.h
10759                 oops, forgot that one!
10760
10761 2006-09-06 [wwp]        2.4.0cvs154
10762
10763         * manual/pl/advanced.xml
10764         * manual/advanced.xml
10765         * manual/es/advanced.xml
10766         * manual/fr/advanced.xml
10767         * src/prefs_customheader.c
10768         * src/prefs_filtering_action.c
10769         * src/foldersel.c
10770         * src/prefs_summaries.c
10771         * src/prefs_filtering.c
10772         * src/account.c
10773         * src/compose.c
10774         * src/prefs_summary_column.c
10775         * src/addr_compl.c
10776         * src/prefs_actions.c
10777         * src/prefs_folder_column.c
10778         * src/ssl_manager.c
10779         * src/prefs_template.c
10780         * src/prefs_display_header.c
10781         * src/prefs_common.h
10782         * src/prefs_matcher.c
10783         * src/prefs_common.c
10784         * src/prefs_toolbar.c
10785         * src/summaryview.c
10786         * src/folderview.c
10787         * src/gtk/gtksctree.c
10788         * src/gtk/pluginwindow.c
10789         * src/gtk/progressdialog.c
10790         * src/gtk/prefswindow.c
10791                 renamed hidden option enable_rules_hint to use_stripes_everywhere
10792                 to make its meaning more obvious (all versions of the manual reflect
10793                 the change).
10794                 added an extra hidden option use_stripes_in_summary to allow
10795                 discarding these stripes in mainwindow's folder and message lists;
10796                 en and fr manuals only are OK towards this.
10797
10798 2006-09-06 [colin]      2.4.0cvs153
10799
10800         * src/textview.c
10801                 Hide Sylpheed-Claws' internal queue headers
10802                 when showing all headers. They'll be present
10803                 only in Source window.
10804
10805 2006-09-05 [colin]      2.4.0cvs152
10806
10807         * src/plugins/trayicon/trayicon.c
10808                 Fix crash at exit - we have to disconnect
10809                 our handlers
10810         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10811                 Update eggtrayicon - patch adapted from a
10812                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
10813                 on Sylpheed's ML
10814
10815 2006-09-05 [colin]      2.4.0cvs151
10816
10817         * src/mainwindow.c
10818         * src/gtk/logwindow.c
10819                 Fix race condition when something writes
10820                 to the log too soon during init. Thanks
10821                 to Fabien Vantard
10822
10823 2006-09-05 [colin]      2.4.0cvs150
10824
10825         * src/mimeview.c
10826                 Don't select part on right-click either
10827
10828 2006-09-05 [paul]       2.4.0cvs149
10829
10830         * src/mimeview.c
10831                 completion of previous commit
10832                 Thanks to Colin
10833
10834 2006-09-05 [colin]      2.4.0cvs148
10835
10836         * src/mimeview.c
10837                 Don't force selection on middle-click, just open
10838
10839 2006-09-04 [colin]      2.4.0cvs147
10840
10841         * src/mimeview.c
10842                 Looks like gtk_notebook_set_current_page()
10843                 sometimes steals focus, and this annoys us
10844                 in MimeViewers as it renders navigation
10845                 keys useless. Take back focus after switching
10846                 pages.
10847
10848 2006-09-04 [colin]      2.4.0cvs146
10849
10850         * src/messageview.c
10851                 Set stop_loading when clicking on Next
10852                 during load. Don't add a callback to 
10853                 avoid over-complicating things.
10854
10855 2006-09-04 [colin]      2.4.0cvs145
10856
10857         * src/mimeview.c
10858         * src/messageview.c
10859                 Fix multiple loads in separate messageview
10860
10861 2006-09-04 [colin]      2.4.0cvs144
10862
10863         * src/summaryview.c
10864                 Let navigation keys be handled during 
10865                 load
10866
10867 2006-09-04 [colin]      2.4.0cvs143
10868
10869         * src/messageview.c
10870         * src/summaryview.c
10871         * src/textview.c
10872         * src/textview.h
10873                 Make loading of huge mails (lots of text and/or
10874                 images) cancellable, so the GUI doesn't block 
10875
10876 2006-09-04 [colin]      2.4.0cvs142
10877
10878         * src/plugins/trayicon/trayicon.c
10879                 Fix annoyance when removing a folder with 
10880                 unread mails: trayicon didn't update
10881
10882 2006-09-04 [paul]       2.4.0cvs141
10883
10884         * src/gtk/icon_legend.c
10885                 straighten up columns
10886                 Patch by Fabien Vantard
10887
10888 2006-09-04 [wwp]        2.4.0cvs140
10889
10890         * src/prefs_filtering.c
10891                 fix new line's account name in filtering prefs:
10892                 was "All", is now "(New)".
10893
10894 2006-09-04 [paul]       2.4.0cvs139
10895
10896         * tools/make.themes.project
10897                 use "AUTOMAKE_OPTIONS = dist-bzip2"
10898                 instead of homebrewed "make release"
10899
10900 2006-09-03 [colin]      2.4.0cvs138
10901
10902         * src/folderview.c
10903                 Fix bug #1007 (Wrong folder highlighted)
10904
10905 2006-09-03 [colin]      2.4.0cvs137
10906
10907         * src/compose.c
10908                 Don't set Newsgroup: header to a mail folder
10909                 path
10910
10911 2006-09-03 [paul]       2.4.0cvs136
10912
10913         * src/prefs_other.c
10914         * src/prefs_spelling.c
10915                 unify the gui
10916
10917 2006-09-03 [paul]       2.4.0cvs135
10918
10919         * src/prefs_summaries.c
10920                 correct menu item text in prefs_keybind_apply_clicked()
10921
10922 2006-09-03 [paul]       2.4.0cvs134
10923
10924         * manual/advanced.xml
10925                 some improvements to the descriptions
10926         * src/mainwindow.c
10927         * src/messageview.c
10928         * src/summaryview.c
10929         * src/gtk/menu.c
10930                 fix menu sensitivity issues
10931         * src/prefs_message.c
10932                 drop the useless word 'short'
10933         * src/prefs_other.c
10934                 add the word 'lines' indicating log length
10935                 is a measure of lines
10936         * src/textview.c
10937                 fix compilation warnings
10938
10939 2006-09-02 [colin]      2.4.0cvs133
10940
10941         * src/messageview.c
10942                 Display a special return-receipt message
10943                 if the message is from the user
10944         * src/summaryview.c
10945                 Fix missing freeze of the list when marking
10946                 all read and unthreading for exec. Thanks
10947                 to Stephan Sachse.
10948
10949 2006-09-02 [paul]       2.4.0cvs132
10950
10951         * src/mainwindow.c
10952         * src/prefs_message.c
10953         * src/summaryview.c
10954                 fix some english
10955
10956 2006-09-02 [wwp]        2.4.0cvs131
10957
10958         * src/prefs_filtering.c
10959                 added an account name column to the filtering rules
10960                 dialog.
10961
10962 2006-09-02 [colin]      2.4.0cvs130
10963
10964         * src/gtk/logwindow.c
10965         * src/gtk/logwindow.h
10966                 Block scrolling if we're not at the end
10967                 of the log
10968
10969 2006-09-02 [colin]      2.4.0cvs129
10970
10971         * src/folder.c
10972                 Make sure account-specific rules can't
10973                 be used in {pre-,post-,}processing
10974         * src/mainwindow.c
10975         * src/gtk/logwindow.c
10976         * src/gtk/logwindow.h
10977                 Jump to last error when clicking on the
10978                 warning icon
10979
10980 2006-09-02 [colin]      2.4.0cvs128
10981
10982         * src/imap.c
10983         * src/import.c
10984         * src/mainwindow.c
10985         * src/mainwindow.h
10986                 Fix warning icon
10987         * src/inc.c
10988         * src/mbox.c
10989         * src/mbox.h
10990                 Let proc_mbox know its account, for
10991                 account-specific rules
10992
10993 2006-09-01 [colin]      2.4.0cvs127
10994
10995         * src/codeconv.c
10996                 Don't uselessly use iconv to convert from
10997                 us-ascii
10998         * src/alertpanel.c
10999         * src/mainwindow.c
11000         * src/mainwindow.h
11001         * src/inc.c
11002                 Fix certain log cases, disable warning icon
11003                 for now, the correct way to display it when
11004                 necessary and only when necessary is probably
11005                 to do it manually rather than use error logs
11006         * src/etpan/imap-thread.c
11007                 Clean up UID logging a bit
11008         * src/gtk/logwindow.c
11009         * src/gtk/logwindow.h
11010                 Make logging faster when the window's closed
11011
11012 2006-09-01 [wwp]        2.4.0cvs126
11013
11014         * manual/fr/account.xml
11015                 reflect changes to the ref. manual (parts of cvs72):
11016                 fix tabnames and quotes.
11017
11018 2006-09-01 [wwp]        2.4.0cvs125
11019
11020         * manual/fr/plugins.xml
11021                 reflect changes to the reference manual (cvs42):
11022                 update IRC channel info.
11023
11024 2006-09-01 [wwp]        2.4.0cvs124
11025
11026         * commitHelper
11027                 use CVSEDITOR env. var. if set, according to `man cvs`.
11028
11029 2006-09-01 [wwp]        2.4.0cvs123
11030
11031         * manual/advanced.xml
11032                 better sentence again (thanks to Paul).
11033
11034 2006-09-01 [wwp]        2.4.0cvs122
11035
11036         * manual/advanced.xml
11037         fix definition of toolbar_detachable and rework a bit the one of
11038         enable_dotted_lines.
11039
11040 2006-09-01 [mones]      2.4.0cvs121
11041
11042         * manual/advanced.xml
11043                 Document enable_dotted_lines
11044
11045 2006-09-01 [paul]       2.4.0cvs120
11046
11047         * src/folderview.c
11048         * src/folderview.h
11049         * src/imap.c
11050         * src/mainwindow.c
11051         * src/summaryview.c
11052                 obey the 'When entering folder...' option
11053                 when using the /View/Go to/... menu items
11054                 Thanks to Colin
11055
11056 2006-08-31 [colin]      2.4.0cvs119
11057
11058         * src/folderview.c
11059                 Revert 2.4.0cvs116, wrong fix.
11060
11061 2006-08-31 [colin]      2.4.0cvs118
11062
11063         * src/gtk/gtksctree.c
11064                 Better state the various copyrights
11065
11066 2006-08-31 [colin]      2.4.0cvs117
11067
11068         * src/prefs_common.c
11069                 fix enable_dotted_lines
11070
11071 2006-08-31 [colin]      2.4.0cvs116
11072
11073         * src/folderview.c
11074                 Use pref "Always open on select" when going
11075                 to next unread folder
11076         * src/gtk/gtksctree.c
11077                 Fix link failure to _gtk_clist_create_cell_layout
11078                 on certain computers. (Why not mine, I wonder)
11079
11080 2006-08-31 [colin]      2.4.0cvs115
11081
11082         * src/procmsg.c
11083         * src/textview.c
11084         * src/plugins/bogofilter/bogofilter.c
11085         * src/plugins/spamassassin/spamassassin.c
11086                 Requalify some "errors" to warnings
11087         * src/mainwindow.c
11088         * src/mainwindow.h
11089         * src/statusbar.c
11090                 Add an icon in the statusbar to notify
11091                 of errors
11092         * src/gtk/gtksctree.c
11093         * src/folderview.c
11094         * src/summaryview.c
11095                 Make the GtkSCTree look more modern by
11096                 alternating background lines
11097         * src/prefs_common.c
11098         * src/prefs_common.h
11099                 Add a pref to let people have the old
11100                 way if they prefer
11101
11102
11103 2006-08-30 [colin]      2.4.0cvs114
11104
11105         * src/procmsg.c
11106         * src/procmsg.h
11107                 Provide a way to filter a list of
11108                 messages in an optimised manner, and
11109                 add a list-filtering hook
11110         * src/folder.c
11111         * src/inc.c
11112         * src/mbox.c
11113                 Use the list filtering
11114         * src/plugins/bogofilter/bogofilter.c
11115                 Use the list-filtering hook
11116                 Use -b (bulk) mode for more speed
11117                 when learning and filtering
11118         * src/etpan/imap-thread.c
11119                 Make log output shorter in UID SEARCH
11120
11121
11122 2006-08-30 [colin]      2.4.0cvs113
11123
11124         * src/plugins/bogofilter/bogofilter.c
11125                 Really fast mass learning - thanks to David
11126                 Relson for the options explanations :)
11127
11128 2006-08-30 [colin]      2.4.0cvs112
11129
11130         * src/msgcache.c
11131                 Fix compilation on FreeBSD. Thanks
11132                 to Michael Hugues
11133
11134 2006-08-29 [colin]      2.4.0cvs111
11135
11136         * src/folderview.c
11137                 Handle "popup_menu" signal (for popping the 
11138                 menu via the keyboard)
11139         * src/mimeview.c
11140         * src/mimeview.h
11141         * src/summaryview.c
11142         * src/textview.c
11143         * src/gtk/gtkutils.c
11144         * src/gtk/gtkutils.h
11145                 Factorize scrolling code, and add an API 
11146                 for MimeViewers to handle scroll orders
11147
11148 2006-08-29 [wwp]        2.4.0cvs110
11149
11150         * src/plugins//bogofilter/bogofilter.c
11151         * src/plugins//spamassassin/spamassassin.c
11152                 make the bogofilter/spamassassin filtering error dialogs at
11153         incorporation obey to the "don't popup error dialog on
11154         receive error" option. If disabled, feed the log window w/
11155         the error message.
11156
11157 2006-08-29 [paul]
11158
11159         2.5.0-rc2 released
11160
11161 2006-08-29 [paul]       2.4.0cvs109
11162
11163         * Makefile.am
11164                 remove 'make release', it's not needed
11165                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
11166
11167 2006-08-29 [paul]       2.4.0cvs108
11168
11169         * src/foldersel.c
11170         * src/summary_search.c
11171         * src/gtk/progressdialog.c
11172         * src/plugins/pgpcore/passphrase.c
11173                 replace deprecated gtk_window_set_policy()
11174
11175 2006-08-29 [colin]      2.4.0cvs107
11176
11177         * src/folder.c
11178                 Fix data loss when copy fails during a move:
11179                 only use fast remove_msgs if everything was
11180                 copied OK; else use slow remove_msg on the
11181                 mails that got copied only.
11182
11183 2006-08-28 [paul]       2.4.0cvs106
11184
11185         * src/mh.c
11186                 revert change in 2.4.0cvs104, it breaks
11187                 stuff
11188
11189 2006-08-28 [paul]       2.4.0cvs105
11190
11191         * src/plugins/spamassassin/spamassassin.c
11192                 english fix
11193
11194 2006-08-28 [paul]       2.4.0cvs104
11195
11196         * src/mh.c
11197                 fix data loss when moving to another
11198                 mailbox fails
11199         * src/prefs_spelling.c
11200                 improve the english
11201         * src/gtk/pluginwindow.c
11202                 improve the layout of the dialog text
11203         All thanks to Colin
11204
11205 2006-08-28 [paul]       2.4.0cvs103
11206
11207         * src/plugins/bogofilter/bogofilter.c
11208         * src/plugins/bogofilter/bogofilter_gtk.c
11209                 fix english up a bit, innit
11210
11211 2006-08-28 [paul]       2.4.0cvs102
11212
11213         * configure.ac
11214         * po/Makefile.in.in
11215         * po/Makevars
11216                 require autoconf 2.60, enabling building
11217                 with gettext 0.15 (gettext 0.14.x build still
11218                 possible). Replace Makefiles with versions
11219                 from gettext 0.15.
11220                 Remove configure options --with-localedir and
11221                 --with-mandir. The options that are provided
11222                 directly by autoconf 2.60 can be used instead:
11223                 --mandir --localedir
11224
11225 2006-08-27 [colin]      2.4.0cvs101
11226
11227         * src/plugins/bogofilter/Makefile.am
11228                 Fix make dist (no README)
11229
11230 2006-08-27 [colin]      2.4.0cvs100
11231
11232         * src/folder.c
11233                 Don't use F_UNKNOWN folders for any default
11234                 outbox/trash/etc
11235         * src/plugins/bogofilter/bogofilter.c
11236         * src/plugins/bogofilter/bogofilter.h
11237         * src/plugins/bogofilter/bogofilter_gtk.c
11238                 Add an option to specify the path to bogofilter
11239                 Use single-quotes to be able to learn in folders
11240                 with spaces in their names
11241                 Verify learning status
11242
11243 2006-08-27 [colin]      2.4.0cvs99
11244
11245         * manual/faq.xml
11246         * manual/plugins.xml
11247                 Document Bogofilter plugin
11248
11249 2006-08-27 [colin]      2.4.0cvs98
11250
11251         * src/compose.c
11252         * src/messageview.c
11253         * src/procmsg.c
11254         * src/procmsg.h
11255                 When possible, copy the queued mail to sent folder
11256                 instead of re-adding. Much faster on IMAP.
11257
11258 2006-08-27 [colin]      2.4.0cvs97
11259
11260         * src/msgcache.c
11261                 Disable mmaped caches - huge metadata loss
11262                 here after a power failure.
11263         * src/summaryview.c
11264                 Add quicksearch timing
11265         * src/common/plugin.c
11266         * src/common/plugin.h
11267                 Implement an interface to tell what plugins
11268                 provide. Prevent loading of similar plugins.
11269         * src/plugins/clamav/clamav_plugin.c
11270         * src/plugins/demo/demo.c
11271         * src/plugins/dillo_viewer/dillo_viewer.c
11272         * src/plugins/pgpcore/plugin.c
11273         * src/plugins/pgpinline/pgpinline.c
11274         * src/plugins/pgpmime/pgpmime.c
11275         * src/plugins/spamassassin/spamassassin.c
11276         * src/plugins/trayicon/trayicon.c
11277                 Implement plugin_provides()
11278
11279 2006-08-27 [colin]      2.4.0cvs96
11280
11281         * configure.ac
11282         * src/plugins/Makefile.am
11283         * src/plugins/bogofilter/.cvsignore
11284         * src/plugins/bogofilter/Makefile.am
11285         * src/plugins/bogofilter/bogofilter.c
11286         * src/plugins/bogofilter/bogofilter.h
11287         * src/plugins/bogofilter/bogofilter_gtk.c
11288                 New Bogofilter plugin, provides filtering and
11289                 learning. Spamassassin will go to extra plugins.
11290
11291 2006-08-26 [mones]      2.4.0cvs95
11292
11293         * manual/handling.xml
11294                 Fix subfolder path in the example (thanks to Paul) 
11295
11296 2006-08-26 [mones]      2.4.0cvs94
11297
11298         * manual/glossary.xml
11299                 2.2. + add ISP to the glossary
11300                 7.5. + Add UIDL to glossary
11301                 7.7. + Add TCP to glossary
11302         * manual/handling.xml
11303                 7.1. + Mentions GNU/Linux distribution, what about the non...
11304                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
11305                 7.3. + Mentions .bashrc, what about the non-bash ones? 
11306                 7.4. = Use appropriate quotation for commands
11307                 7.6. = change "" to <quote></quote>
11308         * manual/plugins.xml
11309                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
11310         * manual/starting.xml
11311                 2.1. + local mbox file: some examples of mbox file locations...
11312                 Also reformatted files requiring it
11313
11314 2006-08-26 [wwp]        2.4.0cvs93
11315
11316         * src/summary_search.c
11317                 disable find buttons while summary search is running.
11318
11319 2006-08-25 [colin]      2.4.0cvs92
11320
11321         * src/folder.c
11322         * src/folderutils.c
11323         * src/mh.c
11324         * src/procmsg.h
11325         * src/summaryview.c
11326                 Speed up MH moving, and add progressbar
11327                 for MH deletion
11328         * src/msgcache.c
11329                 Write cache files using mmap() too
11330
11331 2006-08-25 [wwp]        2.4.0cvs91
11332
11333         * src/summaryview.c
11334                 switch spam<->ham button when a message has been marked as spam or ham
11335                 and is still selected. Thanks to Colin.
11336
11337 2006-08-25 [paul]       2.4.0cvs90
11338
11339         * src/Makefile.am
11340         * src/stock_pixmap.c
11341         * src/stock_pixmap.h
11342         * src/summaryview.c
11343         * src/gtk/icon_legend.c
11344         * src/pixmaps/copied.xpm
11345         * src/pixmaps/moved.xpm
11346                 add icons for delayed execution marked for
11347                 copying, marked for moving
11348
11349 2006-08-25 [mones]      2.4.0cvs89
11350
11351         * manual/glossary.xml
11352                 Fix the other glossary items:
11353                 5.1. = Inmmediate execution -> <quote>immediate execution...
11354                 5.2. = Fix MBOX capitalization -> Mbox
11355                 5.3. + Improve Plugins def. w/ tech. ref.
11356                 5.4. = Quotation -> replace '>' by <quote>></quote>
11357                 5.5. - SMTP Server. -> remove dot
11358         * po/es.po
11359                 Updated translation
11360
11361 2006-08-25 [mones]      2.4.0cvs88
11362
11363         * manual/ack.xml
11364                 Reformatted, changed email address
11365         * manual/glossary.xml
11366                 Reformatted, fixed MANUAL-TODO items:
11367                 8.2. + add ROT-13 to glossary
11368                 8.4. + add URL to glossary
11369         * manual/es/advanced.xml
11370                 Fixed <literal>s
11371
11372 2006-08-25 [paul]       2.4.0cvs87
11373
11374         * src/gtk/icon_legend.c
11375                 add 'marked for deletion' icon
11376                 arrange icons by containing column
11377                 wrap long label text
11378
11379 2006-08-25 [colin]      2.4.0cvs86
11380
11381         * src/common/utils.c
11382         * src/common/utils.h
11383                 Add the sc_g_*list_bigger functions in
11384                 a place everyone can use it
11385         * src/summaryview.c
11386                 Only freeze/thaw the list when working
11387                 on the selection, if it's bigger than 1
11388         * src/gtk/gtksctree.c
11389                 Only freeze/thaw the list when unselec-
11390                 ting 'all' if ('all' != 1)
11391                 This avoids some flickering
11392
11393 2006-08-24 [colin]      2.4.0cvs85
11394
11395         * src/addressbook.c
11396                 Fix strange list selection
11397                 Fix random seg (Invalid read of freed memory)
11398
11399 2006-08-24 [colin]      2.4.0cvs84
11400
11401         * src/alertpanel.c
11402         * src/gtk/inputdialog.c
11403         * src/plugins/pgpcore/passphrase.c
11404                 Revert minimal width patch of 2.4.0cvs67,
11405                 as it is also a maximal width. Use 
11406                 gtk_window_set_default_size instead.
11407
11408 2006-08-24 [colin]      2.4.0cvs83
11409
11410         * src/msgcache.c
11411                 Write cache/mark to temp files before
11412                 overwriting old ones (avoids metadata
11413                 loss if writing the new files fail).
11414                 Use mmap() to read cache/mark file, as
11415                 this makes cache reading faster. Dis-
11416                 abled for big-endian machines until it
11417                 can be tested. (Big-endian users: set
11418                 msgcache_use_mmap = TRUE in the relevant
11419                 #if).
11420         * src/procmsg.h
11421                 Move rarely used fields of MsgInfo in 
11422                 another structure, which will only be
11423                 allocated if needed. Face, X-Face,
11424                 Return receipt headers and List-*
11425                 headers are moved. Mails having none
11426                 of these occupy 52 bytes less with
11427                 this patch, which makes 2.5MB of RAM
11428                 saved on a 50k folder).
11429         * src/headerview.c
11430         * src/mainwindow.c
11431         * src/messageview.c
11432         * src/partial_download.c
11433         * src/procheader.c
11434         * src/procmsg.c
11435         * src/textview.c
11436                 Follow this structure change.
11437
11438 2006-08-24 [wwp]        2.4.0cvs82
11439
11440         * manual/es/.cvsignore
11441         * manual/es/dist/.cvsignore
11442         * manual/es/dist/html/.cvsignore
11443         * manual/es/dist/pdf/.cvsignore
11444         * manual/es/dist/ps/.cvsignore
11445         * manual/es/dist/txt/.cvsignore
11446                 more (generated) files to ignore.
11447
11448 2006-08-24 [colin]      2.4.0cvs81
11449
11450         * src/folder.c
11451         * src/mh.c
11452                 Fix possible problems with local delivery. Check the folder doesn't
11453                 need scan before setting its mtime when saving cache (which can be
11454                 done long after the folder's been modified by an external process);
11455                 Check that the stored item's mtime didn't change in mh functions.
11456
11457 2006-08-24 [mones]      2.4.0cvs80
11458
11459         * manual/advanced.xml
11460                 Rewrapping, some fixes and MANUAL-TODO items:
11461                 8.1. = change "" to <quote></quote>
11462                 8.3. = quote menu items
11463                 8.5. - deploying -> new user ... ideally a new user (redundant)
11464
11465 2006-08-23 [colin]      2.4.0cvs79
11466
11467         * src/gtk/gtksctree.c
11468                 When selecting or deselecting range, only
11469                 freeze/thaw when selection is bigger than 10
11470
11471 2006-08-23 [colin]      2.4.0cvs78
11472
11473         * src/messageview.c
11474         * src/mimeview.c
11475         * src/mimeview.h
11476         * src/plugins/dillo_viewer/dillo_viewer.c
11477                 Provide an API for MimeViewer plugins to
11478                 return a text selection for replying
11479
11480 2006-08-23 [colin]      2.4.0cvs77
11481
11482         * src/image_viewer.c
11483         * src/textview.c
11484                 Use gtk_pixbuf_new_from_file_at_scale(), which
11485                 is faster than getting the pixbuf then resizing
11486                 it.
11487
11488 2006-08-23 [colin]      2.4.0cvs76
11489
11490         * src/procmime.c
11491                 UTF-8 should be sent Quoted-printable
11492
11493 2006-08-22 [colin]      2.4.0cvs75
11494
11495         * src/mh.c
11496                 Check if scan is required before touching
11497                 the folder (or it'll be required every time)
11498
11499 2006-08-22 [colin]      2.4.0cvs74
11500
11501         * configure.ac
11502                 Require libetpan 0.46 (crasher fix when built
11503                 against gnutls)
11504
11505 2006-08-22 [colin]      2.4.0cvs73
11506
11507         * src/folder.c
11508                 Set folder's mtime after writing its
11509                 cache
11510         * src/folderview.c
11511                 Add some timing
11512         * src/procmsg.c
11513                 Don't do useless stuff if we don't 
11514                 thread by subject
11515         * src/summaryview.c
11516                 Add some timing, don't deselect prior
11517                 to selecting (gtksctree does it itself),
11518                 remove crash avoidance hacks as it's been
11519                 properly fixed since a while
11520         * src/common/utils.c
11521                 Optimize to_human_readable(): _() is slow,
11522                 do it only once, and avoid %f format for KB
11523                 (the most common in a summaryview)
11524         * src/gtk/gtksctree.c
11525                 Don't uselessly freeze/thaw (fixes flicker
11526                 on next unread and friends), reduce number
11527                 of g_list_nth/g_list_position where possible
11528         * src/gtk/gtkutils.c
11529         * src/gtk/gtkutils.h
11530                 Reduce number of g_list_nth/g_list_position
11531                 where possible.
11532                 All of this makes loading as 70k folder 2.1
11533                 seconds instead of 3.2 (with hot FS caches).
11534                 (1.3 seconds without Date and Size columns...)
11535
11536 2006-08-22 [paul]       2.4.0cvs72
11537
11538         wrap documents and do some items from mones' MANUAL-TODO:
11539
11540         * manual/account.xml
11541                 4.1. = fix tabname references to <quote>tabname</quote>
11542                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
11543         * manual/faq.xml
11544                 1.1. = mentioned options don't match UI
11545                 Add information about the 'Never send Return Receipts'
11546                 option
11547         * manual/handling.xml
11548                 6.2. = Mentions Extended symbols button, but now is
11549                 named Information
11550                 6.3. = Mentions ... button, which is now Edit
11551
11552 2006-08-22 [colin]      2.4.0cvs71
11553
11554         * src/gtk/pluginwindow.c
11555                 Fix layout in verbose translations (such
11556                 as french)
11557
11558 2006-08-22 [paul]       2.4.0cvs70
11559
11560         * manual/Makefile.am
11561                 build manuals in alphabetical order
11562         * src/addressbook.c
11563         * src/prefs_themes.c
11564                 replace/remove deprecated symbols
11565         * src/gtk/gtkutils.c
11566                 fix a warning
11567         * src/gtk/pluginwindow.c
11568                 replace deprecated symbol
11569                 replace label text and move it
11570         * src/plugins/pgpcore/prefs_gpg.c
11571                 move the 'Generate...' button out of the
11572                 Sign Key frame, replace the English used
11573         * src/plugins/pgpcore/sgpgme.c
11574                 fixes to the English
11575
11576 2006-08-21 [colin]      2.4.0cvs69
11577
11578         * src/plugins/trayicon/trayicon.c
11579                 Add more strings for translation; patch
11580                 by Pawel
11581
11582 2006-08-21 [colin]      2.4.0cvs68
11583
11584         * src/compose.c
11585                 fix replied flag not set after drafting
11586         * src/matcher.c
11587                 fix body quicksearch in non-encoded bodies
11588                 containing '='
11589         * src/msgcache.c
11590                 Get rid of the g_malloc workaround for
11591                 corrupted caches, use g_try_malloc
11592
11593 2006-08-21 [colin]      2.4.0cvs67
11594
11595         * src/alertpanel.c
11596         * src/gtk/inputdialog.c
11597         * src/plugins/pgpcore/passphrase.c
11598                 Set minimal width to 375
11599         * src/mainwindow.c
11600                 Fix switching to offline, asking if it 
11601                 should be overriden for synchronising
11602         * src/mimeview.c
11603                 Don't offer to remember command on Open 
11604                 with for text parts, as the browser or 
11605                 text editor command isn't changed from 
11606                 there
11607
11608 2006-08-20 [paul]       2.4.0cvs66
11609
11610         * po/ko.po
11611         * po/zh_CN.po
11612                 fix plural form errors. revealed by stricter
11613                 checking of gettext 0.15
11614
11615 2006-08-18 [paul]       2.4.0cvs65
11616
11617         * src/stock_pixmap.c
11618                 fix the fix of 2.4.0cvs64
11619                 Thanks to Colin
11620
11621 2006-08-18 [paul]       2.4.0cvs64
11622
11623         * src/stock_pixmap.c
11624                 fix leaks
11625                 Thanks to Colin
11626
11627 2006-08-18 [paul]       2.4.0cvs63
11628
11629         * src/compose.c
11630         * src/procmsg.c
11631                 fix occasional IMAP bug where large msgs
11632                 were left in the queue folder after sending
11633                 Thanks to Colin
11634
11635 2006-08-18 [paul]       2.4.0cvs62
11636
11637         * src/folderview.c
11638                 freeze the summaryview while quicksearch results
11639                 are displayed
11640                 (fixes bug 456 'current message is hidden when the
11641                 view is refreshed and extended search is "unread 
11642                 messages"')
11643                 Thanks to Colin
11644         * src/textview.c
11645                 add missing #include "inputdialog.h"
11646         * src/common/utils.h
11647                 add missing mailcap_update_default() and improve
11648                 readability
11649
11650 2006-08-17 [colin]      2.4.0cvs61
11651
11652         * src/plugins/pgpcore/select-keys.c
11653                 Fix warnings :)
11654
11655 2006-08-17 [colin]      2.4.0cvs60
11656
11657         * src/compose.c
11658                 Don't continue queuing if Cancel is clicked
11659                 in select-keys
11660
11661 2006-08-17 [colin]      2.4.0cvs59
11662
11663         * src/plugins/pgpcore/select-keys.c
11664                 When encrypting, if only one key matches and it 
11665                 matches exactly, automatically use it.
11666
11667 2006-08-17 [colin]      2.4.0cvs58
11668
11669         * src/mimeview.c
11670         * src/prefs_common.c
11671         * src/prefs_common.h
11672         * src/prefs_ext_prog.c
11673         * src/textview.c
11674                 Fix issues with previous patch (text/html)
11675                 Remove outdated prefs
11676
11677 2006-08-17 [colin]      2.4.0cvs57
11678
11679         * src/imap.c
11680                 Add View Log button on auth error
11681         * src/procmsg.c
11682                 Fix encrypted mail marked as new when
11683                 saved in normal folders
11684         * src/plugins/pgpinline/pgpinline.c
11685                 Fix encrypt bug on IMAP
11686         * src/mimeview.c
11687         * src/common/utils.c
11688         * src/common/utils.h
11689         * src/gtk/inputdialog.c
11690         * src/gtk/inputdialog.h
11691                 Get rid of metamail stuff, simplify
11692                 opening, and allow remembering of user's
11693                 choices (by updating ~/.mailcap). There's
11694                 still to drop "Audio player" and "Image
11695                 viewer" preferences.
11696
11697 2006-08-17 [mones]      2.4.0cvs56
11698
11699         * manual/es/sylpheed-claws-manual.xml
11700                 fix DTD path
11701
11702 2006-08-17 [mones]      2.4.0cvs55
11703
11704         * configure.ac
11705         * manual/Makefile.am
11706         * manual/es/Makefile.am
11707         * manual/es/account.xml
11708         * manual/es/ack.xml
11709         * manual/es/addrbook.xml
11710         * manual/es/advanced.xml
11711         * manual/es/faq.xml
11712         * manual/es/glossary.xml
11713         * manual/es/gpl.xml
11714         * manual/es/handling.xml
11715         * manual/es/intro.xml
11716         * manual/es/keyboard.xml
11717         * manual/es/plugins.xml
11718         * manual/es/starting.xml
11719         * manual/es/sylpheed-claws-manual.xml
11720         * manual/es/dist/Makefile.am
11721         * manual/es/dist/html/Makefile.am
11722         * manual/es/dist/pdf/Makefile.am
11723         * manual/es/dist/ps/Makefile.am
11724         * manual/es/dist/txt/Makefile.am
11725                 Spanish translation for the manual
11726
11727 2006-08-16 [colin]      2.4.0cvs54
11728
11729         * src/compose.c
11730         * src/main.c
11731         * src/mainwindow.c
11732                 Fix send button sensitivity at startup
11733                 Set send menu sensitivity (patch by Fabien)
11734         * src/ssl_manager.c
11735                 Enable closing with esc (patch by Fabien)
11736         * src/gtk/foldersort.c
11737                 Enable closing with esc (patch by Fabien)
11738         * src/procmime.c
11739                 Optimisation (no need to copy to tempfile to
11740                 "decode" 7bit and 8bit)
11741         * src/summaryview.c
11742                 Fix cruft in swap_from case
11743         * src/textview.c
11744                 Fix missing last line in some mail cases 
11745                 (Fixes debian #381872)
11746         * src/plugins/pgpcore/prefs_gpg.c
11747         * src/plugins/pgpcore/sgpgme.c
11748         * src/plugins/pgpcore/sgpgme.h
11749                 Don't show "no key found" when user explicitely
11750                 wants to create a key
11751
11752 2006-08-16 [paul]       2.4.0cvs53
11753
11754         * configure.ac
11755         * src/account.c
11756         * src/addressbook.c
11757         * src/headerview.c
11758         * src/prefs_account.c
11759         * src/prefs_message.c
11760         * src/gtk/gtkutils.c
11761                 bump up minimum required versions of GTK+ and
11762                 GLIB to 2.6.0
11763
11764 2006-08-16 [paul]       2.4.0cvs52
11765
11766         * src/toolbar.c
11767                 workaround GTK+ Bug 351600 - 'Can't re-click
11768                 on button after sensitivity update'
11769                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
11770                 Thanks to Colin
11771
11772 2006-08-15 [colin]      2.4.0cvs51
11773
11774         * src/plugins/pgpcore/prefs_gpg.c
11775                 Set options sensitivity according to
11776                 key existence
11777         * src/plugins/pgpcore/sgpgme.c
11778                 Allow to create key with no passphrase
11779
11780 2006-08-14 [cleroy]     2.4.0cvs50
11781
11782         * src/gtk/pluginwindow.c
11783                 New layout (maybe to be changed?)
11784         * src/gtk/gtkutils.c
11785                 Fix a bit label_window
11786         * src/plugins/pgpcore/passphrase.c
11787         * src/plugins/pgpcore/passphrase.h
11788         * src/plugins/pgpcore/plugin.c
11789         * src/plugins/pgpcore/prefs_gpg.c
11790         * src/plugins/pgpcore/prefs_gpg.h
11791         * src/plugins/pgpcore/sgpgme.c
11792         * src/plugins/pgpcore/sgpgme.h
11793                 Allow to create a PGP private key via the GUI
11794
11795 2006-08-14 [wwp]        2.4.0cvs49
11796
11797         * src/addressbook_foldersel.c
11798                 fix strict ISO C90 compliance.
11799
11800 2006-08-14 [paul]       2.4.0cvs48
11801
11802         * src/gtk/prefswindow.c
11803                 re-set scrolled window on opening
11804                 Patch by Ticho
11805
11806 2006-08-14 [paul]
11807
11808         2.5.0-rc1 released
11809
11810 2006-08-14 [paul]       2.4.0cvs47
11811
11812         * src/prefs_display_header.c
11813                 re-enable user-defined Displayed Headers
11814
11815 2006-08-14 [paul]       2.4.0cvs46
11816
11817         * src/prefs_account.c
11818                 use GTK_STOCK_EDIT
11819
11820 2006-08-13 [colin]      2.4.0cvs45
11821
11822         * src/common/utils.c
11823                 Fix "a" in quote when the original message is empty,
11824                 by using \0 instead of 'a' to test writability of
11825                 temp files.
11826
11827 2006-08-13 [wwp]        2.4.0cvs44
11828
11829         * src/plugins/spamassassin/spamassassin.c
11830                 fix capitalization of "SpamAssassin" in some debug, log and
11831                 dialog messages.
11832
11833 2006-08-13 [paul]       2.4.0cvs43
11834
11835         * src/editldap.c
11836                 fix overlapping widgets
11837         * src/prefs_account.c
11838                 fix translation of protocol_names[]
11839                 fix label disappearing off the edge of the
11840                 visible area
11841
11842 2006-08-12 [paul]       2.4.0cvs42
11843
11844         * manual/plugins.xml
11845                 update IRC channel info before it gets forgotten
11846                 about
11847
11848 2006-08-11 [colin]      2.4.0cvs41
11849
11850         * src/compose.c
11851         * src/mainwindow.c
11852         * src/mainwindow.h
11853         * src/procmsg.c
11854         * src/procmsg.h
11855         * src/summaryview.c
11856         * src/toolbar.c
11857                 Grey out the Send button if
11858                 - Queue folders are empty, or
11859                 - We're sending already
11860
11861 2006-08-11 [wwp]        2.4.0cvs40
11862
11863         * src/main.c
11864                 fix a logic issue when quitting while a compose window is
11865                 still open, thanks to Colin.
11866
11867 2006-08-10 [colin]      2.4.0cvs39
11868
11869         * src/main.c
11870                 Fix default font size setting after wizard run
11871         * src/imap.c
11872         * src/etpan/imap-thread.c
11873         * src/etpan/imap-thread.h
11874                 Fix bug #999 (Timing out on TSL cert validation 
11875                 dialog makes ugly things happen). Also, STARTTLS
11876                 unconditionnaly if initial capabilities contain
11877                 LOGINDISABLED and STARTTLS.
11878
11879 2006-08-09 [colin]      2.4.0cvs38
11880
11881         * src/mainwindow.c
11882         * src/mainwindow.h
11883                 Fix Tools/Actions sensitivity when there are
11884                 no actions
11885
11886 2006-08-09 [colin]      2.4.0cvs37
11887
11888         * src/prefs_filtering.c
11889                 Warning fix, patch by Paul
11890         * src/messageview.c
11891         * src/prefs_actions.c
11892         * src/prefs_filtering_action.c
11893         * src/prefs_matcher.c
11894                 Uniformisation of "Info ..." to "Info..." (for
11895                 old gtk), patch by Fabien
11896         * src/plugins/clamav/clamav_plugin_gtk.c
11897                 Sensitivity fix by Fabien
11898
11899 2006-08-09 [colin]      2.4.0cvs36
11900
11901         * src/main.c
11902         * src/main.h
11903                 Add a function to know whether we're exiting
11904         * src/plugins/trayicon/trayicon.c
11905                 If exiting, don't do anything. Faster, and
11906                 avoids gtk_main_iteration reentracy causing
11907                 segfaults at exit
11908
11909 2006-08-09 [colin]      2.4.0cvs35
11910
11911         * src/messageview.c
11912         * src/mimeview.c
11913         * src/mimeview.h
11914                 Fix lack of part selection when automatically 
11915                 jumping to a specific part
11916         * src/msgcache.c
11917                 Little optimisation in cache reading
11918
11919 2006-08-09 [colin]      2.4.0cvs34
11920
11921         * src/compose.c
11922                 Fix crash setting the priority on reedit
11923                 (Accessing compose before creating it!)
11924
11925 2006-08-08 [colin]      2.4.0cvs33
11926
11927         * src/procmime.c
11928                 Fix bug #998 (last attachment is not accessible)
11929                 Bad RFC interpretation on multipart close-delimiters
11930         * src/mimeview.c
11931         * src/mimeview.h
11932         * src/gtk/gtkvscrollbutton.c
11933         * src/gtk/gtkvscrollbutton.h
11934                 Make attachments list wheel-scrollable
11935
11936 2006-08-07 [colin]      2.4.0cvs32
11937
11938         * src/gtk/gtkaspell.c
11939                 Fix bug #973 (Unicode punctation characters 
11940                 are not recognized as separators by the
11941                 spell checker); fix unsigned stuff
11942
11943 2006-08-07 [colin]      2.4.0cvs31
11944
11945         * src/compose.c
11946                 Fix bug #956 (DnD text with accents in compose 
11947                 text entry); fix gccc's signed/unsigned fuss
11948
11949 2006-08-06 [colin]      2.4.0cvs30
11950
11951         * src/main.c
11952                 Fix bug #979 (Plugin crashes when exiting 
11953                 sylpheed-claws) : handle exit request only 
11954                 once
11955
11956 2006-08-05 [colin]      2.4.0cvs29
11957
11958         * src/news.c
11959                 Just make sure we have a msgid.
11960
11961 2006-08-05 [colin]      2.4.0cvs28
11962
11963         * src/news.c
11964         * src/summaryview.c
11965                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
11966                 by reimplementing it
11967         * src/textview.c
11968                 Fix bug when hiding quotes with level > 3 and quote
11969                 colors are recycled
11970
11971 2006-08-04 [colin]      2.4.0cvs27
11972
11973         * src/compose.c
11974         * src/undo.c
11975         * src/undo.h
11976                 Fix a bit replace-by-pasting undo
11977         * src/mainwindow.c
11978         * src/messageview.c
11979                 Fix Fold quotes menu synchro in
11980                 mainwindow when it changes in 
11981                 messageview
11982         * src/textview.c
11983                 Fix right-click on quotes blocks
11984         * src/common/utils.c
11985                 Verify that the file created by
11986                 my_tmpfile() is writable. Fixes
11987                 bug #988 (very specific filesystem
11988                 issue)
11989         * src/plugins/pgpcore/sgpgme.c
11990                 Fix file descriptor leak
11991         * src/plugins/spamassassin/spamassassin.c
11992                 Warn once if spamd isn't reachable
11993
11994 2006-08-04 [colin]      2.4.0cvs26
11995
11996         * src/toolbar.c
11997                 i18n context patch by Fabien
11998
11999 2006-08-03 [colin]      2.4.0cvs25
12000
12001         * src/mainwindow.c
12002         * src/messageview.c
12003                 Rename "Hide quotes" to "Fold quotes"
12004         * src/textview.c
12005                 Don't use hand cursor on quotes. "all 
12006                 the bonuses of the feature and none of 
12007                 unwelcome side-effects"
12008
12009 2006-08-03 [colin]      2.4.0cvs24
12010
12011         * AUTHORS
12012         * sylpheed-claws.desktop
12013         * src/gtk/authors.h
12014                 Bring the desktop file to XDG compliance
12015                 Patch by Charles A. Edwards
12016
12017 2006-08-03 [colin]      2.4.0cvs23
12018
12019         * src/textview.c
12020                 Fix links offset when they are preceded
12021                 by accentued chars (g_utf8_strlen!)
12022         * src/mainwindow.c
12023                 Fix wrong status when starting offline
12024
12025
12026 2006-08-03 [wwp]        2.4.0cvs22
12027
12028         * src/prefs_common.h
12029                 ask what to do w/ filtering rules that belong to an account when
12030                 applying filtering rules manually from the main window (skip,
12031                 apply regardless of the account, use current account). This dialog
12032                 can be skipped and the last reply used.
12033                 (forgot that file)
12034
12035 2006-08-03 [wwp]        2.4.0cvs21
12036
12037         * src/filtering.c
12038         * src/filtering.h
12039         * src/prefs_common.c
12040         * src/summaryview.c
12041         * src/alertpanel.c
12042         * src/alertpanel.h
12043         * src/messageview.c
12044                 ask what to do w/ filtering rules that belong to an account when
12045                 applying filtering rules manually from the main window (skip,
12046                 apply regardless of the account, use current account). This dialog
12047                 can be skipped and the last reply used.
12048
12049
12050 2006-08-03 [colin]      2.4.0cvs20
12051
12052         * src/textview.c
12053                 Optimize previous patch
12054
12055 2006-08-03 [cleroy]     2.4.0cvs19
12056
12057         * src/textview.c
12058                 Fix quotes getting toggled back when the
12059                 mail has an even number of text parts
12060
12061 2006-08-02 [colin]      2.4.0cvs18
12062
12063         * src/messageview.c
12064                 Add Hide quotes menu
12065
12066 2006-08-02 [colin]      2.4.0cvs17
12067
12068         * src/mainwindow.c
12069         * src/prefs_common.c
12070         * src/textview.c
12071         * src/textview.h
12072         * src/gtk/about.c
12073                 Allow per-level quote hiding,
12074                 Allow toggling quotes by double-clicking them
12075                 Rename RemoteURI to ClickableText to reflect
12076                 the fact it's used for a variety of things
12077
12078 2006-08-02 [wwp]        2.4.0cvs16
12079
12080         * src/mainwindow.c
12081                 fix "View/Hide quotes" menu item status initialization.
12082
12083 2006-08-02 [wwp]        2.4.0cvs15
12084
12085         * src/matcher_parser_parse.y
12086                 remove a debug trace.
12087
12088 2006-08-02 [paul]       2.4.0cvs14
12089
12090         * src/plugins/pgpcore/passphrase.c
12091                 don't set initial dialog size
12092                 make it resizable
12093
12094 2006-08-02 [paul]       2.4.0cvs13
12095
12096         * src/noticeview.c
12097                 remove the rogue '/' character
12098
12099 2006-08-02 [paul]       2.4.0cvs12
12100
12101         * src/noticeview.c
12102                 allow buttons to resize as necessary
12103
12104 2006-08-01 [wwp]        2.4.0cvs11
12105
12106         * src/mbox.c
12107                 fix strict ISO C90 compliance.
12108
12109 2006-08-01 [wwp]        2.4.0cvs10
12110
12111         * tools/update-po
12112                 updated update-po tool to work w/ context-dependent translations.
12113                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
12114
12115 2006-08-01 [wwp]        2.4.0cvs9
12116
12117         * src/matcher.c
12118         * src/prefs_filtering.c
12119         * src/prefs_matcher.c
12120                 allow context-dependent translations for "All",
12121                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12122
12123 2006-07-31 [colin]      2.4.0cvs8
12124
12125         * AUTHORS
12126         * src/gtk/authors.h
12127                 Add Rafal to authors
12128
12129 2006-07-31 [colin]      2.4.0cvs7
12130
12131         * src/compose.c
12132         * src/mainwindow.c
12133         * src/messageview.h
12134         * src/prefs_common.c
12135         * src/prefs_common.h
12136         * src/textview.c
12137                 Add 'View/Hide quotes'. Patch based on a patch
12138                 by Rafal Weglarz
12139
12140 2006-07-31 [colin]      2.4.0cvs6
12141
12142         * src/action.c
12143                 Fix problem with "> stuff >" actions
12144
12145 2006-07-31 [paul]       2.4.0cvs5
12146
12147         * po/nb.po
12148                 updated by Geir Helland
12149
12150 2006-07-31 [wwp]        2.4.0cvs4
12151
12152         * src/mainwindow.c
12153         * src/summaryview.c
12154         * src/summaryview.h
12155                 add "View/Go to/Parent message" and "View/Go to/Last read message",
12156                 thanks to Colin.
12157
12158 2006-07-31 [wwp]        2.4.0cvs3
12159
12160         * src/Makefile.am
12161         * src/addr_compl.c
12162         * src/addr_compl.h
12163         * src/addressbook.c
12164         * src/addressbook.h
12165         * src/addressbook_foldersel.c
12166         * src/addressbook_foldersel.h
12167         * src/addrindex.c
12168         * src/addrindex.h
12169         * src/matcher.c
12170         * src/matcher.h
12171         * src/matcher_parser_lex.l
12172         * src/matcher_parser_parse.y
12173         * src/prefs_common.c
12174         * src/prefs_common.h
12175         * src/prefs_filtering.c
12176         * src/prefs_matcher.c
12177         * src/prefs_matcher.h
12178         * src/summaryview.c
12179                 introduce filtering against the address book. It's now possible to add
12180                 matched conditions to determine if any email address in a message matches
12181                 or doesn't match any or all books or folders in the address book.
12182
12183 2006-07-31 [wwp]        2.4.0cvs2
12184
12185         * src/account.c
12186         * src/filtering.c
12187         * src/filtering.h
12188         * src/folder.c
12189         * src/folderview.c
12190         * src/inc.c
12191         * src/mainwindow.c
12192         * src/matcher.c
12193         * src/matcher_parser_lex.l
12194         * src/matcher_parser_parse.y
12195         * src/mbox.c
12196         * src/prefs_filtering.c
12197         * src/prefs_filtering.h
12198         * src/procmsg.c
12199         * src/procmsg.h
12200         * src/summaryview.c
12201                 introduce per-account filtering rules. Each filtering rule can now be assigned
12202                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
12203                 when applying filtering rules manually, as all rules will apply - even the ones
12204                 assigned to an account. This issue will be addressed soon.
12205  
12206
12207
12208 2006-07-31 [wwp]        2.4.0cvs1
12209
12210         * src/quote_fmt.c
12211                 make more strings translatable.
12212
12213 2006-07-31 [paul]       2.4.0
12214
12215         2.4.0 released
12216
12217 2006-07-31 [paul]       2.3.1cvs91
12218
12219         * po/ca.po
12220                 updated by Miquel Oliete
12221
12222 2006-07-31 [paul]       2.3.1cvs90
12223
12224         * po/de.po
12225         * po/el.po
12226         * po/fr.po
12227         * po/it.po
12228         * po/pl.po
12229         * po/pt_BR.po
12230         * po/sr.po
12231         * po/zh_CN.po
12232                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
12233                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
12234                 Aleksandar Urosevic, and Ralgh Young
12235
12236 2006-07-31 [paul]       2.3.1cvs89
12237
12238         * src/account.c
12239         * src/main.c
12240         * src/mainwindow.c
12241         * src/mainwindow.h
12242                 Fix a race condition when, after an SC crash, rescanning
12243                 folders took more than 0.5 seconds
12244                 Thanks to Colin
12245
12246 2006-07-31 [paul]       2.3.1cvs88
12247
12248         * src/folderview.c
12249                 don't translate separator strings
12250
12251 2006-07-30 [mones]      2.3.1cvs87
12252
12253         * doc/man/sylpheed-claws.1
12254                 Fixed non-ASCII chars in Hoa's name
12255         * po/es.po
12256                 Updated for release
12257
12258 2006-07-27 [colin]      2.3.1cvs86
12259
12260         * src/textview.c
12261                 Don't include the leading \n in links
12262                 Patch by Fabien
12263
12264 2006-07-25 [colin]      2.3.1cvs85
12265
12266         * src/mainwindow.c
12267         * src/common/socket.h
12268         * src/etpan/imap-thread.c
12269                 Refresh resolvers before connecting
12270                 to IMAP servers, and after switching
12271                 to online. Thanks to Paul.
12272
12273 2006-07-18 [colin]
12274
12275         * 2.4.0-rc4 released
12276
12277 2006-07-17 [colin]      2.3.1cvs84
12278
12279         * src/inc.c
12280                 Show connection attempt in statusbar before
12281                 connecting (previously first message was
12282                 "Retrieving messages from ..." after the
12283                 connection succeeded.
12284
12285 2006-07-16 [wwp]        2.3.1cvs83
12286
12287         * sylpheed-claws.ico
12288                 Added .ico file (windows multi-size icon file, generated).
12289
12290 2006-07-12 [wwp]        2.3.1cvs82
12291
12292         * src/messageview.c
12293                 remove Message/Re-edit menu entry from messageview window,
12294                 as sent/draft/queued messages are opened in compose window when
12295                 re-edited and it's not possible to re-edit other msgs.
12296
12297 2006-07-12 [paul]       2.3.1cvs81
12298
12299         * AUTHORS
12300         * src/mainwindow.c
12301         * src/gtk/authors.h
12302                 check online state before resetting
12303                 mailcheck timer. Useful if some program
12304                 verifies connection state and updates
12305                 Claws.
12306                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
12307
12308 2006-07-12 [paul]       2.3.1cvs80
12309
12310         * sylpheed-claws-128x128.png
12311         * sylpheed-claws-64x64.png
12312         * sylpheed-claws.png
12313         * src/Makefile.am
12314         * src/main.c
12315         * src/prefs_toolbar.c
12316         * src/stock_pixmap.c
12317         * src/stock_pixmap.h
12318         * src/wizard.c
12319         * src/gtk/about.c
12320         * src/gtk/gtkutils.c
12321         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
12322         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
12323         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
12324         * src/pixmaps/sylpheed.xpm              ** REMOVED **
12325         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
12326         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
12327                 updated and renamed logo/icon files and related
12328                 logo by Jesper Schultz
12329
12330 2006-07-11 [paul]       2.3.1cvs79
12331
12332         * src/main.c
12333                 fix the labels a smidgin
12334
12335 2006-07-09 [colin]      2.3.1cvs78
12336
12337         * src/textview.c
12338                 Show errors in textviewer's command
12339                 Patch by H. Merijn Brand
12340
12341 2006-07-09 [colin]      2.3.1cvs77
12342
12343         * src/compose.c
12344                 Save FMID in drafts too
12345
12346 2006-07-08 [colin]      2.3.1cvs76
12347
12348         * src/compose.c
12349                 Svae RMID in drafted mails too
12350                 Save quote_fmt vars for whole mails,
12351                 don't reset at each quote_fmt_init:
12352                 allows to use the same |i{var} in
12353                 various template fields
12354         * src/prefs_template.c
12355         * src/quote_fmt.h
12356         * src/quote_fmt_parse.y
12357                 Same
12358
12359 2006-07-08 [colin]      2.3.1cvs75
12360
12361         * src/textview.c
12362                 Fix highlighting of attached parts URIs
12363
12364 2006-07-08 [colin]      2.3.1cvs74
12365
12366         * src/main.c
12367                 Prevent bug #981 (sc 2.3.1 segfaults with 
12368                 gtk+ 2.10) from being reported again:
12369                 if Sylpheed-Claws has been compiled against
12370                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
12371                 of if Sylpheed-Claws has been compiled against
12372                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
12373                 error out.
12374
12375 2006-07-07 [colin]      2.3.1cvs73
12376
12377         * src/prefs_actions.c
12378                 Fix label
12379
12380 2006-07-07 [colin]      2.3.1cvs72
12381
12382         * src/prefs_actions.c
12383                 Fix compile on gtk < 2.8. argh :)
12384
12385 2006-07-07 [paul]       2.3.1cvs71
12386
12387         * src/common/defs.h
12388                 update DONATE_URI
12389
12390 2006-07-07 [colin]      2.3.1cvs70
12391
12392         * po/POTFILES.in
12393         * src/quote_fmt.c
12394         * src/quote_fmt_lex.l
12395         * src/quote_fmt_parse.y
12396                 Add |i{var}, a way to insert user-entered
12397                 text in a template
12398
12399 2006-07-07 [colin]
12400
12401         * 2.4.0-rc3 released
12402
12403 2006-07-07 [colin]      2.3.1cvs69
12404
12405         * src/folder.c
12406                 Don't consider inboxes of UNKNOWN folder 
12407                 classes to be useable as default inboxes
12408
12409 2006-07-07 [paul]       2.3.1cvs68
12410
12411         * src/textview.c
12412                 add missing #include <errno.h>
12413                 Thanks to René J. Blokland
12414
12415 2006-07-07 [paul]       2.3.1cvs67
12416
12417         * src/action.c
12418                 Return now Closes dialog
12419         * src/mimeview.c
12420         * src/mimeview.h
12421         * src/textview.c
12422                 add contextual menu to mime parts listed
12423                 in the textview
12424                 Thanks to Colin
12425         * src/common/utils.c
12426                 reversal: ' is a valid character in URLs
12427
12428 2006-07-06 [colin]      2.3.1cvs66
12429
12430         * src/remotefolder.h
12431                 Forgotten in previous commit
12432
12433 2006-07-06 [colin]      2.3.1cvs65
12434
12435         * src/folder.c
12436                 Set summary update flag whenever
12437                 totals changed
12438         * src/imap.c
12439         * src/prefs_account.c
12440         * src/common/utils.h
12441         * src/etpan/imap-thread.c
12442                 Fix warnings, thanks to Fabien and
12443                 Ricardo
12444
12445 2006-07-06 [wwp]        2.3.1cvs64
12446
12447         * src/gtk/gtkutils.c
12448                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
12449
12450 2006-07-06 [wwp]        2.3.1cvs63
12451
12452         * src/account.c
12453         * src/addressbook.c
12454         * src/addressitem.h
12455         * src/folderview.c
12456         * src/mainwindow.c
12457         * src/manual.c
12458         * src/manual.h
12459         * src/message_search.c
12460         * src/prefs_actions.c
12461         * src/prefs_filtering.c
12462         * src/prefs_filtering.h
12463         * src/prefs_template.c
12464         * src/summary_search.c
12465         * src/summaryview.c
12466         * src/gtk/gtkutils.c
12467         * src/gtk/gtkutils.h
12468         * src/gtk/pluginwindow.c
12469                 add help buttons to some dialogs. Clicking such buttons opens a
12470                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
12471
12472 2006-07-06 [paul]       2.3.1cvs62
12473
12474         * src/textview.c
12475                 fix attachments contextual menu
12476                 Thanks to Colin
12477
12478 2006-07-05 [colin]      2.3.1cvs61
12479
12480         * src/textview.c
12481         * src/compose.c
12482                 Handle sftp:// links
12483
12484 2006-07-05 [paul]       2.3.1cvs60
12485
12486         * src/gtk/filesel.c
12487                 grab save button by default
12488                 Thanks to Colin
12489
12490 2006-07-05 [wwp]        2.3.1cvs59
12491
12492         * manual/xml2pdf
12493                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
12494
12495 2006-07-04 [colin]      2.3.1cvs58
12496
12497         * src/mimeview.c
12498         * src/textview.c
12499                 Use left click to select, middle click to open
12500                 on mimeparts links
12501         * src/common/utils.c
12502                 Fix segfault
12503
12504 2006-07-04 [colin]      2.3.1cvs57
12505
12506         * src/mainwindow.c
12507         * src/news.c
12508                 Warning fixes, thanks to Fabien
12509
12510 2006-07-04 [colin]      2.3.1cvs56
12511
12512         * src/mimeview.c
12513         * src/mimeview.h
12514         * src/textview.c
12515                 Allow parts to be selected via their text label
12516                 in textview
12517
12518 2006-07-04 [colin]      2.3.1cvs55
12519
12520         * src/folderview.c
12521                 Feedback when closing (for big folders)
12522         * src/prefs_actions.c
12523         * src/prefs_filtering.c
12524         * src/prefs_matcher.c
12525         * src/prefs_template.c
12526                 Fix default button when closing without
12527                 having saved
12528
12529 2006-07-04 [colin]      2.3.1cvs54
12530
12531         * src/news.c
12532                 Delete local file on deletion
12533
12534 2006-07-03 [colin]      2.3.1cvs53
12535
12536         * src/folderview.c
12537         * src/main.c
12538                 Don't freeze when rescanning after crash
12539
12540 2006-07-03 [wwp]        2.3.1cvs52
12541
12542         * src/compose.c
12543         * src/privacy.c
12544         * src/privacy.h
12545         * src/plugins/pgpinline/pgpinline.c
12546         * src/plugins/pgpmime/pgpmime.c
12547                 don't report an error when the user cancels the passphrase dialog.
12548
12549 2006-07-02 [colin]      2.3.1cvs51
12550
12551         * src/folderview.c
12552                 Open message when crossing folders with Space,
12553                 goto next unread and friends
12554
12555 2006-07-01 [colin]      2.3.1cvs50
12556
12557         * src/prefs_account.c
12558                 Typographic rules varying from language
12559                 to language (in french "Protocole :"),
12560                 we have to do that :)
12561
12562 2006-07-01 [ticho]      2.3.1cvs49
12563
12564         * src/prefs_account.c
12565                 Only use one temporary gchar* variable in
12566                 prefs_account_protocol_set_optmenu().
12567
12568 2006-07-01 [ticho]      2.3.1cvs48
12569
12570         * src/prefs_account.c
12571         * src/prefs_account.h
12572                 Use GtkLabel for existing account protocol name.
12573                 Created an array for protocol names and populate the
12574                 combobox from it in a for() cycle.
12575
12576 2006-06-30 [colin]      2.3.1cvs47
12577
12578         * src/compose.c
12579                 Block undo when changing signature (by changing
12580                 account)
12581
12582 2006-06-30 [paul]       2.3.1cvs46
12583
12584         * src/send_message.c
12585                 when editing From in the Compose window, use that address
12586                 in the Return-Path: header
12587                 Thanks to Colin
12588
12589 2006-06-30 [colin]      2.3.1cvs45
12590
12591         * src/compose.c
12592                 Fix signature replacement:
12593                 - when no newline before separator
12594                 - when reediting
12595
12596 2006-06-29 [colin]      2.3.1cvs44
12597
12598         * src/folderview.c
12599         * src/folderview.h
12600         * src/mainwindow.c
12601         * src/summaryview.c
12602                 Let 'View/Go to/Next marked' work like
12603                 Next new & Next unread: across folders
12604                 Change the select_on_entry pref to do
12605                 what we want when changing folder
12606         * src/common/utils.c
12607                 Fix single-quoted links 
12608
12609 2006-06-29 [colin]      2.3.1cvs43
12610
12611         * src/gtk/gtkaspell.c
12612                 "Sylpheed" and "Sylpheed-Claws" do exist !
12613
12614 2006-06-29 [colin]      2.3.1cvs42
12615
12616         * src/imap.c
12617                 Forgot to remove debug
12618
12619 2006-06-29 [colin]      2.3.1cvs41
12620
12621         * src/imap.c
12622         * src/imap.h
12623         * src/mainwindow.c
12624                 Disconnect from IMAP servers when going
12625                 offline. Fixes bug #978 (going to offline-mode 
12626                 won't close connections)
12627
12628 2006-06-29 [colin]      2.3.1cvs40
12629
12630         * src/main.c
12631                 Fix transient setting on failing plugins
12632                 Patch by Fabien
12633         * src/plugins/pgpcore/sgpgme.c
12634                 Only warn for OpenPGP. Most people don't
12635                 have CMS available.
12636
12637 2006-06-29 [colin]      2.3.1cvs39
12638
12639         * src/compose.c
12640                 Fix Spelling menu (discrepancy between context menu
12641                 and top menu when folder's dictionary isn't the 
12642                 default one)
12643         * src/plugins/pgpcore/sgpgme.c
12644                 More error reporting about why gpgme can fail
12645
12646 2006-06-29 [wwp]        2.3.1cvs38
12647
12648         * src/mainwindow.c
12649                 honor the display-header-pane setting even when the message view
12650                 is a separate window.
12651
12652 2006-06-29 [wwp]        2.3.1cvs37
12653
12654         * src/prefs_actions.c
12655                 forgot to commit that one (use of GTK_STOCK_INFO).
12656
12657 2006-06-29 [colin]      2.3.1cvs36
12658
12659         * src/imap.c
12660                 Better handling of login errors (ask the password
12661                 again once), alert in case of error. Fix three
12662                 signedness warnings.
12663
12664 2006-06-28 [wwp]        2.3.1cvs35
12665
12666         * src/prefs_template.c
12667         * src/prefs_matcher.c
12668         * src/prefs_filtering_action.c
12669         * src/prefs_quote.c
12670                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
12671                 patch by Fabien Vantard, slightly modified.
12672
12673 2006-06-28 [paul]
12674
12675         2.4.0-rc2 released
12676
12677 2006-06-28 [colin]      2.3.1cvs34
12678
12679         * src/prefs_account.c
12680                 Fix bug #977 (Can't add or edit imap accounts)
12681
12682 2006-06-28 [colin]      2.3.1cvs33
12683
12684         * src/mimeview.c
12685                 Fix previous
12686
12687 2006-06-28 [colin]      2.3.1cvs32
12688
12689         * src/mimeview.c
12690                 Save named inlined attachments with "Save all"
12691         * src/main.c
12692         * src/mbox.c
12693         * src/common/plugin.c
12694         * src/common/plugin.h
12695         * src/common/sylpheed.c
12696         * src/common/utils.c
12697         * src/plugins/pgpcore/sylpheed.def
12698         * src/plugins/pgpinline/sylpheed.def
12699         * src/plugins/pgpmime/sylpheed.def
12700                 Win32 compatibility patch, by
12701                 Werner Koch
12702
12703 2006-06-28 [wwp]        2.3.1cvs31
12704
12705         * src/imap.c
12706         * src/prefs_folder_item.c
12707                 less compilation warnings (thanks to Fabien Vantard), less typos.
12708
12709 2006-06-28 [paul]       2.3.1cvs30
12710
12711         * src/gtk/gtkutils.c
12712                 gtk_combo_box_set_focus_on_click() is only
12713                 available since gtk 2.6.0
12714
12715 2006-06-28 [paul]       2.3.1cvs29
12716
12717         * src/prefs_ext_prog.c
12718                 fix engrish and add a tooltip for the
12719                 'command for 'Display as text' option
12720
12721 2006-06-28 [paul]
12722
12723         2.4.0-rc1 released
12724
12725 2006-06-28 [paul]       2.3.1cvs28
12726
12727         * ChangeLog
12728         * tools/Makefile.am
12729                 include textviewer.pl in releases
12730
12731 2006-06-28 [paul]       2.3.1cvs27
12732
12733         * src/prefs_ext_prog.c
12734                 hide Print command option if libgnomeprint
12735                 support is present
12736
12737 2006-06-27 [colin]      2.3.1cvs26
12738
12739         * src/compose.c
12740                 Fix Esc handling in insert/attach dialog
12741                 Don't show this dialog if dragging something
12742                 else than text/uri-list
12743                 Thanks to Fabien Vantard
12744         * tools/textviewer.pl
12745                 Filter script to display stuff as text
12746                 by H. Merijn Brand
12747
12748 2006-06-27 [wwp]        2.3.1cvs25
12749
12750         * src/messageview.c
12751                 use the exact product name (message view title), patch
12752                 by Fabien Vantard.
12753
12754 2006-06-27 [ticho]      2.3.1cvs24
12755
12756         * src/prefs_account.c
12757         * src/prefs_common.c
12758         * src/prefs_common.h
12759         * src/prefs_ext_prog.c
12760         * src/textview.c
12761                 Add a preference (Preferences/External programs)
12762                 to allow "Display as text" to be done via a script
12763                 (patch by H.Merijn Brand).
12764                 Use GtkComboBox for protocol selection in account
12765                 preferences.
12766                 Only include current choice for existing accounts, and
12767                 insensitivize the combobox.
12768
12769 2006-06-27 [paul]       2.3.1cvs23
12770
12771         * src/mbox.c
12772                 fix crasher introduced in cvs21.
12773                 Thanks to Colin
12774
12775 2006-06-26 [colin]      2.3.1cvs22
12776
12777         * src/mbox.c
12778                 Fix double-frees when leaving folders
12779                 after exporting to mbox
12780
12781 2006-06-26 [colin]      2.3.1cvs21
12782
12783         * src/mbox.c
12784                 More feedback (and optimisation)
12785                 on import/export
12786         * src/common/utils.c
12787                 Fix case when looking for mail addresses
12788         * src/gtk/gtkutils.c
12789                 Extra check for (X-)Face
12790
12791 2006-06-25 [ticho]      2.3.1cvs20
12792
12793         * src/compose.c
12794         * src/exphtmldlg.c
12795         * src/gtk/gtkutils.c
12796         * src/gtk/gtkutils.h
12797                 Added second argument to gtkut_sc_combobox_create() to
12798                 control focus-on-click for the widget.
12799                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
12800
12801 2006-06-25 [ticho]      2.3.1cvs19
12802
12803         * src/compose.c
12804         * src/gtk/Makefile.am
12805         * src/gtk/combobox.c
12806         * src/gtk/combobox.h
12807         * src/gtk/gtkutils.c
12808         * src/gtk/gtkutils.h
12809                 Use GtkComboBox instead of deprecated GtkOptionMenu
12810                 for account selector in compose window and for encoding
12811                 selector in attachment properties.
12812                 Also factorise working with the new GtkComboBox somewhat.
12813
12814 2006-06-24 [paul]       2.3.1cvs18
12815
12816         * src/prefs_common.c
12817                 use the correct default value
12818
12819 2006-06-24 [paul]       2.3.1cvs17
12820
12821         * src/compose.c
12822         * src/prefs_common.c
12823         * src/prefs_common.h
12824         * src/prefs_compose_writing.c
12825                 enable setting of default action when
12826                 dnd'ing files in the compose window.
12827                 (Collaborative effort with wwp)
12828
12829 2006-06-23 [wwp]        2.3.1cvs16
12830
12831         * src/compose.c
12832                 i18n fix (thanks to Fabien Vantard)
12833
12834 2006-06-22 [colin]      2.3.1cvs15
12835
12836         * src/prefs_customheader.c
12837                 Don't use filters in custom headers' file 
12838                 selector. Remember, extensions mean nothing :)
12839
12840 2006-06-22 [paul]       2.3.1cvs14
12841
12842         * configure.ac
12843                 allow setting of man directory location
12844
12845 2006-06-22 [colin]      2.3.1cvs13
12846
12847         * src/mainwindow.c
12848                 Add 'View/Go to/Next unread folder'.
12849                 I missed that :)
12850
12851 2006-06-22 [colin]      2.3.1cvs12
12852
12853         * src/common/utils.c
12854                 Add some subject prefixes
12855                 Patch by Bjorn T Johansen <btj@havleik.no>
12856
12857 2006-06-22 [colin]      2.3.1cvs11
12858
12859         * manual/advanced.xml
12860                 Forgotten hidden pref
12861
12862 2006-06-21 [paul]       2.3.1cvs10
12863
12864         * src/prefs_account.c
12865                 complete the removal of 'Add date header' option
12866
12867 2006-06-21 [paul]       2.3.1cvs9
12868
12869         * src/account.c
12870         * src/compose.c
12871         * src/prefs_account.c
12872         * src/prefs_account.h
12873                 remove option to add date header - always
12874                 add date header
12875         * src/etpan/imap-thread.c
12876                 fix warnings (Thanks to Colin)
12877
12878 2006-06-21 [wwp]        2.3.1cvs8
12879
12880         * src/folder.c
12881                 set the attachment flag when inline text part are (file)named. This is more convenient
12882                 when receiving (for instance) inline source files or patches sent using thunderbird.
12883
12884 2006-06-21 [paul]       2.3.1cvs7
12885
12886         * src/inc.c
12887                 fix off-by-one count of current msg in
12888                 statusbar filtering progressbar
12889
12890 2006-06-21 [paul]       2.3.1cvs6
12891
12892         * src/folder.c
12893                 Show attachment icon even if the part is 'inline'
12894                 if the following conditions are met:
12895                 - content-type != 'text/plain'
12896                 - content-type != '*/pgp-signature'
12897                 - either 'name' or 'filename' parameter is not NULL
12898                 
12899                 Thanks to Colin
12900
12901 2006-06-21 [paul]       2.3.1cvs5
12902
12903         * src/messageview.c
12904         * src/prefs_common.c
12905         * src/prefs_common.h
12906         * src/prefs_other.c
12907                 add an option to 'Never send Return
12908                 Receipts'
12909                 Thanks to Colin
12910
12911 2006-06-20 [mones]      2.3.1cvs4
12912
12913         * po/es.po
12914                 updated
12915         * src/compose.c
12916                 typo fixed (space after comma)
12917         * tools/make.themes.project
12918                 remove exec mode from tarball files
12919
12920 2006-06-20 [colin]      2.3.1cvs3
12921
12922         * src/news.c
12923         * src/procheader.c
12924         * src/unmime.c
12925                 Better fix for \n's in headers (don't 
12926                 break Received: and others)
12927
12928 2006-06-20 [paul]       2.3.1cvs2
12929
12930         * src/alertpanel.c
12931         * src/textview.c
12932                 improve legibility of phishing attempt
12933                 dialog
12934
12935 2006-06-20 [paul]       2.3.1cvs1
12936
12937         * NEWS
12938         * README
12939         * configure.ac
12940                 Update version number following
12941                 stable release
12942
12943 2006-06-20 [colin]      2.3.0cvs26
12944
12945         * src/compose.c
12946                 When dragging a file to the text of the compose
12947                 window, ask whether we want to insert or attach
12948                 (I know lots of people who do that to attach)
12949
12950 2006-06-20 [colin]      2.3.0cvs25
12951
12952         * src/etpan/imap-thread.c
12953                 Fix threshold (the append command is often > 32 bytes)
12954
12955 2006-06-19 [colin]      2.3.0cvs24
12956
12957         * src/imap.c
12958         * src/etpan/imap-thread.c
12959                 Workaround Rockliffe IMAP server bug: replace
12960                 "x UID SEARCH (ANSWERED UID 1:*)" with
12961                 "x UID SEARCH ANSWERED"
12962                 (Rockliffe doesn't handle the parenthesis)
12963
12964 2006-06-19 [colin]      2.3.0cvs23
12965
12966         * src/compose.c
12967         * src/imap.c
12968         * src/etpan/imap-thread.c
12969                 Probably fix bug #972 (Freezes when adding 
12970                 an attachment to the message)
12971         * src/common/defs.h
12972                 Modernize Firefox cmd
12973
12974
12975 2006-06-18 [colin]      2.3.0cvs22
12976
12977         * src/prefs_customheader.c
12978                 Only allow correct filenames for various
12979                 custom headers
12980
12981 2006-06-18 [colin]      2.3.0cvs21
12982
12983         * src/prefs_customheader.c
12984                 Add a 'From File...' button in custom headers prefs, which
12985                 try to do the right thing: 
12986                 for normal headers, use file as plaintext,
12987                 for X-Face, calls compface,
12988                 for Face, encode to b64.
12989
12990 2006-06-17 [colin]      2.3.0cvs20
12991
12992         * src/mh.c
12993                 Warning fix
12994
12995 2006-06-16 [colin]      2.3.0cvs19
12996
12997         * src/summaryview.c
12998                 Recursive quicksearch: show message list
12999                 in current folder, *then* search children
13000                 in the background.
13001
13002 2006-06-16 [colin]      2.3.0cvs18
13003
13004         * src/main.c
13005                 Instead of ignoring SIGPIPE, save caches
13006                 when getting one. Will fix the fact that
13007                 hot caches are out-of-date when logging 
13008                 out of Xorg.
13009         * src/compose.c
13010         * src/prefs_compose_writing.c
13011                 Only save text (not attachments) when 
13012                 auto-saving to drafts
13013         * src/unmime.c
13014                 Always replace \n, \r and \t with spaces
13015                 in headers
13016         * manual/dist/html/Makefile.am
13017         * manual/dist/pdf/Makefile.am
13018         * manual/dist/ps/Makefile.am
13019         * manual/dist/txt/Makefile.am
13020         * manual/fr/dist/html/Makefile.am
13021         * manual/fr/dist/pdf/Makefile.am
13022         * manual/fr/dist/ps/Makefile.am
13023         * manual/fr/dist/txt/Makefile.am
13024         * manual/pl/dist/html/Makefile.am
13025         * manual/pl/dist/pdf/Makefile.am
13026         * manual/pl/dist/ps/Makefile.am
13027         * manual/pl/dist/txt/Makefile.am
13028                 Fix make clean removing pregenerated manuals
13029
13030
13031 2006-06-16 [colin]      2.3.0cvs17
13032
13033         * src/plugins/pgpcore/sgpgme.c
13034         * src/plugins/pgpmime/pgpmime.c
13035         * src/plugins/pgpinline/pgpinline.c
13036                 Better error reporting in setup_signers.
13037                 Don't fallback to default key if specified
13038                 key isn't found.
13039                 Don't allow signing if more than one secret
13040                 key matches the one specified in prefs.
13041
13042 2006-06-15 [colin]      2.3.0cvs16
13043
13044         * src/folderview.c
13045                 Add "Send queue" in the folder's contextual
13046                 menu
13047         * src/compose.c
13048         * src/messageview.c
13049         * src/privacy.c
13050         * src/privacy.h
13051         * src/procmime.c
13052         * src/procmsg.c
13053         * src/plugins/pgpcore/passphrase.c
13054         * src/plugins/pgpcore/sgpgme.c
13055         * src/plugins/pgpinline/pgpinline.c
13056         * src/plugins/pgpmime/pgpmime.c
13057                 Better error reporting
13058         * src/mbox.c
13059                 Probably fix bug #971 (2.2.3 cannot read mail 
13060                 from local mbox)
13061
13062
13063 2006-06-15 [mones]      2.3.0cvs15
13064
13065         * tools/make.themes.project
13066                 creates the themes project from the web page
13067
13068 2006-06-15 [colin]      2.3.0cvs14
13069
13070         * src/folder.c
13071                 Better fix (avoid losing the folder if scan_tree 
13072                 fails)
13073
13074 2006-06-15 [cleroy]     2.3.0cvs13
13075
13076         * src/folder.c
13077                 Probably fix Bug #969 (crash on rebuilding 
13078                 imap folder)
13079
13080 2006-06-14 [colin]      2.3.0cvs12
13081
13082         * manual/dtd/manual.xsl
13083         * manual/sylpheed-claws-manual.xml
13084         * manual/fr/sylpheed-claws-manual.xml
13085         * manual/pl/sylpheed-claws-manual.xml
13086                 Insert pagebreaks between sections
13087
13088 2006-06-14 [paul]       2.3.0cvs11
13089
13090         * configure.ac
13091                 better fix than 2.3.0cvs10
13092
13093 2006-06-14 [paul]       2.3.0cvs10
13094
13095         * configure.ac
13096                 fix setting of PACKAGE_DATA_DIR with newer autoconf
13097                 (backwards compatible)
13098
13099 2006-06-13 [colin]      2.3.0cvs9
13100
13101         * src/messageview.c
13102                 Fix sending of return receipt with the new queue folders
13103
13104 2006-06-13 [wwp]        2.3.0cvs8
13105
13106         * src/quote_fmt_lex.l
13107                 fix wrong tokens returned in quote_fmt lexer, query not().
13108
13109 2006-06-13 [wwp]        2.3.0cvs7
13110
13111         * src/folder.c
13112         * src/prefs_folder_item.c
13113                 allow changing folder type even when folder is not a top-level one,
13114                 thanks to Colin.
13115
13116 2006-06-12 [colin]      2.3.0cvs6
13117
13118         * src/folderview.c
13119                 Fix double-ask of "Do you want to mark all
13120                 as read"
13121
13122 2006-06-12 [colin]      2.3.0cvs5
13123
13124         * src/compose.c
13125         * src/compose.h
13126         * src/folder.c
13127         * src/folder.h
13128         * src/imap.c
13129         * src/inc.c
13130         * src/main.c
13131         * src/messageview.c
13132         * src/mh.c
13133         * src/prefs_folder_item.c
13134         * src/procheader.c
13135         * src/procmime.c
13136         * src/procmsg.c
13137         * src/procmsg.h
13138         * src/send_message.c
13139         * src/summaryview.c
13140         * src/toolbar.c
13141                 Apply bug #964's patch (Queue and drafts aren't normal)
13142                 The Drafts and Queue folder now contain RFC-822 files,
13143                 allowing to move and copy mails from and to these 
13144                 folders. Moving from Drafts to Queue will prepare the
13145                 mail for sending (PGP signature, encryption, etc).
13146                 This patch also rework sending errors handling to try
13147                 to be more helpful.
13148                 Also, allow redefining folder types via the GUI 
13149                 (Folder type in its Properties)
13150
13151 2006-06-12 [colin]      2.3.0cvs4
13152
13153         * src/summaryview.c
13154         * src/prefs_common.c
13155         * src/prefs_common.h
13156         * src/gedit-print.c
13157                 Allow to define a specific print font - patch
13158                 by Bernhard Walle <bernhard.walle@gmx.de>
13159         * src/prefs_fonts.c
13160         * manual/advanced.xml
13161         * manual/fr/advanced.xml
13162                 Add a hidden pref to allow deletion without
13163                 confirmation
13164
13165 2006-06-12 [wwp]        2.3.0cvs3
13166
13167         * .cvsignore
13168                 more files to ignore.
13169
13170 2006-06-12 [wwp]        2.3.0cvs2
13171
13172         * src/quote_fmt.c
13173         * src/quote_fmt_lex.l
13174         * src/quote_fmt_parse.y
13175                 extend the quote_fmt parser (templates and quotes):
13176                 - allow limited sub-expressions in |p{} and |f{} expressions,
13177                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
13178                 - implemented/fixed missing implementation of query_references and show_references,
13179                 - completed, fixed contents and format of the symbols help dialog,
13180                 - fix some compilation warnings.
13181
13182 2006-06-12 [wwp]        2.3.0cvs1
13183
13184         * manual/advanced.xml
13185         * manual/fr/advanced.xml
13186                 updates in the "templates" section of the manual (eng/fr):
13187                  - be more precise (both versions)
13188                  - completed to match the english reference (fr version)
13189                  - touchups (both versions)
13190
13191 2006-06-12 [paul]       2.3.0
13192
13193         2.3.0 released
13194
13195 2006-06-12 [paul]       2.2.3cvs14
13196
13197         * po/ca.po
13198         * po/cs.po
13199         * po/de.po
13200         * po/el.po
13201         * po/fr.po
13202         * po/it.po
13203         * po/pt_BR.po
13204         * po/sr.po
13205         * po/zh_CN.po
13206                 updated by Miquel Oliete, Tim, Stephan Sachse,
13207                 Stavros Giannouris, Fabien Vantard, Andrea
13208                 Spadaccini, Frederico Goncalves Guimaraes,
13209                 Aleksandar Urosevic, and Ralgh Young
13210
13211 2006-06-12 [colin]      2.2.3cvs13
13212
13213         * src/mbox.c
13214                 Add missing header
13215
13216 2006-06-11 [colin]      2.2.3cvs12
13217
13218         * src/msgcache.c
13219                 Verify that g_malloc() succeeded
13220
13221 2006-06-11 [colin]      2.2.3cvs11
13222
13223         * src/wizard.c
13224                 Add Face header to welcome mail
13225
13226 2006-06-10 [colin]      2.2.3cvs10
13227
13228         * src/textview.c
13229                 Revert previous (Forgot it changes the
13230                 margin on the whole mail)
13231
13232 2006-06-10 [colin]      2.2.3cvs9
13233
13234         * src/textview.c
13235                 Don't overlap long headers under (X-)Face
13236
13237 2006-06-10 [mones]      2.2.3cvs8
13238
13239         * manual/xml2pdf
13240                 allow generation of manual on systems lacking saxon binary
13241                 but with java and the saxon library installed
13242
13243         * po/es.po
13244                 updated for release
13245
13246 2006-06-09 [colin]      2.2.3cvs7
13247
13248         * src/summaryview.c
13249                 Fix leak when using Display Sender using Addressbook
13250
13251 2006-06-09 [colin]      2.2.3cvs6
13252
13253         * src/compose.c
13254         * src/folder.c
13255         * src/folderview.c
13256         * src/mimeview.c
13257         * src/summaryview.c
13258                 More leaks fixes
13259
13260 2006-06-09 [paul]       2.2.3cvs5
13261
13262         * AUTHORS
13263         * src/gtk/authors.h
13264         * tools/claws.i18n.status.pl
13265                 updated with new info
13266
13267 2006-06-09 [paul]       2.2.3cvs4
13268
13269         * README
13270                 updated
13271         * manual/ack.xml
13272                 add wwp to authors list
13273         * src/gtk/authors.h
13274                 update mine and Colin's addresses
13275
13276 2006-06-08 [colin]      2.2.3cvs3
13277
13278         * src/etpan/imap-thread.c
13279                 Fix leak on SSL cert check
13280
13281 2006-06-08 [colin]      2.2.3cvs2
13282
13283         * src/common/utils.c
13284                 Fix leak
13285
13286 2006-06-08 [paul]       2.2.3cvs1
13287
13288         * configure.ac
13289                 Update version number following
13290                 stable release
13291
13292 2006-06-07 [colin]      2.2.2cvs3
13293
13294         * src/msgcache.c
13295                 Fix catching cache read errors (guint instead of gint)
13296                 Prevent malloc'ing more than 8MB (means cache corruption)
13297
13298 2006-06-07 [paul]       2.2.2cvs2
13299
13300         * src/exporthtml.c
13301         * src/exportldif.c
13302         * src/mh.c
13303         * src/mutt.c
13304         * src/pine.c
13305         * src/common/utils.c
13306                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
13307                 obey $HOME'
13308                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
13309                 Thanks to Colin
13310
13311 2006-06-06 [paul]       2.2.2cvs1
13312
13313         * configure.ac
13314                 Update version number following
13315                 stable release
13316
13317 2006-06-06 [paul]       2.2.1cvs6
13318
13319         * src/matcher.c
13320                 fix  implicit declaration of
13321                 sylpheed_do_idle()
13322                 Patch by Fabien Vantard
13323
13324 2006-06-06 [paul]       2.2.1cvs5
13325
13326         * src/matcher.c
13327                 fix age_greater and age_lower so that they
13328                 mean what say and not '...or equal to'
13329                 Thanks to Colin
13330
13331 2006-06-06 [paul]       2.2.1cvs4
13332
13333         * src/textview.c
13334         * src/common/utils.c
13335                 fix URI check
13336                 Thanks to Colin
13337
13338 2006-06-05 [wwp]        2.2.1cvs3
13339
13340         * manual/fr/account.xml
13341                 minor language fixes (thanks to Fabien Vantard).
13342
13343 2006-06-05 [colin]      2.2.1cvs2
13344
13345         * src/prefs_folder_item.c
13346         * src/folderview.c
13347                 Allow recursive setting of properties 
13348                 for whole mailboxes
13349         * src/matcher.c
13350                 Don't freeze on 'test' filtering rule
13351
13352 2006-06-05 [colin]      2.2.1cvs1
13353
13354         * configure.ac
13355                 Update version number following
13356                 stable release
13357
13358 2006-06-04 [wwp]        2.2.0cvs82
13359
13360         * manual/glossary.xml
13361         * manual/account.xml
13362         * manual/fr/glossary.xml
13363         * manual/fr/account.xml
13364                 added glossary section and references/links related to the Face custom header.
13365
13366 2006-06-04 [colin]      2.2.0cvs81
13367
13368         * src/summaryview.c
13369                 Skip to next message on move with no
13370                 immediate execution
13371
13372 2006-06-04 [wwp]        2.2.0cvs80
13373
13374         * manual/xml2pdf
13375                 added sanity checks, exit when needed.
13376
13377 2006-06-03 [paul]       2.2.0cvs79
13378
13379         * src/prefs_receive.c
13380                 page name is now 'Receiving'
13381         * src/prefs_send.c
13382                 page name is now 'Sending'
13383
13384 2006-06-03 [colin]      2.2.0cvs78
13385
13386         * src/plugins/spamassassin/spamassassin_gtk.c
13387                 Autoswitch to Localhost if transport was previously
13388                 disabled. Else people had to check [] Enable, then
13389                 *reselect* transport.
13390
13391 2006-06-03 [colin]      2.2.0cvs77
13392
13393         * src/plugins/pgpinline/pgpinline.c
13394         * src/plugins/pgpmime/pgpmime.c
13395                 Check that gpg_data_release_and_get_mem 
13396                 didn't fail (now, why this happens...)
13397
13398 2006-06-03 [colin]      2.2.0cvs76
13399
13400         * src/mbox.c
13401                 Fix bug #962 (Manual and/or UI should 
13402                 warn about incompatible locking 
13403                 causing dataloss)
13404
13405 2006-06-02 [cleroy]     2.2.0cvs75
13406
13407         * src/filtering.c
13408         * src/folder.c
13409         * src/procmsg.c
13410         * src/summaryview.c
13411                 Fix a few leaks
13412
13413 2006-06-02 [colin]      2.2.0cvs74
13414
13415         * src/main.c
13416                 On exit, free caches after writing them
13417                 Shuts up some valgrind false positives
13418         * src/procmsg.c
13419         * src/send_message.c
13420                 Fix races when reusing existing SMTP connections
13421                 Fix inexistant session timeout
13422         * src/toolbar.c
13423                 Display alertpanel after all queues have
13424                 been processed, not after each
13425
13426 2006-06-02 [wwp]        2.2.0cvs73
13427
13428         * manual/fr/glossary.xml
13429         * manual/fr/ack.xml
13430         * manual/ack.xml
13431                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
13432
13433 2006-06-02 [wwp]        2.2.0cvs72
13434
13435         * manual/xml2pdf
13436         * manual/dist/pdf/Makefile.am
13437         * manual/dtd/manual.xsl
13438         * manual/fr/dist/pdf/Makefile.am
13439         * manual/pl/dist/pdf/Makefile.am
13440                 we changed the procedure to generate the .pdf version of the manual.
13441                 The procedure is more modern and the .pdf we get now has a valid index.
13442                 Here are the new pre-requisites:
13443
13444                 - JRE 1.x (1.4 here): there must be one from your distro
13445                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
13446                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
13447                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
13448
13449                 See my posts for further info about the installation of this toolchain:
13450
13451                 Date: Fri, 19 May 2006 19:40:06 +0200
13452                 From: wwp <subscript@free.fr>
13453                 To: sylpheed-claws-devel@lists.sourceforge.net
13454                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
13455
13456                 and
13457
13458                 Date: Wed, 24 May 2006 12:58:49 +0200
13459                 From: wwp <subscript@free.fr>
13460                 To: sylpheed-claws-devel@lists.sourceforge.net
13461                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
13462
13463 2006-06-01 [colin]      2.2.0cvs71
13464
13465         * src/compose.c
13466                 Better guards against IMAP races
13467         * src/main.c
13468         * src/prefs_common.c
13469         * src/prefs_common.h
13470         * src/common/ssl_certificate.c
13471         * src/etpan/imap-thread.c
13472         * src/etpan/imap-thread.h
13473         * src/gtk/sslcertwindow.c
13474                 New hidden option ssl_skip_cert_check to 
13475                 avoid dups of bug #959 (libetpan linked
13476                 against gnutls and gnutls buggy on 64bit)
13477                 Present expired warning only once per
13478                 session/server.
13479         * manual/advanced.xml
13480         * manual/fr/advanced.xml
13481                 Document new option
13482
13483 2006-06-01 [wwp]        2.2.0cvs70
13484
13485         * src/messageview.c
13486                 fix for bug #961 (return receipt dialog 
13487                 complains incorrectly about return-path 
13488                 email adress being different), thanks 
13489                 to Colin.
13490
13491 2006-05-31 [cleroy]     2.2.0cvs69
13492
13493         * src/common/ssl.c
13494                 Guard against NULLs, although this
13495                 should never be an issue
13496
13497 2006-05-31 [colin]      2.2.0cvs68
13498
13499         * src/filtering.c
13500                 Use g_slist_prepend
13501         * src/imap.c
13502                 Don't remove caches when destroying folder, it
13503                 could (should) be done at exit
13504         * src/inc.c
13505                 free processing cache after incorporation
13506         * src/etpan/imap-thread.c
13507                 Maybe fix bug #959 (Crash on moving to emails 
13508                 to a imap account per ssl with a expired 
13509                 certificate.)
13510
13511 2006-05-30 [colin]      2.2.0cvs67
13512
13513         * src/summaryview.c
13514                 Put back event flush when displaying message
13515                 It avoids reading a bunch of messages just
13516                 by hitting shift-n for too long ;)
13517
13518 2006-05-29 [colin]      2.2.0cvs66
13519
13520         * src/summaryview.c
13521                 Remove useless g_warnings
13522
13523 2006-05-29 [colin]      2.2.0cvs65
13524
13525         * src/imap.c
13526                 Fix g_slist_append()s for performance
13527
13528 2006-05-29 [colin]      2.2.0cvs64
13529
13530         * src/compose.c
13531         * src/common/utils.c
13532                 Fix extraneous tab at start of addresses
13533         * src/mainwindow.c
13534                 Fix warnings (thanks to Fabien)
13535                 Fix crash at exit when composing messages 
13536                 exist
13537         * src/pop.c
13538                 Fix progress bar when deleting expired mails
13539                 Thanks to Hiro
13540         * src/summaryview.c
13541         * src/gtk/gtksctree.c
13542                 Fix re-sorting slowness
13543
13544 2006-05-29 [paul]       2.2.0cvs63
13545
13546         * src/mh.c
13547                 fetch full message when moving mails
13548                 from another mailbox, (fixed data loss
13549                 when filtering from IMAP to MH, introduced
13550                 in 2.2.0cvs57).
13551                 Thanks to Colin
13552
13553 2006-05-29 [mones]      2.2.0cvs62
13554
13555         * src/gtk/gtksctree.c
13556                 Unselect faster (patch by Colin)        
13557
13558 2006-05-26 [colin]      2.2.0cvs61
13559
13560         * src/summaryview.c
13561                 Unplug MSGINFO_UPDATE callback on delete too.
13562
13563 2006-05-26 [colin]      2.2.0cvs60
13564
13565         * src/foldersel.c
13566                 Fix bold in folder selection window with glib2.10
13567                 thanks Hiro
13568
13569 2006-05-26 [colin]      2.2.0cvs59
13570
13571         * src/procheader.c
13572                 Convert date only if necessary (and don't
13573                 try to convert from utf8 to utf8, too)
13574         * src/summaryview.c
13575                 Only set column's text if the column's 
13576                 displayed
13577
13578 2006-05-26 [colin]      2.2.0cvs58
13579
13580         * src/summaryview.c
13581         * src/gtk/gtkutils.c
13582                 Fix useless warning
13583
13584 2006-05-26 [colin]      2.2.0cvs57
13585
13586         * src/mainwindow.c
13587                 Make summaryview selectable as long as 
13588                 no message has focus
13589         * src/mh.c
13590                 Faster deletion (by implementing mh_remove_msgs)
13591                 Faster copy (avoid using mh_fetch_msg just to get
13592                 the filename)
13593                 Faster move (using move_file instead of copy_file
13594                 if MSG_IS_MOVE)
13595                 No progressbar if total number of mails to cp/mv 
13596                 is less than 100
13597         * src/summaryview.c
13598                 Fix removal from subject_table when mail gets moved
13599                 Faster deletion (g_slist_prepend instead of append)
13600         * src/gtk/gtksctree.c
13601                 Remove useless code
13602
13603 2006-05-25 [colin]      2.2.0cvs56
13604
13605         * src/common/ssl_certificate.c
13606                 Fix leak in expired cert check
13607
13608 2006-05-25 [colin]      2.2.0cvs55
13609
13610         * src/mh.c
13611                 Disable flags syncing on .mh_sequences - it
13612                 is buggy and marks mails read under unknown
13613                 conditions.
13614
13615 2006-05-25 [paul]
13616
13617         * 2.3.0-rc4 released
13618
13619 2006-05-24 [colin]      2.2.0cvs54
13620
13621         attention cvs users: if you manage to crash
13622         Sylpheed-Claws while moving, copying or deleting
13623         mails, we *are* interested in stack traces and
13624         valgrind logs. It looks stable, but one never
13625         knows...
13626
13627         * src/folder.c
13628                 Add progressbar for cache updates
13629         * src/folderutils.c
13630                 Optimize Mark all read in the current
13631                 folder
13632         * src/mh.c
13633                 Add progressbar for copy/move
13634         * src/procmsg.c
13635                 Optimize O(n^2) in copy/move
13636         * src/summaryview.c
13637         * src/gtk/gtksctree.c
13638                 Optimize O(n^2) algos
13639         * src/common/timing.h
13640                 Display ms instead of us
13641
13642 2006-05-24 [wwp]        2.2.0cvs53
13643
13644         * manual/fr/advanced.xml
13645                 updates to the French manual.
13646
13647 2006-05-24 [wwp]        2.2.0cvs52
13648
13649         * src/common/utils.c
13650                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
13651
13652 2006-05-24 [wwp]        2.2.0cvs51
13653
13654         * src/folderutils.c
13655                 fixed "mark all read" in MH folders (thanks to Colin).
13656
13657 2006-05-24 [paul]       2.2.0cvs50
13658
13659         * doc/man/sylpheed-claws.1
13660                 updated the man page
13661
13662 2006-05-23 [colin]      2.2.0cvs49
13663
13664         * src/folderview.c
13665         * src/imap.c
13666         * src/inc.c
13667         * src/mbox.c
13668         * src/messageview.c
13669         * src/news.c
13670         * src/send_message.c
13671         * src/summaryview.c
13672         * src/gtk/sslcertwindow.c
13673                 alertpanel fixes, by Fabien
13674
13675 2006-05-23 [colin]      2.2.0cvs48
13676
13677         * src/folder.c
13678         * src/folderview.c
13679         * src/msgcache.c
13680         * src/summaryview.c
13681         * src/gtk/gtksctree.c
13682         * src/gtk/gtksctree.h
13683                 More timings
13684                 Fix slow loading problem, which was caused by the
13685                 use of some gtk_ctree funcs and their use of
13686                 g_list_position while gtk_ctree_(un)link'ing.
13687                 Reap more functions from gtkctree.c to be sure we
13688                 use our (fast) version instead of theirs.
13689         * src/mh.c
13690                 Fix copy of unread mails
13691
13692
13693 2006-05-22 [wwp]        2.2.0cvs47
13694
13695         * manual/fr/advanced.xml
13696                 updated.
13697
13698 2006-05-22 [colin]      2.2.0cvs46
13699
13700         * src/filtering.c
13701                 Fix possible infinite loop. 'copy' is not a 
13702                 final action, so when encountering a 'copy',
13703                 we have to check if a previous one was set
13704                 and do it. In the same way, if we encounter
13705                 a 'move' we have to perform a possibly 
13706                 pending 'copy'. This will slow down filtering
13707                 on IMAP if move+copy or multiple copy actions
13708                 are to be done, but handling it via the batch
13709                 would be really too convoluted.
13710
13711 2006-05-22 [wwp]        2.2.0cvs45
13712
13713         * manual/fr/advanced.xml
13714         * manual/fr/faq.xml
13715         * manual/fr/glossary.xml
13716         * manual/fr/handling.xml
13717         * manual/fr/intro.xml
13718         * manual/fr/plugins.xml
13719         * manual/fr/sylpheed-claws-manual.xml
13720                 sync w/ the english manual: updates URIs, documented mailing-list
13721                 support, better explanation about the enabled/disabled feature
13722                 in filtering/processing rules by Paul.
13723
13724 2006-05-21 [colin]      2.2.0cvs44
13725
13726         * src/summaryview.c
13727                 Don't expand after building threads, but during
13728
13729 2006-05-21 [colin]      2.2.0cvs43
13730
13731         * src/procmsg.c
13732         * src/summaryview.c
13733                 More timing possibilities... For next time I have 
13734                 to find out how the hell some 3GHz computer takes
13735                 one minute to open a 30k folder...
13736
13737 2006-05-21 [colin]      2.2.0cvs42
13738
13739         * manual/pl/advanced.xml
13740         * manual/pl/faq.xml
13741         * manual/pl/glossary.xml
13742         * manual/pl/handling.xml
13743         * manual/pl/intro.xml
13744         * manual/pl/plugins.xml
13745         * manual/pl/sylpheed-claws-manual.xml
13746                 Polish manual updated by Pawel
13747
13748 2006-05-20 [colin]
13749
13750         * 2.3.0-rc3 released
13751
13752 2006-05-20 [colin]      2.2.0cvs41
13753
13754         * src/imap.c
13755                 Fix -rc2 problems:
13756                 - remove cache of moved messages from original folder
13757                 - apply new flags to messages even if they aren't appliable
13758                   via IMAP.
13759
13760 2006-05-20 [colin]
13761
13762         * 2.3.0-rc2 released
13763
13764 2006-05-19 [colin]      2.2.0cvs40
13765
13766         * src/imap.c
13767                 Don't issue SELECT in imap_change_flags
13768                 before having checked that we indeed have
13769                 some flags to change. MSG_POSTFILTERED for
13770                 example can't be used on IMAP.
13771                 Fixes bug #955 (copying messages between 
13772                 imap folders is extremely slow), which was
13773                 a regression.
13774
13775 2006-05-19 [colin]      2.2.0cvs39
13776
13777         * src/folder.c
13778         * src/folder.h
13779         * src/folderview.c
13780                 Try to fix bug #830 (Some unread messages 
13781                 get marked read in IMAP inbox):
13782                 - Prevent scanning a folder if it's being 
13783                   opened via the GUI
13784                 - Postpone opening via the GUI of a folder
13785                   currently scanned.
13786
13787
13788 2006-05-19 [wwp]        2.2.0cvs38
13789
13790         * manual/advanced.xml
13791                 fix English+typo (thanks to Paul).
13792
13793 2006-05-19 [wwp]        2.2.0cvs37
13794
13795         * manual/advanced.xml
13796         * manual/fr/advanced.xml
13797         * src/gtk/logwindow.c
13798         * src/prefs_common.c
13799         * src/prefs_common.h
13800                 added hidden prefs to allow customization of colors used in
13801                 protocol log window (useful for dark gtk+ themes).
13802
13803 2006-05-19 [wwp]        2.2.0cvs36
13804
13805         * ChangeLog
13806                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
13807
13808 2006-05-19 [paul]       2.2.0cvs35
13809
13810         * src/textview.c
13811                 make Reply-To fully clickable
13812         * src/gtk/logwindow.c
13813                 more colouring (SMTP ESMTP)
13814         Both patches by Pawel Pekala
13815
13816 2006-05-19 [cleroy]     2.2.0cvs34
13817
13818         * src/mh.c
13819                 Don't update flags from current folder
13820                 Probably fixes bug #935 (Read Messages 
13821                 Revert to Being Marked as Unread)
13822
13823 2006-05-18 [colin]      2.2.0cvs33
13824
13825         * src/imap.c
13826                 Warning fix
13827         * src/compose.c
13828         * src/mainwindow.c
13829         * src/summaryview.c
13830         * src/toolbar.c
13831                 Allow replying to multiple emails
13832                 in multiple windows
13833         * src/mimeview.c
13834         * src/etpan/imap-thread.c
13835                 Leak fixes
13836
13837 2006-05-18 [paul]       2.2.0cvs32
13838
13839         * src/summaryview.c
13840                 keep Mailing-List menu refreshed
13841                 Thanks to Colin
13842
13843 2006-05-18 [paul]       2.2.0cvs31
13844
13845         * manual/advanced.xml
13846         * manual/faq.xml
13847         * manual/glossary.xml
13848         * manual/handling.xml
13849         * manual/intro.xml
13850         * manual/plugins.xml
13851         * manual/sylpheed-claws-manual.xml
13852                 update URLs
13853                 add info about mailing-list support
13854                 edit filtering info
13855         * src/wizard.c
13856         * src/common/defs.h
13857         * src/gtk/about.c
13858         * src/plugins/dillo_viewer/README
13859                 update URLs
13860
13861 2006-05-17 [wwp]        2.2.0cvs30
13862
13863         * manual/handling.xml
13864         * manual/fr/handling.xml
13865                 documented the ability to enabled/disable filtering/processing rules.
13866
13867 2006-05-17 [colin]      2.2.0cvs29
13868
13869         * src/main.c
13870                 Don't initialize g_thread subsystem if it's 
13871                 already done (thanks to Hiro)
13872         * src/mimeview.c
13873                 Fix saving of parts when there name can't be
13874                 converted from UTF-8.
13875
13876 2006-05-17 [paul]       2.2.0cvs28
13877
13878         * po/Makefile.in.in
13879                 fix config.status warning with autoconf 2.60
13880
13881 2006-05-17 [paul]       2.2.0cvs27
13882
13883         * po/POTFILES.in
13884                 add src/mbox.c
13885
13886 2006-05-17 [wwp]        2.2.0cvs26
13887
13888         * src/mainwindow.c
13889                 fix useless and potentially dangerous buffer walking (thanks to Colin).
13890
13891 2006-05-17 [wwp]        2.2.0cvs25
13892
13893         * src/plugins/demo/demo.c
13894                 updated product name in plugin demo (many plugins need to be
13895                 sync'ed w/ that change).
13896
13897 2006-05-17 [colin]      2.2.0cvs24
13898
13899         * src/mh.c
13900                 Fix leak
13901
13902 2006-05-16 [colin]      2.2.0cvs23
13903
13904         * src/mainwindow.c
13905                 Stupid me hit again. Fix cvs22.
13906
13907 2006-05-16 [colin]      2.2.0cvs22
13908
13909         * src/mainwindow.c
13910                 Fix bug #922 (sylpheed-claws crashed after 
13911                 pushing on Inbox folder)
13912
13913 2006-05-16 [colin]      2.2.0cvs21
13914
13915         * src/compose.c
13916                 Make From header be copy/paste/select-able
13917
13918 2006-05-16 [wwp]        2.2.0cvs20
13919
13920         * src/export.c
13921         * src/matcher.c
13922         * src/summaryview.c
13923         * src/etpan/imap-thread.c
13924                 fix some compiler warnings (thanks to Colin).
13925
13926 2006-05-16 [wwp]        2.2.0cvs19
13927
13928         * src/action.c
13929         * src/gedit-print.c
13930         * src/inc.c
13931         * src/mainwindow.c
13932         * src/mh.c
13933         * src/statusbar.c
13934         * src/send_message.c
13935         * src/summaryview.c
13936                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
13937
13938 2006-05-15 [colin]      2.2.0cvs18
13939
13940         * src/procmsg.c
13941                 Fix automatic rule creation with List-Post
13942
13943 2006-05-15 [paul]       2.2.0cvs17
13944
13945         * tools/filter_conv_new.pl
13946                 updated for rule enabling/disabling
13947                 claws version >= 2.3.x required
13948
13949 2006-05-15 [cleroy]     2.2.0cvs16
13950
13951         * src/main.c
13952                 Revert test
13953
13954 2006-05-15 [cleroy]     2.2.0cvs15
13955
13956         * src/main.c
13957                 test
13958
13959 2006-05-15 [wwp]        2.2.0cvs14
13960
13961         * manual/pl/.cvsignore
13962                 ignore generated files.
13963
13964 2006-05-14 [wwp]        2.3.0-rc1
13965
13966         * 2.3.0-rc1 released
13967
13968 2006-05-13 [wwp]        2.2.0cvs13
13969
13970         * src/filtering.c
13971         * src/filtering.h
13972         * src/matcher.c
13973         * src/matcher_parser_lex.l
13974         * src/matcher_parser_parse.y
13975         * src/prefs_filtering.c
13976                 new feature: provide the ability to disable filtering and processing
13977                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
13978                 adaptations.
13979
13980 2006-05-13 [colin]      2.2.0cvs12
13981
13982         * src/compose.c
13983                 Remove useless if (a) b; else b;
13984                 Thanks to wwp
13985
13986 2006-05-13 [wwp]        2.2.0cvs11
13987
13988         * src/export.c
13989         * src/import.c
13990         * src/mainwindow.c
13991         * src/mbox.c
13992         * src/summaryview.c
13993         * src/summaryview.h
13994                 no more silent failures (or at least less ones) when importing
13995                 or exporting from/to mbox. Also start importing/exporting if
13996                 the necessary info is set.
13997
13998 2006-05-13 [wwp]        2.2.0cvs10
13999
14000         * RELEASE_NOTES
14001                 restored up-to-date release notes.
14002
14003 2006-05-13 [paul]       2.2.0cvs9
14004
14005         * po/nl.po
14006         * po/ru.po
14007                 updated by Tim Dijkstra and Pavlo Bohmat
14008
14009 2006-05-12 [colin]      2.2.0cvs8
14010
14011         * src/gtk/quicksearch.c
14012                 Add "k" as shortcut for "colorlabel". Patch
14013                 by ath42@users.sf.net.
14014
14015 2006-05-12 [paul]       2.2.0cvs7
14016
14017         * src/prefs_common.h
14018         * src/prefs_summaries.c
14019         * src/summaryview.c
14020                 when entering a folder also allow
14021                 going directly to first Marked message
14022
14023 2006-05-12 [paul]       2.2.0cvs6
14024
14025         * src/summaryview.c
14026                 always obey 'confirm before marking all
14027                 mails read' option
14028
14029 2006-05-12 [paul]       2.2.0cvs5
14030
14031         * src/textview.c
14032                 make Sender fully clickable
14033
14034 2006-05-12 [colin]      2.2.0cvs4
14035
14036         * src/compose.c
14037         * src/compose.h
14038                 Let From be editable
14039         * src/main.c
14040         * src/mh.c
14041                 Full support of .mh_sequences' Unseen seq
14042
14043 2006-05-12 [colin]      2.2.0cvs3
14044
14045         * src/folder.c
14046         * src/mainwindow.c
14047         * src/mainwindow.h
14048         * src/messageview.c
14049         * src/prefs_spelling.c
14050         * src/procheader.c
14051         * src/procmsg.c
14052         * src/procmsg.h
14053         * src/summaryview.c
14054         * src/toolbar.c
14055         * src/toolbar.h
14056                 Add contextual menu on Compose toolbar
14057                 button. Fixes bug #944 (Automatic
14058                 addresses not applied when changing account
14059                 from compose window)
14060                 add Mailing List support
14061                 based on the old 0.6.5claws25 patch by
14062                 Melvin Hadasht, with finishing touches
14063                 by Colin
14064                 Fix "ignore thread" when mails are threaded by
14065                 subject (and weren't ignored although appearing
14066                 in the thread).
14067                 GUI rework.
14068                 Both patches by Pawel.
14069
14070 2006-05-08 [paul]       2.2.0cvs2
14071
14072         * src/mainwindow.c
14073         * src/mainwindow.h
14074         * src/messageview.c
14075         * src/procheader.c
14076         * src/procmsg.c
14077         * src/procmsg.h
14078         * src/summaryview.c
14079                 add Mailing List support
14080                 based on the old 0.6.5claws25 patch by 
14081                 Melvin Hadasht, with finishing touches
14082                 by Colin
14083
14084 2006-05-08 [colin]      2.2.0cvs1
14085
14086         * src/mainwindow.c
14087         * src/toolbar.c
14088         * src/toolbar.h
14089                 Add contextual menu on Compose toolbar 
14090                 button. Fixes bug #944 (Automatic 
14091                 addresses not applied when changing account 
14092                 from compose window)
14093
14094 2006-05-08 [paul]       2.2.0
14095
14096         2.2.0 released
14097
14098 2006-05-08 [paul]       2.1.1cvs51
14099
14100         * po/cs.po
14101         * po/de.po
14102         * po/en_GB.po
14103         * po/fi.po
14104         * po/fr.po
14105         * po/pt_BR.po
14106         * po/sr.po
14107         * po/zh_CN.po
14108                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14109                 Fabien Vantard, Frederico Goncalves Guimaraes,
14110                 Aleksandar Urosevic, and Ralgh Young
14111
14112 2006-05-12 [colin]      2.1.1cvs50
14113
14114         * po/cs.po
14115         * po/de.po
14116         * po/en_GB.po
14117         * po/es.po
14118         * po/fi.po
14119         * po/fr.po
14120         * po/pt_BR.po
14121         * po/sr.po
14122         * po/zh_CN.po
14123                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
14124                 Fabien Vantard, Frederico Goncalves Guimaraes,
14125                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
14126
14127 2006-05-05 [colin]      2.1.1cvs49
14128
14129         * manual/Makefile.am
14130         * manual/pl/Makefile.am
14131         * manual/pl/account.xml
14132         * manual/pl/ack.xml
14133         * manual/pl/addrbook.xml
14134         * manual/pl/advanced.xml
14135         * manual/pl/faq.xml
14136         * manual/pl/glossary.xml
14137         * manual/pl/gpl.xml
14138         * manual/pl/handling.xml
14139         * manual/pl/intro.xml
14140         * manual/pl/keyboard.xml
14141         * manual/pl/plugins.xml
14142         * manual/pl/starting.xml
14143         * manual/pl/sylpheed-claws-manual.xml
14144         * manual/pl/dist/.cvsignore
14145         * manual/pl/dist/Makefile.am
14146         * manual/pl/dist/html/.cvsignore
14147         * manual/pl/dist/html/Makefile.am
14148         * manual/pl/dist/pdf/.cvsignore
14149         * manual/pl/dist/pdf/Makefile.am
14150         * manual/pl/dist/ps/.cvsignore
14151         * manual/pl/dist/ps/Makefile.am
14152         * manual/pl/dist/txt/.cvsignore
14153         * manual/pl/dist/txt/Makefile.am
14154                 Add the polish translation of the manual,
14155                 Authored by Pawel Pekala.
14156
14157 2006-05-05 [cleroy]     2.1.1cvs48
14158
14159         * src/main.c
14160                 Re-read matcherrc after loading plugins 
14161                 if some of them add folders.
14162
14163 2006-05-03 [colin]      2.1.1cvs47
14164
14165         * src/imap.c
14166                 I'm idiot
14167
14168 2006-05-03 [colin]      2.1.1cvs46
14169
14170         * src/imap.c
14171                 Be sure to have a session when
14172                 getting separator
14173
14174 2006-05-03 [colin]      2.1.1cvs45
14175
14176         * src/imap.c
14177         * src/imap.h
14178         * src/imap_gtk.c
14179                 Fix preventing renaming with namespace 
14180                 separator.
14181
14182 2006-05-01 [colin]      2.1.1cvs44
14183
14184         * src/action.c
14185                 Don't reload messageview when result of
14186                 action is piped.
14187
14188 2006-04-29 [colin]      2.1.1cvs43
14189
14190         * src/prefs_receive.c
14191         * src/plugins/spamassassin/spamassassin_gtk.c
14192         * src/plugins/clamav/clamav_plugin_gtk.c
14193                 GUI fixes by Pawel
14194
14195 2006-04-29 [colin]      2.1.1cvs42
14196
14197         * src/prefs_compose_writing.c
14198         * src/prefs_quote.c
14199                 Cleanups. Patch by Pawel
14200
14201 2006-04-28 [paul]       2.1.1cvs41
14202
14203         * src/matcher.c
14204                 fix returned quick search results when search
14205                 term contains an underscore.
14206                 Thanks to Colin
14207
14208 2006-04-28 [paul]       2.1.1cvs40
14209
14210         * src/prefs_message.c
14211         * src/prefs_receive.c
14212                 GUI cleanups
14213                 Patches by Pawel Pekala
14214
14215 2006-04-27 [colin]      2.1.1cvs39
14216
14217         * src/wizard.c
14218                 Differentiate subject Welcome from
14219                 window's title Welcome
14220
14221 2006-04-27 [paul]
14222
14223         2.2.0-rc1 released
14224
14225 2006-04-27 [paul]       2.1.1cvs38
14226
14227         * manual/advanced.xml
14228         * manual/fr/advanced.xml
14229                 add info about compose_no_markup hidden pref
14230
14231 2006-04-27 [paul]       2.1.1cvs37
14232
14233         * src/prefs_account.c
14234                 improve privacy labels
14235         * src/prefs_msg_colors.c
14236                 change some strings for translators' convenience
14237         * src/gtk/gtkutils.c
14238                 don't underline the link button text
14239
14240 2006-04-25 [colin]      2.1.1cvs36
14241
14242         * src/folder.c
14243                 Complete 2.1.1cvs33 (once more ;)
14244
14245 2006-04-25 [colin]      2.1.1cvs35
14246
14247         * src/editldap.c
14248                 Fix tooltip
14249
14250 2006-04-25 [cleroy]     2.1.1cvs34
14251
14252         * src/compose.c
14253         * src/gtk/gtkaspell.c
14254                 Fix crash on redirect (related to the return 
14255                 of the aspell menu in compose's toolbar)
14256         * src/prefs_msg_colors.c
14257                 Fix sensitivity widgets
14258         * src/image_viewer.c
14259         * src/gtk/pluginwindow.c
14260         * src/gtk/prefswindow.c
14261                 Change released signals to clicked (Fabien)
14262         * po/POTFILES.in
14263         * src/common/socket.c
14264         * src/plugins/spamassassin/spamassassin.c
14265                 Translate strings (Fabien)
14266
14267 2006-04-25 [paul]       2.1.1cvs33
14268
14269         * src/folder.c
14270         * src/folder.h
14271         * src/folderview.c
14272                 complete the fix of bug #912
14273                 Thanks to Colin
14274
14275 2006-04-25 [colin]      2.1.1cvs32
14276
14277         * src/news.c
14278                 Better progress bar
14279         * src/mimeview.c
14280         * src/summaryview.c
14281         * src/summaryview.h
14282                 Fix focus chain
14283                 Patches by Pawel Pekala
14284
14285 2006-04-24 [colin]      2.1.1cvs31
14286
14287         * src/compose.c
14288                 Fix compilation warnings (Fabien)
14289
14290 2006-04-24 [colin]      2.1.1cvs30
14291
14292         * src/addrindex.c
14293         * src/editldap.c
14294         * src/editldap_basedn.c
14295         * src/editldap_basedn.h
14296         * src/ldapctrl.c
14297         * src/ldapctrl.h
14298         * src/ldapquery.c
14299         * src/ldaputil.c
14300         * src/ldaputil.h
14301                 Fix bug #901 (LDAPS support)
14302
14303 2006-04-24 [colin]      2.1.1cvs29
14304
14305         * src/compose.c
14306                 Fix logic on error with send dialog on
14307         * src/imap.c
14308                 Fix compilation without libetpan, thanks
14309                 to Fabien
14310         * src/summaryview.c
14311                 Fix 'context-menu' key
14312
14313 2006-04-23 [colin]      2.1.1cvs28
14314
14315         * src/folder.c
14316                 Never free current's cache to free up 
14317                 memory. Fixes bug #912 (new count 
14318                 randomly set to message count)
14319
14320 2006-04-23 [colin]      2.1.1cvs27
14321
14322         * src/gtk/quicksearch.c
14323                 And remove printf...
14324
14325 2006-04-23 [colin]      2.1.1cvs26
14326
14327         * src/gtk/quicksearch.c
14328                 Fix replacing in quicksearch, and fix inserting
14329                 in the middle of the string. (introduced at 2.1.0cvs22)
14330
14331 2006-04-23 [colin]      2.1.1cvs25
14332
14333         * src/imap.c
14334                 Make sure uidnext is initialized in get_num_list
14335                 (not for stable, related to 2.1.1cvs8 and friends)
14336
14337 2006-04-23 [colin]      2.1.1cvs24
14338
14339         * src/imap.c
14340                 Output something when login is successful
14341                 too
14342
14343 2006-04-23 [colin]      2.1.1cvs23
14344
14345         * src/etpan/imap-thread.c
14346                 Better logging (line-per-line, hide data in fetch)
14347                 Fix a const warning
14348         * src/gtk/logwindow.c
14349         * src/gtk/logwindow.h
14350                 Better logging (color for input/output)
14351
14352 2006-04-21 [colin]      2.1.1cvs22
14353
14354         * src/gtk/quicksearch.c
14355                 On gtk+-2.8, use stock buttons in quicksearch
14356                 Based on a patch by Fabien and a design by Paul
14357
14358 2006-04-21 [colin]      2.1.1cvs21
14359
14360         * src/folderview.c
14361         * src/mainwindow.c
14362                 Fix occasional flicker in folderview
14363         * src/common/utils.c
14364                 Fix bug #943 (Incorrectly parsed email address 
14365                 list in short headers on message view and in 
14366                 printouts)
14367
14368 2006-04-20 [colin]      2.1.1cvs20
14369
14370         * src/imap.c
14371         * src/imap.h
14372         * src/prefs_account.c
14373                 Add ANONYMOUS auth for IMAP
14374
14375 2006-04-20 [paul]       2.1.1cvs19
14376
14377         * src/main.c
14378                 proper fix for 2.1.1cvs18
14379                 Thanks to Colin
14380
14381 2006-04-20 [paul]       2.1.1cvs18
14382
14383         * src/main.c
14384                 fix build warnings
14385
14386 2006-04-20 [paul]       2.1.1cvs17
14387
14388         * src/gtk/quicksearch.c
14389                 fix standard, non-extended Quick search,
14390                 was broken in 2.1.1cvs15.
14391                 Thanks to Colin.
14392
14393 2006-04-20 [colin]      2.1.1cvs16
14394
14395         * src/prefs_matcher.c
14396                 Fix values when reselecting a ~test
14397                 rule
14398
14399 2006-04-19 [colin]      2.1.1cvs15
14400
14401         * src/compose.c
14402         * src/compose.h
14403         * src/gtk/gtkaspell.c
14404         * src/gtk/gtkaspell.h
14405                 Put back Options menu in Spelling/
14406         * src/gtk/quicksearch.c
14407                 Don't search, and show error, if the
14408                 advanced search has a syntax error
14409
14410 2006-04-18 [colin]      2.1.1cvs14
14411
14412         * src/textview.c
14413                 Fix gdk warnings on set_cursor when textview
14414                 isn't visible
14415
14416 2006-04-18 [colin]      2.1.1cvs13
14417
14418         * src/gtk/gtksctree.c
14419                 Remove seemingly useless refresh that causes
14420                 flicker - watch this commit in case of 
14421                 problems before planned backport to stable
14422
14423 2006-04-18 [colin]      2.1.1cvs12
14424
14425         * src/imap.c
14426                 Factorize get/set_xml code
14427         * src/compose.c
14428         * src/prefs_account.c
14429         * src/prefs_account.h
14430         * src/procmsg.c
14431                 Add Encrypt to self option
14432
14433 2006-04-17 [colin]      2.1.1cvs11
14434
14435         * configure.ac
14436                 Fix search on encrpyt function on dragonfly
14437                 Patch by Jonathan Buschmann <jonthn@agmact.com>
14438
14439 2006-04-17 [colin]      2.1.1cvs10
14440
14441         * src/prefs_account.c
14442                 Be safe by default: remove mails from POP3
14443                 after 7 days, not immediately
14444
14445 2006-04-17 [colin]      2.1.1cvs9
14446
14447         * src/etpan/imap-thread.c
14448                 Fix build on DragonFly - patch by 
14449                 Jonathan Buschmann <jonthn@agmact.com>
14450
14451 2006-04-17 [colin]      2.1.1cvs8
14452
14453         * src/imap.c
14454                 Save uidnext between sessions
14455
14456 2006-04-17 [colin]      2.1.1cvs7
14457
14458         * src/imap.c
14459                 scan is required when uid validity changes
14460
14461 2006-04-17 [colin]      2.1.1cvs6
14462
14463         * src/folderview.c
14464                 Don't scan if not necessary, apart in current
14465                 folder and INBOX to fetch flags.
14466         * src/imap.c
14467                 Scan is necessary if unread count changes
14468
14469 2006-04-17 [colin]      2.1.1cvs5
14470
14471         * src/imap.c
14472                 ...But always fetch ANSWERED and DELETED flags for
14473                 INBOX, as filtering can happen on these flags.
14474
14475 2006-04-17 [colin]      2.1.1cvs4
14476
14477         * src/imap.c
14478                 Don't fetch REPLIED and DELETED flags when synchronising
14479                 flags with a closed folder. We only need UNSEEN and FLAGGED
14480                 to update the folderview.
14481
14482 2006-04-17 [colin]      2.1.1cvs3
14483
14484         * src/imap.c
14485                 Faster flag search when there are new mails 
14486                 in a folder. We can do a full search if the 
14487                 folder contains less messages than the new
14488                 list.
14489
14490 2006-04-17 [colin]      2.1.1cvs2
14491
14492         * po/cs.po
14493         * po/de.po
14494         * po/fr.po
14495         * po/nl.po
14496         * po/pt_BR.po
14497                 Update translations from stable branch
14498
14499 2006-04-17 [colin]      2.1.1cvs1
14500
14501         * configure.ac
14502                 Bump version to follow stable release
14503
14504 2006-04-16 [mones]      2.1.0cvs50
14505
14506         * po/es.po
14507                 Updated for release
14508
14509 2006-04-16 [colin]      2.1.0cvs49
14510
14511         * src/textview.c
14512                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
14513                 with gtk < 2.8. Thanks to Fabien Vantard.
14514
14515 2006-04-15 [colin]      2.1.0cvs48
14516
14517         * src/etpan/imap-thread.c
14518                 Fix bug #919 (libetpan: SEGV when connecting 
14519                 using command)
14520
14521 2006-04-14 [colin]      2.1.0cvs47
14522
14523         * src/main.c
14524                 Fix race on --select (should be done better)
14525
14526 2006-04-14 [wwp]        2.1.0cvs46
14527
14528         * src/send_message.c
14529                 enforce a check for domain in account prefs (a sending
14530                 error could be faced if domain was checked but no value set),
14531                 thanks to Colin.
14532
14533 2006-04-14 [colin]      2.1.0cvs45
14534
14535         * src/codeconv.c
14536                 when converting from unknown to unknown, if the
14537                 string is UTF8, don't convert it to the locale
14538                 (which breaks it)
14539
14540 2006-04-14 [colin]      2.1.0cvs44
14541
14542         * src/compose.c
14543                 Don't try to use ASCII for converting headers
14544                 (as done in body)
14545
14546 2006-04-14 [paul]       2.1.0cvs43
14547
14548         * src/crash.c
14549                 add locale/charset info to crash report
14550         * src/gtk/about.c
14551                 add wwp to doc team
14552                 replace 'e-mail' with preferred 'email'
14553         * src/gtk/authors.h
14554                 ensure contributors list is in alphabetical
14555                 order
14556
14557 2006-04-13 [colin]      2.1.0cvs42
14558
14559         * src/textview.c
14560                 Prevent gdk warnings
14561
14562 2006-04-13 [colin]      2.1.0cvs41
14563
14564         * src/common/ssl_certificate.c
14565         * src/common/ssl_certificate.h
14566         * src/gtk/sslcertwindow.c
14567                 Warn on expired certs, and display the expiration date
14568
14569 2006-04-13 [colin]      2.1.0cvs40
14570
14571         * src/plugins/spamassassin/spamassassin_gtk.c
14572                 Fix missing set_text on unix socket
14573
14574 2006-04-13 [wwp]        2.1.0cvs39
14575
14576         * manual/fr/advanced.xml
14577         * manual/fr/glossary.xml
14578                 applied new spam/ham/email lexicon (pourriel, courriel)
14579
14580 2006-04-13 [paul]       2.1.0cvs38
14581
14582         * src/plugins/pgpmime/plugin.c
14583                 remove the mention of S/MIME from the
14584                 description. This is now handled by the
14585                 S/MIME plugin.
14586
14587 2006-04-13 [paul]       2.1.0cvs37
14588
14589         * src/prefs_msg_colors.c
14590                 rework dialog
14591         * src/prefs_folder_item.c
14592         * src/prefs_spelling.c
14593                 add a tooltip to the colour selector buttons
14594
14595 2006-04-13 [wwp]        2.1.0cvs36
14596
14597         * manual/advanced.xml
14598         * manual/glossary.xml
14599         * manual/handling.xml
14600         * manual/keyboard.xml
14601         * manual/plugins.xml
14602         * manual/starting.xml
14603         * manual/fr/account.xml
14604         * manual/fr/ack.xml
14605         * manual/fr/addrbook.xml
14606         * manual/fr/advanced.xml
14607         * manual/fr/faq.xml
14608         * manual/fr/glossary.xml
14609         * manual/fr/gpl.xml
14610         * manual/fr/handling.xml
14611         * manual/fr/intro.xml
14612         * manual/fr/keyboard.xml
14613         * manual/fr/plugins.xml
14614         * manual/fr/starting.xml
14615         * manual/fr/sylpheed-claws-manual.xml
14616                 fixes to the manuals:
14617                  - summaryview -> Message List (same in French)
14618                  - translate key names
14619                  - fix French punctuation, use non-breakable spaces when
14620                    necessary, don't use &thinsp; which is not portable
14621                  - tell what maildir and mbox formats we support
14622
14623 2006-04-12 [wwp]        2.1.0cvs35
14624
14625         * src/prefs_toolbar.c
14626                 unified a replace button more,
14627                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14628
14629 2006-04-12 [wwp]        2.1.0cvs34
14630
14631         * src/prefs_common.c
14632         * src/prefs_msg_colors.c
14633                 make default color labels translatable,
14634                 patch from Fabien Vantard <fzzzzz@gmail.com>,
14635                 thanks to Tim <timbrain@post.cz> for reporting.
14636
14637 2006-04-12 [wwp]        2.1.0cvs33
14638
14639         * manual/glossary.xml
14640         * manual/intro.xml
14641         * manual/plugins.xml
14642         * manual/starting.xml
14643         * manual/sylpheed-claws-manual.xml
14644         * manual/fr/.cvsignore
14645         * manual/fr/account.xml
14646         * manual/fr/ack.xml
14647         * manual/fr/addrbook.xml
14648         * manual/fr/advanced.xml
14649         * manual/fr/faq.xml
14650         * manual/fr/glossary.xml
14651         * manual/fr/handling.xml
14652         * manual/fr/intro.xml
14653         * manual/fr/keyboard.xml
14654         * manual/fr/plugins.xml
14655         * manual/fr/starting.xml
14656         * manual/fr/sylpheed-claws-manual.xml
14657                 various fixes: typos, missing .fr translations, punctuation,
14658                 capitalization, links, accents and some bad French more.
14659
14660 2006-04-12 [wwp]        2.1.0cvs32
14661
14662         * src/prefs_gtk.c
14663                 fix for bug #935: always store prefs files in UTF-8 (thanks
14664                 to Colin).
14665
14666 2006-04-11 [colin]      2.1.0cvs31
14667
14668         * src/compose.c
14669                 Fix inserting files not in utf8 when locale is utf8
14670
14671 2006-04-11 [colin]      2.1.0cvs30
14672
14673         * src/inc.c
14674                 Don't show error dialog when cancelling connection
14675                 Patch by Pawel
14676
14677 2006-04-11 [cleroy]     2.1.0cvs29
14678
14679         * src/compose.c
14680                 Implement multiple quote levels
14681         * src/prefs_common.c
14682                 Change a little bit the quote bgcolor for 2nd level
14683
14684 2006-04-11 [colin]      2.1.0cvs28
14685
14686         * src/gtk/about.c
14687                 Add locale and charset in the label
14688
14689 2006-04-10 [colin]      2.1.0cvs27
14690
14691         * src/compose.c
14692         * src/prefs_common.c
14693         * src/prefs_common.h
14694         * src/prefs_msg_colors.c
14695         * src/textview.c
14696                 Allow optional background color in quotes
14697                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
14698                 GTK+-2.8.x feature
14699
14700 2006-04-10 [colin]      2.1.0cvs26
14701
14702         * src/main.c
14703         * src/mainwindow.c
14704         * src/mainwindow.h
14705                 Implement --select
14706
14707 2006-04-10 [colin]      2.1.0cvs25
14708
14709         * manual/plugins.xml
14710         * manual/fr/plugins.xml
14711                 Document libcurl's proxy variables
14712
14713 2006-04-09 [colin]      2.1.0cvs24
14714
14715         * src/prefs_common.c
14716                 gettext() returns statically allocated stuff. We have
14717                 to strdup it in order to be able to free it.
14718
14719 2006-04-09 [colin]      2.1.0cvs23
14720
14721         * AUTHORS
14722         * src/gtk/authors.h
14723                 Add Alexei
14724
14725 2006-04-09 [colin]      2.1.0cvs22
14726
14727         * src/mainwindow.c
14728         * src/gtk/quicksearch.c
14729                 Fix bug #859 (problems with cyrilic input in 
14730                 search panel) - Patch by Alexey Illarionov 
14731                 <littlesavage@rambler.ru>
14732
14733 2006-04-09 [colin]      2.1.0cvs21
14734
14735         * src/prefs_customheader.c
14736                 I prefer removing then freeing rather than the contrary
14737                 (even if it doesn't change anything ;-)
14738         * src/prefs_account.c
14739                 Fix bug #933 (Crash re-entering the custom headers list 
14740                 dialog in accounts prefs)
14741                 The problem happened when cancelling the Account 
14742                 Preferences' dialogs - in which case we didn't do 
14743                 anything to the PrefsAccount * struct. In case of applying,
14744                 the old ac_prefs was replaced with the tmp_ac_prefs we were
14745                 working with in this dialog. The problem is that 
14746                 prefs_customheader.c, working on this tmp_ac_prefs, always
14747                 changes the ->customhdr_list pointer, even when cancelled. 
14748                 So in case of cancelling the prefs_account dialog, we still
14749                 have to update ->customhdr_list in the real account.
14750
14751 2006-04-08 [colin]      2.1.0cvs20
14752
14753         * manual/fr/glossary.xml
14754         * manual/fr/keyboard.xml
14755                 Forgot some headers :)
14756
14757 2006-04-08 [colin]      2.1.0cvs19
14758
14759         * manual/Makefile.am
14760         * manual/fr/Makefile.am
14761         * manual/fr/account.xml
14762         * manual/fr/ack.xml
14763         * manual/fr/addrbook.xml
14764         * manual/fr/advanced.xml
14765         * manual/fr/faq.xml
14766         * manual/fr/glossary.xml
14767         * manual/fr/gpl.xml
14768         * manual/fr/handling.xml
14769         * manual/fr/intro.xml
14770         * manual/fr/keyboard.xml
14771         * manual/fr/plugins.xml
14772         * manual/fr/starting.xml
14773         * manual/fr/sylpheed-claws-manual.xml
14774         * manual/fr/dist/.cvsignore
14775         * manual/fr/dist/Makefile.am
14776         * manual/fr/dist/html/.cvsignore
14777         * manual/fr/dist/html/Makefile.am
14778         * manual/fr/dist/pdf/.cvsignore
14779         * manual/fr/dist/pdf/Makefile.am
14780         * manual/fr/dist/ps/.cvsignore
14781         * manual/fr/dist/ps/Makefile.am
14782         * manual/fr/dist/txt/.cvsignore
14783         * manual/fr/dist/txt/Makefile.am
14784                 Add the french translation of the manual. Thanks to
14785                 Olivier Delhomme <olivier.delhomme@free.fr> for 
14786                 account.xml, ack.xml, addrbook.xml and advanced.xml
14787
14788 2006-04-08 [colin]      2.1.0cvs18
14789
14790         * manual/plugins.xml
14791         * manual/starting.xml
14792                 More fixes
14793
14794 2006-04-07 [colin]      2.1.0cvs17
14795
14796         * manual/faq.xml
14797         * manual/intro.xml
14798         * manual/keyboard.xml
14799                 Little fixes
14800
14801 2006-04-07 [colin]      2.1.0cvs16
14802
14803         * README
14804         * src/compose.c
14805         * src/prefs_common.c
14806         * src/prefs_common.h
14807                 Add hidden compose_no_markup pref
14808
14809 2006-04-07 [wwp]        2.1.0cvs15
14810
14811         * src/summary_search.c
14812         * .cvsignore
14813                 Bugfix: stop button was sticky when searching in an empty folder.
14814                 Applied curly brackets code style to the whole file (summary_search.c).
14815                 More files to ignore.
14816
14817 2006-04-07 [wwp]        2.1.0cvs14
14818
14819         * src/message_search.c
14820         * src/summary_search.c
14821                 changed default button when search bumps at file/folder
14822                 beginning or end, for convenience (thanks to Colin).
14823
14824 2006-04-07 [paul]       2.1.0cvs13
14825
14826         * src/plugins/dillo_viewer/dillo_prefs.c
14827                 avoid future potential for namespace collision
14828                 Patch by Colin
14829
14830 2006-04-06 [wwp]        2.1.0cvs12
14831
14832         * src/summary_search.c
14833                 Unify extended/advanced searches names (and thus factorize labels),
14834                 patch by Fabien Vantard <fzzzzz@gmail.com>.
14835
14836 2006-04-06 [wwp]        2.1.0cvs11
14837
14838         * src/folderview.c
14839         * src/prefs_themes.c
14840         * src/summaryview.c
14841                 Fixed some compilation warnings.
14842
14843 2006-04-06 [colin]      2.1.0cvs10
14844
14845         * manual/advanced.xml
14846                 Document the wizard template and how to deploy
14847                 Sylpheed-Claws effectively
14848
14849 2006-04-06 [colin]      2.1.0cvs9
14850
14851         * src/folderview.c
14852                 gettext patch to tell translators about _("#"),
14853                 by Maxim Britov
14854
14855 2006-04-06 [colin]      2.1.0cvs8
14856
14857         * src/textview.c
14858                 Fix invalid GtkTextBIter after clicking "Display as text"
14859
14860 2006-04-06 [mones]      2.1.0cvs7
14861
14862         * src/addr_compl.c
14863         * src/addrindex.c
14864         * src/addritem.c
14865         * src/codeconv.c
14866         * src/compose.c
14867         * src/filtering.c
14868         * src/folder.c
14869         * src/folder_item_prefs.c
14870         * src/folderview.c
14871         * src/localfolder.c
14872         * src/matcher.c
14873         * src/mimeview.c
14874         * src/prefs_msg_colors.c
14875         * src/prefs_spelling.c
14876         * src/prefs_themes.c
14877         * src/procmime.c
14878         * src/procmsg.c
14879         * src/stock_pixmap.c
14880         * src/summaryview.c
14881         * src/textview.c
14882         * src/toolbar.c
14883         * src/common/mgutils.c
14884         * src/common/prefs.c
14885         * src/common/ssl_certificate.c
14886         * src/gtk/colorlabel.c
14887         * src/gtk/quicksearch.c
14888         * src/plugins/pgpmime/pgpmime.c
14889         * src/plugins/spamassassin/spamassassin.c
14890                 Removed redundant NULL checks for g_free() calls.
14891                 Patch by Pawel Pekala.
14892
14893 2006-04-06 [mones]      2.1.0cvs6
14894
14895         * src/prefs_actions.c
14896         * src/prefs_filtering.c
14897         * src/prefs_filtering_action.c
14898         * src/prefs_matcher.c
14899         * src/prefs_template.c
14900         * src/gtk/gtkutils.c
14901         * src/gtk/gtkutils.h
14902                 Have a nice replace button. Patch by Pawel Pekala
14903
14904 2006-04-06 [colin]      2.1.0cvs5
14905
14906         * src/addressbook.c
14907                 Fix crash with empty columns
14908
14909 2006-04-05 [colin]      2.1.0cvs4
14910
14911         * src/wizard.c
14912         * src/prefs_gtk.c
14913                 Allow wizard customization with pre-filled values
14914
14915 2006-04-05 [colin]      2.1.0cvs3
14916
14917         * src/textview.c
14918         * src/mimeview.c
14919         * src/mimeview.h
14920                 Nicer messages in mimeview
14921
14922 2006-04-05 [colin]      2.1.0cvs2
14923
14924         * src/addressbook.c
14925         * src/prefs_summaries.c
14926                 i18n fix
14927
14928 2006-04-05 [colin]      2.1.0cvs1
14929
14930         * src/plugins/pgpcore/plugin.c
14931         * src/plugins/pgpcore/select-keys.c
14932         * src/plugins/pgpcore/select-keys.h
14933         * src/plugins/pgpcore/sgpgme.c
14934         * src/plugins/pgpcore/sgpgme.h
14935         * src/plugins/pgpinline/pgpinline.c
14936         * src/plugins/pgpinline/plugin.c
14937         * src/plugins/pgpmime/pgpmime.c
14938         * src/plugins/pgpmime/plugin.c
14939                 Factorize and generalize a bit 
14940                 Drop S/MIME signature verification from PGP/MIME
14941                 (adding it as another, more complete plugin)
14942
14943 2006-04-05 [paul]       2.1.0
14944
14945         2.1.0 released
14946
14947 2006-04-05 [paul]       2.0.0cvs186
14948
14949         * manual/advanced.xml
14950                 add info on colour labels
14951
14952 2006-04-05 [paul]       2.0.0cvs185
14953
14954         * po/bg.po
14955         * po/cs.po
14956         * po/de.po
14957         * po/el.po
14958         * po/en_GB.po
14959         * po/fi.po
14960         * po/fr.po
14961         * po/it.po
14962         * po/nl.po
14963         * po/pl.po
14964         * po/pt_BR.po
14965         * po/sr.po
14966         * po/zh_CN.po
14967                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
14968                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
14969                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
14970                 Guimaraes, Aleksandar Urosevic, Ralgh Young
14971         * src/gtk/authors.h
14972         * tools/claws.i18n.status.pl
14973                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
14974                 and new Czech translator, Tim <timbrain@post.cz>
14975
14976 2006-04-05 [mones]      2.0.0cvs184
14977
14978         * po/es.po
14979                 Updated translation
14980
14981 2006-04-05 [colin]      2.0.0cvs183
14982
14983         * src/gtk/quicksearch.c
14984                 Fix bug #929 (unnecessary reload in quick search bar)
14985
14986 2006-04-05 [colin]      2.0.0cvs182
14987
14988         * src/compose.c
14989                 Fix crash on Reply with no From:
14990                 Show signature and conversion error on queuing 
14991                 (but not sending)
14992         * src/mainwindow.c
14993         * src/summaryview.c
14994         * src/summaryview.h
14995                 Factorize threading code and make sure msginfo 
14996                 is not null when it comes from a GtkCTreeRow's 
14997                 data
14998         * src/gtk/gtkaspell.c
14999                 Check for necessary things
15000         * src/gtk/gtksctree.c
15001         * src/gtk/gtksctree.h
15002                 Reset anchor if necessary when removing node
15003
15004 2006-03-29 [colin]      2.0.0cvs181
15005
15006         * src/folderview.c
15007                 Warn for disabled IMAP accounts (due to lack of
15008                 libetpan). Breaks string-freeze - sorry - but it
15009                 is kind of important ;)
15010
15011 2006-03-28 [colin]      2.0.0cvs180
15012
15013         * src/gtk/gtkutils.c
15014         * src/gtk/gtkutils.h
15015                 Add a gtkut_get_link_btn() function that
15016                 creates a button which acts like an URI
15017         * src/prefs_themes.c
15018         * src/gtk/about.c
15019                 Use this function (factorizes codes)
15020         * src/common/defs.h
15021         * src/gtk/pluginwindow.c
15022                 Add a "Get more..." in the plugins window
15023
15024 2006-03-28 [colin]      2.0.0cvs179
15025
15026         * src/common/smtp.c
15027         * src/common/passcrypt.c
15028         * src/undo.c
15029                 Warning fixes. Patch by Pawel Pekala
15030
15031 2006-03-27 [colin]      2.0.0cvs178
15032
15033         * src/undo.c
15034                 Fix undoing by blocks with spaces
15035
15036 2006-03-27 [colin]      2.0.0cvs177
15037
15038         * src/textview.c
15039                 Set margin to 3px for headers
15040
15041 2006-03-27 [paul]
15042
15043         2.1.0-rc2 released
15044
15045 2006-03-27 [wwp]        2.0.0cvs176
15046
15047         * src/summaryview.c
15048                 don't reset quicksearch when updating the message list.
15049                 Thanks to Colin.
15050
15051 2006-03-26 [wwp]        2.0.0cvs175
15052
15053         * src/compose.c
15054                 use a unified border width ('other' tab in the compose window,
15055                 patch by Pawel Pekala).
15056
15057
15058 2006-03-26 [wwp]        2.0.0cvs174
15059
15060         * src/common/quoted-printable.c
15061         * src/addressbook.c
15062                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
15063
15064 2006-03-26 [colin]      2.0.0cvs173
15065
15066         * src/quote_fmt_parse.y
15067                 Fix non-UTF8 date formats messing up the whole quote a 
15068                 little bit
15069
15070 2006-03-26 [colin]      2.0.0cvs172
15071
15072         * src/procheader.c
15073                 Make sure the date is UTF8 valid, or try to make it
15074                 so. IncrediMail is really IncrediStupid.
15075         * src/compose.c
15076                 Fix possible conversions. 
15077                 
15078
15079 2006-03-26 [colin]      2.0.0cvs171
15080
15081         * src/matcher.c
15082                 Fix corner cases in body search. This is still a
15083                 hack... It seems impossible to make it good and 
15084                 reasonably fast at the same time.
15085
15086 2006-03-26 [colin]      2.0.0cvs170
15087
15088         * src/summaryview.c
15089                 I think I killed the twilight zone bug!
15090                 summary_select_node() flushes GTK events in order
15091                 to be able to center the view. But this also 
15092                 flushes keypresses like Ctrl-Alt-U, so this can
15093                 call summary_show from summary_select_node (itself
15094                 called from summary_show, etc.). And the summaryview
15095                 has to be unlocked in this function. So just locking
15096                 while processing GTK events, and bailing if locked, 
15097                 should fix it.
15098                 Fixes bug #927 (SIGSEGV during Update Summary)
15099
15100 2006-03-25 [colin]      2.0.0cvs169
15101
15102         * src/matcher.c
15103                 Fix search in QP-encoded bodies
15104                 Fix utf-8 searches in bodies encoded in the
15105                 locale's encoding
15106         * src/common/quoted-printable.c
15107         * src/common/quoted-printable.h
15108                 Add a decode function that doesn't overwrite
15109                 the original pointer
15110                 
15111
15112 2006-03-24 [colin]      2.0.0cvs168
15113
15114         * src/action.c
15115         * src/summaryview.c
15116         * src/summaryview.h
15117                 Update message cache after action
15118                 Patch by H. Merijn Brand
15119         * src/prefs_msg_colors.c
15120                 Factorize label 
15121                 Patch by Fabien Vantard
15122         * src/plugins/spamassassin/spamassassin_gtk.c
15123                 Remove useless translation
15124                 Patch by Fabien Vantard
15125
15126 2006-03-23 [colin]      2.0.0cvs167
15127
15128         * src/common/ssl.c
15129                 Let 30 seconds to SSL_connect
15130
15131 2006-03-23 [wwp]        2.0.0cvs166
15132
15133         * src/summaryview.c
15134         * src/gtk/description_window.c
15135                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
15136                 and headers are translated; adjust description windows' width to fit their
15137                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
15138
15139 2006-03-23 [paul]       2.0.0cvs165
15140
15141         * src/common/utils.c
15142                 fix highlighting of URIs containing "()"
15143                 (2.0.0cvs164's reversal fixed)
15144                 Thanks to Colin.
15145
15146 2006-03-23 [paul]       2.0.0cvs164
15147
15148         * src/common/utils.c
15149                 revert patch, (postponing a fix), at 2.0.0cvs120
15150                 as it breaks more URIs than it fixes.
15151                 Allow '-' to be a terminating character in a URI
15152
15153 2006-03-22 [colin]      2.0.0cvs163
15154
15155         * configure.ac
15156                 Require libetpan 0.45
15157                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
15158
15159 2006-03-22 [paul]       2.0.0cvs162
15160
15161         * src/editgroup.c
15162                 replace '<-' and '->' buttons with GTK_STOCK graphical
15163                 buttons
15164         * src/summary_search.c
15165                 don't offer '...' for translation
15166                 add a tooltip to advanced search '...' button
15167         * src/gtk/quicksearch.c
15168                 don't offer '...' for translation
15169
15170 2006-03-21 [colin]      2.0.0cvs161
15171
15172         * src/compose.c
15173                 Fix middle-click pasting (insert at click
15174                 position instead of cursor position, don't
15175                 remove existing selection and allow pasting
15176                 our own selection)
15177         * src/addressbook.c
15178                 "LDAP Server" -> "LDAP servers"
15179
15180 2006-03-21 [wwp]        2.0.0cvs160
15181
15182         * src/etpan/imap-thread.c
15183                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
15184
15185 2006-03-20 [colin]      2.0.0cvs159
15186
15187         * src/summaryview.c
15188                 Don't reload summaryview after an execute with no
15189                 move action
15190
15191 2006-03-19 [colin]      2.0.0cvs158
15192
15193         * src/addressbook.c
15194                 and put groups at the top, always
15195
15196 2006-03-19 [colin]      2.0.0cvs157
15197
15198         * src/addressbook.c
15199                 Order groups before names, as previously
15200
15201 2006-03-19 [colin]      2.0.0cvs156
15202
15203         * src/addressbook.c
15204                 - Sort case-unsensitive
15205                 - Put the sort arrow at opening too
15206
15207 2006-03-19 [wwp]        2.0.0cvs155
15208
15209         * src/addressbook.c
15210                 allow sorting by name/email/remarks, ensure that right-pane's contents
15211                 matches the left-pane selection (cleared when appropriate).
15212                 Patch by Pawel Pekala <c0rn@o2.pl>.
15213
15214 2006-03-18 [colin]      2.0.0cvs154
15215
15216         * src/textview.c
15217                 Fix text cursor ;)
15218
15219 2006-03-18 [colin]      2.0.0cvs153
15220
15221         * src/gtk/filesel.c
15222                 Make sure we hide the preview if we didn't get
15223                 a filename
15224
15225 2006-03-18 [colin]      2.0.0cvs152
15226
15227         * src/summaryview.c
15228                 Set cursor to watch for execution (fixes lack
15229                 of watch-cursor when dnd'ing hundreds of mails)
15230         * src/gtk/filesel.c
15231                 Check that mime type is 'image/*' before updating
15232                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
15233
15234 2006-03-18 [colin]      2.0.0cvs151
15235
15236         * src/mainwindow.c
15237         * src/textview.c
15238         * src/textview.h
15239                 Put a watch cursor in textview too when the mainwindow's
15240                 cursor in a watch
15241
15242 2006-03-18 [colin]      2.0.0cvs150
15243
15244         * src/folder.c
15245                 Change wrong asserts to simple tests
15246
15247 2006-03-17 [colin]      2.0.0cvs149
15248
15249         * src/mainwindow.c
15250         * src/mainwindow.h
15251         * src/prefs_msg_colors.c
15252         * src/summaryview.c
15253         * src/summaryview.h
15254         * src/gtk/colorlabel.c
15255         * src/gtk/colorlabel.h
15256                 Add a color label menu in the main menubar
15257                 Add (fixed) accels Ctrl-{0-7} to change the color
15258                 They have to be fixed because the menu's dynamic,
15259                 the items are complex widgets, hence we can't use
15260                 a GtkItemFactory.
15261
15262
15263 2006-03-17 [wwp]        2.0.0cvs148
15264
15265         * src/compose.c
15266                 rollback few lines from my previous commit (those lines come from
15267                 a pending patch, accidentally commited, even if neutral as they are
15268                 commented out).
15269
15270 2006-03-17 [wwp]        2.0.0cvs147
15271
15272         * src/compose.c
15273                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
15274                 applied code style/indentation to the modified function.
15275
15276 2006-03-17 [wwp]        2.0.0cvs146
15277
15278         * src/procmsg.c
15279         * src/compose.c
15280                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
15281
15282 2006-03-17 [paul]
15283
15284         2.1.0-rc1 released
15285
15286 2006-03-17 [paul]       2.0.0cvs145
15287
15288         * src/main.c
15289                 addressbook_read_file() was called twice
15290         * src/textview.c
15291                 X-Mailer highlighting
15292
15293 2006-03-16 [colin]      2.0.0cvs144
15294
15295         * src/sourcewindow.c
15296         * src/sourcewindow.h
15297                 And the last one, in source window.
15298
15299 2006-03-16 [colin]      2.0.0cvs143
15300
15301         * src/compose.c
15302         * src/compose.h
15303                 Fix the same stuff in compose
15304
15305 2006-03-16 [colin]      2.0.0cvs142
15306
15307         * src/messageview.c
15308                 Complete the previous messageview crash fix
15309
15310 2006-03-16 [colin]      2.0.0cvs141
15311
15312         * src/procmsg.h
15313         * src/procmsg.c
15314         * src/folder.c
15315                 Fix POSTPROCESSING hook
15316                 Patch by H. Merijn Brand
15317
15318         * src/procmime.c
15319         * src/procmime.h
15320                 Parse Content-Location
15321
15322         * src/toolbar.c
15323         * src/messageview.c
15324         * src/messageview.h
15325                 Don't crash when a top-level MessageView has
15326                 been closed on us. Same problematic than
15327                 yesterday's quicksearch issue.
15328
15329 2006-03-15 [colin]      2.0.0cvs140
15330
15331         * src/gtk/quicksearch.c
15332                 Fix a bitchy race we didn't think about when we
15333                 added quicksearch cancellation:
15334                 If the search is not on cached fields, for example
15335                 body_part matchcase "stuff"
15336                 the matcher code has to get the whole message. If
15337                 we're on IMAP, that can be slow, and in order to
15338                 be non-blocking, the IMAP code idle loop processes
15339                 gtk events too. So it is possible to cancel a
15340                 quicksearch while the matcher is getting the mail's
15341                 body. After matcher got its body, it will start to
15342                 iterate over the matcher list that the Quicksearch's
15343                 clear_search_cb() just freed via prepare_matcher().
15344                 SIGSEGV ensues.
15345                 The fix consists of guarding the matcherlist_match()
15346                 call with a boolean 'matching'. If we reset the
15347                 quicksearch while matching is TRUE, we don't free
15348                 the matcherlist anymore like we did, but we set
15349                 another new flag, deferred_free, to TRUE. Then,
15350                 in quicksearch_match(), just after returning from
15351                 matcherlist_match() and unsetting the matching flag,
15352                 we check the deferred_free flag and do the
15353                 prepare_matcher() (which does the matcherlist_free)
15354                 for real, so we free the matcherlist once it's not
15355                 used anymore.
15356                 As all of this runs via the glib main loop, we
15357                 luckily don't need a mutex.
15358         * src/summaryview.c
15359                 Also, show progress while searching.
15360
15361
15362 2006-03-14 [colin]      2.0.0cvs139
15363
15364         * src/alertpanel.c
15365                 Make alertpanel_is_open non-static
15366
15367 2006-03-14 [colin]      2.0.0cvs138
15368
15369         * src/prefs_spelling.c
15370                 Cleanups - Fabien Vantard
15371
15372 2006-03-14 [wwp]        2.0.0cvs137
15373
15374         * src/main.c
15375                 code style normalization (curly braces, indentation).
15376
15377 2006-03-14 [wwp]        2.0.0cvs137
15378
15379         * src/main.c
15380                 code style (braces, indentation)
15381
15382 2006-03-12 [paul]       2.0.0cvs136
15383
15384         * src/prefs_common.c
15385                 trans_hdr defaults to FALSE to be RFC-savvy
15386         * src/prefs_summaries.c
15387                 add a tooltip to the trans_hdr option
15388                 
15389
15390 2006-03-12 [paul]       2.0.0cvs135
15391
15392         * src/prefs_matcher.c
15393                 give a little more width to the combos
15394         * src/prefs_display_header.c
15395         * src/textview.c
15396                 translate headers if prefs_common.trans_hdr
15397                 is TRUE
15398
15399         Patches by Pawel Pekala
15400
15401 2006-03-12 [paul]       2.0.0cvs134
15402
15403         * src/plugins/clamav/clamav_plugin.c
15404         * src/plugins/dillo_viewer/dillo_viewer.c
15405         * src/plugins/pgpcore/plugin.c
15406         * src/plugins/pgpinline/plugin.c
15407         * src/plugins/pgpmime/plugin.c
15408         * src/plugins/spamassassin/spamassassin.c
15409                 update/add to descriptions
15410         * src/plugins/spamassassin/spamassassin_gtk.c
15411                 fixes to the english, remove superfluous
15412                 tooltips, clean up a little
15413
15414 2006-03-12 [paul]       2.0.0cvs133
15415
15416         * src/compose.c
15417                 fix Bug 924, 'Account combo box shows up wrong 
15418                 if & is in account name'
15419
15420 2006-03-11 [colin]      2.0.0cvs132
15421
15422         * src/summaryview.c
15423                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
15424                 messed up shift-selection because is slows down
15425                 moving around summaryview. thanks -users
15426
15427 2006-03-10 [colin]      2.0.0cvs131
15428
15429         * src/plugins/spamassassin/spamassassin_gtk.c
15430                 Put back Paul's engrish fixes
15431
15432 2006-03-10 [colin]      2.0.0cvs130
15433
15434         * src/plugins/spamassassin/spamassassin.c
15435         * src/plugins/spamassassin/spamassassin.h
15436         * src/plugins/spamassassin/spamassassin_gtk.c
15437                 Cleanup SA prefs page (more)
15438                 Patch by Fabien Vantard
15439
15440 2006-03-10 [paul]       2.0.0cvs129
15441
15442         * src/prefs_msg_colors.c
15443         * src/prefs_spelling.c
15444                 widget sensitivity
15445
15446 2006-03-09 [mones]      2.0.0cvs128
15447
15448         * po/es.po
15449                 Update for next RC
15450
15451 2006-03-09 [wwp]        2.0.0cvs127
15452
15453         * configure.ac
15454                 revert accidental commit (requirement for libetpan 0.43), this time
15455                 not in HEAD.
15456
15457 2006-03-09 [wwp]        2.0.0cvs125
15458
15459         * configure.ac
15460                 revert accidental commit (requirement for libetpan 0.43)
15461
15462 2006-03-09 [paul]       2.0.0cvs126
15463
15464         * src/prefs_receive.c
15465                 remove useless frame
15466                 replace 'incorporation' with 'receiving'
15467         * src/plugins/clamav/clamav_plugin_gtk.c
15468         * src/plugins/spamassassin/spamassassin_gtk.c
15469                 improve widget sensitivity
15470                 fix a bit his engrish
15471
15472 2006-03-09 [wwp]        2.0.0cvs125
15473
15474         * src/addressadd.c
15475         * src/foldersel.c
15476         * src/prefs_common.c
15477         * src/prefs_common.h
15478                 remember some more windows' sizes (add to addressbook and
15479                 select folder).
15480
15481 2006-03-09 [paul]       2.0.0cvs124
15482
15483         * src/plugins/pgpcore/prefs_gpg.c
15484                 normalise construction of dialogue
15485
15486 2006-03-09 [paul]       2.0.0cvs123
15487
15488         * src/plugins/trayicon/Makefile.am
15489                 add missing slash
15490
15491 2006-03-08 [colin]      2.0.0cvs122
15492
15493         * src/plugins/trayicon/Makefile.am
15494                 Fix build in separate dir 
15495                 Patch by Bamanzi <bamanzi@gmail.com>
15496
15497 2006-03-08 [colin]      2.0.0cvs121
15498
15499         * src/procmsg.c
15500                 Batch move and copies from summaryview with delayed execution
15501                 too
15502
15503 2006-03-07 [paul]       2.0.0cvs120
15504
15505         * src/common/utils.c
15506                 fix highlighting of URIs containing "()"
15507                 Patch by Pawel Pekala
15508
15509 2006-03-07 [paul]       2.0.0cvs119
15510
15511         * src/folder.c
15512         * src/folder.h
15513         * src/folderview.c
15514                 immediately do alphabetical resort when
15515                 changing a folder's name
15516                 Patch by Pawel Pekala
15517
15518 2006-03-07 [paul]       2.0.0cvs118
15519
15520         * src/news.c
15521         * src/news_gtk.c
15522                 when unsubscribing a newsgroup, remove the
15523                 folder and msgs in .sylpheed-claws/newscache
15524                 Patch by Pawel Pekala <c0rn@gazeta.pl>
15525
15526 2006-03-07 [paul]       2.0.0cvs117
15527
15528         * src/textview.c
15529                 fix wrong Fake URL Warning
15530                 Thanks to Hiro
15531
15532 2006-03-07 [colin]      2.0.0cvs116
15533
15534         * src/imap.c
15535                 Return immediately when password dialog was
15536                 cancelled
15537         * src/gtk/inputdialog.c
15538                 Allow empty strings for passwords
15539
15540
15541 2006-03-06 [colin]      2.0.0cvs115
15542
15543         * src/imap.c
15544                 Prevent double-timeouts when connection fails
15545
15546 2006-03-06 [colin]
15547
15548         2.0.1-rc1 released
15549
15550 2006-03-06 [colin]      2.0.0cvs114
15551
15552         * src/imap.c
15553                 Refresh session during potentially long
15554                 operations
15555
15556 2006-03-06 [wwp]        2.0.0cvs113
15557
15558         * src/prefs_msg_colors.h
15559                 forgot that one (custom color labels).
15560
15561 2006-03-06 [wwp]        2.0.0cvs112
15562
15563         * src/prefs_common.c
15564         * src/prefs_common.h
15565         * src/prefs_msg_colors.c
15566         * src/summaryview.c
15567         * src/summaryview.h
15568         * src/gtk/colorlabel.c
15569         * src/gtk/colorlabel.h
15570                 colors in messages list are now customizable. Color values and names can
15571                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
15572                 Thanks to Paul and Colin for their help with this longstanding patch!
15573
15574 2006-03-06 [wwp]        2.0.0cvs111
15575
15576         * src/textview.c
15577                 don't crash if (x)face is bad.
15578
15579 2006-03-05 [paul]       2.0.0cvs110
15580
15581         * AUTHORS
15582         * configure.ac
15583         * src/Makefile.am
15584         * src/common/Makefile.am
15585         * src/common/utils.h
15586         * src/etpan/imap-thread.c
15587         * src/gtk/authors.h
15588         * src/plugins/clamav/Makefile.am
15589         * src/plugins/demo/Makefile.am
15590         * src/plugins/dillo_viewer/Makefile.am
15591         * src/plugins/pgpcore/Makefile.am
15592         * src/plugins/pgpcore/passphrase.c
15593         * src/plugins/pgpinline/Makefile.am
15594         * src/plugins/pgpmime/Makefile.am
15595         * src/plugins/spamassassin/Makefile.am
15596         * src/plugins/trayicon/Makefile.am
15597                 fix builiding on cygwin
15598                 Patch by Ralgh Young <bamanzi@gmail.com>
15599
15600 2006-03-04 [wwp]        2.0.0cvs109
15601
15602         * manual/keyboard.xml
15603                 fix mixed up/down keys.
15604
15605 2006-03-04 [wwp]        2.0.0cvs108
15606
15607         * README
15608         * INSTALL
15609                 updated links to SpamAssassin.
15610
15611 2006-03-04 [wwp]        2.0.0cvs107
15612
15613         * manual/plugins.xml
15614         * src/plugins/spamassassin/README
15615                 updated SpamAssassin plugin docs to reflect new functional additions
15616                 (also fix/update/documents few technical stuff more, see the README).
15617
15618 2006-03-04 [wwp]        2.0.0cvs106
15619
15620         * src/prefs_message.c
15621                 normalized capitalization of message-prefs paths.
15622
15623 2006-03-04 [wwp]        2.0.0cvs105
15624
15625         * manual/advanced.xml
15626                 typo.
15627
15628 2006-03-03 [colin]      2.0.0cvs104
15629
15630         * src/plugins/clamav/clamav_plugin_gtk.c
15631                 Rework prefs page, patch by Fabien 
15632
15633 2006-03-03 [colin]      2.0.0cvs103
15634
15635         * src/plugins/clamav/clamav_plugin.c
15636                 Set error on all errors
15637
15638 2006-03-03 [colin]      2.0.0cvs102
15639
15640         * src/common/plugin.c
15641                 Initialize error to avoid crashing when a plugin fails
15642                 without setting error
15643
15644 2006-03-02 [wwp]        2.0.0cvs101
15645
15646         * configure.ac
15647                 fixed linker flags for libetpan support on Cygwin
15648                 (thanks to H.Merijn Brand).
15649
15650 2006-03-02 [wwp]        2.0.0cvs100
15651
15652         * src/addressbook.c
15653                 fix some AB error messages: one for punctuation and
15654                 one wrongly duplicate (thanks, maxbritov).
15655
15656 2006-03-02 [wwp]        2.0.0cvs99
15657
15658         * src/plugins/spamassassin/spamassassin.c
15659                 make sync calls to sa-learn/spamc to prevent
15660                 system (whatever local or client/server) overload.
15661
15662 2006-03-02 [colin]      2.0.0cvs98
15663
15664         * src/summaryview.c
15665                 Put the spam icon in the status column instead of the
15666                 mark one
15667
15668 2006-03-01 [colin]      2.0.0cvs97
15669
15670         * src/plugins/spamassassin/spamassassin.c
15671                 Fix segfault (g_file_set_contents fails for some 
15672                 reason and err==0x2f. Can't find out why with
15673                 valgrind, using working function :-)
15674
15675 2006-03-01 [colin]      2.0.0cvs96
15676
15677         * src/inc.c
15678                 Offline overriding: let 'No' be cached only 3 seconds
15679
15680 2006-03-01 [colin]      2.0.0cvs95
15681
15682         * src/addr_compl.c
15683         * src/addrbook.c
15684         * src/addressbook.c
15685         * src/addrindex.c
15686         * src/folder_item_prefs.c
15687         * src/headerview.c
15688         * src/imap.c
15689         * src/inc.c
15690         * src/ldif.c
15691         * src/mainwindow.c
15692         * src/mh.c
15693         * src/msgcache.c
15694         * src/prefs_common.h
15695         * src/prefs_msg_colors.c
15696         * src/procheader.c
15697         * src/procheader.h
15698         * src/procmime.c
15699         * src/procmsg.c
15700         * src/procmsg.h
15701         * src/send_message.h
15702         * src/simple-gettext.c
15703         * src/summaryview.c
15704         * src/summaryview.h
15705         * src/syldap.c
15706         * src/textview.c
15707         * src/undo.c
15708         * src/common/ssl_certificate.c
15709         * src/common/utils.c
15710         * src/gtk/colorsel.c
15711         * src/gtk/gtksctree.c
15712         * src/gtk/gtkshruler.c
15713         * src/plugins/trayicon/trayicon.c
15714                 #if 0 goes to /dev/null
15715
15716 2006-03-01 [colin]      2.0.0cvs94
15717
15718         * src/compose.c
15719         * src/imap.c
15720         * src/inc.c
15721         * src/inc.h
15722         * src/messageview.c
15723         * src/news.c
15724         * src/plugins/spamassassin/spamassassin.c
15725                 Allow to add information in the "working offline"
15726                 window
15727
15728 2006-03-01 [wwp]        2.0.0cvs93
15729
15730         * src/plugins/spamassassin/spamassassin.c
15731                 fixed spamc invocation: use a tricky temporary mini shell wrapper
15732                 'cause it seems that calling `spamc ... < inputfile` with
15733                 g_spawn_(a)sync simply.. erm doesn't work :-).
15734
15735 2006-03-01 [wwp]        2.0.0cvs92
15736
15737         * src/toolbar.c
15738         * src/toolbar.h
15739                 simplify the adding of spam/ham button to the messageview toolbar
15740                 (it gets more clear now that the same button will be "Mark as spam"
15741                 or "Mark as ham" according to the current message status,
15742                 thanks to Colin).
15743
15744 2006-03-01 [wwp]        2.0.0cvs91
15745
15746         * src/messageview.c
15747         * src/procmsg.c
15748         * src/procmsg.h
15749         * src/summaryview.c
15750         * src/plugins/spamassassin/spamassassin.c
15751         * src/plugins/spamassassin/spamassassin.h
15752                 make learner callbacks return a status (0 for ok),
15753                 handle it in main code to avoid setting flags when learning failed,
15754                 don't learn on TCP if offline in spamassassin,
15755                 thanks to Colin.
15756
15757                 
15758
15759 2006-03-01 [wwp]        2.0.0cvs90
15760
15761         * src/compose.c
15762                 some work around the compose window's account menu,
15763                 patch by Fabien Vantard.
15764
15765 2006-03-01 [wwp]        2.0.0cvs89
15766
15767         * src/plugins/spamassassin/spamassassin.c
15768                 fixed bad logics, was using spamc in local mode and sa-learn
15769                 in remote mode (thanks, Colin).
15770
15771 2006-03-01 [wwp]        2.0.0cvs88
15772
15773         * src/plugins/spamassassin/spamassassin.c
15774         * src/plugins/spamassassin/spamassassin.h
15775         * src/plugins/spamassassin/spamassassin_gtk.c
15776                 made processing of emails w/ sa-plugin an option (default is TRUE),
15777                 fixed Engrish some tooltips, capitalization of some debug messages
15778                 and warnings. The spamassassin plugin now provides two separate
15779                 services: process emails upon incorporation and spamd training.
15780                 Both services (un)register independently but use some common
15781                 plugin settings (transport settings, spam storage location).
15782
15783 2006-02-28 [wwp]        2.0.0cvs87
15784
15785         * src/plugins/spamassassin/spamassassin.c
15786                 fix async flag to spamc cmdline execution (batch exec should
15787                 be asynchronous).
15788
15789 2006-02-27 [wwp]        2.0.0cvs86
15790
15791         * src/plugins/spamassassin/spamassassin.c
15792         * src/plugins/spamassassin/spamassassin.h
15793         * src/plugins/spamassassin/spamassassin_gtk.c
15794                 - added the ability to learn a remote spamassassin server (spamd),
15795                 using spamc.
15796                 - added the spamassassin option 'username', that applies to all
15797                 spamassassin operations (filtering, learning, local or remote).
15798                 The default username is the current unix user (if left blank
15799                 from gtk prefs or config file).
15800                 - commented out some unused code (notebook widget), removed unused
15801                 layout (hbox1).
15802                 - make more widgets sensitive to the transport type.
15803
15804 2006-02-27 [colin]      2.0.0cvs85
15805
15806         * src/plugins/spamassassin/spamassassin.c
15807                 Fix sa-learn call when offline
15808
15809 2006-02-27 [colin]      2.0.0cvs84
15810
15811         * configure.ac
15812         * src/Makefile.am
15813         * src/mainwindow.c
15814         * src/mainwindow.h
15815         * src/messageview.c
15816         * src/messageview.h
15817         * src/prefs_toolbar.c
15818         * src/procmsg.c
15819         * src/stock_pixmap.c
15820         * src/stock_pixmap.h
15821         * src/summaryview.c
15822         * src/toolbar.c
15823         * src/toolbar.h
15824         * src/pixmaps/ham_btn.xpm
15825         * src/pixmaps/spam.xpm
15826         * src/pixmaps/spam_btn.xpm
15827         * src/plugins/spamassassin/spamassassin.c
15828                 Add button in toolbar for spam learning
15829                 Fix a few bugs from the last related commit
15830                 Revert 1.9.6cvs23 which messed up shift-selection
15831
15832 2006-02-24 [colin]      2.0.0cvs83
15833
15834         * src/procmsg.c
15835         * src/summaryview.c
15836         * src/summaryview.h
15837         * src/plugins/spamassassin/spamassassin.c
15838         * src/plugins/spamassassin/spamassassin.h
15839         * src/plugins/spamassassin/spamassassin_gtk.c
15840                 Unregister learner when spamassassin is either
15841                 disabled or over tcp
15842
15843 2006-02-24 [colin]      2.0.0cvs82
15844
15845         * src/Makefile.am
15846         * src/mainwindow.c
15847         * src/mainwindow.h
15848         * src/procmsg.c
15849         * src/procmsg.h
15850         * src/stock_pixmap.c
15851         * src/stock_pixmap.h
15852         * src/summaryview.c
15853         * src/summaryview.h
15854         * src/gtk/icon_legend.c
15855         * src/pixmaps/spam.xpm  ** NEW FILE **
15856         * src/plugins/spamassassin/spamassassin.c
15857         * src/plugins/spamassassin/spamassassin_gtk.c
15858                 Add spam learning interface (Mark/Mark as 
15859                 (spam|ham) menus)
15860
15861 2006-02-24 [wwp]        2.0.0cvs81
15862
15863         * src/compose.c
15864         * src/compose.h
15865         * src/filtering.c
15866                 hide compose window when sending message in batch mode
15867                 (filtering: forward and redirect). Also fixed a wrong
15868                 value returned when sending failed, neutral anyway.
15869                 (Colin, me) 
15870
15871 2006-02-24 [wwp]        2.0.0cvs80
15872
15873         * src/mainwindow.c
15874                 use GTK+'s stock quit button. Patch by Fabien Vantard.
15875
15876 2006-02-24 [paul]       2.0.0cvs79
15877
15878         * src/news.c
15879         * src/news.h
15880         * src/news_gtk.c
15881                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
15882                 Thanks to Colin
15883
15884 2006-02-23 [colin]      2.0.0cvs78
15885
15886         * src/alertpanel.c
15887                 Change OK to Close in alertpanel with View log
15888                 button; add accel to View log. Patch by Fabien
15889                 Vantard
15890
15891 2006-02-23 [wwp]        2.0.0cvs77
15892
15893         * src/compose.c
15894                 silly me, there were much more tests to perform, since toolbars can
15895                 really have down to 1 element only.
15896
15897 2006-02-23 [wwp]        2.0.0cvs76
15898
15899         * commitHelper
15900                 fixed indentation from my previous commit. Fallback to VISUAL if
15901                 EDITOR is not set (and to vi, at last resort).
15902
15903 2006-02-23 [wwp]        2.0.0cvs75
15904
15905         * commitHelper
15906                 improved error detection (Colin, me).
15907
15908 2006-02-23 [wwp]        2.0.0cvs74
15909
15910         * src/prefs_toolbar.c
15911                 simplify and fix prefs/toolbars layouting. Combos' contents can
15912                 now be really displayed.
15913
15914 2006-02-23 [wwp]        2.0.0cvs73
15915         simplifies and fix prefs/toolbars layouting. Combos' contents can now
15916         be really displayed.
15917
15918 2006-02-22 [wwp]        2.0.0cvs72
15919
15920         * src/compose.c
15921                 fix a typo in my previous commit (sorry!).
15922
15923 2006-02-22 [wwp]        2.0.0cvs71
15924
15925         * src/prefs_toolbar.c
15926                 fix a crash when adding separators to toolbars,
15927                 also fix some separator item information.
15928
15929 2006-02-22 [wwp]        2.0.0cvs70
15930
15931         * src/compose.c
15932                 fix a crash when redirecting (for instance) when compose window's
15933                 toolbar contents has been customized (when some buttons have been
15934                 removed in fact).
15935
15936 2006-02-21 [wwp]        2.0.0cvs69
15937
15938         * src/summaryview.c
15939         * src/gtk/pluginwindow.c
15940         * src/plugins/pgpcore/prefs_gpg.c
15941                 fix some compilation warnings (feat. remains of removed code).
15942
15943 2006-02-21 [wwp]        2.0.0cvs68
15944
15945         * src/gtk/gtkutils.c
15946                 fix two compilation issues, thanks to Stephan Sachse.
15947
15948 2006-02-20 [colin]      2.0.0cvs67
15949
15950         * src/mainwindow.c
15951                 Don't reselect displayed mail on refocus
15952                 This fixes actions misbehaving 
15953
15954 2006-02-20 [wwp]        2.0.0cvs66
15955
15956         * src/summaryview.c
15957         * src/gtk/gtksctree.c
15958         * src/gtk/gtkshruler.c
15959                 changed more runtime typecast checks.
15960
15961 2006-02-20 [wwp]        2.0.0cvs65
15962
15963         * src/summary_search.c
15964                 find all - summaryview refresh issue fixed, thanks to Colin.
15965
15966 2006-02-20 [wwp]        2.0.0cvs64
15967
15968         * src/gtk/gtkutils.c
15969                 better runtime typecast checks.
15970
15971 2006-02-20 [wwp]        2.0.0cvs63
15972
15973         * src/summary_search.c
15974                 enhancements to the summary search:
15975                         - add the ability to stop the running search
15976                           (upon ESC-key press, new Stop button or when Clear button is pressed)
15977                         - don't search if no criteria (From/To/Subject/Body) is set
15978                         - ensure that a busy mouse pointer is always shown when searching,
15979                           show it even a bit earlier
15980
15981 2006-02-19 [colin]      2.0.0cvs62
15982
15983         * src/compose.c
15984         * src/imap.c
15985         * src/etpan/imap-thread.c
15986         * src/etpan/imap-thread.h
15987                 (Future) IMAP speed improvement on sending
15988                 Will require a libetpan update
15989         * src/summaryview.c
15990         * src/gtk/quicksearch.c
15991                 Make quicksearch clearable while running.
15992
15993 2006-02-17 [colin]      2.0.0cvs61
15994
15995         * src/imap.c
15996         * src/etpan/imap-thread.c
15997         * src/etpan/imap-thread.h
15998                 Check for IMAP certificates
15999                 ** Requires libetpan-0.42-cvs4 
16000                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
16001
16002 2006-02-17 [colin]      2.0.0cvs60
16003
16004         * src/messageview.c
16005         * src/prefs_common.c
16006         * src/prefs_common.h
16007         * src/prefs_message.c
16008                 Add pref to display HTML-only mails with plugin, 
16009                 if possible (defaulting to FALSE of course).
16010
16011 2006-02-16 [colin]      2.0.0cvs59
16012
16013         * src/main.c
16014         * src/common/plugin.c
16015         * src/common/plugin.h
16016         * src/gtk/pluginwindow.c
16017                 Keep track of requested (but unloaded) plugins
16018                 in some error cases.
16019
16020 2006-02-16 [wwp]        2.0.0cvs58
16021
16022         * src/gtk/gtkaspell.c
16023         * src/gtk/gtkaspell.h
16024         * src/prefs_spelling.c
16025         * src/compose.c
16026         * src/prefs_common.c
16027         * src/prefs_common.h
16028                 implemented new optional spellchecker behaviour: re-check message when
16029                 dictionary got changed (from compose-window/context-menu/Change dictionary).
16030
16031 2006-02-16 [wwp]        2.0.0cvs57
16032
16033         * src/quote_fmt_parse.y
16034                 pclose popen'ed pipe.
16035
16036 2006-02-15 [colin]      2.0.0cvs56
16037
16038         * src/mimeview.c
16039         * src/mimeview.h
16040                 Let MimeViewers know which MimeView they
16041                 depend of.
16042         * src/summaryview.c
16043                 Swap From/To columns in Sent/Queue/Drafts
16044                 folders
16045         * src/etpan/imap-thread.c
16046                 Use mailstream_low_tls_open() for STARTTLS
16047                 instead of mailstream_low_ssl_open()
16048                 ** REQUIRES libetpan 0.42cvs3 **
16049
16050 2006-02-15 [wwp]        2.0.0cvs55
16051
16052         * src/compose.c
16053         * src/compose.h
16054         * src/message_search.c
16055         * src/message_search.h
16056         * src/textview.c
16057         * src/gtk/gtkutils.c
16058         * src/gtk/gtkutils.h
16059                 added the ability to Find text in the compose window (and a bit
16060                 of code factorization).
16061
16062 2006-02-15 [wwp]        2.0.0cvs54
16063
16064         * src/prefs_gtk.c
16065                 yet another one file was missing (fix for some widgets' sensitivity).
16066                 Thanks Colin!
16067
16068 2006-02-15 [wwp]        2.0.0cvs53
16069
16070         * src/prefs_gtk.h
16071                 oops forgot that file (fix for some widgets' sensitivity).
16072
16073 2006-02-15 [wwp]        2.0.0cvs52
16074
16075         * src/summary_search.c
16076                 implemented advanced summary search options (added the ability
16077                 to use matcher conditions in an advanced search mode).
16078
16079 2006-02-15 [wwp]        2.0.0cvs51
16080
16081         * src/plugins/pgpcore/prefs_gpg.c
16082         * src/prefs_account.c
16083                 fix some widget sensitivity, mostly around some labels in
16084                 account prefs.
16085
16086 2006-02-15 [paul]       2.0.0cvs50
16087
16088         * manual/advanced.xml
16089                 improve Templates info
16090                 written by wwp
16091
16092 2006-02-14 [colin]      2.0.0cvs49
16093
16094         * src/pixmaps/address_book.xpm
16095         * src/pixmaps/preferences.xpm
16096         * src/pixmaps/properties.xpm
16097                 Fix pixmap size - patch by Fabien Vantard
16098
16099 2006-02-13 [colin]      2.0.0cvs48
16100
16101         * src/procmime.c
16102                 Add missing fclose()s on error
16103         * src/textview.c
16104                 Remove unused code
16105         * src/common/utils.c
16106                 Fix temp files not being deleted on windows
16107         Patches by Thomas Gilgin
16108
16109 2006-02-13 [colin]      2.0.0cvs47
16110
16111         * src/mainwindow.c
16112                 Fix exit crash
16113
16114 2006-02-13 [wwp]        2.0.0cvs46
16115
16116         * src/plugins/pgpcore/prefs_gpg.c
16117                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
16118
16119 2006-02-12 [colin]      2.0.0cvs45
16120
16121         * src/folderview.c
16122         * src/main.c
16123         * src/mainwindow.c
16124                 Fix "stuff" when quitting
16125
16126 2006-02-12 [wwp]        2.0.0cvs44
16127
16128         * src/prefs_themes.c
16129                 fix typos in debug messages.
16130
16131 2006-02-11 [colin]      2.0.0cvs43
16132
16133         * src/summaryview.c
16134                 don't allow drag/drop from ourself
16135
16136 2006-02-10 [wwp]        2.0.0cvs42
16137
16138         * src/exporthtml.c
16139         * src/html.c
16140         * src/html.h
16141         * src/procmime.c
16142         * src/textview.c
16143                 renamed html_ prefixed functions and data structures to avoid
16144                 namespace clashes w/ other software (gtkhtml2 for instance).
16145                 Closes bug #907.
16146
16147
16148 2006-02-09 [colin]      2.0.0cvs41
16149
16150         * src/summaryview.c
16151                 Fix shitty logic messed up. Thanks Ticho for the hint!
16152
16153 2006-02-09 [wwp]        2.0.0cvs40
16154
16155         * src/gtk/about.c
16156         * src/compose.c
16157         * src/prefs_account.c
16158         * src/prefs_gtk.h
16159         * src/editaddress.c
16160                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
16161                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
16162                 Browse buttons in accounts prefs.
16163
16164 2006-02-09 [colin]      2.0.0cvs39
16165
16166         * src/matcher.c
16167                 Check for pointer before using its members
16168         * src/gtk/gtksourceprintjob.c
16169                 Fix a wrong warning
16170
16171 2006-02-09 [wwp]        2.0.0cvs38
16172
16173         * src/gtk/filesel.c
16174                 fix few compiler warnings (type mismatch).
16175
16176 2006-02-09 [paul]       2.0.0cvs37
16177
16178         * po/fr.po
16179                 updated by Fabien Vantard
16180
16181 2006-02-08 [colin]      2.0.0cvs36
16182
16183         * src/prefs_common.c
16184         * src/common/defs.h
16185         * src/common/plugin.c
16186                 allow windows and linux configurations to coexist
16187                 patch by Thomas Gilgin
16188
16189 2006-02-08 [colin]      2.0.0cvs35
16190
16191         * src/filtering.c
16192         * src/matcher.c
16193         * src/matcher.h
16194         * src/matcher_parser_parse.y
16195         * src/prefs_filtering_action.c
16196         * src/prefs_matcher.c
16197                 Add the "Ignore thread" filtering
16198                 action
16199
16200 2006-02-08 [colin]      2.0.0cvs34
16201
16202         * src/compose.c
16203         * src/procmime.c
16204         * src/procmime.h
16205                 Fix bug #905 (damaged attachment)
16206                 text files with raw \0's aren't really text files
16207         FOR_STABLE
16208
16209 2006-02-08 [colin]      2.0.0cvs33
16210
16211         * src/summaryview.c
16212                 Fix crasher introduced yesterday
16213
16214 2006-02-08 [wwp]        2.0.0cvs32
16215
16216         * src/compose.c
16217         * src/compose.h
16218                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
16219
16220 2006-02-08 [wwp]        2.0.0cvs31
16221
16222         * src/prefs_template.c
16223                 templates enhancement: allow address completion for Cc and Bcc fields
16224                 (it was currently possible for the To field only)
16225
16226 2006-02-08 [colin]      2.0.0cvs30
16227
16228         * src/compose.c
16229                 Don't unblock if not blocked
16230         FOR_STABLE
16231
16232 2006-02-07 [colin]      2.0.0cvs29
16233
16234         * src/action.c
16235                 Forgot to refresh summaryview
16236
16237 2006-02-07 [colin]      2.0.0cvs28
16238
16239         * src/action.c
16240                 Freeze/thaw message list and folder list while
16241                 processing %as{} actions 
16242         * src/compose.c
16243                 Fix auto-wrap disabling after a middle-click
16244                 paste - FOR_STABLE
16245
16246 2006-02-07 [paul]       2.0.0cvs27
16247
16248         * src/folder.c
16249                 fix freeing of uninitialised pointers
16250                 Thanks to Colin
16251
16252 2006-02-06 [colin]      2.0.0cvs26
16253
16254         * src/folder.c
16255                 Use g_slist_prepend in potentially big list
16256
16257 2006-02-06 [colin]      2.0.0cvs25
16258
16259         * src/folder.c
16260                 Completely skip processing if it doesn't 
16261                 exist (faster!)
16262
16263 2006-02-06 [colin]      2.0.0cvs24
16264
16265         * src/folder.c
16266         * src/summaryview.c
16267                 Batch filtering in summaryview (from Tools menu)
16268                 and pre/post//-processing too
16269
16270 2006-02-06 [colin]      2.0.0cvs23
16271
16272         * src/procmsg.h
16273         * src/filtering.c
16274                 Use a special field for batch filtering instead
16275                 of stepping on deferred execution's toes
16276
16277 2006-02-06 [colin]      2.0.0cvs22
16278
16279         * src/action.c
16280         * src/filtering.c
16281         * src/filtering.h
16282         * src/folder.c
16283         * src/summaryview.c
16284                 Fix filtering via menus and actions
16285
16286 2006-02-06 [colin]      2.0.0cvs21
16287
16288         * src/imap.c
16289                 Put the added file directly to cache if possible (will work
16290                 with next libetpan)
16291         * src/filtering.c
16292         * src/filtering.h
16293         * src/inc.c
16294         * src/folder.c
16295         * src/mbox.c
16296         * src/procmsg.h
16297                 Move and copy filtered messages by batches instead of one
16298                 by one - faster on IMAP
16299         * src/procmsg.c
16300                 Add a function that'll possibly be useful later
16301
16302 2006-02-06 [colin]      2.0.0cvs20
16303
16304         * src/addressbook.c
16305                 Use internal mime-type instead of text/plain for d'n'd
16306         * src/compose.c
16307                 Allow attaching files from mimeview's icon list via d'n'd
16308         * src/folderview.c
16309         * src/folderview.h
16310                 Use internal mime-type instead of text/plain for d'n'd
16311                 Don't try to selected opened folder if none is
16312                 Factorize d'n'd from other apps code
16313         * src/headerview.c
16314         * src/textview.c
16315         * src/gtk/gtkutils.c
16316         * src/gtk/gtkutils.h
16317                 Factorize Face/X-Face stuff
16318         * src/mimeview.c
16319                 Fix d'n'd to other apps
16320         * src/prefs_message.c
16321                 Let the XFace pref be usable without libcompface as it also
16322                 applies to Face
16323         * src/summaryview.c
16324                 Fix d'n'd to other apps
16325                 Factorize d'n'd from other apps code
16326
16327 2006-02-06 [wwp]        2.0.0cvs19
16328
16329         * po/it.po
16330                 Italian translation fixes by Andrea Spadaccini (no more confusion
16331                 between filtering and processing, and few changes in the About
16332                 dialog).
16333
16334
16335 2006-02-06 [mones]      2.0.0cvs18
16336
16337         * src/gtk/icon_legend.c
16338                 Improved descriptions allowing better translations
16339
16340 2006-02-05 [colin]      2.0.0cvs17
16341
16342         * src/imap.c
16343                 Add the f*cking missing expunge that caused imap_fetch_env
16344                 to fail after an add_msgs ! :-///
16345         * src/etpan/imap-thread.c
16346                 Add a bit of debug
16347         FOR_STABLE
16348
16349 2006-02-05 [colin]      2.0.0cvs16
16350
16351         * src/common/utils.c
16352                 Don't check for return-path (or we can't put
16353                 back non-sent mails)
16354
16355 2006-02-05 [colin]      2.0.0cvs15
16356
16357         * src/textview.c
16358                 Don't try to display Face header in textview
16359                 when teh headerview's active
16360
16361 2006-02-05 [colin]      2.0.0cvs14
16362
16363         * tools/tbird2syl.py
16364         * tools/Makefile.am
16365                 Add script to import Thunderbird mails
16366
16367 2006-02-05 [colin]      2.0.0cvs13
16368
16369         * src/headerview.c
16370         * src/procheader.c
16371         * src/procmsg.c
16372         * src/procmsg.h
16373         * src/textview.c
16374                 Show Face headers - patch partially by Klaus Flittner
16375
16376 2006-02-05 [colin]      2.0.0cvs12
16377
16378         * src/folderview.c
16379         * src/summaryview.c
16380         * src/common/utils.c
16381         * src/common/utils.h
16382                 Let dnd work from mime icons to summaryview
16383                 and to folderview too
16384                 Add a crude test to avoid trying to add files
16385                 drag'n'dropped when they're not mails
16386
16387 2006-02-04 [colin]      2.0.0cvs11
16388
16389         * src/summaryview.c
16390         * src/mimeview.c
16391                 Fix utf8 conversion
16392
16393 2006-02-04 [colin]      2.0.0cvs10
16394
16395         * src/compose.c
16396         * src/folderview.c
16397         * src/mimeview.c
16398         * src/summaryview.c
16399         * src/summaryview.h
16400                 Added various drag and drop capas:
16401                 From                    To
16402                 summaryview             other apps
16403                 mimeview icons          other apps
16404                 other apps              summaryview
16405                 other apps              folderview
16406
16407                 This shouldn't have broken the existing:
16408                 From                    To
16409                 summaryview             folderview
16410                 folderview              folderview
16411                 summaryview             compose's attachments
16412
16413         Tests welcomed.
16414
16415 2006-02-02 [paul]       2.0.0cvs9
16416
16417         * src/mainwindow.c
16418                 move global option 'Set displayed columns...' out
16419                 of folder option grouping.
16420                 fix sensitivity of 'harvest addresses'
16421         FOR_STABLE
16422
16423 2006-02-01 [colin]      2.0.0cvs8
16424
16425         * src/mimeview.c
16426                 Revert the alertpanel patch, it sucks (intrusive
16427                 and gets in the way of "open")
16428
16429 2006-02-01 [colin]      2.0.0cvs7
16430
16431         * src/compose.c
16432         * src/prefs_account.c
16433         * src/prefs_common.c
16434         * src/common/defs.h
16435         * src/common/utils.c
16436         * src/common/utils.h
16437                 Add ability to edit the signature file
16438                 from the account preferences, and use
16439                 a default for the text editor.
16440                 Patch by Fabien Vantard
16441
16442 2006-02-01 [colin]      2.0.0cvs6
16443
16444         * src/mimeview.c
16445                 Try to get mime type by extension if it is
16446                 application/octet-stream
16447                 Display a window with possible choices when
16448                 encountering unknown mime types
16449         * src/gtk/filesel.c
16450         * src/gtk/filesel.h
16451                 Add preview
16452                 Allow multiple selection in filtered filesel
16453                 (patch by Fabien Vantard)
16454         * src/gtk/pluginwindow.c
16455                 Use it (patch by Fabien Vantard)
16456
16457 2006-02-01 [paul]       2.0.0cvs5
16458
16459         * src/jpilot.c
16460                 fix crash on creating jpilot address book
16461                 Thanks to Colin - FOR_STABLE
16462         * src/prefs_summaries.c
16463         * src/prefs_wrapping.c
16464         * src/gtk/icon_legend.c
16465         * src/gtk/quicksearch.c
16466                 string fixes and additions
16467
16468 2006-02-01 [paul]       2.0.0cvs4
16469
16470         * src/compose.c
16471         * src/mainwindow.c
16472         * src/messageview.c
16473         * src/prefs_send.c
16474                 add Arabic encoding option
16475                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
16476
16477 2006-01-31 [colin]      2.0.0cvs3
16478
16479         * src/plugins/pgpcore/passphrase.c
16480                 Convert passphrase to locale encoding
16481         * src/compose.c
16482                 Fix drafting on IMAP. Crappy bug sneaked in
16483                 the release :-/
16484         FOR_STABLE
16485
16486 2006-01-30 [paul]       2.0.0cvs2
16487
16488         * src/gtk/icon_legend.c
16489                 show the new entries
16490
16491 2006-01-30 [colin]      2.0.0cvs1
16492
16493         * src/manual.c
16494                 Check for the file to be present before 
16495                 enabling the menu - FOR_STABLE
16496         * src/gtk/icon_legend.c
16497                 Add folders icons (not all of them, there
16498                 are too much, but the most intriguing ones)
16499
16500 2006-01-30 [paul]       2.0.0
16501
16502         version 2.0.0 released
16503
16504 [For previous entries, see ChangeLog.pre2.0.0]