2013-03-12 [wwp] 3.9.0cvs113
[claws.git] / ChangeLog
1 2013-03-12 [wwp]        3.9.0cvs113
2
3         * src/account.c
4         Remove stuff committed unexpectedly (you're now reading my words, you understand
5         what you read, you never found that I've committed stuff accidentally, never, and
6         now you can get back to normal activities, you will never remember this),
7         thanks Paul!
8
9 2013-03-12 [wwp]        3.9.0cvs112
10
11         * src/account.c
12         Fix 'edit accounts' windows going backward when leaving an
13         'account preferences' window, by focusing this window again.
14
15 2013-03-09 [mones]      3.9.0cvs111
16
17         * INSTALL
18                 Update required GTK+ version and configure plugin flags
19         * src/mainwindow.c
20         * src/summaryview.c
21                 Remove unnecessary checks, newer keysyms are already
22                 included by gtkutils.h if needed
23
24 2013-03-08 [paul]       3.9.0cvs110
25
26         * configure.ac
27                 fix outputting config dir value at end of configure
28
29 2013-03-07 [colin]      3.9.0cvs109
30
31         * src/plugins/fancy/fancy_prefs.c
32                 And make Open External default to true :)
33
34 2013-03-07 [paul]       3.9.0cvs108
35
36         * src/plugins/fancy/fancy_prefs.c
37                 make "enable_inner_navigation" default to FALSE
38
39 2013-03-06 [colin]      3.9.0cvs107
40
41         * src/plugins/fancy/fancy_prefs.c
42         * src/plugins/fancy/fancy_prefs.h
43         * src/plugins/fancy/fancy_viewer.c
44         * src/plugins/fancy/fancy_viewer.h
45                 Fix bug #2882, "Reverse preference for external content"
46                 "Block external content" was the only negative preference
47                 along the other "Enable ..." positive ones, but also had
48                 several shortcomings, in that it only blocked user-
49                 requested interactions, like
50                 - prevent clicking on links
51                 - prevent right-click/Download link
52                 - prevent right-click/Save image
53                 But NOT
54                 - prevent auto download of images (that's controlled by
55                   Auto-load images)
56                 - prevent auto download of javascript (that's controlled
57                   by Enable scripts)
58                 - prevent auto download of applets (that's controlled by
59                   Enable java)
60                 - prevent auto download of css (that can't be disabled)
61                 New preference to replace it is "Enable inner navigation"
62                 and allows to control whether one can click on links to
63                 navigate inside Fancy viewer. If disabled and "Open in
64                 external browser" is set, links will be opened in external
65                 browser; else nothing will happen. In any state of these
66                 preferences, right-clicking and choosing "Open in viewer"
67                 or "Open in browser" will do what asked.
68
69 2013-03-06 [colin]      3.9.0cvs106
70
71         * src/plugins/fancy/fancy_viewer.c
72                 Make options setting clearer
73
74 2013-02-28 [mones]      3.9.0cvs105
75
76         * configure.ac
77         * src/plugins/perl/Makefile.am
78         * src/plugins/perl/cm_perl.pod
79         * src/plugins/perl/tools/.cvsignore
80         * src/plugins/perl/tools/Makefile.am
81         * src/plugins/perl/tools/insert_perl.pl
82         * src/plugins/perl/tools/matcherrc2perlfilter.pl
83                 Make perl plugin tools and manpage available into 
84                 distribution tarball.
85
86 2013-02-27 [mones]      3.9.0cvs104
87
88         * README
89                 Updated plugin list, now they are integrated.
90                 Added missing items to hidden properties list.
91
92 2013-02-26 [wwp]        3.9.0cvs103
93
94         * src/messageview.c
95         Fix wrong message, as message could have been moved to another folder
96         and not trashed (it could have also be deleted without staying in trash,
97         but that's a piece of detail, and while we're at it, the message could also
98         have vanished into another dimension or be now part of the twilight zone
99         but we should not always tell the truth to users. At last, and to be
100         exhaustive, the message could have disappeared because of a technical
101         issue which doesn't imply user action and none of the above mentions. One
102         would say that the message could also have never existed, but it's another
103         story).
104
105 2013-02-24 [colin]      3.9.0cvs102
106
107         * src/plugins/vcalendar/libical/libical/Makefile.am
108                 Fix build without vcalendar
109
110 2013-02-23 [paul]       3.9.0cvs101
111
112         * src/mimeview.c
113                 escape filename/description text, prevents error if, e.g., the
114                 filename contains an ampersand
115
116 2013-02-22 [colin]      3.9.0cvs100
117
118         * AUTHORS
119         * src/gtk/authors.h
120         * src/summaryview.c
121                 Fix bug #2702, "Support splitting subject line for small screen
122                 layout". Patch by Ben Deering.
123
124 2013-02-21 [paul]       3.9.0cvs99
125
126         * configure.ac
127                 add he to ALL_LINGUAS
128
129 2013-02-20 [colin]      3.9.0cvs98
130
131         * src/main.c
132                 Fix seg on w32
133
134 2013-02-20 [colin]      3.9.0cvs97
135
136         * src/plugins/att_remover/claws.def
137         * src/plugins/fetchinfo/claws.def
138         * src/plugins/spam_report/claws.def
139                 Add more needed symbols
140
141 2013-02-20 [colin]      3.9.0cvs96
142
143         * src/plugins/att_remover/Makefile.am
144         * src/plugins/fetchinfo/Makefile.am
145         * src/plugins/spam_report/Makefile.am
146                 Fix missed parts for w32
147
148 2013-02-20 [colin]      3.9.0cvs95
149
150         * src/prefs_common.h
151         * src/plugins/address_keeper/claws.def
152         * src/plugins/att_remover/Makefile.am
153         * src/plugins/att_remover/claws.def
154         * src/plugins/att_remover/plugin.def
155         * src/plugins/att_remover/version.rc
156         * src/plugins/clamd/libclamd/Makefile.am
157         * src/plugins/fetchinfo/Makefile.am
158         * src/plugins/fetchinfo/claws.def
159         * src/plugins/fetchinfo/plugin.def
160         * src/plugins/fetchinfo/version.rc
161         * src/plugins/mailmbox/Makefile.am
162         * src/plugins/mailmbox/claws.def
163         * src/plugins/mailmbox/plugin.def
164         * src/plugins/mailmbox/version.rc
165         * src/plugins/notification/gtkhotkey/Makefile.am
166         * src/plugins/spam_report/Makefile.am
167         * src/plugins/spam_report/claws.def
168         * src/plugins/spam_report/plugin.def
169         * src/plugins/spam_report/spam_report.c
170         * src/plugins/spam_report/version.rc
171                 Win32 build fixes (and add of address_keeper, att_remover,
172                 fetchinfo and spam_report)
173
174 2013-02-20 [paul]       3.9.0cvs94
175
176         * configure.ac
177                 a little more report layout tweaking
178
179 2013-02-20 [colin]      3.9.0cvs93
180
181         * src/common/plugin.c
182                 Auto fix plugin names ending in "_plugin"
183
184 2013-02-20 [colin]      3.9.0cvs92
185
186         * src/plugins/gdata/Makefile.am
187                 Change plugin name
188
189 2013-02-20 [colin]      3.9.0cvs91
190
191         * src/plugins/fetchinfo/Makefile.am
192         * src/plugins/notification/Makefile.am
193         * src/plugins/perl/Makefile.am
194         * src/plugins/python/Makefile.am
195                 Drop _plugin from the plugin's filename
196
197 2013-02-20 [colin]      3.9.0cvs90
198
199         * configure.ac
200                 Group core's --{en,dis}able switches
201
202 2013-02-20 [colin]      3.9.0cvs89
203
204         * configure.ac
205                 typos
206
207 2013-02-20 [colin]      3.9.0cvs88
208
209         * configure.ac
210         * Makefile.am
211                 Don't check for GNOME2 when we want to check for
212                 gtk-update-icon-cache; Typo fix
213
214 2013-02-20 [colin]      3.9.0cvs87
215
216         * src/plugins/Makefile.am
217         * src/plugins/acpi_notifier/Makefile.am
218         * src/plugins/address_keeper/Makefile.am
219         * src/plugins/archive/Makefile.am
220         * src/plugins/att_remover/Makefile.am
221         * src/plugins/attachwarner/Makefile.am
222         * src/plugins/bogofilter/Makefile.am
223         * src/plugins/bsfilter/Makefile.am
224         * src/plugins/clamd/Makefile.am
225         * src/plugins/demo/Makefile.am
226         * src/plugins/fancy/Makefile.am
227         * src/plugins/fetchinfo/Makefile.am
228         * src/plugins/gdata/Makefile.am
229         * src/plugins/mailmbox/Makefile.am
230         * src/plugins/newmail/Makefile.am
231         * src/plugins/notification/Makefile.am
232         * src/plugins/pdf_viewer/Makefile.am
233         * src/plugins/perl/Makefile.am
234         * src/plugins/pgpcore/Makefile.am
235         * src/plugins/pgpinline/Makefile.am
236         * src/plugins/pgpmime/Makefile.am
237         * src/plugins/python/Makefile.am
238         * src/plugins/rssyl/Makefile.am
239         * src/plugins/smime/Makefile.am
240         * src/plugins/spam_report/Makefile.am
241         * src/plugins/spamassassin/Makefile.am
242         * src/plugins/tnef_parse/Makefile.am
243         * src/plugins/vcalendar/Makefile.am
244                 Change automake conditionals so that all plugins subdirectories
245                 are included, but nothing built in disabled plugins. Fixes make
246                 dist with some plugins --disabled.
247
248 2013-02-20 [colin]      3.9.0cvs86
249
250         * configure.ac
251         * src/plugins/fancy/fancy_viewer.h
252                 Fix build for Fancy and vCalendar
253
254 2013-02-20 [colin]      3.9.0cvs85
255
256         * configure.ac
257                 Rework plugin enabling logic. More clean!
258         * src/plugins/fancy/fancy_viewer.c
259         * src/plugins/fancy/fancy_viewer.h
260         * src/plugins/spam_report/spam_report.c
261                 Make curl dependancy mandatory
262         * src/plugins/notification/notification_plugin.c
263                 Fix build with every possible thing disabled
264         * src/plugins/notification/Makefile.am
265         * src/plugins/notification/gtkhotkey/.cvsignore
266         * src/plugins/notification/gtkhotkey/Makefile.am
267         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
268         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
269         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
270         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
271         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
272         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
273         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
274         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
275         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
276         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
277         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
278         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
279         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
280         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
281         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
282         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
283         * src/plugins/notification/gtkhotkey/gtkhotkey.h
284         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
285         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
286         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
287         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
288                 Re-add hotkey support
289         * src/plugins/spam_report/Makefile.am
290         * src/plugins/tnef_parse/Makefile.am
291                 Remove gettext.h
292
293 2013-02-20 [colin]      3.9.0cvs84
294
295         * configure.ac
296         * po/POTFILES.in
297         * src/plugins/Makefile.am
298         * src/plugins/dillo_viewer/.cvsignore
299         * src/plugins/dillo_viewer/Makefile.am
300         * src/plugins/dillo_viewer/README
301         * src/plugins/dillo_viewer/dillo_prefs.c
302         * src/plugins/dillo_viewer/dillo_prefs.h
303         * src/plugins/dillo_viewer/dillo_viewer.c
304         * src/plugins/trayicon/.cvsignore
305         * src/plugins/trayicon/Makefile.am
306         * src/plugins/trayicon/README
307         * src/plugins/trayicon/trayicon.c
308         * src/plugins/trayicon/trayicon_prefs.c
309         * src/plugins/trayicon/trayicon_prefs.h
310         * src/plugins/trayicon/libeggtrayicon/.cvsignore
311                 Drop trayicon and dillo_viewer
312
313 2013-02-20 [colin]      3.9.0cvs83
314
315         * configure.ac
316         * src/plugins/Makefile.am
317         * src/plugins/spam_report/.cvsignore
318         * src/plugins/spam_report/Makefile.am
319         * src/plugins/spam_report/placeholder.txt
320         * src/plugins/spam_report/spam_report.c
321         * src/plugins/spam_report/spam_report_prefs.c
322         * src/plugins/spam_report/spam_report_prefs.h
323         * src/plugins/tnef_parse/.cvsignore
324         * src/plugins/tnef_parse/Makefile.am
325         * src/plugins/tnef_parse/claws.def
326         * src/plugins/tnef_parse/mapi.h
327         * src/plugins/tnef_parse/mapidefs.h
328         * src/plugins/tnef_parse/mapitags.h
329         * src/plugins/tnef_parse/placeholder.txt
330         * src/plugins/tnef_parse/plugin.def
331         * src/plugins/tnef_parse/tnef-errors.h
332         * src/plugins/tnef_parse/tnef-types.h
333         * src/plugins/tnef_parse/tnef_dump.c
334         * src/plugins/tnef_parse/tnef_dump.h
335         * src/plugins/tnef_parse/tnef_parse.c
336         * src/plugins/tnef_parse/version.rc
337         * src/plugins/tnef_parse/ytnef.c
338         * src/plugins/tnef_parse/ytnef.h
339                 Add tnef_parse and spam_report
340
341 2013-02-20 [colin]      3.9.0cvs82
342
343         * src/plugins/bogofilter/Makefile.am
344         * src/plugins/clamd/Makefile.am
345         * src/plugins/demo/Makefile.am
346         * src/plugins/dillo_viewer/Makefile.am
347         * src/plugins/fancy/Makefile.am
348         * src/plugins/fetchinfo/Makefile.am
349         * src/plugins/gdata/Makefile.am
350         * src/plugins/mailmbox/Makefile.am
351         * src/plugins/newmail/Makefile.am
352         * src/plugins/notification/Makefile.am
353         * src/plugins/pdf_viewer/Makefile.am
354         * src/plugins/perl/Makefile.am
355         * src/plugins/python/Makefile.am
356         * src/plugins/spamassassin/Makefile.am
357         * src/plugins/trayicon/Makefile.am
358         * src/plugins/vcalendar/libical/libical/Makefile.am
359                 Fix out-of-tree build
360
361 2013-02-19 [colin]      3.9.0cvs81
362
363         * configure.ac
364                 Fix inverted logic in a few plugins
365
366 2013-02-18 [mones]      3.9.0cvs80
367
368         * src/plugins/notification/Makefile.am
369         * src/plugins/pdf_viewer/Makefile.am
370         * src/plugins/python/Makefile.am
371                 Allow 'make dist' to generate a nice tarball
372
373 2013-02-18 [wwp]        3.9.0cvs79
374
375         * src/plugins/clamd/libclamd/.cvsignore
376         Add one more .cvsignore file.
377
378 2013-02-18 [wwp]        3.9.0cvs78
379
380         * src/plugins/clamd/libclamd/.cvsignore
381         One more .cvsignore file.
382
383 2013-02-18 [wwp]        3.9.0cvs77
384
385         * src/plugins/clamd/.cvsignore
386         * src/plugins/clamd/libclamd/.cvsignore
387         * src/plugins/fetchinfo/.cvsignore
388         * src/plugins/gdata/.cvsignore
389         * src/plugins/mailmbox/.cvsignore
390         * src/plugins/newmail/.cvsignore
391         * src/plugins/notification/.cvsignore
392         * src/plugins/pdf_viewer/.cvsignore
393         * src/plugins/perl/.cvsignore
394         * src/plugins/python/.cvsignore
395         Silent up stuff a bit.
396
397 2013-02-17 [colin]      3.9.0cvs76
398
399         * src/plugins/notification/Makefile.am
400         * src/plugins/notification/notification_banner.c
401         * src/plugins/notification/notification_banner.h
402         * src/plugins/notification/notification_command.c
403         * src/plugins/notification/notification_command.h
404         * src/plugins/notification/notification_core.c
405         * src/plugins/notification/notification_foldercheck.c
406         * src/plugins/notification/notification_foldercheck.h
407         * src/plugins/notification/notification_hotkeys.c
408         * src/plugins/notification/notification_hotkeys.h
409         * src/plugins/notification/notification_indicator.c
410         * src/plugins/notification/notification_indicator.h
411         * src/plugins/notification/notification_lcdproc.c
412         * src/plugins/notification/notification_lcdproc.h
413         * src/plugins/notification/notification_plugin.c
414         * src/plugins/notification/notification_plugin.h
415         * src/plugins/notification/notification_popup.c
416         * src/plugins/notification/notification_popup.h
417         * src/plugins/notification/notification_prefs.c
418         * src/plugins/notification/notification_prefs.h
419         * src/plugins/notification/notification_trayicon.c
420         * src/plugins/notification/notification_trayicon.h
421                 Activate and fix notification (without libindicate)
422
423 2013-02-17 [colin]      3.9.0cvs75
424
425         * src/plugins/Makefile.am
426         * src/plugins/archive/Makefile.am
427         * src/plugins/clamd/Makefile.am
428         * src/plugins/clamd/clamav_plugin.c
429         * src/plugins/clamd/clamav_plugin.h
430         * src/plugins/clamd/clamav_plugin_gtk.c
431         * src/plugins/clamd/placeholder.txt
432         * src/plugins/clamd/libclamd/Makefile.am
433         * src/plugins/clamd/libclamd/clamd-plugin.c
434         * src/plugins/clamd/libclamd/clamd-plugin.h
435         * src/plugins/fetchinfo/Makefile.am
436         * src/plugins/fetchinfo/fetchinfo_plugin.c
437         * src/plugins/fetchinfo/fetchinfo_plugin.h
438         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
439         * src/plugins/fetchinfo/placeholder.txt
440         * src/plugins/gdata/Makefile.am
441         * src/plugins/gdata/cm_gdata_contacts.c
442         * src/plugins/gdata/cm_gdata_contacts.h
443         * src/plugins/gdata/cm_gdata_prefs.c
444         * src/plugins/gdata/cm_gdata_prefs.h
445         * src/plugins/gdata/gdata_plugin.c
446         * src/plugins/gdata/gdata_plugin.h
447         * src/plugins/gdata/placeholder.txt
448         * src/plugins/geolocation/placeholder.txt
449         * src/plugins/gtkhtml2_viewer/placeholder.txt
450         * src/plugins/mailmbox/Makefile.am
451         * src/plugins/mailmbox/carray.c
452         * src/plugins/mailmbox/carray.h
453         * src/plugins/mailmbox/chash.c
454         * src/plugins/mailmbox/chash.h
455         * src/plugins/mailmbox/clist.c
456         * src/plugins/mailmbox/clist.h
457         * src/plugins/mailmbox/mailimf.c
458         * src/plugins/mailmbox/mailimf.h
459         * src/plugins/mailmbox/mailimf_types.c
460         * src/plugins/mailmbox/mailimf_types.h
461         * src/plugins/mailmbox/mailimf_types_helper.c
462         * src/plugins/mailmbox/mailimf_types_helper.h
463         * src/plugins/mailmbox/mailimf_write.c
464         * src/plugins/mailmbox/mailimf_write.h
465         * src/plugins/mailmbox/maillock.c
466         * src/plugins/mailmbox/maillock.h
467         * src/plugins/mailmbox/mailmbox.c
468         * src/plugins/mailmbox/mailmbox.h
469         * src/plugins/mailmbox/mailmbox_folder.c
470         * src/plugins/mailmbox/mailmbox_folder.h
471         * src/plugins/mailmbox/mailmbox_gtk.deps
472         * src/plugins/mailmbox/mailmbox_parse.c
473         * src/plugins/mailmbox/mailmbox_parse.h
474         * src/plugins/mailmbox/mailmbox_types.c
475         * src/plugins/mailmbox/mailmbox_types.h
476         * src/plugins/mailmbox/mmapstring.c
477         * src/plugins/mailmbox/mmapstring.h
478         * src/plugins/mailmbox/placeholder.txt
479         * src/plugins/mailmbox/plugin.c
480         * src/plugins/mailmbox/plugin_gtk.c
481         * src/plugins/mailmbox/plugin_gtk.h
482         * src/plugins/newmail/Makefile.am
483         * src/plugins/newmail/newmail.c
484         * src/plugins/newmail/placeholder.txt
485         * src/plugins/notification/Makefile.am
486         * src/plugins/notification/claws.def
487         * src/plugins/notification/notification_banner.c
488         * src/plugins/notification/notification_banner.h
489         * src/plugins/notification/notification_command.c
490         * src/plugins/notification/notification_command.h
491         * src/plugins/notification/notification_core.c
492         * src/plugins/notification/notification_core.h
493         * src/plugins/notification/notification_foldercheck.c
494         * src/plugins/notification/notification_foldercheck.h
495         * src/plugins/notification/notification_hotkeys.c
496         * src/plugins/notification/notification_hotkeys.h
497         * src/plugins/notification/notification_indicator.c
498         * src/plugins/notification/notification_indicator.h
499         * src/plugins/notification/notification_lcdproc.c
500         * src/plugins/notification/notification_lcdproc.h
501         * src/plugins/notification/notification_pixbuf.c
502         * src/plugins/notification/notification_pixbuf.h
503         * src/plugins/notification/notification_plugin.c
504         * src/plugins/notification/notification_plugin.h
505         * src/plugins/notification/notification_popup.c
506         * src/plugins/notification/notification_popup.h
507         * src/plugins/notification/notification_prefs.c
508         * src/plugins/notification/notification_prefs.h
509         * src/plugins/notification/notification_trayicon.c
510         * src/plugins/notification/notification_trayicon.h
511         * src/plugins/notification/placeholder.txt
512         * src/plugins/notification/plugin.def
513         * src/plugins/notification/raw_claws_mail_logo_64x64.h
514         * src/plugins/notification/version.rc
515         * src/plugins/pdf_viewer/Makefile.am
516         * src/plugins/pdf_viewer/doc_index.xpm
517         * src/plugins/pdf_viewer/doc_index_close.xpm
518         * src/plugins/pdf_viewer/doc_info.xpm
519         * src/plugins/pdf_viewer/first_arrow.xpm
520         * src/plugins/pdf_viewer/last_arrow.xpm
521         * src/plugins/pdf_viewer/left_arrow.xpm
522         * src/plugins/pdf_viewer/placeholder.txt
523         * src/plugins/pdf_viewer/poppler_viewer.c
524         * src/plugins/pdf_viewer/poppler_viewer.h
525         * src/plugins/pdf_viewer/right_arrow.xpm
526         * src/plugins/pdf_viewer/rotate_left.xpm
527         * src/plugins/pdf_viewer/rotate_right.xpm
528         * src/plugins/pdf_viewer/zoom_fit.xpm
529         * src/plugins/pdf_viewer/zoom_in.xpm
530         * src/plugins/pdf_viewer/zoom_out.xpm
531         * src/plugins/pdf_viewer/zoom_width.xpm
532         * src/plugins/perl/Makefile.am
533         * src/plugins/perl/perl_gtk.c
534         * src/plugins/perl/perl_gtk.h
535         * src/plugins/perl/perl_plugin.c
536         * src/plugins/perl/perl_plugin.h
537         * src/plugins/perl/placeholder.txt
538         * src/plugins/python/Makefile.am
539         * src/plugins/python/clawsmailmodule.c
540         * src/plugins/python/clawsmailmodule.h
541         * src/plugins/python/composewindowtype.c
542         * src/plugins/python/composewindowtype.h
543         * src/plugins/python/foldertype.c
544         * src/plugins/python/foldertype.h
545         * src/plugins/python/messageinfotype.c
546         * src/plugins/python/messageinfotype.h
547         * src/plugins/python/nodetype.c
548         * src/plugins/python/nodetype.h
549         * src/plugins/python/placeholder.txt
550         * src/plugins/python/python-hooks.c
551         * src/plugins/python/python-hooks.h
552         * src/plugins/python/python-shell.c
553         * src/plugins/python/python-shell.h
554         * src/plugins/python/python_plugin.c
555         * src/plugins/vcalendar/Makefile.in
556                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
557                 notification, pdf_viewer, perl, python). Notification not yet
558                 enabled because it has too much autoconf switches for my taste.
559
560
561 2013-02-16 [colin]      3.9.0cvs74
562
563         * po/POTFILES.in
564         * po/bg.po
565         * po/ca.po
566         * po/cs.po
567         * po/de.po
568         * po/en_GB.po
569         * po/es.po
570         * po/fi.po
571         * po/fr.po
572         * po/hu.po
573         * po/id_ID.po
574         * po/it.po
575         * po/ja.po
576         * po/lt.po
577         * po/nl.po
578         * po/pl.po
579         * po/pt_BR.po
580         * po/pt_PT.po
581         * po/ru.po
582         * po/sk.po
583         * po/sv.po
584         * po/uk.po
585         * po/zh_CN.po
586         * po/zh_TW.po
587         * src/plugins/Makefile.am
588         * src/plugins/archive/.cvsignore
589         * src/plugins/archive/Makefile.am
590         * src/plugins/archive/archiver.c
591         * src/plugins/archive/archiver.h
592         * src/plugins/archive/archiver_gtk.c
593         * src/plugins/archive/archiver_prefs.c
594         * src/plugins/archive/archiver_prefs.h
595         * src/plugins/archive/libarchive_archive.c
596         * src/plugins/archive/libarchive_archive.h
597         * src/plugins/archive/placeholder.txt
598         * src/plugins/att_remover/.cvsignore
599         * src/plugins/att_remover/Makefile.am
600         * src/plugins/att_remover/att_remover.c
601         * src/plugins/att_remover/placeholder.txt
602         * src/plugins/bsfilter/.cvsignore
603         * src/plugins/bsfilter/Makefile.am
604         * src/plugins/bsfilter/bsfilter.c
605         * src/plugins/bsfilter/bsfilter.h
606         * src/plugins/bsfilter/bsfilter_gtk.c
607         * src/plugins/bsfilter/claws.def
608         * src/plugins/bsfilter/placeholder.txt
609         * src/plugins/bsfilter/plugin.def
610         * src/plugins/bsfilter/version.rc
611                 Add archive, att_remover, bsfilter
612         * src/plugins/vcalendar/Makefile.in
613         * src/plugins/vcalendar/libical/libical/icalversion.h
614                 Remove useless files
615
616 2013-02-16 [colin]      3.9.0cvs73
617
618         * src/plugins/Makefile.am
619         * src/plugins/acpi_notifier/Makefile.am
620         * src/plugins/acpi_notifier/acpi_notifier.c
621         * src/plugins/acpi_notifier/placeholder.txt
622         * src/plugins/address_keeper/Makefile.am
623         * src/plugins/address_keeper/address_keeper.c
624         * src/plugins/address_keeper/address_keeper.h
625         * src/plugins/address_keeper/address_keeper_prefs.c
626         * src/plugins/address_keeper/address_keeper_prefs.h
627         * src/plugins/address_keeper/claws.def
628         * src/plugins/address_keeper/placeholder.txt
629         * src/plugins/address_keeper/plugin.def
630         * src/plugins/address_keeper/version.rc
631         * src/plugins/attachwarner/Makefile.am
632         * src/plugins/attachwarner/attachwarner.c
633         * src/plugins/attachwarner/attachwarner.h
634         * src/plugins/attachwarner/attachwarner_prefs.c
635         * src/plugins/attachwarner/attachwarner_prefs.h
636         * src/plugins/attachwarner/claws.def
637         * src/plugins/attachwarner/placeholder.txt
638         * src/plugins/attachwarner/plugin.def
639         * src/plugins/attachwarner/version.rc
640         * src/plugins/vcalendar/libical/libical/icalversion.h
641         * po/POTFILES.in
642         * po/bg.po
643         * po/ca.po
644         * po/cs.po
645         * po/de.po
646         * po/en_GB.po
647         * po/es.po
648         * po/fi.po
649         * po/fr.po
650         * po/hu.po
651         * po/id_ID.po
652         * po/it.po
653         * po/ja.po
654         * po/lt.po
655         * po/nl.po
656         * po/pl.po
657         * po/pt_BR.po
658         * po/pt_PT.po
659         * po/ru.po
660         * po/sk.po
661         * po/sr.po
662         * po/sv.po
663         * po/uk.po
664         * po/zh_CN.po
665         * po/zh_TW.po
666                 Now do acpi_notifier, attachwarner, address_keeper
667
668 2013-02-16 [colin]      3.9.0cvs72
669
670         * po/POTFILES.in
671         * po/bg.po
672         * po/ca.po
673         * po/cs.po
674         * po/de.po
675         * po/en_GB.po
676         * po/es.po
677         * po/fi.po
678         * po/fr.po
679         * po/hu.po
680         * po/id_ID.po
681         * po/it.po
682         * po/ja.po
683         * po/lt.po
684         * po/nl.po
685         * po/pl.po
686         * po/pt_BR.po
687         * po/pt_PT.po
688         * po/ru.po
689         * po/sk.po
690         * po/sr.po
691         * po/sv.po
692         * po/uk.po
693         * po/zh_CN.po
694         * po/zh_TW.po
695                 Merge RSSyl's translations
696
697 2013-02-16 [colin]      3.9.0cvs71
698
699         * src/mainwindow.c
700                 Fix use-after-free (introduced in cvs61)
701
702 2013-02-16 [colin]      3.9.0cvs70
703
704         * src/main.c
705         * src/prefs_common.c
706         * src/prefs_common.h
707         * src/common/defs.h
708         * src/common/w32_account.c
709                 Add an hidden preference to set the Windows theme
710         * src/plugins/Makefile.am
711         * src/plugins/rssyl/Makefile.am
712         * src/plugins/rssyl/claws.def
713         * src/plugins/rssyl/date.c
714         * src/plugins/rssyl/date.h
715         * src/plugins/rssyl/feed.c
716         * src/plugins/rssyl/feed.h
717         * src/plugins/rssyl/feedprops.c
718         * src/plugins/rssyl/feedprops.h
719         * src/plugins/rssyl/opml.c
720         * src/plugins/rssyl/opml.h
721         * src/plugins/rssyl/parsers.c
722         * src/plugins/rssyl/parsers.h
723         * src/plugins/rssyl/placeholder.txt
724         * src/plugins/rssyl/plugin.c
725         * src/plugins/rssyl/plugin.def
726         * src/plugins/rssyl/rssyl.c
727         * src/plugins/rssyl/rssyl.h
728         * src/plugins/rssyl/rssyl_cb_gtk.c
729         * src/plugins/rssyl/rssyl_cb_gtk.h
730         * src/plugins/rssyl/rssyl_cb_menu.c
731         * src/plugins/rssyl/rssyl_cb_menu.h
732         * src/plugins/rssyl/rssyl_gtk.c
733         * src/plugins/rssyl/rssyl_gtk.h
734         * src/plugins/rssyl/rssyl_prefs.c
735         * src/plugins/rssyl/rssyl_prefs.h
736         * src/plugins/rssyl/strreplace.c
737         * src/plugins/rssyl/strreplace.h
738         * src/plugins/rssyl/version.rc
739                 Add RSSyl
740         * src/plugins/vcalendar/Makefile.am
741         * src/plugins/vcalendar/Makefile.in
742         * src/plugins/vcalendar/plugin.c
743         * src/plugins/vcalendar/libical/libical/icalversion.h
744                 Fix Curl flags :)
745
746 2013-02-14 [paul]       3.9.0cvs69
747
748         * po/id_ID.po
749                 "fix" plural forms
750
751 2013-02-14 [colin]      3.9.0cvs68
752
753         * po/POTFILES.in
754                 Add vcalendar files
755         * po/merge-po-from-plugin.sh
756                 Add helper script to merge external plugins translations
757         * po/bg.po
758         * po/ca.po
759         * po/cs.po
760         * po/de.po
761         * po/en_GB.po
762         * po/es.po
763         * po/fi.po
764         * po/fr.po
765         * po/hu.po
766         * po/id_ID.po
767         * po/it.po
768         * po/ja.po
769         * po/lt.po
770         * po/nl.po
771         * po/pl.po
772         * po/pt_BR.po
773         * po/pt_PT.po
774         * po/ru.po
775         * po/sk.po
776         * po/sr.po
777         * po/sv.po
778         * po/uk.po
779         * po/zh_CN.po
780         * po/zh_TW.po
781                 Merge translations from fancy and vcalendar
782
783 2013-02-14 [colin]      3.9.0cvs67
784
785         * configure.ac
786                 Fix perl detection
787
788 2013-02-14 [colin]      3.9.0cvs66
789
790         * src/plugins/vcalendar/claws.def
791         * src/plugins/vcalendar/plugin.def
792                 Add missing files
793         * src/plugins/vcalendar/libical/Makefile.in
794         * src/plugins/vcalendar/libical/design-data/Makefile.in
795         * src/plugins/vcalendar/libical/libical/Makefile.in
796         * src/plugins/vcalendar/libical/scripts/Makefile.in
797                 Remove extraneous files
798
799 2013-02-13 [colin]      3.9.0cvs65
800
801         * src/plugins/address_dup_finder/placeholder.txt
802         * src/plugins/synce/placeholder.txt
803                 Removed, deprecated plugins
804         * src/plugins/Makefile.am
805         * src/plugins/vcalendar/Makefile.am
806         * src/plugins/vcalendar/Makefile.in
807         * src/plugins/vcalendar/common-views.c
808         * src/plugins/vcalendar/common-views.h
809         * src/plugins/vcalendar/day-view.c
810         * src/plugins/vcalendar/icaltime_as_local.c
811         * src/plugins/vcalendar/icaltime_as_local.h
812         * src/plugins/vcalendar/month-view.c
813         * src/plugins/vcalendar/placeholder.txt
814         * src/plugins/vcalendar/plugin.c
815         * src/plugins/vcalendar/vcal_dbus.c
816         * src/plugins/vcalendar/vcal_dbus.h
817         * src/plugins/vcalendar/vcal_folder.c
818         * src/plugins/vcalendar/vcal_folder.h
819         * src/plugins/vcalendar/vcal_interface.h
820         * src/plugins/vcalendar/vcal_manager.c
821         * src/plugins/vcalendar/vcal_manager.h
822         * src/plugins/vcalendar/vcal_meeting_gtk.c
823         * src/plugins/vcalendar/vcal_meeting_gtk.h
824         * src/plugins/vcalendar/vcal_prefs.c
825         * src/plugins/vcalendar/vcal_prefs.h
826         * src/plugins/vcalendar/vcalendar.c
827         * src/plugins/vcalendar/vcalendar.h
828         * src/plugins/vcalendar/version.rc
829         * src/plugins/vcalendar/libical/.cvsignore
830         * src/plugins/vcalendar/libical/Makefile.am
831         * src/plugins/vcalendar/libical/Makefile.in
832         * src/plugins/vcalendar/libical/design-data/.cvsignore
833         * src/plugins/vcalendar/libical/design-data/Makefile.am
834         * src/plugins/vcalendar/libical/design-data/Makefile.in
835         * src/plugins/vcalendar/libical/design-data/parameters.csv
836         * src/plugins/vcalendar/libical/design-data/properties.csv
837         * src/plugins/vcalendar/libical/design-data/restrictions.csv
838         * src/plugins/vcalendar/libical/design-data/status.txt
839         * src/plugins/vcalendar/libical/design-data/value-types.csv
840         * src/plugins/vcalendar/libical/libical/.cvsignore
841         * src/plugins/vcalendar/libical/libical/Makefile.am
842         * src/plugins/vcalendar/libical/libical/Makefile.in
843         * src/plugins/vcalendar/libical/libical/icalattendee.c
844         * src/plugins/vcalendar/libical/libical/icalattendee.h
845         * src/plugins/vcalendar/libical/libical/icalcomponent.c
846         * src/plugins/vcalendar/libical/libical/icalcomponent.h
847         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
848         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
849         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
850         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
851         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
852         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
853         * src/plugins/vcalendar/libical/libical/icalduration.c
854         * src/plugins/vcalendar/libical/libical/icalduration.h
855         * src/plugins/vcalendar/libical/libical/icalenums.c
856         * src/plugins/vcalendar/libical/libical/icalenums.h
857         * src/plugins/vcalendar/libical/libical/icalerror.c
858         * src/plugins/vcalendar/libical/libical/icalerror.h
859         * src/plugins/vcalendar/libical/libical/icallangbind.c
860         * src/plugins/vcalendar/libical/libical/icallangbind.h
861         * src/plugins/vcalendar/libical/libical/icallexer.l
862         * src/plugins/vcalendar/libical/libical/icalmemory.c
863         * src/plugins/vcalendar/libical/libical/icalmemory.h
864         * src/plugins/vcalendar/libical/libical/icalmime.c
865         * src/plugins/vcalendar/libical/libical/icalmime.h
866         * src/plugins/vcalendar/libical/libical/icalparameter.c
867         * src/plugins/vcalendar/libical/libical/icalparameter.h
868         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
869         * src/plugins/vcalendar/libical/libical/icalparser.c
870         * src/plugins/vcalendar/libical/libical/icalparser.h
871         * src/plugins/vcalendar/libical/libical/icalperiod.c
872         * src/plugins/vcalendar/libical/libical/icalperiod.h
873         * src/plugins/vcalendar/libical/libical/icalproperty.c
874         * src/plugins/vcalendar/libical/libical/icalproperty.h
875         * src/plugins/vcalendar/libical/libical/icalrecur.c
876         * src/plugins/vcalendar/libical/libical/icalrecur.h
877         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
878         * src/plugins/vcalendar/libical/libical/icalrestriction.h
879         * src/plugins/vcalendar/libical/libical/icaltime.c
880         * src/plugins/vcalendar/libical/libical/icaltime.h
881         * src/plugins/vcalendar/libical/libical/icaltypes.c
882         * src/plugins/vcalendar/libical/libical/icaltypes.h
883         * src/plugins/vcalendar/libical/libical/icalvalue.c
884         * src/plugins/vcalendar/libical/libical/icalvalue.h
885         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
886         * src/plugins/vcalendar/libical/libical/icalversion.h
887         * src/plugins/vcalendar/libical/libical/icalversion.h.in
888         * src/plugins/vcalendar/libical/libical/icalyacc.output
889         * src/plugins/vcalendar/libical/libical/icalyacc.y
890         * src/plugins/vcalendar/libical/libical/pvl.c
891         * src/plugins/vcalendar/libical/libical/pvl.h
892         * src/plugins/vcalendar/libical/libical/sspm.c
893         * src/plugins/vcalendar/libical/libical/sspm.h
894         * src/plugins/vcalendar/libical/libical/vsnprintf.c
895         * src/plugins/vcalendar/libical/scripts/.cvsignore
896         * src/plugins/vcalendar/libical/scripts/Makefile.am
897         * src/plugins/vcalendar/libical/scripts/Makefile.in
898         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
899         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
900         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
901         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
902         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
903         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
904         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
905         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
906                 Add vcalendar.
907
908 2013-02-13 [colin]      3.9.0cvs64
909
910         * src/plugins/acpi_notifier/placeholder.txt
911         * src/plugins/address_dup_finder/placeholder.txt
912         * src/plugins/address_keeper/placeholder.txt
913         * src/plugins/archive/placeholder.txt
914         * src/plugins/att_remover/placeholder.txt
915         * src/plugins/attachwarner/placeholder.txt
916         * src/plugins/bsfilter/placeholder.txt
917         * src/plugins/clamd/placeholder.txt
918         * src/plugins/fetchinfo/placeholder.txt
919         * src/plugins/gdata/placeholder.txt
920         * src/plugins/geolocation/placeholder.txt
921         * src/plugins/gtkhtml2_viewer/placeholder.txt
922         * src/plugins/mailmbox/placeholder.txt
923         * src/plugins/newmail/placeholder.txt
924         * src/plugins/notification/placeholder.txt
925         * src/plugins/pdf_viewer/placeholder.txt
926         * src/plugins/perl/placeholder.txt
927         * src/plugins/python/placeholder.txt
928         * src/plugins/rssyl/placeholder.txt
929         * src/plugins/spam_report/placeholder.txt
930         * src/plugins/synce/placeholder.txt
931         * src/plugins/tnef_parse/placeholder.txt
932         * src/plugins/vcalendar/placeholder.txt
933                 Add temporary placeholders for ex-extra-plugins to be
934                 integrated.
935
936 2013-02-13 [paul]       3.9.0cvs63
937
938         * src/plugins/fancy/Makefile.am
939                 no need for EXTRA_DIST
940
941 2013-02-13 [paul]       3.9.0cvs62
942
943         * configure.ac
944         * po/POTFILES.in
945         * src/plugins/Makefile.am
946         * src/plugins/fancy/Makefile.am
947         * src/plugins/fancy/fancy_prefs.c
948         * src/plugins/fancy/fancy_prefs.h
949         * src/plugins/fancy/fancy_viewer.c
950         * src/plugins/fancy/fancy_viewer.h
951                 move the Fancy plugin into core
952
953 2013-02-11 [paul]       3.9.0cvs61
954
955         * src/mainwindow.c
956                 use the Delete key to remove colour label accels (same as everywhere else).
957                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
958
959 2013-01-26 [mir]        3.9.0cvs60
960
961         * tools/vcard2xml.py
962         Fixes bugs:
963             1) Lines split over more than one line breaks parser
964             2) Get email addres correct. Not only email;internet
965         Improvements:
966             1) Basic handling of vcard 3.0
967
968
969 2013-01-23 [colin]      3.9.0cvs59
970
971         * src/action.c
972         * src/common/utils.c
973                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
974
975 2013-01-23 [colin]      3.9.0cvs58
976
977         * src/imap.c
978                 Fix bug #2863, "Applying has_attachment quicksearch
979                 on IMAP segfaults".
980
981 2013-01-21 [paul]       3.9.0cvs57
982
983         * src/codeconv.h
984         * src/procmime.c
985                 fix bug 2862, 'Segmentation fault when replying to a
986                 message where the "code conversion" fails'. add support
987                 for X-VIET-VPS encoding
988
989 2013-01-21 [paul]       3.9.0cvs56
990
991         * src/common/defs.h
992         * src/gtk/about.c
993                 promote the users' ml on the About/Info tab
994
995 2013-01-09 [paul]       3.9.0cvs55
996
997         * doc/man/claws-mail.1
998         * src/gtk/about.c
999                 update copyright year
1000
1001 2013-01-09 [paul]       3.9.0cvs54
1002
1003         * src/gtk/gtkaspell.c
1004                 fix sensitivity of 'Use both dictionaries' in compose window
1005
1006 2013-01-09 [mir]        3.9.0cvs53
1007
1008         * tools/vcard2xml.py
1009             Fix missing file encoding info.
1010             See -> http://www.python.org/dev/peps/pep-0263/
1011
1012
1013 2013-01-08 [mones]      3.9.0cvs52
1014
1015         * claws-mail.desktop
1016                 Added Swedish translation by Andreas Rönnquist
1017
1018 2012-12-20 [colin]      3.9.0cvs51
1019
1020         * src/action.c
1021                 Fix crash on action error;
1022                 Fix trimming of leading spaces in actions
1023
1024 2012-12-19 [colin]      3.9.0cvs50
1025
1026         * src/editldap.c
1027         * src/ldapctrl.c
1028         * src/ldapserver.c
1029                 Make LDAP over SSL work on Win32 - but not TLS,
1030                 unfortunately. Also, it requires the certificate
1031                 to be trusted.
1032
1033 2012-12-16 [colin]      3.9.0cvs49
1034
1035         * src/messageview.c
1036                 Add missing \n at end of the return receipt last part's headers.
1037
1038 2012-12-15 [paul]       3.9.0cvs48
1039
1040         * src/addrselect.c
1041                 fix bug 2832, 'mail to from adress-book splitt names'
1042
1043 2012-12-12 [colin]      3.9.0cvs47
1044
1045         * src/action.c
1046                 Port to g_spawn API and make actions work better on Win32
1047         * src/mainwindow.c
1048                 Indentation
1049
1050 2012-12-12 [ticho]      3.9.0cvs46
1051
1052         * src/compose.c
1053                 Move focus to body textview when subject entry is activated
1054                 (Enter key pressed) in compose window.
1055
1056 2012-12-10 [mones]      3.9.0cvs45
1057
1058         * src/addr_compl.c
1059                 Fix bug #2835 (core part) to allow NULL names which
1060                 have an address
1061
1062 2012-12-07 [colin]      3.9.0cvs44
1063
1064         * src/news.c
1065                 Try to fix strange crash in nntp_ping/session_destroy...
1066
1067 2012-12-06 [mones]      3.9.0cvs43
1068
1069         * tools/README
1070         * tools/gif2xface.pl
1071         * tools/outlook2claws-mail.pl
1072                 Fix address not working since years ago
1073
1074 2012-12-05 [mones]      3.9.0cvs42
1075
1076         * src/prefs_gtk.c
1077                 Do not set to NULL string preferences which have "" as
1078                 default value
1079
1080 2012-12-05 [colin]      3.9.0cvs41
1081
1082         * src/common/ssl.c
1083                 Nullify xcred pointer like the other ones
1084
1085 2012-12-03 [wwp]        3.9.0cvs40
1086
1087         * src/summaryview.c
1088         * src/mainwindow.c
1089         Avoid any possible confusion: 0 is not a neutral value when passed
1090         to main_window_get_mask() - use -1 instead, even in those cases we
1091         don't care.
1092
1093 2012-12-03 [wwp]        3.9.0cvs39
1094
1095         * src/toolbar.c
1096         Fix sensitivity of next-unread toolbar button.
1097
1098 2012-12-03 [colin]      3.9.0cvs38
1099
1100         * src/common/utils.c
1101                 Fix following relative symlinks
1102
1103 2012-12-02 [colin]      3.9.0cvs37
1104
1105         * src/main.c
1106                 Of course you can't, Windows. Of course...
1107
1108 2012-12-02 [colin]      3.9.0cvs36
1109
1110         * src/main.c
1111                 Move control sockets inside their own directory,
1112                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1113                 - cleaner separation of sockets and config dirs in
1114                   case of alternate config directories
1115                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1116                   exists as a socket, use it to control the running entity
1117                 - backwards migration is handled: starting an old Claws Mail
1118                   version will bail out as creating the legacy socket won't
1119                   be possible.
1120                 - migration for alternate-config-dirs is not handled, which
1121                   could be mentioned in release notes.
1122                 Fixes bug #2828, "Use MD5 digest for socket name"
1123
1124 2012-12-01 [colin]      3.9.0cvs35
1125
1126         * src/common/utils.c
1127                 As usual, Windows is a little bit different
1128                 (you have to love it the same as the normal OSes...)
1129
1130 2012-12-01 [colin]      3.9.0cvs34
1131
1132         * src/common/utils.c
1133         * src/common/utils.h
1134                 Add a canonicalizer function and use it to
1135                 canonicalize rc_dir.
1136
1137 2012-11-30 [mones]      3.9.0cvs33
1138
1139         * src/common/plugin.c
1140                 Fixes #1137 completely, saving path-less plugins as is
1141                 in config. With this patch user can edit plugin list on
1142                 clawsrc and remove absolute paths from shared plugins,
1143                 leaving only the "pluginname.so". Those will be tried to
1144                 load from plugin dir of the loading core. Notice that
1145                 those will also fail to load on older versions, and will
1146                 probably be removed from your config without warning by
1147                 the older version.
1148
1149 2012-11-30 [wwp]        3.9.0cvs32
1150
1151         * src/mainwindow.c
1152         * src/mainwindow.h
1153         * src/summaryview.c
1154         * src/toolbar.c
1155         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1156         also fix list loop initializers.
1157
1158 2012-11-30 [wwp]        3.9.0cvs31
1159
1160         * src/mainwindow.c
1161         * src/mainwindow.h
1162         * src/procmsg.c
1163         * src/send_message.c
1164         * src/send_message.h
1165         * src/toolbar.c
1166         * src/toolbar.h
1167         Add Message/Cancel sending (same as --cancel-sending), adds the
1168         relevant toolbar icon, and an extra cancel sending+receiving icon
1169         for convenience.
1170
1171 2012-11-29 [colin]      3.9.0cvs30
1172
1173         * src/mainwindow.c
1174                 Fix mask on a few menu items (thanks Ricardo!)
1175
1176 2012-11-28 [wwp]        3.9.0cvs29
1177
1178         * src/mainwindow.c
1179         * src/mainwindow.h
1180         * src/summaryview.c
1181         * src/toolbar.c
1182         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1183         Complete toolbar_init(), which was missing few inits.
1184
1185 2012-11-28 [colin]      3.9.0cvs28
1186
1187         * src/mainwindow.c
1188         * src/news.c
1189         * src/news.h
1190         * src/etpan/nntp-thread.c
1191                 Disconnect NNTP accounts too when switching offline
1192
1193 2012-11-28 [colin]      3.9.0cvs27
1194
1195         * src/imap.c
1196         * src/news.c
1197         * src/common/session.c
1198         * src/common/session.h
1199                 Add keep-alive pings on IMAP and NNTP
1200
1201 2012-11-28 [colin]      3.9.0cvs26
1202
1203         * src/imap.c
1204         * src/etpan/imap-thread.c
1205         * src/etpan/imap-thread.h
1206                 Try locale's charset and UTF-7 on server-side
1207                 searches when UTF-8 fails. Also, don't even
1208                 mention a charset if searching for an ASCII
1209                 string.
1210
1211 2012-11-27 [colin]      3.9.0cvs25
1212
1213         * src/main.c
1214                 Unbreak the build.
1215
1216 2012-11-27 [colin]      3.9.0cvs24
1217
1218         * src/common/ssl.c
1219                 Fix bug #2826, "replace deprecated gnutls function"
1220                 Patch by Christian Hesse
1221
1222 2012-11-27 [colin]      3.9.0cvs23
1223
1224         * src/gtk/manage_window.c
1225                 Stop spamming logs with focus events.
1226
1227 2012-11-27 [colin]      3.9.0cvs22
1228
1229         * src/mainwindow.c
1230         * src/prefs_common.c
1231         * src/prefs_common.h
1232                 Unsneak a work-in-progress patch that I mistakengly
1233                 commited with a cleanup
1234
1235 2012-11-27 [wwp]        3.9.0cvs21
1236
1237         * doc/man/claws-mail.1
1238         * src/main.c
1239         * src/send_message.c
1240         * src/send_message.h
1241                 Add --cancel-sending command-line switch.
1242
1243 2012-11-23 [colin]      3.9.0cvs20
1244
1245         * src/jpilot.c
1246         * src/main.c
1247         * src/mainwindow.c
1248         * src/matcher.c
1249         * src/prefs_common.c
1250         * src/prefs_common.h
1251         * src/procmsg.c
1252         * src/common/socket.c
1253         * src/common/socket.h
1254         * src/common/ssl.c
1255         * src/common/ssl_certificate.c
1256         * src/common/ssl_certificate.h
1257         * src/etpan/imap-thread.c
1258         * src/etpan/nntp-thread.c
1259                 Cleanup some warnings and deprecated types. Patch by
1260                 Christian Hesse, fixing bug #2617. Thanks!
1261
1262 2012-11-23 [colin]      3.9.0cvs19
1263
1264         * AUTHORS
1265         * src/gtk/authors.h
1266                 Add Christian Hesse which was forgotten for some reason
1267
1268 2012-11-21 [colin]      3.9.0cvs18
1269
1270         * src/etpan/imap-thread.c
1271                 Don't set charset on simple searches. Fixes Exchange 2007.
1272
1273 2012-11-20 [colin]      3.9.0cvs17
1274
1275         * src/prefs_matcher.c
1276                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1277
1278 2012-11-20 [ticho]      3.9.0cvs16
1279
1280         * src/gtk/prefswindow.c
1281                 Actually allow folder preference pages which are in top level of
1282                 page index UI to be selected.
1283
1284 2012-11-20 [ticho]      3.9.0cvs15
1285
1286         * src/prefs_folder_item.c
1287                 Remove useless "Folder" root in page index of folder preferences UI.
1288
1289 2012-11-18 [colin]      3.9.0cvs14
1290
1291         * AUTHORS
1292         * src/advsearch.c
1293         * src/matcher.c
1294         * src/matcher.h
1295         * src/matcher_parser_parse.y
1296         * src/prefs_matcher.c
1297         * src/gtk/authors.h
1298         * src/gtk/quicksearch.c
1299                 Add age_{greater,lower}_hours matcher criteria
1300                 Initial patch by Abhay S. Kushwaha.
1301
1302 2012-11-18 [ticho]      3.9.0cvs13
1303
1304         * src/mbox.c
1305                 Improve i18n plural handling in a string used while
1306                 importing from mbox.
1307
1308 2012-11-16 [ticho]      3.9.0cvs12
1309
1310         * po/bg.po
1311         * po/ca.po
1312         * po/cs.po
1313         * po/de.po
1314         * po/en_GB.po
1315         * po/es.po
1316         * po/fi.po
1317         * po/fr.po
1318         * po/he.po
1319         * po/hu.po
1320         * po/id_ID.po
1321         * po/it.po
1322         * po/ja.po
1323         * po/lt.po
1324         * po/nl.po
1325         * po/pl.po
1326         * po/pt_BR.po
1327         * po/pt_PT.po
1328         * po/ru.po
1329         * po/sk.po
1330         * po/sr.po
1331         * po/sv.po
1332         * po/uk.po
1333         * po/zh_CN.po
1334         * po/zh_TW.po
1335         * po/Makevars
1336                 Update message catalogs to match changes in 3.9.0cvs11.
1337
1338 2012-11-16 [ticho]      3.9.0cvs11
1339
1340         * src/account.c
1341         * src/addrcustomattr.c
1342         * src/edittags.c
1343         * src/prefs_filtering.c
1344         * src/prefs_matcher.c
1345         * src/prefs_msg_colors.c
1346         * src/toolbar.c
1347         * src/uri_opener.c
1348         * src/wizard.c
1349         * src/common/utils.c
1350         * src/gtk/about.c
1351                 Use pgettext() and friends for i18n context strings, instead of
1352                 having a pipe character in msgid for context separation. This uses
1353                 glib's C_ macro, instead of Q_.
1354
1355 2012-11-16 [colin]      3.9.0cvs10
1356
1357         * src/foldersel.c
1358         * src/prefs_actions.c
1359         * src/prefs_filtering_action.c
1360         * src/prefs_matcher.c
1361         * src/quote_fmt.c
1362         * src/gtk/description_window.c
1363         * src/gtk/description_window.h
1364         * src/gtk/inputdialog.c
1365         * src/gtk/manage_window.c
1366         * src/gtk/quicksearch.c
1367                 Try to better fix focus problems. Should address:
1368                 Bug #2774
1369                 Bug #2624
1370                 Bug #1963
1371                 Bug #2780
1372                 Please check using your favorite WM that the following works:
1373                 Information button (Quicksearch, Templates, 'Test' filtering 
1374                 condition)
1375                 Folder selection (Move/Copy contextual menu,
1376                 various preferences, including 'New folder').
1377                 Tested with XFCE, Gnome Shell and Windows.
1378                 
1379
1380 2012-11-16 [colin]      3.9.0cvs9
1381
1382         * src/advsearch.c
1383                 Init is_fast too
1384
1385 2012-11-16 [colin]      3.9.0cvs8
1386
1387         * src/advsearch.c
1388                 Fix missing initialisation of bool_and which could
1389                 lead to From/To/Subject/Tag searches searching with
1390                 binary and.
1391                 Also clean up tag expansion. No need to create a
1392                 matcher string and re-parse it.
1393
1394 2012-11-16 [paul]       3.9.0cvs7
1395
1396         * po/de.po
1397                 fix by Thomas Bellmann
1398
1399 2012-11-15 [colin]      3.9.0cvs6
1400
1401         * src/summaryview.c
1402                 Fix bug #2785, "Marking mails for deletion reopens internal 
1403                 message view"
1404
1405 2012-11-15 [colin]      3.9.0cvs5
1406
1407         * src/main.c
1408         * src/statusbar.c
1409         * src/gtk/gtkcmclist.c
1410         * src/gtk/gtkcmclist.h
1411                 a few more GTK+3 fixes. Segfaults on me, though.
1412
1413 2012-11-15 [colin]      3.9.0cvs4
1414
1415         * src/Makefile.am
1416         * src/action.c
1417         * src/addr_compl.c
1418         * src/addressbook.c
1419         * src/addrgather.c
1420         * src/compose.c
1421         * src/editaddress.c
1422         * src/editgroup.c
1423         * src/main.c
1424         * src/mainwindow.c
1425         * src/message_search.c
1426         * src/prefs_display_header.c
1427         * src/prefs_filtering_action.c
1428         * src/prefs_matcher.c
1429         * src/prefs_other.c
1430         * src/prefs_toolbar.c
1431         * src/printing.c
1432         * src/stock_pixmap.c
1433         * src/summary_search.c
1434         * src/summaryview.c
1435         * src/textview.c
1436         * src/gtk/Makefile.am
1437         * src/gtk/colorlabel.c
1438         * src/gtk/combobox.c
1439         * src/gtk/combobox.h
1440         * src/gtk/gtkcmclist.c
1441         * src/gtk/gtkcmclist.h
1442         * src/gtk/gtkcmctree.c
1443         * src/gtk/gtksctree.c
1444         * src/gtk/gtkshruler.c
1445         * src/gtk/gtkutils.c
1446         * src/gtk/gtkutils.h
1447         * src/gtk/inputdialog.c
1448         * src/gtk/quicksearch.c
1449         * src/plugins/pgpcore/Makefile.am
1450         * src/plugins/pgpinline/Makefile.am
1451         * src/plugins/pgpmime/Makefile.am
1452         * src/plugins/smime/Makefile.am
1453                 Big GTK+3 patch from Hanno Meyer-Thurow
1454
1455 2012-11-15 [wwp]        3.9.0cvs3
1456
1457         * doc/man/claws-mail.1
1458         * src/main.c
1459                 Add --cancel-receiving command-line switch.
1460
1461 2012-11-15 [wwp]        3.9.0cvs2
1462
1463         * src/ssl_manager.c
1464         * src/gtk/sslcertwindow.c
1465                 Fix Capitalization.
1466
1467 2012-11-15 [paul]       3.9.0cvs1
1468
1469         * po/cs.po
1470         * po/fi.po
1471         * po/sk.po
1472                 updates from David Vachulka, Flammie Pirinen, and
1473                 Slavko
1474
1475 2012-11-14 [paul]       3.9.0
1476         * NEWS
1477         * README
1478         * RELEASE_NOTES 
1479                 3.9.0 unleashed!
1480
1481 2012-11-14 [paul]       3.8.1cvs123
1482
1483         * po/de.po
1484         * po/es.po
1485         * po/fi.po
1486         * po/fr.po
1487         * po/hu.po
1488         * po/pt_BR.po
1489         * po/sv.po
1490         * po/uk.po
1491         * po/zh_TW.po
1492                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1493                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1494                 YUP, Wei-Lun Chao
1495
1496 2012-11-14 [paul]       3.8.1cvs122
1497
1498         * tools/README
1499         * tools/fix_date.sh
1500                 improvements by wwp
1501
1502 2012-11-14 [colin]      3.8.1cvs121
1503
1504         * src/action.c
1505                 And fix warning with breaking functionality
1506
1507 2012-11-14 [paul]       3.8.1cvs120
1508
1509         * src/action.c
1510                 revert this change from 3.8.1cvs60, it breaks
1511                 actions with a pipe
1512
1513 2012-11-14 [colin]      3.8.1cvs119
1514
1515         * src/common/plugin.c
1516                 If plugin fails to load from absolute path, try from
1517                 default plugin path. 
1518                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1519                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1520                 results in wrong paths in clawsrc'
1521
1522 2012-11-12 [colin]      3.8.1cvs118
1523
1524         * src/messageview.c
1525                 Fix initial focus on textview. Fixes bug #2776,
1526                 "Make all menu shortcuts work properly in the message window"
1527
1528 2012-11-09 [colin]      3.8.1cvs117
1529
1530         * src/etpan/imap-thread.c
1531                 Specify search charset. Thanks to Aleksei Miheev
1532
1533 2012-11-08 [colin]      3.8.1cvs116
1534
1535         * src/common/socket.c
1536         * src/gtk/gtkutils.c
1537                 Fix socket communication
1538
1539 2012-11-08 [colin]      3.8.1cvs115
1540
1541         * src/plugins/pgpcore/sgpgme.c
1542                 Fix Windows runtime crash
1543
1544 2012-11-08 [colin]      3.8.1cvs114
1545
1546         * src/gtk/quicksearch.c
1547                 Fix going active with NULL matchstring (for example
1548                 when changing type before typing anything)
1549
1550 2012-11-07 [colin]      3.8.1cvs113
1551
1552         * src/mbox.c
1553                 Fix Windows build
1554
1555 2012-11-06 [mones]      3.8.1cvs112
1556
1557         * doc/man/claws-mail.1
1558                 Sync with AUTHORS file
1559         * src/gtk/quicksearch.c
1560                 Add number units where appropriate
1561
1562 2012-10-31 [paul]       3.8.1cvs111
1563
1564         * src/prefs_folder_item.c
1565                 add missing closing bracket. thanks to Andreas Rönnquist.
1566
1567 2012-10-31 [colin]      3.8.1cvs110
1568
1569         * src/prefs_folder_item.c
1570                 Fix prefs text and extra semi-colon. Thanks to Paul!
1571
1572 2012-10-31 [colin]      3.8.1cvs109
1573
1574         * src/folder_item_prefs.c
1575         * src/folder_item_prefs.h
1576         * src/messageview.c
1577         * src/prefs_folder_item.c
1578                 Implement feature from bug #2569, 
1579                 "select html part on folder specific properties"
1580                 Patch based on Andrej's patch.
1581
1582 2012-10-29 [wwp]        3.8.1cvs108
1583
1584         * src/textview.c
1585         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1586         broken URL parsing.
1587
1588 2012-10-25 [colin]      3.8.1cvs107
1589
1590         * src/textview.c
1591                 Verify the previous URI wasn't the same...
1592                 fixes http://www. URIs.
1593
1594 2012-10-25 [colin]      3.8.1cvs106
1595
1596         * src/common/utils.c
1597         * src/common/utils.h
1598         * src/textview.c
1599                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1600                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1601                 from 30% to 15%. Patch by Igor Mammedov
1602
1603 2012-10-25 [colin]      3.8.1cvs105
1604
1605         * src/textview.c
1606                 Do not allow search cost to explode in case of bad message
1607                 parsing in textview_make_clickable_parts_later(); reduces
1608                 cost of textview_make_clickable_parts_later() from 99% to
1609                 17% for big bad-case message. Patch by Igor Mammedov
1610
1611 2012-10-25 [colin]      3.8.1cvs104
1612
1613         * src/textview.c
1614         * src/textview.h
1615                 Avoid strlen() on big buffers, use precomputed length instead
1616                 it reduces cost of textview_write_line() from 32% to 3% for
1617                 big messages. Patch by Igor Mammedov
1618         * AUTHORS
1619         * src/gtk/authors.h
1620                 Add Igor
1621
1622 2012-10-24 [mones]      3.8.1cvs103
1623
1624         * src/advsearch.c
1625                 Trust on IMAP core on-line/off-line management
1626                 Patch by Sean Buckheister
1627
1628 2012-10-19 [paul]       3.8.1cvs102
1629
1630         * AUTHORS
1631         * src/crash.c
1632         * src/gtk/authors.h
1633                 fix bug 2760, 'display correct libc version in crash dialog 
1634                 when uclibc is used'.
1635                 fixes build with uclibc. patch by Natanael Copa.
1636
1637 2012-10-18 [mones]      3.8.1cvs101
1638
1639         * claws-mail.desktop
1640                 Fix bug #2761 and remove invalid GTK main category
1641
1642 2012-10-17 [colin]      3.8.1cvs100
1643
1644         * src/common/ssl_certificate.c
1645                 Fix bug #2759, "Error messages regarding bad
1646                 client certificates are less than helpful"
1647                 Based on patch by bug reporter.
1648
1649 2012-10-13 [paul]       3.8.1cvs99
1650
1651         * src/common/ssl_certificate.c
1652                 fix build with gnutls 3.1.3
1653                 Patch by Sean Buckheister.
1654
1655 2012-10-12 [mones]      3.8.1cvs98
1656
1657         * src/compose.c
1658         * src/grouplistdialog.c
1659         * src/imap.c
1660         * src/news_gtk.c
1661         * src/procmime.c
1662         * src/procmsg.c
1663         * src/common/utils.c
1664         * src/common/utils.h
1665         * src/etpan/imap-thread.c
1666                 New slist_free_strings_full wrapper for g_slist_free_full
1667                 and simplify calls where it was being used
1668
1669 2012-10-12 [colin]      3.8.1cvs97
1670
1671         * src/common/defs.h
1672                 Drop include of internal glib header
1673                 Patch by Werner Koch
1674
1675 2012-10-12 [colin]      3.8.1cvs96
1676
1677         * src/gtk/gtkcmctree.c
1678         * src/gtk/gtksctree.c
1679                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1680                 mouse". Patch mostly by Tom Horsley
1681
1682 2012-10-12 [iwkse]      3.8.1cvs95
1683
1684         * src/common/utils.c
1685                         g_free *mutex
1686
1687 2012-10-12 [mones]      3.8.1cvs94
1688
1689         * src/common/utils.c
1690                 Remove undeclared mutex symbol
1691
1692 2012-10-12 [colin]      3.8.1cvs93
1693
1694         * src/compose.c
1695         * src/prefs_account.c
1696         * src/common/utils.c
1697         * src/common/utils.h
1698                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1699                 Thanks to Salvatore de Paolis
1700
1701 2012-10-10 [colin]      3.8.1cvs92
1702
1703         * src/folder.c
1704                 Fix bug #2744, "Quick search throws bad command 
1705                 argument error on Microsoft Exchange". Fall back
1706                 to local search if folder-specific search fails.
1707         * src/gtk/quicksearch.c
1708                 Typo fix.
1709
1710 2012-10-10 [colin]      3.8.1cvs91
1711
1712         * src/procmsg.h
1713                 Make what the tags list contain more clear
1714
1715 2012-10-10 [colin]      3.8.1cvs90
1716
1717         * src/inc.c
1718         * src/mbox.c
1719         * src/common/smtp.c
1720         * src/common/smtp.h
1721                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1722                 Patch by "madroach"
1723
1724 2012-10-10 [colin]      3.8.1cvs89
1725
1726         * autogen.sh
1727                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1728
1729 2012-10-10 [colin]      3.8.1cvs88
1730
1731         * src/compose.c
1732                 Leak fix (thanks Ricardo!)
1733
1734 2012-10-10 [colin]      3.8.1cvs87
1735
1736         * src/common/utils.c
1737                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1738                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1739                 fixes by Michael Rasmussen and myself.
1740                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1741                 semantics are different from slist_free_strings() in that
1742                 slist_free_strings does not free the list itself.
1743
1744 2012-10-09 [mones]      3.8.1cvs86
1745
1746         * doc/man/claws-mail.1
1747         * src/compose.c
1748         * src/common/utils.c
1749                 New extra headers feature for adding user-defined
1750                 extra headers to the combobox in the compose window
1751                 Headers are stablished in 'extraheaderrc', one per
1752                 line with a final colon
1753
1754 2012-10-06 [mones]      3.8.1cvs85
1755
1756         * po/POTFILES.in
1757                 Added src/gtk/menu.c
1758         * src/common/defs.h
1759         * src/gtk/menu.c
1760         * src/gtk/menu.h
1761                 New function cm_menu_item_new_label_from_url to
1762                 avoid crashing on huge URL strings and warn user
1763                 about the possible causes
1764         * src/mainwindow.c
1765                 Use it to create List menu items safely
1766
1767 2012-10-04 [colin]      3.8.1cvs84
1768
1769         * src/imap.c
1770                 Fix keywords with spaces
1771
1772 2012-10-04 [colin]      3.8.1cvs83
1773
1774         * src/advsearch.c
1775                 Fix double-tag search. Maybe fixes bug #2744,
1776                 'Quick search throws bad command argument 
1777                 error since recent change'. Patch by Sean.
1778
1779 2012-10-03 [mones]      3.8.1cvs82
1780
1781         * src/procmime.c
1782                 Fix bug #2743 'null pointer crash in procmime strchr'
1783                 Patch by Michael Schwendt (from RedHat bug 862578) 
1784
1785 2012-09-28 [colin]      3.8.1cvs81
1786
1787         * src/advsearch.c
1788                 Never search on server if we're offline
1789                 (Asking the user would and will be better)
1790         * src/imap.c
1791                 Fix uninitialized variable (bogus) warning
1792                 Fix SELECT of the folder before searching
1793
1794 2012-09-27 [colin]      3.8.1cvs80
1795
1796         * src/advsearch.c
1797         * src/imap.c
1798         * src/etpan/imap-thread.c
1799         * src/etpan/imap-thread.h
1800                 Implement IMAP server search. Patch by
1801                 Sean Buckheister again.
1802
1803 2012-09-26 [colin]      3.8.1cvs79
1804
1805         * src/main.c
1806         * src/matcher.c
1807         * src/matcher.h
1808                 Prepare the context strings, their translation take
1809                 CPU time. Shaves 6 seconds out of 17 on my reference
1810                 folder body search.
1811         * src/summary_search.c
1812                 Fix a warning
1813
1814 2012-09-26 [colin]      3.8.1cvs78
1815
1816         * src/matcher.c
1817         * src/procmime.c
1818         * src/procmime.h
1819                 Unlock I/O in procmime, give a way
1820                 for matcher to avoid having to
1821                 read/write tmp/rewind/read tmp for
1822                 body matches.
1823
1824 2012-09-26 [colin]      3.8.1cvs77
1825
1826         * src/summary_search.c
1827                 Fix unresponsive stop button
1828         * src/gtk/quicksearch.c
1829                 Fix busy cursor
1830
1831 2012-09-26 [colin]      3.8.1cvs76
1832
1833         * src/summary_search.c
1834         * src/summaryview.c
1835         * src/summaryview.h
1836         * src/gtk/quicksearch.c
1837                 Factorize search code in summary_search and
1838                 add a progress indicator as that slows down
1839                 the first result in case of body search.
1840
1841 2012-09-26 [colin]      3.8.1cvs75
1842
1843         * src/folder.c
1844                 Fix body search triggering GUI updates
1845                 for every message when it gets MSG_SCANNED
1846                 set.
1847
1848 2012-09-26 [colin]      3.8.1cvs74
1849
1850         * src/folder.c
1851         * src/folder.h
1852         * src/imap.c
1853         * src/procmsg.c
1854         * src/procmsg.h
1855         * src/summaryview.c
1856                 Factorize msg list to num list code;
1857                 Make search faster using cache instead
1858                 of network I/O
1859
1860 2012-09-25 [mones]      3.8.1cvs73
1861
1862         * src/gtk/quicksearch.c
1863                 Fix new expressions not being added to quicksearch
1864                 history in extended mode; patch by Sean Buckheister
1865
1866 2012-09-22 [mir]        3.8.1cvs72
1867
1868         * src/advsearch.c
1869                 Fix for not searching in folders marked 'no_select'
1870                 patch provided by Colin.
1871
1872 2012-09-22 [mones]      3.8.1cvs71
1873
1874         * src/advsearch.c
1875                 Add missing copyright header
1876
1877 2012-09-21 [colin]      3.8.1cvs70
1878
1879         * src/folder.c
1880                 Fix warning where msgcount was used
1881                 uninitialized in case the search was
1882                 to be performed on a message list subset.
1883
1884 2012-09-21 [colin]      3.8.1cvs69
1885
1886         * src/gtk/quicksearch.c
1887                 Fix error background not appearing
1888
1889 2012-09-21 [colin]      3.8.1cvs68
1890
1891         * src/Makefile.am
1892         * src/advsearch.c ** ADDED **
1893         * src/advsearch.h ** ADDED **
1894         * src/folder.c
1895         * src/folder.h
1896         * src/folderview.c
1897         * src/imap.c
1898         * src/main.c
1899         * src/matcher.c
1900         * src/matcher.h
1901         * src/matchertypes.h ** ADDED **
1902         * src/mh.c
1903         * src/mimeview.c
1904         * src/news.c
1905         * src/proctypes.h
1906         * src/summary_search.c
1907         * src/summaryview.c
1908         * src/summaryview.h
1909         * src/gtk/quicksearch.c
1910         * src/gtk/quicksearch.h
1911                 Separated GUI and logic for search
1912                 Use same logic for quicksearch and folder search
1913                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1914
1915 2012-09-19 [mones]      3.8.1cvs67
1916
1917         * src/mainwindow.c
1918                 Remove spurious parameter from get_url_part and
1919                 fix potential buffer overflow
1920
1921 2012-09-19 [colin]      3.8.1cvs66
1922
1923         * src/addressbook.c
1924         * src/addrselect.c
1925                 Un-mix mixed enum comparison which happened
1926                 to work because multiple enums define the same
1927                 values.
1928
1929 2012-09-19 [colin]      3.8.1cvs65
1930
1931         * src/addrindex.c
1932         * src/editaddress.c
1933         * src/editldap.c
1934         * src/exporthtml.c
1935         * src/jpilot.c
1936         * src/procmime.c
1937         * src/plugins/bogofilter/bogofilter_gtk.c
1938         * src/plugins/pgpcore/prefs_gpg.c
1939         * src/plugins/smime/smime.c
1940         * src/plugins/spamassassin/spamassassin_gtk.c
1941                 More warning fixes, casts, useless variables and
1942                 unchecked return values
1943
1944 2012-09-19 [colin]      3.8.1cvs64
1945
1946         * src/mainwindow.c
1947                 Check possible overflow
1948         * src/prefs_account.c
1949         * src/prefs_compose_writing.c
1950         * src/prefs_logging.c
1951         * src/prefs_message.c
1952         * src/prefs_msg_colors.c
1953         * src/prefs_other.c
1954         * src/prefs_receive.c
1955         * src/prefs_summaries.c
1956         * src/prefs_wrapping.c
1957                 fix GtkAdjustment casts
1958         * src/common/ssl.c
1959                 fix warnings
1960         * src/gtk/gtkaspell.c
1961                 fix warnings
1962
1963 2012-09-19 [mones]      3.8.1cvs63
1964
1965         * src/addritem.c
1966                 Fix leak and follow function specification
1967
1968 2012-09-19 [mones]      3.8.1cvs62
1969
1970         * src/action.c
1971                 Use unused var c to check result and emit messages on error
1972         * src/addrbook.c
1973                 Remove unused vars: attr (several functions), element
1974         * src/addrclip.c
1975                 Use unused var newGroup to check result
1976         * src/addrcustomattr.c
1977                 Remove unused var summaryview and related code
1978         * src/addressbook.c
1979                 Use unused vars nn, newNode, idleID to check result
1980                 Remove unused var aoType and refactor logic around it
1981                 Comment var enabled and related debug code
1982         * src/msgcache.c
1983                 Use unused var error to check result and emit debug messages
1984         * src/textview.c
1985                 Remove unused var link_color
1986         * src/toolbar.c
1987                 Remove unused vars: attr, retVal
1988
1989 2012-09-19 [colin]      3.8.1cvs61
1990
1991         * src/imap.c
1992         * src/inc.c
1993         * src/news.c
1994         * src/send_message.c
1995         * src/common/socket.c
1996                 More precise error logging
1997
1998 2012-09-16 [mones]      3.8.1cvs60
1999
2000         * src/action.c                                                          
2001                 Removed dup calls with ignored result
2002         * src/addr_compl.c                                                    
2003                 Removed unused var is_group and simplified logic around it      
2004         * src/addrharvest.c                                                  
2005         * src/matcher.c
2006         * src/procmsg.c                                                  
2007         * src/etpan/etpan-thread-manager.c                                    
2008                 Use unused var r to verify result and emit messages on error
2009         * src/compose.c                                                  
2010                 Move color variable into conditional usage blocks
2011                 Remove assigned but not used vars: lock, titles, count    
2012         * src/edittags.c
2013                 Remove assigned but not used var actions                        
2014         * src/folderview.c
2015                 Remove assigned but not used vars: from_parent, src_node        
2016         * src/imap_gtk.c
2017         * src/mh_gtk.c                                                    
2018                 Remove malloc-ed but not used var: old_path                  
2019         * src/news.c
2020                 Comment unused vars from commented block: tofetch, fetched      
2021         * src/prefs_account.c
2022                 Remove assigned but not used var: privacy_enabled
2023         * src/prefs_actions.c
2024         * src/prefs_customheader.c
2025                 Remove assigned but not used var: store
2026         * src/prefs_filtering.c
2027                 Remove assigned but not used var: n_rows
2028         * src/prefs_template.c
2029                 Remove assigned but not used vars: model, list_store
2030         * src/prefs_toolbar.c
2031                 Remove assigned but not used var: win_titles
2032         * src/printing.c
2033                 Remove assigned but not used vars: orientation, line, baseline,
2034                 off_chars 
2035         * src/etpan/imap-thread.c
2036                 Remove assigned but not used var: value, r
2037                 Refactor to check correct memory allocation
2038         * src/etpan/nntp-thread.c
2039                 Remove assigned but not used var: value
2040         * src/gtk/gtkaspell.c
2041                 Remove assigned but not used vars: textbuf, exist
2042                 Remove unused function: find_gtkaspeller
2043         * src/gtk/gtkcmctree.c
2044                 Remove unused function: gtk_cmctree_get_offset
2045         * src/gtk/gtkshruler.c
2046                 Remove assigned but not used vars: ruler, priv
2047
2048 2012-09-14 [mones]      3.8.1cvs59
2049
2050         * src/common/log.c
2051                 Check file operation results (and remove and
2052                 unused var warning)
2053
2054 2012-09-14 [colin]      3.8.1cvs58
2055
2056         * src/gtk/inputdialog.c
2057                 Remove unused var, thanks Ticho
2058
2059 2012-09-13 [colin]      3.8.1cvs57
2060
2061         * src/stock_pixmap.c
2062                 Fix missing \n in debug line
2063
2064 2012-09-13 [colin]      3.8.1cvs56
2065
2066         * src/main.c
2067                 Don't listen on the Unix socket before we're
2068                 ready. The 'popup' order from another instance
2069                 may provoke a race and trash configuration files.
2070
2071 2012-09-13 [colin]      3.8.1cvs55
2072
2073         * src/imap.c
2074                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
2075                 Claws-Mail/IMAP and Lotus Domino". Use
2076                 correct types for start/end and test if
2077                 start is indeed before end.
2078
2079 2012-09-12 [mones]      3.8.1cvs54
2080
2081         * src/prefs_other.c
2082                 Fix bug #1975 'preference mutt key bindings do not take
2083                 effect' (and the other invalid paths too)
2084
2085 2012-09-12 [colin]      3.8.1cvs53
2086
2087         * src/procmsg.c
2088                 Revert that hunk, logic is unclear.
2089
2090 2012-09-12 [colin]      3.8.1cvs52
2091
2092         * src/addressbook.c
2093         * src/addrharvest.c
2094         * src/addrindex.c
2095         * src/addritem.c
2096         * src/compose.c
2097         * src/edittags.c
2098         * src/folder.c
2099         * src/imap.c
2100         * src/inc.c
2101         * src/ldif.c
2102         * src/mainwindow.c
2103         * src/mbox.c
2104         * src/mimeview.c
2105         * src/mutt.c
2106         * src/partial_download.c
2107         * src/prefs_filtering_action.c
2108         * src/prefs_toolbar.c
2109         * src/printing.c
2110         * src/procheader.c
2111         * src/procmime.c
2112         * src/procmsg.c
2113         * src/summaryview.c
2114         * src/textview.c
2115         * src/common/utils.c
2116         * src/etpan/imap-thread.c
2117         * src/gtk/gtkaspell.c
2118         * src/plugins/pgpcore/sgpgme.c
2119                 More fixes from bug #1961:
2120                 - Write-only variables
2121                 - Null pointer dereferences
2122                 - A couple other fixes for which the reporter
2123                   was unsure, but which showed problems.
2124                 More details in bug #1961 comments.
2125
2126 2012-09-12 [colin]      3.8.1cvs51
2127
2128         * src/compose.c
2129         * src/mh.c
2130         * src/common/ssl.c
2131         * src/plugins/pgpcore/passphrase.c
2132                 Apply patches from bug #1961, "patches for
2133                 a couple of clang warnings":
2134                 - Check return codes
2135                 - Remove dead code
2136
2137 2012-09-12 [colin]      3.8.1cvs50
2138
2139         * claws-mail.pc.in
2140                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2141                 where the included menu.h could come from Ncurses.
2142                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2143
2144 2012-09-11 [colin]      3.8.1cvs49
2145
2146         * src/main.c
2147                 Fix race condition at start.
2148
2149 2012-09-10 [colin]      3.8.1cvs48
2150
2151         * src/main.c
2152                 Create lock socket as soon as possible, not after
2153                 a few things like caching all prefs.
2154
2155 2012-09-09 [mones]      3.8.1cvs47
2156
2157         * src/plugins/bogofilter/bogofilter.c
2158                 Add missing include
2159
2160 2012-09-08 [colin]      3.8.1cvs46
2161
2162         * AUTHORS
2163         * src/Makefile.am
2164         * src/action.c
2165         * src/addr_compl.c
2166         * src/addrbook.c
2167         * src/compose.c
2168         * src/compose.h
2169         * src/editaddress.c
2170         * src/filtering.c
2171         * src/folder.c
2172         * src/folder.h
2173         * src/folderview.h
2174         * src/headerview.h
2175         * src/imap_gtk.c
2176         * src/localfolder.c
2177         * src/main.c
2178         * src/mainwindow.c
2179         * src/mainwindow.h
2180         * src/matcher.c
2181         * src/matcher_parser_parse.y
2182         * src/messageview.c
2183         * src/messageview.h
2184         * src/mh.c
2185         * src/mh_gtk.c
2186         * src/mimeview.c
2187         * src/mimeview.h
2188         * src/noticeview.h
2189         * src/prefs_account.c
2190         * src/prefs_account.h
2191         * src/prefs_filtering.c
2192         * src/prefs_filtering_action.c
2193         * src/prefs_gtk.h
2194         * src/prefs_matcher.c
2195         * src/prefs_template.c
2196         * src/prefs_toolbar.c
2197         * src/privacy.c
2198         * src/procheader.h
2199         * src/procmime.c
2200         * src/procmime.h
2201         * src/procmsg.c
2202         * src/procmsg.h
2203         * src/proctypes.h
2204         * src/remotefolder.c
2205         * src/summaryview.c
2206         * src/summaryview.h
2207         * src/textview.c
2208         * src/textview.h
2209         * src/toolbar.c
2210         * src/uri_opener.c
2211         * src/viewtypes.h
2212         * src/common/defs.h
2213         * src/gtk/authors.h
2214         * src/gtk/description_window.c
2215         * src/plugins/trayicon/trayicon.c
2216                 Break circular dependencies in Claws' headers,
2217                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2218
2219 2012-09-08 [colin]      3.8.1cvs45
2220
2221         * src/textview.c
2222                 Fix shortcut getting
2223
2224 2012-09-05 [colin]      3.8.1cvs44
2225
2226         * src/matcher.c
2227         * src/matcher.h
2228         * src/prefs_matcher.c
2229                 Drop matcherprop_new_create, which is just a copy of
2230                 matcherprop_new, and staticalize what can be
2231
2232 2012-09-05 [colin]      3.8.1cvs43
2233
2234         * src/plugins/pgpcore/select-keys.c
2235                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2236                 based on primary UID rather than recipient e-mail"
2237
2238 2012-08-29 [colin]      3.8.1cvs42
2239
2240         * src/gtk/gtkaspell.c
2241                 Fix bug #2596, "Spell checker does not work properly"
2242
2243 2012-08-29 [colin]      3.8.1cvs41
2244
2245         * src/plugins/pgpcore/sgpgme.c
2246                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2247                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2248
2249 2012-08-29 [colin]      3.8.1cvs40
2250
2251         * src/mainwindow.c
2252         * src/messageview.c
2253         * src/mimeview.c
2254         * src/mimeview.h
2255         * src/summaryview.c
2256         * src/textview.c
2257         * src/gtk/menu.c
2258         * src/gtk/menu.h
2259                 Move the hardcoded mimeview shortcuts to standard menus.
2260
2261 2012-08-27 [colin]      3.8.1cvs39
2262
2263         * src/main.c
2264                 Fix double mainwindow presentation that confuses GNOME3
2265                 when some plugins fail to load (subsequent Claws windows
2266                 got no focus in that case)
2267
2268 2012-08-27 [colin]      3.8.1cvs38
2269
2270         * src/summaryview.c
2271                 Make Mark all read confirmation button more clear
2272
2273 2012-08-27 [colin]      3.8.1cvs37
2274
2275         * src/mainwindow.c
2276         * src/summaryview.c
2277                 Separate "Mark all read" from "Mark as read"
2278                 and "Ignore thread"
2279
2280 2012-08-27 [wwp]        3.8.1cvs36
2281
2282         * src/inc.c
2283         * src/procmsg.c
2284                 Remove session statistics debug statements (irrelevant in repo,
2285                 that's dev stuff).
2286
2287 2012-08-24 [mones]      3.8.1cvs35
2288
2289         * manual/advanced.xml
2290                 Keep alphabetic order of hidden options lost
2291                 and update Clawsker URL.
2292         * manual/de/advanced.xml
2293         * manual/fr/advanced.xml
2294                 Update Clawsker URL.
2295         * manual/es/advanced.xml
2296                 Sync with English version and update Clawsker URL.
2297         * manual/de/dist/html/Makefile.am
2298         * manual/es/dist/html/Makefile.am
2299         * manual/fr/dist/html/Makefile.am
2300         * manual/pl/dist/html/Makefile.am
2301         * manual/dist/html/Makefile.am
2302                 Fix bug 2723 'Missing encoding in generated html manual'
2303
2304 2012-08-23 [colin]      3.8.1cvs34
2305
2306         * src/mainwindow.c
2307                 Fix --offline asking if one wants to sync,
2308                 due to re-entering. Thanks <ebik@ucw.cz>.
2309
2310 2012-08-16 [colin]      3.8.1cvs33
2311
2312         * src/imap.c
2313                 Always clear the tags list when fetching a folder, or
2314                 Claws will never untag an untagged email. Patch by
2315                 Igor Mammedov <imammedo@redhat.com>
2316
2317 2012-08-12 [colin]      3.8.1cvs32
2318
2319         * src/compose.c
2320                 Exclude text/plain from the attachment thing
2321
2322 2012-08-12 [colin]      3.8.1cvs31
2323
2324         * src/messageview.c
2325                 Fix comparison, thanks to Michael Gmelin
2326
2327 2012-08-12 [colin]      3.8.1cvs30
2328
2329         * src/messageview.c
2330                 Only show HTML parts by default (if the pref
2331                 is set so) if the part disposition-type is
2332                 inline or unknown, but not attachment.
2333         * src/common/ssl.c
2334                 Remove useless hook that won't ever be used
2335                 on windows
2336
2337 2012-08-12 [colin]      3.8.1cvs29
2338
2339         * src/compose.c
2340                 Make sure text/* attachments are not made
2341                 inline, regardless of the compose mode.
2342                 Finishes fixing bug #2203 after auto-save
2343                 switches mode to COMPOSE_REEDIT. Thanks to
2344                 Michael Gmelin for finding this.
2345
2346 2012-08-09 [colin]      3.8.1cvs28
2347
2348         * src/prefs_filtering.c
2349                 Make treeView type-ahead case insensitive
2350                 Patch by Andreas Ronnquist
2351
2352 2012-08-09 [colin]      3.8.1cvs27
2353
2354         * src/gtk/sslcertwindow.c
2355                 Fix leak
2356
2357 2012-08-09 [colin]      3.8.1cvs26
2358
2359         * src/common/ssl.c
2360         * src/common/ssl_certificate.c
2361         * src/common/ssl_certificate.h
2362         * src/gtk/sslcertwindow.c
2363                 Fix bug 2718, "Failure to check peer hostname
2364                 when checking certificate"
2365
2366 2012-08-05 [ticho]      3.8.1cvs25
2367
2368         * src/compose.c
2369                 Avoid header combo box to get focus twice (first text within,
2370                 then combobox widget itself) when switching focus with TAB.
2371
2372 2012-07-28 [ticho]      3.8.1cvs24
2373
2374         * src/compose.c
2375                 Properly fix setting "transient for" for attachment properties
2376                 dialog when called via popup menu (since we're stealing focus
2377                 few lines before, we need to do it directly, not via
2378                 manage_window_*).
2379
2380 2012-07-28 [ticho]      3.8.1cvs23
2381
2382         * src/gtk/pluginwindow.c
2383         * src/gtk/prefswindow.c
2384                 Fixed setting "transient for" property for plugin load/unload
2385                 file dialog. Connected manage_window signals to prefswindow events.
2386
2387 2012-07-27 [ticho]      3.8.1cvs22
2388
2389         * src/summaryview.c
2390         * src/textview.c
2391                 Fixed setting "transient for" property for summaryview file
2392                 dialog and messageview's image save dialog.
2393
2394 2012-07-27 [ticho]      3.8.1cvs21
2395
2396         * src/crash.c
2397         * src/mimeview.c
2398                 Fix setting "transient for" property for file select dialogs
2399                 in crash report and mimeview.
2400
2401 2012-07-27 [ticho]      3.8.1cvs20
2402
2403         * src/compose.c
2404                 Fixed "transient for" property for file attach dialog when
2405                 called from Attachments list popup menu. Simplified menu item
2406                 sensitivities setting code logic for this menu.
2407
2408 2012-07-25 [ticho]      3.8.1cvs19
2409
2410         * manual/advanced.xml
2411                 Add the three hidden preferences related to colored display
2412                 of unified diffs to manual.
2413
2414 2012-07-25 [ticho]      3.8.1cvs18
2415
2416         * src/gtk/gtkaspell.c
2417                 Create "Change directory" submenu in a separate function, change
2418                 wording a bit, and make the submenu always available in a context
2419                 menu of body edit box in compose window.
2420
2421 2012-07-25 [ticho]      3.8.1cvs17
2422
2423         * src/gtk/prefswindow.c
2424                 Correctly set transient_for property for preferences window,
2425                 as well as for color picker dialogs. Fixes bug #2710.
2426
2427 2012-07-25 [ticho]      3.8.1cvs16
2428
2429         * src/gtk/quicksearch.c
2430                 Allow quicksearch syntax description window to be correctly
2431                 set transient for main window.
2432
2433 2012-07-15 [wwp]        3.8.1cvs15
2434
2435         * src/procmime.c
2436                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2437
2438 2012-07-10 [paul]       3.8.1cvs14
2439
2440         * src/procmime.c
2441                 forgot this in last commit
2442
2443 2012-07-10 [paul]       3.8.1cvs13
2444
2445         * src/messageview.c
2446         * src/common/defs.h
2447         * src/common/quoted-printable.c
2448         * src/common/quoted-printable.h
2449                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2450                 the bug: partial message text loss
2451
2452 2012-07-10 [mones]      3.8.1cvs12
2453
2454         * src/plugins/pgpcore/sgpgme.c
2455                 Fix bug 2689, 'segfault when trying to view info
2456                 about pgp/smime sign'
2457
2458 2012-07-08 [ticho]      3.8.1cvs11
2459
2460         * src/plugins/pgpcore/sgpgme.c
2461                 Consider marginal signature validity as untrusted. Suggested by
2462                 Jean-Benoist Leger (leger at crans.org).
2463
2464 2012-07-08 [paul]       3.8.1cvs10
2465
2466         * src/gtk/icon_legend.c
2467                 fix (reveal) hidden icon in gui and build warning
2468
2469 2012-07-07 [paul]       3.8.1cvs9
2470
2471         * src/plugins/pgpcore/prefs_gpg.c
2472                 fix build
2473
2474 2012-07-07 [colin]      3.8.1cvs8
2475
2476         * claws-features.h.in
2477         * src/codeconv.h
2478         * src/imap_gtk.h
2479         * src/inc.h
2480         * src/jpilot.h
2481         * src/messageview.h
2482         * src/msgcache.h
2483         * src/news_gtk.h
2484         * src/partial_download.h
2485         * src/pop.h
2486         * src/prefs_account.h
2487         * src/prefs_common.h
2488         * src/printing.h
2489         * src/procmime.h
2490         * src/procmsg.h
2491         * src/stock_pixmap.c
2492         * src/textview.h
2493         * src/common/defs.h
2494         * src/common/log.h
2495         * src/common/session.h
2496         * src/common/smtp.h
2497         * src/common/socket.h
2498         * src/common/ssl.h
2499         * src/common/ssl_certificate.h
2500         * src/common/timing.h
2501         * src/common/utils.h
2502         * src/gtk/gtkaspell.h
2503         * src/gtk/gtkutils.h
2504         * src/gtk/pluginwindow.h
2505         * src/gtk/spell_entry.h
2506         * src/gtk/sslcertwindow.h
2507                 Don't export config.h in public headers
2508
2509 2012-07-07 [colin]      3.8.1cvs7
2510
2511         * claws-features.h.in
2512         * configure.ac
2513         * Makefile.am
2514         * src/account.c
2515         * src/action.c
2516         * src/addr_compl.c
2517         * src/addrcustomattr.c
2518         * src/addrduplicates.c
2519         * src/addressadd.c
2520         * src/addressbook.c
2521         * src/addressbook_foldersel.c
2522         * src/addrgather.c
2523         * src/addrindex.c
2524         * src/alertpanel.c
2525         * src/autofaces.c
2526         * src/browseldap.c
2527         * src/codeconv.c
2528         * src/codeconv.h
2529         * src/compose.c
2530         * src/crash.c
2531         * src/customheader.c
2532         * src/displayheader.c
2533         * src/editaddress.c
2534         * src/editaddress_other_attributes_ldap.c
2535         * src/editbook.c
2536         * src/editgroup.c
2537         * src/editjpilot.c
2538         * src/editldap.c
2539         * src/editldap_basedn.c
2540         * src/edittags.c
2541         * src/editvcard.c
2542         * src/exphtmldlg.c
2543         * src/expldifdlg.c
2544         * src/export.c
2545         * src/exporthtml.c
2546         * src/exportldif.c
2547         * src/folder.c
2548         * src/folder_item_prefs.c
2549         * src/grouplistdialog.c
2550         * src/headerview.c
2551         * src/image_viewer.c
2552         * src/imap.c
2553         * src/imap_gtk.c
2554         * src/imap_gtk.h
2555         * src/import.c
2556         * src/importldif.c
2557         * src/importmutt.c
2558         * src/importpine.c
2559         * src/inc.c
2560         * src/inc.h
2561         * src/jpilot.c
2562         * src/jpilot.h
2563         * src/ldapctrl.c
2564         * src/ldaplocate.c
2565         * src/ldapquery.c
2566         * src/ldapserver.c
2567         * src/ldapupdate.c
2568         * src/ldaputil.c
2569         * src/main.c
2570         * src/manual.c
2571         * src/matcher.c
2572         * src/mbox.c
2573         * src/message_search.c
2574         * src/messageview.h
2575         * src/mh.c
2576         * src/mh_gtk.c
2577         * src/mimeview.c
2578         * src/msgcache.c
2579         * src/msgcache.h
2580         * src/news.c
2581         * src/news_gtk.c
2582         * src/news_gtk.h
2583         * src/noticeview.c
2584         * src/partial_download.c
2585         * src/partial_download.h
2586         * src/pop.c
2587         * src/pop.h
2588         * src/prefs_account.c
2589         * src/prefs_account.h
2590         * src/prefs_actions.c
2591         * src/prefs_common.c
2592         * src/prefs_common.h
2593         * src/prefs_compose_writing.c
2594         * src/prefs_customheader.c
2595         * src/prefs_display_header.c
2596         * src/prefs_ext_prog.c
2597         * src/prefs_filtering.c
2598         * src/prefs_filtering_action.c
2599         * src/prefs_folder_column.c
2600         * src/prefs_folder_item.c
2601         * src/prefs_fonts.c
2602         * src/prefs_gtk.c
2603         * src/prefs_image_viewer.c
2604         * src/prefs_logging.c
2605         * src/prefs_matcher.c
2606         * src/prefs_message.c
2607         * src/prefs_msg_colors.c
2608         * src/prefs_other.c
2609         * src/prefs_quote.c
2610         * src/prefs_receive.c
2611         * src/prefs_send.c
2612         * src/prefs_spelling.c
2613         * src/prefs_summaries.c
2614         * src/prefs_summary_column.c
2615         * src/prefs_summary_open.c
2616         * src/prefs_toolbar.c
2617         * src/prefs_wrapping.c
2618         * src/printing.c
2619         * src/printing.h
2620         * src/procheader.c
2621         * src/procmime.c
2622         * src/procmime.h
2623         * src/procmsg.h
2624         * src/quote_fmt.c
2625         * src/recv.c
2626         * src/send_message.c
2627         * src/setup.c
2628         * src/ssl_manager.c
2629         * src/statusbar.c
2630         * src/summary_search.c
2631         * src/textview.c
2632         * src/textview.h
2633         * src/toolbar.c
2634         * src/undo.c
2635         * src/unmime.c
2636         * src/uri_opener.c
2637         * src/wizard.c
2638         * src/common/claws.c
2639         * src/common/defs.h
2640         * src/common/hooks.c
2641         * src/common/log.c
2642         * src/common/log.h
2643         * src/common/plugin.c
2644         * src/common/prefs.c
2645         * src/common/session.c
2646         * src/common/session.h
2647         * src/common/smtp.c
2648         * src/common/smtp.h
2649         * src/common/socket.c
2650         * src/common/socket.h
2651         * src/common/ssl.c
2652         * src/common/ssl.h
2653         * src/common/ssl_certificate.c
2654         * src/common/ssl_certificate.h
2655         * src/common/string_match.c
2656         * src/common/tags.c
2657         * src/common/timing.h
2658         * src/common/utils.c
2659         * src/common/utils.h
2660         * src/etpan/etpan-thread-manager.c
2661         * src/etpan/imap-thread.c
2662         * src/etpan/nntp-thread.c
2663         * src/gtk/about.c
2664         * src/gtk/combobox.c
2665         * src/gtk/description_window.c
2666         * src/gtk/filesel.c
2667         * src/gtk/gtkaspell.c
2668         * src/gtk/gtkaspell.h
2669         * src/gtk/gtkshruler.c
2670         * src/gtk/gtkunit.c
2671         * src/gtk/gtkutils.c
2672         * src/gtk/gtkutils.h
2673         * src/gtk/gtkvscrollbutton.c
2674         * src/gtk/icon_legend.c
2675         * src/gtk/inputdialog.c
2676         * src/gtk/logwindow.c
2677         * src/gtk/menu.c
2678         * src/gtk/pluginwindow.c
2679         * src/gtk/pluginwindow.h
2680         * src/gtk/prefswindow.c
2681         * src/gtk/progressdialog.c
2682         * src/gtk/quicksearch.c
2683         * src/gtk/spell_entry.c
2684         * src/gtk/spell_entry.h
2685         * src/gtk/sslcertwindow.c
2686         * src/gtk/sslcertwindow.h
2687         * src/plugins/bogofilter/bogofilter.c
2688         * src/plugins/bogofilter/bogofilter_gtk.c
2689         * src/plugins/dillo_viewer/dillo_prefs.c
2690         * src/plugins/dillo_viewer/dillo_viewer.c
2691         * src/plugins/pgpcore/pgp_viewer.c
2692         * src/plugins/pgpcore/plugin.c
2693         * src/plugins/pgpcore/sgpgme.c
2694         * src/plugins/pgpinline/pgpinline.c
2695         * src/plugins/pgpinline/plugin.c
2696         * src/plugins/pgpmime/pgpmime.c
2697         * src/plugins/pgpmime/plugin.c
2698         * src/plugins/smime/plugin.c
2699         * src/plugins/smime/smime.c
2700         * src/plugins/spamassassin/libspamc.c
2701         * src/plugins/spamassassin/spamassassin.c
2702         * src/plugins/spamassassin/spamassassin_gtk.c
2703         * src/plugins/trayicon/trayicon.c
2704         * src/plugins/trayicon/trayicon_prefs.c
2705                 Specify Claws compile-time features in a specific header
2706
2707 2012-07-06 [wwp]        3.8.1cvs6
2708
2709         * src/main.c
2710         * src/gtk/about.c
2711                 Session statistics: format date following global prefs,
2712                 and fix stats output a little bit.
2713
2714 2012-07-03 [mir]        3.8.1cvs5
2715
2716         * src/procmime.c
2717             fix bug 2642, 'improve transfer encoding selection'.
2718             Patch provided by Christopher Zimmermann
2719             (madroach claws at gmerlin dot de)
2720
2721 2012-07-03 [mir]        3.8.1cvs4
2722
2723         * src/procmime.c
2724         * src/common/defs.h
2725             fix bug 2641, '7bit or 8bit encoded attachments can
2726             have lines longer than 998 characters'.
2727             Patch provided by Christopher Zimmermann
2728             (madroach claws at gmerlin dot de)
2729
2730
2731 2012-07-03 [mir]        3.8.1cvs3
2732
2733         * src/procmime.c
2734         * src/common/defs.h
2735             fix bug 2641, '7bit or 8bit encoded attachments can
2736             have lines longer than 998 characters'.
2737             Patch provided by Christopher Zimmermann
2738             (madroach claws at gmerlin dot de)
2739
2740 2012-07-03 [mir]        3.8.1cvs2
2741
2742         * src/messageview.c
2743         * src/procmime.c
2744         * src/common/quoted-printable.c
2745         * src/common/quoted-printable.h
2746             fix bug 2640, 'improve quoted-printable encoding'
2747             Patch provided by madroach claws at gmerlin dot de
2748
2749 2012-06-30 [paul]       3.8.1cvs1
2750
2751         * Makefile.am
2752                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2753
2754 2012-06-27 [paul]       3.8.1
2755         * NEWS
2756         * README
2757         * RELEASE_NOTES 
2758                 3.8.1 unleashed!
2759                 
2760 2012-06-27 [paul]       3.8.0cvs58
2761
2762         * configure.ac
2763                 fix minimum required GTK+, which got mistakenly bumped
2764                 in 3.8.0cvs36
2765
2766 2012-06-27 [paul]       3.8.0cvs57
2767
2768         * configure.ac
2769         * po/cs.po
2770         * po/de.po
2771         * po/es.po
2772         * po/fr.po
2773         * po/hu.po
2774         * po/id_ID.po
2775         * po/lt.po
2776         * po/pt_BR.po
2777         * po/sk.po
2778         * po/sv.po
2779         * po/zh_CN.po
2780         * po/zh_TW.po
2781                 updated translations
2782         * src/gtk/authors.h
2783         * tools/claws.i18n.status.pl
2784                 updated based on currently active
2785
2786 2012-06-25 [mir]        3.8.0cvs56
2787
2788         * src/folder.c
2789             If a folder class returns <> 0 then the message has not
2790             been removed from the file system and therefore it should
2791             not be removed from the cache either.
2792
2793 2012-06-20 [ticho]      3.8.0cvs55
2794
2795         * src/mh.c
2796                 Fix for bug #1090 - Standard-folders appear again
2797                 after rescanning tree
2798
2799 2012-06-20 [paul]       3.8.0cvs54
2800
2801         * src/prefs_common.c
2802         * src/prefs_common.h
2803         * src/textview.c
2804         * src/textview.h
2805                 colourise attached patches.
2806                 Patch by Ticho
2807
2808 2012-06-02 [wwp]        3.8.0cvs53
2809
2810         * src/gtk/progressdialog.c
2811                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2812                 now hides (as well as pressing Esc) instead of doing nothing.
2813
2814 2012-06-02 [wwp]        3.8.0cvs52
2815
2816         * doc/man/claws-mail.1
2817         * src/main.c
2818         * src/main.h
2819         * src/inc.c
2820         * src/procmsg.c
2821         * src/gtk/about.c
2822                 Introduce a new feature: basic session statistics (from the about dialog
2823                 or the command-line).
2824
2825 2012-06-02 [wwp]        3.8.0cvs51
2826
2827         * src/compose.c
2828                 Fix bug 2620: shift+tab from subject field not working.
2829
2830 2012-06-02 [wwp]        3.8.0cvs50
2831
2832         * src/compose.c
2833         * src/mainwindow.c
2834         * src/messageview.c
2835                 Normalize capitalization of strings in UI.
2836
2837 2012-05-30 [paul]       3.8.0cvs49
2838
2839         * src/common/ssl.c
2840                 don't do TLS if not requested by user. fixes connecting to
2841                 servers which, for example, want SSL 3 only
2842
2843 2012-05-27 [paul]       3.8.0cvs48
2844
2845         * *
2846                 update copyright headers to 2012
2847
2848 2012-05-27 [paul]       3.8.0cvs47
2849
2850         * src/editldap.c
2851         * src/prefs_actions.c
2852         * src/gtk/about.c
2853                 fix some typos in strings, thanks to Thomas Bellmann
2854
2855 2012-05-16 [paul]       3.8.0cvs46
2856
2857         * src/prefs_filtering_action.c
2858                 fix disabled 'select...' button that never goes away
2859                 when using the new addr book
2860                 
2861
2862 2012-05-16 [colin]      3.8.0cvs45
2863
2864         * src/common/utils.c
2865                 And fix leak
2866
2867 2012-05-16 [colin]      3.8.0cvs44
2868
2869         * src/common/utils.c
2870                 Make remove_numbered_files much faster when there's
2871                 just one file to remove.
2872
2873 2012-05-16 [paul]       3.8.0cvs43
2874
2875         * src/matcher.c
2876                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2877
2878 2012-05-16 [paul]       3.8.0cvs42
2879
2880         * src/gtk/description_window.c
2881                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2882
2883 2012-05-16 [paul]       3.8.0cvs41
2884
2885         * src/common/ssl_certificate.c
2886                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2887                 Patch by Christian Hesse
2888
2889 2012-05-11 [colin]      3.8.0cvs40
2890
2891         * src/mimeview.c
2892         * src/common/utils.c
2893                 Fix bug 2659, 'E-mail attachments are handled
2894                 inconsistently'
2895                 Fix problems iterating the mime tree, and determine
2896                 whether a file is an email without To:
2897
2898 2012-04-03 [colin]      3.8.0cvs39
2899
2900         * src/Makefile.am
2901                 Fix build (damn whitespace-sensitive file format)
2902
2903 2012-04-02 [colin]      3.8.0cvs38
2904
2905         * src/Makefile.am
2906                 Fix incomplete make dist
2907
2908 2012-04-02 [colin]      3.8.0cvs37
2909
2910         * src/compose.c
2911                 Fix mistakenly removed function call
2912
2913 2012-04-01 [colin]      3.8.0cvs36
2914
2915         * configure.ac
2916         * src/.cvsignore
2917         * src/Makefile.am
2918         * src/addr_compl.c
2919         * src/addressadd.c
2920         * src/addressadd.h
2921         * src/addressbook-dbus.c
2922         * src/addressbook-dbus.h
2923         * src/addrgather.c
2924         * src/addrgather.h
2925         * src/addrharvest.c
2926         * src/addrharvest.h
2927         * src/claws-contacts.xml
2928         * src/compose.c
2929         * src/compose.h
2930         * src/filtering.c
2931         * src/headerview.c
2932         * src/main.c
2933         * src/mainwindow.c
2934         * src/messageview.c
2935         * src/prefs_common.c
2936         * src/prefs_filtering_action.c
2937         * src/prefs_matcher.c
2938         * src/summaryview.c
2939         * src/textview.c
2940         * src/toolbar.c
2941         * src/plugins/bogofilter/bogofilter_gtk.c
2942         * src/plugins/dillo_viewer/dillo_prefs.c
2943         * src/plugins/spamassassin/spamassassin_gtk.c
2944         * src/plugins/trayicon/trayicon.c
2945                 Import new addressbook code from the new-contacts branch
2946
2947 2012-03-29 [paul]       3.8.0cvs35
2948
2949         * AUTHORS
2950         * src/gtk/authors.h
2951         * src/gtk/quicksearch.c
2952                 add 'ha', short version of 'has_attachment' in quick search
2953                 Patch by Andreas Rönnquist
2954
2955 2012-03-26 [mones]      3.8.0cvs34
2956
2957         * src/common/plugin.c
2958                 Support 2 and 3-clause BSD licensed plugins
2959
2960 2012-03-15 [pawel]      3.8.0cvs33
2961
2962         * src/messageview.c
2963         * src/textview.c
2964                 - Make separate window info more accurate about
2965                 move to trash/deletion.
2966                 - Fix busy cursor
2967
2968 2012-03-14 [pawel]      3.8.0cvs32
2969
2970         * src/folder.c
2971         * src/messageview.c
2972         * src/messageview.h
2973         * src/procmsg.h
2974         * src/summaryview.c
2975         * src/textview.c
2976         * src/textview.h
2977                 Better fix for bug #2501
2978                 Instead of leaving blank window after message move or delete,
2979                 update separate view to next message in message list or
2980                 display info why view is blank. This was discussed
2981                 in bug #2621 comments.
2982
2983 2012-03-11 [colin]      3.8.0cvs31
2984
2985         * src/gtk/gtkcmctree.c
2986         * src/gtk/authors.h
2987         * AUTHORS
2988                 Fix focus rectangle on unfocused rows
2989                 Patch by Michael Shell
2990
2991 2012-02-29 [colin]      3.8.0cvs30
2992
2993         * src/gtk/gtkcmctree.c
2994                 Fix bug #2577, "Focus rectangle on folder list and message 
2995                 list headings doesn't get properly cleared when switching 
2996                 heading and horizontally scrolling list (underlines and 
2997                 vertical lines remain on screen)". Patch by Michael Shell
2998
2999 2012-02-13 [pawel]      3.8.0cvs29
3000
3001         * src/messageview.c
3002                 Fix crasher when double clicking on IMAP message and
3003                 MessageView is not shown introduced in cvs21
3004                 Patch by mones
3005
3006 2012-02-10 [pawel]      3.8.0cvs28
3007
3008         * src/filtering.c
3009                 Fix bug #2598 'Actions can move locked messages'
3010
3011 2012-02-08 [pawel]      3.8.0cvs27
3012
3013         * src/prefs_actions.c
3014         * src/prefs_actions.h
3015         * src/prefs_toolbar.c
3016         * src/prefs_toolbar.h
3017         * src/toolbar.c
3018         * src/toolbar.h
3019                 - Implement automatic removal of toolbar action buttons when
3020                   associated action is removed
3021                 - Don't allow creation of two actions with the same name,
3022                   before all executions/removals were performed on first action
3023                   with duplicated name in linked list which wasn't always
3024                   correct behaviour
3025
3026 2012-02-05 [colin]      3.8.0cvs26
3027
3028         * src/main.c
3029         * src/mainwindow.c
3030         * src/messageview.c
3031         * src/messageview.h
3032         * src/prefs_common.c
3033         * src/prefs_common.h
3034         * src/procmsg.c
3035         * src/procmsg.h
3036         * src/summaryview.c
3037         * src/summaryview.h
3038                 Add an history to navigate in mails
3039
3040 2012-02-05 [colin]      3.8.0cvs25
3041
3042         * src/procmime.c
3043                 Fix inverted comparison in list_find_custom.
3044
3045 2012-02-03 [wwp]        3.8.0cvs24
3046
3047         * src/gtk/progressdialog.c
3048         Make translators life easier: use View log instead of Show log
3049         (thanks, gusnan!).
3050
3051 2012-02-02 [pawel]      3.8.0cvs23
3052
3053         * src/folderview.c
3054                 Fix bug #2590 'Un-capitalize strings'
3055                 Patch by Christian Hesse
3056
3057 2012-02-02 [pawel]      3.8.0cvs22
3058
3059         * src/mainwindow.c
3060                 Fix bug #2595 
3061                 'Change expand behavior for message list / message view'
3062                 Patch by Christian Hesse
3063
3064 2012-02-02 [pawel]      3.8.0cvs21
3065
3066         * src/folder.c
3067         * src/messageview.c
3068         * src/messageview.h
3069         * src/procmsg.h
3070                 Fix bug #2501 'opened message blanks when moved to other folder'
3071                 Detect message move and update message window contents 
3072                 accordingly, if message is moved to trash close window
3073
3074 2012-02-01 [pawel]      3.8.0cvs20
3075
3076         * src/jpilot.c
3077         * src/mutt.c
3078         * src/pine.c
3079         * src/procmsg.c
3080         * src/vcard.c
3081         * src/gtk/sslcertwindow.c
3082                 More strncat boundary checks
3083
3084 2012-01-31 [wwp]        3.8.0cvs19
3085
3086         * src/gtk/gtkutils.c
3087         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3088         long line wrapping.
3089
3090 2012-01-31 [wwp]        3.8.0cvs18
3091
3092         * src/gtk/progressdialog.c
3093         * src/gtk/progressdialog.h
3094         * src/inc.c
3095         * src/send_message.c
3096         Add a button to the retrieve/send dialogs to
3097         open the network log.
3098
3099 2012-01-25 [wwp]        3.8.0cvs17
3100
3101         * src/addr_compl.c
3102         Remove debug statement.
3103
3104 2012-01-20 [pawel]      3.8.0cvs16
3105
3106         * src/addrbook.c
3107         * src/exportldif.c
3108                 Fix bug #2574 'Statement might be overflowing a
3109                 buffer in strncat'
3110
3111 2012-01-20 [pawel]      3.8.0cvs15
3112
3113         * src/mimeview.c
3114                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3115
3116 2012-01-14 [colin]      3.8.0cvs14
3117
3118         * commitHelper
3119                 Update tracker trigger url
3120
3121 2012-01-10 [wwp]        3.8.0cvs13
3122
3123         * src/mainwindow.c
3124         * src/mainwindow.h
3125         * src/toolbar.c
3126                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3127                 account) and of mainwindows's relevant entry when current account
3128                 is not able to retrieve (SMTP-only).
3129
3130 2012-01-09 [colin]      3.8.0cvs12
3131
3132         * src/summaryview.c
3133                 Fix bug 1924, 'Messages marked move to Trash appear 
3134                 identical to messages marked move to $FOLDER'
3135
3136 2012-01-05 [colin]      3.8.0cvs11
3137
3138         * src/main.c
3139                 Fix crasher infinite loop
3140
3141 2012-01-03 [colin]      3.8.0cvs10
3142
3143         * src/gtk/gtkcmctree.c
3144                 Revert previous patch, it's buggy on headers
3145
3146 2012-01-03 [colin]      3.8.0cvs9
3147
3148         * src/gtk/gtkcmctree.c
3149                 Fix bug #2566, 'wrapped Subject not bounded'
3150
3151 2011-12-29 [pawel]      3.8.0cvs8
3152
3153         * src/compose.c
3154         * src/compose.h
3155         * src/main.c
3156         * src/mimeview.c
3157                 Make forwarding selected attachment possible from
3158                 mimeview's context menu
3159                 Fixex bug #2047 'forward attachments'
3160
3161 2011-12-28 [paul]       3.8.0cvs7
3162
3163         * src/prefs_account.c
3164                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3165
3166 2011-12-28 [colin]      3.8.0cvs6
3167
3168         * src/mimeview.c
3169                 Fix fix
3170
3171 2011-12-28 [colin]      3.8.0cvs5
3172
3173         * src/mimeview.c
3174                 Fix GTK+2.16 build (w32)
3175
3176 2011-12-18 [mir]        3.8.0cvs4
3177
3178         * src/ldapctrl.c
3179             Fix bug in search criteria when doing a
3180             complete directory search using '*'
3181
3182 2011-12-16 [mir]        3.8.0cvs3
3183
3184         * src/Makefile.am
3185             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3186
3187 2011-12-16 [wwp]        3.8.0cvs2
3188
3189         * src/procmsg.c
3190         * src/stock_pixmap.c
3191         * src/stock_pixmap.h
3192         * src/summaryview.c
3193         * src/gtk/icon_legend.c
3194         * src/pixmaps/replied_and_forwarded.xpm
3195           Make replied and forwarded status flags non exclusive.
3196           Introduce a new message state (and relevant icon in message list)
3197           where both the replied and forwarded flags are set.
3198
3199 2011-12-16 [paul]       3.8.0cvs1
3200
3201         * tools/claws.i18n.status.pl
3202                 update id to id_ID
3203
3204 2011-12-16 [paul]       3.8.0
3205         * NEWS
3206         * README
3207         * RELEASE_NOTES 
3208                 3.8.0 unleashed!                
3209
3210 2011-12-16 [paul]       3.7.10cvs113
3211
3212         * configure.ac
3213         * po/cs.po
3214         * po/es.po
3215         * po/fr.po
3216         * po/hu.po
3217         * po/id.po **REMOVED**
3218         * po/id_ID.po **ADDED**
3219         * po/pt_BR.po
3220         * po/ru.po
3221         * po/sk.po
3222         * po/uk.po
3223                 updates
3224
3225 2011-12-09 [pawel]      3.7.10cvs112
3226
3227         * src/summaryview.c
3228         * src/gtk/quicksearch.c
3229         * src/gtk/quicksearch.h
3230                 Invalidate quicksearch root folder when removed
3231                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3232                 having active search field'
3233
3234 2011-12-08 [pawel]      3.7.10cvs111
3235
3236         * src/mimeview.c
3237                 Better fix for cvs94
3238
3239 2011-12-08 [wwp]        3.7.10cvs110
3240
3241         * src/compose.c
3242         Make "From" widget set independant from recipient lists below,
3243         so that it doesn't scroll when several recipients headers
3244         are added and eventually are scrolling the view.
3245         Path by Christian Hesse <mail@earthworm.de>.
3246         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3247         address'.
3248
3249 2011-12-02 [paul]       3.7.10cvs109
3250
3251         * src/mainwindow.c
3252         * src/messageview.c
3253                 consistent label style
3254
3255 2011-11-29 [wwp]        3.7.10cvs108
3256
3257         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3258         More generated stuff to ignore.
3259
3260 2011-11-29 [wwp]        3.7.10cvs107
3261
3262         * src/prefs_folder_item.c
3263         Fix CLAWS_TIP_DECL (undefined).
3264
3265 2011-11-28 [pawel]      3.7.10cvs106
3266
3267         * src/addrbook.c
3268         * src/addrbook.h
3269         * src/addressbook.c
3270                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3271                 after removing the address book in the GUI'
3272
3273 2011-11-26 [pawel]      3.7.10cvs105
3274
3275         * src/folder.c
3276                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3277
3278 2011-11-25 [colin]      3.7.10cvs104
3279
3280         * src/imap_gtk.c
3281         * src/mh_gtk.c
3282                 Warning fixes
3283
3284 2011-11-24 [pawel]      3.7.10cvs103
3285
3286         * src/prefs_filtering.c
3287                 Complete cvs102, forgot to commit this
3288
3289 2011-11-24 [pawel]      3.7.10cvs102
3290
3291         * src/account.c
3292         * src/filtering.c
3293         * src/filtering.h
3294         * src/imap_gtk.c
3295         * src/mh_gtk.c
3296         * src/prefs_actions.c
3297         * src/prefs_actions.h
3298                 Implement actions updating on folder/account rename
3299                 This fixes bug #2543 'filter actions in actionsrc not
3300                 updated upon account renaming'
3301
3302 2011-11-24 [wwp]        3.7.10cvs101
3303
3304         * src/gtk/gtkcmctree.c
3305                 Remove irrelevant cairo directive (thanks to Hanno).
3306
3307 2011-11-23 [wwp]        3.7.10cvs100
3308
3309         * src/gtk/gtkcmctree.c
3310                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3311                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3312                 calculation.
3313
3314 2011-11-22 [colin]      3.7.10cvs99
3315
3316         * src/account.c
3317         * src/prefs_filtering.c
3318         * src/prefs_filtering.h
3319                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3320                 The existing functions should do the job as well
3321                 if not better, as they take into account the
3322                 separator.
3323
3324 2011-11-21 [pawel]      3.7.10cvs98
3325
3326         * src/prefs_account.c
3327                 Fix bug #2116 'Rip spaces off server names in account
3328                 configuration'
3329                 g_strstrip() domain names to be sure they are valid
3330
3331 2011-11-21 [pawel]      3.7.10cvs97
3332
3333         * src/account.c
3334         * src/prefs_filtering.c
3335         * src/prefs_filtering.h
3336                 Fix bug #2404 'matcherrc updates upon account renaming'
3337                 Fix bug #2406 'some part of accountrc not updated upon
3338                 account rename'
3339                 Renaming account cause changing of it's root folder prefix
3340                 from #<type>/<old_name> to #<type>/<new_name> so every
3341                 path directing to it must be altered. Fix paths in account
3342                 preferences, global processing and filtering rules, folder
3343                 processing rules upon rename
3344
3345 2011-11-20 [pawel]      3.7.10cvs96
3346
3347         * src/filtering.c
3348         * src/filtering.h
3349         * src/prefs_actions.c
3350                 Fix bug #1489 'Filter action mark_as_read inoperative
3351                 following move action'
3352                 Sort actions lists to have proper order of execution
3353
3354 2011-11-20 [pawel]      3.7.10cvs95
3355
3356         * src/prefs_actions.c
3357         * src/prefs_filtering.c
3358         * src/prefs_template.c
3359                 Fix bug #1870 'arrow scrolling in filters'
3360                 Allow arrow scrolling in dialogs with list view widgets
3361                 plus couple fixes of issues I found along the way
3362
3363 2011-11-19 [pawel]      3.7.10cvs94
3364
3365         * src/mimeview.c
3366                 Don't highlight icons on right-click, they are not
3367                 selected and other part is shown which is confusing
3368
3369 2011-11-19 [mones]      3.7.10cvs93
3370
3371         * manual/advanced.xml
3372                 Fix manual build
3373
3374 2011-11-19 [mones]      3.7.10cvs92
3375
3376         * manual/advanced.xml
3377         * manual/es/advanced.xml
3378                 Document undocumented hidden option 'zero_replacement_char'
3379                 Synchronize Spanish manual with English version
3380
3381 2011-11-19 [pawel]      3.7.10cvs91
3382
3383         * src/mainwindow.c
3384         * src/messageview.c
3385         * src/prefs_common.c
3386         * src/prefs_common.h
3387         * src/summaryview.c
3388         * src/textview.c
3389         * src/textview.h
3390                 Fix bug #2377 'Show All Headers - make change persistent
3391                 between sessions'
3392
3393 2011-11-19 [pawel]      3.7.10cvs90
3394
3395         * src/folder.c
3396         * src/folder.h
3397         * src/folder_item_prefs.c
3398         * src/folderview.c
3399         * src/mainwindow.c
3400         * src/mainwindow.h
3401         * src/summaryview.c
3402         * src/summaryview.h
3403         * src/gtk/authors.h
3404                 Fix bug #1563 'Folder view: show complete threads if they
3405                 contain unread messages'
3406                 Add option to show only threads with unread messages
3407                 initial patch by Paul Ollis, my small additions:
3408                 - when checking thread for unread finish on first unread
3409                 - make thread options unavailable when threading is off
3410                 - hide_unread_msgs and hide_unread_threads are mutually
3411                   exclusive options, set menus sensitivity accordingly
3412                 - set folder item icon type similiar to hide_unread_msgs
3413
3414 2011-11-19 [colin]      3.7.10cvs89
3415
3416         * src/procheader.c
3417                 Constness fix
3418
3419 2011-11-18 [pawel]      3.7.10cvs88
3420
3421         * src/compose.c
3422         * src/mainwindow.c
3423         * src/mimeview.c
3424         * src/mimeview.h
3425         * src/prefs_common.c
3426         * src/prefs_common.h
3427                 Fix bug #2408 'Some UI elements are not persistent
3428                 between sessions'
3429                 Remember size of main window, compose notebook, mimeview
3430                 tree widgets between claws-mail runs. Compose window
3431                 size saving was already done in cvs74
3432
3433 2011-11-18 [mones]      3.7.10cvs87
3434
3435         * src/compose.c
3436         * src/procheader.c
3437         * src/procheader.h
3438                 Fixes bug #2509, "manually added headers are lost unless
3439                 mail is sent inmediately"
3440
3441 2011-11-17 [pawel]      3.7.10cvs86
3442
3443         * src/mimeview.c
3444                 Fix crasher reported in bug #2543
3445
3446 2011-11-13 [colin]      3.7.10cvs85
3447
3448         * src/compose.c
3449                 Make compose windows printable
3450
3451 2011-11-11 [colin]      3.7.10cvs84
3452
3453         * configure.ac
3454                 Fix build on Fedora 16. -lm was probably pulled by something
3455                 else previously.
3456
3457 2011-11-11 [pawel]      3.7.10cvs83
3458
3459         * src/mainwindow.c
3460         * src/mimeview.c
3461         * src/mimeview.h
3462         * src/summaryview.c
3463                 Port MimeView to GtkTreeView
3464
3465 2011-11-11 [colin]      3.7.10cvs82
3466
3467         * src/prefs_common.c
3468                 Use %x (The preferred date representation for the current locale
3469                 without the time)
3470
3471 2011-11-10 [paul]       3.7.10cvs81
3472
3473         * src/prefs_common.c
3474                 use european date format as default
3475
3476 2011-11-08 [pawel]      3.7.10cvs80
3477
3478         * src/summaryview.c
3479                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3480                 Fix race condition - don't try to hide messageview while
3481                 being in the middle of message displaying routine.
3482
3483 2011-11-08 [colin]      3.7.10cvs79
3484
3485         * src/codeconv.c
3486                 Make sure we break line when we need to. Very probably
3487                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3488                 particular mail"
3489
3490 2011-11-07 [pawel]      3.7.10cvs78
3491
3492         * src/imap_gtk.c
3493                 Fix bug #2493 'Subscription pull down should be alphabetized'
3494
3495 2011-11-07 [pawel]      3.7.10cvs77
3496
3497         * src/mimeview.c
3498         * src/textview.c
3499         * src/textview.h
3500                 Make Home & End keys work in textview
3501
3502 2011-11-06 [colin]      3.7.10cvs76
3503
3504         * src/mainwindow.c
3505                 Oops, some unwanted undo got commited.
3506
3507 2011-11-06 [colin]      3.7.10cvs75
3508
3509         * src/mainwindow.c
3510                 Don't iconify/deiconify. Instead, just show nothing
3511                 before asked to.
3512
3513 2011-11-06 [pawel]      3.7.10cvs74
3514
3515         * src/compose.c
3516                 Fix compose window size saving / restoring
3517
3518 2011-11-06 [pawel]      3.7.10cvs73
3519
3520         * src/mimeview.c
3521         * src/messageview.c
3522                 Optimize message displaying, in some conditions parts were
3523                 displayed twice causing flickering. For example first html
3524                 source and then rendering output from html plugin of the
3525                 same part.
3526
3527 2011-11-05 [wwp]        3.7.10cvs72
3528
3529         * src/gtk/gtkaspell.c
3530                 Fix compilation where 'null' is undefined (use NULL instead).
3531
3532 2011-11-05 [colin]      3.7.10cvs71
3533
3534         * src/gtk/gtkaspell.c
3535                 No need to show a backtrace if gtkaspell is null
3536
3537 2011-11-05 [pawel]      3.7.10cvs70
3538
3539         * src/gtk/gtkaspell.c
3540                 Fix crasher when spellchecking is not enabled
3541
3542 2011-11-02 [mones]      3.7.10cvs69
3543
3544         * doc/man/claws-mail.1
3545                 fixed hyphens (patch from Debian packaging)
3546                 fixed header to follow man style closely 
3547                 documented new option --compose-from-file
3548                 removed INSTALLATION section, doesn't belong to manpage
3549                 added ENVIRONMENT, COPYRIGHT and BUGS sections
3550                 expanded FILES section to include certs and autofaces dirs
3551                 expanded SEE ALSO section to include manual and plugins
3552
3553 2011-11-01 [colin]      3.7.10cvs68
3554
3555         * src/common/utils.c
3556                 Fix wrong debug stuff commited.
3557
3558 2011-11-01 [colin]      3.7.10cvs67
3559
3560         * src/compose.c
3561         * src/main.c
3562         * src/common/utils.c
3563         * src/gtk/gtkaspell.c
3564         * src/gtk/gtkaspell.h
3565                 Fix huge slowness induced by spellcheck "while typing"
3566                 during initial quote rewraps.
3567
3568 2011-10-31 [pawel]      3.7.10cvs66
3569
3570         * src/messageview.c
3571         * src/mimeview.c
3572         * src/mimeview.h
3573         * src/summaryview.c
3574                 Fix bug #2526 'When reading message in separate window,
3575                 n and p keys do not work'
3576                 - fix key event handling in messageview
3577                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3578                   and prev-part actions)
3579                 - instead add 'z' key for prev-part, we have 'a' key 
3580                   for next-part already
3581
3582 2011-10-31 [colin]      3.7.10cvs65
3583
3584         * src/common/defs.h
3585                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3586
3587 2011-10-31 [pawel]      3.7.10cvs64
3588
3589         * src/summaryview.c
3590         * src/gtk/gtkutils.c
3591                 Fix bug #2303 'Next unread message enables message view'
3592                 Don't show previously hidden message view in main window
3593                 when user reads messages in external window
3594
3595 2011-10-31 [paul]       3.7.10cvs63
3596
3597         * src/prefs_template.c
3598                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3599                 fit at 540 here, for those where they don't the dialogue can be made
3600                 larger by the user
3601
3602 2011-10-31 [paul]       3.7.10cvs62
3603
3604         * src/compose.c
3605                 revert 3.7.10cvs61, these entries _should_ be editable
3606
3607 2011-10-30 [pawel]      3.7.10cvs61
3608
3609         * src/compose.c
3610                 Those entries should not be editable
3611
3612 2011-10-30 [pawel]      3.7.10cvs60
3613
3614         * src/prefs_template.c
3615                 - Dialog needs more height to fit all widgets
3616                 - Clear template contents on delete
3617
3618 2011-10-30 [pawel]      3.7.10cvs59
3619
3620         * src/prefs_folder_item.c
3621                 Update summaryview after changing folder prefs when needed
3622
3623 2011-10-30 [pawel]      3.7.10cvs58
3624
3625         * src/mimeview.c
3626                 Remove key-press-event blocking, it only
3627                 emits GLib-GObject warnings
3628
3629 2011-10-29 [colin]      3.7.10cvs57
3630
3631         * src/addr_compl.c
3632                 Fix focus of completion window with gnome shell
3633                 Fixes bug #2525, "Address completion window does not get
3634                 keyboard focus"
3635
3636 2011-10-29 [colin]      3.7.10cvs56
3637
3638         * src/folderview.c
3639                 Fix flicker on recursive quicksearch
3640
3641 2011-10-28 [colin]      3.7.10cvs55
3642
3643         * src/alertpanel.c
3644         * src/mainwindow.c
3645                 Fix a bit the focus problem on Gnome shell
3646
3647 2011-10-26 [mones]      3.7.10cvs54
3648
3649         * src/compose.c
3650                 Add missing accelerator
3651
3652 2011-10-25 [colin]      3.7.10cvs53
3653
3654         * src/gtk/gtkcmclist.c
3655         * src/gtk/gtkcmctree.c
3656                 Fix colors, fix warnings
3657
3658 2011-10-25 [colin]      3.7.10cvs52
3659
3660         * src/gtk/gtkcmclist.c
3661         * src/gtk/gtkcmctree.c
3662                 Fix focus things.
3663
3664 2011-10-25 [colin]      3.7.10cvs51
3665
3666         * src/stock_pixmap.c
3667                 Fix build with gtk + 2.20
3668
3669 2011-10-25 [colin]      3.7.10cvs50
3670
3671         * src/compose.c
3672         * src/messageview.c
3673         * src/procmsg.c
3674         * src/procmsg.h
3675                 Fix locking when sending a single message
3676
3677 2011-10-25 [colin]      3.7.10cvs49
3678
3679         * src/gtk/colorlabel.c
3680                 GDK_ => GDK_KEY
3681         * src/gtk/gtkcmclist.c
3682                 Make row height closer to what it was
3683
3684 2011-10-25 [colin]      3.7.10cvs48
3685
3686         * src/stock_pixmap.c
3687                 Always use cairo to draw
3688
3689 2011-10-25 [colin]      3.7.10cvs47
3690
3691         * src/mimeview.c
3692                 Fix bug #2529, 'crash in mimeview_start_drag after
3693                 deleting message'. Patch by Ricardo
3694
3695 2011-10-23 [colin]      3.7.10cvs46
3696
3697         * src/gtk/gtkcmclist.c
3698         * src/gtk/gtkcmclist.h
3699         * src/gtk/gtkcmctree.c
3700                 Draw CMClist with cairo too.
3701
3702 2011-10-23 [colin]      3.7.10cvs45
3703
3704         * src/gtk/gtkcmclist.h
3705                 Fix build (this was not meant to be commited)
3706
3707 2011-10-23 [colin]      3.7.10cvs44
3708
3709         * src/addressadd.c
3710         * src/addressbook.c
3711         * src/addressbook_foldersel.c
3712         * src/editgroup.c
3713         * src/foldersel.c
3714         * src/folderview.c
3715         * src/grouplistdialog.c
3716         * src/prefs_common.c
3717         * src/prefs_common.h
3718         * src/summaryview.c
3719         * src/gtk/gtkcmclist.c
3720         * src/gtk/gtkcmclist.h
3721         * src/gtk/gtkcmctree.c
3722         * src/gtk/gtkcmctree.h
3723         * src/gtk/gtksctree.c
3724                 Refactor some tree stuff (lots of code duplication there)
3725                 and switch to cairo for tree rendering.
3726
3727 2011-10-23 [holger]     3.7.10cvs43
3728
3729         * src/filtering.c
3730                 Don't issue a warning for designed behaviour of the stop rule.
3731                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3732
3733 2011-10-22 [colin]      3.7.10cvs42
3734
3735         * src/printing.c
3736         * src/gtk/gtkshruler.c
3737         * src/gtk/gtkutils.h
3738                 Fix GTK+2.16 build
3739
3740 2011-10-22 [colin]      3.7.10cvs41
3741
3742         * src/account.c
3743         * src/addr_compl.c
3744         * src/addrgather.c
3745         * src/compose.c
3746         * src/editldap.c
3747         * src/expldifdlg.c
3748         * src/folderview.c
3749         * src/grouplistdialog.c
3750         * src/headerview.c
3751         * src/importldif.c
3752         * src/main.c
3753         * src/mainwindow.c
3754         * src/mimeview.c
3755         * src/noticeview.c
3756         * src/prefs_account.c
3757         * src/prefs_actions.c
3758         * src/prefs_ext_prog.c
3759         * src/prefs_filtering.c
3760         * src/prefs_folder_item.c
3761         * src/prefs_image_viewer.c
3762         * src/prefs_logging.c
3763         * src/prefs_msg_colors.c
3764         * src/prefs_other.c
3765         * src/prefs_send.c
3766         * src/prefs_spelling.c
3767         * src/prefs_summaries.c
3768         * src/prefs_template.c
3769         * src/printing.c
3770         * src/quote_fmt.c
3771         * src/send_message.c
3772         * src/statusbar.c
3773         * src/summary_search.c
3774         * src/summaryview.c
3775         * src/wizard.c
3776         * src/gtk/gtkcmclist.c
3777         * src/gtk/gtkcmctree.c
3778         * src/gtk/gtkcmoptionmenu.c
3779         * src/gtk/gtksctree.c
3780         * src/gtk/gtkutils.c
3781         * src/gtk/gtkutils.h
3782         * src/gtk/gtkvscrollbutton.c
3783         * src/gtk/inputdialog.c
3784         * src/gtk/pluginwindow.c
3785         * src/gtk/quicksearch.c
3786         * src/gtk/spell_entry.c
3787         * src/plugins/bogofilter/bogofilter_gtk.c
3788         * src/plugins/dillo_viewer/dillo_prefs.c
3789         * src/plugins/pgpcore/prefs_gpg.c
3790         * src/plugins/spamassassin/spamassassin_gtk.c
3791         * src/plugins/trayicon/trayicon.c
3792         * src/plugins/trayicon/trayicon_prefs.c
3793                 Remove all possible #if GTK_CHECK_VERSION() checks,
3794                 and make Claws build with GTK+2.16 (untested right
3795                 now), as the Gpg4Win project uses GTK+2.16 currently.
3796
3797 2011-10-22 [colin]      3.7.10cvs40
3798
3799         * src/gtk/gtkutils.h
3800         * configure.ac
3801                 Fix (hopefully) build with GTK+ 2.18.
3802
3803 2011-10-20 [paul]       3.7.10cvs39
3804
3805         * AUTHORS
3806         * src/ldif.c
3807         * src/gtk/authors.h
3808                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3809                 Patch by Bodo Graumann <mail@bodograumann.de>
3810
3811 2011-10-20 [mones]      3.7.10cvs38
3812
3813         * po/fr.po
3814         * src/common/defs.h
3815                 Fix references to old dotsrc mailing lists
3816
3817 2011-10-19 [mones]      3.7.10cvs37
3818
3819         * src/prefs_msg_colors.c
3820                 Fix Ok/Cancel buttons in color selector of preferences
3821
3822 2011-10-17 [colin]      3.7.10cvs36
3823
3824         * src/gtk/gtkshruler.c
3825                 (Probably) fix GTK+ <= 2.22
3826
3827 2011-10-17 [colin]      3.7.10cvs35
3828
3829         * src/gtk/gtkshruler.c
3830                 Fix GTK+2.22 build
3831
3832 2011-10-17 [mones]      3.7.10cvs34
3833
3834         * src/addrbook.c
3835         * src/exportldif.c
3836         * src/jpilot.c
3837         * src/mutt.c
3838         * src/pine.c
3839         * src/procmsg.c
3840         * src/vcard.c
3841                 Fix potential out-of-buffer writes
3842
3843 2011-10-17 [mones]      3.7.10cvs33
3844
3845         * src/main.c
3846                 Use just one g_print call per option; correct indentation
3847
3848 2011-10-17 [colin]      3.7.10cvs32
3849
3850         * src/compose.c
3851         * src/compose.h
3852         * src/gtk/Makefile.am
3853         * src/gtk/gtkshruler.c
3854         * src/gtk/gtkshruler.h
3855         * src/gtk/gtkunit.c
3856         * src/gtk/gtkunit.h
3857                 Reimplement ruler using the GTK widgets. Thanks
3858                 to Hanno for the initial patch.
3859
3860 2011-10-17 [colin]      3.7.10cvs31
3861
3862         * src/action.c
3863         * src/main.c
3864         * src/gtk/gtkutils.c
3865         * src/gtk/gtkutils.h
3866                 Undeprecate GIO/GdkCondition
3867
3868 2011-10-16 [mones]      3.7.10cvs30
3869
3870         * src/main.c
3871                 Add --compose-from-file option to open composition
3872                 window with the headers and body from a file; based
3873                 on Debian patch to fix http://bugs.debian.org/544868
3874
3875 2011-10-15 [mones]      3.7.10cvs29
3876
3877         * manual/advanced.xml
3878                 Document new summary_from_show hidden preference
3879
3880 2011-10-15 [paul]       3.7.10cvs28
3881
3882         * src/compose.c
3883                 compose_create_tags() - fix misplaced 'int i'
3884                 compose_entry_mark_default_to() - fix To field highlighting
3885
3886 2011-10-09 [colin]      3.7.10cvs27
3887
3888         * src/addr_compl.c
3889                 Fix address completion
3890
3891 2011-10-07 [colin]      3.7.10cvs26
3892
3893         * src/prefs_filtering_action.c
3894         * src/gtk/gtkutils.h
3895                 Fix build with GTK+2.20
3896
3897 2011-10-07 [colin]      3.7.10cvs25
3898
3899         * src/gtk/Makefile.am
3900         * src/gtk/gdkkeysyms-new.h
3901         * src/gtk/gtkutils.h
3902                 Copy the new GDK_KEY_* definitions for older GTKs
3903
3904 2011-10-07 [colin]      3.7.10cvs24
3905
3906         * configure.ac
3907                 Fix typos (thanks to Hanno)
3908
3909 2011-10-07 [colin]      3.7.10cvs23
3910
3911         * src/compose.c
3912         * src/gtk/gtkshruler.c
3913         * src/gtk/gtkshruler.h
3914                 Disable ruler starting from 2.24.
3915
3916 2011-10-07 [colin]      3.7.10cvs22
3917
3918         * configure.ac
3919         * src/messageview.c
3920         * src/gtk/Makefile.am
3921                 GTK2 build fix
3922
3923 2011-10-07 [colin]      3.7.10cvs21
3924
3925         * configure.ac
3926         * src/action.c
3927         * src/addr_compl.c
3928         * src/addrgather.c
3929         * src/compose.c
3930         * src/compose.h
3931         * src/editldap.c
3932         * src/mainwindow.c
3933         * src/message_search.c
3934         * src/mimeview.c
3935         * src/mimeview.h
3936         * src/prefs_account.c
3937         * src/prefs_compose_writing.c
3938         * src/prefs_filtering_action.c
3939         * src/prefs_folder_item.c
3940         * src/prefs_logging.c
3941         * src/prefs_matcher.c
3942         * src/prefs_message.c
3943         * src/prefs_other.c
3944         * src/prefs_receive.c
3945         * src/prefs_summaries.c
3946         * src/prefs_wrapping.c
3947         * src/printing.c
3948         * src/ssl_manager.c
3949         * src/statusbar.c
3950         * src/stock_pixmap.c
3951         * src/summary_search.c
3952         * src/textview.c
3953         * src/gtk/Makefile.am
3954         * src/gtk/colorlabel.c
3955         * src/gtk/gtkutils.c
3956         * src/gtk/gtkutils.h
3957         * src/gtk/logwindow.c
3958         * src/gtk/menu.c
3959         * src/gtk/menu.h
3960         * src/gtk/quicksearch.c
3961         * src/gtk/spell_entry.c
3962         * src/plugins/bogofilter/bogofilter_gtk.c
3963         * src/plugins/dillo_viewer/dillo_viewer.c
3964         * src/plugins/pgpcore/prefs_gpg.c
3965         * src/plugins/spamassassin/spamassassin_gtk.c
3966                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
3967                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
3968                 ported (especially GtkCMOptionMenu)
3969
3970 2011-10-07 [colin]      3.7.10cvs20
3971
3972         * src/account.c
3973         * src/action.c
3974         * src/addr_compl.c
3975         * src/addrcustomattr.c
3976         * src/addrduplicates.c
3977         * src/addressadd.c
3978         * src/addressbook.c
3979         * src/addressbook_foldersel.c
3980         * src/addrgather.c
3981         * src/alertpanel.c
3982         * src/browseldap.c
3983         * src/compose.c
3984         * src/editaddress.c
3985         * src/editaddress_other_attributes_ldap.c
3986         * src/editbook.c
3987         * src/editgroup.c
3988         * src/editjpilot.c
3989         * src/editldap.c
3990         * src/editldap_basedn.c
3991         * src/edittags.c
3992         * src/editvcard.c
3993         * src/exphtmldlg.c
3994         * src/expldifdlg.c
3995         * src/export.c
3996         * src/foldersel.c
3997         * src/folderview.c
3998         * src/grouplistdialog.c
3999         * src/import.c
4000         * src/importldif.c
4001         * src/importmutt.c
4002         * src/importpine.c
4003         * src/mainwindow.c
4004         * src/message_search.c
4005         * src/messageview.c
4006         * src/mimeview.c
4007         * src/prefs_actions.c
4008         * src/prefs_customheader.c
4009         * src/prefs_display_header.c
4010         * src/prefs_filtering.c
4011         * src/prefs_filtering_action.c
4012         * src/prefs_folder_column.c
4013         * src/prefs_matcher.c
4014         * src/prefs_msg_colors.c
4015         * src/prefs_other.c
4016         * src/prefs_summaries.c
4017         * src/prefs_summary_column.c
4018         * src/prefs_summary_open.c
4019         * src/prefs_template.c
4020         * src/prefs_toolbar.c
4021         * src/printing.c
4022         * src/sourcewindow.c
4023         * src/ssl_manager.c
4024         * src/summary_search.c
4025         * src/summaryview.c
4026         * src/textview.c
4027         * src/uri_opener.c
4028         * src/gtk/about.c
4029         * src/gtk/colorsel.c
4030         * src/gtk/combobox.c
4031         * src/gtk/description_window.c
4032         * src/gtk/foldersort.c
4033         * src/gtk/gtkaspell.c
4034         * src/gtk/gtkcmclist.c
4035         * src/gtk/gtkcmctree.c
4036         * src/gtk/gtkcmoptionmenu.c
4037         * src/gtk/gtkutils.c
4038         * src/gtk/icon_legend.c
4039         * src/gtk/inputdialog.c
4040         * src/gtk/logwindow.c
4041         * src/gtk/pluginwindow.c
4042         * src/gtk/prefswindow.c
4043         * src/gtk/quicksearch.c
4044         * src/plugins/pgpcore/passphrase.c
4045         * src/plugins/pgpcore/select-keys.c
4046                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4047                 to replace GDK_* by GDK_KEY_*.
4048
4049 2011-10-07 [colin]      3.7.10cvs19
4050
4051         * AUTHORS
4052         * src/account.c
4053         * src/action.c
4054         * src/addr_compl.c
4055         * src/addressbook.c
4056         * src/alertpanel.c
4057         * src/compose.c
4058         * src/edittags.c
4059         * src/folderview.c
4060         * src/grouplistdialog.c
4061         * src/image_viewer.c
4062         * src/mainwindow.c
4063         * src/mimeview.c
4064         * src/noticeview.c
4065         * src/prefs_filtering_action.c
4066         * src/prefs_folder_column.c
4067         * src/prefs_msg_colors.c
4068         * src/prefs_summary_column.c
4069         * src/prefs_toolbar.c
4070         * src/printing.c
4071         * src/stock_pixmap.c
4072         * src/summaryview.c
4073         * src/textview.c
4074         * src/undo.c
4075         * src/wizard.c
4076         * src/gtk/about.c
4077         * src/gtk/authors.h
4078         * src/gtk/colorlabel.c
4079         * src/gtk/colorsel.c
4080         * src/gtk/gtkcmclist.c
4081         * src/gtk/gtkcmctree.c
4082         * src/gtk/gtkcmoptionmenu.c
4083         * src/gtk/gtksctree.c
4084         * src/gtk/gtkutils.c
4085         * src/gtk/gtkvscrollbutton.c
4086         * src/gtk/inputdialog.c
4087         * src/gtk/logwindow.c
4088         * src/gtk/menu.c
4089         * src/gtk/prefswindow.c
4090         * src/gtk/progressdialog.c
4091         * src/plugins/pgpcore/passphrase.c
4092         * src/plugins/trayicon/trayicon.c
4093                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4094                 Patch by Hanno Thurow-Meyer, many thanks to him !
4095
4096 2011-09-20 [colin]      3.7.10cvs18
4097
4098         * src/common/ssl.c
4099                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4100                 gnutls 3.0.3'
4101
4102 2011-09-18 [colin]      3.7.10cvs17
4103
4104         * src/news.c
4105                 Fix segfault when connection fails
4106
4107 2011-09-03 [colin]      3.7.10cvs16
4108
4109         * src/common/ssl.c
4110                 Use NORMAL instead of EXPORT priorities.
4111
4112 2011-09-02 [colin]      3.7.10cvs15
4113
4114         * configure.ac
4115         * src/common/ssl.c
4116                 Linking against gcrypt explicitely in order to call
4117                 gcry_control() for mutex setup isn't necessary anymore
4118                 starting from gnuTLS 2.11.
4119
4120 2011-08-31 [colin]      3.7.10cvs14
4121
4122         * src/plugins/pgpinline/pgpinline.c
4123         * src/plugins/pgpmime/pgpmime.c
4124                 Fix bug #2431, "Major memory leak in PGP message handling".
4125
4126 2011-08-31 [colin]      3.7.10cvs13
4127
4128         * AUTHORS
4129         * src/gtk/authors.h
4130         * src/mainwindow.c
4131         * src/messageview.c
4132         * src/gtk/authors.h
4133                 Apply Steve Rader's patch from bug #2388, "Add 
4134                 message view scrolling menu items"
4135
4136 2011-08-30 [colin]      3.7.10cvs12
4137
4138         * src/gtk/prefswindow.c
4139                 Fix layout issues (i.e. on SSL page if changing account
4140                 type prior to visiting it).
4141
4142 2011-08-30 [colin]      3.7.10cvs11
4143
4144         * configure.ac
4145         * src/common/ssl.c
4146                 Don't use deprecated functions for GnuTLS priorities.
4147                 Require GnuTLS 2.2 that is the first version with the
4148                 new function.
4149
4150 2011-08-30 [colin]      3.7.10cvs10
4151
4152         * src/common/socket.c
4153         * src/common/ssl.c
4154                 Long-term fix for bug #2402, "GnuTLS change breaks socket
4155                 communication", as per http://savannah.gnu.org/support/?107660
4156
4157 2011-08-30 [colin]      3.7.10cvs9
4158
4159         * src/etpan/imap-thread.c
4160         * src/etpan/nntp-thread.c
4161                 Remove dead openSSL code
4162
4163 2011-08-30 [colin]      3.7.10cvs8
4164
4165         * src/ssl_manager.c
4166         * src/common/ssl.c
4167         * src/common/ssl_certificate.c
4168         * src/common/ssl_certificate.h
4169         * src/etpan/imap-thread.c
4170         * src/etpan/nntp-thread.c
4171                 Fix bug #2127, "SSL cert check uses canonical name instead of
4172                 specified name"
4173
4174 2011-08-29 [colin]      3.7.10cvs7
4175
4176         * src/prefs_account.c
4177                 Fix X-Mailer option not appearing on IMAP
4178
4179 2011-08-29 [colin]      3.7.10cvs6
4180
4181         * src/plugins/pgpcore/Makefile.am
4182         * src/plugins/pgpinline/Makefile.am
4183         * src/plugins/pgpmime/Makefile.am
4184         * src/plugins/smime/Makefile.am
4185                 Windows build fix:
4186                 libtool: link: require no space between `-L' and `.'
4187
4188 2011-08-29 [colin]      3.7.10cvs5
4189
4190         * src/account.c
4191         * src/compose.c
4192         * src/prefs_account.c
4193         * src/prefs_account.h
4194                 Revert cvs4 which is rather illogical and instead
4195                 use Fabian's patch from bug #2471
4196
4197 2011-08-29 [colin]      3.7.10cvs4
4198
4199         * src/compose.c
4200                 Don't insert custom headers that have empty values.
4201                 Allows not inserting X-Mailer if it's set to nothing.
4202                 Fixes bug #2471, "Make setting an X-Mailer header optional".
4203
4204 2011-08-29 [colin]      3.7.10cvs3
4205
4206         * src/image_viewer.c
4207         * src/textview.c
4208         * src/gtk/gtkutils.c
4209         * src/gtk/gtkutils.h
4210                 Handle EXIF orientation in images (both in textview's
4211                 preview and image viewer)
4212
4213 2011-08-28 [paul]       3.7.10cvs2
4214
4215         * src/prefs_common.c
4216         * src/prefs_common.h
4217         * src/summaryview.c
4218                 add new hidden option to control the display in the From
4219                 column in the Message List: 0 (default): show name,
4220                 1: show address, 2: show name + address
4221
4222 2011-08-27 [paul]       3.7.10cvs1
4223
4224         * po/POTFILES.in
4225         * src/common/ssl_certificate.c
4226         * src/etpan/imap-thread.c
4227         * src/etpan/nntp-thread.c
4228                 offer up some missing log_error() strings to translators
4229
4230 2011-08-27 [paul]       3.7.10
4231         * NEWS
4232         * README
4233         * RELEASE_NOTES 
4234                 3.7.10 unleashed!               
4235
4236 2011-08-27 [paul]       3.7.9cvs52
4237
4238         * po/cs.po
4239         * po/fr.po
4240         * po/hu.po
4241         * po/lt.po
4242         * po/pt_BR.po
4243         * po/sk.po
4244                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4245                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4246
4247 2011-08-27 [mones]      3.7.9cvs51
4248
4249         * claws-mail.desktop
4250                 Include generic name and comment translations
4251                 Thanks to all the people on the translators ML!
4252
4253 2011-08-23 [paul]       3.7.9cvs50
4254
4255         * src/common/ssl.c
4256                 probable/possible fix/workaround for bug 2402,
4257                 'can't download message from pop3 server'
4258
4259 2011-08-18 [paul]       3.7.9cvs49
4260
4261         * manual/handling.xml
4262                 fix typos. thanks to vilpan
4263
4264 2011-08-17 [paul]       3.7.9cvs48
4265
4266         * tools/claws.i18n.status.pl
4267                 add Mindaugas Baranauskas (Lithuanian)
4268
4269 2011-08-14 [mir]        3.7.9cvs47
4270
4271         * src/news.c
4272         * src/etpan/nntp-thread.c
4273                 Fix bug 2418. Patch provided by Sébastien Bigaret with
4274                 some minor contribution by me.
4275
4276 2011-08-13 [mir]        3.7.9cvs46
4277
4278         * src/etpan/nntp-thread.c
4279                 Fix bug when NNTP server sends authentication warning
4280                 as part of the connection session. Privously etpan would
4281                 bail out for any return code other than NEWSNNTP_NO_ERROR
4282                 but as early as the connection session a return code like
4283                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4284                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4285                 be considered as an error.
4286
4287 2011-08-12 [paul]       3.7.9cvs45
4288
4289         * src/mimeview.c
4290                 3.7.9cvs43 mistakenly dropped off the info
4291                 about the mime part from the tooltip
4292
4293 2011-08-12 [wwp]        3.7.9cvs44
4294
4295         * src/gtk/quicksearch.c
4296          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4297
4298 2011-08-09 [paul]       3.7.9cvs43
4299
4300         * src/mimeview.c
4301                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4302
4303 2011-08-06 [paul]       3.7.9cvs42
4304
4305         * src/compose.c
4306                 fix cursor placement in Forward template
4307
4308 2011-08-06 [paul]       3.7.9cvs41
4309
4310         * src/gtk/description_window.c
4311                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4312
4313 2011-08-05 [holger]     3.7.9cvs40
4314
4315         * claws-mail.desktop
4316                 Revert 3.7.9cvs35 for now, it may be problematic
4317                 (see bug #2450)
4318
4319 2011-08-05 [paul]       3.7.9cvs39
4320
4321         * src/mainwindow.c
4322         * src/messageview.c
4323                 use 'Collapse quotes' rather than 'Fold quotes' on
4324                 labels, for consistency
4325         * src/toolbar.c
4326                 use 'Receive mail from account' rather than 'on account'
4327
4328 2011-07-30 [mir]        3.7.9cvs38
4329
4330         * src/etpan/Makefile.am
4331         * src/plugins/pgpcore/Makefile.am
4332         * src/plugins/pgpmime/Makefile.am
4333         * src/plugins/smime/Makefile.am
4334                 Fix broken build on Debian Sid. enchant.h cannot be
4335                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4336                 present in Makefile.am. Apparently enchant.h in older
4337                 versions were placed in /usr/include which is always
4338                 scanned be default.
4339
4340 2011-07-21 [mones]      3.7.9cvs37
4341
4342         * src/common/plugin.c
4343         * src/common/plugin.h
4344                 Make licences allowed for plugins more explicit and also
4345                 accept dual (or more) licences when properly formatted.
4346                 Doesn't require any change on current plugins.
4347
4348 2011-07-18 [mones]      3.7.9cvs36
4349
4350         * manual/advanced.xml
4351                 Document briefly tags feature.
4352         * manual/glossary.xml
4353                 Fix definition to avoid confussion with tags.
4354         * manual/es/advanced.xml
4355         * manual/es/glossary.xml
4356                 Synchronize Spanish translation with the above.
4357
4358 2011-07-07 [holger]     3.7.9cvs35
4359
4360         * claws-mail.desktop
4361                 Add indicator stuff to the desktop file
4362                 Taken from bug #2450
4363
4364 2011-07-06 [paul]       3.7.9cvs34
4365
4366         * src/edittags.c
4367                 fix English usage
4368
4369 2011-07-06 [mones]      3.7.9cvs33
4370
4371         * src/edittags.c
4372                 Do not create an empty tag name row in panel and
4373                 warn user about using a non-reserved tag instead
4374
4375 2011-07-05 [mones]      3.7.9cvs32
4376
4377         * src/imap.c
4378         * src/common/tags.c
4379         * src/common/tags.h
4380         * src/etpan/imap-thread.c
4381                 Make constants for reserved tags and use them
4382                 Removed also duplicate comparison while at it
4383
4384 2011-07-05 [paul]       3.7.9cvs31
4385
4386         * src/compose.c
4387                 when using a Compose template, only place the cursor
4388                 in the body when the cursor symbol, %cursor (%X), is used
4389
4390 2011-07-03 [paul]       3.7.9cvs30
4391
4392         * src/main.c
4393                 do main_window_popup(mainwin); on plugin load error, or
4394                 else the warning dialogue and mainwindow stays minimised
4395                 and hidden
4396
4397 2011-07-03 [paul]       3.7.9cvs29
4398
4399         * src/wizard.c
4400                 fix bug 2462, 'Building without GnuTLS support leads to a
4401                 failure in wizard.c'
4402
4403 2011-07-03 [paul]       3.7.9cvs28
4404
4405         * src/mainwindow.c
4406         * src/mainwindow.h
4407         * src/summaryview.c
4408                 fix bug #2461, 'popup menu in message list displays
4409                 'move to trash' and 'delete''.
4410                 Add a new sensitivity condition 'M_NOT_TRASH' and
4411                 remove the broken workaround for right-click in summaryview.c.
4412                 Fix broken main menu sensitivity for "Menu/Message/Move" in
4413                 News folder.
4414
4415 2011-06-21 [paul]       3.7.9cvs27
4416
4417         * src/mainwindow.c
4418                 revert 3.7.9cvs2, it does no good
4419
4420 2011-06-18 [mir]        3.7.9cvs26
4421
4422         * configure.ac
4423                 Fix autoconf warnings introduced in autoconf >= 2.64
4424
4425 2011-06-05 [paul]       3.7.9cvs25
4426
4427         * po/ca.po
4428         * po/cs.po
4429         * po/de.po
4430         * po/it.po
4431         * po/ja.po
4432         * po/pt_PT.po
4433         * po/sk.po
4434         * po/uk.po
4435                 fix strings where an informational message has been
4436                 wrongly entered into the translated string
4437         * src/toolbar.c
4438                 enable 'Trash' and 'Sender' to be translated based on
4439                 the context, e.g. as button text and as mail header
4440         * src/gtk/about.c
4441                 fix english in Info tab
4442
4443 2011-05-25 [colin]      3.7.9cvs24
4444
4445         * src/action.c
4446                 Fix bug #2439, "use bitwise operator for bitmask instead of
4447                 logical operator". Thanks to Nicolas Kaiser for the patch.
4448
4449 2011-05-18 [colin]      3.7.9cvs23
4450
4451         * src/news.c
4452                 Fix missing group selection before xover if the
4453                 connection was reset before.
4454
4455 2011-05-12 [colin]      3.7.9cvs22
4456
4457         * src/common/utils.c
4458                 Fix bug #2412, "Send account mail address in Message-ID
4459                 wrongly implemented". Patch by Fabian Keil.
4460
4461 2011-05-12 [mones]      3.7.9cvs21
4462
4463         * src/etpan/nntp-thread.c
4464                 Fix bug #2418 "NNTP authentication is broken"
4465
4466 2011-05-09 [pawel]      3.7.9cvs20
4467
4468         * src/mainwindow.c
4469         * src/prefs_folder_item.c
4470                 Small UI fixes
4471
4472 2011-05-05 [colin]      3.7.9cvs19
4473
4474         * src/imap.c
4475         * src/inc.c
4476         * src/news.c
4477         * src/send_message.c
4478                 Fix bug #2184, "Add account name information inside network log".
4479                 Initial patch by MSulchan Darmawan, expanded to other protocols.
4480                 This stuff is too much copy-pasted.
4481
4482
4483 2011-04-30 [colin]      3.7.9cvs18
4484
4485         * src/main.c
4486                 Fix bug #2414, 'Claws segfaults on startup with
4487                 notification plugin enabled". Thanks Christian
4488                 Faulhammer for the patch.
4489
4490 2011-04-27 [colin]      3.7.9cvs17
4491
4492         * src/codeconv.c
4493                 Make Windows' encoding CP1251 for ru_RU locale
4494                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4495
4496 2011-04-24 [paul]       3.7.9cvs16
4497
4498         * manual/claws-mail-manual.xml
4499         * manual/de/claws-mail-manual.xml
4500         * manual/es/claws-mail-manual.xml
4501         * manual/fr/claws-mail-manual.xml
4502         * manual/it/claws-mail-manual.xml
4503                 update copyright year
4504
4505 2011-04-24 [paul]       3.7.9cvs15
4506
4507         * src/summaryview.c
4508                 fix bug #2353, 'Right-clicking on spam in order to delete
4509                 it causes it to show in message window'
4510
4511 2011-04-24 [paul]       3.7.9cvs14
4512
4513         * src/mainwindow.c
4514         * src/gtk/foldersort.c
4515         * src/gtk/foldersort.h
4516                 fix labelling, 'change folder order' to 'change mailbox order'
4517
4518 2011-04-23 [paul]       3.7.9cvs13
4519
4520         * configure.ac
4521                 fix bug #2409, 'Failed to compile under GCC 3.x : option
4522                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
4523                 committed in 3.7.8cvs19 
4524
4525 2011-04-11 [paul]       3.7.9cvs12
4526
4527         * src/plugins/trayicon/trayicon.c
4528                 fix build bug: gtk_status_icon_set_title() is available
4529                 since gtk 2.18.x not 2.14.x
4530
4531 2011-04-11 [paul]       3.7.9cvs11
4532
4533         * po/hu.po
4534                 updated by Páder RezsÅ‘
4535
4536 2011-04-10 [colin]      3.7.9cvs10
4537
4538         * src/addr_compl.c
4539         * src/addressbook.c
4540         * src/compose.c
4541         * src/editaddress.c
4542         * src/editaddress_other_attributes_ldap.c
4543         * src/main.c
4544         * src/message_search.c
4545         * src/prefs_display_header.c
4546         * src/prefs_filtering_action.c
4547         * src/prefs_matcher.c
4548         * src/prefs_other.c
4549         * src/prefs_toolbar.c
4550         * src/summary_search.c
4551         * src/gtk/colorlabel.c
4552         * src/gtk/combobox.c
4553         * src/gtk/gtkcmoptionmenu.c
4554         * src/gtk/gtkshruler.c
4555         * src/gtk/gtkshruler.h
4556         * src/gtk/gtkutils.h
4557         * src/gtk/inputdialog.c
4558         * src/gtk/quicksearch.c
4559                 Revert the whole pile of crap introduced in
4560                 cvs9,8,7,4.
4561
4562 2011-04-10 [colin]      3.7.9cvs9
4563
4564         * src/compose.c
4565         * src/editaddress.c
4566         * src/editaddress_other_attributes_ldap.c
4567         * src/main.c
4568         * src/message_search.c
4569         * src/prefs_display_header.c
4570         * src/prefs_matcher.c
4571         * src/prefs_toolbar.c
4572         * src/summary_search.c
4573         * src/gtk/combobox.c
4574         * src/gtk/gtkutils.h
4575         * src/gtk/inputdialog.c
4576         * src/gtk/quicksearch.c
4577                 Finish fun with combo boxes. (hopefully)
4578
4579 2011-04-10 [colin]      3.7.9cvs8
4580
4581         * src/compose.c
4582         * src/prefs_filtering_action.c
4583         * src/gtk/combobox.c
4584         * src/gtk/gtkshruler.c
4585         * src/gtk/gtkshruler.h
4586                 More undeprecation. GTKSHRuler is #if'ed out. We can
4587                 still decide to maintain the old GtkRuler widget in-tree
4588                 if the lack of ruler in Compose window is too
4589                 annoying.
4590
4591 2011-04-10 [colin]      3.7.9cvs7
4592
4593         * src/addr_compl.c
4594         * src/addressbook.c
4595         * src/compose.c
4596         * src/editaddress_other_attributes_ldap.c
4597         * src/message_search.c
4598         * src/prefs_display_header.c
4599         * src/prefs_filtering_action.c
4600         * src/prefs_other.c
4601         * src/prefs_toolbar.c
4602         * src/summary_search.c
4603         * src/gtk/colorlabel.c
4604         * src/gtk/combobox.c
4605         * src/gtk/gtkcmoptionmenu.c
4606         * src/gtk/gtkutils.h
4607                 More comboboxtext undeprecation
4608
4609 2011-04-10 [colin]      3.7.9cvs6
4610
4611         * src/messageview.c
4612                 Fix it better.
4613
4614 2011-04-10 [colin]      3.7.9cvs5
4615
4616         * src/messageview.c
4617                 Fix age-old typo.
4618
4619 2011-04-10 [colin]      3.7.9cvs4
4620
4621         * src/compose.c
4622         * src/editaddress_other_attributes_ldap.c
4623         * src/message_search.c
4624         * src/prefs_display_header.c
4625         * src/prefs_filtering_action.c
4626         * src/prefs_other.c
4627         * src/prefs_toolbar.c
4628         * src/summary_search.c
4629         * src/gtk/combobox.c
4630         * src/gtk/gtkutils.h
4631                 gtk_combo_box_*_text() is deprecated, and
4632                 gtk_combo_box_text_*() is the new hotness.
4633
4634 2011-04-10 [colin]      3.7.9cvs3
4635
4636         * src/addr_compl.c
4637         * src/addressbook.c
4638         * src/browseldap.c
4639         * src/compose.c
4640         * src/folder.c
4641         * src/folderview.c
4642         * src/gtk/gtkvscrollbutton.c
4643         * src/gtk/gtkvscrollbutton.h
4644                 s/GtkFunction/GSourceFunc
4645
4646 2011-04-10 [colin]      3.7.9cvs2
4647
4648         * src/mainwindow.c
4649                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4650                 This is the patch from bug #2396, it should be innocuous even
4651                 if that's useless to do deiconify + present window...
4652
4653 2011-04-09 [paul]       3.7.9cvs1
4654
4655         * src/prefs_summaries.c
4656                 fix typo in string. (thanks, Brad!)
4657
4658 2011-04-09 [paul]       3.7.9
4659         * NEWS
4660         * README
4661         * RELEASE_NOTES 
4662                 3.7.9 unleashed!        
4663
4664 2011-04-09 [paul]       3.7.8cvs78
4665
4666         * po/cs.po
4667         * po/es.po
4668         * po/fi.po
4669         * po/fr.po
4670         * po/lt.po
4671         * po/pt_BR.po
4672         * po/sk.po
4673         * po/uk.po
4674                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4675                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4676                 Slavko, and Yarema
4677
4678 2011-04-09 [colin]      3.7.8cvs77
4679
4680         * src/gtk/filesel.c
4681                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4682                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4683                 encoding filename. Hooray for stupid.
4684
4685 2011-04-08 [colin]      3.7.8cvs76
4686
4687         * src/action.c
4688                 Fix action Stop: if child does not react to SIGTERM, it'll
4689                 probably start behaving when it'll get a SIGKILL on the user's
4690                 second press on Stop.
4691                 Fixes bug #2237, "User action makes Claws unresponsive".
4692
4693 2011-04-08 [colin]      3.7.8cvs75
4694
4695         * src/account.c
4696         * src/folder.c
4697         * src/folder.h
4698         * src/folder_item_prefs.c
4699         * src/folder_item_prefs.h
4700         * src/prefs_account.c
4701                 Fix bug #2382, "folderitemrc not updated when account
4702                 name is changed". Indeed, this wasn't done.
4703
4704 2011-04-08 [wwp]        3.7.8cvs74
4705
4706         * src/procmime.c
4707         Add support for quoted values (*="value").
4708         This commonly fixes a trailing quote appearing to filenames
4709         sent by iphone Mail (not sure if it's culprit at all, though).
4710
4711 2011-04-08 [colin]      3.7.8cvs73
4712
4713         * src/gtk/filesel.c
4714                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
4715                 caused by attachments with extended chars in the file name". Patch
4716                 derived from a patch bt Fabien Keil
4717
4718 2011-04-05 [wwp]        3.7.8cvs72
4719
4720         * src/compose.c
4721                 A debug string not to translate.
4722
4723 2011-04-03 [colin]      3.7.8cvs71
4724
4725         * src/common/utils.h
4726                 Fix bug #2394, "backtrace() crashes on FreeBSD"
4727                 That's not the first bug-report where internal
4728                 debug-only backtrace() crashes on FreeBSD.
4729
4730 2011-04-03 [colin]      3.7.8cvs70
4731
4732         * src/compose.c
4733                 Fix bug #2365 again, "Crash when auto-scrolling headers in
4734                 compose window".
4735                 Batch-mode compose windows (from filtering actions) shouldn't
4736                 try to access stuff after flushing events...
4737
4738 2011-03-31 [paul]       3.7.8cvs69
4739
4740         * INSTALL
4741                 update as gtk >= 2.10 now required
4742                 (because I'll never remember to do this later)
4743
4744 2011-03-26 [paul]       3.7.8cvs68
4745
4746         * src/messageview.c
4747                 fix separators in Go To menu
4748
4749 2011-03-20 [colin]      3.7.8cvs67
4750
4751         * configure.ac
4752                 Drop the *_DISABLE_DEPRECATED. We'll put them back
4753                 when we'll have time to handle them
4754
4755 2011-03-18 [paul]       3.7.8cvs66
4756
4757         * src/textview.c
4758                 make user-facing message more accurate -
4759                 'Network Log' not 'View Log'
4760
4761 2011-03-17 [wwp]        3.7.8cvs65
4762
4763         * po/fr.po
4764                 Fix a typo around plural form, as reported by
4765                 Yannick Palanque.
4766
4767 2011-03-15 [colin]      3.7.8cvs64
4768
4769         * AUTHORS
4770         * src/gtk/authors.h
4771         * src/main.c
4772                 Fix bug #2381, "Support for NetworkManager 0.9".
4773                 Patch by Mikhail Efremov
4774
4775 2011-03-04 [colin]      3.7.8cvs63
4776
4777         * src/mimeview.c
4778         * src/mimeview.h
4779                 Fix segfault on Windows
4780         * src/exporthtml.c
4781         * src/common/utils.c
4782         * src/common/w32_unistd.c
4783         * src/common/w32lib.h
4784                 Rationalize use of time_r() funcs (pthread do define them)
4785
4786 2011-03-02 [pawel]      3.7.8cvs62
4787
4788         * src/wizard.c
4789                 Re-implement widgets aligning, switch from GtkSizeGroup
4790                 to GtkTable - this should fix disappearing labels
4791
4792 2011-03-01 [pawel]      3.7.8cvs61
4793
4794         * src/wizard.c
4795                 Wizard GUI cleanups. Make it look and behave more
4796                 like account preferences.
4797
4798 2011-02-23 [colin]      3.7.8cvs60
4799
4800         * src/common/Makefile.am
4801                 Fix make dist
4802
4803 2011-02-23 [colin]      3.7.8cvs59
4804
4805         * src/Makefile.am
4806         * src/main.c
4807         * src/common/Makefile.am
4808         * src/common/plugin.c
4809         * src/common/valgrind.h
4810                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4811                 Use valgrind's own header.
4812
4813 2011-02-22 [colin]      3.7.8cvs58
4814
4815         * src/prefs_account.c
4816                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4817                 signed message" upon new installation. This is disturbing when PGP
4818                 plugins are loaded by default.
4819
4820 2011-02-16 [paul]       3.7.8cvs57
4821
4822         * src/*
4823                 update copyright headers throughout
4824
4825 2011-02-16 [paul]       3.7.8cvs56
4826
4827         * src/summaryview.c
4828                 use gettext plural form for "item selected"/"items selected"
4829
4830 2011-02-13 [colin]      3.7.8cvs55
4831
4832         * src/mimeview.c
4833         * src/mimeview.h
4834                 Fix bug #2361, "Claws crashes after PGP Check in separate
4835                 msg view". Don't let the cancel thread lie around after
4836                 the verification ended.
4837
4838 2011-02-13 [paul]       3.7.8cvs54
4839
4840         * po/lt.po
4841                 updated by Mindaugas Baranauskas
4842
4843 2011-02-11 [mones]      3.7.8cvs53
4844
4845         * manual/es/advanced.xml
4846                 Sync with English manual
4847         * src/imap.c
4848                 Fix remaining mismatched alloc/free from cppcheck
4849
4850 2011-02-10 [pawel]      3.7.8cvs52
4851
4852         * src/ldapupdate.c
4853                 Fix memleaks
4854
4855 2011-02-10 [pawel]      3.7.8cvs51
4856
4857         * src/prefs_toolbar.c
4858                 - set menus sensitivity in item type combo depending on
4859                   availability of actions / plugin hooks
4860                 - style fixes, spaces instead of tabs mostly
4861
4862 2011-02-10 [paul]       3.7.8cvs50
4863
4864         * src/prefs_account.c
4865                 move the 'send acc mail addr in msg-id" option to
4866                 the send page
4867
4868 2011-02-10 [paul]       3.7.8cvs49
4869
4870         * src/prefs_account.c
4871                 move the 'expunge immediately' option to a more
4872                 suitable page
4873
4874 2011-02-05 [pawel]      3.7.8cvs48
4875
4876         * manual/advanced.xml
4877                 Document new hidden pref
4878         * src/folder.c
4879                 Dont treat mimeparts referenced by others as
4880                 real attachments
4881         * src/mimeview.c
4882         * src/prefs_common.c
4883         * src/prefs_common.h
4884                 Add ability to hide inline attachments referenced
4885                 by other mimeparts in MimeView. To enable this
4886                 feature set show_inline_attachments=0 in your clawsrc
4887
4888 2011-01-25 [colin]      3.7.8cvs47
4889
4890         * src/matcher.c
4891                 Fix matcher body parsing: decode mails with our
4892                 MIME parser. This speeds up body search a bit as
4893                 binary attachments are not searched anymore, slows
4894                 down a bit full message searches, but not awfully.
4895         * src/summary_search.c
4896                 Use matcher API to search, in all cases (advanced search or
4897                 not). Also, fix little logic bugs related to combos history
4898         * src/common/utils.c
4899         * src/common/utils.h
4900         * src/procmime.c
4901         * src/procmime.h
4902                 Remove dead code, export functions needed by matcher.c
4903
4904 2011-01-25 [colin]      3.7.8cvs46
4905
4906         * src/compose.c
4907         * src/prefs_common.c
4908         * src/common/md5.c
4909         * src/common/ssl_certificate.c
4910                 Fix mismatched alloc/free (thanks to cppcheck)
4911
4912 2011-01-25 [colin]      3.7.8cvs45
4913
4914         * src/pop.c
4915                 Fix leak on error path
4916
4917 2011-01-23 [mones]      3.7.8cvs44
4918
4919         * manual/es/advanced.xml
4920                 Sync with English manual
4921
4922 2011-01-23 [paul]       3.7.8cvs43
4923
4924         * src/gtk/about.c
4925                 it's 2011, update copyright line
4926
4927 2011-01-23 [paul]       3.7.8cvs42
4928
4929         * manual/advanced.xml
4930         * src/prefs_common.c
4931         * src/prefs_common.h
4932         * src/textview.c
4933                 fix bug #2350, 'Make displaying localized date/time in
4934                 message view optional'.
4935                 This introduces a new hidden option (why do more?),
4936                 'msgview_date_format', which defaults to OFF, maintaining
4937                 the current and expected behaviour.
4938
4939 2011-01-21 [colin]      3.7.8cvs41
4940
4941         * src/procmime.c
4942                 Fix bug #2050, Clawsmail sends return receipt every seconds
4943                 We forgot to close the file when parsing 
4944                 disposition-notification fields, which made unlinking of the
4945                 corresponding emails in tempfolder/processing impossible in
4946                 Windows. Causing them to be re-fetched every time.
4947
4948 2011-01-21 [colin]      3.7.8cvs40
4949
4950         * claws-mail.desktop
4951                 Fix again bug #2346: We should have a %u parameter.
4952
4953 2011-01-21 [colin]      3.7.8cvs39
4954
4955         * src/plugins/spamassassin/spamassassin.c
4956                 Fix sa-learn when offline (its command line parsing is
4957                 space-dependant). Patch by Wolfgang Lorenz
4958
4959 2011-01-19 [pawel]      3.7.8cvs38
4960
4961         * claws-mail.desktop
4962                 Fix Bug 2346 'Please register x-handler-scheme
4963                  in .desktop file' patch by Laurent Bigonville
4964                 While I'm here update things to current
4965                 standards, fix desktop-file-validate warnings/errors
4966
4967 2011-01-18 [colin]      3.7.8cvs37
4968
4969         * src/common/smtp.c
4970                 Fix logic on SMTP AUTH: If the selected method isn't
4971                 available, say so instead of supposing it'll work.
4972                 Fixes bug #2039, 'SMTP AUTHENTICATION'
4973
4974 2011-01-15 [pawel]      3.7.8cvs36
4975
4976         * src/prefs_folder_item.c
4977                 Rework subject regexp simplify gui a bit, this give us better
4978                 options page layout (window with min width was too short to 
4979                 show all contents and thigs were unwieldy) and better preview
4980                 of regexp working/not working
4981
4982 2011-01-14 [pawel]      3.7.8cvs35
4983
4984         * src/textview.c
4985                 strncpy2() NULLify strings just fine, no need to be
4986                 extra "clever"
4987
4988 2011-01-14 [pawel]      3.7.8cvs34
4989
4990         * src/textview.c
4991                 Fix Bug #2165 'The date not localized in the message view'
4992                 Display Date header in messageview in the same way as in
4993                 summaryview by respecting date format set in preferences.
4994
4995 2011-01-06 [pawel]      3.7.8cvs33
4996
4997         * src/prefs_account.c
4998         * src/prefs_folder_item.c
4999         * src/prefs_quote.c
5000         * src/quote_fmt.c
5001                 Make quote templates widgets more compact
5002
5003 2011-01-06 [pawel]      3.7.8cvs32
5004
5005         * src/plugins/trayicon/trayicon.c
5006                 - fix logic bug which caused icon to be
5007                   always set no-mail status on plugin load
5008                 - force icon hide on plugin_done(), without
5009                   it empty space(?!) is left in tray under KDE3 and KDE4
5010
5011 2011-01-06 [colin]      3.7.8cvs31
5012
5013         * src/addrharvest.c
5014         * src/codeconv.c
5015         * src/codeconv.h
5016         * src/compose.c
5017         * src/news.c
5018         * src/procheader.c
5019         * src/procmime.c
5020         * src/unmime.c
5021         * src/unmime.h
5022                 Unmime headers differently whether they're addresses or not:
5023                 It's useless to quote things containing commas if it's in
5024                 subject, for example. (introduced in 3.7.8cvs26)
5025
5026 2011-01-06 [colin]      3.7.8cvs30
5027
5028         * src/gtk/gtkaspell.c
5029                 Complete previous patch
5030         * src/messageview.c
5031         * src/plugins/pgpinline/pgpinline.c
5032                 Coding style
5033
5034 2011-01-06 [paul]       3.7.8cvs29
5035
5036         * AUTHORS
5037         * configure.ac
5038         * po/lt.po
5039         * src/gtk/authors.h
5040                 add Lithuanian translation (approx. 65% complete)
5041                 submitted by Mindaugas Baranauskas
5042
5043 2011-01-06 [pawel]      3.7.8cvs28
5044
5045         * src/export.c
5046         * src/import.c
5047         * src/messageview.c
5048         * src/prefs_actions.c
5049         * src/procmime.c
5050         * src/gtk/gtkaspell.c
5051         * src/plugins/pgpinline/pgpinline.c
5052         * src/plugins/pgpmime/pgpmime.c
5053         * src/plugins/smime/smime.c
5054                 Fix memory/file descriptors leaks
5055
5056 2011-01-06 [paul]       3.7.8cvs27
5057
5058         * src/plugins/pgpcore/sgpgme.c
5059                 fix bug #2322, 'GPG Full info: showing subkey
5060                 ID instead of primary key fingerprint'
5061                 Patch by Sébastien Bigaret.
5062
5063 2011-01-03 [colin]      3.7.8cvs26
5064
5065         * src/unmime.c
5066                 Better quote-checking when unmim-ing headers
5067                 that may have comas.
5068
5069 2011-01-03 [colin]      3.7.8cvs25
5070
5071         * src/unmime.c
5072                 Fix bug #2299, "Incorrect handling of quoted printable coma
5073                 in headers". As this is really painful to fix by switching
5074                 the whole stuff to a list of headers tokens, we workaround
5075                 the problem by adding quotes around the encoded-word (making
5076                 it a quoted-string which continuity is already handled).
5077
5078 2011-01-03 [colin]      3.7.8cvs24
5079
5080         * src/procheader.c
5081                 Remove dead code
5082
5083 2010-12-23 [colin]      3.7.8cvs23
5084
5085         * src/compose.c
5086                 Finish fixing bug #2203: When forwarding (inline) and there
5087                 are some text/* parts with no name, set them a name and
5088                 set their disposition to attachment, so that recipients with
5089                 MUAs preferring HTML parts don't show them by default.
5090
5091 2010-12-22 [paul]       3.7.8cvs22
5092
5093         * src/compose.h
5094                 fix missing file in 3.7.8cvs20
5095
5096 2010-12-22 [colin]      3.7.8cvs21
5097
5098         * src/folderview.c
5099         * src/folderview.h
5100                 Implement a nicer scroll when drag and dropping
5101
5102 2010-12-22 [colin]      3.7.8cvs20
5103
5104         * src/compose.c
5105                 Store charset if available when attaching text/* parts
5106                 Fixes bug #2203, 'Problems in forwarding multipart/
5107                 alternative messages with HTML part'
5108
5109 2010-12-22 [colin]      3.7.8cvs19
5110
5111         * src/textview.c
5112                 Fix wrong free
5113
5114 2010-12-21 [colin]      3.7.8cvs18
5115
5116         * src/inc.c
5117         * src/send_message.c
5118         * src/common/session.c
5119         * src/common/session.h
5120                 Differentiate between running sessions and connected
5121                 sessions. Fixes bug #2332, "Crash when hitting cancel
5122                 on the SMTP status window"
5123
5124 2010-12-21 [colin]      3.7.8cvs17
5125
5126         * src/etpan/etpan-thread-manager.c
5127                 Dead code removal
5128
5129 2010-12-21 [colin]      3.7.8cvs16
5130
5131         * src/textview.c
5132                 Check whether we should continue loading the
5133                 current textview after inserting a possibly
5134                 big image.
5135
5136 2010-12-20 [colin]      3.7.8cvs15
5137
5138         * src/addrcindex.c
5139         * src/addrcindex.h
5140                 Removed. Dead code since ages!
5141         * src/addr_compl.c
5142         * src/gtk/gtkcmclist.c
5143         * src/gtk/gtkcmctree.c
5144         * src/gtk/gtksctree.c
5145                 undefine *_DISABLE_DEPRECATED in the files that
5146                 use deprecated interfaces. Implicit declarations
5147                 can lead to crashes as prototypes are unknown, as
5148                 evidenced by bug #2315.
5149
5150 2010-12-20 [colin]      3.7.8cvs14
5151
5152         * src/compose.c
5153                 Don't flush events when adding an header entry. This
5154                 can mess up the keypresses in the previous header.
5155                 Instead, make the scroll happen later (doing it on the
5156                 spot without flushing events doesn't work as the new
5157                 requisitions aren't set yet).
5158
5159 2010-12-20 [colin]      3.7.8cvs13
5160
5161         * src/mainwindow.c
5162                 Don't iconify at start on w32. This un-iconifies in the
5163                 background.
5164
5165 2010-12-20 [colin]      3.7.8cvs12
5166
5167         * src/common/base64.c
5168                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5169                 Patch by pochini at shiny.it
5170
5171 2010-12-19 [colin]      3.7.8cvs11
5172
5173         * src/ldapserver.c
5174                 Better debug.
5175
5176 2010-12-18 [colin]      3.7.8cvs10
5177
5178         * src/compose.c
5179                 Fix bug #2148, "Attachment content-transfer-encoding 
5180                 incorrectly set when signing emails". The RFC 2045
5181                 states that message/* and multipart/* encoding must
5182                 be either 7-bit, 8-bit or binary.
5183
5184 2010-12-18 [mones]      3.7.8cvs9
5185
5186         * src/ldaputil.c
5187                 Fix crash when searching or adding a LDAP server
5188
5189 2010-12-17 [colin]      3.7.8cvs8
5190
5191         * configure.ac
5192         * src/editldap.c
5193         * src/ldapquery.c
5194         * src/ldapserver.c
5195         * src/ldapupdate.c
5196         * src/ldaputil.c
5197         * src/ldaputil.h
5198                 Better error logging. Disable LDAP SSL/TLS on
5199                 Windows, it's crashy/non-worky.
5200
5201 2010-12-17 [colin]      3.7.8cvs7
5202
5203         * src/folder.c
5204                 Fix bug #2325, "messages remains in folder cache after moving
5205                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5206
5207 2010-12-17 [colin]      3.7.8cvs6
5208
5209         * src/addressadd.c
5210         * src/addressbook.c
5211         * src/addrindex.c
5212         * src/ldapquery.c
5213         * src/ldapquery.h
5214         * src/ldapserver.c
5215         * src/ldapserver.h
5216         * src/ldapupdate.c
5217         * src/ldaputil.c
5218         * src/ldaputil.h
5219                 Windows build fixes (w32 LDAP completely untested!)
5220
5221 2010-12-16 [colin]      3.7.8cvs5
5222
5223         * src/addrindex.c
5224         * src/editldap.c
5225         * src/ldapctrl.c
5226         * src/ldapquery.c
5227         * src/ldapserver.c
5228         * src/ldapserver.h
5229         * src/ldapupdate.c
5230         * src/ldaputil.c
5231                 Try to rationalize a bit LDAP connections
5232
5233 2010-12-16 [colin]      3.7.8cvs4
5234
5235         * src/prefs_spelling.c
5236         * src/common/defs.h
5237                 Add a button to get dictionaries (win32)
5238
5239 2010-12-16 [colin]      3.7.8cvs3
5240
5241         * src/prefs_matcher.c
5242                 Fix bug #2279, "crash when clicking 'define' in filter
5243                 configuring". Thanks to Theodor Ciobanu for the hint at
5244                 the problem.
5245
5246 2010-12-14 [colin]      3.7.8cvs2
5247
5248         * src/gtk/gtkaspell.c
5249                 Add missing guard for sys/wait.h
5250
5251 2010-12-05 [colin]      3.7.8cvs1
5252
5253         * tools/make.themes.project
5254                 Seems wget has changed naming of targets downloaded.
5255                 Fix it by always providing our own name.
5256                 [Pushing mones' patch again after messing with CVSROOT]
5257
5258 2010-12-04 [paul]       3.7.8
5259         * NEWS
5260         * README
5261         * RELEASE_NOTES 
5262                 3.7.8 unleashed!
5263
5264 2010-12-03 [paul]       3.7.7cvs11
5265
5266         * configure.ac
5267         * manual/xml2pdf ** REMOVED **
5268         * manual/dist/pdf/Makefile.am
5269         * manual/es/dist/pdf/Makefile.am
5270         * manual/fr/dist/pdf/Makefile.am
5271         * manual/pl/dist/pdf/Makefile.am
5272                 simplify check for tools needed for manual building,
5273                 remove xml2pdf and use docbook2pdf instead
5274
5275 2010-12-03 [mir]        3.7.7cvs10
5276
5277         * configure.ac
5278                 Fix bug so that configure option --disable-manual
5279                 actually disable building the manuals
5280
5281 2010-12-01 [pawel]      3.7.7cvs9
5282
5283         * src/crash.c
5284                 One more GTK+ 2.22 build fix
5285
5286 2010-11-30 [colin]      3.7.7cvs8
5287
5288         * src/action.c
5289                 Fix bug #2317, 'Action results in "Bad file descriptor"'
5290                 Introduced in 3.7.6cvs57. In fact the error has been there
5291                 since ages, and only new thing is the verification of the
5292                 various functions return code. Let the stuff work as it
5293                 does, as it seems to do the right thing since ages.
5294
5295 2010-11-28 [colin]      3.7.7cvs7
5296
5297         * src/gtk/quicksearch.c
5298                 Fix bug #2313, 'CLI quicksearch sometimes returns 
5299                 the same messages twice'. Patch by Sebastien Bigaret
5300
5301 2010-11-25 [paul]       3.7.7cvs6
5302
5303         * src/prefs_common.c
5304                 make "gtk_can_change_accels" FALSE by default.
5305                 fixes bug #2309, 'Shortcuts should not be modifiable
5306                 by default' (RFE)
5307
5308 2010-11-24 [mones]      3.7.7cvs5
5309
5310         * src/mainwindow.c
5311                 Add missing shortcuts for marking as spam and ham
5312                 Fixes Debian bug #599547
5313
5314 2010-11-22 [colin]      3.7.7cvs4
5315
5316         * src/compose.c
5317                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5318                 five patches were needed to fix a corner case
5319                 is a good indicator that is was bound to break
5320                 something.
5321
5322 2010-11-21 [colin]      3.7.7cvs3
5323
5324         * src/plugins/pgpcore/claws.def
5325                 Win32 build fix
5326
5327 2010-11-20 [wwp]        3.7.7cvs2
5328
5329         * src/main.c
5330           Fix either a typo or an irrelevant iff word there.
5331           IMO type and recursive possible values should be changed to
5332           smth simple and neat here, and help strings be really
5333           translatable.
5334
5335 2010-11-20 [colin]      3.7.7cvs1
5336
5337         * AUTHORS
5338                 Damn, forgot to commit this file twice.
5339
5340 2010-11-19 [paul]       3.7.7
5341         * NEWS
5342         * README
5343         * RELEASE_NOTES 
5344                 3.7.7 unleashed!
5345
5346 2010-11-19 [paul]       3.7.6cvs66
5347
5348         * po/ca.po
5349         * po/cs.po
5350         * po/de.po
5351         * po/es.po
5352         * po/fi.po
5353         * po/fr.po
5354         * po/hu.po
5355         * po/id.po
5356         * po/pt_BR.po
5357         * po/sk.po
5358         * po/uk.po
5359                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5360                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5361                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5362
5363 2010-11-17 [colin]      3.7.6cvs65
5364
5365         * src/common/utils.c
5366                 Separate email address from timestamp with a dot.
5367                 Fix coding style.
5368
5369 2010-11-17 [colin]      3.7.6cvs64
5370
5371         * src/common/utils.c
5372                 Fix multiple @ in generated message-ids.
5373                 That's not allowed in RFC 2822.
5374
5375 2010-11-16 [mones]      3.7.6cvs63
5376
5377         * manual/es/advanced.xml
5378                 Synchronise with English version
5379
5380 2010-11-04 [wwp]        3.7.6cvs62
5381
5382         * src/filtering.c
5383                 Fix bug 2293, "filtering: simplify expression", as simplifying
5384                 this expression doesn't make it less easy to understand and we
5385                 gain few cycles by making the logical expression more simple
5386                 by applying. Patch by Nicolas Kaiser.
5387
5388 2010-11-03 [colin]      3.7.6cvs61
5389
5390         * src/addrindex.c
5391                 Fix bug 2294, "addrindex.c: address index conversion always
5392                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5393
5394 2010-11-02 [wwp]        3.7.6cvs60
5395
5396         * src/action.c
5397         * src/statusbar.c
5398         * src/toolbar.c
5399                 Enlarge the progress bar (main window) a bit when compiling
5400                 for UMPCs like maemo: this solves truncated text that might
5401                 appear in the progress bar while processing messages.
5402                 Also use a more compact string format when displaying
5403                 progress like 'number/total', still for UMPCs, this fixes
5404                 a previous inconsistency with these format strings where
5405                 no space around the / were used sometimes.
5406
5407 2010-10-26 [ticho]      3.7.6cvs59
5408
5409         * src/news.c
5410                 Recreate NNTP session if server port setting has changed. Fixes
5411                 bug #2092.
5412
5413 2010-10-26 [colin]      3.7.6cvs58
5414
5415         * src/imap_gtk.c
5416         * src/mh_gtk.c
5417                 Fix copy-paste error, thanks to David Relson
5418                 for spotting it.
5419
5420 2010-10-18 [colin]      3.7.6cvs57
5421
5422         * src/action.c
5423         * src/addrharvest.c
5424         * src/alertpanel.c
5425         * src/filtering.c
5426         * src/jpilot.c
5427         * src/prefs_themes.c
5428         * src/procmime.c
5429         * src/textview.c
5430         * src/gtk/gtkutils.c
5431         * src/gtk/quicksearch.c
5432         * src/gtk/quicksearch.h
5433         * src/plugins/pgpcore/passphrase.c
5434         * src/plugins/spamassassin/libspamc.c
5435                 Fix warnings
5436
5437 2010-10-17 [colin]      3.7.6cvs56
5438
5439         * src/prefs_themes.c
5440         * src/gtk/gtkaspell.c
5441         * src/gtk/gtkutils.c
5442         * src/gtk/gtkutils.h
5443         * src/gtk/inputdialog.c
5444         * src/gtk/progressdialog.c
5445                 Undeprecate a few things
5446
5447 2010-10-17 [colin]      3.7.6cvs55
5448
5449         * src/main.c
5450         * src/gtk/authors.h
5451         * src/gtk/quicksearch.c
5452         * src/gtk/quicksearch.h
5453                 Add ability to search from the command-line.
5454                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5455                 Patch by Sebastien Bigarret.
5456
5457 2010-10-04 [mones]      3.7.6cvs54
5458
5459         * manual/dist/pdf/Makefile.am
5460                 Fix build of English PDF manual
5461                 (sh: Can't open ../../../xml2pdf)
5462
5463 2010-10-03 [colin]      3.7.6cvs53
5464
5465         * src/folder.c
5466         * src/folder.h
5467         * src/imap.c
5468         * src/mh.c
5469         * src/procmsg.c
5470                 Get rid of GRelation which were, mostly, used as
5471                 GHashTables. Probably fixes bug #2277, 'Segfault when
5472                 loading inbox for the first time'
5473
5474 2010-10-03 [mir]        3.7.6cvs52
5475
5476         * manual/de/dist/html/Makefile.am
5477         * manual/de/dist/pdf/Makefile.am
5478         * manual/de/dist/ps/Makefile.am
5479         * manual/de/dist/txt/Makefile.am
5480         * manual/dist/html/Makefile.am
5481         * manual/dist/pdf/Makefile.am
5482         * manual/dist/ps/Makefile.am
5483         * manual/dist/txt/Makefile.am
5484         * manual/es/dist/html/Makefile.am
5485         * manual/es/dist/pdf/Makefile.am
5486         * manual/es/dist/ps/Makefile.am
5487         * manual/es/dist/txt/Makefile.am
5488         * manual/fr/dist/html/Makefile.am
5489         * manual/fr/dist/pdf/Makefile.am
5490         * manual/fr/dist/ps/Makefile.am
5491         * manual/fr/dist/txt/Makefile.am
5492         * manual/pl/dist/html/Makefile.am
5493         * manual/pl/dist/pdf/Makefile.am
5494         * manual/pl/dist/ps/Makefile.am
5495         * manual/pl/dist/txt/Makefile.am
5496             Missing Makefile.am's for 3.7.6cvs49
5497
5498
5499 2010-10-03 [colin]      3.7.6cvs51
5500
5501         * po/POTFILES.in
5502                 Fix build
5503
5504 2010-10-02 [mir]        3.7.6cvs50
5505
5506         * manual/de/dist/html/Makefile.am
5507         * manual/de/dist/pdf/Makefile.am
5508         * manual/de/dist/ps/Makefile.am
5509         * manual/de/dist/txt/Makefile.am
5510         * manual/dist/html/Makefile.am
5511         * manual/dist/pdf/Makefile.am
5512         * manual/dist/ps/Makefile.am
5513         * manual/dist/txt/Makefile.am
5514         * manual/es/dist/html/Makefile.am
5515         * manual/es/dist/pdf/Makefile.am
5516         * manual/es/dist/ps/Makefile.am
5517         * manual/es/dist/txt/Makefile.am
5518         * manual/fr/dist/html/Makefile.am
5519         * manual/fr/dist/pdf/Makefile.am
5520         * manual/fr/dist/ps/Makefile.am
5521         * manual/fr/dist/txt/Makefile.am
5522         * manual/pl/dist/html/Makefile.am
5523         * manual/pl/dist/pdf/Makefile.am
5524         * manual/pl/dist/ps/Makefile.am
5525         * manual/pl/dist/txt/Makefile.am
5526             Part 2 of last commit which broke due to a permission error
5527             Avoid claws trying to build manuals if the required
5528             tools are not present.
5529
5530 2010-10-02 [mir]        3.7.6cvs49
5531
5532         * configure.ac
5533         * manual/de/dist/html/Makefile.am
5534         * manual/de/dist/pdf/Makefile.am
5535         * manual/de/dist/ps/Makefile.am
5536         * manual/de/dist/txt/Makefile.am
5537         * manual/dist/html/Makefile.am
5538         * manual/dist/pdf/Makefile.am
5539         * manual/dist/ps/Makefile.am
5540         * manual/dist/txt/Makefile.am
5541         * manual/es/dist/html/Makefile.am
5542         * manual/es/dist/pdf/Makefile.am
5543         * manual/es/dist/ps/Makefile.am
5544         * manual/es/dist/txt/Makefile.am
5545         * manual/fr/dist/html/Makefile.am
5546         * manual/fr/dist/pdf/Makefile.am
5547         * manual/fr/dist/ps/Makefile.am
5548         * manual/fr/dist/txt/Makefile.am
5549         * manual/pl/dist/html/Makefile.am
5550         * manual/pl/dist/pdf/Makefile.am
5551         * manual/pl/dist/ps/Makefile.am
5552         * manual/pl/dist/txt/Makefile.am
5553             1) Downgrade autoconf requirements to 2.59 to allow
5554             building on oldest supported Linux distributions.
5555             2) Only try to build manuals if the needed software
5556             is present.
5557
5558 2010-10-02 [colin]      3.7.6cvs48
5559
5560         * src/plugins/trayicon/trayicon.c
5561                 And fix theme updating.
5562
5563 2010-10-02 [colin]      3.7.6cvs47
5564
5565         * src/plugins/trayicon/trayicon.c
5566                 Got burnt by wrong indentation!
5567
5568 2010-10-02 [colin]      3.7.6cvs46
5569
5570         * configure.ac
5571                 Forgot to remove the directory from top-level
5572
5573 2010-10-02 [colin]      3.7.6cvs45
5574
5575         * src/plugins/trayicon/Makefile.am
5576         * src/plugins/trayicon/trayicon.c
5577         * src/plugins/trayicon/libeggtrayicon/.cvsignore
5578         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5579         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5580         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5581         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5582         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5583         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5584         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5585         * src/plugins/trayicon/libeggtrayicon/xembed.h
5586                 Finally get rid of Eggtrayicon, use GtkStatusIcon
5587                 instead (which can be done safely now that we 
5588                 require GTK+ 2.10).
5589
5590 2010-10-02 [colin]      3.7.6cvs44
5591
5592         * src/action.c
5593         * src/addr_compl.c
5594         * src/addressbook.c
5595         * src/addrgather.c
5596         * src/alertpanel.c
5597         * src/editaddress.c
5598         * src/editaddress_other_attributes_ldap.c
5599         * src/editgroup.c
5600         * src/folderview.c
5601         * src/grouplistdialog.c
5602         * src/headerview.c
5603         * src/image_viewer.c
5604         * src/importldif.c
5605         * src/main.c
5606         * src/mainwindow.c
5607         * src/message_search.c
5608         * src/mimeview.c
5609         * src/prefs_themes.c
5610         * src/summary_search.c
5611         * src/summaryview.c
5612         * src/toolbar.c
5613         * src/etpan/imap-thread.c
5614         * src/gtk/authors.h
5615         * src/gtk/gtkcmclist.c
5616         * src/gtk/gtkcmoptionmenu.c
5617         * src/gtk/gtkutils.c
5618         * src/gtk/gtkutils.h
5619         * src/gtk/gtkvscrollbutton.c
5620         * src/plugins/pgpcore/select-keys.c
5621         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5622                 Undeprecate for GTK+2.22. Patch by Reed Loden.
5623                 Fixes bug #2276, 'Compile in maintainer mode
5624                 fails on GTK+ 2.22'.
5625
5626 2010-10-02 [colin]      3.7.6cvs43
5627
5628         * configure.ac
5629                 It's now time to remove the temporary enable-openssl
5630                 option that was used when we removed OpenSSL. See 
5631                 bug #2276 comment #14.
5632
5633 2010-09-30 [wwp]        3.7.6cvs42
5634
5635         * src/prefs_account.c
5636         * src/prefs_filtering_action.c
5637         * src/prefs_matcher.c
5638                         Fix bug #2274, wrong color label index range
5639                         used w/ gtk_cmoption_menu (behaviour change
5640                         has been introduced w/ 3.5.0cvs49 apparently),
5641                         now it must be 1..N so let's use colorlabel value
5642                         (0..N) + 1.
5643                         
5644
5645 2010-09-20 [pawel]      3.7.6cvs41
5646
5647         * src/compose.c
5648         * src/mainwindow.c
5649         * src/summaryview.c
5650                 revert last patch
5651
5652 2010-09-19 [pawel]      3.7.6cvs40
5653
5654         * src/compose.c
5655         * src/mainwindow.c
5656         * src/summaryview.c
5657                 Set ML menus sensitivity accordingly to
5658                 possibility of reply to ML
5659
5660 2010-09-19 [colin]      3.7.6cvs39
5661
5662         * src/compose.c
5663                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5664                 to newsgroups, and NNTP accounts *can* send email. We 
5665                 should not force an email account when replying to_ml or
5666                 anything...
5667
5668 2010-09-19 [colin]      3.7.6cvs38
5669
5670         * src/compose.c
5671                 Revert previous commit (which breaks Reply to newsgroups)
5672
5673 2010-09-17 [pawel]      3.7.6cvs37
5674
5675         * src/compose.c
5676                 Respect reply_account_autosel when changing compose
5677                 account to email one while replying to NNTP post
5678
5679 2010-09-17 [wwp]        3.7.6cvs36
5680
5681         * doc/man/claws-mail.1
5682         Update --compose documentation in `man claws-mail`.
5683
5684 2010-09-12 [pawel]      3.7.6cvs35
5685
5686         * src/compose.c
5687                 Add forgotten bit to previous commit,
5688                 select email account when replying to ML
5689
5690 2010-09-12 [pawel]      3.7.6cvs34
5691
5692         * src/compose.c
5693                 Fix bug #2247 "nntp reply-to-all broken?"
5694                 Make reply-to-all and reply-to-ml work as expected in
5695                 mailing list through NNTP case
5696
5697 2010-09-11 [pawel]      3.7.6cvs33
5698
5699         * src/mainwindow.c
5700         * src/summaryview.c
5701         * src/toolbar.c
5702                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5703                 fixes build with GTK+ < 2.18
5704
5705 2010-09-10 [pawel]      3.7.6cvs32
5706
5707         * src/mainwindow.c
5708         * src/summaryview.c
5709         * src/toolbar.c
5710                 Make Tab key switch between FolderView, MsgView and
5711                 SummaryView only, other widgets have/can have their own
5712                 keybindings anyway
5713
5714 2010-08-25 [colin]      3.7.6cvs31
5715
5716         * src/procmime.c
5717         * AUTHORS
5718         * src/gtk/authors.h
5719         * src/common/base64.c
5720         * src/common/base64.h
5721                 Fix bug #2245, "base64 decoding fails with line breaks"
5722                 Patch by Yotam Medini
5723
5724 2010-08-25 [colin]      3.7.6cvs30
5725
5726         * src/main.c
5727                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5728
5729 2010-08-23 [pawel]      3.7.6cvs29
5730
5731         * src/inc.c
5732         * src/send_message.c
5733         * src/statusbar.c
5734         * src/toolbar.c
5735                 Hide progressbar on statusbar when not needed
5736
5737 2010-08-17 [colin]      3.7.6cvs28
5738
5739         * src/main.c
5740                 Fix previous patch (our own tmp dir is inside
5741                 our rc dir)
5742
5743 2010-08-16 [colin]      3.7.6cvs27
5744
5745         * src/main.c
5746                 Use temp dir to store logs in Windows. Avoids doing
5747                 get_rc_dir() early, which prevents set_rc_dir()
5748                 working correctly.
5749
5750 2010-07-31 [holger]     3.7.6cvs26
5751
5752         * src/gtk/gtkshruler.c
5753                 Yet more GdkGC to Cairo porting
5754
5755 2010-07-30 [holger]     3.7.6cvs25
5756
5757         * src/stock_pixmap.c
5758                 More GdkGC to Cairo porting
5759
5760 2010-07-30 [holger]     3.7.6cvs24
5761
5762         * src/gtk/colorlabel.c
5763                 One GdkGC usage less
5764
5765 2010-07-29 [holger]     3.7.6cvs23
5766
5767         * src/printing.c
5768                 Replace some gdk drawing with cairo, as the former
5769                 is going towards deprecation.
5770
5771 2010-07-25 [colin]      3.7.6cvs22
5772
5773         * src/common/utils.c
5774                 And now for a real fix. g_list_remove() doesn't, of
5775                 course, free the data. But we have to have a solid
5776                 pointer to it in order to free it ourselves instead
5777                 of relying on the old freed list pointer.
5778                 Maybe that's the last patch on the subject now ? :)
5779
5780 2010-07-25 [colin]      3.7.6cvs21
5781
5782         * src/common/utils.c
5783                 Remove stupid and extraneous g_free() of elements
5784                 which have just been freed by g_list_remove(). (see
5785                 GList documentation). I don't know how it worked before
5786
5787 2010-07-25 [colin]      3.7.6cvs20
5788
5789         * src/common/utils.c
5790                 Reverse free/use with more logical and safe
5791                 use/free. Thanks to Michael Rasmussen !
5792
5793 2010-07-24 [colin]      3.7.6cvs19
5794
5795         * src/gtk/quicksearch.c
5796                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5797                 'freeze when using quick search'
5798
5799 2010-07-11 [iwkse]      3.7.6cvs18
5800
5801         * src/gtk/quicksearch.c
5802                 Add SMALL_LAYOUT to quicksearch_relayout
5803
5804 2010-07-10 [iwkse]      3.7.6cvs17
5805
5806         * src/mainwindow.h
5807                         Remove forgotten variable from
5808                         the last bugfix #2224
5809
5810 2010-07-10 [colin]      3.7.6cvs16
5811
5812         * src/mainwindow.c
5813         * src/gtk/quicksearch.c
5814                 Clean fix for bug #2224: don't mess with GTK settings when
5815                 handling the layout ourselves is enough
5816
5817 2010-07-09 [iwkse]      3.7.6cvs15
5818
5819         * src/mainwindow.h
5820         * src/mainwindow.c
5821                         Better fix for Bug #2224
5822
5823 2010-07-09 [iwkse]      3.7.6cvs14
5824
5825         * src/mainwindow.c
5826                         Bug #2224
5827                         Always use stock icons on buttons
5828
5829 2010-07-08 [colin]      3.7.6cvs13
5830
5831         * src/gtk/filesel.c
5832                 Fix bug 2223, 'Compilation fails with GTK+
5833                 2.21.3'. Thanks to Jan Psota !
5834
5835 2010-06-29 [pawel]      3.7.6cvs12
5836
5837         * src/compose.c
5838                 Revert 3.7.5cvs41, it breaks templates that use %X
5839
5840 2010-06-23 [wwp]        3.7.6cvs11
5841
5842         * src/gtk/colorlabel.c
5843                 Silent up a warning by avoiding possible confusion
5844                 in logical expression evaluation, thanks to TuxCM.
5845
5846 2010-06-21 [iwkse]      3.7.6cvs10
5847
5848         * src/gtk/quicksearch.c
5849                 Do not add into quicksearch history
5850                 matching rules with bad syntax
5851
5852 2010-05-26 [holger]     3.7.6cvs9
5853
5854         * src/summaryview.c
5855         * src/summaryview.h
5856                 Add function to select rows given a list of messages,
5857                 complementary to summary_get_selected_msg_list()
5858
5859 2010-05-22 [mir]        3.7.6cvs8
5860
5861         * src/ldapctrl.c
5862                 Fix bug 2208. Encode encrypted password to qouted
5863                 printable to avoid making invalid XML. Encoding
5864                 will be activated the first time the password is
5865                 changed.
5866
5867 2010-05-22 [paul]       3.7.6cvs7
5868
5869         * manual/advanced.xml
5870         * src/compose.c
5871         * src/prefs_common.c
5872         * src/prefs_common.h
5873                 after using the compose margin for several days
5874                 I wanted the old style back - add a new hidden
5875                 pref 'show_compose_margin' to restore the old
5876                 behaviour (defaults to FALSE)
5877
5878 2010-05-14 [paul]       3.7.6cvs6
5879
5880         * src/compose.c
5881                 add a margin to the compose window text that matches
5882                 the margin in textview
5883
5884 2010-05-14 [colin]      3.7.6cvs5
5885
5886         * src/gtk/sslcertwindow.c
5887                 Fix dangling pointer. Thanks to Michael R!
5888
5889 2010-05-14 [colin]      3.7.6cvs4
5890
5891         * src/gtk/sslcertwindow.c
5892                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
5893                 expired but certificate check is skipped' and maybe
5894                 bug 2200, 'SSL is not working with POP3'
5895
5896 2010-05-14 [colin]      3.7.6cvs3
5897
5898         * src/plugins/pgpinline/pgpinline.c
5899                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
5900
5901 2010-05-04 [iwkse]      3.7.6cvs2
5902
5903         * src/prefs_message.c
5904                         Get a generic name as 'Quotation' for
5905                         the frame
5906
5907 2010-05-04 [iwkse]      3.7.6cvs1
5908
5909         * src/prefs_message.c
5910         * src/prefs_common.h
5911         * src/prefs_common.c
5912         * src/textview.c
5913                         Fix #2188
5914                         Option for collapsing via double-click
5915
5916 2010-05-01 [paul]       3.7.6
5917         * NEWS
5918         * README
5919         * RELEASE_NOTES 
5920                 3.7.6 unleashed!
5921
5922 2010-05-01 [paul]       3.7.5cvs55
5923
5924         * tools/claws.i18n.status.pl
5925                 add Ukrainian stat
5926
5927 2010-05-01 [paul]       3.7.5cvs54
5928
5929         * src/gtk/authors.h
5930                 add YUP, new Ukrainian translator
5931
5932 2010-04-30 [paul]       3.7.5cvs53
5933
5934         * configure.ac
5935         * po/uk.po
5936                 add Ukrainian translation, submitted by YUP
5937         * po/cs.po
5938         * po/de.po
5939         * po/fi.po
5940         * po/hu.po
5941         * po/nl.po
5942         * po/pt_BR.po
5943         * po/pt_PT.po
5944         * po/sk.po
5945                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
5946                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
5947                 Tiago Faria, and Slavko
5948
5949 2010-04-26 [wwp]        3.7.5cvs52
5950
5951         * po/fr.po
5952                 Fix capitalization.
5953
5954 2010-04-26 [mones]      3.7.5cvs51
5955
5956         * po/es.po
5957                 Updated for release
5958
5959 2010-04-22 [pawel]      3.7.5cvs50
5960
5961         * src/addressbook.c
5962                 fix compile warning
5963         * src/vcard.c
5964                 first NULL check pointer, then use it
5965
5966 2010-04-22 [colin]      3.7.5cvs49
5967
5968         * src/imap.c
5969                 Fix error message when session isn't established
5970         * po/fr.po
5971                 Update translation and fix a typo in it
5972
5973 2010-04-15 [pawel]      3.7.5cvs48
5974
5975         * src/prefs_account.c
5976                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
5977                                 the port isn't configured properly'
5978                 When using SSL/TLS tunneling automatically use default
5979                 ports for encrypted connections: smtps, pop3s, imaps, nntps
5980
5981 2010-04-15 [pawel]      3.7.5cvs47
5982
5983         * src/action.c
5984                 Fix crasher in actions using '%f' argument
5985                 on multiple files with external scripts which
5986                 don't return any output.
5987
5988 2010-04-14 [colin]      3.7.5cvs46
5989
5990         * src/mainwindow.c
5991                 Fix hand cursor after error symbol appears
5992
5993 2010-04-12 [colin]      3.7.5cvs45
5994
5995         * configure.ac
5996                 Fix bug 2162, 'configure check for libetpan 
5997                 fails with libetpan 1.0'
5998
5999
6000 2010-04-09 [mones]      3.7.5cvs44
6001
6002         * manual/de/glossary.xml
6003                 Fix encoding to match main document's
6004                 Also fixes make dist with Debian's openjade
6005
6006 2010-03-29 [pawel]      3.7.5cvs43
6007
6008         * src/matcher_parser.h
6009         * src/matcher_parser_parse.y
6010         * src/gtk/quicksearch.c
6011                 Disable matcher warnings when populating quicksearch
6012                 completion lists on startup
6013
6014 2010-03-27 [colin]      3.7.5cvs42
6015
6016         * src/gtk/quicksearch.c
6017                 Fix double-free later in code. Optimize
6018                 list creation
6019
6020 2010-03-27 [pawel]      3.7.5cvs41
6021
6022         * src/compose.c
6023                 Make sure that quote ends with new line char
6024
6025 2010-03-26 [pawel]      3.7.5cvs40
6026
6027         * src/compose.c
6028         * src/compose.h
6029         * src/textview.c
6030                 Fix Bug 1928 Add "reply to this address" pop menu 
6031                              on Message View
6032                 - Set composing account to email one when creating/replying
6033                   from NNTP folder by clicking link or choosing option
6034                   from popup menu
6035                 - Factorize code
6036
6037 2010-03-25 [paul]       3.7.5cvs39
6038
6039         * src/gtk/gtkcmclist.c
6040                 Fix build with GTK+ 2.20
6041
6042 2010-03-24 [pawel]      3.7.5cvs38
6043
6044         * src/addr_compl.c
6045         * src/compose.c
6046         * src/folderview.c
6047         * src/grouplistdialog.c
6048         * src/headerview.c
6049         * src/mainwindow.c
6050         * src/mimeview.c
6051         * src/prefs_account.c
6052         * src/gtk/gtkcmclist.c
6053         * src/gtk/gtkcmctree.c
6054         * src/gtk/gtkcmoptionmenu.c
6055         * src/gtk/gtksctree.c
6056         * src/gtk/gtkshruler.c
6057         * src/gtk/gtkutils.c
6058         * src/gtk/gtkutils.h
6059         * src/gtk/gtkvscrollbutton.c
6060         * src/gtk/inputdialog.c
6061         * src/gtk/spell_entry.c
6062         * src/plugins/trayicon/trayicon.c
6063         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6064         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6065         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6066                 Fix build with GTK+ 2.19
6067
6068 2010-03-23 [pawel]      3.7.5cvs37
6069
6070         * src/mainwindow.c
6071         * src/mimeview.c
6072                 Respect view->show_col_headers option
6073         * src/gtk/gtkcmctree.c
6074                 Fix GtkCmcTree column width calculation when it has
6075                 auto_resize set and new node is added
6076
6077 2010-03-22 [pawel]      3.7.5cvs36
6078
6079         * src/grouplistdialog.c
6080         * src/prefs_common.c
6081         * src/prefs_common.h
6082                 - remember newsgroups list dialog size
6083                 - respect use_dotted_lines hidden pref
6084                 - respect use_stripes_everywhere hidden pref
6085
6086 2010-03-21 [pawel]      3.7.5cvs35
6087
6088         * src/addrgather.c
6089                 Remove superfluous gtk_widget_show_all()
6090         * src/mimeview.c
6091                 Add forgotten colon
6092         * src/common/utils.c
6093                 Return correct type
6094
6095 2010-03-21 [pawel]      3.7.5cvs34
6096
6097         * src/main.c
6098         * src/gtk/quicksearch.c
6099         * src/gtk/quicksearch.h
6100                 Implement separate search phrase completion for
6101                 normal/extended quicksearch
6102
6103 2010-03-11 [paul]       3.7.5cvs33
6104
6105         * po/zh_CN.po
6106                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6107                 submitted by Yuwei Yu
6108
6109 2010-03-09 [colin]      3.7.5cvs32
6110
6111         * manual/de/glossary.xml
6112                 Fix build
6113
6114 2010-03-02 [colin]      3.7.5cvs31
6115
6116         * manual/de/glossary.xml
6117                 Sort alphabetically. Done by Volker Ribbert.
6118
6119 2010-03-02 [mones]      3.7.5cvs30
6120
6121         * README
6122                 Fix mailing list archives location
6123                 Remove currently unavailable CVS webview
6124
6125 2010-03-01 [iwkse]      3.7.5cvs29
6126
6127         * src/common/plugin.c
6128                         Other indentation issues
6129
6130 2010-03-01 [iwkse]      3.7.5cvs28
6131
6132         * src/common/plugin.c
6133                         Fix indentation of the previous commit
6134
6135 2010-03-01 [iwkse]      3.7.5cvs27
6136
6137         * src/common/plugin.h
6138         * src/common/plugin.c
6139                         Add API for getting a loaded Plugin from the
6140                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
6141                         Thanks to Colin, Michael
6142
6143 2010-02-27 [colin]      3.7.5cvs26
6144
6145         * configure.ac
6146         * AUTHORS
6147         * src/gtk/authors.h
6148         * manual/Makefile.am
6149         * manual/de/Makefile.am
6150         * manual/de/account.xml
6151         * manual/de/ack.xml
6152         * manual/de/addrbook.xml
6153         * manual/de/advanced.xml
6154         * manual/de/claws-mail-manual.xml
6155         * manual/de/faq.xml
6156         * manual/de/glossary.xml
6157         * manual/de/gpl.xml
6158         * manual/de/handling.xml
6159         * manual/de/intro.xml
6160         * manual/de/keyboard.xml
6161         * manual/de/plugins.xml
6162         * manual/de/starting.xml
6163         * manual/de/dist/.cvsignore
6164         * manual/de/dist/Makefile.am
6165         * manual/de/dist/html/.cvsignore
6166         * manual/de/dist/html/Makefile.am
6167         * manual/de/dist/pdf/.cvsignore
6168         * manual/de/dist/pdf/Makefile.am
6169         * manual/de/dist/ps/.cvsignore
6170         * manual/de/dist/ps/Makefile.am
6171         * manual/de/dist/txt/.cvsignore
6172         * manual/de/dist/txt/Makefile.am
6173                 Add the german translation of the manual, done by
6174                 Volker Ribbert <thoraki@arcor.de>.
6175
6176 2010-02-27 [holger]     3.7.5cvs25
6177
6178         * src/prefs_toolbar.c
6179                 Don't make toolbar item description for
6180                 plugin registered items editable
6181
6182 2010-02-26 [colin]      3.7.5cvs24
6183
6184         * src/toolbar.c
6185                 Don't translate empty description
6186
6187 2010-02-22 [colin]      3.7.5cvs23
6188
6189         * src/compose.c
6190                 Don't make In-Reply-To visible when reediting
6191                 a draft or sent mail.
6192
6193 2010-02-20 [colin]      3.7.5cvs22
6194
6195         * src/imap.c
6196         * src/imap.h
6197         * src/main.c
6198         * src/mainwindow.c
6199         * src/etpan/imap-thread.c
6200         * src/etpan/imap-thread.h
6201         * src/etpan/nntp-thread.c
6202         * src/etpan/nntp-thread.h
6203                 When going offline from NetworkManager, just
6204                 delete IMAP connections. That'll avoid timeouts
6205                 when coming back online in certain cases when
6206                 the TCP socket will have timed out.
6207
6208 2010-02-20 [holger]     3.7.5cvs21
6209
6210         * .cvsignore
6211                 More files to ignore
6212
6213 2010-02-17 [ticho]      3.7.5cvs20
6214
6215         * src/summaryview.c
6216         * src/summaryview.h
6217         * src/toolbar.c
6218                 Revert 3.7.5cvs19.
6219
6220 2010-02-16 [ticho]      3.7.5cvs19
6221
6222         * src/summaryview.c
6223         * src/summaryview.h
6224         * src/toolbar.c
6225                 Removed unused argument from summary_open_row().
6226
6227 2010-02-10 [pawel]      3.7.5cvs18
6228
6229         * src/compose.c
6230                 - fix headers filtering when prefs_common.trans_hdr is on
6231                 - fix headers setting when changing composing account 
6232                 - plug memleak
6233         * src/prefs_template.c
6234                 Re-add template's name for translation
6235
6236 2010-02-10 [colin]      3.7.5cvs17
6237
6238         * src/prefs_matcher.c
6239                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6240                 Condition>Define>Header>Name combo box'. Patch by
6241                 Francois Cami
6242
6243 2010-02-10 [colin]      3.7.5cvs16
6244
6245         * src/codeconv.c
6246         * src/codeconv.h
6247         * src/compose.c
6248         * src/mainwindow.c
6249         * src/messageview.c
6250         * src/prefs_send.c
6251         * src/procmime.c
6252         * src/textview.c
6253                 Add the GB18030 Chinese charset, which is a superset
6254                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6255
6256 2010-02-09 [holger]     3.7.5cvs15
6257
6258         * configure.ac
6259                 GTK+ 2.10 related cleanup
6260
6261 2010-02-09 [pawel]      3.7.5cvs14
6262
6263         * src/prefs_account.c
6264         * src/prefs_folder_item.c
6265         * src/prefs_template.c
6266         * src/quote_fmt.c
6267                 Respect prefs_common.trans_hdr in couple more places to avoid
6268                 confusion with translated/non-translated header names
6269
6270 2010-02-09 [colin]      3.7.5cvs13
6271
6272         * po/POTFILES.in
6273                 Fix make dist
6274
6275 2010-02-09 [colin]      3.7.5cvs12
6276
6277         * src/mimeview.c
6278                 And fix 2.10 build :)
6279
6280 2010-02-09 [colin]      3.7.5cvs11
6281
6282         * configure.ac
6283                 Bump up GTK+ requirement to 2.10
6284         * src/Makefile.am
6285         * src/compose.c
6286         * src/crash.c
6287         * src/foldersel.c
6288         * src/main.c
6289         * src/mainwindow.c
6290         * src/messageview.c
6291         * src/messageview.h
6292         * src/prefs_actions.c
6293         * src/prefs_common.c
6294         * src/prefs_common.h
6295         * src/prefs_ext_prog.c
6296         * src/prefs_filtering_action.c
6297         * src/prefs_fonts.c
6298         * src/prefs_image_viewer.c
6299         * src/prefs_matcher.c
6300         * src/prefs_msg_colors.c
6301         * src/prefs_summaries.c
6302         * src/prefs_template.c
6303         * src/printing.c
6304         * src/printing.h
6305         * src/quote_fmt.c
6306         * src/summaryview.c
6307         * src/textview.c
6308         * src/gtk/Makefile.am
6309         * src/gtk/about.c
6310         * src/gtk/gtkcmclist.c
6311         * src/gtk/gtkcmctree.c
6312         * src/gtk/gtkutils.c
6313         * src/gtk/quicksearch.c
6314                 Remove all compile-time conditionals depending on
6315                 GTK+ < 2.10
6316         * src/gedit-print.c
6317         * src/gedit-print.h
6318         * src/gtk/gtksourceprintjob.c
6319         * src/gtk/gtksourceprintjob.h
6320                 Remove libgnomeprint-based printing system (and
6321                 command-line-based printing system) as GTK+ 2.10
6322                 ships with print support.
6323
6324 2010-02-08 [mir]        3.7.5cvs10
6325
6326         * src/compose.c
6327             Avoid displaying Bcc headers in message sent
6328             to NNTP servers. Thanks to Henning Mersch.
6329
6330
6331 2010-02-08 [pawel]      3.7.5cvs9
6332
6333         * src/mimeview.c
6334                 Make tooltips less cryptic
6335         * src/gtk/description_window.c
6336                 Improve window size calculation
6337
6338 2010-02-08 [pawel]      3.7.5cvs8
6339
6340         * src/compose.c
6341         * src/compose.h
6342         * src/common/utils.c
6343         * src/common/utils.h
6344         * src/gtk/authors.h
6345                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6346                 Patch by Laurent Bigonville with slight modifications
6347
6348 2010-02-03 [pawel]      3.7.5cvs7
6349
6350         * m4/.cvsignore
6351                 Add some libtool files to ignore
6352
6353 2010-02-03 [pawel]      3.7.5cvs6
6354
6355         * src/plugins/trayicon/trayicon.c
6356                 Save and then restore focus when closing/minimizing to tray
6357
6358 2010-02-03 [mir]        3.7.5cvs5
6359
6360         * src/addrindex.c
6361         * src/editldap.c
6362         * src/ldapctrl.c
6363         * src/ldapctrl.h
6364         * src/ldapquery.c
6365         * src/ldapupdate.c
6366             Save LDAP password encrypted. See bug 2113.
6367
6368
6369 2010-02-03 [colin]      3.7.5cvs4
6370
6371         * src/privacy.c
6372                 Fix again decoding of encrypted parts. The
6373                 reverting of the patch was wrong, as the
6374                 double-decoding was fixed in smime itself.
6375                 Thanks to Matthias Drochner again...
6376
6377 2010-02-02 [colin]      3.7.5cvs3
6378
6379         * src/plugins/smime/smime.c
6380         * src/privacy.c
6381                 Revert 3.7.4cvs2 and make a better patch for bug
6382                 2059 and 2076. Patch by Matthias Drochner
6383
6384 2010-01-31 [pawel]      3.7.5cvs2
6385
6386         * src/gtk/authors.h
6387                 Fix hungarian translator's name
6388
6389 2010-01-31 [pawel]      3.7.5cvs1
6390
6391         * src/messageview.c
6392         * src/mimeview.c
6393                 Fix Bug 2107 - Arrow keys don't work in message view window
6394
6395 2010-01-31 [paul]       3.7.5
6396
6397         * NEWS
6398         * README
6399         * RELEASE_NOTES 
6400                 3.7.5 released!
6401
6402 2010-01-23 [pawel]      3.7.4cvs10
6403
6404         * src/addressbook.c
6405                 Fix button sensitivity in compose mode
6406
6407 2010-01-23 [pawel]      3.7.4cvs9
6408
6409         * commitHelper
6410         * tools/kdeservicemenu/install.sh
6411         * tools/make.themes.project
6412         * tools/nautilus2claws-mail.sh
6413         * tools/popfile-link.sh
6414         * tools/textviewer.sh
6415                 Not all systems have bash installed in /bin, use env(1) to find
6416                 it`s location
6417
6418 2010-01-22 [pawel]      3.7.4cvs8
6419
6420         * src/prefs_account.c
6421         * src/prefs_filtering.c
6422         * src/prefs_send.c
6423         * src/gtk/colorlabel.c
6424                 Add some separators in combos
6425
6426 2010-01-22 [pawel]      3.7.4cvs7
6427
6428         * autogen.sh
6429                 --disable-aspell -> --disable-enchant
6430         * configure.ac
6431                 Fix options spacing in configure --help
6432         * src/wizard.c
6433                 Make wizard's window centered on the screen
6434
6435 2010-01-19 [holger]     3.7.4cvs6
6436
6437         * src/folder.c
6438         * src/folder.h
6439                 Introduce folder_get_item_from_identifier().
6440                 In contrast to folder_find_item_from_identifier(), this
6441                 function recursively creates the FolderItems in the id path.
6442                 Useful for programmatically creating folders (e.g. by plugins)
6443
6444 2010-01-17 [pawel]      3.7.4cvs5
6445
6446         * src/gtk/authors.h
6447                 Fix my lastname
6448
6449 2010-01-16 [colin]      3.7.4cvs4
6450
6451         * src/plugins/pgpcore/sgpgme.c
6452                 Probably fix bug 2098, 'claws-mails crashes frequently 
6453                 with pgpcore'. Fix double-free.
6454
6455 2010-01-16 [holger]     3.7.4cvs3
6456
6457         * src/prefs_toolbar.h
6458                 Forgotten header
6459
6460 2010-01-15 [colin]      3.7.4cvs2
6461
6462         * src/privacy.c
6463                 Decode mimeinfo before decrypting it. Probably
6464                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
6465                 with S/MIME encryption' and bug 2076 'having 
6466                 worked 2 times properly CLAWS ceased to 
6467                 decrypt incoming PGP mails -displays base64 
6468                 instead - sucks completely'
6469                 Let's hope complete suckage ends here!
6470                 Thanks to Matthias Drochner.
6471
6472 2010-01-08 [paul]       3.7.4cvs1
6473
6474         * tools/claws.i18n.status.pl
6475                 fix typos
6476
6477 2010-01-08 [paul]       3.7.4
6478
6479         * NEWS
6480         * README
6481         * RELEASE_NOTES 
6482                 3.7.4 released!
6483
6484 2010-01-08 [paul]       3.7.3cvs57
6485
6486         * po/ca.po
6487         * po/cs.po
6488         * po/de.po
6489         * po/fi.po
6490         * po/hu.po
6491         * po/id.po
6492         * po/ja.po
6493         * po/nl.po
6494         * po/pt_BR.po
6495         * po/pt_PT.po
6496         * po/ru.po
6497         * po/sk.po
6498                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6499                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6500                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6501                 Slavko
6502
6503 2010-01-08 [paul]       3.7.3cvs56
6504
6505         * src/common/utils.c
6506                 fix bug 2089, 'URLs ending with an underscore ('_')
6507                 are not correctly parsed'. thanks to Johan
6508
6509 2010-01-05 [colin]      3.7.3cvs55
6510
6511         * po/fr.po
6512                 Update french translation
6513
6514 2010-01-04 [mones]      3.7.3cvs54
6515
6516         * po/es.po
6517                 Update Spanish translation
6518
6519 2010-01-04 [mones]      3.7.3cvs53
6520
6521         * manual/plugins.xml
6522                 Some format
6523         * manual/es/claws-mail-manual.xml
6524         * manual/es/intro.xml
6525         * manual/es/plugins.xml
6526                 Synchronise with English version
6527
6528 2010-01-03 [paul]       3.7.3cvs52
6529
6530         * ChangeLog
6531                 fix format
6532         * src/gtk/authors.h
6533                 update TEAM_LIST, fix encoding
6534
6535 2010-01-03 [mir]        3.7.3cvs51
6536
6537         * src/compose.c
6538                 When composing to a NNTP list TO: will always be preset
6539                 to the NNTP list unless user has chosen some other default
6540                 in which case we will handle this the normal way. Therefore
6541                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6542
6543 2010-01-01 [paul]       3.7.3cvs50
6544
6545         * src/gtk/about.c
6546                 bump copyright year whilst it's in mind
6547
6548 2009-12-31 [paul]       3.7.3cvs49
6549
6550         * manual/claws-mail-manual.xml
6551         * manual/intro.xml
6552         * manual/plugins.xml
6553                 fix links so that they make sense in the context of the
6554                 text version of the manual
6555
6556 2009-12-31 [paul]       3.7.3cvs48
6557
6558         * manual/intro.xml
6559         * manual/plugins.xml
6560                 updates, improvements, corrections, additions
6561
6562 2009-12-29 [pawel]      3.7.3cvs47
6563
6564         * src/prefs_filtering_action.c
6565                 Fix Bug 2082 'Wrong color rectangle position when replacing
6566                 "color" processing rule'
6567
6568 2009-12-29 [colin]      3.7.3cvs46
6569
6570         * src/compose.c
6571                 Fix bug 2074, 'Remember sending account 
6572                 for sent messages'
6573
6574 2009-12-20 [holger]     3.7.3cvs45
6575
6576         * src/compose.c
6577                 Delay CREATED_HOOKLIST invokation until
6578                 after the modifications to the compose window
6579                 are done, to allow hooks to further modify the
6580                 window without getting overridden again
6581
6582 2009-12-20 [holger]     3.7.3cvs44
6583
6584         * src/prefs_toolbar.h
6585                 Fix last commit
6586
6587 2009-12-20 [holger]     3.7.3cvs43
6588
6589         * src/prefs_toolbar.c
6590         * src/prefs_toolbar.h
6591         * src/toolbar.c
6592                 Pass window struct to caller
6593
6594 2009-12-20 [holger]     3.7.3cvs42
6595
6596         * src/compose.c
6597         * src/compose.h
6598                 Add hooklist after creation of a compose window
6599
6600 2009-12-19 [holger]     3.7.3cvs41
6601
6602         * src/prefs_toolbar.c
6603         * src/prefs_toolbar.h
6604         * src/toolbar.c
6605                 Allow plugins to choose to which toolbar they want
6606                 to add actions (main window, compose window, or message view)
6607
6608 2009-12-19 [paul]       3.7.3cvs40
6609
6610         * src/statusbar.c
6611                 fix statusbar in GTK+ 2.19.1
6612
6613 2009-12-10 [pawel]      3.7.3cvs39
6614
6615         * src/compose.c
6616                 Better fix for cvs28 regression
6617
6618 2009-12-10 [iwkse]      3.7.3cvs38
6619
6620         * src/compose.c
6621             Fix some indentation
6622
6623 2009-12-10 [iwkse]      3.7.3cvs37
6624
6625         * src/compose.c
6626             Add missing checks for gtkaspell: avoid
6627             crashing in some cases when Enchant is 
6628             enabled but the spell checker is disabled 
6629             in preferences.
6630
6631 2009-12-09 [colin]      3.7.3cvs36
6632
6633         * src/compose.c
6634                 Fix leak and unchecked accesses.
6635
6636 2009-12-09 [mir]        3.7.3cvs35
6637
6638         * src/compose.c
6639         Fix Bug 2072 "template at folder properties is not working"
6640         introduced in cvs24.
6641
6642 2009-12-08 [pawel]      3.7.3cvs34
6643
6644         * src/compose.c
6645                 When 'Reply All' remove current compose address from
6646                 Cc/Bcc list - fix for regression introduced in cvs28
6647
6648 2009-12-05 [pawel]      3.7.3cvs33
6649
6650         * src/messageview.c
6651                 Fix memory management, duh!
6652
6653 2009-12-04 [pawel]      3.7.3cvs32
6654
6655         * src/messageview.c
6656                 Use case insensitive comparison in search for
6657                 duplicate urls
6658         * src/uri_opener.c
6659                 Refresh scrollbars on every window open
6660
6661 2009-12-04 [pawel]      3.7.3cvs31
6662
6663         * src/compose.c
6664                 Highlight misspelled words when applying template and
6665                 check_while_typing option is on
6666
6667 2009-12-03 [pawel]      3.7.3cvs30
6668
6669         * src/compose.c
6670                 Highlight misspelled words in text inserted from file(s)
6671                 or pasted to message body when check_while_typing
6672                 options is on
6673
6674 2009-12-02 [pawel]      3.7.3cvs29
6675
6676         * src/compose.c
6677                 Revert first part of previous commit
6678
6679 2009-12-02 [pawel]      3.7.3cvs28
6680
6681         * src/compose.c
6682                 Fix Bug 2055 "duplicate mailing list reply if
6683                 List-Post + Reply-To present"
6684                 - Ignore Reply-To if answering to ML
6685                 - Improve parsing of List-Post header
6686
6687 2009-12-02 [pawel]      3.7.3cvs27
6688
6689         * src/compose.c
6690         * src/compose.h
6691                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6692                 email had user in "From" and "CC"
6693                 Don't allow duplicate addresses in compose window headers
6694
6695 2009-12-02 [mones]      3.7.3cvs26
6696
6697         * manual/intro.xml
6698         * manual/es/intro.xml
6699         * manual/fr/intro.xml
6700         * manual/it/intro.xml
6701         * manual/pl/intro.xml
6702                 Make URL to point current site
6703
6704 2009-12-01 [holger]     3.7.3cvs25
6705
6706         * src/summaryview.c
6707         * src/summaryview.h
6708                 Introduce new drag type "claws-mail/msg-path-list" for
6709                 drag'n'drop of a message selection from the summaryview
6710                 into other applications. The drag data gets set to the
6711                 folder-item-id followed by message ids, separated by newlines.
6712                 This enables other applications to back-link to Claws Mail
6713                 via a "claws-mail --select" call after they received a drop.
6714
6715 2009-11-30 [mir]        3.7.3cvs24
6716
6717         * src/compose.c
6718            Place cursor in compose window according to provided input
6719            If to: is present place cursor in subject field and if both
6720            to: and subject: is present place cursor in body. If body: is
6721            present insert a new line after text and place cursor there.
6722
6723 2009-11-27 [mones]      3.7.3cvs23
6724
6725         * src/gtk/quicksearch.c
6726                 Allow viewing longer expressions if there's space
6727
6728 2009-11-25 [holger]     3.7.3cvs22
6729
6730         * Makefile.am
6731         * src/common/Makefile.am
6732         * src/common/utils.c
6733         * src/common/utils.h
6734                 Add a function to query the
6735                 filepath of the .desktop file
6736
6737 2009-11-25 [colin]      3.7.3cvs21
6738
6739         * src/imap.c
6740                 Fix bug 2063, 'glib assertion in GRelation use in 
6741                 imap.c'
6742
6743 2009-11-24 [pawel]      3.7.3cvs20
6744
6745         * src/common/utils.c
6746                 Fix Bug 2053 'Inconsistent application of Coloration 
6747                 of Message text'
6748                 Don't allow '<' character between quotation marks
6749
6750 2009-11-21 [holger]     3.7.3cvs19
6751
6752         * src/printing.c
6753                 Modify cairo clip handling in preview windows,
6754                 to prevent print preview windows from being blank
6755                 with GTK+ 2.18. Follow recommendation of the GTK+
6756                 documentation (section "Migrating to client side windows")
6757                 and create a new cairo context for each expose event.
6758
6759 2009-11-19 [pawel]      3.7.3cvs18
6760
6761         * Makefile.am
6762                 complete 3.7.3cvs15 so install is DESTDIR safe
6763                 remove icons with changed names on uninstall
6764
6765 2009-11-18 [pawel]      3.7.3cvs17
6766
6767         * src/news_gtk.c
6768                 remove unneeded and code-duplicating function
6769
6770 2009-11-18 [pawel]      3.7.3cvs16
6771
6772         * src/news_gtk.c
6773                 Fix Bug 2057 'Claws mail does not keep renamed names
6774                 of nntp-subscribed groups'
6775                 Check for already subscribed group using item->path for group
6776                 comparision as folders item->path != item->name may be truth 
6777                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6778
6779 2009-11-17 [pawel]      3.7.3cvs15
6780
6781         * Makefile.am
6782                 Fix Bug 2049 'some icons not copied?'
6783                 Install additional 64x64 and 128x128 icons
6784
6785 2009-11-17 [holger]     3.7.3cvs14
6786
6787         * src/prefs_toolbar.c
6788         * src/prefs_toolbar.h
6789         * src/toolbar.c
6790         * src/toolbar.h
6791                 Allow plugins to register toolbar items
6792
6793 2009-11-11 [pawel]      3.7.3cvs13
6794
6795         * src/addressbook.c
6796         * src/compose.c
6797         * src/compose.h
6798         * src/filtering.c
6799                 Fix Bug 1867 Changing account does not change BCC address
6800                 Set account specific headers when changing account
6801                 in compose window.
6802
6803 2009-11-07 [colin]      3.7.3cvs12
6804
6805         * src/gtk/prefswindow.c
6806                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6807                 Patch by Pawel
6808
6809 2009-11-07 [colin]      3.7.3cvs11
6810
6811         * src/gtk/spell_entry.c
6812                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6813                 Patch by Pawel Pekala
6814
6815 2009-10-27 [colin]      3.7.3cvs10
6816
6817         * src/folder.c
6818                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6819                 Don't try to check whether the folder is up-to-date if
6820                 the folder class doesn't implement set_mtime, as we don't
6821                 care in this case. This code exists since a long time, but
6822                 the bug was triggered by more scanning of queue folders 
6823                 since recently (when we added \Deleted handling).
6824
6825 2009-10-27 [colin]      3.7.3cvs9
6826
6827         * src/mainwindow.c
6828                 Try to fix registering as default client
6829                 on windows 7
6830
6831 2009-10-21 [wwp]        3.7.3cvs8
6832
6833         * src/common/utils.c
6834                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6835
6836 2009-10-21 [wwp]        3.7.3cvs7
6837
6838         * src/common/utils.c
6839                 Don't core dump when attempting to insert a non-existing
6840                 file using a mailto: uri (g_error does core dump).
6841
6842 2009-10-20 [colin]      3.7.3cvs6
6843
6844         * src/common/utils.c
6845                 Don't g_error on normal warnings...
6846
6847 2009-10-20 [colin]      3.7.3cvs5
6848
6849         * src/plugins/pgpcore/sgpgme.c
6850                 Fix bug 1996, 'S/MIME key not selected'
6851                 Check for S/MIME certs too
6852
6853 2009-10-20 [colin]      3.7.3cvs4
6854
6855         * src/common/w32lib.h
6856                 Fix win32 build on latest mingw32
6857
6858 2009-10-20 [colin]      3.7.3cvs3
6859
6860         * src/exportldif.c
6861         * src/ldif.c
6862         * src/ldif.h
6863                 Fix LDIF export. Patch by Michael Rasmussen
6864
6865 2009-10-18 [paul]       3.7.3cvs2
6866
6867         * tools/claws.i18n.status.pl
6868                 increase the value of $transolddays since we're relasing less
6869                 often now.
6870                 rework the en_GB.po hack so that en_GB is always 100% translated
6871                 and recently updated
6872
6873 2009-10-17 [paul]       3.7.3cvs1
6874
6875         * src/prefs_account.c
6876         * src/prefs_compose_writing.c
6877         * src/prefs_receive.c
6878         * src/prefs_summaries.c
6879         * src/prefs_wrapping.c
6880                 reword a few labels. (this incorporates everything
6881                 that seemed worthwhile from bug 2020)
6882         * src/prefs_customheader.c
6883                 use a 'Browse' button instead of button with
6884                 label 'From file...'
6885
6886 2009-10-12 [colin]
6887
6888         * CVS repository change
6889
6890 2009-10-09 [paul[       3.7.3
6891
6892         version 3.7.3 unleashed!!
6893
6894 2009-10-07 [paul]       3.7.2cvs49
6895
6896         * src/folderview.c
6897         * src/folderview.h
6898         * src/mainwindow.c
6899                 fix  Bug 1994 -  Changing colors required restart.
6900                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
6901                 more accurate folderview_reinit_fonts()
6902
6903 2009-10-07 [paul]       3.7.2cvs48
6904
6905         * src/addrgather.c
6906         * src/prefs_common.c
6907         * src/prefs_common.h
6908                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
6909                 patch by Pawel Pekala
6910
6911 2009-10-07 [paul]       3.7.2cvs47
6912
6913         * po/cs.po
6914         * po/de.po
6915         * po/hu.po
6916         * po/id.po
6917         * po/ja.po
6918         * po/pt_BR.po
6919                 updated by David Vachulka, Stephan Sachse and Marc Arens,
6920                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
6921                 Goncalves Guimaraes
6922
6923 2009-10-06 [colin]      3.7.2cvs46
6924
6925         * po/fr.po
6926                 French translation update
6927
6928 2009-10-05 [paul]       3.7.2cvs45
6929
6930         * src/printing.c
6931                 enable Page Size and Orientation in the print dialog,
6932                 GTK+ >= 2.18.x only. Patch by Mark__T
6933
6934 2009-10-05 [paul]       3.7.2cvs44
6935
6936         * src/prefs_summaries.c
6937                 fix label, startup --> start-up, to match other uses of the
6938                 term
6939
6940 2009-10-05 [paul]       3.7.2cvs43
6941
6942         * po/pl.po
6943                 updated by Emilian Nowak
6944
6945 2009-10-03 [colin]      3.7.2cvs42
6946
6947         * src/mimeview.c
6948         * src/noticeview.c
6949         * src/gtk/gtkcmclist.c
6950         * src/gtk/gtkvscrollbutton.c
6951         * src/gtk/logwindow.c
6952                 GTK+ 2.18 fixes:
6953                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
6954                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
6955                 Fix warning at start
6956
6957 2009-09-28 [colin]      3.7.2cvs41
6958
6959         * src/matcher.c
6960         * src/mimeview.c
6961         * src/prefs_folder_item.c
6962                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
6963
6964 2009-09-28 [colin]      3.7.2cvs40
6965
6966         * src/prefs_summaries.c
6967         * src/gtk/sslcertwindow.c
6968                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
6969                 shows up garbled in GUI'. Patch by Pawel Pekala
6970
6971 2009-09-24 [iwkse]      3.7.2cvs39
6972
6973         * configure.ac
6974             That's only for statistics, of course :)
6975
6976 2009-09-24 [iwkse]      3.7.2cvs38
6977
6978         * configure.ac
6979             ...
6980
6981 2009-09-24 [iwkse]      3.7.2cvs37
6982
6983         * configure.ac
6984             Revert unwanted change
6985
6986 2009-09-24 [iwkse]      3.7.2cvs36
6987
6988         * src/action.c
6989             Fix issue with filtering actions and 
6990             parsed parameters
6991
6992 2009-09-20 [mones]      3.7.2cvs35
6993
6994         * tools/convert_mbox.pl
6995                 Add -R flag to support recursive conversions
6996                 of arbitrary Evolution mail folders, based on
6997                 bash script by Daniel Dickinson (fixes debian 
6998                 bug #461435) 
6999         * tools/popfile-link.sh
7000                 Set required shell for script (fixes debian 
7001                 bug #530057)
7002
7003 2009-09-16 [colin]      3.7.2cvs34
7004
7005         * src/main.c
7006                 Go grab files in /etc/skel if they exist
7007                 at first startup 
7008
7009 2009-09-15 [colin]      3.7.2cvs33
7010
7011         * src/procmime.c
7012                 Complete 3.7.1cvs42: only output directly to
7013                 final file if we get NULL byes at the start.
7014                 Still fixes saving UTF16 files, but also
7015                 fixes displaying Base64 parts with decoding
7016                 errors (parts without errors get displayed)
7017
7018 2009-09-14 [colin]      3.7.2cvs32
7019
7020         * src/matcher.c
7021         * src/matcher.h
7022         * src/matcher_parser_parse.y
7023         * src/prefs_matcher.c
7024                 Add 'has_attachment' and 'signed' matcher
7025                 expressions. Patch by Aleksei Miheev, fixes
7026                 bug 1997. 
7027
7028 2009-09-14 [colin]      3.7.2cvs31
7029
7030         * src/common/utils.c
7031                 Add "Re :" prefix from french Yahoo mail.
7032                 Patch by Didier Barvaux, fixes bug 1999
7033
7034 2009-09-10 [mones]      3.7.2cvs30
7035
7036         * manual/plugins.xml
7037                 Fix sites supported by SpamReport
7038         * manual/es/plugins.xml
7039                 Synchronise Spanish manual
7040
7041 2009-09-07 [holger]     3.7.2cvs29
7042
7043         * Makefile.am
7044                 Also update the icon cache on uninstall.
7045                 This prevents possible problems when Claws Mail was
7046                 uninstalled and installed again into a different location,
7047                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7048                 and the blog post linked therein
7049
7050 2009-09-07 [paul]       3.7.2cvs28
7051
7052         * src/prefs_toolbar.c
7053                 when updating the main toolbar icons just update
7054                 the main toolbar (and consequently fix a bug where
7055                 folderview icons would disappear)
7056
7057 2009-08-30 [holger]     3.7.2cvs27
7058
7059         * src/compose.c
7060                 Do case-insensitive comparison against
7061                 header names when extracting recipients
7062                 from composed mails
7063
7064 2009-08-23 [colin]      3.7.2cvs26
7065
7066         * src/mbox.c
7067                 Probably fix RH bug 512024, " folder.c:3543 
7068                 Condition msglist != NULL failed"
7069
7070 2009-08-23 [colin]      3.7.2cvs25
7071
7072         * src/prefs_compose_writing.c
7073                 Make the maximum size warning bigger. Patch
7074                 by Didier Barvaux on bug 1986.
7075
7076 2009-08-21 [colin]      3.7.2cvs24
7077
7078         * src/compose.c
7079                 Previous commit: move the function into compose_insert_file
7080                 so that it's also used on drag-n-drop
7081
7082 2009-08-21 [colin]      3.7.2cvs23
7083
7084         * src/compose.c
7085                 Fix scrolling when adding an header
7086
7087 2009-08-21 [colin]      3.7.2cvs22
7088
7089         * src/compose.c
7090         * src/prefs_common.c
7091         * src/prefs_common.h
7092         * src/prefs_compose_writing.c
7093         * src/common/utils.c
7094                 Fix bug 1986, "New feature: warn user when inserting 
7095                 a large file in the message body". Patch by Didier
7096                 Barvaux
7097
7098 2009-08-21 [colin]      3.7.2cvs21
7099
7100         * AUTHORS
7101         * src/gtk/authors.h
7102         * src/common/utils.c
7103                 Fix bug 1984: Add R�f. : reply prefix (french 
7104                 Lotus Notes); patch by Didier Barvaux
7105
7106 2009-08-21 [colin]      3.7.2cvs20
7107
7108         * src/codeconv.c
7109         * src/codeconv.h
7110                 Fix bug 1969, 'Bad guess for outgoing encoding'
7111                 Make sure the specific converters (japanese in
7112                 this case) can return success/error in strict
7113                 mode, instead of silently failing back to 
7114                 strncpy
7115
7116 2009-08-20 [holger]     3.7.2cvs19
7117
7118         * src/compose.c
7119         * src/compose.h
7120                 Make it possible for code outside
7121                 compose (e.g. plugins) to attach files
7122
7123 2009-08-20 [colin]      3.7.2cvs18
7124
7125         * src/main.c
7126                 Fix crash when accessing IMAP soon
7127
7128 2009-08-18 [colin]      3.7.2cvs17
7129
7130         * src/ldapquery.c
7131                 Maybe fix crash on non-existent LDAP server
7132
7133 2009-08-04 [colin]      3.7.2cvs16
7134
7135         * src/toolbar.c
7136                 Fix toolbar's spacing that breaks dark
7137                 themes (patch from http://blogs.igalia.com/aperez/
7138                 2009/07/making-claws-mail-look-better/)
7139
7140 2009-07-28 [colin]      3.7.2cvs15
7141
7142         * src/account.c
7143         * src/addrcustomattr.c
7144         * src/addressadd.c
7145         * src/addressbook_foldersel.c
7146         * src/addrgather.c
7147         * src/browseldap.c
7148         * src/compose.c
7149         * src/editbook.c
7150         * src/editgroup.c
7151         * src/editjpilot.c
7152         * src/editldap.c
7153         * src/editldap_basedn.c
7154         * src/edittags.c
7155         * src/editvcard.c
7156         * src/exphtmldlg.c
7157         * src/expldifdlg.c
7158         * src/export.c
7159         * src/foldersel.c
7160         * src/import.c
7161         * src/importldif.c
7162         * src/importmutt.c
7163         * src/importpine.c
7164         * src/prefs_actions.c
7165         * src/prefs_customheader.c
7166         * src/prefs_display_header.c
7167         * src/prefs_filtering.c
7168         * src/prefs_folder_column.c
7169         * src/prefs_matcher.c
7170         * src/prefs_summary_column.c
7171         * src/prefs_summary_open.c
7172         * src/prefs_template.c
7173         * src/textview.c
7174         * src/uri_opener.c
7175                 Fix bug 1950, 'Program freeze up during folder selection'
7176                 Don't leave hidden windows modal
7177
7178 2009-07-28 [colin]      3.7.2cvs14
7179
7180         * src/ldapquery.c
7181                 Fix bug 1957, 'LDAP errs out after searching too 
7182                 many search bases'
7183
7184 2009-07-28 [colin]      3.7.2cvs13
7185
7186         * src/summaryview.c
7187                 Fix bug 1966, '"Collapse all threads" slower than 
7188                 "Expand all threads"'
7189
7190 2009-07-28 [colin]      3.7.2cvs12
7191
7192         * src/common/session.c
7193                 Fix bug 1967, 'Claws gets stuck after accepting 
7194                 a certificate warning dialog'
7195
7196 2009-07-19 [paul]       3.7.2cvs11
7197
7198         * manual/plugins.xml
7199                 a few small changes to the English
7200
7201 2009-07-18 [mones]      3.7.2cvs10
7202
7203         * manual/plugins.xml
7204                 Add new bsfilter and fancy plugins to the docs
7205                 and a note about dealing with plugins of the same class
7206         * src/prefs_account.c
7207                 Fix extra space at the end typo
7208
7209 2009-07-16 [colin]      3.7.2cvs9
7210
7211         * src/summaryview.c
7212                 Fix wrong return without unlocking; thanks
7213                 to mupuf_
7214
7215 2009-07-14 [colin]      3.7.2cvs8
7216
7217         * src/imap.c
7218                 Fix bug 1954, 'Segfault on reading wrong STATUS'
7219
7220 2009-07-10 [colin]      3.7.2cvs7
7221
7222         * src/plugins/pgpcore/plugin.def
7223         * src/common/utils.h
7224                 Fix windows port
7225
7226 2009-07-10 [colin]      3.7.2cvs6
7227
7228         * src/prefs_display_header.c
7229                 Fix bug 1951, 'C-Mail dumps core when editing 
7230                 displayed headers'. Patch by Alexey Rusakov
7231
7232 2009-07-10 [colin]      3.7.2cvs5
7233
7234         * src/folderview.c
7235                 Fix bug 1952, 'Deleted mails in Queue folder 
7236                 highlight it'.
7237
7238 2009-07-09 [colin]      3.7.2cvs4
7239
7240         * src/gtk/spell_entry.c
7241                 Fix bug 1949, 'Spell checker doesn't recognise 
7242                 certain word in Subject header, but does in 
7243                 message body'. Patch by Pawel Pekala.
7244
7245 2009-07-09 [paul]       3.7.2cvs3
7246
7247         * configure.ac
7248                 use pkgconfig to check for the minimum required
7249                 version of GnuTLS
7250
7251 2009-07-06 [colin]      3.7.2cvs2
7252
7253         * src/prefs_customheader.c
7254                 Fix build failure
7255
7256 2009-07-04 [paul]       3.7.2cvs1
7257
7258         * tools/claws.i18n.status.pl
7259                 updated
7260
7261 2009-07-03 [paul]       3.7.2
7262
7263         * NEWS
7264         * README
7265         * RELEASE_NOTES 
7266                 3.7.2 released!
7267
7268 2009-07-03 [paul]       3.7.1cvs85
7269
7270         * AUTHORS
7271         * configure.ac
7272         * po/pt_PT.po
7273         * po/sk.po
7274         * src/gtk/authors.h
7275                 added new translations by Tiago Faria and Slavko
7276         * po/bg.po
7277         * po/cs.po
7278         * po/de.po
7279         * po/es.po
7280         * po/fi.po
7281         * po/fr.po
7282         * po/hu.po
7283         * po/id.po
7284         * po/it.po
7285         * po/ja.po
7286         * po/pt_BR.po
7287         * po/ru.po
7288                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7289                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7290                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7291                 Goncalves Guimaraes, Aleksei Miheev
7292
7293 2009-07-01 [colin]      3.7.1cvs84
7294
7295         * src/prefs_common.c
7296                 Fix bug 1940, 'Doesn't open links in 
7297                 user's default browser'. Turn the preference
7298                 to TRUE by default; that will only change the
7299                 behaviour for new users.
7300
7301 2009-06-29 [colin]      3.7.1cvs83
7302
7303         * src/filtering.c
7304         * src/filtering.h
7305         * src/prefs_filtering_action.c
7306                 Fix bug 1935, 'problems with very long filtering actions':
7307                 Use a dynamic buffer in action to string, and a bigger
7308                 buffer in string to action
7309
7310 2009-06-29 [colin]      3.7.1cvs82
7311
7312         * src/matcher_parser_lex.l
7313                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7314
7315 2009-06-29 [colin]      3.7.1cvs81
7316
7317         * src/addressbook.c
7318                 Fix warnings
7319         * src/editgroup.c
7320                 Fix crash (out-of-bounds tree column)
7321         * src/gtk/gtkcmctree.c
7322         * src/gtk/gtksctree.c
7323                 Prevent using an out-of-bounds tree column
7324
7325 2009-06-29 [colin]      3.7.1cvs80
7326
7327         * src/ldapupdate.c
7328         * src/ldif.c
7329                 Leak fixes; patch by Pawel Pekala.
7330
7331 2009-06-26 [colin]      3.7.1cvs79
7332
7333         * src/summaryview.c
7334                 Sort by msgnum if dates are equal
7335
7336 2009-06-24 [paul]       3.7.1cvs78
7337
7338         * src/summaryview.c
7339                 make some (forgotten) strings translatable
7340
7341 2009-06-19 [colin]      3.7.1cvs77
7342
7343         * src/summaryview.c
7344                 Fix menu sensitiveness
7345
7346 2009-06-18 [colin]      3.7.1cvs76
7347
7348         * configure.ac
7349         * src/plugins/pgpcore/sgpgme.c
7350         * src/plugins/pgpcore/sgpgme.h
7351         * src/plugins/pgpmime/mypgpcore.def
7352         * src/plugins/pgpmime/pgpmime.c
7353         * src/plugins/smime/mypgpcore.def
7354         * src/plugins/smime/smime.c
7355                 Use largefile support (and stop using our old GPGME
7356                 hack on gpgme_data_seek/rewind)
7357                 (See 1.9.12cvs44 to 46 - if this breaks things we 
7358                 should soon know :)
7359
7360 2009-06-13 [colin]      3.7.1cvs75
7361
7362         * src/gtk/spell_entry.c
7363                 Fix assertion. We can put a NULL gtkaspell to
7364                 an entry; it just means it won't be spell-checked.
7365
7366 2009-06-12 [mones]      3.7.1cvs74
7367
7368         * src/compose.c
7369         * src/messageview.c
7370         * src/prefs_account.c
7371         * src/prefs_account.h
7372         * src/common/utils.c
7373         * src/common/utils.h
7374                 Added preference to use account address in generated
7375                 Message-Id. Fixes Debian bug #531052
7376
7377 2009-06-12 [colin]      3.7.1cvs73
7378
7379         * src/common/ssl.c
7380                 Better fix, API-compatible with libgnutls13
7381
7382 2009-06-12 [colin]      3.7.1cvs72
7383
7384         * src/common/ssl.c
7385                 Use compatibility mode in GnuTLS, and avoid problems with 
7386                 servers that don't comply 100% with the spec, but still
7387                 exist.
7388
7389 2009-06-06 [iwkse]      3.7.1cvs71
7390
7391         * src/compose.c
7392                 Ops..revert a mix with another patch
7393
7394 2009-06-06 [iwkse]      3.7.1cvs70
7395
7396         * src/compose.c
7397                 A better fix for the previous commit's issue
7398
7399 2009-06-06 [iwkse]      3.7.1cvs69
7400
7401         * src/compose.c
7402                 Fix shutting down of Claws Mail while a GTK_Return keypress 
7403                 event is sent to the Attach property window
7404
7405 2009-06-05 [colin]      3.7.1cvs68
7406
7407         * src/compose.c
7408                 Fix build on GTK+ 2.6
7409
7410 2009-06-03 [mones]      3.7.1cvs67
7411
7412         * tools/make.themes.project
7413                 Oops! fix header, sorry Paul ;-)
7414
7415 2009-06-03 [mones]      3.7.1cvs66
7416
7417         * tools/make.themes.project
7418                 Add support for PNG themes and other
7419                 fixes i don't remember now... :)
7420
7421 2009-06-02 [colin]      3.7.1cvs65
7422
7423         * src/compose.c
7424         * src/prefs_template.c
7425         * src/quote_fmt.c
7426                 Fix error messages in templates, and fix their
7427                 checking
7428
7429 2009-05-22 [colin]      3.7.1cvs64
7430
7431         * src/compose.c
7432                 And remove hbox too
7433
7434 2009-05-22 [colin]      3.7.1cvs63
7435
7436         * src/compose.c
7437                 Fix phantom button behind entry when
7438                 changing fields via Tools/Reply mode.
7439
7440 2009-05-22 [colin]      3.7.1cvs62
7441
7442         * src/compose.c
7443                 Fix icon size
7444
7445 2009-05-21 [mones]      3.7.1cvs61
7446
7447         * src/compose.c
7448         * src/compose.h
7449                 Add button to empty header lines with one click
7450
7451 2009-05-21 [paul]       3.7.1cvs60
7452
7453         * src/mainwindow.c
7454         * src/mainwindow.h
7455         * src/plugins/trayicon/trayicon.c
7456                 when quitting from the trayicon, honour
7457                 prefs_common.clean_on_exit
7458
7459 2009-05-21 [paul]       3.7.1cvs59
7460
7461         * src/gtk/Makefile.am
7462                 remove duplicate entry
7463                 thanks to Charles A Edwards
7464
7465 2009-05-19 [paul]       3.7.1cvs58
7466
7467         * src/send_message.c
7468                 clear progressbar in the statusbar on 'Cancel'
7469
7470 2009-05-16 [colin]      3.7.1cvs57
7471
7472         * AUTHORS
7473         * src/gtk/authors.h
7474                 Add Fabian
7475
7476 2009-05-16 [colin]      3.7.1cvs56
7477
7478         * src/msgcache.c
7479                 Remove msgnum>0 condition for removing messages
7480                 from caches. There's no such condition on add.
7481                 Fixes bug 1913, 'Allow to remove phantom 
7482                 messages from the cache'; patch by Fabian
7483                 Keil <fk at fabiankeil.de>
7484
7485 2009-05-12 [holger]     3.7.1cvs55
7486
7487         * src/messageview.c
7488         * src/messageview.h
7489                 Introduce hook after showing of the message view
7490
7491 2009-05-11 [colin]      3.7.1cvs54
7492
7493         * src/compose.c
7494                 Fix bug 1872, 'A: Cc: CCi: selector should 
7495                 default on same as preceding contact'
7496
7497 2009-05-10 [holger]     3.7.1cvs53
7498
7499         * src/addr_compl.c
7500         * src/addr_compl.h
7501                 Add a hook to make it possible for plugins to
7502                 modify the address completion list
7503
7504 2009-05-06 [paul]       3.7.1cvs52
7505
7506         * src/folder.c
7507         * src/mimeview.c
7508                 fix bug 1915, 'Mails signed with smime.p7s
7509                 display both signed and attachment icon.'
7510
7511 2009-05-05 [colin]      3.7.1cvs51
7512
7513         * src/common/utils.c
7514                 Fix patch :)
7515
7516 2009-05-05 [colin]      3.7.1cvs50
7517
7518         * src/common/utils.c
7519                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
7520                 different mountpoint than tempdir'
7521
7522 2009-05-04 [colin]      3.7.1cvs49
7523
7524         * src/msgcache.c
7525                 Probably fix bug 1914, 'Crash reading
7526                 corrupted tags file'
7527
7528 2009-04-26 [paul]       3.7.1cvs48
7529
7530         * configure.ac
7531         * src/gtk/gtkaspell.h
7532                 fix bug 1904, 'build mechanism looks for
7533                 'enchant.h' in a wrong place'
7534
7535 2009-04-25 [paul]       3.7.1cvs47
7536
7537         * src/printing.c
7538                 gah! fix coding style!
7539
7540 2009-04-25 [paul]       3.7.1cvs46
7541
7542         * src/printing.c
7543         * src/toolbar.c
7544                 if building with GTK+ >= 2.16 use
7545                 gtk_orientable_set_orientation() instead of now
7546                 deprecated gtk_toolbar_set_orientation()
7547
7548 2009-04-24 [colin]      3.7.1cvs45
7549
7550         * src/compose.c
7551                 Ask before sending if an attached file has
7552                 disappeared.
7553
7554 2009-04-19 [paul]       3.7.1cvs44
7555
7556         * src/prefs_common.c
7557         * src/prefs_common.h
7558         * src/gtk/about.c
7559                 save About window size.
7560                 patch by Pawel Pekala
7561
7562 2009-04-12 [paul]       3.7.1cvs43
7563
7564         * tools/csv2addressbook.pl
7565                 add extra CSV fields that are now appended
7566                 by thunderbird (version 2.0.0.21)
7567
7568 2009-04-08 [colin]      3.7.1cvs42
7569
7570         * src/procmime.c
7571                 fix saving (but not displaying) of UTF-16
7572                 files
7573
7574 2009-04-08 [colin]      3.7.1cvs41
7575
7576         * src/gtk/manage_window.c
7577                 Disable transient windows on win32 - seems to
7578                 fix most focusing issues
7579
7580 2009-04-05 [colin]      3.7.1cvs40
7581
7582         * src/procmsg.c
7583                 Don't ask whether we want to send deleted mails in queue
7584                 folders; also, don't send deleted mails when flushing
7585                 queues
7586
7587 2009-04-04 [paul]       3.7.1cvs39
7588
7589         * AUTHORS
7590         * configure.ac
7591         * po/id.po
7592         * src/gtk/authors.h
7593         * tools/claws.i18n.status.pl
7594                 add new Indonesian translation, by
7595                 MSulchan Darmawan
7596
7597 2009-04-03 [paul]       3.7.1cvs38
7598
7599         * AUTHORS
7600         * src/gtk/authors.h
7601                 credit due
7602
7603 2009-04-03 [colin]      3.7.1cvs37
7604
7605         * src/compose.c
7606         * src/textview.c
7607                 Fix bug 1891, 'Add support for gopher:// links'
7608                 Patch by Jacob Head <clawsmail at jacob-head.com>
7609                 Let's go back to the roots! 
7610
7611 2009-04-03 [paul]       3.7.1cvs36
7612
7613         * m4/Makefile.am
7614                 complete cvs35
7615
7616 2009-04-03 [paul]       3.7.1cvs35
7617
7618         * configure.ac
7619                 add AC_CONFIG_MACRO_DIR([m4])
7620                 remove CLAWS_ACLOCAL_INCLUDE(m4)
7621         * m4/aclocal-include.m4
7622                 removed this now unneeded file
7623
7624 2009-04-02 [colin]      3.7.1cvs34
7625
7626         * src/common/utils.h
7627                 Fix previous (thanks to Marcus :)
7628
7629 2009-04-02 [colin]      3.7.1cvs33
7630
7631         * src/common/utils.h
7632         * src/etpan/etpan-thread-manager.c
7633                 pipe() was a macro from GLib on win32 until
7634                 glib 2.13.2. It's undefined after that.
7635                 Thanks to Marcus Brinkmann for the heads-up!
7636
7637 2009-03-31 [colin]      3.7.1cvs32
7638
7639         * src/folder_item_prefs.c
7640                 Copy folder settings with prefs
7641
7642 2009-03-31 [colin]      3.7.1cvs31
7643
7644         * src/prefs_account.c
7645                 Don't use un-sensitive checkboxes in Privacy tab
7646                 when privacy system in None (makes unchecking 
7647                 painful when no privacy plugin is loaded)
7648
7649 2009-03-30 [colin]      3.7.1cvs30
7650
7651         * src/folder.c
7652         * src/folder.h
7653         * src/imap.c
7654         * src/mainwindow.c
7655         * src/mainwindow.h
7656         * src/prefs_account.c
7657         * src/prefs_account.h
7658         * src/summaryview.c
7659         * src/summaryview.h
7660                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7661                 Add an option on the Receive page of IMAP account preferences:
7662                 "Move deleted mails to trash and expunge immediately". This
7663                 option defaults to TRUE to avoid changing the existing behaviour.
7664                 Setting it to FALSE prevents automatic expunging. 
7665                 Also, add Tools/Expunge and View/Hide deleted messages menu items
7666                 (View/Hide deleted message being a per-folder setting, and behaving,
7667                 like View/Hide read messages).
7668
7669 2009-03-30 [colin]      3.7.1cvs29
7670
7671         * src/imap.c
7672                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7673                 ask for IMAP password when using GSSAPI auth
7674
7675 2009-03-27 [colin]      3.7.1cvs28
7676
7677         * src/folder.c
7678                 Fix cvs14, make sure we mark non-existent caches dirty
7679                 (or they never get written)
7680
7681 2009-03-27 [colin]      3.7.1cvs27
7682
7683         * src/imap.c
7684                 Fix tag update when all tags are removed 
7685                 from another client
7686
7687 2009-03-25 [colin]      3.7.1cvs26
7688
7689         * configure.ac
7690                 Fix configure.ac, thanks to Pawel
7691
7692 2009-03-25 [colin]      3.7.1cvs25
7693
7694         * src/news.c
7695         * src/etpan/nntp-thread.c
7696                 Fix header fetching (NG/To/Cc). Fixes 
7697                 bug 1883, 'Message processing fails to 
7698                 act on Newsgroups: field'
7699
7700 2009-03-23 [colin]      3.7.1cvs24
7701
7702         * src/textview.c
7703                 Fix internal headers visible in queue/sent
7704
7705 2009-03-23 [colin]      3.7.1cvs23
7706
7707         * configure.ac
7708                 Fix check for RC (resource compiler) used
7709                 on win32 (AC_LIBTOOL_RC used to call it 
7710                 implicitely but stopped)
7711
7712 2009-03-19 [colin]      3.7.1cvs22
7713
7714         * src/toolbar.c
7715                 Put spam button in default toolbar even if
7716                 bogofilter and spamassassin are not built.
7717                 Other anti-spam plugin could exist! :)
7718         * src/common/utils.c
7719                 Fix exit status fetch on win32
7720
7721 2009-03-18 [paul]       3.7.1cvs21
7722
7723         * src/gtk/spell_entry.c
7724                 fix "[BUG] Wrong word replaced in 'Subject:'
7725                 when spell-checking correction used"
7726                 Patch by Pawel Pekala
7727
7728 2009-03-17 [colin]      3.7.1cvs20
7729
7730         * src/common/utils.c
7731                 Fix win32 build (from cvs12)
7732
7733 2009-03-17 [colin]      3.7.1cvs19
7734
7735         * src/compose.c
7736                 Fix bug 1735, 'Change To: and Newsgroups: 
7737                 recipient field according account type'
7738                 Patch by Pawel
7739
7740 2009-03-17 [colin]      3.7.1cvs18
7741
7742         * src/msgcache.c
7743         * src/prefs_common.c
7744         * src/prefs_common.h
7745         * src/prefs_other.c
7746         * src/common/prefs.c
7747                 Add preference for fsyncing metadata
7748
7749 2009-03-16 [paul]       3.7.1cvs17
7750
7751         * src/prefs_customheader.c
7752                 add forgotten #if HAVE_LIBCOMPFACE
7753
7754 2009-03-16 [paul]       3.7.1cvs16
7755
7756         * src/prefs_customheader.c
7757                 put the (X-)Face preview image below the up/down
7758                 buttons so they don't jump around.
7759                 make the list reorderable by drag'n'drop
7760
7761 2009-03-16 [colin]      3.7.1cvs15
7762
7763         * src/prefs_customheader.c
7764                 Add a (X-)Face preview. Patch by iwkse.
7765
7766 2009-03-16 [colin]      3.7.1cvs14
7767
7768         * src/compose.c
7769         * src/folder.c
7770         * src/folder.h
7771         * src/msgcache.c
7772         * src/common/prefs.c
7773                 Add fsync calls to make sure we don't
7774                 lose data on system crashes. (to do:
7775                 add a pref to allow people choosing raw
7776                 speed)
7777
7778 2009-03-15 [colin]      3.7.1cvs13
7779
7780         * src/gtk/gtkaspell.c
7781                 Fix empty menu when there are no
7782                 suggestions (using the Spelling menu)
7783
7784 2009-03-14 [colin]      3.7.1cvs12
7785
7786         * src/common/utils.c
7787                 Win32: fix subject prefix length
7788
7789 2009-03-11 [mones]      3.7.1cvs11
7790
7791         * po/es.po
7792                 fix encoding declared in header
7793                 update translation now we're at it
7794
7795 2009-03-10 [colin]      3.7.1cvs10
7796
7797         * src/messageview.c
7798                 Fix "wrong mime" message printed out multiple
7799                 times
7800
7801 2009-03-10 [colin]      3.7.1cvs9
7802
7803         * src/prefs_folder_item.c
7804                 Fix build
7805
7806 2009-03-09 [paul]       3.7.1cvs8
7807
7808         * src/prefs_folder_item.c
7809         * src/send_message.c
7810                 fixes to english text
7811
7812 2009-03-08 [paul]       3.7.1cvs7
7813
7814         * po/ja.po
7815                 correct errors in header
7816
7817 2009-03-08 [paul]       3.7.1cvs6
7818
7819         * AUTHORS
7820         * configure.ac
7821         * po/ja.po
7822         * src/gtk/authors.h
7823         * tools/claws.i18n.status.pl
7824                 add Japanese translation, submitted by kazken3
7825
7826 2009-03-07 [colin]      3.7.1cvs5
7827
7828         * src/messageview.c
7829                 Don't let the invalid MIME warning hide
7830                 other noticeview (Partial receive or 
7831                 return receipt).
7832
7833 2009-03-07 [colin]      3.7.1cvs4
7834
7835         * src/procmime.c
7836                 Fix build
7837
7838 2009-03-07 [colin]      3.7.1cvs3
7839
7840         * src/messageview.c
7841         * src/procmime.c
7842         * src/procmime.h
7843                 Handle mimeparts that lack an end boundary.
7844                 They're invalid but it's too annoying for
7845                 normal users to fix.
7846
7847 2009-03-06 [wwp]        3.7.1cvs2
7848
7849         * src/compose.c
7850         * src/folder_item_prefs.c
7851         * src/folder_item_prefs.h
7852         * src/prefs_folder_item.c
7853                 Add per-folder default cc, bcc and reply-to.
7854
7855 2009-03-06 [colin]      3.7.1cvs1
7856
7857         * src/gedit-print.c
7858         * src/gtk/gtksourceprintjob.c
7859                 Fix build with old print interface
7860
7861 2009-03-06 [paul]       3.7.1
7862
7863         * NEWS
7864         * README
7865         * RELEASE_NOTES 
7866                 3.7.1 released!
7867
7868 2009-03-06 [paul]       3.7.0cvs78
7869
7870         * po/cs.po
7871         * po/de.po
7872         * po/fi.po
7873         * po/fr.po
7874         * po/hu.po
7875         * po/nl.po
7876         * po/pt_BR.po
7877         * po/sv.po
7878         * po/zh_CN.po
7879                 updated by David Vachulka, Stephan Sachse, Flammie
7880                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7881                 Frederico Goncalves Guimaraes, Lars Persson Fink,
7882                 and Ralph Young
7883
7884 2009-03-03 [colin]      3.7.0cvs77
7885
7886         * src/prefs_filtering.c
7887                 Win32: Fix bug 1865, 'IMAP account name changes 
7888                 are not followed at filter actions'
7889
7890 2009-03-02 [colin]      3.7.0cvs76
7891
7892         * src/imap.c
7893                 Fix Launchpad bug 335571: 'claws-mail crashed 
7894                 with SIGSEGV in strlen() while deleting 
7895                 large amount of e-mails on IMAP account
7896
7897 2009-02-27 [mones]      3.7.0cvs75
7898
7899         * manual/es/account.xml
7900         * manual/es/ack.xml
7901         * manual/es/addrbook.xml
7902         * manual/es/advanced.xml
7903         * manual/es/claws-mail-manual.xml
7904         * manual/es/faq.xml
7905         * manual/es/glossary.xml
7906         * manual/es/gpl.xml
7907         * manual/es/handling.xml
7908         * manual/es/intro.xml
7909         * manual/es/keyboard.xml
7910         * manual/es/plugins.xml
7911         * manual/es/starting.xml
7912                 Sync with English version, fix some typos
7913                 Changed encoding to UTF-8
7914         * po/es.po
7915                 Update for release, changed encoding to UTF-8
7916
7917 2009-02-24 [colin]      3.7.0cvs74
7918
7919         * src/printing.c
7920                 Don't print separation line if there
7921                 are no headers
7922
7923 2009-02-23 [cleroy]     3.7.0cvs73
7924
7925         * src/account.c
7926         * src/action.c
7927         * src/addr_compl.c
7928         * src/addrbook.c
7929         * src/addrcache.c
7930         * src/addrcindex.c
7931         * src/addrclip.c
7932         * src/addrduplicates.c
7933         * src/addressadd.c
7934         * src/addressbook.c
7935         * src/addressbook_foldersel.c
7936         * src/addrharvest.c
7937         * src/addrindex.c
7938         * src/addritem.c
7939         * src/addrquery.c
7940         * src/addrselect.c
7941         * src/codeconv.c
7942         * src/compose.c
7943         * src/customheader.c
7944         * src/editaddress.c
7945         * src/editaddress_other_attributes_ldap.c
7946         * src/editgroup.c
7947         * src/editldap.c
7948         * src/enriched.c
7949         * src/exporthtml.c
7950         * src/exportldif.c
7951         * src/filtering.c
7952         * src/folder.c
7953         * src/foldersel.c
7954         * src/folderutils.c
7955         * src/folderview.c
7956         * src/gedit-print.c
7957         * src/html.c
7958         * src/imap.c
7959         * src/imap_gtk.c
7960         * src/inc.c
7961         * src/jpilot.c
7962         * src/ldapctrl.c
7963         * src/ldapquery.c
7964         * src/ldapserver.c
7965         * src/ldapupdate.c
7966         * src/ldif.c
7967         * src/localfolder.c
7968         * src/main.c
7969         * src/mainwindow.c
7970         * src/matcher.c
7971         * src/mbox.c
7972         * src/messageview.c
7973         * src/mh.c
7974         * src/mh_gtk.c
7975         * src/mimeview.c
7976         * src/msgcache.c
7977         * src/mutt.c
7978         * src/news.c
7979         * src/news_gtk.c
7980         * src/noticeview.c
7981         * src/pine.c
7982         * src/pop.c
7983         * src/prefs_account.c
7984         * src/prefs_actions.c
7985         * src/prefs_common.c
7986         * src/prefs_filtering.c
7987         * src/prefs_filtering_action.c
7988         * src/prefs_folder_column.c
7989         * src/prefs_folder_item.c
7990         * src/prefs_gtk.c
7991         * src/prefs_matcher.c
7992         * src/prefs_quote.c
7993         * src/prefs_send.c
7994         * src/prefs_summaries.c
7995         * src/prefs_summary_column.c
7996         * src/prefs_template.c
7997         * src/prefs_themes.c
7998         * src/prefs_toolbar.c
7999         * src/printing.c
8000         * src/privacy.c
8001         * src/procheader.c
8002         * src/procmime.c
8003         * src/procmsg.c
8004         * src/quote_fmt.c
8005         * src/remotefolder.c
8006         * src/send_message.c
8007         * src/sourcewindow.c
8008         * src/statusbar.c
8009         * src/stock_pixmap.c
8010         * src/summary_search.c
8011         * src/summaryview.c
8012         * src/textview.c
8013         * src/toolbar.c
8014         * src/undo.c
8015         * src/uri_opener.c
8016         * src/vcard.c
8017         * src/common/base64.c
8018         * src/common/claws.c
8019         * src/common/hooks.c
8020         * src/common/plugin.c
8021         * src/common/prefs.c
8022         * src/common/session.c
8023         * src/common/smtp.c
8024         * src/common/socket.c
8025         * src/common/string_match.c
8026         * src/common/stringtable.c
8027         * src/common/utils.c
8028         * src/common/utils.h
8029         * src/common/xml.c
8030         * src/common/xmlprops.c
8031         * src/gtk/colorlabel.c
8032         * src/gtk/combobox.c
8033         * src/gtk/foldersort.c
8034         * src/gtk/gtkaspell.c
8035         * src/gtk/gtkcmclist.c
8036         * src/gtk/gtkcmctree.c
8037         * src/gtk/gtkcmoptionmenu.c
8038         * src/gtk/gtksctree.c
8039         * src/gtk/gtkshruler.c
8040         * src/gtk/gtksourceprintjob.c
8041         * src/gtk/gtkutils.c
8042         * src/gtk/gtkvscrollbutton.c
8043         * src/gtk/logwindow.c
8044         * src/gtk/menu.c
8045         * src/gtk/pluginwindow.c
8046         * src/gtk/prefswindow.c
8047         * src/gtk/quicksearch.c
8048         * src/gtk/spell_entry.c
8049         * src/plugins/pgpcore/select-keys.c
8050         * src/plugins/pgpinline/pgpinline.c
8051         * src/plugins/pgpmime/pgpmime.c
8052         * src/plugins/smime/smime.c
8053         * src/plugins/spamassassin/spamassassin_gtk.c
8054                 Mass commit changing g_return_* to cm_return_*
8055                 and making these more interesting
8056
8057 2009-02-23 [colin]      3.7.0cvs72
8058
8059         * src/imap.c
8060                 Always initialise error code to no error
8061
8062 2009-02-23 [colin]      3.7.0cvs71
8063
8064         * src/imap.c
8065                 Fix separator substitution
8066
8067 2009-02-23 [colin]      3.7.0cvs70
8068
8069         * src/stock_pixmap.c
8070         * src/gtk/colorlabel.c
8071                 don't use g_return on normal checks
8072
8073 2009-02-22 [colin]      3.7.0cvs69
8074
8075         * src/addressbook.c
8076         * src/procmime.c
8077                 More fixes
8078
8079 2009-02-22 [colin]      3.7.0cvs68
8080
8081         * src/addrduplicates.c
8082         * src/addressbook.c
8083         * src/addrharvest.c
8084         * src/codeconv.c
8085         * src/compose.c
8086         * src/filtering.c
8087         * src/folder.c
8088         * src/imap.c
8089         * src/imap_gtk.c
8090         * src/importldif.c
8091         * src/jpilot.c
8092         * src/mainwindow.c
8093         * src/matcher.c
8094         * src/mbox.c
8095         * src/messageview.c
8096         * src/mh_gtk.c
8097         * src/prefs_common.c
8098         * src/prefs_filtering.c
8099         * src/prefs_gtk.c
8100         * src/printing.c
8101         * src/privacy.c
8102         * src/procmime.c
8103         * src/procmsg.c
8104         * src/summaryview.c
8105         * src/textview.c
8106         * src/undo.c
8107         * src/wizard.c
8108         * src/common/md5.c
8109         * src/common/socket.c
8110         * src/common/template.c
8111         * src/etpan/imap-thread.c
8112         * src/gtk/gtkaspell.c
8113         * src/gtk/gtkcmctree.c
8114         * src/gtk/gtksctree.c
8115         * src/gtk/inputdialog.c
8116         * src/plugins/pgpcore/sgpgme.c
8117         * src/plugins/pgpmime/pgpmime.c
8118         * src/plugins/smime/smime.c
8119         * src/plugins/spamassassin/spamassassin.c
8120                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8121                 uninitialised accesses
8122
8123 2009-02-17 [colin]      3.7.0cvs67
8124
8125         * src/compose.c
8126                 Disable controls during queuing
8127
8128 2009-02-15 [colin]      3.7.0cvs66
8129
8130         * src/privacy.c
8131         * src/plugins/pgpcore/select-keys.c
8132         * src/plugins/pgpcore/sgpgme.c
8133                 Disable use of disabled keys
8134
8135 2009-02-15 [colin]      3.7.0cvs65
8136
8137         * src/folderview.c
8138         * src/summaryview.c
8139                 Fix font updating after changing 
8140                 prefs_common.derive_from_normal_font
8141
8142 2009-02-12 [paul]       3.7.0cvs64
8143
8144         * src/addressitem.h
8145         * src/export.h
8146         * src/headerview.c
8147         * src/headerview.h
8148         * src/common/version.h.in
8149         * src/gtk/about.h
8150         * src/gtk/menu.c
8151         * src/gtk/menu.h
8152                 more copyright header fixes
8153
8154 2009-02-12 [paul]       3.7.0cvs63
8155
8156         * src/gtk/progressdialog.c
8157         * src/gtk/progressdialog.h
8158                 fix copyright header
8159
8160 2009-02-12 [paul]       3.7.0cvs62
8161
8162         * src/gtk/spell_entry.c
8163         * src/gtk/spell_entry.h
8164                 better, more standard copyright header
8165
8166 2009-02-12 [paul]       3.7.0cvs61
8167
8168         * src/gtk/spell_entry.c
8169         * src/gtk/spell_entry.h
8170                 changes to copyright header
8171
8172 2009-02-12 [paul]       3.7.0cvs60
8173
8174         * src/gtk/spell_entry.c
8175         * src/gtk/spell_entry.h
8176                 fix broken build
8177
8178 2009-02-11 [colin]      3.7.0cvs59
8179
8180         * src/gtk/spell_entry.c
8181         * src/gtk/spell_entry.h
8182                 Forgot to add files
8183
8184 2009-02-11 [colin]      3.7.0cvs58
8185
8186         * src/compose.c
8187         * src/gtk/Makefile.am
8188         * src/gtk/gtkaspell.c
8189         * src/gtk/gtkaspell.h
8190                 Add spellcheck to subject. Patch by
8191                 Pawel.
8192
8193 2009-02-10 [holger]     3.7.0cvs57
8194
8195         * src/printing.c
8196         * src/common/defs.h
8197                 Move filename define for printing page setup cache to defs.h
8198
8199 2009-02-08 [mones]      3.7.0cvs56
8200
8201         * src/matcher.h
8202                 Fix build for bison 2.4.1
8203
8204 2009-02-06 [holger]     3.7.0cvs55
8205
8206         * src/prefs_common.c
8207         * src/prefs_common.h
8208         * src/printing.c
8209                 Fix restoring of custom page setups for printing by
8210                 temporarily caching the settings.
8211                 This is a workaround for Gnome Bug #39018, and fixes
8212                 Claws Mail Bug #1840.
8213
8214 2009-02-06 [colin]      3.7.0cvs54
8215
8216         * src/mainwindow.c
8217                 Fix hardcoded Shift-Q quits. Fixes
8218                 bug 1838, 'Claws-Mail sometimes quits 
8219                 when attempting to type a capital Q'
8220
8221 2009-01-31 [paul]       3.7.0cvs53
8222
8223         * src/compose.c
8224                 revert 3.7.0cvs49, until there is time to find out
8225                 why it causes a nasty crash!
8226
8227 2009-01-31 [paul]       3.7.0cvs52
8228
8229         * src/mainwindow.c
8230                 1 string that was forgotten for translation
8231
8232 2009-01-31 [paul]       3.7.0cvs51
8233
8234         * src/messageview.c
8235                 2 strings that were forgotten for translation
8236
8237 2009-01-31 [paul]       3.7.0cvs50
8238
8239         * src/gtk/prefswindow.c
8240                 build prefs tree in a slightly smarter way -
8241                 fix bug where if path[0] had same name as
8242                 path[1], (like in the de translation), path[1]
8243                 was lost and not shown in the window
8244
8245 2009-01-31 [paul]       3.7.0cvs49
8246
8247         * src/compose.c
8248                 fix bug 1836, 'Quoted text still blue after
8249                 removal of quote-character'
8250                 comment out some debug_print's that needlessly
8251                 slow things down
8252         * src/undo.c
8253                 comment out a debug_print that needlessly slows
8254                 things down
8255
8256 2009-01-31 [paul]       3.7.0cvs48
8257
8258         * src/summaryview.c
8259                 fix bug 1834, '"semi"-selection when collapsing thread'
8260
8261 2009-01-31 [paul]       3.7.0cvs47
8262
8263         * src/prefs_compose_writing.c
8264         * src/prefs_message.c
8265                 move 'quote_chars' pref to where it should be
8266
8267 2009-01-30 [paul]       3.7.0cvs46
8268
8269         * src/summaryview.c
8270                 fix updating of popup menu sensitivity
8271
8272 2009-01-28 [paul]       3.7.0cvs45
8273
8274         * tools/filter_conv_new.pl
8275                 move 'move' and 'delete' to end of @actions
8276                 so that they are always final actions in the
8277                 generated filtering rule
8278
8279 2009-01-27 [paul]       3.7.0cvs44
8280
8281         * src/messageview.c
8282                 always select text/calendar mimepart if suitable
8283                 plugin (i.e. vCalendar) is available
8284
8285 2009-01-27 [paul]       3.7.0cvs43
8286
8287         * src/folder.c
8288                 fix crash when right-clicking in summaryview when
8289                 processing is active
8290
8291 2009-01-22 [colin]      3.7.0cvs42
8292
8293         * src/compose.c
8294         * src/privacy.c
8295         * src/privacy.h
8296                 When replying to signed/encrypted mail and the
8297                 preference to sign/encrypt in this case is set,
8298                 choose the original mail's privacy system (if
8299                 available).
8300
8301 2009-01-21 [colin]      3.7.0cvs41
8302
8303         * src/addressbook.h
8304                 Fix warning (on-the-fly theming of
8305                 addressbook isn't complete yet)
8306
8307 2009-01-21 [colin]      3.7.0cvs40
8308
8309         * src/account.c
8310         * src/addressbook.c
8311                 Win32: Fix window placement
8312
8313 2009-01-21 [paul]       3.7.0cvs39
8314
8315         * src/inc.c
8316                 update timeout log msg
8317
8318 2009-01-17 [colin]      3.7.0cvs38
8319
8320         * src/main.c
8321         * src/mbox.c
8322         * src/common/md5.c
8323         * src/common/utils.c
8324         * src/etpan/imap-thread.c
8325                 Fix g_open calls (which don't ignore mode)
8326
8327 2009-01-17 [colin]      3.7.0cvs37
8328
8329         * src/addressbook.c
8330         * src/compose.c
8331         * src/foldersel.c
8332         * src/main.c
8333         * src/mainwindow.c
8334         * src/mbox.c
8335         * src/common/md5.c
8336         * src/common/ssl_certificate.c
8337         * src/common/tags.c
8338         * src/common/utils.c
8339         * src/etpan/imap-thread.c
8340         * src/plugins/bogofilter/bogofilter.c
8341         * src/plugins/pgpinline/pgpinline.c
8342         * src/plugins/smime/smime.c
8343                 Probably fix bug 1825, 'Unable to fetch messages from 
8344                 IMAP folders named with non-ASCII string'
8345                 Change remaining occurences of fopen and open with
8346                 g_fopen and g_open
8347
8348 2009-01-17 [paul]       3.7.0cvs36
8349
8350         * manual/faq.xml
8351                 update an old, outdated piece of info
8352
8353 2009-01-17 [paul]       3.7.0cvs35
8354
8355         * src/prefs_folder_item.c
8356                 fix bug where saving Folder Properties of a
8357                 sub-folder of outbox, queue, draft or trash
8358                 would change its parent's folder type to normal
8359
8360 2009-01-12 [mones]      3.7.0cvs34
8361
8362         * po/es.po
8363                 Updated translation
8364
8365 2009-01-12 [wwp]        3.7.0cvs33
8366
8367         * tools/fix_date.sh
8368         * tools/popfile-link.sh
8369         * tools/textviewer.sh
8370                 Fix bashisms and other portability glitches (thanks to
8371                 Steven M. Bellovin).
8372
8373 2009-01-11 [paul]       3.7.0cvs32
8374
8375         * src/addrindex.c
8376                 clean up some build warnings
8377
8378 2009-01-11 [colin]      3.7.0cvs31
8379
8380         * src/addrindex.c
8381                 Revert part of patch 3.7.0cvs29 
8382                 This function is used when jpilot
8383                 support is disabled
8384
8385 2009-01-11 [colin]      3.7.0cvs30
8386
8387         * src/folder.c
8388                 folder_find_child_item_by_name():
8389                 actually use name, not path's basename
8390
8391 2009-01-11 [paul]       3.7.0cvs29
8392
8393         * src/addrclip.c
8394         * src/addrindex.c
8395         * src/addritem.c
8396         * src/foldersel.h
8397         * src/folderview.c
8398         * src/prefs_folder_item.c
8399                 clean up some build warnings
8400
8401 2009-01-11 [paul]       3.7.0cvs28
8402
8403         * src/gtk/about.c
8404                 don't even mention printing support, assume its
8405                 presence, unless building with GTK+ < 2.10.0
8406
8407 2009-01-10 [colin]      3.7.0cvs27
8408
8409         * src/codeconv.c
8410                 Fix bug 1811, '[mime] Crash when there's no 
8411                 room for filename's start on the same line'
8412                 When the mimetype of the attachment is very 
8413                 long, there's no room at all to start the 
8414                 name=... parameter on the same line. This
8415                 caused an infinite loop as 0 characters of
8416                 the filename could be appended.
8417                 In such cases, insert linebreak before the
8418                 name parameter.
8419
8420 2009-01-09 [colin]      3.7.0cvs26
8421
8422         * src/compose.c
8423         * src/mainwindow.c
8424         * src/common/utils.c
8425                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
8426                 Compose Window does not attach'
8427
8428 2009-01-09 [colin]      3.7.0cvs25
8429
8430         * src/foldersel.c
8431                 Fix bug 1817, 'Changing Themes does not 
8432                 update the pixmaps in "Select folder" 
8433                 dialog box'
8434
8435 2009-01-09 [colin]      3.7.0cvs24
8436
8437         * src/main.c
8438                 Win32: Fix bug 1816, 'Attaching files with 
8439                 command-line generates error after attaching'
8440
8441 2009-01-09 [paul]       3.7.0cvs23
8442
8443         * src/gtk/about.c
8444                 forgot this '2009' in last commit
8445
8446 2009-01-09 [paul]       3.7.0cvs22
8447
8448         * src/*/*.[c,h]
8449                 it's 2009!
8450                 update copyright headers
8451
8452 2009-01-09 [paul]       3.7.0cvs21
8453
8454         * doc/man/claws-mail.1
8455                 update Team list
8456
8457 2009-01-09 [colin]      3.7.0cvs20
8458
8459         * src/messageview.c
8460                 Fix bug 1814, 'Windows' WM badly places 
8461                 message view'
8462
8463 2009-01-09 [colin]      3.7.0cvs19
8464
8465         * src/prefs_themes.c
8466         * src/stock_pixmap.c
8467         * src/stock_pixmap.h
8468         * src/common/utils.c
8469         * src/common/utils.h
8470                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8471
8472 2009-01-08 [colin]      3.7.0cvs18
8473
8474         * src/mimeview.c
8475                 Win32: Fix bug 1810, 'Pressing 'o' key 
8476                 crashes CM'
8477
8478 2009-01-07 [colin]      3.7.0cvs17
8479
8480         * src/html.c
8481                 Fix bug 1432, '&amp; not escaped in links (HTML 
8482                 rendered as text)'
8483
8484 2009-01-06 [colin]      3.7.0cvs16
8485
8486         * src/plugins/pgpcore/select-keys.c
8487                 Warn translators the usual way about
8488                 accels
8489
8490 2009-01-06 [colin]      3.7.0cvs15
8491
8492         * src/mainwindow.c
8493                 Fix synchronisation dialog that shouldn't
8494                 appear when network goes down (Network
8495                 Manager)
8496         * src/mimeview.c
8497         * src/textview.c
8498                 Fix save as when attach_save_dir isn't set
8499                 fixes bug 1804, 'attach_save_directory does 
8500                 not default to $HOME'
8501         * src/plugins/pgpcore/select-keys.c
8502                 Add mnemonics to buttons - warn translators!
8503
8504 2009-01-06 [wwp]        3.7.0cvs14
8505
8506         * src/common/utils.c
8507                 Fix cvs13, thanks to Colin.
8508
8509 2009-01-06 [wwp]        3.7.0cvs13
8510
8511         * src/common/utils.c
8512                 Better support for Spanish Outlook replies (RES).
8513
8514 2009-01-02 [colin]      3.7.0cvs12
8515
8516         * src/folderview.c
8517                 Fix (+) sign after collapsed folder names that 
8518                 have quicksearch-matching children.
8519                 Fixes bug 1506, 'Recursive search in collapsed 
8520                 folders'
8521
8522 2009-01-02 [colin]      3.7.0cvs11
8523
8524         * src/stock_pixmap.c
8525         * src/stock_pixmap.h
8526                 Remove now-unused stock_pixmap_gdk
8527
8528 2009-01-02 [colin]      3.7.0cvs10
8529
8530         * src/gtk/gtkutils.c
8531         * src/pixmaps/claws-mail_icon.xpm
8532                 Use pixbuf for app icon, and make the app icon
8533                 a bit nicer
8534
8535 2009-01-02 [colin]      3.7.0cvs9
8536
8537         * src/uri_opener.c
8538                 Show both link title and URI if possible
8539
8540 2009-01-02 [colin]      3.7.0cvs8
8541
8542         * src/addressadd.c
8543         * src/addressbook.c
8544         * src/addressbook_foldersel.c
8545         * src/addressitem.h
8546         * src/folderview.c
8547         * src/grouplistdialog.c
8548         * src/importldif.c
8549         * src/mimeview.c
8550         * src/summaryview.c
8551         * src/gtk/gtkcmclist.c
8552         * src/gtk/gtkcmclist.h
8553         * src/gtk/gtkcmctree.c
8554         * src/gtk/gtkcmctree.h
8555         * src/gtk/gtksctree.c
8556         * src/gtk/gtksctree.h
8557                 Implement pixbuf rendering in tree widgets
8558                 instead of pixmaps
8559         * src/plugins/trayicon/trayicon.c
8560         * src/noticeview.c
8561         * src/prefs_themes.c
8562                 Use pixbuf rendering here too
8563
8564 2008-12-30 [paul]       3.7.0cvs7
8565
8566         * src/textview.c
8567                 no need to prematurely trim the uri in the statusbar
8568
8569 2008-12-29 [paul]       3.7.0cvs6
8570
8571         * src/procmsg.c
8572                 prefer List-Id header to X-* headers when creating
8573                 filter rule automatically
8574
8575 2008-12-28 [colin]      3.7.0cvs5
8576
8577         * src/compose.c
8578                 Set minimum height to 440 instead of 480
8579
8580 2008-12-22 [colin]      3.7.0cvs4
8581
8582         * src/compose.c
8583                 Fix bug 1799, '"Discard message" deletes manually 
8584                 saved draft'. Switch rmode to REEDIT after 
8585                 manually saving.
8586
8587 2008-12-21 [paul]       3.7.0cvs3
8588
8589         * tools/claws.i18n.status.pl
8590                 updates
8591
8592 2008-12-21 [paul]       3.7.0cvs2
8593
8594         * AUTHORS
8595         * src/gtk/authors.h
8596                 (more) updates
8597
8598 2008-12-21 [paul]       3.7.0cvs1
8599
8600         * AUTHORS
8601         * src/gtk/authors.h
8602                 updates
8603
8604 2008-12-19 [paul]       3.7.0
8605
8606         * NEWS
8607         * README
8608         * RELEASE_NOTES 
8609                 3.7.0 released!
8610
8611 2008-12-19 [paul]       3.6.1cvs80
8612
8613         * configure.ac
8614                 remove unmaintained sk and sr from ALL_LINGUAS
8615                 add newly maintained cs to ALL_LINGUAS
8616         * po/bg.po
8617         * po/ca.po
8618         * po/cs.po
8619         * po/de.po
8620         * po/fi.po
8621         * po/hu.po
8622         * po/nl.po
8623         * po/pt_BR.po
8624         * po/ru.po
8625         * po/sv.po
8626                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8627                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8628                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8629                 Persson Fink
8630
8631 2008-12-16 [colin]      3.6.1cvs79
8632
8633         * src/plugins/pgpcore/sgpgme.c
8634                 Fix warning
8635
8636 2008-12-15 [colin]      3.6.1cvs78
8637
8638         * src/compose.c
8639         * src/privacy.c
8640         * src/privacy.h
8641         * src/plugins/pgpcore/sgpgme.c
8642         * src/plugins/pgpcore/sgpgme.h
8643         * src/plugins/pgpinline/pgpinline.c
8644         * src/plugins/pgpmime/pgpmime.c
8645         * src/plugins/smime/smime.c
8646                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
8647                 email address" doesn't work'. Use custom from address
8648                 if set
8649
8650 2008-12-15 [colin]      3.6.1cvs77
8651
8652         * src/common/utils.c
8653                 Fix bug 1746, 'Makes a mailto link from several 
8654                 paragraphs'
8655
8656 2008-12-15 [paul]       3.6.1cvs76
8657
8658         * m4/spamassassin.m4
8659                 fix warnings thrown up by autoconf-2.63
8660
8661 2008-12-13 [colin]      3.6.1cvs75
8662
8663         * Makefile.am
8664         * src/Makefile.am
8665         * src/common/ssl.c
8666         * src/common/utils.c
8667         * src/common/utils.h
8668         * tools/Makefile.am
8669                 Finish previous patch
8670
8671 2008-12-13 [colin]      3.6.1cvs74
8672
8673         * tools/Makefile.am
8674                 Only install certs on windows
8675
8676 2008-12-13 [colin]      3.6.1cvs73
8677
8678         * tools/Makefile.am
8679         * tools/ca-certificates.crt
8680         * src/common/Makefile.am
8681         * src/common/ssl.c
8682                 First try to ship SSL certificates in Windows
8683                 build
8684
8685 2008-12-12 [colin]      3.6.1cvs72
8686
8687         * configure.ac
8688         * src/plugins/pgpinline/claws.def
8689                 Windows build fixes
8690
8691 2008-12-12 [paul]       3.6.1cvs71
8692
8693         * src/imap.c
8694         * src/mh.c
8695         * src/partial_download.c
8696         * src/textview.c
8697         * src/common/claws.c
8698         * src/common/prefs.c
8699         * src/common/utils.c
8700                 win32: fix unlinking, renaming and bug with
8701                 non-ascii username
8702                 Patch by Colin
8703
8704 2008-12-11 [colin]      3.6.1cvs70
8705
8706         * po/fr.po
8707         * manual/fr/advanced.xml
8708                 Update french translations
8709
8710 2008-12-10 [colin]      3.6.1cvs69
8711
8712         * manual/faq.xml
8713                 Correct bug submission guidelines
8714
8715 2008-12-10 [colin]      3.6.1cvs68
8716
8717         * src/plugins/pgpcore/pgp_viewer.c
8718                 Fix bug 1736, 'Key import does not work'
8719                 Kill the correct pid (and not the parent
8720                 shell), and increase the timeout a bit.
8721
8722 2008-12-09 [paul]       3.6.1cvs67
8723
8724         * src/messageview.c
8725                 ensure that any stray noticeview buttons are hidden,
8726                 as clicking them causes segfaults!
8727
8728 2008-12-09 [colin]      3.6.1cvs66
8729
8730         * src/compose.c
8731         * src/compose.h
8732         * src/folder_item_prefs.h
8733         * src/prefs_common.c
8734         * src/prefs_common.h
8735         * src/common/defs.h
8736                 Fix bug 1792, '"Save Message to" should 
8737                 retain list of recently selected folders'
8738                 Also, make Enchant-related prefs stick
8739                 even if the build doesn't enable enchant
8740
8741 2008-12-09 [paul]       3.6.1cvs65
8742
8743         * src/messageview.c
8744                 fix bug 1787, 'Prevent automatic PGP inline
8745                 decryption attempts' use the noticeview to display
8746                 decryption failure messages instead of the irritating
8747                 popup dialog
8748
8749 2008-12-09 [colin]      3.6.1cvs64
8750
8751         * src/prefs_filtering.c
8752                 Fix bug 1789, 'filtering account selection 
8753                 (regression)'. Filtering on sending-only
8754                 accounts can be a little useful when using
8755                 filtering via Tools menu.
8756
8757 2008-12-07 [paul]       3.6.1cvs63
8758
8759         * src/prefs_actions.c
8760                 don't auto-select first entry (same as other
8761                 similar dialogs)
8762         * src/gtk/pluginwindow.c
8763                 these parents don't have children so don't look
8764                 for them
8765
8766 2008-12-07 [paul]       3.6.1cvs62
8767
8768         * src/prefs_account.c
8769         * src/gtk/pluginwindow.c
8770         * src/gtk/prefswindow.c
8771         * src/gtk/prefswindow.h
8772                 auto-select first page
8773
8774 2008-12-05 [colin]      3.6.1cvs61
8775
8776         * src/codeconv.c
8777         * src/procmime.c
8778                 Fix bug 1788, 'CM crashes re-encoding 
8779                 encoded parameters' (introduced in cvs40)
8780
8781 2008-12-05 [paul]       3.6.1cvs60
8782
8783         * src/prefs_common.h
8784                 remove gpg prefs that are no longer needed here
8785
8786 2008-12-03 [colin]      3.6.1cvs59
8787
8788         * src/msgcache.c
8789                 Speed up cache reading (about 10% gain)
8790         * src/summaryview.c
8791         * src/gtk/gtksctree.c
8792                 Speed up expand/collapse all threads
8793                 (about 95% gain)
8794
8795 2008-12-03 [paul]       3.6.1cvs58
8796
8797         * configure.ac
8798                 eradicate gcc4's signedness warnings
8799                 fix building with gnuTLS on (Open)Solaris
8800
8801 2008-12-01 [colin]      3.6.1cvs57
8802
8803         * src/gtk/gtkcmclist.c
8804                 Fix column headers
8805
8806 2008-12-01 [colin]      3.6.1cvs56
8807
8808         * src/plugins/pgpinline/pgpinline.c
8809                 Fix bug 1779, 'PGP Inline badly handles 
8810                 multipart'. Properly dump the current part
8811                 instead of running around with scissors
8812
8813 2008-11-30 [paul]       3.6.1cvs55
8814
8815         * manual/advanced.xml
8816         * manual/plugins.xml
8817         * src/prefs_toolbar.c
8818                 remove the verb from the page title and
8819                 update references in the manual
8820
8821 2008-11-30 [paul]       3.6.1cvs54
8822
8823         * src/prefs_other.c
8824                 move Other/ page to Other/Miscellaneous
8825         * src/gtk/prefswindow.c
8826                 make parent page unselectable
8827
8828 2008-11-29 [paul]       3.6.1cvs53
8829
8830         * README
8831                 add the new 'primary_paste_unselects' hidden
8832                 option, add missing 'log_[...]_color' options,
8833                 and reformat the text
8834         * manual/advanced.xml
8835                 add the new 'primary_paste_unselects' hidden
8836                 option, add missing 'log_[...]_color' options
8837
8838 2008-11-28 [colin]      3.6.1cvs52
8839
8840         * src/mimeview.c
8841                 Fix leak
8842
8843 2008-11-28 [colin]      3.6.1cvs51
8844
8845         * po/fr.po
8846                 Update translation
8847
8848 2008-11-28 [colin]      3.6.1cvs50
8849
8850         * src/mainwindow.c
8851                 Fix account selection in Mailing list
8852                 menu
8853
8854 2008-11-28 [paul]       3.6.1cvs49
8855
8856         * po/Makefile.in.in
8857                 automatically remove obsolete strings
8858
8859 2008-11-28 [colin]      3.6.1cvs48
8860
8861         * src/plugins/pgpcore/sgpgme.c
8862                 Fix error message when key isn't available.
8863
8864 2008-11-27 [colin]      3.6.1cvs47
8865
8866         * src/filtering.c
8867         * src/matcher.c
8868                 Fix a little leak
8869
8870 2008-11-26 [colin]      3.6.1cvs46
8871
8872         * src/common/ssl.c
8873                 Fix new warning
8874
8875 2008-11-26 [colin]      3.6.1cvs45
8876
8877         * src/plugins/pgpcore/select-keys.c
8878         * src/plugins/pgpcore/sgpgme.c
8879                 Fix bug 1591, 'S/MIME: better key 
8880                 handling/selection dialog'
8881                 Really ignore revoked/expired keys
8882
8883 2008-11-26 [colin]      3.6.1cvs44
8884
8885         * src/main.c
8886         * src/common/claws.c
8887         * src/common/ssl.c
8888                 Make sure libgcrypt's threading is initialised
8889                 before gnutls. See also old bug 1539.
8890
8891 2008-11-26 [colin]      3.6.1cvs43
8892
8893         * src/imap.c
8894         * src/news.c
8895         * src/etpan/imap-thread.c
8896                 Fix possible crashes due to clist_begin()
8897                 not checking for NULLs (it should!)
8898
8899 2008-11-25 [colin]      3.6.1cvs42
8900
8901         * src/procmime.c
8902                 Fix line length in MIME parameters
8903
8904 2008-11-22 [paul]       3.6.1cvs41
8905
8906         * src/compose.c
8907                 grab Return key press in attachments Properties
8908                 dialog
8909
8910 2008-11-21 [colin]      3.6.1cvs40
8911
8912         * src/compose.c
8913         * src/procmime.c
8914                 Fix bug 1776, 'use encoded name parameters 
8915                 for attachments instead of ascii'.
8916                 Break the RFC 2047 by using B-encoded 
8917                 filename parameter, like everyone does,
8918                 following advice from the RFC author.
8919
8920 2008-11-21 [colin]      3.6.1cvs39
8921
8922         * src/common/socket.c
8923                 Rehandshake if server asks to
8924
8925 2008-11-21 [colin]      3.6.1cvs38
8926
8927         * src/mimeview.h
8928         * src/toolbar.h
8929         * src/common/session.h
8930         * src/common/smtp.h
8931                 Move conditional-compilation members to
8932                 end of structs
8933
8934 2008-11-19 [wwp]        3.6.1cvs37
8935
8936         * src/prefs_actions.c
8937                 Fixed wrong behaviour when pressing Escape (was not cancelling
8938                 the action).
8939
8940 2008-11-19 [wwp]        3.6.1cvs36
8941
8942         * src/compose.c
8943         * src/matcher.c
8944         * src/messageview.c
8945         * src/mimeview.c
8946         * src/prefs_actions.c
8947         * src/prefs_filtering_action.c
8948         * src/procmsg.c
8949         * src/summaryview.c
8950         * src/textview.c
8951         * src/common/utils.c
8952                 Replace occurrences of "command line" with "command-line" everywhere.
8953                 Enforce code style (mostly indentation) in prefs_actions.c.
8954
8955 2008-11-19 [colin]      3.6.1cvs35
8956
8957         * src/compose.c
8958         * src/prefs_common.c
8959         * src/prefs_common.h
8960                 Add primary_paste_unselects hidden preference
8961                 to change how middle-click pasting changes
8962                 the selection and insert point; defaults to
8963                 pre-3.6.1cvs31
8964
8965 2008-11-19 [colin]      3.6.1cvs34
8966
8967         * src/folderview.c
8968                 Always give focus to summaryview, even if
8969                 the folder is empty, in small screen layout.
8970                 Allows to go back to folderlist using the
8971                 keyboard.
8972
8973 2008-11-18 [colin]      3.6.1cvs33
8974
8975         * src/mainwindow.h
8976                 Put back conditional at the end of struct
8977
8978 2008-11-18 [colin]      3.6.1cvs32
8979
8980         * src/procmime.c
8981         * src/common/w32_reg.c
8982                 Fix crash on win32 when browsing to a
8983                 directory
8984
8985 2008-11-15 [colin]      3.6.1cvs31
8986
8987         * src/compose.c
8988                 After a mid-click paste, deselect selection
8989                 and go to end of paste.
8990
8991 2008-11-15 [colin]      3.6.1cvs30
8992
8993         * src/compose.c
8994                 Auto-save draft after external editor quits
8995
8996 2008-11-15 [colin]      3.6.1cvs29
8997
8998         * src/plugins/pgpcore/sgpgme.c
8999                 Fix wrong error display, thanks to
9000                 Charles A. Edwards
9001
9002 2008-11-14 [colin]      3.6.1cvs28
9003
9004         * src/prefs_actions.c
9005                 Comment out bogus (IMO) warning
9006
9007 2008-11-14 [colin]      3.6.1cvs27
9008
9009         * src/mainwindow.c
9010         * src/summaryview.c
9011         * src/summaryview.h
9012         * src/gtk/menu.c
9013         * src/gtk/menu.h
9014                 Share summaryview's context menu actions with
9015                 the equivalent menu items of the main menu;
9016                 this allows to share accelerators and de-
9017                 duplicate code.
9018
9019 2008-11-14 [colin]      3.6.1cvs26
9020
9021         * src/plugins/pgpcore/sgpgme.c
9022                 Fix bug 1768, 'claws-mail crashes while 
9023                 checking smime bad signature'
9024
9025 2008-11-13 [colin]      3.6.1cvs25
9026
9027         * src/account.c
9028         * src/filtering.c
9029                 Fix redefinition of PREFSBUFSIZE
9030
9031 2008-11-13 [wwp]        3.6.1cvs24
9032
9033         * tools/popfile-link.sh
9034                 Add support for reusing existing POPFile session ID.
9035
9036 2008-11-12 [colin]      3.6.1cvs23
9037
9038         * src/prefs_gtk.h
9039                 Fix bug 1771, 'Folder template gets 
9040                 truncated when exiting the application'
9041                 Use a 32k buffer for string preferences
9042
9043 2008-11-11 [colin]      3.6.1cvs22
9044
9045         * src/summaryview.c
9046                 Fix "display sender using addressbook" when
9047                 prefs_common.swap_from is in use. Patch by
9048                 H. Merijn Brand
9049
9050 2008-11-11 [colin]      3.6.1cvs21
9051
9052         * src/autofaces.c
9053         * src/common/md5.c
9054         * src/common/md5.h
9055                 Make a few functions static
9056
9057 2008-11-07 [colin]      3.6.1cvs20
9058
9059         * src/mainwindow.c
9060         * src/summaryview.c
9061                 Fix crash when rebuilding colorlabel
9062                 menu
9063         * src/addrgather.c
9064         * src/editldap.c
9065         * src/prefs_account.c
9066         * src/prefs_compose_writing.c
9067         * src/prefs_logging.c
9068         * src/prefs_message.c
9069         * src/prefs_other.c
9070         * src/prefs_receive.c
9071         * src/prefs_summaries.c
9072         * src/prefs_wrapping.c
9073         * src/plugins/bogofilter/bogofilter_gtk.c
9074         * src/plugins/pgpcore/prefs_gpg.c
9075         * src/plugins/spamassassin/spamassassin_gtk.c
9076                 Fix deprecated use of page_size in 
9077                 gtkspinbutton adjustments
9078
9079 2008-11-06 [mones]      3.6.1cvs19
9080
9081         * src/mainwindow.c
9082                 Fix missing "About" in Help menu
9083         * tools/claws.i18n.status.pl
9084                 Fix header
9085
9086 2008-11-05 [colin]      3.6.1cvs18
9087
9088         * src/action.c
9089         * src/main.c
9090         * src/mainwindow.c
9091         * src/common/socket.c
9092         * src/common/socket.h
9093         * src/gtk/gtkutils.c
9094         * src/gtk/gtkutils.h
9095                 w32: Implement single launch (lock
9096                 socket); always put debug log to
9097                 the rc_dir; fix Start menu update
9098                 after registering as default Mail 
9099                 app
9100
9101 2008-11-05 [colin]      3.6.1cvs17
9102
9103         * src/mainwindow.c
9104                 Setting the Mail start menu item in HKCU 
9105                 confuses the Internet Options dialog. Do 
9106                 it in HKLM as this dialog does.
9107
9108 2008-11-04 [colin]      3.6.1cvs16
9109
9110         * src/common/w32_reg.c
9111                 Fix off-by-one
9112
9113 2008-11-04 [colin]      3.6.1cvs15
9114
9115         * src/procmime.c
9116                 w32: Fix getting content-type 
9117         * src/mimeview.c
9118         * src/prefs_common.c
9119         * src/prefs_common.h
9120         * src/prefs_ext_prog.c
9121         * src/textview.c
9122                 w32: better integration (use the
9123                 standard file associations instead
9124                 of our platform-unadapted open
9125                 dialog)
9126         * src/mainwindow.c
9127         * src/common/utils.c
9128         * src/common/w32_reg.c
9129         * src/common/w32lib.h
9130                 w32: better integration (allow 
9131                 setting Claws as default MUA)
9132
9133 2008-11-01 [colin]      3.6.1cvs14
9134
9135         * src/codeconv.c
9136                 Fix wrongly converted non-ascii characters
9137                 when locale's charset is US-ASCII (strict-mode
9138                 was failing in this case)
9139
9140 2008-10-30 [colin]      3.6.1cvs13
9141
9142         * src/mimeview.c
9143         * src/mimeview.h
9144         * src/textview.c
9145         * src/textview.h
9146                 Use one UI Manager per mimeview, instead of
9147                 the global one -- else user_data pointer gets
9148                 broken if opening and closing another message-
9149                 view, then using right-click on a mimeview's 
9150                 mimepart. Probably fixes bug 1711, 'Save-as
9151                 attachment crashes'
9152
9153 2008-10-24 [paul]       3.6.1cvs12
9154
9155         * tools/Makefile.am
9156         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9157         * tools/kdeservicemenu/install.sh
9158                 another, possibly the final?, attempt on getting this
9159                 sorted for kde4
9160
9161 2008-10-24 [paul]       3.6.1cvs11
9162
9163         * tools/kdeservicemenu/install.sh
9164                 fix servicemenu installation directory on kde4
9165
9166 2008-10-24 [paul]       3.6.1cvs10
9167
9168         * tools/kdeservicemenu/README
9169         * tools/kdeservicemenu/install.sh
9170                 add support for kde4 in addition to kde3.
9171                 a rework involving checking for kde4-config, then
9172                 kde-config, finally prompting the user for the
9173                 location of either if they cannot be found
9174                 
9175
9176 2008-10-18 [paul]       3.6.1cvs9
9177
9178         * tools/claws.i18n.status.pl
9179                 updated with latest translator info.
9180                 only print for languages defined in %langname
9181
9182 2008-10-17 [paul]       3.6.1cvs8
9183
9184         * src/plugins/pgpcore/sgpgme.c
9185                 when listing the uid's, show the uid validity
9186
9187 2008-10-16 [paul]       3.6.1cvs7
9188
9189         * INSTALL
9190                 updated
9191
9192 2008-10-13 [wwp]        3.6.1cvs6
9193
9194         * po/fr.po
9195                 Updated French translation.
9196
9197 2008-10-11 [colin]      3.6.1cvs5
9198
9199         * src/gtk/authors.h
9200                 Fix bug 1756, "Outdated translators list in About 
9201                 dialogue". Patch by Aleksei Miheev.
9202
9203 2008-10-11 [colin]      3.6.1cvs4
9204
9205         * src/account.c
9206         * src/imap.c
9207         * src/inc.c
9208         * src/main.c
9209         * src/mainwindow.c
9210         * src/news.c
9211         * src/pop.c
9212         * src/pop.h
9213         * src/prefs_account.c
9214         * src/send_message.c
9215         * src/send_message.h
9216         * src/ssl_manager.c
9217         * src/ssl_manager.h
9218         * src/wizard.c
9219         * src/common/claws.c
9220         * src/common/defs.h
9221         * src/common/session.c
9222         * src/common/session.h
9223         * src/common/smtp.c
9224         * src/common/smtp.h
9225         * src/common/socket.c
9226         * src/common/socket.h
9227         * src/common/ssl.c
9228         * src/common/ssl.h
9229         * src/common/ssl_certificate.c
9230         * src/common/ssl_certificate.h
9231         * src/gtk/about.c
9232         * src/gtk/sslcertwindow.c
9233         * src/gtk/sslcertwindow.h
9234                 Remove OpenSSL code
9235
9236 2008-10-11 [colin]      3.6.1cvs3
9237
9238         * src/common/ssl_certificate.c
9239                 Make local function static
9240
9241 2008-10-10 [colin]      3.6.1cvs2
9242
9243         * src/common/ssl.h
9244         * src/common/ssl_certificate.c
9245         * src/gtk/sslcertwindow.c
9246                 Add offline certificate verification,
9247                 thanks to Nikos Mavrogiannopoulos for the
9248                 hints
9249
9250 2008-10-10 [colin]      3.6.1cvs1
9251
9252         * src/common/ssl_certificate.c
9253         * src/gtk/sslcertwindow.c
9254                 Fix warnings
9255
9256 2008-10-10 [paul]       3.6.1
9257
9258         * m4/spamassassin.m4
9259                 remove openssl dross
9260
9261         * NEWS
9262         * README
9263         * RELEASE_NOTES 
9264                 3.6.1 released!
9265
9266 2008-10-10 [colin]      3.6.0cvs25
9267
9268         * src/common/ssl.c
9269                 Tell libetpan it doesn't need to init
9270                 GnuTLS
9271
9272 2008-10-10 [colin]      3.6.0cvs24
9273
9274         * claws-mail.pc.in
9275                 Remove references to openssl
9276
9277 2008-10-09 [colin]      3.6.0cvs23
9278
9279         * configure.ac
9280                 Fix message
9281
9282 2008-10-09 [colin]      3.6.0cvs22
9283
9284         * configure.ac
9285                 Error out when building against openssl
9286
9287 2008-10-09 [colin]      3.6.0cvs21
9288
9289         * configure.ac
9290         * COPYING
9291         * src/crash.c
9292         * src/main.c
9293         * src/gtk/about.c
9294                 Disable OpenSSL due to requirement of
9295                 OpenSSL exception. Code not removed yet,
9296                 just in case, but disabled.
9297
9298 2008-10-09 [colin]      3.6.0cvs20
9299
9300         * configure.ac
9301         * src/Makefile.am
9302         * src/crash.c
9303         * src/gedit-print.c
9304         * src/gedit-print.h
9305         * src/main.c
9306         * src/mainwindow.c
9307         * src/messageview.c
9308         * src/prefs_ext_prog.c
9309         * src/prefs_fonts.c
9310         * src/prefs_image_viewer.c
9311         * src/printing.c
9312         * src/printing.h
9313         * src/summaryview.c
9314         * src/gtk/Makefile.am
9315         * src/gtk/about.c
9316         * src/gtk/gtksourceprintjob.c
9317         * src/gtk/gtksourceprintjob.h
9318                 Revert previous patch. It'd be better to remove
9319                 OpenSSL instead, as GnuTLS works as well.
9320
9321 2008-10-09 [colin]      3.6.0cvs19
9322
9323         * configure.ac
9324         * src/Makefile.am
9325         * src/crash.c
9326         * src/gedit-print.c
9327         * src/gedit-print.h
9328         * src/main.c
9329         * src/mainwindow.c
9330         * src/messageview.c
9331         * src/prefs_ext_prog.c
9332         * src/prefs_fonts.c
9333         * src/prefs_image_viewer.c
9334         * src/printing.c
9335         * src/printing.h
9336         * src/summaryview.c
9337         * src/gtk/Makefile.am
9338         * src/gtk/about.c
9339         * src/gtk/gtksourceprintjob.c
9340         * src/gtk/gtksourceprintjob.h
9341                 Remove the libgnomeprint interface (deprecated,
9342                 and fixes Debian's #501570, 'Copyright confusion')
9343
9344 2008-10-09 [colin]      3.6.0cvs18
9345
9346         * configure.ac
9347                 Require libetpan 0.57 (important fixes)
9348
9349 2008-10-08 [paul]       3.6.0cvs17
9350
9351         * src/prefs_filtering_action.c
9352         * src/prefs_matcher.c
9353                 enable re-ordering of the filtering/processing
9354                 condition and actions lists by drag'n'drop
9355
9356 2008-10-08 [colin]      3.6.0cvs16
9357
9358         * src/addressbook.c
9359                 Fix wrong menu title
9360
9361 2008-10-07 [colin]      3.6.0cvs15
9362
9363         * src/imap.c
9364                 After thinking, revert this. It's only a minor
9365                 annoyance to GSSAPI users, and I can't test this
9366                 right now. Postponed until after next good release.
9367
9368 2008-10-07 [colin]      3.6.0cvs14
9369
9370         * src/imap.c
9371                 Don't ask for a password when using GSSAPI
9372
9373 2008-10-07 [colin]      3.6.0cvs13
9374
9375         * src/mainwindow.c
9376                 Fix build with GTK+ < 2.14
9377
9378 2008-10-07 [colin]      3.6.0cvs12
9379
9380         * src/mainwindow.c
9381         * src/mainwindow.h
9382         * src/prefs_common.c
9383         * src/prefs_common.h
9384         * src/summaryview.c
9385         * src/gtk/colorlabel.c
9386                 Fix bug 1749, 'Shortcut keys for color labels 
9387                 not changeable'
9388                 Make fullscreen a setting remembered between
9389                 sessions
9390
9391 2008-10-07 [colin]      3.6.0cvs11
9392
9393         * src/prefs_other.c
9394                 Fix bug 1747, 'Wanderlust keybindings no longer 
9395                 working (regression)'
9396
9397 2008-10-07 [colin]      3.6.0cvs10
9398
9399         * src/mainwindow.c
9400                 Make fullscreen a real menu item
9401
9402 2008-10-07 [colin]      3.6.0cvs9
9403
9404         * src/mainwindow.c
9405                 Make sure we won't save size when
9406                 fullscreening
9407
9408 2008-10-06 [colin]      3.6.0cvs8
9409
9410         * src/mainwindow.c
9411         * src/mainwindow.h
9412                 Handle fullscreen via F11. Patch by
9413                 Michael Rasmussen
9414
9415 2008-10-06 [colin]      3.6.0cvs7
9416
9417         * src/common/ssl.c
9418                 Fix return value when setting client cert
9419
9420 2008-10-04 [colin]      3.6.0cvs6
9421
9422         * src/mimeview.c
9423                 Fix bug 1742, 'Attachment list contents not 
9424                 visible/scrollable'
9425
9426 2008-10-04 [paul]       3.6.0cvs5
9427
9428         * src/mainwindow.c
9429                 fix failure of Hide toolbar option on restart
9430
9431 2008-10-04 [colin]      3.6.0cvs4
9432
9433         * src/addressbook.c
9434         * src/compose.c
9435         * src/mainwindow.c
9436         * src/messageview.c
9437         * src/summaryview.c
9438                 Maemo: Fix bug 1737, Crashes upon opening
9439
9440 2008-10-04 [paul]       3.6.0cvs3
9441
9442         * po/pt_BR.po
9443                 submitted (just a little late) by Frederico
9444                 Goncalves Guimaraes
9445
9446 2008-10-03 [wwp]        3.6.0cvs2
9447
9448         * po/fr.po
9449                 Many fixes, mostly in menus and accelerators.
9450
9451 2008-10-03 [colin]      3.6.0cvs1
9452
9453         * src/gtk/filesel.c
9454                 Allow network mounts with new GTKs: they're
9455                 available via FUSE mounts and we don't need
9456                 GVFS.
9457
9458 2008-10-03 [paul]       3.6.0
9459
9460         * NEWS
9461         * README
9462         * RELEASE_NOTES 
9463                 3.6.0 released!
9464
9465 2008-10-03 [paul]       3.5.0cvs145
9466
9467         * configure.ac
9468         * po/bg.po
9469         * po/nl.po
9470         * po/ru.po
9471         * po/sv.po
9472                 new translations. added by Yasen Pramatarov,
9473                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9474         * po/ca.po
9475         * po/de.po
9476         * po/fi.po
9477         * po/fr.po
9478         * po/hu.po
9479         * po/it.po
9480         * po/pl.po
9481         * po/zh_CN.po
9482                 updated translations. submitted by Miquel Oliete,
9483                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9484                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9485
9486 2008-10-02 [colin]      3.5.0cvs144
9487
9488         * src/common/session.c
9489                 Fix crash when connection fails on windows
9490
9491 2008-10-01 [colin]      3.5.0cvs143
9492
9493         * src/imap.c
9494                 Real fix for FS-unsafe chars on win32
9495
9496 2008-10-01 [colin]      3.5.0cvs142
9497
9498         * src/imap.c
9499                 Encode prohibited filenames on win32
9500
9501 2008-09-30 [mones]      3.5.0cvs141
9502
9503         * src/ldapctrl.c
9504         * src/main.c
9505         * src/prefs_themes.c
9506         * src/printing.c
9507                 Fix output of some debug messages
9508
9509 2008-09-30 [colin]      3.5.0cvs140
9510
9511         * src/addrbook.c
9512         * src/addrharvest.c
9513         * src/compose.c
9514         * src/jpilot.c
9515         * src/mh.c
9516         * src/prefs_themes.c
9517         * src/procheader.c
9518         * src/procmime.c
9519         * src/summaryview.c
9520         * src/common/utils.c
9521         * src/gtk/sslcertwindow.c
9522                 Win32: Fix time usage; use g_stat
9523
9524 2008-09-29 [colin]      3.5.0cvs139
9525
9526         * src/common/utils.c
9527                 Fix case-sensitive match of subject
9528                 prefixes on win32
9529
9530 2008-09-29 [colin]      3.5.0cvs138
9531
9532         * src/folder_item_prefs.c
9533         * src/folder_item_prefs.h
9534         * src/matcher.c
9535         * src/prefs_folder_item.c
9536         * src/prefs_matcher.c
9537         * src/summaryview.c
9538         * src/common/string_match.c
9539         * src/common/utils.c
9540                 Fix a huge leak (dozens of megs per folder
9541                 change) on Windows: disable regexps 
9542
9543 2008-09-28 [paul]       3.5.0cvs137
9544
9545         * po/en_GB.po
9546                 updated
9547
9548 2008-09-27 [colin]      3.5.0cvs136
9549
9550         * src/account.c
9551         * src/account.h
9552                 Add accessor for cur_account
9553
9554 2008-09-27 [colin]      3.5.0cvs135
9555
9556         * src/imap.c
9557                 Fix crash when error happen on session establishment
9558
9559 2008-09-26 [mones]      3.5.0cvs134
9560
9561         * po/es.po
9562                 Updated for release
9563
9564 2008-09-26 [colin]      3.5.0cvs133
9565
9566         * src/plugins/pgpcore/claws.def
9567                 Fix symbol
9568
9569 2008-09-26 [colin]      3.5.0cvs132
9570
9571         * src/prefs_common.c
9572         * src/prefs_common.h
9573         * src/plugins/pgpcore/pgp_viewer.c
9574                 Add an accessor to prefs_common for plugins
9575                 (Win32 fix)
9576
9577 2008-09-25 [colin]      3.5.0cvs131
9578
9579         * src/main.c
9580                 Fix bug 1725, 'useless lines in clawsrc'
9581         * src/plugins/smime/mypgpcore.def
9582                 Add a missing symbol
9583
9584 2008-09-25 [paul]       3.5.0cvs130
9585
9586         * src/plugins/smime/mypgpcore.def
9587         * src/plugins/smime/plugin.def
9588         * src/plugins/smime/version.rc
9589                 add these windows-specific files
9590                 (Thanks to Colin)
9591
9592 2008-09-25 [colin]      3.5.0cvs129
9593
9594         * src/main.c
9595                 Load standard plugins only on first run
9596
9597 2008-09-25 [colin]      3.5.0cvs128
9598
9599         * src/codeconv.c
9600                 Fix build...
9601
9602 2008-09-24 [colin]      3.5.0cvs127
9603
9604         * src/codeconv.c
9605                 Add nb_NO's charset (iso-8859-1)
9606
9607 2008-09-24 [colin]      3.5.0cvs126
9608
9609         * src/common/utils.c
9610                 Fix get_mail_base_dir() on windows
9611                 (was synced from main ages ago)
9612
9613 2008-09-24 [colin]      3.5.0cvs125
9614
9615         * src/main.c
9616         * src/wizard.c
9617                 Integrate better with Windows' style
9618
9619 2008-09-23 [paul]       3.5.0cvs124
9620
9621         * src/compose.c
9622         * src/mainwindow.c
9623         * src/messageview.c
9624                 offer these strings to translators too 
9625
9626 2008-09-23 [colin]      3.5.0cvs123
9627
9628         * configure.ac
9629                 Add a --disable-dbus flag in case we want
9630                 no DBUS even if headers are available (like
9631                 for building gpg4win)
9632         * src/filtering.c
9633         * src/mainwindow.c
9634         * src/prefs_logging.c
9635         * src/common/utils.c
9636         * src/plugins/pgpcore/sgpgme.c
9637         * src/plugins/smime/claws.def
9638                 Windows fixes:
9639                 - disable filtering log (it's crashy for
9640                   some reason)
9641                 - fix gmtime_r when time is -1 (before 01/01/70)
9642                 - add symbols for smime
9643
9644 2008-09-22 [colin]      3.5.0cvs122
9645
9646         * src/common/utils.c
9647         * src/account.c
9648                 Remove raw printf
9649         * src/compose.c
9650                 Fix cursor position after changing account
9651         * src/imap.c
9652         * src/mimeview.c
9653         * src/news.c
9654                 Fix absolute path detection 
9655
9656 2008-09-21 [colin]      3.5.0cvs121
9657
9658         * src/gtk/gtkaspell.c
9659                 Don't try to use empty dictionaries
9660
9661 2008-09-20 [colin]      3.5.0cvs120
9662
9663         * po/POTFILES.in
9664                 Add the new files to the translations
9665
9666 2008-09-20 [colin]      3.5.0cvs119
9667
9668         * configure.ac
9669         * src/plugins/Makefile.am
9670         * src/plugins/smime/Makefile.am
9671         * src/plugins/smime/plugin.c
9672         * src/plugins/smime/smime.c
9673         * src/plugins/smime/smime.deps
9674         * src/plugins/smime/smime.h
9675                 Include S/Mime plugin in the main plugins
9676                 Will ease the Gpg4win team's work
9677
9678 2008-09-20 [colin]      3.5.0cvs118
9679
9680         * src/autofaces.c
9681         * src/compose.c
9682         * src/ldapquery.c
9683         * src/main.c
9684         * src/news.c
9685         * src/common/socket.c
9686         * src/gtk/gtkutils.c
9687         * src/plugins/pgpcore/claws.def
9688                 Windows: more fixes, thanks to wwp and
9689                 Marcus Brinkmann
9690
9691 2008-09-20 [colin]      3.5.0cvs117
9692
9693         * src/imap.c
9694                 Tell on which server errors happened
9695
9696 2008-09-20 [colin]      3.5.0cvs116
9697
9698         * src/etpan/etpan-thread-manager.c
9699         * src/etpan/imap-thread.c
9700         * src/etpan/nntp-thread.c
9701                 Windows: Fix hang on IMAP/NNTP
9702
9703 2008-09-20 [colin]      3.5.0cvs115
9704
9705         * src/common/utils.c
9706                 Fix bug 1723, "Buffer overflow crash caused by 
9707                 preview in 'Date format help' dialog box"
9708                 Also, optimise fast_strftime a bit :)
9709
9710 2008-09-18 [colin]      3.5.0cvs114
9711
9712         * src/procmime.c
9713         * src/textview.c
9714                 Check for NULLs before str* functions
9715
9716 2008-09-18 [colin]      3.5.0cvs113
9717
9718         * src/messageview.c
9719         * src/procmime.c
9720         * src/textview.c
9721                 Handle html parts in multipart/related
9722                 Decode ISO-8859-1 as Windows-1252 (the former
9723                 is a subset of the latter) in order to 
9724                 workaround Outlook mails misencoding
9725         * src/gtk/logwindow.c
9726         * src/gtk/logwindow.h
9727                 Clear mainwindow's error pixmap when the
9728                 error scrolls out of the log
9729
9730 2008-09-17 [colin]      3.5.0cvs112
9731
9732         * src/image_viewer.c
9733                 Fix image loading (multiple childs added to 
9734                 scrolledwindow, break of the resize functionality)
9735         * src/account.c
9736         * src/prefs_folder_item.c
9737         * src/prefs_spelling.c
9738         * src/gtk/gtkaspell.c
9739                 Better fix problems with dictionaries updates
9740
9741 2008-09-17 [colin]      3.5.0cvs111
9742
9743         * src/common/utils.c
9744                 Fix double-opening (fixes multiple signatures when
9745                 using signify)
9746
9747 2008-09-16 [colin]      3.5.0cvs110
9748
9749         * src/prefs_account.c
9750         * src/prefs_folder_item.c
9751         * src/prefs_spelling.c
9752         * src/gtk/gtkaspell.c
9753                 Better stripping of aspell dictionaries names
9754
9755 2008-09-16 [colin]
9756
9757         * 3.6.0-rc1 released
9758
9759 2008-09-16 [colin]      3.5.0cvs109
9760
9761         * src/account.c
9762         * src/inc.c
9763         * src/mainwindow.c
9764         * src/prefs_account.h
9765         * src/prefs_other.c
9766         * src/send_message.c
9767         * src/gtk/inputdialog.c
9768                 Don't add a pref to allow remembering passwords
9769                 (Just not checking the checkbox is enough)
9770
9771 2008-09-16 [colin]      3.5.0cvs108
9772
9773         * configure.ac
9774                 Require libetpan 0.56 as 0.55 is crashy
9775         * src/messageview.c
9776                 Fix english
9777         * src/gtk/inputdialog.c
9778         * src/gtk/inputdialog.h
9779                 Fix warnings
9780
9781 2008-09-16 [wwp]        3.5.0cvs107
9782
9783         * src/compose.c
9784                 Complete 3.5.0cvs106 by removing a function that got
9785                 moved to account.[ch].
9786
9787 2008-09-16 [wwp]        3.5.0cvs106
9788
9789         * src/account.c
9790         * src/account.h
9791         * src/compose.c
9792         * src/quote_fmt.c
9793         * src/quote_fmt_lex.l
9794         * src/quote_fmt_parse.y
9795                 Add account signature (path and value string) manipulation
9796                 keywords to the template processor. It's now possible in
9797                 all templates to insert the account signature to an
9798                 arbitrary location or to pass it to a external script for
9799                 further editing.
9800
9801
9802 2008-09-16 [mones]      3.5.0cvs105
9803
9804         * src/imap.c
9805         * src/inc.c
9806         * src/mainwindow.c
9807         * src/mainwindow.h
9808         * src/news.c
9809         * src/prefs_account.h
9810         * src/prefs_common.c
9811         * src/prefs_common.h
9812         * src/prefs_other.c
9813         * src/send_message.c
9814         * src/gtk/inputdialog.c
9815         * src/gtk/inputdialog.h
9816                 Implement session passwords: unsaved passwords for receiving
9817                 or sending of accounts can be remembered while running to 
9818                 avoid repetitive typing.
9819                 As keeping passwords in memory is unsafe a new preference 
9820                 in Other page is added to activate or not such capability.
9821
9822 2008-09-14 [colin]      3.5.0cvs104
9823
9824         * src/codeconv.c
9825         * src/codeconv.h
9826                 Make conv_iconv_strdup static
9827
9828 2008-09-12 [colin]      3.5.0cvs103
9829
9830         * claws-mail.pc.in
9831         * src/Makefile.am
9832         * src/compose.c
9833         * src/compose.h
9834         * src/crash.c
9835         * src/folder_item_prefs.c
9836         * src/folder_item_prefs.h
9837         * src/main.c
9838         * src/prefs_account.c
9839         * src/prefs_common.c
9840         * src/prefs_common.h
9841         * src/prefs_folder_item.c
9842         * src/prefs_spelling.c
9843         * src/prefs_template.c
9844         * src/quote_fmt.h
9845         * src/quote_fmt_parse.y
9846         * src/toolbar.c
9847         * src/toolbar.h
9848         * src/gtk/Makefile.am
9849         * src/gtk/about.c
9850         * src/gtk/filesel.c
9851         * src/gtk/gtkaspell.c
9852         * src/gtk/gtkaspell.h
9853         * src/plugins/bogofilter/Makefile.am
9854         * src/plugins/dillo_viewer/Makefile.am
9855         * src/plugins/spamassassin/Makefile.am
9856         * src/plugins/trayicon/Makefile.am
9857                 Switch spellchecker to Enchant
9858
9859 2008-09-12 [paul]       3.5.0cvs102
9860
9861         * tools/README
9862         * tools/csv2addressbook.pl
9863                 add support for Fox Mail
9864
9865 2008-09-12 [paul]       3.5.0cvs101
9866
9867         * src/compose.c
9868         * src/prefs_wrapping.c
9869                 changes to English
9870
9871 2008-09-12 [paul]       3.5.0cvs100
9872
9873         * configure.ac
9874                 revert cvs99's libenchant commit error
9875
9876 2008-09-12 [colin]      3.5.0cvs99
9877
9878         * src/inc.c
9879                 Only go to inbox if there are new mails
9880                 (and fetch was manual)
9881
9882 2008-09-10 [colin]      3.5.0cvs98
9883
9884         * src/inc.c
9885         * src/summaryview.c
9886         * src/common/session.c
9887                 Use g_timeout_add_seconds instead of g_timeout_add
9888                 on glib >= 2.14 when we don't need precision on the 
9889                 delay. This helps reducing power consumption:
9890                 http://mjg59.livejournal.com/74651.html
9891
9892 2008-09-10 [colin]      3.5.0cvs97
9893
9894         * src/compose.c
9895                 Don't save window size and position when
9896                 compose is hidden (filtering action)
9897
9898 2008-09-09 [colin]      3.5.0cvs96
9899
9900         * src/action.h
9901         * src/addr_compl.c
9902         * src/addressadd.c
9903         * src/addressbook.h
9904         * src/addressbook_foldersel.c
9905         * src/addressitem.h
9906         * src/addrgather.c
9907         * src/alertpanel.c
9908         * src/browseldap.c
9909         * src/editaddress.c
9910         * src/editaddress_other_attributes_ldap.h
9911         * src/editbook.c
9912         * src/editjpilot.c
9913         * src/editldap.c
9914         * src/editldap_basedn.c
9915         * src/editvcard.c
9916         * src/exphtmldlg.c
9917         * src/expldifdlg.c
9918         * src/export.c
9919         * src/foldersel.c
9920         * src/foldersel.h
9921         * src/gedit-print.c
9922         * src/gedit-print.h
9923         * src/grouplistdialog.c
9924         * src/headerview.c
9925         * src/headerview.h
9926         * src/image_viewer.c
9927         * src/import.c
9928         * src/importldif.c
9929         * src/importmutt.c
9930         * src/importpine.c
9931         * src/inc.c
9932         * src/main.c
9933         * src/main.h
9934         * src/messageview.c
9935         * src/messageview.h
9936         * src/noticeview.c
9937         * src/prefs_actions.c
9938         * src/prefs_filtering.c
9939         * src/prefs_folder_column.c
9940         * src/prefs_gtk.h
9941         * src/prefs_summary_column.c
9942         * src/prefs_toolbar.c
9943         * src/send_message.c
9944         * src/setup.c
9945         * src/sourcewindow.c
9946         * src/sourcewindow.h
9947         * src/ssl_manager.c
9948         * src/statusbar.c
9949         * src/statusbar.h
9950         * src/stock_pixmap.c
9951         * src/stock_pixmap.h
9952         * src/summaryview.c
9953         * src/textview.c
9954         * src/textview.h
9955         * src/undo.h
9956         * src/uri_opener.c
9957         * src/wizard.c
9958         * src/wizard.h
9959         * src/common/ssl.h
9960         * src/common/utils.c
9961         * src/gtk/about.c
9962         * src/gtk/colorlabel.c
9963         * src/gtk/colorlabel.h
9964         * src/gtk/combobox.h
9965         * src/gtk/description_window.c
9966         * src/gtk/filesel.c
9967         * src/gtk/gtkaspell.c
9968         * src/gtk/gtkaspell.h
9969         * src/gtk/gtkcmclist.c
9970         * src/gtk/gtkcmclist.h
9971         * src/gtk/gtkcmctree.c
9972         * src/gtk/gtkcmctree.h
9973         * src/gtk/gtkcmoptionmenu.h
9974         * src/gtk/gtksctree.c
9975         * src/gtk/gtksctree.h
9976         * src/gtk/gtkshruler.c
9977         * src/gtk/gtkshruler.h
9978         * src/gtk/gtksourceprintjob.c
9979         * src/gtk/gtksourceprintjob.h
9980         * src/gtk/gtkutils.c
9981         * src/gtk/gtkutils.h
9982         * src/gtk/gtkvscrollbutton.c
9983         * src/gtk/gtkvscrollbutton.h
9984         * src/gtk/icon_legend.c
9985         * src/gtk/inputdialog.c
9986         * src/gtk/logwindow.c
9987         * src/gtk/logwindow.h
9988         * src/gtk/manage_window.c
9989         * src/gtk/manage_window.h
9990         * src/gtk/menu.c
9991         * src/gtk/prefswindow.c
9992         * src/gtk/progressdialog.c
9993         * src/gtk/progressdialog.h
9994         * src/plugins/bogofilter/bogofilter_gtk.c
9995         * src/plugins/pgpcore/passphrase.c
9996         * src/plugins/spamassassin/spamassassin_gtk.c
9997         * src/plugins/trayicon/trayicon.c
9998         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9999         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
10000         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
10001         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10002         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
10003                 Complete GTK+ 2.14 undeprecation
10004                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
10005
10006 2008-09-09 [colin]      3.5.0cvs95
10007
10008         * src/gtk/gtkcmclist.h
10009                 Fix build on GTK+ 2.14
10010
10011 2008-09-08 [colin]      3.5.0cvs94
10012
10013         * src/noticeview.c
10014         * src/noticeview.h
10015                 Remove GtkSignalFunc
10016
10017 2008-09-07 [colin]      3.5.0cvs93
10018
10019         * src/addressadd.c
10020         * src/addressbook_foldersel.c
10021         * src/gtk/gtkcmclist.c
10022         * src/gtk/gtkcmclist.h
10023         * src/gtk/gtkcmctree.c
10024         * src/gtk/gtkcmctree.h
10025         * src/gtk/gtksctree.c
10026         * src/gtk/prefswindow.c
10027         * src/gtk/prefswindow.h
10028                 Use GDestroyNotify instead of GtkDestroyNotify
10029                 (deprecated in GTK+ 2.14)
10030
10031 2008-09-07 [colin]      3.5.0cvs92
10032
10033         * src/textview.c
10034                 Fix bug 1712, 'invalid "Phishing attempt warning" 
10035                 when linked text ends with spaces'
10036
10037 2008-09-05 [colin]      3.5.0cvs91
10038
10039         * src/procmime.c
10040                 Maybe fix bug 1711, 'Save-as attachment crashes'
10041                 Possibly wrong free() due to pointer shifting
10042
10043 2008-09-05 [colin]      3.5.0cvs90
10044
10045         * src/compose.c
10046                 Fix bug 1710, 'User misreads "Discard Message" 
10047                 as "Discard Changes"'. Propose to save or discard
10048                 only the latest changes when closing an existing
10049                 draft. Autosave may still have saved parts of the
10050                 edit session.
10051
10052 2008-09-04 [colin]      3.5.0cvs89
10053
10054         * src/summaryview.c
10055                 Fix bug 1707, 'Segfault when sorting on non-visible column'
10056
10057 2008-09-01 [colin]      3.5.0cvs88
10058
10059         * src/imap.c
10060         * src/summaryview.c
10061         * src/common/tags.c
10062         * src/etpan/imap-thread.c
10063         * src/etpan/imap-thread.h
10064                 Store spam flag on IMAP (Junk/NonJunk, as 
10065                 ThunderBird does - this is nonstandard)
10066
10067 2008-08-31 [wwp]        3.5.0cvs87
10068
10069         * ChangeLog
10070                 Fix globish edition^Wediting.
10071
10072 2008-08-31 [wwp]        3.5.0cvs86
10073
10074         * src/addressbook.c
10075                 Don't break nickname editing for non-LDAP books (nickname
10076                 value was overwritten when editing existing contact, this
10077                 came from 3.0.2cvs109).
10078
10079 2008-08-30 [colin]      3.5.0cvs85
10080
10081         * src/mainwindow.c
10082         * src/summaryview.c
10083                 Fix "Apply tags..." key shortcut
10084
10085 2008-08-29 [iwkse]      3.5.0cvs84
10086
10087         * src/summaryview.c
10088                         Bit of clean:)
10089
10090 2008-08-29 [iwkse]      3.5.0cvs83
10091
10092         * src/summaryview.c
10093                         Disable "Move to trash" action if
10094                         we are in a trash-like folder.
10095                         Thanks to colinl
10096
10097 2008-08-29 [paul]       3.5.0cvs82
10098
10099         * configure.ac
10100                 bump up libetpan version requirement since
10101                 0.55 is released now
10102
10103 2008-08-28 [wwp]        3.5.0cvs81
10104
10105         * src/account.c
10106         * src/pop.c
10107         * src/prefs_account.c
10108         * src/prefs_account.h
10109                 Add finer granularity to the POP3's remove-after delay (now in
10110                 hours in addition to in days), patch by Paul Rolland.
10111
10112 2008-08-28 [wwp]        3.5.0cvs80
10113
10114         * src/gtk/combobox.c
10115                 Fix a typo in a comment.
10116
10117 2008-08-28 [iwkse]      3.5.0cvs79
10118
10119         * src/account.c
10120         * src/prefs_actions.c
10121         * src/prefs_filtering.c
10122         * src/prefs_template.c
10123                         Add search feature to the account, 
10124                         template and action dialog.
10125                         It's turned on selecting one row
10126                         of the list and typing some random
10127                         letter. Thanks to wwp, colinl
10128
10129 2008-08-28 [colin]      3.5.0cvs78
10130
10131         * src/Makefile.am
10132         * src/account.c
10133         * src/compose.c
10134         * src/prefs_account.c
10135         * src/prefs_account.h
10136         * src/privacy.c
10137         * src/privacy.h
10138         * src/procmime.c
10139         * src/stock_pixmap.c
10140         * src/stock_pixmap.h
10141         * src/summaryview.c
10142         * src/pixmaps/key_gpg_signed.xpm
10143                 Fix bug 1412, "Sign reply, if mail was signed"
10144                 Add an account preference to sign replies to signed mails
10145
10146 2008-08-28 [iwkse]      3.5.0cvs77
10147
10148         * src/prefs_filtering.c
10149                 Making the search more useful,
10150                 jumping directly to the relative rule.
10151
10152 2008-08-27 [colin]      3.5.0cvs76
10153
10154         * src/main.c
10155                 Add a bit of info
10156
10157 2008-08-27 [colin]      3.5.0cvs75
10158
10159         * src/gtk/gtkcmctree.c
10160                 Fix a few ifdefs
10161
10162 2008-08-26 [colin]      3.5.0cvs74
10163
10164         * src/gtk/gtkcmctree.c
10165                 Fix missing inits on old glib
10166
10167 2008-08-26 [wwp]        3.5.0cvs73
10168
10169         * src/common/utils.c
10170                 Added 'Fwd' to the list of known common subject prefixes.
10171
10172 2008-08-25 [iwkse]      3.5.0cvs72
10173
10174         * src/image_viewer.c
10175                 Add animated gif support to the
10176                 message preview.
10177
10178 2008-08-25 [colin]      3.5.0cvs71
10179
10180         * src/gtk/gtkcmctree.c
10181                 Make sure work isn't null
10182
10183 2008-08-24 [colin]      3.5.0cvs70
10184
10185         * src/common/ssl.c
10186                 Fix typo on SSL_CERT_DIR
10187
10188 2008-08-23 [holger]     3.5.0cvs69
10189
10190         * src/printing.c
10191                 Fix bug 1699 'Separator line mis-placed when
10192                 printing some e-mails'. The number of header lines
10193                 was not correctly calculated when Pango inserts
10194                 linebreaks
10195
10196 2008-08-23 [colin]      3.5.0cvs68
10197
10198         * src/mainwindow.c
10199                 Fix the account selector button; thanks
10200                 to wwp
10201
10202 2008-08-21 [colin]      3.5.0cvs67
10203
10204         * src/compose.c
10205         * src/compose.h
10206                 Add a compose preference for auto-indent
10207         * src/mainwindow.c
10208         * src/summaryview.c
10209                 Make colorlabel accels a bit less hacky
10210
10211 2008-08-21 [colin]      3.5.0cvs66
10212
10213         * src/compose.c
10214         * src/prefs_common.c
10215         * src/prefs_common.h
10216         * src/prefs_wrapping.c
10217                 Add a preference for autoindent; fix no_join tag
10218                 being applied to whole lines instead of just \n when
10219                 creating a line 
10220
10221 2008-08-21 [colin]      3.5.0cvs65
10222
10223         * src/compose.c
10224                 Add support for auto-indentation
10225
10226 2008-08-19 [colin]      3.5.0cvs64
10227
10228         * src/compose.c
10229                 Save Autowrap status in drafts/queued mails
10230
10231 2008-08-19 [colin]      3.5.0cvs63
10232
10233         * src/mainwindow.c
10234                 Fix a comment (in reality, test commit on
10235                 the new CVS server)
10236
10237 2008-08-17 [colin]      3.5.0cvs62
10238
10239         * src/prefs_actions.c
10240         * src/procmime.c
10241         * src/wizard.c
10242         * src/common/socket.h
10243         * src/gtk/gtkcmctree.c
10244                 Fix warnings
10245
10246 2008-08-16 [colin]      3.5.0cvs61
10247
10248         * src/editaddress_other_attributes_ldap.h
10249                 Add 'l' field (localityName)
10250
10251 2008-08-16 [colin]      3.5.0cvs60
10252
10253         * src/mainwindow.c
10254         * src/gtk/gtkcmclist.c
10255         * src/gtk/gtkcmclist.h
10256         * src/gtk/gtkcmctree.c
10257         * src/gtk/gtksctree.c
10258         * src/gtk/gtkutils.c
10259         * src/gtk/gtkvscrollbutton.c
10260                 Fix Maemo build (OS2007)
10261
10262 2008-08-14 [colin]      3.5.0cvs59
10263
10264         * src/folder.c
10265                 Don't crash if parent is null when creating
10266                 a folder
10267         * src/gtk/pluginwindow.c
10268                 Don't crash on race when closing window while
10269                 a plugin is loading and does gtk_iterations
10270
10271 2008-08-13 [colin]      3.5.0cvs58
10272
10273         * src/messageview.c
10274         * src/messageview.h
10275         * src/mimeview.c
10276                 Fix bug 1696, 'Viewing binary attachements 
10277                 as text over 1 MB' (various buglets)
10278
10279 2008-08-10 [colin]      3.5.0cvs57
10280
10281         * src/summaryview.c
10282         * src/gtk/gtkcmclist.c
10283                 Continue fixing GTK < 2.12 build, thanks to
10284                 Michael Hugues
10285
10286 2008-08-10 [colin]      3.5.0cvs56
10287
10288         * src/gtk/gtksctree.c
10289                 Fix build on GTK < 2.12
10290
10291 2008-08-09 [colin]      3.5.0cvs55
10292
10293         * src/mainwindow.c
10294                 Fix untranslatable strings, thanks to
10295                 Stephan Sachse
10296
10297 2008-08-07 [colin]      3.5.0cvs54
10298
10299         * src/compose.c
10300         * src/editaddress.c
10301         * src/folderview.c
10302         * src/mainwindow.c
10303         * src/message_search.c
10304         * src/mimeview.c
10305         * src/noticeview.c
10306         * src/prefs_account.c
10307         * src/prefs_common.c
10308         * src/prefs_customheader.c
10309         * src/prefs_ext_prog.c
10310         * src/prefs_filtering_action.c
10311         * src/prefs_gtk.c
10312         * src/prefs_logging.c
10313         * src/prefs_matcher.c
10314         * src/prefs_msg_colors.c
10315         * src/procmime.c
10316         * src/summary_search.c
10317         * src/summaryview.c
10318         * src/toolbar.c
10319         * src/gtk/colorsel.c
10320         * src/gtk/gtkaspell.c
10321         * src/gtk/gtkutils.c
10322         * src/gtk/gtkutils.h
10323         * src/gtk/inputdialog.c
10324         * src/gtk/pluginwindow.c
10325         * src/gtk/quicksearch.c
10326         * src/plugins/bogofilter/bogofilter_gtk.c
10327         * src/plugins/dillo_viewer/dillo_prefs.c
10328         * src/plugins/spamassassin/spamassassin_gtk.c
10329                 - Fix Ctrl-Space shortcut
10330                 - Fix mime-parsing bug in procmime (cvs52)
10331                 - Fix double-free in procmime (cvs52)
10332                 - Use gtk_bin_get_child instead of GTK_BIN()->child
10333                 - Fix Goto menu in mainwindow
10334
10335 2008-08-07 [mones]      3.5.0cvs53
10336
10337         * po/es.po
10338                 Updated translation (lots of changes!)
10339         * src/compose.c
10340                 Add missing accelerator key
10341         * src/mainwindow.c
10342                 Restored 'v' key function (thanks Colin!)
10343
10344 2008-08-06 [colin]      3.5.0cvs52
10345
10346         * src/addrbook.c
10347         * src/addrcindex.c
10348         * src/addrduplicates.c
10349         * src/addrharvest.c
10350         * src/enriched.c
10351         * src/html.c
10352         * src/ldif.c
10353         * src/mimeview.c
10354         * src/mutt.c
10355         * src/pine.c
10356         * src/procmime.c
10357         * src/vcard.c
10358         * src/wizard.c
10359                 Fix my use of g_utf8_strdown (it returns
10360                 a newly allocated string and doesn't
10361                 change the parameter)
10362
10363 2008-08-06 [colin]      3.5.0cvs51
10364
10365         * src/compose.c
10366                 Fix bug 1690, 'Copy/Paste in edit window may 
10367                 break Undo'; middle-click pastes aren't 
10368                 REPLACE_INSERT but just INSERT. 
10369                 Also, fix privacy menu selection
10370
10371 2008-08-05 [colin]      3.5.0cvs50
10372
10373         * src/action.c
10374         * src/addr_compl.c
10375         * src/addrbook.c
10376         * src/addrcindex.c
10377         * src/addrduplicates.c
10378         * src/addrharvest.c
10379         * src/enriched.c
10380         * src/html.c
10381         * src/ldif.c
10382         * src/main.c
10383         * src/mimeview.c
10384         * src/mutt.c
10385         * src/pine.c
10386         * src/procmime.c
10387         * src/vcard.c
10388         * src/wizard.c
10389         * src/common/socket.c
10390         * src/gtk/gtkutils.c
10391         * src/gtk/gtkutils.h
10392         * src/gtk/menu.c
10393         * src/plugins/spamassassin/spamassassin.c
10394                 More undeprecation (Glib)
10395
10396 2008-08-05 [colin]      3.5.0cvs49
10397
10398         * src/prefs_account.c
10399         * src/prefs_filtering_action.c
10400         * src/prefs_matcher.c
10401         * src/gtk/Makefile.am
10402         * src/gtk/claws-marshal.list
10403         * src/gtk/colorlabel.c
10404         * src/gtk/colorsel.c
10405         * src/gtk/foldersort.c
10406         * src/gtk/gtkaspell.c
10407         * src/gtk/gtkcmclist.c
10408         * src/gtk/gtkcmclist.h
10409         * src/gtk/gtkcmctree.c
10410         * src/gtk/gtkcmctree.h
10411         * src/gtk/gtkcmoptionmenu.c
10412         * src/gtk/gtkcmoptionmenu.h
10413         * src/gtk/gtksctree.c
10414         * src/gtk/gtksctree.h
10415         * src/gtk/gtkutils.c
10416         * src/gtk/gtkutils.h
10417         * src/gtk/gtkvscrollbutton.c
10418         * src/gtk/menu.c
10419         * src/gtk/menu.h
10420         * src/gtk/quicksearch.c
10421         * src/plugins/dillo_viewer/dillo_viewer.c
10422         * src/plugins/pgpcore/select-keys.c
10423                 Try to finish yesterday's commit
10424
10425 2008-08-04 [colin]      3.5.0cvs48
10426
10427         * src/addressadd.c
10428         * src/addressbook.c
10429         * src/addressbook_foldersel.c
10430         * src/addressitem.h
10431         * src/addrgather.c
10432         * src/browseldap.c
10433         * src/compose.c
10434         * src/compose.h
10435         * src/editaddress.c
10436         * src/editaddress_other_attributes_ldap.c
10437         * src/editgroup.c
10438         * src/editldap_basedn.c
10439         * src/folderview.c
10440         * src/folderview.h
10441         * src/grouplistdialog.c
10442         * src/image_viewer.c
10443         * src/imap_gtk.c
10444         * src/importldif.c
10445         * src/main.c
10446         * src/mainwindow.c
10447         * src/message_search.c
10448         * src/mh_gtk.c
10449         * src/mimeview.c
10450         * src/mimeview.h
10451         * src/news_gtk.c
10452         * src/noticeview.h
10453         * src/prefs_account.c
10454         * src/prefs_filtering_action.c
10455         * src/prefs_matcher.c
10456         * src/prefs_msg_colors.c
10457         * src/prefs_summaries.c
10458         * src/statusbar.c
10459         * src/stock_pixmap.c
10460         * src/summary_search.c
10461         * src/summaryview.c
10462         * src/summaryview.h
10463         * src/textview.c
10464         * src/toolbar.h
10465         * src/gtk/Makefile.am
10466         * src/gtk/claws-marshal.list
10467         * src/gtk/colorsel.c
10468         * src/gtk/foldersort.c
10469         * src/gtk/gtkaspell.c
10470         * src/gtk/gtkcmclist.c
10471         * src/gtk/gtkcmclist.h
10472         * src/gtk/gtkcmctree.c
10473         * src/gtk/gtkcmctree.h
10474         * src/gtk/gtksctree.c
10475         * src/gtk/gtksctree.h
10476         * src/gtk/gtkutils.c
10477         * src/gtk/gtkutils.h
10478         * src/gtk/gtkvscrollbutton.c
10479         * src/gtk/menu.c
10480         * src/gtk/menu.h
10481         * src/gtk/quicksearch.c
10482         * src/plugins/dillo_viewer/dillo_viewer.c
10483         * src/plugins/pgpcore/select-keys.c
10484                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10485                 Undeprecate their implementation (GtkArg, GtkType, ...)
10486                 Undeprecate a few other things here and there
10487                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10488                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10489                 still have work to do
10490
10491 2008-08-04 [colin]      3.5.0cvs47
10492
10493         * src/compose.c
10494         * src/compose.h
10495         * src/toolbar.h
10496         * src/textview.c
10497         * src/stock_pixmap.c
10498         * src/statusbar.c
10499         * src/noticeview.h
10500         * src/mimeview.h
10501         * src/mainwindow.c
10502         * src/image_viewer.c
10503         * src/gtk/gtkaspell.c
10504         * src/gtk/gtkvscrollbutton.c
10505         * src/plugins/dillo_viewer/dillo_viewer.c
10506                 Undeprecate more things
10507
10508 2008-08-02 [colin]      3.5.0cvs46
10509
10510         * src/mainwindow.c
10511                 Fix toggle menu activation state
10512                 (thanks to cvs45 ;)
10513
10514 2008-08-02 [paul]       3.5.0cvs45
10515
10516         * src/mainwindow.c
10517                 fix sensitivity of
10518                 /View/Show or hide/Message View
10519
10520 2008-08-01 [paul]       3.5.0cvs44
10521
10522         * src/common/utils.c
10523         * src/plugins/pgpcore/claws.def
10524         * src/plugins/pgpinline/claws.def
10525                 fix compilation problems on mingw32,
10526                 (bug 1688) Patch by Marcus Brinkmann
10527
10528 2008-08-01 [colin]      3.5.0cvs43
10529
10530         * src/gtk/gtkutils.c
10531         * src/gtk/gtkvscrollbutton.c
10532                 Oups, fix build
10533
10534 2008-08-01 [colin]      3.5.0cvs42
10535
10536         * src/compose.c
10537         * src/foldersel.c
10538         * src/mainwindow.c
10539         * src/prefs_account.c
10540         * src/prefs_folder_item.c
10541         * src/prefs_quote.c
10542         * src/summaryview.c
10543         * src/gtk/gtkaspell.c
10544         * src/gtk/gtkutils.c
10545         * src/gtk/gtkvscrollbutton.c
10546                 Replace a few deprecated function calls
10547
10548 2008-08-01 [paul]       3.5.0cvs41
10549
10550         * src/action.c
10551                 fix crash that occurs because of recent GtkUIManager
10552                 changes. Thanks to Colin
10553
10554 2008-07-31 [colin]      3.5.0cvs40
10555
10556         * src/addressbook.c
10557         * src/compose.c
10558         * src/mainwindow.c
10559         * src/messageview.c
10560                 Some Maemo fixes
10561         * src/gtk/menu.c
10562         * src/gtk/menu.h
10563                 Remove deprecated helper funcs
10564
10565 2008-07-30 [colin]      3.5.0cvs39
10566
10567         * src/folderview.c
10568         * src/folderview.h
10569         * src/imap_gtk.c
10570         * src/mh_gtk.c
10571         * src/news_gtk.c
10572                 Move the folderview popup menu to GtkUIManager
10573
10574 2008-07-29 [colin]      3.5.0cvs38
10575
10576         * src/account.c
10577         * src/account.h
10578         * src/action.c
10579         * src/action.h
10580         * src/addressitem.h
10581         * src/compose.c
10582         * src/edittags.c
10583         * src/mainwindow.c
10584         * src/mainwindow.h
10585         * src/mimeview.c
10586         * src/summaryview.c
10587         * src/gtk/menu.c
10588         * src/gtk/menu.h
10589                 Switch the main menu to GtkUIManager
10590                 Warning fixes
10591
10592 2008-07-29 [colin]      3.5.0cvs37
10593
10594         * src/news.c
10595                 Fix bug 1684, 'view news messages with large 
10596                 attachements segfaults'
10597
10598 2008-07-29 [colin]      3.5.0cvs36
10599
10600         * src/action.c
10601         * src/action.h
10602         * src/addressbook.c
10603         * src/addressitem.h
10604         * src/compose.c
10605         * src/compose.h
10606         * src/messageview.c
10607         * src/messageview.h
10608         * src/summaryview.c
10609         * src/gtk/menu.c
10610         * src/gtk/menu.h
10611                 More switches to GtkUIManager
10612
10613 2008-07-26 [colin]      3.5.0cvs35
10614
10615         * src/gtk/menu.c
10616         * src/gtk/menu.h
10617                 Fix prototype
10618
10619 2008-07-25 [colin]      3.5.0cvs34
10620
10621         * src/addrcustomattr.c
10622         * src/addressbook.c
10623         * src/compose.c
10624         * src/editaddress.c
10625         * src/editaddress_other_attributes_ldap.h
10626         * src/edittags.c
10627         * src/mainwindow.c
10628         * src/mimeview.c
10629         * src/prefs_actions.c
10630         * src/prefs_filtering.c
10631         * src/prefs_template.c
10632         * src/summaryview.c
10633         * src/textview.c
10634         * src/textview.h
10635         * src/toolbar.c
10636         * src/gtk/about.c
10637         * src/gtk/menu.c
10638         * src/gtk/menu.h
10639         * src/plugins/trayicon/trayicon.c
10640                 More changes from GtkItemFactory to GtkUIManager
10641
10642 2008-07-25 [colin]      3.5.0cvs33
10643
10644         * src/gtk/menu.h
10645                 Add a macro to remove menu items
10646                 Make the gui_manager variable useless
10647
10648 2008-07-24 [colin]      3.5.0cvs32
10649
10650         * src/mimeview.c
10651                 Fix a gtk warning on clear
10652         * src/mainwindow.c
10653         * src/summaryview.c
10654         * src/summaryview.h
10655                 Switch the message list popup menu to
10656                 GtkUIManager
10657
10658 2008-07-23 [colin]      3.5.0cvs31
10659
10660         * src/plugins/pgpcore/pgp_viewer.c
10661         * src/plugins/pgpcore/sgpgme.c
10662                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10663                 Patch by Thomas Wiegner <wiegner@gmx.de>
10664
10665 2008-07-20 [paul]       3.5.0cvs30
10666
10667         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10668                 remove redundant GTK version check
10669
10670 2008-07-20 [ticho]      3.5.0cvs29
10671
10672         * src/folderview.c
10673         * src/imap_gtk.c
10674         * src/news_gtk.c
10675                 Moved sensitivity setting for "Download messages" for IMAP and
10676                 news folders from folderview.c to imap_gtk.c and news_gtk.c
10677                 respectively for better code readability.
10678                 Fixed indentation in news' set_sensitivity().
10679
10680 2008-07-20 [paul]       3.5.0cvs28
10681
10682         * src/addrgather.c
10683                 remove more redundant code following cvs27
10684
10685 2008-07-20 [paul]       3.5.0cvs27
10686
10687         * src/addrgather.c
10688                 remove now redundant code
10689         * src/mainwindow.c
10690         * src/mainwindow.h
10691                 fix bug 1673, 'Tools/Harvest adresses is
10692                 grayed out if folder is empty'
10693
10694 2008-07-19 [ticho]      3.5.0cvs26
10695
10696         * src/edittags.c
10697         * src/main.c
10698         * src/mimeview.c
10699         * src/mimeview.h
10700         * src/gtk/gtkutils.c
10701         * src/gtk/gtkutils.h
10702         * src/gtk/menu.c
10703         * src/gtk/menu.h
10704                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10705                 instead of deprecated GtkItemFactory.
10706
10707 2008-07-19 [colin]      3.5.0cvs25
10708
10709         * src/account.c
10710         * src/addrgather.c
10711         * src/compose.c
10712         * src/editldap.c
10713         * src/expldifdlg.c
10714         * src/importldif.c
10715         * src/main.c
10716         * src/mainwindow.c
10717         * src/mimeview.c
10718         * src/noticeview.c
10719         * src/prefs_account.c
10720         * src/prefs_actions.c
10721         * src/prefs_ext_prog.c
10722         * src/prefs_filtering.c
10723         * src/prefs_folder_item.c
10724         * src/prefs_image_viewer.c
10725         * src/prefs_logging.c
10726         * src/prefs_msg_colors.c
10727         * src/prefs_other.c
10728         * src/prefs_send.c
10729         * src/prefs_spelling.c
10730         * src/prefs_summaries.c
10731         * src/prefs_template.c
10732         * src/printing.c
10733         * src/quote_fmt.c
10734         * src/summary_search.c
10735         * src/summaryview.c
10736         * src/toolbar.c
10737         * src/wizard.c
10738         * src/common/Makefile.am
10739         * src/gtk/gtksctree.c
10740         * src/gtk/gtkutils.h
10741         * src/gtk/pluginwindow.c
10742         * src/gtk/quicksearch.c
10743         * src/plugins/bogofilter/bogofilter_gtk.c
10744         * src/plugins/dillo_viewer/dillo_prefs.c
10745         * src/plugins/pgpcore/prefs_gpg.c
10746         * src/plugins/spamassassin/spamassassin_gtk.c
10747         * src/plugins/trayicon/trayicon.c
10748         * src/plugins/trayicon/trayicon_prefs.c
10749                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
10750                 or greater). Use the old deprecated one on GTK+ < 2.12.
10751                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10752                 of time!
10753
10754 2008-07-16 [colin]      3.5.0cvs24
10755
10756         * src/mainwindow.c
10757                 Fix folderview's scrolbar when starting minimised
10758                 to tray, and popping up the mainwindow by calling
10759                 claws-mail from the command line
10760
10761 2008-07-08 [colin]      3.5.0cvs23
10762
10763         * src/compose.c
10764                 Possibly fix po-headers appearing on empty
10765                 templates
10766
10767 2008-07-08 [colin]      3.5.0cvs22
10768
10769         * src/folderview.c
10770         * src/summaryview.c
10771                 Finish the always_open tristate patch, by Jonathan
10772                 Corbet.
10773
10774 2008-07-07 [paul]       3.5.0cvs21
10775
10776         * src/mainwindow.c
10777                 fix typo (missing ")
10778
10779 2008-07-07 [paul]       3.5.0cvs20
10780
10781         * src/mainwindow.c
10782                 fit the menu style a bit better
10783
10784 2008-07-07 [colin]      3.5.0cvs19
10785
10786         * src/prefs_themes.c
10787                 Make upgrading themes easier
10788
10789 2008-07-07 [colin]      3.5.0cvs18
10790
10791         * src/mainwindow.c
10792         * src/prefs_toolbar.c
10793         * src/stock_pixmap.c
10794                 Finish fixing bug 1609, 'Icon issues'
10795
10796 2008-07-07 [colin]      3.5.0cvs17
10797
10798         * src/prefs_common.c
10799                 Fix the default value
10800
10801 2008-07-07 [colin]      3.5.0cvs16
10802
10803         * src/prefs_summaries.c
10804                 Revert my fix to the string, the correct term
10805                 is indeed Message View
10806
10807 2008-07-07 [colin]      3.5.0cvs15
10808
10809         * AUTHORS
10810         * src/gtk/authors.h
10811         * src/prefs_common.c
10812         * src/prefs_common.h
10813         * src/prefs_summaries.c
10814         * src/summaryview.c
10815         * src/gtk/authors.h
10816                 Change "Always open message when selected" to
10817                 a tristate (Never/Always/When preview is visible)
10818                 Patch by Jonathan Corbet <corbet@lwn.net>.
10819
10820 2008-07-06 [paul]       3.5.0cvs14
10821
10822         * src/addrgather.c
10823                 improve the layout of the dialogue
10824                 improve the English
10825                 add tooltips
10826                 fix some of the nasty coding style
10827         * src/mainwindow.c
10828                 improve the English
10829                 add some missing mnemonics
10830
10831 2008-07-05 [paul]       3.5.0cvs13
10832
10833         * src/mainwindow.c
10834         * src/mainwindow.h
10835                 fix bug 1398, '"Change current account" is
10836                 available even when there's only one account'
10837         * src/plugins/pgpcore/prefs_gpg.c
10838                 put back a needed include, removed in error
10839
10840 2008-07-05 [colin]      3.5.0cvs12
10841
10842         * src/mainwindow.c
10843                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10844
10845 2008-07-05 [colin]      3.5.0cvs11
10846
10847         * src/news.c
10848         * src/news_gtk.c
10849                 Provide ability to rename newsgroups. Closes
10850                 bug 1444, 'Add GUI option for renaming 
10851                 newsgroups'. Patch by Pawel Pekala
10852
10853 2008-07-05 [colin]      3.5.0cvs10
10854
10855         * src/plugins/pgpcore/passphrase.c
10856         * src/plugins/pgpcore/prefs_gpg.c
10857         * src/plugins/pgpcore/select-keys.c
10858                 Simplify GTK includes (with the advantage
10859                 of compiling against GTK+2.13); patch by
10860                 Charles A Edwards
10861
10862 2008-07-05 [colin]      3.5.0cvs9
10863
10864         * src/wizard.c
10865                 Add SSL client certificates
10866
10867 2008-07-05 [colin]      3.5.0cvs8
10868
10869         * src/prefs_account.c
10870         * src/common/session.h
10871                 Fix warnings
10872         * src/common/ssl.c
10873                 Add one path for certs
10874
10875 2008-07-05 [colin]      3.5.0cvs7
10876
10877         * src/prefs_account.c
10878                 Fix no-ssl build
10879
10880 2008-07-04 [colin]      3.5.0cvs6
10881
10882         * src/common/ssl.c
10883         * src/common/ssl.h
10884         * src/common/ssl_certificate.c
10885                 Workaround distro bugs and fix certificate checking
10886                 with OpenSSL
10887
10888 2008-07-04 [colin]      3.5.0cvs5
10889
10890         * src/filtering.c
10891         * src/common/ssl_certificate.c
10892         * src/common/ssl_certificate.h
10893         * src/etpan/imap-thread.c
10894         * src/etpan/nntp-thread.c
10895                 Fix some leaks, thanks to Martin Zwickel
10896                 Rename gnutls functions that do the same
10897                 as OpenSSL ones, to avoid symbol clashing
10898                 when Claws is built against GnuTLS and
10899                 libetpan against OpenSSL
10900
10901 2008-07-04 [paul]       3.5.0cvs4
10902
10903         * src/prefs_account.c
10904                 remove 1 forgotten '.'
10905
10906 2008-07-04 [paul]       3.5.0cvs3
10907
10908         * src/prefs_account.c
10909                 layout/engrish fixes to the 'Client
10910                 certificates' frame
10911
10912 2008-07-03 [colin]      3.5.0cvs2
10913
10914         * src/imap.c
10915         * src/news.c
10916         * src/pop.c
10917         * src/prefs_account.c
10918         * src/prefs_account.h
10919         * src/prefs_common.c
10920         * src/send_message.c
10921         * src/common/session.c
10922         * src/common/session.h
10923         * src/common/smtp.c
10924         * src/common/smtp.h
10925         * src/common/socket.h
10926         * src/common/ssl.c
10927         * src/common/ssl.h
10928         * src/common/ssl_certificate.c
10929         * src/common/ssl_certificate.h
10930         * src/etpan/imap-thread.c
10931         * src/etpan/nntp-thread.c
10932         * src/gtk/inputdialog.c
10933                 Add support for SSL client certificates (either PEM files
10934                 with certificate and private key, either PKCS12 files)
10935
10936 2008-06-28 [colin]      3.5.0cvs1
10937
10938         * src/foldersel.c
10939                 Fix compilation with older GTKs
10940
10941 2008-06-27 [paul]       3.5.0
10942
10943         * NEWS
10944         * README
10945         * RELEASE_NOTES 
10946                 3.5.0 released
10947
10948 2008-06-27 [paul]       3.4.0cvs116
10949
10950         * src/gtk/authors.h
10951                 complete cvs115
10952
10953 2008-06-27 [paul]       3.4.0cvs115
10954
10955         * configure.ac
10956         * src/gtk/authors.h
10957                 no longer build unmaintained translations
10958
10959 2008-06-27 [paul]       3.4.0cvs114
10960
10961         * po/de.po
10962         * po/fi.po
10963         * po/pt_BR.po
10964                 updated by Stephan Sachse, Flammie Pirinen, and
10965                 Frederico Goncalves Guimaraes
10966
10967 2008-06-26 [wwp]        3.4.0cvs113
10968
10969         * manual/fr/advanced.xml
10970                 Update French version of the manual (AutoFaces documentation).
10971
10972 2008-06-26 [wwp]        3.4.0cvs112
10973
10974         * manual/fr/advanced.xml
10975         * manual/fr/plugins.xml
10976                 Updated French version of the manual (completed
10977                 hidden options list, added note about Clawsker
10978                 and new mail archiver plugin).
10979
10980 2008-06-25 [colin]      3.4.0cvs111
10981
10982         * src/gtk/gtkaspell.c
10983                 Fix non-UTF8 in the replace with dialog
10984         * src/prefs_actions.c
10985                 Fix possible crasher
10986                 Patches by Pawel
10987
10988 2008-06-24 [mones]      3.4.0cvs110
10989
10990         * src/autofaces.c
10991                 Fix non-warning message, downgraded to debug info
10992
10993 2008-06-24 [colin]      3.4.0cvs109
10994
10995         * src/summaryview.c
10996                 Fix bug 1650, Message line too small after 
10997                 changing columns in "three columns" layout
10998
10999 2008-06-24 [colin]      3.4.0cvs108
11000
11001         * src/messageview.c
11002                 Fix Spam button sensitivity in newsgroups
11003
11004 2008-06-23 [wwp]        3.4.0cvs107
11005
11006         * po/fr.po
11007                 Updated French translation.
11008
11009 2008-06-23 [mones]      3.4.0cvs106
11010
11011         * po/es.po
11012                 Updated translation for release
11013
11014 2008-06-22 [mones]      3.4.0cvs105
11015
11016         * manual/es/plugins.xml
11017                 Synced new entry for Mail Archiver plugin
11018
11019 2008-06-22 [colin]      3.4.0cvs104
11020
11021         * src/compose.c
11022                 Fix initial cursor position
11023
11024 2008-06-21 [paul]       3.4.0cvs103
11025
11026         * manual/plugins.xml
11027                 add an entry for the new Mail Archiver plugin
11028
11029 2008-06-21 [paul]       3.4.0cvs102
11030
11031         * src/gtk/about.c
11032                 we're in 'string freeze', put back the
11033                 < > symbols for now
11034
11035 2008-06-21 [paul]       3.4.0cvs101
11036
11037         * manual/advanced.xml
11038         * manual/es/advanced.xml
11039                 fix build warning: <emphasis> cannot be contained
11040                 within <filename>
11041         * src/gtk/about.c
11042                 fix non-clickable link on License page and drop
11043                 the containing < > symbols to match other links
11044
11045 2008-06-20 [mones]      3.4.0cvs100
11046
11047         * manual/advanced.xml
11048                 Added autofaces documentation, note about clawsker in hidden
11049                 preferences, minor markup fix. Thanks Paul for proofreading
11050         * manual/es/advanced.xml
11051                 Synchronised Spanish manual
11052
11053 2008-06-16 [colin]      3.4.0cvs99
11054
11055         * src/compose.c
11056                 Fix cursor placing on signature change
11057
11058 2008-06-16 [paul]       3.4.0cvs98
11059
11060         * src/imap_gtk.c
11061         * src/mh_gtk.c
11062         * src/gtk/inputdialog.c
11063                 really fussy coding style fixes
11064
11065 2008-06-16 [paul]       3.4.0cvs97
11066
11067         * src/Makefile.am
11068                 keep the alphabetical order
11069
11070 2008-06-13 [mones]      3.4.0cvs96
11071
11072         * src/autofaces.c
11073                 Fix crasher ;-)
11074         * src/prefs_filtering_action.c
11075                 Fixed cosmetic bug, processing also displays "Filtering"
11076
11077 2008-06-13 [mones]      3.4.0cvs95
11078
11079         * src/Makefile.am
11080         * src/autofaces.c       ** NEW FILE **  
11081         * src/autofaces.h       ** NEW FILE **
11082         * src/compose.c
11083                 Allow setting Faces and X-Faces globally and per-account
11084                 from configuration files under ~/.claws-mail/autofaces
11085
11086 2008-06-13 [holger]     3.4.0cvs94
11087
11088         * .cvsignore
11089                 More files to ignore
11090         * src/gtk/inputdialog.c
11091         * src/gtk/inputdialog.h
11092                 Make input dialog more generic so that a checkbox
11093                 with custom text can be used in addition to the
11094                 "remember this" checkbox
11095         * src/imap_gtk.c
11096         * src/mh_gtk.c
11097         * src/prefs_common.c
11098         * src/prefs_common.h
11099                 Allow new folders to inherit the properties of the
11100                 parent folder during folder creation
11101
11102 2008-06-13 [wwp]        3.4.0cvs93
11103
11104         * src/addressbook.c
11105                 a better fix for this string, won't break up translations,
11106                 and is conform to other similar ones.
11107
11108 2008-06-13 [wwp]        3.4.0cvs92
11109
11110         * src/addrduplicates.c
11111         * src/addressadd.c
11112         * src/addressbook.c
11113         * src/addressbook_foldersel.c
11114         * src/editgroup.c
11115                 use tree decorations everywhere AB folders are used (AB tree pane,
11116                     add address to AB, select AB folder, edit group, custom attr, find dup
11117                     results), in order to match global style
11118                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11119                     double clicking on groups in tree pane does open the group edit dialog
11120                     double clicking on other items in tree pane does expand/collapse
11121                 fix a missing space in AB's delete-folder dialog
11122                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11123
11124         * src/foldersel.c
11125                 make foldersel dialog show dotted lines according to global (hidden) prefs
11126
11127 2008-06-12 [colin]      3.4.0cvs91
11128
11129         * src/compose.c
11130         * src/compose.h
11131                 Fix bug 1635, 'Last character of message is truncated 
11132                 when changing accounts w/ sigs'
11133         * src/folderview.c
11134                 Fix bug 1636, 'Can't select "properties" on "folders 
11135                 only" folders'
11136
11137 2008-06-11 [colin]      3.4.0cvs90
11138
11139         * src/folder.c
11140                 Maybe fix bug 1623, 'exits with segfault when 
11141                 logging in to certain imap-servers'
11142
11143 2008-06-10 [mones]      3.4.0cvs89
11144
11145         * AUTHORS
11146         * tools/Makefile.am
11147         * tools/README
11148         * tools/convert_mbox.sh
11149                 Undo cvs86 and cvs87, it really should be a patch to 
11150                 convert_mbox.pl
11151
11152 2008-06-10 [wwp]        3.4.0cvs88
11153
11154         * po/fr.po
11155                 Updated French translation.
11156
11157 2008-06-10 [mones]      3.4.0cvs87
11158
11159         * tools/Makefile.am
11160                 Oops, forgot to add previous script for distribution
11161
11162 2008-06-10 [mones]      3.4.0cvs86
11163
11164         * AUTHORS
11165         * tools/README
11166         * tools/convert_mbox.sh
11167                 Added script to convert Evolution mail folders contributed
11168                 by Daniel Dickinson <cshore@fionavar.ca>
11169                 Fixes debian bug 461435
11170
11171 2008-06-09 [colin]      3.4.0cvs85
11172
11173         * src/main.c
11174                 Integrate AWN information bubble if dbus is
11175                 available
11176         * src/folder.c
11177                 Fix crash when calling scan_required() on 
11178                 folder classes that don't implement them
11179         * src/common/session.c
11180                 Fix a little typo
11181
11182 2008-06-09 [colin]      3.4.0cvs84
11183
11184         * src/main.c
11185                 Fix bug 1447, 'If user tries to close while starting 
11186                 up, it will not close ever.'
11187
11188 2008-06-09 [colin]      3.4.0cvs83
11189
11190         * src/filtering.c
11191                 Fix bug 1628, 'Claws Mail crashes when 
11192                 filtering selected messages'
11193
11194 2008-06-04 [colin]      3.4.0cvs82
11195
11196         * src/messageview.c
11197                 Complete handling of html parts in multipart/alternative
11198                 mails
11199
11200 2008-06-03 [paul]       3.4.0cvs81
11201
11202         * src/prefs_message.c
11203                 make always the english good
11204
11205 2008-06-03 [colin]      3.4.0cvs80
11206
11207         * src/mainwindow.c
11208         * src/mainwindow.h
11209                 Fix bug 1624, '[PATCH] Quick search should be 
11210                 disabled for folder view'; based on a patch by
11211                 Michael Terry
11212
11213 2008-06-03 [iwkse]      3.4.0cvs79
11214
11215         * src/addressbook.c
11216                 Fix little gui bug on button sensitivity
11217         * src/messageview.c
11218         * src/prefs_common.c
11219         * src/prefs_common.h
11220         * src/prefs_message.c
11221                 Allow by default to show html in multipart/alternative
11222
11223 2008-06-02 [colin]      3.4.0cvs78
11224
11225         * src/prefs_actions.c
11226                 GUI rework, patch by Pawel 
11227
11228 2008-06-02 [colin]      3.4.0cvs77
11229
11230         * src/quote_fmt.c
11231                 Fix sensitivity/alignment, patch from
11232                 Pawel
11233
11234 2008-05-31 [colin]      3.4.0cvs76
11235
11236         * src/imap.c
11237                 Fix login issue introduced in cvs75.
11238
11239 2008-05-31 [colin]      3.4.0cvs75
11240
11241         * src/imap.c
11242                 Fix more possible double-frees. Also, fix the root cause
11243                 of these double-frees by just noting the Session is to
11244                 be destroyed instead of destroying it in flight
11245
11246 2008-05-29 [paul]       3.4.0cvs74
11247
11248         * manual/keyboard.xml
11249                 'Makes' these entries like the others
11250
11251 2008-05-29 [colin]      3.4.0cvs73
11252
11253         * src/procmsg.h
11254                 Include utils.h in case we
11255                 need to pull goffset definition
11256
11257 2008-05-29 [colin]      3.4.0cvs72
11258
11259         * src/common/utils.h
11260                 Workaround a stupid Glib issue, where
11261                 goffset happens to be undefined. 
11262
11263 2008-05-28 [colin]      3.4.0cvs71
11264
11265         * src/compose.c
11266         * src/compose.h
11267         * src/grouplistdialog.c
11268         * src/image_viewer.c
11269         * src/imap.c
11270         * src/inc.c
11271         * src/main.c
11272         * src/matcher.c
11273         * src/messageview.c
11274         * src/mimeview.c
11275         * src/prefs_themes.c
11276         * src/procmsg.h
11277         * src/summaryview.c
11278         * src/summaryview.h
11279         * src/textview.c
11280         * src/common/smtp.c
11281         * src/common/utils.c
11282         * src/common/utils.h
11283                 Use goffset instead of off_t for MsgInfo's size
11284                 Allows using MsgInfo structure from plugins
11285                 compiled with largefile support
11286
11287 2008-05-26 [colin]      3.4.0cvs70
11288
11289         * src/mainwindow.c
11290         * src/mainwindow.h
11291                 Define THEME_CHANGED_HOOKLIST and invoke
11292                 it on theme change
11293         * src/plugins/trayicon/trayicon.c
11294                 Listen to THEME_CHANGED_HOOKLIST and
11295                 update accordingly
11296
11297 2008-05-26 [paul]       3.4.0cvs69
11298
11299         * src/mimeview.c
11300                 plug a leak in mimeview_save_all()
11301
11302 2008-05-24 [colin]      3.4.0cvs68
11303
11304         * src/common/utils.h
11305                 Fix wrong define on old glibs
11306
11307 2008-05-24 [paul]       3.4.0cvs67
11308
11309         * src/Makefile.am
11310         * src/stock_pixmap.c
11311         * src/stock_pixmap.h
11312         * src/toolbar.c
11313         * src/pixmaps/cancel.xpm
11314         * src/pixmaps/close.xpm
11315                 add a specific icon for A_CANCEL_INC (addresses
11316                 point 1 of bug 1609 'Icon issues')
11317                 replace close.xpm with an icon of the standard
11318                 24x24 size
11319
11320 2008-05-24 [paul]       3.4.0cvs66
11321
11322         * src/pixmaps/insert_file.xpm
11323                 replaced
11324
11325 2008-05-23 [paul]       3.4.0cvs65
11326
11327         * src/common/md5.c
11328         * src/common/md5.h
11329                 add the possibility to check md5 on binary files,
11330                 thanks to Colin
11331
11332 2008-05-23 [colin]      3.4.0cvs64
11333
11334         * src/mainwindow.c
11335         * src/summaryview.c
11336                 Fix bug 1610, 'claws crash after opening/closing 
11337                 preferences and window update'
11338
11339 2008-05-22 [colin]      3.4.0cvs63
11340
11341         * src/prefs_filtering_action.c
11342         * src/gtk/combobox.c
11343         * src/gtk/combobox.h
11344                 Fix reselecting of Tags actions in
11345                 filtering actions dialog
11346
11347 2008-05-22 [colin]      3.4.0cvs62
11348
11349         * src/Makefile.am
11350         * src/prefs_toolbar.c
11351         * src/stock_pixmap.c
11352         * src/stock_pixmap.h
11353         * src/toolbar.c
11354         * src/pixmaps/delete_btn.xpm
11355         * src/pixmaps/insert_file.xpm
11356         * src/pixmaps/mail_reply_to_list.xpm
11357                 Fix more of bug 1609:
11358                 - Add a Delete button icon
11359                 - Add a Reply to list button icon
11360                 - Fix Insert file button icon
11361                 Artwork by Ciprian Popovici.
11362
11363 2008-05-21 [colin]      3.4.0cvs61
11364
11365         * src/common/utils.c
11366                 Fix a little leak
11367
11368 2008-05-21 [wwp]        3.4.0cvs60
11369
11370         * src/prefs_filtering.c
11371                 Don't show SMTP-only accounts in accounts list, as they are
11372                 irrelevant for filtering incoming messages.
11373
11374 2008-05-21 [colin]      3.4.0cvs59
11375
11376         * src/mainwindow.c
11377                 Don't put SMTP-only accounts in receive menus
11378
11379 2008-05-21 [colin]      3.4.0cvs58
11380
11381         * src/imap.c
11382                 Fix cvs56 (brain fart)
11383
11384 2008-05-21 [colin]      3.4.0cvs57
11385
11386         * src/common/utils.c
11387                 Fix bug 1615, 'hang on FIFO when the other end's not 
11388                 opened'
11389
11390 2008-05-21 [colin]      3.4.0cvs56
11391
11392         * src/imap.c
11393                 Fix a warning
11394
11395 2008-05-19 [colin]      3.4.0cvs55
11396
11397         * src/plugins/pgpcore/sgpgme.c
11398                 Maybe fix debian bug 481856, 'Segmentation fault 
11399                 when verifying a GPG signature'. Although it 
11400                 looks like a race condition...
11401
11402 2008-05-19 [colin]      3.4.0cvs54
11403
11404         * src/prefs_filtering_action.c
11405         * src/prefs_matcher.c
11406         * src/common/tags.c
11407         * src/common/tags.h
11408         * src/gtk/combobox.c
11409         * src/gtk/combobox.h
11410                 Patch by Pawel: disabled Tags menus in filtering dialogs
11411
11412 2008-05-19 [colin]      3.4.0cvs53
11413
11414         * src/prefs_account.c
11415                 GUI patch by Pawel: align ports entries
11416
11417 2008-05-19 [colin]      3.4.0cvs52
11418
11419         * src/mainwindow.c
11420                 Fix bug 1616, 'strange question while emptying trash'
11421
11422 2008-05-18 [colin]      3.4.0cvs51
11423
11424         * src/common/plugin.c
11425         * src/etpan/imap-thread.c
11426         * src/etpan/nntp-thread.c
11427         * src/gtk/gtksctree.c
11428                 Fix bug 1613, 'Various memory leaks'; 
11429                 based on a patch by Didier Barvaux.
11430
11431 2008-05-18 [colin]      3.4.0cvs50
11432
11433         * src/mimeview.c
11434         * src/privacy.h
11435         * src/toolbar.c
11436         * src/toolbar.h
11437         * src/plugins/pgpcore/sgpgme.c
11438                 Fix more parts of bug 1609:
11439                 - Make use of specific Expired privacy icon
11440                 - Use CLOSE instead of NOTICE_ERROR for cancel
11441                   receiving
11442                 - Allow a Preferences button in the main toolbar
11443
11444 2008-05-18 [colin]      3.4.0cvs49
11445
11446         * src/stock_pixmap.c
11447                 Fix bug with non-updating icons after theme change:
11448                 If fetching pixbuf for a given icon after a theme
11449                 change, the next pixmap fetch would return the old
11450                 cached one, as the theme change was forgotten at 
11451                 this time. (and vice-versa). This was mostly 
11452                 visible on open folder icons
11453
11454 2008-05-17 [colin]      3.4.0cvs48
11455
11456         * src/prefs_summaries.c
11457         * src/summaryview.c
11458                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
11459                 options'. Patch by Pawel
11460
11461 2008-05-16 [colin]      3.4.0cvs47
11462
11463         * src/imap.c
11464                 Fix another possible crash (on fatal errors
11465                 at login, like stream error).
11466
11467 2008-05-16 [paul]       3.4.0cvs46
11468
11469         * tools/thunderbird-filters-convertor.pl
11470                 fix a typo
11471                 fix reading a tb rule that contains something
11472                 like that: \"Sender\"
11473
11474 2008-05-16 [paul]       3.4.0cvs45
11475
11476         * tools/README
11477         * tools/csv2addressbook.pl
11478                 add support for gmail exported csv address book
11479
11480 2008-05-16 [colin]      3.4.0cvs44
11481
11482         * configure.ac
11483         * src/ldapupdate.c
11484                 Fix ldap deprecated calls. Patch by
11485                 Michael Rasmussen
11486
11487 2008-05-16 [paul]       3.4.0cvs43
11488
11489         * manual/de/account.xml
11490         * manual/it/account.xml
11491         * manual/it/ack.xml
11492         * manual/it/addrbook.xml
11493         * manual/it/claws-mail-manual.xml
11494         * manual/it/gpl.xml
11495         * manual/it/intro.xml
11496         * manual/it/starting.xml
11497                 add pages towards German and Italian manuals.
11498                 (just for storage, they are not built yet, due
11499                 to being incomplete.) submitted by Speckmade
11500                 <Speckmade@gmx.net> and Salvatore De Paolis
11501                 <iwkse@claws-mail.org>
11502
11503 2008-05-16 [colin]      3.4.0cvs42
11504
11505         * src/gtk/sslcertwindow.c
11506                 Fix SHA1 fingerprint with GnuTLS
11507
11508 2008-05-15 [colin]      3.4.0cvs41
11509
11510         * src/gtk/sslcertwindow.c
11511                 Print SHA1 fingerprint too
11512
11513 2008-05-15 [colin]      3.4.0cvs40
11514
11515         * src/imap.c
11516                 Fix certificate port on TLS. It was 
11517                 previously always 0.
11518                 **IMPORTANT INFORMATION**: this will trigger 
11519                 one wrong "New certificate" warning at the 
11520                 first connection with this fix, if using STARTTLS
11521                 on IMAP.
11522         * src/gtk/sslcertwindow.c
11523                 Make labels selectable
11524
11525 2008-05-15 [colin]      3.4.0cvs39
11526
11527         * src/imap.c
11528                 Fix double free when STARTTLS fails (for
11529                 example due to refusing the certificate)
11530
11531 2008-05-15 [paul]       3.4.0cvs38
11532
11533         * manual/advanced.xml
11534                 fix typo
11535
11536 2008-05-15 [paul]       3.4.0cvs37
11537
11538         * manual/advanced.xml
11539         * src/prefs_send.c
11540                 make outgoing_fallback_to_ascii a hidden pref
11541
11542 2008-05-14 [colin]      3.4.0cvs36
11543
11544         * src/main.c
11545         * src/mainwindow.c
11546         * src/mainwindow.h
11547                 Make it possible to cancel quit when Claws
11548                 ask whether to empty trash.
11549
11550 2008-05-14 [colin]      3.4.0cvs35
11551
11552         * src/compose.c
11553         * src/prefs_common.c
11554         * src/prefs_common.h
11555         * src/prefs_send.c
11556                 Add a preference to be able to specify an
11557                 outgoing charset/encoding but still fallback
11558                 to 7bit US-ASCII when possible (default TRUE,
11559                 same behavior as pre-cvs34)
11560
11561 2008-05-14 [colin]      3.4.0cvs34
11562
11563         * src/compose.c
11564                 Always use the specified encoding and charset if it is
11565                 specified, even if the mail is ASCII.
11566
11567 2008-05-13 [paul]       3.4.0cvs33
11568
11569         * src/ldapupdate.c
11570                 fix the build warnings the easy way for now
11571
11572 2008-05-13 [colin]      3.4.0cvs32
11573
11574         * src/prefs_themes.c
11575                 Count .png files as icons too (fixes part
11576                 of bug 1609, 'Icon issues')
11577
11578 2008-05-13 [wwp]        3.4.0cvs31
11579
11580         * src/addressbook_foldersel.c
11581                 Fix wrong check (completes 3.4.0.cvs30).
11582
11583 2008-05-12 [wwp]        3.4.0cvs30
11584
11585         * src/addressbook.c
11586         * src/addressbook_foldersel.c
11587         * src/filtering.c
11588         * src/matcher.c
11589         * src/prefs_matcher.c
11590         * src/plugins/bogofilter/bogofilter.c
11591         * src/plugins/bogofilter/bogofilter_gtk.c
11592         * src/plugins/dillo_viewer/dillo_prefs.c
11593         * src/plugins/spamassassin/spamassassin.c
11594         * src/plugins/spamassassin/spamassassin_gtk.c
11595                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11596                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11597                 translated string "Any" in plugins (whitelisting) and
11598                 UTF8 comparisons.
11599
11600 2008-05-07 [colin]      3.4.0cvs29
11601
11602         * configure.ac
11603                 Fix --enable-maemo (assume --enable-generic-umpc)
11604
11605 2008-05-07 [colin]      3.4.0cvs28
11606
11607         * configure.ac
11608         * src/account.c
11609         * src/addr_compl.c
11610         * src/compose.c
11611         * src/editaddress.c
11612         * src/folderview.c
11613         * src/mainwindow.c
11614         * src/messageview.c
11615         * src/mimeview.c
11616         * src/prefs_account.c
11617         * src/prefs_common.c
11618         * src/prefs_display_header.c
11619         * src/prefs_filtering.c
11620         * src/prefs_summaries.c
11621         * src/prefs_template.c
11622         * src/prefs_toolbar.c
11623         * src/stock_pixmap.c
11624         * src/summaryview.c
11625         * src/summaryview.h
11626         * src/textview.c
11627         * src/toolbar.c
11628         * src/gtk/about.c
11629         * src/gtk/gtksctree.c
11630         * src/gtk/menu.c
11631         * src/gtk/prefswindow.c
11632         * src/gtk/sslcertwindow.c
11633                 Separate generic UMPC code (layouts, ...) from 
11634                 MAEMO code (Hildon, ...)
11635
11636 2008-05-06 [paul]       3.4.0cvs27
11637
11638         * tools/claws.i18n.status.pl
11639                 add he.po
11640
11641 2008-05-06 [colin]      3.4.0cvs26
11642
11643         * src/common/utils.c
11644                 Maybe fix crash on FreeBSD
11645
11646 2008-05-05 [colin]      3.4.0cvs25
11647
11648         * src/messageview.c
11649                 Fix bug 1602, 'Crash when sending return receipt for
11650                 messages with no subject'
11651
11652 2008-05-05 [colin]      3.4.0cvs24
11653
11654         * src/mimeview.c
11655                 Don't overwrite temporary files with same
11656                 name when drag and dropping. Fixes bug 1599,
11657                 'attach multiple files with the same name from 
11658                 one mail to another'
11659
11660 2008-05-04 [paul]       3.4.0cvs23
11661
11662         * src/compose.c
11663         * src/prefs_common.c
11664                 fix bug 1587 'can not replay with quote'
11665
11666 2008-05-03 [colin]      3.4.0cvs22
11667
11668         * po/de.po
11669                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11670
11671 2008-05-03 [colin]      3.4.0cvs21
11672
11673         * src/toolbar.c
11674                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
11675                 icon isn't grayed although ineffective'
11676
11677 2008-05-02 [wwp]        3.4.0cvs20
11678
11679         * po/fr.po
11680                 Fix translation.
11681
11682         * src/prefs_folder_item.c
11683                 Add missing notice in folder properties (templates) when
11684                 folder is a root node.
11685
11686 2008-04-30 [colin]      3.4.0cvs19
11687
11688         * src/prefs_toolbar.c
11689                 Add Trash and Delete icons to the icon chooser
11690
11691 2008-04-30 [colin]      3.4.0cvs18
11692
11693         * src/compose.c
11694                 Remove "Delete entire line" which was a noop
11695                 and should be the same as "Delete line" :)
11696
11697 2008-04-30 [colin]      3.4.0cvs17
11698
11699         * src/compose.c
11700                 Fix 'Delete line' and 'Delete to end of line'
11701                 on the last line. Patch by <seelenhirt@gmx.net>
11702
11703 2008-04-28 [colin]      3.4.0cvs16
11704
11705         * src/folder.c
11706                 Fix bug 1589, 'tagsdb file not removed when
11707                 folder deleted'.
11708         * src/common/utils.c
11709                 Make sure claws_unlink accepts NULL arg.
11710
11711 2008-04-25 [colin]      3.4.0cvs15
11712
11713         * src/common/ssl.c
11714                 Fix/simplify previous commit
11715
11716 2008-04-25 [colin]      3.4.0cvs14
11717
11718         * src/addrindex.h
11719         * src/common/ssl_certificate.c
11720                 Patch by Marcus: Fix Win32 build
11721         * src/common/ssl.c
11722                 Fix build with GnuTLS/no pthread, thanks
11723                 to Marcus
11724
11725 2008-04-25 [colin]      3.4.0cvs13
11726
11727         * src/summaryview.c
11728                 Fix bug 1586, '3-pane vertical layout now and then 
11729                 still shows sender column'
11730
11731 2008-04-25 [colin]      3.4.0cvs12
11732
11733         * src/Makefile.am
11734         * src/w32-logo.ico
11735         * src/w32-resource.rc
11736                 Patch from Marcus Brinkmann to set an icon on w32.
11737
11738 2008-04-24 [colin]      3.4.0cvs11
11739
11740         * src/inc.c
11741         * src/inc.h
11742                 Trace inc locks
11743         * src/ldif.c
11744         * src/ldif.h
11745                 Fix bug 1581, 'Bad File Format during Import LDIF':
11746                 Use dynamically allocated buffers; also, allow 
11747                 importing contacts with no email address
11748
11749 2008-04-24 [colin]      3.4.0cvs10
11750
11751         * src/prefs_common.c
11752                 Increment the timeout a bit on OpenBSD, 75 isn't enough
11753
11754 2008-04-23 [colin]      3.4.0cvs9
11755
11756         * src/compose.c
11757         * src/prefs_folder_item.c
11758         * src/prefs_template.c
11759         * src/quote_fmt.c
11760                 Fix bug 1576: Fix unescaping of templates when testing them
11761                 I think it breaks nothing. (wwp, you're welcome to double-check)
11762
11763 2008-04-23 [paul]       3.4.0cvs8
11764
11765         * manual/advanced.xml
11766                 add info about the "two_line_vertical" hidden
11767                 pref
11768
11769 2008-04-22 [paul]       3.4.0cvs7
11770
11771         * src/prefs_common.c
11772         * src/prefs_common.h
11773         * src/summaryview.c
11774                 make the 2-line view in summaryview when in three
11775                 columns mode configurable. hidden pref: "two_line_vertical"
11776
11777 2008-04-22 [colin]      3.4.0cvs6
11778
11779         * src/inc.c
11780                 Fix missing inc_unlock()
11781         * src/prefs_matcher.c
11782         * src/send_message.c
11783                 Fix my last commit
11784
11785 2008-04-22 [colin]      3.4.0cvs5
11786
11787         * src/etpan/imap-thread.c
11788                 Use g_(un)setenv instead of (un)setenv which
11789                 doesn't exist on IRIX 6.5
11790
11791 2008-04-22 [colin]      3.4.0cvs4
11792
11793         * src/inc.c
11794         * src/prefs_common.c
11795         * src/send_message.c
11796                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11797                 Set the default timeout to 75 seconds
11798
11799 2008-04-20 [colin]      3.4.0cvs3
11800
11801         * src/pixmaps/tray_newmail.offline.xpm
11802         * src/pixmaps/tray_newmail.xpm
11803         * src/pixmaps/tray_newmarkedmail.offline.xpm
11804         * src/pixmaps/tray_newmarkedmail.xpm
11805         * src/pixmaps/tray_nomail.offline.xpm
11806         * src/pixmaps/tray_nomail.xpm
11807         * src/pixmaps/tray_unreadmail.offline.xpm
11808         * src/pixmaps/tray_unreadmail.xpm
11809         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11810         * src/pixmaps/tray_unreadmarkedmail.xpm
11811                 Make the tray icons a bit nicer. Would be
11812                 nice to get really nice icons from someone
11813                 who's good at Gimp :)
11814
11815 2008-04-18 [colin]      3.4.0cvs2
11816
11817         * src/common/log.c
11818                 Forgot one g_unlink
11819
11820 lease complete the changelog entry below
11821 2008-04-18 [colin]      3.4.0cvs1
11822
11823         * src/addrduplicates.c
11824         * src/addressbook.c
11825         * src/compose.c
11826         * src/crash.c
11827         * src/editaddress.c
11828         * src/folder.c
11829         * src/image_viewer.c
11830         * src/imap.c
11831         * src/inc.c
11832         * src/main.c
11833         * src/mbox.c
11834         * src/messageview.c
11835         * src/mh.c
11836         * src/msgcache.c
11837         * src/news.c
11838         * src/partial_download.c
11839         * src/pop.c
11840         * src/prefs_common.c
11841         * src/prefs_common.h
11842         * src/prefs_other.c
11843         * src/prefs_themes.c
11844         * src/procheader.c
11845         * src/procmime.c
11846         * src/procmsg.c
11847         * src/textview.c
11848         * src/wizard.c
11849         * src/common/prefs.c
11850         * src/common/ssl_certificate.c
11851         * src/common/template.c
11852         * src/common/utils.c
11853         * src/common/utils.h
11854         * src/etpan/imap-thread.c
11855         * src/plugins/dillo_viewer/dillo_viewer.c
11856         * src/plugins/pgpcore/sgpgme.c
11857         * src/plugins/pgpinline/pgpinline.c
11858                 Add an option to shred temporary files and messages
11859                 instead of just removing them. Slows deletions down!
11860
11861 2008-04-18 [paul]       3.4.0
11862
11863         * NEWS
11864         * README
11865         * RELEASE_NOTES 
11866                 3.4.0 released
11867
11868
11869 2008-04-18 [paul]       3.3.1cvs61
11870
11871         * po/de.po
11872         * po/fi.po
11873         * po/it.po
11874         * po/pt_BR.po
11875                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11876                 and Frederico Goncalves Guimaraes
11877         * po/es.po
11878                 updated on the last minute by a lazy Ricardo Mones
11879
11880 2008-04-18 [colin]      3.3.1cvs60
11881
11882         * po/fr.po
11883                 Update translation (Fabien Vantard)
11884
11885 2008-04-17 [colin]      3.3.1cvs59
11886
11887         * src/imap.c
11888                 Fix debian bug 474712, 'claws seg faults when IMAP 
11889                 connection breaks after an IMAP protocol error 
11890                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
11891         * src/summaryview.c
11892                 Fix a little leak
11893
11894 2008-04-17 [colin]      3.3.1cvs58
11895
11896         * src/common/log.c
11897                 Fix log size getting out of control (claws-mail
11898                 getting SIGXFSZ): rotate if every 10MB
11899
11900 2008-04-10 [paul]       3.3.1cvs57
11901
11902         * src/prefs_other.c
11903                 improvements to english usage
11904
11905 2008-04-10 [paul]       3.3.1cvs56
11906
11907         * src/prefs_receive.c
11908                 add an accurate description
11909
11910 2008-04-08 [colin]      3.3.1cvs55
11911
11912         * src/undo.c
11913                 Probably fix corruption, introduced in cvs53
11914
11915 2008-04-04 [iwkse]      3.3.1cvs54
11916
11917         * src/undo.c
11918                 undo should works properly again
11919
11920 2008-04-04 [iwkse]      3.3.1cvs53
11921
11922         * src/undo.c
11923                 Fix a segfault but breaks undo
11924                 on a specific case (eg. double paste with
11925                 middle-mouse button)
11926
11927 2008-04-04 [iwkse]      3.3.1cvs52
11928
11929         * src/prefs_filtering.c
11930                 Fix previous Tab mess
11931
11932 2008-04-03 [iwkse]      3.3.1cvs51
11933
11934         * src/prefs_filtering.c
11935                 Add search in filtering rules list
11936
11937 2008-04-02 [colin]      3.3.1cvs50
11938
11939         * src/main.c
11940                 Revert part of the previous patch: we do
11941                 want to parse ~/.claws-mail/gtkrc-2.0 if it
11942                 exists
11943
11944 2008-04-02 [colin]      3.3.1cvs49
11945
11946         * src/main.c
11947                 Fix bug 1562, 'Claws-Mail does not completely 
11948                 respect settings in GTK2_RC_FILES environment'
11949                 Remove manual parsing of .gtkrc-2.0 and 
11950                 .gtk/gtkrc-2.0. GTK does it itself these days.
11951
11952 2008-04-01 [colin]      3.3.1cvs48
11953
11954         * src/imap_gtk.c
11955                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
11956                 ticking "Show only subscribed"'
11957
11958 2008-03-31 [colin]      3.3.1cvs47
11959
11960         * src/folder.c
11961                 Fix bug 1553, 'File lock not respected'
11962                 Regression due to the implementation of
11963                 deletion batching
11964
11965 2008-03-31 [colin]      3.3.1cvs46
11966
11967         * src/mainwindow.c
11968                 Fix tags menu update, thanks to Paul
11969
11970 2008-03-29 [wwp]        3.3.1cvs45
11971
11972         * src/prefs_account.c
11973         * src/prefs_common.c
11974         * src/prefs_folder_item.c
11975         * src/prefs_quote.c
11976         * src/quote_fmt.c
11977         * src/quote_fmt.h
11978                 Fix compose template formats (in global preferences)
11979                 being translated under specific conditions.
11980                 Add a button to restore factory defaults for current
11981                 language.
11982
11983 2008-03-27 [colin]      3.3.1cvs44
11984
11985         * src/common/prefs.c
11986         * src/common/xmlprops.c
11987                 Fix RedHat bug 431735, 'segfault if /home is full' 
11988                 (when starting): Fix double fclose() in prefs.c
11989                 and potentially xmlprops.c
11990
11991 2008-03-27 [colin]      3.3.1cvs43
11992
11993         * src/addressbook.c
11994                 Fix bug 1559, 'Claws Mail crashed deleting all 
11995                 common contacts'
11996
11997 2008-03-27 [wwp]        3.3.1cvs42
11998
11999         * src/addressbook.c
12000                 Fix 3.3.0cvs41.
12001
12002 2008-03-27 [wwp]        3.3.1cvs41
12003
12004         * src/addressbook.c
12005                 Prevent list flickering when deleting addresses.
12006
12007 2008-03-26 [colin]      3.3.1cvs40
12008
12009         * src/imap.c
12010                 Clean up session disconnection. Possibly
12011                 fix Ubuntu bug #204290
12012
12013 2008-03-26 [colin]      3.3.1cvs39
12014
12015         * src/textview.c
12016                 Fix bug 1555: current folder wasn't used when
12017                 right-clicking on an email address
12018
12019 2008-03-25 [colin]      3.3.1cvs38
12020
12021         * src/plugins/bogofilter/bogofilter.c
12022         * src/plugins/bogofilter/bogofilter.h
12023         * src/plugins/bogofilter/bogofilter_gtk.c
12024                 Add a "learn from whitelist" preference
12025                 Whitelist Unsure mails too.
12026
12027 2008-03-24 [paul]       3.3.1cvs37
12028
12029         * src/prefs_account.c
12030                 If no MH mailbox and no account exists, when
12031                 creating a POP/Local account, just create and
12032                 use the default one instead of bailing with a
12033                 "Mailbox doesn't exist" error
12034
12035 2008-03-21 [colin]      3.3.1cvs36
12036
12037         * src/procmime.c
12038                 strstrip mime subtype
12039
12040 2008-03-21 [paul]       3.3.1cvs35
12041
12042         * manual/advanced.xml
12043                 correct and update the info about Actions
12044
12045 2008-03-20 [colin]      3.3.1cvs34
12046
12047         * src/messageview.c
12048         * src/messageview.h
12049         * src/textview.c
12050                 Show at max 1MB of text, add a noticeview to
12051                 show everything optionally.
12052
12053 2008-03-20 [colin]      3.3.1cvs33
12054
12055         * src/stock_pixmap.c
12056                 Add support for png themes
12057
12058 2008-03-19 [wwp]        3.3.1cvs32
12059
12060         * src/procheader.c
12061                 Sanity check.
12062
12063 2008-03-18 [colin]      3.3.1cvs31
12064
12065         * src/common/utils.c
12066         * src/common/utils.h
12067                 Handle size_t instead of off_t in to_human_readable
12068
12069 2008-03-18 [colin]      3.3.1cvs30
12070
12071         * src/imap.c
12072                 Remove raw printf
12073
12074 2008-03-16 [colin]      3.3.1cvs29
12075
12076         * src/summaryview.c
12077                 Fix build on GTK < 2.12
12078
12079 2008-03-16 [colin]      3.3.1cvs28
12080
12081         * src/mainwindow.c
12082                 Refresh non-list widget when switching
12083                 messageview
12084
12085 2008-03-16 [colin]      3.3.1cvs27
12086
12087         * manual/faq.xml
12088                 Revert cvs25: This wasn't a typo :) :
12089                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12090
12091
12092 2008-03-16 [colin]      3.3.1cvs26
12093
12094         * src/summaryview.c
12095         * src/gtk/gtksctree.c
12096         * src/gtk/gtksctree.h
12097                 Implement 2-lines items in Summaryview when in 
12098                 three columns mode
12099
12100 2008-03-16 [paul]       3.3.1cvs25
12101
12102         * manual/faq.xml
12103                 fix typo
12104
12105 2008-03-14 [colin]      3.3.1cvs24
12106
12107         * src/prefs_filtering_action.c
12108                 Fix buglet on setting recipient when
12109                 reediting forward rules.
12110
12111 2008-03-12 [colin]      3.3.1cvs23
12112
12113         * src/summaryview.c
12114                 Fix a new unused variable warning
12115         * src/plugins/trayicon/trayicon.c
12116                 Fix folderview's scrollbar at startup
12117                 if starting hidden
12118
12119 2008-03-12 [colin]      3.3.1cvs22
12120
12121         * src/folderview.c
12122         * src/summaryview.c
12123                 Use item_opened at the beginning of showing
12124                 a folder instead of the end. Fixes flicker.
12125
12126 2008-03-12 [paul]       3.3.1cvs21
12127
12128         * src/folder.c
12129         * src/folder.h
12130         * src/mainwindow.c
12131         * src/procmsg.c
12132         * src/summaryview.c
12133         * src/plugins/trayicon/trayicon.c
12134                 add tooltip with extended folder stats
12135
12136 2008-03-10 [colin]      3.3.1cvs20
12137
12138         * src/common/xml.c
12139                 Handle comments
12140
12141 2008-03-07 [colin]      3.3.1cvs19
12142
12143         * src/mainwindow.c
12144                 Fix blinking of the taskbar entry
12145
12146 2008-03-07 [colin]      3.3.1cvs18
12147
12148         * src/mainwindow.c
12149                 MAEMO: Fix bug 1494, 'Trayicon 
12150                 plugin breaks UI...'
12151
12152 2008-03-07 [paul]       3.3.1cvs17
12153
12154         * src/gtk/authors.h
12155                 reflect reality a bit more closely
12156
12157 2008-03-06 [colin]      3.3.1cvs16
12158
12159         * src/mainwindow.c
12160         * src/mainwindow.h
12161         * src/summaryview.c
12162         * src/summaryview.h
12163         * src/toolbar.c
12164                 Integrate things better wrt the new
12165                 summaryview extensibility.
12166
12167 2008-03-06 [wwp]        3.3.1cvs15
12168
12169         * src/quote_fmt.c
12170                 Fix some gcc warnings.
12171
12172 2008-03-06 [wwp]        3.3.1cvs14
12173
12174         * src/prefs_account.c
12175         * src/prefs_folder_item.c
12176         * src/prefs_gtk.c
12177         * src/prefs_template.c
12178         * src/gtk/prefswindow.c
12179         * src/gtk/prefswindow.h
12180                 prefs_templates: fix missing unregistering of addr_completion widgets
12181                 and and ending of addr_completion service.
12182                 prefs_folder_item: fix missing registering/unregistering of widgets,
12183                 and rework the way add_completion service is started and stopped.
12184                 Plus few prefswindow API changes (opening).
12185
12186 2008-03-06 [wwp]        3.3.1cvs13
12187
12188         * src/folder_item_prefs.c
12189         * src/prefs_template.c
12190         * src/prefs_template.h
12191         * src/quote_fmt.c
12192         * src/common/template.c
12193                 Complete 3.3.1cvs12, thanks to Colin.
12194
12195 2008-03-06 [wwp]        3.3.1cvs12
12196
12197         * src/compose.c
12198         * src/folder_item_prefs.c
12199         * src/folder_item_prefs.h
12200         * src/prefs_account.c
12201         * src/prefs_folder_item.c
12202         * src/prefs_quote.c
12203         * src/prefs_template.c
12204         * src/quote_fmt.c
12205         * src/quote_fmt.h
12206         * src/common/template.c
12207         * src/common/template.h
12208                 Global and per-folder templates can now override the from name (this
12209                 doesn't change the account being used).
12210                 Examples:
12211                  "My other name" <%account_email> (just changes the name)
12212                  my.faked.email@address.org (overrides the address too)
12213
12214 2008-03-05 [colin]      3.3.1cvs11
12215
12216         * src/summaryview.c
12217         * src/summaryview.h
12218                 Replace that hbox with a notebook
12219
12220 2008-03-05 [colin]      3.3.1cvs10
12221
12222         * src/folder.h
12223         * src/folderview.c
12224                 Add klass functions for notification of folder
12225                 opening/closing via the GUI
12226         * src/summaryview.c
12227         * src/summaryview.h
12228                 Add a specific container for the scrolledwin
12229
12230 2008-03-05 [colin]      3.3.1cvs9
12231
12232         * src/folder.h
12233         * src/folderview.c
12234                 Add klass functions for notification of folder 
12235                 opening/closing via the GUI
12236         * src/summaryview.c
12237         * src/summaryview.h
12238                 Add a specific container for the scrolledwin
12239
12240 2008-03-02 [colin]      3.3.1cvs8
12241
12242         * src/messageview.c
12243                 MAEMO: Fix bug 1541, 'Deleting message from within 
12244                 read window displays next message then closes.'
12245
12246 2008-03-02 [colin]      3.3.1cvs7
12247
12248         * src/main.c
12249                 Probably fix bug 1539, 'Program crashes':
12250                 Setup Gcrypt's thread functions when built
12251                 with GnuTLS
12252
12253 2008-03-01 [colin]      3.3.1cvs6
12254
12255         * src/folder.c
12256         * src/imap_gtk.c
12257                 Get rid of stale folders with no account
12258
12259 2008-02-28 [colin]      3.3.1cvs5
12260
12261         * src/compose.c
12262                 Fix bug 1534, 'Segmentation fault when doing 
12263                 some draft saving and then throwing away'
12264         * src/imap.c
12265                 Fix bug 1533, 'Claws is unable to mark messages 
12266                 as "read" in IMAP shared folders'
12267         * src/etpan/imap-thread.c
12268                 Fix bug 1515, 'large messages crash claws when 
12269                 syncing for offline mode'. This is rather a
12270                 workaround, and mails > 64MB will still be
12271                 problematic if there's less than 64MB available
12272                 on the dataroot volume.
12273         * src/messageview.c
12274                 MAEMO: Add information when fetching big messages
12275
12276 2008-02-26 [colin]      3.3.1cvs4
12277
12278         * src/imap.c
12279                 fix bug 1532, '"login refused" message insufficiently 
12280                 detailed'
12281
12282 2008-02-26 [paul]       3.3.1cvs3
12283
12284         * INSTALL
12285         * README
12286                 remove mentions of ClamAV and a few other
12287                 old bits of information
12288
12289 2008-02-23 [colin]      3.3.1cvs2
12290
12291         * src/main.c
12292                 Fix log output (missing \n)
12293
12294 2008-02-23 [colin]      3.3.1cvs1
12295
12296         * configure.ac
12297                 Bump version number for stable release
12298
12299 2008-02-23 [paul]       3.3.0cvs21
12300
12301         * po/he.po
12302                 updated by Ofer
12303
12304 2008-02-21 [colin]      3.3.0cvs20
12305
12306         * src/matcher.c
12307                 Fix bug 1527, 'filtering is case sensitive when it 
12308                 shouldn't be'
12309
12310 2008-02-20 [colin]      3.3.0cvs19
12311
12312         * src/main.c
12313                 Fix file attachments from older Thunar
12314
12315 2008-02-19 [colin]      3.3.0cvs18
12316
12317         * manual/plugins.xml
12318         * manual/es/plugins.xml
12319         * manual/fr/plugins.xml
12320         * manual/pl/plugins.xml
12321                 Remove Clamav
12322
12323 2008-02-19 [paul]       3.3.0cvs17
12324
12325         * tools/README
12326         * tools/csv2addressbook.pl
12327                 add support for Kmail/Kaddressbook
12328
12329 2008-02-18 [colin]      3.3.0cvs16
12330
12331         * src/imap.c
12332                 Unset folder's session before creating a
12333                 new one
12334         * src/main.c
12335         * src/prefs_common.c
12336         * src/prefs_common.h
12337         * manual/advanced.xml
12338                 Add an hidden use_networkmanager pref, to
12339                 disable NetworkManager handling. Also,
12340                 consider UNKNOWN state to be CONNECTED.
12341
12342 2008-02-18 [wwp]        3.3.0cvs15
12343
12344         * src/matcher.c
12345                 Fix Engrish and make 'not' more visible in filtering debug logs.
12346
12347 2008-02-15 [colin]      3.3.0cvs14
12348
12349         * src/matcher.c
12350                 Revert cvs10 for now, it breaks the feature
12351
12352 2008-02-15 [colin]      3.3.0cvs13
12353
12354         * src/main.c
12355                 Always focus folder tree at startup
12356         * src/compose.c
12357                 Fix bug 1521, 'Cannot close compose window after 
12358                 replying to a non-existent news message'
12359
12360 2008-02-13 [colin]      3.3.0cvs12
12361
12362         * src/folderview.c
12363                 Fix important warnings
12364
12365 2008-02-12 [colin]      3.3.0cvs11
12366
12367         * src/imap.c
12368         * src/etpan/imap-thread.c
12369         * src/etpan/imap-thread.h
12370                 Fix handling of $Forwarded flag on Exchange:
12371                 check for the existence or creatability of a
12372                 flag before using it.
12373
12374 2008-02-12 [colin]      3.3.0cvs10
12375
12376         * src/matcher.c
12377                 Optimise matching on Found in addressbook if
12378                 the matched header is in cache (From, etc)
12379
12380 2008-02-12 [colin]      3.3.0cvs9
12381
12382         * src/folderview.c
12383                 Fix crashy stuff when changing displayed
12384                 columns
12385
12386 2008-02-12 [wwp]        3.3.0cvs8
12387
12388         * src/folder.h
12389                 Remove duplicate func declaration and restore the one
12390                 a missing one.
12391
12392 2008-02-12 [wwp]        3.3.0cvs7
12393
12394         * src/compose.c
12395         * src/export.c
12396         * src/folder.c
12397         * src/folder.h
12398         * src/foldersel.c
12399         * src/foldersel.h
12400         * src/imap_gtk.c
12401         * src/import.c
12402         * src/mainwindow.c
12403         * src/messageview.c
12404         * src/mh_gtk.c
12405         * src/prefs_account.c
12406         * src/prefs_filtering_action.c
12407         * src/summaryview.c
12408         * src/plugins/bogofilter/bogofilter_gtk.c
12409         * src/plugins/spamassassin/spamassassin_gtk.c
12410                 Allow moving/copying folders to root folders when using
12411                 the folder selection dialog (it was not possible to
12412                 maemo users to reparent a subfolder to a root folder
12413                 at all).
12414
12415 2008-02-12 [fabien]     3.3.0cvs6
12416
12417         * po/fr.po
12418                 a few days late for i18n fr update. Sorry.
12419
12420 2008-02-11 [colin]      3.3.0cvs5
12421
12422         * src/main.c
12423                 Implement support for future /dev/mem_notify.
12424                 This Linux kernel feature will allow applications
12425                 to be notified that memory has to be freed
12426                 before getting OOM-killed. For more information:
12427                 http://lwn.net/Articles/267013/
12428
12429 2008-02-10 [paul]       3.3.0cvs4
12430
12431         * src/Makefile.am
12432         * src/mimeview.c
12433         * src/prefs_toolbar.c
12434         * src/stock_pixmap.c
12435         * src/stock_pixmap.h
12436         * src/pixmaps/mime_text_patch.xpm
12437                 add an icon for attached patches
12438
12439 2008-02-09 [paul]       3.3.0cvs3
12440
12441         * src/gtk/about.c
12442                 bump the (c) year
12443
12444 2008-02-09 [wwp]        3.3.0cvs2
12445
12446         * src/main.c
12447                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12448
12449 2008-02-08 [colin]      3.3.0cvs1
12450
12451         * src/common/utils.c
12452                 Forbid attaching anything containing "../" or ".ssh/"
12453                 from mailto: URI
12454
12455 2008-02-08 [paul]       3.3.0
12456
12457         * NEWS
12458         * README
12459         * RELEASE_NOTES 
12460                 3.3.0 released
12461
12462 2008-02-08 [paul]       3.2.0cvs77
12463
12464         * AUTHORS
12465                 updated with new translators
12466         * configure.ac
12467                 added he to ALL_LINGUAS
12468         * po/cs.po
12469         * po/de.po
12470         * po/es.po
12471         * po/fi.po
12472         * po/hu.po
12473         * po/it.po
12474         * po/pt_BR.po
12475         * po/zh_CN.po
12476                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12477                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12478                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12479                 and Ralph Young
12480         * po/he.po
12481                 new Hebrew translation by Ofer <oc666@netvision.net.il>
12482         * src/gtk/about.c
12483                 updated with new translators and bumped (c) year
12484         * src/gtk/authors.h
12485                 updated with new translators
12486
12487 2008-02-05 [colin]      3.2.0cvs76
12488
12489         * src/messageview.c
12490         * src/mimeview.c
12491         * src/mimeview.h
12492                 Special case text/calendar parts: if there's one in
12493                 the mail, and a plugin handling text/calendar is
12494                 loaded, show that part. That'll avoid rendering 
12495                 meetings as plain text, which just looks broken to
12496                 many users.
12497
12498 2008-02-04 [colin]      3.2.0cvs75
12499
12500         * src/mainwindow.c
12501                 Maemo: Fix LED handling on OS 2008
12502
12503 2008-02-01 [colin]      3.2.0cvs74
12504
12505         * src/compose.c
12506                 Possibly fix the annoying and hard-to reproduce bug
12507                 where lines 
12508                 are
12509                 rewrapped
12510                 like
12511                 that.
12512
12513 2008-02-01 [paul]       3.2.0cvs73
12514
12515         * src/common/utils.c
12516                 fix bug 1502, 'Plus signs are stripped from
12517                 email addresses when calling from command line'
12518                 Thanks to Colin
12519
12520 2008-01-31 [colin]      3.2.0cvs72
12521
12522         * src/exphtmldlg.c
12523         * src/mimeview.c
12524         * src/summaryview.c
12525                 Fix building of URIs from filenames
12526
12527 2008-01-31 [wwp]        3.2.0cvs71
12528
12529         * src/main.c
12530                 Fixes debug output of compiled-in features list
12531                 (completes 3.2.0cvs60).
12532
12533 2008-01-31 [colin]      3.2.0cvs70
12534
12535         * configure.ac
12536         * po/POTFILES.in
12537         * src/compose.c
12538         * src/plugins/Makefile.am
12539         * src/plugins/clamav/.cvsignore
12540         * src/plugins/clamav/Makefile.am
12541         * src/plugins/clamav/README
12542         * src/plugins/clamav/clamav_plugin.c
12543         * src/plugins/clamav/clamav_plugin.h
12544         * src/plugins/clamav/clamav_plugin_gtk.c
12545         * src/plugins/clamav/clamav_plugin_gtk.deps
12546                 Remove the Clamav plugin from the core
12547
12548 2008-01-28 [wwp]        3.2.0cvs69
12549
12550         * src/compose.c
12551         * src/prefs_template.c
12552         * src/prefs_template.h
12553         * src/quote_fmt.c
12554         * src/quote_fmt.h
12555         * src/quote_fmt_lex.l
12556         * src/quote_fmt_parse.y
12557                 Fix for bug #1493: count lines (\n chars) according to the way
12558                 format body is passed (i.e. \-escaped or not).
12559
12560 2008-01-27 [paul]       3.2.0cvs68
12561
12562         * po/en_GB.po
12563                 updated
12564         * src/prefs_actions.c
12565         * src/prefs_filtering.c
12566         * src/prefs_folder_item.c
12567         * src/prefs_template.c
12568         * src/gtk/about.c
12569                 some minor changes to the English
12570
12571 2008-01-24 [colin]      3.2.0cvs67
12572
12573         * src/etpan/imap-thread.c
12574         * src/etpan/nntp-thread.c
12575                 Fix bug 1348, 'Hang ups at exit time with 
12576                 pgp plugin since 3.0.2'
12577
12578 2008-01-23 [colin]      3.2.0cvs66
12579
12580         * src/toolbar.c
12581                 Fix translation of something that shouldn't be
12582
12583 2008-01-23 [colin]      3.2.0cvs65
12584
12585         * src/procmime.c
12586                 Fix bug 1486, 'Re: Incorrect content when replying'
12587                 Revert to full scan if short scan found only 0-length
12588                 text parts
12589
12590 2008-01-23 [paul]       3.2.0cvs64
12591
12592         * src/prefs_folder_item.c
12593                 fix bug 1485, 'selecting a folder's default
12594                 account if name contains '&''
12595
12596 2008-01-23 [colin]      3.2.0cvs63
12597
12598         * src/folder.c
12599         * src/folder.h
12600         * src/main.c
12601         * src/mainwindow.c
12602                 Fix bug 1480, 'should be able to display mail file
12603                 from command line'. Let 'claws-mail --select' accept
12604                 absolute paths in addition to folder identifiers.
12605
12606 2008-01-22 [wwp]        3.2.0cvs62
12607
12608         * src/account.c
12609         * src/account.h
12610         * src/compose.c
12611         * src/messageview.c
12612         * src/summaryview.c
12613         * src/common/utils.c
12614         * src/common/utils.h
12615                 Allow from=address in mailto sequence:
12616                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12617                   The 'from' will try to select the first account matching in accounts list,
12618                   otherwise will use the usual account selection mechanism but override with
12619                   this 'from' address.
12620                 Allow mailto with NNTP accounts
12621                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12622                   is the default one or if a NNTP account address is used with 'from'.
12623                   This is more or less a bugfix as it was possible to use mailto with a NNTP
12624                   default account but the complete mailto sequence was put in To.
12625
12626 2008-01-22 [wwp]        3.2.0cvs61
12627
12628         * doc/man/claws-mail.1
12629                 Updated the man page: status of few features, command-line
12630                 usage (--version-full) and completed list of config files
12631                 and dirs.
12632
12633 2008-01-22 [wwp]        3.2.0cvs60
12634
12635         * src/main.c
12636                 Added --version-full to display version and compiled-in
12637                 features list (for later use by Clawsker for instance).
12638
12639 2008-01-22 [holger]     3.2.0cvs59
12640
12641         * src/addrduplicates.c
12642                 Fix scrolling in addressbook duplicate
12643                 finder result dialog
12644
12645 2008-01-21 [colin]      3.2.0cvs58
12646
12647         * src/summaryview.c
12648                 Fix bug 1457, 'sorting messages on, say, from, 
12649                 should subsort on previous sort choice'. Subsort
12650                 by date when sort is Subject, From, To, Tags.
12651
12652 2008-01-21 [colin]      3.2.0cvs57
12653
12654         * AUTHORS
12655         * src/matcher.c
12656         * src/mimeview.c
12657         * src/common/ssl.c
12658         * src/gtk/authors.h
12659                 Fix bug 1478, 'Wrong pthread_create calls all 
12660                 over the place'. Patch by Christian Cornelssen
12661
12662 2008-01-20 [colin]      3.2.0cvs56
12663
12664         * src/imap.c
12665         * src/etpan/imap-thread.c
12666         * src/etpan/imap-thread.h
12667                 Fix bug 1468, 'Use IMAP keyword to 
12668                 store "forwarded" flag'
12669
12670 2008-01-20 [colin]      3.2.0cvs55
12671
12672         * src/folderutils.c
12673                 Make list operations faster
12674
12675 2008-01-20 [colin]      3.2.0cvs54
12676
12677         * src/mainwindow.c
12678                 Fix bug 1353, 'on startup with small screen 
12679                 layout, keyboard input gets lost'
12680
12681 2008-01-20 [colin]      3.2.0cvs53
12682
12683         * src/textview.c
12684                 Complete 3.2.0cvs49, and fixes bug 1477, 
12685                 'Claws Mail crashes when view PGP-encrypted 
12686                 message'
12687
12688 2008-01-20 [colin]      3.2.0cvs52
12689
12690         * src/compose.c
12691                 Fix privacy menu update when replying to
12692                 encrypted mail and no default privacy 
12693                 system is set
12694
12695 2008-01-19 [colin]      3.2.0cvs51
12696
12697         * src/filtering.c
12698         * src/procmsg.h
12699         * src/plugins/bogofilter/bogofilter.c
12700         * src/plugins/clamav/clamav_plugin.c
12701         * src/plugins/spamassassin/spamassassin.c
12702                 Batch filtering deletions too (and save 4 bytes
12703                 per MsgInfo in the process :)
12704
12705 2008-01-19 [colin]      3.2.0cvs50
12706
12707         * src/folder.c
12708                 Make cache update after copies much faster
12709                 on IMAP
12710
12711 2008-01-19 [colin]      3.2.0cvs49
12712
12713         * src/textview.c
12714                 Check g_fopen() success
12715
12716 2008-01-17 [wwp]        3.2.0cvs48
12717
12718         * manual/faq.xml
12719         * manual/es/faq.xml
12720         * manual/fr/faq.xml
12721         * manual/pl/faq.xml
12722                 Sylpheed? No idea what this means.
12723
12724 2008-01-17 [colin]      3.2.0cvs47
12725
12726         * src/gtk/gtksctree.c
12727                 Make dnd threshold higher on Maemo
12728
12729 2008-01-16 [colin]      3.2.0cvs46
12730
12731         * src/common/passcrypt.c
12732                 Fix build on FreeBSD, thanks to Pawel
12733
12734 2008-01-15 [colin]      3.2.0cvs45
12735
12736         * src/compose.c
12737                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
12738                 spell check of actuall word'
12739         * src/summaryview.c
12740                 Temporarily disable immediate execution when learning
12741                 spam *only* if the summaryview isn't locked
12742
12743 2008-01-15 [wwp]        3.2.0cvs44
12744
12745         * src/prefs_filtering.c
12746                 Fix filtering prefs layout (Maemo port), moving page up/down
12747                 from buttons to context menu.
12748
12749 2008-01-15 [colin]      3.2.0cvs43
12750
12751         * src/compose.c
12752                 Fix bug 1465, 'First line in new message does not mark URLs'
12753
12754 2008-01-15 [colin]      3.2.0cvs42
12755
12756         * src/common/passcrypt.c
12757                 Fix bug 1461, 'several components #define 
12758                 _XOPEN_SOURCE improperly'
12759
12760 2008-01-15 [colin]      3.2.0cvs41
12761
12762         * src/summaryview.c
12763                 Fix bug 1469, 'Column width adjustments on message 
12764                 lists do not save'
12765
12766 2008-01-14 [holger]     3.2.0cvs40
12767
12768         * configure.ac
12769                 Add tests for dbus, dbus glib bindings,
12770                 and NetworkManager. All is optional. Add new
12771                 --(en|dis)able-networkmanager-support switch.
12772         * src/Makefile.am
12773         * src/imap.c
12774         * src/inc.c
12775         * src/main.c
12776         * src/main.h
12777         * src/mainwindow.c
12778         * src/gtk/about.c
12779                 Add optional NetworkManager support, so Claws Mail
12780                 can try to do the right thing when the network connection
12781                 status changes. NetworkManager support is active by
12782                 default if above requirements were met.
12783
12784 2008-01-12 [colin]      3.2.0cvs39
12785
12786         * src/summaryview.c
12787                 Advertise the click-on-reply feature in the tooltip
12788
12789 2008-01-12 [colin]      3.2.0cvs38
12790
12791         * src/Makefile.am
12792         * src/stock_pixmap.c
12793         * src/stock_pixmap.h
12794         * src/pixmaps/tray_newmail.offline.xpm
12795         * src/pixmaps/tray_newmail.xpm
12796         * src/pixmaps/tray_newmarkedmail.offline.xpm
12797         * src/pixmaps/tray_newmarkedmail.xpm
12798         * src/pixmaps/tray_nomail.offline.xpm
12799         * src/pixmaps/tray_nomail.xpm
12800         * src/pixmaps/tray_unreadmail.offline.xpm
12801         * src/pixmaps/tray_unreadmail.xpm
12802         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12803         * src/pixmaps/tray_unreadmarkedmail.xpm
12804         * src/plugins/trayicon/Makefile.am
12805         * src/plugins/trayicon/newmail.offline.xpm
12806         * src/plugins/trayicon/newmail.xpm
12807         * src/plugins/trayicon/newmarkedmail.offline.xpm
12808         * src/plugins/trayicon/newmarkedmail.xpm
12809         * src/plugins/trayicon/nomail.offline.xpm
12810         * src/plugins/trayicon/nomail.xpm
12811         * src/plugins/trayicon/trayicon.c
12812         * src/plugins/trayicon/unreadmail.offline.xpm
12813         * src/plugins/trayicon/unreadmail.xpm
12814         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12815         * src/plugins/trayicon/unreadmarkedmail.xpm
12816                 Make the Trayicon plugin icons themable
12817
12818 2008-01-12 [wwp]        3.2.0cvs37
12819
12820         * src/prefs_display_header.c
12821                 Fix extra leading hyphen visible in the display
12822                 header configuration combo list (maemo).
12823
12824 2008-01-11 [colin]      3.2.0cvs36
12825
12826         * src/imap.c
12827                 Set timeout to 1 before disconnecting all -
12828                 for when one switches to offline and has 
12829                 no network anymore
12830         * src/messageview.c
12831                 Fix bug 1454, 'error message shows parts and 
12832                 signature of previous messages'
12833         * src/prefs_common.c
12834                 Maemo: Hide Send dialog by default
12835
12836 2008-01-10 [colin]      3.2.0cvs35
12837
12838         * src/action.c
12839         * src/editldap.c
12840         * src/prefs_account.c
12841         * src/wizard.c
12842         * src/gtk/inputdialog.c
12843         * src/plugins/pgpcore/passphrase.c
12844                 Maemo: Fix bug 1455, 'Password enters leading letter 
12845                 incorrectly as uppercase'
12846
12847 2008-01-09 [colin]      3.2.0cvs34
12848
12849         * po/pl.po
12850                 Fix bug 1446, 'SC crashes frequently when staying 
12851                 in background'. Format string error in Polish 
12852                 translation
12853         * src/gtk/description_window.c
12854         * src/prefs_template.c
12855                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12856                 patch by Pawel
12857         * src/wizard.c
12858                 Maemo: Fix build
12859
12860 2008-01-08 [colin]      3.2.0cvs33
12861
12862         * src/main.c
12863                 Maemo: connect HW status change signal for shutdown
12864         * src/mainwindow.c
12865                 Maemo: Fix hardware space key
12866         * src/wizard.c
12867                 Maemo: name mmc1 and 2 a better name
12868
12869 2008-01-08 [wwp]        3.2.0cvs32
12870
12871         * src/folder.c
12872         * src/folder_item_prefs.c
12873         * src/folder_item_prefs.h
12874         * src/prefs_folder_item.c
12875                 It's now possible to disable processing rules when
12876                 entering a folder (this adds a new option to the
12877                 folder properties dialog).
12878
12879 2008-01-08 [wwp]        3.2.0cvs31
12880
12881         * src/common/utils.c
12882                 Mailto: now supports 'insert' (stands for 'insert file'), this
12883                 adds the ability to create a new message from the command-line,
12884                 with body set from an existing file contents.
12885
12886 2008-01-08 [colin]      3.2.0cvs30
12887
12888         * src/summaryview.c
12889                 Maybe fix bug 1452, 'crash while drag'n'droping 
12890                 emails to an IMAP folder'
12891
12892 2008-01-07 [wwp]        3.2.0cvs29
12893
12894         * src/prefs_filtering.c
12895                 Static-alize a function, thanks to Colin.
12896
12897 2008-01-07 [colin]      3.2.0cvs28
12898
12899         * src/folderview.c
12900                 Fix scrolling to bottom when drag and dropping
12901         * src/summaryview.c
12902                 Fix bug 1445, 'Display sender using addressbook: fails 
12903                 when From: isn't an email address'
12904
12905 2008-01-07 [wwp]        3.2.0cvs27
12906
12907         * src/prefs_actions.c
12908         * src/prefs_filtering.c
12909         * src/prefs_template.c
12910                 Add tooltips to most buttons in the templates, actions and
12911                 filtering/processing dialogs.
12912
12913 2008-01-07 [wwp]        3.2.0cvs26
12914
12915         * src/prefs_filtering.c
12916                  - add a clear button to clear dialog input fields
12917                  - add page up and page down buttons to move selected rule up and down
12918                  - in rules list popup-menu: added Delete, Delete all and Duplicate
12919                  - popup-menu items are greyed out either if the list is empty (not counting the
12920                    (New) row or if there is no selected item
12921                  - clear store when closing dialog
12922
12923         * src/prefs_actions.c
12924                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12925                    clear button, popup-menu
12926                  - clear store when closing dialog
12927
12928         * src/prefs_template.c
12929                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12930                    clear button, popup-menu 
12931
12932         * src/addrcustomattr.c
12933                  - renamed popup-menu item Clear list to Delete all
12934                  - grey out popup-menu items is there is no selected item or if list is empty
12935                  - clear store when closing dialog
12936
12937         * src/edittags.c
12938                  - added popup-menu item Delete all
12939                  - grey out popup-menu items is there is no selected item or if list is empty
12940                  - clear store when closing dialog
12941
12942 2008-01-06 [wwp]        3.2.0cvs25
12943
12944         * src/addressadd.c
12945                 One more layout fix by Pawel (completes 3.2.0cvs24).
12946
12947 2008-01-05 [colin]      3.2.0cvs24
12948
12949         * src/addressadd.c
12950                 Little GUI fixes, patch by Pawel
12951
12952 2007-12-29 [wwp]        3.2.0cvs23
12953
12954         * src/compose.c
12955                 Fix for bug #1443, and strip possible whitespaces around
12956                 custom header names.
12957
12958 2007-12-29 [mones]      3.2.0cvs22
12959
12960         * po/es.po
12961                 Updated translation, corrected a term based 
12962                 on suggestion from Israel Saeta P�rez,
12963                 reverted awful X-Mailer translation
12964         * src/procmime.c
12965                 Complete cvs20 for FreeBSD, patch by Pawel
12966
12967 2007-12-29 [colin]      3.2.0cvs21
12968
12969         * src/textview.c
12970                 Fix bug 1442, 'Tags are repeated in 
12971                 encapsulated messages'
12972
12973 2007-12-28 [colin]      3.2.0cvs20
12974
12975         * src/procmime.c
12976                 Fix path to mime/globs. Patch by Marten King.
12977
12978 2007-12-27 [colin]      3.2.0cvs19
12979
12980         * src/plugins/pgpcore/Makefile.am
12981         * src/plugins/pgpinline/Makefile.am
12982         * src/plugins/pgpmime/Makefile.am
12983                 Add missing flags to build pgp plugins on maemo
12984
12985 2007-12-27 [colin]      3.2.0cvs18
12986
12987         * src/mainwindow.c
12988                 Maximise before showing to avoid probable flickering
12989                 on slow computers.
12990
12991 2007-12-27 [colin]      3.2.0cvs17
12992
12993         * src/main.c
12994         * src/mainwindow.c
12995         * src/prefs_common.c
12996         * src/prefs_common.h
12997                 Fix bug 1439, 'Claws Mail does not remember window size 
12998                 state when restarted'. Save maximised state and force
12999                 maximisation at startup if applicable.
13000
13001 2007-12-23 [paul]       3.2.0cvs16
13002
13003         * src/prefs_matcher.c
13004                 fix bug 1436, 'Filter condition dialog doesn't
13005                 load header name from current rules'
13006
13007 2007-12-22 [paul]       3.2.0cvs15
13008
13009         * src/compose.c
13010                 fix bug 1435, 'Reply doesn't take into account
13011                 reply-to field'
13012
13013 2007-12-21 [paul]       3.2.0cvs14
13014
13015         * src/common/ssl_certificate.c
13016                 fix FreeBSD build with IPV6 support 
13017
13018 2007-12-20 [colin]      3.2.0cvs13
13019
13020         * src/imap.c
13021                 Fix error handling
13022
13023 2007-12-20 [colin]      3.2.0cvs12
13024
13025         * src/imap.c
13026         * src/imap.h
13027         * src/prefs_account.c
13028                 Add DIGEST-MD5 support for IMAP authentication
13029
13030 2007-12-19 [mones]      3.2.0cvs11
13031
13032         * doc/man/claws-mail.1
13033                 Better ordering of sections, updated options
13034         * po/es.po
13035                 Updated strings
13036
13037 2007-12-19 [paul]       3.2.0cvs10
13038
13039         * src/prefs_account.c
13040                 use a spinbutton instead of an entry for
13041                 "POP authentication timeout" also
13042
13043 2007-12-19 [colin]      3.2.0cvs9
13044
13045         * src/prefs_filtering_action.c
13046         * src/prefs_matcher.c
13047         * src/gtk/description_window.c
13048                 Destroy info windows with their parents
13049                 Patch by Pawel
13050
13051 2007-12-19 [colin]      3.2.0cvs8
13052
13053         * src/prefs_account.c
13054                 Use spinbuttons instead of entries where needed
13055                 Patch by Pawel
13056
13057 2007-12-18 [paul]       3.2.0cvs7
13058
13059         * src/prefs_matcher.c
13060                 add missing i18n for a few strings
13061                 Patch by Stephan Sachse
13062
13063 2007-12-18 [paul]       3.2.0cvs6
13064
13065         * src/prefs_logging.c
13066                 use 'disk' instead of 'disc'
13067
13068 2007-12-18 [paul]       3.2.0cvs5
13069
13070         * po/en_GB.po
13071                 updated
13072         * src/addrcustomattr.c
13073         * src/editaddress.c
13074                 fixes to the ingleesh
13075         * src/prefs_filtering_action.c
13076                 fix copyright header
13077                 fix untranslated strings
13078         * src/prefs_filtering_action.h
13079                 fix copyright header
13080
13081 2007-12-18 [wwp]        3.2.0cvs4
13082
13083         * src/folderview.c
13084         * src/headerview.c
13085         * src/prefs_common.c
13086         * src/prefs_common.h
13087         * src/prefs_fonts.c
13088         * src/summaryview.c
13089         * src/textview.c
13090         * src/wizard.c
13091         * src/common/defs.h
13092         * src/gtk/gtkutils.c
13093                 Added prefs to set custom small and bold fonts
13094                 (might matter on some desktops, according to
13095                 DPI and font settings).
13096
13097 2007-12-18 [colin]      3.2.0cvs3
13098
13099         * src/prefs_logging.c
13100                 Rework GUI, patch by Pawel
13101
13102 2007-12-18 [colin]      3.2.0cvs2
13103
13104         * src/prefs_filtering_action.c
13105                 Rework GUI, patch by Pawel
13106
13107 2007-12-18 [colin]      3.2.0cvs1
13108
13109         * src/editaddress.c
13110                 Fix build on old GCC
13111                 Fix inverted buttons
13112
13113 2007-12-17 [paul]       3.2.0
13114
13115         * NEWS
13116         * README
13117         * RELEASE_NOTES 
13118                 3.2.0 released
13119
13120 2007-12-17 [paul]       3.1.0cvs79
13121
13122         * po/de.po
13123         * po/fr.po
13124         * po/hu.po
13125         * po/it.po
13126         * po/pt_BR.po
13127                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13128                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13129
13130 2007-12-17 [mones]      3.1.0cvs78
13131
13132         * po/es.po
13133                 Updated Spanish translation for 3.2.0 release
13134
13135 2007-12-16 [colin]      3.1.0cvs77
13136
13137         * src/addrcustomattr.c
13138                 Fix translations, patch by Fabien
13139
13140 2007-12-15 [paul]       3.1.0cvs76
13141
13142         * src/folderview.c
13143                 fix compiler warning
13144
13145 2007-12-14 [colin]      3.1.0cvs75
13146
13147         * src/folderview.c
13148                 Simplify logic
13149
13150 2007-12-12 [wwp]        3.1.0cvs74
13151
13152         * AUTHORS
13153         * src/gtk/authors.h
13154                 Added Marius Glauser to the hall of fame.
13155
13156 2007-12-12 [wwp]        3.1.0cvs73
13157
13158         * src/gtk/gtkutils.c
13159                 Improve the way we show results of searches
13160                 in message bodies: selected text now get centered
13161                 vertically in the message window.
13162                 Patch by Marius Glauser <seelenhirt@gmx.net>.
13163
13164 2007-12-10 [colin]      3.1.0cvs72
13165
13166         * src/folder.c
13167                 Don't crash when setting batch mode on no folder
13168
13169 2007-12-10 [colin]      3.1.0cvs71
13170
13171         * src/common/utils.c
13172                 Fix potential buffer overrun (thanks to
13173                 Hiroyuki)
13174
13175 2007-12-08 [paul]       3.1.0cvs70
13176
13177         * src/prefs_receive.c
13178                 small change to the English
13179
13180 2007-12-08 [colin]      3.1.0cvs69
13181
13182         * src/vcard.c
13183                 Fix warnings
13184
13185 2007-12-07 [colin]      3.1.0cvs68
13186
13187         * src/mainwindow.c
13188         * src/summaryview.c
13189         * src/summaryview.h
13190                 Free simplify_subject_preg at exit
13191
13192 2007-12-07 [colin]      3.1.0cvs67
13193
13194         * src/main.c
13195         * src/summaryview.c
13196         * src/common/utils.c
13197         * src/common/utils.h
13198                 We have to free reused regexps from time to
13199                 time, or they get huge
13200
13201 2007-12-07 [colin]      3.1.0cvs66
13202
13203         * src/vcard.c
13204                 Fix QP decoding (and UTF8)
13205
13206 2007-12-07 [colin]      3.1.0cvs65
13207
13208         * src/addrcustomattr.c
13209                 Update list of default custom attributes
13210                 now (will be needed for a feature patch
13211                 post 3.2.0)
13212
13213 2007-12-07 [colin]      3.1.0cvs64
13214
13215         * src/folder.c
13216                 Batch on destination folder when copying - fixes
13217                 slowness when moving unread mails to trash on IMAP
13218
13219 2007-12-06 [colin]      3.1.0cvs63
13220
13221         * src/common/w32_time.c
13222         * src/common/w32lib.h
13223         * src/etpan/etpan-thread-manager.c
13224         * src/etpan/imap-thread.c
13225         * src/etpan/nntp-thread.c
13226         * src/gtk/Makefile.am
13227                 Fix win32 build with libetpan. Thanks to
13228                 Marcus Brinkmann.
13229
13230 2007-12-06 [colin]      3.1.0cvs62
13231
13232         * src/account.c
13233         * src/imap.c
13234         * src/prefs_account.c
13235         * src/prefs_account.h
13236         * src/etpan/imap-thread.c
13237         * src/etpan/imap-thread.h
13238                 Disable connection via command line on WIN32
13239                 Disable mmap use on WIN32 - use normal strings
13240         * src/addressbook.c
13241         * src/addressbook.h
13242         * src/addressbook_foldersel.c
13243         * src/addressbook_foldersel.h
13244         * src/prefs_filtering_action.c
13245         * src/prefs_matcher.c
13246         * src/plugins/bogofilter/bogofilter_gtk.c
13247         * src/plugins/dillo_viewer/dillo_prefs.c
13248         * src/plugins/spamassassin/spamassassin_gtk.c
13249                 Fix leak, rework function logics to be more
13250                 natural - thanks to Holger
13251         * src/common/utils.c
13252                 Fix warnings
13253
13254 2007-12-06 [colin]      3.1.0cvs61
13255
13256         * src/news.c
13257         * src/common/utils.c
13258         * src/common/utils.h
13259                 Fix posting, and fix UTF-8 being sent when encoding
13260                 is 8bit
13261
13262 2007-12-05 [colin]      3.1.0cvs60
13263
13264         * src/news.c
13265                 Fix debian bug #453157, 'Fails to post usenet
13266                 articles after NNTP connection has been 
13267                 interrupted". Fix return value to prevent deletion
13268                 on failure, and issue MODE READER in case posting
13269                 fails at first.
13270
13271 2007-12-05 [colin]      3.1.0cvs59
13272
13273         * src/messageview.c
13274         * src/uri_opener.c
13275                 Improvements to the List URIs dialog
13276                 Patch by Pawel
13277
13278 2007-12-05 [colin]      3.1.0cvs58
13279
13280         * src/prefs_other.c
13281         * src/gtk/gtksctree.h
13282                 Fix warnings
13283
13284 2007-12-04 [colin]      3.1.0cvs57
13285
13286         * src/etpan/imap-thread.c
13287                 Fix bug 1378, 'Claws exits on IMAP alert message'
13288                 Don't do GTK calls directly from Etpan thread
13289
13290 2007-12-04 [colin]      3.1.0cvs56
13291
13292         * src/folderview.c
13293         * src/gtk/gtksctree.c
13294                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13295                 Make all the left of column zero an hotspot for
13296                 expanding.
13297
13298 2007-12-04 [colin]      3.1.0cvs55
13299
13300         * src/mainwindow.c
13301         * src/mainwindow.h
13302         * src/prefs_common.c
13303         * src/prefs_common.h
13304         * src/prefs_receive.c
13305                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13306
13307 2007-12-04 [wwp]        3.1.0cvs54
13308
13309         * src/prefs_other.c
13310                 Fix for bug #1419.
13311
13312 2007-12-04 [holger]     3.1.0cvs53
13313
13314         * src/addrduplicates.c
13315         * src/addrduplicates.h
13316                 Export addressbook entry deletion
13317
13318 2007-12-04 [colin]      3.1.0cvs52
13319
13320         * tools/Makefile.am
13321         * tools/README.sylprint
13322         * tools/sylprint.pl
13323         * tools/sylprint.rc
13324                 Fix debian bug #454089 (symlink attack in TMP directory)
13325                 http://secwatch.org/advisories/1019661/ :
13326                 Remove the buggy script, which was unmaintained anyway
13327         * src/news.c
13328         * src/procmsg.c
13329                 Store things in our private tmp directory.
13330
13331 2007-12-03 [colin]      3.1.0cvs51
13332
13333         * src/folder.c
13334         * src/folder.h
13335         * src/folderview.c
13336         * src/imap.c
13337         * src/mainwindow.c
13338                 Fix update problem when getting remote tags
13339         * src/prefs_matcher.c
13340                 Rework GUI to make it better. Patch by Pawel
13341                 Pekala
13342
13343 2007-12-03 [colin]      3.1.0cvs50
13344
13345         * src/etpan/imap-thread.c
13346         * src/etpan/nntp-thread.c
13347                 Fix bug 1417, 'Network log doesn't reveal 
13348                 enough NNTP errors'
13349
13350 2007-12-02 [iwkse]      3.1.0cvs49
13351
13352         * src/plugins/dillo_viewer/dillo_prefs.c
13353                         Insert dillo under the Plugins menu
13354
13355 2007-12-01 [paul]       3.1.0cvs48
13356
13357         * src/html.c
13358                 add these variant forms
13359                 Thanks to Colin
13360
13361 2007-12-01 [paul]       3.1.0cvs47
13362
13363         * src/matcher.c
13364                 fix a typo
13365
13366 2007-12-01 [paul]       3.1.0cvs46
13367
13368         * po/POTFILES.in
13369                 add the new addrcustomattr.c file
13370
13371 2007-11-29 [colin]      3.1.0cvs45
13372
13373         * src/common/ssl_certificate.c
13374                 Use the more modern getaddrinfo instead of 
13375                 gethostbyname when possible
13376
13377 2007-11-28 [colin]      3.1.0cvs44
13378
13379         * src/summaryview.c
13380                 Maybe fix bug 1410 and other crash reports
13381                 in summaryview since cvs38.
13382
13383 2007-11-28 [wwp]        3.1.0cvs43
13384
13385         * src/prefs_summary_open.c
13386                 Guard against an empty list of actions to perform
13387                 when opening a folder (or migration defaults could
13388                 be introduced, confusing).
13389
13390 2007-11-28 [colin]      3.1.0cvs42
13391
13392         * src/folderview.c
13393                 Fix mark all read from folder's contextual menu
13394
13395 2007-11-27 [colin]      3.1.0cvs41
13396
13397         * src/imap.c
13398         * src/imap.h
13399         * src/imap_gtk.c
13400         * src/prefs_account.c
13401         * src/etpan/imap-thread.c
13402                 A few fixes to the IMAP flags handling: Optimisations,
13403                 two crashers, mention that Bandwitdh-efficient mode
13404                 prevents tag fetching.
13405                 Fix M-UTF7 in subscription dialog.
13406
13407 2007-11-27 [colin]      3.1.0cvs40
13408
13409         * src/folder.c
13410         * src/mbox.c
13411         * src/summaryview.c
13412                 Make filtering faster on flags change: Batch original 
13413                 folderitem, where we'll do flags/tags changes.
13414
13415 2007-11-27 [colin]      3.1.0cvs39
13416
13417         * src/filtering.c
13418                 Fix bug 1407, 'After a copy action, further rules apply 
13419                 to both original and copy'
13420
13421 2007-11-27 [colin]      3.1.0cvs38
13422
13423         * src/edittags.c
13424         * src/summaryview.c
13425                 Fixes races when doing a long operation and user
13426                 asks for another one (Mark all read/unread on a 
13427                 big folder on IMAP for example)
13428
13429 2007-11-27 [wwp]        3.1.0cvs37
13430
13431         * src/addressbook.c
13432         * src/prefs_common.c
13433                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13434                 and 3.1.0cvs35 (addressbook.c).
13435
13436 2007-11-27 [holger]     3.1.0cvs36
13437
13438         * src/printing.c
13439                 Add a line separating header and body
13440                 in the printout
13441
13442 2007-11-27 [wwp]        3.1.0cvs35
13443
13444         * src/addressbook.c
13445                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13446                 (thanks to Colin) and revert disabling of cut/copy
13447                 context menu entries upon selected groups.
13448
13449 2007-11-27 [holger]     3.1.0cvs34
13450
13451         * src/printing.c
13452                 Add weights to the list of supported text attributes
13453                 for printing
13454
13455 2007-11-27 [wwp]        3.1.0cvs33
13456
13457         * src/Makefile.am
13458         * src/addrcustomattr.c
13459         * src/addrcustomattr.h
13460         * src/addressbook.c
13461         * src/editaddress.c
13462         * src/editaddress.h
13463         * src/prefs_common.c
13464         * src/prefs_common.h
13465         * src/common/defs.h
13466                 Provide a (customizable) list of preset attribute names
13467                 for editing contacts (closes bug #1391).
13468
13469 2007-11-27 [wwp]        3.1.0cvs32
13470
13471         * src/addrclip.c
13472         * src/addressbook.c
13473         * src/addritem.c
13474                 Various fixes in the address book:
13475                         - made copy/move of a folder to itself or its subtree
13476                           impossible (-> error)
13477                         - errors messages don't show in the status bar anymore,
13478                           use alertpanels instead
13479                         - simple click on group doesn't open group edit dialog
13480                           anymore when in contact edit embedded mode (was too itchy)
13481                         - fixed disabling of edit button and and menu entry when
13482                           in contact edit embedded mode (was done in a bad and
13483                           ineffective way)
13484                         - fix menu cut/paste sensitivity in treelist context
13485                           menu (conflicting enabling was done by different functions)
13486                         - fix some menu item sensitivity in address list context menu
13487                         - don't allow cut/copy of groups, it's useless as they won't
13488                           be copied w/ their contents
13489                         - fix missing copy of the picture file when copying (bug #1402),
13490                           fix picture attribute (internal) value when moving or copying
13491
13492
13493 2007-11-27 [colin]      3.1.0cvs31
13494
13495         * src/folder.c
13496         * src/imap.c
13497                 Fix tags loss on move, fix space encoding
13498
13499 2007-11-26 [colin]      3.1.0cvs30
13500
13501         * src/edittags.c
13502         * src/folder.c
13503         * src/folder.h
13504         * src/imap.c
13505         * src/messageview.c
13506         * src/procmsg.c
13507         * src/procmsg.h
13508         * src/summaryview.c
13509         * src/common/utils.c
13510         * src/common/utils.h
13511         * src/etpan/imap-thread.c
13512         * src/etpan/imap-thread.h
13513                 Add IMAP tags support
13514
13515 2007-11-26 [colin]      3.1.0cvs29
13516
13517         * src/imap.c
13518                 Fix bug 1405, 'imap auto auth method doesn't 
13519                 work since 3.1.0'
13520
13521 2007-11-26 [colin]      3.1.0cvs28
13522
13523         * src/messageview.c
13524         * src/procmime.c
13525                 Handle broken disposition-notifications from Evolution
13526                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13527
13528 2007-11-25 [paul]       3.1.0cvs27
13529
13530         * src/folder_item_prefs.c
13531         * src/folder_item_prefs.h
13532                 remove dead code
13533
13534 2007-11-23 [wwp]        3.1.0cvs26
13535
13536         * src/matcher.c
13537         * src/matcher.h
13538         * src/matcher_parser_parse.y
13539         * src/prefs_matcher.c
13540                 Fix irrelevant case folding when adding matcher condition 'test',
13541                 thanks to Colin.
13542
13543 2007-11-23 [wwp]        3.1.0cvs25
13544
13545         * src/prefs_common.c
13546         * src/prefs_common.h
13547         * src/prefs_summary_open.c
13548         * src/prefs_summary_open.h
13549         * src/summaryview.c
13550                 Add "select first email in list" to the list of possible selections
13551                 when opening a folder.
13552
13553 2007-11-23 [paul]       3.1.0cvs24
13554
13555         * po/de.po
13556                 a fix by Stephan Sachse, plus remove all
13557                 old strings from the end of the file
13558
13559 2007-11-23 [wwp]        3.1.0cvs23
13560
13561         * src/prefs_msg_colors.c
13562                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13563                 with little changes.
13564
13565 2007-11-23 [paul]       3.1.0cvs22
13566
13567         * src/prefs_logging.c
13568                 eliminate wasted horizontal space
13569
13570 2007-11-23 [paul]       3.1.0cvs21
13571
13572         * src/prefs_summaries.c
13573                 don't wrap the label or put linebreaks
13574
13575 2007-11-22 [colin]      3.1.0cvs20
13576
13577         * src/plugins/pgpinline/pgpinline.c
13578                 Fix decryption
13579
13580 2007-11-22 [wwp]        3.1.0cvs19
13581
13582         * src/prefs_themes.c
13583                 Yet another misuse of get_rc_dir(), still related
13584                 to user themes. Completes 3.1.0cvs18.
13585
13586 2007-11-22 [wwp]        3.1.0cvs18
13587
13588         * src/stock_pixmap.c
13589                 Fix a misuse of get_rc_dir(), user themes dir was
13590                 not set properly and some themes might have disappeared
13591                 from themes list in prefs.
13592
13593 2007-11-22 [wwp]        3.1.0cvs17
13594
13595         * src/edittags.c
13596         * src/edittags.h
13597         * src/common/tags.c
13598         * src/common/tags.h
13599                 Correct copyright for these claws-mail-only brand new
13600                 files.
13601
13602 2007-11-22 [paul]       3.1.0cvs16
13603
13604         * src/compose.c
13605                 fix bug 1400, 'Drag and drop of URLs does not work'
13606                 Thanks to Colin
13607
13608 2007-11-22 [paul]       3.1.0cvs15
13609
13610         * src/prefs_common.c
13611                 make "cmds_use_system_default" default to FALSE
13612                 so as not to disrupt current settings
13613         * src/summaryview.c
13614                 increase the size of the GdkRectangle, tooltips
13615                 didn't show for me otherwise
13616
13617 2007-11-21 [colin]      3.1.0cvs14
13618
13619         * src/compose.c
13620         * src/crash.c
13621         * src/exphtmldlg.c
13622         * src/mainwindow.c
13623         * src/manual.c
13624         * src/mimeview.c
13625         * src/prefs_account.c
13626         * src/prefs_common.c
13627         * src/prefs_common.h
13628         * src/prefs_ext_prog.c
13629         * src/textview.c
13630         * src/uri_opener.c
13631         * src/gtk/about.c
13632         * src/gtk/gtkutils.c
13633                 Use xdg-open as a way to find default browser,
13634                 when available
13635
13636 2007-11-21 [colin]      3.1.0cvs13
13637
13638         * src/messageview.c
13639         * src/procmime.c
13640         * src/procmsg.h
13641                 Send better return receipts (useful ones)
13642                 Handle incoming return receipts
13643
13644 2007-11-20 [colin]      3.1.0cvs12
13645
13646         * src/printing.c
13647         * src/printing.h
13648                 Add getter/setter for settings, and getter
13649                 for page setup
13650
13651 2007-11-20 [colin]      3.1.0cvs11
13652
13653         * src/folderview.c
13654         * src/main.c
13655         * src/mainwindow.c
13656                 Fix bug 1396, 'Crash on disabling a filter 
13657                 while it is processing'
13658
13659 2007-11-20 [paul]       3.1.0cvs10
13660
13661         * src/folder.c
13662                 fix bug 1395, 'Crash on checking for new mails
13663                 while filter is running'
13664                 Thanks to Colin
13665
13666 2007-11-20 [paul]       3.1.0cvs9
13667
13668         * src/compose.c
13669                 make this string easier for translators
13670
13671 2007-11-19 [colin]      3.1.0cvs8
13672
13673         * src/prefs_summaries.c
13674         * src/summaryview.c
13675                 Don't enable more tooltips on Maemo
13676
13677 2007-11-19 [colin]      3.1.0cvs7
13678
13679         * src/prefs_common.c
13680         * src/prefs_common.h
13681         * src/prefs_summaries.c
13682         * src/summaryview.c
13683                 Fix bug 1388, 'message list tool tips'
13684                 Add (optional) tooltips in summaryview.
13685                 This only works with GTK+ >= 2.12
13686
13687 2007-11-19 [colin]      3.1.0cvs6
13688
13689         * src/compose.c
13690                 Make strings a bit better when attaching
13691                 from mailto: URIs
13692
13693 2007-11-19 [colin]      3.1.0cvs5
13694
13695         * src/common/utils.c
13696                 Fix bug 1392, 'Top level domain .EU is 
13697                 not recognised as valid'
13698
13699 2007-11-19 [wwp]        3.1.0cvs4
13700
13701         * src/compose.c
13702         * src/compose.h
13703                 Revert changes to compose.c made in 3.1.0cvs2.
13704
13705 2007-11-19 [wwp]        3.1.0cvs3
13706
13707         * src/addressbook.c
13708         * src/addressbook.h
13709         * src/editaddress.c
13710         * src/editgroup.c
13711         * src/addrduplicates.c
13712                 Minor improvements in the address book:
13713                 always accept new contacts provided that some
13714                 detail is set (instead of rejecting silently).
13715                 Better guessing of contact name from incomplete
13716                 name information. Better display of contacts with
13717                 no name, in contact lists, group contents, find
13718                 duplicate results.
13719                 
13720
13721 2007-11-19 [wwp]        3.1.0cvs2
13722
13723         * src/compose.c
13724         * src/compose.h
13725         * src/prefs_logging.c
13726         * src/prefs_summaries.c
13727                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13728                 wrap some long label in prefs/summaries, layout checkboxes
13729                 in a more compact form in prefs/loggin, make account and
13730                 header's combos have the same size/spacing in compose
13731                 window.
13732
13733 2007-11-19 [wwp]        3.1.0cvs1
13734
13735         * src/edittags.c
13736                 Fix a tiny leak and duplicate variable.
13737
13738 2007-11-19 [paul]       3.1.0
13739
13740         * NEWS
13741         * README
13742         * RELEASE_NOTES 
13743                 3.1.0 released
13744
13745 2007-11-19 [paul]       3.0.2cvs145
13746
13747         * po/de.po
13748         * po/fi.po
13749         * po/fr.po
13750         * po/hu.po
13751         * po/it.po
13752         * po/pl.po
13753         * po/pt_BR.po
13754         * po/sk.po
13755         * po/zh_CN.po
13756                 updated by Stephan Sachse, Flammie Pirinen,
13757                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13758                 Emil Nowak, Frederico Goncalves Guimaraes,
13759                 Andrej Kacian, and Ralph Young
13760
13761 2007-11-18 [mones]      3.0.2cvs144
13762
13763         * po/es.po
13764                 Updated Spanish translation
13765
13766 2007-11-18 [colin]      3.0.2cvs143
13767
13768         * src/edittags.c
13769                 Prevent empty tag after edit, thanks to wwp
13770
13771 2007-11-18 [colin]      3.0.2cvs142
13772
13773         * src/editaddress.c
13774                 Fix possible "(null)" %s - thanks to wwp
13775
13776 2007-11-16 [wwp]        3.0.2cvs141
13777
13778         * src/common/utils.c
13779                 Fix for 3.0.2cvs140, prevents from crashing when opening
13780                 a compose window.
13781
13782 2007-11-16 [colin]      3.0.2cvs140
13783
13784         * src/main.c
13785         * src/common/claws.c
13786                 Output a bit more useful info at startup
13787                 in --debug mode
13788
13789 2007-11-16 [colin]      3.0.2cvs139
13790
13791         * src/compose.c
13792         * src/common/utils.c
13793         * src/common/utils.h
13794                 Fix bug 1387, 'Request for --compose to 
13795                 support multiple attachments'
13796
13797 2007-11-16 [colin]      3.0.2cvs138
13798
13799         * src/news.c
13800                 Fix bug 1390, 'NNTP fails after server 
13801                 closed connection'
13802
13803 2007-11-16 [colin]      3.0.2cvs137
13804
13805         * src/prefs_display_header.c
13806                 Fix bug 1389, 'Changing 'Display headers 
13807                 in message view' breaks dispheaderrc'
13808
13809 2007-11-14 [colin]      3.0.2cvs136
13810
13811         * src/summaryview.c
13812         * src/gtk/quicksearch.c
13813         * src/gtk/quicksearch.h
13814                 Fix resetting the quicksearch when in non-sticky
13815                 mode, but Recursive is set: reset only when going
13816                 out of the root search folder.
13817
13818 2007-11-14 [colin]      3.0.2cvs135
13819
13820         * src/filtering.c
13821                 Don't set new flag back when doing "Mark as unread"
13822                 from filtering
13823
13824 2007-11-12 [paul]       3.0.2cvs134
13825
13826         * src/plugins/dillo_viewer/dillo_viewer.c
13827                 don't offer the mime type for translation
13828
13829 2007-11-12 [paul]
13830
13831         3.1.0-rc2 released
13832
13833 2007-11-11 [colin]      3.0.2cvs133
13834
13835         * src/imap_gtk.c
13836         * src/mh_gtk.c
13837                 Use markup-escaped strings in dialogs
13838
13839 2007-11-11 [colin]      3.0.2cvs132
13840
13841         * src/imap.c
13842                 Better IMAP-UTF7/UTF8 conversion
13843
13844 2007-11-10 [colin]      3.0.2cvs131
13845
13846         * src/news.c
13847                 Fix debian bug 450698, 'nntp auth behavior changed 
13848                 without notice'
13849
13850 2007-11-10 [colin]      3.0.2cvs130
13851
13852         * configure.ac
13853         * src/inc.c
13854         * src/main.c
13855         * src/main.h
13856         * src/mimeview.c
13857         * src/statusbar.c
13858         * src/common/utils.c
13859         * src/etpan/Makefile.am
13860         * src/gtk/filesel.c
13861         * src/gtk/gtkutils.h
13862         * src/gtk/menu.c
13863         * src/plugins/bogofilter/Makefile.am
13864         * src/plugins/clamav/Makefile.am
13865         * src/plugins/dillo_viewer/Makefile.am
13866         * src/plugins/pgpcore/Makefile.am
13867         * src/plugins/spamassassin/Makefile.am
13868         * src/plugins/trayicon/Makefile.am
13869                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13870
13871 2007-11-09 [colin]      3.0.2cvs129
13872
13873         * src/addressbook.c
13874         * src/ldapupdate.c
13875                 fix bug 1375, 'Impossible to modify e-mail
13876                 in LDAP addressbook twice'; Try two. update
13877                 externalID, don't make display lag, and
13878                 fix the cases where dn is not mail.
13879
13880 2007-11-08 [paul]       3.0.2cvs128
13881
13882         * src/account.c
13883         * src/compose.c
13884         * src/messageview.c
13885         * src/prefs_account.c
13886         * src/prefs_account.h
13887                 reinstate 'Generate Message-ID' option as an
13888                 account preference. (hidden on IMAP)
13889                 Thanks to Colin
13890
13891 2007-11-08 [paul]       3.0.2cvs127
13892
13893         * src/textview.c
13894                 MAEMO: fix failure of loading images inline
13895                 MAEMO: fix bug 1349, 'Emails still skip to end
13896                 when opened (in certain circumstances)...'
13897
13898 2007-11-07 [colin]      3.0.2cvs126
13899
13900         * src/toolbar.c
13901                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
13902
13903 2007-11-07 [colin]      3.0.2cvs125
13904
13905         * src/toolbar.c
13906                 Re-change the string occurence of A_CLAWS_ACTIONS
13907                 to A_SYL_ACTIONS, to prevent parse errors of the
13908                 toolbar_*.xml files
13909
13910 2007-11-07 [colin]      3.0.2cvs124
13911
13912         * src/mimeview.c
13913         * src/prefs_common.c
13914         * src/prefs_common.h
13915         * manual/advanced.xml
13916                 Add an hidden pref, 'save_parts_readwrite';
13917                 completes 3.0.2cvs35
13918
13919 2007-11-07 [paul]       3.0.2cvs123
13920
13921         * src/prefs_toolbar.c
13922         * src/toolbar.c
13923         * src/toolbar.h
13924                 rename ToolbarSylpheedActions to ToolbarClawsActions
13925                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
13926
13927 2007-11-07 [paul]       3.0.2cvs122
13928
13929         * src/toolbar.c
13930                 MAEMO: remove tooltips
13931
13932 2007-11-07 [colin]      3.0.2cvs121
13933
13934         * src/plugins/pgpinline/pgpinline.c
13935                 Fix bug 1377, 'unspecific errors on 
13936                 signature checking'. Fix trimming of
13937                 UTF8 data.
13938
13939 2007-11-06 [iwkse]      3.0.2cvs120
13940
13941         * src/prefs_summary_open.c
13942                 yet a string change
13943
13944 2007-11-06 [paul]       3.0.2cvs119
13945
13946         * tools/Makefile.am
13947         * tools/README
13948         * tools/csv2addressbook.pl
13949                 add a new script that imports a CSV formatted
13950                 address book. Becky and Thunderbird address
13951                 book are currently supported.
13952
13953 2007-11-05 [colin]      3.0.2cvs118
13954
13955         * src/imap.c
13956                 Fix deletion 
13957
13958 2007-11-05 [iwkse]      3.0.2cvs117
13959
13960         * src/prefs_summary_open.c
13961                 String changes
13962
13963 2007-11-04 [paul]       3.0.2cvs116
13964
13965         * src/addressbook_foldersel.c
13966                 fix gtk critical warning
13967                 Patch by Pawel Pekala
13968
13969 2007-11-04 [paul]       3.0.2cvs115
13970
13971         * tools/README
13972         * tools/claws-mail-compose-insert-files.pl
13973                 add --bcc and uri_escape() everything
13974
13975 2007-11-04 [paul]       3.0.2cvs114
13976
13977         * src/gtk/gtkutils.c
13978                 gtkut_stock_with_text_button_set_create(): set
13979                 GTK_CAN_DEFAULT on buttons 2 and 3
13980
13981 2007-11-03 [paul]       3.0.2cvs113
13982
13983         * src/common/utils.c
13984                 fix debian bug #448814, 'mailto: URI decoding
13985                 desn't decode the destination address field'
13986                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
13987
13988 2007-11-03 [paul]       3.0.2cvs112
13989
13990         * AUTHORS
13991         * src/compose.c
13992         * src/gtk/authors.h
13993                 allow Bcc in commandline URIs
13994                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
13995
13996 2007-11-02 [colin]      3.0.2cvs111
13997
13998         * src/addressbook.c
13999                 Maybe fix bug 1376, 'crash on 
14000                 addressbook manipulation'
14001
14002 2007-10-31 [paul]       3.0.2cvs110
14003
14004         * src/ldapupdate.c
14005                 fix bug 1375, 'Impossible to modify e-mail
14006                 in LDAP addressbook twice'
14007                 Patch by Michael Rasmussen
14008
14009 2007-10-30 [paul]       3.0.2cvs109
14010
14011         * configure.ac
14012                 enable GnuTLS support with --enable-gnutls which
14013                 will disable openssl support. if the user has
14014                 gtk >= 2.10.x don't allow gnomeprint even if the
14015                 user asks for it
14016
14017 2007-10-30 [paul]
14018
14019         3.1.0-rc1 released
14020
14021 2007-10-30 [paul]       3.0.2cvs108
14022
14023         * Makefile.am
14024                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14025
14026 2007-10-30 [paul]       3.0.2cvs107
14027
14028         * src/expldifdlg.c
14029         * src/prefs_account.c
14030         * src/prefs_folder_item.c
14031         * src/prefs_spelling.c
14032         * src/prefs_themes.c
14033         * src/wizard.c
14034         * src/gtk/gtkaspell.c
14035         * src/gtk/gtkaspell.h
14036         * src/plugins/spamassassin/spamassassin_gtk.c
14037                 replace deprecated gtk_option_menu...
14038                 patch by Pawel Pekala
14039
14040 2007-10-29 [colin]      3.0.2cvs106
14041
14042         * src/plugins/dillo_viewer/dillo_prefs.c
14043                 Fix forgotten signal connect
14044
14045 2007-10-28 [colin]      3.0.2cvs105
14046
14047         * src/plugins/dillo_viewer/dillo_prefs.c
14048         * src/plugins/dillo_viewer/dillo_prefs.h
14049         * src/plugins/dillo_viewer/dillo_viewer.c
14050                 Implement addressbook-based whitelisting for loading
14051                 remote images. Fixed missing destroy of the embedded
14052                 browser that made a Dillo window pop up on exit, if
14053                 an HTML part was displayed.
14054
14055 2007-10-26 [colin]      3.0.2cvs104
14056
14057         * src/edittags.c
14058                 Add missing static
14059
14060 2007-10-25 [colin]      3.0.2cvs103
14061
14062         * src/editaddress.c
14063                 Add tap-and-hold on the picture, for Maemo
14064         * src/edittags.c
14065         * src/edittags.h
14066         * src/mainwindow.c
14067         * src/procmsg.c
14068         * src/summaryview.c
14069         * src/textview.c
14070                 Unify tag interfaces.
14071
14072 2007-10-25 [colin]      3.0.2cvs102
14073
14074         * src/imap.c
14075         * src/etpan/imap-thread.h
14076                 Much better error handling. We'll need to be really
14077                 clear to users about where errors come from, with 
14078                 the apparition of Gmail's IMAP server.
14079
14080 2007-10-24 [colin]      3.0.2cvs101
14081
14082         * src/edittags.c
14083         * src/mainwindow.c
14084         * src/summaryview.c
14085         * src/textview.c
14086                 Add tags sorting (alphabetical); allow deletion of
14087                 tags from the Apply Tags window
14088
14089 2007-10-24 [colin]      3.0.2cvs100
14090
14091         * src/editaddress.c
14092         * src/editaddress_other_attributes_ldap.c
14093         * src/editaddress_other_attributes_ldap.h
14094         * src/ldapctrl.c
14095         * src/ldapquery.c
14096         * src/ldapupdate.c
14097                 Fix LDAP writing (got broken in cvs39)
14098                 Add read-only support for jpegPhoto LDAP field
14099
14100 2007-10-23 [colin]      3.0.2cvs99
14101
14102         * src/news.c
14103                 Fix crash in some cases
14104
14105 2007-10-22 [colin]      3.0.2cvs98
14106
14107         * src/common/socket.h
14108         * src/common/ssl.c
14109                 Fix big leak in GnuTLS code
14110
14111 2007-10-22 [colin]      3.0.2cvs97
14112
14113         * src/news.c
14114                 Fix bug 1368, 'SIGSEGV in NNTP code'
14115
14116 2007-10-22 [colin]      3.0.2cvs96
14117
14118         * src/prefs_customheader.c
14119                 Catch compface warnings when generating X-Faces
14120
14121 2007-10-22 [wwp]        3.0.2cvs95
14122
14123         * src/quote_fmt_parse.y
14124                 Remove accidentally committed debug traces.
14125                 Fix a warning.
14126
14127 2007-10-22 [colin]      3.0.2cvs94
14128
14129         * src/etpan/nntp-thread.c
14130                 Fix authentication
14131
14132 2007-10-19 [wwp]        3.0.2cvs93
14133
14134         * src/common/ssl_certificate.c
14135                 Add missing include (Windows).
14136
14137 2007-10-19 [colin]      3.0.2cvs92
14138
14139         * src/imap_gtk.c
14140         * src/mimeview.c
14141         * src/textview.c
14142         * src/gtk/inputdialog.c
14143         * src/gtk/inputdialog.h
14144                 Remove the last old combo; patch by
14145                 Pawel
14146
14147 2007-10-19 [colin]      3.0.2cvs91
14148
14149         * src/common/ssl.c
14150                 Fix interop problem with GnuTLS and some crappy
14151                 servers that have very little keys.
14152
14153 2007-10-19 [colin]      3.0.2cvs90
14154
14155         * src/common/ssl.c
14156                 Fix return value check on GnuTLS, and
14157                 display the error
14158
14159 2007-10-18 [colin]      3.0.2cvs89
14160
14161         * src/common/ssl_certificate.c
14162                 Fix missing initialisations
14163
14164 2007-10-18 [wwp]        3.0.2cvs88
14165
14166         * src/Makefile.am
14167                 Fix linking against GNUTLS (matters if --enable-gnutls only).
14168
14169 2007-10-18 [colin]      3.0.2cvs87
14170
14171         * po/POTFILES.in
14172                 Fix build
14173
14174 2007-10-18 [mones]      3.0.2cvs86
14175
14176         * src/editbook.c
14177         * src/import.c
14178         * src/prefs_account.c
14179         * src/prefs_receive.c
14180         * src/gtk/about.c
14181         * src/plugins/bogofilter/bogofilter_gtk.c
14182         * src/plugins/spamassassin/spamassassin_gtk.c
14183                 More capitalisation micro-fixes
14184
14185 2007-10-18 [paul]       3.0.2cvs85
14186
14187         * configure.ac
14188                 add info about NNTP support via libetpan
14189                 change the configure output ending msg a little
14190         * src/gtk/about.c
14191                 similar changes to above
14192
14193 2007-10-18 [colin]      3.0.2cvs84
14194
14195         * src/procmime.c
14196         * src/procmime.h
14197                 Fix missing symbol for S/MIME
14198
14199 2007-10-18 [colin]      3.0.2cvs83
14200
14201         * src/prefs_filtering_action.c
14202                 Fix crash in tags (introduced in cvs78)
14203
14204 2007-10-18 [colin]      3.0.2cvs82
14205
14206         * src/common/Makefile.am
14207         * src/common/nntp.c
14208         * src/common/nntp.h
14209         * src/etpan/Makefile.am
14210         * src/etpan/etpan-thread-manager-types.h
14211         * src/etpan/etpan-thread-manager.c
14212         * src/etpan/imap-thread.c
14213         * src/etpan/nntp-thread.c
14214         * src/etpan/nntp-thread.h
14215         * src/news.c
14216         * src/news.h
14217                 Rewrite the nntp implementation
14218                 to use libetpan. Non-blocking NNTP!
14219         * src/account.c
14220         * src/crash.c
14221         * src/imap.c
14222         * src/inc.c
14223         * src/main.c
14224         * src/mainwindow.c
14225         * src/pop.c
14226         * src/pop.h
14227         * src/prefs_account.c
14228         * src/recv.c
14229         * src/recv.h
14230         * src/send_message.c
14231         * src/send_message.h
14232         * src/ssl_manager.c
14233         * src/ssl_manager.h
14234         * src/wizard.c
14235         * src/common/claws.c
14236         * src/common/session.c
14237         * src/common/session.h
14238         * src/common/smtp.c
14239         * src/common/smtp.h
14240         * src/common/socket.c
14241         * src/common/socket.h
14242         * src/common/ssl.c
14243         * src/common/ssl.h
14244         * src/common/ssl_certificate.c
14245         * src/common/ssl_certificate.h
14246         * src/gtk/about.c
14247         * src/gtk/sslcertwindow.c
14248         * src/gtk/sslcertwindow.h
14249                 Implement GnuTLS support. GnuTLS support
14250                 will be used if OpenSSL isn't available, or
14251                 specified explicitely. (the reason is that
14252                 GnuTLS cerficate checking is a bit less 
14253                 practical than OpenSSL's)
14254
14255 2007-10-18 [paul]       3.0.2cvs81
14256
14257         * src/gtk/inputdialog.c
14258         * src/gtk/inputdialog.h
14259                 fix copyright header
14260
14261 2007-10-17 [colin]      3.0.2cvs80
14262
14263         * src/plugins/pgpcore/select-keys.c
14264                 Fix bug which prevented encryption key
14265                 auto-selection when two or more matched the
14266                 email address, but only one isn't revoked
14267                 or expired.
14268
14269 2007-10-17 [wwp]        3.0.2cvs79
14270
14271         * src/compose.c
14272         * src/quote_fmt.c
14273         * src/quote_fmt.h
14274         * src/quote_fmt_lex.l
14275         * src/quote_fmt_parse.y
14276                 Templates can now attach files using |attach{filename}.
14277
14278 2007-10-17 [wwp]        3.0.2cvs78
14279
14280         * src/prefs_customheader.c
14281         * src/prefs_ext_prog.c
14282         * src/prefs_filtering_action.c
14283         * src/prefs_matcher.c
14284         * src/prefs_other.c
14285         * src/prefs_toolbar.c
14286         * src/gtk/combobox.c
14287         * src/gtk/combobox.h
14288         * src/gtk/gtkutils.c
14289         * src/gtk/gtkutils.h
14290         * src/plugins/bogofilter/bogofilter_gtk.c
14291         * src/plugins/spamassassin/spamassassin_gtk.c
14292                 Removed almost all remaining instances of GtkCombo
14293                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14294                 few visual and code cleanup from Colin.
14295
14296 2007-10-16 [wwp]        3.0.2cvs77
14297         * src/gtk/pluginwindow.c
14298                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14299
14300 2007-10-15 [colin]      3.0.2cvs76
14301
14302         * src/edittags.c
14303         * src/edittags.h
14304         * src/filtering.c
14305         * src/filtering.h
14306         * src/importmutt.c
14307         * src/importpine.c
14308         * src/main.c
14309         * src/messageview.c
14310         * src/messageview.h
14311         * src/mimeview.c
14312         * src/mimeview.h
14313         * src/pop.c
14314         * src/pop.h
14315         * src/prefs_common.c
14316         * src/prefs_common.h
14317         * src/prefs_customheader.c
14318         * src/prefs_customheader.h
14319         * src/prefs_display_header.c
14320         * src/prefs_display_header.h
14321         * src/prefs_filtering_action.c
14322         * src/prefs_filtering_action.h
14323         * src/prefs_folder_column.c
14324         * src/prefs_folder_column.h
14325         * src/prefs_folder_item.c
14326         * src/prefs_folder_item.h
14327         * src/prefs_gtk.c
14328         * src/prefs_gtk.h
14329         * src/prefs_logging.h
14330         * src/prefs_matcher.c
14331         * src/prefs_matcher.h
14332         * src/prefs_summary_column.c
14333         * src/prefs_summary_column.h
14334         * src/prefs_summary_open.c
14335         * src/procheader.c
14336         * src/procheader.h
14337         * src/procmime.c
14338         * src/procmime.h
14339         * src/recv.c
14340         * src/recv.h
14341         * src/sourcewindow.c
14342         * src/sourcewindow.h
14343         * src/summaryview.c
14344         * src/summaryview.h
14345         * src/textview.c
14346         * src/textview.h
14347         * src/toolbar.c
14348         * src/toolbar.h
14349         * src/common/mgutils.c
14350         * src/common/mgutils.h
14351         * src/common/nntp.c
14352         * src/common/nntp.h
14353         * src/common/prefs.c
14354         * src/common/prefs.h
14355         * src/common/socket.c
14356         * src/common/socket.h
14357         * src/common/stringtable.c
14358         * src/common/stringtable.h
14359         * src/common/template.c
14360         * src/common/template.h
14361         * src/common/uuencode.c
14362         * src/common/uuencode.h
14363         * src/gtk/gtkshruler.c
14364         * src/gtk/gtkshruler.h
14365         * src/gtk/menu.c
14366         * src/gtk/menu.h
14367         * src/gtk/progressdialog.c
14368         * src/gtk/progressdialog.h
14369                 Remove/staticalize, the return of the revenge
14370
14371 2007-10-15 [colin]      3.0.2cvs75
14372
14373         * src/matcher.c
14374                 Fix redirections in filtering's tests
14375
14376 2007-10-15 [colin]      3.0.2cvs74
14377
14378         * src/imap.c
14379                 Don't build imap_synchronise at all when 
14380                 building without libetpan
14381
14382 2007-10-14 [colin]      3.0.2cvs73
14383
14384         * src/imap.c
14385         * src/common/md5.c
14386         * src/common/md5.h
14387         * src/gtk/manage_window.c
14388         * src/gtk/manage_window.h
14389                 Remove more unused code
14390
14391 2007-10-14 [colin]      3.0.2cvs72
14392
14393         * src/addrquery.c
14394         * src/addrquery.h
14395         * src/recv.c
14396         * src/recv.h
14397         * src/vcard.c
14398         * src/vcard.h
14399         * src/common/xml.c
14400         * src/common/xml.h
14401         * src/common/xmlprops.c
14402         * src/common/xmlprops.h
14403                 Remove more unused code
14404
14405 2007-10-14 [colin]      3.0.2cvs71
14406
14407         * src/common/utils.c
14408                 Remove unused function
14409
14410 2007-10-13 [colin]      3.0.2cvs70
14411
14412         * src/imap.c
14413         * src/imap.h
14414         * src/mainwindow.c
14415         * src/mainwindow.h
14416         * src/gtk/gtkutils.c
14417         * src/gtk/gtkutils.h
14418                 Staticalise/Remove more code
14419
14420 2007-10-13 [colin]      3.0.2cvs69
14421
14422         * src/common/utils.c
14423         * src/common/utils.h
14424                 Remove dead code, unused for ages
14425
14426 2007-10-13 [colin]      3.0.2cvs68
14427
14428         * src/main.c
14429         * src/main.h
14430                 Maemo: define hildon_program in main.c,
14431                 make it accessible in the .h with extern
14432
14433 2007-10-13 [paul]       3.0.2cvs67
14434
14435         * src/gtk/menu.c
14436                 fix a bunch of runtime warnings on maemo
14437
14438 2007-10-13 [paul]       3.0.2cvs66
14439
14440         * src/main.c
14441         * src/main.h
14442         * src/gtk/gtkutils.c
14443         * src/gtk/gtkutils.h
14444                 fix a bunch of compiler warnings on maemo
14445
14446 2007-10-12 [colin]      3.0.2cvs65
14447
14448         * src/account.c
14449         * src/addritem.c
14450         * src/addritem.h
14451         * src/filtering.c
14452         * src/filtering.h
14453         * src/folder.c
14454         * src/folder.h
14455         * src/common/utils.c
14456         * src/common/utils.h
14457                 Remove unused code, staticalise some functions
14458
14459 2007-10-12 [paul]       3.0.2cvs64
14460
14461         * src/account.c
14462         * src/folderview.c
14463         * src/main.c
14464         * src/mainwindow.c
14465         * src/messageview.c
14466         * src/summary_search.c
14467         * src/summaryview.c
14468         * src/toolbar.c
14469         * src/wizard.c
14470         * src/common/utils.c
14471         * src/gtk/prefswindow.c
14472                 fix a bunch of compiler warnings on maemo
14473
14474 2007-10-11 [colin]      3.0.2cvs63
14475
14476         * src/editaddress.c
14477                 Make static function static
14478
14479 2007-10-11 [mones]      3.0.2cvs62
14480
14481         * src/addrduplicates.c
14482         * src/addressbook.c
14483         * src/compose.c
14484         * src/expldifdlg.c
14485         * src/mainwindow.c
14486         * src/messageview.c
14487         * src/pop.c
14488         * src/prefs_customheader.c
14489         * src/prefs_send.c
14490         * src/prefs_themes.c
14491         * src/common/plugin.c
14492         * src/gtk/pluginwindow.c
14493         * src/gtk/quicksearch.c
14494                 Fix several typos and capitalisation issues
14495
14496 2007-10-11 [wwp]        3.0.2cvs61
14497
14498         * src/editaddress.c
14499                 Fix a warning about possible use of uninitialized
14500                 filename var.
14501
14502 2007-10-11 [wwp]        3.0.2cvs60
14503
14504         * src/editaddress.c
14505                 Disable "Unset picture" menu item when there's
14506                 no picture to clear. Fix an extraneous g_unref_object,
14507                 add missing initializers.
14508
14509 2007-10-11 [wwp]        3.0.2cvs59
14510
14511         * src/pixmaps/anonymous.xpm
14512         * src/editaddress.c
14513         * src/Makefile.am
14514         * src/stock_pixmap.c
14515         * src/stock_pixmap.h
14516                 Fix a leak, gettext-ize the photo label.
14517                 Don't clear the existing picture if loading
14518                 a new one fails. Use a default 'anonymous'
14519                 picture (this new xpm has been added to the
14520                 internal stock_pixmap API). Add a
14521                 "Set picture" context menu entry.
14522
14523 2007-10-11 [colin]      3.0.2cvs58
14524
14525         * src/messageview.c
14526                 Make shift-shortcuts work
14527         * src/prefs_actions.c
14528                 Don't ask if we really want to close when
14529                 choosing OK and only the list is changed
14530         * src/prefs_template.c
14531                 Don't ask if we really want to close when
14532                 choosing OK and only the list is changed
14533         * src/common/plugin.c
14534                 Fix writing of second [Plugins_*] block
14535         * src/common/template.c
14536                 Remove unused files (fixes deletion)
14537
14538 2007-10-10 [paul]       3.0.2cvs57
14539
14540         * src/prefs_template.c
14541                 put the whole thing in a scrolled window
14542                 so that half the page is no longer inaccessible
14543                 on maemo
14544                 make the gtk_text_view smaller on maemo
14545
14546 2007-10-10 [colin]      3.0.2cvs56
14547
14548         * src/compose.c
14549                 Fix updating of Attachments number in some
14550                 cases (reedit, attach from command-line, ...)
14551
14552 2007-10-10 [colin]      3.0.2cvs55
14553
14554         * src/editaddress.c
14555                 Initialise error correctly
14556
14557 2007-10-10 [paul]       3.0.2cvs54
14558
14559         * src/prefs_filtering_action.c
14560         * src/gtk/description_window.c
14561         * src/gtk/foldersort.c
14562         * src/gtk/quicksearch.c
14563                 get rid of some pointless new lines and
14564                 make the descripton labels wrap better
14565
14566 2007-10-10 [colin]      3.0.2cvs53
14567
14568         * src/addressadd.c
14569         * src/editaddress.c
14570         * src/headerview.c
14571         * src/textview.c
14572                 More error handling on saving pictures
14573
14574 2007-10-10 [colin]      3.0.2cvs52
14575
14576         * src/printing.c
14577         * src/printing.h
14578                 Generalize a bit printing, so we can factorize
14579                 most of the code. 
14580
14581 2007-10-10 [paul]       3.0.2cvs51
14582
14583         * src/addrduplicates.c
14584                 fix engrish
14585                 use GTK_STOCK... buttons
14586
14587 2007-10-10 [paul]       3.0.2cvs50
14588
14589         * src/addressadd.c
14590         * src/addrindex.c
14591         * src/editaddress.c
14592                 Fix previous patch
14593                 Thanks to Colin
14594
14595 2007-10-10 [paul]       3.0.2cvs49
14596
14597         * src/summaryview.c
14598         * src/messageview.c
14599                 Fix crash on Add sender to addressbook when
14600                 From is null
14601         * src/addressadd.c
14602         * src/addrindex.c
14603         * src/editaddress.c
14604         * src/editaddress_other_attributes_ldap.h
14605                 Fix leaks 
14606                 Rename images to .png in addrbook/
14607         * src/headerview.c
14608         * src/textview.c
14609                 Fix Face/X-Face being used if adding another
14610                 address than sender to addressbook
14611                 Thanks to Colin
14612
14613 2007-10-10 [holger]     3.0.2cvs48
14614
14615         * src/addrduplicates.c
14616         * src/editaddress.c
14617                 Improvements to the addressbook duplicate finder
14618                 feature:
14619                  - add an edit button to the button bar
14620                  - display the whole bookname (with iface) and
14621                    use this for same-book checking
14622                  - after editing, try to keep selections if the
14623                    entries are still present
14624                  - sort the email column alphabetically
14625                  - put results in a scrolled window
14626                  - support embedded editing
14627                  - make columns in detail view resizable
14628                  - add keyboard shortcuts
14629
14630 2007-10-10 [wwp]        3.0.2cvs47
14631
14632         * src/addrindex.c
14633                 Fix a crash when there's no From: in email, thanks to Colin.
14634
14635 2007-10-09 [paul]       3.0.2cvs46
14636
14637         * src/messageview.c
14638         * src/summaryview.c
14639         * src/textview.c
14640                 fix building without compface support
14641
14642 2007-10-09 [colin]      3.0.2cvs45
14643
14644         * src/editaddress.c
14645         * src/headerview.c
14646         * src/textview.c
14647                 Add error handling
14648
14649 2007-10-09 [colin]      3.0.2cvs44
14650
14651         * src/addrduplicates.c
14652         * src/addressadd.c
14653         * src/addressadd.h
14654         * src/addressbook.c
14655         * src/addressbook.h
14656         * src/addrindex.c
14657         * src/addrindex.h
14658         * src/addritem.c
14659         * src/addritem.h
14660         * src/compose.c
14661         * src/editaddress.c
14662         * src/editaddress_other_attributes_ldap.h
14663         * src/headerview.c
14664         * src/messageview.c
14665         * src/mimeview.c
14666         * src/summaryview.c
14667         * src/textview.c
14668         * src/gtk/gtkutils.c
14669                 Automatically set contacts' pictures from Face 
14670                 or X-Face if they have no picture
14671                 Display the contact picture in textview or
14672                 headerview for mails sent by people in the 
14673                 addressbook, that have no Face or X-Face
14674                 Fix a few details in the Person edition dialog
14675                 (ability to unset picture)
14676                 Remove picture file when deleting contacts
14677
14678 2007-10-09 [iwkse]      3.0.2cvs43
14679
14680         * src/gtk/about.c
14681                 center the about window
14682
14683 2007-10-09 [paul]       3.0.2cvs42
14684
14685         * src/prefs_toolbar.c
14686                 fix icon selector window on maemo
14687
14688 2007-10-09 [paul]       3.0.2cvs41
14689
14690         * src/messageview.c
14691                 add 'go to' menu to separate msgview
14692
14693 2007-10-09 [colin]      3.0.2cvs40
14694
14695         * src/common/defs.h
14696                 Add forgotten file
14697
14698 2007-10-09 [iwkse]      3.0.2cvs39
14699
14700         * Makefile.am
14701         * src/addressbook.c
14702         * src/addritem.c
14703         * src/addritem.h
14704         * src/editaddress.c
14705         * src/editaddress_other_attributes_ldap.h
14706         * src/addrbook.c
14707         * src/Makefile.am
14708                 set a photo in the Addressbook
14709
14710 2007-10-08 [colin]      3.0.2cvs38
14711
14712         * src/prefs_toolbar.c
14713                 Make height 320 to remove the scrollbar 
14714                 (with current number of icons)
14715
14716 2007-10-08 [colin]      3.0.2cvs37
14717
14718         * src/prefs_toolbar.c
14719                 Transform the treeview to a GtkIconView.
14720                 Patch by Pawel
14721                 In addition, transform the window so that 
14722                 it looks like a popup menu. Patch by me
14723
14724 2007-10-08 [colin]      3.0.2cvs36
14725
14726         * src/compose.c
14727         * src/compose.h
14728                 Beautify the GUI a bit; in particular, show the
14729                 number of attachments in the tab's title.
14730                 Patch by Pawel
14731
14732 2007-10-08 [paul]       3.0.2cvs35
14733
14734         * src/mimeview.c
14735                 Save users from themselves: save temporary
14736                 files used for Open/Open with as read-only.
14737                 Thanks to Colin
14738
14739 2007-10-08 [paul]       3.0.2cvs34
14740
14741         * tools/Makefile.am
14742                 forgot this in cvs33
14743
14744 2007-10-08 [paul]       3.0.2cvs33
14745
14746         * tools/kdeservicemenu/README
14747         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14748         * tools/kdeservicemenu/install.sh
14749         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14750                 renamed template* to *template so as not to confuse
14751                 lintian
14752
14753 2007-10-08 [paul]       3.0.2cvs32
14754
14755         * src/prefs_themes.c
14756         * src/stock_pixmap.c
14757                 replace 2 direct uses of RC_DIR
14758
14759 2007-10-07 [colin]      3.0.2cvs31
14760
14761         * src/addrduplicates.c
14762         * src/addrduplicates.h
14763         * src/addressbook.c
14764         * src/addressbook.h
14765         * src/addrindex.c
14766         * src/addrindex.h
14767                 Implement deletion in duplicate finder. 
14768                 Patch by Holger 
14769
14770 2007-10-07 [colin]      3.0.2cvs30
14771
14772         * src/exporthtml.c
14773         * src/mbox.c
14774         * src/common/utils.c
14775                 Better fix for Solaris, thanks to Nicolas Doualot
14776
14777 2007-10-07 [colin]      3.0.2cvs29
14778
14779         * AUTHORS
14780         * src/gtk/authors.h
14781                 Add Frank Dietrich
14782
14783 2007-10-07 [colin]      3.0.2cvs28
14784
14785         * src/exporthtml.c
14786                 Fix HTML export to make it more compliant
14787                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14788
14789 2007-10-07 [colin]      3.0.2cvs27
14790
14791         * src/prefs_toolbar.c
14792                 Only use icons that wouldn't look stupid in the toolbar
14793                 Patch by Pawel
14794
14795 2007-10-07 [colin]      3.0.2cvs26
14796
14797         * src/prefs_toolbar.c
14798                 Fix old icon being used when none is selected
14799
14800 2007-10-07 [colin]      3.0.2cvs25
14801
14802         * src/toolbar.c
14803                 Fix copy/paste error
14804
14805 2007-10-07 [colin]      3.0.2cvs24
14806
14807         * src/prefs_toolbar.c
14808         * src/toolbar.c
14809         * src/toolbar.h
14810                 Update icon to default one when changing event
14811                 Make the icon chooser nicer (handle Esc, Enter,
14812                 double-click)
14813
14814 2007-10-06 [colin]      3.0.2cvs23
14815
14816         * src/prefs_toolbar.c
14817                 Fix text reset; patch by Pawel
14818
14819 2007-10-06 [colin]      3.0.2cvs22
14820
14821         * src/toolbar.h
14822                 Complete previous commit
14823
14824 2007-10-06 [colin]      3.0.2cvs21
14825
14826         * src/prefs_toolbar.c
14827         * src/toolbar.c
14828                 Set toolbar text automatically to the default
14829                 when changing Event executed on click
14830
14831 2007-10-06 [colin]      3.0.2cvs20
14832
14833         * src/prefs_toolbar.c
14834                 Invert Text and Event fields
14835
14836 2007-10-06 [colin]      3.0.2cvs19
14837
14838         * src/prefs_toolbar.c
14839         * src/toolbar.c
14840                 Make toolbar prefs look much better
14841                 Patch by Pawel Pekala
14842
14843 2007-10-06 [paul]       3.0.2cvs18
14844
14845         * src/account.c
14846         * src/prefs_filtering.c
14847                 fix checkbuttons in gtktreeview on maemo by
14848                 setting maemo's "allow-checkbox-mode" to FALSE
14849
14850 2007-10-06 [colin]      3.0.2cvs17
14851
14852         * configure.ac
14853                 Export -DSOLARIS in CFLAGS for all
14854                 Solaris (not just 2.8) and OpenSolaris
14855
14856 2007-10-06 [paul]       3.0.2cvs16
14857
14858         * AUTHORS
14859         * src/exporthtml.c
14860         * src/mbox.c
14861         * src/gtk/authors.h
14862                 fix build on solaris where ctime_r takes
14863                 3 arguments rather than 2.
14864                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14865
14866 2007-10-05 [colin]      3.0.2cvs15
14867
14868         * src/etpan/imap-thread.c
14869                 Fix wrong error codepath
14870
14871 2007-10-05 [wwp]        3.0.2cvs14
14872
14873         * src/filtering.c
14874                 Fix unexpected logging of quicksearches:
14875                 debug_filtering_session flag was never reset to FALSE, causing
14876                 matcher functions to log when called from a quicksearch
14877                 (if a filtering session happened before).
14878
14879 2007-10-05 [paul]       3.0.2cvs13
14880
14881         * src/prefs_actions.c
14882         * src/prefs_filtering.c
14883         * src/prefs_template.c
14884                 fix bug 1343, 'Filtering..'s close button
14885                 silently discards new filter'
14886                 Thanks to Colin
14887
14888 2007-10-05 [paul]       3.0.2cvs12
14889
14890         * configure.ac
14891         * src/Makefile.am
14892                 fix bug 1347, '-Wno-unused-function, optional'
14893
14894 2007-10-05 [colin]      3.0.2cvs11
14895
14896         * src/procmime.c
14897         * src/common/mgutils.c
14898                 Fix warnings
14899
14900 2007-10-05 [mones]      3.0.2cvs10
14901
14902         * manual/advanced.xml
14903                 Use full menu name
14904         * manual/es/advanced.xml
14905                 Synchronise translation
14906
14907 2007-10-04 [colin]      3.0.2cvs9
14908
14909         * src/action.c
14910         * src/addrbook.c
14911         * src/addrindex.c
14912         * src/compose.c
14913         * src/exporthtml.c
14914         * src/exportldif.c
14915         * src/folder.c
14916         * src/main.c
14917         * src/matcher.c
14918         * src/mbox.c
14919         * src/messageview.c
14920         * src/mh.c
14921         * src/news.c
14922         * src/partial_download.c
14923         * src/pop.c
14924         * src/procmime.c
14925         * src/procmsg.c
14926         * src/toolbar.c
14927         * src/common/log.c
14928         * src/common/mgutils.c
14929         * src/common/plugin.c
14930         * src/common/utils.c
14931         * src/common/xml.c
14932         * src/common/xml.h
14933         * src/common/xmlprops.c
14934         * src/common/xmlprops.h
14935         * src/plugins/bogofilter/bogofilter.c
14936         * src/plugins/clamav/clamav_plugin.c
14937         * src/plugins/dillo_viewer/dillo_prefs.c
14938         * src/plugins/pgpcore/prefs_gpg.c
14939         * src/plugins/pgpinline/pgpinline.c
14940         * src/plugins/pgpmime/pgpmime.c
14941         * src/plugins/spamassassin/spamassassin.c
14942         * src/plugins/trayicon/trayicon_prefs.c
14943                 Verify success on writes. Will fix possible strange
14944                 failure on disk full.
14945
14946 2007-10-04 [paul]       3.0.2cvs8
14947
14948         * manual/advanced.xml
14949                 add further info about Actions
14950                 Patch by Emmanuel Briot <briot@adacore.com>
14951
14952 2007-10-04 [paul]       3.0.2cvs7
14953
14954         * src/account.c
14955                 remove the D column, instead indicate the
14956                 default account by use of bold text
14957
14958 2007-10-03 [colin]      3.0.2cvs6
14959
14960         * src/common/template.c
14961                 Fix templates writing (was prone to disk full problems)
14962
14963 2007-10-03 [colin]      3.0.2cvs5
14964
14965         * src/Makefile.am
14966         * src/addrduplicates.c
14967         * src/addrduplicates.h
14968         * src/addressbook.c
14969                 Add duplicate deletion. Patch by Holger
14970
14971 2007-10-03 [colin]      3.0.2cvs4
14972
14973         * src/matcher.c
14974         * src/gtk/quicksearch.c
14975                 Fix bug 1340, 'Case insensitive searches with 
14976                 non-ascii alphabets fail'.
14977
14978 2007-10-03 [colin]      3.0.2cvs3
14979
14980         * src/main.c
14981         * src/common/utils.c
14982         * src/common/utils.h
14983                 Implement run-time alternative config directories
14984
14985 2007-10-03 [colin]      3.0.2cvs2
14986
14987         * src/folderview.c
14988                 Prevent opening folder item while folder
14989                 is scanned in a better way
14990
14991 2007-10-02 [paul]       3.0.2cvs1
14992
14993         * NEWS
14994         * README
14995         * RELEASE_NOTES
14996         * configure.ac
14997                 bump up version number following stable release
14998
14999 2007-09-30 [colin]      3.0.1cvs49
15000
15001         * src/imap.c
15002                 Refresh session if needed
15003
15004 2007-09-30 [colin]      3.0.1cvs48
15005
15006         * src/imap.c
15007                 Reset folder's session to NULL
15008                 before destroying it
15009
15010 2007-09-30 [mones]      3.0.1cvs47
15011
15012         * manual/handling.xml
15013                 Use markup quotes instead hardcoded quotes
15014         * manual/es/handling.xml
15015                 Added new synced section (IMAP subscriptions)
15016
15017 2007-09-29 [colin]      3.0.1cvs46
15018
15019         * src/imap.c
15020                 Notice disconnections faster
15021
15022 2007-09-28 [colin]      3.0.1cvs45
15023
15024         * src/addressbook.c
15025         * src/addrindex.c
15026                 Fix warnings
15027
15028 2007-09-28 [paul]       3.0.1cvs44
15029
15030         * src/mimeview.c
15031                 fix maemo build
15032
15033 2007-09-28 [paul]       3.0.1cvs43
15034
15035         * src/account.c
15036                 use gtk_widget_set_size_request() on the label
15037                 so that wrapping works better. get rid of the
15038                 (partially deprecated) hbutton_box.
15039                 these changes should prevent buttons overlapping
15040                 on maemo
15041
15042 2007-09-28 [colin]      3.0.1cvs42
15043
15044         * src/pop.c
15045                 Fix typo :)
15046
15047 2007-09-28 [colin]      3.0.1cvs41
15048
15049         * src/compose.c
15050         * src/msgcache.c
15051         * src/pop.c
15052         * src/procmime.c
15053         * src/etpan/imap-thread.c
15054                 64bits-related warning fixes
15055
15056 2007-09-28 [colin]      3.0.1cvs40
15057
15058         * src/folder_item_prefs.c
15059         * src/ldaputil.c
15060         * src/mainwindow.c
15061         * src/mimeview.c
15062         * src/common/tags.c
15063                 Fix warnings
15064
15065 2007-09-28 [colin]      3.0.1cvs39
15066
15067         * src/plugins/spamassassin/spamassassin.c
15068         * src/plugins/spamassassin/spamassassin.h
15069         * src/plugins/spamassassin/spamassassin_gtk.c
15070                 Add addressbook-based whitelisting
15071
15072 2007-09-28 [colin]      3.0.1cvs38
15073
15074         * src/folder.c
15075                 Fix bug 1337, 'crash on pressing Send button'
15076
15077 2007-09-28 [paul]       3.0.1cvs37
15078
15079         * src/prefs_folder_item.c
15080                 give the orphans a parent. makes all prefs
15081                 pages visible on maemo
15082
15083 2007-09-28 [colin]      3.0.1cvs36
15084
15085         * src/prefs_folder_column.c
15086         * src/prefs_summary_column.c
15087                 Fix two leaks
15088
15089 2007-09-27 [colin]      3.0.1cvs35
15090
15091         * src/gtk/quicksearch.c
15092                 Fix bug 1336, 'Segfault if empty space before search-string'
15093
15094 2007-09-26 [mones]      3.0.1cvs34
15095
15096         * manual/account.xml
15097         * manual/plugins.xml
15098                 Fixed irc channel name, added some docbook markup.
15099                 Changed text markup to docbook markup. 
15100                 Added spamcop as supported in SpamReport description.
15101         * manual/fr/plugins.xml
15102                 Fixed irc channel name.
15103         * manual/es/account.xml
15104         * manual/es/advanced.xml
15105         * manual/es/claws-mail-manual.xml
15106         * manual/es/glossary.xml
15107         * manual/es/gpl.xml
15108         * manual/es/keyboard.xml
15109         * manual/es/plugins.xml
15110                 Synced with English version, fixed a couple of typos.
15111
15112 2007-09-26 [colin]      3.0.1cvs33
15113
15114         * configure.ac
15115                 Explain why "Libgnomeprint: no" on GTK+ 2.10
15116
15117 2007-09-26 [colin]      3.0.1cvs32
15118
15119         * src/messageview.c
15120         * src/procmsg.c
15121         * src/procmsg.h
15122                 Optimisation: avoid fetching mail 3 times locally
15123                 for displaying
15124
15125 2007-09-26 [colin]      3.0.1cvs31
15126
15127         * src/mh.c
15128                 Fix missing static
15129
15130 2007-09-26 [colin]      3.0.1cvs30
15131
15132         * src/folder.c
15133         * src/folder.h
15134         * src/mh.c
15135         * src/mh.h
15136                 Fix MH mtime hack - make it a folder class function
15137
15138 2007-09-26 [colin]      3.0.1cvs29
15139
15140         * src/inc.c
15141                 Fix bug 1334, 'user defined mail incorporation 
15142                 script not run'
15143
15144 2007-09-25 [colin]      3.0.1cvs28
15145
15146         * src/codeconv.c
15147                 Optimisation: shortcut conv_codeset_strdup
15148                 when src_code and dest_code are the same
15149         * src/common/xml.c
15150         * src/common/xml.h
15151                 Optimisation: shortcut code conversions when
15152                 files are in UTF-8; faster list walking by
15153                 using prepend/reverse.
15154
15155 2007-09-25 [holger]     3.0.1cvs27
15156
15157         * src/printing.c
15158                 Replace button bar of the preview window
15159                 with a real toolbar (patch by Colin)
15160                 Add zooming to the preview window
15161
15162 2007-09-24 [paul]       3.0.1cvs26
15163
15164         * src/compose.c
15165                 compact the character set menu, adding some
15166                 missing encodings. Patch by Pawel Pekala
15167
15168 2007-09-23 [paul]       3.0.1cvs25
15169
15170         * src/prefs_account.c
15171         * src/prefs_folder_item.c
15172         * src/prefs_quote.c
15173         * src/quote_fmt.c
15174         * src/quote_fmt.h
15175                 remove unnecessary frame from Templates options
15176                 and improve the English of the check button label
15177
15178 2007-09-22 [colin]      3.0.1cvs24
15179
15180         * src/gtk/quicksearch.c
15181                 Fix bug 1329, 'error in quicksearch.c'
15182                 Fix return with value in function returning void
15183
15184 2007-09-22 [colin]      3.0.1cvs23
15185
15186         * src/imap.c
15187         * src/procmsg.h
15188         * src/common/utils.c
15189         * src/common/utils.h
15190         * src/etpan/imap-thread.c
15191                 Optimise fetching IMAP cached emails *a lot*
15192                 (remember whether mail is fully cached and \r's
15193                  are already stripped)
15194
15195 2007-09-22 [colin]      3.0.1cvs22
15196
15197         * src/folder.c
15198         * src/folder.h
15199         * src/prefs_folder_item.c
15200                 Add a button to allow users to drop local caches.
15201
15202 2007-09-21 [colin]      3.0.1cvs21
15203
15204         * src/summaryview.c
15205                 Remove unnecessary error when cancelling export to mbox.
15206                 Patch by Pawel
15207
15208 2007-09-21 [paul]       3.0.1cvs20
15209
15210         * src/gtk/prefswindow.c
15211                 remove unnecessary frames from the prefs
15212                 pages. Patch by Pawel Pekala
15213
15214 2007-09-21 [paul]       3.0.1cvs19
15215
15216         * src/prefs_account.c
15217         * src/prefs_folder_item.c
15218         * src/prefs_quote.c
15219         * src/quote_fmt.c
15220                 put the Templates options into a tabbed
15221                 layout. Patch by Pawel Pekala
15222
15223 2007-09-21 [paul]       3.0.1cvs18
15224
15225         * src/mainwindow.c
15226                 group together the character set menu items
15227                 move the /View/Show or hide/Message view below
15228                 .../Toolbar menu item
15229                 Patch by Pawel Pekala
15230
15231 2007-09-21 [mones]      3.0.1cvs17
15232
15233         * src/compose.c
15234                 Fix for bug 1327, 'segfault when replying to a non-existent
15235                 news message', thanks to Colin.
15236
15237 2007-09-21 [colin]      3.0.1cvs16
15238
15239         * src/folderview.c
15240                 Complete 3.0.1cvs15
15241
15242 2007-09-20 [colin]      3.0.1cvs15
15243
15244         * src/folderview.c
15245         * src/folderview.h
15246                 Maybe fix bug 1324, 'Corrupted IMAP cache'
15247
15248 2007-09-20 [colin]      3.0.1cvs14
15249
15250         * src/printing.c
15251                 Fix a little leak
15252
15253 2007-09-20 [holger]     3.0.1cvs13
15254
15255         * src/printing.c
15256                 Add page layout to print preview.
15257                 Make the close-button in the toolbar
15258                 right-aligned.
15259
15260 2007-09-20 [paul]       3.0.1cvs12
15261
15262         * po/ru.po
15263                 updated by Pavlo Bohmat
15264
15265 2007-09-19 [colin]      3.0.1cvs11
15266
15267         * src/common/utils.c
15268                 Prevent unquoted mime boundaries, by always
15269                 using a /
15270
15271 2007-09-19 [colin]      3.0.1cvs10
15272
15273         * src/printing.c
15274                 Fix drawing area size, fix DPI change that
15275                 can cause total number of lines to decrease
15276
15277 2007-09-19 [colin]      3.0.1cvs9
15278
15279         * po/POTFILES.in
15280         * src/printing.c
15281                 Make print preview more efficient and nicer.
15282                 Patch mostly by Holger Berndt <hb@claws-mail.org>
15283
15284 2007-09-19 [colin]      3.0.1cvs8
15285
15286         * src/prefs_common.c
15287         * src/prefs_common.h
15288         * src/printing.c
15289                 Add scrolledwindow, default allocation and
15290                 size saving to the print preview window.
15291
15292 2007-09-18 [colin]      3.0.1cvs7
15293
15294         * src/prefs_common.c
15295         * src/prefs_common.h
15296         * src/prefs_image_viewer.c
15297         * src/printing.c
15298                 GtkPrintOperation:
15299                 - add image printing support
15300                 - add option to print images
15301                 - add preview widget
15302                 - add saving of a few Page Setup parameters
15303
15304 2007-09-18 [colin]      3.0.1cvs6
15305
15306         * AUTHORS
15307         * src/gtk/authors.h
15308                 Add Guillaume Chazarain
15309
15310 2007-09-18 [colin]      3.0.1cvs5
15311
15312         * src/common/utils.c
15313                 Fix bug 1321, 'access before allocation 
15314                 when scanning for uris'. Patch by 
15315                 Guillaume Chazarain <guichaz@yahoo.fr>
15316
15317 2007-09-18 [colin]      3.0.1cvs4
15318
15319         * src/toolbar.c
15320                 Fix bug 1320, 'Memory leak caused by 
15321                 gtk_container_get_children'. Patch by
15322                 Guillaume Chazarain <guichaz@yahoo.fr>
15323
15324 2007-09-18 [colin]      3.0.1cvs3
15325
15326         * src/printing.c
15327         * src/printing.h
15328                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15329
15330 2007-09-18 [colin]      3.0.1cvs2
15331
15332         * src/Makefile.am
15333         * src/mainwindow.c
15334         * src/messageview.c
15335         * src/messageview.h
15336         * src/prefs_ext_prog.c
15337         * src/prefs_fonts.c
15338         * src/printing.c
15339         * src/printing.h
15340         * src/summaryview.c
15341                 Use GtkPrintOperation by default on GTK+ >= 2.10
15342                 Patch by Holger Berndt <hb@claws-mail.org>
15343
15344 2007-09-18 [paul]       3.0.1cvs1
15345
15346         * NEWS
15347         * README
15348         * RELEASE_NOTES
15349         * configure.ac
15350                 bump up version number following stable release
15351
15352 2007-09-16 [colin]      3.0.0cvs18
15353
15354         * src/folder.c
15355                 Fix possible memleak
15356
15357 2007-09-16 [colin]      3.0.0cvs17
15358
15359         * src/folderview.c
15360                 Fix bug 1311, 'Wrong arrow position 
15361                 while moving message into folder when 
15362                 column headers hidden'
15363         * src/image_viewer.c
15364                 Show error in the GUI if image can't
15365                 be loaded
15366         * src/matcher.c
15367                 Fix spurious output
15368         * src/messageview.c
15369                 Allow setting domain in msgid
15370         * src/common/plugin.c
15371                 Add timing information
15372
15373 2007-09-16 [colin]      3.0.0cvs16
15374
15375         * src/account.c
15376         * src/compose.c
15377         * src/prefs_account.c
15378         * src/prefs_account.h
15379         * src/common/utils.c
15380                 Remove Generate Message-ID option. We need
15381                 this on some IMAP servers.
15382         * src/prefs_template.c
15383                 Fix double-free
15384
15385 2007-09-16 [colin]      3.0.0cvs15
15386
15387         * src/prefs_filtering.c
15388         * src/prefs_filtering.h
15389         * src/prefs_filtering_action.c
15390         * src/common/tags.c
15391                 Fix tags issues: tags with spaces, renaming
15392                 tags.
15393
15394 2007-09-16 [colin]      3.0.0cvs14
15395
15396         * src/folderview.c
15397         * src/main.c
15398         * src/mainwindow.c
15399                 Fix bug 1308, 'Claws deletes folderlist.xml after
15400                 fetching mail short after start-up'
15401
15402 2007-09-16 [colin]      3.0.0cvs13
15403
15404         * src/compose.c
15405                 Fix scrolling to cursor
15406
15407 2007-09-16 [paul]       3.0.0cvs12
15408
15409         * po/sr.po
15410                 updated by Aleksandar Urosevic
15411
15412 2007-09-16 [paul]       3.0.0cvs11
15413
15414         * src/folder.c
15415                 do not allow locked msgs to be deleted,
15416                 even by filtering/processing
15417
15418 2007-09-07 [paul]       3.0.0cvs10
15419
15420         * src/prefs_folder_column.c
15421         * src/prefs_summary_column.c
15422                 implement button sensitivity
15423                 patch by Pawel Pekala
15424
15425 2007-09-06 [wwp]        3.0.0cvs9
15426
15427         * src/prefs_gtk.c
15428                 Add a missing linefeed to a debug message.
15429
15430 2007-09-05 [colin]      3.0.0cvs8
15431
15432         * src/inc.c
15433                 Fix statusbar/window mismatch on Maemo
15434
15435 2007-09-05 [colin]      3.0.0cvs7
15436
15437         * src/ldaputil.c
15438                 Fix build without USE_LDAP_TLS
15439
15440 2007-09-05 [colin]      3.0.0cvs6
15441
15442         * src/folder.c
15443         * src/imap.c
15444         * src/inc.c
15445         * src/mbox.c
15446         * src/send_message.c
15447         * src/statusbar.c
15448         * src/statusbar.h
15449                 Maemo: distinguish various statusbar messages,
15450                 in order to display only the most important.
15451
15452 2007-09-04 [wwp]        3.0.0cvs5
15453
15454         * src/account.c
15455                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15456                 Show protocol "SMTP" and the appropriate server for send-only
15457                 accounts, show "-" instead of "" when no value is relevant.
15458
15459 2007-09-03 [ticho]      3.0.0cvs4
15460
15461         * src/summaryview.c
15462                 Handle plural form better in delete confirmation dialog.
15463
15464 2007-09-03 [wwp]        3.0.0cvs3
15465
15466         * src/compose.c
15467                 Warn differently when sending or sending later (queueing).
15468
15469 2007-09-03 [colin]      3.0.0cvs2
15470
15471         * src/procmime.c
15472         * src/procmime.h
15473         * src/common/plugin.c
15474         * src/common/plugin.h
15475                 Add a new plugin API, MimeParser. It allows
15476                 plugins to scan email MIME parts and optionally,
15477                 transform them.
15478
15479 2007-09-03 [mones]      3.0.0cvs1
15480
15481         * po/es.po
15482                 Updated translation
15483         * src/common/defs.h
15484                 While a better solution is made double history sizes
15485
15486 2007-09-03 [paul]       3.0.0
15487
15488         * NEWS
15489         * README
15490         * RELEASE_NOTES
15491                 3.0.0 released
15492
15493 [For previous entries, see ChangeLog.2.0.0-3.0.0]