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