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