5086a8ed988227c226327e954bd2886d2f6a164e
[claws.git] / ChangeLog
1 2006-12-26 [wwp]        2.6.1cvs70
2
3         * src/partial_download.c
4         * src/gtk/gtkvscrollbutton.c
5         * src/plugins/pgpinline/plugin.c
6                 Fix for few compiler warnings that matter.
7
8 2006-12-25 [colin]      2.6.1cvs69
9
10         * src/partial_download.c
11                 Fix marking for download or deletion
12                 when the header isn't the first
13         * src/gtk/logwindow.c
14                 Fix start of scrolling
15
16 2006-12-23 [paul]       2.6.1cvs68
17
18         * src/compose.c
19                 change last commit to use the 'academic'
20                 method instead. Thanks to wwp
21
22 2006-12-23 [paul]       2.6.1cvs67
23
24         * src/compose.c
25                 don't warn about empty subject when
26                 redirecting
27
28 2006-12-22 [colin]      2.6.1cvs66
29
30         * src/summary_search.c
31                 Fix previous patch
32
33 2006-12-22 [colin]      2.6.1cvs65
34
35         * src/gtk/gtkutils.c
36         * src/imap.c
37         * src/jpilot.c
38         * src/summary_search.c
39                 A few warning fixes
40
41 2006-12-23 [paul]       
42
43         2.7.0-rc2 released
44
45 2006-12-22 [colin]      2.6.1cvs64
46
47         * src/toolbar.c
48         * src/toolbar.h
49                 Add a combo to the learn spam button
50         * src/plugins/bogofilter/bogofilter.c
51         * src/plugins/bogofilter/bogofilter_gtk.c
52         * src/plugins/bogofilter/bogofilter.h
53                 Allow to store Unsure mails in a specific
54                 folder to make better teaching easier
55
56 2006-12-21 [wwp]        2.6.1cvs63
57
58         * src/compose.c
59         * src/prefs_common.c
60         * src/prefs_common.h
61         * src/prefs_spelling.c
62         * src/gtk/gtkaspell.c
63         * src/gtk/gtkaspell.h
64                 Allow spell-checking using both current and alternate dictionaries
65                 (thanks to Colin).
66
67 2006-12-21 [wwp]        2.6.1cvs62
68
69         * src/gtk/gtkaspell.c
70                 Apply recheck_when_changing_dict (highlight all mispelled words)
71                 when switching to alternate dictionary.
72
73 2006-12-21 [wwp]        2.6.1cvs61
74
75         * src/compose.c
76         * src/folder_item_prefs.h
77         * src/prefs_common.c
78         * src/prefs_common.h
79         * src/prefs_folder_item.c
80         * src/prefs_spelling.c
81         * src/gtk/gtkaspell.c
82         * src/gtk/gtkaspell.h
83                 Add global and per-folder prefs to set the default
84                 alternate dictionary.
85
86 2006-12-21 [colin]      2.6.1cvs60
87
88         * src/folder.c
89                 Look for folders by path in all folders
90         * src/html.c
91                 add —
92
93 2006-12-20 [colin]      2.6.1cvs59
94
95         * src/gtk/quicksearch.c
96                 Make sure in_typing is false when clearing
97
98 2006-12-20 [wwp]        2.6.1cvs58
99
100         * configure.ac
101                 change manual's target dir to be LFH-compliant (thanks to Colin).
102
103 2006-12-20 [wwp]        2.6.1cvs57
104
105         * src/prefs_common.c
106         * src/prefs_summaries.c
107                 i18n fix and factorize patch, thanks to Fabien.
108
109 2006-12-20 [paul]       2.6.1cvs56
110
111         * configure.ac
112                 last of the renaming (??)
113         * src/main.c
114                 correct --help info of --status-full
115         * src/plugins/bogofilter/bogofilter.c
116                 make FALSE default of whitelist_ab
117
118 2006-12-19 [colin]      2.6.1cvs55
119
120         * src/jpilot.c
121                 Same as before, without depending on
122                 pisock >= 0.12
123
124 2006-12-19 [colin]      2.6.1cvs54
125
126         * src/jpilot.c
127                 Fix bug 1059, 'Better jpilot charset 
128                 handling'. Use libpisync's charset conversion
129                 if possible
130
131 2006-12-19 [colin]      2.6.1cvs53
132
133         * po/fr.po
134                 Updated by Fabien
135
136 2006-12-19 [wwp]        2.6.1cvs52
137
138         * src/gtk/about.c
139                 Add missing #include (thanks to Colin).
140
141 2006-12-19 [wwp]        2.6.1cvs51
142
143         * src/prefs_receive.c
144                 Better spacing between widgets in prefs.
145
146 2006-12-18 [colin]      2.6.1cvs50
147
148         * src/imap.c
149                 Fix failure to get separator on LIST "" ""
150                 Try LIST "" "INBOX" too.
151
152 2006-12-18 [wwp]        2.6.1cvs49
153
154         * src/common/session.c
155                 Fix a compiler warning (thanks to Fabien).
156
157 2006-12-18 [wwp]        2.6.1cvs48
158
159         * src/compose.c
160         * src/prefs_quote.c
161                 Factorize some strings for translation (it's about error
162                 messages when applying or checking template/quote format).
163
164 2006-12-18 [colin]      2.6.1cvs47
165
166         * Makefile.am
167         * src/common/defs.h
168         * src/gtk/Makefile.am
169         * src/gtk/about.c
170                 Add a Release notes tab from the contents of
171                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
172
173 2006-12-17 [colin]      2.6.1cvs46
174
175         * src/mimeview.c
176         * src/textview.c
177         * src/gtk/filesel.c
178                 Correctly convert from/to UTF8/filename encoding
179                 when loading and saving files. Probably fixes
180                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
181                 for a file to attach and is blocked...'
182
183 2006-12-17 [colin]      2.6.1cvs45
184
185         * src/gtk/logwindow.c
186                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
187                 IMAP folder and is blocked on main thread': 
188                 make sure we put utf8 in the log.
189
190 2006-12-16 [colin]      2.6.1cvs44
191
192         * src/toolbar.c
193         * src/toolbar.h
194                 Fix bug 1055, 'Add the 'cancel receive' 
195                 in the available events for the toolbar buttons'
196
197 2006-12-16 [colin]      2.6.1cvs43
198
199         * po/POTFILES.in
200         * src/imap.c
201         * src/common/nntp.c
202         * src/common/session.c
203                 Log error when SSL handshakes fail. 
204                 Fixes bug 1082, 'incorrect / imprecise 
205                 error message when imap server provides 
206                 ssl only through STARTTLS but SSL is 
207                 selected'
208
209 2006-12-15 [wwp]        2.6.1cvs42
210
211         * src/plugins/bogofilter/bogofilter_gtk.c
212                 set proper sensitivity to widgets I've recently added.
213
214 2006-12-15 [colin]      
215
216         2.7.0-rc1 released
217
218 2006-12-15 [wwp]        2.6.1cvs41
219
220         * src/plugins/bogofilter/bogofilter.c
221         * src/plugins/bogofilter/bogofilter.h
222         * src/plugins/bogofilter/bogofilter_gtk.c
223                 bogofilter's whitelist can now use a subset of
224                 the addressbook (either a book, a subfolder of a book,
225                 or the whole addressbook by using "Any"). Re-used there
226                 some pref_matcher widgets and mechanisms to match a subset
227                 of the addressbook.
228
229 2006-12-15 [wwp]        2.6.1cvs40
230
231         * src/wizard.c
232         * src/common/plugin.c
233         * src/common/plugin.h
234         * src/gtk/about.c
235         * src/plugins/bogofilter/bogofilter.c
236         * src/plugins/clamav/clamav_plugin.c
237         * src/plugins/demo/demo.c
238         * src/plugins/dillo_viewer/dillo_viewer.c
239         * src/plugins/pgpcore/plugin.c
240         * src/plugins/pgpinline/plugin.c
241         * src/plugins/pgpmime/plugin.c
242         * src/plugins/spamassassin/spamassassin.c
243         * src/plugins/trayicon/trayicon.c
244                 factorize some translatable strings (plugins-related),
245                 fix missing punctuation in several places,
246                 remove useless translatable \n in about.c,
247                 and factorize plugin init code w/ a new function
248                 check_plugin_version() in common/plugin.c.
249                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
250
251 2006-12-15 [wwp]        2.6.1cvs39
252
253         * src/plugins/bogofilter/bogofilter.c
254         * src/plugins/bogofilter/bogofilter_gtk.c
255                 flag whitelisted spams as spam, but don't filter it to the spam
256                 folder. Thanks to Colin.
257
258 2006-12-15 [ticho]      2.6.1cvs38
259
260         * src/plugins/bogofilter/bogofilter.c
261         * src/plugins/bogofilter/bogofilter.h
262         * src/plugins/bogofilter/bogofilter_gtk.c
263                 Add option to whitelist senders found in addressbook. Patch by colin.
264
265 2006-12-15 [paul]       2.6.1cvs37
266
267         * src/folderview.c
268                 add missing #include "log.h"
269
270 2006-12-15 [paul]       2.6.1cvs36
271
272         * src/plugins/bogofilter/bogofilter.c
273         * src/plugins/bogofilter/bogofilter.h
274         * src/plugins/bogofilter/bogofilter_gtk.c
275                 Add an option to allow inserting an
276                 X-Claws-Bogosity header (on MH folders
277                 only). Patch by Colin
278
279 2006-12-14 [colin]      2.6.1cvs35
280
281         * src/main.c
282                 "Yes" should be the default choice for
283                 migration configuration
284
285 2006-12-14 [paul]       2.6.1cvs34
286
287         * src/prefs_summaries.c
288         * manual/advanced.xml
289                 Unhide mark_as_read_delay
290
291 2006-12-14 [paul]       2.6.1cvs33
292
293         * src/messageview.c
294         * src/messageview.h
295         * src/mimeview.c
296         * src/mimeview.h
297         * src/summaryview.c
298         * src/textview.c
299         * src/textview.h
300                 Fix printing of selection
301                 Fix printing of message parts
302                 Fix printing of images
303         * src/gtk/gtksourceprintjob.c
304                 Fix page count when there are images
305
306 2006-12-14 [wwp]        2.6.1cvs32
307
308         * src/mainwindow.c
309         * src/summaryview.c
310         * src/summaryview.h
311         * src/gtk/quicksearch.c
312                 fix quicksearch 'magnify' button status when QS is closed
313                 using the Escape key, thanks to Colin.
314
315 2006-12-14 [wwp]        2.6.1cvs31
316
317         * src/mainwindow.c
318         * src/summaryview.c
319         * src/summaryview.h
320         * src/gtk/quicksearch.c
321                 fix quicksearch 'magnify' button status when QS is closed
322                 using the Escape key, thanks to Colin.
323
324 2006-12-13 [colin]      2.6.1cvs30
325
326         * src/ldapquery.c
327         * src/ldaputil.c
328                 Use the binary safe version of ldap_get_values,
329                 to make sure we manipulate null-terminated 
330                 strings. Maybe fixes bug 1075, 'claws mail 
331                 segfault when completing ldap adresses'
332         * src/syldap.c ** REMOVED **
333         * src/syldap.h ** REMOVED **
334                 Remove dead files
335
336 2006-12-13 [mones]      2.6.1cvs29
337
338         * po/es.po
339                 Fixed piped strings, fixed click translation
340
341 2006-12-13 [paul]       2.6.1cvs28
342
343         * src/main.c
344                 don't translate these strings
345
346 2006-12-13 [paul]       2.6.1cvs27
347
348         * po/en_GB.po
349                 updated
350
351 2006-12-13 [colin]      2.6.1cvs26
352
353         * src/main.c
354         * src/main.h
355                 Add claws_is_starting()
356
357 2006-12-13 [mones]      2.6.1cvs25
358
359         * manual/es/advanced.xml
360         * po/es.po
361                 Synced manual and updated translation
362
363 2006-12-12 [colin]      2.6.1cvs24
364
365         * src/wizard.c
366                 Add an option to use STARTTLS in the
367                 welcome wizard. Fixes bug 1080, 
368                 'Using SSL option in wizard for incoming 
369                 server does not activate SSL with STARTTLS'
370
371 2006-12-12 [colin]      2.6.1cvs23
372
373         * src/main.c
374                 Don't exit when there's an incomplete
375                 mailbox configured - leaves a chance 
376                 to fix a failing IMAP account. Exit
377                 if no mailbox at all is loaded (case
378                 of missing plugin).
379                 Completes bug 1077's fix (I was wrong
380                 in this bug's comment #3).
381
382 2006-12-12 [colin]      2.6.1cvs22
383
384         * src/gtk/menu.h
385                 Add another menu data type
386         * src/prefs_account.c
387                 Complete the completion of bug 1076
388                 (doesn't lose the pref on apply)
389
390 2006-12-12 [paul]       2.6.1cvs21
391
392         * src/prefs_account.c
393                 complete the fix of bug 1076
394                 also be more verbose with the text
395
396 2006-12-12 [paul]       2.6.1cvs20
397
398         * src/gtk/combobox.c
399                 fix compilation warning
400
401 2006-12-11 [colin]      2.6.1cvs19
402
403         * src/wizard.c
404                 Document :port in server entry tooltips
405
406 2006-12-11 [colin]      2.6.1cvs18
407
408         * src/main.c
409                 Fix compile
410
411 2006-12-11 [colin]      2.6.1cvs17
412
413         * src/main.c
414                 Add failing IMAP as a reason for no
415                 mailbox
416
417 2006-12-11 [colin]      2.6.1cvs16
418
419         * src/prefs_account.c
420                 Check for existence of inbox for local
421                 accounts too
422         * src/wizard.c
423                 Allow setting the port to use for servers
424                 by using the usual "server.example.com:port"
425                 syntax. Fixes bug 1077, 'sylpheed-claws does 
426                 not start when IMAP server is unavailable'
427
428 2006-12-11 [colin]      2.6.1cvs15
429
430         * src/prefs_account.c
431                 Prevent use of non-existing default inbox
432
433 2006-12-11 [colin]      2.6.1cvs14
434
435         * src/prefs_account.c
436                 Fix sensitivity. Fixes bug 1076, 'privacy 
437                 options are displayed even when pgp plugin 
438                 not loaded / available'
439
440 2006-12-09 [colin]      2.6.1cvs13
441
442         * manual/advanced.xml
443         * src/prefs_common.c
444         * src/prefs_common.h
445         * src/common/ssl_certificate.c
446                 Add a new hidden preference, 'unsafe_ssl_certs',
447                 which allows to store multiple certificates per
448                 server/port. This is disabled by default because
449                 it's less secure (presenting a new certificate
450                 instead of a changed one raises less alarms).
451                 This will cause Claws to ask about an unknown
452                 certificate for people who have used 2.6.1cvs8
453                 or greater.
454
455 2006-12-09 [colin]      2.6.1cvs12
456
457         * src/action.c
458                 Fix cache updating after action
459
460 2006-12-07 [wwp]        2.6.1cvs11
461
462         * src/compose.c
463                 fix email address comparison when replying to all
464                 (avoid replying to ourselves), thanks to Colin.
465
466 2006-12-06 [paul]       2.6.1cvs10
467
468         * src/addrharvest.c
469         * src/editldap.c
470         * src/expldifdlg.c
471         * src/news.c
472         * src/toolbar.c
473         * src/common/utils.c
474                 ...and more renaming
475                 Thanks to Colin
476
477 2006-12-06 [paul]       2.6.1cvs9
478
479         * src/compose.c
480         * src/messageview.c
481         * src/procheader.c
482         * src/procmime.c
483         * src/procmsg.c
484         * src/textview.c
485                 more renaming
486                 Thanks to Colin
487
488 2006-12-06 [colin]      2.6.1cvs8
489
490         * src/ssl_manager.c
491         * src/common/ssl_certificate.c
492         * src/common/ssl_certificate.h
493                 Handle multiple certificates per host/port
494
495 2006-12-06 [colin]      2.6.1cvs7
496
497         * src/etpan/imap-thread.c
498                 Fix certificate checking on IMAP
499
500 2006-12-06 [colin]      2.6.1cvs6
501
502         * src/folderview.c
503                 Fix bug 1072, 'Claws stops fetching newsgroups 
504                 from server when newsgroup got deleted': continue
505                 checking other groups
506
507 2006-12-05 [wwp]        2.6.1cvs5
508
509         * src/message_search.c
510         * src/summary_search.c
511         * src/gtk/combobox.c
512         * src/gtk/combobox.h
513         * src/gtk/gtkutils.c
514         * src/gtk/gtkutils.h
515                 make up and down arrow keys in modern gtk_combo_box_entry widgets
516                 behave like w/ old comboboxes (summary and message search only).
517
518 2006-12-05 [paul]       2.6.1cvs4
519
520         * src/wizard.c
521                 encode headers
522                 Thanks to Colin
523
524 2006-12-05 [paul]       2.6.1cvs3
525
526         * tools/README
527         * tools/textviewer.pl
528                 script updated and description added
529
530 2006-12-04 [colin]      2.6.1cvs2
531
532         * src/compose.c
533                 Run pre-send hook only when checking
534                 everything
535
536 2006-12-04 [paul]       2.6.1cvs1
537
538         * NEWS
539         * README
540         * RELEASE_NOTES
541         * configure.ac
542         * tools/README
543                 bump up version number following stable release
544
545 2006-12-04 [paul]       2.6.0cvs83
546
547         * README
548                 updates and corrections
549
550 2006-12-04 [colin]      2.6.0cvs82
551
552         * src/common/utils.c
553                 Probably fix bug 1066, 'Incorrect mailbox 
554                 size displayed'
555
556 2006-12-04 [colin]      2.6.0cvs81
557
558         * src/common/utils.c
559                 Trim tabs from mailcap file too.
560
561 2006-12-02 [paul]       2.6.0cvs80
562
563         * src/exphtmldlg.c
564                 fix broken GUI under certain languages
565         * src/expldifdlg.c
566                 put the Cancel button to the right
567
568 2006-12-01 [paul]       2.6.0cvs79
569
570         * tools/Makefile.am
571                 remove reference to removed file
572
573 2006-12-01 [wwp]        2.6.0cvs78
574
575         * src/addressbook.c
576         * src/editaddress.c
577                 remove forgotten debug statements.
578
579 2006-12-01 [wwp]        2.6.0cvs77
580
581         * manual/advanced.xml
582         * manual/fr/advanced.xml
583         * src/addressbook.c
584         * src/addressbook.h
585         * src/addressitem.h
586         * src/editaddress.c
587         * src/editaddress.h
588         * src/prefs_common.c
589         * src/prefs_common.h
590         * src/gtk/gtkutils.c
591         * src/gtk/gtkutils.h
592                 add a hidden option to allow embedding the editaddress (edit contact details)
593                 dialog into the addressbook's window. This doesn't change the default
594                 behaviour.
595
596 2006-12-01 [wwp]        2.6.0cvs76
597
598         * src/message_search.c
599         * src/summary_search.c
600                 fix more focus issues (don't set focus to combobox's entry widget when
601                 entry's value changed, if entry widget has focus already).
602
603 2006-12-01 [wwp]        2.6.0cvs75
604
605         * src/gtk/quicksearch.c
606                 revert last changes to the quicksearch gtk_combo_box, this needs more
607                 tuning and testing.
608
609 2006-12-01 [paul]       2.6.0cvs74
610
611         * tools/kdeservicemenu/README
612         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
613         * tools/kdeservicemenu/install.sh
614         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
615         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
616                 simplify this stuff, and in so doing,
617                 fix it. (possibly re-extend it again at
618                 a later date)
619
620 2006-12-01 [wwp]        2.6.0cvs73
621
622         * src/gtk/quicksearch.c
623                 adapt quicksearch code to use modern gtk_combo_box'es.
624
625 2006-12-01 [wwp]        2.6.0cvs72
626
627         * src/common/defs.h
628         * src/prefs_common.c
629         * src/prefs_common.h
630         * src/message_search.c
631         * src/summary_search.c
632         * src/gtk/combobox.c
633         * src/gtk/combobox.h
634                 add history combos to all message and summary search fields.
635
636 2006-12-01 [wwp]        2.6.0cvs71
637
638         * src/summaryview.c
639                 As the list may change while the mark as read delay
640                 runs, we can't rely on the 'row' pointer, which can
641                 be invalid when the timeout is called. As the mark
642                 as read is only done if the message is still selected,
643                 use summaryview->selected instead. Thanks to Colin.
644
645 2006-11-30 [paul]       2.6.0cvs70
646
647         * src/textview.c
648                 give emphasis to "Sylpheed-Claws"
649                 as well as "Claws Mail"
650
651 2006-11-30 [colin]      2.6.0cvs69
652
653         * src/wizard.c
654                 Put the SSL checkboxes in the receiving
655                 and sending server pages.
656
657 2006-11-29 [colin]      2.6.0cvs68
658
659         * src/gtk/gtkutils.c
660         * src/gtk/gtkvscrollbutton.c
661                 Revert some deprecated fixes - they seem to
662                 deprecate stuff as soon as a new one gets out.
663                 g_object_ref_sink needed glib-2.10.
664
665 2006-11-29 [colin]      2.6.0cvs67
666
667         * src/common/utils.c
668                 Create .mailcap if it doesn't exist
669
670 2006-11-29 [colin]      2.6.0cvs66
671
672         * src/compose.c
673                 Followup to cvs60: use original list
674                 of recipients if replying to a mail
675                 in Sent Drafts or Queue.
676
677 2006-11-27 [paul]       2.6.0cvs65
678
679         * src/image_viewer.c
680                 revert the last change for now (it's broken)
681
682 2006-11-27 [paul]       2.6.0cvs64
683
684         * Makefile.am
685         * configure.ac
686         * m4/aclocal-include.m4
687         * m4/check-type.m4
688         * src/Makefile.am
689         * src/addr_compl.c
690         * src/compose.c
691         * src/crash.c
692         * src/export.c
693         * src/exporthtml.c
694         * src/exportldif.c
695         * src/imap.c
696         * src/import.c
697         * src/main.c
698         * src/main.h
699         * src/matcher.c
700         * src/mimeview.c
701         * src/procmsg.c
702         * src/textview.c
703         * src/common/Makefile.am
704         * src/common/claws.c
705         * src/common/claws.h
706         * src/common/ssl.c
707         * src/common/sylpheed.c
708         * src/common/sylpheed.h
709         * src/etpan/Makefile.am
710         * src/gtk/Makefile.am
711         * src/gtk/claws-marshal.list
712         * src/gtk/filesel.c
713         * src/gtk/gtksctree.c
714         * src/gtk/quicksearch.c
715         * src/gtk/sylpheed-marshal.list
716         * src/plugins/bogofilter/bogofilter.c
717         * src/plugins/bogofilter/bogofilter_gtk.c
718         * src/plugins/clamav/clamav_plugin.c
719         * src/plugins/clamav/clamav_plugin_gtk.c
720         * src/plugins/demo/demo.c
721         * src/plugins/dillo_viewer/dillo_viewer.c
722         * src/plugins/pgpcore/Makefile.am
723         * src/plugins/pgpcore/claws.def
724         * src/plugins/pgpcore/pgp_viewer.c
725         * src/plugins/pgpcore/plugin.c
726         * src/plugins/pgpcore/sylpheed.def
727         * src/plugins/pgpinline/Makefile.am
728         * src/plugins/pgpinline/claws.def
729         * src/plugins/pgpinline/plugin.c
730         * src/plugins/pgpinline/sylpheed.def
731         * src/plugins/pgpmime/Makefile.am
732         * src/plugins/pgpmime/claws.def
733         * src/plugins/pgpmime/plugin.c
734         * src/plugins/pgpmime/sylpheed.def
735         * src/plugins/spamassassin/spamassassin.c
736         * src/plugins/spamassassin/spamassassin_gtk.c
737         * src/plugins/trayicon/trayicon.c
738                 yet more renaming
739                 remove deprecated gtk_tooltips_set_delay()
740
741 2006-11-26 [paul]       2.6.0cvs63
742
743         * src/expldifdlg.c
744         * src/folderview.c
745         * src/image_viewer.c
746         * src/mainwindow.c
747         * src/gtk/gtkutils.c
748         * src/gtk/gtkvscrollbutton.c
749         * src/gtk/prefswindow.c
750         * src/plugins/pgpcore/prefs_gpg.c
751                 replace more deprecated GTK+ functions
752
753 2006-11-26 [paul]       2.6.0cvs62
754
755         * src/addr_compl.c
756         * src/addressbook.c
757         * src/browseldap.c
758                 replace deprecated gtk_idle_... functions
759
760 2006-11-26 [paul]       2.6.0cvs61
761
762         * src/compose.c
763         * src/folderview.c
764         * src/inc.c
765         * src/summaryview.c
766         * src/gtk/gtkvscrollbutton.c
767         * src/gtk/quicksearch.c
768         * src/plugins/pgpcore/passphrase.c
769                 replace deprecated gtk_timeout_add and
770                 gtk_timeout_remove
771
772 2006-11-26 [paul]       2.6.0cvs60
773
774         * src/compose.c
775                 fix bug that caused the wrong recipient
776                 to be selected when replying to a msg
777                 which is From one of our accounts to
778                 another of our accounts
779
780 2006-11-25 [paul]       2.6.0cvs59
781
782         * src/summaryview.c
783                 don't change the From column title to
784                 To if the To column is visible
785
786 2006-11-24 [paul]       2.6.0cvs58
787
788         * src/compose.c
789                 fix bug 1069, 'Sent mails disappear, BCC
790                 or locking problem?'
791
792 2006-11-21 [wwp]        2.6.0cvs57
793
794         * src/compose.c
795                 fix spelling menu when replying (same as 2.3.1cvs39):
796                 discrepancy between context menu and top menu when
797                 folder's dictionary isn't the default one.
798
799 2006-11-19 [paul]       2.6.0cvs56
800
801         * src/summaryview.c
802                 obey always_show_msg option when
803                 marking as spam
804         * src/plugins/bogofilter/bogofilter.c
805                 fix typo
806
807 2006-11-18 [paul]       2.6.0cvs55
808
809         * AUTHORS
810         * README
811         * debian/copyright
812         * manual/ack.xml
813         * manual/es/ack.xml
814         * manual/fr/ack.xml
815         * manual/pl/ack.xml
816         * src/gtk/authors.h
817         * src/gtk/icon_legend.c
818         * src/gtk/icon_legend.h
819         * tools/OOo2claws-mail.pl
820         * tools/README
821         * tools/acroread2claws-mail.pl
822         * tools/claws.i18n.status.pl
823         * tools/filter_conv.pl
824         * tools/filter_conv_new.pl
825         * tools/freshmeat_search.pl
826         * tools/google_search.pl
827         * tools/kmail2claws-mail.pl
828         * tools/kmail2claws-mail_v2.pl
829         * tools/maildir2claws-mail.pl
830         * tools/make.themes.project
831         * tools/multiwebsearch.pl
832         * tools/outlook2claws-mail.pl
833         * tools/tb2claws-mail
834         * tools/kdeservicemenu/README
835         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
836                 update mine and wwp's email addresses in
837                 several places
838                 Patch by wwp
839         * src/prefs_compose_writing.c
840                 set sensitivity on 'new message format' frame
841
842 2006-11-17 [paul]       2.6.0cvs54
843
844         * src/gtk/about.c
845                 more reworking of the GUI
846                 Patch by Fabien Vantard
847
848 2006-11-16 [paul]       2.6.0cvs53
849
850         * src/gtk/about.c
851                 set a minimum size for the window, allow
852                 it to automatically expand as necessary
853
854 2006-11-16 [wwp]        2.6.0cvs52
855
856         * src/gtk/about.c
857                 better wrap of copyright info on some systems.
858
859 2006-11-16 [paul]       2.6.0cvs51
860
861         * src/gtk/about.c
862                 move the tech info from the upper panel
863                 to the Info tab
864                 use a gtk_text_view for the features tab
865
866 2006-11-16 [paul]       2.6.0cvs50
867
868         * po/Makevars
869                 update my email address
870         * src/addressbook.c
871         * src/compose.c
872         * src/imap_gtk.c
873         * src/mh_gtk.c
874         * src/news_gtk.c
875         * src/summaryview.c
876         * src/plugins/trayicon/trayicon.c
877                 don't offer simple menu separators
878                 for translation
879         * src/folderview.c
880                 add separator between 'mark all read'
881                 and 'search folder'
882
883 2006-11-15 [wwp]        2.6.0cvs49
884
885         * src/gtk/authors.h
886                 updated manuals authors.
887
888 2006-11-14 [paul]       2.6.0cvs48
889
890         * src/compose.c
891                 Fix Options/Reply mode after draft save
892
893 2006-11-14 [paul]       2.6.0cvs47
894
895         * src/Makefile.am
896                 Fix make DESTDIR=...
897         * src/mbox.c
898                 Optimise speed
899         * src/plugins/pgpinline/pgpinline.c
900                 Probably fix bug 1061
901
902 2006-11-14 [paul]       2.6.0cvs46
903
904         * po/Makevars
905                 enable Q_ macro
906         * src/Makefile.am
907         * src/stock_pixmap.c
908         * src/stock_pixmap.h
909         * src/gtk/about.c
910         * src/pixmaps/active.xpm
911         * src/pixmaps/inactive.xpm
912                 add a new page, 'Features', to the About dialog
913                 showing which features are compiled in and which
914                 are not
915
916 2006-11-14 [paul]       2.6.0cvs45
917
918         * po/ru.po
919                 updated by Pavlo Bohmat
920
921 2006-11-14 [colin]      2.6.0cvs44
922
923         * src/compose.c
924         * src/inc.c
925         * src/messageview.c
926         * src/news.c
927         * src/pop.c
928         * src/procmsg.c
929         * src/gtk/gtkaspell.c
930                 Fix 64-bit-related warnings
931         * src/ssl_manager.c
932                 Fix possible infinite loop
933         * src/plugins/pgpcore/sgpgme.c
934                 Remove useless check
935
936 2006-11-13 [colin]      2.6.0cvs43
937
938         * src/gtk/Makefile.am
939                 authors.h isn't generated
940
941 2006-11-13 [colin]      2.6.0cvs42
942
943         * src/plugins/pgpinline/pgpinline.c
944         * src/plugins/pgpmime/pgpmime.c
945                 Very probably fix bug 1061, 'crash on 
946                 opening signed email'. Another cast
947                 problem
948
949 2006-11-13 [colin]      2.6.0cvs41
950
951         * src/plugins/pgpcore/sgpgme.c
952                 Maybe fix bug 1061, 'crash on opening 
953                 signed email'
954
955 2006-11-13 [wwp]        2.6.0cvs40
956
957         * src/plugins/pgpinline/pgpinline.c
958                 fix candidate for bug #1057, thanks to Colin.
959
960 2006-11-13 [wwp]        2.6.0cvs39
961
962         * src/compose.c
963         * src/quote_fmt_parse.y
964                 fix bug 1052: current parser buffer was not always 
965                 allocated, ptr to this buffer could be returned as 
966                 NULL whereas no parser error has occurred. in 
967                 consequence, defining a template body as "%d" 
968                 (w/o the quotes) for the first time of the instance 
969                 of claws-mail, was reporting a parser error. make 
970                 sure that the buffer is always allocated, even to 
971                 an empty string.
972                 fix mis-unescaping in compose.:compose_quote_fmt(): 
973                 unescaping of the fmt string was always done 
974                 whereas it must be done *only* when receiving 
975                 quote format strings issued from the prefs 
976                 (compose new message, reply, forward, redirect 
977                 formats), *not* when applying templates.  in 
978                 consequences, applying templates w/ sequences 
979                 like \\|p{echo} were failing. make sure that 
980                 unescaping is done only when necessary.
981
982 2006-11-12 [colin]      2.6.0cvs38
983
984         * po/de.po
985                 Fix typo (s/KB/MB)
986
987 2006-11-12 [colin]      2.6.0cvs37
988
989         * src/plugins/pgpinline/pgpinline.c
990         * src/plugins/pgpmime/pgpmime.c
991                 Release GPG context at the latest 
992                 possible moment. Maybe fixes 
993                 bug 1057, 'crash on sending signed 
994                 message to a newsgroup'
995                 
996
997 2006-11-12 [colin]      2.6.0cvs36
998
999         * src/plugins/pgpcore/sgpgme.c
1000                 Tell a bit more when gpg's status doesn't
1001                 contain any signature
1002
1003 2006-11-12 [colin]      2.6.0cvs35
1004
1005         * src/compose.c
1006                 Fix bug 1060, 'compilation error with 
1007                 Irix's cc'
1008
1009 2006-11-12 [paul]       2.6.0cvs34
1010
1011         * doc/man/claws-mail.1
1012         * src/prefs_gtk.c
1013         * src/plugins/clamav/README
1014         * src/plugins/spamassassin/README
1015         * tools/README
1016         * tools/freshmeat_search.pl
1017         * tools/google_search.pl
1018         * tools/multiwebsearch.pl
1019                 more renaming
1020         * src/plugins/trayicon/trayicon.c
1021                 fix compiliation warning
1022
1023 2006-11-11 [colin]      2.6.0cvs33
1024
1025         * src/folderview.c
1026                 Forbid drag and drop from/to different
1027                 folders of type F_UNKNOWN
1028
1029 2006-11-11 [colin]      2.6.0cvs32
1030
1031         * src/plugins/pgpinline/pgpinline.c
1032                 Fix typo in previous commit:
1033                 - gpgme_new(&ctx);
1034                 + if ((err = gpgme_new(&data->ctx)) ...)
1035
1036 2006-11-11 [colin]      2.6.0cvs31
1037
1038         * src/plugins/pgpinline/pgpinline.c
1039         * src/plugins/pgpmime/pgpmime.c
1040                 Check success after calling gpgme_new
1041                 Maybe fixes bug 1057, 'crash on sending 
1042                 signed message to a newsgroup'
1043
1044 2006-11-11 [colin]      2.6.0cvs30
1045
1046         * src/undo.c
1047                 init undostruct to 0s (from
1048                 valgrind log of bug 1057)
1049
1050 2006-11-10 [colin]      2.6.0cvs29
1051
1052         * src/mainwindow.c
1053                 Set cursor to wait before filtering
1054                 duplicates in all folders
1055         * src/plugins/bogofilter/bogofilter.c
1056         * src/plugins/bogofilter/bogofilter.h
1057         * src/plugins/bogofilter/bogofilter_gtk.c
1058                 Completely thread away the bogofilter
1059                 filtering
1060
1061 2006-11-10 [mones]      2.6.0cvs28
1062
1063         * src/compose.c
1064         * src/compose.h
1065                 added COMPOSE_CHECK_BEFORE_SEND hook
1066
1067 2006-11-10 [paul]       2.6.0cvs27
1068
1069         * src/crash.c
1070                 more renaming
1071                 add libSM to get_compiled_in_features()
1072         * src/main.c
1073                 more renaming
1074
1075 2006-11-10 [colin]      2.6.0cvs26
1076
1077         * src/etpan/imap-thread.c
1078                 Add a reference to libetpan's sasl engine
1079                 so that sasl_done() doesn't get called by
1080                 libetpan, and doesn't break openssl.
1081                 Should fix bug 1053, 'SC fails to reestablish 
1082                 a secure connection'
1083                 Patch by Hoa
1084
1085 2006-11-10 [colin]      2.6.0cvs25
1086
1087         * manual/addrbook.xml
1088         * manual/advanced.xml
1089         * manual/faq.xml
1090         * manual/intro.xml
1091                 Some more renaming
1092
1093 2006-11-09 [colin]      2.6.0cvs24
1094
1095         * src/plugins/bogofilter/bogofilter_gtk.c
1096                 Add comment about annoyance
1097
1098 2006-11-09 [colin]      2.6.0cvs23
1099
1100         * src/plugins/bogofilter/bogofilter.c
1101         * src/plugins/bogofilter/bogofilter_gtk.c
1102                 Prepare things needed to thread bogofilter
1103                 filtering: separate bogo stuff and possible GUI
1104                 stuff. 
1105
1106 2006-11-09 [colin]      2.6.0cvs22
1107
1108         * src/account.c
1109         * src/compose.c
1110                 Search for one of our accounts in Delivered-To
1111                 (helps for auto-account selection when 
1112                  replying/forwarding)
1113         * src/folderview.c
1114         * src/mainwindow.c
1115         * src/mainwindow.h
1116         * src/plugins/trayicon/trayicon.c
1117                 Allow opening a new mail with any account from
1118                 the contextual menu
1119
1120 2006-11-09 [wwp]        2.6.0cvs21
1121
1122         * src/compose.c
1123         * src/prefs_common.c
1124         * src/prefs_common.h
1125         * src/prefs_compose_writing.c
1126                 add a compose new message format (in prefs/compose/writing), it's a
1127                 simple subject+body template to use when opening a new composition
1128                 window. It's similar to the existent reply and forward formats.
1129
1130                 enhanced the template/format % symbols substitution mechanism to
1131                 use current composition window information when % are used in
1132                 the compose new message format or in templates applied to new
1133                 messages (there were useless in that situations before). When
1134                 applied to new messages, %d corresponds to the system time/date.
1135
1136 2006-11-09 [paul]       2.6.0cvs20
1137
1138         * src/gtk/authors.h
1139                 fix last commit
1140
1141 2006-11-09 [paul]       2.6.0cvs19
1142
1143         * src/gtk/authors.h
1144                 keep tje alphabetical order
1145
1146 2006-11-08 [colin]      2.6.0cvs18
1147
1148         * src/etpan/imap-thread.c
1149                 Fix bug 1054, 'Slowness logging big 
1150                 data chunks'
1151
1152 2006-11-08 [paul]       2.6.0cvs17
1153
1154         * tools/Makefile.am
1155                 fix the renaming
1156
1157 2006-11-08 [paul]       2.6.0cvs16
1158
1159         * src/common/defs.h
1160                 update BUGZILLA_URI
1161
1162 2006-11-08 [paul]       2.6.0cvs15
1163
1164         * tools/Makefile.am
1165         * tools/OOo2claws-mail.pl
1166         * tools/OOo2sylpheed.pl
1167         * tools/README
1168         * tools/acroread2claws-mail.pl
1169         * tools/acroread2sylpheed.pl
1170         * tools/kmail2claws-mail.pl
1171         * tools/kmail2claws-mail_v2.pl
1172         * tools/kmail2sylpheed.pl
1173         * tools/kmail2sylpheed_v2.pl
1174         * tools/maildir2claws-mail.pl
1175         * tools/maildir2sylpheed.pl
1176         * tools/nautilus2claws-mail.sh
1177         * tools/nautilus2sylpheed.sh
1178         * tools/outlook2claws-mail.pl
1179         * tools/outlook2sylpheed.pl
1180         * tools/tb2claws-mail
1181         * tools/tb2sylpheed
1182         * tools/tbird2claws.py
1183         * tools/tbird2syl.py
1184         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1185         * tools/kdeservicemenu/install.sh
1186         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1187         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1188         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1189         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1190         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1191                 renamed (removed, added) tools files
1192
1193 2006-11-08 [paul]       2.6.0cvs14
1194
1195         * src/main.c
1196         * src/common/defs.h
1197                 Migrate sylpheedrc to clawsrc, and fix the standard
1198                 plugins path in the process
1199
1200 2006-11-07 [colin]      2.6.0cvs13
1201
1202         * src/Makefile.am
1203                 Symlink sylpheed-claws relative to 
1204                 claws-mail
1205
1206 2006-11-07 [colin]      2.6.0cvs12
1207
1208         * src/compose.c
1209                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1210
1211 2006-11-07 [paul]       2.6.0cvs11
1212
1213         * src/gtk/about.c
1214                 Fix a missed occurence of
1215                 Sylpheed-Claws
1216
1217 2006-11-07 [paul]       2.6.0cvs10
1218
1219         * src/Makefile.am
1220                 Fix symlink installation
1221
1222 2006-11-07 [paul]       2.6.0cvs9
1223
1224         * src/Makefile.am
1225                 Symlink claws-mail to sylpheed-claws
1226         * src/common/utils.c
1227                 Fix migrating symlinks
1228         * src/etpan/imap-thread.c
1229                 check certificate only when there's
1230                 no error
1231
1232 2006-11-07 [paul]       2.6.0cvs8
1233
1234         * Makefile.am
1235                 Fix icon breakages with Gtk, which needs a 
1236                 cache updated to see them.
1237
1238 2006-11-07 [paul]       2.6.0cvs7
1239
1240         * .cvsignore
1241         * AUTHORS
1242         * COPYING
1243         * INSTALL
1244         * Makefile.am
1245         * NEWS
1246         * README
1247         * RELEASE_NOTES
1248         * autogen.sh
1249         * claws-mail-128x128.png
1250         * claws-mail-64x64.png
1251         * claws-mail.ico
1252         * claws-mail.pc.in
1253         * claws-mail.png
1254         * configure.ac
1255         * sylpheed-claws-128x128.png
1256         * sylpheed-claws-64x64.png
1257         * sylpheed-claws.desktop
1258         * sylpheed-claws.ico
1259         * sylpheed-claws.pc.in
1260         * sylpheed-claws.png
1261         * debian/README.Debian
1262         * debian/changelog
1263         * debian/claws-mail.desktop
1264         * debian/claws-mail.menu
1265         * debian/claws-mail.postinst.debhelper
1266         * debian/claws-mail.postrm.debhelper
1267         * debian/control
1268         * debian/copyright
1269         * debian/files
1270         * debian/rules
1271         * debian/sylpheed-claws.desktop
1272         * debian/sylpheed-claws.menu
1273         * debian/sylpheed-claws.postinst.debhelper
1274         * debian/sylpheed-claws.postrm.debhelper
1275         * doc/man/Makefile.am
1276         * doc/man/claws-mail.1
1277         * doc/man/sylpheed-claws.1
1278         * doc/src/ChangeLog.claws-pre0.8.0
1279         * manual/Makefile.am
1280         * manual/account.xml
1281         * manual/ack.xml
1282         * manual/addrbook.xml
1283         * manual/advanced.xml
1284         * manual/claws-mail-manual.xml
1285         * manual/faq.xml
1286         * manual/glossary.xml
1287         * manual/handling.xml
1288         * manual/intro.xml
1289         * manual/keyboard.xml
1290         * manual/plugins.xml
1291         * manual/starting.xml
1292         * manual/sylpheed-claws-manual.xml
1293         * manual/xml2pdf
1294         * manual/dist/.cvsignore
1295         * manual/dist/html/.cvsignore
1296         * manual/dist/html/Makefile.am
1297         * manual/dist/pdf/.cvsignore
1298         * manual/dist/pdf/Makefile.am
1299         * manual/dist/ps/.cvsignore
1300         * manual/dist/ps/Makefile.am
1301         * manual/dist/txt/.cvsignore
1302         * manual/dist/txt/Makefile.am
1303         * manual/es/Makefile.am
1304         * manual/es/advanced.xml
1305         * manual/es/claws-mail-manual.xml
1306         * manual/es/faq.xml
1307         * manual/es/glossary.xml
1308         * manual/es/handling.xml
1309         * manual/es/intro.xml
1310         * manual/es/plugins.xml
1311         * manual/es/sylpheed-claws-manual.xml
1312         * manual/es/dist/.cvsignore
1313         * manual/es/dist/html/.cvsignore
1314         * manual/es/dist/html/Makefile.am
1315         * manual/es/dist/pdf/.cvsignore
1316         * manual/es/dist/pdf/Makefile.am
1317         * manual/es/dist/ps/.cvsignore
1318         * manual/es/dist/ps/Makefile.am
1319         * manual/es/dist/txt/.cvsignore
1320         * manual/es/dist/txt/Makefile.am
1321         * manual/fr/Makefile.am
1322         * manual/fr/account.xml
1323         * manual/fr/ack.xml
1324         * manual/fr/addrbook.xml
1325         * manual/fr/advanced.xml
1326         * manual/fr/claws-mail-manual.xml
1327         * manual/fr/faq.xml
1328         * manual/fr/glossary.xml
1329         * manual/fr/handling.xml
1330         * manual/fr/intro.xml
1331         * manual/fr/keyboard.xml
1332         * manual/fr/plugins.xml
1333         * manual/fr/starting.xml
1334         * manual/fr/sylpheed-claws-manual.xml
1335         * manual/fr/dist/.cvsignore
1336         * manual/fr/dist/html/.cvsignore
1337         * manual/fr/dist/html/Makefile.am
1338         * manual/fr/dist/pdf/.cvsignore
1339         * manual/fr/dist/pdf/Makefile.am
1340         * manual/fr/dist/ps/.cvsignore
1341         * manual/fr/dist/ps/Makefile.am
1342         * manual/fr/dist/txt/.cvsignore
1343         * manual/fr/dist/txt/Makefile.am
1344         * manual/pl/Makefile.am
1345         * manual/pl/account.xml
1346         * manual/pl/ack.xml
1347         * manual/pl/addrbook.xml
1348         * manual/pl/advanced.xml
1349         * manual/pl/claws-mail-manual.xml
1350         * manual/pl/faq.xml
1351         * manual/pl/glossary.xml
1352         * manual/pl/handling.xml
1353         * manual/pl/intro.xml
1354         * manual/pl/keyboard.xml
1355         * manual/pl/plugins.xml
1356         * manual/pl/starting.xml
1357         * manual/pl/sylpheed-claws-manual.xml
1358         * manual/pl/dist/.cvsignore
1359         * manual/pl/dist/html/.cvsignore
1360         * manual/pl/dist/html/Makefile.am
1361         * manual/pl/dist/pdf/.cvsignore
1362         * manual/pl/dist/pdf/Makefile.am
1363         * manual/pl/dist/ps/.cvsignore
1364         * manual/pl/dist/ps/Makefile.am
1365         * manual/pl/dist/txt/.cvsignore
1366         * manual/pl/dist/txt/Makefile.am
1367         * po/.cvsignore
1368         * po/Makevars
1369         * src/.cvsignore
1370         * src/Makefile.am
1371         * src/account.c
1372         * src/account.h
1373         * src/action.c
1374         * src/action.h
1375         * src/adbookbase.h
1376         * src/addr_compl.c
1377         * src/addr_compl.h
1378         * src/addrbook.c
1379         * src/addrcache.c
1380         * src/addrcache.h
1381         * src/addrcindex.c
1382         * src/addrcindex.h
1383         * src/addrclip.c
1384         * src/addrclip.h
1385         * src/addrdefs.h
1386         * src/addressadd.c
1387         * src/addressadd.h
1388         * src/addressbook.c
1389         * src/addressbook.h
1390         * src/addressbook_foldersel.c
1391         * src/addressbook_foldersel.h
1392         * src/addrgather.c
1393         * src/addrgather.h
1394         * src/addrharvest.c
1395         * src/addrharvest.h
1396         * src/addrindex.c
1397         * src/addrindex.h
1398         * src/addritem.c
1399         * src/addritem.h
1400         * src/addrquery.c
1401         * src/addrquery.h
1402         * src/addrselect.c
1403         * src/addrselect.h
1404         * src/alertpanel.c
1405         * src/alertpanel.h
1406         * src/browseldap.c
1407         * src/browseldap.h
1408         * src/codeconv.c
1409         * src/codeconv.h
1410         * src/compose.c
1411         * src/crash.c
1412         * src/crash.h
1413         * src/customheader.c
1414         * src/customheader.h
1415         * src/displayheader.c
1416         * src/displayheader.h
1417         * src/editaddress.c
1418         * src/editaddress.h
1419         * src/editbook.c
1420         * src/editbook.h
1421         * src/editgroup.c
1422         * src/editgroup.h
1423         * src/editjpilot.c
1424         * src/editjpilot.h
1425         * src/editldap.c
1426         * src/editldap.h
1427         * src/editldap_basedn.c
1428         * src/editldap_basedn.h
1429         * src/editvcard.c
1430         * src/editvcard.h
1431         * src/exphtmldlg.c
1432         * src/exphtmldlg.h
1433         * src/expldifdlg.c
1434         * src/expldifdlg.h
1435         * src/export.c
1436         * src/exporthtml.c
1437         * src/exporthtml.h
1438         * src/exportldif.c
1439         * src/exportldif.h
1440         * src/filtering.c
1441         * src/filtering.h
1442         * src/folder.c
1443         * src/folder.h
1444         * src/folder_item_prefs.c
1445         * src/folder_item_prefs.h
1446         * src/foldersel.c
1447         * src/foldersel.h
1448         * src/folderutils.c
1449         * src/folderutils.h
1450         * src/folderview.c
1451         * src/folderview.h
1452         * src/grouplistdialog.c
1453         * src/grouplistdialog.h
1454         * src/html.c
1455         * src/html.h
1456         * src/image_viewer.c
1457         * src/image_viewer.h
1458         * src/imap.c
1459         * src/imap.h
1460         * src/imap_gtk.c
1461         * src/imap_gtk.h
1462         * src/import.c
1463         * src/import.h
1464         * src/importldif.c
1465         * src/importldif.h
1466         * src/importmutt.c
1467         * src/importmutt.h
1468         * src/importpine.c
1469         * src/importpine.h
1470         * src/inc.c
1471         * src/inc.h
1472         * src/jpilot.c
1473         * src/jpilot.h
1474         * src/ldapctrl.c
1475         * src/ldapctrl.h
1476         * src/ldaplocate.c
1477         * src/ldaplocate.h
1478         * src/ldapquery.c
1479         * src/ldapquery.h
1480         * src/ldapserver.c
1481         * src/ldapserver.h
1482         * src/ldaputil.c
1483         * src/ldaputil.h
1484         * src/ldif.c
1485         * src/ldif.h
1486         * src/localfolder.c
1487         * src/localfolder.h
1488         * src/main.c
1489         * src/main.h
1490         * src/mainwindow.c
1491         * src/mainwindow.h
1492         * src/manual.c
1493         * src/manual.h
1494         * src/matcher.c
1495         * src/matcher.h
1496         * src/matcher_parser.h
1497         * src/matcher_parser_lex.l
1498         * src/matcher_parser_parse.y
1499         * src/mbox.c
1500         * src/mbox.h
1501         * src/message_search.c
1502         * src/message_search.h
1503         * src/messageview.c
1504         * src/messageview.h
1505         * src/mh.c
1506         * src/mh.h
1507         * src/mh_gtk.c
1508         * src/mh_gtk.h
1509         * src/mimeview.c
1510         * src/mimeview.h
1511         * src/msgcache.c
1512         * src/msgcache.h
1513         * src/mutt.c
1514         * src/mutt.h
1515         * src/news.c
1516         * src/news.h
1517         * src/news_gtk.c
1518         * src/news_gtk.h
1519         * src/noticeview.c
1520         * src/noticeview.h
1521         * src/partial_download.c
1522         * src/partial_download.h
1523         * src/pine.c
1524         * src/pine.h
1525         * src/pop.c
1526         * src/pop.h
1527         * src/prefs_account.c
1528         * src/prefs_account.h
1529         * src/prefs_actions.c
1530         * src/prefs_actions.h
1531         * src/prefs_common.c
1532         * src/prefs_common.h
1533         * src/prefs_compose_writing.c
1534         * src/prefs_compose_writing.h
1535         * src/prefs_customheader.c
1536         * src/prefs_customheader.h
1537         * src/prefs_display_header.c
1538         * src/prefs_display_header.h
1539         * src/prefs_ext_prog.c
1540         * src/prefs_ext_prog.h
1541         * src/prefs_filtering.c
1542         * src/prefs_folder_column.c
1543         * src/prefs_folder_column.h
1544         * src/prefs_folder_item.c
1545         * src/prefs_folder_item.h
1546         * src/prefs_fonts.c
1547         * src/prefs_fonts.h
1548         * src/prefs_gtk.c
1549         * src/prefs_gtk.h
1550         * src/prefs_image_viewer.c
1551         * src/prefs_image_viewer.h
1552         * src/prefs_matcher.c
1553         * src/prefs_matcher.h
1554         * src/prefs_message.c
1555         * src/prefs_message.h
1556         * src/prefs_msg_colors.c
1557         * src/prefs_msg_colors.h
1558         * src/prefs_other.c
1559         * src/prefs_other.h
1560         * src/prefs_quote.c
1561         * src/prefs_quote.h
1562         * src/prefs_receive.c
1563         * src/prefs_receive.h
1564         * src/prefs_send.c
1565         * src/prefs_send.h
1566         * src/prefs_spelling.c
1567         * src/prefs_spelling.h
1568         * src/prefs_summaries.c
1569         * src/prefs_summaries.h
1570         * src/prefs_summary_column.c
1571         * src/prefs_summary_column.h
1572         * src/prefs_template.c
1573         * src/prefs_template.h
1574         * src/prefs_themes.c
1575         * src/prefs_themes.h
1576         * src/prefs_toolbar.c
1577         * src/prefs_toolbar.h
1578         * src/prefs_wrapping.c
1579         * src/prefs_wrapping.h
1580         * src/privacy.c
1581         * src/privacy.h
1582         * src/procheader.c
1583         * src/procheader.h
1584         * src/procmime.c
1585         * src/procmime.h
1586         * src/procmsg.c
1587         * src/procmsg.h
1588         * src/quote_fmt.c
1589         * src/quote_fmt_parse.y
1590         * src/recv.c
1591         * src/recv.h
1592         * src/remotefolder.c
1593         * src/remotefolder.h
1594         * src/send_message.c
1595         * src/send_message.h
1596         * src/setup.c
1597         * src/setup.h
1598         * src/sourcewindow.c
1599         * src/sourcewindow.h
1600         * src/ssl_manager.c
1601         * src/ssl_manager.h
1602         * src/statusbar.c
1603         * src/statusbar.h
1604         * src/stock_pixmap.c
1605         * src/stock_pixmap.h
1606         * src/summary_search.c
1607         * src/summary_search.h
1608         * src/summaryview.c
1609         * src/summaryview.h
1610         * src/syldap.c
1611         * src/syldap.h
1612         * src/textview.c
1613         * src/textview.h
1614         * src/toolbar.c
1615         * src/toolbar.h
1616         * src/undo.c
1617         * src/undo.h
1618         * src/unmime.c
1619         * src/unmime.h
1620         * src/vcard.c
1621         * src/vcard.h
1622         * src/wizard.c
1623         * src/wizard.h
1624         * src/common/base64.c
1625         * src/common/base64.h
1626         * src/common/defs.h
1627         * src/common/hooks.c
1628         * src/common/hooks.h
1629         * src/common/log.c
1630         * src/common/log.h
1631         * src/common/mgutils.c
1632         * src/common/mgutils.h
1633         * src/common/nntp.c
1634         * src/common/nntp.h
1635         * src/common/passcrypt.c
1636         * src/common/passcrypt.h.in
1637         * src/common/plugin.c
1638         * src/common/plugin.h
1639         * src/common/prefs.c
1640         * src/common/prefs.h
1641         * src/common/progressindicator.c
1642         * src/common/progressindicator.h
1643         * src/common/quoted-printable.c
1644         * src/common/quoted-printable.h
1645         * src/common/session.c
1646         * src/common/session.h
1647         * src/common/smtp.c
1648         * src/common/smtp.h
1649         * src/common/socket.c
1650         * src/common/socket.h
1651         * src/common/ssl.c
1652         * src/common/ssl.h
1653         * src/common/stringtable.c
1654         * src/common/stringtable.h
1655         * src/common/sylpheed.c
1656         * src/common/sylpheed.h
1657         * src/common/template.c
1658         * src/common/template.h
1659         * src/common/timing.h
1660         * src/common/utils.c
1661         * src/common/utils.h
1662         * src/common/version.h.in
1663         * src/common/xml.c
1664         * src/common/xml.h
1665         * src/common/xmlprops.c
1666         * src/common/xmlprops.h
1667         * src/gtk/about.c
1668         * src/gtk/colorlabel.c
1669         * src/gtk/colorlabel.h
1670         * src/gtk/colorsel.c
1671         * src/gtk/colorsel.h
1672         * src/gtk/combobox.c
1673         * src/gtk/combobox.h
1674         * src/gtk/description_window.c
1675         * src/gtk/description_window.h
1676         * src/gtk/filesel.c
1677         * src/gtk/filesel.h
1678         * src/gtk/foldersort.c
1679         * src/gtk/foldersort.h
1680         * src/gtk/gtkaspell.c
1681         * src/gtk/gtkaspell.h
1682         * src/gtk/gtksctree.c
1683         * src/gtk/gtkshruler.c
1684         * src/gtk/gtkshruler.h
1685         * src/gtk/gtkutils.c
1686         * src/gtk/gtkutils.h
1687         * src/gtk/icon_legend.c
1688         * src/gtk/icon_legend.h
1689         * src/gtk/logwindow.c
1690         * src/gtk/logwindow.h
1691         * src/gtk/manage_window.c
1692         * src/gtk/manage_window.h
1693         * src/gtk/pluginwindow.c
1694         * src/gtk/pluginwindow.h
1695         * src/gtk/prefswindow.c
1696         * src/gtk/prefswindow.h
1697         * src/gtk/quicksearch.c
1698         * src/gtk/quicksearch.h
1699         * src/pixmaps/claws-mail.xpm
1700         * src/pixmaps/claws-mail_icon.xpm
1701         * src/pixmaps/claws-mail_logo.xpm
1702         * src/pixmaps/sylpheed-claws.xpm
1703         * src/pixmaps/sylpheed-claws_icon.xpm
1704         * src/pixmaps/sylpheed-claws_logo.xpm
1705         * src/plugins/bogofilter/Makefile.am
1706         * src/plugins/bogofilter/bogofilter.c
1707         * src/plugins/bogofilter/bogofilter.h
1708         * src/plugins/bogofilter/bogofilter_gtk.c
1709         * src/plugins/clamav/Makefile.am
1710         * src/plugins/clamav/clamav_plugin.c
1711         * src/plugins/clamav/clamav_plugin.h
1712         * src/plugins/clamav/clamav_plugin_gtk.c
1713         * src/plugins/demo/Makefile.am
1714         * src/plugins/demo/demo.c
1715         * src/plugins/dillo_viewer/Makefile.am
1716         * src/plugins/dillo_viewer/README
1717         * src/plugins/dillo_viewer/dillo_prefs.c
1718         * src/plugins/dillo_viewer/dillo_prefs.h
1719         * src/plugins/dillo_viewer/dillo_viewer.c
1720         * src/plugins/pgpcore/Makefile.am
1721         * src/plugins/pgpcore/passphrase.c
1722         * src/plugins/pgpcore/passphrase.h
1723         * src/plugins/pgpcore/pgp_viewer.c
1724         * src/plugins/pgpcore/pgp_viewer.h
1725         * src/plugins/pgpcore/plugin.c
1726         * src/plugins/pgpcore/prefs_gpg.c
1727         * src/plugins/pgpcore/prefs_gpg.h
1728         * src/plugins/pgpcore/select-keys.c
1729         * src/plugins/pgpcore/select-keys.h
1730         * src/plugins/pgpcore/sgpgme.c
1731         * src/plugins/pgpcore/sgpgme.h
1732         * src/plugins/pgpcore/sylpheed.def
1733         * src/plugins/pgpcore/version.rc
1734         * src/plugins/pgpinline/Makefile.am
1735         * src/plugins/pgpinline/pgpinline.c
1736         * src/plugins/pgpinline/pgpinline.h
1737         * src/plugins/pgpinline/plugin.c
1738         * src/plugins/pgpinline/sylpheed.def
1739         * src/plugins/pgpinline/version.rc
1740         * src/plugins/pgpmime/Makefile.am
1741         * src/plugins/pgpmime/pgpmime.c
1742         * src/plugins/pgpmime/pgpmime.h
1743         * src/plugins/pgpmime/plugin.c
1744         * src/plugins/pgpmime/sylpheed.def
1745         * src/plugins/pgpmime/version.rc
1746         * src/plugins/spamassassin/Makefile.am
1747         * src/plugins/spamassassin/README
1748         * src/plugins/spamassassin/spamassassin.c
1749         * src/plugins/spamassassin/spamassassin.h
1750         * src/plugins/spamassassin/spamassassin_gtk.c
1751         * src/plugins/trayicon/Makefile.am
1752         * src/plugins/trayicon/trayicon.c
1753         * tools/OOo2sylpheed.pl
1754         * tools/README
1755         * tools/README.sylprint
1756         * tools/acroread2sylpheed.pl
1757         * tools/claws.i18n.status.pl
1758         * tools/filter_conv.pl
1759         * tools/filter_conv_new.pl
1760         * tools/freshmeat_search.pl
1761         * tools/google_search.pl
1762         * tools/kmail2sylpheed.pl
1763         * tools/kmail2sylpheed_v2.pl
1764         * tools/make.themes.project
1765         * tools/multiwebsearch.pl
1766         * tools/nautilus2sylpheed.sh
1767         * tools/outlook2sylpheed.pl
1768         * tools/sylprint.pl
1769         * tools/sylprint.rc
1770         * tools/tb2sylpheed
1771         * tools/textviewer.sh
1772         * tools/vcard2xml.py
1773         * tools/kdeservicemenu/README
1774         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1775         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1776         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1777                 Change name to Claws Mail. Announce to follow...
1778
1779 2006-11-06 [wwp]        2.6.0cvs6
1780
1781         * src/prefs_template.c
1782                 unify messages related to quote format/template errors (fix
1783                 capitalization), again.
1784
1785 2006-11-06 [wwp]        2.6.0cvs5
1786
1787         * src/prefs_quote.c
1788                 unify messages related to quote format/template errors.
1789
1790 2006-11-06 [wwp]        2.6.0cvs4
1791
1792         * src/prefs_msg_colors.c
1793                 more uses of Q_ macro for contextual translations, thanks
1794                 to Fabien (fzzzzz).
1795
1796 2006-11-06 [wwp]        2.6.0cvs3
1797
1798         * src/compose.c
1799         * src/common/utils.c
1800         * src/common/utils.h
1801                 show an alertpanel to make sure users are aware that sensitive
1802                 files are attached (it's file blacklist-based). This will fix
1803                 interaction w/ GoogleEarth for instance, thanks to Colin.
1804
1805 2006-11-06 [wwp]        2.6.0cvs2
1806
1807         * src/prefs_quote.c
1808         * src/prefs_template.c
1809         * src/prefs_template.h
1810                 check quote format when applying/closing prefs. For now this only
1811                 shows up an error dialog box, not preventing the user from using
1812                 a broken quote (reply, forwards) format.
1813
1814 2006-11-06 [wwp]        2.6.0cvs1
1815
1816         * src/prefs_template.c
1817                 fix missing checks of some template fields.
1818
1819 2006-11-06 [paul]       2.6.0
1820
1821         * NEWS
1822         * README
1823         * RELEASE_NOTES
1824                 2.6.0 released
1825
1826 2006-11-06 [paul]       2.5.6cvs22
1827
1828         * manual/advanced.xml
1829         * manual/es/advanced.xml
1830                 put 'respect_flowed_format' info in the correct
1831                 place
1832
1833 2006-11-06 [mones]      2.5.6cvs21
1834
1835         * po/es.po
1836                 Minor fixes for release
1837
1838 2006-11-06 [paul]       2.5.6cvs20
1839
1840         * po/cs.po
1841         * po/de.po
1842         * po/fr.po
1843         * po/it.po
1844         * po/nl.po
1845         * po/pt_BR.po
1846         * po/sk.po
1847         * po/sv.po
1848         * po/zh_CN.po
1849                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1850                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1851                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1852                 Young
1853
1854 2006-11-02 [colin]      2.5.6cvs19
1855
1856         * src/imap.c
1857         * src/imap.h
1858         * src/prefs_account.c
1859         * src/etpan/imap-thread.c
1860                 Add GSSAPI support - fixes Debian bug #383274
1861
1862 2006-11-01 [colin]      2.5.6cvs18
1863
1864         * src/jpilot.c
1865                 Handle libpisock12 support. Probably
1866                 fixes bug 1046, 'jpilot AddressDB.pdb 
1867                 import fail'
1868
1869 2006-11-01 [colin]      2.5.6cvs17
1870
1871         * src/folderutils.c
1872                 debug_print() folderutils_mark_all_read()
1873
1874 2006-11-01 [colin]      2.5.6cvs16
1875
1876         * COPYING
1877                 Add missed files to the Apache exception
1878
1879 2006-10-31 [colin]      2.5.6cvs15
1880
1881         * src/folder.c
1882         * src/folder.h
1883                 Add a copy_private_data() func to FolderClasses
1884                 Doesn't break the feature freeze, because we 
1885                 won't use it (right now) in the core.
1886
1887 2006-10-31 [colin]      2.5.6cvs14
1888
1889         * COPYING
1890                 Allow linking with the Apache licensed files in
1891                 src/plugins/spamassassin. Hopefully fixes 
1892                 bug 1048, 'Spamassassin plugin license problem'
1893
1894 2006-10-31 [wwp]        2.5.6cvs13
1895
1896         * src/compose.c
1897                 fix and optimize trimming of leading linefeeds in body loop.
1898
1899 2006-10-31 [colin]      2.5.6cvs12
1900
1901         * src/etpan/imap-thread.c
1902         * src/imap.c
1903                 Make really sure to have NULL sets in case
1904                 of error
1905
1906 2006-10-30 [wwp]        2.5.6cvs11
1907
1908         * src/prefs_common.c
1909         * src/prefs_common.h
1910         * src/compose.c
1911                 fix broken storage of quote format template when it contains \-escape
1912                 sequences. The application of such sequences is also fixed now (\t
1913                 in quote format will be a real tab instead of a 't', for instance).
1914
1915 2006-10-27 [colin]      2.5.6cvs10
1916
1917         * src/compose.c
1918                 Probably fix bug 1045, 'sylpheed-claws 
1919                 doesn't remove the mail from the IMAP 
1920                 Queue folder after sending'. From
1921                 2.5.6cvs3-stable
1922
1923 2006-10-27 [colin]      2.5.6cvs9
1924
1925         * configure.ac
1926                 Require libetpan-0.48. I'm so annoying,
1927                 I know ;-)
1928
1929 2006-10-27 [colin]      2.5.6cvs8
1930
1931         * src/folder.c
1932         * src/imap.c
1933                 Probably fix bug 1044, 'sylpheed-claws 
1934                 segfaults while moving mails' - Fix relation
1935                 usage when moving to an IMAP mailbox from another
1936                 mailbox
1937
1938 2006-10-26 [paul]       2.5.6cvs7
1939
1940         * src/gtk/about.c
1941                 add libSM to compiled-in features
1942                 list
1943
1944 2006-10-24 [colin]      2.5.6cvs6
1945
1946         * src/textview.c
1947         * src/gtk/gtkutils.c
1948                 Fix crash when printing emails with an
1949                 xface
1950
1951 2006-10-24 [mones]      2.5.6cvs5
1952
1953         * manual/es/advanced.xml
1954                 Synchronize hidden option respect_flowed_format
1955         * po/es.po
1956                 Updated translation
1957
1958 2006-10-21 [paul]       2.5.6cvs4
1959
1960         * src/gtk/authors.h
1961         * src/plugins/pgpcore/pgp_viewer.c
1962         * src/plugins/pgpcore/sgpgme.c
1963                 fix building on BSDs
1964                 Thanks to Michael Hughes
1965                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1966
1967 2006-10-20 [colin]      2.5.6cvs3
1968
1969         * configure.ac
1970                 Bump up libetpan requirement
1971                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1972         * src/common/utils.c
1973         * src/common/utils.h
1974                 Add convenience get_file_mtime()
1975         * src/imap.c
1976         * src/etpan/imap-thread.c
1977         * src/etpan/imap-thread.h
1978                 Implement UIDPLUS support if the server
1979                 supports it - faster sending in this case
1980
1981 2006-10-19 [colin]      2.5.6cvs2
1982
1983         * src/gtk/quicksearch.c
1984                 Fix emptying in type-ahead+extended mode
1985         * src/mainwindow.c
1986         * src/mainwindow.h
1987                 Add a hook for offline state change
1988         * src/plugins/trayicon/trayicon.c
1989                 Use it to display offline icons
1990         * src/plugins/trayicon/Makefile.am
1991         * src/plugins/trayicon/newmail.offline.xpm
1992         * src/plugins/trayicon/newmarkedmail.offline.xpm
1993         * src/plugins/trayicon/nomail.offline.xpm
1994         * src/plugins/trayicon/unreadmail.offline.xpm
1995         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1996                 Add the icons
1997
1998 2006-10-12 [paul]       2.5.6cvs1
1999
2000         * NEWS
2001         * README
2002         * configure.ac
2003                 Update version number following
2004                 stable release
2005
2006 2006-10-19 [colin]      2.5.5cvs18
2007
2008         * manual/handling.xml
2009                 Add type-ahead search
2010
2011 2006-10-18 [colin]      2.5.5cvs17
2012
2013         * src/gtk/quicksearch.c
2014                 Remove "save to history only if there's
2015                 no syntax error", it breaks for some 
2016                 reason which I'll investigate later.
2017
2018 2006-10-18 [colin]      2.5.5cvs16
2019
2020         * src/prefs_common.c
2021         * src/prefs_common.h
2022         * src/summaryview.c
2023         * src/gtk/quicksearch.c
2024         * src/gtk/quicksearch.h
2025                 Add a type-ahead option for fast searches
2026                 Patch by Fabien Vantard
2027
2028 2006-10-18 [colin]      2.5.5cvs15
2029
2030         * src/compose.c
2031         * src/compose.h
2032                 Add Options/Reply mode/ menu to be able to
2033                 change the recipients of a reply on the fly
2034
2035 2006-10-18 [colin]      2.5.5cvs14
2036
2037         * src/compose.c
2038                 Fix redirecting of our own sent mails
2039
2040 2006-10-17 [wwp]        2.5.5cvs13
2041
2042         * src/send_message.c
2043                 Fix duplicate error messages when sending, and missing
2044                 newline in such error messages.
2045
2046 2006-10-17 [colin]      2.5.5cvs12
2047
2048         * src/compose.c
2049                 Compare addresses case-insensitive
2050
2051 2006-10-17 [colin]      2.5.5cvs11
2052
2053         * src/plugins/pgpcore/sgpgme.c
2054                 Fix return status
2055
2056 2006-10-17 [colin]      2.5.5cvs10
2057
2058         * src/plugins/pgpcore/pgp_viewer.c
2059                 Fix return status
2060
2061 2006-10-17 [colin]      2.5.5cvs9
2062
2063         * src/quote_fmt.c
2064                 Fix a typo (thanks to Fabien)
2065
2066 2006-10-16 [colin]      2.5.5cvs8
2067
2068         * src/textview.c
2069                 Fix problem with quote-folding when emails
2070                 don't convert cleanly to UTF-8
2071
2072 2006-10-14 [colin]      2.5.5cvs7
2073
2074         * src/prefs_template.c
2075                 Reset fields when reopening
2076                 the window
2077
2078 2006-10-13 [paul]       2.5.5cvs6
2079
2080         * manual/advanced.xml
2081         * src/prefs_message.c
2082                 make 'respect_flowed_format' a hidden
2083                 option, and add a manual entry for it
2084                 Thanks to Colin
2085
2086 2006-10-12 [colin]      2.5.5cvs5
2087
2088         * src/codeconv.c
2089                 Revert part of 2.5.2cvs21:
2090                 Don't optimise by reusing the 
2091                 last iconv converter if possible:
2092                 it seems slightly broken in a 
2093                 very hard way to reproduce
2094
2095 2006-10-12 [colin]      2.5.5cvs4
2096
2097         * src/prefs_common.c
2098         * src/prefs_common.h
2099         * src/prefs_message.c
2100         * src/procmime.c
2101                 Fix bug 1035, 'Incorrect handling 
2102                 of flowed lines'. We now optionnaly
2103                 handle this format (preference is in
2104                 Message View/Text options section)
2105
2106 2006-10-12 [colin]      2.5.5cvs3
2107
2108         * po/POTFILES.in
2109                 Add new file
2110         * src/plugins/pgpcore/pgp_viewer.c
2111         * src/plugins/pgpcore/sgpgme.c
2112                 Don't try to import without asking
2113
2114 2006-10-12 [colin]      2.5.5cvs2
2115
2116         * src/compose.c
2117                 Fix bug 1036, 'Forwarding a mutlipart
2118                 mail with a "text/html" block to ms
2119                 outlook users leeds to freeze of
2120                 outlook'. Poor outlook users...
2121
2122 2006-10-12 [paul]       2.5.5cvs1
2123
2124         * NEWS
2125         * README
2126         * configure.ac
2127                 Update version number following
2128                 stable release
2129
2130 2006-10-11 [paul]       2.5.4cvs1
2131
2132         * NEWS
2133         * README
2134         * configure.ac
2135                 Update version number following
2136                 stable release
2137
2138 2006-10-11 [paul]       2.5.3cvs32
2139
2140         * src/textview.c
2141                 fix bug 1032, 'Segmentation fault when showing
2142                 message' (bug in quote folding)
2143                 Thanks to Colin
2144
2145 2006-10-10 [colin]      2.5.3cvs31
2146
2147         * src/quote_fmt.c
2148                 Rephrase english a bit
2149
2150 2006-10-10 [colin]      2.5.3cvs30
2151
2152         * src/prefs_compose_writing.c
2153                 Stop making the page larger than the window
2154
2155 2006-10-10 [wwp]        2.5.3cvs29
2156
2157         * src/compose.c
2158         * src/prefs_template.c
2159         * src/quote_fmt.c
2160         * src/quote_fmt.h
2161         * src/quote_fmt_lex.l
2162         * src/quote_fmt_parse.y
2163                 Extend the quote parser a bit: allow to get access to
2164                 basic (composing) account info.
2165
2166 2006-10-10 [colin]      2.5.3cvs28
2167
2168         * src/procheader.c
2169                 Fix this \t problem in subject
2170
2171 2006-10-09 [colin]      2.5.3cvs27
2172
2173         * src/main.c
2174         * src/prefs_gtk.c
2175                 Prepare cache a bit later
2176                 If section already exists, skip the new one 
2177                 (as previously); avoid writing the same block
2178                 twice - if we find a second block with the 
2179                 same id, skip it.
2180         * src/plugins/pgpcore/pgp_viewer.c
2181                 Set cursor to busy when retrieving a key
2182         * src/plugins/pgpcore/sgpgme.c
2183                 allow 5 seconds for gpg to export the key
2184                 
2185
2186 2006-10-09 [colin]      2.5.3cvs26
2187
2188         * configure.ac
2189         * src/msgcache.c
2190         * src/prefs_gtk.c
2191                 Check for existence of fgets_unlocked
2192                 and fwrite_unlocked
2193
2194 2006-10-09 [paul]       2.5.3cvs25
2195
2196         * src/prefs_summaries.c
2197                 replace strftime() with fast_strftime() and in
2198                 the consequence fix the bug in the display of
2199                 AM/PM in the 'Example' string
2200
2201 2006-10-09 [ticho]      2.5.3cvs24
2202
2203         * po/sk.po
2204                 Updated (and fixed up somewhat) Slovak translation.
2205
2206 2006-10-08 [colin]      2.5.3cvs23
2207
2208         * src/prefs_folder_item.c
2209                 Explain why prefs in the top-level folder
2210                 aren't retained, but are still useful
2211
2212 2006-10-08 [colin]      2.5.3cvs22
2213
2214         * src/prefs_gtk.c
2215                 Don't cache anything if caching fails
2216
2217 2006-10-08 [colin]      2.5.3cvs21
2218
2219         * src/common/utils.c
2220                 always include gi18n.h
2221
2222 2006-10-07 [colin]      2.5.3cvs20
2223
2224         * src/plugins/pgpcore/pgp_viewer.c
2225                 Kill gpg after 5 seconds wait
2226
2227 2006-10-07 [colin]      2.5.3cvs19
2228
2229         * src/plugins/pgpcore/pgp_viewer.c
2230         * src/plugins/pgpcore/pgp_viewer.h
2231                 Fix copyright
2232
2233 2006-10-07 [colin]      2.5.3cvs18
2234
2235         * src/plugins/pgpcore/pgp_viewer.c
2236         * src/plugins/pgpcore/pgp_viewer.h
2237                 Actually add the files to CVS
2238
2239 2006-10-07 [colin]      2.5.3cvs17
2240
2241         * src/plugins/pgpcore/sgpgme.c
2242                 Be sure not to crash on 'application/pgp-signature' that
2243                 are not application/pgp-signatures
2244
2245 2006-10-07 [colin]      2.5.3cvs16
2246
2247         * src/textview.c
2248         * src/textview.h
2249                 Make a bit more of the API available
2250         * src/plugins/pgpcore/Makefile.am
2251         * src/plugins/pgpcore/plugin.c
2252         * src/plugins/pgpcore/sgpgme.c
2253                 Add basic key import/export
2254
2255 2006-10-07 [colin]      2.5.3cvs15
2256
2257         * src/folderview.c
2258         * src/imap.c
2259         * src/prefs_account.c
2260         * src/wizard.c
2261                 Warn users *everywhere* if libetpan's not
2262                 linked in
2263
2264 2006-10-06 [mones]      2.5.3cvs14
2265
2266         * po/de.po
2267         * po/es.po
2268                 updated by Stephan Sachse and me
2269
2270 2006-10-06 [colin]      2.5.3cvs13
2271
2272         * src/main.c
2273         * src/common/sylpheed.c
2274                 Don't load common plugins if --exit is passed
2275         * src/prefs_gtk.c
2276         * src/prefs_gtk.h
2277                 Implement a cache to avoid reading the same
2278                 files over and over again at startup
2279
2280 2006-10-06 [colin]      2.5.3cvs12
2281
2282         * src/summaryview.c
2283         * src/gtk/quicksearch.c
2284                 Update display every 5k mails on fast searches
2285
2286 2006-10-06 [colin]      2.5.3cvs11
2287
2288         * src/textview.c
2289                 Don't do quote folding on HTML or ERTF.
2290                 May fix the Cygwin issues if they were
2291                 happening with HTML mails?
2292
2293 2006-10-05 [colin]      2.5.3cvs10
2294
2295         * src/prefs_gtk.c
2296                 Oops, forgot one
2297
2298 2006-10-05 [colin]      2.5.3cvs9
2299
2300         * src/prefs_gtk.c
2301                 Use unlocked_stdio here too
2302
2303 2006-10-05 [colin]      2.5.3cvs8
2304
2305         * src/folderview.c
2306                 Fix go to next * after preferences apply
2307         * src/msgcache.c
2308                 Do the fd lock/unlock ourselves instead of
2309                 letting the libc do it at each write 
2310
2311 2006-10-05 [colin]      2.5.3cvs7
2312
2313         * src/common/utils.c
2314                 Faster division, thanks to Jean Diraison
2315
2316 2006-10-05 [paul]       2.5.3cvs6
2317
2318         * src/common/utils.c
2319                 fix building with --disable-nls
2320
2321 2006-10-04 [colin]      2.5.3cvs5
2322
2323         * src/folder.c
2324                 Maybe fix a segfault
2325
2326 2006-10-04 [wwp]        2.5.3cvs4
2327
2328         * src/prefs_folder_item.c
2329                 Fine-tune layouts in folder item prefs. Suggested by
2330                 Fabien Vantard <fzzzzz@gmail.com>.
2331
2332 2006-10-04 [wwp]        2.5.3cvs3
2333
2334         * src/prefs_folder_item.c
2335                 Kill the clandestine passengers. You didn't see anything.
2336
2337 2006-10-04 [wwp]        2.5.3cvs2
2338
2339         * src/prefs_folder_item.c
2340                 Add a way to test the subject simplify regexp in
2341                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2342                 w/ few layout changes.
2343
2344 2006-20-04 [paul]       2.5.3cvs1
2345
2346         * NEWS
2347         * README
2348         * configure.ac
2349                 Update version number following
2350                 stable release
2351
2352 2006-10-04 [colin]      2.5.2cvs42
2353
2354         * src/folder.c
2355         * src/folder.h
2356         * src/summaryview.c
2357                 Provide a way for folder classes to set their sort
2358                 type and key
2359
2360 2006-10-03 [colin]      2.5.2cvs41
2361
2362         * src/mh.c
2363                 Don't use strlen() to know if the
2364                 string's empty
2365
2366 2006-10-03 [colin]      2.5.2cvs40
2367
2368         * src/mh.c
2369                 Fix "check for new folders" with accentued folders
2370
2371 2006-10-03 [ticho]      2.5.2cvs39
2372
2373         * src/filtering.c
2374         * src/folder.c
2375         * src/inc.c
2376         * src/mbox.c
2377                 Colin's fix for "copy" filtering rules.
2378
2379 2006-10-02 [colin]      2.5.2cvs38
2380
2381         * src/folderview.c
2382                 Fix for double-click too
2383
2384 2006-10-02 [colin]      2.5.2cvs37
2385
2386         * src/folderview.c
2387                 correct fix for cvs36
2388
2389 2006-10-02 [colin]      2.5.2cvs36
2390
2391         * src/folderview.c
2392                 Fix 'goto next unread' after collapsing/expanding 
2393                 a node.
2394
2395 2006-10-02 [colin]      2.5.2cvs35
2396
2397         * src/summaryview.c
2398                 Fix double freeze/thaw
2399         * src/common/utils.c
2400         * src/common/utils.h
2401                 Reimplement strftime
2402         * src/procheader.c
2403                 Use it
2404
2405
2406 2006-10-02 [colin]      2.5.2cvs34
2407
2408         * src/mh.c
2409                 Time mh_write_sequences() - it's fast
2410         * src/summaryview.c
2411                 Init a variable to shut up gcc
2412
2413 2006-10-01 [colin]      2.5.2cvs33
2414
2415         * src/folder.c
2416         * src/mh.c
2417         * src/mh.h
2418         * src/msgcache.c
2419                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2420                 Add fsync but disable it, it's slow as hell
2421
2422 2006-10-01 [colin]      2.5.2cvs32
2423
2424         * src/mh.c
2425         * src/msgcache.c
2426                 fflush() caches and mh_sequences before
2427                 fclose()ing
2428
2429 2006-10-01 [colin]      2.5.2cvs31
2430
2431         * src/msgcache.c
2432                 Don't ftruncate when not using mmap
2433
2434 2006-09-30 [colin]      2.5.2cvs30
2435
2436         * src/main.c
2437                 Write folder list *after* saving caches
2438
2439 2006-09-30 [colin]      2.5.2cvs29
2440
2441         * src/folder.c
2442         * src/mh.c
2443                 Debug forced mtime changes
2444
2445 2006-09-30 [colin]      2.5.2cvs28
2446
2447         * src/folder.c
2448         * src/main.c
2449                 Remove useless debug_print()s (code
2450                 well-tested)
2451
2452 2006-09-30 [colin]      2.5.2cvs27
2453
2454         * src/mh.c
2455                 Do stuff faster when writing mh_sequences
2456
2457 2006-09-30 [colin]      2.5.2cvs26
2458
2459         * src/mh.c
2460                 Don't let the writing of .mh_sequences, which
2461                 can change the folder's mtime, let us think
2462                 we need to scan.
2463
2464 2006-09-30 [colin]      2.5.2cvs25
2465
2466         * src/folder.c
2467                 Move a debug_print where it belongs 
2468                 (processing)
2469         * src/summaryview.c
2470                 Don't mess with a huge slow subject
2471                 table if we're not threading by
2472                 subject
2473
2474 2006-09-30 [colin]      2.5.2cvs24
2475
2476         * src/msgcache.c
2477                 Reenable mmaped reads (*not* writes!)
2478         * src/procmsg.c
2479                 Don't destroy and recreate hashtables just
2480                 for fun
2481         * src/common/utils.c
2482                 Remove useless reply prefixes (it's case
2483                 unsensitive)
2484
2485 2006-09-30 [wwp]        2.5.2cvs23
2486
2487         * tools/fix_date.sh
2488                 Fixed a minor bug in date value extraction, added a switch
2489                 to replace non RFC-compliant Date: value, added a switch
2490                 to use strict RFC matching patterns for dates.
2491
2492 2006-09-29 [colin]      2.5.2cvs22
2493
2494         * src/matcher_parser.h
2495         * src/matcher_parser_parse.y
2496         * src/prefs_filtering.c
2497         * src/statusbar.c
2498         * src/summary_search.c
2499         * src/summaryview.c
2500         * src/gtk/quicksearch.c
2501         * src/gtk/quicksearch.h
2502                 Optimise searches by setting different
2503                 refresh intervals (depending if the 
2504                 search is fast or not)
2505
2506 2006-09-29 [colin]      2.5.2cvs21
2507
2508         * src/codeconv.c
2509                 Optimise by reusing the last iconv converter
2510                 if possible
2511         * src/textview.c
2512                 Optimise a bit (the foldable quotes feature
2513                 still has an awful O(n^2) algo
2514
2515 2006-09-29 [colin]      2.5.2cvs20
2516
2517         * src/gtk/gtksctree.c
2518         * src/gtk/gtksctree.h
2519                 Optimise de-selection via up/down or
2520                 another key
2521
2522 2006-09-28 [colin]      2.5.2cvs19
2523
2524         * src/action.c
2525         * src/compose.c
2526         * src/folderview.c
2527         * src/mainwindow.c
2528         * src/messageview.c
2529         * src/summary_search.c
2530         * src/toolbar.c
2531                 Avoid using summaryview->ctree directly
2532
2533 2006-09-28 [colin]      2.5.2cvs18
2534
2535         * src/summaryview.c
2536         * src/summaryview.h
2537                 Add helpers to freeze/thaw/grab_focus
2538                 Factorize calls to freeze/thaw/grab_focus
2539                 
2540
2541 2006-09-28 [colin]      2.5.2cvs17
2542
2543         * src/main.c
2544                 More guards for the session management
2545
2546 2006-09-28 [colin]      2.5.2cvs16
2547
2548         * src/folderview.c
2549         * src/gtk/gtksctree.c
2550         * src/gtk/gtksctree.h
2551                 Make expanding not recursive in folderview
2552
2553 2006-09-28 [colin]      2.5.2cvs15
2554
2555         * src/addressbook.c
2556                 If nothing is selected in the list (right part)
2557                 and a group is selected in the tree (left part),
2558                 mail this group.
2559
2560 2006-09-28 [colin]      2.5.2cvs14
2561
2562         * src/Makefile.am
2563                 Actually use SM_LIBS
2564
2565 2006-09-28 [ticho]      2.5.2cvs13
2566
2567         * src/export.c
2568         * src/messageview.c
2569         * src/mimeview.c
2570         * src/news.c
2571         * src/pop.c
2572         * src/prefs_themes.c
2573         * src/procmsg.c
2574                 Small i18n string optimization.
2575         * src/send_message.c
2576         * src/summaryview.c
2577         * src/common/session.c
2578         * src/common/smtp.c
2579         * src/common/ssl_certificate.c
2580         * src/common/utils.c
2581                 Use "Couldn't" instead of "Can't" in UI messages,
2582                 where appropriate.
2583
2584 2006-09-28 [colin]      2.5.2cvs12
2585
2586         * configure.ac
2587                 Possibly fix link errors
2588
2589 2006-09-27 [wwp]        2.5.2cvs11
2590
2591         * src/gtk/authors.h
2592         * doc/man/sylpheed-claws.1
2593         * manual/ack.xml
2594         * manual/es/ack.xml
2595         * manual/fr/ack.xml
2596         * manual/pl/ack.xml
2597                 Updated authors info (me, myself and I).
2598
2599 2006-09-27 [colin]      2.5.2cvs10
2600
2601         * src/addressbook.c
2602                 Remove useless printf
2603
2604 2006-09-27 [wwp]        2.5.2cvs9
2605
2606         * src/editgroup.c
2607         * src/send_message.c
2608         * src/inc.c
2609         * src/prefs_common.c
2610         * src/prefs_common.h
2611         * src/gtk/progressdialog.c
2612                 remember more windows' sizes (send dialog, received dialog,
2613                 edit group in addressbook).
2614
2615 2006-09-27 [colin]      2.5.2cvs8
2616
2617         * configure.ac
2618         * src/main.c
2619         * src/mainwindow.h
2620                 Use libSM to communicate with the session
2621                 manager, so that we can know when the 
2622                 session ends, save our caches, and draft
2623                 our compose windows.
2624
2625 2006-09-27 [colin]      2.5.2cvs7
2626
2627         * src/addressbook.c
2628                 Fix issues:
2629                 o Allow Book and Group creation from the tree's
2630                   contextual menu
2631                 o Do not actually delete the contacts when 
2632                   deleting groups from the tree (duh!)
2633
2634 2006-09-27 [colin]      2.5.2cvs6
2635
2636         * src/compose.c
2637         * src/compose.h
2638         * src/mainwindow.c
2639         * src/textview.c
2640         * src/toolbar.c
2641                 o Allow passing an email address to 
2642                   compose_new_with_folderitem
2643                 o Update callers
2644                 o Use current folderitem when clicking
2645                   on a TextView mailto: link
2646                 o Fix a possible leak in TextView
2647
2648 2006-09-27 [colin]      2.5.2cvs5
2649
2650         * src/html.c
2651                 Use UTF-8 chars to replace HTML entities
2652
2653 2006-09-27 [colin]      2.5.2cvs4
2654
2655         * AUTHORS
2656         * src/prefs_account.c
2657         * src/gtk/authors.h
2658                 Fix bug #1024 (Array index out of
2659                 range in sylpheed-claws-2.5.2)
2660                 Patch by Ales Nosek <anosek@suse.cz>
2661
2662 2006-09-27 [colin]      2.5.2cvs3
2663
2664         * src/addr_compl.c
2665                 Actually do the test
2666
2667 2006-09-27 [colin]      2.5.2cvs2
2668
2669         * src/addr_compl.c
2670         * src/addr_compl.h
2671                 Allow completing with comma (in certain cases: vCalendar
2672                 for example doesn't support that)
2673                 Patch by Fabien Vantard
2674
2675 2006-09-26 [colin]      2.5.2cvs1
2676
2677         * src/Makefile.am
2678         * src/addr_compl.c
2679         * src/addr_compl.h
2680         * src/addrbook.c
2681         * src/addrbook.h
2682         * src/addressbook.c
2683         * src/addrindex.c
2684         * src/addrindex.h
2685         * src/compose.c
2686         * src/prefs_common.c
2687         * src/prefs_filtering_action.c
2688         * src/prefs_folder_item.c
2689         * src/prefs_template.c
2690         * src/stock_pixmap.c
2691         * src/stock_pixmap.h
2692         * src/pixmaps/addr_one.xpm
2693         * src/pixmaps/addr_two.xpm
2694                 Add auto-completion on groups
2695
2696 2006-09-26 [colin]      2.5.2
2697
2698         * NEWS
2699         * README
2700         * RELEASE_NOTES
2701                 2.5.2 released
2702
2703 2006-09-26 [colin]      2.5.1cvs5
2704
2705         * src/matcher.c
2706                 Fix condition
2707
2708 2006-09-26 [colin]      2.5.1cvs4
2709
2710         * src/mbox.c
2711                 Revert cvs1 (useless as the message is printed 
2712                 every 500 mails)
2713
2714 2006-09-26 [colin]      2.5.1cvs3
2715
2716         * src/partial_download.c
2717                 Fix crasher found by Alexsandar Urosevic
2718
2719 2006-09-26 [colin]      2.5.1cvs2
2720
2721         * src/summaryview.c
2722                 Fix bug #1023 (Sylpheed deletes too much messages)
2723
2724 2006-09-26 [ticho]      2.5.1cvs1
2725
2726         * src/mbox.c
2727                 Make use of gettext's multiple plurals for statusbar
2728                 progress message.
2729
2730 2006-09-25 [paul]       2.5.1
2731
2732         * NEWS
2733         * README
2734         * RELEASE_NOTES
2735                 2.5.1 released
2736
2737 2006-09-25 [colin]      2.5.0cvs3
2738
2739         * src/plugins/bogofilter/bogofilter.c
2740         * src/plugins/clamav/clamav_plugin.c
2741         * src/plugins/spamassassin/spamassassin.c
2742                 BogoFilter, Spamassassin: Fix double hook registering after
2743                 visiting preferences
2744                 Spamassassin, Clamav: Just set the mails to move instead of
2745                 doing the move - caller will move the things at once.
2746
2747 2006-09-25 [colin]      2.5.0cvs2
2748
2749         * src/imap.c
2750         * src/etpan/imap-thread.c
2751                 Use UID SEARCH ALL instead of UID 1:*
2752                 (braindead servers can't figure out that's
2753                 the same...)
2754
2755 2006-09-25 [wwp]        2.5.0cvs1
2756
2757         * src/message_search.c
2758                 Added the ability to stop a running search (in message body).
2759
2760 2006-09-25 [paul]       2.5.0
2761
2762         * NEWS
2763         * README
2764         * RELEASE_NOTES
2765                 2.5.0 released
2766
2767 2006-09-25 [paul]       2.4.0cvs214
2768
2769         * po/cs.po
2770         * po/de.po
2771         * po/fi.po
2772         * po/fr.po
2773         * po/nl.po
2774         * po/pt_BR.po
2775         * po/sk.po
2776         * po/sr.po
2777         * po/zh_CN.po
2778                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2779                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2780                 Ticho, Aleksander Urosevic, Ralgh Young
2781
2782 2006-09-24 [mones]      2.4.0cvs213
2783
2784         * po/es.po
2785                 Updated for release
2786
2787 2006-09-23 [colin]      2.4.0cvs212
2788
2789         * src/gtk/inputdialog.c
2790                 Fix [ ] remember this appearing in normal
2791                 input dialogs after it's been used by
2792                 mimeview.
2793         * src/folder.c
2794         * src/folderview.c
2795         * src/msgcache.c
2796         * src/procmsg.c
2797         * src/summaryview.c
2798         * src/textview.c
2799         * src/common/timing.h
2800                 Enable timings in debug mode and make it
2801                 look prettier.
2802
2803 2006-09-22 [colin]      2.4.0cvs211
2804
2805         * README
2806                 Revert test change
2807         * commitHelper
2808                 ping the correct URI
2809
2810 2006-09-22 [colin]      2.4.0cvs210
2811
2812         * README
2813                 Let's see if bug #1022 is fixed
2814
2815 2006-09-21 [colin]      2.4.0cvs209
2816
2817         * src/wizard.c
2818         * src/common/plugin.c
2819                 Prepare infra to load predefined plugins when
2820                 no configuration existed. Don't actually load
2821                 anything yet (feat. freeze)
2822
2823 2006-09-21 [wwp]        2.4.0cvs208
2824
2825         * manual/fr/faq.xml
2826                 Partial sync w/ 2.4.0cvs72:
2827                 wrap file and minor updates.
2828
2829 2006-09-21 [wwp]        2.4.0cvs207
2830
2831         * tools/fix_date.sh
2832                 several fixes and enhancements. A new --force switch has been
2833                 added to prevent overriding by default Date: header when
2834                 already existing.
2835
2836 2006-09-21 [paul]       2.4.0cvs206
2837
2838         * src/common/utils.c
2839                 add Chinese UTF8 Re prefix
2840
2841 2006-09-21 [wwp]        2.4.0cvs205
2842
2843         * tools/Makefile.am
2844                 Fics alfabettical order.
2845
2846 2006-09-21 [wwp]        2.4.0cvs204
2847
2848         * tools/fix_date.sh
2849         * tools/Makefile.am
2850                 Added an action tool to fix missing Date field in emails.
2851                 Updated Makefile.am to reflect those last two additions.
2852
2853 2006-09-21 [wwp]        2.4.0cvs203
2854
2855         * tools/uuooffice
2856                 Added a action tool to open uuencoded docs w/
2857                 OpenOffice (based on uudec method).
2858
2859 2006-09-21 [colin]      2.4.0cvs202
2860
2861         * src/compose.c
2862         * src/textview.c
2863                 Workaround possible GTK crash: remove selection 
2864                 clipboard before destroying widget, or GTK+-2.10
2865                 dies. Thanks to Hiro.
2866
2867 2006-09-20 [colin]      2.4.0cvs201
2868
2869         * src/compose.c
2870                 Fix free-after-use in some cases (when 
2871                 procmime_encode_content() frees mimeinfo->data.mem
2872                 and turns it to a temp file)
2873
2874 2006-09-20 [colin]      2.4.0cvs200
2875
2876         * src/folderview.c
2877         * src/summaryview.c
2878         * src/gtk/gtksctree.c
2879         * src/gtk/gtksctree.h
2880                 Add tooltips in the folderview and summaryview
2881                 (Doesn't break string freeze as they already
2882                 exist)
2883         * src/toolbar.c
2884                 Put the spam button in the default configuration
2885                 if compiled with bogo plugin too
2886
2887 2006-09-19 [colin]      2.4.0cvs199
2888
2889         * src/summaryview.c
2890         * src/summaryview.h
2891                 Update folder name label on folder rename
2892         * src/prefs_matcher.c
2893         * src/gtk/logwindow.h
2894                 Fix warnings
2895                 Patches by Fabien
2896
2897 2006-09-19 [wwp]        2.4.0cvs198
2898
2899         * src/summary_search.c
2900                 fix can't click forward/backward buttons in the
2901                 search messages.
2902
2903 2006-09-18 [paul]       2.4.0cvs197
2904
2905         * src/wizard.c
2906                 add missing bracket, capitalise the A of
2907                 'SpamAssassin'
2908
2909 2006-09-18 [paul]       2.4.0cvs196
2910
2911         * src/compose.c
2912                 fix bug 1012 'crashed upon sending mail
2913                 from compose window'
2914                 Thanks to Colin
2915
2916 2006-09-16 [colin]      2.4.0cvs195
2917
2918         * src/folderview.c
2919                 Fix "real-time" sorting by freezing/thawing
2920
2921 2006-09-16 [colin]      2.4.0cvs194
2922
2923         * manual/faq.xml
2924                 Fix the anti-spam entry a bit
2925
2926 2006-09-16 [colin]      2.4.0cvs193
2927
2928         * src/wizard.c
2929                 Make sure reviewers have no excuse when stating
2930                 Sylpheed-Claws doesn't have antispam capabilities.
2931
2932 2006-09-16 [colin]      2.4.0cvs192
2933
2934         * src/main.c
2935                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2936                 as if the SIGPIPE comes from etpan's thread we could
2937                 trigger a GUI update from this thread.
2938
2939 2006-09-16 [colin]      2.4.0cvs191
2940
2941         * src/summaryview.c
2942                 Init all members of the struct
2943
2944 2006-09-16 [paul]       2.4.0cvs190
2945
2946         * src/account.c
2947                 improvements to the English
2948
2949 2006-09-15 [colin]      2.4.0cvs189
2950
2951         * src/summaryview.c
2952                 HIG order on dialog
2953
2954 2006-09-14 [colin]      2.4.0cvs188
2955
2956         * src/common/socket.c
2957         * src/common/socket.h
2958         * src/common/ssl.c
2959         * src/common/ssl_certificate.c
2960         * src/common/ssl_certificate.h
2961         * src/etpan/imap-thread.c
2962                 the get_fqdn() call done to get canonical name when
2963                 checking an SSL certificate is blocking, which is
2964                 sad as we just did a non-blocking lookup to connect.
2965                 Fix that by letting the fqdn available to the SockInfo,
2966                 and use that in ssl_certificate_check(). For IMAP,
2967                 we don't do it as the lookup's done by libetpan, but
2968                 it's less annoying as IMAP connections as much more
2969                 rare than POP3 connections.
2970
2971 2006-09-14 [paul]       2.4.0cvs187
2972
2973         * manual/advanced.xml
2974                 improvements to the English,
2975                 properly place the new hidden options
2976                 within the alphabetical order
2977         * src/gtk/pluginwindow.c
2978                 improvements to the English
2979
2980 2006-09-14 [colin]      2.4.0cvs186
2981
2982         * src/prefs_common.c
2983         * src/prefs_common.h
2984         * src/gtk/gtksctree.c
2985         * manual/advanced.xml
2986                 New hidden pref, stripes_color_offset, to change
2987                 the value added/substracted to normal bgcolor to
2988                 create the stripes in summaries
2989
2990 2006-09-13 [colin]      2.4.0cvs185
2991
2992         * src/gedit-print.c
2993         * src/messageview.c
2994         * src/messageview.h
2995         * src/summaryview.c
2996         * src/textview.c
2997                 Fix misc. printing issues: 
2998                 - Bad font for linkified headers
2999                 - Different font if the mail was displayed or not
3000                 - Factorize the thing
3001
3002 2006-09-13 [colin]      2.4.0cvs184
3003
3004         * src/common/ssl_certificate.c
3005                 Only get FQDN once when checking certificate
3006
3007 2006-09-13 [colin]      2.4.0cvs183
3008
3009         * src/account.c
3010         * src/gtk/pluginwindow.c
3011                 Misc. GUI fixes by Fabien
3012
3013 2006-09-13 [wwp]        2.4.0cvs182
3014
3015         * configure.ac
3016         * src/common/utils.h
3017         * src/common/utils.c
3018                 get rid of unused wide-char functions.
3019
3020 2006-09-13 [wwp]        2.4.0cvs181
3021
3022         * src/plugins/pgpinline/sylpheed.def
3023         * src/textview.c
3024                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
3025                 add privacy_reset_error to the .def file,
3026                 do not fork for an external textviewer.
3027
3028 2006-09-13 [wwp]        2.4.0cvs180
3029
3030         * src/prefs_common.c
3031                 fix broken font entry in prefs (patch issued by the gpg4win team,
3032                 probably by Marcus Brinkmann <marcus@g10code.de>).
3033
3034 2006-09-13 [colin]      2.4.0cvs179
3035
3036         * src/folder.h
3037                 Fix a warning in summaryview.c
3038         * src/mainwindow.c
3039         * src/summaryview.c
3040         * src/summaryview.h
3041                 Add missing Mark/* elements in the
3042                 main menu
3043
3044 2006-09-12 [colin]      2.4.0cvs178
3045
3046         * src/prefs_actions.c
3047         * src/prefs_filtering_action.c
3048         * src/prefs_matcher.c
3049                 Use (New) instead of New everywhere
3050
3051 2006-09-12 [wwp]        2.4.0cvs177
3052
3053         * manual/fr/addrbook.xml
3054         * manual/fr/handling.xml
3055                 updated some quotes in the fr manual to match the fr translation.
3056
3057 2006-09-12 [wwp]        2.4.0cvs176
3058
3059         * src/prefs_matcher.c
3060                 don't store translated string elements in matcher expressions.
3061                 Also fixed a misused of Q_().
3062
3063 2006-09-11 [wwp]        2.4.0cvs175
3064
3065         * src/plugins//bogofilter/bogofilter.c
3066         * src/plugins//clamav/clamav_plugin.c
3067         * src/plugins//demo/demo.c
3068         * src/plugins//dillo_viewer/dillo_viewer.c
3069         * src/plugins//pgpcore/plugin.c
3070         * src/plugins//pgpinline/plugin.c
3071         * src/plugins//pgpmime/plugin.c
3072         * src/plugins//spamassassin/spamassassin.c
3073                 gettext-ize more strings (mostly plugin error messages).
3074
3075 2006-09-11 [colin]      2.4.0cvs174
3076
3077         * src/alertpanel.c
3078                 Make maximum buffer size bigger to avoid
3079                 truncating translated messages. Patch by
3080                 Fabien
3081
3082 2006-09-11 [colin]      2.4.0cvs173
3083
3084         * src/etpan/imap-thread.c
3085                 Fix compilation on OpenBSD, thanks to 
3086                 Landry
3087
3088 2006-09-10 [wwp]        2.4.0cvs172
3089
3090         * manual/account.xml
3091         * manual/addrbook.xml
3092         * manual/handling.xml
3093         * manual/es/handling.xml
3094         * manual/fr/account.xml
3095         * manual/fr/addrbook.xml
3096         * manual/fr/handling.xml
3097                 documented addressbook matching (condition configuration):
3098                   addrbook.xml, en fr
3099                 documented per-account filtering rules (handling/filtering
3100                   section, account section):
3101                   account.xml, handling.xml, en fr
3102                 slightly updated the handling/searching section to tell few
3103                   words about the extended search ability:
3104                   handling.xml, en fr
3105                 added missing <quote></quotes> to Quick Search:
3106                   handling.xml, en fr es
3107                 fixed a typo (auomatically):
3108                   handling.xml, en
3109                 changes revisited by Paul.
3110
3111 2006-09-10 [paul]       2.4.0cvs171
3112
3113         * src/prefs_actions.c
3114         * src/prefs_filtering.c
3115         * src/prefs_template.c
3116                 adjustments to the gui
3117                 Patch by Fabien Vantard (slightly modified)
3118
3119 2006-09-10 [colin]      2.4.0cvs170
3120
3121         * src/summaryview.c
3122                 Check folderitem/summaryview consistency
3123                 (basically automates Update summary). Fixes
3124                 #1011 (wrong (negative) count on unread 
3125                 messages)
3126
3127 2006-09-10 [colin]      2.4.0cvs169
3128
3129         * src/gtk/gtksctree.c
3130                 Fix recursive expansion via mouse
3131         * src/plugins/bogofilter/bogofilter.c
3132                 Use normal filtering way of moving
3133                 messages (batching), possibly fixing
3134                 bug #1015 (Bogofilter plugin doubles 
3135                 new messages)
3136
3137 2006-09-09 [wwp]        2.4.0cvs168
3138
3139         * src/prefs_filtering.c
3140                 better place for this fix.
3141
3142 2006-09-09 [wwp]        2.4.0cvs167
3143
3144         * src/prefs_filtering.c
3145                 fix a minor bug when the enabled status of a filtering/processing
3146                 rule always got set to TRUE when replacing this rule. That still
3147                 make sense when adding a new rule, but now when replacing, we
3148                 don't override the value of 'enabled'.
3149                 Also renamed the func prefs_filtering_list_view_get_rule_name()
3150                 to prefs_filtering_list_view_get_info() as this function not only
3151                 returns the name, but also the account_id and the enabled status.
3152
3153 2006-09-09 [mones]      2.4.0cvs166
3154
3155         * manual/glossary.xml
3156         * manual/plugins.xml
3157                 Minor format corrections
3158         * manual/gpl.xml
3159                 Fix misplaced NO WARRANTY section
3160         * manual/es/advanced.xml
3161         * manual/es/faq.xml
3162         * manual/es/glossary.xml
3163         * manual/es/gpl.xml
3164         * manual/es/handling.xml
3165         * manual/es/plugins.xml
3166         * manual/es/starting.xml
3167                 Incorporate changes from English version
3168         * manual/fr/ack.xml
3169         * manual/pl/ack.xml
3170         * manual/es/ack.xml
3171                 Fix address, (add translation credits in es version)
3172         * po/es.po
3173                 Updated translation
3174
3175 2006-09-09 [wwp]        2.4.0cvs165
3176
3177         * src/prefs_filtering.c
3178                 fix a crash when opening filtering prefs, if matcherrc file contains
3179                 broken data (non-existing account id, which is theoretically not
3180                 possible).
3181
3182 2006-09-08 [colin]      2.4.0cvs164
3183
3184         * src/folder.c
3185                 Wrong assert, make it an if()
3186         * src/gtk/gtksctree.c
3187                 Fix bug #1013 (expand selected thread 
3188                 tree) - expanding is now recursive
3189
3190 2006-09-07 [wwp]        2.4.0cvs163
3191
3192         * src/prefs_matcher.c
3193                 make better sentences about addressbook matching in the
3194                 matcher prefs. This should make translators' work easier
3195                 too.
3196
3197 2006-09-07 [wwp]        2.4.0cvs162
3198
3199         * src/prefs_filtering.c
3200                 code simplification (get rid of dup var. assignment).
3201
3202 2006-09-07 [wwp]        2.4.0cvs161
3203
3204         * src/summaryview.c
3205                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3206                 <fzzzzz@gmail.com>.
3207
3208 2006-09-07 [paul]       2.4.0cvs160
3209
3210         * src/mimeview.c
3211                 fix compilation warnings
3212                 Thanks to Colin
3213
3214 2006-09-07 [paul]       2.4.0cvs159
3215
3216         * src/mimeview.c
3217                 select the mimepart icon when
3218                 displaying as text
3219                 Thanks to Colin
3220
3221 2006-09-06 [paul]       2.4.0cvs158
3222
3223         * src/prefs_filtering.c
3224                 fix labels and table element spacing
3225                 Patch by Fabien Vantard
3226
3227 2006-09-06 [paul]
3228
3229         2.5.0-rc3 released
3230
3231 2006-09-06 [paul]       2.4.0cvs157
3232
3233         * manual/es/advanced.xml
3234                 fix typo
3235
3236 2006-09-06 [wwp]        2.4.0cvs156
3237
3238         * src/mainwindow.c
3239                 fix an dup launch issue when iconified, thanks to Colin.
3240
3241 2006-09-06 [wwp]        2.4.0cvs155
3242
3243         * src/gtk//gtksctree.h
3244                 oops, forgot that one!
3245
3246 2006-09-06 [wwp]        2.4.0cvs154
3247
3248         * manual/pl/advanced.xml
3249         * manual/advanced.xml
3250         * manual/es/advanced.xml
3251         * manual/fr/advanced.xml
3252         * src/prefs_customheader.c
3253         * src/prefs_filtering_action.c
3254         * src/foldersel.c
3255         * src/prefs_summaries.c
3256         * src/prefs_filtering.c
3257         * src/account.c
3258         * src/compose.c
3259         * src/prefs_summary_column.c
3260         * src/addr_compl.c
3261         * src/prefs_actions.c
3262         * src/prefs_folder_column.c
3263         * src/ssl_manager.c
3264         * src/prefs_template.c
3265         * src/prefs_display_header.c
3266         * src/prefs_common.h
3267         * src/prefs_matcher.c
3268         * src/prefs_common.c
3269         * src/prefs_toolbar.c
3270         * src/summaryview.c
3271         * src/folderview.c
3272         * src/gtk/gtksctree.c
3273         * src/gtk/pluginwindow.c
3274         * src/gtk/progressdialog.c
3275         * src/gtk/prefswindow.c
3276                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3277                 to make its meaning more obvious (all versions of the manual reflect
3278                 the change).
3279                 added an extra hidden option use_stripes_in_summary to allow
3280                 discarding these stripes in mainwindow's folder and message lists;
3281                 en and fr manuals only are OK towards this.
3282
3283 2006-09-06 [colin]      2.4.0cvs153
3284
3285         * src/textview.c
3286                 Hide Sylpheed-Claws' internal queue headers
3287                 when showing all headers. They'll be present
3288                 only in Source window.
3289
3290 2006-09-05 [colin]      2.4.0cvs152
3291
3292         * src/plugins/trayicon/trayicon.c
3293                 Fix crash at exit - we have to disconnect
3294                 our handlers
3295         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3296                 Update eggtrayicon - patch adapted from a
3297                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3298                 on Sylpheed's ML
3299
3300 2006-09-05 [colin]      2.4.0cvs151
3301
3302         * src/mainwindow.c
3303         * src/gtk/logwindow.c
3304                 Fix race condition when something writes
3305                 to the log too soon during init. Thanks
3306                 to Fabien Vantard
3307
3308 2006-09-05 [colin]      2.4.0cvs150
3309
3310         * src/mimeview.c
3311                 Don't select part on right-click either
3312
3313 2006-09-05 [paul]       2.4.0cvs149
3314
3315         * src/mimeview.c
3316                 completion of previous commit
3317                 Thanks to Colin
3318
3319 2006-09-05 [colin]      2.4.0cvs148
3320
3321         * src/mimeview.c
3322                 Don't force selection on middle-click, just open
3323
3324 2006-09-04 [colin]      2.4.0cvs147
3325
3326         * src/mimeview.c
3327                 Looks like gtk_notebook_set_current_page()
3328                 sometimes steals focus, and this annoys us
3329                 in MimeViewers as it renders navigation
3330                 keys useless. Take back focus after switching
3331                 pages.
3332
3333 2006-09-04 [colin]      2.4.0cvs146
3334
3335         * src/messageview.c
3336                 Set stop_loading when clicking on Next
3337                 during load. Don't add a callback to 
3338                 avoid over-complicating things.
3339
3340 2006-09-04 [colin]      2.4.0cvs145
3341
3342         * src/mimeview.c
3343         * src/messageview.c
3344                 Fix multiple loads in separate messageview
3345
3346 2006-09-04 [colin]      2.4.0cvs144
3347
3348         * src/summaryview.c
3349                 Let navigation keys be handled during 
3350                 load
3351
3352 2006-09-04 [colin]      2.4.0cvs143
3353
3354         * src/messageview.c
3355         * src/summaryview.c
3356         * src/textview.c
3357         * src/textview.h
3358                 Make loading of huge mails (lots of text and/or
3359                 images) cancellable, so the GUI doesn't block 
3360
3361 2006-09-04 [colin]      2.4.0cvs142
3362
3363         * src/plugins/trayicon/trayicon.c
3364                 Fix annoyance when removing a folder with 
3365                 unread mails: trayicon didn't update
3366
3367 2006-09-04 [paul]       2.4.0cvs141
3368
3369         * src/gtk/icon_legend.c
3370                 straighten up columns
3371                 Patch by Fabien Vantard
3372
3373 2006-09-04 [wwp]        2.4.0cvs140
3374
3375         * src/prefs_filtering.c
3376                 fix new line's account name in filtering prefs:
3377                 was "All", is now "(New)".
3378
3379 2006-09-04 [paul]       2.4.0cvs139
3380
3381         * tools/make.themes.project
3382                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3383                 instead of homebrewed "make release"
3384
3385 2006-09-03 [colin]      2.4.0cvs138
3386
3387         * src/folderview.c
3388                 Fix bug #1007 (Wrong folder highlighted)
3389
3390 2006-09-03 [colin]      2.4.0cvs137
3391
3392         * src/compose.c
3393                 Don't set Newsgroup: header to a mail folder
3394                 path
3395
3396 2006-09-03 [paul]       2.4.0cvs136
3397
3398         * src/prefs_other.c
3399         * src/prefs_spelling.c
3400                 unify the gui
3401
3402 2006-09-03 [paul]       2.4.0cvs135
3403
3404         * src/prefs_summaries.c
3405                 correct menu item text in prefs_keybind_apply_clicked()
3406
3407 2006-09-03 [paul]       2.4.0cvs134
3408
3409         * manual/advanced.xml
3410                 some improvements to the descriptions
3411         * src/mainwindow.c
3412         * src/messageview.c
3413         * src/summaryview.c
3414         * src/gtk/menu.c
3415                 fix menu sensitivity issues
3416         * src/prefs_message.c
3417                 drop the useless word 'short'
3418         * src/prefs_other.c
3419                 add the word 'lines' indicating log length
3420                 is a measure of lines
3421         * src/textview.c
3422                 fix compilation warnings
3423
3424 2006-09-02 [colin]      2.4.0cvs133
3425
3426         * src/messageview.c
3427                 Display a special return-receipt message
3428                 if the message is from the user
3429         * src/summaryview.c
3430                 Fix missing freeze of the list when marking
3431                 all read and unthreading for exec. Thanks
3432                 to Stephan Sachse.
3433
3434 2006-09-02 [paul]       2.4.0cvs132
3435
3436         * src/mainwindow.c
3437         * src/prefs_message.c
3438         * src/summaryview.c
3439                 fix some english
3440
3441 2006-09-02 [wwp]        2.4.0cvs131
3442
3443         * src/prefs_filtering.c
3444                 added an account name column to the filtering rules
3445                 dialog.
3446
3447 2006-09-02 [colin]      2.4.0cvs130
3448
3449         * src/gtk/logwindow.c
3450         * src/gtk/logwindow.h
3451                 Block scrolling if we're not at the end
3452                 of the log
3453
3454 2006-09-02 [colin]      2.4.0cvs129
3455
3456         * src/folder.c
3457                 Make sure account-specific rules can't
3458                 be used in {pre-,post-,}processing
3459         * src/mainwindow.c
3460         * src/gtk/logwindow.c
3461         * src/gtk/logwindow.h
3462                 Jump to last error when clicking on the
3463                 warning icon
3464
3465 2006-09-02 [colin]      2.4.0cvs128
3466
3467         * src/imap.c
3468         * src/import.c
3469         * src/mainwindow.c
3470         * src/mainwindow.h
3471                 Fix warning icon
3472         * src/inc.c
3473         * src/mbox.c
3474         * src/mbox.h
3475                 Let proc_mbox know its account, for
3476                 account-specific rules
3477
3478 2006-09-01 [colin]      2.4.0cvs127
3479
3480         * src/codeconv.c
3481                 Don't uselessly use iconv to convert from
3482                 us-ascii
3483         * src/alertpanel.c
3484         * src/mainwindow.c
3485         * src/mainwindow.h
3486         * src/inc.c
3487                 Fix certain log cases, disable warning icon
3488                 for now, the correct way to display it when
3489                 necessary and only when necessary is probably
3490                 to do it manually rather than use error logs
3491         * src/etpan/imap-thread.c
3492                 Clean up UID logging a bit
3493         * src/gtk/logwindow.c
3494         * src/gtk/logwindow.h
3495                 Make logging faster when the window's closed
3496
3497 2006-09-01 [wwp]        2.4.0cvs126
3498
3499         * manual/fr/account.xml
3500                 reflect changes to the ref. manual (parts of cvs72):
3501                 fix tabnames and quotes.
3502
3503 2006-09-01 [wwp]        2.4.0cvs125
3504
3505         * manual/fr/plugins.xml
3506                 reflect changes to the reference manual (cvs42):
3507                 update IRC channel info.
3508
3509 2006-09-01 [wwp]        2.4.0cvs124
3510
3511         * commitHelper
3512                 use CVSEDITOR env. var. if set, according to `man cvs`.
3513
3514 2006-09-01 [wwp]        2.4.0cvs123
3515
3516         * manual/advanced.xml
3517                 better sentence again (thanks to Paul).
3518
3519 2006-09-01 [wwp]        2.4.0cvs122
3520
3521         * manual/advanced.xml
3522         fix definition of toolbar_detachable and rework a bit the one of
3523         enable_dotted_lines.
3524
3525 2006-09-01 [mones]      2.4.0cvs121
3526
3527         * manual/advanced.xml
3528                 Document enable_dotted_lines
3529
3530 2006-09-01 [paul]       2.4.0cvs120
3531
3532         * src/folderview.c
3533         * src/folderview.h
3534         * src/imap.c
3535         * src/mainwindow.c
3536         * src/summaryview.c
3537                 obey the 'When entering folder...' option
3538                 when using the /View/Go to/... menu items
3539                 Thanks to Colin
3540
3541 2006-08-31 [colin]      2.4.0cvs119
3542
3543         * src/folderview.c
3544                 Revert 2.4.0cvs116, wrong fix.
3545
3546 2006-08-31 [colin]      2.4.0cvs118
3547
3548         * src/gtk/gtksctree.c
3549                 Better state the various copyrights
3550
3551 2006-08-31 [colin]      2.4.0cvs117
3552
3553         * src/prefs_common.c
3554                 fix enable_dotted_lines
3555
3556 2006-08-31 [colin]      2.4.0cvs116
3557
3558         * src/folderview.c
3559                 Use pref "Always open on select" when going
3560                 to next unread folder
3561         * src/gtk/gtksctree.c
3562                 Fix link failure to _gtk_clist_create_cell_layout
3563                 on certain computers. (Why not mine, I wonder)
3564
3565 2006-08-31 [colin]      2.4.0cvs115
3566
3567         * src/procmsg.c
3568         * src/textview.c
3569         * src/plugins/bogofilter/bogofilter.c
3570         * src/plugins/spamassassin/spamassassin.c
3571                 Requalify some "errors" to warnings
3572         * src/mainwindow.c
3573         * src/mainwindow.h
3574         * src/statusbar.c
3575                 Add an icon in the statusbar to notify
3576                 of errors
3577         * src/gtk/gtksctree.c
3578         * src/folderview.c
3579         * src/summaryview.c
3580                 Make the GtkSCTree look more modern by
3581                 alternating background lines
3582         * src/prefs_common.c
3583         * src/prefs_common.h
3584                 Add a pref to let people have the old
3585                 way if they prefer
3586
3587
3588 2006-08-30 [colin]      2.4.0cvs114
3589
3590         * src/procmsg.c
3591         * src/procmsg.h
3592                 Provide a way to filter a list of
3593                 messages in an optimised manner, and
3594                 add a list-filtering hook
3595         * src/folder.c
3596         * src/inc.c
3597         * src/mbox.c
3598                 Use the list filtering
3599         * src/plugins/bogofilter/bogofilter.c
3600                 Use the list-filtering hook
3601                 Use -b (bulk) mode for more speed
3602                 when learning and filtering
3603         * src/etpan/imap-thread.c
3604                 Make log output shorter in UID SEARCH
3605
3606
3607 2006-08-30 [colin]      2.4.0cvs113
3608
3609         * src/plugins/bogofilter/bogofilter.c
3610                 Really fast mass learning - thanks to David
3611                 Relson for the options explanations :)
3612
3613 2006-08-30 [colin]      2.4.0cvs112
3614
3615         * src/msgcache.c
3616                 Fix compilation on FreeBSD. Thanks
3617                 to Michael Hugues
3618
3619 2006-08-29 [colin]      2.4.0cvs111
3620
3621         * src/folderview.c
3622                 Handle "popup_menu" signal (for popping the 
3623                 menu via the keyboard)
3624         * src/mimeview.c
3625         * src/mimeview.h
3626         * src/summaryview.c
3627         * src/textview.c
3628         * src/gtk/gtkutils.c
3629         * src/gtk/gtkutils.h
3630                 Factorize scrolling code, and add an API 
3631                 for MimeViewers to handle scroll orders
3632
3633 2006-08-29 [wwp]        2.4.0cvs110
3634
3635         * src/plugins//bogofilter/bogofilter.c
3636         * src/plugins//spamassassin/spamassassin.c
3637                 make the bogofilter/spamassassin filtering error dialogs at
3638         incorporation obey to the "don't popup error dialog on
3639         receive error" option. If disabled, feed the log window w/
3640         the error message.
3641
3642 2006-08-29 [paul]
3643
3644         2.5.0-rc2 released
3645
3646 2006-08-29 [paul]       2.4.0cvs109
3647
3648         * Makefile.am
3649                 remove 'make release', it's not needed
3650                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3651
3652 2006-08-29 [paul]       2.4.0cvs108
3653
3654         * src/foldersel.c
3655         * src/summary_search.c
3656         * src/gtk/progressdialog.c
3657         * src/plugins/pgpcore/passphrase.c
3658                 replace deprecated gtk_window_set_policy()
3659
3660 2006-08-29 [colin]      2.4.0cvs107
3661
3662         * src/folder.c
3663                 Fix data loss when copy fails during a move:
3664                 only use fast remove_msgs if everything was
3665                 copied OK; else use slow remove_msg on the
3666                 mails that got copied only.
3667
3668 2006-08-28 [paul]       2.4.0cvs106
3669
3670         * src/mh.c
3671                 revert change in 2.4.0cvs104, it breaks
3672                 stuff
3673
3674 2006-08-28 [paul]       2.4.0cvs105
3675
3676         * src/plugins/spamassassin/spamassassin.c
3677                 english fix
3678
3679 2006-08-28 [paul]       2.4.0cvs104
3680
3681         * src/mh.c
3682                 fix data loss when moving to another
3683                 mailbox fails
3684         * src/prefs_spelling.c
3685                 improve the english
3686         * src/gtk/pluginwindow.c
3687                 improve the layout of the dialog text
3688         All thanks to Colin
3689
3690 2006-08-28 [paul]       2.4.0cvs103
3691
3692         * src/plugins/bogofilter/bogofilter.c
3693         * src/plugins/bogofilter/bogofilter_gtk.c
3694                 fix english up a bit, innit
3695
3696 2006-08-28 [paul]       2.4.0cvs102
3697
3698         * configure.ac
3699         * po/Makefile.in.in
3700         * po/Makevars
3701                 require autoconf 2.60, enabling building
3702                 with gettext 0.15 (gettext 0.14.x build still
3703                 possible). Replace Makefiles with versions
3704                 from gettext 0.15.
3705                 Remove configure options --with-localedir and
3706                 --with-mandir. The options that are provided
3707                 directly by autoconf 2.60 can be used instead:
3708                 --mandir --localedir
3709
3710 2006-08-27 [colin]      2.4.0cvs101
3711
3712         * src/plugins/bogofilter/Makefile.am
3713                 Fix make dist (no README)
3714
3715 2006-08-27 [colin]      2.4.0cvs100
3716
3717         * src/folder.c
3718                 Don't use F_UNKNOWN folders for any default
3719                 outbox/trash/etc
3720         * src/plugins/bogofilter/bogofilter.c
3721         * src/plugins/bogofilter/bogofilter.h
3722         * src/plugins/bogofilter/bogofilter_gtk.c
3723                 Add an option to specify the path to bogofilter
3724                 Use single-quotes to be able to learn in folders
3725                 with spaces in their names
3726                 Verify learning status
3727
3728 2006-08-27 [colin]      2.4.0cvs99
3729
3730         * manual/faq.xml
3731         * manual/plugins.xml
3732                 Document Bogofilter plugin
3733
3734 2006-08-27 [colin]      2.4.0cvs98
3735
3736         * src/compose.c
3737         * src/messageview.c
3738         * src/procmsg.c
3739         * src/procmsg.h
3740                 When possible, copy the queued mail to sent folder
3741                 instead of re-adding. Much faster on IMAP.
3742
3743 2006-08-27 [colin]      2.4.0cvs97
3744
3745         * src/msgcache.c
3746                 Disable mmaped caches - huge metadata loss
3747                 here after a power failure.
3748         * src/summaryview.c
3749                 Add quicksearch timing
3750         * src/common/plugin.c
3751         * src/common/plugin.h
3752                 Implement an interface to tell what plugins
3753                 provide. Prevent loading of similar plugins.
3754         * src/plugins/clamav/clamav_plugin.c
3755         * src/plugins/demo/demo.c
3756         * src/plugins/dillo_viewer/dillo_viewer.c
3757         * src/plugins/pgpcore/plugin.c
3758         * src/plugins/pgpinline/pgpinline.c
3759         * src/plugins/pgpmime/pgpmime.c
3760         * src/plugins/spamassassin/spamassassin.c
3761         * src/plugins/trayicon/trayicon.c
3762                 Implement plugin_provides()
3763
3764 2006-08-27 [colin]      2.4.0cvs96
3765
3766         * configure.ac
3767         * src/plugins/Makefile.am
3768         * src/plugins/bogofilter/.cvsignore
3769         * src/plugins/bogofilter/Makefile.am
3770         * src/plugins/bogofilter/bogofilter.c
3771         * src/plugins/bogofilter/bogofilter.h
3772         * src/plugins/bogofilter/bogofilter_gtk.c
3773                 New Bogofilter plugin, provides filtering and
3774                 learning. Spamassassin will go to extra plugins.
3775
3776 2006-08-26 [mones]      2.4.0cvs95
3777
3778         * manual/handling.xml
3779                 Fix subfolder path in the example (thanks to Paul) 
3780
3781 2006-08-26 [mones]      2.4.0cvs94
3782
3783         * manual/glossary.xml
3784                 2.2. + add ISP to the glossary
3785                 7.5. + Add UIDL to glossary
3786                 7.7. + Add TCP to glossary
3787         * manual/handling.xml
3788                 7.1. + Mentions GNU/Linux distribution, what about the non...
3789                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3790                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3791                 7.4. = Use appropriate quotation for commands
3792                 7.6. = change "" to <quote></quote>
3793         * manual/plugins.xml
3794                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3795         * manual/starting.xml
3796                 2.1. + local mbox file: some examples of mbox file locations...
3797                 Also reformatted files requiring it
3798
3799 2006-08-26 [wwp]        2.4.0cvs93
3800
3801         * src/summary_search.c
3802                 disable find buttons while summary search is running.
3803
3804 2006-08-25 [colin]      2.4.0cvs92
3805
3806         * src/folder.c
3807         * src/folderutils.c
3808         * src/mh.c
3809         * src/procmsg.h
3810         * src/summaryview.c
3811                 Speed up MH moving, and add progressbar
3812                 for MH deletion
3813         * src/msgcache.c
3814                 Write cache files using mmap() too
3815
3816 2006-08-25 [wwp]        2.4.0cvs91
3817
3818         * src/summaryview.c
3819                 switch spam<->ham button when a message has been marked as spam or ham
3820                 and is still selected. Thanks to Colin.
3821
3822 2006-08-25 [paul]       2.4.0cvs90
3823
3824         * src/Makefile.am
3825         * src/stock_pixmap.c
3826         * src/stock_pixmap.h
3827         * src/summaryview.c
3828         * src/gtk/icon_legend.c
3829         * src/pixmaps/copied.xpm
3830         * src/pixmaps/moved.xpm
3831                 add icons for delayed execution marked for
3832                 copying, marked for moving
3833
3834 2006-08-25 [mones]      2.4.0cvs89
3835
3836         * manual/glossary.xml
3837                 Fix the other glossary items:
3838                 5.1. = Inmmediate execution -> <quote>immediate execution...
3839                 5.2. = Fix MBOX capitalization -> Mbox
3840                 5.3. + Improve Plugins def. w/ tech. ref.
3841                 5.4. = Quotation -> replace '>' by <quote>></quote>
3842                 5.5. - SMTP Server. -> remove dot
3843         * po/es.po
3844                 Updated translation
3845
3846 2006-08-25 [mones]      2.4.0cvs88
3847
3848         * manual/ack.xml
3849                 Reformatted, changed email address
3850         * manual/glossary.xml
3851                 Reformatted, fixed MANUAL-TODO items:
3852                 8.2. + add ROT-13 to glossary
3853                 8.4. + add URL to glossary
3854         * manual/es/advanced.xml
3855                 Fixed <literal>s
3856
3857 2006-08-25 [paul]       2.4.0cvs87
3858
3859         * src/gtk/icon_legend.c
3860                 add 'marked for deletion' icon
3861                 arrange icons by containing column
3862                 wrap long label text
3863
3864 2006-08-25 [colin]      2.4.0cvs86
3865
3866         * src/common/utils.c
3867         * src/common/utils.h
3868                 Add the sc_g_*list_bigger functions in
3869                 a place everyone can use it
3870         * src/summaryview.c
3871                 Only freeze/thaw the list when working
3872                 on the selection, if it's bigger than 1
3873         * src/gtk/gtksctree.c
3874                 Only freeze/thaw the list when unselec-
3875                 ting 'all' if ('all' != 1)
3876                 This avoids some flickering
3877
3878 2006-08-24 [colin]      2.4.0cvs85
3879
3880         * src/addressbook.c
3881                 Fix strange list selection
3882                 Fix random seg (Invalid read of freed memory)
3883
3884 2006-08-24 [colin]      2.4.0cvs84
3885
3886         * src/alertpanel.c
3887         * src/gtk/inputdialog.c
3888         * src/plugins/pgpcore/passphrase.c
3889                 Revert minimal width patch of 2.4.0cvs67,
3890                 as it is also a maximal width. Use 
3891                 gtk_window_set_default_size instead.
3892
3893 2006-08-24 [colin]      2.4.0cvs83
3894
3895         * src/msgcache.c
3896                 Write cache/mark to temp files before
3897                 overwriting old ones (avoids metadata
3898                 loss if writing the new files fail).
3899                 Use mmap() to read cache/mark file, as
3900                 this makes cache reading faster. Dis-
3901                 abled for big-endian machines until it
3902                 can be tested. (Big-endian users: set
3903                 msgcache_use_mmap = TRUE in the relevant
3904                 #if).
3905         * src/procmsg.h
3906                 Move rarely used fields of MsgInfo in 
3907                 another structure, which will only be
3908                 allocated if needed. Face, X-Face,
3909                 Return receipt headers and List-*
3910                 headers are moved. Mails having none
3911                 of these occupy 52 bytes less with
3912                 this patch, which makes 2.5MB of RAM
3913                 saved on a 50k folder).
3914         * src/headerview.c
3915         * src/mainwindow.c
3916         * src/messageview.c
3917         * src/partial_download.c
3918         * src/procheader.c
3919         * src/procmsg.c
3920         * src/textview.c
3921                 Follow this structure change.
3922
3923 2006-08-24 [wwp]        2.4.0cvs82
3924
3925         * manual/es/.cvsignore
3926         * manual/es/dist/.cvsignore
3927         * manual/es/dist/html/.cvsignore
3928         * manual/es/dist/pdf/.cvsignore
3929         * manual/es/dist/ps/.cvsignore
3930         * manual/es/dist/txt/.cvsignore
3931                 more (generated) files to ignore.
3932
3933 2006-08-24 [colin]      2.4.0cvs81
3934
3935         * src/folder.c
3936         * src/mh.c
3937                 Fix possible problems with local delivery. Check the folder doesn't
3938                 need scan before setting its mtime when saving cache (which can be
3939                 done long after the folder's been modified by an external process);
3940                 Check that the stored item's mtime didn't change in mh functions.
3941
3942 2006-08-24 [mones]      2.4.0cvs80
3943
3944         * manual/advanced.xml
3945                 Rewrapping, some fixes and MANUAL-TODO items:
3946                 8.1. = change "" to <quote></quote>
3947                 8.3. = quote menu items
3948                 8.5. - deploying -> new user ... ideally a new user (redundant)
3949
3950 2006-08-23 [colin]      2.4.0cvs79
3951
3952         * src/gtk/gtksctree.c
3953                 When selecting or deselecting range, only
3954                 freeze/thaw when selection is bigger than 10
3955
3956 2006-08-23 [colin]      2.4.0cvs78
3957
3958         * src/messageview.c
3959         * src/mimeview.c
3960         * src/mimeview.h
3961         * src/plugins/dillo_viewer/dillo_viewer.c
3962                 Provide an API for MimeViewer plugins to
3963                 return a text selection for replying
3964
3965 2006-08-23 [colin]      2.4.0cvs77
3966
3967         * src/image_viewer.c
3968         * src/textview.c
3969                 Use gtk_pixbuf_new_from_file_at_scale(), which
3970                 is faster than getting the pixbuf then resizing
3971                 it.
3972
3973 2006-08-23 [colin]      2.4.0cvs76
3974
3975         * src/procmime.c
3976                 UTF-8 should be sent Quoted-printable
3977
3978 2006-08-22 [colin]      2.4.0cvs75
3979
3980         * src/mh.c
3981                 Check if scan is required before touching
3982                 the folder (or it'll be required every time)
3983
3984 2006-08-22 [colin]      2.4.0cvs74
3985
3986         * configure.ac
3987                 Require libetpan 0.46 (crasher fix when built
3988                 against gnutls)
3989
3990 2006-08-22 [colin]      2.4.0cvs73
3991
3992         * src/folder.c
3993                 Set folder's mtime after writing its
3994                 cache
3995         * src/folderview.c
3996                 Add some timing
3997         * src/procmsg.c
3998                 Don't do useless stuff if we don't 
3999                 thread by subject
4000         * src/summaryview.c
4001                 Add some timing, don't deselect prior
4002                 to selecting (gtksctree does it itself),
4003                 remove crash avoidance hacks as it's been
4004                 properly fixed since a while
4005         * src/common/utils.c
4006                 Optimize to_human_readable(): _() is slow,
4007                 do it only once, and avoid %f format for KB
4008                 (the most common in a summaryview)
4009         * src/gtk/gtksctree.c
4010                 Don't uselessly freeze/thaw (fixes flicker
4011                 on next unread and friends), reduce number
4012                 of g_list_nth/g_list_position where possible
4013         * src/gtk/gtkutils.c
4014         * src/gtk/gtkutils.h
4015                 Reduce number of g_list_nth/g_list_position
4016                 where possible.
4017                 All of this makes loading as 70k folder 2.1
4018                 seconds instead of 3.2 (with hot FS caches).
4019                 (1.3 seconds without Date and Size columns...)
4020
4021 2006-08-22 [paul]       2.4.0cvs72
4022
4023         wrap documents and do some items from mones' MANUAL-TODO:
4024
4025         * manual/account.xml
4026                 4.1. = fix tabname references to <quote>tabname</quote>
4027                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
4028         * manual/faq.xml
4029                 1.1. = mentioned options don't match UI
4030                 Add information about the 'Never send Return Receipts'
4031                 option
4032         * manual/handling.xml
4033                 6.2. = Mentions Extended symbols button, but now is
4034                 named Information
4035                 6.3. = Mentions ... button, which is now Edit
4036
4037 2006-08-22 [colin]      2.4.0cvs71
4038
4039         * src/gtk/pluginwindow.c
4040                 Fix layout in verbose translations (such
4041                 as french)
4042
4043 2006-08-22 [paul]       2.4.0cvs70
4044
4045         * manual/Makefile.am
4046                 build manuals in alphabetical order
4047         * src/addressbook.c
4048         * src/prefs_themes.c
4049                 replace/remove deprecated symbols
4050         * src/gtk/gtkutils.c
4051                 fix a warning
4052         * src/gtk/pluginwindow.c
4053                 replace deprecated symbol
4054                 replace label text and move it
4055         * src/plugins/pgpcore/prefs_gpg.c
4056                 move the 'Generate...' button out of the
4057                 Sign Key frame, replace the English used
4058         * src/plugins/pgpcore/sgpgme.c
4059                 fixes to the English
4060
4061 2006-08-21 [colin]      2.4.0cvs69
4062
4063         * src/plugins/trayicon/trayicon.c
4064                 Add more strings for translation; patch
4065                 by Pawel
4066
4067 2006-08-21 [colin]      2.4.0cvs68
4068
4069         * src/compose.c
4070                 fix replied flag not set after drafting
4071         * src/matcher.c
4072                 fix body quicksearch in non-encoded bodies
4073                 containing '='
4074         * src/msgcache.c
4075                 Get rid of the g_malloc workaround for
4076                 corrupted caches, use g_try_malloc
4077
4078 2006-08-21 [colin]      2.4.0cvs67
4079
4080         * src/alertpanel.c
4081         * src/gtk/inputdialog.c
4082         * src/plugins/pgpcore/passphrase.c
4083                 Set minimal width to 375
4084         * src/mainwindow.c
4085                 Fix switching to offline, asking if it 
4086                 should be overriden for synchronising
4087         * src/mimeview.c
4088                 Don't offer to remember command on Open 
4089                 with for text parts, as the browser or 
4090                 text editor command isn't changed from 
4091                 there
4092
4093 2006-08-20 [paul]       2.4.0cvs66
4094
4095         * po/ko.po
4096         * po/zh_CN.po
4097                 fix plural form errors. revealed by stricter
4098                 checking of gettext 0.15
4099
4100 2006-08-18 [paul]       2.4.0cvs65
4101
4102         * src/stock_pixmap.c
4103                 fix the fix of 2.4.0cvs64
4104                 Thanks to Colin
4105
4106 2006-08-18 [paul]       2.4.0cvs64
4107
4108         * src/stock_pixmap.c
4109                 fix leaks
4110                 Thanks to Colin
4111
4112 2006-08-18 [paul]       2.4.0cvs63
4113
4114         * src/compose.c
4115         * src/procmsg.c
4116                 fix occasional IMAP bug where large msgs
4117                 were left in the queue folder after sending
4118                 Thanks to Colin
4119
4120 2006-08-18 [paul]       2.4.0cvs62
4121
4122         * src/folderview.c
4123                 freeze the summaryview while quicksearch results
4124                 are displayed
4125                 (fixes bug 456 'current message is hidden when the
4126                 view is refreshed and extended search is "unread 
4127                 messages"')
4128                 Thanks to Colin
4129         * src/textview.c
4130                 add missing #include "inputdialog.h"
4131         * src/common/utils.h
4132                 add missing mailcap_update_default() and improve
4133                 readability
4134
4135 2006-08-17 [colin]      2.4.0cvs61
4136
4137         * src/plugins/pgpcore/select-keys.c
4138                 Fix warnings :)
4139
4140 2006-08-17 [colin]      2.4.0cvs60
4141
4142         * src/compose.c
4143                 Don't continue queuing if Cancel is clicked
4144                 in select-keys
4145
4146 2006-08-17 [colin]      2.4.0cvs59
4147
4148         * src/plugins/pgpcore/select-keys.c
4149                 When encrypting, if only one key matches and it 
4150                 matches exactly, automatically use it.
4151
4152 2006-08-17 [colin]      2.4.0cvs58
4153
4154         * src/mimeview.c
4155         * src/prefs_common.c
4156         * src/prefs_common.h
4157         * src/prefs_ext_prog.c
4158         * src/textview.c
4159                 Fix issues with previous patch (text/html)
4160                 Remove outdated prefs
4161
4162 2006-08-17 [colin]      2.4.0cvs57
4163
4164         * src/imap.c
4165                 Add View Log button on auth error
4166         * src/procmsg.c
4167                 Fix encrypted mail marked as new when
4168                 saved in normal folders
4169         * src/plugins/pgpinline/pgpinline.c
4170                 Fix encrypt bug on IMAP
4171         * src/mimeview.c
4172         * src/common/utils.c
4173         * src/common/utils.h
4174         * src/gtk/inputdialog.c
4175         * src/gtk/inputdialog.h
4176                 Get rid of metamail stuff, simplify
4177                 opening, and allow remembering of user's
4178                 choices (by updating ~/.mailcap). There's
4179                 still to drop "Audio player" and "Image
4180                 viewer" preferences.
4181
4182 2006-08-17 [mones]      2.4.0cvs56
4183
4184         * manual/es/sylpheed-claws-manual.xml
4185                 fix DTD path
4186
4187 2006-08-17 [mones]      2.4.0cvs55
4188
4189         * configure.ac
4190         * manual/Makefile.am
4191         * manual/es/Makefile.am
4192         * manual/es/account.xml
4193         * manual/es/ack.xml
4194         * manual/es/addrbook.xml
4195         * manual/es/advanced.xml
4196         * manual/es/faq.xml
4197         * manual/es/glossary.xml
4198         * manual/es/gpl.xml
4199         * manual/es/handling.xml
4200         * manual/es/intro.xml
4201         * manual/es/keyboard.xml
4202         * manual/es/plugins.xml
4203         * manual/es/starting.xml
4204         * manual/es/sylpheed-claws-manual.xml
4205         * manual/es/dist/Makefile.am
4206         * manual/es/dist/html/Makefile.am
4207         * manual/es/dist/pdf/Makefile.am
4208         * manual/es/dist/ps/Makefile.am
4209         * manual/es/dist/txt/Makefile.am
4210                 Spanish translation for the manual
4211
4212 2006-08-16 [colin]      2.4.0cvs54
4213
4214         * src/compose.c
4215         * src/main.c
4216         * src/mainwindow.c
4217                 Fix send button sensitivity at startup
4218                 Set send menu sensitivity (patch by Fabien)
4219         * src/ssl_manager.c
4220                 Enable closing with esc (patch by Fabien)
4221         * src/gtk/foldersort.c
4222                 Enable closing with esc (patch by Fabien)
4223         * src/procmime.c
4224                 Optimisation (no need to copy to tempfile to
4225                 "decode" 7bit and 8bit)
4226         * src/summaryview.c
4227                 Fix cruft in swap_from case
4228         * src/textview.c
4229                 Fix missing last line in some mail cases 
4230                 (Fixes debian #381872)
4231         * src/plugins/pgpcore/prefs_gpg.c
4232         * src/plugins/pgpcore/sgpgme.c
4233         * src/plugins/pgpcore/sgpgme.h
4234                 Don't show "no key found" when user explicitely
4235                 wants to create a key
4236
4237 2006-08-16 [paul]       2.4.0cvs53
4238
4239         * configure.ac
4240         * src/account.c
4241         * src/addressbook.c
4242         * src/headerview.c
4243         * src/prefs_account.c
4244         * src/prefs_message.c
4245         * src/gtk/gtkutils.c
4246                 bump up minimum required versions of GTK+ and
4247                 GLIB to 2.6.0
4248
4249 2006-08-16 [paul]       2.4.0cvs52
4250
4251         * src/toolbar.c
4252                 workaround GTK+ Bug 351600 - 'Can't re-click
4253                 on button after sensitivity update'
4254                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4255                 Thanks to Colin
4256
4257 2006-08-15 [colin]      2.4.0cvs51
4258
4259         * src/plugins/pgpcore/prefs_gpg.c
4260                 Set options sensitivity according to
4261                 key existence
4262         * src/plugins/pgpcore/sgpgme.c
4263                 Allow to create key with no passphrase
4264
4265 2006-08-14 [cleroy]     2.4.0cvs50
4266
4267         * src/gtk/pluginwindow.c
4268                 New layout (maybe to be changed?)
4269         * src/gtk/gtkutils.c
4270                 Fix a bit label_window
4271         * src/plugins/pgpcore/passphrase.c
4272         * src/plugins/pgpcore/passphrase.h
4273         * src/plugins/pgpcore/plugin.c
4274         * src/plugins/pgpcore/prefs_gpg.c
4275         * src/plugins/pgpcore/prefs_gpg.h
4276         * src/plugins/pgpcore/sgpgme.c
4277         * src/plugins/pgpcore/sgpgme.h
4278                 Allow to create a PGP private key via the GUI
4279
4280 2006-08-14 [wwp]        2.4.0cvs49
4281
4282         * src/addressbook_foldersel.c
4283                 fix strict ISO C90 compliance.
4284
4285 2006-08-14 [paul]       2.4.0cvs48
4286
4287         * src/gtk/prefswindow.c
4288                 re-set scrolled window on opening
4289                 Patch by Ticho
4290
4291 2006-08-14 [paul]
4292
4293         2.5.0-rc1 released
4294
4295 2006-08-14 [paul]       2.4.0cvs47
4296
4297         * src/prefs_display_header.c
4298                 re-enable user-defined Displayed Headers
4299
4300 2006-08-14 [paul]       2.4.0cvs46
4301
4302         * src/prefs_account.c
4303                 use GTK_STOCK_EDIT
4304
4305 2006-08-13 [colin]      2.4.0cvs45
4306
4307         * src/common/utils.c
4308                 Fix "a" in quote when the original message is empty,
4309                 by using \0 instead of 'a' to test writability of
4310                 temp files.
4311
4312 2006-08-13 [wwp]        2.4.0cvs44
4313
4314         * src/plugins/spamassassin/spamassassin.c
4315                 fix capitalization of "SpamAssassin" in some debug, log and
4316                 dialog messages.
4317
4318 2006-08-13 [paul]       2.4.0cvs43
4319
4320         * src/editldap.c
4321                 fix overlapping widgets
4322         * src/prefs_account.c
4323                 fix translation of protocol_names[]
4324                 fix label disappearing off the edge of the
4325                 visible area
4326
4327 2006-08-12 [paul]       2.4.0cvs42
4328
4329         * manual/plugins.xml
4330                 update IRC channel info before it gets forgotten
4331                 about
4332
4333 2006-08-11 [colin]      2.4.0cvs41
4334
4335         * src/compose.c
4336         * src/mainwindow.c
4337         * src/mainwindow.h
4338         * src/procmsg.c
4339         * src/procmsg.h
4340         * src/summaryview.c
4341         * src/toolbar.c
4342                 Grey out the Send button if
4343                 - Queue folders are empty, or
4344                 - We're sending already
4345
4346 2006-08-11 [wwp]        2.4.0cvs40
4347
4348         * src/main.c
4349                 fix a logic issue when quitting while a compose window is
4350                 still open, thanks to Colin.
4351
4352 2006-08-10 [colin]      2.4.0cvs39
4353
4354         * src/main.c
4355                 Fix default font size setting after wizard run
4356         * src/imap.c
4357         * src/etpan/imap-thread.c
4358         * src/etpan/imap-thread.h
4359                 Fix bug #999 (Timing out on TSL cert validation 
4360                 dialog makes ugly things happen). Also, STARTTLS
4361                 unconditionnaly if initial capabilities contain
4362                 LOGINDISABLED and STARTTLS.
4363
4364 2006-08-09 [colin]      2.4.0cvs38
4365
4366         * src/mainwindow.c
4367         * src/mainwindow.h
4368                 Fix Tools/Actions sensitivity when there are
4369                 no actions
4370
4371 2006-08-09 [colin]      2.4.0cvs37
4372
4373         * src/prefs_filtering.c
4374                 Warning fix, patch by Paul
4375         * src/messageview.c
4376         * src/prefs_actions.c
4377         * src/prefs_filtering_action.c
4378         * src/prefs_matcher.c
4379                 Uniformisation of "Info ..." to "Info..." (for
4380                 old gtk), patch by Fabien
4381         * src/plugins/clamav/clamav_plugin_gtk.c
4382                 Sensitivity fix by Fabien
4383
4384 2006-08-09 [colin]      2.4.0cvs36
4385
4386         * src/main.c
4387         * src/main.h
4388                 Add a function to know whether we're exiting
4389         * src/plugins/trayicon/trayicon.c
4390                 If exiting, don't do anything. Faster, and
4391                 avoids gtk_main_iteration reentracy causing
4392                 segfaults at exit
4393
4394 2006-08-09 [colin]      2.4.0cvs35
4395
4396         * src/messageview.c
4397         * src/mimeview.c
4398         * src/mimeview.h
4399                 Fix lack of part selection when automatically 
4400                 jumping to a specific part
4401         * src/msgcache.c
4402                 Little optimisation in cache reading
4403
4404 2006-08-09 [colin]      2.4.0cvs34
4405
4406         * src/compose.c
4407                 Fix crash setting the priority on reedit
4408                 (Accessing compose before creating it!)
4409
4410 2006-08-08 [colin]      2.4.0cvs33
4411
4412         * src/procmime.c
4413                 Fix bug #998 (last attachment is not accessible)
4414                 Bad RFC interpretation on multipart close-delimiters
4415         * src/mimeview.c
4416         * src/mimeview.h
4417         * src/gtk/gtkvscrollbutton.c
4418         * src/gtk/gtkvscrollbutton.h
4419                 Make attachments list wheel-scrollable
4420
4421 2006-08-07 [colin]      2.4.0cvs32
4422
4423         * src/gtk/gtkaspell.c
4424                 Fix bug #973 (Unicode punctation characters 
4425                 are not recognized as separators by the
4426                 spell checker); fix unsigned stuff
4427
4428 2006-08-07 [colin]      2.4.0cvs31
4429
4430         * src/compose.c
4431                 Fix bug #956 (DnD text with accents in compose 
4432                 text entry); fix gccc's signed/unsigned fuss
4433
4434 2006-08-06 [colin]      2.4.0cvs30
4435
4436         * src/main.c
4437                 Fix bug #979 (Plugin crashes when exiting 
4438                 sylpheed-claws) : handle exit request only 
4439                 once
4440
4441 2006-08-05 [colin]      2.4.0cvs29
4442
4443         * src/news.c
4444                 Just make sure we have a msgid.
4445
4446 2006-08-05 [colin]      2.4.0cvs28
4447
4448         * src/news.c
4449         * src/summaryview.c
4450                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4451                 by reimplementing it
4452         * src/textview.c
4453                 Fix bug when hiding quotes with level > 3 and quote
4454                 colors are recycled
4455
4456 2006-08-04 [colin]      2.4.0cvs27
4457
4458         * src/compose.c
4459         * src/undo.c
4460         * src/undo.h
4461                 Fix a bit replace-by-pasting undo
4462         * src/mainwindow.c
4463         * src/messageview.c
4464                 Fix Fold quotes menu synchro in
4465                 mainwindow when it changes in 
4466                 messageview
4467         * src/textview.c
4468                 Fix right-click on quotes blocks
4469         * src/common/utils.c
4470                 Verify that the file created by
4471                 my_tmpfile() is writable. Fixes
4472                 bug #988 (very specific filesystem
4473                 issue)
4474         * src/plugins/pgpcore/sgpgme.c
4475                 Fix file descriptor leak
4476         * src/plugins/spamassassin/spamassassin.c
4477                 Warn once if spamd isn't reachable
4478
4479 2006-08-04 [colin]      2.4.0cvs26
4480
4481         * src/toolbar.c
4482                 i18n context patch by Fabien
4483
4484 2006-08-03 [colin]      2.4.0cvs25
4485
4486         * src/mainwindow.c
4487         * src/messageview.c
4488                 Rename "Hide quotes" to "Fold quotes"
4489         * src/textview.c
4490                 Don't use hand cursor on quotes. "all 
4491                 the bonuses of the feature and none of 
4492                 unwelcome side-effects"
4493
4494 2006-08-03 [colin]      2.4.0cvs24
4495
4496         * AUTHORS
4497         * sylpheed-claws.desktop
4498         * src/gtk/authors.h
4499                 Bring the desktop file to XDG compliance
4500                 Patch by Charles A. Edwards
4501
4502 2006-08-03 [colin]      2.4.0cvs23
4503
4504         * src/textview.c
4505                 Fix links offset when they are preceded
4506                 by accentued chars (g_utf8_strlen!)
4507         * src/mainwindow.c
4508                 Fix wrong status when starting offline
4509
4510
4511 2006-08-03 [wwp]        2.4.0cvs22
4512
4513         * src/prefs_common.h
4514                 ask what to do w/ filtering rules that belong to an account when
4515                 applying filtering rules manually from the main window (skip,
4516                 apply regardless of the account, use current account). This dialog
4517                 can be skipped and the last reply used.
4518                 (forgot that file)
4519
4520 2006-08-03 [wwp]        2.4.0cvs21
4521
4522         * src/filtering.c
4523         * src/filtering.h
4524         * src/prefs_common.c
4525         * src/summaryview.c
4526         * src/alertpanel.c
4527         * src/alertpanel.h
4528         * src/messageview.c
4529                 ask what to do w/ filtering rules that belong to an account when
4530                 applying filtering rules manually from the main window (skip,
4531                 apply regardless of the account, use current account). This dialog
4532                 can be skipped and the last reply used.