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