beebab0cadb4116908125de448a23a647def893c
[claws.git] / ChangeLog
1 2007-07-19 [paul]       2.10.0cvs44
2
3         * src/Makefile.am
4                 fix build on n800
5
6 2007-07-19 [colin]      2.10.0cvs43
7
8         * src/wizard.c
9                 Solve Mail/Mailbox name when specifying
10                 full /path/to/Mail.
11
12 2007-07-18 [colin]      2.10.0cvs42
13
14         * src/inc.c
15         * configure.ac
16                 Fix build on n770
17
18 2007-07-18 [colin]      2.10.0cvs41
19
20         * src/inc.c
21                 Maemo: plug the online/offline system into
22                 maemo's interfaces to have Claws automatically
23                 switch according to the system status
24         * src/statusbar.c
25                 Maemo: use HildonBanners to display status
26                 messages. Renders the main statusbar useless.
27
28 2007-07-18 [paul]       2.10.0cvs40
29
30         * src/filtering.c
31                 fix screen blanking on moving/copying many msgs
32         * src/folder.c
33                 fix processing progressbar and screen blanking
34                 during processing
35
36 2007-07-18 [paul]       2.10.0cvs39
37
38         * src/messageview.c
39                 revert cvs37, breakage on maemo
40
41 2007-07-18 [paul]       2.10.0cvs38
42
43         * src/gtk/gtkutils.c
44                 make sure we can still build with older GTK's
45
46 2007-07-18 [colin]      2.10.0cvs37
47
48         * src/messageview.c
49                 Only hide the small layout's messageview, instead
50                 of destroying it when closing
51         * src/gtk/gtkutils.c
52                 Use gtk_window_present_with_time to popup windows,
53                 it seems to make things better with modern WMs
54                 (actually focusing)
55
56 2007-07-17 [colin]      2.10.0cvs36
57
58         * src/editaddress.c
59                 Simplify layout on Maemo
60         * src/folder.c
61                 Fix possible crash
62         * src/prefs_display_header.c
63                 Remove some headers by default on Maemo
64
65 2007-07-17 [paul]       2.10.0cvs35
66
67         * src/prefs_common.c
68         * src/prefs_common.h
69         * src/prefs_logging.c
70         * src/common/log.c
71                 add options to stop/enable writing logs to disc
72
73 2007-07-17 [paul]       2.10.0cvs34
74
75         * src/edittags.c
76                 fix some issues with the Apply tags window:
77                 - set search column (enables autocompl in the treeview)
78                 - apply tag from "New tag" if it existed
79                 - clears New tag entry when adding it with the button
80                 Thanks to Colin
81
82 2007-07-17 [paul]       2.10.0cvs33
83
84         * src/edittags.c
85                 fix 'apply tags' dialogue weirdness
86
87 2007-07-16 [colin]      2.10.0cvs32
88
89         * src/toolbar.c
90                 Fix double-loading of mails on Maemo
91
92 2007-07-16 [colin]      2.10.0cvs31
93
94         * src/messageview.c
95                 Prevent double-loading of the same part under some
96                 conditions; hide statusbar on Maemo
97
98 2007-07-16 [colin]      2.10.0cvs30
99
100         * src/edittags.c
101         * src/edittags.h
102         * src/mainwindow.c
103         * src/summaryview.c
104                 Improve the tag interface - allow
105                 to set/unset tags from a special
106                 window.
107         * src/gtk/gtkvscrollbutton.c
108         * src/mimeview.c
109         * src/mimeview.h
110         * src/stock_pixmap.c
111                 Fix Mimeview's ugly hacks in the
112                 icon list. 
113
114 2007-07-16 [paul]       2.10.0cvs29
115
116         * src/wizard.c
117                 rework dialog
118         * src/gtk/icon_legend.c
119                 put it all in a scrolled window
120
121 2007-07-15 [colin]      2.10.0cvs28
122
123         * src/mainwindow.c
124                 Maemo: force layout to be Small screen; the
125                 others don't make sense
126
127 2007-07-14 [colin]      2.10.0cvs27
128
129         * src/mimeview.c
130         * src/gtk/gtkvscrollbutton.c
131                 Maemo: Fix mimeview's buttons size
132
133 2007-07-14 [colin]      2.10.0cvs26
134
135         * src/toolbar.c
136                 Fix the button workaround fix.
137                 (Use the correct variable)
138
139 2007-07-14 [colin]      2.10.0cvs25
140
141         * src/mainwindow.c
142         * src/toolbar.c
143                 Maemo: put the progress bar in the
144                 toolbar
145
146 2007-07-14 [colin]      2.10.0cvs24
147
148         * src/prefs_common.c
149                 Maemo: hide statusbar by default
150         * src/Makefile.am
151         * src/stock_pixmap.c
152         * src/stock_pixmap.h
153         * src/toolbar.c
154         * src/pixmaps/go_folders.xpm
155                 Maemo: Add a specific icon to go back to
156                 folder list
157
158 2007-07-14 [colin]      2.10.0cvs23
159
160         * src/toolbar.c
161                 Don't set homogeneous finally
162
163 2007-07-14 [colin]      2.10.0cvs22
164
165         * src/toolbar.c
166                 Fix button show/hide issues
167
168 2007-07-14 [colin]      2.10.0cvs21
169
170         * src/toolbar.c
171                 Fix huge arrows
172                 Fix button workaround to be able to click
173                 if mouse was on button when it went un-
174                 sensitive.
175                 Revert previous commit, gtk_tool_item_set_homogeneous
176                 doesn't mean what it seems to mean ;-)
177
178 2007-07-14 [paul]       2.10.0cvs20
179
180         * src/toolbar.c
181                 make homogeneous FALSE always
182
183 2007-07-13 [colin]      2.10.0cvs19
184
185         * src/toolbar.c
186         * src/toolbar.h
187                 Rework to fit the non-deprecated API
188         * src/compose.c
189         * src/folderview.c
190         * src/mainwindow.c
191         * src/messageview.c
192         * src/summaryview.c
193                 Maemo layout changes. Better toolbars,
194                 removal of CTree headers. 
195
196 2007-07-13 [paul]       2.10.0cvs18
197
198         * src/gtk/colorlabel.c
199                 fix bug 1261, '[DE] coloring messages in overview 
200                 keys are not localised'
201                 the string is now included in claws-mail.pot
202
203 2007-07-13 [colin]      2.10.0cvs17
204
205         * src/summaryview.c
206                 Fix bug 1267, 'printing mutliple messages 
207                 opens one message-dialog after the other'
208                 Ask for confirmation when printing 10
209                 messages or more.
210
211 2007-07-11 [colin]      2.10.0cvs16
212
213         * COPYING
214         * README
215         * autogen.sh
216         * manual/claws-mail-manual.xml
217         * manual/gpl.xml
218         * manual/es/claws-mail-manual.xml
219         * manual/es/gpl.xml
220         * manual/fr/claws-mail-manual.xml
221         * manual/fr/gpl.xml
222         * manual/pl/gpl.xml
223         * src/account.c
224         * src/account.h
225         * src/action.c
226         * src/action.h
227         * src/adbookbase.h
228         * src/addr_compl.c
229         * src/addr_compl.h
230         * src/addrbook.c
231         * src/addrbook.h
232         * src/addrcache.c
233         * src/addrcache.h
234         * src/addrcindex.c
235         * src/addrcindex.h
236         * src/addrclip.c
237         * src/addrclip.h
238         * src/addrdefs.h
239         * src/addressadd.c
240         * src/addressadd.h
241         * src/addressbook.c
242         * src/addressbook.h
243         * src/addressbook_foldersel.c
244         * src/addressbook_foldersel.h
245         * src/addressitem.h
246         * src/addrgather.c
247         * src/addrgather.h
248         * src/addrharvest.c
249         * src/addrharvest.h
250         * src/addrindex.c
251         * src/addrindex.h
252         * src/addritem.c
253         * src/addritem.h
254         * src/addrquery.c
255         * src/addrquery.h
256         * src/addrselect.c
257         * src/addrselect.h
258         * src/alertpanel.c
259         * src/alertpanel.h
260         * src/browseldap.c
261         * src/browseldap.h
262         * src/codeconv.c
263         * src/codeconv.h
264         * src/compose.c
265         * src/compose.h
266         * src/crash.c
267         * src/crash.h
268         * src/customheader.c
269         * src/customheader.h
270         * src/displayheader.c
271         * src/displayheader.h
272         * src/editaddress.c
273         * src/editaddress.h
274         * src/editaddress_other_attributes_ldap.c
275         * src/editaddress_other_attributes_ldap.h
276         * src/editbook.c
277         * src/editbook.h
278         * src/editgroup.c
279         * src/editgroup.h
280         * src/editjpilot.c
281         * src/editjpilot.h
282         * src/editldap.c
283         * src/editldap.h
284         * src/editldap_basedn.c
285         * src/editldap_basedn.h
286         * src/edittags.c
287         * src/edittags.h
288         * src/editvcard.c
289         * src/editvcard.h
290         * src/enriched.c
291         * src/enriched.h
292         * src/exphtmldlg.c
293         * src/exphtmldlg.h
294         * src/expldifdlg.c
295         * src/expldifdlg.h
296         * src/export.c
297         * src/export.h
298         * src/exporthtml.c
299         * src/exporthtml.h
300         * src/exportldif.c
301         * src/exportldif.h
302         * src/filtering.c
303         * src/filtering.h
304         * src/folder.c
305         * src/folder.h
306         * src/folder_item_prefs.c
307         * src/folder_item_prefs.h
308         * src/foldersel.c
309         * src/foldersel.h
310         * src/folderutils.c
311         * src/folderutils.h
312         * src/folderview.c
313         * src/folderview.h
314         * src/gedit-print.c
315         * src/gedit-print.h
316         * src/grouplistdialog.c
317         * src/grouplistdialog.h
318         * src/headerview.c
319         * src/headerview.h
320         * src/html.c
321         * src/html.h
322         * src/image_viewer.c
323         * src/image_viewer.h
324         * src/imap.c
325         * src/imap.h
326         * src/imap_gtk.c
327         * src/imap_gtk.h
328         * src/import.c
329         * src/import.h
330         * src/importldif.c
331         * src/importldif.h
332         * src/importmutt.c
333         * src/importmutt.h
334         * src/importpine.c
335         * src/importpine.h
336         * src/inc.c
337         * src/inc.h
338         * src/jpilot.c
339         * src/jpilot.h
340         * src/ldapctrl.c
341         * src/ldapctrl.h
342         * src/ldaplocate.c
343         * src/ldaplocate.h
344         * src/ldapquery.c
345         * src/ldapquery.h
346         * src/ldapserver.c
347         * src/ldapserver.h
348         * src/ldapupdate.c
349         * src/ldapupdate.h
350         * src/ldaputil.c
351         * src/ldaputil.h
352         * src/ldif.c
353         * src/ldif.h
354         * src/localfolder.c
355         * src/localfolder.h
356         * src/main.c
357         * src/main.h
358         * src/mainwindow.c
359         * src/mainwindow.h
360         * src/manual.c
361         * src/manual.h
362         * src/matcher.c
363         * src/matcher.h
364         * src/matcher_parser.h
365         * src/matcher_parser_lex.l
366         * src/matcher_parser_parse.y
367         * src/mbox.c
368         * src/mbox.h
369         * src/message_search.c
370         * src/message_search.h
371         * src/messageview.c
372         * src/messageview.h
373         * src/mh.c
374         * src/mh.h
375         * src/mh_gtk.c
376         * src/mh_gtk.h
377         * src/mimeview.c
378         * src/mimeview.h
379         * src/msgcache.c
380         * src/msgcache.h
381         * src/mutt.c
382         * src/mutt.h
383         * src/news.c
384         * src/news.h
385         * src/news_gtk.c
386         * src/news_gtk.h
387         * src/noticeview.c
388         * src/noticeview.h
389         * src/partial_download.c
390         * src/partial_download.h
391         * src/pine.c
392         * src/pine.h
393         * src/pop.c
394         * src/pop.h
395         * src/prefs_account.c
396         * src/prefs_account.h
397         * src/prefs_actions.c
398         * src/prefs_actions.h
399         * src/prefs_common.c
400         * src/prefs_common.h
401         * src/prefs_compose_writing.c
402         * src/prefs_compose_writing.h
403         * src/prefs_customheader.c
404         * src/prefs_customheader.h
405         * src/prefs_display_header.c
406         * src/prefs_display_header.h
407         * src/prefs_ext_prog.c
408         * src/prefs_ext_prog.h
409         * src/prefs_filtering.c
410         * src/prefs_filtering.h
411         * src/prefs_filtering_action.c
412         * src/prefs_filtering_action.h
413         * src/prefs_folder_column.c
414         * src/prefs_folder_column.h
415         * src/prefs_folder_item.c
416         * src/prefs_folder_item.h
417         * src/prefs_fonts.c
418         * src/prefs_fonts.h
419         * src/prefs_gtk.c
420         * src/prefs_gtk.h
421         * src/prefs_image_viewer.c
422         * src/prefs_image_viewer.h
423         * src/prefs_logging.c
424         * src/prefs_logging.h
425         * src/prefs_matcher.c
426         * src/prefs_matcher.h
427         * src/prefs_message.c
428         * src/prefs_message.h
429         * src/prefs_msg_colors.c
430         * src/prefs_msg_colors.h
431         * src/prefs_other.c
432         * src/prefs_other.h
433         * src/prefs_quote.c
434         * src/prefs_quote.h
435         * src/prefs_receive.c
436         * src/prefs_receive.h
437         * src/prefs_send.c
438         * src/prefs_send.h
439         * src/prefs_spelling.c
440         * src/prefs_spelling.h
441         * src/prefs_summaries.c
442         * src/prefs_summaries.h
443         * src/prefs_summary_column.c
444         * src/prefs_summary_column.h
445         * src/prefs_summary_open.c
446         * src/prefs_summary_open.h
447         * src/prefs_template.c
448         * src/prefs_template.h
449         * src/prefs_themes.c
450         * src/prefs_themes.h
451         * src/prefs_toolbar.c
452         * src/prefs_toolbar.h
453         * src/prefs_wrapping.c
454         * src/prefs_wrapping.h
455         * src/privacy.c
456         * src/privacy.h
457         * src/procheader.c
458         * src/procheader.h
459         * src/procmime.c
460         * src/procmime.h
461         * src/procmsg.c
462         * src/procmsg.h
463         * src/quote_fmt.c
464         * src/quote_fmt_lex.l
465         * src/quote_fmt_parse.y
466         * src/recv.c
467         * src/recv.h
468         * src/remotefolder.c
469         * src/remotefolder.h
470         * src/send_message.c
471         * src/send_message.h
472         * src/setup.c
473         * src/setup.h
474         * src/simple-gettext.c
475         * src/sourcewindow.c
476         * src/sourcewindow.h
477         * src/ssl_manager.c
478         * src/ssl_manager.h
479         * src/statusbar.c
480         * src/statusbar.h
481         * src/stock_pixmap.c
482         * src/stock_pixmap.h
483         * src/summary_search.c
484         * src/summary_search.h
485         * src/summaryview.c
486         * src/summaryview.h
487         * src/textview.c
488         * src/textview.h
489         * src/toolbar.c
490         * src/toolbar.h
491         * src/undo.c
492         * src/undo.h
493         * src/unmime.c
494         * src/unmime.h
495         * src/uri_opener.c
496         * src/uri_opener.h
497         * src/vcard.c
498         * src/vcard.h
499         * src/wizard.c
500         * src/wizard.h
501         * src/common/base64.c
502         * src/common/base64.h
503         * src/common/claws.c
504         * src/common/claws.h
505         * src/common/defs.h
506         * src/common/fnmatch.c
507         * src/common/fnmatch.h
508         * src/common/fnmatch_loop.c
509         * src/common/hooks.c
510         * src/common/hooks.h
511         * src/common/log.c
512         * src/common/log.h
513         * src/common/md5.c
514         * src/common/md5.h
515         * src/common/mgutils.c
516         * src/common/mgutils.h
517         * src/common/nntp.c
518         * src/common/nntp.h
519         * src/common/passcrypt.c
520         * src/common/passcrypt.h.in
521         * src/common/plugin.c
522         * src/common/plugin.h
523         * src/common/prefs.c
524         * src/common/prefs.h
525         * src/common/progressindicator.c
526         * src/common/progressindicator.h
527         * src/common/quoted-printable.c
528         * src/common/quoted-printable.h
529         * src/common/session.c
530         * src/common/session.h
531         * src/common/smtp.c
532         * src/common/smtp.h
533         * src/common/socket.c
534         * src/common/socket.h
535         * src/common/ssl.c
536         * src/common/ssl.h
537         * src/common/ssl_certificate.c
538         * src/common/ssl_certificate.h
539         * src/common/string_match.c
540         * src/common/string_match.h
541         * src/common/stringtable.c
542         * src/common/stringtable.h
543         * src/common/tags.c
544         * src/common/tags.h
545         * src/common/template.c
546         * src/common/template.h
547         * src/common/timing.h
548         * src/common/utils.c
549         * src/common/utils.h
550         * src/common/uuencode.c
551         * src/common/uuencode.h
552         * src/common/version.h.in
553         * src/common/w32_dirent.c
554         * src/common/w32_reg.c
555         * src/common/w32_signal.c
556         * src/common/w32_stat.c
557         * src/common/w32_stdlib.c
558         * src/common/w32_string.c
559         * src/common/w32_time.c
560         * src/common/w32_unistd.c
561         * src/common/w32_wait.c
562         * src/common/w32lib.h
563         * src/common/xml.c
564         * src/common/xml.h
565         * src/common/xmlprops.c
566         * src/common/xmlprops.h
567         * src/etpan/etpan-errors.h
568         * src/etpan/etpan-thread-manager-types.h
569         * src/etpan/etpan-thread-manager.c
570         * src/etpan/etpan-thread-manager.h
571         * src/etpan/imap-thread.c
572         * src/etpan/imap-thread.h
573         * src/gtk/about.c
574         * src/gtk/about.h
575         * src/gtk/colorlabel.c
576         * src/gtk/colorlabel.h
577         * src/gtk/colorsel.c
578         * src/gtk/colorsel.h
579         * src/gtk/combobox.c
580         * src/gtk/combobox.h
581         * src/gtk/description_window.c
582         * src/gtk/description_window.h
583         * src/gtk/filesel.c
584         * src/gtk/filesel.h
585         * src/gtk/foldersort.c
586         * src/gtk/foldersort.h
587         * src/gtk/gtkaspell.c
588         * src/gtk/gtkaspell.h
589         * src/gtk/gtksctree.c
590         * src/gtk/gtkshruler.c
591         * src/gtk/gtkshruler.h
592         * src/gtk/gtksourceprintjob.c
593         * src/gtk/gtksourceprintjob.h
594         * src/gtk/gtkutils.c
595         * src/gtk/gtkutils.h
596         * src/gtk/gtkvscrollbutton.c
597         * src/gtk/gtkvscrollbutton.h
598         * src/gtk/icon_legend.c
599         * src/gtk/icon_legend.h
600         * src/gtk/inputdialog.c
601         * src/gtk/inputdialog.h
602         * src/gtk/logwindow.c
603         * src/gtk/logwindow.h
604         * src/gtk/manage_window.c
605         * src/gtk/manage_window.h
606         * src/gtk/menu.c
607         * src/gtk/menu.h
608         * src/gtk/pluginwindow.c
609         * src/gtk/pluginwindow.h
610         * src/gtk/prefswindow.c
611         * src/gtk/prefswindow.h
612         * src/gtk/progressdialog.c
613         * src/gtk/progressdialog.h
614         * src/gtk/quicksearch.c
615         * src/gtk/quicksearch.h
616         * src/gtk/sslcertwindow.c
617         * src/gtk/sslcertwindow.h
618         * src/plugins/bogofilter/bogofilter.c
619         * src/plugins/bogofilter/bogofilter.h
620         * src/plugins/bogofilter/bogofilter_gtk.c
621         * src/plugins/clamav/clamav_plugin.c
622         * src/plugins/clamav/clamav_plugin.h
623         * src/plugins/clamav/clamav_plugin_gtk.c
624         * src/plugins/demo/demo.c
625         * src/plugins/dillo_viewer/dillo_prefs.c
626         * src/plugins/dillo_viewer/dillo_prefs.h
627         * src/plugins/dillo_viewer/dillo_viewer.c
628         * src/plugins/pgpcore/passphrase.c
629         * src/plugins/pgpcore/passphrase.h
630         * src/plugins/pgpcore/pgp_viewer.c
631         * src/plugins/pgpcore/pgp_viewer.h
632         * src/plugins/pgpcore/plugin.c
633         * src/plugins/pgpcore/prefs_gpg.c
634         * src/plugins/pgpcore/prefs_gpg.h
635         * src/plugins/pgpcore/select-keys.c
636         * src/plugins/pgpcore/select-keys.h
637         * src/plugins/pgpcore/sgpgme.c
638         * src/plugins/pgpcore/sgpgme.h
639         * src/plugins/pgpinline/pgpinline.c
640         * src/plugins/pgpinline/pgpinline.h
641         * src/plugins/pgpinline/plugin.c
642         * src/plugins/pgpmime/pgpmime.c
643         * src/plugins/pgpmime/pgpmime.h
644         * src/plugins/pgpmime/plugin.c
645         * src/plugins/spamassassin/spamassassin.c
646         * src/plugins/spamassassin/spamassassin.h
647         * src/plugins/spamassassin/spamassassin_gtk.c
648         * src/plugins/trayicon/trayicon.c
649         * src/plugins/trayicon/trayicon_prefs.c
650         * src/plugins/trayicon/trayicon_prefs.h
651         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
652         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
653         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
654         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
655         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
656         * tools/OOo2claws-mail.pl
657         * tools/README.sylprint
658         * tools/acroread2claws-mail.pl
659         * tools/claws-mail-compose-insert-files.pl
660         * tools/convert_mbox.pl
661         * tools/filter_conv.pl
662         * tools/filter_conv_new.pl
663         * tools/fix_date.sh
664         * tools/freshmeat_search.pl
665         * tools/google_search.pl
666         * tools/kmail-mailbox2claws-mail.pl
667         * tools/kmail2claws-mail.pl
668         * tools/kmail2claws-mail_v2.pl
669         * tools/mairix.sh
670         * tools/make.themes.project
671         * tools/multiwebsearch.pl
672         * tools/nautilus2claws-mail.sh
673         * tools/outlook2claws-mail.pl
674         * tools/textviewer.sh
675         * tools/thunderbird-filters-convertor.pl
676         * tools/update-po
677         * tools/uuooffice
678         * tools/vcard2xml.py
679         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
680                 Upgrade to GPLv3 or later.
681
682 2007-07-10 [wwp]        2.10.0cvs15
683
684         * src/main.c
685                 Fix re-opening of all composing messages that were
686                 opened when closing the previous instance, thanks
687                 to Colin.
688
689 2007-07-10 [paul]       2.10.0cvs14
690
691         * src/editaddress_other_attributes_ldap.c
692         * src/ldapupdate.c
693                 fix crash on selecting 'other attributes' combo
694                 for either a new entry or an old entry with no
695                 existing attributes.
696                 fix bug on editing multiple attributes which
697                 resulted them all having the value of the last
698                 one changed.
699                 Thanks to Colin
700
701 2007-07-10 [colin]      2.10.0cvs13
702
703         * src/editaddress.c
704         * src/editaddress_other_attributes_ldap.h
705         * src/ldapupdate.c
706                 Fix --disable-ldap build
707
708 2007-07-09 [colin]      2.10.0cvs12
709
710         * src/Makefile.am
711         * src/addritem.c
712         * src/addritem.h
713         * src/editaddress.c
714         * src/editaddress_other_attributes_ldap.c
715         * src/editaddress_other_attributes_ldap.h
716         * src/editldap.c
717         * src/ldapctrl.c
718         * src/ldapctrl.h
719         * src/ldapupdate.c
720                 Add capability to edit all inetOrgPerson
721                 attributes on LDAP. Patch by Michael 
722                 Rasmussen
723
724 2007-07-09 [colin]      2.10.0cvs11
725
726         * src/Makefile.am
727         * src/exporthtml.c
728         * src/mbox.c
729         * src/msgcache.c
730         * src/prefs_summaries.c
731         * src/prefs_themes.c
732         * src/procheader.c
733         * src/common/Makefile.am
734         * src/common/log.c
735         * src/common/timing.h
736         * src/common/utils.c
737         * src/common/utils.h
738         * src/common/w32_account.c
739         * src/common/w32lib.h
740         * src/gtk/Makefile.am
741         * src/gtk/colorlabel.c
742         * src/plugins/pgpcore/Makefile.am
743         * src/plugins/pgpcore/claws.def
744         * src/plugins/pgpcore/passphrase.c
745         * src/plugins/pgpcore/pgp_viewer.c
746         * src/plugins/pgpcore/plugin.def
747         * src/plugins/pgpcore/sgpgme.c
748         * src/plugins/pgpinline/Makefile.am
749         * src/plugins/pgpinline/claws.def
750         * src/plugins/pgpinline/mypgpcore.def
751         * src/plugins/pgpinline/plugin.def
752         * src/plugins/pgpmime/Makefile.am
753         * src/plugins/pgpmime/claws.def
754         * src/plugins/pgpmime/mypgpcore.def
755         * src/plugins/pgpmime/plugin.def
756                 Commit win32 patch, from Werner Koch and
757                 Marcus Brinkmann
758
759 2007-07-09 [colin]      2.10.0cvs10
760
761         * src/prefs_toolbar.c
762                 Fix crash when no actions exist
763
764 2007-07-07 [paul]       2.10.0cvs9
765
766         * COPYING
767         * manual/claws-mail-manual.xml
768                 update copyright year
769         * po/fi.po
770                 updated by Flammie Pirinen
771
772 2007-07-05 [wwp]        2.10.0cvs8
773
774         * src/plugins/clamav/clamav_plugin_gtk.c
775                 Make vertical spacing like in other plugin prefs pages.
776
777 2007-07-05 [wwp]        2.10.0cvs7
778
779         * src/quote_fmt.c
780                 It's %am that works, not %ae (this doc incoherence has been
781                 introduced with 2.9.2cvs13).
782
783 2007-07-04 [wwp]        2.10.0cvs6
784
785         * src/plugins/bogofilter/bogofilter.c
786                 Gettext-ize an occurrence of "Any" that wasn't.
787
788 2007-07-04 [colin]      2.10.0cvs5
789
790         * po/POTFILES.in
791                 Fix untranslated strings; thanks
792                 to Pader Rezso.
793
794 2007-07-03 [colin]      2.10.0cvs4
795
796         * src/folder.c
797         * src/mainwindow.c
798                 Fix saving of sort mode for tags and
799                 thread date. Thanks to Pierre Ossman.
800                 Completes fix for bug 1233
801
802 2007-07-03 [paul]       2.10.0cvs3
803
804         * src/compose.c
805                 fix auto-save
806         * src/summaryview.c
807                 fix build warnings
808         Thanks to Colin
809
810 2007-07-02 [colin]      2.10.0cvs2
811
812         * src/folder.h
813         * src/mainwindow.c
814         * src/procmsg.h
815         * src/summaryview.c
816                 Add View/Sort/by Thread date
817                 Fixes bug 1233, 'Capability to sort 
818                 threads by most recent message'
819                 Based on a patch by Paul Rolland
820
821 2007-07-02 [colin]      2.10.0cvs1
822
823         * src/Makefile.am
824         * src/compose.c
825         * src/edittags.c
826         * src/edittags.h
827         * src/filtering.c
828         * src/folder.c
829         * src/folder.h
830         * src/headerview.c
831         * src/headerview.h
832         * src/main.c
833         * src/mainwindow.c
834         * src/mainwindow.h
835         * src/manual.h
836         * src/matcher.c
837         * src/matcher.h
838         * src/matcher_parser_parse.y
839         * src/mimeview.c
840         * src/msgcache.c
841         * src/msgcache.h
842         * src/prefs_common.c
843         * src/prefs_common.h
844         * src/prefs_filtering_action.c
845         * src/prefs_matcher.c
846         * src/prefs_summary_column.c
847         * src/procmsg.c
848         * src/procmsg.h
849         * src/quote_fmt.c
850         * src/quote_fmt_lex.l
851         * src/quote_fmt_parse.y
852         * src/summaryview.c
853         * src/summaryview.h
854         * src/textview.c
855         * src/common/Makefile.am
856         * src/common/defs.h
857         * src/common/tags.c
858         * src/common/tags.h
859         * src/gtk/quicksearch.c
860         * src/gtk/quicksearch.h
861                 Add Tags implementation. Tags are arbitrary labels
862                 that can be applied to messages. It is possible 
863                 to create, edit, remove tags; apply them to mails;
864                 filter on tags or tag presence; apply or unset
865                 tags via filtering actions; reference tags in
866                 reply templates.
867
868 2007-07-02 [paul]       2.10.0
869
870         * NEWS
871         * README
872         * RELEASE_NOTES
873                 2.10.0 released
874
875 2007-07-02 [paul]       2.9.2cvs78
876
877         * po/de.po
878         * po/en_GB.po
879         * po/es.po
880         * po/fr.po
881         * po/hu.po
882         * po/pt_BR.po
883         * po/ru.po
884         * po/zh_CN.po
885                 updated by Stephan Sachse, me, Ricardo Mones
886                 Lastra, Fabien Vantard, Pader Rezso, Frederico
887                 Goncalves Guimaraes, Pavlo Bohmat, and Ralgh Young
888
889 2007-07-02 [paul]       2.9.2cvs77
890
891         * AUTHORS
892                 updated
893
894 2007-06-29 [wwp]        2.9.2cvs76
895
896         * src/gtk/headers.h
897                 Fix a typo (thanks to Ricardo for finding this out).
898
899 2007-06-28 [paul]       2.9.2cvs75
900
901         * src/folderview.c
902                 fix build warnings
903
904 2007-06-28 [paul]       2.9.2cvs74
905
906         * tools/Makefile.am
907                 fix bug in the autotools build system.
908                 Files cataloged under EXTRA_DIST were never
909                 automatically copied to the build tree.
910                 (fix 'make distcheck')
911                 Patch by Michael Rasmussen.
912
913 2007-06-24 [colin]      2.9.2cvs73
914
915         * src/news_gtk.c
916                 Fix bug 1249, 'Error handling for 
917                 news errors needs modification'
918                 Only popup error if the according
919                 pref in Prefs/Receive is set.
920
921 2007-06-21 [colin]      2.9.2cvs72
922
923         * src/common/plugin.c
924         * src/common/plugin.h
925                 Change plugin API to know whether it's safe to 
926                 unload plugins or whether we should just hide
927                 them. Fixes bug 1248, 'Core dumps after 
928                 unloading plugin and clicking on load plugins'
929         * src/plugins/bogofilter/bogofilter.c
930         * src/plugins/clamav/clamav_plugin.c
931         * src/plugins/demo/demo.c
932         * src/plugins/dillo_viewer/dillo_viewer.c
933         * src/plugins/pgpcore/plugin.c
934         * src/plugins/pgpinline/plugin.c
935         * src/plugins/pgpmime/plugin.c
936         * src/plugins/spamassassin/spamassassin.c
937         * src/plugins/trayicon/trayicon.c
938                 Update API
939
940 2007-06-19 [colin]      2.9.2cvs71
941
942         * src/compose.c
943         * src/messageview.c
944                 Fix crash mentioned in bug 1246
945                 Race condition when automatically drafting
946                 due to insertion on reedit.
947
948 2007-06-18 [wwp]        2.9.2cvs70
949
950         * src/importldif.c
951                 LDIF import: use a "Proceed" button to complete
952                 the process.
953
954 2007-06-18 [paul]       2.9.2cvs69
955
956         * configure.ac
957                 use pkgconfig to check for gtk and glib
958
959 2007-06-17 [wwp]        2.9.2cvs68
960
961         * src/ldif.c
962         * src/importldif.c
963                 LDIF import: better error handling, minor code
964                 and UI cleanup, and renamed the Save button
965                 to Close, as imported stuff is already saved
966                 when the Save button is shown.
967
968 2007-06-17 [colin]      2.9.2cvs67
969
970         * src/prefs_summaries.c
971         * src/procmsg.c
972                 Don't set as read when forwarded, only replied to
973
974 2007-06-17 [paul]       2.9.2cvs66
975
976         * src/alertpanel.c
977                 add missing #include
978
979 2007-06-16 [colin]      2.9.2cvs65
980
981         * src/prefs_summaries.c
982         * src/procmsg.c
983                 Change the pref "Only mark as read when opened
984                 in new window" to "..., replied to or forwarded".
985                 Based on a patch by Paul Rolland.
986
987 2007-06-16 [paul]       2.9.2cvs64
988
989         * src/gtk/authors.h
990                 alphabetical order! :)
991
992 2007-06-16 [colin]      2.9.2cvs63
993
994         * AUTHORS
995         * src/gtk/authors.h
996                 Add Michael Rasmussen in authors list
997
998 2007-06-16 [colin]      2.9.2cvs62
999
1000         * src/messageview.c
1001                 Fix messageview_copy_clipboard to take advantage
1002                 of plugins' get_selection.
1003
1004 2007-06-15 [colin]      2.9.2cvs61
1005
1006         * src/action.c
1007         * src/addr_compl.c
1008         * src/addressbook.c
1009         * src/folderview.c
1010         * src/message_search.c
1011         * src/mimeview.c
1012         * src/summary_search.c
1013         * src/summaryview.c
1014         * src/textview.c
1015                 Allow GDK_KP_Enter to do the same as GDK_Return
1016                 Patch by Michael Rasmussen
1017
1018 2007-06-15 [paul]       2.9.2cvs60
1019
1020         * src/compose.c
1021                 fix bug when closing a compose window
1022                 during autosave
1023
1024 2007-06-14 [paul]       2.9.2cvs59
1025
1026         * src/main.c
1027         * src/common/defs.h
1028                 migrate sylpheed config
1029
1030 2007-06-14 [wwp]        2.9.2cvs58
1031
1032         * src/gtk/pluginwindow.c
1033                 Yet another attempt to fix sizing/alignment of the
1034                 button bar in plugins window.
1035
1036 2007-06-12 [colin]      2.9.2cvs57
1037
1038         * po/POTFILES.in
1039         * src/Makefile.am
1040         * src/folderview.c
1041         * src/prefs_common.c
1042         * src/prefs_common.h
1043         * src/prefs_summaries.c
1044         * src/prefs_summary_open.c
1045         * src/prefs_summary_open.h
1046         * src/summaryview.c
1047                 Make "when entering a folder" actions more personalisable
1048
1049 2007-06-12 [wwp]        2.9.2cvs56
1050
1051         * tools/README
1052                 Use short description from Paul (mairix.sh).
1053
1054 2007-06-12 [wwp]        2.9.2cvs55
1055
1056         * tools/README
1057                 Updated info about mairix.sh.
1058
1059 2007-06-11 [paul]       2.9.2cvs54
1060
1061         * src/prefs_logging.c
1062                 rework log window length widgets
1063                 and some sensitivity fixes
1064
1065 2007-06-11 [paul]       2.9.2cvs53
1066
1067         * src/mainwindow.c
1068         * src/prefs_logging.c
1069                 rename 'Protocol Log' to 'Network Log'
1070                 and some function renaming
1071
1072 2007-06-10 [wwp]        2.9.2cvs52
1073
1074         * src/gtk/pluginwindow.c
1075                 Revert 2.9.2cvs51.
1076
1077 2007-06-10 [wwp]        2.9.2cvs51
1078
1079         * src/gtk/pluginwindow.c
1080                 Fix button bar in plugin window, was centered and not
1081                 behaving like other dialogs w/ such button bar.
1082
1083 2007-06-08 [wwp]        2.9.2cvs50
1084
1085         * src/compose.c
1086         * src/compose.h
1087         * src/main.c
1088         * src/mainwindow.c
1089         * src/mainwindow.h
1090                 Provide a way out of automatic draft saving on IMAP, when
1091                 exiting offline.
1092                 Prevent drafting while sending and quitting while sending.
1093                 Thanks for Colin.
1094
1095
1096
1097 2007-06-08 [wwp]        2.9.2cvs49
1098
1099         * src/prefs_account.c
1100         * src/gtk/prefswindow.c
1101         * src/gtk/prefswindow.h
1102                 Activate the Basic page when opening account prefs.
1103
1104 2007-06-08 [wwp]        2.9.2cvs48
1105
1106         * src/common/socket.c
1107                 Don't crash if fork() fails, thanks to Colin.
1108
1109 2007-06-08 [wwp]        2.9.2cvs47
1110
1111         * src/gtk/prefswindow.c
1112                 Wrap some long lines, and reset horizontal scroller's adjusment
1113                 (this was already done, vertically), when changing tab (not page)
1114                 in prefs windows.
1115
1116 2007-06-08 [paul]       2.9.2cvs46
1117
1118         * src/common/utils.c
1119                 use gethostname() instead of uname()
1120                 based on a patch by Michael Hughes
1121                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1122
1123 2007-06-07 [wwp]        2.9.2cvs45
1124
1125         * src/prefs_common.c
1126                 Fix some useless warnings, thanks to Colin.
1127
1128 2007-06-06 [colin]      2.9.2cvs44
1129
1130         * src/ldapupdate.c
1131                 Fix strange allocations. 
1132
1133 2007-06-06 [colin]      2.9.2cvs43
1134
1135         * src/ldapupdate.c
1136                 Patch by Michael Rasmussus to help
1137                 bug 1232
1138
1139 2007-06-05 [wwp]        2.9.2cvs42
1140
1141         * src/prefs_account.c
1142         * src/prefs_folder_item.c
1143         * src/prefs_quote.c
1144         * src/quote_fmt.c
1145         * src/quote_fmt.h
1146                 Per-folder templates can now be applied recursively.
1147                 Always save per-folder templates (formats were erroneously
1148                 saved only if they were enabled).
1149                 Check for validity of quotation marks everywhere there
1150                 are defined.
1151
1152 2007-06-05 [wwp]        2.9.2cvs41
1153
1154         * src/inc.c
1155                 Fix incoming messages from local accounts always getting filtered
1156                 (even if the account prefs say don't), thanks to Colin.
1157
1158 2007-06-05 [wwp]        2.9.2cvs40
1159
1160         * src/compose.c
1161         * src/compose.h
1162                 Use per-folder/per-account quote chars when applying a
1163                 template or inserting text as well. Const'ify some
1164                 vars more.
1165
1166 2007-06-04 [colin]      2.9.2cvs39
1167
1168         * src/compose.c
1169                 More work for wwp :)
1170
1171 2007-06-04 [wwp]        2.9.2cvs38
1172
1173         * src/compose.c
1174                 Same as 2.9.2cvs36 but for forwarding.
1175
1176 2007-06-04 [colin]      2.9.2cvs37
1177
1178         * src/compose.c
1179                 Use original mail file for forward/redirect
1180                 Fixes some forwarded mails to be attached as
1181                 application/octet-stream (when they have binary
1182                 parts), and incidentally fixes bug 848
1183                 'Redirect breaks GnuPG'
1184
1185 2007-06-04 [wwp]        2.9.2cvs36
1186
1187         * src/compose.c
1188                 Fix quote mark mis-initialisation when replying/forwarding
1189                 (introduced w/ 2.9.2cvs20).
1190
1191 2007-06-04 [wwp]        2.9.2cvs35
1192
1193         * src/prefs_compose_writing.c
1194         * src/prefs_quote.c
1195                 Fix a bug where Quotation characters (prefs/compose/writing)
1196                 was cleared (introduced w/ 2.9.2cvs26).
1197
1198 2007-06-04 [wwp]        2.9.2cvs34
1199
1200         * src/prefs_account.c
1201         * src/prefs_account.h
1202                 Better fix for compiling w/o aspell (rollbacks
1203                 2.9.2cvs31).
1204
1205 2007-06-04 [wwp]        2.9.2cvs33
1206
1207         * src/account.c
1208         * src/prefs_account.c
1209         * src/prefs_account.h
1210         * src/procmsg.c
1211                 It's now possible to disable mail filtering plugins
1212                 on a per-account basis.
1213
1214 2007-06-04 [wwp]        2.9.2cvs32
1215
1216         * src/procheader.c
1217         * src/common/utils.c
1218         * src/common/utils.h
1219                 Support CRLF in headers part of messages.
1220                 Support few more date formats (RFC3339 subsets).
1221
1222 2007-06-04 [wwp]        2.9.2cvs31
1223
1224         * src/prefs_account.c
1225                 Fix compiling w/o aspell support.
1226
1227 2007-06-03 [wwp]        2.9.2cvs30
1228
1229         * src/prefs_gtk.c
1230                 Don't decode leading ENV_ and ~ in P_PASSWORD
1231                 values.
1232
1233 2007-06-03 [wwp]        2.9.2cvs29
1234
1235         * src/prefs_gtk.c
1236                 Don't decode leading ENV_ and ~ in P_PASSWORD
1237                 values.
1238
1239 2007-06-03 [wwp]        2.9.2cvs28
1240
1241         * src/prefs_account.c
1242         * src/gtk/prefswindow.c
1243         * src/gtk/prefswindow.h
1244                 Added a way to force preloading of all pages
1245                 (prefswindow).
1246                 Moved tabs to pages in account prefs.
1247
1248 2007-06-02 [colin]      2.9.2cvs27
1249
1250         * src/addressbook.c
1251                 Fix possible crash, fix ldap write bugs
1252         * src/ldapupdate.c
1253                 Fix ldap write bugs - patch by Michael
1254                 Rasmussen
1255         * src/alertpanel.c
1256         * src/alertpanel.h
1257                 Add a hook whenever alertpanel opens/closes
1258
1259 2007-05-31 [wwp]        2.9.2cvs26
1260
1261         * src/prefs_compose_writing.c
1262         * src/prefs_quote.c
1263                 Re-organized writing options a bit:
1264                  - renamed the Quoting page to Templates
1265                  - moved all composing templates to that page
1266                  - moved non-templates options to the Writing one,
1267                    grouped reply-related options, reordered reply and
1268                    forward options.
1269
1270 2007-05-31 [wwp]        2.9.2cvs25
1271
1272         * src/compose.c
1273                 Removed unused code.
1274
1275 2007-05-31 [colin]      2.9.2cvs24
1276
1277         * src/addressbook.c
1278                 Fix missing display name when modifying
1279                 LDAP. Patch by Michael Rasmussen
1280
1281 2007-05-31 [wwp]        2.9.2cvs23
1282
1283         * src/plugins/bogofilter/Makefile.am
1284         * src/plugins/clamav/Makefile.am
1285         * src/plugins/demo/Makefile.am
1286         * src/plugins/dillo_viewer/Makefile.am
1287         * src/plugins/spamassassin/Makefile.am
1288                 Fix building of those plugins in Mac OS X.
1289
1290 2007-05-30 [wwp]        2.9.2cvs22
1291
1292         * src/gtk/quicksearch.c
1293                 Fix missing initialization.
1294
1295 2007-05-30 [wwp]        2.9.2cvs21
1296
1297         * src/procheader.c
1298                 Revert accidental commit (debug outputs).
1299
1300 2007-05-30 [wwp]        2.9.2cvs20
1301
1302         * src/compose.c
1303         * src/folder_item_prefs.c
1304         * src/folder_item_prefs.h
1305         * src/prefs_account.c
1306         * src/prefs_account.h
1307         * src/prefs_folder_item.c
1308         * src/prefs_gtk.c
1309         * src/prefs_gtk.h
1310                 Implemented per-account and per-folder
1311                 compose/reply/forward formats.
1312
1313 2007-05-30 [wwp]        2.9.2cvs19
1314
1315         * src/prefs_compose_writing.c
1316         * src/prefs_quote.c
1317         * src/procheader.c
1318         * src/quote_fmt.c
1319         * src/quote_fmt.h
1320                 Internal API changes (factorize quote format
1321                 prefs and checks).
1322
1323 2007-05-30 [colin]      2.9.2cvs18
1324
1325         * src/compose.c
1326                 Fix race where it's possible to re-click Send
1327                 between end of SMTP session and end of "move to
1328                 sent folder" when sending an email with send
1329                 dialog enabled.
1330
1331 2007-05-30 [colin]      2.9.2cvs17
1332
1333         * src/crash.c
1334                 Ask for backtrace on all threads. Patch by
1335                 Pawel
1336         * src/folderview.c
1337                 Fix stale news statusbar when scanning fails.
1338                 Patch by Pawel
1339         * src/ldapupdate.c
1340                 Fix some LDAP write updates bugs. Patch
1341                 by Michael Rasmussen
1342
1343 2007-05-29 [colin]      2.9.2cvs16
1344
1345         * src/imap.c
1346                 Fix loss of local flags when moving mails
1347                 on IMAP in high-bandwidth mode (UID FETCH)
1348
1349 2007-05-25 [paul]       2.9.2cvs15
1350
1351         * src/common/socket.c
1352                 fix sometimes crasher on cancelling
1353                 message sending
1354
1355 2007-05-25 [colin]      2.9.2cvs14
1356
1357         * src/imap.c
1358                 Fix a memory leak
1359         * src/imap_gtk.c
1360                 Be more helpful in the subscription
1361                 message
1362
1363 2007-05-23 [wwp]        2.9.2cvs13
1364
1365         * src/compose.c
1366         * src/prefs_compose_writing.c
1367         * src/prefs_quote.c
1368         * src/prefs_template.c
1369         * src/prefs_template.h
1370         * src/quote_fmt.c
1371         * src/quote_fmt.h
1372         * src/quote_fmt_lex.l
1373         * src/quote_fmt_parse.y
1374                 Introduced new syntax elements (symbols and commands)
1375                 in templates/quote_fmt. Compatibility w/ old
1376                 symbols is kept.
1377                 Updated and reworked the corresponding Information
1378                 dialog.
1379                 Display the line number in dialogs that talk about
1380                 parser errors (in addition to the error message in
1381                 output).
1382
1383 2007-05-23 [wwp]        2.9.2cvs12
1384
1385         * src/quote_fmt_parse.y
1386                 Fix 2.9.2cvs11, probably a paste accident ;).
1387
1388 2007-05-23 [wwp]        2.9.2cvs11
1389
1390         * src/compose.c
1391         * src/prefs_template.c
1392         * src/quote_fmt.h
1393         * src/quote_fmt_parse.y
1394                 Fix 2.9.2cvs10, which broke --disable-aspell.
1395
1396 2007-05-22 [wwp]        2.9.2cvs10
1397
1398         * src/compose.c
1399         * src/prefs_template.c
1400         * src/quote_fmt.c
1401         * src/quote_fmt.h
1402         * src/quote_fmt_lex.l
1403         * src/quote_fmt_parse.y
1404         * src/gtk/gtkaspell.c
1405         * src/gtk/gtkaspell.h
1406                 Added template/quote format syntactical elements
1407                 to show and query:
1408                         - current dictionary
1409                           %T to show (shows empty if not set or not enabled),
1410                           ?T and !T to check if the default dictionary is
1411                           enabled and set
1412                         - current account's default dictionary
1413                           %aT to show (empty if not set or not enabled),
1414                           ?aT and !aT to check if it's enabled and set
1415                         - name completion for an address, from the address
1416                           book
1417                           %ABf, %ABt, %ABc respectively show the full name got
1418                           from the address book if From, To or Cc match a single
1419                           contact.
1420                           ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
1421                           matches any contact and if the full name is non-empty.
1422                           If From, To or Cc are lists of email addresses, only
1423                           the first address will be checked.
1424                 In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
1425                 that could show a trailing ','.
1426                 Also, template/quote_fmt parser now shows the line number in case
1427                 of parser error.
1428
1429 2007-05-15 [colin]      2.9.2cvs9
1430
1431         * src/main.c
1432         * src/main.h
1433                 Add a public function to know whether Claws
1434                 crashed last time
1435                 Store opened folder when exiting
1436         * src/folder.c
1437         * src/folder.h
1438                 Store last opened message in each FolderItem;
1439                 Reset last seen messages if Claws crashed, so 
1440                 that one can't go in an infinite crash in case 
1441                 a particular mail crashes Claws.
1442         * src/messageview.c
1443         * src/prefs_common.c
1444         * src/prefs_common.h
1445         * src/summaryview.c
1446         * src/prefs_summaries.c
1447                 Add "Select last opened message" when entering
1448                 a folder
1449                 Add "Select last opened folder" at startup.
1450
1451 2007-05-14 [colin]      2.9.2cvs8
1452
1453         * manual/xml2pdf
1454                 Fix bashism, search for xml catalog 
1455                 in /usr/local/share/xml/catalog too
1456                 Patch by Pawel
1457
1458 2007-05-13 [wwp]        2.9.2cvs7
1459
1460         * src/gtk/logwindow.c
1461                 fix raising log windows when they are either minimized or
1462                 in background.
1463
1464 2007-05-11 [colin]      2.9.2cvs6
1465
1466         * src/gtk/filesel.c
1467                 Use Hildon's file chooser on Maemo. Patch
1468                 by Jean-Luc Biord; fixes part 2 of bug 1201,
1469                 'File attachment "manipulation" bugs...'
1470
1471 2007-05-10 [wwp]        2.9.2cvs5
1472
1473         * src/prefs_common.c
1474         * src/prefs_common.h
1475         * src/gtk/quicksearch.c
1476                 Add a quicksearch option to automatically run
1477                 a search selected from the history (this option
1478                 is exclusive towards type-ahead).
1479
1480 2007-05-10 [colin]      2.9.2cvs4
1481
1482         * src/imap.c
1483                 Fix g_warnings, thanks to Brian
1484                 Morrison
1485
1486 2007-05-09 [colin]      2.9.2cvs3
1487
1488         * src/crash.c
1489         * src/exporthtml.c
1490         * src/mbox.c
1491         * src/prefs_summaries.c
1492         * src/procheader.c
1493         * src/common/log.c
1494         * src/common/utils.c
1495         * src/gtk/gtksourceprintjob.c
1496         * src/gtk/sslcertwindow.c
1497                 Use the re-entrant variant of time functions
1498                 Probably fixes bug 1217, 'reentrancy problems 
1499                 with time functions'
1500
1501 2007-05-09 [colin]      2.9.2cvs2
1502
1503         * src/imap.c
1504                 Fix crasher when reconnection fails
1505
1506 2007-05-08 [paul]       2.9.2cvs1
1507
1508         * NEWS
1509         * README
1510         * RELEASE_NOTES
1511         * configure.ac
1512                 bump version number following
1513                 stable release
1514
1515 2007-05-08 [paul]       2.9.1cvs48
1516
1517         * src/plugins/demo/demo.c
1518         * src/plugins/dillo_viewer/dillo_prefs.c
1519         * src/plugins/dillo_viewer/dillo_prefs.h
1520         * src/plugins/dillo_viewer/dillo_viewer.c
1521         * src/plugins/pgpcore/pgp_viewer.c
1522         * src/plugins/pgpcore/pgp_viewer.h
1523         * src/plugins/pgpcore/plugin.c
1524         * src/plugins/pgpcore/prefs_gpg.c
1525         * src/plugins/pgpcore/prefs_gpg.h
1526         * src/plugins/pgpcore/sgpgme.c
1527         * src/plugins/pgpcore/sgpgme.h
1528         * src/plugins/pgpinline/plugin.c
1529         * src/plugins/pgpmime/pgpmime.c
1530         * src/plugins/pgpmime/pgpmime.h
1531         * src/plugins/pgpmime/plugin.c
1532         * src/plugins/spamassassin/spamassassin.c
1533         * src/plugins/spamassassin/spamassassin.h
1534         * src/plugins/spamassassin/spamassassin_gtk.c
1535         * src/plugins/trayicon/README
1536         * tools/README
1537         * tools/README.sylprint
1538         * tools/outlook2claws-mail.pl
1539         * tools/sylprint.pl
1540         * tools/tb2claws-mail
1541         * tools/tbird2claws.py
1542         * tools/update-po
1543         * tools/vcard2xml.py
1544         * tools/kdeservicemenu/README
1545                 cleanups and corrections
1546
1547 2007-05-06 [wwp]        2.9.1cvs47
1548
1549         * tools/uudec
1550                 Fix missing dash to `display` command-line, reported
1551                 by Georg Himmrich <georg at mails d0t diesind d0t net>.
1552
1553 2007-05-06 [colin]      2.9.1cvs46
1554
1555         * src/Makefile.am
1556         * src/stock_pixmap.c
1557         * src/stock_pixmap.h
1558         * src/pixmaps/printer.xpm
1559                 Add a printer icon
1560
1561 2007-05-06 [paul]       2.9.1cvs45
1562
1563         * src/compose.c
1564         * src/ldapquery.c
1565         * src/privacy.h
1566         * src/summary_search.c
1567         * src/summaryview.c
1568                 fix build warnings
1569
1570 2007-05-05 [wwp]        2.9.1cvs44
1571
1572         * src/messageview.c
1573         * src/mh.c
1574         * src/prefs_actions.c
1575         * src/prefs_gtk.c
1576         * src/summaryview.c
1577         * src/common/xml.c
1578                 Fix "faild" typos everywhere and capitalization of
1579                 some g_warnings.
1580
1581 2007-05-04 [colin]      2.9.1cvs43
1582
1583         * src/compose.c
1584         * src/privacy.c
1585         * src/privacy.h
1586         * src/plugins/pgpcore/prefs_gpg.c
1587         * src/plugins/pgpcore/prefs_gpg.h
1588         * src/plugins/pgpinline/pgpinline.c
1589         * src/plugins/pgpmime/pgpmime.c
1590                 Add an API to warn about encryption limits,
1591                 and allow to disable these warnings
1592
1593 2007-05-03 [colin]      2.9.1cvs42
1594
1595         * src/summaryview.c
1596         * src/mainwindow.c
1597                 Fix bug 1213, 'Delete more than 
1598                 one thread at once'
1599
1600 2007-05-03 [wwp]        2.9.1cvs41
1601
1602         * src/prefs_common.c
1603         * src/prefs_filtering.c
1604         * src/prefs_template.c
1605         * src/common/template.c
1606         * src/common/template.h
1607         * src/gtk/gtkutils.c
1608         * src/gtk/gtkutils.h
1609                 Templates are no longer automatically sorted
1610                 by name, but can be sorted manually using
1611                 |< < > >| buttons as well as drag'n'drop.
1612
1613 2007-05-03 [wwp]        2.9.1cvs40
1614
1615         * src/plugins/spamassassin/spamassassin.c
1616         * src/plugins/spamassassin/spamassassin.h
1617         * src/plugins/spamassassin/spamassassin_gtk.c
1618         * src/plugins/bogofilter/bogofilter.c
1619         * src/plugins/bogofilter/bogofilter.h
1620         * src/plugins/bogofilter/bogofilter_gtk.c
1621                 Added an option to conditionally mark saved spam
1622                 as read (default is and was to do so).
1623                 Satisfies feature request 1708539 on sf.net tracker.
1624
1625 2007-05-03 [colin]      2.9.1cvs39
1626
1627         * src/inc.c
1628                 Fix bug 1211, 'Offline dialog message bugs/annoyances...'
1629
1630 2007-05-02 [colin]      2.9.1cvs38
1631
1632         * src/textview.c
1633                 Fix bug 1209, 'Clicking on address 
1634                 in header (mailto uri) selects 
1635                 default account'. Patch adapted from
1636                 G.P. Halkes' patch.
1637
1638 2007-05-02 [colin]      2.9.1cvs37
1639
1640         * src/grouplistdialog.c
1641                 Set cursor to wait cursor while loading
1642                 groups.
1643
1644 2007-05-02 [paul]       2.9.1cvs36
1645
1646         * src/folder.c
1647         * src/common/defs.h
1648                 rename cache and mark files
1649                 (data is preserved)
1650
1651 2007-04-30 [paul]       2.9.1cvs35
1652
1653         * manual/glossary.xml
1654         * manual/plugins.xml
1655                 updates. Patch by Ricardo
1656
1657 2007-04-29 [wwp]        2.9.1cvs34
1658
1659         * src/mainwindow.c
1660         * configure.ac
1661                 Fix few grammatical errors (patch by David Relson < relson at
1662                 osagesoftware dot com >).
1663
1664 2007-04-28 [colin]      2.9.1cvs33
1665
1666         * src/account.c
1667         * src/pop.c
1668         * src/prefs_account.c
1669         * src/prefs_account.h
1670                 Drop the "Download all" preference. It's
1671                 stupidly useless and confuses people from
1672                 time to time.
1673
1674 2007-04-27 [wwp]        2.9.1cvs32
1675
1676         * src/account.c
1677         * src/prefs_account.c
1678         * src/prefs_account.h
1679                 Don't reflect accounts changes to the mainwindow when it's
1680                 not necessary.
1681
1682 2007-04-27 [colin]      2.9.1cvs31
1683
1684         * src/folder.c
1685                 Freeze/thaw when sync'ing flags
1686         * src/imap.c
1687         * src/prefs_account.c
1688         * src/prefs_account.h
1689         * src/etpan/imap-thread.c
1690         * src/etpan/imap-thread.h
1691                 Add a way to use UID FETCH instead
1692                 of searches to fetch message lists
1693                 and flags. More expensive towards
1694                 bandwidth, less expensive towards
1695                 server's CPU. Probably fixes 
1696                 bug 1158, 'Scanning new folders on 
1697                 Exchange 2007 extremely slow'.
1698                 Patch 95% by Hoa.
1699
1700 2007-04-27 [paul]       2.9.1cvs30
1701
1702         * src/mainwindow.c
1703         * src/prefs_logging.c
1704                 improvements to english usage
1705
1706 2007-04-27 [colin]      2.9.1cvs29
1707
1708         * src/imap.c
1709                 Fix build without libetpan (my bad!)
1710
1711 2007-04-26 [colin]      2.9.1cvs28
1712
1713         * src/imap.c
1714         * src/imap.h
1715                 Fix uselessly exported function
1716         * src/textview.c
1717                 Consider "- -- \n" as signature separator
1718                 (that's what signature separators look like
1719                  in PGP/Inline signed mails)
1720
1721 2007-04-26 [colin]      2.9.1cvs27
1722
1723         * configure.ac
1724                 libetpan-0.49 is now required
1725         * src/procmime.c
1726                 Fix double fetching of mails if
1727                 first try failed
1728         * src/imap.c
1729                 Make offline sync faster, by
1730                 remembering last change time, and
1731                 last sync time.
1732
1733 2007-04-26 [hoa]        2.9.1cvs26
1734
1735         * src/imap.c
1736         * src/imap.h
1737         * src/mainwindow.c
1738         * src/toolbar.c
1739         * src/etpan/imap-thread.c
1740         * src/etpan/imap-thread.h
1741                 cancellation of IMAP operations is now allowed.
1742                 Fixes bug 1056, 'Possibility to 'cancel transfer' in IMAP'
1743
1744 2007-04-26 [colin]      2.9.1cvs25
1745
1746         * src/folder.c
1747                 Always fetch body+headers in folders that are
1748                 synched for offline use, if "Synchronise as
1749                 soon as possible" is set.
1750                 Fixes bug 1200, 'Add option to always retrieve full 
1751                 messages'
1752
1753 2007-04-25 [colin]      2.9.1cvs24
1754
1755         * src/compose.c
1756                 Fix bug 1198, 'Reply-all "disappearing" address bug 
1757                 persists...'
1758
1759 2007-04-24 [colin]      2.9.1cvs23
1760
1761         * src/folderview.c
1762                 Fix bug 1195, 'Hardware key navigation' 
1763                 Make GDK_Enter toggle expansion (Maemo)
1764
1765 2007-04-24 [wwp]        2.9.1cvs22
1766
1767         * src/compose.c
1768                 Fix few compiler warnings.
1769
1770 2007-04-24 [paul]       2.9.1cvs21
1771
1772         * src/Makefile.am
1773         * src/stock_pixmap.c
1774         * src/stock_pixmap.h
1775                 complete last commit
1776
1777 2007-04-24 [paul]       2.9.1cvs20
1778
1779         * src/gtk/about.c
1780         * src/pixmaps/active.xpm
1781         * src/pixmaps/checkbox_off.xpm
1782         * src/pixmaps/checkbox_on.xpm
1783         * src/pixmaps/inactive.xpm
1784                 kick out the blobs
1785                 remove transparent border from checkbox icons
1786
1787 2007-04-24 [wwp]        2.9.1cvs19
1788
1789         * src/textview.c
1790         * src/textview.h
1791                 Fix a crash in textview, thanks to Colin.
1792
1793 2007-04-23 [wwp]        2.9.1cvs18
1794
1795         * src/prefs_common.c
1796                 Fix 2.9.1cvs5: no header was being translated at all.
1797
1798 2007-04-23 [colin]      2.9.1cvs17
1799
1800         * src/Makefile.am
1801         * src/stock_pixmap.c
1802         * src/stock_pixmap.h
1803         * src/summaryview.c
1804         * src/summaryview.h
1805         * src/gtk/gtksctree.c
1806         * src/gtk/gtksctree.h
1807         * src/pixmaps/selection.xpm
1808                 Fix bug 1193, 'Need a way to multi-select
1809                 items'. Add a toggle button to the summaryview
1810                 to switch between normal and multiple selection
1811                 (Maemo)
1812
1813 2007-04-23 [colin]      2.9.1cvs16
1814
1815         * src/Makefile.am
1816         * src/stock_pixmap.c
1817         * src/stock_pixmap.h
1818         * src/summaryview.c
1819         * src/summaryview.h
1820         * src/gtk/gtksctree.c
1821         * src/gtk/gtksctree.h
1822         * src/pixmaps/selection.xpm
1823                 Fix bug 1193, 'Need a way to multi-
1824                 select items'
1825                 Add a toggle button in the summaryview
1826                 to enable normal or multiple selection.
1827                 (Maemo)
1828
1829 2007-04-23 [colin]      2.9.1cvs15
1830
1831         * src/compose.c
1832                 Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
1833
1834 2007-04-21 [colin]      2.9.1cvs14
1835
1836         * src/gtk/quicksearch.c
1837                 Fix previous commit (actually use correct
1838                 parameter)
1839
1840 2007-04-21 [colin]      2.9.1cvs13
1841
1842         * src/gtk/quicksearch.c
1843                 Fix changing quicksearch type (after Esc,
1844                 after changing Recursive, ...)
1845
1846 2007-04-20 [wwp]        2.9.1cvs12
1847
1848         * src/gtk/Makefile.am
1849                 Added headers.h (completes 2.9.1cvs5).
1850
1851 2007-04-20 [wwp]        2.9.1cvs11
1852
1853         * src/addressbook.c
1854                 Fix the use of display name in name column,
1855                 it has been overriden w/ the use of nickname
1856                 by 2.9.0cvs3. Now nickname is used (if any)
1857                 in case of LDAP books only.
1858
1859 2007-04-20 [colin]      2.9.1cvs10
1860
1861         * src/mimeview.c
1862         * src/summaryview.c
1863         * src/textview.c
1864                 Add handling of 'a' to loop in a mail's
1865                 mimeparts
1866
1867 2007-04-20 [colin]      2.9.1cvs9
1868
1869         * src/toolbar.c
1870                 Fix bug 1190, 'dir_open' button doesn't work'
1871                 (Maemo)
1872
1873 2007-04-20 [colin]      2.9.1cvs8
1874
1875         * src/folderview.c
1876         * src/mainwindow.c
1877                 Fix bug 1194, 'Hardware keys move from email 
1878                 list to account/directory list, but not back 
1879                 to email list...' (Maemo)
1880
1881 2007-04-20 [colin]      2.9.1cvs7
1882
1883         * src/compose.h
1884                 complete previous commit
1885
1886 2007-04-20 [colin]      2.9.1cvs6
1887
1888         * src/compose.c
1889                 Fix bug 1187, 'Reply-to addressee disappears 
1890                 when reply-to text box is clicked...' (Maemo)
1891
1892 2007-04-20 [wwp]        2.9.1cvs5
1893
1894         * po/POTFILES.in
1895         * src/addressbook.c
1896         * src/compose.c
1897         * src/filtering.c
1898         * src/headerview.c
1899         * src/matcher.c
1900         * src/prefs_common.c
1901         * src/prefs_common.h
1902         * src/prefs_display_header.c
1903         * src/prefs_matcher.c
1904         * src/summaryview.c
1905         * src/gtk/headers.h
1906         * src/gtk/quicksearch.c
1907                 Translate more header names according to the relevant option value,
1908                 mostly in filtering debug messages (reported by Tim <timbrain@post.cz>).
1909                 Replaced nearly all uses of prefs_common.trans_hdr with a call
1910                 to prefs_common_translated_header_name().
1911                 Added a headers.h reference file that contains known header names
1912                 (RFC2822 and others) to the translation process' input, so that
1913                 translated header names will still exist even if no occurrence of
1914                 _("headername") is found anymore in the sources.
1915                 Don't translate column name 'Number' following to trans_hdr option
1916                 value as it's not a header name.
1917
1918 2007-04-20 [colin]      2.9.1cvs4
1919
1920         * src/gtk/quicksearch.c
1921         * src/gtk/quicksearch.h
1922                 Add "From, To or Subject" quicksearch
1923                 type. Patch by ulfschaper@users.sf.net
1924
1925 2007-04-20 [colin]      2.9.1cvs3
1926
1927         * src/matcher.c
1928                 Implement proper references filtering condition.
1929                 Patch based on a patch by Khanh-Dang <kdntl@users.sf.net>
1930
1931 2007-04-19 [wwp]        2.9.1cvs2
1932
1933         * src/prefs_display_header.c
1934         * src/message_search.c
1935                 Fix few warnings (g_free of const gchar*).
1936
1937 2007-04-19 [paul]       2.9.1cvs1
1938
1939         * NEWS
1940         * README
1941         * RELEASE_NOTES
1942         * configure.ac
1943                 bump version number following
1944                 stable release
1945
1946 2007-04-19 [paul]       2.9.0cvs9
1947
1948         * manual/advanced.xml
1949         * manual/glossary.xml
1950                 fix typos
1951
1952 2007-04-18 [paul]       2.9.0cvs8
1953
1954         * src/pop.c
1955                 fix for CVE-2007-1558 (APOP)
1956                 Thanks to Colin
1957
1958 2007-04-18 [paul]       2.9.0cvs7
1959
1960         * src/messageview.c
1961         * src/mimeview.c
1962         * src/summaryview.c
1963         * src/gtk/filesel.c
1964                 Fix encoding woes wrt saving of
1965                 mails and parts
1966                 Thanks to Colin
1967
1968 2007-04-18 [colin]      2.9.0cvs6
1969
1970         * src/gtk/pluginwindow.c
1971                 Fix bug 1185, 'Pluginwindow's [X] button doesn't save'
1972
1973 2007-04-17 [wwp]        2.9.0cvs5
1974
1975         * src/addressadd.c
1976         * src/addressbook.c
1977         * src/addrindex.c
1978         * src/ldapupdate.c
1979                 Fix --disable-ldap build,
1980                 fix some LDAP annoyances on 
1981                 searches, thanks to Colin.
1982
1983 2007-04-17 [wwp]        2.9.0cvs4
1984
1985         * src/ldapupdate.c
1986                 Fix more mixed decls, sensitive w/ strict ANSI-C89 compilers
1987                 like gcc 2.9x. Thanks to Colin.
1988
1989 2007-04-17 [wwp]        2.9.0cvs3
1990
1991         * src/Makefile.am
1992         * src/addressadd.c
1993         * src/addressbook.c
1994         * src/addrindex.c
1995         * src/addritem.c
1996         * src/addritem.h
1997         * src/editaddress.c
1998         * src/ldapctrl.c
1999         * src/ldapctrl.h
2000         * src/ldapquery.c
2001         * src/ldapserver.c
2002         * src/ldapserver.h
2003         * src/ldapupdate.c
2004         * src/ldapupdate.h
2005                 Add LDAP write support. Patch mostly by 
2006                 Michael <mir at datanom dot net>
2007
2008 2007-04-17 [wwp]        2.9.0cvs2
2009
2010         * src/compose.c
2011                 Prepend "Add to address book" to the context menu of compose window's sender and
2012                 recipient fields.
2013
2014 2007-04-16 [paul]       2.9.0cvs1
2015
2016         * src/gtk/authors.h
2017                 add Pader Rezso
2018
2019 2007-04-16 [paul]       2.9.0
2020
2021         * NEWS
2022         * README
2023         * RELEASE_NOTES
2024                 2.9.0 released
2025
2026 2007-04-16 [paul]       2.8.1cvs102
2027
2028         * po/fr.po
2029                 updated by Fabien Vantard
2030
2031 2007-04-16 [paul]       2.8.1cvs101
2032
2033         * po/ca.po
2034         * po/cs.po
2035         * po/de.po
2036         * po/hu.po
2037         * po/pl.po
2038         * po/pt_BR.po
2039         * po/sr.po
2040         * po/zh_CN.po
2041                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
2042                 Pader Rezso, Emil Nowak, Frederico Goncalves Guimaraes,
2043                 Aleksandar Urosevic, and Ralgh Young
2044
2045 2007-04-15 [mones]      2.8.1cvs100
2046
2047         * po/es.po
2048                 Updated for release
2049
2050 2007-04-14 [colin]      2.8.1cvs99
2051
2052         * src/message_search.c
2053         * src/prefs_display_header.c
2054         * src/summary_search.c
2055         * src/gtk/combobox.c
2056                 Fix allocations
2057
2058 2007-04-14 [wwp]        2.8.1cvs98
2059
2060         * src/gtk/combobox.c
2061         * src/message_search.c
2062         * src/summary_search.c
2063         * src/prefs_display_header.c
2064                 Workaround a bug with GTK+ 2.6.x where gtk_combo_box_get_active_text()
2065                 returns NULL, get the text value directly from the GtkEntry child.
2066
2067 2007-04-13 [colin]      2.8.1cvs97
2068
2069         * src/gtk/quicksearch.c
2070                 Give the focus back to summaryview when
2071                 emptying the quicksearch with Esc
2072
2073 2007-04-13 [colin]      2.8.1cvs96
2074
2075         * src/message_search.c
2076         * src/prefs_display_header.c
2077         * src/summary_search.c
2078                 Fix possibles crashes when getting text
2079                 from gtk combos
2080
2081 2007-04-13 [colin]      2.8.1cvs95
2082
2083         * src/pop.c
2084                 Add some UIDL debugging
2085
2086 2007-04-12 [colin]      2.8.1cvs94
2087
2088         * src/folder.c
2089                 Force folder scan if necessary after
2090                 copying mails, to be able to reapply
2091                 flags.
2092
2093 2007-04-11 [colin]      2.8.1cvs93
2094
2095         * src/main.c
2096                 don't scan for new mail on startup if --select
2097                 is specified (or race conditions arise). If so,
2098                 do both sequentially.
2099
2100 2007-04-09 [colin]      2.8.1cvs92
2101
2102         * src/common/defs.h
2103                 Use leafpad by default on Maemo. Patch
2104                 by Jean-Luc Biord.
2105
2106 2007-04-06 [colin]      2.8.1cvs91
2107
2108         * src/pixmaps/queue_close.xpm
2109         * src/pixmaps/queue_close_hrm.xpm
2110         * src/pixmaps/queue_close_hrm_mark.xpm
2111         * src/pixmaps/queue_close_mark.xpm
2112         * src/pixmaps/queue_open.xpm
2113         * src/pixmaps/queue_open_hrm.xpm
2114         * src/pixmaps/queue_open_hrm_mark.xpm
2115         * src/pixmaps/queue_open_mark.xpm
2116                 Move the clock one pixel down :)
2117
2118 2007-04-05 [colin]      2.8.1cvs90
2119
2120         * src/mainwindow.c
2121                 Don't sync when switching offline from
2122                 command line - it's usually too late :)
2123
2124 2007-04-05 [paul]       2.8.1cvs89
2125
2126         * src/Makefile.am
2127         * src/stock_pixmap.c
2128         * src/pixmaps/dir_close_hrm.xpm
2129         * src/pixmaps/dir_close_hrm_mark.xpm
2130         * src/pixmaps/drafts_close.xpm
2131         * src/pixmaps/drafts_close_mark.xpm
2132         * src/pixmaps/drafts_open.xpm
2133         * src/pixmaps/drafts_open_mark.xpm
2134         * src/pixmaps/inbox.xpm
2135         * src/pixmaps/inbox_close.xpm
2136         * src/pixmaps/inbox_close_hrm.xpm
2137         * src/pixmaps/inbox_close_hrm_mark.xpm
2138         * src/pixmaps/inbox_close_mark.xpm
2139         * src/pixmaps/inbox_hrm.xpm
2140         * src/pixmaps/inbox_hrm_mark.xpm
2141         * src/pixmaps/inbox_mark.xpm
2142         * src/pixmaps/inbox_open.xpm
2143         * src/pixmaps/inbox_open_hrm.xpm
2144         * src/pixmaps/inbox_open_hrm_mark.xpm
2145         * src/pixmaps/inbox_open_mark.xpm
2146         * src/pixmaps/outbox.xpm
2147         * src/pixmaps/outbox_close.xpm
2148         * src/pixmaps/outbox_close_hrm.xpm
2149         * src/pixmaps/outbox_close_hrm_mark.xpm
2150         * src/pixmaps/outbox_close_mark.xpm
2151         * src/pixmaps/outbox_hrm.xpm
2152         * src/pixmaps/outbox_hrm_mark.xpm
2153         * src/pixmaps/outbox_mark.xpm
2154         * src/pixmaps/outbox_open.xpm
2155         * src/pixmaps/outbox_open_hrm.xpm
2156         * src/pixmaps/outbox_open_hrm_mark.xpm
2157         * src/pixmaps/outbox_open_mark.xpm
2158         * src/pixmaps/queue_close.xpm
2159         * src/pixmaps/queue_close_hrm.xpm
2160         * src/pixmaps/queue_close_hrm_mark.xpm
2161         * src/pixmaps/queue_close_mark.xpm
2162         * src/pixmaps/queue_open.xpm
2163         * src/pixmaps/queue_open_hrm.xpm
2164         * src/pixmaps/queue_open_hrm_mark.xpm
2165         * src/pixmaps/queue_open_mark.xpm
2166                 updated, added and replaced icons
2167                 Icons by Colin
2168
2169 2007-04-04 [colin]      2.8.1cvs88
2170
2171         * src/imap.c
2172                 Fix build without libetpan
2173
2174 2007-04-03 [colin]      2.8.1cvs87
2175
2176         * src/imap.c
2177                 Fix crash with Citadel, and try to make
2178                 things work. this server (and specifically 
2179                 STATUS and APPEND at least) seems broken.
2180
2181 2007-04-03 [colin]      2.8.1cvs86
2182
2183         * src/folderview.c
2184                 Fix icons on folder close
2185
2186 2007-04-03 [colin]      2.8.1cvs85
2187
2188         * src/inc.c
2189                 Fix double-ask of offline override in
2190                 certain cases
2191         * src/imap.c
2192         * src/imap.h
2193         * src/imap_gtk.c
2194                 Much more efficient way to synchronise
2195                 for offline use
2196         * src/etpan/imap-thread.c
2197                 Fix possible segs
2198         * src/folder.c
2199         * src/gtk/quicksearch.c
2200                 Fix some GUI lags
2201
2202 2007-04-03 [paul]       2.8.1cvs84
2203
2204         * src/filtering.c
2205         * src/folder.c
2206         * src/folder.h
2207         * src/prefs_common.c
2208         * src/prefs_common.h
2209         * src/prefs_other.c
2210                 Fix sync being done too late
2211                 Thanks to Colin
2212
2213 2007-04-02 [colin]      2.8.1cvs83
2214
2215         * src/summaryview.c
2216                 Maemo: Put status and quicksearch at the top
2217         * src/plugins/bogofilter/bogofilter.c
2218         * src/plugins/spamassassin/spamassassin.c
2219                 Derive trash from inbox if possible
2220
2221 2007-04-02 [paul]       2.8.1cvs82
2222
2223         * src/plugins/bogofilter/bogofilter_gtk.c
2224                 a few English changes
2225
2226 2007-04-02 [paul]
2227
2228         2.9.0-rc1 released
2229
2230 2007-04-02 [colin]      2.8.1cvs81
2231
2232         * src/image_viewer.c
2233                 Fix transparent images by using
2234                 GtkImage
2235         * src/messageview.c
2236                 Flush events (on new windows) to avoid
2237                 having the textview's image resize fail
2238                 to know the available width
2239
2240 2007-04-01 [colin]      2.8.1cvs80
2241
2242         * src/prefs_account.c
2243                 If no MH mailbox exist, when creating a POP/Local
2244                 account, just create and use the default one 
2245                 instead of bailing with a "Mailbox doesn't exist"
2246                 error
2247
2248 2007-03-31 [colin]      2.8.1cvs79
2249
2250         * src/prefs_account.c
2251                 Create signature file if it doesn't exist
2252                 before editing
2253         * src/prefs_toolbar.c
2254                 Maemo: Move "Use default" on the left so
2255                 that people can find it
2256         * src/common/defs.h
2257                 Maemo: make default editor "Maemopad", 
2258                 default signature file "MyDocs/signature.txt"
2259
2260 2007-03-31 [colin]      2.8.1cvs78
2261
2262         * src/prefs_account.c
2263                 Maemo: rework account prefs so
2264                 that less horizontal scrolling
2265                 is required
2266
2267 2007-03-31 [colin]      2.8.1cvs77
2268
2269         * src/folderview.c
2270         * src/prefs_common.c
2271         * src/prefs_common.h
2272                 Fix bug 1167, 'Allow not displaying zeros 
2273                 in folder list'. Patch by MartinP
2274
2275 2007-03-31 [colin]      2.8.1cvs76
2276
2277         * AUTHORS
2278                 Add Jean-Luc Biord
2279
2280 2007-03-31 [colin]      2.8.1cvs75
2281
2282         * src/imap.c
2283                 Apply patch from bug 1172, direct
2284                 access to the folder's session instead
2285                 of using getter. Patch by MartinP
2286
2287 2007-03-31 [paul]       2.8.1cvs74
2288
2289         * src/gtk/authors.h
2290                 no need to list Fabien twice!
2291
2292 2007-03-31 [colin]      2.8.1cvs73
2293
2294         * src/inc.c
2295                 If we're currently "overriding for %d minutes",
2296                 don't ask
2297
2298 2007-03-31 [colin]      2.8.1cvs72
2299
2300         * src/compose.c
2301         * src/imap.c
2302         * src/inc.c
2303         * src/inc.h
2304         * src/messageview.c
2305         * src/news.c
2306         * src/plugins/spamassassin/spamassassin.c
2307                 Offline override: Add a parameter to allow
2308                 asking even if the override timer is running.
2309                 Allows to ask every time the user makes an
2310                 explicit action needing online access (such
2311                 as Get Mail), and not when the action is 
2312                 implicit (such as opening an IMAP folder)
2313
2314 2007-03-31 [colin]      2.8.1cvs71
2315
2316         * src/inc.c
2317                 Override offline: "No" answer shouldn't
2318                 re-ask after 3 seconds, but 10 minutes. 
2319
2320 2007-03-30 [colin]      2.8.1cvs70
2321
2322         * src/common/socket.c
2323                 Better error reporting on unix socket
2324                 failure (bind usually)
2325         * src/gtk/gtkutils.c
2326         * src/gtk/gtkutils.h
2327                 Label window: add a pulsing progress
2328                 bar to show we're not hung :)
2329         * src/folderview.c
2330         * src/main.c
2331         * src/plugins/pgpcore/sgpgme.c
2332                 Update API
2333
2334 2007-03-30 [colin]      2.8.1cvs69
2335
2336         * src/pop.c
2337         * src/prefs_common.c
2338                 Fix possible trashing of history and uidl
2339                 files on disk full problems
2340
2341 2007-03-30 [paul]       2.8.1cvs68
2342
2343         * src/mainwindow.c
2344         * src/summaryview.c
2345         * src/summaryview.h
2346                 update summary when changing layout type
2347                 (fixes wrong folder icon being displayed)
2348                 Thanks to Colin
2349
2350 2007-03-29 [colin]      2.8.1cvs67
2351
2352         * src/prefs_ext_prog.c
2353                 The browser pref is irrelevant on Maemo
2354
2355 2007-03-29 [colin]      2.8.1cvs66
2356
2357         * src/compose.c
2358         * src/compose.h
2359                 Maemo: dynamically switch headers/text position
2360         * src/prefs_common.c
2361                 Maemo: hide compose's ruler by default
2362         * src/common/socket.c
2363         * src/common/socket.h
2364                 Fix build warning
2365
2366 2007-03-29 [colin]      2.8.1cvs65
2367
2368         * src/common/socket.c
2369         * src/common/socket.h
2370                 Fix build when MAEMO_CFLAGS contains
2371                 _X_OPENSOURCE (resolv.h errors as long
2372                 as we don't add _BSD_SOURCE. Ugly).
2373
2374 2007-03-29 [wwp]        2.8.1cvs64
2375
2376         * src/prefs_logging.c
2377                 Fix sensitivity of clip-log widgets in prefs/logging,
2378                 thanks to Fabien.
2379
2380 2007-03-29 [wwp]        2.8.1cvs63
2381
2382         * po/POTFILES.in
2383                 Updated files list for translations, thanks to Fabien.
2384
2385 2007-03-29 [colin]      2.8.1cvs62
2386
2387         * src/main.c
2388         * src/common/Makefile.am
2389         * src/common/utils.c
2390                 Maybe make URI opening work in Maemo
2391                 Requires testing :)
2392
2393 2007-03-28 [colin]      2.8.1cvs61
2394
2395         * src/folder.c
2396         * src/folder.h
2397         * src/folderview.c
2398                 Add the possibility to sort folders arbitrarily
2399                 (via editing of folderlist.xml only). Patch by
2400                 Martin P <mp26+claws@os.inf.tu-dresden.de>
2401                 Fixes bug 1166, 'Folder ordering is fixed and cannot 
2402                 be changed by the user'
2403
2404 2007-03-28 [colin]      2.8.1cvs60
2405
2406         * src/mimeview.c
2407                 Add popup menu for mime icons
2408
2409 2007-03-28 [colin]      2.8.1cvs59
2410
2411         * src/mainwindow.c
2412                 Fix a layout issue when presenting
2413                 mainwindow in Small screen layout
2414         * src/toolbar.c
2415         * src/toolbar.h
2416                 Add a "Go to folder list" button for
2417                 mainwindow, and make it default in
2418                 the Maemo build
2419
2420 2007-03-28 [colin]      2.8.1cvs58
2421
2422         * src/compose.c
2423                 Don't dynamically update title on Maemo
2424                 Patch by Jean-Luc Biord
2425
2426 2007-03-27 [colin]      2.8.1cvs57
2427
2428         * src/compose.c
2429         * src/folderview.c
2430         * src/summaryview.c
2431                 Enable tap-and-hold on Maemo
2432
2433 2007-03-26 [colin]      2.8.1cvs56
2434
2435         * src/compose.c
2436                 More popup-menu (in attachments list)
2437
2438 2007-03-26 [colin]      2.8.1cvs55
2439
2440         * src/compose.c
2441                 Enable popup-menu signal
2442
2443 2007-03-26 [colin]      2.8.1cvs54
2444
2445         * src/plugins/pgpinline/pgpinline.c
2446                 Fix bug 1111, 'PGP/inline plugin hides text 
2447                 around encrypted text block'. Patch based on
2448                 a patch from Michal Cihar.
2449
2450 2007-03-26 [wwp]        2.8.1cvs53
2451
2452         * src/procmsg.c
2453                 Fix getting a false error when sending queued message
2454                 whereas the sending was fine (if there are subfolders
2455                 in the queue folder), thanks to Colin.
2456
2457 2007-03-26 [paul]       2.8.1cvs52
2458
2459         * src/wizard.c
2460                 update FACE header in welcome message
2461
2462 2007-03-25 [colin]      2.8.1cvs51
2463
2464         * src/Makefile.am
2465                 Fix make dist
2466
2467 2007-03-25 [colin]      2.8.1cvs50
2468
2469         * src/main.c
2470                 Fix OSSO_NAME on Maemo (patch by Jean-Luc)
2471
2472 2007-03-24 [colin]      2.8.1cvs49
2473
2474         * src/main.c
2475                 Fix a few launch problems on Maemo
2476                 Patch by Jean-Luc Biord
2477
2478 2007-03-24 [wwp]        2.8.1cvs48
2479
2480         * src/alertpanel.c
2481         * src/alertpanel.h
2482         * src/messageview.c
2483         * src/summaryview.c
2484                 Fix wrong action performed when closing the
2485                 "ask about account specific filtering rules
2486                 when filtering manually" dialog by pressing Escape.
2487                 Fix wrong order of buttons in the "return receipt
2488                 notification - the message was sent to several of
2489                 your accounts" dialog.
2490
2491 2007-03-24 [paul]       2.8.1cvs47
2492
2493         * src/folderview.c
2494                 an improvement to English usage
2495         * tools/kdeservicemenu/README
2496                 updated Claws url
2497
2498 2007-03-24 [paul]       2.8.1cvs46
2499
2500         * src/Makefile.am
2501         * src/stock_pixmap.c
2502         * src/pixmaps/edit_extern.xpm
2503         * src/pixmaps/mail_sign.xpm
2504                 rescue long lost icons
2505
2506 2007-03-24 [paul]       2.8.1cvs45
2507
2508         * src/toolbar.c
2509                 fix toolbar (broken in 2.8.1cvs42)
2510
2511 2007-03-23 [colin]      2.8.1cvs44
2512
2513         * src/imap.c
2514                 Correctly unsubscribe/resubscribe after
2515                 RENAME
2516
2517 2007-03-23 [colin]      2.8.1cvs43
2518
2519         * src/prefs_common.c
2520                 Maemo: as the platform is light on RAM, allow
2521                 caches to be discarded faster.
2522
2523 2007-03-23 [colin]      2.8.1cvs42
2524
2525         * src/Makefile.am
2526         * src/compose.c
2527         * src/compose.h
2528         * src/stock_pixmap.c
2529         * src/stock_pixmap.h
2530         * src/summaryview.c
2531         * src/summaryview.h
2532         * src/toolbar.c
2533         * src/toolbar.h
2534         * src/pixmaps/open_mail.xpm
2535                 Maemo changes: Add the possibility to have
2536                 "Open Email" and "Close Window" buttons on 
2537                 toolbars (and use them in Maemo's default
2538                 toolbars)
2539
2540 2007-03-23 [wwp]        2.8.1cvs41
2541
2542         * src/action.c
2543                 Reverted that part of the action dialog closure logics, to
2544                 pre-2.8.1cvs19. Managing action dialog w/ no output may be
2545                 done later in a different way (or may not).
2546
2547 2007-03-22 [wwp]        2.8.1cvs40
2548
2549         * src/action.c
2550                 Fix sticky action dialog when got no output but action command
2551                 is pipe'ing out or inserting (introduced w/ 2.8.1cvs19).
2552
2553 2007-03-22 [colin]      2.8.1cvs39
2554
2555         * src/prefs_filtering.c
2556         * src/gtk/combobox.h
2557                 Fix escaping account names in filtering prefs
2558
2559 2007-03-22 [colin]      2.8.1cvs38
2560
2561         * src/addrindex.c
2562         * src/ldapctrl.h
2563         * src/ldapquery.c
2564                 Add any attribute specified in LDAP servers'
2565                 Search attributes to the Other Attributes tab
2566                 of contacts; Add 'telephoneNumber' in the
2567                 default list.
2568
2569 2007-03-22 [colin]      2.8.1cvs37
2570
2571         * src/folderview.c
2572         * src/folderview.h
2573         * src/mainwindow.c
2574                 Try to prevent race conditions when
2575                 changing the folder list
2576         * src/summaryview.c
2577                 Fix possible red folder icon when
2578                 switching from Small screen layout
2579                 to any other
2580
2581 2007-03-22 [colin]      2.8.1cvs36
2582
2583         * src/mainwindow.c
2584         * src/mainwindow.h
2585         * src/summaryview.c
2586                 Rename "little screen" to "Small screen"
2587         * src/gtk/Makefile.am
2588         * src/common/utils.c
2589         * src/mh.c
2590                 Fix Maemo-related compilation problems
2591
2592 2007-03-21 [colin]      2.8.1cvs35
2593
2594         * configure.ac
2595                 Fix previous commit
2596         * claws-mail.desktop
2597                 Remove .png from the Icon, it's useless
2598
2599 2007-03-21 [colin]      2.8.1cvs34
2600
2601         * configure.ac
2602         * src/Makefile.am
2603                 Add the necessary lib checking for 
2604                 Maemo
2605
2606 2007-03-21 [colin]      2.8.1cvs33
2607
2608         * src/main.c
2609                 Fix unconditional "error happened" when
2610                 sending via command-line. "lol @ myself"
2611
2612 2007-03-21 [colin]      2.8.1cvs32
2613
2614         * claws-mail-40x40.png
2615         * claws-mail-26x26.png
2616         * src/account.c
2617         * src/addressbook.c
2618         * src/compose.c
2619         * src/folderview.c
2620         * src/folderview.h
2621         * src/main.c
2622         * src/mainwindow.c
2623         * src/mainwindow.h
2624         * src/messageview.c
2625         * src/prefs_account.c
2626         * src/prefs_common.c
2627         * src/summary_search.c
2628         * src/summaryview.c
2629         * src/summaryview.h
2630         * src/gtk/authors.h
2631         * src/gtk/gtkutils.c
2632         * src/gtk/gtkutils.h
2633         * src/gtk/logwindow.c
2634         * src/gtk/menu.c
2635         * src/gtk/prefswindow.c
2636                 Add Maemo port (patch mainly by Jean-Luc Biort)
2637                 Add a new 'Little screen' layout to help on such
2638                 platforms (patch by me)
2639                 Make some default preferences different (more
2640                 adapted) on Maemo (patch by me)
2641
2642 2007-03-21 [wwp]        2.8.1cvs31
2643
2644         * src/prefs_logging.c
2645         * src/prefs_logging.h
2646                 Fixed copyright header of newly added files.
2647
2648 2007-03-21 [wwp]        2.8.1cvs30
2649
2650         * src/Makefile.am
2651         * src/filtering.c
2652         * src/filtering.h
2653         * src/folder.c
2654         * src/folderview.c
2655         * src/imap.c
2656         * src/inc.c
2657         * src/main.c
2658         * src/mainwindow.c
2659         * src/mainwindow.h
2660         * src/matcher.c
2661         * src/messageview.c
2662         * src/news.c
2663         * src/pop.c
2664         * src/prefs_common.c
2665         * src/prefs_common.h
2666         * src/prefs_logging.c
2667         * src/prefs_logging.h
2668         * src/prefs_other.c
2669         * src/procmsg.c
2670         * src/send_message.c
2671         * src/summaryview.c
2672         * src/common/log.c
2673         * src/common/log.h
2674         * src/common/nntp.c
2675         * src/common/session.c
2676         * src/common/smtp.c
2677         * src/common/socket.c
2678         * src/etpan/imap-thread.c
2679         * src/gtk/logwindow.c
2680         * src/gtk/logwindow.h
2681         * src/plugins/bogofilter/bogofilter.c
2682         * src/plugins/spamassassin/spamassassin.c
2683                 Added debugging of filtering/processing rules.
2684                 The debug log is here 'Tools/Filtering debug window',
2685                 the options there 'Configuration/Preferences/Other/Logging',
2686                 and the log file is ~/.claws-mail/filtering.log.
2687                 Moved protocol log prefs to 'Other/Logging' as well.
2688                 To support such debugging feature, the existing log API has
2689                 been enhanced (common/log.[ch] and gtk/logwindow.[ch]) and
2690                 this impacts many external modules (commits follow).
2691
2692 2007-03-21 [paul]       2.8.1cvs29
2693
2694         * src/etpan/Makefile.am
2695         * src/etpan/imap-thread.c
2696                 add missing #include
2697
2698 2007-03-21 [colin]      2.8.1cvs28
2699
2700         * src/procmime.c
2701                 Fix bug 1157, 'some broken messages confuse 
2702                 mime parser'. Make sure we can't have MimeInfos
2703                 with negative sizes.
2704
2705 2007-03-20 [colin]      2.8.1cvs27
2706
2707         * src/main.c
2708                 Fix missing \0 on buffer
2709
2710 2007-03-20 [colin]      2.8.1cvs26
2711
2712         * src/mh.c
2713                 Use make_dir_hier instead of make_dir 
2714                 to create the MH mailbox
2715
2716 2007-03-20 [colin]      2.8.1cvs25
2717
2718         * src/folder.c
2719         * src/folder.h
2720         * src/prefs_account.c
2721         * src/wizard.c
2722                 Fix default inbox weirdnesses (after wizard,
2723                 if path is Mail, mailbox identifier is #mh/Mailbox,
2724                 and when creating new accounts)
2725
2726 2007-03-20 [colin]      2.8.1cvs24
2727
2728         * src/account.c
2729                 Write folderlist after adding/deleting accounts
2730                 that have folders
2731
2732 2007-03-20 [colin]      2.8.1cvs23
2733
2734         * src/imap.c
2735         * src/remotefolder.h
2736                 Fix bug 1153, 'CM segfaults if IMAP folder is 
2737                 selected while scanning prior to update'
2738
2739 2007-03-17 [paul]       2.8.1cvs22
2740
2741         * src/main.c
2742                 fix a typo, and be a little more verbose.
2743
2744 2007-03-17 [wwp]        2.8.1cvs21
2745
2746         * src/inc.c
2747                 Fix a compiler warning.
2748
2749 2007-03-16 [wwp]        2.8.1cvs20
2750
2751         * tools/Makefile.am
2752         * tools/README
2753                 Updated to deal w/ the new mairix.sh tool.
2754
2755 2007-03-16 [wwp]        2.8.1cvs19
2756
2757         * src/action.c
2758                 Fix logics issues around the action IO dialog:
2759                 - disable entry widget and exec button when
2760                   the exec button is clicked (don't wait for any
2761                   output line) - fix possible disabling/re-enabling/
2762                   re-disabling of those widgets
2763                 - raise an error if executing a %as{} action either
2764                   empty or invalid, instead of failing silently
2765                 - don't close the dialog if the abort button has been
2766                   clicked and if there was no output yet
2767                 - set focus to the abort button when the exec button
2768                   is clicked
2769                 - fix capitalization of a warning message
2770
2771 2007-03-16 [wwp]        2.8.1cvs18
2772
2773         * tools/mairix.sh
2774                 Added a wrapper to mairix to the tools folder.
2775
2776 2007-03-16 [colin]      2.8.1cvs17
2777
2778         * src/messageview.c
2779         * src/mimeview.h
2780                 Allow mimeviewer plugins to print
2781                 their stuff
2782
2783 2007-03-16 [colin]      2.8.1cvs16
2784
2785         * .cvsignore
2786                 Ignore *.patchset
2787
2788 2007-03-15 [colin]      2.8.1cvs15
2789
2790         * src/messageview.c
2791         * src/mimeview.h
2792                 Add a way for mimeviewer plugins to
2793                 implement body search
2794
2795 2007-03-15 [paul]       2.8.1cvs14
2796
2797         * src/prefs_spelling.c
2798                 fix English usage
2799
2800 2007-03-15 [paul]       2.8.1cvs13
2801
2802         * src/common/quoted-printable.c
2803                 fix decoding of quoted-printable parts
2804
2805 2007-03-14 [wwp]        2.8.1cvs12
2806
2807         * src/gtk/logwindow.h
2808                 Oops, remove that devel stuff committed w/ 2.8.1cvs11 :\.
2809
2810 2007-03-14 [wwp]        2.8.1cvs11
2811
2812         * src/gtk/logwindow.h
2813                 Complete 2.8.1cvs10.
2814
2815 2007-03-14 [colin]      2.8.1cvs10
2816
2817         * src/gtk/logwindow.c
2818                 Probably fix bug 1149, crash on logwindow
2819                 close - at the expense of performance once
2820                 logwin has been opened
2821
2822 2007-03-14 [colin]      2.8.1cvs9
2823
2824         * src/main.c
2825                 If claws-mail is running on another
2826                 display, warn instead of popping it up
2827                 on the other display
2828
2829 2007-03-12 [colin]      2.8.1cvs8
2830
2831         * src/wizard.c
2832                 Fix bug 1145, 'Setting a different name 
2833                 for the Mailbox name isn't reflected in 
2834                 default account settings'. Patch by wwp
2835
2836 2007-03-12 [colin]      2.8.1cvs7
2837
2838         * src/summaryview.c
2839                 Fix bug 1143, 'Add number of messages to be 
2840                 deleted to confirmation dialog'
2841
2842 2007-03-12 [wwp]        2.8.1cvs6
2843
2844         * src/folderview.c
2845         * src/prefs_common.c
2846         * src/prefs_common.h
2847         * src/prefs_summaries.c
2848                 Changed the option that displays unread messages count
2849                 next to the folder name in folder list: it is now
2850                 possible to either display nothing, display the
2851                 unread messages number only or the unread and total messages
2852                 numbers. The patch includes this extra feature as well
2853                 as some minor fixes by rewriting the algo in folderview.c.
2854                 Thanks to Paul for the original idea and implementation, plus
2855                 testing and proof-reading!
2856
2857 2007-03-09 [paul]       2.8.1cvs5
2858
2859         * tools/Makefile.am
2860         * tools/README
2861         * tools/claws-mail-compose-insert-files.pl
2862                 added a script which enables inserting files
2863                 into the message body of a new Claws Mail
2864                 Compose window from the command line. Additionally
2865                 To, Cc, Subject and files to attach to the message
2866                 can be specified.
2867
2868 2007-03-09 [wwp]        2.8.1cvs4
2869
2870         * src/addr_compl.c
2871         * src/addr_compl.h
2872         * src/filtering.c
2873                 Optimize matching of addresses in the addressbook
2874                 (filtering/processing 'found_in_addressbook' condition).
2875
2876 2007-03-07 [wwp]        2.8.1cvs3
2877
2878         * src/quote_fmt.c
2879         * src/quote_fmt_lex.l
2880         * src/quote_fmt_parse.y
2881                 Add a new quote format symbol: %A to insert the
2882                 sender email address (just the address itself).
2883
2884 2007-03-06 [wwp]        2.8.1cvs2
2885
2886         * src/gtk/gtkutils.c
2887         * src/plugins/trayicon/trayicon_prefs.h
2888         * src/plugins/trayicon/trayicon_prefs.c
2889         * src/plugins/trayicon/trayicon.c
2890         * src/mainwindow.h
2891         * src/mainwindow.c
2892                 Add a new trayicon (optional) feature: minimize to tray. When enabled,
2893                 minimizing Claws-Mail main window will hide it to the trayicon instead.
2894
2895
2896 2007-03-06 [paul]       2.8.1cvs1
2897
2898         * NEWS
2899         * README
2900         * RELEASE_NOTES
2901         * configure.ac
2902                 bump version number following
2903                 stable release
2904
2905 2007-03-06 [paul]       2.8.0cvs24
2906
2907         * po/cs.po
2908                 corrected by by Tim <timbrain@post.cz>
2909
2910 2007-03-05 [colin]      2.8.0cvs23
2911
2912         * src/Makefile.am
2913         * src/procmime.c
2914                 Fix mime/globs path on NetBSD
2915                 patch by George Michaelson
2916
2917 2007-03-05 [wwp]        2.8.0cvs22
2918
2919         * src/addr_compl.c
2920                 Remove debug statement (accidentally committed w/ cvs14).
2921
2922 2007-03-05 [paul]       2.8.0cvs21
2923
2924         * src/plugins/pgpcore/prefs_gpg.c
2925                 fix compiler warning
2926
2927 2007-03-05 [wwp]        2.8.0cvs20
2928
2929         * src/matcher_parser_parse.y
2930                 Fix mismerge between cvs17 and cvs19.
2931
2932 2007-03-05 [wwp]        2.8.0cvs19
2933
2934         * src/matcher_parser_parse.y
2935         * src/prefs_filtering_action.c
2936         * src/matcher.c
2937         * src/matcher.h
2938         * src/filtering.c
2939         * src/filtering.h
2940                 Add new 'add_to_addressbook' filtering/processing action.
2941
2942 2007-03-05 [wwp]        2.8.0cvs18
2943
2944         * src/filtering.c
2945                 Fix mark_as_ham filtering/processing action: spam flag
2946                 was not unset.
2947
2948 2007-03-04 [colin]      2.8.0cvs17
2949
2950         * src/filtering.c
2951         * src/matcher.c
2952         * src/matcher.h
2953         * src/matcher_parser_parse.y
2954         * src/prefs_filtering_action.c
2955                 Add 'Mark as spam' and 'Mark as ham' filtering
2956                 actions. Fixes bug 1138.
2957
2958 2007-03-04 [colin]      2.8.0cvs16
2959
2960         * src/imap.c
2961                 Fix bug 1140, wrong return value
2962                 without libetpan
2963
2964 2007-03-04 [wwp]        2.8.0cvs15
2965
2966         * src/addr_compl.c
2967                 Rollback cvs14: don't free stuff that is managed in g_list.
2968
2969 2007-03-04 [wwp]        2.8.0cvs14
2970
2971         * src/addr_compl.c
2972                 Fix a leak in address completion code.
2973
2974 2007-03-04 [colin]      2.8.0cvs13
2975
2976         * src/addr_compl.c
2977                 Maybe fix bug 1136, 'Crash in group 
2978                 address completion'
2979
2980 2007-03-04 [iwkse]      2.8.0cvs12
2981
2982         * src/imap.c
2983                 fix: alertpanel.h included only in #ifdef HAVE_LIBETPAN
2984
2985 2007-03-03 [colin]      2.8.0cvs11
2986
2987         * src/plugins/pgpinline/pgpinline.c
2988                 Fix off-by-one, fix double-free. Fixes
2989                 bug 1135, 'cm-segfault on decrypting 
2990                 with PGP/inline'
2991
2992 2007-03-03 [colin]      2.8.0cvs10
2993
2994         * configure.ac
2995         * src/main.c
2996         * src/common/plugin.c
2997                 Fix bug 1134, 'Valgrind macros unhandled 
2998                 by Irix's cc'
2999
3000 2007-03-02 [colin]      2.8.0cvs9
3001
3002         * src/mbox.c
3003                 Don't error out on EAGAIN. Fixes 
3004                 bug 1129, '"local mbox file" account 
3005                 isn't retrieving mails'
3006
3007 2007-03-01 [wwp]        2.8.0cvs8
3008
3009         * src/mainwindow.c
3010         * src/gtk/colorlabel.c
3011                 Remove accels for extra color labels until we set better
3012                 and definitive ones.
3013
3014 2007-02-28 [wwp]        2.8.0cvs7
3015
3016         * src/mainwindow.c
3017         * src/matcher_parser_parse.y
3018         * src/prefs_common.c
3019         * src/prefs_msg_colors.c
3020         * src/procmsg.h
3021         * src/gtk/colorlabel.c
3022         * src/gtk/colorlabel.h
3023                 Add more customizable color labels. Cleaned up a bit
3024                 the color label API to avoid duplicate defines of
3025                 the max number of colors.
3026
3027 2007-02-27 [colin]      2.8.0cvs6
3028
3029         * src/mainwindow.c
3030         * src/common/utils.c
3031         * src/common/utils.h
3032                 Fix '+' in mailto URIs for List-* headers
3033
3034 2007-02-27 [colin]      2.8.0cvs5
3035
3036         * src/gtk/gtkutils.c
3037                 Use gtk_window_set_role instead of 
3038                 _set_wmclass
3039
3040 2007-02-27 [colin]      2.8.0cvs4
3041
3042         * src/inc.c
3043                 Fix "After receiving new mail, go to inbox" on IMAP,
3044                 and make it work only on manual reception
3045
3046 2007-02-27 [wwp]        2.8.0cvs3
3047
3048         * src/prefs_filtering.c
3049         * src/prefs_filtering_action.c
3050         * src/prefs_matcher.c
3051                 Update filtering matcher's and action's color label menus
3052                 when re-opening those dialogs (reflect any change to the
3053                 color labels list in the preferences).
3054
3055 2007-02-27 [colin]      2.8.0cvs2
3056
3057         * src/imap.c
3058         * src/etpan/etpan-thread-manager-types.h
3059         * src/etpan/etpan-thread-manager.c
3060         * src/etpan/imap-thread.c
3061                 Log imap ALERTs as errors in the log.
3062
3063 2007-02-26 [paul]       2.8.0cvs1
3064
3065         * tools/claws.i18n.status.pl
3066                 updated
3067
3068 2007-02-26 [paul]       2.7.2cvs75
3069
3070         * po/ca.po
3071         * po/cs.po
3072         * po/de.po
3073         * po/en_GB.po
3074         * po/fi.po
3075         * po/fr.po
3076         * po/hu.po
3077         * po/pl.po
3078         * po/pt_BR.po
3079         * po/sk.po
3080         * po/sr.po
3081         * po/zh_CN.po
3082                 updated by Miquel Oliete, Tim Brain, Stephan Sachse,
3083                 me, Flammie Pirinen, Fabien Vantard, Pader Rezso,
3084                 Pawel Pekala, Frederico Goncalves Guimaraes, Andrej Kacian,
3085                 Aleksandar Urosevic, and Ralgh Young
3086
3087 2007-02-25 [mones]      2.7.2cvs74
3088
3089         * po/es.po
3090                 Updated for release
3091
3092 2007-02-25 [colin]      2.7.2cvs73
3093
3094         * src/main.c
3095                 Clearing the list is only useful
3096                 to prevent a valgrind false-positive
3097
3098 2007-02-25 [paul]       2.7.2cvs72
3099
3100         * tools/Makefile.am
3101         * tools/README
3102         * tools/kmail-mailbox2claws-mail.pl  **ADDED**
3103         * tools/maildir2claws-mail.pl  **REMOVED**
3104                 renamed the script, fixed a couple bugs
3105
3106 2007-02-23 [colin]      2.7.2cvs71
3107
3108         * src/addressbook.c
3109                 Fix a leak, check for a few improbable nulls
3110
3111 2007-02-23 [colin]      2.7.2cvs70
3112
3113         * src/main.c
3114         * src/main.h
3115         * src/plugins/trayicon/trayicon.c
3116                 Fix blinking mainwin when starting in tray
3117                 (show mainwindow later in the startup process,
3118                  apart if restarting post-crash)
3119
3120 2007-02-23 [colin]      2.7.2cvs69
3121
3122         * src/folderview.c
3123         * src/imap_gtk.c
3124                 Fix crash when unsubscribing the currently
3125                 selected/opened folder
3126
3127 2007-02-23 [colin]      2.7.2cvs68
3128
3129         * src/compose.c
3130                 Fix bug that prevented colorization to
3131                 work without wrap quotation option
3132
3133 2007-02-23 [colin]      2.7.2cvs67
3134
3135         * src/addr_compl.c
3136                 Fix refcounting, start and end completion who
3137                 behaved as if there couldn't be any other current
3138                 user of completion
3139
3140 2007-02-23 [wwp]        2.7.2cvs66
3141
3142         * src/addressbook.c
3143         * src/addrindex.c
3144                 Address completion fixes: fix addressbook_peek_folder_exists() in
3145                 which the algorithm was ridiculously over-obfuscated and broken.
3146                 Fix addrindex_load_completion() as well, to load addresses in
3147                 completion list with regards to what addressbook_peek_folder_exists()
3148                 returns now.
3149
3150 2007-02-23 [wwp]        2.7.2cvs65
3151
3152         * src/addr_compl.c
3153                 Add addresses to completion when they're non-empty (thanks to Colin).
3154
3155 2007-02-23 [paul]       2.7.2cvs64
3156
3157         * src/plugins/pgpcore/passphrase.c
3158                 remove 'const '
3159
3160 2007-02-23 [colin]      2.7.2cvs63
3161
3162         * src/plugins/pgpcore/prefs_gpg.c
3163         * src/plugins/pgpcore/prefs_gpg.h
3164         * src/plugins/pgpcore/sgpgme.c
3165         * src/plugins/pgpinline/pgpinline.c
3166         * src/plugins/pgpmime/pgpmime.c
3167                 Try harder to respect user's choice wrt
3168                 gpg-agent even with gpg2, by unsetting
3169                 GPG_AGENT_INFO when necessary.
3170
3171 2007-02-22 [paul]       2.7.2cvs62
3172
3173         * src/plugins/pgpcore/sgpgme.c
3174         * src/plugins/pgpcore/sgpgme.h
3175         * src/plugins/pgpcore/passphrase.c
3176         * src/plugins/pgpinline/pgpinline.c
3177         * src/plugins/pgpmime/pgpmime.c
3178                 Fix a leak - gpgme_data_release_and_get_mem
3179                 leaks in recent gpgme. Workaround by using
3180                 our own function.
3181
3182 2007-02-22 [paul]       2.7.2cvs61
3183
3184         * src/gtk/quicksearch.c
3185                 Abandon dynamic search when pressing
3186                 Enter
3187
3188 2007-02-21 [colin]      2.7.2cvs60
3189
3190         * src/procmsg.c
3191         * src/plugins/pgpcore/passphrase.c
3192                 Fix little memory leaks
3193         * src/main.c
3194                 Fix false-positive leak at exit
3195         * src/gtk/quicksearch.c
3196                 Fix potentially big leak in recursive
3197                 Quicksearch
3198
3199 2007-02-21 [wwp]        2.7.2cvs59
3200
3201         * src/summaryview.c
3202                 Add missing newline to a debug message.
3203
3204 2007-02-20 [colin]      2.7.2cvs58
3205
3206         * src/Makefile.am
3207         * src/mimeview.c
3208         * src/stock_pixmap.c
3209         * src/stock_pixmap.h
3210         * src/pixmaps/mime_pgpsig.xpm
3211                 Add icon for application/pgp-signature
3212
3213 2007-02-20 [colin]      2.7.2cvs57
3214
3215         * src/Makefile.am
3216         * src/main.c
3217         * src/mimeview.c
3218         * src/stock_pixmap.c
3219         * src/stock_pixmap.h
3220         * src/pixmaps/mime_calendar.xpm
3221         * src/pixmaps/mime_pdf.xpm
3222         * src/pixmaps/mime_ps.xpm
3223                 Add icons for text/calendar, application/pdf
3224                 and application/postscript
3225
3226 2007-02-20 [colin]      2.7.2cvs56
3227
3228         * autogen.sh
3229         * src/matcher_parser_parse.y
3230         * src/matcher_parser_lex.l
3231                 Fix big memory leak in flex, and
3232                 require flex 2.5.31
3233
3234 2007-02-20 [wwp]        2.7.2cvs55
3235
3236         * src/matcher_parser_parse.y
3237                 Fix a duplicate token definition (thanks to iwkse).
3238
3239 2007-02-20 [wwp]        2.7.2cvs54
3240
3241         * src/matcher_parser_lex.l
3242         * src/quote_fmt_lex.l
3243                 Use proper flex options instead of direct use of #define,
3244                 make the flex-generated C lighter.
3245
3246 2007-02-20 [colin]      2.7.2cvs53
3247
3248         * src/summaryview.c
3249                 Grab focus in message list after hiding
3250                 the quicksearch, instead of leaving it
3251                 "somewhere"
3252
3253 2007-02-19 [colin]      2.7.2cvs52
3254
3255         * src/folderview.c
3256                 Fix bug 1033, 'Automatically refresh 
3257                 message list when new messages arrives'
3258                 Looks like folderview->opened can sometimes
3259                 be wrong...
3260
3261 2007-02-19 [paul]       2.7.2cvs51
3262
3263         * tools/Makefile.am
3264         * tools/README
3265         * tools/thunderbird-filters-convertor.pl
3266                 add new script which converts thunderbird filter
3267                 rules to Claws filter rules
3268
3269 2007-02-18 [paul]       2.7.2cvs50
3270
3271         * src/plugins/pgpcore/prefs_gpg.c
3272         * src/plugins/pgpcore/prefs_gpg.h
3273         * src/plugins/pgpcore/sgpgme.c
3274         * src/plugins/pgpinline/pgpinline.c
3275         * src/plugins/pgpmime/pgpmime.c
3276                 improved GUI interoperability with gpg-agent
3277
3278 2007-02-18 [paul]       2.7.2cvs49
3279
3280         * src/prefs_account.c
3281                 Privacy options sensitivity fix
3282
3283 2007-02-17 [colin]      2.7.2cvs48
3284
3285         * src/messageview.c
3286                 Reset icon to warning in the noticeview
3287
3288 2007-02-15 [colin]      2.7.2cvs47
3289
3290         * src/folderview.c
3291                 Fix a manifestation of bug 1033 (summaryview failing
3292                 to update for new mails), which happens after editing
3293                 account preferences or preferences that cause a 
3294                 folderview reload.
3295
3296 2007-02-15 [colin]      2.7.2cvs46
3297
3298         * src/addressbook.c
3299                 Probably fix bug 1123, 'Segmentation 
3300                 fault while opening address book'. I get
3301                 g_warnings if the saved paned position is
3302                 not greater than 0. Also, save position
3303                 when hiding the addressbook instead of
3304                 via signal.
3305
3306 2007-02-14 [colin]      2.7.2cvs45
3307
3308         * src/plugins/pgpcore/prefs_gpg.c
3309         * src/plugins/pgpcore/prefs_gpg.h
3310         * src/plugins/pgpcore/sgpgme.c
3311         * src/plugins/pgpinline/pgpinline.c
3312         * src/plugins/pgpmime/pgpmime.c
3313                 Add an option "Use gpg-agent if available". Fixes
3314                 annoyances with distro-installed gpg-agent, when
3315                 no pinentry program is installed, and the user's 
3316                 at a loss on why "decryption failed". Makes more
3317                 clear why passphrase isn't saved when gpg-agent is
3318                 used. Defaults to true, to avoid changing the 
3319                 current behaviour.
3320
3321 2007-02-14 [wwp]        2.7.2cvs44
3322
3323         * src/matcher_parser_parse.y
3324                 Fix missing line number reset (wrong line number might appear
3325                 when re-loading filtering rules if there's a parser error).
3326
3327 2007-02-13 [colin]      2.7.2cvs43
3328
3329         * src/common/utils.c
3330                 Don't encode ',' in URIs before passing it
3331                 to the browser command-line. It was probably
3332                 done at a time where commas in URIs made
3333                 mozilla -remote 'openurl(%s,new-window)'
3334                 bug.
3335
3336 2007-02-13 [wwp]        2.7.2cvs42
3337
3338         * src/prefs_matcher.c
3339         * src/plugins/bogofilter/bogofilter_gtk.c
3340                 A bit of string factorization around "Select ..." buttons.
3341
3342 2007-02-11 [colin]      2.7.2cvs41
3343
3344         * src/alertpanel.c
3345                 Make sure to escape the title
3346
3347 2007-02-11 [colin]      2.7.2cvs40
3348
3349         * src/codeconv.c
3350                 Recognize .utf8 locales as .UTF-8 ones
3351
3352 2007-02-11 [colin]      2.7.2cvs39
3353
3354         * src/compose.c
3355                 Fix code conversion when dragging a file
3356
3357 2007-02-09 [colin]      2.7.2cvs38
3358
3359         * src/plugins/clamav/clamav_plugin.c
3360                 Complete Paul's patch with conditional
3361                 compilation to avoid breaking compilation
3362                 on old Dapper and Edgy... Maybe other
3363                 distros too.
3364
3365 2007-02-09 [paul]       2.7.2cvs37
3366
3367         * src/plugins/clamav/clamav_plugin.c
3368                 fix for the upstream changes in libclamav
3369
3370 2007-02-09 [paul]       2.7.2cvs36
3371
3372         * src/main.c
3373         * src/mainwindow.c
3374         * src/procmsg.c
3375         * src/procmsg.h
3376                 fix "warn if there are queued messages" (on exit)
3377                 option, which only checked the first mailbox's
3378                 queue
3379                 don't ask before emptying trash if there are no
3380                 messages in trash, also check and empty all trash
3381                 folders
3382         * src/prefs_other.c
3383                 move "Ask before emptying trash" option
3384                 outside of the "On exit" frame as it's
3385                 not only an "On exit" option
3386
3387 2007-02-09 [paul]       2.7.2cvs35
3388
3389         * src/addrgather.c
3390         * src/alertpanel.c
3391         * src/editldap.c
3392         * src/prefs_account.c
3393         * src/prefs_folder_item.c
3394         * src/prefs_gtk.h
3395         * src/prefs_matcher.c
3396         * src/prefs_message.c
3397         * src/prefs_msg_colors.c
3398         * src/prefs_summaries.c
3399         * src/wizard.c
3400         * src/gtk/inputdialog.c
3401         * src/plugins/bogofilter/bogofilter_gtk.c
3402                 pedantic commit: use 'checkbtn' everywhere
3403                 instead of a mixture of 'checkbtn' and 'chkbtn'
3404
3405 2007-02-09 [paul]       2.7.2cvs34
3406
3407         * src/compose.c
3408                 fix default hotkeys
3409         * src/prefs_other.c
3410         * src/prefs_send.c
3411                 move "Never send Return Receipts" from
3412                 prefs_other to prefs_send
3413                 add an option "Ask about account specific
3414                 filtering rules..." to prefs_other
3415         * src/gtk/gtkutils.c
3416                 fix a compiler warning
3417
3418 2007-02-08 [colin]      2.7.2cvs33
3419
3420         * src/plugins/pgpinline/pgpinline.c
3421                 Fix bug 1110, 'pgpmime fails to process 
3422                 encapsulated openpgp mime (rfc 3156, 6.1 
3423                 -> rfc1847)'
3424                 It was due to an interaction between PGP/Mime
3425                 and PGP/Inline plugin. 
3426
3427 2007-02-08 [colin]      2.7.2cvs32
3428
3429         * src/inc.c
3430         * src/mbox.c
3431         * src/mbox.h
3432                 Fix bug 1117, 'fcntl locking code 
3433                 does not work in mbox.c'
3434
3435 2007-02-08 [colin]      2.7.2cvs31
3436
3437         * src/prefs_account.c
3438                 Fix Gentoo bug 165819, 'can't create 
3439                 a "local mbox file" account'. Patch
3440                 by Olivier <castan.o@free.fr>
3441
3442 2007-02-07 [colin]      2.7.2cvs30
3443
3444         * src/ldapquery.c
3445                 Fix bug 1106, 'Claws crash on exit if LDAPS 
3446                 autocompletion was used'
3447
3448 2007-02-07 [paul]       2.7.2cvs29
3449
3450         * src/folder.c
3451                 cut down on unnecessary debug_prints
3452         * src/imap_gtk.c
3453                 fix menu_set_active() on 'Show only
3454                 subscribed folders'
3455
3456 2007-02-07 [paul]       2.7.2cvs28
3457
3458         * src/plugins/clamav/clamav_plugin.c
3459         * src/plugins/clamav/clamav_plugin.h
3460         * src/plugins/clamav/clamav_plugin_gtk.c
3461                 fix copyright header
3462
3463 2007-02-07 [paul]       2.7.2cvs27
3464
3465         * src/procheader.c
3466                 fix bug 1116, 'summary view allow a 
3467                 subject line break'
3468
3469 2007-02-06 [colin]      2.7.2cvs26
3470
3471         * src/summaryview.c
3472                 Fix delete thread
3473
3474 2007-02-05 [fabien]     2.7.2cvs25
3475
3476         * po/POTFILES.in
3477         * src/uri_opener.c
3478                 i18n related - 1 fix and 1 message for translators.
3479
3480 2007-02-05 [colin]      2.7.2cvs24
3481
3482         * src/gtk/quicksearch.c
3483                 Don't reload summary list if quicksearch wasn't
3484                 active on hiding; move currently selected mail in
3485                 the visible area when showing the quicksearch
3486
3487 2007-02-05 [colin]      2.7.2cvs23
3488
3489         * src/folderview.c
3490                 Add debug to try to solve bug 1104
3491
3492 2007-02-05 [paul]       2.7.2cvs22
3493
3494         * src/mainwindow.c
3495                 confirm before emptying trash on exit is
3496                 a Yes or No answer, use Yes or No in the
3497                 dialog
3498
3499 2007-02-04 [colin]      2.7.2cvs21
3500
3501         * src/compose.c
3502         * src/plugins/pgpcore/passphrase.c
3503         * src/plugins/pgpcore/select-keys.c
3504                 Set wmclass on new windows
3505
3506 2007-02-04 [colin]
3507
3508         2.8.0-rc1 released
3509
3510 2007-02-04 [colin]      2.7.2cvs20
3511
3512         * src/compose.c
3513         * src/compose.h
3514                 Auto save drafts on exit, reopen them
3515                 at startup, instead of asking
3516         * src/account.c
3517         * src/addressadd.c
3518         * src/addressbook.c
3519         * src/addressbook_foldersel.c
3520         * src/addrgather.c
3521         * src/crash.c
3522         * src/editaddress.c
3523         * src/editbook.c
3524         * src/editgroup.c
3525         * src/editjpilot.c
3526         * src/editldap.c
3527         * src/editldap_basedn.c
3528         * src/editvcard.c
3529         * src/exphtmldlg.c
3530         * src/expldifdlg.c
3531         * src/export.c
3532         * src/foldersel.c
3533         * src/gedit-print.c
3534         * src/import.c
3535         * src/importldif.c
3536         * src/importmutt.c
3537         * src/importpine.c
3538         * src/main.c
3539         * src/mainwindow.c
3540         * src/message_search.c
3541         * src/messageview.c
3542         * src/prefs_actions.c
3543         * src/prefs_customheader.c
3544         * src/prefs_display_header.c
3545         * src/prefs_filtering.c
3546         * src/prefs_filtering_action.c
3547         * src/prefs_folder_column.c
3548         * src/prefs_gtk.c
3549         * src/prefs_matcher.c
3550         * src/prefs_other.c
3551         * src/prefs_summaries.c
3552         * src/prefs_summary_column.c
3553         * src/prefs_template.c
3554         * src/sourcewindow.c
3555         * src/ssl_manager.c
3556         * src/summary_search.c
3557         * src/uri_opener.c
3558         * src/gtk/about.c
3559         * src/gtk/description_window.c
3560         * src/gtk/foldersort.c
3561         * src/gtk/gtkutils.c
3562         * src/gtk/gtkutils.h
3563         * src/gtk/icon_legend.c
3564         * src/gtk/logwindow.c
3565         * src/gtk/pluginwindow.c
3566         * src/gtk/prefswindow.c
3567                 Give different wmclass to different
3568                 windows - thanks to sed ;)
3569
3570 2007-02-04 [colin]      2.7.2cvs19
3571
3572         * src/main.c
3573                 Revert previous patch, can't reproduce
3574                 it anymore. 
3575
3576 2007-02-03 [colin]      2.7.2cvs18
3577
3578         * src/main.c
3579                 Don't save the mainwindow size and
3580                 position on emergency exit (libSM's
3581                 "die" callback), Xfce seems to make
3582                 the window smaller just before the
3583                 size's saved.
3584
3585 2007-02-03 [colin]      2.7.2cvs17
3586
3587         * src/plugins/bogofilter/bogofilter.c
3588         * src/plugins/bogofilter/bogofilter.h
3589         * src/plugins/bogofilter/bogofilter_gtk.c
3590         * src/plugins/pgpinline/pgpinline.c
3591         * src/plugins/pgpinline/pgpinline.h
3592                 Fix more copyrights
3593
3594 2007-02-03 [colin]      2.7.2cvs16
3595
3596         * src/partial_download.c
3597         * src/partial_download.h
3598         * src/ssl_manager.c
3599         * src/ssl_manager.h
3600         * src/uri_opener.c
3601         * src/uri_opener.h
3602         * src/wizard.c
3603         * src/wizard.h
3604         * src/common/ssl_certificate.c
3605         * src/common/ssl_certificate.h
3606         * src/gtk/quicksearch.c
3607         * src/gtk/quicksearch.h
3608         * src/gtk/sslcertwindow.c
3609         * src/gtk/sslcertwindow.h
3610                 Fix copyright on my files
3611
3612 2007-02-02 [colin]      2.7.2cvs15
3613
3614         * src/Makefile.am
3615         * src/mainwindow.c
3616         * src/messageview.c
3617         * src/messageview.h
3618         * src/textview.c
3619         * src/textview.h
3620         * src/uri_opener.c
3621         * src/uri_opener.h
3622                 Add Tools/List URIs to allow
3623                 opening any URI in the current mail
3624
3625 2007-02-02 [colin]      2.7.2cvs14
3626
3627         * src/common/valgrind.h ** NEW FILE **
3628         * src/common/Makefile.am
3629         * src/common/plugin.c
3630                 Don't dlclose the plugins if we're running
3631                 under valgrind. (doesn't require valgrind
3632                 either at compile time or run time).
3633
3634 2007-02-01 [paul]       2.7.2cvs13
3635
3636         * AUTHORS
3637         * src/gtk/authors.h
3638         * tools/freshmeat_search.pl
3639         * tools/google_search.pl
3640         * tools/multiwebsearch.pl
3641                 add support for non ISO-8859-1 compatible locales
3642                 Patch by Alex Gorbachenko <agent_007@immo.ru>
3643
3644 2007-02-01 [colin]      2.7.2cvs12
3645
3646         * src/prefs_other.c
3647         * src/prefs_summaries.c
3648                 Move keybinding prefs to the Other page
3649
3650 2007-02-01 [wwp]        2.7.2cvs11
3651
3652         * src/plugins/trayicon/trayicon.c
3653                 Fix a raising issue within KDE.
3654
3655 2007-02-01 [colin]      2.7.2cvs10
3656
3657         * src/codeconv.c
3658                 Fix stray quotes in encoded strings
3659         * src/addressadd.c
3660                 Fix wrong call causing g_warnings
3661         * src/textview.c
3662                 Remove useless message
3663
3664 2007-01-31 [wwp]        2.7.2cvs9
3665
3666         * src/plugins/trayicon/trayicon.c
3667                 fix buggy hiding of main window when closing if close-to-tray
3668                 is not set (bad logics  in the trayicon hook code).
3669                 Changed the quit confirmation message too.
3670
3671 2007-01-30 [colin]      2.7.2cvs8
3672
3673         * src/main.c
3674                 Fix hidden mainwindow after clicking on
3675                 the X close button, if compose windows
3676                 exist and the user chooses not to quit
3677
3678 2007-01-30 [colin]      2.7.2cvs7
3679
3680         * src/main.c
3681         * src/compose.c
3682                 Handle local URIs to attach files (file:///...)
3683                 Fixes attaching files from Thunar for example
3684
3685 2007-01-30 [colin]      2.7.2cvs6
3686
3687         * src/prefs_ext_prog.c
3688                 Add 'mousepad' to the list of text editors.
3689                 Mousepad is XFCE's text editor
3690
3691 2007-01-29 [wwp]        2.7.2cvs5
3692
3693         * po/POTFILES.in
3694         * src/plugins/trayicon/trayicon_prefs.c
3695                 trayicon i18n fixes, thanks to Fabien.
3696
3697 2007-01-28 [wwp]        2.7.2cvs4
3698
3699         * src/mainwindow.c
3700         * src/mainwindow.h
3701         * src/plugins/trayicon/trayicon.c
3702         * src/plugins/trayicon/trayicon_prefs.c
3703         * src/plugins/trayicon/trayicon_prefs.h
3704                 Added a new TrayIcon plugin option to close to tray
3705                 (WM's hotkey and [X] button will hide the window instead
3706                 of closing it - closing CM can be done using the tray icon
3707                 menu or the File menu).
3708                 Improved visibility handling in trayicon, clicking the
3709                 trayicon now raise the window to current desktop when it
3710                 was either minimized/shaded/on another desktop.
3711                 Thanks to Paul for testing and fixing a strange behaviour
3712                 in KDE ;-).
3713
3714 2007-01-27 [paul]       2.7.2cvs3
3715
3716         * src/prefs_folder_item.c
3717         * src/prefs_receive.c
3718         * src/plugins/pgpcore/prefs_gpg.c
3719                 use 'start-up' instead of 'startup' in labels
3720
3721 2007-01-26 [wwp]        2.7.2cvs2
3722
3723         * src/plugins/trayicon/Makefile.am
3724         * src/plugins/trayicon/trayicon.c
3725         * src/plugins/trayicon/trayicon_prefs.c
3726         * src/plugins/trayicon/trayicon_prefs.h
3727                 Add a new TrayIcon option to hide the main window at
3728                 start-up.
3729                 Fix trayicon.c copyright header.
3730
3731 2007-01-26 [paul]       2.7.2cvs1
3732
3733         * NEWS
3734         * README
3735         * RELEASE_NOTES
3736         * configure.ac
3737                 bump up version number following
3738                 stable release
3739
3740 2007-01-25 [mones]      2.7.1cvs60
3741
3742         * po/es.po
3743                 updated thousands of strings (well, probably less ;-)
3744
3745 2007-01-25 [colin]      2.7.1cvs59
3746
3747         * src/matcher.c
3748                 Fix 2nd-run loss of matcherrc on new
3749                 configurations. 
3750
3751 2007-01-25 [wwp]        2.7.1cvs58
3752
3753         * src/mimeview.c
3754                 fix handling of empty value in attach_save_directory too, thanks
3755                 to Colin.
3756
3757 2007-01-25 [wwp]        2.7.1cvs57
3758
3759         * src/gtk/filesel.c
3760                 fix handling of empty value in attach_load_directory,
3761                 thanks to Colin.
3762
3763 2007-01-25 [wwp]        2.7.1cvs56
3764
3765         * src/plugins/dillo_viewer/dillo_prefs.h
3766                 fix a typo.
3767
3768 2007-01-25 [colin]      2.7.1cvs55
3769
3770         * src/matcher.c
3771         * src/matcher.h
3772         * src/matcher_parser_parse.y
3773         * src/prefs_matcher.c
3774                 Add matching on the spam flag
3775
3776 2007-01-24 [colin]      2.7.1cvs54
3777
3778         * src/folder.c
3779         * src/common/xml.c
3780         * src/common/xml.h
3781                 Make sure folderlist.xml is correctly
3782                 written before overwriting it.
3783         * src/procmsg.c
3784         * src/procmsg.h
3785         * src/summaryview.c
3786         * src/plugins/bogofilter/bogofilter.c
3787         * src/plugins/bogofilter/bogofilter.h
3788         * src/plugins/bogofilter/bogofilter_gtk.c
3789         * src/plugins/spamassassin/spamassassin.c
3790         * src/plugins/spamassassin/spamassassin.h
3791         * src/plugins/spamassassin/spamassassin_gtk.c
3792                 Move spam to the correct trash folder after
3793                 learning, if spam directory isn't set.
3794
3795 2007-01-23 [paul]       2.7.1cvs53
3796
3797         * src/plugins/bogofilter/bogofilter_gtk.c
3798                 fix sensitivity of "Insert X-Bogosity header"
3799                 option
3800
3801 2007-01-23 [colin]      2.7.1cvs52
3802
3803         * src/toolbar.c
3804                 Translate toolbar items text if
3805                 they're translatable (default)
3806         * src/addrcache.c
3807         * src/addrcache.h
3808         * src/addritem.c
3809         * src/addritem.h
3810         * src/codeconv.c
3811         * src/codeconv.h
3812         * src/jpilot.c
3813         * src/jpilot.h
3814         * src/ldapctrl.c
3815         * src/ldapctrl.h
3816         * src/ldapquery.h
3817         * src/ldif.c
3818         * src/ldif.h
3819         * src/etpan/etpan-thread-manager.c
3820         * src/etpan/etpan-thread-manager.h
3821         * src/gtk/gtkutils.c
3822         * src/gtk/gtkutils.h
3823                 More static functions
3824
3825 2007-01-22 [fabien]     2.7.1cvs51
3826
3827         * src/gtk/gtkutils.c
3828                 gtkut_get_options_frame() : ability to pass
3829                 a 'NULL' value in frame pointer parameter if
3830                 we don't need it.
3831
3832 2007-01-22 [colin]      2.7.1cvs50
3833
3834         * src/procmsg.c
3835         * src/procmsg.h
3836         * src/plugins/bogofilter/bogofilter.c
3837         * src/plugins/bogofilter/bogofilter_gtk.c
3838         * src/plugins/spamassassin/spamassassin.c
3839         * src/plugins/spamassassin/spamassassin_gtk.c
3840                 Allow moving spams to the account's trash
3841                 instead of default one
3842
3843 2007-01-21 [colin]      2.7.1cvs49
3844
3845         * src/ldapquery.c
3846         * src/ldapquery.h
3847                 Revert a static function that shouldn't
3848                 have been
3849
3850 2007-01-21 [colin]      2.7.1cvs48
3851
3852         * src/ldapquery.c
3853         * src/ldapquery.h
3854                 Same
3855
3856 2007-01-21 [colin]      2.7.1cvs47
3857
3858         * src/procmsg.c
3859         * src/procmsg.h
3860                 Same
3861
3862 2007-01-21 [colin]      2.7.1cvs46
3863
3864         * src/common/socket.c
3865         * src/common/socket.h
3866                 Same
3867
3868 2007-01-21 [colin]      2.7.1cvs45
3869
3870         * src/crash.c
3871         * src/exporthtml.c
3872         * src/exporthtml.h
3873         * src/exportldif.c
3874         * src/exportldif.h
3875         * src/folder.c
3876         * src/folder.h
3877         * src/folder_item_prefs.c
3878         * src/folder_item_prefs.h
3879         * src/folderview.c
3880         * src/folderview.h
3881         * src/gedit-print.c
3882         * src/gedit-print.h
3883         * src/main.c
3884         * src/main.h
3885         * src/common/socket.c
3886         * src/common/socket.h
3887         * src/gtk/gtkaspell.c
3888         * src/gtk/gtkaspell.h
3889         * src/gtk/quicksearch.c
3890         * src/gtk/quicksearch.h
3891                 Same
3892
3893 2007-01-21 [colin]      2.7.1cvs44
3894
3895         * src/common/utils.c
3896         * src/common/utils.h
3897         * src/etpan/etpan-thread-manager.c
3898         * src/etpan/etpan-thread-manager.h
3899                 Same (Funny that etpan_thread_unbind
3900                 is called but not etpan_thread_bind)
3901
3902 2007-01-21 [colin]      2.7.1cvs43
3903
3904         * src/addrselect.c
3905         * src/addrselect.h
3906         * src/codeconv.c
3907         * src/codeconv.h
3908         * src/compose.c
3909         * src/compose.h
3910         * src/etpan/Makefile.am
3911         * src/gtk/colorlabel.c
3912         * src/gtk/colorlabel.h
3913         * src/gtk/sslcertwindow.c
3914         * src/gtk/sslcertwindow.h
3915         * src/etpan/etpan-log.c ** REMOVED **
3916         * src/etpan/etpan-log.h ** REMOVED **
3917                 Same
3918
3919 2007-01-20 [colin]      2.7.1cvs42
3920
3921         * src/addritem.c
3922         * src/addritem.h
3923                 Same
3924
3925 2007-01-20 [colin]      2.7.1cvs41
3926
3927         * src/account.c
3928         * src/account.h
3929         * src/addrbook.c
3930         * src/addrbook.h
3931         * src/addrcache.c
3932         * src/addrcache.h
3933         * src/addrclip.c
3934         * src/addrclip.h
3935         * src/addressbook.c
3936         * src/addressbook.h
3937         * src/addrharvest.c
3938         * src/addrharvest.h
3939         * src/addrindex.c
3940         * src/addrindex.h
3941         * src/editaddress.c
3942         * src/editaddress.h
3943                 Make functions that aren't used in other
3944                 files static
3945
3946 2007-01-20 [colin]      2.7.1cvs40
3947
3948         * src/account.c
3949         * src/addrbook.c
3950         * src/addrcache.c
3951         * src/addressbook.c
3952         * src/addrgather.c
3953         * src/addrindex.c
3954         * src/addrquery.c
3955         * src/addrselect.c
3956         * src/browseldap.c
3957         * src/compose.c
3958         * src/editbook.c
3959         * src/editjpilot.c
3960         * src/editldap.c
3961         * src/editldap_basedn.c
3962         * src/editvcard.c
3963         * src/exporthtml.c
3964         * src/exportldif.c
3965         * src/folder.c
3966         * src/folderview.c
3967         * src/image_viewer.c
3968         * src/imap.c
3969         * src/importmutt.c
3970         * src/importpine.c
3971         * src/jpilot.c
3972         * src/ldapquery.c
3973         * src/main.c
3974         * src/mainwindow.c
3975         * src/matcher.c
3976         * src/messageview.c
3977         * src/mh.c
3978         * src/mimeview.c
3979         * src/msgcache.c
3980         * src/mutt.c
3981         * src/news.c
3982         * src/pine.c
3983         * src/prefs_account.c
3984         * src/prefs_common.c
3985         * src/prefs_compose_writing.c
3986         * src/prefs_ext_prog.c
3987         * src/prefs_folder_item.c
3988         * src/prefs_fonts.c
3989         * src/prefs_message.c
3990         * src/prefs_msg_colors.c
3991         * src/prefs_other.c
3992         * src/prefs_quote.c
3993         * src/prefs_receive.c
3994         * src/prefs_send.c
3995         * src/prefs_spelling.c
3996         * src/prefs_summaries.c
3997         * src/prefs_toolbar.c
3998         * src/prefs_wrapping.c
3999         * src/privacy.c
4000         * src/procmime.c
4001         * src/procmsg.c
4002         * src/ssl_manager.c
4003         * src/statusbar.c
4004         * src/summaryview.c
4005         * src/toolbar.c
4006         * src/vcard.c
4007         * src/common/hooks.c
4008         * src/common/log.c
4009         * src/common/passcrypt.c
4010         * src/common/socket.c
4011         * src/common/ssl.c
4012         * src/common/ssl_certificate.c
4013         * src/common/template.c
4014         * src/common/utils.c
4015         * src/etpan/imap-thread.c
4016         * src/gtk/sslcertwindow.c
4017         * src/gtk/sslcertwindow.h
4018                 Make functions that could be static, static
4019
4020 2007-01-20 [colin]      2.7.1cvs39
4021
4022         * src/editldap.c
4023                 Fix tooltip
4024
4025 2007-01-20 [colin]      2.7.1cvs38
4026
4027         * src/ldapquery.c
4028         * src/ldaputil.c
4029         * src/ldaputil.h
4030                 Fix bug 1102, 'claws-mail-2.7.1 
4031                 makes use of deprecated ldap 
4032                 functions'
4033
4034 2007-01-20 [colin]      2.7.1cvs37
4035
4036         * src/mainwindow.c
4037         * src/mainwindow.h
4038         * src/summaryview.c
4039         * src/gtk/quicksearch.c
4040                 Add Wide message list layout
4041
4042 2007-01-19 [fabien]     2.7.1cvs36
4043
4044         * src/textview.c
4045                 make sure a font change is considered in links of
4046                 headerview.
4047
4048 2007-01-19 [colin]      2.7.1cvs35
4049
4050         * src/main.c
4051         * src/mainwindow.c
4052         * src/mainwindow.h
4053         * src/messageview.c
4054         * src/messageview.h
4055         * src/prefs_common.c
4056         * src/prefs_common.h
4057         * src/summaryview.c
4058         * src/summaryview.h
4059         * src/gtk/quicksearch.c
4060         * src/gtk/quicksearch.h
4061                 Drop 'Separate Folder tree' and 'Separate
4062                 Message View'. Put three layouts in place
4063                 of it.
4064
4065 2007-01-19 [paul]       2.7.1cvs34
4066
4067         * src/prefs_msg_colors.c
4068                 more use of Q_ for translators
4069
4070 2007-01-19 [paul]       2.7.1cvs33
4071
4072         * src/imap_gtk.c
4073         * src/prefs_account.c
4074                 a few changes to the English
4075
4076 2007-01-19 [fabien]     2.7.1cvs32
4077
4078         * src/wizard.c
4079                 factorize translatable string
4080
4081 2007-01-18 [colin]      2.7.1cvs31
4082
4083         * src/main.c
4084                 Don't error out on --sync option. Although
4085                 we don't do anything with it, gtk+ handles
4086                 it, and it's useful for debugging X errors
4087
4088 2007-01-18 [fabien]     2.7.1cvs30
4089
4090         * src/prefs_other.c
4091                 ability to apply on the fly the recent added
4092                 'gtk_can_change_accels' pref (no need to restart).
4093
4094 2007-01-18 [fabien]     2.7.1cvs29
4095
4096         * src/plugins/bogofilter/bogofilter_gtk.c
4097         * src/plugins/bogofilter/bogofilter.c
4098         * src/plugins/spamassassin/spamassassin_gtk.c
4099         * src/addr_compl.c
4100         * src/prefs_account.c
4101                 factorize or rewrite some translatable strings.
4102
4103 2007-01-18 [fabien]     2.7.1cvs28
4104
4105         * src/prefs_gtk.h
4106         * src/compose.c
4107                 set a 4pix space between "Subject:" label and subject entry in
4108                 compose window.
4109
4110 2007-01-18 [wwp]        2.7.1cvs27
4111
4112         * src/addressbook.c
4113                 fix conflicting address-copy/paste when focus is set
4114                 to the embedded edit-person form.
4115  
4116
4117 2007-01-18 [wwp]        2.7.1cvs26
4118
4119         * src/addressbook.h
4120                 complete 2.7.1cvs23 (one more file was missing from that
4121                 commit).
4122
4123 2007-01-18 [colin]      2.7.1cvs25
4124
4125         * src/main.c
4126                 Provide a way to migrate without backup
4127                 Re-ask for migration on next start if 
4128                 it has been refused and wizard has been 
4129                 cancelled after.
4130
4131 2007-01-18 [wwp]        2.7.1cvs24
4132
4133         * src/editaddress.c
4134                 complete 2.7.1.cvs23 (file was missing from previous
4135                 commit).
4136
4137 2007-01-18 [wwp]        2.7.1cvs23
4138
4139         * src/addressbook.c
4140                 fix potential crashes in address book's focus_in/out signal handlers,
4141                 force focus to the edit-person form when clicked the Edit menu entry or
4142                 button (this only matters if the edit-person form is embedded to the
4143                 AB window, in that case, focus is not set when browsing the contacts
4144                 list w/ keys or mouse clicks).
4145
4146 2007-01-18 [paul]       2.7.1cvs22
4147
4148         * src/main.c
4149                 add command line options:
4150                 -h for --help
4151                 -q and --quit for --exit
4152                 -v for --version
4153                 print "Unknown option" for unknown options
4154
4155 2007-01-18 [paul]       2.7.1cvs21
4156
4157         * po/ru.po
4158                 updated by Pavlo Bohmat
4159
4160 2007-01-18 [paul]       2.7.1cvs20
4161
4162         * src/mainwindow.c
4163                 fix sensitivity issues of Mark as Spam/Ham
4164
4165 2007-01-17 [fabien]     2.7.1cvs19
4166
4167         * src/prefs_other.c
4168         * src/prefs_common.c
4169         * src/prefs_common.h
4170         * src/main.c
4171                 Add a 'gtk_can_change_accels' pref in Preferences/Other which
4172                 control the corresponding gtk property. It could be used to lock
4173                 all shortcuts (avoid to set one of them by inadvertency).
4174
4175 2007-01-17 [colin]      2.7.1cvs18
4176
4177         * src/summaryview.c
4178                 Fix bug 1100, 'Highlighted e-mail data not visible 
4179                 when color label applied.'. Use a weighted average
4180                 between normal selected foreground color and color
4181                 label instead of a simple one (3/1 instead 1/1).
4182
4183 2007-01-17 [colin]      2.7.1cvs17
4184
4185         * src/messageview.c
4186                 Better fix for bug 1088, 'Ctrl-h produces repeatable
4187                 crash' - don't prevent mail switching while loading
4188
4189 2007-01-17 [colin]      2.7.1cvs16
4190
4191         * src/folder.c
4192         * src/folder.h
4193         * src/folderview.c
4194         * src/folderview.h
4195         * src/imap.c
4196         * src/imap.h
4197         * src/imap_gtk.c
4198                 Manage recursive search of unsubscribed folders
4199                 Rescan tree without checking for new messages 
4200                 after subscriptions changed
4201
4202 2007-01-17 [paul]       2.7.1cvs15
4203
4204         * src/prefs_common.c
4205         * src/gtk/pluginwindow.c
4206                 fix bug 1101, '"Load plugin" button is
4207                 accidentally hidden'
4208                 unset (-1) initial width in prefs_common,
4209                 fix overlapping buttons,
4210                 and other cleanups
4211
4212 2007-01-17 [paul]       2.7.1cvs14
4213
4214         * src/procmime.c
4215                 add #include <errno.h>, it's needed
4216                 on some systems
4217
4218 2007-01-17 [paul]       2.7.1cvs13
4219
4220         * src/common/defs.h
4221         * tools/make.themes.project
4222                 rename .sylpheed_themeinfo to .claws_themeinfo
4223                 and use it
4224         * src/etpan/etpan-errors.h
4225         * src/etpan/etpan-log.c
4226         * src/etpan/etpan-log.h
4227         * src/etpan/etpan-thread-manager-types.h
4228         * src/etpan/etpan-thread-manager.c
4229         * src/etpan/etpan-thread-manager.h
4230         * src/etpan/imap-thread.c
4231         * src/etpan/imap-thread.h
4232                 add copyright header
4233
4234 2007-01-17 [colin]      2.7.1cvs12
4235
4236         * src/plugins/pgpcore/select-keys.c
4237         * src/gtk/pluginwindow.c
4238         * src/prefs_account.c
4239                 Fix warnings
4240
4241 2007-01-16 [colin]      2.7.1cvs11
4242
4243         * src/imap.c
4244         * src/imap.h
4245         * src/imap_gtk.c
4246                 Manage subscribing to subfolders when only
4247                 subscribed folders are shown.
4248
4249 2007-01-16 [colin]      2.7.1cvs10
4250
4251         * src/folderview.c
4252                 Fix annoying vscrollbar going back to top
4253                 on Check for new folders
4254
4255 2007-01-16 [colin]      2.7.1cvs9
4256
4257         * src/imap.c
4258                 Remove printf
4259
4260 2007-01-16 [colin]      2.7.1cvs8
4261
4262         * src/filtering.c
4263                 Bigger buffer for errors
4264         * src/imap.c
4265         * src/imap.h
4266         * src/imap_gtk.c
4267         * src/prefs_account.c
4268         * src/prefs_account.h
4269         * src/wizard.c
4270         * src/etpan/imap-thread.c
4271         * src/etpan/imap-thread.h
4272         * manual/handling.xml
4273                 Add subscriptions management. What it changes:
4274                 Creating a folder subscribes to it
4275                 Deleting a folder unsubscribes it
4276                 New contextual menu item allowing to switch between
4277                 All folders and Subscribed folders, subscribe, and
4278                 unsubscribe. "Creating" an existing but unsubscribed
4279                 folder will subscribe it.
4280                 By default for new accounts, only subscribed folders 
4281                 are shown.
4282
4283
4284 2007-01-16 [paul]       2.7.1cvs7
4285
4286         * src/summaryview.c
4287                 Allow folder classes to specify only sort_key or
4288                 sort_type instead of both or none.
4289
4290 2007-01-16 [paul]       2.7.1cvs6
4291
4292         * src/action.c
4293         * src/compose.c
4294         * src/mimeview.c
4295         * src/procmime.c
4296         * src/textview.c
4297                 Save and use errno for procmime_get_part
4298
4299 2007-01-16 [colin]      2.7.1cvs5
4300
4301         * src/imap.c
4302                 Never remove INBOX when scanning for
4303                 new folders. It's a special folder
4304                 that has to exist.
4305
4306 2007-01-15 [colin]      2.7.1cvs4
4307
4308         * src/imap.c
4309                 Fix 'Check for new folders' when IMAP subdirectory
4310                 is set
4311         * src/etpan/imap-thread.c
4312                 Fix build
4313
4314 2007-01-15 [colin]      2.7.1cvs3
4315
4316         * src/etpan/imap-thread.c
4317                 Fix invalid free on command-connection
4318                 error
4319
4320 2007-01-15 [wwp]        2.7.1cvs2
4321
4322         * src/matcher_parser_lex.l
4323         * src/quote_fmt_lex.l
4324         * src/matcher_parser_parse.y
4325                 fix copyright header in lexers and parsers.
4326
4327 2007-01-15 [paul]       2.7.1cvs1
4328
4329         * NEWS
4330         * README
4331         * RELEASE_NOTES
4332         * configure.ac
4333                 bump up version number following
4334                 stable release
4335
4336 2007-01-15 [paul]       2.7.0cvs31
4337
4338         * AUTHORS
4339         * src/gtk/authors.h
4340                 add Fabien to the Team list
4341                 add the recent contributors
4342                 make a few corrections
4343
4344 2007-01-15 [paul]       2.7.0cvs30
4345
4346         * src/mainwindow.c
4347                 fix compiler warning
4348         * src/plugins/pgpcore/prefs_gpg.c
4349         * src/plugins/pgpcore/prefs_gpg.h
4350                 add missing include
4351                 fix copyright header
4352
4353 2007-01-14 [colin]      2.7.0cvs29
4354
4355         * src/gtk/filesel.c
4356                 Use the 'gtk+' backend. Avoids gnome-vfs use,
4357                 two benefits: faster to open, will fix strange
4358                 dbus-related crash. Thanks to Pascal Terjan.
4359
4360 2007-01-14 [colin]      2.7.0cvs28
4361
4362         * src/etpan/imap-thread.c
4363                 Delete the old imap just after allocating
4364                 the new one. Makes sure we don't get the
4365                 same pointer by sheer luck, which feels
4366                 strange in the debug log.
4367
4368 2007-01-14 [colin]      2.7.0cvs27
4369
4370         * src/gtk/inputdialog.c
4371                 Make sure we don't print passwords in
4372                 clear text when in debug mode
4373
4374 2007-01-14 [colin]      2.7.0cvs26
4375
4376         * src/gtk/gtksctree.c
4377                 Fix bug 1098, 'bogus last row display 
4378                 after expanding a thread'. Patch by
4379                 Jindrich Makovicka <makovick@gmail.com>
4380
4381 2007-01-14 [colin]      2.7.0cvs25
4382
4383         * src/etpan/imap-thread.c
4384                 Close socket manually before
4385                 freeing the imap struct
4386
4387 2007-01-14 [colin]      2.7.0cvs24
4388
4389         * src/etpan/imap-thread.c
4390                 Maybe fix new reconnection issues
4391
4392 2007-01-13 [colin]      2.7.0cvs23
4393
4394         * src/summaryview.c
4395                 Freeze/thaw on thread selection
4396
4397 2007-01-13 [paul]       2.7.0cvs22
4398
4399         * src/mainwindow.c
4400         * src/summaryview.c
4401         * src/summaryview.h
4402                 add 'Edit/Delete thread'
4403
4404 2007-01-13 [colin]      2.7.0cvs21
4405
4406         * src/prefs_account.c
4407         * src/prefs_compose_writing.c
4408         * src/prefs_message.c
4409         * src/prefs_msg_colors.c
4410         * src/prefs_other.c
4411         * src/prefs_receive.c
4412         * src/prefs_spelling.c
4413         * src/prefs_summaries.c
4414         * src/prefs_themes.c
4415         * src/gtk/gtkutils.c
4416         * src/gtk/gtkutils.h
4417         * src/plugins/pgpcore/prefs_gpg.c
4418         * src/plugins/spamassassin/spamassassin_gtk.c
4419                 Factorize gtk frame creation
4420                 Patch by Pawel
4421
4422 2007-01-13 [colin]      2.7.0cvs20
4423
4424         * src/message_search.c
4425         * src/summary_search.c
4426                 Fix Enter in search windows
4427         * src/messageview.c
4428                 Fix body search starting at the
4429                 end of the mail (and asking for loop)
4430
4431 2007-01-13 [colin]      2.7.0cvs19
4432
4433         * src/etpan/imap-thread.c
4434                 Make sure we don't free the same imap
4435                 twice
4436
4437 2007-01-13 [colin]      2.7.0cvs18
4438
4439         * commitHelper
4440                 Allow multiple commitHelpers to
4441                 run at once
4442
4443 2007-01-12 [colin]      2.7.0cvs17
4444
4445         * src/etpan/imap-thread.c
4446                 Make sure we get rid of the previous mailimap
4447                 when connecting - just in case disconnect was
4448                 unclean
4449
4450 2007-01-12 [paul]       2.7.0cvs16
4451
4452         * src/compose.c
4453                 Strip S/MIME signatures when re-editing
4454                 S/MIME signed messages.
4455
4456 2007-01-12 [paul]       2.7.0cvs15
4457
4458         * configure.ac
4459         * src/addressbook.c
4460         * src/foldersel.c
4461         * src/folderview.c
4462         * src/main.c
4463                 no need to define CLAWS anymore, remove
4464                 all that stuff
4465
4466 2007-01-12 [paul]       2.7.0cvs14
4467
4468         * src/mimeview.c
4469                 check if the mail's signed as
4470                 it can change the mail structure
4471                 Thanks to Colin
4472
4473 2007-01-12 [paul]       2.7.0cvs13
4474
4475         * src/procmime.c
4476                 fix Forwarding msgs with attachments
4477                 that have dos line endings
4478                 Thanks to Colin
4479
4480 2007-01-12 [wwp]        2.7.0cvs12
4481
4482         * configure.ac
4483                 Revert accidentally committed extra version tag.
4484
4485 2007-01-12 [wwp]        2.7.0cvs11
4486
4487         * src/prefs_account.c
4488                 Fix compilation w/o aspell (completes 2.7.0cvs7).
4489
4490 2007-01-11 [colin]      2.7.0cvs10
4491
4492         * src/imap.c
4493                 move g_warning to debug_print
4494                 it scares people for no reason
4495
4496 2007-01-11 [colin]      2.7.0cvs9
4497
4498         * po/POTFILES.in
4499                 Fix files to translate. Patch by
4500                 Fabien
4501
4502 2007-01-11 [paul]       2.7.0cvs8
4503
4504         * src/imap.c
4505                 Fix recursion when server lists the
4506                 current subfolder in the response
4507         * src/mimeview.c
4508                 Fix updating of icon_list/ctree
4509         * src/plugins/pgpcore/select-keys.c
4510                 Fix a few annoyances when choosing
4511                 keys for the CMS (S/MIME) protocol
4512
4513 2007-01-11 [wwp]        2.7.0cvs7
4514
4515         * src/compose.c
4516         * src/prefs_account.c
4517         * src/prefs_account.h
4518                 Add per-account spellcheck default dictionaries settings.
4519
4520 2007-01-10 [colin]      2.7.0cvs6
4521
4522         * src/prefs_folder_item.c
4523                 Factorize strings - patch by Fabien
4524
4525 2007-01-10 [colin]      2.7.0cvs5
4526
4527         * src/mainwindow.c
4528                 Fix bug 1095, 'Crash while changing folder 
4529                 columns during incorporation'
4530
4531 2007-01-09 [colin]      2.7.0cvs4
4532
4533         * src/gtk/pluginwindow.c
4534                 Set the plugin window transient. Seems
4535                 like some window managers hide it in
4536                 the background after "load plugin"...
4537
4538 2007-01-09 [colin]      2.7.0cvs3
4539
4540         * src/gtk/filesel.c
4541                 Use the same type for alloc and free
4542
4543 2007-01-08 [paul]       2.7.0cvs2
4544
4545         * po/nl.po
4546                 updated by Tim Dijkstra
4547
4548 2007-01-08 [paul]       2.7.0cvs1
4549
4550         * src/prefs_themes.c
4551         * src/common/utils.c
4552                 Fix resource leaks
4553
4554 2007-01-08 [paul]       2.7.0
4555
4556         * NEWS
4557         * README
4558         * RELEASE_NOTES
4559                 2.7.0 released
4560
4561 2007-01-08 [paul]       2.6.1cvs119
4562
4563         * doc/man/claws-mail.1
4564                 another correction
4565
4566 2007-01-08 [paul]       2.6.1cvs118
4567
4568         * doc/man/claws-mail.1
4569                 corrections
4570         * manual/advanced.xml
4571                 improved English usage
4572
4573 2007-01-08 [paul]       2.6.1cvs117
4574
4575         * po/ca.po
4576         * po/de.po
4577         * po/en_GB.po
4578         * po/fi.po
4579         * po/it.po
4580         * po/pt_BR.po
4581         * po/sk.po
4582         * po/sr.po
4583         * po/zh_CN.po
4584                 updated by Miquel Oliete, Stephan Sachse, me,
4585                 Tommi Pirinen, Andrea Spadaccini, Frederico
4586                 Goncalves Guimaraes, Andrej Kacian, Aleksandar
4587                 Urosevic, and Ralgh Young
4588
4589 2007-01-07 [mones]      2.6.1cvs116
4590
4591         * manual/es/advanced.xml
4592         * po/es.po
4593                 Synced manual (unhide mark_as_read_delay)
4594                 and updated translation for release
4595
4596 2007-01-07 [paul]       2.6.1cvs115
4597
4598         * src/prefs_matcher.c
4599                 make the hbox content fit better under
4600                 various languages
4601
4602 2007-01-07 [colin]      2.6.1cvs114
4603
4604         * src/messageview.c
4605                 Fix bug 1088, 'Ctrl-h produces repeatable
4606                 crash'
4607
4608 2007-01-06 [colin]      2.6.1cvs113
4609
4610         * src/etpan/imap-thread.c
4611                 Add casts to int to get certs. Fixes
4612                 bug 1064, 'crash @ etpan_certificate_check() 
4613                 when opening an IMAP folder', with latest
4614                 libetpan CVS or >= 0.49
4615         * src/mainwindow.c
4616         * src/mainwindow.h
4617         * src/imap_gtk.c
4618         * src/news_gtk.c
4619         * src/prefs_folder_item.c
4620                 Grey out the "synchronise" menu items if
4621                 there's nothing to synchronise.
4622         * src/plugins/pgpcore/sgpgme.c
4623                 Make an error clearer than "Unknown error"
4624
4625 2007-01-06 [colin]      2.6.1cvs112
4626
4627         * src/messageview.c
4628                 Don't try to show a message if updating
4629                 Maybe fixes bug 1088, 'ctrl-h produces
4630                 repeatable crash'.
4631
4632 2007-01-06 [colin]      2.6.1cvs111
4633
4634         * src/summaryview.c
4635                 Disable Control-Space (handle it as Space).
4636
4637 2007-01-05 [paul]       2.6.1cvs110
4638
4639         * src/imap.c
4640                 Fix bug 934, 'sylpheed claws 2.1 
4641                 doesn't show Exchanges Public Folders'
4642                 Thanks to Hoa and Colin
4643         * src/msgcache.c
4644                 Refuse to allocate more than 2 MB for a 
4645                 single field, it's a good indication of
4646                 cache corruption.
4647
4648 2007-01-05 [colin]      2.6.1cvs109
4649
4650         * src/mainwindow.c
4651                 Allow --select'ing emails by Message-ID too
4652
4653 2007-01-05 [colin]      2.6.1cvs108
4654
4655         * src/common/quoted-printable.c
4656                 Uh! Third fix :)
4657
4658 2007-01-05 [colin]      2.6.1cvs107
4659
4660         * src/common/quoted-printable.c
4661                 Fix previous commit about bug 1089
4662                 Thanks to Ralf
4663
4664 2007-01-05 [colin]      2.6.1cvs106
4665
4666         * src/common/quoted-printable.c
4667                 Fix my previous commit on bug 1089
4668                 - Thanks to Ralf :)
4669
4670 2007-01-04 [colin]      2.6.1cvs105
4671
4672         * src/common/quoted-printable.c
4673                 Fix bug 1089, 'NUL characters in Subject 
4674                 line are misinterpreted'. Not a pain to
4675                 fix in fact.
4676
4677 2007-01-04 [colin]      
4678
4679         2.7.0-rc3 released
4680
4681 2007-01-04 [wwp]        2.6.1cvs104
4682
4683         * src/image_viewer.c
4684                 Force operator precedence (fix a compiler warning).
4685
4686 2007-01-04 [colin]      2.6.1cvs103
4687
4688         * src/image_viewer.c
4689                 Be cautious there too (same fix as the one
4690                 in textview from cvs33)
4691         * src/messageview.c
4692                 Don't use any MimeViewer plugin when showing
4693                 all headers
4694
4695 2007-01-03 [wwp]        2.6.1cvs102
4696
4697         * src/html.c
4698         * src/html.h
4699                 fixed "cent" sign (use the existing ASCII one),
4700                 decode more HTML entities,
4701                 converted table ASCII entries to UTF-8,
4702                 moved a switch() into a hashtable.
4703
4704 2007-01-03 [paul]       2.6.1cvs101
4705
4706         * src/compose.c
4707         * src/messageview.c
4708         * src/procmsg.c
4709         * src/procmsg.h
4710                 When possible, use move_msg instead of
4711                 copy_msg + remove_msg to move sent mail
4712                 from Queue to Sent. 
4713
4714 2007-01-03 [paul]       2.6.1cvs100
4715
4716         * src/html.c
4717                 add more html entity recognition:
4718                 pounds, euros, and cents
4719
4720 2007-01-03 [colin]      2.6.1cvs99
4721
4722         * src/imap_gtk.c
4723                 Don't display an error on NOSELECT
4724                 folders when synchronising
4725
4726 2007-01-03 [paul]       2.6.1cvs98
4727
4728         * tools/maildir2claws-mail.pl
4729                 only substitute 'sent-mail' if it's
4730                 the full directory name
4731
4732 2007-01-03 [paul]       2.6.1cvs97
4733
4734         * ChangeLog
4735         * ChangeLog.pre2.0.0
4736         * Makefile.am
4737                 archive a chunk of ChangeLog in
4738                 ChangeLog.pre2.0.0
4739         * ChangeLog.gtk1
4740         * doc/src/ChangeLog.claws-pre0.8.0
4741                 remove ChangeLog.claws-pre0.8.0, adding
4742                 its contents to ChangeLog.gtk1
4743
4744 2007-01-03 [paul]       2.6.1cvs96
4745
4746         * src/account.c
4747         * src/account.h
4748         * src/action.c
4749         * src/action.h
4750         * src/adbookbase.h
4751         * src/addr_compl.c
4752         * src/addr_compl.h
4753         * src/addrbook.c
4754         * src/addrcache.c
4755         * src/addrcache.h
4756         * src/addrcindex.c
4757         * src/addrcindex.h
4758         * src/addrclip.c
4759         * src/addrclip.h
4760         * src/addrdefs.h
4761         * src/addressadd.c
4762         * src/addressadd.h
4763         * src/addressbook.c
4764         * src/addressbook.h
4765         * src/addressbook_foldersel.c
4766         * src/addressbook_foldersel.h
4767         * src/addrgather.c
4768         * src/addrgather.h
4769         * src/addrharvest.c
4770         * src/addrharvest.h
4771         * src/addrindex.c
4772         * src/addrindex.h
4773         * src/addritem.c
4774         * src/addritem.h
4775         * src/addrquery.c
4776         * src/addrquery.h
4777         * src/addrselect.c
4778         * src/addrselect.h
4779         * src/alertpanel.c
4780         * src/alertpanel.h
4781         * src/browseldap.c
4782         * src/browseldap.h
4783         * src/codeconv.c
4784         * src/codeconv.h
4785         * src/compose.c
4786         * src/compose.h
4787         * src/customheader.c
4788         * src/customheader.h
4789         * src/displayheader.c
4790         * src/displayheader.h
4791         * src/editaddress.c
4792         * src/editaddress.h
4793         * src/editbook.c
4794         * src/editbook.h
4795         * src/editgroup.c
4796         * src/editgroup.h
4797         * src/editjpilot.c
4798         * src/editjpilot.h
4799         * src/editldap.c
4800         * src/editldap.h
4801         * src/editldap_basedn.c
4802         * src/editldap_basedn.h
4803         * src/editvcard.c
4804         * src/editvcard.h
4805         * src/exphtmldlg.c
4806         * src/exphtmldlg.h
4807         * src/expldifdlg.c
4808         * src/expldifdlg.h
4809         * src/export.c
4810         * src/export.h
4811         * src/exporthtml.c
4812         * src/exporthtml.h
4813         * src/exportldif.c
4814         * src/exportldif.h
4815         * src/filtering.c
4816         * src/filtering.h
4817         * src/folder.c
4818         * src/folder.h
4819         * src/folder_item_prefs.c
4820         * src/folder_item_prefs.h
4821         * src/foldersel.c
4822         * src/foldersel.h
4823         * src/folderutils.c
4824         * src/folderutils.h
4825         * src/folderview.c
4826         * src/folderview.h
4827         * src/grouplistdialog.c
4828         * src/grouplistdialog.h
4829         * src/headerview.c
4830         * src/html.c
4831         * src/html.h
4832         * src/image_viewer.c
4833         * src/image_viewer.h
4834         * src/imap.c
4835         * src/imap.h
4836         * src/imap_gtk.c
4837         * src/imap_gtk.h
4838         * src/import.c
4839         * src/import.h
4840         * src/importldif.c
4841         * src/importldif.h
4842         * src/importmutt.c
4843         * src/importmutt.h
4844         * src/importpine.c
4845         * src/importpine.h
4846         * src/inc.c
4847         * src/inc.h
4848         * src/jpilot.c
4849         * src/jpilot.h
4850         * src/ldapctrl.c
4851         * src/ldapctrl.h
4852         * src/ldaplocate.c
4853         * src/ldaplocate.h
4854         * src/ldapquery.c
4855         * src/ldapquery.h
4856         * src/ldapserver.c
4857         * src/ldapserver.h
4858         * src/ldaputil.c
4859         * src/ldaputil.h
4860         * src/ldif.c
4861         * src/ldif.h
4862         * src/main.c
4863         * src/main.h
4864         * src/mainwindow.c
4865         * src/mainwindow.h
4866         * src/manual.c
4867         * src/manual.h
4868         * src/mbox.c
4869         * src/message_search.c
4870         * src/message_search.h
4871         * src/messageview.c
4872         * src/messageview.h
4873         * src/mh.c
4874         * src/mh.h
4875         * src/mh_gtk.c
4876         * src/mh_gtk.h
4877         * src/mimeview.c
4878         * src/mimeview.h
4879         * src/msgcache.c
4880         * src/msgcache.h
4881         * src/mutt.c
4882         * src/mutt.h
4883         * src/news.c
4884         * src/news.h
4885         * src/news_gtk.c
4886         * src/news_gtk.h
4887         * src/partial_download.c
4888         * src/partial_download.h
4889         * src/pine.c
4890         * src/pine.h
4891         * src/pop.c
4892         * src/pop.h
4893         * src/prefs_account.c
4894         * src/prefs_account.h
4895         * src/prefs_actions.c
4896         * src/prefs_actions.h
4897         * src/prefs_common.c
4898         * src/prefs_common.h
4899         * src/prefs_compose_writing.c
4900         * src/prefs_compose_writing.h
4901         * src/prefs_customheader.c
4902         * src/prefs_customheader.h
4903         * src/prefs_display_header.c
4904         * src/prefs_display_header.h
4905         * src/prefs_filtering.c
4906         * src/prefs_filtering.h
4907         * src/prefs_filtering_action.c
4908         * src/prefs_filtering_action.h
4909         * src/prefs_folder_column.c
4910         * src/prefs_folder_column.h
4911         * src/prefs_folder_item.c
4912         * src/prefs_folder_item.h
4913         * src/prefs_fonts.c
4914         * src/prefs_fonts.h
4915         * src/prefs_gtk.c
4916         * src/prefs_gtk.h
4917         * src/prefs_image_viewer.c
4918         * src/prefs_image_viewer.h
4919         * src/prefs_matcher.c
4920         * src/prefs_matcher.h
4921         * src/prefs_message.c
4922         * src/prefs_msg_colors.c
4923         * src/prefs_msg_colors.h
4924         * src/prefs_other.c
4925         * src/prefs_quote.c
4926         * src/prefs_receive.c
4927         * src/prefs_send.c
4928         * src/prefs_spelling.c
4929         * src/prefs_spelling.h
4930         * src/prefs_summaries.c
4931         * src/prefs_summaries.h
4932         * src/prefs_summary_column.c
4933         * src/prefs_summary_column.h
4934         * src/prefs_template.c
4935         * src/prefs_template.h
4936         * src/prefs_themes.c
4937         * src/prefs_themes.h
4938         * src/prefs_toolbar.c
4939         * src/prefs_toolbar.h
4940         * src/prefs_wrapping.c
4941         * src/prefs_wrapping.h
4942         * src/privacy.c
4943         * src/privacy.h
4944         * src/procheader.c
4945         * src/procheader.h
4946         * src/procmime.c
4947         * src/procmime.h
4948         * src/procmsg.c
4949         * src/procmsg.h
4950         * src/quote_fmt.c
4951         * src/quote_fmt_parse.y
4952         * src/recv.c
4953         * src/recv.h
4954         * src/remotefolder.c
4955         * src/remotefolder.h
4956         * src/send_message.c
4957         * src/send_message.h
4958         * src/setup.c
4959         * src/setup.h
4960         * src/sourcewindow.c
4961         * src/sourcewindow.h
4962         * src/ssl_manager.c
4963         * src/ssl_manager.h
4964         * src/statusbar.c
4965         * src/statusbar.h
4966         * src/stock_pixmap.c
4967         * src/stock_pixmap.h
4968         * src/summary_search.c
4969         * src/summary_search.h
4970         * src/summaryview.c
4971         * src/summaryview.h
4972         * src/textview.c
4973         * src/textview.h
4974         * src/toolbar.c
4975         * src/toolbar.h
4976         * src/undo.c
4977         * src/undo.h
4978         * src/unmime.c
4979         * src/unmime.h
4980         * src/vcard.c
4981         * src/vcard.h
4982         * src/wizard.c
4983         * src/wizard.h
4984         * src/common/base64.c
4985         * src/common/base64.h
4986         * src/common/defs.h
4987         * src/common/hooks.c
4988         * src/common/hooks.h
4989         * src/common/log.c
4990         * src/common/log.h
4991         * src/common/mgutils.c
4992         * src/common/mgutils.h
4993         * src/common/nntp.c
4994         * src/common/nntp.h
4995         * src/common/passcrypt.c
4996         * src/common/passcrypt.h.in
4997         * src/common/plugin.c
4998         * src/common/plugin.h
4999         * src/common/prefs.c
5000         * src/common/prefs.h
5001         * src/common/progressindicator.c
5002         * src/common/progressindicator.h
5003         * src/common/quoted-printable.c
5004         * src/common/quoted-printable.h
5005         * src/common/session.c
5006         * src/common/session.h
5007         * src/common/smtp.c
5008         * src/common/smtp.h
5009         * src/common/socket.c
5010         * src/common/socket.h
5011         * src/common/ssl.c
5012         * src/common/ssl.h
5013         * src/common/ssl_certificate.c
5014         * src/common/ssl_certificate.h
5015         * src/common/stringtable.c
5016         * src/common/stringtable.h
5017         * src/common/template.c
5018         * src/common/template.h
5019         * src/common/timing.h
5020         * src/common/utils.c
5021         * src/common/utils.h
5022         * src/common/version.h.in
5023         * src/common/xml.c
5024         * src/common/xml.h
5025         * src/common/xmlprops.c
5026         * src/common/xmlprops.h
5027         * src/gtk/about.c
5028         * src/gtk/colorlabel.c
5029         * src/gtk/colorsel.c
5030         * src/gtk/colorsel.h
5031         * src/gtk/combobox.c
5032         * src/gtk/combobox.h
5033         * src/gtk/description_window.c
5034         * src/gtk/description_window.h
5035         * src/gtk/filesel.c
5036         * src/gtk/filesel.h
5037         * src/gtk/foldersort.c
5038         * src/gtk/foldersort.h
5039         * src/gtk/gtksctree.c
5040         * src/gtk/gtkutils.c
5041         * src/gtk/gtkutils.h
5042         * src/gtk/inputdialog.c
5043         * src/gtk/inputdialog.h
5044         * src/gtk/logwindow.c
5045         * src/gtk/logwindow.h
5046         * src/gtk/manage_window.c
5047         * src/gtk/manage_window.h
5048         * src/gtk/menu.c
5049         * src/gtk/menu.h
5050         * src/gtk/pluginwindow.c
5051         * src/gtk/pluginwindow.h
5052         * src/gtk/prefswindow.c
5053         * src/gtk/prefswindow.h
5054         * src/gtk/progressdialog.c
5055         * src/gtk/progressdialog.h
5056         * src/gtk/sslcertwindow.c
5057         * src/gtk/sslcertwindow.h
5058         * src/plugins/bogofilter/bogofilter.c
5059         * src/plugins/bogofilter/bogofilter.h
5060         * src/plugins/bogofilter/bogofilter_gtk.c
5061         * src/plugins/clamav/clamav_plugin.c
5062         * src/plugins/clamav/clamav_plugin.h
5063         * src/plugins/clamav/clamav_plugin_gtk.c
5064         * src/plugins/demo/demo.c
5065         * src/plugins/dillo_viewer/dillo_prefs.c
5066         * src/plugins/dillo_viewer/dillo_prefs.h
5067         * src/plugins/dillo_viewer/dillo_viewer.c
5068         * src/plugins/pgpcore/passphrase.c
5069         * src/plugins/pgpcore/passphrase.h
5070         * src/plugins/pgpcore/pgp_viewer.c
5071         * src/plugins/pgpcore/pgp_viewer.h
5072         * src/plugins/pgpcore/plugin.c
5073         * src/plugins/pgpcore/select-keys.c
5074         * src/plugins/pgpcore/select-keys.h
5075         * src/plugins/pgpcore/sgpgme.c
5076         * src/plugins/pgpcore/sgpgme.h
5077         * src/plugins/pgpinline/pgpinline.c
5078         * src/plugins/pgpinline/pgpinline.h
5079         * src/plugins/pgpinline/plugin.c
5080         * src/plugins/pgpmime/pgpmime.c
5081         * src/plugins/pgpmime/pgpmime.h
5082         * src/plugins/pgpmime/plugin.c
5083         * src/plugins/spamassassin/spamassassin.c
5084         * src/plugins/spamassassin/spamassassin.h
5085         * src/plugins/spamassassin/spamassassin_gtk.c
5086         * src/plugins/trayicon/trayicon.c
5087                 it's 2007, update the year in the copyright headers
5088
5089 2007-01-03 [paul]       2.6.1cvs95
5090
5091         * src/gtk/about.c
5092                 it is 2007, use it in the copyright string
5093
5094 2007-01-03 [paul]       2.6.1cvs94
5095
5096         * src/html.c
5097                 html entity conversion:
5098                 move &#153; to a more suitable place
5099                 add &bull; and &ndash;
5100                 make sure &mdash; and &#8212; are both
5101                 converted the same
5102
5103 2007-01-02 [colin]      2.6.1cvs93
5104
5105         * src/addrbook.c
5106                 Fix leak
5107         * src/common/plugin.c
5108                 Add comment
5109         * src/etpan/imap-thread.c
5110                 Fix warning
5111
5112 2006-12-31 [paul]       2.6.1cvs92
5113
5114         * src/prefs_summaries.c
5115                 use gtk_button_new_from_stock()
5116
5117 2006-12-30 [colin]      2.6.1cvs91
5118
5119         * src/folder.c
5120         * src/imap_gtk.c
5121         * src/mh_gtk.c
5122                 Don't update filtering and account paths 
5123                 when copying folders
5124
5125 2006-12-30 [colin]      2.6.1cvs90
5126
5127         * src/prefs_compose_writing.c
5128         * src/prefs_quote.c
5129         * src/prefs_template.c
5130                 Use message font for Writing and 
5131                 Quoting prefs, as well as Templates.
5132
5133 2006-12-30 [colin]      2.6.1cvs89
5134
5135         * src/prefs_summaries.c
5136                 Rework GUI; patch by Pawel
5137
5138 2006-12-29 [colin]      2.6.1cvs88
5139
5140         * src/prefs_folder_item.c
5141                 Fix bug 1085, 'Apply to subfolder 
5142                 doesn't work' - I was mistaken saying
5143                 it worked in every case
5144
5145 2006-12-28 [colin]      2.6.1cvs87
5146
5147         * src/gtk/gtkaspell.c
5148                 Don't assert if use_alternate is true
5149                 and alt_dictionary isn't set -- this 
5150                 is what happens on upgrade! Rather,
5151                 do with it.
5152
5153 2006-12-28 [colin]      2.6.1cvs86
5154
5155         * Makefile.am
5156                 Fix desktop/icon simplification
5157
5158 2006-12-28 [colin]      2.6.1cvs85
5159
5160         * Makefile.am
5161                 Make desktop and icon not 
5162                 dependant on the desktop
5163
5164 2006-12-28 [wwp]        2.6.1cvs84
5165
5166         * src/plugins/pgpmime/claws.def
5167                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
5168
5169 2006-12-28 [wwp]        2.6.1cvs83
5170
5171         * src/prefs_folder_item.c
5172                 Fix coloring of "simplify subject regexp" (folder prefs),
5173                 which might be left to red whereas the regexp gets empty.
5174
5175 2006-12-28 [wwp]        2.6.1cvs82
5176
5177         * src/prefs_common.c
5178         * src/prefs_common.h
5179         * src/addressbook.c
5180         * src/addressitem.h
5181                 Save addressbook mainwindow's horizontal and vertical splitter position.
5182
5183 2006-12-27 [wwp]        2.6.1cvs81
5184
5185         * src/gtk/gtkaspell.c
5186         * src/gtk/gtkaspell.h
5187         * src/compose.c
5188                 Fix assignment of compose's default and alternate dictionary from
5189                 account or folder settings. Now gtkaspell_change_dict does rotate
5190                 dicts only when it's called from a menu cb.
5191
5192 2006-12-27 [wwp]        2.6.1cvs80
5193
5194         * src/folder_item_prefs.c
5195                 Fix randomly initialized default-alt-dictionary (folder prefs),
5196                 complete 2.6.1cvs72.
5197
5198 2006-12-27 [paul]       2.6.1cvs79
5199
5200         * src/imap_gtk.c
5201         * src/mh_gtk.c
5202                 Add Copy folder in the folder's contextual
5203                 menu
5204
5205 2006-12-27 [wwp]        2.6.1cvs78
5206
5207         * src/imap.c
5208                 Clean up session locking, thanks to Colin.
5209
5210 2006-12-26 [colin]      2.6.1cvs77
5211
5212         * src/statusbar.c
5213                 Revert previous patch
5214
5215 2006-12-26 [colin]      2.6.1cvs76
5216
5217         * src/folder.c
5218         * src/folderview.c
5219         * src/imap.c
5220         * src/statusbar.c
5221         * src/etpan/imap-thread.c
5222                 Fix previous commit warnings
5223                 Make statusbar update every second if total < 20
5224                 Make IMAP APPEND faster by simplifying log              
5225
5226 2006-12-26 [colin]      2.6.1cvs75
5227
5228         * src/folder.c
5229         * src/folder.h
5230         * src/folderview.c
5231         * src/folderview.h
5232         * src/imap_gtk.c
5233         * src/mh_gtk.c
5234                 Make it possible to copy folders accross
5235                 mailboxes (this was an arbitrary limitation).
5236                 Still make it impossible to move folders 
5237                 accross mailboxes.
5238
5239 2006-12-26 [colin]      2.6.1cvs74
5240
5241         * src/etpan/imap-thread.c
5242                 Fix bug 1081, 'claws-mail 
5243                 segfaults when going offline 
5244                 while it transfers mails via 
5245                 imap'
5246
5247 2006-12-26 [colin]      2.6.1cvs73
5248
5249         * src/folder_item_prefs.c
5250                 Don't forget alt dictionary when
5251                 renaming/moving folders
5252
5253 2006-12-26 [wwp]        2.6.1cvs72
5254
5255         * src/folder_item_prefs.c
5256                 Add missing defaults for per-folder alt dict
5257                 (forgotten in 2.6.1cvs61).
5258
5259 2006-12-26 [colin]      2.6.1cvs71
5260
5261         * src/wizard.c
5262                 Add tooltip to state that specifying
5263                 full path to mailbox is possible
5264
5265 2006-12-26 [wwp]        2.6.1cvs70
5266
5267         * src/partial_download.c
5268         * src/gtk/gtkvscrollbutton.c
5269         * src/plugins/pgpinline/plugin.c
5270                 Fix for few compiler warnings that matter.
5271
5272 2006-12-25 [colin]      2.6.1cvs69
5273
5274         * src/partial_download.c
5275                 Fix marking for download or deletion
5276                 when the header isn't the first
5277         * src/gtk/logwindow.c
5278                 Fix start of scrolling
5279
5280 2006-12-23 [paul]       2.6.1cvs68
5281
5282         * src/compose.c
5283                 change last commit to use the 'academic'
5284                 method instead. Thanks to wwp
5285
5286 2006-12-23 [paul]       2.6.1cvs67
5287
5288         * src/compose.c
5289                 don't warn about empty subject when
5290                 redirecting
5291
5292 2006-12-22 [colin]      2.6.1cvs66
5293
5294         * src/summary_search.c
5295                 Fix previous patch
5296
5297 2006-12-22 [colin]      2.6.1cvs65
5298
5299         * src/gtk/gtkutils.c
5300         * src/imap.c
5301         * src/jpilot.c
5302         * src/summary_search.c
5303                 A few warning fixes
5304
5305 2006-12-23 [paul]       
5306
5307         2.7.0-rc2 released
5308
5309 2006-12-22 [colin]      2.6.1cvs64
5310
5311         * src/toolbar.c
5312         * src/toolbar.h
5313                 Add a combo to the learn spam button
5314         * src/plugins/bogofilter/bogofilter.c
5315         * src/plugins/bogofilter/bogofilter_gtk.c
5316         * src/plugins/bogofilter/bogofilter.h
5317                 Allow to store Unsure mails in a specific
5318                 folder to make better teaching easier
5319
5320 2006-12-21 [wwp]        2.6.1cvs63
5321
5322         * src/compose.c
5323         * src/prefs_common.c
5324         * src/prefs_common.h
5325         * src/prefs_spelling.c
5326         * src/gtk/gtkaspell.c
5327         * src/gtk/gtkaspell.h
5328                 Allow spell-checking using both current and alternate dictionaries
5329                 (thanks to Colin).
5330
5331 2006-12-21 [wwp]        2.6.1cvs62
5332
5333         * src/gtk/gtkaspell.c
5334                 Apply recheck_when_changing_dict (highlight all mispelled words)
5335                 when switching to alternate dictionary.
5336
5337 2006-12-21 [wwp]        2.6.1cvs61
5338
5339         * src/compose.c
5340         * src/folder_item_prefs.h
5341         * src/prefs_common.c
5342         * src/prefs_common.h
5343         * src/prefs_folder_item.c
5344         * src/prefs_spelling.c
5345         * src/gtk/gtkaspell.c
5346         * src/gtk/gtkaspell.h
5347                 Add global and per-folder prefs to set the default
5348                 alternate dictionary.
5349
5350 2006-12-21 [colin]      2.6.1cvs60
5351
5352         * src/folder.c
5353                 Look for folders by path in all folders
5354         * src/html.c
5355                 add &mdash;
5356
5357 2006-12-20 [colin]      2.6.1cvs59
5358
5359         * src/gtk/quicksearch.c
5360                 Make sure in_typing is false when clearing
5361
5362 2006-12-20 [wwp]        2.6.1cvs58
5363
5364         * configure.ac
5365                 change manual's target dir to be LFH-compliant (thanks to Colin).
5366
5367 2006-12-20 [wwp]        2.6.1cvs57
5368
5369         * src/prefs_common.c
5370         * src/prefs_summaries.c
5371                 i18n fix and factorize patch, thanks to Fabien.
5372
5373 2006-12-20 [paul]       2.6.1cvs56
5374
5375         * configure.ac
5376                 last of the renaming (??)
5377         * src/main.c
5378                 correct --help info of --status-full
5379         * src/plugins/bogofilter/bogofilter.c
5380                 make FALSE default of whitelist_ab
5381
5382 2006-12-19 [colin]      2.6.1cvs55
5383
5384         * src/jpilot.c
5385                 Same as before, without depending on
5386                 pisock >= 0.12
5387
5388 2006-12-19 [colin]      2.6.1cvs54
5389
5390         * src/jpilot.c
5391                 Fix bug 1059, 'Better jpilot charset 
5392                 handling'. Use libpisync's charset conversion
5393                 if possible
5394
5395 2006-12-19 [colin]      2.6.1cvs53
5396
5397         * po/fr.po
5398                 Updated by Fabien
5399
5400 2006-12-19 [wwp]        2.6.1cvs52
5401
5402         * src/gtk/about.c
5403                 Add missing #include (thanks to Colin).
5404
5405 2006-12-19 [wwp]        2.6.1cvs51
5406
5407         * src/prefs_receive.c
5408                 Better spacing between widgets in prefs.
5409
5410 2006-12-18 [colin]      2.6.1cvs50
5411
5412         * src/imap.c
5413                 Fix failure to get separator on LIST "" ""
5414                 Try LIST "" "INBOX" too.
5415
5416 2006-12-18 [wwp]        2.6.1cvs49
5417
5418         * src/common/session.c
5419                 Fix a compiler warning (thanks to Fabien).
5420
5421 2006-12-18 [wwp]        2.6.1cvs48
5422
5423         * src/compose.c
5424         * src/prefs_quote.c
5425                 Factorize some strings for translation (it's about error
5426                 messages when applying or checking template/quote format).
5427
5428 2006-12-18 [colin]      2.6.1cvs47
5429
5430         * Makefile.am
5431         * src/common/defs.h
5432         * src/gtk/Makefile.am
5433         * src/gtk/about.c
5434                 Add a Release notes tab from the contents of
5435                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
5436
5437 2006-12-17 [colin]      2.6.1cvs46
5438
5439         * src/mimeview.c
5440         * src/textview.c
5441         * src/gtk/filesel.c
5442                 Correctly convert from/to UTF8/filename encoding
5443                 when loading and saving files. Probably fixes
5444                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
5445                 for a file to attach and is blocked...'
5446
5447 2006-12-17 [colin]      2.6.1cvs45
5448
5449         * src/gtk/logwindow.c
5450                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
5451                 IMAP folder and is blocked on main thread': 
5452                 make sure we put utf8 in the log.
5453
5454 2006-12-16 [colin]      2.6.1cvs44
5455
5456         * src/toolbar.c
5457         * src/toolbar.h
5458                 Fix bug 1055, 'Add the 'cancel receive' 
5459                 in the available events for the toolbar buttons'
5460
5461 2006-12-16 [colin]      2.6.1cvs43
5462
5463         * po/POTFILES.in
5464         * src/imap.c
5465         * src/common/nntp.c
5466         * src/common/session.c
5467                 Log error when SSL handshakes fail. 
5468                 Fixes bug 1082, 'incorrect / imprecise 
5469                 error message when imap server provides 
5470                 ssl only through STARTTLS but SSL is 
5471                 selected'
5472
5473 2006-12-15 [wwp]        2.6.1cvs42
5474
5475         * src/plugins/bogofilter/bogofilter_gtk.c
5476                 set proper sensitivity to widgets I've recently added.
5477
5478 2006-12-15 [colin]      
5479
5480         2.7.0-rc1 released
5481
5482 2006-12-15 [wwp]        2.6.1cvs41
5483
5484         * src/plugins/bogofilter/bogofilter.c
5485         * src/plugins/bogofilter/bogofilter.h
5486         * src/plugins/bogofilter/bogofilter_gtk.c
5487                 bogofilter's whitelist can now use a subset of
5488                 the addressbook (either a book, a subfolder of a book,
5489                 or the whole addressbook by using "Any"). Re-used there
5490                 some pref_matcher widgets and mechanisms to match a subset
5491                 of the addressbook.
5492
5493 2006-12-15 [wwp]        2.6.1cvs40
5494
5495         * src/wizard.c
5496         * src/common/plugin.c
5497         * src/common/plugin.h
5498         * src/gtk/about.c
5499         * src/plugins/bogofilter/bogofilter.c
5500         * src/plugins/clamav/clamav_plugin.c
5501         * src/plugins/demo/demo.c
5502         * src/plugins/dillo_viewer/dillo_viewer.c
5503         * src/plugins/pgpcore/plugin.c
5504         * src/plugins/pgpinline/plugin.c
5505         * src/plugins/pgpmime/plugin.c
5506         * src/plugins/spamassassin/spamassassin.c
5507         * src/plugins/trayicon/trayicon.c
5508                 factorize some translatable strings (plugins-related),
5509                 fix missing punctuation in several places,
5510                 remove useless translatable \n in about.c,
5511                 and factorize plugin init code w/ a new function
5512                 check_plugin_version() in common/plugin.c.
5513                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
5514
5515 2006-12-15 [wwp]        2.6.1cvs39
5516
5517         * src/plugins/bogofilter/bogofilter.c
5518         * src/plugins/bogofilter/bogofilter_gtk.c
5519                 flag whitelisted spams as spam, but don't filter it to the spam
5520                 folder. Thanks to Colin.
5521
5522 2006-12-15 [ticho]      2.6.1cvs38
5523
5524         * src/plugins/bogofilter/bogofilter.c
5525         * src/plugins/bogofilter/bogofilter.h
5526         * src/plugins/bogofilter/bogofilter_gtk.c
5527                 Add option to whitelist senders found in addressbook. Patch by colin.
5528
5529 2006-12-15 [paul]       2.6.1cvs37
5530
5531         * src/folderview.c
5532                 add missing #include "log.h"
5533
5534 2006-12-15 [paul]       2.6.1cvs36
5535
5536         * src/plugins/bogofilter/bogofilter.c
5537         * src/plugins/bogofilter/bogofilter.h
5538         * src/plugins/bogofilter/bogofilter_gtk.c
5539                 Add an option to allow inserting an
5540                 X-Claws-Bogosity header (on MH folders
5541                 only). Patch by Colin
5542
5543 2006-12-14 [colin]      2.6.1cvs35
5544
5545         * src/main.c
5546                 "Yes" should be the default choice for
5547                 migration configuration
5548
5549 2006-12-14 [paul]       2.6.1cvs34
5550
5551         * src/prefs_summaries.c
5552         * manual/advanced.xml
5553                 Unhide mark_as_read_delay
5554
5555 2006-12-14 [paul]       2.6.1cvs33
5556
5557         * src/messageview.c
5558         * src/messageview.h
5559         * src/mimeview.c
5560         * src/mimeview.h
5561         * src/summaryview.c
5562         * src/textview.c
5563         * src/textview.h
5564                 Fix printing of selection
5565                 Fix printing of message parts
5566                 Fix printing of images
5567         * src/gtk/gtksourceprintjob.c
5568                 Fix page count when there are images
5569
5570 2006-12-14 [wwp]        2.6.1cvs32
5571
5572         * src/mainwindow.c
5573         * src/summaryview.c
5574         * src/summaryview.h
5575         * src/gtk/quicksearch.c
5576                 fix quicksearch 'magnify' button status when QS is closed
5577                 using the Escape key, thanks to Colin.
5578
5579 2006-12-14 [wwp]        2.6.1cvs31
5580
5581         * src/mainwindow.c
5582         * src/summaryview.c
5583         * src/summaryview.h
5584         * src/gtk/quicksearch.c
5585                 fix quicksearch 'magnify' button status when QS is closed
5586                 using the Escape key, thanks to Colin.
5587
5588 2006-12-13 [colin]      2.6.1cvs30
5589
5590         * src/ldapquery.c
5591         * src/ldaputil.c
5592                 Use the binary safe version of ldap_get_values,
5593                 to make sure we manipulate null-terminated 
5594                 strings. Maybe fixes bug 1075, 'claws mail 
5595                 segfault when completing ldap adresses'
5596         * src/syldap.c ** REMOVED **
5597         * src/syldap.h ** REMOVED **
5598                 Remove dead files
5599
5600 2006-12-13 [mones]      2.6.1cvs29
5601
5602         * po/es.po
5603                 Fixed piped strings, fixed click translation
5604
5605 2006-12-13 [paul]       2.6.1cvs28
5606
5607         * src/main.c
5608                 don't translate these strings
5609
5610 2006-12-13 [paul]       2.6.1cvs27
5611
5612         * po/en_GB.po
5613                 updated
5614
5615 2006-12-13 [colin]      2.6.1cvs26
5616
5617         * src/main.c
5618         * src/main.h
5619                 Add claws_is_starting()
5620
5621 2006-12-13 [mones]      2.6.1cvs25
5622
5623         * manual/es/advanced.xml
5624         * po/es.po
5625                 Synced manual and updated translation
5626
5627 2006-12-12 [colin]      2.6.1cvs24
5628
5629         * src/wizard.c
5630                 Add an option to use STARTTLS in the
5631                 welcome wizard. Fixes bug 1080, 
5632                 'Using SSL option in wizard for incoming 
5633                 server does not activate SSL with STARTTLS'
5634
5635 2006-12-12 [colin]      2.6.1cvs23
5636
5637         * src/main.c
5638                 Don't exit when there's an incomplete
5639                 mailbox configured - leaves a chance 
5640                 to fix a failing IMAP account. Exit
5641                 if no mailbox at all is loaded (case
5642                 of missing plugin).
5643                 Completes bug 1077's fix (I was wrong
5644                 in this bug's comment #3).
5645
5646 2006-12-12 [colin]      2.6.1cvs22
5647
5648         * src/gtk/menu.h
5649                 Add another menu data type
5650         * src/prefs_account.c
5651                 Complete the completion of bug 1076
5652                 (doesn't lose the pref on apply)
5653
5654 2006-12-12 [paul]       2.6.1cvs21
5655
5656         * src/prefs_account.c
5657                 complete the fix of bug 1076
5658                 also be more verbose with the text
5659
5660 2006-12-12 [paul]       2.6.1cvs20
5661
5662         * src/gtk/combobox.c
5663                 fix compilation warning
5664
5665 2006-12-11 [colin]      2.6.1cvs19
5666
5667         * src/wizard.c
5668                 Document :port in server entry tooltips
5669
5670 2006-12-11 [colin]      2.6.1cvs18
5671
5672         * src/main.c
5673                 Fix compile
5674
5675 2006-12-11 [colin]      2.6.1cvs17
5676
5677         * src/main.c
5678                 Add failing IMAP as a reason for no
5679                 mailbox
5680
5681 2006-12-11 [colin]      2.6.1cvs16
5682
5683         * src/prefs_account.c
5684                 Check for existence of inbox for local
5685                 accounts too
5686         * src/wizard.c
5687                 Allow setting the port to use for servers
5688                 by using the usual "server.example.com:port"
5689                 syntax. Fixes bug 1077, 'sylpheed-claws does 
5690                 not start when IMAP server is unavailable'
5691
5692 2006-12-11 [colin]      2.6.1cvs15
5693
5694         * src/prefs_account.c
5695                 Prevent use of non-existing default inbox
5696
5697 2006-12-11 [colin]      2.6.1cvs14
5698
5699         * src/prefs_account.c
5700                 Fix sensitivity. Fixes bug 1076, 'privacy 
5701                 options are displayed even when pgp plugin 
5702                 not loaded / available'
5703
5704 2006-12-09 [colin]      2.6.1cvs13
5705
5706         * manual/advanced.xml
5707         * src/prefs_common.c
5708         * src/prefs_common.h
5709         * src/common/ssl_certificate.c
5710                 Add a new hidden preference, 'unsafe_ssl_certs',
5711                 which allows to store multiple certificates per
5712                 server/port. This is disabled by default because
5713                 it's less secure (presenting a new certificate
5714                 instead of a changed one raises less alarms).
5715                 This will cause Claws to ask about an unknown
5716                 certificate for people who have used 2.6.1cvs8
5717                 or greater.
5718
5719 2006-12-09 [colin]      2.6.1cvs12
5720
5721         * src/action.c
5722                 Fix cache updating after action
5723
5724 2006-12-07 [wwp]        2.6.1cvs11
5725
5726         * src/compose.c
5727                 fix email address comparison when replying to all
5728                 (avoid replying to ourselves), thanks to Colin.
5729
5730 2006-12-06 [paul]       2.6.1cvs10
5731
5732         * src/addrharvest.c
5733         * src/editldap.c
5734         * src/expldifdlg.c
5735         * src/news.c
5736         * src/toolbar.c
5737         * src/common/utils.c
5738                 ...and more renaming
5739                 Thanks to Colin
5740
5741 2006-12-06 [paul]       2.6.1cvs9
5742
5743         * src/compose.c
5744         * src/messageview.c
5745         * src/procheader.c
5746         * src/procmime.c
5747         * src/procmsg.c
5748         * src/textview.c
5749                 more renaming
5750                 Thanks to Colin
5751
5752 2006-12-06 [colin]      2.6.1cvs8
5753
5754         * src/ssl_manager.c
5755         * src/common/ssl_certificate.c
5756         * src/common/ssl_certificate.h
5757                 Handle multiple certificates per host/port
5758
5759 2006-12-06 [colin]      2.6.1cvs7
5760
5761         * src/etpan/imap-thread.c
5762                 Fix certificate checking on IMAP
5763
5764 2006-12-06 [colin]      2.6.1cvs6
5765
5766         * src/folderview.c
5767                 Fix bug 1072, 'Claws stops fetching newsgroups 
5768                 from server when newsgroup got deleted': continue
5769                 checking other groups
5770
5771 2006-12-05 [wwp]        2.6.1cvs5
5772
5773         * src/message_search.c
5774         * src/summary_search.c
5775         * src/gtk/combobox.c
5776         * src/gtk/combobox.h
5777         * src/gtk/gtkutils.c
5778         * src/gtk/gtkutils.h
5779                 make up and down arrow keys in modern gtk_combo_box_entry widgets
5780                 behave like w/ old comboboxes (summary and message search only).
5781
5782 2006-12-05 [paul]       2.6.1cvs4
5783
5784         * src/wizard.c
5785                 encode headers
5786                 Thanks to Colin
5787
5788 2006-12-05 [paul]       2.6.1cvs3
5789
5790         * tools/README
5791         * tools/textviewer.pl
5792                 script updated and description added
5793
5794 2006-12-04 [colin]      2.6.1cvs2
5795
5796         * src/compose.c
5797                 Run pre-send hook only when checking
5798                 everything
5799
5800 2006-12-04 [paul]       2.6.1cvs1
5801
5802         * NEWS
5803         * README
5804         * RELEASE_NOTES
5805         * configure.ac
5806         * tools/README
5807                 bump up version number following stable release
5808
5809 2006-12-04 [paul]       2.6.0cvs83
5810
5811         * README
5812                 updates and corrections
5813
5814 2006-12-04 [colin]      2.6.0cvs82
5815
5816         * src/common/utils.c
5817                 Probably fix bug 1066, 'Incorrect mailbox 
5818                 size displayed'
5819
5820 2006-12-04 [colin]      2.6.0cvs81
5821
5822         * src/common/utils.c
5823                 Trim tabs from mailcap file too.
5824
5825 2006-12-02 [paul]       2.6.0cvs80
5826
5827         * src/exphtmldlg.c
5828                 fix broken GUI under certain languages
5829         * src/expldifdlg.c
5830                 put the Cancel button to the right
5831
5832 2006-12-01 [paul]       2.6.0cvs79
5833
5834         * tools/Makefile.am
5835                 remove reference to removed file
5836
5837 2006-12-01 [wwp]        2.6.0cvs78
5838
5839         * src/addressbook.c
5840         * src/editaddress.c
5841                 remove forgotten debug statements.
5842
5843 2006-12-01 [wwp]        2.6.0cvs77
5844
5845         * manual/advanced.xml
5846         * manual/fr/advanced.xml
5847         * src/addressbook.c
5848         * src/addressbook.h
5849         * src/addressitem.h
5850         * src/editaddress.c
5851         * src/editaddress.h
5852         * src/prefs_common.c
5853         * src/prefs_common.h
5854         * src/gtk/gtkutils.c
5855         * src/gtk/gtkutils.h
5856                 add a hidden option to allow embedding the editaddress (edit contact details)
5857                 dialog into the addressbook's window. This doesn't change the default
5858                 behaviour.
5859
5860 2006-12-01 [wwp]        2.6.0cvs76
5861
5862         * src/message_search.c
5863         * src/summary_search.c
5864                 fix more focus issues (don't set focus to combobox's entry widget when
5865                 entry's value changed, if entry widget has focus already).
5866
5867 2006-12-01 [wwp]        2.6.0cvs75
5868
5869         * src/gtk/quicksearch.c
5870                 revert last changes to the quicksearch gtk_combo_box, this needs more
5871                 tuning and testing.
5872
5873 2006-12-01 [paul]       2.6.0cvs74
5874
5875         * tools/kdeservicemenu/README
5876         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
5877         * tools/kdeservicemenu/install.sh
5878         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
5879         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
5880                 simplify this stuff, and in so doing,
5881                 fix it. (possibly re-extend it again at
5882                 a later date)
5883
5884 2006-12-01 [wwp]        2.6.0cvs73
5885
5886         * src/gtk/quicksearch.c
5887                 adapt quicksearch code to use modern gtk_combo_box'es.
5888
5889 2006-12-01 [wwp]        2.6.0cvs72
5890
5891         * src/common/defs.h
5892         * src/prefs_common.c
5893         * src/prefs_common.h
5894         * src/message_search.c
5895         * src/summary_search.c
5896         * src/gtk/combobox.c
5897         * src/gtk/combobox.h
5898                 add history combos to all message and summary search fields.
5899
5900 2006-12-01 [wwp]        2.6.0cvs71
5901
5902         * src/summaryview.c
5903                 As the list may change while the mark as read delay
5904                 runs, we can't rely on the 'row' pointer, which can
5905                 be invalid when the timeout is called. As the mark
5906                 as read is only done if the message is still selected,
5907                 use summaryview->selected instead. Thanks to Colin.
5908
5909 2006-11-30 [paul]       2.6.0cvs70
5910
5911         * src/textview.c
5912                 give emphasis to "Sylpheed-Claws"
5913                 as well as "Claws Mail"
5914
5915 2006-11-30 [colin]      2.6.0cvs69
5916
5917         * src/wizard.c
5918                 Put the SSL checkboxes in the receiving
5919                 and sending server pages.
5920
5921 2006-11-29 [colin]      2.6.0cvs68
5922
5923         * src/gtk/gtkutils.c
5924         * src/gtk/gtkvscrollbutton.c
5925                 Revert some deprecated fixes - they seem to
5926                 deprecate stuff as soon as a new one gets out.
5927                 g_object_ref_sink needed glib-2.10.
5928
5929 2006-11-29 [colin]      2.6.0cvs67
5930
5931         * src/common/utils.c
5932                 Create .mailcap if it doesn't exist
5933
5934 2006-11-29 [colin]      2.6.0cvs66
5935
5936         * src/compose.c
5937                 Followup to cvs60: use original list
5938                 of recipients if replying to a mail
5939                 in Sent Drafts or Queue.
5940
5941 2006-11-27 [paul]       2.6.0cvs65
5942
5943         * src/image_viewer.c
5944                 revert the last change for now (it's broken)
5945
5946 2006-11-27 [paul]       2.6.0cvs64
5947
5948         * Makefile.am
5949         * configure.ac
5950         * m4/aclocal-include.m4
5951         * m4/check-type.m4
5952         * src/Makefile.am
5953         * src/addr_compl.c
5954         * src/compose.c
5955         * src/crash.c
5956         * src/export.c
5957         * src/exporthtml.c
5958         * src/exportldif.c
5959         * src/imap.c
5960         * src/import.c
5961         * src/main.c
5962         * src/main.h
5963         * src/matcher.c
5964         * src/mimeview.c
5965         * src/procmsg.c
5966         * src/textview.c
5967         * src/common/Makefile.am
5968         * src/common/claws.c
5969         * src/common/claws.h
5970         * src/common/ssl.c
5971         * src/common/sylpheed.c
5972         * src/common/sylpheed.h
5973         * src/etpan/Makefile.am
5974         * src/gtk/Makefile.am
5975         * src/gtk/claws-marshal.list
5976         * src/gtk/filesel.c
5977         * src/gtk/gtksctree.c
5978         * src/gtk/quicksearch.c
5979         * src/gtk/sylpheed-marshal.list
5980         * src/plugins/bogofilter/bogofilter.c
5981         * src/plugins/bogofilter/bogofilter_gtk.c
5982         * src/plugins/clamav/clamav_plugin.c
5983         * src/plugins/clamav/clamav_plugin_gtk.c
5984         * src/plugins/demo/demo.c
5985         * src/plugins/dillo_viewer/dillo_viewer.c
5986         * src/plugins/pgpcore/Makefile.am
5987         * src/plugins/pgpcore/claws.def
5988         * src/plugins/pgpcore/pgp_viewer.c
5989         * src/plugins/pgpcore/plugin.c
5990         * src/plugins/pgpcore/sylpheed.def
5991         * src/plugins/pgpinline/Makefile.am
5992         * src/plugins/pgpinline/claws.def
5993         * src/plugins/pgpinline/plugin.c
5994         * src/plugins/pgpinline/sylpheed.def
5995         * src/plugins/pgpmime/Makefile.am
5996         * src/plugins/pgpmime/claws.def
5997         * src/plugins/pgpmime/plugin.c
5998         * src/plugins/pgpmime/sylpheed.def
5999         * src/plugins/spamassassin/spamassassin.c
6000         * src/plugins/spamassassin/spamassassin_gtk.c
6001         * src/plugins/trayicon/trayicon.c
6002                 yet more renaming
6003                 remove deprecated gtk_tooltips_set_delay()
6004
6005 2006-11-26 [paul]       2.6.0cvs63
6006
6007         * src/expldifdlg.c
6008         * src/folderview.c
6009         * src/image_viewer.c
6010         * src/mainwindow.c
6011         * src/gtk/gtkutils.c
6012         * src/gtk/gtkvscrollbutton.c
6013         * src/gtk/prefswindow.c
6014         * src/plugins/pgpcore/prefs_gpg.c
6015                 replace more deprecated GTK+ functions
6016
6017 2006-11-26 [paul]       2.6.0cvs62
6018
6019         * src/addr_compl.c
6020         * src/addressbook.c
6021         * src/browseldap.c
6022                 replace deprecated gtk_idle_... functions
6023
6024 2006-11-26 [paul]       2.6.0cvs61
6025
6026         * src/compose.c
6027         * src/folderview.c
6028         * src/inc.c
6029         * src/summaryview.c
6030         * src/gtk/gtkvscrollbutton.c
6031         * src/gtk/quicksearch.c
6032         * src/plugins/pgpcore/passphrase.c
6033                 replace deprecated gtk_timeout_add and
6034                 gtk_timeout_remove
6035
6036 2006-11-26 [paul]       2.6.0cvs60
6037
6038         * src/compose.c
6039                 fix bug that caused the wrong recipient
6040                 to be selected when replying to a msg
6041                 which is From one of our accounts to
6042                 another of our accounts
6043
6044 2006-11-25 [paul]       2.6.0cvs59
6045
6046         * src/summaryview.c
6047                 don't change the From column title to
6048                 To if the To column is visible
6049
6050 2006-11-24 [paul]       2.6.0cvs58
6051
6052         * src/compose.c
6053                 fix bug 1069, 'Sent mails disappear, BCC
6054                 or locking problem?'
6055
6056 2006-11-21 [wwp]        2.6.0cvs57
6057
6058         * src/compose.c
6059                 fix spelling menu when replying (same as 2.3.1cvs39):
6060                 discrepancy between context menu and top menu when
6061                 folder's dictionary isn't the default one.
6062
6063 2006-11-19 [paul]       2.6.0cvs56
6064
6065         * src/summaryview.c
6066                 obey always_show_msg option when
6067                 marking as spam
6068         * src/plugins/bogofilter/bogofilter.c
6069                 fix typo
6070
6071 2006-11-18 [paul]       2.6.0cvs55
6072
6073         * AUTHORS
6074         * README
6075         * debian/copyright
6076         * manual/ack.xml
6077         * manual/es/ack.xml
6078         * manual/fr/ack.xml
6079         * manual/pl/ack.xml
6080         * src/gtk/authors.h
6081         * src/gtk/icon_legend.c
6082         * src/gtk/icon_legend.h
6083         * tools/OOo2claws-mail.pl
6084         * tools/README
6085         * tools/acroread2claws-mail.pl
6086         * tools/claws.i18n.status.pl
6087         * tools/filter_conv.pl
6088         * tools/filter_conv_new.pl
6089         * tools/freshmeat_search.pl
6090         * tools/google_search.pl
6091         * tools/kmail2claws-mail.pl
6092         * tools/kmail2claws-mail_v2.pl
6093         * tools/maildir2claws-mail.pl
6094         * tools/make.themes.project
6095         * tools/multiwebsearch.pl
6096         * tools/outlook2claws-mail.pl
6097         * tools/tb2claws-mail
6098         * tools/kdeservicemenu/README
6099         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6100                 update mine and wwp's email addresses in
6101                 several places
6102                 Patch by wwp
6103         * src/prefs_compose_writing.c
6104                 set sensitivity on 'new message format' frame
6105
6106 2006-11-17 [paul]       2.6.0cvs54
6107
6108         * src/gtk/about.c
6109                 more reworking of the GUI
6110                 Patch by Fabien Vantard
6111
6112 2006-11-16 [paul]       2.6.0cvs53
6113
6114         * src/gtk/about.c
6115                 set a minimum size for the window, allow
6116                 it to automatically expand as necessary
6117
6118 2006-11-16 [wwp]        2.6.0cvs52
6119
6120         * src/gtk/about.c
6121                 better wrap of copyright info on some systems.
6122
6123 2006-11-16 [paul]       2.6.0cvs51
6124
6125         * src/gtk/about.c
6126                 move the tech info from the upper panel
6127                 to the Info tab
6128                 use a gtk_text_view for the features tab
6129
6130 2006-11-16 [paul]       2.6.0cvs50
6131
6132         * po/Makevars
6133                 update my email address
6134         * src/addressbook.c
6135         * src/compose.c
6136         * src/imap_gtk.c
6137         * src/mh_gtk.c
6138         * src/news_gtk.c
6139         * src/summaryview.c
6140         * src/plugins/trayicon/trayicon.c
6141                 don't offer simple menu separators
6142                 for translation
6143         * src/folderview.c
6144                 add separator between 'mark all read'
6145                 and 'search folder'
6146
6147 2006-11-15 [wwp]        2.6.0cvs49
6148
6149         * src/gtk/authors.h
6150                 updated manuals authors.
6151
6152 2006-11-14 [paul]       2.6.0cvs48
6153
6154         * src/compose.c
6155                 Fix Options/Reply mode after draft save
6156
6157 2006-11-14 [paul]       2.6.0cvs47
6158
6159         * src/Makefile.am
6160                 Fix make DESTDIR=...
6161         * src/mbox.c
6162                 Optimise speed
6163         * src/plugins/pgpinline/pgpinline.c
6164                 Probably fix bug 1061
6165
6166 2006-11-14 [paul]       2.6.0cvs46
6167
6168         * po/Makevars
6169                 enable Q_ macro
6170         * src/Makefile.am
6171         * src/stock_pixmap.c
6172         * src/stock_pixmap.h
6173         * src/gtk/about.c
6174         * src/pixmaps/active.xpm
6175         * src/pixmaps/inactive.xpm
6176                 add a new page, 'Features', to the About dialog
6177                 showing which features are compiled in and which
6178                 are not
6179
6180 2006-11-14 [paul]       2.6.0cvs45
6181
6182         * po/ru.po
6183                 updated by Pavlo Bohmat
6184
6185 2006-11-14 [colin]      2.6.0cvs44
6186
6187         * src/compose.c
6188         * src/inc.c
6189         * src/messageview.c
6190         * src/news.c
6191         * src/pop.c
6192         * src/procmsg.c
6193         * src/gtk/gtkaspell.c
6194                 Fix 64-bit-related warnings
6195         * src/ssl_manager.c
6196                 Fix possible infinite loop
6197         * src/plugins/pgpcore/sgpgme.c
6198                 Remove useless check
6199
6200 2006-11-13 [colin]      2.6.0cvs43
6201
6202         * src/gtk/Makefile.am
6203                 authors.h isn't generated
6204
6205 2006-11-13 [colin]      2.6.0cvs42
6206
6207         * src/plugins/pgpinline/pgpinline.c
6208         * src/plugins/pgpmime/pgpmime.c
6209                 Very probably fix bug 1061, 'crash on 
6210                 opening signed email'. Another cast
6211                 problem
6212
6213 2006-11-13 [colin]      2.6.0cvs41
6214
6215         * src/plugins/pgpcore/sgpgme.c
6216                 Maybe fix bug 1061, 'crash on opening 
6217                 signed email'
6218
6219 2006-11-13 [wwp]        2.6.0cvs40
6220
6221         * src/plugins/pgpinline/pgpinline.c
6222                 fix candidate for bug #1057, thanks to Colin.
6223
6224 2006-11-13 [wwp]        2.6.0cvs39
6225
6226         * src/compose.c
6227         * src/quote_fmt_parse.y
6228                 fix bug 1052: current parser buffer was not always 
6229                 allocated, ptr to this buffer could be returned as 
6230                 NULL whereas no parser error has occurred. in 
6231                 consequence, defining a template body as "%d" 
6232                 (w/o the quotes) for the first time of the instance 
6233                 of claws-mail, was reporting a parser error. make 
6234                 sure that the buffer is always allocated, even to 
6235                 an empty string.
6236                 fix mis-unescaping in compose.:compose_quote_fmt(): 
6237                 unescaping of the fmt string was always done 
6238                 whereas it must be done *only* when receiving 
6239                 quote format strings issued from the prefs 
6240                 (compose new message, reply, forward, redirect 
6241                 formats), *not* when applying templates.  in 
6242                 consequences, applying templates w/ sequences 
6243                 like \\|p{echo} were failing. make sure that 
6244                 unescaping is done only when necessary.
6245
6246 2006-11-12 [colin]      2.6.0cvs38
6247
6248         * po/de.po
6249                 Fix typo (s/KB/MB)
6250
6251 2006-11-12 [colin]      2.6.0cvs37
6252
6253         * src/plugins/pgpinline/pgpinline.c
6254         * src/plugins/pgpmime/pgpmime.c
6255                 Release GPG context at the latest 
6256                 possible moment. Maybe fixes 
6257                 bug 1057, 'crash on sending signed 
6258                 message to a newsgroup'
6259                 
6260
6261 2006-11-12 [colin]      2.6.0cvs36
6262
6263         * src/plugins/pgpcore/sgpgme.c
6264                 Tell a bit more when gpg's status doesn't
6265                 contain any signature
6266
6267 2006-11-12 [colin]      2.6.0cvs35
6268
6269         * src/compose.c
6270                 Fix bug 1060, 'compilation error with 
6271                 Irix's cc'
6272
6273 2006-11-12 [paul]       2.6.0cvs34
6274
6275         * doc/man/claws-mail.1
6276         * src/prefs_gtk.c
6277         * src/plugins/clamav/README
6278         * src/plugins/spamassassin/README
6279         * tools/README
6280         * tools/freshmeat_search.pl
6281         * tools/google_search.pl
6282         * tools/multiwebsearch.pl
6283                 more renaming
6284         * src/plugins/trayicon/trayicon.c
6285                 fix compiliation warning
6286
6287 2006-11-11 [colin]      2.6.0cvs33
6288
6289         * src/folderview.c
6290                 Forbid drag and drop from/to different
6291                 folders of type F_UNKNOWN
6292
6293 2006-11-11 [colin]      2.6.0cvs32
6294
6295         * src/plugins/pgpinline/pgpinline.c
6296                 Fix typo in previous commit:
6297                 - gpgme_new(&ctx);
6298                 + if ((err = gpgme_new(&data->ctx)) ...)
6299
6300 2006-11-11 [colin]      2.6.0cvs31
6301
6302         * src/plugins/pgpinline/pgpinline.c
6303         * src/plugins/pgpmime/pgpmime.c
6304                 Check success after calling gpgme_new
6305                 Maybe fixes bug 1057, 'crash on sending 
6306                 signed message to a newsgroup'
6307
6308 2006-11-11 [colin]      2.6.0cvs30
6309
6310         * src/undo.c
6311                 init undostruct to 0s (from
6312                 valgrind log of bug 1057)
6313
6314 2006-11-10 [colin]      2.6.0cvs29
6315
6316         * src/mainwindow.c
6317                 Set cursor to wait before filtering
6318                 duplicates in all folders
6319         * src/plugins/bogofilter/bogofilter.c
6320         * src/plugins/bogofilter/bogofilter.h
6321         * src/plugins/bogofilter/bogofilter_gtk.c
6322                 Completely thread away the bogofilter
6323                 filtering
6324
6325 2006-11-10 [mones]      2.6.0cvs28
6326
6327         * src/compose.c
6328         * src/compose.h
6329                 added COMPOSE_CHECK_BEFORE_SEND hook
6330
6331 2006-11-10 [paul]       2.6.0cvs27
6332
6333         * src/crash.c
6334                 more renaming
6335                 add libSM to get_compiled_in_features()
6336         * src/main.c
6337                 more renaming
6338
6339 2006-11-10 [colin]      2.6.0cvs26
6340
6341         * src/etpan/imap-thread.c
6342                 Add a reference to libetpan's sasl engine
6343                 so that sasl_done() doesn't get called by
6344                 libetpan, and doesn't break openssl.
6345                 Should fix bug 1053, 'SC fails to reestablish 
6346                 a secure connection'
6347                 Patch by Hoa
6348
6349 2006-11-10 [colin]      2.6.0cvs25
6350
6351         * manual/addrbook.xml
6352         * manual/advanced.xml
6353         * manual/faq.xml
6354         * manual/intro.xml
6355                 Some more renaming
6356
6357 2006-11-09 [colin]      2.6.0cvs24
6358
6359         * src/plugins/bogofilter/bogofilter_gtk.c
6360                 Add comment about annoyance
6361
6362 2006-11-09 [colin]      2.6.0cvs23
6363
6364         * src/plugins/bogofilter/bogofilter.c
6365         * src/plugins/bogofilter/bogofilter_gtk.c
6366                 Prepare things needed to thread bogofilter
6367                 filtering: separate bogo stuff and possible GUI
6368                 stuff. 
6369
6370 2006-11-09 [colin]      2.6.0cvs22
6371
6372         * src/account.c
6373         * src/compose.c
6374                 Search for one of our accounts in Delivered-To
6375                 (helps for auto-account selection when 
6376                  replying/forwarding)
6377         * src/folderview.c
6378         * src/mainwindow.c
6379         * src/mainwindow.h
6380         * src/plugins/trayicon/trayicon.c
6381                 Allow opening a new mail with any account from
6382                 the contextual menu
6383
6384 2006-11-09 [wwp]        2.6.0cvs21
6385
6386         * src/compose.c
6387         * src/prefs_common.c
6388         * src/prefs_common.h
6389         * src/prefs_compose_writing.c
6390                 add a compose new message format (in prefs/compose/writing), it's a
6391                 simple subject+body template to use when opening a new composition
6392                 window. It's similar to the existent reply and forward formats.
6393
6394                 enhanced the template/format % symbols substitution mechanism to
6395                 use current composition window information when % are used in
6396                 the compose new message format or in templates applied to new
6397                 messages (there were useless in that situations before). When
6398                 applied to new messages, %d corresponds to the system time/date.
6399
6400 2006-11-09 [paul]       2.6.0cvs20
6401
6402         * src/gtk/authors.h
6403                 fix last commit
6404
6405 2006-11-09 [paul]       2.6.0cvs19
6406
6407         * src/gtk/authors.h
6408                 keep tje alphabetical order
6409
6410 2006-11-08 [colin]      2.6.0cvs18
6411
6412         * src/etpan/imap-thread.c
6413                 Fix bug 1054, 'Slowness logging big 
6414                 data chunks'
6415
6416 2006-11-08 [paul]       2.6.0cvs17
6417
6418         * tools/Makefile.am
6419                 fix the renaming
6420
6421 2006-11-08 [paul]       2.6.0cvs16
6422
6423         * src/common/defs.h
6424                 update BUGZILLA_URI
6425
6426 2006-11-08 [paul]       2.6.0cvs15
6427
6428         * tools/Makefile.am
6429         * tools/OOo2claws-mail.pl
6430         * tools/OOo2sylpheed.pl
6431         * tools/README
6432         * tools/acroread2claws-mail.pl
6433         * tools/acroread2sylpheed.pl
6434         * tools/kmail2claws-mail.pl
6435         * tools/kmail2claws-mail_v2.pl
6436         * tools/kmail2sylpheed.pl
6437         * tools/kmail2sylpheed_v2.pl
6438         * tools/maildir2claws-mail.pl
6439         * tools/maildir2sylpheed.pl
6440         * tools/nautilus2claws-mail.sh
6441         * tools/nautilus2sylpheed.sh
6442         * tools/outlook2claws-mail.pl
6443         * tools/outlook2sylpheed.pl
6444         * tools/tb2claws-mail
6445         * tools/tb2sylpheed
6446         * tools/tbird2claws.py
6447         * tools/tbird2syl.py
6448         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
6449         * tools/kdeservicemenu/install.sh
6450         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
6451         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
6452         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
6453         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6454         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6455                 renamed (removed, added) tools files
6456
6457 2006-11-08 [paul]       2.6.0cvs14
6458
6459         * src/main.c
6460         * src/common/defs.h
6461                 Migrate sylpheedrc to clawsrc, and fix the standard
6462                 plugins path in the process
6463
6464 2006-11-07 [colin]      2.6.0cvs13
6465
6466         * src/Makefile.am
6467                 Symlink sylpheed-claws relative to 
6468                 claws-mail
6469
6470 2006-11-07 [colin]      2.6.0cvs12
6471
6472         * src/compose.c
6473                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
6474
6475 2006-11-07 [paul]       2.6.0cvs11
6476
6477         * src/gtk/about.c
6478                 Fix a missed occurence of
6479                 Sylpheed-Claws
6480
6481 2006-11-07 [paul]       2.6.0cvs10
6482
6483         * src/Makefile.am
6484                 Fix symlink installation
6485
6486 2006-11-07 [paul]       2.6.0cvs9
6487
6488         * src/Makefile.am
6489                 Symlink claws-mail to sylpheed-claws
6490         * src/common/utils.c
6491                 Fix migrating symlinks
6492         * src/etpan/imap-thread.c
6493                 check certificate only when there's
6494                 no error
6495
6496 2006-11-07 [paul]       2.6.0cvs8
6497
6498         * Makefile.am
6499                 Fix icon breakages with Gtk, which needs a 
6500                 cache updated to see them.
6501
6502 2006-11-07 [paul]       2.6.0cvs7
6503
6504         * .cvsignore
6505         * AUTHORS
6506         * COPYING
6507         * INSTALL
6508         * Makefile.am
6509         * NEWS
6510         * README
6511         * RELEASE_NOTES
6512         * autogen.sh
6513         * claws-mail-128x128.png
6514         * claws-mail-64x64.png
6515         * claws-mail.ico
6516         * claws-mail.pc.in
6517         * claws-mail.png
6518         * configure.ac
6519         * sylpheed-claws-128x128.png
6520         * sylpheed-claws-64x64.png
6521         * sylpheed-claws.desktop
6522         * sylpheed-claws.ico
6523         * sylpheed-claws.pc.in
6524         * sylpheed-claws.png
6525         * debian/README.Debian
6526         * debian/changelog
6527         * debian/claws-mail.desktop
6528         * debian/claws-mail.menu
6529         * debian/claws-mail.postinst.debhelper
6530         * debian/claws-mail.postrm.debhelper
6531         * debian/control
6532         * debian/copyright
6533         * debian/files
6534         * debian/rules
6535         * debian/sylpheed-claws.desktop
6536         * debian/sylpheed-claws.menu
6537         * debian/sylpheed-claws.postinst.debhelper
6538         * debian/sylpheed-claws.postrm.debhelper
6539         * doc/man/Makefile.am
6540         * doc/man/claws-mail.1
6541         * doc/man/sylpheed-claws.1
6542         * doc/src/ChangeLog.claws-pre0.8.0
6543         * manual/Makefile.am
6544         * manual/account.xml
6545         * manual/ack.xml
6546         * manual/addrbook.xml
6547         * manual/advanced.xml
6548         * manual/claws-mail-manual.xml
6549         * manual/faq.xml
6550         * manual/glossary.xml
6551         * manual/handling.xml
6552         * manual/intro.xml
6553         * manual/keyboard.xml
6554         * manual/plugins.xml
6555         * manual/starting.xml
6556         * manual/sylpheed-claws-manual.xml
6557         * manual/xml2pdf
6558         * manual/dist/.cvsignore
6559         * manual/dist/html/.cvsignore
6560         * manual/dist/html/Makefile.am
6561         * manual/dist/pdf/.cvsignore
6562         * manual/dist/pdf/Makefile.am
6563         * manual/dist/ps/.cvsignore
6564         * manual/dist/ps/Makefile.am
6565         * manual/dist/txt/.cvsignore
6566         * manual/dist/txt/Makefile.am
6567         * manual/es/Makefile.am
6568         * manual/es/advanced.xml
6569         * manual/es/claws-mail-manual.xml
6570         * manual/es/faq.xml
6571         * manual/es/glossary.xml
6572         * manual/es/handling.xml
6573         * manual/es/intro.xml
6574         * manual/es/plugins.xml
6575         * manual/es/sylpheed-claws-manual.xml
6576         * manual/es/dist/.cvsignore
6577         * manual/es/dist/html/.cvsignore
6578         * manual/es/dist/html/Makefile.am
6579         * manual/es/dist/pdf/.cvsignore
6580         * manual/es/dist/pdf/Makefile.am
6581         * manual/es/dist/ps/.cvsignore
6582         * manual/es/dist/ps/Makefile.am
6583         * manual/es/dist/txt/.cvsignore
6584         * manual/es/dist/txt/Makefile.am
6585         * manual/fr/Makefile.am
6586         * manual/fr/account.xml
6587         * manual/fr/ack.xml
6588         * manual/fr/addrbook.xml
6589         * manual/fr/advanced.xml
6590         * manual/fr/claws-mail-manual.xml
6591         * manual/fr/faq.xml
6592         * manual/fr/glossary.xml
6593         * manual/fr/handling.xml
6594         * manual/fr/intro.xml
6595         * manual/fr/keyboard.xml
6596         * manual/fr/plugins.xml
6597         * manual/fr/starting.xml
6598         * manual/fr/sylpheed-claws-manual.xml
6599         * manual/fr/dist/.cvsignore
6600         * manual/fr/dist/html/.cvsignore
6601         * manual/fr/dist/html/Makefile.am
6602         * manual/fr/dist/pdf/.cvsignore
6603         * manual/fr/dist/pdf/Makefile.am
6604         * manual/fr/dist/ps/.cvsignore
6605         * manual/fr/dist/ps/Makefile.am
6606         * manual/fr/dist/txt/.cvsignore
6607         * manual/fr/dist/txt/Makefile.am
6608         * manual/pl/Makefile.am
6609         * manual/pl/account.xml
6610         * manual/pl/ack.xml
6611         * manual/pl/addrbook.xml
6612         * manual/pl/advanced.xml
6613         * manual/pl/claws-mail-manual.xml
6614         * manual/pl/faq.xml
6615         * manual/pl/glossary.xml
6616         * manual/pl/handling.xml
6617         * manual/pl/intro.xml
6618         * manual/pl/keyboard.xml
6619         * manual/pl/plugins.xml
6620         * manual/pl/starting.xml
6621         * manual/pl/sylpheed-claws-manual.xml
6622         * manual/pl/dist/.cvsignore
6623         * manual/pl/dist/html/.cvsignore
6624         * manual/pl/dist/html/Makefile.am
6625         * manual/pl/dist/pdf/.cvsignore
6626         * manual/pl/dist/pdf/Makefile.am
6627         * manual/pl/dist/ps/.cvsignore
6628         * manual/pl/dist/ps/Makefile.am
6629         * manual/pl/dist/txt/.cvsignore
6630         * manual/pl/dist/txt/Makefile.am
6631         * po/.cvsignore
6632         * po/Makevars
6633         * src/.cvsignore
6634         * src/Makefile.am
6635         * src/account.c
6636         * src/account.h
6637         * src/action.c
6638         * src/action.h
6639         * src/adbookbase.h
6640         * src/addr_compl.c
6641         * src/addr_compl.h
6642         * src/addrbook.c
6643         * src/addrcache.c
6644         * src/addrcache.h
6645         * src/addrcindex.c
6646         * src/addrcindex.h
6647         * src/addrclip.c
6648         * src/addrclip.h
6649         * src/addrdefs.h
6650         * src/addressadd.c
6651         * src/addressadd.h
6652         * src/addressbook.c
6653         * src/addressbook.h
6654         * src/addressbook_foldersel.c
6655         * src/addressbook_foldersel.h
6656         * src/addrgather.c
6657         * src/addrgather.h
6658         * src/addrharvest.c
6659         * src/addrharvest.h
6660         * src/addrindex.c
6661         * src/addrindex.h
6662         * src/addritem.c
6663         * src/addritem.h
6664         * src/addrquery.c
6665         * src/addrquery.h
6666         * src/addrselect.c
6667         * src/addrselect.h
6668         * src/alertpanel.c
6669         * src/alertpanel.h
6670         * src/browseldap.c
6671         * src/browseldap.h
6672         * src/codeconv.c
6673         * src/codeconv.h
6674         * src/compose.c
6675         * src/crash.c
6676         * src/crash.h
6677         * src/customheader.c
6678         * src/customheader.h
6679         * src/displayheader.c
6680         * src/displayheader.h
6681         * src/editaddress.c
6682         * src/editaddress.h
6683         * src/editbook.c
6684         * src/editbook.h
6685         * src/editgroup.c
6686         * src/editgroup.h
6687         * src/editjpilot.c
6688         * src/editjpilot.h
6689         * src/editldap.c
6690         * src/editldap.h
6691         * src/editldap_basedn.c
6692         * src/editldap_basedn.h
6693         * src/editvcard.c
6694         * src/editvcard.h
6695         * src/exphtmldlg.c
6696         * src/exphtmldlg.h
6697         * src/expldifdlg.c
6698         * src/expldifdlg.h
6699         * src/export.c
6700         * src/exporthtml.c
6701         * src/exporthtml.h
6702         * src/exportldif.c
6703         * src/exportldif.h
6704         * src/filtering.c
6705         * src/filtering.h
6706         * src/folder.c
6707         * src/folder.h
6708         * src/folder_item_prefs.c
6709         * src/folder_item_prefs.h
6710         * src/foldersel.c
6711         * src/foldersel.h
6712         * src/folderutils.c
6713         * src/folderutils.h
6714         * src/folderview.c
6715         * src/folderview.h
6716         * src/grouplistdialog.c
6717         * src/grouplistdialog.h
6718         * src/html.c
6719         * src/html.h
6720         * src/image_viewer.c
6721         * src/image_viewer.h
6722         * src/imap.c
6723         * src/imap.h
6724         * src/imap_gtk.c
6725         * src/imap_gtk.h
6726         * src/import.c
6727         * src/import.h
6728         * src/importldif.c
6729         * src/importldif.h
6730         * src/importmutt.c
6731         * src/importmutt.h
6732         * src/importpine.c
6733         * src/importpine.h
6734         * src/inc.c
6735         * src/inc.h
6736         * src/jpilot.c
6737         * src/jpilot.h
6738         * src/ldapctrl.c
6739         * src/ldapctrl.h
6740         * src/ldaplocate.c
6741         * src/ldaplocate.h
6742         * src/ldapquery.c
6743         * src/ldapquery.h
6744         * src/ldapserver.c
6745         * src/ldapserver.h
6746         * src/ldaputil.c
6747         * src/ldaputil.h
6748         * src/ldif.c
6749         * src/ldif.h
6750         * src/localfolder.c
6751         * src/localfolder.h
6752         * src/main.c
6753         * src/main.h
6754         * src/mainwindow.c
6755         * src/mainwindow.h
6756         * src/manual.c
6757         * src/manual.h
6758         * src/matcher.c
6759         * src/matcher.h
6760         * src/matcher_parser.h
6761         * src/matcher_parser_lex.l
6762         * src/matcher_parser_parse.y
6763         * src/mbox.c
6764         * src/mbox.h
6765         * src/message_search.c
6766         * src/message_search.h
6767         * src/messageview.c
6768         * src/messageview.h
6769         * src/mh.c
6770         * src/mh.h
6771         * src/mh_gtk.c
6772         * src/mh_gtk.h
6773         * src/mimeview.c
6774         * src/mimeview.h
6775         * src/msgcache.c
6776         * src/msgcache.h
6777         * src/mutt.c
6778         * src/mutt.h
6779         * src/news.c
6780         * src/news.h
6781         * src/news_gtk.c
6782         * src/news_gtk.h
6783         * src/noticeview.c
6784         * src/noticeview.h
6785         * src/partial_download.c
6786         * src/partial_download.h
6787         * src/pine.c
6788         * src/pine.h
6789         * src/pop.c
6790         * src/pop.h
6791         * src/prefs_account.c
6792         * src/prefs_account.h
6793         * src/prefs_actions.c
6794         * src/prefs_actions.h
6795         * src/prefs_common.c
6796         * src/prefs_common.h
6797         * src/prefs_compose_writing.c
6798         * src/prefs_compose_writing.h
6799         * src/prefs_customheader.c
6800         * src/prefs_customheader.h
6801         * src/prefs_display_header.c
6802         * src/prefs_display_header.h
6803         * src/prefs_ext_prog.c
6804         * src/prefs_ext_prog.h
6805         * src/prefs_filtering.c
6806         * src/prefs_folder_column.c
6807         * src/prefs_folder_column.h
6808         * src/prefs_folder_item.c
6809         * src/prefs_folder_item.h
6810         * src/prefs_fonts.c
6811         * src/prefs_fonts.h
6812         * src/prefs_gtk.c
6813         * src/prefs_gtk.h
6814         * src/prefs_image_viewer.c
6815         * src/prefs_image_viewer.h
6816         * src/prefs_matcher.c
6817         * src/prefs_matcher.h
6818         * src/prefs_message.c
6819         * src/prefs_message.h
6820         * src/prefs_msg_colors.c
6821         * src/prefs_msg_colors.h
6822         * src/prefs_other.c
6823         * src/prefs_other.h
6824         * src/prefs_quote.c
6825         * src/prefs_quote.h
6826         * src/prefs_receive.c
6827         * src/prefs_receive.h
6828         * src/prefs_send.c
6829         * src/prefs_send.h
6830         * src/prefs_spelling.c
6831         * src/prefs_spelling.h
6832         * src/prefs_summaries.c
6833         * src/prefs_summaries.h
6834         * src/prefs_summary_column.c
6835         * src/prefs_summary_column.h
6836         * src/prefs_template.c
6837         * src/prefs_template.h
6838         * src/prefs_themes.c
6839         * src/prefs_themes.h
6840         * src/prefs_toolbar.c
6841         * src/prefs_toolbar.h
6842         * src/prefs_wrapping.c
6843         * src/prefs_wrapping.h
6844         * src/privacy.c
6845         * src/privacy.h
6846         * src/procheader.c
6847         * src/procheader.h
6848         * src/procmime.c
6849         * src/procmime.h
6850         * src/procmsg.c
6851         * src/procmsg.h
6852         * src/quote_fmt.c
6853         * src/quote_fmt_parse.y
6854         * src/recv.c
6855         * src/recv.h
6856         * src/remotefolder.c
6857         * src/remotefolder.h
6858         * src/send_message.c
6859         * src/send_message.h
6860         * src/setup.c
6861         * src/setup.h
6862         * src/sourcewindow.c
6863         * src/sourcewindow.h
6864         * src/ssl_manager.c
6865         * src/ssl_manager.h
6866         * src/statusbar.c
6867         * src/statusbar.h
6868         * src/stock_pixmap.c
6869         * src/stock_pixmap.h
6870         * src/summary_search.c
6871         * src/summary_search.h
6872         * src/summaryview.c
6873         * src/summaryview.h
6874         * src/syldap.c
6875         * src/syldap.h
6876         * src/textview.c
6877         * src/textview.h
6878         * src/toolbar.c
6879         * src/toolbar.h
6880         * src/undo.c
6881         * src/undo.h
6882         * src/unmime.c
6883         * src/unmime.h
6884         * src/vcard.c
6885         * src/vcard.h
6886         * src/wizard.c
6887         * src/wizard.h
6888         * src/common/base64.c
6889         * src/common/base64.h
6890         * src/common/defs.h
6891         * src/common/hooks.c
6892         * src/common/hooks.h
6893         * src/common/log.c
6894         * src/common/log.h
6895         * src/common/mgutils.c
6896         * src/common/mgutils.h
6897         * src/common/nntp.c
6898         * src/common/nntp.h
6899         * src/common/passcrypt.c
6900         * src/common/passcrypt.h.in
6901         * src/common/plugin.c
6902         * src/common/plugin.h
6903         * src/common/prefs.c
6904         * src/common/prefs.h
6905         * src/common/progressindicator.c
6906         * src/common/progressindicator.h
6907         * src/common/quoted-printable.c
6908         * src/common/quoted-printable.h
6909         * src/common/session.c
6910         * src/common/session.h
6911         * src/common/smtp.c
6912         * src/common/smtp.h
6913         * src/common/socket.c
6914         * src/common/socket.h
6915         * src/common/ssl.c
6916         * src/common/ssl.h
6917         * src/common/stringtable.c
6918         * src/common/stringtable.h
6919         * src/common/sylpheed.c
6920         * src/common/sylpheed.h
6921         * src/common/template.c
6922         * src/common/template.h
6923         * src/common/timing.h
6924         * src/common/utils.c
6925         * src/common/utils.h
6926         * src/common/version.h.in
6927         * src/common/xml.c
6928         * src/common/xml.h
6929         * src/common/xmlprops.c
6930         * src/common/xmlprops.h
6931         * src/gtk/about.c
6932         * src/gtk/colorlabel.c
6933         * src/gtk/colorlabel.h
6934         * src/gtk/colorsel.c
6935         * src/gtk/colorsel.h
6936         * src/gtk/combobox.c
6937         * src/gtk/combobox.h
6938         * src/gtk/description_window.c
6939         * src/gtk/description_window.h
6940         * src/gtk/filesel.c
6941         * src/gtk/filesel.h
6942         * src/gtk/foldersort.c
6943         * src/gtk/foldersort.h
6944         * src/gtk/gtkaspell.c
6945         * src/gtk/gtkaspell.h
6946         * src/gtk/gtksctree.c
6947         * src/gtk/gtkshruler.c
6948         * src/gtk/gtkshruler.h
6949         * src/gtk/gtkutils.c
6950         * src/gtk/gtkutils.h
6951         * src/gtk/icon_legend.c
6952         * src/gtk/icon_legend.h
6953         * src/gtk/logwindow.c
6954         * src/gtk/logwindow.h
6955         * src/gtk/manage_window.c
6956         * src/gtk/manage_window.h
6957         * src/gtk/pluginwindow.c
6958         * src/gtk/pluginwindow.h
6959         * src/gtk/prefswindow.c
6960         * src/gtk/prefswindow.h
6961         * src/gtk/quicksearch.c
6962         * src/gtk/quicksearch.h
6963         * src/pixmaps/claws-mail.xpm
6964         * src/pixmaps/claws-mail_icon.xpm
6965         * src/pixmaps/claws-mail_logo.xpm
6966         * src/pixmaps/sylpheed-claws.xpm
6967         * src/pixmaps/sylpheed-claws_icon.xpm
6968         * src/pixmaps/sylpheed-claws_logo.xpm
6969         * src/plugins/bogofilter/Makefile.am
6970         * src/plugins/bogofilter/bogofilter.c
6971         * src/plugins/bogofilter/bogofilter.h
6972         * src/plugins/bogofilter/bogofilter_gtk.c
6973         * src/plugins/clamav/Makefile.am
6974         * src/plugins/clamav/clamav_plugin.c
6975         * src/plugins/clamav/clamav_plugin.h
6976         * src/plugins/clamav/clamav_plugin_gtk.c
6977         * src/plugins/demo/Makefile.am
6978         * src/plugins/demo/demo.c
6979         * src/plugins/dillo_viewer/Makefile.am
6980         * src/plugins/dillo_viewer/README
6981         * src/plugins/dillo_viewer/dillo_prefs.c
6982         * src/plugins/dillo_viewer/dillo_prefs.h
6983         * src/plugins/dillo_viewer/dillo_viewer.c
6984         * src/plugins/pgpcore/Makefile.am
6985         * src/plugins/pgpcore/passphrase.c
6986         * src/plugins/pgpcore/passphrase.h
6987         * src/plugins/pgpcore/pgp_viewer.c
6988         * src/plugins/pgpcore/pgp_viewer.h
6989         * src/plugins/pgpcore/plugin.c
6990         * src/plugins/pgpcore/prefs_gpg.c
6991         * src/plugins/pgpcore/prefs_gpg.h
6992         * src/plugins/pgpcore/select-keys.c
6993         * src/plugins/pgpcore/select-keys.h
6994         * src/plugins/pgpcore/sgpgme.c
6995         * src/plugins/pgpcore/sgpgme.h
6996         * src/plugins/pgpcore/sylpheed.def
6997         * src/plugins/pgpcore/version.rc
6998         * src/plugins/pgpinline/Makefile.am
6999         * src/plugins/pgpinline/pgpinline.c
7000         * src/plugins/pgpinline/pgpinline.h
7001         * src/plugins/pgpinline/plugin.c
7002         * src/plugins/pgpinline/sylpheed.def
7003         * src/plugins/pgpinline/version.rc
7004         * src/plugins/pgpmime/Makefile.am
7005         * src/plugins/pgpmime/pgpmime.c
7006         * src/plugins/pgpmime/pgpmime.h
7007         * src/plugins/pgpmime/plugin.c
7008         * src/plugins/pgpmime/sylpheed.def
7009         * src/plugins/pgpmime/version.rc
7010         * src/plugins/spamassassin/Makefile.am
7011         * src/plugins/spamassassin/README
7012         * src/plugins/spamassassin/spamassassin.c
7013         * src/plugins/spamassassin/spamassassin.h
7014         * src/plugins/spamassassin/spamassassin_gtk.c
7015         * src/plugins/trayicon/Makefile.am
7016         * src/plugins/trayicon/trayicon.c
7017         * tools/OOo2sylpheed.pl
7018         * tools/README
7019         * tools/README.sylprint
7020         * tools/acroread2sylpheed.pl
7021         * tools/claws.i18n.status.pl
7022         * tools/filter_conv.pl
7023         * tools/filter_conv_new.pl
7024         * tools/freshmeat_search.pl
7025         * tools/google_search.pl
7026         * tools/kmail2sylpheed.pl
7027         * tools/kmail2sylpheed_v2.pl
7028         * tools/make.themes.project
7029         * tools/multiwebsearch.pl
7030         * tools/nautilus2sylpheed.sh
7031         * tools/outlook2sylpheed.pl
7032         * tools/sylprint.pl
7033         * tools/sylprint.rc
7034         * tools/tb2sylpheed
7035         * tools/textviewer.sh
7036         * tools/vcard2xml.py
7037         * tools/kdeservicemenu/README
7038         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
7039         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
7040         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
7041                 Change name to Claws Mail. Announce to follow...
7042
7043 2006-11-06 [wwp]        2.6.0cvs6
7044
7045         * src/prefs_template.c
7046                 unify messages related to quote format/template errors (fix
7047                 capitalization), again.
7048
7049 2006-11-06 [wwp]        2.6.0cvs5
7050
7051         * src/prefs_quote.c
7052                 unify messages related to quote format/template errors.
7053
7054 2006-11-06 [wwp]        2.6.0cvs4
7055
7056         * src/prefs_msg_colors.c
7057                 more uses of Q_ macro for contextual translations, thanks
7058                 to Fabien (fzzzzz).
7059
7060 2006-11-06 [wwp]        2.6.0cvs3
7061
7062         * src/compose.c
7063         * src/common/utils.c
7064         * src/common/utils.h
7065                 show an alertpanel to make sure users are aware that sensitive
7066                 files are attached (it's file blacklist-based). This will fix
7067                 interaction w/ GoogleEarth for instance, thanks to Colin.
7068
7069 2006-11-06 [wwp]        2.6.0cvs2
7070
7071         * src/prefs_quote.c
7072         * src/prefs_template.c
7073         * src/prefs_template.h
7074                 check quote format when applying/closing prefs. For now this only
7075                 shows up an error dialog box, not preventing the user from using
7076                 a broken quote (reply, forwards) format.
7077
7078 2006-11-06 [wwp]        2.6.0cvs1
7079
7080         * src/prefs_template.c
7081                 fix missing checks of some template fields.
7082
7083 2006-11-06 [paul]       2.6.0
7084
7085         * NEWS
7086         * README
7087         * RELEASE_NOTES
7088                 2.6.0 released
7089
7090 2006-11-06 [paul]       2.5.6cvs22
7091
7092         * manual/advanced.xml
7093         * manual/es/advanced.xml
7094                 put 'respect_flowed_format' info in the correct
7095                 place
7096
7097 2006-11-06 [mones]      2.5.6cvs21
7098
7099         * po/es.po
7100                 Minor fixes for release
7101
7102 2006-11-06 [paul]       2.5.6cvs20
7103
7104         * po/cs.po
7105         * po/de.po
7106         * po/fr.po
7107         * po/it.po
7108         * po/nl.po
7109         * po/pt_BR.po
7110         * po/sk.po
7111         * po/sv.po
7112         * po/zh_CN.po
7113                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
7114                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
7115                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
7116                 Young
7117
7118 2006-11-02 [colin]      2.5.6cvs19
7119
7120         * src/imap.c
7121         * src/imap.h
7122         * src/prefs_account.c
7123         * src/etpan/imap-thread.c
7124                 Add GSSAPI support - fixes Debian bug #383274
7125
7126 2006-11-01 [colin]      2.5.6cvs18
7127
7128         * src/jpilot.c
7129                 Handle libpisock12 support. Probably
7130                 fixes bug 1046, 'jpilot AddressDB.pdb 
7131                 import fail'
7132
7133 2006-11-01 [colin]      2.5.6cvs17
7134
7135         * src/folderutils.c
7136                 debug_print() folderutils_mark_all_read()
7137
7138 2006-11-01 [colin]      2.5.6cvs16
7139
7140         * COPYING
7141                 Add missed files to the Apache exception
7142
7143 2006-10-31 [colin]      2.5.6cvs15
7144
7145         * src/folder.c
7146         * src/folder.h
7147                 Add a copy_private_data() func to FolderClasses
7148                 Doesn't break the feature freeze, because we 
7149                 won't use it (right now) in the core.
7150
7151 2006-10-31 [colin]      2.5.6cvs14
7152
7153         * COPYING
7154                 Allow linking with the Apache licensed files in
7155                 src/plugins/spamassassin. Hopefully fixes 
7156                 bug 1048, 'Spamassassin plugin license problem'
7157
7158 2006-10-31 [wwp]        2.5.6cvs13
7159
7160         * src/compose.c
7161                 fix and optimize trimming of leading linefeeds in body loop.
7162
7163 2006-10-31 [colin]      2.5.6cvs12
7164
7165         * src/etpan/imap-thread.c
7166         * src/imap.c
7167                 Make really sure to have NULL sets in case
7168                 of error
7169
7170 2006-10-30 [wwp]        2.5.6cvs11
7171
7172         * src/prefs_common.c
7173         * src/prefs_common.h
7174         * src/compose.c
7175                 fix broken storage of quote format template when it contains \-escape
7176                 sequences. The application of such sequences is also fixed now (\t
7177                 in quote format will be a real tab instead of a 't', for instance).
7178
7179 2006-10-27 [colin]      2.5.6cvs10
7180
7181         * src/compose.c
7182                 Probably fix bug 1045, 'sylpheed-claws 
7183                 doesn't remove the mail from the IMAP 
7184                 Queue folder after sending'. From
7185                 2.5.6cvs3-stable
7186
7187 2006-10-27 [colin]      2.5.6cvs9
7188
7189         * configure.ac
7190                 Require libetpan-0.48. I'm so annoying,
7191                 I know ;-)
7192
7193 2006-10-27 [colin]      2.5.6cvs8
7194
7195         * src/folder.c
7196         * src/imap.c
7197                 Probably fix bug 1044, 'sylpheed-claws 
7198                 segfaults while moving mails' - Fix relation
7199                 usage when moving to an IMAP mailbox from another
7200                 mailbox
7201
7202 2006-10-26 [paul]       2.5.6cvs7
7203
7204         * src/gtk/about.c
7205                 add libSM to compiled-in features
7206                 list
7207
7208 2006-10-24 [colin]      2.5.6cvs6
7209
7210         * src/textview.c
7211         * src/gtk/gtkutils.c
7212                 Fix crash when printing emails with an
7213                 xface
7214
7215 2006-10-24 [mones]      2.5.6cvs5
7216
7217         * manual/es/advanced.xml
7218                 Synchronize hidden option respect_flowed_format
7219         * po/es.po
7220                 Updated translation
7221
7222 2006-10-21 [paul]       2.5.6cvs4
7223
7224         * src/gtk/authors.h
7225         * src/plugins/pgpcore/pgp_viewer.c
7226         * src/plugins/pgpcore/sgpgme.c
7227                 fix building on BSDs
7228                 Thanks to Michael Hughes
7229                 <Sylpheed-Claws_user@thehugheslogcabin.net>
7230
7231 2006-10-20 [colin]      2.5.6cvs3
7232
7233         * configure.ac
7234                 Bump up libetpan requirement
7235                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
7236         * src/common/utils.c
7237         * src/common/utils.h
7238                 Add convenience get_file_mtime()
7239         * src/imap.c
7240         * src/etpan/imap-thread.c
7241         * src/etpan/imap-thread.h
7242                 Implement UIDPLUS support if the server
7243                 supports it - faster sending in this case
7244
7245 2006-10-19 [colin]      2.5.6cvs2
7246
7247         * src/gtk/quicksearch.c
7248                 Fix emptying in type-ahead+extended mode
7249         * src/mainwindow.c
7250         * src/mainwindow.h
7251                 Add a hook for offline state change
7252         * src/plugins/trayicon/trayicon.c
7253                 Use it to display offline icons
7254         * src/plugins/trayicon/Makefile.am
7255         * src/plugins/trayicon/newmail.offline.xpm
7256         * src/plugins/trayicon/newmarkedmail.offline.xpm
7257         * src/plugins/trayicon/nomail.offline.xpm
7258         * src/plugins/trayicon/unreadmail.offline.xpm
7259         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
7260                 Add the icons
7261
7262 2006-10-12 [paul]       2.5.6cvs1
7263
7264         * NEWS
7265         * README
7266         * configure.ac
7267                 Update version number following
7268                 stable release
7269
7270 2006-10-19 [colin]      2.5.5cvs18
7271
7272         * manual/handling.xml
7273                 Add type-ahead search
7274
7275 2006-10-18 [colin]      2.5.5cvs17
7276
7277         * src/gtk/quicksearch.c
7278                 Remove "save to history only if there's
7279                 no syntax error", it breaks for some 
7280                 reason which I'll investigate later.
7281
7282 2006-10-18 [colin]      2.5.5cvs16
7283
7284         * src/prefs_common.c
7285         * src/prefs_common.h
7286         * src/summaryview.c
7287         * src/gtk/quicksearch.c
7288         * src/gtk/quicksearch.h
7289                 Add a type-ahead option for fast searches
7290                 Patch by Fabien Vantard
7291
7292 2006-10-18 [colin]      2.5.5cvs15
7293
7294         * src/compose.c
7295         * src/compose.h
7296                 Add Options/Reply mode/ menu to be able to
7297                 change the recipients of a reply on the fly
7298
7299 2006-10-18 [colin]      2.5.5cvs14
7300
7301         * src/compose.c
7302                 Fix redirecting of our own sent mails
7303
7304 2006-10-17 [wwp]        2.5.5cvs13
7305
7306         * src/send_message.c
7307                 Fix duplicate error messages when sending, and missing
7308                 newline in such error messages.
7309
7310 2006-10-17 [colin]      2.5.5cvs12
7311
7312         * src/compose.c
7313                 Compare addresses case-insensitive
7314
7315 2006-10-17 [colin]      2.5.5cvs11
7316
7317         * src/plugins/pgpcore/sgpgme.c
7318                 Fix return status
7319
7320 2006-10-17 [colin]      2.5.5cvs10
7321
7322         * src/plugins/pgpcore/pgp_viewer.c
7323                 Fix return status
7324
7325 2006-10-17 [colin]      2.5.5cvs9
7326
7327         * src/quote_fmt.c
7328                 Fix a typo (thanks to Fabien)
7329
7330 2006-10-16 [colin]      2.5.5cvs8
7331
7332         * src/textview.c
7333                 Fix problem with quote-folding when emails
7334                 don't convert cleanly to UTF-8
7335
7336 2006-10-14 [colin]      2.5.5cvs7
7337
7338         * src/prefs_template.c
7339                 Reset fields when reopening
7340                 the window
7341
7342 2006-10-13 [paul]       2.5.5cvs6
7343
7344         * manual/advanced.xml
7345         * src/prefs_message.c
7346                 make 'respect_flowed_format' a hidden
7347                 option, and add a manual entry for it
7348                 Thanks to Colin
7349
7350 2006-10-12 [colin]      2.5.5cvs5
7351
7352         * src/codeconv.c
7353                 Revert part of 2.5.2cvs21:
7354                 Don't optimise by reusing the 
7355                 last iconv converter if possible:
7356                 it seems slightly broken in a 
7357                 very hard way to reproduce
7358
7359 2006-10-12 [colin]      2.5.5cvs4
7360
7361         * src/prefs_common.c
7362         * src/prefs_common.h
7363         * src/prefs_message.c
7364         * src/procmime.c
7365                 Fix bug 1035, 'Incorrect handling 
7366                 of flowed lines'. We now optionnaly
7367                 handle this format (preference is in
7368                 Message View/Text options section)
7369
7370 2006-10-12 [colin]      2.5.5cvs3
7371
7372         * po/POTFILES.in
7373                 Add new file
7374         * src/plugins/pgpcore/pgp_viewer.c
7375         * src/plugins/pgpcore/sgpgme.c
7376                 Don't try to import without asking
7377
7378 2006-10-12 [colin]      2.5.5cvs2
7379
7380         * src/compose.c
7381                 Fix bug 1036, 'Forwarding a mutlipart
7382                 mail with a "text/html" block to ms
7383                 outlook users leeds to freeze of
7384                 outlook'. Poor outlook users...
7385
7386 2006-10-12 [paul]       2.5.5cvs1
7387
7388         * NEWS
7389         * README
7390         * configure.ac
7391                 Update version number following
7392                 stable release
7393
7394 2006-10-11 [paul]       2.5.4cvs1
7395
7396         * NEWS
7397         * README
7398         * configure.ac
7399                 Update version number following
7400                 stable release
7401
7402 2006-10-11 [paul]       2.5.3cvs32
7403
7404         * src/textview.c
7405                 fix bug 1032, 'Segmentation fault when showing
7406                 message' (bug in quote folding)
7407                 Thanks to Colin
7408
7409 2006-10-10 [colin]      2.5.3cvs31
7410
7411         * src/quote_fmt.c
7412                 Rephrase english a bit
7413
7414 2006-10-10 [colin]      2.5.3cvs30
7415
7416         * src/prefs_compose_writing.c
7417                 Stop making the page larger than the window
7418
7419 2006-10-10 [wwp]        2.5.3cvs29
7420
7421         * src/compose.c
7422         * src/prefs_template.c
7423         * src/quote_fmt.c
7424         * src/quote_fmt.h
7425         * src/quote_fmt_lex.l
7426         * src/quote_fmt_parse.y
7427                 Extend the quote parser a bit: allow to get access to
7428                 basic (composing) account info.
7429
7430 2006-10-10 [colin]      2.5.3cvs28
7431
7432         * src/procheader.c
7433                 Fix this \t problem in subject
7434
7435 2006-10-09 [colin]      2.5.3cvs27
7436
7437         * src/main.c
7438         * src/prefs_gtk.c
7439                 Prepare cache a bit later
7440                 If section already exists, skip the new one 
7441                 (as previously); avoid writing the same block
7442                 twice - if we find a second block with the 
7443                 same id, skip it.
7444         * src/plugins/pgpcore/pgp_viewer.c
7445                 Set cursor to busy when retrieving a key
7446         * src/plugins/pgpcore/sgpgme.c
7447                 allow 5 seconds for gpg to export the key
7448                 
7449
7450 2006-10-09 [colin]      2.5.3cvs26
7451
7452         * configure.ac
7453         * src/msgcache.c
7454         * src/prefs_gtk.c
7455                 Check for existence of fgets_unlocked
7456                 and fwrite_unlocked
7457
7458 2006-10-09 [paul]       2.5.3cvs25
7459
7460         * src/prefs_summaries.c
7461                 replace strftime() with fast_strftime() and in
7462                 the consequence fix the bug in the display of
7463                 AM/PM in the 'Example' string
7464
7465 2006-10-09 [ticho]      2.5.3cvs24
7466
7467         * po/sk.po
7468                 Updated (and fixed up somewhat) Slovak translation.
7469
7470 2006-10-08 [colin]      2.5.3cvs23
7471
7472         * src/prefs_folder_item.c
7473                 Explain why prefs in the top-level folder
7474                 aren't retained, but are still useful
7475
7476 2006-10-08 [colin]      2.5.3cvs22
7477
7478         * src/prefs_gtk.c
7479                 Don't cache anything if caching fails
7480
7481 2006-10-08 [colin]      2.5.3cvs21
7482
7483         * src/common/utils.c
7484                 always include gi18n.h
7485
7486 2006-10-07 [colin]      2.5.3cvs20
7487
7488         * src/plugins/pgpcore/pgp_viewer.c
7489                 Kill gpg after 5 seconds wait
7490
7491 2006-10-07 [colin]      2.5.3cvs19
7492
7493         * src/plugins/pgpcore/pgp_viewer.c
7494         * src/plugins/pgpcore/pgp_viewer.h
7495                 Fix copyright
7496
7497 2006-10-07 [colin]      2.5.3cvs18
7498
7499         * src/plugins/pgpcore/pgp_viewer.c
7500         * src/plugins/pgpcore/pgp_viewer.h
7501                 Actually add the files to CVS
7502
7503 2006-10-07 [colin]      2.5.3cvs17
7504
7505         * src/plugins/pgpcore/sgpgme.c
7506                 Be sure not to crash on 'application/pgp-signature' that
7507                 are not application/pgp-signatures
7508
7509 2006-10-07 [colin]      2.5.3cvs16
7510
7511         * src/textview.c
7512         * src/textview.h
7513                 Make a bit more of the API available
7514         * src/plugins/pgpcore/Makefile.am
7515         * src/plugins/pgpcore/plugin.c
7516         * src/plugins/pgpcore/sgpgme.c
7517                 Add basic key import/export
7518
7519 2006-10-07 [colin]      2.5.3cvs15
7520
7521         * src/folderview.c
7522         * src/imap.c
7523         * src/prefs_account.c
7524         * src/wizard.c
7525                 Warn users *everywhere* if libetpan's not
7526                 linked in
7527
7528 2006-10-06 [mones]      2.5.3cvs14
7529
7530         * po/de.po
7531         * po/es.po
7532                 updated by Stephan Sachse and me
7533
7534 2006-10-06 [colin]      2.5.3cvs13
7535
7536         * src/main.c
7537         * src/common/sylpheed.c
7538                 Don't load common plugins if --exit is passed
7539         * src/prefs_gtk.c
7540         * src/prefs_gtk.h
7541                 Implement a cache to avoid reading the same
7542                 files over and over again at startup
7543
7544 2006-10-06 [colin]      2.5.3cvs12
7545
7546         * src/summaryview.c
7547         * src/gtk/quicksearch.c
7548                 Update display every 5k mails on fast searches
7549
7550 2006-10-06 [colin]      2.5.3cvs11
7551
7552         * src/textview.c
7553                 Don't do quote folding on HTML or ERTF.
7554                 May fix the Cygwin issues if they were
7555                 happening with HTML mails?
7556
7557 2006-10-05 [colin]      2.5.3cvs10
7558
7559         * src/prefs_gtk.c
7560                 Oops, forgot one
7561
7562 2006-10-05 [colin]      2.5.3cvs9
7563
7564         * src/prefs_gtk.c
7565                 Use unlocked_stdio here too
7566
7567 2006-10-05 [colin]      2.5.3cvs8
7568
7569         * src/folderview.c
7570                 Fix go to next * after preferences apply
7571         * src/msgcache.c
7572                 Do the fd lock/unlock ourselves instead of
7573                 letting the libc do it at each write 
7574
7575 2006-10-05 [colin]      2.5.3cvs7
7576
7577         * src/common/utils.c
7578                 Faster division, thanks to Jean Diraison
7579
7580 2006-10-05 [paul]       2.5.3cvs6
7581
7582         * src/common/utils.c
7583                 fix building with --disable-nls
7584
7585 2006-10-04 [colin]      2.5.3cvs5
7586
7587         * src/folder.c
7588                 Maybe fix a segfault
7589
7590 2006-10-04 [wwp]        2.5.3cvs4
7591
7592         * src/prefs_folder_item.c
7593                 Fine-tune layouts in folder item prefs. Suggested by
7594                 Fabien Vantard <fzzzzz@gmail.com>.
7595
7596 2006-10-04 [wwp]        2.5.3cvs3
7597
7598         * src/prefs_folder_item.c
7599                 Kill the clandestine passengers. You didn't see anything.
7600
7601 2006-10-04 [wwp]        2.5.3cvs2
7602
7603         * src/prefs_folder_item.c
7604                 Add a way to test the subject simplify regexp in
7605                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
7606                 w/ few layout changes.
7607
7608 2006-20-04 [paul]       2.5.3cvs1
7609
7610         * NEWS
7611         * README
7612         * configure.ac
7613                 Update version number following
7614                 stable release
7615
7616 2006-10-04 [colin]      2.5.2cvs42
7617
7618         * src/folder.c
7619         * src/folder.h
7620         * src/summaryview.c
7621                 Provide a way for folder classes to set their sort
7622                 type and key
7623
7624 2006-10-03 [colin]      2.5.2cvs41
7625
7626         * src/mh.c
7627                 Don't use strlen() to know if the
7628                 string's empty
7629
7630 2006-10-03 [colin]      2.5.2cvs40
7631
7632         * src/mh.c
7633                 Fix "check for new folders" with accentued folders
7634
7635 2006-10-03 [ticho]      2.5.2cvs39
7636
7637         * src/filtering.c
7638         * src/folder.c
7639         * src/inc.c
7640         * src/mbox.c
7641                 Colin's fix for "copy" filtering rules.
7642
7643 2006-10-02 [colin]      2.5.2cvs38
7644
7645         * src/folderview.c
7646                 Fix for double-click too
7647
7648 2006-10-02 [colin]      2.5.2cvs37
7649
7650         * src/folderview.c
7651                 correct fix for cvs36
7652
7653 2006-10-02 [colin]      2.5.2cvs36
7654
7655         * src/folderview.c
7656                 Fix 'goto next unread' after collapsing/expanding 
7657                 a node.
7658
7659 2006-10-02 [colin]      2.5.2cvs35
7660
7661         * src/summaryview.c
7662                 Fix double freeze/thaw
7663         * src/common/utils.c
7664         * src/common/utils.h
7665                 Reimplement strftime
7666         * src/procheader.c
7667                 Use it
7668
7669
7670 2006-10-02 [colin]      2.5.2cvs34
7671
7672         * src/mh.c
7673                 Time mh_write_sequences() - it's fast
7674         * src/summaryview.c
7675                 Init a variable to shut up gcc
7676
7677 2006-10-01 [colin]      2.5.2cvs33
7678
7679         * src/folder.c
7680         * src/mh.c
7681         * src/mh.h
7682         * src/msgcache.c
7683                 Add helper mh_set_mtime(), and set mtime to stat()'s result
7684                 Add fsync but disable it, it's slow as hell
7685
7686 2006-10-01 [colin]      2.5.2cvs32
7687
7688         * src/mh.c
7689         * src/msgcache.c
7690                 fflush() caches and mh_sequences before
7691                 fclose()ing
7692
7693 2006-10-01 [colin]      2.5.2cvs31
7694
7695         * src/msgcache.c
7696                 Don't ftruncate when not using mmap
7697
7698 2006-09-30 [colin]      2.5.2cvs30
7699
7700         * src/main.c
7701                 Write folder list *after* saving caches
7702
7703 2006-09-30 [colin]      2.5.2cvs29
7704
7705         * src/folder.c
7706         * src/mh.c
7707                 Debug forced mtime changes
7708
7709 2006-09-30 [colin]      2.5.2cvs28
7710
7711         * src/folder.c
7712         * src/main.c
7713                 Remove useless debug_print()s (code
7714                 well-tested)
7715
7716 2006-09-30 [colin]      2.5.2cvs27
7717
7718         * src/mh.c
7719                 Do stuff faster when writing mh_sequences
7720
7721 2006-09-30 [colin]      2.5.2cvs26
7722
7723         * src/mh.c
7724                 Don't let the writing of .mh_sequences, which
7725                 can change the folder's mtime, let us think
7726                 we need to scan.
7727
7728 2006-09-30 [colin]      2.5.2cvs25
7729
7730         * src/folder.c
7731                 Move a debug_print where it belongs 
7732                 (processing)
7733         * src/summaryview.c
7734                 Don't mess with a huge slow subject
7735                 table if we're not threading by
7736                 subject
7737
7738 2006-09-30 [colin]      2.5.2cvs24
7739
7740         * src/msgcache.c
7741                 Reenable mmaped reads (*not* writes!)
7742         * src/procmsg.c
7743                 Don't destroy and recreate hashtables just
7744                 for fun
7745         * src/common/utils.c
7746                 Remove useless reply prefixes (it's case
7747                 unsensitive)
7748
7749 2006-09-30 [wwp]        2.5.2cvs23
7750
7751         * tools/fix_date.sh
7752                 Fixed a minor bug in date value extraction, added a switch
7753                 to replace non RFC-compliant Date: value, added a switch
7754                 to use strict RFC matching patterns for dates.
7755
7756 2006-09-29 [colin]      2.5.2cvs22
7757
7758         * src/matcher_parser.h
7759         * src/matcher_parser_parse.y
7760         * src/prefs_filtering.c
7761         * src/statusbar.c
7762         * src/summary_search.c
7763         * src/summaryview.c
7764         * src/gtk/quicksearch.c
7765         * src/gtk/quicksearch.h
7766                 Optimise searches by setting different
7767                 refresh intervals (depending if the 
7768                 search is fast or not)
7769
7770 2006-09-29 [colin]      2.5.2cvs21
7771
7772         * src/codeconv.c
7773                 Optimise by reusing the last iconv converter
7774                 if possible
7775         * src/textview.c
7776                 Optimise a bit (the foldable quotes feature
7777                 still has an awful O(n^2) algo
7778
7779 2006-09-29 [colin]      2.5.2cvs20
7780
7781         * src/gtk/gtksctree.c
7782         * src/gtk/gtksctree.h
7783                 Optimise de-selection via up/down or
7784                 another key
7785
7786 2006-09-28 [colin]      2.5.2cvs19
7787
7788         * src/action.c
7789         * src/compose.c
7790         * src/folderview.c
7791         * src/mainwindow.c
7792         * src/messageview.c
7793         * src/summary_search.c
7794         * src/toolbar.c
7795                 Avoid using summaryview->ctree directly
7796
7797 2006-09-28 [colin]      2.5.2cvs18
7798
7799         * src/summaryview.c
7800         * src/summaryview.h
7801                 Add helpers to freeze/thaw/grab_focus
7802                 Factorize calls to freeze/thaw/grab_focus
7803                 
7804
7805 2006-09-28 [colin]      2.5.2cvs17
7806
7807         * src/main.c
7808                 More guards for the session management
7809
7810 2006-09-28 [colin]      2.5.2cvs16
7811
7812         * src/folderview.c
7813         * src/gtk/gtksctree.c
7814         * src/gtk/gtksctree.h
7815                 Make expanding not recursive in folderview
7816
7817 2006-09-28 [colin]      2.5.2cvs15
7818
7819         * src/addressbook.c
7820                 If nothing is selected in the list (right part)
7821                 and a group is selected in the tree (left part),
7822                 mail this group.
7823
7824 2006-09-28 [colin]      2.5.2cvs14
7825
7826         * src/Makefile.am
7827                 Actually use SM_LIBS
7828
7829 2006-09-28 [ticho]      2.5.2cvs13
7830
7831         * src/export.c
7832         * src/messageview.c
7833         * src/mimeview.c
7834         * src/news.c
7835         * src/pop.c
7836         * src/prefs_themes.c
7837         * src/procmsg.c
7838                 Small i18n string optimization.
7839         * src/send_message.c
7840         * src/summaryview.c
7841         * src/common/session.c
7842         * src/common/smtp.c
7843         * src/common/ssl_certificate.c
7844         * src/common/utils.c
7845                 Use "Couldn't" instead of "Can't" in UI messages,
7846                 where appropriate.
7847
7848 2006-09-28 [colin]      2.5.2cvs12
7849
7850         * configure.ac
7851                 Possibly fix link errors
7852
7853 2006-09-27 [wwp]        2.5.2cvs11
7854
7855         * src/gtk/authors.h
7856         * doc/man/sylpheed-claws.1
7857         * manual/ack.xml
7858         * manual/es/ack.xml
7859         * manual/fr/ack.xml
7860         * manual/pl/ack.xml
7861                 Updated authors info (me, myself and I).
7862
7863 2006-09-27 [colin]      2.5.2cvs10
7864
7865         * src/addressbook.c
7866                 Remove useless printf
7867
7868 2006-09-27 [wwp]        2.5.2cvs9
7869
7870         * src/editgroup.c
7871         * src/send_message.c
7872         * src/inc.c
7873         * src/prefs_common.c
7874         * src/prefs_common.h
7875         * src/gtk/progressdialog.c
7876                 remember more windows' sizes (send dialog, received dialog,
7877                 edit group in addressbook).
7878
7879 2006-09-27 [colin]      2.5.2cvs8
7880
7881         * configure.ac
7882         * src/main.c
7883         * src/mainwindow.h
7884                 Use libSM to communicate with the session
7885                 manager, so that we can know when the 
7886                 session ends, save our caches, and draft
7887                 our compose windows.
7888
7889 2006-09-27 [colin]      2.5.2cvs7
7890
7891         * src/addressbook.c
7892                 Fix issues:
7893                 o Allow Book and Group creation from the tree's
7894                   contextual menu
7895                 o Do not actually delete the contacts when 
7896                   deleting groups from the tree (duh!)
7897
7898 2006-09-27 [colin]      2.5.2cvs6
7899
7900         * src/compose.c
7901         * src/compose.h
7902         * src/mainwindow.c
7903         * src/textview.c
7904         * src/toolbar.c
7905                 o Allow passing an email address to 
7906                   compose_new_with_folderitem
7907                 o Update callers
7908                 o Use current folderitem when clicking
7909                   on a TextView mailto: link
7910                 o Fix a possible leak in TextView
7911
7912 2006-09-27 [colin]      2.5.2cvs5
7913
7914         * src/html.c
7915                 Use UTF-8 chars to replace HTML entities
7916
7917 2006-09-27 [colin]      2.5.2cvs4
7918
7919         * AUTHORS
7920         * src/prefs_account.c
7921         * src/gtk/authors.h
7922                 Fix bug #1024 (Array index out of
7923                 range in sylpheed-claws-2.5.2)
7924                 Patch by Ales Nosek <anosek@suse.cz>
7925
7926 2006-09-27 [colin]      2.5.2cvs3
7927
7928         * src/addr_compl.c
7929                 Actually do the test
7930
7931 2006-09-27 [colin]      2.5.2cvs2
7932
7933         * src/addr_compl.c
7934         * src/addr_compl.h
7935                 Allow completing with comma (in certain cases: vCalendar
7936                 for example doesn't support that)
7937                 Patch by Fabien Vantard
7938
7939 2006-09-26 [colin]      2.5.2cvs1
7940
7941         * src/Makefile.am
7942         * src/addr_compl.c
7943         * src/addr_compl.h
7944         * src/addrbook.c
7945         * src/addrbook.h
7946         * src/addressbook.c
7947         * src/addrindex.c
7948         * src/addrindex.h
7949         * src/compose.c
7950         * src/prefs_common.c
7951         * src/prefs_filtering_action.c
7952         * src/prefs_folder_item.c
7953         * src/prefs_template.c
7954         * src/stock_pixmap.c
7955         * src/stock_pixmap.h
7956         * src/pixmaps/addr_one.xpm
7957         * src/pixmaps/addr_two.xpm
7958                 Add auto-completion on groups
7959
7960 2006-09-26 [colin]      2.5.2
7961
7962         * NEWS
7963         * README
7964         * RELEASE_NOTES
7965                 2.5.2 released
7966
7967 2006-09-26 [colin]      2.5.1cvs5
7968
7969         * src/matcher.c
7970                 Fix condition
7971
7972 2006-09-26 [colin]      2.5.1cvs4
7973
7974         * src/mbox.c
7975                 Revert cvs1 (useless as the message is printed 
7976                 every 500 mails)
7977
7978 2006-09-26 [colin]      2.5.1cvs3
7979
7980         * src/partial_download.c
7981                 Fix crasher found by Alexsandar Urosevic
7982
7983 2006-09-26 [colin]      2.5.1cvs2
7984
7985         * src/summaryview.c
7986                 Fix bug #1023 (Sylpheed deletes too much messages)
7987
7988 2006-09-26 [ticho]      2.5.1cvs1
7989
7990         * src/mbox.c
7991                 Make use of gettext's multiple plurals for statusbar
7992                 progress message.
7993
7994 2006-09-25 [paul]       2.5.1
7995
7996         * NEWS
7997         * README
7998         * RELEASE_NOTES
7999                 2.5.1 released
8000
8001 2006-09-25 [colin]      2.5.0cvs3
8002
8003         * src/plugins/bogofilter/bogofilter.c
8004         * src/plugins/clamav/clamav_plugin.c
8005         * src/plugins/spamassassin/spamassassin.c
8006                 BogoFilter, Spamassassin: Fix double hook registering after
8007                 visiting preferences
8008                 Spamassassin, Clamav: Just set the mails to move instead of
8009                 doing the move - caller will move the things at once.
8010
8011 2006-09-25 [colin]      2.5.0cvs2
8012
8013         * src/imap.c
8014         * src/etpan/imap-thread.c
8015                 Use UID SEARCH ALL instead of UID 1:*
8016                 (braindead servers can't figure out that's
8017                 the same...)
8018
8019 2006-09-25 [wwp]        2.5.0cvs1
8020
8021         * src/message_search.c
8022                 Added the ability to stop a running search (in message body).
8023
8024 2006-09-25 [paul]       2.5.0
8025
8026         * NEWS
8027         * README
8028         * RELEASE_NOTES
8029                 2.5.0 released
8030
8031 2006-09-25 [paul]       2.4.0cvs214
8032
8033         * po/cs.po
8034         * po/de.po
8035         * po/fi.po
8036         * po/fr.po
8037         * po/nl.po
8038         * po/pt_BR.po
8039         * po/sk.po
8040         * po/sr.po
8041         * po/zh_CN.po
8042                 updated by Tim, Stephan Sachse, Flammie Pirinen,
8043                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
8044                 Ticho, Aleksander Urosevic, Ralgh Young
8045
8046 2006-09-24 [mones]      2.4.0cvs213
8047
8048         * po/es.po
8049                 Updated for release
8050
8051 2006-09-23 [colin]      2.4.0cvs212
8052
8053         * src/gtk/inputdialog.c
8054                 Fix [ ] remember this appearing in normal
8055                 input dialogs after it's been used by
8056                 mimeview.
8057         * src/folder.c
8058         * src/folderview.c
8059         * src/msgcache.c
8060         * src/procmsg.c
8061         * src/summaryview.c
8062         * src/textview.c
8063         * src/common/timing.h
8064                 Enable timings in debug mode and make it
8065                 look prettier.
8066
8067 2006-09-22 [colin]      2.4.0cvs211
8068
8069         * README
8070                 Revert test change
8071         * commitHelper
8072                 ping the correct URI
8073
8074 2006-09-22 [colin]      2.4.0cvs210
8075
8076         * README
8077                 Let's see if bug #1022 is fixed
8078
8079 2006-09-21 [colin]      2.4.0cvs209
8080
8081         * src/wizard.c
8082         * src/common/plugin.c
8083                 Prepare infra to load predefined plugins when
8084                 no configuration existed. Don't actually load
8085                 anything yet (feat. freeze)
8086
8087 2006-09-21 [wwp]        2.4.0cvs208
8088
8089         * manual/fr/faq.xml
8090                 Partial sync w/ 2.4.0cvs72:
8091                 wrap file and minor updates.
8092
8093 2006-09-21 [wwp]        2.4.0cvs207
8094
8095         * tools/fix_date.sh
8096                 several fixes and enhancements. A new --force switch has been
8097                 added to prevent overriding by default Date: header when
8098                 already existing.
8099
8100 2006-09-21 [paul]       2.4.0cvs206
8101
8102         * src/common/utils.c
8103                 add Chinese UTF8 Re prefix
8104
8105 2006-09-21 [wwp]        2.4.0cvs205
8106
8107         * tools/Makefile.am
8108                 Fics alfabettical order.
8109
8110 2006-09-21 [wwp]        2.4.0cvs204
8111
8112         * tools/fix_date.sh
8113         * tools/Makefile.am
8114                 Added an action tool to fix missing Date field in emails.
8115                 Updated Makefile.am to reflect those last two additions.
8116
8117 2006-09-21 [wwp]        2.4.0cvs203
8118
8119         * tools/uuooffice
8120                 Added a action tool to open uuencoded docs w/
8121                 OpenOffice (based on uudec method).
8122
8123 2006-09-21 [colin]      2.4.0cvs202
8124
8125         * src/compose.c
8126         * src/textview.c
8127                 Workaround possible GTK crash: remove selection 
8128                 clipboard before destroying widget, or GTK+-2.10
8129                 dies. Thanks to Hiro.
8130
8131 2006-09-20 [colin]      2.4.0cvs201
8132
8133         * src/compose.c
8134                 Fix free-after-use in some cases (when 
8135                 procmime_encode_content() frees mimeinfo->data.mem
8136                 and turns it to a temp file)
8137
8138 2006-09-20 [colin]      2.4.0cvs200
8139
8140         * src/folderview.c
8141         * src/summaryview.c
8142         * src/gtk/gtksctree.c
8143         * src/gtk/gtksctree.h
8144                 Add tooltips in the folderview and summaryview
8145                 (Doesn't break string freeze as they already
8146                 exist)
8147         * src/toolbar.c
8148                 Put the spam button in the default configuration
8149                 if compiled with bogo plugin too
8150
8151 2006-09-19 [colin]      2.4.0cvs199
8152
8153         * src/summaryview.c
8154         * src/summaryview.h
8155                 Update folder name label on folder rename
8156         * src/prefs_matcher.c
8157         * src/gtk/logwindow.h
8158                 Fix warnings
8159                 Patches by Fabien
8160
8161 2006-09-19 [wwp]        2.4.0cvs198
8162
8163         * src/summary_search.c
8164                 fix can't click forward/backward buttons in the
8165                 search messages.
8166
8167 2006-09-18 [paul]       2.4.0cvs197
8168
8169         * src/wizard.c
8170                 add missing bracket, capitalise the A of
8171                 'SpamAssassin'
8172
8173 2006-09-18 [paul]       2.4.0cvs196
8174
8175         * src/compose.c
8176                 fix bug 1012 'crashed upon sending mail
8177                 from compose window'
8178                 Thanks to Colin
8179
8180 2006-09-16 [colin]      2.4.0cvs195
8181
8182         * src/folderview.c
8183                 Fix "real-time" sorting by freezing/thawing
8184
8185 2006-09-16 [colin]      2.4.0cvs194
8186
8187         * manual/faq.xml
8188                 Fix the anti-spam entry a bit
8189
8190 2006-09-16 [colin]      2.4.0cvs193
8191
8192         * src/wizard.c
8193                 Make sure reviewers have no excuse when stating
8194                 Sylpheed-Claws doesn't have antispam capabilities.
8195
8196 2006-09-16 [colin]      2.4.0cvs192
8197
8198         * src/main.c
8199                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
8200                 as if the SIGPIPE comes from etpan's thread we could
8201                 trigger a GUI update from this thread.
8202
8203 2006-09-16 [colin]      2.4.0cvs191
8204
8205         * src/summaryview.c
8206                 Init all members of the struct
8207
8208 2006-09-16 [paul]       2.4.0cvs190
8209
8210         * src/account.c
8211                 improvements to the English
8212
8213 2006-09-15 [colin]      2.4.0cvs189
8214
8215         * src/summaryview.c
8216                 HIG order on dialog
8217
8218 2006-09-14 [colin]      2.4.0cvs188
8219
8220         * src/common/socket.c
8221         * src/common/socket.h
8222         * src/common/ssl.c
8223         * src/common/ssl_certificate.c
8224         * src/common/ssl_certificate.h
8225         * src/etpan/imap-thread.c
8226                 the get_fqdn() call done to get canonical name when
8227                 checking an SSL certificate is blocking, which is
8228                 sad as we just did a non-blocking lookup to connect.
8229                 Fix that by letting the fqdn available to the SockInfo,
8230                 and use that in ssl_certificate_check(). For IMAP,
8231                 we don't do it as the lookup's done by libetpan, but
8232                 it's less annoying as IMAP connections as much more
8233                 rare than POP3 connections.
8234
8235 2006-09-14 [paul]       2.4.0cvs187
8236
8237         * manual/advanced.xml
8238                 improvements to the English,
8239                 properly place the new hidden options
8240                 within the alphabetical order
8241         * src/gtk/pluginwindow.c
8242                 improvements to the English
8243
8244 2006-09-14 [colin]      2.4.0cvs186
8245
8246         * src/prefs_common.c
8247         * src/prefs_common.h
8248         * src/gtk/gtksctree.c
8249         * manual/advanced.xml
8250                 New hidden pref, stripes_color_offset, to change
8251                 the value added/substracted to normal bgcolor to
8252                 create the stripes in summaries
8253
8254 2006-09-13 [colin]      2.4.0cvs185
8255
8256         * src/gedit-print.c
8257         * src/messageview.c
8258         * src/messageview.h
8259         * src/summaryview.c
8260         * src/textview.c
8261                 Fix misc. printing issues: 
8262                 - Bad font for linkified headers
8263                 - Different font if the mail was displayed or not
8264                 - Factorize the thing
8265
8266 2006-09-13 [colin]      2.4.0cvs184
8267
8268         * src/common/ssl_certificate.c
8269                 Only get FQDN once when checking certificate
8270
8271 2006-09-13 [colin]      2.4.0cvs183
8272
8273         * src/account.c
8274         * src/gtk/pluginwindow.c
8275                 Misc. GUI fixes by Fabien
8276
8277 2006-09-13 [wwp]        2.4.0cvs182
8278
8279         * configure.ac
8280         * src/common/utils.h
8281         * src/common/utils.c
8282                 get rid of unused wide-char functions.
8283
8284 2006-09-13 [wwp]        2.4.0cvs181
8285
8286         * src/plugins/pgpinline/sylpheed.def
8287         * src/textview.c
8288                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
8289                 add privacy_reset_error to the .def file,
8290                 do not fork for an external textviewer.
8291
8292 2006-09-13 [wwp]        2.4.0cvs180
8293
8294         * src/prefs_common.c
8295                 fix broken font entry in prefs (patch issued by the gpg4win team,
8296                 probably by Marcus Brinkmann <marcus@g10code.de>).
8297
8298 2006-09-13 [colin]      2.4.0cvs179
8299
8300         * src/folder.h
8301                 Fix a warning in summaryview.c
8302         * src/mainwindow.c
8303         * src/summaryview.c
8304         * src/summaryview.h
8305                 Add missing Mark/* elements in the
8306                 main menu
8307
8308 2006-09-12 [colin]      2.4.0cvs178
8309
8310         * src/prefs_actions.c
8311         * src/prefs_filtering_action.c
8312         * src/prefs_matcher.c
8313                 Use (New) instead of New everywhere
8314
8315 2006-09-12 [wwp]        2.4.0cvs177
8316
8317         * manual/fr/addrbook.xml
8318         * manual/fr/handling.xml
8319                 updated some quotes in the fr manual to match the fr translation.
8320
8321 2006-09-12 [wwp]        2.4.0cvs176
8322
8323         * src/prefs_matcher.c
8324                 don't store translated string elements in matcher expressions.
8325                 Also fixed a misused of Q_().
8326
8327 2006-09-11 [wwp]        2.4.0cvs175
8328
8329         * src/plugins//bogofilter/bogofilter.c
8330         * src/plugins//clamav/clamav_plugin.c
8331         * src/plugins//demo/demo.c
8332         * src/plugins//dillo_viewer/dillo_viewer.c
8333         * src/plugins//pgpcore/plugin.c
8334         * src/plugins//pgpinline/plugin.c
8335         * src/plugins//pgpmime/plugin.c
8336         * src/plugins//spamassassin/spamassassin.c
8337                 gettext-ize more strings (mostly plugin error messages).
8338
8339 2006-09-11 [colin]      2.4.0cvs174
8340
8341         * src/alertpanel.c
8342                 Make maximum buffer size bigger to avoid
8343                 truncating translated messages. Patch by
8344                 Fabien
8345
8346 2006-09-11 [colin]      2.4.0cvs173
8347
8348         * src/etpan/imap-thread.c
8349                 Fix compilation on OpenBSD, thanks to 
8350                 Landry
8351
8352 2006-09-10 [wwp]        2.4.0cvs172
8353
8354         * manual/account.xml
8355         * manual/addrbook.xml
8356         * manual/handling.xml
8357         * manual/es/handling.xml
8358         * manual/fr/account.xml
8359         * manual/fr/addrbook.xml
8360         * manual/fr/handling.xml
8361                 documented addressbook matching (condition configuration):
8362                   addrbook.xml, en fr
8363                 documented per-account filtering rules (handling/filtering
8364                   section, account section):
8365                   account.xml, handling.xml, en fr
8366                 slightly updated the handling/searching section to tell few
8367                   words about the extended search ability:
8368                   handling.xml, en fr
8369                 added missing <quote></quotes> to Quick Search:
8370                   handling.xml, en fr es
8371                 fixed a typo (auomatically):
8372                   handling.xml, en
8373                 changes revisited by Paul.
8374
8375 2006-09-10 [paul]       2.4.0cvs171
8376
8377         * src/prefs_actions.c
8378         * src/prefs_filtering.c
8379         * src/prefs_template.c
8380                 adjustments to the gui
8381                 Patch by Fabien Vantard (slightly modified)
8382
8383 2006-09-10 [colin]      2.4.0cvs170
8384
8385         * src/summaryview.c
8386                 Check folderitem/summaryview consistency
8387                 (basically automates Update summary). Fixes
8388                 #1011 (wrong (negative) count on unread 
8389                 messages)
8390
8391 2006-09-10 [colin]      2.4.0cvs169
8392
8393         * src/gtk/gtksctree.c
8394                 Fix recursive expansion via mouse
8395         * src/plugins/bogofilter/bogofilter.c
8396                 Use normal filtering way of moving
8397                 messages (batching), possibly fixing
8398                 bug #1015 (Bogofilter plugin doubles 
8399                 new messages)
8400
8401 2006-09-09 [wwp]        2.4.0cvs168
8402
8403         * src/prefs_filtering.c
8404                 better place for this fix.
8405
8406 2006-09-09 [wwp]        2.4.0cvs167
8407
8408         * src/prefs_filtering.c
8409                 fix a minor bug when the enabled status of a filtering/processing
8410                 rule always got set to TRUE when replacing this rule. That still
8411                 make sense when adding a new rule, but now when replacing, we
8412                 don't override the value of 'enabled'.
8413                 Also renamed the func prefs_filtering_list_view_get_rule_name()
8414                 to prefs_filtering_list_view_get_info() as this function not only
8415                 returns the name, but also the account_id and the enabled status.
8416
8417 2006-09-09 [mones]      2.4.0cvs166
8418
8419         * manual/glossary.xml
8420         * manual/plugins.xml
8421                 Minor format corrections
8422         * manual/gpl.xml
8423                 Fix misplaced NO WARRANTY section
8424         * manual/es/advanced.xml
8425         * manual/es/faq.xml
8426         * manual/es/glossary.xml
8427         * manual/es/gpl.xml
8428         * manual/es/handling.xml
8429         * manual/es/plugins.xml
8430         * manual/es/starting.xml
8431                 Incorporate changes from English version
8432         * manual/fr/ack.xml
8433         * manual/pl/ack.xml
8434         * manual/es/ack.xml
8435                 Fix address, (add translation credits in es version)
8436         * po/es.po
8437                 Updated translation
8438
8439 2006-09-09 [wwp]        2.4.0cvs165
8440
8441         * src/prefs_filtering.c
8442                 fix a crash when opening filtering prefs, if matcherrc file contains
8443                 broken data (non-existing account id, which is theoretically not
8444                 possible).
8445
8446 2006-09-08 [colin]      2.4.0cvs164
8447
8448         * src/folder.c
8449                 Wrong assert, make it an if()
8450         * src/gtk/gtksctree.c
8451                 Fix bug #1013 (expand selected thread 
8452                 tree) - expanding is now recursive
8453
8454 2006-09-07 [wwp]        2.4.0cvs163
8455
8456         * src/prefs_matcher.c
8457                 make better sentences about addressbook matching in the
8458                 matcher prefs. This should make translators' work easier
8459                 too.
8460
8461 2006-09-07 [wwp]        2.4.0cvs162
8462
8463         * src/prefs_filtering.c
8464                 code simplification (get rid of dup var. assignment).
8465
8466 2006-09-07 [wwp]        2.4.0cvs161
8467
8468         * src/summaryview.c
8469                 use GTK_STOCK icons when possible, patch by Fabien Vantard
8470                 <fzzzzz@gmail.com>.
8471
8472 2006-09-07 [paul]       2.4.0cvs160
8473
8474         * src/mimeview.c
8475                 fix compilation warnings
8476                 Thanks to Colin
8477
8478 2006-09-07 [paul]       2.4.0cvs159
8479
8480         * src/mimeview.c
8481                 select the mimepart icon when
8482                 displaying as text
8483                 Thanks to Colin
8484
8485 2006-09-06 [paul]       2.4.0cvs158
8486
8487         * src/prefs_filtering.c
8488                 fix labels and table element spacing
8489                 Patch by Fabien Vantard
8490
8491 2006-09-06 [paul]
8492
8493         2.5.0-rc3 released
8494
8495 2006-09-06 [paul]       2.4.0cvs157
8496
8497         * manual/es/advanced.xml
8498                 fix typo
8499
8500 2006-09-06 [wwp]        2.4.0cvs156
8501
8502         * src/mainwindow.c
8503                 fix an dup launch issue when iconified, thanks to Colin.
8504
8505 2006-09-06 [wwp]        2.4.0cvs155
8506
8507         * src/gtk//gtksctree.h
8508                 oops, forgot that one!
8509
8510 2006-09-06 [wwp]        2.4.0cvs154
8511
8512         * manual/pl/advanced.xml
8513         * manual/advanced.xml
8514         * manual/es/advanced.xml
8515         * manual/fr/advanced.xml
8516         * src/prefs_customheader.c
8517         * src/prefs_filtering_action.c
8518         * src/foldersel.c
8519         * src/prefs_summaries.c
8520         * src/prefs_filtering.c
8521         * src/account.c
8522         * src/compose.c
8523         * src/prefs_summary_column.c
8524         * src/addr_compl.c
8525         * src/prefs_actions.c
8526         * src/prefs_folder_column.c
8527         * src/ssl_manager.c
8528         * src/prefs_template.c
8529         * src/prefs_display_header.c
8530         * src/prefs_common.h
8531         * src/prefs_matcher.c
8532         * src/prefs_common.c
8533         * src/prefs_toolbar.c
8534         * src/summaryview.c
8535         * src/folderview.c
8536         * src/gtk/gtksctree.c
8537         * src/gtk/pluginwindow.c
8538         * src/gtk/progressdialog.c
8539         * src/gtk/prefswindow.c
8540                 renamed hidden option enable_rules_hint to use_stripes_everywhere
8541                 to make its meaning more obvious (all versions of the manual reflect
8542                 the change).
8543                 added an extra hidden option use_stripes_in_summary to allow
8544                 discarding these stripes in mainwindow's folder and message lists;
8545                 en and fr manuals only are OK towards this.
8546
8547 2006-09-06 [colin]      2.4.0cvs153
8548
8549         * src/textview.c
8550                 Hide Sylpheed-Claws' internal queue headers
8551                 when showing all headers. They'll be present
8552                 only in Source window.
8553
8554 2006-09-05 [colin]      2.4.0cvs152
8555
8556         * src/plugins/trayicon/trayicon.c
8557                 Fix crash at exit - we have to disconnect
8558                 our handlers
8559         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8560                 Update eggtrayicon - patch adapted from a
8561                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
8562                 on Sylpheed's ML
8563
8564 2006-09-05 [colin]      2.4.0cvs151
8565
8566         * src/mainwindow.c
8567         * src/gtk/logwindow.c
8568                 Fix race condition when something writes
8569                 to the log too soon during init. Thanks
8570                 to Fabien Vantard
8571
8572 2006-09-05 [colin]      2.4.0cvs150
8573
8574         * src/mimeview.c
8575                 Don't select part on right-click either
8576
8577 2006-09-05 [paul]       2.4.0cvs149
8578
8579         * src/mimeview.c
8580                 completion of previous commit
8581                 Thanks to Colin
8582
8583 2006-09-05 [colin]      2.4.0cvs148
8584
8585         * src/mimeview.c
8586                 Don't force selection on middle-click, just open
8587
8588 2006-09-04 [colin]      2.4.0cvs147
8589
8590         * src/mimeview.c
8591                 Looks like gtk_notebook_set_current_page()
8592                 sometimes steals focus, and this annoys us
8593                 in MimeViewers as it renders navigation
8594                 keys useless. Take back focus after switching
8595                 pages.
8596
8597 2006-09-04 [colin]      2.4.0cvs146
8598
8599         * src/messageview.c
8600                 Set stop_loading when clicking on Next
8601                 during load. Don't add a callback to 
8602                 avoid over-complicating things.
8603
8604 2006-09-04 [colin]      2.4.0cvs145
8605
8606         * src/mimeview.c
8607         * src/messageview.c
8608                 Fix multiple loads in separate messageview
8609
8610 2006-09-04 [colin]      2.4.0cvs144
8611
8612         * src/summaryview.c
8613                 Let navigation keys be handled during 
8614                 load
8615
8616 2006-09-04 [colin]      2.4.0cvs143
8617
8618         * src/messageview.c
8619         * src/summaryview.c
8620         * src/textview.c
8621         * src/textview.h
8622                 Make loading of huge mails (lots of text and/or
8623                 images) cancellable, so the GUI doesn't block 
8624
8625 2006-09-04 [colin]      2.4.0cvs142
8626
8627         * src/plugins/trayicon/trayicon.c
8628                 Fix annoyance when removing a folder with 
8629                 unread mails: trayicon didn't update
8630
8631 2006-09-04 [paul]       2.4.0cvs141
8632
8633         * src/gtk/icon_legend.c
8634                 straighten up columns
8635                 Patch by Fabien Vantard
8636
8637 2006-09-04 [wwp]        2.4.0cvs140
8638
8639         * src/prefs_filtering.c
8640                 fix new line's account name in filtering prefs:
8641                 was "All", is now "(New)".
8642
8643 2006-09-04 [paul]       2.4.0cvs139
8644
8645         * tools/make.themes.project
8646                 use "AUTOMAKE_OPTIONS = dist-bzip2"
8647                 instead of homebrewed "make release"
8648
8649 2006-09-03 [colin]      2.4.0cvs138
8650
8651         * src/folderview.c
8652                 Fix bug #1007 (Wrong folder highlighted)
8653
8654 2006-09-03 [colin]      2.4.0cvs137
8655
8656         * src/compose.c
8657                 Don't set Newsgroup: header to a mail folder
8658                 path
8659
8660 2006-09-03 [paul]       2.4.0cvs136
8661
8662         * src/prefs_other.c
8663         * src/prefs_spelling.c
8664                 unify the gui
8665
8666 2006-09-03 [paul]       2.4.0cvs135
8667
8668         * src/prefs_summaries.c
8669                 correct menu item text in prefs_keybind_apply_clicked()
8670
8671 2006-09-03 [paul]       2.4.0cvs134
8672
8673         * manual/advanced.xml
8674                 some improvements to the descriptions
8675         * src/mainwindow.c
8676         * src/messageview.c
8677         * src/summaryview.c
8678         * src/gtk/menu.c
8679                 fix menu sensitivity issues
8680         * src/prefs_message.c
8681                 drop the useless word 'short'
8682         * src/prefs_other.c
8683                 add the word 'lines' indicating log length
8684                 is a measure of lines
8685         * src/textview.c
8686                 fix compilation warnings
8687
8688 2006-09-02 [colin]      2.4.0cvs133
8689
8690         * src/messageview.c
8691                 Display a special return-receipt message
8692                 if the message is from the user
8693         * src/summaryview.c
8694                 Fix missing freeze of the list when marking
8695                 all read and unthreading for exec. Thanks
8696                 to Stephan Sachse.
8697
8698 2006-09-02 [paul]       2.4.0cvs132
8699
8700         * src/mainwindow.c
8701         * src/prefs_message.c
8702         * src/summaryview.c
8703                 fix some english
8704
8705 2006-09-02 [wwp]        2.4.0cvs131
8706
8707         * src/prefs_filtering.c
8708                 added an account name column to the filtering rules
8709                 dialog.
8710
8711 2006-09-02 [colin]      2.4.0cvs130
8712
8713         * src/gtk/logwindow.c
8714         * src/gtk/logwindow.h
8715                 Block scrolling if we're not at the end
8716                 of the log
8717
8718 2006-09-02 [colin]      2.4.0cvs129
8719
8720         * src/folder.c
8721                 Make sure account-specific rules can't
8722                 be used in {pre-,post-,}processing
8723         * src/mainwindow.c
8724         * src/gtk/logwindow.c
8725         * src/gtk/logwindow.h
8726                 Jump to last error when clicking on the
8727                 warning icon
8728
8729 2006-09-02 [colin]      2.4.0cvs128
8730
8731         * src/imap.c
8732         * src/import.c
8733         * src/mainwindow.c
8734         * src/mainwindow.h
8735                 Fix warning icon
8736         * src/inc.c
8737         * src/mbox.c
8738         * src/mbox.h
8739                 Let proc_mbox know its account, for
8740                 account-specific rules
8741
8742 2006-09-01 [colin]      2.4.0cvs127
8743
8744         * src/codeconv.c
8745                 Don't uselessly use iconv to convert from
8746                 us-ascii
8747         * src/alertpanel.c
8748         * src/mainwindow.c
8749         * src/mainwindow.h
8750         * src/inc.c
8751                 Fix certain log cases, disable warning icon
8752                 for now, the correct way to display it when
8753                 necessary and only when necessary is probably
8754                 to do it manually rather than use error logs
8755         * src/etpan/imap-thread.c
8756                 Clean up UID logging a bit
8757         * src/gtk/logwindow.c
8758         * src/gtk/logwindow.h
8759                 Make logging faster when the window's closed
8760
8761 2006-09-01 [wwp]        2.4.0cvs126
8762
8763         * manual/fr/account.xml
8764                 reflect changes to the ref. manual (parts of cvs72):
8765                 fix tabnames and quotes.
8766
8767 2006-09-01 [wwp]        2.4.0cvs125
8768
8769         * manual/fr/plugins.xml
8770                 reflect changes to the reference manual (cvs42):
8771                 update IRC channel info.
8772
8773 2006-09-01 [wwp]        2.4.0cvs124
8774
8775         * commitHelper
8776                 use CVSEDITOR env. var. if set, according to `man cvs`.
8777
8778 2006-09-01 [wwp]        2.4.0cvs123
8779
8780         * manual/advanced.xml
8781                 better sentence again (thanks to Paul).
8782
8783 2006-09-01 [wwp]        2.4.0cvs122
8784
8785         * manual/advanced.xml
8786         fix definition of toolbar_detachable and rework a bit the one of
8787         enable_dotted_lines.
8788
8789 2006-09-01 [mones]      2.4.0cvs121
8790
8791         * manual/advanced.xml
8792                 Document enable_dotted_lines
8793
8794 2006-09-01 [paul]       2.4.0cvs120
8795
8796         * src/folderview.c
8797         * src/folderview.h
8798         * src/imap.c
8799         * src/mainwindow.c
8800         * src/summaryview.c
8801                 obey the 'When entering folder...' option
8802                 when using the /View/Go to/... menu items
8803                 Thanks to Colin
8804
8805 2006-08-31 [colin]      2.4.0cvs119
8806
8807         * src/folderview.c
8808                 Revert 2.4.0cvs116, wrong fix.
8809
8810 2006-08-31 [colin]      2.4.0cvs118
8811
8812         * src/gtk/gtksctree.c
8813                 Better state the various copyrights
8814
8815 2006-08-31 [colin]      2.4.0cvs117
8816
8817         * src/prefs_common.c
8818                 fix enable_dotted_lines
8819
8820 2006-08-31 [colin]      2.4.0cvs116
8821
8822         * src/folderview.c
8823                 Use pref "Always open on select" when going
8824                 to next unread folder
8825         * src/gtk/gtksctree.c
8826                 Fix link failure to _gtk_clist_create_cell_layout
8827                 on certain computers. (Why not mine, I wonder)
8828
8829 2006-08-31 [colin]      2.4.0cvs115
8830
8831         * src/procmsg.c
8832         * src/textview.c
8833         * src/plugins/bogofilter/bogofilter.c
8834         * src/plugins/spamassassin/spamassassin.c
8835                 Requalify some "errors" to warnings
8836         * src/mainwindow.c
8837         * src/mainwindow.h
8838         * src/statusbar.c
8839                 Add an icon in the statusbar to notify
8840                 of errors
8841         * src/gtk/gtksctree.c
8842         * src/folderview.c
8843         * src/summaryview.c
8844                 Make the GtkSCTree look more modern by
8845                 alternating background lines
8846         * src/prefs_common.c
8847         * src/prefs_common.h
8848                 Add a pref to let people have the old
8849                 way if they prefer
8850
8851
8852 2006-08-30 [colin]      2.4.0cvs114
8853
8854         * src/procmsg.c
8855         * src/procmsg.h
8856                 Provide a way to filter a list of
8857                 messages in an optimised manner, and
8858                 add a list-filtering hook
8859         * src/folder.c
8860         * src/inc.c
8861         * src/mbox.c
8862                 Use the list filtering
8863         * src/plugins/bogofilter/bogofilter.c
8864                 Use the list-filtering hook
8865                 Use -b (bulk) mode for more speed
8866                 when learning and filtering
8867         * src/etpan/imap-thread.c
8868                 Make log output shorter in UID SEARCH
8869
8870
8871 2006-08-30 [colin]      2.4.0cvs113
8872
8873         * src/plugins/bogofilter/bogofilter.c
8874                 Really fast mass learning - thanks to David
8875                 Relson for the options explanations :)
8876
8877 2006-08-30 [colin]      2.4.0cvs112
8878
8879         * src/msgcache.c
8880                 Fix compilation on FreeBSD. Thanks
8881                 to Michael Hugues
8882
8883 2006-08-29 [colin]      2.4.0cvs111
8884
8885         * src/folderview.c
8886                 Handle "popup_menu" signal (for popping the 
8887                 menu via the keyboard)
8888         * src/mimeview.c
8889         * src/mimeview.h
8890         * src/summaryview.c
8891         * src/textview.c
8892         * src/gtk/gtkutils.c
8893         * src/gtk/gtkutils.h
8894                 Factorize scrolling code, and add an API 
8895                 for MimeViewers to handle scroll orders
8896
8897 2006-08-29 [wwp]        2.4.0cvs110
8898
8899         * src/plugins//bogofilter/bogofilter.c
8900         * src/plugins//spamassassin/spamassassin.c
8901                 make the bogofilter/spamassassin filtering error dialogs at
8902         incorporation obey to the "don't popup error dialog on
8903         receive error" option. If disabled, feed the log window w/
8904         the error message.
8905
8906 2006-08-29 [paul]
8907
8908         2.5.0-rc2 released
8909
8910 2006-08-29 [paul]       2.4.0cvs109
8911
8912         * Makefile.am
8913                 remove 'make release', it's not needed
8914                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
8915
8916 2006-08-29 [paul]       2.4.0cvs108
8917
8918         * src/foldersel.c
8919         * src/summary_search.c
8920         * src/gtk/progressdialog.c
8921         * src/plugins/pgpcore/passphrase.c
8922                 replace deprecated gtk_window_set_policy()
8923
8924 2006-08-29 [colin]      2.4.0cvs107
8925
8926         * src/folder.c
8927                 Fix data loss when copy fails during a move:
8928                 only use fast remove_msgs if everything was
8929                 copied OK; else use slow remove_msg on the
8930                 mails that got copied only.
8931
8932 2006-08-28 [paul]       2.4.0cvs106
8933
8934         * src/mh.c
8935                 revert change in 2.4.0cvs104, it breaks
8936                 stuff
8937
8938 2006-08-28 [paul]       2.4.0cvs105
8939
8940         * src/plugins/spamassassin/spamassassin.c
8941                 english fix
8942
8943 2006-08-28 [paul]       2.4.0cvs104
8944
8945         * src/mh.c
8946                 fix data loss when moving to another
8947                 mailbox fails
8948         * src/prefs_spelling.c
8949                 improve the english
8950         * src/gtk/pluginwindow.c
8951                 improve the layout of the dialog text
8952         All thanks to Colin
8953
8954 2006-08-28 [paul]       2.4.0cvs103
8955
8956         * src/plugins/bogofilter/bogofilter.c
8957         * src/plugins/bogofilter/bogofilter_gtk.c
8958                 fix english up a bit, innit
8959
8960 2006-08-28 [paul]       2.4.0cvs102
8961
8962         * configure.ac
8963         * po/Makefile.in.in
8964         * po/Makevars
8965                 require autoconf 2.60, enabling building
8966                 with gettext 0.15 (gettext 0.14.x build still
8967                 possible). Replace Makefiles with versions
8968                 from gettext 0.15.
8969                 Remove configure options --with-localedir and
8970                 --with-mandir. The options that are provided
8971                 directly by autoconf 2.60 can be used instead:
8972                 --mandir --localedir
8973
8974 2006-08-27 [colin]      2.4.0cvs101
8975
8976         * src/plugins/bogofilter/Makefile.am
8977                 Fix make dist (no README)
8978
8979 2006-08-27 [colin]      2.4.0cvs100
8980
8981         * src/folder.c
8982                 Don't use F_UNKNOWN folders for any default
8983                 outbox/trash/etc
8984         * src/plugins/bogofilter/bogofilter.c
8985         * src/plugins/bogofilter/bogofilter.h
8986         * src/plugins/bogofilter/bogofilter_gtk.c
8987                 Add an option to specify the path to bogofilter
8988                 Use single-quotes to be able to learn in folders
8989                 with spaces in their names
8990                 Verify learning status
8991
8992 2006-08-27 [colin]      2.4.0cvs99
8993
8994         * manual/faq.xml
8995         * manual/plugins.xml
8996                 Document Bogofilter plugin
8997
8998 2006-08-27 [colin]      2.4.0cvs98
8999
9000         * src/compose.c
9001         * src/messageview.c
9002         * src/procmsg.c
9003         * src/procmsg.h
9004                 When possible, copy the queued mail to sent folder
9005                 instead of re-adding. Much faster on IMAP.
9006
9007 2006-08-27 [colin]      2.4.0cvs97
9008
9009         * src/msgcache.c
9010                 Disable mmaped caches - huge metadata loss
9011                 here after a power failure.
9012         * src/summaryview.c
9013                 Add quicksearch timing
9014         * src/common/plugin.c
9015         * src/common/plugin.h
9016                 Implement an interface to tell what plugins
9017                 provide. Prevent loading of similar plugins.
9018         * src/plugins/clamav/clamav_plugin.c
9019         * src/plugins/demo/demo.c
9020         * src/plugins/dillo_viewer/dillo_viewer.c
9021         * src/plugins/pgpcore/plugin.c
9022         * src/plugins/pgpinline/pgpinline.c
9023         * src/plugins/pgpmime/pgpmime.c
9024         * src/plugins/spamassassin/spamassassin.c
9025         * src/plugins/trayicon/trayicon.c
9026                 Implement plugin_provides()
9027
9028 2006-08-27 [colin]      2.4.0cvs96
9029
9030         * configure.ac
9031         * src/plugins/Makefile.am
9032         * src/plugins/bogofilter/.cvsignore
9033         * src/plugins/bogofilter/Makefile.am
9034         * src/plugins/bogofilter/bogofilter.c
9035         * src/plugins/bogofilter/bogofilter.h
9036         * src/plugins/bogofilter/bogofilter_gtk.c
9037                 New Bogofilter plugin, provides filtering and
9038                 learning. Spamassassin will go to extra plugins.
9039
9040 2006-08-26 [mones]      2.4.0cvs95
9041
9042         * manual/handling.xml
9043                 Fix subfolder path in the example (thanks to Paul) 
9044
9045 2006-08-26 [mones]      2.4.0cvs94
9046
9047         * manual/glossary.xml
9048                 2.2. + add ISP to the glossary
9049                 7.5. + Add UIDL to glossary
9050                 7.7. + Add TCP to glossary
9051         * manual/handling.xml
9052                 7.1. + Mentions GNU/Linux distribution, what about the non...
9053                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
9054                 7.3. + Mentions .bashrc, what about the non-bash ones? 
9055                 7.4. = Use appropriate quotation for commands
9056                 7.6. = change "" to <quote></quote>
9057         * manual/plugins.xml
9058                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
9059         * manual/starting.xml
9060                 2.1. + local mbox file: some examples of mbox file locations...
9061                 Also reformatted files requiring it
9062
9063 2006-08-26 [wwp]        2.4.0cvs93
9064
9065         * src/summary_search.c
9066                 disable find buttons while summary search is running.
9067
9068 2006-08-25 [colin]      2.4.0cvs92
9069
9070         * src/folder.c
9071         * src/folderutils.c
9072         * src/mh.c
9073         * src/procmsg.h
9074         * src/summaryview.c
9075                 Speed up MH moving, and add progressbar
9076                 for MH deletion
9077         * src/msgcache.c
9078                 Write cache files using mmap() too
9079
9080 2006-08-25 [wwp]        2.4.0cvs91
9081
9082         * src/summaryview.c
9083                 switch spam<->ham button when a message has been marked as spam or ham
9084                 and is still selected. Thanks to Colin.
9085
9086 2006-08-25 [paul]       2.4.0cvs90
9087
9088         * src/Makefile.am
9089         * src/stock_pixmap.c
9090         * src/stock_pixmap.h
9091         * src/summaryview.c
9092         * src/gtk/icon_legend.c
9093         * src/pixmaps/copied.xpm
9094         * src/pixmaps/moved.xpm
9095                 add icons for delayed execution marked for
9096                 copying, marked for moving
9097
9098 2006-08-25 [mones]      2.4.0cvs89
9099
9100         * manual/glossary.xml
9101                 Fix the other glossary items:
9102                 5.1. = Inmmediate execution -> <quote>immediate execution...
9103                 5.2. = Fix MBOX capitalization -> Mbox
9104                 5.3. + Improve Plugins def. w/ tech. ref.
9105                 5.4. = Quotation -> replace '>' by <quote>></quote>
9106                 5.5. - SMTP Server. -> remove dot
9107         * po/es.po
9108                 Updated translation
9109
9110 2006-08-25 [mones]      2.4.0cvs88
9111
9112         * manual/ack.xml
9113                 Reformatted, changed email address
9114         * manual/glossary.xml
9115                 Reformatted, fixed MANUAL-TODO items:
9116                 8.2. + add ROT-13 to glossary
9117                 8.4. + add URL to glossary
9118         * manual/es/advanced.xml
9119                 Fixed <literal>s
9120
9121 2006-08-25 [paul]       2.4.0cvs87
9122
9123         * src/gtk/icon_legend.c
9124                 add 'marked for deletion' icon
9125                 arrange icons by containing column
9126                 wrap long label text
9127
9128 2006-08-25 [colin]      2.4.0cvs86
9129
9130         * src/common/utils.c
9131         * src/common/utils.h
9132                 Add the sc_g_*list_bigger functions in
9133                 a place everyone can use it
9134         * src/summaryview.c
9135                 Only freeze/thaw the list when working
9136                 on the selection, if it's bigger than 1
9137         * src/gtk/gtksctree.c
9138                 Only freeze/thaw the list when unselec-
9139                 ting 'all' if ('all' != 1)
9140                 This avoids some flickering
9141
9142 2006-08-24 [colin]      2.4.0cvs85
9143
9144         * src/addressbook.c
9145                 Fix strange list selection
9146                 Fix random seg (Invalid read of freed memory)
9147
9148 2006-08-24 [colin]      2.4.0cvs84
9149
9150         * src/alertpanel.c
9151         * src/gtk/inputdialog.c
9152         * src/plugins/pgpcore/passphrase.c
9153                 Revert minimal width patch of 2.4.0cvs67,
9154                 as it is also a maximal width. Use 
9155                 gtk_window_set_default_size instead.
9156
9157 2006-08-24 [colin]      2.4.0cvs83
9158
9159         * src/msgcache.c
9160                 Write cache/mark to temp files before
9161                 overwriting old ones (avoids metadata
9162                 loss if writing the new files fail).
9163                 Use mmap() to read cache/mark file, as
9164                 this makes cache reading faster. Dis-
9165                 abled for big-endian machines until it
9166                 can be tested. (Big-endian users: set
9167                 msgcache_use_mmap = TRUE in the relevant
9168                 #if).
9169         * src/procmsg.h
9170                 Move rarely used fields of MsgInfo in 
9171                 another structure, which will only be
9172                 allocated if needed. Face, X-Face,
9173                 Return receipt headers and List-*
9174                 headers are moved. Mails having none
9175                 of these occupy 52 bytes less with
9176                 this patch, which makes 2.5MB of RAM
9177                 saved on a 50k folder).
9178         * src/headerview.c
9179         * src/mainwindow.c
9180         * src/messageview.c
9181         * src/partial_download.c
9182         * src/procheader.c
9183         * src/procmsg.c
9184         * src/textview.c
9185                 Follow this structure change.
9186
9187 2006-08-24 [wwp]        2.4.0cvs82
9188
9189         * manual/es/.cvsignore
9190         * manual/es/dist/.cvsignore
9191         * manual/es/dist/html/.cvsignore
9192         * manual/es/dist/pdf/.cvsignore
9193         * manual/es/dist/ps/.cvsignore
9194         * manual/es/dist/txt/.cvsignore
9195                 more (generated) files to ignore.
9196
9197 2006-08-24 [colin]      2.4.0cvs81
9198
9199         * src/folder.c
9200         * src/mh.c
9201                 Fix possible problems with local delivery. Check the folder doesn't
9202                 need scan before setting its mtime when saving cache (which can be
9203                 done long after the folder's been modified by an external process);
9204                 Check that the stored item's mtime didn't change in mh functions.
9205
9206 2006-08-24 [mones]      2.4.0cvs80
9207
9208         * manual/advanced.xml
9209                 Rewrapping, some fixes and MANUAL-TODO items:
9210                 8.1. = change "" to <quote></quote>
9211                 8.3. = quote menu items
9212                 8.5. - deploying -> new user ... ideally a new user (redundant)
9213
9214 2006-08-23 [colin]      2.4.0cvs79
9215
9216         * src/gtk/gtksctree.c
9217                 When selecting or deselecting range, only
9218                 freeze/thaw when selection is bigger than 10
9219
9220 2006-08-23 [colin]      2.4.0cvs78
9221
9222         * src/messageview.c
9223         * src/mimeview.c
9224         * src/mimeview.h
9225         * src/plugins/dillo_viewer/dillo_viewer.c
9226                 Provide an API for MimeViewer plugins to
9227                 return a text selection for replying
9228
9229 2006-08-23 [colin]      2.4.0cvs77
9230
9231         * src/image_viewer.c
9232         * src/textview.c
9233                 Use gtk_pixbuf_new_from_file_at_scale(), which
9234                 is faster than getting the pixbuf then resizing
9235                 it.
9236
9237 2006-08-23 [colin]      2.4.0cvs76
9238
9239         * src/procmime.c
9240                 UTF-8 should be sent Quoted-printable
9241
9242 2006-08-22 [colin]      2.4.0cvs75
9243
9244         * src/mh.c
9245                 Check if scan is required before touching
9246                 the folder (or it'll be required every time)
9247
9248 2006-08-22 [colin]      2.4.0cvs74
9249
9250         * configure.ac
9251                 Require libetpan 0.46 (crasher fix when built
9252                 against gnutls)
9253
9254 2006-08-22 [colin]      2.4.0cvs73
9255
9256         * src/folder.c
9257                 Set folder's mtime after writing its
9258                 cache
9259         * src/folderview.c
9260                 Add some timing
9261         * src/procmsg.c
9262                 Don't do useless stuff if we don't 
9263                 thread by subject
9264         * src/summaryview.c
9265                 Add some timing, don't deselect prior
9266                 to selecting (gtksctree does it itself),
9267                 remove crash avoidance hacks as it's been
9268                 properly fixed since a while
9269         * src/common/utils.c
9270                 Optimize to_human_readable(): _() is slow,
9271                 do it only once, and avoid %f format for KB
9272                 (the most common in a summaryview)
9273         * src/gtk/gtksctree.c
9274                 Don't uselessly freeze/thaw (fixes flicker
9275                 on next unread and friends), reduce number
9276                 of g_list_nth/g_list_position where possible
9277         * src/gtk/gtkutils.c
9278         * src/gtk/gtkutils.h
9279                 Reduce number of g_list_nth/g_list_position
9280                 where possible.
9281                 All of this makes loading as 70k folder 2.1
9282                 seconds instead of 3.2 (with hot FS caches).
9283                 (1.3 seconds without Date and Size columns...)
9284
9285 2006-08-22 [paul]       2.4.0cvs72
9286
9287         wrap documents and do some items from mones' MANUAL-TODO:
9288
9289         * manual/account.xml
9290                 4.1. = fix tabname references to <quote>tabname</quote>
9291                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
9292         * manual/faq.xml
9293                 1.1. = mentioned options don't match UI
9294                 Add information about the 'Never send Return Receipts'
9295                 option
9296         * manual/handling.xml
9297                 6.2. = Mentions Extended symbols button, but now is
9298                 named Information
9299                 6.3. = Mentions ... button, which is now Edit
9300
9301 2006-08-22 [colin]      2.4.0cvs71
9302
9303         * src/gtk/pluginwindow.c
9304                 Fix layout in verbose translations (such
9305                 as french)
9306
9307 2006-08-22 [paul]       2.4.0cvs70
9308
9309         * manual/Makefile.am
9310                 build manuals in alphabetical order
9311         * src/addressbook.c
9312         * src/prefs_themes.c
9313                 replace/remove deprecated symbols
9314         * src/gtk/gtkutils.c
9315                 fix a warning
9316         * src/gtk/pluginwindow.c
9317                 replace deprecated symbol
9318                 replace label text and move it
9319         * src/plugins/pgpcore/prefs_gpg.c
9320                 move the 'Generate...' button out of the
9321                 Sign Key frame, replace the English used
9322         * src/plugins/pgpcore/sgpgme.c
9323                 fixes to the English
9324
9325 2006-08-21 [colin]      2.4.0cvs69
9326
9327         * src/plugins/trayicon/trayicon.c
9328                 Add more strings for translation; patch
9329                 by Pawel
9330
9331 2006-08-21 [colin]      2.4.0cvs68
9332
9333         * src/compose.c
9334                 fix replied flag not set after drafting
9335         * src/matcher.c
9336                 fix body quicksearch in non-encoded bodies
9337                 containing '='
9338         * src/msgcache.c
9339                 Get rid of the g_malloc workaround for
9340                 corrupted caches, use g_try_malloc
9341
9342 2006-08-21 [colin]      2.4.0cvs67
9343
9344         * src/alertpanel.c
9345         * src/gtk/inputdialog.c
9346         * src/plugins/pgpcore/passphrase.c
9347                 Set minimal width to 375
9348         * src/mainwindow.c
9349                 Fix switching to offline, asking if it 
9350                 should be overriden for synchronising
9351         * src/mimeview.c
9352                 Don't offer to remember command on Open 
9353                 with for text parts, as the browser or 
9354                 text editor command isn't changed from 
9355                 there
9356
9357 2006-08-20 [paul]       2.4.0cvs66
9358
9359         * po/ko.po
9360         * po/zh_CN.po
9361                 fix plural form errors. revealed by stricter
9362                 checking of gettext 0.15
9363
9364 2006-08-18 [paul]       2.4.0cvs65
9365
9366         * src/stock_pixmap.c
9367                 fix the fix of 2.4.0cvs64
9368                 Thanks to Colin
9369
9370 2006-08-18 [paul]       2.4.0cvs64
9371
9372         * src/stock_pixmap.c
9373                 fix leaks
9374                 Thanks to Colin
9375
9376 2006-08-18 [paul]       2.4.0cvs63
9377
9378         * src/compose.c
9379         * src/procmsg.c
9380                 fix occasional IMAP bug where large msgs
9381                 were left in the queue folder after sending
9382                 Thanks to Colin
9383
9384 2006-08-18 [paul]       2.4.0cvs62
9385
9386         * src/folderview.c
9387                 freeze the summaryview while quicksearch results
9388                 are displayed
9389                 (fixes bug 456 'current message is hidden when the
9390                 view is refreshed and extended search is "unread 
9391                 messages"')
9392                 Thanks to Colin
9393         * src/textview.c
9394                 add missing #include "inputdialog.h"
9395         * src/common/utils.h
9396                 add missing mailcap_update_default() and improve
9397                 readability
9398
9399 2006-08-17 [colin]      2.4.0cvs61
9400
9401         * src/plugins/pgpcore/select-keys.c
9402                 Fix warnings :)
9403
9404 2006-08-17 [colin]      2.4.0cvs60
9405
9406         * src/compose.c
9407                 Don't continue queuing if Cancel is clicked
9408                 in select-keys
9409
9410 2006-08-17 [colin]      2.4.0cvs59
9411
9412         * src/plugins/pgpcore/select-keys.c
9413                 When encrypting, if only one key matches and it 
9414                 matches exactly, automatically use it.
9415
9416 2006-08-17 [colin]      2.4.0cvs58
9417
9418         * src/mimeview.c
9419         * src/prefs_common.c
9420         * src/prefs_common.h
9421         * src/prefs_ext_prog.c
9422         * src/textview.c
9423                 Fix issues with previous patch (text/html)
9424                 Remove outdated prefs
9425
9426 2006-08-17 [colin]      2.4.0cvs57
9427
9428         * src/imap.c
9429                 Add View Log button on auth error
9430         * src/procmsg.c
9431                 Fix encrypted mail marked as new when
9432                 saved in normal folders
9433         * src/plugins/pgpinline/pgpinline.c
9434                 Fix encrypt bug on IMAP
9435         * src/mimeview.c
9436         * src/common/utils.c
9437         * src/common/utils.h
9438         * src/gtk/inputdialog.c
9439         * src/gtk/inputdialog.h
9440                 Get rid of metamail stuff, simplify
9441                 opening, and allow remembering of user's
9442                 choices (by updating ~/.mailcap). There's
9443                 still to drop "Audio player" and "Image
9444                 viewer" preferences.
9445
9446 2006-08-17 [mones]      2.4.0cvs56
9447
9448         * manual/es/sylpheed-claws-manual.xml
9449                 fix DTD path
9450
9451 2006-08-17 [mones]      2.4.0cvs55
9452
9453         * configure.ac
9454         * manual/Makefile.am
9455         * manual/es/Makefile.am
9456         * manual/es/account.xml
9457         * manual/es/ack.xml
9458         * manual/es/addrbook.xml
9459         * manual/es/advanced.xml
9460         * manual/es/faq.xml
9461         * manual/es/glossary.xml
9462         * manual/es/gpl.xml
9463         * manual/es/handling.xml
9464         * manual/es/intro.xml
9465         * manual/es/keyboard.xml
9466         * manual/es/plugins.xml
9467         * manual/es/starting.xml
9468         * manual/es/sylpheed-claws-manual.xml
9469         * manual/es/dist/Makefile.am
9470         * manual/es/dist/html/Makefile.am
9471         * manual/es/dist/pdf/Makefile.am
9472         * manual/es/dist/ps/Makefile.am
9473         * manual/es/dist/txt/Makefile.am
9474                 Spanish translation for the manual
9475
9476 2006-08-16 [colin]      2.4.0cvs54
9477
9478         * src/compose.c
9479         * src/main.c
9480         * src/mainwindow.c
9481                 Fix send button sensitivity at startup
9482                 Set send menu sensitivity (patch by Fabien)
9483         * src/ssl_manager.c
9484                 Enable closing with esc (patch by Fabien)
9485         * src/gtk/foldersort.c
9486                 Enable closing with esc (patch by Fabien)
9487         * src/procmime.c
9488                 Optimisation (no need to copy to tempfile to
9489                 "decode" 7bit and 8bit)
9490         * src/summaryview.c
9491                 Fix cruft in swap_from case
9492         * src/textview.c
9493                 Fix missing last line in some mail cases 
9494                 (Fixes debian #381872)
9495         * src/plugins/pgpcore/prefs_gpg.c
9496         * src/plugins/pgpcore/sgpgme.c
9497         * src/plugins/pgpcore/sgpgme.h
9498                 Don't show "no key found" when user explicitely
9499                 wants to create a key
9500
9501 2006-08-16 [paul]       2.4.0cvs53
9502
9503         * configure.ac
9504         * src/account.c
9505         * src/addressbook.c
9506         * src/headerview.c
9507         * src/prefs_account.c
9508         * src/prefs_message.c
9509         * src/gtk/gtkutils.c
9510                 bump up minimum required versions of GTK+ and
9511                 GLIB to 2.6.0
9512
9513 2006-08-16 [paul]       2.4.0cvs52
9514
9515         * src/toolbar.c
9516                 workaround GTK+ Bug 351600 - 'Can't re-click
9517                 on button after sensitivity update'
9518                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
9519                 Thanks to Colin
9520
9521 2006-08-15 [colin]      2.4.0cvs51
9522
9523         * src/plugins/pgpcore/prefs_gpg.c
9524                 Set options sensitivity according to
9525                 key existence
9526         * src/plugins/pgpcore/sgpgme.c
9527                 Allow to create key with no passphrase
9528
9529 2006-08-14 [cleroy]     2.4.0cvs50
9530
9531         * src/gtk/pluginwindow.c
9532                 New layout (maybe to be changed?)
9533         * src/gtk/gtkutils.c
9534                 Fix a bit label_window
9535         * src/plugins/pgpcore/passphrase.c
9536         * src/plugins/pgpcore/passphrase.h
9537         * src/plugins/pgpcore/plugin.c
9538         * src/plugins/pgpcore/prefs_gpg.c
9539         * src/plugins/pgpcore/prefs_gpg.h
9540         * src/plugins/pgpcore/sgpgme.c
9541         * src/plugins/pgpcore/sgpgme.h
9542                 Allow to create a PGP private key via the GUI
9543
9544 2006-08-14 [wwp]        2.4.0cvs49
9545
9546         * src/addressbook_foldersel.c
9547                 fix strict ISO C90 compliance.
9548
9549 2006-08-14 [paul]       2.4.0cvs48
9550
9551         * src/gtk/prefswindow.c
9552                 re-set scrolled window on opening
9553                 Patch by Ticho
9554
9555 2006-08-14 [paul]
9556
9557         2.5.0-rc1 released
9558
9559 2006-08-14 [paul]       2.4.0cvs47
9560
9561         * src/prefs_display_header.c
9562                 re-enable user-defined Displayed Headers
9563
9564 2006-08-14 [paul]       2.4.0cvs46
9565
9566         * src/prefs_account.c
9567                 use GTK_STOCK_EDIT
9568
9569 2006-08-13 [colin]      2.4.0cvs45
9570
9571         * src/common/utils.c
9572                 Fix "a" in quote when the original message is empty,
9573                 by using \0 instead of 'a' to test writability of
9574                 temp files.
9575
9576 2006-08-13 [wwp]        2.4.0cvs44
9577
9578         * src/plugins/spamassassin/spamassassin.c
9579                 fix capitalization of "SpamAssassin" in some debug, log and
9580                 dialog messages.
9581
9582 2006-08-13 [paul]       2.4.0cvs43
9583
9584         * src/editldap.c
9585                 fix overlapping widgets
9586         * src/prefs_account.c
9587                 fix translation of protocol_names[]
9588                 fix label disappearing off the edge of the
9589                 visible area
9590
9591 2006-08-12 [paul]       2.4.0cvs42
9592
9593         * manual/plugins.xml
9594                 update IRC channel info before it gets forgotten
9595                 about
9596
9597 2006-08-11 [colin]      2.4.0cvs41
9598
9599         * src/compose.c
9600         * src/mainwindow.c
9601         * src/mainwindow.h
9602         * src/procmsg.c
9603         * src/procmsg.h
9604         * src/summaryview.c
9605         * src/toolbar.c
9606                 Grey out the Send button if
9607                 - Queue folders are empty, or
9608                 - We're sending already
9609
9610 2006-08-11 [wwp]        2.4.0cvs40
9611
9612         * src/main.c
9613                 fix a logic issue when quitting while a compose window is
9614                 still open, thanks to Colin.
9615
9616 2006-08-10 [colin]      2.4.0cvs39
9617
9618         * src/main.c
9619                 Fix default font size setting after wizard run
9620         * src/imap.c
9621         * src/etpan/imap-thread.c
9622         * src/etpan/imap-thread.h
9623                 Fix bug #999 (Timing out on TSL cert validation 
9624                 dialog makes ugly things happen). Also, STARTTLS
9625                 unconditionnaly if initial capabilities contain
9626                 LOGINDISABLED and STARTTLS.
9627
9628 2006-08-09 [colin]      2.4.0cvs38
9629
9630         * src/mainwindow.c
9631         * src/mainwindow.h
9632                 Fix Tools/Actions sensitivity when there are
9633                 no actions
9634
9635 2006-08-09 [colin]      2.4.0cvs37
9636
9637         * src/prefs_filtering.c
9638                 Warning fix, patch by Paul
9639         * src/messageview.c
9640         * src/prefs_actions.c
9641         * src/prefs_filtering_action.c
9642         * src/prefs_matcher.c
9643                 Uniformisation of "Info ..." to "Info..." (for
9644                 old gtk), patch by Fabien
9645         * src/plugins/clamav/clamav_plugin_gtk.c
9646                 Sensitivity fix by Fabien
9647
9648 2006-08-09 [colin]      2.4.0cvs36
9649
9650         * src/main.c
9651         * src/main.h
9652                 Add a function to know whether we're exiting
9653         * src/plugins/trayicon/trayicon.c
9654                 If exiting, don't do anything. Faster, and
9655                 avoids gtk_main_iteration reentracy causing
9656                 segfaults at exit
9657
9658 2006-08-09 [colin]      2.4.0cvs35
9659
9660         * src/messageview.c
9661         * src/mimeview.c
9662         * src/mimeview.h
9663                 Fix lack of part selection when automatically 
9664                 jumping to a specific part
9665         * src/msgcache.c
9666                 Little optimisation in cache reading
9667
9668 2006-08-09 [colin]      2.4.0cvs34
9669
9670         * src/compose.c
9671                 Fix crash setting the priority on reedit
9672                 (Accessing compose before creating it!)
9673
9674 2006-08-08 [colin]      2.4.0cvs33
9675
9676         * src/procmime.c
9677                 Fix bug #998 (last attachment is not accessible)
9678                 Bad RFC interpretation on multipart close-delimiters
9679         * src/mimeview.c
9680         * src/mimeview.h
9681         * src/gtk/gtkvscrollbutton.c
9682         * src/gtk/gtkvscrollbutton.h
9683                 Make attachments list wheel-scrollable
9684
9685 2006-08-07 [colin]      2.4.0cvs32
9686
9687         * src/gtk/gtkaspell.c
9688                 Fix bug #973 (Unicode punctation characters 
9689                 are not recognized as separators by the
9690                 spell checker); fix unsigned stuff
9691
9692 2006-08-07 [colin]      2.4.0cvs31
9693
9694         * src/compose.c
9695                 Fix bug #956 (DnD text with accents in compose 
9696                 text entry); fix gccc's signed/unsigned fuss
9697
9698 2006-08-06 [colin]      2.4.0cvs30
9699
9700         * src/main.c
9701                 Fix bug #979 (Plugin crashes when exiting 
9702                 sylpheed-claws) : handle exit request only 
9703                 once
9704
9705 2006-08-05 [colin]      2.4.0cvs29
9706
9707         * src/news.c
9708                 Just make sure we have a msgid.
9709
9710 2006-08-05 [colin]      2.4.0cvs28
9711
9712         * src/news.c
9713         * src/summaryview.c
9714                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
9715                 by reimplementing it
9716         * src/textview.c
9717                 Fix bug when hiding quotes with level > 3 and quote
9718                 colors are recycled
9719
9720 2006-08-04 [colin]      2.4.0cvs27
9721
9722         * src/compose.c
9723         * src/undo.c
9724         * src/undo.h
9725                 Fix a bit replace-by-pasting undo
9726         * src/mainwindow.c
9727         * src/messageview.c
9728                 Fix Fold quotes menu synchro in
9729                 mainwindow when it changes in 
9730                 messageview
9731         * src/textview.c
9732                 Fix right-click on quotes blocks
9733         * src/common/utils.c
9734                 Verify that the file created by
9735                 my_tmpfile() is writable. Fixes
9736                 bug #988 (very specific filesystem
9737                 issue)
9738         * src/plugins/pgpcore/sgpgme.c
9739                 Fix file descriptor leak
9740         * src/plugins/spamassassin/spamassassin.c
9741                 Warn once if spamd isn't reachable
9742
9743 2006-08-04 [colin]      2.4.0cvs26
9744
9745         * src/toolbar.c
9746                 i18n context patch by Fabien
9747
9748 2006-08-03 [colin]      2.4.0cvs25
9749
9750         * src/mainwindow.c
9751         * src/messageview.c
9752                 Rename "Hide quotes" to "Fold quotes"
9753         * src/textview.c
9754                 Don't use hand cursor on quotes. "all 
9755                 the bonuses of the feature and none of 
9756                 unwelcome side-effects"
9757
9758 2006-08-03 [colin]      2.4.0cvs24
9759
9760         * AUTHORS
9761         * sylpheed-claws.desktop
9762         * src/gtk/authors.h
9763                 Bring the desktop file to XDG compliance
9764                 Patch by Charles A. Edwards
9765
9766 2006-08-03 [colin]      2.4.0cvs23
9767
9768         * src/textview.c
9769                 Fix links offset when they are preceded
9770                 by accentued chars (g_utf8_strlen!)
9771         * src/mainwindow.c
9772                 Fix wrong status when starting offline
9773
9774
9775 2006-08-03 [wwp]        2.4.0cvs22
9776
9777         * src/prefs_common.h
9778                 ask what to do w/ filtering rules that belong to an account when
9779                 applying filtering rules manually from the main window (skip,
9780                 apply regardless of the account, use current account). This dialog
9781                 can be skipped and the last reply used.
9782                 (forgot that file)
9783
9784 2006-08-03 [wwp]        2.4.0cvs21
9785
9786         * src/filtering.c
9787         * src/filtering.h
9788         * src/prefs_common.c
9789         * src/summaryview.c
9790         * src/alertpanel.c
9791         * src/alertpanel.h
9792         * src/messageview.c
9793                 ask what to do w/ filtering rules that belong to an account when
9794                 applying filtering rules manually from the main window (skip,
9795                 apply regardless of the account, use current account). This dialog
9796                 can be skipped and the last reply used.
9797
9798
9799 2006-08-03 [colin]      2.4.0cvs20
9800
9801         * src/textview.c
9802                 Optimize previous patch
9803
9804 2006-08-03 [cleroy]     2.4.0cvs19
9805
9806         * src/textview.c
9807                 Fix quotes getting toggled back when the
9808                 mail has an even number of text parts
9809
9810 2006-08-02 [colin]      2.4.0cvs18
9811
9812         * src/messageview.c
9813                 Add Hide quotes menu
9814
9815 2006-08-02 [colin]      2.4.0cvs17
9816
9817         * src/mainwindow.c
9818         * src/prefs_common.c
9819         * src/textview.c
9820         * src/textview.h
9821         * src/gtk/about.c
9822                 Allow per-level quote hiding,
9823                 Allow toggling quotes by double-clicking them
9824                 Rename RemoteURI to ClickableText to reflect
9825                 the fact it's used for a variety of things
9826
9827 2006-08-02 [wwp]        2.4.0cvs16
9828
9829         * src/mainwindow.c
9830                 fix "View/Hide quotes" menu item status initialization.
9831
9832 2006-08-02 [wwp]        2.4.0cvs15
9833
9834         * src/matcher_parser_parse.y
9835                 remove a debug trace.
9836
9837 2006-08-02 [paul]       2.4.0cvs14
9838
9839         * src/plugins/pgpcore/passphrase.c
9840                 don't set initial dialog size
9841                 make it resizable
9842
9843 2006-08-02 [paul]       2.4.0cvs13
9844
9845         * src/noticeview.c
9846                 remove the rogue '/' character
9847
9848 2006-08-02 [paul]       2.4.0cvs12
9849
9850         * src/noticeview.c
9851                 allow buttons to resize as necessary
9852
9853 2006-08-01 [wwp]        2.4.0cvs11
9854
9855         * src/mbox.c
9856                 fix strict ISO C90 compliance.
9857
9858 2006-08-01 [wwp]        2.4.0cvs10
9859
9860         * tools/update-po
9861                 updated update-po tool to work w/ context-dependent translations.
9862                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
9863
9864 2006-08-01 [wwp]        2.4.0cvs9
9865
9866         * src/matcher.c
9867         * src/prefs_filtering.c
9868         * src/prefs_matcher.c
9869                 allow context-dependent translations for "All",
9870                 patch by Fabien Vantard <fzzzzz@gmail.com>.
9871
9872 2006-07-31 [colin]      2.4.0cvs8
9873
9874         * AUTHORS
9875         * src/gtk/authors.h
9876                 Add Rafal to authors
9877
9878 2006-07-31 [colin]      2.4.0cvs7
9879
9880         * src/compose.c
9881         * src/mainwindow.c
9882         * src/messageview.h
9883         * src/prefs_common.c
9884         * src/prefs_common.h
9885         * src/textview.c
9886                 Add 'View/Hide quotes'. Patch based on a patch
9887                 by Rafal Weglarz
9888
9889 2006-07-31 [colin]      2.4.0cvs6
9890
9891         * src/action.c
9892                 Fix problem with "> stuff >" actions
9893
9894 2006-07-31 [paul]       2.4.0cvs5
9895
9896         * po/nb.po
9897                 updated by Geir Helland
9898
9899 2006-07-31 [wwp]        2.4.0cvs4
9900
9901         * src/mainwindow.c
9902         * src/summaryview.c
9903         * src/summaryview.h
9904                 add "View/Go to/Parent message" and "View/Go to/Last read message",
9905                 thanks to Colin.
9906
9907 2006-07-31 [wwp]        2.4.0cvs3
9908
9909         * src/Makefile.am
9910         * src/addr_compl.c
9911         * src/addr_compl.h
9912         * src/addressbook.c
9913         * src/addressbook.h
9914         * src/addressbook_foldersel.c
9915         * src/addressbook_foldersel.h
9916         * src/addrindex.c
9917         * src/addrindex.h
9918         * src/matcher.c
9919         * src/matcher.h
9920         * src/matcher_parser_lex.l
9921         * src/matcher_parser_parse.y
9922         * src/prefs_common.c
9923         * src/prefs_common.h
9924         * src/prefs_filtering.c
9925         * src/prefs_matcher.c
9926         * src/prefs_matcher.h
9927         * src/summaryview.c
9928                 introduce filtering against the address book. It's now possible to add
9929                 matched conditions to determine if any email address in a message matches
9930                 or doesn't match any or all books or folders in the address book.
9931
9932 2006-07-31 [wwp]        2.4.0cvs2
9933
9934         * src/account.c
9935         * src/filtering.c
9936         * src/filtering.h
9937         * src/folder.c
9938         * src/folderview.c
9939         * src/inc.c
9940         * src/mainwindow.c
9941         * src/matcher.c
9942         * src/matcher_parser_lex.l
9943         * src/matcher_parser_parse.y
9944         * src/mbox.c
9945         * src/prefs_filtering.c
9946         * src/prefs_filtering.h
9947         * src/procmsg.c
9948         * src/procmsg.h
9949         * src/summaryview.c
9950                 introduce per-account filtering rules. Each filtering rule can now be assigned
9951                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
9952                 when applying filtering rules manually, as all rules will apply - even the ones
9953                 assigned to an account. This issue will be addressed soon.
9954  
9955
9956
9957 2006-07-31 [wwp]        2.4.0cvs1
9958
9959         * src/quote_fmt.c
9960                 make more strings translatable.
9961
9962 2006-07-31 [paul]       2.4.0
9963
9964         2.4.0 released
9965
9966 2006-07-31 [paul]       2.3.1cvs91
9967
9968         * po/ca.po
9969                 updated by Miquel Oliete
9970
9971 2006-07-31 [paul]       2.3.1cvs90
9972
9973         * po/de.po
9974         * po/el.po
9975         * po/fr.po
9976         * po/it.po
9977         * po/pl.po
9978         * po/pt_BR.po
9979         * po/sr.po
9980         * po/zh_CN.po
9981                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
9982                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
9983                 Aleksandar Urosevic, and Ralgh Young
9984
9985 2006-07-31 [paul]       2.3.1cvs89
9986
9987         * src/account.c
9988         * src/main.c
9989         * src/mainwindow.c
9990         * src/mainwindow.h
9991                 Fix a race condition when, after an SC crash, rescanning
9992                 folders took more than 0.5 seconds
9993                 Thanks to Colin
9994
9995 2006-07-31 [paul]       2.3.1cvs88
9996
9997         * src/folderview.c
9998                 don't translate separator strings
9999
10000 2006-07-30 [mones]      2.3.1cvs87
10001
10002         * doc/man/sylpheed-claws.1
10003                 Fixed non-ASCII chars in Hoa's name
10004         * po/es.po
10005                 Updated for release
10006
10007 2006-07-27 [colin]      2.3.1cvs86
10008
10009         * src/textview.c
10010                 Don't include the leading \n in links
10011                 Patch by Fabien
10012
10013 2006-07-25 [colin]      2.3.1cvs85
10014
10015         * src/mainwindow.c
10016         * src/common/socket.h
10017         * src/etpan/imap-thread.c
10018                 Refresh resolvers before connecting
10019                 to IMAP servers, and after switching
10020                 to online. Thanks to Paul.
10021
10022 2006-07-18 [colin]
10023
10024         * 2.4.0-rc4 released
10025
10026 2006-07-17 [colin]      2.3.1cvs84
10027
10028         * src/inc.c
10029                 Show connection attempt in statusbar before
10030                 connecting (previously first message was
10031                 "Retrieving messages from ..." after the
10032                 connection succeeded.
10033
10034 2006-07-16 [wwp]        2.3.1cvs83
10035
10036         * sylpheed-claws.ico
10037                 Added .ico file (windows multi-size icon file, generated).
10038
10039 2006-07-12 [wwp]        2.3.1cvs82
10040
10041         * src/messageview.c
10042                 remove Message/Re-edit menu entry from messageview window,
10043                 as sent/draft/queued messages are opened in compose window when
10044                 re-edited and it's not possible to re-edit other msgs.
10045
10046 2006-07-12 [paul]       2.3.1cvs81
10047
10048         * AUTHORS
10049         * src/mainwindow.c
10050         * src/gtk/authors.h
10051                 check online state before resetting
10052                 mailcheck timer. Useful if some program
10053                 verifies connection state and updates
10054                 Claws.
10055                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
10056
10057 2006-07-12 [paul]       2.3.1cvs80
10058
10059         * sylpheed-claws-128x128.png
10060         * sylpheed-claws-64x64.png
10061         * sylpheed-claws.png
10062         * src/Makefile.am
10063         * src/main.c
10064         * src/prefs_toolbar.c
10065         * src/stock_pixmap.c
10066         * src/stock_pixmap.h
10067         * src/wizard.c
10068         * src/gtk/about.c
10069         * src/gtk/gtkutils.c
10070         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
10071         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
10072         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
10073         * src/pixmaps/sylpheed.xpm              ** REMOVED **
10074         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
10075         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
10076                 updated and renamed logo/icon files and related
10077                 logo by Jesper Schultz
10078
10079 2006-07-11 [paul]       2.3.1cvs79
10080
10081         * src/main.c
10082                 fix the labels a smidgin
10083
10084 2006-07-09 [colin]      2.3.1cvs78
10085
10086         * src/textview.c
10087                 Show errors in textviewer's command
10088                 Patch by H. Merijn Brand
10089
10090 2006-07-09 [colin]      2.3.1cvs77
10091
10092         * src/compose.c
10093                 Save FMID in drafts too
10094
10095 2006-07-08 [colin]      2.3.1cvs76
10096
10097         * src/compose.c
10098                 Svae RMID in drafted mails too
10099                 Save quote_fmt vars for whole mails,
10100                 don't reset at each quote_fmt_init:
10101                 allows to use the same |i{var} in
10102                 various template fields
10103         * src/prefs_template.c
10104         * src/quote_fmt.h
10105         * src/quote_fmt_parse.y
10106                 Same
10107
10108 2006-07-08 [colin]      2.3.1cvs75
10109
10110         * src/textview.c
10111                 Fix highlighting of attached parts URIs
10112
10113 2006-07-08 [colin]      2.3.1cvs74
10114
10115         * src/main.c
10116                 Prevent bug #981 (sc 2.3.1 segfaults with 
10117                 gtk+ 2.10) from being reported again:
10118                 if Sylpheed-Claws has been compiled against
10119                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
10120                 of if Sylpheed-Claws has been compiled against
10121                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
10122                 error out.
10123
10124 2006-07-07 [colin]      2.3.1cvs73
10125
10126         * src/prefs_actions.c
10127                 Fix label
10128
10129 2006-07-07 [colin]      2.3.1cvs72
10130
10131         * src/prefs_actions.c
10132                 Fix compile on gtk < 2.8. argh :)
10133
10134 2006-07-07 [paul]       2.3.1cvs71
10135
10136         * src/common/defs.h
10137                 update DONATE_URI
10138
10139 2006-07-07 [colin]      2.3.1cvs70
10140
10141         * po/POTFILES.in
10142         * src/quote_fmt.c
10143         * src/quote_fmt_lex.l
10144         * src/quote_fmt_parse.y
10145                 Add |i{var}, a way to insert user-entered
10146                 text in a template
10147
10148 2006-07-07 [colin]
10149
10150         * 2.4.0-rc3 released
10151
10152 2006-07-07 [colin]      2.3.1cvs69
10153
10154         * src/folder.c
10155                 Don't consider inboxes of UNKNOWN folder 
10156                 classes to be useable as default inboxes
10157
10158 2006-07-07 [paul]       2.3.1cvs68
10159
10160         * src/textview.c
10161                 add missing #include <errno.h>
10162                 Thanks to René J. Blokland
10163
10164 2006-07-07 [paul]       2.3.1cvs67
10165
10166         * src/action.c
10167                 Return now Closes dialog
10168         * src/mimeview.c
10169         * src/mimeview.h
10170         * src/textview.c
10171                 add contextual menu to mime parts listed
10172                 in the textview
10173                 Thanks to Colin
10174         * src/common/utils.c
10175                 reversal: ' is a valid character in URLs
10176
10177 2006-07-06 [colin]      2.3.1cvs66
10178
10179         * src/remotefolder.h
10180                 Forgotten in previous commit
10181
10182 2006-07-06 [colin]      2.3.1cvs65
10183
10184         * src/folder.c
10185                 Set summary update flag whenever
10186                 totals changed
10187         * src/imap.c
10188         * src/prefs_account.c
10189         * src/common/utils.h
10190         * src/etpan/imap-thread.c
10191                 Fix warnings, thanks to Fabien and
10192                 Ricardo
10193
10194 2006-07-06 [wwp]        2.3.1cvs64
10195
10196         * src/gtk/gtkutils.c
10197                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
10198
10199 2006-07-06 [wwp]        2.3.1cvs63
10200
10201         * src/account.c
10202         * src/addressbook.c
10203         * src/addressitem.h
10204         * src/folderview.c
10205         * src/mainwindow.c
10206         * src/manual.c
10207         * src/manual.h
10208         * src/message_search.c
10209         * src/prefs_actions.c
10210         * src/prefs_filtering.c
10211         * src/prefs_filtering.h
10212         * src/prefs_template.c
10213         * src/summary_search.c
10214         * src/summaryview.c
10215         * src/gtk/gtkutils.c
10216         * src/gtk/gtkutils.h
10217         * src/gtk/pluginwindow.c
10218                 add help buttons to some dialogs. Clicking such buttons opens a
10219                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
10220
10221 2006-07-06 [paul]       2.3.1cvs62
10222
10223         * src/textview.c
10224                 fix attachments contextual menu
10225                 Thanks to Colin
10226
10227 2006-07-05 [colin]      2.3.1cvs61
10228
10229         * src/textview.c
10230         * src/compose.c
10231                 Handle sftp:// links
10232
10233 2006-07-05 [paul]       2.3.1cvs60
10234
10235         * src/gtk/filesel.c
10236                 grab save button by default
10237                 Thanks to Colin
10238
10239 2006-07-05 [wwp]        2.3.1cvs59
10240
10241         * manual/xml2pdf
10242                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
10243
10244 2006-07-04 [colin]      2.3.1cvs58
10245
10246         * src/mimeview.c
10247         * src/textview.c
10248                 Use left click to select, middle click to open
10249                 on mimeparts links
10250         * src/common/utils.c
10251                 Fix segfault
10252
10253 2006-07-04 [colin]      2.3.1cvs57
10254
10255         * src/mainwindow.c
10256         * src/news.c
10257                 Warning fixes, thanks to Fabien
10258
10259 2006-07-04 [colin]      2.3.1cvs56
10260
10261         * src/mimeview.c
10262         * src/mimeview.h
10263         * src/textview.c
10264                 Allow parts to be selected via their text label
10265                 in textview
10266
10267 2006-07-04 [colin]      2.3.1cvs55
10268
10269         * src/folderview.c
10270                 Feedback when closing (for big folders)
10271         * src/prefs_actions.c
10272         * src/prefs_filtering.c
10273         * src/prefs_matcher.c
10274         * src/prefs_template.c
10275                 Fix default button when closing without
10276                 having saved
10277
10278 2006-07-04 [colin]      2.3.1cvs54
10279
10280         * src/news.c
10281                 Delete local file on deletion
10282
10283 2006-07-03 [colin]      2.3.1cvs53
10284
10285         * src/folderview.c
10286         * src/main.c
10287                 Don't freeze when rescanning after crash
10288
10289 2006-07-03 [wwp]        2.3.1cvs52
10290
10291         * src/compose.c
10292         * src/privacy.c
10293         * src/privacy.h
10294         * src/plugins/pgpinline/pgpinline.c
10295         * src/plugins/pgpmime/pgpmime.c
10296                 don't report an error when the user cancels the passphrase dialog.
10297
10298 2006-07-02 [colin]      2.3.1cvs51
10299
10300         * src/folderview.c
10301                 Open message when crossing folders with Space,
10302                 goto next unread and friends
10303
10304 2006-07-01 [colin]      2.3.1cvs50
10305
10306         * src/prefs_account.c
10307                 Typographic rules varying from language
10308                 to language (in french "Protocole :"),
10309                 we have to do that :)
10310
10311 2006-07-01 [ticho]      2.3.1cvs49
10312
10313         * src/prefs_account.c
10314                 Only use one temporary gchar* variable in
10315                 prefs_account_protocol_set_optmenu().
10316
10317 2006-07-01 [ticho]      2.3.1cvs48
10318
10319         * src/prefs_account.c
10320         * src/prefs_account.h
10321                 Use GtkLabel for existing account protocol name.
10322                 Created an array for protocol names and populate the
10323                 combobox from it in a for() cycle.
10324
10325 2006-06-30 [colin]      2.3.1cvs47
10326
10327         * src/compose.c
10328                 Block undo when changing signature (by changing
10329                 account)
10330
10331 2006-06-30 [paul]       2.3.1cvs46
10332
10333         * src/send_message.c
10334                 when editing From in the Compose window, use that address
10335                 in the Return-Path: header
10336                 Thanks to Colin
10337
10338 2006-06-30 [colin]      2.3.1cvs45
10339
10340         * src/compose.c
10341                 Fix signature replacement:
10342                 - when no newline before separator
10343                 - when reediting
10344
10345 2006-06-29 [colin]      2.3.1cvs44
10346
10347         * src/folderview.c
10348         * src/folderview.h
10349         * src/mainwindow.c
10350         * src/summaryview.c
10351                 Let 'View/Go to/Next marked' work like
10352                 Next new & Next unread: across folders
10353                 Change the select_on_entry pref to do
10354                 what we want when changing folder
10355         * src/common/utils.c
10356                 Fix single-quoted links 
10357
10358 2006-06-29 [colin]      2.3.1cvs43
10359
10360         * src/gtk/gtkaspell.c
10361                 "Sylpheed" and "Sylpheed-Claws" do exist !
10362
10363 2006-06-29 [colin]      2.3.1cvs42
10364
10365         * src/imap.c
10366                 Forgot to remove debug
10367
10368 2006-06-29 [colin]      2.3.1cvs41
10369
10370         * src/imap.c
10371         * src/imap.h
10372         * src/mainwindow.c
10373                 Disconnect from IMAP servers when going
10374                 offline. Fixes bug #978 (going to offline-mode 
10375                 won't close connections)
10376
10377 2006-06-29 [colin]      2.3.1cvs40
10378
10379         * src/main.c
10380                 Fix transient setting on failing plugins
10381                 Patch by Fabien
10382         * src/plugins/pgpcore/sgpgme.c
10383                 Only warn for OpenPGP. Most people don't
10384                 have CMS available.
10385
10386 2006-06-29 [colin]      2.3.1cvs39
10387
10388         * src/compose.c
10389                 Fix Spelling menu (discrepancy between context menu
10390                 and top menu when folder's dictionary isn't the 
10391                 default one)
10392         * src/plugins/pgpcore/sgpgme.c
10393                 More error reporting about why gpgme can fail
10394
10395 2006-06-29 [wwp]        2.3.1cvs38
10396
10397         * src/mainwindow.c
10398                 honor the display-header-pane setting even when the message view
10399                 is a separate window.
10400
10401 2006-06-29 [wwp]        2.3.1cvs37
10402
10403         * src/prefs_actions.c
10404                 forgot to commit that one (use of GTK_STOCK_INFO).
10405
10406 2006-06-29 [colin]      2.3.1cvs36
10407
10408         * src/imap.c
10409                 Better handling of login errors (ask the password
10410                 again once), alert in case of error. Fix three
10411                 signedness warnings.
10412
10413 2006-06-28 [wwp]        2.3.1cvs35
10414
10415         * src/prefs_template.c
10416         * src/prefs_matcher.c
10417         * src/prefs_filtering_action.c
10418         * src/prefs_quote.c
10419                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
10420                 patch by Fabien Vantard, slightly modified.
10421
10422 2006-06-28 [paul]
10423
10424         2.4.0-rc2 released
10425
10426 2006-06-28 [colin]      2.3.1cvs34
10427
10428         * src/prefs_account.c
10429                 Fix bug #977 (Can't add or edit imap accounts)
10430
10431 2006-06-28 [colin]      2.3.1cvs33
10432
10433         * src/mimeview.c
10434                 Fix previous
10435
10436 2006-06-28 [colin]      2.3.1cvs32
10437
10438         * src/mimeview.c
10439                 Save named inlined attachments with "Save all"
10440         * src/main.c
10441         * src/mbox.c
10442         * src/common/plugin.c
10443         * src/common/plugin.h
10444         * src/common/sylpheed.c
10445         * src/common/utils.c
10446         * src/plugins/pgpcore/sylpheed.def
10447         * src/plugins/pgpinline/sylpheed.def
10448         * src/plugins/pgpmime/sylpheed.def
10449                 Win32 compatibility patch, by
10450                 Werner Koch
10451
10452 2006-06-28 [wwp]        2.3.1cvs31
10453
10454         * src/imap.c
10455         * src/prefs_folder_item.c
10456                 less compilation warnings (thanks to Fabien Vantard), less typos.
10457
10458 2006-06-28 [paul]       2.3.1cvs30
10459
10460         * src/gtk/gtkutils.c
10461                 gtk_combo_box_set_focus_on_click() is only
10462                 available since gtk 2.6.0
10463
10464 2006-06-28 [paul]       2.3.1cvs29
10465
10466         * src/prefs_ext_prog.c
10467                 fix engrish and add a tooltip for the
10468                 'command for 'Display as text' option
10469
10470 2006-06-28 [paul]
10471
10472         2.4.0-rc1 released
10473
10474 2006-06-28 [paul]       2.3.1cvs28
10475
10476         * ChangeLog
10477         * tools/Makefile.am
10478                 include textviewer.pl in releases
10479
10480 2006-06-28 [paul]       2.3.1cvs27
10481
10482         * src/prefs_ext_prog.c
10483                 hide Print command option if libgnomeprint
10484                 support is present
10485
10486 2006-06-27 [colin]      2.3.1cvs26
10487
10488         * src/compose.c
10489                 Fix Esc handling in insert/attach dialog
10490                 Don't show this dialog if dragging something
10491                 else than text/uri-list
10492                 Thanks to Fabien Vantard
10493         * tools/textviewer.pl
10494                 Filter script to display stuff as text
10495                 by H. Merijn Brand
10496
10497 2006-06-27 [wwp]        2.3.1cvs25
10498
10499         * src/messageview.c
10500                 use the exact product name (message view title), patch
10501                 by Fabien Vantard.
10502
10503 2006-06-27 [ticho]      2.3.1cvs24
10504
10505         * src/prefs_account.c
10506         * src/prefs_common.c
10507         * src/prefs_common.h
10508         * src/prefs_ext_prog.c
10509         * src/textview.c
10510                 Add a preference (Preferences/External programs)
10511                 to allow "Display as text" to be done via a script
10512                 (patch by H.Merijn Brand).
10513                 Use GtkComboBox for protocol selection in account
10514                 preferences.
10515                 Only include current choice for existing accounts, and
10516                 insensitivize the combobox.
10517
10518 2006-06-27 [paul]       2.3.1cvs23
10519
10520         * src/mbox.c
10521                 fix crasher introduced in cvs21.
10522                 Thanks to Colin
10523
10524 2006-06-26 [colin]      2.3.1cvs22
10525
10526         * src/mbox.c
10527                 Fix double-frees when leaving folders
10528                 after exporting to mbox
10529
10530 2006-06-26 [colin]      2.3.1cvs21
10531
10532         * src/mbox.c
10533                 More feedback (and optimisation)
10534                 on import/export
10535         * src/common/utils.c
10536                 Fix case when looking for mail addresses
10537         * src/gtk/gtkutils.c
10538                 Extra check for (X-)Face
10539
10540 2006-06-25 [ticho]      2.3.1cvs20
10541
10542         * src/compose.c
10543         * src/exphtmldlg.c
10544         * src/gtk/gtkutils.c
10545         * src/gtk/gtkutils.h
10546                 Added second argument to gtkut_sc_combobox_create() to
10547                 control focus-on-click for the widget.
10548                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
10549
10550 2006-06-25 [ticho]      2.3.1cvs19
10551
10552         * src/compose.c
10553         * src/gtk/Makefile.am
10554         * src/gtk/combobox.c
10555         * src/gtk/combobox.h
10556         * src/gtk/gtkutils.c
10557         * src/gtk/gtkutils.h
10558                 Use GtkComboBox instead of deprecated GtkOptionMenu
10559                 for account selector in compose window and for encoding
10560                 selector in attachment properties.
10561                 Also factorise working with the new GtkComboBox somewhat.
10562
10563 2006-06-24 [paul]       2.3.1cvs18
10564
10565         * src/prefs_common.c
10566                 use the correct default value
10567
10568 2006-06-24 [paul]       2.3.1cvs17
10569
10570         * src/compose.c
10571         * src/prefs_common.c
10572         * src/prefs_common.h
10573         * src/prefs_compose_writing.c
10574                 enable setting of default action when
10575                 dnd'ing files in the compose window.
10576                 (Collaborative effort with wwp)
10577
10578 2006-06-23 [wwp]        2.3.1cvs16
10579
10580         * src/compose.c
10581                 i18n fix (thanks to Fabien Vantard)
10582
10583 2006-06-22 [colin]      2.3.1cvs15
10584
10585         * src/prefs_customheader.c
10586                 Don't use filters in custom headers' file 
10587                 selector. Remember, extensions mean nothing :)
10588
10589 2006-06-22 [paul]       2.3.1cvs14
10590
10591         * configure.ac
10592                 allow setting of man directory location
10593
10594 2006-06-22 [colin]      2.3.1cvs13
10595
10596         * src/mainwindow.c
10597                 Add 'View/Go to/Next unread folder'.
10598                 I missed that :)
10599
10600 2006-06-22 [colin]      2.3.1cvs12
10601
10602         * src/common/utils.c
10603                 Add some subject prefixes
10604                 Patch by Bjorn T Johansen <btj@havleik.no>
10605
10606 2006-06-22 [colin]      2.3.1cvs11
10607
10608         * manual/advanced.xml
10609                 Forgotten hidden pref
10610
10611 2006-06-21 [paul]       2.3.1cvs10
10612
10613         * src/prefs_account.c
10614                 complete the removal of 'Add date header' option
10615
10616 2006-06-21 [paul]       2.3.1cvs9
10617
10618         * src/account.c
10619         * src/compose.c
10620         * src/prefs_account.c
10621         * src/prefs_account.h
10622                 remove option to add date header - always
10623                 add date header
10624         * src/etpan/imap-thread.c
10625                 fix warnings (Thanks to Colin)
10626
10627 2006-06-21 [wwp]        2.3.1cvs8
10628
10629         * src/folder.c
10630                 set the attachment flag when inline text part are (file)named. This is more convenient
10631                 when receiving (for instance) inline source files or patches sent using thunderbird.
10632
10633 2006-06-21 [paul]       2.3.1cvs7
10634
10635         * src/inc.c
10636                 fix off-by-one count of current msg in
10637                 statusbar filtering progressbar
10638
10639 2006-06-21 [paul]       2.3.1cvs6
10640
10641         * src/folder.c
10642                 Show attachment icon even if the part is 'inline'
10643                 if the following conditions are met:
10644                 - content-type != 'text/plain'
10645                 - content-type != '*/pgp-signature'
10646                 - either 'name' or 'filename' parameter is not NULL
10647                 
10648                 Thanks to Colin
10649
10650 2006-06-21 [paul]       2.3.1cvs5
10651
10652         * src/messageview.c
10653         * src/prefs_common.c
10654         * src/prefs_common.h
10655         * src/prefs_other.c
10656                 add an option to 'Never send Return
10657                 Receipts'
10658                 Thanks to Colin
10659
10660 2006-06-20 [mones]      2.3.1cvs4
10661
10662         * po/es.po
10663                 updated
10664         * src/compose.c
10665                 typo fixed (space after comma)
10666         * tools/make.themes.project
10667                 remove exec mode from tarball files
10668
10669 2006-06-20 [colin]      2.3.1cvs3
10670
10671         * src/news.c
10672         * src/procheader.c
10673         * src/unmime.c
10674                 Better fix for \n's in headers (don't 
10675                 break Received: and others)
10676
10677 2006-06-20 [paul]       2.3.1cvs2
10678
10679         * src/alertpanel.c
10680         * src/textview.c
10681                 improve legibility of phishing attempt
10682                 dialog
10683
10684 2006-06-20 [paul]       2.3.1cvs1
10685
10686         * NEWS
10687         * README
10688         * configure.ac
10689                 Update version number following
10690                 stable release
10691
10692 2006-06-20 [colin]      2.3.0cvs26
10693
10694         * src/compose.c
10695                 When dragging a file to the text of the compose
10696                 window, ask whether we want to insert or attach
10697                 (I know lots of people who do that to attach)
10698
10699 2006-06-20 [colin]      2.3.0cvs25
10700
10701         * src/etpan/imap-thread.c
10702                 Fix threshold (the append command is often > 32 bytes)
10703
10704 2006-06-19 [colin]      2.3.0cvs24
10705
10706         * src/imap.c
10707         * src/etpan/imap-thread.c
10708                 Workaround Rockliffe IMAP server bug: replace
10709                 "x UID SEARCH (ANSWERED UID 1:*)" with
10710                 "x UID SEARCH ANSWERED"
10711                 (Rockliffe doesn't handle the parenthesis)
10712
10713 2006-06-19 [colin]      2.3.0cvs23
10714
10715         * src/compose.c
10716         * src/imap.c
10717         * src/etpan/imap-thread.c
10718                 Probably fix bug #972 (Freezes when adding 
10719                 an attachment to the message)
10720         * src/common/defs.h
10721                 Modernize Firefox cmd
10722
10723
10724 2006-06-18 [colin]      2.3.0cvs22
10725
10726         * src/prefs_customheader.c
10727                 Only allow correct filenames for various
10728                 custom headers
10729
10730 2006-06-18 [colin]      2.3.0cvs21
10731
10732         * src/prefs_customheader.c
10733                 Add a 'From File...' button in custom headers prefs, which
10734                 try to do the right thing: 
10735                 for normal headers, use file as plaintext,
10736                 for X-Face, calls compface,
10737                 for Face, encode to b64.
10738
10739 2006-06-17 [colin]      2.3.0cvs20
10740
10741         * src/mh.c
10742                 Warning fix
10743
10744 2006-06-16 [colin]      2.3.0cvs19
10745
10746         * src/summaryview.c
10747                 Recursive quicksearch: show message list
10748                 in current folder, *then* search children
10749                 in the background.
10750
10751 2006-06-16 [colin]      2.3.0cvs18
10752
10753         * src/main.c
10754                 Instead of ignoring SIGPIPE, save caches
10755                 when getting one. Will fix the fact that
10756                 hot caches are out-of-date when logging 
10757                 out of Xorg.
10758         * src/compose.c
10759         * src/prefs_compose_writing.c
10760                 Only save text (not attachments) when 
10761                 auto-saving to drafts
10762         * src/unmime.c
10763                 Always replace \n, \r and \t with spaces
10764                 in headers
10765         * manual/dist/html/Makefile.am
10766         * manual/dist/pdf/Makefile.am
10767         * manual/dist/ps/Makefile.am
10768         * manual/dist/txt/Makefile.am
10769         * manual/fr/dist/html/Makefile.am
10770         * manual/fr/dist/pdf/Makefile.am
10771         * manual/fr/dist/ps/Makefile.am
10772         * manual/fr/dist/txt/Makefile.am
10773         * manual/pl/dist/html/Makefile.am
10774         * manual/pl/dist/pdf/Makefile.am
10775         * manual/pl/dist/ps/Makefile.am
10776         * manual/pl/dist/txt/Makefile.am
10777                 Fix make clean removing pregenerated manuals
10778
10779
10780 2006-06-16 [colin]      2.3.0cvs17
10781
10782         * src/plugins/pgpcore/sgpgme.c
10783         * src/plugins/pgpmime/pgpmime.c
10784         * src/plugins/pgpinline/pgpinline.c
10785                 Better error reporting in setup_signers.
10786                 Don't fallback to default key if specified
10787                 key isn't found.
10788                 Don't allow signing if more than one secret
10789                 key matches the one specified in prefs.
10790
10791 2006-06-15 [colin]      2.3.0cvs16
10792
10793         * src/folderview.c
10794                 Add "Send queue" in the folder's contextual
10795                 menu
10796         * src/compose.c
10797         * src/messageview.c
10798         * src/privacy.c
10799         * src/privacy.h
10800         * src/procmime.c
10801         * src/procmsg.c
10802         * src/plugins/pgpcore/passphrase.c
10803         * src/plugins/pgpcore/sgpgme.c
10804         * src/plugins/pgpinline/pgpinline.c
10805         * src/plugins/pgpmime/pgpmime.c
10806                 Better error reporting
10807         * src/mbox.c
10808                 Probably fix bug #971 (2.2.3 cannot read mail 
10809                 from local mbox)
10810
10811
10812 2006-06-15 [mones]      2.3.0cvs15
10813
10814         * tools/make.themes.project
10815                 creates the themes project from the web page
10816
10817 2006-06-15 [colin]      2.3.0cvs14
10818
10819         * src/folder.c
10820                 Better fix (avoid losing the folder if scan_tree 
10821                 fails)
10822
10823 2006-06-15 [cleroy]     2.3.0cvs13
10824
10825         * src/folder.c
10826                 Probably fix Bug #969 (crash on rebuilding 
10827                 imap folder)
10828
10829 2006-06-14 [colin]      2.3.0cvs12
10830
10831         * manual/dtd/manual.xsl
10832         * manual/sylpheed-claws-manual.xml
10833         * manual/fr/sylpheed-claws-manual.xml
10834         * manual/pl/sylpheed-claws-manual.xml
10835                 Insert pagebreaks between sections
10836
10837 2006-06-14 [paul]       2.3.0cvs11
10838
10839         * configure.ac
10840                 better fix than 2.3.0cvs10
10841
10842 2006-06-14 [paul]       2.3.0cvs10
10843
10844         * configure.ac
10845                 fix setting of PACKAGE_DATA_DIR with newer autoconf
10846                 (backwards compatible)
10847
10848 2006-06-13 [colin]      2.3.0cvs9
10849
10850         * src/messageview.c
10851                 Fix sending of return receipt with the new queue folders
10852
10853 2006-06-13 [wwp]        2.3.0cvs8
10854
10855         * src/quote_fmt_lex.l
10856                 fix wrong tokens returned in quote_fmt lexer, query not().
10857
10858 2006-06-13 [wwp]        2.3.0cvs7
10859
10860         * src/folder.c
10861         * src/prefs_folder_item.c
10862                 allow changing folder type even when folder is not a top-level one,
10863                 thanks to Colin.
10864
10865 2006-06-12 [colin]      2.3.0cvs6
10866
10867         * src/folderview.c
10868                 Fix double-ask of "Do you want to mark all
10869                 as read"
10870
10871 2006-06-12 [colin]      2.3.0cvs5
10872
10873         * src/compose.c
10874         * src/compose.h
10875         * src/folder.c
10876         * src/folder.h
10877         * src/imap.c
10878         * src/inc.c
10879         * src/main.c
10880         * src/messageview.c
10881         * src/mh.c
10882         * src/prefs_folder_item.c
10883         * src/procheader.c
10884         * src/procmime.c
10885         * src/procmsg.c
10886         * src/procmsg.h
10887         * src/send_message.c
10888         * src/summaryview.c
10889         * src/toolbar.c
10890                 Apply bug #964's patch (Queue and drafts aren't normal)
10891                 The Drafts and Queue folder now contain RFC-822 files,
10892                 allowing to move and copy mails from and to these 
10893                 folders. Moving from Drafts to Queue will prepare the
10894                 mail for sending (PGP signature, encryption, etc).
10895                 This patch also rework sending errors handling to try
10896                 to be more helpful.
10897                 Also, allow redefining folder types via the GUI 
10898                 (Folder type in its Properties)
10899
10900 2006-06-12 [colin]      2.3.0cvs4
10901
10902         * src/summaryview.c
10903         * src/prefs_common.c
10904         * src/prefs_common.h
10905         * src/gedit-print.c
10906                 Allow to define a specific print font - patch
10907                 by Bernhard Walle <bernhard.walle@gmx.de>
10908         * src/prefs_fonts.c
10909         * manual/advanced.xml
10910         * manual/fr/advanced.xml
10911                 Add a hidden pref to allow deletion without
10912                 confirmation
10913
10914 2006-06-12 [wwp]        2.3.0cvs3
10915
10916         * .cvsignore
10917                 more files to ignore.
10918
10919 2006-06-12 [wwp]        2.3.0cvs2
10920
10921         * src/quote_fmt.c
10922         * src/quote_fmt_lex.l
10923         * src/quote_fmt_parse.y
10924                 extend the quote_fmt parser (templates and quotes):
10925                 - allow limited sub-expressions in |p{} and |f{} expressions,
10926                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
10927                 - implemented/fixed missing implementation of query_references and show_references,
10928                 - completed, fixed contents and format of the symbols help dialog,
10929                 - fix some compilation warnings.
10930
10931 2006-06-12 [wwp]        2.3.0cvs1
10932
10933         * manual/advanced.xml
10934         * manual/fr/advanced.xml
10935                 updates in the "templates" section of the manual (eng/fr):
10936                  - be more precise (both versions)
10937                  - completed to match the english reference (fr version)
10938                  - touchups (both versions)
10939
10940 2006-06-12 [paul]       2.3.0
10941
10942         2.3.0 released
10943
10944 2006-06-12 [paul]       2.2.3cvs14
10945
10946         * po/ca.po
10947         * po/cs.po
10948         * po/de.po
10949         * po/el.po
10950         * po/fr.po
10951         * po/it.po
10952         * po/pt_BR.po
10953         * po/sr.po
10954         * po/zh_CN.po
10955                 updated by Miquel Oliete, Tim, Stephan Sachse,
10956                 Stavros Giannouris, Fabien Vantard, Andrea
10957                 Spadaccini, Frederico Goncalves Guimaraes,
10958                 Aleksandar Urosevic, and Ralgh Young
10959
10960 2006-06-12 [colin]      2.2.3cvs13
10961
10962         * src/mbox.c
10963                 Add missing header
10964
10965 2006-06-11 [colin]      2.2.3cvs12
10966
10967         * src/msgcache.c
10968                 Verify that g_malloc() succeeded
10969
10970 2006-06-11 [colin]      2.2.3cvs11
10971
10972         * src/wizard.c
10973                 Add Face header to welcome mail
10974
10975 2006-06-10 [colin]      2.2.3cvs10
10976
10977         * src/textview.c
10978                 Revert previous (Forgot it changes the
10979                 margin on the whole mail)
10980
10981 2006-06-10 [colin]      2.2.3cvs9
10982
10983         * src/textview.c
10984                 Don't overlap long headers under (X-)Face
10985
10986 2006-06-10 [mones]      2.2.3cvs8
10987
10988         * manual/xml2pdf
10989                 allow generation of manual on systems lacking saxon binary
10990                 but with java and the saxon library installed
10991
10992         * po/es.po
10993                 updated for release
10994
10995 2006-06-09 [colin]      2.2.3cvs7
10996
10997         * src/summaryview.c
10998                 Fix leak when using Display Sender using Addressbook
10999
11000 2006-06-09 [colin]      2.2.3cvs6
11001
11002         * src/compose.c
11003         * src/folder.c
11004         * src/folderview.c
11005         * src/mimeview.c
11006         * src/summaryview.c
11007                 More leaks fixes
11008
11009 2006-06-09 [paul]       2.2.3cvs5
11010
11011         * AUTHORS
11012         * src/gtk/authors.h
11013         * tools/claws.i18n.status.pl
11014                 updated with new info
11015
11016 2006-06-09 [paul]       2.2.3cvs4
11017
11018         * README
11019                 updated
11020         * manual/ack.xml
11021                 add wwp to authors list
11022         * src/gtk/authors.h
11023                 update mine and Colin's addresses
11024
11025 2006-06-08 [colin]      2.2.3cvs3
11026
11027         * src/etpan/imap-thread.c
11028                 Fix leak on SSL cert check
11029
11030 2006-06-08 [colin]      2.2.3cvs2
11031
11032         * src/common/utils.c
11033                 Fix leak
11034
11035 2006-06-08 [paul]       2.2.3cvs1
11036
11037         * configure.ac
11038                 Update version number following
11039                 stable release
11040
11041 2006-06-07 [colin]      2.2.2cvs3
11042
11043         * src/msgcache.c
11044                 Fix catching cache read errors (guint instead of gint)
11045                 Prevent malloc'ing more than 8MB (means cache corruption)
11046
11047 2006-06-07 [paul]       2.2.2cvs2
11048
11049         * src/exporthtml.c
11050         * src/exportldif.c
11051         * src/mh.c
11052         * src/mutt.c
11053         * src/pine.c
11054         * src/common/utils.c
11055                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
11056                 obey $HOME'
11057                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
11058                 Thanks to Colin
11059
11060 2006-06-06 [paul]       2.2.2cvs1
11061
11062         * configure.ac
11063                 Update version number following
11064                 stable release
11065
11066 2006-06-06 [paul]       2.2.1cvs6
11067
11068         * src/matcher.c
11069                 fix  implicit declaration of
11070                 sylpheed_do_idle()
11071                 Patch by Fabien Vantard
11072
11073 2006-06-06 [paul]       2.2.1cvs5
11074
11075         * src/matcher.c
11076                 fix age_greater and age_lower so that they
11077                 mean what say and not '...or equal to'
11078                 Thanks to Colin
11079
11080 2006-06-06 [paul]       2.2.1cvs4
11081
11082         * src/textview.c
11083         * src/common/utils.c
11084                 fix URI check
11085                 Thanks to Colin
11086
11087 2006-06-05 [wwp]        2.2.1cvs3
11088
11089         * manual/fr/account.xml
11090                 minor language fixes (thanks to Fabien Vantard).
11091
11092 2006-06-05 [colin]      2.2.1cvs2
11093
11094         * src/prefs_folder_item.c
11095         * src/folderview.c
11096                 Allow recursive setting of properties 
11097                 for whole mailboxes
11098         * src/matcher.c
11099                 Don't freeze on 'test' filtering rule
11100
11101 2006-06-05 [colin]      2.2.1cvs1
11102
11103         * configure.ac
11104                 Update version number following
11105                 stable release
11106
11107 2006-06-04 [wwp]        2.2.0cvs82
11108
11109         * manual/glossary.xml
11110         * manual/account.xml
11111         * manual/fr/glossary.xml
11112         * manual/fr/account.xml
11113                 added glossary section and references/links related to the Face custom header.
11114
11115 2006-06-04 [colin]      2.2.0cvs81
11116
11117         * src/summaryview.c
11118                 Skip to next message on move with no
11119                 immediate execution
11120
11121 2006-06-04 [wwp]        2.2.0cvs80
11122
11123         * manual/xml2pdf
11124                 added sanity checks, exit when needed.
11125
11126 2006-06-03 [paul]       2.2.0cvs79
11127
11128         * src/prefs_receive.c
11129                 page name is now 'Receiving'
11130         * src/prefs_send.c
11131                 page name is now 'Sending'
11132
11133 2006-06-03 [colin]      2.2.0cvs78
11134
11135         * src/plugins/spamassassin/spamassassin_gtk.c
11136                 Autoswitch to Localhost if transport was previously
11137                 disabled. Else people had to check [] Enable, then
11138                 *reselect* transport.
11139
11140 2006-06-03 [colin]      2.2.0cvs77
11141
11142         * src/plugins/pgpinline/pgpinline.c
11143         * src/plugins/pgpmime/pgpmime.c
11144                 Check that gpg_data_release_and_get_mem 
11145                 didn't fail (now, why this happens...)
11146
11147 2006-06-03 [colin]      2.2.0cvs76
11148
11149         * src/mbox.c
11150                 Fix bug #962 (Manual and/or UI should 
11151                 warn about incompatible locking 
11152                 causing dataloss)
11153
11154 2006-06-02 [cleroy]     2.2.0cvs75
11155
11156         * src/filtering.c
11157         * src/folder.c
11158         * src/procmsg.c
11159         * src/summaryview.c
11160                 Fix a few leaks
11161
11162 2006-06-02 [colin]      2.2.0cvs74
11163
11164         * src/main.c
11165                 On exit, free caches after writing them
11166                 Shuts up some valgrind false positives
11167         * src/procmsg.c
11168         * src/send_message.c
11169                 Fix races when reusing existing SMTP connections
11170                 Fix inexistant session timeout
11171         * src/toolbar.c
11172                 Display alertpanel after all queues have
11173                 been processed, not after each
11174
11175 2006-06-02 [wwp]        2.2.0cvs73
11176
11177         * manual/fr/glossary.xml
11178         * manual/fr/ack.xml
11179         * manual/ack.xml
11180                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
11181
11182 2006-06-02 [wwp]        2.2.0cvs72
11183
11184         * manual/xml2pdf
11185         * manual/dist/pdf/Makefile.am
11186         * manual/dtd/manual.xsl
11187         * manual/fr/dist/pdf/Makefile.am
11188         * manual/pl/dist/pdf/Makefile.am
11189                 we changed the procedure to generate the .pdf version of the manual.
11190                 The procedure is more modern and the .pdf we get now has a valid index.
11191                 Here are the new pre-requisites:
11192
11193                 - JRE 1.x (1.4 here): there must be one from your distro
11194                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
11195                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
11196                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
11197
11198                 See my posts for further info about the installation of this toolchain:
11199
11200                 Date: Fri, 19 May 2006 19:40:06 +0200
11201                 From: wwp <subscript@free.fr>
11202                 To: sylpheed-claws-devel@lists.sourceforge.net
11203                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
11204
11205                 and
11206
11207                 Date: Wed, 24 May 2006 12:58:49 +0200
11208                 From: wwp <subscript@free.fr>
11209                 To: sylpheed-claws-devel@lists.sourceforge.net
11210                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
11211
11212 2006-06-01 [colin]      2.2.0cvs71
11213
11214         * src/compose.c
11215                 Better guards against IMAP races
11216         * src/main.c
11217         * src/prefs_common.c
11218         * src/prefs_common.h
11219         * src/common/ssl_certificate.c
11220         * src/etpan/imap-thread.c
11221         * src/etpan/imap-thread.h
11222         * src/gtk/sslcertwindow.c
11223                 New hidden option ssl_skip_cert_check to 
11224                 avoid dups of bug #959 (libetpan linked
11225                 against gnutls and gnutls buggy on 64bit)
11226                 Present expired warning only once per
11227                 session/server.
11228         * manual/advanced.xml
11229         * manual/fr/advanced.xml
11230                 Document new option
11231
11232 2006-06-01 [wwp]        2.2.0cvs70
11233
11234         * src/messageview.c
11235                 fix for bug #961 (return receipt dialog 
11236                 complains incorrectly about return-path 
11237                 email adress being different), thanks 
11238                 to Colin.
11239
11240 2006-05-31 [cleroy]     2.2.0cvs69
11241
11242         * src/common/ssl.c
11243                 Guard against NULLs, although this
11244                 should never be an issue
11245
11246 2006-05-31 [colin]      2.2.0cvs68
11247
11248         * src/filtering.c
11249                 Use g_slist_prepend
11250         * src/imap.c
11251                 Don't remove caches when destroying folder, it
11252                 could (should) be done at exit
11253         * src/inc.c
11254                 free processing cache after incorporation
11255         * src/etpan/imap-thread.c
11256                 Maybe fix bug #959 (Crash on moving to emails 
11257                 to a imap account per ssl with a expired 
11258                 certificate.)
11259
11260 2006-05-30 [colin]      2.2.0cvs67
11261
11262         * src/summaryview.c
11263                 Put back event flush when displaying message
11264                 It avoids reading a bunch of messages just
11265                 by hitting shift-n for too long ;)
11266
11267 2006-05-29 [colin]      2.2.0cvs66
11268
11269         * src/summaryview.c
11270                 Remove useless g_warnings
11271
11272 2006-05-29 [colin]      2.2.0cvs65
11273
11274         * src/imap.c
11275                 Fix g_slist_append()s for performance
11276
11277 2006-05-29 [colin]      2.2.0cvs64
11278
11279         * src/compose.c
11280         * src/common/utils.c
11281                 Fix extraneous tab at start of addresses
11282         * src/mainwindow.c
11283                 Fix warnings (thanks to Fabien)
11284                 Fix crash at exit when composing messages 
11285                 exist
11286         * src/pop.c
11287                 Fix progress bar when deleting expired mails
11288                 Thanks to Hiro
11289         * src/summaryview.c
11290         * src/gtk/gtksctree.c
11291                 Fix re-sorting slowness
11292
11293 2006-05-29 [paul]       2.2.0cvs63
11294
11295         * src/mh.c
11296                 fetch full message when moving mails
11297                 from another mailbox, (fixed data loss
11298                 when filtering from IMAP to MH, introduced
11299                 in 2.2.0cvs57).
11300                 Thanks to Colin
11301
11302 2006-05-29 [mones]      2.2.0cvs62
11303
11304         * src/gtk/gtksctree.c
11305                 Unselect faster (patch by Colin)        
11306
11307 2006-05-26 [colin]      2.2.0cvs61
11308
11309         * src/summaryview.c
11310                 Unplug MSGINFO_UPDATE callback on delete too.
11311
11312 2006-05-26 [colin]      2.2.0cvs60
11313
11314         * src/foldersel.c
11315                 Fix bold in folder selection window with glib2.10
11316                 thanks Hiro
11317
11318 2006-05-26 [colin]      2.2.0cvs59
11319
11320         * src/procheader.c
11321                 Convert date only if necessary (and don't
11322                 try to convert from utf8 to utf8, too)
11323         * src/summaryview.c
11324                 Only set column's text if the column's 
11325                 displayed
11326
11327 2006-05-26 [colin]      2.2.0cvs58
11328
11329         * src/summaryview.c
11330         * src/gtk/gtkutils.c
11331                 Fix useless warning
11332
11333 2006-05-26 [colin]      2.2.0cvs57
11334
11335         * src/mainwindow.c
11336                 Make summaryview selectable as long as 
11337                 no message has focus
11338         * src/mh.c
11339                 Faster deletion (by implementing mh_remove_msgs)
11340                 Faster copy (avoid using mh_fetch_msg just to get
11341                 the filename)
11342                 Faster move (using move_file instead of copy_file
11343                 if MSG_IS_MOVE)
11344                 No progressbar if total number of mails to cp/mv 
11345                 is less than 100
11346         * src/summaryview.c
11347                 Fix removal from subject_table when mail gets moved
11348                 Faster deletion (g_slist_prepend instead of append)
11349         * src/gtk/gtksctree.c
11350                 Remove useless code
11351
11352 2006-05-25 [colin]      2.2.0cvs56
11353
11354         * src/common/ssl_certificate.c
11355                 Fix leak in expired cert check
11356
11357 2006-05-25 [colin]      2.2.0cvs55
11358
11359         * src/mh.c
11360                 Disable flags syncing on .mh_sequences - it
11361                 is buggy and marks mails read under unknown
11362                 conditions.
11363
11364 2006-05-25 [paul]
11365
11366         * 2.3.0-rc4 released
11367
11368 2006-05-24 [colin]      2.2.0cvs54
11369
11370         attention cvs users: if you manage to crash
11371         Sylpheed-Claws while moving, copying or deleting
11372         mails, we *are* interested in stack traces and
11373         valgrind logs. It looks stable, but one never
11374         knows...
11375
11376         * src/folder.c
11377                 Add progressbar for cache updates
11378         * src/folderutils.c
11379                 Optimize Mark all read in the current
11380                 folder
11381         * src/mh.c
11382                 Add progressbar for copy/move
11383         * src/procmsg.c
11384                 Optimize O(n^2) in copy/move
11385         * src/summaryview.c
11386         * src/gtk/gtksctree.c
11387                 Optimize O(n^2) algos
11388         * src/common/timing.h
11389                 Display ms instead of us
11390
11391 2006-05-24 [wwp]        2.2.0cvs53
11392
11393         * manual/fr/advanced.xml
11394                 updates to the French manual.
11395
11396 2006-05-24 [wwp]        2.2.0cvs52
11397
11398         * src/common/utils.c
11399                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
11400
11401 2006-05-24 [wwp]        2.2.0cvs51
11402
11403         * src/folderutils.c
11404                 fixed "mark all read" in MH folders (thanks to Colin).
11405
11406 2006-05-24 [paul]       2.2.0cvs50
11407
11408         * doc/man/sylpheed-claws.1
11409                 updated the man page
11410
11411 2006-05-23 [colin]      2.2.0cvs49
11412
11413         * src/folderview.c
11414         * src/imap.c
11415         * src/inc.c
11416         * src/mbox.c
11417         * src/messageview.c
11418         * src/news.c
11419         * src/send_message.c
11420         * src/summaryview.c
11421         * src/gtk/sslcertwindow.c
11422                 alertpanel fixes, by Fabien
11423
11424 2006-05-23 [colin]      2.2.0cvs48
11425
11426         * src/folder.c
11427         * src/folderview.c
11428         * src/msgcache.c
11429         * src/summaryview.c
11430         * src/gtk/gtksctree.c
11431         * src/gtk/gtksctree.h
11432                 More timings
11433                 Fix slow loading problem, which was caused by the
11434                 use of some gtk_ctree funcs and their use of
11435                 g_list_position while gtk_ctree_(un)link'ing.
11436                 Reap more functions from gtkctree.c to be sure we
11437                 use our (fast) version instead of theirs.
11438         * src/mh.c
11439                 Fix copy of unread mails
11440
11441
11442 2006-05-22 [wwp]        2.2.0cvs47
11443
11444         * manual/fr/advanced.xml
11445                 updated.
11446
11447 2006-05-22 [colin]      2.2.0cvs46
11448
11449         * src/filtering.c
11450                 Fix possible infinite loop. 'copy' is not a 
11451                 final action, so when encountering a 'copy',
11452                 we have to check if a previous one was set
11453                 and do it. In the same way, if we encounter
11454                 a 'move' we have to perform a possibly 
11455                 pending 'copy'. This will slow down filtering
11456                 on IMAP if move+copy or multiple copy actions
11457                 are to be done, but handling it via the batch
11458                 would be really too convoluted.
11459
11460 2006-05-22 [wwp]        2.2.0cvs45
11461
11462         * manual/fr/advanced.xml
11463         * manual/fr/faq.xml
11464         * manual/fr/glossary.xml
11465         * manual/fr/handling.xml
11466         * manual/fr/intro.xml
11467         * manual/fr/plugins.xml
11468         * manual/fr/sylpheed-claws-manual.xml
11469                 sync w/ the english manual: updates URIs, documented mailing-list
11470                 support, better explanation about the enabled/disabled feature
11471                 in filtering/processing rules by Paul.
11472
11473 2006-05-21 [colin]      2.2.0cvs44
11474
11475         * src/summaryview.c
11476                 Don't expand after building threads, but during
11477
11478 2006-05-21 [colin]      2.2.0cvs43
11479
11480         * src/procmsg.c
11481         * src/summaryview.c
11482                 More timing possibilities... For next time I have 
11483                 to find out how the hell some 3GHz computer takes
11484                 one minute to open a 30k folder...
11485
11486 2006-05-21 [colin]      2.2.0cvs42
11487
11488         * manual/pl/advanced.xml
11489         * manual/pl/faq.xml
11490         * manual/pl/glossary.xml
11491         * manual/pl/handling.xml
11492         * manual/pl/intro.xml
11493         * manual/pl/plugins.xml
11494         * manual/pl/sylpheed-claws-manual.xml
11495                 Polish manual updated by Pawel
11496
11497 2006-05-20 [colin]
11498
11499         * 2.3.0-rc3 released
11500
11501 2006-05-20 [colin]      2.2.0cvs41
11502
11503         * src/imap.c
11504                 Fix -rc2 problems:
11505                 - remove cache of moved messages from original folder
11506                 - apply new flags to messages even if they aren't appliable
11507                   via IMAP.
11508
11509 2006-05-20 [colin]
11510
11511         * 2.3.0-rc2 released
11512
11513 2006-05-19 [colin]      2.2.0cvs40
11514
11515         * src/imap.c
11516                 Don't issue SELECT in imap_change_flags
11517                 before having checked that we indeed have
11518                 some flags to change. MSG_POSTFILTERED for
11519                 example can't be used on IMAP.
11520                 Fixes bug #955 (copying messages between 
11521                 imap folders is extremely slow), which was
11522                 a regression.
11523
11524 2006-05-19 [colin]      2.2.0cvs39
11525
11526         * src/folder.c
11527         * src/folder.h
11528         * src/folderview.c
11529                 Try to fix bug #830 (Some unread messages 
11530                 get marked read in IMAP inbox):
11531                 - Prevent scanning a folder if it's being 
11532                   opened via the GUI
11533                 - Postpone opening via the GUI of a folder
11534                   currently scanned.
11535
11536
11537 2006-05-19 [wwp]        2.2.0cvs38
11538
11539         * manual/advanced.xml
11540                 fix English+typo (thanks to Paul).
11541
11542 2006-05-19 [wwp]        2.2.0cvs37
11543
11544         * manual/advanced.xml
11545         * manual/fr/advanced.xml
11546         * src/gtk/logwindow.c
11547         * src/prefs_common.c
11548         * src/prefs_common.h
11549                 added hidden prefs to allow customization of colors used in
11550                 protocol log window (useful for dark gtk+ themes).
11551
11552 2006-05-19 [wwp]        2.2.0cvs36
11553
11554         * ChangeLog
11555                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
11556
11557 2006-05-19 [paul]       2.2.0cvs35
11558
11559         * src/textview.c
11560                 make Reply-To fully clickable
11561         * src/gtk/logwindow.c
11562                 more colouring (SMTP ESMTP)
11563         Both patches by Pawel Pekala
11564
11565 2006-05-19 [cleroy]     2.2.0cvs34
11566
11567         * src/mh.c
11568                 Don't update flags from current folder
11569                 Probably fixes bug #935 (Read Messages 
11570                 Revert to Being Marked as Unread)
11571
11572 2006-05-18 [colin]      2.2.0cvs33
11573
11574         * src/imap.c
11575                 Warning fix
11576         * src/compose.c
11577         * src/mainwindow.c
11578         * src/summaryview.c
11579         * src/toolbar.c
11580                 Allow replying to multiple emails
11581                 in multiple windows
11582         * src/mimeview.c
11583         * src/etpan/imap-thread.c
11584                 Leak fixes
11585
11586 2006-05-18 [paul]       2.2.0cvs32
11587
11588         * src/summaryview.c
11589                 keep Mailing-List menu refreshed
11590                 Thanks to Colin
11591
11592 2006-05-18 [paul]       2.2.0cvs31
11593
11594         * manual/advanced.xml
11595         * manual/faq.xml
11596         * manual/glossary.xml
11597         * manual/handling.xml
11598         * manual/intro.xml
11599         * manual/plugins.xml
11600         * manual/sylpheed-claws-manual.xml
11601                 update URLs
11602                 add info about mailing-list support
11603                 edit filtering info
11604         * src/wizard.c
11605         * src/common/defs.h
11606         * src/gtk/about.c
11607         * src/plugins/dillo_viewer/README
11608                 update URLs
11609
11610 2006-05-17 [wwp]        2.2.0cvs30
11611
11612         * manual/handling.xml
11613         * manual/fr/handling.xml
11614                 documented the ability to enabled/disable filtering/processing rules.
11615
11616 2006-05-17 [colin]      2.2.0cvs29
11617
11618         * src/main.c
11619                 Don't initialize g_thread subsystem if it's 
11620                 already done (thanks to Hiro)
11621         * src/mimeview.c
11622                 Fix saving of parts when there name can't be
11623                 converted from UTF-8.
11624
11625 2006-05-17 [paul]       2.2.0cvs28
11626
11627         * po/Makefile.in.in
11628                 fix config.status warning with autoconf 2.60
11629
11630 2006-05-17 [paul]       2.2.0cvs27
11631
11632         * po/POTFILES.in
11633                 add src/mbox.c
11634
11635 2006-05-17 [wwp]        2.2.0cvs26
11636
11637         * src/mainwindow.c
11638                 fix useless and potentially dangerous buffer walking (thanks to Colin).
11639
11640 2006-05-17 [wwp]        2.2.0cvs25
11641
11642         * src/plugins/demo/demo.c
11643                 updated product name in plugin demo (many plugins need to be
11644                 sync'ed w/ that change).
11645
11646 2006-05-17 [colin]      2.2.0cvs24
11647
11648         * src/mh.c
11649                 Fix leak
11650
11651 2006-05-16 [colin]      2.2.0cvs23
11652
11653         * src/mainwindow.c
11654                 Stupid me hit again. Fix cvs22.
11655
11656 2006-05-16 [colin]      2.2.0cvs22
11657
11658         * src/mainwindow.c
11659                 Fix bug #922 (sylpheed-claws crashed after 
11660                 pushing on Inbox folder)
11661
11662 2006-05-16 [colin]      2.2.0cvs21
11663
11664         * src/compose.c
11665                 Make From header be copy/paste/select-able
11666
11667 2006-05-16 [wwp]        2.2.0cvs20
11668
11669         * src/export.c
11670         * src/matcher.c
11671         * src/summaryview.c
11672         * src/etpan/imap-thread.c
11673                 fix some compiler warnings (thanks to Colin).
11674
11675 2006-05-16 [wwp]        2.2.0cvs19
11676
11677         * src/action.c
11678         * src/gedit-print.c
11679         * src/inc.c
11680         * src/mainwindow.c
11681         * src/mh.c
11682         * src/statusbar.c
11683         * src/send_message.c
11684         * src/summaryview.c
11685                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
11686
11687 2006-05-15 [colin]      2.2.0cvs18
11688
11689         * src/procmsg.c
11690                 Fix automatic rule creation with List-Post
11691
11692 2006-05-15 [paul]       2.2.0cvs17
11693
11694         * tools/filter_conv_new.pl
11695                 updated for rule enabling/disabling
11696                 claws version >= 2.3.x required
11697
11698 2006-05-15 [cleroy]     2.2.0cvs16
11699
11700         * src/main.c
11701                 Revert test
11702
11703 2006-05-15 [cleroy]     2.2.0cvs15
11704
11705         * src/main.c
11706                 test
11707
11708 2006-05-15 [wwp]        2.2.0cvs14
11709
11710         * manual/pl/.cvsignore
11711                 ignore generated files.
11712
11713 2006-05-14 [wwp]        2.3.0-rc1
11714
11715         * 2.3.0-rc1 released
11716
11717 2006-05-13 [wwp]        2.2.0cvs13
11718
11719         * src/filtering.c
11720         * src/filtering.h
11721         * src/matcher.c
11722         * src/matcher_parser_lex.l
11723         * src/matcher_parser_parse.y
11724         * src/prefs_filtering.c
11725                 new feature: provide the ability to disable filtering and processing
11726                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
11727                 adaptations.
11728
11729 2006-05-13 [colin]      2.2.0cvs12
11730
11731         * src/compose.c
11732                 Remove useless if (a) b; else b;
11733                 Thanks to wwp
11734
11735 2006-05-13 [wwp]        2.2.0cvs11
11736
11737         * src/export.c
11738         * src/import.c
11739         * src/mainwindow.c
11740         * src/mbox.c
11741         * src/summaryview.c
11742         * src/summaryview.h
11743                 no more silent failures (or at least less ones) when importing
11744                 or exporting from/to mbox. Also start importing/exporting if
11745                 the necessary info is set.
11746
11747 2006-05-13 [wwp]        2.2.0cvs10
11748
11749         * RELEASE_NOTES
11750                 restored up-to-date release notes.
11751
11752 2006-05-13 [paul]       2.2.0cvs9
11753
11754         * po/nl.po
11755         * po/ru.po
11756                 updated by Tim Dijkstra and Pavlo Bohmat
11757
11758 2006-05-12 [colin]      2.2.0cvs8
11759
11760         * src/gtk/quicksearch.c
11761                 Add "k" as shortcut for "colorlabel". Patch
11762                 by ath42@users.sf.net.
11763
11764 2006-05-12 [paul]       2.2.0cvs7
11765
11766         * src/prefs_common.h
11767         * src/prefs_summaries.c
11768         * src/summaryview.c
11769                 when entering a folder also allow
11770                 going directly to first Marked message
11771
11772 2006-05-12 [paul]       2.2.0cvs6
11773
11774         * src/summaryview.c
11775                 always obey 'confirm before marking all
11776                 mails read' option
11777
11778 2006-05-12 [paul]       2.2.0cvs5
11779
11780         * src/textview.c
11781                 make Sender fully clickable
11782
11783 2006-05-12 [colin]      2.2.0cvs4
11784
11785         * src/compose.c
11786         * src/compose.h
11787                 Let From be editable
11788         * src/main.c
11789         * src/mh.c
11790                 Full support of .mh_sequences' Unseen seq
11791
11792 2006-05-12 [colin]      2.2.0cvs3
11793
11794         * src/folder.c
11795         * src/mainwindow.c
11796         * src/mainwindow.h
11797         * src/messageview.c
11798         * src/prefs_spelling.c
11799         * src/procheader.c
11800         * src/procmsg.c
11801         * src/procmsg.h
11802         * src/summaryview.c
11803         * src/toolbar.c
11804         * src/toolbar.h
11805                 Add contextual menu on Compose toolbar
11806                 button. Fixes bug #944 (Automatic
11807                 addresses not applied when changing account
11808                 from compose window)
11809                 add Mailing List support
11810                 based on the old 0.6.5claws25 patch by
11811                 Melvin Hadasht, with finishing touches
11812                 by Colin
11813                 Fix "ignore thread" when mails are threaded by
11814                 subject (and weren't ignored although appearing
11815                 in the thread).
11816                 GUI rework.
11817                 Both patches by Pawel.
11818
11819 2006-05-08 [paul]       2.2.0cvs2
11820
11821         * src/mainwindow.c
11822         * src/mainwindow.h
11823         * src/messageview.c
11824         * src/procheader.c
11825         * src/procmsg.c
11826         * src/procmsg.h
11827         * src/summaryview.c
11828                 add Mailing List support
11829                 based on the old 0.6.5claws25 patch by 
11830                 Melvin Hadasht, with finishing touches
11831                 by Colin
11832
11833 2006-05-08 [colin]      2.2.0cvs1
11834
11835         * src/mainwindow.c
11836         * src/toolbar.c
11837         * src/toolbar.h
11838                 Add contextual menu on Compose toolbar 
11839                 button. Fixes bug #944 (Automatic 
11840                 addresses not applied when changing account 
11841                 from compose window)
11842
11843 2006-05-08 [paul]       2.2.0
11844
11845         2.2.0 released
11846
11847 2006-05-08 [paul]       2.1.1cvs51
11848
11849         * po/cs.po
11850         * po/de.po
11851         * po/en_GB.po
11852         * po/fi.po
11853         * po/fr.po
11854         * po/pt_BR.po
11855         * po/sr.po
11856         * po/zh_CN.po
11857                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
11858                 Fabien Vantard, Frederico Goncalves Guimaraes,
11859                 Aleksandar Urosevic, and Ralgh Young
11860
11861 2006-05-12 [colin]      2.1.1cvs50
11862
11863         * po/cs.po
11864         * po/de.po
11865         * po/en_GB.po
11866         * po/es.po
11867         * po/fi.po
11868         * po/fr.po
11869         * po/pt_BR.po
11870         * po/sr.po
11871         * po/zh_CN.po
11872                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
11873                 Fabien Vantard, Frederico Goncalves Guimaraes,
11874                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
11875
11876 2006-05-05 [colin]      2.1.1cvs49
11877
11878         * manual/Makefile.am
11879         * manual/pl/Makefile.am
11880         * manual/pl/account.xml
11881         * manual/pl/ack.xml
11882         * manual/pl/addrbook.xml
11883         * manual/pl/advanced.xml
11884         * manual/pl/faq.xml
11885         * manual/pl/glossary.xml
11886         * manual/pl/gpl.xml
11887         * manual/pl/handling.xml
11888         * manual/pl/intro.xml
11889         * manual/pl/keyboard.xml
11890         * manual/pl/plugins.xml
11891         * manual/pl/starting.xml
11892         * manual/pl/sylpheed-claws-manual.xml
11893         * manual/pl/dist/.cvsignore
11894         * manual/pl/dist/Makefile.am
11895         * manual/pl/dist/html/.cvsignore
11896         * manual/pl/dist/html/Makefile.am
11897         * manual/pl/dist/pdf/.cvsignore
11898         * manual/pl/dist/pdf/Makefile.am
11899         * manual/pl/dist/ps/.cvsignore
11900         * manual/pl/dist/ps/Makefile.am
11901         * manual/pl/dist/txt/.cvsignore
11902         * manual/pl/dist/txt/Makefile.am
11903                 Add the polish translation of the manual,
11904                 Authored by Pawel Pekala.
11905
11906 2006-05-05 [cleroy]     2.1.1cvs48
11907
11908         * src/main.c
11909                 Re-read matcherrc after loading plugins 
11910                 if some of them add folders.
11911
11912 2006-05-03 [colin]      2.1.1cvs47
11913
11914         * src/imap.c
11915                 I'm idiot
11916
11917 2006-05-03 [colin]      2.1.1cvs46
11918
11919         * src/imap.c
11920                 Be sure to have a session when
11921                 getting separator
11922
11923 2006-05-03 [colin]      2.1.1cvs45
11924
11925         * src/imap.c
11926         * src/imap.h
11927         * src/imap_gtk.c
11928                 Fix preventing renaming with namespace 
11929                 separator.
11930
11931 2006-05-01 [colin]      2.1.1cvs44
11932
11933         * src/action.c
11934                 Don't reload messageview when result of
11935                 action is piped.
11936
11937 2006-04-29 [colin]      2.1.1cvs43
11938
11939         * src/prefs_receive.c
11940         * src/plugins/spamassassin/spamassassin_gtk.c
11941         * src/plugins/clamav/clamav_plugin_gtk.c
11942                 GUI fixes by Pawel
11943
11944 2006-04-29 [colin]      2.1.1cvs42
11945
11946         * src/prefs_compose_writing.c
11947         * src/prefs_quote.c
11948                 Cleanups. Patch by Pawel
11949
11950 2006-04-28 [paul]       2.1.1cvs41
11951
11952         * src/matcher.c
11953                 fix returned quick search results when search
11954                 term contains an underscore.
11955                 Thanks to Colin
11956
11957 2006-04-28 [paul]       2.1.1cvs40
11958
11959         * src/prefs_message.c
11960         * src/prefs_receive.c
11961                 GUI cleanups
11962                 Patches by Pawel Pekala
11963
11964 2006-04-27 [colin]      2.1.1cvs39
11965
11966         * src/wizard.c
11967                 Differentiate subject Welcome from
11968                 window's title Welcome
11969
11970 2006-04-27 [paul]
11971
11972         2.2.0-rc1 released
11973
11974 2006-04-27 [paul]       2.1.1cvs38
11975
11976         * manual/advanced.xml
11977         * manual/fr/advanced.xml
11978                 add info about compose_no_markup hidden pref
11979
11980 2006-04-27 [paul]       2.1.1cvs37
11981
11982         * src/prefs_account.c
11983                 improve privacy labels
11984         * src/prefs_msg_colors.c
11985                 change some strings for translators' convenience
11986         * src/gtk/gtkutils.c
11987                 don't underline the link button text
11988
11989 2006-04-25 [colin]      2.1.1cvs36
11990
11991         * src/folder.c
11992                 Complete 2.1.1cvs33 (once more ;)
11993
11994 2006-04-25 [colin]      2.1.1cvs35
11995
11996         * src/editldap.c
11997                 Fix tooltip
11998
11999 2006-04-25 [cleroy]     2.1.1cvs34
12000
12001         * src/compose.c
12002         * src/gtk/gtkaspell.c
12003                 Fix crash on redirect (related to the return 
12004                 of the aspell menu in compose's toolbar)
12005         * src/prefs_msg_colors.c
12006                 Fix sensitivity widgets
12007         * src/image_viewer.c
12008         * src/gtk/pluginwindow.c
12009         * src/gtk/prefswindow.c
12010                 Change released signals to clicked (Fabien)
12011         * po/POTFILES.in
12012         * src/common/socket.c
12013         * src/plugins/spamassassin/spamassassin.c
12014                 Translate strings (Fabien)
12015
12016 2006-04-25 [paul]       2.1.1cvs33
12017
12018         * src/folder.c
12019         * src/folder.h
12020         * src/folderview.c
12021                 complete the fix of bug #912
12022                 Thanks to Colin
12023
12024 2006-04-25 [colin]      2.1.1cvs32
12025
12026         * src/news.c
12027                 Better progress bar
12028         * src/mimeview.c
12029         * src/summaryview.c
12030         * src/summaryview.h
12031                 Fix focus chain
12032                 Patches by Pawel Pekala
12033
12034 2006-04-24 [colin]      2.1.1cvs31
12035
12036         * src/compose.c
12037                 Fix compilation warnings (Fabien)
12038
12039 2006-04-24 [colin]      2.1.1cvs30
12040
12041         * src/addrindex.c
12042         * src/editldap.c
12043         * src/editldap_basedn.c
12044         * src/editldap_basedn.h
12045         * src/ldapctrl.c
12046         * src/ldapctrl.h
12047         * src/ldapquery.c
12048         * src/ldaputil.c
12049         * src/ldaputil.h
12050                 Fix bug #901 (LDAPS support)
12051
12052 2006-04-24 [colin]      2.1.1cvs29
12053
12054         * src/compose.c
12055                 Fix logic on error with send dialog on
12056         * src/imap.c
12057                 Fix compilation without libetpan, thanks
12058                 to Fabien
12059         * src/summaryview.c
12060                 Fix 'context-menu' key
12061
12062 2006-04-23 [colin]      2.1.1cvs28
12063
12064         * src/folder.c
12065                 Never free current's cache to free up 
12066                 memory. Fixes bug #912 (new count 
12067                 randomly set to message count)
12068
12069 2006-04-23 [colin]      2.1.1cvs27
12070
12071         * src/gtk/quicksearch.c
12072                 And remove printf...
12073
12074 2006-04-23 [colin]      2.1.1cvs26
12075
12076         * src/gtk/quicksearch.c
12077                 Fix replacing in quicksearch, and fix inserting
12078                 in the middle of the string. (introduced at 2.1.0cvs22)
12079
12080 2006-04-23 [colin]      2.1.1cvs25
12081
12082         * src/imap.c
12083                 Make sure uidnext is initialized in get_num_list
12084                 (not for stable, related to 2.1.1cvs8 and friends)
12085
12086 2006-04-23 [colin]      2.1.1cvs24
12087
12088         * src/imap.c
12089                 Output something when login is successful
12090                 too
12091
12092 2006-04-23 [colin]      2.1.1cvs23
12093
12094         * src/etpan/imap-thread.c
12095                 Better logging (line-per-line, hide data in fetch)
12096                 Fix a const warning
12097         * src/gtk/logwindow.c
12098         * src/gtk/logwindow.h
12099                 Better logging (color for input/output)
12100
12101 2006-04-21 [colin]      2.1.1cvs22
12102
12103         * src/gtk/quicksearch.c
12104                 On gtk+-2.8, use stock buttons in quicksearch
12105                 Based on a patch by Fabien and a design by Paul
12106
12107 2006-04-21 [colin]      2.1.1cvs21
12108
12109         * src/folderview.c
12110         * src/mainwindow.c
12111                 Fix occasional flicker in folderview
12112         * src/common/utils.c
12113                 Fix bug #943 (Incorrectly parsed email address 
12114                 list in short headers on message view and in 
12115                 printouts)
12116
12117 2006-04-20 [colin]      2.1.1cvs20
12118
12119         * src/imap.c
12120         * src/imap.h
12121         * src/prefs_account.c
12122                 Add ANONYMOUS auth for IMAP
12123
12124 2006-04-20 [paul]       2.1.1cvs19
12125
12126         * src/main.c
12127                 proper fix for 2.1.1cvs18
12128                 Thanks to Colin
12129
12130 2006-04-20 [paul]       2.1.1cvs18
12131
12132         * src/main.c
12133                 fix build warnings
12134
12135 2006-04-20 [paul]       2.1.1cvs17
12136
12137         * src/gtk/quicksearch.c
12138                 fix standard, non-extended Quick search,
12139                 was broken in 2.1.1cvs15.
12140                 Thanks to Colin.
12141
12142 2006-04-20 [colin]      2.1.1cvs16
12143
12144         * src/prefs_matcher.c
12145                 Fix values when reselecting a ~test
12146                 rule
12147
12148 2006-04-19 [colin]      2.1.1cvs15
12149
12150         * src/compose.c
12151         * src/compose.h
12152         * src/gtk/gtkaspell.c
12153         * src/gtk/gtkaspell.h
12154                 Put back Options menu in Spelling/
12155         * src/gtk/quicksearch.c
12156                 Don't search, and show error, if the
12157                 advanced search has a syntax error
12158
12159 2006-04-18 [colin]      2.1.1cvs14
12160
12161         * src/textview.c
12162                 Fix gdk warnings on set_cursor when textview
12163                 isn't visible
12164
12165 2006-04-18 [colin]      2.1.1cvs13
12166
12167         * src/gtk/gtksctree.c
12168                 Remove seemingly useless refresh that causes
12169                 flicker - watch this commit in case of 
12170                 problems before planned backport to stable
12171
12172 2006-04-18 [colin]      2.1.1cvs12
12173
12174         * src/imap.c
12175                 Factorize get/set_xml code
12176         * src/compose.c
12177         * src/prefs_account.c
12178         * src/prefs_account.h
12179         * src/procmsg.c
12180                 Add Encrypt to self option
12181
12182 2006-04-17 [colin]      2.1.1cvs11
12183
12184         * configure.ac
12185                 Fix search on encrpyt function on dragonfly
12186                 Patch by Jonathan Buschmann <jonthn@agmact.com>
12187
12188 2006-04-17 [colin]      2.1.1cvs10
12189
12190         * src/prefs_account.c
12191                 Be safe by default: remove mails from POP3
12192                 after 7 days, not immediately
12193
12194 2006-04-17 [colin]      2.1.1cvs9
12195
12196         * src/etpan/imap-thread.c
12197                 Fix build on DragonFly - patch by 
12198                 Jonathan Buschmann <jonthn@agmact.com>
12199
12200 2006-04-17 [colin]      2.1.1cvs8
12201
12202         * src/imap.c
12203                 Save uidnext between sessions
12204
12205 2006-04-17 [colin]      2.1.1cvs7
12206
12207         * src/imap.c
12208                 scan is required when uid validity changes
12209
12210 2006-04-17 [colin]      2.1.1cvs6
12211
12212         * src/folderview.c
12213                 Don't scan if not necessary, apart in current
12214                 folder and INBOX to fetch flags.
12215         * src/imap.c
12216                 Scan is necessary if unread count changes
12217
12218 2006-04-17 [colin]      2.1.1cvs5
12219
12220         * src/imap.c
12221                 ...But always fetch ANSWERED and DELETED flags for
12222                 INBOX, as filtering can happen on these flags.
12223
12224 2006-04-17 [colin]      2.1.1cvs4
12225
12226         * src/imap.c
12227                 Don't fetch REPLIED and DELETED flags when synchronising
12228                 flags with a closed folder. We only need UNSEEN and FLAGGED
12229                 to update the folderview.
12230
12231 2006-04-17 [colin]      2.1.1cvs3
12232
12233         * src/imap.c
12234                 Faster flag search when there are new mails 
12235                 in a folder. We can do a full search if the 
12236                 folder contains less messages than the new
12237                 list.
12238
12239 2006-04-17 [colin]      2.1.1cvs2
12240
12241         * po/cs.po
12242         * po/de.po
12243         * po/fr.po
12244         * po/nl.po
12245         * po/pt_BR.po
12246                 Update translations from stable branch
12247
12248 2006-04-17 [colin]      2.1.1cvs1
12249
12250         * configure.ac
12251                 Bump version to follow stable release
12252
12253 2006-04-16 [mones]      2.1.0cvs50
12254
12255         * po/es.po
12256                 Updated for release
12257
12258 2006-04-16 [colin]      2.1.0cvs49
12259
12260         * src/textview.c
12261                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
12262                 with gtk < 2.8. Thanks to Fabien Vantard.
12263
12264 2006-04-15 [colin]      2.1.0cvs48
12265
12266         * src/etpan/imap-thread.c
12267                 Fix bug #919 (libetpan: SEGV when connecting 
12268                 using command)
12269
12270 2006-04-14 [colin]      2.1.0cvs47
12271
12272         * src/main.c
12273                 Fix race on --select (should be done better)
12274
12275 2006-04-14 [wwp]        2.1.0cvs46
12276
12277         * src/send_message.c
12278                 enforce a check for domain in account prefs (a sending
12279                 error could be faced if domain was checked but no value set),
12280                 thanks to Colin.
12281
12282 2006-04-14 [colin]      2.1.0cvs45
12283
12284         * src/codeconv.c
12285                 when converting from unknown to unknown, if the
12286                 string is UTF8, don't convert it to the locale
12287                 (which breaks it)
12288
12289 2006-04-14 [colin]      2.1.0cvs44
12290
12291         * src/compose.c
12292                 Don't try to use ASCII for converting headers
12293                 (as done in body)
12294
12295 2006-04-14 [paul]       2.1.0cvs43
12296
12297         * src/crash.c
12298                 add locale/charset info to crash report
12299         * src/gtk/about.c
12300                 add wwp to doc team
12301                 replace 'e-mail' with preferred 'email'
12302         * src/gtk/authors.h
12303                 ensure contributors list is in alphabetical
12304                 order
12305
12306 2006-04-13 [colin]      2.1.0cvs42
12307
12308         * src/textview.c
12309                 Prevent gdk warnings
12310
12311 2006-04-13 [colin]      2.1.0cvs41
12312
12313         * src/common/ssl_certificate.c
12314         * src/common/ssl_certificate.h
12315         * src/gtk/sslcertwindow.c
12316                 Warn on expired certs, and display the expiration date
12317
12318 2006-04-13 [colin]      2.1.0cvs40
12319
12320         * src/plugins/spamassassin/spamassassin_gtk.c
12321                 Fix missing set_text on unix socket
12322
12323 2006-04-13 [wwp]        2.1.0cvs39
12324
12325         * manual/fr/advanced.xml
12326         * manual/fr/glossary.xml
12327                 applied new spam/ham/email lexicon (pourriel, courriel)
12328
12329 2006-04-13 [paul]       2.1.0cvs38
12330
12331         * src/plugins/pgpmime/plugin.c
12332                 remove the mention of S/MIME from the
12333                 description. This is now handled by the
12334                 S/MIME plugin.
12335
12336 2006-04-13 [paul]       2.1.0cvs37
12337
12338         * src/prefs_msg_colors.c
12339                 rework dialog
12340         * src/prefs_folder_item.c
12341         * src/prefs_spelling.c
12342                 add a tooltip to the colour selector buttons
12343
12344 2006-04-13 [wwp]        2.1.0cvs36
12345
12346         * manual/advanced.xml
12347         * manual/glossary.xml
12348         * manual/handling.xml
12349         * manual/keyboard.xml
12350         * manual/plugins.xml
12351         * manual/starting.xml
12352         * manual/fr/account.xml
12353         * manual/fr/ack.xml
12354         * manual/fr/addrbook.xml
12355         * manual/fr/advanced.xml
12356         * manual/fr/faq.xml
12357         * manual/fr/glossary.xml
12358         * manual/fr/gpl.xml
12359         * manual/fr/handling.xml
12360         * manual/fr/intro.xml
12361         * manual/fr/keyboard.xml
12362         * manual/fr/plugins.xml
12363         * manual/fr/starting.xml
12364         * manual/fr/sylpheed-claws-manual.xml
12365                 fixes to the manuals:
12366                  - summaryview -> Message List (same in French)
12367                  - translate key names
12368                  - fix French punctuation, use non-breakable spaces when
12369                    necessary, don't use &thinsp; which is not portable
12370                  - tell what maildir and mbox formats we support
12371
12372 2006-04-12 [wwp]        2.1.0cvs35
12373
12374         * src/prefs_toolbar.c
12375                 unified a replace button more,
12376                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12377
12378 2006-04-12 [wwp]        2.1.0cvs34
12379
12380         * src/prefs_common.c
12381         * src/prefs_msg_colors.c
12382                 make default color labels translatable,
12383                 patch from Fabien Vantard <fzzzzz@gmail.com>,
12384                 thanks to Tim <timbrain@post.cz> for reporting.
12385
12386 2006-04-12 [wwp]        2.1.0cvs33
12387
12388         * manual/glossary.xml
12389         * manual/intro.xml
12390         * manual/plugins.xml
12391         * manual/starting.xml
12392         * manual/sylpheed-claws-manual.xml
12393         * manual/fr/.cvsignore
12394         * manual/fr/account.xml
12395         * manual/fr/ack.xml
12396         * manual/fr/addrbook.xml
12397         * manual/fr/advanced.xml
12398         * manual/fr/faq.xml
12399         * manual/fr/glossary.xml
12400         * manual/fr/handling.xml
12401         * manual/fr/intro.xml
12402         * manual/fr/keyboard.xml
12403         * manual/fr/plugins.xml
12404         * manual/fr/starting.xml
12405         * manual/fr/sylpheed-claws-manual.xml
12406                 various fixes: typos, missing .fr translations, punctuation,
12407                 capitalization, links, accents and some bad French more.
12408
12409 2006-04-12 [wwp]        2.1.0cvs32
12410
12411         * src/prefs_gtk.c
12412                 fix for bug #935: always store prefs files in UTF-8 (thanks
12413                 to Colin).
12414
12415 2006-04-11 [colin]      2.1.0cvs31
12416
12417         * src/compose.c
12418                 Fix inserting files not in utf8 when locale is utf8
12419
12420 2006-04-11 [colin]      2.1.0cvs30
12421
12422         * src/inc.c
12423                 Don't show error dialog when cancelling connection
12424                 Patch by Pawel
12425
12426 2006-04-11 [cleroy]     2.1.0cvs29
12427
12428         * src/compose.c
12429                 Implement multiple quote levels
12430         * src/prefs_common.c
12431                 Change a little bit the quote bgcolor for 2nd level
12432
12433 2006-04-11 [colin]      2.1.0cvs28
12434
12435         * src/gtk/about.c
12436                 Add locale and charset in the label
12437
12438 2006-04-10 [colin]      2.1.0cvs27
12439
12440         * src/compose.c
12441         * src/prefs_common.c
12442         * src/prefs_common.h
12443         * src/prefs_msg_colors.c
12444         * src/textview.c
12445                 Allow optional background color in quotes
12446                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
12447                 GTK+-2.8.x feature
12448
12449 2006-04-10 [colin]      2.1.0cvs26
12450
12451         * src/main.c
12452         * src/mainwindow.c
12453         * src/mainwindow.h
12454                 Implement --select
12455
12456 2006-04-10 [colin]      2.1.0cvs25
12457
12458         * manual/plugins.xml
12459         * manual/fr/plugins.xml
12460                 Document libcurl's proxy variables
12461
12462 2006-04-09 [colin]      2.1.0cvs24
12463
12464         * src/prefs_common.c
12465                 gettext() returns statically allocated stuff. We have
12466                 to strdup it in order to be able to free it.
12467
12468 2006-04-09 [colin]      2.1.0cvs23
12469
12470         * AUTHORS
12471         * src/gtk/authors.h
12472                 Add Alexei
12473
12474 2006-04-09 [colin]      2.1.0cvs22
12475
12476         * src/mainwindow.c
12477         * src/gtk/quicksearch.c
12478                 Fix bug #859 (problems with cyrilic input in 
12479                 search panel) - Patch by Alexey Illarionov 
12480                 <littlesavage@rambler.ru>
12481
12482 2006-04-09 [colin]      2.1.0cvs21
12483
12484         * src/prefs_customheader.c
12485                 I prefer removing then freeing rather than the contrary
12486                 (even if it doesn't change anything ;-)
12487         * src/prefs_account.c
12488                 Fix bug #933 (Crash re-entering the custom headers list 
12489                 dialog in accounts prefs)
12490                 The problem happened when cancelling the Account 
12491                 Preferences' dialogs - in which case we didn't do 
12492                 anything to the PrefsAccount * struct. In case of applying,
12493                 the old ac_prefs was replaced with the tmp_ac_prefs we were
12494                 working with in this dialog. The problem is that 
12495                 prefs_customheader.c, working on this tmp_ac_prefs, always
12496                 changes the ->customhdr_list pointer, even when cancelled. 
12497                 So in case of cancelling the prefs_account dialog, we still
12498                 have to update ->customhdr_list in the real account.
12499
12500 2006-04-08 [colin]      2.1.0cvs20
12501
12502         * manual/fr/glossary.xml
12503         * manual/fr/keyboard.xml
12504                 Forgot some headers :)
12505
12506 2006-04-08 [colin]      2.1.0cvs19
12507
12508         * manual/Makefile.am
12509         * manual/fr/Makefile.am
12510         * manual/fr/account.xml
12511         * manual/fr/ack.xml
12512         * manual/fr/addrbook.xml
12513         * manual/fr/advanced.xml
12514         * manual/fr/faq.xml
12515         * manual/fr/glossary.xml
12516         * manual/fr/gpl.xml
12517         * manual/fr/handling.xml
12518         * manual/fr/intro.xml
12519         * manual/fr/keyboard.xml
12520         * manual/fr/plugins.xml
12521         * manual/fr/starting.xml
12522         * manual/fr/sylpheed-claws-manual.xml
12523         * manual/fr/dist/.cvsignore
12524         * manual/fr/dist/Makefile.am
12525         * manual/fr/dist/html/.cvsignore
12526         * manual/fr/dist/html/Makefile.am
12527         * manual/fr/dist/pdf/.cvsignore
12528         * manual/fr/dist/pdf/Makefile.am
12529         * manual/fr/dist/ps/.cvsignore
12530         * manual/fr/dist/ps/Makefile.am
12531         * manual/fr/dist/txt/.cvsignore
12532         * manual/fr/dist/txt/Makefile.am
12533                 Add the french translation of the manual. Thanks to
12534                 Olivier Delhomme <olivier.delhomme@free.fr> for 
12535                 account.xml, ack.xml, addrbook.xml and advanced.xml
12536
12537 2006-04-08 [colin]      2.1.0cvs18
12538
12539         * manual/plugins.xml
12540         * manual/starting.xml
12541                 More fixes
12542
12543 2006-04-07 [colin]      2.1.0cvs17
12544
12545         * manual/faq.xml
12546         * manual/intro.xml
12547         * manual/keyboard.xml
12548                 Little fixes
12549
12550 2006-04-07 [colin]      2.1.0cvs16
12551
12552         * README
12553         * src/compose.c
12554         * src/prefs_common.c
12555         * src/prefs_common.h
12556                 Add hidden compose_no_markup pref
12557
12558 2006-04-07 [wwp]        2.1.0cvs15
12559
12560         * src/summary_search.c
12561         * .cvsignore
12562                 Bugfix: stop button was sticky when searching in an empty folder.
12563                 Applied curly brackets code style to the whole file (summary_search.c).
12564                 More files to ignore.
12565
12566 2006-04-07 [wwp]        2.1.0cvs14
12567
12568         * src/message_search.c
12569         * src/summary_search.c
12570                 changed default button when search bumps at file/folder
12571                 beginning or end, for convenience (thanks to Colin).
12572
12573 2006-04-07 [paul]       2.1.0cvs13
12574
12575         * src/plugins/dillo_viewer/dillo_prefs.c
12576                 avoid future potential for namespace collision
12577                 Patch by Colin
12578
12579 2006-04-06 [wwp]        2.1.0cvs12
12580
12581         * src/summary_search.c
12582                 Unify extended/advanced searches names (and thus factorize labels),
12583                 patch by Fabien Vantard <fzzzzz@gmail.com>.
12584
12585 2006-04-06 [wwp]        2.1.0cvs11
12586
12587         * src/folderview.c
12588         * src/prefs_themes.c
12589         * src/summaryview.c
12590                 Fixed some compilation warnings.
12591
12592 2006-04-06 [colin]      2.1.0cvs10
12593
12594         * manual/advanced.xml
12595                 Document the wizard template and how to deploy
12596                 Sylpheed-Claws effectively
12597
12598 2006-04-06 [colin]      2.1.0cvs9
12599
12600         * src/folderview.c
12601                 gettext patch to tell translators about _("#"),
12602                 by Maxim Britov
12603
12604 2006-04-06 [colin]      2.1.0cvs8
12605
12606         * src/textview.c
12607                 Fix invalid GtkTextBIter after clicking "Display as text"
12608
12609 2006-04-06 [mones]      2.1.0cvs7
12610
12611         * src/addr_compl.c
12612         * src/addrindex.c
12613         * src/addritem.c
12614         * src/codeconv.c
12615         * src/compose.c
12616         * src/filtering.c
12617         * src/folder.c
12618         * src/folder_item_prefs.c
12619         * src/folderview.c
12620         * src/localfolder.c
12621         * src/matcher.c
12622         * src/mimeview.c
12623         * src/prefs_msg_colors.c
12624         * src/prefs_spelling.c
12625         * src/prefs_themes.c
12626         * src/procmime.c
12627         * src/procmsg.c
12628         * src/stock_pixmap.c
12629         * src/summaryview.c
12630         * src/textview.c
12631         * src/toolbar.c
12632         * src/common/mgutils.c
12633         * src/common/prefs.c
12634         * src/common/ssl_certificate.c
12635         * src/gtk/colorlabel.c
12636         * src/gtk/quicksearch.c
12637         * src/plugins/pgpmime/pgpmime.c
12638         * src/plugins/spamassassin/spamassassin.c
12639                 Removed redundant NULL checks for g_free() calls.
12640                 Patch by Pawel Pekala.
12641
12642 2006-04-06 [mones]      2.1.0cvs6
12643
12644         * src/prefs_actions.c
12645         * src/prefs_filtering.c
12646         * src/prefs_filtering_action.c
12647         * src/prefs_matcher.c
12648         * src/prefs_template.c
12649         * src/gtk/gtkutils.c
12650         * src/gtk/gtkutils.h
12651                 Have a nice replace button. Patch by Pawel Pekala
12652
12653 2006-04-06 [colin]      2.1.0cvs5
12654
12655         * src/addressbook.c
12656                 Fix crash with empty columns
12657
12658 2006-04-05 [colin]      2.1.0cvs4
12659
12660         * src/wizard.c
12661         * src/prefs_gtk.c
12662                 Allow wizard customization with pre-filled values
12663
12664 2006-04-05 [colin]      2.1.0cvs3
12665
12666         * src/textview.c
12667         * src/mimeview.c
12668         * src/mimeview.h
12669                 Nicer messages in mimeview
12670
12671 2006-04-05 [colin]      2.1.0cvs2
12672
12673         * src/addressbook.c
12674         * src/prefs_summaries.c
12675                 i18n fix
12676
12677 2006-04-05 [colin]      2.1.0cvs1
12678
12679         * src/plugins/pgpcore/plugin.c
12680         * src/plugins/pgpcore/select-keys.c
12681         * src/plugins/pgpcore/select-keys.h
12682         * src/plugins/pgpcore/sgpgme.c
12683         * src/plugins/pgpcore/sgpgme.h
12684         * src/plugins/pgpinline/pgpinline.c
12685         * src/plugins/pgpinline/plugin.c
12686         * src/plugins/pgpmime/pgpmime.c
12687         * src/plugins/pgpmime/plugin.c
12688                 Factorize and generalize a bit 
12689                 Drop S/MIME signature verification from PGP/MIME
12690                 (adding it as another, more complete plugin)
12691
12692 2006-04-05 [paul]       2.1.0
12693
12694         2.1.0 released
12695
12696 2006-04-05 [paul]       2.0.0cvs186
12697
12698         * manual/advanced.xml
12699                 add info on colour labels
12700
12701 2006-04-05 [paul]       2.0.0cvs185
12702
12703         * po/bg.po
12704         * po/cs.po
12705         * po/de.po
12706         * po/el.po
12707         * po/en_GB.po
12708         * po/fi.po
12709         * po/fr.po
12710         * po/it.po
12711         * po/nl.po
12712         * po/pl.po
12713         * po/pt_BR.po
12714         * po/sr.po
12715         * po/zh_CN.po
12716                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
12717                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
12718                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
12719                 Guimaraes, Aleksandar Urosevic, Ralgh Young
12720         * src/gtk/authors.h
12721         * tools/claws.i18n.status.pl
12722                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
12723                 and new Czech translator, Tim <timbrain@post.cz>
12724
12725 2006-04-05 [mones]      2.0.0cvs184
12726
12727         * po/es.po
12728                 Updated translation
12729
12730 2006-04-05 [colin]      2.0.0cvs183
12731
12732         * src/gtk/quicksearch.c
12733                 Fix bug #929 (unnecessary reload in quick search bar)
12734
12735 2006-04-05 [colin]      2.0.0cvs182
12736
12737         * src/compose.c
12738                 Fix crash on Reply with no From:
12739                 Show signature and conversion error on queuing 
12740                 (but not sending)
12741         * src/mainwindow.c
12742         * src/summaryview.c
12743         * src/summaryview.h
12744                 Factorize threading code and make sure msginfo 
12745                 is not null when it comes from a GtkCTreeRow's 
12746                 data
12747         * src/gtk/gtkaspell.c
12748                 Check for necessary things
12749         * src/gtk/gtksctree.c
12750         * src/gtk/gtksctree.h
12751                 Reset anchor if necessary when removing node
12752
12753 2006-03-29 [colin]      2.0.0cvs181
12754
12755         * src/folderview.c
12756                 Warn for disabled IMAP accounts (due to lack of
12757                 libetpan). Breaks string-freeze - sorry - but it
12758                 is kind of important ;)
12759
12760 2006-03-28 [colin]      2.0.0cvs180
12761
12762         * src/gtk/gtkutils.c
12763         * src/gtk/gtkutils.h
12764                 Add a gtkut_get_link_btn() function that
12765                 creates a button which acts like an URI
12766         * src/prefs_themes.c
12767         * src/gtk/about.c
12768                 Use this function (factorizes codes)
12769         * src/common/defs.h
12770         * src/gtk/pluginwindow.c
12771                 Add a "Get more..." in the plugins window
12772
12773 2006-03-28 [colin]      2.0.0cvs179
12774
12775         * src/common/smtp.c
12776         * src/common/passcrypt.c
12777         * src/undo.c
12778                 Warning fixes. Patch by Pawel Pekala
12779
12780 2006-03-27 [colin]      2.0.0cvs178
12781
12782         * src/undo.c
12783                 Fix undoing by blocks with spaces
12784
12785 2006-03-27 [colin]      2.0.0cvs177
12786
12787         * src/textview.c
12788                 Set margin to 3px for headers
12789
12790 2006-03-27 [paul]
12791
12792         2.1.0-rc2 released
12793
12794 2006-03-27 [wwp]        2.0.0cvs176
12795
12796         * src/summaryview.c
12797                 don't reset quicksearch when updating the message list.
12798                 Thanks to Colin.
12799
12800 2006-03-26 [wwp]        2.0.0cvs175
12801
12802         * src/compose.c
12803                 use a unified border width ('other' tab in the compose window,
12804                 patch by Pawel Pekala).
12805
12806
12807 2006-03-26 [wwp]        2.0.0cvs174
12808
12809         * src/common/quoted-printable.c
12810         * src/addressbook.c
12811                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
12812
12813 2006-03-26 [colin]      2.0.0cvs173
12814
12815         * src/quote_fmt_parse.y
12816                 Fix non-UTF8 date formats messing up the whole quote a 
12817                 little bit
12818
12819 2006-03-26 [colin]      2.0.0cvs172
12820
12821         * src/procheader.c
12822                 Make sure the date is UTF8 valid, or try to make it
12823                 so. IncrediMail is really IncrediStupid.
12824         * src/compose.c
12825                 Fix possible conversions. 
12826                 
12827
12828 2006-03-26 [colin]      2.0.0cvs171
12829
12830         * src/matcher.c
12831                 Fix corner cases in body search. This is still a
12832                 hack... It seems impossible to make it good and 
12833                 reasonably fast at the same time.
12834
12835 2006-03-26 [colin]      2.0.0cvs170
12836
12837         * src/summaryview.c
12838                 I think I killed the twilight zone bug!
12839                 summary_select_node() flushes GTK events in order
12840                 to be able to center the view. But this also 
12841                 flushes keypresses like Ctrl-Alt-U, so this can
12842                 call summary_show from summary_select_node (itself
12843                 called from summary_show, etc.). And the summaryview
12844                 has to be unlocked in this function. So just locking
12845                 while processing GTK events, and bailing if locked, 
12846                 should fix it.
12847                 Fixes bug #927 (SIGSEGV during Update Summary)
12848
12849 2006-03-25 [colin]      2.0.0cvs169
12850
12851         * src/matcher.c
12852                 Fix search in QP-encoded bodies
12853                 Fix utf-8 searches in bodies encoded in the
12854                 locale's encoding
12855         * src/common/quoted-printable.c
12856         * src/common/quoted-printable.h
12857                 Add a decode function that doesn't overwrite
12858                 the original pointer
12859                 
12860
12861 2006-03-24 [colin]      2.0.0cvs168
12862
12863         * src/action.c
12864         * src/summaryview.c
12865         * src/summaryview.h
12866                 Update message cache after action
12867                 Patch by H. Merijn Brand
12868         * src/prefs_msg_colors.c
12869                 Factorize label 
12870                 Patch by Fabien Vantard
12871         * src/plugins/spamassassin/spamassassin_gtk.c
12872                 Remove useless translation
12873                 Patch by Fabien Vantard
12874
12875 2006-03-23 [colin]      2.0.0cvs167
12876
12877         * src/common/ssl.c
12878                 Let 30 seconds to SSL_connect
12879
12880 2006-03-23 [wwp]        2.0.0cvs166
12881
12882         * src/summaryview.c
12883         * src/gtk/description_window.c
12884                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
12885                 and headers are translated; adjust description windows' width to fit their
12886                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
12887
12888 2006-03-23 [paul]       2.0.0cvs165
12889
12890         * src/common/utils.c
12891                 fix highlighting of URIs containing "()"
12892                 (2.0.0cvs164's reversal fixed)
12893                 Thanks to Colin.
12894
12895 2006-03-23 [paul]       2.0.0cvs164
12896
12897         * src/common/utils.c
12898                 revert patch, (postponing a fix), at 2.0.0cvs120
12899                 as it breaks more URIs than it fixes.
12900                 Allow '-' to be a terminating character in a URI
12901
12902 2006-03-22 [colin]      2.0.0cvs163
12903
12904         * configure.ac
12905                 Require libetpan 0.45
12906                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
12907
12908 2006-03-22 [paul]       2.0.0cvs162
12909
12910         * src/editgroup.c
12911                 replace '<-' and '->' buttons with GTK_STOCK graphical
12912                 buttons
12913         * src/summary_search.c
12914                 don't offer '...' for translation
12915                 add a tooltip to advanced search '...' button
12916         * src/gtk/quicksearch.c
12917                 don't offer '...' for translation
12918
12919 2006-03-21 [colin]      2.0.0cvs161
12920
12921         * src/compose.c
12922                 Fix middle-click pasting (insert at click
12923                 position instead of cursor position, don't
12924                 remove existing selection and allow pasting
12925                 our own selection)
12926         * src/addressbook.c
12927                 "LDAP Server" -> "LDAP servers"
12928
12929 2006-03-21 [wwp]        2.0.0cvs160
12930
12931         * src/etpan/imap-thread.c
12932                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
12933
12934 2006-03-20 [colin]      2.0.0cvs159
12935
12936         * src/summaryview.c
12937                 Don't reload summaryview after an execute with no
12938                 move action
12939
12940 2006-03-19 [colin]      2.0.0cvs158
12941
12942         * src/addressbook.c
12943                 and put groups at the top, always
12944
12945 2006-03-19 [colin]      2.0.0cvs157
12946
12947         * src/addressbook.c
12948                 Order groups before names, as previously
12949
12950 2006-03-19 [colin]      2.0.0cvs156
12951
12952         * src/addressbook.c
12953                 - Sort case-unsensitive
12954                 - Put the sort arrow at opening too
12955
12956 2006-03-19 [wwp]        2.0.0cvs155
12957
12958         * src/addressbook.c
12959                 allow sorting by name/email/remarks, ensure that right-pane's contents
12960                 matches the left-pane selection (cleared when appropriate).
12961                 Patch by Pawel Pekala <c0rn@o2.pl>.
12962
12963 2006-03-18 [colin]      2.0.0cvs154
12964
12965         * src/textview.c
12966                 Fix text cursor ;)
12967
12968 2006-03-18 [colin]      2.0.0cvs153
12969
12970         * src/gtk/filesel.c
12971                 Make sure we hide the preview if we didn't get
12972                 a filename
12973
12974 2006-03-18 [colin]      2.0.0cvs152
12975
12976         * src/summaryview.c
12977                 Set cursor to watch for execution (fixes lack
12978                 of watch-cursor when dnd'ing hundreds of mails)
12979         * src/gtk/filesel.c
12980                 Check that mime type is 'image/*' before updating
12981                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
12982
12983 2006-03-18 [colin]      2.0.0cvs151
12984
12985         * src/mainwindow.c
12986         * src/textview.c
12987         * src/textview.h
12988                 Put a watch cursor in textview too when the mainwindow's
12989                 cursor in a watch
12990
12991 2006-03-18 [colin]      2.0.0cvs150
12992
12993         * src/folder.c
12994                 Change wrong asserts to simple tests
12995
12996 2006-03-17 [colin]      2.0.0cvs149
12997
12998         * src/mainwindow.c
12999         * src/mainwindow.h
13000         * src/prefs_msg_colors.c
13001         * src/summaryview.c
13002         * src/summaryview.h
13003         * src/gtk/colorlabel.c
13004         * src/gtk/colorlabel.h
13005                 Add a color label menu in the main menubar
13006                 Add (fixed) accels Ctrl-{0-7} to change the color
13007                 They have to be fixed because the menu's dynamic,
13008                 the items are complex widgets, hence we can't use
13009                 a GtkItemFactory.
13010
13011
13012 2006-03-17 [wwp]        2.0.0cvs148
13013
13014         * src/compose.c
13015                 rollback few lines from my previous commit (those lines come from
13016                 a pending patch, accidentally commited, even if neutral as they are
13017                 commented out).
13018
13019 2006-03-17 [wwp]        2.0.0cvs147
13020
13021         * src/compose.c
13022                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
13023                 applied code style/indentation to the modified function.
13024
13025 2006-03-17 [wwp]        2.0.0cvs146
13026
13027         * src/procmsg.c
13028         * src/compose.c
13029                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
13030
13031 2006-03-17 [paul]
13032
13033         2.1.0-rc1 released
13034
13035 2006-03-17 [paul]       2.0.0cvs145
13036
13037         * src/main.c
13038                 addressbook_read_file() was called twice
13039         * src/textview.c
13040                 X-Mailer highlighting
13041
13042 2006-03-16 [colin]      2.0.0cvs144
13043
13044         * src/sourcewindow.c
13045         * src/sourcewindow.h
13046                 And the last one, in source window.
13047
13048 2006-03-16 [colin]      2.0.0cvs143
13049
13050         * src/compose.c
13051         * src/compose.h
13052                 Fix the same stuff in compose
13053
13054 2006-03-16 [colin]      2.0.0cvs142
13055
13056         * src/messageview.c
13057                 Complete the previous messageview crash fix
13058
13059 2006-03-16 [colin]      2.0.0cvs141
13060
13061         * src/procmsg.h
13062         * src/procmsg.c
13063         * src/folder.c
13064                 Fix POSTPROCESSING hook
13065                 Patch by H. Merijn Brand
13066
13067         * src/procmime.c
13068         * src/procmime.h
13069                 Parse Content-Location
13070
13071         * src/toolbar.c
13072         * src/messageview.c
13073         * src/messageview.h
13074                 Don't crash when a top-level MessageView has
13075                 been closed on us. Same problematic than
13076                 yesterday's quicksearch issue.
13077
13078 2006-03-15 [colin]      2.0.0cvs140
13079
13080         * src/gtk/quicksearch.c
13081                 Fix a bitchy race we didn't think about when we
13082                 added quicksearch cancellation:
13083                 If the search is not on cached fields, for example
13084                 body_part matchcase "stuff"
13085                 the matcher code has to get the whole message. If
13086                 we're on IMAP, that can be slow, and in order to
13087                 be non-blocking, the IMAP code idle loop processes
13088                 gtk events too. So it is possible to cancel a
13089                 quicksearch while the matcher is getting the mail's
13090                 body. After matcher got its body, it will start to
13091                 iterate over the matcher list that the Quicksearch's
13092                 clear_search_cb() just freed via prepare_matcher().
13093                 SIGSEGV ensues.
13094                 The fix consists of guarding the matcherlist_match()
13095                 call with a boolean 'matching'. If we reset the
13096                 quicksearch while matching is TRUE, we don't free
13097                 the matcherlist anymore like we did, but we set
13098                 another new flag, deferred_free, to TRUE. Then,
13099                 in quicksearch_match(), just after returning from
13100                 matcherlist_match() and unsetting the matching flag,
13101                 we check the deferred_free flag and do the
13102                 prepare_matcher() (which does the matcherlist_free)
13103                 for real, so we free the matcherlist once it's not
13104                 used anymore.
13105                 As all of this runs via the glib main loop, we
13106                 luckily don't need a mutex.
13107         * src/summaryview.c
13108                 Also, show progress while searching.
13109
13110
13111 2006-03-14 [colin]      2.0.0cvs139
13112
13113         * src/alertpanel.c
13114                 Make alertpanel_is_open non-static
13115
13116 2006-03-14 [colin]      2.0.0cvs138
13117
13118         * src/prefs_spelling.c
13119                 Cleanups - Fabien Vantard
13120
13121 2006-03-14 [wwp]        2.0.0cvs137
13122
13123         * src/main.c
13124                 code style normalization (curly braces, indentation).
13125
13126 2006-03-14 [wwp]        2.0.0cvs137
13127
13128         * src/main.c
13129                 code style (braces, indentation)
13130
13131 2006-03-12 [paul]       2.0.0cvs136
13132
13133         * src/prefs_common.c
13134                 trans_hdr defaults to FALSE to be RFC-savvy
13135         * src/prefs_summaries.c
13136                 add a tooltip to the trans_hdr option
13137                 
13138
13139 2006-03-12 [paul]       2.0.0cvs135
13140
13141         * src/prefs_matcher.c
13142                 give a little more width to the combos
13143         * src/prefs_display_header.c
13144         * src/textview.c
13145                 translate headers if prefs_common.trans_hdr
13146                 is TRUE
13147
13148         Patches by Pawel Pekala
13149
13150 2006-03-12 [paul]       2.0.0cvs134
13151
13152         * src/plugins/clamav/clamav_plugin.c
13153         * src/plugins/dillo_viewer/dillo_viewer.c
13154         * src/plugins/pgpcore/plugin.c
13155         * src/plugins/pgpinline/plugin.c
13156         * src/plugins/pgpmime/plugin.c
13157         * src/plugins/spamassassin/spamassassin.c
13158                 update/add to descriptions
13159         * src/plugins/spamassassin/spamassassin_gtk.c
13160                 fixes to the english, remove superfluous
13161                 tooltips, clean up a little
13162
13163 2006-03-12 [paul]       2.0.0cvs133
13164
13165         * src/compose.c
13166                 fix Bug 924, 'Account combo box shows up wrong 
13167                 if & is in account name'
13168
13169 2006-03-11 [colin]      2.0.0cvs132
13170
13171         * src/summaryview.c
13172                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
13173                 messed up shift-selection because is slows down
13174                 moving around summaryview. thanks -users
13175
13176 2006-03-10 [colin]      2.0.0cvs131
13177
13178         * src/plugins/spamassassin/spamassassin_gtk.c
13179                 Put back Paul's engrish fixes
13180
13181 2006-03-10 [colin]      2.0.0cvs130
13182
13183         * src/plugins/spamassassin/spamassassin.c
13184         * src/plugins/spamassassin/spamassassin.h
13185         * src/plugins/spamassassin/spamassassin_gtk.c
13186                 Cleanup SA prefs page (more)
13187                 Patch by Fabien Vantard
13188
13189 2006-03-10 [paul]       2.0.0cvs129
13190
13191         * src/prefs_msg_colors.c
13192         * src/prefs_spelling.c
13193                 widget sensitivity
13194
13195 2006-03-09 [mones]      2.0.0cvs128
13196
13197         * po/es.po
13198                 Update for next RC
13199
13200 2006-03-09 [wwp]        2.0.0cvs127
13201
13202         * configure.ac
13203                 revert accidental commit (requirement for libetpan 0.43), this time
13204                 not in HEAD.
13205
13206 2006-03-09 [wwp]        2.0.0cvs125
13207
13208         * configure.ac
13209                 revert accidental commit (requirement for libetpan 0.43)
13210
13211 2006-03-09 [paul]       2.0.0cvs126
13212
13213         * src/prefs_receive.c
13214                 remove useless frame
13215                 replace 'incorporation' with 'receiving'
13216         * src/plugins/clamav/clamav_plugin_gtk.c
13217         * src/plugins/spamassassin/spamassassin_gtk.c
13218                 improve widget sensitivity
13219                 fix a bit his engrish
13220
13221 2006-03-09 [wwp]        2.0.0cvs125
13222
13223         * src/addressadd.c
13224         * src/foldersel.c
13225         * src/prefs_common.c
13226         * src/prefs_common.h
13227                 remember some more windows' sizes (add to addressbook and
13228                 select folder).
13229
13230 2006-03-09 [paul]       2.0.0cvs124
13231
13232         * src/plugins/pgpcore/prefs_gpg.c
13233                 normalise construction of dialogue
13234
13235 2006-03-09 [paul]       2.0.0cvs123
13236
13237         * src/plugins/trayicon/Makefile.am
13238                 add missing slash
13239
13240 2006-03-08 [colin]      2.0.0cvs122
13241
13242         * src/plugins/trayicon/Makefile.am
13243                 Fix build in separate dir 
13244                 Patch by Bamanzi <bamanzi@gmail.com>
13245
13246 2006-03-08 [colin]      2.0.0cvs121
13247
13248         * src/procmsg.c
13249                 Batch move and copies from summaryview with delayed execution
13250                 too
13251
13252 2006-03-07 [paul]       2.0.0cvs120
13253
13254         * src/common/utils.c
13255                 fix highlighting of URIs containing "()"
13256                 Patch by Pawel Pekala
13257
13258 2006-03-07 [paul]       2.0.0cvs119
13259
13260         * src/folder.c
13261         * src/folder.h
13262         * src/folderview.c
13263                 immediately do alphabetical resort when
13264                 changing a folder's name
13265                 Patch by Pawel Pekala
13266
13267 2006-03-07 [paul]       2.0.0cvs118
13268
13269         * src/news.c
13270         * src/news_gtk.c
13271                 when unsubscribing a newsgroup, remove the
13272                 folder and msgs in .sylpheed-claws/newscache
13273                 Patch by Pawel Pekala <c0rn@gazeta.pl>
13274
13275 2006-03-07 [paul]       2.0.0cvs117
13276
13277         * src/textview.c
13278                 fix wrong Fake URL Warning
13279                 Thanks to Hiro
13280
13281 2006-03-07 [colin]      2.0.0cvs116
13282
13283         * src/imap.c
13284                 Return immediately when password dialog was
13285                 cancelled
13286         * src/gtk/inputdialog.c
13287                 Allow empty strings for passwords
13288
13289
13290 2006-03-06 [colin]      2.0.0cvs115
13291
13292         * src/imap.c
13293                 Prevent double-timeouts when connection fails
13294
13295 2006-03-06 [colin]
13296
13297         2.0.1-rc1 released
13298
13299 2006-03-06 [colin]      2.0.0cvs114
13300
13301         * src/imap.c
13302                 Refresh session during potentially long
13303                 operations
13304
13305 2006-03-06 [wwp]        2.0.0cvs113
13306
13307         * src/prefs_msg_colors.h
13308                 forgot that one (custom color labels).
13309
13310 2006-03-06 [wwp]        2.0.0cvs112
13311
13312         * src/prefs_common.c
13313         * src/prefs_common.h
13314         * src/prefs_msg_colors.c
13315         * src/summaryview.c
13316         * src/summaryview.h
13317         * src/gtk/colorlabel.c
13318         * src/gtk/colorlabel.h
13319                 colors in messages list are now customizable. Color values and names can
13320                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
13321                 Thanks to Paul and Colin for their help with this longstanding patch!
13322
13323 2006-03-06 [wwp]        2.0.0cvs111
13324
13325         * src/textview.c
13326                 don't crash if (x)face is bad.
13327
13328 2006-03-05 [paul]       2.0.0cvs110
13329
13330         * AUTHORS
13331         * configure.ac
13332         * src/Makefile.am
13333         * src/common/Makefile.am
13334         * src/common/utils.h
13335         * src/etpan/imap-thread.c
13336         * src/gtk/authors.h
13337         * src/plugins/clamav/Makefile.am
13338         * src/plugins/demo/Makefile.am
13339         * src/plugins/dillo_viewer/Makefile.am
13340         * src/plugins/pgpcore/Makefile.am
13341         * src/plugins/pgpcore/passphrase.c
13342         * src/plugins/pgpinline/Makefile.am
13343         * src/plugins/pgpmime/Makefile.am
13344         * src/plugins/spamassassin/Makefile.am
13345         * src/plugins/trayicon/Makefile.am
13346                 fix builiding on cygwin
13347                 Patch by Ralgh Young <bamanzi@gmail.com>
13348
13349 2006-03-04 [wwp]        2.0.0cvs109
13350
13351         * manual/keyboard.xml
13352                 fix mixed up/down keys.
13353
13354 2006-03-04 [wwp]        2.0.0cvs108
13355
13356         * README
13357         * INSTALL
13358                 updated links to SpamAssassin.
13359
13360 2006-03-04 [wwp]        2.0.0cvs107
13361
13362         * manual/plugins.xml
13363         * src/plugins/spamassassin/README
13364                 updated SpamAssassin plugin docs to reflect new functional additions
13365                 (also fix/update/documents few technical stuff more, see the README).
13366
13367 2006-03-04 [wwp]        2.0.0cvs106
13368
13369         * src/prefs_message.c
13370                 normalized capitalization of message-prefs paths.
13371
13372 2006-03-04 [wwp]        2.0.0cvs105
13373
13374         * manual/advanced.xml
13375                 typo.
13376
13377 2006-03-03 [colin]      2.0.0cvs104
13378
13379         * src/plugins/clamav/clamav_plugin_gtk.c
13380                 Rework prefs page, patch by Fabien 
13381
13382 2006-03-03 [colin]      2.0.0cvs103
13383
13384         * src/plugins/clamav/clamav_plugin.c
13385                 Set error on all errors
13386
13387 2006-03-03 [colin]      2.0.0cvs102
13388
13389         * src/common/plugin.c
13390                 Initialize error to avoid crashing when a plugin fails
13391                 without setting error
13392
13393 2006-03-02 [wwp]        2.0.0cvs101
13394
13395         * configure.ac
13396                 fixed linker flags for libetpan support on Cygwin
13397                 (thanks to H.Merijn Brand).
13398
13399 2006-03-02 [wwp]        2.0.0cvs100
13400
13401         * src/addressbook.c
13402                 fix some AB error messages: one for punctuation and
13403                 one wrongly duplicate (thanks, maxbritov).
13404
13405 2006-03-02 [wwp]        2.0.0cvs99
13406
13407         * src/plugins/spamassassin/spamassassin.c
13408                 make sync calls to sa-learn/spamc to prevent
13409                 system (whatever local or client/server) overload.
13410
13411 2006-03-02 [colin]      2.0.0cvs98
13412
13413         * src/summaryview.c
13414                 Put the spam icon in the status column instead of the
13415                 mark one
13416
13417 2006-03-01 [colin]      2.0.0cvs97
13418
13419         * src/plugins/spamassassin/spamassassin.c
13420                 Fix segfault (g_file_set_contents fails for some 
13421                 reason and err==0x2f. Can't find out why with
13422                 valgrind, using working function :-)
13423
13424 2006-03-01 [colin]      2.0.0cvs96
13425
13426         * src/inc.c
13427                 Offline overriding: let 'No' be cached only 3 seconds
13428
13429 2006-03-01 [colin]      2.0.0cvs95
13430
13431         * src/addr_compl.c
13432         * src/addrbook.c
13433         * src/addressbook.c
13434         * src/addrindex.c
13435         * src/folder_item_prefs.c
13436         * src/headerview.c
13437         * src/imap.c
13438         * src/inc.c
13439         * src/ldif.c
13440         * src/mainwindow.c
13441         * src/mh.c
13442         * src/msgcache.c
13443         * src/prefs_common.h
13444         * src/prefs_msg_colors.c
13445         * src/procheader.c
13446         * src/procheader.h
13447         * src/procmime.c
13448         * src/procmsg.c
13449         * src/procmsg.h
13450         * src/send_message.h
13451         * src/simple-gettext.c
13452         * src/summaryview.c
13453         * src/summaryview.h
13454         * src/syldap.c
13455         * src/textview.c
13456         * src/undo.c
13457         * src/common/ssl_certificate.c
13458         * src/common/utils.c
13459         * src/gtk/colorsel.c
13460         * src/gtk/gtksctree.c
13461         * src/gtk/gtkshruler.c
13462         * src/plugins/trayicon/trayicon.c
13463                 #if 0 goes to /dev/null
13464
13465 2006-03-01 [colin]      2.0.0cvs94
13466
13467         * src/compose.c
13468         * src/imap.c
13469         * src/inc.c
13470         * src/inc.h
13471         * src/messageview.c
13472         * src/news.c
13473         * src/plugins/spamassassin/spamassassin.c
13474                 Allow to add information in the "working offline"
13475                 window
13476
13477 2006-03-01 [wwp]        2.0.0cvs93
13478
13479         * src/plugins/spamassassin/spamassassin.c
13480                 fixed spamc invocation: use a tricky temporary mini shell wrapper
13481                 'cause it seems that calling `spamc ... < inputfile` with
13482                 g_spawn_(a)sync simply.. erm doesn't work :-).
13483
13484 2006-03-01 [wwp]        2.0.0cvs92
13485
13486         * src/toolbar.c
13487         * src/toolbar.h
13488                 simplify the adding of spam/ham button to the messageview toolbar
13489                 (it gets more clear now that the same button will be "Mark as spam"
13490                 or "Mark as ham" according to the current message status,
13491                 thanks to Colin).
13492
13493 2006-03-01 [wwp]        2.0.0cvs91
13494
13495         * src/messageview.c
13496         * src/procmsg.c
13497         * src/procmsg.h
13498         * src/summaryview.c
13499         * src/plugins/spamassassin/spamassassin.c
13500         * src/plugins/spamassassin/spamassassin.h
13501                 make learner callbacks return a status (0 for ok),
13502                 handle it in main code to avoid setting flags when learning failed,
13503                 don't learn on TCP if offline in spamassassin,
13504                 thanks to Colin.
13505
13506                 
13507
13508 2006-03-01 [wwp]        2.0.0cvs90
13509
13510         * src/compose.c
13511                 some work around the compose window's account menu,
13512                 patch by Fabien Vantard.
13513
13514 2006-03-01 [wwp]        2.0.0cvs89
13515
13516         * src/plugins/spamassassin/spamassassin.c
13517                 fixed bad logics, was using spamc in local mode and sa-learn
13518                 in remote mode (thanks, Colin).
13519
13520 2006-03-01 [wwp]        2.0.0cvs88
13521
13522         * src/plugins/spamassassin/spamassassin.c
13523         * src/plugins/spamassassin/spamassassin.h
13524         * src/plugins/spamassassin/spamassassin_gtk.c
13525                 made processing of emails w/ sa-plugin an option (default is TRUE),
13526                 fixed Engrish some tooltips, capitalization of some debug messages
13527                 and warnings. The spamassassin plugin now provides two separate
13528                 services: process emails upon incorporation and spamd training.
13529                 Both services (un)register independently but use some common
13530                 plugin settings (transport settings, spam storage location).
13531
13532 2006-02-28 [wwp]        2.0.0cvs87
13533
13534         * src/plugins/spamassassin/spamassassin.c
13535                 fix async flag to spamc cmdline execution (batch exec should
13536                 be asynchronous).
13537
13538 2006-02-27 [wwp]        2.0.0cvs86
13539
13540         * src/plugins/spamassassin/spamassassin.c
13541         * src/plugins/spamassassin/spamassassin.h
13542         * src/plugins/spamassassin/spamassassin_gtk.c
13543                 - added the ability to learn a remote spamassassin server (spamd),
13544                 using spamc.
13545                 - added the spamassassin option 'username', that applies to all
13546                 spamassassin operations (filtering, learning, local or remote).
13547                 The default username is the current unix user (if left blank
13548                 from gtk prefs or config file).
13549                 - commented out some unused code (notebook widget), removed unused
13550                 layout (hbox1).
13551                 - make more widgets sensitive to the transport type.
13552
13553 2006-02-27 [colin]      2.0.0cvs85
13554
13555         * src/plugins/spamassassin/spamassassin.c
13556                 Fix sa-learn call when offline
13557
13558 2006-02-27 [colin]      2.0.0cvs84
13559
13560         * configure.ac
13561         * src/Makefile.am
13562         * src/mainwindow.c
13563         * src/mainwindow.h
13564         * src/messageview.c
13565         * src/messageview.h
13566         * src/prefs_toolbar.c
13567         * src/procmsg.c
13568         * src/stock_pixmap.c
13569         * src/stock_pixmap.h
13570         * src/summaryview.c
13571         * src/toolbar.c
13572         * src/toolbar.h
13573         * src/pixmaps/ham_btn.xpm
13574         * src/pixmaps/spam.xpm
13575         * src/pixmaps/spam_btn.xpm
13576         * src/plugins/spamassassin/spamassassin.c
13577                 Add button in toolbar for spam learning
13578                 Fix a few bugs from the last related commit
13579                 Revert 1.9.6cvs23 which messed up shift-selection
13580
13581 2006-02-24 [colin]      2.0.0cvs83
13582
13583         * src/procmsg.c
13584         * src/summaryview.c
13585         * src/summaryview.h
13586         * src/plugins/spamassassin/spamassassin.c
13587         * src/plugins/spamassassin/spamassassin.h
13588         * src/plugins/spamassassin/spamassassin_gtk.c
13589                 Unregister learner when spamassassin is either
13590                 disabled or over tcp
13591
13592 2006-02-24 [colin]      2.0.0cvs82
13593
13594         * src/Makefile.am
13595         * src/mainwindow.c
13596         * src/mainwindow.h
13597         * src/procmsg.c
13598         * src/procmsg.h
13599         * src/stock_pixmap.c
13600         * src/stock_pixmap.h
13601         * src/summaryview.c
13602         * src/summaryview.h
13603         * src/gtk/icon_legend.c
13604         * src/pixmaps/spam.xpm  ** NEW FILE **
13605         * src/plugins/spamassassin/spamassassin.c
13606         * src/plugins/spamassassin/spamassassin_gtk.c
13607                 Add spam learning interface (Mark/Mark as 
13608                 (spam|ham) menus)
13609
13610 2006-02-24 [wwp]        2.0.0cvs81
13611
13612         * src/compose.c
13613         * src/compose.h
13614         * src/filtering.c
13615                 hide compose window when sending message in batch mode
13616                 (filtering: forward and redirect). Also fixed a wrong
13617                 value returned when sending failed, neutral anyway.
13618                 (Colin, me) 
13619
13620 2006-02-24 [wwp]        2.0.0cvs80
13621
13622         * src/mainwindow.c
13623                 use GTK+'s stock quit button. Patch by Fabien Vantard.
13624
13625 2006-02-24 [paul]       2.0.0cvs79
13626
13627         * src/news.c
13628         * src/news.h
13629         * src/news_gtk.c
13630                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
13631                 Thanks to Colin
13632
13633 2006-02-23 [colin]      2.0.0cvs78
13634
13635         * src/alertpanel.c
13636                 Change OK to Close in alertpanel with View log
13637                 button; add accel to View log. Patch by Fabien
13638                 Vantard
13639
13640 2006-02-23 [wwp]        2.0.0cvs77
13641
13642         * src/compose.c
13643                 silly me, there were much more tests to perform, since toolbars can
13644                 really have down to 1 element only.
13645
13646 2006-02-23 [wwp]        2.0.0cvs76
13647
13648         * commitHelper
13649                 fixed indentation from my previous commit. Fallback to VISUAL if
13650                 EDITOR is not set (and to vi, at last resort).
13651
13652 2006-02-23 [wwp]        2.0.0cvs75
13653
13654         * commitHelper
13655                 improved error detection (Colin, me).
13656
13657 2006-02-23 [wwp]        2.0.0cvs74
13658
13659         * src/prefs_toolbar.c
13660                 simplify and fix prefs/toolbars layouting. Combos' contents can
13661                 now be really displayed.
13662
13663 2006-02-23 [wwp]        2.0.0cvs73
13664         simplifies and fix prefs/toolbars layouting. Combos' contents can now
13665         be really displayed.
13666
13667 2006-02-22 [wwp]        2.0.0cvs72
13668
13669         * src/compose.c
13670                 fix a typo in my previous commit (sorry!).
13671
13672 2006-02-22 [wwp]        2.0.0cvs71
13673
13674         * src/prefs_toolbar.c
13675                 fix a crash when adding separators to toolbars,
13676                 also fix some separator item information.
13677
13678 2006-02-22 [wwp]        2.0.0cvs70
13679
13680         * src/compose.c
13681                 fix a crash when redirecting (for instance) when compose window's
13682                 toolbar contents has been customized (when some buttons have been
13683                 removed in fact).
13684
13685 2006-02-21 [wwp]        2.0.0cvs69
13686
13687         * src/summaryview.c
13688         * src/gtk/pluginwindow.c
13689         * src/plugins/pgpcore/prefs_gpg.c
13690                 fix some compilation warnings (feat. remains of removed code).
13691
13692 2006-02-21 [wwp]        2.0.0cvs68
13693
13694         * src/gtk/gtkutils.c
13695                 fix two compilation issues, thanks to Stephan Sachse.
13696
13697 2006-02-20 [colin]      2.0.0cvs67
13698
13699         * src/mainwindow.c
13700                 Don't reselect displayed mail on refocus
13701                 This fixes actions misbehaving 
13702
13703 2006-02-20 [wwp]        2.0.0cvs66
13704
13705         * src/summaryview.c
13706         * src/gtk/gtksctree.c
13707         * src/gtk/gtkshruler.c
13708                 changed more runtime typecast checks.
13709
13710 2006-02-20 [wwp]        2.0.0cvs65
13711
13712         * src/summary_search.c
13713                 find all - summaryview refresh issue fixed, thanks to Colin.
13714
13715 2006-02-20 [wwp]        2.0.0cvs64
13716
13717         * src/gtk/gtkutils.c
13718                 better runtime typecast checks.
13719
13720 2006-02-20 [wwp]        2.0.0cvs63
13721
13722         * src/summary_search.c
13723                 enhancements to the summary search:
13724                         - add the ability to stop the running search
13725                           (upon ESC-key press, new Stop button or when Clear button is pressed)
13726                         - don't search if no criteria (From/To/Subject/Body) is set
13727                         - ensure that a busy mouse pointer is always shown when searching,
13728                           show it even a bit earlier
13729
13730 2006-02-19 [colin]      2.0.0cvs62
13731
13732         * src/compose.c
13733         * src/imap.c
13734         * src/etpan/imap-thread.c
13735         * src/etpan/imap-thread.h
13736                 (Future) IMAP speed improvement on sending
13737                 Will require a libetpan update
13738         * src/summaryview.c
13739         * src/gtk/quicksearch.c
13740                 Make quicksearch clearable while running.
13741
13742 2006-02-17 [colin]      2.0.0cvs61
13743
13744         * src/imap.c
13745         * src/etpan/imap-thread.c
13746         * src/etpan/imap-thread.h
13747                 Check for IMAP certificates
13748                 ** Requires libetpan-0.42-cvs4 
13749                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
13750
13751 2006-02-17 [colin]      2.0.0cvs60
13752
13753         * src/messageview.c
13754         * src/prefs_common.c
13755         * src/prefs_common.h
13756         * src/prefs_message.c
13757                 Add pref to display HTML-only mails with plugin, 
13758                 if possible (defaulting to FALSE of course).
13759
13760 2006-02-16 [colin]      2.0.0cvs59
13761
13762         * src/main.c
13763         * src/common/plugin.c
13764         * src/common/plugin.h
13765         * src/gtk/pluginwindow.c
13766                 Keep track of requested (but unloaded) plugins
13767                 in some error cases.
13768
13769 2006-02-16 [wwp]        2.0.0cvs58
13770
13771         * src/gtk/gtkaspell.c
13772         * src/gtk/gtkaspell.h
13773         * src/prefs_spelling.c
13774         * src/compose.c
13775         * src/prefs_common.c
13776         * src/prefs_common.h
13777                 implemented new optional spellchecker behaviour: re-check message when
13778                 dictionary got changed (from compose-window/context-menu/Change dictionary).
13779
13780 2006-02-16 [wwp]        2.0.0cvs57
13781
13782         * src/quote_fmt_parse.y
13783                 pclose popen'ed pipe.
13784
13785 2006-02-15 [colin]      2.0.0cvs56
13786
13787         * src/mimeview.c
13788         * src/mimeview.h
13789                 Let MimeViewers know which MimeView they
13790                 depend of.
13791         * src/summaryview.c
13792                 Swap From/To columns in Sent/Queue/Drafts
13793                 folders
13794         * src/etpan/imap-thread.c
13795                 Use mailstream_low_tls_open() for STARTTLS
13796                 instead of mailstream_low_ssl_open()
13797                 ** REQUIRES libetpan 0.42cvs3 **
13798
13799 2006-02-15 [wwp]        2.0.0cvs55
13800
13801         * src/compose.c
13802         * src/compose.h
13803         * src/message_search.c
13804         * src/message_search.h
13805         * src/textview.c
13806         * src/gtk/gtkutils.c
13807         * src/gtk/gtkutils.h
13808                 added the ability to Find text in the compose window (and a bit
13809                 of code factorization).
13810
13811 2006-02-15 [wwp]        2.0.0cvs54
13812
13813         * src/prefs_gtk.c
13814                 yet another one file was missing (fix for some widgets' sensitivity).
13815                 Thanks Colin!
13816
13817 2006-02-15 [wwp]        2.0.0cvs53
13818
13819         * src/prefs_gtk.h
13820                 oops forgot that file (fix for some widgets' sensitivity).
13821
13822 2006-02-15 [wwp]        2.0.0cvs52
13823
13824         * src/summary_search.c
13825                 implemented advanced summary search options (added the ability
13826                 to use matcher conditions in an advanced search mode).
13827
13828 2006-02-15 [wwp]        2.0.0cvs51
13829
13830         * src/plugins/pgpcore/prefs_gpg.c
13831         * src/prefs_account.c
13832                 fix some widget sensitivity, mostly around some labels in
13833                 account prefs.
13834
13835 2006-02-15 [paul]       2.0.0cvs50
13836
13837         * manual/advanced.xml
13838                 improve Templates info
13839                 written by wwp
13840
13841 2006-02-14 [colin]      2.0.0cvs49
13842
13843         * src/pixmaps/address_book.xpm
13844         * src/pixmaps/preferences.xpm
13845         * src/pixmaps/properties.xpm
13846                 Fix pixmap size - patch by Fabien Vantard
13847
13848 2006-02-13 [colin]      2.0.0cvs48
13849
13850         * src/procmime.c
13851                 Add missing fclose()s on error
13852         * src/textview.c
13853                 Remove unused code
13854         * src/common/utils.c
13855                 Fix temp files not being deleted on windows
13856         Patches by Thomas Gilgin
13857
13858 2006-02-13 [colin]      2.0.0cvs47
13859
13860         * src/mainwindow.c
13861                 Fix exit crash
13862
13863 2006-02-13 [wwp]        2.0.0cvs46
13864
13865         * src/plugins/pgpcore/prefs_gpg.c
13866                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
13867
13868 2006-02-12 [colin]      2.0.0cvs45
13869
13870         * src/folderview.c
13871         * src/main.c
13872         * src/mainwindow.c
13873                 Fix "stuff" when quitting
13874
13875 2006-02-12 [wwp]        2.0.0cvs44
13876
13877         * src/prefs_themes.c
13878                 fix typos in debug messages.
13879
13880 2006-02-11 [colin]      2.0.0cvs43
13881
13882         * src/summaryview.c
13883                 don't allow drag/drop from ourself
13884
13885 2006-02-10 [wwp]        2.0.0cvs42
13886
13887         * src/exporthtml.c
13888         * src/html.c
13889         * src/html.h
13890         * src/procmime.c
13891         * src/textview.c
13892                 renamed html_ prefixed functions and data structures to avoid
13893                 namespace clashes w/ other software (gtkhtml2 for instance).
13894                 Closes bug #907.
13895
13896
13897 2006-02-09 [colin]      2.0.0cvs41
13898
13899         * src/summaryview.c
13900                 Fix shitty logic messed up. Thanks Ticho for the hint!
13901
13902 2006-02-09 [wwp]        2.0.0cvs40
13903
13904         * src/gtk/about.c
13905         * src/compose.c
13906         * src/prefs_account.c
13907         * src/prefs_gtk.h
13908         * src/editaddress.c
13909                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
13910                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
13911                 Browse buttons in accounts prefs.
13912
13913 2006-02-09 [colin]      2.0.0cvs39
13914
13915         * src/matcher.c
13916                 Check for pointer before using its members
13917         * src/gtk/gtksourceprintjob.c
13918                 Fix a wrong warning
13919
13920 2006-02-09 [wwp]        2.0.0cvs38
13921
13922         * src/gtk/filesel.c
13923                 fix few compiler warnings (type mismatch).
13924
13925 2006-02-09 [paul]       2.0.0cvs37
13926
13927         * po/fr.po
13928                 updated by Fabien Vantard
13929
13930 2006-02-08 [colin]      2.0.0cvs36
13931
13932         * src/prefs_common.c
13933         * src/common/defs.h
13934         * src/common/plugin.c
13935                 allow windows and linux configurations to coexist
13936                 patch by Thomas Gilgin
13937
13938 2006-02-08 [colin]      2.0.0cvs35
13939
13940         * src/filtering.c
13941         * src/matcher.c
13942         * src/matcher.h
13943         * src/matcher_parser_parse.y
13944         * src/prefs_filtering_action.c
13945         * src/prefs_matcher.c
13946                 Add the "Ignore thread" filtering
13947                 action
13948
13949 2006-02-08 [colin]      2.0.0cvs34
13950
13951         * src/compose.c
13952         * src/procmime.c
13953         * src/procmime.h
13954                 Fix bug #905 (damaged attachment)
13955                 text files with raw \0's aren't really text files
13956         FOR_STABLE
13957
13958 2006-02-08 [colin]      2.0.0cvs33
13959
13960         * src/summaryview.c
13961                 Fix crasher introduced yesterday
13962
13963 2006-02-08 [wwp]        2.0.0cvs32
13964
13965         * src/compose.c
13966         * src/compose.h
13967                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
13968
13969 2006-02-08 [wwp]        2.0.0cvs31
13970
13971         * src/prefs_template.c
13972                 templates enhancement: allow address completion for Cc and Bcc fields
13973                 (it was currently possible for the To field only)
13974
13975 2006-02-08 [colin]      2.0.0cvs30
13976
13977         * src/compose.c
13978                 Don't unblock if not blocked
13979         FOR_STABLE
13980
13981 2006-02-07 [colin]      2.0.0cvs29
13982
13983         * src/action.c
13984                 Forgot to refresh summaryview
13985
13986 2006-02-07 [colin]      2.0.0cvs28
13987
13988         * src/action.c
13989                 Freeze/thaw message list and folder list while
13990                 processing %as{} actions 
13991         * src/compose.c
13992                 Fix auto-wrap disabling after a middle-click
13993                 paste - FOR_STABLE
13994
13995 2006-02-07 [paul]       2.0.0cvs27
13996
13997         * src/folder.c
13998                 fix freeing of uninitialised pointers
13999                 Thanks to Colin
14000
14001 2006-02-06 [colin]      2.0.0cvs26
14002
14003         * src/folder.c
14004                 Use g_slist_prepend in potentially big list
14005
14006 2006-02-06 [colin]      2.0.0cvs25
14007
14008         * src/folder.c
14009                 Completely skip processing if it doesn't 
14010                 exist (faster!)
14011
14012 2006-02-06 [colin]      2.0.0cvs24
14013
14014         * src/folder.c
14015         * src/summaryview.c
14016                 Batch filtering in summaryview (from Tools menu)
14017                 and pre/post//-processing too
14018
14019 2006-02-06 [colin]      2.0.0cvs23
14020
14021         * src/procmsg.h
14022         * src/filtering.c
14023                 Use a special field for batch filtering instead
14024                 of stepping on deferred execution's toes
14025
14026 2006-02-06 [colin]      2.0.0cvs22
14027
14028         * src/action.c
14029         * src/filtering.c
14030         * src/filtering.h
14031         * src/folder.c
14032         * src/summaryview.c
14033                 Fix filtering via menus and actions
14034
14035 2006-02-06 [colin]      2.0.0cvs21
14036
14037         * src/imap.c
14038                 Put the added file directly to cache if possible (will work
14039                 with next libetpan)
14040         * src/filtering.c
14041         * src/filtering.h
14042         * src/inc.c
14043         * src/folder.c
14044         * src/mbox.c
14045         * src/procmsg.h
14046                 Move and copy filtered messages by batches instead of one
14047                 by one - faster on IMAP
14048         * src/procmsg.c
14049                 Add a function that'll possibly be useful later
14050
14051 2006-02-06 [colin]      2.0.0cvs20
14052
14053         * src/addressbook.c
14054                 Use internal mime-type instead of text/plain for d'n'd
14055         * src/compose.c
14056                 Allow attaching files from mimeview's icon list via d'n'd
14057         * src/folderview.c
14058         * src/folderview.h
14059                 Use internal mime-type instead of text/plain for d'n'd
14060                 Don't try to selected opened folder if none is
14061                 Factorize d'n'd from other apps code
14062         * src/headerview.c
14063         * src/textview.c
14064         * src/gtk/gtkutils.c
14065         * src/gtk/gtkutils.h
14066                 Factorize Face/X-Face stuff
14067         * src/mimeview.c
14068                 Fix d'n'd to other apps
14069         * src/prefs_message.c
14070                 Let the XFace pref be usable without libcompface as it also
14071                 applies to Face
14072         * src/summaryview.c
14073                 Fix d'n'd to other apps
14074                 Factorize d'n'd from other apps code
14075
14076 2006-02-06 [wwp]        2.0.0cvs19
14077
14078         * po/it.po
14079                 Italian translation fixes by Andrea Spadaccini (no more confusion
14080                 between filtering and processing, and few changes in the About
14081                 dialog).
14082
14083
14084 2006-02-06 [mones]      2.0.0cvs18
14085
14086         * src/gtk/icon_legend.c
14087                 Improved descriptions allowing better translations
14088
14089 2006-02-05 [colin]      2.0.0cvs17
14090
14091         * src/imap.c
14092                 Add the f*cking missing expunge that caused imap_fetch_env
14093                 to fail after an add_msgs ! :-///
14094         * src/etpan/imap-thread.c
14095                 Add a bit of debug
14096         FOR_STABLE
14097
14098 2006-02-05 [colin]      2.0.0cvs16
14099
14100         * src/common/utils.c
14101                 Don't check for return-path (or we can't put
14102                 back non-sent mails)
14103
14104 2006-02-05 [colin]      2.0.0cvs15
14105
14106         * src/textview.c
14107                 Don't try to display Face header in textview
14108                 when teh headerview's active
14109
14110 2006-02-05 [colin]      2.0.0cvs14
14111
14112         * tools/tbird2syl.py
14113         * tools/Makefile.am
14114                 Add script to import Thunderbird mails
14115
14116 2006-02-05 [colin]      2.0.0cvs13
14117
14118         * src/headerview.c
14119         * src/procheader.c
14120         * src/procmsg.c
14121         * src/procmsg.h
14122         * src/textview.c
14123                 Show Face headers - patch partially by Klaus Flittner
14124
14125 2006-02-05 [colin]      2.0.0cvs12
14126
14127         * src/folderview.c
14128         * src/summaryview.c
14129         * src/common/utils.c
14130         * src/common/utils.h
14131                 Let dnd work from mime icons to summaryview
14132                 and to folderview too
14133                 Add a crude test to avoid trying to add files
14134                 drag'n'dropped when they're not mails
14135
14136 2006-02-04 [colin]      2.0.0cvs11
14137
14138         * src/summaryview.c
14139         * src/mimeview.c
14140                 Fix utf8 conversion
14141
14142 2006-02-04 [colin]      2.0.0cvs10
14143
14144         * src/compose.c
14145         * src/folderview.c
14146         * src/mimeview.c
14147         * src/summaryview.c
14148         * src/summaryview.h
14149                 Added various drag and drop capas:
14150                 From                    To
14151                 summaryview             other apps
14152                 mimeview icons          other apps
14153                 other apps              summaryview
14154                 other apps              folderview
14155
14156                 This shouldn't have broken the existing:
14157                 From                    To
14158                 summaryview             folderview
14159                 folderview              folderview
14160                 summaryview             compose's attachments
14161
14162         Tests welcomed.
14163
14164 2006-02-02 [paul]       2.0.0cvs9
14165
14166         * src/mainwindow.c
14167                 move global option 'Set displayed columns...' out
14168                 of folder option grouping.
14169                 fix sensitivity of 'harvest addresses'
14170         FOR_STABLE
14171
14172 2006-02-01 [colin]      2.0.0cvs8
14173
14174         * src/mimeview.c
14175                 Revert the alertpanel patch, it sucks (intrusive
14176                 and gets in the way of "open")
14177
14178 2006-02-01 [colin]      2.0.0cvs7
14179
14180         * src/compose.c
14181         * src/prefs_account.c
14182         * src/prefs_common.c
14183         * src/common/defs.h
14184         * src/common/utils.c
14185         * src/common/utils.h
14186                 Add ability to edit the signature file
14187                 from the account preferences, and use
14188                 a default for the text editor.
14189                 Patch by Fabien Vantard
14190
14191 2006-02-01 [colin]      2.0.0cvs6
14192
14193         * src/mimeview.c
14194                 Try to get mime type by extension if it is
14195                 application/octet-stream
14196                 Display a window with possible choices when
14197                 encountering unknown mime types
14198         * src/gtk/filesel.c
14199         * src/gtk/filesel.h
14200                 Add preview
14201                 Allow multiple selection in filtered filesel
14202                 (patch by Fabien Vantard)
14203         * src/gtk/pluginwindow.c
14204                 Use it (patch by Fabien Vantard)
14205
14206 2006-02-01 [paul]       2.0.0cvs5
14207
14208         * src/jpilot.c
14209                 fix crash on creating jpilot address book
14210                 Thanks to Colin - FOR_STABLE
14211         * src/prefs_summaries.c
14212         * src/prefs_wrapping.c
14213         * src/gtk/icon_legend.c
14214         * src/gtk/quicksearch.c
14215                 string fixes and additions
14216
14217 2006-02-01 [paul]       2.0.0cvs4
14218
14219         * src/compose.c
14220         * src/mainwindow.c
14221         * src/messageview.c
14222         * src/prefs_send.c
14223                 add Arabic encoding option
14224                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
14225
14226 2006-01-31 [colin]      2.0.0cvs3
14227
14228         * src/plugins/pgpcore/passphrase.c
14229                 Convert passphrase to locale encoding
14230         * src/compose.c
14231                 Fix drafting on IMAP. Crappy bug sneaked in
14232                 the release :-/
14233         FOR_STABLE
14234
14235 2006-01-30 [paul]       2.0.0cvs2
14236
14237         * src/gtk/icon_legend.c
14238                 show the new entries
14239
14240 2006-01-30 [colin]      2.0.0cvs1
14241
14242         * src/manual.c
14243                 Check for the file to be present before 
14244                 enabling the menu - FOR_STABLE
14245         * src/gtk/icon_legend.c
14246                 Add folders icons (not all of them, there
14247                 are too much, but the most intriguing ones)
14248
14249 2006-01-30 [paul]       2.0.0
14250
14251         version 2.0.0 released
14252
14253 [For previous entries, see ChangeLog.pre2.0.0]