2013-02-27 [mones] 3.9.0cvs104
[claws.git] / ChangeLog
blob4383e22192c65a837c712eabbb1b427042960089
1 2013-02-27 [mones]      3.9.0cvs104
3         * README
4                 Updated plugin list, now they are integrated.
5                 Added missing items to hidden properties list.
7 2013-02-26 [wwp]        3.9.0cvs103
9         * src/messageview.c
10         Fix wrong message, as message could have been moved to another folder
11         and not trashed (it could have also be deleted without staying in trash,
12         but that's a piece of detail, and while we're at it, the message could also
13         have vanished into another dimension or be now part of the twilight zone
14         but we should not always tell the truth to users. At last, and to be
15         exhaustive, the message could have disappeared because of a technical
16         issue which doesn't imply user action and none of the above mentions. One
17         would say that the message could also have never existed, but it's another
18         story).
20 2013-02-24 [colin]      3.9.0cvs102
22         * src/plugins/vcalendar/libical/libical/Makefile.am
23                 Fix build without vcalendar
25 2013-02-23 [paul]       3.9.0cvs101
27         * src/mimeview.c
28                 escape filename/description text, prevents error if, e.g., the
29                 filename contains an ampersand
31 2013-02-22 [colin]      3.9.0cvs100
33         * AUTHORS
34         * src/gtk/authors.h
35         * src/summaryview.c
36                 Fix bug #2702, "Support splitting subject line for small screen
37                 layout". Patch by Ben Deering.
39 2013-02-21 [paul]       3.9.0cvs99
41         * configure.ac
42                 add he to ALL_LINGUAS
44 2013-02-20 [colin]      3.9.0cvs98
46         * src/main.c
47                 Fix seg on w32
49 2013-02-20 [colin]      3.9.0cvs97
51         * src/plugins/att_remover/claws.def
52         * src/plugins/fetchinfo/claws.def
53         * src/plugins/spam_report/claws.def
54                 Add more needed symbols
56 2013-02-20 [colin]      3.9.0cvs96
58         * src/plugins/att_remover/Makefile.am
59         * src/plugins/fetchinfo/Makefile.am
60         * src/plugins/spam_report/Makefile.am
61                 Fix missed parts for w32
63 2013-02-20 [colin]      3.9.0cvs95
65         * src/prefs_common.h
66         * src/plugins/address_keeper/claws.def
67         * src/plugins/att_remover/Makefile.am
68         * src/plugins/att_remover/claws.def
69         * src/plugins/att_remover/plugin.def
70         * src/plugins/att_remover/version.rc
71         * src/plugins/clamd/libclamd/Makefile.am
72         * src/plugins/fetchinfo/Makefile.am
73         * src/plugins/fetchinfo/claws.def
74         * src/plugins/fetchinfo/plugin.def
75         * src/plugins/fetchinfo/version.rc
76         * src/plugins/mailmbox/Makefile.am
77         * src/plugins/mailmbox/claws.def
78         * src/plugins/mailmbox/plugin.def
79         * src/plugins/mailmbox/version.rc
80         * src/plugins/notification/gtkhotkey/Makefile.am
81         * src/plugins/spam_report/Makefile.am
82         * src/plugins/spam_report/claws.def
83         * src/plugins/spam_report/plugin.def
84         * src/plugins/spam_report/spam_report.c
85         * src/plugins/spam_report/version.rc
86                 Win32 build fixes (and add of address_keeper, att_remover,
87                 fetchinfo and spam_report)
89 2013-02-20 [paul]       3.9.0cvs94
91         * configure.ac
92                 a little more report layout tweaking
94 2013-02-20 [colin]      3.9.0cvs93
96         * src/common/plugin.c
97                 Auto fix plugin names ending in "_plugin"
99 2013-02-20 [colin]      3.9.0cvs92
101         * src/plugins/gdata/Makefile.am
102                 Change plugin name
104 2013-02-20 [colin]      3.9.0cvs91
106         * src/plugins/fetchinfo/Makefile.am
107         * src/plugins/notification/Makefile.am
108         * src/plugins/perl/Makefile.am
109         * src/plugins/python/Makefile.am
110                 Drop _plugin from the plugin's filename
112 2013-02-20 [colin]      3.9.0cvs90
114         * configure.ac
115                 Group core's --{en,dis}able switches
117 2013-02-20 [colin]      3.9.0cvs89
119         * configure.ac
120                 typos
122 2013-02-20 [colin]      3.9.0cvs88
124         * configure.ac
125         * Makefile.am
126                 Don't check for GNOME2 when we want to check for
127                 gtk-update-icon-cache; Typo fix
129 2013-02-20 [colin]      3.9.0cvs87
131         * src/plugins/Makefile.am
132         * src/plugins/acpi_notifier/Makefile.am
133         * src/plugins/address_keeper/Makefile.am
134         * src/plugins/archive/Makefile.am
135         * src/plugins/att_remover/Makefile.am
136         * src/plugins/attachwarner/Makefile.am
137         * src/plugins/bogofilter/Makefile.am
138         * src/plugins/bsfilter/Makefile.am
139         * src/plugins/clamd/Makefile.am
140         * src/plugins/demo/Makefile.am
141         * src/plugins/fancy/Makefile.am
142         * src/plugins/fetchinfo/Makefile.am
143         * src/plugins/gdata/Makefile.am
144         * src/plugins/mailmbox/Makefile.am
145         * src/plugins/newmail/Makefile.am
146         * src/plugins/notification/Makefile.am
147         * src/plugins/pdf_viewer/Makefile.am
148         * src/plugins/perl/Makefile.am
149         * src/plugins/pgpcore/Makefile.am
150         * src/plugins/pgpinline/Makefile.am
151         * src/plugins/pgpmime/Makefile.am
152         * src/plugins/python/Makefile.am
153         * src/plugins/rssyl/Makefile.am
154         * src/plugins/smime/Makefile.am
155         * src/plugins/spam_report/Makefile.am
156         * src/plugins/spamassassin/Makefile.am
157         * src/plugins/tnef_parse/Makefile.am
158         * src/plugins/vcalendar/Makefile.am
159                 Change automake conditionals so that all plugins subdirectories
160                 are included, but nothing built in disabled plugins. Fixes make
161                 dist with some plugins --disabled.
163 2013-02-20 [colin]      3.9.0cvs86
165         * configure.ac
166         * src/plugins/fancy/fancy_viewer.h
167                 Fix build for Fancy and vCalendar
169 2013-02-20 [colin]      3.9.0cvs85
171         * configure.ac
172                 Rework plugin enabling logic. More clean!
173         * src/plugins/fancy/fancy_viewer.c
174         * src/plugins/fancy/fancy_viewer.h
175         * src/plugins/spam_report/spam_report.c
176                 Make curl dependancy mandatory
177         * src/plugins/notification/notification_plugin.c
178                 Fix build with every possible thing disabled
179         * src/plugins/notification/Makefile.am
180         * src/plugins/notification/gtkhotkey/.cvsignore
181         * src/plugins/notification/gtkhotkey/Makefile.am
182         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
183         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
184         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
185         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
186         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
187         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
188         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
189         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
190         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
191         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
192         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
193         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
194         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
195         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
196         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
197         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
198         * src/plugins/notification/gtkhotkey/gtkhotkey.h
199         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
200         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
201         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
202         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
203                 Re-add hotkey support
204         * src/plugins/spam_report/Makefile.am
205         * src/plugins/tnef_parse/Makefile.am
206                 Remove gettext.h
208 2013-02-20 [colin]      3.9.0cvs84
210         * configure.ac
211         * po/POTFILES.in
212         * src/plugins/Makefile.am
213         * src/plugins/dillo_viewer/.cvsignore
214         * src/plugins/dillo_viewer/Makefile.am
215         * src/plugins/dillo_viewer/README
216         * src/plugins/dillo_viewer/dillo_prefs.c
217         * src/plugins/dillo_viewer/dillo_prefs.h
218         * src/plugins/dillo_viewer/dillo_viewer.c
219         * src/plugins/trayicon/.cvsignore
220         * src/plugins/trayicon/Makefile.am
221         * src/plugins/trayicon/README
222         * src/plugins/trayicon/trayicon.c
223         * src/plugins/trayicon/trayicon_prefs.c
224         * src/plugins/trayicon/trayicon_prefs.h
225         * src/plugins/trayicon/libeggtrayicon/.cvsignore
226                 Drop trayicon and dillo_viewer
228 2013-02-20 [colin]      3.9.0cvs83
230         * configure.ac
231         * src/plugins/Makefile.am
232         * src/plugins/spam_report/.cvsignore
233         * src/plugins/spam_report/Makefile.am
234         * src/plugins/spam_report/placeholder.txt
235         * src/plugins/spam_report/spam_report.c
236         * src/plugins/spam_report/spam_report_prefs.c
237         * src/plugins/spam_report/spam_report_prefs.h
238         * src/plugins/tnef_parse/.cvsignore
239         * src/plugins/tnef_parse/Makefile.am
240         * src/plugins/tnef_parse/claws.def
241         * src/plugins/tnef_parse/mapi.h
242         * src/plugins/tnef_parse/mapidefs.h
243         * src/plugins/tnef_parse/mapitags.h
244         * src/plugins/tnef_parse/placeholder.txt
245         * src/plugins/tnef_parse/plugin.def
246         * src/plugins/tnef_parse/tnef-errors.h
247         * src/plugins/tnef_parse/tnef-types.h
248         * src/plugins/tnef_parse/tnef_dump.c
249         * src/plugins/tnef_parse/tnef_dump.h
250         * src/plugins/tnef_parse/tnef_parse.c
251         * src/plugins/tnef_parse/version.rc
252         * src/plugins/tnef_parse/ytnef.c
253         * src/plugins/tnef_parse/ytnef.h
254                 Add tnef_parse and spam_report
256 2013-02-20 [colin]      3.9.0cvs82
258         * src/plugins/bogofilter/Makefile.am
259         * src/plugins/clamd/Makefile.am
260         * src/plugins/demo/Makefile.am
261         * src/plugins/dillo_viewer/Makefile.am
262         * src/plugins/fancy/Makefile.am
263         * src/plugins/fetchinfo/Makefile.am
264         * src/plugins/gdata/Makefile.am
265         * src/plugins/mailmbox/Makefile.am
266         * src/plugins/newmail/Makefile.am
267         * src/plugins/notification/Makefile.am
268         * src/plugins/pdf_viewer/Makefile.am
269         * src/plugins/perl/Makefile.am
270         * src/plugins/python/Makefile.am
271         * src/plugins/spamassassin/Makefile.am
272         * src/plugins/trayicon/Makefile.am
273         * src/plugins/vcalendar/libical/libical/Makefile.am
274                 Fix out-of-tree build
276 2013-02-19 [colin]      3.9.0cvs81
278         * configure.ac
279                 Fix inverted logic in a few plugins
281 2013-02-18 [mones]      3.9.0cvs80
283         * src/plugins/notification/Makefile.am
284         * src/plugins/pdf_viewer/Makefile.am
285         * src/plugins/python/Makefile.am
286                 Allow 'make dist' to generate a nice tarball
288 2013-02-18 [wwp]        3.9.0cvs79
290         * src/plugins/clamd/libclamd/.cvsignore
291         Add one more .cvsignore file.
293 2013-02-18 [wwp]        3.9.0cvs78
295         * src/plugins/clamd/libclamd/.cvsignore
296         One more .cvsignore file.
298 2013-02-18 [wwp]        3.9.0cvs77
300         * src/plugins/clamd/.cvsignore
301         * src/plugins/clamd/libclamd/.cvsignore
302         * src/plugins/fetchinfo/.cvsignore
303         * src/plugins/gdata/.cvsignore
304         * src/plugins/mailmbox/.cvsignore
305         * src/plugins/newmail/.cvsignore
306         * src/plugins/notification/.cvsignore
307         * src/plugins/pdf_viewer/.cvsignore
308         * src/plugins/perl/.cvsignore
309         * src/plugins/python/.cvsignore
310         Silent up stuff a bit.
312 2013-02-17 [colin]      3.9.0cvs76
314         * src/plugins/notification/Makefile.am
315         * src/plugins/notification/notification_banner.c
316         * src/plugins/notification/notification_banner.h
317         * src/plugins/notification/notification_command.c
318         * src/plugins/notification/notification_command.h
319         * src/plugins/notification/notification_core.c
320         * src/plugins/notification/notification_foldercheck.c
321         * src/plugins/notification/notification_foldercheck.h
322         * src/plugins/notification/notification_hotkeys.c
323         * src/plugins/notification/notification_hotkeys.h
324         * src/plugins/notification/notification_indicator.c
325         * src/plugins/notification/notification_indicator.h
326         * src/plugins/notification/notification_lcdproc.c
327         * src/plugins/notification/notification_lcdproc.h
328         * src/plugins/notification/notification_plugin.c
329         * src/plugins/notification/notification_plugin.h
330         * src/plugins/notification/notification_popup.c
331         * src/plugins/notification/notification_popup.h
332         * src/plugins/notification/notification_prefs.c
333         * src/plugins/notification/notification_prefs.h
334         * src/plugins/notification/notification_trayicon.c
335         * src/plugins/notification/notification_trayicon.h
336                 Activate and fix notification (without libindicate)
338 2013-02-17 [colin]      3.9.0cvs75
340         * src/plugins/Makefile.am
341         * src/plugins/archive/Makefile.am
342         * src/plugins/clamd/Makefile.am
343         * src/plugins/clamd/clamav_plugin.c
344         * src/plugins/clamd/clamav_plugin.h
345         * src/plugins/clamd/clamav_plugin_gtk.c
346         * src/plugins/clamd/placeholder.txt
347         * src/plugins/clamd/libclamd/Makefile.am
348         * src/plugins/clamd/libclamd/clamd-plugin.c
349         * src/plugins/clamd/libclamd/clamd-plugin.h
350         * src/plugins/fetchinfo/Makefile.am
351         * src/plugins/fetchinfo/fetchinfo_plugin.c
352         * src/plugins/fetchinfo/fetchinfo_plugin.h
353         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
354         * src/plugins/fetchinfo/placeholder.txt
355         * src/plugins/gdata/Makefile.am
356         * src/plugins/gdata/cm_gdata_contacts.c
357         * src/plugins/gdata/cm_gdata_contacts.h
358         * src/plugins/gdata/cm_gdata_prefs.c
359         * src/plugins/gdata/cm_gdata_prefs.h
360         * src/plugins/gdata/gdata_plugin.c
361         * src/plugins/gdata/gdata_plugin.h
362         * src/plugins/gdata/placeholder.txt
363         * src/plugins/geolocation/placeholder.txt
364         * src/plugins/gtkhtml2_viewer/placeholder.txt
365         * src/plugins/mailmbox/Makefile.am
366         * src/plugins/mailmbox/carray.c
367         * src/plugins/mailmbox/carray.h
368         * src/plugins/mailmbox/chash.c
369         * src/plugins/mailmbox/chash.h
370         * src/plugins/mailmbox/clist.c
371         * src/plugins/mailmbox/clist.h
372         * src/plugins/mailmbox/mailimf.c
373         * src/plugins/mailmbox/mailimf.h
374         * src/plugins/mailmbox/mailimf_types.c
375         * src/plugins/mailmbox/mailimf_types.h
376         * src/plugins/mailmbox/mailimf_types_helper.c
377         * src/plugins/mailmbox/mailimf_types_helper.h
378         * src/plugins/mailmbox/mailimf_write.c
379         * src/plugins/mailmbox/mailimf_write.h
380         * src/plugins/mailmbox/maillock.c
381         * src/plugins/mailmbox/maillock.h
382         * src/plugins/mailmbox/mailmbox.c
383         * src/plugins/mailmbox/mailmbox.h
384         * src/plugins/mailmbox/mailmbox_folder.c
385         * src/plugins/mailmbox/mailmbox_folder.h
386         * src/plugins/mailmbox/mailmbox_gtk.deps
387         * src/plugins/mailmbox/mailmbox_parse.c
388         * src/plugins/mailmbox/mailmbox_parse.h
389         * src/plugins/mailmbox/mailmbox_types.c
390         * src/plugins/mailmbox/mailmbox_types.h
391         * src/plugins/mailmbox/mmapstring.c
392         * src/plugins/mailmbox/mmapstring.h
393         * src/plugins/mailmbox/placeholder.txt
394         * src/plugins/mailmbox/plugin.c
395         * src/plugins/mailmbox/plugin_gtk.c
396         * src/plugins/mailmbox/plugin_gtk.h
397         * src/plugins/newmail/Makefile.am
398         * src/plugins/newmail/newmail.c
399         * src/plugins/newmail/placeholder.txt
400         * src/plugins/notification/Makefile.am
401         * src/plugins/notification/claws.def
402         * src/plugins/notification/notification_banner.c
403         * src/plugins/notification/notification_banner.h
404         * src/plugins/notification/notification_command.c
405         * src/plugins/notification/notification_command.h
406         * src/plugins/notification/notification_core.c
407         * src/plugins/notification/notification_core.h
408         * src/plugins/notification/notification_foldercheck.c
409         * src/plugins/notification/notification_foldercheck.h
410         * src/plugins/notification/notification_hotkeys.c
411         * src/plugins/notification/notification_hotkeys.h
412         * src/plugins/notification/notification_indicator.c
413         * src/plugins/notification/notification_indicator.h
414         * src/plugins/notification/notification_lcdproc.c
415         * src/plugins/notification/notification_lcdproc.h
416         * src/plugins/notification/notification_pixbuf.c
417         * src/plugins/notification/notification_pixbuf.h
418         * src/plugins/notification/notification_plugin.c
419         * src/plugins/notification/notification_plugin.h
420         * src/plugins/notification/notification_popup.c
421         * src/plugins/notification/notification_popup.h
422         * src/plugins/notification/notification_prefs.c
423         * src/plugins/notification/notification_prefs.h
424         * src/plugins/notification/notification_trayicon.c
425         * src/plugins/notification/notification_trayicon.h
426         * src/plugins/notification/placeholder.txt
427         * src/plugins/notification/plugin.def
428         * src/plugins/notification/raw_claws_mail_logo_64x64.h
429         * src/plugins/notification/version.rc
430         * src/plugins/pdf_viewer/Makefile.am
431         * src/plugins/pdf_viewer/doc_index.xpm
432         * src/plugins/pdf_viewer/doc_index_close.xpm
433         * src/plugins/pdf_viewer/doc_info.xpm
434         * src/plugins/pdf_viewer/first_arrow.xpm
435         * src/plugins/pdf_viewer/last_arrow.xpm
436         * src/plugins/pdf_viewer/left_arrow.xpm
437         * src/plugins/pdf_viewer/placeholder.txt
438         * src/plugins/pdf_viewer/poppler_viewer.c
439         * src/plugins/pdf_viewer/poppler_viewer.h
440         * src/plugins/pdf_viewer/right_arrow.xpm
441         * src/plugins/pdf_viewer/rotate_left.xpm
442         * src/plugins/pdf_viewer/rotate_right.xpm
443         * src/plugins/pdf_viewer/zoom_fit.xpm
444         * src/plugins/pdf_viewer/zoom_in.xpm
445         * src/plugins/pdf_viewer/zoom_out.xpm
446         * src/plugins/pdf_viewer/zoom_width.xpm
447         * src/plugins/perl/Makefile.am
448         * src/plugins/perl/perl_gtk.c
449         * src/plugins/perl/perl_gtk.h
450         * src/plugins/perl/perl_plugin.c
451         * src/plugins/perl/perl_plugin.h
452         * src/plugins/perl/placeholder.txt
453         * src/plugins/python/Makefile.am
454         * src/plugins/python/clawsmailmodule.c
455         * src/plugins/python/clawsmailmodule.h
456         * src/plugins/python/composewindowtype.c
457         * src/plugins/python/composewindowtype.h
458         * src/plugins/python/foldertype.c
459         * src/plugins/python/foldertype.h
460         * src/plugins/python/messageinfotype.c
461         * src/plugins/python/messageinfotype.h
462         * src/plugins/python/nodetype.c
463         * src/plugins/python/nodetype.h
464         * src/plugins/python/placeholder.txt
465         * src/plugins/python/python-hooks.c
466         * src/plugins/python/python-hooks.h
467         * src/plugins/python/python-shell.c
468         * src/plugins/python/python-shell.h
469         * src/plugins/python/python_plugin.c
470         * src/plugins/vcalendar/Makefile.in
471                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
472                 notification, pdf_viewer, perl, python). Notification not yet
473                 enabled because it has too much autoconf switches for my taste.
476 2013-02-16 [colin]      3.9.0cvs74
478         * po/POTFILES.in
479         * po/bg.po
480         * po/ca.po
481         * po/cs.po
482         * po/de.po
483         * po/en_GB.po
484         * po/es.po
485         * po/fi.po
486         * po/fr.po
487         * po/hu.po
488         * po/id_ID.po
489         * po/it.po
490         * po/ja.po
491         * po/lt.po
492         * po/nl.po
493         * po/pl.po
494         * po/pt_BR.po
495         * po/pt_PT.po
496         * po/ru.po
497         * po/sk.po
498         * po/sv.po
499         * po/uk.po
500         * po/zh_CN.po
501         * po/zh_TW.po
502         * src/plugins/Makefile.am
503         * src/plugins/archive/.cvsignore
504         * src/plugins/archive/Makefile.am
505         * src/plugins/archive/archiver.c
506         * src/plugins/archive/archiver.h
507         * src/plugins/archive/archiver_gtk.c
508         * src/plugins/archive/archiver_prefs.c
509         * src/plugins/archive/archiver_prefs.h
510         * src/plugins/archive/libarchive_archive.c
511         * src/plugins/archive/libarchive_archive.h
512         * src/plugins/archive/placeholder.txt
513         * src/plugins/att_remover/.cvsignore
514         * src/plugins/att_remover/Makefile.am
515         * src/plugins/att_remover/att_remover.c
516         * src/plugins/att_remover/placeholder.txt
517         * src/plugins/bsfilter/.cvsignore
518         * src/plugins/bsfilter/Makefile.am
519         * src/plugins/bsfilter/bsfilter.c
520         * src/plugins/bsfilter/bsfilter.h
521         * src/plugins/bsfilter/bsfilter_gtk.c
522         * src/plugins/bsfilter/claws.def
523         * src/plugins/bsfilter/placeholder.txt
524         * src/plugins/bsfilter/plugin.def
525         * src/plugins/bsfilter/version.rc
526                 Add archive, att_remover, bsfilter
527         * src/plugins/vcalendar/Makefile.in
528         * src/plugins/vcalendar/libical/libical/icalversion.h
529                 Remove useless files
531 2013-02-16 [colin]      3.9.0cvs73
533         * src/plugins/Makefile.am
534         * src/plugins/acpi_notifier/Makefile.am
535         * src/plugins/acpi_notifier/acpi_notifier.c
536         * src/plugins/acpi_notifier/placeholder.txt
537         * src/plugins/address_keeper/Makefile.am
538         * src/plugins/address_keeper/address_keeper.c
539         * src/plugins/address_keeper/address_keeper.h
540         * src/plugins/address_keeper/address_keeper_prefs.c
541         * src/plugins/address_keeper/address_keeper_prefs.h
542         * src/plugins/address_keeper/claws.def
543         * src/plugins/address_keeper/placeholder.txt
544         * src/plugins/address_keeper/plugin.def
545         * src/plugins/address_keeper/version.rc
546         * src/plugins/attachwarner/Makefile.am
547         * src/plugins/attachwarner/attachwarner.c
548         * src/plugins/attachwarner/attachwarner.h
549         * src/plugins/attachwarner/attachwarner_prefs.c
550         * src/plugins/attachwarner/attachwarner_prefs.h
551         * src/plugins/attachwarner/claws.def
552         * src/plugins/attachwarner/placeholder.txt
553         * src/plugins/attachwarner/plugin.def
554         * src/plugins/attachwarner/version.rc
555         * src/plugins/vcalendar/libical/libical/icalversion.h
556         * po/POTFILES.in
557         * po/bg.po
558         * po/ca.po
559         * po/cs.po
560         * po/de.po
561         * po/en_GB.po
562         * po/es.po
563         * po/fi.po
564         * po/fr.po
565         * po/hu.po
566         * po/id_ID.po
567         * po/it.po
568         * po/ja.po
569         * po/lt.po
570         * po/nl.po
571         * po/pl.po
572         * po/pt_BR.po
573         * po/pt_PT.po
574         * po/ru.po
575         * po/sk.po
576         * po/sr.po
577         * po/sv.po
578         * po/uk.po
579         * po/zh_CN.po
580         * po/zh_TW.po
581                 Now do acpi_notifier, attachwarner, address_keeper
583 2013-02-16 [colin]      3.9.0cvs72
585         * po/POTFILES.in
586         * po/bg.po
587         * po/ca.po
588         * po/cs.po
589         * po/de.po
590         * po/en_GB.po
591         * po/es.po
592         * po/fi.po
593         * po/fr.po
594         * po/hu.po
595         * po/id_ID.po
596         * po/it.po
597         * po/ja.po
598         * po/lt.po
599         * po/nl.po
600         * po/pl.po
601         * po/pt_BR.po
602         * po/pt_PT.po
603         * po/ru.po
604         * po/sk.po
605         * po/sr.po
606         * po/sv.po
607         * po/uk.po
608         * po/zh_CN.po
609         * po/zh_TW.po
610                 Merge RSSyl's translations
612 2013-02-16 [colin]      3.9.0cvs71
614         * src/mainwindow.c
615                 Fix use-after-free (introduced in cvs61)
617 2013-02-16 [colin]      3.9.0cvs70
619         * src/main.c
620         * src/prefs_common.c
621         * src/prefs_common.h
622         * src/common/defs.h
623         * src/common/w32_account.c
624                 Add an hidden preference to set the Windows theme
625         * src/plugins/Makefile.am
626         * src/plugins/rssyl/Makefile.am
627         * src/plugins/rssyl/claws.def
628         * src/plugins/rssyl/date.c
629         * src/plugins/rssyl/date.h
630         * src/plugins/rssyl/feed.c
631         * src/plugins/rssyl/feed.h
632         * src/plugins/rssyl/feedprops.c
633         * src/plugins/rssyl/feedprops.h
634         * src/plugins/rssyl/opml.c
635         * src/plugins/rssyl/opml.h
636         * src/plugins/rssyl/parsers.c
637         * src/plugins/rssyl/parsers.h
638         * src/plugins/rssyl/placeholder.txt
639         * src/plugins/rssyl/plugin.c
640         * src/plugins/rssyl/plugin.def
641         * src/plugins/rssyl/rssyl.c
642         * src/plugins/rssyl/rssyl.h
643         * src/plugins/rssyl/rssyl_cb_gtk.c
644         * src/plugins/rssyl/rssyl_cb_gtk.h
645         * src/plugins/rssyl/rssyl_cb_menu.c
646         * src/plugins/rssyl/rssyl_cb_menu.h
647         * src/plugins/rssyl/rssyl_gtk.c
648         * src/plugins/rssyl/rssyl_gtk.h
649         * src/plugins/rssyl/rssyl_prefs.c
650         * src/plugins/rssyl/rssyl_prefs.h
651         * src/plugins/rssyl/strreplace.c
652         * src/plugins/rssyl/strreplace.h
653         * src/plugins/rssyl/version.rc
654                 Add RSSyl
655         * src/plugins/vcalendar/Makefile.am
656         * src/plugins/vcalendar/Makefile.in
657         * src/plugins/vcalendar/plugin.c
658         * src/plugins/vcalendar/libical/libical/icalversion.h
659                 Fix Curl flags :)
661 2013-02-14 [paul]       3.9.0cvs69
663         * po/id_ID.po
664                 "fix" plural forms
666 2013-02-14 [colin]      3.9.0cvs68
668         * po/POTFILES.in
669                 Add vcalendar files
670         * po/merge-po-from-plugin.sh
671                 Add helper script to merge external plugins translations
672         * po/bg.po
673         * po/ca.po
674         * po/cs.po
675         * po/de.po
676         * po/en_GB.po
677         * po/es.po
678         * po/fi.po
679         * po/fr.po
680         * po/hu.po
681         * po/id_ID.po
682         * po/it.po
683         * po/ja.po
684         * po/lt.po
685         * po/nl.po
686         * po/pl.po
687         * po/pt_BR.po
688         * po/pt_PT.po
689         * po/ru.po
690         * po/sk.po
691         * po/sr.po
692         * po/sv.po
693         * po/uk.po
694         * po/zh_CN.po
695         * po/zh_TW.po
696                 Merge translations from fancy and vcalendar
698 2013-02-14 [colin]      3.9.0cvs67
700         * configure.ac
701                 Fix perl detection
703 2013-02-14 [colin]      3.9.0cvs66
705         * src/plugins/vcalendar/claws.def
706         * src/plugins/vcalendar/plugin.def
707                 Add missing files
708         * src/plugins/vcalendar/libical/Makefile.in
709         * src/plugins/vcalendar/libical/design-data/Makefile.in
710         * src/plugins/vcalendar/libical/libical/Makefile.in
711         * src/plugins/vcalendar/libical/scripts/Makefile.in
712                 Remove extraneous files
714 2013-02-13 [colin]      3.9.0cvs65
716         * src/plugins/address_dup_finder/placeholder.txt
717         * src/plugins/synce/placeholder.txt
718                 Removed, deprecated plugins
719         * src/plugins/Makefile.am
720         * src/plugins/vcalendar/Makefile.am
721         * src/plugins/vcalendar/Makefile.in
722         * src/plugins/vcalendar/common-views.c
723         * src/plugins/vcalendar/common-views.h
724         * src/plugins/vcalendar/day-view.c
725         * src/plugins/vcalendar/icaltime_as_local.c
726         * src/plugins/vcalendar/icaltime_as_local.h
727         * src/plugins/vcalendar/month-view.c
728         * src/plugins/vcalendar/placeholder.txt
729         * src/plugins/vcalendar/plugin.c
730         * src/plugins/vcalendar/vcal_dbus.c
731         * src/plugins/vcalendar/vcal_dbus.h
732         * src/plugins/vcalendar/vcal_folder.c
733         * src/plugins/vcalendar/vcal_folder.h
734         * src/plugins/vcalendar/vcal_interface.h
735         * src/plugins/vcalendar/vcal_manager.c
736         * src/plugins/vcalendar/vcal_manager.h
737         * src/plugins/vcalendar/vcal_meeting_gtk.c
738         * src/plugins/vcalendar/vcal_meeting_gtk.h
739         * src/plugins/vcalendar/vcal_prefs.c
740         * src/plugins/vcalendar/vcal_prefs.h
741         * src/plugins/vcalendar/vcalendar.c
742         * src/plugins/vcalendar/vcalendar.h
743         * src/plugins/vcalendar/version.rc
744         * src/plugins/vcalendar/libical/.cvsignore
745         * src/plugins/vcalendar/libical/Makefile.am
746         * src/plugins/vcalendar/libical/Makefile.in
747         * src/plugins/vcalendar/libical/design-data/.cvsignore
748         * src/plugins/vcalendar/libical/design-data/Makefile.am
749         * src/plugins/vcalendar/libical/design-data/Makefile.in
750         * src/plugins/vcalendar/libical/design-data/parameters.csv
751         * src/plugins/vcalendar/libical/design-data/properties.csv
752         * src/plugins/vcalendar/libical/design-data/restrictions.csv
753         * src/plugins/vcalendar/libical/design-data/status.txt
754         * src/plugins/vcalendar/libical/design-data/value-types.csv
755         * src/plugins/vcalendar/libical/libical/.cvsignore
756         * src/plugins/vcalendar/libical/libical/Makefile.am
757         * src/plugins/vcalendar/libical/libical/Makefile.in
758         * src/plugins/vcalendar/libical/libical/icalattendee.c
759         * src/plugins/vcalendar/libical/libical/icalattendee.h
760         * src/plugins/vcalendar/libical/libical/icalcomponent.c
761         * src/plugins/vcalendar/libical/libical/icalcomponent.h
762         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
763         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
764         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
765         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
766         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
767         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
768         * src/plugins/vcalendar/libical/libical/icalduration.c
769         * src/plugins/vcalendar/libical/libical/icalduration.h
770         * src/plugins/vcalendar/libical/libical/icalenums.c
771         * src/plugins/vcalendar/libical/libical/icalenums.h
772         * src/plugins/vcalendar/libical/libical/icalerror.c
773         * src/plugins/vcalendar/libical/libical/icalerror.h
774         * src/plugins/vcalendar/libical/libical/icallangbind.c
775         * src/plugins/vcalendar/libical/libical/icallangbind.h
776         * src/plugins/vcalendar/libical/libical/icallexer.l
777         * src/plugins/vcalendar/libical/libical/icalmemory.c
778         * src/plugins/vcalendar/libical/libical/icalmemory.h
779         * src/plugins/vcalendar/libical/libical/icalmime.c
780         * src/plugins/vcalendar/libical/libical/icalmime.h
781         * src/plugins/vcalendar/libical/libical/icalparameter.c
782         * src/plugins/vcalendar/libical/libical/icalparameter.h
783         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
784         * src/plugins/vcalendar/libical/libical/icalparser.c
785         * src/plugins/vcalendar/libical/libical/icalparser.h
786         * src/plugins/vcalendar/libical/libical/icalperiod.c
787         * src/plugins/vcalendar/libical/libical/icalperiod.h
788         * src/plugins/vcalendar/libical/libical/icalproperty.c
789         * src/plugins/vcalendar/libical/libical/icalproperty.h
790         * src/plugins/vcalendar/libical/libical/icalrecur.c
791         * src/plugins/vcalendar/libical/libical/icalrecur.h
792         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
793         * src/plugins/vcalendar/libical/libical/icalrestriction.h
794         * src/plugins/vcalendar/libical/libical/icaltime.c
795         * src/plugins/vcalendar/libical/libical/icaltime.h
796         * src/plugins/vcalendar/libical/libical/icaltypes.c
797         * src/plugins/vcalendar/libical/libical/icaltypes.h
798         * src/plugins/vcalendar/libical/libical/icalvalue.c
799         * src/plugins/vcalendar/libical/libical/icalvalue.h
800         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
801         * src/plugins/vcalendar/libical/libical/icalversion.h
802         * src/plugins/vcalendar/libical/libical/icalversion.h.in
803         * src/plugins/vcalendar/libical/libical/icalyacc.output
804         * src/plugins/vcalendar/libical/libical/icalyacc.y
805         * src/plugins/vcalendar/libical/libical/pvl.c
806         * src/plugins/vcalendar/libical/libical/pvl.h
807         * src/plugins/vcalendar/libical/libical/sspm.c
808         * src/plugins/vcalendar/libical/libical/sspm.h
809         * src/plugins/vcalendar/libical/libical/vsnprintf.c
810         * src/plugins/vcalendar/libical/scripts/.cvsignore
811         * src/plugins/vcalendar/libical/scripts/Makefile.am
812         * src/plugins/vcalendar/libical/scripts/Makefile.in
813         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
814         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
815         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
816         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
817         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
818         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
819         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
820         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
821                 Add vcalendar.
823 2013-02-13 [colin]      3.9.0cvs64
825         * src/plugins/acpi_notifier/placeholder.txt
826         * src/plugins/address_dup_finder/placeholder.txt
827         * src/plugins/address_keeper/placeholder.txt
828         * src/plugins/archive/placeholder.txt
829         * src/plugins/att_remover/placeholder.txt
830         * src/plugins/attachwarner/placeholder.txt
831         * src/plugins/bsfilter/placeholder.txt
832         * src/plugins/clamd/placeholder.txt
833         * src/plugins/fetchinfo/placeholder.txt
834         * src/plugins/gdata/placeholder.txt
835         * src/plugins/geolocation/placeholder.txt
836         * src/plugins/gtkhtml2_viewer/placeholder.txt
837         * src/plugins/mailmbox/placeholder.txt
838         * src/plugins/newmail/placeholder.txt
839         * src/plugins/notification/placeholder.txt
840         * src/plugins/pdf_viewer/placeholder.txt
841         * src/plugins/perl/placeholder.txt
842         * src/plugins/python/placeholder.txt
843         * src/plugins/rssyl/placeholder.txt
844         * src/plugins/spam_report/placeholder.txt
845         * src/plugins/synce/placeholder.txt
846         * src/plugins/tnef_parse/placeholder.txt
847         * src/plugins/vcalendar/placeholder.txt
848                 Add temporary placeholders for ex-extra-plugins to be
849                 integrated.
851 2013-02-13 [paul]       3.9.0cvs63
853         * src/plugins/fancy/Makefile.am
854                 no need for EXTRA_DIST
856 2013-02-13 [paul]       3.9.0cvs62
858         * configure.ac
859         * po/POTFILES.in
860         * src/plugins/Makefile.am
861         * src/plugins/fancy/Makefile.am
862         * src/plugins/fancy/fancy_prefs.c
863         * src/plugins/fancy/fancy_prefs.h
864         * src/plugins/fancy/fancy_viewer.c
865         * src/plugins/fancy/fancy_viewer.h
866                 move the Fancy plugin into core
868 2013-02-11 [paul]       3.9.0cvs61
870         * src/mainwindow.c
871                 use the Delete key to remove colour label accels (same as everywhere else).
872                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
874 2013-01-26 [mir]        3.9.0cvs60
876         * tools/vcard2xml.py
877         Fixes bugs:
878             1) Lines split over more than one line breaks parser
879             2) Get email addres correct. Not only email;internet
880         Improvements:
881             1) Basic handling of vcard 3.0
884 2013-01-23 [colin]      3.9.0cvs59
886         * src/action.c
887         * src/common/utils.c
888                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
890 2013-01-23 [colin]      3.9.0cvs58
892         * src/imap.c
893                 Fix bug #2863, "Applying has_attachment quicksearch
894                 on IMAP segfaults".
896 2013-01-21 [paul]       3.9.0cvs57
898         * src/codeconv.h
899         * src/procmime.c
900                 fix bug 2862, 'Segmentation fault when replying to a
901                 message where the "code conversion" fails'. add support
902                 for X-VIET-VPS encoding
904 2013-01-21 [paul]       3.9.0cvs56
906         * src/common/defs.h
907         * src/gtk/about.c
908                 promote the users' ml on the About/Info tab
910 2013-01-09 [paul]       3.9.0cvs55
912         * doc/man/claws-mail.1
913         * src/gtk/about.c
914                 update copyright year
916 2013-01-09 [paul]       3.9.0cvs54
918         * src/gtk/gtkaspell.c
919                 fix sensitivity of 'Use both dictionaries' in compose window
921 2013-01-09 [mir]        3.9.0cvs53
923         * tools/vcard2xml.py
924             Fix missing file encoding info.
925             See -> http://www.python.org/dev/peps/pep-0263/
928 2013-01-08 [mones]      3.9.0cvs52
930         * claws-mail.desktop
931                 Added Swedish translation by Andreas Rönnquist
933 2012-12-20 [colin]      3.9.0cvs51
935         * src/action.c
936                 Fix crash on action error;
937                 Fix trimming of leading spaces in actions
939 2012-12-19 [colin]      3.9.0cvs50
941         * src/editldap.c
942         * src/ldapctrl.c
943         * src/ldapserver.c
944                 Make LDAP over SSL work on Win32 - but not TLS,
945                 unfortunately. Also, it requires the certificate
946                 to be trusted.
948 2012-12-16 [colin]      3.9.0cvs49
950         * src/messageview.c
951                 Add missing \n at end of the return receipt last part's headers.
953 2012-12-15 [paul]       3.9.0cvs48
955         * src/addrselect.c
956                 fix bug 2832, 'mail to from adress-book splitt names'
958 2012-12-12 [colin]      3.9.0cvs47
960         * src/action.c
961                 Port to g_spawn API and make actions work better on Win32
962         * src/mainwindow.c
963                 Indentation
965 2012-12-12 [ticho]      3.9.0cvs46
967         * src/compose.c
968                 Move focus to body textview when subject entry is activated
969                 (Enter key pressed) in compose window.
971 2012-12-10 [mones]      3.9.0cvs45
973         * src/addr_compl.c
974                 Fix bug #2835 (core part) to allow NULL names which
975                 have an address
977 2012-12-07 [colin]      3.9.0cvs44
979         * src/news.c
980                 Try to fix strange crash in nntp_ping/session_destroy...
982 2012-12-06 [mones]      3.9.0cvs43
984         * tools/README
985         * tools/gif2xface.pl
986         * tools/outlook2claws-mail.pl
987                 Fix address not working since years ago
989 2012-12-05 [mones]      3.9.0cvs42
991         * src/prefs_gtk.c
992                 Do not set to NULL string preferences which have "" as
993                 default value
995 2012-12-05 [colin]      3.9.0cvs41
997         * src/common/ssl.c
998                 Nullify xcred pointer like the other ones
1000 2012-12-03 [wwp]        3.9.0cvs40
1002         * src/summaryview.c
1003         * src/mainwindow.c
1004         Avoid any possible confusion: 0 is not a neutral value when passed
1005         to main_window_get_mask() - use -1 instead, even in those cases we
1006         don't care.
1008 2012-12-03 [wwp]        3.9.0cvs39
1010         * src/toolbar.c
1011         Fix sensitivity of next-unread toolbar button.
1013 2012-12-03 [colin]      3.9.0cvs38
1015         * src/common/utils.c
1016                 Fix following relative symlinks
1018 2012-12-02 [colin]      3.9.0cvs37
1020         * src/main.c
1021                 Of course you can't, Windows. Of course...
1023 2012-12-02 [colin]      3.9.0cvs36
1025         * src/main.c
1026                 Move control sockets inside their own directory,
1027                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1028                 - cleaner separation of sockets and config dirs in
1029                   case of alternate config directories
1030                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1031                   exists as a socket, use it to control the running entity
1032                 - backwards migration is handled: starting an old Claws Mail
1033                   version will bail out as creating the legacy socket won't
1034                   be possible.
1035                 - migration for alternate-config-dirs is not handled, which
1036                   could be mentioned in release notes.
1037                 Fixes bug #2828, "Use MD5 digest for socket name"
1039 2012-12-01 [colin]      3.9.0cvs35
1041         * src/common/utils.c
1042                 As usual, Windows is a little bit different
1043                 (you have to love it the same as the normal OSes...)
1045 2012-12-01 [colin]      3.9.0cvs34
1047         * src/common/utils.c
1048         * src/common/utils.h
1049                 Add a canonicalizer function and use it to
1050                 canonicalize rc_dir.
1052 2012-11-30 [mones]      3.9.0cvs33
1054         * src/common/plugin.c
1055                 Fixes #1137 completely, saving path-less plugins as is
1056                 in config. With this patch user can edit plugin list on
1057                 clawsrc and remove absolute paths from shared plugins,
1058                 leaving only the "pluginname.so". Those will be tried to
1059                 load from plugin dir of the loading core. Notice that
1060                 those will also fail to load on older versions, and will
1061                 probably be removed from your config without warning by
1062                 the older version.
1064 2012-11-30 [wwp]        3.9.0cvs32
1066         * src/mainwindow.c
1067         * src/mainwindow.h
1068         * src/summaryview.c
1069         * src/toolbar.c
1070         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1071         also fix list loop initializers.
1073 2012-11-30 [wwp]        3.9.0cvs31
1075         * src/mainwindow.c
1076         * src/mainwindow.h
1077         * src/procmsg.c
1078         * src/send_message.c
1079         * src/send_message.h
1080         * src/toolbar.c
1081         * src/toolbar.h
1082         Add Message/Cancel sending (same as --cancel-sending), adds the
1083         relevant toolbar icon, and an extra cancel sending+receiving icon
1084         for convenience.
1086 2012-11-29 [colin]      3.9.0cvs30
1088         * src/mainwindow.c
1089                 Fix mask on a few menu items (thanks Ricardo!)
1091 2012-11-28 [wwp]        3.9.0cvs29
1093         * src/mainwindow.c
1094         * src/mainwindow.h
1095         * src/summaryview.c
1096         * src/toolbar.c
1097         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1098         Complete toolbar_init(), which was missing few inits.
1100 2012-11-28 [colin]      3.9.0cvs28
1102         * src/mainwindow.c
1103         * src/news.c
1104         * src/news.h
1105         * src/etpan/nntp-thread.c
1106                 Disconnect NNTP accounts too when switching offline
1108 2012-11-28 [colin]      3.9.0cvs27
1110         * src/imap.c
1111         * src/news.c
1112         * src/common/session.c
1113         * src/common/session.h
1114                 Add keep-alive pings on IMAP and NNTP
1116 2012-11-28 [colin]      3.9.0cvs26
1118         * src/imap.c
1119         * src/etpan/imap-thread.c
1120         * src/etpan/imap-thread.h
1121                 Try locale's charset and UTF-7 on server-side
1122                 searches when UTF-8 fails. Also, don't even
1123                 mention a charset if searching for an ASCII
1124                 string.
1126 2012-11-27 [colin]      3.9.0cvs25
1128         * src/main.c
1129                 Unbreak the build.
1131 2012-11-27 [colin]      3.9.0cvs24
1133         * src/common/ssl.c
1134                 Fix bug #2826, "replace deprecated gnutls function"
1135                 Patch by Christian Hesse
1137 2012-11-27 [colin]      3.9.0cvs23
1139         * src/gtk/manage_window.c
1140                 Stop spamming logs with focus events.
1142 2012-11-27 [colin]      3.9.0cvs22
1144         * src/mainwindow.c
1145         * src/prefs_common.c
1146         * src/prefs_common.h
1147                 Unsneak a work-in-progress patch that I mistakengly
1148                 commited with a cleanup
1150 2012-11-27 [wwp]        3.9.0cvs21
1152         * doc/man/claws-mail.1
1153         * src/main.c
1154         * src/send_message.c
1155         * src/send_message.h
1156                 Add --cancel-sending command-line switch.
1158 2012-11-23 [colin]      3.9.0cvs20
1160         * src/jpilot.c
1161         * src/main.c
1162         * src/mainwindow.c
1163         * src/matcher.c
1164         * src/prefs_common.c
1165         * src/prefs_common.h
1166         * src/procmsg.c
1167         * src/common/socket.c
1168         * src/common/socket.h
1169         * src/common/ssl.c
1170         * src/common/ssl_certificate.c
1171         * src/common/ssl_certificate.h
1172         * src/etpan/imap-thread.c
1173         * src/etpan/nntp-thread.c
1174                 Cleanup some warnings and deprecated types. Patch by
1175                 Christian Hesse, fixing bug #2617. Thanks!
1177 2012-11-23 [colin]      3.9.0cvs19
1179         * AUTHORS
1180         * src/gtk/authors.h
1181                 Add Christian Hesse which was forgotten for some reason
1183 2012-11-21 [colin]      3.9.0cvs18
1185         * src/etpan/imap-thread.c
1186                 Don't set charset on simple searches. Fixes Exchange 2007.
1188 2012-11-20 [colin]      3.9.0cvs17
1190         * src/prefs_matcher.c
1191                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1193 2012-11-20 [ticho]      3.9.0cvs16
1195         * src/gtk/prefswindow.c
1196                 Actually allow folder preference pages which are in top level of
1197                 page index UI to be selected.
1199 2012-11-20 [ticho]      3.9.0cvs15
1201         * src/prefs_folder_item.c
1202                 Remove useless "Folder" root in page index of folder preferences UI.
1204 2012-11-18 [colin]      3.9.0cvs14
1206         * AUTHORS
1207         * src/advsearch.c
1208         * src/matcher.c
1209         * src/matcher.h
1210         * src/matcher_parser_parse.y
1211         * src/prefs_matcher.c
1212         * src/gtk/authors.h
1213         * src/gtk/quicksearch.c
1214                 Add age_{greater,lower}_hours matcher criteria
1215                 Initial patch by Abhay S. Kushwaha.
1217 2012-11-18 [ticho]      3.9.0cvs13
1219         * src/mbox.c
1220                 Improve i18n plural handling in a string used while
1221                 importing from mbox.
1223 2012-11-16 [ticho]      3.9.0cvs12
1225         * po/bg.po
1226         * po/ca.po
1227         * po/cs.po
1228         * po/de.po
1229         * po/en_GB.po
1230         * po/es.po
1231         * po/fi.po
1232         * po/fr.po
1233         * po/he.po
1234         * po/hu.po
1235         * po/id_ID.po
1236         * po/it.po
1237         * po/ja.po
1238         * po/lt.po
1239         * po/nl.po
1240         * po/pl.po
1241         * po/pt_BR.po
1242         * po/pt_PT.po
1243         * po/ru.po
1244         * po/sk.po
1245         * po/sr.po
1246         * po/sv.po
1247         * po/uk.po
1248         * po/zh_CN.po
1249         * po/zh_TW.po
1250         * po/Makevars
1251                 Update message catalogs to match changes in 3.9.0cvs11.
1253 2012-11-16 [ticho]      3.9.0cvs11
1255         * src/account.c
1256         * src/addrcustomattr.c
1257         * src/edittags.c
1258         * src/prefs_filtering.c
1259         * src/prefs_matcher.c
1260         * src/prefs_msg_colors.c
1261         * src/toolbar.c
1262         * src/uri_opener.c
1263         * src/wizard.c
1264         * src/common/utils.c
1265         * src/gtk/about.c
1266                 Use pgettext() and friends for i18n context strings, instead of
1267                 having a pipe character in msgid for context separation. This uses
1268                 glib's C_ macro, instead of Q_.
1270 2012-11-16 [colin]      3.9.0cvs10
1272         * src/foldersel.c
1273         * src/prefs_actions.c
1274         * src/prefs_filtering_action.c
1275         * src/prefs_matcher.c
1276         * src/quote_fmt.c
1277         * src/gtk/description_window.c
1278         * src/gtk/description_window.h
1279         * src/gtk/inputdialog.c
1280         * src/gtk/manage_window.c
1281         * src/gtk/quicksearch.c
1282                 Try to better fix focus problems. Should address:
1283                 Bug #2774
1284                 Bug #2624
1285                 Bug #1963
1286                 Bug #2780
1287                 Please check using your favorite WM that the following works:
1288                 Information button (Quicksearch, Templates, 'Test' filtering 
1289                 condition)
1290                 Folder selection (Move/Copy contextual menu,
1291                 various preferences, including 'New folder').
1292                 Tested with XFCE, Gnome Shell and Windows.
1293                 
1295 2012-11-16 [colin]      3.9.0cvs9
1297         * src/advsearch.c
1298                 Init is_fast too
1300 2012-11-16 [colin]      3.9.0cvs8
1302         * src/advsearch.c
1303                 Fix missing initialisation of bool_and which could
1304                 lead to From/To/Subject/Tag searches searching with
1305                 binary and.
1306                 Also clean up tag expansion. No need to create a
1307                 matcher string and re-parse it.
1309 2012-11-16 [paul]       3.9.0cvs7
1311         * po/de.po
1312                 fix by Thomas Bellmann
1314 2012-11-15 [colin]      3.9.0cvs6
1316         * src/summaryview.c
1317                 Fix bug #2785, "Marking mails for deletion reopens internal 
1318                 message view"
1320 2012-11-15 [colin]      3.9.0cvs5
1322         * src/main.c
1323         * src/statusbar.c
1324         * src/gtk/gtkcmclist.c
1325         * src/gtk/gtkcmclist.h
1326                 a few more GTK+3 fixes. Segfaults on me, though.
1328 2012-11-15 [colin]      3.9.0cvs4
1330         * src/Makefile.am
1331         * src/action.c
1332         * src/addr_compl.c
1333         * src/addressbook.c
1334         * src/addrgather.c
1335         * src/compose.c
1336         * src/editaddress.c
1337         * src/editgroup.c
1338         * src/main.c
1339         * src/mainwindow.c
1340         * src/message_search.c
1341         * src/prefs_display_header.c
1342         * src/prefs_filtering_action.c
1343         * src/prefs_matcher.c
1344         * src/prefs_other.c
1345         * src/prefs_toolbar.c
1346         * src/printing.c
1347         * src/stock_pixmap.c
1348         * src/summary_search.c
1349         * src/summaryview.c
1350         * src/textview.c
1351         * src/gtk/Makefile.am
1352         * src/gtk/colorlabel.c
1353         * src/gtk/combobox.c
1354         * src/gtk/combobox.h
1355         * src/gtk/gtkcmclist.c
1356         * src/gtk/gtkcmclist.h
1357         * src/gtk/gtkcmctree.c
1358         * src/gtk/gtksctree.c
1359         * src/gtk/gtkshruler.c
1360         * src/gtk/gtkutils.c
1361         * src/gtk/gtkutils.h
1362         * src/gtk/inputdialog.c
1363         * src/gtk/quicksearch.c
1364         * src/plugins/pgpcore/Makefile.am
1365         * src/plugins/pgpinline/Makefile.am
1366         * src/plugins/pgpmime/Makefile.am
1367         * src/plugins/smime/Makefile.am
1368                 Big GTK+3 patch from Hanno Meyer-Thurow
1370 2012-11-15 [wwp]        3.9.0cvs3
1372         * doc/man/claws-mail.1
1373         * src/main.c
1374                 Add --cancel-receiving command-line switch.
1376 2012-11-15 [wwp]        3.9.0cvs2
1378         * src/ssl_manager.c
1379         * src/gtk/sslcertwindow.c
1380                 Fix Capitalization.
1382 2012-11-15 [paul]       3.9.0cvs1
1384         * po/cs.po
1385         * po/fi.po
1386         * po/sk.po
1387                 updates from David Vachulka, Flammie Pirinen, and
1388                 Slavko
1390 2012-11-14 [paul]       3.9.0
1391         * NEWS
1392         * README
1393         * RELEASE_NOTES 
1394                 3.9.0 unleashed!
1396 2012-11-14 [paul]       3.8.1cvs123
1398         * po/de.po
1399         * po/es.po
1400         * po/fi.po
1401         * po/fr.po
1402         * po/hu.po
1403         * po/pt_BR.po
1404         * po/sv.po
1405         * po/uk.po
1406         * po/zh_TW.po
1407                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1408                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1409                 YUP, Wei-Lun Chao
1411 2012-11-14 [paul]       3.8.1cvs122
1413         * tools/README
1414         * tools/fix_date.sh
1415                 improvements by wwp
1417 2012-11-14 [colin]      3.8.1cvs121
1419         * src/action.c
1420                 And fix warning with breaking functionality
1422 2012-11-14 [paul]       3.8.1cvs120
1424         * src/action.c
1425                 revert this change from 3.8.1cvs60, it breaks
1426                 actions with a pipe
1428 2012-11-14 [colin]      3.8.1cvs119
1430         * src/common/plugin.c
1431                 If plugin fails to load from absolute path, try from
1432                 default plugin path. 
1433                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1434                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1435                 results in wrong paths in clawsrc'
1437 2012-11-12 [colin]      3.8.1cvs118
1439         * src/messageview.c
1440                 Fix initial focus on textview. Fixes bug #2776,
1441                 "Make all menu shortcuts work properly in the message window"
1443 2012-11-09 [colin]      3.8.1cvs117
1445         * src/etpan/imap-thread.c
1446                 Specify search charset. Thanks to Aleksei Miheev
1448 2012-11-08 [colin]      3.8.1cvs116
1450         * src/common/socket.c
1451         * src/gtk/gtkutils.c
1452                 Fix socket communication
1454 2012-11-08 [colin]      3.8.1cvs115
1456         * src/plugins/pgpcore/sgpgme.c
1457                 Fix Windows runtime crash
1459 2012-11-08 [colin]      3.8.1cvs114
1461         * src/gtk/quicksearch.c
1462                 Fix going active with NULL matchstring (for example
1463                 when changing type before typing anything)
1465 2012-11-07 [colin]      3.8.1cvs113
1467         * src/mbox.c
1468                 Fix Windows build
1470 2012-11-06 [mones]      3.8.1cvs112
1472         * doc/man/claws-mail.1
1473                 Sync with AUTHORS file
1474         * src/gtk/quicksearch.c
1475                 Add number units where appropriate
1477 2012-10-31 [paul]       3.8.1cvs111
1479         * src/prefs_folder_item.c
1480                 add missing closing bracket. thanks to Andreas Rönnquist.
1482 2012-10-31 [colin]      3.8.1cvs110
1484         * src/prefs_folder_item.c
1485                 Fix prefs text and extra semi-colon. Thanks to Paul!
1487 2012-10-31 [colin]      3.8.1cvs109
1489         * src/folder_item_prefs.c
1490         * src/folder_item_prefs.h
1491         * src/messageview.c
1492         * src/prefs_folder_item.c
1493                 Implement feature from bug #2569, 
1494                 "select html part on folder specific properties"
1495                 Patch based on Andrej's patch.
1497 2012-10-29 [wwp]        3.8.1cvs108
1499         * src/textview.c
1500         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1501         broken URL parsing.
1503 2012-10-25 [colin]      3.8.1cvs107
1505         * src/textview.c
1506                 Verify the previous URI wasn't the same...
1507                 fixes http://www. URIs.
1509 2012-10-25 [colin]      3.8.1cvs106
1511         * src/common/utils.c
1512         * src/common/utils.h
1513         * src/textview.c
1514                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1515                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1516                 from 30% to 15%. Patch by Igor Mammedov
1518 2012-10-25 [colin]      3.8.1cvs105
1520         * src/textview.c
1521                 Do not allow search cost to explode in case of bad message
1522                 parsing in textview_make_clickable_parts_later(); reduces
1523                 cost of textview_make_clickable_parts_later() from 99% to
1524                 17% for big bad-case message. Patch by Igor Mammedov
1526 2012-10-25 [colin]      3.8.1cvs104
1528         * src/textview.c
1529         * src/textview.h
1530                 Avoid strlen() on big buffers, use precomputed length instead
1531                 it reduces cost of textview_write_line() from 32% to 3% for
1532                 big messages. Patch by Igor Mammedov
1533         * AUTHORS
1534         * src/gtk/authors.h
1535                 Add Igor
1537 2012-10-24 [mones]      3.8.1cvs103
1539         * src/advsearch.c
1540                 Trust on IMAP core on-line/off-line management
1541                 Patch by Sean Buckheister
1543 2012-10-19 [paul]       3.8.1cvs102
1545         * AUTHORS
1546         * src/crash.c
1547         * src/gtk/authors.h
1548                 fix bug 2760, 'display correct libc version in crash dialog 
1549                 when uclibc is used'.
1550                 fixes build with uclibc. patch by Natanael Copa.
1552 2012-10-18 [mones]      3.8.1cvs101
1554         * claws-mail.desktop
1555                 Fix bug #2761 and remove invalid GTK main category
1557 2012-10-17 [colin]      3.8.1cvs100
1559         * src/common/ssl_certificate.c
1560                 Fix bug #2759, "Error messages regarding bad
1561                 client certificates are less than helpful"
1562                 Based on patch by bug reporter.
1564 2012-10-13 [paul]       3.8.1cvs99
1566         * src/common/ssl_certificate.c
1567                 fix build with gnutls 3.1.3
1568                 Patch by Sean Buckheister.
1570 2012-10-12 [mones]      3.8.1cvs98
1572         * src/compose.c
1573         * src/grouplistdialog.c
1574         * src/imap.c
1575         * src/news_gtk.c
1576         * src/procmime.c
1577         * src/procmsg.c
1578         * src/common/utils.c
1579         * src/common/utils.h
1580         * src/etpan/imap-thread.c
1581                 New slist_free_strings_full wrapper for g_slist_free_full
1582                 and simplify calls where it was being used
1584 2012-10-12 [colin]      3.8.1cvs97
1586         * src/common/defs.h
1587                 Drop include of internal glib header
1588                 Patch by Werner Koch
1590 2012-10-12 [colin]      3.8.1cvs96
1592         * src/gtk/gtkcmctree.c
1593         * src/gtk/gtksctree.c
1594                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1595                 mouse". Patch mostly by Tom Horsley
1597 2012-10-12 [iwkse]      3.8.1cvs95
1599         * src/common/utils.c
1600                         g_free *mutex
1602 2012-10-12 [mones]      3.8.1cvs94
1604         * src/common/utils.c
1605                 Remove undeclared mutex symbol
1607 2012-10-12 [colin]      3.8.1cvs93
1609         * src/compose.c
1610         * src/prefs_account.c
1611         * src/common/utils.c
1612         * src/common/utils.h
1613                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1614                 Thanks to Salvatore de Paolis
1616 2012-10-10 [colin]      3.8.1cvs92
1618         * src/folder.c
1619                 Fix bug #2744, "Quick search throws bad command 
1620                 argument error on Microsoft Exchange". Fall back
1621                 to local search if folder-specific search fails.
1622         * src/gtk/quicksearch.c
1623                 Typo fix.
1625 2012-10-10 [colin]      3.8.1cvs91
1627         * src/procmsg.h
1628                 Make what the tags list contain more clear
1630 2012-10-10 [colin]      3.8.1cvs90
1632         * src/inc.c
1633         * src/mbox.c
1634         * src/common/smtp.c
1635         * src/common/smtp.h
1636                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1637                 Patch by "madroach"
1639 2012-10-10 [colin]      3.8.1cvs89
1641         * autogen.sh
1642                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1644 2012-10-10 [colin]      3.8.1cvs88
1646         * src/compose.c
1647                 Leak fix (thanks Ricardo!)
1649 2012-10-10 [colin]      3.8.1cvs87
1651         * src/common/utils.c
1652                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1653                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1654                 fixes by Michael Rasmussen and myself.
1655                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1656                 semantics are different from slist_free_strings() in that
1657                 slist_free_strings does not free the list itself.
1659 2012-10-09 [mones]      3.8.1cvs86
1661         * doc/man/claws-mail.1
1662         * src/compose.c
1663         * src/common/utils.c
1664                 New extra headers feature for adding user-defined
1665                 extra headers to the combobox in the compose window
1666                 Headers are stablished in 'extraheaderrc', one per
1667                 line with a final colon
1669 2012-10-06 [mones]      3.8.1cvs85
1671         * po/POTFILES.in
1672                 Added src/gtk/menu.c
1673         * src/common/defs.h
1674         * src/gtk/menu.c
1675         * src/gtk/menu.h
1676                 New function cm_menu_item_new_label_from_url to
1677                 avoid crashing on huge URL strings and warn user
1678                 about the possible causes
1679         * src/mainwindow.c
1680                 Use it to create List menu items safely
1682 2012-10-04 [colin]      3.8.1cvs84
1684         * src/imap.c
1685                 Fix keywords with spaces
1687 2012-10-04 [colin]      3.8.1cvs83
1689         * src/advsearch.c
1690                 Fix double-tag search. Maybe fixes bug #2744,
1691                 'Quick search throws bad command argument 
1692                 error since recent change'. Patch by Sean.
1694 2012-10-03 [mones]      3.8.1cvs82
1696         * src/procmime.c
1697                 Fix bug #2743 'null pointer crash in procmime strchr'
1698                 Patch by Michael Schwendt (from RedHat bug 862578) 
1700 2012-09-28 [colin]      3.8.1cvs81
1702         * src/advsearch.c
1703                 Never search on server if we're offline
1704                 (Asking the user would and will be better)
1705         * src/imap.c
1706                 Fix uninitialized variable (bogus) warning
1707                 Fix SELECT of the folder before searching
1709 2012-09-27 [colin]      3.8.1cvs80
1711         * src/advsearch.c
1712         * src/imap.c
1713         * src/etpan/imap-thread.c
1714         * src/etpan/imap-thread.h
1715                 Implement IMAP server search. Patch by
1716                 Sean Buckheister again.
1718 2012-09-26 [colin]      3.8.1cvs79
1720         * src/main.c
1721         * src/matcher.c
1722         * src/matcher.h
1723                 Prepare the context strings, their translation take
1724                 CPU time. Shaves 6 seconds out of 17 on my reference
1725                 folder body search.
1726         * src/summary_search.c
1727                 Fix a warning
1729 2012-09-26 [colin]      3.8.1cvs78
1731         * src/matcher.c
1732         * src/procmime.c
1733         * src/procmime.h
1734                 Unlock I/O in procmime, give a way
1735                 for matcher to avoid having to
1736                 read/write tmp/rewind/read tmp for
1737                 body matches.
1739 2012-09-26 [colin]      3.8.1cvs77
1741         * src/summary_search.c
1742                 Fix unresponsive stop button
1743         * src/gtk/quicksearch.c
1744                 Fix busy cursor
1746 2012-09-26 [colin]      3.8.1cvs76
1748         * src/summary_search.c
1749         * src/summaryview.c
1750         * src/summaryview.h
1751         * src/gtk/quicksearch.c
1752                 Factorize search code in summary_search and
1753                 add a progress indicator as that slows down
1754                 the first result in case of body search.
1756 2012-09-26 [colin]      3.8.1cvs75
1758         * src/folder.c
1759                 Fix body search triggering GUI updates
1760                 for every message when it gets MSG_SCANNED
1761                 set.
1763 2012-09-26 [colin]      3.8.1cvs74
1765         * src/folder.c
1766         * src/folder.h
1767         * src/imap.c
1768         * src/procmsg.c
1769         * src/procmsg.h
1770         * src/summaryview.c
1771                 Factorize msg list to num list code;
1772                 Make search faster using cache instead
1773                 of network I/O
1775 2012-09-25 [mones]      3.8.1cvs73
1777         * src/gtk/quicksearch.c
1778                 Fix new expressions not being added to quicksearch
1779                 history in extended mode; patch by Sean Buckheister
1781 2012-09-22 [mir]        3.8.1cvs72
1783         * src/advsearch.c
1784                 Fix for not searching in folders marked 'no_select'
1785                 patch provided by Colin.
1787 2012-09-22 [mones]      3.8.1cvs71
1789         * src/advsearch.c
1790                 Add missing copyright header
1792 2012-09-21 [colin]      3.8.1cvs70
1794         * src/folder.c
1795                 Fix warning where msgcount was used
1796                 uninitialized in case the search was
1797                 to be performed on a message list subset.
1799 2012-09-21 [colin]      3.8.1cvs69
1801         * src/gtk/quicksearch.c
1802                 Fix error background not appearing
1804 2012-09-21 [colin]      3.8.1cvs68
1806         * src/Makefile.am
1807         * src/advsearch.c ** ADDED **
1808         * src/advsearch.h ** ADDED **
1809         * src/folder.c
1810         * src/folder.h
1811         * src/folderview.c
1812         * src/imap.c
1813         * src/main.c
1814         * src/matcher.c
1815         * src/matcher.h
1816         * src/matchertypes.h ** ADDED **
1817         * src/mh.c
1818         * src/mimeview.c
1819         * src/news.c
1820         * src/proctypes.h
1821         * src/summary_search.c
1822         * src/summaryview.c
1823         * src/summaryview.h
1824         * src/gtk/quicksearch.c
1825         * src/gtk/quicksearch.h
1826                 Separated GUI and logic for search
1827                 Use same logic for quicksearch and folder search
1828                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1830 2012-09-19 [mones]      3.8.1cvs67
1832         * src/mainwindow.c
1833                 Remove spurious parameter from get_url_part and
1834                 fix potential buffer overflow
1836 2012-09-19 [colin]      3.8.1cvs66
1838         * src/addressbook.c
1839         * src/addrselect.c
1840                 Un-mix mixed enum comparison which happened
1841                 to work because multiple enums define the same
1842                 values.
1844 2012-09-19 [colin]      3.8.1cvs65
1846         * src/addrindex.c
1847         * src/editaddress.c
1848         * src/editldap.c
1849         * src/exporthtml.c
1850         * src/jpilot.c
1851         * src/procmime.c
1852         * src/plugins/bogofilter/bogofilter_gtk.c
1853         * src/plugins/pgpcore/prefs_gpg.c
1854         * src/plugins/smime/smime.c
1855         * src/plugins/spamassassin/spamassassin_gtk.c
1856                 More warning fixes, casts, useless variables and
1857                 unchecked return values
1859 2012-09-19 [colin]      3.8.1cvs64
1861         * src/mainwindow.c
1862                 Check possible overflow
1863         * src/prefs_account.c
1864         * src/prefs_compose_writing.c
1865         * src/prefs_logging.c
1866         * src/prefs_message.c
1867         * src/prefs_msg_colors.c
1868         * src/prefs_other.c
1869         * src/prefs_receive.c
1870         * src/prefs_summaries.c
1871         * src/prefs_wrapping.c
1872                 fix GtkAdjustment casts
1873         * src/common/ssl.c
1874                 fix warnings
1875         * src/gtk/gtkaspell.c
1876                 fix warnings
1878 2012-09-19 [mones]      3.8.1cvs63
1880         * src/addritem.c
1881                 Fix leak and follow function specification
1883 2012-09-19 [mones]      3.8.1cvs62
1885         * src/action.c
1886                 Use unused var c to check result and emit messages on error
1887         * src/addrbook.c
1888                 Remove unused vars: attr (several functions), element
1889         * src/addrclip.c
1890                 Use unused var newGroup to check result
1891         * src/addrcustomattr.c
1892                 Remove unused var summaryview and related code
1893         * src/addressbook.c
1894                 Use unused vars nn, newNode, idleID to check result
1895                 Remove unused var aoType and refactor logic around it
1896                 Comment var enabled and related debug code
1897         * src/msgcache.c
1898                 Use unused var error to check result and emit debug messages
1899         * src/textview.c
1900                 Remove unused var link_color
1901         * src/toolbar.c
1902                 Remove unused vars: attr, retVal
1904 2012-09-19 [colin]      3.8.1cvs61
1906         * src/imap.c
1907         * src/inc.c
1908         * src/news.c
1909         * src/send_message.c
1910         * src/common/socket.c
1911                 More precise error logging
1913 2012-09-16 [mones]      3.8.1cvs60
1915         * src/action.c                                                          
1916                 Removed dup calls with ignored result
1917         * src/addr_compl.c                                                    
1918                 Removed unused var is_group and simplified logic around it      
1919         * src/addrharvest.c                                                  
1920         * src/matcher.c
1921         * src/procmsg.c                                                  
1922         * src/etpan/etpan-thread-manager.c                                    
1923                 Use unused var r to verify result and emit messages on error
1924         * src/compose.c                                                  
1925                 Move color variable into conditional usage blocks
1926                 Remove assigned but not used vars: lock, titles, count    
1927         * src/edittags.c
1928                 Remove assigned but not used var actions                        
1929         * src/folderview.c
1930                 Remove assigned but not used vars: from_parent, src_node        
1931         * src/imap_gtk.c
1932         * src/mh_gtk.c                                                    
1933                 Remove malloc-ed but not used var: old_path                  
1934         * src/news.c
1935                 Comment unused vars from commented block: tofetch, fetched      
1936         * src/prefs_account.c
1937                 Remove assigned but not used var: privacy_enabled
1938         * src/prefs_actions.c
1939         * src/prefs_customheader.c
1940                 Remove assigned but not used var: store
1941         * src/prefs_filtering.c
1942                 Remove assigned but not used var: n_rows
1943         * src/prefs_template.c
1944                 Remove assigned but not used vars: model, list_store
1945         * src/prefs_toolbar.c
1946                 Remove assigned but not used var: win_titles
1947         * src/printing.c
1948                 Remove assigned but not used vars: orientation, line, baseline,
1949                 off_chars 
1950         * src/etpan/imap-thread.c
1951                 Remove assigned but not used var: value, r
1952                 Refactor to check correct memory allocation
1953         * src/etpan/nntp-thread.c
1954                 Remove assigned but not used var: value
1955         * src/gtk/gtkaspell.c
1956                 Remove assigned but not used vars: textbuf, exist
1957                 Remove unused function: find_gtkaspeller
1958         * src/gtk/gtkcmctree.c
1959                 Remove unused function: gtk_cmctree_get_offset
1960         * src/gtk/gtkshruler.c
1961                 Remove assigned but not used vars: ruler, priv
1963 2012-09-14 [mones]      3.8.1cvs59
1965         * src/common/log.c
1966                 Check file operation results (and remove and
1967                 unused var warning)
1969 2012-09-14 [colin]      3.8.1cvs58
1971         * src/gtk/inputdialog.c
1972                 Remove unused var, thanks Ticho
1974 2012-09-13 [colin]      3.8.1cvs57
1976         * src/stock_pixmap.c
1977                 Fix missing \n in debug line
1979 2012-09-13 [colin]      3.8.1cvs56
1981         * src/main.c
1982                 Don't listen on the Unix socket before we're
1983                 ready. The 'popup' order from another instance
1984                 may provoke a race and trash configuration files.
1986 2012-09-13 [colin]      3.8.1cvs55
1988         * src/imap.c
1989                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
1990                 Claws-Mail/IMAP and Lotus Domino". Use
1991                 correct types for start/end and test if
1992                 start is indeed before end.
1994 2012-09-12 [mones]      3.8.1cvs54
1996         * src/prefs_other.c
1997                 Fix bug #1975 'preference mutt key bindings do not take
1998                 effect' (and the other invalid paths too)
2000 2012-09-12 [colin]      3.8.1cvs53
2002         * src/procmsg.c
2003                 Revert that hunk, logic is unclear.
2005 2012-09-12 [colin]      3.8.1cvs52
2007         * src/addressbook.c
2008         * src/addrharvest.c
2009         * src/addrindex.c
2010         * src/addritem.c
2011         * src/compose.c
2012         * src/edittags.c
2013         * src/folder.c
2014         * src/imap.c
2015         * src/inc.c
2016         * src/ldif.c
2017         * src/mainwindow.c
2018         * src/mbox.c
2019         * src/mimeview.c
2020         * src/mutt.c
2021         * src/partial_download.c
2022         * src/prefs_filtering_action.c
2023         * src/prefs_toolbar.c
2024         * src/printing.c
2025         * src/procheader.c
2026         * src/procmime.c
2027         * src/procmsg.c
2028         * src/summaryview.c
2029         * src/textview.c
2030         * src/common/utils.c
2031         * src/etpan/imap-thread.c
2032         * src/gtk/gtkaspell.c
2033         * src/plugins/pgpcore/sgpgme.c
2034                 More fixes from bug #1961:
2035                 - Write-only variables
2036                 - Null pointer dereferences
2037                 - A couple other fixes for which the reporter
2038                   was unsure, but which showed problems.
2039                 More details in bug #1961 comments.
2041 2012-09-12 [colin]      3.8.1cvs51
2043         * src/compose.c
2044         * src/mh.c
2045         * src/common/ssl.c
2046         * src/plugins/pgpcore/passphrase.c
2047                 Apply patches from bug #1961, "patches for
2048                 a couple of clang warnings":
2049                 - Check return codes
2050                 - Remove dead code
2052 2012-09-12 [colin]      3.8.1cvs50
2054         * claws-mail.pc.in
2055                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2056                 where the included menu.h could come from Ncurses.
2057                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2059 2012-09-11 [colin]      3.8.1cvs49
2061         * src/main.c
2062                 Fix race condition at start.
2064 2012-09-10 [colin]      3.8.1cvs48
2066         * src/main.c
2067                 Create lock socket as soon as possible, not after
2068                 a few things like caching all prefs.
2070 2012-09-09 [mones]      3.8.1cvs47
2072         * src/plugins/bogofilter/bogofilter.c
2073                 Add missing include
2075 2012-09-08 [colin]      3.8.1cvs46
2077         * AUTHORS
2078         * src/Makefile.am
2079         * src/action.c
2080         * src/addr_compl.c
2081         * src/addrbook.c
2082         * src/compose.c
2083         * src/compose.h
2084         * src/editaddress.c
2085         * src/filtering.c
2086         * src/folder.c
2087         * src/folder.h
2088         * src/folderview.h
2089         * src/headerview.h
2090         * src/imap_gtk.c
2091         * src/localfolder.c
2092         * src/main.c
2093         * src/mainwindow.c
2094         * src/mainwindow.h
2095         * src/matcher.c
2096         * src/matcher_parser_parse.y
2097         * src/messageview.c
2098         * src/messageview.h
2099         * src/mh.c
2100         * src/mh_gtk.c
2101         * src/mimeview.c
2102         * src/mimeview.h
2103         * src/noticeview.h
2104         * src/prefs_account.c
2105         * src/prefs_account.h
2106         * src/prefs_filtering.c
2107         * src/prefs_filtering_action.c
2108         * src/prefs_gtk.h
2109         * src/prefs_matcher.c
2110         * src/prefs_template.c
2111         * src/prefs_toolbar.c
2112         * src/privacy.c
2113         * src/procheader.h
2114         * src/procmime.c
2115         * src/procmime.h
2116         * src/procmsg.c
2117         * src/procmsg.h
2118         * src/proctypes.h
2119         * src/remotefolder.c
2120         * src/summaryview.c
2121         * src/summaryview.h
2122         * src/textview.c
2123         * src/textview.h
2124         * src/toolbar.c
2125         * src/uri_opener.c
2126         * src/viewtypes.h
2127         * src/common/defs.h
2128         * src/gtk/authors.h
2129         * src/gtk/description_window.c
2130         * src/plugins/trayicon/trayicon.c
2131                 Break circular dependencies in Claws' headers,
2132                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2134 2012-09-08 [colin]      3.8.1cvs45
2136         * src/textview.c
2137                 Fix shortcut getting
2139 2012-09-05 [colin]      3.8.1cvs44
2141         * src/matcher.c
2142         * src/matcher.h
2143         * src/prefs_matcher.c
2144                 Drop matcherprop_new_create, which is just a copy of
2145                 matcherprop_new, and staticalize what can be
2147 2012-09-05 [colin]      3.8.1cvs43
2149         * src/plugins/pgpcore/select-keys.c
2150                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2151                 based on primary UID rather than recipient e-mail"
2153 2012-08-29 [colin]      3.8.1cvs42
2155         * src/gtk/gtkaspell.c
2156                 Fix bug #2596, "Spell checker does not work properly"
2158 2012-08-29 [colin]      3.8.1cvs41
2160         * src/plugins/pgpcore/sgpgme.c
2161                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2162                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2164 2012-08-29 [colin]      3.8.1cvs40
2166         * src/mainwindow.c
2167         * src/messageview.c
2168         * src/mimeview.c
2169         * src/mimeview.h
2170         * src/summaryview.c
2171         * src/textview.c
2172         * src/gtk/menu.c
2173         * src/gtk/menu.h
2174                 Move the hardcoded mimeview shortcuts to standard menus.
2176 2012-08-27 [colin]      3.8.1cvs39
2178         * src/main.c
2179                 Fix double mainwindow presentation that confuses GNOME3
2180                 when some plugins fail to load (subsequent Claws windows
2181                 got no focus in that case)
2183 2012-08-27 [colin]      3.8.1cvs38
2185         * src/summaryview.c
2186                 Make Mark all read confirmation button more clear
2188 2012-08-27 [colin]      3.8.1cvs37
2190         * src/mainwindow.c
2191         * src/summaryview.c
2192                 Separate "Mark all read" from "Mark as read"
2193                 and "Ignore thread"
2195 2012-08-27 [wwp]        3.8.1cvs36
2197         * src/inc.c
2198         * src/procmsg.c
2199                 Remove session statistics debug statements (irrelevant in repo,
2200                 that's dev stuff).
2202 2012-08-24 [mones]      3.8.1cvs35
2204         * manual/advanced.xml
2205                 Keep alphabetic order of hidden options lost
2206                 and update Clawsker URL.
2207         * manual/de/advanced.xml
2208         * manual/fr/advanced.xml
2209                 Update Clawsker URL.
2210         * manual/es/advanced.xml
2211                 Sync with English version and update Clawsker URL.
2212         * manual/de/dist/html/Makefile.am
2213         * manual/es/dist/html/Makefile.am
2214         * manual/fr/dist/html/Makefile.am
2215         * manual/pl/dist/html/Makefile.am
2216         * manual/dist/html/Makefile.am
2217                 Fix bug 2723 'Missing encoding in generated html manual'
2219 2012-08-23 [colin]      3.8.1cvs34
2221         * src/mainwindow.c
2222                 Fix --offline asking if one wants to sync,
2223                 due to re-entering. Thanks <ebik@ucw.cz>.
2225 2012-08-16 [colin]      3.8.1cvs33
2227         * src/imap.c
2228                 Always clear the tags list when fetching a folder, or
2229                 Claws will never untag an untagged email. Patch by
2230                 Igor Mammedov <imammedo@redhat.com>
2232 2012-08-12 [colin]      3.8.1cvs32
2234         * src/compose.c
2235                 Exclude text/plain from the attachment thing
2237 2012-08-12 [colin]      3.8.1cvs31
2239         * src/messageview.c
2240                 Fix comparison, thanks to Michael Gmelin
2242 2012-08-12 [colin]      3.8.1cvs30
2244         * src/messageview.c
2245                 Only show HTML parts by default (if the pref
2246                 is set so) if the part disposition-type is
2247                 inline or unknown, but not attachment.
2248         * src/common/ssl.c
2249                 Remove useless hook that won't ever be used
2250                 on windows
2252 2012-08-12 [colin]      3.8.1cvs29
2254         * src/compose.c
2255                 Make sure text/* attachments are not made
2256                 inline, regardless of the compose mode.
2257                 Finishes fixing bug #2203 after auto-save
2258                 switches mode to COMPOSE_REEDIT. Thanks to
2259                 Michael Gmelin for finding this.
2261 2012-08-09 [colin]      3.8.1cvs28
2263         * src/prefs_filtering.c
2264                 Make treeView type-ahead case insensitive
2265                 Patch by Andreas Ronnquist
2267 2012-08-09 [colin]      3.8.1cvs27
2269         * src/gtk/sslcertwindow.c
2270                 Fix leak
2272 2012-08-09 [colin]      3.8.1cvs26
2274         * src/common/ssl.c
2275         * src/common/ssl_certificate.c
2276         * src/common/ssl_certificate.h
2277         * src/gtk/sslcertwindow.c
2278                 Fix bug 2718, "Failure to check peer hostname
2279                 when checking certificate"
2281 2012-08-05 [ticho]      3.8.1cvs25
2283         * src/compose.c
2284                 Avoid header combo box to get focus twice (first text within,
2285                 then combobox widget itself) when switching focus with TAB.
2287 2012-07-28 [ticho]      3.8.1cvs24
2289         * src/compose.c
2290                 Properly fix setting "transient for" for attachment properties
2291                 dialog when called via popup menu (since we're stealing focus
2292                 few lines before, we need to do it directly, not via
2293                 manage_window_*).
2295 2012-07-28 [ticho]      3.8.1cvs23
2297         * src/gtk/pluginwindow.c
2298         * src/gtk/prefswindow.c
2299                 Fixed setting "transient for" property for plugin load/unload
2300                 file dialog. Connected manage_window signals to prefswindow events.
2302 2012-07-27 [ticho]      3.8.1cvs22
2304         * src/summaryview.c
2305         * src/textview.c
2306                 Fixed setting "transient for" property for summaryview file
2307                 dialog and messageview's image save dialog.
2309 2012-07-27 [ticho]      3.8.1cvs21
2311         * src/crash.c
2312         * src/mimeview.c
2313                 Fix setting "transient for" property for file select dialogs
2314                 in crash report and mimeview.
2316 2012-07-27 [ticho]      3.8.1cvs20
2318         * src/compose.c
2319                 Fixed "transient for" property for file attach dialog when
2320                 called from Attachments list popup menu. Simplified menu item
2321                 sensitivities setting code logic for this menu.
2323 2012-07-25 [ticho]      3.8.1cvs19
2325         * manual/advanced.xml
2326                 Add the three hidden preferences related to colored display
2327                 of unified diffs to manual.
2329 2012-07-25 [ticho]      3.8.1cvs18
2331         * src/gtk/gtkaspell.c
2332                 Create "Change directory" submenu in a separate function, change
2333                 wording a bit, and make the submenu always available in a context
2334                 menu of body edit box in compose window.
2336 2012-07-25 [ticho]      3.8.1cvs17
2338         * src/gtk/prefswindow.c
2339                 Correctly set transient_for property for preferences window,
2340                 as well as for color picker dialogs. Fixes bug #2710.
2342 2012-07-25 [ticho]      3.8.1cvs16
2344         * src/gtk/quicksearch.c
2345                 Allow quicksearch syntax description window to be correctly
2346                 set transient for main window.
2348 2012-07-15 [wwp]        3.8.1cvs15
2350         * src/procmime.c
2351                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2353 2012-07-10 [paul]       3.8.1cvs14
2355         * src/procmime.c
2356                 forgot this in last commit
2358 2012-07-10 [paul]       3.8.1cvs13
2360         * src/messageview.c
2361         * src/common/defs.h
2362         * src/common/quoted-printable.c
2363         * src/common/quoted-printable.h
2364                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2365                 the bug: partial message text loss
2367 2012-07-10 [mones]      3.8.1cvs12
2369         * src/plugins/pgpcore/sgpgme.c
2370                 Fix bug 2689, 'segfault when trying to view info
2371                 about pgp/smime sign'
2373 2012-07-08 [ticho]      3.8.1cvs11
2375         * src/plugins/pgpcore/sgpgme.c
2376                 Consider marginal signature validity as untrusted. Suggested by
2377                 Jean-Benoist Leger (leger at crans.org).
2379 2012-07-08 [paul]       3.8.1cvs10
2381         * src/gtk/icon_legend.c
2382                 fix (reveal) hidden icon in gui and build warning
2384 2012-07-07 [paul]       3.8.1cvs9
2386         * src/plugins/pgpcore/prefs_gpg.c
2387                 fix build
2389 2012-07-07 [colin]      3.8.1cvs8
2391         * claws-features.h.in
2392         * src/codeconv.h
2393         * src/imap_gtk.h
2394         * src/inc.h
2395         * src/jpilot.h
2396         * src/messageview.h
2397         * src/msgcache.h
2398         * src/news_gtk.h
2399         * src/partial_download.h
2400         * src/pop.h
2401         * src/prefs_account.h
2402         * src/prefs_common.h
2403         * src/printing.h
2404         * src/procmime.h
2405         * src/procmsg.h
2406         * src/stock_pixmap.c
2407         * src/textview.h
2408         * src/common/defs.h
2409         * src/common/log.h
2410         * src/common/session.h
2411         * src/common/smtp.h
2412         * src/common/socket.h
2413         * src/common/ssl.h
2414         * src/common/ssl_certificate.h
2415         * src/common/timing.h
2416         * src/common/utils.h
2417         * src/gtk/gtkaspell.h
2418         * src/gtk/gtkutils.h
2419         * src/gtk/pluginwindow.h
2420         * src/gtk/spell_entry.h
2421         * src/gtk/sslcertwindow.h
2422                 Don't export config.h in public headers
2424 2012-07-07 [colin]      3.8.1cvs7
2426         * claws-features.h.in
2427         * configure.ac
2428         * Makefile.am
2429         * src/account.c
2430         * src/action.c
2431         * src/addr_compl.c
2432         * src/addrcustomattr.c
2433         * src/addrduplicates.c
2434         * src/addressadd.c
2435         * src/addressbook.c
2436         * src/addressbook_foldersel.c
2437         * src/addrgather.c
2438         * src/addrindex.c
2439         * src/alertpanel.c
2440         * src/autofaces.c
2441         * src/browseldap.c
2442         * src/codeconv.c
2443         * src/codeconv.h
2444         * src/compose.c
2445         * src/crash.c
2446         * src/customheader.c
2447         * src/displayheader.c
2448         * src/editaddress.c
2449         * src/editaddress_other_attributes_ldap.c
2450         * src/editbook.c
2451         * src/editgroup.c
2452         * src/editjpilot.c
2453         * src/editldap.c
2454         * src/editldap_basedn.c
2455         * src/edittags.c
2456         * src/editvcard.c
2457         * src/exphtmldlg.c
2458         * src/expldifdlg.c
2459         * src/export.c
2460         * src/exporthtml.c
2461         * src/exportldif.c
2462         * src/folder.c
2463         * src/folder_item_prefs.c
2464         * src/grouplistdialog.c
2465         * src/headerview.c
2466         * src/image_viewer.c
2467         * src/imap.c
2468         * src/imap_gtk.c
2469         * src/imap_gtk.h
2470         * src/import.c
2471         * src/importldif.c
2472         * src/importmutt.c
2473         * src/importpine.c
2474         * src/inc.c
2475         * src/inc.h
2476         * src/jpilot.c
2477         * src/jpilot.h
2478         * src/ldapctrl.c
2479         * src/ldaplocate.c
2480         * src/ldapquery.c
2481         * src/ldapserver.c
2482         * src/ldapupdate.c
2483         * src/ldaputil.c
2484         * src/main.c
2485         * src/manual.c
2486         * src/matcher.c
2487         * src/mbox.c
2488         * src/message_search.c
2489         * src/messageview.h
2490         * src/mh.c
2491         * src/mh_gtk.c
2492         * src/mimeview.c
2493         * src/msgcache.c
2494         * src/msgcache.h
2495         * src/news.c
2496         * src/news_gtk.c
2497         * src/news_gtk.h
2498         * src/noticeview.c
2499         * src/partial_download.c
2500         * src/partial_download.h
2501         * src/pop.c
2502         * src/pop.h
2503         * src/prefs_account.c
2504         * src/prefs_account.h
2505         * src/prefs_actions.c
2506         * src/prefs_common.c
2507         * src/prefs_common.h
2508         * src/prefs_compose_writing.c
2509         * src/prefs_customheader.c
2510         * src/prefs_display_header.c
2511         * src/prefs_ext_prog.c
2512         * src/prefs_filtering.c
2513         * src/prefs_filtering_action.c
2514         * src/prefs_folder_column.c
2515         * src/prefs_folder_item.c
2516         * src/prefs_fonts.c
2517         * src/prefs_gtk.c
2518         * src/prefs_image_viewer.c
2519         * src/prefs_logging.c
2520         * src/prefs_matcher.c
2521         * src/prefs_message.c
2522         * src/prefs_msg_colors.c
2523         * src/prefs_other.c
2524         * src/prefs_quote.c
2525         * src/prefs_receive.c
2526         * src/prefs_send.c
2527         * src/prefs_spelling.c
2528         * src/prefs_summaries.c
2529         * src/prefs_summary_column.c
2530         * src/prefs_summary_open.c
2531         * src/prefs_toolbar.c
2532         * src/prefs_wrapping.c
2533         * src/printing.c
2534         * src/printing.h
2535         * src/procheader.c
2536         * src/procmime.c
2537         * src/procmime.h
2538         * src/procmsg.h
2539         * src/quote_fmt.c
2540         * src/recv.c
2541         * src/send_message.c
2542         * src/setup.c
2543         * src/ssl_manager.c
2544         * src/statusbar.c
2545         * src/summary_search.c
2546         * src/textview.c
2547         * src/textview.h
2548         * src/toolbar.c
2549         * src/undo.c
2550         * src/unmime.c
2551         * src/uri_opener.c
2552         * src/wizard.c
2553         * src/common/claws.c
2554         * src/common/defs.h
2555         * src/common/hooks.c
2556         * src/common/log.c
2557         * src/common/log.h
2558         * src/common/plugin.c
2559         * src/common/prefs.c
2560         * src/common/session.c
2561         * src/common/session.h
2562         * src/common/smtp.c
2563         * src/common/smtp.h
2564         * src/common/socket.c
2565         * src/common/socket.h
2566         * src/common/ssl.c
2567         * src/common/ssl.h
2568         * src/common/ssl_certificate.c
2569         * src/common/ssl_certificate.h
2570         * src/common/string_match.c
2571         * src/common/tags.c
2572         * src/common/timing.h
2573         * src/common/utils.c
2574         * src/common/utils.h
2575         * src/etpan/etpan-thread-manager.c
2576         * src/etpan/imap-thread.c
2577         * src/etpan/nntp-thread.c
2578         * src/gtk/about.c
2579         * src/gtk/combobox.c
2580         * src/gtk/description_window.c
2581         * src/gtk/filesel.c
2582         * src/gtk/gtkaspell.c
2583         * src/gtk/gtkaspell.h
2584         * src/gtk/gtkshruler.c
2585         * src/gtk/gtkunit.c
2586         * src/gtk/gtkutils.c
2587         * src/gtk/gtkutils.h
2588         * src/gtk/gtkvscrollbutton.c
2589         * src/gtk/icon_legend.c
2590         * src/gtk/inputdialog.c
2591         * src/gtk/logwindow.c
2592         * src/gtk/menu.c
2593         * src/gtk/pluginwindow.c
2594         * src/gtk/pluginwindow.h
2595         * src/gtk/prefswindow.c
2596         * src/gtk/progressdialog.c
2597         * src/gtk/quicksearch.c
2598         * src/gtk/spell_entry.c
2599         * src/gtk/spell_entry.h
2600         * src/gtk/sslcertwindow.c
2601         * src/gtk/sslcertwindow.h
2602         * src/plugins/bogofilter/bogofilter.c
2603         * src/plugins/bogofilter/bogofilter_gtk.c
2604         * src/plugins/dillo_viewer/dillo_prefs.c
2605         * src/plugins/dillo_viewer/dillo_viewer.c
2606         * src/plugins/pgpcore/pgp_viewer.c
2607         * src/plugins/pgpcore/plugin.c
2608         * src/plugins/pgpcore/sgpgme.c
2609         * src/plugins/pgpinline/pgpinline.c
2610         * src/plugins/pgpinline/plugin.c
2611         * src/plugins/pgpmime/pgpmime.c
2612         * src/plugins/pgpmime/plugin.c
2613         * src/plugins/smime/plugin.c
2614         * src/plugins/smime/smime.c
2615         * src/plugins/spamassassin/libspamc.c
2616         * src/plugins/spamassassin/spamassassin.c
2617         * src/plugins/spamassassin/spamassassin_gtk.c
2618         * src/plugins/trayicon/trayicon.c
2619         * src/plugins/trayicon/trayicon_prefs.c
2620                 Specify Claws compile-time features in a specific header
2622 2012-07-06 [wwp]        3.8.1cvs6
2624         * src/main.c
2625         * src/gtk/about.c
2626                 Session statistics: format date following global prefs,
2627                 and fix stats output a little bit.
2629 2012-07-03 [mir]        3.8.1cvs5
2631         * src/procmime.c
2632             fix bug 2642, 'improve transfer encoding selection'.
2633             Patch provided by Christopher Zimmermann
2634             (madroach claws at gmerlin dot de)
2636 2012-07-03 [mir]        3.8.1cvs4
2638         * src/procmime.c
2639         * src/common/defs.h
2640             fix bug 2641, '7bit or 8bit encoded attachments can
2641             have lines longer than 998 characters'.
2642             Patch provided by Christopher Zimmermann
2643             (madroach claws at gmerlin dot de)
2646 2012-07-03 [mir]        3.8.1cvs3
2648         * src/procmime.c
2649         * src/common/defs.h
2650             fix bug 2641, '7bit or 8bit encoded attachments can
2651             have lines longer than 998 characters'.
2652             Patch provided by Christopher Zimmermann
2653             (madroach claws at gmerlin dot de)
2655 2012-07-03 [mir]        3.8.1cvs2
2657         * src/messageview.c
2658         * src/procmime.c
2659         * src/common/quoted-printable.c
2660         * src/common/quoted-printable.h
2661             fix bug 2640, 'improve quoted-printable encoding'
2662             Patch provided by madroach claws at gmerlin dot de
2664 2012-06-30 [paul]       3.8.1cvs1
2666         * Makefile.am
2667                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2669 2012-06-27 [paul]       3.8.1
2670         * NEWS
2671         * README
2672         * RELEASE_NOTES 
2673                 3.8.1 unleashed!
2674                 
2675 2012-06-27 [paul]       3.8.0cvs58
2677         * configure.ac
2678                 fix minimum required GTK+, which got mistakenly bumped
2679                 in 3.8.0cvs36
2681 2012-06-27 [paul]       3.8.0cvs57
2683         * configure.ac
2684         * po/cs.po
2685         * po/de.po
2686         * po/es.po
2687         * po/fr.po
2688         * po/hu.po
2689         * po/id_ID.po
2690         * po/lt.po
2691         * po/pt_BR.po
2692         * po/sk.po
2693         * po/sv.po
2694         * po/zh_CN.po
2695         * po/zh_TW.po
2696                 updated translations
2697         * src/gtk/authors.h
2698         * tools/claws.i18n.status.pl
2699                 updated based on currently active
2701 2012-06-25 [mir]        3.8.0cvs56
2703         * src/folder.c
2704             If a folder class returns <> 0 then the message has not
2705             been removed from the file system and therefore it should
2706             not be removed from the cache either.
2708 2012-06-20 [ticho]      3.8.0cvs55
2710         * src/mh.c
2711                 Fix for bug #1090 - Standard-folders appear again
2712                 after rescanning tree
2714 2012-06-20 [paul]       3.8.0cvs54
2716         * src/prefs_common.c
2717         * src/prefs_common.h
2718         * src/textview.c
2719         * src/textview.h
2720                 colourise attached patches.
2721                 Patch by Ticho
2723 2012-06-02 [wwp]        3.8.0cvs53
2725         * src/gtk/progressdialog.c
2726                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2727                 now hides (as well as pressing Esc) instead of doing nothing.
2729 2012-06-02 [wwp]        3.8.0cvs52
2731         * doc/man/claws-mail.1
2732         * src/main.c
2733         * src/main.h
2734         * src/inc.c
2735         * src/procmsg.c
2736         * src/gtk/about.c
2737                 Introduce a new feature: basic session statistics (from the about dialog
2738                 or the command-line).
2740 2012-06-02 [wwp]        3.8.0cvs51
2742         * src/compose.c
2743                 Fix bug 2620: shift+tab from subject field not working.
2745 2012-06-02 [wwp]        3.8.0cvs50
2747         * src/compose.c
2748         * src/mainwindow.c
2749         * src/messageview.c
2750                 Normalize capitalization of strings in UI.
2752 2012-05-30 [paul]       3.8.0cvs49
2754         * src/common/ssl.c
2755                 don't do TLS if not requested by user. fixes connecting to
2756                 servers which, for example, want SSL 3 only
2758 2012-05-27 [paul]       3.8.0cvs48
2760         * *
2761                 update copyright headers to 2012
2763 2012-05-27 [paul]       3.8.0cvs47
2765         * src/editldap.c
2766         * src/prefs_actions.c
2767         * src/gtk/about.c
2768                 fix some typos in strings, thanks to Thomas Bellmann
2770 2012-05-16 [paul]       3.8.0cvs46
2772         * src/prefs_filtering_action.c
2773                 fix disabled 'select...' button that never goes away
2774                 when using the new addr book
2775                 
2777 2012-05-16 [colin]      3.8.0cvs45
2779         * src/common/utils.c
2780                 And fix leak
2782 2012-05-16 [colin]      3.8.0cvs44
2784         * src/common/utils.c
2785                 Make remove_numbered_files much faster when there's
2786                 just one file to remove.
2788 2012-05-16 [paul]       3.8.0cvs43
2790         * src/matcher.c
2791                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2793 2012-05-16 [paul]       3.8.0cvs42
2795         * src/gtk/description_window.c
2796                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2798 2012-05-16 [paul]       3.8.0cvs41
2800         * src/common/ssl_certificate.c
2801                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2802                 Patch by Christian Hesse
2804 2012-05-11 [colin]      3.8.0cvs40
2806         * src/mimeview.c
2807         * src/common/utils.c
2808                 Fix bug 2659, 'E-mail attachments are handled
2809                 inconsistently'
2810                 Fix problems iterating the mime tree, and determine
2811                 whether a file is an email without To:
2813 2012-04-03 [colin]      3.8.0cvs39
2815         * src/Makefile.am
2816                 Fix build (damn whitespace-sensitive file format)
2818 2012-04-02 [colin]      3.8.0cvs38
2820         * src/Makefile.am
2821                 Fix incomplete make dist
2823 2012-04-02 [colin]      3.8.0cvs37
2825         * src/compose.c
2826                 Fix mistakenly removed function call
2828 2012-04-01 [colin]      3.8.0cvs36
2830         * configure.ac
2831         * src/.cvsignore
2832         * src/Makefile.am
2833         * src/addr_compl.c
2834         * src/addressadd.c
2835         * src/addressadd.h
2836         * src/addressbook-dbus.c
2837         * src/addressbook-dbus.h
2838         * src/addrgather.c
2839         * src/addrgather.h
2840         * src/addrharvest.c
2841         * src/addrharvest.h
2842         * src/claws-contacts.xml
2843         * src/compose.c
2844         * src/compose.h
2845         * src/filtering.c
2846         * src/headerview.c
2847         * src/main.c
2848         * src/mainwindow.c
2849         * src/messageview.c
2850         * src/prefs_common.c
2851         * src/prefs_filtering_action.c
2852         * src/prefs_matcher.c
2853         * src/summaryview.c
2854         * src/textview.c
2855         * src/toolbar.c
2856         * src/plugins/bogofilter/bogofilter_gtk.c
2857         * src/plugins/dillo_viewer/dillo_prefs.c
2858         * src/plugins/spamassassin/spamassassin_gtk.c
2859         * src/plugins/trayicon/trayicon.c
2860                 Import new addressbook code from the new-contacts branch
2862 2012-03-29 [paul]       3.8.0cvs35
2864         * AUTHORS
2865         * src/gtk/authors.h
2866         * src/gtk/quicksearch.c
2867                 add 'ha', short version of 'has_attachment' in quick search
2868                 Patch by Andreas Rönnquist
2870 2012-03-26 [mones]      3.8.0cvs34
2872         * src/common/plugin.c
2873                 Support 2 and 3-clause BSD licensed plugins
2875 2012-03-15 [pawel]      3.8.0cvs33
2877         * src/messageview.c
2878         * src/textview.c
2879                 - Make separate window info more accurate about
2880                 move to trash/deletion.
2881                 - Fix busy cursor
2883 2012-03-14 [pawel]      3.8.0cvs32
2885         * src/folder.c
2886         * src/messageview.c
2887         * src/messageview.h
2888         * src/procmsg.h
2889         * src/summaryview.c
2890         * src/textview.c
2891         * src/textview.h
2892                 Better fix for bug #2501
2893                 Instead of leaving blank window after message move or delete,
2894                 update separate view to next message in message list or
2895                 display info why view is blank. This was discussed
2896                 in bug #2621 comments.
2898 2012-03-11 [colin]      3.8.0cvs31
2900         * src/gtk/gtkcmctree.c
2901         * src/gtk/authors.h
2902         * AUTHORS
2903                 Fix focus rectangle on unfocused rows
2904                 Patch by Michael Shell
2906 2012-02-29 [colin]      3.8.0cvs30
2908         * src/gtk/gtkcmctree.c
2909                 Fix bug #2577, "Focus rectangle on folder list and message 
2910                 list headings doesn't get properly cleared when switching 
2911                 heading and horizontally scrolling list (underlines and 
2912                 vertical lines remain on screen)". Patch by Michael Shell
2914 2012-02-13 [pawel]      3.8.0cvs29
2916         * src/messageview.c
2917                 Fix crasher when double clicking on IMAP message and
2918                 MessageView is not shown introduced in cvs21
2919                 Patch by mones
2921 2012-02-10 [pawel]      3.8.0cvs28
2923         * src/filtering.c
2924                 Fix bug #2598 'Actions can move locked messages'
2926 2012-02-08 [pawel]      3.8.0cvs27
2928         * src/prefs_actions.c
2929         * src/prefs_actions.h
2930         * src/prefs_toolbar.c
2931         * src/prefs_toolbar.h
2932         * src/toolbar.c
2933         * src/toolbar.h
2934                 - Implement automatic removal of toolbar action buttons when
2935                   associated action is removed
2936                 - Don't allow creation of two actions with the same name,
2937                   before all executions/removals were performed on first action
2938                   with duplicated name in linked list which wasn't always
2939                   correct behaviour
2941 2012-02-05 [colin]      3.8.0cvs26
2943         * src/main.c
2944         * src/mainwindow.c
2945         * src/messageview.c
2946         * src/messageview.h
2947         * src/prefs_common.c
2948         * src/prefs_common.h
2949         * src/procmsg.c
2950         * src/procmsg.h
2951         * src/summaryview.c
2952         * src/summaryview.h
2953                 Add an history to navigate in mails
2955 2012-02-05 [colin]      3.8.0cvs25
2957         * src/procmime.c
2958                 Fix inverted comparison in list_find_custom.
2960 2012-02-03 [wwp]        3.8.0cvs24
2962         * src/gtk/progressdialog.c
2963         Make translators life easier: use View log instead of Show log
2964         (thanks, gusnan!).
2966 2012-02-02 [pawel]      3.8.0cvs23
2968         * src/folderview.c
2969                 Fix bug #2590 'Un-capitalize strings'
2970                 Patch by Christian Hesse
2972 2012-02-02 [pawel]      3.8.0cvs22
2974         * src/mainwindow.c
2975                 Fix bug #2595 
2976                 'Change expand behavior for message list / message view'
2977                 Patch by Christian Hesse
2979 2012-02-02 [pawel]      3.8.0cvs21
2981         * src/folder.c
2982         * src/messageview.c
2983         * src/messageview.h
2984         * src/procmsg.h
2985                 Fix bug #2501 'opened message blanks when moved to other folder'
2986                 Detect message move and update message window contents 
2987                 accordingly, if message is moved to trash close window
2989 2012-02-01 [pawel]      3.8.0cvs20
2991         * src/jpilot.c
2992         * src/mutt.c
2993         * src/pine.c
2994         * src/procmsg.c
2995         * src/vcard.c
2996         * src/gtk/sslcertwindow.c
2997                 More strncat boundary checks
2999 2012-01-31 [wwp]        3.8.0cvs19
3001         * src/gtk/gtkutils.c
3002         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3003         long line wrapping.
3005 2012-01-31 [wwp]        3.8.0cvs18
3007         * src/gtk/progressdialog.c
3008         * src/gtk/progressdialog.h
3009         * src/inc.c
3010         * src/send_message.c
3011         Add a button to the retrieve/send dialogs to
3012         open the network log.
3014 2012-01-25 [wwp]        3.8.0cvs17
3016         * src/addr_compl.c
3017         Remove debug statement.
3019 2012-01-20 [pawel]      3.8.0cvs16
3021         * src/addrbook.c
3022         * src/exportldif.c
3023                 Fix bug #2574 'Statement might be overflowing a
3024                 buffer in strncat'
3026 2012-01-20 [pawel]      3.8.0cvs15
3028         * src/mimeview.c
3029                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3031 2012-01-14 [colin]      3.8.0cvs14
3033         * commitHelper
3034                 Update tracker trigger url
3036 2012-01-10 [wwp]        3.8.0cvs13
3038         * src/mainwindow.c
3039         * src/mainwindow.h
3040         * src/toolbar.c
3041                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3042                 account) and of mainwindows's relevant entry when current account
3043                 is not able to retrieve (SMTP-only).
3045 2012-01-09 [colin]      3.8.0cvs12
3047         * src/summaryview.c
3048                 Fix bug 1924, 'Messages marked move to Trash appear 
3049                 identical to messages marked move to $FOLDER'
3051 2012-01-05 [colin]      3.8.0cvs11
3053         * src/main.c
3054                 Fix crasher infinite loop
3056 2012-01-03 [colin]      3.8.0cvs10
3058         * src/gtk/gtkcmctree.c
3059                 Revert previous patch, it's buggy on headers
3061 2012-01-03 [colin]      3.8.0cvs9
3063         * src/gtk/gtkcmctree.c
3064                 Fix bug #2566, 'wrapped Subject not bounded'
3066 2011-12-29 [pawel]      3.8.0cvs8
3068         * src/compose.c
3069         * src/compose.h
3070         * src/main.c
3071         * src/mimeview.c
3072                 Make forwarding selected attachment possible from
3073                 mimeview's context menu
3074                 Fixex bug #2047 'forward attachments'
3076 2011-12-28 [paul]       3.8.0cvs7
3078         * src/prefs_account.c
3079                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3081 2011-12-28 [colin]      3.8.0cvs6
3083         * src/mimeview.c
3084                 Fix fix
3086 2011-12-28 [colin]      3.8.0cvs5
3088         * src/mimeview.c
3089                 Fix GTK+2.16 build (w32)
3091 2011-12-18 [mir]        3.8.0cvs4
3093         * src/ldapctrl.c
3094             Fix bug in search criteria when doing a
3095             complete directory search using '*'
3097 2011-12-16 [mir]        3.8.0cvs3
3099         * src/Makefile.am
3100             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3102 2011-12-16 [wwp]        3.8.0cvs2
3104         * src/procmsg.c
3105         * src/stock_pixmap.c
3106         * src/stock_pixmap.h
3107         * src/summaryview.c
3108         * src/gtk/icon_legend.c
3109         * src/pixmaps/replied_and_forwarded.xpm
3110           Make replied and forwarded status flags non exclusive.
3111           Introduce a new message state (and relevant icon in message list)
3112           where both the replied and forwarded flags are set.
3114 2011-12-16 [paul]       3.8.0cvs1
3116         * tools/claws.i18n.status.pl
3117                 update id to id_ID
3119 2011-12-16 [paul]       3.8.0
3120         * NEWS
3121         * README
3122         * RELEASE_NOTES 
3123                 3.8.0 unleashed!                
3125 2011-12-16 [paul]       3.7.10cvs113
3127         * configure.ac
3128         * po/cs.po
3129         * po/es.po
3130         * po/fr.po
3131         * po/hu.po
3132         * po/id.po **REMOVED**
3133         * po/id_ID.po **ADDED**
3134         * po/pt_BR.po
3135         * po/ru.po
3136         * po/sk.po
3137         * po/uk.po
3138                 updates
3140 2011-12-09 [pawel]      3.7.10cvs112
3142         * src/summaryview.c
3143         * src/gtk/quicksearch.c
3144         * src/gtk/quicksearch.h
3145                 Invalidate quicksearch root folder when removed
3146                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3147                 having active search field'
3149 2011-12-08 [pawel]      3.7.10cvs111
3151         * src/mimeview.c
3152                 Better fix for cvs94
3154 2011-12-08 [wwp]        3.7.10cvs110
3156         * src/compose.c
3157         Make "From" widget set independant from recipient lists below,
3158         so that it doesn't scroll when several recipients headers
3159         are added and eventually are scrolling the view.
3160         Path by Christian Hesse <mail@earthworm.de>.
3161         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3162         address'.
3164 2011-12-02 [paul]       3.7.10cvs109
3166         * src/mainwindow.c
3167         * src/messageview.c
3168                 consistent label style
3170 2011-11-29 [wwp]        3.7.10cvs108
3172         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3173         More generated stuff to ignore.
3175 2011-11-29 [wwp]        3.7.10cvs107
3177         * src/prefs_folder_item.c
3178         Fix CLAWS_TIP_DECL (undefined).
3180 2011-11-28 [pawel]      3.7.10cvs106
3182         * src/addrbook.c
3183         * src/addrbook.h
3184         * src/addressbook.c
3185                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3186                 after removing the address book in the GUI'
3188 2011-11-26 [pawel]      3.7.10cvs105
3190         * src/folder.c
3191                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3193 2011-11-25 [colin]      3.7.10cvs104
3195         * src/imap_gtk.c
3196         * src/mh_gtk.c
3197                 Warning fixes
3199 2011-11-24 [pawel]      3.7.10cvs103
3201         * src/prefs_filtering.c
3202                 Complete cvs102, forgot to commit this
3204 2011-11-24 [pawel]      3.7.10cvs102
3206         * src/account.c
3207         * src/filtering.c
3208         * src/filtering.h
3209         * src/imap_gtk.c
3210         * src/mh_gtk.c
3211         * src/prefs_actions.c
3212         * src/prefs_actions.h
3213                 Implement actions updating on folder/account rename
3214                 This fixes bug #2543 'filter actions in actionsrc not
3215                 updated upon account renaming'
3217 2011-11-24 [wwp]        3.7.10cvs101
3219         * src/gtk/gtkcmctree.c
3220                 Remove irrelevant cairo directive (thanks to Hanno).
3222 2011-11-23 [wwp]        3.7.10cvs100
3224         * src/gtk/gtkcmctree.c
3225                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3226                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3227                 calculation.
3229 2011-11-22 [colin]      3.7.10cvs99
3231         * src/account.c
3232         * src/prefs_filtering.c
3233         * src/prefs_filtering.h
3234                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3235                 The existing functions should do the job as well
3236                 if not better, as they take into account the
3237                 separator.
3239 2011-11-21 [pawel]      3.7.10cvs98
3241         * src/prefs_account.c
3242                 Fix bug #2116 'Rip spaces off server names in account
3243                 configuration'
3244                 g_strstrip() domain names to be sure they are valid
3246 2011-11-21 [pawel]      3.7.10cvs97
3248         * src/account.c
3249         * src/prefs_filtering.c
3250         * src/prefs_filtering.h
3251                 Fix bug #2404 'matcherrc updates upon account renaming'
3252                 Fix bug #2406 'some part of accountrc not updated upon
3253                 account rename'
3254                 Renaming account cause changing of it's root folder prefix
3255                 from #<type>/<old_name> to #<type>/<new_name> so every
3256                 path directing to it must be altered. Fix paths in account
3257                 preferences, global processing and filtering rules, folder
3258                 processing rules upon rename
3260 2011-11-20 [pawel]      3.7.10cvs96
3262         * src/filtering.c
3263         * src/filtering.h
3264         * src/prefs_actions.c
3265                 Fix bug #1489 'Filter action mark_as_read inoperative
3266                 following move action'
3267                 Sort actions lists to have proper order of execution
3269 2011-11-20 [pawel]      3.7.10cvs95
3271         * src/prefs_actions.c
3272         * src/prefs_filtering.c
3273         * src/prefs_template.c
3274                 Fix bug #1870 'arrow scrolling in filters'
3275                 Allow arrow scrolling in dialogs with list view widgets
3276                 plus couple fixes of issues I found along the way
3278 2011-11-19 [pawel]      3.7.10cvs94
3280         * src/mimeview.c
3281                 Don't highlight icons on right-click, they are not
3282                 selected and other part is shown which is confusing
3284 2011-11-19 [mones]      3.7.10cvs93
3286         * manual/advanced.xml
3287                 Fix manual build
3289 2011-11-19 [mones]      3.7.10cvs92
3291         * manual/advanced.xml
3292         * manual/es/advanced.xml
3293                 Document undocumented hidden option 'zero_replacement_char'
3294                 Synchronize Spanish manual with English version
3296 2011-11-19 [pawel]      3.7.10cvs91
3298         * src/mainwindow.c
3299         * src/messageview.c
3300         * src/prefs_common.c
3301         * src/prefs_common.h
3302         * src/summaryview.c
3303         * src/textview.c
3304         * src/textview.h
3305                 Fix bug #2377 'Show All Headers - make change persistent
3306                 between sessions'
3308 2011-11-19 [pawel]      3.7.10cvs90
3310         * src/folder.c
3311         * src/folder.h
3312         * src/folder_item_prefs.c
3313         * src/folderview.c
3314         * src/mainwindow.c
3315         * src/mainwindow.h
3316         * src/summaryview.c
3317         * src/summaryview.h
3318         * src/gtk/authors.h
3319                 Fix bug #1563 'Folder view: show complete threads if they
3320                 contain unread messages'
3321                 Add option to show only threads with unread messages
3322                 initial patch by Paul Ollis, my small additions:
3323                 - when checking thread for unread finish on first unread
3324                 - make thread options unavailable when threading is off
3325                 - hide_unread_msgs and hide_unread_threads are mutually
3326                   exclusive options, set menus sensitivity accordingly
3327                 - set folder item icon type similiar to hide_unread_msgs
3329 2011-11-19 [colin]      3.7.10cvs89
3331         * src/procheader.c
3332                 Constness fix
3334 2011-11-18 [pawel]      3.7.10cvs88
3336         * src/compose.c
3337         * src/mainwindow.c
3338         * src/mimeview.c
3339         * src/mimeview.h
3340         * src/prefs_common.c
3341         * src/prefs_common.h
3342                 Fix bug #2408 'Some UI elements are not persistent
3343                 between sessions'
3344                 Remember size of main window, compose notebook, mimeview
3345                 tree widgets between claws-mail runs. Compose window
3346                 size saving was already done in cvs74
3348 2011-11-18 [mones]      3.7.10cvs87
3350         * src/compose.c
3351         * src/procheader.c
3352         * src/procheader.h
3353                 Fixes bug #2509, "manually added headers are lost unless
3354                 mail is sent inmediately"
3356 2011-11-17 [pawel]      3.7.10cvs86
3358         * src/mimeview.c
3359                 Fix crasher reported in bug #2543
3361 2011-11-13 [colin]      3.7.10cvs85
3363         * src/compose.c
3364                 Make compose windows printable
3366 2011-11-11 [colin]      3.7.10cvs84
3368         * configure.ac
3369                 Fix build on Fedora 16. -lm was probably pulled by something
3370                 else previously.
3372 2011-11-11 [pawel]      3.7.10cvs83
3374         * src/mainwindow.c
3375         * src/mimeview.c
3376         * src/mimeview.h
3377         * src/summaryview.c
3378                 Port MimeView to GtkTreeView
3380 2011-11-11 [colin]      3.7.10cvs82
3382         * src/prefs_common.c
3383                 Use %x (The preferred date representation for the current locale
3384                 without the time)
3386 2011-11-10 [paul]       3.7.10cvs81
3388         * src/prefs_common.c
3389                 use european date format as default
3391 2011-11-08 [pawel]      3.7.10cvs80
3393         * src/summaryview.c
3394                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3395                 Fix race condition - don't try to hide messageview while
3396                 being in the middle of message displaying routine.
3398 2011-11-08 [colin]      3.7.10cvs79
3400         * src/codeconv.c
3401                 Make sure we break line when we need to. Very probably
3402                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3403                 particular mail"
3405 2011-11-07 [pawel]      3.7.10cvs78
3407         * src/imap_gtk.c
3408                 Fix bug #2493 'Subscription pull down should be alphabetized'
3410 2011-11-07 [pawel]      3.7.10cvs77
3412         * src/mimeview.c
3413         * src/textview.c
3414         * src/textview.h
3415                 Make Home & End keys work in textview
3417 2011-11-06 [colin]      3.7.10cvs76
3419         * src/mainwindow.c
3420                 Oops, some unwanted undo got commited.
3422 2011-11-06 [colin]      3.7.10cvs75
3424         * src/mainwindow.c
3425                 Don't iconify/deiconify. Instead, just show nothing
3426                 before asked to.
3428 2011-11-06 [pawel]      3.7.10cvs74
3430         * src/compose.c
3431                 Fix compose window size saving / restoring
3433 2011-11-06 [pawel]      3.7.10cvs73
3435         * src/mimeview.c
3436         * src/messageview.c
3437                 Optimize message displaying, in some conditions parts were
3438                 displayed twice causing flickering. For example first html
3439                 source and then rendering output from html plugin of the
3440                 same part.
3442 2011-11-05 [wwp]        3.7.10cvs72
3444         * src/gtk/gtkaspell.c
3445                 Fix compilation where 'null' is undefined (use NULL instead).
3447 2011-11-05 [colin]      3.7.10cvs71
3449         * src/gtk/gtkaspell.c
3450                 No need to show a backtrace if gtkaspell is null
3452 2011-11-05 [pawel]      3.7.10cvs70
3454         * src/gtk/gtkaspell.c
3455                 Fix crasher when spellchecking is not enabled
3457 2011-11-02 [mones]      3.7.10cvs69
3459         * doc/man/claws-mail.1
3460                 fixed hyphens (patch from Debian packaging)
3461                 fixed header to follow man style closely 
3462                 documented new option --compose-from-file
3463                 removed INSTALLATION section, doesn't belong to manpage
3464                 added ENVIRONMENT, COPYRIGHT and BUGS sections
3465                 expanded FILES section to include certs and autofaces dirs
3466                 expanded SEE ALSO section to include manual and plugins
3468 2011-11-01 [colin]      3.7.10cvs68
3470         * src/common/utils.c
3471                 Fix wrong debug stuff commited.
3473 2011-11-01 [colin]      3.7.10cvs67
3475         * src/compose.c
3476         * src/main.c
3477         * src/common/utils.c
3478         * src/gtk/gtkaspell.c
3479         * src/gtk/gtkaspell.h
3480                 Fix huge slowness induced by spellcheck "while typing"
3481                 during initial quote rewraps.
3483 2011-10-31 [pawel]      3.7.10cvs66
3485         * src/messageview.c
3486         * src/mimeview.c
3487         * src/mimeview.h
3488         * src/summaryview.c
3489                 Fix bug #2526 'When reading message in separate window,
3490                 n and p keys do not work'
3491                 - fix key event handling in messageview
3492                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3493                   and prev-part actions)
3494                 - instead add 'z' key for prev-part, we have 'a' key 
3495                   for next-part already
3497 2011-10-31 [colin]      3.7.10cvs65
3499         * src/common/defs.h
3500                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3502 2011-10-31 [pawel]      3.7.10cvs64
3504         * src/summaryview.c
3505         * src/gtk/gtkutils.c
3506                 Fix bug #2303 'Next unread message enables message view'
3507                 Don't show previously hidden message view in main window
3508                 when user reads messages in external window
3510 2011-10-31 [paul]       3.7.10cvs63
3512         * src/prefs_template.c
3513                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3514                 fit at 540 here, for those where they don't the dialogue can be made
3515                 larger by the user
3517 2011-10-31 [paul]       3.7.10cvs62
3519         * src/compose.c
3520                 revert 3.7.10cvs61, these entries _should_ be editable
3522 2011-10-30 [pawel]      3.7.10cvs61
3524         * src/compose.c
3525                 Those entries should not be editable
3527 2011-10-30 [pawel]      3.7.10cvs60
3529         * src/prefs_template.c
3530                 - Dialog needs more height to fit all widgets
3531                 - Clear template contents on delete
3533 2011-10-30 [pawel]      3.7.10cvs59
3535         * src/prefs_folder_item.c
3536                 Update summaryview after changing folder prefs when needed
3538 2011-10-30 [pawel]      3.7.10cvs58
3540         * src/mimeview.c
3541                 Remove key-press-event blocking, it only
3542                 emits GLib-GObject warnings
3544 2011-10-29 [colin]      3.7.10cvs57
3546         * src/addr_compl.c
3547                 Fix focus of completion window with gnome shell
3548                 Fixes bug #2525, "Address completion window does not get
3549                 keyboard focus"
3551 2011-10-29 [colin]      3.7.10cvs56
3553         * src/folderview.c
3554                 Fix flicker on recursive quicksearch
3556 2011-10-28 [colin]      3.7.10cvs55
3558         * src/alertpanel.c
3559         * src/mainwindow.c
3560                 Fix a bit the focus problem on Gnome shell
3562 2011-10-26 [mones]      3.7.10cvs54
3564         * src/compose.c
3565                 Add missing accelerator
3567 2011-10-25 [colin]      3.7.10cvs53
3569         * src/gtk/gtkcmclist.c
3570         * src/gtk/gtkcmctree.c
3571                 Fix colors, fix warnings
3573 2011-10-25 [colin]      3.7.10cvs52
3575         * src/gtk/gtkcmclist.c
3576         * src/gtk/gtkcmctree.c
3577                 Fix focus things.
3579 2011-10-25 [colin]      3.7.10cvs51
3581         * src/stock_pixmap.c
3582                 Fix build with gtk + 2.20
3584 2011-10-25 [colin]      3.7.10cvs50
3586         * src/compose.c
3587         * src/messageview.c
3588         * src/procmsg.c
3589         * src/procmsg.h
3590                 Fix locking when sending a single message
3592 2011-10-25 [colin]      3.7.10cvs49
3594         * src/gtk/colorlabel.c
3595                 GDK_ => GDK_KEY
3596         * src/gtk/gtkcmclist.c
3597                 Make row height closer to what it was
3599 2011-10-25 [colin]      3.7.10cvs48
3601         * src/stock_pixmap.c
3602                 Always use cairo to draw
3604 2011-10-25 [colin]      3.7.10cvs47
3606         * src/mimeview.c
3607                 Fix bug #2529, 'crash in mimeview_start_drag after
3608                 deleting message'. Patch by Ricardo
3610 2011-10-23 [colin]      3.7.10cvs46
3612         * src/gtk/gtkcmclist.c
3613         * src/gtk/gtkcmclist.h
3614         * src/gtk/gtkcmctree.c
3615                 Draw CMClist with cairo too.
3617 2011-10-23 [colin]      3.7.10cvs45
3619         * src/gtk/gtkcmclist.h
3620                 Fix build (this was not meant to be commited)
3622 2011-10-23 [colin]      3.7.10cvs44
3624         * src/addressadd.c
3625         * src/addressbook.c
3626         * src/addressbook_foldersel.c
3627         * src/editgroup.c
3628         * src/foldersel.c
3629         * src/folderview.c
3630         * src/grouplistdialog.c
3631         * src/prefs_common.c
3632         * src/prefs_common.h
3633         * src/summaryview.c
3634         * src/gtk/gtkcmclist.c
3635         * src/gtk/gtkcmclist.h
3636         * src/gtk/gtkcmctree.c
3637         * src/gtk/gtkcmctree.h
3638         * src/gtk/gtksctree.c
3639                 Refactor some tree stuff (lots of code duplication there)
3640                 and switch to cairo for tree rendering.
3642 2011-10-23 [holger]     3.7.10cvs43
3644         * src/filtering.c
3645                 Don't issue a warning for designed behaviour of the stop rule.
3646                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3648 2011-10-22 [colin]      3.7.10cvs42
3650         * src/printing.c
3651         * src/gtk/gtkshruler.c
3652         * src/gtk/gtkutils.h
3653                 Fix GTK+2.16 build
3655 2011-10-22 [colin]      3.7.10cvs41
3657         * src/account.c
3658         * src/addr_compl.c
3659         * src/addrgather.c
3660         * src/compose.c
3661         * src/editldap.c
3662         * src/expldifdlg.c
3663         * src/folderview.c
3664         * src/grouplistdialog.c
3665         * src/headerview.c
3666         * src/importldif.c
3667         * src/main.c
3668         * src/mainwindow.c
3669         * src/mimeview.c
3670         * src/noticeview.c
3671         * src/prefs_account.c
3672         * src/prefs_actions.c
3673         * src/prefs_ext_prog.c
3674         * src/prefs_filtering.c
3675         * src/prefs_folder_item.c
3676         * src/prefs_image_viewer.c
3677         * src/prefs_logging.c
3678         * src/prefs_msg_colors.c
3679         * src/prefs_other.c
3680         * src/prefs_send.c
3681         * src/prefs_spelling.c
3682         * src/prefs_summaries.c
3683         * src/prefs_template.c
3684         * src/printing.c
3685         * src/quote_fmt.c
3686         * src/send_message.c
3687         * src/statusbar.c
3688         * src/summary_search.c
3689         * src/summaryview.c
3690         * src/wizard.c
3691         * src/gtk/gtkcmclist.c
3692         * src/gtk/gtkcmctree.c
3693         * src/gtk/gtkcmoptionmenu.c
3694         * src/gtk/gtksctree.c
3695         * src/gtk/gtkutils.c
3696         * src/gtk/gtkutils.h
3697         * src/gtk/gtkvscrollbutton.c
3698         * src/gtk/inputdialog.c
3699         * src/gtk/pluginwindow.c
3700         * src/gtk/quicksearch.c
3701         * src/gtk/spell_entry.c
3702         * src/plugins/bogofilter/bogofilter_gtk.c
3703         * src/plugins/dillo_viewer/dillo_prefs.c
3704         * src/plugins/pgpcore/prefs_gpg.c
3705         * src/plugins/spamassassin/spamassassin_gtk.c
3706         * src/plugins/trayicon/trayicon.c
3707         * src/plugins/trayicon/trayicon_prefs.c
3708                 Remove all possible #if GTK_CHECK_VERSION() checks,
3709                 and make Claws build with GTK+2.16 (untested right
3710                 now), as the Gpg4Win project uses GTK+2.16 currently.
3712 2011-10-22 [colin]      3.7.10cvs40
3714         * src/gtk/gtkutils.h
3715         * configure.ac
3716                 Fix (hopefully) build with GTK+ 2.18.
3718 2011-10-20 [paul]       3.7.10cvs39
3720         * AUTHORS
3721         * src/ldif.c
3722         * src/gtk/authors.h
3723                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3724                 Patch by Bodo Graumann <mail@bodograumann.de>
3726 2011-10-20 [mones]      3.7.10cvs38
3728         * po/fr.po
3729         * src/common/defs.h
3730                 Fix references to old dotsrc mailing lists
3732 2011-10-19 [mones]      3.7.10cvs37
3734         * src/prefs_msg_colors.c
3735                 Fix Ok/Cancel buttons in color selector of preferences
3737 2011-10-17 [colin]      3.7.10cvs36
3739         * src/gtk/gtkshruler.c
3740                 (Probably) fix GTK+ <= 2.22
3742 2011-10-17 [colin]      3.7.10cvs35
3744         * src/gtk/gtkshruler.c
3745                 Fix GTK+2.22 build
3747 2011-10-17 [mones]      3.7.10cvs34
3749         * src/addrbook.c
3750         * src/exportldif.c
3751         * src/jpilot.c
3752         * src/mutt.c
3753         * src/pine.c
3754         * src/procmsg.c
3755         * src/vcard.c
3756                 Fix potential out-of-buffer writes
3758 2011-10-17 [mones]      3.7.10cvs33
3760         * src/main.c
3761                 Use just one g_print call per option; correct indentation
3763 2011-10-17 [colin]      3.7.10cvs32
3765         * src/compose.c
3766         * src/compose.h
3767         * src/gtk/Makefile.am
3768         * src/gtk/gtkshruler.c
3769         * src/gtk/gtkshruler.h
3770         * src/gtk/gtkunit.c
3771         * src/gtk/gtkunit.h
3772                 Reimplement ruler using the GTK widgets. Thanks
3773                 to Hanno for the initial patch.
3775 2011-10-17 [colin]      3.7.10cvs31
3777         * src/action.c
3778         * src/main.c
3779         * src/gtk/gtkutils.c
3780         * src/gtk/gtkutils.h
3781                 Undeprecate GIO/GdkCondition
3783 2011-10-16 [mones]      3.7.10cvs30
3785         * src/main.c
3786                 Add --compose-from-file option to open composition
3787                 window with the headers and body from a file; based
3788                 on Debian patch to fix http://bugs.debian.org/544868
3790 2011-10-15 [mones]      3.7.10cvs29
3792         * manual/advanced.xml
3793                 Document new summary_from_show hidden preference
3795 2011-10-15 [paul]       3.7.10cvs28
3797         * src/compose.c
3798                 compose_create_tags() - fix misplaced 'int i'
3799                 compose_entry_mark_default_to() - fix To field highlighting
3801 2011-10-09 [colin]      3.7.10cvs27
3803         * src/addr_compl.c
3804                 Fix address completion
3806 2011-10-07 [colin]      3.7.10cvs26
3808         * src/prefs_filtering_action.c
3809         * src/gtk/gtkutils.h
3810                 Fix build with GTK+2.20
3812 2011-10-07 [colin]      3.7.10cvs25
3814         * src/gtk/Makefile.am
3815         * src/gtk/gdkkeysyms-new.h
3816         * src/gtk/gtkutils.h
3817                 Copy the new GDK_KEY_* definitions for older GTKs
3819 2011-10-07 [colin]      3.7.10cvs24
3821         * configure.ac
3822                 Fix typos (thanks to Hanno)
3824 2011-10-07 [colin]      3.7.10cvs23
3826         * src/compose.c
3827         * src/gtk/gtkshruler.c
3828         * src/gtk/gtkshruler.h
3829                 Disable ruler starting from 2.24.
3831 2011-10-07 [colin]      3.7.10cvs22
3833         * configure.ac
3834         * src/messageview.c
3835         * src/gtk/Makefile.am
3836                 GTK2 build fix
3838 2011-10-07 [colin]      3.7.10cvs21
3840         * configure.ac
3841         * src/action.c
3842         * src/addr_compl.c
3843         * src/addrgather.c
3844         * src/compose.c
3845         * src/compose.h
3846         * src/editldap.c
3847         * src/mainwindow.c
3848         * src/message_search.c
3849         * src/mimeview.c
3850         * src/mimeview.h
3851         * src/prefs_account.c
3852         * src/prefs_compose_writing.c
3853         * src/prefs_filtering_action.c
3854         * src/prefs_folder_item.c
3855         * src/prefs_logging.c
3856         * src/prefs_matcher.c
3857         * src/prefs_message.c
3858         * src/prefs_other.c
3859         * src/prefs_receive.c
3860         * src/prefs_summaries.c
3861         * src/prefs_wrapping.c
3862         * src/printing.c
3863         * src/ssl_manager.c
3864         * src/statusbar.c
3865         * src/stock_pixmap.c
3866         * src/summary_search.c
3867         * src/textview.c
3868         * src/gtk/Makefile.am
3869         * src/gtk/colorlabel.c
3870         * src/gtk/gtkutils.c
3871         * src/gtk/gtkutils.h
3872         * src/gtk/logwindow.c
3873         * src/gtk/menu.c
3874         * src/gtk/menu.h
3875         * src/gtk/quicksearch.c
3876         * src/gtk/spell_entry.c
3877         * src/plugins/bogofilter/bogofilter_gtk.c
3878         * src/plugins/dillo_viewer/dillo_viewer.c
3879         * src/plugins/pgpcore/prefs_gpg.c
3880         * src/plugins/spamassassin/spamassassin_gtk.c
3881                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
3882                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
3883                 ported (especially GtkCMOptionMenu)
3885 2011-10-07 [colin]      3.7.10cvs20
3887         * src/account.c
3888         * src/action.c
3889         * src/addr_compl.c
3890         * src/addrcustomattr.c
3891         * src/addrduplicates.c
3892         * src/addressadd.c
3893         * src/addressbook.c
3894         * src/addressbook_foldersel.c
3895         * src/addrgather.c
3896         * src/alertpanel.c
3897         * src/browseldap.c
3898         * src/compose.c
3899         * src/editaddress.c
3900         * src/editaddress_other_attributes_ldap.c
3901         * src/editbook.c
3902         * src/editgroup.c
3903         * src/editjpilot.c
3904         * src/editldap.c
3905         * src/editldap_basedn.c
3906         * src/edittags.c
3907         * src/editvcard.c
3908         * src/exphtmldlg.c
3909         * src/expldifdlg.c
3910         * src/export.c
3911         * src/foldersel.c
3912         * src/folderview.c
3913         * src/grouplistdialog.c
3914         * src/import.c
3915         * src/importldif.c
3916         * src/importmutt.c
3917         * src/importpine.c
3918         * src/mainwindow.c
3919         * src/message_search.c
3920         * src/messageview.c
3921         * src/mimeview.c
3922         * src/prefs_actions.c
3923         * src/prefs_customheader.c
3924         * src/prefs_display_header.c
3925         * src/prefs_filtering.c
3926         * src/prefs_filtering_action.c
3927         * src/prefs_folder_column.c
3928         * src/prefs_matcher.c
3929         * src/prefs_msg_colors.c
3930         * src/prefs_other.c
3931         * src/prefs_summaries.c
3932         * src/prefs_summary_column.c
3933         * src/prefs_summary_open.c
3934         * src/prefs_template.c
3935         * src/prefs_toolbar.c
3936         * src/printing.c
3937         * src/sourcewindow.c
3938         * src/ssl_manager.c
3939         * src/summary_search.c
3940         * src/summaryview.c
3941         * src/textview.c
3942         * src/uri_opener.c
3943         * src/gtk/about.c
3944         * src/gtk/colorsel.c
3945         * src/gtk/combobox.c
3946         * src/gtk/description_window.c
3947         * src/gtk/foldersort.c
3948         * src/gtk/gtkaspell.c
3949         * src/gtk/gtkcmclist.c
3950         * src/gtk/gtkcmctree.c
3951         * src/gtk/gtkcmoptionmenu.c
3952         * src/gtk/gtkutils.c
3953         * src/gtk/icon_legend.c
3954         * src/gtk/inputdialog.c
3955         * src/gtk/logwindow.c
3956         * src/gtk/pluginwindow.c
3957         * src/gtk/prefswindow.c
3958         * src/gtk/quicksearch.c
3959         * src/plugins/pgpcore/passphrase.c
3960         * src/plugins/pgpcore/select-keys.c
3961                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
3962                 to replace GDK_* by GDK_KEY_*.
3964 2011-10-07 [colin]      3.7.10cvs19
3966         * AUTHORS
3967         * src/account.c
3968         * src/action.c
3969         * src/addr_compl.c
3970         * src/addressbook.c
3971         * src/alertpanel.c
3972         * src/compose.c
3973         * src/edittags.c
3974         * src/folderview.c
3975         * src/grouplistdialog.c
3976         * src/image_viewer.c
3977         * src/mainwindow.c
3978         * src/mimeview.c
3979         * src/noticeview.c
3980         * src/prefs_filtering_action.c
3981         * src/prefs_folder_column.c
3982         * src/prefs_msg_colors.c
3983         * src/prefs_summary_column.c
3984         * src/prefs_toolbar.c
3985         * src/printing.c
3986         * src/stock_pixmap.c
3987         * src/summaryview.c
3988         * src/textview.c
3989         * src/undo.c
3990         * src/wizard.c
3991         * src/gtk/about.c
3992         * src/gtk/authors.h
3993         * src/gtk/colorlabel.c
3994         * src/gtk/colorsel.c
3995         * src/gtk/gtkcmclist.c
3996         * src/gtk/gtkcmctree.c
3997         * src/gtk/gtkcmoptionmenu.c
3998         * src/gtk/gtksctree.c
3999         * src/gtk/gtkutils.c
4000         * src/gtk/gtkvscrollbutton.c
4001         * src/gtk/inputdialog.c
4002         * src/gtk/logwindow.c
4003         * src/gtk/menu.c
4004         * src/gtk/prefswindow.c
4005         * src/gtk/progressdialog.c
4006         * src/plugins/pgpcore/passphrase.c
4007         * src/plugins/trayicon/trayicon.c
4008                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4009                 Patch by Hanno Thurow-Meyer, many thanks to him !
4011 2011-09-20 [colin]      3.7.10cvs18
4013         * src/common/ssl.c
4014                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4015                 gnutls 3.0.3'
4017 2011-09-18 [colin]      3.7.10cvs17
4019         * src/news.c
4020                 Fix segfault when connection fails
4022 2011-09-03 [colin]      3.7.10cvs16
4024         * src/common/ssl.c
4025                 Use NORMAL instead of EXPORT priorities.
4027 2011-09-02 [colin]      3.7.10cvs15
4029         * configure.ac
4030         * src/common/ssl.c
4031                 Linking against gcrypt explicitely in order to call
4032                 gcry_control() for mutex setup isn't necessary anymore
4033                 starting from gnuTLS 2.11.
4035 2011-08-31 [colin]      3.7.10cvs14
4037         * src/plugins/pgpinline/pgpinline.c
4038         * src/plugins/pgpmime/pgpmime.c
4039                 Fix bug #2431, "Major memory leak in PGP message handling".
4041 2011-08-31 [colin]      3.7.10cvs13
4043         * AUTHORS
4044         * src/gtk/authors.h
4045         * src/mainwindow.c
4046         * src/messageview.c
4047         * src/gtk/authors.h
4048                 Apply Steve Rader's patch from bug #2388, "Add 
4049                 message view scrolling menu items"
4051 2011-08-30 [colin]      3.7.10cvs12
4053         * src/gtk/prefswindow.c
4054                 Fix layout issues (i.e. on SSL page if changing account
4055                 type prior to visiting it).
4057 2011-08-30 [colin]      3.7.10cvs11
4059         * configure.ac
4060         * src/common/ssl.c
4061                 Don't use deprecated functions for GnuTLS priorities.
4062                 Require GnuTLS 2.2 that is the first version with the
4063                 new function.
4065 2011-08-30 [colin]      3.7.10cvs10
4067         * src/common/socket.c
4068         * src/common/ssl.c
4069                 Long-term fix for bug #2402, "GnuTLS change breaks socket
4070                 communication", as per http://savannah.gnu.org/support/?107660
4072 2011-08-30 [colin]      3.7.10cvs9
4074         * src/etpan/imap-thread.c
4075         * src/etpan/nntp-thread.c
4076                 Remove dead openSSL code
4078 2011-08-30 [colin]      3.7.10cvs8
4080         * src/ssl_manager.c
4081         * src/common/ssl.c
4082         * src/common/ssl_certificate.c
4083         * src/common/ssl_certificate.h
4084         * src/etpan/imap-thread.c
4085         * src/etpan/nntp-thread.c
4086                 Fix bug #2127, "SSL cert check uses canonical name instead of
4087                 specified name"
4089 2011-08-29 [colin]      3.7.10cvs7
4091         * src/prefs_account.c
4092                 Fix X-Mailer option not appearing on IMAP
4094 2011-08-29 [colin]      3.7.10cvs6
4096         * src/plugins/pgpcore/Makefile.am
4097         * src/plugins/pgpinline/Makefile.am
4098         * src/plugins/pgpmime/Makefile.am
4099         * src/plugins/smime/Makefile.am
4100                 Windows build fix:
4101                 libtool: link: require no space between `-L' and `.'
4103 2011-08-29 [colin]      3.7.10cvs5
4105         * src/account.c
4106         * src/compose.c
4107         * src/prefs_account.c
4108         * src/prefs_account.h
4109                 Revert cvs4 which is rather illogical and instead
4110                 use Fabian's patch from bug #2471
4112 2011-08-29 [colin]      3.7.10cvs4
4114         * src/compose.c
4115                 Don't insert custom headers that have empty values.
4116                 Allows not inserting X-Mailer if it's set to nothing.
4117                 Fixes bug #2471, "Make setting an X-Mailer header optional".
4119 2011-08-29 [colin]      3.7.10cvs3
4121         * src/image_viewer.c
4122         * src/textview.c
4123         * src/gtk/gtkutils.c
4124         * src/gtk/gtkutils.h
4125                 Handle EXIF orientation in images (both in textview's
4126                 preview and image viewer)
4128 2011-08-28 [paul]       3.7.10cvs2
4130         * src/prefs_common.c
4131         * src/prefs_common.h
4132         * src/summaryview.c
4133                 add new hidden option to control the display in the From
4134                 column in the Message List: 0 (default): show name,
4135                 1: show address, 2: show name + address
4137 2011-08-27 [paul]       3.7.10cvs1
4139         * po/POTFILES.in
4140         * src/common/ssl_certificate.c
4141         * src/etpan/imap-thread.c
4142         * src/etpan/nntp-thread.c
4143                 offer up some missing log_error() strings to translators
4145 2011-08-27 [paul]       3.7.10
4146         * NEWS
4147         * README
4148         * RELEASE_NOTES 
4149                 3.7.10 unleashed!               
4151 2011-08-27 [paul]       3.7.9cvs52
4153         * po/cs.po
4154         * po/fr.po
4155         * po/hu.po
4156         * po/lt.po
4157         * po/pt_BR.po
4158         * po/sk.po
4159                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4160                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4162 2011-08-27 [mones]      3.7.9cvs51
4164         * claws-mail.desktop
4165                 Include generic name and comment translations
4166                 Thanks to all the people on the translators ML!
4168 2011-08-23 [paul]       3.7.9cvs50
4170         * src/common/ssl.c
4171                 probable/possible fix/workaround for bug 2402,
4172                 'can't download message from pop3 server'
4174 2011-08-18 [paul]       3.7.9cvs49
4176         * manual/handling.xml
4177                 fix typos. thanks to vilpan
4179 2011-08-17 [paul]       3.7.9cvs48
4181         * tools/claws.i18n.status.pl
4182                 add Mindaugas Baranauskas (Lithuanian)
4184 2011-08-14 [mir]        3.7.9cvs47
4186         * src/news.c
4187         * src/etpan/nntp-thread.c
4188                 Fix bug 2418. Patch provided by Sébastien Bigaret with
4189                 some minor contribution by me.
4191 2011-08-13 [mir]        3.7.9cvs46
4193         * src/etpan/nntp-thread.c
4194                 Fix bug when NNTP server sends authentication warning
4195                 as part of the connection session. Privously etpan would
4196                 bail out for any return code other than NEWSNNTP_NO_ERROR
4197                 but as early as the connection session a return code like
4198                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4199                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4200                 be considered as an error.
4202 2011-08-12 [paul]       3.7.9cvs45
4204         * src/mimeview.c
4205                 3.7.9cvs43 mistakenly dropped off the info
4206                 about the mime part from the tooltip
4208 2011-08-12 [wwp]        3.7.9cvs44
4210         * src/gtk/quicksearch.c
4211          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4213 2011-08-09 [paul]       3.7.9cvs43
4215         * src/mimeview.c
4216                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4218 2011-08-06 [paul]       3.7.9cvs42
4220         * src/compose.c
4221                 fix cursor placement in Forward template
4223 2011-08-06 [paul]       3.7.9cvs41
4225         * src/gtk/description_window.c
4226                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4228 2011-08-05 [holger]     3.7.9cvs40
4230         * claws-mail.desktop
4231                 Revert 3.7.9cvs35 for now, it may be problematic
4232                 (see bug #2450)
4234 2011-08-05 [paul]       3.7.9cvs39
4236         * src/mainwindow.c
4237         * src/messageview.c
4238                 use 'Collapse quotes' rather than 'Fold quotes' on
4239                 labels, for consistency
4240         * src/toolbar.c
4241                 use 'Receive mail from account' rather than 'on account'
4243 2011-07-30 [mir]        3.7.9cvs38
4245         * src/etpan/Makefile.am
4246         * src/plugins/pgpcore/Makefile.am
4247         * src/plugins/pgpmime/Makefile.am
4248         * src/plugins/smime/Makefile.am
4249                 Fix broken build on Debian Sid. enchant.h cannot be
4250                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4251                 present in Makefile.am. Apparently enchant.h in older
4252                 versions were placed in /usr/include which is always
4253                 scanned be default.
4255 2011-07-21 [mones]      3.7.9cvs37
4257         * src/common/plugin.c
4258         * src/common/plugin.h
4259                 Make licences allowed for plugins more explicit and also
4260                 accept dual (or more) licences when properly formatted.
4261                 Doesn't require any change on current plugins.
4263 2011-07-18 [mones]      3.7.9cvs36
4265         * manual/advanced.xml
4266                 Document briefly tags feature.
4267         * manual/glossary.xml
4268                 Fix definition to avoid confussion with tags.
4269         * manual/es/advanced.xml
4270         * manual/es/glossary.xml
4271                 Synchronize Spanish translation with the above.
4273 2011-07-07 [holger]     3.7.9cvs35
4275         * claws-mail.desktop
4276                 Add indicator stuff to the desktop file
4277                 Taken from bug #2450
4279 2011-07-06 [paul]       3.7.9cvs34
4281         * src/edittags.c
4282                 fix English usage
4284 2011-07-06 [mones]      3.7.9cvs33
4286         * src/edittags.c
4287                 Do not create an empty tag name row in panel and
4288                 warn user about using a non-reserved tag instead
4290 2011-07-05 [mones]      3.7.9cvs32
4292         * src/imap.c
4293         * src/common/tags.c
4294         * src/common/tags.h
4295         * src/etpan/imap-thread.c
4296                 Make constants for reserved tags and use them
4297                 Removed also duplicate comparison while at it
4299 2011-07-05 [paul]       3.7.9cvs31
4301         * src/compose.c
4302                 when using a Compose template, only place the cursor
4303                 in the body when the cursor symbol, %cursor (%X), is used
4305 2011-07-03 [paul]       3.7.9cvs30
4307         * src/main.c
4308                 do main_window_popup(mainwin); on plugin load error, or
4309                 else the warning dialogue and mainwindow stays minimised
4310                 and hidden
4312 2011-07-03 [paul]       3.7.9cvs29
4314         * src/wizard.c
4315                 fix bug 2462, 'Building without GnuTLS support leads to a
4316                 failure in wizard.c'
4318 2011-07-03 [paul]       3.7.9cvs28
4320         * src/mainwindow.c
4321         * src/mainwindow.h
4322         * src/summaryview.c
4323                 fix bug #2461, 'popup menu in message list displays
4324                 'move to trash' and 'delete''.
4325                 Add a new sensitivity condition 'M_NOT_TRASH' and
4326                 remove the broken workaround for right-click in summaryview.c.
4327                 Fix broken main menu sensitivity for "Menu/Message/Move" in
4328                 News folder.
4330 2011-06-21 [paul]       3.7.9cvs27
4332         * src/mainwindow.c
4333                 revert 3.7.9cvs2, it does no good
4335 2011-06-18 [mir]        3.7.9cvs26
4337         * configure.ac
4338                 Fix autoconf warnings introduced in autoconf >= 2.64
4340 2011-06-05 [paul]       3.7.9cvs25
4342         * po/ca.po
4343         * po/cs.po
4344         * po/de.po
4345         * po/it.po
4346         * po/ja.po
4347         * po/pt_PT.po
4348         * po/sk.po
4349         * po/uk.po
4350                 fix strings where an informational message has been
4351                 wrongly entered into the translated string
4352         * src/toolbar.c
4353                 enable 'Trash' and 'Sender' to be translated based on
4354                 the context, e.g. as button text and as mail header
4355         * src/gtk/about.c
4356                 fix english in Info tab
4358 2011-05-25 [colin]      3.7.9cvs24
4360         * src/action.c
4361                 Fix bug #2439, "use bitwise operator for bitmask instead of
4362                 logical operator". Thanks to Nicolas Kaiser for the patch.
4364 2011-05-18 [colin]      3.7.9cvs23
4366         * src/news.c
4367                 Fix missing group selection before xover if the
4368                 connection was reset before.
4370 2011-05-12 [colin]      3.7.9cvs22
4372         * src/common/utils.c
4373                 Fix bug #2412, "Send account mail address in Message-ID
4374                 wrongly implemented". Patch by Fabian Keil.
4376 2011-05-12 [mones]      3.7.9cvs21
4378         * src/etpan/nntp-thread.c
4379                 Fix bug #2418 "NNTP authentication is broken"
4381 2011-05-09 [pawel]      3.7.9cvs20
4383         * src/mainwindow.c
4384         * src/prefs_folder_item.c
4385                 Small UI fixes
4387 2011-05-05 [colin]      3.7.9cvs19
4389         * src/imap.c
4390         * src/inc.c
4391         * src/news.c
4392         * src/send_message.c
4393                 Fix bug #2184, "Add account name information inside network log".
4394                 Initial patch by MSulchan Darmawan, expanded to other protocols.
4395                 This stuff is too much copy-pasted.
4398 2011-04-30 [colin]      3.7.9cvs18
4400         * src/main.c
4401                 Fix bug #2414, 'Claws segfaults on startup with
4402                 notification plugin enabled". Thanks Christian
4403                 Faulhammer for the patch.
4405 2011-04-27 [colin]      3.7.9cvs17
4407         * src/codeconv.c
4408                 Make Windows' encoding CP1251 for ru_RU locale
4409                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4411 2011-04-24 [paul]       3.7.9cvs16
4413         * manual/claws-mail-manual.xml
4414         * manual/de/claws-mail-manual.xml
4415         * manual/es/claws-mail-manual.xml
4416         * manual/fr/claws-mail-manual.xml
4417         * manual/it/claws-mail-manual.xml
4418                 update copyright year
4420 2011-04-24 [paul]       3.7.9cvs15
4422         * src/summaryview.c
4423                 fix bug #2353, 'Right-clicking on spam in order to delete
4424                 it causes it to show in message window'
4426 2011-04-24 [paul]       3.7.9cvs14
4428         * src/mainwindow.c
4429         * src/gtk/foldersort.c
4430         * src/gtk/foldersort.h
4431                 fix labelling, 'change folder order' to 'change mailbox order'
4433 2011-04-23 [paul]       3.7.9cvs13
4435         * configure.ac
4436                 fix bug #2409, 'Failed to compile under GCC 3.x : option
4437                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
4438                 committed in 3.7.8cvs19 
4440 2011-04-11 [paul]       3.7.9cvs12
4442         * src/plugins/trayicon/trayicon.c
4443                 fix build bug: gtk_status_icon_set_title() is available
4444                 since gtk 2.18.x not 2.14.x
4446 2011-04-11 [paul]       3.7.9cvs11
4448         * po/hu.po
4449                 updated by Páder RezsÅ‘
4451 2011-04-10 [colin]      3.7.9cvs10
4453         * src/addr_compl.c
4454         * src/addressbook.c
4455         * src/compose.c
4456         * src/editaddress.c
4457         * src/editaddress_other_attributes_ldap.c
4458         * src/main.c
4459         * src/message_search.c
4460         * src/prefs_display_header.c
4461         * src/prefs_filtering_action.c
4462         * src/prefs_matcher.c
4463         * src/prefs_other.c
4464         * src/prefs_toolbar.c
4465         * src/summary_search.c
4466         * src/gtk/colorlabel.c
4467         * src/gtk/combobox.c
4468         * src/gtk/gtkcmoptionmenu.c
4469         * src/gtk/gtkshruler.c
4470         * src/gtk/gtkshruler.h
4471         * src/gtk/gtkutils.h
4472         * src/gtk/inputdialog.c
4473         * src/gtk/quicksearch.c
4474                 Revert the whole pile of crap introduced in
4475                 cvs9,8,7,4.
4477 2011-04-10 [colin]      3.7.9cvs9
4479         * src/compose.c
4480         * src/editaddress.c
4481         * src/editaddress_other_attributes_ldap.c
4482         * src/main.c
4483         * src/message_search.c
4484         * src/prefs_display_header.c
4485         * src/prefs_matcher.c
4486         * src/prefs_toolbar.c
4487         * src/summary_search.c
4488         * src/gtk/combobox.c
4489         * src/gtk/gtkutils.h
4490         * src/gtk/inputdialog.c
4491         * src/gtk/quicksearch.c
4492                 Finish fun with combo boxes. (hopefully)
4494 2011-04-10 [colin]      3.7.9cvs8
4496         * src/compose.c
4497         * src/prefs_filtering_action.c
4498         * src/gtk/combobox.c
4499         * src/gtk/gtkshruler.c
4500         * src/gtk/gtkshruler.h
4501                 More undeprecation. GTKSHRuler is #if'ed out. We can
4502                 still decide to maintain the old GtkRuler widget in-tree
4503                 if the lack of ruler in Compose window is too
4504                 annoying.
4506 2011-04-10 [colin]      3.7.9cvs7
4508         * src/addr_compl.c
4509         * src/addressbook.c
4510         * src/compose.c
4511         * src/editaddress_other_attributes_ldap.c
4512         * src/message_search.c
4513         * src/prefs_display_header.c
4514         * src/prefs_filtering_action.c
4515         * src/prefs_other.c
4516         * src/prefs_toolbar.c
4517         * src/summary_search.c
4518         * src/gtk/colorlabel.c
4519         * src/gtk/combobox.c
4520         * src/gtk/gtkcmoptionmenu.c
4521         * src/gtk/gtkutils.h
4522                 More comboboxtext undeprecation
4524 2011-04-10 [colin]      3.7.9cvs6
4526         * src/messageview.c
4527                 Fix it better.
4529 2011-04-10 [colin]      3.7.9cvs5
4531         * src/messageview.c
4532                 Fix age-old typo.
4534 2011-04-10 [colin]      3.7.9cvs4
4536         * src/compose.c
4537         * src/editaddress_other_attributes_ldap.c
4538         * src/message_search.c
4539         * src/prefs_display_header.c
4540         * src/prefs_filtering_action.c
4541         * src/prefs_other.c
4542         * src/prefs_toolbar.c
4543         * src/summary_search.c
4544         * src/gtk/combobox.c
4545         * src/gtk/gtkutils.h
4546                 gtk_combo_box_*_text() is deprecated, and
4547                 gtk_combo_box_text_*() is the new hotness.
4549 2011-04-10 [colin]      3.7.9cvs3
4551         * src/addr_compl.c
4552         * src/addressbook.c
4553         * src/browseldap.c
4554         * src/compose.c
4555         * src/folder.c
4556         * src/folderview.c
4557         * src/gtk/gtkvscrollbutton.c
4558         * src/gtk/gtkvscrollbutton.h
4559                 s/GtkFunction/GSourceFunc
4561 2011-04-10 [colin]      3.7.9cvs2
4563         * src/mainwindow.c
4564                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4565                 This is the patch from bug #2396, it should be innocuous even
4566                 if that's useless to do deiconify + present window...
4568 2011-04-09 [paul]       3.7.9cvs1
4570         * src/prefs_summaries.c
4571                 fix typo in string. (thanks, Brad!)
4573 2011-04-09 [paul]       3.7.9
4574         * NEWS
4575         * README
4576         * RELEASE_NOTES 
4577                 3.7.9 unleashed!        
4579 2011-04-09 [paul]       3.7.8cvs78
4581         * po/cs.po
4582         * po/es.po
4583         * po/fi.po
4584         * po/fr.po
4585         * po/lt.po
4586         * po/pt_BR.po
4587         * po/sk.po
4588         * po/uk.po
4589                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4590                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4591                 Slavko, and Yarema
4593 2011-04-09 [colin]      3.7.8cvs77
4595         * src/gtk/filesel.c
4596                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4597                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4598                 encoding filename. Hooray for stupid.
4600 2011-04-08 [colin]      3.7.8cvs76
4602         * src/action.c
4603                 Fix action Stop: if child does not react to SIGTERM, it'll
4604                 probably start behaving when it'll get a SIGKILL on the user's
4605                 second press on Stop.
4606                 Fixes bug #2237, "User action makes Claws unresponsive".
4608 2011-04-08 [colin]      3.7.8cvs75
4610         * src/account.c
4611         * src/folder.c
4612         * src/folder.h
4613         * src/folder_item_prefs.c
4614         * src/folder_item_prefs.h
4615         * src/prefs_account.c
4616                 Fix bug #2382, "folderitemrc not updated when account
4617                 name is changed". Indeed, this wasn't done.
4619 2011-04-08 [wwp]        3.7.8cvs74
4621         * src/procmime.c
4622         Add support for quoted values (*="value").
4623         This commonly fixes a trailing quote appearing to filenames
4624         sent by iphone Mail (not sure if it's culprit at all, though).
4626 2011-04-08 [colin]      3.7.8cvs73
4628         * src/gtk/filesel.c
4629                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
4630                 caused by attachments with extended chars in the file name". Patch
4631                 derived from a patch bt Fabien Keil
4633 2011-04-05 [wwp]        3.7.8cvs72
4635         * src/compose.c
4636                 A debug string not to translate.
4638 2011-04-03 [colin]      3.7.8cvs71
4640         * src/common/utils.h
4641                 Fix bug #2394, "backtrace() crashes on FreeBSD"
4642                 That's not the first bug-report where internal
4643                 debug-only backtrace() crashes on FreeBSD.
4645 2011-04-03 [colin]      3.7.8cvs70
4647         * src/compose.c
4648                 Fix bug #2365 again, "Crash when auto-scrolling headers in
4649                 compose window".
4650                 Batch-mode compose windows (from filtering actions) shouldn't
4651                 try to access stuff after flushing events...
4653 2011-03-31 [paul]       3.7.8cvs69
4655         * INSTALL
4656                 update as gtk >= 2.10 now required
4657                 (because I'll never remember to do this later)
4659 2011-03-26 [paul]       3.7.8cvs68
4661         * src/messageview.c
4662                 fix separators in Go To menu
4664 2011-03-20 [colin]      3.7.8cvs67
4666         * configure.ac
4667                 Drop the *_DISABLE_DEPRECATED. We'll put them back
4668                 when we'll have time to handle them
4670 2011-03-18 [paul]       3.7.8cvs66
4672         * src/textview.c
4673                 make user-facing message more accurate -
4674                 'Network Log' not 'View Log'
4676 2011-03-17 [wwp]        3.7.8cvs65
4678         * po/fr.po
4679                 Fix a typo around plural form, as reported by
4680                 Yannick Palanque.
4682 2011-03-15 [colin]      3.7.8cvs64
4684         * AUTHORS
4685         * src/gtk/authors.h
4686         * src/main.c
4687                 Fix bug #2381, "Support for NetworkManager 0.9".
4688                 Patch by Mikhail Efremov
4690 2011-03-04 [colin]      3.7.8cvs63
4692         * src/mimeview.c
4693         * src/mimeview.h
4694                 Fix segfault on Windows
4695         * src/exporthtml.c
4696         * src/common/utils.c
4697         * src/common/w32_unistd.c
4698         * src/common/w32lib.h
4699                 Rationalize use of time_r() funcs (pthread do define them)
4701 2011-03-02 [pawel]      3.7.8cvs62
4703         * src/wizard.c
4704                 Re-implement widgets aligning, switch from GtkSizeGroup
4705                 to GtkTable - this should fix disappearing labels
4707 2011-03-01 [pawel]      3.7.8cvs61
4709         * src/wizard.c
4710                 Wizard GUI cleanups. Make it look and behave more
4711                 like account preferences.
4713 2011-02-23 [colin]      3.7.8cvs60
4715         * src/common/Makefile.am
4716                 Fix make dist
4718 2011-02-23 [colin]      3.7.8cvs59
4720         * src/Makefile.am
4721         * src/main.c
4722         * src/common/Makefile.am
4723         * src/common/plugin.c
4724         * src/common/valgrind.h
4725                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4726                 Use valgrind's own header.
4728 2011-02-22 [colin]      3.7.8cvs58
4730         * src/prefs_account.c
4731                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4732                 signed message" upon new installation. This is disturbing when PGP
4733                 plugins are loaded by default.
4735 2011-02-16 [paul]       3.7.8cvs57
4737         * src/*
4738                 update copyright headers throughout
4740 2011-02-16 [paul]       3.7.8cvs56
4742         * src/summaryview.c
4743                 use gettext plural form for "item selected"/"items selected"
4745 2011-02-13 [colin]      3.7.8cvs55
4747         * src/mimeview.c
4748         * src/mimeview.h
4749                 Fix bug #2361, "Claws crashes after PGP Check in separate
4750                 msg view". Don't let the cancel thread lie around after
4751                 the verification ended.
4753 2011-02-13 [paul]       3.7.8cvs54
4755         * po/lt.po
4756                 updated by Mindaugas Baranauskas
4758 2011-02-11 [mones]      3.7.8cvs53
4760         * manual/es/advanced.xml
4761                 Sync with English manual
4762         * src/imap.c
4763                 Fix remaining mismatched alloc/free from cppcheck
4765 2011-02-10 [pawel]      3.7.8cvs52
4767         * src/ldapupdate.c
4768                 Fix memleaks
4770 2011-02-10 [pawel]      3.7.8cvs51
4772         * src/prefs_toolbar.c
4773                 - set menus sensitivity in item type combo depending on
4774                   availability of actions / plugin hooks
4775                 - style fixes, spaces instead of tabs mostly
4777 2011-02-10 [paul]       3.7.8cvs50
4779         * src/prefs_account.c
4780                 move the 'send acc mail addr in msg-id" option to
4781                 the send page
4783 2011-02-10 [paul]       3.7.8cvs49
4785         * src/prefs_account.c
4786                 move the 'expunge immediately' option to a more
4787                 suitable page
4789 2011-02-05 [pawel]      3.7.8cvs48
4791         * manual/advanced.xml
4792                 Document new hidden pref
4793         * src/folder.c
4794                 Dont treat mimeparts referenced by others as
4795                 real attachments
4796         * src/mimeview.c
4797         * src/prefs_common.c
4798         * src/prefs_common.h
4799                 Add ability to hide inline attachments referenced
4800                 by other mimeparts in MimeView. To enable this
4801                 feature set show_inline_attachments=0 in your clawsrc
4803 2011-01-25 [colin]      3.7.8cvs47
4805         * src/matcher.c
4806                 Fix matcher body parsing: decode mails with our
4807                 MIME parser. This speeds up body search a bit as
4808                 binary attachments are not searched anymore, slows
4809                 down a bit full message searches, but not awfully.
4810         * src/summary_search.c
4811                 Use matcher API to search, in all cases (advanced search or
4812                 not). Also, fix little logic bugs related to combos history
4813         * src/common/utils.c
4814         * src/common/utils.h
4815         * src/procmime.c
4816         * src/procmime.h
4817                 Remove dead code, export functions needed by matcher.c
4819 2011-01-25 [colin]      3.7.8cvs46
4821         * src/compose.c
4822         * src/prefs_common.c
4823         * src/common/md5.c
4824         * src/common/ssl_certificate.c
4825                 Fix mismatched alloc/free (thanks to cppcheck)
4827 2011-01-25 [colin]      3.7.8cvs45
4829         * src/pop.c
4830                 Fix leak on error path
4832 2011-01-23 [mones]      3.7.8cvs44
4834         * manual/es/advanced.xml
4835                 Sync with English manual
4837 2011-01-23 [paul]       3.7.8cvs43
4839         * src/gtk/about.c
4840                 it's 2011, update copyright line
4842 2011-01-23 [paul]       3.7.8cvs42
4844         * manual/advanced.xml
4845         * src/prefs_common.c
4846         * src/prefs_common.h
4847         * src/textview.c
4848                 fix bug #2350, 'Make displaying localized date/time in
4849                 message view optional'.
4850                 This introduces a new hidden option (why do more?),
4851                 'msgview_date_format', which defaults to OFF, maintaining
4852                 the current and expected behaviour.
4854 2011-01-21 [colin]      3.7.8cvs41
4856         * src/procmime.c
4857                 Fix bug #2050, Clawsmail sends return receipt every seconds
4858                 We forgot to close the file when parsing 
4859                 disposition-notification fields, which made unlinking of the
4860                 corresponding emails in tempfolder/processing impossible in
4861                 Windows. Causing them to be re-fetched every time.
4863 2011-01-21 [colin]      3.7.8cvs40
4865         * claws-mail.desktop
4866                 Fix again bug #2346: We should have a %u parameter.
4868 2011-01-21 [colin]      3.7.8cvs39
4870         * src/plugins/spamassassin/spamassassin.c
4871                 Fix sa-learn when offline (its command line parsing is
4872                 space-dependant). Patch by Wolfgang Lorenz
4874 2011-01-19 [pawel]      3.7.8cvs38
4876         * claws-mail.desktop
4877                 Fix Bug 2346 'Please register x-handler-scheme
4878                  in .desktop file' patch by Laurent Bigonville
4879                 While I'm here update things to current
4880                 standards, fix desktop-file-validate warnings/errors
4882 2011-01-18 [colin]      3.7.8cvs37
4884         * src/common/smtp.c
4885                 Fix logic on SMTP AUTH: If the selected method isn't
4886                 available, say so instead of supposing it'll work.
4887                 Fixes bug #2039, 'SMTP AUTHENTICATION'
4889 2011-01-15 [pawel]      3.7.8cvs36
4891         * src/prefs_folder_item.c
4892                 Rework subject regexp simplify gui a bit, this give us better
4893                 options page layout (window with min width was too short to 
4894                 show all contents and thigs were unwieldy) and better preview
4895                 of regexp working/not working
4897 2011-01-14 [pawel]      3.7.8cvs35
4899         * src/textview.c
4900                 strncpy2() NULLify strings just fine, no need to be
4901                 extra "clever"
4903 2011-01-14 [pawel]      3.7.8cvs34
4905         * src/textview.c
4906                 Fix Bug #2165 'The date not localized in the message view'
4907                 Display Date header in messageview in the same way as in
4908                 summaryview by respecting date format set in preferences.
4910 2011-01-06 [pawel]      3.7.8cvs33
4912         * src/prefs_account.c
4913         * src/prefs_folder_item.c
4914         * src/prefs_quote.c
4915         * src/quote_fmt.c
4916                 Make quote templates widgets more compact
4918 2011-01-06 [pawel]      3.7.8cvs32
4920         * src/plugins/trayicon/trayicon.c
4921                 - fix logic bug which caused icon to be
4922                   always set no-mail status on plugin load
4923                 - force icon hide on plugin_done(), without
4924                   it empty space(?!) is left in tray under KDE3 and KDE4
4926 2011-01-06 [colin]      3.7.8cvs31
4928         * src/addrharvest.c
4929         * src/codeconv.c
4930         * src/codeconv.h
4931         * src/compose.c
4932         * src/news.c
4933         * src/procheader.c
4934         * src/procmime.c
4935         * src/unmime.c
4936         * src/unmime.h
4937                 Unmime headers differently whether they're addresses or not:
4938                 It's useless to quote things containing commas if it's in
4939                 subject, for example. (introduced in 3.7.8cvs26)
4941 2011-01-06 [colin]      3.7.8cvs30
4943         * src/gtk/gtkaspell.c
4944                 Complete previous patch
4945         * src/messageview.c
4946         * src/plugins/pgpinline/pgpinline.c
4947                 Coding style
4949 2011-01-06 [paul]       3.7.8cvs29
4951         * AUTHORS
4952         * configure.ac
4953         * po/lt.po
4954         * src/gtk/authors.h
4955                 add Lithuanian translation (approx. 65% complete)
4956                 submitted by Mindaugas Baranauskas
4958 2011-01-06 [pawel]      3.7.8cvs28
4960         * src/export.c
4961         * src/import.c
4962         * src/messageview.c
4963         * src/prefs_actions.c
4964         * src/procmime.c
4965         * src/gtk/gtkaspell.c
4966         * src/plugins/pgpinline/pgpinline.c
4967         * src/plugins/pgpmime/pgpmime.c
4968         * src/plugins/smime/smime.c
4969                 Fix memory/file descriptors leaks
4971 2011-01-06 [paul]       3.7.8cvs27
4973         * src/plugins/pgpcore/sgpgme.c
4974                 fix bug #2322, 'GPG Full info: showing subkey
4975                 ID instead of primary key fingerprint'
4976                 Patch by Sébastien Bigaret.
4978 2011-01-03 [colin]      3.7.8cvs26
4980         * src/unmime.c
4981                 Better quote-checking when unmim-ing headers
4982                 that may have comas.
4984 2011-01-03 [colin]      3.7.8cvs25
4986         * src/unmime.c
4987                 Fix bug #2299, "Incorrect handling of quoted printable coma
4988                 in headers". As this is really painful to fix by switching
4989                 the whole stuff to a list of headers tokens, we workaround
4990                 the problem by adding quotes around the encoded-word (making
4991                 it a quoted-string which continuity is already handled).
4993 2011-01-03 [colin]      3.7.8cvs24
4995         * src/procheader.c
4996                 Remove dead code
4998 2010-12-23 [colin]      3.7.8cvs23
5000         * src/compose.c
5001                 Finish fixing bug #2203: When forwarding (inline) and there
5002                 are some text/* parts with no name, set them a name and
5003                 set their disposition to attachment, so that recipients with
5004                 MUAs preferring HTML parts don't show them by default.
5006 2010-12-22 [paul]       3.7.8cvs22
5008         * src/compose.h
5009                 fix missing file in 3.7.8cvs20
5011 2010-12-22 [colin]      3.7.8cvs21
5013         * src/folderview.c
5014         * src/folderview.h
5015                 Implement a nicer scroll when drag and dropping
5017 2010-12-22 [colin]      3.7.8cvs20
5019         * src/compose.c
5020                 Store charset if available when attaching text/* parts
5021                 Fixes bug #2203, 'Problems in forwarding multipart/
5022                 alternative messages with HTML part'
5024 2010-12-22 [colin]      3.7.8cvs19
5026         * src/textview.c
5027                 Fix wrong free
5029 2010-12-21 [colin]      3.7.8cvs18
5031         * src/inc.c
5032         * src/send_message.c
5033         * src/common/session.c
5034         * src/common/session.h
5035                 Differentiate between running sessions and connected
5036                 sessions. Fixes bug #2332, "Crash when hitting cancel
5037                 on the SMTP status window"
5039 2010-12-21 [colin]      3.7.8cvs17
5041         * src/etpan/etpan-thread-manager.c
5042                 Dead code removal
5044 2010-12-21 [colin]      3.7.8cvs16
5046         * src/textview.c
5047                 Check whether we should continue loading the
5048                 current textview after inserting a possibly
5049                 big image.
5051 2010-12-20 [colin]      3.7.8cvs15
5053         * src/addrcindex.c
5054         * src/addrcindex.h
5055                 Removed. Dead code since ages!
5056         * src/addr_compl.c
5057         * src/gtk/gtkcmclist.c
5058         * src/gtk/gtkcmctree.c
5059         * src/gtk/gtksctree.c
5060                 undefine *_DISABLE_DEPRECATED in the files that
5061                 use deprecated interfaces. Implicit declarations
5062                 can lead to crashes as prototypes are unknown, as
5063                 evidenced by bug #2315.
5065 2010-12-20 [colin]      3.7.8cvs14
5067         * src/compose.c
5068                 Don't flush events when adding an header entry. This
5069                 can mess up the keypresses in the previous header.
5070                 Instead, make the scroll happen later (doing it on the
5071                 spot without flushing events doesn't work as the new
5072                 requisitions aren't set yet).
5074 2010-12-20 [colin]      3.7.8cvs13
5076         * src/mainwindow.c
5077                 Don't iconify at start on w32. This un-iconifies in the
5078                 background.
5080 2010-12-20 [colin]      3.7.8cvs12
5082         * src/common/base64.c
5083                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5084                 Patch by pochini at shiny.it
5086 2010-12-19 [colin]      3.7.8cvs11
5088         * src/ldapserver.c
5089                 Better debug.
5091 2010-12-18 [colin]      3.7.8cvs10
5093         * src/compose.c
5094                 Fix bug #2148, "Attachment content-transfer-encoding 
5095                 incorrectly set when signing emails". The RFC 2045
5096                 states that message/* and multipart/* encoding must
5097                 be either 7-bit, 8-bit or binary.
5099 2010-12-18 [mones]      3.7.8cvs9
5101         * src/ldaputil.c
5102                 Fix crash when searching or adding a LDAP server
5104 2010-12-17 [colin]      3.7.8cvs8
5106         * configure.ac
5107         * src/editldap.c
5108         * src/ldapquery.c
5109         * src/ldapserver.c
5110         * src/ldapupdate.c
5111         * src/ldaputil.c
5112         * src/ldaputil.h
5113                 Better error logging. Disable LDAP SSL/TLS on
5114                 Windows, it's crashy/non-worky.
5116 2010-12-17 [colin]      3.7.8cvs7
5118         * src/folder.c
5119                 Fix bug #2325, "messages remains in folder cache after moving
5120                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5122 2010-12-17 [colin]      3.7.8cvs6
5124         * src/addressadd.c
5125         * src/addressbook.c
5126         * src/addrindex.c
5127         * src/ldapquery.c
5128         * src/ldapquery.h
5129         * src/ldapserver.c
5130         * src/ldapserver.h
5131         * src/ldapupdate.c
5132         * src/ldaputil.c
5133         * src/ldaputil.h
5134                 Windows build fixes (w32 LDAP completely untested!)
5136 2010-12-16 [colin]      3.7.8cvs5
5138         * src/addrindex.c
5139         * src/editldap.c
5140         * src/ldapctrl.c
5141         * src/ldapquery.c
5142         * src/ldapserver.c
5143         * src/ldapserver.h
5144         * src/ldapupdate.c
5145         * src/ldaputil.c
5146                 Try to rationalize a bit LDAP connections
5148 2010-12-16 [colin]      3.7.8cvs4
5150         * src/prefs_spelling.c
5151         * src/common/defs.h
5152                 Add a button to get dictionaries (win32)
5154 2010-12-16 [colin]      3.7.8cvs3
5156         * src/prefs_matcher.c
5157                 Fix bug #2279, "crash when clicking 'define' in filter
5158                 configuring". Thanks to Theodor Ciobanu for the hint at
5159                 the problem.
5161 2010-12-14 [colin]      3.7.8cvs2
5163         * src/gtk/gtkaspell.c
5164                 Add missing guard for sys/wait.h
5166 2010-12-05 [colin]      3.7.8cvs1
5168         * tools/make.themes.project
5169                 Seems wget has changed naming of targets downloaded.
5170                 Fix it by always providing our own name.
5171                 [Pushing mones' patch again after messing with CVSROOT]
5173 2010-12-04 [paul]       3.7.8
5174         * NEWS
5175         * README
5176         * RELEASE_NOTES 
5177                 3.7.8 unleashed!
5179 2010-12-03 [paul]       3.7.7cvs11
5181         * configure.ac
5182         * manual/xml2pdf ** REMOVED **
5183         * manual/dist/pdf/Makefile.am
5184         * manual/es/dist/pdf/Makefile.am
5185         * manual/fr/dist/pdf/Makefile.am
5186         * manual/pl/dist/pdf/Makefile.am
5187                 simplify check for tools needed for manual building,
5188                 remove xml2pdf and use docbook2pdf instead
5190 2010-12-03 [mir]        3.7.7cvs10
5192         * configure.ac
5193                 Fix bug so that configure option --disable-manual
5194                 actually disable building the manuals
5196 2010-12-01 [pawel]      3.7.7cvs9
5198         * src/crash.c
5199                 One more GTK+ 2.22 build fix
5201 2010-11-30 [colin]      3.7.7cvs8
5203         * src/action.c
5204                 Fix bug #2317, 'Action results in "Bad file descriptor"'
5205                 Introduced in 3.7.6cvs57. In fact the error has been there
5206                 since ages, and only new thing is the verification of the
5207                 various functions return code. Let the stuff work as it
5208                 does, as it seems to do the right thing since ages.
5210 2010-11-28 [colin]      3.7.7cvs7
5212         * src/gtk/quicksearch.c
5213                 Fix bug #2313, 'CLI quicksearch sometimes returns 
5214                 the same messages twice'. Patch by Sebastien Bigaret
5216 2010-11-25 [paul]       3.7.7cvs6
5218         * src/prefs_common.c
5219                 make "gtk_can_change_accels" FALSE by default.
5220                 fixes bug #2309, 'Shortcuts should not be modifiable
5221                 by default' (RFE)
5223 2010-11-24 [mones]      3.7.7cvs5
5225         * src/mainwindow.c
5226                 Add missing shortcuts for marking as spam and ham
5227                 Fixes Debian bug #599547
5229 2010-11-22 [colin]      3.7.7cvs4
5231         * src/compose.c
5232                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5233                 five patches were needed to fix a corner case
5234                 is a good indicator that is was bound to break
5235                 something.
5237 2010-11-21 [colin]      3.7.7cvs3
5239         * src/plugins/pgpcore/claws.def
5240                 Win32 build fix
5242 2010-11-20 [wwp]        3.7.7cvs2
5244         * src/main.c
5245           Fix either a typo or an irrelevant iff word there.
5246           IMO type and recursive possible values should be changed to
5247           smth simple and neat here, and help strings be really
5248           translatable.
5250 2010-11-20 [colin]      3.7.7cvs1
5252         * AUTHORS
5253                 Damn, forgot to commit this file twice.
5255 2010-11-19 [paul]       3.7.7
5256         * NEWS
5257         * README
5258         * RELEASE_NOTES 
5259                 3.7.7 unleashed!
5261 2010-11-19 [paul]       3.7.6cvs66
5263         * po/ca.po
5264         * po/cs.po
5265         * po/de.po
5266         * po/es.po
5267         * po/fi.po
5268         * po/fr.po
5269         * po/hu.po
5270         * po/id.po
5271         * po/pt_BR.po
5272         * po/sk.po
5273         * po/uk.po
5274                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5275                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5276                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5278 2010-11-17 [colin]      3.7.6cvs65
5280         * src/common/utils.c
5281                 Separate email address from timestamp with a dot.
5282                 Fix coding style.
5284 2010-11-17 [colin]      3.7.6cvs64
5286         * src/common/utils.c
5287                 Fix multiple @ in generated message-ids.
5288                 That's not allowed in RFC 2822.
5290 2010-11-16 [mones]      3.7.6cvs63
5292         * manual/es/advanced.xml
5293                 Synchronise with English version
5295 2010-11-04 [wwp]        3.7.6cvs62
5297         * src/filtering.c
5298                 Fix bug 2293, "filtering: simplify expression", as simplifying
5299                 this expression doesn't make it less easy to understand and we
5300                 gain few cycles by making the logical expression more simple
5301                 by applying. Patch by Nicolas Kaiser.
5303 2010-11-03 [colin]      3.7.6cvs61
5305         * src/addrindex.c
5306                 Fix bug 2294, "addrindex.c: address index conversion always
5307                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5309 2010-11-02 [wwp]        3.7.6cvs60
5311         * src/action.c
5312         * src/statusbar.c
5313         * src/toolbar.c
5314                 Enlarge the progress bar (main window) a bit when compiling
5315                 for UMPCs like maemo: this solves truncated text that might
5316                 appear in the progress bar while processing messages.
5317                 Also use a more compact string format when displaying
5318                 progress like 'number/total', still for UMPCs, this fixes
5319                 a previous inconsistency with these format strings where
5320                 no space around the / were used sometimes.
5322 2010-10-26 [ticho]      3.7.6cvs59
5324         * src/news.c
5325                 Recreate NNTP session if server port setting has changed. Fixes
5326                 bug #2092.
5328 2010-10-26 [colin]      3.7.6cvs58
5330         * src/imap_gtk.c
5331         * src/mh_gtk.c
5332                 Fix copy-paste error, thanks to David Relson
5333                 for spotting it.
5335 2010-10-18 [colin]      3.7.6cvs57
5337         * src/action.c
5338         * src/addrharvest.c
5339         * src/alertpanel.c
5340         * src/filtering.c
5341         * src/jpilot.c
5342         * src/prefs_themes.c
5343         * src/procmime.c
5344         * src/textview.c
5345         * src/gtk/gtkutils.c
5346         * src/gtk/quicksearch.c
5347         * src/gtk/quicksearch.h
5348         * src/plugins/pgpcore/passphrase.c
5349         * src/plugins/spamassassin/libspamc.c
5350                 Fix warnings
5352 2010-10-17 [colin]      3.7.6cvs56
5354         * src/prefs_themes.c
5355         * src/gtk/gtkaspell.c
5356         * src/gtk/gtkutils.c
5357         * src/gtk/gtkutils.h
5358         * src/gtk/inputdialog.c
5359         * src/gtk/progressdialog.c
5360                 Undeprecate a few things
5362 2010-10-17 [colin]      3.7.6cvs55
5364         * src/main.c
5365         * src/gtk/authors.h
5366         * src/gtk/quicksearch.c
5367         * src/gtk/quicksearch.h
5368                 Add ability to search from the command-line.
5369                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5370                 Patch by Sebastien Bigarret.
5372 2010-10-04 [mones]      3.7.6cvs54
5374         * manual/dist/pdf/Makefile.am
5375                 Fix build of English PDF manual
5376                 (sh: Can't open ../../../xml2pdf)
5378 2010-10-03 [colin]      3.7.6cvs53
5380         * src/folder.c
5381         * src/folder.h
5382         * src/imap.c
5383         * src/mh.c
5384         * src/procmsg.c
5385                 Get rid of GRelation which were, mostly, used as
5386                 GHashTables. Probably fixes bug #2277, 'Segfault when
5387                 loading inbox for the first time'
5389 2010-10-03 [mir]        3.7.6cvs52
5391         * manual/de/dist/html/Makefile.am
5392         * manual/de/dist/pdf/Makefile.am
5393         * manual/de/dist/ps/Makefile.am
5394         * manual/de/dist/txt/Makefile.am
5395         * manual/dist/html/Makefile.am
5396         * manual/dist/pdf/Makefile.am
5397         * manual/dist/ps/Makefile.am
5398         * manual/dist/txt/Makefile.am
5399         * manual/es/dist/html/Makefile.am
5400         * manual/es/dist/pdf/Makefile.am
5401         * manual/es/dist/ps/Makefile.am
5402         * manual/es/dist/txt/Makefile.am
5403         * manual/fr/dist/html/Makefile.am
5404         * manual/fr/dist/pdf/Makefile.am
5405         * manual/fr/dist/ps/Makefile.am
5406         * manual/fr/dist/txt/Makefile.am
5407         * manual/pl/dist/html/Makefile.am
5408         * manual/pl/dist/pdf/Makefile.am
5409         * manual/pl/dist/ps/Makefile.am
5410         * manual/pl/dist/txt/Makefile.am
5411             Missing Makefile.am's for 3.7.6cvs49
5414 2010-10-03 [colin]      3.7.6cvs51
5416         * po/POTFILES.in
5417                 Fix build
5419 2010-10-02 [mir]        3.7.6cvs50
5421         * manual/de/dist/html/Makefile.am
5422         * manual/de/dist/pdf/Makefile.am
5423         * manual/de/dist/ps/Makefile.am
5424         * manual/de/dist/txt/Makefile.am
5425         * manual/dist/html/Makefile.am
5426         * manual/dist/pdf/Makefile.am
5427         * manual/dist/ps/Makefile.am
5428         * manual/dist/txt/Makefile.am
5429         * manual/es/dist/html/Makefile.am
5430         * manual/es/dist/pdf/Makefile.am
5431         * manual/es/dist/ps/Makefile.am
5432         * manual/es/dist/txt/Makefile.am
5433         * manual/fr/dist/html/Makefile.am
5434         * manual/fr/dist/pdf/Makefile.am
5435         * manual/fr/dist/ps/Makefile.am
5436         * manual/fr/dist/txt/Makefile.am
5437         * manual/pl/dist/html/Makefile.am
5438         * manual/pl/dist/pdf/Makefile.am
5439         * manual/pl/dist/ps/Makefile.am
5440         * manual/pl/dist/txt/Makefile.am
5441             Part 2 of last commit which broke due to a permission error
5442             Avoid claws trying to build manuals if the required
5443             tools are not present.
5445 2010-10-02 [mir]        3.7.6cvs49
5447         * configure.ac
5448         * manual/de/dist/html/Makefile.am
5449         * manual/de/dist/pdf/Makefile.am
5450         * manual/de/dist/ps/Makefile.am
5451         * manual/de/dist/txt/Makefile.am
5452         * manual/dist/html/Makefile.am
5453         * manual/dist/pdf/Makefile.am
5454         * manual/dist/ps/Makefile.am
5455         * manual/dist/txt/Makefile.am
5456         * manual/es/dist/html/Makefile.am
5457         * manual/es/dist/pdf/Makefile.am
5458         * manual/es/dist/ps/Makefile.am
5459         * manual/es/dist/txt/Makefile.am
5460         * manual/fr/dist/html/Makefile.am
5461         * manual/fr/dist/pdf/Makefile.am
5462         * manual/fr/dist/ps/Makefile.am
5463         * manual/fr/dist/txt/Makefile.am
5464         * manual/pl/dist/html/Makefile.am
5465         * manual/pl/dist/pdf/Makefile.am
5466         * manual/pl/dist/ps/Makefile.am
5467         * manual/pl/dist/txt/Makefile.am
5468             1) Downgrade autoconf requirements to 2.59 to allow
5469             building on oldest supported Linux distributions.
5470             2) Only try to build manuals if the needed software
5471             is present.
5473 2010-10-02 [colin]      3.7.6cvs48
5475         * src/plugins/trayicon/trayicon.c
5476                 And fix theme updating.
5478 2010-10-02 [colin]      3.7.6cvs47
5480         * src/plugins/trayicon/trayicon.c
5481                 Got burnt by wrong indentation!
5483 2010-10-02 [colin]      3.7.6cvs46
5485         * configure.ac
5486                 Forgot to remove the directory from top-level
5488 2010-10-02 [colin]      3.7.6cvs45
5490         * src/plugins/trayicon/Makefile.am
5491         * src/plugins/trayicon/trayicon.c
5492         * src/plugins/trayicon/libeggtrayicon/.cvsignore
5493         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5494         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5495         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5496         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5497         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5498         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5499         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5500         * src/plugins/trayicon/libeggtrayicon/xembed.h
5501                 Finally get rid of Eggtrayicon, use GtkStatusIcon
5502                 instead (which can be done safely now that we 
5503                 require GTK+ 2.10).
5505 2010-10-02 [colin]      3.7.6cvs44
5507         * src/action.c
5508         * src/addr_compl.c
5509         * src/addressbook.c
5510         * src/addrgather.c
5511         * src/alertpanel.c
5512         * src/editaddress.c
5513         * src/editaddress_other_attributes_ldap.c
5514         * src/editgroup.c
5515         * src/folderview.c
5516         * src/grouplistdialog.c
5517         * src/headerview.c
5518         * src/image_viewer.c
5519         * src/importldif.c
5520         * src/main.c
5521         * src/mainwindow.c
5522         * src/message_search.c
5523         * src/mimeview.c
5524         * src/prefs_themes.c
5525         * src/summary_search.c
5526         * src/summaryview.c
5527         * src/toolbar.c
5528         * src/etpan/imap-thread.c
5529         * src/gtk/authors.h
5530         * src/gtk/gtkcmclist.c
5531         * src/gtk/gtkcmoptionmenu.c
5532         * src/gtk/gtkutils.c
5533         * src/gtk/gtkutils.h
5534         * src/gtk/gtkvscrollbutton.c
5535         * src/plugins/pgpcore/select-keys.c
5536         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5537                 Undeprecate for GTK+2.22. Patch by Reed Loden.
5538                 Fixes bug #2276, 'Compile in maintainer mode
5539                 fails on GTK+ 2.22'.
5541 2010-10-02 [colin]      3.7.6cvs43
5543         * configure.ac
5544                 It's now time to remove the temporary enable-openssl
5545                 option that was used when we removed OpenSSL. See 
5546                 bug #2276 comment #14.
5548 2010-09-30 [wwp]        3.7.6cvs42
5550         * src/prefs_account.c
5551         * src/prefs_filtering_action.c
5552         * src/prefs_matcher.c
5553                         Fix bug #2274, wrong color label index range
5554                         used w/ gtk_cmoption_menu (behaviour change
5555                         has been introduced w/ 3.5.0cvs49 apparently),
5556                         now it must be 1..N so let's use colorlabel value
5557                         (0..N) + 1.
5558                         
5560 2010-09-20 [pawel]      3.7.6cvs41
5562         * src/compose.c
5563         * src/mainwindow.c
5564         * src/summaryview.c
5565                 revert last patch
5567 2010-09-19 [pawel]      3.7.6cvs40
5569         * src/compose.c
5570         * src/mainwindow.c
5571         * src/summaryview.c
5572                 Set ML menus sensitivity accordingly to
5573                 possibility of reply to ML
5575 2010-09-19 [colin]      3.7.6cvs39
5577         * src/compose.c
5578                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5579                 to newsgroups, and NNTP accounts *can* send email. We 
5580                 should not force an email account when replying to_ml or
5581                 anything...
5583 2010-09-19 [colin]      3.7.6cvs38
5585         * src/compose.c
5586                 Revert previous commit (which breaks Reply to newsgroups)
5588 2010-09-17 [pawel]      3.7.6cvs37
5590         * src/compose.c
5591                 Respect reply_account_autosel when changing compose
5592                 account to email one while replying to NNTP post
5594 2010-09-17 [wwp]        3.7.6cvs36
5596         * doc/man/claws-mail.1
5597         Update --compose documentation in `man claws-mail`.
5599 2010-09-12 [pawel]      3.7.6cvs35
5601         * src/compose.c
5602                 Add forgotten bit to previous commit,
5603                 select email account when replying to ML
5605 2010-09-12 [pawel]      3.7.6cvs34
5607         * src/compose.c
5608                 Fix bug #2247 "nntp reply-to-all broken?"
5609                 Make reply-to-all and reply-to-ml work as expected in
5610                 mailing list through NNTP case
5612 2010-09-11 [pawel]      3.7.6cvs33
5614         * src/mainwindow.c
5615         * src/summaryview.c
5616         * src/toolbar.c
5617                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5618                 fixes build with GTK+ < 2.18
5620 2010-09-10 [pawel]      3.7.6cvs32
5622         * src/mainwindow.c
5623         * src/summaryview.c
5624         * src/toolbar.c
5625                 Make Tab key switch between FolderView, MsgView and
5626                 SummaryView only, other widgets have/can have their own
5627                 keybindings anyway
5629 2010-08-25 [colin]      3.7.6cvs31
5631         * src/procmime.c
5632         * AUTHORS
5633         * src/gtk/authors.h
5634         * src/common/base64.c
5635         * src/common/base64.h
5636                 Fix bug #2245, "base64 decoding fails with line breaks"
5637                 Patch by Yotam Medini
5639 2010-08-25 [colin]      3.7.6cvs30
5641         * src/main.c
5642                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5644 2010-08-23 [pawel]      3.7.6cvs29
5646         * src/inc.c
5647         * src/send_message.c
5648         * src/statusbar.c
5649         * src/toolbar.c
5650                 Hide progressbar on statusbar when not needed
5652 2010-08-17 [colin]      3.7.6cvs28
5654         * src/main.c
5655                 Fix previous patch (our own tmp dir is inside
5656                 our rc dir)
5658 2010-08-16 [colin]      3.7.6cvs27
5660         * src/main.c
5661                 Use temp dir to store logs in Windows. Avoids doing
5662                 get_rc_dir() early, which prevents set_rc_dir()
5663                 working correctly.
5665 2010-07-31 [holger]     3.7.6cvs26
5667         * src/gtk/gtkshruler.c
5668                 Yet more GdkGC to Cairo porting
5670 2010-07-30 [holger]     3.7.6cvs25
5672         * src/stock_pixmap.c
5673                 More GdkGC to Cairo porting
5675 2010-07-30 [holger]     3.7.6cvs24
5677         * src/gtk/colorlabel.c
5678                 One GdkGC usage less
5680 2010-07-29 [holger]     3.7.6cvs23
5682         * src/printing.c
5683                 Replace some gdk drawing with cairo, as the former
5684                 is going towards deprecation.
5686 2010-07-25 [colin]      3.7.6cvs22
5688         * src/common/utils.c
5689                 And now for a real fix. g_list_remove() doesn't, of
5690                 course, free the data. But we have to have a solid
5691                 pointer to it in order to free it ourselves instead
5692                 of relying on the old freed list pointer.
5693                 Maybe that's the last patch on the subject now ? :)
5695 2010-07-25 [colin]      3.7.6cvs21
5697         * src/common/utils.c
5698                 Remove stupid and extraneous g_free() of elements
5699                 which have just been freed by g_list_remove(). (see
5700                 GList documentation). I don't know how it worked before
5702 2010-07-25 [colin]      3.7.6cvs20
5704         * src/common/utils.c
5705                 Reverse free/use with more logical and safe
5706                 use/free. Thanks to Michael Rasmussen !
5708 2010-07-24 [colin]      3.7.6cvs19
5710         * src/gtk/quicksearch.c
5711                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5712                 'freeze when using quick search'
5714 2010-07-11 [iwkse]      3.7.6cvs18
5716         * src/gtk/quicksearch.c
5717                 Add SMALL_LAYOUT to quicksearch_relayout
5719 2010-07-10 [iwkse]      3.7.6cvs17
5721         * src/mainwindow.h
5722                         Remove forgotten variable from
5723                         the last bugfix #2224
5725 2010-07-10 [colin]      3.7.6cvs16
5727         * src/mainwindow.c
5728         * src/gtk/quicksearch.c
5729                 Clean fix for bug #2224: don't mess with GTK settings when
5730                 handling the layout ourselves is enough
5732 2010-07-09 [iwkse]      3.7.6cvs15
5734         * src/mainwindow.h
5735         * src/mainwindow.c
5736                         Better fix for Bug #2224
5738 2010-07-09 [iwkse]      3.7.6cvs14
5740         * src/mainwindow.c
5741                         Bug #2224
5742                         Always use stock icons on buttons
5744 2010-07-08 [colin]      3.7.6cvs13
5746         * src/gtk/filesel.c
5747                 Fix bug 2223, 'Compilation fails with GTK+
5748                 2.21.3'. Thanks to Jan Psota !
5750 2010-06-29 [pawel]      3.7.6cvs12
5752         * src/compose.c
5753                 Revert 3.7.5cvs41, it breaks templates that use %X
5755 2010-06-23 [wwp]        3.7.6cvs11
5757         * src/gtk/colorlabel.c
5758                 Silent up a warning by avoiding possible confusion
5759                 in logical expression evaluation, thanks to TuxCM.
5761 2010-06-21 [iwkse]      3.7.6cvs10
5763         * src/gtk/quicksearch.c
5764                 Do not add into quicksearch history
5765                 matching rules with bad syntax
5767 2010-05-26 [holger]     3.7.6cvs9
5769         * src/summaryview.c
5770         * src/summaryview.h
5771                 Add function to select rows given a list of messages,
5772                 complementary to summary_get_selected_msg_list()
5774 2010-05-22 [mir]        3.7.6cvs8
5776         * src/ldapctrl.c
5777                 Fix bug 2208. Encode encrypted password to qouted
5778                 printable to avoid making invalid XML. Encoding
5779                 will be activated the first time the password is
5780                 changed.
5782 2010-05-22 [paul]       3.7.6cvs7
5784         * manual/advanced.xml
5785         * src/compose.c
5786         * src/prefs_common.c
5787         * src/prefs_common.h
5788                 after using the compose margin for several days
5789                 I wanted the old style back - add a new hidden
5790                 pref 'show_compose_margin' to restore the old
5791                 behaviour (defaults to FALSE)
5793 2010-05-14 [paul]       3.7.6cvs6
5795         * src/compose.c
5796                 add a margin to the compose window text that matches
5797                 the margin in textview
5799 2010-05-14 [colin]      3.7.6cvs5
5801         * src/gtk/sslcertwindow.c
5802                 Fix dangling pointer. Thanks to Michael R!
5804 2010-05-14 [colin]      3.7.6cvs4
5806         * src/gtk/sslcertwindow.c
5807                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
5808                 expired but certificate check is skipped' and maybe
5809                 bug 2200, 'SSL is not working with POP3'
5811 2010-05-14 [colin]      3.7.6cvs3
5813         * src/plugins/pgpinline/pgpinline.c
5814                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
5816 2010-05-04 [iwkse]      3.7.6cvs2
5818         * src/prefs_message.c
5819                         Get a generic name as 'Quotation' for
5820                         the frame
5822 2010-05-04 [iwkse]      3.7.6cvs1
5824         * src/prefs_message.c
5825         * src/prefs_common.h
5826         * src/prefs_common.c
5827         * src/textview.c
5828                         Fix #2188
5829                         Option for collapsing via double-click
5831 2010-05-01 [paul]       3.7.6
5832         * NEWS
5833         * README
5834         * RELEASE_NOTES 
5835                 3.7.6 unleashed!
5837 2010-05-01 [paul]       3.7.5cvs55
5839         * tools/claws.i18n.status.pl
5840                 add Ukrainian stat
5842 2010-05-01 [paul]       3.7.5cvs54
5844         * src/gtk/authors.h
5845                 add YUP, new Ukrainian translator
5847 2010-04-30 [paul]       3.7.5cvs53
5849         * configure.ac
5850         * po/uk.po
5851                 add Ukrainian translation, submitted by YUP
5852         * po/cs.po
5853         * po/de.po
5854         * po/fi.po
5855         * po/hu.po
5856         * po/nl.po
5857         * po/pt_BR.po
5858         * po/pt_PT.po
5859         * po/sk.po
5860                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
5861                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
5862                 Tiago Faria, and Slavko
5864 2010-04-26 [wwp]        3.7.5cvs52
5866         * po/fr.po
5867                 Fix capitalization.
5869 2010-04-26 [mones]      3.7.5cvs51
5871         * po/es.po
5872                 Updated for release
5874 2010-04-22 [pawel]      3.7.5cvs50
5876         * src/addressbook.c
5877                 fix compile warning
5878         * src/vcard.c
5879                 first NULL check pointer, then use it
5881 2010-04-22 [colin]      3.7.5cvs49
5883         * src/imap.c
5884                 Fix error message when session isn't established
5885         * po/fr.po
5886                 Update translation and fix a typo in it
5888 2010-04-15 [pawel]      3.7.5cvs48
5890         * src/prefs_account.c
5891                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
5892                                 the port isn't configured properly'
5893                 When using SSL/TLS tunneling automatically use default
5894                 ports for encrypted connections: smtps, pop3s, imaps, nntps
5896 2010-04-15 [pawel]      3.7.5cvs47
5898         * src/action.c
5899                 Fix crasher in actions using '%f' argument
5900                 on multiple files with external scripts which
5901                 don't return any output.
5903 2010-04-14 [colin]      3.7.5cvs46
5905         * src/mainwindow.c
5906                 Fix hand cursor after error symbol appears
5908 2010-04-12 [colin]      3.7.5cvs45
5910         * configure.ac
5911                 Fix bug 2162, 'configure check for libetpan 
5912                 fails with libetpan 1.0'
5915 2010-04-09 [mones]      3.7.5cvs44
5917         * manual/de/glossary.xml
5918                 Fix encoding to match main document's
5919                 Also fixes make dist with Debian's openjade
5921 2010-03-29 [pawel]      3.7.5cvs43
5923         * src/matcher_parser.h
5924         * src/matcher_parser_parse.y
5925         * src/gtk/quicksearch.c
5926                 Disable matcher warnings when populating quicksearch
5927                 completion lists on startup
5929 2010-03-27 [colin]      3.7.5cvs42
5931         * src/gtk/quicksearch.c
5932                 Fix double-free later in code. Optimize
5933                 list creation
5935 2010-03-27 [pawel]      3.7.5cvs41
5937         * src/compose.c
5938                 Make sure that quote ends with new line char
5940 2010-03-26 [pawel]      3.7.5cvs40
5942         * src/compose.c
5943         * src/compose.h
5944         * src/textview.c
5945                 Fix Bug 1928 Add "reply to this address" pop menu 
5946                              on Message View
5947                 - Set composing account to email one when creating/replying
5948                   from NNTP folder by clicking link or choosing option
5949                   from popup menu
5950                 - Factorize code
5952 2010-03-25 [paul]       3.7.5cvs39
5954         * src/gtk/gtkcmclist.c
5955                 Fix build with GTK+ 2.20
5957 2010-03-24 [pawel]      3.7.5cvs38
5959         * src/addr_compl.c
5960         * src/compose.c
5961         * src/folderview.c
5962         * src/grouplistdialog.c
5963         * src/headerview.c
5964         * src/mainwindow.c
5965         * src/mimeview.c
5966         * src/prefs_account.c
5967         * src/gtk/gtkcmclist.c
5968         * src/gtk/gtkcmctree.c
5969         * src/gtk/gtkcmoptionmenu.c
5970         * src/gtk/gtksctree.c
5971         * src/gtk/gtkshruler.c
5972         * src/gtk/gtkutils.c
5973         * src/gtk/gtkutils.h
5974         * src/gtk/gtkvscrollbutton.c
5975         * src/gtk/inputdialog.c
5976         * src/gtk/spell_entry.c
5977         * src/plugins/trayicon/trayicon.c
5978         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5979         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5980         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5981                 Fix build with GTK+ 2.19
5983 2010-03-23 [pawel]      3.7.5cvs37
5985         * src/mainwindow.c
5986         * src/mimeview.c
5987                 Respect view->show_col_headers option
5988         * src/gtk/gtkcmctree.c
5989                 Fix GtkCmcTree column width calculation when it has
5990                 auto_resize set and new node is added
5992 2010-03-22 [pawel]      3.7.5cvs36
5994         * src/grouplistdialog.c
5995         * src/prefs_common.c
5996         * src/prefs_common.h
5997                 - remember newsgroups list dialog size
5998                 - respect use_dotted_lines hidden pref
5999                 - respect use_stripes_everywhere hidden pref
6001 2010-03-21 [pawel]      3.7.5cvs35
6003         * src/addrgather.c
6004                 Remove superfluous gtk_widget_show_all()
6005         * src/mimeview.c
6006                 Add forgotten colon
6007         * src/common/utils.c
6008                 Return correct type
6010 2010-03-21 [pawel]      3.7.5cvs34
6012         * src/main.c
6013         * src/gtk/quicksearch.c
6014         * src/gtk/quicksearch.h
6015                 Implement separate search phrase completion for
6016                 normal/extended quicksearch
6018 2010-03-11 [paul]       3.7.5cvs33
6020         * po/zh_CN.po
6021                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6022                 submitted by Yuwei Yu
6024 2010-03-09 [colin]      3.7.5cvs32
6026         * manual/de/glossary.xml
6027                 Fix build
6029 2010-03-02 [colin]      3.7.5cvs31
6031         * manual/de/glossary.xml
6032                 Sort alphabetically. Done by Volker Ribbert.
6034 2010-03-02 [mones]      3.7.5cvs30
6036         * README
6037                 Fix mailing list archives location
6038                 Remove currently unavailable CVS webview
6040 2010-03-01 [iwkse]      3.7.5cvs29
6042         * src/common/plugin.c
6043                         Other indentation issues
6045 2010-03-01 [iwkse]      3.7.5cvs28
6047         * src/common/plugin.c
6048                         Fix indentation of the previous commit
6050 2010-03-01 [iwkse]      3.7.5cvs27
6052         * src/common/plugin.h
6053         * src/common/plugin.c
6054                         Add API for getting a loaded Plugin from the
6055                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
6056                         Thanks to Colin, Michael
6058 2010-02-27 [colin]      3.7.5cvs26
6060         * configure.ac
6061         * AUTHORS
6062         * src/gtk/authors.h
6063         * manual/Makefile.am
6064         * manual/de/Makefile.am
6065         * manual/de/account.xml
6066         * manual/de/ack.xml
6067         * manual/de/addrbook.xml
6068         * manual/de/advanced.xml
6069         * manual/de/claws-mail-manual.xml
6070         * manual/de/faq.xml
6071         * manual/de/glossary.xml
6072         * manual/de/gpl.xml
6073         * manual/de/handling.xml
6074         * manual/de/intro.xml
6075         * manual/de/keyboard.xml
6076         * manual/de/plugins.xml
6077         * manual/de/starting.xml
6078         * manual/de/dist/.cvsignore
6079         * manual/de/dist/Makefile.am
6080         * manual/de/dist/html/.cvsignore
6081         * manual/de/dist/html/Makefile.am
6082         * manual/de/dist/pdf/.cvsignore
6083         * manual/de/dist/pdf/Makefile.am
6084         * manual/de/dist/ps/.cvsignore
6085         * manual/de/dist/ps/Makefile.am
6086         * manual/de/dist/txt/.cvsignore
6087         * manual/de/dist/txt/Makefile.am
6088                 Add the german translation of the manual, done by
6089                 Volker Ribbert <thoraki@arcor.de>.
6091 2010-02-27 [holger]     3.7.5cvs25
6093         * src/prefs_toolbar.c
6094                 Don't make toolbar item description for
6095                 plugin registered items editable
6097 2010-02-26 [colin]      3.7.5cvs24
6099         * src/toolbar.c
6100                 Don't translate empty description
6102 2010-02-22 [colin]      3.7.5cvs23
6104         * src/compose.c
6105                 Don't make In-Reply-To visible when reediting
6106                 a draft or sent mail.
6108 2010-02-20 [colin]      3.7.5cvs22
6110         * src/imap.c
6111         * src/imap.h
6112         * src/main.c
6113         * src/mainwindow.c
6114         * src/etpan/imap-thread.c
6115         * src/etpan/imap-thread.h
6116         * src/etpan/nntp-thread.c
6117         * src/etpan/nntp-thread.h
6118                 When going offline from NetworkManager, just
6119                 delete IMAP connections. That'll avoid timeouts
6120                 when coming back online in certain cases when
6121                 the TCP socket will have timed out.
6123 2010-02-20 [holger]     3.7.5cvs21
6125         * .cvsignore
6126                 More files to ignore
6128 2010-02-17 [ticho]      3.7.5cvs20
6130         * src/summaryview.c
6131         * src/summaryview.h
6132         * src/toolbar.c
6133                 Revert 3.7.5cvs19.
6135 2010-02-16 [ticho]      3.7.5cvs19
6137         * src/summaryview.c
6138         * src/summaryview.h
6139         * src/toolbar.c
6140                 Removed unused argument from summary_open_row().
6142 2010-02-10 [pawel]      3.7.5cvs18
6144         * src/compose.c
6145                 - fix headers filtering when prefs_common.trans_hdr is on
6146                 - fix headers setting when changing composing account 
6147                 - plug memleak
6148         * src/prefs_template.c
6149                 Re-add template's name for translation
6151 2010-02-10 [colin]      3.7.5cvs17
6153         * src/prefs_matcher.c
6154                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6155                 Condition>Define>Header>Name combo box'. Patch by
6156                 Francois Cami
6158 2010-02-10 [colin]      3.7.5cvs16
6160         * src/codeconv.c
6161         * src/codeconv.h
6162         * src/compose.c
6163         * src/mainwindow.c
6164         * src/messageview.c
6165         * src/prefs_send.c
6166         * src/procmime.c
6167         * src/textview.c
6168                 Add the GB18030 Chinese charset, which is a superset
6169                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6171 2010-02-09 [holger]     3.7.5cvs15
6173         * configure.ac
6174                 GTK+ 2.10 related cleanup
6176 2010-02-09 [pawel]      3.7.5cvs14
6178         * src/prefs_account.c
6179         * src/prefs_folder_item.c
6180         * src/prefs_template.c
6181         * src/quote_fmt.c
6182                 Respect prefs_common.trans_hdr in couple more places to avoid
6183                 confusion with translated/non-translated header names
6185 2010-02-09 [colin]      3.7.5cvs13
6187         * po/POTFILES.in
6188                 Fix make dist
6190 2010-02-09 [colin]      3.7.5cvs12
6192         * src/mimeview.c
6193                 And fix 2.10 build :)
6195 2010-02-09 [colin]      3.7.5cvs11
6197         * configure.ac
6198                 Bump up GTK+ requirement to 2.10
6199         * src/Makefile.am
6200         * src/compose.c
6201         * src/crash.c
6202         * src/foldersel.c
6203         * src/main.c
6204         * src/mainwindow.c
6205         * src/messageview.c
6206         * src/messageview.h
6207         * src/prefs_actions.c
6208         * src/prefs_common.c
6209         * src/prefs_common.h
6210         * src/prefs_ext_prog.c
6211         * src/prefs_filtering_action.c
6212         * src/prefs_fonts.c
6213         * src/prefs_image_viewer.c
6214         * src/prefs_matcher.c
6215         * src/prefs_msg_colors.c
6216         * src/prefs_summaries.c
6217         * src/prefs_template.c
6218         * src/printing.c
6219         * src/printing.h
6220         * src/quote_fmt.c
6221         * src/summaryview.c
6222         * src/textview.c
6223         * src/gtk/Makefile.am
6224         * src/gtk/about.c
6225         * src/gtk/gtkcmclist.c
6226         * src/gtk/gtkcmctree.c
6227         * src/gtk/gtkutils.c
6228         * src/gtk/quicksearch.c
6229                 Remove all compile-time conditionals depending on
6230                 GTK+ < 2.10
6231         * src/gedit-print.c
6232         * src/gedit-print.h
6233         * src/gtk/gtksourceprintjob.c
6234         * src/gtk/gtksourceprintjob.h
6235                 Remove libgnomeprint-based printing system (and
6236                 command-line-based printing system) as GTK+ 2.10
6237                 ships with print support.
6239 2010-02-08 [mir]        3.7.5cvs10
6241         * src/compose.c
6242             Avoid displaying Bcc headers in message sent
6243             to NNTP servers. Thanks to Henning Mersch.
6246 2010-02-08 [pawel]      3.7.5cvs9
6248         * src/mimeview.c
6249                 Make tooltips less cryptic
6250         * src/gtk/description_window.c
6251                 Improve window size calculation
6253 2010-02-08 [pawel]      3.7.5cvs8
6255         * src/compose.c
6256         * src/compose.h
6257         * src/common/utils.c
6258         * src/common/utils.h
6259         * src/gtk/authors.h
6260                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6261                 Patch by Laurent Bigonville with slight modifications
6263 2010-02-03 [pawel]      3.7.5cvs7
6265         * m4/.cvsignore
6266                 Add some libtool files to ignore
6268 2010-02-03 [pawel]      3.7.5cvs6
6270         * src/plugins/trayicon/trayicon.c
6271                 Save and then restore focus when closing/minimizing to tray
6273 2010-02-03 [mir]        3.7.5cvs5
6275         * src/addrindex.c
6276         * src/editldap.c
6277         * src/ldapctrl.c
6278         * src/ldapctrl.h
6279         * src/ldapquery.c
6280         * src/ldapupdate.c
6281             Save LDAP password encrypted. See bug 2113.
6284 2010-02-03 [colin]      3.7.5cvs4
6286         * src/privacy.c
6287                 Fix again decoding of encrypted parts. The
6288                 reverting of the patch was wrong, as the
6289                 double-decoding was fixed in smime itself.
6290                 Thanks to Matthias Drochner again...
6292 2010-02-02 [colin]      3.7.5cvs3
6294         * src/plugins/smime/smime.c
6295         * src/privacy.c
6296                 Revert 3.7.4cvs2 and make a better patch for bug
6297                 2059 and 2076. Patch by Matthias Drochner
6299 2010-01-31 [pawel]      3.7.5cvs2
6301         * src/gtk/authors.h
6302                 Fix hungarian translator's name
6304 2010-01-31 [pawel]      3.7.5cvs1
6306         * src/messageview.c
6307         * src/mimeview.c
6308                 Fix Bug 2107 - Arrow keys don't work in message view window
6310 2010-01-31 [paul]       3.7.5
6312         * NEWS
6313         * README
6314         * RELEASE_NOTES 
6315                 3.7.5 released!
6317 2010-01-23 [pawel]      3.7.4cvs10
6319         * src/addressbook.c
6320                 Fix button sensitivity in compose mode
6322 2010-01-23 [pawel]      3.7.4cvs9
6324         * commitHelper
6325         * tools/kdeservicemenu/install.sh
6326         * tools/make.themes.project
6327         * tools/nautilus2claws-mail.sh
6328         * tools/popfile-link.sh
6329         * tools/textviewer.sh
6330                 Not all systems have bash installed in /bin, use env(1) to find
6331                 it`s location
6333 2010-01-22 [pawel]      3.7.4cvs8
6335         * src/prefs_account.c
6336         * src/prefs_filtering.c
6337         * src/prefs_send.c
6338         * src/gtk/colorlabel.c
6339                 Add some separators in combos
6341 2010-01-22 [pawel]      3.7.4cvs7
6343         * autogen.sh
6344                 --disable-aspell -> --disable-enchant
6345         * configure.ac
6346                 Fix options spacing in configure --help
6347         * src/wizard.c
6348                 Make wizard's window centered on the screen
6350 2010-01-19 [holger]     3.7.4cvs6
6352         * src/folder.c
6353         * src/folder.h
6354                 Introduce folder_get_item_from_identifier().
6355                 In contrast to folder_find_item_from_identifier(), this
6356                 function recursively creates the FolderItems in the id path.
6357                 Useful for programmatically creating folders (e.g. by plugins)
6359 2010-01-17 [pawel]      3.7.4cvs5
6361         * src/gtk/authors.h
6362                 Fix my lastname
6364 2010-01-16 [colin]      3.7.4cvs4
6366         * src/plugins/pgpcore/sgpgme.c
6367                 Probably fix bug 2098, 'claws-mails crashes frequently 
6368                 with pgpcore'. Fix double-free.
6370 2010-01-16 [holger]     3.7.4cvs3
6372         * src/prefs_toolbar.h
6373                 Forgotten header
6375 2010-01-15 [colin]      3.7.4cvs2
6377         * src/privacy.c
6378                 Decode mimeinfo before decrypting it. Probably
6379                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
6380                 with S/MIME encryption' and bug 2076 'having 
6381                 worked 2 times properly CLAWS ceased to 
6382                 decrypt incoming PGP mails -displays base64 
6383                 instead - sucks completely'
6384                 Let's hope complete suckage ends here!
6385                 Thanks to Matthias Drochner.
6387 2010-01-08 [paul]       3.7.4cvs1
6389         * tools/claws.i18n.status.pl
6390                 fix typos
6392 2010-01-08 [paul]       3.7.4
6394         * NEWS
6395         * README
6396         * RELEASE_NOTES 
6397                 3.7.4 released!
6399 2010-01-08 [paul]       3.7.3cvs57
6401         * po/ca.po
6402         * po/cs.po
6403         * po/de.po
6404         * po/fi.po
6405         * po/hu.po
6406         * po/id.po
6407         * po/ja.po
6408         * po/nl.po
6409         * po/pt_BR.po
6410         * po/pt_PT.po
6411         * po/ru.po
6412         * po/sk.po
6413                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6414                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6415                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6416                 Slavko
6418 2010-01-08 [paul]       3.7.3cvs56
6420         * src/common/utils.c
6421                 fix bug 2089, 'URLs ending with an underscore ('_')
6422                 are not correctly parsed'. thanks to Johan
6424 2010-01-05 [colin]      3.7.3cvs55
6426         * po/fr.po
6427                 Update french translation
6429 2010-01-04 [mones]      3.7.3cvs54
6431         * po/es.po
6432                 Update Spanish translation
6434 2010-01-04 [mones]      3.7.3cvs53
6436         * manual/plugins.xml
6437                 Some format
6438         * manual/es/claws-mail-manual.xml
6439         * manual/es/intro.xml
6440         * manual/es/plugins.xml
6441                 Synchronise with English version
6443 2010-01-03 [paul]       3.7.3cvs52
6445         * ChangeLog
6446                 fix format
6447         * src/gtk/authors.h
6448                 update TEAM_LIST, fix encoding
6450 2010-01-03 [mir]        3.7.3cvs51
6452         * src/compose.c
6453                 When composing to a NNTP list TO: will always be preset
6454                 to the NNTP list unless user has chosen some other default
6455                 in which case we will handle this the normal way. Therefore
6456                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6458 2010-01-01 [paul]       3.7.3cvs50
6460         * src/gtk/about.c
6461                 bump copyright year whilst it's in mind
6463 2009-12-31 [paul]       3.7.3cvs49
6465         * manual/claws-mail-manual.xml
6466         * manual/intro.xml
6467         * manual/plugins.xml
6468                 fix links so that they make sense in the context of the
6469                 text version of the manual
6471 2009-12-31 [paul]       3.7.3cvs48
6473         * manual/intro.xml
6474         * manual/plugins.xml
6475                 updates, improvements, corrections, additions
6477 2009-12-29 [pawel]      3.7.3cvs47
6479         * src/prefs_filtering_action.c
6480                 Fix Bug 2082 'Wrong color rectangle position when replacing
6481                 "color" processing rule'
6483 2009-12-29 [colin]      3.7.3cvs46
6485         * src/compose.c
6486                 Fix bug 2074, 'Remember sending account 
6487                 for sent messages'
6489 2009-12-20 [holger]     3.7.3cvs45
6491         * src/compose.c
6492                 Delay CREATED_HOOKLIST invokation until
6493                 after the modifications to the compose window
6494                 are done, to allow hooks to further modify the
6495                 window without getting overridden again
6497 2009-12-20 [holger]     3.7.3cvs44
6499         * src/prefs_toolbar.h
6500                 Fix last commit
6502 2009-12-20 [holger]     3.7.3cvs43
6504         * src/prefs_toolbar.c
6505         * src/prefs_toolbar.h
6506         * src/toolbar.c
6507                 Pass window struct to caller
6509 2009-12-20 [holger]     3.7.3cvs42
6511         * src/compose.c
6512         * src/compose.h
6513                 Add hooklist after creation of a compose window
6515 2009-12-19 [holger]     3.7.3cvs41
6517         * src/prefs_toolbar.c
6518         * src/prefs_toolbar.h
6519         * src/toolbar.c
6520                 Allow plugins to choose to which toolbar they want
6521                 to add actions (main window, compose window, or message view)
6523 2009-12-19 [paul]       3.7.3cvs40
6525         * src/statusbar.c
6526                 fix statusbar in GTK+ 2.19.1
6528 2009-12-10 [pawel]      3.7.3cvs39
6530         * src/compose.c
6531                 Better fix for cvs28 regression
6533 2009-12-10 [iwkse]      3.7.3cvs38
6535         * src/compose.c
6536             Fix some indentation
6538 2009-12-10 [iwkse]      3.7.3cvs37
6540         * src/compose.c
6541             Add missing checks for gtkaspell: avoid
6542             crashing in some cases when Enchant is 
6543             enabled but the spell checker is disabled 
6544             in preferences.
6546 2009-12-09 [colin]      3.7.3cvs36
6548         * src/compose.c
6549                 Fix leak and unchecked accesses.
6551 2009-12-09 [mir]        3.7.3cvs35
6553         * src/compose.c
6554         Fix Bug 2072 "template at folder properties is not working"
6555         introduced in cvs24.
6557 2009-12-08 [pawel]      3.7.3cvs34
6559         * src/compose.c
6560                 When 'Reply All' remove current compose address from
6561                 Cc/Bcc list - fix for regression introduced in cvs28
6563 2009-12-05 [pawel]      3.7.3cvs33
6565         * src/messageview.c
6566                 Fix memory management, duh!
6568 2009-12-04 [pawel]      3.7.3cvs32
6570         * src/messageview.c
6571                 Use case insensitive comparison in search for
6572                 duplicate urls
6573         * src/uri_opener.c
6574                 Refresh scrollbars on every window open
6576 2009-12-04 [pawel]      3.7.3cvs31
6578         * src/compose.c
6579                 Highlight misspelled words when applying template and
6580                 check_while_typing option is on
6582 2009-12-03 [pawel]      3.7.3cvs30
6584         * src/compose.c
6585                 Highlight misspelled words in text inserted from file(s)
6586                 or pasted to message body when check_while_typing
6587                 options is on
6589 2009-12-02 [pawel]      3.7.3cvs29
6591         * src/compose.c
6592                 Revert first part of previous commit
6594 2009-12-02 [pawel]      3.7.3cvs28
6596         * src/compose.c
6597                 Fix Bug 2055 "duplicate mailing list reply if
6598                 List-Post + Reply-To present"
6599                 - Ignore Reply-To if answering to ML
6600                 - Improve parsing of List-Post header
6602 2009-12-02 [pawel]      3.7.3cvs27
6604         * src/compose.c
6605         * src/compose.h
6606                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6607                 email had user in "From" and "CC"
6608                 Don't allow duplicate addresses in compose window headers
6610 2009-12-02 [mones]      3.7.3cvs26
6612         * manual/intro.xml
6613         * manual/es/intro.xml
6614         * manual/fr/intro.xml
6615         * manual/it/intro.xml
6616         * manual/pl/intro.xml
6617                 Make URL to point current site
6619 2009-12-01 [holger]     3.7.3cvs25
6621         * src/summaryview.c
6622         * src/summaryview.h
6623                 Introduce new drag type "claws-mail/msg-path-list" for
6624                 drag'n'drop of a message selection from the summaryview
6625                 into other applications. The drag data gets set to the
6626                 folder-item-id followed by message ids, separated by newlines.
6627                 This enables other applications to back-link to Claws Mail
6628                 via a "claws-mail --select" call after they received a drop.
6630 2009-11-30 [mir]        3.7.3cvs24
6632         * src/compose.c
6633            Place cursor in compose window according to provided input
6634            If to: is present place cursor in subject field and if both
6635            to: and subject: is present place cursor in body. If body: is
6636            present insert a new line after text and place cursor there.
6638 2009-11-27 [mones]      3.7.3cvs23
6640         * src/gtk/quicksearch.c
6641                 Allow viewing longer expressions if there's space
6643 2009-11-25 [holger]     3.7.3cvs22
6645         * Makefile.am
6646         * src/common/Makefile.am
6647         * src/common/utils.c
6648         * src/common/utils.h
6649                 Add a function to query the
6650                 filepath of the .desktop file
6652 2009-11-25 [colin]      3.7.3cvs21
6654         * src/imap.c
6655                 Fix bug 2063, 'glib assertion in GRelation use in 
6656                 imap.c'
6658 2009-11-24 [pawel]      3.7.3cvs20
6660         * src/common/utils.c
6661                 Fix Bug 2053 'Inconsistent application of Coloration 
6662                 of Message text'
6663                 Don't allow '<' character between quotation marks
6665 2009-11-21 [holger]     3.7.3cvs19
6667         * src/printing.c
6668                 Modify cairo clip handling in preview windows,
6669                 to prevent print preview windows from being blank
6670                 with GTK+ 2.18. Follow recommendation of the GTK+
6671                 documentation (section "Migrating to client side windows")
6672                 and create a new cairo context for each expose event.
6674 2009-11-19 [pawel]      3.7.3cvs18
6676         * Makefile.am
6677                 complete 3.7.3cvs15 so install is DESTDIR safe
6678                 remove icons with changed names on uninstall
6680 2009-11-18 [pawel]      3.7.3cvs17
6682         * src/news_gtk.c
6683                 remove unneeded and code-duplicating function
6685 2009-11-18 [pawel]      3.7.3cvs16
6687         * src/news_gtk.c
6688                 Fix Bug 2057 'Claws mail does not keep renamed names
6689                 of nntp-subscribed groups'
6690                 Check for already subscribed group using item->path for group
6691                 comparision as folders item->path != item->name may be truth 
6692                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6694 2009-11-17 [pawel]      3.7.3cvs15
6696         * Makefile.am
6697                 Fix Bug 2049 'some icons not copied?'
6698                 Install additional 64x64 and 128x128 icons
6700 2009-11-17 [holger]     3.7.3cvs14
6702         * src/prefs_toolbar.c
6703         * src/prefs_toolbar.h
6704         * src/toolbar.c
6705         * src/toolbar.h
6706                 Allow plugins to register toolbar items
6708 2009-11-11 [pawel]      3.7.3cvs13
6710         * src/addressbook.c
6711         * src/compose.c
6712         * src/compose.h
6713         * src/filtering.c
6714                 Fix Bug 1867 Changing account does not change BCC address
6715                 Set account specific headers when changing account
6716                 in compose window.
6718 2009-11-07 [colin]      3.7.3cvs12
6720         * src/gtk/prefswindow.c
6721                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6722                 Patch by Pawel
6724 2009-11-07 [colin]      3.7.3cvs11
6726         * src/gtk/spell_entry.c
6727                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6728                 Patch by Pawel Pekala
6730 2009-10-27 [colin]      3.7.3cvs10
6732         * src/folder.c
6733                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6734                 Don't try to check whether the folder is up-to-date if
6735                 the folder class doesn't implement set_mtime, as we don't
6736                 care in this case. This code exists since a long time, but
6737                 the bug was triggered by more scanning of queue folders 
6738                 since recently (when we added \Deleted handling).
6740 2009-10-27 [colin]      3.7.3cvs9
6742         * src/mainwindow.c
6743                 Try to fix registering as default client
6744                 on windows 7
6746 2009-10-21 [wwp]        3.7.3cvs8
6748         * src/common/utils.c
6749                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6751 2009-10-21 [wwp]        3.7.3cvs7
6753         * src/common/utils.c
6754                 Don't core dump when attempting to insert a non-existing
6755                 file using a mailto: uri (g_error does core dump).
6757 2009-10-20 [colin]      3.7.3cvs6
6759         * src/common/utils.c
6760                 Don't g_error on normal warnings...
6762 2009-10-20 [colin]      3.7.3cvs5
6764         * src/plugins/pgpcore/sgpgme.c
6765                 Fix bug 1996, 'S/MIME key not selected'
6766                 Check for S/MIME certs too
6768 2009-10-20 [colin]      3.7.3cvs4
6770         * src/common/w32lib.h
6771                 Fix win32 build on latest mingw32
6773 2009-10-20 [colin]      3.7.3cvs3
6775         * src/exportldif.c
6776         * src/ldif.c
6777         * src/ldif.h
6778                 Fix LDIF export. Patch by Michael Rasmussen
6780 2009-10-18 [paul]       3.7.3cvs2
6782         * tools/claws.i18n.status.pl
6783                 increase the value of $transolddays since we're relasing less
6784                 often now.
6785                 rework the en_GB.po hack so that en_GB is always 100% translated
6786                 and recently updated
6788 2009-10-17 [paul]       3.7.3cvs1
6790         * src/prefs_account.c
6791         * src/prefs_compose_writing.c
6792         * src/prefs_receive.c
6793         * src/prefs_summaries.c
6794         * src/prefs_wrapping.c
6795                 reword a few labels. (this incorporates everything
6796                 that seemed worthwhile from bug 2020)
6797         * src/prefs_customheader.c
6798                 use a 'Browse' button instead of button with
6799                 label 'From file...'
6801 2009-10-12 [colin]
6803         * CVS repository change
6805 2009-10-09 [paul[       3.7.3
6807         version 3.7.3 unleashed!!
6809 2009-10-07 [paul]       3.7.2cvs49
6811         * src/folderview.c
6812         * src/folderview.h
6813         * src/mainwindow.c
6814                 fix  Bug 1994 -  Changing colors required restart.
6815                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
6816                 more accurate folderview_reinit_fonts()
6818 2009-10-07 [paul]       3.7.2cvs48
6820         * src/addrgather.c
6821         * src/prefs_common.c
6822         * src/prefs_common.h
6823                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
6824                 patch by Pawel Pekala
6826 2009-10-07 [paul]       3.7.2cvs47
6828         * po/cs.po
6829         * po/de.po
6830         * po/hu.po
6831         * po/id.po
6832         * po/ja.po
6833         * po/pt_BR.po
6834                 updated by David Vachulka, Stephan Sachse and Marc Arens,
6835                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
6836                 Goncalves Guimaraes
6838 2009-10-06 [colin]      3.7.2cvs46
6840         * po/fr.po
6841                 French translation update
6843 2009-10-05 [paul]       3.7.2cvs45
6845         * src/printing.c
6846                 enable Page Size and Orientation in the print dialog,
6847                 GTK+ >= 2.18.x only. Patch by Mark__T
6849 2009-10-05 [paul]       3.7.2cvs44
6851         * src/prefs_summaries.c
6852                 fix label, startup --> start-up, to match other uses of the
6853                 term
6855 2009-10-05 [paul]       3.7.2cvs43
6857         * po/pl.po
6858                 updated by Emilian Nowak
6860 2009-10-03 [colin]      3.7.2cvs42
6862         * src/mimeview.c
6863         * src/noticeview.c
6864         * src/gtk/gtkcmclist.c
6865         * src/gtk/gtkvscrollbutton.c
6866         * src/gtk/logwindow.c
6867                 GTK+ 2.18 fixes:
6868                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
6869                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
6870                 Fix warning at start
6872 2009-09-28 [colin]      3.7.2cvs41
6874         * src/matcher.c
6875         * src/mimeview.c
6876         * src/prefs_folder_item.c
6877                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
6879 2009-09-28 [colin]      3.7.2cvs40
6881         * src/prefs_summaries.c
6882         * src/gtk/sslcertwindow.c
6883                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
6884                 shows up garbled in GUI'. Patch by Pawel Pekala
6886 2009-09-24 [iwkse]      3.7.2cvs39
6888         * configure.ac
6889             That's only for statistics, of course :)
6891 2009-09-24 [iwkse]      3.7.2cvs38
6893         * configure.ac
6894             ...
6896 2009-09-24 [iwkse]      3.7.2cvs37
6898         * configure.ac
6899             Revert unwanted change
6901 2009-09-24 [iwkse]      3.7.2cvs36
6903         * src/action.c
6904             Fix issue with filtering actions and 
6905             parsed parameters
6907 2009-09-20 [mones]      3.7.2cvs35
6909         * tools/convert_mbox.pl
6910                 Add -R flag to support recursive conversions
6911                 of arbitrary Evolution mail folders, based on
6912                 bash script by Daniel Dickinson (fixes debian 
6913                 bug #461435) 
6914         * tools/popfile-link.sh
6915                 Set required shell for script (fixes debian 
6916                 bug #530057)
6918 2009-09-16 [colin]      3.7.2cvs34
6920         * src/main.c
6921                 Go grab files in /etc/skel if they exist
6922                 at first startup 
6924 2009-09-15 [colin]      3.7.2cvs33
6926         * src/procmime.c
6927                 Complete 3.7.1cvs42: only output directly to
6928                 final file if we get NULL byes at the start.
6929                 Still fixes saving UTF16 files, but also
6930                 fixes displaying Base64 parts with decoding
6931                 errors (parts without errors get displayed)
6933 2009-09-14 [colin]      3.7.2cvs32
6935         * src/matcher.c
6936         * src/matcher.h
6937         * src/matcher_parser_parse.y
6938         * src/prefs_matcher.c
6939                 Add 'has_attachment' and 'signed' matcher
6940                 expressions. Patch by Aleksei Miheev, fixes
6941                 bug 1997. 
6943 2009-09-14 [colin]      3.7.2cvs31
6945         * src/common/utils.c
6946                 Add "Re :" prefix from french Yahoo mail.
6947                 Patch by Didier Barvaux, fixes bug 1999
6949 2009-09-10 [mones]      3.7.2cvs30
6951         * manual/plugins.xml
6952                 Fix sites supported by SpamReport
6953         * manual/es/plugins.xml
6954                 Synchronise Spanish manual
6956 2009-09-07 [holger]     3.7.2cvs29
6958         * Makefile.am
6959                 Also update the icon cache on uninstall.
6960                 This prevents possible problems when Claws Mail was
6961                 uninstalled and installed again into a different location,
6962                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
6963                 and the blog post linked therein
6965 2009-09-07 [paul]       3.7.2cvs28
6967         * src/prefs_toolbar.c
6968                 when updating the main toolbar icons just update
6969                 the main toolbar (and consequently fix a bug where
6970                 folderview icons would disappear)
6972 2009-08-30 [holger]     3.7.2cvs27
6974         * src/compose.c
6975                 Do case-insensitive comparison against
6976                 header names when extracting recipients
6977                 from composed mails
6979 2009-08-23 [colin]      3.7.2cvs26
6981         * src/mbox.c
6982                 Probably fix RH bug 512024, " folder.c:3543 
6983                 Condition msglist != NULL failed"
6985 2009-08-23 [colin]      3.7.2cvs25
6987         * src/prefs_compose_writing.c
6988                 Make the maximum size warning bigger. Patch
6989                 by Didier Barvaux on bug 1986.
6991 2009-08-21 [colin]      3.7.2cvs24
6993         * src/compose.c
6994                 Previous commit: move the function into compose_insert_file
6995                 so that it's also used on drag-n-drop
6997 2009-08-21 [colin]      3.7.2cvs23
6999         * src/compose.c
7000                 Fix scrolling when adding an header
7002 2009-08-21 [colin]      3.7.2cvs22
7004         * src/compose.c
7005         * src/prefs_common.c
7006         * src/prefs_common.h
7007         * src/prefs_compose_writing.c
7008         * src/common/utils.c
7009                 Fix bug 1986, "New feature: warn user when inserting 
7010                 a large file in the message body". Patch by Didier
7011                 Barvaux
7013 2009-08-21 [colin]      3.7.2cvs21
7015         * AUTHORS
7016         * src/gtk/authors.h
7017         * src/common/utils.c
7018                 Fix bug 1984: Add R�f. : reply prefix (french 
7019                 Lotus Notes); patch by Didier Barvaux
7021 2009-08-21 [colin]      3.7.2cvs20
7023         * src/codeconv.c
7024         * src/codeconv.h
7025                 Fix bug 1969, 'Bad guess for outgoing encoding'
7026                 Make sure the specific converters (japanese in
7027                 this case) can return success/error in strict
7028                 mode, instead of silently failing back to 
7029                 strncpy
7031 2009-08-20 [holger]     3.7.2cvs19
7033         * src/compose.c
7034         * src/compose.h
7035                 Make it possible for code outside
7036                 compose (e.g. plugins) to attach files
7038 2009-08-20 [colin]      3.7.2cvs18
7040         * src/main.c
7041                 Fix crash when accessing IMAP soon
7043 2009-08-18 [colin]      3.7.2cvs17
7045         * src/ldapquery.c
7046                 Maybe fix crash on non-existent LDAP server
7048 2009-08-04 [colin]      3.7.2cvs16
7050         * src/toolbar.c
7051                 Fix toolbar's spacing that breaks dark
7052                 themes (patch from http://blogs.igalia.com/aperez/
7053                 2009/07/making-claws-mail-look-better/)
7055 2009-07-28 [colin]      3.7.2cvs15
7057         * src/account.c
7058         * src/addrcustomattr.c
7059         * src/addressadd.c
7060         * src/addressbook_foldersel.c
7061         * src/addrgather.c
7062         * src/browseldap.c
7063         * src/compose.c
7064         * src/editbook.c
7065         * src/editgroup.c
7066         * src/editjpilot.c
7067         * src/editldap.c
7068         * src/editldap_basedn.c
7069         * src/edittags.c
7070         * src/editvcard.c
7071         * src/exphtmldlg.c
7072         * src/expldifdlg.c
7073         * src/export.c
7074         * src/foldersel.c
7075         * src/import.c
7076         * src/importldif.c
7077         * src/importmutt.c
7078         * src/importpine.c
7079         * src/prefs_actions.c
7080         * src/prefs_customheader.c
7081         * src/prefs_display_header.c
7082         * src/prefs_filtering.c
7083         * src/prefs_folder_column.c
7084         * src/prefs_matcher.c
7085         * src/prefs_summary_column.c
7086         * src/prefs_summary_open.c
7087         * src/prefs_template.c
7088         * src/textview.c
7089         * src/uri_opener.c
7090                 Fix bug 1950, 'Program freeze up during folder selection'
7091                 Don't leave hidden windows modal
7093 2009-07-28 [colin]      3.7.2cvs14
7095         * src/ldapquery.c
7096                 Fix bug 1957, 'LDAP errs out after searching too 
7097                 many search bases'
7099 2009-07-28 [colin]      3.7.2cvs13
7101         * src/summaryview.c
7102                 Fix bug 1966, '"Collapse all threads" slower than 
7103                 "Expand all threads"'
7105 2009-07-28 [colin]      3.7.2cvs12
7107         * src/common/session.c
7108                 Fix bug 1967, 'Claws gets stuck after accepting 
7109                 a certificate warning dialog'
7111 2009-07-19 [paul]       3.7.2cvs11
7113         * manual/plugins.xml
7114                 a few small changes to the English
7116 2009-07-18 [mones]      3.7.2cvs10
7118         * manual/plugins.xml
7119                 Add new bsfilter and fancy plugins to the docs
7120                 and a note about dealing with plugins of the same class
7121         * src/prefs_account.c
7122                 Fix extra space at the end typo
7124 2009-07-16 [colin]      3.7.2cvs9
7126         * src/summaryview.c
7127                 Fix wrong return without unlocking; thanks
7128                 to mupuf_
7130 2009-07-14 [colin]      3.7.2cvs8
7132         * src/imap.c
7133                 Fix bug 1954, 'Segfault on reading wrong STATUS'
7135 2009-07-10 [colin]      3.7.2cvs7
7137         * src/plugins/pgpcore/plugin.def
7138         * src/common/utils.h
7139                 Fix windows port
7141 2009-07-10 [colin]      3.7.2cvs6
7143         * src/prefs_display_header.c
7144                 Fix bug 1951, 'C-Mail dumps core when editing 
7145                 displayed headers'. Patch by Alexey Rusakov
7147 2009-07-10 [colin]      3.7.2cvs5
7149         * src/folderview.c
7150                 Fix bug 1952, 'Deleted mails in Queue folder 
7151                 highlight it'.
7153 2009-07-09 [colin]      3.7.2cvs4
7155         * src/gtk/spell_entry.c
7156                 Fix bug 1949, 'Spell checker doesn't recognise 
7157                 certain word in Subject header, but does in 
7158                 message body'. Patch by Pawel Pekala.
7160 2009-07-09 [paul]       3.7.2cvs3
7162         * configure.ac
7163                 use pkgconfig to check for the minimum required
7164                 version of GnuTLS
7166 2009-07-06 [colin]      3.7.2cvs2
7168         * src/prefs_customheader.c
7169                 Fix build failure
7171 2009-07-04 [paul]       3.7.2cvs1
7173         * tools/claws.i18n.status.pl
7174                 updated
7176 2009-07-03 [paul]       3.7.2
7178         * NEWS
7179         * README
7180         * RELEASE_NOTES 
7181                 3.7.2 released!
7183 2009-07-03 [paul]       3.7.1cvs85
7185         * AUTHORS
7186         * configure.ac
7187         * po/pt_PT.po
7188         * po/sk.po
7189         * src/gtk/authors.h
7190                 added new translations by Tiago Faria and Slavko
7191         * po/bg.po
7192         * po/cs.po
7193         * po/de.po
7194         * po/es.po
7195         * po/fi.po
7196         * po/fr.po
7197         * po/hu.po
7198         * po/id.po
7199         * po/it.po
7200         * po/ja.po
7201         * po/pt_BR.po
7202         * po/ru.po
7203                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7204                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7205                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7206                 Goncalves Guimaraes, Aleksei Miheev
7208 2009-07-01 [colin]      3.7.1cvs84
7210         * src/prefs_common.c
7211                 Fix bug 1940, 'Doesn't open links in 
7212                 user's default browser'. Turn the preference
7213                 to TRUE by default; that will only change the
7214                 behaviour for new users.
7216 2009-06-29 [colin]      3.7.1cvs83
7218         * src/filtering.c
7219         * src/filtering.h
7220         * src/prefs_filtering_action.c
7221                 Fix bug 1935, 'problems with very long filtering actions':
7222                 Use a dynamic buffer in action to string, and a bigger
7223                 buffer in string to action
7225 2009-06-29 [colin]      3.7.1cvs82
7227         * src/matcher_parser_lex.l
7228                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7230 2009-06-29 [colin]      3.7.1cvs81
7232         * src/addressbook.c
7233                 Fix warnings
7234         * src/editgroup.c
7235                 Fix crash (out-of-bounds tree column)
7236         * src/gtk/gtkcmctree.c
7237         * src/gtk/gtksctree.c
7238                 Prevent using an out-of-bounds tree column
7240 2009-06-29 [colin]      3.7.1cvs80
7242         * src/ldapupdate.c
7243         * src/ldif.c
7244                 Leak fixes; patch by Pawel Pekala.
7246 2009-06-26 [colin]      3.7.1cvs79
7248         * src/summaryview.c
7249                 Sort by msgnum if dates are equal
7251 2009-06-24 [paul]       3.7.1cvs78
7253         * src/summaryview.c
7254                 make some (forgotten) strings translatable
7256 2009-06-19 [colin]      3.7.1cvs77
7258         * src/summaryview.c
7259                 Fix menu sensitiveness
7261 2009-06-18 [colin]      3.7.1cvs76
7263         * configure.ac
7264         * src/plugins/pgpcore/sgpgme.c
7265         * src/plugins/pgpcore/sgpgme.h
7266         * src/plugins/pgpmime/mypgpcore.def
7267         * src/plugins/pgpmime/pgpmime.c
7268         * src/plugins/smime/mypgpcore.def
7269         * src/plugins/smime/smime.c
7270                 Use largefile support (and stop using our old GPGME
7271                 hack on gpgme_data_seek/rewind)
7272                 (See 1.9.12cvs44 to 46 - if this breaks things we 
7273                 should soon know :)
7275 2009-06-13 [colin]      3.7.1cvs75
7277         * src/gtk/spell_entry.c
7278                 Fix assertion. We can put a NULL gtkaspell to
7279                 an entry; it just means it won't be spell-checked.
7281 2009-06-12 [mones]      3.7.1cvs74
7283         * src/compose.c
7284         * src/messageview.c
7285         * src/prefs_account.c
7286         * src/prefs_account.h
7287         * src/common/utils.c
7288         * src/common/utils.h
7289                 Added preference to use account address in generated
7290                 Message-Id. Fixes Debian bug #531052
7292 2009-06-12 [colin]      3.7.1cvs73
7294         * src/common/ssl.c
7295                 Better fix, API-compatible with libgnutls13
7297 2009-06-12 [colin]      3.7.1cvs72
7299         * src/common/ssl.c
7300                 Use compatibility mode in GnuTLS, and avoid problems with 
7301                 servers that don't comply 100% with the spec, but still
7302                 exist.
7304 2009-06-06 [iwkse]      3.7.1cvs71
7306         * src/compose.c
7307                 Ops..revert a mix with another patch
7309 2009-06-06 [iwkse]      3.7.1cvs70
7311         * src/compose.c
7312                 A better fix for the previous commit's issue
7314 2009-06-06 [iwkse]      3.7.1cvs69
7316         * src/compose.c
7317                 Fix shutting down of Claws Mail while a GTK_Return keypress 
7318                 event is sent to the Attach property window
7320 2009-06-05 [colin]      3.7.1cvs68
7322         * src/compose.c
7323                 Fix build on GTK+ 2.6
7325 2009-06-03 [mones]      3.7.1cvs67
7327         * tools/make.themes.project
7328                 Oops! fix header, sorry Paul ;-)
7330 2009-06-03 [mones]      3.7.1cvs66
7332         * tools/make.themes.project
7333                 Add support for PNG themes and other
7334                 fixes i don't remember now... :)
7336 2009-06-02 [colin]      3.7.1cvs65
7338         * src/compose.c
7339         * src/prefs_template.c
7340         * src/quote_fmt.c
7341                 Fix error messages in templates, and fix their
7342                 checking
7344 2009-05-22 [colin]      3.7.1cvs64
7346         * src/compose.c
7347                 And remove hbox too
7349 2009-05-22 [colin]      3.7.1cvs63
7351         * src/compose.c
7352                 Fix phantom button behind entry when
7353                 changing fields via Tools/Reply mode.
7355 2009-05-22 [colin]      3.7.1cvs62
7357         * src/compose.c
7358                 Fix icon size
7360 2009-05-21 [mones]      3.7.1cvs61
7362         * src/compose.c
7363         * src/compose.h
7364                 Add button to empty header lines with one click
7366 2009-05-21 [paul]       3.7.1cvs60
7368         * src/mainwindow.c
7369         * src/mainwindow.h
7370         * src/plugins/trayicon/trayicon.c
7371                 when quitting from the trayicon, honour
7372                 prefs_common.clean_on_exit
7374 2009-05-21 [paul]       3.7.1cvs59
7376         * src/gtk/Makefile.am
7377                 remove duplicate entry
7378                 thanks to Charles A Edwards
7380 2009-05-19 [paul]       3.7.1cvs58
7382         * src/send_message.c
7383                 clear progressbar in the statusbar on 'Cancel'
7385 2009-05-16 [colin]      3.7.1cvs57
7387         * AUTHORS
7388         * src/gtk/authors.h
7389                 Add Fabian
7391 2009-05-16 [colin]      3.7.1cvs56
7393         * src/msgcache.c
7394                 Remove msgnum>0 condition for removing messages
7395                 from caches. There's no such condition on add.
7396                 Fixes bug 1913, 'Allow to remove phantom 
7397                 messages from the cache'; patch by Fabian
7398                 Keil <fk at fabiankeil.de>
7400 2009-05-12 [holger]     3.7.1cvs55
7402         * src/messageview.c
7403         * src/messageview.h
7404                 Introduce hook after showing of the message view
7406 2009-05-11 [colin]      3.7.1cvs54
7408         * src/compose.c
7409                 Fix bug 1872, 'A: Cc: CCi: selector should 
7410                 default on same as preceding contact'
7412 2009-05-10 [holger]     3.7.1cvs53
7414         * src/addr_compl.c
7415         * src/addr_compl.h
7416                 Add a hook to make it possible for plugins to
7417                 modify the address completion list
7419 2009-05-06 [paul]       3.7.1cvs52
7421         * src/folder.c
7422         * src/mimeview.c
7423                 fix bug 1915, 'Mails signed with smime.p7s
7424                 display both signed and attachment icon.'
7426 2009-05-05 [colin]      3.7.1cvs51
7428         * src/common/utils.c
7429                 Fix patch :)
7431 2009-05-05 [colin]      3.7.1cvs50
7433         * src/common/utils.c
7434                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
7435                 different mountpoint than tempdir'
7437 2009-05-04 [colin]      3.7.1cvs49
7439         * src/msgcache.c
7440                 Probably fix bug 1914, 'Crash reading
7441                 corrupted tags file'
7443 2009-04-26 [paul]       3.7.1cvs48
7445         * configure.ac
7446         * src/gtk/gtkaspell.h
7447                 fix bug 1904, 'build mechanism looks for
7448                 'enchant.h' in a wrong place'
7450 2009-04-25 [paul]       3.7.1cvs47
7452         * src/printing.c
7453                 gah! fix coding style!
7455 2009-04-25 [paul]       3.7.1cvs46
7457         * src/printing.c
7458         * src/toolbar.c
7459                 if building with GTK+ >= 2.16 use
7460                 gtk_orientable_set_orientation() instead of now
7461                 deprecated gtk_toolbar_set_orientation()
7463 2009-04-24 [colin]      3.7.1cvs45
7465         * src/compose.c
7466                 Ask before sending if an attached file has
7467                 disappeared.
7469 2009-04-19 [paul]       3.7.1cvs44
7471         * src/prefs_common.c
7472         * src/prefs_common.h
7473         * src/gtk/about.c
7474                 save About window size.
7475                 patch by Pawel Pekala
7477 2009-04-12 [paul]       3.7.1cvs43
7479         * tools/csv2addressbook.pl
7480                 add extra CSV fields that are now appended
7481                 by thunderbird (version 2.0.0.21)
7483 2009-04-08 [colin]      3.7.1cvs42
7485         * src/procmime.c
7486                 fix saving (but not displaying) of UTF-16
7487                 files
7489 2009-04-08 [colin]      3.7.1cvs41
7491         * src/gtk/manage_window.c
7492                 Disable transient windows on win32 - seems to
7493                 fix most focusing issues
7495 2009-04-05 [colin]      3.7.1cvs40
7497         * src/procmsg.c
7498                 Don't ask whether we want to send deleted mails in queue
7499                 folders; also, don't send deleted mails when flushing
7500                 queues
7502 2009-04-04 [paul]       3.7.1cvs39
7504         * AUTHORS
7505         * configure.ac
7506         * po/id.po
7507         * src/gtk/authors.h
7508         * tools/claws.i18n.status.pl
7509                 add new Indonesian translation, by
7510                 MSulchan Darmawan
7512 2009-04-03 [paul]       3.7.1cvs38
7514         * AUTHORS
7515         * src/gtk/authors.h
7516                 credit due
7518 2009-04-03 [colin]      3.7.1cvs37
7520         * src/compose.c
7521         * src/textview.c
7522                 Fix bug 1891, 'Add support for gopher:// links'
7523                 Patch by Jacob Head <clawsmail at jacob-head.com>
7524                 Let's go back to the roots! 
7526 2009-04-03 [paul]       3.7.1cvs36
7528         * m4/Makefile.am
7529                 complete cvs35
7531 2009-04-03 [paul]       3.7.1cvs35
7533         * configure.ac
7534                 add AC_CONFIG_MACRO_DIR([m4])
7535                 remove CLAWS_ACLOCAL_INCLUDE(m4)
7536         * m4/aclocal-include.m4
7537                 removed this now unneeded file
7539 2009-04-02 [colin]      3.7.1cvs34
7541         * src/common/utils.h
7542                 Fix previous (thanks to Marcus :)
7544 2009-04-02 [colin]      3.7.1cvs33
7546         * src/common/utils.h
7547         * src/etpan/etpan-thread-manager.c
7548                 pipe() was a macro from GLib on win32 until
7549                 glib 2.13.2. It's undefined after that.
7550                 Thanks to Marcus Brinkmann for the heads-up!
7552 2009-03-31 [colin]      3.7.1cvs32
7554         * src/folder_item_prefs.c
7555                 Copy folder settings with prefs
7557 2009-03-31 [colin]      3.7.1cvs31
7559         * src/prefs_account.c
7560                 Don't use un-sensitive checkboxes in Privacy tab
7561                 when privacy system in None (makes unchecking 
7562                 painful when no privacy plugin is loaded)
7564 2009-03-30 [colin]      3.7.1cvs30
7566         * src/folder.c
7567         * src/folder.h
7568         * src/imap.c
7569         * src/mainwindow.c
7570         * src/mainwindow.h
7571         * src/prefs_account.c
7572         * src/prefs_account.h
7573         * src/summaryview.c
7574         * src/summaryview.h
7575                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7576                 Add an option on the Receive page of IMAP account preferences:
7577                 "Move deleted mails to trash and expunge immediately". This
7578                 option defaults to TRUE to avoid changing the existing behaviour.
7579                 Setting it to FALSE prevents automatic expunging. 
7580                 Also, add Tools/Expunge and View/Hide deleted messages menu items
7581                 (View/Hide deleted message being a per-folder setting, and behaving,
7582                 like View/Hide read messages).
7584 2009-03-30 [colin]      3.7.1cvs29
7586         * src/imap.c
7587                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7588                 ask for IMAP password when using GSSAPI auth
7590 2009-03-27 [colin]      3.7.1cvs28
7592         * src/folder.c
7593                 Fix cvs14, make sure we mark non-existent caches dirty
7594                 (or they never get written)
7596 2009-03-27 [colin]      3.7.1cvs27
7598         * src/imap.c
7599                 Fix tag update when all tags are removed 
7600                 from another client
7602 2009-03-25 [colin]      3.7.1cvs26
7604         * configure.ac
7605                 Fix configure.ac, thanks to Pawel
7607 2009-03-25 [colin]      3.7.1cvs25
7609         * src/news.c
7610         * src/etpan/nntp-thread.c
7611                 Fix header fetching (NG/To/Cc). Fixes 
7612                 bug 1883, 'Message processing fails to 
7613                 act on Newsgroups: field'
7615 2009-03-23 [colin]      3.7.1cvs24
7617         * src/textview.c
7618                 Fix internal headers visible in queue/sent
7620 2009-03-23 [colin]      3.7.1cvs23
7622         * configure.ac
7623                 Fix check for RC (resource compiler) used
7624                 on win32 (AC_LIBTOOL_RC used to call it 
7625                 implicitely but stopped)
7627 2009-03-19 [colin]      3.7.1cvs22
7629         * src/toolbar.c
7630                 Put spam button in default toolbar even if
7631                 bogofilter and spamassassin are not built.
7632                 Other anti-spam plugin could exist! :)
7633         * src/common/utils.c
7634                 Fix exit status fetch on win32
7636 2009-03-18 [paul]       3.7.1cvs21
7638         * src/gtk/spell_entry.c
7639                 fix "[BUG] Wrong word replaced in 'Subject:'
7640                 when spell-checking correction used"
7641                 Patch by Pawel Pekala
7643 2009-03-17 [colin]      3.7.1cvs20
7645         * src/common/utils.c
7646                 Fix win32 build (from cvs12)
7648 2009-03-17 [colin]      3.7.1cvs19
7650         * src/compose.c
7651                 Fix bug 1735, 'Change To: and Newsgroups: 
7652                 recipient field according account type'
7653                 Patch by Pawel
7655 2009-03-17 [colin]      3.7.1cvs18
7657         * src/msgcache.c
7658         * src/prefs_common.c
7659         * src/prefs_common.h
7660         * src/prefs_other.c
7661         * src/common/prefs.c
7662                 Add preference for fsyncing metadata
7664 2009-03-16 [paul]       3.7.1cvs17
7666         * src/prefs_customheader.c
7667                 add forgotten #if HAVE_LIBCOMPFACE
7669 2009-03-16 [paul]       3.7.1cvs16
7671         * src/prefs_customheader.c
7672                 put the (X-)Face preview image below the up/down
7673                 buttons so they don't jump around.
7674                 make the list reorderable by drag'n'drop
7676 2009-03-16 [colin]      3.7.1cvs15
7678         * src/prefs_customheader.c
7679                 Add a (X-)Face preview. Patch by iwkse.
7681 2009-03-16 [colin]      3.7.1cvs14
7683         * src/compose.c
7684         * src/folder.c
7685         * src/folder.h
7686         * src/msgcache.c
7687         * src/common/prefs.c
7688                 Add fsync calls to make sure we don't
7689                 lose data on system crashes. (to do:
7690                 add a pref to allow people choosing raw
7691                 speed)
7693 2009-03-15 [colin]      3.7.1cvs13
7695         * src/gtk/gtkaspell.c
7696                 Fix empty menu when there are no
7697                 suggestions (using the Spelling menu)
7699 2009-03-14 [colin]      3.7.1cvs12
7701         * src/common/utils.c
7702                 Win32: fix subject prefix length
7704 2009-03-11 [mones]      3.7.1cvs11
7706         * po/es.po
7707                 fix encoding declared in header
7708                 update translation now we're at it
7710 2009-03-10 [colin]      3.7.1cvs10
7712         * src/messageview.c
7713                 Fix "wrong mime" message printed out multiple
7714                 times
7716 2009-03-10 [colin]      3.7.1cvs9
7718         * src/prefs_folder_item.c
7719                 Fix build
7721 2009-03-09 [paul]       3.7.1cvs8
7723         * src/prefs_folder_item.c
7724         * src/send_message.c
7725                 fixes to english text
7727 2009-03-08 [paul]       3.7.1cvs7
7729         * po/ja.po
7730                 correct errors in header
7732 2009-03-08 [paul]       3.7.1cvs6
7734         * AUTHORS
7735         * configure.ac
7736         * po/ja.po
7737         * src/gtk/authors.h
7738         * tools/claws.i18n.status.pl
7739                 add Japanese translation, submitted by kazken3
7741 2009-03-07 [colin]      3.7.1cvs5
7743         * src/messageview.c
7744                 Don't let the invalid MIME warning hide
7745                 other noticeview (Partial receive or 
7746                 return receipt).
7748 2009-03-07 [colin]      3.7.1cvs4
7750         * src/procmime.c
7751                 Fix build
7753 2009-03-07 [colin]      3.7.1cvs3
7755         * src/messageview.c
7756         * src/procmime.c
7757         * src/procmime.h
7758                 Handle mimeparts that lack an end boundary.
7759                 They're invalid but it's too annoying for
7760                 normal users to fix.
7762 2009-03-06 [wwp]        3.7.1cvs2
7764         * src/compose.c
7765         * src/folder_item_prefs.c
7766         * src/folder_item_prefs.h
7767         * src/prefs_folder_item.c
7768                 Add per-folder default cc, bcc and reply-to.
7770 2009-03-06 [colin]      3.7.1cvs1
7772         * src/gedit-print.c
7773         * src/gtk/gtksourceprintjob.c
7774                 Fix build with old print interface
7776 2009-03-06 [paul]       3.7.1
7778         * NEWS
7779         * README
7780         * RELEASE_NOTES 
7781                 3.7.1 released!
7783 2009-03-06 [paul]       3.7.0cvs78
7785         * po/cs.po
7786         * po/de.po
7787         * po/fi.po
7788         * po/fr.po
7789         * po/hu.po
7790         * po/nl.po
7791         * po/pt_BR.po
7792         * po/sv.po
7793         * po/zh_CN.po
7794                 updated by David Vachulka, Stephan Sachse, Flammie
7795                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7796                 Frederico Goncalves Guimaraes, Lars Persson Fink,
7797                 and Ralph Young
7799 2009-03-03 [colin]      3.7.0cvs77
7801         * src/prefs_filtering.c
7802                 Win32: Fix bug 1865, 'IMAP account name changes 
7803                 are not followed at filter actions'
7805 2009-03-02 [colin]      3.7.0cvs76
7807         * src/imap.c
7808                 Fix Launchpad bug 335571: 'claws-mail crashed 
7809                 with SIGSEGV in strlen() while deleting 
7810                 large amount of e-mails on IMAP account
7812 2009-02-27 [mones]      3.7.0cvs75
7814         * manual/es/account.xml
7815         * manual/es/ack.xml
7816         * manual/es/addrbook.xml
7817         * manual/es/advanced.xml
7818         * manual/es/claws-mail-manual.xml
7819         * manual/es/faq.xml
7820         * manual/es/glossary.xml
7821         * manual/es/gpl.xml
7822         * manual/es/handling.xml
7823         * manual/es/intro.xml
7824         * manual/es/keyboard.xml
7825         * manual/es/plugins.xml
7826         * manual/es/starting.xml
7827                 Sync with English version, fix some typos
7828                 Changed encoding to UTF-8
7829         * po/es.po
7830                 Update for release, changed encoding to UTF-8
7832 2009-02-24 [colin]      3.7.0cvs74
7834         * src/printing.c
7835                 Don't print separation line if there
7836                 are no headers
7838 2009-02-23 [cleroy]     3.7.0cvs73
7840         * src/account.c
7841         * src/action.c
7842         * src/addr_compl.c
7843         * src/addrbook.c
7844         * src/addrcache.c
7845         * src/addrcindex.c
7846         * src/addrclip.c
7847         * src/addrduplicates.c
7848         * src/addressadd.c
7849         * src/addressbook.c
7850         * src/addressbook_foldersel.c
7851         * src/addrharvest.c
7852         * src/addrindex.c
7853         * src/addritem.c
7854         * src/addrquery.c
7855         * src/addrselect.c
7856         * src/codeconv.c
7857         * src/compose.c
7858         * src/customheader.c
7859         * src/editaddress.c
7860         * src/editaddress_other_attributes_ldap.c
7861         * src/editgroup.c
7862         * src/editldap.c
7863         * src/enriched.c
7864         * src/exporthtml.c
7865         * src/exportldif.c
7866         * src/filtering.c
7867         * src/folder.c
7868         * src/foldersel.c
7869         * src/folderutils.c
7870         * src/folderview.c
7871         * src/gedit-print.c
7872         * src/html.c
7873         * src/imap.c
7874         * src/imap_gtk.c
7875         * src/inc.c
7876         * src/jpilot.c
7877         * src/ldapctrl.c
7878         * src/ldapquery.c
7879         * src/ldapserver.c
7880         * src/ldapupdate.c
7881         * src/ldif.c
7882         * src/localfolder.c
7883         * src/main.c
7884         * src/mainwindow.c
7885         * src/matcher.c
7886         * src/mbox.c
7887         * src/messageview.c
7888         * src/mh.c
7889         * src/mh_gtk.c
7890         * src/mimeview.c
7891         * src/msgcache.c
7892         * src/mutt.c
7893         * src/news.c
7894         * src/news_gtk.c
7895         * src/noticeview.c
7896         * src/pine.c
7897         * src/pop.c
7898         * src/prefs_account.c
7899         * src/prefs_actions.c
7900         * src/prefs_common.c
7901         * src/prefs_filtering.c
7902         * src/prefs_filtering_action.c
7903         * src/prefs_folder_column.c
7904         * src/prefs_folder_item.c
7905         * src/prefs_gtk.c
7906         * src/prefs_matcher.c
7907         * src/prefs_quote.c
7908         * src/prefs_send.c
7909         * src/prefs_summaries.c
7910         * src/prefs_summary_column.c
7911         * src/prefs_template.c
7912         * src/prefs_themes.c
7913         * src/prefs_toolbar.c
7914         * src/printing.c
7915         * src/privacy.c
7916         * src/procheader.c
7917         * src/procmime.c
7918         * src/procmsg.c
7919         * src/quote_fmt.c
7920         * src/remotefolder.c
7921         * src/send_message.c
7922         * src/sourcewindow.c
7923         * src/statusbar.c
7924         * src/stock_pixmap.c
7925         * src/summary_search.c
7926         * src/summaryview.c
7927         * src/textview.c
7928         * src/toolbar.c
7929         * src/undo.c
7930         * src/uri_opener.c
7931         * src/vcard.c
7932         * src/common/base64.c
7933         * src/common/claws.c
7934         * src/common/hooks.c
7935         * src/common/plugin.c
7936         * src/common/prefs.c
7937         * src/common/session.c
7938         * src/common/smtp.c
7939         * src/common/socket.c
7940         * src/common/string_match.c
7941         * src/common/stringtable.c
7942         * src/common/utils.c
7943         * src/common/utils.h
7944         * src/common/xml.c
7945         * src/common/xmlprops.c
7946         * src/gtk/colorlabel.c
7947         * src/gtk/combobox.c
7948         * src/gtk/foldersort.c
7949         * src/gtk/gtkaspell.c
7950         * src/gtk/gtkcmclist.c
7951         * src/gtk/gtkcmctree.c
7952         * src/gtk/gtkcmoptionmenu.c
7953         * src/gtk/gtksctree.c
7954         * src/gtk/gtkshruler.c
7955         * src/gtk/gtksourceprintjob.c
7956         * src/gtk/gtkutils.c
7957         * src/gtk/gtkvscrollbutton.c
7958         * src/gtk/logwindow.c
7959         * src/gtk/menu.c
7960         * src/gtk/pluginwindow.c
7961         * src/gtk/prefswindow.c
7962         * src/gtk/quicksearch.c
7963         * src/gtk/spell_entry.c
7964         * src/plugins/pgpcore/select-keys.c
7965         * src/plugins/pgpinline/pgpinline.c
7966         * src/plugins/pgpmime/pgpmime.c
7967         * src/plugins/smime/smime.c
7968         * src/plugins/spamassassin/spamassassin_gtk.c
7969                 Mass commit changing g_return_* to cm_return_*
7970                 and making these more interesting
7972 2009-02-23 [colin]      3.7.0cvs72
7974         * src/imap.c
7975                 Always initialise error code to no error
7977 2009-02-23 [colin]      3.7.0cvs71
7979         * src/imap.c
7980                 Fix separator substitution
7982 2009-02-23 [colin]      3.7.0cvs70
7984         * src/stock_pixmap.c
7985         * src/gtk/colorlabel.c
7986                 don't use g_return on normal checks
7988 2009-02-22 [colin]      3.7.0cvs69
7990         * src/addressbook.c
7991         * src/procmime.c
7992                 More fixes
7994 2009-02-22 [colin]      3.7.0cvs68
7996         * src/addrduplicates.c
7997         * src/addressbook.c
7998         * src/addrharvest.c
7999         * src/codeconv.c
8000         * src/compose.c
8001         * src/filtering.c
8002         * src/folder.c
8003         * src/imap.c
8004         * src/imap_gtk.c
8005         * src/importldif.c
8006         * src/jpilot.c
8007         * src/mainwindow.c
8008         * src/matcher.c
8009         * src/mbox.c
8010         * src/messageview.c
8011         * src/mh_gtk.c
8012         * src/prefs_common.c
8013         * src/prefs_filtering.c
8014         * src/prefs_gtk.c
8015         * src/printing.c
8016         * src/privacy.c
8017         * src/procmime.c
8018         * src/procmsg.c
8019         * src/summaryview.c
8020         * src/textview.c
8021         * src/undo.c
8022         * src/wizard.c
8023         * src/common/md5.c
8024         * src/common/socket.c
8025         * src/common/template.c
8026         * src/etpan/imap-thread.c
8027         * src/gtk/gtkaspell.c
8028         * src/gtk/gtkcmctree.c
8029         * src/gtk/gtksctree.c
8030         * src/gtk/inputdialog.c
8031         * src/plugins/pgpcore/sgpgme.c
8032         * src/plugins/pgpmime/pgpmime.c
8033         * src/plugins/smime/smime.c
8034         * src/plugins/spamassassin/spamassassin.c
8035                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8036                 uninitialised accesses
8038 2009-02-17 [colin]      3.7.0cvs67
8040         * src/compose.c
8041                 Disable controls during queuing
8043 2009-02-15 [colin]      3.7.0cvs66
8045         * src/privacy.c
8046         * src/plugins/pgpcore/select-keys.c
8047         * src/plugins/pgpcore/sgpgme.c
8048                 Disable use of disabled keys
8050 2009-02-15 [colin]      3.7.0cvs65
8052         * src/folderview.c
8053         * src/summaryview.c
8054                 Fix font updating after changing 
8055                 prefs_common.derive_from_normal_font
8057 2009-02-12 [paul]       3.7.0cvs64
8059         * src/addressitem.h
8060         * src/export.h
8061         * src/headerview.c
8062         * src/headerview.h
8063         * src/common/version.h.in
8064         * src/gtk/about.h
8065         * src/gtk/menu.c
8066         * src/gtk/menu.h
8067                 more copyright header fixes
8069 2009-02-12 [paul]       3.7.0cvs63
8071         * src/gtk/progressdialog.c
8072         * src/gtk/progressdialog.h
8073                 fix copyright header
8075 2009-02-12 [paul]       3.7.0cvs62
8077         * src/gtk/spell_entry.c
8078         * src/gtk/spell_entry.h
8079                 better, more standard copyright header
8081 2009-02-12 [paul]       3.7.0cvs61
8083         * src/gtk/spell_entry.c
8084         * src/gtk/spell_entry.h
8085                 changes to copyright header
8087 2009-02-12 [paul]       3.7.0cvs60
8089         * src/gtk/spell_entry.c
8090         * src/gtk/spell_entry.h
8091                 fix broken build
8093 2009-02-11 [colin]      3.7.0cvs59
8095         * src/gtk/spell_entry.c
8096         * src/gtk/spell_entry.h
8097                 Forgot to add files
8099 2009-02-11 [colin]      3.7.0cvs58
8101         * src/compose.c
8102         * src/gtk/Makefile.am
8103         * src/gtk/gtkaspell.c
8104         * src/gtk/gtkaspell.h
8105                 Add spellcheck to subject. Patch by
8106                 Pawel.
8108 2009-02-10 [holger]     3.7.0cvs57
8110         * src/printing.c
8111         * src/common/defs.h
8112                 Move filename define for printing page setup cache to defs.h
8114 2009-02-08 [mones]      3.7.0cvs56
8116         * src/matcher.h
8117                 Fix build for bison 2.4.1
8119 2009-02-06 [holger]     3.7.0cvs55
8121         * src/prefs_common.c
8122         * src/prefs_common.h
8123         * src/printing.c
8124                 Fix restoring of custom page setups for printing by
8125                 temporarily caching the settings.
8126                 This is a workaround for Gnome Bug #39018, and fixes
8127                 Claws Mail Bug #1840.
8129 2009-02-06 [colin]      3.7.0cvs54
8131         * src/mainwindow.c
8132                 Fix hardcoded Shift-Q quits. Fixes
8133                 bug 1838, 'Claws-Mail sometimes quits 
8134                 when attempting to type a capital Q'
8136 2009-01-31 [paul]       3.7.0cvs53
8138         * src/compose.c
8139                 revert 3.7.0cvs49, until there is time to find out
8140                 why it causes a nasty crash!
8142 2009-01-31 [paul]       3.7.0cvs52
8144         * src/mainwindow.c
8145                 1 string that was forgotten for translation
8147 2009-01-31 [paul]       3.7.0cvs51
8149         * src/messageview.c
8150                 2 strings that were forgotten for translation
8152 2009-01-31 [paul]       3.7.0cvs50
8154         * src/gtk/prefswindow.c
8155                 build prefs tree in a slightly smarter way -
8156                 fix bug where if path[0] had same name as
8157                 path[1], (like in the de translation), path[1]
8158                 was lost and not shown in the window
8160 2009-01-31 [paul]       3.7.0cvs49
8162         * src/compose.c
8163                 fix bug 1836, 'Quoted text still blue after
8164                 removal of quote-character'
8165                 comment out some debug_print's that needlessly
8166                 slow things down
8167         * src/undo.c
8168                 comment out a debug_print that needlessly slows
8169                 things down
8171 2009-01-31 [paul]       3.7.0cvs48
8173         * src/summaryview.c
8174                 fix bug 1834, '"semi"-selection when collapsing thread'
8176 2009-01-31 [paul]       3.7.0cvs47
8178         * src/prefs_compose_writing.c
8179         * src/prefs_message.c
8180                 move 'quote_chars' pref to where it should be
8182 2009-01-30 [paul]       3.7.0cvs46
8184         * src/summaryview.c
8185                 fix updating of popup menu sensitivity
8187 2009-01-28 [paul]       3.7.0cvs45
8189         * tools/filter_conv_new.pl
8190                 move 'move' and 'delete' to end of @actions
8191                 so that they are always final actions in the
8192                 generated filtering rule
8194 2009-01-27 [paul]       3.7.0cvs44
8196         * src/messageview.c
8197                 always select text/calendar mimepart if suitable
8198                 plugin (i.e. vCalendar) is available
8200 2009-01-27 [paul]       3.7.0cvs43
8202         * src/folder.c
8203                 fix crash when right-clicking in summaryview when
8204                 processing is active
8206 2009-01-22 [colin]      3.7.0cvs42
8208         * src/compose.c
8209         * src/privacy.c
8210         * src/privacy.h
8211                 When replying to signed/encrypted mail and the
8212                 preference to sign/encrypt in this case is set,
8213                 choose the original mail's privacy system (if
8214                 available).
8216 2009-01-21 [colin]      3.7.0cvs41
8218         * src/addressbook.h
8219                 Fix warning (on-the-fly theming of
8220                 addressbook isn't complete yet)
8222 2009-01-21 [colin]      3.7.0cvs40
8224         * src/account.c
8225         * src/addressbook.c
8226                 Win32: Fix window placement
8228 2009-01-21 [paul]       3.7.0cvs39
8230         * src/inc.c
8231                 update timeout log msg
8233 2009-01-17 [colin]      3.7.0cvs38
8235         * src/main.c
8236         * src/mbox.c
8237         * src/common/md5.c
8238         * src/common/utils.c
8239         * src/etpan/imap-thread.c
8240                 Fix g_open calls (which don't ignore mode)
8242 2009-01-17 [colin]      3.7.0cvs37
8244         * src/addressbook.c
8245         * src/compose.c
8246         * src/foldersel.c
8247         * src/main.c
8248         * src/mainwindow.c
8249         * src/mbox.c
8250         * src/common/md5.c
8251         * src/common/ssl_certificate.c
8252         * src/common/tags.c
8253         * src/common/utils.c
8254         * src/etpan/imap-thread.c
8255         * src/plugins/bogofilter/bogofilter.c
8256         * src/plugins/pgpinline/pgpinline.c
8257         * src/plugins/smime/smime.c
8258                 Probably fix bug 1825, 'Unable to fetch messages from 
8259                 IMAP folders named with non-ASCII string'
8260                 Change remaining occurences of fopen and open with
8261                 g_fopen and g_open
8263 2009-01-17 [paul]       3.7.0cvs36
8265         * manual/faq.xml
8266                 update an old, outdated piece of info
8268 2009-01-17 [paul]       3.7.0cvs35
8270         * src/prefs_folder_item.c
8271                 fix bug where saving Folder Properties of a
8272                 sub-folder of outbox, queue, draft or trash
8273                 would change its parent's folder type to normal
8275 2009-01-12 [mones]      3.7.0cvs34
8277         * po/es.po
8278                 Updated translation
8280 2009-01-12 [wwp]        3.7.0cvs33
8282         * tools/fix_date.sh
8283         * tools/popfile-link.sh
8284         * tools/textviewer.sh
8285                 Fix bashisms and other portability glitches (thanks to
8286                 Steven M. Bellovin).
8288 2009-01-11 [paul]       3.7.0cvs32
8290         * src/addrindex.c
8291                 clean up some build warnings
8293 2009-01-11 [colin]      3.7.0cvs31
8295         * src/addrindex.c
8296                 Revert part of patch 3.7.0cvs29 
8297                 This function is used when jpilot
8298                 support is disabled
8300 2009-01-11 [colin]      3.7.0cvs30
8302         * src/folder.c
8303                 folder_find_child_item_by_name():
8304                 actually use name, not path's basename
8306 2009-01-11 [paul]       3.7.0cvs29
8308         * src/addrclip.c
8309         * src/addrindex.c
8310         * src/addritem.c
8311         * src/foldersel.h
8312         * src/folderview.c
8313         * src/prefs_folder_item.c
8314                 clean up some build warnings
8316 2009-01-11 [paul]       3.7.0cvs28
8318         * src/gtk/about.c
8319                 don't even mention printing support, assume its
8320                 presence, unless building with GTK+ < 2.10.0
8322 2009-01-10 [colin]      3.7.0cvs27
8324         * src/codeconv.c
8325                 Fix bug 1811, '[mime] Crash when there's no 
8326                 room for filename's start on the same line'
8327                 When the mimetype of the attachment is very 
8328                 long, there's no room at all to start the 
8329                 name=... parameter on the same line. This
8330                 caused an infinite loop as 0 characters of
8331                 the filename could be appended.
8332                 In such cases, insert linebreak before the
8333                 name parameter.
8335 2009-01-09 [colin]      3.7.0cvs26
8337         * src/compose.c
8338         * src/mainwindow.c
8339         * src/common/utils.c
8340                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
8341                 Compose Window does not attach'
8343 2009-01-09 [colin]      3.7.0cvs25
8345         * src/foldersel.c
8346                 Fix bug 1817, 'Changing Themes does not 
8347                 update the pixmaps in "Select folder" 
8348                 dialog box'
8350 2009-01-09 [colin]      3.7.0cvs24
8352         * src/main.c
8353                 Win32: Fix bug 1816, 'Attaching files with 
8354                 command-line generates error after attaching'
8356 2009-01-09 [paul]       3.7.0cvs23
8358         * src/gtk/about.c
8359                 forgot this '2009' in last commit
8361 2009-01-09 [paul]       3.7.0cvs22
8363         * src/*/*.[c,h]
8364                 it's 2009!
8365                 update copyright headers
8367 2009-01-09 [paul]       3.7.0cvs21
8369         * doc/man/claws-mail.1
8370                 update Team list
8372 2009-01-09 [colin]      3.7.0cvs20
8374         * src/messageview.c
8375                 Fix bug 1814, 'Windows' WM badly places 
8376                 message view'
8378 2009-01-09 [colin]      3.7.0cvs19
8380         * src/prefs_themes.c
8381         * src/stock_pixmap.c
8382         * src/stock_pixmap.h
8383         * src/common/utils.c
8384         * src/common/utils.h
8385                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8387 2009-01-08 [colin]      3.7.0cvs18
8389         * src/mimeview.c
8390                 Win32: Fix bug 1810, 'Pressing 'o' key 
8391                 crashes CM'
8393 2009-01-07 [colin]      3.7.0cvs17
8395         * src/html.c
8396                 Fix bug 1432, '&amp; not escaped in links (HTML 
8397                 rendered as text)'
8399 2009-01-06 [colin]      3.7.0cvs16
8401         * src/plugins/pgpcore/select-keys.c
8402                 Warn translators the usual way about
8403                 accels
8405 2009-01-06 [colin]      3.7.0cvs15
8407         * src/mainwindow.c
8408                 Fix synchronisation dialog that shouldn't
8409                 appear when network goes down (Network
8410                 Manager)
8411         * src/mimeview.c
8412         * src/textview.c
8413                 Fix save as when attach_save_dir isn't set
8414                 fixes bug 1804, 'attach_save_directory does 
8415                 not default to $HOME'
8416         * src/plugins/pgpcore/select-keys.c
8417                 Add mnemonics to buttons - warn translators!
8419 2009-01-06 [wwp]        3.7.0cvs14
8421         * src/common/utils.c
8422                 Fix cvs13, thanks to Colin.
8424 2009-01-06 [wwp]        3.7.0cvs13
8426         * src/common/utils.c
8427                 Better support for Spanish Outlook replies (RES).
8429 2009-01-02 [colin]      3.7.0cvs12
8431         * src/folderview.c
8432                 Fix (+) sign after collapsed folder names that 
8433                 have quicksearch-matching children.
8434                 Fixes bug 1506, 'Recursive search in collapsed 
8435                 folders'
8437 2009-01-02 [colin]      3.7.0cvs11
8439         * src/stock_pixmap.c
8440         * src/stock_pixmap.h
8441                 Remove now-unused stock_pixmap_gdk
8443 2009-01-02 [colin]      3.7.0cvs10
8445         * src/gtk/gtkutils.c
8446         * src/pixmaps/claws-mail_icon.xpm
8447                 Use pixbuf for app icon, and make the app icon
8448                 a bit nicer
8450 2009-01-02 [colin]      3.7.0cvs9
8452         * src/uri_opener.c
8453                 Show both link title and URI if possible
8455 2009-01-02 [colin]      3.7.0cvs8
8457         * src/addressadd.c
8458         * src/addressbook.c
8459         * src/addressbook_foldersel.c
8460         * src/addressitem.h
8461         * src/folderview.c
8462         * src/grouplistdialog.c
8463         * src/importldif.c
8464         * src/mimeview.c
8465         * src/summaryview.c
8466         * src/gtk/gtkcmclist.c
8467         * src/gtk/gtkcmclist.h
8468         * src/gtk/gtkcmctree.c
8469         * src/gtk/gtkcmctree.h
8470         * src/gtk/gtksctree.c
8471         * src/gtk/gtksctree.h
8472                 Implement pixbuf rendering in tree widgets
8473                 instead of pixmaps
8474         * src/plugins/trayicon/trayicon.c
8475         * src/noticeview.c
8476         * src/prefs_themes.c
8477                 Use pixbuf rendering here too
8479 2008-12-30 [paul]       3.7.0cvs7
8481         * src/textview.c
8482                 no need to prematurely trim the uri in the statusbar
8484 2008-12-29 [paul]       3.7.0cvs6
8486         * src/procmsg.c
8487                 prefer List-Id header to X-* headers when creating
8488                 filter rule automatically
8490 2008-12-28 [colin]      3.7.0cvs5
8492         * src/compose.c
8493                 Set minimum height to 440 instead of 480
8495 2008-12-22 [colin]      3.7.0cvs4
8497         * src/compose.c
8498                 Fix bug 1799, '"Discard message" deletes manually 
8499                 saved draft'. Switch rmode to REEDIT after 
8500                 manually saving.
8502 2008-12-21 [paul]       3.7.0cvs3
8504         * tools/claws.i18n.status.pl
8505                 updates
8507 2008-12-21 [paul]       3.7.0cvs2
8509         * AUTHORS
8510         * src/gtk/authors.h
8511                 (more) updates
8513 2008-12-21 [paul]       3.7.0cvs1
8515         * AUTHORS
8516         * src/gtk/authors.h
8517                 updates
8519 2008-12-19 [paul]       3.7.0
8521         * NEWS
8522         * README
8523         * RELEASE_NOTES 
8524                 3.7.0 released!
8526 2008-12-19 [paul]       3.6.1cvs80
8528         * configure.ac
8529                 remove unmaintained sk and sr from ALL_LINGUAS
8530                 add newly maintained cs to ALL_LINGUAS
8531         * po/bg.po
8532         * po/ca.po
8533         * po/cs.po
8534         * po/de.po
8535         * po/fi.po
8536         * po/hu.po
8537         * po/nl.po
8538         * po/pt_BR.po
8539         * po/ru.po
8540         * po/sv.po
8541                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8542                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8543                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8544                 Persson Fink
8546 2008-12-16 [colin]      3.6.1cvs79
8548         * src/plugins/pgpcore/sgpgme.c
8549                 Fix warning
8551 2008-12-15 [colin]      3.6.1cvs78
8553         * src/compose.c
8554         * src/privacy.c
8555         * src/privacy.h
8556         * src/plugins/pgpcore/sgpgme.c
8557         * src/plugins/pgpcore/sgpgme.h
8558         * src/plugins/pgpinline/pgpinline.c
8559         * src/plugins/pgpmime/pgpmime.c
8560         * src/plugins/smime/smime.c
8561                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
8562                 email address" doesn't work'. Use custom from address
8563                 if set
8565 2008-12-15 [colin]      3.6.1cvs77
8567         * src/common/utils.c
8568                 Fix bug 1746, 'Makes a mailto link from several 
8569                 paragraphs'
8571 2008-12-15 [paul]       3.6.1cvs76
8573         * m4/spamassassin.m4
8574                 fix warnings thrown up by autoconf-2.63
8576 2008-12-13 [colin]      3.6.1cvs75
8578         * Makefile.am
8579         * src/Makefile.am
8580         * src/common/ssl.c
8581         * src/common/utils.c
8582         * src/common/utils.h
8583         * tools/Makefile.am
8584                 Finish previous patch
8586 2008-12-13 [colin]      3.6.1cvs74
8588         * tools/Makefile.am
8589                 Only install certs on windows
8591 2008-12-13 [colin]      3.6.1cvs73
8593         * tools/Makefile.am
8594         * tools/ca-certificates.crt
8595         * src/common/Makefile.am
8596         * src/common/ssl.c
8597                 First try to ship SSL certificates in Windows
8598                 build
8600 2008-12-12 [colin]      3.6.1cvs72
8602         * configure.ac
8603         * src/plugins/pgpinline/claws.def
8604                 Windows build fixes
8606 2008-12-12 [paul]       3.6.1cvs71
8608         * src/imap.c
8609         * src/mh.c
8610         * src/partial_download.c
8611         * src/textview.c
8612         * src/common/claws.c
8613         * src/common/prefs.c
8614         * src/common/utils.c
8615                 win32: fix unlinking, renaming and bug with
8616                 non-ascii username
8617                 Patch by Colin
8619 2008-12-11 [colin]      3.6.1cvs70
8621         * po/fr.po
8622         * manual/fr/advanced.xml
8623                 Update french translations
8625 2008-12-10 [colin]      3.6.1cvs69
8627         * manual/faq.xml
8628                 Correct bug submission guidelines
8630 2008-12-10 [colin]      3.6.1cvs68
8632         * src/plugins/pgpcore/pgp_viewer.c
8633                 Fix bug 1736, 'Key import does not work'
8634                 Kill the correct pid (and not the parent
8635                 shell), and increase the timeout a bit.
8637 2008-12-09 [paul]       3.6.1cvs67
8639         * src/messageview.c
8640                 ensure that any stray noticeview buttons are hidden,
8641                 as clicking them causes segfaults!
8643 2008-12-09 [colin]      3.6.1cvs66
8645         * src/compose.c
8646         * src/compose.h
8647         * src/folder_item_prefs.h
8648         * src/prefs_common.c
8649         * src/prefs_common.h
8650         * src/common/defs.h
8651                 Fix bug 1792, '"Save Message to" should 
8652                 retain list of recently selected folders'
8653                 Also, make Enchant-related prefs stick
8654                 even if the build doesn't enable enchant
8656 2008-12-09 [paul]       3.6.1cvs65
8658         * src/messageview.c
8659                 fix bug 1787, 'Prevent automatic PGP inline
8660                 decryption attempts' use the noticeview to display
8661                 decryption failure messages instead of the irritating
8662                 popup dialog
8664 2008-12-09 [colin]      3.6.1cvs64
8666         * src/prefs_filtering.c
8667                 Fix bug 1789, 'filtering account selection 
8668                 (regression)'. Filtering on sending-only
8669                 accounts can be a little useful when using
8670                 filtering via Tools menu.
8672 2008-12-07 [paul]       3.6.1cvs63
8674         * src/prefs_actions.c
8675                 don't auto-select first entry (same as other
8676                 similar dialogs)
8677         * src/gtk/pluginwindow.c
8678                 these parents don't have children so don't look
8679                 for them
8681 2008-12-07 [paul]       3.6.1cvs62
8683         * src/prefs_account.c
8684         * src/gtk/pluginwindow.c
8685         * src/gtk/prefswindow.c
8686         * src/gtk/prefswindow.h
8687                 auto-select first page
8689 2008-12-05 [colin]      3.6.1cvs61
8691         * src/codeconv.c
8692         * src/procmime.c
8693                 Fix bug 1788, 'CM crashes re-encoding 
8694                 encoded parameters' (introduced in cvs40)
8696 2008-12-05 [paul]       3.6.1cvs60
8698         * src/prefs_common.h
8699                 remove gpg prefs that are no longer needed here
8701 2008-12-03 [colin]      3.6.1cvs59
8703         * src/msgcache.c
8704                 Speed up cache reading (about 10% gain)
8705         * src/summaryview.c
8706         * src/gtk/gtksctree.c
8707                 Speed up expand/collapse all threads
8708                 (about 95% gain)
8710 2008-12-03 [paul]       3.6.1cvs58
8712         * configure.ac
8713                 eradicate gcc4's signedness warnings
8714                 fix building with gnuTLS on (Open)Solaris
8716 2008-12-01 [colin]      3.6.1cvs57
8718         * src/gtk/gtkcmclist.c
8719                 Fix column headers
8721 2008-12-01 [colin]      3.6.1cvs56
8723         * src/plugins/pgpinline/pgpinline.c
8724                 Fix bug 1779, 'PGP Inline badly handles 
8725                 multipart'. Properly dump the current part
8726                 instead of running around with scissors
8728 2008-11-30 [paul]       3.6.1cvs55
8730         * manual/advanced.xml
8731         * manual/plugins.xml
8732         * src/prefs_toolbar.c
8733                 remove the verb from the page title and
8734                 update references in the manual
8736 2008-11-30 [paul]       3.6.1cvs54
8738         * src/prefs_other.c
8739                 move Other/ page to Other/Miscellaneous
8740         * src/gtk/prefswindow.c
8741                 make parent page unselectable
8743 2008-11-29 [paul]       3.6.1cvs53
8745         * README
8746                 add the new 'primary_paste_unselects' hidden
8747                 option, add missing 'log_[...]_color' options,
8748                 and reformat the text
8749         * manual/advanced.xml
8750                 add the new 'primary_paste_unselects' hidden
8751                 option, add missing 'log_[...]_color' options
8753 2008-11-28 [colin]      3.6.1cvs52
8755         * src/mimeview.c
8756                 Fix leak
8758 2008-11-28 [colin]      3.6.1cvs51
8760         * po/fr.po
8761                 Update translation
8763 2008-11-28 [colin]      3.6.1cvs50
8765         * src/mainwindow.c
8766                 Fix account selection in Mailing list
8767                 menu
8769 2008-11-28 [paul]       3.6.1cvs49
8771         * po/Makefile.in.in
8772                 automatically remove obsolete strings
8774 2008-11-28 [colin]      3.6.1cvs48
8776         * src/plugins/pgpcore/sgpgme.c
8777                 Fix error message when key isn't available.
8779 2008-11-27 [colin]      3.6.1cvs47
8781         * src/filtering.c
8782         * src/matcher.c
8783                 Fix a little leak
8785 2008-11-26 [colin]      3.6.1cvs46
8787         * src/common/ssl.c
8788                 Fix new warning
8790 2008-11-26 [colin]      3.6.1cvs45
8792         * src/plugins/pgpcore/select-keys.c
8793         * src/plugins/pgpcore/sgpgme.c
8794                 Fix bug 1591, 'S/MIME: better key 
8795                 handling/selection dialog'
8796                 Really ignore revoked/expired keys
8798 2008-11-26 [colin]      3.6.1cvs44
8800         * src/main.c
8801         * src/common/claws.c
8802         * src/common/ssl.c
8803                 Make sure libgcrypt's threading is initialised
8804                 before gnutls. See also old bug 1539.
8806 2008-11-26 [colin]      3.6.1cvs43
8808         * src/imap.c
8809         * src/news.c
8810         * src/etpan/imap-thread.c
8811                 Fix possible crashes due to clist_begin()
8812                 not checking for NULLs (it should!)
8814 2008-11-25 [colin]      3.6.1cvs42
8816         * src/procmime.c
8817                 Fix line length in MIME parameters
8819 2008-11-22 [paul]       3.6.1cvs41
8821         * src/compose.c
8822                 grab Return key press in attachments Properties
8823                 dialog
8825 2008-11-21 [colin]      3.6.1cvs40
8827         * src/compose.c
8828         * src/procmime.c
8829                 Fix bug 1776, 'use encoded name parameters 
8830                 for attachments instead of ascii'.
8831                 Break the RFC 2047 by using B-encoded 
8832                 filename parameter, like everyone does,
8833                 following advice from the RFC author.
8835 2008-11-21 [colin]      3.6.1cvs39
8837         * src/common/socket.c
8838                 Rehandshake if server asks to
8840 2008-11-21 [colin]      3.6.1cvs38
8842         * src/mimeview.h
8843         * src/toolbar.h
8844         * src/common/session.h
8845         * src/common/smtp.h
8846                 Move conditional-compilation members to
8847                 end of structs
8849 2008-11-19 [wwp]        3.6.1cvs37
8851         * src/prefs_actions.c
8852                 Fixed wrong behaviour when pressing Escape (was not cancelling
8853                 the action).
8855 2008-11-19 [wwp]        3.6.1cvs36
8857         * src/compose.c
8858         * src/matcher.c
8859         * src/messageview.c
8860         * src/mimeview.c
8861         * src/prefs_actions.c
8862         * src/prefs_filtering_action.c
8863         * src/procmsg.c
8864         * src/summaryview.c
8865         * src/textview.c
8866         * src/common/utils.c
8867                 Replace occurrences of "command line" with "command-line" everywhere.
8868                 Enforce code style (mostly indentation) in prefs_actions.c.
8870 2008-11-19 [colin]      3.6.1cvs35
8872         * src/compose.c
8873         * src/prefs_common.c
8874         * src/prefs_common.h
8875                 Add primary_paste_unselects hidden preference
8876                 to change how middle-click pasting changes
8877                 the selection and insert point; defaults to
8878                 pre-3.6.1cvs31
8880 2008-11-19 [colin]      3.6.1cvs34
8882         * src/folderview.c
8883                 Always give focus to summaryview, even if
8884                 the folder is empty, in small screen layout.
8885                 Allows to go back to folderlist using the
8886                 keyboard.
8888 2008-11-18 [colin]      3.6.1cvs33
8890         * src/mainwindow.h
8891                 Put back conditional at the end of struct
8893 2008-11-18 [colin]      3.6.1cvs32
8895         * src/procmime.c
8896         * src/common/w32_reg.c
8897                 Fix crash on win32 when browsing to a
8898                 directory
8900 2008-11-15 [colin]      3.6.1cvs31
8902         * src/compose.c
8903                 After a mid-click paste, deselect selection
8904                 and go to end of paste.
8906 2008-11-15 [colin]      3.6.1cvs30
8908         * src/compose.c
8909                 Auto-save draft after external editor quits
8911 2008-11-15 [colin]      3.6.1cvs29
8913         * src/plugins/pgpcore/sgpgme.c
8914                 Fix wrong error display, thanks to
8915                 Charles A. Edwards
8917 2008-11-14 [colin]      3.6.1cvs28
8919         * src/prefs_actions.c
8920                 Comment out bogus (IMO) warning
8922 2008-11-14 [colin]      3.6.1cvs27
8924         * src/mainwindow.c
8925         * src/summaryview.c
8926         * src/summaryview.h
8927         * src/gtk/menu.c
8928         * src/gtk/menu.h
8929                 Share summaryview's context menu actions with
8930                 the equivalent menu items of the main menu;
8931                 this allows to share accelerators and de-
8932                 duplicate code.
8934 2008-11-14 [colin]      3.6.1cvs26
8936         * src/plugins/pgpcore/sgpgme.c
8937                 Fix bug 1768, 'claws-mail crashes while 
8938                 checking smime bad signature'
8940 2008-11-13 [colin]      3.6.1cvs25
8942         * src/account.c
8943         * src/filtering.c
8944                 Fix redefinition of PREFSBUFSIZE
8946 2008-11-13 [wwp]        3.6.1cvs24
8948         * tools/popfile-link.sh
8949                 Add support for reusing existing POPFile session ID.
8951 2008-11-12 [colin]      3.6.1cvs23
8953         * src/prefs_gtk.h
8954                 Fix bug 1771, 'Folder template gets 
8955                 truncated when exiting the application'
8956                 Use a 32k buffer for string preferences
8958 2008-11-11 [colin]      3.6.1cvs22
8960         * src/summaryview.c
8961                 Fix "display sender using addressbook" when
8962                 prefs_common.swap_from is in use. Patch by
8963                 H. Merijn Brand
8965 2008-11-11 [colin]      3.6.1cvs21
8967         * src/autofaces.c
8968         * src/common/md5.c
8969         * src/common/md5.h
8970                 Make a few functions static
8972 2008-11-07 [colin]      3.6.1cvs20
8974         * src/mainwindow.c
8975         * src/summaryview.c
8976                 Fix crash when rebuilding colorlabel
8977                 menu
8978         * src/addrgather.c
8979         * src/editldap.c
8980         * src/prefs_account.c
8981         * src/prefs_compose_writing.c
8982         * src/prefs_logging.c
8983         * src/prefs_message.c
8984         * src/prefs_other.c
8985         * src/prefs_receive.c
8986         * src/prefs_summaries.c
8987         * src/prefs_wrapping.c
8988         * src/plugins/bogofilter/bogofilter_gtk.c
8989         * src/plugins/pgpcore/prefs_gpg.c
8990         * src/plugins/spamassassin/spamassassin_gtk.c
8991                 Fix deprecated use of page_size in 
8992                 gtkspinbutton adjustments
8994 2008-11-06 [mones]      3.6.1cvs19
8996         * src/mainwindow.c
8997                 Fix missing "About" in Help menu
8998         * tools/claws.i18n.status.pl
8999                 Fix header
9001 2008-11-05 [colin]      3.6.1cvs18
9003         * src/action.c
9004         * src/main.c
9005         * src/mainwindow.c
9006         * src/common/socket.c
9007         * src/common/socket.h
9008         * src/gtk/gtkutils.c
9009         * src/gtk/gtkutils.h
9010                 w32: Implement single launch (lock
9011                 socket); always put debug log to
9012                 the rc_dir; fix Start menu update
9013                 after registering as default Mail 
9014                 app
9016 2008-11-05 [colin]      3.6.1cvs17
9018         * src/mainwindow.c
9019                 Setting the Mail start menu item in HKCU 
9020                 confuses the Internet Options dialog. Do 
9021                 it in HKLM as this dialog does.
9023 2008-11-04 [colin]      3.6.1cvs16
9025         * src/common/w32_reg.c
9026                 Fix off-by-one
9028 2008-11-04 [colin]      3.6.1cvs15
9030         * src/procmime.c
9031                 w32: Fix getting content-type 
9032         * src/mimeview.c
9033         * src/prefs_common.c
9034         * src/prefs_common.h
9035         * src/prefs_ext_prog.c
9036         * src/textview.c
9037                 w32: better integration (use the
9038                 standard file associations instead
9039                 of our platform-unadapted open
9040                 dialog)
9041         * src/mainwindow.c
9042         * src/common/utils.c
9043         * src/common/w32_reg.c
9044         * src/common/w32lib.h
9045                 w32: better integration (allow 
9046                 setting Claws as default MUA)
9048 2008-11-01 [colin]      3.6.1cvs14
9050         * src/codeconv.c
9051                 Fix wrongly converted non-ascii characters
9052                 when locale's charset is US-ASCII (strict-mode
9053                 was failing in this case)
9055 2008-10-30 [colin]      3.6.1cvs13
9057         * src/mimeview.c
9058         * src/mimeview.h
9059         * src/textview.c
9060         * src/textview.h
9061                 Use one UI Manager per mimeview, instead of
9062                 the global one -- else user_data pointer gets
9063                 broken if opening and closing another message-
9064                 view, then using right-click on a mimeview's 
9065                 mimepart. Probably fixes bug 1711, 'Save-as
9066                 attachment crashes'
9068 2008-10-24 [paul]       3.6.1cvs12
9070         * tools/Makefile.am
9071         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9072         * tools/kdeservicemenu/install.sh
9073                 another, possibly the final?, attempt on getting this
9074                 sorted for kde4
9076 2008-10-24 [paul]       3.6.1cvs11
9078         * tools/kdeservicemenu/install.sh
9079                 fix servicemenu installation directory on kde4
9081 2008-10-24 [paul]       3.6.1cvs10
9083         * tools/kdeservicemenu/README
9084         * tools/kdeservicemenu/install.sh
9085                 add support for kde4 in addition to kde3.
9086                 a rework involving checking for kde4-config, then
9087                 kde-config, finally prompting the user for the
9088                 location of either if they cannot be found
9089                 
9091 2008-10-18 [paul]       3.6.1cvs9
9093         * tools/claws.i18n.status.pl
9094                 updated with latest translator info.
9095                 only print for languages defined in %langname
9097 2008-10-17 [paul]       3.6.1cvs8
9099         * src/plugins/pgpcore/sgpgme.c
9100                 when listing the uid's, show the uid validity
9102 2008-10-16 [paul]       3.6.1cvs7
9104         * INSTALL
9105                 updated
9107 2008-10-13 [wwp]        3.6.1cvs6
9109         * po/fr.po
9110                 Updated French translation.
9112 2008-10-11 [colin]      3.6.1cvs5
9114         * src/gtk/authors.h
9115                 Fix bug 1756, "Outdated translators list in About 
9116                 dialogue". Patch by Aleksei Miheev.
9118 2008-10-11 [colin]      3.6.1cvs4
9120         * src/account.c
9121         * src/imap.c
9122         * src/inc.c
9123         * src/main.c
9124         * src/mainwindow.c
9125         * src/news.c
9126         * src/pop.c
9127         * src/pop.h
9128         * src/prefs_account.c
9129         * src/send_message.c
9130         * src/send_message.h
9131         * src/ssl_manager.c
9132         * src/ssl_manager.h
9133         * src/wizard.c
9134         * src/common/claws.c
9135         * src/common/defs.h
9136         * src/common/session.c
9137         * src/common/session.h
9138         * src/common/smtp.c
9139         * src/common/smtp.h
9140         * src/common/socket.c
9141         * src/common/socket.h
9142         * src/common/ssl.c
9143         * src/common/ssl.h
9144         * src/common/ssl_certificate.c
9145         * src/common/ssl_certificate.h
9146         * src/gtk/about.c
9147         * src/gtk/sslcertwindow.c
9148         * src/gtk/sslcertwindow.h
9149                 Remove OpenSSL code
9151 2008-10-11 [colin]      3.6.1cvs3
9153         * src/common/ssl_certificate.c
9154                 Make local function static
9156 2008-10-10 [colin]      3.6.1cvs2
9158         * src/common/ssl.h
9159         * src/common/ssl_certificate.c
9160         * src/gtk/sslcertwindow.c
9161                 Add offline certificate verification,
9162                 thanks to Nikos Mavrogiannopoulos for the
9163                 hints
9165 2008-10-10 [colin]      3.6.1cvs1
9167         * src/common/ssl_certificate.c
9168         * src/gtk/sslcertwindow.c
9169                 Fix warnings
9171 2008-10-10 [paul]       3.6.1
9173         * m4/spamassassin.m4
9174                 remove openssl dross
9176         * NEWS
9177         * README
9178         * RELEASE_NOTES 
9179                 3.6.1 released!
9181 2008-10-10 [colin]      3.6.0cvs25
9183         * src/common/ssl.c
9184                 Tell libetpan it doesn't need to init
9185                 GnuTLS
9187 2008-10-10 [colin]      3.6.0cvs24
9189         * claws-mail.pc.in
9190                 Remove references to openssl
9192 2008-10-09 [colin]      3.6.0cvs23
9194         * configure.ac
9195                 Fix message
9197 2008-10-09 [colin]      3.6.0cvs22
9199         * configure.ac
9200                 Error out when building against openssl
9202 2008-10-09 [colin]      3.6.0cvs21
9204         * configure.ac
9205         * COPYING
9206         * src/crash.c
9207         * src/main.c
9208         * src/gtk/about.c
9209                 Disable OpenSSL due to requirement of
9210                 OpenSSL exception. Code not removed yet,
9211                 just in case, but disabled.
9213 2008-10-09 [colin]      3.6.0cvs20
9215         * configure.ac
9216         * src/Makefile.am
9217         * src/crash.c
9218         * src/gedit-print.c
9219         * src/gedit-print.h
9220         * src/main.c
9221         * src/mainwindow.c
9222         * src/messageview.c
9223         * src/prefs_ext_prog.c
9224         * src/prefs_fonts.c
9225         * src/prefs_image_viewer.c
9226         * src/printing.c
9227         * src/printing.h
9228         * src/summaryview.c
9229         * src/gtk/Makefile.am
9230         * src/gtk/about.c
9231         * src/gtk/gtksourceprintjob.c
9232         * src/gtk/gtksourceprintjob.h
9233                 Revert previous patch. It'd be better to remove
9234                 OpenSSL instead, as GnuTLS works as well.
9236 2008-10-09 [colin]      3.6.0cvs19
9238         * configure.ac
9239         * src/Makefile.am
9240         * src/crash.c
9241         * src/gedit-print.c
9242         * src/gedit-print.h
9243         * src/main.c
9244         * src/mainwindow.c
9245         * src/messageview.c
9246         * src/prefs_ext_prog.c
9247         * src/prefs_fonts.c
9248         * src/prefs_image_viewer.c
9249         * src/printing.c
9250         * src/printing.h
9251         * src/summaryview.c
9252         * src/gtk/Makefile.am
9253         * src/gtk/about.c
9254         * src/gtk/gtksourceprintjob.c
9255         * src/gtk/gtksourceprintjob.h
9256                 Remove the libgnomeprint interface (deprecated,
9257                 and fixes Debian's #501570, 'Copyright confusion')
9259 2008-10-09 [colin]      3.6.0cvs18
9261         * configure.ac
9262                 Require libetpan 0.57 (important fixes)
9264 2008-10-08 [paul]       3.6.0cvs17
9266         * src/prefs_filtering_action.c
9267         * src/prefs_matcher.c
9268                 enable re-ordering of the filtering/processing
9269                 condition and actions lists by drag'n'drop
9271 2008-10-08 [colin]      3.6.0cvs16
9273         * src/addressbook.c
9274                 Fix wrong menu title
9276 2008-10-07 [colin]      3.6.0cvs15
9278         * src/imap.c
9279                 After thinking, revert this. It's only a minor
9280                 annoyance to GSSAPI users, and I can't test this
9281                 right now. Postponed until after next good release.
9283 2008-10-07 [colin]      3.6.0cvs14
9285         * src/imap.c
9286                 Don't ask for a password when using GSSAPI
9288 2008-10-07 [colin]      3.6.0cvs13
9290         * src/mainwindow.c
9291                 Fix build with GTK+ < 2.14
9293 2008-10-07 [colin]      3.6.0cvs12
9295         * src/mainwindow.c
9296         * src/mainwindow.h
9297         * src/prefs_common.c
9298         * src/prefs_common.h
9299         * src/summaryview.c
9300         * src/gtk/colorlabel.c
9301                 Fix bug 1749, 'Shortcut keys for color labels 
9302                 not changeable'
9303                 Make fullscreen a setting remembered between
9304                 sessions
9306 2008-10-07 [colin]      3.6.0cvs11
9308         * src/prefs_other.c
9309                 Fix bug 1747, 'Wanderlust keybindings no longer 
9310                 working (regression)'
9312 2008-10-07 [colin]      3.6.0cvs10
9314         * src/mainwindow.c
9315                 Make fullscreen a real menu item
9317 2008-10-07 [colin]      3.6.0cvs9
9319         * src/mainwindow.c
9320                 Make sure we won't save size when
9321                 fullscreening
9323 2008-10-06 [colin]      3.6.0cvs8
9325         * src/mainwindow.c
9326         * src/mainwindow.h
9327                 Handle fullscreen via F11. Patch by
9328                 Michael Rasmussen
9330 2008-10-06 [colin]      3.6.0cvs7
9332         * src/common/ssl.c
9333                 Fix return value when setting client cert
9335 2008-10-04 [colin]      3.6.0cvs6
9337         * src/mimeview.c
9338                 Fix bug 1742, 'Attachment list contents not 
9339                 visible/scrollable'
9341 2008-10-04 [paul]       3.6.0cvs5
9343         * src/mainwindow.c
9344                 fix failure of Hide toolbar option on restart
9346 2008-10-04 [colin]      3.6.0cvs4
9348         * src/addressbook.c
9349         * src/compose.c
9350         * src/mainwindow.c
9351         * src/messageview.c
9352         * src/summaryview.c
9353                 Maemo: Fix bug 1737, Crashes upon opening
9355 2008-10-04 [paul]       3.6.0cvs3
9357         * po/pt_BR.po
9358                 submitted (just a little late) by Frederico
9359                 Goncalves Guimaraes
9361 2008-10-03 [wwp]        3.6.0cvs2
9363         * po/fr.po
9364                 Many fixes, mostly in menus and accelerators.
9366 2008-10-03 [colin]      3.6.0cvs1
9368         * src/gtk/filesel.c
9369                 Allow network mounts with new GTKs: they're
9370                 available via FUSE mounts and we don't need
9371                 GVFS.
9373 2008-10-03 [paul]       3.6.0
9375         * NEWS
9376         * README
9377         * RELEASE_NOTES 
9378                 3.6.0 released!
9380 2008-10-03 [paul]       3.5.0cvs145
9382         * configure.ac
9383         * po/bg.po
9384         * po/nl.po
9385         * po/ru.po
9386         * po/sv.po
9387                 new translations. added by Yasen Pramatarov,
9388                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9389         * po/ca.po
9390         * po/de.po
9391         * po/fi.po
9392         * po/fr.po
9393         * po/hu.po
9394         * po/it.po
9395         * po/pl.po
9396         * po/zh_CN.po
9397                 updated translations. submitted by Miquel Oliete,
9398                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9399                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9401 2008-10-02 [colin]      3.5.0cvs144
9403         * src/common/session.c
9404                 Fix crash when connection fails on windows
9406 2008-10-01 [colin]      3.5.0cvs143
9408         * src/imap.c
9409                 Real fix for FS-unsafe chars on win32
9411 2008-10-01 [colin]      3.5.0cvs142
9413         * src/imap.c
9414                 Encode prohibited filenames on win32
9416 2008-09-30 [mones]      3.5.0cvs141
9418         * src/ldapctrl.c
9419         * src/main.c
9420         * src/prefs_themes.c
9421         * src/printing.c
9422                 Fix output of some debug messages
9424 2008-09-30 [colin]      3.5.0cvs140
9426         * src/addrbook.c
9427         * src/addrharvest.c
9428         * src/compose.c
9429         * src/jpilot.c
9430         * src/mh.c
9431         * src/prefs_themes.c
9432         * src/procheader.c
9433         * src/procmime.c
9434         * src/summaryview.c
9435         * src/common/utils.c
9436         * src/gtk/sslcertwindow.c
9437                 Win32: Fix time usage; use g_stat
9439 2008-09-29 [colin]      3.5.0cvs139
9441         * src/common/utils.c
9442                 Fix case-sensitive match of subject
9443                 prefixes on win32
9445 2008-09-29 [colin]      3.5.0cvs138
9447         * src/folder_item_prefs.c
9448         * src/folder_item_prefs.h
9449         * src/matcher.c
9450         * src/prefs_folder_item.c
9451         * src/prefs_matcher.c
9452         * src/summaryview.c
9453         * src/common/string_match.c
9454         * src/common/utils.c
9455                 Fix a huge leak (dozens of megs per folder
9456                 change) on Windows: disable regexps 
9458 2008-09-28 [paul]       3.5.0cvs137
9460         * po/en_GB.po
9461                 updated
9463 2008-09-27 [colin]      3.5.0cvs136
9465         * src/account.c
9466         * src/account.h
9467                 Add accessor for cur_account
9469 2008-09-27 [colin]      3.5.0cvs135
9471         * src/imap.c
9472                 Fix crash when error happen on session establishment
9474 2008-09-26 [mones]      3.5.0cvs134
9476         * po/es.po
9477                 Updated for release
9479 2008-09-26 [colin]      3.5.0cvs133
9481         * src/plugins/pgpcore/claws.def
9482                 Fix symbol
9484 2008-09-26 [colin]      3.5.0cvs132
9486         * src/prefs_common.c
9487         * src/prefs_common.h
9488         * src/plugins/pgpcore/pgp_viewer.c
9489                 Add an accessor to prefs_common for plugins
9490                 (Win32 fix)
9492 2008-09-25 [colin]      3.5.0cvs131
9494         * src/main.c
9495                 Fix bug 1725, 'useless lines in clawsrc'
9496         * src/plugins/smime/mypgpcore.def
9497                 Add a missing symbol
9499 2008-09-25 [paul]       3.5.0cvs130
9501         * src/plugins/smime/mypgpcore.def
9502         * src/plugins/smime/plugin.def
9503         * src/plugins/smime/version.rc
9504                 add these windows-specific files
9505                 (Thanks to Colin)
9507 2008-09-25 [colin]      3.5.0cvs129
9509         * src/main.c
9510                 Load standard plugins only on first run
9512 2008-09-25 [colin]      3.5.0cvs128
9514         * src/codeconv.c
9515                 Fix build...
9517 2008-09-24 [colin]      3.5.0cvs127
9519         * src/codeconv.c
9520                 Add nb_NO's charset (iso-8859-1)
9522 2008-09-24 [colin]      3.5.0cvs126
9524         * src/common/utils.c
9525                 Fix get_mail_base_dir() on windows
9526                 (was synced from main ages ago)
9528 2008-09-24 [colin]      3.5.0cvs125
9530         * src/main.c
9531         * src/wizard.c
9532                 Integrate better with Windows' style
9534 2008-09-23 [paul]       3.5.0cvs124
9536         * src/compose.c
9537         * src/mainwindow.c
9538         * src/messageview.c
9539                 offer these strings to translators too 
9541 2008-09-23 [colin]      3.5.0cvs123
9543         * configure.ac
9544                 Add a --disable-dbus flag in case we want
9545                 no DBUS even if headers are available (like
9546                 for building gpg4win)
9547         * src/filtering.c
9548         * src/mainwindow.c
9549         * src/prefs_logging.c
9550         * src/common/utils.c
9551         * src/plugins/pgpcore/sgpgme.c
9552         * src/plugins/smime/claws.def
9553                 Windows fixes:
9554                 - disable filtering log (it's crashy for
9555                   some reason)
9556                 - fix gmtime_r when time is -1 (before 01/01/70)
9557                 - add symbols for smime
9559 2008-09-22 [colin]      3.5.0cvs122
9561         * src/common/utils.c
9562         * src/account.c
9563                 Remove raw printf
9564         * src/compose.c
9565                 Fix cursor position after changing account
9566         * src/imap.c
9567         * src/mimeview.c
9568         * src/news.c
9569                 Fix absolute path detection 
9571 2008-09-21 [colin]      3.5.0cvs121
9573         * src/gtk/gtkaspell.c
9574                 Don't try to use empty dictionaries
9576 2008-09-20 [colin]      3.5.0cvs120
9578         * po/POTFILES.in
9579                 Add the new files to the translations
9581 2008-09-20 [colin]      3.5.0cvs119
9583         * configure.ac
9584         * src/plugins/Makefile.am
9585         * src/plugins/smime/Makefile.am
9586         * src/plugins/smime/plugin.c
9587         * src/plugins/smime/smime.c
9588         * src/plugins/smime/smime.deps
9589         * src/plugins/smime/smime.h
9590                 Include S/Mime plugin in the main plugins
9591                 Will ease the Gpg4win team's work
9593 2008-09-20 [colin]      3.5.0cvs118
9595         * src/autofaces.c
9596         * src/compose.c
9597         * src/ldapquery.c
9598         * src/main.c
9599         * src/news.c
9600         * src/common/socket.c
9601         * src/gtk/gtkutils.c
9602         * src/plugins/pgpcore/claws.def
9603                 Windows: more fixes, thanks to wwp and
9604                 Marcus Brinkmann
9606 2008-09-20 [colin]      3.5.0cvs117
9608         * src/imap.c
9609                 Tell on which server errors happened
9611 2008-09-20 [colin]      3.5.0cvs116
9613         * src/etpan/etpan-thread-manager.c
9614         * src/etpan/imap-thread.c
9615         * src/etpan/nntp-thread.c
9616                 Windows: Fix hang on IMAP/NNTP
9618 2008-09-20 [colin]      3.5.0cvs115
9620         * src/common/utils.c
9621                 Fix bug 1723, "Buffer overflow crash caused by 
9622                 preview in 'Date format help' dialog box"
9623                 Also, optimise fast_strftime a bit :)
9625 2008-09-18 [colin]      3.5.0cvs114
9627         * src/procmime.c
9628         * src/textview.c
9629                 Check for NULLs before str* functions
9631 2008-09-18 [colin]      3.5.0cvs113
9633         * src/messageview.c
9634         * src/procmime.c
9635         * src/textview.c
9636                 Handle html parts in multipart/related
9637                 Decode ISO-8859-1 as Windows-1252 (the former
9638                 is a subset of the latter) in order to 
9639                 workaround Outlook mails misencoding
9640         * src/gtk/logwindow.c
9641         * src/gtk/logwindow.h
9642                 Clear mainwindow's error pixmap when the
9643                 error scrolls out of the log
9645 2008-09-17 [colin]      3.5.0cvs112
9647         * src/image_viewer.c
9648                 Fix image loading (multiple childs added to 
9649                 scrolledwindow, break of the resize functionality)
9650         * src/account.c
9651         * src/prefs_folder_item.c
9652         * src/prefs_spelling.c
9653         * src/gtk/gtkaspell.c
9654                 Better fix problems with dictionaries updates
9656 2008-09-17 [colin]      3.5.0cvs111
9658         * src/common/utils.c
9659                 Fix double-opening (fixes multiple signatures when
9660                 using signify)
9662 2008-09-16 [colin]      3.5.0cvs110
9664         * src/prefs_account.c
9665         * src/prefs_folder_item.c
9666         * src/prefs_spelling.c
9667         * src/gtk/gtkaspell.c
9668                 Better stripping of aspell dictionaries names
9670 2008-09-16 [colin]
9672         * 3.6.0-rc1 released
9674 2008-09-16 [colin]      3.5.0cvs109
9676         * src/account.c
9677         * src/inc.c
9678         * src/mainwindow.c
9679         * src/prefs_account.h
9680         * src/prefs_other.c
9681         * src/send_message.c
9682         * src/gtk/inputdialog.c
9683                 Don't add a pref to allow remembering passwords
9684                 (Just not checking the checkbox is enough)
9686 2008-09-16 [colin]      3.5.0cvs108
9688         * configure.ac
9689                 Require libetpan 0.56 as 0.55 is crashy
9690         * src/messageview.c
9691                 Fix english
9692         * src/gtk/inputdialog.c
9693         * src/gtk/inputdialog.h
9694                 Fix warnings
9696 2008-09-16 [wwp]        3.5.0cvs107
9698         * src/compose.c
9699                 Complete 3.5.0cvs106 by removing a function that got
9700                 moved to account.[ch].
9702 2008-09-16 [wwp]        3.5.0cvs106
9704         * src/account.c
9705         * src/account.h
9706         * src/compose.c
9707         * src/quote_fmt.c
9708         * src/quote_fmt_lex.l
9709         * src/quote_fmt_parse.y
9710                 Add account signature (path and value string) manipulation
9711                 keywords to the template processor. It's now possible in
9712                 all templates to insert the account signature to an
9713                 arbitrary location or to pass it to a external script for
9714                 further editing.
9717 2008-09-16 [mones]      3.5.0cvs105
9719         * src/imap.c
9720         * src/inc.c
9721         * src/mainwindow.c
9722         * src/mainwindow.h
9723         * src/news.c
9724         * src/prefs_account.h
9725         * src/prefs_common.c
9726         * src/prefs_common.h
9727         * src/prefs_other.c
9728         * src/send_message.c
9729         * src/gtk/inputdialog.c
9730         * src/gtk/inputdialog.h
9731                 Implement session passwords: unsaved passwords for receiving
9732                 or sending of accounts can be remembered while running to 
9733                 avoid repetitive typing.
9734                 As keeping passwords in memory is unsafe a new preference 
9735                 in Other page is added to activate or not such capability.
9737 2008-09-14 [colin]      3.5.0cvs104
9739         * src/codeconv.c
9740         * src/codeconv.h
9741                 Make conv_iconv_strdup static
9743 2008-09-12 [colin]      3.5.0cvs103
9745         * claws-mail.pc.in
9746         * src/Makefile.am
9747         * src/compose.c
9748         * src/compose.h
9749         * src/crash.c
9750         * src/folder_item_prefs.c
9751         * src/folder_item_prefs.h
9752         * src/main.c
9753         * src/prefs_account.c
9754         * src/prefs_common.c
9755         * src/prefs_common.h
9756         * src/prefs_folder_item.c
9757         * src/prefs_spelling.c
9758         * src/prefs_template.c
9759         * src/quote_fmt.h
9760         * src/quote_fmt_parse.y
9761         * src/toolbar.c
9762         * src/toolbar.h
9763         * src/gtk/Makefile.am
9764         * src/gtk/about.c
9765         * src/gtk/filesel.c
9766         * src/gtk/gtkaspell.c
9767         * src/gtk/gtkaspell.h
9768         * src/plugins/bogofilter/Makefile.am
9769         * src/plugins/dillo_viewer/Makefile.am
9770         * src/plugins/spamassassin/Makefile.am
9771         * src/plugins/trayicon/Makefile.am
9772                 Switch spellchecker to Enchant
9774 2008-09-12 [paul]       3.5.0cvs102
9776         * tools/README
9777         * tools/csv2addressbook.pl
9778                 add support for Fox Mail
9780 2008-09-12 [paul]       3.5.0cvs101
9782         * src/compose.c
9783         * src/prefs_wrapping.c
9784                 changes to English
9786 2008-09-12 [paul]       3.5.0cvs100
9788         * configure.ac
9789                 revert cvs99's libenchant commit error
9791 2008-09-12 [colin]      3.5.0cvs99
9793         * src/inc.c
9794                 Only go to inbox if there are new mails
9795                 (and fetch was manual)
9797 2008-09-10 [colin]      3.5.0cvs98
9799         * src/inc.c
9800         * src/summaryview.c
9801         * src/common/session.c
9802                 Use g_timeout_add_seconds instead of g_timeout_add
9803                 on glib >= 2.14 when we don't need precision on the 
9804                 delay. This helps reducing power consumption:
9805                 http://mjg59.livejournal.com/74651.html
9807 2008-09-10 [colin]      3.5.0cvs97
9809         * src/compose.c
9810                 Don't save window size and position when
9811                 compose is hidden (filtering action)
9813 2008-09-09 [colin]      3.5.0cvs96
9815         * src/action.h
9816         * src/addr_compl.c
9817         * src/addressadd.c
9818         * src/addressbook.h
9819         * src/addressbook_foldersel.c
9820         * src/addressitem.h
9821         * src/addrgather.c
9822         * src/alertpanel.c
9823         * src/browseldap.c
9824         * src/editaddress.c
9825         * src/editaddress_other_attributes_ldap.h
9826         * src/editbook.c
9827         * src/editjpilot.c
9828         * src/editldap.c
9829         * src/editldap_basedn.c
9830         * src/editvcard.c
9831         * src/exphtmldlg.c
9832         * src/expldifdlg.c
9833         * src/export.c
9834         * src/foldersel.c
9835         * src/foldersel.h
9836         * src/gedit-print.c
9837         * src/gedit-print.h
9838         * src/grouplistdialog.c
9839         * src/headerview.c
9840         * src/headerview.h
9841         * src/image_viewer.c
9842         * src/import.c
9843         * src/importldif.c
9844         * src/importmutt.c
9845         * src/importpine.c
9846         * src/inc.c
9847         * src/main.c
9848         * src/main.h
9849         * src/messageview.c
9850         * src/messageview.h
9851         * src/noticeview.c
9852         * src/prefs_actions.c
9853         * src/prefs_filtering.c
9854         * src/prefs_folder_column.c
9855         * src/prefs_gtk.h
9856         * src/prefs_summary_column.c
9857         * src/prefs_toolbar.c
9858         * src/send_message.c
9859         * src/setup.c
9860         * src/sourcewindow.c
9861         * src/sourcewindow.h
9862         * src/ssl_manager.c
9863         * src/statusbar.c
9864         * src/statusbar.h
9865         * src/stock_pixmap.c
9866         * src/stock_pixmap.h
9867         * src/summaryview.c
9868         * src/textview.c
9869         * src/textview.h
9870         * src/undo.h
9871         * src/uri_opener.c
9872         * src/wizard.c
9873         * src/wizard.h
9874         * src/common/ssl.h
9875         * src/common/utils.c
9876         * src/gtk/about.c
9877         * src/gtk/colorlabel.c
9878         * src/gtk/colorlabel.h
9879         * src/gtk/combobox.h
9880         * src/gtk/description_window.c
9881         * src/gtk/filesel.c
9882         * src/gtk/gtkaspell.c
9883         * src/gtk/gtkaspell.h
9884         * src/gtk/gtkcmclist.c
9885         * src/gtk/gtkcmclist.h
9886         * src/gtk/gtkcmctree.c
9887         * src/gtk/gtkcmctree.h
9888         * src/gtk/gtkcmoptionmenu.h
9889         * src/gtk/gtksctree.c
9890         * src/gtk/gtksctree.h
9891         * src/gtk/gtkshruler.c
9892         * src/gtk/gtkshruler.h
9893         * src/gtk/gtksourceprintjob.c
9894         * src/gtk/gtksourceprintjob.h
9895         * src/gtk/gtkutils.c
9896         * src/gtk/gtkutils.h
9897         * src/gtk/gtkvscrollbutton.c
9898         * src/gtk/gtkvscrollbutton.h
9899         * src/gtk/icon_legend.c
9900         * src/gtk/inputdialog.c
9901         * src/gtk/logwindow.c
9902         * src/gtk/logwindow.h
9903         * src/gtk/manage_window.c
9904         * src/gtk/manage_window.h
9905         * src/gtk/menu.c
9906         * src/gtk/prefswindow.c
9907         * src/gtk/progressdialog.c
9908         * src/gtk/progressdialog.h
9909         * src/plugins/bogofilter/bogofilter_gtk.c
9910         * src/plugins/pgpcore/passphrase.c
9911         * src/plugins/spamassassin/spamassassin_gtk.c
9912         * src/plugins/trayicon/trayicon.c
9913         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9914         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
9915         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
9916         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
9917         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
9918                 Complete GTK+ 2.14 undeprecation
9919                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
9921 2008-09-09 [colin]      3.5.0cvs95
9923         * src/gtk/gtkcmclist.h
9924                 Fix build on GTK+ 2.14
9926 2008-09-08 [colin]      3.5.0cvs94
9928         * src/noticeview.c
9929         * src/noticeview.h
9930                 Remove GtkSignalFunc
9932 2008-09-07 [colin]      3.5.0cvs93
9934         * src/addressadd.c
9935         * src/addressbook_foldersel.c
9936         * src/gtk/gtkcmclist.c
9937         * src/gtk/gtkcmclist.h
9938         * src/gtk/gtkcmctree.c
9939         * src/gtk/gtkcmctree.h
9940         * src/gtk/gtksctree.c
9941         * src/gtk/prefswindow.c
9942         * src/gtk/prefswindow.h
9943                 Use GDestroyNotify instead of GtkDestroyNotify
9944                 (deprecated in GTK+ 2.14)
9946 2008-09-07 [colin]      3.5.0cvs92
9948         * src/textview.c
9949                 Fix bug 1712, 'invalid "Phishing attempt warning" 
9950                 when linked text ends with spaces'
9952 2008-09-05 [colin]      3.5.0cvs91
9954         * src/procmime.c
9955                 Maybe fix bug 1711, 'Save-as attachment crashes'
9956                 Possibly wrong free() due to pointer shifting
9958 2008-09-05 [colin]      3.5.0cvs90
9960         * src/compose.c
9961                 Fix bug 1710, 'User misreads "Discard Message" 
9962                 as "Discard Changes"'. Propose to save or discard
9963                 only the latest changes when closing an existing
9964                 draft. Autosave may still have saved parts of the
9965                 edit session.
9967 2008-09-04 [colin]      3.5.0cvs89
9969         * src/summaryview.c
9970                 Fix bug 1707, 'Segfault when sorting on non-visible column'
9972 2008-09-01 [colin]      3.5.0cvs88
9974         * src/imap.c
9975         * src/summaryview.c
9976         * src/common/tags.c
9977         * src/etpan/imap-thread.c
9978         * src/etpan/imap-thread.h
9979                 Store spam flag on IMAP (Junk/NonJunk, as 
9980                 ThunderBird does - this is nonstandard)
9982 2008-08-31 [wwp]        3.5.0cvs87
9984         * ChangeLog
9985                 Fix globish edition^Wediting.
9987 2008-08-31 [wwp]        3.5.0cvs86
9989         * src/addressbook.c
9990                 Don't break nickname editing for non-LDAP books (nickname
9991                 value was overwritten when editing existing contact, this
9992                 came from 3.0.2cvs109).
9994 2008-08-30 [colin]      3.5.0cvs85
9996         * src/mainwindow.c
9997         * src/summaryview.c
9998                 Fix "Apply tags..." key shortcut
10000 2008-08-29 [iwkse]      3.5.0cvs84
10002         * src/summaryview.c
10003                         Bit of clean:)
10005 2008-08-29 [iwkse]      3.5.0cvs83
10007         * src/summaryview.c
10008                         Disable "Move to trash" action if
10009                         we are in a trash-like folder.
10010                         Thanks to colinl
10012 2008-08-29 [paul]       3.5.0cvs82
10014         * configure.ac
10015                 bump up libetpan version requirement since
10016                 0.55 is released now
10018 2008-08-28 [wwp]        3.5.0cvs81
10020         * src/account.c
10021         * src/pop.c
10022         * src/prefs_account.c
10023         * src/prefs_account.h
10024                 Add finer granularity to the POP3's remove-after delay (now in
10025                 hours in addition to in days), patch by Paul Rolland.
10027 2008-08-28 [wwp]        3.5.0cvs80
10029         * src/gtk/combobox.c
10030                 Fix a typo in a comment.
10032 2008-08-28 [iwkse]      3.5.0cvs79
10034         * src/account.c
10035         * src/prefs_actions.c
10036         * src/prefs_filtering.c
10037         * src/prefs_template.c
10038                         Add search feature to the account, 
10039                         template and action dialog.
10040                         It's turned on selecting one row
10041                         of the list and typing some random
10042                         letter. Thanks to wwp, colinl
10044 2008-08-28 [colin]      3.5.0cvs78
10046         * src/Makefile.am
10047         * src/account.c
10048         * src/compose.c
10049         * src/prefs_account.c
10050         * src/prefs_account.h
10051         * src/privacy.c
10052         * src/privacy.h
10053         * src/procmime.c
10054         * src/stock_pixmap.c
10055         * src/stock_pixmap.h
10056         * src/summaryview.c
10057         * src/pixmaps/key_gpg_signed.xpm
10058                 Fix bug 1412, "Sign reply, if mail was signed"
10059                 Add an account preference to sign replies to signed mails
10061 2008-08-28 [iwkse]      3.5.0cvs77
10063         * src/prefs_filtering.c
10064                 Making the search more useful,
10065                 jumping directly to the relative rule.
10067 2008-08-27 [colin]      3.5.0cvs76
10069         * src/main.c
10070                 Add a bit of info
10072 2008-08-27 [colin]      3.5.0cvs75
10074         * src/gtk/gtkcmctree.c
10075                 Fix a few ifdefs
10077 2008-08-26 [colin]      3.5.0cvs74
10079         * src/gtk/gtkcmctree.c
10080                 Fix missing inits on old glib
10082 2008-08-26 [wwp]        3.5.0cvs73
10084         * src/common/utils.c
10085                 Added 'Fwd' to the list of known common subject prefixes.
10087 2008-08-25 [iwkse]      3.5.0cvs72
10089         * src/image_viewer.c
10090                 Add animated gif support to the
10091                 message preview.
10093 2008-08-25 [colin]      3.5.0cvs71
10095         * src/gtk/gtkcmctree.c
10096                 Make sure work isn't null
10098 2008-08-24 [colin]      3.5.0cvs70
10100         * src/common/ssl.c
10101                 Fix typo on SSL_CERT_DIR
10103 2008-08-23 [holger]     3.5.0cvs69
10105         * src/printing.c
10106                 Fix bug 1699 'Separator line mis-placed when
10107                 printing some e-mails'. The number of header lines
10108                 was not correctly calculated when Pango inserts
10109                 linebreaks
10111 2008-08-23 [colin]      3.5.0cvs68
10113         * src/mainwindow.c
10114                 Fix the account selector button; thanks
10115                 to wwp
10117 2008-08-21 [colin]      3.5.0cvs67
10119         * src/compose.c
10120         * src/compose.h
10121                 Add a compose preference for auto-indent
10122         * src/mainwindow.c
10123         * src/summaryview.c
10124                 Make colorlabel accels a bit less hacky
10126 2008-08-21 [colin]      3.5.0cvs66
10128         * src/compose.c
10129         * src/prefs_common.c
10130         * src/prefs_common.h
10131         * src/prefs_wrapping.c
10132                 Add a preference for autoindent; fix no_join tag
10133                 being applied to whole lines instead of just \n when
10134                 creating a line 
10136 2008-08-21 [colin]      3.5.0cvs65
10138         * src/compose.c
10139                 Add support for auto-indentation
10141 2008-08-19 [colin]      3.5.0cvs64
10143         * src/compose.c
10144                 Save Autowrap status in drafts/queued mails
10146 2008-08-19 [colin]      3.5.0cvs63
10148         * src/mainwindow.c
10149                 Fix a comment (in reality, test commit on
10150                 the new CVS server)
10152 2008-08-17 [colin]      3.5.0cvs62
10154         * src/prefs_actions.c
10155         * src/procmime.c
10156         * src/wizard.c
10157         * src/common/socket.h
10158         * src/gtk/gtkcmctree.c
10159                 Fix warnings
10161 2008-08-16 [colin]      3.5.0cvs61
10163         * src/editaddress_other_attributes_ldap.h
10164                 Add 'l' field (localityName)
10166 2008-08-16 [colin]      3.5.0cvs60
10168         * src/mainwindow.c
10169         * src/gtk/gtkcmclist.c
10170         * src/gtk/gtkcmclist.h
10171         * src/gtk/gtkcmctree.c
10172         * src/gtk/gtksctree.c
10173         * src/gtk/gtkutils.c
10174         * src/gtk/gtkvscrollbutton.c
10175                 Fix Maemo build (OS2007)
10177 2008-08-14 [colin]      3.5.0cvs59
10179         * src/folder.c
10180                 Don't crash if parent is null when creating
10181                 a folder
10182         * src/gtk/pluginwindow.c
10183                 Don't crash on race when closing window while
10184                 a plugin is loading and does gtk_iterations
10186 2008-08-13 [colin]      3.5.0cvs58
10188         * src/messageview.c
10189         * src/messageview.h
10190         * src/mimeview.c
10191                 Fix bug 1696, 'Viewing binary attachements 
10192                 as text over 1 MB' (various buglets)
10194 2008-08-10 [colin]      3.5.0cvs57
10196         * src/summaryview.c
10197         * src/gtk/gtkcmclist.c
10198                 Continue fixing GTK < 2.12 build, thanks to
10199                 Michael Hugues
10201 2008-08-10 [colin]      3.5.0cvs56
10203         * src/gtk/gtksctree.c
10204                 Fix build on GTK < 2.12
10206 2008-08-09 [colin]      3.5.0cvs55
10208         * src/mainwindow.c
10209                 Fix untranslatable strings, thanks to
10210                 Stephan Sachse
10212 2008-08-07 [colin]      3.5.0cvs54
10214         * src/compose.c
10215         * src/editaddress.c
10216         * src/folderview.c
10217         * src/mainwindow.c
10218         * src/message_search.c
10219         * src/mimeview.c
10220         * src/noticeview.c
10221         * src/prefs_account.c
10222         * src/prefs_common.c
10223         * src/prefs_customheader.c
10224         * src/prefs_ext_prog.c
10225         * src/prefs_filtering_action.c
10226         * src/prefs_gtk.c
10227         * src/prefs_logging.c
10228         * src/prefs_matcher.c
10229         * src/prefs_msg_colors.c
10230         * src/procmime.c
10231         * src/summary_search.c
10232         * src/summaryview.c
10233         * src/toolbar.c
10234         * src/gtk/colorsel.c
10235         * src/gtk/gtkaspell.c
10236         * src/gtk/gtkutils.c
10237         * src/gtk/gtkutils.h
10238         * src/gtk/inputdialog.c
10239         * src/gtk/pluginwindow.c
10240         * src/gtk/quicksearch.c
10241         * src/plugins/bogofilter/bogofilter_gtk.c
10242         * src/plugins/dillo_viewer/dillo_prefs.c
10243         * src/plugins/spamassassin/spamassassin_gtk.c
10244                 - Fix Ctrl-Space shortcut
10245                 - Fix mime-parsing bug in procmime (cvs52)
10246                 - Fix double-free in procmime (cvs52)
10247                 - Use gtk_bin_get_child instead of GTK_BIN()->child
10248                 - Fix Goto menu in mainwindow
10250 2008-08-07 [mones]      3.5.0cvs53
10252         * po/es.po
10253                 Updated translation (lots of changes!)
10254         * src/compose.c
10255                 Add missing accelerator key
10256         * src/mainwindow.c
10257                 Restored 'v' key function (thanks Colin!)
10259 2008-08-06 [colin]      3.5.0cvs52
10261         * src/addrbook.c
10262         * src/addrcindex.c
10263         * src/addrduplicates.c
10264         * src/addrharvest.c
10265         * src/enriched.c
10266         * src/html.c
10267         * src/ldif.c
10268         * src/mimeview.c
10269         * src/mutt.c
10270         * src/pine.c
10271         * src/procmime.c
10272         * src/vcard.c
10273         * src/wizard.c
10274                 Fix my use of g_utf8_strdown (it returns
10275                 a newly allocated string and doesn't
10276                 change the parameter)
10278 2008-08-06 [colin]      3.5.0cvs51
10280         * src/compose.c
10281                 Fix bug 1690, 'Copy/Paste in edit window may 
10282                 break Undo'; middle-click pastes aren't 
10283                 REPLACE_INSERT but just INSERT. 
10284                 Also, fix privacy menu selection
10286 2008-08-05 [colin]      3.5.0cvs50
10288         * src/action.c
10289         * src/addr_compl.c
10290         * src/addrbook.c
10291         * src/addrcindex.c
10292         * src/addrduplicates.c
10293         * src/addrharvest.c
10294         * src/enriched.c
10295         * src/html.c
10296         * src/ldif.c
10297         * src/main.c
10298         * src/mimeview.c
10299         * src/mutt.c
10300         * src/pine.c
10301         * src/procmime.c
10302         * src/vcard.c
10303         * src/wizard.c
10304         * src/common/socket.c
10305         * src/gtk/gtkutils.c
10306         * src/gtk/gtkutils.h
10307         * src/gtk/menu.c
10308         * src/plugins/spamassassin/spamassassin.c
10309                 More undeprecation (Glib)
10311 2008-08-05 [colin]      3.5.0cvs49
10313         * src/prefs_account.c
10314         * src/prefs_filtering_action.c
10315         * src/prefs_matcher.c
10316         * src/gtk/Makefile.am
10317         * src/gtk/claws-marshal.list
10318         * src/gtk/colorlabel.c
10319         * src/gtk/colorsel.c
10320         * src/gtk/foldersort.c
10321         * src/gtk/gtkaspell.c
10322         * src/gtk/gtkcmclist.c
10323         * src/gtk/gtkcmclist.h
10324         * src/gtk/gtkcmctree.c
10325         * src/gtk/gtkcmctree.h
10326         * src/gtk/gtkcmoptionmenu.c
10327         * src/gtk/gtkcmoptionmenu.h
10328         * src/gtk/gtksctree.c
10329         * src/gtk/gtksctree.h
10330         * src/gtk/gtkutils.c
10331         * src/gtk/gtkutils.h
10332         * src/gtk/gtkvscrollbutton.c
10333         * src/gtk/menu.c
10334         * src/gtk/menu.h
10335         * src/gtk/quicksearch.c
10336         * src/plugins/dillo_viewer/dillo_viewer.c
10337         * src/plugins/pgpcore/select-keys.c
10338                 Try to finish yesterday's commit
10340 2008-08-04 [colin]      3.5.0cvs48
10342         * src/addressadd.c
10343         * src/addressbook.c
10344         * src/addressbook_foldersel.c
10345         * src/addressitem.h
10346         * src/addrgather.c
10347         * src/browseldap.c
10348         * src/compose.c
10349         * src/compose.h
10350         * src/editaddress.c
10351         * src/editaddress_other_attributes_ldap.c
10352         * src/editgroup.c
10353         * src/editldap_basedn.c
10354         * src/folderview.c
10355         * src/folderview.h
10356         * src/grouplistdialog.c
10357         * src/image_viewer.c
10358         * src/imap_gtk.c
10359         * src/importldif.c
10360         * src/main.c
10361         * src/mainwindow.c
10362         * src/message_search.c
10363         * src/mh_gtk.c
10364         * src/mimeview.c
10365         * src/mimeview.h
10366         * src/news_gtk.c
10367         * src/noticeview.h
10368         * src/prefs_account.c
10369         * src/prefs_filtering_action.c
10370         * src/prefs_matcher.c
10371         * src/prefs_msg_colors.c
10372         * src/prefs_summaries.c
10373         * src/statusbar.c
10374         * src/stock_pixmap.c
10375         * src/summary_search.c
10376         * src/summaryview.c
10377         * src/summaryview.h
10378         * src/textview.c
10379         * src/toolbar.h
10380         * src/gtk/Makefile.am
10381         * src/gtk/claws-marshal.list
10382         * src/gtk/colorsel.c
10383         * src/gtk/foldersort.c
10384         * src/gtk/gtkaspell.c
10385         * src/gtk/gtkcmclist.c
10386         * src/gtk/gtkcmclist.h
10387         * src/gtk/gtkcmctree.c
10388         * src/gtk/gtkcmctree.h
10389         * src/gtk/gtksctree.c
10390         * src/gtk/gtksctree.h
10391         * src/gtk/gtkutils.c
10392         * src/gtk/gtkutils.h
10393         * src/gtk/gtkvscrollbutton.c
10394         * src/gtk/menu.c
10395         * src/gtk/menu.h
10396         * src/gtk/quicksearch.c
10397         * src/plugins/dillo_viewer/dillo_viewer.c
10398         * src/plugins/pgpcore/select-keys.c
10399                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10400                 Undeprecate their implementation (GtkArg, GtkType, ...)
10401                 Undeprecate a few other things here and there
10402                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10403                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10404                 still have work to do
10406 2008-08-04 [colin]      3.5.0cvs47
10408         * src/compose.c
10409         * src/compose.h
10410         * src/toolbar.h
10411         * src/textview.c
10412         * src/stock_pixmap.c
10413         * src/statusbar.c
10414         * src/noticeview.h
10415         * src/mimeview.h
10416         * src/mainwindow.c
10417         * src/image_viewer.c
10418         * src/gtk/gtkaspell.c
10419         * src/gtk/gtkvscrollbutton.c
10420         * src/plugins/dillo_viewer/dillo_viewer.c
10421                 Undeprecate more things
10423 2008-08-02 [colin]      3.5.0cvs46
10425         * src/mainwindow.c
10426                 Fix toggle menu activation state
10427                 (thanks to cvs45 ;)
10429 2008-08-02 [paul]       3.5.0cvs45
10431         * src/mainwindow.c
10432                 fix sensitivity of
10433                 /View/Show or hide/Message View
10435 2008-08-01 [paul]       3.5.0cvs44
10437         * src/common/utils.c
10438         * src/plugins/pgpcore/claws.def
10439         * src/plugins/pgpinline/claws.def
10440                 fix compilation problems on mingw32,
10441                 (bug 1688) Patch by Marcus Brinkmann
10443 2008-08-01 [colin]      3.5.0cvs43
10445         * src/gtk/gtkutils.c
10446         * src/gtk/gtkvscrollbutton.c
10447                 Oups, fix build
10449 2008-08-01 [colin]      3.5.0cvs42
10451         * src/compose.c
10452         * src/foldersel.c
10453         * src/mainwindow.c
10454         * src/prefs_account.c
10455         * src/prefs_folder_item.c
10456         * src/prefs_quote.c
10457         * src/summaryview.c
10458         * src/gtk/gtkaspell.c
10459         * src/gtk/gtkutils.c
10460         * src/gtk/gtkvscrollbutton.c
10461                 Replace a few deprecated function calls
10463 2008-08-01 [paul]       3.5.0cvs41
10465         * src/action.c
10466                 fix crash that occurs because of recent GtkUIManager
10467                 changes. Thanks to Colin
10469 2008-07-31 [colin]      3.5.0cvs40
10471         * src/addressbook.c
10472         * src/compose.c
10473         * src/mainwindow.c
10474         * src/messageview.c
10475                 Some Maemo fixes
10476         * src/gtk/menu.c
10477         * src/gtk/menu.h
10478                 Remove deprecated helper funcs
10480 2008-07-30 [colin]      3.5.0cvs39
10482         * src/folderview.c
10483         * src/folderview.h
10484         * src/imap_gtk.c
10485         * src/mh_gtk.c
10486         * src/news_gtk.c
10487                 Move the folderview popup menu to GtkUIManager
10489 2008-07-29 [colin]      3.5.0cvs38
10491         * src/account.c
10492         * src/account.h
10493         * src/action.c
10494         * src/action.h
10495         * src/addressitem.h
10496         * src/compose.c
10497         * src/edittags.c
10498         * src/mainwindow.c
10499         * src/mainwindow.h
10500         * src/mimeview.c
10501         * src/summaryview.c
10502         * src/gtk/menu.c
10503         * src/gtk/menu.h
10504                 Switch the main menu to GtkUIManager
10505                 Warning fixes
10507 2008-07-29 [colin]      3.5.0cvs37
10509         * src/news.c
10510                 Fix bug 1684, 'view news messages with large 
10511                 attachements segfaults'
10513 2008-07-29 [colin]      3.5.0cvs36
10515         * src/action.c
10516         * src/action.h
10517         * src/addressbook.c
10518         * src/addressitem.h
10519         * src/compose.c
10520         * src/compose.h
10521         * src/messageview.c
10522         * src/messageview.h
10523         * src/summaryview.c
10524         * src/gtk/menu.c
10525         * src/gtk/menu.h
10526                 More switches to GtkUIManager
10528 2008-07-26 [colin]      3.5.0cvs35
10530         * src/gtk/menu.c
10531         * src/gtk/menu.h
10532                 Fix prototype
10534 2008-07-25 [colin]      3.5.0cvs34
10536         * src/addrcustomattr.c
10537         * src/addressbook.c
10538         * src/compose.c
10539         * src/editaddress.c
10540         * src/editaddress_other_attributes_ldap.h
10541         * src/edittags.c
10542         * src/mainwindow.c
10543         * src/mimeview.c
10544         * src/prefs_actions.c
10545         * src/prefs_filtering.c
10546         * src/prefs_template.c
10547         * src/summaryview.c
10548         * src/textview.c
10549         * src/textview.h
10550         * src/toolbar.c
10551         * src/gtk/about.c
10552         * src/gtk/menu.c
10553         * src/gtk/menu.h
10554         * src/plugins/trayicon/trayicon.c
10555                 More changes from GtkItemFactory to GtkUIManager
10557 2008-07-25 [colin]      3.5.0cvs33
10559         * src/gtk/menu.h
10560                 Add a macro to remove menu items
10561                 Make the gui_manager variable useless
10563 2008-07-24 [colin]      3.5.0cvs32
10565         * src/mimeview.c
10566                 Fix a gtk warning on clear
10567         * src/mainwindow.c
10568         * src/summaryview.c
10569         * src/summaryview.h
10570                 Switch the message list popup menu to
10571                 GtkUIManager
10573 2008-07-23 [colin]      3.5.0cvs31
10575         * src/plugins/pgpcore/pgp_viewer.c
10576         * src/plugins/pgpcore/sgpgme.c
10577                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10578                 Patch by Thomas Wiegner <wiegner@gmx.de>
10580 2008-07-20 [paul]       3.5.0cvs30
10582         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10583                 remove redundant GTK version check
10585 2008-07-20 [ticho]      3.5.0cvs29
10587         * src/folderview.c
10588         * src/imap_gtk.c
10589         * src/news_gtk.c
10590                 Moved sensitivity setting for "Download messages" for IMAP and
10591                 news folders from folderview.c to imap_gtk.c and news_gtk.c
10592                 respectively for better code readability.
10593                 Fixed indentation in news' set_sensitivity().
10595 2008-07-20 [paul]       3.5.0cvs28
10597         * src/addrgather.c
10598                 remove more redundant code following cvs27
10600 2008-07-20 [paul]       3.5.0cvs27
10602         * src/addrgather.c
10603                 remove now redundant code
10604         * src/mainwindow.c
10605         * src/mainwindow.h
10606                 fix bug 1673, 'Tools/Harvest adresses is
10607                 grayed out if folder is empty'
10609 2008-07-19 [ticho]      3.5.0cvs26
10611         * src/edittags.c
10612         * src/main.c
10613         * src/mimeview.c
10614         * src/mimeview.h
10615         * src/gtk/gtkutils.c
10616         * src/gtk/gtkutils.h
10617         * src/gtk/menu.c
10618         * src/gtk/menu.h
10619                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10620                 instead of deprecated GtkItemFactory.
10622 2008-07-19 [colin]      3.5.0cvs25
10624         * src/account.c
10625         * src/addrgather.c
10626         * src/compose.c
10627         * src/editldap.c
10628         * src/expldifdlg.c
10629         * src/importldif.c
10630         * src/main.c
10631         * src/mainwindow.c
10632         * src/mimeview.c
10633         * src/noticeview.c
10634         * src/prefs_account.c
10635         * src/prefs_actions.c
10636         * src/prefs_ext_prog.c
10637         * src/prefs_filtering.c
10638         * src/prefs_folder_item.c
10639         * src/prefs_image_viewer.c
10640         * src/prefs_logging.c
10641         * src/prefs_msg_colors.c
10642         * src/prefs_other.c
10643         * src/prefs_send.c
10644         * src/prefs_spelling.c
10645         * src/prefs_summaries.c
10646         * src/prefs_template.c
10647         * src/printing.c
10648         * src/quote_fmt.c
10649         * src/summary_search.c
10650         * src/summaryview.c
10651         * src/toolbar.c
10652         * src/wizard.c
10653         * src/common/Makefile.am
10654         * src/gtk/gtksctree.c
10655         * src/gtk/gtkutils.h
10656         * src/gtk/pluginwindow.c
10657         * src/gtk/quicksearch.c
10658         * src/plugins/bogofilter/bogofilter_gtk.c
10659         * src/plugins/dillo_viewer/dillo_prefs.c
10660         * src/plugins/pgpcore/prefs_gpg.c
10661         * src/plugins/spamassassin/spamassassin_gtk.c
10662         * src/plugins/trayicon/trayicon.c
10663         * src/plugins/trayicon/trayicon_prefs.c
10664                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
10665                 or greater). Use the old deprecated one on GTK+ < 2.12.
10666                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10667                 of time!
10669 2008-07-16 [colin]      3.5.0cvs24
10671         * src/mainwindow.c
10672                 Fix folderview's scrolbar when starting minimised
10673                 to tray, and popping up the mainwindow by calling
10674                 claws-mail from the command line
10676 2008-07-08 [colin]      3.5.0cvs23
10678         * src/compose.c
10679                 Possibly fix po-headers appearing on empty
10680                 templates
10682 2008-07-08 [colin]      3.5.0cvs22
10684         * src/folderview.c
10685         * src/summaryview.c
10686                 Finish the always_open tristate patch, by Jonathan
10687                 Corbet.
10689 2008-07-07 [paul]       3.5.0cvs21
10691         * src/mainwindow.c
10692                 fix typo (missing ")
10694 2008-07-07 [paul]       3.5.0cvs20
10696         * src/mainwindow.c
10697                 fit the menu style a bit better
10699 2008-07-07 [colin]      3.5.0cvs19
10701         * src/prefs_themes.c
10702                 Make upgrading themes easier
10704 2008-07-07 [colin]      3.5.0cvs18
10706         * src/mainwindow.c
10707         * src/prefs_toolbar.c
10708         * src/stock_pixmap.c
10709                 Finish fixing bug 1609, 'Icon issues'
10711 2008-07-07 [colin]      3.5.0cvs17
10713         * src/prefs_common.c
10714                 Fix the default value
10716 2008-07-07 [colin]      3.5.0cvs16
10718         * src/prefs_summaries.c
10719                 Revert my fix to the string, the correct term
10720                 is indeed Message View
10722 2008-07-07 [colin]      3.5.0cvs15
10724         * AUTHORS
10725         * src/gtk/authors.h
10726         * src/prefs_common.c
10727         * src/prefs_common.h
10728         * src/prefs_summaries.c
10729         * src/summaryview.c
10730         * src/gtk/authors.h
10731                 Change "Always open message when selected" to
10732                 a tristate (Never/Always/When preview is visible)
10733                 Patch by Jonathan Corbet <corbet@lwn.net>.
10735 2008-07-06 [paul]       3.5.0cvs14
10737         * src/addrgather.c
10738                 improve the layout of the dialogue
10739                 improve the English
10740                 add tooltips
10741                 fix some of the nasty coding style
10742         * src/mainwindow.c
10743                 improve the English
10744                 add some missing mnemonics
10746 2008-07-05 [paul]       3.5.0cvs13
10748         * src/mainwindow.c
10749         * src/mainwindow.h
10750                 fix bug 1398, '"Change current account" is
10751                 available even when there's only one account'
10752         * src/plugins/pgpcore/prefs_gpg.c
10753                 put back a needed include, removed in error
10755 2008-07-05 [colin]      3.5.0cvs12
10757         * src/mainwindow.c
10758                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10760 2008-07-05 [colin]      3.5.0cvs11
10762         * src/news.c
10763         * src/news_gtk.c
10764                 Provide ability to rename newsgroups. Closes
10765                 bug 1444, 'Add GUI option for renaming 
10766                 newsgroups'. Patch by Pawel Pekala
10768 2008-07-05 [colin]      3.5.0cvs10
10770         * src/plugins/pgpcore/passphrase.c
10771         * src/plugins/pgpcore/prefs_gpg.c
10772         * src/plugins/pgpcore/select-keys.c
10773                 Simplify GTK includes (with the advantage
10774                 of compiling against GTK+2.13); patch by
10775                 Charles A Edwards
10777 2008-07-05 [colin]      3.5.0cvs9
10779         * src/wizard.c
10780                 Add SSL client certificates
10782 2008-07-05 [colin]      3.5.0cvs8
10784         * src/prefs_account.c
10785         * src/common/session.h
10786                 Fix warnings
10787         * src/common/ssl.c
10788                 Add one path for certs
10790 2008-07-05 [colin]      3.5.0cvs7
10792         * src/prefs_account.c
10793                 Fix no-ssl build
10795 2008-07-04 [colin]      3.5.0cvs6
10797         * src/common/ssl.c
10798         * src/common/ssl.h
10799         * src/common/ssl_certificate.c
10800                 Workaround distro bugs and fix certificate checking
10801                 with OpenSSL
10803 2008-07-04 [colin]      3.5.0cvs5
10805         * src/filtering.c
10806         * src/common/ssl_certificate.c
10807         * src/common/ssl_certificate.h
10808         * src/etpan/imap-thread.c
10809         * src/etpan/nntp-thread.c
10810                 Fix some leaks, thanks to Martin Zwickel
10811                 Rename gnutls functions that do the same
10812                 as OpenSSL ones, to avoid symbol clashing
10813                 when Claws is built against GnuTLS and
10814                 libetpan against OpenSSL
10816 2008-07-04 [paul]       3.5.0cvs4
10818         * src/prefs_account.c
10819                 remove 1 forgotten '.'
10821 2008-07-04 [paul]       3.5.0cvs3
10823         * src/prefs_account.c
10824                 layout/engrish fixes to the 'Client
10825                 certificates' frame
10827 2008-07-03 [colin]      3.5.0cvs2
10829         * src/imap.c
10830         * src/news.c
10831         * src/pop.c
10832         * src/prefs_account.c
10833         * src/prefs_account.h
10834         * src/prefs_common.c
10835         * src/send_message.c
10836         * src/common/session.c
10837         * src/common/session.h
10838         * src/common/smtp.c
10839         * src/common/smtp.h
10840         * src/common/socket.h
10841         * src/common/ssl.c
10842         * src/common/ssl.h
10843         * src/common/ssl_certificate.c
10844         * src/common/ssl_certificate.h
10845         * src/etpan/imap-thread.c
10846         * src/etpan/nntp-thread.c
10847         * src/gtk/inputdialog.c
10848                 Add support for SSL client certificates (either PEM files
10849                 with certificate and private key, either PKCS12 files)
10851 2008-06-28 [colin]      3.5.0cvs1
10853         * src/foldersel.c
10854                 Fix compilation with older GTKs
10856 2008-06-27 [paul]       3.5.0
10858         * NEWS
10859         * README
10860         * RELEASE_NOTES 
10861                 3.5.0 released
10863 2008-06-27 [paul]       3.4.0cvs116
10865         * src/gtk/authors.h
10866                 complete cvs115
10868 2008-06-27 [paul]       3.4.0cvs115
10870         * configure.ac
10871         * src/gtk/authors.h
10872                 no longer build unmaintained translations
10874 2008-06-27 [paul]       3.4.0cvs114
10876         * po/de.po
10877         * po/fi.po
10878         * po/pt_BR.po
10879                 updated by Stephan Sachse, Flammie Pirinen, and
10880                 Frederico Goncalves Guimaraes
10882 2008-06-26 [wwp]        3.4.0cvs113
10884         * manual/fr/advanced.xml
10885                 Update French version of the manual (AutoFaces documentation).
10887 2008-06-26 [wwp]        3.4.0cvs112
10889         * manual/fr/advanced.xml
10890         * manual/fr/plugins.xml
10891                 Updated French version of the manual (completed
10892                 hidden options list, added note about Clawsker
10893                 and new mail archiver plugin).
10895 2008-06-25 [colin]      3.4.0cvs111
10897         * src/gtk/gtkaspell.c
10898                 Fix non-UTF8 in the replace with dialog
10899         * src/prefs_actions.c
10900                 Fix possible crasher
10901                 Patches by Pawel
10903 2008-06-24 [mones]      3.4.0cvs110
10905         * src/autofaces.c
10906                 Fix non-warning message, downgraded to debug info
10908 2008-06-24 [colin]      3.4.0cvs109
10910         * src/summaryview.c
10911                 Fix bug 1650, Message line too small after 
10912                 changing columns in "three columns" layout
10914 2008-06-24 [colin]      3.4.0cvs108
10916         * src/messageview.c
10917                 Fix Spam button sensitivity in newsgroups
10919 2008-06-23 [wwp]        3.4.0cvs107
10921         * po/fr.po
10922                 Updated French translation.
10924 2008-06-23 [mones]      3.4.0cvs106
10926         * po/es.po
10927                 Updated translation for release
10929 2008-06-22 [mones]      3.4.0cvs105
10931         * manual/es/plugins.xml
10932                 Synced new entry for Mail Archiver plugin
10934 2008-06-22 [colin]      3.4.0cvs104
10936         * src/compose.c
10937                 Fix initial cursor position
10939 2008-06-21 [paul]       3.4.0cvs103
10941         * manual/plugins.xml
10942                 add an entry for the new Mail Archiver plugin
10944 2008-06-21 [paul]       3.4.0cvs102
10946         * src/gtk/about.c
10947                 we're in 'string freeze', put back the
10948                 < > symbols for now
10950 2008-06-21 [paul]       3.4.0cvs101
10952         * manual/advanced.xml
10953         * manual/es/advanced.xml
10954                 fix build warning: <emphasis> cannot be contained
10955                 within <filename>
10956         * src/gtk/about.c
10957                 fix non-clickable link on License page and drop
10958                 the containing < > symbols to match other links
10960 2008-06-20 [mones]      3.4.0cvs100
10962         * manual/advanced.xml
10963                 Added autofaces documentation, note about clawsker in hidden
10964                 preferences, minor markup fix. Thanks Paul for proofreading
10965         * manual/es/advanced.xml
10966                 Synchronised Spanish manual
10968 2008-06-16 [colin]      3.4.0cvs99
10970         * src/compose.c
10971                 Fix cursor placing on signature change
10973 2008-06-16 [paul]       3.4.0cvs98
10975         * src/imap_gtk.c
10976         * src/mh_gtk.c
10977         * src/gtk/inputdialog.c
10978                 really fussy coding style fixes
10980 2008-06-16 [paul]       3.4.0cvs97
10982         * src/Makefile.am
10983                 keep the alphabetical order
10985 2008-06-13 [mones]      3.4.0cvs96
10987         * src/autofaces.c
10988                 Fix crasher ;-)
10989         * src/prefs_filtering_action.c
10990                 Fixed cosmetic bug, processing also displays "Filtering"
10992 2008-06-13 [mones]      3.4.0cvs95
10994         * src/Makefile.am
10995         * src/autofaces.c       ** NEW FILE **  
10996         * src/autofaces.h       ** NEW FILE **
10997         * src/compose.c
10998                 Allow setting Faces and X-Faces globally and per-account
10999                 from configuration files under ~/.claws-mail/autofaces
11001 2008-06-13 [holger]     3.4.0cvs94
11003         * .cvsignore
11004                 More files to ignore
11005         * src/gtk/inputdialog.c
11006         * src/gtk/inputdialog.h
11007                 Make input dialog more generic so that a checkbox
11008                 with custom text can be used in addition to the
11009                 "remember this" checkbox
11010         * src/imap_gtk.c
11011         * src/mh_gtk.c
11012         * src/prefs_common.c
11013         * src/prefs_common.h
11014                 Allow new folders to inherit the properties of the
11015                 parent folder during folder creation
11017 2008-06-13 [wwp]        3.4.0cvs93
11019         * src/addressbook.c
11020                 a better fix for this string, won't break up translations,
11021                 and is conform to other similar ones.
11023 2008-06-13 [wwp]        3.4.0cvs92
11025         * src/addrduplicates.c
11026         * src/addressadd.c
11027         * src/addressbook.c
11028         * src/addressbook_foldersel.c
11029         * src/editgroup.c
11030                 use tree decorations everywhere AB folders are used (AB tree pane,
11031                     add address to AB, select AB folder, edit group, custom attr, find dup
11032                     results), in order to match global style
11033                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11034                     double clicking on groups in tree pane does open the group edit dialog
11035                     double clicking on other items in tree pane does expand/collapse
11036                 fix a missing space in AB's delete-folder dialog
11037                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11039         * src/foldersel.c
11040                 make foldersel dialog show dotted lines according to global (hidden) prefs
11042 2008-06-12 [colin]      3.4.0cvs91
11044         * src/compose.c
11045         * src/compose.h
11046                 Fix bug 1635, 'Last character of message is truncated 
11047                 when changing accounts w/ sigs'
11048         * src/folderview.c
11049                 Fix bug 1636, 'Can't select "properties" on "folders 
11050                 only" folders'
11052 2008-06-11 [colin]      3.4.0cvs90
11054         * src/folder.c
11055                 Maybe fix bug 1623, 'exits with segfault when 
11056                 logging in to certain imap-servers'
11058 2008-06-10 [mones]      3.4.0cvs89
11060         * AUTHORS
11061         * tools/Makefile.am
11062         * tools/README
11063         * tools/convert_mbox.sh
11064                 Undo cvs86 and cvs87, it really should be a patch to 
11065                 convert_mbox.pl
11067 2008-06-10 [wwp]        3.4.0cvs88
11069         * po/fr.po
11070                 Updated French translation.
11072 2008-06-10 [mones]      3.4.0cvs87
11074         * tools/Makefile.am
11075                 Oops, forgot to add previous script for distribution
11077 2008-06-10 [mones]      3.4.0cvs86
11079         * AUTHORS
11080         * tools/README
11081         * tools/convert_mbox.sh
11082                 Added script to convert Evolution mail folders contributed
11083                 by Daniel Dickinson <cshore@fionavar.ca>
11084                 Fixes debian bug 461435
11086 2008-06-09 [colin]      3.4.0cvs85
11088         * src/main.c
11089                 Integrate AWN information bubble if dbus is
11090                 available
11091         * src/folder.c
11092                 Fix crash when calling scan_required() on 
11093                 folder classes that don't implement them
11094         * src/common/session.c
11095                 Fix a little typo
11097 2008-06-09 [colin]      3.4.0cvs84
11099         * src/main.c
11100                 Fix bug 1447, 'If user tries to close while starting 
11101                 up, it will not close ever.'
11103 2008-06-09 [colin]      3.4.0cvs83
11105         * src/filtering.c
11106                 Fix bug 1628, 'Claws Mail crashes when 
11107                 filtering selected messages'
11109 2008-06-04 [colin]      3.4.0cvs82
11111         * src/messageview.c
11112                 Complete handling of html parts in multipart/alternative
11113                 mails
11115 2008-06-03 [paul]       3.4.0cvs81
11117         * src/prefs_message.c
11118                 make always the english good
11120 2008-06-03 [colin]      3.4.0cvs80
11122         * src/mainwindow.c
11123         * src/mainwindow.h
11124                 Fix bug 1624, '[PATCH] Quick search should be 
11125                 disabled for folder view'; based on a patch by
11126                 Michael Terry
11128 2008-06-03 [iwkse]      3.4.0cvs79
11130         * src/addressbook.c
11131                 Fix little gui bug on button sensitivity
11132         * src/messageview.c
11133         * src/prefs_common.c
11134         * src/prefs_common.h
11135         * src/prefs_message.c
11136                 Allow by default to show html in multipart/alternative
11138 2008-06-02 [colin]      3.4.0cvs78
11140         * src/prefs_actions.c
11141                 GUI rework, patch by Pawel 
11143 2008-06-02 [colin]      3.4.0cvs77
11145         * src/quote_fmt.c
11146                 Fix sensitivity/alignment, patch from
11147                 Pawel
11149 2008-05-31 [colin]      3.4.0cvs76
11151         * src/imap.c
11152                 Fix login issue introduced in cvs75.
11154 2008-05-31 [colin]      3.4.0cvs75
11156         * src/imap.c
11157                 Fix more possible double-frees. Also, fix the root cause
11158                 of these double-frees by just noting the Session is to
11159                 be destroyed instead of destroying it in flight
11161 2008-05-29 [paul]       3.4.0cvs74
11163         * manual/keyboard.xml
11164                 'Makes' these entries like the others
11166 2008-05-29 [colin]      3.4.0cvs73
11168         * src/procmsg.h
11169                 Include utils.h in case we
11170                 need to pull goffset definition
11172 2008-05-29 [colin]      3.4.0cvs72
11174         * src/common/utils.h
11175                 Workaround a stupid Glib issue, where
11176                 goffset happens to be undefined. 
11178 2008-05-28 [colin]      3.4.0cvs71
11180         * src/compose.c
11181         * src/compose.h
11182         * src/grouplistdialog.c
11183         * src/image_viewer.c
11184         * src/imap.c
11185         * src/inc.c
11186         * src/main.c
11187         * src/matcher.c
11188         * src/messageview.c
11189         * src/mimeview.c
11190         * src/prefs_themes.c
11191         * src/procmsg.h
11192         * src/summaryview.c
11193         * src/summaryview.h
11194         * src/textview.c
11195         * src/common/smtp.c
11196         * src/common/utils.c
11197         * src/common/utils.h
11198                 Use goffset instead of off_t for MsgInfo's size
11199                 Allows using MsgInfo structure from plugins
11200                 compiled with largefile support
11202 2008-05-26 [colin]      3.4.0cvs70
11204         * src/mainwindow.c
11205         * src/mainwindow.h
11206                 Define THEME_CHANGED_HOOKLIST and invoke
11207                 it on theme change
11208         * src/plugins/trayicon/trayicon.c
11209                 Listen to THEME_CHANGED_HOOKLIST and
11210                 update accordingly
11212 2008-05-26 [paul]       3.4.0cvs69
11214         * src/mimeview.c
11215                 plug a leak in mimeview_save_all()
11217 2008-05-24 [colin]      3.4.0cvs68
11219         * src/common/utils.h
11220                 Fix wrong define on old glibs
11222 2008-05-24 [paul]       3.4.0cvs67
11224         * src/Makefile.am
11225         * src/stock_pixmap.c
11226         * src/stock_pixmap.h
11227         * src/toolbar.c
11228         * src/pixmaps/cancel.xpm
11229         * src/pixmaps/close.xpm
11230                 add a specific icon for A_CANCEL_INC (addresses
11231                 point 1 of bug 1609 'Icon issues')
11232                 replace close.xpm with an icon of the standard
11233                 24x24 size
11235 2008-05-24 [paul]       3.4.0cvs66
11237         * src/pixmaps/insert_file.xpm
11238                 replaced
11240 2008-05-23 [paul]       3.4.0cvs65
11242         * src/common/md5.c
11243         * src/common/md5.h
11244                 add the possibility to check md5 on binary files,
11245                 thanks to Colin
11247 2008-05-23 [colin]      3.4.0cvs64
11249         * src/mainwindow.c
11250         * src/summaryview.c
11251                 Fix bug 1610, 'claws crash after opening/closing 
11252                 preferences and window update'
11254 2008-05-22 [colin]      3.4.0cvs63
11256         * src/prefs_filtering_action.c
11257         * src/gtk/combobox.c
11258         * src/gtk/combobox.h
11259                 Fix reselecting of Tags actions in
11260                 filtering actions dialog
11262 2008-05-22 [colin]      3.4.0cvs62
11264         * src/Makefile.am
11265         * src/prefs_toolbar.c
11266         * src/stock_pixmap.c
11267         * src/stock_pixmap.h
11268         * src/toolbar.c
11269         * src/pixmaps/delete_btn.xpm
11270         * src/pixmaps/insert_file.xpm
11271         * src/pixmaps/mail_reply_to_list.xpm
11272                 Fix more of bug 1609:
11273                 - Add a Delete button icon
11274                 - Add a Reply to list button icon
11275                 - Fix Insert file button icon
11276                 Artwork by Ciprian Popovici.
11278 2008-05-21 [colin]      3.4.0cvs61
11280         * src/common/utils.c
11281                 Fix a little leak
11283 2008-05-21 [wwp]        3.4.0cvs60
11285         * src/prefs_filtering.c
11286                 Don't show SMTP-only accounts in accounts list, as they are
11287                 irrelevant for filtering incoming messages.
11289 2008-05-21 [colin]      3.4.0cvs59
11291         * src/mainwindow.c
11292                 Don't put SMTP-only accounts in receive menus
11294 2008-05-21 [colin]      3.4.0cvs58
11296         * src/imap.c
11297                 Fix cvs56 (brain fart)
11299 2008-05-21 [colin]      3.4.0cvs57
11301         * src/common/utils.c
11302                 Fix bug 1615, 'hang on FIFO when the other end's not 
11303                 opened'
11305 2008-05-21 [colin]      3.4.0cvs56
11307         * src/imap.c
11308                 Fix a warning
11310 2008-05-19 [colin]      3.4.0cvs55
11312         * src/plugins/pgpcore/sgpgme.c
11313                 Maybe fix debian bug 481856, 'Segmentation fault 
11314                 when verifying a GPG signature'. Although it 
11315                 looks like a race condition...
11317 2008-05-19 [colin]      3.4.0cvs54
11319         * src/prefs_filtering_action.c
11320         * src/prefs_matcher.c
11321         * src/common/tags.c
11322         * src/common/tags.h
11323         * src/gtk/combobox.c
11324         * src/gtk/combobox.h
11325                 Patch by Pawel: disabled Tags menus in filtering dialogs
11327 2008-05-19 [colin]      3.4.0cvs53
11329         * src/prefs_account.c
11330                 GUI patch by Pawel: align ports entries
11332 2008-05-19 [colin]      3.4.0cvs52
11334         * src/mainwindow.c
11335                 Fix bug 1616, 'strange question while emptying trash'
11337 2008-05-18 [colin]      3.4.0cvs51
11339         * src/common/plugin.c
11340         * src/etpan/imap-thread.c
11341         * src/etpan/nntp-thread.c
11342         * src/gtk/gtksctree.c
11343                 Fix bug 1613, 'Various memory leaks'; 
11344                 based on a patch by Didier Barvaux.
11346 2008-05-18 [colin]      3.4.0cvs50
11348         * src/mimeview.c
11349         * src/privacy.h
11350         * src/toolbar.c
11351         * src/toolbar.h
11352         * src/plugins/pgpcore/sgpgme.c
11353                 Fix more parts of bug 1609:
11354                 - Make use of specific Expired privacy icon
11355                 - Use CLOSE instead of NOTICE_ERROR for cancel
11356                   receiving
11357                 - Allow a Preferences button in the main toolbar
11359 2008-05-18 [colin]      3.4.0cvs49
11361         * src/stock_pixmap.c
11362                 Fix bug with non-updating icons after theme change:
11363                 If fetching pixbuf for a given icon after a theme
11364                 change, the next pixmap fetch would return the old
11365                 cached one, as the theme change was forgotten at 
11366                 this time. (and vice-versa). This was mostly 
11367                 visible on open folder icons
11369 2008-05-17 [colin]      3.4.0cvs48
11371         * src/prefs_summaries.c
11372         * src/summaryview.c
11373                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
11374                 options'. Patch by Pawel
11376 2008-05-16 [colin]      3.4.0cvs47
11378         * src/imap.c
11379                 Fix another possible crash (on fatal errors
11380                 at login, like stream error).
11382 2008-05-16 [paul]       3.4.0cvs46
11384         * tools/thunderbird-filters-convertor.pl
11385                 fix a typo
11386                 fix reading a tb rule that contains something
11387                 like that: \"Sender\"
11389 2008-05-16 [paul]       3.4.0cvs45
11391         * tools/README
11392         * tools/csv2addressbook.pl
11393                 add support for gmail exported csv address book
11395 2008-05-16 [colin]      3.4.0cvs44
11397         * configure.ac
11398         * src/ldapupdate.c
11399                 Fix ldap deprecated calls. Patch by
11400                 Michael Rasmussen
11402 2008-05-16 [paul]       3.4.0cvs43
11404         * manual/de/account.xml
11405         * manual/it/account.xml
11406         * manual/it/ack.xml
11407         * manual/it/addrbook.xml
11408         * manual/it/claws-mail-manual.xml
11409         * manual/it/gpl.xml
11410         * manual/it/intro.xml
11411         * manual/it/starting.xml
11412                 add pages towards German and Italian manuals.
11413                 (just for storage, they are not built yet, due
11414                 to being incomplete.) submitted by Speckmade
11415                 <Speckmade@gmx.net> and Salvatore De Paolis
11416                 <iwkse@claws-mail.org>
11418 2008-05-16 [colin]      3.4.0cvs42
11420         * src/gtk/sslcertwindow.c
11421                 Fix SHA1 fingerprint with GnuTLS
11423 2008-05-15 [colin]      3.4.0cvs41
11425         * src/gtk/sslcertwindow.c
11426                 Print SHA1 fingerprint too
11428 2008-05-15 [colin]      3.4.0cvs40
11430         * src/imap.c
11431                 Fix certificate port on TLS. It was 
11432                 previously always 0.
11433                 **IMPORTANT INFORMATION**: this will trigger 
11434                 one wrong "New certificate" warning at the 
11435                 first connection with this fix, if using STARTTLS
11436                 on IMAP.
11437         * src/gtk/sslcertwindow.c
11438                 Make labels selectable
11440 2008-05-15 [colin]      3.4.0cvs39
11442         * src/imap.c
11443                 Fix double free when STARTTLS fails (for
11444                 example due to refusing the certificate)
11446 2008-05-15 [paul]       3.4.0cvs38
11448         * manual/advanced.xml
11449                 fix typo
11451 2008-05-15 [paul]       3.4.0cvs37
11453         * manual/advanced.xml
11454         * src/prefs_send.c
11455                 make outgoing_fallback_to_ascii a hidden pref
11457 2008-05-14 [colin]      3.4.0cvs36
11459         * src/main.c
11460         * src/mainwindow.c
11461         * src/mainwindow.h
11462                 Make it possible to cancel quit when Claws
11463                 ask whether to empty trash.
11465 2008-05-14 [colin]      3.4.0cvs35
11467         * src/compose.c
11468         * src/prefs_common.c
11469         * src/prefs_common.h
11470         * src/prefs_send.c
11471                 Add a preference to be able to specify an
11472                 outgoing charset/encoding but still fallback
11473                 to 7bit US-ASCII when possible (default TRUE,
11474                 same behavior as pre-cvs34)
11476 2008-05-14 [colin]      3.4.0cvs34
11478         * src/compose.c
11479                 Always use the specified encoding and charset if it is
11480                 specified, even if the mail is ASCII.
11482 2008-05-13 [paul]       3.4.0cvs33
11484         * src/ldapupdate.c
11485                 fix the build warnings the easy way for now
11487 2008-05-13 [colin]      3.4.0cvs32
11489         * src/prefs_themes.c
11490                 Count .png files as icons too (fixes part
11491                 of bug 1609, 'Icon issues')
11493 2008-05-13 [wwp]        3.4.0cvs31
11495         * src/addressbook_foldersel.c
11496                 Fix wrong check (completes 3.4.0.cvs30).
11498 2008-05-12 [wwp]        3.4.0cvs30
11500         * src/addressbook.c
11501         * src/addressbook_foldersel.c
11502         * src/filtering.c
11503         * src/matcher.c
11504         * src/prefs_matcher.c
11505         * src/plugins/bogofilter/bogofilter.c
11506         * src/plugins/bogofilter/bogofilter_gtk.c
11507         * src/plugins/dillo_viewer/dillo_prefs.c
11508         * src/plugins/spamassassin/spamassassin.c
11509         * src/plugins/spamassassin/spamassassin_gtk.c
11510                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11511                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11512                 translated string "Any" in plugins (whitelisting) and
11513                 UTF8 comparisons.
11515 2008-05-07 [colin]      3.4.0cvs29
11517         * configure.ac
11518                 Fix --enable-maemo (assume --enable-generic-umpc)
11520 2008-05-07 [colin]      3.4.0cvs28
11522         * configure.ac
11523         * src/account.c
11524         * src/addr_compl.c
11525         * src/compose.c
11526         * src/editaddress.c
11527         * src/folderview.c
11528         * src/mainwindow.c
11529         * src/messageview.c
11530         * src/mimeview.c
11531         * src/prefs_account.c
11532         * src/prefs_common.c
11533         * src/prefs_display_header.c
11534         * src/prefs_filtering.c
11535         * src/prefs_summaries.c
11536         * src/prefs_template.c
11537         * src/prefs_toolbar.c
11538         * src/stock_pixmap.c
11539         * src/summaryview.c
11540         * src/summaryview.h
11541         * src/textview.c
11542         * src/toolbar.c
11543         * src/gtk/about.c
11544         * src/gtk/gtksctree.c
11545         * src/gtk/menu.c
11546         * src/gtk/prefswindow.c
11547         * src/gtk/sslcertwindow.c
11548                 Separate generic UMPC code (layouts, ...) from 
11549                 MAEMO code (Hildon, ...)
11551 2008-05-06 [paul]       3.4.0cvs27
11553         * tools/claws.i18n.status.pl
11554                 add he.po
11556 2008-05-06 [colin]      3.4.0cvs26
11558         * src/common/utils.c
11559                 Maybe fix crash on FreeBSD
11561 2008-05-05 [colin]      3.4.0cvs25
11563         * src/messageview.c
11564                 Fix bug 1602, 'Crash when sending return receipt for
11565                 messages with no subject'
11567 2008-05-05 [colin]      3.4.0cvs24
11569         * src/mimeview.c
11570                 Don't overwrite temporary files with same
11571                 name when drag and dropping. Fixes bug 1599,
11572                 'attach multiple files with the same name from 
11573                 one mail to another'
11575 2008-05-04 [paul]       3.4.0cvs23
11577         * src/compose.c
11578         * src/prefs_common.c
11579                 fix bug 1587 'can not replay with quote'
11581 2008-05-03 [colin]      3.4.0cvs22
11583         * po/de.po
11584                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11586 2008-05-03 [colin]      3.4.0cvs21
11588         * src/toolbar.c
11589                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
11590                 icon isn't grayed although ineffective'
11592 2008-05-02 [wwp]        3.4.0cvs20
11594         * po/fr.po
11595                 Fix translation.
11597         * src/prefs_folder_item.c
11598                 Add missing notice in folder properties (templates) when
11599                 folder is a root node.
11601 2008-04-30 [colin]      3.4.0cvs19
11603         * src/prefs_toolbar.c
11604                 Add Trash and Delete icons to the icon chooser
11606 2008-04-30 [colin]      3.4.0cvs18
11608         * src/compose.c
11609                 Remove "Delete entire line" which was a noop
11610                 and should be the same as "Delete line" :)
11612 2008-04-30 [colin]      3.4.0cvs17
11614         * src/compose.c
11615                 Fix 'Delete line' and 'Delete to end of line'
11616                 on the last line. Patch by <seelenhirt@gmx.net>
11618 2008-04-28 [colin]      3.4.0cvs16
11620         * src/folder.c
11621                 Fix bug 1589, 'tagsdb file not removed when
11622                 folder deleted'.
11623         * src/common/utils.c
11624                 Make sure claws_unlink accepts NULL arg.
11626 2008-04-25 [colin]      3.4.0cvs15
11628         * src/common/ssl.c
11629                 Fix/simplify previous commit
11631 2008-04-25 [colin]      3.4.0cvs14
11633         * src/addrindex.h
11634         * src/common/ssl_certificate.c
11635                 Patch by Marcus: Fix Win32 build
11636         * src/common/ssl.c
11637                 Fix build with GnuTLS/no pthread, thanks
11638                 to Marcus
11640 2008-04-25 [colin]      3.4.0cvs13
11642         * src/summaryview.c
11643                 Fix bug 1586, '3-pane vertical layout now and then 
11644                 still shows sender column'
11646 2008-04-25 [colin]      3.4.0cvs12
11648         * src/Makefile.am
11649         * src/w32-logo.ico
11650         * src/w32-resource.rc
11651                 Patch from Marcus Brinkmann to set an icon on w32.
11653 2008-04-24 [colin]      3.4.0cvs11
11655         * src/inc.c
11656         * src/inc.h
11657                 Trace inc locks
11658         * src/ldif.c
11659         * src/ldif.h
11660                 Fix bug 1581, 'Bad File Format during Import LDIF':
11661                 Use dynamically allocated buffers; also, allow 
11662                 importing contacts with no email address
11664 2008-04-24 [colin]      3.4.0cvs10
11666         * src/prefs_common.c
11667                 Increment the timeout a bit on OpenBSD, 75 isn't enough
11669 2008-04-23 [colin]      3.4.0cvs9
11671         * src/compose.c
11672         * src/prefs_folder_item.c
11673         * src/prefs_template.c
11674         * src/quote_fmt.c
11675                 Fix bug 1576: Fix unescaping of templates when testing them
11676                 I think it breaks nothing. (wwp, you're welcome to double-check)
11678 2008-04-23 [paul]       3.4.0cvs8
11680         * manual/advanced.xml
11681                 add info about the "two_line_vertical" hidden
11682                 pref
11684 2008-04-22 [paul]       3.4.0cvs7
11686         * src/prefs_common.c
11687         * src/prefs_common.h
11688         * src/summaryview.c
11689                 make the 2-line view in summaryview when in three
11690                 columns mode configurable. hidden pref: "two_line_vertical"
11692 2008-04-22 [colin]      3.4.0cvs6
11694         * src/inc.c
11695                 Fix missing inc_unlock()
11696         * src/prefs_matcher.c
11697         * src/send_message.c
11698                 Fix my last commit
11700 2008-04-22 [colin]      3.4.0cvs5
11702         * src/etpan/imap-thread.c
11703                 Use g_(un)setenv instead of (un)setenv which
11704                 doesn't exist on IRIX 6.5
11706 2008-04-22 [colin]      3.4.0cvs4
11708         * src/inc.c
11709         * src/prefs_common.c
11710         * src/send_message.c
11711                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11712                 Set the default timeout to 75 seconds
11714 2008-04-20 [colin]      3.4.0cvs3
11716         * src/pixmaps/tray_newmail.offline.xpm
11717         * src/pixmaps/tray_newmail.xpm
11718         * src/pixmaps/tray_newmarkedmail.offline.xpm
11719         * src/pixmaps/tray_newmarkedmail.xpm
11720         * src/pixmaps/tray_nomail.offline.xpm
11721         * src/pixmaps/tray_nomail.xpm
11722         * src/pixmaps/tray_unreadmail.offline.xpm
11723         * src/pixmaps/tray_unreadmail.xpm
11724         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11725         * src/pixmaps/tray_unreadmarkedmail.xpm
11726                 Make the tray icons a bit nicer. Would be
11727                 nice to get really nice icons from someone
11728                 who's good at Gimp :)
11730 2008-04-18 [colin]      3.4.0cvs2
11732         * src/common/log.c
11733                 Forgot one g_unlink
11735 lease complete the changelog entry below
11736 2008-04-18 [colin]      3.4.0cvs1
11738         * src/addrduplicates.c
11739         * src/addressbook.c
11740         * src/compose.c
11741         * src/crash.c
11742         * src/editaddress.c
11743         * src/folder.c
11744         * src/image_viewer.c
11745         * src/imap.c
11746         * src/inc.c
11747         * src/main.c
11748         * src/mbox.c
11749         * src/messageview.c
11750         * src/mh.c
11751         * src/msgcache.c
11752         * src/news.c
11753         * src/partial_download.c
11754         * src/pop.c
11755         * src/prefs_common.c
11756         * src/prefs_common.h
11757         * src/prefs_other.c
11758         * src/prefs_themes.c
11759         * src/procheader.c
11760         * src/procmime.c
11761         * src/procmsg.c
11762         * src/textview.c
11763         * src/wizard.c
11764         * src/common/prefs.c
11765         * src/common/ssl_certificate.c
11766         * src/common/template.c
11767         * src/common/utils.c
11768         * src/common/utils.h
11769         * src/etpan/imap-thread.c
11770         * src/plugins/dillo_viewer/dillo_viewer.c
11771         * src/plugins/pgpcore/sgpgme.c
11772         * src/plugins/pgpinline/pgpinline.c
11773                 Add an option to shred temporary files and messages
11774                 instead of just removing them. Slows deletions down!
11776 2008-04-18 [paul]       3.4.0
11778         * NEWS
11779         * README
11780         * RELEASE_NOTES 
11781                 3.4.0 released
11784 2008-04-18 [paul]       3.3.1cvs61
11786         * po/de.po
11787         * po/fi.po
11788         * po/it.po
11789         * po/pt_BR.po
11790                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11791                 and Frederico Goncalves Guimaraes
11792         * po/es.po
11793                 updated on the last minute by a lazy Ricardo Mones
11795 2008-04-18 [colin]      3.3.1cvs60
11797         * po/fr.po
11798                 Update translation (Fabien Vantard)
11800 2008-04-17 [colin]      3.3.1cvs59
11802         * src/imap.c
11803                 Fix debian bug 474712, 'claws seg faults when IMAP 
11804                 connection breaks after an IMAP protocol error 
11805                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
11806         * src/summaryview.c
11807                 Fix a little leak
11809 2008-04-17 [colin]      3.3.1cvs58
11811         * src/common/log.c
11812                 Fix log size getting out of control (claws-mail
11813                 getting SIGXFSZ): rotate if every 10MB
11815 2008-04-10 [paul]       3.3.1cvs57
11817         * src/prefs_other.c
11818                 improvements to english usage
11820 2008-04-10 [paul]       3.3.1cvs56
11822         * src/prefs_receive.c
11823                 add an accurate description
11825 2008-04-08 [colin]      3.3.1cvs55
11827         * src/undo.c
11828                 Probably fix corruption, introduced in cvs53
11830 2008-04-04 [iwkse]      3.3.1cvs54
11832         * src/undo.c
11833                 undo should works properly again
11835 2008-04-04 [iwkse]      3.3.1cvs53
11837         * src/undo.c
11838                 Fix a segfault but breaks undo
11839                 on a specific case (eg. double paste with
11840                 middle-mouse button)
11842 2008-04-04 [iwkse]      3.3.1cvs52
11844         * src/prefs_filtering.c
11845                 Fix previous Tab mess
11847 2008-04-03 [iwkse]      3.3.1cvs51
11849         * src/prefs_filtering.c
11850                 Add search in filtering rules list
11852 2008-04-02 [colin]      3.3.1cvs50
11854         * src/main.c
11855                 Revert part of the previous patch: we do
11856                 want to parse ~/.claws-mail/gtkrc-2.0 if it
11857                 exists
11859 2008-04-02 [colin]      3.3.1cvs49
11861         * src/main.c
11862                 Fix bug 1562, 'Claws-Mail does not completely 
11863                 respect settings in GTK2_RC_FILES environment'
11864                 Remove manual parsing of .gtkrc-2.0 and 
11865                 .gtk/gtkrc-2.0. GTK does it itself these days.
11867 2008-04-01 [colin]      3.3.1cvs48
11869         * src/imap_gtk.c
11870                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
11871                 ticking "Show only subscribed"'
11873 2008-03-31 [colin]      3.3.1cvs47
11875         * src/folder.c
11876                 Fix bug 1553, 'File lock not respected'
11877                 Regression due to the implementation of
11878                 deletion batching
11880 2008-03-31 [colin]      3.3.1cvs46
11882         * src/mainwindow.c
11883                 Fix tags menu update, thanks to Paul
11885 2008-03-29 [wwp]        3.3.1cvs45
11887         * src/prefs_account.c
11888         * src/prefs_common.c
11889         * src/prefs_folder_item.c
11890         * src/prefs_quote.c
11891         * src/quote_fmt.c
11892         * src/quote_fmt.h
11893                 Fix compose template formats (in global preferences)
11894                 being translated under specific conditions.
11895                 Add a button to restore factory defaults for current
11896                 language.
11898 2008-03-27 [colin]      3.3.1cvs44
11900         * src/common/prefs.c
11901         * src/common/xmlprops.c
11902                 Fix RedHat bug 431735, 'segfault if /home is full' 
11903                 (when starting): Fix double fclose() in prefs.c
11904                 and potentially xmlprops.c
11906 2008-03-27 [colin]      3.3.1cvs43
11908         * src/addressbook.c
11909                 Fix bug 1559, 'Claws Mail crashed deleting all 
11910                 common contacts'
11912 2008-03-27 [wwp]        3.3.1cvs42
11914         * src/addressbook.c
11915                 Fix 3.3.0cvs41.
11917 2008-03-27 [wwp]        3.3.1cvs41
11919         * src/addressbook.c
11920                 Prevent list flickering when deleting addresses.
11922 2008-03-26 [colin]      3.3.1cvs40
11924         * src/imap.c
11925                 Clean up session disconnection. Possibly
11926                 fix Ubuntu bug #204290
11928 2008-03-26 [colin]      3.3.1cvs39
11930         * src/textview.c
11931                 Fix bug 1555: current folder wasn't used when
11932                 right-clicking on an email address
11934 2008-03-25 [colin]      3.3.1cvs38
11936         * src/plugins/bogofilter/bogofilter.c
11937         * src/plugins/bogofilter/bogofilter.h
11938         * src/plugins/bogofilter/bogofilter_gtk.c
11939                 Add a "learn from whitelist" preference
11940                 Whitelist Unsure mails too.
11942 2008-03-24 [paul]       3.3.1cvs37
11944         * src/prefs_account.c
11945                 If no MH mailbox and no account exists, when
11946                 creating a POP/Local account, just create and
11947                 use the default one instead of bailing with a
11948                 "Mailbox doesn't exist" error
11950 2008-03-21 [colin]      3.3.1cvs36
11952         * src/procmime.c
11953                 strstrip mime subtype
11955 2008-03-21 [paul]       3.3.1cvs35
11957         * manual/advanced.xml
11958                 correct and update the info about Actions
11960 2008-03-20 [colin]      3.3.1cvs34
11962         * src/messageview.c
11963         * src/messageview.h
11964         * src/textview.c
11965                 Show at max 1MB of text, add a noticeview to
11966                 show everything optionally.
11968 2008-03-20 [colin]      3.3.1cvs33
11970         * src/stock_pixmap.c
11971                 Add support for png themes
11973 2008-03-19 [wwp]        3.3.1cvs32
11975         * src/procheader.c
11976                 Sanity check.
11978 2008-03-18 [colin]      3.3.1cvs31
11980         * src/common/utils.c
11981         * src/common/utils.h
11982                 Handle size_t instead of off_t in to_human_readable
11984 2008-03-18 [colin]      3.3.1cvs30
11986         * src/imap.c
11987                 Remove raw printf
11989 2008-03-16 [colin]      3.3.1cvs29
11991         * src/summaryview.c
11992                 Fix build on GTK < 2.12
11994 2008-03-16 [colin]      3.3.1cvs28
11996         * src/mainwindow.c
11997                 Refresh non-list widget when switching
11998                 messageview
12000 2008-03-16 [colin]      3.3.1cvs27
12002         * manual/faq.xml
12003                 Revert cvs25: This wasn't a typo :) :
12004                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12007 2008-03-16 [colin]      3.3.1cvs26
12009         * src/summaryview.c
12010         * src/gtk/gtksctree.c
12011         * src/gtk/gtksctree.h
12012                 Implement 2-lines items in Summaryview when in 
12013                 three columns mode
12015 2008-03-16 [paul]       3.3.1cvs25
12017         * manual/faq.xml
12018                 fix typo
12020 2008-03-14 [colin]      3.3.1cvs24
12022         * src/prefs_filtering_action.c
12023                 Fix buglet on setting recipient when
12024                 reediting forward rules.
12026 2008-03-12 [colin]      3.3.1cvs23
12028         * src/summaryview.c
12029                 Fix a new unused variable warning
12030         * src/plugins/trayicon/trayicon.c
12031                 Fix folderview's scrollbar at startup
12032                 if starting hidden
12034 2008-03-12 [colin]      3.3.1cvs22
12036         * src/folderview.c
12037         * src/summaryview.c
12038                 Use item_opened at the beginning of showing
12039                 a folder instead of the end. Fixes flicker.
12041 2008-03-12 [paul]       3.3.1cvs21
12043         * src/folder.c
12044         * src/folder.h
12045         * src/mainwindow.c
12046         * src/procmsg.c
12047         * src/summaryview.c
12048         * src/plugins/trayicon/trayicon.c
12049                 add tooltip with extended folder stats
12051 2008-03-10 [colin]      3.3.1cvs20
12053         * src/common/xml.c
12054                 Handle comments
12056 2008-03-07 [colin]      3.3.1cvs19
12058         * src/mainwindow.c
12059                 Fix blinking of the taskbar entry
12061 2008-03-07 [colin]      3.3.1cvs18
12063         * src/mainwindow.c
12064                 MAEMO: Fix bug 1494, 'Trayicon 
12065                 plugin breaks UI...'
12067 2008-03-07 [paul]       3.3.1cvs17
12069         * src/gtk/authors.h
12070                 reflect reality a bit more closely
12072 2008-03-06 [colin]      3.3.1cvs16
12074         * src/mainwindow.c
12075         * src/mainwindow.h
12076         * src/summaryview.c
12077         * src/summaryview.h
12078         * src/toolbar.c
12079                 Integrate things better wrt the new
12080                 summaryview extensibility.
12082 2008-03-06 [wwp]        3.3.1cvs15
12084         * src/quote_fmt.c
12085                 Fix some gcc warnings.
12087 2008-03-06 [wwp]        3.3.1cvs14
12089         * src/prefs_account.c
12090         * src/prefs_folder_item.c
12091         * src/prefs_gtk.c
12092         * src/prefs_template.c
12093         * src/gtk/prefswindow.c
12094         * src/gtk/prefswindow.h
12095                 prefs_templates: fix missing unregistering of addr_completion widgets
12096                 and and ending of addr_completion service.
12097                 prefs_folder_item: fix missing registering/unregistering of widgets,
12098                 and rework the way add_completion service is started and stopped.
12099                 Plus few prefswindow API changes (opening).
12101 2008-03-06 [wwp]        3.3.1cvs13
12103         * src/folder_item_prefs.c
12104         * src/prefs_template.c
12105         * src/prefs_template.h
12106         * src/quote_fmt.c
12107         * src/common/template.c
12108                 Complete 3.3.1cvs12, thanks to Colin.
12110 2008-03-06 [wwp]        3.3.1cvs12
12112         * src/compose.c
12113         * src/folder_item_prefs.c
12114         * src/folder_item_prefs.h
12115         * src/prefs_account.c
12116         * src/prefs_folder_item.c
12117         * src/prefs_quote.c
12118         * src/prefs_template.c
12119         * src/quote_fmt.c
12120         * src/quote_fmt.h
12121         * src/common/template.c
12122         * src/common/template.h
12123                 Global and per-folder templates can now override the from name (this
12124                 doesn't change the account being used).
12125                 Examples:
12126                  "My other name" <%account_email> (just changes the name)
12127                  my.faked.email@address.org (overrides the address too)
12129 2008-03-05 [colin]      3.3.1cvs11
12131         * src/summaryview.c
12132         * src/summaryview.h
12133                 Replace that hbox with a notebook
12135 2008-03-05 [colin]      3.3.1cvs10
12137         * src/folder.h
12138         * src/folderview.c
12139                 Add klass functions for notification of folder
12140                 opening/closing via the GUI
12141         * src/summaryview.c
12142         * src/summaryview.h
12143                 Add a specific container for the scrolledwin
12145 2008-03-05 [colin]      3.3.1cvs9
12147         * src/folder.h
12148         * src/folderview.c
12149                 Add klass functions for notification of folder 
12150                 opening/closing via the GUI
12151         * src/summaryview.c
12152         * src/summaryview.h
12153                 Add a specific container for the scrolledwin
12155 2008-03-02 [colin]      3.3.1cvs8
12157         * src/messageview.c
12158                 MAEMO: Fix bug 1541, 'Deleting message from within 
12159                 read window displays next message then closes.'
12161 2008-03-02 [colin]      3.3.1cvs7
12163         * src/main.c
12164                 Probably fix bug 1539, 'Program crashes':
12165                 Setup Gcrypt's thread functions when built
12166                 with GnuTLS
12168 2008-03-01 [colin]      3.3.1cvs6
12170         * src/folder.c
12171         * src/imap_gtk.c
12172                 Get rid of stale folders with no account
12174 2008-02-28 [colin]      3.3.1cvs5
12176         * src/compose.c
12177                 Fix bug 1534, 'Segmentation fault when doing 
12178                 some draft saving and then throwing away'
12179         * src/imap.c
12180                 Fix bug 1533, 'Claws is unable to mark messages 
12181                 as "read" in IMAP shared folders'
12182         * src/etpan/imap-thread.c
12183                 Fix bug 1515, 'large messages crash claws when 
12184                 syncing for offline mode'. This is rather a
12185                 workaround, and mails > 64MB will still be
12186                 problematic if there's less than 64MB available
12187                 on the dataroot volume.
12188         * src/messageview.c
12189                 MAEMO: Add information when fetching big messages
12191 2008-02-26 [colin]      3.3.1cvs4
12193         * src/imap.c
12194                 fix bug 1532, '"login refused" message insufficiently 
12195                 detailed'
12197 2008-02-26 [paul]       3.3.1cvs3
12199         * INSTALL
12200         * README
12201                 remove mentions of ClamAV and a few other
12202                 old bits of information
12204 2008-02-23 [colin]      3.3.1cvs2
12206         * src/main.c
12207                 Fix log output (missing \n)
12209 2008-02-23 [colin]      3.3.1cvs1
12211         * configure.ac
12212                 Bump version number for stable release
12214 2008-02-23 [paul]       3.3.0cvs21
12216         * po/he.po
12217                 updated by Ofer
12219 2008-02-21 [colin]      3.3.0cvs20
12221         * src/matcher.c
12222                 Fix bug 1527, 'filtering is case sensitive when it 
12223                 shouldn't be'
12225 2008-02-20 [colin]      3.3.0cvs19
12227         * src/main.c
12228                 Fix file attachments from older Thunar
12230 2008-02-19 [colin]      3.3.0cvs18
12232         * manual/plugins.xml
12233         * manual/es/plugins.xml
12234         * manual/fr/plugins.xml
12235         * manual/pl/plugins.xml
12236                 Remove Clamav
12238 2008-02-19 [paul]       3.3.0cvs17
12240         * tools/README
12241         * tools/csv2addressbook.pl
12242                 add support for Kmail/Kaddressbook
12244 2008-02-18 [colin]      3.3.0cvs16
12246         * src/imap.c
12247                 Unset folder's session before creating a
12248                 new one
12249         * src/main.c
12250         * src/prefs_common.c
12251         * src/prefs_common.h
12252         * manual/advanced.xml
12253                 Add an hidden use_networkmanager pref, to
12254                 disable NetworkManager handling. Also,
12255                 consider UNKNOWN state to be CONNECTED.
12257 2008-02-18 [wwp]        3.3.0cvs15
12259         * src/matcher.c
12260                 Fix Engrish and make 'not' more visible in filtering debug logs.
12262 2008-02-15 [colin]      3.3.0cvs14
12264         * src/matcher.c
12265                 Revert cvs10 for now, it breaks the feature
12267 2008-02-15 [colin]      3.3.0cvs13
12269         * src/main.c
12270                 Always focus folder tree at startup
12271         * src/compose.c
12272                 Fix bug 1521, 'Cannot close compose window after 
12273                 replying to a non-existent news message'
12275 2008-02-13 [colin]      3.3.0cvs12
12277         * src/folderview.c
12278                 Fix important warnings
12280 2008-02-12 [colin]      3.3.0cvs11
12282         * src/imap.c
12283         * src/etpan/imap-thread.c
12284         * src/etpan/imap-thread.h
12285                 Fix handling of $Forwarded flag on Exchange:
12286                 check for the existence or creatability of a
12287                 flag before using it.
12289 2008-02-12 [colin]      3.3.0cvs10
12291         * src/matcher.c
12292                 Optimise matching on Found in addressbook if
12293                 the matched header is in cache (From, etc)
12295 2008-02-12 [colin]      3.3.0cvs9
12297         * src/folderview.c
12298                 Fix crashy stuff when changing displayed
12299                 columns
12301 2008-02-12 [wwp]        3.3.0cvs8
12303         * src/folder.h
12304                 Remove duplicate func declaration and restore the one
12305                 a missing one.
12307 2008-02-12 [wwp]        3.3.0cvs7
12309         * src/compose.c
12310         * src/export.c
12311         * src/folder.c
12312         * src/folder.h
12313         * src/foldersel.c
12314         * src/foldersel.h
12315         * src/imap_gtk.c
12316         * src/import.c
12317         * src/mainwindow.c
12318         * src/messageview.c
12319         * src/mh_gtk.c
12320         * src/prefs_account.c
12321         * src/prefs_filtering_action.c
12322         * src/summaryview.c
12323         * src/plugins/bogofilter/bogofilter_gtk.c
12324         * src/plugins/spamassassin/spamassassin_gtk.c
12325                 Allow moving/copying folders to root folders when using
12326                 the folder selection dialog (it was not possible to
12327                 maemo users to reparent a subfolder to a root folder
12328                 at all).
12330 2008-02-12 [fabien]     3.3.0cvs6
12332         * po/fr.po
12333                 a few days late for i18n fr update. Sorry.
12335 2008-02-11 [colin]      3.3.0cvs5
12337         * src/main.c
12338                 Implement support for future /dev/mem_notify.
12339                 This Linux kernel feature will allow applications
12340                 to be notified that memory has to be freed
12341                 before getting OOM-killed. For more information:
12342                 http://lwn.net/Articles/267013/
12344 2008-02-10 [paul]       3.3.0cvs4
12346         * src/Makefile.am
12347         * src/mimeview.c
12348         * src/prefs_toolbar.c
12349         * src/stock_pixmap.c
12350         * src/stock_pixmap.h
12351         * src/pixmaps/mime_text_patch.xpm
12352                 add an icon for attached patches
12354 2008-02-09 [paul]       3.3.0cvs3
12356         * src/gtk/about.c
12357                 bump the (c) year
12359 2008-02-09 [wwp]        3.3.0cvs2
12361         * src/main.c
12362                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12364 2008-02-08 [colin]      3.3.0cvs1
12366         * src/common/utils.c
12367                 Forbid attaching anything containing "../" or ".ssh/"
12368                 from mailto: URI
12370 2008-02-08 [paul]       3.3.0
12372         * NEWS
12373         * README
12374         * RELEASE_NOTES 
12375                 3.3.0 released
12377 2008-02-08 [paul]       3.2.0cvs77
12379         * AUTHORS
12380                 updated with new translators
12381         * configure.ac
12382                 added he to ALL_LINGUAS
12383         * po/cs.po
12384         * po/de.po
12385         * po/es.po
12386         * po/fi.po
12387         * po/hu.po
12388         * po/it.po
12389         * po/pt_BR.po
12390         * po/zh_CN.po
12391                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12392                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12393                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12394                 and Ralph Young
12395         * po/he.po
12396                 new Hebrew translation by Ofer <oc666@netvision.net.il>
12397         * src/gtk/about.c
12398                 updated with new translators and bumped (c) year
12399         * src/gtk/authors.h
12400                 updated with new translators
12402 2008-02-05 [colin]      3.2.0cvs76
12404         * src/messageview.c
12405         * src/mimeview.c
12406         * src/mimeview.h
12407                 Special case text/calendar parts: if there's one in
12408                 the mail, and a plugin handling text/calendar is
12409                 loaded, show that part. That'll avoid rendering 
12410                 meetings as plain text, which just looks broken to
12411                 many users.
12413 2008-02-04 [colin]      3.2.0cvs75
12415         * src/mainwindow.c
12416                 Maemo: Fix LED handling on OS 2008
12418 2008-02-01 [colin]      3.2.0cvs74
12420         * src/compose.c
12421                 Possibly fix the annoying and hard-to reproduce bug
12422                 where lines 
12423                 are
12424                 rewrapped
12425                 like
12426                 that.
12428 2008-02-01 [paul]       3.2.0cvs73
12430         * src/common/utils.c
12431                 fix bug 1502, 'Plus signs are stripped from
12432                 email addresses when calling from command line'
12433                 Thanks to Colin
12435 2008-01-31 [colin]      3.2.0cvs72
12437         * src/exphtmldlg.c
12438         * src/mimeview.c
12439         * src/summaryview.c
12440                 Fix building of URIs from filenames
12442 2008-01-31 [wwp]        3.2.0cvs71
12444         * src/main.c
12445                 Fixes debug output of compiled-in features list
12446                 (completes 3.2.0cvs60).
12448 2008-01-31 [colin]      3.2.0cvs70
12450         * configure.ac
12451         * po/POTFILES.in
12452         * src/compose.c
12453         * src/plugins/Makefile.am
12454         * src/plugins/clamav/.cvsignore
12455         * src/plugins/clamav/Makefile.am
12456         * src/plugins/clamav/README
12457         * src/plugins/clamav/clamav_plugin.c
12458         * src/plugins/clamav/clamav_plugin.h
12459         * src/plugins/clamav/clamav_plugin_gtk.c
12460         * src/plugins/clamav/clamav_plugin_gtk.deps
12461                 Remove the Clamav plugin from the core
12463 2008-01-28 [wwp]        3.2.0cvs69
12465         * src/compose.c
12466         * src/prefs_template.c
12467         * src/prefs_template.h
12468         * src/quote_fmt.c
12469         * src/quote_fmt.h
12470         * src/quote_fmt_lex.l
12471         * src/quote_fmt_parse.y
12472                 Fix for bug #1493: count lines (\n chars) according to the way
12473                 format body is passed (i.e. \-escaped or not).
12475 2008-01-27 [paul]       3.2.0cvs68
12477         * po/en_GB.po
12478                 updated
12479         * src/prefs_actions.c
12480         * src/prefs_filtering.c
12481         * src/prefs_folder_item.c
12482         * src/prefs_template.c
12483         * src/gtk/about.c
12484                 some minor changes to the English
12486 2008-01-24 [colin]      3.2.0cvs67
12488         * src/etpan/imap-thread.c
12489         * src/etpan/nntp-thread.c
12490                 Fix bug 1348, 'Hang ups at exit time with 
12491                 pgp plugin since 3.0.2'
12493 2008-01-23 [colin]      3.2.0cvs66
12495         * src/toolbar.c
12496                 Fix translation of something that shouldn't be
12498 2008-01-23 [colin]      3.2.0cvs65
12500         * src/procmime.c
12501                 Fix bug 1486, 'Re: Incorrect content when replying'
12502                 Revert to full scan if short scan found only 0-length
12503                 text parts
12505 2008-01-23 [paul]       3.2.0cvs64
12507         * src/prefs_folder_item.c
12508                 fix bug 1485, 'selecting a folder's default
12509                 account if name contains '&''
12511 2008-01-23 [colin]      3.2.0cvs63
12513         * src/folder.c
12514         * src/folder.h
12515         * src/main.c
12516         * src/mainwindow.c
12517                 Fix bug 1480, 'should be able to display mail file
12518                 from command line'. Let 'claws-mail --select' accept
12519                 absolute paths in addition to folder identifiers.
12521 2008-01-22 [wwp]        3.2.0cvs62
12523         * src/account.c
12524         * src/account.h
12525         * src/compose.c
12526         * src/messageview.c
12527         * src/summaryview.c
12528         * src/common/utils.c
12529         * src/common/utils.h
12530                 Allow from=address in mailto sequence:
12531                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12532                   The 'from' will try to select the first account matching in accounts list,
12533                   otherwise will use the usual account selection mechanism but override with
12534                   this 'from' address.
12535                 Allow mailto with NNTP accounts
12536                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12537                   is the default one or if a NNTP account address is used with 'from'.
12538                   This is more or less a bugfix as it was possible to use mailto with a NNTP
12539                   default account but the complete mailto sequence was put in To.
12541 2008-01-22 [wwp]        3.2.0cvs61
12543         * doc/man/claws-mail.1
12544                 Updated the man page: status of few features, command-line
12545                 usage (--version-full) and completed list of config files
12546                 and dirs.
12548 2008-01-22 [wwp]        3.2.0cvs60
12550         * src/main.c
12551                 Added --version-full to display version and compiled-in
12552                 features list (for later use by Clawsker for instance).
12554 2008-01-22 [holger]     3.2.0cvs59
12556         * src/addrduplicates.c
12557                 Fix scrolling in addressbook duplicate
12558                 finder result dialog
12560 2008-01-21 [colin]      3.2.0cvs58
12562         * src/summaryview.c
12563                 Fix bug 1457, 'sorting messages on, say, from, 
12564                 should subsort on previous sort choice'. Subsort
12565                 by date when sort is Subject, From, To, Tags.
12567 2008-01-21 [colin]      3.2.0cvs57
12569         * AUTHORS
12570         * src/matcher.c
12571         * src/mimeview.c
12572         * src/common/ssl.c
12573         * src/gtk/authors.h
12574                 Fix bug 1478, 'Wrong pthread_create calls all 
12575                 over the place'. Patch by Christian Cornelssen
12577 2008-01-20 [colin]      3.2.0cvs56
12579         * src/imap.c
12580         * src/etpan/imap-thread.c
12581         * src/etpan/imap-thread.h
12582                 Fix bug 1468, 'Use IMAP keyword to 
12583                 store "forwarded" flag'
12585 2008-01-20 [colin]      3.2.0cvs55
12587         * src/folderutils.c
12588                 Make list operations faster
12590 2008-01-20 [colin]      3.2.0cvs54
12592         * src/mainwindow.c
12593                 Fix bug 1353, 'on startup with small screen 
12594                 layout, keyboard input gets lost'
12596 2008-01-20 [colin]      3.2.0cvs53
12598         * src/textview.c
12599                 Complete 3.2.0cvs49, and fixes bug 1477, 
12600                 'Claws Mail crashes when view PGP-encrypted 
12601                 message'
12603 2008-01-20 [colin]      3.2.0cvs52
12605         * src/compose.c
12606                 Fix privacy menu update when replying to
12607                 encrypted mail and no default privacy 
12608                 system is set
12610 2008-01-19 [colin]      3.2.0cvs51
12612         * src/filtering.c
12613         * src/procmsg.h
12614         * src/plugins/bogofilter/bogofilter.c
12615         * src/plugins/clamav/clamav_plugin.c
12616         * src/plugins/spamassassin/spamassassin.c
12617                 Batch filtering deletions too (and save 4 bytes
12618                 per MsgInfo in the process :)
12620 2008-01-19 [colin]      3.2.0cvs50
12622         * src/folder.c
12623                 Make cache update after copies much faster
12624                 on IMAP
12626 2008-01-19 [colin]      3.2.0cvs49
12628         * src/textview.c
12629                 Check g_fopen() success
12631 2008-01-17 [wwp]        3.2.0cvs48
12633         * manual/faq.xml
12634         * manual/es/faq.xml
12635         * manual/fr/faq.xml
12636         * manual/pl/faq.xml
12637                 Sylpheed? No idea what this means.
12639 2008-01-17 [colin]      3.2.0cvs47
12641         * src/gtk/gtksctree.c
12642                 Make dnd threshold higher on Maemo
12644 2008-01-16 [colin]      3.2.0cvs46
12646         * src/common/passcrypt.c
12647                 Fix build on FreeBSD, thanks to Pawel
12649 2008-01-15 [colin]      3.2.0cvs45
12651         * src/compose.c
12652                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
12653                 spell check of actuall word'
12654         * src/summaryview.c
12655                 Temporarily disable immediate execution when learning
12656                 spam *only* if the summaryview isn't locked
12658 2008-01-15 [wwp]        3.2.0cvs44
12660         * src/prefs_filtering.c
12661                 Fix filtering prefs layout (Maemo port), moving page up/down
12662                 from buttons to context menu.
12664 2008-01-15 [colin]      3.2.0cvs43
12666         * src/compose.c
12667                 Fix bug 1465, 'First line in new message does not mark URLs'
12669 2008-01-15 [colin]      3.2.0cvs42
12671         * src/common/passcrypt.c
12672                 Fix bug 1461, 'several components #define 
12673                 _XOPEN_SOURCE improperly'
12675 2008-01-15 [colin]      3.2.0cvs41
12677         * src/summaryview.c
12678                 Fix bug 1469, 'Column width adjustments on message 
12679                 lists do not save'
12681 2008-01-14 [holger]     3.2.0cvs40
12683         * configure.ac
12684                 Add tests for dbus, dbus glib bindings,
12685                 and NetworkManager. All is optional. Add new
12686                 --(en|dis)able-networkmanager-support switch.
12687         * src/Makefile.am
12688         * src/imap.c
12689         * src/inc.c
12690         * src/main.c
12691         * src/main.h
12692         * src/mainwindow.c
12693         * src/gtk/about.c
12694                 Add optional NetworkManager support, so Claws Mail
12695                 can try to do the right thing when the network connection
12696                 status changes. NetworkManager support is active by
12697                 default if above requirements were met.
12699 2008-01-12 [colin]      3.2.0cvs39
12701         * src/summaryview.c
12702                 Advertise the click-on-reply feature in the tooltip
12704 2008-01-12 [colin]      3.2.0cvs38
12706         * src/Makefile.am
12707         * src/stock_pixmap.c
12708         * src/stock_pixmap.h
12709         * src/pixmaps/tray_newmail.offline.xpm
12710         * src/pixmaps/tray_newmail.xpm
12711         * src/pixmaps/tray_newmarkedmail.offline.xpm
12712         * src/pixmaps/tray_newmarkedmail.xpm
12713         * src/pixmaps/tray_nomail.offline.xpm
12714         * src/pixmaps/tray_nomail.xpm
12715         * src/pixmaps/tray_unreadmail.offline.xpm
12716         * src/pixmaps/tray_unreadmail.xpm
12717         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12718         * src/pixmaps/tray_unreadmarkedmail.xpm
12719         * src/plugins/trayicon/Makefile.am
12720         * src/plugins/trayicon/newmail.offline.xpm
12721         * src/plugins/trayicon/newmail.xpm
12722         * src/plugins/trayicon/newmarkedmail.offline.xpm
12723         * src/plugins/trayicon/newmarkedmail.xpm
12724         * src/plugins/trayicon/nomail.offline.xpm
12725         * src/plugins/trayicon/nomail.xpm
12726         * src/plugins/trayicon/trayicon.c
12727         * src/plugins/trayicon/unreadmail.offline.xpm
12728         * src/plugins/trayicon/unreadmail.xpm
12729         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12730         * src/plugins/trayicon/unreadmarkedmail.xpm
12731                 Make the Trayicon plugin icons themable
12733 2008-01-12 [wwp]        3.2.0cvs37
12735         * src/prefs_display_header.c
12736                 Fix extra leading hyphen visible in the display
12737                 header configuration combo list (maemo).
12739 2008-01-11 [colin]      3.2.0cvs36
12741         * src/imap.c
12742                 Set timeout to 1 before disconnecting all -
12743                 for when one switches to offline and has 
12744                 no network anymore
12745         * src/messageview.c
12746                 Fix bug 1454, 'error message shows parts and 
12747                 signature of previous messages'
12748         * src/prefs_common.c
12749                 Maemo: Hide Send dialog by default
12751 2008-01-10 [colin]      3.2.0cvs35
12753         * src/action.c
12754         * src/editldap.c
12755         * src/prefs_account.c
12756         * src/wizard.c
12757         * src/gtk/inputdialog.c
12758         * src/plugins/pgpcore/passphrase.c
12759                 Maemo: Fix bug 1455, 'Password enters leading letter 
12760                 incorrectly as uppercase'
12762 2008-01-09 [colin]      3.2.0cvs34
12764         * po/pl.po
12765                 Fix bug 1446, 'SC crashes frequently when staying 
12766                 in background'. Format string error in Polish 
12767                 translation
12768         * src/gtk/description_window.c
12769         * src/prefs_template.c
12770                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12771                 patch by Pawel
12772         * src/wizard.c
12773                 Maemo: Fix build
12775 2008-01-08 [colin]      3.2.0cvs33
12777         * src/main.c
12778                 Maemo: connect HW status change signal for shutdown
12779         * src/mainwindow.c
12780                 Maemo: Fix hardware space key
12781         * src/wizard.c
12782                 Maemo: name mmc1 and 2 a better name
12784 2008-01-08 [wwp]        3.2.0cvs32
12786         * src/folder.c
12787         * src/folder_item_prefs.c
12788         * src/folder_item_prefs.h
12789         * src/prefs_folder_item.c
12790                 It's now possible to disable processing rules when
12791                 entering a folder (this adds a new option to the
12792                 folder properties dialog).
12794 2008-01-08 [wwp]        3.2.0cvs31
12796         * src/common/utils.c
12797                 Mailto: now supports 'insert' (stands for 'insert file'), this
12798                 adds the ability to create a new message from the command-line,
12799                 with body set from an existing file contents.
12801 2008-01-08 [colin]      3.2.0cvs30
12803         * src/summaryview.c
12804                 Maybe fix bug 1452, 'crash while drag'n'droping 
12805                 emails to an IMAP folder'
12807 2008-01-07 [wwp]        3.2.0cvs29
12809         * src/prefs_filtering.c
12810                 Static-alize a function, thanks to Colin.
12812 2008-01-07 [colin]      3.2.0cvs28
12814         * src/folderview.c
12815                 Fix scrolling to bottom when drag and dropping
12816         * src/summaryview.c
12817                 Fix bug 1445, 'Display sender using addressbook: fails 
12818                 when From: isn't an email address'
12820 2008-01-07 [wwp]        3.2.0cvs27
12822         * src/prefs_actions.c
12823         * src/prefs_filtering.c
12824         * src/prefs_template.c
12825                 Add tooltips to most buttons in the templates, actions and
12826                 filtering/processing dialogs.
12828 2008-01-07 [wwp]        3.2.0cvs26
12830         * src/prefs_filtering.c
12831                  - add a clear button to clear dialog input fields
12832                  - add page up and page down buttons to move selected rule up and down
12833                  - in rules list popup-menu: added Delete, Delete all and Duplicate
12834                  - popup-menu items are greyed out either if the list is empty (not counting the
12835                    (New) row or if there is no selected item
12836                  - clear store when closing dialog
12838         * src/prefs_actions.c
12839                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12840                    clear button, popup-menu
12841                  - clear store when closing dialog
12843         * src/prefs_template.c
12844                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12845                    clear button, popup-menu 
12847         * src/addrcustomattr.c
12848                  - renamed popup-menu item Clear list to Delete all
12849                  - grey out popup-menu items is there is no selected item or if list is empty
12850                  - clear store when closing dialog
12852         * src/edittags.c
12853                  - added popup-menu item Delete all
12854                  - grey out popup-menu items is there is no selected item or if list is empty
12855                  - clear store when closing dialog
12857 2008-01-06 [wwp]        3.2.0cvs25
12859         * src/addressadd.c
12860                 One more layout fix by Pawel (completes 3.2.0cvs24).
12862 2008-01-05 [colin]      3.2.0cvs24
12864         * src/addressadd.c
12865                 Little GUI fixes, patch by Pawel
12867 2007-12-29 [wwp]        3.2.0cvs23
12869         * src/compose.c
12870                 Fix for bug #1443, and strip possible whitespaces around
12871                 custom header names.
12873 2007-12-29 [mones]      3.2.0cvs22
12875         * po/es.po
12876                 Updated translation, corrected a term based 
12877                 on suggestion from Israel Saeta P�rez,
12878                 reverted awful X-Mailer translation
12879         * src/procmime.c
12880                 Complete cvs20 for FreeBSD, patch by Pawel
12882 2007-12-29 [colin]      3.2.0cvs21
12884         * src/textview.c
12885                 Fix bug 1442, 'Tags are repeated in 
12886                 encapsulated messages'
12888 2007-12-28 [colin]      3.2.0cvs20
12890         * src/procmime.c
12891                 Fix path to mime/globs. Patch by Marten King.
12893 2007-12-27 [colin]      3.2.0cvs19
12895         * src/plugins/pgpcore/Makefile.am
12896         * src/plugins/pgpinline/Makefile.am
12897         * src/plugins/pgpmime/Makefile.am
12898                 Add missing flags to build pgp plugins on maemo
12900 2007-12-27 [colin]      3.2.0cvs18
12902         * src/mainwindow.c
12903                 Maximise before showing to avoid probable flickering
12904                 on slow computers.
12906 2007-12-27 [colin]      3.2.0cvs17
12908         * src/main.c
12909         * src/mainwindow.c
12910         * src/prefs_common.c
12911         * src/prefs_common.h
12912                 Fix bug 1439, 'Claws Mail does not remember window size 
12913                 state when restarted'. Save maximised state and force
12914                 maximisation at startup if applicable.
12916 2007-12-23 [paul]       3.2.0cvs16
12918         * src/prefs_matcher.c
12919                 fix bug 1436, 'Filter condition dialog doesn't
12920                 load header name from current rules'
12922 2007-12-22 [paul]       3.2.0cvs15
12924         * src/compose.c
12925                 fix bug 1435, 'Reply doesn't take into account
12926                 reply-to field'
12928 2007-12-21 [paul]       3.2.0cvs14
12930         * src/common/ssl_certificate.c
12931                 fix FreeBSD build with IPV6 support 
12933 2007-12-20 [colin]      3.2.0cvs13
12935         * src/imap.c
12936                 Fix error handling
12938 2007-12-20 [colin]      3.2.0cvs12
12940         * src/imap.c
12941         * src/imap.h
12942         * src/prefs_account.c
12943                 Add DIGEST-MD5 support for IMAP authentication
12945 2007-12-19 [mones]      3.2.0cvs11
12947         * doc/man/claws-mail.1
12948                 Better ordering of sections, updated options
12949         * po/es.po
12950                 Updated strings
12952 2007-12-19 [paul]       3.2.0cvs10
12954         * src/prefs_account.c
12955                 use a spinbutton instead of an entry for
12956                 "POP authentication timeout" also
12958 2007-12-19 [colin]      3.2.0cvs9
12960         * src/prefs_filtering_action.c
12961         * src/prefs_matcher.c
12962         * src/gtk/description_window.c
12963                 Destroy info windows with their parents
12964                 Patch by Pawel
12966 2007-12-19 [colin]      3.2.0cvs8
12968         * src/prefs_account.c
12969                 Use spinbuttons instead of entries where needed
12970                 Patch by Pawel
12972 2007-12-18 [paul]       3.2.0cvs7
12974         * src/prefs_matcher.c
12975                 add missing i18n for a few strings
12976                 Patch by Stephan Sachse
12978 2007-12-18 [paul]       3.2.0cvs6
12980         * src/prefs_logging.c
12981                 use 'disk' instead of 'disc'
12983 2007-12-18 [paul]       3.2.0cvs5
12985         * po/en_GB.po
12986                 updated
12987         * src/addrcustomattr.c
12988         * src/editaddress.c
12989                 fixes to the ingleesh
12990         * src/prefs_filtering_action.c
12991                 fix copyright header
12992                 fix untranslated strings
12993         * src/prefs_filtering_action.h
12994                 fix copyright header
12996 2007-12-18 [wwp]        3.2.0cvs4
12998         * src/folderview.c
12999         * src/headerview.c
13000         * src/prefs_common.c
13001         * src/prefs_common.h
13002         * src/prefs_fonts.c
13003         * src/summaryview.c
13004         * src/textview.c
13005         * src/wizard.c
13006         * src/common/defs.h
13007         * src/gtk/gtkutils.c
13008                 Added prefs to set custom small and bold fonts
13009                 (might matter on some desktops, according to
13010                 DPI and font settings).
13012 2007-12-18 [colin]      3.2.0cvs3
13014         * src/prefs_logging.c
13015                 Rework GUI, patch by Pawel
13017 2007-12-18 [colin]      3.2.0cvs2
13019         * src/prefs_filtering_action.c
13020                 Rework GUI, patch by Pawel
13022 2007-12-18 [colin]      3.2.0cvs1
13024         * src/editaddress.c
13025                 Fix build on old GCC
13026                 Fix inverted buttons
13028 2007-12-17 [paul]       3.2.0
13030         * NEWS
13031         * README
13032         * RELEASE_NOTES 
13033                 3.2.0 released
13035 2007-12-17 [paul]       3.1.0cvs79
13037         * po/de.po
13038         * po/fr.po
13039         * po/hu.po
13040         * po/it.po
13041         * po/pt_BR.po
13042                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13043                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13045 2007-12-17 [mones]      3.1.0cvs78
13047         * po/es.po
13048                 Updated Spanish translation for 3.2.0 release
13050 2007-12-16 [colin]      3.1.0cvs77
13052         * src/addrcustomattr.c
13053                 Fix translations, patch by Fabien
13055 2007-12-15 [paul]       3.1.0cvs76
13057         * src/folderview.c
13058                 fix compiler warning
13060 2007-12-14 [colin]      3.1.0cvs75
13062         * src/folderview.c
13063                 Simplify logic
13065 2007-12-12 [wwp]        3.1.0cvs74
13067         * AUTHORS
13068         * src/gtk/authors.h
13069                 Added Marius Glauser to the hall of fame.
13071 2007-12-12 [wwp]        3.1.0cvs73
13073         * src/gtk/gtkutils.c
13074                 Improve the way we show results of searches
13075                 in message bodies: selected text now get centered
13076                 vertically in the message window.
13077                 Patch by Marius Glauser <seelenhirt@gmx.net>.
13079 2007-12-10 [colin]      3.1.0cvs72
13081         * src/folder.c
13082                 Don't crash when setting batch mode on no folder
13084 2007-12-10 [colin]      3.1.0cvs71
13086         * src/common/utils.c
13087                 Fix potential buffer overrun (thanks to
13088                 Hiroyuki)
13090 2007-12-08 [paul]       3.1.0cvs70
13092         * src/prefs_receive.c
13093                 small change to the English
13095 2007-12-08 [colin]      3.1.0cvs69
13097         * src/vcard.c
13098                 Fix warnings
13100 2007-12-07 [colin]      3.1.0cvs68
13102         * src/mainwindow.c
13103         * src/summaryview.c
13104         * src/summaryview.h
13105                 Free simplify_subject_preg at exit
13107 2007-12-07 [colin]      3.1.0cvs67
13109         * src/main.c
13110         * src/summaryview.c
13111         * src/common/utils.c
13112         * src/common/utils.h
13113                 We have to free reused regexps from time to
13114                 time, or they get huge
13116 2007-12-07 [colin]      3.1.0cvs66
13118         * src/vcard.c
13119                 Fix QP decoding (and UTF8)
13121 2007-12-07 [colin]      3.1.0cvs65
13123         * src/addrcustomattr.c
13124                 Update list of default custom attributes
13125                 now (will be needed for a feature patch
13126                 post 3.2.0)
13128 2007-12-07 [colin]      3.1.0cvs64
13130         * src/folder.c
13131                 Batch on destination folder when copying - fixes
13132                 slowness when moving unread mails to trash on IMAP
13134 2007-12-06 [colin]      3.1.0cvs63
13136         * src/common/w32_time.c
13137         * src/common/w32lib.h
13138         * src/etpan/etpan-thread-manager.c
13139         * src/etpan/imap-thread.c
13140         * src/etpan/nntp-thread.c
13141         * src/gtk/Makefile.am
13142                 Fix win32 build with libetpan. Thanks to
13143                 Marcus Brinkmann.
13145 2007-12-06 [colin]      3.1.0cvs62
13147         * src/account.c
13148         * src/imap.c
13149         * src/prefs_account.c
13150         * src/prefs_account.h
13151         * src/etpan/imap-thread.c
13152         * src/etpan/imap-thread.h
13153                 Disable connection via command line on WIN32
13154                 Disable mmap use on WIN32 - use normal strings
13155         * src/addressbook.c
13156         * src/addressbook.h
13157         * src/addressbook_foldersel.c
13158         * src/addressbook_foldersel.h
13159         * src/prefs_filtering_action.c
13160         * src/prefs_matcher.c
13161         * src/plugins/bogofilter/bogofilter_gtk.c
13162         * src/plugins/dillo_viewer/dillo_prefs.c
13163         * src/plugins/spamassassin/spamassassin_gtk.c
13164                 Fix leak, rework function logics to be more
13165                 natural - thanks to Holger
13166         * src/common/utils.c
13167                 Fix warnings
13169 2007-12-06 [colin]      3.1.0cvs61
13171         * src/news.c
13172         * src/common/utils.c
13173         * src/common/utils.h
13174                 Fix posting, and fix UTF-8 being sent when encoding
13175                 is 8bit
13177 2007-12-05 [colin]      3.1.0cvs60
13179         * src/news.c
13180                 Fix debian bug #453157, 'Fails to post usenet
13181                 articles after NNTP connection has been 
13182                 interrupted". Fix return value to prevent deletion
13183                 on failure, and issue MODE READER in case posting
13184                 fails at first.
13186 2007-12-05 [colin]      3.1.0cvs59
13188         * src/messageview.c
13189         * src/uri_opener.c
13190                 Improvements to the List URIs dialog
13191                 Patch by Pawel
13193 2007-12-05 [colin]      3.1.0cvs58
13195         * src/prefs_other.c
13196         * src/gtk/gtksctree.h
13197                 Fix warnings
13199 2007-12-04 [colin]      3.1.0cvs57
13201         * src/etpan/imap-thread.c
13202                 Fix bug 1378, 'Claws exits on IMAP alert message'
13203                 Don't do GTK calls directly from Etpan thread
13205 2007-12-04 [colin]      3.1.0cvs56
13207         * src/folderview.c
13208         * src/gtk/gtksctree.c
13209                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13210                 Make all the left of column zero an hotspot for
13211                 expanding.
13213 2007-12-04 [colin]      3.1.0cvs55
13215         * src/mainwindow.c
13216         * src/mainwindow.h
13217         * src/prefs_common.c
13218         * src/prefs_common.h
13219         * src/prefs_receive.c
13220                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13222 2007-12-04 [wwp]        3.1.0cvs54
13224         * src/prefs_other.c
13225                 Fix for bug #1419.
13227 2007-12-04 [holger]     3.1.0cvs53
13229         * src/addrduplicates.c
13230         * src/addrduplicates.h
13231                 Export addressbook entry deletion
13233 2007-12-04 [colin]      3.1.0cvs52
13235         * tools/Makefile.am
13236         * tools/README.sylprint
13237         * tools/sylprint.pl
13238         * tools/sylprint.rc
13239                 Fix debian bug #454089 (symlink attack in TMP directory)
13240                 http://secwatch.org/advisories/1019661/ :
13241                 Remove the buggy script, which was unmaintained anyway
13242         * src/news.c
13243         * src/procmsg.c
13244                 Store things in our private tmp directory.
13246 2007-12-03 [colin]      3.1.0cvs51
13248         * src/folder.c
13249         * src/folder.h
13250         * src/folderview.c
13251         * src/imap.c
13252         * src/mainwindow.c
13253                 Fix update problem when getting remote tags
13254         * src/prefs_matcher.c
13255                 Rework GUI to make it better. Patch by Pawel
13256                 Pekala
13258 2007-12-03 [colin]      3.1.0cvs50
13260         * src/etpan/imap-thread.c
13261         * src/etpan/nntp-thread.c
13262                 Fix bug 1417, 'Network log doesn't reveal 
13263                 enough NNTP errors'
13265 2007-12-02 [iwkse]      3.1.0cvs49
13267         * src/plugins/dillo_viewer/dillo_prefs.c
13268                         Insert dillo under the Plugins menu
13270 2007-12-01 [paul]       3.1.0cvs48
13272         * src/html.c
13273                 add these variant forms
13274                 Thanks to Colin
13276 2007-12-01 [paul]       3.1.0cvs47
13278         * src/matcher.c
13279                 fix a typo
13281 2007-12-01 [paul]       3.1.0cvs46
13283         * po/POTFILES.in
13284                 add the new addrcustomattr.c file
13286 2007-11-29 [colin]      3.1.0cvs45
13288         * src/common/ssl_certificate.c
13289                 Use the more modern getaddrinfo instead of 
13290                 gethostbyname when possible
13292 2007-11-28 [colin]      3.1.0cvs44
13294         * src/summaryview.c
13295                 Maybe fix bug 1410 and other crash reports
13296                 in summaryview since cvs38.
13298 2007-11-28 [wwp]        3.1.0cvs43
13300         * src/prefs_summary_open.c
13301                 Guard against an empty list of actions to perform
13302                 when opening a folder (or migration defaults could
13303                 be introduced, confusing).
13305 2007-11-28 [colin]      3.1.0cvs42
13307         * src/folderview.c
13308                 Fix mark all read from folder's contextual menu
13310 2007-11-27 [colin]      3.1.0cvs41
13312         * src/imap.c
13313         * src/imap.h
13314         * src/imap_gtk.c
13315         * src/prefs_account.c
13316         * src/etpan/imap-thread.c
13317                 A few fixes to the IMAP flags handling: Optimisations,
13318                 two crashers, mention that Bandwitdh-efficient mode
13319                 prevents tag fetching.
13320                 Fix M-UTF7 in subscription dialog.
13322 2007-11-27 [colin]      3.1.0cvs40
13324         * src/folder.c
13325         * src/mbox.c
13326         * src/summaryview.c
13327                 Make filtering faster on flags change: Batch original 
13328                 folderitem, where we'll do flags/tags changes.
13330 2007-11-27 [colin]      3.1.0cvs39
13332         * src/filtering.c
13333                 Fix bug 1407, 'After a copy action, further rules apply 
13334                 to both original and copy'
13336 2007-11-27 [colin]      3.1.0cvs38
13338         * src/edittags.c
13339         * src/summaryview.c
13340                 Fixes races when doing a long operation and user
13341                 asks for another one (Mark all read/unread on a 
13342                 big folder on IMAP for example)
13344 2007-11-27 [wwp]        3.1.0cvs37
13346         * src/addressbook.c
13347         * src/prefs_common.c
13348                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13349                 and 3.1.0cvs35 (addressbook.c).
13351 2007-11-27 [holger]     3.1.0cvs36
13353         * src/printing.c
13354                 Add a line separating header and body
13355                 in the printout
13357 2007-11-27 [wwp]        3.1.0cvs35
13359         * src/addressbook.c
13360                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13361                 (thanks to Colin) and revert disabling of cut/copy
13362                 context menu entries upon selected groups.
13364 2007-11-27 [holger]     3.1.0cvs34
13366         * src/printing.c
13367                 Add weights to the list of supported text attributes
13368                 for printing
13370 2007-11-27 [wwp]        3.1.0cvs33
13372         * src/Makefile.am
13373         * src/addrcustomattr.c
13374         * src/addrcustomattr.h
13375         * src/addressbook.c
13376         * src/editaddress.c
13377         * src/editaddress.h
13378         * src/prefs_common.c
13379         * src/prefs_common.h
13380         * src/common/defs.h
13381                 Provide a (customizable) list of preset attribute names
13382                 for editing contacts (closes bug #1391).
13384 2007-11-27 [wwp]        3.1.0cvs32
13386         * src/addrclip.c
13387         * src/addressbook.c
13388         * src/addritem.c
13389                 Various fixes in the address book:
13390                         - made copy/move of a folder to itself or its subtree
13391                           impossible (-> error)
13392                         - errors messages don't show in the status bar anymore,
13393                           use alertpanels instead
13394                         - simple click on group doesn't open group edit dialog
13395                           anymore when in contact edit embedded mode (was too itchy)
13396                         - fixed disabling of edit button and and menu entry when
13397                           in contact edit embedded mode (was done in a bad and
13398                           ineffective way)
13399                         - fix menu cut/paste sensitivity in treelist context
13400                           menu (conflicting enabling was done by different functions)
13401                         - fix some menu item sensitivity in address list context menu
13402                         - don't allow cut/copy of groups, it's useless as they won't
13403                           be copied w/ their contents
13404                         - fix missing copy of the picture file when copying (bug #1402),
13405                           fix picture attribute (internal) value when moving or copying
13408 2007-11-27 [colin]      3.1.0cvs31
13410         * src/folder.c
13411         * src/imap.c
13412                 Fix tags loss on move, fix space encoding
13414 2007-11-26 [colin]      3.1.0cvs30
13416         * src/edittags.c
13417         * src/folder.c
13418         * src/folder.h
13419         * src/imap.c
13420         * src/messageview.c
13421         * src/procmsg.c
13422         * src/procmsg.h
13423         * src/summaryview.c
13424         * src/common/utils.c
13425         * src/common/utils.h
13426         * src/etpan/imap-thread.c
13427         * src/etpan/imap-thread.h
13428                 Add IMAP tags support
13430 2007-11-26 [colin]      3.1.0cvs29
13432         * src/imap.c
13433                 Fix bug 1405, 'imap auto auth method doesn't 
13434                 work since 3.1.0'
13436 2007-11-26 [colin]      3.1.0cvs28
13438         * src/messageview.c
13439         * src/procmime.c
13440                 Handle broken disposition-notifications from Evolution
13441                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13443 2007-11-25 [paul]       3.1.0cvs27
13445         * src/folder_item_prefs.c
13446         * src/folder_item_prefs.h
13447                 remove dead code
13449 2007-11-23 [wwp]        3.1.0cvs26
13451         * src/matcher.c
13452         * src/matcher.h
13453         * src/matcher_parser_parse.y
13454         * src/prefs_matcher.c
13455                 Fix irrelevant case folding when adding matcher condition 'test',
13456                 thanks to Colin.
13458 2007-11-23 [wwp]        3.1.0cvs25
13460         * src/prefs_common.c
13461         * src/prefs_common.h
13462         * src/prefs_summary_open.c
13463         * src/prefs_summary_open.h
13464         * src/summaryview.c
13465                 Add "select first email in list" to the list of possible selections
13466                 when opening a folder.
13468 2007-11-23 [paul]       3.1.0cvs24
13470         * po/de.po
13471                 a fix by Stephan Sachse, plus remove all
13472                 old strings from the end of the file
13474 2007-11-23 [wwp]        3.1.0cvs23
13476         * src/prefs_msg_colors.c
13477                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13478                 with little changes.
13480 2007-11-23 [paul]       3.1.0cvs22
13482         * src/prefs_logging.c
13483                 eliminate wasted horizontal space
13485 2007-11-23 [paul]       3.1.0cvs21
13487         * src/prefs_summaries.c
13488                 don't wrap the label or put linebreaks
13490 2007-11-22 [colin]      3.1.0cvs20
13492         * src/plugins/pgpinline/pgpinline.c
13493                 Fix decryption
13495 2007-11-22 [wwp]        3.1.0cvs19
13497         * src/prefs_themes.c
13498                 Yet another misuse of get_rc_dir(), still related
13499                 to user themes. Completes 3.1.0cvs18.
13501 2007-11-22 [wwp]        3.1.0cvs18
13503         * src/stock_pixmap.c
13504                 Fix a misuse of get_rc_dir(), user themes dir was
13505                 not set properly and some themes might have disappeared
13506                 from themes list in prefs.
13508 2007-11-22 [wwp]        3.1.0cvs17
13510         * src/edittags.c
13511         * src/edittags.h
13512         * src/common/tags.c
13513         * src/common/tags.h
13514                 Correct copyright for these claws-mail-only brand new
13515                 files.
13517 2007-11-22 [paul]       3.1.0cvs16
13519         * src/compose.c
13520                 fix bug 1400, 'Drag and drop of URLs does not work'
13521                 Thanks to Colin
13523 2007-11-22 [paul]       3.1.0cvs15
13525         * src/prefs_common.c
13526                 make "cmds_use_system_default" default to FALSE
13527                 so as not to disrupt current settings
13528         * src/summaryview.c
13529                 increase the size of the GdkRectangle, tooltips
13530                 didn't show for me otherwise
13532 2007-11-21 [colin]      3.1.0cvs14
13534         * src/compose.c
13535         * src/crash.c
13536         * src/exphtmldlg.c
13537         * src/mainwindow.c
13538         * src/manual.c
13539         * src/mimeview.c
13540         * src/prefs_account.c
13541         * src/prefs_common.c
13542         * src/prefs_common.h
13543         * src/prefs_ext_prog.c
13544         * src/textview.c
13545         * src/uri_opener.c
13546         * src/gtk/about.c
13547         * src/gtk/gtkutils.c
13548                 Use xdg-open as a way to find default browser,
13549                 when available
13551 2007-11-21 [colin]      3.1.0cvs13
13553         * src/messageview.c
13554         * src/procmime.c
13555         * src/procmsg.h
13556                 Send better return receipts (useful ones)
13557                 Handle incoming return receipts
13559 2007-11-20 [colin]      3.1.0cvs12
13561         * src/printing.c
13562         * src/printing.h
13563                 Add getter/setter for settings, and getter
13564                 for page setup
13566 2007-11-20 [colin]      3.1.0cvs11
13568         * src/folderview.c
13569         * src/main.c
13570         * src/mainwindow.c
13571                 Fix bug 1396, 'Crash on disabling a filter 
13572                 while it is processing'
13574 2007-11-20 [paul]       3.1.0cvs10
13576         * src/folder.c
13577                 fix bug 1395, 'Crash on checking for new mails
13578                 while filter is running'
13579                 Thanks to Colin
13581 2007-11-20 [paul]       3.1.0cvs9
13583         * src/compose.c
13584                 make this string easier for translators
13586 2007-11-19 [colin]      3.1.0cvs8
13588         * src/prefs_summaries.c
13589         * src/summaryview.c
13590                 Don't enable more tooltips on Maemo
13592 2007-11-19 [colin]      3.1.0cvs7
13594         * src/prefs_common.c
13595         * src/prefs_common.h
13596         * src/prefs_summaries.c
13597         * src/summaryview.c
13598                 Fix bug 1388, 'message list tool tips'
13599                 Add (optional) tooltips in summaryview.
13600                 This only works with GTK+ >= 2.12
13602 2007-11-19 [colin]      3.1.0cvs6
13604         * src/compose.c
13605                 Make strings a bit better when attaching
13606                 from mailto: URIs
13608 2007-11-19 [colin]      3.1.0cvs5
13610         * src/common/utils.c
13611                 Fix bug 1392, 'Top level domain .EU is 
13612                 not recognised as valid'
13614 2007-11-19 [wwp]        3.1.0cvs4
13616         * src/compose.c
13617         * src/compose.h
13618                 Revert changes to compose.c made in 3.1.0cvs2.
13620 2007-11-19 [wwp]        3.1.0cvs3
13622         * src/addressbook.c
13623         * src/addressbook.h
13624         * src/editaddress.c
13625         * src/editgroup.c
13626         * src/addrduplicates.c
13627                 Minor improvements in the address book:
13628                 always accept new contacts provided that some
13629                 detail is set (instead of rejecting silently).
13630                 Better guessing of contact name from incomplete
13631                 name information. Better display of contacts with
13632                 no name, in contact lists, group contents, find
13633                 duplicate results.
13634                 
13636 2007-11-19 [wwp]        3.1.0cvs2
13638         * src/compose.c
13639         * src/compose.h
13640         * src/prefs_logging.c
13641         * src/prefs_summaries.c
13642                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13643                 wrap some long label in prefs/summaries, layout checkboxes
13644                 in a more compact form in prefs/loggin, make account and
13645                 header's combos have the same size/spacing in compose
13646                 window.
13648 2007-11-19 [wwp]        3.1.0cvs1
13650         * src/edittags.c
13651                 Fix a tiny leak and duplicate variable.
13653 2007-11-19 [paul]       3.1.0
13655         * NEWS
13656         * README
13657         * RELEASE_NOTES 
13658                 3.1.0 released
13660 2007-11-19 [paul]       3.0.2cvs145
13662         * po/de.po
13663         * po/fi.po
13664         * po/fr.po
13665         * po/hu.po
13666         * po/it.po
13667         * po/pl.po
13668         * po/pt_BR.po
13669         * po/sk.po
13670         * po/zh_CN.po
13671                 updated by Stephan Sachse, Flammie Pirinen,
13672                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13673                 Emil Nowak, Frederico Goncalves Guimaraes,
13674                 Andrej Kacian, and Ralph Young
13676 2007-11-18 [mones]      3.0.2cvs144
13678         * po/es.po
13679                 Updated Spanish translation
13681 2007-11-18 [colin]      3.0.2cvs143
13683         * src/edittags.c
13684                 Prevent empty tag after edit, thanks to wwp
13686 2007-11-18 [colin]      3.0.2cvs142
13688         * src/editaddress.c
13689                 Fix possible "(null)" %s - thanks to wwp
13691 2007-11-16 [wwp]        3.0.2cvs141
13693         * src/common/utils.c
13694                 Fix for 3.0.2cvs140, prevents from crashing when opening
13695                 a compose window.
13697 2007-11-16 [colin]      3.0.2cvs140
13699         * src/main.c
13700         * src/common/claws.c
13701                 Output a bit more useful info at startup
13702                 in --debug mode
13704 2007-11-16 [colin]      3.0.2cvs139
13706         * src/compose.c
13707         * src/common/utils.c
13708         * src/common/utils.h
13709                 Fix bug 1387, 'Request for --compose to 
13710                 support multiple attachments'
13712 2007-11-16 [colin]      3.0.2cvs138
13714         * src/news.c
13715                 Fix bug 1390, 'NNTP fails after server 
13716                 closed connection'
13718 2007-11-16 [colin]      3.0.2cvs137
13720         * src/prefs_display_header.c
13721                 Fix bug 1389, 'Changing 'Display headers 
13722                 in message view' breaks dispheaderrc'
13724 2007-11-14 [colin]      3.0.2cvs136
13726         * src/summaryview.c
13727         * src/gtk/quicksearch.c
13728         * src/gtk/quicksearch.h
13729                 Fix resetting the quicksearch when in non-sticky
13730                 mode, but Recursive is set: reset only when going
13731                 out of the root search folder.
13733 2007-11-14 [colin]      3.0.2cvs135
13735         * src/filtering.c
13736                 Don't set new flag back when doing "Mark as unread"
13737                 from filtering
13739 2007-11-12 [paul]       3.0.2cvs134
13741         * src/plugins/dillo_viewer/dillo_viewer.c
13742                 don't offer the mime type for translation
13744 2007-11-12 [paul]
13746         3.1.0-rc2 released
13748 2007-11-11 [colin]      3.0.2cvs133
13750         * src/imap_gtk.c
13751         * src/mh_gtk.c
13752                 Use markup-escaped strings in dialogs
13754 2007-11-11 [colin]      3.0.2cvs132
13756         * src/imap.c
13757                 Better IMAP-UTF7/UTF8 conversion
13759 2007-11-10 [colin]      3.0.2cvs131
13761         * src/news.c
13762                 Fix debian bug 450698, 'nntp auth behavior changed 
13763                 without notice'
13765 2007-11-10 [colin]      3.0.2cvs130
13767         * configure.ac
13768         * src/inc.c
13769         * src/main.c
13770         * src/main.h
13771         * src/mimeview.c
13772         * src/statusbar.c
13773         * src/common/utils.c
13774         * src/etpan/Makefile.am
13775         * src/gtk/filesel.c
13776         * src/gtk/gtkutils.h
13777         * src/gtk/menu.c
13778         * src/plugins/bogofilter/Makefile.am
13779         * src/plugins/clamav/Makefile.am
13780         * src/plugins/dillo_viewer/Makefile.am
13781         * src/plugins/pgpcore/Makefile.am
13782         * src/plugins/spamassassin/Makefile.am
13783         * src/plugins/trayicon/Makefile.am
13784                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13786 2007-11-09 [colin]      3.0.2cvs129
13788         * src/addressbook.c
13789         * src/ldapupdate.c
13790                 fix bug 1375, 'Impossible to modify e-mail
13791                 in LDAP addressbook twice'; Try two. update
13792                 externalID, don't make display lag, and
13793                 fix the cases where dn is not mail.
13795 2007-11-08 [paul]       3.0.2cvs128
13797         * src/account.c
13798         * src/compose.c
13799         * src/messageview.c
13800         * src/prefs_account.c
13801         * src/prefs_account.h
13802                 reinstate 'Generate Message-ID' option as an
13803                 account preference. (hidden on IMAP)
13804                 Thanks to Colin
13806 2007-11-08 [paul]       3.0.2cvs127
13808         * src/textview.c
13809                 MAEMO: fix failure of loading images inline
13810                 MAEMO: fix bug 1349, 'Emails still skip to end
13811                 when opened (in certain circumstances)...'
13813 2007-11-07 [colin]      3.0.2cvs126
13815         * src/toolbar.c
13816                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
13818 2007-11-07 [colin]      3.0.2cvs125
13820         * src/toolbar.c
13821                 Re-change the string occurence of A_CLAWS_ACTIONS
13822                 to A_SYL_ACTIONS, to prevent parse errors of the
13823                 toolbar_*.xml files
13825 2007-11-07 [colin]      3.0.2cvs124
13827         * src/mimeview.c
13828         * src/prefs_common.c
13829         * src/prefs_common.h
13830         * manual/advanced.xml
13831                 Add an hidden pref, 'save_parts_readwrite';
13832                 completes 3.0.2cvs35
13834 2007-11-07 [paul]       3.0.2cvs123
13836         * src/prefs_toolbar.c
13837         * src/toolbar.c
13838         * src/toolbar.h
13839                 rename ToolbarSylpheedActions to ToolbarClawsActions
13840                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
13842 2007-11-07 [paul]       3.0.2cvs122
13844         * src/toolbar.c
13845                 MAEMO: remove tooltips
13847 2007-11-07 [colin]      3.0.2cvs121
13849         * src/plugins/pgpinline/pgpinline.c
13850                 Fix bug 1377, 'unspecific errors on 
13851                 signature checking'. Fix trimming of
13852                 UTF8 data.
13854 2007-11-06 [iwkse]      3.0.2cvs120
13856         * src/prefs_summary_open.c
13857                 yet a string change
13859 2007-11-06 [paul]       3.0.2cvs119
13861         * tools/Makefile.am
13862         * tools/README
13863         * tools/csv2addressbook.pl
13864                 add a new script that imports a CSV formatted
13865                 address book. Becky and Thunderbird address
13866                 book are currently supported.
13868 2007-11-05 [colin]      3.0.2cvs118
13870         * src/imap.c
13871                 Fix deletion 
13873 2007-11-05 [iwkse]      3.0.2cvs117
13875         * src/prefs_summary_open.c
13876                 String changes
13878 2007-11-04 [paul]       3.0.2cvs116
13880         * src/addressbook_foldersel.c
13881                 fix gtk critical warning
13882                 Patch by Pawel Pekala
13884 2007-11-04 [paul]       3.0.2cvs115
13886         * tools/README
13887         * tools/claws-mail-compose-insert-files.pl
13888                 add --bcc and uri_escape() everything
13890 2007-11-04 [paul]       3.0.2cvs114
13892         * src/gtk/gtkutils.c
13893                 gtkut_stock_with_text_button_set_create(): set
13894                 GTK_CAN_DEFAULT on buttons 2 and 3
13896 2007-11-03 [paul]       3.0.2cvs113
13898         * src/common/utils.c
13899                 fix debian bug #448814, 'mailto: URI decoding
13900                 desn't decode the destination address field'
13901                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
13903 2007-11-03 [paul]       3.0.2cvs112
13905         * AUTHORS
13906         * src/compose.c
13907         * src/gtk/authors.h
13908                 allow Bcc in commandline URIs
13909                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
13911 2007-11-02 [colin]      3.0.2cvs111
13913         * src/addressbook.c
13914                 Maybe fix bug 1376, 'crash on 
13915                 addressbook manipulation'
13917 2007-10-31 [paul]       3.0.2cvs110
13919         * src/ldapupdate.c
13920                 fix bug 1375, 'Impossible to modify e-mail
13921                 in LDAP addressbook twice'
13922                 Patch by Michael Rasmussen
13924 2007-10-30 [paul]       3.0.2cvs109
13926         * configure.ac
13927                 enable GnuTLS support with --enable-gnutls which
13928                 will disable openssl support. if the user has
13929                 gtk >= 2.10.x don't allow gnomeprint even if the
13930                 user asks for it
13932 2007-10-30 [paul]
13934         3.1.0-rc1 released
13936 2007-10-30 [paul]       3.0.2cvs108
13938         * Makefile.am
13939                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
13941 2007-10-30 [paul]       3.0.2cvs107
13943         * src/expldifdlg.c
13944         * src/prefs_account.c
13945         * src/prefs_folder_item.c
13946         * src/prefs_spelling.c
13947         * src/prefs_themes.c
13948         * src/wizard.c
13949         * src/gtk/gtkaspell.c
13950         * src/gtk/gtkaspell.h
13951         * src/plugins/spamassassin/spamassassin_gtk.c
13952                 replace deprecated gtk_option_menu...
13953                 patch by Pawel Pekala
13955 2007-10-29 [colin]      3.0.2cvs106
13957         * src/plugins/dillo_viewer/dillo_prefs.c
13958                 Fix forgotten signal connect
13960 2007-10-28 [colin]      3.0.2cvs105
13962         * src/plugins/dillo_viewer/dillo_prefs.c
13963         * src/plugins/dillo_viewer/dillo_prefs.h
13964         * src/plugins/dillo_viewer/dillo_viewer.c
13965                 Implement addressbook-based whitelisting for loading
13966                 remote images. Fixed missing destroy of the embedded
13967                 browser that made a Dillo window pop up on exit, if
13968                 an HTML part was displayed.
13970 2007-10-26 [colin]      3.0.2cvs104
13972         * src/edittags.c
13973                 Add missing static
13975 2007-10-25 [colin]      3.0.2cvs103
13977         * src/editaddress.c
13978                 Add tap-and-hold on the picture, for Maemo
13979         * src/edittags.c
13980         * src/edittags.h
13981         * src/mainwindow.c
13982         * src/procmsg.c
13983         * src/summaryview.c
13984         * src/textview.c
13985                 Unify tag interfaces.
13987 2007-10-25 [colin]      3.0.2cvs102
13989         * src/imap.c
13990         * src/etpan/imap-thread.h
13991                 Much better error handling. We'll need to be really
13992                 clear to users about where errors come from, with 
13993                 the apparition of Gmail's IMAP server.
13995 2007-10-24 [colin]      3.0.2cvs101
13997         * src/edittags.c
13998         * src/mainwindow.c
13999         * src/summaryview.c
14000         * src/textview.c
14001                 Add tags sorting (alphabetical); allow deletion of
14002                 tags from the Apply Tags window
14004 2007-10-24 [colin]      3.0.2cvs100
14006         * src/editaddress.c
14007         * src/editaddress_other_attributes_ldap.c
14008         * src/editaddress_other_attributes_ldap.h
14009         * src/ldapctrl.c
14010         * src/ldapquery.c
14011         * src/ldapupdate.c
14012                 Fix LDAP writing (got broken in cvs39)
14013                 Add read-only support for jpegPhoto LDAP field
14015 2007-10-23 [colin]      3.0.2cvs99
14017         * src/news.c
14018                 Fix crash in some cases
14020 2007-10-22 [colin]      3.0.2cvs98
14022         * src/common/socket.h
14023         * src/common/ssl.c
14024                 Fix big leak in GnuTLS code
14026 2007-10-22 [colin]      3.0.2cvs97
14028         * src/news.c
14029                 Fix bug 1368, 'SIGSEGV in NNTP code'
14031 2007-10-22 [colin]      3.0.2cvs96
14033         * src/prefs_customheader.c
14034                 Catch compface warnings when generating X-Faces
14036 2007-10-22 [wwp]        3.0.2cvs95
14038         * src/quote_fmt_parse.y
14039                 Remove accidentally committed debug traces.
14040                 Fix a warning.
14042 2007-10-22 [colin]      3.0.2cvs94
14044         * src/etpan/nntp-thread.c
14045                 Fix authentication
14047 2007-10-19 [wwp]        3.0.2cvs93
14049         * src/common/ssl_certificate.c
14050                 Add missing include (Windows).
14052 2007-10-19 [colin]      3.0.2cvs92
14054         * src/imap_gtk.c
14055         * src/mimeview.c
14056         * src/textview.c
14057         * src/gtk/inputdialog.c
14058         * src/gtk/inputdialog.h
14059                 Remove the last old combo; patch by
14060                 Pawel
14062 2007-10-19 [colin]      3.0.2cvs91
14064         * src/common/ssl.c
14065                 Fix interop problem with GnuTLS and some crappy
14066                 servers that have very little keys.
14068 2007-10-19 [colin]      3.0.2cvs90
14070         * src/common/ssl.c
14071                 Fix return value check on GnuTLS, and
14072                 display the error
14074 2007-10-18 [colin]      3.0.2cvs89
14076         * src/common/ssl_certificate.c
14077                 Fix missing initialisations
14079 2007-10-18 [wwp]        3.0.2cvs88
14081         * src/Makefile.am
14082                 Fix linking against GNUTLS (matters if --enable-gnutls only).
14084 2007-10-18 [colin]      3.0.2cvs87
14086         * po/POTFILES.in
14087                 Fix build
14089 2007-10-18 [mones]      3.0.2cvs86
14091         * src/editbook.c
14092         * src/import.c
14093         * src/prefs_account.c
14094         * src/prefs_receive.c
14095         * src/gtk/about.c
14096         * src/plugins/bogofilter/bogofilter_gtk.c
14097         * src/plugins/spamassassin/spamassassin_gtk.c
14098                 More capitalisation micro-fixes
14100 2007-10-18 [paul]       3.0.2cvs85
14102         * configure.ac
14103                 add info about NNTP support via libetpan
14104                 change the configure output ending msg a little
14105         * src/gtk/about.c
14106                 similar changes to above
14108 2007-10-18 [colin]      3.0.2cvs84
14110         * src/procmime.c
14111         * src/procmime.h
14112                 Fix missing symbol for S/MIME
14114 2007-10-18 [colin]      3.0.2cvs83
14116         * src/prefs_filtering_action.c
14117                 Fix crash in tags (introduced in cvs78)
14119 2007-10-18 [colin]      3.0.2cvs82
14121         * src/common/Makefile.am
14122         * src/common/nntp.c
14123         * src/common/nntp.h
14124         * src/etpan/Makefile.am
14125         * src/etpan/etpan-thread-manager-types.h
14126         * src/etpan/etpan-thread-manager.c
14127         * src/etpan/imap-thread.c
14128         * src/etpan/nntp-thread.c
14129         * src/etpan/nntp-thread.h
14130         * src/news.c
14131         * src/news.h
14132                 Rewrite the nntp implementation
14133                 to use libetpan. Non-blocking NNTP!
14134         * src/account.c
14135         * src/crash.c
14136         * src/imap.c
14137         * src/inc.c
14138         * src/main.c
14139         * src/mainwindow.c
14140         * src/pop.c
14141         * src/pop.h
14142         * src/prefs_account.c
14143         * src/recv.c
14144         * src/recv.h
14145         * src/send_message.c
14146         * src/send_message.h
14147         * src/ssl_manager.c
14148         * src/ssl_manager.h
14149         * src/wizard.c
14150         * src/common/claws.c
14151         * src/common/session.c
14152         * src/common/session.h
14153         * src/common/smtp.c
14154         * src/common/smtp.h
14155         * src/common/socket.c
14156         * src/common/socket.h
14157         * src/common/ssl.c
14158         * src/common/ssl.h
14159         * src/common/ssl_certificate.c
14160         * src/common/ssl_certificate.h
14161         * src/gtk/about.c
14162         * src/gtk/sslcertwindow.c
14163         * src/gtk/sslcertwindow.h
14164                 Implement GnuTLS support. GnuTLS support
14165                 will be used if OpenSSL isn't available, or
14166                 specified explicitely. (the reason is that
14167                 GnuTLS cerficate checking is a bit less 
14168                 practical than OpenSSL's)
14170 2007-10-18 [paul]       3.0.2cvs81
14172         * src/gtk/inputdialog.c
14173         * src/gtk/inputdialog.h
14174                 fix copyright header
14176 2007-10-17 [colin]      3.0.2cvs80
14178         * src/plugins/pgpcore/select-keys.c
14179                 Fix bug which prevented encryption key
14180                 auto-selection when two or more matched the
14181                 email address, but only one isn't revoked
14182                 or expired.
14184 2007-10-17 [wwp]        3.0.2cvs79
14186         * src/compose.c
14187         * src/quote_fmt.c
14188         * src/quote_fmt.h
14189         * src/quote_fmt_lex.l
14190         * src/quote_fmt_parse.y
14191                 Templates can now attach files using |attach{filename}.
14193 2007-10-17 [wwp]        3.0.2cvs78
14195         * src/prefs_customheader.c
14196         * src/prefs_ext_prog.c
14197         * src/prefs_filtering_action.c
14198         * src/prefs_matcher.c
14199         * src/prefs_other.c
14200         * src/prefs_toolbar.c
14201         * src/gtk/combobox.c
14202         * src/gtk/combobox.h
14203         * src/gtk/gtkutils.c
14204         * src/gtk/gtkutils.h
14205         * src/plugins/bogofilter/bogofilter_gtk.c
14206         * src/plugins/spamassassin/spamassassin_gtk.c
14207                 Removed almost all remaining instances of GtkCombo
14208                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14209                 few visual and code cleanup from Colin.
14211 2007-10-16 [wwp]        3.0.2cvs77
14212         * src/gtk/pluginwindow.c
14213                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14215 2007-10-15 [colin]      3.0.2cvs76
14217         * src/edittags.c
14218         * src/edittags.h
14219         * src/filtering.c
14220         * src/filtering.h
14221         * src/importmutt.c
14222         * src/importpine.c
14223         * src/main.c
14224         * src/messageview.c
14225         * src/messageview.h
14226         * src/mimeview.c
14227         * src/mimeview.h
14228         * src/pop.c
14229         * src/pop.h
14230         * src/prefs_common.c
14231         * src/prefs_common.h
14232         * src/prefs_customheader.c
14233         * src/prefs_customheader.h
14234         * src/prefs_display_header.c
14235         * src/prefs_display_header.h
14236         * src/prefs_filtering_action.c
14237         * src/prefs_filtering_action.h
14238         * src/prefs_folder_column.c
14239         * src/prefs_folder_column.h
14240         * src/prefs_folder_item.c
14241         * src/prefs_folder_item.h
14242         * src/prefs_gtk.c
14243         * src/prefs_gtk.h
14244         * src/prefs_logging.h
14245         * src/prefs_matcher.c
14246         * src/prefs_matcher.h
14247         * src/prefs_summary_column.c
14248         * src/prefs_summary_column.h
14249         * src/prefs_summary_open.c
14250         * src/procheader.c
14251         * src/procheader.h
14252         * src/procmime.c
14253         * src/procmime.h
14254         * src/recv.c
14255         * src/recv.h
14256         * src/sourcewindow.c
14257         * src/sourcewindow.h
14258         * src/summaryview.c
14259         * src/summaryview.h
14260         * src/textview.c
14261         * src/textview.h
14262         * src/toolbar.c
14263         * src/toolbar.h
14264         * src/common/mgutils.c
14265         * src/common/mgutils.h
14266         * src/common/nntp.c
14267         * src/common/nntp.h
14268         * src/common/prefs.c
14269         * src/common/prefs.h
14270         * src/common/socket.c
14271         * src/common/socket.h
14272         * src/common/stringtable.c
14273         * src/common/stringtable.h
14274         * src/common/template.c
14275         * src/common/template.h
14276         * src/common/uuencode.c
14277         * src/common/uuencode.h
14278         * src/gtk/gtkshruler.c
14279         * src/gtk/gtkshruler.h
14280         * src/gtk/menu.c
14281         * src/gtk/menu.h
14282         * src/gtk/progressdialog.c
14283         * src/gtk/progressdialog.h
14284                 Remove/staticalize, the return of the revenge
14286 2007-10-15 [colin]      3.0.2cvs75
14288         * src/matcher.c
14289                 Fix redirections in filtering's tests
14291 2007-10-15 [colin]      3.0.2cvs74
14293         * src/imap.c
14294                 Don't build imap_synchronise at all when 
14295                 building without libetpan
14297 2007-10-14 [colin]      3.0.2cvs73
14299         * src/imap.c
14300         * src/common/md5.c
14301         * src/common/md5.h
14302         * src/gtk/manage_window.c
14303         * src/gtk/manage_window.h
14304                 Remove more unused code
14306 2007-10-14 [colin]      3.0.2cvs72
14308         * src/addrquery.c
14309         * src/addrquery.h
14310         * src/recv.c
14311         * src/recv.h
14312         * src/vcard.c
14313         * src/vcard.h
14314         * src/common/xml.c
14315         * src/common/xml.h
14316         * src/common/xmlprops.c
14317         * src/common/xmlprops.h
14318                 Remove more unused code
14320 2007-10-14 [colin]      3.0.2cvs71
14322         * src/common/utils.c
14323                 Remove unused function
14325 2007-10-13 [colin]      3.0.2cvs70
14327         * src/imap.c
14328         * src/imap.h
14329         * src/mainwindow.c
14330         * src/mainwindow.h
14331         * src/gtk/gtkutils.c
14332         * src/gtk/gtkutils.h
14333                 Staticalise/Remove more code
14335 2007-10-13 [colin]      3.0.2cvs69
14337         * src/common/utils.c
14338         * src/common/utils.h
14339                 Remove dead code, unused for ages
14341 2007-10-13 [colin]      3.0.2cvs68
14343         * src/main.c
14344         * src/main.h
14345                 Maemo: define hildon_program in main.c,
14346                 make it accessible in the .h with extern
14348 2007-10-13 [paul]       3.0.2cvs67
14350         * src/gtk/menu.c
14351                 fix a bunch of runtime warnings on maemo
14353 2007-10-13 [paul]       3.0.2cvs66
14355         * src/main.c
14356         * src/main.h
14357         * src/gtk/gtkutils.c
14358         * src/gtk/gtkutils.h
14359                 fix a bunch of compiler warnings on maemo
14361 2007-10-12 [colin]      3.0.2cvs65
14363         * src/account.c
14364         * src/addritem.c
14365         * src/addritem.h
14366         * src/filtering.c
14367         * src/filtering.h
14368         * src/folder.c
14369         * src/folder.h
14370         * src/common/utils.c
14371         * src/common/utils.h
14372                 Remove unused code, staticalise some functions
14374 2007-10-12 [paul]       3.0.2cvs64
14376         * src/account.c
14377         * src/folderview.c
14378         * src/main.c
14379         * src/mainwindow.c
14380         * src/messageview.c
14381         * src/summary_search.c
14382         * src/summaryview.c
14383         * src/toolbar.c
14384         * src/wizard.c
14385         * src/common/utils.c
14386         * src/gtk/prefswindow.c
14387                 fix a bunch of compiler warnings on maemo
14389 2007-10-11 [colin]      3.0.2cvs63
14391         * src/editaddress.c
14392                 Make static function static
14394 2007-10-11 [mones]      3.0.2cvs62
14396         * src/addrduplicates.c
14397         * src/addressbook.c
14398         * src/compose.c
14399         * src/expldifdlg.c
14400         * src/mainwindow.c
14401         * src/messageview.c
14402         * src/pop.c
14403         * src/prefs_customheader.c
14404         * src/prefs_send.c
14405         * src/prefs_themes.c
14406         * src/common/plugin.c
14407         * src/gtk/pluginwindow.c
14408         * src/gtk/quicksearch.c
14409                 Fix several typos and capitalisation issues
14411 2007-10-11 [wwp]        3.0.2cvs61
14413         * src/editaddress.c
14414                 Fix a warning about possible use of uninitialized
14415                 filename var.
14417 2007-10-11 [wwp]        3.0.2cvs60
14419         * src/editaddress.c
14420                 Disable "Unset picture" menu item when there's
14421                 no picture to clear. Fix an extraneous g_unref_object,
14422                 add missing initializers.
14424 2007-10-11 [wwp]        3.0.2cvs59
14426         * src/pixmaps/anonymous.xpm
14427         * src/editaddress.c
14428         * src/Makefile.am
14429         * src/stock_pixmap.c
14430         * src/stock_pixmap.h
14431                 Fix a leak, gettext-ize the photo label.
14432                 Don't clear the existing picture if loading
14433                 a new one fails. Use a default 'anonymous'
14434                 picture (this new xpm has been added to the
14435                 internal stock_pixmap API). Add a
14436                 "Set picture" context menu entry.
14438 2007-10-11 [colin]      3.0.2cvs58
14440         * src/messageview.c
14441                 Make shift-shortcuts work
14442         * src/prefs_actions.c
14443                 Don't ask if we really want to close when
14444                 choosing OK and only the list is changed
14445         * src/prefs_template.c
14446                 Don't ask if we really want to close when
14447                 choosing OK and only the list is changed
14448         * src/common/plugin.c
14449                 Fix writing of second [Plugins_*] block
14450         * src/common/template.c
14451                 Remove unused files (fixes deletion)
14453 2007-10-10 [paul]       3.0.2cvs57
14455         * src/prefs_template.c
14456                 put the whole thing in a scrolled window
14457                 so that half the page is no longer inaccessible
14458                 on maemo
14459                 make the gtk_text_view smaller on maemo
14461 2007-10-10 [colin]      3.0.2cvs56
14463         * src/compose.c
14464                 Fix updating of Attachments number in some
14465                 cases (reedit, attach from command-line, ...)
14467 2007-10-10 [colin]      3.0.2cvs55
14469         * src/editaddress.c
14470                 Initialise error correctly
14472 2007-10-10 [paul]       3.0.2cvs54
14474         * src/prefs_filtering_action.c
14475         * src/gtk/description_window.c
14476         * src/gtk/foldersort.c
14477         * src/gtk/quicksearch.c
14478                 get rid of some pointless new lines and
14479                 make the descripton labels wrap better
14481 2007-10-10 [colin]      3.0.2cvs53
14483         * src/addressadd.c
14484         * src/editaddress.c
14485         * src/headerview.c
14486         * src/textview.c
14487                 More error handling on saving pictures
14489 2007-10-10 [colin]      3.0.2cvs52
14491         * src/printing.c
14492         * src/printing.h
14493                 Generalize a bit printing, so we can factorize
14494                 most of the code. 
14496 2007-10-10 [paul]       3.0.2cvs51
14498         * src/addrduplicates.c
14499                 fix engrish
14500                 use GTK_STOCK... buttons
14502 2007-10-10 [paul]       3.0.2cvs50
14504         * src/addressadd.c
14505         * src/addrindex.c
14506         * src/editaddress.c
14507                 Fix previous patch
14508                 Thanks to Colin
14510 2007-10-10 [paul]       3.0.2cvs49
14512         * src/summaryview.c
14513         * src/messageview.c
14514                 Fix crash on Add sender to addressbook when
14515                 From is null
14516         * src/addressadd.c
14517         * src/addrindex.c
14518         * src/editaddress.c
14519         * src/editaddress_other_attributes_ldap.h
14520                 Fix leaks 
14521                 Rename images to .png in addrbook/
14522         * src/headerview.c
14523         * src/textview.c
14524                 Fix Face/X-Face being used if adding another
14525                 address than sender to addressbook
14526                 Thanks to Colin
14528 2007-10-10 [holger]     3.0.2cvs48
14530         * src/addrduplicates.c
14531         * src/editaddress.c
14532                 Improvements to the addressbook duplicate finder
14533                 feature:
14534                  - add an edit button to the button bar
14535                  - display the whole bookname (with iface) and
14536                    use this for same-book checking
14537                  - after editing, try to keep selections if the
14538                    entries are still present
14539                  - sort the email column alphabetically
14540                  - put results in a scrolled window
14541                  - support embedded editing
14542                  - make columns in detail view resizable
14543                  - add keyboard shortcuts
14545 2007-10-10 [wwp]        3.0.2cvs47
14547         * src/addrindex.c
14548                 Fix a crash when there's no From: in email, thanks to Colin.
14550 2007-10-09 [paul]       3.0.2cvs46
14552         * src/messageview.c
14553         * src/summaryview.c
14554         * src/textview.c
14555                 fix building without compface support
14557 2007-10-09 [colin]      3.0.2cvs45
14559         * src/editaddress.c
14560         * src/headerview.c
14561         * src/textview.c
14562                 Add error handling
14564 2007-10-09 [colin]      3.0.2cvs44
14566         * src/addrduplicates.c
14567         * src/addressadd.c
14568         * src/addressadd.h
14569         * src/addressbook.c
14570         * src/addressbook.h
14571         * src/addrindex.c
14572         * src/addrindex.h
14573         * src/addritem.c
14574         * src/addritem.h
14575         * src/compose.c
14576         * src/editaddress.c
14577         * src/editaddress_other_attributes_ldap.h
14578         * src/headerview.c
14579         * src/messageview.c
14580         * src/mimeview.c
14581         * src/summaryview.c
14582         * src/textview.c
14583         * src/gtk/gtkutils.c
14584                 Automatically set contacts' pictures from Face 
14585                 or X-Face if they have no picture
14586                 Display the contact picture in textview or
14587                 headerview for mails sent by people in the 
14588                 addressbook, that have no Face or X-Face
14589                 Fix a few details in the Person edition dialog
14590                 (ability to unset picture)
14591                 Remove picture file when deleting contacts
14593 2007-10-09 [iwkse]      3.0.2cvs43
14595         * src/gtk/about.c
14596                 center the about window
14598 2007-10-09 [paul]       3.0.2cvs42
14600         * src/prefs_toolbar.c
14601                 fix icon selector window on maemo
14603 2007-10-09 [paul]       3.0.2cvs41
14605         * src/messageview.c
14606                 add 'go to' menu to separate msgview
14608 2007-10-09 [colin]      3.0.2cvs40
14610         * src/common/defs.h
14611                 Add forgotten file
14613 2007-10-09 [iwkse]      3.0.2cvs39
14615         * Makefile.am
14616         * src/addressbook.c
14617         * src/addritem.c
14618         * src/addritem.h
14619         * src/editaddress.c
14620         * src/editaddress_other_attributes_ldap.h
14621         * src/addrbook.c
14622         * src/Makefile.am
14623                 set a photo in the Addressbook
14625 2007-10-08 [colin]      3.0.2cvs38
14627         * src/prefs_toolbar.c
14628                 Make height 320 to remove the scrollbar 
14629                 (with current number of icons)
14631 2007-10-08 [colin]      3.0.2cvs37
14633         * src/prefs_toolbar.c
14634                 Transform the treeview to a GtkIconView.
14635                 Patch by Pawel
14636                 In addition, transform the window so that 
14637                 it looks like a popup menu. Patch by me
14639 2007-10-08 [colin]      3.0.2cvs36
14641         * src/compose.c
14642         * src/compose.h
14643                 Beautify the GUI a bit; in particular, show the
14644                 number of attachments in the tab's title.
14645                 Patch by Pawel
14647 2007-10-08 [paul]       3.0.2cvs35
14649         * src/mimeview.c
14650                 Save users from themselves: save temporary
14651                 files used for Open/Open with as read-only.
14652                 Thanks to Colin
14654 2007-10-08 [paul]       3.0.2cvs34
14656         * tools/Makefile.am
14657                 forgot this in cvs33
14659 2007-10-08 [paul]       3.0.2cvs33
14661         * tools/kdeservicemenu/README
14662         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14663         * tools/kdeservicemenu/install.sh
14664         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14665                 renamed template* to *template so as not to confuse
14666                 lintian
14668 2007-10-08 [paul]       3.0.2cvs32
14670         * src/prefs_themes.c
14671         * src/stock_pixmap.c
14672                 replace 2 direct uses of RC_DIR
14674 2007-10-07 [colin]      3.0.2cvs31
14676         * src/addrduplicates.c
14677         * src/addrduplicates.h
14678         * src/addressbook.c
14679         * src/addressbook.h
14680         * src/addrindex.c
14681         * src/addrindex.h
14682                 Implement deletion in duplicate finder. 
14683                 Patch by Holger 
14685 2007-10-07 [colin]      3.0.2cvs30
14687         * src/exporthtml.c
14688         * src/mbox.c
14689         * src/common/utils.c
14690                 Better fix for Solaris, thanks to Nicolas Doualot
14692 2007-10-07 [colin]      3.0.2cvs29
14694         * AUTHORS
14695         * src/gtk/authors.h
14696                 Add Frank Dietrich
14698 2007-10-07 [colin]      3.0.2cvs28
14700         * src/exporthtml.c
14701                 Fix HTML export to make it more compliant
14702                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14704 2007-10-07 [colin]      3.0.2cvs27
14706         * src/prefs_toolbar.c
14707                 Only use icons that wouldn't look stupid in the toolbar
14708                 Patch by Pawel
14710 2007-10-07 [colin]      3.0.2cvs26
14712         * src/prefs_toolbar.c
14713                 Fix old icon being used when none is selected
14715 2007-10-07 [colin]      3.0.2cvs25
14717         * src/toolbar.c
14718                 Fix copy/paste error
14720 2007-10-07 [colin]      3.0.2cvs24
14722         * src/prefs_toolbar.c
14723         * src/toolbar.c
14724         * src/toolbar.h
14725                 Update icon to default one when changing event
14726                 Make the icon chooser nicer (handle Esc, Enter,
14727                 double-click)
14729 2007-10-06 [colin]      3.0.2cvs23
14731         * src/prefs_toolbar.c
14732                 Fix text reset; patch by Pawel
14734 2007-10-06 [colin]      3.0.2cvs22
14736         * src/toolbar.h
14737                 Complete previous commit
14739 2007-10-06 [colin]      3.0.2cvs21
14741         * src/prefs_toolbar.c
14742         * src/toolbar.c
14743                 Set toolbar text automatically to the default
14744                 when changing Event executed on click
14746 2007-10-06 [colin]      3.0.2cvs20
14748         * src/prefs_toolbar.c
14749                 Invert Text and Event fields
14751 2007-10-06 [colin]      3.0.2cvs19
14753         * src/prefs_toolbar.c
14754         * src/toolbar.c
14755                 Make toolbar prefs look much better
14756                 Patch by Pawel Pekala
14758 2007-10-06 [paul]       3.0.2cvs18
14760         * src/account.c
14761         * src/prefs_filtering.c
14762                 fix checkbuttons in gtktreeview on maemo by
14763                 setting maemo's "allow-checkbox-mode" to FALSE
14765 2007-10-06 [colin]      3.0.2cvs17
14767         * configure.ac
14768                 Export -DSOLARIS in CFLAGS for all
14769                 Solaris (not just 2.8) and OpenSolaris
14771 2007-10-06 [paul]       3.0.2cvs16
14773         * AUTHORS
14774         * src/exporthtml.c
14775         * src/mbox.c
14776         * src/gtk/authors.h
14777                 fix build on solaris where ctime_r takes
14778                 3 arguments rather than 2.
14779                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14781 2007-10-05 [colin]      3.0.2cvs15
14783         * src/etpan/imap-thread.c
14784                 Fix wrong error codepath
14786 2007-10-05 [wwp]        3.0.2cvs14
14788         * src/filtering.c
14789                 Fix unexpected logging of quicksearches:
14790                 debug_filtering_session flag was never reset to FALSE, causing
14791                 matcher functions to log when called from a quicksearch
14792                 (if a filtering session happened before).
14794 2007-10-05 [paul]       3.0.2cvs13
14796         * src/prefs_actions.c
14797         * src/prefs_filtering.c
14798         * src/prefs_template.c
14799                 fix bug 1343, 'Filtering..'s close button
14800                 silently discards new filter'
14801                 Thanks to Colin
14803 2007-10-05 [paul]       3.0.2cvs12
14805         * configure.ac
14806         * src/Makefile.am
14807                 fix bug 1347, '-Wno-unused-function, optional'
14809 2007-10-05 [colin]      3.0.2cvs11
14811         * src/procmime.c
14812         * src/common/mgutils.c
14813                 Fix warnings
14815 2007-10-05 [mones]      3.0.2cvs10
14817         * manual/advanced.xml
14818                 Use full menu name
14819         * manual/es/advanced.xml
14820                 Synchronise translation
14822 2007-10-04 [colin]      3.0.2cvs9
14824         * src/action.c
14825         * src/addrbook.c
14826         * src/addrindex.c
14827         * src/compose.c
14828         * src/exporthtml.c
14829         * src/exportldif.c
14830         * src/folder.c
14831         * src/main.c
14832         * src/matcher.c
14833         * src/mbox.c
14834         * src/messageview.c
14835         * src/mh.c
14836         * src/news.c
14837         * src/partial_download.c
14838         * src/pop.c
14839         * src/procmime.c
14840         * src/procmsg.c
14841         * src/toolbar.c
14842         * src/common/log.c
14843         * src/common/mgutils.c
14844         * src/common/plugin.c
14845         * src/common/utils.c
14846         * src/common/xml.c
14847         * src/common/xml.h
14848         * src/common/xmlprops.c
14849         * src/common/xmlprops.h
14850         * src/plugins/bogofilter/bogofilter.c
14851         * src/plugins/clamav/clamav_plugin.c
14852         * src/plugins/dillo_viewer/dillo_prefs.c
14853         * src/plugins/pgpcore/prefs_gpg.c
14854         * src/plugins/pgpinline/pgpinline.c
14855         * src/plugins/pgpmime/pgpmime.c
14856         * src/plugins/spamassassin/spamassassin.c
14857         * src/plugins/trayicon/trayicon_prefs.c
14858                 Verify success on writes. Will fix possible strange
14859                 failure on disk full.
14861 2007-10-04 [paul]       3.0.2cvs8
14863         * manual/advanced.xml
14864                 add further info about Actions
14865                 Patch by Emmanuel Briot <briot@adacore.com>
14867 2007-10-04 [paul]       3.0.2cvs7
14869         * src/account.c
14870                 remove the D column, instead indicate the
14871                 default account by use of bold text
14873 2007-10-03 [colin]      3.0.2cvs6
14875         * src/common/template.c
14876                 Fix templates writing (was prone to disk full problems)
14878 2007-10-03 [colin]      3.0.2cvs5
14880         * src/Makefile.am
14881         * src/addrduplicates.c
14882         * src/addrduplicates.h
14883         * src/addressbook.c
14884                 Add duplicate deletion. Patch by Holger
14886 2007-10-03 [colin]      3.0.2cvs4
14888         * src/matcher.c
14889         * src/gtk/quicksearch.c
14890                 Fix bug 1340, 'Case insensitive searches with 
14891                 non-ascii alphabets fail'.
14893 2007-10-03 [colin]      3.0.2cvs3
14895         * src/main.c
14896         * src/common/utils.c
14897         * src/common/utils.h
14898                 Implement run-time alternative config directories
14900 2007-10-03 [colin]      3.0.2cvs2
14902         * src/folderview.c
14903                 Prevent opening folder item while folder
14904                 is scanned in a better way
14906 2007-10-02 [paul]       3.0.2cvs1
14908         * NEWS
14909         * README
14910         * RELEASE_NOTES
14911         * configure.ac
14912                 bump up version number following stable release
14914 2007-09-30 [colin]      3.0.1cvs49
14916         * src/imap.c
14917                 Refresh session if needed
14919 2007-09-30 [colin]      3.0.1cvs48
14921         * src/imap.c
14922                 Reset folder's session to NULL
14923                 before destroying it
14925 2007-09-30 [mones]      3.0.1cvs47
14927         * manual/handling.xml
14928                 Use markup quotes instead hardcoded quotes
14929         * manual/es/handling.xml
14930                 Added new synced section (IMAP subscriptions)
14932 2007-09-29 [colin]      3.0.1cvs46
14934         * src/imap.c
14935                 Notice disconnections faster
14937 2007-09-28 [colin]      3.0.1cvs45
14939         * src/addressbook.c
14940         * src/addrindex.c
14941                 Fix warnings
14943 2007-09-28 [paul]       3.0.1cvs44
14945         * src/mimeview.c
14946                 fix maemo build
14948 2007-09-28 [paul]       3.0.1cvs43
14950         * src/account.c
14951                 use gtk_widget_set_size_request() on the label
14952                 so that wrapping works better. get rid of the
14953                 (partially deprecated) hbutton_box.
14954                 these changes should prevent buttons overlapping
14955                 on maemo
14957 2007-09-28 [colin]      3.0.1cvs42
14959         * src/pop.c
14960                 Fix typo :)
14962 2007-09-28 [colin]      3.0.1cvs41
14964         * src/compose.c
14965         * src/msgcache.c
14966         * src/pop.c
14967         * src/procmime.c
14968         * src/etpan/imap-thread.c
14969                 64bits-related warning fixes
14971 2007-09-28 [colin]      3.0.1cvs40
14973         * src/folder_item_prefs.c
14974         * src/ldaputil.c
14975         * src/mainwindow.c
14976         * src/mimeview.c
14977         * src/common/tags.c
14978                 Fix warnings
14980 2007-09-28 [colin]      3.0.1cvs39
14982         * src/plugins/spamassassin/spamassassin.c
14983         * src/plugins/spamassassin/spamassassin.h
14984         * src/plugins/spamassassin/spamassassin_gtk.c
14985                 Add addressbook-based whitelisting
14987 2007-09-28 [colin]      3.0.1cvs38
14989         * src/folder.c
14990                 Fix bug 1337, 'crash on pressing Send button'
14992 2007-09-28 [paul]       3.0.1cvs37
14994         * src/prefs_folder_item.c
14995                 give the orphans a parent. makes all prefs
14996                 pages visible on maemo
14998 2007-09-28 [colin]      3.0.1cvs36
15000         * src/prefs_folder_column.c
15001         * src/prefs_summary_column.c
15002                 Fix two leaks
15004 2007-09-27 [colin]      3.0.1cvs35
15006         * src/gtk/quicksearch.c
15007                 Fix bug 1336, 'Segfault if empty space before search-string'
15009 2007-09-26 [mones]      3.0.1cvs34
15011         * manual/account.xml
15012         * manual/plugins.xml
15013                 Fixed irc channel name, added some docbook markup.
15014                 Changed text markup to docbook markup. 
15015                 Added spamcop as supported in SpamReport description.
15016         * manual/fr/plugins.xml
15017                 Fixed irc channel name.
15018         * manual/es/account.xml
15019         * manual/es/advanced.xml
15020         * manual/es/claws-mail-manual.xml
15021         * manual/es/glossary.xml
15022         * manual/es/gpl.xml
15023         * manual/es/keyboard.xml
15024         * manual/es/plugins.xml
15025                 Synced with English version, fixed a couple of typos.
15027 2007-09-26 [colin]      3.0.1cvs33
15029         * configure.ac
15030                 Explain why "Libgnomeprint: no" on GTK+ 2.10
15032 2007-09-26 [colin]      3.0.1cvs32
15034         * src/messageview.c
15035         * src/procmsg.c
15036         * src/procmsg.h
15037                 Optimisation: avoid fetching mail 3 times locally
15038                 for displaying
15040 2007-09-26 [colin]      3.0.1cvs31
15042         * src/mh.c
15043                 Fix missing static
15045 2007-09-26 [colin]      3.0.1cvs30
15047         * src/folder.c
15048         * src/folder.h
15049         * src/mh.c
15050         * src/mh.h
15051                 Fix MH mtime hack - make it a folder class function
15053 2007-09-26 [colin]      3.0.1cvs29
15055         * src/inc.c
15056                 Fix bug 1334, 'user defined mail incorporation 
15057                 script not run'
15059 2007-09-25 [colin]      3.0.1cvs28
15061         * src/codeconv.c
15062                 Optimisation: shortcut conv_codeset_strdup
15063                 when src_code and dest_code are the same
15064         * src/common/xml.c
15065         * src/common/xml.h
15066                 Optimisation: shortcut code conversions when
15067                 files are in UTF-8; faster list walking by
15068                 using prepend/reverse.
15070 2007-09-25 [holger]     3.0.1cvs27
15072         * src/printing.c
15073                 Replace button bar of the preview window
15074                 with a real toolbar (patch by Colin)
15075                 Add zooming to the preview window
15077 2007-09-24 [paul]       3.0.1cvs26
15079         * src/compose.c
15080                 compact the character set menu, adding some
15081                 missing encodings. Patch by Pawel Pekala
15083 2007-09-23 [paul]       3.0.1cvs25
15085         * src/prefs_account.c
15086         * src/prefs_folder_item.c
15087         * src/prefs_quote.c
15088         * src/quote_fmt.c
15089         * src/quote_fmt.h
15090                 remove unnecessary frame from Templates options
15091                 and improve the English of the check button label
15093 2007-09-22 [colin]      3.0.1cvs24
15095         * src/gtk/quicksearch.c
15096                 Fix bug 1329, 'error in quicksearch.c'
15097                 Fix return with value in function returning void
15099 2007-09-22 [colin]      3.0.1cvs23
15101         * src/imap.c
15102         * src/procmsg.h
15103         * src/common/utils.c
15104         * src/common/utils.h
15105         * src/etpan/imap-thread.c
15106                 Optimise fetching IMAP cached emails *a lot*
15107                 (remember whether mail is fully cached and \r's
15108                  are already stripped)
15110 2007-09-22 [colin]      3.0.1cvs22
15112         * src/folder.c
15113         * src/folder.h
15114         * src/prefs_folder_item.c
15115                 Add a button to allow users to drop local caches.
15117 2007-09-21 [colin]      3.0.1cvs21
15119         * src/summaryview.c
15120                 Remove unnecessary error when cancelling export to mbox.
15121                 Patch by Pawel
15123 2007-09-21 [paul]       3.0.1cvs20
15125         * src/gtk/prefswindow.c
15126                 remove unnecessary frames from the prefs
15127                 pages. Patch by Pawel Pekala
15129 2007-09-21 [paul]       3.0.1cvs19
15131         * src/prefs_account.c
15132         * src/prefs_folder_item.c
15133         * src/prefs_quote.c
15134         * src/quote_fmt.c
15135                 put the Templates options into a tabbed
15136                 layout. Patch by Pawel Pekala
15138 2007-09-21 [paul]       3.0.1cvs18
15140         * src/mainwindow.c
15141                 group together the character set menu items
15142                 move the /View/Show or hide/Message view below
15143                 .../Toolbar menu item
15144                 Patch by Pawel Pekala
15146 2007-09-21 [mones]      3.0.1cvs17
15148         * src/compose.c
15149                 Fix for bug 1327, 'segfault when replying to a non-existent
15150                 news message', thanks to Colin.
15152 2007-09-21 [colin]      3.0.1cvs16
15154         * src/folderview.c
15155                 Complete 3.0.1cvs15
15157 2007-09-20 [colin]      3.0.1cvs15
15159         * src/folderview.c
15160         * src/folderview.h
15161                 Maybe fix bug 1324, 'Corrupted IMAP cache'
15163 2007-09-20 [colin]      3.0.1cvs14
15165         * src/printing.c
15166                 Fix a little leak
15168 2007-09-20 [holger]     3.0.1cvs13
15170         * src/printing.c
15171                 Add page layout to print preview.
15172                 Make the close-button in the toolbar
15173                 right-aligned.
15175 2007-09-20 [paul]       3.0.1cvs12
15177         * po/ru.po
15178                 updated by Pavlo Bohmat
15180 2007-09-19 [colin]      3.0.1cvs11
15182         * src/common/utils.c
15183                 Prevent unquoted mime boundaries, by always
15184                 using a /
15186 2007-09-19 [colin]      3.0.1cvs10
15188         * src/printing.c
15189                 Fix drawing area size, fix DPI change that
15190                 can cause total number of lines to decrease
15192 2007-09-19 [colin]      3.0.1cvs9
15194         * po/POTFILES.in
15195         * src/printing.c
15196                 Make print preview more efficient and nicer.
15197                 Patch mostly by Holger Berndt <hb@claws-mail.org>
15199 2007-09-19 [colin]      3.0.1cvs8
15201         * src/prefs_common.c
15202         * src/prefs_common.h
15203         * src/printing.c
15204                 Add scrolledwindow, default allocation and
15205                 size saving to the print preview window.
15207 2007-09-18 [colin]      3.0.1cvs7
15209         * src/prefs_common.c
15210         * src/prefs_common.h
15211         * src/prefs_image_viewer.c
15212         * src/printing.c
15213                 GtkPrintOperation:
15214                 - add image printing support
15215                 - add option to print images
15216                 - add preview widget
15217                 - add saving of a few Page Setup parameters
15219 2007-09-18 [colin]      3.0.1cvs6
15221         * AUTHORS
15222         * src/gtk/authors.h
15223                 Add Guillaume Chazarain
15225 2007-09-18 [colin]      3.0.1cvs5
15227         * src/common/utils.c
15228                 Fix bug 1321, 'access before allocation 
15229                 when scanning for uris'. Patch by 
15230                 Guillaume Chazarain <guichaz@yahoo.fr>
15232 2007-09-18 [colin]      3.0.1cvs4
15234         * src/toolbar.c
15235                 Fix bug 1320, 'Memory leak caused by 
15236                 gtk_container_get_children'. Patch by
15237                 Guillaume Chazarain <guichaz@yahoo.fr>
15239 2007-09-18 [colin]      3.0.1cvs3
15241         * src/printing.c
15242         * src/printing.h
15243                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15245 2007-09-18 [colin]      3.0.1cvs2
15247         * src/Makefile.am
15248         * src/mainwindow.c
15249         * src/messageview.c
15250         * src/messageview.h
15251         * src/prefs_ext_prog.c
15252         * src/prefs_fonts.c
15253         * src/printing.c
15254         * src/printing.h
15255         * src/summaryview.c
15256                 Use GtkPrintOperation by default on GTK+ >= 2.10
15257                 Patch by Holger Berndt <hb@claws-mail.org>
15259 2007-09-18 [paul]       3.0.1cvs1
15261         * NEWS
15262         * README
15263         * RELEASE_NOTES
15264         * configure.ac
15265                 bump up version number following stable release
15267 2007-09-16 [colin]      3.0.0cvs18
15269         * src/folder.c
15270                 Fix possible memleak
15272 2007-09-16 [colin]      3.0.0cvs17
15274         * src/folderview.c
15275                 Fix bug 1311, 'Wrong arrow position 
15276                 while moving message into folder when 
15277                 column headers hidden'
15278         * src/image_viewer.c
15279                 Show error in the GUI if image can't
15280                 be loaded
15281         * src/matcher.c
15282                 Fix spurious output
15283         * src/messageview.c
15284                 Allow setting domain in msgid
15285         * src/common/plugin.c
15286                 Add timing information
15288 2007-09-16 [colin]      3.0.0cvs16
15290         * src/account.c
15291         * src/compose.c
15292         * src/prefs_account.c
15293         * src/prefs_account.h
15294         * src/common/utils.c
15295                 Remove Generate Message-ID option. We need
15296                 this on some IMAP servers.
15297         * src/prefs_template.c
15298                 Fix double-free
15300 2007-09-16 [colin]      3.0.0cvs15
15302         * src/prefs_filtering.c
15303         * src/prefs_filtering.h
15304         * src/prefs_filtering_action.c
15305         * src/common/tags.c
15306                 Fix tags issues: tags with spaces, renaming
15307                 tags.
15309 2007-09-16 [colin]      3.0.0cvs14
15311         * src/folderview.c
15312         * src/main.c
15313         * src/mainwindow.c
15314                 Fix bug 1308, 'Claws deletes folderlist.xml after
15315                 fetching mail short after start-up'
15317 2007-09-16 [colin]      3.0.0cvs13
15319         * src/compose.c
15320                 Fix scrolling to cursor
15322 2007-09-16 [paul]       3.0.0cvs12
15324         * po/sr.po
15325                 updated by Aleksandar Urosevic
15327 2007-09-16 [paul]       3.0.0cvs11
15329         * src/folder.c
15330                 do not allow locked msgs to be deleted,
15331                 even by filtering/processing
15333 2007-09-07 [paul]       3.0.0cvs10
15335         * src/prefs_folder_column.c
15336         * src/prefs_summary_column.c
15337                 implement button sensitivity
15338                 patch by Pawel Pekala
15340 2007-09-06 [wwp]        3.0.0cvs9
15342         * src/prefs_gtk.c
15343                 Add a missing linefeed to a debug message.
15345 2007-09-05 [colin]      3.0.0cvs8
15347         * src/inc.c
15348                 Fix statusbar/window mismatch on Maemo
15350 2007-09-05 [colin]      3.0.0cvs7
15352         * src/ldaputil.c
15353                 Fix build without USE_LDAP_TLS
15355 2007-09-05 [colin]      3.0.0cvs6
15357         * src/folder.c
15358         * src/imap.c
15359         * src/inc.c
15360         * src/mbox.c
15361         * src/send_message.c
15362         * src/statusbar.c
15363         * src/statusbar.h
15364                 Maemo: distinguish various statusbar messages,
15365                 in order to display only the most important.
15367 2007-09-04 [wwp]        3.0.0cvs5
15369         * src/account.c
15370                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15371                 Show protocol "SMTP" and the appropriate server for send-only
15372                 accounts, show "-" instead of "" when no value is relevant.
15374 2007-09-03 [ticho]      3.0.0cvs4
15376         * src/summaryview.c
15377                 Handle plural form better in delete confirmation dialog.
15379 2007-09-03 [wwp]        3.0.0cvs3
15381         * src/compose.c
15382                 Warn differently when sending or sending later (queueing).
15384 2007-09-03 [colin]      3.0.0cvs2
15386         * src/procmime.c
15387         * src/procmime.h
15388         * src/common/plugin.c
15389         * src/common/plugin.h
15390                 Add a new plugin API, MimeParser. It allows
15391                 plugins to scan email MIME parts and optionally,
15392                 transform them.
15394 2007-09-03 [mones]      3.0.0cvs1
15396         * po/es.po
15397                 Updated translation
15398         * src/common/defs.h
15399                 While a better solution is made double history sizes
15401 2007-09-03 [paul]       3.0.0
15403         * NEWS
15404         * README
15405         * RELEASE_NOTES
15406                 3.0.0 released
15408 [For previous entries, see ChangeLog.2.0.0-3.0.0]