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