2007-01-16 [paul] 2.7.1cvs7
[claws.git] / ChangeLog
1 2007-01-16 [paul]       2.7.1cvs7
2
3         * src/summaryview.c
4                 Allow folder classes to specify only sort_key or
5                 sort_type instead of both or none.
6
7 2007-01-16 [paul]       2.7.1cvs6
8
9         * src/action.c
10         * src/compose.c
11         * src/mimeview.c
12         * src/procmime.c
13         * src/textview.c
14                 Save and use errno for procmime_get_part
15
16 2007-01-16 [colin]      2.7.1cvs5
17
18         * src/imap.c
19                 Never remove INBOX when scanning for
20                 new folders. It's a special folder
21                 that has to exist.
22
23 2007-01-15 [colin]      2.7.1cvs4
24
25         * src/imap.c
26                 Fix 'Check for new folders' when IMAP subdirectory
27                 is set
28         * src/etpan/imap-thread.c
29                 Fix build
30
31 2007-01-15 [colin]      2.7.1cvs3
32
33         * src/etpan/imap-thread.c
34                 Fix invalid free on command-connection
35                 error
36
37 2007-01-15 [wwp]        2.7.1cvs2
38
39         * src/matcher_parser_lex.l
40         * src/quote_fmt_lex.l
41         * src/matcher_parser_parse.y
42                 fix copyright header in lexers and parsers.
43
44 2007-01-15 [paul]       2.7.1cvs1
45
46         * NEWS
47         * README
48         * RELEASE_NOTES
49         * configure.ac
50                 bump up version number following
51                 stable release
52
53 2007-01-15 [paul]       2.7.0cvs31
54
55         * AUTHORS
56         * src/gtk/authors.h
57                 add Fabien to the Team list
58                 add the recent contributors
59                 make a few corrections
60
61 2007-01-15 [paul]       2.7.0cvs30
62
63         * src/mainwindow.c
64                 fix compiler warning
65         * src/plugins/pgpcore/prefs_gpg.c
66         * src/plugins/pgpcore/prefs_gpg.h
67                 add missing include
68                 fix copyright header
69
70 2007-01-14 [colin]      2.7.0cvs29
71
72         * src/gtk/filesel.c
73                 Use the 'gtk+' backend. Avoids gnome-vfs use,
74                 two benefits: faster to open, will fix strange
75                 dbus-related crash. Thanks to Pascal Terjan.
76
77 2007-01-14 [colin]      2.7.0cvs28
78
79         * src/etpan/imap-thread.c
80                 Delete the old imap just after allocating
81                 the new one. Makes sure we don't get the
82                 same pointer by sheer luck, which feels
83                 strange in the debug log.
84
85 2007-01-14 [colin]      2.7.0cvs27
86
87         * src/gtk/inputdialog.c
88                 Make sure we don't print passwords in
89                 clear text when in debug mode
90
91 2007-01-14 [colin]      2.7.0cvs26
92
93         * src/gtk/gtksctree.c
94                 Fix bug 1098, 'bogus last row display 
95                 after expanding a thread'. Patch by
96                 Jindrich Makovicka <makovick@gmail.com>
97
98 2007-01-14 [colin]      2.7.0cvs25
99
100         * src/etpan/imap-thread.c
101                 Close socket manually before
102                 freeing the imap struct
103
104 2007-01-14 [colin]      2.7.0cvs24
105
106         * src/etpan/imap-thread.c
107                 Maybe fix new reconnection issues
108
109 2007-01-13 [colin]      2.7.0cvs23
110
111         * src/summaryview.c
112                 Freeze/thaw on thread selection
113
114 2007-01-13 [paul]       2.7.0cvs22
115
116         * src/mainwindow.c
117         * src/summaryview.c
118         * src/summaryview.h
119                 add 'Edit/Delete thread'
120
121 2007-01-13 [colin]      2.7.0cvs21
122
123         * src/prefs_account.c
124         * src/prefs_compose_writing.c
125         * src/prefs_message.c
126         * src/prefs_msg_colors.c
127         * src/prefs_other.c
128         * src/prefs_receive.c
129         * src/prefs_spelling.c
130         * src/prefs_summaries.c
131         * src/prefs_themes.c
132         * src/gtk/gtkutils.c
133         * src/gtk/gtkutils.h
134         * src/plugins/pgpcore/prefs_gpg.c
135         * src/plugins/spamassassin/spamassassin_gtk.c
136                 Factorize gtk frame creation
137                 Patch by Pawel
138
139 2007-01-13 [colin]      2.7.0cvs20
140
141         * src/message_search.c
142         * src/summary_search.c
143                 Fix Enter in search windows
144         * src/messageview.c
145                 Fix body search starting at the
146                 end of the mail (and asking for loop)
147
148 2007-01-13 [colin]      2.7.0cvs19
149
150         * src/etpan/imap-thread.c
151                 Make sure we don't free the same imap
152                 twice
153
154 2007-01-13 [colin]      2.7.0cvs18
155
156         * commitHelper
157                 Allow multiple commitHelpers to
158                 run at once
159
160 2007-01-12 [colin]      2.7.0cvs17
161
162         * src/etpan/imap-thread.c
163                 Make sure we get rid of the previous mailimap
164                 when connecting - just in case disconnect was
165                 unclean
166
167 2007-01-12 [paul]       2.7.0cvs16
168
169         * src/compose.c
170                 Strip S/MIME signatures when re-editing
171                 S/MIME signed messages.
172
173 2007-01-12 [paul]       2.7.0cvs15
174
175         * configure.ac
176         * src/addressbook.c
177         * src/foldersel.c
178         * src/folderview.c
179         * src/main.c
180                 no need to define CLAWS anymore, remove
181                 all that stuff
182
183 2007-01-12 [paul]       2.7.0cvs14
184
185         * src/mimeview.c
186                 check if the mail's signed as
187                 it can change the mail structure
188                 Thanks to Colin
189
190 2007-01-12 [paul]       2.7.0cvs13
191
192         * src/procmime.c
193                 fix Forwarding msgs with attachments
194                 that have dos line endings
195                 Thanks to Colin
196
197 2007-01-12 [wwp]        2.7.0cvs12
198
199         * configure.ac
200                 Revert accidentally committed extra version tag.
201
202 2007-01-12 [wwp]        2.7.0cvs11
203
204         * src/prefs_account.c
205                 Fix compilation w/o aspell (completes 2.7.0cvs7).
206
207 2007-01-11 [colin]      2.7.0cvs10
208
209         * src/imap.c
210                 move g_warning to debug_print
211                 it scares people for no reason
212
213 2007-01-11 [colin]      2.7.0cvs9
214
215         * po/POTFILES.in
216                 Fix files to translate. Patch by
217                 Fabien
218
219 2007-01-11 [paul]       2.7.0cvs8
220
221         * src/imap.c
222                 Fix recursion when server lists the
223                 current subfolder in the response
224         * src/mimeview.c
225                 Fix updating of icon_list/ctree
226         * src/plugins/pgpcore/select-keys.c
227                 Fix a few annoyances when choosing
228                 keys for the CMS (S/MIME) protocol
229
230 2007-01-11 [wwp]        2.7.0cvs7
231
232         * src/compose.c
233         * src/prefs_account.c
234         * src/prefs_account.h
235                 Add per-account spellcheck default dictionaries settings.
236
237 2007-01-10 [colin]      2.7.0cvs6
238
239         * src/prefs_folder_item.c
240                 Factorize strings - patch by Fabien
241
242 2007-01-10 [colin]      2.7.0cvs5
243
244         * src/mainwindow.c
245                 Fix bug 1095, 'Crash while changing folder 
246                 columns during incorporation'
247
248 2007-01-09 [colin]      2.7.0cvs4
249
250         * src/gtk/pluginwindow.c
251                 Set the plugin window transient. Seems
252                 like some window managers hide it in
253                 the background after "load plugin"...
254
255 2007-01-09 [colin]      2.7.0cvs3
256
257         * src/gtk/filesel.c
258                 Use the same type for alloc and free
259
260 2007-01-08 [paul]       2.7.0cvs2
261
262         * po/nl.po
263                 updated by Tim Dijkstra
264
265 2007-01-08 [paul]       2.7.0cvs1
266
267         * src/prefs_themes.c
268         * src/common/utils.c
269                 Fix resource leaks
270
271 2007-01-08 [paul]       2.7.0
272
273         * NEWS
274         * README
275         * RELEASE_NOTES
276                 2.7.0 released
277
278 2007-01-08 [paul]       2.6.1cvs119
279
280         * doc/man/claws-mail.1
281                 another correction
282
283 2007-01-08 [paul]       2.6.1cvs118
284
285         * doc/man/claws-mail.1
286                 corrections
287         * manual/advanced.xml
288                 improved English usage
289
290 2007-01-08 [paul]       2.6.1cvs117
291
292         * po/ca.po
293         * po/de.po
294         * po/en_GB.po
295         * po/fi.po
296         * po/it.po
297         * po/pt_BR.po
298         * po/sk.po
299         * po/sr.po
300         * po/zh_CN.po
301                 updated by Miquel Oliete, Stephan Sachse, me,
302                 Tommi Pirinen, Andrea Spadaccini, Frederico
303                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
304                 Urosevic, and Ralgh Young
305
306 2007-01-07 [mones]      2.6.1cvs116
307
308         * manual/es/advanced.xml
309         * po/es.po
310                 Synced manual (unhide mark_as_read_delay)
311                 and updated translation for release
312
313 2007-01-07 [paul]       2.6.1cvs115
314
315         * src/prefs_matcher.c
316                 make the hbox content fit better under
317                 various languages
318
319 2007-01-07 [colin]      2.6.1cvs114
320
321         * src/messageview.c
322                 Fix bug 1088, 'Ctrl-h produces repeatable
323                 crash'
324
325 2007-01-06 [colin]      2.6.1cvs113
326
327         * src/etpan/imap-thread.c
328                 Add casts to int to get certs. Fixes
329                 bug 1064, 'crash @ etpan_certificate_check() 
330                 when opening an IMAP folder', with latest
331                 libetpan CVS or >= 0.49
332         * src/mainwindow.c
333         * src/mainwindow.h
334         * src/imap_gtk.c
335         * src/news_gtk.c
336         * src/prefs_folder_item.c
337                 Grey out the "synchronise" menu items if
338                 there's nothing to synchronise.
339         * src/plugins/pgpcore/sgpgme.c
340                 Make an error clearer than "Unknown error"
341
342 2007-01-06 [colin]      2.6.1cvs112
343
344         * src/messageview.c
345                 Don't try to show a message if updating
346                 Maybe fixes bug 1088, 'ctrl-h produces
347                 repeatable crash'.
348
349 2007-01-06 [colin]      2.6.1cvs111
350
351         * src/summaryview.c
352                 Disable Control-Space (handle it as Space).
353
354 2007-01-05 [paul]       2.6.1cvs110
355
356         * src/imap.c
357                 Fix bug 934, 'sylpheed claws 2.1 
358                 doesn't show Exchanges Public Folders'
359                 Thanks to Hoa and Colin
360         * src/msgcache.c
361                 Refuse to allocate more than 2 MB for a 
362                 single field, it's a good indication of
363                 cache corruption.
364
365 2007-01-05 [colin]      2.6.1cvs109
366
367         * src/mainwindow.c
368                 Allow --select'ing emails by Message-ID too
369
370 2007-01-05 [colin]      2.6.1cvs108
371
372         * src/common/quoted-printable.c
373                 Uh! Third fix :)
374
375 2007-01-05 [colin]      2.6.1cvs107
376
377         * src/common/quoted-printable.c
378                 Fix previous commit about bug 1089
379                 Thanks to Ralf
380
381 2007-01-05 [colin]      2.6.1cvs106
382
383         * src/common/quoted-printable.c
384                 Fix my previous commit on bug 1089
385                 - Thanks to Ralf :)
386
387 2007-01-04 [colin]      2.6.1cvs105
388
389         * src/common/quoted-printable.c
390                 Fix bug 1089, 'NUL characters in Subject 
391                 line are misinterpreted'. Not a pain to
392                 fix in fact.
393
394 2007-01-04 [colin]      
395
396         2.7.0-rc3 released
397
398 2007-01-04 [wwp]        2.6.1cvs104
399
400         * src/image_viewer.c
401                 Force operator precedence (fix a compiler warning).
402
403 2007-01-04 [colin]      2.6.1cvs103
404
405         * src/image_viewer.c
406                 Be cautious there too (same fix as the one
407                 in textview from cvs33)
408         * src/messageview.c
409                 Don't use any MimeViewer plugin when showing
410                 all headers
411
412 2007-01-03 [wwp]        2.6.1cvs102
413
414         * src/html.c
415         * src/html.h
416                 fixed "cent" sign (use the existing ASCII one),
417                 decode more HTML entities,
418                 converted table ASCII entries to UTF-8,
419                 moved a switch() into a hashtable.
420
421 2007-01-03 [paul]       2.6.1cvs101
422
423         * src/compose.c
424         * src/messageview.c
425         * src/procmsg.c
426         * src/procmsg.h
427                 When possible, use move_msg instead of
428                 copy_msg + remove_msg to move sent mail
429                 from Queue to Sent. 
430
431 2007-01-03 [paul]       2.6.1cvs100
432
433         * src/html.c
434                 add more html entity recognition:
435                 pounds, euros, and cents
436
437 2007-01-03 [colin]      2.6.1cvs99
438
439         * src/imap_gtk.c
440                 Don't display an error on NOSELECT
441                 folders when synchronising
442
443 2007-01-03 [paul]       2.6.1cvs98
444
445         * tools/maildir2claws-mail.pl
446                 only substitute 'sent-mail' if it's
447                 the full directory name
448
449 2007-01-03 [paul]       2.6.1cvs97
450
451         * ChangeLog
452         * ChangeLog.pre2.0.0
453         * Makefile.am
454                 archive a chunk of ChangeLog in
455                 ChangeLog.pre2.0.0
456         * ChangeLog.gtk1
457         * doc/src/ChangeLog.claws-pre0.8.0
458                 remove ChangeLog.claws-pre0.8.0, adding
459                 its contents to ChangeLog.gtk1
460
461 2007-01-03 [paul]       2.6.1cvs96
462
463         * src/account.c
464         * src/account.h
465         * src/action.c
466         * src/action.h
467         * src/adbookbase.h
468         * src/addr_compl.c
469         * src/addr_compl.h
470         * src/addrbook.c
471         * src/addrcache.c
472         * src/addrcache.h
473         * src/addrcindex.c
474         * src/addrcindex.h
475         * src/addrclip.c
476         * src/addrclip.h
477         * src/addrdefs.h
478         * src/addressadd.c
479         * src/addressadd.h
480         * src/addressbook.c
481         * src/addressbook.h
482         * src/addressbook_foldersel.c
483         * src/addressbook_foldersel.h
484         * src/addrgather.c
485         * src/addrgather.h
486         * src/addrharvest.c
487         * src/addrharvest.h
488         * src/addrindex.c
489         * src/addrindex.h
490         * src/addritem.c
491         * src/addritem.h
492         * src/addrquery.c
493         * src/addrquery.h
494         * src/addrselect.c
495         * src/addrselect.h
496         * src/alertpanel.c
497         * src/alertpanel.h
498         * src/browseldap.c
499         * src/browseldap.h
500         * src/codeconv.c
501         * src/codeconv.h
502         * src/compose.c
503         * src/compose.h
504         * src/customheader.c
505         * src/customheader.h
506         * src/displayheader.c
507         * src/displayheader.h
508         * src/editaddress.c
509         * src/editaddress.h
510         * src/editbook.c
511         * src/editbook.h
512         * src/editgroup.c
513         * src/editgroup.h
514         * src/editjpilot.c
515         * src/editjpilot.h
516         * src/editldap.c
517         * src/editldap.h
518         * src/editldap_basedn.c
519         * src/editldap_basedn.h
520         * src/editvcard.c
521         * src/editvcard.h
522         * src/exphtmldlg.c
523         * src/exphtmldlg.h
524         * src/expldifdlg.c
525         * src/expldifdlg.h
526         * src/export.c
527         * src/export.h
528         * src/exporthtml.c
529         * src/exporthtml.h
530         * src/exportldif.c
531         * src/exportldif.h
532         * src/filtering.c
533         * src/filtering.h
534         * src/folder.c
535         * src/folder.h
536         * src/folder_item_prefs.c
537         * src/folder_item_prefs.h
538         * src/foldersel.c
539         * src/foldersel.h
540         * src/folderutils.c
541         * src/folderutils.h
542         * src/folderview.c
543         * src/folderview.h
544         * src/grouplistdialog.c
545         * src/grouplistdialog.h
546         * src/headerview.c
547         * src/html.c
548         * src/html.h
549         * src/image_viewer.c
550         * src/image_viewer.h
551         * src/imap.c
552         * src/imap.h
553         * src/imap_gtk.c
554         * src/imap_gtk.h
555         * src/import.c
556         * src/import.h
557         * src/importldif.c
558         * src/importldif.h
559         * src/importmutt.c
560         * src/importmutt.h
561         * src/importpine.c
562         * src/importpine.h
563         * src/inc.c
564         * src/inc.h
565         * src/jpilot.c
566         * src/jpilot.h
567         * src/ldapctrl.c
568         * src/ldapctrl.h
569         * src/ldaplocate.c
570         * src/ldaplocate.h
571         * src/ldapquery.c
572         * src/ldapquery.h
573         * src/ldapserver.c
574         * src/ldapserver.h
575         * src/ldaputil.c
576         * src/ldaputil.h
577         * src/ldif.c
578         * src/ldif.h
579         * src/main.c
580         * src/main.h
581         * src/mainwindow.c
582         * src/mainwindow.h
583         * src/manual.c
584         * src/manual.h
585         * src/mbox.c
586         * src/message_search.c
587         * src/message_search.h
588         * src/messageview.c
589         * src/messageview.h
590         * src/mh.c
591         * src/mh.h
592         * src/mh_gtk.c
593         * src/mh_gtk.h
594         * src/mimeview.c
595         * src/mimeview.h
596         * src/msgcache.c
597         * src/msgcache.h
598         * src/mutt.c
599         * src/mutt.h
600         * src/news.c
601         * src/news.h
602         * src/news_gtk.c
603         * src/news_gtk.h
604         * src/partial_download.c
605         * src/partial_download.h
606         * src/pine.c
607         * src/pine.h
608         * src/pop.c
609         * src/pop.h
610         * src/prefs_account.c
611         * src/prefs_account.h
612         * src/prefs_actions.c
613         * src/prefs_actions.h
614         * src/prefs_common.c
615         * src/prefs_common.h
616         * src/prefs_compose_writing.c
617         * src/prefs_compose_writing.h
618         * src/prefs_customheader.c
619         * src/prefs_customheader.h
620         * src/prefs_display_header.c
621         * src/prefs_display_header.h
622         * src/prefs_filtering.c
623         * src/prefs_filtering.h
624         * src/prefs_filtering_action.c
625         * src/prefs_filtering_action.h
626         * src/prefs_folder_column.c
627         * src/prefs_folder_column.h
628         * src/prefs_folder_item.c
629         * src/prefs_folder_item.h
630         * src/prefs_fonts.c
631         * src/prefs_fonts.h
632         * src/prefs_gtk.c
633         * src/prefs_gtk.h
634         * src/prefs_image_viewer.c
635         * src/prefs_image_viewer.h
636         * src/prefs_matcher.c
637         * src/prefs_matcher.h
638         * src/prefs_message.c
639         * src/prefs_msg_colors.c
640         * src/prefs_msg_colors.h
641         * src/prefs_other.c
642         * src/prefs_quote.c
643         * src/prefs_receive.c
644         * src/prefs_send.c
645         * src/prefs_spelling.c
646         * src/prefs_spelling.h
647         * src/prefs_summaries.c
648         * src/prefs_summaries.h
649         * src/prefs_summary_column.c
650         * src/prefs_summary_column.h
651         * src/prefs_template.c
652         * src/prefs_template.h
653         * src/prefs_themes.c
654         * src/prefs_themes.h
655         * src/prefs_toolbar.c
656         * src/prefs_toolbar.h
657         * src/prefs_wrapping.c
658         * src/prefs_wrapping.h
659         * src/privacy.c
660         * src/privacy.h
661         * src/procheader.c
662         * src/procheader.h
663         * src/procmime.c
664         * src/procmime.h
665         * src/procmsg.c
666         * src/procmsg.h
667         * src/quote_fmt.c
668         * src/quote_fmt_parse.y
669         * src/recv.c
670         * src/recv.h
671         * src/remotefolder.c
672         * src/remotefolder.h
673         * src/send_message.c
674         * src/send_message.h
675         * src/setup.c
676         * src/setup.h
677         * src/sourcewindow.c
678         * src/sourcewindow.h
679         * src/ssl_manager.c
680         * src/ssl_manager.h
681         * src/statusbar.c
682         * src/statusbar.h
683         * src/stock_pixmap.c
684         * src/stock_pixmap.h
685         * src/summary_search.c
686         * src/summary_search.h
687         * src/summaryview.c
688         * src/summaryview.h
689         * src/textview.c
690         * src/textview.h
691         * src/toolbar.c
692         * src/toolbar.h
693         * src/undo.c
694         * src/undo.h
695         * src/unmime.c
696         * src/unmime.h
697         * src/vcard.c
698         * src/vcard.h
699         * src/wizard.c
700         * src/wizard.h
701         * src/common/base64.c
702         * src/common/base64.h
703         * src/common/defs.h
704         * src/common/hooks.c
705         * src/common/hooks.h
706         * src/common/log.c
707         * src/common/log.h
708         * src/common/mgutils.c
709         * src/common/mgutils.h
710         * src/common/nntp.c
711         * src/common/nntp.h
712         * src/common/passcrypt.c
713         * src/common/passcrypt.h.in
714         * src/common/plugin.c
715         * src/common/plugin.h
716         * src/common/prefs.c
717         * src/common/prefs.h
718         * src/common/progressindicator.c
719         * src/common/progressindicator.h
720         * src/common/quoted-printable.c
721         * src/common/quoted-printable.h
722         * src/common/session.c
723         * src/common/session.h
724         * src/common/smtp.c
725         * src/common/smtp.h
726         * src/common/socket.c
727         * src/common/socket.h
728         * src/common/ssl.c
729         * src/common/ssl.h
730         * src/common/ssl_certificate.c
731         * src/common/ssl_certificate.h
732         * src/common/stringtable.c
733         * src/common/stringtable.h
734         * src/common/template.c
735         * src/common/template.h
736         * src/common/timing.h
737         * src/common/utils.c
738         * src/common/utils.h
739         * src/common/version.h.in
740         * src/common/xml.c
741         * src/common/xml.h
742         * src/common/xmlprops.c
743         * src/common/xmlprops.h
744         * src/gtk/about.c
745         * src/gtk/colorlabel.c
746         * src/gtk/colorsel.c
747         * src/gtk/colorsel.h
748         * src/gtk/combobox.c
749         * src/gtk/combobox.h
750         * src/gtk/description_window.c
751         * src/gtk/description_window.h
752         * src/gtk/filesel.c
753         * src/gtk/filesel.h
754         * src/gtk/foldersort.c
755         * src/gtk/foldersort.h
756         * src/gtk/gtksctree.c
757         * src/gtk/gtkutils.c
758         * src/gtk/gtkutils.h
759         * src/gtk/inputdialog.c
760         * src/gtk/inputdialog.h
761         * src/gtk/logwindow.c
762         * src/gtk/logwindow.h
763         * src/gtk/manage_window.c
764         * src/gtk/manage_window.h
765         * src/gtk/menu.c
766         * src/gtk/menu.h
767         * src/gtk/pluginwindow.c
768         * src/gtk/pluginwindow.h
769         * src/gtk/prefswindow.c
770         * src/gtk/prefswindow.h
771         * src/gtk/progressdialog.c
772         * src/gtk/progressdialog.h
773         * src/gtk/sslcertwindow.c
774         * src/gtk/sslcertwindow.h
775         * src/plugins/bogofilter/bogofilter.c
776         * src/plugins/bogofilter/bogofilter.h
777         * src/plugins/bogofilter/bogofilter_gtk.c
778         * src/plugins/clamav/clamav_plugin.c
779         * src/plugins/clamav/clamav_plugin.h
780         * src/plugins/clamav/clamav_plugin_gtk.c
781         * src/plugins/demo/demo.c
782         * src/plugins/dillo_viewer/dillo_prefs.c
783         * src/plugins/dillo_viewer/dillo_prefs.h
784         * src/plugins/dillo_viewer/dillo_viewer.c
785         * src/plugins/pgpcore/passphrase.c
786         * src/plugins/pgpcore/passphrase.h
787         * src/plugins/pgpcore/pgp_viewer.c
788         * src/plugins/pgpcore/pgp_viewer.h
789         * src/plugins/pgpcore/plugin.c
790         * src/plugins/pgpcore/select-keys.c
791         * src/plugins/pgpcore/select-keys.h
792         * src/plugins/pgpcore/sgpgme.c
793         * src/plugins/pgpcore/sgpgme.h
794         * src/plugins/pgpinline/pgpinline.c
795         * src/plugins/pgpinline/pgpinline.h
796         * src/plugins/pgpinline/plugin.c
797         * src/plugins/pgpmime/pgpmime.c
798         * src/plugins/pgpmime/pgpmime.h
799         * src/plugins/pgpmime/plugin.c
800         * src/plugins/spamassassin/spamassassin.c
801         * src/plugins/spamassassin/spamassassin.h
802         * src/plugins/spamassassin/spamassassin_gtk.c
803         * src/plugins/trayicon/trayicon.c
804                 it's 2007, update the year in the copyright headers
805
806 2007-01-03 [paul]       2.6.1cvs95
807
808         * src/gtk/about.c
809                 it is 2007, use it in the copyright string
810
811 2007-01-03 [paul]       2.6.1cvs94
812
813         * src/html.c
814                 html entity conversion:
815                 move &#153; to a more suitable place
816                 add &bull; and &ndash;
817                 make sure &mdash; and &#8212; are both
818                 converted the same
819
820 2007-01-02 [colin]      2.6.1cvs93
821
822         * src/addrbook.c
823                 Fix leak
824         * src/common/plugin.c
825                 Add comment
826         * src/etpan/imap-thread.c
827                 Fix warning
828
829 2006-12-31 [paul]       2.6.1cvs92
830
831         * src/prefs_summaries.c
832                 use gtk_button_new_from_stock()
833
834 2006-12-30 [colin]      2.6.1cvs91
835
836         * src/folder.c
837         * src/imap_gtk.c
838         * src/mh_gtk.c
839                 Don't update filtering and account paths 
840                 when copying folders
841
842 2006-12-30 [colin]      2.6.1cvs90
843
844         * src/prefs_compose_writing.c
845         * src/prefs_quote.c
846         * src/prefs_template.c
847                 Use message font for Writing and 
848                 Quoting prefs, as well as Templates.
849
850 2006-12-30 [colin]      2.6.1cvs89
851
852         * src/prefs_summaries.c
853                 Rework GUI; patch by Pawel
854
855 2006-12-29 [colin]      2.6.1cvs88
856
857         * src/prefs_folder_item.c
858                 Fix bug 1085, 'Apply to subfolder 
859                 doesn't work' - I was mistaken saying
860                 it worked in every case
861
862 2006-12-28 [colin]      2.6.1cvs87
863
864         * src/gtk/gtkaspell.c
865                 Don't assert if use_alternate is true
866                 and alt_dictionary isn't set -- this 
867                 is what happens on upgrade! Rather,
868                 do with it.
869
870 2006-12-28 [colin]      2.6.1cvs86
871
872         * Makefile.am
873                 Fix desktop/icon simplification
874
875 2006-12-28 [colin]      2.6.1cvs85
876
877         * Makefile.am
878                 Make desktop and icon not 
879                 dependant on the desktop
880
881 2006-12-28 [wwp]        2.6.1cvs84
882
883         * src/plugins/pgpmime/claws.def
884                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
885
886 2006-12-28 [wwp]        2.6.1cvs83
887
888         * src/prefs_folder_item.c
889                 Fix coloring of "simplify subject regexp" (folder prefs),
890                 which might be left to red whereas the regexp gets empty.
891
892 2006-12-28 [wwp]        2.6.1cvs82
893
894         * src/prefs_common.c
895         * src/prefs_common.h
896         * src/addressbook.c
897         * src/addressitem.h
898                 Save addressbook mainwindow's horizontal and vertical splitter position.
899
900 2006-12-27 [wwp]        2.6.1cvs81
901
902         * src/gtk/gtkaspell.c
903         * src/gtk/gtkaspell.h
904         * src/compose.c
905                 Fix assignment of compose's default and alternate dictionary from
906                 account or folder settings. Now gtkaspell_change_dict does rotate
907                 dicts only when it's called from a menu cb.
908
909 2006-12-27 [wwp]        2.6.1cvs80
910
911         * src/folder_item_prefs.c
912                 Fix randomly initialized default-alt-dictionary (folder prefs),
913                 complete 2.6.1cvs72.
914
915 2006-12-27 [paul]       2.6.1cvs79
916
917         * src/imap_gtk.c
918         * src/mh_gtk.c
919                 Add Copy folder in the folder's contextual
920                 menu
921
922 2006-12-27 [wwp]        2.6.1cvs78
923
924         * src/imap.c
925                 Clean up session locking, thanks to Colin.
926
927 2006-12-26 [colin]      2.6.1cvs77
928
929         * src/statusbar.c
930                 Revert previous patch
931
932 2006-12-26 [colin]      2.6.1cvs76
933
934         * src/folder.c
935         * src/folderview.c
936         * src/imap.c
937         * src/statusbar.c
938         * src/etpan/imap-thread.c
939                 Fix previous commit warnings
940                 Make statusbar update every second if total < 20
941                 Make IMAP APPEND faster by simplifying log              
942
943 2006-12-26 [colin]      2.6.1cvs75
944
945         * src/folder.c
946         * src/folder.h
947         * src/folderview.c
948         * src/folderview.h
949         * src/imap_gtk.c
950         * src/mh_gtk.c
951                 Make it possible to copy folders accross
952                 mailboxes (this was an arbitrary limitation).
953                 Still make it impossible to move folders 
954                 accross mailboxes.
955
956 2006-12-26 [colin]      2.6.1cvs74
957
958         * src/etpan/imap-thread.c
959                 Fix bug 1081, 'claws-mail 
960                 segfaults when going offline 
961                 while it transfers mails via 
962                 imap'
963
964 2006-12-26 [colin]      2.6.1cvs73
965
966         * src/folder_item_prefs.c
967                 Don't forget alt dictionary when
968                 renaming/moving folders
969
970 2006-12-26 [wwp]        2.6.1cvs72
971
972         * src/folder_item_prefs.c
973                 Add missing defaults for per-folder alt dict
974                 (forgotten in 2.6.1cvs61).
975
976 2006-12-26 [colin]      2.6.1cvs71
977
978         * src/wizard.c
979                 Add tooltip to state that specifying
980                 full path to mailbox is possible
981
982 2006-12-26 [wwp]        2.6.1cvs70
983
984         * src/partial_download.c
985         * src/gtk/gtkvscrollbutton.c
986         * src/plugins/pgpinline/plugin.c
987                 Fix for few compiler warnings that matter.
988
989 2006-12-25 [colin]      2.6.1cvs69
990
991         * src/partial_download.c
992                 Fix marking for download or deletion
993                 when the header isn't the first
994         * src/gtk/logwindow.c
995                 Fix start of scrolling
996
997 2006-12-23 [paul]       2.6.1cvs68
998
999         * src/compose.c
1000                 change last commit to use the 'academic'
1001                 method instead. Thanks to wwp
1002
1003 2006-12-23 [paul]       2.6.1cvs67
1004
1005         * src/compose.c
1006                 don't warn about empty subject when
1007                 redirecting
1008
1009 2006-12-22 [colin]      2.6.1cvs66
1010
1011         * src/summary_search.c
1012                 Fix previous patch
1013
1014 2006-12-22 [colin]      2.6.1cvs65
1015
1016         * src/gtk/gtkutils.c
1017         * src/imap.c
1018         * src/jpilot.c
1019         * src/summary_search.c
1020                 A few warning fixes
1021
1022 2006-12-23 [paul]       
1023
1024         2.7.0-rc2 released
1025
1026 2006-12-22 [colin]      2.6.1cvs64
1027
1028         * src/toolbar.c
1029         * src/toolbar.h
1030                 Add a combo to the learn spam button
1031         * src/plugins/bogofilter/bogofilter.c
1032         * src/plugins/bogofilter/bogofilter_gtk.c
1033         * src/plugins/bogofilter/bogofilter.h
1034                 Allow to store Unsure mails in a specific
1035                 folder to make better teaching easier
1036
1037 2006-12-21 [wwp]        2.6.1cvs63
1038
1039         * src/compose.c
1040         * src/prefs_common.c
1041         * src/prefs_common.h
1042         * src/prefs_spelling.c
1043         * src/gtk/gtkaspell.c
1044         * src/gtk/gtkaspell.h
1045                 Allow spell-checking using both current and alternate dictionaries
1046                 (thanks to Colin).
1047
1048 2006-12-21 [wwp]        2.6.1cvs62
1049
1050         * src/gtk/gtkaspell.c
1051                 Apply recheck_when_changing_dict (highlight all mispelled words)
1052                 when switching to alternate dictionary.
1053
1054 2006-12-21 [wwp]        2.6.1cvs61
1055
1056         * src/compose.c
1057         * src/folder_item_prefs.h
1058         * src/prefs_common.c
1059         * src/prefs_common.h
1060         * src/prefs_folder_item.c
1061         * src/prefs_spelling.c
1062         * src/gtk/gtkaspell.c
1063         * src/gtk/gtkaspell.h
1064                 Add global and per-folder prefs to set the default
1065                 alternate dictionary.
1066
1067 2006-12-21 [colin]      2.6.1cvs60
1068
1069         * src/folder.c
1070                 Look for folders by path in all folders
1071         * src/html.c
1072                 add &mdash;
1073
1074 2006-12-20 [colin]      2.6.1cvs59
1075
1076         * src/gtk/quicksearch.c
1077                 Make sure in_typing is false when clearing
1078
1079 2006-12-20 [wwp]        2.6.1cvs58
1080
1081         * configure.ac
1082                 change manual's target dir to be LFH-compliant (thanks to Colin).
1083
1084 2006-12-20 [wwp]        2.6.1cvs57
1085
1086         * src/prefs_common.c
1087         * src/prefs_summaries.c
1088                 i18n fix and factorize patch, thanks to Fabien.
1089
1090 2006-12-20 [paul]       2.6.1cvs56
1091
1092         * configure.ac
1093                 last of the renaming (??)
1094         * src/main.c
1095                 correct --help info of --status-full
1096         * src/plugins/bogofilter/bogofilter.c
1097                 make FALSE default of whitelist_ab
1098
1099 2006-12-19 [colin]      2.6.1cvs55
1100
1101         * src/jpilot.c
1102                 Same as before, without depending on
1103                 pisock >= 0.12
1104
1105 2006-12-19 [colin]      2.6.1cvs54
1106
1107         * src/jpilot.c
1108                 Fix bug 1059, 'Better jpilot charset 
1109                 handling'. Use libpisync's charset conversion
1110                 if possible
1111
1112 2006-12-19 [colin]      2.6.1cvs53
1113
1114         * po/fr.po
1115                 Updated by Fabien
1116
1117 2006-12-19 [wwp]        2.6.1cvs52
1118
1119         * src/gtk/about.c
1120                 Add missing #include (thanks to Colin).
1121
1122 2006-12-19 [wwp]        2.6.1cvs51
1123
1124         * src/prefs_receive.c
1125                 Better spacing between widgets in prefs.
1126
1127 2006-12-18 [colin]      2.6.1cvs50
1128
1129         * src/imap.c
1130                 Fix failure to get separator on LIST "" ""
1131                 Try LIST "" "INBOX" too.
1132
1133 2006-12-18 [wwp]        2.6.1cvs49
1134
1135         * src/common/session.c
1136                 Fix a compiler warning (thanks to Fabien).
1137
1138 2006-12-18 [wwp]        2.6.1cvs48
1139
1140         * src/compose.c
1141         * src/prefs_quote.c
1142                 Factorize some strings for translation (it's about error
1143                 messages when applying or checking template/quote format).
1144
1145 2006-12-18 [colin]      2.6.1cvs47
1146
1147         * Makefile.am
1148         * src/common/defs.h
1149         * src/gtk/Makefile.am
1150         * src/gtk/about.c
1151                 Add a Release notes tab from the contents of
1152                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
1153
1154 2006-12-17 [colin]      2.6.1cvs46
1155
1156         * src/mimeview.c
1157         * src/textview.c
1158         * src/gtk/filesel.c
1159                 Correctly convert from/to UTF8/filename encoding
1160                 when loading and saving files. Probably fixes
1161                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
1162                 for a file to attach and is blocked...'
1163
1164 2006-12-17 [colin]      2.6.1cvs45
1165
1166         * src/gtk/logwindow.c
1167                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
1168                 IMAP folder and is blocked on main thread': 
1169                 make sure we put utf8 in the log.
1170
1171 2006-12-16 [colin]      2.6.1cvs44
1172
1173         * src/toolbar.c
1174         * src/toolbar.h
1175                 Fix bug 1055, 'Add the 'cancel receive' 
1176                 in the available events for the toolbar buttons'
1177
1178 2006-12-16 [colin]      2.6.1cvs43
1179
1180         * po/POTFILES.in
1181         * src/imap.c
1182         * src/common/nntp.c
1183         * src/common/session.c
1184                 Log error when SSL handshakes fail. 
1185                 Fixes bug 1082, 'incorrect / imprecise 
1186                 error message when imap server provides 
1187                 ssl only through STARTTLS but SSL is 
1188                 selected'
1189
1190 2006-12-15 [wwp]        2.6.1cvs42
1191
1192         * src/plugins/bogofilter/bogofilter_gtk.c
1193                 set proper sensitivity to widgets I've recently added.
1194
1195 2006-12-15 [colin]      
1196
1197         2.7.0-rc1 released
1198
1199 2006-12-15 [wwp]        2.6.1cvs41
1200
1201         * src/plugins/bogofilter/bogofilter.c
1202         * src/plugins/bogofilter/bogofilter.h
1203         * src/plugins/bogofilter/bogofilter_gtk.c
1204                 bogofilter's whitelist can now use a subset of
1205                 the addressbook (either a book, a subfolder of a book,
1206                 or the whole addressbook by using "Any"). Re-used there
1207                 some pref_matcher widgets and mechanisms to match a subset
1208                 of the addressbook.
1209
1210 2006-12-15 [wwp]        2.6.1cvs40
1211
1212         * src/wizard.c
1213         * src/common/plugin.c
1214         * src/common/plugin.h
1215         * src/gtk/about.c
1216         * src/plugins/bogofilter/bogofilter.c
1217         * src/plugins/clamav/clamav_plugin.c
1218         * src/plugins/demo/demo.c
1219         * src/plugins/dillo_viewer/dillo_viewer.c
1220         * src/plugins/pgpcore/plugin.c
1221         * src/plugins/pgpinline/plugin.c
1222         * src/plugins/pgpmime/plugin.c
1223         * src/plugins/spamassassin/spamassassin.c
1224         * src/plugins/trayicon/trayicon.c
1225                 factorize some translatable strings (plugins-related),
1226                 fix missing punctuation in several places,
1227                 remove useless translatable \n in about.c,
1228                 and factorize plugin init code w/ a new function
1229                 check_plugin_version() in common/plugin.c.
1230                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1231
1232 2006-12-15 [wwp]        2.6.1cvs39
1233
1234         * src/plugins/bogofilter/bogofilter.c
1235         * src/plugins/bogofilter/bogofilter_gtk.c
1236                 flag whitelisted spams as spam, but don't filter it to the spam
1237                 folder. Thanks to Colin.
1238
1239 2006-12-15 [ticho]      2.6.1cvs38
1240
1241         * src/plugins/bogofilter/bogofilter.c
1242         * src/plugins/bogofilter/bogofilter.h
1243         * src/plugins/bogofilter/bogofilter_gtk.c
1244                 Add option to whitelist senders found in addressbook. Patch by colin.
1245
1246 2006-12-15 [paul]       2.6.1cvs37
1247
1248         * src/folderview.c
1249                 add missing #include "log.h"
1250
1251 2006-12-15 [paul]       2.6.1cvs36
1252
1253         * src/plugins/bogofilter/bogofilter.c
1254         * src/plugins/bogofilter/bogofilter.h
1255         * src/plugins/bogofilter/bogofilter_gtk.c
1256                 Add an option to allow inserting an
1257                 X-Claws-Bogosity header (on MH folders
1258                 only). Patch by Colin
1259
1260 2006-12-14 [colin]      2.6.1cvs35
1261
1262         * src/main.c
1263                 "Yes" should be the default choice for
1264                 migration configuration
1265
1266 2006-12-14 [paul]       2.6.1cvs34
1267
1268         * src/prefs_summaries.c
1269         * manual/advanced.xml
1270                 Unhide mark_as_read_delay
1271
1272 2006-12-14 [paul]       2.6.1cvs33
1273
1274         * src/messageview.c
1275         * src/messageview.h
1276         * src/mimeview.c
1277         * src/mimeview.h
1278         * src/summaryview.c
1279         * src/textview.c
1280         * src/textview.h
1281                 Fix printing of selection
1282                 Fix printing of message parts
1283                 Fix printing of images
1284         * src/gtk/gtksourceprintjob.c
1285                 Fix page count when there are images
1286
1287 2006-12-14 [wwp]        2.6.1cvs32
1288
1289         * src/mainwindow.c
1290         * src/summaryview.c
1291         * src/summaryview.h
1292         * src/gtk/quicksearch.c
1293                 fix quicksearch 'magnify' button status when QS is closed
1294                 using the Escape key, thanks to Colin.
1295
1296 2006-12-14 [wwp]        2.6.1cvs31
1297
1298         * src/mainwindow.c
1299         * src/summaryview.c
1300         * src/summaryview.h
1301         * src/gtk/quicksearch.c
1302                 fix quicksearch 'magnify' button status when QS is closed
1303                 using the Escape key, thanks to Colin.
1304
1305 2006-12-13 [colin]      2.6.1cvs30
1306
1307         * src/ldapquery.c
1308         * src/ldaputil.c
1309                 Use the binary safe version of ldap_get_values,
1310                 to make sure we manipulate null-terminated 
1311                 strings. Maybe fixes bug 1075, 'claws mail 
1312                 segfault when completing ldap adresses'
1313         * src/syldap.c ** REMOVED **
1314         * src/syldap.h ** REMOVED **
1315                 Remove dead files
1316
1317 2006-12-13 [mones]      2.6.1cvs29
1318
1319         * po/es.po
1320                 Fixed piped strings, fixed click translation
1321
1322 2006-12-13 [paul]       2.6.1cvs28
1323
1324         * src/main.c
1325                 don't translate these strings
1326
1327 2006-12-13 [paul]       2.6.1cvs27
1328
1329         * po/en_GB.po
1330                 updated
1331
1332 2006-12-13 [colin]      2.6.1cvs26
1333
1334         * src/main.c
1335         * src/main.h
1336                 Add claws_is_starting()
1337
1338 2006-12-13 [mones]      2.6.1cvs25
1339
1340         * manual/es/advanced.xml
1341         * po/es.po
1342                 Synced manual and updated translation
1343
1344 2006-12-12 [colin]      2.6.1cvs24
1345
1346         * src/wizard.c
1347                 Add an option to use STARTTLS in the
1348                 welcome wizard. Fixes bug 1080, 
1349                 'Using SSL option in wizard for incoming 
1350                 server does not activate SSL with STARTTLS'
1351
1352 2006-12-12 [colin]      2.6.1cvs23
1353
1354         * src/main.c
1355                 Don't exit when there's an incomplete
1356                 mailbox configured - leaves a chance 
1357                 to fix a failing IMAP account. Exit
1358                 if no mailbox at all is loaded (case
1359                 of missing plugin).
1360                 Completes bug 1077's fix (I was wrong
1361                 in this bug's comment #3).
1362
1363 2006-12-12 [colin]      2.6.1cvs22
1364
1365         * src/gtk/menu.h
1366                 Add another menu data type
1367         * src/prefs_account.c
1368                 Complete the completion of bug 1076
1369                 (doesn't lose the pref on apply)
1370
1371 2006-12-12 [paul]       2.6.1cvs21
1372
1373         * src/prefs_account.c
1374                 complete the fix of bug 1076
1375                 also be more verbose with the text
1376
1377 2006-12-12 [paul]       2.6.1cvs20
1378
1379         * src/gtk/combobox.c
1380                 fix compilation warning
1381
1382 2006-12-11 [colin]      2.6.1cvs19
1383
1384         * src/wizard.c
1385                 Document :port in server entry tooltips
1386
1387 2006-12-11 [colin]      2.6.1cvs18
1388
1389         * src/main.c
1390                 Fix compile
1391
1392 2006-12-11 [colin]      2.6.1cvs17
1393
1394         * src/main.c
1395                 Add failing IMAP as a reason for no
1396                 mailbox
1397
1398 2006-12-11 [colin]      2.6.1cvs16
1399
1400         * src/prefs_account.c
1401                 Check for existence of inbox for local
1402                 accounts too
1403         * src/wizard.c
1404                 Allow setting the port to use for servers
1405                 by using the usual "server.example.com:port"
1406                 syntax. Fixes bug 1077, 'sylpheed-claws does 
1407                 not start when IMAP server is unavailable'
1408
1409 2006-12-11 [colin]      2.6.1cvs15
1410
1411         * src/prefs_account.c
1412                 Prevent use of non-existing default inbox
1413
1414 2006-12-11 [colin]      2.6.1cvs14
1415
1416         * src/prefs_account.c
1417                 Fix sensitivity. Fixes bug 1076, 'privacy 
1418                 options are displayed even when pgp plugin 
1419                 not loaded / available'
1420
1421 2006-12-09 [colin]      2.6.1cvs13
1422
1423         * manual/advanced.xml
1424         * src/prefs_common.c
1425         * src/prefs_common.h
1426         * src/common/ssl_certificate.c
1427                 Add a new hidden preference, 'unsafe_ssl_certs',
1428                 which allows to store multiple certificates per
1429                 server/port. This is disabled by default because
1430                 it's less secure (presenting a new certificate
1431                 instead of a changed one raises less alarms).
1432                 This will cause Claws to ask about an unknown
1433                 certificate for people who have used 2.6.1cvs8
1434                 or greater.
1435
1436 2006-12-09 [colin]      2.6.1cvs12
1437
1438         * src/action.c
1439                 Fix cache updating after action
1440
1441 2006-12-07 [wwp]        2.6.1cvs11
1442
1443         * src/compose.c
1444                 fix email address comparison when replying to all
1445                 (avoid replying to ourselves), thanks to Colin.
1446
1447 2006-12-06 [paul]       2.6.1cvs10
1448
1449         * src/addrharvest.c
1450         * src/editldap.c
1451         * src/expldifdlg.c
1452         * src/news.c
1453         * src/toolbar.c
1454         * src/common/utils.c
1455                 ...and more renaming
1456                 Thanks to Colin
1457
1458 2006-12-06 [paul]       2.6.1cvs9
1459
1460         * src/compose.c
1461         * src/messageview.c
1462         * src/procheader.c
1463         * src/procmime.c
1464         * src/procmsg.c
1465         * src/textview.c
1466                 more renaming
1467                 Thanks to Colin
1468
1469 2006-12-06 [colin]      2.6.1cvs8
1470
1471         * src/ssl_manager.c
1472         * src/common/ssl_certificate.c
1473         * src/common/ssl_certificate.h
1474                 Handle multiple certificates per host/port
1475
1476 2006-12-06 [colin]      2.6.1cvs7
1477
1478         * src/etpan/imap-thread.c
1479                 Fix certificate checking on IMAP
1480
1481 2006-12-06 [colin]      2.6.1cvs6
1482
1483         * src/folderview.c
1484                 Fix bug 1072, 'Claws stops fetching newsgroups 
1485                 from server when newsgroup got deleted': continue
1486                 checking other groups
1487
1488 2006-12-05 [wwp]        2.6.1cvs5
1489
1490         * src/message_search.c
1491         * src/summary_search.c
1492         * src/gtk/combobox.c
1493         * src/gtk/combobox.h
1494         * src/gtk/gtkutils.c
1495         * src/gtk/gtkutils.h
1496                 make up and down arrow keys in modern gtk_combo_box_entry widgets
1497                 behave like w/ old comboboxes (summary and message search only).
1498
1499 2006-12-05 [paul]       2.6.1cvs4
1500
1501         * src/wizard.c
1502                 encode headers
1503                 Thanks to Colin
1504
1505 2006-12-05 [paul]       2.6.1cvs3
1506
1507         * tools/README
1508         * tools/textviewer.pl
1509                 script updated and description added
1510
1511 2006-12-04 [colin]      2.6.1cvs2
1512
1513         * src/compose.c
1514                 Run pre-send hook only when checking
1515                 everything
1516
1517 2006-12-04 [paul]       2.6.1cvs1
1518
1519         * NEWS
1520         * README
1521         * RELEASE_NOTES
1522         * configure.ac
1523         * tools/README
1524                 bump up version number following stable release
1525
1526 2006-12-04 [paul]       2.6.0cvs83
1527
1528         * README
1529                 updates and corrections
1530
1531 2006-12-04 [colin]      2.6.0cvs82
1532
1533         * src/common/utils.c
1534                 Probably fix bug 1066, 'Incorrect mailbox 
1535                 size displayed'
1536
1537 2006-12-04 [colin]      2.6.0cvs81
1538
1539         * src/common/utils.c
1540                 Trim tabs from mailcap file too.
1541
1542 2006-12-02 [paul]       2.6.0cvs80
1543
1544         * src/exphtmldlg.c
1545                 fix broken GUI under certain languages
1546         * src/expldifdlg.c
1547                 put the Cancel button to the right
1548
1549 2006-12-01 [paul]       2.6.0cvs79
1550
1551         * tools/Makefile.am
1552                 remove reference to removed file
1553
1554 2006-12-01 [wwp]        2.6.0cvs78
1555
1556         * src/addressbook.c
1557         * src/editaddress.c
1558                 remove forgotten debug statements.
1559
1560 2006-12-01 [wwp]        2.6.0cvs77
1561
1562         * manual/advanced.xml
1563         * manual/fr/advanced.xml
1564         * src/addressbook.c
1565         * src/addressbook.h
1566         * src/addressitem.h
1567         * src/editaddress.c
1568         * src/editaddress.h
1569         * src/prefs_common.c
1570         * src/prefs_common.h
1571         * src/gtk/gtkutils.c
1572         * src/gtk/gtkutils.h
1573                 add a hidden option to allow embedding the editaddress (edit contact details)
1574                 dialog into the addressbook's window. This doesn't change the default
1575                 behaviour.
1576
1577 2006-12-01 [wwp]        2.6.0cvs76
1578
1579         * src/message_search.c
1580         * src/summary_search.c
1581                 fix more focus issues (don't set focus to combobox's entry widget when
1582                 entry's value changed, if entry widget has focus already).
1583
1584 2006-12-01 [wwp]        2.6.0cvs75
1585
1586         * src/gtk/quicksearch.c
1587                 revert last changes to the quicksearch gtk_combo_box, this needs more
1588                 tuning and testing.
1589
1590 2006-12-01 [paul]       2.6.0cvs74
1591
1592         * tools/kdeservicemenu/README
1593         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1594         * tools/kdeservicemenu/install.sh
1595         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1596         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1597                 simplify this stuff, and in so doing,
1598                 fix it. (possibly re-extend it again at
1599                 a later date)
1600
1601 2006-12-01 [wwp]        2.6.0cvs73
1602
1603         * src/gtk/quicksearch.c
1604                 adapt quicksearch code to use modern gtk_combo_box'es.
1605
1606 2006-12-01 [wwp]        2.6.0cvs72
1607
1608         * src/common/defs.h
1609         * src/prefs_common.c
1610         * src/prefs_common.h
1611         * src/message_search.c
1612         * src/summary_search.c
1613         * src/gtk/combobox.c
1614         * src/gtk/combobox.h
1615                 add history combos to all message and summary search fields.
1616
1617 2006-12-01 [wwp]        2.6.0cvs71
1618
1619         * src/summaryview.c
1620                 As the list may change while the mark as read delay
1621                 runs, we can't rely on the 'row' pointer, which can
1622                 be invalid when the timeout is called. As the mark
1623                 as read is only done if the message is still selected,
1624                 use summaryview->selected instead. Thanks to Colin.
1625
1626 2006-11-30 [paul]       2.6.0cvs70
1627
1628         * src/textview.c
1629                 give emphasis to "Sylpheed-Claws"
1630                 as well as "Claws Mail"
1631
1632 2006-11-30 [colin]      2.6.0cvs69
1633
1634         * src/wizard.c
1635                 Put the SSL checkboxes in the receiving
1636                 and sending server pages.
1637
1638 2006-11-29 [colin]      2.6.0cvs68
1639
1640         * src/gtk/gtkutils.c
1641         * src/gtk/gtkvscrollbutton.c
1642                 Revert some deprecated fixes - they seem to
1643                 deprecate stuff as soon as a new one gets out.
1644                 g_object_ref_sink needed glib-2.10.
1645
1646 2006-11-29 [colin]      2.6.0cvs67
1647
1648         * src/common/utils.c
1649                 Create .mailcap if it doesn't exist
1650
1651 2006-11-29 [colin]      2.6.0cvs66
1652
1653         * src/compose.c
1654                 Followup to cvs60: use original list
1655                 of recipients if replying to a mail
1656                 in Sent Drafts or Queue.
1657
1658 2006-11-27 [paul]       2.6.0cvs65
1659
1660         * src/image_viewer.c
1661                 revert the last change for now (it's broken)
1662
1663 2006-11-27 [paul]       2.6.0cvs64
1664
1665         * Makefile.am
1666         * configure.ac
1667         * m4/aclocal-include.m4
1668         * m4/check-type.m4
1669         * src/Makefile.am
1670         * src/addr_compl.c
1671         * src/compose.c
1672         * src/crash.c
1673         * src/export.c
1674         * src/exporthtml.c
1675         * src/exportldif.c
1676         * src/imap.c
1677         * src/import.c
1678         * src/main.c
1679         * src/main.h
1680         * src/matcher.c
1681         * src/mimeview.c
1682         * src/procmsg.c
1683         * src/textview.c
1684         * src/common/Makefile.am
1685         * src/common/claws.c
1686         * src/common/claws.h
1687         * src/common/ssl.c
1688         * src/common/sylpheed.c
1689         * src/common/sylpheed.h
1690         * src/etpan/Makefile.am
1691         * src/gtk/Makefile.am
1692         * src/gtk/claws-marshal.list
1693         * src/gtk/filesel.c
1694         * src/gtk/gtksctree.c
1695         * src/gtk/quicksearch.c
1696         * src/gtk/sylpheed-marshal.list
1697         * src/plugins/bogofilter/bogofilter.c
1698         * src/plugins/bogofilter/bogofilter_gtk.c
1699         * src/plugins/clamav/clamav_plugin.c
1700         * src/plugins/clamav/clamav_plugin_gtk.c
1701         * src/plugins/demo/demo.c
1702         * src/plugins/dillo_viewer/dillo_viewer.c
1703         * src/plugins/pgpcore/Makefile.am
1704         * src/plugins/pgpcore/claws.def
1705         * src/plugins/pgpcore/pgp_viewer.c
1706         * src/plugins/pgpcore/plugin.c
1707         * src/plugins/pgpcore/sylpheed.def
1708         * src/plugins/pgpinline/Makefile.am
1709         * src/plugins/pgpinline/claws.def
1710         * src/plugins/pgpinline/plugin.c
1711         * src/plugins/pgpinline/sylpheed.def
1712         * src/plugins/pgpmime/Makefile.am
1713         * src/plugins/pgpmime/claws.def
1714         * src/plugins/pgpmime/plugin.c
1715         * src/plugins/pgpmime/sylpheed.def
1716         * src/plugins/spamassassin/spamassassin.c
1717         * src/plugins/spamassassin/spamassassin_gtk.c
1718         * src/plugins/trayicon/trayicon.c
1719                 yet more renaming
1720                 remove deprecated gtk_tooltips_set_delay()
1721
1722 2006-11-26 [paul]       2.6.0cvs63
1723
1724         * src/expldifdlg.c
1725         * src/folderview.c
1726         * src/image_viewer.c
1727         * src/mainwindow.c
1728         * src/gtk/gtkutils.c
1729         * src/gtk/gtkvscrollbutton.c
1730         * src/gtk/prefswindow.c
1731         * src/plugins/pgpcore/prefs_gpg.c
1732                 replace more deprecated GTK+ functions
1733
1734 2006-11-26 [paul]       2.6.0cvs62
1735
1736         * src/addr_compl.c
1737         * src/addressbook.c
1738         * src/browseldap.c
1739                 replace deprecated gtk_idle_... functions
1740
1741 2006-11-26 [paul]       2.6.0cvs61
1742
1743         * src/compose.c
1744         * src/folderview.c
1745         * src/inc.c
1746         * src/summaryview.c
1747         * src/gtk/gtkvscrollbutton.c
1748         * src/gtk/quicksearch.c
1749         * src/plugins/pgpcore/passphrase.c
1750                 replace deprecated gtk_timeout_add and
1751                 gtk_timeout_remove
1752
1753 2006-11-26 [paul]       2.6.0cvs60
1754
1755         * src/compose.c
1756                 fix bug that caused the wrong recipient
1757                 to be selected when replying to a msg
1758                 which is From one of our accounts to
1759                 another of our accounts
1760
1761 2006-11-25 [paul]       2.6.0cvs59
1762
1763         * src/summaryview.c
1764                 don't change the From column title to
1765                 To if the To column is visible
1766
1767 2006-11-24 [paul]       2.6.0cvs58
1768
1769         * src/compose.c
1770                 fix bug 1069, 'Sent mails disappear, BCC
1771                 or locking problem?'
1772
1773 2006-11-21 [wwp]        2.6.0cvs57
1774
1775         * src/compose.c
1776                 fix spelling menu when replying (same as 2.3.1cvs39):
1777                 discrepancy between context menu and top menu when
1778                 folder's dictionary isn't the default one.
1779
1780 2006-11-19 [paul]       2.6.0cvs56
1781
1782         * src/summaryview.c
1783                 obey always_show_msg option when
1784                 marking as spam
1785         * src/plugins/bogofilter/bogofilter.c
1786                 fix typo
1787
1788 2006-11-18 [paul]       2.6.0cvs55
1789
1790         * AUTHORS
1791         * README
1792         * debian/copyright
1793         * manual/ack.xml
1794         * manual/es/ack.xml
1795         * manual/fr/ack.xml
1796         * manual/pl/ack.xml
1797         * src/gtk/authors.h
1798         * src/gtk/icon_legend.c
1799         * src/gtk/icon_legend.h
1800         * tools/OOo2claws-mail.pl
1801         * tools/README
1802         * tools/acroread2claws-mail.pl
1803         * tools/claws.i18n.status.pl
1804         * tools/filter_conv.pl
1805         * tools/filter_conv_new.pl
1806         * tools/freshmeat_search.pl
1807         * tools/google_search.pl
1808         * tools/kmail2claws-mail.pl
1809         * tools/kmail2claws-mail_v2.pl
1810         * tools/maildir2claws-mail.pl
1811         * tools/make.themes.project
1812         * tools/multiwebsearch.pl
1813         * tools/outlook2claws-mail.pl
1814         * tools/tb2claws-mail
1815         * tools/kdeservicemenu/README
1816         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1817                 update mine and wwp's email addresses in
1818                 several places
1819                 Patch by wwp
1820         * src/prefs_compose_writing.c
1821                 set sensitivity on 'new message format' frame
1822
1823 2006-11-17 [paul]       2.6.0cvs54
1824
1825         * src/gtk/about.c
1826                 more reworking of the GUI
1827                 Patch by Fabien Vantard
1828
1829 2006-11-16 [paul]       2.6.0cvs53
1830
1831         * src/gtk/about.c
1832                 set a minimum size for the window, allow
1833                 it to automatically expand as necessary
1834
1835 2006-11-16 [wwp]        2.6.0cvs52
1836
1837         * src/gtk/about.c
1838                 better wrap of copyright info on some systems.
1839
1840 2006-11-16 [paul]       2.6.0cvs51
1841
1842         * src/gtk/about.c
1843                 move the tech info from the upper panel
1844                 to the Info tab
1845                 use a gtk_text_view for the features tab
1846
1847 2006-11-16 [paul]       2.6.0cvs50
1848
1849         * po/Makevars
1850                 update my email address
1851         * src/addressbook.c
1852         * src/compose.c
1853         * src/imap_gtk.c
1854         * src/mh_gtk.c
1855         * src/news_gtk.c
1856         * src/summaryview.c
1857         * src/plugins/trayicon/trayicon.c
1858                 don't offer simple menu separators
1859                 for translation
1860         * src/folderview.c
1861                 add separator between 'mark all read'
1862                 and 'search folder'
1863
1864 2006-11-15 [wwp]        2.6.0cvs49
1865
1866         * src/gtk/authors.h
1867                 updated manuals authors.
1868
1869 2006-11-14 [paul]       2.6.0cvs48
1870
1871         * src/compose.c
1872                 Fix Options/Reply mode after draft save
1873
1874 2006-11-14 [paul]       2.6.0cvs47
1875
1876         * src/Makefile.am
1877                 Fix make DESTDIR=...
1878         * src/mbox.c
1879                 Optimise speed
1880         * src/plugins/pgpinline/pgpinline.c
1881                 Probably fix bug 1061
1882
1883 2006-11-14 [paul]       2.6.0cvs46
1884
1885         * po/Makevars
1886                 enable Q_ macro
1887         * src/Makefile.am
1888         * src/stock_pixmap.c
1889         * src/stock_pixmap.h
1890         * src/gtk/about.c
1891         * src/pixmaps/active.xpm
1892         * src/pixmaps/inactive.xpm
1893                 add a new page, 'Features', to the About dialog
1894                 showing which features are compiled in and which
1895                 are not
1896
1897 2006-11-14 [paul]       2.6.0cvs45
1898
1899         * po/ru.po
1900                 updated by Pavlo Bohmat
1901
1902 2006-11-14 [colin]      2.6.0cvs44
1903
1904         * src/compose.c
1905         * src/inc.c
1906         * src/messageview.c
1907         * src/news.c
1908         * src/pop.c
1909         * src/procmsg.c
1910         * src/gtk/gtkaspell.c
1911                 Fix 64-bit-related warnings
1912         * src/ssl_manager.c
1913                 Fix possible infinite loop
1914         * src/plugins/pgpcore/sgpgme.c
1915                 Remove useless check
1916
1917 2006-11-13 [colin]      2.6.0cvs43
1918
1919         * src/gtk/Makefile.am
1920                 authors.h isn't generated
1921
1922 2006-11-13 [colin]      2.6.0cvs42
1923
1924         * src/plugins/pgpinline/pgpinline.c
1925         * src/plugins/pgpmime/pgpmime.c
1926                 Very probably fix bug 1061, 'crash on 
1927                 opening signed email'. Another cast
1928                 problem
1929
1930 2006-11-13 [colin]      2.6.0cvs41
1931
1932         * src/plugins/pgpcore/sgpgme.c
1933                 Maybe fix bug 1061, 'crash on opening 
1934                 signed email'
1935
1936 2006-11-13 [wwp]        2.6.0cvs40
1937
1938         * src/plugins/pgpinline/pgpinline.c
1939                 fix candidate for bug #1057, thanks to Colin.
1940
1941 2006-11-13 [wwp]        2.6.0cvs39
1942
1943         * src/compose.c
1944         * src/quote_fmt_parse.y
1945                 fix bug 1052: current parser buffer was not always 
1946                 allocated, ptr to this buffer could be returned as 
1947                 NULL whereas no parser error has occurred. in 
1948                 consequence, defining a template body as "%d" 
1949                 (w/o the quotes) for the first time of the instance 
1950                 of claws-mail, was reporting a parser error. make 
1951                 sure that the buffer is always allocated, even to 
1952                 an empty string.
1953                 fix mis-unescaping in compose.:compose_quote_fmt(): 
1954                 unescaping of the fmt string was always done 
1955                 whereas it must be done *only* when receiving 
1956                 quote format strings issued from the prefs 
1957                 (compose new message, reply, forward, redirect 
1958                 formats), *not* when applying templates.  in 
1959                 consequences, applying templates w/ sequences 
1960                 like \\|p{echo} were failing. make sure that 
1961                 unescaping is done only when necessary.
1962
1963 2006-11-12 [colin]      2.6.0cvs38
1964
1965         * po/de.po
1966                 Fix typo (s/KB/MB)
1967
1968 2006-11-12 [colin]      2.6.0cvs37
1969
1970         * src/plugins/pgpinline/pgpinline.c
1971         * src/plugins/pgpmime/pgpmime.c
1972                 Release GPG context at the latest 
1973                 possible moment. Maybe fixes 
1974                 bug 1057, 'crash on sending signed 
1975                 message to a newsgroup'
1976                 
1977
1978 2006-11-12 [colin]      2.6.0cvs36
1979
1980         * src/plugins/pgpcore/sgpgme.c
1981                 Tell a bit more when gpg's status doesn't
1982                 contain any signature
1983
1984 2006-11-12 [colin]      2.6.0cvs35
1985
1986         * src/compose.c
1987                 Fix bug 1060, 'compilation error with 
1988                 Irix's cc'
1989
1990 2006-11-12 [paul]       2.6.0cvs34
1991
1992         * doc/man/claws-mail.1
1993         * src/prefs_gtk.c
1994         * src/plugins/clamav/README
1995         * src/plugins/spamassassin/README
1996         * tools/README
1997         * tools/freshmeat_search.pl
1998         * tools/google_search.pl
1999         * tools/multiwebsearch.pl
2000                 more renaming
2001         * src/plugins/trayicon/trayicon.c
2002                 fix compiliation warning
2003
2004 2006-11-11 [colin]      2.6.0cvs33
2005
2006         * src/folderview.c
2007                 Forbid drag and drop from/to different
2008                 folders of type F_UNKNOWN
2009
2010 2006-11-11 [colin]      2.6.0cvs32
2011
2012         * src/plugins/pgpinline/pgpinline.c
2013                 Fix typo in previous commit:
2014                 - gpgme_new(&ctx);
2015                 + if ((err = gpgme_new(&data->ctx)) ...)
2016
2017 2006-11-11 [colin]      2.6.0cvs31
2018
2019         * src/plugins/pgpinline/pgpinline.c
2020         * src/plugins/pgpmime/pgpmime.c
2021                 Check success after calling gpgme_new
2022                 Maybe fixes bug 1057, 'crash on sending 
2023                 signed message to a newsgroup'
2024
2025 2006-11-11 [colin]      2.6.0cvs30
2026
2027         * src/undo.c
2028                 init undostruct to 0s (from
2029                 valgrind log of bug 1057)
2030
2031 2006-11-10 [colin]      2.6.0cvs29
2032
2033         * src/mainwindow.c
2034                 Set cursor to wait before filtering
2035                 duplicates in all folders
2036         * src/plugins/bogofilter/bogofilter.c
2037         * src/plugins/bogofilter/bogofilter.h
2038         * src/plugins/bogofilter/bogofilter_gtk.c
2039                 Completely thread away the bogofilter
2040                 filtering
2041
2042 2006-11-10 [mones]      2.6.0cvs28
2043
2044         * src/compose.c
2045         * src/compose.h
2046                 added COMPOSE_CHECK_BEFORE_SEND hook
2047
2048 2006-11-10 [paul]       2.6.0cvs27
2049
2050         * src/crash.c
2051                 more renaming
2052                 add libSM to get_compiled_in_features()
2053         * src/main.c
2054                 more renaming
2055
2056 2006-11-10 [colin]      2.6.0cvs26
2057
2058         * src/etpan/imap-thread.c
2059                 Add a reference to libetpan's sasl engine
2060                 so that sasl_done() doesn't get called by
2061                 libetpan, and doesn't break openssl.
2062                 Should fix bug 1053, 'SC fails to reestablish 
2063                 a secure connection'
2064                 Patch by Hoa
2065
2066 2006-11-10 [colin]      2.6.0cvs25
2067
2068         * manual/addrbook.xml
2069         * manual/advanced.xml
2070         * manual/faq.xml
2071         * manual/intro.xml
2072                 Some more renaming
2073
2074 2006-11-09 [colin]      2.6.0cvs24
2075
2076         * src/plugins/bogofilter/bogofilter_gtk.c
2077                 Add comment about annoyance
2078
2079 2006-11-09 [colin]      2.6.0cvs23
2080
2081         * src/plugins/bogofilter/bogofilter.c
2082         * src/plugins/bogofilter/bogofilter_gtk.c
2083                 Prepare things needed to thread bogofilter
2084                 filtering: separate bogo stuff and possible GUI
2085                 stuff. 
2086
2087 2006-11-09 [colin]      2.6.0cvs22
2088
2089         * src/account.c
2090         * src/compose.c
2091                 Search for one of our accounts in Delivered-To
2092                 (helps for auto-account selection when 
2093                  replying/forwarding)
2094         * src/folderview.c
2095         * src/mainwindow.c
2096         * src/mainwindow.h
2097         * src/plugins/trayicon/trayicon.c
2098                 Allow opening a new mail with any account from
2099                 the contextual menu
2100
2101 2006-11-09 [wwp]        2.6.0cvs21
2102
2103         * src/compose.c
2104         * src/prefs_common.c
2105         * src/prefs_common.h
2106         * src/prefs_compose_writing.c
2107                 add a compose new message format (in prefs/compose/writing), it's a
2108                 simple subject+body template to use when opening a new composition
2109                 window. It's similar to the existent reply and forward formats.
2110
2111                 enhanced the template/format % symbols substitution mechanism to
2112                 use current composition window information when % are used in
2113                 the compose new message format or in templates applied to new
2114                 messages (there were useless in that situations before). When
2115                 applied to new messages, %d corresponds to the system time/date.
2116
2117 2006-11-09 [paul]       2.6.0cvs20
2118
2119         * src/gtk/authors.h
2120                 fix last commit
2121
2122 2006-11-09 [paul]       2.6.0cvs19
2123
2124         * src/gtk/authors.h
2125                 keep tje alphabetical order
2126
2127 2006-11-08 [colin]      2.6.0cvs18
2128
2129         * src/etpan/imap-thread.c
2130                 Fix bug 1054, 'Slowness logging big 
2131                 data chunks'
2132
2133 2006-11-08 [paul]       2.6.0cvs17
2134
2135         * tools/Makefile.am
2136                 fix the renaming
2137
2138 2006-11-08 [paul]       2.6.0cvs16
2139
2140         * src/common/defs.h
2141                 update BUGZILLA_URI
2142
2143 2006-11-08 [paul]       2.6.0cvs15
2144
2145         * tools/Makefile.am
2146         * tools/OOo2claws-mail.pl
2147         * tools/OOo2sylpheed.pl
2148         * tools/README
2149         * tools/acroread2claws-mail.pl
2150         * tools/acroread2sylpheed.pl
2151         * tools/kmail2claws-mail.pl
2152         * tools/kmail2claws-mail_v2.pl
2153         * tools/kmail2sylpheed.pl
2154         * tools/kmail2sylpheed_v2.pl
2155         * tools/maildir2claws-mail.pl
2156         * tools/maildir2sylpheed.pl
2157         * tools/nautilus2claws-mail.sh
2158         * tools/nautilus2sylpheed.sh
2159         * tools/outlook2claws-mail.pl
2160         * tools/outlook2sylpheed.pl
2161         * tools/tb2claws-mail
2162         * tools/tb2sylpheed
2163         * tools/tbird2claws.py
2164         * tools/tbird2syl.py
2165         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
2166         * tools/kdeservicemenu/install.sh
2167         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2168         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
2169         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
2170         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2171         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2172                 renamed (removed, added) tools files
2173
2174 2006-11-08 [paul]       2.6.0cvs14
2175
2176         * src/main.c
2177         * src/common/defs.h
2178                 Migrate sylpheedrc to clawsrc, and fix the standard
2179                 plugins path in the process
2180
2181 2006-11-07 [colin]      2.6.0cvs13
2182
2183         * src/Makefile.am
2184                 Symlink sylpheed-claws relative to 
2185                 claws-mail
2186
2187 2006-11-07 [colin]      2.6.0cvs12
2188
2189         * src/compose.c
2190                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2191
2192 2006-11-07 [paul]       2.6.0cvs11
2193
2194         * src/gtk/about.c
2195                 Fix a missed occurence of
2196                 Sylpheed-Claws
2197
2198 2006-11-07 [paul]       2.6.0cvs10
2199
2200         * src/Makefile.am
2201                 Fix symlink installation
2202
2203 2006-11-07 [paul]       2.6.0cvs9
2204
2205         * src/Makefile.am
2206                 Symlink claws-mail to sylpheed-claws
2207         * src/common/utils.c
2208                 Fix migrating symlinks
2209         * src/etpan/imap-thread.c
2210                 check certificate only when there's
2211                 no error
2212
2213 2006-11-07 [paul]       2.6.0cvs8
2214
2215         * Makefile.am
2216                 Fix icon breakages with Gtk, which needs a 
2217                 cache updated to see them.
2218
2219 2006-11-07 [paul]       2.6.0cvs7
2220
2221         * .cvsignore
2222         * AUTHORS
2223         * COPYING
2224         * INSTALL
2225         * Makefile.am
2226         * NEWS
2227         * README
2228         * RELEASE_NOTES
2229         * autogen.sh
2230         * claws-mail-128x128.png
2231         * claws-mail-64x64.png
2232         * claws-mail.ico
2233         * claws-mail.pc.in
2234         * claws-mail.png
2235         * configure.ac
2236         * sylpheed-claws-128x128.png
2237         * sylpheed-claws-64x64.png
2238         * sylpheed-claws.desktop
2239         * sylpheed-claws.ico
2240         * sylpheed-claws.pc.in
2241         * sylpheed-claws.png
2242         * debian/README.Debian
2243         * debian/changelog
2244         * debian/claws-mail.desktop
2245         * debian/claws-mail.menu
2246         * debian/claws-mail.postinst.debhelper
2247         * debian/claws-mail.postrm.debhelper
2248         * debian/control
2249         * debian/copyright
2250         * debian/files
2251         * debian/rules
2252         * debian/sylpheed-claws.desktop
2253         * debian/sylpheed-claws.menu
2254         * debian/sylpheed-claws.postinst.debhelper
2255         * debian/sylpheed-claws.postrm.debhelper
2256         * doc/man/Makefile.am
2257         * doc/man/claws-mail.1
2258         * doc/man/sylpheed-claws.1
2259         * doc/src/ChangeLog.claws-pre0.8.0
2260         * manual/Makefile.am
2261         * manual/account.xml
2262         * manual/ack.xml
2263         * manual/addrbook.xml
2264         * manual/advanced.xml
2265         * manual/claws-mail-manual.xml
2266         * manual/faq.xml
2267         * manual/glossary.xml
2268         * manual/handling.xml
2269         * manual/intro.xml
2270         * manual/keyboard.xml
2271         * manual/plugins.xml
2272         * manual/starting.xml
2273         * manual/sylpheed-claws-manual.xml
2274         * manual/xml2pdf
2275         * manual/dist/.cvsignore
2276         * manual/dist/html/.cvsignore
2277         * manual/dist/html/Makefile.am
2278         * manual/dist/pdf/.cvsignore
2279         * manual/dist/pdf/Makefile.am
2280         * manual/dist/ps/.cvsignore
2281         * manual/dist/ps/Makefile.am
2282         * manual/dist/txt/.cvsignore
2283         * manual/dist/txt/Makefile.am
2284         * manual/es/Makefile.am
2285         * manual/es/advanced.xml
2286         * manual/es/claws-mail-manual.xml
2287         * manual/es/faq.xml
2288         * manual/es/glossary.xml
2289         * manual/es/handling.xml
2290         * manual/es/intro.xml
2291         * manual/es/plugins.xml
2292         * manual/es/sylpheed-claws-manual.xml
2293         * manual/es/dist/.cvsignore
2294         * manual/es/dist/html/.cvsignore
2295         * manual/es/dist/html/Makefile.am
2296         * manual/es/dist/pdf/.cvsignore
2297         * manual/es/dist/pdf/Makefile.am
2298         * manual/es/dist/ps/.cvsignore
2299         * manual/es/dist/ps/Makefile.am
2300         * manual/es/dist/txt/.cvsignore
2301         * manual/es/dist/txt/Makefile.am
2302         * manual/fr/Makefile.am
2303         * manual/fr/account.xml
2304         * manual/fr/ack.xml
2305         * manual/fr/addrbook.xml
2306         * manual/fr/advanced.xml
2307         * manual/fr/claws-mail-manual.xml
2308         * manual/fr/faq.xml
2309         * manual/fr/glossary.xml
2310         * manual/fr/handling.xml
2311         * manual/fr/intro.xml
2312         * manual/fr/keyboard.xml
2313         * manual/fr/plugins.xml
2314         * manual/fr/starting.xml
2315         * manual/fr/sylpheed-claws-manual.xml
2316         * manual/fr/dist/.cvsignore
2317         * manual/fr/dist/html/.cvsignore
2318         * manual/fr/dist/html/Makefile.am
2319         * manual/fr/dist/pdf/.cvsignore
2320         * manual/fr/dist/pdf/Makefile.am
2321         * manual/fr/dist/ps/.cvsignore
2322         * manual/fr/dist/ps/Makefile.am
2323         * manual/fr/dist/txt/.cvsignore
2324         * manual/fr/dist/txt/Makefile.am
2325         * manual/pl/Makefile.am
2326         * manual/pl/account.xml
2327         * manual/pl/ack.xml
2328         * manual/pl/addrbook.xml
2329         * manual/pl/advanced.xml
2330         * manual/pl/claws-mail-manual.xml
2331         * manual/pl/faq.xml
2332         * manual/pl/glossary.xml
2333         * manual/pl/handling.xml
2334         * manual/pl/intro.xml
2335         * manual/pl/keyboard.xml
2336         * manual/pl/plugins.xml
2337         * manual/pl/starting.xml
2338         * manual/pl/sylpheed-claws-manual.xml
2339         * manual/pl/dist/.cvsignore
2340         * manual/pl/dist/html/.cvsignore
2341         * manual/pl/dist/html/Makefile.am
2342         * manual/pl/dist/pdf/.cvsignore
2343         * manual/pl/dist/pdf/Makefile.am
2344         * manual/pl/dist/ps/.cvsignore
2345         * manual/pl/dist/ps/Makefile.am
2346         * manual/pl/dist/txt/.cvsignore
2347         * manual/pl/dist/txt/Makefile.am
2348         * po/.cvsignore
2349         * po/Makevars
2350         * src/.cvsignore
2351         * src/Makefile.am
2352         * src/account.c
2353         * src/account.h
2354         * src/action.c
2355         * src/action.h
2356         * src/adbookbase.h
2357         * src/addr_compl.c
2358         * src/addr_compl.h
2359         * src/addrbook.c
2360         * src/addrcache.c
2361         * src/addrcache.h
2362         * src/addrcindex.c
2363         * src/addrcindex.h
2364         * src/addrclip.c
2365         * src/addrclip.h
2366         * src/addrdefs.h
2367         * src/addressadd.c
2368         * src/addressadd.h
2369         * src/addressbook.c
2370         * src/addressbook.h
2371         * src/addressbook_foldersel.c
2372         * src/addressbook_foldersel.h
2373         * src/addrgather.c
2374         * src/addrgather.h
2375         * src/addrharvest.c
2376         * src/addrharvest.h
2377         * src/addrindex.c
2378         * src/addrindex.h
2379         * src/addritem.c
2380         * src/addritem.h
2381         * src/addrquery.c
2382         * src/addrquery.h
2383         * src/addrselect.c
2384         * src/addrselect.h
2385         * src/alertpanel.c
2386         * src/alertpanel.h
2387         * src/browseldap.c
2388         * src/browseldap.h
2389         * src/codeconv.c
2390         * src/codeconv.h
2391         * src/compose.c
2392         * src/crash.c
2393         * src/crash.h
2394         * src/customheader.c
2395         * src/customheader.h
2396         * src/displayheader.c
2397         * src/displayheader.h
2398         * src/editaddress.c
2399         * src/editaddress.h
2400         * src/editbook.c
2401         * src/editbook.h
2402         * src/editgroup.c
2403         * src/editgroup.h
2404         * src/editjpilot.c
2405         * src/editjpilot.h
2406         * src/editldap.c
2407         * src/editldap.h
2408         * src/editldap_basedn.c
2409         * src/editldap_basedn.h
2410         * src/editvcard.c
2411         * src/editvcard.h
2412         * src/exphtmldlg.c
2413         * src/exphtmldlg.h
2414         * src/expldifdlg.c
2415         * src/expldifdlg.h
2416         * src/export.c
2417         * src/exporthtml.c
2418         * src/exporthtml.h
2419         * src/exportldif.c
2420         * src/exportldif.h
2421         * src/filtering.c
2422         * src/filtering.h
2423         * src/folder.c
2424         * src/folder.h
2425         * src/folder_item_prefs.c
2426         * src/folder_item_prefs.h
2427         * src/foldersel.c
2428         * src/foldersel.h
2429         * src/folderutils.c
2430         * src/folderutils.h
2431         * src/folderview.c
2432         * src/folderview.h
2433         * src/grouplistdialog.c
2434         * src/grouplistdialog.h
2435         * src/html.c
2436         * src/html.h
2437         * src/image_viewer.c
2438         * src/image_viewer.h
2439         * src/imap.c
2440         * src/imap.h
2441         * src/imap_gtk.c
2442         * src/imap_gtk.h
2443         * src/import.c
2444         * src/import.h
2445         * src/importldif.c
2446         * src/importldif.h
2447         * src/importmutt.c
2448         * src/importmutt.h
2449         * src/importpine.c
2450         * src/importpine.h
2451         * src/inc.c
2452         * src/inc.h
2453         * src/jpilot.c
2454         * src/jpilot.h
2455         * src/ldapctrl.c
2456         * src/ldapctrl.h
2457         * src/ldaplocate.c
2458         * src/ldaplocate.h
2459         * src/ldapquery.c
2460         * src/ldapquery.h
2461         * src/ldapserver.c
2462         * src/ldapserver.h
2463         * src/ldaputil.c
2464         * src/ldaputil.h
2465         * src/ldif.c
2466         * src/ldif.h
2467         * src/localfolder.c
2468         * src/localfolder.h
2469         * src/main.c
2470         * src/main.h
2471         * src/mainwindow.c
2472         * src/mainwindow.h
2473         * src/manual.c
2474         * src/manual.h
2475         * src/matcher.c
2476         * src/matcher.h
2477         * src/matcher_parser.h
2478         * src/matcher_parser_lex.l
2479         * src/matcher_parser_parse.y
2480         * src/mbox.c
2481         * src/mbox.h
2482         * src/message_search.c
2483         * src/message_search.h
2484         * src/messageview.c
2485         * src/messageview.h
2486         * src/mh.c
2487         * src/mh.h
2488         * src/mh_gtk.c
2489         * src/mh_gtk.h
2490         * src/mimeview.c
2491         * src/mimeview.h
2492         * src/msgcache.c
2493         * src/msgcache.h
2494         * src/mutt.c
2495         * src/mutt.h
2496         * src/news.c
2497         * src/news.h
2498         * src/news_gtk.c
2499         * src/news_gtk.h
2500         * src/noticeview.c
2501         * src/noticeview.h
2502         * src/partial_download.c
2503         * src/partial_download.h
2504         * src/pine.c
2505         * src/pine.h
2506         * src/pop.c
2507         * src/pop.h
2508         * src/prefs_account.c
2509         * src/prefs_account.h
2510         * src/prefs_actions.c
2511         * src/prefs_actions.h
2512         * src/prefs_common.c
2513         * src/prefs_common.h
2514         * src/prefs_compose_writing.c
2515         * src/prefs_compose_writing.h
2516         * src/prefs_customheader.c
2517         * src/prefs_customheader.h
2518         * src/prefs_display_header.c
2519         * src/prefs_display_header.h
2520         * src/prefs_ext_prog.c
2521         * src/prefs_ext_prog.h
2522         * src/prefs_filtering.c
2523         * src/prefs_folder_column.c
2524         * src/prefs_folder_column.h
2525         * src/prefs_folder_item.c
2526         * src/prefs_folder_item.h
2527         * src/prefs_fonts.c
2528         * src/prefs_fonts.h
2529         * src/prefs_gtk.c
2530         * src/prefs_gtk.h
2531         * src/prefs_image_viewer.c
2532         * src/prefs_image_viewer.h
2533         * src/prefs_matcher.c
2534         * src/prefs_matcher.h
2535         * src/prefs_message.c
2536         * src/prefs_message.h
2537         * src/prefs_msg_colors.c
2538         * src/prefs_msg_colors.h
2539         * src/prefs_other.c
2540         * src/prefs_other.h
2541         * src/prefs_quote.c
2542         * src/prefs_quote.h
2543         * src/prefs_receive.c
2544         * src/prefs_receive.h
2545         * src/prefs_send.c
2546         * src/prefs_send.h
2547         * src/prefs_spelling.c
2548         * src/prefs_spelling.h
2549         * src/prefs_summaries.c
2550         * src/prefs_summaries.h
2551         * src/prefs_summary_column.c
2552         * src/prefs_summary_column.h
2553         * src/prefs_template.c
2554         * src/prefs_template.h
2555         * src/prefs_themes.c
2556         * src/prefs_themes.h
2557         * src/prefs_toolbar.c
2558         * src/prefs_toolbar.h
2559         * src/prefs_wrapping.c
2560         * src/prefs_wrapping.h
2561         * src/privacy.c
2562         * src/privacy.h
2563         * src/procheader.c
2564         * src/procheader.h
2565         * src/procmime.c
2566         * src/procmime.h
2567         * src/procmsg.c
2568         * src/procmsg.h
2569         * src/quote_fmt.c
2570         * src/quote_fmt_parse.y
2571         * src/recv.c
2572         * src/recv.h
2573         * src/remotefolder.c
2574         * src/remotefolder.h
2575         * src/send_message.c
2576         * src/send_message.h
2577         * src/setup.c
2578         * src/setup.h
2579         * src/sourcewindow.c
2580         * src/sourcewindow.h
2581         * src/ssl_manager.c
2582         * src/ssl_manager.h
2583         * src/statusbar.c
2584         * src/statusbar.h
2585         * src/stock_pixmap.c
2586         * src/stock_pixmap.h
2587         * src/summary_search.c
2588         * src/summary_search.h
2589         * src/summaryview.c
2590         * src/summaryview.h
2591         * src/syldap.c
2592         * src/syldap.h
2593         * src/textview.c
2594         * src/textview.h
2595         * src/toolbar.c
2596         * src/toolbar.h
2597         * src/undo.c
2598         * src/undo.h
2599         * src/unmime.c
2600         * src/unmime.h
2601         * src/vcard.c
2602         * src/vcard.h
2603         * src/wizard.c
2604         * src/wizard.h
2605         * src/common/base64.c
2606         * src/common/base64.h
2607         * src/common/defs.h
2608         * src/common/hooks.c
2609         * src/common/hooks.h
2610         * src/common/log.c
2611         * src/common/log.h
2612         * src/common/mgutils.c
2613         * src/common/mgutils.h
2614         * src/common/nntp.c
2615         * src/common/nntp.h
2616         * src/common/passcrypt.c
2617         * src/common/passcrypt.h.in
2618         * src/common/plugin.c
2619         * src/common/plugin.h
2620         * src/common/prefs.c
2621         * src/common/prefs.h
2622         * src/common/progressindicator.c
2623         * src/common/progressindicator.h
2624         * src/common/quoted-printable.c
2625         * src/common/quoted-printable.h
2626         * src/common/session.c
2627         * src/common/session.h
2628         * src/common/smtp.c
2629         * src/common/smtp.h
2630         * src/common/socket.c
2631         * src/common/socket.h
2632         * src/common/ssl.c
2633         * src/common/ssl.h
2634         * src/common/stringtable.c
2635         * src/common/stringtable.h
2636         * src/common/sylpheed.c
2637         * src/common/sylpheed.h
2638         * src/common/template.c
2639         * src/common/template.h
2640         * src/common/timing.h
2641         * src/common/utils.c
2642         * src/common/utils.h
2643         * src/common/version.h.in
2644         * src/common/xml.c
2645         * src/common/xml.h
2646         * src/common/xmlprops.c
2647         * src/common/xmlprops.h
2648         * src/gtk/about.c
2649         * src/gtk/colorlabel.c
2650         * src/gtk/colorlabel.h
2651         * src/gtk/colorsel.c
2652         * src/gtk/colorsel.h
2653         * src/gtk/combobox.c
2654         * src/gtk/combobox.h
2655         * src/gtk/description_window.c
2656         * src/gtk/description_window.h
2657         * src/gtk/filesel.c
2658         * src/gtk/filesel.h
2659         * src/gtk/foldersort.c
2660         * src/gtk/foldersort.h
2661         * src/gtk/gtkaspell.c
2662         * src/gtk/gtkaspell.h
2663         * src/gtk/gtksctree.c
2664         * src/gtk/gtkshruler.c
2665         * src/gtk/gtkshruler.h
2666         * src/gtk/gtkutils.c
2667         * src/gtk/gtkutils.h
2668         * src/gtk/icon_legend.c
2669         * src/gtk/icon_legend.h
2670         * src/gtk/logwindow.c
2671         * src/gtk/logwindow.h
2672         * src/gtk/manage_window.c
2673         * src/gtk/manage_window.h
2674         * src/gtk/pluginwindow.c
2675         * src/gtk/pluginwindow.h
2676         * src/gtk/prefswindow.c
2677         * src/gtk/prefswindow.h
2678         * src/gtk/quicksearch.c
2679         * src/gtk/quicksearch.h
2680         * src/pixmaps/claws-mail.xpm
2681         * src/pixmaps/claws-mail_icon.xpm
2682         * src/pixmaps/claws-mail_logo.xpm
2683         * src/pixmaps/sylpheed-claws.xpm
2684         * src/pixmaps/sylpheed-claws_icon.xpm
2685         * src/pixmaps/sylpheed-claws_logo.xpm
2686         * src/plugins/bogofilter/Makefile.am
2687         * src/plugins/bogofilter/bogofilter.c
2688         * src/plugins/bogofilter/bogofilter.h
2689         * src/plugins/bogofilter/bogofilter_gtk.c
2690         * src/plugins/clamav/Makefile.am
2691         * src/plugins/clamav/clamav_plugin.c
2692         * src/plugins/clamav/clamav_plugin.h
2693         * src/plugins/clamav/clamav_plugin_gtk.c
2694         * src/plugins/demo/Makefile.am
2695         * src/plugins/demo/demo.c
2696         * src/plugins/dillo_viewer/Makefile.am
2697         * src/plugins/dillo_viewer/README
2698         * src/plugins/dillo_viewer/dillo_prefs.c
2699         * src/plugins/dillo_viewer/dillo_prefs.h
2700         * src/plugins/dillo_viewer/dillo_viewer.c
2701         * src/plugins/pgpcore/Makefile.am
2702         * src/plugins/pgpcore/passphrase.c
2703         * src/plugins/pgpcore/passphrase.h
2704         * src/plugins/pgpcore/pgp_viewer.c
2705         * src/plugins/pgpcore/pgp_viewer.h
2706         * src/plugins/pgpcore/plugin.c
2707         * src/plugins/pgpcore/prefs_gpg.c
2708         * src/plugins/pgpcore/prefs_gpg.h
2709         * src/plugins/pgpcore/select-keys.c
2710         * src/plugins/pgpcore/select-keys.h
2711         * src/plugins/pgpcore/sgpgme.c
2712         * src/plugins/pgpcore/sgpgme.h
2713         * src/plugins/pgpcore/sylpheed.def
2714         * src/plugins/pgpcore/version.rc
2715         * src/plugins/pgpinline/Makefile.am
2716         * src/plugins/pgpinline/pgpinline.c
2717         * src/plugins/pgpinline/pgpinline.h
2718         * src/plugins/pgpinline/plugin.c
2719         * src/plugins/pgpinline/sylpheed.def
2720         * src/plugins/pgpinline/version.rc
2721         * src/plugins/pgpmime/Makefile.am
2722         * src/plugins/pgpmime/pgpmime.c
2723         * src/plugins/pgpmime/pgpmime.h
2724         * src/plugins/pgpmime/plugin.c
2725         * src/plugins/pgpmime/sylpheed.def
2726         * src/plugins/pgpmime/version.rc
2727         * src/plugins/spamassassin/Makefile.am
2728         * src/plugins/spamassassin/README
2729         * src/plugins/spamassassin/spamassassin.c
2730         * src/plugins/spamassassin/spamassassin.h
2731         * src/plugins/spamassassin/spamassassin_gtk.c
2732         * src/plugins/trayicon/Makefile.am
2733         * src/plugins/trayicon/trayicon.c
2734         * tools/OOo2sylpheed.pl
2735         * tools/README
2736         * tools/README.sylprint
2737         * tools/acroread2sylpheed.pl
2738         * tools/claws.i18n.status.pl
2739         * tools/filter_conv.pl
2740         * tools/filter_conv_new.pl
2741         * tools/freshmeat_search.pl
2742         * tools/google_search.pl
2743         * tools/kmail2sylpheed.pl
2744         * tools/kmail2sylpheed_v2.pl
2745         * tools/make.themes.project
2746         * tools/multiwebsearch.pl
2747         * tools/nautilus2sylpheed.sh
2748         * tools/outlook2sylpheed.pl
2749         * tools/sylprint.pl
2750         * tools/sylprint.rc
2751         * tools/tb2sylpheed
2752         * tools/textviewer.sh
2753         * tools/vcard2xml.py
2754         * tools/kdeservicemenu/README
2755         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
2756         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
2757         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
2758                 Change name to Claws Mail. Announce to follow...
2759
2760 2006-11-06 [wwp]        2.6.0cvs6
2761
2762         * src/prefs_template.c
2763                 unify messages related to quote format/template errors (fix
2764                 capitalization), again.
2765
2766 2006-11-06 [wwp]        2.6.0cvs5
2767
2768         * src/prefs_quote.c
2769                 unify messages related to quote format/template errors.
2770
2771 2006-11-06 [wwp]        2.6.0cvs4
2772
2773         * src/prefs_msg_colors.c
2774                 more uses of Q_ macro for contextual translations, thanks
2775                 to Fabien (fzzzzz).
2776
2777 2006-11-06 [wwp]        2.6.0cvs3
2778
2779         * src/compose.c
2780         * src/common/utils.c
2781         * src/common/utils.h
2782                 show an alertpanel to make sure users are aware that sensitive
2783                 files are attached (it's file blacklist-based). This will fix
2784                 interaction w/ GoogleEarth for instance, thanks to Colin.
2785
2786 2006-11-06 [wwp]        2.6.0cvs2
2787
2788         * src/prefs_quote.c
2789         * src/prefs_template.c
2790         * src/prefs_template.h
2791                 check quote format when applying/closing prefs. For now this only
2792                 shows up an error dialog box, not preventing the user from using
2793                 a broken quote (reply, forwards) format.
2794
2795 2006-11-06 [wwp]        2.6.0cvs1
2796
2797         * src/prefs_template.c
2798                 fix missing checks of some template fields.
2799
2800 2006-11-06 [paul]       2.6.0
2801
2802         * NEWS
2803         * README
2804         * RELEASE_NOTES
2805                 2.6.0 released
2806
2807 2006-11-06 [paul]       2.5.6cvs22
2808
2809         * manual/advanced.xml
2810         * manual/es/advanced.xml
2811                 put 'respect_flowed_format' info in the correct
2812                 place
2813
2814 2006-11-06 [mones]      2.5.6cvs21
2815
2816         * po/es.po
2817                 Minor fixes for release
2818
2819 2006-11-06 [paul]       2.5.6cvs20
2820
2821         * po/cs.po
2822         * po/de.po
2823         * po/fr.po
2824         * po/it.po
2825         * po/nl.po
2826         * po/pt_BR.po
2827         * po/sk.po
2828         * po/sv.po
2829         * po/zh_CN.po
2830                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
2831                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
2832                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
2833                 Young
2834
2835 2006-11-02 [colin]      2.5.6cvs19
2836
2837         * src/imap.c
2838         * src/imap.h
2839         * src/prefs_account.c
2840         * src/etpan/imap-thread.c
2841                 Add GSSAPI support - fixes Debian bug #383274
2842
2843 2006-11-01 [colin]      2.5.6cvs18
2844
2845         * src/jpilot.c
2846                 Handle libpisock12 support. Probably
2847                 fixes bug 1046, 'jpilot AddressDB.pdb 
2848                 import fail'
2849
2850 2006-11-01 [colin]      2.5.6cvs17
2851
2852         * src/folderutils.c
2853                 debug_print() folderutils_mark_all_read()
2854
2855 2006-11-01 [colin]      2.5.6cvs16
2856
2857         * COPYING
2858                 Add missed files to the Apache exception
2859
2860 2006-10-31 [colin]      2.5.6cvs15
2861
2862         * src/folder.c
2863         * src/folder.h
2864                 Add a copy_private_data() func to FolderClasses
2865                 Doesn't break the feature freeze, because we 
2866                 won't use it (right now) in the core.
2867
2868 2006-10-31 [colin]      2.5.6cvs14
2869
2870         * COPYING
2871                 Allow linking with the Apache licensed files in
2872                 src/plugins/spamassassin. Hopefully fixes 
2873                 bug 1048, 'Spamassassin plugin license problem'
2874
2875 2006-10-31 [wwp]        2.5.6cvs13
2876
2877         * src/compose.c
2878                 fix and optimize trimming of leading linefeeds in body loop.
2879
2880 2006-10-31 [colin]      2.5.6cvs12
2881
2882         * src/etpan/imap-thread.c
2883         * src/imap.c
2884                 Make really sure to have NULL sets in case
2885                 of error
2886
2887 2006-10-30 [wwp]        2.5.6cvs11
2888
2889         * src/prefs_common.c
2890         * src/prefs_common.h
2891         * src/compose.c
2892                 fix broken storage of quote format template when it contains \-escape
2893                 sequences. The application of such sequences is also fixed now (\t
2894                 in quote format will be a real tab instead of a 't', for instance).
2895
2896 2006-10-27 [colin]      2.5.6cvs10
2897
2898         * src/compose.c
2899                 Probably fix bug 1045, 'sylpheed-claws 
2900                 doesn't remove the mail from the IMAP 
2901                 Queue folder after sending'. From
2902                 2.5.6cvs3-stable
2903
2904 2006-10-27 [colin]      2.5.6cvs9
2905
2906         * configure.ac
2907                 Require libetpan-0.48. I'm so annoying,
2908                 I know ;-)
2909
2910 2006-10-27 [colin]      2.5.6cvs8
2911
2912         * src/folder.c
2913         * src/imap.c
2914                 Probably fix bug 1044, 'sylpheed-claws 
2915                 segfaults while moving mails' - Fix relation
2916                 usage when moving to an IMAP mailbox from another
2917                 mailbox
2918
2919 2006-10-26 [paul]       2.5.6cvs7
2920
2921         * src/gtk/about.c
2922                 add libSM to compiled-in features
2923                 list
2924
2925 2006-10-24 [colin]      2.5.6cvs6
2926
2927         * src/textview.c
2928         * src/gtk/gtkutils.c
2929                 Fix crash when printing emails with an
2930                 xface
2931
2932 2006-10-24 [mones]      2.5.6cvs5
2933
2934         * manual/es/advanced.xml
2935                 Synchronize hidden option respect_flowed_format
2936         * po/es.po
2937                 Updated translation
2938
2939 2006-10-21 [paul]       2.5.6cvs4
2940
2941         * src/gtk/authors.h
2942         * src/plugins/pgpcore/pgp_viewer.c
2943         * src/plugins/pgpcore/sgpgme.c
2944                 fix building on BSDs
2945                 Thanks to Michael Hughes
2946                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2947
2948 2006-10-20 [colin]      2.5.6cvs3
2949
2950         * configure.ac
2951                 Bump up libetpan requirement
2952                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2953         * src/common/utils.c
2954         * src/common/utils.h
2955                 Add convenience get_file_mtime()
2956         * src/imap.c
2957         * src/etpan/imap-thread.c
2958         * src/etpan/imap-thread.h
2959                 Implement UIDPLUS support if the server
2960                 supports it - faster sending in this case
2961
2962 2006-10-19 [colin]      2.5.6cvs2
2963
2964         * src/gtk/quicksearch.c
2965                 Fix emptying in type-ahead+extended mode
2966         * src/mainwindow.c
2967         * src/mainwindow.h
2968                 Add a hook for offline state change
2969         * src/plugins/trayicon/trayicon.c
2970                 Use it to display offline icons
2971         * src/plugins/trayicon/Makefile.am
2972         * src/plugins/trayicon/newmail.offline.xpm
2973         * src/plugins/trayicon/newmarkedmail.offline.xpm
2974         * src/plugins/trayicon/nomail.offline.xpm
2975         * src/plugins/trayicon/unreadmail.offline.xpm
2976         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2977                 Add the icons
2978
2979 2006-10-12 [paul]       2.5.6cvs1
2980
2981         * NEWS
2982         * README
2983         * configure.ac
2984                 Update version number following
2985                 stable release
2986
2987 2006-10-19 [colin]      2.5.5cvs18
2988
2989         * manual/handling.xml
2990                 Add type-ahead search
2991
2992 2006-10-18 [colin]      2.5.5cvs17
2993
2994         * src/gtk/quicksearch.c
2995                 Remove "save to history only if there's
2996                 no syntax error", it breaks for some 
2997                 reason which I'll investigate later.
2998
2999 2006-10-18 [colin]      2.5.5cvs16
3000
3001         * src/prefs_common.c
3002         * src/prefs_common.h
3003         * src/summaryview.c
3004         * src/gtk/quicksearch.c
3005         * src/gtk/quicksearch.h
3006                 Add a type-ahead option for fast searches
3007                 Patch by Fabien Vantard
3008
3009 2006-10-18 [colin]      2.5.5cvs15
3010
3011         * src/compose.c
3012         * src/compose.h
3013                 Add Options/Reply mode/ menu to be able to
3014                 change the recipients of a reply on the fly
3015
3016 2006-10-18 [colin]      2.5.5cvs14
3017
3018         * src/compose.c
3019                 Fix redirecting of our own sent mails
3020
3021 2006-10-17 [wwp]        2.5.5cvs13
3022
3023         * src/send_message.c
3024                 Fix duplicate error messages when sending, and missing
3025                 newline in such error messages.
3026
3027 2006-10-17 [colin]      2.5.5cvs12
3028
3029         * src/compose.c
3030                 Compare addresses case-insensitive
3031
3032 2006-10-17 [colin]      2.5.5cvs11
3033
3034         * src/plugins/pgpcore/sgpgme.c
3035                 Fix return status
3036
3037 2006-10-17 [colin]      2.5.5cvs10
3038
3039         * src/plugins/pgpcore/pgp_viewer.c
3040                 Fix return status
3041
3042 2006-10-17 [colin]      2.5.5cvs9
3043
3044         * src/quote_fmt.c
3045                 Fix a typo (thanks to Fabien)
3046
3047 2006-10-16 [colin]      2.5.5cvs8
3048
3049         * src/textview.c
3050                 Fix problem with quote-folding when emails
3051                 don't convert cleanly to UTF-8
3052
3053 2006-10-14 [colin]      2.5.5cvs7
3054
3055         * src/prefs_template.c
3056                 Reset fields when reopening
3057                 the window
3058
3059 2006-10-13 [paul]       2.5.5cvs6
3060
3061         * manual/advanced.xml
3062         * src/prefs_message.c
3063                 make 'respect_flowed_format' a hidden
3064                 option, and add a manual entry for it
3065                 Thanks to Colin
3066
3067 2006-10-12 [colin]      2.5.5cvs5
3068
3069         * src/codeconv.c
3070                 Revert part of 2.5.2cvs21:
3071                 Don't optimise by reusing the 
3072                 last iconv converter if possible:
3073                 it seems slightly broken in a 
3074                 very hard way to reproduce
3075
3076 2006-10-12 [colin]      2.5.5cvs4
3077
3078         * src/prefs_common.c
3079         * src/prefs_common.h
3080         * src/prefs_message.c
3081         * src/procmime.c
3082                 Fix bug 1035, 'Incorrect handling 
3083                 of flowed lines'. We now optionnaly
3084                 handle this format (preference is in
3085                 Message View/Text options section)
3086
3087 2006-10-12 [colin]      2.5.5cvs3
3088
3089         * po/POTFILES.in
3090                 Add new file
3091         * src/plugins/pgpcore/pgp_viewer.c
3092         * src/plugins/pgpcore/sgpgme.c
3093                 Don't try to import without asking
3094
3095 2006-10-12 [colin]      2.5.5cvs2
3096
3097         * src/compose.c
3098                 Fix bug 1036, 'Forwarding a mutlipart
3099                 mail with a "text/html" block to ms
3100                 outlook users leeds to freeze of
3101                 outlook'. Poor outlook users...
3102
3103 2006-10-12 [paul]       2.5.5cvs1
3104
3105         * NEWS
3106         * README
3107         * configure.ac
3108                 Update version number following
3109                 stable release
3110
3111 2006-10-11 [paul]       2.5.4cvs1
3112
3113         * NEWS
3114         * README
3115         * configure.ac
3116                 Update version number following
3117                 stable release
3118
3119 2006-10-11 [paul]       2.5.3cvs32
3120
3121         * src/textview.c
3122                 fix bug 1032, 'Segmentation fault when showing
3123                 message' (bug in quote folding)
3124                 Thanks to Colin
3125
3126 2006-10-10 [colin]      2.5.3cvs31
3127
3128         * src/quote_fmt.c
3129                 Rephrase english a bit
3130
3131 2006-10-10 [colin]      2.5.3cvs30
3132
3133         * src/prefs_compose_writing.c
3134                 Stop making the page larger than the window
3135
3136 2006-10-10 [wwp]        2.5.3cvs29
3137
3138         * src/compose.c
3139         * src/prefs_template.c
3140         * src/quote_fmt.c
3141         * src/quote_fmt.h
3142         * src/quote_fmt_lex.l
3143         * src/quote_fmt_parse.y
3144                 Extend the quote parser a bit: allow to get access to
3145                 basic (composing) account info.
3146
3147 2006-10-10 [colin]      2.5.3cvs28
3148
3149         * src/procheader.c
3150                 Fix this \t problem in subject
3151
3152 2006-10-09 [colin]      2.5.3cvs27
3153
3154         * src/main.c
3155         * src/prefs_gtk.c
3156                 Prepare cache a bit later
3157                 If section already exists, skip the new one 
3158                 (as previously); avoid writing the same block
3159                 twice - if we find a second block with the 
3160                 same id, skip it.
3161         * src/plugins/pgpcore/pgp_viewer.c
3162                 Set cursor to busy when retrieving a key
3163         * src/plugins/pgpcore/sgpgme.c
3164                 allow 5 seconds for gpg to export the key
3165                 
3166
3167 2006-10-09 [colin]      2.5.3cvs26
3168
3169         * configure.ac
3170         * src/msgcache.c
3171         * src/prefs_gtk.c
3172                 Check for existence of fgets_unlocked
3173                 and fwrite_unlocked
3174
3175 2006-10-09 [paul]       2.5.3cvs25
3176
3177         * src/prefs_summaries.c
3178                 replace strftime() with fast_strftime() and in
3179                 the consequence fix the bug in the display of
3180                 AM/PM in the 'Example' string
3181
3182 2006-10-09 [ticho]      2.5.3cvs24
3183
3184         * po/sk.po
3185                 Updated (and fixed up somewhat) Slovak translation.
3186
3187 2006-10-08 [colin]      2.5.3cvs23
3188
3189         * src/prefs_folder_item.c
3190                 Explain why prefs in the top-level folder
3191                 aren't retained, but are still useful
3192
3193 2006-10-08 [colin]      2.5.3cvs22
3194
3195         * src/prefs_gtk.c
3196                 Don't cache anything if caching fails
3197
3198 2006-10-08 [colin]      2.5.3cvs21
3199
3200         * src/common/utils.c
3201                 always include gi18n.h
3202
3203 2006-10-07 [colin]      2.5.3cvs20
3204
3205         * src/plugins/pgpcore/pgp_viewer.c
3206                 Kill gpg after 5 seconds wait
3207
3208 2006-10-07 [colin]      2.5.3cvs19
3209
3210         * src/plugins/pgpcore/pgp_viewer.c
3211         * src/plugins/pgpcore/pgp_viewer.h
3212                 Fix copyright
3213
3214 2006-10-07 [colin]      2.5.3cvs18
3215
3216         * src/plugins/pgpcore/pgp_viewer.c
3217         * src/plugins/pgpcore/pgp_viewer.h
3218                 Actually add the files to CVS
3219
3220 2006-10-07 [colin]      2.5.3cvs17
3221
3222         * src/plugins/pgpcore/sgpgme.c
3223                 Be sure not to crash on 'application/pgp-signature' that
3224                 are not application/pgp-signatures
3225
3226 2006-10-07 [colin]      2.5.3cvs16
3227
3228         * src/textview.c
3229         * src/textview.h
3230                 Make a bit more of the API available
3231         * src/plugins/pgpcore/Makefile.am
3232         * src/plugins/pgpcore/plugin.c
3233         * src/plugins/pgpcore/sgpgme.c
3234                 Add basic key import/export
3235
3236 2006-10-07 [colin]      2.5.3cvs15
3237
3238         * src/folderview.c
3239         * src/imap.c
3240         * src/prefs_account.c
3241         * src/wizard.c
3242                 Warn users *everywhere* if libetpan's not
3243                 linked in
3244
3245 2006-10-06 [mones]      2.5.3cvs14
3246
3247         * po/de.po
3248         * po/es.po
3249                 updated by Stephan Sachse and me
3250
3251 2006-10-06 [colin]      2.5.3cvs13
3252
3253         * src/main.c
3254         * src/common/sylpheed.c
3255                 Don't load common plugins if --exit is passed
3256         * src/prefs_gtk.c
3257         * src/prefs_gtk.h
3258                 Implement a cache to avoid reading the same
3259                 files over and over again at startup
3260
3261 2006-10-06 [colin]      2.5.3cvs12
3262
3263         * src/summaryview.c
3264         * src/gtk/quicksearch.c
3265                 Update display every 5k mails on fast searches
3266
3267 2006-10-06 [colin]      2.5.3cvs11
3268
3269         * src/textview.c
3270                 Don't do quote folding on HTML or ERTF.
3271                 May fix the Cygwin issues if they were
3272                 happening with HTML mails?
3273
3274 2006-10-05 [colin]      2.5.3cvs10
3275
3276         * src/prefs_gtk.c
3277                 Oops, forgot one
3278
3279 2006-10-05 [colin]      2.5.3cvs9
3280
3281         * src/prefs_gtk.c
3282                 Use unlocked_stdio here too
3283
3284 2006-10-05 [colin]      2.5.3cvs8
3285
3286         * src/folderview.c
3287                 Fix go to next * after preferences apply
3288         * src/msgcache.c
3289                 Do the fd lock/unlock ourselves instead of
3290                 letting the libc do it at each write 
3291
3292 2006-10-05 [colin]      2.5.3cvs7
3293
3294         * src/common/utils.c
3295                 Faster division, thanks to Jean Diraison
3296
3297 2006-10-05 [paul]       2.5.3cvs6
3298
3299         * src/common/utils.c
3300                 fix building with --disable-nls
3301
3302 2006-10-04 [colin]      2.5.3cvs5
3303
3304         * src/folder.c
3305                 Maybe fix a segfault
3306
3307 2006-10-04 [wwp]        2.5.3cvs4
3308
3309         * src/prefs_folder_item.c
3310                 Fine-tune layouts in folder item prefs. Suggested by
3311                 Fabien Vantard <fzzzzz@gmail.com>.
3312
3313 2006-10-04 [wwp]        2.5.3cvs3
3314
3315         * src/prefs_folder_item.c
3316                 Kill the clandestine passengers. You didn't see anything.
3317
3318 2006-10-04 [wwp]        2.5.3cvs2
3319
3320         * src/prefs_folder_item.c
3321                 Add a way to test the subject simplify regexp in
3322                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
3323                 w/ few layout changes.
3324
3325 2006-20-04 [paul]       2.5.3cvs1
3326
3327         * NEWS
3328         * README
3329         * configure.ac
3330                 Update version number following
3331                 stable release
3332
3333 2006-10-04 [colin]      2.5.2cvs42
3334
3335         * src/folder.c
3336         * src/folder.h
3337         * src/summaryview.c
3338                 Provide a way for folder classes to set their sort
3339                 type and key
3340
3341 2006-10-03 [colin]      2.5.2cvs41
3342
3343         * src/mh.c
3344                 Don't use strlen() to know if the
3345                 string's empty
3346
3347 2006-10-03 [colin]      2.5.2cvs40
3348
3349         * src/mh.c
3350                 Fix "check for new folders" with accentued folders
3351
3352 2006-10-03 [ticho]      2.5.2cvs39
3353
3354         * src/filtering.c
3355         * src/folder.c
3356         * src/inc.c
3357         * src/mbox.c
3358                 Colin's fix for "copy" filtering rules.
3359
3360 2006-10-02 [colin]      2.5.2cvs38
3361
3362         * src/folderview.c
3363                 Fix for double-click too
3364
3365 2006-10-02 [colin]      2.5.2cvs37
3366
3367         * src/folderview.c
3368                 correct fix for cvs36
3369
3370 2006-10-02 [colin]      2.5.2cvs36
3371
3372         * src/folderview.c
3373                 Fix 'goto next unread' after collapsing/expanding 
3374                 a node.
3375
3376 2006-10-02 [colin]      2.5.2cvs35
3377
3378         * src/summaryview.c
3379                 Fix double freeze/thaw
3380         * src/common/utils.c
3381         * src/common/utils.h
3382                 Reimplement strftime
3383         * src/procheader.c
3384                 Use it
3385
3386
3387 2006-10-02 [colin]      2.5.2cvs34
3388
3389         * src/mh.c
3390                 Time mh_write_sequences() - it's fast
3391         * src/summaryview.c
3392                 Init a variable to shut up gcc
3393
3394 2006-10-01 [colin]      2.5.2cvs33
3395
3396         * src/folder.c
3397         * src/mh.c
3398         * src/mh.h
3399         * src/msgcache.c
3400                 Add helper mh_set_mtime(), and set mtime to stat()'s result
3401                 Add fsync but disable it, it's slow as hell
3402
3403 2006-10-01 [colin]      2.5.2cvs32
3404
3405         * src/mh.c
3406         * src/msgcache.c
3407                 fflush() caches and mh_sequences before
3408                 fclose()ing
3409
3410 2006-10-01 [colin]      2.5.2cvs31
3411
3412         * src/msgcache.c
3413                 Don't ftruncate when not using mmap
3414
3415 2006-09-30 [colin]      2.5.2cvs30
3416
3417         * src/main.c
3418                 Write folder list *after* saving caches
3419
3420 2006-09-30 [colin]      2.5.2cvs29
3421
3422         * src/folder.c
3423         * src/mh.c
3424                 Debug forced mtime changes
3425
3426 2006-09-30 [colin]      2.5.2cvs28
3427
3428         * src/folder.c
3429         * src/main.c
3430                 Remove useless debug_print()s (code
3431                 well-tested)
3432
3433 2006-09-30 [colin]      2.5.2cvs27
3434
3435         * src/mh.c
3436                 Do stuff faster when writing mh_sequences
3437
3438 2006-09-30 [colin]      2.5.2cvs26
3439
3440         * src/mh.c
3441                 Don't let the writing of .mh_sequences, which
3442                 can change the folder's mtime, let us think
3443                 we need to scan.
3444
3445 2006-09-30 [colin]      2.5.2cvs25
3446
3447         * src/folder.c
3448                 Move a debug_print where it belongs 
3449                 (processing)
3450         * src/summaryview.c
3451                 Don't mess with a huge slow subject
3452                 table if we're not threading by
3453                 subject
3454
3455 2006-09-30 [colin]      2.5.2cvs24
3456
3457         * src/msgcache.c
3458                 Reenable mmaped reads (*not* writes!)
3459         * src/procmsg.c
3460                 Don't destroy and recreate hashtables just
3461                 for fun
3462         * src/common/utils.c
3463                 Remove useless reply prefixes (it's case
3464                 unsensitive)
3465
3466 2006-09-30 [wwp]        2.5.2cvs23
3467
3468         * tools/fix_date.sh
3469                 Fixed a minor bug in date value extraction, added a switch
3470                 to replace non RFC-compliant Date: value, added a switch
3471                 to use strict RFC matching patterns for dates.
3472
3473 2006-09-29 [colin]      2.5.2cvs22
3474
3475         * src/matcher_parser.h
3476         * src/matcher_parser_parse.y
3477         * src/prefs_filtering.c
3478         * src/statusbar.c
3479         * src/summary_search.c
3480         * src/summaryview.c
3481         * src/gtk/quicksearch.c
3482         * src/gtk/quicksearch.h
3483                 Optimise searches by setting different
3484                 refresh intervals (depending if the 
3485                 search is fast or not)
3486
3487 2006-09-29 [colin]      2.5.2cvs21
3488
3489         * src/codeconv.c
3490                 Optimise by reusing the last iconv converter
3491                 if possible
3492         * src/textview.c
3493                 Optimise a bit (the foldable quotes feature
3494                 still has an awful O(n^2) algo
3495
3496 2006-09-29 [colin]      2.5.2cvs20
3497
3498         * src/gtk/gtksctree.c
3499         * src/gtk/gtksctree.h
3500                 Optimise de-selection via up/down or
3501                 another key
3502
3503 2006-09-28 [colin]      2.5.2cvs19
3504
3505         * src/action.c
3506         * src/compose.c
3507         * src/folderview.c
3508         * src/mainwindow.c
3509         * src/messageview.c
3510         * src/summary_search.c
3511         * src/toolbar.c
3512                 Avoid using summaryview->ctree directly
3513
3514 2006-09-28 [colin]      2.5.2cvs18
3515
3516         * src/summaryview.c
3517         * src/summaryview.h
3518                 Add helpers to freeze/thaw/grab_focus
3519                 Factorize calls to freeze/thaw/grab_focus
3520                 
3521
3522 2006-09-28 [colin]      2.5.2cvs17
3523
3524         * src/main.c
3525                 More guards for the session management
3526
3527 2006-09-28 [colin]      2.5.2cvs16
3528
3529         * src/folderview.c
3530         * src/gtk/gtksctree.c
3531         * src/gtk/gtksctree.h
3532                 Make expanding not recursive in folderview
3533
3534 2006-09-28 [colin]      2.5.2cvs15
3535
3536         * src/addressbook.c
3537                 If nothing is selected in the list (right part)
3538                 and a group is selected in the tree (left part),
3539                 mail this group.
3540
3541 2006-09-28 [colin]      2.5.2cvs14
3542
3543         * src/Makefile.am
3544                 Actually use SM_LIBS
3545
3546 2006-09-28 [ticho]      2.5.2cvs13
3547
3548         * src/export.c
3549         * src/messageview.c
3550         * src/mimeview.c
3551         * src/news.c
3552         * src/pop.c
3553         * src/prefs_themes.c
3554         * src/procmsg.c
3555                 Small i18n string optimization.
3556         * src/send_message.c
3557         * src/summaryview.c
3558         * src/common/session.c
3559         * src/common/smtp.c
3560         * src/common/ssl_certificate.c
3561         * src/common/utils.c
3562                 Use "Couldn't" instead of "Can't" in UI messages,
3563                 where appropriate.
3564
3565 2006-09-28 [colin]      2.5.2cvs12
3566
3567         * configure.ac
3568                 Possibly fix link errors
3569
3570 2006-09-27 [wwp]        2.5.2cvs11
3571
3572         * src/gtk/authors.h
3573         * doc/man/sylpheed-claws.1
3574         * manual/ack.xml
3575         * manual/es/ack.xml
3576         * manual/fr/ack.xml
3577         * manual/pl/ack.xml
3578                 Updated authors info (me, myself and I).
3579
3580 2006-09-27 [colin]      2.5.2cvs10
3581
3582         * src/addressbook.c
3583                 Remove useless printf
3584
3585 2006-09-27 [wwp]        2.5.2cvs9
3586
3587         * src/editgroup.c
3588         * src/send_message.c
3589         * src/inc.c
3590         * src/prefs_common.c
3591         * src/prefs_common.h
3592         * src/gtk/progressdialog.c
3593                 remember more windows' sizes (send dialog, received dialog,
3594                 edit group in addressbook).
3595
3596 2006-09-27 [colin]      2.5.2cvs8
3597
3598         * configure.ac
3599         * src/main.c
3600         * src/mainwindow.h
3601                 Use libSM to communicate with the session
3602                 manager, so that we can know when the 
3603                 session ends, save our caches, and draft
3604                 our compose windows.
3605
3606 2006-09-27 [colin]      2.5.2cvs7
3607
3608         * src/addressbook.c
3609                 Fix issues:
3610                 o Allow Book and Group creation from the tree's
3611                   contextual menu
3612                 o Do not actually delete the contacts when 
3613                   deleting groups from the tree (duh!)
3614
3615 2006-09-27 [colin]      2.5.2cvs6
3616
3617         * src/compose.c
3618         * src/compose.h
3619         * src/mainwindow.c
3620         * src/textview.c
3621         * src/toolbar.c
3622                 o Allow passing an email address to 
3623                   compose_new_with_folderitem
3624                 o Update callers
3625                 o Use current folderitem when clicking
3626                   on a TextView mailto: link
3627                 o Fix a possible leak in TextView
3628
3629 2006-09-27 [colin]      2.5.2cvs5
3630
3631         * src/html.c
3632                 Use UTF-8 chars to replace HTML entities
3633
3634 2006-09-27 [colin]      2.5.2cvs4
3635
3636         * AUTHORS
3637         * src/prefs_account.c
3638         * src/gtk/authors.h
3639                 Fix bug #1024 (Array index out of
3640                 range in sylpheed-claws-2.5.2)
3641                 Patch by Ales Nosek <anosek@suse.cz>
3642
3643 2006-09-27 [colin]      2.5.2cvs3
3644
3645         * src/addr_compl.c
3646                 Actually do the test
3647
3648 2006-09-27 [colin]      2.5.2cvs2
3649
3650         * src/addr_compl.c
3651         * src/addr_compl.h
3652                 Allow completing with comma (in certain cases: vCalendar
3653                 for example doesn't support that)
3654                 Patch by Fabien Vantard
3655
3656 2006-09-26 [colin]      2.5.2cvs1
3657
3658         * src/Makefile.am
3659         * src/addr_compl.c
3660         * src/addr_compl.h
3661         * src/addrbook.c
3662         * src/addrbook.h
3663         * src/addressbook.c
3664         * src/addrindex.c
3665         * src/addrindex.h
3666         * src/compose.c
3667         * src/prefs_common.c
3668         * src/prefs_filtering_action.c
3669         * src/prefs_folder_item.c
3670         * src/prefs_template.c
3671         * src/stock_pixmap.c
3672         * src/stock_pixmap.h
3673         * src/pixmaps/addr_one.xpm
3674         * src/pixmaps/addr_two.xpm
3675                 Add auto-completion on groups
3676
3677 2006-09-26 [colin]      2.5.2
3678
3679         * NEWS
3680         * README
3681         * RELEASE_NOTES
3682                 2.5.2 released
3683
3684 2006-09-26 [colin]      2.5.1cvs5
3685
3686         * src/matcher.c
3687                 Fix condition
3688
3689 2006-09-26 [colin]      2.5.1cvs4
3690
3691         * src/mbox.c
3692                 Revert cvs1 (useless as the message is printed 
3693                 every 500 mails)
3694
3695 2006-09-26 [colin]      2.5.1cvs3
3696
3697         * src/partial_download.c
3698                 Fix crasher found by Alexsandar Urosevic
3699
3700 2006-09-26 [colin]      2.5.1cvs2
3701
3702         * src/summaryview.c
3703                 Fix bug #1023 (Sylpheed deletes too much messages)
3704
3705 2006-09-26 [ticho]      2.5.1cvs1
3706
3707         * src/mbox.c
3708                 Make use of gettext's multiple plurals for statusbar
3709                 progress message.
3710
3711 2006-09-25 [paul]       2.5.1
3712
3713         * NEWS
3714         * README
3715         * RELEASE_NOTES
3716                 2.5.1 released
3717
3718 2006-09-25 [colin]      2.5.0cvs3
3719
3720         * src/plugins/bogofilter/bogofilter.c
3721         * src/plugins/clamav/clamav_plugin.c
3722         * src/plugins/spamassassin/spamassassin.c
3723                 BogoFilter, Spamassassin: Fix double hook registering after
3724                 visiting preferences
3725                 Spamassassin, Clamav: Just set the mails to move instead of
3726                 doing the move - caller will move the things at once.
3727
3728 2006-09-25 [colin]      2.5.0cvs2
3729
3730         * src/imap.c
3731         * src/etpan/imap-thread.c
3732                 Use UID SEARCH ALL instead of UID 1:*
3733                 (braindead servers can't figure out that's
3734                 the same...)
3735
3736 2006-09-25 [wwp]        2.5.0cvs1
3737
3738         * src/message_search.c
3739                 Added the ability to stop a running search (in message body).
3740
3741 2006-09-25 [paul]       2.5.0
3742
3743         * NEWS
3744         * README
3745         * RELEASE_NOTES
3746                 2.5.0 released
3747
3748 2006-09-25 [paul]       2.4.0cvs214
3749
3750         * po/cs.po
3751         * po/de.po
3752         * po/fi.po
3753         * po/fr.po
3754         * po/nl.po
3755         * po/pt_BR.po
3756         * po/sk.po
3757         * po/sr.po
3758         * po/zh_CN.po
3759                 updated by Tim, Stephan Sachse, Flammie Pirinen,
3760                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
3761                 Ticho, Aleksander Urosevic, Ralgh Young
3762
3763 2006-09-24 [mones]      2.4.0cvs213
3764
3765         * po/es.po
3766                 Updated for release
3767
3768 2006-09-23 [colin]      2.4.0cvs212
3769
3770         * src/gtk/inputdialog.c
3771                 Fix [ ] remember this appearing in normal
3772                 input dialogs after it's been used by
3773                 mimeview.
3774         * src/folder.c
3775         * src/folderview.c
3776         * src/msgcache.c
3777         * src/procmsg.c
3778         * src/summaryview.c
3779         * src/textview.c
3780         * src/common/timing.h
3781                 Enable timings in debug mode and make it
3782                 look prettier.
3783
3784 2006-09-22 [colin]      2.4.0cvs211
3785
3786         * README
3787                 Revert test change
3788         * commitHelper
3789                 ping the correct URI
3790
3791 2006-09-22 [colin]      2.4.0cvs210
3792
3793         * README
3794                 Let's see if bug #1022 is fixed
3795
3796 2006-09-21 [colin]      2.4.0cvs209
3797
3798         * src/wizard.c
3799         * src/common/plugin.c
3800                 Prepare infra to load predefined plugins when
3801                 no configuration existed. Don't actually load
3802                 anything yet (feat. freeze)
3803
3804 2006-09-21 [wwp]        2.4.0cvs208
3805
3806         * manual/fr/faq.xml
3807                 Partial sync w/ 2.4.0cvs72:
3808                 wrap file and minor updates.
3809
3810 2006-09-21 [wwp]        2.4.0cvs207
3811
3812         * tools/fix_date.sh
3813                 several fixes and enhancements. A new --force switch has been
3814                 added to prevent overriding by default Date: header when
3815                 already existing.
3816
3817 2006-09-21 [paul]       2.4.0cvs206
3818
3819         * src/common/utils.c
3820                 add Chinese UTF8 Re prefix
3821
3822 2006-09-21 [wwp]        2.4.0cvs205
3823
3824         * tools/Makefile.am
3825                 Fics alfabettical order.
3826
3827 2006-09-21 [wwp]        2.4.0cvs204
3828
3829         * tools/fix_date.sh
3830         * tools/Makefile.am
3831                 Added an action tool to fix missing Date field in emails.
3832                 Updated Makefile.am to reflect those last two additions.
3833
3834 2006-09-21 [wwp]        2.4.0cvs203
3835
3836         * tools/uuooffice
3837                 Added a action tool to open uuencoded docs w/
3838                 OpenOffice (based on uudec method).
3839
3840 2006-09-21 [colin]      2.4.0cvs202
3841
3842         * src/compose.c
3843         * src/textview.c
3844                 Workaround possible GTK crash: remove selection 
3845                 clipboard before destroying widget, or GTK+-2.10
3846                 dies. Thanks to Hiro.
3847
3848 2006-09-20 [colin]      2.4.0cvs201
3849
3850         * src/compose.c
3851                 Fix free-after-use in some cases (when 
3852                 procmime_encode_content() frees mimeinfo->data.mem
3853                 and turns it to a temp file)
3854
3855 2006-09-20 [colin]      2.4.0cvs200
3856
3857         * src/folderview.c
3858         * src/summaryview.c
3859         * src/gtk/gtksctree.c
3860         * src/gtk/gtksctree.h
3861                 Add tooltips in the folderview and summaryview
3862                 (Doesn't break string freeze as they already
3863                 exist)
3864         * src/toolbar.c
3865                 Put the spam button in the default configuration
3866                 if compiled with bogo plugin too
3867
3868 2006-09-19 [colin]      2.4.0cvs199
3869
3870         * src/summaryview.c
3871         * src/summaryview.h
3872                 Update folder name label on folder rename
3873         * src/prefs_matcher.c
3874         * src/gtk/logwindow.h
3875                 Fix warnings
3876                 Patches by Fabien
3877
3878 2006-09-19 [wwp]        2.4.0cvs198
3879
3880         * src/summary_search.c
3881                 fix can't click forward/backward buttons in the
3882                 search messages.
3883
3884 2006-09-18 [paul]       2.4.0cvs197
3885
3886         * src/wizard.c
3887                 add missing bracket, capitalise the A of
3888                 'SpamAssassin'
3889
3890 2006-09-18 [paul]       2.4.0cvs196
3891
3892         * src/compose.c
3893                 fix bug 1012 'crashed upon sending mail
3894                 from compose window'
3895                 Thanks to Colin
3896
3897 2006-09-16 [colin]      2.4.0cvs195
3898
3899         * src/folderview.c
3900                 Fix "real-time" sorting by freezing/thawing
3901
3902 2006-09-16 [colin]      2.4.0cvs194
3903
3904         * manual/faq.xml
3905                 Fix the anti-spam entry a bit
3906
3907 2006-09-16 [colin]      2.4.0cvs193
3908
3909         * src/wizard.c
3910                 Make sure reviewers have no excuse when stating
3911                 Sylpheed-Claws doesn't have antispam capabilities.
3912
3913 2006-09-16 [colin]      2.4.0cvs192
3914
3915         * src/main.c
3916                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
3917                 as if the SIGPIPE comes from etpan's thread we could
3918                 trigger a GUI update from this thread.
3919
3920 2006-09-16 [colin]      2.4.0cvs191
3921
3922         * src/summaryview.c
3923                 Init all members of the struct
3924
3925 2006-09-16 [paul]       2.4.0cvs190
3926
3927         * src/account.c
3928                 improvements to the English
3929
3930 2006-09-15 [colin]      2.4.0cvs189
3931
3932         * src/summaryview.c
3933                 HIG order on dialog
3934
3935 2006-09-14 [colin]      2.4.0cvs188
3936
3937         * src/common/socket.c
3938         * src/common/socket.h
3939         * src/common/ssl.c
3940         * src/common/ssl_certificate.c
3941         * src/common/ssl_certificate.h
3942         * src/etpan/imap-thread.c
3943                 the get_fqdn() call done to get canonical name when
3944                 checking an SSL certificate is blocking, which is
3945                 sad as we just did a non-blocking lookup to connect.
3946                 Fix that by letting the fqdn available to the SockInfo,
3947                 and use that in ssl_certificate_check(). For IMAP,
3948                 we don't do it as the lookup's done by libetpan, but
3949                 it's less annoying as IMAP connections as much more
3950                 rare than POP3 connections.
3951
3952 2006-09-14 [paul]       2.4.0cvs187
3953
3954         * manual/advanced.xml
3955                 improvements to the English,
3956                 properly place the new hidden options
3957                 within the alphabetical order
3958         * src/gtk/pluginwindow.c
3959                 improvements to the English
3960
3961 2006-09-14 [colin]      2.4.0cvs186
3962
3963         * src/prefs_common.c
3964         * src/prefs_common.h
3965         * src/gtk/gtksctree.c
3966         * manual/advanced.xml
3967                 New hidden pref, stripes_color_offset, to change
3968                 the value added/substracted to normal bgcolor to
3969                 create the stripes in summaries
3970
3971 2006-09-13 [colin]      2.4.0cvs185
3972
3973         * src/gedit-print.c
3974         * src/messageview.c
3975         * src/messageview.h
3976         * src/summaryview.c
3977         * src/textview.c
3978                 Fix misc. printing issues: 
3979                 - Bad font for linkified headers
3980                 - Different font if the mail was displayed or not
3981                 - Factorize the thing
3982
3983 2006-09-13 [colin]      2.4.0cvs184
3984
3985         * src/common/ssl_certificate.c
3986                 Only get FQDN once when checking certificate
3987
3988 2006-09-13 [colin]      2.4.0cvs183
3989
3990         * src/account.c
3991         * src/gtk/pluginwindow.c
3992                 Misc. GUI fixes by Fabien
3993
3994 2006-09-13 [wwp]        2.4.0cvs182
3995
3996         * configure.ac
3997         * src/common/utils.h
3998         * src/common/utils.c
3999                 get rid of unused wide-char functions.
4000
4001 2006-09-13 [wwp]        2.4.0cvs181
4002
4003         * src/plugins/pgpinline/sylpheed.def
4004         * src/textview.c
4005                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
4006                 add privacy_reset_error to the .def file,
4007                 do not fork for an external textviewer.
4008
4009 2006-09-13 [wwp]        2.4.0cvs180
4010
4011         * src/prefs_common.c
4012                 fix broken font entry in prefs (patch issued by the gpg4win team,
4013                 probably by Marcus Brinkmann <marcus@g10code.de>).
4014
4015 2006-09-13 [colin]      2.4.0cvs179
4016
4017         * src/folder.h
4018                 Fix a warning in summaryview.c
4019         * src/mainwindow.c
4020         * src/summaryview.c
4021         * src/summaryview.h
4022                 Add missing Mark/* elements in the
4023                 main menu
4024
4025 2006-09-12 [colin]      2.4.0cvs178
4026
4027         * src/prefs_actions.c
4028         * src/prefs_filtering_action.c
4029         * src/prefs_matcher.c
4030                 Use (New) instead of New everywhere
4031
4032 2006-09-12 [wwp]        2.4.0cvs177
4033
4034         * manual/fr/addrbook.xml
4035         * manual/fr/handling.xml
4036                 updated some quotes in the fr manual to match the fr translation.
4037
4038 2006-09-12 [wwp]        2.4.0cvs176
4039
4040         * src/prefs_matcher.c
4041                 don't store translated string elements in matcher expressions.
4042                 Also fixed a misused of Q_().
4043
4044 2006-09-11 [wwp]        2.4.0cvs175
4045
4046         * src/plugins//bogofilter/bogofilter.c
4047         * src/plugins//clamav/clamav_plugin.c
4048         * src/plugins//demo/demo.c
4049         * src/plugins//dillo_viewer/dillo_viewer.c
4050         * src/plugins//pgpcore/plugin.c
4051         * src/plugins//pgpinline/plugin.c
4052         * src/plugins//pgpmime/plugin.c
4053         * src/plugins//spamassassin/spamassassin.c
4054                 gettext-ize more strings (mostly plugin error messages).
4055
4056 2006-09-11 [colin]      2.4.0cvs174
4057
4058         * src/alertpanel.c
4059                 Make maximum buffer size bigger to avoid
4060                 truncating translated messages. Patch by
4061                 Fabien
4062
4063 2006-09-11 [colin]      2.4.0cvs173
4064
4065         * src/etpan/imap-thread.c
4066                 Fix compilation on OpenBSD, thanks to 
4067                 Landry
4068
4069 2006-09-10 [wwp]        2.4.0cvs172
4070
4071         * manual/account.xml
4072         * manual/addrbook.xml
4073         * manual/handling.xml
4074         * manual/es/handling.xml
4075         * manual/fr/account.xml
4076         * manual/fr/addrbook.xml
4077         * manual/fr/handling.xml
4078                 documented addressbook matching (condition configuration):
4079                   addrbook.xml, en fr
4080                 documented per-account filtering rules (handling/filtering
4081                   section, account section):
4082                   account.xml, handling.xml, en fr
4083                 slightly updated the handling/searching section to tell few
4084                   words about the extended search ability:
4085                   handling.xml, en fr
4086                 added missing <quote></quotes> to Quick Search:
4087                   handling.xml, en fr es
4088                 fixed a typo (auomatically):
4089                   handling.xml, en
4090                 changes revisited by Paul.
4091
4092 2006-09-10 [paul]       2.4.0cvs171
4093
4094         * src/prefs_actions.c
4095         * src/prefs_filtering.c
4096         * src/prefs_template.c
4097                 adjustments to the gui
4098                 Patch by Fabien Vantard (slightly modified)
4099
4100 2006-09-10 [colin]      2.4.0cvs170
4101
4102         * src/summaryview.c
4103                 Check folderitem/summaryview consistency
4104                 (basically automates Update summary). Fixes
4105                 #1011 (wrong (negative) count on unread 
4106                 messages)
4107
4108 2006-09-10 [colin]      2.4.0cvs169
4109
4110         * src/gtk/gtksctree.c
4111                 Fix recursive expansion via mouse
4112         * src/plugins/bogofilter/bogofilter.c
4113                 Use normal filtering way of moving
4114                 messages (batching), possibly fixing
4115                 bug #1015 (Bogofilter plugin doubles 
4116                 new messages)
4117
4118 2006-09-09 [wwp]        2.4.0cvs168
4119
4120         * src/prefs_filtering.c
4121                 better place for this fix.
4122
4123 2006-09-09 [wwp]        2.4.0cvs167
4124
4125         * src/prefs_filtering.c
4126                 fix a minor bug when the enabled status of a filtering/processing
4127                 rule always got set to TRUE when replacing this rule. That still
4128                 make sense when adding a new rule, but now when replacing, we
4129                 don't override the value of 'enabled'.
4130                 Also renamed the func prefs_filtering_list_view_get_rule_name()
4131                 to prefs_filtering_list_view_get_info() as this function not only
4132                 returns the name, but also the account_id and the enabled status.
4133
4134 2006-09-09 [mones]      2.4.0cvs166
4135
4136         * manual/glossary.xml
4137         * manual/plugins.xml
4138                 Minor format corrections
4139         * manual/gpl.xml
4140                 Fix misplaced NO WARRANTY section
4141         * manual/es/advanced.xml
4142         * manual/es/faq.xml
4143         * manual/es/glossary.xml
4144         * manual/es/gpl.xml
4145         * manual/es/handling.xml
4146         * manual/es/plugins.xml
4147         * manual/es/starting.xml
4148                 Incorporate changes from English version
4149         * manual/fr/ack.xml
4150         * manual/pl/ack.xml
4151         * manual/es/ack.xml
4152                 Fix address, (add translation credits in es version)
4153         * po/es.po
4154                 Updated translation
4155
4156 2006-09-09 [wwp]        2.4.0cvs165
4157
4158         * src/prefs_filtering.c
4159                 fix a crash when opening filtering prefs, if matcherrc file contains
4160                 broken data (non-existing account id, which is theoretically not
4161                 possible).
4162
4163 2006-09-08 [colin]      2.4.0cvs164
4164
4165         * src/folder.c
4166                 Wrong assert, make it an if()
4167         * src/gtk/gtksctree.c
4168                 Fix bug #1013 (expand selected thread 
4169                 tree) - expanding is now recursive
4170
4171 2006-09-07 [wwp]        2.4.0cvs163
4172
4173         * src/prefs_matcher.c
4174                 make better sentences about addressbook matching in the
4175                 matcher prefs. This should make translators' work easier
4176                 too.
4177
4178 2006-09-07 [wwp]        2.4.0cvs162
4179
4180         * src/prefs_filtering.c
4181                 code simplification (get rid of dup var. assignment).
4182
4183 2006-09-07 [wwp]        2.4.0cvs161
4184
4185         * src/summaryview.c
4186                 use GTK_STOCK icons when possible, patch by Fabien Vantard
4187                 <fzzzzz@gmail.com>.
4188
4189 2006-09-07 [paul]       2.4.0cvs160
4190
4191         * src/mimeview.c
4192                 fix compilation warnings
4193                 Thanks to Colin
4194
4195 2006-09-07 [paul]       2.4.0cvs159
4196
4197         * src/mimeview.c
4198                 select the mimepart icon when
4199                 displaying as text
4200                 Thanks to Colin
4201
4202 2006-09-06 [paul]       2.4.0cvs158
4203
4204         * src/prefs_filtering.c
4205                 fix labels and table element spacing
4206                 Patch by Fabien Vantard
4207
4208 2006-09-06 [paul]
4209
4210         2.5.0-rc3 released
4211
4212 2006-09-06 [paul]       2.4.0cvs157
4213
4214         * manual/es/advanced.xml
4215                 fix typo
4216
4217 2006-09-06 [wwp]        2.4.0cvs156
4218
4219         * src/mainwindow.c
4220                 fix an dup launch issue when iconified, thanks to Colin.
4221
4222 2006-09-06 [wwp]        2.4.0cvs155
4223
4224         * src/gtk//gtksctree.h
4225                 oops, forgot that one!
4226
4227 2006-09-06 [wwp]        2.4.0cvs154
4228
4229         * manual/pl/advanced.xml
4230         * manual/advanced.xml
4231         * manual/es/advanced.xml
4232         * manual/fr/advanced.xml
4233         * src/prefs_customheader.c
4234         * src/prefs_filtering_action.c
4235         * src/foldersel.c
4236         * src/prefs_summaries.c
4237         * src/prefs_filtering.c
4238         * src/account.c
4239         * src/compose.c
4240         * src/prefs_summary_column.c
4241         * src/addr_compl.c
4242         * src/prefs_actions.c
4243         * src/prefs_folder_column.c
4244         * src/ssl_manager.c
4245         * src/prefs_template.c
4246         * src/prefs_display_header.c
4247         * src/prefs_common.h
4248         * src/prefs_matcher.c
4249         * src/prefs_common.c
4250         * src/prefs_toolbar.c
4251         * src/summaryview.c
4252         * src/folderview.c
4253         * src/gtk/gtksctree.c
4254         * src/gtk/pluginwindow.c
4255         * src/gtk/progressdialog.c
4256         * src/gtk/prefswindow.c
4257                 renamed hidden option enable_rules_hint to use_stripes_everywhere
4258                 to make its meaning more obvious (all versions of the manual reflect
4259                 the change).
4260                 added an extra hidden option use_stripes_in_summary to allow
4261                 discarding these stripes in mainwindow's folder and message lists;
4262                 en and fr manuals only are OK towards this.
4263
4264 2006-09-06 [colin]      2.4.0cvs153
4265
4266         * src/textview.c
4267                 Hide Sylpheed-Claws' internal queue headers
4268                 when showing all headers. They'll be present
4269                 only in Source window.
4270
4271 2006-09-05 [colin]      2.4.0cvs152
4272
4273         * src/plugins/trayicon/trayicon.c
4274                 Fix crash at exit - we have to disconnect
4275                 our handlers
4276         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
4277                 Update eggtrayicon - patch adapted from a
4278                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
4279                 on Sylpheed's ML
4280
4281 2006-09-05 [colin]      2.4.0cvs151
4282
4283         * src/mainwindow.c
4284         * src/gtk/logwindow.c
4285                 Fix race condition when something writes
4286                 to the log too soon during init. Thanks
4287                 to Fabien Vantard
4288
4289 2006-09-05 [colin]      2.4.0cvs150
4290
4291         * src/mimeview.c
4292                 Don't select part on right-click either
4293
4294 2006-09-05 [paul]       2.4.0cvs149
4295
4296         * src/mimeview.c
4297                 completion of previous commit
4298                 Thanks to Colin
4299
4300 2006-09-05 [colin]      2.4.0cvs148
4301
4302         * src/mimeview.c
4303                 Don't force selection on middle-click, just open
4304
4305 2006-09-04 [colin]      2.4.0cvs147
4306
4307         * src/mimeview.c
4308                 Looks like gtk_notebook_set_current_page()
4309                 sometimes steals focus, and this annoys us
4310                 in MimeViewers as it renders navigation
4311                 keys useless. Take back focus after switching
4312                 pages.
4313
4314 2006-09-04 [colin]      2.4.0cvs146
4315
4316         * src/messageview.c
4317                 Set stop_loading when clicking on Next
4318                 during load. Don't add a callback to 
4319                 avoid over-complicating things.
4320
4321 2006-09-04 [colin]      2.4.0cvs145
4322
4323         * src/mimeview.c
4324         * src/messageview.c
4325                 Fix multiple loads in separate messageview
4326
4327 2006-09-04 [colin]      2.4.0cvs144
4328
4329         * src/summaryview.c
4330                 Let navigation keys be handled during 
4331                 load
4332
4333 2006-09-04 [colin]      2.4.0cvs143
4334
4335         * src/messageview.c
4336         * src/summaryview.c
4337         * src/textview.c
4338         * src/textview.h
4339                 Make loading of huge mails (lots of text and/or
4340                 images) cancellable, so the GUI doesn't block 
4341
4342 2006-09-04 [colin]      2.4.0cvs142
4343
4344         * src/plugins/trayicon/trayicon.c
4345                 Fix annoyance when removing a folder with 
4346                 unread mails: trayicon didn't update
4347
4348 2006-09-04 [paul]       2.4.0cvs141
4349
4350         * src/gtk/icon_legend.c
4351                 straighten up columns
4352                 Patch by Fabien Vantard
4353
4354 2006-09-04 [wwp]        2.4.0cvs140
4355
4356         * src/prefs_filtering.c
4357                 fix new line's account name in filtering prefs:
4358                 was "All", is now "(New)".
4359
4360 2006-09-04 [paul]       2.4.0cvs139
4361
4362         * tools/make.themes.project
4363                 use "AUTOMAKE_OPTIONS = dist-bzip2"
4364                 instead of homebrewed "make release"
4365
4366 2006-09-03 [colin]      2.4.0cvs138
4367
4368         * src/folderview.c
4369                 Fix bug #1007 (Wrong folder highlighted)
4370
4371 2006-09-03 [colin]      2.4.0cvs137
4372
4373         * src/compose.c
4374                 Don't set Newsgroup: header to a mail folder
4375                 path
4376
4377 2006-09-03 [paul]       2.4.0cvs136
4378
4379         * src/prefs_other.c
4380         * src/prefs_spelling.c
4381                 unify the gui
4382
4383 2006-09-03 [paul]       2.4.0cvs135
4384
4385         * src/prefs_summaries.c
4386                 correct menu item text in prefs_keybind_apply_clicked()
4387
4388 2006-09-03 [paul]       2.4.0cvs134
4389
4390         * manual/advanced.xml
4391                 some improvements to the descriptions
4392         * src/mainwindow.c
4393         * src/messageview.c
4394         * src/summaryview.c
4395         * src/gtk/menu.c
4396                 fix menu sensitivity issues
4397         * src/prefs_message.c
4398                 drop the useless word 'short'
4399         * src/prefs_other.c
4400                 add the word 'lines' indicating log length
4401                 is a measure of lines
4402         * src/textview.c
4403                 fix compilation warnings
4404
4405 2006-09-02 [colin]      2.4.0cvs133
4406
4407         * src/messageview.c
4408                 Display a special return-receipt message
4409                 if the message is from the user
4410         * src/summaryview.c
4411                 Fix missing freeze of the list when marking
4412                 all read and unthreading for exec. Thanks
4413                 to Stephan Sachse.
4414
4415 2006-09-02 [paul]       2.4.0cvs132
4416
4417         * src/mainwindow.c
4418         * src/prefs_message.c
4419         * src/summaryview.c
4420                 fix some english
4421
4422 2006-09-02 [wwp]        2.4.0cvs131
4423
4424         * src/prefs_filtering.c
4425                 added an account name column to the filtering rules
4426                 dialog.
4427
4428 2006-09-02 [colin]      2.4.0cvs130
4429
4430         * src/gtk/logwindow.c
4431         * src/gtk/logwindow.h
4432                 Block scrolling if we're not at the end
4433                 of the log
4434
4435 2006-09-02 [colin]      2.4.0cvs129
4436
4437         * src/folder.c
4438                 Make sure account-specific rules can't
4439                 be used in {pre-,post-,}processing
4440         * src/mainwindow.c
4441         * src/gtk/logwindow.c
4442         * src/gtk/logwindow.h
4443                 Jump to last error when clicking on the
4444                 warning icon
4445
4446 2006-09-02 [colin]      2.4.0cvs128
4447
4448         * src/imap.c
4449         * src/import.c
4450         * src/mainwindow.c
4451         * src/mainwindow.h
4452                 Fix warning icon
4453         * src/inc.c
4454         * src/mbox.c
4455         * src/mbox.h
4456                 Let proc_mbox know its account, for
4457                 account-specific rules
4458
4459 2006-09-01 [colin]      2.4.0cvs127
4460
4461         * src/codeconv.c
4462                 Don't uselessly use iconv to convert from
4463                 us-ascii
4464         * src/alertpanel.c
4465         * src/mainwindow.c
4466         * src/mainwindow.h
4467         * src/inc.c
4468                 Fix certain log cases, disable warning icon
4469                 for now, the correct way to display it when
4470                 necessary and only when necessary is probably
4471                 to do it manually rather than use error logs
4472         * src/etpan/imap-thread.c
4473                 Clean up UID logging a bit
4474         * src/gtk/logwindow.c
4475         * src/gtk/logwindow.h
4476                 Make logging faster when the window's closed
4477
4478 2006-09-01 [wwp]        2.4.0cvs126
4479
4480         * manual/fr/account.xml
4481                 reflect changes to the ref. manual (parts of cvs72):
4482                 fix tabnames and quotes.
4483
4484 2006-09-01 [wwp]        2.4.0cvs125
4485
4486         * manual/fr/plugins.xml
4487                 reflect changes to the reference manual (cvs42):
4488                 update IRC channel info.
4489
4490 2006-09-01 [wwp]        2.4.0cvs124
4491
4492         * commitHelper
4493                 use CVSEDITOR env. var. if set, according to `man cvs`.
4494
4495 2006-09-01 [wwp]        2.4.0cvs123
4496
4497         * manual/advanced.xml
4498                 better sentence again (thanks to Paul).
4499
4500 2006-09-01 [wwp]        2.4.0cvs122
4501
4502         * manual/advanced.xml
4503         fix definition of toolbar_detachable and rework a bit the one of
4504         enable_dotted_lines.
4505
4506 2006-09-01 [mones]      2.4.0cvs121
4507
4508         * manual/advanced.xml
4509                 Document enable_dotted_lines
4510
4511 2006-09-01 [paul]       2.4.0cvs120
4512
4513         * src/folderview.c
4514         * src/folderview.h
4515         * src/imap.c
4516         * src/mainwindow.c
4517         * src/summaryview.c
4518                 obey the 'When entering folder...' option
4519                 when using the /View/Go to/... menu items
4520                 Thanks to Colin
4521
4522 2006-08-31 [colin]      2.4.0cvs119
4523
4524         * src/folderview.c
4525                 Revert 2.4.0cvs116, wrong fix.
4526
4527 2006-08-31 [colin]      2.4.0cvs118
4528
4529         * src/gtk/gtksctree.c
4530                 Better state the various copyrights
4531
4532 2006-08-31 [colin]      2.4.0cvs117
4533
4534         * src/prefs_common.c
4535                 fix enable_dotted_lines
4536
4537 2006-08-31 [colin]      2.4.0cvs116
4538
4539         * src/folderview.c
4540                 Use pref "Always open on select" when going
4541                 to next unread folder
4542         * src/gtk/gtksctree.c
4543                 Fix link failure to _gtk_clist_create_cell_layout
4544                 on certain computers. (Why not mine, I wonder)
4545
4546 2006-08-31 [colin]      2.4.0cvs115
4547
4548         * src/procmsg.c
4549         * src/textview.c
4550         * src/plugins/bogofilter/bogofilter.c
4551         * src/plugins/spamassassin/spamassassin.c
4552                 Requalify some "errors" to warnings
4553         * src/mainwindow.c
4554         * src/mainwindow.h
4555         * src/statusbar.c
4556                 Add an icon in the statusbar to notify
4557                 of errors
4558         * src/gtk/gtksctree.c
4559         * src/folderview.c
4560         * src/summaryview.c
4561                 Make the GtkSCTree look more modern by
4562                 alternating background lines
4563         * src/prefs_common.c
4564         * src/prefs_common.h
4565                 Add a pref to let people have the old
4566                 way if they prefer
4567
4568
4569 2006-08-30 [colin]      2.4.0cvs114
4570
4571         * src/procmsg.c
4572         * src/procmsg.h
4573                 Provide a way to filter a list of
4574                 messages in an optimised manner, and
4575                 add a list-filtering hook
4576         * src/folder.c
4577         * src/inc.c
4578         * src/mbox.c
4579                 Use the list filtering
4580         * src/plugins/bogofilter/bogofilter.c
4581                 Use the list-filtering hook
4582                 Use -b (bulk) mode for more speed
4583                 when learning and filtering
4584         * src/etpan/imap-thread.c
4585                 Make log output shorter in UID SEARCH
4586
4587
4588 2006-08-30 [colin]      2.4.0cvs113
4589
4590         * src/plugins/bogofilter/bogofilter.c
4591                 Really fast mass learning - thanks to David
4592                 Relson for the options explanations :)
4593
4594 2006-08-30 [colin]      2.4.0cvs112
4595
4596         * src/msgcache.c
4597                 Fix compilation on FreeBSD. Thanks
4598                 to Michael Hugues
4599
4600 2006-08-29 [colin]      2.4.0cvs111
4601
4602         * src/folderview.c
4603                 Handle "popup_menu" signal (for popping the 
4604                 menu via the keyboard)
4605         * src/mimeview.c
4606         * src/mimeview.h
4607         * src/summaryview.c
4608         * src/textview.c
4609         * src/gtk/gtkutils.c
4610         * src/gtk/gtkutils.h
4611                 Factorize scrolling code, and add an API 
4612                 for MimeViewers to handle scroll orders
4613
4614 2006-08-29 [wwp]        2.4.0cvs110
4615
4616         * src/plugins//bogofilter/bogofilter.c
4617         * src/plugins//spamassassin/spamassassin.c
4618                 make the bogofilter/spamassassin filtering error dialogs at
4619         incorporation obey to the "don't popup error dialog on
4620         receive error" option. If disabled, feed the log window w/
4621         the error message.
4622
4623 2006-08-29 [paul]
4624
4625         2.5.0-rc2 released
4626
4627 2006-08-29 [paul]       2.4.0cvs109
4628
4629         * Makefile.am
4630                 remove 'make release', it's not needed
4631                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
4632
4633 2006-08-29 [paul]       2.4.0cvs108
4634
4635         * src/foldersel.c
4636         * src/summary_search.c
4637         * src/gtk/progressdialog.c
4638         * src/plugins/pgpcore/passphrase.c
4639                 replace deprecated gtk_window_set_policy()
4640
4641 2006-08-29 [colin]      2.4.0cvs107
4642
4643         * src/folder.c
4644                 Fix data loss when copy fails during a move:
4645                 only use fast remove_msgs if everything was
4646                 copied OK; else use slow remove_msg on the
4647                 mails that got copied only.
4648
4649 2006-08-28 [paul]       2.4.0cvs106
4650
4651         * src/mh.c
4652                 revert change in 2.4.0cvs104, it breaks
4653                 stuff
4654
4655 2006-08-28 [paul]       2.4.0cvs105
4656
4657         * src/plugins/spamassassin/spamassassin.c
4658                 english fix
4659
4660 2006-08-28 [paul]       2.4.0cvs104
4661
4662         * src/mh.c
4663                 fix data loss when moving to another
4664                 mailbox fails
4665         * src/prefs_spelling.c
4666                 improve the english
4667         * src/gtk/pluginwindow.c
4668                 improve the layout of the dialog text
4669         All thanks to Colin
4670
4671 2006-08-28 [paul]       2.4.0cvs103
4672
4673         * src/plugins/bogofilter/bogofilter.c
4674         * src/plugins/bogofilter/bogofilter_gtk.c
4675                 fix english up a bit, innit
4676
4677 2006-08-28 [paul]       2.4.0cvs102
4678
4679         * configure.ac
4680         * po/Makefile.in.in
4681         * po/Makevars
4682                 require autoconf 2.60, enabling building
4683                 with gettext 0.15 (gettext 0.14.x build still
4684                 possible). Replace Makefiles with versions
4685                 from gettext 0.15.
4686                 Remove configure options --with-localedir and
4687                 --with-mandir. The options that are provided
4688                 directly by autoconf 2.60 can be used instead:
4689                 --mandir --localedir
4690
4691 2006-08-27 [colin]      2.4.0cvs101
4692
4693         * src/plugins/bogofilter/Makefile.am
4694                 Fix make dist (no README)
4695
4696 2006-08-27 [colin]      2.4.0cvs100
4697
4698         * src/folder.c
4699                 Don't use F_UNKNOWN folders for any default
4700                 outbox/trash/etc
4701         * src/plugins/bogofilter/bogofilter.c
4702         * src/plugins/bogofilter/bogofilter.h
4703         * src/plugins/bogofilter/bogofilter_gtk.c
4704                 Add an option to specify the path to bogofilter
4705                 Use single-quotes to be able to learn in folders
4706                 with spaces in their names
4707                 Verify learning status
4708
4709 2006-08-27 [colin]      2.4.0cvs99
4710
4711         * manual/faq.xml
4712         * manual/plugins.xml
4713                 Document Bogofilter plugin
4714
4715 2006-08-27 [colin]      2.4.0cvs98
4716
4717         * src/compose.c
4718         * src/messageview.c
4719         * src/procmsg.c
4720         * src/procmsg.h
4721                 When possible, copy the queued mail to sent folder
4722                 instead of re-adding. Much faster on IMAP.
4723
4724 2006-08-27 [colin]      2.4.0cvs97
4725
4726         * src/msgcache.c
4727                 Disable mmaped caches - huge metadata loss
4728                 here after a power failure.
4729         * src/summaryview.c
4730                 Add quicksearch timing
4731         * src/common/plugin.c
4732         * src/common/plugin.h
4733                 Implement an interface to tell what plugins
4734                 provide. Prevent loading of similar plugins.
4735         * src/plugins/clamav/clamav_plugin.c
4736         * src/plugins/demo/demo.c
4737         * src/plugins/dillo_viewer/dillo_viewer.c
4738         * src/plugins/pgpcore/plugin.c
4739         * src/plugins/pgpinline/pgpinline.c
4740         * src/plugins/pgpmime/pgpmime.c
4741         * src/plugins/spamassassin/spamassassin.c
4742         * src/plugins/trayicon/trayicon.c
4743                 Implement plugin_provides()
4744
4745 2006-08-27 [colin]      2.4.0cvs96
4746
4747         * configure.ac
4748         * src/plugins/Makefile.am
4749         * src/plugins/bogofilter/.cvsignore
4750         * src/plugins/bogofilter/Makefile.am
4751         * src/plugins/bogofilter/bogofilter.c
4752         * src/plugins/bogofilter/bogofilter.h
4753         * src/plugins/bogofilter/bogofilter_gtk.c
4754                 New Bogofilter plugin, provides filtering and
4755                 learning. Spamassassin will go to extra plugins.
4756
4757 2006-08-26 [mones]      2.4.0cvs95
4758
4759         * manual/handling.xml
4760                 Fix subfolder path in the example (thanks to Paul) 
4761
4762 2006-08-26 [mones]      2.4.0cvs94
4763
4764         * manual/glossary.xml
4765                 2.2. + add ISP to the glossary
4766                 7.5. + Add UIDL to glossary
4767                 7.7. + Add TCP to glossary
4768         * manual/handling.xml
4769                 7.1. + Mentions GNU/Linux distribution, what about the non...
4770                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
4771                 7.3. + Mentions .bashrc, what about the non-bash ones? 
4772                 7.4. = Use appropriate quotation for commands
4773                 7.6. = change "" to <quote></quote>
4774         * manual/plugins.xml
4775                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
4776         * manual/starting.xml
4777                 2.1. + local mbox file: some examples of mbox file locations...
4778                 Also reformatted files requiring it
4779
4780 2006-08-26 [wwp]        2.4.0cvs93
4781
4782         * src/summary_search.c
4783                 disable find buttons while summary search is running.
4784
4785 2006-08-25 [colin]      2.4.0cvs92
4786
4787         * src/folder.c
4788         * src/folderutils.c
4789         * src/mh.c
4790         * src/procmsg.h
4791         * src/summaryview.c
4792                 Speed up MH moving, and add progressbar
4793                 for MH deletion
4794         * src/msgcache.c
4795                 Write cache files using mmap() too
4796
4797 2006-08-25 [wwp]        2.4.0cvs91
4798
4799         * src/summaryview.c
4800                 switch spam<->ham button when a message has been marked as spam or ham
4801                 and is still selected. Thanks to Colin.
4802
4803 2006-08-25 [paul]       2.4.0cvs90
4804
4805         * src/Makefile.am
4806         * src/stock_pixmap.c
4807         * src/stock_pixmap.h
4808         * src/summaryview.c
4809         * src/gtk/icon_legend.c
4810         * src/pixmaps/copied.xpm
4811         * src/pixmaps/moved.xpm
4812                 add icons for delayed execution marked for
4813                 copying, marked for moving
4814
4815 2006-08-25 [mones]      2.4.0cvs89
4816
4817         * manual/glossary.xml
4818                 Fix the other glossary items:
4819                 5.1. = Inmmediate execution -> <quote>immediate execution...
4820                 5.2. = Fix MBOX capitalization -> Mbox
4821                 5.3. + Improve Plugins def. w/ tech. ref.
4822                 5.4. = Quotation -> replace '>' by <quote>></quote>
4823                 5.5. - SMTP Server. -> remove dot
4824         * po/es.po
4825                 Updated translation
4826
4827 2006-08-25 [mones]      2.4.0cvs88
4828
4829         * manual/ack.xml
4830                 Reformatted, changed email address
4831         * manual/glossary.xml
4832                 Reformatted, fixed MANUAL-TODO items:
4833                 8.2. + add ROT-13 to glossary
4834                 8.4. + add URL to glossary
4835         * manual/es/advanced.xml
4836                 Fixed <literal>s
4837
4838 2006-08-25 [paul]       2.4.0cvs87
4839
4840         * src/gtk/icon_legend.c
4841                 add 'marked for deletion' icon
4842                 arrange icons by containing column
4843                 wrap long label text
4844
4845 2006-08-25 [colin]      2.4.0cvs86
4846
4847         * src/common/utils.c
4848         * src/common/utils.h
4849                 Add the sc_g_*list_bigger functions in
4850                 a place everyone can use it
4851         * src/summaryview.c
4852                 Only freeze/thaw the list when working
4853                 on the selection, if it's bigger than 1
4854         * src/gtk/gtksctree.c
4855                 Only freeze/thaw the list when unselec-
4856                 ting 'all' if ('all' != 1)
4857                 This avoids some flickering
4858
4859 2006-08-24 [colin]      2.4.0cvs85
4860
4861         * src/addressbook.c
4862                 Fix strange list selection
4863                 Fix random seg (Invalid read of freed memory)
4864
4865 2006-08-24 [colin]      2.4.0cvs84
4866
4867         * src/alertpanel.c
4868         * src/gtk/inputdialog.c
4869         * src/plugins/pgpcore/passphrase.c
4870                 Revert minimal width patch of 2.4.0cvs67,
4871                 as it is also a maximal width. Use 
4872                 gtk_window_set_default_size instead.
4873
4874 2006-08-24 [colin]      2.4.0cvs83
4875
4876         * src/msgcache.c
4877                 Write cache/mark to temp files before
4878                 overwriting old ones (avoids metadata
4879                 loss if writing the new files fail).
4880                 Use mmap() to read cache/mark file, as
4881                 this makes cache reading faster. Dis-
4882                 abled for big-endian machines until it
4883                 can be tested. (Big-endian users: set
4884                 msgcache_use_mmap = TRUE in the relevant
4885                 #if).
4886         * src/procmsg.h
4887                 Move rarely used fields of MsgInfo in 
4888                 another structure, which will only be
4889                 allocated if needed. Face, X-Face,
4890                 Return receipt headers and List-*
4891                 headers are moved. Mails having none
4892                 of these occupy 52 bytes less with
4893                 this patch, which makes 2.5MB of RAM
4894                 saved on a 50k folder).
4895         * src/headerview.c
4896         * src/mainwindow.c
4897         * src/messageview.c
4898         * src/partial_download.c
4899         * src/procheader.c
4900         * src/procmsg.c
4901         * src/textview.c
4902                 Follow this structure change.
4903
4904 2006-08-24 [wwp]        2.4.0cvs82
4905
4906         * manual/es/.cvsignore
4907         * manual/es/dist/.cvsignore
4908         * manual/es/dist/html/.cvsignore
4909         * manual/es/dist/pdf/.cvsignore
4910         * manual/es/dist/ps/.cvsignore
4911         * manual/es/dist/txt/.cvsignore
4912                 more (generated) files to ignore.
4913
4914 2006-08-24 [colin]      2.4.0cvs81
4915
4916         * src/folder.c
4917         * src/mh.c
4918                 Fix possible problems with local delivery. Check the folder doesn't
4919                 need scan before setting its mtime when saving cache (which can be
4920                 done long after the folder's been modified by an external process);
4921                 Check that the stored item's mtime didn't change in mh functions.
4922
4923 2006-08-24 [mones]      2.4.0cvs80
4924
4925         * manual/advanced.xml
4926                 Rewrapping, some fixes and MANUAL-TODO items:
4927                 8.1. = change "" to <quote></quote>
4928                 8.3. = quote menu items
4929                 8.5. - deploying -> new user ... ideally a new user (redundant)
4930
4931 2006-08-23 [colin]      2.4.0cvs79
4932
4933         * src/gtk/gtksctree.c
4934                 When selecting or deselecting range, only
4935                 freeze/thaw when selection is bigger than 10
4936
4937 2006-08-23 [colin]      2.4.0cvs78
4938
4939         * src/messageview.c
4940         * src/mimeview.c
4941         * src/mimeview.h
4942         * src/plugins/dillo_viewer/dillo_viewer.c
4943                 Provide an API for MimeViewer plugins to
4944                 return a text selection for replying
4945
4946 2006-08-23 [colin]      2.4.0cvs77
4947
4948         * src/image_viewer.c
4949         * src/textview.c
4950                 Use gtk_pixbuf_new_from_file_at_scale(), which
4951                 is faster than getting the pixbuf then resizing
4952                 it.
4953
4954 2006-08-23 [colin]      2.4.0cvs76
4955
4956         * src/procmime.c
4957                 UTF-8 should be sent Quoted-printable
4958
4959 2006-08-22 [colin]      2.4.0cvs75
4960
4961         * src/mh.c
4962                 Check if scan is required before touching
4963                 the folder (or it'll be required every time)
4964
4965 2006-08-22 [colin]      2.4.0cvs74
4966
4967         * configure.ac
4968                 Require libetpan 0.46 (crasher fix when built
4969                 against gnutls)
4970
4971 2006-08-22 [colin]      2.4.0cvs73
4972
4973         * src/folder.c
4974                 Set folder's mtime after writing its
4975                 cache
4976         * src/folderview.c
4977                 Add some timing
4978         * src/procmsg.c
4979                 Don't do useless stuff if we don't 
4980                 thread by subject
4981         * src/summaryview.c
4982                 Add some timing, don't deselect prior
4983                 to selecting (gtksctree does it itself),
4984                 remove crash avoidance hacks as it's been
4985                 properly fixed since a while
4986         * src/common/utils.c
4987                 Optimize to_human_readable(): _() is slow,
4988                 do it only once, and avoid %f format for KB
4989                 (the most common in a summaryview)
4990         * src/gtk/gtksctree.c
4991                 Don't uselessly freeze/thaw (fixes flicker
4992                 on next unread and friends), reduce number
4993                 of g_list_nth/g_list_position where possible
4994         * src/gtk/gtkutils.c
4995         * src/gtk/gtkutils.h
4996                 Reduce number of g_list_nth/g_list_position
4997                 where possible.
4998                 All of this makes loading as 70k folder 2.1
4999                 seconds instead of 3.2 (with hot FS caches).
5000                 (1.3 seconds without Date and Size columns...)
5001
5002 2006-08-22 [paul]       2.4.0cvs72
5003
5004         wrap documents and do some items from mones' MANUAL-TODO:
5005
5006         * manual/account.xml
5007                 4.1. = fix tabname references to <quote>tabname</quote>
5008                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
5009         * manual/faq.xml
5010                 1.1. = mentioned options don't match UI
5011                 Add information about the 'Never send Return Receipts'
5012                 option
5013         * manual/handling.xml
5014                 6.2. = Mentions Extended symbols button, but now is
5015                 named Information
5016                 6.3. = Mentions ... button, which is now Edit
5017
5018 2006-08-22 [colin]      2.4.0cvs71
5019
5020         * src/gtk/pluginwindow.c
5021                 Fix layout in verbose translations (such
5022                 as french)
5023
5024 2006-08-22 [paul]       2.4.0cvs70
5025
5026         * manual/Makefile.am
5027                 build manuals in alphabetical order
5028         * src/addressbook.c
5029         * src/prefs_themes.c
5030                 replace/remove deprecated symbols
5031         * src/gtk/gtkutils.c
5032                 fix a warning
5033         * src/gtk/pluginwindow.c
5034                 replace deprecated symbol
5035                 replace label text and move it
5036         * src/plugins/pgpcore/prefs_gpg.c
5037                 move the 'Generate...' button out of the
5038                 Sign Key frame, replace the English used
5039         * src/plugins/pgpcore/sgpgme.c
5040                 fixes to the English
5041
5042 2006-08-21 [colin]      2.4.0cvs69
5043
5044         * src/plugins/trayicon/trayicon.c
5045                 Add more strings for translation; patch
5046                 by Pawel
5047
5048 2006-08-21 [colin]      2.4.0cvs68
5049
5050         * src/compose.c
5051                 fix replied flag not set after drafting
5052         * src/matcher.c
5053                 fix body quicksearch in non-encoded bodies
5054                 containing '='
5055         * src/msgcache.c
5056                 Get rid of the g_malloc workaround for
5057                 corrupted caches, use g_try_malloc
5058
5059 2006-08-21 [colin]      2.4.0cvs67
5060
5061         * src/alertpanel.c
5062         * src/gtk/inputdialog.c
5063         * src/plugins/pgpcore/passphrase.c
5064                 Set minimal width to 375
5065         * src/mainwindow.c
5066                 Fix switching to offline, asking if it 
5067                 should be overriden for synchronising
5068         * src/mimeview.c
5069                 Don't offer to remember command on Open 
5070                 with for text parts, as the browser or 
5071                 text editor command isn't changed from 
5072                 there
5073
5074 2006-08-20 [paul]       2.4.0cvs66
5075
5076         * po/ko.po
5077         * po/zh_CN.po
5078                 fix plural form errors. revealed by stricter
5079                 checking of gettext 0.15
5080
5081 2006-08-18 [paul]       2.4.0cvs65
5082
5083         * src/stock_pixmap.c
5084                 fix the fix of 2.4.0cvs64
5085                 Thanks to Colin
5086
5087 2006-08-18 [paul]       2.4.0cvs64
5088
5089         * src/stock_pixmap.c
5090                 fix leaks
5091                 Thanks to Colin
5092
5093 2006-08-18 [paul]       2.4.0cvs63
5094
5095         * src/compose.c
5096         * src/procmsg.c
5097                 fix occasional IMAP bug where large msgs
5098                 were left in the queue folder after sending
5099                 Thanks to Colin
5100
5101 2006-08-18 [paul]       2.4.0cvs62
5102
5103         * src/folderview.c
5104                 freeze the summaryview while quicksearch results
5105                 are displayed
5106                 (fixes bug 456 'current message is hidden when the
5107                 view is refreshed and extended search is "unread 
5108                 messages"')
5109                 Thanks to Colin
5110         * src/textview.c
5111                 add missing #include "inputdialog.h"
5112         * src/common/utils.h
5113                 add missing mailcap_update_default() and improve
5114                 readability
5115
5116 2006-08-17 [colin]      2.4.0cvs61
5117
5118         * src/plugins/pgpcore/select-keys.c
5119                 Fix warnings :)
5120
5121 2006-08-17 [colin]      2.4.0cvs60
5122
5123         * src/compose.c
5124                 Don't continue queuing if Cancel is clicked
5125                 in select-keys
5126
5127 2006-08-17 [colin]      2.4.0cvs59
5128
5129         * src/plugins/pgpcore/select-keys.c
5130                 When encrypting, if only one key matches and it 
5131                 matches exactly, automatically use it.
5132
5133 2006-08-17 [colin]      2.4.0cvs58
5134
5135         * src/mimeview.c
5136         * src/prefs_common.c
5137         * src/prefs_common.h
5138         * src/prefs_ext_prog.c
5139         * src/textview.c
5140                 Fix issues with previous patch (text/html)
5141                 Remove outdated prefs
5142
5143 2006-08-17 [colin]      2.4.0cvs57
5144
5145         * src/imap.c
5146                 Add View Log button on auth error
5147         * src/procmsg.c
5148                 Fix encrypted mail marked as new when
5149                 saved in normal folders
5150         * src/plugins/pgpinline/pgpinline.c
5151                 Fix encrypt bug on IMAP
5152         * src/mimeview.c
5153         * src/common/utils.c
5154         * src/common/utils.h
5155         * src/gtk/inputdialog.c
5156         * src/gtk/inputdialog.h
5157                 Get rid of metamail stuff, simplify
5158                 opening, and allow remembering of user's
5159                 choices (by updating ~/.mailcap). There's
5160                 still to drop "Audio player" and "Image
5161                 viewer" preferences.
5162
5163 2006-08-17 [mones]      2.4.0cvs56
5164
5165         * manual/es/sylpheed-claws-manual.xml
5166                 fix DTD path
5167
5168 2006-08-17 [mones]      2.4.0cvs55
5169
5170         * configure.ac
5171         * manual/Makefile.am
5172         * manual/es/Makefile.am
5173         * manual/es/account.xml
5174         * manual/es/ack.xml
5175         * manual/es/addrbook.xml
5176         * manual/es/advanced.xml
5177         * manual/es/faq.xml
5178         * manual/es/glossary.xml
5179         * manual/es/gpl.xml
5180         * manual/es/handling.xml
5181         * manual/es/intro.xml
5182         * manual/es/keyboard.xml
5183         * manual/es/plugins.xml
5184         * manual/es/starting.xml
5185         * manual/es/sylpheed-claws-manual.xml
5186         * manual/es/dist/Makefile.am
5187         * manual/es/dist/html/Makefile.am
5188         * manual/es/dist/pdf/Makefile.am
5189         * manual/es/dist/ps/Makefile.am
5190         * manual/es/dist/txt/Makefile.am
5191                 Spanish translation for the manual
5192
5193 2006-08-16 [colin]      2.4.0cvs54
5194
5195         * src/compose.c
5196         * src/main.c
5197         * src/mainwindow.c
5198                 Fix send button sensitivity at startup
5199                 Set send menu sensitivity (patch by Fabien)
5200         * src/ssl_manager.c
5201                 Enable closing with esc (patch by Fabien)
5202         * src/gtk/foldersort.c
5203                 Enable closing with esc (patch by Fabien)
5204         * src/procmime.c
5205                 Optimisation (no need to copy to tempfile to
5206                 "decode" 7bit and 8bit)
5207         * src/summaryview.c
5208                 Fix cruft in swap_from case
5209         * src/textview.c
5210                 Fix missing last line in some mail cases 
5211                 (Fixes debian #381872)
5212         * src/plugins/pgpcore/prefs_gpg.c
5213         * src/plugins/pgpcore/sgpgme.c
5214         * src/plugins/pgpcore/sgpgme.h
5215                 Don't show "no key found" when user explicitely
5216                 wants to create a key
5217
5218 2006-08-16 [paul]       2.4.0cvs53
5219
5220         * configure.ac
5221         * src/account.c
5222         * src/addressbook.c
5223         * src/headerview.c
5224         * src/prefs_account.c
5225         * src/prefs_message.c
5226         * src/gtk/gtkutils.c
5227                 bump up minimum required versions of GTK+ and
5228                 GLIB to 2.6.0
5229
5230 2006-08-16 [paul]       2.4.0cvs52
5231
5232         * src/toolbar.c
5233                 workaround GTK+ Bug 351600 - 'Can't re-click
5234                 on button after sensitivity update'
5235                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
5236                 Thanks to Colin
5237
5238 2006-08-15 [colin]      2.4.0cvs51
5239
5240         * src/plugins/pgpcore/prefs_gpg.c
5241                 Set options sensitivity according to
5242                 key existence
5243         * src/plugins/pgpcore/sgpgme.c
5244                 Allow to create key with no passphrase
5245
5246 2006-08-14 [cleroy]     2.4.0cvs50
5247
5248         * src/gtk/pluginwindow.c
5249                 New layout (maybe to be changed?)
5250         * src/gtk/gtkutils.c
5251                 Fix a bit label_window
5252         * src/plugins/pgpcore/passphrase.c
5253         * src/plugins/pgpcore/passphrase.h
5254         * src/plugins/pgpcore/plugin.c
5255         * src/plugins/pgpcore/prefs_gpg.c
5256         * src/plugins/pgpcore/prefs_gpg.h
5257         * src/plugins/pgpcore/sgpgme.c
5258         * src/plugins/pgpcore/sgpgme.h
5259                 Allow to create a PGP private key via the GUI
5260
5261 2006-08-14 [wwp]        2.4.0cvs49
5262
5263         * src/addressbook_foldersel.c
5264                 fix strict ISO C90 compliance.
5265
5266 2006-08-14 [paul]       2.4.0cvs48
5267
5268         * src/gtk/prefswindow.c
5269                 re-set scrolled window on opening
5270                 Patch by Ticho
5271
5272 2006-08-14 [paul]
5273
5274         2.5.0-rc1 released
5275
5276 2006-08-14 [paul]       2.4.0cvs47
5277
5278         * src/prefs_display_header.c
5279                 re-enable user-defined Displayed Headers
5280
5281 2006-08-14 [paul]       2.4.0cvs46
5282
5283         * src/prefs_account.c
5284                 use GTK_STOCK_EDIT
5285
5286 2006-08-13 [colin]      2.4.0cvs45
5287
5288         * src/common/utils.c
5289                 Fix "a" in quote when the original message is empty,
5290                 by using \0 instead of 'a' to test writability of
5291                 temp files.
5292
5293 2006-08-13 [wwp]        2.4.0cvs44
5294
5295         * src/plugins/spamassassin/spamassassin.c
5296                 fix capitalization of "SpamAssassin" in some debug, log and
5297                 dialog messages.
5298
5299 2006-08-13 [paul]       2.4.0cvs43
5300
5301         * src/editldap.c
5302                 fix overlapping widgets
5303         * src/prefs_account.c
5304                 fix translation of protocol_names[]
5305                 fix label disappearing off the edge of the
5306                 visible area
5307
5308 2006-08-12 [paul]       2.4.0cvs42
5309
5310         * manual/plugins.xml
5311                 update IRC channel info before it gets forgotten
5312                 about
5313
5314 2006-08-11 [colin]      2.4.0cvs41
5315
5316         * src/compose.c
5317         * src/mainwindow.c
5318         * src/mainwindow.h
5319         * src/procmsg.c
5320         * src/procmsg.h
5321         * src/summaryview.c
5322         * src/toolbar.c
5323                 Grey out the Send button if
5324                 - Queue folders are empty, or
5325                 - We're sending already
5326
5327 2006-08-11 [wwp]        2.4.0cvs40
5328
5329         * src/main.c
5330                 fix a logic issue when quitting while a compose window is
5331                 still open, thanks to Colin.
5332
5333 2006-08-10 [colin]      2.4.0cvs39
5334
5335         * src/main.c
5336                 Fix default font size setting after wizard run
5337         * src/imap.c
5338         * src/etpan/imap-thread.c
5339         * src/etpan/imap-thread.h
5340                 Fix bug #999 (Timing out on TSL cert validation 
5341                 dialog makes ugly things happen). Also, STARTTLS
5342                 unconditionnaly if initial capabilities contain
5343                 LOGINDISABLED and STARTTLS.
5344
5345 2006-08-09 [colin]      2.4.0cvs38
5346
5347         * src/mainwindow.c
5348         * src/mainwindow.h
5349                 Fix Tools/Actions sensitivity when there are
5350                 no actions
5351
5352 2006-08-09 [colin]      2.4.0cvs37
5353
5354         * src/prefs_filtering.c
5355                 Warning fix, patch by Paul
5356         * src/messageview.c
5357         * src/prefs_actions.c
5358         * src/prefs_filtering_action.c
5359         * src/prefs_matcher.c
5360                 Uniformisation of "Info ..." to "Info..." (for
5361                 old gtk), patch by Fabien
5362         * src/plugins/clamav/clamav_plugin_gtk.c
5363                 Sensitivity fix by Fabien
5364
5365 2006-08-09 [colin]      2.4.0cvs36
5366
5367         * src/main.c
5368         * src/main.h
5369                 Add a function to know whether we're exiting
5370         * src/plugins/trayicon/trayicon.c
5371                 If exiting, don't do anything. Faster, and
5372                 avoids gtk_main_iteration reentracy causing
5373                 segfaults at exit
5374
5375 2006-08-09 [colin]      2.4.0cvs35
5376
5377         * src/messageview.c
5378         * src/mimeview.c
5379         * src/mimeview.h
5380                 Fix lack of part selection when automatically 
5381                 jumping to a specific part
5382         * src/msgcache.c
5383                 Little optimisation in cache reading
5384
5385 2006-08-09 [colin]      2.4.0cvs34
5386
5387         * src/compose.c
5388                 Fix crash setting the priority on reedit
5389                 (Accessing compose before creating it!)
5390
5391 2006-08-08 [colin]      2.4.0cvs33
5392
5393         * src/procmime.c
5394                 Fix bug #998 (last attachment is not accessible)
5395                 Bad RFC interpretation on multipart close-delimiters
5396         * src/mimeview.c
5397         * src/mimeview.h
5398         * src/gtk/gtkvscrollbutton.c
5399         * src/gtk/gtkvscrollbutton.h
5400                 Make attachments list wheel-scrollable
5401
5402 2006-08-07 [colin]      2.4.0cvs32
5403
5404         * src/gtk/gtkaspell.c
5405                 Fix bug #973 (Unicode punctation characters 
5406                 are not recognized as separators by the
5407                 spell checker); fix unsigned stuff
5408
5409 2006-08-07 [colin]      2.4.0cvs31
5410
5411         * src/compose.c
5412                 Fix bug #956 (DnD text with accents in compose 
5413                 text entry); fix gccc's signed/unsigned fuss
5414
5415 2006-08-06 [colin]      2.4.0cvs30
5416
5417         * src/main.c
5418                 Fix bug #979 (Plugin crashes when exiting 
5419                 sylpheed-claws) : handle exit request only 
5420                 once
5421
5422 2006-08-05 [colin]      2.4.0cvs29
5423
5424         * src/news.c
5425                 Just make sure we have a msgid.
5426
5427 2006-08-05 [colin]      2.4.0cvs28
5428
5429         * src/news.c
5430         * src/summaryview.c
5431                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
5432                 by reimplementing it
5433         * src/textview.c
5434                 Fix bug when hiding quotes with level > 3 and quote
5435                 colors are recycled
5436
5437 2006-08-04 [colin]      2.4.0cvs27
5438
5439         * src/compose.c
5440         * src/undo.c
5441         * src/undo.h
5442                 Fix a bit replace-by-pasting undo
5443         * src/mainwindow.c
5444         * src/messageview.c
5445                 Fix Fold quotes menu synchro in
5446                 mainwindow when it changes in 
5447                 messageview
5448         * src/textview.c
5449                 Fix right-click on quotes blocks
5450         * src/common/utils.c
5451                 Verify that the file created by
5452                 my_tmpfile() is writable. Fixes
5453                 bug #988 (very specific filesystem
5454                 issue)
5455         * src/plugins/pgpcore/sgpgme.c
5456                 Fix file descriptor leak
5457         * src/plugins/spamassassin/spamassassin.c
5458                 Warn once if spamd isn't reachable
5459
5460 2006-08-04 [colin]      2.4.0cvs26
5461
5462         * src/toolbar.c
5463                 i18n context patch by Fabien
5464
5465 2006-08-03 [colin]      2.4.0cvs25
5466
5467         * src/mainwindow.c
5468         * src/messageview.c
5469                 Rename "Hide quotes" to "Fold quotes"
5470         * src/textview.c
5471                 Don't use hand cursor on quotes. "all 
5472                 the bonuses of the feature and none of 
5473                 unwelcome side-effects"
5474
5475 2006-08-03 [colin]      2.4.0cvs24
5476
5477         * AUTHORS
5478         * sylpheed-claws.desktop
5479         * src/gtk/authors.h
5480                 Bring the desktop file to XDG compliance
5481                 Patch by Charles A. Edwards
5482
5483 2006-08-03 [colin]      2.4.0cvs23
5484
5485         * src/textview.c
5486                 Fix links offset when they are preceded
5487                 by accentued chars (g_utf8_strlen!)
5488         * src/mainwindow.c
5489                 Fix wrong status when starting offline
5490
5491
5492 2006-08-03 [wwp]        2.4.0cvs22
5493
5494         * src/prefs_common.h
5495                 ask what to do w/ filtering rules that belong to an account when
5496                 applying filtering rules manually from the main window (skip,
5497                 apply regardless of the account, use current account). This dialog
5498                 can be skipped and the last reply used.
5499                 (forgot that file)
5500
5501 2006-08-03 [wwp]        2.4.0cvs21
5502
5503         * src/filtering.c
5504         * src/filtering.h
5505         * src/prefs_common.c
5506         * src/summaryview.c
5507         * src/alertpanel.c
5508         * src/alertpanel.h
5509         * src/messageview.c
5510                 ask what to do w/ filtering rules that belong to an account when
5511                 applying filtering rules manually from the main window (skip,
5512                 apply regardless of the account, use current account). This dialog
5513                 can be skipped and the last reply used.
5514
5515
5516 2006-08-03 [colin]      2.4.0cvs20
5517
5518         * src/textview.c
5519                 Optimize previous patch
5520
5521 2006-08-03 [cleroy]     2.4.0cvs19
5522
5523         * src/textview.c
5524                 Fix quotes getting toggled back when the
5525                 mail has an even number of text parts
5526
5527 2006-08-02 [colin]      2.4.0cvs18
5528
5529         * src/messageview.c
5530                 Add Hide quotes menu
5531
5532 2006-08-02 [colin]      2.4.0cvs17
5533
5534         * src/mainwindow.c
5535         * src/prefs_common.c
5536         * src/textview.c
5537         * src/textview.h
5538         * src/gtk/about.c
5539                 Allow per-level quote hiding,
5540                 Allow toggling quotes by double-clicking them
5541                 Rename RemoteURI to ClickableText to reflect
5542                 the fact it's used for a variety of things
5543
5544 2006-08-02 [wwp]        2.4.0cvs16
5545
5546         * src/mainwindow.c
5547                 fix "View/Hide quotes" menu item status initialization.
5548
5549 2006-08-02 [wwp]        2.4.0cvs15
5550
5551         * src/matcher_parser_parse.y
5552                 remove a debug trace.
5553
5554 2006-08-02 [paul]       2.4.0cvs14
5555
5556         * src/plugins/pgpcore/passphrase.c
5557                 don't set initial dialog size
5558                 make it resizable
5559
5560 2006-08-02 [paul]       2.4.0cvs13
5561
5562         * src/noticeview.c
5563                 remove the rogue '/' character
5564
5565 2006-08-02 [paul]       2.4.0cvs12
5566
5567         * src/noticeview.c
5568                 allow buttons to resize as necessary
5569
5570 2006-08-01 [wwp]        2.4.0cvs11
5571
5572         * src/mbox.c
5573                 fix strict ISO C90 compliance.
5574
5575 2006-08-01 [wwp]        2.4.0cvs10
5576
5577         * tools/update-po
5578                 updated update-po tool to work w/ context-dependent translations.
5579                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5580
5581 2006-08-01 [wwp]        2.4.0cvs9
5582
5583         * src/matcher.c
5584         * src/prefs_filtering.c
5585         * src/prefs_matcher.c
5586                 allow context-dependent translations for "All",
5587                 patch by Fabien Vantard <fzzzzz@gmail.com>.
5588
5589 2006-07-31 [colin]      2.4.0cvs8
5590
5591         * AUTHORS
5592         * src/gtk/authors.h
5593                 Add Rafal to authors
5594
5595 2006-07-31 [colin]      2.4.0cvs7
5596
5597         * src/compose.c
5598         * src/mainwindow.c
5599         * src/messageview.h
5600         * src/prefs_common.c
5601         * src/prefs_common.h
5602         * src/textview.c
5603                 Add 'View/Hide quotes'. Patch based on a patch
5604                 by Rafal Weglarz
5605
5606 2006-07-31 [colin]      2.4.0cvs6
5607
5608         * src/action.c
5609                 Fix problem with "> stuff >" actions
5610
5611 2006-07-31 [paul]       2.4.0cvs5
5612
5613         * po/nb.po
5614                 updated by Geir Helland
5615
5616 2006-07-31 [wwp]        2.4.0cvs4
5617
5618         * src/mainwindow.c
5619         * src/summaryview.c
5620         * src/summaryview.h
5621                 add "View/Go to/Parent message" and "View/Go to/Last read message",
5622                 thanks to Colin.
5623
5624 2006-07-31 [wwp]        2.4.0cvs3
5625
5626         * src/Makefile.am
5627         * src/addr_compl.c
5628         * src/addr_compl.h
5629         * src/addressbook.c
5630         * src/addressbook.h
5631         * src/addressbook_foldersel.c
5632         * src/addressbook_foldersel.h
5633         * src/addrindex.c
5634         * src/addrindex.h
5635         * src/matcher.c
5636         * src/matcher.h
5637         * src/matcher_parser_lex.l
5638         * src/matcher_parser_parse.y
5639         * src/prefs_common.c
5640         * src/prefs_common.h
5641         * src/prefs_filtering.c
5642         * src/prefs_matcher.c
5643         * src/prefs_matcher.h
5644         * src/summaryview.c
5645                 introduce filtering against the address book. It's now possible to add
5646                 matched conditions to determine if any email address in a message matches
5647                 or doesn't match any or all books or folders in the address book.
5648
5649 2006-07-31 [wwp]        2.4.0cvs2
5650
5651         * src/account.c
5652         * src/filtering.c
5653         * src/filtering.h
5654         * src/folder.c
5655         * src/folderview.c
5656         * src/inc.c
5657         * src/mainwindow.c
5658         * src/matcher.c
5659         * src/matcher_parser_lex.l
5660         * src/matcher_parser_parse.y
5661         * src/mbox.c
5662         * src/prefs_filtering.c
5663         * src/prefs_filtering.h
5664         * src/procmsg.c
5665         * src/procmsg.h
5666         * src/summaryview.c
5667                 introduce per-account filtering rules. Each filtering rule can now be assigned
5668                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
5669                 when applying filtering rules manually, as all rules will apply - even the ones
5670                 assigned to an account. This issue will be addressed soon.
5671  
5672
5673
5674 2006-07-31 [wwp]        2.4.0cvs1
5675
5676         * src/quote_fmt.c
5677                 make more strings translatable.
5678
5679 2006-07-31 [paul]       2.4.0
5680
5681         2.4.0 released
5682
5683 2006-07-31 [paul]       2.3.1cvs91
5684
5685         * po/ca.po
5686                 updated by Miquel Oliete
5687
5688 2006-07-31 [paul]       2.3.1cvs90
5689
5690         * po/de.po
5691         * po/el.po
5692         * po/fr.po
5693         * po/it.po
5694         * po/pl.po
5695         * po/pt_BR.po
5696         * po/sr.po
5697         * po/zh_CN.po
5698                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
5699                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
5700                 Aleksandar Urosevic, and Ralgh Young
5701
5702 2006-07-31 [paul]       2.3.1cvs89
5703
5704         * src/account.c
5705         * src/main.c
5706         * src/mainwindow.c
5707         * src/mainwindow.h
5708                 Fix a race condition when, after an SC crash, rescanning
5709                 folders took more than 0.5 seconds
5710                 Thanks to Colin
5711
5712 2006-07-31 [paul]       2.3.1cvs88
5713
5714         * src/folderview.c
5715                 don't translate separator strings
5716
5717 2006-07-30 [mones]      2.3.1cvs87
5718
5719         * doc/man/sylpheed-claws.1
5720                 Fixed non-ASCII chars in Hoa's name
5721         * po/es.po
5722                 Updated for release
5723
5724 2006-07-27 [colin]      2.3.1cvs86
5725
5726         * src/textview.c
5727                 Don't include the leading \n in links
5728                 Patch by Fabien
5729
5730 2006-07-25 [colin]      2.3.1cvs85
5731
5732         * src/mainwindow.c
5733         * src/common/socket.h
5734         * src/etpan/imap-thread.c
5735                 Refresh resolvers before connecting
5736                 to IMAP servers, and after switching
5737                 to online. Thanks to Paul.
5738
5739 2006-07-18 [colin]
5740
5741         * 2.4.0-rc4 released
5742
5743 2006-07-17 [colin]      2.3.1cvs84
5744
5745         * src/inc.c
5746                 Show connection attempt in statusbar before
5747                 connecting (previously first message was
5748                 "Retrieving messages from ..." after the
5749                 connection succeeded.
5750
5751 2006-07-16 [wwp]        2.3.1cvs83
5752
5753         * sylpheed-claws.ico
5754                 Added .ico file (windows multi-size icon file, generated).
5755
5756 2006-07-12 [wwp]        2.3.1cvs82
5757
5758         * src/messageview.c
5759                 remove Message/Re-edit menu entry from messageview window,
5760                 as sent/draft/queued messages are opened in compose window when
5761                 re-edited and it's not possible to re-edit other msgs.
5762
5763 2006-07-12 [paul]       2.3.1cvs81
5764
5765         * AUTHORS
5766         * src/mainwindow.c
5767         * src/gtk/authors.h
5768                 check online state before resetting
5769                 mailcheck timer. Useful if some program
5770                 verifies connection state and updates
5771                 Claws.
5772                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
5773
5774 2006-07-12 [paul]       2.3.1cvs80
5775
5776         * sylpheed-claws-128x128.png
5777         * sylpheed-claws-64x64.png
5778         * sylpheed-claws.png
5779         * src/Makefile.am
5780         * src/main.c
5781         * src/prefs_toolbar.c
5782         * src/stock_pixmap.c
5783         * src/stock_pixmap.h
5784         * src/wizard.c
5785         * src/gtk/about.c
5786         * src/gtk/gtkutils.c
5787         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
5788         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
5789         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
5790         * src/pixmaps/sylpheed.xpm              ** REMOVED **
5791         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
5792         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
5793                 updated and renamed logo/icon files and related
5794                 logo by Jesper Schultz
5795
5796 2006-07-11 [paul]       2.3.1cvs79
5797
5798         * src/main.c
5799                 fix the labels a smidgin
5800
5801 2006-07-09 [colin]      2.3.1cvs78
5802
5803         * src/textview.c
5804                 Show errors in textviewer's command
5805                 Patch by H. Merijn Brand
5806
5807 2006-07-09 [colin]      2.3.1cvs77
5808
5809         * src/compose.c
5810                 Save FMID in drafts too
5811
5812 2006-07-08 [colin]      2.3.1cvs76
5813
5814         * src/compose.c
5815                 Svae RMID in drafted mails too
5816                 Save quote_fmt vars for whole mails,
5817                 don't reset at each quote_fmt_init:
5818                 allows to use the same |i{var} in
5819                 various template fields
5820         * src/prefs_template.c
5821         * src/quote_fmt.h
5822         * src/quote_fmt_parse.y
5823                 Same
5824
5825 2006-07-08 [colin]      2.3.1cvs75
5826
5827         * src/textview.c
5828                 Fix highlighting of attached parts URIs
5829
5830 2006-07-08 [colin]      2.3.1cvs74
5831
5832         * src/main.c
5833                 Prevent bug #981 (sc 2.3.1 segfaults with 
5834                 gtk+ 2.10) from being reported again:
5835                 if Sylpheed-Claws has been compiled against
5836                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
5837                 of if Sylpheed-Claws has been compiled against
5838                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
5839                 error out.
5840
5841 2006-07-07 [colin]      2.3.1cvs73
5842
5843         * src/prefs_actions.c
5844                 Fix label
5845
5846 2006-07-07 [colin]      2.3.1cvs72
5847
5848         * src/prefs_actions.c
5849                 Fix compile on gtk < 2.8. argh :)
5850
5851 2006-07-07 [paul]       2.3.1cvs71
5852
5853         * src/common/defs.h
5854                 update DONATE_URI
5855
5856 2006-07-07 [colin]      2.3.1cvs70
5857
5858         * po/POTFILES.in
5859         * src/quote_fmt.c
5860         * src/quote_fmt_lex.l
5861         * src/quote_fmt_parse.y
5862                 Add |i{var}, a way to insert user-entered
5863                 text in a template
5864
5865 2006-07-07 [colin]
5866
5867         * 2.4.0-rc3 released
5868
5869 2006-07-07 [colin]      2.3.1cvs69
5870
5871         * src/folder.c
5872                 Don't consider inboxes of UNKNOWN folder 
5873                 classes to be useable as default inboxes
5874
5875 2006-07-07 [paul]       2.3.1cvs68
5876
5877         * src/textview.c
5878                 add missing #include <errno.h>
5879                 Thanks to René J. Blokland
5880
5881 2006-07-07 [paul]       2.3.1cvs67
5882
5883         * src/action.c
5884                 Return now Closes dialog
5885         * src/mimeview.c
5886         * src/mimeview.h
5887         * src/textview.c
5888                 add contextual menu to mime parts listed
5889                 in the textview
5890                 Thanks to Colin
5891         * src/common/utils.c
5892                 reversal: ' is a valid character in URLs
5893
5894 2006-07-06 [colin]      2.3.1cvs66
5895
5896         * src/remotefolder.h
5897                 Forgotten in previous commit
5898
5899 2006-07-06 [colin]      2.3.1cvs65
5900
5901         * src/folder.c
5902                 Set summary update flag whenever
5903                 totals changed
5904         * src/imap.c
5905         * src/prefs_account.c
5906         * src/common/utils.h
5907         * src/etpan/imap-thread.c
5908                 Fix warnings, thanks to Fabien and
5909                 Ricardo
5910
5911 2006-07-06 [wwp]        2.3.1cvs64
5912
5913         * src/gtk/gtkutils.c
5914                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
5915
5916 2006-07-06 [wwp]        2.3.1cvs63
5917
5918         * src/account.c
5919         * src/addressbook.c
5920         * src/addressitem.h
5921         * src/folderview.c
5922         * src/mainwindow.c
5923         * src/manual.c
5924         * src/manual.h
5925         * src/message_search.c
5926         * src/prefs_actions.c
5927         * src/prefs_filtering.c
5928         * src/prefs_filtering.h
5929         * src/prefs_template.c
5930         * src/summary_search.c
5931         * src/summaryview.c
5932         * src/gtk/gtkutils.c
5933         * src/gtk/gtkutils.h
5934         * src/gtk/pluginwindow.c
5935                 add help buttons to some dialogs. Clicking such buttons opens a
5936                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
5937
5938 2006-07-06 [paul]       2.3.1cvs62
5939
5940         * src/textview.c
5941                 fix attachments contextual menu
5942                 Thanks to Colin
5943
5944 2006-07-05 [colin]      2.3.1cvs61
5945
5946         * src/textview.c
5947         * src/compose.c
5948                 Handle sftp:// links
5949
5950 2006-07-05 [paul]       2.3.1cvs60
5951
5952         * src/gtk/filesel.c
5953                 grab save button by default
5954                 Thanks to Colin
5955
5956 2006-07-05 [wwp]        2.3.1cvs59
5957
5958         * manual/xml2pdf
5959                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
5960
5961 2006-07-04 [colin]      2.3.1cvs58
5962
5963         * src/mimeview.c
5964         * src/textview.c
5965                 Use left click to select, middle click to open
5966                 on mimeparts links
5967         * src/common/utils.c
5968                 Fix segfault
5969
5970 2006-07-04 [colin]      2.3.1cvs57
5971
5972         * src/mainwindow.c
5973         * src/news.c
5974                 Warning fixes, thanks to Fabien
5975
5976 2006-07-04 [colin]      2.3.1cvs56
5977
5978         * src/mimeview.c
5979         * src/mimeview.h
5980         * src/textview.c
5981                 Allow parts to be selected via their text label
5982                 in textview
5983
5984 2006-07-04 [colin]      2.3.1cvs55
5985
5986         * src/folderview.c
5987                 Feedback when closing (for big folders)
5988         * src/prefs_actions.c
5989         * src/prefs_filtering.c
5990         * src/prefs_matcher.c
5991         * src/prefs_template.c
5992                 Fix default button when closing without
5993                 having saved
5994
5995 2006-07-04 [colin]      2.3.1cvs54
5996
5997         * src/news.c
5998                 Delete local file on deletion
5999
6000 2006-07-03 [colin]      2.3.1cvs53
6001
6002         * src/folderview.c
6003         * src/main.c
6004                 Don't freeze when rescanning after crash
6005
6006 2006-07-03 [wwp]        2.3.1cvs52
6007
6008         * src/compose.c
6009         * src/privacy.c
6010         * src/privacy.h
6011         * src/plugins/pgpinline/pgpinline.c
6012         * src/plugins/pgpmime/pgpmime.c
6013                 don't report an error when the user cancels the passphrase dialog.
6014
6015 2006-07-02 [colin]      2.3.1cvs51
6016
6017         * src/folderview.c
6018                 Open message when crossing folders with Space,
6019                 goto next unread and friends
6020
6021 2006-07-01 [colin]      2.3.1cvs50
6022
6023         * src/prefs_account.c
6024                 Typographic rules varying from language
6025                 to language (in french "Protocole :"),
6026                 we have to do that :)
6027
6028 2006-07-01 [ticho]      2.3.1cvs49
6029
6030         * src/prefs_account.c
6031                 Only use one temporary gchar* variable in
6032                 prefs_account_protocol_set_optmenu().
6033
6034 2006-07-01 [ticho]      2.3.1cvs48
6035
6036         * src/prefs_account.c
6037         * src/prefs_account.h
6038                 Use GtkLabel for existing account protocol name.
6039                 Created an array for protocol names and populate the
6040                 combobox from it in a for() cycle.
6041
6042 2006-06-30 [colin]      2.3.1cvs47
6043
6044         * src/compose.c
6045                 Block undo when changing signature (by changing
6046                 account)
6047
6048 2006-06-30 [paul]       2.3.1cvs46
6049
6050         * src/send_message.c
6051                 when editing From in the Compose window, use that address
6052                 in the Return-Path: header
6053                 Thanks to Colin
6054
6055 2006-06-30 [colin]      2.3.1cvs45
6056
6057         * src/compose.c
6058                 Fix signature replacement:
6059                 - when no newline before separator
6060                 - when reediting
6061
6062 2006-06-29 [colin]      2.3.1cvs44
6063
6064         * src/folderview.c
6065         * src/folderview.h
6066         * src/mainwindow.c
6067         * src/summaryview.c
6068                 Let 'View/Go to/Next marked' work like
6069                 Next new & Next unread: across folders
6070                 Change the select_on_entry pref to do
6071                 what we want when changing folder
6072         * src/common/utils.c
6073                 Fix single-quoted links 
6074
6075 2006-06-29 [colin]      2.3.1cvs43
6076
6077         * src/gtk/gtkaspell.c
6078                 "Sylpheed" and "Sylpheed-Claws" do exist !
6079
6080 2006-06-29 [colin]      2.3.1cvs42
6081
6082         * src/imap.c
6083                 Forgot to remove debug
6084
6085 2006-06-29 [colin]      2.3.1cvs41
6086
6087         * src/imap.c
6088         * src/imap.h
6089         * src/mainwindow.c
6090                 Disconnect from IMAP servers when going
6091                 offline. Fixes bug #978 (going to offline-mode 
6092                 won't close connections)
6093
6094 2006-06-29 [colin]      2.3.1cvs40
6095
6096         * src/main.c
6097                 Fix transient setting on failing plugins
6098                 Patch by Fabien
6099         * src/plugins/pgpcore/sgpgme.c
6100                 Only warn for OpenPGP. Most people don't
6101                 have CMS available.
6102
6103 2006-06-29 [colin]      2.3.1cvs39
6104
6105         * src/compose.c
6106                 Fix Spelling menu (discrepancy between context menu
6107                 and top menu when folder's dictionary isn't the 
6108                 default one)
6109         * src/plugins/pgpcore/sgpgme.c
6110                 More error reporting about why gpgme can fail
6111
6112 2006-06-29 [wwp]        2.3.1cvs38
6113
6114         * src/mainwindow.c
6115                 honor the display-header-pane setting even when the message view
6116                 is a separate window.
6117
6118 2006-06-29 [wwp]        2.3.1cvs37
6119
6120         * src/prefs_actions.c
6121                 forgot to commit that one (use of GTK_STOCK_INFO).
6122
6123 2006-06-29 [colin]      2.3.1cvs36
6124
6125         * src/imap.c
6126                 Better handling of login errors (ask the password
6127                 again once), alert in case of error. Fix three
6128                 signedness warnings.
6129
6130 2006-06-28 [wwp]        2.3.1cvs35
6131
6132         * src/prefs_template.c
6133         * src/prefs_matcher.c
6134         * src/prefs_filtering_action.c
6135         * src/prefs_quote.c
6136                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
6137                 patch by Fabien Vantard, slightly modified.
6138
6139 2006-06-28 [paul]
6140
6141         2.4.0-rc2 released
6142
6143 2006-06-28 [colin]      2.3.1cvs34
6144
6145         * src/prefs_account.c
6146                 Fix bug #977 (Can't add or edit imap accounts)
6147
6148 2006-06-28 [colin]      2.3.1cvs33
6149
6150         * src/mimeview.c
6151                 Fix previous
6152
6153 2006-06-28 [colin]      2.3.1cvs32
6154
6155         * src/mimeview.c
6156                 Save named inlined attachments with "Save all"
6157         * src/main.c
6158         * src/mbox.c
6159         * src/common/plugin.c
6160         * src/common/plugin.h
6161         * src/common/sylpheed.c
6162         * src/common/utils.c
6163         * src/plugins/pgpcore/sylpheed.def
6164         * src/plugins/pgpinline/sylpheed.def
6165         * src/plugins/pgpmime/sylpheed.def
6166                 Win32 compatibility patch, by
6167                 Werner Koch
6168
6169 2006-06-28 [wwp]        2.3.1cvs31
6170
6171         * src/imap.c
6172         * src/prefs_folder_item.c
6173                 less compilation warnings (thanks to Fabien Vantard), less typos.
6174
6175 2006-06-28 [paul]       2.3.1cvs30
6176
6177         * src/gtk/gtkutils.c
6178                 gtk_combo_box_set_focus_on_click() is only
6179                 available since gtk 2.6.0
6180
6181 2006-06-28 [paul]       2.3.1cvs29
6182
6183         * src/prefs_ext_prog.c
6184                 fix engrish and add a tooltip for the
6185                 'command for 'Display as text' option
6186
6187 2006-06-28 [paul]
6188
6189         2.4.0-rc1 released
6190
6191 2006-06-28 [paul]       2.3.1cvs28
6192
6193         * ChangeLog
6194         * tools/Makefile.am
6195                 include textviewer.pl in releases
6196
6197 2006-06-28 [paul]       2.3.1cvs27
6198
6199         * src/prefs_ext_prog.c
6200                 hide Print command option if libgnomeprint
6201                 support is present
6202
6203 2006-06-27 [colin]      2.3.1cvs26
6204
6205         * src/compose.c
6206                 Fix Esc handling in insert/attach dialog
6207                 Don't show this dialog if dragging something
6208                 else than text/uri-list
6209                 Thanks to Fabien Vantard
6210         * tools/textviewer.pl
6211                 Filter script to display stuff as text
6212                 by H. Merijn Brand
6213
6214 2006-06-27 [wwp]        2.3.1cvs25
6215
6216         * src/messageview.c
6217                 use the exact product name (message view title), patch
6218                 by Fabien Vantard.
6219
6220 2006-06-27 [ticho]      2.3.1cvs24
6221
6222         * src/prefs_account.c
6223         * src/prefs_common.c
6224         * src/prefs_common.h
6225         * src/prefs_ext_prog.c
6226         * src/textview.c
6227                 Add a preference (Preferences/External programs)
6228                 to allow "Display as text" to be done via a script
6229                 (patch by H.Merijn Brand).
6230                 Use GtkComboBox for protocol selection in account
6231                 preferences.
6232                 Only include current choice for existing accounts, and
6233                 insensitivize the combobox.
6234
6235 2006-06-27 [paul]       2.3.1cvs23
6236
6237         * src/mbox.c
6238                 fix crasher introduced in cvs21.
6239                 Thanks to Colin
6240
6241 2006-06-26 [colin]      2.3.1cvs22
6242
6243         * src/mbox.c
6244                 Fix double-frees when leaving folders
6245                 after exporting to mbox
6246
6247 2006-06-26 [colin]      2.3.1cvs21
6248
6249         * src/mbox.c
6250                 More feedback (and optimisation)
6251                 on import/export
6252         * src/common/utils.c
6253                 Fix case when looking for mail addresses
6254         * src/gtk/gtkutils.c
6255                 Extra check for (X-)Face
6256
6257 2006-06-25 [ticho]      2.3.1cvs20
6258
6259         * src/compose.c
6260         * src/exphtmldlg.c
6261         * src/gtk/gtkutils.c
6262         * src/gtk/gtkutils.h
6263                 Added second argument to gtkut_sc_combobox_create() to
6264                 control focus-on-click for the widget.
6265                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
6266
6267 2006-06-25 [ticho]      2.3.1cvs19
6268
6269         * src/compose.c
6270         * src/gtk/Makefile.am
6271         * src/gtk/combobox.c
6272         * src/gtk/combobox.h
6273         * src/gtk/gtkutils.c
6274         * src/gtk/gtkutils.h
6275                 Use GtkComboBox instead of deprecated GtkOptionMenu
6276                 for account selector in compose window and for encoding
6277                 selector in attachment properties.
6278                 Also factorise working with the new GtkComboBox somewhat.
6279
6280 2006-06-24 [paul]       2.3.1cvs18
6281
6282         * src/prefs_common.c
6283                 use the correct default value
6284
6285 2006-06-24 [paul]       2.3.1cvs17
6286
6287         * src/compose.c
6288         * src/prefs_common.c
6289         * src/prefs_common.h
6290         * src/prefs_compose_writing.c
6291                 enable setting of default action when
6292                 dnd'ing files in the compose window.
6293                 (Collaborative effort with wwp)
6294
6295 2006-06-23 [wwp]        2.3.1cvs16
6296
6297         * src/compose.c
6298                 i18n fix (thanks to Fabien Vantard)
6299
6300 2006-06-22 [colin]      2.3.1cvs15
6301
6302         * src/prefs_customheader.c
6303                 Don't use filters in custom headers' file 
6304                 selector. Remember, extensions mean nothing :)
6305
6306 2006-06-22 [paul]       2.3.1cvs14
6307
6308         * configure.ac
6309                 allow setting of man directory location
6310
6311 2006-06-22 [colin]      2.3.1cvs13
6312
6313         * src/mainwindow.c
6314                 Add 'View/Go to/Next unread folder'.
6315                 I missed that :)
6316
6317 2006-06-22 [colin]      2.3.1cvs12
6318
6319         * src/common/utils.c
6320                 Add some subject prefixes
6321                 Patch by Bjorn T Johansen <btj@havleik.no>
6322
6323 2006-06-22 [colin]      2.3.1cvs11
6324
6325         * manual/advanced.xml
6326                 Forgotten hidden pref
6327
6328 2006-06-21 [paul]       2.3.1cvs10
6329
6330         * src/prefs_account.c
6331                 complete the removal of 'Add date header' option
6332
6333 2006-06-21 [paul]       2.3.1cvs9
6334
6335         * src/account.c
6336         * src/compose.c
6337         * src/prefs_account.c
6338         * src/prefs_account.h
6339                 remove option to add date header - always
6340                 add date header
6341         * src/etpan/imap-thread.c
6342                 fix warnings (Thanks to Colin)
6343
6344 2006-06-21 [wwp]        2.3.1cvs8
6345
6346         * src/folder.c
6347                 set the attachment flag when inline text part are (file)named. This is more convenient
6348                 when receiving (for instance) inline source files or patches sent using thunderbird.
6349
6350 2006-06-21 [paul]       2.3.1cvs7
6351
6352         * src/inc.c
6353                 fix off-by-one count of current msg in
6354                 statusbar filtering progressbar
6355
6356 2006-06-21 [paul]       2.3.1cvs6
6357
6358         * src/folder.c
6359                 Show attachment icon even if the part is 'inline'
6360                 if the following conditions are met:
6361                 - content-type != 'text/plain'
6362                 - content-type != '*/pgp-signature'
6363                 - either 'name' or 'filename' parameter is not NULL
6364                 
6365                 Thanks to Colin
6366
6367 2006-06-21 [paul]       2.3.1cvs5
6368
6369         * src/messageview.c
6370         * src/prefs_common.c
6371         * src/prefs_common.h
6372         * src/prefs_other.c
6373                 add an option to 'Never send Return
6374                 Receipts'
6375                 Thanks to Colin
6376
6377 2006-06-20 [mones]      2.3.1cvs4
6378
6379         * po/es.po
6380                 updated
6381         * src/compose.c
6382                 typo fixed (space after comma)
6383         * tools/make.themes.project
6384                 remove exec mode from tarball files
6385
6386 2006-06-20 [colin]      2.3.1cvs3
6387
6388         * src/news.c
6389         * src/procheader.c
6390         * src/unmime.c
6391                 Better fix for \n's in headers (don't 
6392                 break Received: and others)
6393
6394 2006-06-20 [paul]       2.3.1cvs2
6395
6396         * src/alertpanel.c
6397         * src/textview.c
6398                 improve legibility of phishing attempt
6399                 dialog
6400
6401 2006-06-20 [paul]       2.3.1cvs1
6402
6403         * NEWS
6404         * README
6405         * configure.ac
6406                 Update version number following
6407                 stable release
6408
6409 2006-06-20 [colin]      2.3.0cvs26
6410
6411         * src/compose.c
6412                 When dragging a file to the text of the compose
6413                 window, ask whether we want to insert or attach
6414                 (I know lots of people who do that to attach)
6415
6416 2006-06-20 [colin]      2.3.0cvs25
6417
6418         * src/etpan/imap-thread.c
6419                 Fix threshold (the append command is often > 32 bytes)
6420
6421 2006-06-19 [colin]      2.3.0cvs24
6422
6423         * src/imap.c
6424         * src/etpan/imap-thread.c
6425                 Workaround Rockliffe IMAP server bug: replace
6426                 "x UID SEARCH (ANSWERED UID 1:*)" with
6427                 "x UID SEARCH ANSWERED"
6428                 (Rockliffe doesn't handle the parenthesis)
6429
6430 2006-06-19 [colin]      2.3.0cvs23
6431
6432         * src/compose.c
6433         * src/imap.c
6434         * src/etpan/imap-thread.c
6435                 Probably fix bug #972 (Freezes when adding 
6436                 an attachment to the message)
6437         * src/common/defs.h
6438                 Modernize Firefox cmd
6439
6440
6441 2006-06-18 [colin]      2.3.0cvs22
6442
6443         * src/prefs_customheader.c
6444                 Only allow correct filenames for various
6445                 custom headers
6446
6447 2006-06-18 [colin]      2.3.0cvs21
6448
6449         * src/prefs_customheader.c
6450                 Add a 'From File...' button in custom headers prefs, which
6451                 try to do the right thing: 
6452                 for normal headers, use file as plaintext,
6453                 for X-Face, calls compface,
6454                 for Face, encode to b64.
6455
6456 2006-06-17 [colin]      2.3.0cvs20
6457
6458         * src/mh.c
6459                 Warning fix
6460
6461 2006-06-16 [colin]      2.3.0cvs19
6462
6463         * src/summaryview.c
6464                 Recursive quicksearch: show message list
6465                 in current folder, *then* search children
6466                 in the background.
6467
6468 2006-06-16 [colin]      2.3.0cvs18
6469
6470         * src/main.c
6471                 Instead of ignoring SIGPIPE, save caches
6472                 when getting one. Will fix the fact that
6473                 hot caches are out-of-date when logging 
6474                 out of Xorg.
6475         * src/compose.c
6476         * src/prefs_compose_writing.c
6477                 Only save text (not attachments) when 
6478                 auto-saving to drafts
6479         * src/unmime.c
6480                 Always replace \n, \r and \t with spaces
6481                 in headers
6482         * manual/dist/html/Makefile.am
6483         * manual/dist/pdf/Makefile.am
6484         * manual/dist/ps/Makefile.am
6485         * manual/dist/txt/Makefile.am
6486         * manual/fr/dist/html/Makefile.am
6487         * manual/fr/dist/pdf/Makefile.am
6488         * manual/fr/dist/ps/Makefile.am
6489         * manual/fr/dist/txt/Makefile.am
6490         * manual/pl/dist/html/Makefile.am
6491         * manual/pl/dist/pdf/Makefile.am
6492         * manual/pl/dist/ps/Makefile.am
6493         * manual/pl/dist/txt/Makefile.am
6494                 Fix make clean removing pregenerated manuals
6495
6496
6497 2006-06-16 [colin]      2.3.0cvs17
6498
6499         * src/plugins/pgpcore/sgpgme.c
6500         * src/plugins/pgpmime/pgpmime.c
6501         * src/plugins/pgpinline/pgpinline.c
6502                 Better error reporting in setup_signers.
6503                 Don't fallback to default key if specified
6504                 key isn't found.
6505                 Don't allow signing if more than one secret
6506                 key matches the one specified in prefs.
6507
6508 2006-06-15 [colin]      2.3.0cvs16
6509
6510         * src/folderview.c
6511                 Add "Send queue" in the folder's contextual
6512                 menu
6513         * src/compose.c
6514         * src/messageview.c
6515         * src/privacy.c
6516         * src/privacy.h
6517         * src/procmime.c
6518         * src/procmsg.c
6519         * src/plugins/pgpcore/passphrase.c
6520         * src/plugins/pgpcore/sgpgme.c
6521         * src/plugins/pgpinline/pgpinline.c
6522         * src/plugins/pgpmime/pgpmime.c
6523                 Better error reporting
6524         * src/mbox.c
6525                 Probably fix bug #971 (2.2.3 cannot read mail 
6526                 from local mbox)
6527
6528
6529 2006-06-15 [mones]      2.3.0cvs15
6530
6531         * tools/make.themes.project
6532                 creates the themes project from the web page
6533
6534 2006-06-15 [colin]      2.3.0cvs14
6535
6536         * src/folder.c
6537                 Better fix (avoid losing the folder if scan_tree 
6538                 fails)
6539
6540 2006-06-15 [cleroy]     2.3.0cvs13
6541
6542         * src/folder.c
6543                 Probably fix Bug #969 (crash on rebuilding 
6544                 imap folder)
6545
6546 2006-06-14 [colin]      2.3.0cvs12
6547
6548         * manual/dtd/manual.xsl
6549         * manual/sylpheed-claws-manual.xml
6550         * manual/fr/sylpheed-claws-manual.xml
6551         * manual/pl/sylpheed-claws-manual.xml
6552                 Insert pagebreaks between sections
6553
6554 2006-06-14 [paul]       2.3.0cvs11
6555
6556         * configure.ac
6557                 better fix than 2.3.0cvs10
6558
6559 2006-06-14 [paul]       2.3.0cvs10
6560
6561         * configure.ac
6562                 fix setting of PACKAGE_DATA_DIR with newer autoconf
6563                 (backwards compatible)
6564
6565 2006-06-13 [colin]      2.3.0cvs9
6566
6567         * src/messageview.c
6568                 Fix sending of return receipt with the new queue folders
6569
6570 2006-06-13 [wwp]        2.3.0cvs8
6571
6572         * src/quote_fmt_lex.l
6573                 fix wrong tokens returned in quote_fmt lexer, query not().
6574
6575 2006-06-13 [wwp]        2.3.0cvs7
6576
6577         * src/folder.c
6578         * src/prefs_folder_item.c
6579                 allow changing folder type even when folder is not a top-level one,
6580                 thanks to Colin.
6581
6582 2006-06-12 [colin]      2.3.0cvs6
6583
6584         * src/folderview.c
6585                 Fix double-ask of "Do you want to mark all
6586                 as read"
6587
6588 2006-06-12 [colin]      2.3.0cvs5
6589
6590         * src/compose.c
6591         * src/compose.h
6592         * src/folder.c
6593         * src/folder.h
6594         * src/imap.c
6595         * src/inc.c
6596         * src/main.c
6597         * src/messageview.c
6598         * src/mh.c
6599         * src/prefs_folder_item.c
6600         * src/procheader.c
6601         * src/procmime.c
6602         * src/procmsg.c
6603         * src/procmsg.h
6604         * src/send_message.c
6605         * src/summaryview.c
6606         * src/toolbar.c
6607                 Apply bug #964's patch (Queue and drafts aren't normal)
6608                 The Drafts and Queue folder now contain RFC-822 files,
6609                 allowing to move and copy mails from and to these 
6610                 folders. Moving from Drafts to Queue will prepare the
6611                 mail for sending (PGP signature, encryption, etc).
6612                 This patch also rework sending errors handling to try
6613                 to be more helpful.
6614                 Also, allow redefining folder types via the GUI 
6615                 (Folder type in its Properties)
6616
6617 2006-06-12 [colin]      2.3.0cvs4
6618
6619         * src/summaryview.c
6620         * src/prefs_common.c
6621         * src/prefs_common.h
6622         * src/gedit-print.c
6623                 Allow to define a specific print font - patch
6624                 by Bernhard Walle <bernhard.walle@gmx.de>
6625         * src/prefs_fonts.c
6626         * manual/advanced.xml
6627         * manual/fr/advanced.xml
6628                 Add a hidden pref to allow deletion without
6629                 confirmation
6630
6631 2006-06-12 [wwp]        2.3.0cvs3
6632
6633         * .cvsignore
6634                 more files to ignore.
6635
6636 2006-06-12 [wwp]        2.3.0cvs2
6637
6638         * src/quote_fmt.c
6639         * src/quote_fmt_lex.l
6640         * src/quote_fmt_parse.y
6641                 extend the quote_fmt parser (templates and quotes):
6642                 - allow limited sub-expressions in |p{} and |f{} expressions,
6643                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
6644                 - implemented/fixed missing implementation of query_references and show_references,
6645                 - completed, fixed contents and format of the symbols help dialog,
6646                 - fix some compilation warnings.
6647
6648 2006-06-12 [wwp]        2.3.0cvs1
6649
6650         * manual/advanced.xml
6651         * manual/fr/advanced.xml
6652                 updates in the "templates" section of the manual (eng/fr):
6653                  - be more precise (both versions)
6654                  - completed to match the english reference (fr version)
6655                  - touchups (both versions)
6656
6657 2006-06-12 [paul]       2.3.0
6658
6659         2.3.0 released
6660
6661 2006-06-12 [paul]       2.2.3cvs14
6662
6663         * po/ca.po
6664         * po/cs.po
6665         * po/de.po
6666         * po/el.po
6667         * po/fr.po
6668         * po/it.po
6669         * po/pt_BR.po
6670         * po/sr.po
6671         * po/zh_CN.po
6672                 updated by Miquel Oliete, Tim, Stephan Sachse,
6673                 Stavros Giannouris, Fabien Vantard, Andrea
6674                 Spadaccini, Frederico Goncalves Guimaraes,
6675                 Aleksandar Urosevic, and Ralgh Young
6676
6677 2006-06-12 [colin]      2.2.3cvs13
6678
6679         * src/mbox.c
6680                 Add missing header
6681
6682 2006-06-11 [colin]      2.2.3cvs12
6683
6684         * src/msgcache.c
6685                 Verify that g_malloc() succeeded
6686
6687 2006-06-11 [colin]      2.2.3cvs11
6688
6689         * src/wizard.c
6690                 Add Face header to welcome mail
6691
6692 2006-06-10 [colin]      2.2.3cvs10
6693
6694         * src/textview.c
6695                 Revert previous (Forgot it changes the
6696                 margin on the whole mail)
6697
6698 2006-06-10 [colin]      2.2.3cvs9
6699
6700         * src/textview.c
6701                 Don't overlap long headers under (X-)Face
6702
6703 2006-06-10 [mones]      2.2.3cvs8
6704
6705         * manual/xml2pdf
6706                 allow generation of manual on systems lacking saxon binary
6707                 but with java and the saxon library installed
6708
6709         * po/es.po
6710                 updated for release
6711
6712 2006-06-09 [colin]      2.2.3cvs7
6713
6714         * src/summaryview.c
6715                 Fix leak when using Display Sender using Addressbook
6716
6717 2006-06-09 [colin]      2.2.3cvs6
6718
6719         * src/compose.c
6720         * src/folder.c
6721         * src/folderview.c
6722         * src/mimeview.c
6723         * src/summaryview.c
6724                 More leaks fixes
6725
6726 2006-06-09 [paul]       2.2.3cvs5
6727
6728         * AUTHORS
6729         * src/gtk/authors.h
6730         * tools/claws.i18n.status.pl
6731                 updated with new info
6732
6733 2006-06-09 [paul]       2.2.3cvs4
6734
6735         * README
6736                 updated
6737         * manual/ack.xml
6738                 add wwp to authors list
6739         * src/gtk/authors.h
6740                 update mine and Colin's addresses
6741
6742 2006-06-08 [colin]      2.2.3cvs3
6743
6744         * src/etpan/imap-thread.c
6745                 Fix leak on SSL cert check
6746
6747 2006-06-08 [colin]      2.2.3cvs2
6748
6749         * src/common/utils.c
6750                 Fix leak
6751
6752 2006-06-08 [paul]       2.2.3cvs1
6753
6754         * configure.ac
6755                 Update version number following
6756                 stable release
6757
6758 2006-06-07 [colin]      2.2.2cvs3
6759
6760         * src/msgcache.c
6761                 Fix catching cache read errors (guint instead of gint)
6762                 Prevent malloc'ing more than 8MB (means cache corruption)
6763
6764 2006-06-07 [paul]       2.2.2cvs2
6765
6766         * src/exporthtml.c
6767         * src/exportldif.c
6768         * src/mh.c
6769         * src/mutt.c
6770         * src/pine.c
6771         * src/common/utils.c
6772                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
6773                 obey $HOME'
6774                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
6775                 Thanks to Colin
6776
6777 2006-06-06 [paul]       2.2.2cvs1
6778
6779         * configure.ac
6780                 Update version number following
6781                 stable release
6782
6783 2006-06-06 [paul]       2.2.1cvs6
6784
6785         * src/matcher.c
6786                 fix  implicit declaration of
6787                 sylpheed_do_idle()
6788                 Patch by Fabien Vantard
6789
6790 2006-06-06 [paul]       2.2.1cvs5
6791
6792         * src/matcher.c
6793                 fix age_greater and age_lower so that they
6794                 mean what say and not '...or equal to'
6795                 Thanks to Colin
6796
6797 2006-06-06 [paul]       2.2.1cvs4
6798
6799         * src/textview.c
6800         * src/common/utils.c
6801                 fix URI check
6802                 Thanks to Colin
6803
6804 2006-06-05 [wwp]        2.2.1cvs3
6805
6806         * manual/fr/account.xml
6807                 minor language fixes (thanks to Fabien Vantard).
6808
6809 2006-06-05 [colin]      2.2.1cvs2
6810
6811         * src/prefs_folder_item.c
6812         * src/folderview.c
6813                 Allow recursive setting of properties 
6814                 for whole mailboxes
6815         * src/matcher.c
6816                 Don't freeze on 'test' filtering rule
6817
6818 2006-06-05 [colin]      2.2.1cvs1
6819
6820         * configure.ac
6821                 Update version number following
6822                 stable release
6823
6824 2006-06-04 [wwp]        2.2.0cvs82
6825
6826         * manual/glossary.xml
6827         * manual/account.xml
6828         * manual/fr/glossary.xml
6829         * manual/fr/account.xml
6830                 added glossary section and references/links related to the Face custom header.
6831
6832 2006-06-04 [colin]      2.2.0cvs81
6833
6834         * src/summaryview.c
6835                 Skip to next message on move with no
6836                 immediate execution
6837
6838 2006-06-04 [wwp]        2.2.0cvs80
6839
6840         * manual/xml2pdf
6841                 added sanity checks, exit when needed.
6842
6843 2006-06-03 [paul]       2.2.0cvs79
6844
6845         * src/prefs_receive.c
6846                 page name is now 'Receiving'
6847         * src/prefs_send.c
6848                 page name is now 'Sending'
6849
6850 2006-06-03 [colin]      2.2.0cvs78
6851
6852         * src/plugins/spamassassin/spamassassin_gtk.c
6853                 Autoswitch to Localhost if transport was previously
6854                 disabled. Else people had to check [] Enable, then
6855                 *reselect* transport.
6856
6857 2006-06-03 [colin]      2.2.0cvs77
6858
6859         * src/plugins/pgpinline/pgpinline.c
6860         * src/plugins/pgpmime/pgpmime.c
6861                 Check that gpg_data_release_and_get_mem 
6862                 didn't fail (now, why this happens...)
6863
6864 2006-06-03 [colin]      2.2.0cvs76
6865
6866         * src/mbox.c
6867                 Fix bug #962 (Manual and/or UI should 
6868                 warn about incompatible locking 
6869                 causing dataloss)
6870
6871 2006-06-02 [cleroy]     2.2.0cvs75
6872
6873         * src/filtering.c
6874         * src/folder.c
6875         * src/procmsg.c
6876         * src/summaryview.c
6877                 Fix a few leaks
6878
6879 2006-06-02 [colin]      2.2.0cvs74
6880
6881         * src/main.c
6882                 On exit, free caches after writing them
6883                 Shuts up some valgrind false positives
6884         * src/procmsg.c
6885         * src/send_message.c
6886                 Fix races when reusing existing SMTP connections
6887                 Fix inexistant session timeout
6888         * src/toolbar.c
6889                 Display alertpanel after all queues have
6890                 been processed, not after each
6891
6892 2006-06-02 [wwp]        2.2.0cvs73
6893
6894         * manual/fr/glossary.xml
6895         * manual/fr/ack.xml
6896         * manual/ack.xml
6897                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
6898
6899 2006-06-02 [wwp]        2.2.0cvs72
6900
6901         * manual/xml2pdf
6902         * manual/dist/pdf/Makefile.am
6903         * manual/dtd/manual.xsl
6904         * manual/fr/dist/pdf/Makefile.am
6905         * manual/pl/dist/pdf/Makefile.am
6906                 we changed the procedure to generate the .pdf version of the manual.
6907                 The procedure is more modern and the .pdf we get now has a valid index.
6908                 Here are the new pre-requisites:
6909
6910                 - JRE 1.x (1.4 here): there must be one from your distro
6911                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
6912                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
6913                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
6914
6915                 See my posts for further info about the installation of this toolchain:
6916
6917                 Date: Fri, 19 May 2006 19:40:06 +0200
6918                 From: wwp <subscript@free.fr>
6919                 To: sylpheed-claws-devel@lists.sourceforge.net
6920                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
6921
6922                 and
6923
6924                 Date: Wed, 24 May 2006 12:58:49 +0200
6925                 From: wwp <subscript@free.fr>
6926                 To: sylpheed-claws-devel@lists.sourceforge.net
6927                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
6928
6929 2006-06-01 [colin]      2.2.0cvs71
6930
6931         * src/compose.c
6932                 Better guards against IMAP races
6933         * src/main.c
6934         * src/prefs_common.c
6935         * src/prefs_common.h
6936         * src/common/ssl_certificate.c
6937         * src/etpan/imap-thread.c
6938         * src/etpan/imap-thread.h
6939         * src/gtk/sslcertwindow.c
6940                 New hidden option ssl_skip_cert_check to 
6941                 avoid dups of bug #959 (libetpan linked
6942                 against gnutls and gnutls buggy on 64bit)
6943                 Present expired warning only once per
6944                 session/server.
6945         * manual/advanced.xml
6946         * manual/fr/advanced.xml
6947                 Document new option
6948
6949 2006-06-01 [wwp]        2.2.0cvs70
6950
6951         * src/messageview.c
6952                 fix for bug #961 (return receipt dialog 
6953                 complains incorrectly about return-path 
6954                 email adress being different), thanks 
6955                 to Colin.
6956
6957 2006-05-31 [cleroy]     2.2.0cvs69
6958
6959         * src/common/ssl.c
6960                 Guard against NULLs, although this
6961                 should never be an issue
6962
6963 2006-05-31 [colin]      2.2.0cvs68
6964
6965         * src/filtering.c
6966                 Use g_slist_prepend
6967         * src/imap.c
6968                 Don't remove caches when destroying folder, it
6969                 could (should) be done at exit
6970         * src/inc.c
6971                 free processing cache after incorporation
6972         * src/etpan/imap-thread.c
6973                 Maybe fix bug #959 (Crash on moving to emails 
6974                 to a imap account per ssl with a expired 
6975                 certificate.)
6976
6977 2006-05-30 [colin]      2.2.0cvs67
6978
6979         * src/summaryview.c
6980                 Put back event flush when displaying message
6981                 It avoids reading a bunch of messages just
6982                 by hitting shift-n for too long ;)
6983
6984 2006-05-29 [colin]      2.2.0cvs66
6985
6986         * src/summaryview.c
6987                 Remove useless g_warnings
6988
6989 2006-05-29 [colin]      2.2.0cvs65
6990
6991         * src/imap.c
6992                 Fix g_slist_append()s for performance
6993
6994 2006-05-29 [colin]      2.2.0cvs64
6995
6996         * src/compose.c
6997         * src/common/utils.c
6998                 Fix extraneous tab at start of addresses
6999         * src/mainwindow.c
7000                 Fix warnings (thanks to Fabien)
7001                 Fix crash at exit when composing messages 
7002                 exist
7003         * src/pop.c
7004                 Fix progress bar when deleting expired mails
7005                 Thanks to Hiro
7006         * src/summaryview.c
7007         * src/gtk/gtksctree.c
7008                 Fix re-sorting slowness
7009
7010 2006-05-29 [paul]       2.2.0cvs63
7011
7012         * src/mh.c
7013                 fetch full message when moving mails
7014                 from another mailbox, (fixed data loss
7015                 when filtering from IMAP to MH, introduced
7016                 in 2.2.0cvs57).
7017                 Thanks to Colin
7018
7019 2006-05-29 [mones]      2.2.0cvs62
7020
7021         * src/gtk/gtksctree.c
7022                 Unselect faster (patch by Colin)        
7023
7024 2006-05-26 [colin]      2.2.0cvs61
7025
7026         * src/summaryview.c
7027                 Unplug MSGINFO_UPDATE callback on delete too.
7028
7029 2006-05-26 [colin]      2.2.0cvs60
7030
7031         * src/foldersel.c
7032                 Fix bold in folder selection window with glib2.10
7033                 thanks Hiro
7034
7035 2006-05-26 [colin]      2.2.0cvs59
7036
7037         * src/procheader.c
7038                 Convert date only if necessary (and don't
7039                 try to convert from utf8 to utf8, too)
7040         * src/summaryview.c
7041                 Only set column's text if the column's 
7042                 displayed
7043
7044 2006-05-26 [colin]      2.2.0cvs58
7045
7046         * src/summaryview.c
7047         * src/gtk/gtkutils.c
7048                 Fix useless warning
7049
7050 2006-05-26 [colin]      2.2.0cvs57
7051
7052         * src/mainwindow.c
7053                 Make summaryview selectable as long as 
7054                 no message has focus
7055         * src/mh.c
7056                 Faster deletion (by implementing mh_remove_msgs)
7057                 Faster copy (avoid using mh_fetch_msg just to get
7058                 the filename)
7059                 Faster move (using move_file instead of copy_file
7060                 if MSG_IS_MOVE)
7061                 No progressbar if total number of mails to cp/mv 
7062                 is less than 100
7063         * src/summaryview.c
7064                 Fix removal from subject_table when mail gets moved
7065                 Faster deletion (g_slist_prepend instead of append)
7066         * src/gtk/gtksctree.c
7067                 Remove useless code
7068
7069 2006-05-25 [colin]      2.2.0cvs56
7070
7071         * src/common/ssl_certificate.c
7072                 Fix leak in expired cert check
7073
7074 2006-05-25 [colin]      2.2.0cvs55
7075
7076         * src/mh.c
7077                 Disable flags syncing on .mh_sequences - it
7078                 is buggy and marks mails read under unknown
7079                 conditions.
7080
7081 2006-05-25 [paul]
7082
7083         * 2.3.0-rc4 released
7084
7085 2006-05-24 [colin]      2.2.0cvs54
7086
7087         attention cvs users: if you manage to crash
7088         Sylpheed-Claws while moving, copying or deleting
7089         mails, we *are* interested in stack traces and
7090         valgrind logs. It looks stable, but one never
7091         knows...
7092
7093         * src/folder.c
7094                 Add progressbar for cache updates
7095         * src/folderutils.c
7096                 Optimize Mark all read in the current
7097                 folder
7098         * src/mh.c
7099                 Add progressbar for copy/move
7100         * src/procmsg.c
7101                 Optimize O(n^2) in copy/move
7102         * src/summaryview.c
7103         * src/gtk/gtksctree.c
7104                 Optimize O(n^2) algos
7105         * src/common/timing.h
7106                 Display ms instead of us
7107
7108 2006-05-24 [wwp]        2.2.0cvs53
7109
7110         * manual/fr/advanced.xml
7111                 updates to the French manual.
7112
7113 2006-05-24 [wwp]        2.2.0cvs52
7114
7115         * src/common/utils.c
7116                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
7117
7118 2006-05-24 [wwp]        2.2.0cvs51
7119
7120         * src/folderutils.c
7121                 fixed "mark all read" in MH folders (thanks to Colin).
7122
7123 2006-05-24 [paul]       2.2.0cvs50
7124
7125         * doc/man/sylpheed-claws.1
7126                 updated the man page
7127
7128 2006-05-23 [colin]      2.2.0cvs49
7129
7130         * src/folderview.c
7131         * src/imap.c
7132         * src/inc.c
7133         * src/mbox.c
7134         * src/messageview.c
7135         * src/news.c
7136         * src/send_message.c
7137         * src/summaryview.c
7138         * src/gtk/sslcertwindow.c
7139                 alertpanel fixes, by Fabien
7140
7141 2006-05-23 [colin]      2.2.0cvs48
7142
7143         * src/folder.c
7144         * src/folderview.c
7145         * src/msgcache.c
7146         * src/summaryview.c
7147         * src/gtk/gtksctree.c
7148         * src/gtk/gtksctree.h
7149                 More timings
7150                 Fix slow loading problem, which was caused by the
7151                 use of some gtk_ctree funcs and their use of
7152                 g_list_position while gtk_ctree_(un)link'ing.
7153                 Reap more functions from gtkctree.c to be sure we
7154                 use our (fast) version instead of theirs.
7155         * src/mh.c
7156                 Fix copy of unread mails
7157
7158
7159 2006-05-22 [wwp]        2.2.0cvs47
7160
7161         * manual/fr/advanced.xml
7162                 updated.
7163
7164 2006-05-22 [colin]      2.2.0cvs46
7165
7166         * src/filtering.c
7167                 Fix possible infinite loop. 'copy' is not a 
7168                 final action, so when encountering a 'copy',
7169                 we have to check if a previous one was set
7170                 and do it. In the same way, if we encounter
7171                 a 'move' we have to perform a possibly 
7172                 pending 'copy'. This will slow down filtering
7173                 on IMAP if move+copy or multiple copy actions
7174                 are to be done, but handling it via the batch
7175                 would be really too convoluted.
7176
7177 2006-05-22 [wwp]        2.2.0cvs45
7178
7179         * manual/fr/advanced.xml
7180         * manual/fr/faq.xml
7181         * manual/fr/glossary.xml
7182         * manual/fr/handling.xml
7183         * manual/fr/intro.xml
7184         * manual/fr/plugins.xml
7185         * manual/fr/sylpheed-claws-manual.xml
7186                 sync w/ the english manual: updates URIs, documented mailing-list
7187                 support, better explanation about the enabled/disabled feature
7188                 in filtering/processing rules by Paul.
7189
7190 2006-05-21 [colin]      2.2.0cvs44
7191
7192         * src/summaryview.c
7193                 Don't expand after building threads, but during
7194
7195 2006-05-21 [colin]      2.2.0cvs43
7196
7197         * src/procmsg.c
7198         * src/summaryview.c
7199                 More timing possibilities... For next time I have 
7200                 to find out how the hell some 3GHz computer takes
7201                 one minute to open a 30k folder...
7202
7203 2006-05-21 [colin]      2.2.0cvs42
7204
7205         * manual/pl/advanced.xml
7206         * manual/pl/faq.xml
7207         * manual/pl/glossary.xml
7208         * manual/pl/handling.xml
7209         * manual/pl/intro.xml
7210         * manual/pl/plugins.xml
7211         * manual/pl/sylpheed-claws-manual.xml
7212                 Polish manual updated by Pawel
7213
7214 2006-05-20 [colin]
7215
7216         * 2.3.0-rc3 released
7217
7218 2006-05-20 [colin]      2.2.0cvs41
7219
7220         * src/imap.c
7221                 Fix -rc2 problems:
7222                 - remove cache of moved messages from original folder
7223                 - apply new flags to messages even if they aren't appliable
7224                   via IMAP.
7225
7226 2006-05-20 [colin]
7227
7228         * 2.3.0-rc2 released
7229
7230 2006-05-19 [colin]      2.2.0cvs40
7231
7232         * src/imap.c
7233                 Don't issue SELECT in imap_change_flags
7234                 before having checked that we indeed have
7235                 some flags to change. MSG_POSTFILTERED for
7236                 example can't be used on IMAP.
7237                 Fixes bug #955 (copying messages between 
7238                 imap folders is extremely slow), which was
7239                 a regression.
7240
7241 2006-05-19 [colin]      2.2.0cvs39
7242
7243         * src/folder.c
7244         * src/folder.h
7245         * src/folderview.c
7246                 Try to fix bug #830 (Some unread messages 
7247                 get marked read in IMAP inbox):
7248                 - Prevent scanning a folder if it's being 
7249                   opened via the GUI
7250                 - Postpone opening via the GUI of a folder
7251                   currently scanned.
7252
7253
7254 2006-05-19 [wwp]        2.2.0cvs38
7255
7256         * manual/advanced.xml
7257                 fix English+typo (thanks to Paul).
7258
7259 2006-05-19 [wwp]        2.2.0cvs37
7260
7261         * manual/advanced.xml
7262         * manual/fr/advanced.xml
7263         * src/gtk/logwindow.c
7264         * src/prefs_common.c
7265         * src/prefs_common.h
7266                 added hidden prefs to allow customization of colors used in
7267                 protocol log window (useful for dark gtk+ themes).
7268
7269 2006-05-19 [wwp]        2.2.0cvs36
7270
7271         * ChangeLog
7272                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
7273
7274 2006-05-19 [paul]       2.2.0cvs35
7275
7276         * src/textview.c
7277                 make Reply-To fully clickable
7278         * src/gtk/logwindow.c
7279                 more colouring (SMTP ESMTP)
7280         Both patches by Pawel Pekala
7281
7282 2006-05-19 [cleroy]     2.2.0cvs34
7283
7284         * src/mh.c
7285                 Don't update flags from current folder
7286                 Probably fixes bug #935 (Read Messages 
7287                 Revert to Being Marked as Unread)
7288
7289 2006-05-18 [colin]      2.2.0cvs33
7290
7291         * src/imap.c
7292                 Warning fix
7293         * src/compose.c
7294         * src/mainwindow.c
7295         * src/summaryview.c
7296         * src/toolbar.c
7297                 Allow replying to multiple emails
7298                 in multiple windows
7299         * src/mimeview.c
7300         * src/etpan/imap-thread.c
7301                 Leak fixes
7302
7303 2006-05-18 [paul]       2.2.0cvs32
7304
7305         * src/summaryview.c
7306                 keep Mailing-List menu refreshed
7307                 Thanks to Colin
7308
7309 2006-05-18 [paul]       2.2.0cvs31
7310
7311         * manual/advanced.xml
7312         * manual/faq.xml
7313         * manual/glossary.xml
7314         * manual/handling.xml
7315         * manual/intro.xml
7316         * manual/plugins.xml
7317         * manual/sylpheed-claws-manual.xml
7318                 update URLs
7319                 add info about mailing-list support
7320                 edit filtering info
7321         * src/wizard.c
7322         * src/common/defs.h
7323         * src/gtk/about.c
7324         * src/plugins/dillo_viewer/README
7325                 update URLs
7326
7327 2006-05-17 [wwp]        2.2.0cvs30
7328
7329         * manual/handling.xml
7330         * manual/fr/handling.xml
7331                 documented the ability to enabled/disable filtering/processing rules.
7332
7333 2006-05-17 [colin]      2.2.0cvs29
7334
7335         * src/main.c
7336                 Don't initialize g_thread subsystem if it's 
7337                 already done (thanks to Hiro)
7338         * src/mimeview.c
7339                 Fix saving of parts when there name can't be
7340                 converted from UTF-8.
7341
7342 2006-05-17 [paul]       2.2.0cvs28
7343
7344         * po/Makefile.in.in
7345                 fix config.status warning with autoconf 2.60
7346
7347 2006-05-17 [paul]       2.2.0cvs27
7348
7349         * po/POTFILES.in
7350                 add src/mbox.c
7351
7352 2006-05-17 [wwp]        2.2.0cvs26
7353
7354         * src/mainwindow.c
7355                 fix useless and potentially dangerous buffer walking (thanks to Colin).
7356
7357 2006-05-17 [wwp]        2.2.0cvs25
7358
7359         * src/plugins/demo/demo.c
7360                 updated product name in plugin demo (many plugins need to be
7361                 sync'ed w/ that change).
7362
7363 2006-05-17 [colin]      2.2.0cvs24
7364
7365         * src/mh.c
7366                 Fix leak
7367
7368 2006-05-16 [colin]      2.2.0cvs23
7369
7370         * src/mainwindow.c
7371                 Stupid me hit again. Fix cvs22.
7372
7373 2006-05-16 [colin]      2.2.0cvs22
7374
7375         * src/mainwindow.c
7376                 Fix bug #922 (sylpheed-claws crashed after 
7377                 pushing on Inbox folder)
7378
7379 2006-05-16 [colin]      2.2.0cvs21
7380
7381         * src/compose.c
7382                 Make From header be copy/paste/select-able
7383
7384 2006-05-16 [wwp]        2.2.0cvs20
7385
7386         * src/export.c
7387         * src/matcher.c
7388         * src/summaryview.c
7389         * src/etpan/imap-thread.c
7390                 fix some compiler warnings (thanks to Colin).
7391
7392 2006-05-16 [wwp]        2.2.0cvs19
7393
7394         * src/action.c
7395         * src/gedit-print.c
7396         * src/inc.c
7397         * src/mainwindow.c
7398         * src/mh.c
7399         * src/statusbar.c
7400         * src/send_message.c
7401         * src/summaryview.c
7402                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
7403
7404 2006-05-15 [colin]      2.2.0cvs18
7405
7406         * src/procmsg.c
7407                 Fix automatic rule creation with List-Post
7408
7409 2006-05-15 [paul]       2.2.0cvs17
7410
7411         * tools/filter_conv_new.pl
7412                 updated for rule enabling/disabling
7413                 claws version >= 2.3.x required
7414
7415 2006-05-15 [cleroy]     2.2.0cvs16
7416
7417         * src/main.c
7418                 Revert test
7419
7420 2006-05-15 [cleroy]     2.2.0cvs15
7421
7422         * src/main.c
7423                 test
7424
7425 2006-05-15 [wwp]        2.2.0cvs14
7426
7427         * manual/pl/.cvsignore
7428                 ignore generated files.
7429
7430 2006-05-14 [wwp]        2.3.0-rc1
7431
7432         * 2.3.0-rc1 released
7433
7434 2006-05-13 [wwp]        2.2.0cvs13
7435
7436         * src/filtering.c
7437         * src/filtering.h
7438         * src/matcher.c
7439         * src/matcher_parser_lex.l
7440         * src/matcher_parser_parse.y
7441         * src/prefs_filtering.c
7442                 new feature: provide the ability to disable filtering and processing
7443                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
7444                 adaptations.
7445
7446 2006-05-13 [colin]      2.2.0cvs12
7447
7448         * src/compose.c
7449                 Remove useless if (a) b; else b;
7450                 Thanks to wwp
7451
7452 2006-05-13 [wwp]        2.2.0cvs11
7453
7454         * src/export.c
7455         * src/import.c
7456         * src/mainwindow.c
7457         * src/mbox.c
7458         * src/summaryview.c
7459         * src/summaryview.h
7460                 no more silent failures (or at least less ones) when importing
7461                 or exporting from/to mbox. Also start importing/exporting if
7462                 the necessary info is set.
7463
7464 2006-05-13 [wwp]        2.2.0cvs10
7465
7466         * RELEASE_NOTES
7467                 restored up-to-date release notes.
7468
7469 2006-05-13 [paul]       2.2.0cvs9
7470
7471         * po/nl.po
7472         * po/ru.po
7473                 updated by Tim Dijkstra and Pavlo Bohmat
7474
7475 2006-05-12 [colin]      2.2.0cvs8
7476
7477         * src/gtk/quicksearch.c
7478                 Add "k" as shortcut for "colorlabel". Patch
7479                 by ath42@users.sf.net.
7480
7481 2006-05-12 [paul]       2.2.0cvs7
7482
7483         * src/prefs_common.h
7484         * src/prefs_summaries.c
7485         * src/summaryview.c
7486                 when entering a folder also allow
7487                 going directly to first Marked message
7488
7489 2006-05-12 [paul]       2.2.0cvs6
7490
7491         * src/summaryview.c
7492                 always obey 'confirm before marking all
7493                 mails read' option
7494
7495 2006-05-12 [paul]       2.2.0cvs5
7496
7497         * src/textview.c
7498                 make Sender fully clickable
7499
7500 2006-05-12 [colin]      2.2.0cvs4
7501
7502         * src/compose.c
7503         * src/compose.h
7504                 Let From be editable
7505         * src/main.c
7506         * src/mh.c
7507                 Full support of .mh_sequences' Unseen seq
7508
7509 2006-05-12 [colin]      2.2.0cvs3
7510
7511         * src/folder.c
7512         * src/mainwindow.c
7513         * src/mainwindow.h
7514         * src/messageview.c
7515         * src/prefs_spelling.c
7516         * src/procheader.c
7517         * src/procmsg.c
7518         * src/procmsg.h
7519         * src/summaryview.c
7520         * src/toolbar.c
7521         * src/toolbar.h
7522                 Add contextual menu on Compose toolbar
7523                 button. Fixes bug #944 (Automatic
7524                 addresses not applied when changing account
7525                 from compose window)
7526                 add Mailing List support
7527                 based on the old 0.6.5claws25 patch by
7528                 Melvin Hadasht, with finishing touches
7529                 by Colin
7530                 Fix "ignore thread" when mails are threaded by
7531                 subject (and weren't ignored although appearing
7532                 in the thread).
7533                 GUI rework.
7534                 Both patches by Pawel.
7535
7536 2006-05-08 [paul]       2.2.0cvs2
7537
7538         * src/mainwindow.c
7539         * src/mainwindow.h
7540         * src/messageview.c
7541         * src/procheader.c
7542         * src/procmsg.c
7543         * src/procmsg.h
7544         * src/summaryview.c
7545                 add Mailing List support
7546                 based on the old 0.6.5claws25 patch by 
7547                 Melvin Hadasht, with finishing touches
7548                 by Colin
7549
7550 2006-05-08 [colin]      2.2.0cvs1
7551
7552         * src/mainwindow.c
7553         * src/toolbar.c
7554         * src/toolbar.h
7555                 Add contextual menu on Compose toolbar 
7556                 button. Fixes bug #944 (Automatic 
7557                 addresses not applied when changing account 
7558                 from compose window)
7559
7560 2006-05-08 [paul]       2.2.0
7561
7562         2.2.0 released
7563
7564 2006-05-08 [paul]       2.1.1cvs51
7565
7566         * po/cs.po
7567         * po/de.po
7568         * po/en_GB.po
7569         * po/fi.po
7570         * po/fr.po
7571         * po/pt_BR.po
7572         * po/sr.po
7573         * po/zh_CN.po
7574                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
7575                 Fabien Vantard, Frederico Goncalves Guimaraes,
7576                 Aleksandar Urosevic, and Ralgh Young
7577
7578 2006-05-12 [colin]      2.1.1cvs50
7579
7580         * po/cs.po
7581         * po/de.po
7582         * po/en_GB.po
7583         * po/es.po
7584         * po/fi.po
7585         * po/fr.po
7586         * po/pt_BR.po
7587         * po/sr.po
7588         * po/zh_CN.po
7589                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
7590                 Fabien Vantard, Frederico Goncalves Guimaraes,
7591                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
7592
7593 2006-05-05 [colin]      2.1.1cvs49
7594
7595         * manual/Makefile.am
7596         * manual/pl/Makefile.am
7597         * manual/pl/account.xml
7598         * manual/pl/ack.xml
7599         * manual/pl/addrbook.xml
7600         * manual/pl/advanced.xml
7601         * manual/pl/faq.xml
7602         * manual/pl/glossary.xml
7603         * manual/pl/gpl.xml
7604         * manual/pl/handling.xml
7605         * manual/pl/intro.xml
7606         * manual/pl/keyboard.xml
7607         * manual/pl/plugins.xml
7608         * manual/pl/starting.xml
7609         * manual/pl/sylpheed-claws-manual.xml
7610         * manual/pl/dist/.cvsignore
7611         * manual/pl/dist/Makefile.am
7612         * manual/pl/dist/html/.cvsignore
7613         * manual/pl/dist/html/Makefile.am
7614         * manual/pl/dist/pdf/.cvsignore
7615         * manual/pl/dist/pdf/Makefile.am
7616         * manual/pl/dist/ps/.cvsignore
7617         * manual/pl/dist/ps/Makefile.am
7618         * manual/pl/dist/txt/.cvsignore
7619         * manual/pl/dist/txt/Makefile.am
7620                 Add the polish translation of the manual,
7621                 Authored by Pawel Pekala.
7622
7623 2006-05-05 [cleroy]     2.1.1cvs48
7624
7625         * src/main.c
7626                 Re-read matcherrc after loading plugins 
7627                 if some of them add folders.
7628
7629 2006-05-03 [colin]      2.1.1cvs47
7630
7631         * src/imap.c
7632                 I'm idiot
7633
7634 2006-05-03 [colin]      2.1.1cvs46
7635
7636         * src/imap.c
7637                 Be sure to have a session when
7638                 getting separator
7639
7640 2006-05-03 [colin]      2.1.1cvs45
7641
7642         * src/imap.c
7643         * src/imap.h
7644         * src/imap_gtk.c
7645                 Fix preventing renaming with namespace 
7646                 separator.
7647
7648 2006-05-01 [colin]      2.1.1cvs44
7649
7650         * src/action.c
7651                 Don't reload messageview when result of
7652                 action is piped.
7653
7654 2006-04-29 [colin]      2.1.1cvs43
7655
7656         * src/prefs_receive.c
7657         * src/plugins/spamassassin/spamassassin_gtk.c
7658         * src/plugins/clamav/clamav_plugin_gtk.c
7659                 GUI fixes by Pawel
7660
7661 2006-04-29 [colin]      2.1.1cvs42
7662
7663         * src/prefs_compose_writing.c
7664         * src/prefs_quote.c
7665                 Cleanups. Patch by Pawel
7666
7667 2006-04-28 [paul]       2.1.1cvs41
7668
7669         * src/matcher.c
7670                 fix returned quick search results when search
7671                 term contains an underscore.
7672                 Thanks to Colin
7673
7674 2006-04-28 [paul]       2.1.1cvs40
7675
7676         * src/prefs_message.c
7677         * src/prefs_receive.c
7678                 GUI cleanups
7679                 Patches by Pawel Pekala
7680
7681 2006-04-27 [colin]      2.1.1cvs39
7682
7683         * src/wizard.c
7684                 Differentiate subject Welcome from
7685                 window's title Welcome
7686
7687 2006-04-27 [paul]
7688
7689         2.2.0-rc1 released
7690
7691 2006-04-27 [paul]       2.1.1cvs38
7692
7693         * manual/advanced.xml
7694         * manual/fr/advanced.xml
7695                 add info about compose_no_markup hidden pref
7696
7697 2006-04-27 [paul]       2.1.1cvs37
7698
7699         * src/prefs_account.c
7700                 improve privacy labels
7701         * src/prefs_msg_colors.c
7702                 change some strings for translators' convenience
7703         * src/gtk/gtkutils.c
7704                 don't underline the link button text
7705
7706 2006-04-25 [colin]      2.1.1cvs36
7707
7708         * src/folder.c
7709                 Complete 2.1.1cvs33 (once more ;)
7710
7711 2006-04-25 [colin]      2.1.1cvs35
7712
7713         * src/editldap.c
7714                 Fix tooltip
7715
7716 2006-04-25 [cleroy]     2.1.1cvs34
7717
7718         * src/compose.c
7719         * src/gtk/gtkaspell.c
7720                 Fix crash on redirect (related to the return 
7721                 of the aspell menu in compose's toolbar)
7722         * src/prefs_msg_colors.c
7723                 Fix sensitivity widgets
7724         * src/image_viewer.c
7725         * src/gtk/pluginwindow.c
7726         * src/gtk/prefswindow.c
7727                 Change released signals to clicked (Fabien)
7728         * po/POTFILES.in
7729         * src/common/socket.c
7730         * src/plugins/spamassassin/spamassassin.c
7731                 Translate strings (Fabien)
7732
7733 2006-04-25 [paul]       2.1.1cvs33
7734
7735         * src/folder.c
7736         * src/folder.h
7737         * src/folderview.c
7738                 complete the fix of bug #912
7739                 Thanks to Colin
7740
7741 2006-04-25 [colin]      2.1.1cvs32
7742
7743         * src/news.c
7744                 Better progress bar
7745         * src/mimeview.c
7746         * src/summaryview.c
7747         * src/summaryview.h
7748                 Fix focus chain
7749                 Patches by Pawel Pekala
7750
7751 2006-04-24 [colin]      2.1.1cvs31
7752
7753         * src/compose.c
7754                 Fix compilation warnings (Fabien)
7755
7756 2006-04-24 [colin]      2.1.1cvs30
7757
7758         * src/addrindex.c
7759         * src/editldap.c
7760         * src/editldap_basedn.c
7761         * src/editldap_basedn.h
7762         * src/ldapctrl.c
7763         * src/ldapctrl.h
7764         * src/ldapquery.c
7765         * src/ldaputil.c
7766         * src/ldaputil.h
7767                 Fix bug #901 (LDAPS support)
7768
7769 2006-04-24 [colin]      2.1.1cvs29
7770
7771         * src/compose.c
7772                 Fix logic on error with send dialog on
7773         * src/imap.c
7774                 Fix compilation without libetpan, thanks
7775                 to Fabien
7776         * src/summaryview.c
7777                 Fix 'context-menu' key
7778
7779 2006-04-23 [colin]      2.1.1cvs28
7780
7781         * src/folder.c
7782                 Never free current's cache to free up 
7783                 memory. Fixes bug #912 (new count 
7784                 randomly set to message count)
7785
7786 2006-04-23 [colin]      2.1.1cvs27
7787
7788         * src/gtk/quicksearch.c
7789                 And remove printf...
7790
7791 2006-04-23 [colin]      2.1.1cvs26
7792
7793         * src/gtk/quicksearch.c
7794                 Fix replacing in quicksearch, and fix inserting
7795                 in the middle of the string. (introduced at 2.1.0cvs22)
7796
7797 2006-04-23 [colin]      2.1.1cvs25
7798
7799         * src/imap.c
7800                 Make sure uidnext is initialized in get_num_list
7801                 (not for stable, related to 2.1.1cvs8 and friends)
7802
7803 2006-04-23 [colin]      2.1.1cvs24
7804
7805         * src/imap.c
7806                 Output something when login is successful
7807                 too
7808
7809 2006-04-23 [colin]      2.1.1cvs23
7810
7811         * src/etpan/imap-thread.c
7812                 Better logging (line-per-line, hide data in fetch)
7813                 Fix a const warning
7814         * src/gtk/logwindow.c
7815         * src/gtk/logwindow.h
7816                 Better logging (color for input/output)
7817
7818 2006-04-21 [colin]      2.1.1cvs22
7819
7820         * src/gtk/quicksearch.c
7821                 On gtk+-2.8, use stock buttons in quicksearch
7822                 Based on a patch by Fabien and a design by Paul
7823
7824 2006-04-21 [colin]      2.1.1cvs21
7825
7826         * src/folderview.c
7827         * src/mainwindow.c
7828                 Fix occasional flicker in folderview
7829         * src/common/utils.c
7830                 Fix bug #943 (Incorrectly parsed email address 
7831                 list in short headers on message view and in 
7832                 printouts)
7833
7834 2006-04-20 [colin]      2.1.1cvs20
7835
7836         * src/imap.c
7837         * src/imap.h
7838         * src/prefs_account.c
7839                 Add ANONYMOUS auth for IMAP
7840
7841 2006-04-20 [paul]       2.1.1cvs19
7842
7843         * src/main.c
7844                 proper fix for 2.1.1cvs18
7845                 Thanks to Colin
7846
7847 2006-04-20 [paul]       2.1.1cvs18
7848
7849         * src/main.c
7850                 fix build warnings
7851
7852 2006-04-20 [paul]       2.1.1cvs17
7853
7854         * src/gtk/quicksearch.c
7855                 fix standard, non-extended Quick search,
7856                 was broken in 2.1.1cvs15.
7857                 Thanks to Colin.
7858
7859 2006-04-20 [colin]      2.1.1cvs16
7860
7861         * src/prefs_matcher.c
7862                 Fix values when reselecting a ~test
7863                 rule
7864
7865 2006-04-19 [colin]      2.1.1cvs15
7866
7867         * src/compose.c
7868         * src/compose.h
7869         * src/gtk/gtkaspell.c
7870         * src/gtk/gtkaspell.h
7871                 Put back Options menu in Spelling/
7872         * src/gtk/quicksearch.c
7873                 Don't search, and show error, if the
7874                 advanced search has a syntax error
7875
7876 2006-04-18 [colin]      2.1.1cvs14
7877
7878         * src/textview.c
7879                 Fix gdk warnings on set_cursor when textview
7880                 isn't visible
7881
7882 2006-04-18 [colin]      2.1.1cvs13
7883
7884         * src/gtk/gtksctree.c
7885                 Remove seemingly useless refresh that causes
7886                 flicker - watch this commit in case of 
7887                 problems before planned backport to stable
7888
7889 2006-04-18 [colin]      2.1.1cvs12
7890
7891         * src/imap.c
7892                 Factorize get/set_xml code
7893         * src/compose.c
7894         * src/prefs_account.c
7895         * src/prefs_account.h
7896         * src/procmsg.c
7897                 Add Encrypt to self option
7898
7899 2006-04-17 [colin]      2.1.1cvs11
7900
7901         * configure.ac
7902                 Fix search on encrpyt function on dragonfly
7903                 Patch by Jonathan Buschmann <jonthn@agmact.com>
7904
7905 2006-04-17 [colin]      2.1.1cvs10
7906
7907         * src/prefs_account.c
7908                 Be safe by default: remove mails from POP3
7909                 after 7 days, not immediately
7910
7911 2006-04-17 [colin]      2.1.1cvs9
7912
7913         * src/etpan/imap-thread.c
7914                 Fix build on DragonFly - patch by 
7915                 Jonathan Buschmann <jonthn@agmact.com>
7916
7917 2006-04-17 [colin]      2.1.1cvs8
7918
7919         * src/imap.c
7920                 Save uidnext between sessions
7921
7922 2006-04-17 [colin]      2.1.1cvs7
7923
7924         * src/imap.c
7925                 scan is required when uid validity changes
7926
7927 2006-04-17 [colin]      2.1.1cvs6
7928
7929         * src/folderview.c
7930                 Don't scan if not necessary, apart in current
7931                 folder and INBOX to fetch flags.
7932         * src/imap.c
7933                 Scan is necessary if unread count changes
7934
7935 2006-04-17 [colin]      2.1.1cvs5
7936
7937         * src/imap.c
7938                 ...But always fetch ANSWERED and DELETED flags for
7939                 INBOX, as filtering can happen on these flags.
7940
7941 2006-04-17 [colin]      2.1.1cvs4
7942
7943         * src/imap.c
7944                 Don't fetch REPLIED and DELETED flags when synchronising
7945                 flags with a closed folder. We only need UNSEEN and FLAGGED
7946                 to update the folderview.
7947
7948 2006-04-17 [colin]      2.1.1cvs3
7949
7950         * src/imap.c
7951                 Faster flag search when there are new mails 
7952                 in a folder. We can do a full search if the 
7953                 folder contains less messages than the new
7954                 list.
7955
7956 2006-04-17 [colin]      2.1.1cvs2
7957
7958         * po/cs.po
7959         * po/de.po
7960         * po/fr.po
7961         * po/nl.po
7962         * po/pt_BR.po
7963                 Update translations from stable branch
7964
7965 2006-04-17 [colin]      2.1.1cvs1
7966
7967         * configure.ac
7968                 Bump version to follow stable release
7969
7970 2006-04-16 [mones]      2.1.0cvs50
7971
7972         * po/es.po
7973                 Updated for release
7974
7975 2006-04-16 [colin]      2.1.0cvs49
7976
7977         * src/textview.c
7978                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
7979                 with gtk < 2.8. Thanks to Fabien Vantard.
7980
7981 2006-04-15 [colin]      2.1.0cvs48
7982
7983         * src/etpan/imap-thread.c
7984                 Fix bug #919 (libetpan: SEGV when connecting 
7985                 using command)
7986
7987 2006-04-14 [colin]      2.1.0cvs47
7988
7989         * src/main.c
7990                 Fix race on --select (should be done better)
7991
7992 2006-04-14 [wwp]        2.1.0cvs46
7993
7994         * src/send_message.c
7995                 enforce a check for domain in account prefs (a sending
7996                 error could be faced if domain was checked but no value set),
7997                 thanks to Colin.
7998
7999 2006-04-14 [colin]      2.1.0cvs45
8000
8001         * src/codeconv.c
8002                 when converting from unknown to unknown, if the
8003                 string is UTF8, don't convert it to the locale
8004                 (which breaks it)
8005
8006 2006-04-14 [colin]      2.1.0cvs44
8007
8008         * src/compose.c
8009                 Don't try to use ASCII for converting headers
8010                 (as done in body)
8011
8012 2006-04-14 [paul]       2.1.0cvs43
8013
8014         * src/crash.c
8015                 add locale/charset info to crash report
8016         * src/gtk/about.c
8017                 add wwp to doc team
8018                 replace 'e-mail' with preferred 'email'
8019         * src/gtk/authors.h
8020                 ensure contributors list is in alphabetical
8021                 order
8022
8023 2006-04-13 [colin]      2.1.0cvs42
8024
8025         * src/textview.c
8026                 Prevent gdk warnings
8027
8028 2006-04-13 [colin]      2.1.0cvs41
8029
8030         * src/common/ssl_certificate.c
8031         * src/common/ssl_certificate.h
8032         * src/gtk/sslcertwindow.c
8033                 Warn on expired certs, and display the expiration date
8034
8035 2006-04-13 [colin]      2.1.0cvs40
8036
8037         * src/plugins/spamassassin/spamassassin_gtk.c
8038                 Fix missing set_text on unix socket
8039
8040 2006-04-13 [wwp]        2.1.0cvs39
8041
8042         * manual/fr/advanced.xml
8043         * manual/fr/glossary.xml
8044                 applied new spam/ham/email lexicon (pourriel, courriel)
8045
8046 2006-04-13 [paul]       2.1.0cvs38
8047
8048         * src/plugins/pgpmime/plugin.c
8049                 remove the mention of S/MIME from the
8050                 description. This is now handled by the
8051                 S/MIME plugin.
8052
8053 2006-04-13 [paul]       2.1.0cvs37
8054
8055         * src/prefs_msg_colors.c
8056                 rework dialog
8057         * src/prefs_folder_item.c
8058         * src/prefs_spelling.c
8059                 add a tooltip to the colour selector buttons
8060
8061 2006-04-13 [wwp]        2.1.0cvs36
8062
8063         * manual/advanced.xml
8064         * manual/glossary.xml
8065         * manual/handling.xml
8066         * manual/keyboard.xml
8067         * manual/plugins.xml
8068         * manual/starting.xml
8069         * manual/fr/account.xml
8070         * manual/fr/ack.xml
8071         * manual/fr/addrbook.xml
8072         * manual/fr/advanced.xml
8073         * manual/fr/faq.xml
8074         * manual/fr/glossary.xml
8075         * manual/fr/gpl.xml
8076         * manual/fr/handling.xml
8077         * manual/fr/intro.xml
8078         * manual/fr/keyboard.xml
8079         * manual/fr/plugins.xml
8080         * manual/fr/starting.xml
8081         * manual/fr/sylpheed-claws-manual.xml
8082                 fixes to the manuals:
8083                  - summaryview -> Message List (same in French)
8084                  - translate key names
8085                  - fix French punctuation, use non-breakable spaces when
8086                    necessary, don't use &thinsp; which is not portable
8087                  - tell what maildir and mbox formats we support
8088
8089 2006-04-12 [wwp]        2.1.0cvs35
8090
8091         * src/prefs_toolbar.c
8092                 unified a replace button more,
8093                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8094
8095 2006-04-12 [wwp]        2.1.0cvs34
8096
8097         * src/prefs_common.c
8098         * src/prefs_msg_colors.c
8099                 make default color labels translatable,
8100                 patch from Fabien Vantard <fzzzzz@gmail.com>,
8101                 thanks to Tim <timbrain@post.cz> for reporting.
8102
8103 2006-04-12 [wwp]        2.1.0cvs33
8104
8105         * manual/glossary.xml
8106         * manual/intro.xml
8107         * manual/plugins.xml
8108         * manual/starting.xml
8109         * manual/sylpheed-claws-manual.xml
8110         * manual/fr/.cvsignore
8111         * manual/fr/account.xml
8112         * manual/fr/ack.xml
8113         * manual/fr/addrbook.xml
8114         * manual/fr/advanced.xml
8115         * manual/fr/faq.xml
8116         * manual/fr/glossary.xml
8117         * manual/fr/handling.xml
8118         * manual/fr/intro.xml
8119         * manual/fr/keyboard.xml
8120         * manual/fr/plugins.xml
8121         * manual/fr/starting.xml
8122         * manual/fr/sylpheed-claws-manual.xml
8123                 various fixes: typos, missing .fr translations, punctuation,
8124                 capitalization, links, accents and some bad French more.
8125
8126 2006-04-12 [wwp]        2.1.0cvs32
8127
8128         * src/prefs_gtk.c
8129                 fix for bug #935: always store prefs files in UTF-8 (thanks
8130                 to Colin).
8131
8132 2006-04-11 [colin]      2.1.0cvs31
8133
8134         * src/compose.c
8135                 Fix inserting files not in utf8 when locale is utf8
8136
8137 2006-04-11 [colin]      2.1.0cvs30
8138
8139         * src/inc.c
8140                 Don't show error dialog when cancelling connection
8141                 Patch by Pawel
8142
8143 2006-04-11 [cleroy]     2.1.0cvs29
8144
8145         * src/compose.c
8146                 Implement multiple quote levels
8147         * src/prefs_common.c
8148                 Change a little bit the quote bgcolor for 2nd level
8149
8150 2006-04-11 [colin]      2.1.0cvs28
8151
8152         * src/gtk/about.c
8153                 Add locale and charset in the label
8154
8155 2006-04-10 [colin]      2.1.0cvs27
8156
8157         * src/compose.c
8158         * src/prefs_common.c
8159         * src/prefs_common.h
8160         * src/prefs_msg_colors.c
8161         * src/textview.c
8162                 Allow optional background color in quotes
8163                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
8164                 GTK+-2.8.x feature
8165
8166 2006-04-10 [colin]      2.1.0cvs26
8167
8168         * src/main.c
8169         * src/mainwindow.c
8170         * src/mainwindow.h
8171                 Implement --select
8172
8173 2006-04-10 [colin]      2.1.0cvs25
8174
8175         * manual/plugins.xml
8176         * manual/fr/plugins.xml
8177                 Document libcurl's proxy variables
8178
8179 2006-04-09 [colin]      2.1.0cvs24
8180
8181         * src/prefs_common.c
8182                 gettext() returns statically allocated stuff. We have
8183                 to strdup it in order to be able to free it.
8184
8185 2006-04-09 [colin]      2.1.0cvs23
8186
8187         * AUTHORS
8188         * src/gtk/authors.h
8189                 Add Alexei
8190
8191 2006-04-09 [colin]      2.1.0cvs22
8192
8193         * src/mainwindow.c
8194         * src/gtk/quicksearch.c
8195                 Fix bug #859 (problems with cyrilic input in 
8196                 search panel) - Patch by Alexey Illarionov 
8197                 <littlesavage@rambler.ru>
8198
8199 2006-04-09 [colin]      2.1.0cvs21
8200
8201         * src/prefs_customheader.c
8202                 I prefer removing then freeing rather than the contrary
8203                 (even if it doesn't change anything ;-)
8204         * src/prefs_account.c
8205                 Fix bug #933 (Crash re-entering the custom headers list 
8206                 dialog in accounts prefs)
8207                 The problem happened when cancelling the Account 
8208                 Preferences' dialogs - in which case we didn't do 
8209                 anything to the PrefsAccount * struct. In case of applying,
8210                 the old ac_prefs was replaced with the tmp_ac_prefs we were
8211                 working with in this dialog. The problem is that 
8212                 prefs_customheader.c, working on this tmp_ac_prefs, always
8213                 changes the ->customhdr_list pointer, even when cancelled. 
8214                 So in case of cancelling the prefs_account dialog, we still
8215                 have to update ->customhdr_list in the real account.
8216
8217 2006-04-08 [colin]      2.1.0cvs20
8218
8219         * manual/fr/glossary.xml
8220         * manual/fr/keyboard.xml
8221                 Forgot some headers :)
8222
8223 2006-04-08 [colin]      2.1.0cvs19
8224
8225         * manual/Makefile.am
8226         * manual/fr/Makefile.am
8227         * manual/fr/account.xml
8228         * manual/fr/ack.xml
8229         * manual/fr/addrbook.xml
8230         * manual/fr/advanced.xml
8231         * manual/fr/faq.xml
8232         * manual/fr/glossary.xml
8233         * manual/fr/gpl.xml
8234         * manual/fr/handling.xml
8235         * manual/fr/intro.xml
8236         * manual/fr/keyboard.xml
8237         * manual/fr/plugins.xml
8238         * manual/fr/starting.xml
8239         * manual/fr/sylpheed-claws-manual.xml
8240         * manual/fr/dist/.cvsignore
8241         * manual/fr/dist/Makefile.am
8242         * manual/fr/dist/html/.cvsignore
8243         * manual/fr/dist/html/Makefile.am
8244         * manual/fr/dist/pdf/.cvsignore
8245         * manual/fr/dist/pdf/Makefile.am
8246         * manual/fr/dist/ps/.cvsignore
8247         * manual/fr/dist/ps/Makefile.am
8248         * manual/fr/dist/txt/.cvsignore
8249         * manual/fr/dist/txt/Makefile.am
8250                 Add the french translation of the manual. Thanks to
8251                 Olivier Delhomme <olivier.delhomme@free.fr> for 
8252                 account.xml, ack.xml, addrbook.xml and advanced.xml
8253
8254 2006-04-08 [colin]      2.1.0cvs18
8255
8256         * manual/plugins.xml
8257         * manual/starting.xml
8258                 More fixes
8259
8260 2006-04-07 [colin]      2.1.0cvs17
8261
8262         * manual/faq.xml
8263         * manual/intro.xml
8264         * manual/keyboard.xml
8265                 Little fixes
8266
8267 2006-04-07 [colin]      2.1.0cvs16
8268
8269         * README
8270         * src/compose.c
8271         * src/prefs_common.c
8272         * src/prefs_common.h
8273                 Add hidden compose_no_markup pref
8274
8275 2006-04-07 [wwp]        2.1.0cvs15
8276
8277         * src/summary_search.c
8278         * .cvsignore
8279                 Bugfix: stop button was sticky when searching in an empty folder.
8280                 Applied curly brackets code style to the whole file (summary_search.c).
8281                 More files to ignore.
8282
8283 2006-04-07 [wwp]        2.1.0cvs14
8284
8285         * src/message_search.c
8286         * src/summary_search.c
8287                 changed default button when search bumps at file/folder
8288                 beginning or end, for convenience (thanks to Colin).
8289
8290 2006-04-07 [paul]       2.1.0cvs13
8291
8292         * src/plugins/dillo_viewer/dillo_prefs.c
8293                 avoid future potential for namespace collision
8294                 Patch by Colin
8295
8296 2006-04-06 [wwp]        2.1.0cvs12
8297
8298         * src/summary_search.c
8299                 Unify extended/advanced searches names (and thus factorize labels),
8300                 patch by Fabien Vantard <fzzzzz@gmail.com>.
8301
8302 2006-04-06 [wwp]        2.1.0cvs11
8303
8304         * src/folderview.c
8305         * src/prefs_themes.c
8306         * src/summaryview.c
8307                 Fixed some compilation warnings.
8308
8309 2006-04-06 [colin]      2.1.0cvs10
8310
8311         * manual/advanced.xml
8312                 Document the wizard template and how to deploy
8313                 Sylpheed-Claws effectively
8314
8315 2006-04-06 [colin]      2.1.0cvs9
8316
8317         * src/folderview.c
8318                 gettext patch to tell translators about _("#"),
8319                 by Maxim Britov
8320
8321 2006-04-06 [colin]      2.1.0cvs8
8322
8323         * src/textview.c
8324                 Fix invalid GtkTextBIter after clicking "Display as text"
8325
8326 2006-04-06 [mones]      2.1.0cvs7
8327
8328         * src/addr_compl.c
8329         * src/addrindex.c
8330         * src/addritem.c
8331         * src/codeconv.c
8332         * src/compose.c
8333         * src/filtering.c
8334         * src/folder.c
8335         * src/folder_item_prefs.c
8336         * src/folderview.c
8337         * src/localfolder.c
8338         * src/matcher.c
8339         * src/mimeview.c
8340         * src/prefs_msg_colors.c
8341         * src/prefs_spelling.c
8342         * src/prefs_themes.c
8343         * src/procmime.c
8344         * src/procmsg.c
8345         * src/stock_pixmap.c
8346         * src/summaryview.c
8347         * src/textview.c
8348         * src/toolbar.c
8349         * src/common/mgutils.c
8350         * src/common/prefs.c
8351         * src/common/ssl_certificate.c
8352         * src/gtk/colorlabel.c
8353         * src/gtk/quicksearch.c
8354         * src/plugins/pgpmime/pgpmime.c
8355         * src/plugins/spamassassin/spamassassin.c
8356                 Removed redundant NULL checks for g_free() calls.
8357                 Patch by Pawel Pekala.
8358
8359 2006-04-06 [mones]      2.1.0cvs6
8360
8361         * src/prefs_actions.c
8362         * src/prefs_filtering.c
8363         * src/prefs_filtering_action.c
8364         * src/prefs_matcher.c
8365         * src/prefs_template.c
8366         * src/gtk/gtkutils.c
8367         * src/gtk/gtkutils.h
8368                 Have a nice replace button. Patch by Pawel Pekala
8369
8370 2006-04-06 [colin]      2.1.0cvs5
8371
8372         * src/addressbook.c
8373                 Fix crash with empty columns
8374
8375 2006-04-05 [colin]      2.1.0cvs4
8376
8377         * src/wizard.c
8378         * src/prefs_gtk.c
8379                 Allow wizard customization with pre-filled values
8380
8381 2006-04-05 [colin]      2.1.0cvs3
8382
8383         * src/textview.c
8384         * src/mimeview.c
8385         * src/mimeview.h
8386                 Nicer messages in mimeview
8387
8388 2006-04-05 [colin]      2.1.0cvs2
8389
8390         * src/addressbook.c
8391         * src/prefs_summaries.c
8392                 i18n fix
8393
8394 2006-04-05 [colin]      2.1.0cvs1
8395
8396         * src/plugins/pgpcore/plugin.c
8397         * src/plugins/pgpcore/select-keys.c
8398         * src/plugins/pgpcore/select-keys.h
8399         * src/plugins/pgpcore/sgpgme.c
8400         * src/plugins/pgpcore/sgpgme.h
8401         * src/plugins/pgpinline/pgpinline.c
8402         * src/plugins/pgpinline/plugin.c
8403         * src/plugins/pgpmime/pgpmime.c
8404         * src/plugins/pgpmime/plugin.c
8405                 Factorize and generalize a bit 
8406                 Drop S/MIME signature verification from PGP/MIME
8407                 (adding it as another, more complete plugin)
8408
8409 2006-04-05 [paul]       2.1.0
8410
8411         2.1.0 released
8412
8413 2006-04-05 [paul]       2.0.0cvs186
8414
8415         * manual/advanced.xml
8416                 add info on colour labels
8417
8418 2006-04-05 [paul]       2.0.0cvs185
8419
8420         * po/bg.po
8421         * po/cs.po
8422         * po/de.po
8423         * po/el.po
8424         * po/en_GB.po
8425         * po/fi.po
8426         * po/fr.po
8427         * po/it.po
8428         * po/nl.po
8429         * po/pl.po
8430         * po/pt_BR.po
8431         * po/sr.po
8432         * po/zh_CN.po
8433                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
8434                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
8435                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
8436                 Guimaraes, Aleksandar Urosevic, Ralgh Young
8437         * src/gtk/authors.h
8438         * tools/claws.i18n.status.pl
8439                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
8440                 and new Czech translator, Tim <timbrain@post.cz>
8441
8442 2006-04-05 [mones]      2.0.0cvs184
8443
8444         * po/es.po
8445                 Updated translation
8446
8447 2006-04-05 [colin]      2.0.0cvs183
8448
8449         * src/gtk/quicksearch.c
8450                 Fix bug #929 (unnecessary reload in quick search bar)
8451
8452 2006-04-05 [colin]      2.0.0cvs182
8453
8454         * src/compose.c
8455                 Fix crash on Reply with no From:
8456                 Show signature and conversion error on queuing 
8457                 (but not sending)
8458         * src/mainwindow.c
8459         * src/summaryview.c
8460         * src/summaryview.h
8461                 Factorize threading code and make sure msginfo 
8462                 is not null when it comes from a GtkCTreeRow's 
8463                 data
8464         * src/gtk/gtkaspell.c
8465                 Check for necessary things
8466         * src/gtk/gtksctree.c
8467         * src/gtk/gtksctree.h
8468                 Reset anchor if necessary when removing node
8469
8470 2006-03-29 [colin]      2.0.0cvs181
8471
8472         * src/folderview.c
8473                 Warn for disabled IMAP accounts (due to lack of
8474                 libetpan). Breaks string-freeze - sorry - but it
8475                 is kind of important ;)
8476
8477 2006-03-28 [colin]      2.0.0cvs180
8478
8479         * src/gtk/gtkutils.c
8480         * src/gtk/gtkutils.h
8481                 Add a gtkut_get_link_btn() function that
8482                 creates a button which acts like an URI
8483         * src/prefs_themes.c
8484         * src/gtk/about.c
8485                 Use this function (factorizes codes)
8486         * src/common/defs.h
8487         * src/gtk/pluginwindow.c
8488                 Add a "Get more..." in the plugins window
8489
8490 2006-03-28 [colin]      2.0.0cvs179
8491
8492         * src/common/smtp.c
8493         * src/common/passcrypt.c
8494         * src/undo.c
8495                 Warning fixes. Patch by Pawel Pekala
8496
8497 2006-03-27 [colin]      2.0.0cvs178
8498
8499         * src/undo.c
8500                 Fix undoing by blocks with spaces
8501
8502 2006-03-27 [colin]      2.0.0cvs177
8503
8504         * src/textview.c
8505                 Set margin to 3px for headers
8506
8507 2006-03-27 [paul]
8508
8509         2.1.0-rc2 released
8510
8511 2006-03-27 [wwp]        2.0.0cvs176
8512
8513         * src/summaryview.c
8514                 don't reset quicksearch when updating the message list.
8515                 Thanks to Colin.
8516
8517 2006-03-26 [wwp]        2.0.0cvs175
8518
8519         * src/compose.c
8520                 use a unified border width ('other' tab in the compose window,
8521                 patch by Pawel Pekala).
8522
8523
8524 2006-03-26 [wwp]        2.0.0cvs174
8525
8526         * src/common/quoted-printable.c
8527         * src/addressbook.c
8528                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
8529
8530 2006-03-26 [colin]      2.0.0cvs173
8531
8532         * src/quote_fmt_parse.y
8533                 Fix non-UTF8 date formats messing up the whole quote a 
8534                 little bit
8535
8536 2006-03-26 [colin]      2.0.0cvs172
8537
8538         * src/procheader.c
8539                 Make sure the date is UTF8 valid, or try to make it
8540                 so. IncrediMail is really IncrediStupid.
8541         * src/compose.c
8542                 Fix possible conversions. 
8543                 
8544
8545 2006-03-26 [colin]      2.0.0cvs171
8546
8547         * src/matcher.c
8548                 Fix corner cases in body search. This is still a
8549                 hack... It seems impossible to make it good and 
8550                 reasonably fast at the same time.
8551
8552 2006-03-26 [colin]      2.0.0cvs170
8553
8554         * src/summaryview.c
8555                 I think I killed the twilight zone bug!
8556                 summary_select_node() flushes GTK events in order
8557                 to be able to center the view. But this also 
8558                 flushes keypresses like Ctrl-Alt-U, so this can
8559                 call summary_show from summary_select_node (itself
8560                 called from summary_show, etc.). And the summaryview
8561                 has to be unlocked in this function. So just locking
8562                 while processing GTK events, and bailing if locked, 
8563                 should fix it.
8564                 Fixes bug #927 (SIGSEGV during Update Summary)
8565
8566 2006-03-25 [colin]      2.0.0cvs169
8567
8568         * src/matcher.c
8569                 Fix search in QP-encoded bodies
8570                 Fix utf-8 searches in bodies encoded in the
8571                 locale's encoding
8572         * src/common/quoted-printable.c
8573         * src/common/quoted-printable.h
8574                 Add a decode function that doesn't overwrite
8575                 the original pointer
8576                 
8577
8578 2006-03-24 [colin]      2.0.0cvs168
8579
8580         * src/action.c
8581         * src/summaryview.c
8582         * src/summaryview.h
8583                 Update message cache after action
8584                 Patch by H. Merijn Brand
8585         * src/prefs_msg_colors.c
8586                 Factorize label 
8587                 Patch by Fabien Vantard
8588         * src/plugins/spamassassin/spamassassin_gtk.c
8589                 Remove useless translation
8590                 Patch by Fabien Vantard
8591
8592 2006-03-23 [colin]      2.0.0cvs167
8593
8594         * src/common/ssl.c
8595                 Let 30 seconds to SSL_connect
8596
8597 2006-03-23 [wwp]        2.0.0cvs166
8598
8599         * src/summaryview.c
8600         * src/gtk/description_window.c
8601                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
8602                 and headers are translated; adjust description windows' width to fit their
8603                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
8604
8605 2006-03-23 [paul]       2.0.0cvs165
8606
8607         * src/common/utils.c
8608                 fix highlighting of URIs containing "()"
8609                 (2.0.0cvs164's reversal fixed)
8610                 Thanks to Colin.
8611
8612 2006-03-23 [paul]       2.0.0cvs164
8613
8614         * src/common/utils.c
8615                 revert patch, (postponing a fix), at 2.0.0cvs120
8616                 as it breaks more URIs than it fixes.
8617                 Allow '-' to be a terminating character in a URI
8618
8619 2006-03-22 [colin]      2.0.0cvs163
8620
8621         * configure.ac
8622                 Require libetpan 0.45
8623                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
8624
8625 2006-03-22 [paul]       2.0.0cvs162
8626
8627         * src/editgroup.c
8628                 replace '<-' and '->' buttons with GTK_STOCK graphical
8629                 buttons
8630         * src/summary_search.c
8631                 don't offer '...' for translation
8632                 add a tooltip to advanced search '...' button
8633         * src/gtk/quicksearch.c
8634                 don't offer '...' for translation
8635
8636 2006-03-21 [colin]      2.0.0cvs161
8637
8638         * src/compose.c
8639                 Fix middle-click pasting (insert at click
8640                 position instead of cursor position, don't
8641                 remove existing selection and allow pasting
8642                 our own selection)
8643         * src/addressbook.c
8644                 "LDAP Server" -> "LDAP servers"
8645
8646 2006-03-21 [wwp]        2.0.0cvs160
8647
8648         * src/etpan/imap-thread.c
8649                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
8650
8651 2006-03-20 [colin]      2.0.0cvs159
8652
8653         * src/summaryview.c
8654                 Don't reload summaryview after an execute with no
8655                 move action
8656
8657 2006-03-19 [colin]      2.0.0cvs158
8658
8659         * src/addressbook.c
8660                 and put groups at the top, always
8661
8662 2006-03-19 [colin]      2.0.0cvs157
8663
8664         * src/addressbook.c
8665                 Order groups before names, as previously
8666
8667 2006-03-19 [colin]      2.0.0cvs156
8668
8669         * src/addressbook.c
8670                 - Sort case-unsensitive
8671                 - Put the sort arrow at opening too
8672
8673 2006-03-19 [wwp]        2.0.0cvs155
8674
8675         * src/addressbook.c
8676                 allow sorting by name/email/remarks, ensure that right-pane's contents
8677                 matches the left-pane selection (cleared when appropriate).
8678                 Patch by Pawel Pekala <c0rn@o2.pl>.
8679
8680 2006-03-18 [colin]      2.0.0cvs154
8681
8682         * src/textview.c
8683                 Fix text cursor ;)
8684
8685 2006-03-18 [colin]      2.0.0cvs153
8686
8687         * src/gtk/filesel.c
8688                 Make sure we hide the preview if we didn't get
8689                 a filename
8690
8691 2006-03-18 [colin]      2.0.0cvs152
8692
8693         * src/summaryview.c
8694                 Set cursor to watch for execution (fixes lack
8695                 of watch-cursor when dnd'ing hundreds of mails)
8696         * src/gtk/filesel.c
8697                 Check that mime type is 'image/*' before updating
8698                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
8699
8700 2006-03-18 [colin]      2.0.0cvs151
8701
8702         * src/mainwindow.c
8703         * src/textview.c
8704         * src/textview.h
8705                 Put a watch cursor in textview too when the mainwindow's
8706                 cursor in a watch
8707
8708 2006-03-18 [colin]      2.0.0cvs150
8709
8710         * src/folder.c
8711                 Change wrong asserts to simple tests
8712
8713 2006-03-17 [colin]      2.0.0cvs149
8714
8715         * src/mainwindow.c
8716         * src/mainwindow.h
8717         * src/prefs_msg_colors.c
8718         * src/summaryview.c
8719         * src/summaryview.h
8720         * src/gtk/colorlabel.c
8721         * src/gtk/colorlabel.h
8722                 Add a color label menu in the main menubar
8723                 Add (fixed) accels Ctrl-{0-7} to change the color
8724                 They have to be fixed because the menu's dynamic,
8725                 the items are complex widgets, hence we can't use
8726                 a GtkItemFactory.
8727
8728
8729 2006-03-17 [wwp]        2.0.0cvs148
8730
8731         * src/compose.c
8732                 rollback few lines from my previous commit (those lines come from
8733                 a pending patch, accidentally commited, even if neutral as they are
8734                 commented out).
8735
8736 2006-03-17 [wwp]        2.0.0cvs147
8737
8738         * src/compose.c
8739                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
8740                 applied code style/indentation to the modified function.
8741
8742 2006-03-17 [wwp]        2.0.0cvs146
8743
8744         * src/procmsg.c
8745         * src/compose.c
8746                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
8747
8748 2006-03-17 [paul]
8749
8750         2.1.0-rc1 released
8751
8752 2006-03-17 [paul]       2.0.0cvs145
8753
8754         * src/main.c
8755                 addressbook_read_file() was called twice
8756         * src/textview.c
8757                 X-Mailer highlighting
8758
8759 2006-03-16 [colin]      2.0.0cvs144
8760
8761         * src/sourcewindow.c
8762         * src/sourcewindow.h
8763                 And the last one, in source window.
8764
8765 2006-03-16 [colin]      2.0.0cvs143
8766
8767         * src/compose.c
8768         * src/compose.h
8769                 Fix the same stuff in compose
8770
8771 2006-03-16 [colin]      2.0.0cvs142
8772
8773         * src/messageview.c
8774                 Complete the previous messageview crash fix
8775
8776 2006-03-16 [colin]      2.0.0cvs141
8777
8778         * src/procmsg.h
8779         * src/procmsg.c
8780         * src/folder.c
8781                 Fix POSTPROCESSING hook
8782                 Patch by H. Merijn Brand
8783
8784         * src/procmime.c
8785         * src/procmime.h
8786                 Parse Content-Location
8787
8788         * src/toolbar.c
8789         * src/messageview.c
8790         * src/messageview.h
8791                 Don't crash when a top-level MessageView has
8792                 been closed on us. Same problematic than
8793                 yesterday's quicksearch issue.
8794
8795 2006-03-15 [colin]      2.0.0cvs140
8796
8797         * src/gtk/quicksearch.c
8798                 Fix a bitchy race we didn't think about when we
8799                 added quicksearch cancellation:
8800                 If the search is not on cached fields, for example
8801                 body_part matchcase "stuff"
8802                 the matcher code has to get the whole message. If
8803                 we're on IMAP, that can be slow, and in order to
8804                 be non-blocking, the IMAP code idle loop processes
8805                 gtk events too. So it is possible to cancel a
8806                 quicksearch while the matcher is getting the mail's
8807                 body. After matcher got its body, it will start to
8808                 iterate over the matcher list that the Quicksearch's
8809                 clear_search_cb() just freed via prepare_matcher().
8810                 SIGSEGV ensues.
8811                 The fix consists of guarding the matcherlist_match()
8812                 call with a boolean 'matching'. If we reset the
8813                 quicksearch while matching is TRUE, we don't free
8814                 the matcherlist anymore like we did, but we set
8815                 another new flag, deferred_free, to TRUE. Then,
8816                 in quicksearch_match(), just after returning from
8817                 matcherlist_match() and unsetting the matching flag,
8818                 we check the deferred_free flag and do the
8819                 prepare_matcher() (which does the matcherlist_free)
8820                 for real, so we free the matcherlist once it's not
8821                 used anymore.
8822                 As all of this runs via the glib main loop, we
8823                 luckily don't need a mutex.
8824         * src/summaryview.c
8825                 Also, show progress while searching.
8826
8827
8828 2006-03-14 [colin]      2.0.0cvs139
8829
8830         * src/alertpanel.c
8831                 Make alertpanel_is_open non-static
8832
8833 2006-03-14 [colin]      2.0.0cvs138
8834
8835         * src/prefs_spelling.c
8836                 Cleanups - Fabien Vantard
8837
8838 2006-03-14 [wwp]        2.0.0cvs137
8839
8840         * src/main.c
8841                 code style normalization (curly braces, indentation).
8842
8843 2006-03-14 [wwp]        2.0.0cvs137
8844
8845         * src/main.c
8846                 code style (braces, indentation)
8847
8848 2006-03-12 [paul]       2.0.0cvs136
8849
8850         * src/prefs_common.c
8851                 trans_hdr defaults to FALSE to be RFC-savvy
8852         * src/prefs_summaries.c
8853                 add a tooltip to the trans_hdr option
8854                 
8855
8856 2006-03-12 [paul]       2.0.0cvs135
8857
8858         * src/prefs_matcher.c
8859                 give a little more width to the combos
8860         * src/prefs_display_header.c
8861         * src/textview.c
8862                 translate headers if prefs_common.trans_hdr
8863                 is TRUE
8864
8865         Patches by Pawel Pekala
8866
8867 2006-03-12 [paul]       2.0.0cvs134
8868
8869         * src/plugins/clamav/clamav_plugin.c
8870         * src/plugins/dillo_viewer/dillo_viewer.c
8871         * src/plugins/pgpcore/plugin.c
8872         * src/plugins/pgpinline/plugin.c
8873         * src/plugins/pgpmime/plugin.c
8874         * src/plugins/spamassassin/spamassassin.c
8875                 update/add to descriptions
8876         * src/plugins/spamassassin/spamassassin_gtk.c
8877                 fixes to the english, remove superfluous
8878                 tooltips, clean up a little
8879
8880 2006-03-12 [paul]       2.0.0cvs133
8881
8882         * src/compose.c
8883                 fix Bug 924, 'Account combo box shows up wrong 
8884                 if & is in account name'
8885
8886 2006-03-11 [colin]      2.0.0cvs132
8887
8888         * src/summaryview.c
8889                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
8890                 messed up shift-selection because is slows down
8891                 moving around summaryview. thanks -users
8892
8893 2006-03-10 [colin]      2.0.0cvs131
8894
8895         * src/plugins/spamassassin/spamassassin_gtk.c
8896                 Put back Paul's engrish fixes
8897
8898 2006-03-10 [colin]      2.0.0cvs130
8899
8900         * src/plugins/spamassassin/spamassassin.c
8901         * src/plugins/spamassassin/spamassassin.h
8902         * src/plugins/spamassassin/spamassassin_gtk.c
8903                 Cleanup SA prefs page (more)
8904                 Patch by Fabien Vantard
8905
8906 2006-03-10 [paul]       2.0.0cvs129
8907
8908         * src/prefs_msg_colors.c
8909         * src/prefs_spelling.c
8910                 widget sensitivity
8911
8912 2006-03-09 [mones]      2.0.0cvs128
8913
8914         * po/es.po
8915                 Update for next RC
8916
8917 2006-03-09 [wwp]        2.0.0cvs127
8918
8919         * configure.ac
8920                 revert accidental commit (requirement for libetpan 0.43), this time
8921                 not in HEAD.
8922
8923 2006-03-09 [wwp]        2.0.0cvs125
8924
8925         * configure.ac
8926                 revert accidental commit (requirement for libetpan 0.43)
8927
8928 2006-03-09 [paul]       2.0.0cvs126
8929
8930         * src/prefs_receive.c
8931                 remove useless frame
8932                 replace 'incorporation' with 'receiving'
8933         * src/plugins/clamav/clamav_plugin_gtk.c
8934         * src/plugins/spamassassin/spamassassin_gtk.c
8935                 improve widget sensitivity
8936                 fix a bit his engrish
8937
8938 2006-03-09 [wwp]        2.0.0cvs125
8939
8940         * src/addressadd.c
8941         * src/foldersel.c
8942         * src/prefs_common.c
8943         * src/prefs_common.h
8944                 remember some more windows' sizes (add to addressbook and
8945                 select folder).
8946
8947 2006-03-09 [paul]       2.0.0cvs124
8948
8949         * src/plugins/pgpcore/prefs_gpg.c
8950                 normalise construction of dialogue
8951
8952 2006-03-09 [paul]       2.0.0cvs123
8953
8954         * src/plugins/trayicon/Makefile.am
8955                 add missing slash
8956
8957 2006-03-08 [colin]      2.0.0cvs122
8958
8959         * src/plugins/trayicon/Makefile.am
8960                 Fix build in separate dir 
8961                 Patch by Bamanzi <bamanzi@gmail.com>
8962
8963 2006-03-08 [colin]      2.0.0cvs121
8964
8965         * src/procmsg.c
8966                 Batch move and copies from summaryview with delayed execution
8967                 too
8968
8969 2006-03-07 [paul]       2.0.0cvs120
8970
8971         * src/common/utils.c
8972                 fix highlighting of URIs containing "()"
8973                 Patch by Pawel Pekala
8974
8975 2006-03-07 [paul]       2.0.0cvs119
8976
8977         * src/folder.c
8978         * src/folder.h
8979         * src/folderview.c
8980                 immediately do alphabetical resort when
8981                 changing a folder's name
8982                 Patch by Pawel Pekala
8983
8984 2006-03-07 [paul]       2.0.0cvs118
8985
8986         * src/news.c
8987         * src/news_gtk.c
8988                 when unsubscribing a newsgroup, remove the
8989                 folder and msgs in .sylpheed-claws/newscache
8990                 Patch by Pawel Pekala <c0rn@gazeta.pl>
8991
8992 2006-03-07 [paul]       2.0.0cvs117
8993
8994         * src/textview.c
8995                 fix wrong Fake URL Warning
8996                 Thanks to Hiro
8997
8998 2006-03-07 [colin]      2.0.0cvs116
8999
9000         * src/imap.c
9001                 Return immediately when password dialog was
9002                 cancelled
9003         * src/gtk/inputdialog.c
9004                 Allow empty strings for passwords
9005
9006
9007 2006-03-06 [colin]      2.0.0cvs115
9008
9009         * src/imap.c
9010                 Prevent double-timeouts when connection fails
9011
9012 2006-03-06 [colin]
9013
9014         2.0.1-rc1 released
9015
9016 2006-03-06 [colin]      2.0.0cvs114
9017
9018         * src/imap.c
9019                 Refresh session during potentially long
9020                 operations
9021
9022 2006-03-06 [wwp]        2.0.0cvs113
9023
9024         * src/prefs_msg_colors.h
9025                 forgot that one (custom color labels).
9026
9027 2006-03-06 [wwp]        2.0.0cvs112
9028
9029         * src/prefs_common.c
9030         * src/prefs_common.h
9031         * src/prefs_msg_colors.c
9032         * src/summaryview.c
9033         * src/summaryview.h
9034         * src/gtk/colorlabel.c
9035         * src/gtk/colorlabel.h
9036                 colors in messages list are now customizable. Color values and names can
9037                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
9038                 Thanks to Paul and Colin for their help with this longstanding patch!
9039
9040 2006-03-06 [wwp]        2.0.0cvs111
9041
9042         * src/textview.c
9043                 don't crash if (x)face is bad.
9044
9045 2006-03-05 [paul]       2.0.0cvs110
9046
9047         * AUTHORS
9048         * configure.ac
9049         * src/Makefile.am
9050         * src/common/Makefile.am
9051         * src/common/utils.h
9052         * src/etpan/imap-thread.c
9053         * src/gtk/authors.h
9054         * src/plugins/clamav/Makefile.am
9055         * src/plugins/demo/Makefile.am
9056         * src/plugins/dillo_viewer/Makefile.am
9057         * src/plugins/pgpcore/Makefile.am
9058         * src/plugins/pgpcore/passphrase.c
9059         * src/plugins/pgpinline/Makefile.am
9060         * src/plugins/pgpmime/Makefile.am
9061         * src/plugins/spamassassin/Makefile.am
9062         * src/plugins/trayicon/Makefile.am
9063                 fix builiding on cygwin
9064                 Patch by Ralgh Young <bamanzi@gmail.com>
9065
9066 2006-03-04 [wwp]        2.0.0cvs109
9067
9068         * manual/keyboard.xml
9069                 fix mixed up/down keys.
9070
9071 2006-03-04 [wwp]        2.0.0cvs108
9072
9073         * README
9074         * INSTALL
9075                 updated links to SpamAssassin.
9076
9077 2006-03-04 [wwp]        2.0.0cvs107
9078
9079         * manual/plugins.xml
9080         * src/plugins/spamassassin/README
9081                 updated SpamAssassin plugin docs to reflect new functional additions
9082                 (also fix/update/documents few technical stuff more, see the README).
9083
9084 2006-03-04 [wwp]        2.0.0cvs106
9085
9086         * src/prefs_message.c
9087                 normalized capitalization of message-prefs paths.
9088
9089 2006-03-04 [wwp]        2.0.0cvs105
9090
9091         * manual/advanced.xml
9092                 typo.
9093
9094 2006-03-03 [colin]      2.0.0cvs104
9095
9096         * src/plugins/clamav/clamav_plugin_gtk.c
9097                 Rework prefs page, patch by Fabien 
9098
9099 2006-03-03 [colin]      2.0.0cvs103
9100
9101         * src/plugins/clamav/clamav_plugin.c
9102                 Set error on all errors
9103
9104 2006-03-03 [colin]      2.0.0cvs102
9105
9106         * src/common/plugin.c
9107                 Initialize error to avoid crashing when a plugin fails
9108                 without setting error
9109
9110 2006-03-02 [wwp]        2.0.0cvs101
9111
9112         * configure.ac
9113                 fixed linker flags for libetpan support on Cygwin
9114                 (thanks to H.Merijn Brand).
9115
9116 2006-03-02 [wwp]        2.0.0cvs100
9117
9118         * src/addressbook.c
9119                 fix some AB error messages: one for punctuation and
9120                 one wrongly duplicate (thanks, maxbritov).
9121
9122 2006-03-02 [wwp]        2.0.0cvs99
9123
9124         * src/plugins/spamassassin/spamassassin.c
9125                 make sync calls to sa-learn/spamc to prevent
9126                 system (whatever local or client/server) overload.
9127
9128 2006-03-02 [colin]      2.0.0cvs98
9129
9130         * src/summaryview.c
9131                 Put the spam icon in the status column instead of the
9132                 mark one
9133
9134 2006-03-01 [colin]      2.0.0cvs97
9135
9136         * src/plugins/spamassassin/spamassassin.c
9137                 Fix segfault (g_file_set_contents fails for some 
9138                 reason and err==0x2f. Can't find out why with
9139                 valgrind, using working function :-)
9140
9141 2006-03-01 [colin]      2.0.0cvs96
9142
9143         * src/inc.c
9144                 Offline overriding: let 'No' be cached only 3 seconds
9145
9146 2006-03-01 [colin]      2.0.0cvs95
9147
9148         * src/addr_compl.c
9149         * src/addrbook.c
9150         * src/addressbook.c
9151         * src/addrindex.c
9152         * src/folder_item_prefs.c
9153         * src/headerview.c
9154         * src/imap.c
9155         * src/inc.c
9156         * src/ldif.c
9157         * src/mainwindow.c
9158         * src/mh.c
9159         * src/msgcache.c
9160         * src/prefs_common.h
9161         * src/prefs_msg_colors.c
9162         * src/procheader.c
9163         * src/procheader.h
9164         * src/procmime.c
9165         * src/procmsg.c
9166         * src/procmsg.h
9167         * src/send_message.h
9168         * src/simple-gettext.c
9169         * src/summaryview.c
9170         * src/summaryview.h
9171         * src/syldap.c
9172         * src/textview.c
9173         * src/undo.c
9174         * src/common/ssl_certificate.c
9175         * src/common/utils.c
9176         * src/gtk/colorsel.c
9177         * src/gtk/gtksctree.c
9178         * src/gtk/gtkshruler.c
9179         * src/plugins/trayicon/trayicon.c
9180                 #if 0 goes to /dev/null
9181
9182 2006-03-01 [colin]      2.0.0cvs94
9183
9184         * src/compose.c
9185         * src/imap.c
9186         * src/inc.c
9187         * src/inc.h
9188         * src/messageview.c
9189         * src/news.c
9190         * src/plugins/spamassassin/spamassassin.c
9191                 Allow to add information in the "working offline"
9192                 window
9193
9194 2006-03-01 [wwp]        2.0.0cvs93
9195
9196         * src/plugins/spamassassin/spamassassin.c
9197                 fixed spamc invocation: use a tricky temporary mini shell wrapper
9198                 'cause it seems that calling `spamc ... < inputfile` with
9199                 g_spawn_(a)sync simply.. erm doesn't work :-).
9200
9201 2006-03-01 [wwp]        2.0.0cvs92
9202
9203         * src/toolbar.c
9204         * src/toolbar.h
9205                 simplify the adding of spam/ham button to the messageview toolbar
9206                 (it gets more clear now that the same button will be "Mark as spam"
9207                 or "Mark as ham" according to the current message status,
9208                 thanks to Colin).
9209
9210 2006-03-01 [wwp]        2.0.0cvs91
9211
9212         * src/messageview.c
9213         * src/procmsg.c
9214         * src/procmsg.h
9215         * src/summaryview.c
9216         * src/plugins/spamassassin/spamassassin.c
9217         * src/plugins/spamassassin/spamassassin.h
9218                 make learner callbacks return a status (0 for ok),
9219                 handle it in main code to avoid setting flags when learning failed,
9220                 don't learn on TCP if offline in spamassassin,
9221                 thanks to Colin.
9222
9223                 
9224
9225 2006-03-01 [wwp]        2.0.0cvs90
9226
9227         * src/compose.c
9228                 some work around the compose window's account menu,
9229                 patch by Fabien Vantard.
9230
9231 2006-03-01 [wwp]        2.0.0cvs89
9232
9233         * src/plugins/spamassassin/spamassassin.c
9234                 fixed bad logics, was using spamc in local mode and sa-learn
9235                 in remote mode (thanks, Colin).
9236
9237 2006-03-01 [wwp]        2.0.0cvs88
9238
9239         * src/plugins/spamassassin/spamassassin.c
9240         * src/plugins/spamassassin/spamassassin.h
9241         * src/plugins/spamassassin/spamassassin_gtk.c
9242                 made processing of emails w/ sa-plugin an option (default is TRUE),
9243                 fixed Engrish some tooltips, capitalization of some debug messages
9244                 and warnings. The spamassassin plugin now provides two separate
9245                 services: process emails upon incorporation and spamd training.
9246                 Both services (un)register independently but use some common
9247                 plugin settings (transport settings, spam storage location).
9248
9249 2006-02-28 [wwp]        2.0.0cvs87
9250
9251         * src/plugins/spamassassin/spamassassin.c
9252                 fix async flag to spamc cmdline execution (batch exec should
9253                 be asynchronous).
9254
9255 2006-02-27 [wwp]        2.0.0cvs86
9256
9257         * src/plugins/spamassassin/spamassassin.c
9258         * src/plugins/spamassassin/spamassassin.h
9259         * src/plugins/spamassassin/spamassassin_gtk.c
9260                 - added the ability to learn a remote spamassassin server (spamd),
9261                 using spamc.
9262                 - added the spamassassin option 'username', that applies to all
9263                 spamassassin operations (filtering, learning, local or remote).
9264                 The default username is the current unix user (if left blank
9265                 from gtk prefs or config file).
9266                 - commented out some unused code (notebook widget), removed unused
9267                 layout (hbox1).
9268                 - make more widgets sensitive to the transport type.
9269
9270 2006-02-27 [colin]      2.0.0cvs85
9271
9272         * src/plugins/spamassassin/spamassassin.c
9273                 Fix sa-learn call when offline
9274
9275 2006-02-27 [colin]      2.0.0cvs84
9276
9277         * configure.ac
9278         * src/Makefile.am
9279         * src/mainwindow.c
9280         * src/mainwindow.h
9281         * src/messageview.c
9282         * src/messageview.h
9283         * src/prefs_toolbar.c
9284         * src/procmsg.c
9285         * src/stock_pixmap.c
9286         * src/stock_pixmap.h
9287         * src/summaryview.c
9288         * src/toolbar.c
9289         * src/toolbar.h
9290         * src/pixmaps/ham_btn.xpm
9291         * src/pixmaps/spam.xpm
9292         * src/pixmaps/spam_btn.xpm
9293         * src/plugins/spamassassin/spamassassin.c
9294                 Add button in toolbar for spam learning
9295                 Fix a few bugs from the last related commit
9296                 Revert 1.9.6cvs23 which messed up shift-selection
9297
9298 2006-02-24 [colin]      2.0.0cvs83
9299
9300         * src/procmsg.c
9301         * src/summaryview.c
9302         * src/summaryview.h
9303         * src/plugins/spamassassin/spamassassin.c
9304         * src/plugins/spamassassin/spamassassin.h
9305         * src/plugins/spamassassin/spamassassin_gtk.c
9306                 Unregister learner when spamassassin is either
9307                 disabled or over tcp
9308
9309 2006-02-24 [colin]      2.0.0cvs82
9310
9311         * src/Makefile.am
9312         * src/mainwindow.c
9313         * src/mainwindow.h
9314         * src/procmsg.c
9315         * src/procmsg.h
9316         * src/stock_pixmap.c
9317         * src/stock_pixmap.h
9318         * src/summaryview.c
9319         * src/summaryview.h
9320         * src/gtk/icon_legend.c
9321         * src/pixmaps/spam.xpm  ** NEW FILE **
9322         * src/plugins/spamassassin/spamassassin.c
9323         * src/plugins/spamassassin/spamassassin_gtk.c
9324                 Add spam learning interface (Mark/Mark as 
9325                 (spam|ham) menus)
9326
9327 2006-02-24 [wwp]        2.0.0cvs81
9328
9329         * src/compose.c
9330         * src/compose.h
9331         * src/filtering.c
9332                 hide compose window when sending message in batch mode
9333                 (filtering: forward and redirect). Also fixed a wrong
9334                 value returned when sending failed, neutral anyway.
9335                 (Colin, me) 
9336
9337 2006-02-24 [wwp]        2.0.0cvs80
9338
9339         * src/mainwindow.c
9340                 use GTK+'s stock quit button. Patch by Fabien Vantard.
9341
9342 2006-02-24 [paul]       2.0.0cvs79
9343
9344         * src/news.c
9345         * src/news.h
9346         * src/news_gtk.c
9347                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
9348                 Thanks to Colin
9349
9350 2006-02-23 [colin]      2.0.0cvs78
9351
9352         * src/alertpanel.c
9353                 Change OK to Close in alertpanel with View log
9354                 button; add accel to View log. Patch by Fabien
9355                 Vantard
9356
9357 2006-02-23 [wwp]        2.0.0cvs77
9358
9359         * src/compose.c
9360                 silly me, there were much more tests to perform, since toolbars can
9361                 really have down to 1 element only.
9362
9363 2006-02-23 [wwp]        2.0.0cvs76
9364
9365         * commitHelper
9366                 fixed indentation from my previous commit. Fallback to VISUAL if
9367                 EDITOR is not set (and to vi, at last resort).
9368
9369 2006-02-23 [wwp]        2.0.0cvs75
9370
9371         * commitHelper
9372                 improved error detection (Colin, me).
9373
9374 2006-02-23 [wwp]        2.0.0cvs74
9375
9376         * src/prefs_toolbar.c
9377                 simplify and fix prefs/toolbars layouting. Combos' contents can
9378                 now be really displayed.
9379
9380 2006-02-23 [wwp]        2.0.0cvs73
9381         simplifies and fix prefs/toolbars layouting. Combos' contents can now
9382         be really displayed.
9383
9384 2006-02-22 [wwp]        2.0.0cvs72
9385
9386         * src/compose.c
9387                 fix a typo in my previous commit (sorry!).
9388
9389 2006-02-22 [wwp]        2.0.0cvs71
9390
9391         * src/prefs_toolbar.c
9392                 fix a crash when adding separators to toolbars,
9393                 also fix some separator item information.
9394
9395 2006-02-22 [wwp]        2.0.0cvs70
9396
9397         * src/compose.c
9398                 fix a crash when redirecting (for instance) when compose window's
9399                 toolbar contents has been customized (when some buttons have been
9400                 removed in fact).
9401
9402 2006-02-21 [wwp]        2.0.0cvs69
9403
9404         * src/summaryview.c
9405         * src/gtk/pluginwindow.c
9406         * src/plugins/pgpcore/prefs_gpg.c
9407                 fix some compilation warnings (feat. remains of removed code).
9408
9409 2006-02-21 [wwp]        2.0.0cvs68
9410
9411         * src/gtk/gtkutils.c
9412                 fix two compilation issues, thanks to Stephan Sachse.
9413
9414 2006-02-20 [colin]      2.0.0cvs67
9415
9416         * src/mainwindow.c
9417                 Don't reselect displayed mail on refocus
9418                 This fixes actions misbehaving 
9419
9420 2006-02-20 [wwp]        2.0.0cvs66
9421
9422         * src/summaryview.c
9423         * src/gtk/gtksctree.c
9424         * src/gtk/gtkshruler.c
9425                 changed more runtime typecast checks.
9426
9427 2006-02-20 [wwp]        2.0.0cvs65
9428
9429         * src/summary_search.c
9430                 find all - summaryview refresh issue fixed, thanks to Colin.
9431
9432 2006-02-20 [wwp]        2.0.0cvs64
9433
9434         * src/gtk/gtkutils.c
9435                 better runtime typecast checks.
9436
9437 2006-02-20 [wwp]        2.0.0cvs63
9438
9439         * src/summary_search.c
9440                 enhancements to the summary search:
9441                         - add the ability to stop the running search
9442                           (upon ESC-key press, new Stop button or when Clear button is pressed)
9443                         - don't search if no criteria (From/To/Subject/Body) is set
9444                         - ensure that a busy mouse pointer is always shown when searching,
9445                           show it even a bit earlier
9446
9447 2006-02-19 [colin]      2.0.0cvs62
9448
9449         * src/compose.c
9450         * src/imap.c
9451         * src/etpan/imap-thread.c
9452         * src/etpan/imap-thread.h
9453                 (Future) IMAP speed improvement on sending
9454                 Will require a libetpan update
9455         * src/summaryview.c
9456         * src/gtk/quicksearch.c
9457                 Make quicksearch clearable while running.
9458
9459 2006-02-17 [colin]      2.0.0cvs61
9460
9461         * src/imap.c
9462         * src/etpan/imap-thread.c
9463         * src/etpan/imap-thread.h
9464                 Check for IMAP certificates
9465                 ** Requires libetpan-0.42-cvs4 
9466                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
9467
9468 2006-02-17 [colin]      2.0.0cvs60
9469
9470         * src/messageview.c
9471         * src/prefs_common.c
9472         * src/prefs_common.h
9473         * src/prefs_message.c
9474                 Add pref to display HTML-only mails with plugin, 
9475                 if possible (defaulting to FALSE of course).
9476
9477 2006-02-16 [colin]      2.0.0cvs59
9478
9479         * src/main.c
9480         * src/common/plugin.c
9481         * src/common/plugin.h
9482         * src/gtk/pluginwindow.c
9483                 Keep track of requested (but unloaded) plugins
9484                 in some error cases.
9485
9486 2006-02-16 [wwp]        2.0.0cvs58
9487
9488         * src/gtk/gtkaspell.c
9489         * src/gtk/gtkaspell.h
9490         * src/prefs_spelling.c
9491         * src/compose.c
9492         * src/prefs_common.c
9493         * src/prefs_common.h
9494                 implemented new optional spellchecker behaviour: re-check message when
9495                 dictionary got changed (from compose-window/context-menu/Change dictionary).
9496
9497 2006-02-16 [wwp]        2.0.0cvs57
9498
9499         * src/quote_fmt_parse.y
9500                 pclose popen'ed pipe.
9501
9502 2006-02-15 [colin]      2.0.0cvs56
9503
9504         * src/mimeview.c
9505         * src/mimeview.h
9506                 Let MimeViewers know which MimeView they
9507                 depend of.
9508         * src/summaryview.c
9509                 Swap From/To columns in Sent/Queue/Drafts
9510                 folders
9511         * src/etpan/imap-thread.c
9512                 Use mailstream_low_tls_open() for STARTTLS
9513                 instead of mailstream_low_ssl_open()
9514                 ** REQUIRES libetpan 0.42cvs3 **
9515
9516 2006-02-15 [wwp]        2.0.0cvs55
9517
9518         * src/compose.c
9519         * src/compose.h
9520         * src/message_search.c
9521         * src/message_search.h
9522         * src/textview.c
9523         * src/gtk/gtkutils.c
9524         * src/gtk/gtkutils.h
9525                 added the ability to Find text in the compose window (and a bit
9526                 of code factorization).
9527
9528 2006-02-15 [wwp]        2.0.0cvs54
9529
9530         * src/prefs_gtk.c
9531                 yet another one file was missing (fix for some widgets' sensitivity).
9532                 Thanks Colin!
9533
9534 2006-02-15 [wwp]        2.0.0cvs53
9535
9536         * src/prefs_gtk.h
9537                 oops forgot that file (fix for some widgets' sensitivity).
9538
9539 2006-02-15 [wwp]        2.0.0cvs52
9540
9541         * src/summary_search.c
9542                 implemented advanced summary search options (added the ability
9543                 to use matcher conditions in an advanced search mode).
9544
9545 2006-02-15 [wwp]        2.0.0cvs51
9546
9547         * src/plugins/pgpcore/prefs_gpg.c
9548         * src/prefs_account.c
9549                 fix some widget sensitivity, mostly around some labels in
9550                 account prefs.
9551
9552 2006-02-15 [paul]       2.0.0cvs50
9553
9554         * manual/advanced.xml
9555                 improve Templates info
9556                 written by wwp
9557
9558 2006-02-14 [colin]      2.0.0cvs49
9559
9560         * src/pixmaps/address_book.xpm
9561         * src/pixmaps/preferences.xpm
9562         * src/pixmaps/properties.xpm
9563                 Fix pixmap size - patch by Fabien Vantard
9564
9565 2006-02-13 [colin]      2.0.0cvs48
9566
9567         * src/procmime.c
9568                 Add missing fclose()s on error
9569         * src/textview.c
9570                 Remove unused code
9571         * src/common/utils.c
9572                 Fix temp files not being deleted on windows
9573         Patches by Thomas Gilgin
9574
9575 2006-02-13 [colin]      2.0.0cvs47
9576
9577         * src/mainwindow.c
9578                 Fix exit crash
9579
9580 2006-02-13 [wwp]        2.0.0cvs46
9581
9582         * src/plugins/pgpcore/prefs_gpg.c
9583                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
9584
9585 2006-02-12 [colin]      2.0.0cvs45
9586
9587         * src/folderview.c
9588         * src/main.c
9589         * src/mainwindow.c
9590                 Fix "stuff" when quitting
9591
9592 2006-02-12 [wwp]        2.0.0cvs44
9593
9594         * src/prefs_themes.c
9595                 fix typos in debug messages.
9596
9597 2006-02-11 [colin]      2.0.0cvs43
9598
9599         * src/summaryview.c
9600                 don't allow drag/drop from ourself
9601
9602 2006-02-10 [wwp]        2.0.0cvs42
9603
9604         * src/exporthtml.c
9605         * src/html.c
9606         * src/html.h
9607         * src/procmime.c
9608         * src/textview.c
9609                 renamed html_ prefixed functions and data structures to avoid
9610                 namespace clashes w/ other software (gtkhtml2 for instance).
9611                 Closes bug #907.
9612
9613
9614 2006-02-09 [colin]      2.0.0cvs41
9615
9616         * src/summaryview.c
9617                 Fix shitty logic messed up. Thanks Ticho for the hint!
9618
9619 2006-02-09 [wwp]        2.0.0cvs40
9620
9621         * src/gtk/about.c
9622         * src/compose.c
9623         * src/prefs_account.c
9624         * src/prefs_gtk.h
9625         * src/editaddress.c
9626                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
9627                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
9628                 Browse buttons in accounts prefs.
9629
9630 2006-02-09 [colin]      2.0.0cvs39
9631
9632         * src/matcher.c
9633                 Check for pointer before using its members
9634         * src/gtk/gtksourceprintjob.c
9635                 Fix a wrong warning
9636
9637 2006-02-09 [wwp]        2.0.0cvs38
9638
9639         * src/gtk/filesel.c
9640                 fix few compiler warnings (type mismatch).
9641
9642 2006-02-09 [paul]       2.0.0cvs37
9643
9644         * po/fr.po
9645                 updated by Fabien Vantard
9646
9647 2006-02-08 [colin]      2.0.0cvs36
9648
9649         * src/prefs_common.c
9650         * src/common/defs.h
9651         * src/common/plugin.c
9652                 allow windows and linux configurations to coexist
9653                 patch by Thomas Gilgin
9654
9655 2006-02-08 [colin]      2.0.0cvs35
9656
9657         * src/filtering.c
9658         * src/matcher.c
9659         * src/matcher.h
9660         * src/matcher_parser_parse.y
9661         * src/prefs_filtering_action.c
9662         * src/prefs_matcher.c
9663                 Add the "Ignore thread" filtering
9664                 action
9665
9666 2006-02-08 [colin]      2.0.0cvs34
9667
9668         * src/compose.c
9669         * src/procmime.c
9670         * src/procmime.h
9671                 Fix bug #905 (damaged attachment)
9672                 text files with raw \0's aren't really text files
9673         FOR_STABLE
9674
9675 2006-02-08 [colin]      2.0.0cvs33
9676
9677         * src/summaryview.c
9678                 Fix crasher introduced yesterday
9679
9680 2006-02-08 [wwp]        2.0.0cvs32
9681
9682         * src/compose.c
9683         * src/compose.h
9684                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
9685
9686 2006-02-08 [wwp]        2.0.0cvs31
9687
9688         * src/prefs_template.c
9689                 templates enhancement: allow address completion for Cc and Bcc fields
9690                 (it was currently possible for the To field only)
9691
9692 2006-02-08 [colin]      2.0.0cvs30
9693
9694         * src/compose.c
9695                 Don't unblock if not blocked
9696         FOR_STABLE
9697
9698 2006-02-07 [colin]      2.0.0cvs29
9699
9700         * src/action.c
9701                 Forgot to refresh summaryview
9702
9703 2006-02-07 [colin]      2.0.0cvs28
9704
9705         * src/action.c
9706                 Freeze/thaw message list and folder list while
9707                 processing %as{} actions 
9708         * src/compose.c
9709                 Fix auto-wrap disabling after a middle-click
9710                 paste - FOR_STABLE
9711
9712 2006-02-07 [paul]       2.0.0cvs27
9713
9714         * src/folder.c
9715                 fix freeing of uninitialised pointers
9716                 Thanks to Colin
9717
9718 2006-02-06 [colin]      2.0.0cvs26
9719
9720         * src/folder.c
9721                 Use g_slist_prepend in potentially big list
9722
9723 2006-02-06 [colin]      2.0.0cvs25
9724
9725         * src/folder.c
9726                 Completely skip processing if it doesn't 
9727                 exist (faster!)
9728
9729 2006-02-06 [colin]      2.0.0cvs24
9730
9731         * src/folder.c
9732         * src/summaryview.c
9733                 Batch filtering in summaryview (from Tools menu)
9734                 and pre/post//-processing too
9735
9736 2006-02-06 [colin]      2.0.0cvs23
9737
9738         * src/procmsg.h
9739         * src/filtering.c
9740                 Use a special field for batch filtering instead
9741                 of stepping on deferred execution's toes
9742
9743 2006-02-06 [colin]      2.0.0cvs22
9744
9745         * src/action.c
9746         * src/filtering.c
9747         * src/filtering.h
9748         * src/folder.c
9749         * src/summaryview.c
9750                 Fix filtering via menus and actions
9751
9752 2006-02-06 [colin]      2.0.0cvs21
9753
9754         * src/imap.c
9755                 Put the added file directly to cache if possible (will work
9756                 with next libetpan)
9757         * src/filtering.c
9758         * src/filtering.h
9759         * src/inc.c
9760         * src/folder.c
9761         * src/mbox.c
9762         * src/procmsg.h
9763                 Move and copy filtered messages by batches instead of one
9764                 by one - faster on IMAP
9765         * src/procmsg.c
9766                 Add a function that'll possibly be useful later
9767
9768 2006-02-06 [colin]      2.0.0cvs20
9769
9770         * src/addressbook.c
9771                 Use internal mime-type instead of text/plain for d'n'd
9772         * src/compose.c
9773                 Allow attaching files from mimeview's icon list via d'n'd
9774         * src/folderview.c
9775         * src/folderview.h
9776                 Use internal mime-type instead of text/plain for d'n'd
9777                 Don't try to selected opened folder if none is
9778                 Factorize d'n'd from other apps code
9779         * src/headerview.c
9780         * src/textview.c
9781         * src/gtk/gtkutils.c
9782         * src/gtk/gtkutils.h
9783                 Factorize Face/X-Face stuff
9784         * src/mimeview.c
9785                 Fix d'n'd to other apps
9786         * src/prefs_message.c
9787                 Let the XFace pref be usable without libcompface as it also
9788                 applies to Face
9789         * src/summaryview.c
9790                 Fix d'n'd to other apps
9791                 Factorize d'n'd from other apps code
9792
9793 2006-02-06 [wwp]        2.0.0cvs19
9794
9795         * po/it.po
9796                 Italian translation fixes by Andrea Spadaccini (no more confusion
9797                 between filtering and processing, and few changes in the About
9798                 dialog).
9799
9800
9801 2006-02-06 [mones]      2.0.0cvs18
9802
9803         * src/gtk/icon_legend.c
9804                 Improved descriptions allowing better translations
9805
9806 2006-02-05 [colin]      2.0.0cvs17
9807
9808         * src/imap.c
9809                 Add the f*cking missing expunge that caused imap_fetch_env
9810                 to fail after an add_msgs ! :-///
9811         * src/etpan/imap-thread.c
9812                 Add a bit of debug
9813         FOR_STABLE
9814
9815 2006-02-05 [colin]      2.0.0cvs16
9816
9817         * src/common/utils.c
9818                 Don't check for return-path (or we can't put
9819                 back non-sent mails)
9820
9821 2006-02-05 [colin]      2.0.0cvs15
9822
9823         * src/textview.c
9824                 Don't try to display Face header in textview
9825                 when teh headerview's active
9826
9827 2006-02-05 [colin]      2.0.0cvs14
9828
9829         * tools/tbird2syl.py
9830         * tools/Makefile.am
9831                 Add script to import Thunderbird mails
9832
9833 2006-02-05 [colin]      2.0.0cvs13
9834
9835         * src/headerview.c
9836         * src/procheader.c
9837         * src/procmsg.c
9838         * src/procmsg.h
9839         * src/textview.c
9840                 Show Face headers - patch partially by Klaus Flittner
9841
9842 2006-02-05 [colin]      2.0.0cvs12
9843
9844         * src/folderview.c
9845         * src/summaryview.c
9846         * src/common/utils.c
9847         * src/common/utils.h
9848                 Let dnd work from mime icons to summaryview
9849                 and to folderview too
9850                 Add a crude test to avoid trying to add files
9851                 drag'n'dropped when they're not mails
9852
9853 2006-02-04 [colin]      2.0.0cvs11
9854
9855         * src/summaryview.c
9856         * src/mimeview.c
9857                 Fix utf8 conversion
9858
9859 2006-02-04 [colin]      2.0.0cvs10
9860
9861         * src/compose.c
9862         * src/folderview.c
9863         * src/mimeview.c
9864         * src/summaryview.c
9865         * src/summaryview.h
9866                 Added various drag and drop capas:
9867                 From                    To
9868                 summaryview             other apps
9869                 mimeview icons          other apps
9870                 other apps              summaryview
9871                 other apps              folderview
9872
9873                 This shouldn't have broken the existing:
9874                 From                    To
9875                 summaryview             folderview
9876                 folderview              folderview
9877                 summaryview             compose's attachments
9878
9879         Tests welcomed.
9880
9881 2006-02-02 [paul]       2.0.0cvs9
9882
9883         * src/mainwindow.c
9884                 move global option 'Set displayed columns...' out
9885                 of folder option grouping.
9886                 fix sensitivity of 'harvest addresses'
9887         FOR_STABLE
9888
9889 2006-02-01 [colin]      2.0.0cvs8
9890
9891         * src/mimeview.c
9892                 Revert the alertpanel patch, it sucks (intrusive
9893                 and gets in the way of "open")
9894
9895 2006-02-01 [colin]      2.0.0cvs7
9896
9897         * src/compose.c
9898         * src/prefs_account.c
9899         * src/prefs_common.c
9900         * src/common/defs.h
9901         * src/common/utils.c
9902         * src/common/utils.h
9903                 Add ability to edit the signature file
9904                 from the account preferences, and use
9905                 a default for the text editor.
9906                 Patch by Fabien Vantard
9907
9908 2006-02-01 [colin]      2.0.0cvs6
9909
9910         * src/mimeview.c
9911                 Try to get mime type by extension if it is
9912                 application/octet-stream
9913                 Display a window with possible choices when
9914                 encountering unknown mime types
9915         * src/gtk/filesel.c
9916         * src/gtk/filesel.h
9917                 Add preview
9918                 Allow multiple selection in filtered filesel
9919                 (patch by Fabien Vantard)
9920         * src/gtk/pluginwindow.c
9921                 Use it (patch by Fabien Vantard)
9922
9923 2006-02-01 [paul]       2.0.0cvs5
9924
9925         * src/jpilot.c
9926                 fix crash on creating jpilot address book
9927                 Thanks to Colin - FOR_STABLE
9928         * src/prefs_summaries.c
9929         * src/prefs_wrapping.c
9930         * src/gtk/icon_legend.c
9931         * src/gtk/quicksearch.c
9932                 string fixes and additions
9933
9934 2006-02-01 [paul]       2.0.0cvs4
9935
9936         * src/compose.c
9937         * src/mainwindow.c
9938         * src/messageview.c
9939         * src/prefs_send.c
9940                 add Arabic encoding option
9941                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
9942
9943 2006-01-31 [colin]      2.0.0cvs3
9944
9945         * src/plugins/pgpcore/passphrase.c
9946                 Convert passphrase to locale encoding
9947         * src/compose.c
9948                 Fix drafting on IMAP. Crappy bug sneaked in
9949                 the release :-/
9950         FOR_STABLE
9951
9952 2006-01-30 [paul]       2.0.0cvs2
9953
9954         * src/gtk/icon_legend.c
9955                 show the new entries
9956
9957 2006-01-30 [colin]      2.0.0cvs1
9958
9959         * src/manual.c
9960                 Check for the file to be present before 
9961                 enabling the menu - FOR_STABLE
9962         * src/gtk/icon_legend.c
9963                 Add folders icons (not all of them, there
9964                 are too much, but the most intriguing ones)
9965
9966 2006-01-30 [paul]       2.0.0
9967
9968         version 2.0.0 released
9969
9970 [For previous entries, see ChangeLog.pre2.0.0]