d612a6fad172ba17a43a55abb991e253491d30a3
[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