12013-03-15 [colin]	3.9.0cvs128
2
3	* src/plugins/fancy/fancy_viewer.c
4		Fix default fonts on Windows
5
62013-03-15 [colin]	3.9.0cvs127
7
8	* src/plugins/address_keeper/version.rc
9	* src/plugins/attachwarner/version.rc
10	* src/plugins/att_remover/version.rc
11	* src/plugins/bsfilter/version.rc
12	* src/plugins/fancy/version.rc
13	* src/plugins/fetchinfo/version.rc
14	* src/plugins/mailmbox/version.rc
15	* src/plugins/notification/version.rc
16	* src/plugins/pgpcore/version.rc
17	* src/plugins/pgpinline/version.rc
18	* src/plugins/pgpmime/version.rc
19	* src/plugins/rssyl/version.rc
20	* src/plugins/smime/version.rc
21	* src/plugins/spam_report/version.rc
22	* src/plugins/tnef_parse/version.rc
23	* src/plugins/vcalendar/version.rc
24		Fix names and copyrights
25
262013-03-15 [colin]	3.9.0cvs126
27
28	* src/plugins/fancy/fancy_viewer.c
29		Fix attached images URIs generation
30	* src/plugins/vcalendar/vcal_folder.c
31		Fix crash on NULL uri
32
332013-03-14 [colin]	3.9.0cvs125
34
35	* src/plugins/fancy/fancy_viewer.c
36		Remove some crashy calls (wonder why.)
37
382013-03-13 [colin]	3.9.0cvs124
39
40	* src/plugins/fancy/Makefile.am
41	* src/plugins/fancy/claws.def
42	* src/plugins/fancy/plugin.def
43	* src/plugins/fancy/version.rc
44		Preparing for win32 Fancy port
45
462013-03-13 [colin]	3.9.0cvs123
47
48	* src/plugins/fancy/fancy_viewer.h
49		Fix wrong include
50
512013-03-13 [mones]	3.9.0cvs122
52
53	* src/plugins/pdf_viewer/poppler_viewer.c
54		Fix crash closing PDF information alert panel and use
55		a better label than the plugin name for the dialog
56
572013-03-13 [colin]	3.9.0cvs121
58
59	* src/plugins/fancy/fancy_prefs.c
60		More whitespace!
61
622013-03-13 [colin]	3.9.0cvs120
63
64	* src/plugins/fancy/fancy_prefs.c
65	* src/plugins/fancy/fancy_prefs.h
66	* src/plugins/fancy/fancy_viewer.c
67	* src/plugins/fancy/fancy_viewer.h
68		Fix whitespace and indentation
69
702013-03-13 [colin]	3.9.0cvs119
71
72	* src/plugins/fancy/fancy_prefs.c
73	* src/plugins/fancy/fancy_prefs.h
74	* src/plugins/fancy/fancy_viewer.c
75	* src/plugins/fancy/fancy_viewer.h
76		More rework of the options to make things clear.
77		Also, make Enable remote content actually do what
78		it says.
79
802013-03-13 [colin]	3.9.0cvs118
81
82	* src/summaryview.c
83		Fix w32 build where apparently 'small' is a reserved
84		word
85	* src/plugins/perl/tools/Makefile.am
86		Fix out-of-tree build
87
882013-03-13 [mones]	3.9.0cvs117
89
90	* INSTALL
91	* README
92		Forgotten tool is not needed anymore, bye bye html2ps.
93
942013-03-13 [colin]	3.9.0cvs116
95
96	* src/plugins/fancy/Makefile.am
97	* src/plugins/fancy/fancy_viewer.c
98		Fix bug #2980, "html2ps required...". Use standard GtkPrint
99
1002013-03-13 [colin]	3.9.0cvs115
101
102	* src/plugins/fancy/fancy_prefs.c
103	* src/plugins/fancy/fancy_prefs.h
104	* src/plugins/fancy/fancy_viewer.c
105	* src/plugins/fancy/fancy_viewer.h
106		Untangle prefs handling, untangle open in browser
107		and move back to Enable remote content instead of
108		Enable inner navigation.
109
1102013-03-13 [mones]	3.9.0cvs114
111
112	* INSTALL
113	* README
114		Some minor fix and an always forgotten support tool...
115		Fortunately our users keep reminding us they really use
116		all those features, thanks to all of them :-)
117
1182013-03-12 [wwp]	3.9.0cvs113
119
120	* src/account.c
121	Remove stuff committed unexpectedly (you're now reading my words, you understand
122	what you read, you never found that I've committed stuff accidentally, never, and
123	now you can get back to normal activities, you will never remember this),
124	thanks Paul!
125
1262013-03-12 [wwp]	3.9.0cvs112
127
128	* src/account.c
129	Fix 'edit accounts' windows going backward when leaving an
130	'account preferences' window, by focusing this window again.
131
1322013-03-09 [mones]	3.9.0cvs111
133
134	* INSTALL
135		Update required GTK+ version and configure plugin flags
136	* src/mainwindow.c
137	* src/summaryview.c
138		Remove unnecessary checks, newer keysyms are already
139		included by gtkutils.h if needed
140
1412013-03-08 [paul]	3.9.0cvs110
142
143	* configure.ac
144		fix outputting config dir value at end of configure
145
1462013-03-07 [colin]	3.9.0cvs109
147
148	* src/plugins/fancy/fancy_prefs.c
149		And make Open External default to true :)
150
1512013-03-07 [paul]	3.9.0cvs108
152
153	* src/plugins/fancy/fancy_prefs.c
154		make "enable_inner_navigation" default to FALSE
155
1562013-03-06 [colin]	3.9.0cvs107
157
158	* src/plugins/fancy/fancy_prefs.c
159	* src/plugins/fancy/fancy_prefs.h
160	* src/plugins/fancy/fancy_viewer.c
161	* src/plugins/fancy/fancy_viewer.h
162		Fix bug #2882, "Reverse preference for external content"
163		"Block external content" was the only negative preference
164		along the other "Enable ..." positive ones, but also had
165		several shortcomings, in that it only blocked user-
166		requested interactions, like
167		- prevent clicking on links
168		- prevent right-click/Download link
169		- prevent right-click/Save image
170		But NOT
171		- prevent auto download of images (that's controlled by
172		  Auto-load images)
173		- prevent auto download of javascript (that's controlled
174		  by Enable scripts)
175		- prevent auto download of applets (that's controlled by
176		  Enable java)
177		- prevent auto download of css (that can't be disabled)
178		New preference to replace it is "Enable inner navigation"
179		and allows to control whether one can click on links to
180		navigate inside Fancy viewer. If disabled and "Open in
181		external browser" is set, links will be opened in external
182		browser; else nothing will happen. In any state of these
183		preferences, right-clicking and choosing "Open in viewer"
184		or "Open in browser" will do what asked.
185
1862013-03-06 [colin]	3.9.0cvs106
187
188	* src/plugins/fancy/fancy_viewer.c
189		Make options setting clearer
190
1912013-02-28 [mones]	3.9.0cvs105
192
193	* configure.ac
194	* src/plugins/perl/Makefile.am
195	* src/plugins/perl/cm_perl.pod
196	* src/plugins/perl/tools/.cvsignore
197	* src/plugins/perl/tools/Makefile.am
198	* src/plugins/perl/tools/insert_perl.pl
199	* src/plugins/perl/tools/matcherrc2perlfilter.pl
200		Make perl plugin tools and manpage available into
201		distribution tarball.
202
2032013-02-27 [mones]	3.9.0cvs104
204
205	* README
206		Updated plugin list, now they are integrated.
207		Added missing items to hidden properties list.
208
2092013-02-26 [wwp]	3.9.0cvs103
210
211	* src/messageview.c
212	Fix wrong message, as message could have been moved to another folder
213	and not trashed (it could have also be deleted without staying in trash,
214	but that's a piece of detail, and while we're at it, the message could also
215	have vanished into another dimension or be now part of the twilight zone
216	but we should not always tell the truth to users. At last, and to be
217	exhaustive, the message could have disappeared because of a technical
218	issue which doesn't imply user action and none of the above mentions. One
219	would say that the message could also have never existed, but it's another
220	story).
221
2222013-02-24 [colin]	3.9.0cvs102
223
224	* src/plugins/vcalendar/libical/libical/Makefile.am
225		Fix build without vcalendar
226
2272013-02-23 [paul]	3.9.0cvs101
228
229	* src/mimeview.c
230		escape filename/description text, prevents error if, e.g., the
231		filename contains an ampersand
232
2332013-02-22 [colin]	3.9.0cvs100
234
235	* AUTHORS
236	* src/gtk/authors.h
237	* src/summaryview.c
238		Fix bug #2702, "Support splitting subject line for small screen
239		layout". Patch by Ben Deering.
240
2412013-02-21 [paul]	3.9.0cvs99
242
243	* configure.ac
244		add he to ALL_LINGUAS
245
2462013-02-20 [colin]	3.9.0cvs98
247
248	* src/main.c
249		Fix seg on w32
250
2512013-02-20 [colin]	3.9.0cvs97
252
253	* src/plugins/att_remover/claws.def
254	* src/plugins/fetchinfo/claws.def
255	* src/plugins/spam_report/claws.def
256		Add more needed symbols
257
2582013-02-20 [colin]	3.9.0cvs96
259
260	* src/plugins/att_remover/Makefile.am
261	* src/plugins/fetchinfo/Makefile.am
262	* src/plugins/spam_report/Makefile.am
263		Fix missed parts for w32
264
2652013-02-20 [colin]	3.9.0cvs95
266
267	* src/prefs_common.h
268	* src/plugins/address_keeper/claws.def
269	* src/plugins/att_remover/Makefile.am
270	* src/plugins/att_remover/claws.def
271	* src/plugins/att_remover/plugin.def
272	* src/plugins/att_remover/version.rc
273	* src/plugins/clamd/libclamd/Makefile.am
274	* src/plugins/fetchinfo/Makefile.am
275	* src/plugins/fetchinfo/claws.def
276	* src/plugins/fetchinfo/plugin.def
277	* src/plugins/fetchinfo/version.rc
278	* src/plugins/mailmbox/Makefile.am
279	* src/plugins/mailmbox/claws.def
280	* src/plugins/mailmbox/plugin.def
281	* src/plugins/mailmbox/version.rc
282	* src/plugins/notification/gtkhotkey/Makefile.am
283	* src/plugins/spam_report/Makefile.am
284	* src/plugins/spam_report/claws.def
285	* src/plugins/spam_report/plugin.def
286	* src/plugins/spam_report/spam_report.c
287	* src/plugins/spam_report/version.rc
288		Win32 build fixes (and add of address_keeper, att_remover,
289		fetchinfo and spam_report)
290
2912013-02-20 [paul]	3.9.0cvs94
292
293	* configure.ac
294		a little more report layout tweaking
295
2962013-02-20 [colin]	3.9.0cvs93
297
298	* src/common/plugin.c
299		Auto fix plugin names ending in	"_plugin"
300
3012013-02-20 [colin]	3.9.0cvs92
302
303	* src/plugins/gdata/Makefile.am
304		Change plugin name
305
3062013-02-20 [colin]	3.9.0cvs91
307
308	* src/plugins/fetchinfo/Makefile.am
309	* src/plugins/notification/Makefile.am
310	* src/plugins/perl/Makefile.am
311	* src/plugins/python/Makefile.am
312		Drop _plugin from the plugin's filename
313
3142013-02-20 [colin]	3.9.0cvs90
315
316	* configure.ac
317		Group core's --{en,dis}able switches
318
3192013-02-20 [colin]	3.9.0cvs89
320
321	* configure.ac
322		typos
323
3242013-02-20 [colin]	3.9.0cvs88
325
326	* configure.ac
327	* Makefile.am
328		Don't check for GNOME2 when we want to check for
329		gtk-update-icon-cache; Typo fix
330
3312013-02-20 [colin]	3.9.0cvs87
332
333	* src/plugins/Makefile.am
334	* src/plugins/acpi_notifier/Makefile.am
335	* src/plugins/address_keeper/Makefile.am
336	* src/plugins/archive/Makefile.am
337	* src/plugins/att_remover/Makefile.am
338	* src/plugins/attachwarner/Makefile.am
339	* src/plugins/bogofilter/Makefile.am
340	* src/plugins/bsfilter/Makefile.am
341	* src/plugins/clamd/Makefile.am
342	* src/plugins/demo/Makefile.am
343	* src/plugins/fancy/Makefile.am
344	* src/plugins/fetchinfo/Makefile.am
345	* src/plugins/gdata/Makefile.am
346	* src/plugins/mailmbox/Makefile.am
347	* src/plugins/newmail/Makefile.am
348	* src/plugins/notification/Makefile.am
349	* src/plugins/pdf_viewer/Makefile.am
350	* src/plugins/perl/Makefile.am
351	* src/plugins/pgpcore/Makefile.am
352	* src/plugins/pgpinline/Makefile.am
353	* src/plugins/pgpmime/Makefile.am
354	* src/plugins/python/Makefile.am
355	* src/plugins/rssyl/Makefile.am
356	* src/plugins/smime/Makefile.am
357	* src/plugins/spam_report/Makefile.am
358	* src/plugins/spamassassin/Makefile.am
359	* src/plugins/tnef_parse/Makefile.am
360	* src/plugins/vcalendar/Makefile.am
361		Change automake conditionals so that all plugins subdirectories
362		are included, but nothing built in disabled plugins. Fixes make
363		dist with some plugins --disabled.
364
3652013-02-20 [colin]	3.9.0cvs86
366
367	* configure.ac
368	* src/plugins/fancy/fancy_viewer.h
369		Fix build for Fancy and vCalendar
370
3712013-02-20 [colin]	3.9.0cvs85
372
373	* configure.ac
374		Rework plugin enabling logic. More clean!
375	* src/plugins/fancy/fancy_viewer.c
376	* src/plugins/fancy/fancy_viewer.h
377	* src/plugins/spam_report/spam_report.c
378		Make curl dependancy mandatory
379	* src/plugins/notification/notification_plugin.c
380		Fix build with every possible thing disabled
381	* src/plugins/notification/Makefile.am
382	* src/plugins/notification/gtkhotkey/.cvsignore
383	* src/plugins/notification/gtkhotkey/Makefile.am
384	* src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
385	* src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
386	* src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
387	* src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
388	* src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
389	* src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
390	* src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
391	* src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
392	* src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
393	* src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
394	* src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
395	* src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
396	* src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
397	* src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
398	* src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
399	* src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
400	* src/plugins/notification/gtkhotkey/gtkhotkey.h
401	* src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
402	* src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
403	* src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
404	* src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
405		Re-add hotkey support
406	* src/plugins/spam_report/Makefile.am
407	* src/plugins/tnef_parse/Makefile.am
408		Remove gettext.h
409
4102013-02-20 [colin]	3.9.0cvs84
411
412	* configure.ac
413	* po/POTFILES.in
414	* src/plugins/Makefile.am
415	* src/plugins/dillo_viewer/.cvsignore
416	* src/plugins/dillo_viewer/Makefile.am
417	* src/plugins/dillo_viewer/README
418	* src/plugins/dillo_viewer/dillo_prefs.c
419	* src/plugins/dillo_viewer/dillo_prefs.h
420	* src/plugins/dillo_viewer/dillo_viewer.c
421	* src/plugins/trayicon/.cvsignore
422	* src/plugins/trayicon/Makefile.am
423	* src/plugins/trayicon/README
424	* src/plugins/trayicon/trayicon.c
425	* src/plugins/trayicon/trayicon_prefs.c
426	* src/plugins/trayicon/trayicon_prefs.h
427	* src/plugins/trayicon/libeggtrayicon/.cvsignore
428		Drop trayicon and dillo_viewer
429
4302013-02-20 [colin]	3.9.0cvs83
431
432	* configure.ac
433	* src/plugins/Makefile.am
434	* src/plugins/spam_report/.cvsignore
435	* src/plugins/spam_report/Makefile.am
436	* src/plugins/spam_report/placeholder.txt
437	* src/plugins/spam_report/spam_report.c
438	* src/plugins/spam_report/spam_report_prefs.c
439	* src/plugins/spam_report/spam_report_prefs.h
440	* src/plugins/tnef_parse/.cvsignore
441	* src/plugins/tnef_parse/Makefile.am
442	* src/plugins/tnef_parse/claws.def
443	* src/plugins/tnef_parse/mapi.h
444	* src/plugins/tnef_parse/mapidefs.h
445	* src/plugins/tnef_parse/mapitags.h
446	* src/plugins/tnef_parse/placeholder.txt
447	* src/plugins/tnef_parse/plugin.def
448	* src/plugins/tnef_parse/tnef-errors.h
449	* src/plugins/tnef_parse/tnef-types.h
450	* src/plugins/tnef_parse/tnef_dump.c
451	* src/plugins/tnef_parse/tnef_dump.h
452	* src/plugins/tnef_parse/tnef_parse.c
453	* src/plugins/tnef_parse/version.rc
454	* src/plugins/tnef_parse/ytnef.c
455	* src/plugins/tnef_parse/ytnef.h
456		Add tnef_parse and spam_report
457
4582013-02-20 [colin]	3.9.0cvs82
459
460	* src/plugins/bogofilter/Makefile.am
461	* src/plugins/clamd/Makefile.am
462	* src/plugins/demo/Makefile.am
463	* src/plugins/dillo_viewer/Makefile.am
464	* src/plugins/fancy/Makefile.am
465	* src/plugins/fetchinfo/Makefile.am
466	* src/plugins/gdata/Makefile.am
467	* src/plugins/mailmbox/Makefile.am
468	* src/plugins/newmail/Makefile.am
469	* src/plugins/notification/Makefile.am
470	* src/plugins/pdf_viewer/Makefile.am
471	* src/plugins/perl/Makefile.am
472	* src/plugins/python/Makefile.am
473	* src/plugins/spamassassin/Makefile.am
474	* src/plugins/trayicon/Makefile.am
475	* src/plugins/vcalendar/libical/libical/Makefile.am
476		Fix out-of-tree build
477
4782013-02-19 [colin]	3.9.0cvs81
479
480	* configure.ac
481		Fix inverted logic in a few plugins
482
4832013-02-18 [mones]	3.9.0cvs80
484
485	* src/plugins/notification/Makefile.am
486	* src/plugins/pdf_viewer/Makefile.am
487	* src/plugins/python/Makefile.am
488		Allow 'make dist' to generate a nice tarball
489
4902013-02-18 [wwp]	3.9.0cvs79
491
492	* src/plugins/clamd/libclamd/.cvsignore
493	Add one more .cvsignore file.
494
4952013-02-18 [wwp]	3.9.0cvs78
496
497	* src/plugins/clamd/libclamd/.cvsignore
498	One more .cvsignore file.
499
5002013-02-18 [wwp]	3.9.0cvs77
501
502	* src/plugins/clamd/.cvsignore
503	* src/plugins/clamd/libclamd/.cvsignore
504	* src/plugins/fetchinfo/.cvsignore
505	* src/plugins/gdata/.cvsignore
506	* src/plugins/mailmbox/.cvsignore
507	* src/plugins/newmail/.cvsignore
508	* src/plugins/notification/.cvsignore
509	* src/plugins/pdf_viewer/.cvsignore
510	* src/plugins/perl/.cvsignore
511	* src/plugins/python/.cvsignore
512	Silent up stuff a bit.
513
5142013-02-17 [colin]	3.9.0cvs76
515
516	* src/plugins/notification/Makefile.am
517	* src/plugins/notification/notification_banner.c
518	* src/plugins/notification/notification_banner.h
519	* src/plugins/notification/notification_command.c
520	* src/plugins/notification/notification_command.h
521	* src/plugins/notification/notification_core.c
522	* src/plugins/notification/notification_foldercheck.c
523	* src/plugins/notification/notification_foldercheck.h
524	* src/plugins/notification/notification_hotkeys.c
525	* src/plugins/notification/notification_hotkeys.h
526	* src/plugins/notification/notification_indicator.c
527	* src/plugins/notification/notification_indicator.h
528	* src/plugins/notification/notification_lcdproc.c
529	* src/plugins/notification/notification_lcdproc.h
530	* src/plugins/notification/notification_plugin.c
531	* src/plugins/notification/notification_plugin.h
532	* src/plugins/notification/notification_popup.c
533	* src/plugins/notification/notification_popup.h
534	* src/plugins/notification/notification_prefs.c
535	* src/plugins/notification/notification_prefs.h
536	* src/plugins/notification/notification_trayicon.c
537	* src/plugins/notification/notification_trayicon.h
538		Activate and fix notification (without libindicate)
539
5402013-02-17 [colin]	3.9.0cvs75
541
542	* src/plugins/Makefile.am
543	* src/plugins/archive/Makefile.am
544	* src/plugins/clamd/Makefile.am
545	* src/plugins/clamd/clamav_plugin.c
546	* src/plugins/clamd/clamav_plugin.h
547	* src/plugins/clamd/clamav_plugin_gtk.c
548	* src/plugins/clamd/placeholder.txt
549	* src/plugins/clamd/libclamd/Makefile.am
550	* src/plugins/clamd/libclamd/clamd-plugin.c
551	* src/plugins/clamd/libclamd/clamd-plugin.h
552	* src/plugins/fetchinfo/Makefile.am
553	* src/plugins/fetchinfo/fetchinfo_plugin.c
554	* src/plugins/fetchinfo/fetchinfo_plugin.h
555	* src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
556	* src/plugins/fetchinfo/placeholder.txt
557	* src/plugins/gdata/Makefile.am
558	* src/plugins/gdata/cm_gdata_contacts.c
559	* src/plugins/gdata/cm_gdata_contacts.h
560	* src/plugins/gdata/cm_gdata_prefs.c
561	* src/plugins/gdata/cm_gdata_prefs.h
562	* src/plugins/gdata/gdata_plugin.c
563	* src/plugins/gdata/gdata_plugin.h
564	* src/plugins/gdata/placeholder.txt
565	* src/plugins/geolocation/placeholder.txt
566	* src/plugins/gtkhtml2_viewer/placeholder.txt
567	* src/plugins/mailmbox/Makefile.am
568	* src/plugins/mailmbox/carray.c
569	* src/plugins/mailmbox/carray.h
570	* src/plugins/mailmbox/chash.c
571	* src/plugins/mailmbox/chash.h
572	* src/plugins/mailmbox/clist.c
573	* src/plugins/mailmbox/clist.h
574	* src/plugins/mailmbox/mailimf.c
575	* src/plugins/mailmbox/mailimf.h
576	* src/plugins/mailmbox/mailimf_types.c
577	* src/plugins/mailmbox/mailimf_types.h
578	* src/plugins/mailmbox/mailimf_types_helper.c
579	* src/plugins/mailmbox/mailimf_types_helper.h
580	* src/plugins/mailmbox/mailimf_write.c
581	* src/plugins/mailmbox/mailimf_write.h
582	* src/plugins/mailmbox/maillock.c
583	* src/plugins/mailmbox/maillock.h
584	* src/plugins/mailmbox/mailmbox.c
585	* src/plugins/mailmbox/mailmbox.h
586	* src/plugins/mailmbox/mailmbox_folder.c
587	* src/plugins/mailmbox/mailmbox_folder.h
588	* src/plugins/mailmbox/mailmbox_gtk.deps
589	* src/plugins/mailmbox/mailmbox_parse.c
590	* src/plugins/mailmbox/mailmbox_parse.h
591	* src/plugins/mailmbox/mailmbox_types.c
592	* src/plugins/mailmbox/mailmbox_types.h
593	* src/plugins/mailmbox/mmapstring.c
594	* src/plugins/mailmbox/mmapstring.h
595	* src/plugins/mailmbox/placeholder.txt
596	* src/plugins/mailmbox/plugin.c
597	* src/plugins/mailmbox/plugin_gtk.c
598	* src/plugins/mailmbox/plugin_gtk.h
599	* src/plugins/newmail/Makefile.am
600	* src/plugins/newmail/newmail.c
601	* src/plugins/newmail/placeholder.txt
602	* src/plugins/notification/Makefile.am
603	* src/plugins/notification/claws.def
604	* src/plugins/notification/notification_banner.c
605	* src/plugins/notification/notification_banner.h
606	* src/plugins/notification/notification_command.c
607	* src/plugins/notification/notification_command.h
608	* src/plugins/notification/notification_core.c
609	* src/plugins/notification/notification_core.h
610	* src/plugins/notification/notification_foldercheck.c
611	* src/plugins/notification/notification_foldercheck.h
612	* src/plugins/notification/notification_hotkeys.c
613	* src/plugins/notification/notification_hotkeys.h
614	* src/plugins/notification/notification_indicator.c
615	* src/plugins/notification/notification_indicator.h
616	* src/plugins/notification/notification_lcdproc.c
617	* src/plugins/notification/notification_lcdproc.h
618	* src/plugins/notification/notification_pixbuf.c
619	* src/plugins/notification/notification_pixbuf.h
620	* src/plugins/notification/notification_plugin.c
621	* src/plugins/notification/notification_plugin.h
622	* src/plugins/notification/notification_popup.c
623	* src/plugins/notification/notification_popup.h
624	* src/plugins/notification/notification_prefs.c
625	* src/plugins/notification/notification_prefs.h
626	* src/plugins/notification/notification_trayicon.c
627	* src/plugins/notification/notification_trayicon.h
628	* src/plugins/notification/placeholder.txt
629	* src/plugins/notification/plugin.def
630	* src/plugins/notification/raw_claws_mail_logo_64x64.h
631	* src/plugins/notification/version.rc
632	* src/plugins/pdf_viewer/Makefile.am
633	* src/plugins/pdf_viewer/doc_index.xpm
634	* src/plugins/pdf_viewer/doc_index_close.xpm
635	* src/plugins/pdf_viewer/doc_info.xpm
636	* src/plugins/pdf_viewer/first_arrow.xpm
637	* src/plugins/pdf_viewer/last_arrow.xpm
638	* src/plugins/pdf_viewer/left_arrow.xpm
639	* src/plugins/pdf_viewer/placeholder.txt
640	* src/plugins/pdf_viewer/poppler_viewer.c
641	* src/plugins/pdf_viewer/poppler_viewer.h
642	* src/plugins/pdf_viewer/right_arrow.xpm
643	* src/plugins/pdf_viewer/rotate_left.xpm
644	* src/plugins/pdf_viewer/rotate_right.xpm
645	* src/plugins/pdf_viewer/zoom_fit.xpm
646	* src/plugins/pdf_viewer/zoom_in.xpm
647	* src/plugins/pdf_viewer/zoom_out.xpm
648	* src/plugins/pdf_viewer/zoom_width.xpm
649	* src/plugins/perl/Makefile.am
650	* src/plugins/perl/perl_gtk.c
651	* src/plugins/perl/perl_gtk.h
652	* src/plugins/perl/perl_plugin.c
653	* src/plugins/perl/perl_plugin.h
654	* src/plugins/perl/placeholder.txt
655	* src/plugins/python/Makefile.am
656	* src/plugins/python/clawsmailmodule.c
657	* src/plugins/python/clawsmailmodule.h
658	* src/plugins/python/composewindowtype.c
659	* src/plugins/python/composewindowtype.h
660	* src/plugins/python/foldertype.c
661	* src/plugins/python/foldertype.h
662	* src/plugins/python/messageinfotype.c
663	* src/plugins/python/messageinfotype.h
664	* src/plugins/python/nodetype.c
665	* src/plugins/python/nodetype.h
666	* src/plugins/python/placeholder.txt
667	* src/plugins/python/python-hooks.c
668	* src/plugins/python/python-hooks.h
669	* src/plugins/python/python-shell.c
670	* src/plugins/python/python-shell.h
671	* src/plugins/python/python_plugin.c
672	* src/plugins/vcalendar/Makefile.in
673		Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
674		notification, pdf_viewer, perl, python). Notification not yet
675		enabled because it has too much autoconf switches for my taste.
676
677
6782013-02-16 [colin]	3.9.0cvs74
679
680	* po/POTFILES.in
681	* po/bg.po
682	* po/ca.po
683	* po/cs.po
684	* po/de.po
685	* po/en_GB.po
686	* po/es.po
687	* po/fi.po
688	* po/fr.po
689	* po/hu.po
690	* po/id_ID.po
691	* po/it.po
692	* po/ja.po
693	* po/lt.po
694	* po/nl.po
695	* po/pl.po
696	* po/pt_BR.po
697	* po/pt_PT.po
698	* po/ru.po
699	* po/sk.po
700	* po/sv.po
701	* po/uk.po
702	* po/zh_CN.po
703	* po/zh_TW.po
704	* src/plugins/Makefile.am
705	* src/plugins/archive/.cvsignore
706	* src/plugins/archive/Makefile.am
707	* src/plugins/archive/archiver.c
708	* src/plugins/archive/archiver.h
709	* src/plugins/archive/archiver_gtk.c
710	* src/plugins/archive/archiver_prefs.c
711	* src/plugins/archive/archiver_prefs.h
712	* src/plugins/archive/libarchive_archive.c
713	* src/plugins/archive/libarchive_archive.h
714	* src/plugins/archive/placeholder.txt
715	* src/plugins/att_remover/.cvsignore
716	* src/plugins/att_remover/Makefile.am
717	* src/plugins/att_remover/att_remover.c
718	* src/plugins/att_remover/placeholder.txt
719	* src/plugins/bsfilter/.cvsignore
720	* src/plugins/bsfilter/Makefile.am
721	* src/plugins/bsfilter/bsfilter.c
722	* src/plugins/bsfilter/bsfilter.h
723	* src/plugins/bsfilter/bsfilter_gtk.c
724	* src/plugins/bsfilter/claws.def
725	* src/plugins/bsfilter/placeholder.txt
726	* src/plugins/bsfilter/plugin.def
727	* src/plugins/bsfilter/version.rc
728		Add archive, att_remover, bsfilter
729	* src/plugins/vcalendar/Makefile.in
730	* src/plugins/vcalendar/libical/libical/icalversion.h
731		Remove useless files
732
7332013-02-16 [colin]	3.9.0cvs73
734
735	* src/plugins/Makefile.am
736	* src/plugins/acpi_notifier/Makefile.am
737	* src/plugins/acpi_notifier/acpi_notifier.c
738	* src/plugins/acpi_notifier/placeholder.txt
739	* src/plugins/address_keeper/Makefile.am
740	* src/plugins/address_keeper/address_keeper.c
741	* src/plugins/address_keeper/address_keeper.h
742	* src/plugins/address_keeper/address_keeper_prefs.c
743	* src/plugins/address_keeper/address_keeper_prefs.h
744	* src/plugins/address_keeper/claws.def
745	* src/plugins/address_keeper/placeholder.txt
746	* src/plugins/address_keeper/plugin.def
747	* src/plugins/address_keeper/version.rc
748	* src/plugins/attachwarner/Makefile.am
749	* src/plugins/attachwarner/attachwarner.c
750	* src/plugins/attachwarner/attachwarner.h
751	* src/plugins/attachwarner/attachwarner_prefs.c
752	* src/plugins/attachwarner/attachwarner_prefs.h
753	* src/plugins/attachwarner/claws.def
754	* src/plugins/attachwarner/placeholder.txt
755	* src/plugins/attachwarner/plugin.def
756	* src/plugins/attachwarner/version.rc
757	* src/plugins/vcalendar/libical/libical/icalversion.h
758	* po/POTFILES.in
759	* po/bg.po
760	* po/ca.po
761	* po/cs.po
762	* po/de.po
763	* po/en_GB.po
764	* po/es.po
765	* po/fi.po
766	* po/fr.po
767	* po/hu.po
768	* po/id_ID.po
769	* po/it.po
770	* po/ja.po
771	* po/lt.po
772	* po/nl.po
773	* po/pl.po
774	* po/pt_BR.po
775	* po/pt_PT.po
776	* po/ru.po
777	* po/sk.po
778	* po/sr.po
779	* po/sv.po
780	* po/uk.po
781	* po/zh_CN.po
782	* po/zh_TW.po
783		Now do acpi_notifier, attachwarner, address_keeper
784
7852013-02-16 [colin]	3.9.0cvs72
786
787	* po/POTFILES.in
788	* po/bg.po
789	* po/ca.po
790	* po/cs.po
791	* po/de.po
792	* po/en_GB.po
793	* po/es.po
794	* po/fi.po
795	* po/fr.po
796	* po/hu.po
797	* po/id_ID.po
798	* po/it.po
799	* po/ja.po
800	* po/lt.po
801	* po/nl.po
802	* po/pl.po
803	* po/pt_BR.po
804	* po/pt_PT.po
805	* po/ru.po
806	* po/sk.po
807	* po/sr.po
808	* po/sv.po
809	* po/uk.po
810	* po/zh_CN.po
811	* po/zh_TW.po
812		Merge RSSyl's translations
813
8142013-02-16 [colin]	3.9.0cvs71
815
816	* src/mainwindow.c
817		Fix use-after-free (introduced in cvs61)
818
8192013-02-16 [colin]	3.9.0cvs70
820
821	* src/main.c
822	* src/prefs_common.c
823	* src/prefs_common.h
824	* src/common/defs.h
825	* src/common/w32_account.c
826		Add an hidden preference to set the Windows theme
827	* src/plugins/Makefile.am
828	* src/plugins/rssyl/Makefile.am
829	* src/plugins/rssyl/claws.def
830	* src/plugins/rssyl/date.c
831	* src/plugins/rssyl/date.h
832	* src/plugins/rssyl/feed.c
833	* src/plugins/rssyl/feed.h
834	* src/plugins/rssyl/feedprops.c
835	* src/plugins/rssyl/feedprops.h
836	* src/plugins/rssyl/opml.c
837	* src/plugins/rssyl/opml.h
838	* src/plugins/rssyl/parsers.c
839	* src/plugins/rssyl/parsers.h
840	* src/plugins/rssyl/placeholder.txt
841	* src/plugins/rssyl/plugin.c
842	* src/plugins/rssyl/plugin.def
843	* src/plugins/rssyl/rssyl.c
844	* src/plugins/rssyl/rssyl.h
845	* src/plugins/rssyl/rssyl_cb_gtk.c
846	* src/plugins/rssyl/rssyl_cb_gtk.h
847	* src/plugins/rssyl/rssyl_cb_menu.c
848	* src/plugins/rssyl/rssyl_cb_menu.h
849	* src/plugins/rssyl/rssyl_gtk.c
850	* src/plugins/rssyl/rssyl_gtk.h
851	* src/plugins/rssyl/rssyl_prefs.c
852	* src/plugins/rssyl/rssyl_prefs.h
853	* src/plugins/rssyl/strreplace.c
854	* src/plugins/rssyl/strreplace.h
855	* src/plugins/rssyl/version.rc
856		Add RSSyl
857	* src/plugins/vcalendar/Makefile.am
858	* src/plugins/vcalendar/Makefile.in
859	* src/plugins/vcalendar/plugin.c
860	* src/plugins/vcalendar/libical/libical/icalversion.h
861		Fix Curl flags :)
862
8632013-02-14 [paul]	3.9.0cvs69
864
865	* po/id_ID.po
866		"fix" plural forms
867
8682013-02-14 [colin]	3.9.0cvs68
869
870	* po/POTFILES.in
871		Add vcalendar files
872	* po/merge-po-from-plugin.sh
873		Add helper script to merge external plugins translations
874	* po/bg.po
875	* po/ca.po
876	* po/cs.po
877	* po/de.po
878	* po/en_GB.po
879	* po/es.po
880	* po/fi.po
881	* po/fr.po
882	* po/hu.po
883	* po/id_ID.po
884	* po/it.po
885	* po/ja.po
886	* po/lt.po
887	* po/nl.po
888	* po/pl.po
889	* po/pt_BR.po
890	* po/pt_PT.po
891	* po/ru.po
892	* po/sk.po
893	* po/sr.po
894	* po/sv.po
895	* po/uk.po
896	* po/zh_CN.po
897	* po/zh_TW.po
898		Merge translations from fancy and vcalendar
899
9002013-02-14 [colin]	3.9.0cvs67
901
902	* configure.ac
903		Fix perl detection
904
9052013-02-14 [colin]	3.9.0cvs66
906
907	* src/plugins/vcalendar/claws.def
908	* src/plugins/vcalendar/plugin.def
909		Add missing files
910	* src/plugins/vcalendar/libical/Makefile.in
911	* src/plugins/vcalendar/libical/design-data/Makefile.in
912	* src/plugins/vcalendar/libical/libical/Makefile.in
913	* src/plugins/vcalendar/libical/scripts/Makefile.in
914		Remove extraneous files
915
9162013-02-13 [colin]	3.9.0cvs65
917
918	* src/plugins/address_dup_finder/placeholder.txt
919	* src/plugins/synce/placeholder.txt
920		Removed, deprecated plugins
921	* src/plugins/Makefile.am
922	* src/plugins/vcalendar/Makefile.am
923	* src/plugins/vcalendar/Makefile.in
924	* src/plugins/vcalendar/common-views.c
925	* src/plugins/vcalendar/common-views.h
926	* src/plugins/vcalendar/day-view.c
927	* src/plugins/vcalendar/icaltime_as_local.c
928	* src/plugins/vcalendar/icaltime_as_local.h
929	* src/plugins/vcalendar/month-view.c
930	* src/plugins/vcalendar/placeholder.txt
931	* src/plugins/vcalendar/plugin.c
932	* src/plugins/vcalendar/vcal_dbus.c
933	* src/plugins/vcalendar/vcal_dbus.h
934	* src/plugins/vcalendar/vcal_folder.c
935	* src/plugins/vcalendar/vcal_folder.h
936	* src/plugins/vcalendar/vcal_interface.h
937	* src/plugins/vcalendar/vcal_manager.c
938	* src/plugins/vcalendar/vcal_manager.h
939	* src/plugins/vcalendar/vcal_meeting_gtk.c
940	* src/plugins/vcalendar/vcal_meeting_gtk.h
941	* src/plugins/vcalendar/vcal_prefs.c
942	* src/plugins/vcalendar/vcal_prefs.h
943	* src/plugins/vcalendar/vcalendar.c
944	* src/plugins/vcalendar/vcalendar.h
945	* src/plugins/vcalendar/version.rc
946	* src/plugins/vcalendar/libical/.cvsignore
947	* src/plugins/vcalendar/libical/Makefile.am
948	* src/plugins/vcalendar/libical/Makefile.in
949	* src/plugins/vcalendar/libical/design-data/.cvsignore
950	* src/plugins/vcalendar/libical/design-data/Makefile.am
951	* src/plugins/vcalendar/libical/design-data/Makefile.in
952	* src/plugins/vcalendar/libical/design-data/parameters.csv
953	* src/plugins/vcalendar/libical/design-data/properties.csv
954	* src/plugins/vcalendar/libical/design-data/restrictions.csv
955	* src/plugins/vcalendar/libical/design-data/status.txt
956	* src/plugins/vcalendar/libical/design-data/value-types.csv
957	* src/plugins/vcalendar/libical/libical/.cvsignore
958	* src/plugins/vcalendar/libical/libical/Makefile.am
959	* src/plugins/vcalendar/libical/libical/Makefile.in
960	* src/plugins/vcalendar/libical/libical/icalattendee.c
961	* src/plugins/vcalendar/libical/libical/icalattendee.h
962	* src/plugins/vcalendar/libical/libical/icalcomponent.c
963	* src/plugins/vcalendar/libical/libical/icalcomponent.h
964	* src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
965	* src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
966	* src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
967	* src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
968	* src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
969	* src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
970	* src/plugins/vcalendar/libical/libical/icalduration.c
971	* src/plugins/vcalendar/libical/libical/icalduration.h
972	* src/plugins/vcalendar/libical/libical/icalenums.c
973	* src/plugins/vcalendar/libical/libical/icalenums.h
974	* src/plugins/vcalendar/libical/libical/icalerror.c
975	* src/plugins/vcalendar/libical/libical/icalerror.h
976	* src/plugins/vcalendar/libical/libical/icallangbind.c
977	* src/plugins/vcalendar/libical/libical/icallangbind.h
978	* src/plugins/vcalendar/libical/libical/icallexer.l
979	* src/plugins/vcalendar/libical/libical/icalmemory.c
980	* src/plugins/vcalendar/libical/libical/icalmemory.h
981	* src/plugins/vcalendar/libical/libical/icalmime.c
982	* src/plugins/vcalendar/libical/libical/icalmime.h
983	* src/plugins/vcalendar/libical/libical/icalparameter.c
984	* src/plugins/vcalendar/libical/libical/icalparameter.h
985	* src/plugins/vcalendar/libical/libical/icalparameterimpl.h
986	* src/plugins/vcalendar/libical/libical/icalparser.c
987	* src/plugins/vcalendar/libical/libical/icalparser.h
988	* src/plugins/vcalendar/libical/libical/icalperiod.c
989	* src/plugins/vcalendar/libical/libical/icalperiod.h
990	* src/plugins/vcalendar/libical/libical/icalproperty.c
991	* src/plugins/vcalendar/libical/libical/icalproperty.h
992	* src/plugins/vcalendar/libical/libical/icalrecur.c
993	* src/plugins/vcalendar/libical/libical/icalrecur.h
994	* src/plugins/vcalendar/libical/libical/icalrestriction.c.in
995	* src/plugins/vcalendar/libical/libical/icalrestriction.h
996	* src/plugins/vcalendar/libical/libical/icaltime.c
997	* src/plugins/vcalendar/libical/libical/icaltime.h
998	* src/plugins/vcalendar/libical/libical/icaltypes.c
999	* src/plugins/vcalendar/libical/libical/icaltypes.h
1000	* src/plugins/vcalendar/libical/libical/icalvalue.c
1001	* src/plugins/vcalendar/libical/libical/icalvalue.h
1002	* src/plugins/vcalendar/libical/libical/icalvalueimpl.h
1003	* src/plugins/vcalendar/libical/libical/icalversion.h
1004	* src/plugins/vcalendar/libical/libical/icalversion.h.in
1005	* src/plugins/vcalendar/libical/libical/icalyacc.output
1006	* src/plugins/vcalendar/libical/libical/icalyacc.y
1007	* src/plugins/vcalendar/libical/libical/pvl.c
1008	* src/plugins/vcalendar/libical/libical/pvl.h
1009	* src/plugins/vcalendar/libical/libical/sspm.c
1010	* src/plugins/vcalendar/libical/libical/sspm.h
1011	* src/plugins/vcalendar/libical/libical/vsnprintf.c
1012	* src/plugins/vcalendar/libical/scripts/.cvsignore
1013	* src/plugins/vcalendar/libical/scripts/Makefile.am
1014	* src/plugins/vcalendar/libical/scripts/Makefile.in
1015	* src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
1016	* src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
1017	* src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
1018	* src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
1019	* src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
1020	* src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
1021	* src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
1022	* src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
1023		Add vcalendar.
1024
10252013-02-13 [colin]	3.9.0cvs64
1026
1027	* src/plugins/acpi_notifier/placeholder.txt
1028	* src/plugins/address_dup_finder/placeholder.txt
1029	* src/plugins/address_keeper/placeholder.txt
1030	* src/plugins/archive/placeholder.txt
1031	* src/plugins/att_remover/placeholder.txt
1032	* src/plugins/attachwarner/placeholder.txt
1033	* src/plugins/bsfilter/placeholder.txt
1034	* src/plugins/clamd/placeholder.txt
1035	* src/plugins/fetchinfo/placeholder.txt
1036	* src/plugins/gdata/placeholder.txt
1037	* src/plugins/geolocation/placeholder.txt
1038	* src/plugins/gtkhtml2_viewer/placeholder.txt
1039	* src/plugins/mailmbox/placeholder.txt
1040	* src/plugins/newmail/placeholder.txt
1041	* src/plugins/notification/placeholder.txt
1042	* src/plugins/pdf_viewer/placeholder.txt
1043	* src/plugins/perl/placeholder.txt
1044	* src/plugins/python/placeholder.txt
1045	* src/plugins/rssyl/placeholder.txt
1046	* src/plugins/spam_report/placeholder.txt
1047	* src/plugins/synce/placeholder.txt
1048	* src/plugins/tnef_parse/placeholder.txt
1049	* src/plugins/vcalendar/placeholder.txt
1050		Add temporary placeholders for ex-extra-plugins to be
1051		integrated.
1052
10532013-02-13 [paul]	3.9.0cvs63
1054
1055	* src/plugins/fancy/Makefile.am
1056		no need for EXTRA_DIST
1057
10582013-02-13 [paul]	3.9.0cvs62
1059
1060	* configure.ac
1061	* po/POTFILES.in
1062	* src/plugins/Makefile.am
1063	* src/plugins/fancy/Makefile.am
1064	* src/plugins/fancy/fancy_prefs.c
1065	* src/plugins/fancy/fancy_prefs.h
1066	* src/plugins/fancy/fancy_viewer.c
1067	* src/plugins/fancy/fancy_viewer.h
1068		move the Fancy plugin into core
1069
10702013-02-11 [paul]	3.9.0cvs61
1071
1072	* src/mainwindow.c
1073		use the Delete key to remove colour label accels (same as everywhere else).
1074		complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1075
10762013-01-26 [mir]	3.9.0cvs60
1077
1078	* tools/vcard2xml.py
1079	Fixes bugs:
1080	    1) Lines split over more than one line breaks parser
1081	    2) Get email addres correct. Not only email;internet
1082	Improvements:
1083	    1) Basic handling of vcard 3.0
1084
1085
10862013-01-23 [colin]	3.9.0cvs59
1087
1088	* src/action.c
1089	* src/common/utils.c
1090		Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1091
10922013-01-23 [colin]	3.9.0cvs58
1093
1094	* src/imap.c
1095		Fix bug #2863, "Applying has_attachment quicksearch
1096		on IMAP segfaults".
1097
10982013-01-21 [paul]	3.9.0cvs57
1099
1100	* src/codeconv.h
1101	* src/procmime.c
1102		fix bug 2862, 'Segmentation fault when replying to a
1103		message where the "code conversion" fails'. add support
1104		for X-VIET-VPS encoding
1105
11062013-01-21 [paul]	3.9.0cvs56
1107
1108	* src/common/defs.h
1109	* src/gtk/about.c
1110		promote the users' ml on the About/Info tab
1111
11122013-01-09 [paul]	3.9.0cvs55
1113
1114	* doc/man/claws-mail.1
1115	* src/gtk/about.c
1116		update copyright year
1117
11182013-01-09 [paul]	3.9.0cvs54
1119
1120	* src/gtk/gtkaspell.c
1121		fix sensitivity of 'Use both dictionaries' in compose window
1122
11232013-01-09 [mir]	3.9.0cvs53
1124
1125	* tools/vcard2xml.py
1126	    Fix missing file encoding info.
1127	    See -> http://www.python.org/dev/peps/pep-0263/
1128
1129
11302013-01-08 [mones]	3.9.0cvs52
1131
1132	* claws-mail.desktop
1133		Added Swedish translation by Andreas Rönnquist
1134
11352012-12-20 [colin]	3.9.0cvs51
1136
1137	* src/action.c
1138		Fix crash on action error;
1139		Fix trimming of leading spaces in actions
1140
11412012-12-19 [colin]	3.9.0cvs50
1142
1143	* src/editldap.c
1144	* src/ldapctrl.c
1145	* src/ldapserver.c
1146		Make LDAP over SSL work on Win32 - but not TLS,
1147		unfortunately. Also, it requires the certificate
1148		to be trusted.
1149
11502012-12-16 [colin]	3.9.0cvs49
1151
1152	* src/messageview.c
1153		Add missing \n at end of the return receipt last part's headers.
1154
11552012-12-15 [paul]	3.9.0cvs48
1156
1157	* src/addrselect.c
1158		fix bug 2832, 'mail to from adress-book splitt names'
1159
11602012-12-12 [colin]	3.9.0cvs47
1161
1162	* src/action.c
1163		Port to g_spawn API and make actions work better on Win32
1164	* src/mainwindow.c
1165		Indentation
1166
11672012-12-12 [ticho]	3.9.0cvs46
1168
1169	* src/compose.c
1170		Move focus to body textview when subject entry is activated
1171		(Enter key pressed) in compose window.
1172
11732012-12-10 [mones]	3.9.0cvs45
1174
1175	* src/addr_compl.c
1176		Fix bug #2835 (core part) to allow NULL names which
1177		have an address
1178
11792012-12-07 [colin]	3.9.0cvs44
1180
1181	* src/news.c
1182		Try to fix strange crash in nntp_ping/session_destroy...
1183
11842012-12-06 [mones]	3.9.0cvs43
1185
1186	* tools/README
1187	* tools/gif2xface.pl
1188	* tools/outlook2claws-mail.pl
1189		Fix address not working since years ago
1190
11912012-12-05 [mones]	3.9.0cvs42
1192
1193	* src/prefs_gtk.c
1194		Do not set to NULL string preferences which have "" as
1195		default value
1196
11972012-12-05 [colin]	3.9.0cvs41
1198
1199	* src/common/ssl.c
1200		Nullify xcred pointer like the other ones
1201
12022012-12-03 [wwp]	3.9.0cvs40
1203
1204	* src/summaryview.c
1205	* src/mainwindow.c
1206	Avoid any possible confusion: 0 is not a neutral value when passed
1207	to main_window_get_mask() - use -1 instead, even in those cases we
1208	don't care.
1209
12102012-12-03 [wwp]	3.9.0cvs39
1211
1212	* src/toolbar.c
1213	Fix sensitivity of next-unread toolbar button.
1214
12152012-12-03 [colin]	3.9.0cvs38
1216
1217	* src/common/utils.c
1218		Fix following relative symlinks
1219
12202012-12-02 [colin]	3.9.0cvs37
1221
1222	* src/main.c
1223		Of course you can't, Windows. Of course...
1224
12252012-12-02 [colin]	3.9.0cvs36
1226
1227	* src/main.c
1228		Move control sockets inside their own directory,
1229		$TMPDIR/claws-mail-$UID/, and name them after the configuration 		directory md5 hash. That allows
1230		- cleaner separation of sockets and config dirs in
1231		  case of alternate config directories
1232		- forward migration is handled: if $TMPDIR/claws-mail-$UID
1233		  exists as a socket, use it to control the running entity
1234		- backwards migration is handled: starting an old Claws Mail
1235		  version will bail out as creating the legacy socket won't
1236		  be possible.
1237		- migration for alternate-config-dirs is not handled, which
1238		  could be mentioned in release notes.
1239		Fixes bug #2828, "Use MD5 digest for socket name"
1240
12412012-12-01 [colin]	3.9.0cvs35
1242
1243	* src/common/utils.c
1244		As usual, Windows is a little bit different
1245		(you have to love it the same as the normal OSes...)
1246
12472012-12-01 [colin]	3.9.0cvs34
1248
1249	* src/common/utils.c
1250	* src/common/utils.h
1251		Add a canonicalizer function and use it to
1252		canonicalize rc_dir.
1253
12542012-11-30 [mones]	3.9.0cvs33
1255
1256	* src/common/plugin.c
1257		Fixes #1137 completely, saving path-less plugins as is
1258		in config. With this patch user can edit plugin list on
1259		clawsrc and remove absolute paths from shared plugins,
1260		leaving only the "pluginname.so". Those will be tried to
1261		load from plugin dir of the loading core. Notice that
1262		those will also fail to load on older versions, and will
1263		probably be removed from your config without warning by
1264		the older version.
1265
12662012-11-30 [wwp]	3.9.0cvs32
1267
1268	* src/mainwindow.c
1269	* src/mainwindow.h
1270	* src/summaryview.c
1271	* src/toolbar.c
1272	Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1273	also fix list loop initializers.
1274
12752012-11-30 [wwp]	3.9.0cvs31
1276
1277	* src/mainwindow.c
1278	* src/mainwindow.h
1279	* src/procmsg.c
1280	* src/send_message.c
1281	* src/send_message.h
1282	* src/toolbar.c
1283	* src/toolbar.h
1284	Add Message/Cancel sending (same as --cancel-sending), adds the
1285	relevant toolbar icon, and an extra cancel sending+receiving icon
1286	for convenience.
1287
12882012-11-29 [colin]	3.9.0cvs30
1289
1290	* src/mainwindow.c
1291		Fix mask on a few menu items (thanks Ricardo!)
1292
12932012-11-28 [wwp]	3.9.0cvs29
1294
1295	* src/mainwindow.c
1296	* src/mainwindow.h
1297	* src/summaryview.c
1298	* src/toolbar.c
1299	Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1300	Complete toolbar_init(), which was missing few inits.
1301
13022012-11-28 [colin]	3.9.0cvs28
1303
1304	* src/mainwindow.c
1305	* src/news.c
1306	* src/news.h
1307	* src/etpan/nntp-thread.c
1308		Disconnect NNTP accounts too when switching offline
1309
13102012-11-28 [colin]	3.9.0cvs27
1311
1312	* src/imap.c
1313	* src/news.c
1314	* src/common/session.c
1315	* src/common/session.h
1316		Add keep-alive pings on IMAP and NNTP
1317
13182012-11-28 [colin]	3.9.0cvs26
1319
1320	* src/imap.c
1321	* src/etpan/imap-thread.c
1322	* src/etpan/imap-thread.h
1323		Try locale's charset and UTF-7 on server-side
1324		searches when UTF-8 fails. Also, don't even
1325		mention a charset if searching for an ASCII
1326		string.
1327
13282012-11-27 [colin]	3.9.0cvs25
1329
1330	* src/main.c
1331		Unbreak the build.
1332
13332012-11-27 [colin]	3.9.0cvs24
1334
1335	* src/common/ssl.c
1336		Fix bug #2826, "replace deprecated gnutls function"
1337		Patch by Christian Hesse
1338
13392012-11-27 [colin]	3.9.0cvs23
1340
1341	* src/gtk/manage_window.c
1342		Stop spamming logs with focus events.
1343
13442012-11-27 [colin]	3.9.0cvs22
1345
1346	* src/mainwindow.c
1347	* src/prefs_common.c
1348	* src/prefs_common.h
1349		Unsneak a work-in-progress patch that I mistakengly
1350		commited with a cleanup
1351
13522012-11-27 [wwp]	3.9.0cvs21
1353
1354	* doc/man/claws-mail.1
1355	* src/main.c
1356	* src/send_message.c
1357	* src/send_message.h
1358		Add --cancel-sending command-line switch.
1359
13602012-11-23 [colin]	3.9.0cvs20
1361
1362	* src/jpilot.c
1363	* src/main.c
1364	* src/mainwindow.c
1365	* src/matcher.c
1366	* src/prefs_common.c
1367	* src/prefs_common.h
1368	* src/procmsg.c
1369	* src/common/socket.c
1370	* src/common/socket.h
1371	* src/common/ssl.c
1372	* src/common/ssl_certificate.c
1373	* src/common/ssl_certificate.h
1374	* src/etpan/imap-thread.c
1375	* src/etpan/nntp-thread.c
1376		Cleanup some warnings and deprecated types. Patch by
1377		Christian Hesse, fixing bug #2617. Thanks!
1378
13792012-11-23 [colin]	3.9.0cvs19
1380
1381	* AUTHORS
1382	* src/gtk/authors.h
1383		Add Christian Hesse which was forgotten for some reason
1384
13852012-11-21 [colin]	3.9.0cvs18
1386
1387	* src/etpan/imap-thread.c
1388		Don't set charset on simple searches. Fixes Exchange 2007.
1389
13902012-11-20 [colin]	3.9.0cvs17
1391
1392	* src/prefs_matcher.c
1393		Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1394
13952012-11-20 [ticho]	3.9.0cvs16
1396
1397	* src/gtk/prefswindow.c
1398		Actually allow folder preference pages which are in top level of
1399		page index UI to be selected.
1400
14012012-11-20 [ticho]	3.9.0cvs15
1402
1403	* src/prefs_folder_item.c
1404		Remove useless "Folder" root in page index of folder preferences UI.
1405
14062012-11-18 [colin]	3.9.0cvs14
1407
1408	* AUTHORS
1409	* src/advsearch.c
1410	* src/matcher.c
1411	* src/matcher.h
1412	* src/matcher_parser_parse.y
1413	* src/prefs_matcher.c
1414	* src/gtk/authors.h
1415	* src/gtk/quicksearch.c
1416		Add age_{greater,lower}_hours matcher criteria
1417		Initial patch by Abhay S. Kushwaha.
1418
14192012-11-18 [ticho]	3.9.0cvs13
1420
1421	* src/mbox.c
1422		Improve i18n plural handling in a string used while
1423		importing from mbox.
1424
14252012-11-16 [ticho]	3.9.0cvs12
1426
1427	* po/bg.po
1428	* po/ca.po
1429	* po/cs.po
1430	* po/de.po
1431	* po/en_GB.po
1432	* po/es.po
1433	* po/fi.po
1434	* po/fr.po
1435	* po/he.po
1436	* po/hu.po
1437	* po/id_ID.po
1438	* po/it.po
1439	* po/ja.po
1440	* po/lt.po
1441	* po/nl.po
1442	* po/pl.po
1443	* po/pt_BR.po
1444	* po/pt_PT.po
1445	* po/ru.po
1446	* po/sk.po
1447	* po/sr.po
1448	* po/sv.po
1449	* po/uk.po
1450	* po/zh_CN.po
1451	* po/zh_TW.po
1452	* po/Makevars
1453		Update message catalogs to match changes in 3.9.0cvs11.
1454
14552012-11-16 [ticho]	3.9.0cvs11
1456
1457	* src/account.c
1458	* src/addrcustomattr.c
1459	* src/edittags.c
1460	* src/prefs_filtering.c
1461	* src/prefs_matcher.c
1462	* src/prefs_msg_colors.c
1463	* src/toolbar.c
1464	* src/uri_opener.c
1465	* src/wizard.c
1466	* src/common/utils.c
1467	* src/gtk/about.c
1468		Use pgettext() and friends for i18n context strings, instead of
1469		having a pipe character in msgid for context separation. This uses
1470		glib's C_ macro, instead of Q_.
1471
14722012-11-16 [colin]	3.9.0cvs10
1473
1474	* src/foldersel.c
1475	* src/prefs_actions.c
1476	* src/prefs_filtering_action.c
1477	* src/prefs_matcher.c
1478	* src/quote_fmt.c
1479	* src/gtk/description_window.c
1480	* src/gtk/description_window.h
1481	* src/gtk/inputdialog.c
1482	* src/gtk/manage_window.c
1483	* src/gtk/quicksearch.c
1484		Try to better fix focus problems. Should address:
1485		Bug #2774
1486		Bug #2624
1487		Bug #1963
1488		Bug #2780
1489		Please check using your favorite WM that the following works:
1490		Information button (Quicksearch, Templates, 'Test' filtering
1491		condition)
1492		Folder selection (Move/Copy contextual menu,
1493		various preferences, including 'New folder').
1494		Tested with XFCE, Gnome Shell and Windows.
1495
1496
14972012-11-16 [colin]	3.9.0cvs9
1498
1499	* src/advsearch.c
1500		Init is_fast too
1501
15022012-11-16 [colin]	3.9.0cvs8
1503
1504	* src/advsearch.c
1505		Fix missing initialisation of bool_and which could
1506		lead to From/To/Subject/Tag searches searching with
1507		binary and.
1508		Also clean up tag expansion. No need to create a
1509		matcher string and re-parse it.
1510
15112012-11-16 [paul]	3.9.0cvs7
1512
1513	* po/de.po
1514		fix by Thomas Bellmann
1515
15162012-11-15 [colin]	3.9.0cvs6
1517
1518	* src/summaryview.c
1519		Fix bug #2785, "Marking mails for deletion reopens internal
1520		message view"
1521
15222012-11-15 [colin]	3.9.0cvs5
1523
1524	* src/main.c
1525	* src/statusbar.c
1526	* src/gtk/gtkcmclist.c
1527	* src/gtk/gtkcmclist.h
1528		a few more GTK+3 fixes. Segfaults on me, though.
1529
15302012-11-15 [colin]	3.9.0cvs4
1531
1532	* src/Makefile.am
1533	* src/action.c
1534	* src/addr_compl.c
1535	* src/addressbook.c
1536	* src/addrgather.c
1537	* src/compose.c
1538	* src/editaddress.c
1539	* src/editgroup.c
1540	* src/main.c
1541	* src/mainwindow.c
1542	* src/message_search.c
1543	* src/prefs_display_header.c
1544	* src/prefs_filtering_action.c
1545	* src/prefs_matcher.c
1546	* src/prefs_other.c
1547	* src/prefs_toolbar.c
1548	* src/printing.c
1549	* src/stock_pixmap.c
1550	* src/summary_search.c
1551	* src/summaryview.c
1552	* src/textview.c
1553	* src/gtk/Makefile.am
1554	* src/gtk/colorlabel.c
1555	* src/gtk/combobox.c
1556	* src/gtk/combobox.h
1557	* src/gtk/gtkcmclist.c
1558	* src/gtk/gtkcmclist.h
1559	* src/gtk/gtkcmctree.c
1560	* src/gtk/gtksctree.c
1561	* src/gtk/gtkshruler.c
1562	* src/gtk/gtkutils.c
1563	* src/gtk/gtkutils.h
1564	* src/gtk/inputdialog.c
1565	* src/gtk/quicksearch.c
1566	* src/plugins/pgpcore/Makefile.am
1567	* src/plugins/pgpinline/Makefile.am
1568	* src/plugins/pgpmime/Makefile.am
1569	* src/plugins/smime/Makefile.am
1570		Big GTK+3 patch from Hanno Meyer-Thurow
1571
15722012-11-15 [wwp]	3.9.0cvs3
1573
1574	* doc/man/claws-mail.1
1575	* src/main.c
1576		Add --cancel-receiving command-line switch.
1577
15782012-11-15 [wwp]	3.9.0cvs2
1579
1580	* src/ssl_manager.c
1581	* src/gtk/sslcertwindow.c
1582		Fix Capitalization.
1583
15842012-11-15 [paul]	3.9.0cvs1
1585
1586	* po/cs.po
1587	* po/fi.po
1588	* po/sk.po
1589		updates from David Vachulka, Flammie Pirinen, and
1590		Slavko
1591
15922012-11-14 [paul]	3.9.0
1593	* NEWS
1594	* README
1595	* RELEASE_NOTES
1596		3.9.0 unleashed!
1597
15982012-11-14 [paul]	3.8.1cvs123
1599
1600	* po/de.po
1601	* po/es.po
1602	* po/fi.po
1603	* po/fr.po
1604	* po/hu.po
1605	* po/pt_BR.po
1606	* po/sv.po
1607	* po/uk.po
1608	* po/zh_TW.po
1609		updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1610		wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1611		YUP, Wei-Lun Chao
1612
16132012-11-14 [paul]	3.8.1cvs122
1614
1615	* tools/README
1616	* tools/fix_date.sh
1617		improvements by wwp
1618
16192012-11-14 [colin]	3.8.1cvs121
1620
1621	* src/action.c
1622		And fix warning with breaking functionality
1623
16242012-11-14 [paul]	3.8.1cvs120
1625
1626	* src/action.c
1627		revert this change from 3.8.1cvs60, it breaks
1628		actions with a pipe
1629
16302012-11-14 [colin]	3.8.1cvs119
1631
1632	* src/common/plugin.c
1633		If plugin fails to load from absolute path, try from
1634		default plugin path.
1635		Fixes bug #1137, 'loading plugins with same profile on different archs'
1636		Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1637		results in wrong paths in clawsrc'
1638
16392012-11-12 [colin]	3.8.1cvs118
1640
1641	* src/messageview.c
1642		Fix initial focus on textview. Fixes bug #2776,
1643		"Make all menu shortcuts work properly in the message window"
1644
16452012-11-09 [colin]	3.8.1cvs117
1646
1647	* src/etpan/imap-thread.c
1648		Specify search charset. Thanks to Aleksei Miheev
1649
16502012-11-08 [colin]	3.8.1cvs116
1651
1652	* src/common/socket.c
1653	* src/gtk/gtkutils.c
1654		Fix socket communication
1655
16562012-11-08 [colin]	3.8.1cvs115
1657
1658	* src/plugins/pgpcore/sgpgme.c
1659		Fix Windows runtime crash
1660
16612012-11-08 [colin]	3.8.1cvs114
1662
1663	* src/gtk/quicksearch.c
1664		Fix going active with NULL matchstring (for example
1665		when changing type before typing anything)
1666
16672012-11-07 [colin]	3.8.1cvs113
1668
1669	* src/mbox.c
1670		Fix Windows build
1671
16722012-11-06 [mones]	3.8.1cvs112
1673
1674	* doc/man/claws-mail.1
1675		Sync with AUTHORS file
1676	* src/gtk/quicksearch.c
1677		Add number units where appropriate
1678
16792012-10-31 [paul]	3.8.1cvs111
1680
1681	* src/prefs_folder_item.c
1682		add missing closing bracket. thanks to Andreas Rönnquist.
1683
16842012-10-31 [colin]	3.8.1cvs110
1685
1686	* src/prefs_folder_item.c
1687		Fix prefs text and extra semi-colon. Thanks to Paul!
1688
16892012-10-31 [colin]	3.8.1cvs109
1690
1691	* src/folder_item_prefs.c
1692	* src/folder_item_prefs.h
1693	* src/messageview.c
1694	* src/prefs_folder_item.c
1695		Implement feature from bug #2569,
1696		"select html part on folder specific properties"
1697		Patch based on Andrej's patch.
1698
16992012-10-29 [wwp]	3.8.1cvs108
1700
1701	* src/textview.c
1702	Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1703	broken URL parsing.
1704
17052012-10-25 [colin]	3.8.1cvs107
1706
1707	* src/textview.c
1708		Verify the previous URI wasn't the same...
1709		fixes http://www. URIs.
1710
17112012-10-25 [colin]	3.8.1cvs106
1712
1713	* src/common/utils.c
1714	* src/common/utils.h
1715	* src/textview.c
1716		Avoid strlen() on inner loop in textview_make_clickable_parts*()
1717		reduces cost of strcasestr() in textview_make_clickable_parts*()
1718		from 30% to 15%. Patch by Igor Mammedov
1719
17202012-10-25 [colin]	3.8.1cvs105
1721
1722	* src/textview.c
1723		Do not allow search cost to explode in case of bad message
1724		parsing in textview_make_clickable_parts_later(); reduces
1725		cost of textview_make_clickable_parts_later() from 99% to
1726		17% for big bad-case message. Patch by Igor Mammedov
1727
17282012-10-25 [colin]	3.8.1cvs104
1729
1730	* src/textview.c
1731	* src/textview.h
1732		Avoid strlen() on big buffers, use precomputed length instead
1733		it reduces cost of textview_write_line() from 32% to 3% for
1734		big messages. Patch by Igor Mammedov
1735	* AUTHORS
1736	* src/gtk/authors.h
1737		Add Igor
1738
17392012-10-24 [mones]	3.8.1cvs103
1740
1741	* src/advsearch.c
1742		Trust on IMAP core on-line/off-line management
1743		Patch by Sean Buckheister
1744
17452012-10-19 [paul]	3.8.1cvs102
1746
1747	* AUTHORS
1748	* src/crash.c
1749	* src/gtk/authors.h
1750		fix bug 2760, 'display correct libc version in crash dialog
1751		when uclibc is used'.
1752		fixes build with uclibc. patch by Natanael Copa.
1753
17542012-10-18 [mones]	3.8.1cvs101
1755
1756	* claws-mail.desktop
1757		Fix bug #2761 and remove invalid GTK main category
1758
17592012-10-17 [colin]	3.8.1cvs100
1760
1761	* src/common/ssl_certificate.c
1762		Fix bug #2759, "Error messages regarding bad
1763		client certificates are less than helpful"
1764		Based on patch by bug reporter.
1765
17662012-10-13 [paul]	3.8.1cvs99
1767
1768	* src/common/ssl_certificate.c
1769		fix build with gnutls 3.1.3
1770		Patch by Sean Buckheister.
1771
17722012-10-12 [mones]	3.8.1cvs98
1773
1774	* src/compose.c
1775	* src/grouplistdialog.c
1776	* src/imap.c
1777	* src/news_gtk.c
1778	* src/procmime.c
1779	* src/procmsg.c
1780	* src/common/utils.c
1781	* src/common/utils.h
1782	* src/etpan/imap-thread.c
1783		New slist_free_strings_full wrapper for g_slist_free_full
1784		and simplify calls where it was being used
1785
17862012-10-12 [colin]	3.8.1cvs97
1787
1788	* src/common/defs.h
1789		Drop include of internal glib header
1790		Patch by Werner Koch
1791
17922012-10-12 [colin]	3.8.1cvs96
1793
1794	* src/gtk/gtkcmctree.c
1795	* src/gtk/gtksctree.c
1796		Fix bug #2581, "expander arrows are too tiny to hit with the
1797		mouse". Patch mostly by Tom Horsley
1798
17992012-10-12 [iwkse]	3.8.1cvs95
1800
1801	* src/common/utils.c
1802			g_free *mutex
1803
18042012-10-12 [mones]	3.8.1cvs94
1805
1806	* src/common/utils.c
1807		Remove undeclared mutex symbol
1808
18092012-10-12 [colin]	3.8.1cvs93
1810
1811	* src/compose.c
1812	* src/prefs_account.c
1813	* src/common/utils.c
1814	* src/common/utils.h
1815		Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1816		Thanks to Salvatore de Paolis
1817
18182012-10-10 [colin]	3.8.1cvs92
1819
1820	* src/folder.c
1821		Fix bug #2744, "Quick search throws bad command
1822		argument error on Microsoft Exchange". Fall back
1823		to local search if folder-specific search fails.
1824	* src/gtk/quicksearch.c
1825		Typo fix.
1826
18272012-10-10 [colin]	3.8.1cvs91
1828
1829	* src/procmsg.h
1830		Make what the tags list contain more clear
1831
18322012-10-10 [colin]	3.8.1cvs90
1833
1834	* src/inc.c
1835	* src/mbox.c
1836	* src/common/smtp.c
1837	* src/common/smtp.h
1838		Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1839		Patch by "madroach"
1840
18412012-10-10 [colin]	3.8.1cvs89
1842
1843	* autogen.sh
1844		Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1845
18462012-10-10 [colin]	3.8.1cvs88
1847
1848	* src/compose.c
1849		Leak fix (thanks Ricardo!)
1850
18512012-10-10 [colin]	3.8.1cvs87
1852
1853	* src/common/utils.c
1854		Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1855		Initial patch by Igor Mammedov <imammedo@redhat.com> with
1856		fixes by Michael Rasmussen and myself.
1857		Also revert part of 3.8.1cvs86, g_slist_free_full()
1858		semantics are different from slist_free_strings() in that
1859		slist_free_strings does not free the list itself.
1860
18612012-10-09 [mones]	3.8.1cvs86
1862
1863	* doc/man/claws-mail.1
1864	* src/compose.c
1865	* src/common/utils.c
1866		New extra headers feature for adding user-defined
1867		extra headers to the combobox in the compose window
1868		Headers are stablished in 'extraheaderrc', one per
1869		line with a final colon
1870
18712012-10-06 [mones]	3.8.1cvs85
1872
1873	* po/POTFILES.in
1874		Added src/gtk/menu.c
1875	* src/common/defs.h
1876	* src/gtk/menu.c
1877	* src/gtk/menu.h
1878		New function cm_menu_item_new_label_from_url to
1879		avoid crashing on huge URL strings and warn user
1880		about the possible causes
1881	* src/mainwindow.c
1882		Use it to create List menu items safely
1883
18842012-10-04 [colin]	3.8.1cvs84
1885
1886	* src/imap.c
1887		Fix keywords with spaces
1888
18892012-10-04 [colin]	3.8.1cvs83
1890
1891	* src/advsearch.c
1892		Fix double-tag search. Maybe fixes bug #2744,
1893		'Quick search throws bad command argument
1894		error since recent change'. Patch by Sean.
1895
18962012-10-03 [mones]	3.8.1cvs82
1897
1898	* src/procmime.c
1899		Fix bug #2743 'null pointer crash in procmime strchr'
1900		Patch by Michael Schwendt (from RedHat bug 862578)
1901
19022012-09-28 [colin]	3.8.1cvs81
1903
1904	* src/advsearch.c
1905		Never search on server if we're offline
1906		(Asking the user would and will be better)
1907	* src/imap.c
1908		Fix uninitialized variable (bogus) warning
1909		Fix SELECT of the folder before searching
1910
19112012-09-27 [colin]	3.8.1cvs80
1912
1913	* src/advsearch.c
1914	* src/imap.c
1915	* src/etpan/imap-thread.c
1916	* src/etpan/imap-thread.h
1917		Implement IMAP server search. Patch by
1918		Sean Buckheister again.
1919
19202012-09-26 [colin]	3.8.1cvs79
1921
1922	* src/main.c
1923	* src/matcher.c
1924	* src/matcher.h
1925		Prepare the context strings, their translation take
1926		CPU time. Shaves 6 seconds out of 17 on my reference
1927		folder body search.
1928	* src/summary_search.c
1929		Fix a warning
1930
19312012-09-26 [colin]	3.8.1cvs78
1932
1933	* src/matcher.c
1934	* src/procmime.c
1935	* src/procmime.h
1936		Unlock I/O in procmime, give a way
1937		for matcher to avoid having to
1938		read/write tmp/rewind/read tmp for
1939		body matches.
1940
19412012-09-26 [colin]	3.8.1cvs77
1942
1943	* src/summary_search.c
1944		Fix unresponsive stop button
1945	* src/gtk/quicksearch.c
1946		Fix busy cursor
1947
19482012-09-26 [colin]	3.8.1cvs76
1949
1950	* src/summary_search.c
1951	* src/summaryview.c
1952	* src/summaryview.h
1953	* src/gtk/quicksearch.c
1954		Factorize search code in summary_search and
1955		add a progress indicator as that slows down
1956		the first result in case of body search.
1957
19582012-09-26 [colin]	3.8.1cvs75
1959
1960	* src/folder.c
1961		Fix body search triggering GUI updates
1962		for every message when it gets MSG_SCANNED
1963		set.
1964
19652012-09-26 [colin]	3.8.1cvs74
1966
1967	* src/folder.c
1968	* src/folder.h
1969	* src/imap.c
1970	* src/procmsg.c
1971	* src/procmsg.h
1972	* src/summaryview.c
1973		Factorize msg list to num list code;
1974		Make search faster using cache instead
1975		of network I/O
1976
19772012-09-25 [mones]	3.8.1cvs73
1978
1979	* src/gtk/quicksearch.c
1980		Fix new expressions not being added to quicksearch
1981		history in extended mode; patch by Sean Buckheister
1982
19832012-09-22 [mir]	3.8.1cvs72
1984
1985	* src/advsearch.c
1986		Fix for not searching in folders marked 'no_select'
1987		patch provided by Colin.
1988
19892012-09-22 [mones]	3.8.1cvs71
1990
1991	* src/advsearch.c
1992		Add missing copyright header
1993
19942012-09-21 [colin]	3.8.1cvs70
1995
1996	* src/folder.c
1997		Fix warning where msgcount was used
1998		uninitialized in case the search was
1999		to be performed on a message list subset.
2000
20012012-09-21 [colin]	3.8.1cvs69
2002
2003	* src/gtk/quicksearch.c
2004		Fix error background not appearing
2005
20062012-09-21 [colin]	3.8.1cvs68
2007
2008	* src/Makefile.am
2009	* src/advsearch.c ** ADDED **
2010	* src/advsearch.h ** ADDED **
2011	* src/folder.c
2012	* src/folder.h
2013	* src/folderview.c
2014	* src/imap.c
2015	* src/main.c
2016	* src/matcher.c
2017	* src/matcher.h
2018	* src/matchertypes.h ** ADDED **
2019	* src/mh.c
2020	* src/mimeview.c
2021	* src/news.c
2022	* src/proctypes.h
2023	* src/summary_search.c
2024	* src/summaryview.c
2025	* src/summaryview.h
2026	* src/gtk/quicksearch.c
2027	* src/gtk/quicksearch.h
2028		Separated GUI and logic for search
2029		Use same logic for quicksearch and folder search
2030		Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2031
20322012-09-19 [mones]	3.8.1cvs67
2033
2034	* src/mainwindow.c
2035		Remove spurious parameter from get_url_part and
2036		fix potential buffer overflow
2037
20382012-09-19 [colin]	3.8.1cvs66
2039
2040	* src/addressbook.c
2041	* src/addrselect.c
2042		Un-mix mixed enum comparison which happened
2043		to work because multiple enums define the same
2044		values.
2045
20462012-09-19 [colin]	3.8.1cvs65
2047
2048	* src/addrindex.c
2049	* src/editaddress.c
2050	* src/editldap.c
2051	* src/exporthtml.c
2052	* src/jpilot.c
2053	* src/procmime.c
2054	* src/plugins/bogofilter/bogofilter_gtk.c
2055	* src/plugins/pgpcore/prefs_gpg.c
2056	* src/plugins/smime/smime.c
2057	* src/plugins/spamassassin/spamassassin_gtk.c
2058		More warning fixes, casts, useless variables and
2059		unchecked return values
2060
20612012-09-19 [colin]	3.8.1cvs64
2062
2063	* src/mainwindow.c
2064		Check possible overflow
2065	* src/prefs_account.c
2066	* src/prefs_compose_writing.c
2067	* src/prefs_logging.c
2068	* src/prefs_message.c
2069	* src/prefs_msg_colors.c
2070	* src/prefs_other.c
2071	* src/prefs_receive.c
2072	* src/prefs_summaries.c
2073	* src/prefs_wrapping.c
2074		fix GtkAdjustment casts
2075	* src/common/ssl.c
2076		fix warnings
2077	* src/gtk/gtkaspell.c
2078		fix warnings
2079
20802012-09-19 [mones]	3.8.1cvs63
2081
2082	* src/addritem.c
2083		Fix leak and follow function specification
2084
20852012-09-19 [mones]	3.8.1cvs62
2086
2087	* src/action.c
2088		Use unused var c to check result and emit messages on error
2089	* src/addrbook.c
2090		Remove unused vars: attr (several functions), element
2091	* src/addrclip.c
2092		Use unused var newGroup to check result
2093	* src/addrcustomattr.c
2094		Remove unused var summaryview and related code
2095	* src/addressbook.c
2096		Use unused vars nn, newNode, idleID to check result
2097		Remove unused var aoType and refactor logic around it
2098		Comment var enabled and related debug code
2099	* src/msgcache.c
2100		Use unused var error to check result and emit debug messages
2101	* src/textview.c
2102		Remove unused var link_color
2103	* src/toolbar.c
2104		Remove unused vars: attr, retVal
2105
21062012-09-19 [colin]	3.8.1cvs61
2107
2108	* src/imap.c
2109	* src/inc.c
2110	* src/news.c
2111	* src/send_message.c
2112	* src/common/socket.c
2113		More precise error logging
2114
21152012-09-16 [mones]	3.8.1cvs60
2116
2117	* src/action.c
2118		Removed dup calls with ignored result
2119	* src/addr_compl.c
2120		Removed unused var is_group and simplified logic around it
2121	* src/addrharvest.c
2122	* src/matcher.c
2123	* src/procmsg.c
2124	* src/etpan/etpan-thread-manager.c
2125		Use unused var r to verify result and emit messages on error
2126	* src/compose.c
2127		Move color variable into conditional usage blocks
2128		Remove assigned but not used vars: lock, titles, count
2129	* src/edittags.c
2130		Remove assigned but not used var actions
2131	* src/folderview.c
2132		Remove assigned but not used vars: from_parent, src_node
2133	* src/imap_gtk.c
2134	* src/mh_gtk.c
2135		Remove malloc-ed but not used var: old_path
2136	* src/news.c
2137		Comment unused vars from commented block: tofetch, fetched
2138	* src/prefs_account.c
2139		Remove assigned but not used var: privacy_enabled
2140	* src/prefs_actions.c
2141	* src/prefs_customheader.c
2142		Remove assigned but not used var: store
2143	* src/prefs_filtering.c
2144		Remove assigned but not used var: n_rows
2145	* src/prefs_template.c
2146		Remove assigned but not used vars: model, list_store
2147	* src/prefs_toolbar.c
2148		Remove assigned but not used var: win_titles
2149	* src/printing.c
2150		Remove assigned but not used vars: orientation, line, baseline,
2151		off_chars
2152	* src/etpan/imap-thread.c
2153		Remove assigned but not used var: value, r
2154		Refactor to check correct memory allocation
2155	* src/etpan/nntp-thread.c
2156		Remove assigned but not used var: value
2157	* src/gtk/gtkaspell.c
2158		Remove assigned but not used vars: textbuf, exist
2159		Remove unused function: find_gtkaspeller
2160	* src/gtk/gtkcmctree.c
2161		Remove unused function: gtk_cmctree_get_offset
2162	* src/gtk/gtkshruler.c
2163		Remove assigned but not used vars: ruler, priv
2164
21652012-09-14 [mones]	3.8.1cvs59
2166
2167	* src/common/log.c
2168		Check file operation results (and remove and
2169		unused var warning)
2170
21712012-09-14 [colin]	3.8.1cvs58
2172
2173	* src/gtk/inputdialog.c
2174		Remove unused var, thanks Ticho
2175
21762012-09-13 [colin]	3.8.1cvs57
2177
2178	* src/stock_pixmap.c
2179		Fix missing \n in debug line
2180
21812012-09-13 [colin]	3.8.1cvs56
2182
2183	* src/main.c
2184		Don't listen on the Unix socket before we're
2185		ready. The 'popup' order from another instance
2186		may provoke a race and trash configuration files.
2187
21882012-09-13 [colin]	3.8.1cvs55
2189
2190	* src/imap.c
2191		Maybe fix bug #2096, "MEMORY-ERROR w/
2192		Claws-Mail/IMAP and Lotus Domino". Use
2193		correct types for start/end and test if
2194		start is indeed before end.
2195
21962012-09-12 [mones]	3.8.1cvs54
2197
2198	* src/prefs_other.c
2199		Fix bug #1975 'preference mutt key bindings do not take
2200		effect' (and the other invalid paths too)
2201
22022012-09-12 [colin]	3.8.1cvs53
2203
2204	* src/procmsg.c
2205		Revert that hunk, logic is unclear.
2206
22072012-09-12 [colin]	3.8.1cvs52
2208
2209	* src/addressbook.c
2210	* src/addrharvest.c
2211	* src/addrindex.c
2212	* src/addritem.c
2213	* src/compose.c
2214	* src/edittags.c
2215	* src/folder.c
2216	* src/imap.c
2217	* src/inc.c
2218	* src/ldif.c
2219	* src/mainwindow.c
2220	* src/mbox.c
2221	* src/mimeview.c
2222	* src/mutt.c
2223	* src/partial_download.c
2224	* src/prefs_filtering_action.c
2225	* src/prefs_toolbar.c
2226	* src/printing.c
2227	* src/procheader.c
2228	* src/procmime.c
2229	* src/procmsg.c
2230	* src/summaryview.c
2231	* src/textview.c
2232	* src/common/utils.c
2233	* src/etpan/imap-thread.c
2234	* src/gtk/gtkaspell.c
2235	* src/plugins/pgpcore/sgpgme.c
2236		More fixes from bug #1961:
2237		- Write-only variables
2238		- Null pointer dereferences
2239		- A couple other fixes for which the reporter
2240		  was unsure, but which showed problems.
2241		More details in bug #1961 comments.
2242
22432012-09-12 [colin]	3.8.1cvs51
2244
2245	* src/compose.c
2246	* src/mh.c
2247	* src/common/ssl.c
2248	* src/plugins/pgpcore/passphrase.c
2249		Apply patches from bug #1961, "patches for
2250		a couple of clang warnings":
2251		- Check return codes
2252		- Remove dead code
2253
22542012-09-12 [colin]	3.8.1cvs50
2255
2256	* claws-mail.pc.in
2257		Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2258		where the included menu.h could come from Ncurses.
2259		Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2260
22612012-09-11 [colin]	3.8.1cvs49
2262
2263	* src/main.c
2264		Fix race condition at start.
2265
22662012-09-10 [colin]	3.8.1cvs48
2267
2268	* src/main.c
2269		Create lock socket as soon as possible, not after
2270		a few things like caching all prefs.
2271
22722012-09-09 [mones]	3.8.1cvs47
2273
2274	* src/plugins/bogofilter/bogofilter.c
2275		Add missing include
2276
22772012-09-08 [colin]	3.8.1cvs46
2278
2279	* AUTHORS
2280	* src/Makefile.am
2281	* src/action.c
2282	* src/addr_compl.c
2283	* src/addrbook.c
2284	* src/compose.c
2285	* src/compose.h
2286	* src/editaddress.c
2287	* src/filtering.c
2288	* src/folder.c
2289	* src/folder.h
2290	* src/folderview.h
2291	* src/headerview.h
2292	* src/imap_gtk.c
2293	* src/localfolder.c
2294	* src/main.c
2295	* src/mainwindow.c
2296	* src/mainwindow.h
2297	* src/matcher.c
2298	* src/matcher_parser_parse.y
2299	* src/messageview.c
2300	* src/messageview.h
2301	* src/mh.c
2302	* src/mh_gtk.c
2303	* src/mimeview.c
2304	* src/mimeview.h
2305	* src/noticeview.h
2306	* src/prefs_account.c
2307	* src/prefs_account.h
2308	* src/prefs_filtering.c
2309	* src/prefs_filtering_action.c
2310	* src/prefs_gtk.h
2311	* src/prefs_matcher.c
2312	* src/prefs_template.c
2313	* src/prefs_toolbar.c
2314	* src/privacy.c
2315	* src/procheader.h
2316	* src/procmime.c
2317	* src/procmime.h
2318	* src/procmsg.c
2319	* src/procmsg.h
2320	* src/proctypes.h
2321	* src/remotefolder.c
2322	* src/summaryview.c
2323	* src/summaryview.h
2324	* src/textview.c
2325	* src/textview.h
2326	* src/toolbar.c
2327	* src/uri_opener.c
2328	* src/viewtypes.h
2329	* src/common/defs.h
2330	* src/gtk/authors.h
2331	* src/gtk/description_window.c
2332	* src/plugins/trayicon/trayicon.c
2333		Break circular dependencies in Claws' headers,
2334		Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2335
23362012-09-08 [colin]	3.8.1cvs45
2337
2338	* src/textview.c
2339		Fix shortcut getting
2340
23412012-09-05 [colin]	3.8.1cvs44
2342
2343	* src/matcher.c
2344	* src/matcher.h
2345	* src/prefs_matcher.c
2346		Drop matcherprop_new_create, which is just a copy of
2347		matcherprop_new, and staticalize what can be
2348
23492012-09-05 [colin]	3.8.1cvs43
2350
2351	* src/plugins/pgpcore/select-keys.c
2352		Fix bug #2390, "Non-fully-trusted-key-warning appears
2353		based on primary UID rather than recipient e-mail"
2354
23552012-08-29 [colin]	3.8.1cvs42
2356
2357	* src/gtk/gtkaspell.c
2358		Fix bug #2596, "Spell checker does not work properly"
2359
23602012-08-29 [colin]	3.8.1cvs41
2361
2362	* src/plugins/pgpcore/sgpgme.c
2363		Set gpgme's locale to UTF-8. Fixes bug #2650,
2364		"segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2365
23662012-08-29 [colin]	3.8.1cvs40
2367
2368	* src/mainwindow.c
2369	* src/messageview.c
2370	* src/mimeview.c
2371	* src/mimeview.h
2372	* src/summaryview.c
2373	* src/textview.c
2374	* src/gtk/menu.c
2375	* src/gtk/menu.h
2376		Move the hardcoded mimeview shortcuts to standard menus.
2377
23782012-08-27 [colin]	3.8.1cvs39
2379
2380	* src/main.c
2381		Fix double mainwindow presentation that confuses GNOME3
2382		when some plugins fail to load (subsequent Claws windows
2383		got no focus in that case)
2384
23852012-08-27 [colin]	3.8.1cvs38
2386
2387	* src/summaryview.c
2388		Make Mark all read confirmation button more clear
2389
23902012-08-27 [colin]	3.8.1cvs37
2391
2392	* src/mainwindow.c
2393	* src/summaryview.c
2394		Separate "Mark all read" from "Mark as read"
2395		and "Ignore thread"
2396
23972012-08-27 [wwp]	3.8.1cvs36
2398
2399	* src/inc.c
2400	* src/procmsg.c
2401		Remove session statistics debug statements (irrelevant in repo,
2402		that's dev stuff).
2403
24042012-08-24 [mones]	3.8.1cvs35
2405
2406	* manual/advanced.xml
2407		Keep alphabetic order of hidden options lost
2408		and update Clawsker URL.
2409	* manual/de/advanced.xml
2410	* manual/fr/advanced.xml
2411		Update Clawsker URL.
2412	* manual/es/advanced.xml
2413		Sync with English version and update Clawsker URL.
2414	* manual/de/dist/html/Makefile.am
2415	* manual/es/dist/html/Makefile.am
2416	* manual/fr/dist/html/Makefile.am
2417	* manual/pl/dist/html/Makefile.am
2418	* manual/dist/html/Makefile.am
2419		Fix bug 2723 'Missing encoding in generated html manual'
2420
24212012-08-23 [colin]	3.8.1cvs34
2422
2423	* src/mainwindow.c
2424		Fix --offline asking if one wants to sync,
2425		due to re-entering. Thanks <ebik@ucw.cz>.
2426
24272012-08-16 [colin]	3.8.1cvs33
2428
2429	* src/imap.c
2430		Always clear the tags list when fetching a folder, or
2431		Claws will never untag an untagged email. Patch by
2432		Igor Mammedov <imammedo@redhat.com>
2433
24342012-08-12 [colin]	3.8.1cvs32
2435
2436	* src/compose.c
2437		Exclude text/plain from the attachment thing
2438
24392012-08-12 [colin]	3.8.1cvs31
2440
2441	* src/messageview.c
2442		Fix comparison, thanks to Michael Gmelin
2443
24442012-08-12 [colin]	3.8.1cvs30
2445
2446	* src/messageview.c
2447		Only show HTML parts by default (if the pref
2448		is set so) if the part disposition-type is
2449		inline or unknown, but not attachment.
2450	* src/common/ssl.c
2451		Remove useless hook that won't ever be used
2452		on windows
2453
24542012-08-12 [colin]	3.8.1cvs29
2455
2456	* src/compose.c
2457		Make sure text/* attachments are not made
2458		inline, regardless of the compose mode.
2459		Finishes fixing bug #2203 after auto-save
2460		switches mode to COMPOSE_REEDIT. Thanks to
2461		Michael Gmelin for finding this.
2462
24632012-08-09 [colin]	3.8.1cvs28
2464
2465	* src/prefs_filtering.c
2466		Make treeView type-ahead case insensitive
2467		Patch by Andreas Ronnquist
2468
24692012-08-09 [colin]	3.8.1cvs27
2470
2471	* src/gtk/sslcertwindow.c
2472		Fix leak
2473
24742012-08-09 [colin]	3.8.1cvs26
2475
2476	* src/common/ssl.c
2477	* src/common/ssl_certificate.c
2478	* src/common/ssl_certificate.h
2479	* src/gtk/sslcertwindow.c
2480		Fix bug 2718, "Failure to check peer hostname
2481		when checking certificate"
2482
24832012-08-05 [ticho]	3.8.1cvs25
2484
2485	* src/compose.c
2486		Avoid header combo box to get focus twice (first text within,
2487		then combobox widget itself) when switching focus with TAB.
2488
24892012-07-28 [ticho]	3.8.1cvs24
2490
2491	* src/compose.c
2492		Properly fix setting "transient for" for attachment properties
2493		dialog when called via popup menu (since we're stealing focus
2494		few lines before, we need to do it directly, not via
2495		manage_window_*).
2496
24972012-07-28 [ticho]	3.8.1cvs23
2498
2499	* src/gtk/pluginwindow.c
2500	* src/gtk/prefswindow.c
2501		Fixed setting "transient for" property for plugin load/unload
2502		file dialog. Connected manage_window signals to prefswindow events.
2503
25042012-07-27 [ticho]	3.8.1cvs22
2505
2506	* src/summaryview.c
2507	* src/textview.c
2508		Fixed setting "transient for" property for summaryview file
2509		dialog and messageview's image save dialog.
2510
25112012-07-27 [ticho]	3.8.1cvs21
2512
2513	* src/crash.c
2514	* src/mimeview.c
2515		Fix setting "transient for" property for file select dialogs
2516		in crash report and mimeview.
2517
25182012-07-27 [ticho]	3.8.1cvs20
2519
2520	* src/compose.c
2521		Fixed "transient for" property for file attach dialog when
2522		called from Attachments list popup menu. Simplified menu item
2523		sensitivities setting code logic for this menu.
2524
25252012-07-25 [ticho]	3.8.1cvs19
2526
2527	* manual/advanced.xml
2528		Add the three hidden preferences related to colored display
2529		of unified diffs to manual.
2530
25312012-07-25 [ticho]	3.8.1cvs18
2532
2533	* src/gtk/gtkaspell.c
2534		Create "Change directory" submenu in a separate function, change
2535		wording a bit, and make the submenu always available in a context
2536		menu of body edit box in compose window.
2537
25382012-07-25 [ticho]	3.8.1cvs17
2539
2540	* src/gtk/prefswindow.c
2541		Correctly set transient_for property for preferences window,
2542		as well as for color picker dialogs. Fixes bug #2710.
2543
25442012-07-25 [ticho]	3.8.1cvs16
2545
2546	* src/gtk/quicksearch.c
2547		Allow quicksearch syntax description window to be correctly
2548		set transient for main window.
2549
25502012-07-15 [wwp]	3.8.1cvs15
2551
2552	* src/procmime.c
2553		Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2554
25552012-07-10 [paul]	3.8.1cvs14
2556
2557	* src/procmime.c
2558		forgot this in last commit
2559
25602012-07-10 [paul]	3.8.1cvs13
2561
2562	* src/messageview.c
2563	* src/common/defs.h
2564	* src/common/quoted-printable.c
2565	* src/common/quoted-printable.h
2566		revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2567		the bug: partial message text loss
2568
25692012-07-10 [mones]	3.8.1cvs12
2570
2571	* src/plugins/pgpcore/sgpgme.c
2572		Fix bug 2689, 'segfault when trying to view info
2573                about pgp/smime sign'
2574
25752012-07-08 [ticho]	3.8.1cvs11
2576
2577	* src/plugins/pgpcore/sgpgme.c
2578		Consider marginal signature validity as untrusted. Suggested by
2579		Jean-Benoist Leger (leger at crans.org).
2580
25812012-07-08 [paul]	3.8.1cvs10
2582
2583	* src/gtk/icon_legend.c
2584		fix (reveal) hidden icon in gui and build warning
2585
25862012-07-07 [paul]	3.8.1cvs9
2587
2588	* src/plugins/pgpcore/prefs_gpg.c
2589		fix build
2590
25912012-07-07 [colin]	3.8.1cvs8
2592
2593	* claws-features.h.in
2594	* src/codeconv.h
2595	* src/imap_gtk.h
2596	* src/inc.h
2597	* src/jpilot.h
2598	* src/messageview.h
2599	* src/msgcache.h
2600	* src/news_gtk.h
2601	* src/partial_download.h
2602	* src/pop.h
2603	* src/prefs_account.h
2604	* src/prefs_common.h
2605	* src/printing.h
2606	* src/procmime.h
2607	* src/procmsg.h
2608	* src/stock_pixmap.c
2609	* src/textview.h
2610	* src/common/defs.h
2611	* src/common/log.h
2612	* src/common/session.h
2613	* src/common/smtp.h
2614	* src/common/socket.h
2615	* src/common/ssl.h
2616	* src/common/ssl_certificate.h
2617	* src/common/timing.h
2618	* src/common/utils.h
2619	* src/gtk/gtkaspell.h
2620	* src/gtk/gtkutils.h
2621	* src/gtk/pluginwindow.h
2622	* src/gtk/spell_entry.h
2623	* src/gtk/sslcertwindow.h
2624		Don't export config.h in public headers
2625
26262012-07-07 [colin]	3.8.1cvs7
2627
2628	* claws-features.h.in
2629	* configure.ac
2630	* Makefile.am
2631	* src/account.c
2632	* src/action.c
2633	* src/addr_compl.c
2634	* src/addrcustomattr.c
2635	* src/addrduplicates.c
2636	* src/addressadd.c
2637	* src/addressbook.c
2638	* src/addressbook_foldersel.c
2639	* src/addrgather.c
2640	* src/addrindex.c
2641	* src/alertpanel.c
2642	* src/autofaces.c
2643	* src/browseldap.c
2644	* src/codeconv.c
2645	* src/codeconv.h
2646	* src/compose.c
2647	* src/crash.c
2648	* src/customheader.c
2649	* src/displayheader.c
2650	* src/editaddress.c
2651	* src/editaddress_other_attributes_ldap.c
2652	* src/editbook.c
2653	* src/editgroup.c
2654	* src/editjpilot.c
2655	* src/editldap.c
2656	* src/editldap_basedn.c
2657	* src/edittags.c
2658	* src/editvcard.c
2659	* src/exphtmldlg.c
2660	* src/expldifdlg.c
2661	* src/export.c
2662	* src/exporthtml.c
2663	* src/exportldif.c
2664	* src/folder.c
2665	* src/folder_item_prefs.c
2666	* src/grouplistdialog.c
2667	* src/headerview.c
2668	* src/image_viewer.c
2669	* src/imap.c
2670	* src/imap_gtk.c
2671	* src/imap_gtk.h
2672	* src/import.c
2673	* src/importldif.c
2674	* src/importmutt.c
2675	* src/importpine.c
2676	* src/inc.c
2677	* src/inc.h
2678	* src/jpilot.c
2679	* src/jpilot.h
2680	* src/ldapctrl.c
2681	* src/ldaplocate.c
2682	* src/ldapquery.c
2683	* src/ldapserver.c
2684	* src/ldapupdate.c
2685	* src/ldaputil.c
2686	* src/main.c
2687	* src/manual.c
2688	* src/matcher.c
2689	* src/mbox.c
2690	* src/message_search.c
2691	* src/messageview.h
2692	* src/mh.c
2693	* src/mh_gtk.c
2694	* src/mimeview.c
2695	* src/msgcache.c
2696	* src/msgcache.h
2697	* src/news.c
2698	* src/news_gtk.c
2699	* src/news_gtk.h
2700	* src/noticeview.c
2701	* src/partial_download.c
2702	* src/partial_download.h
2703	* src/pop.c
2704	* src/pop.h
2705	* src/prefs_account.c
2706	* src/prefs_account.h
2707	* src/prefs_actions.c
2708	* src/prefs_common.c
2709	* src/prefs_common.h
2710	* src/prefs_compose_writing.c
2711	* src/prefs_customheader.c
2712	* src/prefs_display_header.c
2713	* src/prefs_ext_prog.c
2714	* src/prefs_filtering.c
2715	* src/prefs_filtering_action.c
2716	* src/prefs_folder_column.c
2717	* src/prefs_folder_item.c
2718	* src/prefs_fonts.c
2719	* src/prefs_gtk.c
2720	* src/prefs_image_viewer.c
2721	* src/prefs_logging.c
2722	* src/prefs_matcher.c
2723	* src/prefs_message.c
2724	* src/prefs_msg_colors.c
2725	* src/prefs_other.c
2726	* src/prefs_quote.c
2727	* src/prefs_receive.c
2728	* src/prefs_send.c
2729	* src/prefs_spelling.c
2730	* src/prefs_summaries.c
2731	* src/prefs_summary_column.c
2732	* src/prefs_summary_open.c
2733	* src/prefs_toolbar.c
2734	* src/prefs_wrapping.c
2735	* src/printing.c
2736	* src/printing.h
2737	* src/procheader.c
2738	* src/procmime.c
2739	* src/procmime.h
2740	* src/procmsg.h
2741	* src/quote_fmt.c
2742	* src/recv.c
2743	* src/send_message.c
2744	* src/setup.c
2745	* src/ssl_manager.c
2746	* src/statusbar.c
2747	* src/summary_search.c
2748	* src/textview.c
2749	* src/textview.h
2750	* src/toolbar.c
2751	* src/undo.c
2752	* src/unmime.c
2753	* src/uri_opener.c
2754	* src/wizard.c
2755	* src/common/claws.c
2756	* src/common/defs.h
2757	* src/common/hooks.c
2758	* src/common/log.c
2759	* src/common/log.h
2760	* src/common/plugin.c
2761	* src/common/prefs.c
2762	* src/common/session.c
2763	* src/common/session.h
2764	* src/common/smtp.c
2765	* src/common/smtp.h
2766	* src/common/socket.c
2767	* src/common/socket.h
2768	* src/common/ssl.c
2769	* src/common/ssl.h
2770	* src/common/ssl_certificate.c
2771	* src/common/ssl_certificate.h
2772	* src/common/string_match.c
2773	* src/common/tags.c
2774	* src/common/timing.h
2775	* src/common/utils.c
2776	* src/common/utils.h
2777	* src/etpan/etpan-thread-manager.c
2778	* src/etpan/imap-thread.c
2779	* src/etpan/nntp-thread.c
2780	* src/gtk/about.c
2781	* src/gtk/combobox.c
2782	* src/gtk/description_window.c
2783	* src/gtk/filesel.c
2784	* src/gtk/gtkaspell.c
2785	* src/gtk/gtkaspell.h
2786	* src/gtk/gtkshruler.c
2787	* src/gtk/gtkunit.c
2788	* src/gtk/gtkutils.c
2789	* src/gtk/gtkutils.h
2790	* src/gtk/gtkvscrollbutton.c
2791	* src/gtk/icon_legend.c
2792	* src/gtk/inputdialog.c
2793	* src/gtk/logwindow.c
2794	* src/gtk/menu.c
2795	* src/gtk/pluginwindow.c
2796	* src/gtk/pluginwindow.h
2797	* src/gtk/prefswindow.c
2798	* src/gtk/progressdialog.c
2799	* src/gtk/quicksearch.c
2800	* src/gtk/spell_entry.c
2801	* src/gtk/spell_entry.h
2802	* src/gtk/sslcertwindow.c
2803	* src/gtk/sslcertwindow.h
2804	* src/plugins/bogofilter/bogofilter.c
2805	* src/plugins/bogofilter/bogofilter_gtk.c
2806	* src/plugins/dillo_viewer/dillo_prefs.c
2807	* src/plugins/dillo_viewer/dillo_viewer.c
2808	* src/plugins/pgpcore/pgp_viewer.c
2809	* src/plugins/pgpcore/plugin.c
2810	* src/plugins/pgpcore/sgpgme.c
2811	* src/plugins/pgpinline/pgpinline.c
2812	* src/plugins/pgpinline/plugin.c
2813	* src/plugins/pgpmime/pgpmime.c
2814	* src/plugins/pgpmime/plugin.c
2815	* src/plugins/smime/plugin.c
2816	* src/plugins/smime/smime.c
2817	* src/plugins/spamassassin/libspamc.c
2818	* src/plugins/spamassassin/spamassassin.c
2819	* src/plugins/spamassassin/spamassassin_gtk.c
2820	* src/plugins/trayicon/trayicon.c
2821	* src/plugins/trayicon/trayicon_prefs.c
2822		Specify Claws compile-time features in a specific header
2823
28242012-07-06 [wwp]	3.8.1cvs6
2825
2826	* src/main.c
2827	* src/gtk/about.c
2828		Session statistics: format date following global prefs,
2829		and fix stats output a little bit.
2830
28312012-07-03 [mir]	3.8.1cvs5
2832
2833	* src/procmime.c
2834	    fix bug 2642, 'improve transfer encoding selection'.
2835	    Patch provided by Christopher Zimmermann
2836	    (madroach claws at gmerlin dot de)
2837
28382012-07-03 [mir]	3.8.1cvs4
2839
2840	* src/procmime.c
2841	* src/common/defs.h
2842            fix bug 2641, '7bit or 8bit encoded attachments can
2843            have lines longer than 998 characters'.
2844            Patch provided by Christopher Zimmermann
2845            (madroach claws at gmerlin dot de)
2846
2847
28482012-07-03 [mir]	3.8.1cvs3
2849
2850	* src/procmime.c
2851	* src/common/defs.h
2852	    fix bug 2641, '7bit or 8bit encoded attachments can
2853	    have lines longer than 998 characters'.
2854	    Patch provided by Christopher Zimmermann
2855	    (madroach claws at gmerlin dot de)
2856
28572012-07-03 [mir]	3.8.1cvs2
2858
2859	* src/messageview.c
2860	* src/procmime.c
2861	* src/common/quoted-printable.c
2862	* src/common/quoted-printable.h
2863	    fix bug 2640, 'improve quoted-printable encoding'
2864	    Patch provided by madroach claws at gmerlin dot de
2865
28662012-06-30 [paul]	3.8.1cvs1
2867
2868	* Makefile.am
2869		fix bug 2579, 'Installed headers redefine autotools-specific constants'
2870
28712012-06-27 [paul]	3.8.1
2872	* NEWS
2873	* README
2874	* RELEASE_NOTES
2875		3.8.1 unleashed!
2876
28772012-06-27 [paul]	3.8.0cvs58
2878
2879	* configure.ac
2880		fix minimum required GTK+, which got mistakenly bumped
2881		in 3.8.0cvs36
2882
28832012-06-27 [paul]	3.8.0cvs57
2884
2885	* configure.ac
2886	* po/cs.po
2887	* po/de.po
2888	* po/es.po
2889	* po/fr.po
2890	* po/hu.po
2891	* po/id_ID.po
2892	* po/lt.po
2893	* po/pt_BR.po
2894	* po/sk.po
2895	* po/sv.po
2896	* po/zh_CN.po
2897	* po/zh_TW.po
2898		updated translations
2899	* src/gtk/authors.h
2900	* tools/claws.i18n.status.pl
2901		updated based on currently active
2902
29032012-06-25 [mir]	3.8.0cvs56
2904
2905	* src/folder.c
2906	    If a folder class returns <> 0 then the message has not
2907	    been removed from the file system and therefore it should
2908	    not be removed from the cache either.
2909
29102012-06-20 [ticho]	3.8.0cvs55
2911
2912	* src/mh.c
2913		Fix for bug #1090 - Standard-folders appear again
2914		after rescanning tree
2915
29162012-06-20 [paul]	3.8.0cvs54
2917
2918	* src/prefs_common.c
2919	* src/prefs_common.h
2920	* src/textview.c
2921	* src/textview.h
2922		colourise attached patches.
2923		Patch by Ticho
2924
29252012-06-02 [wwp]	3.8.0cvs53
2926
2927	* src/gtk/progressdialog.c
2928		Add a hide button to the retrieve/send progress dialogs. WM's close button
2929		now hides (as well as pressing Esc) instead of doing nothing.
2930
29312012-06-02 [wwp]	3.8.0cvs52
2932
2933	* doc/man/claws-mail.1
2934	* src/main.c
2935	* src/main.h
2936	* src/inc.c
2937	* src/procmsg.c
2938	* src/gtk/about.c
2939		Introduce a new feature: basic session statistics (from the about dialog
2940		or the command-line).
2941
29422012-06-02 [wwp]	3.8.0cvs51
2943
2944	* src/compose.c
2945		Fix bug 2620: shift+tab from subject field not working.
2946
29472012-06-02 [wwp]	3.8.0cvs50
2948
2949	* src/compose.c
2950	* src/mainwindow.c
2951	* src/messageview.c
2952		Normalize capitalization of strings in UI.
2953
29542012-05-30 [paul]	3.8.0cvs49
2955
2956	* src/common/ssl.c
2957		don't do TLS if not requested by user. fixes connecting to
2958		servers which, for example, want SSL 3 only
2959
29602012-05-27 [paul]	3.8.0cvs48
2961
2962	* *
2963		update copyright headers to 2012
2964
29652012-05-27 [paul]	3.8.0cvs47
2966
2967	* src/editldap.c
2968	* src/prefs_actions.c
2969	* src/gtk/about.c
2970		fix some typos in strings, thanks to Thomas Bellmann
2971
29722012-05-16 [paul]	3.8.0cvs46
2973
2974	* src/prefs_filtering_action.c
2975		fix disabled 'select...' button that never goes away
2976		when using the new addr book
2977
2978
29792012-05-16 [colin]	3.8.0cvs45
2980
2981	* src/common/utils.c
2982		And fix leak
2983
29842012-05-16 [colin]	3.8.0cvs44
2985
2986	* src/common/utils.c
2987		Make remove_numbered_files much faster when there's
2988		just one file to remove.
2989
29902012-05-16 [paul]	3.8.0cvs43
2991
2992	* src/matcher.c
2993		fix bug 2662, '"ag" quicksearch adds "1" to value'
2994
29952012-05-16 [paul]	3.8.0cvs42
2996
2997	* src/gtk/description_window.c
2998		fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2999
30002012-05-16 [paul]	3.8.0cvs41
3001
3002	* src/common/ssl_certificate.c
3003		fix bug 2646, 'Compile fails with gnutls-3.0.18'
3004		Patch by Christian Hesse
3005
30062012-05-11 [colin]	3.8.0cvs40
3007
3008	* src/mimeview.c
3009	* src/common/utils.c
3010		Fix bug 2659, 'E-mail attachments are handled
3011		inconsistently'
3012		Fix problems iterating the mime tree, and determine
3013		whether a file is an email without To:
3014
30152012-04-03 [colin]	3.8.0cvs39
3016
3017	* src/Makefile.am
3018		Fix build (damn whitespace-sensitive file format)
3019
30202012-04-02 [colin]	3.8.0cvs38
3021
3022	* src/Makefile.am
3023		Fix incomplete make dist
3024
30252012-04-02 [colin]	3.8.0cvs37
3026
3027	* src/compose.c
3028		Fix mistakenly removed function call
3029
30302012-04-01 [colin]	3.8.0cvs36
3031
3032	* configure.ac
3033	* src/.cvsignore
3034	* src/Makefile.am
3035	* src/addr_compl.c
3036	* src/addressadd.c
3037	* src/addressadd.h
3038	* src/addressbook-dbus.c
3039	* src/addressbook-dbus.h
3040	* src/addrgather.c
3041	* src/addrgather.h
3042	* src/addrharvest.c
3043	* src/addrharvest.h
3044	* src/claws-contacts.xml
3045	* src/compose.c
3046	* src/compose.h
3047	* src/filtering.c
3048	* src/headerview.c
3049	* src/main.c
3050	* src/mainwindow.c
3051	* src/messageview.c
3052	* src/prefs_common.c
3053	* src/prefs_filtering_action.c
3054	* src/prefs_matcher.c
3055	* src/summaryview.c
3056	* src/textview.c
3057	* src/toolbar.c
3058	* src/plugins/bogofilter/bogofilter_gtk.c
3059	* src/plugins/dillo_viewer/dillo_prefs.c
3060	* src/plugins/spamassassin/spamassassin_gtk.c
3061	* src/plugins/trayicon/trayicon.c
3062		Import new addressbook code from the new-contacts branch
3063
30642012-03-29 [paul]	3.8.0cvs35
3065
3066	* AUTHORS
3067	* src/gtk/authors.h
3068	* src/gtk/quicksearch.c
3069		add 'ha', short version of 'has_attachment' in quick search
3070		Patch by Andreas R�nnquist
3071
30722012-03-26 [mones]	3.8.0cvs34
3073
3074	* src/common/plugin.c
3075		Support 2 and 3-clause BSD licensed plugins
3076
30772012-03-15 [pawel]	3.8.0cvs33
3078
3079	* src/messageview.c
3080	* src/textview.c
3081		- Make separate window info more accurate about
3082		move to trash/deletion.
3083		- Fix busy cursor
3084
30852012-03-14 [pawel]	3.8.0cvs32
3086
3087	* src/folder.c
3088	* src/messageview.c
3089	* src/messageview.h
3090	* src/procmsg.h
3091	* src/summaryview.c
3092	* src/textview.c
3093	* src/textview.h
3094		Better fix for bug #2501
3095		Instead of leaving blank window after message move or delete,
3096		update separate view to next message in message list or
3097		display info why view is blank. This was discussed
3098		in bug #2621 comments.
3099
31002012-03-11 [colin]	3.8.0cvs31
3101
3102	* src/gtk/gtkcmctree.c
3103	* src/gtk/authors.h
3104	* AUTHORS
3105		Fix focus rectangle on unfocused rows
3106		Patch by Michael Shell
3107
31082012-02-29 [colin]	3.8.0cvs30
3109
3110	* src/gtk/gtkcmctree.c
3111		Fix bug #2577, "Focus rectangle on folder list and message
3112		list headings doesn't get properly cleared when switching
3113		heading and horizontally scrolling list (underlines and
3114		vertical lines remain on screen)". Patch by Michael Shell
3115
31162012-02-13 [pawel]	3.8.0cvs29
3117
3118	* src/messageview.c
3119		Fix crasher when double clicking on IMAP message and
3120		MessageView is not shown introduced in cvs21
3121		Patch by mones
3122
31232012-02-10 [pawel]	3.8.0cvs28
3124
3125	* src/filtering.c
3126		Fix bug #2598 'Actions can move locked messages'
3127
31282012-02-08 [pawel]	3.8.0cvs27
3129
3130	* src/prefs_actions.c
3131	* src/prefs_actions.h
3132	* src/prefs_toolbar.c
3133	* src/prefs_toolbar.h
3134	* src/toolbar.c
3135	* src/toolbar.h
3136		- Implement automatic removal of toolbar action buttons when
3137		  associated action is removed
3138		- Don't allow creation of two actions with the same name,
3139		  before all executions/removals were performed on first action
3140		  with duplicated name in linked list which wasn't always
3141		  correct behaviour
3142
31432012-02-05 [colin]	3.8.0cvs26
3144
3145	* src/main.c
3146	* src/mainwindow.c
3147	* src/messageview.c
3148	* src/messageview.h
3149	* src/prefs_common.c
3150	* src/prefs_common.h
3151	* src/procmsg.c
3152	* src/procmsg.h
3153	* src/summaryview.c
3154	* src/summaryview.h
3155		Add an history to navigate in mails
3156
31572012-02-05 [colin]	3.8.0cvs25
3158
3159	* src/procmime.c
3160		Fix inverted comparison in list_find_custom.
3161
31622012-02-03 [wwp]	3.8.0cvs24
3163
3164	* src/gtk/progressdialog.c
3165	Make translators life easier: use View log instead of Show log
3166	(thanks, gusnan!).
3167
31682012-02-02 [pawel]	3.8.0cvs23
3169
3170	* src/folderview.c
3171		Fix bug #2590 'Un-capitalize strings'
3172		Patch by Christian Hesse
3173
31742012-02-02 [pawel]	3.8.0cvs22
3175
3176	* src/mainwindow.c
3177		Fix bug #2595
3178		'Change expand behavior for message list / message view'
3179		Patch by Christian Hesse
3180
31812012-02-02 [pawel]	3.8.0cvs21
3182
3183	* src/folder.c
3184	* src/messageview.c
3185	* src/messageview.h
3186	* src/procmsg.h
3187		Fix bug #2501 'opened message blanks when moved to other folder'
3188		Detect message move and update message window contents
3189		accordingly, if	message is moved to trash close window
3190
31912012-02-01 [pawel]	3.8.0cvs20
3192
3193	* src/jpilot.c
3194	* src/mutt.c
3195	* src/pine.c
3196	* src/procmsg.c
3197	* src/vcard.c
3198	* src/gtk/sslcertwindow.c
3199		More strncat boundary checks
3200
32012012-01-31 [wwp]	3.8.0cvs19
3202
3203	* src/gtk/gtkutils.c
3204	Fix warnings in gtkutils: wrong function name, missing newline, typo and
3205	long line wrapping.
3206
32072012-01-31 [wwp]	3.8.0cvs18
3208
3209	* src/gtk/progressdialog.c
3210	* src/gtk/progressdialog.h
3211	* src/inc.c
3212	* src/send_message.c
3213	Add a button to the retrieve/send dialogs to
3214	open the network log.
3215
32162012-01-25 [wwp]	3.8.0cvs17
3217
3218	* src/addr_compl.c
3219	Remove debug statement.
3220
32212012-01-20 [pawel]	3.8.0cvs16
3222
3223	* src/addrbook.c
3224	* src/exportldif.c
3225		Fix bug #2574 'Statement might be overflowing a
3226		buffer in strncat'
3227
32282012-01-20 [pawel]	3.8.0cvs15
3229
3230	* src/mimeview.c
3231		Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3232
32332012-01-14 [colin]	3.8.0cvs14
3234
3235	* commitHelper
3236		Update tracker trigger url
3237
32382012-01-10 [wwp]	3.8.0cvs13
3239
3240	* src/mainwindow.c
3241	* src/mainwindow.h
3242	* src/toolbar.c
3243		Fix sensitivity of toolbar's get_btn (retrieve mail from current
3244		account) and of mainwindows's relevant entry when current account
3245		is not able to retrieve (SMTP-only).
3246
32472012-01-09 [colin]	3.8.0cvs12
3248
3249	* src/summaryview.c
3250		Fix bug 1924, 'Messages marked move to Trash appear
3251		identical to messages marked move to $FOLDER'
3252
32532012-01-05 [colin]	3.8.0cvs11
3254
3255	* src/main.c
3256		Fix crasher infinite loop
3257
32582012-01-03 [colin]	3.8.0cvs10
3259
3260	* src/gtk/gtkcmctree.c
3261		Revert previous patch, it's buggy on headers
3262
32632012-01-03 [colin]	3.8.0cvs9
3264
3265	* src/gtk/gtkcmctree.c
3266		Fix bug #2566, 'wrapped Subject not bounded'
3267
32682011-12-29 [pawel]	3.8.0cvs8
3269
3270	* src/compose.c
3271	* src/compose.h
3272	* src/main.c
3273	* src/mimeview.c
3274		Make forwarding selected attachment possible from
3275		mimeview's context menu
3276		Fixex bug #2047 'forward attachments'
3277
32782011-12-28 [paul]	3.8.0cvs7
3279
3280	* src/prefs_account.c
3281		show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3282
32832011-12-28 [colin]	3.8.0cvs6
3284
3285	* src/mimeview.c
3286		Fix fix
3287
32882011-12-28 [colin]	3.8.0cvs5
3289
3290	* src/mimeview.c
3291		Fix GTK+2.16 build (w32)
3292
32932011-12-18 [mir]	3.8.0cvs4
3294
3295	* src/ldapctrl.c
3296	    Fix bug in search criteria when doing a
3297	    complete directory search using '*'
3298
32992011-12-16 [mir]	3.8.0cvs3
3300
3301	* src/Makefile.am
3302	    Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3303
33042011-12-16 [wwp]	3.8.0cvs2
3305
3306	* src/procmsg.c
3307	* src/stock_pixmap.c
3308	* src/stock_pixmap.h
3309	* src/summaryview.c
3310	* src/gtk/icon_legend.c
3311	* src/pixmaps/replied_and_forwarded.xpm
3312	  Make replied and forwarded status flags non exclusive.
3313	  Introduce a new message state (and relevant icon in message list)
3314	  where both the replied and forwarded flags are set.
3315
33162011-12-16 [paul]	3.8.0cvs1
3317
3318	* tools/claws.i18n.status.pl
3319		update id to id_ID
3320
33212011-12-16 [paul]	3.8.0
3322	* NEWS
3323	* README
3324	* RELEASE_NOTES
3325		3.8.0 unleashed!
3326
33272011-12-16 [paul]	3.7.10cvs113
3328
3329	* configure.ac
3330	* po/cs.po
3331	* po/es.po
3332	* po/fr.po
3333	* po/hu.po
3334	* po/id.po **REMOVED**
3335	* po/id_ID.po **ADDED**
3336	* po/pt_BR.po
3337	* po/ru.po
3338	* po/sk.po
3339	* po/uk.po
3340		updates
3341
33422011-12-09 [pawel]	3.7.10cvs112
3343
3344	* src/summaryview.c
3345	* src/gtk/quicksearch.c
3346	* src/gtk/quicksearch.h
3347		Invalidate quicksearch root folder when removed
3348		Fixes bug #2560 'crash when unsubscribing newsgroup and
3349		having active search field'
3350
33512011-12-08 [pawel]	3.7.10cvs111
3352
3353	* src/mimeview.c
3354		Better fix for cvs94
3355
33562011-12-08 [wwp]	3.7.10cvs110
3357
3358	* src/compose.c
3359	Make "From" widget set independant from recipient lists below,
3360	so that it doesn't scroll when several recipients headers
3361	are added and eventually are scrolling the view.
3362	Path by Christian Hesse <mail@earthworm.de>.
3363	Fixes bug #2481 'do not scroll "from" dropdown list and sender
3364	address'.
3365
33662011-12-02 [paul]	3.7.10cvs109
3367
3368	* src/mainwindow.c
3369	* src/messageview.c
3370		consistent label style
3371
33722011-11-29 [wwp]	3.7.10cvs108
3373
3374	* src/plugins/trayicon/libeggtrayicon/.cvsignore
3375	More generated stuff to ignore.
3376
33772011-11-29 [wwp]	3.7.10cvs107
3378
3379	* src/prefs_folder_item.c
3380	Fix CLAWS_TIP_DECL (undefined).
3381
33822011-11-28 [pawel]	3.7.10cvs106
3383
3384	* src/addrbook.c
3385	* src/addrbook.h
3386	* src/addressbook.c
3387		Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3388		after removing the address book in the GUI'
3389
33902011-11-26 [pawel]	3.7.10cvs105
3391
3392	* src/folder.c
3393		Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3394
33952011-11-25 [colin]	3.7.10cvs104
3396
3397	* src/imap_gtk.c
3398	* src/mh_gtk.c
3399		Warning fixes
3400
34012011-11-24 [pawel]	3.7.10cvs103
3402
3403	* src/prefs_filtering.c
3404		Complete cvs102, forgot to commit this
3405
34062011-11-24 [pawel]	3.7.10cvs102
3407
3408	* src/account.c
3409	* src/filtering.c
3410	* src/filtering.h
3411	* src/imap_gtk.c
3412	* src/mh_gtk.c
3413	* src/prefs_actions.c
3414	* src/prefs_actions.h
3415		Implement actions updating on folder/account rename
3416		This fixes bug #2543 'filter actions in actionsrc not
3417		updated upon account renaming'
3418
34192011-11-24 [wwp]	3.7.10cvs101
3420
3421	* src/gtk/gtkcmctree.c
3422		Remove irrelevant cairo directive (thanks to Hanno).
3423
34242011-11-23 [wwp]	3.7.10cvs100
3425
3426	* src/gtk/gtkcmctree.c
3427		Make arrows in gtkcmctree's less big (get rid of the outlining),
3428		patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3429		calculation.
3430
34312011-11-22 [colin]	3.7.10cvs99
3432
3433	* src/account.c
3434	* src/prefs_filtering.c
3435	* src/prefs_filtering.h
3436		Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3437		The existing functions should do the job as well
3438		if not better, as they take into account the
3439		separator.
3440
34412011-11-21 [pawel]	3.7.10cvs98
3442
3443	* src/prefs_account.c
3444		Fix bug #2116 'Rip spaces off server names in account
3445		configuration'
3446		g_strstrip() domain names to be sure they are valid
3447
34482011-11-21 [pawel]	3.7.10cvs97
3449
3450	* src/account.c
3451	* src/prefs_filtering.c
3452	* src/prefs_filtering.h
3453		Fix bug #2404 'matcherrc updates upon account renaming'
3454		Fix bug #2406 'some part of accountrc not updated upon
3455		account rename'
3456		Renaming account cause changing of it's root folder prefix
3457		from #<type>/<old_name> to #<type>/<new_name> so every
3458		path directing to it must be altered. Fix paths in account
3459		preferences, global processing and filtering rules, folder
3460		processing rules upon rename
3461
34622011-11-20 [pawel]	3.7.10cvs96
3463
3464	* src/filtering.c
3465	* src/filtering.h
3466	* src/prefs_actions.c
3467		Fix bug #1489 'Filter action mark_as_read inoperative
3468		following move action'
3469		Sort actions lists to have proper order of execution
3470
34712011-11-20 [pawel]	3.7.10cvs95
3472
3473	* src/prefs_actions.c
3474	* src/prefs_filtering.c
3475	* src/prefs_template.c
3476		Fix bug #1870 'arrow scrolling in filters'
3477		Allow arrow scrolling in dialogs with list view widgets
3478		plus couple fixes of issues I found along the way
3479
34802011-11-19 [pawel]	3.7.10cvs94
3481
3482	* src/mimeview.c
3483		Don't highlight icons on right-click, they are not
3484		selected and other part is shown which is confusing
3485
34862011-11-19 [mones]	3.7.10cvs93
3487
3488	* manual/advanced.xml
3489		Fix manual build
3490
34912011-11-19 [mones]	3.7.10cvs92
3492
3493	* manual/advanced.xml
3494	* manual/es/advanced.xml
3495		Document undocumented hidden option 'zero_replacement_char'
3496		Synchronize Spanish manual with English version
3497
34982011-11-19 [pawel]	3.7.10cvs91
3499
3500	* src/mainwindow.c
3501	* src/messageview.c
3502	* src/prefs_common.c
3503	* src/prefs_common.h
3504	* src/summaryview.c
3505	* src/textview.c
3506	* src/textview.h
3507		Fix bug #2377 'Show All Headers - make change persistent
3508		between sessions'
3509
35102011-11-19 [pawel]	3.7.10cvs90
3511
3512	* src/folder.c
3513	* src/folder.h
3514	* src/folder_item_prefs.c
3515	* src/folderview.c
3516	* src/mainwindow.c
3517	* src/mainwindow.h
3518	* src/summaryview.c
3519	* src/summaryview.h
3520	* src/gtk/authors.h
3521		Fix bug #1563 'Folder view: show complete threads if they
3522		contain unread messages'
3523		Add option to show only threads with unread messages
3524		initial patch by Paul Ollis, my small additions:
3525		- when checking thread for unread finish on first unread
3526		- make thread options unavailable when threading is off
3527		- hide_unread_msgs and hide_unread_threads are mutually
3528		  exclusive options, set menus sensitivity accordingly
3529		- set folder item icon type similiar to hide_unread_msgs
3530
35312011-11-19 [colin]	3.7.10cvs89
3532
3533	* src/procheader.c
3534		Constness fix
3535
35362011-11-18 [pawel]	3.7.10cvs88
3537
3538	* src/compose.c
3539	* src/mainwindow.c
3540	* src/mimeview.c
3541	* src/mimeview.h
3542	* src/prefs_common.c
3543	* src/prefs_common.h
3544		Fix bug #2408 'Some UI elements are not persistent
3545		between sessions'
3546		Remember size of main window, compose notebook, mimeview
3547		tree widgets between claws-mail runs. Compose window
3548		size saving was already done in cvs74
3549
35502011-11-18 [mones]	3.7.10cvs87
3551
3552	* src/compose.c
3553	* src/procheader.c
3554	* src/procheader.h
3555		Fixes bug #2509, "manually added headers are lost unless
3556		mail is sent inmediately"
3557
35582011-11-17 [pawel]	3.7.10cvs86
3559
3560	* src/mimeview.c
3561		Fix crasher reported in bug #2543
3562
35632011-11-13 [colin]	3.7.10cvs85
3564
3565	* src/compose.c
3566		Make compose windows printable
3567
35682011-11-11 [colin]	3.7.10cvs84
3569
3570	* configure.ac
3571		Fix build on Fedora 16. -lm was probably pulled by something
3572		else previously.
3573
35742011-11-11 [pawel]	3.7.10cvs83
3575
3576	* src/mainwindow.c
3577	* src/mimeview.c
3578	* src/mimeview.h
3579	* src/summaryview.c
3580		Port MimeView to GtkTreeView
3581
35822011-11-11 [colin]	3.7.10cvs82
3583
3584	* src/prefs_common.c
3585		Use %x (The preferred date representation for the current locale
3586		without the time)
3587
35882011-11-10 [paul]	3.7.10cvs81
3589
3590	* src/prefs_common.c
3591		use european date format as default
3592
35932011-11-08 [pawel]	3.7.10cvs80
3594
3595	* src/summaryview.c
3596		Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3597		Fix race condition - don't try to hide messageview while
3598		being in the middle of message displaying routine.
3599
36002011-11-08 [colin]	3.7.10cvs79
3601
3602	* src/codeconv.c
3603		Make sure we break line when we need to. Very probably
3604		fixes bug #2310 "Crash when hitting Ctrl+R to reply to a
3605		particular mail"
3606
36072011-11-07 [pawel]	3.7.10cvs78
3608
3609	* src/imap_gtk.c
3610		Fix bug #2493 'Subscription pull down should be alphabetized'
3611
36122011-11-07 [pawel]	3.7.10cvs77
3613
3614	* src/mimeview.c
3615	* src/textview.c
3616	* src/textview.h
3617		Make Home & End keys work in textview
3618
36192011-11-06 [colin]	3.7.10cvs76
3620
3621	* src/mainwindow.c
3622		Oops, some unwanted undo got commited.
3623
36242011-11-06 [colin]	3.7.10cvs75
3625
3626	* src/mainwindow.c
3627		Don't iconify/deiconify. Instead, just show nothing
3628		before asked to.
3629
36302011-11-06 [pawel]	3.7.10cvs74
3631
3632	* src/compose.c
3633		Fix compose window size saving / restoring
3634
36352011-11-06 [pawel]	3.7.10cvs73
3636
3637	* src/mimeview.c
3638	* src/messageview.c
3639		Optimize message displaying, in some conditions parts were
3640		displayed twice causing flickering. For example first html
3641		source and then rendering output from html plugin of the
3642		same part.
3643
36442011-11-05 [wwp]	3.7.10cvs72
3645
3646	* src/gtk/gtkaspell.c
3647		Fix compilation where 'null' is undefined (use NULL instead).
3648
36492011-11-05 [colin]	3.7.10cvs71
3650
3651	* src/gtk/gtkaspell.c
3652		No need to show a backtrace if gtkaspell is null
3653
36542011-11-05 [pawel]	3.7.10cvs70
3655
3656	* src/gtk/gtkaspell.c
3657		Fix crasher when spellchecking is not enabled
3658
36592011-11-02 [mones]	3.7.10cvs69
3660
3661	* doc/man/claws-mail.1
3662		fixed hyphens (patch from Debian packaging)
3663		fixed header to follow man style closely
3664		documented new option --compose-from-file
3665		removed INSTALLATION section, doesn't belong to manpage
3666		added ENVIRONMENT, COPYRIGHT and BUGS sections
3667		expanded FILES section to include certs and autofaces dirs
3668		expanded SEE ALSO section to include manual and plugins
3669
36702011-11-01 [colin]	3.7.10cvs68
3671
3672	* src/common/utils.c
3673		Fix wrong debug stuff commited.
3674
36752011-11-01 [colin]	3.7.10cvs67
3676
3677	* src/compose.c
3678	* src/main.c
3679	* src/common/utils.c
3680	* src/gtk/gtkaspell.c
3681	* src/gtk/gtkaspell.h
3682		Fix huge slowness induced by spellcheck "while typing"
3683		during initial quote rewraps.
3684
36852011-10-31 [pawel]	3.7.10cvs66
3686
3687	* src/messageview.c
3688	* src/mimeview.c
3689	* src/mimeview.h
3690	* src/summaryview.c
3691		Fix bug #2526 'When reading message in separate window,
3692		n and p keys do not work'
3693		- fix key event handling in messageview
3694		- remove bindings for 'n' and 'p' keys in mimeview (next-part
3695		  and prev-part actions)
3696		- instead add 'z' key for prev-part, we have 'a' key
3697		  for next-part already
3698
36992011-10-31 [colin]	3.7.10cvs65
3700
3701	* src/common/defs.h
3702		Fix build with GLib 2.31. Thanks to Charles A. Edwards
3703
37042011-10-31 [pawel]	3.7.10cvs64
3705
3706	* src/summaryview.c
3707	* src/gtk/gtkutils.c
3708		Fix bug #2303 'Next unread message enables message view'
3709		Don't show previously hidden message view in main window
3710		when user reads messages in external window
3711
37122011-10-31 [paul]	3.7.10cvs63
3713
3714	* src/prefs_template.c
3715		revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3716		fit at 540 here, for those where they don't the dialogue can be made
3717		larger by the user
3718
37192011-10-31 [paul]	3.7.10cvs62
3720
3721	* src/compose.c
3722		revert 3.7.10cvs61, these entries _should_ be editable
3723
37242011-10-30 [pawel]	3.7.10cvs61
3725
3726	* src/compose.c
3727		Those entries should not be editable
3728
37292011-10-30 [pawel]	3.7.10cvs60
3730
3731	* src/prefs_template.c
3732		- Dialog needs more height to fit all widgets
3733		- Clear template contents on delete
3734
37352011-10-30 [pawel]	3.7.10cvs59
3736
3737	* src/prefs_folder_item.c
3738		Update summaryview after changing folder prefs when needed
3739
37402011-10-30 [pawel]	3.7.10cvs58
3741
3742	* src/mimeview.c
3743		Remove key-press-event blocking, it only
3744		emits GLib-GObject warnings
3745
37462011-10-29 [colin]	3.7.10cvs57
3747
3748	* src/addr_compl.c
3749		Fix focus of completion window with gnome shell
3750		Fixes bug #2525, "Address completion window does not get
3751		keyboard focus"
3752
37532011-10-29 [colin]	3.7.10cvs56
3754
3755	* src/folderview.c
3756		Fix flicker on recursive quicksearch
3757
37582011-10-28 [colin]	3.7.10cvs55
3759
3760	* src/alertpanel.c
3761	* src/mainwindow.c
3762		Fix a bit the focus problem on Gnome shell
3763
37642011-10-26 [mones]	3.7.10cvs54
3765
3766	* src/compose.c
3767		Add missing accelerator
3768
37692011-10-25 [colin]	3.7.10cvs53
3770
3771	* src/gtk/gtkcmclist.c
3772	* src/gtk/gtkcmctree.c
3773		Fix colors, fix warnings
3774
37752011-10-25 [colin]	3.7.10cvs52
3776
3777	* src/gtk/gtkcmclist.c
3778	* src/gtk/gtkcmctree.c
3779		Fix focus things.
3780
37812011-10-25 [colin]	3.7.10cvs51
3782
3783	* src/stock_pixmap.c
3784		Fix build with gtk + 2.20
3785
37862011-10-25 [colin]	3.7.10cvs50
3787
3788	* src/compose.c
3789	* src/messageview.c
3790	* src/procmsg.c
3791	* src/procmsg.h
3792		Fix locking when sending a single message
3793
37942011-10-25 [colin]	3.7.10cvs49
3795
3796	* src/gtk/colorlabel.c
3797		GDK_ => GDK_KEY
3798	* src/gtk/gtkcmclist.c
3799		Make row height closer to what it was
3800
38012011-10-25 [colin]	3.7.10cvs48
3802
3803	* src/stock_pixmap.c
3804		Always use cairo to draw
3805
38062011-10-25 [colin]	3.7.10cvs47
3807
3808	* src/mimeview.c
3809		Fix bug #2529, 'crash in mimeview_start_drag after
3810		deleting message'. Patch by Ricardo
3811
38122011-10-23 [colin]	3.7.10cvs46
3813
3814	* src/gtk/gtkcmclist.c
3815	* src/gtk/gtkcmclist.h
3816	* src/gtk/gtkcmctree.c
3817		Draw CMClist with cairo too.
3818
38192011-10-23 [colin]	3.7.10cvs45
3820
3821	* src/gtk/gtkcmclist.h
3822		Fix build (this was not meant to be commited)
3823
38242011-10-23 [colin]	3.7.10cvs44
3825
3826	* src/addressadd.c
3827	* src/addressbook.c
3828	* src/addressbook_foldersel.c
3829	* src/editgroup.c
3830	* src/foldersel.c
3831	* src/folderview.c
3832	* src/grouplistdialog.c
3833	* src/prefs_common.c
3834	* src/prefs_common.h
3835	* src/summaryview.c
3836	* src/gtk/gtkcmclist.c
3837	* src/gtk/gtkcmclist.h
3838	* src/gtk/gtkcmctree.c
3839	* src/gtk/gtkcmctree.h
3840	* src/gtk/gtksctree.c
3841		Refactor some tree stuff (lots of code duplication there)
3842		and switch to cairo for tree rendering.
3843
38442011-10-23 [holger]	3.7.10cvs43
3845
3846	* src/filtering.c
3847		Don't issue a warning for designed behaviour of the stop rule.
3848		Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3849
38502011-10-22 [colin]	3.7.10cvs42
3851
3852	* src/printing.c
3853	* src/gtk/gtkshruler.c
3854	* src/gtk/gtkutils.h
3855		Fix GTK+2.16 build
3856
38572011-10-22 [colin]	3.7.10cvs41
3858
3859	* src/account.c
3860	* src/addr_compl.c
3861	* src/addrgather.c
3862	* src/compose.c
3863	* src/editldap.c
3864	* src/expldifdlg.c
3865	* src/folderview.c
3866	* src/grouplistdialog.c
3867	* src/headerview.c
3868	* src/importldif.c
3869	* src/main.c
3870	* src/mainwindow.c
3871	* src/mimeview.c
3872	* src/noticeview.c
3873	* src/prefs_account.c
3874	* src/prefs_actions.c
3875	* src/prefs_ext_prog.c
3876	* src/prefs_filtering.c
3877	* src/prefs_folder_item.c
3878	* src/prefs_image_viewer.c
3879	* src/prefs_logging.c
3880	* src/prefs_msg_colors.c
3881	* src/prefs_other.c
3882	* src/prefs_send.c
3883	* src/prefs_spelling.c
3884	* src/prefs_summaries.c
3885	* src/prefs_template.c
3886	* src/printing.c
3887	* src/quote_fmt.c
3888	* src/send_message.c
3889	* src/statusbar.c
3890	* src/summary_search.c
3891	* src/summaryview.c
3892	* src/wizard.c
3893	* src/gtk/gtkcmclist.c
3894	* src/gtk/gtkcmctree.c
3895	* src/gtk/gtkcmoptionmenu.c
3896	* src/gtk/gtksctree.c
3897	* src/gtk/gtkutils.c
3898	* src/gtk/gtkutils.h
3899	* src/gtk/gtkvscrollbutton.c
3900	* src/gtk/inputdialog.c
3901	* src/gtk/pluginwindow.c
3902	* src/gtk/quicksearch.c
3903	* src/gtk/spell_entry.c
3904	* src/plugins/bogofilter/bogofilter_gtk.c
3905	* src/plugins/dillo_viewer/dillo_prefs.c
3906	* src/plugins/pgpcore/prefs_gpg.c
3907	* src/plugins/spamassassin/spamassassin_gtk.c
3908	* src/plugins/trayicon/trayicon.c
3909	* src/plugins/trayicon/trayicon_prefs.c
3910		Remove all possible #if GTK_CHECK_VERSION() checks,
3911		and make Claws build with GTK+2.16 (untested right
3912		now), as the Gpg4Win project uses GTK+2.16 currently.
3913
39142011-10-22 [colin]	3.7.10cvs40
3915
3916	* src/gtk/gtkutils.h
3917	* configure.ac
3918		Fix (hopefully) build with GTK+ 2.18.
3919
39202011-10-20 [paul]	3.7.10cvs39
3921
3922	* AUTHORS
3923	* src/ldif.c
3924	* src/gtk/authors.h
3925		fix bug 2479, 'LDIF address book import matches tags case sensitive'
3926		Patch by Bodo Graumann <mail@bodograumann.de>
3927
39282011-10-20 [mones]	3.7.10cvs38
3929
3930	* po/fr.po
3931	* src/common/defs.h
3932		Fix references to old dotsrc mailing lists
3933
39342011-10-19 [mones]	3.7.10cvs37
3935
3936	* src/prefs_msg_colors.c
3937		Fix Ok/Cancel buttons in color selector of preferences
3938
39392011-10-17 [colin]	3.7.10cvs36
3940
3941	* src/gtk/gtkshruler.c
3942		(Probably) fix GTK+ <= 2.22
3943
39442011-10-17 [colin]	3.7.10cvs35
3945
3946	* src/gtk/gtkshruler.c
3947		Fix GTK+2.22 build
3948
39492011-10-17 [mones]	3.7.10cvs34
3950
3951	* src/addrbook.c
3952	* src/exportldif.c
3953	* src/jpilot.c
3954	* src/mutt.c
3955	* src/pine.c
3956	* src/procmsg.c
3957	* src/vcard.c
3958		Fix potential out-of-buffer writes
3959
39602011-10-17 [mones]	3.7.10cvs33
3961
3962	* src/main.c
3963		Use just one g_print call per option; correct indentation
3964
39652011-10-17 [colin]	3.7.10cvs32
3966
3967	* src/compose.c
3968	* src/compose.h
3969	* src/gtk/Makefile.am
3970	* src/gtk/gtkshruler.c
3971	* src/gtk/gtkshruler.h
3972	* src/gtk/gtkunit.c
3973	* src/gtk/gtkunit.h
3974		Reimplement ruler using the GTK widgets. Thanks
3975		to Hanno for the initial patch.
3976
39772011-10-17 [colin]	3.7.10cvs31
3978
3979	* src/action.c
3980	* src/main.c
3981	* src/gtk/gtkutils.c
3982	* src/gtk/gtkutils.h
3983		Undeprecate GIO/GdkCondition
3984
39852011-10-16 [mones]	3.7.10cvs30
3986
3987	* src/main.c
3988		Add --compose-from-file option to open composition
3989		window with the headers and body from a file; based
3990		on Debian patch to fix http://bugs.debian.org/544868
3991
39922011-10-15 [mones]	3.7.10cvs29
3993
3994	* manual/advanced.xml
3995		Document new summary_from_show hidden preference
3996
39972011-10-15 [paul]	3.7.10cvs28
3998
3999	* src/compose.c
4000		compose_create_tags() - fix misplaced 'int i'
4001		compose_entry_mark_default_to() - fix To field highlighting
4002
40032011-10-09 [colin]	3.7.10cvs27
4004
4005	* src/addr_compl.c
4006		Fix address completion
4007
40082011-10-07 [colin]	3.7.10cvs26
4009
4010	* src/prefs_filtering_action.c
4011	* src/gtk/gtkutils.h
4012		Fix build with GTK+2.20
4013
40142011-10-07 [colin]	3.7.10cvs25
4015
4016	* src/gtk/Makefile.am
4017	* src/gtk/gdkkeysyms-new.h
4018	* src/gtk/gtkutils.h
4019		Copy the new GDK_KEY_* definitions for older GTKs
4020
40212011-10-07 [colin]	3.7.10cvs24
4022
4023	* configure.ac
4024		Fix typos (thanks to Hanno)
4025
40262011-10-07 [colin]	3.7.10cvs23
4027
4028	* src/compose.c
4029	* src/gtk/gtkshruler.c
4030	* src/gtk/gtkshruler.h
4031		Disable ruler starting from 2.24.
4032
40332011-10-07 [colin]	3.7.10cvs22
4034
4035	* configure.ac
4036	* src/messageview.c
4037	* src/gtk/Makefile.am
4038		GTK2 build fix
4039
40402011-10-07 [colin]	3.7.10cvs21
4041
4042	* configure.ac
4043	* src/action.c
4044	* src/addr_compl.c
4045	* src/addrgather.c
4046	* src/compose.c
4047	* src/compose.h
4048	* src/editldap.c
4049	* src/mainwindow.c
4050	* src/message_search.c
4051	* src/mimeview.c
4052	* src/mimeview.h
4053	* src/prefs_account.c
4054	* src/prefs_compose_writing.c
4055	* src/prefs_filtering_action.c
4056	* src/prefs_folder_item.c
4057	* src/prefs_logging.c
4058	* src/prefs_matcher.c
4059	* src/prefs_message.c
4060	* src/prefs_other.c
4061	* src/prefs_receive.c
4062	* src/prefs_summaries.c
4063	* src/prefs_wrapping.c
4064	* src/printing.c
4065	* src/ssl_manager.c
4066	* src/statusbar.c
4067	* src/stock_pixmap.c
4068	* src/summary_search.c
4069	* src/textview.c
4070	* src/gtk/Makefile.am
4071	* src/gtk/colorlabel.c
4072	* src/gtk/gtkutils.c
4073	* src/gtk/gtkutils.h
4074	* src/gtk/logwindow.c
4075	* src/gtk/menu.c
4076	* src/gtk/menu.h
4077	* src/gtk/quicksearch.c
4078	* src/gtk/spell_entry.c
4079	* src/plugins/bogofilter/bogofilter_gtk.c
4080	* src/plugins/dillo_viewer/dillo_viewer.c
4081	* src/plugins/pgpcore/prefs_gpg.c
4082	* src/plugins/spamassassin/spamassassin_gtk.c
4083		Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
4084		the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
4085		ported (especially GtkCMOptionMenu)
4086
40872011-10-07 [colin]	3.7.10cvs20
4088
4089	* src/account.c
4090	* src/action.c
4091	* src/addr_compl.c
4092	* src/addrcustomattr.c
4093	* src/addrduplicates.c
4094	* src/addressadd.c
4095	* src/addressbook.c
4096	* src/addressbook_foldersel.c
4097	* src/addrgather.c
4098	* src/alertpanel.c
4099	* src/browseldap.c
4100	* src/compose.c
4101	* src/editaddress.c
4102	* src/editaddress_other_attributes_ldap.c
4103	* src/editbook.c
4104	* src/editgroup.c
4105	* src/editjpilot.c
4106	* src/editldap.c
4107	* src/editldap_basedn.c
4108	* src/edittags.c
4109	* src/editvcard.c
4110	* src/exphtmldlg.c
4111	* src/expldifdlg.c
4112	* src/export.c
4113	* src/foldersel.c
4114	* src/folderview.c
4115	* src/grouplistdialog.c
4116	* src/import.c
4117	* src/importldif.c
4118	* src/importmutt.c
4119	* src/importpine.c
4120	* src/mainwindow.c
4121	* src/message_search.c
4122	* src/messageview.c
4123	* src/mimeview.c
4124	* src/prefs_actions.c
4125	* src/prefs_customheader.c
4126	* src/prefs_display_header.c
4127	* src/prefs_filtering.c
4128	* src/prefs_filtering_action.c
4129	* src/prefs_folder_column.c
4130	* src/prefs_matcher.c
4131	* src/prefs_msg_colors.c
4132	* src/prefs_other.c
4133	* src/prefs_summaries.c
4134	* src/prefs_summary_column.c
4135	* src/prefs_summary_open.c
4136	* src/prefs_template.c
4137	* src/prefs_toolbar.c
4138	* src/printing.c
4139	* src/sourcewindow.c
4140	* src/ssl_manager.c
4141	* src/summary_search.c
4142	* src/summaryview.c
4143	* src/textview.c
4144	* src/uri_opener.c
4145	* src/gtk/about.c
4146	* src/gtk/colorsel.c
4147	* src/gtk/combobox.c
4148	* src/gtk/description_window.c
4149	* src/gtk/foldersort.c
4150	* src/gtk/gtkaspell.c
4151	* src/gtk/gtkcmclist.c
4152	* src/gtk/gtkcmctree.c
4153	* src/gtk/gtkcmoptionmenu.c
4154	* src/gtk/gtkutils.c
4155	* src/gtk/icon_legend.c
4156	* src/gtk/inputdialog.c
4157	* src/gtk/logwindow.c
4158	* src/gtk/pluginwindow.c
4159	* src/gtk/prefswindow.c
4160	* src/gtk/quicksearch.c
4161	* src/plugins/pgpcore/passphrase.c
4162	* src/plugins/pgpcore/select-keys.c
4163		Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4164		to replace GDK_* by GDK_KEY_*.
4165
41662011-10-07 [colin]	3.7.10cvs19
4167
4168	* AUTHORS
4169	* src/account.c
4170	* src/action.c
4171	* src/addr_compl.c
4172	* src/addressbook.c
4173	* src/alertpanel.c
4174	* src/compose.c
4175	* src/edittags.c
4176	* src/folderview.c
4177	* src/grouplistdialog.c
4178	* src/image_viewer.c
4179	* src/mainwindow.c
4180	* src/mimeview.c
4181	* src/noticeview.c
4182	* src/prefs_filtering_action.c
4183	* src/prefs_folder_column.c
4184	* src/prefs_msg_colors.c
4185	* src/prefs_summary_column.c
4186	* src/prefs_toolbar.c
4187	* src/printing.c
4188	* src/stock_pixmap.c
4189	* src/summaryview.c
4190	* src/textview.c
4191	* src/undo.c
4192	* src/wizard.c
4193	* src/gtk/about.c
4194	* src/gtk/authors.h
4195	* src/gtk/colorlabel.c
4196	* src/gtk/colorsel.c
4197	* src/gtk/gtkcmclist.c
4198	* src/gtk/gtkcmctree.c
4199	* src/gtk/gtkcmoptionmenu.c
4200	* src/gtk/gtksctree.c
4201	* src/gtk/gtkutils.c
4202	* src/gtk/gtkvscrollbutton.c
4203	* src/gtk/inputdialog.c
4204	* src/gtk/logwindow.c
4205	* src/gtk/menu.c
4206	* src/gtk/prefswindow.c
4207	* src/gtk/progressdialog.c
4208	* src/plugins/pgpcore/passphrase.c
4209	* src/plugins/trayicon/trayicon.c
4210		Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4211		Patch by Hanno Thurow-Meyer, many thanks to him !
4212
42132011-09-20 [colin]	3.7.10cvs18
4214
4215	* src/common/ssl.c
4216		Fix bug #2502, 'gnutls_transport_set_lowat removed in
4217		gnutls 3.0.3'
4218
42192011-09-18 [colin]	3.7.10cvs17
4220
4221	* src/news.c
4222		Fix segfault when connection fails
4223
42242011-09-03 [colin]	3.7.10cvs16
4225
4226	* src/common/ssl.c
4227		Use NORMAL instead of EXPORT priorities.
4228
42292011-09-02 [colin]	3.7.10cvs15
4230
4231	* configure.ac
4232	* src/common/ssl.c
4233		Linking against gcrypt explicitely in order to call
4234		gcry_control() for mutex setup isn't necessary anymore
4235		starting from gnuTLS 2.11.
4236
42372011-08-31 [colin]	3.7.10cvs14
4238
4239	* src/plugins/pgpinline/pgpinline.c
4240	* src/plugins/pgpmime/pgpmime.c
4241		Fix bug #2431, "Major memory leak in PGP message handling".
4242
42432011-08-31 [colin]	3.7.10cvs13
4244
4245	* AUTHORS
4246	* src/gtk/authors.h
4247	* src/mainwindow.c
4248	* src/messageview.c
4249	* src/gtk/authors.h
4250		Apply Steve Rader's patch from bug #2388, "Add
4251		message view scrolling menu items"
4252
42532011-08-30 [colin]	3.7.10cvs12
4254
4255	* src/gtk/prefswindow.c
4256		Fix layout issues (i.e. on SSL page if changing account
4257		type prior to visiting it).
4258
42592011-08-30 [colin]	3.7.10cvs11
4260
4261	* configure.ac
4262	* src/common/ssl.c
4263		Don't use deprecated functions for GnuTLS priorities.
4264		Require GnuTLS 2.2 that is the first version with the
4265		new function.
4266
42672011-08-30 [colin]	3.7.10cvs10
4268
4269	* src/common/socket.c
4270	* src/common/ssl.c
4271		Long-term fix for bug #2402, "GnuTLS change breaks socket
4272		communication", as per http://savannah.gnu.org/support/?107660
4273
42742011-08-30 [colin]	3.7.10cvs9
4275
4276	* src/etpan/imap-thread.c
4277	* src/etpan/nntp-thread.c
4278		Remove dead openSSL code
4279
42802011-08-30 [colin]	3.7.10cvs8
4281
4282	* src/ssl_manager.c
4283	* src/common/ssl.c
4284	* src/common/ssl_certificate.c
4285	* src/common/ssl_certificate.h
4286	* src/etpan/imap-thread.c
4287	* src/etpan/nntp-thread.c
4288		Fix bug #2127, "SSL cert check uses canonical name instead of
4289		specified name"
4290
42912011-08-29 [colin]	3.7.10cvs7
4292
4293	* src/prefs_account.c
4294		Fix X-Mailer option not appearing on IMAP
4295
42962011-08-29 [colin]	3.7.10cvs6
4297
4298	* src/plugins/pgpcore/Makefile.am
4299	* src/plugins/pgpinline/Makefile.am
4300	* src/plugins/pgpmime/Makefile.am
4301	* src/plugins/smime/Makefile.am
4302		Windows build fix:
4303		libtool: link: require no space between `-L' and `.'
4304
43052011-08-29 [colin]	3.7.10cvs5
4306
4307	* src/account.c
4308	* src/compose.c
4309	* src/prefs_account.c
4310	* src/prefs_account.h
4311		Revert cvs4 which is rather illogical and instead
4312		use Fabian's patch from bug #2471
4313
43142011-08-29 [colin]	3.7.10cvs4
4315
4316	* src/compose.c
4317		Don't insert custom headers that have empty values.
4318		Allows not inserting X-Mailer if it's set to nothing.
4319		Fixes bug #2471, "Make setting an X-Mailer header optional".
4320
43212011-08-29 [colin]	3.7.10cvs3
4322
4323	* src/image_viewer.c
4324	* src/textview.c
4325	* src/gtk/gtkutils.c
4326	* src/gtk/gtkutils.h
4327		Handle EXIF orientation in images (both in textview's
4328		preview and image viewer)
4329
43302011-08-28 [paul]	3.7.10cvs2
4331
4332	* src/prefs_common.c
4333	* src/prefs_common.h
4334	* src/summaryview.c
4335		add new hidden option to control the display in the From
4336		column in the Message List: 0 (default): show name,
4337		1: show address, 2: show name + address
4338
43392011-08-27 [paul]	3.7.10cvs1
4340
4341	* po/POTFILES.in
4342	* src/common/ssl_certificate.c
4343	* src/etpan/imap-thread.c
4344	* src/etpan/nntp-thread.c
4345		offer up some missing log_error() strings to translators
4346
43472011-08-27 [paul]	3.7.10
4348	* NEWS
4349	* README
4350	* RELEASE_NOTES
4351		3.7.10 unleashed!
4352
43532011-08-27 [paul]	3.7.9cvs52
4354
4355	* po/cs.po
4356	* po/fr.po
4357	* po/hu.po
4358	* po/lt.po
4359	* po/pt_BR.po
4360	* po/sk.po
4361		updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4362		Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4363
43642011-08-27 [mones]	3.7.9cvs51
4365
4366	* claws-mail.desktop
4367		Include generic name and comment translations
4368		Thanks to all the people on the translators ML!
4369
43702011-08-23 [paul]	3.7.9cvs50
4371
4372	* src/common/ssl.c
4373		probable/possible fix/workaround for bug 2402,
4374		'can't download message from pop3 server'
4375
43762011-08-18 [paul]	3.7.9cvs49
4377
4378	* manual/handling.xml
4379		fix typos. thanks to vilpan
4380
43812011-08-17 [paul]	3.7.9cvs48
4382
4383	* tools/claws.i18n.status.pl
4384		add Mindaugas Baranauskas (Lithuanian)
4385
43862011-08-14 [mir]	3.7.9cvs47
4387
4388	* src/news.c
4389	* src/etpan/nntp-thread.c
4390		Fix bug 2418. Patch provided by S�bastien Bigaret with
4391		some minor contribution by me.
4392
43932011-08-13 [mir]	3.7.9cvs46
4394
4395	* src/etpan/nntp-thread.c
4396		Fix bug when NNTP server sends authentication warning
4397		as part of the connection session. Privously etpan would
4398		bail out for any return code other than NEWSNNTP_NO_ERROR
4399		but as early as the connection session a return code like
4400		NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4401		NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4402		be considered as an error.
4403
44042011-08-12 [paul]	3.7.9cvs45
4405
4406	* src/mimeview.c
4407		3.7.9cvs43 mistakenly dropped off the info
4408		about the mime part from the tooltip
4409
44102011-08-12 [wwp]	3.7.9cvs44
4411
4412	* src/gtk/quicksearch.c
4413	 Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4414
44152011-08-09 [paul]	3.7.9cvs43
4416
4417	* src/mimeview.c
4418		fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4419
44202011-08-06 [paul]	3.7.9cvs42
4421
4422	* src/compose.c
4423		fix cursor placement in Forward template
4424
44252011-08-06 [paul]	3.7.9cvs41
4426
4427	* src/gtk/description_window.c
4428		fix bug 1963, 'Preferences Templates Information Window Focus loss'
4429
44302011-08-05 [holger]	3.7.9cvs40
4431
4432	* claws-mail.desktop
4433		Revert 3.7.9cvs35 for now, it may be problematic
4434		(see bug #2450)
4435
44362011-08-05 [paul]	3.7.9cvs39
4437
4438	* src/mainwindow.c
4439	* src/messageview.c
4440		use 'Collapse quotes' rather than 'Fold quotes' on
4441		labels, for consistency
4442	* src/toolbar.c
4443		use 'Receive mail from account' rather than 'on account'
4444
44452011-07-30 [mir]	3.7.9cvs38
4446
4447	* src/etpan/Makefile.am
4448	* src/plugins/pgpcore/Makefile.am
4449	* src/plugins/pgpmime/Makefile.am
4450	* src/plugins/smime/Makefile.am
4451		Fix broken build on Debian Sid. enchant.h cannot be
4452		found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4453		present in Makefile.am. Apparently enchant.h in older
4454		versions were placed in /usr/include which is always
4455		scanned be default.
4456
44572011-07-21 [mones]	3.7.9cvs37
4458
4459	* src/common/plugin.c
4460	* src/common/plugin.h
4461		Make licences allowed for plugins more explicit and also
4462		accept dual (or more) licences when properly formatted.
4463		Doesn't require any change on current plugins.
4464
44652011-07-18 [mones]	3.7.9cvs36
4466
4467	* manual/advanced.xml
4468		Document briefly tags feature.
4469	* manual/glossary.xml
4470		Fix definition to avoid confussion with tags.
4471	* manual/es/advanced.xml
4472	* manual/es/glossary.xml
4473		Synchronize Spanish translation with the above.
4474
44752011-07-07 [holger]	3.7.9cvs35
4476
4477	* claws-mail.desktop
4478		Add indicator stuff to the desktop file
4479		Taken from bug #2450
4480
44812011-07-06 [paul]	3.7.9cvs34
4482
4483	* src/edittags.c
4484		fix English usage
4485
44862011-07-06 [mones]	3.7.9cvs33
4487
4488	* src/edittags.c
4489		Do not create an empty tag name row in panel and
4490		warn user about using a non-reserved tag instead
4491
44922011-07-05 [mones]	3.7.9cvs32
4493
4494	* src/imap.c
4495	* src/common/tags.c
4496	* src/common/tags.h
4497	* src/etpan/imap-thread.c
4498		Make constants for reserved tags and use them
4499		Removed also duplicate comparison while at it
4500
45012011-07-05 [paul]	3.7.9cvs31
4502
4503	* src/compose.c
4504		when using a Compose template, only place the cursor
4505		in the body when the cursor symbol, %cursor (%X), is used
4506
45072011-07-03 [paul]	3.7.9cvs30
4508
4509	* src/main.c
4510		do main_window_popup(mainwin); on plugin load error, or
4511		else the warning dialogue and mainwindow stays minimised
4512		and hidden
4513
45142011-07-03 [paul]	3.7.9cvs29
4515
4516	* src/wizard.c
4517		fix bug 2462, 'Building without GnuTLS support leads to a
4518		failure in wizard.c'
4519
45202011-07-03 [paul]	3.7.9cvs28
4521
4522	* src/mainwindow.c
4523	* src/mainwindow.h
4524	* src/summaryview.c
4525		fix bug #2461, 'popup menu in message list displays
4526		'move to trash' and 'delete''.
4527		Add a new sensitivity condition 'M_NOT_TRASH' and
4528		remove the broken workaround for right-click in summaryview.c.
4529		Fix broken main menu sensitivity for "Menu/Message/Move" in
4530		News folder.
4531
45322011-06-21 [paul]	3.7.9cvs27
4533
4534	* src/mainwindow.c
4535		revert 3.7.9cvs2, it does no good
4536
45372011-06-18 [mir]	3.7.9cvs26
4538
4539	* configure.ac
4540		Fix autoconf warnings introduced in autoconf >= 2.64
4541
45422011-06-05 [paul]	3.7.9cvs25
4543
4544	* po/ca.po
4545	* po/cs.po
4546	* po/de.po
4547	* po/it.po
4548	* po/ja.po
4549	* po/pt_PT.po
4550	* po/sk.po
4551	* po/uk.po
4552		fix strings where an informational message has been
4553		wrongly entered into the translated string
4554	* src/toolbar.c
4555		enable 'Trash' and 'Sender' to be translated based on
4556		the context, e.g. as button text and as mail header
4557	* src/gtk/about.c
4558		fix english in Info tab
4559
45602011-05-25 [colin]	3.7.9cvs24
4561
4562	* src/action.c
4563		Fix bug #2439, "use bitwise operator for bitmask instead of
4564		logical operator". Thanks to Nicolas Kaiser for the patch.
4565
45662011-05-18 [colin]	3.7.9cvs23
4567
4568	* src/news.c
4569		Fix missing group selection before xover if the
4570		connection was reset before.
4571
45722011-05-12 [colin]	3.7.9cvs22
4573
4574	* src/common/utils.c
4575		Fix bug #2412, "Send account mail address in Message-ID
4576		wrongly implemented". Patch by Fabian Keil.
4577
45782011-05-12 [mones]	3.7.9cvs21
4579
4580	* src/etpan/nntp-thread.c
4581		Fix bug #2418 "NNTP authentication is broken"
4582
45832011-05-09 [pawel]	3.7.9cvs20
4584
4585	* src/mainwindow.c
4586	* src/prefs_folder_item.c
4587		Small UI fixes
4588
45892011-05-05 [colin]	3.7.9cvs19
4590
4591	* src/imap.c
4592	* src/inc.c
4593	* src/news.c
4594	* src/send_message.c
4595		Fix bug #2184, "Add account name information inside network log".
4596                Initial patch by MSulchan Darmawan, expanded to other protocols.
4597		This stuff is too much copy-pasted.
4598
4599
46002011-04-30 [colin]	3.7.9cvs18
4601
4602	* src/main.c
4603		Fix bug #2414, 'Claws segfaults on startup with
4604		notification plugin enabled". Thanks Christian
4605		Faulhammer for the patch.
4606
46072011-04-27 [colin]	3.7.9cvs17
4608
4609	* src/codeconv.c
4610		Make Windows' encoding CP1251 for ru_RU locale
4611		Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4612
46132011-04-24 [paul]	3.7.9cvs16
4614
4615	* manual/claws-mail-manual.xml
4616	* manual/de/claws-mail-manual.xml
4617	* manual/es/claws-mail-manual.xml
4618	* manual/fr/claws-mail-manual.xml
4619	* manual/it/claws-mail-manual.xml
4620		update copyright year
4621
46222011-04-24 [paul]	3.7.9cvs15
4623
4624	* src/summaryview.c
4625		fix bug #2353, 'Right-clicking on spam in order to delete
4626		it causes it to show in message window'
4627
46282011-04-24 [paul]	3.7.9cvs14
4629
4630	* src/mainwindow.c
4631	* src/gtk/foldersort.c
4632	* src/gtk/foldersort.h
4633		fix labelling, 'change folder order' to 'change mailbox order'
4634
46352011-04-23 [paul]	3.7.9cvs13
4636
4637	* configure.ac
4638		fix bug #2409, 'Failed to compile under GCC 3.x : option
4639		 -Wno-pointer-sign badly set in configure.ac'. mistakenly
4640		committed in 3.7.8cvs19
4641
46422011-04-11 [paul]	3.7.9cvs12
4643
4644	* src/plugins/trayicon/trayicon.c
4645		fix build bug: gtk_status_icon_set_title() is available
4646		since gtk 2.18.x not 2.14.x
4647
46482011-04-11 [paul]	3.7.9cvs11
4649
4650	* po/hu.po
4651		updated by Páder Rezső
4652
46532011-04-10 [colin]	3.7.9cvs10
4654
4655	* src/addr_compl.c
4656	* src/addressbook.c
4657	* src/compose.c
4658	* src/editaddress.c
4659	* src/editaddress_other_attributes_ldap.c
4660	* src/main.c
4661	* src/message_search.c
4662	* src/prefs_display_header.c
4663	* src/prefs_filtering_action.c
4664	* src/prefs_matcher.c
4665	* src/prefs_other.c
4666	* src/prefs_toolbar.c
4667	* src/summary_search.c
4668	* src/gtk/colorlabel.c
4669	* src/gtk/combobox.c
4670	* src/gtk/gtkcmoptionmenu.c
4671	* src/gtk/gtkshruler.c
4672	* src/gtk/gtkshruler.h
4673	* src/gtk/gtkutils.h
4674	* src/gtk/inputdialog.c
4675	* src/gtk/quicksearch.c
4676		Revert the whole pile of crap introduced in
4677		cvs9,8,7,4.
4678
46792011-04-10 [colin]	3.7.9cvs9
4680
4681	* src/compose.c
4682	* src/editaddress.c
4683	* src/editaddress_other_attributes_ldap.c
4684	* src/main.c
4685	* src/message_search.c
4686	* src/prefs_display_header.c
4687	* src/prefs_matcher.c
4688	* src/prefs_toolbar.c
4689	* src/summary_search.c
4690	* src/gtk/combobox.c
4691	* src/gtk/gtkutils.h
4692	* src/gtk/inputdialog.c
4693	* src/gtk/quicksearch.c
4694		Finish fun with combo boxes. (hopefully)
4695
46962011-04-10 [colin]	3.7.9cvs8
4697
4698	* src/compose.c
4699	* src/prefs_filtering_action.c
4700	* src/gtk/combobox.c
4701	* src/gtk/gtkshruler.c
4702	* src/gtk/gtkshruler.h
4703		More undeprecation. GTKSHRuler is #if'ed out. We can
4704		still decide to maintain the old GtkRuler widget in-tree
4705		if the lack of ruler in Compose window is too
4706		annoying.
4707
47082011-04-10 [colin]	3.7.9cvs7
4709
4710	* src/addr_compl.c
4711	* src/addressbook.c
4712	* src/compose.c
4713	* src/editaddress_other_attributes_ldap.c
4714	* src/message_search.c
4715	* src/prefs_display_header.c
4716	* src/prefs_filtering_action.c
4717	* src/prefs_other.c
4718	* src/prefs_toolbar.c
4719	* src/summary_search.c
4720	* src/gtk/colorlabel.c
4721	* src/gtk/combobox.c
4722	* src/gtk/gtkcmoptionmenu.c
4723	* src/gtk/gtkutils.h
4724		More comboboxtext undeprecation
4725
47262011-04-10 [colin]	3.7.9cvs6
4727
4728	* src/messageview.c
4729		Fix it better.
4730
47312011-04-10 [colin]	3.7.9cvs5
4732
4733	* src/messageview.c
4734		Fix age-old typo.
4735
47362011-04-10 [colin]	3.7.9cvs4
4737
4738	* src/compose.c
4739	* src/editaddress_other_attributes_ldap.c
4740	* src/message_search.c
4741	* src/prefs_display_header.c
4742	* src/prefs_filtering_action.c
4743	* src/prefs_other.c
4744	* src/prefs_toolbar.c
4745	* src/summary_search.c
4746	* src/gtk/combobox.c
4747	* src/gtk/gtkutils.h
4748		gtk_combo_box_*_text() is deprecated, and
4749		gtk_combo_box_text_*() is the new hotness.
4750
47512011-04-10 [colin]	3.7.9cvs3
4752
4753	* src/addr_compl.c
4754	* src/addressbook.c
4755	* src/browseldap.c
4756	* src/compose.c
4757	* src/folder.c
4758	* src/folderview.c
4759	* src/gtk/gtkvscrollbutton.c
4760	* src/gtk/gtkvscrollbutton.h
4761		s/GtkFunction/GSourceFunc
4762
47632011-04-10 [colin]	3.7.9cvs2
4764
4765	* src/mainwindow.c
4766		Use gtkut_window_popup() to work around a bug in Gnome Shell.
4767		This is the patch from bug #2396, it should be innocuous even
4768		if that's useless to do deiconify + present window...
4769
47702011-04-09 [paul]	3.7.9cvs1
4771
4772	* src/prefs_summaries.c
4773		fix typo in string. (thanks, Brad!)
4774
47752011-04-09 [paul]	3.7.9
4776	* NEWS
4777	* README
4778	* RELEASE_NOTES
4779		3.7.9 unleashed!
4780
47812011-04-09 [paul]	3.7.8cvs78
4782
4783	* po/cs.po
4784	* po/es.po
4785	* po/fi.po
4786	* po/fr.po
4787	* po/lt.po
4788	* po/pt_BR.po
4789	* po/sk.po
4790	* po/uk.po
4791		updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4792		wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4793		Slavko, and Yarema
4794
47952011-04-09 [colin]	3.7.8cvs77
4796
4797	* src/gtk/filesel.c
4798		Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4799		wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4800		encoding filename. Hooray for stupid.
4801
48022011-04-08 [colin]	3.7.8cvs76
4803
4804	* src/action.c
4805		Fix action Stop: if child does not react to SIGTERM, it'll
4806		probably start behaving when it'll get a SIGKILL on the user's
4807		second press on Stop.
4808		Fixes bug #2237, "User action makes Claws unresponsive".
4809
48102011-04-08 [colin]	3.7.8cvs75
4811
4812	* src/account.c
4813	* src/folder.c
4814	* src/folder.h
4815	* src/folder_item_prefs.c
4816	* src/folder_item_prefs.h
4817	* src/prefs_account.c
4818		Fix bug #2382, "folderitemrc not updated when account
4819		name is changed". Indeed, this wasn't done.
4820
48212011-04-08 [wwp]	3.7.8cvs74
4822
4823	* src/procmime.c
4824	Add support for quoted values (*="value").
4825	This commonly fixes a trailing quote appearing to filenames
4826	sent by iphone Mail (not sure if it's culprit at all, though).
4827
48282011-04-08 [colin]	3.7.8cvs73
4829
4830	* src/gtk/filesel.c
4831		Fix bug #2393, "Crashes and rendering problems in the "Save as" menu
4832		caused by attachments with extended chars in the file name". Patch
4833		derived from a patch bt Fabien Keil
4834
48352011-04-05 [wwp]	3.7.8cvs72
4836
4837	* src/compose.c
4838		A debug string not to translate.
4839
48402011-04-03 [colin]	3.7.8cvs71
4841
4842	* src/common/utils.h
4843		Fix bug #2394, "backtrace() crashes on FreeBSD"
4844		That's not the first bug-report where internal
4845		debug-only backtrace() crashes on FreeBSD.
4846
48472011-04-03 [colin]	3.7.8cvs70
4848
4849	* src/compose.c
4850		Fix bug #2365 again, "Crash when auto-scrolling headers in
4851		compose window".
4852		Batch-mode compose windows (from filtering actions) shouldn't
4853		try to access stuff after flushing events...
4854
48552011-03-31 [paul]	3.7.8cvs69
4856
4857	* INSTALL
4858		update as gtk >= 2.10 now required
4859		(because I'll never remember to do this later)
4860
48612011-03-26 [paul]	3.7.8cvs68
4862
4863	* src/messageview.c
4864		fix separators in Go To menu
4865
48662011-03-20 [colin]	3.7.8cvs67
4867
4868	* configure.ac
4869		Drop the *_DISABLE_DEPRECATED. We'll put them back
4870		when we'll have time to handle them
4871
48722011-03-18 [paul]	3.7.8cvs66
4873
4874	* src/textview.c
4875		make user-facing message more accurate -
4876		'Network Log' not 'View Log'
4877
48782011-03-17 [wwp]	3.7.8cvs65
4879
4880	* po/fr.po
4881		Fix a typo around plural form, as reported by
4882		Yannick Palanque.
4883
48842011-03-15 [colin]	3.7.8cvs64
4885
4886	* AUTHORS
4887	* src/gtk/authors.h
4888	* src/main.c
4889		Fix bug #2381, "Support for NetworkManager 0.9".
4890		Patch by Mikhail Efremov
4891
48922011-03-04 [colin]	3.7.8cvs63
4893
4894	* src/mimeview.c
4895	* src/mimeview.h
4896		Fix segfault on Windows
4897	* src/exporthtml.c
4898	* src/common/utils.c
4899	* src/common/w32_unistd.c
4900	* src/common/w32lib.h
4901		Rationalize use of time_r() funcs (pthread do define them)
4902
49032011-03-02 [pawel]	3.7.8cvs62
4904
4905	* src/wizard.c
4906		Re-implement widgets aligning, switch from GtkSizeGroup
4907		to GtkTable - this should fix disappearing labels
4908
49092011-03-01 [pawel]	3.7.8cvs61
4910
4911	* src/wizard.c
4912		Wizard GUI cleanups. Make it look and behave more
4913		like account preferences.
4914
49152011-02-23 [colin]	3.7.8cvs60
4916
4917	* src/common/Makefile.am
4918		Fix make dist
4919
49202011-02-23 [colin]	3.7.8cvs59
4921
4922	* src/Makefile.am
4923	* src/main.c
4924	* src/common/Makefile.am
4925	* src/common/plugin.c
4926	* src/common/valgrind.h
4927		Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4928		Use valgrind's own header.
4929
49302011-02-22 [colin]	3.7.8cvs58
4931
4932	* src/prefs_account.c
4933		Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4934		signed message" upon new installation. This is disturbing when PGP
4935		plugins are loaded by default.
4936
49372011-02-16 [paul]	3.7.8cvs57
4938
4939	* src/*
4940		update copyright headers throughout
4941
49422011-02-16 [paul]	3.7.8cvs56
4943
4944	* src/summaryview.c
4945		use gettext plural form for "item selected"/"items selected"
4946
49472011-02-13 [colin]	3.7.8cvs55
4948
4949	* src/mimeview.c
4950	* src/mimeview.h
4951		Fix bug #2361, "Claws crashes after PGP Check in separate
4952		msg view". Don't let the cancel thread lie around after
4953		the verification ended.
4954
49552011-02-13 [paul]	3.7.8cvs54
4956
4957	* po/lt.po
4958		updated by Mindaugas Baranauskas
4959
49602011-02-11 [mones]	3.7.8cvs53
4961
4962	* manual/es/advanced.xml
4963		Sync with English manual
4964	* src/imap.c
4965		Fix remaining mismatched alloc/free from cppcheck
4966
49672011-02-10 [pawel]	3.7.8cvs52
4968
4969	* src/ldapupdate.c
4970		Fix memleaks
4971
49722011-02-10 [pawel]	3.7.8cvs51
4973
4974	* src/prefs_toolbar.c
4975		- set menus sensitivity in item type combo depending on
4976		  availability of actions / plugin hooks
4977		- style fixes, spaces instead of tabs mostly
4978
49792011-02-10 [paul]	3.7.8cvs50
4980
4981	* src/prefs_account.c
4982		move the 'send acc mail addr in msg-id" option to
4983		the send page
4984
49852011-02-10 [paul]	3.7.8cvs49
4986
4987	* src/prefs_account.c
4988		move the 'expunge immediately' option to a more
4989		suitable page
4990
49912011-02-05 [pawel]	3.7.8cvs48
4992
4993	* manual/advanced.xml
4994		Document new hidden pref
4995	* src/folder.c
4996		Dont treat mimeparts referenced by others as
4997		real attachments
4998	* src/mimeview.c
4999	* src/prefs_common.c
5000	* src/prefs_common.h
5001		Add ability to hide inline attachments referenced
5002		by other mimeparts in MimeView. To enable this
5003		feature set show_inline_attachments=0 in your clawsrc
5004
50052011-01-25 [colin]	3.7.8cvs47
5006
5007	* src/matcher.c
5008		Fix matcher body parsing: decode mails with our
5009		MIME parser. This speeds up body search a bit as
5010		binary attachments are not searched anymore, slows
5011		down a bit full message searches, but not awfully.
5012	* src/summary_search.c
5013		Use matcher API to search, in all cases (advanced search or
5014		not). Also, fix little logic bugs related to combos history
5015	* src/common/utils.c
5016	* src/common/utils.h
5017	* src/procmime.c
5018	* src/procmime.h
5019		Remove dead code, export functions needed by matcher.c
5020
50212011-01-25 [colin]	3.7.8cvs46
5022
5023	* src/compose.c
5024	* src/prefs_common.c
5025	* src/common/md5.c
5026	* src/common/ssl_certificate.c
5027		Fix mismatched alloc/free (thanks to cppcheck)
5028
50292011-01-25 [colin]	3.7.8cvs45
5030
5031	* src/pop.c
5032		Fix leak on error path
5033
50342011-01-23 [mones]	3.7.8cvs44
5035
5036	* manual/es/advanced.xml
5037		Sync with English manual
5038
50392011-01-23 [paul]	3.7.8cvs43
5040
5041	* src/gtk/about.c
5042		it's 2011, update copyright line
5043
50442011-01-23 [paul]	3.7.8cvs42
5045
5046	* manual/advanced.xml
5047	* src/prefs_common.c
5048	* src/prefs_common.h
5049	* src/textview.c
5050		fix bug #2350, 'Make displaying localized date/time in
5051		message view optional'.
5052		This introduces a new hidden option (why do more?),
5053		'msgview_date_format', which defaults to OFF, maintaining
5054		the current and expected behaviour.
5055
50562011-01-21 [colin]	3.7.8cvs41
5057
5058	* src/procmime.c
5059		Fix bug #2050, Clawsmail sends return receipt every seconds
5060		We forgot to close the file when parsing
5061		disposition-notification fields, which made unlinking of the
5062		corresponding emails in tempfolder/processing impossible in
5063		Windows. Causing them to be re-fetched every time.
5064
50652011-01-21 [colin]	3.7.8cvs40
5066
5067	* claws-mail.desktop
5068		Fix again bug #2346: We should have a %u parameter.
5069
50702011-01-21 [colin]	3.7.8cvs39
5071
5072	* src/plugins/spamassassin/spamassassin.c
5073		Fix sa-learn when offline (its command line parsing is
5074		space-dependant). Patch by Wolfgang Lorenz
5075
50762011-01-19 [pawel]	3.7.8cvs38
5077
5078	* claws-mail.desktop
5079		Fix Bug 2346 'Please register x-handler-scheme
5080		 in .desktop file' patch by Laurent Bigonville
5081		While I'm here update things to current
5082		standards, fix desktop-file-validate warnings/errors
5083
50842011-01-18 [colin]	3.7.8cvs37
5085
5086	* src/common/smtp.c
5087		Fix logic on SMTP AUTH: If the selected method isn't
5088		available, say so instead of supposing it'll work.
5089		Fixes bug #2039, 'SMTP AUTHENTICATION'
5090
50912011-01-15 [pawel]	3.7.8cvs36
5092
5093	* src/prefs_folder_item.c
5094		Rework subject regexp simplify gui a bit, this give us better
5095		options page layout (window with min width was too short to
5096		show all contents and thigs were unwieldy) and better preview
5097		of regexp working/not working
5098
50992011-01-14 [pawel]	3.7.8cvs35
5100
5101	* src/textview.c
5102		strncpy2() NULLify strings just fine, no need to be
5103		extra "clever"
5104
51052011-01-14 [pawel]	3.7.8cvs34
5106
5107	* src/textview.c
5108		Fix Bug #2165 'The date not localized in the message view'
5109		Display Date header in messageview in the same way as in
5110		summaryview by respecting date format set in preferences.
5111
51122011-01-06 [pawel]	3.7.8cvs33
5113
5114	* src/prefs_account.c
5115	* src/prefs_folder_item.c
5116	* src/prefs_quote.c
5117	* src/quote_fmt.c
5118		Make quote templates widgets more compact
5119
51202011-01-06 [pawel]	3.7.8cvs32
5121
5122	* src/plugins/trayicon/trayicon.c
5123		- fix logic bug which caused icon to be
5124		  always set no-mail status on plugin load
5125		- force icon hide on plugin_done(), without
5126		  it empty space(?!) is left in tray under KDE3 and KDE4
5127
51282011-01-06 [colin]	3.7.8cvs31
5129
5130	* src/addrharvest.c
5131	* src/codeconv.c
5132	* src/codeconv.h
5133	* src/compose.c
5134	* src/news.c
5135	* src/procheader.c
5136	* src/procmime.c
5137	* src/unmime.c
5138	* src/unmime.h
5139		Unmime headers differently whether they're addresses or not:
5140		It's useless to quote things containing commas if it's in
5141		subject, for example. (introduced in 3.7.8cvs26)
5142
51432011-01-06 [colin]	3.7.8cvs30
5144
5145	* src/gtk/gtkaspell.c
5146		Complete previous patch
5147	* src/messageview.c
5148	* src/plugins/pgpinline/pgpinline.c
5149		Coding style
5150
51512011-01-06 [paul]	3.7.8cvs29
5152
5153	* AUTHORS
5154	* configure.ac
5155	* po/lt.po
5156	* src/gtk/authors.h
5157		add Lithuanian translation (approx. 65% complete)
5158		submitted by Mindaugas Baranauskas
5159
51602011-01-06 [pawel]	3.7.8cvs28
5161
5162	* src/export.c
5163	* src/import.c
5164	* src/messageview.c
5165	* src/prefs_actions.c
5166	* src/procmime.c
5167	* src/gtk/gtkaspell.c
5168	* src/plugins/pgpinline/pgpinline.c
5169	* src/plugins/pgpmime/pgpmime.c
5170	* src/plugins/smime/smime.c
5171		Fix memory/file descriptors leaks
5172
51732011-01-06 [paul]	3.7.8cvs27
5174
5175	* src/plugins/pgpcore/sgpgme.c
5176		fix bug #2322, 'GPG Full info: showing subkey
5177		ID instead of primary key fingerprint'
5178		Patch by Sébastien Bigaret.
5179
51802011-01-03 [colin]	3.7.8cvs26
5181
5182	* src/unmime.c
5183		Better quote-checking when unmim-ing headers
5184		that may have comas.
5185
51862011-01-03 [colin]	3.7.8cvs25
5187
5188	* src/unmime.c
5189		Fix bug #2299, "Incorrect handling of quoted printable coma
5190		in headers". As this is really painful to fix by switching
5191		the whole stuff to a list of headers tokens, we workaround
5192		the problem by adding quotes around the encoded-word (making
5193		it a quoted-string which continuity is already handled).
5194
51952011-01-03 [colin]	3.7.8cvs24
5196
5197	* src/procheader.c
5198		Remove dead code
5199
52002010-12-23 [colin]	3.7.8cvs23
5201
5202	* src/compose.c
5203		Finish fixing bug #2203: When forwarding (inline) and there
5204		are some text/* parts with no name, set them a name and
5205		set their disposition to attachment, so that recipients with
5206		MUAs preferring HTML parts don't show them by default.
5207
52082010-12-22 [paul]	3.7.8cvs22
5209
5210	* src/compose.h
5211		fix missing file in 3.7.8cvs20
5212
52132010-12-22 [colin]	3.7.8cvs21
5214
5215	* src/folderview.c
5216	* src/folderview.h
5217		Implement a nicer scroll when drag and dropping
5218
52192010-12-22 [colin]	3.7.8cvs20
5220
5221	* src/compose.c
5222		Store charset if available when attaching text/* parts
5223		Fixes bug #2203, 'Problems in forwarding multipart/
5224		alternative messages with HTML part'
5225
52262010-12-22 [colin]	3.7.8cvs19
5227
5228	* src/textview.c
5229		Fix wrong free
5230
52312010-12-21 [colin]	3.7.8cvs18
5232
5233	* src/inc.c
5234	* src/send_message.c
5235	* src/common/session.c
5236	* src/common/session.h
5237		Differentiate between running sessions and connected
5238		sessions. Fixes bug #2332, "Crash when hitting cancel
5239		on the SMTP status window"
5240
52412010-12-21 [colin]	3.7.8cvs17
5242
5243	* src/etpan/etpan-thread-manager.c
5244		Dead code removal
5245
52462010-12-21 [colin]	3.7.8cvs16
5247
5248	* src/textview.c
5249		Check whether we should continue loading the
5250		current textview after inserting a possibly
5251		big image.
5252
52532010-12-20 [colin]	3.7.8cvs15
5254
5255	* src/addrcindex.c
5256	* src/addrcindex.h
5257		Removed. Dead code since ages!
5258	* src/addr_compl.c
5259	* src/gtk/gtkcmclist.c
5260	* src/gtk/gtkcmctree.c
5261	* src/gtk/gtksctree.c
5262		undefine *_DISABLE_DEPRECATED in the files that
5263		use deprecated interfaces. Implicit declarations
5264		can lead to crashes as prototypes are unknown, as
5265		evidenced by bug #2315.
5266
52672010-12-20 [colin]	3.7.8cvs14
5268
5269	* src/compose.c
5270		Don't flush events when adding an header entry. This
5271		can mess up the keypresses in the previous header.
5272		Instead, make the scroll happen later (doing it on the
5273		spot without flushing events doesn't work as the new
5274		requisitions aren't set yet).
5275
52762010-12-20 [colin]	3.7.8cvs13
5277
5278	* src/mainwindow.c
5279		Don't iconify at start on w32. This un-iconifies in the
5280		background.
5281
52822010-12-20 [colin]	3.7.8cvs12
5283
5284	* src/common/base64.c
5285		Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5286		Patch by pochini at shiny.it
5287
52882010-12-19 [colin]	3.7.8cvs11
5289
5290	* src/ldapserver.c
5291		Better debug.
5292
52932010-12-18 [colin]	3.7.8cvs10
5294
5295	* src/compose.c
5296		Fix bug #2148, "Attachment content-transfer-encoding
5297		incorrectly set when signing emails". The RFC 2045
5298		states that message/* and multipart/* encoding must
5299		be either 7-bit, 8-bit or binary.
5300
53012010-12-18 [mones]	3.7.8cvs9
5302
5303	* src/ldaputil.c
5304		Fix crash when searching or adding a LDAP server
5305
53062010-12-17 [colin]	3.7.8cvs8
5307
5308	* configure.ac
5309	* src/editldap.c
5310	* src/ldapquery.c
5311	* src/ldapserver.c
5312	* src/ldapupdate.c
5313	* src/ldaputil.c
5314	* src/ldaputil.h
5315		Better error logging. Disable LDAP SSL/TLS on
5316		Windows, it's crashy/non-worky.
5317
53182010-12-17 [colin]	3.7.8cvs7
5319
5320	* src/folder.c
5321		Fix bug #2325, "messages remains in folder cache after moving
5322		from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5323
53242010-12-17 [colin]	3.7.8cvs6
5325
5326	* src/addressadd.c
5327	* src/addressbook.c
5328	* src/addrindex.c
5329	* src/ldapquery.c
5330	* src/ldapquery.h
5331	* src/ldapserver.c
5332	* src/ldapserver.h
5333	* src/ldapupdate.c
5334	* src/ldaputil.c
5335	* src/ldaputil.h
5336		Windows build fixes (w32 LDAP completely untested!)
5337
53382010-12-16 [colin]	3.7.8cvs5
5339
5340	* src/addrindex.c
5341	* src/editldap.c
5342	* src/ldapctrl.c
5343	* src/ldapquery.c
5344	* src/ldapserver.c
5345	* src/ldapserver.h
5346	* src/ldapupdate.c
5347	* src/ldaputil.c
5348		Try to rationalize a bit LDAP connections
5349
53502010-12-16 [colin]	3.7.8cvs4
5351
5352	* src/prefs_spelling.c
5353	* src/common/defs.h
5354		Add a button to get dictionaries (win32)
5355
53562010-12-16 [colin]	3.7.8cvs3
5357
5358	* src/prefs_matcher.c
5359		Fix bug #2279, "crash when clicking 'define' in filter
5360		configuring". Thanks to Theodor Ciobanu for the hint at
5361		the problem.
5362
53632010-12-14 [colin]	3.7.8cvs2
5364
5365	* src/gtk/gtkaspell.c
5366		Add missing guard for sys/wait.h
5367
53682010-12-05 [colin]	3.7.8cvs1
5369
5370	* tools/make.themes.project
5371		Seems wget has changed naming of targets downloaded.
5372		Fix it by always providing our own name.
5373		[Pushing mones' patch again after messing with CVSROOT]
5374
53752010-12-04 [paul]	3.7.8
5376	* NEWS
5377	* README
5378	* RELEASE_NOTES
5379		3.7.8 unleashed!
5380
53812010-12-03 [paul]	3.7.7cvs11
5382
5383	* configure.ac
5384	* manual/xml2pdf ** REMOVED **
5385	* manual/dist/pdf/Makefile.am
5386	* manual/es/dist/pdf/Makefile.am
5387	* manual/fr/dist/pdf/Makefile.am
5388	* manual/pl/dist/pdf/Makefile.am
5389		simplify check for tools needed for manual building,
5390		remove xml2pdf and use docbook2pdf instead
5391
53922010-12-03 [mir]	3.7.7cvs10
5393
5394	* configure.ac
5395		Fix bug so that configure option --disable-manual
5396		actually disable building the manuals
5397
53982010-12-01 [pawel]	3.7.7cvs9
5399
5400	* src/crash.c
5401		One more GTK+ 2.22 build fix
5402
54032010-11-30 [colin]	3.7.7cvs8
5404
5405	* src/action.c
5406		Fix bug #2317, 'Action results in "Bad file descriptor"'
5407		Introduced in 3.7.6cvs57. In fact the error has been there
5408		since ages, and only new thing is the verification of the
5409		various functions return code. Let the stuff work as it
5410		does, as it seems to do the right thing since ages.
5411
54122010-11-28 [colin]	3.7.7cvs7
5413
5414	* src/gtk/quicksearch.c
5415		Fix bug #2313, 'CLI quicksearch sometimes returns
5416		the same messages twice'. Patch by Sebastien Bigaret
5417
54182010-11-25 [paul]	3.7.7cvs6
5419
5420	* src/prefs_common.c
5421		make "gtk_can_change_accels" FALSE by default.
5422		fixes bug #2309, 'Shortcuts should not be modifiable
5423		by default' (RFE)
5424
54252010-11-24 [mones]	3.7.7cvs5
5426
5427	* src/mainwindow.c
5428		Add missing shortcuts for marking as spam and ham
5429		Fixes Debian bug #599547
5430
54312010-11-22 [colin]	3.7.7cvs4
5432
5433	* src/compose.c
5434		Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5435		five patches were needed to fix a corner case
5436		is a good indicator that is was bound to break
5437		something.
5438
54392010-11-21 [colin]	3.7.7cvs3
5440
5441	* src/plugins/pgpcore/claws.def
5442		Win32 build fix
5443
54442010-11-20 [wwp]	3.7.7cvs2
5445
5446	* src/main.c
5447	  Fix either a typo or an irrelevant iff word there.
5448	  IMO type and recursive possible values should be changed to
5449	  smth simple and neat here, and help strings be really
5450	  translatable.
5451
54522010-11-20 [colin]	3.7.7cvs1
5453
5454	* AUTHORS
5455		Damn, forgot to commit this file twice.
5456
54572010-11-19 [paul]	3.7.7
5458	* NEWS
5459	* README
5460	* RELEASE_NOTES
5461		3.7.7 unleashed!
5462
54632010-11-19 [paul]	3.7.6cvs66
5464
5465	* po/ca.po
5466	* po/cs.po
5467	* po/de.po
5468	* po/es.po
5469	* po/fi.po
5470	* po/fr.po
5471	* po/hu.po
5472	* po/id.po
5473	* po/pt_BR.po
5474	* po/sk.po
5475	* po/uk.po
5476		updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5477		Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5478		Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5479
54802010-11-17 [colin]	3.7.6cvs65
5481
5482	* src/common/utils.c
5483		Separate email address from timestamp with a dot.
5484		Fix coding style.
5485
54862010-11-17 [colin]	3.7.6cvs64
5487
5488	* src/common/utils.c
5489		Fix multiple @ in generated message-ids.
5490		That's not allowed in RFC 2822.
5491
54922010-11-16 [mones]	3.7.6cvs63
5493
5494	* manual/es/advanced.xml
5495		Synchronise with English version
5496
54972010-11-04 [wwp]	3.7.6cvs62
5498
5499	* src/filtering.c
5500		Fix bug 2293, "filtering: simplify expression", as simplifying
5501		this expression doesn't make it less easy to understand and we
5502		gain few cycles by making the logical expression more simple
5503		by applying. Patch by Nicolas Kaiser.
5504
55052010-11-03 [colin]	3.7.6cvs61
5506
5507	* src/addrindex.c
5508		Fix bug 2294, "addrindex.c: address index conversion always
5509		fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5510
55112010-11-02 [wwp]	3.7.6cvs60
5512
5513	* src/action.c
5514	* src/statusbar.c
5515	* src/toolbar.c
5516		Enlarge the progress bar (main window) a bit when compiling
5517		for UMPCs like maemo: this solves truncated text that might
5518		appear in the progress bar while processing messages.
5519		Also use a more compact string format when displaying
5520		progress like 'number/total', still for UMPCs, this fixes
5521		a previous inconsistency with these format strings where
5522		no space around the / were used sometimes.
5523
55242010-10-26 [ticho]	3.7.6cvs59
5525
5526	* src/news.c
5527		Recreate NNTP session if server port setting has changed. Fixes
5528		bug #2092.
5529
55302010-10-26 [colin]	3.7.6cvs58
5531
5532	* src/imap_gtk.c
5533	* src/mh_gtk.c
5534		Fix copy-paste error, thanks to David Relson
5535		for spotting it.
5536
55372010-10-18 [colin]	3.7.6cvs57
5538
5539	* src/action.c
5540	* src/addrharvest.c
5541	* src/alertpanel.c
5542	* src/filtering.c
5543	* src/jpilot.c
5544	* src/prefs_themes.c
5545	* src/procmime.c
5546	* src/textview.c
5547	* src/gtk/gtkutils.c
5548	* src/gtk/quicksearch.c
5549	* src/gtk/quicksearch.h
5550	* src/plugins/pgpcore/passphrase.c
5551	* src/plugins/spamassassin/libspamc.c
5552		Fix warnings
5553
55542010-10-17 [colin]	3.7.6cvs56
5555
5556	* src/prefs_themes.c
5557	* src/gtk/gtkaspell.c
5558	* src/gtk/gtkutils.c
5559	* src/gtk/gtkutils.h
5560	* src/gtk/inputdialog.c
5561	* src/gtk/progressdialog.c
5562		Undeprecate a few things
5563
55642010-10-17 [colin]	3.7.6cvs55
5565
5566	* src/main.c
5567	* src/gtk/authors.h
5568	* src/gtk/quicksearch.c
5569	* src/gtk/quicksearch.h
5570		Add ability to search from the command-line.
5571		Closes bug 2249, ' Making QuickSearch independent from the GUI'
5572		Patch by Sebastien Bigarret.
5573
55742010-10-04 [mones]	3.7.6cvs54
5575
5576	* manual/dist/pdf/Makefile.am
5577		Fix build of English PDF manual
5578		(sh: Can't open ../../../xml2pdf)
5579
55802010-10-03 [colin]	3.7.6cvs53
5581
5582	* src/folder.c
5583	* src/folder.h
5584	* src/imap.c
5585	* src/mh.c
5586	* src/procmsg.c
5587		Get rid of GRelation which were, mostly, used as
5588		GHashTables. Probably fixes bug #2277, 'Segfault when
5589		loading inbox for the first time'
5590
55912010-10-03 [mir]	3.7.6cvs52
5592
5593	* manual/de/dist/html/Makefile.am
5594	* manual/de/dist/pdf/Makefile.am
5595	* manual/de/dist/ps/Makefile.am
5596	* manual/de/dist/txt/Makefile.am
5597	* manual/dist/html/Makefile.am
5598	* manual/dist/pdf/Makefile.am
5599	* manual/dist/ps/Makefile.am
5600	* manual/dist/txt/Makefile.am
5601	* manual/es/dist/html/Makefile.am
5602	* manual/es/dist/pdf/Makefile.am
5603	* manual/es/dist/ps/Makefile.am
5604	* manual/es/dist/txt/Makefile.am
5605	* manual/fr/dist/html/Makefile.am
5606	* manual/fr/dist/pdf/Makefile.am
5607	* manual/fr/dist/ps/Makefile.am
5608	* manual/fr/dist/txt/Makefile.am
5609	* manual/pl/dist/html/Makefile.am
5610	* manual/pl/dist/pdf/Makefile.am
5611	* manual/pl/dist/ps/Makefile.am
5612	* manual/pl/dist/txt/Makefile.am
5613	    Missing Makefile.am's for 3.7.6cvs49
5614
5615
56162010-10-03 [colin]	3.7.6cvs51
5617
5618	* po/POTFILES.in
5619		Fix build
5620
56212010-10-02 [mir]	3.7.6cvs50
5622
5623	* manual/de/dist/html/Makefile.am
5624	* manual/de/dist/pdf/Makefile.am
5625	* manual/de/dist/ps/Makefile.am
5626	* manual/de/dist/txt/Makefile.am
5627	* manual/dist/html/Makefile.am
5628	* manual/dist/pdf/Makefile.am
5629	* manual/dist/ps/Makefile.am
5630	* manual/dist/txt/Makefile.am
5631	* manual/es/dist/html/Makefile.am
5632	* manual/es/dist/pdf/Makefile.am
5633	* manual/es/dist/ps/Makefile.am
5634	* manual/es/dist/txt/Makefile.am
5635	* manual/fr/dist/html/Makefile.am
5636	* manual/fr/dist/pdf/Makefile.am
5637	* manual/fr/dist/ps/Makefile.am
5638	* manual/fr/dist/txt/Makefile.am
5639	* manual/pl/dist/html/Makefile.am
5640	* manual/pl/dist/pdf/Makefile.am
5641	* manual/pl/dist/ps/Makefile.am
5642	* manual/pl/dist/txt/Makefile.am
5643	    Part 2 of last commit which broke due to a permission error
5644	    Avoid claws trying to build manuals if the required
5645	    tools are not present.
5646
56472010-10-02 [mir]	3.7.6cvs49
5648
5649	* configure.ac
5650	* manual/de/dist/html/Makefile.am
5651	* manual/de/dist/pdf/Makefile.am
5652	* manual/de/dist/ps/Makefile.am
5653	* manual/de/dist/txt/Makefile.am
5654	* manual/dist/html/Makefile.am
5655	* manual/dist/pdf/Makefile.am
5656	* manual/dist/ps/Makefile.am
5657	* manual/dist/txt/Makefile.am
5658	* manual/es/dist/html/Makefile.am
5659	* manual/es/dist/pdf/Makefile.am
5660	* manual/es/dist/ps/Makefile.am
5661	* manual/es/dist/txt/Makefile.am
5662	* manual/fr/dist/html/Makefile.am
5663	* manual/fr/dist/pdf/Makefile.am
5664	* manual/fr/dist/ps/Makefile.am
5665	* manual/fr/dist/txt/Makefile.am
5666	* manual/pl/dist/html/Makefile.am
5667	* manual/pl/dist/pdf/Makefile.am
5668	* manual/pl/dist/ps/Makefile.am
5669	* manual/pl/dist/txt/Makefile.am
5670	    1) Downgrade autoconf requirements to 2.59 to allow
5671	    building on oldest supported Linux distributions.
5672	    2) Only try to build manuals if the needed software
5673	    is present.
5674
56752010-10-02 [colin]	3.7.6cvs48
5676
5677	* src/plugins/trayicon/trayicon.c
5678		And fix theme updating.
5679
56802010-10-02 [colin]	3.7.6cvs47
5681
5682	* src/plugins/trayicon/trayicon.c
5683		Got burnt by wrong indentation!
5684
56852010-10-02 [colin]	3.7.6cvs46
5686
5687	* configure.ac
5688		Forgot to remove the directory from top-level
5689
56902010-10-02 [colin]	3.7.6cvs45
5691
5692	* src/plugins/trayicon/Makefile.am
5693	* src/plugins/trayicon/trayicon.c
5694	* src/plugins/trayicon/libeggtrayicon/.cvsignore
5695	* src/plugins/trayicon/libeggtrayicon/Makefile.am
5696	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5697	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5698	* src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5699	* src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5700	* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5701	* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5702	* src/plugins/trayicon/libeggtrayicon/xembed.h
5703		Finally get rid of Eggtrayicon, use GtkStatusIcon
5704		instead (which can be done safely now that we
5705		require GTK+ 2.10).
5706
57072010-10-02 [colin]	3.7.6cvs44
5708
5709	* src/action.c
5710	* src/addr_compl.c
5711	* src/addressbook.c
5712	* src/addrgather.c
5713	* src/alertpanel.c
5714	* src/editaddress.c
5715	* src/editaddress_other_attributes_ldap.c
5716	* src/editgroup.c
5717	* src/folderview.c
5718	* src/grouplistdialog.c
5719	* src/headerview.c
5720	* src/image_viewer.c
5721	* src/importldif.c
5722	* src/main.c
5723	* src/mainwindow.c
5724	* src/message_search.c
5725	* src/mimeview.c
5726	* src/prefs_themes.c
5727	* src/summary_search.c
5728	* src/summaryview.c
5729	* src/toolbar.c
5730	* src/etpan/imap-thread.c
5731	* src/gtk/authors.h
5732	* src/gtk/gtkcmclist.c
5733	* src/gtk/gtkcmoptionmenu.c
5734	* src/gtk/gtkutils.c
5735	* src/gtk/gtkutils.h
5736	* src/gtk/gtkvscrollbutton.c
5737	* src/plugins/pgpcore/select-keys.c
5738	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5739		Undeprecate for GTK+2.22. Patch by Reed Loden.
5740		Fixes bug #2276, 'Compile in maintainer mode
5741		fails on GTK+ 2.22'.
5742
57432010-10-02 [colin]	3.7.6cvs43
5744
5745	* configure.ac
5746		It's now time to remove the temporary enable-openssl
5747		option that was used when we removed OpenSSL. See
5748		bug #2276 comment #14.
5749
57502010-09-30 [wwp]	3.7.6cvs42
5751
5752	* src/prefs_account.c
5753	* src/prefs_filtering_action.c
5754	* src/prefs_matcher.c
5755			Fix bug #2274, wrong color label index range
5756			used w/ gtk_cmoption_menu (behaviour change
5757			has been introduced w/ 3.5.0cvs49 apparently),
5758			now it must be 1..N so let's use colorlabel value
5759			(0..N) + 1.
5760
5761
57622010-09-20 [pawel]	3.7.6cvs41
5763
5764	* src/compose.c
5765	* src/mainwindow.c
5766	* src/summaryview.c
5767		revert last patch
5768
57692010-09-19 [pawel]	3.7.6cvs40
5770
5771	* src/compose.c
5772	* src/mainwindow.c
5773	* src/summaryview.c
5774		Set ML menus sensitivity accordingly to
5775		possibility of reply to ML
5776
57772010-09-19 [colin]	3.7.6cvs39
5778
5779	* src/compose.c
5780		Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5781		to newsgroups, and NNTP accounts *can* send email. We
5782		should not force an email account when replying to_ml or
5783		anything...
5784
57852010-09-19 [colin]	3.7.6cvs38
5786
5787	* src/compose.c
5788		Revert previous commit (which breaks Reply to newsgroups)
5789
57902010-09-17 [pawel]	3.7.6cvs37
5791
5792	* src/compose.c
5793		Respect reply_account_autosel when changing compose
5794		account to email one while replying to NNTP post
5795
57962010-09-17 [wwp]	3.7.6cvs36
5797
5798	* doc/man/claws-mail.1
5799	Update --compose documentation in `man claws-mail`.
5800
58012010-09-12 [pawel]	3.7.6cvs35
5802
5803	* src/compose.c
5804		Add forgotten bit to previous commit,
5805		select email account when replying to ML
5806
58072010-09-12 [pawel]	3.7.6cvs34
5808
5809	* src/compose.c
5810		Fix bug #2247 "nntp reply-to-all broken?"
5811		Make reply-to-all and reply-to-ml work as expected in
5812		mailing list through NNTP case
5813
58142010-09-11 [pawel]	3.7.6cvs33
5815
5816	* src/mainwindow.c
5817	* src/summaryview.c
5818	* src/toolbar.c
5819		gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5820		fixes build with GTK+ < 2.18
5821
58222010-09-10 [pawel]	3.7.6cvs32
5823
5824	* src/mainwindow.c
5825	* src/summaryview.c
5826	* src/toolbar.c
5827		Make Tab key switch between FolderView, MsgView and
5828		SummaryView only, other widgets have/can have their own
5829		keybindings anyway
5830
58312010-08-25 [colin]	3.7.6cvs31
5832
5833	* src/procmime.c
5834	* AUTHORS
5835	* src/gtk/authors.h
5836	* src/common/base64.c
5837	* src/common/base64.h
5838		Fix bug #2245, "base64 decoding fails with line breaks"
5839		Patch by Yotam Medini
5840
58412010-08-25 [colin]	3.7.6cvs30
5842
5843	* src/main.c
5844		Fix bug #2241, "Empty trash on exit fails on scripted exit"
5845
58462010-08-23 [pawel]	3.7.6cvs29
5847
5848	* src/inc.c
5849	* src/send_message.c
5850	* src/statusbar.c
5851	* src/toolbar.c
5852		Hide progressbar on statusbar when not needed
5853
58542010-08-17 [colin]	3.7.6cvs28
5855
5856	* src/main.c
5857		Fix previous patch (our own tmp dir is inside
5858		our rc dir)
5859
58602010-08-16 [colin]	3.7.6cvs27
5861
5862	* src/main.c
5863		Use temp dir to store logs in Windows. Avoids doing
5864		get_rc_dir() early, which prevents set_rc_dir()
5865		working correctly.
5866
58672010-07-31 [holger]	3.7.6cvs26
5868
5869	* src/gtk/gtkshruler.c
5870		Yet more GdkGC to Cairo porting
5871
58722010-07-30 [holger]	3.7.6cvs25
5873
5874	* src/stock_pixmap.c
5875		More GdkGC to Cairo porting
5876
58772010-07-30 [holger]	3.7.6cvs24
5878
5879	* src/gtk/colorlabel.c
5880		One GdkGC usage less
5881
58822010-07-29 [holger]	3.7.6cvs23
5883
5884	* src/printing.c
5885		Replace some gdk drawing with cairo, as the former
5886		is going towards deprecation.
5887
58882010-07-25 [colin]	3.7.6cvs22
5889
5890	* src/common/utils.c
5891		And now for a real fix. g_list_remove() doesn't, of
5892		course, free the data. But we have to have a solid
5893		pointer to it in order to free it ourselves instead
5894		of relying on the old freed list pointer.
5895		Maybe that's the last patch on the subject now ? :)
5896
58972010-07-25 [colin]	3.7.6cvs21
5898
5899	* src/common/utils.c
5900		Remove stupid and extraneous g_free() of elements
5901		which have just been freed by g_list_remove(). (see
5902		GList documentation). I don't know how it worked before
5903
59042010-07-25 [colin]	3.7.6cvs20
5905
5906	* src/common/utils.c
5907		Reverse free/use with more logical and safe
5908		use/free. Thanks to Michael Rasmussen !
5909
59102010-07-24 [colin]	3.7.6cvs19
5911
5912	* src/gtk/quicksearch.c
5913		Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5914		'freeze when using quick search'
5915
59162010-07-11 [iwkse]	3.7.6cvs18
5917
5918	* src/gtk/quicksearch.c
5919		Add SMALL_LAYOUT to quicksearch_relayout
5920
59212010-07-10 [iwkse]	3.7.6cvs17
5922
5923	* src/mainwindow.h
5924			Remove forgotten variable from
5925			the last bugfix #2224
5926
59272010-07-10 [colin]	3.7.6cvs16
5928
5929	* src/mainwindow.c
5930	* src/gtk/quicksearch.c
5931		Clean fix for bug #2224: don't mess with GTK settings when
5932		handling the layout ourselves is enough
5933
59342010-07-09 [iwkse]	3.7.6cvs15
5935
5936	* src/mainwindow.h
5937	* src/mainwindow.c
5938			Better fix for Bug #2224
5939
59402010-07-09 [iwkse]	3.7.6cvs14
5941
5942	* src/mainwindow.c
5943			Bug #2224
5944			Always use stock icons on buttons
5945
59462010-07-08 [colin]	3.7.6cvs13
5947
5948	* src/gtk/filesel.c
5949		Fix bug 2223, 'Compilation fails with GTK+
5950		2.21.3'. Thanks to Jan Psota !
5951
59522010-06-29 [pawel]	3.7.6cvs12
5953
5954	* src/compose.c
5955		Revert 3.7.5cvs41, it breaks templates that use %X
5956
59572010-06-23 [wwp]	3.7.6cvs11
5958
5959	* src/gtk/colorlabel.c
5960		Silent up a warning by avoiding possible confusion
5961		in logical expression evaluation, thanks to TuxCM.
5962
59632010-06-21 [iwkse]	3.7.6cvs10
5964
5965	* src/gtk/quicksearch.c
5966		Do not add into quicksearch history
5967		matching rules with bad syntax
5968
59692010-05-26 [holger]	3.7.6cvs9
5970
5971	* src/summaryview.c
5972	* src/summaryview.h
5973		Add function to select rows given a list of messages,
5974		complementary to summary_get_selected_msg_list()
5975
59762010-05-22 [mir]	3.7.6cvs8
5977
5978	* src/ldapctrl.c
5979		Fix bug 2208. Encode encrypted password to qouted
5980		printable to avoid making invalid XML. Encoding
5981		will be activated the first time the password is
5982		changed.
5983
59842010-05-22 [paul]	3.7.6cvs7
5985
5986	* manual/advanced.xml
5987	* src/compose.c
5988	* src/prefs_common.c
5989	* src/prefs_common.h
5990		after using the compose margin for several days
5991		I wanted the old style back - add a new hidden
5992		pref 'show_compose_margin' to restore the old
5993		behaviour (defaults to FALSE)
5994
59952010-05-14 [paul]	3.7.6cvs6
5996
5997	* src/compose.c
5998		add a margin to the compose window text that matches
5999		the margin in textview
6000
60012010-05-14 [colin]	3.7.6cvs5
6002
6003	* src/gtk/sslcertwindow.c
6004		Fix dangling pointer. Thanks to Michael R!
6005
60062010-05-14 [colin]	3.7.6cvs4
6007
6008	* src/gtk/sslcertwindow.c
6009		Fix bug 1993, 'Cannot send mail when SSL certificate is
6010		expired but certificate check is skipped' and maybe
6011		bug 2200, 'SSL is not working with POP3'
6012
60132010-05-14 [colin]	3.7.6cvs3
6014
6015	* src/plugins/pgpinline/pgpinline.c
6016		Fix bug 2205, 'PGPInline: segfault on malformed mails'
6017
60182010-05-04 [iwkse]	3.7.6cvs2
6019
6020	* src/prefs_message.c
6021			Get a generic name as 'Quotation' for
6022			the frame
6023
60242010-05-04 [iwkse]	3.7.6cvs1
6025
6026	* src/prefs_message.c
6027	* src/prefs_common.h
6028	* src/prefs_common.c
6029	* src/textview.c
6030			Fix #2188
6031			Option for collapsing via double-click
6032
60332010-05-01 [paul]	3.7.6
6034	* NEWS
6035	* README
6036	* RELEASE_NOTES
6037		3.7.6 unleashed!
6038
60392010-05-01 [paul]	3.7.5cvs55
6040
6041	* tools/claws.i18n.status.pl
6042		add Ukrainian stat
6043
60442010-05-01 [paul]	3.7.5cvs54
6045
6046	* src/gtk/authors.h
6047		add YUP, new Ukrainian translator
6048
60492010-04-30 [paul]	3.7.5cvs53
6050
6051	* configure.ac
6052	* po/uk.po
6053		add Ukrainian translation, submitted by YUP
6054	* po/cs.po
6055	* po/de.po
6056	* po/fi.po
6057	* po/hu.po
6058	* po/nl.po
6059	* po/pt_BR.po
6060	* po/pt_PT.po
6061	* po/sk.po
6062		updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
6063		Páder Rezső, Marcel Pol, Frederico Goncalves Guimaraes,
6064		Tiago Faria, and Slavko
6065
60662010-04-26 [wwp]	3.7.5cvs52
6067
6068	* po/fr.po
6069		Fix capitalization.
6070
60712010-04-26 [mones]	3.7.5cvs51
6072
6073	* po/es.po
6074		Updated for release
6075
60762010-04-22 [pawel]	3.7.5cvs50
6077
6078	* src/addressbook.c
6079		fix compile warning
6080	* src/vcard.c
6081		first NULL check pointer, then use it
6082
60832010-04-22 [colin]	3.7.5cvs49
6084
6085	* src/imap.c
6086		Fix error message when session isn't established
6087	* po/fr.po
6088		Update translation and fix a typo in it
6089
60902010-04-15 [pawel]	3.7.5cvs48
6091
6092	* src/prefs_account.c
6093		Fix Bug 2144 'When creating an account with IMAP4+SSL,
6094				the port isn't configured properly'
6095		When using SSL/TLS tunneling automatically use default
6096		ports for encrypted connections: smtps, pop3s, imaps, nntps
6097
60982010-04-15 [pawel]	3.7.5cvs47
6099
6100	* src/action.c
6101		Fix crasher in actions using '%f' argument
6102		on multiple files with external scripts which
6103		don't return any output.
6104
61052010-04-14 [colin]	3.7.5cvs46
6106
6107	* src/mainwindow.c
6108		Fix hand cursor after error symbol appears
6109
61102010-04-12 [colin]	3.7.5cvs45
6111
6112	* configure.ac
6113		Fix bug 2162, 'configure check for libetpan
6114		fails with libetpan 1.0'
6115
6116
61172010-04-09 [mones]	3.7.5cvs44
6118
6119	* manual/de/glossary.xml
6120		Fix encoding to match main document's
6121		Also fixes make dist with Debian's openjade
6122
61232010-03-29 [pawel]	3.7.5cvs43
6124
6125	* src/matcher_parser.h
6126	* src/matcher_parser_parse.y
6127	* src/gtk/quicksearch.c
6128		Disable matcher warnings when populating quicksearch
6129		completion lists on startup
6130
61312010-03-27 [colin]	3.7.5cvs42
6132
6133	* src/gtk/quicksearch.c
6134		Fix double-free later in code. Optimize
6135		list creation
6136
61372010-03-27 [pawel]	3.7.5cvs41
6138
6139	* src/compose.c
6140		Make sure that quote ends with new line char
6141
61422010-03-26 [pawel]	3.7.5cvs40
6143
6144	* src/compose.c
6145	* src/compose.h
6146	* src/textview.c
6147		Fix Bug 1928 Add "reply to this address" pop menu
6148		             on Message View
6149		- Set composing account to email one when creating/replying
6150		  from NNTP folder by clicking link or choosing option
6151		  from popup menu
6152		- Factorize code
6153
61542010-03-25 [paul]	3.7.5cvs39
6155
6156	* src/gtk/gtkcmclist.c
6157		Fix build with GTK+ 2.20
6158
61592010-03-24 [pawel]	3.7.5cvs38
6160
6161	* src/addr_compl.c
6162	* src/compose.c
6163	* src/folderview.c
6164	* src/grouplistdialog.c
6165	* src/headerview.c
6166	* src/mainwindow.c
6167	* src/mimeview.c
6168	* src/prefs_account.c
6169	* src/gtk/gtkcmclist.c
6170	* src/gtk/gtkcmctree.c
6171	* src/gtk/gtkcmoptionmenu.c
6172	* src/gtk/gtksctree.c
6173	* src/gtk/gtkshruler.c
6174	* src/gtk/gtkutils.c
6175	* src/gtk/gtkutils.h
6176	* src/gtk/gtkvscrollbutton.c
6177	* src/gtk/inputdialog.c
6178	* src/gtk/spell_entry.c
6179	* src/plugins/trayicon/trayicon.c
6180	* src/plugins/trayicon/libeggtrayicon/Makefile.am
6181	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6182	* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6183		Fix build with GTK+ 2.19
6184
61852010-03-23 [pawel]	3.7.5cvs37
6186
6187	* src/mainwindow.c
6188	* src/mimeview.c
6189		Respect view->show_col_headers option
6190	* src/gtk/gtkcmctree.c
6191		Fix GtkCmcTree column width calculation when it has
6192		auto_resize set and new node is added
6193
61942010-03-22 [pawel]	3.7.5cvs36
6195
6196	* src/grouplistdialog.c
6197	* src/prefs_common.c
6198	* src/prefs_common.h
6199		- remember newsgroups list dialog size
6200		- respect use_dotted_lines hidden pref
6201		- respect use_stripes_everywhere hidden pref
6202
62032010-03-21 [pawel]	3.7.5cvs35
6204
6205	* src/addrgather.c
6206		Remove superfluous gtk_widget_show_all()
6207	* src/mimeview.c
6208		Add forgotten colon
6209	* src/common/utils.c
6210		Return correct type
6211
62122010-03-21 [pawel]	3.7.5cvs34
6213
6214	* src/main.c
6215	* src/gtk/quicksearch.c
6216	* src/gtk/quicksearch.h
6217		Implement separate search phrase completion for
6218		normal/extended quicksearch
6219
62202010-03-11 [paul]	3.7.5cvs33
6221
6222	* po/zh_CN.po
6223		fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6224		submitted by Yuwei Yu
6225
62262010-03-09 [colin]	3.7.5cvs32
6227
6228	* manual/de/glossary.xml
6229		Fix build
6230
62312010-03-02 [colin]	3.7.5cvs31
6232
6233	* manual/de/glossary.xml
6234		Sort alphabetically. Done by Volker Ribbert.
6235
62362010-03-02 [mones]	3.7.5cvs30
6237
6238	* README
6239		Fix mailing list archives location
6240                Remove currently unavailable CVS webview
6241
62422010-03-01 [iwkse]	3.7.5cvs29
6243
6244	* src/common/plugin.c
6245			Other indentation issues
6246
62472010-03-01 [iwkse]	3.7.5cvs28
6248
6249	* src/common/plugin.c
6250			Fix indentation of the previous commit
6251
62522010-03-01 [iwkse]	3.7.5cvs27
6253
6254	* src/common/plugin.h
6255	* src/common/plugin.c
6256			Add API for getting a loaded Plugin from the
6257			plugin's name, plugin_get_loaded_by_name (const gchar *name)
6258			Thanks to Colin, Michael
6259
62602010-02-27 [colin]	3.7.5cvs26
6261
6262	* configure.ac
6263	* AUTHORS
6264	* src/gtk/authors.h
6265	* manual/Makefile.am
6266	* manual/de/Makefile.am
6267	* manual/de/account.xml
6268	* manual/de/ack.xml
6269	* manual/de/addrbook.xml
6270	* manual/de/advanced.xml
6271	* manual/de/claws-mail-manual.xml
6272	* manual/de/faq.xml
6273	* manual/de/glossary.xml
6274	* manual/de/gpl.xml
6275	* manual/de/handling.xml
6276	* manual/de/intro.xml
6277	* manual/de/keyboard.xml
6278	* manual/de/plugins.xml
6279	* manual/de/starting.xml
6280	* manual/de/dist/.cvsignore
6281	* manual/de/dist/Makefile.am
6282	* manual/de/dist/html/.cvsignore
6283	* manual/de/dist/html/Makefile.am
6284	* manual/de/dist/pdf/.cvsignore
6285	* manual/de/dist/pdf/Makefile.am
6286	* manual/de/dist/ps/.cvsignore
6287	* manual/de/dist/ps/Makefile.am
6288	* manual/de/dist/txt/.cvsignore
6289	* manual/de/dist/txt/Makefile.am
6290		Add the german translation of the manual, done by
6291		Volker Ribbert <thoraki@arcor.de>.
6292
62932010-02-27 [holger]	3.7.5cvs25
6294
6295	* src/prefs_toolbar.c
6296		Don't make toolbar item description for
6297		plugin registered items editable
6298
62992010-02-26 [colin]	3.7.5cvs24
6300
6301	* src/toolbar.c
6302		Don't translate empty description
6303
63042010-02-22 [colin]	3.7.5cvs23
6305
6306	* src/compose.c
6307		Don't make In-Reply-To visible when reediting
6308		a draft or sent mail.
6309
63102010-02-20 [colin]	3.7.5cvs22
6311
6312	* src/imap.c
6313	* src/imap.h
6314	* src/main.c
6315	* src/mainwindow.c
6316	* src/etpan/imap-thread.c
6317	* src/etpan/imap-thread.h
6318	* src/etpan/nntp-thread.c
6319	* src/etpan/nntp-thread.h
6320		When going offline from NetworkManager, just
6321		delete IMAP connections. That'll avoid timeouts
6322		when coming back online in certain cases when
6323		the TCP socket will have timed out.
6324
63252010-02-20 [holger]	3.7.5cvs21
6326
6327	* .cvsignore
6328		More files to ignore
6329
63302010-02-17 [ticho]	3.7.5cvs20
6331
6332	* src/summaryview.c
6333	* src/summaryview.h
6334	* src/toolbar.c
6335		Revert 3.7.5cvs19.
6336
63372010-02-16 [ticho]	3.7.5cvs19
6338
6339	* src/summaryview.c
6340	* src/summaryview.h
6341	* src/toolbar.c
6342		Removed unused argument from summary_open_row().
6343
63442010-02-10 [pawel]	3.7.5cvs18
6345
6346	* src/compose.c
6347		- fix headers filtering when prefs_common.trans_hdr is on
6348		- fix headers setting when changing composing account
6349		- plug memleak
6350	* src/prefs_template.c
6351		Re-add template's name for translation
6352
63532010-02-10 [colin]	3.7.5cvs17
6354
6355	* src/prefs_matcher.c
6356		Fix bug 2099, 'add List-Id in Configuration>Filtering>
6357		Condition>Define>Header>Name combo box'. Patch by
6358		Francois Cami
6359
63602010-02-10 [colin]	3.7.5cvs16
6361
6362	* src/codeconv.c
6363	* src/codeconv.h
6364	* src/compose.c
6365	* src/mainwindow.c
6366	* src/messageview.c
6367	* src/prefs_send.c
6368	* src/procmime.c
6369	* src/textview.c
6370		Add the GB18030 Chinese charset, which is a superset
6371		of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6372
63732010-02-09 [holger]	3.7.5cvs15
6374
6375	* configure.ac
6376		GTK+ 2.10 related cleanup
6377
63782010-02-09 [pawel]	3.7.5cvs14
6379
6380	* src/prefs_account.c
6381	* src/prefs_folder_item.c
6382	* src/prefs_template.c
6383	* src/quote_fmt.c
6384		Respect prefs_common.trans_hdr in couple more places to avoid
6385		confusion with translated/non-translated header names
6386
63872010-02-09 [colin]	3.7.5cvs13
6388
6389	* po/POTFILES.in
6390		Fix make dist
6391
63922010-02-09 [colin]	3.7.5cvs12
6393
6394	* src/mimeview.c
6395		And fix 2.10 build :)
6396
63972010-02-09 [colin]	3.7.5cvs11
6398
6399	* configure.ac
6400		Bump up GTK+ requirement to 2.10
6401	* src/Makefile.am
6402	* src/compose.c
6403	* src/crash.c
6404	* src/foldersel.c
6405	* src/main.c
6406	* src/mainwindow.c
6407	* src/messageview.c
6408	* src/messageview.h
6409	* src/prefs_actions.c
6410	* src/prefs_common.c
6411	* src/prefs_common.h
6412	* src/prefs_ext_prog.c
6413	* src/prefs_filtering_action.c
6414	* src/prefs_fonts.c
6415	* src/prefs_image_viewer.c
6416	* src/prefs_matcher.c
6417	* src/prefs_msg_colors.c
6418	* src/prefs_summaries.c
6419	* src/prefs_template.c
6420	* src/printing.c
6421	* src/printing.h
6422	* src/quote_fmt.c
6423	* src/summaryview.c
6424	* src/textview.c
6425	* src/gtk/Makefile.am
6426	* src/gtk/about.c
6427	* src/gtk/gtkcmclist.c
6428	* src/gtk/gtkcmctree.c
6429	* src/gtk/gtkutils.c
6430	* src/gtk/quicksearch.c
6431		Remove all compile-time conditionals depending on
6432		GTK+ < 2.10
6433	* src/gedit-print.c
6434	* src/gedit-print.h
6435	* src/gtk/gtksourceprintjob.c
6436	* src/gtk/gtksourceprintjob.h
6437		Remove libgnomeprint-based printing system (and
6438		command-line-based printing system) as GTK+ 2.10
6439		ships with print support.
6440
64412010-02-08 [mir]	3.7.5cvs10
6442
6443	* src/compose.c
6444	    Avoid displaying Bcc headers in message sent
6445	    to NNTP servers. Thanks to Henning Mersch.
6446
6447
64482010-02-08 [pawel]	3.7.5cvs9
6449
6450	* src/mimeview.c
6451		Make tooltips less cryptic
6452	* src/gtk/description_window.c
6453		Improve window size calculation
6454
64552010-02-08 [pawel]	3.7.5cvs8
6456
6457	* src/compose.c
6458	* src/compose.h
6459	* src/common/utils.c
6460	* src/common/utils.h
6461	* src/gtk/authors.h
6462		Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6463		Patch by Laurent Bigonville with slight modifications
6464
64652010-02-03 [pawel]	3.7.5cvs7
6466
6467	* m4/.cvsignore
6468		Add some libtool files to ignore
6469
64702010-02-03 [pawel]	3.7.5cvs6
6471
6472	* src/plugins/trayicon/trayicon.c
6473		Save and then restore focus when closing/minimizing to tray
6474
64752010-02-03 [mir]	3.7.5cvs5
6476
6477	* src/addrindex.c
6478	* src/editldap.c
6479	* src/ldapctrl.c
6480	* src/ldapctrl.h
6481	* src/ldapquery.c
6482	* src/ldapupdate.c
6483	    Save LDAP password encrypted. See bug 2113.
6484
6485
64862010-02-03 [colin]	3.7.5cvs4
6487
6488	* src/privacy.c
6489		Fix again decoding of encrypted parts. The
6490		reverting of the patch was wrong, as the
6491		double-decoding was fixed in smime itself.
6492		Thanks to Matthias Drochner again...
6493
64942010-02-02 [colin]	3.7.5cvs3
6495
6496	* src/plugins/smime/smime.c
6497	* src/privacy.c
6498		Revert 3.7.4cvs2 and make a better patch for bug
6499		2059 and 2076. Patch by Matthias Drochner
6500
65012010-01-31 [pawel]	3.7.5cvs2
6502
6503	* src/gtk/authors.h
6504		Fix hungarian translator's name
6505
65062010-01-31 [pawel]	3.7.5cvs1
6507
6508	* src/messageview.c
6509	* src/mimeview.c
6510		Fix Bug 2107 - Arrow keys don't work in message view window
6511
65122010-01-31 [paul]	3.7.5
6513
6514	* NEWS
6515	* README
6516	* RELEASE_NOTES
6517		3.7.5 released!
6518
65192010-01-23 [pawel]	3.7.4cvs10
6520
6521	* src/addressbook.c
6522		Fix button sensitivity in compose mode
6523
65242010-01-23 [pawel]	3.7.4cvs9
6525
6526	* commitHelper
6527	* tools/kdeservicemenu/install.sh
6528	* tools/make.themes.project
6529	* tools/nautilus2claws-mail.sh
6530	* tools/popfile-link.sh
6531	* tools/textviewer.sh
6532		Not all systems have bash installed in /bin, use env(1) to find
6533		it`s location
6534
65352010-01-22 [pawel]	3.7.4cvs8
6536
6537	* src/prefs_account.c
6538	* src/prefs_filtering.c
6539	* src/prefs_send.c
6540	* src/gtk/colorlabel.c
6541		Add some separators in combos
6542
65432010-01-22 [pawel]	3.7.4cvs7
6544
6545	* autogen.sh
6546		--disable-aspell -> --disable-enchant
6547	* configure.ac
6548		Fix options spacing in configure --help
6549	* src/wizard.c
6550		Make wizard's window centered on the screen
6551
65522010-01-19 [holger]	3.7.4cvs6
6553
6554	* src/folder.c
6555	* src/folder.h
6556		Introduce folder_get_item_from_identifier().
6557		In contrast to folder_find_item_from_identifier(), this
6558		function recursively creates the FolderItems in the id path.
6559		Useful for programmatically creating folders (e.g. by plugins)
6560
65612010-01-17 [pawel]	3.7.4cvs5
6562
6563	* src/gtk/authors.h
6564		Fix my lastname
6565
65662010-01-16 [colin]	3.7.4cvs4
6567
6568	* src/plugins/pgpcore/sgpgme.c
6569		Probably fix bug 2098, 'claws-mails crashes frequently
6570		with pgpcore'. Fix double-free.
6571
65722010-01-16 [holger]	3.7.4cvs3
6573
6574	* src/prefs_toolbar.h
6575		Forgotten header
6576
65772010-01-15 [colin]	3.7.4cvs2
6578
6579	* src/privacy.c
6580		Decode mimeinfo before decrypting it. Probably
6581		fixes bug 2059 'gpgme >=1.1.8 not compatible
6582		with S/MIME encryption' and bug 2076 'having
6583		worked 2 times properly CLAWS ceased to
6584		decrypt incoming PGP mails -displays base64
6585		instead - sucks completely'
6586		Let's hope complete suckage ends here!
6587		Thanks to Matthias Drochner.
6588
65892010-01-08 [paul]	3.7.4cvs1
6590
6591	* tools/claws.i18n.status.pl
6592		fix typos
6593
65942010-01-08 [paul]	3.7.4
6595
6596	* NEWS
6597	* README
6598	* RELEASE_NOTES
6599		3.7.4 released!
6600
66012010-01-08 [paul]	3.7.3cvs57
6602
6603	* po/ca.po
6604	* po/cs.po
6605	* po/de.po
6606	* po/fi.po
6607	* po/hu.po
6608	* po/id.po
6609	* po/ja.po
6610	* po/nl.po
6611	* po/pt_BR.po
6612	* po/pt_PT.po
6613	* po/ru.po
6614	* po/sk.po
6615		updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6616		Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6617		Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6618		Slavko
6619
66202010-01-08 [paul]	3.7.3cvs56
6621
6622	* src/common/utils.c
6623		fix bug 2089, 'URLs ending with an underscore ('_')
6624		are not correctly parsed'. thanks to Johan
6625
66262010-01-05 [colin]	3.7.3cvs55
6627
6628	* po/fr.po
6629		Update french translation
6630
66312010-01-04 [mones]	3.7.3cvs54
6632
6633	* po/es.po
6634		Update Spanish translation
6635
66362010-01-04 [mones]	3.7.3cvs53
6637
6638	* manual/plugins.xml
6639		Some format
6640	* manual/es/claws-mail-manual.xml
6641	* manual/es/intro.xml
6642	* manual/es/plugins.xml
6643		Synchronise with English version
6644
66452010-01-03 [paul]	3.7.3cvs52
6646
6647	* ChangeLog
6648		fix format
6649	* src/gtk/authors.h
6650		update TEAM_LIST, fix encoding
6651
66522010-01-03 [mir]	3.7.3cvs51
6653
6654	* src/compose.c
6655		When composing to a NNTP list TO: will always be preset
6656		to the NNTP list unless user has chosen some other default
6657		in which case we will handle this the normal way. Therefore
6658		mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6659
66602010-01-01 [paul]	3.7.3cvs50
6661
6662	* src/gtk/about.c
6663		bump copyright year whilst it's in mind
6664
66652009-12-31 [paul]	3.7.3cvs49
6666
6667	* manual/claws-mail-manual.xml
6668	* manual/intro.xml
6669	* manual/plugins.xml
6670		fix links so that they make sense in the context of the
6671		text version of the manual
6672
66732009-12-31 [paul]	3.7.3cvs48
6674
6675	* manual/intro.xml
6676	* manual/plugins.xml
6677		updates, improvements, corrections, additions
6678
66792009-12-29 [pawel]	3.7.3cvs47
6680
6681	* src/prefs_filtering_action.c
6682		Fix Bug 2082 'Wrong color rectangle position when replacing
6683		"color" processing rule'
6684
66852009-12-29 [colin]	3.7.3cvs46
6686
6687	* src/compose.c
6688		Fix bug 2074, 'Remember sending account
6689		for sent messages'
6690
66912009-12-20 [holger]	3.7.3cvs45
6692
6693	* src/compose.c
6694		Delay CREATED_HOOKLIST invokation until
6695		after the modifications to the compose window
6696		are done, to allow hooks to further modify the
6697		window without getting overridden again
6698
66992009-12-20 [holger]	3.7.3cvs44
6700
6701	* src/prefs_toolbar.h
6702		Fix last commit
6703
67042009-12-20 [holger]	3.7.3cvs43
6705
6706	* src/prefs_toolbar.c
6707	* src/prefs_toolbar.h
6708	* src/toolbar.c
6709		Pass window struct to caller
6710
67112009-12-20 [holger]	3.7.3cvs42
6712
6713	* src/compose.c
6714	* src/compose.h
6715		Add hooklist after creation of a compose window
6716
67172009-12-19 [holger]	3.7.3cvs41
6718
6719	* src/prefs_toolbar.c
6720	* src/prefs_toolbar.h
6721	* src/toolbar.c
6722		Allow plugins to choose to which toolbar they want
6723		to add actions (main window, compose window, or message view)
6724
67252009-12-19 [paul]	3.7.3cvs40
6726
6727	* src/statusbar.c
6728		fix statusbar in GTK+ 2.19.1
6729
67302009-12-10 [pawel]	3.7.3cvs39
6731
6732	* src/compose.c
6733		Better fix for cvs28 regression
6734
67352009-12-10 [iwkse]	3.7.3cvs38
6736
6737	* src/compose.c
6738            Fix some indentation
6739
67402009-12-10 [iwkse]	3.7.3cvs37
6741
6742	* src/compose.c
6743            Add missing checks for gtkaspell: avoid
6744            crashing in some cases when Enchant is
6745            enabled but the spell checker is disabled
6746            in preferences.
6747
67482009-12-09 [colin]	3.7.3cvs36
6749
6750	* src/compose.c
6751		Fix leak and unchecked accesses.
6752
67532009-12-09 [mir]	3.7.3cvs35
6754
6755	* src/compose.c
6756	Fix Bug 2072 "template at folder properties is not working"
6757	introduced in cvs24.
6758
67592009-12-08 [pawel]	3.7.3cvs34
6760
6761	* src/compose.c
6762		When 'Reply All' remove current compose address from
6763		Cc/Bcc list - fix for regression introduced in cvs28
6764
67652009-12-05 [pawel]	3.7.3cvs33
6766
6767	* src/messageview.c
6768		Fix memory management, duh!
6769
67702009-12-04 [pawel]	3.7.3cvs32
6771
6772	* src/messageview.c
6773		Use case insensitive comparison in search for
6774		duplicate urls
6775	* src/uri_opener.c
6776		Refresh scrollbars on every window open
6777
67782009-12-04 [pawel]	3.7.3cvs31
6779
6780	* src/compose.c
6781		Highlight misspelled words when applying template and
6782		check_while_typing option is on
6783
67842009-12-03 [pawel]	3.7.3cvs30
6785
6786	* src/compose.c
6787		Highlight misspelled words in text inserted from file(s)
6788		or pasted to message body when check_while_typing
6789		options is on
6790
67912009-12-02 [pawel]	3.7.3cvs29
6792
6793	* src/compose.c
6794		Revert first part of previous commit
6795
67962009-12-02 [pawel]	3.7.3cvs28
6797
6798	* src/compose.c
6799		Fix Bug 2055 "duplicate mailing list reply if
6800		List-Post + Reply-To present"
6801		- Ignore Reply-To if answering to ML
6802		- Improve parsing of List-Post header
6803
68042009-12-02 [pawel]	3.7.3cvs27
6805
6806	* src/compose.c
6807	* src/compose.h
6808		Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6809		email had user in "From" and "CC"
6810		Don't allow duplicate addresses in compose window headers
6811
68122009-12-02 [mones]	3.7.3cvs26
6813
6814	* manual/intro.xml
6815	* manual/es/intro.xml
6816	* manual/fr/intro.xml
6817	* manual/it/intro.xml
6818	* manual/pl/intro.xml
6819		Make URL to point current site
6820
68212009-12-01 [holger]	3.7.3cvs25
6822
6823	* src/summaryview.c
6824	* src/summaryview.h
6825		Introduce new drag type "claws-mail/msg-path-list" for
6826		drag'n'drop of a message selection from the summaryview
6827		into other applications. The drag data gets set to the
6828		folder-item-id followed by message ids, separated by newlines.
6829		This enables other applications to back-link to Claws Mail
6830		via a "claws-mail --select" call after they received a drop.
6831
68322009-11-30 [mir]	3.7.3cvs24
6833
6834	* src/compose.c
6835           Place cursor in compose window according to provided input
6836           If to: is present place cursor in subject field and if both
6837           to: and subject: is present place cursor in body. If body: is
6838           present insert a new line after text and place cursor there.
6839
68402009-11-27 [mones]	3.7.3cvs23
6841
6842	* src/gtk/quicksearch.c
6843		Allow viewing longer expressions if there's space
6844
68452009-11-25 [holger]	3.7.3cvs22
6846
6847	* Makefile.am
6848	* src/common/Makefile.am
6849	* src/common/utils.c
6850	* src/common/utils.h
6851		Add a function to query the
6852		filepath of the .desktop file
6853
68542009-11-25 [colin]	3.7.3cvs21
6855
6856	* src/imap.c
6857		Fix bug 2063, 'glib assertion in GRelation use in
6858		imap.c'
6859
68602009-11-24 [pawel]	3.7.3cvs20
6861
6862	* src/common/utils.c
6863		Fix Bug 2053 'Inconsistent application of Coloration
6864		of Message text'
6865		Don't allow '<' character between quotation marks
6866
68672009-11-21 [holger]	3.7.3cvs19
6868
6869	* src/printing.c
6870		Modify cairo clip handling in preview windows,
6871		to prevent print preview windows from being blank
6872		with GTK+ 2.18. Follow recommendation of the GTK+
6873		documentation (section "Migrating to client side windows")
6874		and create a new cairo context for each expose event.
6875
68762009-11-19 [pawel]	3.7.3cvs18
6877
6878	* Makefile.am
6879		complete 3.7.3cvs15 so install is DESTDIR safe
6880		remove icons with changed names on uninstall
6881
68822009-11-18 [pawel]	3.7.3cvs17
6883
6884	* src/news_gtk.c
6885		remove unneeded and code-duplicating function
6886
68872009-11-18 [pawel]	3.7.3cvs16
6888
6889	* src/news_gtk.c
6890		Fix Bug 2057 'Claws mail does not keep renamed names
6891		of nntp-subscribed groups'
6892		Check for already subscribed group using item->path for group
6893		comparision as folders item->path != item->name may be truth
6894		since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6895
68962009-11-17 [pawel]	3.7.3cvs15
6897
6898	* Makefile.am
6899		Fix Bug 2049 'some icons not copied?'
6900		Install additional 64x64 and 128x128 icons
6901
69022009-11-17 [holger]	3.7.3cvs14
6903
6904	* src/prefs_toolbar.c
6905	* src/prefs_toolbar.h
6906	* src/toolbar.c
6907	* src/toolbar.h
6908		Allow plugins to register toolbar items
6909
69102009-11-11 [pawel]	3.7.3cvs13
6911
6912	* src/addressbook.c
6913	* src/compose.c
6914	* src/compose.h
6915	* src/filtering.c
6916		Fix Bug 1867 Changing account does not change BCC address
6917		Set account specific headers when changing account
6918		in compose window.
6919
69202009-11-07 [colin]	3.7.3cvs12
6921
6922	* src/gtk/prefswindow.c
6923		Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6924		Patch by Pawel
6925
69262009-11-07 [colin]	3.7.3cvs11
6927
6928	* src/gtk/spell_entry.c
6929		Fix bug 2040, 'numbers in subject entry marked as misspelled'
6930		Patch by Pawel Pekala
6931
69322009-10-27 [colin]	3.7.3cvs10
6933
6934	* src/folder.c
6935		Fix bug 2028, 'Attempts to connect to all accounts on exit'
6936		Don't try to check whether the folder is up-to-date if
6937		the folder class doesn't implement set_mtime, as we don't
6938		care in this case. This code exists since a long time, but
6939		the bug was triggered by more scanning of queue folders
6940		since recently (when we added \Deleted handling).
6941
69422009-10-27 [colin]	3.7.3cvs9
6943
6944	* src/mainwindow.c
6945		Try to fix registering as default client
6946		on windows 7
6947
69482009-10-21 [wwp]	3.7.3cvs8
6949
6950	* src/common/utils.c
6951		Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6952
69532009-10-21 [wwp]	3.7.3cvs7
6954
6955	* src/common/utils.c
6956		Don't core dump when attempting to insert a non-existing
6957		file using a mailto: uri (g_error does core dump).
6958
69592009-10-20 [colin]	3.7.3cvs6
6960
6961	* src/common/utils.c
6962		Don't g_error on normal warnings...
6963
69642009-10-20 [colin]	3.7.3cvs5
6965
6966	* src/plugins/pgpcore/sgpgme.c
6967		Fix bug 1996, 'S/MIME key not selected'
6968		Check for S/MIME certs too
6969
69702009-10-20 [colin]	3.7.3cvs4
6971
6972	* src/common/w32lib.h
6973		Fix win32 build on latest mingw32
6974
69752009-10-20 [colin]	3.7.3cvs3
6976
6977	* src/exportldif.c
6978	* src/ldif.c
6979	* src/ldif.h
6980		Fix LDIF export. Patch by Michael Rasmussen
6981
69822009-10-18 [paul]	3.7.3cvs2
6983
6984	* tools/claws.i18n.status.pl
6985		increase the value of $transolddays since we're relasing less
6986		often now.
6987		rework the en_GB.po hack so that en_GB is always 100% translated
6988		and recently updated
6989
69902009-10-17 [paul]	3.7.3cvs1
6991
6992	* src/prefs_account.c
6993	* src/prefs_compose_writing.c
6994	* src/prefs_receive.c
6995	* src/prefs_summaries.c
6996	* src/prefs_wrapping.c
6997		reword a few labels. (this incorporates everything
6998		that seemed worthwhile from bug 2020)
6999	* src/prefs_customheader.c
7000		use a 'Browse' button instead of button with
7001		label 'From file...'
7002
70032009-10-12 [colin]
7004
7005	* CVS repository change
7006
70072009-10-09 [paul[	3.7.3
7008
7009	version 3.7.3 unleashed!!
7010
70112009-10-07 [paul]	3.7.2cvs49
7012
7013	* src/folderview.c
7014	* src/folderview.h
7015	* src/mainwindow.c
7016		fix  Bug 1994 -  Changing colors required restart.
7017		in the process rename folderview_reflect_prefs_pixmap_theme() to the
7018		more accurate folderview_reinit_fonts()
7019
70202009-10-07 [paul]	3.7.2cvs48
7021
7022	* src/addrgather.c
7023	* src/prefs_common.c
7024	* src/prefs_common.h
7025		fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
7026		patch by Pawel Pekala
7027
70282009-10-07 [paul]	3.7.2cvs47
7029
7030	* po/cs.po
7031	* po/de.po
7032	* po/hu.po
7033	* po/id.po
7034	* po/ja.po
7035	* po/pt_BR.po
7036		updated by David Vachulka, Stephan Sachse and Marc Arens,
7037		Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
7038		Goncalves Guimaraes
7039
70402009-10-06 [colin]	3.7.2cvs46
7041
7042	* po/fr.po
7043		French translation update
7044
70452009-10-05 [paul]	3.7.2cvs45
7046
7047	* src/printing.c
7048		enable Page Size and Orientation in the print dialog,
7049		GTK+ >= 2.18.x only. Patch by Mark__T
7050
70512009-10-05 [paul]	3.7.2cvs44
7052
7053	* src/prefs_summaries.c
7054		fix label, startup --> start-up, to match other uses of the
7055		term
7056
70572009-10-05 [paul]	3.7.2cvs43
7058
7059	* po/pl.po
7060		updated by Emilian Nowak
7061
70622009-10-03 [colin]	3.7.2cvs42
7063
7064	* src/mimeview.c
7065	* src/noticeview.c
7066	* src/gtk/gtkcmclist.c
7067	* src/gtk/gtkvscrollbutton.c
7068	* src/gtk/logwindow.c
7069		GTK+ 2.18 fixes:
7070		Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
7071		Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
7072		Fix warning at start
7073
70742009-09-28 [colin]	3.7.2cvs41
7075
7076	* src/matcher.c
7077	* src/mimeview.c
7078	* src/prefs_folder_item.c
7079		Fix bug 2007, 'Small memory leaks'. Patch by Pawel
7080
70812009-09-28 [colin]	3.7.2cvs40
7082
7083	* src/prefs_summaries.c
7084	* src/gtk/sslcertwindow.c
7085		Fix bug 2006, 'Non-utf8 strftime(3) date strings
7086		shows up garbled in GUI'. Patch by Pawel Pekala
7087
70882009-09-24 [iwkse]	3.7.2cvs39
7089
7090	* configure.ac
7091            That's only for statistics, of course :)
7092
70932009-09-24 [iwkse]	3.7.2cvs38
7094
7095	* configure.ac
7096            ...
7097
70982009-09-24 [iwkse]	3.7.2cvs37
7099
7100	* configure.ac
7101            Revert unwanted change
7102
71032009-09-24 [iwkse]	3.7.2cvs36
7104
7105	* src/action.c
7106            Fix issue with filtering actions and
7107            parsed parameters
7108
71092009-09-20 [mones]	3.7.2cvs35
7110
7111	* tools/convert_mbox.pl
7112		Add -R flag to support recursive conversions
7113		of arbitrary Evolution mail folders, based on
7114		bash script by Daniel Dickinson (fixes debian
7115		bug #461435)
7116	* tools/popfile-link.sh
7117		Set required shell for script (fixes debian
7118		bug #530057)
7119
71202009-09-16 [colin]	3.7.2cvs34
7121
7122	* src/main.c
7123		Go grab files in /etc/skel if they exist
7124		at first startup
7125
71262009-09-15 [colin]	3.7.2cvs33
7127
7128	* src/procmime.c
7129		Complete 3.7.1cvs42: only output directly to
7130		final file if we get NULL byes at the start.
7131		Still fixes saving UTF16 files, but also
7132		fixes displaying Base64 parts with decoding
7133		errors (parts without errors get displayed)
7134
71352009-09-14 [colin]	3.7.2cvs32
7136
7137	* src/matcher.c
7138	* src/matcher.h
7139	* src/matcher_parser_parse.y
7140	* src/prefs_matcher.c
7141		Add 'has_attachment' and 'signed' matcher
7142		expressions. Patch by Aleksei Miheev, fixes
7143		bug 1997.
7144
71452009-09-14 [colin]	3.7.2cvs31
7146
7147	* src/common/utils.c
7148		Add "Re :" prefix from french Yahoo mail.
7149		Patch by Didier Barvaux, fixes bug 1999
7150
71512009-09-10 [mones]	3.7.2cvs30
7152
7153	* manual/plugins.xml
7154		Fix sites supported by SpamReport
7155	* manual/es/plugins.xml
7156		Synchronise Spanish manual
7157
71582009-09-07 [holger]	3.7.2cvs29
7159
7160	* Makefile.am
7161		Also update the icon cache on uninstall.
7162		This prevents possible problems when Claws Mail was
7163		uninstalled and installed again into a different location,
7164		see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7165		and the blog post linked therein
7166
71672009-09-07 [paul]	3.7.2cvs28
7168
7169	* src/prefs_toolbar.c
7170		when updating the main toolbar icons just update
7171		the main toolbar (and consequently fix a bug where
7172		folderview icons would disappear)
7173
71742009-08-30 [holger]	3.7.2cvs27
7175
7176	* src/compose.c
7177		Do case-insensitive comparison against
7178		header names when extracting recipients
7179		from composed mails
7180
71812009-08-23 [colin]	3.7.2cvs26
7182
7183	* src/mbox.c
7184		Probably fix RH bug 512024, " folder.c:3543
7185		Condition msglist != NULL failed"
7186
71872009-08-23 [colin]	3.7.2cvs25
7188
7189	* src/prefs_compose_writing.c
7190		Make the maximum size warning bigger. Patch
7191		by Didier Barvaux on bug 1986.
7192
71932009-08-21 [colin]	3.7.2cvs24
7194
7195	* src/compose.c
7196		Previous commit: move the function into compose_insert_file
7197		so that it's also used on drag-n-drop
7198
71992009-08-21 [colin]	3.7.2cvs23
7200
7201	* src/compose.c
7202		Fix scrolling when adding an header
7203
72042009-08-21 [colin]	3.7.2cvs22
7205
7206	* src/compose.c
7207	* src/prefs_common.c
7208	* src/prefs_common.h
7209	* src/prefs_compose_writing.c
7210	* src/common/utils.c
7211		Fix bug 1986, "New feature: warn user when inserting
7212		a large file in the message body". Patch by Didier
7213		Barvaux
7214
72152009-08-21 [colin]	3.7.2cvs21
7216
7217	* AUTHORS
7218	* src/gtk/authors.h
7219	* src/common/utils.c
7220		Fix bug 1984: Add R�f. : reply prefix (french
7221		Lotus Notes); patch by Didier Barvaux
7222
72232009-08-21 [colin]	3.7.2cvs20
7224
7225	* src/codeconv.c
7226	* src/codeconv.h
7227		Fix bug 1969, 'Bad guess for outgoing encoding'
7228		Make sure the specific converters (japanese in
7229		this case) can return success/error in strict
7230		mode, instead of silently failing back to
7231		strncpy
7232
72332009-08-20 [holger]	3.7.2cvs19
7234
7235	* src/compose.c
7236	* src/compose.h
7237		Make it possible for code outside
7238		compose (e.g. plugins) to attach files
7239
72402009-08-20 [colin]	3.7.2cvs18
7241
7242	* src/main.c
7243		Fix crash when accessing IMAP soon
7244
72452009-08-18 [colin]	3.7.2cvs17
7246
7247	* src/ldapquery.c
7248		Maybe fix crash on non-existent LDAP server
7249
72502009-08-04 [colin]	3.7.2cvs16
7251
7252	* src/toolbar.c
7253		Fix toolbar's spacing that breaks dark
7254		themes (patch from http://blogs.igalia.com/aperez/
7255		2009/07/making-claws-mail-look-better/)
7256
72572009-07-28 [colin]	3.7.2cvs15
7258
7259	* src/account.c
7260	* src/addrcustomattr.c
7261	* src/addressadd.c
7262	* src/addressbook_foldersel.c
7263	* src/addrgather.c
7264	* src/browseldap.c
7265	* src/compose.c
7266	* src/editbook.c
7267	* src/editgroup.c
7268	* src/editjpilot.c
7269	* src/editldap.c
7270	* src/editldap_basedn.c
7271	* src/edittags.c
7272	* src/editvcard.c
7273	* src/exphtmldlg.c
7274	* src/expldifdlg.c
7275	* src/export.c
7276	* src/foldersel.c
7277	* src/import.c
7278	* src/importldif.c
7279	* src/importmutt.c
7280	* src/importpine.c
7281	* src/prefs_actions.c
7282	* src/prefs_customheader.c
7283	* src/prefs_display_header.c
7284	* src/prefs_filtering.c
7285	* src/prefs_folder_column.c
7286	* src/prefs_matcher.c
7287	* src/prefs_summary_column.c
7288	* src/prefs_summary_open.c
7289	* src/prefs_template.c
7290	* src/textview.c
7291	* src/uri_opener.c
7292		Fix bug 1950, 'Program freeze up during folder selection'
7293		Don't leave hidden windows modal
7294
72952009-07-28 [colin]	3.7.2cvs14
7296
7297	* src/ldapquery.c
7298		Fix bug 1957, 'LDAP errs out after searching too
7299		many search bases'
7300
73012009-07-28 [colin]	3.7.2cvs13
7302
7303	* src/summaryview.c
7304		Fix bug 1966, '"Collapse all threads" slower than
7305		"Expand all threads"'
7306
73072009-07-28 [colin]	3.7.2cvs12
7308
7309	* src/common/session.c
7310		Fix bug 1967, 'Claws gets stuck after accepting
7311		a certificate warning dialog'
7312
73132009-07-19 [paul]	3.7.2cvs11
7314
7315	* manual/plugins.xml
7316		a few small changes to the English
7317
73182009-07-18 [mones]	3.7.2cvs10
7319
7320	* manual/plugins.xml
7321		Add new bsfilter and fancy plugins to the docs
7322		and a note about dealing with plugins of the same class
7323	* src/prefs_account.c
7324		Fix extra space at the end typo
7325
73262009-07-16 [colin]	3.7.2cvs9
7327
7328	* src/summaryview.c
7329		Fix wrong return without unlocking; thanks
7330		to mupuf_
7331
73322009-07-14 [colin]	3.7.2cvs8
7333
7334	* src/imap.c
7335		Fix bug 1954, 'Segfault on reading wrong STATUS'
7336
73372009-07-10 [colin]	3.7.2cvs7
7338
7339	* src/plugins/pgpcore/plugin.def
7340	* src/common/utils.h
7341		Fix windows port
7342
73432009-07-10 [colin]	3.7.2cvs6
7344
7345	* src/prefs_display_header.c
7346		Fix bug 1951, 'C-Mail dumps core when editing
7347		displayed headers'. Patch by Alexey Rusakov
7348
73492009-07-10 [colin]	3.7.2cvs5
7350
7351	* src/folderview.c
7352		Fix bug 1952, 'Deleted mails in Queue folder
7353		highlight it'.
7354
73552009-07-09 [colin]	3.7.2cvs4
7356
7357	* src/gtk/spell_entry.c
7358		Fix bug 1949, 'Spell checker doesn't recognise
7359		certain word in Subject header, but does in
7360		message body'. Patch by Pawel Pekala.
7361
73622009-07-09 [paul]	3.7.2cvs3
7363
7364	* configure.ac
7365		use pkgconfig to check for the minimum required
7366		version of GnuTLS
7367
73682009-07-06 [colin]	3.7.2cvs2
7369
7370	* src/prefs_customheader.c
7371		Fix build failure
7372
73732009-07-04 [paul]	3.7.2cvs1
7374
7375	* tools/claws.i18n.status.pl
7376		updated
7377
73782009-07-03 [paul]	3.7.2
7379
7380	* NEWS
7381	* README
7382	* RELEASE_NOTES
7383		3.7.2 released!
7384
73852009-07-03 [paul]	3.7.1cvs85
7386
7387	* AUTHORS
7388	* configure.ac
7389	* po/pt_PT.po
7390	* po/sk.po
7391	* src/gtk/authors.h
7392		added new translations by Tiago Faria and Slavko
7393	* po/bg.po
7394	* po/cs.po
7395	* po/de.po
7396	* po/es.po
7397	* po/fi.po
7398	* po/fr.po
7399	* po/hu.po
7400	* po/id.po
7401	* po/it.po
7402	* po/ja.po
7403	* po/pt_BR.po
7404	* po/ru.po
7405		updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7406		Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7407		MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7408		Goncalves Guimaraes, Aleksei Miheev
7409
74102009-07-01 [colin]	3.7.1cvs84
7411
7412	* src/prefs_common.c
7413		Fix bug 1940, 'Doesn't open links in
7414		user's default browser'. Turn the preference
7415		to TRUE by default; that will only change the
7416		behaviour for new users.
7417
74182009-06-29 [colin]	3.7.1cvs83
7419
7420	* src/filtering.c
7421	* src/filtering.h
7422	* src/prefs_filtering_action.c
7423		Fix bug 1935, 'problems with very long filtering actions':
7424		Use a dynamic buffer in action to string, and a bigger
7425		buffer in string to action
7426
74272009-06-29 [colin]	3.7.1cvs82
7428
7429	* src/matcher_parser_lex.l
7430		Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7431
74322009-06-29 [colin]	3.7.1cvs81
7433
7434	* src/addressbook.c
7435		Fix warnings
7436	* src/editgroup.c
7437		Fix crash (out-of-bounds tree column)
7438	* src/gtk/gtkcmctree.c
7439	* src/gtk/gtksctree.c
7440		Prevent using an out-of-bounds tree column
7441
74422009-06-29 [colin]	3.7.1cvs80
7443
7444	* src/ldapupdate.c
7445	* src/ldif.c
7446		Leak fixes; patch by Pawel Pekala.
7447
74482009-06-26 [colin]	3.7.1cvs79
7449
7450	* src/summaryview.c
7451		Sort by msgnum if dates are equal
7452
74532009-06-24 [paul]	3.7.1cvs78
7454
7455	* src/summaryview.c
7456		make some (forgotten) strings translatable
7457
74582009-06-19 [colin]	3.7.1cvs77
7459
7460	* src/summaryview.c
7461		Fix menu sensitiveness
7462
74632009-06-18 [colin]	3.7.1cvs76
7464
7465	* configure.ac
7466	* src/plugins/pgpcore/sgpgme.c
7467	* src/plugins/pgpcore/sgpgme.h
7468	* src/plugins/pgpmime/mypgpcore.def
7469	* src/plugins/pgpmime/pgpmime.c
7470	* src/plugins/smime/mypgpcore.def
7471	* src/plugins/smime/smime.c
7472		Use largefile support (and stop using our old GPGME
7473		hack on gpgme_data_seek/rewind)
7474		(See 1.9.12cvs44 to 46 - if this breaks things we
7475		should soon know :)
7476
74772009-06-13 [colin]	3.7.1cvs75
7478
7479	* src/gtk/spell_entry.c
7480		Fix assertion. We can put a NULL gtkaspell to
7481		an entry; it just means it won't be spell-checked.
7482
74832009-06-12 [mones]	3.7.1cvs74
7484
7485	* src/compose.c
7486	* src/messageview.c
7487	* src/prefs_account.c
7488	* src/prefs_account.h
7489	* src/common/utils.c
7490	* src/common/utils.h
7491		Added preference to use account address in generated
7492		Message-Id. Fixes Debian bug #531052
7493
74942009-06-12 [colin]	3.7.1cvs73
7495
7496	* src/common/ssl.c
7497		Better fix, API-compatible with libgnutls13
7498
74992009-06-12 [colin]	3.7.1cvs72
7500
7501	* src/common/ssl.c
7502		Use compatibility mode in GnuTLS, and avoid problems with
7503		servers that don't comply 100% with the spec, but still
7504		exist.
7505
75062009-06-06 [iwkse]	3.7.1cvs71
7507
7508	* src/compose.c
7509		Ops..revert a mix with another patch
7510
75112009-06-06 [iwkse]	3.7.1cvs70
7512
7513	* src/compose.c
7514		A better fix for the previous commit's issue
7515
75162009-06-06 [iwkse]	3.7.1cvs69
7517
7518	* src/compose.c
7519		Fix shutting down of Claws Mail while a GTK_Return keypress
7520		event is sent to the Attach property window
7521
75222009-06-05 [colin]	3.7.1cvs68
7523
7524	* src/compose.c
7525		Fix build on GTK+ 2.6
7526
75272009-06-03 [mones]	3.7.1cvs67
7528
7529	* tools/make.themes.project
7530		Oops! fix header, sorry Paul ;-)
7531
75322009-06-03 [mones]	3.7.1cvs66
7533
7534	* tools/make.themes.project
7535		Add support for PNG themes and other
7536		fixes i don't remember now... :)
7537
75382009-06-02 [colin]	3.7.1cvs65
7539
7540	* src/compose.c
7541	* src/prefs_template.c
7542	* src/quote_fmt.c
7543		Fix error messages in templates, and fix their
7544		checking
7545
75462009-05-22 [colin]	3.7.1cvs64
7547
7548	* src/compose.c
7549		And remove hbox too
7550
75512009-05-22 [colin]	3.7.1cvs63
7552
7553	* src/compose.c
7554		Fix phantom button behind entry when
7555		changing fields via Tools/Reply mode.
7556
75572009-05-22 [colin]	3.7.1cvs62
7558
7559	* src/compose.c
7560		Fix icon size
7561
75622009-05-21 [mones]	3.7.1cvs61
7563
7564	* src/compose.c
7565	* src/compose.h
7566		Add button to empty header lines with one click
7567
75682009-05-21 [paul]	3.7.1cvs60
7569
7570	* src/mainwindow.c
7571	* src/mainwindow.h
7572	* src/plugins/trayicon/trayicon.c
7573		when quitting from the trayicon, honour
7574		prefs_common.clean_on_exit
7575
75762009-05-21 [paul]	3.7.1cvs59
7577
7578	* src/gtk/Makefile.am
7579		remove duplicate entry
7580		thanks to Charles A Edwards
7581
75822009-05-19 [paul]	3.7.1cvs58
7583
7584	* src/send_message.c
7585		clear progressbar in the statusbar on 'Cancel'
7586
75872009-05-16 [colin]	3.7.1cvs57
7588
7589	* AUTHORS
7590	* src/gtk/authors.h
7591		Add Fabian
7592
75932009-05-16 [colin]	3.7.1cvs56
7594
7595	* src/msgcache.c
7596		Remove msgnum>0 condition for removing messages
7597		from caches. There's no such condition on add.
7598		Fixes bug 1913, 'Allow to remove phantom
7599		messages from the cache'; patch by Fabian
7600		Keil <fk at fabiankeil.de>
7601
76022009-05-12 [holger]	3.7.1cvs55
7603
7604	* src/messageview.c
7605	* src/messageview.h
7606		Introduce hook after showing of the message view
7607
76082009-05-11 [colin]	3.7.1cvs54
7609
7610	* src/compose.c
7611		Fix bug 1872, 'A: Cc: CCi: selector should
7612		default on same as preceding contact'
7613
76142009-05-10 [holger]	3.7.1cvs53
7615
7616	* src/addr_compl.c
7617	* src/addr_compl.h
7618		Add a hook to make it possible for plugins to
7619		modify the address completion list
7620
76212009-05-06 [paul]	3.7.1cvs52
7622
7623	* src/folder.c
7624	* src/mimeview.c
7625		fix bug 1915, 'Mails signed with smime.p7s
7626		display both signed and attachment icon.'
7627
76282009-05-05 [colin]	3.7.1cvs51
7629
7630	* src/common/utils.c
7631		Fix patch :)
7632
76332009-05-05 [colin]	3.7.1cvs50
7634
7635	* src/common/utils.c
7636		Fix bug 1895, '(imap) cache issues when cache dir is on a
7637		different mountpoint than tempdir'
7638
76392009-05-04 [colin]	3.7.1cvs49
7640
7641	* src/msgcache.c
7642		Probably fix bug 1914, 'Crash reading
7643		corrupted tags file'
7644
76452009-04-26 [paul]	3.7.1cvs48
7646
7647	* configure.ac
7648	* src/gtk/gtkaspell.h
7649		fix bug 1904, 'build mechanism looks for
7650		'enchant.h' in a wrong place'
7651
76522009-04-25 [paul]	3.7.1cvs47
7653
7654	* src/printing.c
7655		gah! fix coding style!
7656
76572009-04-25 [paul]	3.7.1cvs46
7658
7659	* src/printing.c
7660	* src/toolbar.c
7661		if building with GTK+ >= 2.16 use
7662		gtk_orientable_set_orientation() instead of now
7663		deprecated gtk_toolbar_set_orientation()
7664
76652009-04-24 [colin]	3.7.1cvs45
7666
7667	* src/compose.c
7668		Ask before sending if an attached file has
7669		disappeared.
7670
76712009-04-19 [paul]	3.7.1cvs44
7672
7673	* src/prefs_common.c
7674	* src/prefs_common.h
7675	* src/gtk/about.c
7676		save About window size.
7677		patch by Pawel Pekala
7678
76792009-04-12 [paul]	3.7.1cvs43
7680
7681	* tools/csv2addressbook.pl
7682		add extra CSV fields that are now appended
7683		by thunderbird (version 2.0.0.21)
7684
76852009-04-08 [colin]	3.7.1cvs42
7686
7687	* src/procmime.c
7688		fix saving (but not displaying) of UTF-16
7689		files
7690
76912009-04-08 [colin]	3.7.1cvs41
7692
7693	* src/gtk/manage_window.c
7694		Disable transient windows on win32 - seems to
7695		fix most focusing issues
7696
76972009-04-05 [colin]	3.7.1cvs40
7698
7699	* src/procmsg.c
7700		Don't ask whether we want to send deleted mails in queue
7701		folders; also, don't send deleted mails when flushing
7702		queues
7703
77042009-04-04 [paul]	3.7.1cvs39
7705
7706	* AUTHORS
7707	* configure.ac
7708	* po/id.po
7709	* src/gtk/authors.h
7710	* tools/claws.i18n.status.pl
7711		add new Indonesian translation, by
7712		MSulchan Darmawan
7713
77142009-04-03 [paul]	3.7.1cvs38
7715
7716	* AUTHORS
7717	* src/gtk/authors.h
7718		credit due
7719
77202009-04-03 [colin]	3.7.1cvs37
7721
7722	* src/compose.c
7723	* src/textview.c
7724		Fix bug 1891, 'Add support for gopher:// links'
7725		Patch by Jacob Head <clawsmail at jacob-head.com>
7726		Let's go back to the roots!
7727
77282009-04-03 [paul]	3.7.1cvs36
7729
7730	* m4/Makefile.am
7731		complete cvs35
7732
77332009-04-03 [paul]	3.7.1cvs35
7734
7735	* configure.ac
7736		add AC_CONFIG_MACRO_DIR([m4])
7737		remove CLAWS_ACLOCAL_INCLUDE(m4)
7738	* m4/aclocal-include.m4
7739		removed this now unneeded file
7740
77412009-04-02 [colin]	3.7.1cvs34
7742
7743	* src/common/utils.h
7744		Fix previous (thanks to Marcus :)
7745
77462009-04-02 [colin]	3.7.1cvs33
7747
7748	* src/common/utils.h
7749	* src/etpan/etpan-thread-manager.c
7750		pipe() was a macro from GLib on win32 until
7751		glib 2.13.2. It's undefined after that.
7752		Thanks to Marcus Brinkmann for the heads-up!
7753
77542009-03-31 [colin]	3.7.1cvs32
7755
7756	* src/folder_item_prefs.c
7757		Copy folder settings with prefs
7758
77592009-03-31 [colin]	3.7.1cvs31
7760
7761	* src/prefs_account.c
7762		Don't use un-sensitive checkboxes in Privacy tab
7763		when privacy system in None (makes unchecking
7764		painful when no privacy plugin is loaded)
7765
77662009-03-30 [colin]	3.7.1cvs30
7767
7768	* src/folder.c
7769	* src/folder.h
7770	* src/imap.c
7771	* src/mainwindow.c
7772	* src/mainwindow.h
7773	* src/prefs_account.c
7774	* src/prefs_account.h
7775	* src/summaryview.c
7776	* src/summaryview.h
7777		Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7778		Add an option on the Receive page of IMAP account preferences:
7779		"Move deleted mails to trash and expunge immediately". This
7780		option defaults to TRUE to avoid changing the existing behaviour.
7781		Setting it to FALSE prevents automatic expunging.
7782		Also, add Tools/Expunge and View/Hide deleted messages menu items
7783		(View/Hide deleted message being a per-folder setting, and behaving,
7784		like View/Hide read messages).
7785
77862009-03-30 [colin]	3.7.1cvs29
7787
7788	* src/imap.c
7789		Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7790		ask for IMAP password when using GSSAPI auth
7791
77922009-03-27 [colin]	3.7.1cvs28
7793
7794	* src/folder.c
7795		Fix cvs14, make sure we mark non-existent caches dirty
7796		(or they never get written)
7797
77982009-03-27 [colin]	3.7.1cvs27
7799
7800	* src/imap.c
7801		Fix tag update when all tags are removed
7802		from another client
7803
78042009-03-25 [colin]	3.7.1cvs26
7805
7806	* configure.ac
7807		Fix configure.ac, thanks to Pawel
7808
78092009-03-25 [colin]	3.7.1cvs25
7810
7811	* src/news.c
7812	* src/etpan/nntp-thread.c
7813		Fix header fetching (NG/To/Cc). Fixes
7814		bug 1883, 'Message processing fails to
7815		act on Newsgroups: field'
7816
78172009-03-23 [colin]	3.7.1cvs24
7818
7819	* src/textview.c
7820		Fix internal headers visible in queue/sent
7821
78222009-03-23 [colin]	3.7.1cvs23
7823
7824	* configure.ac
7825		Fix check for RC (resource compiler) used
7826		on win32 (AC_LIBTOOL_RC used to call it
7827		implicitely but stopped)
7828
78292009-03-19 [colin]	3.7.1cvs22
7830
7831	* src/toolbar.c
7832		Put spam button in default toolbar even if
7833		bogofilter and spamassassin are not built.
7834		Other anti-spam plugin could exist! :)
7835	* src/common/utils.c
7836		Fix exit status fetch on win32
7837
78382009-03-18 [paul]	3.7.1cvs21
7839
7840	* src/gtk/spell_entry.c
7841		fix "[BUG] Wrong word replaced in 'Subject:'
7842		when spell-checking correction used"
7843		Patch by Pawel Pekala
7844
78452009-03-17 [colin]	3.7.1cvs20
7846
7847	* src/common/utils.c
7848		Fix win32 build (from cvs12)
7849
78502009-03-17 [colin]	3.7.1cvs19
7851
7852	* src/compose.c
7853		Fix bug 1735, 'Change To: and Newsgroups:
7854		recipient field according account type'
7855		Patch by Pawel
7856
78572009-03-17 [colin]	3.7.1cvs18
7858
7859	* src/msgcache.c
7860	* src/prefs_common.c
7861	* src/prefs_common.h
7862	* src/prefs_other.c
7863	* src/common/prefs.c
7864		Add preference for fsyncing metadata
7865
78662009-03-16 [paul]	3.7.1cvs17
7867
7868	* src/prefs_customheader.c
7869		add forgotten #if HAVE_LIBCOMPFACE
7870
78712009-03-16 [paul]	3.7.1cvs16
7872
7873	* src/prefs_customheader.c
7874		put the (X-)Face preview image below the up/down
7875		buttons so they don't jump around.
7876		make the list reorderable by drag'n'drop
7877
78782009-03-16 [colin]	3.7.1cvs15
7879
7880	* src/prefs_customheader.c
7881		Add a (X-)Face preview. Patch by iwkse.
7882
78832009-03-16 [colin]	3.7.1cvs14
7884
7885	* src/compose.c
7886	* src/folder.c
7887	* src/folder.h
7888	* src/msgcache.c
7889	* src/common/prefs.c
7890		Add fsync calls to make sure we don't
7891		lose data on system crashes. (to do:
7892		add a pref to allow people choosing raw
7893		speed)
7894
78952009-03-15 [colin]	3.7.1cvs13
7896
7897	* src/gtk/gtkaspell.c
7898		Fix empty menu when there are no
7899		suggestions (using the Spelling menu)
7900
79012009-03-14 [colin]	3.7.1cvs12
7902
7903	* src/common/utils.c
7904		Win32: fix subject prefix length
7905
79062009-03-11 [mones]	3.7.1cvs11
7907
7908	* po/es.po
7909		fix encoding declared in header
7910		update translation now we're at it
7911
79122009-03-10 [colin]	3.7.1cvs10
7913
7914	* src/messageview.c
7915		Fix "wrong mime" message printed out multiple
7916		times
7917
79182009-03-10 [colin]	3.7.1cvs9
7919
7920	* src/prefs_folder_item.c
7921		Fix build
7922
79232009-03-09 [paul]	3.7.1cvs8
7924
7925	* src/prefs_folder_item.c
7926	* src/send_message.c
7927		fixes to english text
7928
79292009-03-08 [paul]	3.7.1cvs7
7930
7931	* po/ja.po
7932		correct errors in header
7933
79342009-03-08 [paul]	3.7.1cvs6
7935
7936	* AUTHORS
7937	* configure.ac
7938	* po/ja.po
7939	* src/gtk/authors.h
7940	* tools/claws.i18n.status.pl
7941		add Japanese translation, submitted by kazken3
7942
79432009-03-07 [colin]	3.7.1cvs5
7944
7945	* src/messageview.c
7946		Don't let the invalid MIME warning hide
7947		other noticeview (Partial receive or
7948		return receipt).
7949
79502009-03-07 [colin]	3.7.1cvs4
7951
7952	* src/procmime.c
7953		Fix build
7954
79552009-03-07 [colin]	3.7.1cvs3
7956
7957	* src/messageview.c
7958	* src/procmime.c
7959	* src/procmime.h
7960		Handle mimeparts that lack an end boundary.
7961		They're invalid but it's too annoying for
7962		normal users to fix.
7963
79642009-03-06 [wwp]	3.7.1cvs2
7965
7966	* src/compose.c
7967	* src/folder_item_prefs.c
7968	* src/folder_item_prefs.h
7969	* src/prefs_folder_item.c
7970		Add per-folder default cc, bcc and reply-to.
7971
79722009-03-06 [colin]	3.7.1cvs1
7973
7974	* src/gedit-print.c
7975	* src/gtk/gtksourceprintjob.c
7976		Fix build with old print interface
7977
79782009-03-06 [paul]	3.7.1
7979
7980	* NEWS
7981	* README
7982	* RELEASE_NOTES
7983		3.7.1 released!
7984
79852009-03-06 [paul]	3.7.0cvs78
7986
7987	* po/cs.po
7988	* po/de.po
7989	* po/fi.po
7990	* po/fr.po
7991	* po/hu.po
7992	* po/nl.po
7993	* po/pt_BR.po
7994	* po/sv.po
7995	* po/zh_CN.po
7996		updated by David Vachulka, Stephan Sachse, Flammie
7997		Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7998		Frederico Goncalves Guimaraes, Lars Persson Fink,
7999		and Ralph Young
8000
80012009-03-03 [colin]	3.7.0cvs77
8002
8003	* src/prefs_filtering.c
8004		Win32: Fix bug 1865, 'IMAP account name changes
8005		are not followed at filter actions'
8006
80072009-03-02 [colin]	3.7.0cvs76
8008
8009	* src/imap.c
8010		Fix Launchpad bug 335571: 'claws-mail crashed
8011		with SIGSEGV in strlen() while deleting
8012		large amount of e-mails on IMAP account
8013
80142009-02-27 [mones]	3.7.0cvs75
8015
8016	* manual/es/account.xml
8017	* manual/es/ack.xml
8018	* manual/es/addrbook.xml
8019	* manual/es/advanced.xml
8020	* manual/es/claws-mail-manual.xml
8021	* manual/es/faq.xml
8022	* manual/es/glossary.xml
8023	* manual/es/gpl.xml
8024	* manual/es/handling.xml
8025	* manual/es/intro.xml
8026	* manual/es/keyboard.xml
8027	* manual/es/plugins.xml
8028	* manual/es/starting.xml
8029		Sync with English version, fix some typos
8030		Changed encoding to UTF-8
8031	* po/es.po
8032		Update for release, changed encoding to UTF-8
8033
80342009-02-24 [colin]	3.7.0cvs74
8035
8036	* src/printing.c
8037		Don't print separation line if there
8038		are no headers
8039
80402009-02-23 [cleroy]	3.7.0cvs73
8041
8042	* src/account.c
8043	* src/action.c
8044	* src/addr_compl.c
8045	* src/addrbook.c
8046	* src/addrcache.c
8047	* src/addrcindex.c
8048	* src/addrclip.c
8049	* src/addrduplicates.c
8050	* src/addressadd.c
8051	* src/addressbook.c
8052	* src/addressbook_foldersel.c
8053	* src/addrharvest.c
8054	* src/addrindex.c
8055	* src/addritem.c
8056	* src/addrquery.c
8057	* src/addrselect.c
8058	* src/codeconv.c
8059	* src/compose.c
8060	* src/customheader.c
8061	* src/editaddress.c
8062	* src/editaddress_other_attributes_ldap.c
8063	* src/editgroup.c
8064	* src/editldap.c
8065	* src/enriched.c
8066	* src/exporthtml.c
8067	* src/exportldif.c
8068	* src/filtering.c
8069	* src/folder.c
8070	* src/foldersel.c
8071	* src/folderutils.c
8072	* src/folderview.c
8073	* src/gedit-print.c
8074	* src/html.c
8075	* src/imap.c
8076	* src/imap_gtk.c
8077	* src/inc.c
8078	* src/jpilot.c
8079	* src/ldapctrl.c
8080	* src/ldapquery.c
8081	* src/ldapserver.c
8082	* src/ldapupdate.c
8083	* src/ldif.c
8084	* src/localfolder.c
8085	* src/main.c
8086	* src/mainwindow.c
8087	* src/matcher.c
8088	* src/mbox.c
8089	* src/messageview.c
8090	* src/mh.c
8091	* src/mh_gtk.c
8092	* src/mimeview.c
8093	* src/msgcache.c
8094	* src/mutt.c
8095	* src/news.c
8096	* src/news_gtk.c
8097	* src/noticeview.c
8098	* src/pine.c
8099	* src/pop.c
8100	* src/prefs_account.c
8101	* src/prefs_actions.c
8102	* src/prefs_common.c
8103	* src/prefs_filtering.c
8104	* src/prefs_filtering_action.c
8105	* src/prefs_folder_column.c
8106	* src/prefs_folder_item.c
8107	* src/prefs_gtk.c
8108	* src/prefs_matcher.c
8109	* src/prefs_quote.c
8110	* src/prefs_send.c
8111	* src/prefs_summaries.c
8112	* src/prefs_summary_column.c
8113	* src/prefs_template.c
8114	* src/prefs_themes.c
8115	* src/prefs_toolbar.c
8116	* src/printing.c
8117	* src/privacy.c
8118	* src/procheader.c
8119	* src/procmime.c
8120	* src/procmsg.c
8121	* src/quote_fmt.c
8122	* src/remotefolder.c
8123	* src/send_message.c
8124	* src/sourcewindow.c
8125	* src/statusbar.c
8126	* src/stock_pixmap.c
8127	* src/summary_search.c
8128	* src/summaryview.c
8129	* src/textview.c
8130	* src/toolbar.c
8131	* src/undo.c
8132	* src/uri_opener.c
8133	* src/vcard.c
8134	* src/common/base64.c
8135	* src/common/claws.c
8136	* src/common/hooks.c
8137	* src/common/plugin.c
8138	* src/common/prefs.c
8139	* src/common/session.c
8140	* src/common/smtp.c
8141	* src/common/socket.c
8142	* src/common/string_match.c
8143	* src/common/stringtable.c
8144	* src/common/utils.c
8145	* src/common/utils.h
8146	* src/common/xml.c
8147	* src/common/xmlprops.c
8148	* src/gtk/colorlabel.c
8149	* src/gtk/combobox.c
8150	* src/gtk/foldersort.c
8151	* src/gtk/gtkaspell.c
8152	* src/gtk/gtkcmclist.c
8153	* src/gtk/gtkcmctree.c
8154	* src/gtk/gtkcmoptionmenu.c
8155	* src/gtk/gtksctree.c
8156	* src/gtk/gtkshruler.c
8157	* src/gtk/gtksourceprintjob.c
8158	* src/gtk/gtkutils.c
8159	* src/gtk/gtkvscrollbutton.c
8160	* src/gtk/logwindow.c
8161	* src/gtk/menu.c
8162	* src/gtk/pluginwindow.c
8163	* src/gtk/prefswindow.c
8164	* src/gtk/quicksearch.c
8165	* src/gtk/spell_entry.c
8166	* src/plugins/pgpcore/select-keys.c
8167	* src/plugins/pgpinline/pgpinline.c
8168	* src/plugins/pgpmime/pgpmime.c
8169	* src/plugins/smime/smime.c
8170	* src/plugins/spamassassin/spamassassin_gtk.c
8171		Mass commit changing g_return_* to cm_return_*
8172		and making these more interesting
8173
81742009-02-23 [colin]	3.7.0cvs72
8175
8176	* src/imap.c
8177		Always initialise error code to no error
8178
81792009-02-23 [colin]	3.7.0cvs71
8180
8181	* src/imap.c
8182		Fix separator substitution
8183
81842009-02-23 [colin]	3.7.0cvs70
8185
8186	* src/stock_pixmap.c
8187	* src/gtk/colorlabel.c
8188		don't use g_return on normal checks
8189
81902009-02-22 [colin]	3.7.0cvs69
8191
8192	* src/addressbook.c
8193	* src/procmime.c
8194		More fixes
8195
81962009-02-22 [colin]	3.7.0cvs68
8197
8198	* src/addrduplicates.c
8199	* src/addressbook.c
8200	* src/addrharvest.c
8201	* src/codeconv.c
8202	* src/compose.c
8203	* src/filtering.c
8204	* src/folder.c
8205	* src/imap.c
8206	* src/imap_gtk.c
8207	* src/importldif.c
8208	* src/jpilot.c
8209	* src/mainwindow.c
8210	* src/matcher.c
8211	* src/mbox.c
8212	* src/messageview.c
8213	* src/mh_gtk.c
8214	* src/prefs_common.c
8215	* src/prefs_filtering.c
8216	* src/prefs_gtk.c
8217	* src/printing.c
8218	* src/privacy.c
8219	* src/procmime.c
8220	* src/procmsg.c
8221	* src/summaryview.c
8222	* src/textview.c
8223	* src/undo.c
8224	* src/wizard.c
8225	* src/common/md5.c
8226	* src/common/socket.c
8227	* src/common/template.c
8228	* src/etpan/imap-thread.c
8229	* src/gtk/gtkaspell.c
8230	* src/gtk/gtkcmctree.c
8231	* src/gtk/gtksctree.c
8232	* src/gtk/inputdialog.c
8233	* src/plugins/pgpcore/sgpgme.c
8234	* src/plugins/pgpmime/pgpmime.c
8235	* src/plugins/smime/smime.c
8236	* src/plugins/spamassassin/spamassassin.c
8237		Fix errors caught by Coverity: NULL checks, leaks, overruns,
8238		uninitialised accesses
8239
82402009-02-17 [colin]	3.7.0cvs67
8241
8242	* src/compose.c
8243		Disable controls during queuing
8244
82452009-02-15 [colin]	3.7.0cvs66
8246
8247	* src/privacy.c
8248	* src/plugins/pgpcore/select-keys.c
8249	* src/plugins/pgpcore/sgpgme.c
8250		Disable use of disabled keys
8251
82522009-02-15 [colin]	3.7.0cvs65
8253
8254	* src/folderview.c
8255	* src/summaryview.c
8256		Fix font updating after changing
8257		prefs_common.derive_from_normal_font
8258
82592009-02-12 [paul]	3.7.0cvs64
8260
8261	* src/addressitem.h
8262	* src/export.h
8263	* src/headerview.c
8264	* src/headerview.h
8265	* src/common/version.h.in
8266	* src/gtk/about.h
8267	* src/gtk/menu.c
8268	* src/gtk/menu.h
8269		more copyright header fixes
8270
82712009-02-12 [paul]	3.7.0cvs63
8272
8273	* src/gtk/progressdialog.c
8274	* src/gtk/progressdialog.h
8275		fix copyright header
8276
82772009-02-12 [paul]	3.7.0cvs62
8278
8279	* src/gtk/spell_entry.c
8280	* src/gtk/spell_entry.h
8281		better, more standard copyright header
8282
82832009-02-12 [paul]	3.7.0cvs61
8284
8285	* src/gtk/spell_entry.c
8286	* src/gtk/spell_entry.h
8287		changes to copyright header
8288
82892009-02-12 [paul]	3.7.0cvs60
8290
8291	* src/gtk/spell_entry.c
8292	* src/gtk/spell_entry.h
8293		fix broken build
8294
82952009-02-11 [colin]	3.7.0cvs59
8296
8297	* src/gtk/spell_entry.c
8298	* src/gtk/spell_entry.h
8299		Forgot to add files
8300
83012009-02-11 [colin]	3.7.0cvs58
8302
8303	* src/compose.c
8304	* src/gtk/Makefile.am
8305	* src/gtk/gtkaspell.c
8306	* src/gtk/gtkaspell.h
8307		Add spellcheck to subject. Patch by
8308		Pawel.
8309
83102009-02-10 [holger]	3.7.0cvs57
8311
8312	* src/printing.c
8313	* src/common/defs.h
8314		Move filename define for printing page setup cache to defs.h
8315
83162009-02-08 [mones]	3.7.0cvs56
8317
8318	* src/matcher.h
8319		Fix build for bison 2.4.1
8320
83212009-02-06 [holger]	3.7.0cvs55
8322
8323	* src/prefs_common.c
8324	* src/prefs_common.h
8325	* src/printing.c
8326		Fix restoring of custom page setups for printing by
8327		temporarily caching the settings.
8328		This is a workaround for Gnome Bug #39018, and fixes
8329		Claws Mail Bug #1840.
8330
83312009-02-06 [colin]	3.7.0cvs54
8332
8333	* src/mainwindow.c
8334		Fix hardcoded Shift-Q quits. Fixes
8335		bug 1838, 'Claws-Mail sometimes quits
8336		when attempting to type a capital Q'
8337
83382009-01-31 [paul]	3.7.0cvs53
8339
8340	* src/compose.c
8341		revert 3.7.0cvs49, until there is time to find out
8342		why it causes a nasty crash!
8343
83442009-01-31 [paul]	3.7.0cvs52
8345
8346	* src/mainwindow.c
8347		1 string that was forgotten for translation
8348
83492009-01-31 [paul]	3.7.0cvs51
8350
8351	* src/messageview.c
8352		2 strings that were forgotten for translation
8353
83542009-01-31 [paul]	3.7.0cvs50
8355
8356	* src/gtk/prefswindow.c
8357		build prefs tree in a slightly smarter way -
8358		fix bug where if path[0] had same name as
8359		path[1], (like in the de translation), path[1]
8360		was lost and not shown in the window
8361
83622009-01-31 [paul]	3.7.0cvs49
8363
8364	* src/compose.c
8365		fix bug 1836, 'Quoted text still blue after
8366		removal of quote-character'
8367		comment out some debug_print's that needlessly
8368		slow things down
8369	* src/undo.c
8370		comment out a debug_print that needlessly slows
8371		things down
8372
83732009-01-31 [paul]	3.7.0cvs48
8374
8375	* src/summaryview.c
8376		fix bug 1834, '"semi"-selection when collapsing thread'
8377
83782009-01-31 [paul]	3.7.0cvs47
8379
8380	* src/prefs_compose_writing.c
8381	* src/prefs_message.c
8382		move 'quote_chars' pref to where it should be
8383
83842009-01-30 [paul]	3.7.0cvs46
8385
8386	* src/summaryview.c
8387		fix updating of popup menu sensitivity
8388
83892009-01-28 [paul]	3.7.0cvs45
8390
8391	* tools/filter_conv_new.pl
8392		move 'move' and 'delete' to end of @actions
8393		so that they are always final actions in the
8394		generated filtering rule
8395
83962009-01-27 [paul]	3.7.0cvs44
8397
8398	* src/messageview.c
8399		always select text/calendar mimepart if suitable
8400		plugin (i.e. vCalendar) is available
8401
84022009-01-27 [paul]	3.7.0cvs43
8403
8404	* src/folder.c
8405		fix crash when right-clicking in summaryview when
8406		processing is active
8407
84082009-01-22 [colin]	3.7.0cvs42
8409
8410	* src/compose.c
8411	* src/privacy.c
8412	* src/privacy.h
8413		When replying to signed/encrypted mail and the
8414		preference to sign/encrypt in this case is set,
8415		choose the original mail's privacy system (if
8416		available).
8417
84182009-01-21 [colin]	3.7.0cvs41
8419
8420	* src/addressbook.h
8421		Fix warning (on-the-fly theming of
8422		addressbook isn't complete yet)
8423
84242009-01-21 [colin]	3.7.0cvs40
8425
8426	* src/account.c
8427	* src/addressbook.c
8428		Win32: Fix window placement
8429
84302009-01-21 [paul]	3.7.0cvs39
8431
8432	* src/inc.c
8433		update timeout log msg
8434
84352009-01-17 [colin]	3.7.0cvs38
8436
8437	* src/main.c
8438	* src/mbox.c
8439	* src/common/md5.c
8440	* src/common/utils.c
8441	* src/etpan/imap-thread.c
8442		Fix g_open calls (which don't ignore mode)
8443
84442009-01-17 [colin]	3.7.0cvs37
8445
8446	* src/addressbook.c
8447	* src/compose.c
8448	* src/foldersel.c
8449	* src/main.c
8450	* src/mainwindow.c
8451	* src/mbox.c
8452	* src/common/md5.c
8453	* src/common/ssl_certificate.c
8454	* src/common/tags.c
8455	* src/common/utils.c
8456	* src/etpan/imap-thread.c
8457	* src/plugins/bogofilter/bogofilter.c
8458	* src/plugins/pgpinline/pgpinline.c
8459	* src/plugins/smime/smime.c
8460		Probably fix bug 1825, 'Unable to fetch messages from
8461		IMAP folders named with non-ASCII string'
8462		Change remaining occurences of fopen and open with
8463		g_fopen and g_open
8464
84652009-01-17 [paul]	3.7.0cvs36
8466
8467	* manual/faq.xml
8468		update an old, outdated piece of info
8469
84702009-01-17 [paul]	3.7.0cvs35
8471
8472	* src/prefs_folder_item.c
8473		fix bug where saving Folder Properties of a
8474		sub-folder of outbox, queue, draft or trash
8475		would change its parent's folder type to normal
8476
84772009-01-12 [mones]	3.7.0cvs34
8478
8479	* po/es.po
8480		Updated translation
8481
84822009-01-12 [wwp]	3.7.0cvs33
8483
8484	* tools/fix_date.sh
8485	* tools/popfile-link.sh
8486	* tools/textviewer.sh
8487		Fix bashisms and other portability glitches (thanks to
8488		Steven M. Bellovin).
8489
84902009-01-11 [paul]	3.7.0cvs32
8491
8492	* src/addrindex.c
8493		clean up some build warnings
8494
84952009-01-11 [colin]	3.7.0cvs31
8496
8497	* src/addrindex.c
8498		Revert part of patch 3.7.0cvs29
8499		This function is used when jpilot
8500		support is disabled
8501
85022009-01-11 [colin]	3.7.0cvs30
8503
8504	* src/folder.c
8505		folder_find_child_item_by_name():
8506		actually use name, not path's basename
8507
85082009-01-11 [paul]	3.7.0cvs29
8509
8510	* src/addrclip.c
8511	* src/addrindex.c
8512	* src/addritem.c
8513	* src/foldersel.h
8514	* src/folderview.c
8515	* src/prefs_folder_item.c
8516		clean up some build warnings
8517
85182009-01-11 [paul]	3.7.0cvs28
8519
8520	* src/gtk/about.c
8521		don't even mention printing support, assume its
8522		presence, unless building with GTK+ < 2.10.0
8523
85242009-01-10 [colin]	3.7.0cvs27
8525
8526	* src/codeconv.c
8527		Fix bug 1811, '[mime] Crash when there's no
8528		room for filename's start on the same line'
8529		When the mimetype of the attachment is very
8530		long, there's no room at all to start the
8531		name=... parameter on the same line. This
8532		caused an infinite loop as 0 characters of
8533		the filename could be appended.
8534		In such cases, insert linebreak before the
8535		name parameter.
8536
85372009-01-09 [colin]	3.7.0cvs26
8538
8539	* src/compose.c
8540	* src/mainwindow.c
8541	* src/common/utils.c
8542		Win32: Fix bug 1815, 'Drag-n-Drop of files on
8543		Compose Window does not attach'
8544
85452009-01-09 [colin]	3.7.0cvs25
8546
8547	* src/foldersel.c
8548		Fix bug 1817, 'Changing Themes does not
8549		update the pixmaps in "Select folder"
8550		dialog box'
8551
85522009-01-09 [colin]	3.7.0cvs24
8553
8554	* src/main.c
8555		Win32: Fix bug 1816, 'Attaching files with
8556		command-line generates error after attaching'
8557
85582009-01-09 [paul]	3.7.0cvs23
8559
8560	* src/gtk/about.c
8561		forgot this '2009' in last commit
8562
85632009-01-09 [paul]	3.7.0cvs22
8564
8565	* src/*/*.[c,h]
8566		it's 2009!
8567		update copyright headers
8568
85692009-01-09 [paul]	3.7.0cvs21
8570
8571	* doc/man/claws-mail.1
8572		update Team list
8573
85742009-01-09 [colin]	3.7.0cvs20
8575
8576	* src/messageview.c
8577		Fix bug 1814, 'Windows' WM badly places
8578		message view'
8579
85802009-01-09 [colin]	3.7.0cvs19
8581
8582	* src/prefs_themes.c
8583	* src/stock_pixmap.c
8584	* src/stock_pixmap.h
8585	* src/common/utils.c
8586	* src/common/utils.h
8587		Win32: Fix bug 1813, 'Installing Theme Creates Error'
8588
85892009-01-08 [colin]	3.7.0cvs18
8590
8591	* src/mimeview.c
8592		Win32: Fix bug 1810, 'Pressing 'o' key
8593		crashes CM'
8594
85952009-01-07 [colin]	3.7.0cvs17
8596
8597	* src/html.c
8598		Fix bug 1432, '&amp; not escaped in links (HTML
8599		rendered as text)'
8600
86012009-01-06 [colin]	3.7.0cvs16
8602
8603	* src/plugins/pgpcore/select-keys.c
8604		Warn translators the usual way about
8605		accels
8606
86072009-01-06 [colin]	3.7.0cvs15
8608
8609	* src/mainwindow.c
8610		Fix synchronisation dialog that shouldn't
8611		appear when network goes down (Network
8612		Manager)
8613	* src/mimeview.c
8614	* src/textview.c
8615		Fix save as when attach_save_dir isn't set
8616		fixes bug 1804, 'attach_save_directory does
8617		not default to $HOME'
8618	* src/plugins/pgpcore/select-keys.c
8619		Add mnemonics to buttons - warn translators!
8620
86212009-01-06 [wwp]	3.7.0cvs14
8622
8623	* src/common/utils.c
8624		Fix cvs13, thanks to Colin.
8625
86262009-01-06 [wwp]	3.7.0cvs13
8627
8628	* src/common/utils.c
8629		Better support for Spanish Outlook replies (RES).
8630
86312009-01-02 [colin]	3.7.0cvs12
8632
8633	* src/folderview.c
8634		Fix (+) sign after collapsed folder names that
8635		have quicksearch-matching children.
8636		Fixes bug 1506, 'Recursive search in collapsed
8637		folders'
8638
86392009-01-02 [colin]	3.7.0cvs11
8640
8641	* src/stock_pixmap.c
8642	* src/stock_pixmap.h
8643		Remove now-unused stock_pixmap_gdk
8644
86452009-01-02 [colin]	3.7.0cvs10
8646
8647	* src/gtk/gtkutils.c
8648	* src/pixmaps/claws-mail_icon.xpm
8649		Use pixbuf for app icon, and make the app icon
8650		a bit nicer
8651
86522009-01-02 [colin]	3.7.0cvs9
8653
8654	* src/uri_opener.c
8655		Show both link title and URI if possible
8656
86572009-01-02 [colin]	3.7.0cvs8
8658
8659	* src/addressadd.c
8660	* src/addressbook.c
8661	* src/addressbook_foldersel.c
8662	* src/addressitem.h
8663	* src/folderview.c
8664	* src/grouplistdialog.c
8665	* src/importldif.c
8666	* src/mimeview.c
8667	* src/summaryview.c
8668	* src/gtk/gtkcmclist.c
8669	* src/gtk/gtkcmclist.h
8670	* src/gtk/gtkcmctree.c
8671	* src/gtk/gtkcmctree.h
8672	* src/gtk/gtksctree.c
8673	* src/gtk/gtksctree.h
8674		Implement pixbuf rendering in tree widgets
8675		instead of pixmaps
8676	* src/plugins/trayicon/trayicon.c
8677	* src/noticeview.c
8678	* src/prefs_themes.c
8679		Use pixbuf rendering here too
8680
86812008-12-30 [paul]	3.7.0cvs7
8682
8683	* src/textview.c
8684		no need to prematurely trim the uri in the statusbar
8685
86862008-12-29 [paul]	3.7.0cvs6
8687
8688	* src/procmsg.c
8689		prefer List-Id header to X-* headers when creating
8690		filter rule automatically
8691
86922008-12-28 [colin]	3.7.0cvs5
8693
8694	* src/compose.c
8695		Set minimum height to 440 instead of 480
8696
86972008-12-22 [colin]	3.7.0cvs4
8698
8699	* src/compose.c
8700		Fix bug 1799, '"Discard message" deletes manually
8701		saved draft'. Switch rmode to REEDIT after
8702		manually saving.
8703
87042008-12-21 [paul]	3.7.0cvs3
8705
8706	* tools/claws.i18n.status.pl
8707		updates
8708
87092008-12-21 [paul]	3.7.0cvs2
8710
8711	* AUTHORS
8712	* src/gtk/authors.h
8713		(more) updates
8714
87152008-12-21 [paul]	3.7.0cvs1
8716
8717	* AUTHORS
8718	* src/gtk/authors.h
8719		updates
8720
87212008-12-19 [paul]	3.7.0
8722
8723	* NEWS
8724	* README
8725	* RELEASE_NOTES
8726		3.7.0 released!
8727
87282008-12-19 [paul]	3.6.1cvs80
8729
8730	* configure.ac
8731		remove unmaintained sk and sr from ALL_LINGUAS
8732		add newly maintained cs to ALL_LINGUAS
8733	* po/bg.po
8734	* po/ca.po
8735	* po/cs.po
8736	* po/de.po
8737	* po/fi.po
8738	* po/hu.po
8739	* po/nl.po
8740	* po/pt_BR.po
8741	* po/ru.po
8742	* po/sv.po
8743		updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8744		Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8745		Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8746		Persson Fink
8747
87482008-12-16 [colin]	3.6.1cvs79
8749
8750	* src/plugins/pgpcore/sgpgme.c
8751		Fix warning
8752
87532008-12-15 [colin]	3.6.1cvs78
8754
8755	* src/compose.c
8756	* src/privacy.c
8757	* src/privacy.h
8758	* src/plugins/pgpcore/sgpgme.c
8759	* src/plugins/pgpcore/sgpgme.h
8760	* src/plugins/pgpinline/pgpinline.c
8761	* src/plugins/pgpmime/pgpmime.c
8762	* src/plugins/smime/smime.c
8763		Fix bug 1796, 'PGP/MIME setting: "select key by your
8764		email address" doesn't work'. Use custom from address
8765		if set
8766
87672008-12-15 [colin]	3.6.1cvs77
8768
8769	* src/common/utils.c
8770		Fix bug 1746, 'Makes a mailto link from several
8771		paragraphs'
8772
87732008-12-15 [paul]	3.6.1cvs76
8774
8775	* m4/spamassassin.m4
8776		fix warnings thrown up by autoconf-2.63
8777
87782008-12-13 [colin]	3.6.1cvs75
8779
8780	* Makefile.am
8781	* src/Makefile.am
8782	* src/common/ssl.c
8783	* src/common/utils.c
8784	* src/common/utils.h
8785	* tools/Makefile.am
8786		Finish previous patch
8787
87882008-12-13 [colin]	3.6.1cvs74
8789
8790	* tools/Makefile.am
8791		Only install certs on windows
8792
87932008-12-13 [colin]	3.6.1cvs73
8794
8795	* tools/Makefile.am
8796	* tools/ca-certificates.crt
8797	* src/common/Makefile.am
8798	* src/common/ssl.c
8799		First try to ship SSL certificates in Windows
8800		build
8801
88022008-12-12 [colin]	3.6.1cvs72
8803
8804	* configure.ac
8805	* src/plugins/pgpinline/claws.def
8806		Windows build fixes
8807
88082008-12-12 [paul]	3.6.1cvs71
8809
8810	* src/imap.c
8811	* src/mh.c
8812	* src/partial_download.c
8813	* src/textview.c
8814	* src/common/claws.c
8815	* src/common/prefs.c
8816	* src/common/utils.c
8817		win32: fix unlinking, renaming and bug with
8818		non-ascii username
8819		Patch by Colin
8820
88212008-12-11 [colin]	3.6.1cvs70
8822
8823	* po/fr.po
8824	* manual/fr/advanced.xml
8825		Update french translations
8826
88272008-12-10 [colin]	3.6.1cvs69
8828
8829	* manual/faq.xml
8830		Correct bug submission guidelines
8831
88322008-12-10 [colin]	3.6.1cvs68
8833
8834	* src/plugins/pgpcore/pgp_viewer.c
8835		Fix bug 1736, 'Key import does not work'
8836		Kill the correct pid (and not the parent
8837		shell), and increase the timeout a bit.
8838
88392008-12-09 [paul]	3.6.1cvs67
8840
8841	* src/messageview.c
8842		ensure that any stray noticeview buttons are hidden,
8843		as clicking them causes segfaults!
8844
88452008-12-09 [colin]	3.6.1cvs66
8846
8847	* src/compose.c
8848	* src/compose.h
8849	* src/folder_item_prefs.h
8850	* src/prefs_common.c
8851	* src/prefs_common.h
8852	* src/common/defs.h
8853		Fix bug 1792, '"Save Message to" should
8854		retain list of recently selected folders'
8855		Also, make Enchant-related prefs stick
8856		even if the build doesn't enable enchant
8857
88582008-12-09 [paul]	3.6.1cvs65
8859
8860	* src/messageview.c
8861		fix bug 1787, 'Prevent automatic PGP inline
8862		decryption attempts' use the noticeview to display
8863		decryption failure messages instead of the irritating
8864		popup dialog
8865
88662008-12-09 [colin]	3.6.1cvs64
8867
8868	* src/prefs_filtering.c
8869		Fix bug 1789, 'filtering account selection
8870		(regression)'. Filtering on sending-only
8871		accounts can be a little useful when using
8872		filtering via Tools menu.
8873
88742008-12-07 [paul]	3.6.1cvs63
8875
8876	* src/prefs_actions.c
8877		don't auto-select first entry (same as other
8878		similar dialogs)
8879	* src/gtk/pluginwindow.c
8880		these parents don't have children so don't look
8881		for them
8882
88832008-12-07 [paul]	3.6.1cvs62
8884
8885	* src/prefs_account.c
8886	* src/gtk/pluginwindow.c
8887	* src/gtk/prefswindow.c
8888	* src/gtk/prefswindow.h
8889		auto-select first page
8890
88912008-12-05 [colin]	3.6.1cvs61
8892
8893	* src/codeconv.c
8894	* src/procmime.c
8895		Fix bug 1788, 'CM crashes re-encoding
8896		encoded parameters' (introduced in cvs40)
8897
88982008-12-05 [paul]	3.6.1cvs60
8899
8900	* src/prefs_common.h
8901		remove gpg prefs that are no longer needed here
8902
89032008-12-03 [colin]	3.6.1cvs59
8904
8905	* src/msgcache.c
8906		Speed up cache reading (about 10% gain)
8907	* src/summaryview.c
8908	* src/gtk/gtksctree.c
8909		Speed up expand/collapse all threads
8910		(about 95% gain)
8911
89122008-12-03 [paul]	3.6.1cvs58
8913
8914	* configure.ac
8915		eradicate gcc4's signedness warnings
8916		fix building with gnuTLS on (Open)Solaris
8917
89182008-12-01 [colin]	3.6.1cvs57
8919
8920	* src/gtk/gtkcmclist.c
8921		Fix column headers
8922
89232008-12-01 [colin]	3.6.1cvs56
8924
8925	* src/plugins/pgpinline/pgpinline.c
8926		Fix bug 1779, 'PGP Inline badly handles
8927		multipart'. Properly dump the current part
8928		instead of running around with scissors
8929
89302008-11-30 [paul]	3.6.1cvs55
8931
8932	* manual/advanced.xml
8933	* manual/plugins.xml
8934	* src/prefs_toolbar.c
8935		remove the verb from the page title and
8936		update references in the manual
8937
89382008-11-30 [paul]	3.6.1cvs54
8939
8940	* src/prefs_other.c
8941		move Other/ page to Other/Miscellaneous
8942	* src/gtk/prefswindow.c
8943		make parent page unselectable
8944
89452008-11-29 [paul]	3.6.1cvs53
8946
8947	* README
8948		add the new 'primary_paste_unselects' hidden
8949		option, add missing 'log_[...]_color' options,
8950		and reformat the text
8951	* manual/advanced.xml
8952		add the new 'primary_paste_unselects' hidden
8953                option, add missing 'log_[...]_color' options
8954
89552008-11-28 [colin]	3.6.1cvs52
8956
8957	* src/mimeview.c
8958		Fix leak
8959
89602008-11-28 [colin]	3.6.1cvs51
8961
8962	* po/fr.po
8963		Update translation
8964
89652008-11-28 [colin]	3.6.1cvs50
8966
8967	* src/mainwindow.c
8968		Fix account selection in Mailing list
8969		menu
8970
89712008-11-28 [paul]	3.6.1cvs49
8972
8973	* po/Makefile.in.in
8974		automatically remove obsolete strings
8975
89762008-11-28 [colin]	3.6.1cvs48
8977
8978	* src/plugins/pgpcore/sgpgme.c
8979		Fix error message when key isn't available.
8980
89812008-11-27 [colin]	3.6.1cvs47
8982
8983	* src/filtering.c
8984	* src/matcher.c
8985		Fix a little leak
8986
89872008-11-26 [colin]	3.6.1cvs46
8988
8989	* src/common/ssl.c
8990		Fix new warning
8991
89922008-11-26 [colin]	3.6.1cvs45
8993
8994	* src/plugins/pgpcore/select-keys.c
8995	* src/plugins/pgpcore/sgpgme.c
8996		Fix bug 1591, 'S/MIME: better key
8997		handling/selection dialog'
8998		Really ignore revoked/expired keys
8999
90002008-11-26 [colin]	3.6.1cvs44
9001
9002	* src/main.c
9003	* src/common/claws.c
9004	* src/common/ssl.c
9005		Make sure libgcrypt's threading is initialised
9006		before gnutls. See also old bug 1539.
9007
90082008-11-26 [colin]	3.6.1cvs43
9009
9010	* src/imap.c
9011	* src/news.c
9012	* src/etpan/imap-thread.c
9013		Fix possible crashes due to clist_begin()
9014		not checking for NULLs (it should!)
9015
90162008-11-25 [colin]	3.6.1cvs42
9017
9018	* src/procmime.c
9019		Fix line length in MIME parameters
9020
90212008-11-22 [paul]	3.6.1cvs41
9022
9023	* src/compose.c
9024		grab Return key press in attachments Properties
9025		dialog
9026
90272008-11-21 [colin]	3.6.1cvs40
9028
9029	* src/compose.c
9030	* src/procmime.c
9031		Fix bug 1776, 'use encoded name parameters
9032		for attachments instead of ascii'.
9033		Break the RFC 2047 by using B-encoded
9034		filename parameter, like everyone does,
9035		following advice from the RFC author.
9036
90372008-11-21 [colin]	3.6.1cvs39
9038
9039	* src/common/socket.c
9040		Rehandshake if server asks to
9041
90422008-11-21 [colin]	3.6.1cvs38
9043
9044	* src/mimeview.h
9045	* src/toolbar.h
9046	* src/common/session.h
9047	* src/common/smtp.h
9048		Move conditional-compilation members to
9049		end of structs
9050
90512008-11-19 [wwp]	3.6.1cvs37
9052
9053	* src/prefs_actions.c
9054		Fixed wrong behaviour when pressing Escape (was not cancelling
9055		the action).
9056
90572008-11-19 [wwp]	3.6.1cvs36
9058
9059	* src/compose.c
9060	* src/matcher.c
9061	* src/messageview.c
9062	* src/mimeview.c
9063	* src/prefs_actions.c
9064	* src/prefs_filtering_action.c
9065	* src/procmsg.c
9066	* src/summaryview.c
9067	* src/textview.c
9068	* src/common/utils.c
9069		Replace occurrences of "command line" with "command-line" everywhere.
9070		Enforce code style (mostly indentation) in prefs_actions.c.
9071
90722008-11-19 [colin]	3.6.1cvs35
9073
9074	* src/compose.c
9075	* src/prefs_common.c
9076	* src/prefs_common.h
9077		Add primary_paste_unselects hidden preference
9078		to change how middle-click pasting changes
9079		the selection and insert point; defaults to
9080		pre-3.6.1cvs31
9081
90822008-11-19 [colin]	3.6.1cvs34
9083
9084	* src/folderview.c
9085		Always give focus to summaryview, even if
9086		the folder is empty, in small screen layout.
9087		Allows to go back to folderlist using the
9088		keyboard.
9089
90902008-11-18 [colin]	3.6.1cvs33
9091
9092	* src/mainwindow.h
9093		Put back conditional at the end of struct
9094
90952008-11-18 [colin]	3.6.1cvs32
9096
9097	* src/procmime.c
9098	* src/common/w32_reg.c
9099		Fix crash on win32 when browsing to a
9100		directory
9101
91022008-11-15 [colin]	3.6.1cvs31
9103
9104	* src/compose.c
9105		After a mid-click paste, deselect selection
9106		and go to end of paste.
9107
91082008-11-15 [colin]	3.6.1cvs30
9109
9110	* src/compose.c
9111		Auto-save draft after external editor quits
9112
91132008-11-15 [colin]	3.6.1cvs29
9114
9115	* src/plugins/pgpcore/sgpgme.c
9116		Fix wrong error display, thanks to
9117		Charles A. Edwards
9118
91192008-11-14 [colin]	3.6.1cvs28
9120
9121	* src/prefs_actions.c
9122		Comment out bogus (IMO) warning
9123
91242008-11-14 [colin]	3.6.1cvs27
9125
9126	* src/mainwindow.c
9127	* src/summaryview.c
9128	* src/summaryview.h
9129	* src/gtk/menu.c
9130	* src/gtk/menu.h
9131		Share summaryview's context menu actions with
9132		the equivalent menu items of the main menu;
9133		this allows to share accelerators and de-
9134		duplicate code.
9135
91362008-11-14 [colin]	3.6.1cvs26
9137
9138	* src/plugins/pgpcore/sgpgme.c
9139		Fix bug 1768, 'claws-mail crashes while
9140		checking smime bad signature'
9141
91422008-11-13 [colin]	3.6.1cvs25
9143
9144	* src/account.c
9145	* src/filtering.c
9146		Fix redefinition of PREFSBUFSIZE
9147
91482008-11-13 [wwp]	3.6.1cvs24
9149
9150	* tools/popfile-link.sh
9151		Add support for reusing existing POPFile session ID.
9152
91532008-11-12 [colin]	3.6.1cvs23
9154
9155	* src/prefs_gtk.h
9156		Fix bug 1771, 'Folder template gets
9157		truncated when exiting the application'
9158		Use a 32k buffer for string preferences
9159
91602008-11-11 [colin]	3.6.1cvs22
9161
9162	* src/summaryview.c
9163		Fix "display sender using addressbook" when
9164		prefs_common.swap_from is in use. Patch by
9165		H. Merijn Brand
9166
91672008-11-11 [colin]	3.6.1cvs21
9168
9169	* src/autofaces.c
9170	* src/common/md5.c
9171	* src/common/md5.h
9172		Make a few functions static
9173
91742008-11-07 [colin]	3.6.1cvs20
9175
9176	* src/mainwindow.c
9177	* src/summaryview.c
9178		Fix crash when rebuilding colorlabel
9179		menu
9180	* src/addrgather.c
9181	* src/editldap.c
9182	* src/prefs_account.c
9183	* src/prefs_compose_writing.c
9184	* src/prefs_logging.c
9185	* src/prefs_message.c
9186	* src/prefs_other.c
9187	* src/prefs_receive.c
9188	* src/prefs_summaries.c
9189	* src/prefs_wrapping.c
9190	* src/plugins/bogofilter/bogofilter_gtk.c
9191	* src/plugins/pgpcore/prefs_gpg.c
9192	* src/plugins/spamassassin/spamassassin_gtk.c
9193		Fix deprecated use of page_size in
9194		gtkspinbutton adjustments
9195
91962008-11-06 [mones]	3.6.1cvs19
9197
9198	* src/mainwindow.c
9199		Fix missing "About" in Help menu
9200	* tools/claws.i18n.status.pl
9201		Fix header
9202
92032008-11-05 [colin]	3.6.1cvs18
9204
9205	* src/action.c
9206	* src/main.c
9207	* src/mainwindow.c
9208	* src/common/socket.c
9209	* src/common/socket.h
9210	* src/gtk/gtkutils.c
9211	* src/gtk/gtkutils.h
9212		w32: Implement single launch (lock
9213		socket); always put debug log to
9214		the rc_dir; fix Start menu update
9215		after registering as default Mail
9216		app
9217
92182008-11-05 [colin]	3.6.1cvs17
9219
9220	* src/mainwindow.c
9221		Setting the Mail start menu item in HKCU
9222		confuses the Internet Options dialog. Do
9223		it in HKLM as this dialog does.
9224
92252008-11-04 [colin]	3.6.1cvs16
9226
9227	* src/common/w32_reg.c
9228		Fix off-by-one
9229
92302008-11-04 [colin]	3.6.1cvs15
9231
9232	* src/procmime.c
9233		w32: Fix getting content-type
9234	* src/mimeview.c
9235	* src/prefs_common.c
9236	* src/prefs_common.h
9237	* src/prefs_ext_prog.c
9238	* src/textview.c
9239		w32: better integration (use the
9240		standard file associations instead
9241		of our platform-unadapted open
9242		dialog)
9243	* src/mainwindow.c
9244	* src/common/utils.c
9245	* src/common/w32_reg.c
9246	* src/common/w32lib.h
9247		w32: better integration (allow
9248		setting Claws as default MUA)
9249
92502008-11-01 [colin]	3.6.1cvs14
9251
9252	* src/codeconv.c
9253		Fix wrongly converted non-ascii characters
9254		when locale's charset is US-ASCII (strict-mode
9255		was failing in this case)
9256
92572008-10-30 [colin]	3.6.1cvs13
9258
9259	* src/mimeview.c
9260	* src/mimeview.h
9261	* src/textview.c
9262	* src/textview.h
9263		Use one UI Manager per mimeview, instead of
9264		the global one -- else user_data pointer gets
9265		broken if opening and closing another message-
9266		view, then using right-click on a mimeview's
9267		mimepart. Probably fixes bug 1711, 'Save-as
9268		attachment crashes'
9269
92702008-10-24 [paul]	3.6.1cvs12
9271
9272	* tools/Makefile.am
9273	* tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9274	* tools/kdeservicemenu/install.sh
9275		another, possibly the final?, attempt on getting this
9276		sorted for kde4
9277
92782008-10-24 [paul]	3.6.1cvs11
9279
9280	* tools/kdeservicemenu/install.sh
9281		fix servicemenu installation directory on kde4
9282
92832008-10-24 [paul]	3.6.1cvs10
9284
9285	* tools/kdeservicemenu/README
9286	* tools/kdeservicemenu/install.sh
9287		add support for kde4 in addition to kde3.
9288		a rework involving checking for kde4-config, then
9289		kde-config, finally prompting the user for the
9290		location of either if they cannot be found
9291
9292
92932008-10-18 [paul]	3.6.1cvs9
9294
9295	* tools/claws.i18n.status.pl
9296		updated with latest translator info.
9297		only print for languages defined in %langname
9298
92992008-10-17 [paul]	3.6.1cvs8
9300
9301	* src/plugins/pgpcore/sgpgme.c
9302		when listing the uid's, show the uid validity
9303
93042008-10-16 [paul]	3.6.1cvs7
9305
9306	* INSTALL
9307		updated
9308
93092008-10-13 [wwp]	3.6.1cvs6
9310
9311	* po/fr.po
9312		Updated French translation.
9313
93142008-10-11 [colin]	3.6.1cvs5
9315
9316	* src/gtk/authors.h
9317		Fix bug 1756, "Outdated translators list in About
9318		dialogue". Patch by Aleksei Miheev.
9319
93202008-10-11 [colin]	3.6.1cvs4
9321
9322	* src/account.c
9323	* src/imap.c
9324	* src/inc.c
9325	* src/main.c
9326	* src/mainwindow.c
9327	* src/news.c
9328	* src/pop.c
9329	* src/pop.h
9330	* src/prefs_account.c
9331	* src/send_message.c
9332	* src/send_message.h
9333	* src/ssl_manager.c
9334	* src/ssl_manager.h
9335	* src/wizard.c
9336	* src/common/claws.c
9337	* src/common/defs.h
9338	* src/common/session.c
9339	* src/common/session.h
9340	* src/common/smtp.c
9341	* src/common/smtp.h
9342	* src/common/socket.c
9343	* src/common/socket.h
9344	* src/common/ssl.c
9345	* src/common/ssl.h
9346	* src/common/ssl_certificate.c
9347	* src/common/ssl_certificate.h
9348	* src/gtk/about.c
9349	* src/gtk/sslcertwindow.c
9350	* src/gtk/sslcertwindow.h
9351		Remove OpenSSL code
9352
93532008-10-11 [colin]	3.6.1cvs3
9354
9355	* src/common/ssl_certificate.c
9356		Make local function static
9357
93582008-10-10 [colin]	3.6.1cvs2
9359
9360	* src/common/ssl.h
9361	* src/common/ssl_certificate.c
9362	* src/gtk/sslcertwindow.c
9363		Add offline certificate verification,
9364		thanks to Nikos Mavrogiannopoulos for the
9365		hints
9366
93672008-10-10 [colin]	3.6.1cvs1
9368
9369	* src/common/ssl_certificate.c
9370	* src/gtk/sslcertwindow.c
9371		Fix warnings
9372
93732008-10-10 [paul]	3.6.1
9374
9375	* m4/spamassassin.m4
9376		remove openssl dross
9377
9378	* NEWS
9379	* README
9380	* RELEASE_NOTES
9381		3.6.1 released!
9382
93832008-10-10 [colin]	3.6.0cvs25
9384
9385	* src/common/ssl.c
9386		Tell libetpan it doesn't need to init
9387		GnuTLS
9388
93892008-10-10 [colin]	3.6.0cvs24
9390
9391	* claws-mail.pc.in
9392		Remove references to openssl
9393
93942008-10-09 [colin]	3.6.0cvs23
9395
9396	* configure.ac
9397		Fix message
9398
93992008-10-09 [colin]	3.6.0cvs22
9400
9401	* configure.ac
9402		Error out when building against openssl
9403
94042008-10-09 [colin]	3.6.0cvs21
9405
9406	* configure.ac
9407	* COPYING
9408	* src/crash.c
9409	* src/main.c
9410	* src/gtk/about.c
9411		Disable OpenSSL due to requirement of
9412		OpenSSL exception. Code not removed yet,
9413		just in case, but disabled.
9414
94152008-10-09 [colin]	3.6.0cvs20
9416
9417	* configure.ac
9418	* src/Makefile.am
9419	* src/crash.c
9420	* src/gedit-print.c
9421	* src/gedit-print.h
9422	* src/main.c
9423	* src/mainwindow.c
9424	* src/messageview.c
9425	* src/prefs_ext_prog.c
9426	* src/prefs_fonts.c
9427	* src/prefs_image_viewer.c
9428	* src/printing.c
9429	* src/printing.h
9430	* src/summaryview.c
9431	* src/gtk/Makefile.am
9432	* src/gtk/about.c
9433	* src/gtk/gtksourceprintjob.c
9434	* src/gtk/gtksourceprintjob.h
9435		Revert previous patch. It'd be better to remove
9436		OpenSSL instead, as GnuTLS works as well.
9437
94382008-10-09 [colin]	3.6.0cvs19
9439
9440	* configure.ac
9441	* src/Makefile.am
9442	* src/crash.c
9443	* src/gedit-print.c
9444	* src/gedit-print.h
9445	* src/main.c
9446	* src/mainwindow.c
9447	* src/messageview.c
9448	* src/prefs_ext_prog.c
9449	* src/prefs_fonts.c
9450	* src/prefs_image_viewer.c
9451	* src/printing.c
9452	* src/printing.h
9453	* src/summaryview.c
9454	* src/gtk/Makefile.am
9455	* src/gtk/about.c
9456	* src/gtk/gtksourceprintjob.c
9457	* src/gtk/gtksourceprintjob.h
9458		Remove the libgnomeprint interface (deprecated,
9459		and fixes Debian's #501570, 'Copyright confusion')
9460
94612008-10-09 [colin]	3.6.0cvs18
9462
9463	* configure.ac
9464		Require libetpan 0.57 (important fixes)
9465
94662008-10-08 [paul]	3.6.0cvs17
9467
9468	* src/prefs_filtering_action.c
9469	* src/prefs_matcher.c
9470		enable re-ordering of the filtering/processing
9471		condition and actions lists by drag'n'drop
9472
94732008-10-08 [colin]	3.6.0cvs16
9474
9475	* src/addressbook.c
9476		Fix wrong menu title
9477
94782008-10-07 [colin]	3.6.0cvs15
9479
9480	* src/imap.c
9481		After thinking, revert this. It's only a minor
9482		annoyance to GSSAPI users, and I can't test this
9483		right now. Postponed until after next good release.
9484
94852008-10-07 [colin]	3.6.0cvs14
9486
9487	* src/imap.c
9488		Don't ask for a password when using GSSAPI
9489
94902008-10-07 [colin]	3.6.0cvs13
9491
9492	* src/mainwindow.c
9493		Fix build with GTK+ < 2.14
9494
94952008-10-07 [colin]	3.6.0cvs12
9496
9497	* src/mainwindow.c
9498	* src/mainwindow.h
9499	* src/prefs_common.c
9500	* src/prefs_common.h
9501	* src/summaryview.c
9502	* src/gtk/colorlabel.c
9503		Fix bug 1749, 'Shortcut keys for color labels
9504		not changeable'
9505		Make fullscreen a setting remembered between
9506		sessions
9507
95082008-10-07 [colin]	3.6.0cvs11
9509
9510	* src/prefs_other.c
9511		Fix bug 1747, 'Wanderlust keybindings no longer
9512		working (regression)'
9513
95142008-10-07 [colin]	3.6.0cvs10
9515
9516	* src/mainwindow.c
9517		Make fullscreen a real menu item
9518
95192008-10-07 [colin]	3.6.0cvs9
9520
9521	* src/mainwindow.c
9522		Make sure we won't save size when
9523		fullscreening
9524
95252008-10-06 [colin]	3.6.0cvs8
9526
9527	* src/mainwindow.c
9528	* src/mainwindow.h
9529		Handle fullscreen via F11. Patch by
9530		Michael Rasmussen
9531
95322008-10-06 [colin]	3.6.0cvs7
9533
9534	* src/common/ssl.c
9535		Fix return value when setting client cert
9536
95372008-10-04 [colin]	3.6.0cvs6
9538
9539	* src/mimeview.c
9540		Fix bug 1742, 'Attachment list contents not
9541		visible/scrollable'
9542
95432008-10-04 [paul]	3.6.0cvs5
9544
9545	* src/mainwindow.c
9546		fix failure of Hide toolbar option on restart
9547
95482008-10-04 [colin]	3.6.0cvs4
9549
9550	* src/addressbook.c
9551	* src/compose.c
9552	* src/mainwindow.c
9553	* src/messageview.c
9554	* src/summaryview.c
9555		Maemo: Fix bug 1737, Crashes upon opening
9556
95572008-10-04 [paul]	3.6.0cvs3
9558
9559	* po/pt_BR.po
9560		submitted (just a little late) by Frederico
9561		Goncalves Guimaraes
9562
95632008-10-03 [wwp]	3.6.0cvs2
9564
9565	* po/fr.po
9566		Many fixes, mostly in menus and accelerators.
9567
95682008-10-03 [colin]	3.6.0cvs1
9569
9570	* src/gtk/filesel.c
9571		Allow network mounts with new GTKs: they're
9572		available via FUSE mounts and we don't need
9573		GVFS.
9574
95752008-10-03 [paul]	3.6.0
9576
9577	* NEWS
9578	* README
9579	* RELEASE_NOTES
9580		3.6.0 released!
9581
95822008-10-03 [paul]	3.5.0cvs145
9583
9584	* configure.ac
9585	* po/bg.po
9586	* po/nl.po
9587	* po/ru.po
9588	* po/sv.po
9589		new translations. added by Yasen Pramatarov,
9590		Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9591	* po/ca.po
9592	* po/de.po
9593	* po/fi.po
9594	* po/fr.po
9595	* po/hu.po
9596	* po/it.po
9597	* po/pl.po
9598	* po/zh_CN.po
9599		updated translations. submitted by Miquel Oliete,
9600		Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9601		Andrea Spadaccini, Emilian Nowak, and Ralph Young
9602
96032008-10-02 [colin]	3.5.0cvs144
9604
9605	* src/common/session.c
9606		Fix crash when connection fails on windows
9607
96082008-10-01 [colin]	3.5.0cvs143
9609
9610	* src/imap.c
9611		Real fix for FS-unsafe chars on win32
9612
96132008-10-01 [colin]	3.5.0cvs142
9614
9615	* src/imap.c
9616		Encode prohibited filenames on win32
9617
96182008-09-30 [mones]	3.5.0cvs141
9619
9620	* src/ldapctrl.c
9621	* src/main.c
9622	* src/prefs_themes.c
9623	* src/printing.c
9624		Fix output of some debug messages
9625
96262008-09-30 [colin]	3.5.0cvs140
9627
9628	* src/addrbook.c
9629	* src/addrharvest.c
9630	* src/compose.c
9631	* src/jpilot.c
9632	* src/mh.c
9633	* src/prefs_themes.c
9634	* src/procheader.c
9635	* src/procmime.c
9636	* src/summaryview.c
9637	* src/common/utils.c
9638	* src/gtk/sslcertwindow.c
9639		Win32: Fix time usage; use g_stat
9640
96412008-09-29 [colin]	3.5.0cvs139
9642
9643	* src/common/utils.c
9644		Fix case-sensitive match of subject
9645		prefixes on win32
9646
96472008-09-29 [colin]	3.5.0cvs138
9648
9649	* src/folder_item_prefs.c
9650	* src/folder_item_prefs.h
9651	* src/matcher.c
9652	* src/prefs_folder_item.c
9653	* src/prefs_matcher.c
9654	* src/summaryview.c
9655	* src/common/string_match.c
9656	* src/common/utils.c
9657		Fix a huge leak (dozens of megs per folder
9658		change) on Windows: disable regexps
9659
96602008-09-28 [paul]	3.5.0cvs137
9661
9662	* po/en_GB.po
9663		updated
9664
96652008-09-27 [colin]	3.5.0cvs136
9666
9667	* src/account.c
9668	* src/account.h
9669		Add accessor for cur_account
9670
96712008-09-27 [colin]	3.5.0cvs135
9672
9673	* src/imap.c
9674		Fix crash when error happen on session establishment
9675
96762008-09-26 [mones]	3.5.0cvs134
9677
9678	* po/es.po
9679		Updated for release
9680
96812008-09-26 [colin]	3.5.0cvs133
9682
9683	* src/plugins/pgpcore/claws.def
9684		Fix symbol
9685
96862008-09-26 [colin]	3.5.0cvs132
9687
9688	* src/prefs_common.c
9689	* src/prefs_common.h
9690	* src/plugins/pgpcore/pgp_viewer.c
9691		Add an accessor to prefs_common for plugins
9692		(Win32 fix)
9693
96942008-09-25 [colin]	3.5.0cvs131
9695
9696	* src/main.c
9697		Fix bug 1725, 'useless lines in clawsrc'
9698	* src/plugins/smime/mypgpcore.def
9699		Add a missing symbol
9700
97012008-09-25 [paul]	3.5.0cvs130
9702
9703	* src/plugins/smime/mypgpcore.def
9704	* src/plugins/smime/plugin.def
9705	* src/plugins/smime/version.rc
9706		add these windows-specific files
9707		(Thanks to Colin)
9708
97092008-09-25 [colin]	3.5.0cvs129
9710
9711	* src/main.c
9712		Load standard plugins only on first run
9713
97142008-09-25 [colin]	3.5.0cvs128
9715
9716	* src/codeconv.c
9717		Fix build...
9718
97192008-09-24 [colin]	3.5.0cvs127
9720
9721	* src/codeconv.c
9722		Add nb_NO's charset (iso-8859-1)
9723
97242008-09-24 [colin]	3.5.0cvs126
9725
9726	* src/common/utils.c
9727		Fix get_mail_base_dir() on windows
9728		(was synced from main ages ago)
9729
97302008-09-24 [colin]	3.5.0cvs125
9731
9732	* src/main.c
9733	* src/wizard.c
9734		Integrate better with Windows' style
9735
97362008-09-23 [paul]	3.5.0cvs124
9737
9738	* src/compose.c
9739	* src/mainwindow.c
9740	* src/messageview.c
9741		offer these strings to translators too
9742
97432008-09-23 [colin]	3.5.0cvs123
9744
9745	* configure.ac
9746		Add a --disable-dbus flag in case we want
9747		no DBUS even if headers are available (like
9748		for building gpg4win)
9749	* src/filtering.c
9750	* src/mainwindow.c
9751	* src/prefs_logging.c
9752	* src/common/utils.c
9753	* src/plugins/pgpcore/sgpgme.c
9754	* src/plugins/smime/claws.def
9755		Windows fixes:
9756		- disable filtering log (it's crashy for
9757		  some reason)
9758		- fix gmtime_r when time is -1 (before 01/01/70)
9759		- add symbols for smime
9760
97612008-09-22 [colin]	3.5.0cvs122
9762
9763	* src/common/utils.c
9764	* src/account.c
9765		Remove raw printf
9766	* src/compose.c
9767		Fix cursor position after changing account
9768	* src/imap.c
9769	* src/mimeview.c
9770	* src/news.c
9771		Fix absolute path detection
9772
97732008-09-21 [colin]	3.5.0cvs121
9774
9775	* src/gtk/gtkaspell.c
9776		Don't try to use empty dictionaries
9777
97782008-09-20 [colin]	3.5.0cvs120
9779
9780	* po/POTFILES.in
9781		Add the new files to the translations
9782
97832008-09-20 [colin]	3.5.0cvs119
9784
9785	* configure.ac
9786	* src/plugins/Makefile.am
9787	* src/plugins/smime/Makefile.am
9788	* src/plugins/smime/plugin.c
9789	* src/plugins/smime/smime.c
9790	* src/plugins/smime/smime.deps
9791	* src/plugins/smime/smime.h
9792		Include S/Mime plugin in the main plugins
9793		Will ease the Gpg4win team's work
9794
97952008-09-20 [colin]	3.5.0cvs118
9796
9797	* src/autofaces.c
9798	* src/compose.c
9799	* src/ldapquery.c
9800	* src/main.c
9801	* src/news.c
9802	* src/common/socket.c
9803	* src/gtk/gtkutils.c
9804	* src/plugins/pgpcore/claws.def
9805		Windows: more fixes, thanks to wwp and
9806		Marcus Brinkmann
9807
98082008-09-20 [colin]	3.5.0cvs117
9809
9810	* src/imap.c
9811		Tell on which server errors happened
9812
98132008-09-20 [colin]	3.5.0cvs116
9814
9815	* src/etpan/etpan-thread-manager.c
9816	* src/etpan/imap-thread.c
9817	* src/etpan/nntp-thread.c
9818		Windows: Fix hang on IMAP/NNTP
9819
98202008-09-20 [colin]	3.5.0cvs115
9821
9822	* src/common/utils.c
9823		Fix bug 1723, "Buffer overflow crash caused by
9824		preview in 'Date format help' dialog box"
9825		Also, optimise fast_strftime a bit :)
9826
98272008-09-18 [colin]	3.5.0cvs114
9828
9829	* src/procmime.c
9830	* src/textview.c
9831		Check for NULLs before str* functions
9832
98332008-09-18 [colin]	3.5.0cvs113
9834
9835	* src/messageview.c
9836	* src/procmime.c
9837	* src/textview.c
9838		Handle html parts in multipart/related
9839		Decode ISO-8859-1 as Windows-1252 (the former
9840		is a subset of the latter) in order to
9841		workaround Outlook mails misencoding
9842	* src/gtk/logwindow.c
9843	* src/gtk/logwindow.h
9844		Clear mainwindow's error pixmap when the
9845		error scrolls out of the log
9846
98472008-09-17 [colin]	3.5.0cvs112
9848
9849	* src/image_viewer.c
9850		Fix image loading (multiple childs added to
9851		scrolledwindow, break of the resize functionality)
9852	* src/account.c
9853	* src/prefs_folder_item.c
9854	* src/prefs_spelling.c
9855	* src/gtk/gtkaspell.c
9856		Better fix problems with dictionaries updates
9857
98582008-09-17 [colin]	3.5.0cvs111
9859
9860	* src/common/utils.c
9861		Fix double-opening (fixes multiple signatures when
9862		using signify)
9863
98642008-09-16 [colin]	3.5.0cvs110
9865
9866	* src/prefs_account.c
9867	* src/prefs_folder_item.c
9868	* src/prefs_spelling.c
9869	* src/gtk/gtkaspell.c
9870		Better stripping of aspell dictionaries names
9871
98722008-09-16 [colin]
9873
9874	* 3.6.0-rc1 released
9875
98762008-09-16 [colin]	3.5.0cvs109
9877
9878	* src/account.c
9879	* src/inc.c
9880	* src/mainwindow.c
9881	* src/prefs_account.h
9882	* src/prefs_other.c
9883	* src/send_message.c
9884	* src/gtk/inputdialog.c
9885		Don't add a pref to allow remembering passwords
9886		(Just not checking the checkbox is enough)
9887
98882008-09-16 [colin]	3.5.0cvs108
9889
9890	* configure.ac
9891		Require libetpan 0.56 as 0.55 is crashy
9892	* src/messageview.c
9893		Fix english
9894	* src/gtk/inputdialog.c
9895	* src/gtk/inputdialog.h
9896		Fix warnings
9897
98982008-09-16 [wwp]	3.5.0cvs107
9899
9900	* src/compose.c
9901		Complete 3.5.0cvs106 by removing a function that got
9902		moved to account.[ch].
9903
99042008-09-16 [wwp]	3.5.0cvs106
9905
9906	* src/account.c
9907	* src/account.h
9908	* src/compose.c
9909	* src/quote_fmt.c
9910	* src/quote_fmt_lex.l
9911	* src/quote_fmt_parse.y
9912		Add account signature (path and value string) manipulation
9913		keywords to the template processor. It's now possible in
9914		all templates to insert the account signature to an
9915		arbitrary location or to pass it to a external script for
9916		further editing.
9917
9918
99192008-09-16 [mones]	3.5.0cvs105
9920
9921	* src/imap.c
9922	* src/inc.c
9923	* src/mainwindow.c
9924	* src/mainwindow.h
9925	* src/news.c
9926	* src/prefs_account.h
9927	* src/prefs_common.c
9928	* src/prefs_common.h
9929	* src/prefs_other.c
9930	* src/send_message.c
9931	* src/gtk/inputdialog.c
9932	* src/gtk/inputdialog.h
9933		Implement session passwords: unsaved passwords for receiving
9934		or sending of accounts can be remembered while running to
9935		avoid repetitive typing.
9936		As keeping passwords in memory is unsafe a new preference
9937		in Other page is added to activate or not such capability.
9938
99392008-09-14 [colin]	3.5.0cvs104
9940
9941	* src/codeconv.c
9942	* src/codeconv.h
9943		Make conv_iconv_strdup static
9944
99452008-09-12 [colin]	3.5.0cvs103
9946
9947	* claws-mail.pc.in
9948	* src/Makefile.am
9949	* src/compose.c
9950	* src/compose.h
9951	* src/crash.c
9952	* src/folder_item_prefs.c
9953	* src/folder_item_prefs.h
9954	* src/main.c
9955	* src/prefs_account.c
9956	* src/prefs_common.c
9957	* src/prefs_common.h
9958	* src/prefs_folder_item.c
9959	* src/prefs_spelling.c
9960	* src/prefs_template.c
9961	* src/quote_fmt.h
9962	* src/quote_fmt_parse.y
9963	* src/toolbar.c
9964	* src/toolbar.h
9965	* src/gtk/Makefile.am
9966	* src/gtk/about.c
9967	* src/gtk/filesel.c
9968	* src/gtk/gtkaspell.c
9969	* src/gtk/gtkaspell.h
9970	* src/plugins/bogofilter/Makefile.am
9971	* src/plugins/dillo_viewer/Makefile.am
9972	* src/plugins/spamassassin/Makefile.am
9973	* src/plugins/trayicon/Makefile.am
9974		Switch spellchecker to Enchant
9975
99762008-09-12 [paul]	3.5.0cvs102
9977
9978	* tools/README
9979	* tools/csv2addressbook.pl
9980		add support for Fox Mail
9981
99822008-09-12 [paul]	3.5.0cvs101
9983
9984	* src/compose.c
9985	* src/prefs_wrapping.c
9986		changes to English
9987
99882008-09-12 [paul]	3.5.0cvs100
9989
9990	* configure.ac
9991		revert cvs99's libenchant commit error
9992
99932008-09-12 [colin]	3.5.0cvs99
9994
9995	* src/inc.c
9996		Only go to inbox if there are new mails
9997		(and fetch was manual)
9998
99992008-09-10 [colin]	3.5.0cvs98
10000
10001	* src/inc.c
10002	* src/summaryview.c
10003	* src/common/session.c
10004		Use g_timeout_add_seconds instead of g_timeout_add
10005		on glib >= 2.14 when we don't need precision on the
10006		delay. This helps reducing power consumption:
10007		http://mjg59.livejournal.com/74651.html
10008
100092008-09-10 [colin]	3.5.0cvs97
10010
10011	* src/compose.c
10012		Don't save window size and position when
10013		compose is hidden (filtering action)
10014
100152008-09-09 [colin]	3.5.0cvs96
10016
10017	* src/action.h
10018	* src/addr_compl.c
10019	* src/addressadd.c
10020	* src/addressbook.h
10021	* src/addressbook_foldersel.c
10022	* src/addressitem.h
10023	* src/addrgather.c
10024	* src/alertpanel.c
10025	* src/browseldap.c
10026	* src/editaddress.c
10027	* src/editaddress_other_attributes_ldap.h
10028	* src/editbook.c
10029	* src/editjpilot.c
10030	* src/editldap.c
10031	* src/editldap_basedn.c
10032	* src/editvcard.c
10033	* src/exphtmldlg.c
10034	* src/expldifdlg.c
10035	* src/export.c
10036	* src/foldersel.c
10037	* src/foldersel.h
10038	* src/gedit-print.c
10039	* src/gedit-print.h
10040	* src/grouplistdialog.c
10041	* src/headerview.c
10042	* src/headerview.h
10043	* src/image_viewer.c
10044	* src/import.c
10045	* src/importldif.c
10046	* src/importmutt.c
10047	* src/importpine.c
10048	* src/inc.c
10049	* src/main.c
10050	* src/main.h
10051	* src/messageview.c
10052	* src/messageview.h
10053	* src/noticeview.c
10054	* src/prefs_actions.c
10055	* src/prefs_filtering.c
10056	* src/prefs_folder_column.c
10057	* src/prefs_gtk.h
10058	* src/prefs_summary_column.c
10059	* src/prefs_toolbar.c
10060	* src/send_message.c
10061	* src/setup.c
10062	* src/sourcewindow.c
10063	* src/sourcewindow.h
10064	* src/ssl_manager.c
10065	* src/statusbar.c
10066	* src/statusbar.h
10067	* src/stock_pixmap.c
10068	* src/stock_pixmap.h
10069	* src/summaryview.c
10070	* src/textview.c
10071	* src/textview.h
10072	* src/undo.h
10073	* src/uri_opener.c
10074	* src/wizard.c
10075	* src/wizard.h
10076	* src/common/ssl.h
10077	* src/common/utils.c
10078	* src/gtk/about.c
10079	* src/gtk/colorlabel.c
10080	* src/gtk/colorlabel.h
10081	* src/gtk/combobox.h
10082	* src/gtk/description_window.c
10083	* src/gtk/filesel.c
10084	* src/gtk/gtkaspell.c
10085	* src/gtk/gtkaspell.h
10086	* src/gtk/gtkcmclist.c
10087	* src/gtk/gtkcmclist.h
10088	* src/gtk/gtkcmctree.c
10089	* src/gtk/gtkcmctree.h
10090	* src/gtk/gtkcmoptionmenu.h
10091	* src/gtk/gtksctree.c
10092	* src/gtk/gtksctree.h
10093	* src/gtk/gtkshruler.c
10094	* src/gtk/gtkshruler.h
10095	* src/gtk/gtksourceprintjob.c
10096	* src/gtk/gtksourceprintjob.h
10097	* src/gtk/gtkutils.c
10098	* src/gtk/gtkutils.h
10099	* src/gtk/gtkvscrollbutton.c
10100	* src/gtk/gtkvscrollbutton.h
10101	* src/gtk/icon_legend.c
10102	* src/gtk/inputdialog.c
10103	* src/gtk/logwindow.c
10104	* src/gtk/logwindow.h
10105	* src/gtk/manage_window.c
10106	* src/gtk/manage_window.h
10107	* src/gtk/menu.c
10108	* src/gtk/prefswindow.c
10109	* src/gtk/progressdialog.c
10110	* src/gtk/progressdialog.h
10111	* src/plugins/bogofilter/bogofilter_gtk.c
10112	* src/plugins/pgpcore/passphrase.c
10113	* src/plugins/spamassassin/spamassassin_gtk.c
10114	* src/plugins/trayicon/trayicon.c
10115	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10116	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
10117	* src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
10118	* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10119	* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
10120		Complete GTK+ 2.14 undeprecation
10121		(thanks to "J.A. Magallon" <jamagallon@ono.com>)
10122
101232008-09-09 [colin]	3.5.0cvs95
10124
10125	* src/gtk/gtkcmclist.h
10126		Fix build on GTK+ 2.14
10127
101282008-09-08 [colin]	3.5.0cvs94
10129
10130	* src/noticeview.c
10131	* src/noticeview.h
10132		Remove GtkSignalFunc
10133
101342008-09-07 [colin]	3.5.0cvs93
10135
10136	* src/addressadd.c
10137	* src/addressbook_foldersel.c
10138	* src/gtk/gtkcmclist.c
10139	* src/gtk/gtkcmclist.h
10140	* src/gtk/gtkcmctree.c
10141	* src/gtk/gtkcmctree.h
10142	* src/gtk/gtksctree.c
10143	* src/gtk/prefswindow.c
10144	* src/gtk/prefswindow.h
10145		Use GDestroyNotify instead of GtkDestroyNotify
10146		(deprecated in GTK+ 2.14)
10147
101482008-09-07 [colin]	3.5.0cvs92
10149
10150	* src/textview.c
10151		Fix bug 1712, 'invalid "Phishing attempt warning"
10152		when linked text ends with spaces'
10153
101542008-09-05 [colin]	3.5.0cvs91
10155
10156	* src/procmime.c
10157		Maybe fix bug 1711, 'Save-as attachment crashes'
10158		Possibly wrong free() due to pointer shifting
10159
101602008-09-05 [colin]	3.5.0cvs90
10161
10162	* src/compose.c
10163		Fix bug 1710, 'User misreads "Discard Message"
10164		as "Discard Changes"'. Propose to save or discard
10165		only the latest changes when closing an existing
10166		draft. Autosave may still have saved parts of the
10167		edit session.
10168
101692008-09-04 [colin]	3.5.0cvs89
10170
10171	* src/summaryview.c
10172		Fix bug 1707, 'Segfault when sorting on non-visible column'
10173
101742008-09-01 [colin]	3.5.0cvs88
10175
10176	* src/imap.c
10177	* src/summaryview.c
10178	* src/common/tags.c
10179	* src/etpan/imap-thread.c
10180	* src/etpan/imap-thread.h
10181		Store spam flag on IMAP (Junk/NonJunk, as
10182		ThunderBird does - this is nonstandard)
10183
101842008-08-31 [wwp]	3.5.0cvs87
10185
10186	* ChangeLog
10187		Fix globish edition^Wediting.
10188
101892008-08-31 [wwp]	3.5.0cvs86
10190
10191	* src/addressbook.c
10192		Don't break nickname editing for non-LDAP books (nickname
10193		value was overwritten when editing existing contact, this
10194		came from 3.0.2cvs109).
10195
101962008-08-30 [colin]	3.5.0cvs85
10197
10198	* src/mainwindow.c
10199	* src/summaryview.c
10200		Fix "Apply tags..." key shortcut
10201
102022008-08-29 [iwkse]	3.5.0cvs84
10203
10204	* src/summaryview.c
10205			Bit of clean:)
10206
102072008-08-29 [iwkse]	3.5.0cvs83
10208
10209	* src/summaryview.c
10210			Disable "Move to trash" action if
10211			we are in a trash-like folder.
10212			Thanks to colinl
10213
102142008-08-29 [paul]	3.5.0cvs82
10215
10216	* configure.ac
10217		bump up libetpan version requirement since
10218		0.55 is released now
10219
102202008-08-28 [wwp]	3.5.0cvs81
10221
10222	* src/account.c
10223	* src/pop.c
10224	* src/prefs_account.c
10225	* src/prefs_account.h
10226		Add finer granularity to the POP3's remove-after delay (now in
10227		hours in addition to in days), patch by Paul Rolland.
10228
102292008-08-28 [wwp]	3.5.0cvs80
10230
10231	* src/gtk/combobox.c
10232		Fix a typo in a comment.
10233
102342008-08-28 [iwkse]	3.5.0cvs79
10235
10236	* src/account.c
10237	* src/prefs_actions.c
10238	* src/prefs_filtering.c
10239	* src/prefs_template.c
10240			Add search feature to the account,
10241			template and action dialog.
10242			It's turned on selecting one row
10243			of the list and typing some random
10244			letter. Thanks to wwp, colinl
10245
102462008-08-28 [colin]	3.5.0cvs78
10247
10248	* src/Makefile.am
10249	* src/account.c
10250	* src/compose.c
10251	* src/prefs_account.c
10252	* src/prefs_account.h
10253	* src/privacy.c
10254	* src/privacy.h
10255	* src/procmime.c
10256	* src/stock_pixmap.c
10257	* src/stock_pixmap.h
10258	* src/summaryview.c
10259	* src/pixmaps/key_gpg_signed.xpm
10260		Fix bug 1412, "Sign reply, if mail was signed"
10261		Add an account preference to sign replies to signed mails
10262
102632008-08-28 [iwkse]	3.5.0cvs77
10264
10265	* src/prefs_filtering.c
10266		Making the search more useful,
10267		jumping directly to the relative rule.
10268
102692008-08-27 [colin]	3.5.0cvs76
10270
10271	* src/main.c
10272		Add a bit of info
10273
102742008-08-27 [colin]	3.5.0cvs75
10275
10276	* src/gtk/gtkcmctree.c
10277		Fix a few ifdefs
10278
102792008-08-26 [colin]	3.5.0cvs74
10280
10281	* src/gtk/gtkcmctree.c
10282		Fix missing inits on old glib
10283
102842008-08-26 [wwp]	3.5.0cvs73
10285
10286	* src/common/utils.c
10287		Added 'Fwd' to the list of known common subject prefixes.
10288
102892008-08-25 [iwkse]	3.5.0cvs72
10290
10291	* src/image_viewer.c
10292		Add animated gif support to the
10293		message preview.
10294
102952008-08-25 [colin]	3.5.0cvs71
10296
10297	* src/gtk/gtkcmctree.c
10298		Make sure work isn't null
10299
103002008-08-24 [colin]	3.5.0cvs70
10301
10302	* src/common/ssl.c
10303		Fix typo on SSL_CERT_DIR
10304
103052008-08-23 [holger]	3.5.0cvs69
10306
10307	* src/printing.c
10308		Fix bug 1699 'Separator line mis-placed when
10309		printing some e-mails'. The number of header lines
10310		was not correctly calculated when Pango inserts
10311		linebreaks
10312
103132008-08-23 [colin]	3.5.0cvs68
10314
10315	* src/mainwindow.c
10316		Fix the account selector button; thanks
10317		to wwp
10318
103192008-08-21 [colin]	3.5.0cvs67
10320
10321	* src/compose.c
10322	* src/compose.h
10323		Add a compose preference for auto-indent
10324	* src/mainwindow.c
10325	* src/summaryview.c
10326		Make colorlabel accels a bit less hacky
10327
103282008-08-21 [colin]	3.5.0cvs66
10329
10330	* src/compose.c
10331	* src/prefs_common.c
10332	* src/prefs_common.h
10333	* src/prefs_wrapping.c
10334		Add a preference for autoindent; fix no_join tag
10335		being applied to whole lines instead of just \n when
10336		creating a line
10337
103382008-08-21 [colin]	3.5.0cvs65
10339
10340	* src/compose.c
10341		Add support for auto-indentation
10342
103432008-08-19 [colin]	3.5.0cvs64
10344
10345	* src/compose.c
10346		Save Autowrap status in drafts/queued mails
10347
103482008-08-19 [colin]	3.5.0cvs63
10349
10350	* src/mainwindow.c
10351		Fix a comment (in reality, test commit on
10352		the new CVS server)
10353
103542008-08-17 [colin]	3.5.0cvs62
10355
10356	* src/prefs_actions.c
10357	* src/procmime.c
10358	* src/wizard.c
10359	* src/common/socket.h
10360	* src/gtk/gtkcmctree.c
10361		Fix warnings
10362
103632008-08-16 [colin]	3.5.0cvs61
10364
10365	* src/editaddress_other_attributes_ldap.h
10366		Add 'l' field (localityName)
10367
103682008-08-16 [colin]	3.5.0cvs60
10369
10370	* src/mainwindow.c
10371	* src/gtk/gtkcmclist.c
10372	* src/gtk/gtkcmclist.h
10373	* src/gtk/gtkcmctree.c
10374	* src/gtk/gtksctree.c
10375	* src/gtk/gtkutils.c
10376	* src/gtk/gtkvscrollbutton.c
10377		Fix Maemo build (OS2007)
10378
103792008-08-14 [colin]	3.5.0cvs59
10380
10381	* src/folder.c
10382		Don't crash if parent is null when creating
10383		a folder
10384	* src/gtk/pluginwindow.c
10385		Don't crash on race when closing window while
10386		a plugin is loading and does gtk_iterations
10387
103882008-08-13 [colin]	3.5.0cvs58
10389
10390	* src/messageview.c
10391	* src/messageview.h
10392	* src/mimeview.c
10393		Fix bug 1696, 'Viewing binary attachements
10394		as text over 1 MB' (various buglets)
10395
103962008-08-10 [colin]	3.5.0cvs57
10397
10398	* src/summaryview.c
10399	* src/gtk/gtkcmclist.c
10400		Continue fixing GTK < 2.12 build, thanks to
10401		Michael Hugues
10402
104032008-08-10 [colin]	3.5.0cvs56
10404
10405	* src/gtk/gtksctree.c
10406		Fix build on GTK < 2.12
10407
104082008-08-09 [colin]	3.5.0cvs55
10409
10410	* src/mainwindow.c
10411		Fix untranslatable strings, thanks to
10412		Stephan Sachse
10413
104142008-08-07 [colin]	3.5.0cvs54
10415
10416	* src/compose.c
10417	* src/editaddress.c
10418	* src/folderview.c
10419	* src/mainwindow.c
10420	* src/message_search.c
10421	* src/mimeview.c
10422	* src/noticeview.c
10423	* src/prefs_account.c
10424	* src/prefs_common.c
10425	* src/prefs_customheader.c
10426	* src/prefs_ext_prog.c
10427	* src/prefs_filtering_action.c
10428	* src/prefs_gtk.c
10429	* src/prefs_logging.c
10430	* src/prefs_matcher.c
10431	* src/prefs_msg_colors.c
10432	* src/procmime.c
10433	* src/summary_search.c
10434	* src/summaryview.c
10435	* src/toolbar.c
10436	* src/gtk/colorsel.c
10437	* src/gtk/gtkaspell.c
10438	* src/gtk/gtkutils.c
10439	* src/gtk/gtkutils.h
10440	* src/gtk/inputdialog.c
10441	* src/gtk/pluginwindow.c
10442	* src/gtk/quicksearch.c
10443	* src/plugins/bogofilter/bogofilter_gtk.c
10444	* src/plugins/dillo_viewer/dillo_prefs.c
10445	* src/plugins/spamassassin/spamassassin_gtk.c
10446		- Fix Ctrl-Space shortcut
10447		- Fix mime-parsing bug in procmime (cvs52)
10448		- Fix double-free in procmime (cvs52)
10449		- Use gtk_bin_get_child instead of GTK_BIN()->child
10450		- Fix Goto menu in mainwindow
10451
104522008-08-07 [mones]	3.5.0cvs53
10453
10454	* po/es.po
10455		Updated translation (lots of changes!)
10456	* src/compose.c
10457		Add missing accelerator key
10458	* src/mainwindow.c
10459		Restored 'v' key function (thanks Colin!)
10460
104612008-08-06 [colin]	3.5.0cvs52
10462
10463	* src/addrbook.c
10464	* src/addrcindex.c
10465	* src/addrduplicates.c
10466	* src/addrharvest.c
10467	* src/enriched.c
10468	* src/html.c
10469	* src/ldif.c
10470	* src/mimeview.c
10471	* src/mutt.c
10472	* src/pine.c
10473	* src/procmime.c
10474	* src/vcard.c
10475	* src/wizard.c
10476		Fix my use of g_utf8_strdown (it returns
10477		a newly allocated string and doesn't
10478		change the parameter)
10479
104802008-08-06 [colin]	3.5.0cvs51
10481
10482	* src/compose.c
10483		Fix bug 1690, 'Copy/Paste in edit window may
10484		break Undo'; middle-click pastes aren't
10485		REPLACE_INSERT but just INSERT.
10486		Also, fix privacy menu selection
10487
104882008-08-05 [colin]	3.5.0cvs50
10489
10490	* src/action.c
10491	* src/addr_compl.c
10492	* src/addrbook.c
10493	* src/addrcindex.c
10494	* src/addrduplicates.c
10495	* src/addrharvest.c
10496	* src/enriched.c
10497	* src/html.c
10498	* src/ldif.c
10499	* src/main.c
10500	* src/mimeview.c
10501	* src/mutt.c
10502	* src/pine.c
10503	* src/procmime.c
10504	* src/vcard.c
10505	* src/wizard.c
10506	* src/common/socket.c
10507	* src/gtk/gtkutils.c
10508	* src/gtk/gtkutils.h
10509	* src/gtk/menu.c
10510	* src/plugins/spamassassin/spamassassin.c
10511		More undeprecation (Glib)
10512
105132008-08-05 [colin]	3.5.0cvs49
10514
10515	* src/prefs_account.c
10516	* src/prefs_filtering_action.c
10517	* src/prefs_matcher.c
10518	* src/gtk/Makefile.am
10519	* src/gtk/claws-marshal.list
10520	* src/gtk/colorlabel.c
10521	* src/gtk/colorsel.c
10522	* src/gtk/foldersort.c
10523	* src/gtk/gtkaspell.c
10524	* src/gtk/gtkcmclist.c
10525	* src/gtk/gtkcmclist.h
10526	* src/gtk/gtkcmctree.c
10527	* src/gtk/gtkcmctree.h
10528	* src/gtk/gtkcmoptionmenu.c
10529	* src/gtk/gtkcmoptionmenu.h
10530	* src/gtk/gtksctree.c
10531	* src/gtk/gtksctree.h
10532	* src/gtk/gtkutils.c
10533	* src/gtk/gtkutils.h
10534	* src/gtk/gtkvscrollbutton.c
10535	* src/gtk/menu.c
10536	* src/gtk/menu.h
10537	* src/gtk/quicksearch.c
10538	* src/plugins/dillo_viewer/dillo_viewer.c
10539	* src/plugins/pgpcore/select-keys.c
10540		Try to finish yesterday's commit
10541
105422008-08-04 [colin]	3.5.0cvs48
10543
10544	* src/addressadd.c
10545	* src/addressbook.c
10546	* src/addressbook_foldersel.c
10547	* src/addressitem.h
10548	* src/addrgather.c
10549	* src/browseldap.c
10550	* src/compose.c
10551	* src/compose.h
10552	* src/editaddress.c
10553	* src/editaddress_other_attributes_ldap.c
10554	* src/editgroup.c
10555	* src/editldap_basedn.c
10556	* src/folderview.c
10557	* src/folderview.h
10558	* src/grouplistdialog.c
10559	* src/image_viewer.c
10560	* src/imap_gtk.c
10561	* src/importldif.c
10562	* src/main.c
10563	* src/mainwindow.c
10564	* src/message_search.c
10565	* src/mh_gtk.c
10566	* src/mimeview.c
10567	* src/mimeview.h
10568	* src/news_gtk.c
10569	* src/noticeview.h
10570	* src/prefs_account.c
10571	* src/prefs_filtering_action.c
10572	* src/prefs_matcher.c
10573	* src/prefs_msg_colors.c
10574	* src/prefs_summaries.c
10575	* src/statusbar.c
10576	* src/stock_pixmap.c
10577	* src/summary_search.c
10578	* src/summaryview.c
10579	* src/summaryview.h
10580	* src/textview.c
10581	* src/toolbar.h
10582	* src/gtk/Makefile.am
10583	* src/gtk/claws-marshal.list
10584	* src/gtk/colorsel.c
10585	* src/gtk/foldersort.c
10586	* src/gtk/gtkaspell.c
10587	* src/gtk/gtkcmclist.c
10588	* src/gtk/gtkcmclist.h
10589	* src/gtk/gtkcmctree.c
10590	* src/gtk/gtkcmctree.h
10591	* src/gtk/gtksctree.c
10592	* src/gtk/gtksctree.h
10593	* src/gtk/gtkutils.c
10594	* src/gtk/gtkutils.h
10595	* src/gtk/gtkvscrollbutton.c
10596	* src/gtk/menu.c
10597	* src/gtk/menu.h
10598	* src/gtk/quicksearch.c
10599	* src/plugins/dillo_viewer/dillo_viewer.c
10600	* src/plugins/pgpcore/select-keys.c
10601		Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10602		Undeprecate their implementation (GtkArg, GtkType, ...)
10603		Undeprecate a few other things here and there
10604		Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10605		Add #undef GTK_DISABLE_DEPRECATED in the files where we
10606		still have work to do
10607
106082008-08-04 [colin]	3.5.0cvs47
10609
10610	* src/compose.c
10611	* src/compose.h
10612	* src/toolbar.h
10613	* src/textview.c
10614	* src/stock_pixmap.c
10615	* src/statusbar.c
10616	* src/noticeview.h
10617	* src/mimeview.h
10618	* src/mainwindow.c
10619	* src/image_viewer.c
10620	* src/gtk/gtkaspell.c
10621	* src/gtk/gtkvscrollbutton.c
10622	* src/plugins/dillo_viewer/dillo_viewer.c
10623		Undeprecate more things
10624
106252008-08-02 [colin]	3.5.0cvs46
10626
10627	* src/mainwindow.c
10628		Fix toggle menu activation state
10629		(thanks to cvs45 ;)
10630
106312008-08-02 [paul]	3.5.0cvs45
10632
10633	* src/mainwindow.c
10634		fix sensitivity of
10635		/View/Show or hide/Message View
10636
106372008-08-01 [paul]	3.5.0cvs44
10638
10639	* src/common/utils.c
10640	* src/plugins/pgpcore/claws.def
10641	* src/plugins/pgpinline/claws.def
10642		fix compilation problems on mingw32,
10643		(bug 1688) Patch by Marcus Brinkmann
10644
106452008-08-01 [colin]	3.5.0cvs43
10646
10647	* src/gtk/gtkutils.c
10648	* src/gtk/gtkvscrollbutton.c
10649		Oups, fix build
10650
106512008-08-01 [colin]	3.5.0cvs42
10652
10653	* src/compose.c
10654	* src/foldersel.c
10655	* src/mainwindow.c
10656	* src/prefs_account.c
10657	* src/prefs_folder_item.c
10658	* src/prefs_quote.c
10659	* src/summaryview.c
10660	* src/gtk/gtkaspell.c
10661	* src/gtk/gtkutils.c
10662	* src/gtk/gtkvscrollbutton.c
10663		Replace a few deprecated function calls
10664
106652008-08-01 [paul]	3.5.0cvs41
10666
10667	* src/action.c
10668		fix crash that occurs because of recent GtkUIManager
10669		changes. Thanks to Colin
10670
106712008-07-31 [colin]	3.5.0cvs40
10672
10673	* src/addressbook.c
10674	* src/compose.c
10675	* src/mainwindow.c
10676	* src/messageview.c
10677		Some Maemo fixes
10678	* src/gtk/menu.c
10679	* src/gtk/menu.h
10680		Remove deprecated helper funcs
10681
106822008-07-30 [colin]	3.5.0cvs39
10683
10684	* src/folderview.c
10685	* src/folderview.h
10686	* src/imap_gtk.c
10687	* src/mh_gtk.c
10688	* src/news_gtk.c
10689		Move the folderview popup menu to GtkUIManager
10690
106912008-07-29 [colin]	3.5.0cvs38
10692
10693	* src/account.c
10694	* src/account.h
10695	* src/action.c
10696	* src/action.h
10697	* src/addressitem.h
10698	* src/compose.c
10699	* src/edittags.c
10700	* src/mainwindow.c
10701	* src/mainwindow.h
10702	* src/mimeview.c
10703	* src/summaryview.c
10704	* src/gtk/menu.c
10705	* src/gtk/menu.h
10706		Switch the main menu to GtkUIManager
10707		Warning fixes
10708
107092008-07-29 [colin]	3.5.0cvs37
10710
10711	* src/news.c
10712		Fix bug 1684, 'view news messages with large
10713		attachements segfaults'
10714
107152008-07-29 [colin]	3.5.0cvs36
10716
10717	* src/action.c
10718	* src/action.h
10719	* src/addressbook.c
10720	* src/addressitem.h
10721	* src/compose.c
10722	* src/compose.h
10723	* src/messageview.c
10724	* src/messageview.h
10725	* src/summaryview.c
10726	* src/gtk/menu.c
10727	* src/gtk/menu.h
10728		More switches to GtkUIManager
10729
107302008-07-26 [colin]	3.5.0cvs35
10731
10732	* src/gtk/menu.c
10733	* src/gtk/menu.h
10734		Fix prototype
10735
107362008-07-25 [colin]	3.5.0cvs34
10737
10738	* src/addrcustomattr.c
10739	* src/addressbook.c
10740	* src/compose.c
10741	* src/editaddress.c
10742	* src/editaddress_other_attributes_ldap.h
10743	* src/edittags.c
10744	* src/mainwindow.c
10745	* src/mimeview.c
10746	* src/prefs_actions.c
10747	* src/prefs_filtering.c
10748	* src/prefs_template.c
10749	* src/summaryview.c
10750	* src/textview.c
10751	* src/textview.h
10752	* src/toolbar.c
10753	* src/gtk/about.c
10754	* src/gtk/menu.c
10755	* src/gtk/menu.h
10756	* src/plugins/trayicon/trayicon.c
10757		More changes from GtkItemFactory to GtkUIManager
10758
107592008-07-25 [colin]	3.5.0cvs33
10760
10761	* src/gtk/menu.h
10762		Add a macro to remove menu items
10763		Make the gui_manager variable useless
10764
107652008-07-24 [colin]	3.5.0cvs32
10766
10767	* src/mimeview.c
10768		Fix a gtk warning on clear
10769	* src/mainwindow.c
10770	* src/summaryview.c
10771	* src/summaryview.h
10772		Switch the message list popup menu to
10773		GtkUIManager
10774
107752008-07-23 [colin]	3.5.0cvs31
10776
10777	* src/plugins/pgpcore/pgp_viewer.c
10778	* src/plugins/pgpcore/sgpgme.c
10779		Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10780		Patch by Thomas Wiegner <wiegner@gmx.de>
10781
107822008-07-20 [paul]	3.5.0cvs30
10783
10784	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10785		remove redundant GTK version check
10786
107872008-07-20 [ticho]	3.5.0cvs29
10788
10789	* src/folderview.c
10790	* src/imap_gtk.c
10791	* src/news_gtk.c
10792		Moved sensitivity setting for "Download messages" for IMAP and
10793		news folders from folderview.c to imap_gtk.c and news_gtk.c
10794		respectively for better code readability.
10795		Fixed indentation in news' set_sensitivity().
10796
107972008-07-20 [paul]	3.5.0cvs28
10798
10799	* src/addrgather.c
10800		remove more redundant code following cvs27
10801
108022008-07-20 [paul]	3.5.0cvs27
10803
10804	* src/addrgather.c
10805		remove now redundant code
10806	* src/mainwindow.c
10807	* src/mainwindow.h
10808		fix bug 1673, 'Tools/Harvest adresses is
10809		grayed out if folder is empty'
10810
108112008-07-19 [ticho]	3.5.0cvs26
10812
10813	* src/edittags.c
10814	* src/main.c
10815	* src/mimeview.c
10816	* src/mimeview.h
10817	* src/gtk/gtkutils.c
10818	* src/gtk/gtkutils.h
10819	* src/gtk/menu.c
10820	* src/gtk/menu.h
10821		Use GtkUIManager for mimeview and tag edit dialog popup menus,
10822		instead of deprecated GtkItemFactory.
10823
108242008-07-19 [colin]	3.5.0cvs25
10825
10826	* src/account.c
10827	* src/addrgather.c
10828	* src/compose.c
10829	* src/editldap.c
10830	* src/expldifdlg.c
10831	* src/importldif.c
10832	* src/main.c
10833	* src/mainwindow.c
10834	* src/mimeview.c
10835	* src/noticeview.c
10836	* src/prefs_account.c
10837	* src/prefs_actions.c
10838	* src/prefs_ext_prog.c
10839	* src/prefs_filtering.c
10840	* src/prefs_folder_item.c
10841	* src/prefs_image_viewer.c
10842	* src/prefs_logging.c
10843	* src/prefs_msg_colors.c
10844	* src/prefs_other.c
10845	* src/prefs_send.c
10846	* src/prefs_spelling.c
10847	* src/prefs_summaries.c
10848	* src/prefs_template.c
10849	* src/printing.c
10850	* src/quote_fmt.c
10851	* src/summary_search.c
10852	* src/summaryview.c
10853	* src/toolbar.c
10854	* src/wizard.c
10855	* src/common/Makefile.am
10856	* src/gtk/gtksctree.c
10857	* src/gtk/gtkutils.h
10858	* src/gtk/pluginwindow.c
10859	* src/gtk/quicksearch.c
10860	* src/plugins/bogofilter/bogofilter_gtk.c
10861	* src/plugins/dillo_viewer/dillo_prefs.c
10862	* src/plugins/pgpcore/prefs_gpg.c
10863	* src/plugins/spamassassin/spamassassin_gtk.c
10864	* src/plugins/trayicon/trayicon.c
10865	* src/plugins/trayicon/trayicon_prefs.c
10866		Use the shiny new GTK tooltips API when possible (GTK+ 2.12
10867		or greater). Use the old deprecated one on GTK+ < 2.12.
10868		Easy! Straightforward! I'm not annoyed at all! It's not a loss
10869		of time!
10870
108712008-07-16 [colin]	3.5.0cvs24
10872
10873	* src/mainwindow.c
10874		Fix folderview's scrolbar when starting minimised
10875		to tray, and popping up the mainwindow by calling
10876		claws-mail from the command line
10877
108782008-07-08 [colin]	3.5.0cvs23
10879
10880	* src/compose.c
10881		Possibly fix po-headers appearing on empty
10882		templates
10883
108842008-07-08 [colin]	3.5.0cvs22
10885
10886	* src/folderview.c
10887	* src/summaryview.c
10888		Finish the always_open tristate patch, by Jonathan
10889		Corbet.
10890
108912008-07-07 [paul]	3.5.0cvs21
10892
10893	* src/mainwindow.c
10894		fix typo (missing ")
10895
108962008-07-07 [paul]	3.5.0cvs20
10897
10898	* src/mainwindow.c
10899		fit the menu style a bit better
10900
109012008-07-07 [colin]	3.5.0cvs19
10902
10903	* src/prefs_themes.c
10904		Make upgrading themes easier
10905
109062008-07-07 [colin]	3.5.0cvs18
10907
10908	* src/mainwindow.c
10909	* src/prefs_toolbar.c
10910	* src/stock_pixmap.c
10911		Finish fixing bug 1609, 'Icon issues'
10912
109132008-07-07 [colin]	3.5.0cvs17
10914
10915	* src/prefs_common.c
10916		Fix the default value
10917
109182008-07-07 [colin]	3.5.0cvs16
10919
10920	* src/prefs_summaries.c
10921		Revert my fix to the string, the correct term
10922		is indeed Message View
10923
109242008-07-07 [colin]	3.5.0cvs15
10925
10926	* AUTHORS
10927	* src/gtk/authors.h
10928	* src/prefs_common.c
10929	* src/prefs_common.h
10930	* src/prefs_summaries.c
10931	* src/summaryview.c
10932	* src/gtk/authors.h
10933		Change "Always open message when selected" to
10934		a tristate (Never/Always/When preview is visible)
10935		Patch by Jonathan Corbet <corbet@lwn.net>.
10936
109372008-07-06 [paul]	3.5.0cvs14
10938
10939	* src/addrgather.c
10940		improve the layout of the dialogue
10941		improve the English
10942		add tooltips
10943		fix some of the nasty coding style
10944	* src/mainwindow.c
10945		improve the English
10946		add some missing mnemonics
10947
109482008-07-05 [paul]	3.5.0cvs13
10949
10950	* src/mainwindow.c
10951	* src/mainwindow.h
10952		fix bug 1398, '"Change current account" is
10953		available even when there's only one account'
10954	* src/plugins/pgpcore/prefs_gpg.c
10955		put back a needed include, removed in error
10956
109572008-07-05 [colin]	3.5.0cvs12
10958
10959	* src/mainwindow.c
10960		MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10961
109622008-07-05 [colin]	3.5.0cvs11
10963
10964	* src/news.c
10965	* src/news_gtk.c
10966		Provide ability to rename newsgroups. Closes
10967		bug 1444, 'Add GUI option for renaming
10968		newsgroups'. Patch by Pawel Pekala
10969
109702008-07-05 [colin]	3.5.0cvs10
10971
10972	* src/plugins/pgpcore/passphrase.c
10973	* src/plugins/pgpcore/prefs_gpg.c
10974	* src/plugins/pgpcore/select-keys.c
10975		Simplify GTK includes (with the advantage
10976		of compiling against GTK+2.13); patch by
10977		Charles A Edwards
10978
109792008-07-05 [colin]	3.5.0cvs9
10980
10981	* src/wizard.c
10982		Add SSL client certificates
10983
109842008-07-05 [colin]	3.5.0cvs8
10985
10986	* src/prefs_account.c
10987	* src/common/session.h
10988		Fix warnings
10989	* src/common/ssl.c
10990		Add one path for certs
10991
109922008-07-05 [colin]	3.5.0cvs7
10993
10994	* src/prefs_account.c
10995		Fix no-ssl build
10996
109972008-07-04 [colin]	3.5.0cvs6
10998
10999	* src/common/ssl.c
11000	* src/common/ssl.h
11001	* src/common/ssl_certificate.c
11002		Workaround distro bugs and fix certificate checking
11003		with OpenSSL
11004
110052008-07-04 [colin]	3.5.0cvs5
11006
11007	* src/filtering.c
11008	* src/common/ssl_certificate.c
11009	* src/common/ssl_certificate.h
11010	* src/etpan/imap-thread.c
11011	* src/etpan/nntp-thread.c
11012		Fix some leaks, thanks to Martin Zwickel
11013		Rename gnutls functions that do the same
11014		as OpenSSL ones, to avoid symbol clashing
11015		when Claws is built against GnuTLS and
11016		libetpan against OpenSSL
11017
110182008-07-04 [paul]	3.5.0cvs4
11019
11020	* src/prefs_account.c
11021		remove 1 forgotten '.'
11022
110232008-07-04 [paul]	3.5.0cvs3
11024
11025	* src/prefs_account.c
11026		layout/engrish fixes to the 'Client
11027		certificates' frame
11028
110292008-07-03 [colin]	3.5.0cvs2
11030
11031	* src/imap.c
11032	* src/news.c
11033	* src/pop.c
11034	* src/prefs_account.c
11035	* src/prefs_account.h
11036	* src/prefs_common.c
11037	* src/send_message.c
11038	* src/common/session.c
11039	* src/common/session.h
11040	* src/common/smtp.c
11041	* src/common/smtp.h
11042	* src/common/socket.h
11043	* src/common/ssl.c
11044	* src/common/ssl.h
11045	* src/common/ssl_certificate.c
11046	* src/common/ssl_certificate.h
11047	* src/etpan/imap-thread.c
11048	* src/etpan/nntp-thread.c
11049	* src/gtk/inputdialog.c
11050		Add support for SSL client certificates (either PEM files
11051		with certificate and private key, either PKCS12 files)
11052
110532008-06-28 [colin]	3.5.0cvs1
11054
11055	* src/foldersel.c
11056		Fix compilation with older GTKs
11057
110582008-06-27 [paul]	3.5.0
11059
11060	* NEWS
11061	* README
11062	* RELEASE_NOTES
11063		3.5.0 released
11064
110652008-06-27 [paul]	3.4.0cvs116
11066
11067	* src/gtk/authors.h
11068		complete cvs115
11069
110702008-06-27 [paul]	3.4.0cvs115
11071
11072	* configure.ac
11073	* src/gtk/authors.h
11074		no longer build unmaintained translations
11075
110762008-06-27 [paul]	3.4.0cvs114
11077
11078	* po/de.po
11079	* po/fi.po
11080	* po/pt_BR.po
11081		updated by Stephan Sachse, Flammie Pirinen, and
11082		Frederico Goncalves Guimaraes
11083
110842008-06-26 [wwp]	3.4.0cvs113
11085
11086	* manual/fr/advanced.xml
11087		Update French version of the manual (AutoFaces documentation).
11088
110892008-06-26 [wwp]	3.4.0cvs112
11090
11091	* manual/fr/advanced.xml
11092	* manual/fr/plugins.xml
11093		Updated French version of the manual (completed
11094		hidden options list, added note about Clawsker
11095		and new mail archiver plugin).
11096
110972008-06-25 [colin]	3.4.0cvs111
11098
11099	* src/gtk/gtkaspell.c
11100		Fix non-UTF8 in the replace with dialog
11101	* src/prefs_actions.c
11102		Fix possible crasher
11103		Patches by Pawel
11104
111052008-06-24 [mones]	3.4.0cvs110
11106
11107	* src/autofaces.c
11108		Fix non-warning message, downgraded to debug info
11109
111102008-06-24 [colin]	3.4.0cvs109
11111
11112	* src/summaryview.c
11113		Fix bug 1650, Message line too small after
11114		changing columns in "three columns" layout
11115
111162008-06-24 [colin]	3.4.0cvs108
11117
11118	* src/messageview.c
11119		Fix Spam button sensitivity in newsgroups
11120
111212008-06-23 [wwp]	3.4.0cvs107
11122
11123	* po/fr.po
11124		Updated French translation.
11125
111262008-06-23 [mones]	3.4.0cvs106
11127
11128	* po/es.po
11129		Updated translation for release
11130
111312008-06-22 [mones]	3.4.0cvs105
11132
11133	* manual/es/plugins.xml
11134		Synced new entry for Mail Archiver plugin
11135
111362008-06-22 [colin]	3.4.0cvs104
11137
11138	* src/compose.c
11139		Fix initial cursor position
11140
111412008-06-21 [paul]	3.4.0cvs103
11142
11143	* manual/plugins.xml
11144		add an entry for the new Mail Archiver plugin
11145
111462008-06-21 [paul]	3.4.0cvs102
11147
11148	* src/gtk/about.c
11149		we're in 'string freeze', put back the
11150		< > symbols for now
11151
111522008-06-21 [paul]	3.4.0cvs101
11153
11154	* manual/advanced.xml
11155	* manual/es/advanced.xml
11156		fix build warning: <emphasis> cannot be contained
11157		within <filename>
11158	* src/gtk/about.c
11159		fix non-clickable link on License page and drop
11160		the containing < > symbols to match other links
11161
111622008-06-20 [mones]	3.4.0cvs100
11163
11164	* manual/advanced.xml
11165		Added autofaces documentation, note about clawsker in hidden
11166		preferences, minor markup fix. Thanks Paul for proofreading
11167	* manual/es/advanced.xml
11168		Synchronised Spanish manual
11169
111702008-06-16 [colin]	3.4.0cvs99
11171
11172	* src/compose.c
11173		Fix cursor placing on signature change
11174
111752008-06-16 [paul]	3.4.0cvs98
11176
11177	* src/imap_gtk.c
11178	* src/mh_gtk.c
11179	* src/gtk/inputdialog.c
11180		really fussy coding style fixes
11181
111822008-06-16 [paul]	3.4.0cvs97
11183
11184	* src/Makefile.am
11185		keep the alphabetical order
11186
111872008-06-13 [mones]	3.4.0cvs96
11188
11189	* src/autofaces.c
11190		Fix crasher ;-)
11191	* src/prefs_filtering_action.c
11192		Fixed cosmetic bug, processing also displays "Filtering"
11193
111942008-06-13 [mones]	3.4.0cvs95
11195
11196	* src/Makefile.am
11197	* src/autofaces.c	** NEW FILE **
11198	* src/autofaces.h	** NEW FILE **
11199	* src/compose.c
11200		Allow setting Faces and X-Faces globally and per-account
11201		from configuration files under ~/.claws-mail/autofaces
11202
112032008-06-13 [holger]	3.4.0cvs94
11204
11205	* .cvsignore
11206		More files to ignore
11207	* src/gtk/inputdialog.c
11208	* src/gtk/inputdialog.h
11209		Make input dialog more generic so that a checkbox
11210		with custom text can be used in addition to the
11211		"remember this" checkbox
11212	* src/imap_gtk.c
11213	* src/mh_gtk.c
11214	* src/prefs_common.c
11215	* src/prefs_common.h
11216		Allow new folders to inherit the properties of the
11217		parent folder during folder creation
11218
112192008-06-13 [wwp]	3.4.0cvs93
11220
11221	* src/addressbook.c
11222		a better fix for this string, won't break up translations,
11223		and is conform to other similar ones.
11224
112252008-06-13 [wwp]	3.4.0cvs92
11226
11227	* src/addrduplicates.c
11228	* src/addressadd.c
11229	* src/addressbook.c
11230	* src/addressbook_foldersel.c
11231	* src/editgroup.c
11232		use tree decorations everywhere AB folders are used (AB tree pane,
11233		    add address to AB, select AB folder, edit group, custom attr, find dup
11234		    results), in order to match global style
11235		make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11236		    double clicking on groups in tree pane does open the group edit dialog
11237		    double clicking on other items in tree pane does expand/collapse
11238		fix a missing space in AB's delete-folder dialog
11239		fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11240
11241	* src/foldersel.c
11242		make foldersel dialog show dotted lines according to global (hidden) prefs
11243
112442008-06-12 [colin]	3.4.0cvs91
11245
11246	* src/compose.c
11247	* src/compose.h
11248		Fix bug 1635, 'Last character of message is truncated
11249		when changing accounts w/ sigs'
11250	* src/folderview.c
11251		Fix bug 1636, 'Can't select "properties" on "folders
11252		only" folders'
11253
112542008-06-11 [colin]	3.4.0cvs90
11255
11256	* src/folder.c
11257		Maybe fix bug 1623, 'exits with segfault when
11258		logging in to certain imap-servers'
11259
112602008-06-10 [mones]	3.4.0cvs89
11261
11262	* AUTHORS
11263	* tools/Makefile.am
11264	* tools/README
11265	* tools/convert_mbox.sh
11266		Undo cvs86 and cvs87, it really should be a patch to
11267		convert_mbox.pl
11268
112692008-06-10 [wwp]	3.4.0cvs88
11270
11271	* po/fr.po
11272		Updated French translation.
11273
112742008-06-10 [mones]	3.4.0cvs87
11275
11276	* tools/Makefile.am
11277		Oops, forgot to add previous script for distribution
11278
112792008-06-10 [mones]	3.4.0cvs86
11280
11281	* AUTHORS
11282	* tools/README
11283	* tools/convert_mbox.sh
11284		Added script to convert Evolution mail folders contributed
11285		by Daniel Dickinson <cshore@fionavar.ca>
11286		Fixes debian bug 461435
11287
112882008-06-09 [colin]	3.4.0cvs85
11289
11290	* src/main.c
11291		Integrate AWN information bubble if dbus is
11292		available
11293	* src/folder.c
11294		Fix crash when calling scan_required() on
11295		folder classes that don't implement them
11296	* src/common/session.c
11297		Fix a little typo
11298
112992008-06-09 [colin]	3.4.0cvs84
11300
11301	* src/main.c
11302		Fix bug 1447, 'If user tries to close while starting
11303		up, it will not close ever.'
11304
113052008-06-09 [colin]	3.4.0cvs83
11306
11307	* src/filtering.c
11308		Fix bug 1628, 'Claws Mail crashes when
11309		filtering selected messages'
11310
113112008-06-04 [colin]	3.4.0cvs82
11312
11313	* src/messageview.c
11314		Complete handling of html parts in multipart/alternative
11315		mails
11316
113172008-06-03 [paul]	3.4.0cvs81
11318
11319	* src/prefs_message.c
11320		make always the english good
11321
113222008-06-03 [colin]	3.4.0cvs80
11323
11324	* src/mainwindow.c
11325	* src/mainwindow.h
11326		Fix bug 1624, '[PATCH] Quick search should be
11327		disabled for folder view'; based on a patch by
11328		Michael Terry
11329
113302008-06-03 [iwkse]	3.4.0cvs79
11331
11332	* src/addressbook.c
11333		Fix little gui bug on button sensitivity
11334	* src/messageview.c
11335	* src/prefs_common.c
11336	* src/prefs_common.h
11337	* src/prefs_message.c
11338		Allow by default to show html in multipart/alternative
11339
113402008-06-02 [colin]	3.4.0cvs78
11341
11342	* src/prefs_actions.c
11343		GUI rework, patch by Pawel
11344
113452008-06-02 [colin]	3.4.0cvs77
11346
11347	* src/quote_fmt.c
11348		Fix sensitivity/alignment, patch from
11349		Pawel
11350
113512008-05-31 [colin]	3.4.0cvs76
11352
11353	* src/imap.c
11354		Fix login issue introduced in cvs75.
11355
113562008-05-31 [colin]	3.4.0cvs75
11357
11358	* src/imap.c
11359		Fix more possible double-frees. Also, fix the root cause
11360		of these double-frees by just noting the Session is to
11361		be destroyed instead of destroying it in flight
11362
113632008-05-29 [paul]	3.4.0cvs74
11364
11365	* manual/keyboard.xml
11366		'Makes' these entries like the others
11367
113682008-05-29 [colin]	3.4.0cvs73
11369
11370	* src/procmsg.h
11371		Include utils.h in case we
11372		need to pull goffset definition
11373
113742008-05-29 [colin]	3.4.0cvs72
11375
11376	* src/common/utils.h
11377		Workaround a stupid Glib issue, where
11378		goffset happens to be undefined.
11379
113802008-05-28 [colin]	3.4.0cvs71
11381
11382	* src/compose.c
11383	* src/compose.h
11384	* src/grouplistdialog.c
11385	* src/image_viewer.c
11386	* src/imap.c
11387	* src/inc.c
11388	* src/main.c
11389	* src/matcher.c
11390	* src/messageview.c
11391	* src/mimeview.c
11392	* src/prefs_themes.c
11393	* src/procmsg.h
11394	* src/summaryview.c
11395	* src/summaryview.h
11396	* src/textview.c
11397	* src/common/smtp.c
11398	* src/common/utils.c
11399	* src/common/utils.h
11400		Use goffset instead of off_t for MsgInfo's size
11401		Allows using MsgInfo structure from plugins
11402		compiled with largefile support
11403
114042008-05-26 [colin]	3.4.0cvs70
11405
11406	* src/mainwindow.c
11407	* src/mainwindow.h
11408		Define THEME_CHANGED_HOOKLIST and invoke
11409		it on theme change
11410	* src/plugins/trayicon/trayicon.c
11411		Listen to THEME_CHANGED_HOOKLIST and
11412		update accordingly
11413
114142008-05-26 [paul]	3.4.0cvs69
11415
11416	* src/mimeview.c
11417		plug a leak in mimeview_save_all()
11418
114192008-05-24 [colin]	3.4.0cvs68
11420
11421	* src/common/utils.h
11422		Fix wrong define on old glibs
11423
114242008-05-24 [paul]	3.4.0cvs67
11425
11426	* src/Makefile.am
11427	* src/stock_pixmap.c
11428	* src/stock_pixmap.h
11429	* src/toolbar.c
11430	* src/pixmaps/cancel.xpm
11431	* src/pixmaps/close.xpm
11432		add a specific icon for A_CANCEL_INC (addresses
11433		point 1 of bug 1609 'Icon issues')
11434		replace close.xpm with an icon of the standard
11435		24x24 size
11436
114372008-05-24 [paul]	3.4.0cvs66
11438
11439	* src/pixmaps/insert_file.xpm
11440		replaced
11441
114422008-05-23 [paul]	3.4.0cvs65
11443
11444	* src/common/md5.c
11445	* src/common/md5.h
11446		add the possibility to check md5 on binary files,
11447		thanks to Colin
11448
114492008-05-23 [colin]	3.4.0cvs64
11450
11451	* src/mainwindow.c
11452	* src/summaryview.c
11453		Fix bug 1610, 'claws crash after opening/closing
11454		preferences and window update'
11455
114562008-05-22 [colin]	3.4.0cvs63
11457
11458	* src/prefs_filtering_action.c
11459	* src/gtk/combobox.c
11460	* src/gtk/combobox.h
11461		Fix reselecting of Tags actions in
11462		filtering actions dialog
11463
114642008-05-22 [colin]	3.4.0cvs62
11465
11466	* src/Makefile.am
11467	* src/prefs_toolbar.c
11468	* src/stock_pixmap.c
11469	* src/stock_pixmap.h
11470	* src/toolbar.c
11471	* src/pixmaps/delete_btn.xpm
11472	* src/pixmaps/insert_file.xpm
11473	* src/pixmaps/mail_reply_to_list.xpm
11474		Fix more of bug 1609:
11475		- Add a Delete button icon
11476		- Add a Reply to list button icon
11477		- Fix Insert file button icon
11478		Artwork by Ciprian Popovici.
11479
114802008-05-21 [colin]	3.4.0cvs61
11481
11482	* src/common/utils.c
11483		Fix a little leak
11484
114852008-05-21 [wwp]	3.4.0cvs60
11486
11487	* src/prefs_filtering.c
11488		Don't show SMTP-only accounts in accounts list, as they are
11489		irrelevant for filtering incoming messages.
11490
114912008-05-21 [colin]	3.4.0cvs59
11492
11493	* src/mainwindow.c
11494		Don't put SMTP-only accounts in receive menus
11495
114962008-05-21 [colin]	3.4.0cvs58
11497
11498	* src/imap.c
11499		Fix cvs56 (brain fart)
11500
115012008-05-21 [colin]	3.4.0cvs57
11502
11503	* src/common/utils.c
11504		Fix bug 1615, 'hang on FIFO when the other end's not
11505		opened'
11506
115072008-05-21 [colin]	3.4.0cvs56
11508
11509	* src/imap.c
11510		Fix a warning
11511
115122008-05-19 [colin]	3.4.0cvs55
11513
11514	* src/plugins/pgpcore/sgpgme.c
11515		Maybe fix debian bug 481856, 'Segmentation fault
11516		when verifying a GPG signature'. Although it
11517		looks like a race condition...
11518
115192008-05-19 [colin]	3.4.0cvs54
11520
11521	* src/prefs_filtering_action.c
11522	* src/prefs_matcher.c
11523	* src/common/tags.c
11524	* src/common/tags.h
11525	* src/gtk/combobox.c
11526	* src/gtk/combobox.h
11527		Patch by Pawel: disabled Tags menus in filtering dialogs
11528
115292008-05-19 [colin]	3.4.0cvs53
11530
11531	* src/prefs_account.c
11532		GUI patch by Pawel: align ports entries
11533
115342008-05-19 [colin]	3.4.0cvs52
11535
11536	* src/mainwindow.c
11537		Fix bug 1616, 'strange question while emptying trash'
11538
115392008-05-18 [colin]	3.4.0cvs51
11540
11541	* src/common/plugin.c
11542	* src/etpan/imap-thread.c
11543	* src/etpan/nntp-thread.c
11544	* src/gtk/gtksctree.c
11545		Fix bug 1613, 'Various memory leaks';
11546		based on a patch by Didier Barvaux.
11547
115482008-05-18 [colin]	3.4.0cvs50
11549
11550	* src/mimeview.c
11551	* src/privacy.h
11552	* src/toolbar.c
11553	* src/toolbar.h
11554	* src/plugins/pgpcore/sgpgme.c
11555		Fix more parts of bug 1609:
11556		- Make use of specific Expired privacy icon
11557		- Use CLOSE instead of NOTICE_ERROR for cancel
11558		  receiving
11559		- Allow a Preferences button in the main toolbar
11560
115612008-05-18 [colin]	3.4.0cvs49
11562
11563	* src/stock_pixmap.c
11564		Fix bug with non-updating icons after theme change:
11565		If fetching pixbuf for a given icon after a theme
11566		change, the next pixmap fetch would return the old
11567		cached one, as the theme change was forgotten at
11568		this time. (and vice-versa). This was mostly
11569		visible on open folder icons
11570
115712008-05-17 [colin]	3.4.0cvs48
11572
11573	* src/prefs_summaries.c
11574	* src/summaryview.c
11575		Fix bug 1608, 'Inconsistent behaviour of mark as read
11576		options'. Patch by Pawel
11577
115782008-05-16 [colin]	3.4.0cvs47
11579
11580	* src/imap.c
11581		Fix another possible crash (on fatal errors
11582		at login, like stream error).
11583
115842008-05-16 [paul]	3.4.0cvs46
11585
11586	* tools/thunderbird-filters-convertor.pl
11587		fix a typo
11588		fix reading a tb rule that contains something
11589		like that: \"Sender\"
11590
115912008-05-16 [paul]	3.4.0cvs45
11592
11593	* tools/README
11594	* tools/csv2addressbook.pl
11595		add support for gmail exported csv address book
11596
115972008-05-16 [colin]	3.4.0cvs44
11598
11599	* configure.ac
11600	* src/ldapupdate.c
11601		Fix ldap deprecated calls. Patch by
11602		Michael Rasmussen
11603
116042008-05-16 [paul]	3.4.0cvs43
11605
11606	* manual/de/account.xml
11607	* manual/it/account.xml
11608	* manual/it/ack.xml
11609	* manual/it/addrbook.xml
11610	* manual/it/claws-mail-manual.xml
11611	* manual/it/gpl.xml
11612	* manual/it/intro.xml
11613	* manual/it/starting.xml
11614		add pages towards German and Italian manuals.
11615		(just for storage, they are not built yet, due
11616		to being incomplete.) submitted by Speckmade
11617		<Speckmade@gmx.net> and Salvatore De Paolis
11618		<iwkse@claws-mail.org>
11619
116202008-05-16 [colin]	3.4.0cvs42
11621
11622	* src/gtk/sslcertwindow.c
11623		Fix SHA1 fingerprint with GnuTLS
11624
116252008-05-15 [colin]	3.4.0cvs41
11626
11627	* src/gtk/sslcertwindow.c
11628		Print SHA1 fingerprint too
11629
116302008-05-15 [colin]	3.4.0cvs40
11631
11632	* src/imap.c
11633		Fix certificate port on TLS. It was
11634		previously always 0.
11635		**IMPORTANT INFORMATION**: this will trigger
11636		one wrong "New certificate" warning at the
11637		first connection with this fix, if using STARTTLS
11638		on IMAP.
11639	* src/gtk/sslcertwindow.c
11640		Make labels selectable
11641
116422008-05-15 [colin]	3.4.0cvs39
11643
11644	* src/imap.c
11645		Fix double free when STARTTLS fails (for
11646		example due to refusing the certificate)
11647
116482008-05-15 [paul]	3.4.0cvs38
11649
11650	* manual/advanced.xml
11651		fix typo
11652
116532008-05-15 [paul]	3.4.0cvs37
11654
11655	* manual/advanced.xml
11656	* src/prefs_send.c
11657		make outgoing_fallback_to_ascii a hidden pref
11658
116592008-05-14 [colin]	3.4.0cvs36
11660
11661	* src/main.c
11662	* src/mainwindow.c
11663	* src/mainwindow.h
11664		Make it possible to cancel quit when Claws
11665		ask whether to empty trash.
11666
116672008-05-14 [colin]	3.4.0cvs35
11668
11669	* src/compose.c
11670	* src/prefs_common.c
11671	* src/prefs_common.h
11672	* src/prefs_send.c
11673		Add a preference to be able to specify an
11674		outgoing charset/encoding but still fallback
11675		to 7bit US-ASCII when possible (default TRUE,
11676		same behavior as pre-cvs34)
11677
116782008-05-14 [colin]	3.4.0cvs34
11679
11680	* src/compose.c
11681		Always use the specified encoding and charset if it is
11682		specified, even if the mail is ASCII.
11683
116842008-05-13 [paul]	3.4.0cvs33
11685
11686	* src/ldapupdate.c
11687		fix the build warnings the easy way for now
11688
116892008-05-13 [colin]	3.4.0cvs32
11690
11691	* src/prefs_themes.c
11692		Count .png files as icons too (fixes part
11693		of bug 1609, 'Icon issues')
11694
116952008-05-13 [wwp]	3.4.0cvs31
11696
11697	* src/addressbook_foldersel.c
11698		Fix wrong check (completes 3.4.0.cvs30).
11699
117002008-05-12 [wwp]	3.4.0cvs30
11701
11702	* src/addressbook.c
11703	* src/addressbook_foldersel.c
11704	* src/filtering.c
11705	* src/matcher.c
11706	* src/prefs_matcher.c
11707	* src/plugins/bogofilter/bogofilter.c
11708	* src/plugins/bogofilter/bogofilter_gtk.c
11709	* src/plugins/dillo_viewer/dillo_prefs.c
11710	* src/plugins/spamassassin/spamassassin.c
11711	* src/plugins/spamassassin/spamassassin_gtk.c
11712		Fix for bug 1604 "found_in_addressbook in Any in non English local",
11713		based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11714		translated string "Any" in plugins (whitelisting) and
11715		UTF8 comparisons.
11716
117172008-05-07 [colin]	3.4.0cvs29
11718
11719	* configure.ac
11720		Fix --enable-maemo (assume --enable-generic-umpc)
11721
117222008-05-07 [colin]	3.4.0cvs28
11723
11724	* configure.ac
11725	* src/account.c
11726	* src/addr_compl.c
11727	* src/compose.c
11728	* src/editaddress.c
11729	* src/folderview.c
11730	* src/mainwindow.c
11731	* src/messageview.c
11732	* src/mimeview.c
11733	* src/prefs_account.c
11734	* src/prefs_common.c
11735	* src/prefs_display_header.c
11736	* src/prefs_filtering.c
11737	* src/prefs_summaries.c
11738	* src/prefs_template.c
11739	* src/prefs_toolbar.c
11740	* src/stock_pixmap.c
11741	* src/summaryview.c
11742	* src/summaryview.h
11743	* src/textview.c
11744	* src/toolbar.c
11745	* src/gtk/about.c
11746	* src/gtk/gtksctree.c
11747	* src/gtk/menu.c
11748	* src/gtk/prefswindow.c
11749	* src/gtk/sslcertwindow.c
11750		Separate generic UMPC code (layouts, ...) from
11751		MAEMO code (Hildon, ...)
11752
117532008-05-06 [paul]	3.4.0cvs27
11754
11755	* tools/claws.i18n.status.pl
11756		add he.po
11757
117582008-05-06 [colin]	3.4.0cvs26
11759
11760	* src/common/utils.c
11761		Maybe fix crash on FreeBSD
11762
117632008-05-05 [colin]	3.4.0cvs25
11764
11765	* src/messageview.c
11766		Fix bug 1602, 'Crash when sending return receipt for
11767		messages with no subject'
11768
117692008-05-05 [colin]	3.4.0cvs24
11770
11771	* src/mimeview.c
11772		Don't overwrite temporary files with same
11773		name when drag and dropping. Fixes bug 1599,
11774		'attach multiple files with the same name from
11775		one mail to another'
11776
117772008-05-04 [paul]	3.4.0cvs23
11778
11779	* src/compose.c
11780	* src/prefs_common.c
11781		fix bug 1587 'can not replay with quote'
11782
117832008-05-03 [colin]	3.4.0cvs22
11784
11785	* po/de.po
11786		Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11787
117882008-05-03 [colin]	3.4.0cvs21
11789
11790	* src/toolbar.c
11791		Fix bug 1597, 'In news folders, "Move Message to Wastebin"
11792		icon isn't grayed although ineffective'
11793
117942008-05-02 [wwp]	3.4.0cvs20
11795
11796	* po/fr.po
11797		Fix translation.
11798
11799	* src/prefs_folder_item.c
11800		Add missing notice in folder properties (templates) when
11801		folder is a root node.
11802
118032008-04-30 [colin]	3.4.0cvs19
11804
11805	* src/prefs_toolbar.c
11806		Add Trash and Delete icons to the icon chooser
11807
118082008-04-30 [colin]	3.4.0cvs18
11809
11810	* src/compose.c
11811		Remove "Delete entire line" which was a noop
11812		and should be the same as "Delete line" :)
11813
118142008-04-30 [colin]	3.4.0cvs17
11815
11816	* src/compose.c
11817		Fix 'Delete line' and 'Delete to end of line'
11818		on the last line. Patch by <seelenhirt@gmx.net>
11819
118202008-04-28 [colin]	3.4.0cvs16
11821
11822	* src/folder.c
11823		Fix bug 1589, 'tagsdb file not removed when
11824		folder deleted'.
11825	* src/common/utils.c
11826		Make sure claws_unlink accepts NULL arg.
11827
118282008-04-25 [colin]	3.4.0cvs15
11829
11830	* src/common/ssl.c
11831		Fix/simplify previous commit
11832
118332008-04-25 [colin]	3.4.0cvs14
11834
11835	* src/addrindex.h
11836	* src/common/ssl_certificate.c
11837		Patch by Marcus: Fix Win32 build
11838	* src/common/ssl.c
11839		Fix build with GnuTLS/no pthread, thanks
11840		to Marcus
11841
118422008-04-25 [colin]	3.4.0cvs13
11843
11844	* src/summaryview.c
11845		Fix bug 1586, '3-pane vertical layout now and then
11846		still shows sender column'
11847
118482008-04-25 [colin]	3.4.0cvs12
11849
11850	* src/Makefile.am
11851	* src/w32-logo.ico
11852	* src/w32-resource.rc
11853		Patch from Marcus Brinkmann to set an icon on w32.
11854
118552008-04-24 [colin]	3.4.0cvs11
11856
11857	* src/inc.c
11858	* src/inc.h
11859		Trace inc locks
11860	* src/ldif.c
11861	* src/ldif.h
11862		Fix bug 1581, 'Bad File Format during Import LDIF':
11863		Use dynamically allocated buffers; also, allow
11864		importing contacts with no email address
11865
118662008-04-24 [colin]	3.4.0cvs10
11867
11868	* src/prefs_common.c
11869		Increment the timeout a bit on OpenBSD, 75 isn't enough
11870
118712008-04-23 [colin]	3.4.0cvs9
11872
11873	* src/compose.c
11874	* src/prefs_folder_item.c
11875	* src/prefs_template.c
11876	* src/quote_fmt.c
11877		Fix bug 1576: Fix unescaping of templates when testing them
11878		I think it breaks nothing. (wwp, you're welcome to double-check)
11879
118802008-04-23 [paul]	3.4.0cvs8
11881
11882	* manual/advanced.xml
11883		add info about the "two_line_vertical" hidden
11884		pref
11885
118862008-04-22 [paul]	3.4.0cvs7
11887
11888	* src/prefs_common.c
11889	* src/prefs_common.h
11890	* src/summaryview.c
11891		make the 2-line view in summaryview when in three
11892		columns mode configurable. hidden pref: "two_line_vertical"
11893
118942008-04-22 [colin]	3.4.0cvs6
11895
11896	* src/inc.c
11897		Fix missing inc_unlock()
11898	* src/prefs_matcher.c
11899	* src/send_message.c
11900		Fix my last commit
11901
119022008-04-22 [colin]	3.4.0cvs5
11903
11904	* src/etpan/imap-thread.c
11905		Use g_(un)setenv instead of (un)setenv which
11906		doesn't exist on IRIX 6.5
11907
119082008-04-22 [colin]	3.4.0cvs4
11909
11910	* src/inc.c
11911	* src/prefs_common.c
11912	* src/send_message.c
11913		Fix bug 1566, 'too short I/O timeout on OpenBSD'
11914		Set the default timeout to 75 seconds
11915
119162008-04-20 [colin]	3.4.0cvs3
11917
11918	* src/pixmaps/tray_newmail.offline.xpm
11919	* src/pixmaps/tray_newmail.xpm
11920	* src/pixmaps/tray_newmarkedmail.offline.xpm
11921	* src/pixmaps/tray_newmarkedmail.xpm
11922	* src/pixmaps/tray_nomail.offline.xpm
11923	* src/pixmaps/tray_nomail.xpm
11924	* src/pixmaps/tray_unreadmail.offline.xpm
11925	* src/pixmaps/tray_unreadmail.xpm
11926	* src/pixmaps/tray_unreadmarkedmail.offline.xpm
11927	* src/pixmaps/tray_unreadmarkedmail.xpm
11928		Make the tray icons a bit nicer. Would be
11929		nice to get really nice icons from someone
11930		who's good at Gimp :)
11931
119322008-04-18 [colin]	3.4.0cvs2
11933
11934	* src/common/log.c
11935		Forgot one g_unlink
11936
11937lease complete the changelog entry below
119382008-04-18 [colin]	3.4.0cvs1
11939
11940	* src/addrduplicates.c
11941	* src/addressbook.c
11942	* src/compose.c
11943	* src/crash.c
11944	* src/editaddress.c
11945	* src/folder.c
11946	* src/image_viewer.c
11947	* src/imap.c
11948	* src/inc.c
11949	* src/main.c
11950	* src/mbox.c
11951	* src/messageview.c
11952	* src/mh.c
11953	* src/msgcache.c
11954	* src/news.c
11955	* src/partial_download.c
11956	* src/pop.c
11957	* src/prefs_common.c
11958	* src/prefs_common.h
11959	* src/prefs_other.c
11960	* src/prefs_themes.c
11961	* src/procheader.c
11962	* src/procmime.c
11963	* src/procmsg.c
11964	* src/textview.c
11965	* src/wizard.c
11966	* src/common/prefs.c
11967	* src/common/ssl_certificate.c
11968	* src/common/template.c
11969	* src/common/utils.c
11970	* src/common/utils.h
11971	* src/etpan/imap-thread.c
11972	* src/plugins/dillo_viewer/dillo_viewer.c
11973	* src/plugins/pgpcore/sgpgme.c
11974	* src/plugins/pgpinline/pgpinline.c
11975		Add an option to shred temporary files and messages
11976		instead of just removing them. Slows deletions down!
11977
119782008-04-18 [paul]	3.4.0
11979
11980	* NEWS
11981	* README
11982	* RELEASE_NOTES
11983		3.4.0 released
11984
11985
119862008-04-18 [paul]	3.3.1cvs61
11987
11988	* po/de.po
11989	* po/fi.po
11990	* po/it.po
11991	* po/pt_BR.po
11992		updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11993		and Frederico Goncalves Guimaraes
11994	* po/es.po
11995	        updated on the last minute by a lazy Ricardo Mones
11996
119972008-04-18 [colin]	3.3.1cvs60
11998
11999	* po/fr.po
12000		Update translation (Fabien Vantard)
12001
120022008-04-17 [colin]	3.3.1cvs59
12003
12004	* src/imap.c
12005		Fix debian bug 474712, 'claws seg faults when IMAP
12006		connection breaks after an IMAP protocol error
12007		(BAD UID SEARCH Invalid parameter: $Forwarded)]'
12008	* src/summaryview.c
12009		Fix a little leak
12010
120112008-04-17 [colin]	3.3.1cvs58
12012
12013	* src/common/log.c
12014		Fix log size getting out of control (claws-mail
12015		getting SIGXFSZ): rotate if every 10MB
12016
120172008-04-10 [paul]	3.3.1cvs57
12018
12019	* src/prefs_other.c
12020		improvements to english usage
12021
120222008-04-10 [paul]	3.3.1cvs56
12023
12024	* src/prefs_receive.c
12025		add an accurate description
12026
120272008-04-08 [colin]	3.3.1cvs55
12028
12029	* src/undo.c
12030		Probably fix corruption, introduced in cvs53
12031
120322008-04-04 [iwkse]	3.3.1cvs54
12033
12034	* src/undo.c
12035		undo should works properly again
12036
120372008-04-04 [iwkse]	3.3.1cvs53
12038
12039	* src/undo.c
12040		Fix a segfault but breaks undo
12041		on a specific case (eg. double paste with
12042		middle-mouse button)
12043
120442008-04-04 [iwkse]	3.3.1cvs52
12045
12046	* src/prefs_filtering.c
12047		Fix previous Tab mess
12048
120492008-04-03 [iwkse]	3.3.1cvs51
12050
12051	* src/prefs_filtering.c
12052		Add search in filtering rules list
12053
120542008-04-02 [colin]	3.3.1cvs50
12055
12056	* src/main.c
12057		Revert part of the previous patch: we do
12058		want to parse ~/.claws-mail/gtkrc-2.0 if it
12059		exists
12060
120612008-04-02 [colin]	3.3.1cvs49
12062
12063	* src/main.c
12064		Fix bug 1562, 'Claws-Mail does not completely
12065		respect settings in GTK2_RC_FILES environment'
12066		Remove manual parsing of .gtkrc-2.0 and
12067		.gtk/gtkrc-2.0. GTK does it itself these days.
12068
120692008-04-01 [colin]	3.3.1cvs48
12070
12071	* src/imap_gtk.c
12072		Fix bug 1561, 'Crashes leaving unsubscribed folder after
12073		ticking "Show only subscribed"'
12074
120752008-03-31 [colin]	3.3.1cvs47
12076
12077	* src/folder.c
12078		Fix bug 1553, 'File lock not respected'
12079		Regression due to the implementation of
12080		deletion batching
12081
120822008-03-31 [colin]	3.3.1cvs46
12083
12084	* src/mainwindow.c
12085		Fix tags menu update, thanks to Paul
12086
120872008-03-29 [wwp]	3.3.1cvs45
12088
12089	* src/prefs_account.c
12090	* src/prefs_common.c
12091	* src/prefs_folder_item.c
12092	* src/prefs_quote.c
12093	* src/quote_fmt.c
12094	* src/quote_fmt.h
12095		Fix compose template formats (in global preferences)
12096		being translated under specific conditions.
12097		Add a button to restore factory defaults for current
12098		language.
12099
121002008-03-27 [colin]	3.3.1cvs44
12101
12102	* src/common/prefs.c
12103	* src/common/xmlprops.c
12104		Fix RedHat bug 431735, 'segfault if /home is full'
12105		(when starting): Fix double fclose() in prefs.c
12106		and potentially xmlprops.c
12107
121082008-03-27 [colin]	3.3.1cvs43
12109
12110	* src/addressbook.c
12111		Fix bug 1559, 'Claws Mail crashed deleting all
12112		common contacts'
12113
121142008-03-27 [wwp]	3.3.1cvs42
12115
12116	* src/addressbook.c
12117		Fix 3.3.0cvs41.
12118
121192008-03-27 [wwp]	3.3.1cvs41
12120
12121	* src/addressbook.c
12122		Prevent list flickering when deleting addresses.
12123
121242008-03-26 [colin]	3.3.1cvs40
12125
12126	* src/imap.c
12127		Clean up session disconnection. Possibly
12128		fix Ubuntu bug #204290
12129
121302008-03-26 [colin]	3.3.1cvs39
12131
12132	* src/textview.c
12133		Fix bug 1555: current folder wasn't used when
12134		right-clicking on an email address
12135
121362008-03-25 [colin]	3.3.1cvs38
12137
12138	* src/plugins/bogofilter/bogofilter.c
12139	* src/plugins/bogofilter/bogofilter.h
12140	* src/plugins/bogofilter/bogofilter_gtk.c
12141		Add a "learn from whitelist" preference
12142		Whitelist Unsure mails too.
12143
121442008-03-24 [paul]	3.3.1cvs37
12145
12146	* src/prefs_account.c
12147		If no MH mailbox and no account exists, when
12148		creating a POP/Local account, just create and
12149		use the default one instead of bailing with a
12150		"Mailbox doesn't exist" error
12151
121522008-03-21 [colin]	3.3.1cvs36
12153
12154	* src/procmime.c
12155		strstrip mime subtype
12156
121572008-03-21 [paul]	3.3.1cvs35
12158
12159	* manual/advanced.xml
12160		correct and update the info about Actions
12161
121622008-03-20 [colin]	3.3.1cvs34
12163
12164	* src/messageview.c
12165	* src/messageview.h
12166	* src/textview.c
12167		Show at max 1MB of text, add a noticeview to
12168		show everything optionally.
12169
121702008-03-20 [colin]	3.3.1cvs33
12171
12172	* src/stock_pixmap.c
12173		Add support for png themes
12174
121752008-03-19 [wwp]	3.3.1cvs32
12176
12177	* src/procheader.c
12178		Sanity check.
12179
121802008-03-18 [colin]	3.3.1cvs31
12181
12182	* src/common/utils.c
12183	* src/common/utils.h
12184		Handle size_t instead of off_t in to_human_readable
12185
121862008-03-18 [colin]	3.3.1cvs30
12187
12188	* src/imap.c
12189		Remove raw printf
12190
121912008-03-16 [colin]	3.3.1cvs29
12192
12193	* src/summaryview.c
12194		Fix build on GTK < 2.12
12195
121962008-03-16 [colin]	3.3.1cvs28
12197
12198	* src/mainwindow.c
12199		Refresh non-list widget when switching
12200		messageview
12201
122022008-03-16 [colin]	3.3.1cvs27
12203
12204	* manual/faq.xml
12205		Revert cvs25: This wasn't a typo :) :
12206		jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12207
12208
122092008-03-16 [colin]	3.3.1cvs26
12210
12211	* src/summaryview.c
12212	* src/gtk/gtksctree.c
12213	* src/gtk/gtksctree.h
12214		Implement 2-lines items in Summaryview when in
12215		three columns mode
12216
122172008-03-16 [paul]	3.3.1cvs25
12218
12219	* manual/faq.xml
12220		fix typo
12221
122222008-03-14 [colin]	3.3.1cvs24
12223
12224	* src/prefs_filtering_action.c
12225		Fix buglet on setting recipient when
12226		reediting forward rules.
12227
122282008-03-12 [colin]	3.3.1cvs23
12229
12230	* src/summaryview.c
12231		Fix a new unused variable warning
12232	* src/plugins/trayicon/trayicon.c
12233		Fix folderview's scrollbar at startup
12234		if starting hidden
12235
122362008-03-12 [colin]	3.3.1cvs22
12237
12238	* src/folderview.c
12239	* src/summaryview.c
12240		Use item_opened at the beginning of showing
12241		a folder instead of the end. Fixes flicker.
12242
122432008-03-12 [paul]	3.3.1cvs21
12244
12245	* src/folder.c
12246	* src/folder.h
12247	* src/mainwindow.c
12248	* src/procmsg.c
12249	* src/summaryview.c
12250	* src/plugins/trayicon/trayicon.c
12251		add tooltip with extended folder stats
12252
122532008-03-10 [colin]	3.3.1cvs20
12254
12255	* src/common/xml.c
12256		Handle comments
12257
122582008-03-07 [colin]	3.3.1cvs19
12259
12260	* src/mainwindow.c
12261		Fix blinking of the taskbar entry
12262
122632008-03-07 [colin]	3.3.1cvs18
12264
12265	* src/mainwindow.c
12266		MAEMO: Fix bug 1494, 'Trayicon
12267		plugin breaks UI...'
12268
122692008-03-07 [paul]	3.3.1cvs17
12270
12271	* src/gtk/authors.h
12272		reflect reality a bit more closely
12273
122742008-03-06 [colin]	3.3.1cvs16
12275
12276	* src/mainwindow.c
12277	* src/mainwindow.h
12278	* src/summaryview.c
12279	* src/summaryview.h
12280	* src/toolbar.c
12281		Integrate things better wrt the new
12282		summaryview extensibility.
12283
122842008-03-06 [wwp]	3.3.1cvs15
12285
12286	* src/quote_fmt.c
12287		Fix some gcc warnings.
12288
122892008-03-06 [wwp]	3.3.1cvs14
12290
12291	* src/prefs_account.c
12292	* src/prefs_folder_item.c
12293	* src/prefs_gtk.c
12294	* src/prefs_template.c
12295	* src/gtk/prefswindow.c
12296	* src/gtk/prefswindow.h
12297		prefs_templates: fix missing unregistering of addr_completion widgets
12298		and and ending of addr_completion service.
12299		prefs_folder_item: fix missing registering/unregistering of widgets,
12300		and rework the way add_completion service is started and stopped.
12301		Plus few prefswindow API changes (opening).
12302
123032008-03-06 [wwp]	3.3.1cvs13
12304
12305	* src/folder_item_prefs.c
12306	* src/prefs_template.c
12307	* src/prefs_template.h
12308	* src/quote_fmt.c
12309	* src/common/template.c
12310		Complete 3.3.1cvs12, thanks to Colin.
12311
123122008-03-06 [wwp]	3.3.1cvs12
12313
12314	* src/compose.c
12315	* src/folder_item_prefs.c
12316	* src/folder_item_prefs.h
12317	* src/prefs_account.c
12318	* src/prefs_folder_item.c
12319	* src/prefs_quote.c
12320	* src/prefs_template.c
12321	* src/quote_fmt.c
12322	* src/quote_fmt.h
12323	* src/common/template.c
12324	* src/common/template.h
12325		Global and per-folder templates can now override the from name (this
12326		doesn't change the account being used).
12327		Examples:
12328		 "My other name" <%account_email> (just changes the name)
12329		 my.faked.email@address.org (overrides the address too)
12330
123312008-03-05 [colin]	3.3.1cvs11
12332
12333	* src/summaryview.c
12334	* src/summaryview.h
12335		Replace that hbox with a notebook
12336
123372008-03-05 [colin]	3.3.1cvs10
12338
12339	* src/folder.h
12340	* src/folderview.c
12341		Add klass functions for notification of folder
12342		opening/closing via the GUI
12343	* src/summaryview.c
12344	* src/summaryview.h
12345		Add a specific container for the scrolledwin
12346
123472008-03-05 [colin]	3.3.1cvs9
12348
12349	* src/folder.h
12350	* src/folderview.c
12351		Add klass functions for notification of folder
12352		opening/closing via the GUI
12353	* src/summaryview.c
12354	* src/summaryview.h
12355		Add a specific container for the scrolledwin
12356
123572008-03-02 [colin]	3.3.1cvs8
12358
12359	* src/messageview.c
12360		MAEMO: Fix bug 1541, 'Deleting message from within
12361		read window displays next message then closes.'
12362
123632008-03-02 [colin]	3.3.1cvs7
12364
12365	* src/main.c
12366		Probably fix bug 1539, 'Program crashes':
12367		Setup Gcrypt's thread functions when built
12368		with GnuTLS
12369
123702008-03-01 [colin]	3.3.1cvs6
12371
12372	* src/folder.c
12373	* src/imap_gtk.c
12374		Get rid of stale folders with no account
12375
123762008-02-28 [colin]	3.3.1cvs5
12377
12378	* src/compose.c
12379		Fix bug 1534, 'Segmentation fault when doing
12380		some draft saving and then throwing away'
12381	* src/imap.c
12382		Fix bug 1533, 'Claws is unable to mark messages
12383		as "read" in IMAP shared folders'
12384	* src/etpan/imap-thread.c
12385		Fix bug 1515, 'large messages crash claws when
12386		syncing for offline mode'. This is rather a
12387		workaround, and mails > 64MB will still be
12388		problematic if there's less than 64MB available
12389		on the dataroot volume.
12390	* src/messageview.c
12391		MAEMO: Add information when fetching big messages
12392
123932008-02-26 [colin]	3.3.1cvs4
12394
12395	* src/imap.c
12396		fix bug 1532, '"login refused" message insufficiently
12397		detailed'
12398
123992008-02-26 [paul]	3.3.1cvs3
12400
12401	* INSTALL
12402	* README
12403		remove mentions of ClamAV and a few other
12404		old bits of information
12405
124062008-02-23 [colin]	3.3.1cvs2
12407
12408	* src/main.c
12409		Fix log output (missing \n)
12410
124112008-02-23 [colin]	3.3.1cvs1
12412
12413	* configure.ac
12414		Bump version number for stable release
12415
124162008-02-23 [paul]	3.3.0cvs21
12417
12418	* po/he.po
12419		updated by Ofer
12420
124212008-02-21 [colin]	3.3.0cvs20
12422
12423	* src/matcher.c
12424		Fix bug 1527, 'filtering is case sensitive when it
12425		shouldn't be'
12426
124272008-02-20 [colin]	3.3.0cvs19
12428
12429	* src/main.c
12430		Fix file attachments from older Thunar
12431
124322008-02-19 [colin]	3.3.0cvs18
12433
12434	* manual/plugins.xml
12435	* manual/es/plugins.xml
12436	* manual/fr/plugins.xml
12437	* manual/pl/plugins.xml
12438		Remove Clamav
12439
124402008-02-19 [paul]	3.3.0cvs17
12441
12442	* tools/README
12443	* tools/csv2addressbook.pl
12444		add support for Kmail/Kaddressbook
12445
124462008-02-18 [colin]	3.3.0cvs16
12447
12448	* src/imap.c
12449		Unset folder's session before creating a
12450		new one
12451	* src/main.c
12452	* src/prefs_common.c
12453	* src/prefs_common.h
12454	* manual/advanced.xml
12455		Add an hidden use_networkmanager pref, to
12456		disable NetworkManager handling. Also,
12457		consider UNKNOWN state to be CONNECTED.
12458
124592008-02-18 [wwp]	3.3.0cvs15
12460
12461	* src/matcher.c
12462		Fix Engrish and make 'not' more visible in filtering debug logs.
12463
124642008-02-15 [colin]	3.3.0cvs14
12465
12466	* src/matcher.c
12467		Revert cvs10 for now, it breaks the feature
12468
124692008-02-15 [colin]	3.3.0cvs13
12470
12471	* src/main.c
12472		Always focus folder tree at startup
12473	* src/compose.c
12474		Fix bug 1521, 'Cannot close compose window after
12475		replying to a non-existent news message'
12476
124772008-02-13 [colin]	3.3.0cvs12
12478
12479	* src/folderview.c
12480		Fix important warnings
12481
124822008-02-12 [colin]	3.3.0cvs11
12483
12484	* src/imap.c
12485	* src/etpan/imap-thread.c
12486	* src/etpan/imap-thread.h
12487		Fix handling of $Forwarded flag on Exchange:
12488		check for the existence or creatability of a
12489		flag before using it.
12490
124912008-02-12 [colin]	3.3.0cvs10
12492
12493	* src/matcher.c
12494		Optimise matching on Found in addressbook if
12495		the matched header is in cache (From, etc)
12496
124972008-02-12 [colin]	3.3.0cvs9
12498
12499	* src/folderview.c
12500		Fix crashy stuff when changing displayed
12501		columns
12502
125032008-02-12 [wwp]	3.3.0cvs8
12504
12505	* src/folder.h
12506		Remove duplicate func declaration and restore the one
12507		a missing one.
12508
125092008-02-12 [wwp]	3.3.0cvs7
12510
12511	* src/compose.c
12512	* src/export.c
12513	* src/folder.c
12514	* src/folder.h
12515	* src/foldersel.c
12516	* src/foldersel.h
12517	* src/imap_gtk.c
12518	* src/import.c
12519	* src/mainwindow.c
12520	* src/messageview.c
12521	* src/mh_gtk.c
12522	* src/prefs_account.c
12523	* src/prefs_filtering_action.c
12524	* src/summaryview.c
12525	* src/plugins/bogofilter/bogofilter_gtk.c
12526	* src/plugins/spamassassin/spamassassin_gtk.c
12527		Allow moving/copying folders to root folders when using
12528		the folder selection dialog (it was not possible to
12529		maemo users to reparent a subfolder to a root folder
12530		at all).
12531
125322008-02-12 [fabien]	3.3.0cvs6
12533
12534	* po/fr.po
12535		a few days late for i18n fr update. Sorry.
12536
125372008-02-11 [colin]	3.3.0cvs5
12538
12539	* src/main.c
12540		Implement support for future /dev/mem_notify.
12541		This Linux kernel feature will allow applications
12542		to be notified that memory has to be freed
12543		before getting OOM-killed. For more information:
12544		http://lwn.net/Articles/267013/
12545
125462008-02-10 [paul]	3.3.0cvs4
12547
12548	* src/Makefile.am
12549	* src/mimeview.c
12550	* src/prefs_toolbar.c
12551	* src/stock_pixmap.c
12552	* src/stock_pixmap.h
12553	* src/pixmaps/mime_text_patch.xpm
12554		add an icon for attached patches
12555
125562008-02-09 [paul]	3.3.0cvs3
12557
12558	* src/gtk/about.c
12559		bump the (c) year
12560
125612008-02-09 [wwp]	3.3.0cvs2
12562
12563	* src/main.c
12564		Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12565
125662008-02-08 [colin]	3.3.0cvs1
12567
12568	* src/common/utils.c
12569		Forbid attaching anything containing "../" or ".ssh/"
12570		from mailto: URI
12571
125722008-02-08 [paul]	3.3.0
12573
12574	* NEWS
12575	* README
12576	* RELEASE_NOTES
12577		3.3.0 released
12578
125792008-02-08 [paul]	3.2.0cvs77
12580
12581	* AUTHORS
12582		updated with new translators
12583	* configure.ac
12584		added he to ALL_LINGUAS
12585	* po/cs.po
12586	* po/de.po
12587	* po/es.po
12588	* po/fi.po
12589	* po/hu.po
12590	* po/it.po
12591	* po/pt_BR.po
12592	* po/zh_CN.po
12593		updated by Tim Brain and Petr Vanek, Stephan Sachse,
12594		Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12595		Andrea Spadaccini, Frederico Goncalves Guimaraes,
12596		and Ralph Young
12597	* po/he.po
12598		new Hebrew translation by Ofer <oc666@netvision.net.il>
12599	* src/gtk/about.c
12600		updated with new translators and bumped (c) year
12601	* src/gtk/authors.h
12602		updated with new translators
12603
126042008-02-05 [colin]	3.2.0cvs76
12605
12606	* src/messageview.c
12607	* src/mimeview.c
12608	* src/mimeview.h
12609		Special case text/calendar parts: if there's one in
12610		the mail, and a plugin handling text/calendar is
12611		loaded, show that part. That'll avoid rendering
12612		meetings as plain text, which just looks broken to
12613		many users.
12614
126152008-02-04 [colin]	3.2.0cvs75
12616
12617	* src/mainwindow.c
12618		Maemo: Fix LED handling on OS 2008
12619
126202008-02-01 [colin]	3.2.0cvs74
12621
12622	* src/compose.c
12623		Possibly fix the annoying and hard-to reproduce bug
12624		where lines
12625		are
12626		rewrapped
12627		like
12628		that.
12629
126302008-02-01 [paul]	3.2.0cvs73
12631
12632	* src/common/utils.c
12633		fix bug 1502, 'Plus signs are stripped from
12634		email addresses when calling from command line'
12635		Thanks to Colin
12636
126372008-01-31 [colin]	3.2.0cvs72
12638
12639	* src/exphtmldlg.c
12640	* src/mimeview.c
12641	* src/summaryview.c
12642		Fix building of URIs from filenames
12643
126442008-01-31 [wwp]	3.2.0cvs71
12645
12646	* src/main.c
12647		Fixes debug output of compiled-in features list
12648		(completes 3.2.0cvs60).
12649
126502008-01-31 [colin]	3.2.0cvs70
12651
12652	* configure.ac
12653	* po/POTFILES.in
12654	* src/compose.c
12655	* src/plugins/Makefile.am
12656	* src/plugins/clamav/.cvsignore
12657	* src/plugins/clamav/Makefile.am
12658	* src/plugins/clamav/README
12659	* src/plugins/clamav/clamav_plugin.c
12660	* src/plugins/clamav/clamav_plugin.h
12661	* src/plugins/clamav/clamav_plugin_gtk.c
12662	* src/plugins/clamav/clamav_plugin_gtk.deps
12663		Remove the Clamav plugin from the core
12664
126652008-01-28 [wwp]	3.2.0cvs69
12666
12667	* src/compose.c
12668	* src/prefs_template.c
12669	* src/prefs_template.h
12670	* src/quote_fmt.c
12671	* src/quote_fmt.h
12672	* src/quote_fmt_lex.l
12673	* src/quote_fmt_parse.y
12674		Fix for bug #1493: count lines (\n chars) according to the way
12675		format body is passed (i.e. \-escaped or not).
12676
126772008-01-27 [paul]	3.2.0cvs68
12678
12679	* po/en_GB.po
12680		updated
12681	* src/prefs_actions.c
12682	* src/prefs_filtering.c
12683	* src/prefs_folder_item.c
12684	* src/prefs_template.c
12685	* src/gtk/about.c
12686		some minor changes to the English
12687
126882008-01-24 [colin]	3.2.0cvs67
12689
12690	* src/etpan/imap-thread.c
12691	* src/etpan/nntp-thread.c
12692		Fix bug 1348, 'Hang ups at exit time with
12693		pgp plugin since 3.0.2'
12694
126952008-01-23 [colin]	3.2.0cvs66
12696
12697	* src/toolbar.c
12698		Fix translation of something that shouldn't be
12699
127002008-01-23 [colin]	3.2.0cvs65
12701
12702	* src/procmime.c
12703		Fix bug 1486, 'Re: Incorrect content when replying'
12704		Revert to full scan if short scan found only 0-length
12705		text parts
12706
127072008-01-23 [paul]	3.2.0cvs64
12708
12709	* src/prefs_folder_item.c
12710		fix bug 1485, 'selecting a folder's default
12711		account if name contains '&''
12712
127132008-01-23 [colin]	3.2.0cvs63
12714
12715	* src/folder.c
12716	* src/folder.h
12717	* src/main.c
12718	* src/mainwindow.c
12719		Fix bug 1480, 'should be able to display mail file
12720		from command line'. Let 'claws-mail --select' accept
12721		absolute paths in addition to folder identifiers.
12722
127232008-01-22 [wwp]	3.2.0cvs62
12724
12725	* src/account.c
12726	* src/account.h
12727	* src/compose.c
12728	* src/messageview.c
12729	* src/summaryview.c
12730	* src/common/utils.c
12731	* src/common/utils.h
12732		Allow from=address in mailto sequence:
12733		  --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12734		  The 'from' will try to select the first account matching in accounts list,
12735		  otherwise will use the usual account selection mechanism but override with
12736		  this 'from' address.
12737		Allow mailto with NNTP accounts
12738		  mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12739		  is the default one or if a NNTP account address is used with 'from'.
12740		  This is more or less a bugfix as it was possible to use mailto with a NNTP
12741		  default account but the complete mailto sequence was put in To.
12742
127432008-01-22 [wwp]	3.2.0cvs61
12744
12745	* doc/man/claws-mail.1
12746		Updated the man page: status of few features, command-line
12747		usage (--version-full) and completed list of config files
12748		and dirs.
12749
127502008-01-22 [wwp]	3.2.0cvs60
12751
12752	* src/main.c
12753		Added --version-full to display version and compiled-in
12754		features list (for later use by Clawsker for instance).
12755
127562008-01-22 [holger]	3.2.0cvs59
12757
12758	* src/addrduplicates.c
12759		Fix scrolling in addressbook duplicate
12760		finder result dialog
12761
127622008-01-21 [colin]	3.2.0cvs58
12763
12764	* src/summaryview.c
12765		Fix bug 1457, 'sorting messages on, say, from,
12766		should subsort on previous sort choice'. Subsort
12767		by date when sort is Subject, From, To, Tags.
12768
127692008-01-21 [colin]	3.2.0cvs57
12770
12771	* AUTHORS
12772	* src/matcher.c
12773	* src/mimeview.c
12774	* src/common/ssl.c
12775	* src/gtk/authors.h
12776		Fix bug 1478, 'Wrong pthread_create calls all
12777		over the place'. Patch by Christian Cornelssen
12778
127792008-01-20 [colin]	3.2.0cvs56
12780
12781	* src/imap.c
12782	* src/etpan/imap-thread.c
12783	* src/etpan/imap-thread.h
12784		Fix bug 1468, 'Use IMAP keyword to
12785		store "forwarded" flag'
12786
127872008-01-20 [colin]	3.2.0cvs55
12788
12789	* src/folderutils.c
12790		Make list operations faster
12791
127922008-01-20 [colin]	3.2.0cvs54
12793
12794	* src/mainwindow.c
12795		Fix bug 1353, 'on startup with small screen
12796		layout, keyboard input gets lost'
12797
127982008-01-20 [colin]	3.2.0cvs53
12799
12800	* src/textview.c
12801		Complete 3.2.0cvs49, and fixes bug 1477,
12802		'Claws Mail crashes when view PGP-encrypted
12803		message'
12804
128052008-01-20 [colin]	3.2.0cvs52
12806
12807	* src/compose.c
12808		Fix privacy menu update when replying to
12809		encrypted mail and no default privacy
12810		system is set
12811
128122008-01-19 [colin]	3.2.0cvs51
12813
12814	* src/filtering.c
12815	* src/procmsg.h
12816	* src/plugins/bogofilter/bogofilter.c
12817	* src/plugins/clamav/clamav_plugin.c
12818	* src/plugins/spamassassin/spamassassin.c
12819		Batch filtering deletions too (and save 4 bytes
12820		per MsgInfo in the process :)
12821
128222008-01-19 [colin]	3.2.0cvs50
12823
12824	* src/folder.c
12825		Make cache update after copies much faster
12826		on IMAP
12827
128282008-01-19 [colin]	3.2.0cvs49
12829
12830	* src/textview.c
12831		Check g_fopen() success
12832
128332008-01-17 [wwp]	3.2.0cvs48
12834
12835	* manual/faq.xml
12836	* manual/es/faq.xml
12837	* manual/fr/faq.xml
12838	* manual/pl/faq.xml
12839		Sylpheed? No idea what this means.
12840
128412008-01-17 [colin]	3.2.0cvs47
12842
12843	* src/gtk/gtksctree.c
12844		Make dnd threshold higher on Maemo
12845
128462008-01-16 [colin]	3.2.0cvs46
12847
12848	* src/common/passcrypt.c
12849		Fix build on FreeBSD, thanks to Pawel
12850
128512008-01-15 [colin]	3.2.0cvs45
12852
12853	* src/compose.c
12854		Fix bug 1472, 'Keyboard "Menu" key doesn't call
12855		spell check of actuall word'
12856	* src/summaryview.c
12857		Temporarily disable immediate execution when learning
12858		spam *only* if the summaryview isn't locked
12859
128602008-01-15 [wwp]	3.2.0cvs44
12861
12862	* src/prefs_filtering.c
12863		Fix filtering prefs layout (Maemo port), moving page up/down
12864		from buttons to context menu.
12865
128662008-01-15 [colin]	3.2.0cvs43
12867
12868	* src/compose.c
12869		Fix bug 1465, 'First line in new message does not mark URLs'
12870
128712008-01-15 [colin]	3.2.0cvs42
12872
12873	* src/common/passcrypt.c
12874		Fix bug 1461, 'several components #define
12875		_XOPEN_SOURCE improperly'
12876
128772008-01-15 [colin]	3.2.0cvs41
12878
12879	* src/summaryview.c
12880		Fix bug 1469, 'Column width adjustments on message
12881		lists do not save'
12882
128832008-01-14 [holger]	3.2.0cvs40
12884
12885	* configure.ac
12886		Add tests for dbus, dbus glib bindings,
12887		and NetworkManager. All is optional. Add new
12888		--(en|dis)able-networkmanager-support switch.
12889	* src/Makefile.am
12890	* src/imap.c
12891	* src/inc.c
12892	* src/main.c
12893	* src/main.h
12894	* src/mainwindow.c
12895	* src/gtk/about.c
12896		Add optional NetworkManager support, so Claws Mail
12897		can try to do the right thing when the network connection
12898		status changes. NetworkManager support is active by
12899		default if above requirements were met.
12900
129012008-01-12 [colin]	3.2.0cvs39
12902
12903	* src/summaryview.c
12904		Advertise the click-on-reply feature in the tooltip
12905
129062008-01-12 [colin]	3.2.0cvs38
12907
12908	* src/Makefile.am
12909	* src/stock_pixmap.c
12910	* src/stock_pixmap.h
12911	* src/pixmaps/tray_newmail.offline.xpm
12912	* src/pixmaps/tray_newmail.xpm
12913	* src/pixmaps/tray_newmarkedmail.offline.xpm
12914	* src/pixmaps/tray_newmarkedmail.xpm
12915	* src/pixmaps/tray_nomail.offline.xpm
12916	* src/pixmaps/tray_nomail.xpm
12917	* src/pixmaps/tray_unreadmail.offline.xpm
12918	* src/pixmaps/tray_unreadmail.xpm
12919	* src/pixmaps/tray_unreadmarkedmail.offline.xpm
12920	* src/pixmaps/tray_unreadmarkedmail.xpm
12921	* src/plugins/trayicon/Makefile.am
12922	* src/plugins/trayicon/newmail.offline.xpm
12923	* src/plugins/trayicon/newmail.xpm
12924	* src/plugins/trayicon/newmarkedmail.offline.xpm
12925	* src/plugins/trayicon/newmarkedmail.xpm
12926	* src/plugins/trayicon/nomail.offline.xpm
12927	* src/plugins/trayicon/nomail.xpm
12928	* src/plugins/trayicon/trayicon.c
12929	* src/plugins/trayicon/unreadmail.offline.xpm
12930	* src/plugins/trayicon/unreadmail.xpm
12931	* src/plugins/trayicon/unreadmarkedmail.offline.xpm
12932	* src/plugins/trayicon/unreadmarkedmail.xpm
12933		Make the Trayicon plugin icons themable
12934
129352008-01-12 [wwp]	3.2.0cvs37
12936
12937	* src/prefs_display_header.c
12938		Fix extra leading hyphen visible in the display
12939		header configuration combo list (maemo).
12940
129412008-01-11 [colin]	3.2.0cvs36
12942
12943	* src/imap.c
12944		Set timeout to 1 before disconnecting all -
12945		for when one switches to offline and has
12946		no network anymore
12947	* src/messageview.c
12948		Fix bug 1454, 'error message shows parts and
12949		signature of previous messages'
12950	* src/prefs_common.c
12951		Maemo: Hide Send dialog by default
12952
129532008-01-10 [colin]	3.2.0cvs35
12954
12955	* src/action.c
12956	* src/editldap.c
12957	* src/prefs_account.c
12958	* src/wizard.c
12959	* src/gtk/inputdialog.c
12960	* src/plugins/pgpcore/passphrase.c
12961		Maemo: Fix bug 1455, 'Password enters leading letter
12962		incorrectly as uppercase'
12963
129642008-01-09 [colin]	3.2.0cvs34
12965
12966	* po/pl.po
12967		Fix bug 1446, 'SC crashes frequently when staying
12968		in background'. Format string error in Polish
12969		translation
12970	* src/gtk/description_window.c
12971	* src/prefs_template.c
12972		Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12973		patch by Pawel
12974	* src/wizard.c
12975		Maemo: Fix build
12976
129772008-01-08 [colin]	3.2.0cvs33
12978
12979	* src/main.c
12980		Maemo: connect HW status change signal for shutdown
12981	* src/mainwindow.c
12982		Maemo: Fix hardware space key
12983	* src/wizard.c
12984		Maemo: name mmc1 and 2 a better name
12985
129862008-01-08 [wwp]	3.2.0cvs32
12987
12988	* src/folder.c
12989	* src/folder_item_prefs.c
12990	* src/folder_item_prefs.h
12991	* src/prefs_folder_item.c
12992		It's now possible to disable processing rules when
12993		entering a folder (this adds a new option to the
12994		folder properties dialog).
12995
129962008-01-08 [wwp]	3.2.0cvs31
12997
12998	* src/common/utils.c
12999		Mailto: now supports 'insert' (stands for 'insert file'), this
13000		adds the ability to create a new message from the command-line,
13001		with body set from an existing file contents.
13002
130032008-01-08 [colin]	3.2.0cvs30
13004
13005	* src/summaryview.c
13006		Maybe fix bug 1452, 'crash while drag'n'droping
13007		emails to an IMAP folder'
13008
130092008-01-07 [wwp]	3.2.0cvs29
13010
13011	* src/prefs_filtering.c
13012		Static-alize a function, thanks to Colin.
13013
130142008-01-07 [colin]	3.2.0cvs28
13015
13016	* src/folderview.c
13017		Fix scrolling to bottom when drag and dropping
13018	* src/summaryview.c
13019		Fix bug 1445, 'Display sender using addressbook: fails
13020		when From: isn't an email address'
13021
130222008-01-07 [wwp]	3.2.0cvs27
13023
13024	* src/prefs_actions.c
13025	* src/prefs_filtering.c
13026	* src/prefs_template.c
13027		Add tooltips to most buttons in the templates, actions and
13028		filtering/processing dialogs.
13029
130302008-01-07 [wwp]	3.2.0cvs26
13031
13032	* src/prefs_filtering.c
13033		 - add a clear button to clear dialog input fields
13034		 - add page up and page down buttons to move selected rule up and down
13035		 - in rules list popup-menu: added Delete, Delete all and Duplicate
13036		 - popup-menu items are greyed out either if the list is empty (not counting the
13037		   (New) row or if there is no selected item
13038		 - clear store when closing dialog
13039
13040	* src/prefs_actions.c
13041		 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
13042		   clear button, popup-menu
13043		 - clear store when closing dialog
13044
13045	* src/prefs_template.c
13046		 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
13047		   clear button, popup-menu
13048
13049	* src/addrcustomattr.c
13050		 - renamed popup-menu item Clear list to Delete all
13051		 - grey out popup-menu items is there is no selected item or if list is empty
13052		 - clear store when closing dialog
13053
13054	* src/edittags.c
13055		 - added popup-menu item Delete all
13056		 - grey out popup-menu items is there is no selected item or if list is empty
13057		 - clear store when closing dialog
13058
130592008-01-06 [wwp]	3.2.0cvs25
13060
13061	* src/addressadd.c
13062		One more layout fix by Pawel (completes 3.2.0cvs24).
13063
130642008-01-05 [colin]	3.2.0cvs24
13065
13066	* src/addressadd.c
13067		Little GUI fixes, patch by Pawel
13068
130692007-12-29 [wwp]	3.2.0cvs23
13070
13071	* src/compose.c
13072		Fix for bug #1443, and strip possible whitespaces around
13073		custom header names.
13074
130752007-12-29 [mones]	3.2.0cvs22
13076
13077	* po/es.po
13078		Updated translation, corrected a term based
13079		on suggestion from Israel Saeta P�rez,
13080		reverted awful X-Mailer translation
13081	* src/procmime.c
13082		Complete cvs20 for FreeBSD, patch by Pawel
13083
130842007-12-29 [colin]	3.2.0cvs21
13085
13086	* src/textview.c
13087		Fix bug 1442, 'Tags are repeated in
13088		encapsulated messages'
13089
130902007-12-28 [colin]	3.2.0cvs20
13091
13092	* src/procmime.c
13093		Fix path to mime/globs. Patch by Marten King.
13094
130952007-12-27 [colin]	3.2.0cvs19
13096
13097	* src/plugins/pgpcore/Makefile.am
13098	* src/plugins/pgpinline/Makefile.am
13099	* src/plugins/pgpmime/Makefile.am
13100		Add missing flags to build pgp plugins on maemo
13101
131022007-12-27 [colin]	3.2.0cvs18
13103
13104	* src/mainwindow.c
13105		Maximise before showing to avoid probable flickering
13106		on slow computers.
13107
131082007-12-27 [colin]	3.2.0cvs17
13109
13110	* src/main.c
13111	* src/mainwindow.c
13112	* src/prefs_common.c
13113	* src/prefs_common.h
13114		Fix bug 1439, 'Claws Mail does not remember window size
13115		state when restarted'. Save maximised state and force
13116		maximisation at startup if applicable.
13117
131182007-12-23 [paul]	3.2.0cvs16
13119
13120	* src/prefs_matcher.c
13121		fix bug 1436, 'Filter condition dialog doesn't
13122		load header name from current rules'
13123
131242007-12-22 [paul]	3.2.0cvs15
13125
13126	* src/compose.c
13127		fix bug 1435, 'Reply doesn't take into account
13128		reply-to field'
13129
131302007-12-21 [paul]	3.2.0cvs14
13131
13132	* src/common/ssl_certificate.c
13133		fix FreeBSD build with IPV6 support
13134
131352007-12-20 [colin]	3.2.0cvs13
13136
13137	* src/imap.c
13138		Fix error handling
13139
131402007-12-20 [colin]	3.2.0cvs12
13141
13142	* src/imap.c
13143	* src/imap.h
13144	* src/prefs_account.c
13145		Add DIGEST-MD5 support for IMAP authentication
13146
131472007-12-19 [mones]	3.2.0cvs11
13148
13149	* doc/man/claws-mail.1
13150		Better ordering of sections, updated options
13151	* po/es.po
13152		Updated strings
13153
131542007-12-19 [paul]	3.2.0cvs10
13155
13156	* src/prefs_account.c
13157		use a spinbutton instead of an entry for
13158		"POP authentication timeout" also
13159
131602007-12-19 [colin]	3.2.0cvs9
13161
13162	* src/prefs_filtering_action.c
13163	* src/prefs_matcher.c
13164	* src/gtk/description_window.c
13165		Destroy info windows with their parents
13166		Patch by Pawel
13167
131682007-12-19 [colin]	3.2.0cvs8
13169
13170	* src/prefs_account.c
13171		Use spinbuttons instead of entries where needed
13172		Patch by Pawel
13173
131742007-12-18 [paul]	3.2.0cvs7
13175
13176	* src/prefs_matcher.c
13177		add missing i18n for a few strings
13178		Patch by Stephan Sachse
13179
131802007-12-18 [paul]	3.2.0cvs6
13181
13182	* src/prefs_logging.c
13183		use 'disk' instead of 'disc'
13184
131852007-12-18 [paul]	3.2.0cvs5
13186
13187	* po/en_GB.po
13188		updated
13189	* src/addrcustomattr.c
13190	* src/editaddress.c
13191		fixes to the ingleesh
13192	* src/prefs_filtering_action.c
13193		fix copyright header
13194		fix untranslated strings
13195	* src/prefs_filtering_action.h
13196		fix copyright header
13197
131982007-12-18 [wwp]	3.2.0cvs4
13199
13200	* src/folderview.c
13201	* src/headerview.c
13202	* src/prefs_common.c
13203	* src/prefs_common.h
13204	* src/prefs_fonts.c
13205	* src/summaryview.c
13206	* src/textview.c
13207	* src/wizard.c
13208	* src/common/defs.h
13209	* src/gtk/gtkutils.c
13210		Added prefs to set custom small and bold fonts
13211		(might matter on some desktops, according to
13212		DPI and font settings).
13213
132142007-12-18 [colin]	3.2.0cvs3
13215
13216	* src/prefs_logging.c
13217		Rework GUI, patch by Pawel
13218
132192007-12-18 [colin]	3.2.0cvs2
13220
13221	* src/prefs_filtering_action.c
13222		Rework GUI, patch by Pawel
13223
132242007-12-18 [colin]	3.2.0cvs1
13225
13226	* src/editaddress.c
13227		Fix build on old GCC
13228		Fix inverted buttons
13229
132302007-12-17 [paul]	3.2.0
13231
13232	* NEWS
13233	* README
13234	* RELEASE_NOTES
13235		3.2.0 released
13236
132372007-12-17 [paul]	3.1.0cvs79
13238
13239	* po/de.po
13240	* po/fr.po
13241	* po/hu.po
13242	* po/it.po
13243	* po/pt_BR.po
13244		updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13245		Andrea Spadaccini, and Frederico Goncalves Guimaraes
13246
132472007-12-17 [mones]	3.1.0cvs78
13248
13249	* po/es.po
13250		Updated Spanish translation for 3.2.0 release
13251
132522007-12-16 [colin]	3.1.0cvs77
13253
13254	* src/addrcustomattr.c
13255		Fix translations, patch by Fabien
13256
132572007-12-15 [paul]	3.1.0cvs76
13258
13259	* src/folderview.c
13260		fix compiler warning
13261
132622007-12-14 [colin]	3.1.0cvs75
13263
13264	* src/folderview.c
13265		Simplify logic
13266
132672007-12-12 [wwp]	3.1.0cvs74
13268
13269	* AUTHORS
13270	* src/gtk/authors.h
13271		Added Marius Glauser to the hall of fame.
13272
132732007-12-12 [wwp]	3.1.0cvs73
13274
13275	* src/gtk/gtkutils.c
13276		Improve the way we show results of searches
13277		in message bodies: selected text now get centered
13278		vertically in the message window.
13279		Patch by Marius Glauser <seelenhirt@gmx.net>.
13280
132812007-12-10 [colin]	3.1.0cvs72
13282
13283	* src/folder.c
13284		Don't crash when setting batch mode on no folder
13285
132862007-12-10 [colin]	3.1.0cvs71
13287
13288	* src/common/utils.c
13289		Fix potential buffer overrun (thanks to
13290		Hiroyuki)
13291
132922007-12-08 [paul]	3.1.0cvs70
13293
13294	* src/prefs_receive.c
13295		small change to the English
13296
132972007-12-08 [colin]	3.1.0cvs69
13298
13299	* src/vcard.c
13300		Fix warnings
13301
133022007-12-07 [colin]	3.1.0cvs68
13303
13304	* src/mainwindow.c
13305	* src/summaryview.c
13306	* src/summaryview.h
13307		Free simplify_subject_preg at exit
13308
133092007-12-07 [colin]	3.1.0cvs67
13310
13311	* src/main.c
13312	* src/summaryview.c
13313	* src/common/utils.c
13314	* src/common/utils.h
13315		We have to free reused regexps from time to
13316		time, or they get huge
13317
133182007-12-07 [colin]	3.1.0cvs66
13319
13320	* src/vcard.c
13321		Fix QP decoding (and UTF8)
13322
133232007-12-07 [colin]	3.1.0cvs65
13324
13325	* src/addrcustomattr.c
13326		Update list of default custom attributes
13327		now (will be needed for a feature patch
13328		post 3.2.0)
13329
133302007-12-07 [colin]	3.1.0cvs64
13331
13332	* src/folder.c
13333		Batch on destination folder when copying - fixes
13334		slowness when moving unread mails to trash on IMAP
13335
133362007-12-06 [colin]	3.1.0cvs63
13337
13338	* src/common/w32_time.c
13339	* src/common/w32lib.h
13340	* src/etpan/etpan-thread-manager.c
13341	* src/etpan/imap-thread.c
13342	* src/etpan/nntp-thread.c
13343	* src/gtk/Makefile.am
13344		Fix win32 build with libetpan. Thanks to
13345		Marcus Brinkmann.
13346
133472007-12-06 [colin]	3.1.0cvs62
13348
13349	* src/account.c
13350	* src/imap.c
13351	* src/prefs_account.c
13352	* src/prefs_account.h
13353	* src/etpan/imap-thread.c
13354	* src/etpan/imap-thread.h
13355		Disable connection via command line on WIN32
13356		Disable mmap use on WIN32 - use normal strings
13357	* src/addressbook.c
13358	* src/addressbook.h
13359	* src/addressbook_foldersel.c
13360	* src/addressbook_foldersel.h
13361	* src/prefs_filtering_action.c
13362	* src/prefs_matcher.c
13363	* src/plugins/bogofilter/bogofilter_gtk.c
13364	* src/plugins/dillo_viewer/dillo_prefs.c
13365	* src/plugins/spamassassin/spamassassin_gtk.c
13366		Fix leak, rework function logics to be more
13367		natural - thanks to Holger
13368	* src/common/utils.c
13369		Fix warnings
13370
133712007-12-06 [colin]	3.1.0cvs61
13372
13373	* src/news.c
13374	* src/common/utils.c
13375	* src/common/utils.h
13376		Fix posting, and fix UTF-8 being sent when encoding
13377		is 8bit
13378
133792007-12-05 [colin]	3.1.0cvs60
13380
13381	* src/news.c
13382		Fix debian bug #453157, 'Fails to post usenet
13383		articles after NNTP connection has been
13384		interrupted". Fix return value to prevent deletion
13385		on failure, and issue MODE READER in case posting
13386		fails at first.
13387
133882007-12-05 [colin]	3.1.0cvs59
13389
13390	* src/messageview.c
13391	* src/uri_opener.c
13392		Improvements to the List URIs dialog
13393		Patch by Pawel
13394
133952007-12-05 [colin]	3.1.0cvs58
13396
13397	* src/prefs_other.c
13398	* src/gtk/gtksctree.h
13399		Fix warnings
13400
134012007-12-04 [colin]	3.1.0cvs57
13402
13403	* src/etpan/imap-thread.c
13404		Fix bug 1378, 'Claws exits on IMAP alert message'
13405		Don't do GTK calls directly from Etpan thread
13406
134072007-12-04 [colin]	3.1.0cvs56
13408
13409	* src/folderview.c
13410	* src/gtk/gtksctree.c
13411		MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13412                Make all the left of column zero an hotspot for
13413                expanding.
13414
134152007-12-04 [colin]	3.1.0cvs55
13416
13417	* src/mainwindow.c
13418	* src/mainwindow.h
13419	* src/prefs_common.c
13420	* src/prefs_common.h
13421	* src/prefs_receive.c
13422		MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13423
134242007-12-04 [wwp]	3.1.0cvs54
13425
13426	* src/prefs_other.c
13427		Fix for bug #1419.
13428
134292007-12-04 [holger]	3.1.0cvs53
13430
13431	* src/addrduplicates.c
13432	* src/addrduplicates.h
13433		Export addressbook entry deletion
13434
134352007-12-04 [colin]	3.1.0cvs52
13436
13437	* tools/Makefile.am
13438	* tools/README.sylprint
13439	* tools/sylprint.pl
13440	* tools/sylprint.rc
13441		Fix debian bug #454089 (symlink attack in TMP directory)
13442		http://secwatch.org/advisories/1019661/ :
13443		Remove the buggy script, which was unmaintained anyway
13444	* src/news.c
13445	* src/procmsg.c
13446		Store things in our private tmp directory.
13447
134482007-12-03 [colin]	3.1.0cvs51
13449
13450	* src/folder.c
13451	* src/folder.h
13452	* src/folderview.c
13453	* src/imap.c
13454	* src/mainwindow.c
13455		Fix update problem when getting remote tags
13456	* src/prefs_matcher.c
13457		Rework GUI to make it better. Patch by Pawel
13458		Pekala
13459
134602007-12-03 [colin]	3.1.0cvs50
13461
13462	* src/etpan/imap-thread.c
13463	* src/etpan/nntp-thread.c
13464		Fix bug 1417, 'Network log doesn't reveal
13465		enough NNTP errors'
13466
134672007-12-02 [iwkse]	3.1.0cvs49
13468
13469	* src/plugins/dillo_viewer/dillo_prefs.c
13470			Insert dillo under the Plugins menu
13471
134722007-12-01 [paul]	3.1.0cvs48
13473
13474	* src/html.c
13475		add these variant forms
13476		Thanks to Colin
13477
134782007-12-01 [paul]	3.1.0cvs47
13479
13480	* src/matcher.c
13481		fix a typo
13482
134832007-12-01 [paul]	3.1.0cvs46
13484
13485	* po/POTFILES.in
13486		add the new addrcustomattr.c file
13487
134882007-11-29 [colin]	3.1.0cvs45
13489
13490	* src/common/ssl_certificate.c
13491		Use the more modern getaddrinfo instead of
13492		gethostbyname when possible
13493
134942007-11-28 [colin]	3.1.0cvs44
13495
13496	* src/summaryview.c
13497		Maybe fix bug 1410 and other crash reports
13498		in summaryview since cvs38.
13499
135002007-11-28 [wwp]	3.1.0cvs43
13501
13502	* src/prefs_summary_open.c
13503		Guard against an empty list of actions to perform
13504		when opening a folder (or migration defaults could
13505		be introduced, confusing).
13506
135072007-11-28 [colin]	3.1.0cvs42
13508
13509	* src/folderview.c
13510		Fix mark all read from folder's contextual menu
13511
135122007-11-27 [colin]	3.1.0cvs41
13513
13514	* src/imap.c
13515	* src/imap.h
13516	* src/imap_gtk.c
13517	* src/prefs_account.c
13518	* src/etpan/imap-thread.c
13519		A few fixes to the IMAP flags handling: Optimisations,
13520		two crashers, mention that Bandwitdh-efficient mode
13521		prevents tag fetching.
13522		Fix M-UTF7 in subscription dialog.
13523
135242007-11-27 [colin]	3.1.0cvs40
13525
13526	* src/folder.c
13527	* src/mbox.c
13528	* src/summaryview.c
13529		Make filtering faster on flags change: Batch original
13530		folderitem, where we'll do flags/tags changes.
13531
135322007-11-27 [colin]	3.1.0cvs39
13533
13534	* src/filtering.c
13535		Fix bug 1407, 'After a copy action, further rules apply
13536		to both original and copy'
13537
135382007-11-27 [colin]	3.1.0cvs38
13539
13540	* src/edittags.c
13541	* src/summaryview.c
13542		Fixes races when doing a long operation and user
13543		asks for another one (Mark all read/unread on a
13544		big folder on IMAP for example)
13545
135462007-11-27 [wwp]	3.1.0cvs37
13547
13548	* src/addressbook.c
13549	* src/prefs_common.c
13550		Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13551		and 3.1.0cvs35 (addressbook.c).
13552
135532007-11-27 [holger]	3.1.0cvs36
13554
13555	* src/printing.c
13556		Add a line separating header and body
13557		in the printout
13558
135592007-11-27 [wwp]	3.1.0cvs35
13560
13561	* src/addressbook.c
13562		Fix a drag-and-drop issue introduced with 3.1.0cvs33
13563		(thanks to Colin) and revert disabling of cut/copy
13564		context menu entries upon selected groups.
13565
135662007-11-27 [holger]	3.1.0cvs34
13567
13568	* src/printing.c
13569		Add weights to the list of supported text attributes
13570		for printing
13571
135722007-11-27 [wwp]	3.1.0cvs33
13573
13574	* src/Makefile.am
13575	* src/addrcustomattr.c
13576	* src/addrcustomattr.h
13577	* src/addressbook.c
13578	* src/editaddress.c
13579	* src/editaddress.h
13580	* src/prefs_common.c
13581	* src/prefs_common.h
13582	* src/common/defs.h
13583		Provide a (customizable) list of preset attribute names
13584		for editing contacts (closes bug #1391).
13585
135862007-11-27 [wwp]	3.1.0cvs32
13587
13588	* src/addrclip.c
13589	* src/addressbook.c
13590	* src/addritem.c
13591		Various fixes in the address book:
13592			- made copy/move of a folder to itself or its subtree
13593			  impossible (-> error)
13594			- errors messages don't show in the status bar anymore,
13595			  use alertpanels instead
13596			- simple click on group doesn't open group edit dialog
13597			  anymore when in contact edit embedded mode (was too itchy)
13598			- fixed disabling of edit button and and menu entry when
13599			  in contact edit embedded mode (was done in a bad and
13600			  ineffective way)
13601			- fix menu cut/paste sensitivity in treelist context
13602			  menu (conflicting enabling was done by different functions)
13603			- fix some menu item sensitivity in address list context menu
13604			- don't allow cut/copy of groups, it's useless as they won't
13605			  be copied w/ their contents
13606			- fix missing copy of the picture file when copying (bug #1402),
13607			  fix picture attribute (internal) value when moving or copying
13608
13609
136102007-11-27 [colin]	3.1.0cvs31
13611
13612	* src/folder.c
13613	* src/imap.c
13614		Fix tags loss on move, fix space encoding
13615
136162007-11-26 [colin]	3.1.0cvs30
13617
13618	* src/edittags.c
13619	* src/folder.c
13620	* src/folder.h
13621	* src/imap.c
13622	* src/messageview.c
13623	* src/procmsg.c
13624	* src/procmsg.h
13625	* src/summaryview.c
13626	* src/common/utils.c
13627	* src/common/utils.h
13628	* src/etpan/imap-thread.c
13629	* src/etpan/imap-thread.h
13630		Add IMAP tags support
13631
136322007-11-26 [colin]	3.1.0cvs29
13633
13634	* src/imap.c
13635		Fix bug 1405, 'imap auto auth method doesn't
13636		work since 3.1.0'
13637
136382007-11-26 [colin]	3.1.0cvs28
13639
13640	* src/messageview.c
13641	* src/procmime.c
13642		Handle broken disposition-notifications from Evolution
13643		(http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13644
136452007-11-25 [paul]	3.1.0cvs27
13646
13647	* src/folder_item_prefs.c
13648	* src/folder_item_prefs.h
13649		remove dead code
13650
136512007-11-23 [wwp]	3.1.0cvs26
13652
13653	* src/matcher.c
13654	* src/matcher.h
13655	* src/matcher_parser_parse.y
13656	* src/prefs_matcher.c
13657		Fix irrelevant case folding when adding matcher condition 'test',
13658		thanks to Colin.
13659
136602007-11-23 [wwp]	3.1.0cvs25
13661
13662	* src/prefs_common.c
13663	* src/prefs_common.h
13664	* src/prefs_summary_open.c
13665	* src/prefs_summary_open.h
13666	* src/summaryview.c
13667		Add "select first email in list" to the list of possible selections
13668		when opening a folder.
13669
136702007-11-23 [paul]	3.1.0cvs24
13671
13672	* po/de.po
13673		a fix by Stephan Sachse, plus remove all
13674		old strings from the end of the file
13675
136762007-11-23 [wwp]	3.1.0cvs23
13677
13678	* src/prefs_msg_colors.c
13679		Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13680		with little changes.
13681
136822007-11-23 [paul]	3.1.0cvs22
13683
13684	* src/prefs_logging.c
13685		eliminate wasted horizontal space
13686
136872007-11-23 [paul]	3.1.0cvs21
13688
13689	* src/prefs_summaries.c
13690		don't wrap the label or put linebreaks
13691
136922007-11-22 [colin]	3.1.0cvs20
13693
13694	* src/plugins/pgpinline/pgpinline.c
13695		Fix decryption
13696
136972007-11-22 [wwp]	3.1.0cvs19
13698
13699	* src/prefs_themes.c
13700		Yet another misuse of get_rc_dir(), still related
13701		to user themes. Completes 3.1.0cvs18.
13702
137032007-11-22 [wwp]	3.1.0cvs18
13704
13705	* src/stock_pixmap.c
13706		Fix a misuse of get_rc_dir(), user themes dir was
13707		not set properly and some themes might have disappeared
13708		from themes list in prefs.
13709
137102007-11-22 [wwp]	3.1.0cvs17
13711
13712	* src/edittags.c
13713	* src/edittags.h
13714	* src/common/tags.c
13715	* src/common/tags.h
13716		Correct copyright for these claws-mail-only brand new
13717		files.
13718
137192007-11-22 [paul]	3.1.0cvs16
13720
13721	* src/compose.c
13722		fix bug 1400, 'Drag and drop of URLs does not work'
13723		Thanks to Colin
13724
137252007-11-22 [paul]	3.1.0cvs15
13726
13727	* src/prefs_common.c
13728		make "cmds_use_system_default" default to FALSE
13729		so as not to disrupt current settings
13730	* src/summaryview.c
13731		increase the size of the GdkRectangle, tooltips
13732		didn't show for me otherwise
13733
137342007-11-21 [colin]	3.1.0cvs14
13735
13736	* src/compose.c
13737	* src/crash.c
13738	* src/exphtmldlg.c
13739	* src/mainwindow.c
13740	* src/manual.c
13741	* src/mimeview.c
13742	* src/prefs_account.c
13743	* src/prefs_common.c
13744	* src/prefs_common.h
13745	* src/prefs_ext_prog.c
13746	* src/textview.c
13747	* src/uri_opener.c
13748	* src/gtk/about.c
13749	* src/gtk/gtkutils.c
13750		Use xdg-open as a way to find default browser,
13751		when available
13752
137532007-11-21 [colin]	3.1.0cvs13
13754
13755	* src/messageview.c
13756	* src/procmime.c
13757	* src/procmsg.h
13758		Send better return receipts (useful ones)
13759		Handle incoming return receipts
13760
137612007-11-20 [colin]	3.1.0cvs12
13762
13763	* src/printing.c
13764	* src/printing.h
13765		Add getter/setter for settings, and getter
13766		for page setup
13767
137682007-11-20 [colin]	3.1.0cvs11
13769
13770	* src/folderview.c
13771	* src/main.c
13772	* src/mainwindow.c
13773		Fix bug 1396, 'Crash on disabling a filter
13774		while it is processing'
13775
137762007-11-20 [paul]	3.1.0cvs10
13777
13778	* src/folder.c
13779		fix bug 1395, 'Crash on checking for new mails
13780		while filter is running'
13781		Thanks to Colin
13782
137832007-11-20 [paul]	3.1.0cvs9
13784
13785	* src/compose.c
13786		make this string easier for translators
13787
137882007-11-19 [colin]	3.1.0cvs8
13789
13790	* src/prefs_summaries.c
13791	* src/summaryview.c
13792		Don't enable more tooltips on Maemo
13793
137942007-11-19 [colin]	3.1.0cvs7
13795
13796	* src/prefs_common.c
13797	* src/prefs_common.h
13798	* src/prefs_summaries.c
13799	* src/summaryview.c
13800		Fix bug 1388, 'message list tool tips'
13801		Add (optional) tooltips in summaryview.
13802		This only works with GTK+ >= 2.12
13803
138042007-11-19 [colin]	3.1.0cvs6
13805
13806	* src/compose.c
13807		Make strings a bit better when attaching
13808		from mailto: URIs
13809
138102007-11-19 [colin]	3.1.0cvs5
13811
13812	* src/common/utils.c
13813		Fix bug 1392, 'Top level domain .EU is
13814		not recognised as valid'
13815
138162007-11-19 [wwp]	3.1.0cvs4
13817
13818	* src/compose.c
13819	* src/compose.h
13820		Revert changes to compose.c made in 3.1.0cvs2.
13821
138222007-11-19 [wwp]	3.1.0cvs3
13823
13824	* src/addressbook.c
13825	* src/addressbook.h
13826	* src/editaddress.c
13827	* src/editgroup.c
13828	* src/addrduplicates.c
13829		Minor improvements in the address book:
13830		always accept new contacts provided that some
13831		detail is set (instead of rejecting silently).
13832		Better guessing of contact name from incomplete
13833		name information. Better display of contacts with
13834		no name, in contact lists, group contents, find
13835		duplicate results.
13836
13837
138382007-11-19 [wwp]	3.1.0cvs2
13839
13840	* src/compose.c
13841	* src/compose.h
13842	* src/prefs_logging.c
13843	* src/prefs_summaries.c
13844		GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13845		wrap some long label in prefs/summaries, layout checkboxes
13846		in a more compact form in prefs/loggin, make account and
13847		header's combos have the same size/spacing in compose
13848		window.
13849
138502007-11-19 [wwp]	3.1.0cvs1
13851
13852	* src/edittags.c
13853		Fix a tiny leak and duplicate variable.
13854
138552007-11-19 [paul]	3.1.0
13856
13857	* NEWS
13858	* README
13859	* RELEASE_NOTES
13860		3.1.0 released
13861
138622007-11-19 [paul]	3.0.2cvs145
13863
13864	* po/de.po
13865	* po/fi.po
13866	* po/fr.po
13867	* po/hu.po
13868	* po/it.po
13869	* po/pl.po
13870	* po/pt_BR.po
13871	* po/sk.po
13872	* po/zh_CN.po
13873		updated by Stephan Sachse, Flammie Pirinen,
13874		Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13875		Emil Nowak, Frederico Goncalves Guimaraes,
13876		Andrej Kacian, and Ralph Young
13877
138782007-11-18 [mones]	3.0.2cvs144
13879
13880	* po/es.po
13881		Updated Spanish translation
13882
138832007-11-18 [colin]	3.0.2cvs143
13884
13885	* src/edittags.c
13886		Prevent empty tag after edit, thanks to wwp
13887
138882007-11-18 [colin]	3.0.2cvs142
13889
13890	* src/editaddress.c
13891		Fix possible "(null)" %s - thanks to wwp
13892
138932007-11-16 [wwp]	3.0.2cvs141
13894
13895	* src/common/utils.c
13896		Fix for 3.0.2cvs140, prevents from crashing when opening
13897		a compose window.
13898
138992007-11-16 [colin]	3.0.2cvs140
13900
13901	* src/main.c
13902	* src/common/claws.c
13903		Output a bit more useful info at startup
13904		in --debug mode
13905
139062007-11-16 [colin]	3.0.2cvs139
13907
13908	* src/compose.c
13909	* src/common/utils.c
13910	* src/common/utils.h
13911		Fix bug 1387, 'Request for --compose to
13912		support multiple attachments'
13913
139142007-11-16 [colin]	3.0.2cvs138
13915
13916	* src/news.c
13917		Fix bug 1390, 'NNTP fails after server
13918		closed connection'
13919
139202007-11-16 [colin]	3.0.2cvs137
13921
13922	* src/prefs_display_header.c
13923		Fix bug 1389, 'Changing 'Display headers
13924		in message view' breaks dispheaderrc'
13925
139262007-11-14 [colin]	3.0.2cvs136
13927
13928	* src/summaryview.c
13929	* src/gtk/quicksearch.c
13930	* src/gtk/quicksearch.h
13931		Fix resetting the quicksearch when in non-sticky
13932		mode, but Recursive is set: reset only when going
13933		out of the root search folder.
13934
139352007-11-14 [colin]	3.0.2cvs135
13936
13937	* src/filtering.c
13938		Don't set new flag back when doing "Mark as unread"
13939		from filtering
13940
139412007-11-12 [paul]	3.0.2cvs134
13942
13943	* src/plugins/dillo_viewer/dillo_viewer.c
13944		don't offer the mime type for translation
13945
139462007-11-12 [paul]
13947
13948	3.1.0-rc2 released
13949
139502007-11-11 [colin]	3.0.2cvs133
13951
13952	* src/imap_gtk.c
13953	* src/mh_gtk.c
13954		Use markup-escaped strings in dialogs
13955
139562007-11-11 [colin]	3.0.2cvs132
13957
13958	* src/imap.c
13959		Better IMAP-UTF7/UTF8 conversion
13960
139612007-11-10 [colin]	3.0.2cvs131
13962
13963	* src/news.c
13964		Fix debian bug 450698, 'nntp auth behavior changed
13965		without notice'
13966
139672007-11-10 [colin]	3.0.2cvs130
13968
13969	* configure.ac
13970	* src/inc.c
13971	* src/main.c
13972	* src/main.h
13973	* src/mimeview.c
13974	* src/statusbar.c
13975	* src/common/utils.c
13976	* src/etpan/Makefile.am
13977	* src/gtk/filesel.c
13978	* src/gtk/gtkutils.h
13979	* src/gtk/menu.c
13980	* src/plugins/bogofilter/Makefile.am
13981	* src/plugins/clamav/Makefile.am
13982	* src/plugins/dillo_viewer/Makefile.am
13983	* src/plugins/pgpcore/Makefile.am
13984	* src/plugins/spamassassin/Makefile.am
13985	* src/plugins/trayicon/Makefile.am
13986		Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13987
139882007-11-09 [colin]	3.0.2cvs129
13989
13990	* src/addressbook.c
13991	* src/ldapupdate.c
13992		fix bug 1375, 'Impossible to modify e-mail
13993                in LDAP addressbook twice'; Try two. update
13994		externalID, don't make display lag, and
13995		fix the cases where dn is not mail.
13996
139972007-11-08 [paul]	3.0.2cvs128
13998
13999	* src/account.c
14000	* src/compose.c
14001	* src/messageview.c
14002	* src/prefs_account.c
14003	* src/prefs_account.h
14004		reinstate 'Generate Message-ID' option as an
14005		account preference. (hidden on IMAP)
14006		Thanks to Colin
14007
140082007-11-08 [paul]	3.0.2cvs127
14009
14010	* src/textview.c
14011		MAEMO: fix failure of loading images inline
14012		MAEMO: fix bug 1349, 'Emails still skip to end
14013		when opened (in certain circumstances)...'
14014
140152007-11-07 [colin]	3.0.2cvs126
14016
14017	* src/toolbar.c
14018		Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
14019
140202007-11-07 [colin]	3.0.2cvs125
14021
14022	* src/toolbar.c
14023		Re-change the string occurence of A_CLAWS_ACTIONS
14024		to A_SYL_ACTIONS, to prevent parse errors of the
14025		toolbar_*.xml files
14026
140272007-11-07 [colin]	3.0.2cvs124
14028
14029	* src/mimeview.c
14030	* src/prefs_common.c
14031	* src/prefs_common.h
14032	* manual/advanced.xml
14033		Add an hidden pref, 'save_parts_readwrite';
14034		completes 3.0.2cvs35
14035
140362007-11-07 [paul]	3.0.2cvs123
14037
14038	* src/prefs_toolbar.c
14039	* src/toolbar.c
14040	* src/toolbar.h
14041		rename ToolbarSylpheedActions to ToolbarClawsActions
14042		rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
14043
140442007-11-07 [paul]	3.0.2cvs122
14045
14046	* src/toolbar.c
14047		MAEMO: remove tooltips
14048
140492007-11-07 [colin]	3.0.2cvs121
14050
14051	* src/plugins/pgpinline/pgpinline.c
14052		Fix bug 1377, 'unspecific errors on
14053		signature checking'. Fix trimming of
14054		UTF8 data.
14055
140562007-11-06 [iwkse]	3.0.2cvs120
14057
14058	* src/prefs_summary_open.c
14059		yet a string change
14060
140612007-11-06 [paul]	3.0.2cvs119
14062
14063	* tools/Makefile.am
14064	* tools/README
14065	* tools/csv2addressbook.pl
14066		add a new script that imports a CSV formatted
14067		address book. Becky and Thunderbird address
14068		book are currently supported.
14069
140702007-11-05 [colin]	3.0.2cvs118
14071
14072	* src/imap.c
14073		Fix deletion
14074
140752007-11-05 [iwkse]	3.0.2cvs117
14076
14077	* src/prefs_summary_open.c
14078		String changes
14079
140802007-11-04 [paul]	3.0.2cvs116
14081
14082	* src/addressbook_foldersel.c
14083		fix gtk critical warning
14084		Patch by Pawel Pekala
14085
140862007-11-04 [paul]	3.0.2cvs115
14087
14088	* tools/README
14089	* tools/claws-mail-compose-insert-files.pl
14090		add --bcc and uri_escape() everything
14091
140922007-11-04 [paul]	3.0.2cvs114
14093
14094	* src/gtk/gtkutils.c
14095		gtkut_stock_with_text_button_set_create(): set
14096		GTK_CAN_DEFAULT on buttons 2 and 3
14097
140982007-11-03 [paul]	3.0.2cvs113
14099
14100	* src/common/utils.c
14101		fix debian bug #448814, 'mailto: URI decoding
14102		desn't decode the destination address field'
14103		Patch by Federico Heinz <fheinz@vialibre.org.ar>
14104
141052007-11-03 [paul]	3.0.2cvs112
14106
14107	* AUTHORS
14108	* src/compose.c
14109	* src/gtk/authors.h
14110		allow Bcc in commandline URIs
14111		(based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
14112
141132007-11-02 [colin]	3.0.2cvs111
14114
14115	* src/addressbook.c
14116		Maybe fix bug 1376, 'crash on
14117		addressbook manipulation'
14118
141192007-10-31 [paul]	3.0.2cvs110
14120
14121	* src/ldapupdate.c
14122		fix bug 1375, 'Impossible to modify e-mail
14123		in LDAP addressbook twice'
14124		Patch by Michael Rasmussen
14125
141262007-10-30 [paul]	3.0.2cvs109
14127
14128	* configure.ac
14129		enable GnuTLS support with --enable-gnutls which
14130		will disable openssl support. if the user has
14131		gtk >= 2.10.x don't allow gnomeprint even if the
14132		user asks for it
14133
141342007-10-30 [paul]
14135
14136	3.1.0-rc1 released
14137
141382007-10-30 [paul]	3.0.2cvs108
14139
14140	* Makefile.am
14141		add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14142
141432007-10-30 [paul]	3.0.2cvs107
14144
14145	* src/expldifdlg.c
14146	* src/prefs_account.c
14147	* src/prefs_folder_item.c
14148	* src/prefs_spelling.c
14149	* src/prefs_themes.c
14150	* src/wizard.c
14151	* src/gtk/gtkaspell.c
14152	* src/gtk/gtkaspell.h
14153	* src/plugins/spamassassin/spamassassin_gtk.c
14154		replace deprecated gtk_option_menu...
14155		patch by Pawel Pekala
14156
141572007-10-29 [colin]	3.0.2cvs106
14158
14159	* src/plugins/dillo_viewer/dillo_prefs.c
14160		Fix forgotten signal connect
14161
141622007-10-28 [colin]	3.0.2cvs105
14163
14164	* src/plugins/dillo_viewer/dillo_prefs.c
14165	* src/plugins/dillo_viewer/dillo_prefs.h
14166	* src/plugins/dillo_viewer/dillo_viewer.c
14167		Implement addressbook-based whitelisting for loading
14168		remote images. Fixed missing destroy of the embedded
14169		browser that made a Dillo window pop up on exit, if
14170		an HTML part was displayed.
14171
141722007-10-26 [colin]	3.0.2cvs104
14173
14174	* src/edittags.c
14175		Add missing static
14176
141772007-10-25 [colin]	3.0.2cvs103
14178
14179	* src/editaddress.c
14180		Add tap-and-hold on the picture, for Maemo
14181	* src/edittags.c
14182	* src/edittags.h
14183	* src/mainwindow.c
14184	* src/procmsg.c
14185	* src/summaryview.c
14186	* src/textview.c
14187		Unify tag interfaces.
14188
141892007-10-25 [colin]	3.0.2cvs102
14190
14191	* src/imap.c
14192	* src/etpan/imap-thread.h
14193		Much better error handling. We'll need to be really
14194		clear to users about where errors come from, with
14195		the apparition of Gmail's IMAP server.
14196
141972007-10-24 [colin]	3.0.2cvs101
14198
14199	* src/edittags.c
14200	* src/mainwindow.c
14201	* src/summaryview.c
14202	* src/textview.c
14203		Add tags sorting (alphabetical); allow deletion of
14204		tags from the Apply Tags window
14205
142062007-10-24 [colin]	3.0.2cvs100
14207
14208	* src/editaddress.c
14209	* src/editaddress_other_attributes_ldap.c
14210	* src/editaddress_other_attributes_ldap.h
14211	* src/ldapctrl.c
14212	* src/ldapquery.c
14213	* src/ldapupdate.c
14214		Fix LDAP writing (got broken in cvs39)
14215		Add read-only support for jpegPhoto LDAP field
14216
142172007-10-23 [colin]	3.0.2cvs99
14218
14219	* src/news.c
14220		Fix crash in some cases
14221
142222007-10-22 [colin]	3.0.2cvs98
14223
14224	* src/common/socket.h
14225	* src/common/ssl.c
14226		Fix big leak in GnuTLS code
14227
142282007-10-22 [colin]	3.0.2cvs97
14229
14230	* src/news.c
14231		Fix bug 1368, 'SIGSEGV in NNTP code'
14232
142332007-10-22 [colin]	3.0.2cvs96
14234
14235	* src/prefs_customheader.c
14236		Catch compface warnings when generating X-Faces
14237
142382007-10-22 [wwp]	3.0.2cvs95
14239
14240	* src/quote_fmt_parse.y
14241		Remove accidentally committed debug traces.
14242		Fix a warning.
14243
142442007-10-22 [colin]	3.0.2cvs94
14245
14246	* src/etpan/nntp-thread.c
14247		Fix authentication
14248
142492007-10-19 [wwp]	3.0.2cvs93
14250
14251	* src/common/ssl_certificate.c
14252		Add missing include (Windows).
14253
142542007-10-19 [colin]	3.0.2cvs92
14255
14256	* src/imap_gtk.c
14257	* src/mimeview.c
14258	* src/textview.c
14259	* src/gtk/inputdialog.c
14260	* src/gtk/inputdialog.h
14261		Remove the last old combo; patch by
14262		Pawel
14263
142642007-10-19 [colin]	3.0.2cvs91
14265
14266	* src/common/ssl.c
14267		Fix interop problem with GnuTLS and some crappy
14268		servers that have very little keys.
14269
142702007-10-19 [colin]	3.0.2cvs90
14271
14272	* src/common/ssl.c
14273		Fix return value check on GnuTLS, and
14274		display the error
14275
142762007-10-18 [colin]	3.0.2cvs89
14277
14278	* src/common/ssl_certificate.c
14279		Fix missing initialisations
14280
142812007-10-18 [wwp]	3.0.2cvs88
14282
14283	* src/Makefile.am
14284		Fix linking against GNUTLS (matters if --enable-gnutls only).
14285
142862007-10-18 [colin]	3.0.2cvs87
14287
14288	* po/POTFILES.in
14289		Fix build
14290
142912007-10-18 [mones]	3.0.2cvs86
14292
14293	* src/editbook.c
14294	* src/import.c
14295	* src/prefs_account.c
14296	* src/prefs_receive.c
14297	* src/gtk/about.c
14298	* src/plugins/bogofilter/bogofilter_gtk.c
14299	* src/plugins/spamassassin/spamassassin_gtk.c
14300		More capitalisation micro-fixes
14301
143022007-10-18 [paul]	3.0.2cvs85
14303
14304	* configure.ac
14305		add info about NNTP support via libetpan
14306		change the configure output ending msg a little
14307	* src/gtk/about.c
14308		similar changes to above
14309
143102007-10-18 [colin]	3.0.2cvs84
14311
14312	* src/procmime.c
14313	* src/procmime.h
14314		Fix missing symbol for S/MIME
14315
143162007-10-18 [colin]	3.0.2cvs83
14317
14318	* src/prefs_filtering_action.c
14319		Fix crash in tags (introduced in cvs78)
14320
143212007-10-18 [colin]	3.0.2cvs82
14322
14323	* src/common/Makefile.am
14324	* src/common/nntp.c
14325	* src/common/nntp.h
14326	* src/etpan/Makefile.am
14327	* src/etpan/etpan-thread-manager-types.h
14328	* src/etpan/etpan-thread-manager.c
14329	* src/etpan/imap-thread.c
14330	* src/etpan/nntp-thread.c
14331	* src/etpan/nntp-thread.h
14332	* src/news.c
14333	* src/news.h
14334		Rewrite the nntp implementation
14335		to use libetpan. Non-blocking NNTP!
14336	* src/account.c
14337	* src/crash.c
14338	* src/imap.c
14339	* src/inc.c
14340	* src/main.c
14341	* src/mainwindow.c
14342	* src/pop.c
14343	* src/pop.h
14344	* src/prefs_account.c
14345	* src/recv.c
14346	* src/recv.h
14347	* src/send_message.c
14348	* src/send_message.h
14349	* src/ssl_manager.c
14350	* src/ssl_manager.h
14351	* src/wizard.c
14352	* src/common/claws.c
14353	* src/common/session.c
14354	* src/common/session.h
14355	* src/common/smtp.c
14356	* src/common/smtp.h
14357	* src/common/socket.c
14358	* src/common/socket.h
14359	* src/common/ssl.c
14360	* src/common/ssl.h
14361	* src/common/ssl_certificate.c
14362	* src/common/ssl_certificate.h
14363	* src/gtk/about.c
14364	* src/gtk/sslcertwindow.c
14365	* src/gtk/sslcertwindow.h
14366		Implement GnuTLS support. GnuTLS support
14367		will be used if OpenSSL isn't available, or
14368		specified explicitely. (the reason is that
14369		GnuTLS cerficate checking is a bit less
14370		practical than OpenSSL's)
14371
143722007-10-18 [paul]	3.0.2cvs81
14373
14374	* src/gtk/inputdialog.c
14375	* src/gtk/inputdialog.h
14376		fix copyright header
14377
143782007-10-17 [colin]	3.0.2cvs80
14379
14380	* src/plugins/pgpcore/select-keys.c
14381                Fix bug which prevented encryption key
14382                auto-selection when two or more matched the
14383                email address, but only one isn't revoked
14384                or expired.
14385
143862007-10-17 [wwp]	3.0.2cvs79
14387
14388	* src/compose.c
14389	* src/quote_fmt.c
14390	* src/quote_fmt.h
14391	* src/quote_fmt_lex.l
14392	* src/quote_fmt_parse.y
14393		Templates can now attach files using |attach{filename}.
14394
143952007-10-17 [wwp]	3.0.2cvs78
14396
14397	* src/prefs_customheader.c
14398	* src/prefs_ext_prog.c
14399	* src/prefs_filtering_action.c
14400	* src/prefs_matcher.c
14401	* src/prefs_other.c
14402	* src/prefs_toolbar.c
14403	* src/gtk/combobox.c
14404	* src/gtk/combobox.h
14405	* src/gtk/gtkutils.c
14406	* src/gtk/gtkutils.h
14407	* src/plugins/bogofilter/bogofilter_gtk.c
14408	* src/plugins/spamassassin/spamassassin_gtk.c
14409		Removed almost all remaining instances of GtkCombo
14410		old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14411		few visual and code cleanup from Colin.
14412
144132007-10-16 [wwp]	3.0.2cvs77
14414	* src/gtk/pluginwindow.c
14415		Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14416
144172007-10-15 [colin]	3.0.2cvs76
14418
14419	* src/edittags.c
14420	* src/edittags.h
14421	* src/filtering.c
14422	* src/filtering.h
14423	* src/importmutt.c
14424	* src/importpine.c
14425	* src/main.c
14426	* src/messageview.c
14427	* src/messageview.h
14428	* src/mimeview.c
14429	* src/mimeview.h
14430	* src/pop.c
14431	* src/pop.h
14432	* src/prefs_common.c
14433	* src/prefs_common.h
14434	* src/prefs_customheader.c
14435	* src/prefs_customheader.h
14436	* src/prefs_display_header.c
14437	* src/prefs_display_header.h
14438	* src/prefs_filtering_action.c
14439	* src/prefs_filtering_action.h
14440	* src/prefs_folder_column.c
14441	* src/prefs_folder_column.h
14442	* src/prefs_folder_item.c
14443	* src/prefs_folder_item.h
14444	* src/prefs_gtk.c
14445	* src/prefs_gtk.h
14446	* src/prefs_logging.h
14447	* src/prefs_matcher.c
14448	* src/prefs_matcher.h
14449	* src/prefs_summary_column.c
14450	* src/prefs_summary_column.h
14451	* src/prefs_summary_open.c
14452	* src/procheader.c
14453	* src/procheader.h
14454	* src/procmime.c
14455	* src/procmime.h
14456	* src/recv.c
14457	* src/recv.h
14458	* src/sourcewindow.c
14459	* src/sourcewindow.h
14460	* src/summaryview.c
14461	* src/summaryview.h
14462	* src/textview.c
14463	* src/textview.h
14464	* src/toolbar.c
14465	* src/toolbar.h
14466	* src/common/mgutils.c
14467	* src/common/mgutils.h
14468	* src/common/nntp.c
14469	* src/common/nntp.h
14470	* src/common/prefs.c
14471	* src/common/prefs.h
14472	* src/common/socket.c
14473	* src/common/socket.h
14474	* src/common/stringtable.c
14475	* src/common/stringtable.h
14476	* src/common/template.c
14477	* src/common/template.h
14478	* src/common/uuencode.c
14479	* src/common/uuencode.h
14480	* src/gtk/gtkshruler.c
14481	* src/gtk/gtkshruler.h
14482	* src/gtk/menu.c
14483	* src/gtk/menu.h
14484	* src/gtk/progressdialog.c
14485	* src/gtk/progressdialog.h
14486		Remove/staticalize, the return of the revenge
14487
144882007-10-15 [colin]	3.0.2cvs75
14489
14490	* src/matcher.c
14491		Fix redirections in filtering's tests
14492
144932007-10-15 [colin]	3.0.2cvs74
14494
14495	* src/imap.c
14496		Don't build imap_synchronise at all when
14497		building without libetpan
14498
144992007-10-14 [colin]	3.0.2cvs73
14500
14501	* src/imap.c
14502	* src/common/md5.c
14503	* src/common/md5.h
14504	* src/gtk/manage_window.c
14505	* src/gtk/manage_window.h
14506		Remove more unused code
14507
145082007-10-14 [colin]	3.0.2cvs72
14509
14510	* src/addrquery.c
14511	* src/addrquery.h
14512	* src/recv.c
14513	* src/recv.h
14514	* src/vcard.c
14515	* src/vcard.h
14516	* src/common/xml.c
14517	* src/common/xml.h
14518	* src/common/xmlprops.c
14519	* src/common/xmlprops.h
14520		Remove more unused code
14521
145222007-10-14 [colin]	3.0.2cvs71
14523
14524	* src/common/utils.c
14525		Remove unused function
14526
145272007-10-13 [colin]	3.0.2cvs70
14528
14529	* src/imap.c
14530	* src/imap.h
14531	* src/mainwindow.c
14532	* src/mainwindow.h
14533	* src/gtk/gtkutils.c
14534	* src/gtk/gtkutils.h
14535		Staticalise/Remove more code
14536
145372007-10-13 [colin]	3.0.2cvs69
14538
14539	* src/common/utils.c
14540	* src/common/utils.h
14541		Remove dead code, unused for ages
14542
145432007-10-13 [colin]	3.0.2cvs68
14544
14545	* src/main.c
14546	* src/main.h
14547		Maemo: define hildon_program in main.c,
14548		make it accessible in the .h with extern
14549
145502007-10-13 [paul]	3.0.2cvs67
14551
14552	* src/gtk/menu.c
14553		fix a bunch of runtime warnings on maemo
14554
145552007-10-13 [paul]	3.0.2cvs66
14556
14557	* src/main.c
14558	* src/main.h
14559	* src/gtk/gtkutils.c
14560	* src/gtk/gtkutils.h
14561		fix a bunch of compiler warnings on maemo
14562
145632007-10-12 [colin]	3.0.2cvs65
14564
14565	* src/account.c
14566	* src/addritem.c
14567	* src/addritem.h
14568	* src/filtering.c
14569	* src/filtering.h
14570	* src/folder.c
14571	* src/folder.h
14572	* src/common/utils.c
14573	* src/common/utils.h
14574		Remove unused code, staticalise some functions
14575
145762007-10-12 [paul]	3.0.2cvs64
14577
14578	* src/account.c
14579	* src/folderview.c
14580	* src/main.c
14581	* src/mainwindow.c
14582	* src/messageview.c
14583	* src/summary_search.c
14584	* src/summaryview.c
14585	* src/toolbar.c
14586	* src/wizard.c
14587	* src/common/utils.c
14588	* src/gtk/prefswindow.c
14589		fix a bunch of compiler warnings on maemo
14590
145912007-10-11 [colin]	3.0.2cvs63
14592
14593	* src/editaddress.c
14594		Make static function static
14595
145962007-10-11 [mones]	3.0.2cvs62
14597
14598	* src/addrduplicates.c
14599	* src/addressbook.c
14600	* src/compose.c
14601	* src/expldifdlg.c
14602	* src/mainwindow.c
14603	* src/messageview.c
14604	* src/pop.c
14605	* src/prefs_customheader.c
14606	* src/prefs_send.c
14607	* src/prefs_themes.c
14608	* src/common/plugin.c
14609	* src/gtk/pluginwindow.c
14610	* src/gtk/quicksearch.c
14611		Fix several typos and capitalisation issues
14612
146132007-10-11 [wwp]	3.0.2cvs61
14614
14615	* src/editaddress.c
14616		Fix a warning about possible use of uninitialized
14617		filename var.
14618
146192007-10-11 [wwp]	3.0.2cvs60
14620
14621	* src/editaddress.c
14622		Disable "Unset picture" menu item when there's
14623		no picture to clear. Fix an extraneous g_unref_object,
14624		add missing initializers.
14625
146262007-10-11 [wwp]	3.0.2cvs59
14627
14628	* src/pixmaps/anonymous.xpm
14629	* src/editaddress.c
14630	* src/Makefile.am
14631	* src/stock_pixmap.c
14632	* src/stock_pixmap.h
14633		Fix a leak, gettext-ize the photo label.
14634		Don't clear the existing picture if loading
14635		a new one fails. Use a default 'anonymous'
14636		picture (this new xpm has been added to the
14637		internal stock_pixmap API). Add a
14638		"Set picture" context menu entry.
14639
146402007-10-11 [colin]	3.0.2cvs58
14641
14642	* src/messageview.c
14643		Make shift-shortcuts work
14644	* src/prefs_actions.c
14645		Don't ask if we really want to close when
14646		choosing OK and only the list is changed
14647	* src/prefs_template.c
14648		Don't ask if we really want to close when
14649		choosing OK and only the list is changed
14650	* src/common/plugin.c
14651		Fix writing of second [Plugins_*] block
14652	* src/common/template.c
14653		Remove unused files (fixes deletion)
14654
146552007-10-10 [paul]	3.0.2cvs57
14656
14657	* src/prefs_template.c
14658		put the whole thing in a scrolled window
14659		so that half the page is no longer inaccessible
14660		on maemo
14661		make the gtk_text_view smaller on maemo
14662
146632007-10-10 [colin]	3.0.2cvs56
14664
14665	* src/compose.c
14666		Fix updating of Attachments number in some
14667		cases (reedit, attach from command-line, ...)
14668
146692007-10-10 [colin]	3.0.2cvs55
14670
14671	* src/editaddress.c
14672		Initialise error correctly
14673
146742007-10-10 [paul]	3.0.2cvs54
14675
14676	* src/prefs_filtering_action.c
14677	* src/gtk/description_window.c
14678	* src/gtk/foldersort.c
14679	* src/gtk/quicksearch.c
14680		get rid of some pointless new lines and
14681		make the descripton labels wrap better
14682
146832007-10-10 [colin]	3.0.2cvs53
14684
14685	* src/addressadd.c
14686	* src/editaddress.c
14687	* src/headerview.c
14688	* src/textview.c
14689		More error handling on saving pictures
14690
146912007-10-10 [colin]	3.0.2cvs52
14692
14693	* src/printing.c
14694	* src/printing.h
14695		Generalize a bit printing, so we can factorize
14696		most of the code.
14697
146982007-10-10 [paul]	3.0.2cvs51
14699
14700	* src/addrduplicates.c
14701		fix engrish
14702		use GTK_STOCK... buttons
14703
147042007-10-10 [paul]	3.0.2cvs50
14705
14706	* src/addressadd.c
14707	* src/addrindex.c
14708	* src/editaddress.c
14709		Fix previous patch
14710		Thanks to Colin
14711
147122007-10-10 [paul]	3.0.2cvs49
14713
14714	* src/summaryview.c
14715	* src/messageview.c
14716		Fix crash on Add sender to addressbook when
14717		From is null
14718	* src/addressadd.c
14719	* src/addrindex.c
14720	* src/editaddress.c
14721	* src/editaddress_other_attributes_ldap.h
14722		Fix leaks
14723		Rename images to .png in addrbook/
14724	* src/headerview.c
14725	* src/textview.c
14726		Fix Face/X-Face being used if adding another
14727		address than sender to addressbook
14728		Thanks to Colin
14729
147302007-10-10 [holger]	3.0.2cvs48
14731
14732	* src/addrduplicates.c
14733	* src/editaddress.c
14734		Improvements to the addressbook duplicate finder
14735		feature:
14736		 - add an edit button to the button bar
14737		 - display the whole bookname (with iface) and
14738		   use this for same-book checking
14739		 - after editing, try to keep selections if the
14740		   entries are still present
14741		 - sort the email column alphabetically
14742		 - put results in a scrolled window
14743		 - support embedded editing
14744		 - make columns in detail view resizable
14745		 - add keyboard shortcuts
14746
147472007-10-10 [wwp]	3.0.2cvs47
14748
14749	* src/addrindex.c
14750		Fix a crash when there's no From: in email, thanks to Colin.
14751
147522007-10-09 [paul]	3.0.2cvs46
14753
14754	* src/messageview.c
14755	* src/summaryview.c
14756	* src/textview.c
14757		fix building without compface support
14758
147592007-10-09 [colin]	3.0.2cvs45
14760
14761	* src/editaddress.c
14762	* src/headerview.c
14763	* src/textview.c
14764		Add error handling
14765
147662007-10-09 [colin]	3.0.2cvs44
14767
14768	* src/addrduplicates.c
14769	* src/addressadd.c
14770	* src/addressadd.h
14771	* src/addressbook.c
14772	* src/addressbook.h
14773	* src/addrindex.c
14774	* src/addrindex.h
14775	* src/addritem.c
14776	* src/addritem.h
14777	* src/compose.c
14778	* src/editaddress.c
14779	* src/editaddress_other_attributes_ldap.h
14780	* src/headerview.c
14781	* src/messageview.c
14782	* src/mimeview.c
14783	* src/summaryview.c
14784	* src/textview.c
14785	* src/gtk/gtkutils.c
14786		Automatically set contacts' pictures from Face
14787		or X-Face if they have no picture
14788		Display the contact picture in textview or
14789		headerview for mails sent by people in the
14790		addressbook, that have no Face or X-Face
14791		Fix a few details in the Person edition dialog
14792		(ability to unset picture)
14793		Remove picture file when deleting contacts
14794
147952007-10-09 [iwkse]	3.0.2cvs43
14796
14797	* src/gtk/about.c
14798		center the about window
14799
148002007-10-09 [paul]	3.0.2cvs42
14801
14802	* src/prefs_toolbar.c
14803		fix icon selector window on maemo
14804
148052007-10-09 [paul]	3.0.2cvs41
14806
14807	* src/messageview.c
14808		add 'go to' menu to separate msgview
14809
148102007-10-09 [colin]	3.0.2cvs40
14811
14812	* src/common/defs.h
14813		Add forgotten file
14814
148152007-10-09 [iwkse]	3.0.2cvs39
14816
14817	* Makefile.am
14818	* src/addressbook.c
14819	* src/addritem.c
14820	* src/addritem.h
14821	* src/editaddress.c
14822	* src/editaddress_other_attributes_ldap.h
14823	* src/addrbook.c
14824	* src/Makefile.am
14825		set a photo in the Addressbook
14826
148272007-10-08 [colin]	3.0.2cvs38
14828
14829	* src/prefs_toolbar.c
14830		Make height 320 to remove the scrollbar
14831		(with current number of icons)
14832
148332007-10-08 [colin]	3.0.2cvs37
14834
14835	* src/prefs_toolbar.c
14836		Transform the treeview to a GtkIconView.
14837		Patch by Pawel
14838		In addition, transform the window so that
14839		it looks like a popup menu. Patch by me
14840
148412007-10-08 [colin]	3.0.2cvs36
14842
14843	* src/compose.c
14844	* src/compose.h
14845		Beautify the GUI a bit; in particular, show the
14846		number of attachments in the tab's title.
14847		Patch by Pawel
14848
148492007-10-08 [paul]	3.0.2cvs35
14850
14851	* src/mimeview.c
14852		Save users from themselves: save temporary
14853		files used for Open/Open with as read-only.
14854		Thanks to Colin
14855
148562007-10-08 [paul]	3.0.2cvs34
14857
14858	* tools/Makefile.am
14859		forgot this in cvs33
14860
148612007-10-08 [paul]	3.0.2cvs33
14862
14863	* tools/kdeservicemenu/README
14864	* tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14865	* tools/kdeservicemenu/install.sh
14866	* tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14867		renamed template* to *template so as not to confuse
14868		lintian
14869
148702007-10-08 [paul]	3.0.2cvs32
14871
14872	* src/prefs_themes.c
14873	* src/stock_pixmap.c
14874		replace 2 direct uses of RC_DIR
14875
148762007-10-07 [colin]	3.0.2cvs31
14877
14878	* src/addrduplicates.c
14879	* src/addrduplicates.h
14880	* src/addressbook.c
14881	* src/addressbook.h
14882	* src/addrindex.c
14883	* src/addrindex.h
14884		Implement deletion in duplicate finder.
14885		Patch by Holger
14886
148872007-10-07 [colin]	3.0.2cvs30
14888
14889	* src/exporthtml.c
14890	* src/mbox.c
14891	* src/common/utils.c
14892		Better fix for Solaris, thanks to Nicolas Doualot
14893
148942007-10-07 [colin]	3.0.2cvs29
14895
14896	* AUTHORS
14897	* src/gtk/authors.h
14898		Add Frank Dietrich
14899
149002007-10-07 [colin]	3.0.2cvs28
14901
14902	* src/exporthtml.c
14903		Fix HTML export to make it more compliant
14904		Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14905
149062007-10-07 [colin]	3.0.2cvs27
14907
14908	* src/prefs_toolbar.c
14909		Only use icons that wouldn't look stupid in the toolbar
14910		Patch by Pawel
14911
149122007-10-07 [colin]	3.0.2cvs26
14913
14914	* src/prefs_toolbar.c
14915		Fix old icon being used when none is selected
14916
149172007-10-07 [colin]	3.0.2cvs25
14918
14919	* src/toolbar.c
14920		Fix copy/paste error
14921
149222007-10-07 [colin]	3.0.2cvs24
14923
14924	* src/prefs_toolbar.c
14925	* src/toolbar.c
14926	* src/toolbar.h
14927		Update icon to default one when changing event
14928		Make the icon chooser nicer (handle Esc, Enter,
14929		double-click)
14930
149312007-10-06 [colin]	3.0.2cvs23
14932
14933	* src/prefs_toolbar.c
14934		Fix text reset; patch by Pawel
14935
149362007-10-06 [colin]	3.0.2cvs22
14937
14938	* src/toolbar.h
14939		Complete previous commit
14940
149412007-10-06 [colin]	3.0.2cvs21
14942
14943	* src/prefs_toolbar.c
14944	* src/toolbar.c
14945		Set toolbar text automatically to the default
14946		when changing Event executed on click
14947
149482007-10-06 [colin]	3.0.2cvs20
14949
14950	* src/prefs_toolbar.c
14951		Invert Text and Event fields
14952
149532007-10-06 [colin]	3.0.2cvs19
14954
14955	* src/prefs_toolbar.c
14956	* src/toolbar.c
14957		Make toolbar prefs look much better
14958		Patch by Pawel Pekala
14959
149602007-10-06 [paul]	3.0.2cvs18
14961
14962	* src/account.c
14963	* src/prefs_filtering.c
14964		fix checkbuttons in gtktreeview on maemo by
14965		setting maemo's "allow-checkbox-mode" to FALSE
14966
149672007-10-06 [colin]	3.0.2cvs17
14968
14969	* configure.ac
14970		Export -DSOLARIS in CFLAGS for all
14971		Solaris (not just 2.8) and OpenSolaris
14972
149732007-10-06 [paul]	3.0.2cvs16
14974
14975	* AUTHORS
14976	* src/exporthtml.c
14977	* src/mbox.c
14978	* src/gtk/authors.h
14979		fix build on solaris where ctime_r takes
14980		3 arguments rather than 2.
14981		Patch by Nicolas Doualot <slubman.lists@slubman.info>
14982
149832007-10-05 [colin]	3.0.2cvs15
14984
14985	* src/etpan/imap-thread.c
14986		Fix wrong error codepath
14987
149882007-10-05 [wwp]	3.0.2cvs14
14989
14990	* src/filtering.c
14991		Fix unexpected logging of quicksearches:
14992		debug_filtering_session flag was never reset to FALSE, causing
14993		matcher functions to log when called from a quicksearch
14994		(if a filtering session happened before).
14995
149962007-10-05 [paul]	3.0.2cvs13
14997
14998	* src/prefs_actions.c
14999	* src/prefs_filtering.c
15000	* src/prefs_template.c
15001		fix bug 1343, 'Filtering..'s close button
15002		silently discards new filter'
15003		Thanks to Colin
15004
150052007-10-05 [paul]	3.0.2cvs12
15006
15007	* configure.ac
15008	* src/Makefile.am
15009		fix bug 1347, '-Wno-unused-function, optional'
15010
150112007-10-05 [colin]	3.0.2cvs11
15012
15013	* src/procmime.c
15014	* src/common/mgutils.c
15015		Fix warnings
15016
150172007-10-05 [mones]	3.0.2cvs10
15018
15019	* manual/advanced.xml
15020		Use full menu name
15021	* manual/es/advanced.xml
15022		Synchronise translation
15023
150242007-10-04 [colin]	3.0.2cvs9
15025
15026	* src/action.c
15027	* src/addrbook.c
15028	* src/addrindex.c
15029	* src/compose.c
15030	* src/exporthtml.c
15031	* src/exportldif.c
15032	* src/folder.c
15033	* src/main.c
15034	* src/matcher.c
15035	* src/mbox.c
15036	* src/messageview.c
15037	* src/mh.c
15038	* src/news.c
15039	* src/partial_download.c
15040	* src/pop.c
15041	* src/procmime.c
15042	* src/procmsg.c
15043	* src/toolbar.c
15044	* src/common/log.c
15045	* src/common/mgutils.c
15046	* src/common/plugin.c
15047	* src/common/utils.c
15048	* src/common/xml.c
15049	* src/common/xml.h
15050	* src/common/xmlprops.c
15051	* src/common/xmlprops.h
15052	* src/plugins/bogofilter/bogofilter.c
15053	* src/plugins/clamav/clamav_plugin.c
15054	* src/plugins/dillo_viewer/dillo_prefs.c
15055	* src/plugins/pgpcore/prefs_gpg.c
15056	* src/plugins/pgpinline/pgpinline.c
15057	* src/plugins/pgpmime/pgpmime.c
15058	* src/plugins/spamassassin/spamassassin.c
15059	* src/plugins/trayicon/trayicon_prefs.c
15060		Verify success on writes. Will fix possible strange
15061		failure on disk full.
15062
150632007-10-04 [paul]	3.0.2cvs8
15064
15065	* manual/advanced.xml
15066		add further info about Actions
15067		Patch by Emmanuel Briot <briot@adacore.com>
15068
150692007-10-04 [paul]	3.0.2cvs7
15070
15071	* src/account.c
15072		remove the D column, instead indicate the
15073		default account by use of bold text
15074
150752007-10-03 [colin]	3.0.2cvs6
15076
15077	* src/common/template.c
15078		Fix templates writing (was prone to disk full problems)
15079
150802007-10-03 [colin]	3.0.2cvs5
15081
15082	* src/Makefile.am
15083	* src/addrduplicates.c
15084	* src/addrduplicates.h
15085	* src/addressbook.c
15086		Add duplicate deletion. Patch by Holger
15087
150882007-10-03 [colin]	3.0.2cvs4
15089
15090	* src/matcher.c
15091	* src/gtk/quicksearch.c
15092		Fix bug 1340, 'Case insensitive searches with
15093		non-ascii alphabets fail'.
15094
150952007-10-03 [colin]	3.0.2cvs3
15096
15097	* src/main.c
15098	* src/common/utils.c
15099	* src/common/utils.h
15100		Implement run-time alternative config directories
15101
151022007-10-03 [colin]	3.0.2cvs2
15103
15104	* src/folderview.c
15105		Prevent opening folder item while folder
15106		is scanned in a better way
15107
151082007-10-02 [paul]	3.0.2cvs1
15109
15110	* NEWS
15111	* README
15112	* RELEASE_NOTES
15113	* configure.ac
15114		bump up version number following stable release
15115
151162007-09-30 [colin]	3.0.1cvs49
15117
15118	* src/imap.c
15119		Refresh session if needed
15120
151212007-09-30 [colin]	3.0.1cvs48
15122
15123	* src/imap.c
15124		Reset folder's session to NULL
15125		before destroying it
15126
151272007-09-30 [mones]	3.0.1cvs47
15128
15129	* manual/handling.xml
15130		Use markup quotes instead hardcoded quotes
15131	* manual/es/handling.xml
15132		Added new synced section (IMAP subscriptions)
15133
151342007-09-29 [colin]	3.0.1cvs46
15135
15136	* src/imap.c
15137		Notice disconnections faster
15138
151392007-09-28 [colin]	3.0.1cvs45
15140
15141	* src/addressbook.c
15142	* src/addrindex.c
15143		Fix warnings
15144
151452007-09-28 [paul]	3.0.1cvs44
15146
15147	* src/mimeview.c
15148		fix maemo build
15149
151502007-09-28 [paul]	3.0.1cvs43
15151
15152	* src/account.c
15153		use gtk_widget_set_size_request() on the label
15154		so that wrapping works better. get rid of the
15155		(partially deprecated) hbutton_box.
15156		these changes should prevent buttons overlapping
15157		on maemo
15158
151592007-09-28 [colin]	3.0.1cvs42
15160
15161	* src/pop.c
15162		Fix typo :)
15163
151642007-09-28 [colin]	3.0.1cvs41
15165
15166	* src/compose.c
15167	* src/msgcache.c
15168	* src/pop.c
15169	* src/procmime.c
15170	* src/etpan/imap-thread.c
15171		64bits-related warning fixes
15172
151732007-09-28 [colin]	3.0.1cvs40
15174
15175	* src/folder_item_prefs.c
15176	* src/ldaputil.c
15177	* src/mainwindow.c
15178	* src/mimeview.c
15179	* src/common/tags.c
15180		Fix warnings
15181
151822007-09-28 [colin]	3.0.1cvs39
15183
15184	* src/plugins/spamassassin/spamassassin.c
15185	* src/plugins/spamassassin/spamassassin.h
15186	* src/plugins/spamassassin/spamassassin_gtk.c
15187		Add addressbook-based whitelisting
15188
151892007-09-28 [colin]	3.0.1cvs38
15190
15191	* src/folder.c
15192		Fix bug 1337, 'crash on pressing Send button'
15193
151942007-09-28 [paul]	3.0.1cvs37
15195
15196	* src/prefs_folder_item.c
15197		give the orphans a parent. makes all prefs
15198		pages visible on maemo
15199
152002007-09-28 [colin]	3.0.1cvs36
15201
15202	* src/prefs_folder_column.c
15203	* src/prefs_summary_column.c
15204		Fix two leaks
15205
152062007-09-27 [colin]	3.0.1cvs35
15207
15208	* src/gtk/quicksearch.c
15209		Fix bug 1336, 'Segfault if empty space before search-string'
15210
152112007-09-26 [mones]	3.0.1cvs34
15212
15213	* manual/account.xml
15214	* manual/plugins.xml
15215		Fixed irc channel name, added some docbook markup.
15216		Changed text markup to docbook markup.
15217		Added spamcop as supported in SpamReport description.
15218	* manual/fr/plugins.xml
15219		Fixed irc channel name.
15220	* manual/es/account.xml
15221	* manual/es/advanced.xml
15222	* manual/es/claws-mail-manual.xml
15223	* manual/es/glossary.xml
15224	* manual/es/gpl.xml
15225	* manual/es/keyboard.xml
15226	* manual/es/plugins.xml
15227		Synced with English version, fixed a couple of typos.
15228
152292007-09-26 [colin]	3.0.1cvs33
15230
15231	* configure.ac
15232		Explain why "Libgnomeprint: no" on GTK+ 2.10
15233
152342007-09-26 [colin]	3.0.1cvs32
15235
15236	* src/messageview.c
15237	* src/procmsg.c
15238	* src/procmsg.h
15239		Optimisation: avoid fetching mail 3 times locally
15240		for displaying
15241
152422007-09-26 [colin]	3.0.1cvs31
15243
15244	* src/mh.c
15245		Fix missing static
15246
152472007-09-26 [colin]	3.0.1cvs30
15248
15249	* src/folder.c
15250	* src/folder.h
15251	* src/mh.c
15252	* src/mh.h
15253		Fix MH mtime hack - make it a folder class function
15254
152552007-09-26 [colin]	3.0.1cvs29
15256
15257	* src/inc.c
15258		Fix bug 1334, 'user defined mail incorporation
15259		script not run'
15260
152612007-09-25 [colin]	3.0.1cvs28
15262
15263	* src/codeconv.c
15264		Optimisation: shortcut conv_codeset_strdup
15265		when src_code and dest_code are the same
15266	* src/common/xml.c
15267	* src/common/xml.h
15268		Optimisation: shortcut code conversions when
15269		files are in UTF-8; faster list walking by
15270		using prepend/reverse.
15271
152722007-09-25 [holger]	3.0.1cvs27
15273
15274	* src/printing.c
15275		Replace button bar of the preview window
15276		with a real toolbar (patch by Colin)
15277		Add zooming to the preview window
15278
152792007-09-24 [paul]	3.0.1cvs26
15280
15281	* src/compose.c
15282		compact the character set menu, adding some
15283		missing encodings. Patch by Pawel Pekala
15284
152852007-09-23 [paul]	3.0.1cvs25
15286
15287	* src/prefs_account.c
15288	* src/prefs_folder_item.c
15289	* src/prefs_quote.c
15290	* src/quote_fmt.c
15291	* src/quote_fmt.h
15292		remove unnecessary frame from Templates options
15293		and improve the English of the check button label
15294
152952007-09-22 [colin]	3.0.1cvs24
15296
15297	* src/gtk/quicksearch.c
15298		Fix bug 1329, 'error in quicksearch.c'
15299		Fix return with value in function returning void
15300
153012007-09-22 [colin]	3.0.1cvs23
15302
15303	* src/imap.c
15304	* src/procmsg.h
15305	* src/common/utils.c
15306	* src/common/utils.h
15307	* src/etpan/imap-thread.c
15308		Optimise fetching IMAP cached emails *a lot*
15309		(remember whether mail is fully cached and \r's
15310		 are already stripped)
15311
153122007-09-22 [colin]	3.0.1cvs22
15313
15314	* src/folder.c
15315	* src/folder.h
15316	* src/prefs_folder_item.c
15317		Add a button to allow users to drop local caches.
15318
153192007-09-21 [colin]	3.0.1cvs21
15320
15321	* src/summaryview.c
15322		Remove unnecessary error when cancelling export to mbox.
15323		Patch by Pawel
15324
153252007-09-21 [paul]	3.0.1cvs20
15326
15327	* src/gtk/prefswindow.c
15328		remove unnecessary frames from the prefs
15329		pages. Patch by Pawel Pekala
15330
153312007-09-21 [paul]	3.0.1cvs19
15332
15333	* src/prefs_account.c
15334	* src/prefs_folder_item.c
15335	* src/prefs_quote.c
15336	* src/quote_fmt.c
15337		put the Templates options into a tabbed
15338		layout. Patch by Pawel Pekala
15339
153402007-09-21 [paul]	3.0.1cvs18
15341
15342	* src/mainwindow.c
15343		group together the character set menu items
15344		move the /View/Show or hide/Message view below
15345		.../Toolbar menu item
15346		Patch by Pawel Pekala
15347
153482007-09-21 [mones]	3.0.1cvs17
15349
15350	* src/compose.c
15351		Fix for bug 1327, 'segfault when replying to a non-existent
15352		news message', thanks to Colin.
15353
153542007-09-21 [colin]	3.0.1cvs16
15355
15356	* src/folderview.c
15357		Complete 3.0.1cvs15
15358
153592007-09-20 [colin]	3.0.1cvs15
15360
15361	* src/folderview.c
15362	* src/folderview.h
15363		Maybe fix bug 1324, 'Corrupted IMAP cache'
15364
153652007-09-20 [colin]	3.0.1cvs14
15366
15367	* src/printing.c
15368		Fix a little leak
15369
153702007-09-20 [holger]	3.0.1cvs13
15371
15372	* src/printing.c
15373		Add page layout to print preview.
15374		Make the close-button in the toolbar
15375		right-aligned.
15376
153772007-09-20 [paul]	3.0.1cvs12
15378
15379	* po/ru.po
15380		updated by Pavlo Bohmat
15381
153822007-09-19 [colin]	3.0.1cvs11
15383
15384	* src/common/utils.c
15385		Prevent unquoted mime boundaries, by always
15386		using a /
15387
153882007-09-19 [colin]	3.0.1cvs10
15389
15390	* src/printing.c
15391		Fix drawing area size, fix DPI change that
15392		can cause total number of lines to decrease
15393
153942007-09-19 [colin]	3.0.1cvs9
15395
15396	* po/POTFILES.in
15397	* src/printing.c
15398		Make print preview more efficient and nicer.
15399		Patch mostly by Holger Berndt <hb@claws-mail.org>
15400
154012007-09-19 [colin]	3.0.1cvs8
15402
15403	* src/prefs_common.c
15404	* src/prefs_common.h
15405	* src/printing.c
15406		Add scrolledwindow, default allocation and
15407		size saving to the print preview window.
15408
154092007-09-18 [colin]	3.0.1cvs7
15410
15411	* src/prefs_common.c
15412	* src/prefs_common.h
15413	* src/prefs_image_viewer.c
15414	* src/printing.c
15415		GtkPrintOperation:
15416		- add image printing support
15417		- add option to print images
15418		- add preview widget
15419		- add saving of a few Page Setup parameters
15420
154212007-09-18 [colin]	3.0.1cvs6
15422
15423	* AUTHORS
15424	* src/gtk/authors.h
15425		Add Guillaume Chazarain
15426
154272007-09-18 [colin]	3.0.1cvs5
15428
15429	* src/common/utils.c
15430		Fix bug 1321, 'access before allocation
15431		when scanning for uris'. Patch by
15432		Guillaume Chazarain <guichaz@yahoo.fr>
15433
154342007-09-18 [colin]	3.0.1cvs4
15435
15436	* src/toolbar.c
15437		Fix bug 1320, 'Memory leak caused by
15438		gtk_container_get_children'. Patch by
15439		Guillaume Chazarain <guichaz@yahoo.fr>
15440
154412007-09-18 [colin]	3.0.1cvs3
15442
15443	* src/printing.c
15444	* src/printing.h
15445		Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15446
154472007-09-18 [colin]	3.0.1cvs2
15448
15449	* src/Makefile.am
15450	* src/mainwindow.c
15451	* src/messageview.c
15452	* src/messageview.h
15453	* src/prefs_ext_prog.c
15454	* src/prefs_fonts.c
15455	* src/printing.c
15456	* src/printing.h
15457	* src/summaryview.c
15458		Use GtkPrintOperation by default on GTK+ >= 2.10
15459		Patch by Holger Berndt <hb@claws-mail.org>
15460
154612007-09-18 [paul]	3.0.1cvs1
15462
15463	* NEWS
15464	* README
15465	* RELEASE_NOTES
15466	* configure.ac
15467		bump up version number following stable release
15468
154692007-09-16 [colin]	3.0.0cvs18
15470
15471	* src/folder.c
15472		Fix possible memleak
15473
154742007-09-16 [colin]	3.0.0cvs17
15475
15476	* src/folderview.c
15477		Fix bug 1311, 'Wrong arrow position
15478		while moving message into folder when
15479		column headers hidden'
15480	* src/image_viewer.c
15481		Show error in the GUI if image can't
15482		be loaded
15483	* src/matcher.c
15484		Fix spurious output
15485	* src/messageview.c
15486		Allow setting domain in msgid
15487	* src/common/plugin.c
15488		Add timing information
15489
154902007-09-16 [colin]	3.0.0cvs16
15491
15492	* src/account.c
15493	* src/compose.c
15494	* src/prefs_account.c
15495	* src/prefs_account.h
15496	* src/common/utils.c
15497		Remove Generate Message-ID option. We need
15498		this on some IMAP servers.
15499	* src/prefs_template.c
15500		Fix double-free
15501
155022007-09-16 [colin]	3.0.0cvs15
15503
15504	* src/prefs_filtering.c
15505	* src/prefs_filtering.h
15506	* src/prefs_filtering_action.c
15507	* src/common/tags.c
15508		Fix tags issues: tags with spaces, renaming
15509		tags.
15510
155112007-09-16 [colin]	3.0.0cvs14
15512
15513	* src/folderview.c
15514	* src/main.c
15515	* src/mainwindow.c
15516		Fix bug 1308, 'Claws deletes folderlist.xml after
15517		fetching mail short after start-up'
15518
155192007-09-16 [colin]	3.0.0cvs13
15520
15521	* src/compose.c
15522		Fix scrolling to cursor
15523
155242007-09-16 [paul]	3.0.0cvs12
15525
15526	* po/sr.po
15527		updated by Aleksandar Urosevic
15528
155292007-09-16 [paul]	3.0.0cvs11
15530
15531	* src/folder.c
15532		do not allow locked msgs to be deleted,
15533		even by filtering/processing
15534
155352007-09-07 [paul]	3.0.0cvs10
15536
15537	* src/prefs_folder_column.c
15538	* src/prefs_summary_column.c
15539		implement button sensitivity
15540		patch by Pawel Pekala
15541
155422007-09-06 [wwp]	3.0.0cvs9
15543
15544	* src/prefs_gtk.c
15545		Add a missing linefeed to a debug message.
15546
155472007-09-05 [colin]	3.0.0cvs8
15548
15549	* src/inc.c
15550		Fix statusbar/window mismatch on Maemo
15551
155522007-09-05 [colin]	3.0.0cvs7
15553
15554	* src/ldaputil.c
15555		Fix build without USE_LDAP_TLS
15556
155572007-09-05 [colin]	3.0.0cvs6
15558
15559	* src/folder.c
15560	* src/imap.c
15561	* src/inc.c
15562	* src/mbox.c
15563	* src/send_message.c
15564	* src/statusbar.c
15565	* src/statusbar.h
15566		Maemo: distinguish various statusbar messages,
15567		in order to display only the most important.
15568
155692007-09-04 [wwp]	3.0.0cvs5
15570
15571	* src/account.c
15572		Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15573		Show protocol "SMTP" and the appropriate server for send-only
15574		accounts, show "-" instead of "" when no value is relevant.
15575
155762007-09-03 [ticho]	3.0.0cvs4
15577
15578	* src/summaryview.c
15579		Handle plural form better in delete confirmation dialog.
15580
155812007-09-03 [wwp]	3.0.0cvs3
15582
15583	* src/compose.c
15584		Warn differently when sending or sending later (queueing).
15585
155862007-09-03 [colin]	3.0.0cvs2
15587
15588	* src/procmime.c
15589	* src/procmime.h
15590	* src/common/plugin.c
15591	* src/common/plugin.h
15592		Add a new plugin API, MimeParser. It allows
15593		plugins to scan email MIME parts and optionally,
15594		transform them.
15595
155962007-09-03 [mones]	3.0.0cvs1
15597
15598	* po/es.po
15599		Updated translation
15600	* src/common/defs.h
15601		While a better solution is made double history sizes
15602
156032007-09-03 [paul]	3.0.0
15604
15605	* NEWS
15606	* README
15607	* RELEASE_NOTES
15608		3.0.0 released
15609
15610[For previous entries, see ChangeLog.2.0.0-3.0.0]
15611