2013-03-13 [colin] 3.9.0cvs121
[claws.git] / ChangeLog
1 2013-03-13 [colin]      3.9.0cvs121
2
3         * src/plugins/fancy/fancy_prefs.c
4                 More whitespace!
5
6 2013-03-13 [colin]      3.9.0cvs120
7
8         * src/plugins/fancy/fancy_prefs.c
9         * src/plugins/fancy/fancy_prefs.h
10         * src/plugins/fancy/fancy_viewer.c
11         * src/plugins/fancy/fancy_viewer.h
12                 Fix whitespace and indentation
13
14 2013-03-13 [colin]      3.9.0cvs119
15
16         * src/plugins/fancy/fancy_prefs.c
17         * src/plugins/fancy/fancy_prefs.h
18         * src/plugins/fancy/fancy_viewer.c
19         * src/plugins/fancy/fancy_viewer.h
20                 More rework of the options to make things clear.
21                 Also, make Enable remote content actually do what
22                 it says.
23
24 2013-03-13 [colin]      3.9.0cvs118
25
26         * src/summaryview.c
27                 Fix w32 build where apparently 'small' is a reserved
28                 word
29         * src/plugins/perl/tools/Makefile.am
30                 Fix out-of-tree build
31
32 2013-03-13 [mones]      3.9.0cvs117
33
34         * INSTALL
35         * README
36                 Forgotten tool is not needed anymore, bye bye html2ps.
37
38 2013-03-13 [colin]      3.9.0cvs116
39
40         * src/plugins/fancy/Makefile.am
41         * src/plugins/fancy/fancy_viewer.c
42                 Fix bug #2980, "html2ps required...". Use standard GtkPrint
43
44 2013-03-13 [colin]      3.9.0cvs115
45
46         * src/plugins/fancy/fancy_prefs.c
47         * src/plugins/fancy/fancy_prefs.h
48         * src/plugins/fancy/fancy_viewer.c
49         * src/plugins/fancy/fancy_viewer.h
50                 Untangle prefs handling, untangle open in browser
51                 and move back to Enable remote content instead of
52                 Enable inner navigation.
53
54 2013-03-13 [mones]      3.9.0cvs114
55
56         * INSTALL
57         * README
58                 Some minor fix and an always forgotten support tool...
59                 Fortunately our users keep reminding us they really use
60                 all those features, thanks to all of them :-)
61
62 2013-03-12 [wwp]        3.9.0cvs113
63
64         * src/account.c
65         Remove stuff committed unexpectedly (you're now reading my words, you understand
66         what you read, you never found that I've committed stuff accidentally, never, and
67         now you can get back to normal activities, you will never remember this),
68         thanks Paul!
69
70 2013-03-12 [wwp]        3.9.0cvs112
71
72         * src/account.c
73         Fix 'edit accounts' windows going backward when leaving an
74         'account preferences' window, by focusing this window again.
75
76 2013-03-09 [mones]      3.9.0cvs111
77
78         * INSTALL
79                 Update required GTK+ version and configure plugin flags
80         * src/mainwindow.c
81         * src/summaryview.c
82                 Remove unnecessary checks, newer keysyms are already
83                 included by gtkutils.h if needed
84
85 2013-03-08 [paul]       3.9.0cvs110
86
87         * configure.ac
88                 fix outputting config dir value at end of configure
89
90 2013-03-07 [colin]      3.9.0cvs109
91
92         * src/plugins/fancy/fancy_prefs.c
93                 And make Open External default to true :)
94
95 2013-03-07 [paul]       3.9.0cvs108
96
97         * src/plugins/fancy/fancy_prefs.c
98                 make "enable_inner_navigation" default to FALSE
99
100 2013-03-06 [colin]      3.9.0cvs107
101
102         * src/plugins/fancy/fancy_prefs.c
103         * src/plugins/fancy/fancy_prefs.h
104         * src/plugins/fancy/fancy_viewer.c
105         * src/plugins/fancy/fancy_viewer.h
106                 Fix bug #2882, "Reverse preference for external content"
107                 "Block external content" was the only negative preference
108                 along the other "Enable ..." positive ones, but also had
109                 several shortcomings, in that it only blocked user-
110                 requested interactions, like
111                 - prevent clicking on links
112                 - prevent right-click/Download link
113                 - prevent right-click/Save image
114                 But NOT
115                 - prevent auto download of images (that's controlled by
116                   Auto-load images)
117                 - prevent auto download of javascript (that's controlled
118                   by Enable scripts)
119                 - prevent auto download of applets (that's controlled by
120                   Enable java)
121                 - prevent auto download of css (that can't be disabled)
122                 New preference to replace it is "Enable inner navigation"
123                 and allows to control whether one can click on links to
124                 navigate inside Fancy viewer. If disabled and "Open in
125                 external browser" is set, links will be opened in external
126                 browser; else nothing will happen. In any state of these
127                 preferences, right-clicking and choosing "Open in viewer"
128                 or "Open in browser" will do what asked.
129
130 2013-03-06 [colin]      3.9.0cvs106
131
132         * src/plugins/fancy/fancy_viewer.c
133                 Make options setting clearer
134
135 2013-02-28 [mones]      3.9.0cvs105
136
137         * configure.ac
138         * src/plugins/perl/Makefile.am
139         * src/plugins/perl/cm_perl.pod
140         * src/plugins/perl/tools/.cvsignore
141         * src/plugins/perl/tools/Makefile.am
142         * src/plugins/perl/tools/insert_perl.pl
143         * src/plugins/perl/tools/matcherrc2perlfilter.pl
144                 Make perl plugin tools and manpage available into 
145                 distribution tarball.
146
147 2013-02-27 [mones]      3.9.0cvs104
148
149         * README
150                 Updated plugin list, now they are integrated.
151                 Added missing items to hidden properties list.
152
153 2013-02-26 [wwp]        3.9.0cvs103
154
155         * src/messageview.c
156         Fix wrong message, as message could have been moved to another folder
157         and not trashed (it could have also be deleted without staying in trash,
158         but that's a piece of detail, and while we're at it, the message could also
159         have vanished into another dimension or be now part of the twilight zone
160         but we should not always tell the truth to users. At last, and to be
161         exhaustive, the message could have disappeared because of a technical
162         issue which doesn't imply user action and none of the above mentions. One
163         would say that the message could also have never existed, but it's another
164         story).
165
166 2013-02-24 [colin]      3.9.0cvs102
167
168         * src/plugins/vcalendar/libical/libical/Makefile.am
169                 Fix build without vcalendar
170
171 2013-02-23 [paul]       3.9.0cvs101
172
173         * src/mimeview.c
174                 escape filename/description text, prevents error if, e.g., the
175                 filename contains an ampersand
176
177 2013-02-22 [colin]      3.9.0cvs100
178
179         * AUTHORS
180         * src/gtk/authors.h
181         * src/summaryview.c
182                 Fix bug #2702, "Support splitting subject line for small screen
183                 layout". Patch by Ben Deering.
184
185 2013-02-21 [paul]       3.9.0cvs99
186
187         * configure.ac
188                 add he to ALL_LINGUAS
189
190 2013-02-20 [colin]      3.9.0cvs98
191
192         * src/main.c
193                 Fix seg on w32
194
195 2013-02-20 [colin]      3.9.0cvs97
196
197         * src/plugins/att_remover/claws.def
198         * src/plugins/fetchinfo/claws.def
199         * src/plugins/spam_report/claws.def
200                 Add more needed symbols
201
202 2013-02-20 [colin]      3.9.0cvs96
203
204         * src/plugins/att_remover/Makefile.am
205         * src/plugins/fetchinfo/Makefile.am
206         * src/plugins/spam_report/Makefile.am
207                 Fix missed parts for w32
208
209 2013-02-20 [colin]      3.9.0cvs95
210
211         * src/prefs_common.h
212         * src/plugins/address_keeper/claws.def
213         * src/plugins/att_remover/Makefile.am
214         * src/plugins/att_remover/claws.def
215         * src/plugins/att_remover/plugin.def
216         * src/plugins/att_remover/version.rc
217         * src/plugins/clamd/libclamd/Makefile.am
218         * src/plugins/fetchinfo/Makefile.am
219         * src/plugins/fetchinfo/claws.def
220         * src/plugins/fetchinfo/plugin.def
221         * src/plugins/fetchinfo/version.rc
222         * src/plugins/mailmbox/Makefile.am
223         * src/plugins/mailmbox/claws.def
224         * src/plugins/mailmbox/plugin.def
225         * src/plugins/mailmbox/version.rc
226         * src/plugins/notification/gtkhotkey/Makefile.am
227         * src/plugins/spam_report/Makefile.am
228         * src/plugins/spam_report/claws.def
229         * src/plugins/spam_report/plugin.def
230         * src/plugins/spam_report/spam_report.c
231         * src/plugins/spam_report/version.rc
232                 Win32 build fixes (and add of address_keeper, att_remover,
233                 fetchinfo and spam_report)
234
235 2013-02-20 [paul]       3.9.0cvs94
236
237         * configure.ac
238                 a little more report layout tweaking
239
240 2013-02-20 [colin]      3.9.0cvs93
241
242         * src/common/plugin.c
243                 Auto fix plugin names ending in "_plugin"
244
245 2013-02-20 [colin]      3.9.0cvs92
246
247         * src/plugins/gdata/Makefile.am
248                 Change plugin name
249
250 2013-02-20 [colin]      3.9.0cvs91
251
252         * src/plugins/fetchinfo/Makefile.am
253         * src/plugins/notification/Makefile.am
254         * src/plugins/perl/Makefile.am
255         * src/plugins/python/Makefile.am
256                 Drop _plugin from the plugin's filename
257
258 2013-02-20 [colin]      3.9.0cvs90
259
260         * configure.ac
261                 Group core's --{en,dis}able switches
262
263 2013-02-20 [colin]      3.9.0cvs89
264
265         * configure.ac
266                 typos
267
268 2013-02-20 [colin]      3.9.0cvs88
269
270         * configure.ac
271         * Makefile.am
272                 Don't check for GNOME2 when we want to check for
273                 gtk-update-icon-cache; Typo fix
274
275 2013-02-20 [colin]      3.9.0cvs87
276
277         * src/plugins/Makefile.am
278         * src/plugins/acpi_notifier/Makefile.am
279         * src/plugins/address_keeper/Makefile.am
280         * src/plugins/archive/Makefile.am
281         * src/plugins/att_remover/Makefile.am
282         * src/plugins/attachwarner/Makefile.am
283         * src/plugins/bogofilter/Makefile.am
284         * src/plugins/bsfilter/Makefile.am
285         * src/plugins/clamd/Makefile.am
286         * src/plugins/demo/Makefile.am
287         * src/plugins/fancy/Makefile.am
288         * src/plugins/fetchinfo/Makefile.am
289         * src/plugins/gdata/Makefile.am
290         * src/plugins/mailmbox/Makefile.am
291         * src/plugins/newmail/Makefile.am
292         * src/plugins/notification/Makefile.am
293         * src/plugins/pdf_viewer/Makefile.am
294         * src/plugins/perl/Makefile.am
295         * src/plugins/pgpcore/Makefile.am
296         * src/plugins/pgpinline/Makefile.am
297         * src/plugins/pgpmime/Makefile.am
298         * src/plugins/python/Makefile.am
299         * src/plugins/rssyl/Makefile.am
300         * src/plugins/smime/Makefile.am
301         * src/plugins/spam_report/Makefile.am
302         * src/plugins/spamassassin/Makefile.am
303         * src/plugins/tnef_parse/Makefile.am
304         * src/plugins/vcalendar/Makefile.am
305                 Change automake conditionals so that all plugins subdirectories
306                 are included, but nothing built in disabled plugins. Fixes make
307                 dist with some plugins --disabled.
308
309 2013-02-20 [colin]      3.9.0cvs86
310
311         * configure.ac
312         * src/plugins/fancy/fancy_viewer.h
313                 Fix build for Fancy and vCalendar
314
315 2013-02-20 [colin]      3.9.0cvs85
316
317         * configure.ac
318                 Rework plugin enabling logic. More clean!
319         * src/plugins/fancy/fancy_viewer.c
320         * src/plugins/fancy/fancy_viewer.h
321         * src/plugins/spam_report/spam_report.c
322                 Make curl dependancy mandatory
323         * src/plugins/notification/notification_plugin.c
324                 Fix build with every possible thing disabled
325         * src/plugins/notification/Makefile.am
326         * src/plugins/notification/gtkhotkey/.cvsignore
327         * src/plugins/notification/gtkhotkey/Makefile.am
328         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
329         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
330         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
331         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
332         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
333         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
334         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
335         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
336         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
337         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
338         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
339         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
340         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
341         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
342         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
343         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
344         * src/plugins/notification/gtkhotkey/gtkhotkey.h
345         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
346         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
347         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
348         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
349                 Re-add hotkey support
350         * src/plugins/spam_report/Makefile.am
351         * src/plugins/tnef_parse/Makefile.am
352                 Remove gettext.h
353
354 2013-02-20 [colin]      3.9.0cvs84
355
356         * configure.ac
357         * po/POTFILES.in
358         * src/plugins/Makefile.am
359         * src/plugins/dillo_viewer/.cvsignore
360         * src/plugins/dillo_viewer/Makefile.am
361         * src/plugins/dillo_viewer/README
362         * src/plugins/dillo_viewer/dillo_prefs.c
363         * src/plugins/dillo_viewer/dillo_prefs.h
364         * src/plugins/dillo_viewer/dillo_viewer.c
365         * src/plugins/trayicon/.cvsignore
366         * src/plugins/trayicon/Makefile.am
367         * src/plugins/trayicon/README
368         * src/plugins/trayicon/trayicon.c
369         * src/plugins/trayicon/trayicon_prefs.c
370         * src/plugins/trayicon/trayicon_prefs.h
371         * src/plugins/trayicon/libeggtrayicon/.cvsignore
372                 Drop trayicon and dillo_viewer
373
374 2013-02-20 [colin]      3.9.0cvs83
375
376         * configure.ac
377         * src/plugins/Makefile.am
378         * src/plugins/spam_report/.cvsignore
379         * src/plugins/spam_report/Makefile.am
380         * src/plugins/spam_report/placeholder.txt
381         * src/plugins/spam_report/spam_report.c
382         * src/plugins/spam_report/spam_report_prefs.c
383         * src/plugins/spam_report/spam_report_prefs.h
384         * src/plugins/tnef_parse/.cvsignore
385         * src/plugins/tnef_parse/Makefile.am
386         * src/plugins/tnef_parse/claws.def
387         * src/plugins/tnef_parse/mapi.h
388         * src/plugins/tnef_parse/mapidefs.h
389         * src/plugins/tnef_parse/mapitags.h
390         * src/plugins/tnef_parse/placeholder.txt
391         * src/plugins/tnef_parse/plugin.def
392         * src/plugins/tnef_parse/tnef-errors.h
393         * src/plugins/tnef_parse/tnef-types.h
394         * src/plugins/tnef_parse/tnef_dump.c
395         * src/plugins/tnef_parse/tnef_dump.h
396         * src/plugins/tnef_parse/tnef_parse.c
397         * src/plugins/tnef_parse/version.rc
398         * src/plugins/tnef_parse/ytnef.c
399         * src/plugins/tnef_parse/ytnef.h
400                 Add tnef_parse and spam_report
401
402 2013-02-20 [colin]      3.9.0cvs82
403
404         * src/plugins/bogofilter/Makefile.am
405         * src/plugins/clamd/Makefile.am
406         * src/plugins/demo/Makefile.am
407         * src/plugins/dillo_viewer/Makefile.am
408         * src/plugins/fancy/Makefile.am
409         * src/plugins/fetchinfo/Makefile.am
410         * src/plugins/gdata/Makefile.am
411         * src/plugins/mailmbox/Makefile.am
412         * src/plugins/newmail/Makefile.am
413         * src/plugins/notification/Makefile.am
414         * src/plugins/pdf_viewer/Makefile.am
415         * src/plugins/perl/Makefile.am
416         * src/plugins/python/Makefile.am
417         * src/plugins/spamassassin/Makefile.am
418         * src/plugins/trayicon/Makefile.am
419         * src/plugins/vcalendar/libical/libical/Makefile.am
420                 Fix out-of-tree build
421
422 2013-02-19 [colin]      3.9.0cvs81
423
424         * configure.ac
425                 Fix inverted logic in a few plugins
426
427 2013-02-18 [mones]      3.9.0cvs80
428
429         * src/plugins/notification/Makefile.am
430         * src/plugins/pdf_viewer/Makefile.am
431         * src/plugins/python/Makefile.am
432                 Allow 'make dist' to generate a nice tarball
433
434 2013-02-18 [wwp]        3.9.0cvs79
435
436         * src/plugins/clamd/libclamd/.cvsignore
437         Add one more .cvsignore file.
438
439 2013-02-18 [wwp]        3.9.0cvs78
440
441         * src/plugins/clamd/libclamd/.cvsignore
442         One more .cvsignore file.
443
444 2013-02-18 [wwp]        3.9.0cvs77
445
446         * src/plugins/clamd/.cvsignore
447         * src/plugins/clamd/libclamd/.cvsignore
448         * src/plugins/fetchinfo/.cvsignore
449         * src/plugins/gdata/.cvsignore
450         * src/plugins/mailmbox/.cvsignore
451         * src/plugins/newmail/.cvsignore
452         * src/plugins/notification/.cvsignore
453         * src/plugins/pdf_viewer/.cvsignore
454         * src/plugins/perl/.cvsignore
455         * src/plugins/python/.cvsignore
456         Silent up stuff a bit.
457
458 2013-02-17 [colin]      3.9.0cvs76
459
460         * src/plugins/notification/Makefile.am
461         * src/plugins/notification/notification_banner.c
462         * src/plugins/notification/notification_banner.h
463         * src/plugins/notification/notification_command.c
464         * src/plugins/notification/notification_command.h
465         * src/plugins/notification/notification_core.c
466         * src/plugins/notification/notification_foldercheck.c
467         * src/plugins/notification/notification_foldercheck.h
468         * src/plugins/notification/notification_hotkeys.c
469         * src/plugins/notification/notification_hotkeys.h
470         * src/plugins/notification/notification_indicator.c
471         * src/plugins/notification/notification_indicator.h
472         * src/plugins/notification/notification_lcdproc.c
473         * src/plugins/notification/notification_lcdproc.h
474         * src/plugins/notification/notification_plugin.c
475         * src/plugins/notification/notification_plugin.h
476         * src/plugins/notification/notification_popup.c
477         * src/plugins/notification/notification_popup.h
478         * src/plugins/notification/notification_prefs.c
479         * src/plugins/notification/notification_prefs.h
480         * src/plugins/notification/notification_trayicon.c
481         * src/plugins/notification/notification_trayicon.h
482                 Activate and fix notification (without libindicate)
483
484 2013-02-17 [colin]      3.9.0cvs75
485
486         * src/plugins/Makefile.am
487         * src/plugins/archive/Makefile.am
488         * src/plugins/clamd/Makefile.am
489         * src/plugins/clamd/clamav_plugin.c
490         * src/plugins/clamd/clamav_plugin.h
491         * src/plugins/clamd/clamav_plugin_gtk.c
492         * src/plugins/clamd/placeholder.txt
493         * src/plugins/clamd/libclamd/Makefile.am
494         * src/plugins/clamd/libclamd/clamd-plugin.c
495         * src/plugins/clamd/libclamd/clamd-plugin.h
496         * src/plugins/fetchinfo/Makefile.am
497         * src/plugins/fetchinfo/fetchinfo_plugin.c
498         * src/plugins/fetchinfo/fetchinfo_plugin.h
499         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
500         * src/plugins/fetchinfo/placeholder.txt
501         * src/plugins/gdata/Makefile.am
502         * src/plugins/gdata/cm_gdata_contacts.c
503         * src/plugins/gdata/cm_gdata_contacts.h
504         * src/plugins/gdata/cm_gdata_prefs.c
505         * src/plugins/gdata/cm_gdata_prefs.h
506         * src/plugins/gdata/gdata_plugin.c
507         * src/plugins/gdata/gdata_plugin.h
508         * src/plugins/gdata/placeholder.txt
509         * src/plugins/geolocation/placeholder.txt
510         * src/plugins/gtkhtml2_viewer/placeholder.txt
511         * src/plugins/mailmbox/Makefile.am
512         * src/plugins/mailmbox/carray.c
513         * src/plugins/mailmbox/carray.h
514         * src/plugins/mailmbox/chash.c
515         * src/plugins/mailmbox/chash.h
516         * src/plugins/mailmbox/clist.c
517         * src/plugins/mailmbox/clist.h
518         * src/plugins/mailmbox/mailimf.c
519         * src/plugins/mailmbox/mailimf.h
520         * src/plugins/mailmbox/mailimf_types.c
521         * src/plugins/mailmbox/mailimf_types.h
522         * src/plugins/mailmbox/mailimf_types_helper.c
523         * src/plugins/mailmbox/mailimf_types_helper.h
524         * src/plugins/mailmbox/mailimf_write.c
525         * src/plugins/mailmbox/mailimf_write.h
526         * src/plugins/mailmbox/maillock.c
527         * src/plugins/mailmbox/maillock.h
528         * src/plugins/mailmbox/mailmbox.c
529         * src/plugins/mailmbox/mailmbox.h
530         * src/plugins/mailmbox/mailmbox_folder.c
531         * src/plugins/mailmbox/mailmbox_folder.h
532         * src/plugins/mailmbox/mailmbox_gtk.deps
533         * src/plugins/mailmbox/mailmbox_parse.c
534         * src/plugins/mailmbox/mailmbox_parse.h
535         * src/plugins/mailmbox/mailmbox_types.c
536         * src/plugins/mailmbox/mailmbox_types.h
537         * src/plugins/mailmbox/mmapstring.c
538         * src/plugins/mailmbox/mmapstring.h
539         * src/plugins/mailmbox/placeholder.txt
540         * src/plugins/mailmbox/plugin.c
541         * src/plugins/mailmbox/plugin_gtk.c
542         * src/plugins/mailmbox/plugin_gtk.h
543         * src/plugins/newmail/Makefile.am
544         * src/plugins/newmail/newmail.c
545         * src/plugins/newmail/placeholder.txt
546         * src/plugins/notification/Makefile.am
547         * src/plugins/notification/claws.def
548         * src/plugins/notification/notification_banner.c
549         * src/plugins/notification/notification_banner.h
550         * src/plugins/notification/notification_command.c
551         * src/plugins/notification/notification_command.h
552         * src/plugins/notification/notification_core.c
553         * src/plugins/notification/notification_core.h
554         * src/plugins/notification/notification_foldercheck.c
555         * src/plugins/notification/notification_foldercheck.h
556         * src/plugins/notification/notification_hotkeys.c
557         * src/plugins/notification/notification_hotkeys.h
558         * src/plugins/notification/notification_indicator.c
559         * src/plugins/notification/notification_indicator.h
560         * src/plugins/notification/notification_lcdproc.c
561         * src/plugins/notification/notification_lcdproc.h
562         * src/plugins/notification/notification_pixbuf.c
563         * src/plugins/notification/notification_pixbuf.h
564         * src/plugins/notification/notification_plugin.c
565         * src/plugins/notification/notification_plugin.h
566         * src/plugins/notification/notification_popup.c
567         * src/plugins/notification/notification_popup.h
568         * src/plugins/notification/notification_prefs.c
569         * src/plugins/notification/notification_prefs.h
570         * src/plugins/notification/notification_trayicon.c
571         * src/plugins/notification/notification_trayicon.h
572         * src/plugins/notification/placeholder.txt
573         * src/plugins/notification/plugin.def
574         * src/plugins/notification/raw_claws_mail_logo_64x64.h
575         * src/plugins/notification/version.rc
576         * src/plugins/pdf_viewer/Makefile.am
577         * src/plugins/pdf_viewer/doc_index.xpm
578         * src/plugins/pdf_viewer/doc_index_close.xpm
579         * src/plugins/pdf_viewer/doc_info.xpm
580         * src/plugins/pdf_viewer/first_arrow.xpm
581         * src/plugins/pdf_viewer/last_arrow.xpm
582         * src/plugins/pdf_viewer/left_arrow.xpm
583         * src/plugins/pdf_viewer/placeholder.txt
584         * src/plugins/pdf_viewer/poppler_viewer.c
585         * src/plugins/pdf_viewer/poppler_viewer.h
586         * src/plugins/pdf_viewer/right_arrow.xpm
587         * src/plugins/pdf_viewer/rotate_left.xpm
588         * src/plugins/pdf_viewer/rotate_right.xpm
589         * src/plugins/pdf_viewer/zoom_fit.xpm
590         * src/plugins/pdf_viewer/zoom_in.xpm
591         * src/plugins/pdf_viewer/zoom_out.xpm
592         * src/plugins/pdf_viewer/zoom_width.xpm
593         * src/plugins/perl/Makefile.am
594         * src/plugins/perl/perl_gtk.c
595         * src/plugins/perl/perl_gtk.h
596         * src/plugins/perl/perl_plugin.c
597         * src/plugins/perl/perl_plugin.h
598         * src/plugins/perl/placeholder.txt
599         * src/plugins/python/Makefile.am
600         * src/plugins/python/clawsmailmodule.c
601         * src/plugins/python/clawsmailmodule.h
602         * src/plugins/python/composewindowtype.c
603         * src/plugins/python/composewindowtype.h
604         * src/plugins/python/foldertype.c
605         * src/plugins/python/foldertype.h
606         * src/plugins/python/messageinfotype.c
607         * src/plugins/python/messageinfotype.h
608         * src/plugins/python/nodetype.c
609         * src/plugins/python/nodetype.h
610         * src/plugins/python/placeholder.txt
611         * src/plugins/python/python-hooks.c
612         * src/plugins/python/python-hooks.h
613         * src/plugins/python/python-shell.c
614         * src/plugins/python/python-shell.h
615         * src/plugins/python/python_plugin.c
616         * src/plugins/vcalendar/Makefile.in
617                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
618                 notification, pdf_viewer, perl, python). Notification not yet
619                 enabled because it has too much autoconf switches for my taste.
620
621
622 2013-02-16 [colin]      3.9.0cvs74
623
624         * po/POTFILES.in
625         * po/bg.po
626         * po/ca.po
627         * po/cs.po
628         * po/de.po
629         * po/en_GB.po
630         * po/es.po
631         * po/fi.po
632         * po/fr.po
633         * po/hu.po
634         * po/id_ID.po
635         * po/it.po
636         * po/ja.po
637         * po/lt.po
638         * po/nl.po
639         * po/pl.po
640         * po/pt_BR.po
641         * po/pt_PT.po
642         * po/ru.po
643         * po/sk.po
644         * po/sv.po
645         * po/uk.po
646         * po/zh_CN.po
647         * po/zh_TW.po
648         * src/plugins/Makefile.am
649         * src/plugins/archive/.cvsignore
650         * src/plugins/archive/Makefile.am
651         * src/plugins/archive/archiver.c
652         * src/plugins/archive/archiver.h
653         * src/plugins/archive/archiver_gtk.c
654         * src/plugins/archive/archiver_prefs.c
655         * src/plugins/archive/archiver_prefs.h
656         * src/plugins/archive/libarchive_archive.c
657         * src/plugins/archive/libarchive_archive.h
658         * src/plugins/archive/placeholder.txt
659         * src/plugins/att_remover/.cvsignore
660         * src/plugins/att_remover/Makefile.am
661         * src/plugins/att_remover/att_remover.c
662         * src/plugins/att_remover/placeholder.txt
663         * src/plugins/bsfilter/.cvsignore
664         * src/plugins/bsfilter/Makefile.am
665         * src/plugins/bsfilter/bsfilter.c
666         * src/plugins/bsfilter/bsfilter.h
667         * src/plugins/bsfilter/bsfilter_gtk.c
668         * src/plugins/bsfilter/claws.def
669         * src/plugins/bsfilter/placeholder.txt
670         * src/plugins/bsfilter/plugin.def
671         * src/plugins/bsfilter/version.rc
672                 Add archive, att_remover, bsfilter
673         * src/plugins/vcalendar/Makefile.in
674         * src/plugins/vcalendar/libical/libical/icalversion.h
675                 Remove useless files
676
677 2013-02-16 [colin]      3.9.0cvs73
678
679         * src/plugins/Makefile.am
680         * src/plugins/acpi_notifier/Makefile.am
681         * src/plugins/acpi_notifier/acpi_notifier.c
682         * src/plugins/acpi_notifier/placeholder.txt
683         * src/plugins/address_keeper/Makefile.am
684         * src/plugins/address_keeper/address_keeper.c
685         * src/plugins/address_keeper/address_keeper.h
686         * src/plugins/address_keeper/address_keeper_prefs.c
687         * src/plugins/address_keeper/address_keeper_prefs.h
688         * src/plugins/address_keeper/claws.def
689         * src/plugins/address_keeper/placeholder.txt
690         * src/plugins/address_keeper/plugin.def
691         * src/plugins/address_keeper/version.rc
692         * src/plugins/attachwarner/Makefile.am
693         * src/plugins/attachwarner/attachwarner.c
694         * src/plugins/attachwarner/attachwarner.h
695         * src/plugins/attachwarner/attachwarner_prefs.c
696         * src/plugins/attachwarner/attachwarner_prefs.h
697         * src/plugins/attachwarner/claws.def
698         * src/plugins/attachwarner/placeholder.txt
699         * src/plugins/attachwarner/plugin.def
700         * src/plugins/attachwarner/version.rc
701         * src/plugins/vcalendar/libical/libical/icalversion.h
702         * po/POTFILES.in
703         * po/bg.po
704         * po/ca.po
705         * po/cs.po
706         * po/de.po
707         * po/en_GB.po
708         * po/es.po
709         * po/fi.po
710         * po/fr.po
711         * po/hu.po
712         * po/id_ID.po
713         * po/it.po
714         * po/ja.po
715         * po/lt.po
716         * po/nl.po
717         * po/pl.po
718         * po/pt_BR.po
719         * po/pt_PT.po
720         * po/ru.po
721         * po/sk.po
722         * po/sr.po
723         * po/sv.po
724         * po/uk.po
725         * po/zh_CN.po
726         * po/zh_TW.po
727                 Now do acpi_notifier, attachwarner, address_keeper
728
729 2013-02-16 [colin]      3.9.0cvs72
730
731         * po/POTFILES.in
732         * po/bg.po
733         * po/ca.po
734         * po/cs.po
735         * po/de.po
736         * po/en_GB.po
737         * po/es.po
738         * po/fi.po
739         * po/fr.po
740         * po/hu.po
741         * po/id_ID.po
742         * po/it.po
743         * po/ja.po
744         * po/lt.po
745         * po/nl.po
746         * po/pl.po
747         * po/pt_BR.po
748         * po/pt_PT.po
749         * po/ru.po
750         * po/sk.po
751         * po/sr.po
752         * po/sv.po
753         * po/uk.po
754         * po/zh_CN.po
755         * po/zh_TW.po
756                 Merge RSSyl's translations
757
758 2013-02-16 [colin]      3.9.0cvs71
759
760         * src/mainwindow.c
761                 Fix use-after-free (introduced in cvs61)
762
763 2013-02-16 [colin]      3.9.0cvs70
764
765         * src/main.c
766         * src/prefs_common.c
767         * src/prefs_common.h
768         * src/common/defs.h
769         * src/common/w32_account.c
770                 Add an hidden preference to set the Windows theme
771         * src/plugins/Makefile.am
772         * src/plugins/rssyl/Makefile.am
773         * src/plugins/rssyl/claws.def
774         * src/plugins/rssyl/date.c
775         * src/plugins/rssyl/date.h
776         * src/plugins/rssyl/feed.c
777         * src/plugins/rssyl/feed.h
778         * src/plugins/rssyl/feedprops.c
779         * src/plugins/rssyl/feedprops.h
780         * src/plugins/rssyl/opml.c
781         * src/plugins/rssyl/opml.h
782         * src/plugins/rssyl/parsers.c
783         * src/plugins/rssyl/parsers.h
784         * src/plugins/rssyl/placeholder.txt
785         * src/plugins/rssyl/plugin.c
786         * src/plugins/rssyl/plugin.def
787         * src/plugins/rssyl/rssyl.c
788         * src/plugins/rssyl/rssyl.h
789         * src/plugins/rssyl/rssyl_cb_gtk.c
790         * src/plugins/rssyl/rssyl_cb_gtk.h
791         * src/plugins/rssyl/rssyl_cb_menu.c
792         * src/plugins/rssyl/rssyl_cb_menu.h
793         * src/plugins/rssyl/rssyl_gtk.c
794         * src/plugins/rssyl/rssyl_gtk.h
795         * src/plugins/rssyl/rssyl_prefs.c
796         * src/plugins/rssyl/rssyl_prefs.h
797         * src/plugins/rssyl/strreplace.c
798         * src/plugins/rssyl/strreplace.h
799         * src/plugins/rssyl/version.rc
800                 Add RSSyl
801         * src/plugins/vcalendar/Makefile.am
802         * src/plugins/vcalendar/Makefile.in
803         * src/plugins/vcalendar/plugin.c
804         * src/plugins/vcalendar/libical/libical/icalversion.h
805                 Fix Curl flags :)
806
807 2013-02-14 [paul]       3.9.0cvs69
808
809         * po/id_ID.po
810                 "fix" plural forms
811
812 2013-02-14 [colin]      3.9.0cvs68
813
814         * po/POTFILES.in
815                 Add vcalendar files
816         * po/merge-po-from-plugin.sh
817                 Add helper script to merge external plugins translations
818         * po/bg.po
819         * po/ca.po
820         * po/cs.po
821         * po/de.po
822         * po/en_GB.po
823         * po/es.po
824         * po/fi.po
825         * po/fr.po
826         * po/hu.po
827         * po/id_ID.po
828         * po/it.po
829         * po/ja.po
830         * po/lt.po
831         * po/nl.po
832         * po/pl.po
833         * po/pt_BR.po
834         * po/pt_PT.po
835         * po/ru.po
836         * po/sk.po
837         * po/sr.po
838         * po/sv.po
839         * po/uk.po
840         * po/zh_CN.po
841         * po/zh_TW.po
842                 Merge translations from fancy and vcalendar
843
844 2013-02-14 [colin]      3.9.0cvs67
845
846         * configure.ac
847                 Fix perl detection
848
849 2013-02-14 [colin]      3.9.0cvs66
850
851         * src/plugins/vcalendar/claws.def
852         * src/plugins/vcalendar/plugin.def
853                 Add missing files
854         * src/plugins/vcalendar/libical/Makefile.in
855         * src/plugins/vcalendar/libical/design-data/Makefile.in
856         * src/plugins/vcalendar/libical/libical/Makefile.in
857         * src/plugins/vcalendar/libical/scripts/Makefile.in
858                 Remove extraneous files
859
860 2013-02-13 [colin]      3.9.0cvs65
861
862         * src/plugins/address_dup_finder/placeholder.txt
863         * src/plugins/synce/placeholder.txt
864                 Removed, deprecated plugins
865         * src/plugins/Makefile.am
866         * src/plugins/vcalendar/Makefile.am
867         * src/plugins/vcalendar/Makefile.in
868         * src/plugins/vcalendar/common-views.c
869         * src/plugins/vcalendar/common-views.h
870         * src/plugins/vcalendar/day-view.c
871         * src/plugins/vcalendar/icaltime_as_local.c
872         * src/plugins/vcalendar/icaltime_as_local.h
873         * src/plugins/vcalendar/month-view.c
874         * src/plugins/vcalendar/placeholder.txt
875         * src/plugins/vcalendar/plugin.c
876         * src/plugins/vcalendar/vcal_dbus.c
877         * src/plugins/vcalendar/vcal_dbus.h
878         * src/plugins/vcalendar/vcal_folder.c
879         * src/plugins/vcalendar/vcal_folder.h
880         * src/plugins/vcalendar/vcal_interface.h
881         * src/plugins/vcalendar/vcal_manager.c
882         * src/plugins/vcalendar/vcal_manager.h
883         * src/plugins/vcalendar/vcal_meeting_gtk.c
884         * src/plugins/vcalendar/vcal_meeting_gtk.h
885         * src/plugins/vcalendar/vcal_prefs.c
886         * src/plugins/vcalendar/vcal_prefs.h
887         * src/plugins/vcalendar/vcalendar.c
888         * src/plugins/vcalendar/vcalendar.h
889         * src/plugins/vcalendar/version.rc
890         * src/plugins/vcalendar/libical/.cvsignore
891         * src/plugins/vcalendar/libical/Makefile.am
892         * src/plugins/vcalendar/libical/Makefile.in
893         * src/plugins/vcalendar/libical/design-data/.cvsignore
894         * src/plugins/vcalendar/libical/design-data/Makefile.am
895         * src/plugins/vcalendar/libical/design-data/Makefile.in
896         * src/plugins/vcalendar/libical/design-data/parameters.csv
897         * src/plugins/vcalendar/libical/design-data/properties.csv
898         * src/plugins/vcalendar/libical/design-data/restrictions.csv
899         * src/plugins/vcalendar/libical/design-data/status.txt
900         * src/plugins/vcalendar/libical/design-data/value-types.csv
901         * src/plugins/vcalendar/libical/libical/.cvsignore
902         * src/plugins/vcalendar/libical/libical/Makefile.am
903         * src/plugins/vcalendar/libical/libical/Makefile.in
904         * src/plugins/vcalendar/libical/libical/icalattendee.c
905         * src/plugins/vcalendar/libical/libical/icalattendee.h
906         * src/plugins/vcalendar/libical/libical/icalcomponent.c
907         * src/plugins/vcalendar/libical/libical/icalcomponent.h
908         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
909         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
910         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
911         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
912         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
913         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
914         * src/plugins/vcalendar/libical/libical/icalduration.c
915         * src/plugins/vcalendar/libical/libical/icalduration.h
916         * src/plugins/vcalendar/libical/libical/icalenums.c
917         * src/plugins/vcalendar/libical/libical/icalenums.h
918         * src/plugins/vcalendar/libical/libical/icalerror.c
919         * src/plugins/vcalendar/libical/libical/icalerror.h
920         * src/plugins/vcalendar/libical/libical/icallangbind.c
921         * src/plugins/vcalendar/libical/libical/icallangbind.h
922         * src/plugins/vcalendar/libical/libical/icallexer.l
923         * src/plugins/vcalendar/libical/libical/icalmemory.c
924         * src/plugins/vcalendar/libical/libical/icalmemory.h
925         * src/plugins/vcalendar/libical/libical/icalmime.c
926         * src/plugins/vcalendar/libical/libical/icalmime.h
927         * src/plugins/vcalendar/libical/libical/icalparameter.c
928         * src/plugins/vcalendar/libical/libical/icalparameter.h
929         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
930         * src/plugins/vcalendar/libical/libical/icalparser.c
931         * src/plugins/vcalendar/libical/libical/icalparser.h
932         * src/plugins/vcalendar/libical/libical/icalperiod.c
933         * src/plugins/vcalendar/libical/libical/icalperiod.h
934         * src/plugins/vcalendar/libical/libical/icalproperty.c
935         * src/plugins/vcalendar/libical/libical/icalproperty.h
936         * src/plugins/vcalendar/libical/libical/icalrecur.c
937         * src/plugins/vcalendar/libical/libical/icalrecur.h
938         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
939         * src/plugins/vcalendar/libical/libical/icalrestriction.h
940         * src/plugins/vcalendar/libical/libical/icaltime.c
941         * src/plugins/vcalendar/libical/libical/icaltime.h
942         * src/plugins/vcalendar/libical/libical/icaltypes.c
943         * src/plugins/vcalendar/libical/libical/icaltypes.h
944         * src/plugins/vcalendar/libical/libical/icalvalue.c
945         * src/plugins/vcalendar/libical/libical/icalvalue.h
946         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
947         * src/plugins/vcalendar/libical/libical/icalversion.h
948         * src/plugins/vcalendar/libical/libical/icalversion.h.in
949         * src/plugins/vcalendar/libical/libical/icalyacc.output
950         * src/plugins/vcalendar/libical/libical/icalyacc.y
951         * src/plugins/vcalendar/libical/libical/pvl.c
952         * src/plugins/vcalendar/libical/libical/pvl.h
953         * src/plugins/vcalendar/libical/libical/sspm.c
954         * src/plugins/vcalendar/libical/libical/sspm.h
955         * src/plugins/vcalendar/libical/libical/vsnprintf.c
956         * src/plugins/vcalendar/libical/scripts/.cvsignore
957         * src/plugins/vcalendar/libical/scripts/Makefile.am
958         * src/plugins/vcalendar/libical/scripts/Makefile.in
959         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
960         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
961         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
962         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
963         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
964         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
965         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
966         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
967                 Add vcalendar.
968
969 2013-02-13 [colin]      3.9.0cvs64
970
971         * src/plugins/acpi_notifier/placeholder.txt
972         * src/plugins/address_dup_finder/placeholder.txt
973         * src/plugins/address_keeper/placeholder.txt
974         * src/plugins/archive/placeholder.txt
975         * src/plugins/att_remover/placeholder.txt
976         * src/plugins/attachwarner/placeholder.txt
977         * src/plugins/bsfilter/placeholder.txt
978         * src/plugins/clamd/placeholder.txt
979         * src/plugins/fetchinfo/placeholder.txt
980         * src/plugins/gdata/placeholder.txt
981         * src/plugins/geolocation/placeholder.txt
982         * src/plugins/gtkhtml2_viewer/placeholder.txt
983         * src/plugins/mailmbox/placeholder.txt
984         * src/plugins/newmail/placeholder.txt
985         * src/plugins/notification/placeholder.txt
986         * src/plugins/pdf_viewer/placeholder.txt
987         * src/plugins/perl/placeholder.txt
988         * src/plugins/python/placeholder.txt
989         * src/plugins/rssyl/placeholder.txt
990         * src/plugins/spam_report/placeholder.txt
991         * src/plugins/synce/placeholder.txt
992         * src/plugins/tnef_parse/placeholder.txt
993         * src/plugins/vcalendar/placeholder.txt
994                 Add temporary placeholders for ex-extra-plugins to be
995                 integrated.
996
997 2013-02-13 [paul]       3.9.0cvs63
998
999         * src/plugins/fancy/Makefile.am
1000                 no need for EXTRA_DIST
1001
1002 2013-02-13 [paul]       3.9.0cvs62
1003
1004         * configure.ac
1005         * po/POTFILES.in
1006         * src/plugins/Makefile.am
1007         * src/plugins/fancy/Makefile.am
1008         * src/plugins/fancy/fancy_prefs.c
1009         * src/plugins/fancy/fancy_prefs.h
1010         * src/plugins/fancy/fancy_viewer.c
1011         * src/plugins/fancy/fancy_viewer.h
1012                 move the Fancy plugin into core
1013
1014 2013-02-11 [paul]       3.9.0cvs61
1015
1016         * src/mainwindow.c
1017                 use the Delete key to remove colour label accels (same as everywhere else).
1018                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1019
1020 2013-01-26 [mir]        3.9.0cvs60
1021
1022         * tools/vcard2xml.py
1023         Fixes bugs:
1024             1) Lines split over more than one line breaks parser
1025             2) Get email addres correct. Not only email;internet
1026         Improvements:
1027             1) Basic handling of vcard 3.0
1028
1029
1030 2013-01-23 [colin]      3.9.0cvs59
1031
1032         * src/action.c
1033         * src/common/utils.c
1034                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1035
1036 2013-01-23 [colin]      3.9.0cvs58
1037
1038         * src/imap.c
1039                 Fix bug #2863, "Applying has_attachment quicksearch
1040                 on IMAP segfaults".
1041
1042 2013-01-21 [paul]       3.9.0cvs57
1043
1044         * src/codeconv.h
1045         * src/procmime.c
1046                 fix bug 2862, 'Segmentation fault when replying to a
1047                 message where the "code conversion" fails'. add support
1048                 for X-VIET-VPS encoding
1049
1050 2013-01-21 [paul]       3.9.0cvs56
1051
1052         * src/common/defs.h
1053         * src/gtk/about.c
1054                 promote the users' ml on the About/Info tab
1055
1056 2013-01-09 [paul]       3.9.0cvs55
1057
1058         * doc/man/claws-mail.1
1059         * src/gtk/about.c
1060                 update copyright year
1061
1062 2013-01-09 [paul]       3.9.0cvs54
1063
1064         * src/gtk/gtkaspell.c
1065                 fix sensitivity of 'Use both dictionaries' in compose window
1066
1067 2013-01-09 [mir]        3.9.0cvs53
1068
1069         * tools/vcard2xml.py
1070             Fix missing file encoding info.
1071             See -> http://www.python.org/dev/peps/pep-0263/
1072
1073
1074 2013-01-08 [mones]      3.9.0cvs52
1075
1076         * claws-mail.desktop
1077                 Added Swedish translation by Andreas Rönnquist
1078
1079 2012-12-20 [colin]      3.9.0cvs51
1080
1081         * src/action.c
1082                 Fix crash on action error;
1083                 Fix trimming of leading spaces in actions
1084
1085 2012-12-19 [colin]      3.9.0cvs50
1086
1087         * src/editldap.c
1088         * src/ldapctrl.c
1089         * src/ldapserver.c
1090                 Make LDAP over SSL work on Win32 - but not TLS,
1091                 unfortunately. Also, it requires the certificate
1092                 to be trusted.
1093
1094 2012-12-16 [colin]      3.9.0cvs49
1095
1096         * src/messageview.c
1097                 Add missing \n at end of the return receipt last part's headers.
1098
1099 2012-12-15 [paul]       3.9.0cvs48
1100
1101         * src/addrselect.c
1102                 fix bug 2832, 'mail to from adress-book splitt names'
1103
1104 2012-12-12 [colin]      3.9.0cvs47
1105
1106         * src/action.c
1107                 Port to g_spawn API and make actions work better on Win32
1108         * src/mainwindow.c
1109                 Indentation
1110
1111 2012-12-12 [ticho]      3.9.0cvs46
1112
1113         * src/compose.c
1114                 Move focus to body textview when subject entry is activated
1115                 (Enter key pressed) in compose window.
1116
1117 2012-12-10 [mones]      3.9.0cvs45
1118
1119         * src/addr_compl.c
1120                 Fix bug #2835 (core part) to allow NULL names which
1121                 have an address
1122
1123 2012-12-07 [colin]      3.9.0cvs44
1124
1125         * src/news.c
1126                 Try to fix strange crash in nntp_ping/session_destroy...
1127
1128 2012-12-06 [mones]      3.9.0cvs43
1129
1130         * tools/README
1131         * tools/gif2xface.pl
1132         * tools/outlook2claws-mail.pl
1133                 Fix address not working since years ago
1134
1135 2012-12-05 [mones]      3.9.0cvs42
1136
1137         * src/prefs_gtk.c
1138                 Do not set to NULL string preferences which have "" as
1139                 default value
1140
1141 2012-12-05 [colin]      3.9.0cvs41
1142
1143         * src/common/ssl.c
1144                 Nullify xcred pointer like the other ones
1145
1146 2012-12-03 [wwp]        3.9.0cvs40
1147
1148         * src/summaryview.c
1149         * src/mainwindow.c
1150         Avoid any possible confusion: 0 is not a neutral value when passed
1151         to main_window_get_mask() - use -1 instead, even in those cases we
1152         don't care.
1153
1154 2012-12-03 [wwp]        3.9.0cvs39
1155
1156         * src/toolbar.c
1157         Fix sensitivity of next-unread toolbar button.
1158
1159 2012-12-03 [colin]      3.9.0cvs38
1160
1161         * src/common/utils.c
1162                 Fix following relative symlinks
1163
1164 2012-12-02 [colin]      3.9.0cvs37
1165
1166         * src/main.c
1167                 Of course you can't, Windows. Of course...
1168
1169 2012-12-02 [colin]      3.9.0cvs36
1170
1171         * src/main.c
1172                 Move control sockets inside their own directory,
1173                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1174                 - cleaner separation of sockets and config dirs in
1175                   case of alternate config directories
1176                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1177                   exists as a socket, use it to control the running entity
1178                 - backwards migration is handled: starting an old Claws Mail
1179                   version will bail out as creating the legacy socket won't
1180                   be possible.
1181                 - migration for alternate-config-dirs is not handled, which
1182                   could be mentioned in release notes.
1183                 Fixes bug #2828, "Use MD5 digest for socket name"
1184
1185 2012-12-01 [colin]      3.9.0cvs35
1186
1187         * src/common/utils.c
1188                 As usual, Windows is a little bit different
1189                 (you have to love it the same as the normal OSes...)
1190
1191 2012-12-01 [colin]      3.9.0cvs34
1192
1193         * src/common/utils.c
1194         * src/common/utils.h
1195                 Add a canonicalizer function and use it to
1196                 canonicalize rc_dir.
1197
1198 2012-11-30 [mones]      3.9.0cvs33
1199
1200         * src/common/plugin.c
1201                 Fixes #1137 completely, saving path-less plugins as is
1202                 in config. With this patch user can edit plugin list on
1203                 clawsrc and remove absolute paths from shared plugins,
1204                 leaving only the "pluginname.so". Those will be tried to
1205                 load from plugin dir of the loading core. Notice that
1206                 those will also fail to load on older versions, and will
1207                 probably be removed from your config without warning by
1208                 the older version.
1209
1210 2012-11-30 [wwp]        3.9.0cvs32
1211
1212         * src/mainwindow.c
1213         * src/mainwindow.h
1214         * src/summaryview.c
1215         * src/toolbar.c
1216         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1217         also fix list loop initializers.
1218
1219 2012-11-30 [wwp]        3.9.0cvs31
1220
1221         * src/mainwindow.c
1222         * src/mainwindow.h
1223         * src/procmsg.c
1224         * src/send_message.c
1225         * src/send_message.h
1226         * src/toolbar.c
1227         * src/toolbar.h
1228         Add Message/Cancel sending (same as --cancel-sending), adds the
1229         relevant toolbar icon, and an extra cancel sending+receiving icon
1230         for convenience.
1231
1232 2012-11-29 [colin]      3.9.0cvs30
1233
1234         * src/mainwindow.c
1235                 Fix mask on a few menu items (thanks Ricardo!)
1236
1237 2012-11-28 [wwp]        3.9.0cvs29
1238
1239         * src/mainwindow.c
1240         * src/mainwindow.h
1241         * src/summaryview.c
1242         * src/toolbar.c
1243         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1244         Complete toolbar_init(), which was missing few inits.
1245
1246 2012-11-28 [colin]      3.9.0cvs28
1247
1248         * src/mainwindow.c
1249         * src/news.c
1250         * src/news.h
1251         * src/etpan/nntp-thread.c
1252                 Disconnect NNTP accounts too when switching offline
1253
1254 2012-11-28 [colin]      3.9.0cvs27
1255
1256         * src/imap.c
1257         * src/news.c
1258         * src/common/session.c
1259         * src/common/session.h
1260                 Add keep-alive pings on IMAP and NNTP
1261
1262 2012-11-28 [colin]      3.9.0cvs26
1263
1264         * src/imap.c
1265         * src/etpan/imap-thread.c
1266         * src/etpan/imap-thread.h
1267                 Try locale's charset and UTF-7 on server-side
1268                 searches when UTF-8 fails. Also, don't even
1269                 mention a charset if searching for an ASCII
1270                 string.
1271
1272 2012-11-27 [colin]      3.9.0cvs25
1273
1274         * src/main.c
1275                 Unbreak the build.
1276
1277 2012-11-27 [colin]      3.9.0cvs24
1278
1279         * src/common/ssl.c
1280                 Fix bug #2826, "replace deprecated gnutls function"
1281                 Patch by Christian Hesse
1282
1283 2012-11-27 [colin]      3.9.0cvs23
1284
1285         * src/gtk/manage_window.c
1286                 Stop spamming logs with focus events.
1287
1288 2012-11-27 [colin]      3.9.0cvs22
1289
1290         * src/mainwindow.c
1291         * src/prefs_common.c
1292         * src/prefs_common.h
1293                 Unsneak a work-in-progress patch that I mistakengly
1294                 commited with a cleanup
1295
1296 2012-11-27 [wwp]        3.9.0cvs21
1297
1298         * doc/man/claws-mail.1
1299         * src/main.c
1300         * src/send_message.c
1301         * src/send_message.h
1302                 Add --cancel-sending command-line switch.
1303
1304 2012-11-23 [colin]      3.9.0cvs20
1305
1306         * src/jpilot.c
1307         * src/main.c
1308         * src/mainwindow.c
1309         * src/matcher.c
1310         * src/prefs_common.c
1311         * src/prefs_common.h
1312         * src/procmsg.c
1313         * src/common/socket.c
1314         * src/common/socket.h
1315         * src/common/ssl.c
1316         * src/common/ssl_certificate.c
1317         * src/common/ssl_certificate.h
1318         * src/etpan/imap-thread.c
1319         * src/etpan/nntp-thread.c
1320                 Cleanup some warnings and deprecated types. Patch by
1321                 Christian Hesse, fixing bug #2617. Thanks!
1322
1323 2012-11-23 [colin]      3.9.0cvs19
1324
1325         * AUTHORS
1326         * src/gtk/authors.h
1327                 Add Christian Hesse which was forgotten for some reason
1328
1329 2012-11-21 [colin]      3.9.0cvs18
1330
1331         * src/etpan/imap-thread.c
1332                 Don't set charset on simple searches. Fixes Exchange 2007.
1333
1334 2012-11-20 [colin]      3.9.0cvs17
1335
1336         * src/prefs_matcher.c
1337                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1338
1339 2012-11-20 [ticho]      3.9.0cvs16
1340
1341         * src/gtk/prefswindow.c
1342                 Actually allow folder preference pages which are in top level of
1343                 page index UI to be selected.
1344
1345 2012-11-20 [ticho]      3.9.0cvs15
1346
1347         * src/prefs_folder_item.c
1348                 Remove useless "Folder" root in page index of folder preferences UI.
1349
1350 2012-11-18 [colin]      3.9.0cvs14
1351
1352         * AUTHORS
1353         * src/advsearch.c
1354         * src/matcher.c
1355         * src/matcher.h
1356         * src/matcher_parser_parse.y
1357         * src/prefs_matcher.c
1358         * src/gtk/authors.h
1359         * src/gtk/quicksearch.c
1360                 Add age_{greater,lower}_hours matcher criteria
1361                 Initial patch by Abhay S. Kushwaha.
1362
1363 2012-11-18 [ticho]      3.9.0cvs13
1364
1365         * src/mbox.c
1366                 Improve i18n plural handling in a string used while
1367                 importing from mbox.
1368
1369 2012-11-16 [ticho]      3.9.0cvs12
1370
1371         * po/bg.po
1372         * po/ca.po
1373         * po/cs.po
1374         * po/de.po
1375         * po/en_GB.po
1376         * po/es.po
1377         * po/fi.po
1378         * po/fr.po
1379         * po/he.po
1380         * po/hu.po
1381         * po/id_ID.po
1382         * po/it.po
1383         * po/ja.po
1384         * po/lt.po
1385         * po/nl.po
1386         * po/pl.po
1387         * po/pt_BR.po
1388         * po/pt_PT.po
1389         * po/ru.po
1390         * po/sk.po
1391         * po/sr.po
1392         * po/sv.po
1393         * po/uk.po
1394         * po/zh_CN.po
1395         * po/zh_TW.po
1396         * po/Makevars
1397                 Update message catalogs to match changes in 3.9.0cvs11.
1398
1399 2012-11-16 [ticho]      3.9.0cvs11
1400
1401         * src/account.c
1402         * src/addrcustomattr.c
1403         * src/edittags.c
1404         * src/prefs_filtering.c
1405         * src/prefs_matcher.c
1406         * src/prefs_msg_colors.c
1407         * src/toolbar.c
1408         * src/uri_opener.c
1409         * src/wizard.c
1410         * src/common/utils.c
1411         * src/gtk/about.c
1412                 Use pgettext() and friends for i18n context strings, instead of
1413                 having a pipe character in msgid for context separation. This uses
1414                 glib's C_ macro, instead of Q_.
1415
1416 2012-11-16 [colin]      3.9.0cvs10
1417
1418         * src/foldersel.c
1419         * src/prefs_actions.c
1420         * src/prefs_filtering_action.c
1421         * src/prefs_matcher.c
1422         * src/quote_fmt.c
1423         * src/gtk/description_window.c
1424         * src/gtk/description_window.h
1425         * src/gtk/inputdialog.c
1426         * src/gtk/manage_window.c
1427         * src/gtk/quicksearch.c
1428                 Try to better fix focus problems. Should address:
1429                 Bug #2774
1430                 Bug #2624
1431                 Bug #1963
1432                 Bug #2780
1433                 Please check using your favorite WM that the following works:
1434                 Information button (Quicksearch, Templates, 'Test' filtering 
1435                 condition)
1436                 Folder selection (Move/Copy contextual menu,
1437                 various preferences, including 'New folder').
1438                 Tested with XFCE, Gnome Shell and Windows.
1439                 
1440
1441 2012-11-16 [colin]      3.9.0cvs9
1442
1443         * src/advsearch.c
1444                 Init is_fast too
1445
1446 2012-11-16 [colin]      3.9.0cvs8
1447
1448         * src/advsearch.c
1449                 Fix missing initialisation of bool_and which could
1450                 lead to From/To/Subject/Tag searches searching with
1451                 binary and.
1452                 Also clean up tag expansion. No need to create a
1453                 matcher string and re-parse it.
1454
1455 2012-11-16 [paul]       3.9.0cvs7
1456
1457         * po/de.po
1458                 fix by Thomas Bellmann
1459
1460 2012-11-15 [colin]      3.9.0cvs6
1461
1462         * src/summaryview.c
1463                 Fix bug #2785, "Marking mails for deletion reopens internal 
1464                 message view"
1465
1466 2012-11-15 [colin]      3.9.0cvs5
1467
1468         * src/main.c
1469         * src/statusbar.c
1470         * src/gtk/gtkcmclist.c
1471         * src/gtk/gtkcmclist.h
1472                 a few more GTK+3 fixes. Segfaults on me, though.
1473
1474 2012-11-15 [colin]      3.9.0cvs4
1475
1476         * src/Makefile.am
1477         * src/action.c
1478         * src/addr_compl.c
1479         * src/addressbook.c
1480         * src/addrgather.c
1481         * src/compose.c
1482         * src/editaddress.c
1483         * src/editgroup.c
1484         * src/main.c
1485         * src/mainwindow.c
1486         * src/message_search.c
1487         * src/prefs_display_header.c
1488         * src/prefs_filtering_action.c
1489         * src/prefs_matcher.c
1490         * src/prefs_other.c
1491         * src/prefs_toolbar.c
1492         * src/printing.c
1493         * src/stock_pixmap.c
1494         * src/summary_search.c
1495         * src/summaryview.c
1496         * src/textview.c
1497         * src/gtk/Makefile.am
1498         * src/gtk/colorlabel.c
1499         * src/gtk/combobox.c
1500         * src/gtk/combobox.h
1501         * src/gtk/gtkcmclist.c
1502         * src/gtk/gtkcmclist.h
1503         * src/gtk/gtkcmctree.c
1504         * src/gtk/gtksctree.c
1505         * src/gtk/gtkshruler.c
1506         * src/gtk/gtkutils.c
1507         * src/gtk/gtkutils.h
1508         * src/gtk/inputdialog.c
1509         * src/gtk/quicksearch.c
1510         * src/plugins/pgpcore/Makefile.am
1511         * src/plugins/pgpinline/Makefile.am
1512         * src/plugins/pgpmime/Makefile.am
1513         * src/plugins/smime/Makefile.am
1514                 Big GTK+3 patch from Hanno Meyer-Thurow
1515
1516 2012-11-15 [wwp]        3.9.0cvs3
1517
1518         * doc/man/claws-mail.1
1519         * src/main.c
1520                 Add --cancel-receiving command-line switch.
1521
1522 2012-11-15 [wwp]        3.9.0cvs2
1523
1524         * src/ssl_manager.c
1525         * src/gtk/sslcertwindow.c
1526                 Fix Capitalization.
1527
1528 2012-11-15 [paul]       3.9.0cvs1
1529
1530         * po/cs.po
1531         * po/fi.po
1532         * po/sk.po
1533                 updates from David Vachulka, Flammie Pirinen, and
1534                 Slavko
1535
1536 2012-11-14 [paul]       3.9.0
1537         * NEWS
1538         * README
1539         * RELEASE_NOTES 
1540                 3.9.0 unleashed!
1541
1542 2012-11-14 [paul]       3.8.1cvs123
1543
1544         * po/de.po
1545         * po/es.po
1546         * po/fi.po
1547         * po/fr.po
1548         * po/hu.po
1549         * po/pt_BR.po
1550         * po/sv.po
1551         * po/uk.po
1552         * po/zh_TW.po
1553                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1554                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1555                 YUP, Wei-Lun Chao
1556
1557 2012-11-14 [paul]       3.8.1cvs122
1558
1559         * tools/README
1560         * tools/fix_date.sh
1561                 improvements by wwp
1562
1563 2012-11-14 [colin]      3.8.1cvs121
1564
1565         * src/action.c
1566                 And fix warning with breaking functionality
1567
1568 2012-11-14 [paul]       3.8.1cvs120
1569
1570         * src/action.c
1571                 revert this change from 3.8.1cvs60, it breaks
1572                 actions with a pipe
1573
1574 2012-11-14 [colin]      3.8.1cvs119
1575
1576         * src/common/plugin.c
1577                 If plugin fails to load from absolute path, try from
1578                 default plugin path. 
1579                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1580                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1581                 results in wrong paths in clawsrc'
1582
1583 2012-11-12 [colin]      3.8.1cvs118
1584
1585         * src/messageview.c
1586                 Fix initial focus on textview. Fixes bug #2776,
1587                 "Make all menu shortcuts work properly in the message window"
1588
1589 2012-11-09 [colin]      3.8.1cvs117
1590
1591         * src/etpan/imap-thread.c
1592                 Specify search charset. Thanks to Aleksei Miheev
1593
1594 2012-11-08 [colin]      3.8.1cvs116
1595
1596         * src/common/socket.c
1597         * src/gtk/gtkutils.c
1598                 Fix socket communication
1599
1600 2012-11-08 [colin]      3.8.1cvs115
1601
1602         * src/plugins/pgpcore/sgpgme.c
1603                 Fix Windows runtime crash
1604
1605 2012-11-08 [colin]      3.8.1cvs114
1606
1607         * src/gtk/quicksearch.c
1608                 Fix going active with NULL matchstring (for example
1609                 when changing type before typing anything)
1610
1611 2012-11-07 [colin]      3.8.1cvs113
1612
1613         * src/mbox.c
1614                 Fix Windows build
1615
1616 2012-11-06 [mones]      3.8.1cvs112
1617
1618         * doc/man/claws-mail.1
1619                 Sync with AUTHORS file
1620         * src/gtk/quicksearch.c
1621                 Add number units where appropriate
1622
1623 2012-10-31 [paul]       3.8.1cvs111
1624
1625         * src/prefs_folder_item.c
1626                 add missing closing bracket. thanks to Andreas Rönnquist.
1627
1628 2012-10-31 [colin]      3.8.1cvs110
1629
1630         * src/prefs_folder_item.c
1631                 Fix prefs text and extra semi-colon. Thanks to Paul!
1632
1633 2012-10-31 [colin]      3.8.1cvs109
1634
1635         * src/folder_item_prefs.c
1636         * src/folder_item_prefs.h
1637         * src/messageview.c
1638         * src/prefs_folder_item.c
1639                 Implement feature from bug #2569, 
1640                 "select html part on folder specific properties"
1641                 Patch based on Andrej's patch.
1642
1643 2012-10-29 [wwp]        3.8.1cvs108
1644
1645         * src/textview.c
1646         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1647         broken URL parsing.
1648
1649 2012-10-25 [colin]      3.8.1cvs107
1650
1651         * src/textview.c
1652                 Verify the previous URI wasn't the same...
1653                 fixes http://www. URIs.
1654
1655 2012-10-25 [colin]      3.8.1cvs106
1656
1657         * src/common/utils.c
1658         * src/common/utils.h
1659         * src/textview.c
1660                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1661                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1662                 from 30% to 15%. Patch by Igor Mammedov
1663
1664 2012-10-25 [colin]      3.8.1cvs105
1665
1666         * src/textview.c
1667                 Do not allow search cost to explode in case of bad message
1668                 parsing in textview_make_clickable_parts_later(); reduces
1669                 cost of textview_make_clickable_parts_later() from 99% to
1670                 17% for big bad-case message. Patch by Igor Mammedov
1671
1672 2012-10-25 [colin]      3.8.1cvs104
1673
1674         * src/textview.c
1675         * src/textview.h
1676                 Avoid strlen() on big buffers, use precomputed length instead
1677                 it reduces cost of textview_write_line() from 32% to 3% for
1678                 big messages. Patch by Igor Mammedov
1679         * AUTHORS
1680         * src/gtk/authors.h
1681                 Add Igor
1682
1683 2012-10-24 [mones]      3.8.1cvs103
1684
1685         * src/advsearch.c
1686                 Trust on IMAP core on-line/off-line management
1687                 Patch by Sean Buckheister
1688
1689 2012-10-19 [paul]       3.8.1cvs102
1690
1691         * AUTHORS
1692         * src/crash.c
1693         * src/gtk/authors.h
1694                 fix bug 2760, 'display correct libc version in crash dialog 
1695                 when uclibc is used'.
1696                 fixes build with uclibc. patch by Natanael Copa.
1697
1698 2012-10-18 [mones]      3.8.1cvs101
1699
1700         * claws-mail.desktop
1701                 Fix bug #2761 and remove invalid GTK main category
1702
1703 2012-10-17 [colin]      3.8.1cvs100
1704
1705         * src/common/ssl_certificate.c
1706                 Fix bug #2759, "Error messages regarding bad
1707                 client certificates are less than helpful"
1708                 Based on patch by bug reporter.
1709
1710 2012-10-13 [paul]       3.8.1cvs99
1711
1712         * src/common/ssl_certificate.c
1713                 fix build with gnutls 3.1.3
1714                 Patch by Sean Buckheister.
1715
1716 2012-10-12 [mones]      3.8.1cvs98
1717
1718         * src/compose.c
1719         * src/grouplistdialog.c
1720         * src/imap.c
1721         * src/news_gtk.c
1722         * src/procmime.c
1723         * src/procmsg.c
1724         * src/common/utils.c
1725         * src/common/utils.h
1726         * src/etpan/imap-thread.c
1727                 New slist_free_strings_full wrapper for g_slist_free_full
1728                 and simplify calls where it was being used
1729
1730 2012-10-12 [colin]      3.8.1cvs97
1731
1732         * src/common/defs.h
1733                 Drop include of internal glib header
1734                 Patch by Werner Koch
1735
1736 2012-10-12 [colin]      3.8.1cvs96
1737
1738         * src/gtk/gtkcmctree.c
1739         * src/gtk/gtksctree.c
1740                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1741                 mouse". Patch mostly by Tom Horsley
1742
1743 2012-10-12 [iwkse]      3.8.1cvs95
1744
1745         * src/common/utils.c
1746                         g_free *mutex
1747
1748 2012-10-12 [mones]      3.8.1cvs94
1749
1750         * src/common/utils.c
1751                 Remove undeclared mutex symbol
1752
1753 2012-10-12 [colin]      3.8.1cvs93
1754
1755         * src/compose.c
1756         * src/prefs_account.c
1757         * src/common/utils.c
1758         * src/common/utils.h
1759                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1760                 Thanks to Salvatore de Paolis
1761
1762 2012-10-10 [colin]      3.8.1cvs92
1763
1764         * src/folder.c
1765                 Fix bug #2744, "Quick search throws bad command 
1766                 argument error on Microsoft Exchange". Fall back
1767                 to local search if folder-specific search fails.
1768         * src/gtk/quicksearch.c
1769                 Typo fix.
1770
1771 2012-10-10 [colin]      3.8.1cvs91
1772
1773         * src/procmsg.h
1774                 Make what the tags list contain more clear
1775
1776 2012-10-10 [colin]      3.8.1cvs90
1777
1778         * src/inc.c
1779         * src/mbox.c
1780         * src/common/smtp.c
1781         * src/common/smtp.h
1782                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1783                 Patch by "madroach"
1784
1785 2012-10-10 [colin]      3.8.1cvs89
1786
1787         * autogen.sh
1788                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1789
1790 2012-10-10 [colin]      3.8.1cvs88
1791
1792         * src/compose.c
1793                 Leak fix (thanks Ricardo!)
1794
1795 2012-10-10 [colin]      3.8.1cvs87
1796
1797         * src/common/utils.c
1798                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1799                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1800                 fixes by Michael Rasmussen and myself.
1801                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1802                 semantics are different from slist_free_strings() in that
1803                 slist_free_strings does not free the list itself.
1804
1805 2012-10-09 [mones]      3.8.1cvs86
1806
1807         * doc/man/claws-mail.1
1808         * src/compose.c
1809         * src/common/utils.c
1810                 New extra headers feature for adding user-defined
1811                 extra headers to the combobox in the compose window
1812                 Headers are stablished in 'extraheaderrc', one per
1813                 line with a final colon
1814
1815 2012-10-06 [mones]      3.8.1cvs85
1816
1817         * po/POTFILES.in
1818                 Added src/gtk/menu.c
1819         * src/common/defs.h
1820         * src/gtk/menu.c
1821         * src/gtk/menu.h
1822                 New function cm_menu_item_new_label_from_url to
1823                 avoid crashing on huge URL strings and warn user
1824                 about the possible causes
1825         * src/mainwindow.c
1826                 Use it to create List menu items safely
1827
1828 2012-10-04 [colin]      3.8.1cvs84
1829
1830         * src/imap.c
1831                 Fix keywords with spaces
1832
1833 2012-10-04 [colin]      3.8.1cvs83
1834
1835         * src/advsearch.c
1836                 Fix double-tag search. Maybe fixes bug #2744,
1837                 'Quick search throws bad command argument 
1838                 error since recent change'. Patch by Sean.
1839
1840 2012-10-03 [mones]      3.8.1cvs82
1841
1842         * src/procmime.c
1843                 Fix bug #2743 'null pointer crash in procmime strchr'
1844                 Patch by Michael Schwendt (from RedHat bug 862578) 
1845
1846 2012-09-28 [colin]      3.8.1cvs81
1847
1848         * src/advsearch.c
1849                 Never search on server if we're offline
1850                 (Asking the user would and will be better)
1851         * src/imap.c
1852                 Fix uninitialized variable (bogus) warning
1853                 Fix SELECT of the folder before searching
1854
1855 2012-09-27 [colin]      3.8.1cvs80
1856
1857         * src/advsearch.c
1858         * src/imap.c
1859         * src/etpan/imap-thread.c
1860         * src/etpan/imap-thread.h
1861                 Implement IMAP server search. Patch by
1862                 Sean Buckheister again.
1863
1864 2012-09-26 [colin]      3.8.1cvs79
1865
1866         * src/main.c
1867         * src/matcher.c
1868         * src/matcher.h
1869                 Prepare the context strings, their translation take
1870                 CPU time. Shaves 6 seconds out of 17 on my reference
1871                 folder body search.
1872         * src/summary_search.c
1873                 Fix a warning
1874
1875 2012-09-26 [colin]      3.8.1cvs78
1876
1877         * src/matcher.c
1878         * src/procmime.c
1879         * src/procmime.h
1880                 Unlock I/O in procmime, give a way
1881                 for matcher to avoid having to
1882                 read/write tmp/rewind/read tmp for
1883                 body matches.
1884
1885 2012-09-26 [colin]      3.8.1cvs77
1886
1887         * src/summary_search.c
1888                 Fix unresponsive stop button
1889         * src/gtk/quicksearch.c
1890                 Fix busy cursor
1891
1892 2012-09-26 [colin]      3.8.1cvs76
1893
1894         * src/summary_search.c
1895         * src/summaryview.c
1896         * src/summaryview.h
1897         * src/gtk/quicksearch.c
1898                 Factorize search code in summary_search and
1899                 add a progress indicator as that slows down
1900                 the first result in case of body search.
1901
1902 2012-09-26 [colin]      3.8.1cvs75
1903
1904         * src/folder.c
1905                 Fix body search triggering GUI updates
1906                 for every message when it gets MSG_SCANNED
1907                 set.
1908
1909 2012-09-26 [colin]      3.8.1cvs74
1910
1911         * src/folder.c
1912         * src/folder.h
1913         * src/imap.c
1914         * src/procmsg.c
1915         * src/procmsg.h
1916         * src/summaryview.c
1917                 Factorize msg list to num list code;
1918                 Make search faster using cache instead
1919                 of network I/O
1920
1921 2012-09-25 [mones]      3.8.1cvs73
1922
1923         * src/gtk/quicksearch.c
1924                 Fix new expressions not being added to quicksearch
1925                 history in extended mode; patch by Sean Buckheister
1926
1927 2012-09-22 [mir]        3.8.1cvs72
1928
1929         * src/advsearch.c
1930                 Fix for not searching in folders marked 'no_select'
1931                 patch provided by Colin.
1932
1933 2012-09-22 [mones]      3.8.1cvs71
1934
1935         * src/advsearch.c
1936                 Add missing copyright header
1937
1938 2012-09-21 [colin]      3.8.1cvs70
1939
1940         * src/folder.c
1941                 Fix warning where msgcount was used
1942                 uninitialized in case the search was
1943                 to be performed on a message list subset.
1944
1945 2012-09-21 [colin]      3.8.1cvs69
1946
1947         * src/gtk/quicksearch.c
1948                 Fix error background not appearing
1949
1950 2012-09-21 [colin]      3.8.1cvs68
1951
1952         * src/Makefile.am
1953         * src/advsearch.c ** ADDED **
1954         * src/advsearch.h ** ADDED **
1955         * src/folder.c
1956         * src/folder.h
1957         * src/folderview.c
1958         * src/imap.c
1959         * src/main.c
1960         * src/matcher.c
1961         * src/matcher.h
1962         * src/matchertypes.h ** ADDED **
1963         * src/mh.c
1964         * src/mimeview.c
1965         * src/news.c
1966         * src/proctypes.h
1967         * src/summary_search.c
1968         * src/summaryview.c
1969         * src/summaryview.h
1970         * src/gtk/quicksearch.c
1971         * src/gtk/quicksearch.h
1972                 Separated GUI and logic for search
1973                 Use same logic for quicksearch and folder search
1974                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1975
1976 2012-09-19 [mones]      3.8.1cvs67
1977
1978         * src/mainwindow.c
1979                 Remove spurious parameter from get_url_part and
1980                 fix potential buffer overflow
1981
1982 2012-09-19 [colin]      3.8.1cvs66
1983
1984         * src/addressbook.c
1985         * src/addrselect.c
1986                 Un-mix mixed enum comparison which happened
1987                 to work because multiple enums define the same
1988                 values.
1989
1990 2012-09-19 [colin]      3.8.1cvs65
1991
1992         * src/addrindex.c
1993         * src/editaddress.c
1994         * src/editldap.c
1995         * src/exporthtml.c
1996         * src/jpilot.c
1997         * src/procmime.c
1998         * src/plugins/bogofilter/bogofilter_gtk.c
1999         * src/plugins/pgpcore/prefs_gpg.c
2000         * src/plugins/smime/smime.c
2001         * src/plugins/spamassassin/spamassassin_gtk.c
2002                 More warning fixes, casts, useless variables and
2003                 unchecked return values
2004
2005 2012-09-19 [colin]      3.8.1cvs64
2006
2007         * src/mainwindow.c
2008                 Check possible overflow
2009         * src/prefs_account.c
2010         * src/prefs_compose_writing.c
2011         * src/prefs_logging.c
2012         * src/prefs_message.c
2013         * src/prefs_msg_colors.c
2014         * src/prefs_other.c
2015         * src/prefs_receive.c
2016         * src/prefs_summaries.c
2017         * src/prefs_wrapping.c
2018                 fix GtkAdjustment casts
2019         * src/common/ssl.c
2020                 fix warnings
2021         * src/gtk/gtkaspell.c
2022                 fix warnings
2023
2024 2012-09-19 [mones]      3.8.1cvs63
2025
2026         * src/addritem.c
2027                 Fix leak and follow function specification
2028
2029 2012-09-19 [mones]      3.8.1cvs62
2030
2031         * src/action.c
2032                 Use unused var c to check result and emit messages on error
2033         * src/addrbook.c
2034                 Remove unused vars: attr (several functions), element
2035         * src/addrclip.c
2036                 Use unused var newGroup to check result
2037         * src/addrcustomattr.c
2038                 Remove unused var summaryview and related code
2039         * src/addressbook.c
2040                 Use unused vars nn, newNode, idleID to check result
2041                 Remove unused var aoType and refactor logic around it
2042                 Comment var enabled and related debug code
2043         * src/msgcache.c
2044                 Use unused var error to check result and emit debug messages
2045         * src/textview.c
2046                 Remove unused var link_color
2047         * src/toolbar.c
2048                 Remove unused vars: attr, retVal
2049
2050 2012-09-19 [colin]      3.8.1cvs61
2051
2052         * src/imap.c
2053         * src/inc.c
2054         * src/news.c
2055         * src/send_message.c
2056         * src/common/socket.c
2057                 More precise error logging
2058
2059 2012-09-16 [mones]      3.8.1cvs60
2060
2061         * src/action.c                                                          
2062                 Removed dup calls with ignored result
2063         * src/addr_compl.c                                                    
2064                 Removed unused var is_group and simplified logic around it      
2065         * src/addrharvest.c                                                  
2066         * src/matcher.c
2067         * src/procmsg.c                                                  
2068         * src/etpan/etpan-thread-manager.c                                    
2069                 Use unused var r to verify result and emit messages on error
2070         * src/compose.c                                                  
2071                 Move color variable into conditional usage blocks
2072                 Remove assigned but not used vars: lock, titles, count    
2073         * src/edittags.c
2074                 Remove assigned but not used var actions                        
2075         * src/folderview.c
2076                 Remove assigned but not used vars: from_parent, src_node        
2077         * src/imap_gtk.c
2078         * src/mh_gtk.c                                                    
2079                 Remove malloc-ed but not used var: old_path                  
2080         * src/news.c
2081                 Comment unused vars from commented block: tofetch, fetched      
2082         * src/prefs_account.c
2083                 Remove assigned but not used var: privacy_enabled
2084         * src/prefs_actions.c
2085         * src/prefs_customheader.c
2086                 Remove assigned but not used var: store
2087         * src/prefs_filtering.c
2088                 Remove assigned but not used var: n_rows
2089         * src/prefs_template.c
2090                 Remove assigned but not used vars: model, list_store
2091         * src/prefs_toolbar.c
2092                 Remove assigned but not used var: win_titles
2093         * src/printing.c
2094                 Remove assigned but not used vars: orientation, line, baseline,
2095                 off_chars 
2096         * src/etpan/imap-thread.c
2097                 Remove assigned but not used var: value, r
2098                 Refactor to check correct memory allocation
2099         * src/etpan/nntp-thread.c
2100                 Remove assigned but not used var: value
2101         * src/gtk/gtkaspell.c
2102                 Remove assigned but not used vars: textbuf, exist
2103                 Remove unused function: find_gtkaspeller
2104         * src/gtk/gtkcmctree.c
2105                 Remove unused function: gtk_cmctree_get_offset
2106         * src/gtk/gtkshruler.c
2107                 Remove assigned but not used vars: ruler, priv
2108
2109 2012-09-14 [mones]      3.8.1cvs59
2110
2111         * src/common/log.c
2112                 Check file operation results (and remove and
2113                 unused var warning)
2114
2115 2012-09-14 [colin]      3.8.1cvs58
2116
2117         * src/gtk/inputdialog.c
2118                 Remove unused var, thanks Ticho
2119
2120 2012-09-13 [colin]      3.8.1cvs57
2121
2122         * src/stock_pixmap.c
2123                 Fix missing \n in debug line
2124
2125 2012-09-13 [colin]      3.8.1cvs56
2126
2127         * src/main.c
2128                 Don't listen on the Unix socket before we're
2129                 ready. The 'popup' order from another instance
2130                 may provoke a race and trash configuration files.
2131
2132 2012-09-13 [colin]      3.8.1cvs55
2133
2134         * src/imap.c
2135                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
2136                 Claws-Mail/IMAP and Lotus Domino". Use
2137                 correct types for start/end and test if
2138                 start is indeed before end.
2139
2140 2012-09-12 [mones]      3.8.1cvs54
2141
2142         * src/prefs_other.c
2143                 Fix bug #1975 'preference mutt key bindings do not take
2144                 effect' (and the other invalid paths too)
2145
2146 2012-09-12 [colin]      3.8.1cvs53
2147
2148         * src/procmsg.c
2149                 Revert that hunk, logic is unclear.
2150
2151 2012-09-12 [colin]      3.8.1cvs52
2152
2153         * src/addressbook.c
2154         * src/addrharvest.c
2155         * src/addrindex.c
2156         * src/addritem.c
2157         * src/compose.c
2158         * src/edittags.c
2159         * src/folder.c
2160         * src/imap.c
2161         * src/inc.c
2162         * src/ldif.c
2163         * src/mainwindow.c
2164         * src/mbox.c
2165         * src/mimeview.c
2166         * src/mutt.c
2167         * src/partial_download.c
2168         * src/prefs_filtering_action.c
2169         * src/prefs_toolbar.c
2170         * src/printing.c
2171         * src/procheader.c
2172         * src/procmime.c
2173         * src/procmsg.c
2174         * src/summaryview.c
2175         * src/textview.c
2176         * src/common/utils.c
2177         * src/etpan/imap-thread.c
2178         * src/gtk/gtkaspell.c
2179         * src/plugins/pgpcore/sgpgme.c
2180                 More fixes from bug #1961:
2181                 - Write-only variables
2182                 - Null pointer dereferences
2183                 - A couple other fixes for which the reporter
2184                   was unsure, but which showed problems.
2185                 More details in bug #1961 comments.
2186
2187 2012-09-12 [colin]      3.8.1cvs51
2188
2189         * src/compose.c
2190         * src/mh.c
2191         * src/common/ssl.c
2192         * src/plugins/pgpcore/passphrase.c
2193                 Apply patches from bug #1961, "patches for
2194                 a couple of clang warnings":
2195                 - Check return codes
2196                 - Remove dead code
2197
2198 2012-09-12 [colin]      3.8.1cvs50
2199
2200         * claws-mail.pc.in
2201                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2202                 where the included menu.h could come from Ncurses.
2203                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2204
2205 2012-09-11 [colin]      3.8.1cvs49
2206
2207         * src/main.c
2208                 Fix race condition at start.
2209
2210 2012-09-10 [colin]      3.8.1cvs48
2211
2212         * src/main.c
2213                 Create lock socket as soon as possible, not after
2214                 a few things like caching all prefs.
2215
2216 2012-09-09 [mones]      3.8.1cvs47
2217
2218         * src/plugins/bogofilter/bogofilter.c
2219                 Add missing include
2220
2221 2012-09-08 [colin]      3.8.1cvs46
2222
2223         * AUTHORS
2224         * src/Makefile.am
2225         * src/action.c
2226         * src/addr_compl.c
2227         * src/addrbook.c
2228         * src/compose.c
2229         * src/compose.h
2230         * src/editaddress.c
2231         * src/filtering.c
2232         * src/folder.c
2233         * src/folder.h
2234         * src/folderview.h
2235         * src/headerview.h
2236         * src/imap_gtk.c
2237         * src/localfolder.c
2238         * src/main.c
2239         * src/mainwindow.c
2240         * src/mainwindow.h
2241         * src/matcher.c
2242         * src/matcher_parser_parse.y
2243         * src/messageview.c
2244         * src/messageview.h
2245         * src/mh.c
2246         * src/mh_gtk.c
2247         * src/mimeview.c
2248         * src/mimeview.h
2249         * src/noticeview.h
2250         * src/prefs_account.c
2251         * src/prefs_account.h
2252         * src/prefs_filtering.c
2253         * src/prefs_filtering_action.c
2254         * src/prefs_gtk.h
2255         * src/prefs_matcher.c
2256         * src/prefs_template.c
2257         * src/prefs_toolbar.c
2258         * src/privacy.c
2259         * src/procheader.h
2260         * src/procmime.c
2261         * src/procmime.h
2262         * src/procmsg.c
2263         * src/procmsg.h
2264         * src/proctypes.h
2265         * src/remotefolder.c
2266         * src/summaryview.c
2267         * src/summaryview.h
2268         * src/textview.c
2269         * src/textview.h
2270         * src/toolbar.c
2271         * src/uri_opener.c
2272         * src/viewtypes.h
2273         * src/common/defs.h
2274         * src/gtk/authors.h
2275         * src/gtk/description_window.c
2276         * src/plugins/trayicon/trayicon.c
2277                 Break circular dependencies in Claws' headers,
2278                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2279
2280 2012-09-08 [colin]      3.8.1cvs45
2281
2282         * src/textview.c
2283                 Fix shortcut getting
2284
2285 2012-09-05 [colin]      3.8.1cvs44
2286
2287         * src/matcher.c
2288         * src/matcher.h
2289         * src/prefs_matcher.c
2290                 Drop matcherprop_new_create, which is just a copy of
2291                 matcherprop_new, and staticalize what can be
2292
2293 2012-09-05 [colin]      3.8.1cvs43
2294
2295         * src/plugins/pgpcore/select-keys.c
2296                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2297                 based on primary UID rather than recipient e-mail"
2298
2299 2012-08-29 [colin]      3.8.1cvs42
2300
2301         * src/gtk/gtkaspell.c
2302                 Fix bug #2596, "Spell checker does not work properly"
2303
2304 2012-08-29 [colin]      3.8.1cvs41
2305
2306         * src/plugins/pgpcore/sgpgme.c
2307                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2308                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2309
2310 2012-08-29 [colin]      3.8.1cvs40
2311
2312         * src/mainwindow.c
2313         * src/messageview.c
2314         * src/mimeview.c
2315         * src/mimeview.h
2316         * src/summaryview.c
2317         * src/textview.c
2318         * src/gtk/menu.c
2319         * src/gtk/menu.h
2320                 Move the hardcoded mimeview shortcuts to standard menus.
2321
2322 2012-08-27 [colin]      3.8.1cvs39
2323
2324         * src/main.c
2325                 Fix double mainwindow presentation that confuses GNOME3
2326                 when some plugins fail to load (subsequent Claws windows
2327                 got no focus in that case)
2328
2329 2012-08-27 [colin]      3.8.1cvs38
2330
2331         * src/summaryview.c
2332                 Make Mark all read confirmation button more clear
2333
2334 2012-08-27 [colin]      3.8.1cvs37
2335
2336         * src/mainwindow.c
2337         * src/summaryview.c
2338                 Separate "Mark all read" from "Mark as read"
2339                 and "Ignore thread"
2340
2341 2012-08-27 [wwp]        3.8.1cvs36
2342
2343         * src/inc.c
2344         * src/procmsg.c
2345                 Remove session statistics debug statements (irrelevant in repo,
2346                 that's dev stuff).
2347
2348 2012-08-24 [mones]      3.8.1cvs35
2349
2350         * manual/advanced.xml
2351                 Keep alphabetic order of hidden options lost
2352                 and update Clawsker URL.
2353         * manual/de/advanced.xml
2354         * manual/fr/advanced.xml
2355                 Update Clawsker URL.
2356         * manual/es/advanced.xml
2357                 Sync with English version and update Clawsker URL.
2358         * manual/de/dist/html/Makefile.am
2359         * manual/es/dist/html/Makefile.am
2360         * manual/fr/dist/html/Makefile.am
2361         * manual/pl/dist/html/Makefile.am
2362         * manual/dist/html/Makefile.am
2363                 Fix bug 2723 'Missing encoding in generated html manual'
2364
2365 2012-08-23 [colin]      3.8.1cvs34
2366
2367         * src/mainwindow.c
2368                 Fix --offline asking if one wants to sync,
2369                 due to re-entering. Thanks <ebik@ucw.cz>.
2370
2371 2012-08-16 [colin]      3.8.1cvs33
2372
2373         * src/imap.c
2374                 Always clear the tags list when fetching a folder, or
2375                 Claws will never untag an untagged email. Patch by
2376                 Igor Mammedov <imammedo@redhat.com>
2377
2378 2012-08-12 [colin]      3.8.1cvs32
2379
2380         * src/compose.c
2381                 Exclude text/plain from the attachment thing
2382
2383 2012-08-12 [colin]      3.8.1cvs31
2384
2385         * src/messageview.c
2386                 Fix comparison, thanks to Michael Gmelin
2387
2388 2012-08-12 [colin]      3.8.1cvs30
2389
2390         * src/messageview.c
2391                 Only show HTML parts by default (if the pref
2392                 is set so) if the part disposition-type is
2393                 inline or unknown, but not attachment.
2394         * src/common/ssl.c
2395                 Remove useless hook that won't ever be used
2396                 on windows
2397
2398 2012-08-12 [colin]      3.8.1cvs29
2399
2400         * src/compose.c
2401                 Make sure text/* attachments are not made
2402                 inline, regardless of the compose mode.
2403                 Finishes fixing bug #2203 after auto-save
2404                 switches mode to COMPOSE_REEDIT. Thanks to
2405                 Michael Gmelin for finding this.
2406
2407 2012-08-09 [colin]      3.8.1cvs28
2408
2409         * src/prefs_filtering.c
2410                 Make treeView type-ahead case insensitive
2411                 Patch by Andreas Ronnquist
2412
2413 2012-08-09 [colin]      3.8.1cvs27
2414
2415         * src/gtk/sslcertwindow.c
2416                 Fix leak
2417
2418 2012-08-09 [colin]      3.8.1cvs26
2419
2420         * src/common/ssl.c
2421         * src/common/ssl_certificate.c
2422         * src/common/ssl_certificate.h
2423         * src/gtk/sslcertwindow.c
2424                 Fix bug 2718, "Failure to check peer hostname
2425                 when checking certificate"
2426
2427 2012-08-05 [ticho]      3.8.1cvs25
2428
2429         * src/compose.c
2430                 Avoid header combo box to get focus twice (first text within,
2431                 then combobox widget itself) when switching focus with TAB.
2432
2433 2012-07-28 [ticho]      3.8.1cvs24
2434
2435         * src/compose.c
2436                 Properly fix setting "transient for" for attachment properties
2437                 dialog when called via popup menu (since we're stealing focus
2438                 few lines before, we need to do it directly, not via
2439                 manage_window_*).
2440
2441 2012-07-28 [ticho]      3.8.1cvs23
2442
2443         * src/gtk/pluginwindow.c
2444         * src/gtk/prefswindow.c
2445                 Fixed setting "transient for" property for plugin load/unload
2446                 file dialog. Connected manage_window signals to prefswindow events.
2447
2448 2012-07-27 [ticho]      3.8.1cvs22
2449
2450         * src/summaryview.c
2451         * src/textview.c
2452                 Fixed setting "transient for" property for summaryview file
2453                 dialog and messageview's image save dialog.
2454
2455 2012-07-27 [ticho]      3.8.1cvs21
2456
2457         * src/crash.c
2458         * src/mimeview.c
2459                 Fix setting "transient for" property for file select dialogs
2460                 in crash report and mimeview.
2461
2462 2012-07-27 [ticho]      3.8.1cvs20
2463
2464         * src/compose.c
2465                 Fixed "transient for" property for file attach dialog when
2466                 called from Attachments list popup menu. Simplified menu item
2467                 sensitivities setting code logic for this menu.
2468
2469 2012-07-25 [ticho]      3.8.1cvs19
2470
2471         * manual/advanced.xml
2472                 Add the three hidden preferences related to colored display
2473                 of unified diffs to manual.
2474
2475 2012-07-25 [ticho]      3.8.1cvs18
2476
2477         * src/gtk/gtkaspell.c
2478                 Create "Change directory" submenu in a separate function, change
2479                 wording a bit, and make the submenu always available in a context
2480                 menu of body edit box in compose window.
2481
2482 2012-07-25 [ticho]      3.8.1cvs17
2483
2484         * src/gtk/prefswindow.c
2485                 Correctly set transient_for property for preferences window,
2486                 as well as for color picker dialogs. Fixes bug #2710.
2487
2488 2012-07-25 [ticho]      3.8.1cvs16
2489
2490         * src/gtk/quicksearch.c
2491                 Allow quicksearch syntax description window to be correctly
2492                 set transient for main window.
2493
2494 2012-07-15 [wwp]        3.8.1cvs15
2495
2496         * src/procmime.c
2497                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2498
2499 2012-07-10 [paul]       3.8.1cvs14
2500
2501         * src/procmime.c
2502                 forgot this in last commit
2503
2504 2012-07-10 [paul]       3.8.1cvs13
2505
2506         * src/messageview.c
2507         * src/common/defs.h
2508         * src/common/quoted-printable.c
2509         * src/common/quoted-printable.h
2510                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2511                 the bug: partial message text loss
2512
2513 2012-07-10 [mones]      3.8.1cvs12
2514
2515         * src/plugins/pgpcore/sgpgme.c
2516                 Fix bug 2689, 'segfault when trying to view info
2517                 about pgp/smime sign'
2518
2519 2012-07-08 [ticho]      3.8.1cvs11
2520
2521         * src/plugins/pgpcore/sgpgme.c
2522                 Consider marginal signature validity as untrusted. Suggested by
2523                 Jean-Benoist Leger (leger at crans.org).
2524
2525 2012-07-08 [paul]       3.8.1cvs10
2526
2527         * src/gtk/icon_legend.c
2528                 fix (reveal) hidden icon in gui and build warning
2529
2530 2012-07-07 [paul]       3.8.1cvs9
2531
2532         * src/plugins/pgpcore/prefs_gpg.c
2533                 fix build
2534
2535 2012-07-07 [colin]      3.8.1cvs8
2536
2537         * claws-features.h.in
2538         * src/codeconv.h
2539         * src/imap_gtk.h
2540         * src/inc.h
2541         * src/jpilot.h
2542         * src/messageview.h
2543         * src/msgcache.h
2544         * src/news_gtk.h
2545         * src/partial_download.h
2546         * src/pop.h
2547         * src/prefs_account.h
2548         * src/prefs_common.h
2549         * src/printing.h
2550         * src/procmime.h
2551         * src/procmsg.h
2552         * src/stock_pixmap.c
2553         * src/textview.h
2554         * src/common/defs.h
2555         * src/common/log.h
2556         * src/common/session.h
2557         * src/common/smtp.h
2558         * src/common/socket.h
2559         * src/common/ssl.h
2560         * src/common/ssl_certificate.h
2561         * src/common/timing.h
2562         * src/common/utils.h
2563         * src/gtk/gtkaspell.h
2564         * src/gtk/gtkutils.h
2565         * src/gtk/pluginwindow.h
2566         * src/gtk/spell_entry.h
2567         * src/gtk/sslcertwindow.h
2568                 Don't export config.h in public headers
2569
2570 2012-07-07 [colin]      3.8.1cvs7
2571
2572         * claws-features.h.in
2573         * configure.ac
2574         * Makefile.am
2575         * src/account.c
2576         * src/action.c
2577         * src/addr_compl.c
2578         * src/addrcustomattr.c
2579         * src/addrduplicates.c
2580         * src/addressadd.c
2581         * src/addressbook.c
2582         * src/addressbook_foldersel.c
2583         * src/addrgather.c
2584         * src/addrindex.c
2585         * src/alertpanel.c
2586         * src/autofaces.c
2587         * src/browseldap.c
2588         * src/codeconv.c
2589         * src/codeconv.h
2590         * src/compose.c
2591         * src/crash.c
2592         * src/customheader.c
2593         * src/displayheader.c
2594         * src/editaddress.c
2595         * src/editaddress_other_attributes_ldap.c
2596         * src/editbook.c
2597         * src/editgroup.c
2598         * src/editjpilot.c
2599         * src/editldap.c
2600         * src/editldap_basedn.c
2601         * src/edittags.c
2602         * src/editvcard.c
2603         * src/exphtmldlg.c
2604         * src/expldifdlg.c
2605         * src/export.c
2606         * src/exporthtml.c
2607         * src/exportldif.c
2608         * src/folder.c
2609         * src/folder_item_prefs.c
2610         * src/grouplistdialog.c
2611         * src/headerview.c
2612         * src/image_viewer.c
2613         * src/imap.c
2614         * src/imap_gtk.c
2615         * src/imap_gtk.h
2616         * src/import.c
2617         * src/importldif.c
2618         * src/importmutt.c
2619         * src/importpine.c
2620         * src/inc.c
2621         * src/inc.h
2622         * src/jpilot.c
2623         * src/jpilot.h
2624         * src/ldapctrl.c
2625         * src/ldaplocate.c
2626         * src/ldapquery.c
2627         * src/ldapserver.c
2628         * src/ldapupdate.c
2629         * src/ldaputil.c
2630         * src/main.c
2631         * src/manual.c
2632         * src/matcher.c
2633         * src/mbox.c
2634         * src/message_search.c
2635         * src/messageview.h
2636         * src/mh.c
2637         * src/mh_gtk.c
2638         * src/mimeview.c
2639         * src/msgcache.c
2640         * src/msgcache.h
2641         * src/news.c
2642         * src/news_gtk.c
2643         * src/news_gtk.h
2644         * src/noticeview.c
2645         * src/partial_download.c
2646         * src/partial_download.h
2647         * src/pop.c
2648         * src/pop.h
2649         * src/prefs_account.c
2650         * src/prefs_account.h
2651         * src/prefs_actions.c
2652         * src/prefs_common.c
2653         * src/prefs_common.h
2654         * src/prefs_compose_writing.c
2655         * src/prefs_customheader.c
2656         * src/prefs_display_header.c
2657         * src/prefs_ext_prog.c
2658         * src/prefs_filtering.c
2659         * src/prefs_filtering_action.c
2660         * src/prefs_folder_column.c
2661         * src/prefs_folder_item.c
2662         * src/prefs_fonts.c
2663         * src/prefs_gtk.c
2664         * src/prefs_image_viewer.c
2665         * src/prefs_logging.c
2666         * src/prefs_matcher.c
2667         * src/prefs_message.c
2668         * src/prefs_msg_colors.c
2669         * src/prefs_other.c
2670         * src/prefs_quote.c
2671         * src/prefs_receive.c
2672         * src/prefs_send.c
2673         * src/prefs_spelling.c
2674         * src/prefs_summaries.c
2675         * src/prefs_summary_column.c
2676         * src/prefs_summary_open.c
2677         * src/prefs_toolbar.c
2678         * src/prefs_wrapping.c
2679         * src/printing.c
2680         * src/printing.h
2681         * src/procheader.c
2682         * src/procmime.c
2683         * src/procmime.h
2684         * src/procmsg.h
2685         * src/quote_fmt.c
2686         * src/recv.c
2687         * src/send_message.c
2688         * src/setup.c
2689         * src/ssl_manager.c
2690         * src/statusbar.c
2691         * src/summary_search.c
2692         * src/textview.c
2693         * src/textview.h
2694         * src/toolbar.c
2695         * src/undo.c
2696         * src/unmime.c
2697         * src/uri_opener.c
2698         * src/wizard.c
2699         * src/common/claws.c
2700         * src/common/defs.h
2701         * src/common/hooks.c
2702         * src/common/log.c
2703         * src/common/log.h
2704         * src/common/plugin.c
2705         * src/common/prefs.c
2706         * src/common/session.c
2707         * src/common/session.h
2708         * src/common/smtp.c
2709         * src/common/smtp.h
2710         * src/common/socket.c
2711         * src/common/socket.h
2712         * src/common/ssl.c
2713         * src/common/ssl.h
2714         * src/common/ssl_certificate.c
2715         * src/common/ssl_certificate.h
2716         * src/common/string_match.c
2717         * src/common/tags.c
2718         * src/common/timing.h
2719         * src/common/utils.c
2720         * src/common/utils.h
2721         * src/etpan/etpan-thread-manager.c
2722         * src/etpan/imap-thread.c
2723         * src/etpan/nntp-thread.c
2724         * src/gtk/about.c
2725         * src/gtk/combobox.c
2726         * src/gtk/description_window.c
2727         * src/gtk/filesel.c
2728         * src/gtk/gtkaspell.c
2729         * src/gtk/gtkaspell.h
2730         * src/gtk/gtkshruler.c
2731         * src/gtk/gtkunit.c
2732         * src/gtk/gtkutils.c
2733         * src/gtk/gtkutils.h
2734         * src/gtk/gtkvscrollbutton.c
2735         * src/gtk/icon_legend.c
2736         * src/gtk/inputdialog.c
2737         * src/gtk/logwindow.c
2738         * src/gtk/menu.c
2739         * src/gtk/pluginwindow.c
2740         * src/gtk/pluginwindow.h
2741         * src/gtk/prefswindow.c
2742         * src/gtk/progressdialog.c
2743         * src/gtk/quicksearch.c
2744         * src/gtk/spell_entry.c
2745         * src/gtk/spell_entry.h
2746         * src/gtk/sslcertwindow.c
2747         * src/gtk/sslcertwindow.h
2748         * src/plugins/bogofilter/bogofilter.c
2749         * src/plugins/bogofilter/bogofilter_gtk.c
2750         * src/plugins/dillo_viewer/dillo_prefs.c
2751         * src/plugins/dillo_viewer/dillo_viewer.c
2752         * src/plugins/pgpcore/pgp_viewer.c
2753         * src/plugins/pgpcore/plugin.c
2754         * src/plugins/pgpcore/sgpgme.c
2755         * src/plugins/pgpinline/pgpinline.c
2756         * src/plugins/pgpinline/plugin.c
2757         * src/plugins/pgpmime/pgpmime.c
2758         * src/plugins/pgpmime/plugin.c
2759         * src/plugins/smime/plugin.c
2760         * src/plugins/smime/smime.c
2761         * src/plugins/spamassassin/libspamc.c
2762         * src/plugins/spamassassin/spamassassin.c
2763         * src/plugins/spamassassin/spamassassin_gtk.c
2764         * src/plugins/trayicon/trayicon.c
2765         * src/plugins/trayicon/trayicon_prefs.c
2766                 Specify Claws compile-time features in a specific header
2767
2768 2012-07-06 [wwp]        3.8.1cvs6
2769
2770         * src/main.c
2771         * src/gtk/about.c
2772                 Session statistics: format date following global prefs,
2773                 and fix stats output a little bit.
2774
2775 2012-07-03 [mir]        3.8.1cvs5
2776
2777         * src/procmime.c
2778             fix bug 2642, 'improve transfer encoding selection'.
2779             Patch provided by Christopher Zimmermann
2780             (madroach claws at gmerlin dot de)
2781
2782 2012-07-03 [mir]        3.8.1cvs4
2783
2784         * src/procmime.c
2785         * src/common/defs.h
2786             fix bug 2641, '7bit or 8bit encoded attachments can
2787             have lines longer than 998 characters'.
2788             Patch provided by Christopher Zimmermann
2789             (madroach claws at gmerlin dot de)
2790
2791
2792 2012-07-03 [mir]        3.8.1cvs3
2793
2794         * src/procmime.c
2795         * src/common/defs.h
2796             fix bug 2641, '7bit or 8bit encoded attachments can
2797             have lines longer than 998 characters'.
2798             Patch provided by Christopher Zimmermann
2799             (madroach claws at gmerlin dot de)
2800
2801 2012-07-03 [mir]        3.8.1cvs2
2802
2803         * src/messageview.c
2804         * src/procmime.c
2805         * src/common/quoted-printable.c
2806         * src/common/quoted-printable.h
2807             fix bug 2640, 'improve quoted-printable encoding'
2808             Patch provided by madroach claws at gmerlin dot de
2809
2810 2012-06-30 [paul]       3.8.1cvs1
2811
2812         * Makefile.am
2813                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2814
2815 2012-06-27 [paul]       3.8.1
2816         * NEWS
2817         * README
2818         * RELEASE_NOTES 
2819                 3.8.1 unleashed!
2820                 
2821 2012-06-27 [paul]       3.8.0cvs58
2822
2823         * configure.ac
2824                 fix minimum required GTK+, which got mistakenly bumped
2825                 in 3.8.0cvs36
2826
2827 2012-06-27 [paul]       3.8.0cvs57
2828
2829         * configure.ac
2830         * po/cs.po
2831         * po/de.po
2832         * po/es.po
2833         * po/fr.po
2834         * po/hu.po
2835         * po/id_ID.po
2836         * po/lt.po
2837         * po/pt_BR.po
2838         * po/sk.po
2839         * po/sv.po
2840         * po/zh_CN.po
2841         * po/zh_TW.po
2842                 updated translations
2843         * src/gtk/authors.h
2844         * tools/claws.i18n.status.pl
2845                 updated based on currently active
2846
2847 2012-06-25 [mir]        3.8.0cvs56
2848
2849         * src/folder.c
2850             If a folder class returns <> 0 then the message has not
2851             been removed from the file system and therefore it should
2852             not be removed from the cache either.
2853
2854 2012-06-20 [ticho]      3.8.0cvs55
2855
2856         * src/mh.c
2857                 Fix for bug #1090 - Standard-folders appear again
2858                 after rescanning tree
2859
2860 2012-06-20 [paul]       3.8.0cvs54
2861
2862         * src/prefs_common.c
2863         * src/prefs_common.h
2864         * src/textview.c
2865         * src/textview.h
2866                 colourise attached patches.
2867                 Patch by Ticho
2868
2869 2012-06-02 [wwp]        3.8.0cvs53
2870
2871         * src/gtk/progressdialog.c
2872                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2873                 now hides (as well as pressing Esc) instead of doing nothing.
2874
2875 2012-06-02 [wwp]        3.8.0cvs52
2876
2877         * doc/man/claws-mail.1
2878         * src/main.c
2879         * src/main.h
2880         * src/inc.c
2881         * src/procmsg.c
2882         * src/gtk/about.c
2883                 Introduce a new feature: basic session statistics (from the about dialog
2884                 or the command-line).
2885
2886 2012-06-02 [wwp]        3.8.0cvs51
2887
2888         * src/compose.c
2889                 Fix bug 2620: shift+tab from subject field not working.
2890
2891 2012-06-02 [wwp]        3.8.0cvs50
2892
2893         * src/compose.c
2894         * src/mainwindow.c
2895         * src/messageview.c
2896                 Normalize capitalization of strings in UI.
2897
2898 2012-05-30 [paul]       3.8.0cvs49
2899
2900         * src/common/ssl.c
2901                 don't do TLS if not requested by user. fixes connecting to
2902                 servers which, for example, want SSL 3 only
2903
2904 2012-05-27 [paul]       3.8.0cvs48
2905
2906         * *
2907                 update copyright headers to 2012
2908
2909 2012-05-27 [paul]       3.8.0cvs47
2910
2911         * src/editldap.c
2912         * src/prefs_actions.c
2913         * src/gtk/about.c
2914                 fix some typos in strings, thanks to Thomas Bellmann
2915
2916 2012-05-16 [paul]       3.8.0cvs46
2917
2918         * src/prefs_filtering_action.c
2919                 fix disabled 'select...' button that never goes away
2920                 when using the new addr book
2921                 
2922
2923 2012-05-16 [colin]      3.8.0cvs45
2924
2925         * src/common/utils.c
2926                 And fix leak
2927
2928 2012-05-16 [colin]      3.8.0cvs44
2929
2930         * src/common/utils.c
2931                 Make remove_numbered_files much faster when there's
2932                 just one file to remove.
2933
2934 2012-05-16 [paul]       3.8.0cvs43
2935
2936         * src/matcher.c
2937                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2938
2939 2012-05-16 [paul]       3.8.0cvs42
2940
2941         * src/gtk/description_window.c
2942                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2943
2944 2012-05-16 [paul]       3.8.0cvs41
2945
2946         * src/common/ssl_certificate.c
2947                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2948                 Patch by Christian Hesse
2949
2950 2012-05-11 [colin]      3.8.0cvs40
2951
2952         * src/mimeview.c
2953         * src/common/utils.c
2954                 Fix bug 2659, 'E-mail attachments are handled
2955                 inconsistently'
2956                 Fix problems iterating the mime tree, and determine
2957                 whether a file is an email without To:
2958
2959 2012-04-03 [colin]      3.8.0cvs39
2960
2961         * src/Makefile.am
2962                 Fix build (damn whitespace-sensitive file format)
2963
2964 2012-04-02 [colin]      3.8.0cvs38
2965
2966         * src/Makefile.am
2967                 Fix incomplete make dist
2968
2969 2012-04-02 [colin]      3.8.0cvs37
2970
2971         * src/compose.c
2972                 Fix mistakenly removed function call
2973
2974 2012-04-01 [colin]      3.8.0cvs36
2975
2976         * configure.ac
2977         * src/.cvsignore
2978         * src/Makefile.am
2979         * src/addr_compl.c
2980         * src/addressadd.c
2981         * src/addressadd.h
2982         * src/addressbook-dbus.c
2983         * src/addressbook-dbus.h
2984         * src/addrgather.c
2985         * src/addrgather.h
2986         * src/addrharvest.c
2987         * src/addrharvest.h
2988         * src/claws-contacts.xml
2989         * src/compose.c
2990         * src/compose.h
2991         * src/filtering.c
2992         * src/headerview.c
2993         * src/main.c
2994         * src/mainwindow.c
2995         * src/messageview.c
2996         * src/prefs_common.c
2997         * src/prefs_filtering_action.c
2998         * src/prefs_matcher.c
2999         * src/summaryview.c
3000         * src/textview.c
3001         * src/toolbar.c
3002         * src/plugins/bogofilter/bogofilter_gtk.c
3003         * src/plugins/dillo_viewer/dillo_prefs.c
3004         * src/plugins/spamassassin/spamassassin_gtk.c
3005         * src/plugins/trayicon/trayicon.c
3006                 Import new addressbook code from the new-contacts branch
3007
3008 2012-03-29 [paul]       3.8.0cvs35
3009
3010         * AUTHORS
3011         * src/gtk/authors.h
3012         * src/gtk/quicksearch.c
3013                 add 'ha', short version of 'has_attachment' in quick search
3014                 Patch by Andreas Rönnquist
3015
3016 2012-03-26 [mones]      3.8.0cvs34
3017
3018         * src/common/plugin.c
3019                 Support 2 and 3-clause BSD licensed plugins
3020
3021 2012-03-15 [pawel]      3.8.0cvs33
3022
3023         * src/messageview.c
3024         * src/textview.c
3025                 - Make separate window info more accurate about
3026                 move to trash/deletion.
3027                 - Fix busy cursor
3028
3029 2012-03-14 [pawel]      3.8.0cvs32
3030
3031         * src/folder.c
3032         * src/messageview.c
3033         * src/messageview.h
3034         * src/procmsg.h
3035         * src/summaryview.c
3036         * src/textview.c
3037         * src/textview.h
3038                 Better fix for bug #2501
3039                 Instead of leaving blank window after message move or delete,
3040                 update separate view to next message in message list or
3041                 display info why view is blank. This was discussed
3042                 in bug #2621 comments.
3043
3044 2012-03-11 [colin]      3.8.0cvs31
3045
3046         * src/gtk/gtkcmctree.c
3047         * src/gtk/authors.h
3048         * AUTHORS
3049                 Fix focus rectangle on unfocused rows
3050                 Patch by Michael Shell
3051
3052 2012-02-29 [colin]      3.8.0cvs30
3053
3054         * src/gtk/gtkcmctree.c
3055                 Fix bug #2577, "Focus rectangle on folder list and message 
3056                 list headings doesn't get properly cleared when switching 
3057                 heading and horizontally scrolling list (underlines and 
3058                 vertical lines remain on screen)". Patch by Michael Shell
3059
3060 2012-02-13 [pawel]      3.8.0cvs29
3061
3062         * src/messageview.c
3063                 Fix crasher when double clicking on IMAP message and
3064                 MessageView is not shown introduced in cvs21
3065                 Patch by mones
3066
3067 2012-02-10 [pawel]      3.8.0cvs28
3068
3069         * src/filtering.c
3070                 Fix bug #2598 'Actions can move locked messages'
3071
3072 2012-02-08 [pawel]      3.8.0cvs27
3073
3074         * src/prefs_actions.c
3075         * src/prefs_actions.h
3076         * src/prefs_toolbar.c
3077         * src/prefs_toolbar.h
3078         * src/toolbar.c
3079         * src/toolbar.h
3080                 - Implement automatic removal of toolbar action buttons when
3081                   associated action is removed
3082                 - Don't allow creation of two actions with the same name,
3083                   before all executions/removals were performed on first action
3084                   with duplicated name in linked list which wasn't always
3085                   correct behaviour
3086
3087 2012-02-05 [colin]      3.8.0cvs26
3088
3089         * src/main.c
3090         * src/mainwindow.c
3091         * src/messageview.c
3092         * src/messageview.h
3093         * src/prefs_common.c
3094         * src/prefs_common.h
3095         * src/procmsg.c
3096         * src/procmsg.h
3097         * src/summaryview.c
3098         * src/summaryview.h
3099                 Add an history to navigate in mails
3100
3101 2012-02-05 [colin]      3.8.0cvs25
3102
3103         * src/procmime.c
3104                 Fix inverted comparison in list_find_custom.
3105
3106 2012-02-03 [wwp]        3.8.0cvs24
3107
3108         * src/gtk/progressdialog.c
3109         Make translators life easier: use View log instead of Show log
3110         (thanks, gusnan!).
3111
3112 2012-02-02 [pawel]      3.8.0cvs23
3113
3114         * src/folderview.c
3115                 Fix bug #2590 'Un-capitalize strings'
3116                 Patch by Christian Hesse
3117
3118 2012-02-02 [pawel]      3.8.0cvs22
3119
3120         * src/mainwindow.c
3121                 Fix bug #2595 
3122                 'Change expand behavior for message list / message view'
3123                 Patch by Christian Hesse
3124
3125 2012-02-02 [pawel]      3.8.0cvs21
3126
3127         * src/folder.c
3128         * src/messageview.c
3129         * src/messageview.h
3130         * src/procmsg.h
3131                 Fix bug #2501 'opened message blanks when moved to other folder'
3132                 Detect message move and update message window contents 
3133                 accordingly, if message is moved to trash close window
3134
3135 2012-02-01 [pawel]      3.8.0cvs20
3136
3137         * src/jpilot.c
3138         * src/mutt.c
3139         * src/pine.c
3140         * src/procmsg.c
3141         * src/vcard.c
3142         * src/gtk/sslcertwindow.c
3143                 More strncat boundary checks
3144
3145 2012-01-31 [wwp]        3.8.0cvs19
3146
3147         * src/gtk/gtkutils.c
3148         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3149         long line wrapping.
3150
3151 2012-01-31 [wwp]        3.8.0cvs18
3152
3153         * src/gtk/progressdialog.c
3154         * src/gtk/progressdialog.h
3155         * src/inc.c
3156         * src/send_message.c
3157         Add a button to the retrieve/send dialogs to
3158         open the network log.
3159
3160 2012-01-25 [wwp]        3.8.0cvs17
3161
3162         * src/addr_compl.c
3163         Remove debug statement.
3164
3165 2012-01-20 [pawel]      3.8.0cvs16
3166
3167         * src/addrbook.c
3168         * src/exportldif.c
3169                 Fix bug #2574 'Statement might be overflowing a
3170                 buffer in strncat'
3171
3172 2012-01-20 [pawel]      3.8.0cvs15
3173
3174         * src/mimeview.c
3175                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3176
3177 2012-01-14 [colin]      3.8.0cvs14
3178
3179         * commitHelper
3180                 Update tracker trigger url
3181
3182 2012-01-10 [wwp]        3.8.0cvs13
3183
3184         * src/mainwindow.c
3185         * src/mainwindow.h
3186         * src/toolbar.c
3187                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3188                 account) and of mainwindows's relevant entry when current account
3189                 is not able to retrieve (SMTP-only).
3190
3191 2012-01-09 [colin]      3.8.0cvs12
3192
3193         * src/summaryview.c
3194                 Fix bug 1924, 'Messages marked move to Trash appear 
3195                 identical to messages marked move to $FOLDER'
3196
3197 2012-01-05 [colin]      3.8.0cvs11
3198
3199         * src/main.c
3200                 Fix crasher infinite loop
3201
3202 2012-01-03 [colin]      3.8.0cvs10
3203
3204         * src/gtk/gtkcmctree.c
3205                 Revert previous patch, it's buggy on headers
3206
3207 2012-01-03 [colin]      3.8.0cvs9
3208
3209         * src/gtk/gtkcmctree.c
3210                 Fix bug #2566, 'wrapped Subject not bounded'
3211
3212 2011-12-29 [pawel]      3.8.0cvs8
3213
3214         * src/compose.c
3215         * src/compose.h
3216         * src/main.c
3217         * src/mimeview.c
3218                 Make forwarding selected attachment possible from
3219                 mimeview's context menu
3220                 Fixex bug #2047 'forward attachments'
3221
3222 2011-12-28 [paul]       3.8.0cvs7
3223
3224         * src/prefs_account.c
3225                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3226
3227 2011-12-28 [colin]      3.8.0cvs6
3228
3229         * src/mimeview.c
3230                 Fix fix
3231
3232 2011-12-28 [colin]      3.8.0cvs5
3233
3234         * src/mimeview.c
3235                 Fix GTK+2.16 build (w32)
3236
3237 2011-12-18 [mir]        3.8.0cvs4
3238
3239         * src/ldapctrl.c
3240             Fix bug in search criteria when doing a
3241             complete directory search using '*'
3242
3243 2011-12-16 [mir]        3.8.0cvs3
3244
3245         * src/Makefile.am
3246             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3247
3248 2011-12-16 [wwp]        3.8.0cvs2
3249
3250         * src/procmsg.c
3251         * src/stock_pixmap.c
3252         * src/stock_pixmap.h
3253         * src/summaryview.c
3254         * src/gtk/icon_legend.c
3255         * src/pixmaps/replied_and_forwarded.xpm
3256           Make replied and forwarded status flags non exclusive.
3257           Introduce a new message state (and relevant icon in message list)
3258           where both the replied and forwarded flags are set.
3259
3260 2011-12-16 [paul]       3.8.0cvs1
3261
3262         * tools/claws.i18n.status.pl
3263                 update id to id_ID
3264
3265 2011-12-16 [paul]       3.8.0
3266         * NEWS
3267         * README
3268         * RELEASE_NOTES 
3269                 3.8.0 unleashed!                
3270
3271 2011-12-16 [paul]       3.7.10cvs113
3272
3273         * configure.ac
3274         * po/cs.po
3275         * po/es.po
3276         * po/fr.po
3277         * po/hu.po
3278         * po/id.po **REMOVED**
3279         * po/id_ID.po **ADDED**
3280         * po/pt_BR.po
3281         * po/ru.po
3282         * po/sk.po
3283         * po/uk.po
3284                 updates
3285
3286 2011-12-09 [pawel]      3.7.10cvs112
3287
3288         * src/summaryview.c
3289         * src/gtk/quicksearch.c
3290         * src/gtk/quicksearch.h
3291                 Invalidate quicksearch root folder when removed
3292                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3293                 having active search field'
3294
3295 2011-12-08 [pawel]      3.7.10cvs111
3296
3297         * src/mimeview.c
3298                 Better fix for cvs94
3299
3300 2011-12-08 [wwp]        3.7.10cvs110
3301
3302         * src/compose.c
3303         Make "From" widget set independant from recipient lists below,
3304         so that it doesn't scroll when several recipients headers
3305         are added and eventually are scrolling the view.
3306         Path by Christian Hesse <mail@earthworm.de>.
3307         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3308         address'.
3309
3310 2011-12-02 [paul]       3.7.10cvs109
3311
3312         * src/mainwindow.c
3313         * src/messageview.c
3314                 consistent label style
3315
3316 2011-11-29 [wwp]        3.7.10cvs108
3317
3318         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3319         More generated stuff to ignore.
3320
3321 2011-11-29 [wwp]        3.7.10cvs107
3322
3323         * src/prefs_folder_item.c
3324         Fix CLAWS_TIP_DECL (undefined).
3325
3326 2011-11-28 [pawel]      3.7.10cvs106
3327
3328         * src/addrbook.c
3329         * src/addrbook.h
3330         * src/addressbook.c
3331                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3332                 after removing the address book in the GUI'
3333
3334 2011-11-26 [pawel]      3.7.10cvs105
3335
3336         * src/folder.c
3337                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3338
3339 2011-11-25 [colin]      3.7.10cvs104
3340
3341         * src/imap_gtk.c
3342         * src/mh_gtk.c
3343                 Warning fixes
3344
3345 2011-11-24 [pawel]      3.7.10cvs103
3346
3347         * src/prefs_filtering.c
3348                 Complete cvs102, forgot to commit this
3349
3350 2011-11-24 [pawel]      3.7.10cvs102
3351
3352         * src/account.c
3353         * src/filtering.c
3354         * src/filtering.h
3355         * src/imap_gtk.c
3356         * src/mh_gtk.c
3357         * src/prefs_actions.c
3358         * src/prefs_actions.h
3359                 Implement actions updating on folder/account rename
3360                 This fixes bug #2543 'filter actions in actionsrc not
3361                 updated upon account renaming'
3362
3363 2011-11-24 [wwp]        3.7.10cvs101
3364
3365         * src/gtk/gtkcmctree.c
3366                 Remove irrelevant cairo directive (thanks to Hanno).
3367
3368 2011-11-23 [wwp]        3.7.10cvs100
3369
3370         * src/gtk/gtkcmctree.c
3371                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3372                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3373                 calculation.
3374
3375 2011-11-22 [colin]      3.7.10cvs99
3376
3377         * src/account.c
3378         * src/prefs_filtering.c
3379         * src/prefs_filtering.h
3380                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3381                 The existing functions should do the job as well
3382                 if not better, as they take into account the
3383                 separator.
3384
3385 2011-11-21 [pawel]      3.7.10cvs98
3386
3387         * src/prefs_account.c
3388                 Fix bug #2116 'Rip spaces off server names in account
3389                 configuration'
3390                 g_strstrip() domain names to be sure they are valid
3391
3392 2011-11-21 [pawel]      3.7.10cvs97
3393
3394         * src/account.c
3395         * src/prefs_filtering.c
3396         * src/prefs_filtering.h
3397                 Fix bug #2404 'matcherrc updates upon account renaming'
3398                 Fix bug #2406 'some part of accountrc not updated upon
3399                 account rename'
3400                 Renaming account cause changing of it's root folder prefix
3401                 from #<type>/<old_name> to #<type>/<new_name> so every
3402                 path directing to it must be altered. Fix paths in account
3403                 preferences, global processing and filtering rules, folder
3404                 processing rules upon rename
3405
3406 2011-11-20 [pawel]      3.7.10cvs96
3407
3408         * src/filtering.c
3409         * src/filtering.h
3410         * src/prefs_actions.c
3411                 Fix bug #1489 'Filter action mark_as_read inoperative
3412                 following move action'
3413                 Sort actions lists to have proper order of execution
3414
3415 2011-11-20 [pawel]      3.7.10cvs95
3416
3417         * src/prefs_actions.c
3418         * src/prefs_filtering.c
3419         * src/prefs_template.c
3420                 Fix bug #1870 'arrow scrolling in filters'
3421                 Allow arrow scrolling in dialogs with list view widgets
3422                 plus couple fixes of issues I found along the way
3423
3424 2011-11-19 [pawel]      3.7.10cvs94
3425
3426         * src/mimeview.c
3427                 Don't highlight icons on right-click, they are not
3428                 selected and other part is shown which is confusing
3429
3430 2011-11-19 [mones]      3.7.10cvs93
3431
3432         * manual/advanced.xml
3433                 Fix manual build
3434
3435 2011-11-19 [mones]      3.7.10cvs92
3436
3437         * manual/advanced.xml
3438         * manual/es/advanced.xml
3439                 Document undocumented hidden option 'zero_replacement_char'
3440                 Synchronize Spanish manual with English version
3441
3442 2011-11-19 [pawel]      3.7.10cvs91
3443
3444         * src/mainwindow.c
3445         * src/messageview.c
3446         * src/prefs_common.c
3447         * src/prefs_common.h
3448         * src/summaryview.c
3449         * src/textview.c
3450         * src/textview.h
3451                 Fix bug #2377 'Show All Headers - make change persistent
3452                 between sessions'
3453
3454 2011-11-19 [pawel]      3.7.10cvs90
3455
3456         * src/folder.c
3457         * src/folder.h
3458         * src/folder_item_prefs.c
3459         * src/folderview.c
3460         * src/mainwindow.c
3461         * src/mainwindow.h
3462         * src/summaryview.c
3463         * src/summaryview.h
3464         * src/gtk/authors.h
3465                 Fix bug #1563 'Folder view: show complete threads if they
3466                 contain unread messages'
3467                 Add option to show only threads with unread messages
3468                 initial patch by Paul Ollis, my small additions:
3469                 - when checking thread for unread finish on first unread
3470                 - make thread options unavailable when threading is off
3471                 - hide_unread_msgs and hide_unread_threads are mutually
3472                   exclusive options, set menus sensitivity accordingly
3473                 - set folder item icon type similiar to hide_unread_msgs
3474
3475 2011-11-19 [colin]      3.7.10cvs89
3476
3477         * src/procheader.c
3478                 Constness fix
3479
3480 2011-11-18 [pawel]      3.7.10cvs88
3481
3482         * src/compose.c
3483         * src/mainwindow.c
3484         * src/mimeview.c
3485         * src/mimeview.h
3486         * src/prefs_common.c
3487         * src/prefs_common.h
3488                 Fix bug #2408 'Some UI elements are not persistent
3489                 between sessions'
3490                 Remember size of main window, compose notebook, mimeview
3491                 tree widgets between claws-mail runs. Compose window
3492                 size saving was already done in cvs74
3493
3494 2011-11-18 [mones]      3.7.10cvs87
3495
3496         * src/compose.c
3497         * src/procheader.c
3498         * src/procheader.h
3499                 Fixes bug #2509, "manually added headers are lost unless
3500                 mail is sent inmediately"
3501
3502 2011-11-17 [pawel]      3.7.10cvs86
3503
3504         * src/mimeview.c
3505                 Fix crasher reported in bug #2543
3506
3507 2011-11-13 [colin]      3.7.10cvs85
3508
3509         * src/compose.c
3510                 Make compose windows printable
3511
3512 2011-11-11 [colin]      3.7.10cvs84
3513
3514         * configure.ac
3515                 Fix build on Fedora 16. -lm was probably pulled by something
3516                 else previously.
3517
3518 2011-11-11 [pawel]      3.7.10cvs83
3519
3520         * src/mainwindow.c
3521         * src/mimeview.c
3522         * src/mimeview.h
3523         * src/summaryview.c
3524                 Port MimeView to GtkTreeView
3525
3526 2011-11-11 [colin]      3.7.10cvs82
3527
3528         * src/prefs_common.c
3529                 Use %x (The preferred date representation for the current locale
3530                 without the time)
3531
3532 2011-11-10 [paul]       3.7.10cvs81
3533
3534         * src/prefs_common.c
3535                 use european date format as default
3536
3537 2011-11-08 [pawel]      3.7.10cvs80
3538
3539         * src/summaryview.c
3540                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3541                 Fix race condition - don't try to hide messageview while
3542                 being in the middle of message displaying routine.
3543
3544 2011-11-08 [colin]      3.7.10cvs79
3545
3546         * src/codeconv.c
3547                 Make sure we break line when we need to. Very probably
3548                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3549                 particular mail"
3550
3551 2011-11-07 [pawel]      3.7.10cvs78
3552
3553         * src/imap_gtk.c
3554                 Fix bug #2493 'Subscription pull down should be alphabetized'
3555
3556 2011-11-07 [pawel]      3.7.10cvs77
3557
3558         * src/mimeview.c
3559         * src/textview.c
3560         * src/textview.h
3561                 Make Home & End keys work in textview
3562
3563 2011-11-06 [colin]      3.7.10cvs76
3564
3565         * src/mainwindow.c
3566                 Oops, some unwanted undo got commited.
3567
3568 2011-11-06 [colin]      3.7.10cvs75
3569
3570         * src/mainwindow.c
3571                 Don't iconify/deiconify. Instead, just show nothing
3572                 before asked to.
3573
3574 2011-11-06 [pawel]      3.7.10cvs74
3575
3576         * src/compose.c
3577                 Fix compose window size saving / restoring
3578
3579 2011-11-06 [pawel]      3.7.10cvs73
3580
3581         * src/mimeview.c
3582         * src/messageview.c
3583                 Optimize message displaying, in some conditions parts were
3584                 displayed twice causing flickering. For example first html
3585                 source and then rendering output from html plugin of the
3586                 same part.
3587
3588 2011-11-05 [wwp]        3.7.10cvs72
3589
3590         * src/gtk/gtkaspell.c
3591                 Fix compilation where 'null' is undefined (use NULL instead).
3592
3593 2011-11-05 [colin]      3.7.10cvs71
3594
3595         * src/gtk/gtkaspell.c
3596                 No need to show a backtrace if gtkaspell is null
3597
3598 2011-11-05 [pawel]      3.7.10cvs70
3599
3600         * src/gtk/gtkaspell.c
3601                 Fix crasher when spellchecking is not enabled
3602
3603 2011-11-02 [mones]      3.7.10cvs69
3604
3605         * doc/man/claws-mail.1
3606                 fixed hyphens (patch from Debian packaging)
3607                 fixed header to follow man style closely 
3608                 documented new option --compose-from-file
3609                 removed INSTALLATION section, doesn't belong to manpage
3610                 added ENVIRONMENT, COPYRIGHT and BUGS sections
3611                 expanded FILES section to include certs and autofaces dirs
3612                 expanded SEE ALSO section to include manual and plugins
3613
3614 2011-11-01 [colin]      3.7.10cvs68
3615
3616         * src/common/utils.c
3617                 Fix wrong debug stuff commited.
3618
3619 2011-11-01 [colin]      3.7.10cvs67
3620
3621         * src/compose.c
3622         * src/main.c
3623         * src/common/utils.c
3624         * src/gtk/gtkaspell.c
3625         * src/gtk/gtkaspell.h
3626                 Fix huge slowness induced by spellcheck "while typing"
3627                 during initial quote rewraps.
3628
3629 2011-10-31 [pawel]      3.7.10cvs66
3630
3631         * src/messageview.c
3632         * src/mimeview.c
3633         * src/mimeview.h
3634         * src/summaryview.c
3635                 Fix bug #2526 'When reading message in separate window,
3636                 n and p keys do not work'
3637                 - fix key event handling in messageview
3638                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3639                   and prev-part actions)
3640                 - instead add 'z' key for prev-part, we have 'a' key 
3641                   for next-part already
3642
3643 2011-10-31 [colin]      3.7.10cvs65
3644
3645         * src/common/defs.h
3646                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3647
3648 2011-10-31 [pawel]      3.7.10cvs64
3649
3650         * src/summaryview.c
3651         * src/gtk/gtkutils.c
3652                 Fix bug #2303 'Next unread message enables message view'
3653                 Don't show previously hidden message view in main window
3654                 when user reads messages in external window
3655
3656 2011-10-31 [paul]       3.7.10cvs63
3657
3658         * src/prefs_template.c
3659                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3660                 fit at 540 here, for those where they don't the dialogue can be made
3661                 larger by the user
3662
3663 2011-10-31 [paul]       3.7.10cvs62
3664
3665         * src/compose.c
3666                 revert 3.7.10cvs61, these entries _should_ be editable
3667
3668 2011-10-30 [pawel]      3.7.10cvs61
3669
3670         * src/compose.c
3671                 Those entries should not be editable
3672
3673 2011-10-30 [pawel]      3.7.10cvs60
3674
3675         * src/prefs_template.c
3676                 - Dialog needs more height to fit all widgets
3677                 - Clear template contents on delete
3678
3679 2011-10-30 [pawel]      3.7.10cvs59
3680
3681         * src/prefs_folder_item.c
3682                 Update summaryview after changing folder prefs when needed
3683
3684 2011-10-30 [pawel]      3.7.10cvs58
3685
3686         * src/mimeview.c
3687                 Remove key-press-event blocking, it only
3688                 emits GLib-GObject warnings
3689
3690 2011-10-29 [colin]      3.7.10cvs57
3691
3692         * src/addr_compl.c
3693                 Fix focus of completion window with gnome shell
3694                 Fixes bug #2525, "Address completion window does not get
3695                 keyboard focus"
3696
3697 2011-10-29 [colin]      3.7.10cvs56
3698
3699         * src/folderview.c
3700                 Fix flicker on recursive quicksearch
3701
3702 2011-10-28 [colin]      3.7.10cvs55
3703
3704         * src/alertpanel.c
3705         * src/mainwindow.c
3706                 Fix a bit the focus problem on Gnome shell
3707
3708 2011-10-26 [mones]      3.7.10cvs54
3709
3710         * src/compose.c
3711                 Add missing accelerator
3712
3713 2011-10-25 [colin]      3.7.10cvs53
3714
3715         * src/gtk/gtkcmclist.c
3716         * src/gtk/gtkcmctree.c
3717                 Fix colors, fix warnings
3718
3719 2011-10-25 [colin]      3.7.10cvs52
3720
3721         * src/gtk/gtkcmclist.c
3722         * src/gtk/gtkcmctree.c
3723                 Fix focus things.
3724
3725 2011-10-25 [colin]      3.7.10cvs51
3726
3727         * src/stock_pixmap.c
3728                 Fix build with gtk + 2.20
3729
3730 2011-10-25 [colin]      3.7.10cvs50
3731
3732         * src/compose.c
3733         * src/messageview.c
3734         * src/procmsg.c
3735         * src/procmsg.h
3736                 Fix locking when sending a single message
3737
3738 2011-10-25 [colin]      3.7.10cvs49
3739
3740         * src/gtk/colorlabel.c
3741                 GDK_ => GDK_KEY
3742         * src/gtk/gtkcmclist.c
3743                 Make row height closer to what it was
3744
3745 2011-10-25 [colin]      3.7.10cvs48
3746
3747         * src/stock_pixmap.c
3748                 Always use cairo to draw
3749
3750 2011-10-25 [colin]      3.7.10cvs47
3751
3752         * src/mimeview.c
3753                 Fix bug #2529, 'crash in mimeview_start_drag after
3754                 deleting message'. Patch by Ricardo
3755
3756 2011-10-23 [colin]      3.7.10cvs46
3757
3758         * src/gtk/gtkcmclist.c
3759         * src/gtk/gtkcmclist.h
3760         * src/gtk/gtkcmctree.c
3761                 Draw CMClist with cairo too.
3762
3763 2011-10-23 [colin]      3.7.10cvs45
3764
3765         * src/gtk/gtkcmclist.h
3766                 Fix build (this was not meant to be commited)
3767
3768 2011-10-23 [colin]      3.7.10cvs44
3769
3770         * src/addressadd.c
3771         * src/addressbook.c
3772         * src/addressbook_foldersel.c
3773         * src/editgroup.c
3774         * src/foldersel.c
3775         * src/folderview.c
3776         * src/grouplistdialog.c
3777         * src/prefs_common.c
3778         * src/prefs_common.h
3779         * src/summaryview.c
3780         * src/gtk/gtkcmclist.c
3781         * src/gtk/gtkcmclist.h
3782         * src/gtk/gtkcmctree.c
3783         * src/gtk/gtkcmctree.h
3784         * src/gtk/gtksctree.c
3785                 Refactor some tree stuff (lots of code duplication there)
3786                 and switch to cairo for tree rendering.
3787
3788 2011-10-23 [holger]     3.7.10cvs43
3789
3790         * src/filtering.c
3791                 Don't issue a warning for designed behaviour of the stop rule.
3792                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3793
3794 2011-10-22 [colin]      3.7.10cvs42
3795
3796         * src/printing.c
3797         * src/gtk/gtkshruler.c
3798         * src/gtk/gtkutils.h
3799                 Fix GTK+2.16 build
3800
3801 2011-10-22 [colin]      3.7.10cvs41
3802
3803         * src/account.c
3804         * src/addr_compl.c
3805         * src/addrgather.c
3806         * src/compose.c
3807         * src/editldap.c
3808         * src/expldifdlg.c
3809         * src/folderview.c
3810         * src/grouplistdialog.c
3811         * src/headerview.c
3812         * src/importldif.c
3813         * src/main.c
3814         * src/mainwindow.c
3815         * src/mimeview.c
3816         * src/noticeview.c
3817         * src/prefs_account.c
3818         * src/prefs_actions.c
3819         * src/prefs_ext_prog.c
3820         * src/prefs_filtering.c
3821         * src/prefs_folder_item.c
3822         * src/prefs_image_viewer.c
3823         * src/prefs_logging.c
3824         * src/prefs_msg_colors.c
3825         * src/prefs_other.c
3826         * src/prefs_send.c
3827         * src/prefs_spelling.c
3828         * src/prefs_summaries.c
3829         * src/prefs_template.c
3830         * src/printing.c
3831         * src/quote_fmt.c
3832         * src/send_message.c
3833         * src/statusbar.c
3834         * src/summary_search.c
3835         * src/summaryview.c
3836         * src/wizard.c
3837         * src/gtk/gtkcmclist.c
3838         * src/gtk/gtkcmctree.c
3839         * src/gtk/gtkcmoptionmenu.c
3840         * src/gtk/gtksctree.c
3841         * src/gtk/gtkutils.c
3842         * src/gtk/gtkutils.h
3843         * src/gtk/gtkvscrollbutton.c
3844         * src/gtk/inputdialog.c
3845         * src/gtk/pluginwindow.c
3846         * src/gtk/quicksearch.c
3847         * src/gtk/spell_entry.c
3848         * src/plugins/bogofilter/bogofilter_gtk.c
3849         * src/plugins/dillo_viewer/dillo_prefs.c
3850         * src/plugins/pgpcore/prefs_gpg.c
3851         * src/plugins/spamassassin/spamassassin_gtk.c
3852         * src/plugins/trayicon/trayicon.c
3853         * src/plugins/trayicon/trayicon_prefs.c
3854                 Remove all possible #if GTK_CHECK_VERSION() checks,
3855                 and make Claws build with GTK+2.16 (untested right
3856                 now), as the Gpg4Win project uses GTK+2.16 currently.
3857
3858 2011-10-22 [colin]      3.7.10cvs40
3859
3860         * src/gtk/gtkutils.h
3861         * configure.ac
3862                 Fix (hopefully) build with GTK+ 2.18.
3863
3864 2011-10-20 [paul]       3.7.10cvs39
3865
3866         * AUTHORS
3867         * src/ldif.c
3868         * src/gtk/authors.h
3869                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3870                 Patch by Bodo Graumann <mail@bodograumann.de>
3871
3872 2011-10-20 [mones]      3.7.10cvs38
3873
3874         * po/fr.po
3875         * src/common/defs.h
3876                 Fix references to old dotsrc mailing lists
3877
3878 2011-10-19 [mones]      3.7.10cvs37
3879
3880         * src/prefs_msg_colors.c
3881                 Fix Ok/Cancel buttons in color selector of preferences
3882
3883 2011-10-17 [colin]      3.7.10cvs36
3884
3885         * src/gtk/gtkshruler.c
3886                 (Probably) fix GTK+ <= 2.22
3887
3888 2011-10-17 [colin]      3.7.10cvs35
3889
3890         * src/gtk/gtkshruler.c
3891                 Fix GTK+2.22 build
3892
3893 2011-10-17 [mones]      3.7.10cvs34
3894
3895         * src/addrbook.c
3896         * src/exportldif.c
3897         * src/jpilot.c
3898         * src/mutt.c
3899         * src/pine.c
3900         * src/procmsg.c
3901         * src/vcard.c
3902                 Fix potential out-of-buffer writes
3903
3904 2011-10-17 [mones]      3.7.10cvs33
3905
3906         * src/main.c
3907                 Use just one g_print call per option; correct indentation
3908
3909 2011-10-17 [colin]      3.7.10cvs32
3910
3911         * src/compose.c
3912         * src/compose.h
3913         * src/gtk/Makefile.am
3914         * src/gtk/gtkshruler.c
3915         * src/gtk/gtkshruler.h
3916         * src/gtk/gtkunit.c
3917         * src/gtk/gtkunit.h
3918                 Reimplement ruler using the GTK widgets. Thanks
3919                 to Hanno for the initial patch.
3920
3921 2011-10-17 [colin]      3.7.10cvs31
3922
3923         * src/action.c
3924         * src/main.c
3925         * src/gtk/gtkutils.c
3926         * src/gtk/gtkutils.h
3927                 Undeprecate GIO/GdkCondition
3928
3929 2011-10-16 [mones]      3.7.10cvs30
3930
3931         * src/main.c
3932                 Add --compose-from-file option to open composition
3933                 window with the headers and body from a file; based
3934                 on Debian patch to fix http://bugs.debian.org/544868
3935
3936 2011-10-15 [mones]      3.7.10cvs29
3937
3938         * manual/advanced.xml
3939                 Document new summary_from_show hidden preference
3940
3941 2011-10-15 [paul]       3.7.10cvs28
3942
3943         * src/compose.c
3944                 compose_create_tags() - fix misplaced 'int i'
3945                 compose_entry_mark_default_to() - fix To field highlighting
3946
3947 2011-10-09 [colin]      3.7.10cvs27
3948
3949         * src/addr_compl.c
3950                 Fix address completion
3951
3952 2011-10-07 [colin]      3.7.10cvs26
3953
3954         * src/prefs_filtering_action.c
3955         * src/gtk/gtkutils.h
3956                 Fix build with GTK+2.20
3957
3958 2011-10-07 [colin]      3.7.10cvs25
3959
3960         * src/gtk/Makefile.am
3961         * src/gtk/gdkkeysyms-new.h
3962         * src/gtk/gtkutils.h
3963                 Copy the new GDK_KEY_* definitions for older GTKs
3964
3965 2011-10-07 [colin]      3.7.10cvs24
3966
3967         * configure.ac
3968                 Fix typos (thanks to Hanno)
3969
3970 2011-10-07 [colin]      3.7.10cvs23
3971
3972         * src/compose.c
3973         * src/gtk/gtkshruler.c
3974         * src/gtk/gtkshruler.h
3975                 Disable ruler starting from 2.24.
3976
3977 2011-10-07 [colin]      3.7.10cvs22
3978
3979         * configure.ac
3980         * src/messageview.c
3981         * src/gtk/Makefile.am
3982                 GTK2 build fix
3983
3984 2011-10-07 [colin]      3.7.10cvs21
3985
3986         * configure.ac
3987         * src/action.c
3988         * src/addr_compl.c
3989         * src/addrgather.c
3990         * src/compose.c
3991         * src/compose.h
3992         * src/editldap.c
3993         * src/mainwindow.c
3994         * src/message_search.c
3995         * src/mimeview.c
3996         * src/mimeview.h
3997         * src/prefs_account.c
3998         * src/prefs_compose_writing.c
3999         * src/prefs_filtering_action.c
4000         * src/prefs_folder_item.c
4001         * src/prefs_logging.c
4002         * src/prefs_matcher.c
4003         * src/prefs_message.c
4004         * src/prefs_other.c
4005         * src/prefs_receive.c
4006         * src/prefs_summaries.c
4007         * src/prefs_wrapping.c
4008         * src/printing.c
4009         * src/ssl_manager.c
4010         * src/statusbar.c
4011         * src/stock_pixmap.c
4012         * src/summary_search.c
4013         * src/textview.c
4014         * src/gtk/Makefile.am
4015         * src/gtk/colorlabel.c
4016         * src/gtk/gtkutils.c
4017         * src/gtk/gtkutils.h
4018         * src/gtk/logwindow.c
4019         * src/gtk/menu.c
4020         * src/gtk/menu.h
4021         * src/gtk/quicksearch.c
4022         * src/gtk/spell_entry.c
4023         * src/plugins/bogofilter/bogofilter_gtk.c
4024         * src/plugins/dillo_viewer/dillo_viewer.c
4025         * src/plugins/pgpcore/prefs_gpg.c
4026         * src/plugins/spamassassin/spamassassin_gtk.c
4027                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
4028                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
4029                 ported (especially GtkCMOptionMenu)
4030
4031 2011-10-07 [colin]      3.7.10cvs20
4032
4033         * src/account.c
4034         * src/action.c
4035         * src/addr_compl.c
4036         * src/addrcustomattr.c
4037         * src/addrduplicates.c
4038         * src/addressadd.c
4039         * src/addressbook.c
4040         * src/addressbook_foldersel.c
4041         * src/addrgather.c
4042         * src/alertpanel.c
4043         * src/browseldap.c
4044         * src/compose.c
4045         * src/editaddress.c
4046         * src/editaddress_other_attributes_ldap.c
4047         * src/editbook.c
4048         * src/editgroup.c
4049         * src/editjpilot.c
4050         * src/editldap.c
4051         * src/editldap_basedn.c
4052         * src/edittags.c
4053         * src/editvcard.c
4054         * src/exphtmldlg.c
4055         * src/expldifdlg.c
4056         * src/export.c
4057         * src/foldersel.c
4058         * src/folderview.c
4059         * src/grouplistdialog.c
4060         * src/import.c
4061         * src/importldif.c
4062         * src/importmutt.c
4063         * src/importpine.c
4064         * src/mainwindow.c
4065         * src/message_search.c
4066         * src/messageview.c
4067         * src/mimeview.c
4068         * src/prefs_actions.c
4069         * src/prefs_customheader.c
4070         * src/prefs_display_header.c
4071         * src/prefs_filtering.c
4072         * src/prefs_filtering_action.c
4073         * src/prefs_folder_column.c
4074         * src/prefs_matcher.c
4075         * src/prefs_msg_colors.c
4076         * src/prefs_other.c
4077         * src/prefs_summaries.c
4078         * src/prefs_summary_column.c
4079         * src/prefs_summary_open.c
4080         * src/prefs_template.c
4081         * src/prefs_toolbar.c
4082         * src/printing.c
4083         * src/sourcewindow.c
4084         * src/ssl_manager.c
4085         * src/summary_search.c
4086         * src/summaryview.c
4087         * src/textview.c
4088         * src/uri_opener.c
4089         * src/gtk/about.c
4090         * src/gtk/colorsel.c
4091         * src/gtk/combobox.c
4092         * src/gtk/description_window.c
4093         * src/gtk/foldersort.c
4094         * src/gtk/gtkaspell.c
4095         * src/gtk/gtkcmclist.c
4096         * src/gtk/gtkcmctree.c
4097         * src/gtk/gtkcmoptionmenu.c
4098         * src/gtk/gtkutils.c
4099         * src/gtk/icon_legend.c
4100         * src/gtk/inputdialog.c
4101         * src/gtk/logwindow.c
4102         * src/gtk/pluginwindow.c
4103         * src/gtk/prefswindow.c
4104         * src/gtk/quicksearch.c
4105         * src/plugins/pgpcore/passphrase.c
4106         * src/plugins/pgpcore/select-keys.c
4107                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4108                 to replace GDK_* by GDK_KEY_*.
4109
4110 2011-10-07 [colin]      3.7.10cvs19
4111
4112         * AUTHORS
4113         * src/account.c
4114         * src/action.c
4115         * src/addr_compl.c
4116         * src/addressbook.c
4117         * src/alertpanel.c
4118         * src/compose.c
4119         * src/edittags.c
4120         * src/folderview.c
4121         * src/grouplistdialog.c
4122         * src/image_viewer.c
4123         * src/mainwindow.c
4124         * src/mimeview.c
4125         * src/noticeview.c
4126         * src/prefs_filtering_action.c
4127         * src/prefs_folder_column.c
4128         * src/prefs_msg_colors.c
4129         * src/prefs_summary_column.c
4130         * src/prefs_toolbar.c
4131         * src/printing.c
4132         * src/stock_pixmap.c
4133         * src/summaryview.c
4134         * src/textview.c
4135         * src/undo.c
4136         * src/wizard.c
4137         * src/gtk/about.c
4138         * src/gtk/authors.h
4139         * src/gtk/colorlabel.c
4140         * src/gtk/colorsel.c
4141         * src/gtk/gtkcmclist.c
4142         * src/gtk/gtkcmctree.c
4143         * src/gtk/gtkcmoptionmenu.c
4144         * src/gtk/gtksctree.c
4145         * src/gtk/gtkutils.c
4146         * src/gtk/gtkvscrollbutton.c
4147         * src/gtk/inputdialog.c
4148         * src/gtk/logwindow.c
4149         * src/gtk/menu.c
4150         * src/gtk/prefswindow.c
4151         * src/gtk/progressdialog.c
4152         * src/plugins/pgpcore/passphrase.c
4153         * src/plugins/trayicon/trayicon.c
4154                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4155                 Patch by Hanno Thurow-Meyer, many thanks to him !
4156
4157 2011-09-20 [colin]      3.7.10cvs18
4158
4159         * src/common/ssl.c
4160                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4161                 gnutls 3.0.3'
4162
4163 2011-09-18 [colin]      3.7.10cvs17
4164
4165         * src/news.c
4166                 Fix segfault when connection fails
4167
4168 2011-09-03 [colin]      3.7.10cvs16
4169
4170         * src/common/ssl.c
4171                 Use NORMAL instead of EXPORT priorities.
4172
4173 2011-09-02 [colin]      3.7.10cvs15
4174
4175         * configure.ac
4176         * src/common/ssl.c
4177                 Linking against gcrypt explicitely in order to call
4178                 gcry_control() for mutex setup isn't necessary anymore
4179                 starting from gnuTLS 2.11.
4180
4181 2011-08-31 [colin]      3.7.10cvs14
4182
4183         * src/plugins/pgpinline/pgpinline.c
4184         * src/plugins/pgpmime/pgpmime.c
4185                 Fix bug #2431, "Major memory leak in PGP message handling".
4186
4187 2011-08-31 [colin]      3.7.10cvs13
4188
4189         * AUTHORS
4190         * src/gtk/authors.h
4191         * src/mainwindow.c
4192         * src/messageview.c
4193         * src/gtk/authors.h
4194                 Apply Steve Rader's patch from bug #2388, "Add 
4195                 message view scrolling menu items"
4196
4197 2011-08-30 [colin]      3.7.10cvs12
4198
4199         * src/gtk/prefswindow.c
4200                 Fix layout issues (i.e. on SSL page if changing account
4201                 type prior to visiting it).
4202
4203 2011-08-30 [colin]      3.7.10cvs11
4204
4205         * configure.ac
4206         * src/common/ssl.c
4207                 Don't use deprecated functions for GnuTLS priorities.
4208                 Require GnuTLS 2.2 that is the first version with the
4209                 new function.
4210
4211 2011-08-30 [colin]      3.7.10cvs10
4212
4213         * src/common/socket.c
4214         * src/common/ssl.c
4215                 Long-term fix for bug #2402, "GnuTLS change breaks socket
4216                 communication", as per http://savannah.gnu.org/support/?107660
4217
4218 2011-08-30 [colin]      3.7.10cvs9
4219
4220         * src/etpan/imap-thread.c
4221         * src/etpan/nntp-thread.c
4222                 Remove dead openSSL code
4223
4224 2011-08-30 [colin]      3.7.10cvs8
4225
4226         * src/ssl_manager.c
4227         * src/common/ssl.c
4228         * src/common/ssl_certificate.c
4229         * src/common/ssl_certificate.h
4230         * src/etpan/imap-thread.c
4231         * src/etpan/nntp-thread.c
4232                 Fix bug #2127, "SSL cert check uses canonical name instead of
4233                 specified name"
4234
4235 2011-08-29 [colin]      3.7.10cvs7
4236
4237         * src/prefs_account.c
4238                 Fix X-Mailer option not appearing on IMAP
4239
4240 2011-08-29 [colin]      3.7.10cvs6
4241
4242         * src/plugins/pgpcore/Makefile.am
4243         * src/plugins/pgpinline/Makefile.am
4244         * src/plugins/pgpmime/Makefile.am
4245         * src/plugins/smime/Makefile.am
4246                 Windows build fix:
4247                 libtool: link: require no space between `-L' and `.'
4248
4249 2011-08-29 [colin]      3.7.10cvs5
4250
4251         * src/account.c
4252         * src/compose.c
4253         * src/prefs_account.c
4254         * src/prefs_account.h
4255                 Revert cvs4 which is rather illogical and instead
4256                 use Fabian's patch from bug #2471
4257
4258 2011-08-29 [colin]      3.7.10cvs4
4259
4260         * src/compose.c
4261                 Don't insert custom headers that have empty values.
4262                 Allows not inserting X-Mailer if it's set to nothing.
4263                 Fixes bug #2471, "Make setting an X-Mailer header optional".
4264
4265 2011-08-29 [colin]      3.7.10cvs3
4266
4267         * src/image_viewer.c
4268         * src/textview.c
4269         * src/gtk/gtkutils.c
4270         * src/gtk/gtkutils.h
4271                 Handle EXIF orientation in images (both in textview's
4272                 preview and image viewer)
4273
4274 2011-08-28 [paul]       3.7.10cvs2
4275
4276         * src/prefs_common.c
4277         * src/prefs_common.h
4278         * src/summaryview.c
4279                 add new hidden option to control the display in the From
4280                 column in the Message List: 0 (default): show name,
4281                 1: show address, 2: show name + address
4282
4283 2011-08-27 [paul]       3.7.10cvs1
4284
4285         * po/POTFILES.in
4286         * src/common/ssl_certificate.c
4287         * src/etpan/imap-thread.c
4288         * src/etpan/nntp-thread.c
4289                 offer up some missing log_error() strings to translators
4290
4291 2011-08-27 [paul]       3.7.10
4292         * NEWS
4293         * README
4294         * RELEASE_NOTES 
4295                 3.7.10 unleashed!               
4296
4297 2011-08-27 [paul]       3.7.9cvs52
4298
4299         * po/cs.po
4300         * po/fr.po
4301         * po/hu.po
4302         * po/lt.po
4303         * po/pt_BR.po
4304         * po/sk.po
4305                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4306                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4307
4308 2011-08-27 [mones]      3.7.9cvs51
4309
4310         * claws-mail.desktop
4311                 Include generic name and comment translations
4312                 Thanks to all the people on the translators ML!
4313
4314 2011-08-23 [paul]       3.7.9cvs50
4315
4316         * src/common/ssl.c
4317                 probable/possible fix/workaround for bug 2402,
4318                 'can't download message from pop3 server'
4319
4320 2011-08-18 [paul]       3.7.9cvs49
4321
4322         * manual/handling.xml
4323                 fix typos. thanks to vilpan
4324
4325 2011-08-17 [paul]       3.7.9cvs48
4326
4327         * tools/claws.i18n.status.pl
4328                 add Mindaugas Baranauskas (Lithuanian)
4329
4330 2011-08-14 [mir]        3.7.9cvs47
4331
4332         * src/news.c
4333         * src/etpan/nntp-thread.c
4334                 Fix bug 2418. Patch provided by Sébastien Bigaret with
4335                 some minor contribution by me.
4336
4337 2011-08-13 [mir]        3.7.9cvs46
4338
4339         * src/etpan/nntp-thread.c
4340                 Fix bug when NNTP server sends authentication warning
4341                 as part of the connection session. Privously etpan would
4342                 bail out for any return code other than NEWSNNTP_NO_ERROR
4343                 but as early as the connection session a return code like
4344                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4345                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4346                 be considered as an error.
4347
4348 2011-08-12 [paul]       3.7.9cvs45
4349
4350         * src/mimeview.c
4351                 3.7.9cvs43 mistakenly dropped off the info
4352                 about the mime part from the tooltip
4353
4354 2011-08-12 [wwp]        3.7.9cvs44
4355
4356         * src/gtk/quicksearch.c
4357          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4358
4359 2011-08-09 [paul]       3.7.9cvs43
4360
4361         * src/mimeview.c
4362                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4363
4364 2011-08-06 [paul]       3.7.9cvs42
4365
4366         * src/compose.c
4367                 fix cursor placement in Forward template
4368
4369 2011-08-06 [paul]       3.7.9cvs41
4370
4371         * src/gtk/description_window.c
4372                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4373
4374 2011-08-05 [holger]     3.7.9cvs40
4375
4376         * claws-mail.desktop
4377                 Revert 3.7.9cvs35 for now, it may be problematic
4378                 (see bug #2450)
4379
4380 2011-08-05 [paul]       3.7.9cvs39
4381
4382         * src/mainwindow.c
4383         * src/messageview.c
4384                 use 'Collapse quotes' rather than 'Fold quotes' on
4385                 labels, for consistency
4386         * src/toolbar.c
4387                 use 'Receive mail from account' rather than 'on account'
4388
4389 2011-07-30 [mir]        3.7.9cvs38
4390
4391         * src/etpan/Makefile.am
4392         * src/plugins/pgpcore/Makefile.am
4393         * src/plugins/pgpmime/Makefile.am
4394         * src/plugins/smime/Makefile.am
4395                 Fix broken build on Debian Sid. enchant.h cannot be
4396                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4397                 present in Makefile.am. Apparently enchant.h in older
4398                 versions were placed in /usr/include which is always
4399                 scanned be default.
4400
4401 2011-07-21 [mones]      3.7.9cvs37
4402
4403         * src/common/plugin.c
4404         * src/common/plugin.h
4405                 Make licences allowed for plugins more explicit and also
4406                 accept dual (or more) licences when properly formatted.
4407                 Doesn't require any change on current plugins.
4408
4409 2011-07-18 [mones]      3.7.9cvs36
4410
4411         * manual/advanced.xml
4412                 Document briefly tags feature.
4413         * manual/glossary.xml
4414                 Fix definition to avoid confussion with tags.
4415         * manual/es/advanced.xml
4416         * manual/es/glossary.xml
4417                 Synchronize Spanish translation with the above.
4418
4419 2011-07-07 [holger]     3.7.9cvs35
4420
4421         * claws-mail.desktop
4422                 Add indicator stuff to the desktop file
4423                 Taken from bug #2450
4424
4425 2011-07-06 [paul]       3.7.9cvs34
4426
4427         * src/edittags.c
4428                 fix English usage
4429
4430 2011-07-06 [mones]      3.7.9cvs33
4431
4432         * src/edittags.c
4433                 Do not create an empty tag name row in panel and
4434                 warn user about using a non-reserved tag instead
4435
4436 2011-07-05 [mones]      3.7.9cvs32
4437
4438         * src/imap.c
4439         * src/common/tags.c
4440         * src/common/tags.h
4441         * src/etpan/imap-thread.c
4442                 Make constants for reserved tags and use them
4443                 Removed also duplicate comparison while at it
4444
4445 2011-07-05 [paul]       3.7.9cvs31
4446
4447         * src/compose.c
4448                 when using a Compose template, only place the cursor
4449                 in the body when the cursor symbol, %cursor (%X), is used
4450
4451 2011-07-03 [paul]       3.7.9cvs30
4452
4453         * src/main.c
4454                 do main_window_popup(mainwin); on plugin load error, or
4455                 else the warning dialogue and mainwindow stays minimised
4456                 and hidden
4457
4458 2011-07-03 [paul]       3.7.9cvs29
4459
4460         * src/wizard.c
4461                 fix bug 2462, 'Building without GnuTLS support leads to a
4462                 failure in wizard.c'
4463
4464 2011-07-03 [paul]       3.7.9cvs28
4465
4466         * src/mainwindow.c
4467         * src/mainwindow.h
4468         * src/summaryview.c
4469                 fix bug #2461, 'popup menu in message list displays
4470                 'move to trash' and 'delete''.
4471                 Add a new sensitivity condition 'M_NOT_TRASH' and
4472                 remove the broken workaround for right-click in summaryview.c.
4473                 Fix broken main menu sensitivity for "Menu/Message/Move" in
4474                 News folder.
4475
4476 2011-06-21 [paul]       3.7.9cvs27
4477
4478         * src/mainwindow.c
4479                 revert 3.7.9cvs2, it does no good
4480
4481 2011-06-18 [mir]        3.7.9cvs26
4482
4483         * configure.ac
4484                 Fix autoconf warnings introduced in autoconf >= 2.64
4485
4486 2011-06-05 [paul]       3.7.9cvs25
4487
4488         * po/ca.po
4489         * po/cs.po
4490         * po/de.po
4491         * po/it.po
4492         * po/ja.po
4493         * po/pt_PT.po
4494         * po/sk.po
4495         * po/uk.po
4496                 fix strings where an informational message has been
4497                 wrongly entered into the translated string
4498         * src/toolbar.c
4499                 enable 'Trash' and 'Sender' to be translated based on
4500                 the context, e.g. as button text and as mail header
4501         * src/gtk/about.c
4502                 fix english in Info tab
4503
4504 2011-05-25 [colin]      3.7.9cvs24
4505
4506         * src/action.c
4507                 Fix bug #2439, "use bitwise operator for bitmask instead of
4508                 logical operator". Thanks to Nicolas Kaiser for the patch.
4509
4510 2011-05-18 [colin]      3.7.9cvs23
4511
4512         * src/news.c
4513                 Fix missing group selection before xover if the
4514                 connection was reset before.
4515
4516 2011-05-12 [colin]      3.7.9cvs22
4517
4518         * src/common/utils.c
4519                 Fix bug #2412, "Send account mail address in Message-ID
4520                 wrongly implemented". Patch by Fabian Keil.
4521
4522 2011-05-12 [mones]      3.7.9cvs21
4523
4524         * src/etpan/nntp-thread.c
4525                 Fix bug #2418 "NNTP authentication is broken"
4526
4527 2011-05-09 [pawel]      3.7.9cvs20
4528
4529         * src/mainwindow.c
4530         * src/prefs_folder_item.c
4531                 Small UI fixes
4532
4533 2011-05-05 [colin]      3.7.9cvs19
4534
4535         * src/imap.c
4536         * src/inc.c
4537         * src/news.c
4538         * src/send_message.c
4539                 Fix bug #2184, "Add account name information inside network log".
4540                 Initial patch by MSulchan Darmawan, expanded to other protocols.
4541                 This stuff is too much copy-pasted.
4542
4543
4544 2011-04-30 [colin]      3.7.9cvs18
4545
4546         * src/main.c
4547                 Fix bug #2414, 'Claws segfaults on startup with
4548                 notification plugin enabled". Thanks Christian
4549                 Faulhammer for the patch.
4550
4551 2011-04-27 [colin]      3.7.9cvs17
4552
4553         * src/codeconv.c
4554                 Make Windows' encoding CP1251 for ru_RU locale
4555                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4556
4557 2011-04-24 [paul]       3.7.9cvs16
4558
4559         * manual/claws-mail-manual.xml
4560         * manual/de/claws-mail-manual.xml
4561         * manual/es/claws-mail-manual.xml
4562         * manual/fr/claws-mail-manual.xml
4563         * manual/it/claws-mail-manual.xml
4564                 update copyright year
4565
4566 2011-04-24 [paul]       3.7.9cvs15
4567
4568         * src/summaryview.c
4569                 fix bug #2353, 'Right-clicking on spam in order to delete
4570                 it causes it to show in message window'
4571
4572 2011-04-24 [paul]       3.7.9cvs14
4573
4574         * src/mainwindow.c
4575         * src/gtk/foldersort.c
4576         * src/gtk/foldersort.h
4577                 fix labelling, 'change folder order' to 'change mailbox order'
4578
4579 2011-04-23 [paul]       3.7.9cvs13
4580
4581         * configure.ac
4582                 fix bug #2409, 'Failed to compile under GCC 3.x : option
4583                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
4584                 committed in 3.7.8cvs19 
4585
4586 2011-04-11 [paul]       3.7.9cvs12
4587
4588         * src/plugins/trayicon/trayicon.c
4589                 fix build bug: gtk_status_icon_set_title() is available
4590                 since gtk 2.18.x not 2.14.x
4591
4592 2011-04-11 [paul]       3.7.9cvs11
4593
4594         * po/hu.po
4595                 updated by Páder RezsÅ‘
4596
4597 2011-04-10 [colin]      3.7.9cvs10
4598
4599         * src/addr_compl.c
4600         * src/addressbook.c
4601         * src/compose.c
4602         * src/editaddress.c
4603         * src/editaddress_other_attributes_ldap.c
4604         * src/main.c
4605         * src/message_search.c
4606         * src/prefs_display_header.c
4607         * src/prefs_filtering_action.c
4608         * src/prefs_matcher.c
4609         * src/prefs_other.c
4610         * src/prefs_toolbar.c
4611         * src/summary_search.c
4612         * src/gtk/colorlabel.c
4613         * src/gtk/combobox.c
4614         * src/gtk/gtkcmoptionmenu.c
4615         * src/gtk/gtkshruler.c
4616         * src/gtk/gtkshruler.h
4617         * src/gtk/gtkutils.h
4618         * src/gtk/inputdialog.c
4619         * src/gtk/quicksearch.c
4620                 Revert the whole pile of crap introduced in
4621                 cvs9,8,7,4.
4622
4623 2011-04-10 [colin]      3.7.9cvs9
4624
4625         * src/compose.c
4626         * src/editaddress.c
4627         * src/editaddress_other_attributes_ldap.c
4628         * src/main.c
4629         * src/message_search.c
4630         * src/prefs_display_header.c
4631         * src/prefs_matcher.c
4632         * src/prefs_toolbar.c
4633         * src/summary_search.c
4634         * src/gtk/combobox.c
4635         * src/gtk/gtkutils.h
4636         * src/gtk/inputdialog.c
4637         * src/gtk/quicksearch.c
4638                 Finish fun with combo boxes. (hopefully)
4639
4640 2011-04-10 [colin]      3.7.9cvs8
4641
4642         * src/compose.c
4643         * src/prefs_filtering_action.c
4644         * src/gtk/combobox.c
4645         * src/gtk/gtkshruler.c
4646         * src/gtk/gtkshruler.h
4647                 More undeprecation. GTKSHRuler is #if'ed out. We can
4648                 still decide to maintain the old GtkRuler widget in-tree
4649                 if the lack of ruler in Compose window is too
4650                 annoying.
4651
4652 2011-04-10 [colin]      3.7.9cvs7
4653
4654         * src/addr_compl.c
4655         * src/addressbook.c
4656         * src/compose.c
4657         * src/editaddress_other_attributes_ldap.c
4658         * src/message_search.c
4659         * src/prefs_display_header.c
4660         * src/prefs_filtering_action.c
4661         * src/prefs_other.c
4662         * src/prefs_toolbar.c
4663         * src/summary_search.c
4664         * src/gtk/colorlabel.c
4665         * src/gtk/combobox.c
4666         * src/gtk/gtkcmoptionmenu.c
4667         * src/gtk/gtkutils.h
4668                 More comboboxtext undeprecation
4669
4670 2011-04-10 [colin]      3.7.9cvs6
4671
4672         * src/messageview.c
4673                 Fix it better.
4674
4675 2011-04-10 [colin]      3.7.9cvs5
4676
4677         * src/messageview.c
4678                 Fix age-old typo.
4679
4680 2011-04-10 [colin]      3.7.9cvs4
4681
4682         * src/compose.c
4683         * src/editaddress_other_attributes_ldap.c
4684         * src/message_search.c
4685         * src/prefs_display_header.c
4686         * src/prefs_filtering_action.c
4687         * src/prefs_other.c
4688         * src/prefs_toolbar.c
4689         * src/summary_search.c
4690         * src/gtk/combobox.c
4691         * src/gtk/gtkutils.h
4692                 gtk_combo_box_*_text() is deprecated, and
4693                 gtk_combo_box_text_*() is the new hotness.
4694
4695 2011-04-10 [colin]      3.7.9cvs3
4696
4697         * src/addr_compl.c
4698         * src/addressbook.c
4699         * src/browseldap.c
4700         * src/compose.c
4701         * src/folder.c
4702         * src/folderview.c
4703         * src/gtk/gtkvscrollbutton.c
4704         * src/gtk/gtkvscrollbutton.h
4705                 s/GtkFunction/GSourceFunc
4706
4707 2011-04-10 [colin]      3.7.9cvs2
4708
4709         * src/mainwindow.c
4710                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4711                 This is the patch from bug #2396, it should be innocuous even
4712                 if that's useless to do deiconify + present window...
4713
4714 2011-04-09 [paul]       3.7.9cvs1
4715
4716         * src/prefs_summaries.c
4717                 fix typo in string. (thanks, Brad!)
4718
4719 2011-04-09 [paul]       3.7.9
4720         * NEWS
4721         * README
4722         * RELEASE_NOTES 
4723                 3.7.9 unleashed!        
4724
4725 2011-04-09 [paul]       3.7.8cvs78
4726
4727         * po/cs.po
4728         * po/es.po
4729         * po/fi.po
4730         * po/fr.po
4731         * po/lt.po
4732         * po/pt_BR.po
4733         * po/sk.po
4734         * po/uk.po
4735                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4736                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4737                 Slavko, and Yarema
4738
4739 2011-04-09 [colin]      3.7.8cvs77
4740
4741         * src/gtk/filesel.c
4742                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4743                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4744                 encoding filename. Hooray for stupid.
4745
4746 2011-04-08 [colin]      3.7.8cvs76
4747
4748         * src/action.c
4749                 Fix action Stop: if child does not react to SIGTERM, it'll
4750                 probably start behaving when it'll get a SIGKILL on the user's
4751                 second press on Stop.
4752                 Fixes bug #2237, "User action makes Claws unresponsive".
4753
4754 2011-04-08 [colin]      3.7.8cvs75
4755
4756         * src/account.c
4757         * src/folder.c
4758         * src/folder.h
4759         * src/folder_item_prefs.c
4760         * src/folder_item_prefs.h
4761         * src/prefs_account.c
4762                 Fix bug #2382, "folderitemrc not updated when account
4763                 name is changed". Indeed, this wasn't done.
4764
4765 2011-04-08 [wwp]        3.7.8cvs74
4766
4767         * src/procmime.c
4768         Add support for quoted values (*="value").
4769         This commonly fixes a trailing quote appearing to filenames
4770         sent by iphone Mail (not sure if it's culprit at all, though).
4771
4772 2011-04-08 [colin]      3.7.8cvs73
4773
4774         * src/gtk/filesel.c
4775                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
4776                 caused by attachments with extended chars in the file name". Patch
4777                 derived from a patch bt Fabien Keil
4778
4779 2011-04-05 [wwp]        3.7.8cvs72
4780
4781         * src/compose.c
4782                 A debug string not to translate.
4783
4784 2011-04-03 [colin]      3.7.8cvs71
4785
4786         * src/common/utils.h
4787                 Fix bug #2394, "backtrace() crashes on FreeBSD"
4788                 That's not the first bug-report where internal
4789                 debug-only backtrace() crashes on FreeBSD.
4790
4791 2011-04-03 [colin]      3.7.8cvs70
4792
4793         * src/compose.c
4794                 Fix bug #2365 again, "Crash when auto-scrolling headers in
4795                 compose window".
4796                 Batch-mode compose windows (from filtering actions) shouldn't
4797                 try to access stuff after flushing events...
4798
4799 2011-03-31 [paul]       3.7.8cvs69
4800
4801         * INSTALL
4802                 update as gtk >= 2.10 now required
4803                 (because I'll never remember to do this later)
4804
4805 2011-03-26 [paul]       3.7.8cvs68
4806
4807         * src/messageview.c
4808                 fix separators in Go To menu
4809
4810 2011-03-20 [colin]      3.7.8cvs67
4811
4812         * configure.ac
4813                 Drop the *_DISABLE_DEPRECATED. We'll put them back
4814                 when we'll have time to handle them
4815
4816 2011-03-18 [paul]       3.7.8cvs66
4817
4818         * src/textview.c
4819                 make user-facing message more accurate -
4820                 'Network Log' not 'View Log'
4821
4822 2011-03-17 [wwp]        3.7.8cvs65
4823
4824         * po/fr.po
4825                 Fix a typo around plural form, as reported by
4826                 Yannick Palanque.
4827
4828 2011-03-15 [colin]      3.7.8cvs64
4829
4830         * AUTHORS
4831         * src/gtk/authors.h
4832         * src/main.c
4833                 Fix bug #2381, "Support for NetworkManager 0.9".
4834                 Patch by Mikhail Efremov
4835
4836 2011-03-04 [colin]      3.7.8cvs63
4837
4838         * src/mimeview.c
4839         * src/mimeview.h
4840                 Fix segfault on Windows
4841         * src/exporthtml.c
4842         * src/common/utils.c
4843         * src/common/w32_unistd.c
4844         * src/common/w32lib.h
4845                 Rationalize use of time_r() funcs (pthread do define them)
4846
4847 2011-03-02 [pawel]      3.7.8cvs62
4848
4849         * src/wizard.c
4850                 Re-implement widgets aligning, switch from GtkSizeGroup
4851                 to GtkTable - this should fix disappearing labels
4852
4853 2011-03-01 [pawel]      3.7.8cvs61
4854
4855         * src/wizard.c
4856                 Wizard GUI cleanups. Make it look and behave more
4857                 like account preferences.
4858
4859 2011-02-23 [colin]      3.7.8cvs60
4860
4861         * src/common/Makefile.am
4862                 Fix make dist
4863
4864 2011-02-23 [colin]      3.7.8cvs59
4865
4866         * src/Makefile.am
4867         * src/main.c
4868         * src/common/Makefile.am
4869         * src/common/plugin.c
4870         * src/common/valgrind.h
4871                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4872                 Use valgrind's own header.
4873
4874 2011-02-22 [colin]      3.7.8cvs58
4875
4876         * src/prefs_account.c
4877                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4878                 signed message" upon new installation. This is disturbing when PGP
4879                 plugins are loaded by default.
4880
4881 2011-02-16 [paul]       3.7.8cvs57
4882
4883         * src/*
4884                 update copyright headers throughout
4885
4886 2011-02-16 [paul]       3.7.8cvs56
4887
4888         * src/summaryview.c
4889                 use gettext plural form for "item selected"/"items selected"
4890
4891 2011-02-13 [colin]      3.7.8cvs55
4892
4893         * src/mimeview.c
4894         * src/mimeview.h
4895                 Fix bug #2361, "Claws crashes after PGP Check in separate
4896                 msg view". Don't let the cancel thread lie around after
4897                 the verification ended.
4898
4899 2011-02-13 [paul]       3.7.8cvs54
4900
4901         * po/lt.po
4902                 updated by Mindaugas Baranauskas
4903
4904 2011-02-11 [mones]      3.7.8cvs53
4905
4906         * manual/es/advanced.xml
4907                 Sync with English manual
4908         * src/imap.c
4909                 Fix remaining mismatched alloc/free from cppcheck
4910
4911 2011-02-10 [pawel]      3.7.8cvs52
4912
4913         * src/ldapupdate.c
4914                 Fix memleaks
4915
4916 2011-02-10 [pawel]      3.7.8cvs51
4917
4918         * src/prefs_toolbar.c
4919                 - set menus sensitivity in item type combo depending on
4920                   availability of actions / plugin hooks
4921                 - style fixes, spaces instead of tabs mostly
4922
4923 2011-02-10 [paul]       3.7.8cvs50
4924
4925         * src/prefs_account.c
4926                 move the 'send acc mail addr in msg-id" option to
4927                 the send page
4928
4929 2011-02-10 [paul]       3.7.8cvs49
4930
4931         * src/prefs_account.c
4932                 move the 'expunge immediately' option to a more
4933                 suitable page
4934
4935 2011-02-05 [pawel]      3.7.8cvs48
4936
4937         * manual/advanced.xml
4938                 Document new hidden pref
4939         * src/folder.c
4940                 Dont treat mimeparts referenced by others as
4941                 real attachments
4942         * src/mimeview.c
4943         * src/prefs_common.c
4944         * src/prefs_common.h
4945                 Add ability to hide inline attachments referenced
4946                 by other mimeparts in MimeView. To enable this
4947                 feature set show_inline_attachments=0 in your clawsrc
4948
4949 2011-01-25 [colin]      3.7.8cvs47
4950
4951         * src/matcher.c
4952                 Fix matcher body parsing: decode mails with our
4953                 MIME parser. This speeds up body search a bit as
4954                 binary attachments are not searched anymore, slows
4955                 down a bit full message searches, but not awfully.
4956         * src/summary_search.c
4957                 Use matcher API to search, in all cases (advanced search or
4958                 not). Also, fix little logic bugs related to combos history
4959         * src/common/utils.c
4960         * src/common/utils.h
4961         * src/procmime.c
4962         * src/procmime.h
4963                 Remove dead code, export functions needed by matcher.c
4964
4965 2011-01-25 [colin]      3.7.8cvs46
4966
4967         * src/compose.c
4968         * src/prefs_common.c
4969         * src/common/md5.c
4970         * src/common/ssl_certificate.c
4971                 Fix mismatched alloc/free (thanks to cppcheck)
4972
4973 2011-01-25 [colin]      3.7.8cvs45
4974
4975         * src/pop.c
4976                 Fix leak on error path
4977
4978 2011-01-23 [mones]      3.7.8cvs44
4979
4980         * manual/es/advanced.xml
4981                 Sync with English manual
4982
4983 2011-01-23 [paul]       3.7.8cvs43
4984
4985         * src/gtk/about.c
4986                 it's 2011, update copyright line
4987
4988 2011-01-23 [paul]       3.7.8cvs42
4989
4990         * manual/advanced.xml
4991         * src/prefs_common.c
4992         * src/prefs_common.h
4993         * src/textview.c
4994                 fix bug #2350, 'Make displaying localized date/time in
4995                 message view optional'.
4996                 This introduces a new hidden option (why do more?),
4997                 'msgview_date_format', which defaults to OFF, maintaining
4998                 the current and expected behaviour.
4999
5000 2011-01-21 [colin]      3.7.8cvs41
5001
5002         * src/procmime.c
5003                 Fix bug #2050, Clawsmail sends return receipt every seconds
5004                 We forgot to close the file when parsing 
5005                 disposition-notification fields, which made unlinking of the
5006                 corresponding emails in tempfolder/processing impossible in
5007                 Windows. Causing them to be re-fetched every time.
5008
5009 2011-01-21 [colin]      3.7.8cvs40
5010
5011         * claws-mail.desktop
5012                 Fix again bug #2346: We should have a %u parameter.
5013
5014 2011-01-21 [colin]      3.7.8cvs39
5015
5016         * src/plugins/spamassassin/spamassassin.c
5017                 Fix sa-learn when offline (its command line parsing is
5018                 space-dependant). Patch by Wolfgang Lorenz
5019
5020 2011-01-19 [pawel]      3.7.8cvs38
5021
5022         * claws-mail.desktop
5023                 Fix Bug 2346 'Please register x-handler-scheme
5024                  in .desktop file' patch by Laurent Bigonville
5025                 While I'm here update things to current
5026                 standards, fix desktop-file-validate warnings/errors
5027
5028 2011-01-18 [colin]      3.7.8cvs37
5029
5030         * src/common/smtp.c
5031                 Fix logic on SMTP AUTH: If the selected method isn't
5032                 available, say so instead of supposing it'll work.
5033                 Fixes bug #2039, 'SMTP AUTHENTICATION'
5034
5035 2011-01-15 [pawel]      3.7.8cvs36
5036
5037         * src/prefs_folder_item.c
5038                 Rework subject regexp simplify gui a bit, this give us better
5039                 options page layout (window with min width was too short to 
5040                 show all contents and thigs were unwieldy) and better preview
5041                 of regexp working/not working
5042
5043 2011-01-14 [pawel]      3.7.8cvs35
5044
5045         * src/textview.c
5046                 strncpy2() NULLify strings just fine, no need to be
5047                 extra "clever"
5048
5049 2011-01-14 [pawel]      3.7.8cvs34
5050
5051         * src/textview.c
5052                 Fix Bug #2165 'The date not localized in the message view'
5053                 Display Date header in messageview in the same way as in
5054                 summaryview by respecting date format set in preferences.
5055
5056 2011-01-06 [pawel]      3.7.8cvs33
5057
5058         * src/prefs_account.c
5059         * src/prefs_folder_item.c
5060         * src/prefs_quote.c
5061         * src/quote_fmt.c
5062                 Make quote templates widgets more compact
5063
5064 2011-01-06 [pawel]      3.7.8cvs32
5065
5066         * src/plugins/trayicon/trayicon.c
5067                 - fix logic bug which caused icon to be
5068                   always set no-mail status on plugin load
5069                 - force icon hide on plugin_done(), without
5070                   it empty space(?!) is left in tray under KDE3 and KDE4
5071
5072 2011-01-06 [colin]      3.7.8cvs31
5073
5074         * src/addrharvest.c
5075         * src/codeconv.c
5076         * src/codeconv.h
5077         * src/compose.c
5078         * src/news.c
5079         * src/procheader.c
5080         * src/procmime.c
5081         * src/unmime.c
5082         * src/unmime.h
5083                 Unmime headers differently whether they're addresses or not:
5084                 It's useless to quote things containing commas if it's in
5085                 subject, for example. (introduced in 3.7.8cvs26)
5086
5087 2011-01-06 [colin]      3.7.8cvs30
5088
5089         * src/gtk/gtkaspell.c
5090                 Complete previous patch
5091         * src/messageview.c
5092         * src/plugins/pgpinline/pgpinline.c
5093                 Coding style
5094
5095 2011-01-06 [paul]       3.7.8cvs29
5096
5097         * AUTHORS
5098         * configure.ac
5099         * po/lt.po
5100         * src/gtk/authors.h
5101                 add Lithuanian translation (approx. 65% complete)
5102                 submitted by Mindaugas Baranauskas
5103
5104 2011-01-06 [pawel]      3.7.8cvs28
5105
5106         * src/export.c
5107         * src/import.c
5108         * src/messageview.c
5109         * src/prefs_actions.c
5110         * src/procmime.c
5111         * src/gtk/gtkaspell.c
5112         * src/plugins/pgpinline/pgpinline.c
5113         * src/plugins/pgpmime/pgpmime.c
5114         * src/plugins/smime/smime.c
5115                 Fix memory/file descriptors leaks
5116
5117 2011-01-06 [paul]       3.7.8cvs27
5118
5119         * src/plugins/pgpcore/sgpgme.c
5120                 fix bug #2322, 'GPG Full info: showing subkey
5121                 ID instead of primary key fingerprint'
5122                 Patch by Sébastien Bigaret.
5123
5124 2011-01-03 [colin]      3.7.8cvs26
5125
5126         * src/unmime.c
5127                 Better quote-checking when unmim-ing headers
5128                 that may have comas.
5129
5130 2011-01-03 [colin]      3.7.8cvs25
5131
5132         * src/unmime.c
5133                 Fix bug #2299, "Incorrect handling of quoted printable coma
5134                 in headers". As this is really painful to fix by switching
5135                 the whole stuff to a list of headers tokens, we workaround
5136                 the problem by adding quotes around the encoded-word (making
5137                 it a quoted-string which continuity is already handled).
5138
5139 2011-01-03 [colin]      3.7.8cvs24
5140
5141         * src/procheader.c
5142                 Remove dead code
5143
5144 2010-12-23 [colin]      3.7.8cvs23
5145
5146         * src/compose.c
5147                 Finish fixing bug #2203: When forwarding (inline) and there
5148                 are some text/* parts with no name, set them a name and
5149                 set their disposition to attachment, so that recipients with
5150                 MUAs preferring HTML parts don't show them by default.
5151
5152 2010-12-22 [paul]       3.7.8cvs22
5153
5154         * src/compose.h
5155                 fix missing file in 3.7.8cvs20
5156
5157 2010-12-22 [colin]      3.7.8cvs21
5158
5159         * src/folderview.c
5160         * src/folderview.h
5161                 Implement a nicer scroll when drag and dropping
5162
5163 2010-12-22 [colin]      3.7.8cvs20
5164
5165         * src/compose.c
5166                 Store charset if available when attaching text/* parts
5167                 Fixes bug #2203, 'Problems in forwarding multipart/
5168                 alternative messages with HTML part'
5169
5170 2010-12-22 [colin]      3.7.8cvs19
5171
5172         * src/textview.c
5173                 Fix wrong free
5174
5175 2010-12-21 [colin]      3.7.8cvs18
5176
5177         * src/inc.c
5178         * src/send_message.c
5179         * src/common/session.c
5180         * src/common/session.h
5181                 Differentiate between running sessions and connected
5182                 sessions. Fixes bug #2332, "Crash when hitting cancel
5183                 on the SMTP status window"
5184
5185 2010-12-21 [colin]      3.7.8cvs17
5186
5187         * src/etpan/etpan-thread-manager.c
5188                 Dead code removal
5189
5190 2010-12-21 [colin]      3.7.8cvs16
5191
5192         * src/textview.c
5193                 Check whether we should continue loading the
5194                 current textview after inserting a possibly
5195                 big image.
5196
5197 2010-12-20 [colin]      3.7.8cvs15
5198
5199         * src/addrcindex.c
5200         * src/addrcindex.h
5201                 Removed. Dead code since ages!
5202         * src/addr_compl.c
5203         * src/gtk/gtkcmclist.c
5204         * src/gtk/gtkcmctree.c
5205         * src/gtk/gtksctree.c
5206                 undefine *_DISABLE_DEPRECATED in the files that
5207                 use deprecated interfaces. Implicit declarations
5208                 can lead to crashes as prototypes are unknown, as
5209                 evidenced by bug #2315.
5210
5211 2010-12-20 [colin]      3.7.8cvs14
5212
5213         * src/compose.c
5214                 Don't flush events when adding an header entry. This
5215                 can mess up the keypresses in the previous header.
5216                 Instead, make the scroll happen later (doing it on the
5217                 spot without flushing events doesn't work as the new
5218                 requisitions aren't set yet).
5219
5220 2010-12-20 [colin]      3.7.8cvs13
5221
5222         * src/mainwindow.c
5223                 Don't iconify at start on w32. This un-iconifies in the
5224                 background.
5225
5226 2010-12-20 [colin]      3.7.8cvs12
5227
5228         * src/common/base64.c
5229                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5230                 Patch by pochini at shiny.it
5231
5232 2010-12-19 [colin]      3.7.8cvs11
5233
5234         * src/ldapserver.c
5235                 Better debug.
5236
5237 2010-12-18 [colin]      3.7.8cvs10
5238
5239         * src/compose.c
5240                 Fix bug #2148, "Attachment content-transfer-encoding 
5241                 incorrectly set when signing emails". The RFC 2045
5242                 states that message/* and multipart/* encoding must
5243                 be either 7-bit, 8-bit or binary.
5244
5245 2010-12-18 [mones]      3.7.8cvs9
5246
5247         * src/ldaputil.c
5248                 Fix crash when searching or adding a LDAP server
5249
5250 2010-12-17 [colin]      3.7.8cvs8
5251
5252         * configure.ac
5253         * src/editldap.c
5254         * src/ldapquery.c
5255         * src/ldapserver.c
5256         * src/ldapupdate.c
5257         * src/ldaputil.c
5258         * src/ldaputil.h
5259                 Better error logging. Disable LDAP SSL/TLS on
5260                 Windows, it's crashy/non-worky.
5261
5262 2010-12-17 [colin]      3.7.8cvs7
5263
5264         * src/folder.c
5265                 Fix bug #2325, "messages remains in folder cache after moving
5266                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5267
5268 2010-12-17 [colin]      3.7.8cvs6
5269
5270         * src/addressadd.c
5271         * src/addressbook.c
5272         * src/addrindex.c
5273         * src/ldapquery.c
5274         * src/ldapquery.h
5275         * src/ldapserver.c
5276         * src/ldapserver.h
5277         * src/ldapupdate.c
5278         * src/ldaputil.c
5279         * src/ldaputil.h
5280                 Windows build fixes (w32 LDAP completely untested!)
5281
5282 2010-12-16 [colin]      3.7.8cvs5
5283
5284         * src/addrindex.c
5285         * src/editldap.c
5286         * src/ldapctrl.c
5287         * src/ldapquery.c
5288         * src/ldapserver.c
5289         * src/ldapserver.h
5290         * src/ldapupdate.c
5291         * src/ldaputil.c
5292                 Try to rationalize a bit LDAP connections
5293
5294 2010-12-16 [colin]      3.7.8cvs4
5295
5296         * src/prefs_spelling.c
5297         * src/common/defs.h
5298                 Add a button to get dictionaries (win32)
5299
5300 2010-12-16 [colin]      3.7.8cvs3
5301
5302         * src/prefs_matcher.c
5303                 Fix bug #2279, "crash when clicking 'define' in filter
5304                 configuring". Thanks to Theodor Ciobanu for the hint at
5305                 the problem.
5306
5307 2010-12-14 [colin]      3.7.8cvs2
5308
5309         * src/gtk/gtkaspell.c
5310                 Add missing guard for sys/wait.h
5311
5312 2010-12-05 [colin]      3.7.8cvs1
5313
5314         * tools/make.themes.project
5315                 Seems wget has changed naming of targets downloaded.
5316                 Fix it by always providing our own name.
5317                 [Pushing mones' patch again after messing with CVSROOT]
5318
5319 2010-12-04 [paul]       3.7.8
5320         * NEWS
5321         * README
5322         * RELEASE_NOTES 
5323                 3.7.8 unleashed!
5324
5325 2010-12-03 [paul]       3.7.7cvs11
5326
5327         * configure.ac
5328         * manual/xml2pdf ** REMOVED **
5329         * manual/dist/pdf/Makefile.am
5330         * manual/es/dist/pdf/Makefile.am
5331         * manual/fr/dist/pdf/Makefile.am
5332         * manual/pl/dist/pdf/Makefile.am
5333                 simplify check for tools needed for manual building,
5334                 remove xml2pdf and use docbook2pdf instead
5335
5336 2010-12-03 [mir]        3.7.7cvs10
5337
5338         * configure.ac
5339                 Fix bug so that configure option --disable-manual
5340                 actually disable building the manuals
5341
5342 2010-12-01 [pawel]      3.7.7cvs9
5343
5344         * src/crash.c
5345                 One more GTK+ 2.22 build fix
5346
5347 2010-11-30 [colin]      3.7.7cvs8
5348
5349         * src/action.c
5350                 Fix bug #2317, 'Action results in "Bad file descriptor"'
5351                 Introduced in 3.7.6cvs57. In fact the error has been there
5352                 since ages, and only new thing is the verification of the
5353                 various functions return code. Let the stuff work as it
5354                 does, as it seems to do the right thing since ages.
5355
5356 2010-11-28 [colin]      3.7.7cvs7
5357
5358         * src/gtk/quicksearch.c
5359                 Fix bug #2313, 'CLI quicksearch sometimes returns 
5360                 the same messages twice'. Patch by Sebastien Bigaret
5361
5362 2010-11-25 [paul]       3.7.7cvs6
5363
5364         * src/prefs_common.c
5365                 make "gtk_can_change_accels" FALSE by default.
5366                 fixes bug #2309, 'Shortcuts should not be modifiable
5367                 by default' (RFE)
5368
5369 2010-11-24 [mones]      3.7.7cvs5
5370
5371         * src/mainwindow.c
5372                 Add missing shortcuts for marking as spam and ham
5373                 Fixes Debian bug #599547
5374
5375 2010-11-22 [colin]      3.7.7cvs4
5376
5377         * src/compose.c
5378                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5379                 five patches were needed to fix a corner case
5380                 is a good indicator that is was bound to break
5381                 something.
5382
5383 2010-11-21 [colin]      3.7.7cvs3
5384
5385         * src/plugins/pgpcore/claws.def
5386                 Win32 build fix
5387
5388 2010-11-20 [wwp]        3.7.7cvs2
5389
5390         * src/main.c
5391           Fix either a typo or an irrelevant iff word there.
5392           IMO type and recursive possible values should be changed to
5393           smth simple and neat here, and help strings be really
5394           translatable.
5395
5396 2010-11-20 [colin]      3.7.7cvs1
5397
5398         * AUTHORS
5399                 Damn, forgot to commit this file twice.
5400
5401 2010-11-19 [paul]       3.7.7
5402         * NEWS
5403         * README
5404         * RELEASE_NOTES 
5405                 3.7.7 unleashed!
5406
5407 2010-11-19 [paul]       3.7.6cvs66
5408
5409         * po/ca.po
5410         * po/cs.po
5411         * po/de.po
5412         * po/es.po
5413         * po/fi.po
5414         * po/fr.po
5415         * po/hu.po
5416         * po/id.po
5417         * po/pt_BR.po
5418         * po/sk.po
5419         * po/uk.po
5420                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5421                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5422                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5423
5424 2010-11-17 [colin]      3.7.6cvs65
5425
5426         * src/common/utils.c
5427                 Separate email address from timestamp with a dot.
5428                 Fix coding style.
5429
5430 2010-11-17 [colin]      3.7.6cvs64
5431
5432         * src/common/utils.c
5433                 Fix multiple @ in generated message-ids.
5434                 That's not allowed in RFC 2822.
5435
5436 2010-11-16 [mones]      3.7.6cvs63
5437
5438         * manual/es/advanced.xml
5439                 Synchronise with English version
5440
5441 2010-11-04 [wwp]        3.7.6cvs62
5442
5443         * src/filtering.c
5444                 Fix bug 2293, "filtering: simplify expression", as simplifying
5445                 this expression doesn't make it less easy to understand and we
5446                 gain few cycles by making the logical expression more simple
5447                 by applying. Patch by Nicolas Kaiser.
5448
5449 2010-11-03 [colin]      3.7.6cvs61
5450
5451         * src/addrindex.c
5452                 Fix bug 2294, "addrindex.c: address index conversion always
5453                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5454
5455 2010-11-02 [wwp]        3.7.6cvs60
5456
5457         * src/action.c
5458         * src/statusbar.c
5459         * src/toolbar.c
5460                 Enlarge the progress bar (main window) a bit when compiling
5461                 for UMPCs like maemo: this solves truncated text that might
5462                 appear in the progress bar while processing messages.
5463                 Also use a more compact string format when displaying
5464                 progress like 'number/total', still for UMPCs, this fixes
5465                 a previous inconsistency with these format strings where
5466                 no space around the / were used sometimes.
5467
5468 2010-10-26 [ticho]      3.7.6cvs59
5469
5470         * src/news.c
5471                 Recreate NNTP session if server port setting has changed. Fixes
5472                 bug #2092.
5473
5474 2010-10-26 [colin]      3.7.6cvs58
5475
5476         * src/imap_gtk.c
5477         * src/mh_gtk.c
5478                 Fix copy-paste error, thanks to David Relson
5479                 for spotting it.
5480
5481 2010-10-18 [colin]      3.7.6cvs57
5482
5483         * src/action.c
5484         * src/addrharvest.c
5485         * src/alertpanel.c
5486         * src/filtering.c
5487         * src/jpilot.c
5488         * src/prefs_themes.c
5489         * src/procmime.c
5490         * src/textview.c
5491         * src/gtk/gtkutils.c
5492         * src/gtk/quicksearch.c
5493         * src/gtk/quicksearch.h
5494         * src/plugins/pgpcore/passphrase.c
5495         * src/plugins/spamassassin/libspamc.c
5496                 Fix warnings
5497
5498 2010-10-17 [colin]      3.7.6cvs56
5499
5500         * src/prefs_themes.c
5501         * src/gtk/gtkaspell.c
5502         * src/gtk/gtkutils.c
5503         * src/gtk/gtkutils.h
5504         * src/gtk/inputdialog.c
5505         * src/gtk/progressdialog.c
5506                 Undeprecate a few things
5507
5508 2010-10-17 [colin]      3.7.6cvs55
5509
5510         * src/main.c
5511         * src/gtk/authors.h
5512         * src/gtk/quicksearch.c
5513         * src/gtk/quicksearch.h
5514                 Add ability to search from the command-line.
5515                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5516                 Patch by Sebastien Bigarret.
5517
5518 2010-10-04 [mones]      3.7.6cvs54
5519
5520         * manual/dist/pdf/Makefile.am
5521                 Fix build of English PDF manual
5522                 (sh: Can't open ../../../xml2pdf)
5523
5524 2010-10-03 [colin]      3.7.6cvs53
5525
5526         * src/folder.c
5527         * src/folder.h
5528         * src/imap.c
5529         * src/mh.c
5530         * src/procmsg.c
5531                 Get rid of GRelation which were, mostly, used as
5532                 GHashTables. Probably fixes bug #2277, 'Segfault when
5533                 loading inbox for the first time'
5534
5535 2010-10-03 [mir]        3.7.6cvs52
5536
5537         * manual/de/dist/html/Makefile.am
5538         * manual/de/dist/pdf/Makefile.am
5539         * manual/de/dist/ps/Makefile.am
5540         * manual/de/dist/txt/Makefile.am
5541         * manual/dist/html/Makefile.am
5542         * manual/dist/pdf/Makefile.am
5543         * manual/dist/ps/Makefile.am
5544         * manual/dist/txt/Makefile.am
5545         * manual/es/dist/html/Makefile.am
5546         * manual/es/dist/pdf/Makefile.am
5547         * manual/es/dist/ps/Makefile.am
5548         * manual/es/dist/txt/Makefile.am
5549         * manual/fr/dist/html/Makefile.am
5550         * manual/fr/dist/pdf/Makefile.am
5551         * manual/fr/dist/ps/Makefile.am
5552         * manual/fr/dist/txt/Makefile.am
5553         * manual/pl/dist/html/Makefile.am
5554         * manual/pl/dist/pdf/Makefile.am
5555         * manual/pl/dist/ps/Makefile.am
5556         * manual/pl/dist/txt/Makefile.am
5557             Missing Makefile.am's for 3.7.6cvs49
5558
5559
5560 2010-10-03 [colin]      3.7.6cvs51
5561
5562         * po/POTFILES.in
5563                 Fix build
5564
5565 2010-10-02 [mir]        3.7.6cvs50
5566
5567         * manual/de/dist/html/Makefile.am
5568         * manual/de/dist/pdf/Makefile.am
5569         * manual/de/dist/ps/Makefile.am
5570         * manual/de/dist/txt/Makefile.am
5571         * manual/dist/html/Makefile.am
5572         * manual/dist/pdf/Makefile.am
5573         * manual/dist/ps/Makefile.am
5574         * manual/dist/txt/Makefile.am
5575         * manual/es/dist/html/Makefile.am
5576         * manual/es/dist/pdf/Makefile.am
5577         * manual/es/dist/ps/Makefile.am
5578         * manual/es/dist/txt/Makefile.am
5579         * manual/fr/dist/html/Makefile.am
5580         * manual/fr/dist/pdf/Makefile.am
5581         * manual/fr/dist/ps/Makefile.am
5582         * manual/fr/dist/txt/Makefile.am
5583         * manual/pl/dist/html/Makefile.am
5584         * manual/pl/dist/pdf/Makefile.am
5585         * manual/pl/dist/ps/Makefile.am
5586         * manual/pl/dist/txt/Makefile.am
5587             Part 2 of last commit which broke due to a permission error
5588             Avoid claws trying to build manuals if the required
5589             tools are not present.
5590
5591 2010-10-02 [mir]        3.7.6cvs49
5592
5593         * configure.ac
5594         * manual/de/dist/html/Makefile.am
5595         * manual/de/dist/pdf/Makefile.am
5596         * manual/de/dist/ps/Makefile.am
5597         * manual/de/dist/txt/Makefile.am
5598         * manual/dist/html/Makefile.am
5599         * manual/dist/pdf/Makefile.am
5600         * manual/dist/ps/Makefile.am
5601         * manual/dist/txt/Makefile.am
5602         * manual/es/dist/html/Makefile.am
5603         * manual/es/dist/pdf/Makefile.am
5604         * manual/es/dist/ps/Makefile.am
5605         * manual/es/dist/txt/Makefile.am
5606         * manual/fr/dist/html/Makefile.am
5607         * manual/fr/dist/pdf/Makefile.am
5608         * manual/fr/dist/ps/Makefile.am
5609         * manual/fr/dist/txt/Makefile.am
5610         * manual/pl/dist/html/Makefile.am
5611         * manual/pl/dist/pdf/Makefile.am
5612         * manual/pl/dist/ps/Makefile.am
5613         * manual/pl/dist/txt/Makefile.am
5614             1) Downgrade autoconf requirements to 2.59 to allow
5615             building on oldest supported Linux distributions.
5616             2) Only try to build manuals if the needed software
5617             is present.
5618
5619 2010-10-02 [colin]      3.7.6cvs48
5620
5621         * src/plugins/trayicon/trayicon.c
5622                 And fix theme updating.
5623
5624 2010-10-02 [colin]      3.7.6cvs47
5625
5626         * src/plugins/trayicon/trayicon.c
5627                 Got burnt by wrong indentation!
5628
5629 2010-10-02 [colin]      3.7.6cvs46
5630
5631         * configure.ac
5632                 Forgot to remove the directory from top-level
5633
5634 2010-10-02 [colin]      3.7.6cvs45
5635
5636         * src/plugins/trayicon/Makefile.am
5637         * src/plugins/trayicon/trayicon.c
5638         * src/plugins/trayicon/libeggtrayicon/.cvsignore
5639         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5640         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5641         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5642         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5643         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5644         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5645         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5646         * src/plugins/trayicon/libeggtrayicon/xembed.h
5647                 Finally get rid of Eggtrayicon, use GtkStatusIcon
5648                 instead (which can be done safely now that we 
5649                 require GTK+ 2.10).
5650
5651 2010-10-02 [colin]      3.7.6cvs44
5652
5653         * src/action.c
5654         * src/addr_compl.c
5655         * src/addressbook.c
5656         * src/addrgather.c
5657         * src/alertpanel.c
5658         * src/editaddress.c
5659         * src/editaddress_other_attributes_ldap.c
5660         * src/editgroup.c
5661         * src/folderview.c
5662         * src/grouplistdialog.c
5663         * src/headerview.c
5664         * src/image_viewer.c
5665         * src/importldif.c
5666         * src/main.c
5667         * src/mainwindow.c
5668         * src/message_search.c
5669         * src/mimeview.c
5670         * src/prefs_themes.c
5671         * src/summary_search.c
5672         * src/summaryview.c
5673         * src/toolbar.c
5674         * src/etpan/imap-thread.c
5675         * src/gtk/authors.h
5676         * src/gtk/gtkcmclist.c
5677         * src/gtk/gtkcmoptionmenu.c
5678         * src/gtk/gtkutils.c
5679         * src/gtk/gtkutils.h
5680         * src/gtk/gtkvscrollbutton.c
5681         * src/plugins/pgpcore/select-keys.c
5682         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5683                 Undeprecate for GTK+2.22. Patch by Reed Loden.
5684                 Fixes bug #2276, 'Compile in maintainer mode
5685                 fails on GTK+ 2.22'.
5686
5687 2010-10-02 [colin]      3.7.6cvs43
5688
5689         * configure.ac
5690                 It's now time to remove the temporary enable-openssl
5691                 option that was used when we removed OpenSSL. See 
5692                 bug #2276 comment #14.
5693
5694 2010-09-30 [wwp]        3.7.6cvs42
5695
5696         * src/prefs_account.c
5697         * src/prefs_filtering_action.c
5698         * src/prefs_matcher.c
5699                         Fix bug #2274, wrong color label index range
5700                         used w/ gtk_cmoption_menu (behaviour change
5701                         has been introduced w/ 3.5.0cvs49 apparently),
5702                         now it must be 1..N so let's use colorlabel value
5703                         (0..N) + 1.
5704                         
5705
5706 2010-09-20 [pawel]      3.7.6cvs41
5707
5708         * src/compose.c
5709         * src/mainwindow.c
5710         * src/summaryview.c
5711                 revert last patch
5712
5713 2010-09-19 [pawel]      3.7.6cvs40
5714
5715         * src/compose.c
5716         * src/mainwindow.c
5717         * src/summaryview.c
5718                 Set ML menus sensitivity accordingly to
5719                 possibility of reply to ML
5720
5721 2010-09-19 [colin]      3.7.6cvs39
5722
5723         * src/compose.c
5724                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5725                 to newsgroups, and NNTP accounts *can* send email. We 
5726                 should not force an email account when replying to_ml or
5727                 anything...
5728
5729 2010-09-19 [colin]      3.7.6cvs38
5730
5731         * src/compose.c
5732                 Revert previous commit (which breaks Reply to newsgroups)
5733
5734 2010-09-17 [pawel]      3.7.6cvs37
5735
5736         * src/compose.c
5737                 Respect reply_account_autosel when changing compose
5738                 account to email one while replying to NNTP post
5739
5740 2010-09-17 [wwp]        3.7.6cvs36
5741
5742         * doc/man/claws-mail.1
5743         Update --compose documentation in `man claws-mail`.
5744
5745 2010-09-12 [pawel]      3.7.6cvs35
5746
5747         * src/compose.c
5748                 Add forgotten bit to previous commit,
5749                 select email account when replying to ML
5750
5751 2010-09-12 [pawel]      3.7.6cvs34
5752
5753         * src/compose.c
5754                 Fix bug #2247 "nntp reply-to-all broken?"
5755                 Make reply-to-all and reply-to-ml work as expected in
5756                 mailing list through NNTP case
5757
5758 2010-09-11 [pawel]      3.7.6cvs33
5759
5760         * src/mainwindow.c
5761         * src/summaryview.c
5762         * src/toolbar.c
5763                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5764                 fixes build with GTK+ < 2.18
5765
5766 2010-09-10 [pawel]      3.7.6cvs32
5767
5768         * src/mainwindow.c
5769         * src/summaryview.c
5770         * src/toolbar.c
5771                 Make Tab key switch between FolderView, MsgView and
5772                 SummaryView only, other widgets have/can have their own
5773                 keybindings anyway
5774
5775 2010-08-25 [colin]      3.7.6cvs31
5776
5777         * src/procmime.c
5778         * AUTHORS
5779         * src/gtk/authors.h
5780         * src/common/base64.c
5781         * src/common/base64.h
5782                 Fix bug #2245, "base64 decoding fails with line breaks"
5783                 Patch by Yotam Medini
5784
5785 2010-08-25 [colin]      3.7.6cvs30
5786
5787         * src/main.c
5788                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5789
5790 2010-08-23 [pawel]      3.7.6cvs29
5791
5792         * src/inc.c
5793         * src/send_message.c
5794         * src/statusbar.c
5795         * src/toolbar.c
5796                 Hide progressbar on statusbar when not needed
5797
5798 2010-08-17 [colin]      3.7.6cvs28
5799
5800         * src/main.c
5801                 Fix previous patch (our own tmp dir is inside
5802                 our rc dir)
5803
5804 2010-08-16 [colin]      3.7.6cvs27
5805
5806         * src/main.c
5807                 Use temp dir to store logs in Windows. Avoids doing
5808                 get_rc_dir() early, which prevents set_rc_dir()
5809                 working correctly.
5810
5811 2010-07-31 [holger]     3.7.6cvs26
5812
5813         * src/gtk/gtkshruler.c
5814                 Yet more GdkGC to Cairo porting
5815
5816 2010-07-30 [holger]     3.7.6cvs25
5817
5818         * src/stock_pixmap.c
5819                 More GdkGC to Cairo porting
5820
5821 2010-07-30 [holger]     3.7.6cvs24
5822
5823         * src/gtk/colorlabel.c
5824                 One GdkGC usage less
5825
5826 2010-07-29 [holger]     3.7.6cvs23
5827
5828         * src/printing.c
5829                 Replace some gdk drawing with cairo, as the former
5830                 is going towards deprecation.
5831
5832 2010-07-25 [colin]      3.7.6cvs22
5833
5834         * src/common/utils.c
5835                 And now for a real fix. g_list_remove() doesn't, of
5836                 course, free the data. But we have to have a solid
5837                 pointer to it in order to free it ourselves instead
5838                 of relying on the old freed list pointer.
5839                 Maybe that's the last patch on the subject now ? :)
5840
5841 2010-07-25 [colin]      3.7.6cvs21
5842
5843         * src/common/utils.c
5844                 Remove stupid and extraneous g_free() of elements
5845                 which have just been freed by g_list_remove(). (see
5846                 GList documentation). I don't know how it worked before
5847
5848 2010-07-25 [colin]      3.7.6cvs20
5849
5850         * src/common/utils.c
5851                 Reverse free/use with more logical and safe
5852                 use/free. Thanks to Michael Rasmussen !
5853
5854 2010-07-24 [colin]      3.7.6cvs19
5855
5856         * src/gtk/quicksearch.c
5857                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5858                 'freeze when using quick search'
5859
5860 2010-07-11 [iwkse]      3.7.6cvs18
5861
5862         * src/gtk/quicksearch.c
5863                 Add SMALL_LAYOUT to quicksearch_relayout
5864
5865 2010-07-10 [iwkse]      3.7.6cvs17
5866
5867         * src/mainwindow.h
5868                         Remove forgotten variable from
5869                         the last bugfix #2224
5870
5871 2010-07-10 [colin]      3.7.6cvs16
5872
5873         * src/mainwindow.c
5874         * src/gtk/quicksearch.c
5875                 Clean fix for bug #2224: don't mess with GTK settings when
5876                 handling the layout ourselves is enough
5877
5878 2010-07-09 [iwkse]      3.7.6cvs15
5879
5880         * src/mainwindow.h
5881         * src/mainwindow.c
5882                         Better fix for Bug #2224
5883
5884 2010-07-09 [iwkse]      3.7.6cvs14
5885
5886         * src/mainwindow.c
5887                         Bug #2224
5888                         Always use stock icons on buttons
5889
5890 2010-07-08 [colin]      3.7.6cvs13
5891
5892         * src/gtk/filesel.c
5893                 Fix bug 2223, 'Compilation fails with GTK+
5894                 2.21.3'. Thanks to Jan Psota !
5895
5896 2010-06-29 [pawel]      3.7.6cvs12
5897
5898         * src/compose.c
5899                 Revert 3.7.5cvs41, it breaks templates that use %X
5900
5901 2010-06-23 [wwp]        3.7.6cvs11
5902
5903         * src/gtk/colorlabel.c
5904                 Silent up a warning by avoiding possible confusion
5905                 in logical expression evaluation, thanks to TuxCM.
5906
5907 2010-06-21 [iwkse]      3.7.6cvs10
5908
5909         * src/gtk/quicksearch.c
5910                 Do not add into quicksearch history
5911                 matching rules with bad syntax
5912
5913 2010-05-26 [holger]     3.7.6cvs9
5914
5915         * src/summaryview.c
5916         * src/summaryview.h
5917                 Add function to select rows given a list of messages,
5918                 complementary to summary_get_selected_msg_list()
5919
5920 2010-05-22 [mir]        3.7.6cvs8
5921
5922         * src/ldapctrl.c
5923                 Fix bug 2208. Encode encrypted password to qouted
5924                 printable to avoid making invalid XML. Encoding
5925                 will be activated the first time the password is
5926                 changed.
5927
5928 2010-05-22 [paul]       3.7.6cvs7
5929
5930         * manual/advanced.xml
5931         * src/compose.c
5932         * src/prefs_common.c
5933         * src/prefs_common.h
5934                 after using the compose margin for several days
5935                 I wanted the old style back - add a new hidden
5936                 pref 'show_compose_margin' to restore the old
5937                 behaviour (defaults to FALSE)
5938
5939 2010-05-14 [paul]       3.7.6cvs6
5940
5941         * src/compose.c
5942                 add a margin to the compose window text that matches
5943                 the margin in textview
5944
5945 2010-05-14 [colin]      3.7.6cvs5
5946
5947         * src/gtk/sslcertwindow.c
5948                 Fix dangling pointer. Thanks to Michael R!
5949
5950 2010-05-14 [colin]      3.7.6cvs4
5951
5952         * src/gtk/sslcertwindow.c
5953                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
5954                 expired but certificate check is skipped' and maybe
5955                 bug 2200, 'SSL is not working with POP3'
5956
5957 2010-05-14 [colin]      3.7.6cvs3
5958
5959         * src/plugins/pgpinline/pgpinline.c
5960                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
5961
5962 2010-05-04 [iwkse]      3.7.6cvs2
5963
5964         * src/prefs_message.c
5965                         Get a generic name as 'Quotation' for
5966                         the frame
5967
5968 2010-05-04 [iwkse]      3.7.6cvs1
5969
5970         * src/prefs_message.c
5971         * src/prefs_common.h
5972         * src/prefs_common.c
5973         * src/textview.c
5974                         Fix #2188
5975                         Option for collapsing via double-click
5976
5977 2010-05-01 [paul]       3.7.6
5978         * NEWS
5979         * README
5980         * RELEASE_NOTES 
5981                 3.7.6 unleashed!
5982
5983 2010-05-01 [paul]       3.7.5cvs55
5984
5985         * tools/claws.i18n.status.pl
5986                 add Ukrainian stat
5987
5988 2010-05-01 [paul]       3.7.5cvs54
5989
5990         * src/gtk/authors.h
5991                 add YUP, new Ukrainian translator
5992
5993 2010-04-30 [paul]       3.7.5cvs53
5994
5995         * configure.ac
5996         * po/uk.po
5997                 add Ukrainian translation, submitted by YUP
5998         * po/cs.po
5999         * po/de.po
6000         * po/fi.po
6001         * po/hu.po
6002         * po/nl.po
6003         * po/pt_BR.po
6004         * po/pt_PT.po
6005         * po/sk.po
6006                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
6007                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
6008                 Tiago Faria, and Slavko
6009
6010 2010-04-26 [wwp]        3.7.5cvs52
6011
6012         * po/fr.po
6013                 Fix capitalization.
6014
6015 2010-04-26 [mones]      3.7.5cvs51
6016
6017         * po/es.po
6018                 Updated for release
6019
6020 2010-04-22 [pawel]      3.7.5cvs50
6021
6022         * src/addressbook.c
6023                 fix compile warning
6024         * src/vcard.c
6025                 first NULL check pointer, then use it
6026
6027 2010-04-22 [colin]      3.7.5cvs49
6028
6029         * src/imap.c
6030                 Fix error message when session isn't established
6031         * po/fr.po
6032                 Update translation and fix a typo in it
6033
6034 2010-04-15 [pawel]      3.7.5cvs48
6035
6036         * src/prefs_account.c
6037                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
6038                                 the port isn't configured properly'
6039                 When using SSL/TLS tunneling automatically use default
6040                 ports for encrypted connections: smtps, pop3s, imaps, nntps
6041
6042 2010-04-15 [pawel]      3.7.5cvs47
6043
6044         * src/action.c
6045                 Fix crasher in actions using '%f' argument
6046                 on multiple files with external scripts which
6047                 don't return any output.
6048
6049 2010-04-14 [colin]      3.7.5cvs46
6050
6051         * src/mainwindow.c
6052                 Fix hand cursor after error symbol appears
6053
6054 2010-04-12 [colin]      3.7.5cvs45
6055
6056         * configure.ac
6057                 Fix bug 2162, 'configure check for libetpan 
6058                 fails with libetpan 1.0'
6059
6060
6061 2010-04-09 [mones]      3.7.5cvs44
6062
6063         * manual/de/glossary.xml
6064                 Fix encoding to match main document's
6065                 Also fixes make dist with Debian's openjade
6066
6067 2010-03-29 [pawel]      3.7.5cvs43
6068
6069         * src/matcher_parser.h
6070         * src/matcher_parser_parse.y
6071         * src/gtk/quicksearch.c
6072                 Disable matcher warnings when populating quicksearch
6073                 completion lists on startup
6074
6075 2010-03-27 [colin]      3.7.5cvs42
6076
6077         * src/gtk/quicksearch.c
6078                 Fix double-free later in code. Optimize
6079                 list creation
6080
6081 2010-03-27 [pawel]      3.7.5cvs41
6082
6083         * src/compose.c
6084                 Make sure that quote ends with new line char
6085
6086 2010-03-26 [pawel]      3.7.5cvs40
6087
6088         * src/compose.c
6089         * src/compose.h
6090         * src/textview.c
6091                 Fix Bug 1928 Add "reply to this address" pop menu 
6092                              on Message View
6093                 - Set composing account to email one when creating/replying
6094                   from NNTP folder by clicking link or choosing option
6095                   from popup menu
6096                 - Factorize code
6097
6098 2010-03-25 [paul]       3.7.5cvs39
6099
6100         * src/gtk/gtkcmclist.c
6101                 Fix build with GTK+ 2.20
6102
6103 2010-03-24 [pawel]      3.7.5cvs38
6104
6105         * src/addr_compl.c
6106         * src/compose.c
6107         * src/folderview.c
6108         * src/grouplistdialog.c
6109         * src/headerview.c
6110         * src/mainwindow.c
6111         * src/mimeview.c
6112         * src/prefs_account.c
6113         * src/gtk/gtkcmclist.c
6114         * src/gtk/gtkcmctree.c
6115         * src/gtk/gtkcmoptionmenu.c
6116         * src/gtk/gtksctree.c
6117         * src/gtk/gtkshruler.c
6118         * src/gtk/gtkutils.c
6119         * src/gtk/gtkutils.h
6120         * src/gtk/gtkvscrollbutton.c
6121         * src/gtk/inputdialog.c
6122         * src/gtk/spell_entry.c
6123         * src/plugins/trayicon/trayicon.c
6124         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6125         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6126         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6127                 Fix build with GTK+ 2.19
6128
6129 2010-03-23 [pawel]      3.7.5cvs37
6130
6131         * src/mainwindow.c
6132         * src/mimeview.c
6133                 Respect view->show_col_headers option
6134         * src/gtk/gtkcmctree.c
6135                 Fix GtkCmcTree column width calculation when it has
6136                 auto_resize set and new node is added
6137
6138 2010-03-22 [pawel]      3.7.5cvs36
6139
6140         * src/grouplistdialog.c
6141         * src/prefs_common.c
6142         * src/prefs_common.h
6143                 - remember newsgroups list dialog size
6144                 - respect use_dotted_lines hidden pref
6145                 - respect use_stripes_everywhere hidden pref
6146
6147 2010-03-21 [pawel]      3.7.5cvs35
6148
6149         * src/addrgather.c
6150                 Remove superfluous gtk_widget_show_all()
6151         * src/mimeview.c
6152                 Add forgotten colon
6153         * src/common/utils.c
6154                 Return correct type
6155
6156 2010-03-21 [pawel]      3.7.5cvs34
6157
6158         * src/main.c
6159         * src/gtk/quicksearch.c
6160         * src/gtk/quicksearch.h
6161                 Implement separate search phrase completion for
6162                 normal/extended quicksearch
6163
6164 2010-03-11 [paul]       3.7.5cvs33
6165
6166         * po/zh_CN.po
6167                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6168                 submitted by Yuwei Yu
6169
6170 2010-03-09 [colin]      3.7.5cvs32
6171
6172         * manual/de/glossary.xml
6173                 Fix build
6174
6175 2010-03-02 [colin]      3.7.5cvs31
6176
6177         * manual/de/glossary.xml
6178                 Sort alphabetically. Done by Volker Ribbert.
6179
6180 2010-03-02 [mones]      3.7.5cvs30
6181
6182         * README
6183                 Fix mailing list archives location
6184                 Remove currently unavailable CVS webview
6185
6186 2010-03-01 [iwkse]      3.7.5cvs29
6187
6188         * src/common/plugin.c
6189                         Other indentation issues
6190
6191 2010-03-01 [iwkse]      3.7.5cvs28
6192
6193         * src/common/plugin.c
6194                         Fix indentation of the previous commit
6195
6196 2010-03-01 [iwkse]      3.7.5cvs27
6197
6198         * src/common/plugin.h
6199         * src/common/plugin.c
6200                         Add API for getting a loaded Plugin from the
6201                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
6202                         Thanks to Colin, Michael
6203
6204 2010-02-27 [colin]      3.7.5cvs26
6205
6206         * configure.ac
6207         * AUTHORS
6208         * src/gtk/authors.h
6209         * manual/Makefile.am
6210         * manual/de/Makefile.am
6211         * manual/de/account.xml
6212         * manual/de/ack.xml
6213         * manual/de/addrbook.xml
6214         * manual/de/advanced.xml
6215         * manual/de/claws-mail-manual.xml
6216         * manual/de/faq.xml
6217         * manual/de/glossary.xml
6218         * manual/de/gpl.xml
6219         * manual/de/handling.xml
6220         * manual/de/intro.xml
6221         * manual/de/keyboard.xml
6222         * manual/de/plugins.xml
6223         * manual/de/starting.xml
6224         * manual/de/dist/.cvsignore
6225         * manual/de/dist/Makefile.am
6226         * manual/de/dist/html/.cvsignore
6227         * manual/de/dist/html/Makefile.am
6228         * manual/de/dist/pdf/.cvsignore
6229         * manual/de/dist/pdf/Makefile.am
6230         * manual/de/dist/ps/.cvsignore
6231         * manual/de/dist/ps/Makefile.am
6232         * manual/de/dist/txt/.cvsignore
6233         * manual/de/dist/txt/Makefile.am
6234                 Add the german translation of the manual, done by
6235                 Volker Ribbert <thoraki@arcor.de>.
6236
6237 2010-02-27 [holger]     3.7.5cvs25
6238
6239         * src/prefs_toolbar.c
6240                 Don't make toolbar item description for
6241                 plugin registered items editable
6242
6243 2010-02-26 [colin]      3.7.5cvs24
6244
6245         * src/toolbar.c
6246                 Don't translate empty description
6247
6248 2010-02-22 [colin]      3.7.5cvs23
6249
6250         * src/compose.c
6251                 Don't make In-Reply-To visible when reediting
6252                 a draft or sent mail.
6253
6254 2010-02-20 [colin]      3.7.5cvs22
6255
6256         * src/imap.c
6257         * src/imap.h
6258         * src/main.c
6259         * src/mainwindow.c
6260         * src/etpan/imap-thread.c
6261         * src/etpan/imap-thread.h
6262         * src/etpan/nntp-thread.c
6263         * src/etpan/nntp-thread.h
6264                 When going offline from NetworkManager, just
6265                 delete IMAP connections. That'll avoid timeouts
6266                 when coming back online in certain cases when
6267                 the TCP socket will have timed out.
6268
6269 2010-02-20 [holger]     3.7.5cvs21
6270
6271         * .cvsignore
6272                 More files to ignore
6273
6274 2010-02-17 [ticho]      3.7.5cvs20
6275
6276         * src/summaryview.c
6277         * src/summaryview.h
6278         * src/toolbar.c
6279                 Revert 3.7.5cvs19.
6280
6281 2010-02-16 [ticho]      3.7.5cvs19
6282
6283         * src/summaryview.c
6284         * src/summaryview.h
6285         * src/toolbar.c
6286                 Removed unused argument from summary_open_row().
6287
6288 2010-02-10 [pawel]      3.7.5cvs18
6289
6290         * src/compose.c
6291                 - fix headers filtering when prefs_common.trans_hdr is on
6292                 - fix headers setting when changing composing account 
6293                 - plug memleak
6294         * src/prefs_template.c
6295                 Re-add template's name for translation
6296
6297 2010-02-10 [colin]      3.7.5cvs17
6298
6299         * src/prefs_matcher.c
6300                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6301                 Condition>Define>Header>Name combo box'. Patch by
6302                 Francois Cami
6303
6304 2010-02-10 [colin]      3.7.5cvs16
6305
6306         * src/codeconv.c
6307         * src/codeconv.h
6308         * src/compose.c
6309         * src/mainwindow.c
6310         * src/messageview.c
6311         * src/prefs_send.c
6312         * src/procmime.c
6313         * src/textview.c
6314                 Add the GB18030 Chinese charset, which is a superset
6315                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6316
6317 2010-02-09 [holger]     3.7.5cvs15
6318
6319         * configure.ac
6320                 GTK+ 2.10 related cleanup
6321
6322 2010-02-09 [pawel]      3.7.5cvs14
6323
6324         * src/prefs_account.c
6325         * src/prefs_folder_item.c
6326         * src/prefs_template.c
6327         * src/quote_fmt.c
6328                 Respect prefs_common.trans_hdr in couple more places to avoid
6329                 confusion with translated/non-translated header names
6330
6331 2010-02-09 [colin]      3.7.5cvs13
6332
6333         * po/POTFILES.in
6334                 Fix make dist
6335
6336 2010-02-09 [colin]      3.7.5cvs12
6337
6338         * src/mimeview.c
6339                 And fix 2.10 build :)
6340
6341 2010-02-09 [colin]      3.7.5cvs11
6342
6343         * configure.ac
6344                 Bump up GTK+ requirement to 2.10
6345         * src/Makefile.am
6346         * src/compose.c
6347         * src/crash.c
6348         * src/foldersel.c
6349         * src/main.c
6350         * src/mainwindow.c
6351         * src/messageview.c
6352         * src/messageview.h
6353         * src/prefs_actions.c
6354         * src/prefs_common.c
6355         * src/prefs_common.h
6356         * src/prefs_ext_prog.c
6357         * src/prefs_filtering_action.c
6358         * src/prefs_fonts.c
6359         * src/prefs_image_viewer.c
6360         * src/prefs_matcher.c
6361         * src/prefs_msg_colors.c
6362         * src/prefs_summaries.c
6363         * src/prefs_template.c
6364         * src/printing.c
6365         * src/printing.h
6366         * src/quote_fmt.c
6367         * src/summaryview.c
6368         * src/textview.c
6369         * src/gtk/Makefile.am
6370         * src/gtk/about.c
6371         * src/gtk/gtkcmclist.c
6372         * src/gtk/gtkcmctree.c
6373         * src/gtk/gtkutils.c
6374         * src/gtk/quicksearch.c
6375                 Remove all compile-time conditionals depending on
6376                 GTK+ < 2.10
6377         * src/gedit-print.c
6378         * src/gedit-print.h
6379         * src/gtk/gtksourceprintjob.c
6380         * src/gtk/gtksourceprintjob.h
6381                 Remove libgnomeprint-based printing system (and
6382                 command-line-based printing system) as GTK+ 2.10
6383                 ships with print support.
6384
6385 2010-02-08 [mir]        3.7.5cvs10
6386
6387         * src/compose.c
6388             Avoid displaying Bcc headers in message sent
6389             to NNTP servers. Thanks to Henning Mersch.
6390
6391
6392 2010-02-08 [pawel]      3.7.5cvs9
6393
6394         * src/mimeview.c
6395                 Make tooltips less cryptic
6396         * src/gtk/description_window.c
6397                 Improve window size calculation
6398
6399 2010-02-08 [pawel]      3.7.5cvs8
6400
6401         * src/compose.c
6402         * src/compose.h
6403         * src/common/utils.c
6404         * src/common/utils.h
6405         * src/gtk/authors.h
6406                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6407                 Patch by Laurent Bigonville with slight modifications
6408
6409 2010-02-03 [pawel]      3.7.5cvs7
6410
6411         * m4/.cvsignore
6412                 Add some libtool files to ignore
6413
6414 2010-02-03 [pawel]      3.7.5cvs6
6415
6416         * src/plugins/trayicon/trayicon.c
6417                 Save and then restore focus when closing/minimizing to tray
6418
6419 2010-02-03 [mir]        3.7.5cvs5
6420
6421         * src/addrindex.c
6422         * src/editldap.c
6423         * src/ldapctrl.c
6424         * src/ldapctrl.h
6425         * src/ldapquery.c
6426         * src/ldapupdate.c
6427             Save LDAP password encrypted. See bug 2113.
6428
6429
6430 2010-02-03 [colin]      3.7.5cvs4
6431
6432         * src/privacy.c
6433                 Fix again decoding of encrypted parts. The
6434                 reverting of the patch was wrong, as the
6435                 double-decoding was fixed in smime itself.
6436                 Thanks to Matthias Drochner again...
6437
6438 2010-02-02 [colin]      3.7.5cvs3
6439
6440         * src/plugins/smime/smime.c
6441         * src/privacy.c
6442                 Revert 3.7.4cvs2 and make a better patch for bug
6443                 2059 and 2076. Patch by Matthias Drochner
6444
6445 2010-01-31 [pawel]      3.7.5cvs2
6446
6447         * src/gtk/authors.h
6448                 Fix hungarian translator's name
6449
6450 2010-01-31 [pawel]      3.7.5cvs1
6451
6452         * src/messageview.c
6453         * src/mimeview.c
6454                 Fix Bug 2107 - Arrow keys don't work in message view window
6455
6456 2010-01-31 [paul]       3.7.5
6457
6458         * NEWS
6459         * README
6460         * RELEASE_NOTES 
6461                 3.7.5 released!
6462
6463 2010-01-23 [pawel]      3.7.4cvs10
6464
6465         * src/addressbook.c
6466                 Fix button sensitivity in compose mode
6467
6468 2010-01-23 [pawel]      3.7.4cvs9
6469
6470         * commitHelper
6471         * tools/kdeservicemenu/install.sh
6472         * tools/make.themes.project
6473         * tools/nautilus2claws-mail.sh
6474         * tools/popfile-link.sh
6475         * tools/textviewer.sh
6476                 Not all systems have bash installed in /bin, use env(1) to find
6477                 it`s location
6478
6479 2010-01-22 [pawel]      3.7.4cvs8
6480
6481         * src/prefs_account.c
6482         * src/prefs_filtering.c
6483         * src/prefs_send.c
6484         * src/gtk/colorlabel.c
6485                 Add some separators in combos
6486
6487 2010-01-22 [pawel]      3.7.4cvs7
6488
6489         * autogen.sh
6490                 --disable-aspell -> --disable-enchant
6491         * configure.ac
6492                 Fix options spacing in configure --help
6493         * src/wizard.c
6494                 Make wizard's window centered on the screen
6495
6496 2010-01-19 [holger]     3.7.4cvs6
6497
6498         * src/folder.c
6499         * src/folder.h
6500                 Introduce folder_get_item_from_identifier().
6501                 In contrast to folder_find_item_from_identifier(), this
6502                 function recursively creates the FolderItems in the id path.
6503                 Useful for programmatically creating folders (e.g. by plugins)
6504
6505 2010-01-17 [pawel]      3.7.4cvs5
6506
6507         * src/gtk/authors.h
6508                 Fix my lastname
6509
6510 2010-01-16 [colin]      3.7.4cvs4
6511
6512         * src/plugins/pgpcore/sgpgme.c
6513                 Probably fix bug 2098, 'claws-mails crashes frequently 
6514                 with pgpcore'. Fix double-free.
6515
6516 2010-01-16 [holger]     3.7.4cvs3
6517
6518         * src/prefs_toolbar.h
6519                 Forgotten header
6520
6521 2010-01-15 [colin]      3.7.4cvs2
6522
6523         * src/privacy.c
6524                 Decode mimeinfo before decrypting it. Probably
6525                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
6526                 with S/MIME encryption' and bug 2076 'having 
6527                 worked 2 times properly CLAWS ceased to 
6528                 decrypt incoming PGP mails -displays base64 
6529                 instead - sucks completely'
6530                 Let's hope complete suckage ends here!
6531                 Thanks to Matthias Drochner.
6532
6533 2010-01-08 [paul]       3.7.4cvs1
6534
6535         * tools/claws.i18n.status.pl
6536                 fix typos
6537
6538 2010-01-08 [paul]       3.7.4
6539
6540         * NEWS
6541         * README
6542         * RELEASE_NOTES 
6543                 3.7.4 released!
6544
6545 2010-01-08 [paul]       3.7.3cvs57
6546
6547         * po/ca.po
6548         * po/cs.po
6549         * po/de.po
6550         * po/fi.po
6551         * po/hu.po
6552         * po/id.po
6553         * po/ja.po
6554         * po/nl.po
6555         * po/pt_BR.po
6556         * po/pt_PT.po
6557         * po/ru.po
6558         * po/sk.po
6559                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6560                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6561                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6562                 Slavko
6563
6564 2010-01-08 [paul]       3.7.3cvs56
6565
6566         * src/common/utils.c
6567                 fix bug 2089, 'URLs ending with an underscore ('_')
6568                 are not correctly parsed'. thanks to Johan
6569
6570 2010-01-05 [colin]      3.7.3cvs55
6571
6572         * po/fr.po
6573                 Update french translation
6574
6575 2010-01-04 [mones]      3.7.3cvs54
6576
6577         * po/es.po
6578                 Update Spanish translation
6579
6580 2010-01-04 [mones]      3.7.3cvs53
6581
6582         * manual/plugins.xml
6583                 Some format
6584         * manual/es/claws-mail-manual.xml
6585         * manual/es/intro.xml
6586         * manual/es/plugins.xml
6587                 Synchronise with English version
6588
6589 2010-01-03 [paul]       3.7.3cvs52
6590
6591         * ChangeLog
6592                 fix format
6593         * src/gtk/authors.h
6594                 update TEAM_LIST, fix encoding
6595
6596 2010-01-03 [mir]        3.7.3cvs51
6597
6598         * src/compose.c
6599                 When composing to a NNTP list TO: will always be preset
6600                 to the NNTP list unless user has chosen some other default
6601                 in which case we will handle this the normal way. Therefore
6602                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6603
6604 2010-01-01 [paul]       3.7.3cvs50
6605
6606         * src/gtk/about.c
6607                 bump copyright year whilst it's in mind
6608
6609 2009-12-31 [paul]       3.7.3cvs49
6610
6611         * manual/claws-mail-manual.xml
6612         * manual/intro.xml
6613         * manual/plugins.xml
6614                 fix links so that they make sense in the context of the
6615                 text version of the manual
6616
6617 2009-12-31 [paul]       3.7.3cvs48
6618
6619         * manual/intro.xml
6620         * manual/plugins.xml
6621                 updates, improvements, corrections, additions
6622
6623 2009-12-29 [pawel]      3.7.3cvs47
6624
6625         * src/prefs_filtering_action.c
6626                 Fix Bug 2082 'Wrong color rectangle position when replacing
6627                 "color" processing rule'
6628
6629 2009-12-29 [colin]      3.7.3cvs46
6630
6631         * src/compose.c
6632                 Fix bug 2074, 'Remember sending account 
6633                 for sent messages'
6634
6635 2009-12-20 [holger]     3.7.3cvs45
6636
6637         * src/compose.c
6638                 Delay CREATED_HOOKLIST invokation until
6639                 after the modifications to the compose window
6640                 are done, to allow hooks to further modify the
6641                 window without getting overridden again
6642
6643 2009-12-20 [holger]     3.7.3cvs44
6644
6645         * src/prefs_toolbar.h
6646                 Fix last commit
6647
6648 2009-12-20 [holger]     3.7.3cvs43
6649
6650         * src/prefs_toolbar.c
6651         * src/prefs_toolbar.h
6652         * src/toolbar.c
6653                 Pass window struct to caller
6654
6655 2009-12-20 [holger]     3.7.3cvs42
6656
6657         * src/compose.c
6658         * src/compose.h
6659                 Add hooklist after creation of a compose window
6660
6661 2009-12-19 [holger]     3.7.3cvs41
6662
6663         * src/prefs_toolbar.c
6664         * src/prefs_toolbar.h
6665         * src/toolbar.c
6666                 Allow plugins to choose to which toolbar they want
6667                 to add actions (main window, compose window, or message view)
6668
6669 2009-12-19 [paul]       3.7.3cvs40
6670
6671         * src/statusbar.c
6672                 fix statusbar in GTK+ 2.19.1
6673
6674 2009-12-10 [pawel]      3.7.3cvs39
6675
6676         * src/compose.c
6677                 Better fix for cvs28 regression
6678
6679 2009-12-10 [iwkse]      3.7.3cvs38
6680
6681         * src/compose.c
6682             Fix some indentation
6683
6684 2009-12-10 [iwkse]      3.7.3cvs37
6685
6686         * src/compose.c
6687             Add missing checks for gtkaspell: avoid
6688             crashing in some cases when Enchant is 
6689             enabled but the spell checker is disabled 
6690             in preferences.
6691
6692 2009-12-09 [colin]      3.7.3cvs36
6693
6694         * src/compose.c
6695                 Fix leak and unchecked accesses.
6696
6697 2009-12-09 [mir]        3.7.3cvs35
6698
6699         * src/compose.c
6700         Fix Bug 2072 "template at folder properties is not working"
6701         introduced in cvs24.
6702
6703 2009-12-08 [pawel]      3.7.3cvs34
6704
6705         * src/compose.c
6706                 When 'Reply All' remove current compose address from
6707                 Cc/Bcc list - fix for regression introduced in cvs28
6708
6709 2009-12-05 [pawel]      3.7.3cvs33
6710
6711         * src/messageview.c
6712                 Fix memory management, duh!
6713
6714 2009-12-04 [pawel]      3.7.3cvs32
6715
6716         * src/messageview.c
6717                 Use case insensitive comparison in search for
6718                 duplicate urls
6719         * src/uri_opener.c
6720                 Refresh scrollbars on every window open
6721
6722 2009-12-04 [pawel]      3.7.3cvs31
6723
6724         * src/compose.c
6725                 Highlight misspelled words when applying template and
6726                 check_while_typing option is on
6727
6728 2009-12-03 [pawel]      3.7.3cvs30
6729
6730         * src/compose.c
6731                 Highlight misspelled words in text inserted from file(s)
6732                 or pasted to message body when check_while_typing
6733                 options is on
6734
6735 2009-12-02 [pawel]      3.7.3cvs29
6736
6737         * src/compose.c
6738                 Revert first part of previous commit
6739
6740 2009-12-02 [pawel]      3.7.3cvs28
6741
6742         * src/compose.c
6743                 Fix Bug 2055 "duplicate mailing list reply if
6744                 List-Post + Reply-To present"
6745                 - Ignore Reply-To if answering to ML
6746                 - Improve parsing of List-Post header
6747
6748 2009-12-02 [pawel]      3.7.3cvs27
6749
6750         * src/compose.c
6751         * src/compose.h
6752                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6753                 email had user in "From" and "CC"
6754                 Don't allow duplicate addresses in compose window headers
6755
6756 2009-12-02 [mones]      3.7.3cvs26
6757
6758         * manual/intro.xml
6759         * manual/es/intro.xml
6760         * manual/fr/intro.xml
6761         * manual/it/intro.xml
6762         * manual/pl/intro.xml
6763                 Make URL to point current site
6764
6765 2009-12-01 [holger]     3.7.3cvs25
6766
6767         * src/summaryview.c
6768         * src/summaryview.h
6769                 Introduce new drag type "claws-mail/msg-path-list" for
6770                 drag'n'drop of a message selection from the summaryview
6771                 into other applications. The drag data gets set to the
6772                 folder-item-id followed by message ids, separated by newlines.
6773                 This enables other applications to back-link to Claws Mail
6774                 via a "claws-mail --select" call after they received a drop.
6775
6776 2009-11-30 [mir]        3.7.3cvs24
6777
6778         * src/compose.c
6779            Place cursor in compose window according to provided input
6780            If to: is present place cursor in subject field and if both
6781            to: and subject: is present place cursor in body. If body: is
6782            present insert a new line after text and place cursor there.
6783
6784 2009-11-27 [mones]      3.7.3cvs23
6785
6786         * src/gtk/quicksearch.c
6787                 Allow viewing longer expressions if there's space
6788
6789 2009-11-25 [holger]     3.7.3cvs22
6790
6791         * Makefile.am
6792         * src/common/Makefile.am
6793         * src/common/utils.c
6794         * src/common/utils.h
6795                 Add a function to query the
6796                 filepath of the .desktop file
6797
6798 2009-11-25 [colin]      3.7.3cvs21
6799
6800         * src/imap.c
6801                 Fix bug 2063, 'glib assertion in GRelation use in 
6802                 imap.c'
6803
6804 2009-11-24 [pawel]      3.7.3cvs20
6805
6806         * src/common/utils.c
6807                 Fix Bug 2053 'Inconsistent application of Coloration 
6808                 of Message text'
6809                 Don't allow '<' character between quotation marks
6810
6811 2009-11-21 [holger]     3.7.3cvs19
6812
6813         * src/printing.c
6814                 Modify cairo clip handling in preview windows,
6815                 to prevent print preview windows from being blank
6816                 with GTK+ 2.18. Follow recommendation of the GTK+
6817                 documentation (section "Migrating to client side windows")
6818                 and create a new cairo context for each expose event.
6819
6820 2009-11-19 [pawel]      3.7.3cvs18
6821
6822         * Makefile.am
6823                 complete 3.7.3cvs15 so install is DESTDIR safe
6824                 remove icons with changed names on uninstall
6825
6826 2009-11-18 [pawel]      3.7.3cvs17
6827
6828         * src/news_gtk.c
6829                 remove unneeded and code-duplicating function
6830
6831 2009-11-18 [pawel]      3.7.3cvs16
6832
6833         * src/news_gtk.c
6834                 Fix Bug 2057 'Claws mail does not keep renamed names
6835                 of nntp-subscribed groups'
6836                 Check for already subscribed group using item->path for group
6837                 comparision as folders item->path != item->name may be truth 
6838                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6839
6840 2009-11-17 [pawel]      3.7.3cvs15
6841
6842         * Makefile.am
6843                 Fix Bug 2049 'some icons not copied?'
6844                 Install additional 64x64 and 128x128 icons
6845
6846 2009-11-17 [holger]     3.7.3cvs14
6847
6848         * src/prefs_toolbar.c
6849         * src/prefs_toolbar.h
6850         * src/toolbar.c
6851         * src/toolbar.h
6852                 Allow plugins to register toolbar items
6853
6854 2009-11-11 [pawel]      3.7.3cvs13
6855
6856         * src/addressbook.c
6857         * src/compose.c
6858         * src/compose.h
6859         * src/filtering.c
6860                 Fix Bug 1867 Changing account does not change BCC address
6861                 Set account specific headers when changing account
6862                 in compose window.
6863
6864 2009-11-07 [colin]      3.7.3cvs12
6865
6866         * src/gtk/prefswindow.c
6867                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6868                 Patch by Pawel
6869
6870 2009-11-07 [colin]      3.7.3cvs11
6871
6872         * src/gtk/spell_entry.c
6873                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6874                 Patch by Pawel Pekala
6875
6876 2009-10-27 [colin]      3.7.3cvs10
6877
6878         * src/folder.c
6879                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6880                 Don't try to check whether the folder is up-to-date if
6881                 the folder class doesn't implement set_mtime, as we don't
6882                 care in this case. This code exists since a long time, but
6883                 the bug was triggered by more scanning of queue folders 
6884                 since recently (when we added \Deleted handling).
6885
6886 2009-10-27 [colin]      3.7.3cvs9
6887
6888         * src/mainwindow.c
6889                 Try to fix registering as default client
6890                 on windows 7
6891
6892 2009-10-21 [wwp]        3.7.3cvs8
6893
6894         * src/common/utils.c
6895                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6896
6897 2009-10-21 [wwp]        3.7.3cvs7
6898
6899         * src/common/utils.c
6900                 Don't core dump when attempting to insert a non-existing
6901                 file using a mailto: uri (g_error does core dump).
6902
6903 2009-10-20 [colin]      3.7.3cvs6
6904
6905         * src/common/utils.c
6906                 Don't g_error on normal warnings...
6907
6908 2009-10-20 [colin]      3.7.3cvs5
6909
6910         * src/plugins/pgpcore/sgpgme.c
6911                 Fix bug 1996, 'S/MIME key not selected'
6912                 Check for S/MIME certs too
6913
6914 2009-10-20 [colin]      3.7.3cvs4
6915
6916         * src/common/w32lib.h
6917                 Fix win32 build on latest mingw32
6918
6919 2009-10-20 [colin]      3.7.3cvs3
6920
6921         * src/exportldif.c
6922         * src/ldif.c
6923         * src/ldif.h
6924                 Fix LDIF export. Patch by Michael Rasmussen
6925
6926 2009-10-18 [paul]       3.7.3cvs2
6927
6928         * tools/claws.i18n.status.pl
6929                 increase the value of $transolddays since we're relasing less
6930                 often now.
6931                 rework the en_GB.po hack so that en_GB is always 100% translated
6932                 and recently updated
6933
6934 2009-10-17 [paul]       3.7.3cvs1
6935
6936         * src/prefs_account.c
6937         * src/prefs_compose_writing.c
6938         * src/prefs_receive.c
6939         * src/prefs_summaries.c
6940         * src/prefs_wrapping.c
6941                 reword a few labels. (this incorporates everything
6942                 that seemed worthwhile from bug 2020)
6943         * src/prefs_customheader.c
6944                 use a 'Browse' button instead of button with
6945                 label 'From file...'
6946
6947 2009-10-12 [colin]
6948
6949         * CVS repository change
6950
6951 2009-10-09 [paul[       3.7.3
6952
6953         version 3.7.3 unleashed!!
6954
6955 2009-10-07 [paul]       3.7.2cvs49
6956
6957         * src/folderview.c
6958         * src/folderview.h
6959         * src/mainwindow.c
6960                 fix  Bug 1994 -  Changing colors required restart.
6961                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
6962                 more accurate folderview_reinit_fonts()
6963
6964 2009-10-07 [paul]       3.7.2cvs48
6965
6966         * src/addrgather.c
6967         * src/prefs_common.c
6968         * src/prefs_common.h
6969                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
6970                 patch by Pawel Pekala
6971
6972 2009-10-07 [paul]       3.7.2cvs47
6973
6974         * po/cs.po
6975         * po/de.po
6976         * po/hu.po
6977         * po/id.po
6978         * po/ja.po
6979         * po/pt_BR.po
6980                 updated by David Vachulka, Stephan Sachse and Marc Arens,
6981                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
6982                 Goncalves Guimaraes
6983
6984 2009-10-06 [colin]      3.7.2cvs46
6985
6986         * po/fr.po
6987                 French translation update
6988
6989 2009-10-05 [paul]       3.7.2cvs45
6990
6991         * src/printing.c
6992                 enable Page Size and Orientation in the print dialog,
6993                 GTK+ >= 2.18.x only. Patch by Mark__T
6994
6995 2009-10-05 [paul]       3.7.2cvs44
6996
6997         * src/prefs_summaries.c
6998                 fix label, startup --> start-up, to match other uses of the
6999                 term
7000
7001 2009-10-05 [paul]       3.7.2cvs43
7002
7003         * po/pl.po
7004                 updated by Emilian Nowak
7005
7006 2009-10-03 [colin]      3.7.2cvs42
7007
7008         * src/mimeview.c
7009         * src/noticeview.c
7010         * src/gtk/gtkcmclist.c
7011         * src/gtk/gtkvscrollbutton.c
7012         * src/gtk/logwindow.c
7013                 GTK+ 2.18 fixes:
7014                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
7015                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
7016                 Fix warning at start
7017
7018 2009-09-28 [colin]      3.7.2cvs41
7019
7020         * src/matcher.c
7021         * src/mimeview.c
7022         * src/prefs_folder_item.c
7023                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
7024
7025 2009-09-28 [colin]      3.7.2cvs40
7026
7027         * src/prefs_summaries.c
7028         * src/gtk/sslcertwindow.c
7029                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
7030                 shows up garbled in GUI'. Patch by Pawel Pekala
7031
7032 2009-09-24 [iwkse]      3.7.2cvs39
7033
7034         * configure.ac
7035             That's only for statistics, of course :)
7036
7037 2009-09-24 [iwkse]      3.7.2cvs38
7038
7039         * configure.ac
7040             ...
7041
7042 2009-09-24 [iwkse]      3.7.2cvs37
7043
7044         * configure.ac
7045             Revert unwanted change
7046
7047 2009-09-24 [iwkse]      3.7.2cvs36
7048
7049         * src/action.c
7050             Fix issue with filtering actions and 
7051             parsed parameters
7052
7053 2009-09-20 [mones]      3.7.2cvs35
7054
7055         * tools/convert_mbox.pl
7056                 Add -R flag to support recursive conversions
7057                 of arbitrary Evolution mail folders, based on
7058                 bash script by Daniel Dickinson (fixes debian 
7059                 bug #461435) 
7060         * tools/popfile-link.sh
7061                 Set required shell for script (fixes debian 
7062                 bug #530057)
7063
7064 2009-09-16 [colin]      3.7.2cvs34
7065
7066         * src/main.c
7067                 Go grab files in /etc/skel if they exist
7068                 at first startup 
7069
7070 2009-09-15 [colin]      3.7.2cvs33
7071
7072         * src/procmime.c
7073                 Complete 3.7.1cvs42: only output directly to
7074                 final file if we get NULL byes at the start.
7075                 Still fixes saving UTF16 files, but also
7076                 fixes displaying Base64 parts with decoding
7077                 errors (parts without errors get displayed)
7078
7079 2009-09-14 [colin]      3.7.2cvs32
7080
7081         * src/matcher.c
7082         * src/matcher.h
7083         * src/matcher_parser_parse.y
7084         * src/prefs_matcher.c
7085                 Add 'has_attachment' and 'signed' matcher
7086                 expressions. Patch by Aleksei Miheev, fixes
7087                 bug 1997. 
7088
7089 2009-09-14 [colin]      3.7.2cvs31
7090
7091         * src/common/utils.c
7092                 Add "Re :" prefix from french Yahoo mail.
7093                 Patch by Didier Barvaux, fixes bug 1999
7094
7095 2009-09-10 [mones]      3.7.2cvs30
7096
7097         * manual/plugins.xml
7098                 Fix sites supported by SpamReport
7099         * manual/es/plugins.xml
7100                 Synchronise Spanish manual
7101
7102 2009-09-07 [holger]     3.7.2cvs29
7103
7104         * Makefile.am
7105                 Also update the icon cache on uninstall.
7106                 This prevents possible problems when Claws Mail was
7107                 uninstalled and installed again into a different location,
7108                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7109                 and the blog post linked therein
7110
7111 2009-09-07 [paul]       3.7.2cvs28
7112
7113         * src/prefs_toolbar.c
7114                 when updating the main toolbar icons just update
7115                 the main toolbar (and consequently fix a bug where
7116                 folderview icons would disappear)
7117
7118 2009-08-30 [holger]     3.7.2cvs27
7119
7120         * src/compose.c
7121                 Do case-insensitive comparison against
7122                 header names when extracting recipients
7123                 from composed mails
7124
7125 2009-08-23 [colin]      3.7.2cvs26
7126
7127         * src/mbox.c
7128                 Probably fix RH bug 512024, " folder.c:3543 
7129                 Condition msglist != NULL failed"
7130
7131 2009-08-23 [colin]      3.7.2cvs25
7132
7133         * src/prefs_compose_writing.c
7134                 Make the maximum size warning bigger. Patch
7135                 by Didier Barvaux on bug 1986.
7136
7137 2009-08-21 [colin]      3.7.2cvs24
7138
7139         * src/compose.c
7140                 Previous commit: move the function into compose_insert_file
7141                 so that it's also used on drag-n-drop
7142
7143 2009-08-21 [colin]      3.7.2cvs23
7144
7145         * src/compose.c
7146                 Fix scrolling when adding an header
7147
7148 2009-08-21 [colin]      3.7.2cvs22
7149
7150         * src/compose.c
7151         * src/prefs_common.c
7152         * src/prefs_common.h
7153         * src/prefs_compose_writing.c
7154         * src/common/utils.c
7155                 Fix bug 1986, "New feature: warn user when inserting 
7156                 a large file in the message body". Patch by Didier
7157                 Barvaux
7158
7159 2009-08-21 [colin]      3.7.2cvs21
7160
7161         * AUTHORS
7162         * src/gtk/authors.h
7163         * src/common/utils.c
7164                 Fix bug 1984: Add R�f. : reply prefix (french 
7165                 Lotus Notes); patch by Didier Barvaux
7166
7167 2009-08-21 [colin]      3.7.2cvs20
7168
7169         * src/codeconv.c
7170         * src/codeconv.h
7171                 Fix bug 1969, 'Bad guess for outgoing encoding'
7172                 Make sure the specific converters (japanese in
7173                 this case) can return success/error in strict
7174                 mode, instead of silently failing back to 
7175                 strncpy
7176
7177 2009-08-20 [holger]     3.7.2cvs19
7178
7179         * src/compose.c
7180         * src/compose.h
7181                 Make it possible for code outside
7182                 compose (e.g. plugins) to attach files
7183
7184 2009-08-20 [colin]      3.7.2cvs18
7185
7186         * src/main.c
7187                 Fix crash when accessing IMAP soon
7188
7189 2009-08-18 [colin]      3.7.2cvs17
7190
7191         * src/ldapquery.c
7192                 Maybe fix crash on non-existent LDAP server
7193
7194 2009-08-04 [colin]      3.7.2cvs16
7195
7196         * src/toolbar.c
7197                 Fix toolbar's spacing that breaks dark
7198                 themes (patch from http://blogs.igalia.com/aperez/
7199                 2009/07/making-claws-mail-look-better/)
7200
7201 2009-07-28 [colin]      3.7.2cvs15
7202
7203         * src/account.c
7204         * src/addrcustomattr.c
7205         * src/addressadd.c
7206         * src/addressbook_foldersel.c
7207         * src/addrgather.c
7208         * src/browseldap.c
7209         * src/compose.c
7210         * src/editbook.c
7211         * src/editgroup.c
7212         * src/editjpilot.c
7213         * src/editldap.c
7214         * src/editldap_basedn.c
7215         * src/edittags.c
7216         * src/editvcard.c
7217         * src/exphtmldlg.c
7218         * src/expldifdlg.c
7219         * src/export.c
7220         * src/foldersel.c
7221         * src/import.c
7222         * src/importldif.c
7223         * src/importmutt.c
7224         * src/importpine.c
7225         * src/prefs_actions.c
7226         * src/prefs_customheader.c
7227         * src/prefs_display_header.c
7228         * src/prefs_filtering.c
7229         * src/prefs_folder_column.c
7230         * src/prefs_matcher.c
7231         * src/prefs_summary_column.c
7232         * src/prefs_summary_open.c
7233         * src/prefs_template.c
7234         * src/textview.c
7235         * src/uri_opener.c
7236                 Fix bug 1950, 'Program freeze up during folder selection'
7237                 Don't leave hidden windows modal
7238
7239 2009-07-28 [colin]      3.7.2cvs14
7240
7241         * src/ldapquery.c
7242                 Fix bug 1957, 'LDAP errs out after searching too 
7243                 many search bases'
7244
7245 2009-07-28 [colin]      3.7.2cvs13
7246
7247         * src/summaryview.c
7248                 Fix bug 1966, '"Collapse all threads" slower than 
7249                 "Expand all threads"'
7250
7251 2009-07-28 [colin]      3.7.2cvs12
7252
7253         * src/common/session.c
7254                 Fix bug 1967, 'Claws gets stuck after accepting 
7255                 a certificate warning dialog'
7256
7257 2009-07-19 [paul]       3.7.2cvs11
7258
7259         * manual/plugins.xml
7260                 a few small changes to the English
7261
7262 2009-07-18 [mones]      3.7.2cvs10
7263
7264         * manual/plugins.xml
7265                 Add new bsfilter and fancy plugins to the docs
7266                 and a note about dealing with plugins of the same class
7267         * src/prefs_account.c
7268                 Fix extra space at the end typo
7269
7270 2009-07-16 [colin]      3.7.2cvs9
7271
7272         * src/summaryview.c
7273                 Fix wrong return without unlocking; thanks
7274                 to mupuf_
7275
7276 2009-07-14 [colin]      3.7.2cvs8
7277
7278         * src/imap.c
7279                 Fix bug 1954, 'Segfault on reading wrong STATUS'
7280
7281 2009-07-10 [colin]      3.7.2cvs7
7282
7283         * src/plugins/pgpcore/plugin.def
7284         * src/common/utils.h
7285                 Fix windows port
7286
7287 2009-07-10 [colin]      3.7.2cvs6
7288
7289         * src/prefs_display_header.c
7290                 Fix bug 1951, 'C-Mail dumps core when editing 
7291                 displayed headers'. Patch by Alexey Rusakov
7292
7293 2009-07-10 [colin]      3.7.2cvs5
7294
7295         * src/folderview.c
7296                 Fix bug 1952, 'Deleted mails in Queue folder 
7297                 highlight it'.
7298
7299 2009-07-09 [colin]      3.7.2cvs4
7300
7301         * src/gtk/spell_entry.c
7302                 Fix bug 1949, 'Spell checker doesn't recognise 
7303                 certain word in Subject header, but does in 
7304                 message body'. Patch by Pawel Pekala.
7305
7306 2009-07-09 [paul]       3.7.2cvs3
7307
7308         * configure.ac
7309                 use pkgconfig to check for the minimum required
7310                 version of GnuTLS
7311
7312 2009-07-06 [colin]      3.7.2cvs2
7313
7314         * src/prefs_customheader.c
7315                 Fix build failure
7316
7317 2009-07-04 [paul]       3.7.2cvs1
7318
7319         * tools/claws.i18n.status.pl
7320                 updated
7321
7322 2009-07-03 [paul]       3.7.2
7323
7324         * NEWS
7325         * README
7326         * RELEASE_NOTES 
7327                 3.7.2 released!
7328
7329 2009-07-03 [paul]       3.7.1cvs85
7330
7331         * AUTHORS
7332         * configure.ac
7333         * po/pt_PT.po
7334         * po/sk.po
7335         * src/gtk/authors.h
7336                 added new translations by Tiago Faria and Slavko
7337         * po/bg.po
7338         * po/cs.po
7339         * po/de.po
7340         * po/es.po
7341         * po/fi.po
7342         * po/fr.po
7343         * po/hu.po
7344         * po/id.po
7345         * po/it.po
7346         * po/ja.po
7347         * po/pt_BR.po
7348         * po/ru.po
7349                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7350                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7351                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7352                 Goncalves Guimaraes, Aleksei Miheev
7353
7354 2009-07-01 [colin]      3.7.1cvs84
7355
7356         * src/prefs_common.c
7357                 Fix bug 1940, 'Doesn't open links in 
7358                 user's default browser'. Turn the preference
7359                 to TRUE by default; that will only change the
7360                 behaviour for new users.
7361
7362 2009-06-29 [colin]      3.7.1cvs83
7363
7364         * src/filtering.c
7365         * src/filtering.h
7366         * src/prefs_filtering_action.c
7367                 Fix bug 1935, 'problems with very long filtering actions':
7368                 Use a dynamic buffer in action to string, and a bigger
7369                 buffer in string to action
7370
7371 2009-06-29 [colin]      3.7.1cvs82
7372
7373         * src/matcher_parser_lex.l
7374                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7375
7376 2009-06-29 [colin]      3.7.1cvs81
7377
7378         * src/addressbook.c
7379                 Fix warnings
7380         * src/editgroup.c
7381                 Fix crash (out-of-bounds tree column)
7382         * src/gtk/gtkcmctree.c
7383         * src/gtk/gtksctree.c
7384                 Prevent using an out-of-bounds tree column
7385
7386 2009-06-29 [colin]      3.7.1cvs80
7387
7388         * src/ldapupdate.c
7389         * src/ldif.c
7390                 Leak fixes; patch by Pawel Pekala.
7391
7392 2009-06-26 [colin]      3.7.1cvs79
7393
7394         * src/summaryview.c
7395                 Sort by msgnum if dates are equal
7396
7397 2009-06-24 [paul]       3.7.1cvs78
7398
7399         * src/summaryview.c
7400                 make some (forgotten) strings translatable
7401
7402 2009-06-19 [colin]      3.7.1cvs77
7403
7404         * src/summaryview.c
7405                 Fix menu sensitiveness
7406
7407 2009-06-18 [colin]      3.7.1cvs76
7408
7409         * configure.ac
7410         * src/plugins/pgpcore/sgpgme.c
7411         * src/plugins/pgpcore/sgpgme.h
7412         * src/plugins/pgpmime/mypgpcore.def
7413         * src/plugins/pgpmime/pgpmime.c
7414         * src/plugins/smime/mypgpcore.def
7415         * src/plugins/smime/smime.c
7416                 Use largefile support (and stop using our old GPGME
7417                 hack on gpgme_data_seek/rewind)
7418                 (See 1.9.12cvs44 to 46 - if this breaks things we 
7419                 should soon know :)
7420
7421 2009-06-13 [colin]      3.7.1cvs75
7422
7423         * src/gtk/spell_entry.c
7424                 Fix assertion. We can put a NULL gtkaspell to
7425                 an entry; it just means it won't be spell-checked.
7426
7427 2009-06-12 [mones]      3.7.1cvs74
7428
7429         * src/compose.c
7430         * src/messageview.c
7431         * src/prefs_account.c
7432         * src/prefs_account.h
7433         * src/common/utils.c
7434         * src/common/utils.h
7435                 Added preference to use account address in generated
7436                 Message-Id. Fixes Debian bug #531052
7437
7438 2009-06-12 [colin]      3.7.1cvs73
7439
7440         * src/common/ssl.c
7441                 Better fix, API-compatible with libgnutls13
7442
7443 2009-06-12 [colin]      3.7.1cvs72
7444
7445         * src/common/ssl.c
7446                 Use compatibility mode in GnuTLS, and avoid problems with 
7447                 servers that don't comply 100% with the spec, but still
7448                 exist.
7449
7450 2009-06-06 [iwkse]      3.7.1cvs71
7451
7452         * src/compose.c
7453                 Ops..revert a mix with another patch
7454
7455 2009-06-06 [iwkse]      3.7.1cvs70
7456
7457         * src/compose.c
7458                 A better fix for the previous commit's issue
7459
7460 2009-06-06 [iwkse]      3.7.1cvs69
7461
7462         * src/compose.c
7463                 Fix shutting down of Claws Mail while a GTK_Return keypress 
7464                 event is sent to the Attach property window
7465
7466 2009-06-05 [colin]      3.7.1cvs68
7467
7468         * src/compose.c
7469                 Fix build on GTK+ 2.6
7470
7471 2009-06-03 [mones]      3.7.1cvs67
7472
7473         * tools/make.themes.project
7474                 Oops! fix header, sorry Paul ;-)
7475
7476 2009-06-03 [mones]      3.7.1cvs66
7477
7478         * tools/make.themes.project
7479                 Add support for PNG themes and other
7480                 fixes i don't remember now... :)
7481
7482 2009-06-02 [colin]      3.7.1cvs65
7483
7484         * src/compose.c
7485         * src/prefs_template.c
7486         * src/quote_fmt.c
7487                 Fix error messages in templates, and fix their
7488                 checking
7489
7490 2009-05-22 [colin]      3.7.1cvs64
7491
7492         * src/compose.c
7493                 And remove hbox too
7494
7495 2009-05-22 [colin]      3.7.1cvs63
7496
7497         * src/compose.c
7498                 Fix phantom button behind entry when
7499                 changing fields via Tools/Reply mode.
7500
7501 2009-05-22 [colin]      3.7.1cvs62
7502
7503         * src/compose.c
7504                 Fix icon size
7505
7506 2009-05-21 [mones]      3.7.1cvs61
7507
7508         * src/compose.c
7509         * src/compose.h
7510                 Add button to empty header lines with one click
7511
7512 2009-05-21 [paul]       3.7.1cvs60
7513
7514         * src/mainwindow.c
7515         * src/mainwindow.h
7516         * src/plugins/trayicon/trayicon.c
7517                 when quitting from the trayicon, honour
7518                 prefs_common.clean_on_exit
7519
7520 2009-05-21 [paul]       3.7.1cvs59
7521
7522         * src/gtk/Makefile.am
7523                 remove duplicate entry
7524                 thanks to Charles A Edwards
7525
7526 2009-05-19 [paul]       3.7.1cvs58
7527
7528         * src/send_message.c
7529                 clear progressbar in the statusbar on 'Cancel'
7530
7531 2009-05-16 [colin]      3.7.1cvs57
7532
7533         * AUTHORS
7534         * src/gtk/authors.h
7535                 Add Fabian
7536
7537 2009-05-16 [colin]      3.7.1cvs56
7538
7539         * src/msgcache.c
7540                 Remove msgnum>0 condition for removing messages
7541                 from caches. There's no such condition on add.
7542                 Fixes bug 1913, 'Allow to remove phantom 
7543                 messages from the cache'; patch by Fabian
7544                 Keil <fk at fabiankeil.de>
7545
7546 2009-05-12 [holger]     3.7.1cvs55
7547
7548         * src/messageview.c
7549         * src/messageview.h
7550                 Introduce hook after showing of the message view
7551
7552 2009-05-11 [colin]      3.7.1cvs54
7553
7554         * src/compose.c
7555                 Fix bug 1872, 'A: Cc: CCi: selector should 
7556                 default on same as preceding contact'
7557
7558 2009-05-10 [holger]     3.7.1cvs53
7559
7560         * src/addr_compl.c
7561         * src/addr_compl.h
7562                 Add a hook to make it possible for plugins to
7563                 modify the address completion list
7564
7565 2009-05-06 [paul]       3.7.1cvs52
7566
7567         * src/folder.c
7568         * src/mimeview.c
7569                 fix bug 1915, 'Mails signed with smime.p7s
7570                 display both signed and attachment icon.'
7571
7572 2009-05-05 [colin]      3.7.1cvs51
7573
7574         * src/common/utils.c
7575                 Fix patch :)
7576
7577 2009-05-05 [colin]      3.7.1cvs50
7578
7579         * src/common/utils.c
7580                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
7581                 different mountpoint than tempdir'
7582
7583 2009-05-04 [colin]      3.7.1cvs49
7584
7585         * src/msgcache.c
7586                 Probably fix bug 1914, 'Crash reading
7587                 corrupted tags file'
7588
7589 2009-04-26 [paul]       3.7.1cvs48
7590
7591         * configure.ac
7592         * src/gtk/gtkaspell.h
7593                 fix bug 1904, 'build mechanism looks for
7594                 'enchant.h' in a wrong place'
7595
7596 2009-04-25 [paul]       3.7.1cvs47
7597
7598         * src/printing.c
7599                 gah! fix coding style!
7600
7601 2009-04-25 [paul]       3.7.1cvs46
7602
7603         * src/printing.c
7604         * src/toolbar.c
7605                 if building with GTK+ >= 2.16 use
7606                 gtk_orientable_set_orientation() instead of now
7607                 deprecated gtk_toolbar_set_orientation()
7608
7609 2009-04-24 [colin]      3.7.1cvs45
7610
7611         * src/compose.c
7612                 Ask before sending if an attached file has
7613                 disappeared.
7614
7615 2009-04-19 [paul]       3.7.1cvs44
7616
7617         * src/prefs_common.c
7618         * src/prefs_common.h
7619         * src/gtk/about.c
7620                 save About window size.
7621                 patch by Pawel Pekala
7622
7623 2009-04-12 [paul]       3.7.1cvs43
7624
7625         * tools/csv2addressbook.pl
7626                 add extra CSV fields that are now appended
7627                 by thunderbird (version 2.0.0.21)
7628
7629 2009-04-08 [colin]      3.7.1cvs42
7630
7631         * src/procmime.c
7632                 fix saving (but not displaying) of UTF-16
7633                 files
7634
7635 2009-04-08 [colin]      3.7.1cvs41
7636
7637         * src/gtk/manage_window.c
7638                 Disable transient windows on win32 - seems to
7639                 fix most focusing issues
7640
7641 2009-04-05 [colin]      3.7.1cvs40
7642
7643         * src/procmsg.c
7644                 Don't ask whether we want to send deleted mails in queue
7645                 folders; also, don't send deleted mails when flushing
7646                 queues
7647
7648 2009-04-04 [paul]       3.7.1cvs39
7649
7650         * AUTHORS
7651         * configure.ac
7652         * po/id.po
7653         * src/gtk/authors.h
7654         * tools/claws.i18n.status.pl
7655                 add new Indonesian translation, by
7656                 MSulchan Darmawan
7657
7658 2009-04-03 [paul]       3.7.1cvs38
7659
7660         * AUTHORS
7661         * src/gtk/authors.h
7662                 credit due
7663
7664 2009-04-03 [colin]      3.7.1cvs37
7665
7666         * src/compose.c
7667         * src/textview.c
7668                 Fix bug 1891, 'Add support for gopher:// links'
7669                 Patch by Jacob Head <clawsmail at jacob-head.com>
7670                 Let's go back to the roots! 
7671
7672 2009-04-03 [paul]       3.7.1cvs36
7673
7674         * m4/Makefile.am
7675                 complete cvs35
7676
7677 2009-04-03 [paul]       3.7.1cvs35
7678
7679         * configure.ac
7680                 add AC_CONFIG_MACRO_DIR([m4])
7681                 remove CLAWS_ACLOCAL_INCLUDE(m4)
7682         * m4/aclocal-include.m4
7683                 removed this now unneeded file
7684
7685 2009-04-02 [colin]      3.7.1cvs34
7686
7687         * src/common/utils.h
7688                 Fix previous (thanks to Marcus :)
7689
7690 2009-04-02 [colin]      3.7.1cvs33
7691
7692         * src/common/utils.h
7693         * src/etpan/etpan-thread-manager.c
7694                 pipe() was a macro from GLib on win32 until
7695                 glib 2.13.2. It's undefined after that.
7696                 Thanks to Marcus Brinkmann for the heads-up!
7697
7698 2009-03-31 [colin]      3.7.1cvs32
7699
7700         * src/folder_item_prefs.c
7701                 Copy folder settings with prefs
7702
7703 2009-03-31 [colin]      3.7.1cvs31
7704
7705         * src/prefs_account.c
7706                 Don't use un-sensitive checkboxes in Privacy tab
7707                 when privacy system in None (makes unchecking 
7708                 painful when no privacy plugin is loaded)
7709
7710 2009-03-30 [colin]      3.7.1cvs30
7711
7712         * src/folder.c
7713         * src/folder.h
7714         * src/imap.c
7715         * src/mainwindow.c
7716         * src/mainwindow.h
7717         * src/prefs_account.c
7718         * src/prefs_account.h
7719         * src/summaryview.c
7720         * src/summaryview.h
7721                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7722                 Add an option on the Receive page of IMAP account preferences:
7723                 "Move deleted mails to trash and expunge immediately". This
7724                 option defaults to TRUE to avoid changing the existing behaviour.
7725                 Setting it to FALSE prevents automatic expunging. 
7726                 Also, add Tools/Expunge and View/Hide deleted messages menu items
7727                 (View/Hide deleted message being a per-folder setting, and behaving,
7728                 like View/Hide read messages).
7729
7730 2009-03-30 [colin]      3.7.1cvs29
7731
7732         * src/imap.c
7733                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7734                 ask for IMAP password when using GSSAPI auth
7735
7736 2009-03-27 [colin]      3.7.1cvs28
7737
7738         * src/folder.c
7739                 Fix cvs14, make sure we mark non-existent caches dirty
7740                 (or they never get written)
7741
7742 2009-03-27 [colin]      3.7.1cvs27
7743
7744         * src/imap.c
7745                 Fix tag update when all tags are removed 
7746                 from another client
7747
7748 2009-03-25 [colin]      3.7.1cvs26
7749
7750         * configure.ac
7751                 Fix configure.ac, thanks to Pawel
7752
7753 2009-03-25 [colin]      3.7.1cvs25
7754
7755         * src/news.c
7756         * src/etpan/nntp-thread.c
7757                 Fix header fetching (NG/To/Cc). Fixes 
7758                 bug 1883, 'Message processing fails to 
7759                 act on Newsgroups: field'
7760
7761 2009-03-23 [colin]      3.7.1cvs24
7762
7763         * src/textview.c
7764                 Fix internal headers visible in queue/sent
7765
7766 2009-03-23 [colin]      3.7.1cvs23
7767
7768         * configure.ac
7769                 Fix check for RC (resource compiler) used
7770                 on win32 (AC_LIBTOOL_RC used to call it 
7771                 implicitely but stopped)
7772
7773 2009-03-19 [colin]      3.7.1cvs22
7774
7775         * src/toolbar.c
7776                 Put spam button in default toolbar even if
7777                 bogofilter and spamassassin are not built.
7778                 Other anti-spam plugin could exist! :)
7779         * src/common/utils.c
7780                 Fix exit status fetch on win32
7781
7782 2009-03-18 [paul]       3.7.1cvs21
7783
7784         * src/gtk/spell_entry.c
7785                 fix "[BUG] Wrong word replaced in 'Subject:'
7786                 when spell-checking correction used"
7787                 Patch by Pawel Pekala
7788
7789 2009-03-17 [colin]      3.7.1cvs20
7790
7791         * src/common/utils.c
7792                 Fix win32 build (from cvs12)
7793
7794 2009-03-17 [colin]      3.7.1cvs19
7795
7796         * src/compose.c
7797                 Fix bug 1735, 'Change To: and Newsgroups: 
7798                 recipient field according account type'
7799                 Patch by Pawel
7800
7801 2009-03-17 [colin]      3.7.1cvs18
7802
7803         * src/msgcache.c
7804         * src/prefs_common.c
7805         * src/prefs_common.h
7806         * src/prefs_other.c
7807         * src/common/prefs.c
7808                 Add preference for fsyncing metadata
7809
7810 2009-03-16 [paul]       3.7.1cvs17
7811
7812         * src/prefs_customheader.c
7813                 add forgotten #if HAVE_LIBCOMPFACE
7814
7815 2009-03-16 [paul]       3.7.1cvs16
7816
7817         * src/prefs_customheader.c
7818                 put the (X-)Face preview image below the up/down
7819                 buttons so they don't jump around.
7820                 make the list reorderable by drag'n'drop
7821
7822 2009-03-16 [colin]      3.7.1cvs15
7823
7824         * src/prefs_customheader.c
7825                 Add a (X-)Face preview. Patch by iwkse.
7826
7827 2009-03-16 [colin]      3.7.1cvs14
7828
7829         * src/compose.c
7830         * src/folder.c
7831         * src/folder.h
7832         * src/msgcache.c
7833         * src/common/prefs.c
7834                 Add fsync calls to make sure we don't
7835                 lose data on system crashes. (to do:
7836                 add a pref to allow people choosing raw
7837                 speed)
7838
7839 2009-03-15 [colin]      3.7.1cvs13
7840
7841         * src/gtk/gtkaspell.c
7842                 Fix empty menu when there are no
7843                 suggestions (using the Spelling menu)
7844
7845 2009-03-14 [colin]      3.7.1cvs12
7846
7847         * src/common/utils.c
7848                 Win32: fix subject prefix length
7849
7850 2009-03-11 [mones]      3.7.1cvs11
7851
7852         * po/es.po
7853                 fix encoding declared in header
7854                 update translation now we're at it
7855
7856 2009-03-10 [colin]      3.7.1cvs10
7857
7858         * src/messageview.c
7859                 Fix "wrong mime" message printed out multiple
7860                 times
7861
7862 2009-03-10 [colin]      3.7.1cvs9
7863
7864         * src/prefs_folder_item.c
7865                 Fix build
7866
7867 2009-03-09 [paul]       3.7.1cvs8
7868
7869         * src/prefs_folder_item.c
7870         * src/send_message.c
7871                 fixes to english text
7872
7873 2009-03-08 [paul]       3.7.1cvs7
7874
7875         * po/ja.po
7876                 correct errors in header
7877
7878 2009-03-08 [paul]       3.7.1cvs6
7879
7880         * AUTHORS
7881         * configure.ac
7882         * po/ja.po
7883         * src/gtk/authors.h
7884         * tools/claws.i18n.status.pl
7885                 add Japanese translation, submitted by kazken3
7886
7887 2009-03-07 [colin]      3.7.1cvs5
7888
7889         * src/messageview.c
7890                 Don't let the invalid MIME warning hide
7891                 other noticeview (Partial receive or 
7892                 return receipt).
7893
7894 2009-03-07 [colin]      3.7.1cvs4
7895
7896         * src/procmime.c
7897                 Fix build
7898
7899 2009-03-07 [colin]      3.7.1cvs3
7900
7901         * src/messageview.c
7902         * src/procmime.c
7903         * src/procmime.h
7904                 Handle mimeparts that lack an end boundary.
7905                 They're invalid but it's too annoying for
7906                 normal users to fix.
7907
7908 2009-03-06 [wwp]        3.7.1cvs2
7909
7910         * src/compose.c
7911         * src/folder_item_prefs.c
7912         * src/folder_item_prefs.h
7913         * src/prefs_folder_item.c
7914                 Add per-folder default cc, bcc and reply-to.
7915
7916 2009-03-06 [colin]      3.7.1cvs1
7917
7918         * src/gedit-print.c
7919         * src/gtk/gtksourceprintjob.c
7920                 Fix build with old print interface
7921
7922 2009-03-06 [paul]       3.7.1
7923
7924         * NEWS
7925         * README
7926         * RELEASE_NOTES 
7927                 3.7.1 released!
7928
7929 2009-03-06 [paul]       3.7.0cvs78
7930
7931         * po/cs.po
7932         * po/de.po
7933         * po/fi.po
7934         * po/fr.po
7935         * po/hu.po
7936         * po/nl.po
7937         * po/pt_BR.po
7938         * po/sv.po
7939         * po/zh_CN.po
7940                 updated by David Vachulka, Stephan Sachse, Flammie
7941                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7942                 Frederico Goncalves Guimaraes, Lars Persson Fink,
7943                 and Ralph Young
7944
7945 2009-03-03 [colin]      3.7.0cvs77
7946
7947         * src/prefs_filtering.c
7948                 Win32: Fix bug 1865, 'IMAP account name changes 
7949                 are not followed at filter actions'
7950
7951 2009-03-02 [colin]      3.7.0cvs76
7952
7953         * src/imap.c
7954                 Fix Launchpad bug 335571: 'claws-mail crashed 
7955                 with SIGSEGV in strlen() while deleting 
7956                 large amount of e-mails on IMAP account
7957
7958 2009-02-27 [mones]      3.7.0cvs75
7959
7960         * manual/es/account.xml
7961         * manual/es/ack.xml
7962         * manual/es/addrbook.xml
7963         * manual/es/advanced.xml
7964         * manual/es/claws-mail-manual.xml
7965         * manual/es/faq.xml
7966         * manual/es/glossary.xml
7967         * manual/es/gpl.xml
7968         * manual/es/handling.xml
7969         * manual/es/intro.xml
7970         * manual/es/keyboard.xml
7971         * manual/es/plugins.xml
7972         * manual/es/starting.xml
7973                 Sync with English version, fix some typos
7974                 Changed encoding to UTF-8
7975         * po/es.po
7976                 Update for release, changed encoding to UTF-8
7977
7978 2009-02-24 [colin]      3.7.0cvs74
7979
7980         * src/printing.c
7981                 Don't print separation line if there
7982                 are no headers
7983
7984 2009-02-23 [cleroy]     3.7.0cvs73
7985
7986         * src/account.c
7987         * src/action.c
7988         * src/addr_compl.c
7989         * src/addrbook.c
7990         * src/addrcache.c
7991         * src/addrcindex.c
7992         * src/addrclip.c
7993         * src/addrduplicates.c
7994         * src/addressadd.c
7995         * src/addressbook.c
7996         * src/addressbook_foldersel.c
7997         * src/addrharvest.c
7998         * src/addrindex.c
7999         * src/addritem.c
8000         * src/addrquery.c
8001         * src/addrselect.c
8002         * src/codeconv.c
8003         * src/compose.c
8004         * src/customheader.c
8005         * src/editaddress.c
8006         * src/editaddress_other_attributes_ldap.c
8007         * src/editgroup.c
8008         * src/editldap.c
8009         * src/enriched.c
8010         * src/exporthtml.c
8011         * src/exportldif.c
8012         * src/filtering.c
8013         * src/folder.c
8014         * src/foldersel.c
8015         * src/folderutils.c
8016         * src/folderview.c
8017         * src/gedit-print.c
8018         * src/html.c
8019         * src/imap.c
8020         * src/imap_gtk.c
8021         * src/inc.c
8022         * src/jpilot.c
8023         * src/ldapctrl.c
8024         * src/ldapquery.c
8025         * src/ldapserver.c
8026         * src/ldapupdate.c
8027         * src/ldif.c
8028         * src/localfolder.c
8029         * src/main.c
8030         * src/mainwindow.c
8031         * src/matcher.c
8032         * src/mbox.c
8033         * src/messageview.c
8034         * src/mh.c
8035         * src/mh_gtk.c
8036         * src/mimeview.c
8037         * src/msgcache.c
8038         * src/mutt.c
8039         * src/news.c
8040         * src/news_gtk.c
8041         * src/noticeview.c
8042         * src/pine.c
8043         * src/pop.c
8044         * src/prefs_account.c
8045         * src/prefs_actions.c
8046         * src/prefs_common.c
8047         * src/prefs_filtering.c
8048         * src/prefs_filtering_action.c
8049         * src/prefs_folder_column.c
8050         * src/prefs_folder_item.c
8051         * src/prefs_gtk.c
8052         * src/prefs_matcher.c
8053         * src/prefs_quote.c
8054         * src/prefs_send.c
8055         * src/prefs_summaries.c
8056         * src/prefs_summary_column.c
8057         * src/prefs_template.c
8058         * src/prefs_themes.c
8059         * src/prefs_toolbar.c
8060         * src/printing.c
8061         * src/privacy.c
8062         * src/procheader.c
8063         * src/procmime.c
8064         * src/procmsg.c
8065         * src/quote_fmt.c
8066         * src/remotefolder.c
8067         * src/send_message.c
8068         * src/sourcewindow.c
8069         * src/statusbar.c
8070         * src/stock_pixmap.c
8071         * src/summary_search.c
8072         * src/summaryview.c
8073         * src/textview.c
8074         * src/toolbar.c
8075         * src/undo.c
8076         * src/uri_opener.c
8077         * src/vcard.c
8078         * src/common/base64.c
8079         * src/common/claws.c
8080         * src/common/hooks.c
8081         * src/common/plugin.c
8082         * src/common/prefs.c
8083         * src/common/session.c
8084         * src/common/smtp.c
8085         * src/common/socket.c
8086         * src/common/string_match.c
8087         * src/common/stringtable.c
8088         * src/common/utils.c
8089         * src/common/utils.h
8090         * src/common/xml.c
8091         * src/common/xmlprops.c
8092         * src/gtk/colorlabel.c
8093         * src/gtk/combobox.c
8094         * src/gtk/foldersort.c
8095         * src/gtk/gtkaspell.c
8096         * src/gtk/gtkcmclist.c
8097         * src/gtk/gtkcmctree.c
8098         * src/gtk/gtkcmoptionmenu.c
8099         * src/gtk/gtksctree.c
8100         * src/gtk/gtkshruler.c
8101         * src/gtk/gtksourceprintjob.c
8102         * src/gtk/gtkutils.c
8103         * src/gtk/gtkvscrollbutton.c
8104         * src/gtk/logwindow.c
8105         * src/gtk/menu.c
8106         * src/gtk/pluginwindow.c
8107         * src/gtk/prefswindow.c
8108         * src/gtk/quicksearch.c
8109         * src/gtk/spell_entry.c
8110         * src/plugins/pgpcore/select-keys.c
8111         * src/plugins/pgpinline/pgpinline.c
8112         * src/plugins/pgpmime/pgpmime.c
8113         * src/plugins/smime/smime.c
8114         * src/plugins/spamassassin/spamassassin_gtk.c
8115                 Mass commit changing g_return_* to cm_return_*
8116                 and making these more interesting
8117
8118 2009-02-23 [colin]      3.7.0cvs72
8119
8120         * src/imap.c
8121                 Always initialise error code to no error
8122
8123 2009-02-23 [colin]      3.7.0cvs71
8124
8125         * src/imap.c
8126                 Fix separator substitution
8127
8128 2009-02-23 [colin]      3.7.0cvs70
8129
8130         * src/stock_pixmap.c
8131         * src/gtk/colorlabel.c
8132                 don't use g_return on normal checks
8133
8134 2009-02-22 [colin]      3.7.0cvs69
8135
8136         * src/addressbook.c
8137         * src/procmime.c
8138                 More fixes
8139
8140 2009-02-22 [colin]      3.7.0cvs68
8141
8142         * src/addrduplicates.c
8143         * src/addressbook.c
8144         * src/addrharvest.c
8145         * src/codeconv.c
8146         * src/compose.c
8147         * src/filtering.c
8148         * src/folder.c
8149         * src/imap.c
8150         * src/imap_gtk.c
8151         * src/importldif.c
8152         * src/jpilot.c
8153         * src/mainwindow.c
8154         * src/matcher.c
8155         * src/mbox.c
8156         * src/messageview.c
8157         * src/mh_gtk.c
8158         * src/prefs_common.c
8159         * src/prefs_filtering.c
8160         * src/prefs_gtk.c
8161         * src/printing.c
8162         * src/privacy.c
8163         * src/procmime.c
8164         * src/procmsg.c
8165         * src/summaryview.c
8166         * src/textview.c
8167         * src/undo.c
8168         * src/wizard.c
8169         * src/common/md5.c
8170         * src/common/socket.c
8171         * src/common/template.c
8172         * src/etpan/imap-thread.c
8173         * src/gtk/gtkaspell.c
8174         * src/gtk/gtkcmctree.c
8175         * src/gtk/gtksctree.c
8176         * src/gtk/inputdialog.c
8177         * src/plugins/pgpcore/sgpgme.c
8178         * src/plugins/pgpmime/pgpmime.c
8179         * src/plugins/smime/smime.c
8180         * src/plugins/spamassassin/spamassassin.c
8181                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8182                 uninitialised accesses
8183
8184 2009-02-17 [colin]      3.7.0cvs67
8185
8186         * src/compose.c
8187                 Disable controls during queuing
8188
8189 2009-02-15 [colin]      3.7.0cvs66
8190
8191         * src/privacy.c
8192         * src/plugins/pgpcore/select-keys.c
8193         * src/plugins/pgpcore/sgpgme.c
8194                 Disable use of disabled keys
8195
8196 2009-02-15 [colin]      3.7.0cvs65
8197
8198         * src/folderview.c
8199         * src/summaryview.c
8200                 Fix font updating after changing 
8201                 prefs_common.derive_from_normal_font
8202
8203 2009-02-12 [paul]       3.7.0cvs64
8204
8205         * src/addressitem.h
8206         * src/export.h
8207         * src/headerview.c
8208         * src/headerview.h
8209         * src/common/version.h.in
8210         * src/gtk/about.h
8211         * src/gtk/menu.c
8212         * src/gtk/menu.h
8213                 more copyright header fixes
8214
8215 2009-02-12 [paul]       3.7.0cvs63
8216
8217         * src/gtk/progressdialog.c
8218         * src/gtk/progressdialog.h
8219                 fix copyright header
8220
8221 2009-02-12 [paul]       3.7.0cvs62
8222
8223         * src/gtk/spell_entry.c
8224         * src/gtk/spell_entry.h
8225                 better, more standard copyright header
8226
8227 2009-02-12 [paul]       3.7.0cvs61
8228
8229         * src/gtk/spell_entry.c
8230         * src/gtk/spell_entry.h
8231                 changes to copyright header
8232
8233 2009-02-12 [paul]       3.7.0cvs60
8234
8235         * src/gtk/spell_entry.c
8236         * src/gtk/spell_entry.h
8237                 fix broken build
8238
8239 2009-02-11 [colin]      3.7.0cvs59
8240
8241         * src/gtk/spell_entry.c
8242         * src/gtk/spell_entry.h
8243                 Forgot to add files
8244
8245 2009-02-11 [colin]      3.7.0cvs58
8246
8247         * src/compose.c
8248         * src/gtk/Makefile.am
8249         * src/gtk/gtkaspell.c
8250         * src/gtk/gtkaspell.h
8251                 Add spellcheck to subject. Patch by
8252                 Pawel.
8253
8254 2009-02-10 [holger]     3.7.0cvs57
8255
8256         * src/printing.c
8257         * src/common/defs.h
8258                 Move filename define for printing page setup cache to defs.h
8259
8260 2009-02-08 [mones]      3.7.0cvs56
8261
8262         * src/matcher.h
8263                 Fix build for bison 2.4.1
8264
8265 2009-02-06 [holger]     3.7.0cvs55
8266
8267         * src/prefs_common.c
8268         * src/prefs_common.h
8269         * src/printing.c
8270                 Fix restoring of custom page setups for printing by
8271                 temporarily caching the settings.
8272                 This is a workaround for Gnome Bug #39018, and fixes
8273                 Claws Mail Bug #1840.
8274
8275 2009-02-06 [colin]      3.7.0cvs54
8276
8277         * src/mainwindow.c
8278                 Fix hardcoded Shift-Q quits. Fixes
8279                 bug 1838, 'Claws-Mail sometimes quits 
8280                 when attempting to type a capital Q'
8281
8282 2009-01-31 [paul]       3.7.0cvs53
8283
8284         * src/compose.c
8285                 revert 3.7.0cvs49, until there is time to find out
8286                 why it causes a nasty crash!
8287
8288 2009-01-31 [paul]       3.7.0cvs52
8289
8290         * src/mainwindow.c
8291                 1 string that was forgotten for translation
8292
8293 2009-01-31 [paul]       3.7.0cvs51
8294
8295         * src/messageview.c
8296                 2 strings that were forgotten for translation
8297
8298 2009-01-31 [paul]       3.7.0cvs50
8299
8300         * src/gtk/prefswindow.c
8301                 build prefs tree in a slightly smarter way -
8302                 fix bug where if path[0] had same name as
8303                 path[1], (like in the de translation), path[1]
8304                 was lost and not shown in the window
8305
8306 2009-01-31 [paul]       3.7.0cvs49
8307
8308         * src/compose.c
8309                 fix bug 1836, 'Quoted text still blue after
8310                 removal of quote-character'
8311                 comment out some debug_print's that needlessly
8312                 slow things down
8313         * src/undo.c
8314                 comment out a debug_print that needlessly slows
8315                 things down
8316
8317 2009-01-31 [paul]       3.7.0cvs48
8318
8319         * src/summaryview.c
8320                 fix bug 1834, '"semi"-selection when collapsing thread'
8321
8322 2009-01-31 [paul]       3.7.0cvs47
8323
8324         * src/prefs_compose_writing.c
8325         * src/prefs_message.c
8326                 move 'quote_chars' pref to where it should be
8327
8328 2009-01-30 [paul]       3.7.0cvs46
8329
8330         * src/summaryview.c
8331                 fix updating of popup menu sensitivity
8332
8333 2009-01-28 [paul]       3.7.0cvs45
8334
8335         * tools/filter_conv_new.pl
8336                 move 'move' and 'delete' to end of @actions
8337                 so that they are always final actions in the
8338                 generated filtering rule
8339
8340 2009-01-27 [paul]       3.7.0cvs44
8341
8342         * src/messageview.c
8343                 always select text/calendar mimepart if suitable
8344                 plugin (i.e. vCalendar) is available
8345
8346 2009-01-27 [paul]       3.7.0cvs43
8347
8348         * src/folder.c
8349                 fix crash when right-clicking in summaryview when
8350                 processing is active
8351
8352 2009-01-22 [colin]      3.7.0cvs42
8353
8354         * src/compose.c
8355         * src/privacy.c
8356         * src/privacy.h
8357                 When replying to signed/encrypted mail and the
8358                 preference to sign/encrypt in this case is set,
8359                 choose the original mail's privacy system (if
8360                 available).
8361
8362 2009-01-21 [colin]      3.7.0cvs41
8363
8364         * src/addressbook.h
8365                 Fix warning (on-the-fly theming of
8366                 addressbook isn't complete yet)
8367
8368 2009-01-21 [colin]      3.7.0cvs40
8369
8370         * src/account.c
8371         * src/addressbook.c
8372                 Win32: Fix window placement
8373
8374 2009-01-21 [paul]       3.7.0cvs39
8375
8376         * src/inc.c
8377                 update timeout log msg
8378
8379 2009-01-17 [colin]      3.7.0cvs38
8380
8381         * src/main.c
8382         * src/mbox.c
8383         * src/common/md5.c
8384         * src/common/utils.c
8385         * src/etpan/imap-thread.c
8386                 Fix g_open calls (which don't ignore mode)
8387
8388 2009-01-17 [colin]      3.7.0cvs37
8389
8390         * src/addressbook.c
8391         * src/compose.c
8392         * src/foldersel.c
8393         * src/main.c
8394         * src/mainwindow.c
8395         * src/mbox.c
8396         * src/common/md5.c
8397         * src/common/ssl_certificate.c
8398         * src/common/tags.c
8399         * src/common/utils.c
8400         * src/etpan/imap-thread.c
8401         * src/plugins/bogofilter/bogofilter.c
8402         * src/plugins/pgpinline/pgpinline.c
8403         * src/plugins/smime/smime.c
8404                 Probably fix bug 1825, 'Unable to fetch messages from 
8405                 IMAP folders named with non-ASCII string'
8406                 Change remaining occurences of fopen and open with
8407                 g_fopen and g_open
8408
8409 2009-01-17 [paul]       3.7.0cvs36
8410
8411         * manual/faq.xml
8412                 update an old, outdated piece of info
8413
8414 2009-01-17 [paul]       3.7.0cvs35
8415
8416         * src/prefs_folder_item.c
8417                 fix bug where saving Folder Properties of a
8418                 sub-folder of outbox, queue, draft or trash
8419                 would change its parent's folder type to normal
8420
8421 2009-01-12 [mones]      3.7.0cvs34
8422
8423         * po/es.po
8424                 Updated translation
8425
8426 2009-01-12 [wwp]        3.7.0cvs33
8427
8428         * tools/fix_date.sh
8429         * tools/popfile-link.sh
8430         * tools/textviewer.sh
8431                 Fix bashisms and other portability glitches (thanks to
8432                 Steven M. Bellovin).
8433
8434 2009-01-11 [paul]       3.7.0cvs32
8435
8436         * src/addrindex.c
8437                 clean up some build warnings
8438
8439 2009-01-11 [colin]      3.7.0cvs31
8440
8441         * src/addrindex.c
8442                 Revert part of patch 3.7.0cvs29 
8443                 This function is used when jpilot
8444                 support is disabled
8445
8446 2009-01-11 [colin]      3.7.0cvs30
8447
8448         * src/folder.c
8449                 folder_find_child_item_by_name():
8450                 actually use name, not path's basename
8451
8452 2009-01-11 [paul]       3.7.0cvs29
8453
8454         * src/addrclip.c
8455         * src/addrindex.c
8456         * src/addritem.c
8457         * src/foldersel.h
8458         * src/folderview.c
8459         * src/prefs_folder_item.c
8460                 clean up some build warnings
8461
8462 2009-01-11 [paul]       3.7.0cvs28
8463
8464         * src/gtk/about.c
8465                 don't even mention printing support, assume its
8466                 presence, unless building with GTK+ < 2.10.0
8467
8468 2009-01-10 [colin]      3.7.0cvs27
8469
8470         * src/codeconv.c
8471                 Fix bug 1811, '[mime] Crash when there's no 
8472                 room for filename's start on the same line'
8473                 When the mimetype of the attachment is very 
8474                 long, there's no room at all to start the 
8475                 name=... parameter on the same line. This
8476                 caused an infinite loop as 0 characters of
8477                 the filename could be appended.
8478                 In such cases, insert linebreak before the
8479                 name parameter.
8480
8481 2009-01-09 [colin]      3.7.0cvs26
8482
8483         * src/compose.c
8484         * src/mainwindow.c
8485         * src/common/utils.c
8486                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
8487                 Compose Window does not attach'
8488
8489 2009-01-09 [colin]      3.7.0cvs25
8490
8491         * src/foldersel.c
8492                 Fix bug 1817, 'Changing Themes does not 
8493                 update the pixmaps in "Select folder" 
8494                 dialog box'
8495
8496 2009-01-09 [colin]      3.7.0cvs24
8497
8498         * src/main.c
8499                 Win32: Fix bug 1816, 'Attaching files with 
8500                 command-line generates error after attaching'
8501
8502 2009-01-09 [paul]       3.7.0cvs23
8503
8504         * src/gtk/about.c
8505                 forgot this '2009' in last commit
8506
8507 2009-01-09 [paul]       3.7.0cvs22
8508
8509         * src/*/*.[c,h]
8510                 it's 2009!
8511                 update copyright headers
8512
8513 2009-01-09 [paul]       3.7.0cvs21
8514
8515         * doc/man/claws-mail.1
8516                 update Team list
8517
8518 2009-01-09 [colin]      3.7.0cvs20
8519
8520         * src/messageview.c
8521                 Fix bug 1814, 'Windows' WM badly places 
8522                 message view'
8523
8524 2009-01-09 [colin]      3.7.0cvs19
8525
8526         * src/prefs_themes.c
8527         * src/stock_pixmap.c
8528         * src/stock_pixmap.h
8529         * src/common/utils.c
8530         * src/common/utils.h
8531                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8532
8533 2009-01-08 [colin]      3.7.0cvs18
8534
8535         * src/mimeview.c
8536                 Win32: Fix bug 1810, 'Pressing 'o' key 
8537                 crashes CM'
8538
8539 2009-01-07 [colin]      3.7.0cvs17
8540
8541         * src/html.c
8542                 Fix bug 1432, '&amp; not escaped in links (HTML 
8543                 rendered as text)'
8544
8545 2009-01-06 [colin]      3.7.0cvs16
8546
8547         * src/plugins/pgpcore/select-keys.c
8548                 Warn translators the usual way about
8549                 accels
8550
8551 2009-01-06 [colin]      3.7.0cvs15
8552
8553         * src/mainwindow.c
8554                 Fix synchronisation dialog that shouldn't
8555                 appear when network goes down (Network
8556                 Manager)
8557         * src/mimeview.c
8558         * src/textview.c
8559                 Fix save as when attach_save_dir isn't set
8560                 fixes bug 1804, 'attach_save_directory does 
8561                 not default to $HOME'
8562         * src/plugins/pgpcore/select-keys.c
8563                 Add mnemonics to buttons - warn translators!
8564
8565 2009-01-06 [wwp]        3.7.0cvs14
8566
8567         * src/common/utils.c
8568                 Fix cvs13, thanks to Colin.
8569
8570 2009-01-06 [wwp]        3.7.0cvs13
8571
8572         * src/common/utils.c
8573                 Better support for Spanish Outlook replies (RES).
8574
8575 2009-01-02 [colin]      3.7.0cvs12
8576
8577         * src/folderview.c
8578                 Fix (+) sign after collapsed folder names that 
8579                 have quicksearch-matching children.
8580                 Fixes bug 1506, 'Recursive search in collapsed 
8581                 folders'
8582
8583 2009-01-02 [colin]      3.7.0cvs11
8584
8585         * src/stock_pixmap.c
8586         * src/stock_pixmap.h
8587                 Remove now-unused stock_pixmap_gdk
8588
8589 2009-01-02 [colin]      3.7.0cvs10
8590
8591         * src/gtk/gtkutils.c
8592         * src/pixmaps/claws-mail_icon.xpm
8593                 Use pixbuf for app icon, and make the app icon
8594                 a bit nicer
8595
8596 2009-01-02 [colin]      3.7.0cvs9
8597
8598         * src/uri_opener.c
8599                 Show both link title and URI if possible
8600
8601 2009-01-02 [colin]      3.7.0cvs8
8602
8603         * src/addressadd.c
8604         * src/addressbook.c
8605         * src/addressbook_foldersel.c
8606         * src/addressitem.h
8607         * src/folderview.c
8608         * src/grouplistdialog.c
8609         * src/importldif.c
8610         * src/mimeview.c
8611         * src/summaryview.c
8612         * src/gtk/gtkcmclist.c
8613         * src/gtk/gtkcmclist.h
8614         * src/gtk/gtkcmctree.c
8615         * src/gtk/gtkcmctree.h
8616         * src/gtk/gtksctree.c
8617         * src/gtk/gtksctree.h
8618                 Implement pixbuf rendering in tree widgets
8619                 instead of pixmaps
8620         * src/plugins/trayicon/trayicon.c
8621         * src/noticeview.c
8622         * src/prefs_themes.c
8623                 Use pixbuf rendering here too
8624
8625 2008-12-30 [paul]       3.7.0cvs7
8626
8627         * src/textview.c
8628                 no need to prematurely trim the uri in the statusbar
8629
8630 2008-12-29 [paul]       3.7.0cvs6
8631
8632         * src/procmsg.c
8633                 prefer List-Id header to X-* headers when creating
8634                 filter rule automatically
8635
8636 2008-12-28 [colin]      3.7.0cvs5
8637
8638         * src/compose.c
8639                 Set minimum height to 440 instead of 480
8640
8641 2008-12-22 [colin]      3.7.0cvs4
8642
8643         * src/compose.c
8644                 Fix bug 1799, '"Discard message" deletes manually 
8645                 saved draft'. Switch rmode to REEDIT after 
8646                 manually saving.
8647
8648 2008-12-21 [paul]       3.7.0cvs3
8649
8650         * tools/claws.i18n.status.pl
8651                 updates
8652
8653 2008-12-21 [paul]       3.7.0cvs2
8654
8655         * AUTHORS
8656         * src/gtk/authors.h
8657                 (more) updates
8658
8659 2008-12-21 [paul]       3.7.0cvs1
8660
8661         * AUTHORS
8662         * src/gtk/authors.h
8663                 updates
8664
8665 2008-12-19 [paul]       3.7.0
8666
8667         * NEWS
8668         * README
8669         * RELEASE_NOTES 
8670                 3.7.0 released!
8671
8672 2008-12-19 [paul]       3.6.1cvs80
8673
8674         * configure.ac
8675                 remove unmaintained sk and sr from ALL_LINGUAS
8676                 add newly maintained cs to ALL_LINGUAS
8677         * po/bg.po
8678         * po/ca.po
8679         * po/cs.po
8680         * po/de.po
8681         * po/fi.po
8682         * po/hu.po
8683         * po/nl.po
8684         * po/pt_BR.po
8685         * po/ru.po
8686         * po/sv.po
8687                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8688                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8689                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8690                 Persson Fink
8691
8692 2008-12-16 [colin]      3.6.1cvs79
8693
8694         * src/plugins/pgpcore/sgpgme.c
8695                 Fix warning
8696
8697 2008-12-15 [colin]      3.6.1cvs78
8698
8699         * src/compose.c
8700         * src/privacy.c
8701         * src/privacy.h
8702         * src/plugins/pgpcore/sgpgme.c
8703         * src/plugins/pgpcore/sgpgme.h
8704         * src/plugins/pgpinline/pgpinline.c
8705         * src/plugins/pgpmime/pgpmime.c
8706         * src/plugins/smime/smime.c
8707                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
8708                 email address" doesn't work'. Use custom from address
8709                 if set
8710
8711 2008-12-15 [colin]      3.6.1cvs77
8712
8713         * src/common/utils.c
8714                 Fix bug 1746, 'Makes a mailto link from several 
8715                 paragraphs'
8716
8717 2008-12-15 [paul]       3.6.1cvs76
8718
8719         * m4/spamassassin.m4
8720                 fix warnings thrown up by autoconf-2.63
8721
8722 2008-12-13 [colin]      3.6.1cvs75
8723
8724         * Makefile.am
8725         * src/Makefile.am
8726         * src/common/ssl.c
8727         * src/common/utils.c
8728         * src/common/utils.h
8729         * tools/Makefile.am
8730                 Finish previous patch
8731
8732 2008-12-13 [colin]      3.6.1cvs74
8733
8734         * tools/Makefile.am
8735                 Only install certs on windows
8736
8737 2008-12-13 [colin]      3.6.1cvs73
8738
8739         * tools/Makefile.am
8740         * tools/ca-certificates.crt
8741         * src/common/Makefile.am
8742         * src/common/ssl.c
8743                 First try to ship SSL certificates in Windows
8744                 build
8745
8746 2008-12-12 [colin]      3.6.1cvs72
8747
8748         * configure.ac
8749         * src/plugins/pgpinline/claws.def
8750                 Windows build fixes
8751
8752 2008-12-12 [paul]       3.6.1cvs71
8753
8754         * src/imap.c
8755         * src/mh.c
8756         * src/partial_download.c
8757         * src/textview.c
8758         * src/common/claws.c
8759         * src/common/prefs.c
8760         * src/common/utils.c
8761                 win32: fix unlinking, renaming and bug with
8762                 non-ascii username
8763                 Patch by Colin
8764
8765 2008-12-11 [colin]      3.6.1cvs70
8766
8767         * po/fr.po
8768         * manual/fr/advanced.xml
8769                 Update french translations
8770
8771 2008-12-10 [colin]      3.6.1cvs69
8772
8773         * manual/faq.xml
8774                 Correct bug submission guidelines
8775
8776 2008-12-10 [colin]      3.6.1cvs68
8777
8778         * src/plugins/pgpcore/pgp_viewer.c
8779                 Fix bug 1736, 'Key import does not work'
8780                 Kill the correct pid (and not the parent
8781                 shell), and increase the timeout a bit.
8782
8783 2008-12-09 [paul]       3.6.1cvs67
8784
8785         * src/messageview.c
8786                 ensure that any stray noticeview buttons are hidden,
8787                 as clicking them causes segfaults!
8788
8789 2008-12-09 [colin]      3.6.1cvs66
8790
8791         * src/compose.c
8792         * src/compose.h
8793         * src/folder_item_prefs.h
8794         * src/prefs_common.c
8795         * src/prefs_common.h
8796         * src/common/defs.h
8797                 Fix bug 1792, '"Save Message to" should 
8798                 retain list of recently selected folders'
8799                 Also, make Enchant-related prefs stick
8800                 even if the build doesn't enable enchant
8801
8802 2008-12-09 [paul]       3.6.1cvs65
8803
8804         * src/messageview.c
8805                 fix bug 1787, 'Prevent automatic PGP inline
8806                 decryption attempts' use the noticeview to display
8807                 decryption failure messages instead of the irritating
8808                 popup dialog
8809
8810 2008-12-09 [colin]      3.6.1cvs64
8811
8812         * src/prefs_filtering.c
8813                 Fix bug 1789, 'filtering account selection 
8814                 (regression)'. Filtering on sending-only
8815                 accounts can be a little useful when using
8816                 filtering via Tools menu.
8817
8818 2008-12-07 [paul]       3.6.1cvs63
8819
8820         * src/prefs_actions.c
8821                 don't auto-select first entry (same as other
8822                 similar dialogs)
8823         * src/gtk/pluginwindow.c
8824                 these parents don't have children so don't look
8825                 for them
8826
8827 2008-12-07 [paul]       3.6.1cvs62
8828
8829         * src/prefs_account.c
8830         * src/gtk/pluginwindow.c
8831         * src/gtk/prefswindow.c
8832         * src/gtk/prefswindow.h
8833                 auto-select first page
8834
8835 2008-12-05 [colin]      3.6.1cvs61
8836
8837         * src/codeconv.c
8838         * src/procmime.c
8839                 Fix bug 1788, 'CM crashes re-encoding 
8840                 encoded parameters' (introduced in cvs40)
8841
8842 2008-12-05 [paul]       3.6.1cvs60
8843
8844         * src/prefs_common.h
8845                 remove gpg prefs that are no longer needed here
8846
8847 2008-12-03 [colin]      3.6.1cvs59
8848
8849         * src/msgcache.c
8850                 Speed up cache reading (about 10% gain)
8851         * src/summaryview.c
8852         * src/gtk/gtksctree.c
8853                 Speed up expand/collapse all threads
8854                 (about 95% gain)
8855
8856 2008-12-03 [paul]       3.6.1cvs58
8857
8858         * configure.ac
8859                 eradicate gcc4's signedness warnings
8860                 fix building with gnuTLS on (Open)Solaris
8861
8862 2008-12-01 [colin]      3.6.1cvs57
8863
8864         * src/gtk/gtkcmclist.c
8865                 Fix column headers
8866
8867 2008-12-01 [colin]      3.6.1cvs56
8868
8869         * src/plugins/pgpinline/pgpinline.c
8870                 Fix bug 1779, 'PGP Inline badly handles 
8871                 multipart'. Properly dump the current part
8872                 instead of running around with scissors
8873
8874 2008-11-30 [paul]       3.6.1cvs55
8875
8876         * manual/advanced.xml
8877         * manual/plugins.xml
8878         * src/prefs_toolbar.c
8879                 remove the verb from the page title and
8880                 update references in the manual
8881
8882 2008-11-30 [paul]       3.6.1cvs54
8883
8884         * src/prefs_other.c
8885                 move Other/ page to Other/Miscellaneous
8886         * src/gtk/prefswindow.c
8887                 make parent page unselectable
8888
8889 2008-11-29 [paul]       3.6.1cvs53
8890
8891         * README
8892                 add the new 'primary_paste_unselects' hidden
8893                 option, add missing 'log_[...]_color' options,
8894                 and reformat the text
8895         * manual/advanced.xml
8896                 add the new 'primary_paste_unselects' hidden
8897                 option, add missing 'log_[...]_color' options
8898
8899 2008-11-28 [colin]      3.6.1cvs52
8900
8901         * src/mimeview.c
8902                 Fix leak
8903
8904 2008-11-28 [colin]      3.6.1cvs51
8905
8906         * po/fr.po
8907                 Update translation
8908
8909 2008-11-28 [colin]      3.6.1cvs50
8910
8911         * src/mainwindow.c
8912                 Fix account selection in Mailing list
8913                 menu
8914
8915 2008-11-28 [paul]       3.6.1cvs49
8916
8917         * po/Makefile.in.in
8918                 automatically remove obsolete strings
8919
8920 2008-11-28 [colin]      3.6.1cvs48
8921
8922         * src/plugins/pgpcore/sgpgme.c
8923                 Fix error message when key isn't available.
8924
8925 2008-11-27 [colin]      3.6.1cvs47
8926
8927         * src/filtering.c
8928         * src/matcher.c
8929                 Fix a little leak
8930
8931 2008-11-26 [colin]      3.6.1cvs46
8932
8933         * src/common/ssl.c
8934                 Fix new warning
8935
8936 2008-11-26 [colin]      3.6.1cvs45
8937
8938         * src/plugins/pgpcore/select-keys.c
8939         * src/plugins/pgpcore/sgpgme.c
8940                 Fix bug 1591, 'S/MIME: better key 
8941                 handling/selection dialog'
8942                 Really ignore revoked/expired keys
8943
8944 2008-11-26 [colin]      3.6.1cvs44
8945
8946         * src/main.c
8947         * src/common/claws.c
8948         * src/common/ssl.c
8949                 Make sure libgcrypt's threading is initialised
8950                 before gnutls. See also old bug 1539.
8951
8952 2008-11-26 [colin]      3.6.1cvs43
8953
8954         * src/imap.c
8955         * src/news.c
8956         * src/etpan/imap-thread.c
8957                 Fix possible crashes due to clist_begin()
8958                 not checking for NULLs (it should!)
8959
8960 2008-11-25 [colin]      3.6.1cvs42
8961
8962         * src/procmime.c
8963                 Fix line length in MIME parameters
8964
8965 2008-11-22 [paul]       3.6.1cvs41
8966
8967         * src/compose.c
8968                 grab Return key press in attachments Properties
8969                 dialog
8970
8971 2008-11-21 [colin]      3.6.1cvs40
8972
8973         * src/compose.c
8974         * src/procmime.c
8975                 Fix bug 1776, 'use encoded name parameters 
8976                 for attachments instead of ascii'.
8977                 Break the RFC 2047 by using B-encoded 
8978                 filename parameter, like everyone does,
8979                 following advice from the RFC author.
8980
8981 2008-11-21 [colin]      3.6.1cvs39
8982
8983         * src/common/socket.c
8984                 Rehandshake if server asks to
8985
8986 2008-11-21 [colin]      3.6.1cvs38
8987
8988         * src/mimeview.h
8989         * src/toolbar.h
8990         * src/common/session.h
8991         * src/common/smtp.h
8992                 Move conditional-compilation members to
8993                 end of structs
8994
8995 2008-11-19 [wwp]        3.6.1cvs37
8996
8997         * src/prefs_actions.c
8998                 Fixed wrong behaviour when pressing Escape (was not cancelling
8999                 the action).
9000
9001 2008-11-19 [wwp]        3.6.1cvs36
9002
9003         * src/compose.c
9004         * src/matcher.c
9005         * src/messageview.c
9006         * src/mimeview.c
9007         * src/prefs_actions.c
9008         * src/prefs_filtering_action.c
9009         * src/procmsg.c
9010         * src/summaryview.c
9011         * src/textview.c
9012         * src/common/utils.c
9013                 Replace occurrences of "command line" with "command-line" everywhere.
9014                 Enforce code style (mostly indentation) in prefs_actions.c.
9015
9016 2008-11-19 [colin]      3.6.1cvs35
9017
9018         * src/compose.c
9019         * src/prefs_common.c
9020         * src/prefs_common.h
9021                 Add primary_paste_unselects hidden preference
9022                 to change how middle-click pasting changes
9023                 the selection and insert point; defaults to
9024                 pre-3.6.1cvs31
9025
9026 2008-11-19 [colin]      3.6.1cvs34
9027
9028         * src/folderview.c
9029                 Always give focus to summaryview, even if
9030                 the folder is empty, in small screen layout.
9031                 Allows to go back to folderlist using the
9032                 keyboard.
9033
9034 2008-11-18 [colin]      3.6.1cvs33
9035
9036         * src/mainwindow.h
9037                 Put back conditional at the end of struct
9038
9039 2008-11-18 [colin]      3.6.1cvs32
9040
9041         * src/procmime.c
9042         * src/common/w32_reg.c
9043                 Fix crash on win32 when browsing to a
9044                 directory
9045
9046 2008-11-15 [colin]      3.6.1cvs31
9047
9048         * src/compose.c
9049                 After a mid-click paste, deselect selection
9050                 and go to end of paste.
9051
9052 2008-11-15 [colin]      3.6.1cvs30
9053
9054         * src/compose.c
9055                 Auto-save draft after external editor quits
9056
9057 2008-11-15 [colin]      3.6.1cvs29
9058
9059         * src/plugins/pgpcore/sgpgme.c
9060                 Fix wrong error display, thanks to
9061                 Charles A. Edwards
9062
9063 2008-11-14 [colin]      3.6.1cvs28
9064
9065         * src/prefs_actions.c
9066                 Comment out bogus (IMO) warning
9067
9068 2008-11-14 [colin]      3.6.1cvs27
9069
9070         * src/mainwindow.c
9071         * src/summaryview.c
9072         * src/summaryview.h
9073         * src/gtk/menu.c
9074         * src/gtk/menu.h
9075                 Share summaryview's context menu actions with
9076                 the equivalent menu items of the main menu;
9077                 this allows to share accelerators and de-
9078                 duplicate code.
9079
9080 2008-11-14 [colin]      3.6.1cvs26
9081
9082         * src/plugins/pgpcore/sgpgme.c
9083                 Fix bug 1768, 'claws-mail crashes while 
9084                 checking smime bad signature'
9085
9086 2008-11-13 [colin]      3.6.1cvs25
9087
9088         * src/account.c
9089         * src/filtering.c
9090                 Fix redefinition of PREFSBUFSIZE
9091
9092 2008-11-13 [wwp]        3.6.1cvs24
9093
9094         * tools/popfile-link.sh
9095                 Add support for reusing existing POPFile session ID.
9096
9097 2008-11-12 [colin]      3.6.1cvs23
9098
9099         * src/prefs_gtk.h
9100                 Fix bug 1771, 'Folder template gets 
9101                 truncated when exiting the application'
9102                 Use a 32k buffer for string preferences
9103
9104 2008-11-11 [colin]      3.6.1cvs22
9105
9106         * src/summaryview.c
9107                 Fix "display sender using addressbook" when
9108                 prefs_common.swap_from is in use. Patch by
9109                 H. Merijn Brand
9110
9111 2008-11-11 [colin]      3.6.1cvs21
9112
9113         * src/autofaces.c
9114         * src/common/md5.c
9115         * src/common/md5.h
9116                 Make a few functions static
9117
9118 2008-11-07 [colin]      3.6.1cvs20
9119
9120         * src/mainwindow.c
9121         * src/summaryview.c
9122                 Fix crash when rebuilding colorlabel
9123                 menu
9124         * src/addrgather.c
9125         * src/editldap.c
9126         * src/prefs_account.c
9127         * src/prefs_compose_writing.c
9128         * src/prefs_logging.c
9129         * src/prefs_message.c
9130         * src/prefs_other.c
9131         * src/prefs_receive.c
9132         * src/prefs_summaries.c
9133         * src/prefs_wrapping.c
9134         * src/plugins/bogofilter/bogofilter_gtk.c
9135         * src/plugins/pgpcore/prefs_gpg.c
9136         * src/plugins/spamassassin/spamassassin_gtk.c
9137                 Fix deprecated use of page_size in 
9138                 gtkspinbutton adjustments
9139
9140 2008-11-06 [mones]      3.6.1cvs19
9141
9142         * src/mainwindow.c
9143                 Fix missing "About" in Help menu
9144         * tools/claws.i18n.status.pl
9145                 Fix header
9146
9147 2008-11-05 [colin]      3.6.1cvs18
9148
9149         * src/action.c
9150         * src/main.c
9151         * src/mainwindow.c
9152         * src/common/socket.c
9153         * src/common/socket.h
9154         * src/gtk/gtkutils.c
9155         * src/gtk/gtkutils.h
9156                 w32: Implement single launch (lock
9157                 socket); always put debug log to
9158                 the rc_dir; fix Start menu update
9159                 after registering as default Mail 
9160                 app
9161
9162 2008-11-05 [colin]      3.6.1cvs17
9163
9164         * src/mainwindow.c
9165                 Setting the Mail start menu item in HKCU 
9166                 confuses the Internet Options dialog. Do 
9167                 it in HKLM as this dialog does.
9168
9169 2008-11-04 [colin]      3.6.1cvs16
9170
9171         * src/common/w32_reg.c
9172                 Fix off-by-one
9173
9174 2008-11-04 [colin]      3.6.1cvs15
9175
9176         * src/procmime.c
9177                 w32: Fix getting content-type 
9178         * src/mimeview.c
9179         * src/prefs_common.c
9180         * src/prefs_common.h
9181         * src/prefs_ext_prog.c
9182         * src/textview.c
9183                 w32: better integration (use the
9184                 standard file associations instead
9185                 of our platform-unadapted open
9186                 dialog)
9187         * src/mainwindow.c
9188         * src/common/utils.c
9189         * src/common/w32_reg.c
9190         * src/common/w32lib.h
9191                 w32: better integration (allow 
9192                 setting Claws as default MUA)
9193
9194 2008-11-01 [colin]      3.6.1cvs14
9195
9196         * src/codeconv.c
9197                 Fix wrongly converted non-ascii characters
9198                 when locale's charset is US-ASCII (strict-mode
9199                 was failing in this case)
9200
9201 2008-10-30 [colin]      3.6.1cvs13
9202
9203         * src/mimeview.c
9204         * src/mimeview.h
9205         * src/textview.c
9206         * src/textview.h
9207                 Use one UI Manager per mimeview, instead of
9208                 the global one -- else user_data pointer gets
9209                 broken if opening and closing another message-
9210                 view, then using right-click on a mimeview's 
9211                 mimepart. Probably fixes bug 1711, 'Save-as
9212                 attachment crashes'
9213
9214 2008-10-24 [paul]       3.6.1cvs12
9215
9216         * tools/Makefile.am
9217         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9218         * tools/kdeservicemenu/install.sh
9219                 another, possibly the final?, attempt on getting this
9220                 sorted for kde4
9221
9222 2008-10-24 [paul]       3.6.1cvs11
9223
9224         * tools/kdeservicemenu/install.sh
9225                 fix servicemenu installation directory on kde4
9226
9227 2008-10-24 [paul]       3.6.1cvs10
9228
9229         * tools/kdeservicemenu/README
9230         * tools/kdeservicemenu/install.sh
9231                 add support for kde4 in addition to kde3.
9232                 a rework involving checking for kde4-config, then
9233                 kde-config, finally prompting the user for the
9234                 location of either if they cannot be found
9235                 
9236
9237 2008-10-18 [paul]       3.6.1cvs9
9238
9239         * tools/claws.i18n.status.pl
9240                 updated with latest translator info.
9241                 only print for languages defined in %langname
9242
9243 2008-10-17 [paul]       3.6.1cvs8
9244
9245         * src/plugins/pgpcore/sgpgme.c
9246                 when listing the uid's, show the uid validity
9247
9248 2008-10-16 [paul]       3.6.1cvs7
9249
9250         * INSTALL
9251                 updated
9252
9253 2008-10-13 [wwp]        3.6.1cvs6
9254
9255         * po/fr.po
9256                 Updated French translation.
9257
9258 2008-10-11 [colin]      3.6.1cvs5
9259
9260         * src/gtk/authors.h
9261                 Fix bug 1756, "Outdated translators list in About 
9262                 dialogue". Patch by Aleksei Miheev.
9263
9264 2008-10-11 [colin]      3.6.1cvs4
9265
9266         * src/account.c
9267         * src/imap.c
9268         * src/inc.c
9269         * src/main.c
9270         * src/mainwindow.c
9271         * src/news.c
9272         * src/pop.c
9273         * src/pop.h
9274         * src/prefs_account.c
9275         * src/send_message.c
9276         * src/send_message.h
9277         * src/ssl_manager.c
9278         * src/ssl_manager.h
9279         * src/wizard.c
9280         * src/common/claws.c
9281         * src/common/defs.h
9282         * src/common/session.c
9283         * src/common/session.h
9284         * src/common/smtp.c
9285         * src/common/smtp.h
9286         * src/common/socket.c
9287         * src/common/socket.h
9288         * src/common/ssl.c
9289         * src/common/ssl.h
9290         * src/common/ssl_certificate.c
9291         * src/common/ssl_certificate.h
9292         * src/gtk/about.c
9293         * src/gtk/sslcertwindow.c
9294         * src/gtk/sslcertwindow.h
9295                 Remove OpenSSL code
9296
9297 2008-10-11 [colin]      3.6.1cvs3
9298
9299         * src/common/ssl_certificate.c
9300                 Make local function static
9301
9302 2008-10-10 [colin]      3.6.1cvs2
9303
9304         * src/common/ssl.h
9305         * src/common/ssl_certificate.c
9306         * src/gtk/sslcertwindow.c
9307                 Add offline certificate verification,
9308                 thanks to Nikos Mavrogiannopoulos for the
9309                 hints
9310
9311 2008-10-10 [colin]      3.6.1cvs1
9312
9313         * src/common/ssl_certificate.c
9314         * src/gtk/sslcertwindow.c
9315                 Fix warnings
9316
9317 2008-10-10 [paul]       3.6.1
9318
9319         * m4/spamassassin.m4
9320                 remove openssl dross
9321
9322         * NEWS
9323         * README
9324         * RELEASE_NOTES 
9325                 3.6.1 released!
9326
9327 2008-10-10 [colin]      3.6.0cvs25
9328
9329         * src/common/ssl.c
9330                 Tell libetpan it doesn't need to init
9331                 GnuTLS
9332
9333 2008-10-10 [colin]      3.6.0cvs24
9334
9335         * claws-mail.pc.in
9336                 Remove references to openssl
9337
9338 2008-10-09 [colin]      3.6.0cvs23
9339
9340         * configure.ac
9341                 Fix message
9342
9343 2008-10-09 [colin]      3.6.0cvs22
9344
9345         * configure.ac
9346                 Error out when building against openssl
9347
9348 2008-10-09 [colin]      3.6.0cvs21
9349
9350         * configure.ac
9351         * COPYING
9352         * src/crash.c
9353         * src/main.c
9354         * src/gtk/about.c
9355                 Disable OpenSSL due to requirement of
9356                 OpenSSL exception. Code not removed yet,
9357                 just in case, but disabled.
9358
9359 2008-10-09 [colin]      3.6.0cvs20
9360
9361         * configure.ac
9362         * src/Makefile.am
9363         * src/crash.c
9364         * src/gedit-print.c
9365         * src/gedit-print.h
9366         * src/main.c
9367         * src/mainwindow.c
9368         * src/messageview.c
9369         * src/prefs_ext_prog.c
9370         * src/prefs_fonts.c
9371         * src/prefs_image_viewer.c
9372         * src/printing.c
9373         * src/printing.h
9374         * src/summaryview.c
9375         * src/gtk/Makefile.am
9376         * src/gtk/about.c
9377         * src/gtk/gtksourceprintjob.c
9378         * src/gtk/gtksourceprintjob.h
9379                 Revert previous patch. It'd be better to remove
9380                 OpenSSL instead, as GnuTLS works as well.
9381
9382 2008-10-09 [colin]      3.6.0cvs19
9383
9384         * configure.ac
9385         * src/Makefile.am
9386         * src/crash.c
9387         * src/gedit-print.c
9388         * src/gedit-print.h
9389         * src/main.c
9390         * src/mainwindow.c
9391         * src/messageview.c
9392         * src/prefs_ext_prog.c
9393         * src/prefs_fonts.c
9394         * src/prefs_image_viewer.c
9395         * src/printing.c
9396         * src/printing.h
9397         * src/summaryview.c
9398         * src/gtk/Makefile.am
9399         * src/gtk/about.c
9400         * src/gtk/gtksourceprintjob.c
9401         * src/gtk/gtksourceprintjob.h
9402                 Remove the libgnomeprint interface (deprecated,
9403                 and fixes Debian's #501570, 'Copyright confusion')
9404
9405 2008-10-09 [colin]      3.6.0cvs18
9406
9407         * configure.ac
9408                 Require libetpan 0.57 (important fixes)
9409
9410 2008-10-08 [paul]       3.6.0cvs17
9411
9412         * src/prefs_filtering_action.c
9413         * src/prefs_matcher.c
9414                 enable re-ordering of the filtering/processing
9415                 condition and actions lists by drag'n'drop
9416
9417 2008-10-08 [colin]      3.6.0cvs16
9418
9419         * src/addressbook.c
9420                 Fix wrong menu title
9421
9422 2008-10-07 [colin]      3.6.0cvs15
9423
9424         * src/imap.c
9425                 After thinking, revert this. It's only a minor
9426                 annoyance to GSSAPI users, and I can't test this
9427                 right now. Postponed until after next good release.
9428
9429 2008-10-07 [colin]      3.6.0cvs14
9430
9431         * src/imap.c
9432                 Don't ask for a password when using GSSAPI
9433
9434 2008-10-07 [colin]      3.6.0cvs13
9435
9436         * src/mainwindow.c
9437                 Fix build with GTK+ < 2.14
9438
9439 2008-10-07 [colin]      3.6.0cvs12
9440
9441         * src/mainwindow.c
9442         * src/mainwindow.h
9443         * src/prefs_common.c
9444         * src/prefs_common.h
9445         * src/summaryview.c
9446         * src/gtk/colorlabel.c
9447                 Fix bug 1749, 'Shortcut keys for color labels 
9448                 not changeable'
9449                 Make fullscreen a setting remembered between
9450                 sessions
9451
9452 2008-10-07 [colin]      3.6.0cvs11
9453
9454         * src/prefs_other.c
9455                 Fix bug 1747, 'Wanderlust keybindings no longer 
9456                 working (regression)'
9457
9458 2008-10-07 [colin]      3.6.0cvs10
9459
9460         * src/mainwindow.c
9461                 Make fullscreen a real menu item
9462
9463 2008-10-07 [colin]      3.6.0cvs9
9464
9465         * src/mainwindow.c
9466                 Make sure we won't save size when
9467                 fullscreening
9468
9469 2008-10-06 [colin]      3.6.0cvs8
9470
9471         * src/mainwindow.c
9472         * src/mainwindow.h
9473                 Handle fullscreen via F11. Patch by
9474                 Michael Rasmussen
9475
9476 2008-10-06 [colin]      3.6.0cvs7
9477
9478         * src/common/ssl.c
9479                 Fix return value when setting client cert
9480
9481 2008-10-04 [colin]      3.6.0cvs6
9482
9483         * src/mimeview.c
9484                 Fix bug 1742, 'Attachment list contents not 
9485                 visible/scrollable'
9486
9487 2008-10-04 [paul]       3.6.0cvs5
9488
9489         * src/mainwindow.c
9490                 fix failure of Hide toolbar option on restart
9491
9492 2008-10-04 [colin]      3.6.0cvs4
9493
9494         * src/addressbook.c
9495         * src/compose.c
9496         * src/mainwindow.c
9497         * src/messageview.c
9498         * src/summaryview.c
9499                 Maemo: Fix bug 1737, Crashes upon opening
9500
9501 2008-10-04 [paul]       3.6.0cvs3
9502
9503         * po/pt_BR.po
9504                 submitted (just a little late) by Frederico
9505                 Goncalves Guimaraes
9506
9507 2008-10-03 [wwp]        3.6.0cvs2
9508
9509         * po/fr.po
9510                 Many fixes, mostly in menus and accelerators.
9511
9512 2008-10-03 [colin]      3.6.0cvs1
9513
9514         * src/gtk/filesel.c
9515                 Allow network mounts with new GTKs: they're
9516                 available via FUSE mounts and we don't need
9517                 GVFS.
9518
9519 2008-10-03 [paul]       3.6.0
9520
9521         * NEWS
9522         * README
9523         * RELEASE_NOTES 
9524                 3.6.0 released!
9525
9526 2008-10-03 [paul]       3.5.0cvs145
9527
9528         * configure.ac
9529         * po/bg.po
9530         * po/nl.po
9531         * po/ru.po
9532         * po/sv.po
9533                 new translations. added by Yasen Pramatarov,
9534                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9535         * po/ca.po
9536         * po/de.po
9537         * po/fi.po
9538         * po/fr.po
9539         * po/hu.po
9540         * po/it.po
9541         * po/pl.po
9542         * po/zh_CN.po
9543                 updated translations. submitted by Miquel Oliete,
9544                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9545                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9546
9547 2008-10-02 [colin]      3.5.0cvs144
9548
9549         * src/common/session.c
9550                 Fix crash when connection fails on windows
9551
9552 2008-10-01 [colin]      3.5.0cvs143
9553
9554         * src/imap.c
9555                 Real fix for FS-unsafe chars on win32
9556
9557 2008-10-01 [colin]      3.5.0cvs142
9558
9559         * src/imap.c
9560                 Encode prohibited filenames on win32
9561
9562 2008-09-30 [mones]      3.5.0cvs141
9563
9564         * src/ldapctrl.c
9565         * src/main.c
9566         * src/prefs_themes.c
9567         * src/printing.c
9568                 Fix output of some debug messages
9569
9570 2008-09-30 [colin]      3.5.0cvs140
9571
9572         * src/addrbook.c
9573         * src/addrharvest.c
9574         * src/compose.c
9575         * src/jpilot.c
9576         * src/mh.c
9577         * src/prefs_themes.c
9578         * src/procheader.c
9579         * src/procmime.c
9580         * src/summaryview.c
9581         * src/common/utils.c
9582         * src/gtk/sslcertwindow.c
9583                 Win32: Fix time usage; use g_stat
9584
9585 2008-09-29 [colin]      3.5.0cvs139
9586
9587         * src/common/utils.c
9588                 Fix case-sensitive match of subject
9589                 prefixes on win32
9590
9591 2008-09-29 [colin]      3.5.0cvs138
9592
9593         * src/folder_item_prefs.c
9594         * src/folder_item_prefs.h
9595         * src/matcher.c
9596         * src/prefs_folder_item.c
9597         * src/prefs_matcher.c
9598         * src/summaryview.c
9599         * src/common/string_match.c
9600         * src/common/utils.c
9601                 Fix a huge leak (dozens of megs per folder
9602                 change) on Windows: disable regexps 
9603
9604 2008-09-28 [paul]       3.5.0cvs137
9605
9606         * po/en_GB.po
9607                 updated
9608
9609 2008-09-27 [colin]      3.5.0cvs136
9610
9611         * src/account.c
9612         * src/account.h
9613                 Add accessor for cur_account
9614
9615 2008-09-27 [colin]      3.5.0cvs135
9616
9617         * src/imap.c
9618                 Fix crash when error happen on session establishment
9619
9620 2008-09-26 [mones]      3.5.0cvs134
9621
9622         * po/es.po
9623                 Updated for release
9624
9625 2008-09-26 [colin]      3.5.0cvs133
9626
9627         * src/plugins/pgpcore/claws.def
9628                 Fix symbol
9629
9630 2008-09-26 [colin]      3.5.0cvs132
9631
9632         * src/prefs_common.c
9633         * src/prefs_common.h
9634         * src/plugins/pgpcore/pgp_viewer.c
9635                 Add an accessor to prefs_common for plugins
9636                 (Win32 fix)
9637
9638 2008-09-25 [colin]      3.5.0cvs131
9639
9640         * src/main.c
9641                 Fix bug 1725, 'useless lines in clawsrc'
9642         * src/plugins/smime/mypgpcore.def
9643                 Add a missing symbol
9644
9645 2008-09-25 [paul]       3.5.0cvs130
9646
9647         * src/plugins/smime/mypgpcore.def
9648         * src/plugins/smime/plugin.def
9649         * src/plugins/smime/version.rc
9650                 add these windows-specific files
9651                 (Thanks to Colin)
9652
9653 2008-09-25 [colin]      3.5.0cvs129
9654
9655         * src/main.c
9656                 Load standard plugins only on first run
9657
9658 2008-09-25 [colin]      3.5.0cvs128
9659
9660         * src/codeconv.c
9661                 Fix build...
9662
9663 2008-09-24 [colin]      3.5.0cvs127
9664
9665         * src/codeconv.c
9666                 Add nb_NO's charset (iso-8859-1)
9667
9668 2008-09-24 [colin]      3.5.0cvs126
9669
9670         * src/common/utils.c
9671                 Fix get_mail_base_dir() on windows
9672                 (was synced from main ages ago)
9673
9674 2008-09-24 [colin]      3.5.0cvs125
9675
9676         * src/main.c
9677         * src/wizard.c
9678                 Integrate better with Windows' style
9679
9680 2008-09-23 [paul]       3.5.0cvs124
9681
9682         * src/compose.c
9683         * src/mainwindow.c
9684         * src/messageview.c
9685                 offer these strings to translators too 
9686
9687 2008-09-23 [colin]      3.5.0cvs123
9688
9689         * configure.ac
9690                 Add a --disable-dbus flag in case we want
9691                 no DBUS even if headers are available (like
9692                 for building gpg4win)
9693         * src/filtering.c
9694         * src/mainwindow.c
9695         * src/prefs_logging.c
9696         * src/common/utils.c
9697         * src/plugins/pgpcore/sgpgme.c
9698         * src/plugins/smime/claws.def
9699                 Windows fixes:
9700                 - disable filtering log (it's crashy for
9701                   some reason)
9702                 - fix gmtime_r when time is -1 (before 01/01/70)
9703                 - add symbols for smime
9704
9705 2008-09-22 [colin]      3.5.0cvs122
9706
9707         * src/common/utils.c
9708         * src/account.c
9709                 Remove raw printf
9710         * src/compose.c
9711                 Fix cursor position after changing account
9712         * src/imap.c
9713         * src/mimeview.c
9714         * src/news.c
9715                 Fix absolute path detection 
9716
9717 2008-09-21 [colin]      3.5.0cvs121
9718
9719         * src/gtk/gtkaspell.c
9720                 Don't try to use empty dictionaries
9721
9722 2008-09-20 [colin]      3.5.0cvs120
9723
9724         * po/POTFILES.in
9725                 Add the new files to the translations
9726
9727 2008-09-20 [colin]      3.5.0cvs119
9728
9729         * configure.ac
9730         * src/plugins/Makefile.am
9731         * src/plugins/smime/Makefile.am
9732         * src/plugins/smime/plugin.c
9733         * src/plugins/smime/smime.c
9734         * src/plugins/smime/smime.deps
9735         * src/plugins/smime/smime.h
9736                 Include S/Mime plugin in the main plugins
9737                 Will ease the Gpg4win team's work
9738
9739 2008-09-20 [colin]      3.5.0cvs118
9740
9741         * src/autofaces.c
9742         * src/compose.c
9743         * src/ldapquery.c
9744         * src/main.c
9745         * src/news.c
9746         * src/common/socket.c
9747         * src/gtk/gtkutils.c
9748         * src/plugins/pgpcore/claws.def
9749                 Windows: more fixes, thanks to wwp and
9750                 Marcus Brinkmann
9751
9752 2008-09-20 [colin]      3.5.0cvs117
9753
9754         * src/imap.c
9755                 Tell on which server errors happened
9756
9757 2008-09-20 [colin]      3.5.0cvs116
9758
9759         * src/etpan/etpan-thread-manager.c
9760         * src/etpan/imap-thread.c
9761         * src/etpan/nntp-thread.c
9762                 Windows: Fix hang on IMAP/NNTP
9763
9764 2008-09-20 [colin]      3.5.0cvs115
9765
9766         * src/common/utils.c
9767                 Fix bug 1723, "Buffer overflow crash caused by 
9768                 preview in 'Date format help' dialog box"
9769                 Also, optimise fast_strftime a bit :)
9770
9771 2008-09-18 [colin]      3.5.0cvs114
9772
9773         * src/procmime.c
9774         * src/textview.c
9775                 Check for NULLs before str* functions
9776
9777 2008-09-18 [colin]      3.5.0cvs113
9778
9779         * src/messageview.c
9780         * src/procmime.c
9781         * src/textview.c
9782                 Handle html parts in multipart/related
9783                 Decode ISO-8859-1 as Windows-1252 (the former
9784                 is a subset of the latter) in order to 
9785                 workaround Outlook mails misencoding
9786         * src/gtk/logwindow.c
9787         * src/gtk/logwindow.h
9788                 Clear mainwindow's error pixmap when the
9789                 error scrolls out of the log
9790
9791 2008-09-17 [colin]      3.5.0cvs112
9792
9793         * src/image_viewer.c
9794                 Fix image loading (multiple childs added to 
9795                 scrolledwindow, break of the resize functionality)
9796         * src/account.c
9797         * src/prefs_folder_item.c
9798         * src/prefs_spelling.c
9799         * src/gtk/gtkaspell.c
9800                 Better fix problems with dictionaries updates
9801
9802 2008-09-17 [colin]      3.5.0cvs111
9803
9804         * src/common/utils.c
9805                 Fix double-opening (fixes multiple signatures when
9806                 using signify)
9807
9808 2008-09-16 [colin]      3.5.0cvs110
9809
9810         * src/prefs_account.c
9811         * src/prefs_folder_item.c
9812         * src/prefs_spelling.c
9813         * src/gtk/gtkaspell.c
9814                 Better stripping of aspell dictionaries names
9815
9816 2008-09-16 [colin]
9817
9818         * 3.6.0-rc1 released
9819
9820 2008-09-16 [colin]      3.5.0cvs109
9821
9822         * src/account.c
9823         * src/inc.c
9824         * src/mainwindow.c
9825         * src/prefs_account.h
9826         * src/prefs_other.c
9827         * src/send_message.c
9828         * src/gtk/inputdialog.c
9829                 Don't add a pref to allow remembering passwords
9830                 (Just not checking the checkbox is enough)
9831
9832 2008-09-16 [colin]      3.5.0cvs108
9833
9834         * configure.ac
9835                 Require libetpan 0.56 as 0.55 is crashy
9836         * src/messageview.c
9837                 Fix english
9838         * src/gtk/inputdialog.c
9839         * src/gtk/inputdialog.h
9840                 Fix warnings
9841
9842 2008-09-16 [wwp]        3.5.0cvs107
9843
9844         * src/compose.c
9845                 Complete 3.5.0cvs106 by removing a function that got
9846                 moved to account.[ch].
9847
9848 2008-09-16 [wwp]        3.5.0cvs106
9849
9850         * src/account.c
9851         * src/account.h
9852         * src/compose.c
9853         * src/quote_fmt.c
9854         * src/quote_fmt_lex.l
9855         * src/quote_fmt_parse.y
9856                 Add account signature (path and value string) manipulation
9857                 keywords to the template processor. It's now possible in
9858                 all templates to insert the account signature to an
9859                 arbitrary location or to pass it to a external script for
9860                 further editing.
9861
9862
9863 2008-09-16 [mones]      3.5.0cvs105
9864
9865         * src/imap.c
9866         * src/inc.c
9867         * src/mainwindow.c
9868         * src/mainwindow.h
9869         * src/news.c
9870         * src/prefs_account.h
9871         * src/prefs_common.c
9872         * src/prefs_common.h
9873         * src/prefs_other.c
9874         * src/send_message.c
9875         * src/gtk/inputdialog.c
9876         * src/gtk/inputdialog.h
9877                 Implement session passwords: unsaved passwords for receiving
9878                 or sending of accounts can be remembered while running to 
9879                 avoid repetitive typing.
9880                 As keeping passwords in memory is unsafe a new preference 
9881                 in Other page is added to activate or not such capability.
9882
9883 2008-09-14 [colin]      3.5.0cvs104
9884
9885         * src/codeconv.c
9886         * src/codeconv.h
9887                 Make conv_iconv_strdup static
9888
9889 2008-09-12 [colin]      3.5.0cvs103
9890
9891         * claws-mail.pc.in
9892         * src/Makefile.am
9893         * src/compose.c
9894         * src/compose.h
9895         * src/crash.c
9896         * src/folder_item_prefs.c
9897         * src/folder_item_prefs.h
9898         * src/main.c
9899         * src/prefs_account.c
9900         * src/prefs_common.c
9901         * src/prefs_common.h
9902         * src/prefs_folder_item.c
9903         * src/prefs_spelling.c
9904         * src/prefs_template.c
9905         * src/quote_fmt.h
9906         * src/quote_fmt_parse.y
9907         * src/toolbar.c
9908         * src/toolbar.h
9909         * src/gtk/Makefile.am
9910         * src/gtk/about.c
9911         * src/gtk/filesel.c
9912         * src/gtk/gtkaspell.c
9913         * src/gtk/gtkaspell.h
9914         * src/plugins/bogofilter/Makefile.am
9915         * src/plugins/dillo_viewer/Makefile.am
9916         * src/plugins/spamassassin/Makefile.am
9917         * src/plugins/trayicon/Makefile.am
9918                 Switch spellchecker to Enchant
9919
9920 2008-09-12 [paul]       3.5.0cvs102
9921
9922         * tools/README
9923         * tools/csv2addressbook.pl
9924                 add support for Fox Mail
9925
9926 2008-09-12 [paul]       3.5.0cvs101
9927
9928         * src/compose.c
9929         * src/prefs_wrapping.c
9930                 changes to English
9931
9932 2008-09-12 [paul]       3.5.0cvs100
9933
9934         * configure.ac
9935                 revert cvs99's libenchant commit error
9936
9937 2008-09-12 [colin]      3.5.0cvs99
9938
9939         * src/inc.c
9940                 Only go to inbox if there are new mails
9941                 (and fetch was manual)
9942
9943 2008-09-10 [colin]      3.5.0cvs98
9944
9945         * src/inc.c
9946         * src/summaryview.c
9947         * src/common/session.c
9948                 Use g_timeout_add_seconds instead of g_timeout_add
9949                 on glib >= 2.14 when we don't need precision on the 
9950                 delay. This helps reducing power consumption:
9951                 http://mjg59.livejournal.com/74651.html
9952
9953 2008-09-10 [colin]      3.5.0cvs97
9954
9955         * src/compose.c
9956                 Don't save window size and position when
9957                 compose is hidden (filtering action)
9958
9959 2008-09-09 [colin]      3.5.0cvs96
9960
9961         * src/action.h
9962         * src/addr_compl.c
9963         * src/addressadd.c
9964         * src/addressbook.h
9965         * src/addressbook_foldersel.c
9966         * src/addressitem.h
9967         * src/addrgather.c
9968         * src/alertpanel.c
9969         * src/browseldap.c
9970         * src/editaddress.c
9971         * src/editaddress_other_attributes_ldap.h
9972         * src/editbook.c
9973         * src/editjpilot.c
9974         * src/editldap.c
9975         * src/editldap_basedn.c
9976         * src/editvcard.c
9977         * src/exphtmldlg.c
9978         * src/expldifdlg.c
9979         * src/export.c
9980         * src/foldersel.c
9981         * src/foldersel.h
9982         * src/gedit-print.c
9983         * src/gedit-print.h
9984         * src/grouplistdialog.c
9985         * src/headerview.c
9986         * src/headerview.h
9987         * src/image_viewer.c
9988         * src/import.c
9989         * src/importldif.c
9990         * src/importmutt.c
9991         * src/importpine.c
9992         * src/inc.c
9993         * src/main.c
9994         * src/main.h
9995         * src/messageview.c
9996         * src/messageview.h
9997         * src/noticeview.c
9998         * src/prefs_actions.c
9999         * src/prefs_filtering.c
10000         * src/prefs_folder_column.c
10001         * src/prefs_gtk.h
10002         * src/prefs_summary_column.c
10003         * src/prefs_toolbar.c
10004         * src/send_message.c
10005         * src/setup.c
10006         * src/sourcewindow.c
10007         * src/sourcewindow.h
10008         * src/ssl_manager.c
10009         * src/statusbar.c
10010         * src/statusbar.h
10011         * src/stock_pixmap.c
10012         * src/stock_pixmap.h
10013         * src/summaryview.c
10014         * src/textview.c
10015         * src/textview.h
10016         * src/undo.h
10017         * src/uri_opener.c
10018         * src/wizard.c
10019         * src/wizard.h
10020         * src/common/ssl.h
10021         * src/common/utils.c
10022         * src/gtk/about.c
10023         * src/gtk/colorlabel.c
10024         * src/gtk/colorlabel.h
10025         * src/gtk/combobox.h
10026         * src/gtk/description_window.c
10027         * src/gtk/filesel.c
10028         * src/gtk/gtkaspell.c
10029         * src/gtk/gtkaspell.h
10030         * src/gtk/gtkcmclist.c
10031         * src/gtk/gtkcmclist.h
10032         * src/gtk/gtkcmctree.c
10033         * src/gtk/gtkcmctree.h
10034         * src/gtk/gtkcmoptionmenu.h
10035         * src/gtk/gtksctree.c
10036         * src/gtk/gtksctree.h
10037         * src/gtk/gtkshruler.c
10038         * src/gtk/gtkshruler.h
10039         * src/gtk/gtksourceprintjob.c
10040         * src/gtk/gtksourceprintjob.h
10041         * src/gtk/gtkutils.c
10042         * src/gtk/gtkutils.h
10043         * src/gtk/gtkvscrollbutton.c
10044         * src/gtk/gtkvscrollbutton.h
10045         * src/gtk/icon_legend.c
10046         * src/gtk/inputdialog.c
10047         * src/gtk/logwindow.c
10048         * src/gtk/logwindow.h
10049         * src/gtk/manage_window.c
10050         * src/gtk/manage_window.h
10051         * src/gtk/menu.c
10052         * src/gtk/prefswindow.c
10053         * src/gtk/progressdialog.c
10054         * src/gtk/progressdialog.h
10055         * src/plugins/bogofilter/bogofilter_gtk.c
10056         * src/plugins/pgpcore/passphrase.c
10057         * src/plugins/spamassassin/spamassassin_gtk.c
10058         * src/plugins/trayicon/trayicon.c
10059         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10060         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
10061         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
10062         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10063         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
10064                 Complete GTK+ 2.14 undeprecation
10065                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
10066
10067 2008-09-09 [colin]      3.5.0cvs95
10068
10069         * src/gtk/gtkcmclist.h
10070                 Fix build on GTK+ 2.14
10071
10072 2008-09-08 [colin]      3.5.0cvs94
10073
10074         * src/noticeview.c
10075         * src/noticeview.h
10076                 Remove GtkSignalFunc
10077
10078 2008-09-07 [colin]      3.5.0cvs93
10079
10080         * src/addressadd.c
10081         * src/addressbook_foldersel.c
10082         * src/gtk/gtkcmclist.c
10083         * src/gtk/gtkcmclist.h
10084         * src/gtk/gtkcmctree.c
10085         * src/gtk/gtkcmctree.h
10086         * src/gtk/gtksctree.c
10087         * src/gtk/prefswindow.c
10088         * src/gtk/prefswindow.h
10089                 Use GDestroyNotify instead of GtkDestroyNotify
10090                 (deprecated in GTK+ 2.14)
10091
10092 2008-09-07 [colin]      3.5.0cvs92
10093
10094         * src/textview.c
10095                 Fix bug 1712, 'invalid "Phishing attempt warning" 
10096                 when linked text ends with spaces'
10097
10098 2008-09-05 [colin]      3.5.0cvs91
10099
10100         * src/procmime.c
10101                 Maybe fix bug 1711, 'Save-as attachment crashes'
10102                 Possibly wrong free() due to pointer shifting
10103
10104 2008-09-05 [colin]      3.5.0cvs90
10105
10106         * src/compose.c
10107                 Fix bug 1710, 'User misreads "Discard Message" 
10108                 as "Discard Changes"'. Propose to save or discard
10109                 only the latest changes when closing an existing
10110                 draft. Autosave may still have saved parts of the
10111                 edit session.
10112
10113 2008-09-04 [colin]      3.5.0cvs89
10114
10115         * src/summaryview.c
10116                 Fix bug 1707, 'Segfault when sorting on non-visible column'
10117
10118 2008-09-01 [colin]      3.5.0cvs88
10119
10120         * src/imap.c
10121         * src/summaryview.c
10122         * src/common/tags.c
10123         * src/etpan/imap-thread.c
10124         * src/etpan/imap-thread.h
10125                 Store spam flag on IMAP (Junk/NonJunk, as 
10126                 ThunderBird does - this is nonstandard)
10127
10128 2008-08-31 [wwp]        3.5.0cvs87
10129
10130         * ChangeLog
10131                 Fix globish edition^Wediting.
10132
10133 2008-08-31 [wwp]        3.5.0cvs86
10134
10135         * src/addressbook.c
10136                 Don't break nickname editing for non-LDAP books (nickname
10137                 value was overwritten when editing existing contact, this
10138                 came from 3.0.2cvs109).
10139
10140 2008-08-30 [colin]      3.5.0cvs85
10141
10142         * src/mainwindow.c
10143         * src/summaryview.c
10144                 Fix "Apply tags..." key shortcut
10145
10146 2008-08-29 [iwkse]      3.5.0cvs84
10147
10148         * src/summaryview.c
10149                         Bit of clean:)
10150
10151 2008-08-29 [iwkse]      3.5.0cvs83
10152
10153         * src/summaryview.c
10154                         Disable "Move to trash" action if
10155                         we are in a trash-like folder.
10156                         Thanks to colinl
10157
10158 2008-08-29 [paul]       3.5.0cvs82
10159
10160         * configure.ac
10161                 bump up libetpan version requirement since
10162                 0.55 is released now
10163
10164 2008-08-28 [wwp]        3.5.0cvs81
10165
10166         * src/account.c
10167         * src/pop.c
10168         * src/prefs_account.c
10169         * src/prefs_account.h
10170                 Add finer granularity to the POP3's remove-after delay (now in
10171                 hours in addition to in days), patch by Paul Rolland.
10172
10173 2008-08-28 [wwp]        3.5.0cvs80
10174
10175         * src/gtk/combobox.c
10176                 Fix a typo in a comment.
10177
10178 2008-08-28 [iwkse]      3.5.0cvs79
10179
10180         * src/account.c
10181         * src/prefs_actions.c
10182         * src/prefs_filtering.c
10183         * src/prefs_template.c
10184                         Add search feature to the account, 
10185                         template and action dialog.
10186                         It's turned on selecting one row
10187                         of the list and typing some random
10188                         letter. Thanks to wwp, colinl
10189
10190 2008-08-28 [colin]      3.5.0cvs78
10191
10192         * src/Makefile.am
10193         * src/account.c
10194         * src/compose.c
10195         * src/prefs_account.c
10196         * src/prefs_account.h
10197         * src/privacy.c
10198         * src/privacy.h
10199         * src/procmime.c
10200         * src/stock_pixmap.c
10201         * src/stock_pixmap.h
10202         * src/summaryview.c
10203         * src/pixmaps/key_gpg_signed.xpm
10204                 Fix bug 1412, "Sign reply, if mail was signed"
10205                 Add an account preference to sign replies to signed mails
10206
10207 2008-08-28 [iwkse]      3.5.0cvs77
10208
10209         * src/prefs_filtering.c
10210                 Making the search more useful,
10211                 jumping directly to the relative rule.
10212
10213 2008-08-27 [colin]      3.5.0cvs76
10214
10215         * src/main.c
10216                 Add a bit of info
10217
10218 2008-08-27 [colin]      3.5.0cvs75
10219
10220         * src/gtk/gtkcmctree.c
10221                 Fix a few ifdefs
10222
10223 2008-08-26 [colin]      3.5.0cvs74
10224
10225         * src/gtk/gtkcmctree.c
10226                 Fix missing inits on old glib
10227
10228 2008-08-26 [wwp]        3.5.0cvs73
10229
10230         * src/common/utils.c
10231                 Added 'Fwd' to the list of known common subject prefixes.
10232
10233 2008-08-25 [iwkse]      3.5.0cvs72
10234
10235         * src/image_viewer.c
10236                 Add animated gif support to the
10237                 message preview.
10238
10239 2008-08-25 [colin]      3.5.0cvs71
10240
10241         * src/gtk/gtkcmctree.c
10242                 Make sure work isn't null
10243
10244 2008-08-24 [colin]      3.5.0cvs70
10245
10246         * src/common/ssl.c
10247                 Fix typo on SSL_CERT_DIR
10248
10249 2008-08-23 [holger]     3.5.0cvs69
10250
10251         * src/printing.c
10252                 Fix bug 1699 'Separator line mis-placed when
10253                 printing some e-mails'. The number of header lines
10254                 was not correctly calculated when Pango inserts
10255                 linebreaks
10256
10257 2008-08-23 [colin]      3.5.0cvs68
10258
10259         * src/mainwindow.c
10260                 Fix the account selector button; thanks
10261                 to wwp
10262
10263 2008-08-21 [colin]      3.5.0cvs67
10264
10265         * src/compose.c
10266         * src/compose.h
10267                 Add a compose preference for auto-indent
10268         * src/mainwindow.c
10269         * src/summaryview.c
10270                 Make colorlabel accels a bit less hacky
10271
10272 2008-08-21 [colin]      3.5.0cvs66
10273
10274         * src/compose.c
10275         * src/prefs_common.c
10276         * src/prefs_common.h
10277         * src/prefs_wrapping.c
10278                 Add a preference for autoindent; fix no_join tag
10279                 being applied to whole lines instead of just \n when
10280                 creating a line 
10281
10282 2008-08-21 [colin]      3.5.0cvs65
10283
10284         * src/compose.c
10285                 Add support for auto-indentation
10286
10287 2008-08-19 [colin]      3.5.0cvs64
10288
10289         * src/compose.c
10290                 Save Autowrap status in drafts/queued mails
10291
10292 2008-08-19 [colin]      3.5.0cvs63
10293
10294         * src/mainwindow.c
10295                 Fix a comment (in reality, test commit on
10296                 the new CVS server)
10297
10298 2008-08-17 [colin]      3.5.0cvs62
10299
10300         * src/prefs_actions.c
10301         * src/procmime.c
10302         * src/wizard.c
10303         * src/common/socket.h
10304         * src/gtk/gtkcmctree.c
10305                 Fix warnings
10306
10307 2008-08-16 [colin]      3.5.0cvs61
10308
10309         * src/editaddress_other_attributes_ldap.h
10310                 Add 'l' field (localityName)
10311
10312 2008-08-16 [colin]      3.5.0cvs60
10313
10314         * src/mainwindow.c
10315         * src/gtk/gtkcmclist.c
10316         * src/gtk/gtkcmclist.h
10317         * src/gtk/gtkcmctree.c
10318         * src/gtk/gtksctree.c
10319         * src/gtk/gtkutils.c
10320         * src/gtk/gtkvscrollbutton.c
10321                 Fix Maemo build (OS2007)
10322
10323 2008-08-14 [colin]      3.5.0cvs59
10324
10325         * src/folder.c
10326                 Don't crash if parent is null when creating
10327                 a folder
10328         * src/gtk/pluginwindow.c
10329                 Don't crash on race when closing window while
10330                 a plugin is loading and does gtk_iterations
10331
10332 2008-08-13 [colin]      3.5.0cvs58
10333
10334         * src/messageview.c
10335         * src/messageview.h
10336         * src/mimeview.c
10337                 Fix bug 1696, 'Viewing binary attachements 
10338                 as text over 1 MB' (various buglets)
10339
10340 2008-08-10 [colin]      3.5.0cvs57
10341
10342         * src/summaryview.c
10343         * src/gtk/gtkcmclist.c
10344                 Continue fixing GTK < 2.12 build, thanks to
10345                 Michael Hugues
10346
10347 2008-08-10 [colin]      3.5.0cvs56
10348
10349         * src/gtk/gtksctree.c
10350                 Fix build on GTK < 2.12
10351
10352 2008-08-09 [colin]      3.5.0cvs55
10353
10354         * src/mainwindow.c
10355                 Fix untranslatable strings, thanks to
10356                 Stephan Sachse
10357
10358 2008-08-07 [colin]      3.5.0cvs54
10359
10360         * src/compose.c
10361         * src/editaddress.c
10362         * src/folderview.c
10363         * src/mainwindow.c
10364         * src/message_search.c
10365         * src/mimeview.c
10366         * src/noticeview.c
10367         * src/prefs_account.c
10368         * src/prefs_common.c
10369         * src/prefs_customheader.c
10370         * src/prefs_ext_prog.c
10371         * src/prefs_filtering_action.c
10372         * src/prefs_gtk.c
10373         * src/prefs_logging.c
10374         * src/prefs_matcher.c
10375         * src/prefs_msg_colors.c
10376         * src/procmime.c
10377         * src/summary_search.c
10378         * src/summaryview.c
10379         * src/toolbar.c
10380         * src/gtk/colorsel.c
10381         * src/gtk/gtkaspell.c
10382         * src/gtk/gtkutils.c
10383         * src/gtk/gtkutils.h
10384         * src/gtk/inputdialog.c
10385         * src/gtk/pluginwindow.c
10386         * src/gtk/quicksearch.c
10387         * src/plugins/bogofilter/bogofilter_gtk.c
10388         * src/plugins/dillo_viewer/dillo_prefs.c
10389         * src/plugins/spamassassin/spamassassin_gtk.c
10390                 - Fix Ctrl-Space shortcut
10391                 - Fix mime-parsing bug in procmime (cvs52)
10392                 - Fix double-free in procmime (cvs52)
10393                 - Use gtk_bin_get_child instead of GTK_BIN()->child
10394                 - Fix Goto menu in mainwindow
10395
10396 2008-08-07 [mones]      3.5.0cvs53
10397
10398         * po/es.po
10399                 Updated translation (lots of changes!)
10400         * src/compose.c
10401                 Add missing accelerator key
10402         * src/mainwindow.c
10403                 Restored 'v' key function (thanks Colin!)
10404
10405 2008-08-06 [colin]      3.5.0cvs52
10406
10407         * src/addrbook.c
10408         * src/addrcindex.c
10409         * src/addrduplicates.c
10410         * src/addrharvest.c
10411         * src/enriched.c
10412         * src/html.c
10413         * src/ldif.c
10414         * src/mimeview.c
10415         * src/mutt.c
10416         * src/pine.c
10417         * src/procmime.c
10418         * src/vcard.c
10419         * src/wizard.c
10420                 Fix my use of g_utf8_strdown (it returns
10421                 a newly allocated string and doesn't
10422                 change the parameter)
10423
10424 2008-08-06 [colin]      3.5.0cvs51
10425
10426         * src/compose.c
10427                 Fix bug 1690, 'Copy/Paste in edit window may 
10428                 break Undo'; middle-click pastes aren't 
10429                 REPLACE_INSERT but just INSERT. 
10430                 Also, fix privacy menu selection
10431
10432 2008-08-05 [colin]      3.5.0cvs50
10433
10434         * src/action.c
10435         * src/addr_compl.c
10436         * src/addrbook.c
10437         * src/addrcindex.c
10438         * src/addrduplicates.c
10439         * src/addrharvest.c
10440         * src/enriched.c
10441         * src/html.c
10442         * src/ldif.c
10443         * src/main.c
10444         * src/mimeview.c
10445         * src/mutt.c
10446         * src/pine.c
10447         * src/procmime.c
10448         * src/vcard.c
10449         * src/wizard.c
10450         * src/common/socket.c
10451         * src/gtk/gtkutils.c
10452         * src/gtk/gtkutils.h
10453         * src/gtk/menu.c
10454         * src/plugins/spamassassin/spamassassin.c
10455                 More undeprecation (Glib)
10456
10457 2008-08-05 [colin]      3.5.0cvs49
10458
10459         * src/prefs_account.c
10460         * src/prefs_filtering_action.c
10461         * src/prefs_matcher.c
10462         * src/gtk/Makefile.am
10463         * src/gtk/claws-marshal.list
10464         * src/gtk/colorlabel.c
10465         * src/gtk/colorsel.c
10466         * src/gtk/foldersort.c
10467         * src/gtk/gtkaspell.c
10468         * src/gtk/gtkcmclist.c
10469         * src/gtk/gtkcmclist.h
10470         * src/gtk/gtkcmctree.c
10471         * src/gtk/gtkcmctree.h
10472         * src/gtk/gtkcmoptionmenu.c
10473         * src/gtk/gtkcmoptionmenu.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                 Try to finish yesterday's commit
10485
10486 2008-08-04 [colin]      3.5.0cvs48
10487
10488         * src/addressadd.c
10489         * src/addressbook.c
10490         * src/addressbook_foldersel.c
10491         * src/addressitem.h
10492         * src/addrgather.c
10493         * src/browseldap.c
10494         * src/compose.c
10495         * src/compose.h
10496         * src/editaddress.c
10497         * src/editaddress_other_attributes_ldap.c
10498         * src/editgroup.c
10499         * src/editldap_basedn.c
10500         * src/folderview.c
10501         * src/folderview.h
10502         * src/grouplistdialog.c
10503         * src/image_viewer.c
10504         * src/imap_gtk.c
10505         * src/importldif.c
10506         * src/main.c
10507         * src/mainwindow.c
10508         * src/message_search.c
10509         * src/mh_gtk.c
10510         * src/mimeview.c
10511         * src/mimeview.h
10512         * src/news_gtk.c
10513         * src/noticeview.h
10514         * src/prefs_account.c
10515         * src/prefs_filtering_action.c
10516         * src/prefs_matcher.c
10517         * src/prefs_msg_colors.c
10518         * src/prefs_summaries.c
10519         * src/statusbar.c
10520         * src/stock_pixmap.c
10521         * src/summary_search.c
10522         * src/summaryview.c
10523         * src/summaryview.h
10524         * src/textview.c
10525         * src/toolbar.h
10526         * src/gtk/Makefile.am
10527         * src/gtk/claws-marshal.list
10528         * src/gtk/colorsel.c
10529         * src/gtk/foldersort.c
10530         * src/gtk/gtkaspell.c
10531         * src/gtk/gtkcmclist.c
10532         * src/gtk/gtkcmclist.h
10533         * src/gtk/gtkcmctree.c
10534         * src/gtk/gtkcmctree.h
10535         * src/gtk/gtksctree.c
10536         * src/gtk/gtksctree.h
10537         * src/gtk/gtkutils.c
10538         * src/gtk/gtkutils.h
10539         * src/gtk/gtkvscrollbutton.c
10540         * src/gtk/menu.c
10541         * src/gtk/menu.h
10542         * src/gtk/quicksearch.c
10543         * src/plugins/dillo_viewer/dillo_viewer.c
10544         * src/plugins/pgpcore/select-keys.c
10545                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10546                 Undeprecate their implementation (GtkArg, GtkType, ...)
10547                 Undeprecate a few other things here and there
10548                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10549                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10550                 still have work to do
10551
10552 2008-08-04 [colin]      3.5.0cvs47
10553
10554         * src/compose.c
10555         * src/compose.h
10556         * src/toolbar.h
10557         * src/textview.c
10558         * src/stock_pixmap.c
10559         * src/statusbar.c
10560         * src/noticeview.h
10561         * src/mimeview.h
10562         * src/mainwindow.c
10563         * src/image_viewer.c
10564         * src/gtk/gtkaspell.c
10565         * src/gtk/gtkvscrollbutton.c
10566         * src/plugins/dillo_viewer/dillo_viewer.c
10567                 Undeprecate more things
10568
10569 2008-08-02 [colin]      3.5.0cvs46
10570
10571         * src/mainwindow.c
10572                 Fix toggle menu activation state
10573                 (thanks to cvs45 ;)
10574
10575 2008-08-02 [paul]       3.5.0cvs45
10576
10577         * src/mainwindow.c
10578                 fix sensitivity of
10579                 /View/Show or hide/Message View
10580
10581 2008-08-01 [paul]       3.5.0cvs44
10582
10583         * src/common/utils.c
10584         * src/plugins/pgpcore/claws.def
10585         * src/plugins/pgpinline/claws.def
10586                 fix compilation problems on mingw32,
10587                 (bug 1688) Patch by Marcus Brinkmann
10588
10589 2008-08-01 [colin]      3.5.0cvs43
10590
10591         * src/gtk/gtkutils.c
10592         * src/gtk/gtkvscrollbutton.c
10593                 Oups, fix build
10594
10595 2008-08-01 [colin]      3.5.0cvs42
10596
10597         * src/compose.c
10598         * src/foldersel.c
10599         * src/mainwindow.c
10600         * src/prefs_account.c
10601         * src/prefs_folder_item.c
10602         * src/prefs_quote.c
10603         * src/summaryview.c
10604         * src/gtk/gtkaspell.c
10605         * src/gtk/gtkutils.c
10606         * src/gtk/gtkvscrollbutton.c
10607                 Replace a few deprecated function calls
10608
10609 2008-08-01 [paul]       3.5.0cvs41
10610
10611         * src/action.c
10612                 fix crash that occurs because of recent GtkUIManager
10613                 changes. Thanks to Colin
10614
10615 2008-07-31 [colin]      3.5.0cvs40
10616
10617         * src/addressbook.c
10618         * src/compose.c
10619         * src/mainwindow.c
10620         * src/messageview.c
10621                 Some Maemo fixes
10622         * src/gtk/menu.c
10623         * src/gtk/menu.h
10624                 Remove deprecated helper funcs
10625
10626 2008-07-30 [colin]      3.5.0cvs39
10627
10628         * src/folderview.c
10629         * src/folderview.h
10630         * src/imap_gtk.c
10631         * src/mh_gtk.c
10632         * src/news_gtk.c
10633                 Move the folderview popup menu to GtkUIManager
10634
10635 2008-07-29 [colin]      3.5.0cvs38
10636
10637         * src/account.c
10638         * src/account.h
10639         * src/action.c
10640         * src/action.h
10641         * src/addressitem.h
10642         * src/compose.c
10643         * src/edittags.c
10644         * src/mainwindow.c
10645         * src/mainwindow.h
10646         * src/mimeview.c
10647         * src/summaryview.c
10648         * src/gtk/menu.c
10649         * src/gtk/menu.h
10650                 Switch the main menu to GtkUIManager
10651                 Warning fixes
10652
10653 2008-07-29 [colin]      3.5.0cvs37
10654
10655         * src/news.c
10656                 Fix bug 1684, 'view news messages with large 
10657                 attachements segfaults'
10658
10659 2008-07-29 [colin]      3.5.0cvs36
10660
10661         * src/action.c
10662         * src/action.h
10663         * src/addressbook.c
10664         * src/addressitem.h
10665         * src/compose.c
10666         * src/compose.h
10667         * src/messageview.c
10668         * src/messageview.h
10669         * src/summaryview.c
10670         * src/gtk/menu.c
10671         * src/gtk/menu.h
10672                 More switches to GtkUIManager
10673
10674 2008-07-26 [colin]      3.5.0cvs35
10675
10676         * src/gtk/menu.c
10677         * src/gtk/menu.h
10678                 Fix prototype
10679
10680 2008-07-25 [colin]      3.5.0cvs34
10681
10682         * src/addrcustomattr.c
10683         * src/addressbook.c
10684         * src/compose.c
10685         * src/editaddress.c
10686         * src/editaddress_other_attributes_ldap.h
10687         * src/edittags.c
10688         * src/mainwindow.c
10689         * src/mimeview.c
10690         * src/prefs_actions.c
10691         * src/prefs_filtering.c
10692         * src/prefs_template.c
10693         * src/summaryview.c
10694         * src/textview.c
10695         * src/textview.h
10696         * src/toolbar.c
10697         * src/gtk/about.c
10698         * src/gtk/menu.c
10699         * src/gtk/menu.h
10700         * src/plugins/trayicon/trayicon.c
10701                 More changes from GtkItemFactory to GtkUIManager
10702
10703 2008-07-25 [colin]      3.5.0cvs33
10704
10705         * src/gtk/menu.h
10706                 Add a macro to remove menu items
10707                 Make the gui_manager variable useless
10708
10709 2008-07-24 [colin]      3.5.0cvs32
10710
10711         * src/mimeview.c
10712                 Fix a gtk warning on clear
10713         * src/mainwindow.c
10714         * src/summaryview.c
10715         * src/summaryview.h
10716                 Switch the message list popup menu to
10717                 GtkUIManager
10718
10719 2008-07-23 [colin]      3.5.0cvs31
10720
10721         * src/plugins/pgpcore/pgp_viewer.c
10722         * src/plugins/pgpcore/sgpgme.c
10723                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10724                 Patch by Thomas Wiegner <wiegner@gmx.de>
10725
10726 2008-07-20 [paul]       3.5.0cvs30
10727
10728         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10729                 remove redundant GTK version check
10730
10731 2008-07-20 [ticho]      3.5.0cvs29
10732
10733         * src/folderview.c
10734         * src/imap_gtk.c
10735         * src/news_gtk.c
10736                 Moved sensitivity setting for "Download messages" for IMAP and
10737                 news folders from folderview.c to imap_gtk.c and news_gtk.c
10738                 respectively for better code readability.
10739                 Fixed indentation in news' set_sensitivity().
10740
10741 2008-07-20 [paul]       3.5.0cvs28
10742
10743         * src/addrgather.c
10744                 remove more redundant code following cvs27
10745
10746 2008-07-20 [paul]       3.5.0cvs27
10747
10748         * src/addrgather.c
10749                 remove now redundant code
10750         * src/mainwindow.c
10751         * src/mainwindow.h
10752                 fix bug 1673, 'Tools/Harvest adresses is
10753                 grayed out if folder is empty'
10754
10755 2008-07-19 [ticho]      3.5.0cvs26
10756
10757         * src/edittags.c
10758         * src/main.c
10759         * src/mimeview.c
10760         * src/mimeview.h
10761         * src/gtk/gtkutils.c
10762         * src/gtk/gtkutils.h
10763         * src/gtk/menu.c
10764         * src/gtk/menu.h
10765                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10766                 instead of deprecated GtkItemFactory.
10767
10768 2008-07-19 [colin]      3.5.0cvs25
10769
10770         * src/account.c
10771         * src/addrgather.c
10772         * src/compose.c
10773         * src/editldap.c
10774         * src/expldifdlg.c
10775         * src/importldif.c
10776         * src/main.c
10777         * src/mainwindow.c
10778         * src/mimeview.c
10779         * src/noticeview.c
10780         * src/prefs_account.c
10781         * src/prefs_actions.c
10782         * src/prefs_ext_prog.c
10783         * src/prefs_filtering.c
10784         * src/prefs_folder_item.c
10785         * src/prefs_image_viewer.c
10786         * src/prefs_logging.c
10787         * src/prefs_msg_colors.c
10788         * src/prefs_other.c
10789         * src/prefs_send.c
10790         * src/prefs_spelling.c
10791         * src/prefs_summaries.c
10792         * src/prefs_template.c
10793         * src/printing.c
10794         * src/quote_fmt.c
10795         * src/summary_search.c
10796         * src/summaryview.c
10797         * src/toolbar.c
10798         * src/wizard.c
10799         * src/common/Makefile.am
10800         * src/gtk/gtksctree.c
10801         * src/gtk/gtkutils.h
10802         * src/gtk/pluginwindow.c
10803         * src/gtk/quicksearch.c
10804         * src/plugins/bogofilter/bogofilter_gtk.c
10805         * src/plugins/dillo_viewer/dillo_prefs.c
10806         * src/plugins/pgpcore/prefs_gpg.c
10807         * src/plugins/spamassassin/spamassassin_gtk.c
10808         * src/plugins/trayicon/trayicon.c
10809         * src/plugins/trayicon/trayicon_prefs.c
10810                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
10811                 or greater). Use the old deprecated one on GTK+ < 2.12.
10812                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10813                 of time!
10814
10815 2008-07-16 [colin]      3.5.0cvs24
10816
10817         * src/mainwindow.c
10818                 Fix folderview's scrolbar when starting minimised
10819                 to tray, and popping up the mainwindow by calling
10820                 claws-mail from the command line
10821
10822 2008-07-08 [colin]      3.5.0cvs23
10823
10824         * src/compose.c
10825                 Possibly fix po-headers appearing on empty
10826                 templates
10827
10828 2008-07-08 [colin]      3.5.0cvs22
10829
10830         * src/folderview.c
10831         * src/summaryview.c
10832                 Finish the always_open tristate patch, by Jonathan
10833                 Corbet.
10834
10835 2008-07-07 [paul]       3.5.0cvs21
10836
10837         * src/mainwindow.c
10838                 fix typo (missing ")
10839
10840 2008-07-07 [paul]       3.5.0cvs20
10841
10842         * src/mainwindow.c
10843                 fit the menu style a bit better
10844
10845 2008-07-07 [colin]      3.5.0cvs19
10846
10847         * src/prefs_themes.c
10848                 Make upgrading themes easier
10849
10850 2008-07-07 [colin]      3.5.0cvs18
10851
10852         * src/mainwindow.c
10853         * src/prefs_toolbar.c
10854         * src/stock_pixmap.c
10855                 Finish fixing bug 1609, 'Icon issues'
10856
10857 2008-07-07 [colin]      3.5.0cvs17
10858
10859         * src/prefs_common.c
10860                 Fix the default value
10861
10862 2008-07-07 [colin]      3.5.0cvs16
10863
10864         * src/prefs_summaries.c
10865                 Revert my fix to the string, the correct term
10866                 is indeed Message View
10867
10868 2008-07-07 [colin]      3.5.0cvs15
10869
10870         * AUTHORS
10871         * src/gtk/authors.h
10872         * src/prefs_common.c
10873         * src/prefs_common.h
10874         * src/prefs_summaries.c
10875         * src/summaryview.c
10876         * src/gtk/authors.h
10877                 Change "Always open message when selected" to
10878                 a tristate (Never/Always/When preview is visible)
10879                 Patch by Jonathan Corbet <corbet@lwn.net>.
10880
10881 2008-07-06 [paul]       3.5.0cvs14
10882
10883         * src/addrgather.c
10884                 improve the layout of the dialogue
10885                 improve the English
10886                 add tooltips
10887                 fix some of the nasty coding style
10888         * src/mainwindow.c
10889                 improve the English
10890                 add some missing mnemonics
10891
10892 2008-07-05 [paul]       3.5.0cvs13
10893
10894         * src/mainwindow.c
10895         * src/mainwindow.h
10896                 fix bug 1398, '"Change current account" is
10897                 available even when there's only one account'
10898         * src/plugins/pgpcore/prefs_gpg.c
10899                 put back a needed include, removed in error
10900
10901 2008-07-05 [colin]      3.5.0cvs12
10902
10903         * src/mainwindow.c
10904                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10905
10906 2008-07-05 [colin]      3.5.0cvs11
10907
10908         * src/news.c
10909         * src/news_gtk.c
10910                 Provide ability to rename newsgroups. Closes
10911                 bug 1444, 'Add GUI option for renaming 
10912                 newsgroups'. Patch by Pawel Pekala
10913
10914 2008-07-05 [colin]      3.5.0cvs10
10915
10916         * src/plugins/pgpcore/passphrase.c
10917         * src/plugins/pgpcore/prefs_gpg.c
10918         * src/plugins/pgpcore/select-keys.c
10919                 Simplify GTK includes (with the advantage
10920                 of compiling against GTK+2.13); patch by
10921                 Charles A Edwards
10922
10923 2008-07-05 [colin]      3.5.0cvs9
10924
10925         * src/wizard.c
10926                 Add SSL client certificates
10927
10928 2008-07-05 [colin]      3.5.0cvs8
10929
10930         * src/prefs_account.c
10931         * src/common/session.h
10932                 Fix warnings
10933         * src/common/ssl.c
10934                 Add one path for certs
10935
10936 2008-07-05 [colin]      3.5.0cvs7
10937
10938         * src/prefs_account.c
10939                 Fix no-ssl build
10940
10941 2008-07-04 [colin]      3.5.0cvs6
10942
10943         * src/common/ssl.c
10944         * src/common/ssl.h
10945         * src/common/ssl_certificate.c
10946                 Workaround distro bugs and fix certificate checking
10947                 with OpenSSL
10948
10949 2008-07-04 [colin]      3.5.0cvs5
10950
10951         * src/filtering.c
10952         * src/common/ssl_certificate.c
10953         * src/common/ssl_certificate.h
10954         * src/etpan/imap-thread.c
10955         * src/etpan/nntp-thread.c
10956                 Fix some leaks, thanks to Martin Zwickel
10957                 Rename gnutls functions that do the same
10958                 as OpenSSL ones, to avoid symbol clashing
10959                 when Claws is built against GnuTLS and
10960                 libetpan against OpenSSL
10961
10962 2008-07-04 [paul]       3.5.0cvs4
10963
10964         * src/prefs_account.c
10965                 remove 1 forgotten '.'
10966
10967 2008-07-04 [paul]       3.5.0cvs3
10968
10969         * src/prefs_account.c
10970                 layout/engrish fixes to the 'Client
10971                 certificates' frame
10972
10973 2008-07-03 [colin]      3.5.0cvs2
10974
10975         * src/imap.c
10976         * src/news.c
10977         * src/pop.c
10978         * src/prefs_account.c
10979         * src/prefs_account.h
10980         * src/prefs_common.c
10981         * src/send_message.c
10982         * src/common/session.c
10983         * src/common/session.h
10984         * src/common/smtp.c
10985         * src/common/smtp.h
10986         * src/common/socket.h
10987         * src/common/ssl.c
10988         * src/common/ssl.h
10989         * src/common/ssl_certificate.c
10990         * src/common/ssl_certificate.h
10991         * src/etpan/imap-thread.c
10992         * src/etpan/nntp-thread.c
10993         * src/gtk/inputdialog.c
10994                 Add support for SSL client certificates (either PEM files
10995                 with certificate and private key, either PKCS12 files)
10996
10997 2008-06-28 [colin]      3.5.0cvs1
10998
10999         * src/foldersel.c
11000                 Fix compilation with older GTKs
11001
11002 2008-06-27 [paul]       3.5.0
11003
11004         * NEWS
11005         * README
11006         * RELEASE_NOTES 
11007                 3.5.0 released
11008
11009 2008-06-27 [paul]       3.4.0cvs116
11010
11011         * src/gtk/authors.h
11012                 complete cvs115
11013
11014 2008-06-27 [paul]       3.4.0cvs115
11015
11016         * configure.ac
11017         * src/gtk/authors.h
11018                 no longer build unmaintained translations
11019
11020 2008-06-27 [paul]       3.4.0cvs114
11021
11022         * po/de.po
11023         * po/fi.po
11024         * po/pt_BR.po
11025                 updated by Stephan Sachse, Flammie Pirinen, and
11026                 Frederico Goncalves Guimaraes
11027
11028 2008-06-26 [wwp]        3.4.0cvs113
11029
11030         * manual/fr/advanced.xml
11031                 Update French version of the manual (AutoFaces documentation).
11032
11033 2008-06-26 [wwp]        3.4.0cvs112
11034
11035         * manual/fr/advanced.xml
11036         * manual/fr/plugins.xml
11037                 Updated French version of the manual (completed
11038                 hidden options list, added note about Clawsker
11039                 and new mail archiver plugin).
11040
11041 2008-06-25 [colin]      3.4.0cvs111
11042
11043         * src/gtk/gtkaspell.c
11044                 Fix non-UTF8 in the replace with dialog
11045         * src/prefs_actions.c
11046                 Fix possible crasher
11047                 Patches by Pawel
11048
11049 2008-06-24 [mones]      3.4.0cvs110
11050
11051         * src/autofaces.c
11052                 Fix non-warning message, downgraded to debug info
11053
11054 2008-06-24 [colin]      3.4.0cvs109
11055
11056         * src/summaryview.c
11057                 Fix bug 1650, Message line too small after 
11058                 changing columns in "three columns" layout
11059
11060 2008-06-24 [colin]      3.4.0cvs108
11061
11062         * src/messageview.c
11063                 Fix Spam button sensitivity in newsgroups
11064
11065 2008-06-23 [wwp]        3.4.0cvs107
11066
11067         * po/fr.po
11068                 Updated French translation.
11069
11070 2008-06-23 [mones]      3.4.0cvs106
11071
11072         * po/es.po
11073                 Updated translation for release
11074
11075 2008-06-22 [mones]      3.4.0cvs105
11076
11077         * manual/es/plugins.xml
11078                 Synced new entry for Mail Archiver plugin
11079
11080 2008-06-22 [colin]      3.4.0cvs104
11081
11082         * src/compose.c
11083                 Fix initial cursor position
11084
11085 2008-06-21 [paul]       3.4.0cvs103
11086
11087         * manual/plugins.xml
11088                 add an entry for the new Mail Archiver plugin
11089
11090 2008-06-21 [paul]       3.4.0cvs102
11091
11092         * src/gtk/about.c
11093                 we're in 'string freeze', put back the
11094                 < > symbols for now
11095
11096 2008-06-21 [paul]       3.4.0cvs101
11097
11098         * manual/advanced.xml
11099         * manual/es/advanced.xml
11100                 fix build warning: <emphasis> cannot be contained
11101                 within <filename>
11102         * src/gtk/about.c
11103                 fix non-clickable link on License page and drop
11104                 the containing < > symbols to match other links
11105
11106 2008-06-20 [mones]      3.4.0cvs100
11107
11108         * manual/advanced.xml
11109                 Added autofaces documentation, note about clawsker in hidden
11110                 preferences, minor markup fix. Thanks Paul for proofreading
11111         * manual/es/advanced.xml
11112                 Synchronised Spanish manual
11113
11114 2008-06-16 [colin]      3.4.0cvs99
11115
11116         * src/compose.c
11117                 Fix cursor placing on signature change
11118
11119 2008-06-16 [paul]       3.4.0cvs98
11120
11121         * src/imap_gtk.c
11122         * src/mh_gtk.c
11123         * src/gtk/inputdialog.c
11124                 really fussy coding style fixes
11125
11126 2008-06-16 [paul]       3.4.0cvs97
11127
11128         * src/Makefile.am
11129                 keep the alphabetical order
11130
11131 2008-06-13 [mones]      3.4.0cvs96
11132
11133         * src/autofaces.c
11134                 Fix crasher ;-)
11135         * src/prefs_filtering_action.c
11136                 Fixed cosmetic bug, processing also displays "Filtering"
11137
11138 2008-06-13 [mones]      3.4.0cvs95
11139
11140         * src/Makefile.am
11141         * src/autofaces.c       ** NEW FILE **  
11142         * src/autofaces.h       ** NEW FILE **
11143         * src/compose.c
11144                 Allow setting Faces and X-Faces globally and per-account
11145                 from configuration files under ~/.claws-mail/autofaces
11146
11147 2008-06-13 [holger]     3.4.0cvs94
11148
11149         * .cvsignore
11150                 More files to ignore
11151         * src/gtk/inputdialog.c
11152         * src/gtk/inputdialog.h
11153                 Make input dialog more generic so that a checkbox
11154                 with custom text can be used in addition to the
11155                 "remember this" checkbox
11156         * src/imap_gtk.c
11157         * src/mh_gtk.c
11158         * src/prefs_common.c
11159         * src/prefs_common.h
11160                 Allow new folders to inherit the properties of the
11161                 parent folder during folder creation
11162
11163 2008-06-13 [wwp]        3.4.0cvs93
11164
11165         * src/addressbook.c
11166                 a better fix for this string, won't break up translations,
11167                 and is conform to other similar ones.
11168
11169 2008-06-13 [wwp]        3.4.0cvs92
11170
11171         * src/addrduplicates.c
11172         * src/addressadd.c
11173         * src/addressbook.c
11174         * src/addressbook_foldersel.c
11175         * src/editgroup.c
11176                 use tree decorations everywhere AB folders are used (AB tree pane,
11177                     add address to AB, select AB folder, edit group, custom attr, find dup
11178                     results), in order to match global style
11179                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11180                     double clicking on groups in tree pane does open the group edit dialog
11181                     double clicking on other items in tree pane does expand/collapse
11182                 fix a missing space in AB's delete-folder dialog
11183                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11184
11185         * src/foldersel.c
11186                 make foldersel dialog show dotted lines according to global (hidden) prefs
11187
11188 2008-06-12 [colin]      3.4.0cvs91
11189
11190         * src/compose.c
11191         * src/compose.h
11192                 Fix bug 1635, 'Last character of message is truncated 
11193                 when changing accounts w/ sigs'
11194         * src/folderview.c
11195                 Fix bug 1636, 'Can't select "properties" on "folders 
11196                 only" folders'
11197
11198 2008-06-11 [colin]      3.4.0cvs90
11199
11200         * src/folder.c
11201                 Maybe fix bug 1623, 'exits with segfault when 
11202                 logging in to certain imap-servers'
11203
11204 2008-06-10 [mones]      3.4.0cvs89
11205
11206         * AUTHORS
11207         * tools/Makefile.am
11208         * tools/README
11209         * tools/convert_mbox.sh
11210                 Undo cvs86 and cvs87, it really should be a patch to 
11211                 convert_mbox.pl
11212
11213 2008-06-10 [wwp]        3.4.0cvs88
11214
11215         * po/fr.po
11216                 Updated French translation.
11217
11218 2008-06-10 [mones]      3.4.0cvs87
11219
11220         * tools/Makefile.am
11221                 Oops, forgot to add previous script for distribution
11222
11223 2008-06-10 [mones]      3.4.0cvs86
11224
11225         * AUTHORS
11226         * tools/README
11227         * tools/convert_mbox.sh
11228                 Added script to convert Evolution mail folders contributed
11229                 by Daniel Dickinson <cshore@fionavar.ca>
11230                 Fixes debian bug 461435
11231
11232 2008-06-09 [colin]      3.4.0cvs85
11233
11234         * src/main.c
11235                 Integrate AWN information bubble if dbus is
11236                 available
11237         * src/folder.c
11238                 Fix crash when calling scan_required() on 
11239                 folder classes that don't implement them
11240         * src/common/session.c
11241                 Fix a little typo
11242
11243 2008-06-09 [colin]      3.4.0cvs84
11244
11245         * src/main.c
11246                 Fix bug 1447, 'If user tries to close while starting 
11247                 up, it will not close ever.'
11248
11249 2008-06-09 [colin]      3.4.0cvs83
11250
11251         * src/filtering.c
11252                 Fix bug 1628, 'Claws Mail crashes when 
11253                 filtering selected messages'
11254
11255 2008-06-04 [colin]      3.4.0cvs82
11256
11257         * src/messageview.c
11258                 Complete handling of html parts in multipart/alternative
11259                 mails
11260
11261 2008-06-03 [paul]       3.4.0cvs81
11262
11263         * src/prefs_message.c
11264                 make always the english good
11265
11266 2008-06-03 [colin]      3.4.0cvs80
11267
11268         * src/mainwindow.c
11269         * src/mainwindow.h
11270                 Fix bug 1624, '[PATCH] Quick search should be 
11271                 disabled for folder view'; based on a patch by
11272                 Michael Terry
11273
11274 2008-06-03 [iwkse]      3.4.0cvs79
11275
11276         * src/addressbook.c
11277                 Fix little gui bug on button sensitivity
11278         * src/messageview.c
11279         * src/prefs_common.c
11280         * src/prefs_common.h
11281         * src/prefs_message.c
11282                 Allow by default to show html in multipart/alternative
11283
11284 2008-06-02 [colin]      3.4.0cvs78
11285
11286         * src/prefs_actions.c
11287                 GUI rework, patch by Pawel 
11288
11289 2008-06-02 [colin]      3.4.0cvs77
11290
11291         * src/quote_fmt.c
11292                 Fix sensitivity/alignment, patch from
11293                 Pawel
11294
11295 2008-05-31 [colin]      3.4.0cvs76
11296
11297         * src/imap.c
11298                 Fix login issue introduced in cvs75.
11299
11300 2008-05-31 [colin]      3.4.0cvs75
11301
11302         * src/imap.c
11303                 Fix more possible double-frees. Also, fix the root cause
11304                 of these double-frees by just noting the Session is to
11305                 be destroyed instead of destroying it in flight
11306
11307 2008-05-29 [paul]       3.4.0cvs74
11308
11309         * manual/keyboard.xml
11310                 'Makes' these entries like the others
11311
11312 2008-05-29 [colin]      3.4.0cvs73
11313
11314         * src/procmsg.h
11315                 Include utils.h in case we
11316                 need to pull goffset definition
11317
11318 2008-05-29 [colin]      3.4.0cvs72
11319
11320         * src/common/utils.h
11321                 Workaround a stupid Glib issue, where
11322                 goffset happens to be undefined. 
11323
11324 2008-05-28 [colin]      3.4.0cvs71
11325
11326         * src/compose.c
11327         * src/compose.h
11328         * src/grouplistdialog.c
11329         * src/image_viewer.c
11330         * src/imap.c
11331         * src/inc.c
11332         * src/main.c
11333         * src/matcher.c
11334         * src/messageview.c
11335         * src/mimeview.c
11336         * src/prefs_themes.c
11337         * src/procmsg.h
11338         * src/summaryview.c
11339         * src/summaryview.h
11340         * src/textview.c
11341         * src/common/smtp.c
11342         * src/common/utils.c
11343         * src/common/utils.h
11344                 Use goffset instead of off_t for MsgInfo's size
11345                 Allows using MsgInfo structure from plugins
11346                 compiled with largefile support
11347
11348 2008-05-26 [colin]      3.4.0cvs70
11349
11350         * src/mainwindow.c
11351         * src/mainwindow.h
11352                 Define THEME_CHANGED_HOOKLIST and invoke
11353                 it on theme change
11354         * src/plugins/trayicon/trayicon.c
11355                 Listen to THEME_CHANGED_HOOKLIST and
11356                 update accordingly
11357
11358 2008-05-26 [paul]       3.4.0cvs69
11359
11360         * src/mimeview.c
11361                 plug a leak in mimeview_save_all()
11362
11363 2008-05-24 [colin]      3.4.0cvs68
11364
11365         * src/common/utils.h
11366                 Fix wrong define on old glibs
11367
11368 2008-05-24 [paul]       3.4.0cvs67
11369
11370         * src/Makefile.am
11371         * src/stock_pixmap.c
11372         * src/stock_pixmap.h
11373         * src/toolbar.c
11374         * src/pixmaps/cancel.xpm
11375         * src/pixmaps/close.xpm
11376                 add a specific icon for A_CANCEL_INC (addresses
11377                 point 1 of bug 1609 'Icon issues')
11378                 replace close.xpm with an icon of the standard
11379                 24x24 size
11380
11381 2008-05-24 [paul]       3.4.0cvs66
11382
11383         * src/pixmaps/insert_file.xpm
11384                 replaced
11385
11386 2008-05-23 [paul]       3.4.0cvs65
11387
11388         * src/common/md5.c
11389         * src/common/md5.h
11390                 add the possibility to check md5 on binary files,
11391                 thanks to Colin
11392
11393 2008-05-23 [colin]      3.4.0cvs64
11394
11395         * src/mainwindow.c
11396         * src/summaryview.c
11397                 Fix bug 1610, 'claws crash after opening/closing 
11398                 preferences and window update'
11399
11400 2008-05-22 [colin]      3.4.0cvs63
11401
11402         * src/prefs_filtering_action.c
11403         * src/gtk/combobox.c
11404         * src/gtk/combobox.h
11405                 Fix reselecting of Tags actions in
11406                 filtering actions dialog
11407
11408 2008-05-22 [colin]      3.4.0cvs62
11409
11410         * src/Makefile.am
11411         * src/prefs_toolbar.c
11412         * src/stock_pixmap.c
11413         * src/stock_pixmap.h
11414         * src/toolbar.c
11415         * src/pixmaps/delete_btn.xpm
11416         * src/pixmaps/insert_file.xpm
11417         * src/pixmaps/mail_reply_to_list.xpm
11418                 Fix more of bug 1609:
11419                 - Add a Delete button icon
11420                 - Add a Reply to list button icon
11421                 - Fix Insert file button icon
11422                 Artwork by Ciprian Popovici.
11423
11424 2008-05-21 [colin]      3.4.0cvs61
11425
11426         * src/common/utils.c
11427                 Fix a little leak
11428
11429 2008-05-21 [wwp]        3.4.0cvs60
11430
11431         * src/prefs_filtering.c
11432                 Don't show SMTP-only accounts in accounts list, as they are
11433                 irrelevant for filtering incoming messages.
11434
11435 2008-05-21 [colin]      3.4.0cvs59
11436
11437         * src/mainwindow.c
11438                 Don't put SMTP-only accounts in receive menus
11439
11440 2008-05-21 [colin]      3.4.0cvs58
11441
11442         * src/imap.c
11443                 Fix cvs56 (brain fart)
11444
11445 2008-05-21 [colin]      3.4.0cvs57
11446
11447         * src/common/utils.c
11448                 Fix bug 1615, 'hang on FIFO when the other end's not 
11449                 opened'
11450
11451 2008-05-21 [colin]      3.4.0cvs56
11452
11453         * src/imap.c
11454                 Fix a warning
11455
11456 2008-05-19 [colin]      3.4.0cvs55
11457
11458         * src/plugins/pgpcore/sgpgme.c
11459                 Maybe fix debian bug 481856, 'Segmentation fault 
11460                 when verifying a GPG signature'. Although it 
11461                 looks like a race condition...
11462
11463 2008-05-19 [colin]      3.4.0cvs54
11464
11465         * src/prefs_filtering_action.c
11466         * src/prefs_matcher.c
11467         * src/common/tags.c
11468         * src/common/tags.h
11469         * src/gtk/combobox.c
11470         * src/gtk/combobox.h
11471                 Patch by Pawel: disabled Tags menus in filtering dialogs
11472
11473 2008-05-19 [colin]      3.4.0cvs53
11474
11475         * src/prefs_account.c
11476                 GUI patch by Pawel: align ports entries
11477
11478 2008-05-19 [colin]      3.4.0cvs52
11479
11480         * src/mainwindow.c
11481                 Fix bug 1616, 'strange question while emptying trash'
11482
11483 2008-05-18 [colin]      3.4.0cvs51
11484
11485         * src/common/plugin.c
11486         * src/etpan/imap-thread.c
11487         * src/etpan/nntp-thread.c
11488         * src/gtk/gtksctree.c
11489                 Fix bug 1613, 'Various memory leaks'; 
11490                 based on a patch by Didier Barvaux.
11491
11492 2008-05-18 [colin]      3.4.0cvs50
11493
11494         * src/mimeview.c
11495         * src/privacy.h
11496         * src/toolbar.c
11497         * src/toolbar.h
11498         * src/plugins/pgpcore/sgpgme.c
11499                 Fix more parts of bug 1609:
11500                 - Make use of specific Expired privacy icon
11501                 - Use CLOSE instead of NOTICE_ERROR for cancel
11502                   receiving
11503                 - Allow a Preferences button in the main toolbar
11504
11505 2008-05-18 [colin]      3.4.0cvs49
11506
11507         * src/stock_pixmap.c
11508                 Fix bug with non-updating icons after theme change:
11509                 If fetching pixbuf for a given icon after a theme
11510                 change, the next pixmap fetch would return the old
11511                 cached one, as the theme change was forgotten at 
11512                 this time. (and vice-versa). This was mostly 
11513                 visible on open folder icons
11514
11515 2008-05-17 [colin]      3.4.0cvs48
11516
11517         * src/prefs_summaries.c
11518         * src/summaryview.c
11519                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
11520                 options'. Patch by Pawel
11521
11522 2008-05-16 [colin]      3.4.0cvs47
11523
11524         * src/imap.c
11525                 Fix another possible crash (on fatal errors
11526                 at login, like stream error).
11527
11528 2008-05-16 [paul]       3.4.0cvs46
11529
11530         * tools/thunderbird-filters-convertor.pl
11531                 fix a typo
11532                 fix reading a tb rule that contains something
11533                 like that: \"Sender\"
11534
11535 2008-05-16 [paul]       3.4.0cvs45
11536
11537         * tools/README
11538         * tools/csv2addressbook.pl
11539                 add support for gmail exported csv address book
11540
11541 2008-05-16 [colin]      3.4.0cvs44
11542
11543         * configure.ac
11544         * src/ldapupdate.c
11545                 Fix ldap deprecated calls. Patch by
11546                 Michael Rasmussen
11547
11548 2008-05-16 [paul]       3.4.0cvs43
11549
11550         * manual/de/account.xml
11551         * manual/it/account.xml
11552         * manual/it/ack.xml
11553         * manual/it/addrbook.xml
11554         * manual/it/claws-mail-manual.xml
11555         * manual/it/gpl.xml
11556         * manual/it/intro.xml
11557         * manual/it/starting.xml
11558                 add pages towards German and Italian manuals.
11559                 (just for storage, they are not built yet, due
11560                 to being incomplete.) submitted by Speckmade
11561                 <Speckmade@gmx.net> and Salvatore De Paolis
11562                 <iwkse@claws-mail.org>
11563
11564 2008-05-16 [colin]      3.4.0cvs42
11565
11566         * src/gtk/sslcertwindow.c
11567                 Fix SHA1 fingerprint with GnuTLS
11568
11569 2008-05-15 [colin]      3.4.0cvs41
11570
11571         * src/gtk/sslcertwindow.c
11572                 Print SHA1 fingerprint too
11573
11574 2008-05-15 [colin]      3.4.0cvs40
11575
11576         * src/imap.c
11577                 Fix certificate port on TLS. It was 
11578                 previously always 0.
11579                 **IMPORTANT INFORMATION**: this will trigger 
11580                 one wrong "New certificate" warning at the 
11581                 first connection with this fix, if using STARTTLS
11582                 on IMAP.
11583         * src/gtk/sslcertwindow.c
11584                 Make labels selectable
11585
11586 2008-05-15 [colin]      3.4.0cvs39
11587
11588         * src/imap.c
11589                 Fix double free when STARTTLS fails (for
11590                 example due to refusing the certificate)
11591
11592 2008-05-15 [paul]       3.4.0cvs38
11593
11594         * manual/advanced.xml
11595                 fix typo
11596
11597 2008-05-15 [paul]       3.4.0cvs37
11598
11599         * manual/advanced.xml
11600         * src/prefs_send.c
11601                 make outgoing_fallback_to_ascii a hidden pref
11602
11603 2008-05-14 [colin]      3.4.0cvs36
11604
11605         * src/main.c
11606         * src/mainwindow.c
11607         * src/mainwindow.h
11608                 Make it possible to cancel quit when Claws
11609                 ask whether to empty trash.
11610
11611 2008-05-14 [colin]      3.4.0cvs35
11612
11613         * src/compose.c
11614         * src/prefs_common.c
11615         * src/prefs_common.h
11616         * src/prefs_send.c
11617                 Add a preference to be able to specify an
11618                 outgoing charset/encoding but still fallback
11619                 to 7bit US-ASCII when possible (default TRUE,
11620                 same behavior as pre-cvs34)
11621
11622 2008-05-14 [colin]      3.4.0cvs34
11623
11624         * src/compose.c
11625                 Always use the specified encoding and charset if it is
11626                 specified, even if the mail is ASCII.
11627
11628 2008-05-13 [paul]       3.4.0cvs33
11629
11630         * src/ldapupdate.c
11631                 fix the build warnings the easy way for now
11632
11633 2008-05-13 [colin]      3.4.0cvs32
11634
11635         * src/prefs_themes.c
11636                 Count .png files as icons too (fixes part
11637                 of bug 1609, 'Icon issues')
11638
11639 2008-05-13 [wwp]        3.4.0cvs31
11640
11641         * src/addressbook_foldersel.c
11642                 Fix wrong check (completes 3.4.0.cvs30).
11643
11644 2008-05-12 [wwp]        3.4.0cvs30
11645
11646         * src/addressbook.c
11647         * src/addressbook_foldersel.c
11648         * src/filtering.c
11649         * src/matcher.c
11650         * src/prefs_matcher.c
11651         * src/plugins/bogofilter/bogofilter.c
11652         * src/plugins/bogofilter/bogofilter_gtk.c
11653         * src/plugins/dillo_viewer/dillo_prefs.c
11654         * src/plugins/spamassassin/spamassassin.c
11655         * src/plugins/spamassassin/spamassassin_gtk.c
11656                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11657                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11658                 translated string "Any" in plugins (whitelisting) and
11659                 UTF8 comparisons.
11660
11661 2008-05-07 [colin]      3.4.0cvs29
11662
11663         * configure.ac
11664                 Fix --enable-maemo (assume --enable-generic-umpc)
11665
11666 2008-05-07 [colin]      3.4.0cvs28
11667
11668         * configure.ac
11669         * src/account.c
11670         * src/addr_compl.c
11671         * src/compose.c
11672         * src/editaddress.c
11673         * src/folderview.c
11674         * src/mainwindow.c
11675         * src/messageview.c
11676         * src/mimeview.c
11677         * src/prefs_account.c
11678         * src/prefs_common.c
11679         * src/prefs_display_header.c
11680         * src/prefs_filtering.c
11681         * src/prefs_summaries.c
11682         * src/prefs_template.c
11683         * src/prefs_toolbar.c
11684         * src/stock_pixmap.c
11685         * src/summaryview.c
11686         * src/summaryview.h
11687         * src/textview.c
11688         * src/toolbar.c
11689         * src/gtk/about.c
11690         * src/gtk/gtksctree.c
11691         * src/gtk/menu.c
11692         * src/gtk/prefswindow.c
11693         * src/gtk/sslcertwindow.c
11694                 Separate generic UMPC code (layouts, ...) from 
11695                 MAEMO code (Hildon, ...)
11696
11697 2008-05-06 [paul]       3.4.0cvs27
11698
11699         * tools/claws.i18n.status.pl
11700                 add he.po
11701
11702 2008-05-06 [colin]      3.4.0cvs26
11703
11704         * src/common/utils.c
11705                 Maybe fix crash on FreeBSD
11706
11707 2008-05-05 [colin]      3.4.0cvs25
11708
11709         * src/messageview.c
11710                 Fix bug 1602, 'Crash when sending return receipt for
11711                 messages with no subject'
11712
11713 2008-05-05 [colin]      3.4.0cvs24
11714
11715         * src/mimeview.c
11716                 Don't overwrite temporary files with same
11717                 name when drag and dropping. Fixes bug 1599,
11718                 'attach multiple files with the same name from 
11719                 one mail to another'
11720
11721 2008-05-04 [paul]       3.4.0cvs23
11722
11723         * src/compose.c
11724         * src/prefs_common.c
11725                 fix bug 1587 'can not replay with quote'
11726
11727 2008-05-03 [colin]      3.4.0cvs22
11728
11729         * po/de.po
11730                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11731
11732 2008-05-03 [colin]      3.4.0cvs21
11733
11734         * src/toolbar.c
11735                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
11736                 icon isn't grayed although ineffective'
11737
11738 2008-05-02 [wwp]        3.4.0cvs20
11739
11740         * po/fr.po
11741                 Fix translation.
11742
11743         * src/prefs_folder_item.c
11744                 Add missing notice in folder properties (templates) when
11745                 folder is a root node.
11746
11747 2008-04-30 [colin]      3.4.0cvs19
11748
11749         * src/prefs_toolbar.c
11750                 Add Trash and Delete icons to the icon chooser
11751
11752 2008-04-30 [colin]      3.4.0cvs18
11753
11754         * src/compose.c
11755                 Remove "Delete entire line" which was a noop
11756                 and should be the same as "Delete line" :)
11757
11758 2008-04-30 [colin]      3.4.0cvs17
11759
11760         * src/compose.c
11761                 Fix 'Delete line' and 'Delete to end of line'
11762                 on the last line. Patch by <seelenhirt@gmx.net>
11763
11764 2008-04-28 [colin]      3.4.0cvs16
11765
11766         * src/folder.c
11767                 Fix bug 1589, 'tagsdb file not removed when
11768                 folder deleted'.
11769         * src/common/utils.c
11770                 Make sure claws_unlink accepts NULL arg.
11771
11772 2008-04-25 [colin]      3.4.0cvs15
11773
11774         * src/common/ssl.c
11775                 Fix/simplify previous commit
11776
11777 2008-04-25 [colin]      3.4.0cvs14
11778
11779         * src/addrindex.h
11780         * src/common/ssl_certificate.c
11781                 Patch by Marcus: Fix Win32 build
11782         * src/common/ssl.c
11783                 Fix build with GnuTLS/no pthread, thanks
11784                 to Marcus
11785
11786 2008-04-25 [colin]      3.4.0cvs13
11787
11788         * src/summaryview.c
11789                 Fix bug 1586, '3-pane vertical layout now and then 
11790                 still shows sender column'
11791
11792 2008-04-25 [colin]      3.4.0cvs12
11793
11794         * src/Makefile.am
11795         * src/w32-logo.ico
11796         * src/w32-resource.rc
11797                 Patch from Marcus Brinkmann to set an icon on w32.
11798
11799 2008-04-24 [colin]      3.4.0cvs11
11800
11801         * src/inc.c
11802         * src/inc.h
11803                 Trace inc locks
11804         * src/ldif.c
11805         * src/ldif.h
11806                 Fix bug 1581, 'Bad File Format during Import LDIF':
11807                 Use dynamically allocated buffers; also, allow 
11808                 importing contacts with no email address
11809
11810 2008-04-24 [colin]      3.4.0cvs10
11811
11812         * src/prefs_common.c
11813                 Increment the timeout a bit on OpenBSD, 75 isn't enough
11814
11815 2008-04-23 [colin]      3.4.0cvs9
11816
11817         * src/compose.c
11818         * src/prefs_folder_item.c
11819         * src/prefs_template.c
11820         * src/quote_fmt.c
11821                 Fix bug 1576: Fix unescaping of templates when testing them
11822                 I think it breaks nothing. (wwp, you're welcome to double-check)
11823
11824 2008-04-23 [paul]       3.4.0cvs8
11825
11826         * manual/advanced.xml
11827                 add info about the "two_line_vertical" hidden
11828                 pref
11829
11830 2008-04-22 [paul]       3.4.0cvs7
11831
11832         * src/prefs_common.c
11833         * src/prefs_common.h
11834         * src/summaryview.c
11835                 make the 2-line view in summaryview when in three
11836                 columns mode configurable. hidden pref: "two_line_vertical"
11837
11838 2008-04-22 [colin]      3.4.0cvs6
11839
11840         * src/inc.c
11841                 Fix missing inc_unlock()
11842         * src/prefs_matcher.c
11843         * src/send_message.c
11844                 Fix my last commit
11845
11846 2008-04-22 [colin]      3.4.0cvs5
11847
11848         * src/etpan/imap-thread.c
11849                 Use g_(un)setenv instead of (un)setenv which
11850                 doesn't exist on IRIX 6.5
11851
11852 2008-04-22 [colin]      3.4.0cvs4
11853
11854         * src/inc.c
11855         * src/prefs_common.c
11856         * src/send_message.c
11857                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11858                 Set the default timeout to 75 seconds
11859
11860 2008-04-20 [colin]      3.4.0cvs3
11861
11862         * src/pixmaps/tray_newmail.offline.xpm
11863         * src/pixmaps/tray_newmail.xpm
11864         * src/pixmaps/tray_newmarkedmail.offline.xpm
11865         * src/pixmaps/tray_newmarkedmail.xpm
11866         * src/pixmaps/tray_nomail.offline.xpm
11867         * src/pixmaps/tray_nomail.xpm
11868         * src/pixmaps/tray_unreadmail.offline.xpm
11869         * src/pixmaps/tray_unreadmail.xpm
11870         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11871         * src/pixmaps/tray_unreadmarkedmail.xpm
11872                 Make the tray icons a bit nicer. Would be
11873                 nice to get really nice icons from someone
11874                 who's good at Gimp :)
11875
11876 2008-04-18 [colin]      3.4.0cvs2
11877
11878         * src/common/log.c
11879                 Forgot one g_unlink
11880
11881 lease complete the changelog entry below
11882 2008-04-18 [colin]      3.4.0cvs1
11883
11884         * src/addrduplicates.c
11885         * src/addressbook.c
11886         * src/compose.c
11887         * src/crash.c
11888         * src/editaddress.c
11889         * src/folder.c
11890         * src/image_viewer.c
11891         * src/imap.c
11892         * src/inc.c
11893         * src/main.c
11894         * src/mbox.c
11895         * src/messageview.c
11896         * src/mh.c
11897         * src/msgcache.c
11898         * src/news.c
11899         * src/partial_download.c
11900         * src/pop.c
11901         * src/prefs_common.c
11902         * src/prefs_common.h
11903         * src/prefs_other.c
11904         * src/prefs_themes.c
11905         * src/procheader.c
11906         * src/procmime.c
11907         * src/procmsg.c
11908         * src/textview.c
11909         * src/wizard.c
11910         * src/common/prefs.c
11911         * src/common/ssl_certificate.c
11912         * src/common/template.c
11913         * src/common/utils.c
11914         * src/common/utils.h
11915         * src/etpan/imap-thread.c
11916         * src/plugins/dillo_viewer/dillo_viewer.c
11917         * src/plugins/pgpcore/sgpgme.c
11918         * src/plugins/pgpinline/pgpinline.c
11919                 Add an option to shred temporary files and messages
11920                 instead of just removing them. Slows deletions down!
11921
11922 2008-04-18 [paul]       3.4.0
11923
11924         * NEWS
11925         * README
11926         * RELEASE_NOTES 
11927                 3.4.0 released
11928
11929
11930 2008-04-18 [paul]       3.3.1cvs61
11931
11932         * po/de.po
11933         * po/fi.po
11934         * po/it.po
11935         * po/pt_BR.po
11936                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11937                 and Frederico Goncalves Guimaraes
11938         * po/es.po
11939                 updated on the last minute by a lazy Ricardo Mones
11940
11941 2008-04-18 [colin]      3.3.1cvs60
11942
11943         * po/fr.po
11944                 Update translation (Fabien Vantard)
11945
11946 2008-04-17 [colin]      3.3.1cvs59
11947
11948         * src/imap.c
11949                 Fix debian bug 474712, 'claws seg faults when IMAP 
11950                 connection breaks after an IMAP protocol error 
11951                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
11952         * src/summaryview.c
11953                 Fix a little leak
11954
11955 2008-04-17 [colin]      3.3.1cvs58
11956
11957         * src/common/log.c
11958                 Fix log size getting out of control (claws-mail
11959                 getting SIGXFSZ): rotate if every 10MB
11960
11961 2008-04-10 [paul]       3.3.1cvs57
11962
11963         * src/prefs_other.c
11964                 improvements to english usage
11965
11966 2008-04-10 [paul]       3.3.1cvs56
11967
11968         * src/prefs_receive.c
11969                 add an accurate description
11970
11971 2008-04-08 [colin]      3.3.1cvs55
11972
11973         * src/undo.c
11974                 Probably fix corruption, introduced in cvs53
11975
11976 2008-04-04 [iwkse]      3.3.1cvs54
11977
11978         * src/undo.c
11979                 undo should works properly again
11980
11981 2008-04-04 [iwkse]      3.3.1cvs53
11982
11983         * src/undo.c
11984                 Fix a segfault but breaks undo
11985                 on a specific case (eg. double paste with
11986                 middle-mouse button)
11987
11988 2008-04-04 [iwkse]      3.3.1cvs52
11989
11990         * src/prefs_filtering.c
11991                 Fix previous Tab mess
11992
11993 2008-04-03 [iwkse]      3.3.1cvs51
11994
11995         * src/prefs_filtering.c
11996                 Add search in filtering rules list
11997
11998 2008-04-02 [colin]      3.3.1cvs50
11999
12000         * src/main.c
12001                 Revert part of the previous patch: we do
12002                 want to parse ~/.claws-mail/gtkrc-2.0 if it
12003                 exists
12004
12005 2008-04-02 [colin]      3.3.1cvs49
12006
12007         * src/main.c
12008                 Fix bug 1562, 'Claws-Mail does not completely 
12009                 respect settings in GTK2_RC_FILES environment'
12010                 Remove manual parsing of .gtkrc-2.0 and 
12011                 .gtk/gtkrc-2.0. GTK does it itself these days.
12012
12013 2008-04-01 [colin]      3.3.1cvs48
12014
12015         * src/imap_gtk.c
12016                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
12017                 ticking "Show only subscribed"'
12018
12019 2008-03-31 [colin]      3.3.1cvs47
12020
12021         * src/folder.c
12022                 Fix bug 1553, 'File lock not respected'
12023                 Regression due to the implementation of
12024                 deletion batching
12025
12026 2008-03-31 [colin]      3.3.1cvs46
12027
12028         * src/mainwindow.c
12029                 Fix tags menu update, thanks to Paul
12030
12031 2008-03-29 [wwp]        3.3.1cvs45
12032
12033         * src/prefs_account.c
12034         * src/prefs_common.c
12035         * src/prefs_folder_item.c
12036         * src/prefs_quote.c
12037         * src/quote_fmt.c
12038         * src/quote_fmt.h
12039                 Fix compose template formats (in global preferences)
12040                 being translated under specific conditions.
12041                 Add a button to restore factory defaults for current
12042                 language.
12043
12044 2008-03-27 [colin]      3.3.1cvs44
12045
12046         * src/common/prefs.c
12047         * src/common/xmlprops.c
12048                 Fix RedHat bug 431735, 'segfault if /home is full' 
12049                 (when starting): Fix double fclose() in prefs.c
12050                 and potentially xmlprops.c
12051
12052 2008-03-27 [colin]      3.3.1cvs43
12053
12054         * src/addressbook.c
12055                 Fix bug 1559, 'Claws Mail crashed deleting all 
12056                 common contacts'
12057
12058 2008-03-27 [wwp]        3.3.1cvs42
12059
12060         * src/addressbook.c
12061                 Fix 3.3.0cvs41.
12062
12063 2008-03-27 [wwp]        3.3.1cvs41
12064
12065         * src/addressbook.c
12066                 Prevent list flickering when deleting addresses.
12067
12068 2008-03-26 [colin]      3.3.1cvs40
12069
12070         * src/imap.c
12071                 Clean up session disconnection. Possibly
12072                 fix Ubuntu bug #204290
12073
12074 2008-03-26 [colin]      3.3.1cvs39
12075
12076         * src/textview.c
12077                 Fix bug 1555: current folder wasn't used when
12078                 right-clicking on an email address
12079
12080 2008-03-25 [colin]      3.3.1cvs38
12081
12082         * src/plugins/bogofilter/bogofilter.c
12083         * src/plugins/bogofilter/bogofilter.h
12084         * src/plugins/bogofilter/bogofilter_gtk.c
12085                 Add a "learn from whitelist" preference
12086                 Whitelist Unsure mails too.
12087
12088 2008-03-24 [paul]       3.3.1cvs37
12089
12090         * src/prefs_account.c
12091                 If no MH mailbox and no account exists, when
12092                 creating a POP/Local account, just create and
12093                 use the default one instead of bailing with a
12094                 "Mailbox doesn't exist" error
12095
12096 2008-03-21 [colin]      3.3.1cvs36
12097
12098         * src/procmime.c
12099                 strstrip mime subtype
12100
12101 2008-03-21 [paul]       3.3.1cvs35
12102
12103         * manual/advanced.xml
12104                 correct and update the info about Actions
12105
12106 2008-03-20 [colin]      3.3.1cvs34
12107
12108         * src/messageview.c
12109         * src/messageview.h
12110         * src/textview.c
12111                 Show at max 1MB of text, add a noticeview to
12112                 show everything optionally.
12113
12114 2008-03-20 [colin]      3.3.1cvs33
12115
12116         * src/stock_pixmap.c
12117                 Add support for png themes
12118
12119 2008-03-19 [wwp]        3.3.1cvs32
12120
12121         * src/procheader.c
12122                 Sanity check.
12123
12124 2008-03-18 [colin]      3.3.1cvs31
12125
12126         * src/common/utils.c
12127         * src/common/utils.h
12128                 Handle size_t instead of off_t in to_human_readable
12129
12130 2008-03-18 [colin]      3.3.1cvs30
12131
12132         * src/imap.c
12133                 Remove raw printf
12134
12135 2008-03-16 [colin]      3.3.1cvs29
12136
12137         * src/summaryview.c
12138                 Fix build on GTK < 2.12
12139
12140 2008-03-16 [colin]      3.3.1cvs28
12141
12142         * src/mainwindow.c
12143                 Refresh non-list widget when switching
12144                 messageview
12145
12146 2008-03-16 [colin]      3.3.1cvs27
12147
12148         * manual/faq.xml
12149                 Revert cvs25: This wasn't a typo :) :
12150                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12151
12152
12153 2008-03-16 [colin]      3.3.1cvs26
12154
12155         * src/summaryview.c
12156         * src/gtk/gtksctree.c
12157         * src/gtk/gtksctree.h
12158                 Implement 2-lines items in Summaryview when in 
12159                 three columns mode
12160
12161 2008-03-16 [paul]       3.3.1cvs25
12162
12163         * manual/faq.xml
12164                 fix typo
12165
12166 2008-03-14 [colin]      3.3.1cvs24
12167
12168         * src/prefs_filtering_action.c
12169                 Fix buglet on setting recipient when
12170                 reediting forward rules.
12171
12172 2008-03-12 [colin]      3.3.1cvs23
12173
12174         * src/summaryview.c
12175                 Fix a new unused variable warning
12176         * src/plugins/trayicon/trayicon.c
12177                 Fix folderview's scrollbar at startup
12178                 if starting hidden
12179
12180 2008-03-12 [colin]      3.3.1cvs22
12181
12182         * src/folderview.c
12183         * src/summaryview.c
12184                 Use item_opened at the beginning of showing
12185                 a folder instead of the end. Fixes flicker.
12186
12187 2008-03-12 [paul]       3.3.1cvs21
12188
12189         * src/folder.c
12190         * src/folder.h
12191         * src/mainwindow.c
12192         * src/procmsg.c
12193         * src/summaryview.c
12194         * src/plugins/trayicon/trayicon.c
12195                 add tooltip with extended folder stats
12196
12197 2008-03-10 [colin]      3.3.1cvs20
12198
12199         * src/common/xml.c
12200                 Handle comments
12201
12202 2008-03-07 [colin]      3.3.1cvs19
12203
12204         * src/mainwindow.c
12205                 Fix blinking of the taskbar entry
12206
12207 2008-03-07 [colin]      3.3.1cvs18
12208
12209         * src/mainwindow.c
12210                 MAEMO: Fix bug 1494, 'Trayicon 
12211                 plugin breaks UI...'
12212
12213 2008-03-07 [paul]       3.3.1cvs17
12214
12215         * src/gtk/authors.h
12216                 reflect reality a bit more closely
12217
12218 2008-03-06 [colin]      3.3.1cvs16
12219
12220         * src/mainwindow.c
12221         * src/mainwindow.h
12222         * src/summaryview.c
12223         * src/summaryview.h
12224         * src/toolbar.c
12225                 Integrate things better wrt the new
12226                 summaryview extensibility.
12227
12228 2008-03-06 [wwp]        3.3.1cvs15
12229
12230         * src/quote_fmt.c
12231                 Fix some gcc warnings.
12232
12233 2008-03-06 [wwp]        3.3.1cvs14
12234
12235         * src/prefs_account.c
12236         * src/prefs_folder_item.c
12237         * src/prefs_gtk.c
12238         * src/prefs_template.c
12239         * src/gtk/prefswindow.c
12240         * src/gtk/prefswindow.h
12241                 prefs_templates: fix missing unregistering of addr_completion widgets
12242                 and and ending of addr_completion service.
12243                 prefs_folder_item: fix missing registering/unregistering of widgets,
12244                 and rework the way add_completion service is started and stopped.
12245                 Plus few prefswindow API changes (opening).
12246
12247 2008-03-06 [wwp]        3.3.1cvs13
12248
12249         * src/folder_item_prefs.c
12250         * src/prefs_template.c
12251         * src/prefs_template.h
12252         * src/quote_fmt.c
12253         * src/common/template.c
12254                 Complete 3.3.1cvs12, thanks to Colin.
12255
12256 2008-03-06 [wwp]        3.3.1cvs12
12257
12258         * src/compose.c
12259         * src/folder_item_prefs.c
12260         * src/folder_item_prefs.h
12261         * src/prefs_account.c
12262         * src/prefs_folder_item.c
12263         * src/prefs_quote.c
12264         * src/prefs_template.c
12265         * src/quote_fmt.c
12266         * src/quote_fmt.h
12267         * src/common/template.c
12268         * src/common/template.h
12269                 Global and per-folder templates can now override the from name (this
12270                 doesn't change the account being used).
12271                 Examples:
12272                  "My other name" <%account_email> (just changes the name)
12273                  my.faked.email@address.org (overrides the address too)
12274
12275 2008-03-05 [colin]      3.3.1cvs11
12276
12277         * src/summaryview.c
12278         * src/summaryview.h
12279                 Replace that hbox with a notebook
12280
12281 2008-03-05 [colin]      3.3.1cvs10
12282
12283         * src/folder.h
12284         * src/folderview.c
12285                 Add klass functions for notification of folder
12286                 opening/closing via the GUI
12287         * src/summaryview.c
12288         * src/summaryview.h
12289                 Add a specific container for the scrolledwin
12290
12291 2008-03-05 [colin]      3.3.1cvs9
12292
12293         * src/folder.h
12294         * src/folderview.c
12295                 Add klass functions for notification of folder 
12296                 opening/closing via the GUI
12297         * src/summaryview.c
12298         * src/summaryview.h
12299                 Add a specific container for the scrolledwin
12300
12301 2008-03-02 [colin]      3.3.1cvs8
12302
12303         * src/messageview.c
12304                 MAEMO: Fix bug 1541, 'Deleting message from within 
12305                 read window displays next message then closes.'
12306
12307 2008-03-02 [colin]      3.3.1cvs7
12308
12309         * src/main.c
12310                 Probably fix bug 1539, 'Program crashes':
12311                 Setup Gcrypt's thread functions when built
12312                 with GnuTLS
12313
12314 2008-03-01 [colin]      3.3.1cvs6
12315
12316         * src/folder.c
12317         * src/imap_gtk.c
12318                 Get rid of stale folders with no account
12319
12320 2008-02-28 [colin]      3.3.1cvs5
12321
12322         * src/compose.c
12323                 Fix bug 1534, 'Segmentation fault when doing 
12324                 some draft saving and then throwing away'
12325         * src/imap.c
12326                 Fix bug 1533, 'Claws is unable to mark messages 
12327                 as "read" in IMAP shared folders'
12328         * src/etpan/imap-thread.c
12329                 Fix bug 1515, 'large messages crash claws when 
12330                 syncing for offline mode'. This is rather a
12331                 workaround, and mails > 64MB will still be
12332                 problematic if there's less than 64MB available
12333                 on the dataroot volume.
12334         * src/messageview.c
12335                 MAEMO: Add information when fetching big messages
12336
12337 2008-02-26 [colin]      3.3.1cvs4
12338
12339         * src/imap.c
12340                 fix bug 1532, '"login refused" message insufficiently 
12341                 detailed'
12342
12343 2008-02-26 [paul]       3.3.1cvs3
12344
12345         * INSTALL
12346         * README
12347                 remove mentions of ClamAV and a few other
12348                 old bits of information
12349
12350 2008-02-23 [colin]      3.3.1cvs2
12351
12352         * src/main.c
12353                 Fix log output (missing \n)
12354
12355 2008-02-23 [colin]      3.3.1cvs1
12356
12357         * configure.ac
12358                 Bump version number for stable release
12359
12360 2008-02-23 [paul]       3.3.0cvs21
12361
12362         * po/he.po
12363                 updated by Ofer
12364
12365 2008-02-21 [colin]      3.3.0cvs20
12366
12367         * src/matcher.c
12368                 Fix bug 1527, 'filtering is case sensitive when it 
12369                 shouldn't be'
12370
12371 2008-02-20 [colin]      3.3.0cvs19
12372
12373         * src/main.c
12374                 Fix file attachments from older Thunar
12375
12376 2008-02-19 [colin]      3.3.0cvs18
12377
12378         * manual/plugins.xml
12379         * manual/es/plugins.xml
12380         * manual/fr/plugins.xml
12381         * manual/pl/plugins.xml
12382                 Remove Clamav
12383
12384 2008-02-19 [paul]       3.3.0cvs17
12385
12386         * tools/README
12387         * tools/csv2addressbook.pl
12388                 add support for Kmail/Kaddressbook
12389
12390 2008-02-18 [colin]      3.3.0cvs16
12391
12392         * src/imap.c
12393                 Unset folder's session before creating a
12394                 new one
12395         * src/main.c
12396         * src/prefs_common.c
12397         * src/prefs_common.h
12398         * manual/advanced.xml
12399                 Add an hidden use_networkmanager pref, to
12400                 disable NetworkManager handling. Also,
12401                 consider UNKNOWN state to be CONNECTED.
12402
12403 2008-02-18 [wwp]        3.3.0cvs15
12404
12405         * src/matcher.c
12406                 Fix Engrish and make 'not' more visible in filtering debug logs.
12407
12408 2008-02-15 [colin]      3.3.0cvs14
12409
12410         * src/matcher.c
12411                 Revert cvs10 for now, it breaks the feature
12412
12413 2008-02-15 [colin]      3.3.0cvs13
12414
12415         * src/main.c
12416                 Always focus folder tree at startup
12417         * src/compose.c
12418                 Fix bug 1521, 'Cannot close compose window after 
12419                 replying to a non-existent news message'
12420
12421 2008-02-13 [colin]      3.3.0cvs12
12422
12423         * src/folderview.c
12424                 Fix important warnings
12425
12426 2008-02-12 [colin]      3.3.0cvs11
12427
12428         * src/imap.c
12429         * src/etpan/imap-thread.c
12430         * src/etpan/imap-thread.h
12431                 Fix handling of $Forwarded flag on Exchange:
12432                 check for the existence or creatability of a
12433                 flag before using it.
12434
12435 2008-02-12 [colin]      3.3.0cvs10
12436
12437         * src/matcher.c
12438                 Optimise matching on Found in addressbook if
12439                 the matched header is in cache (From, etc)
12440
12441 2008-02-12 [colin]      3.3.0cvs9
12442
12443         * src/folderview.c
12444                 Fix crashy stuff when changing displayed
12445                 columns
12446
12447 2008-02-12 [wwp]        3.3.0cvs8
12448
12449         * src/folder.h
12450                 Remove duplicate func declaration and restore the one
12451                 a missing one.
12452
12453 2008-02-12 [wwp]        3.3.0cvs7
12454
12455         * src/compose.c
12456         * src/export.c
12457         * src/folder.c
12458         * src/folder.h
12459         * src/foldersel.c
12460         * src/foldersel.h
12461         * src/imap_gtk.c
12462         * src/import.c
12463         * src/mainwindow.c
12464         * src/messageview.c
12465         * src/mh_gtk.c
12466         * src/prefs_account.c
12467         * src/prefs_filtering_action.c
12468         * src/summaryview.c
12469         * src/plugins/bogofilter/bogofilter_gtk.c
12470         * src/plugins/spamassassin/spamassassin_gtk.c
12471                 Allow moving/copying folders to root folders when using
12472                 the folder selection dialog (it was not possible to
12473                 maemo users to reparent a subfolder to a root folder
12474                 at all).
12475
12476 2008-02-12 [fabien]     3.3.0cvs6
12477
12478         * po/fr.po
12479                 a few days late for i18n fr update. Sorry.
12480
12481 2008-02-11 [colin]      3.3.0cvs5
12482
12483         * src/main.c
12484                 Implement support for future /dev/mem_notify.
12485                 This Linux kernel feature will allow applications
12486                 to be notified that memory has to be freed
12487                 before getting OOM-killed. For more information:
12488                 http://lwn.net/Articles/267013/
12489
12490 2008-02-10 [paul]       3.3.0cvs4
12491
12492         * src/Makefile.am
12493         * src/mimeview.c
12494         * src/prefs_toolbar.c
12495         * src/stock_pixmap.c
12496         * src/stock_pixmap.h
12497         * src/pixmaps/mime_text_patch.xpm
12498                 add an icon for attached patches
12499
12500 2008-02-09 [paul]       3.3.0cvs3
12501
12502         * src/gtk/about.c
12503                 bump the (c) year
12504
12505 2008-02-09 [wwp]        3.3.0cvs2
12506
12507         * src/main.c
12508                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12509
12510 2008-02-08 [colin]      3.3.0cvs1
12511
12512         * src/common/utils.c
12513                 Forbid attaching anything containing "../" or ".ssh/"
12514                 from mailto: URI
12515
12516 2008-02-08 [paul]       3.3.0
12517
12518         * NEWS
12519         * README
12520         * RELEASE_NOTES 
12521                 3.3.0 released
12522
12523 2008-02-08 [paul]       3.2.0cvs77
12524
12525         * AUTHORS
12526                 updated with new translators
12527         * configure.ac
12528                 added he to ALL_LINGUAS
12529         * po/cs.po
12530         * po/de.po
12531         * po/es.po
12532         * po/fi.po
12533         * po/hu.po
12534         * po/it.po
12535         * po/pt_BR.po
12536         * po/zh_CN.po
12537                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12538                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12539                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12540                 and Ralph Young
12541         * po/he.po
12542                 new Hebrew translation by Ofer <oc666@netvision.net.il>
12543         * src/gtk/about.c
12544                 updated with new translators and bumped (c) year
12545         * src/gtk/authors.h
12546                 updated with new translators
12547
12548 2008-02-05 [colin]      3.2.0cvs76
12549
12550         * src/messageview.c
12551         * src/mimeview.c
12552         * src/mimeview.h
12553                 Special case text/calendar parts: if there's one in
12554                 the mail, and a plugin handling text/calendar is
12555                 loaded, show that part. That'll avoid rendering 
12556                 meetings as plain text, which just looks broken to
12557                 many users.
12558
12559 2008-02-04 [colin]      3.2.0cvs75
12560
12561         * src/mainwindow.c
12562                 Maemo: Fix LED handling on OS 2008
12563
12564 2008-02-01 [colin]      3.2.0cvs74
12565
12566         * src/compose.c
12567                 Possibly fix the annoying and hard-to reproduce bug
12568                 where lines 
12569                 are
12570                 rewrapped
12571                 like
12572                 that.
12573
12574 2008-02-01 [paul]       3.2.0cvs73
12575
12576         * src/common/utils.c
12577                 fix bug 1502, 'Plus signs are stripped from
12578                 email addresses when calling from command line'
12579                 Thanks to Colin
12580
12581 2008-01-31 [colin]      3.2.0cvs72
12582
12583         * src/exphtmldlg.c
12584         * src/mimeview.c
12585         * src/summaryview.c
12586                 Fix building of URIs from filenames
12587
12588 2008-01-31 [wwp]        3.2.0cvs71
12589
12590         * src/main.c
12591                 Fixes debug output of compiled-in features list
12592                 (completes 3.2.0cvs60).
12593
12594 2008-01-31 [colin]      3.2.0cvs70
12595
12596         * configure.ac
12597         * po/POTFILES.in
12598         * src/compose.c
12599         * src/plugins/Makefile.am
12600         * src/plugins/clamav/.cvsignore
12601         * src/plugins/clamav/Makefile.am
12602         * src/plugins/clamav/README
12603         * src/plugins/clamav/clamav_plugin.c
12604         * src/plugins/clamav/clamav_plugin.h
12605         * src/plugins/clamav/clamav_plugin_gtk.c
12606         * src/plugins/clamav/clamav_plugin_gtk.deps
12607                 Remove the Clamav plugin from the core
12608
12609 2008-01-28 [wwp]        3.2.0cvs69
12610
12611         * src/compose.c
12612         * src/prefs_template.c
12613         * src/prefs_template.h
12614         * src/quote_fmt.c
12615         * src/quote_fmt.h
12616         * src/quote_fmt_lex.l
12617         * src/quote_fmt_parse.y
12618                 Fix for bug #1493: count lines (\n chars) according to the way
12619                 format body is passed (i.e. \-escaped or not).
12620
12621 2008-01-27 [paul]       3.2.0cvs68
12622
12623         * po/en_GB.po
12624                 updated
12625         * src/prefs_actions.c
12626         * src/prefs_filtering.c
12627         * src/prefs_folder_item.c
12628         * src/prefs_template.c
12629         * src/gtk/about.c
12630                 some minor changes to the English
12631
12632 2008-01-24 [colin]      3.2.0cvs67
12633
12634         * src/etpan/imap-thread.c
12635         * src/etpan/nntp-thread.c
12636                 Fix bug 1348, 'Hang ups at exit time with 
12637                 pgp plugin since 3.0.2'
12638
12639 2008-01-23 [colin]      3.2.0cvs66
12640
12641         * src/toolbar.c
12642                 Fix translation of something that shouldn't be
12643
12644 2008-01-23 [colin]      3.2.0cvs65
12645
12646         * src/procmime.c
12647                 Fix bug 1486, 'Re: Incorrect content when replying'
12648                 Revert to full scan if short scan found only 0-length
12649                 text parts
12650
12651 2008-01-23 [paul]       3.2.0cvs64
12652
12653         * src/prefs_folder_item.c
12654                 fix bug 1485, 'selecting a folder's default
12655                 account if name contains '&''
12656
12657 2008-01-23 [colin]      3.2.0cvs63
12658
12659         * src/folder.c
12660         * src/folder.h
12661         * src/main.c
12662         * src/mainwindow.c
12663                 Fix bug 1480, 'should be able to display mail file
12664                 from command line'. Let 'claws-mail --select' accept
12665                 absolute paths in addition to folder identifiers.
12666
12667 2008-01-22 [wwp]        3.2.0cvs62
12668
12669         * src/account.c
12670         * src/account.h
12671         * src/compose.c
12672         * src/messageview.c
12673         * src/summaryview.c
12674         * src/common/utils.c
12675         * src/common/utils.h
12676                 Allow from=address in mailto sequence:
12677                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12678                   The 'from' will try to select the first account matching in accounts list,
12679                   otherwise will use the usual account selection mechanism but override with
12680                   this 'from' address.
12681                 Allow mailto with NNTP accounts
12682                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12683                   is the default one or if a NNTP account address is used with 'from'.
12684                   This is more or less a bugfix as it was possible to use mailto with a NNTP
12685                   default account but the complete mailto sequence was put in To.
12686
12687 2008-01-22 [wwp]        3.2.0cvs61
12688
12689         * doc/man/claws-mail.1
12690                 Updated the man page: status of few features, command-line
12691                 usage (--version-full) and completed list of config files
12692                 and dirs.
12693
12694 2008-01-22 [wwp]        3.2.0cvs60
12695
12696         * src/main.c
12697                 Added --version-full to display version and compiled-in
12698                 features list (for later use by Clawsker for instance).
12699
12700 2008-01-22 [holger]     3.2.0cvs59
12701
12702         * src/addrduplicates.c
12703                 Fix scrolling in addressbook duplicate
12704                 finder result dialog
12705
12706 2008-01-21 [colin]      3.2.0cvs58
12707
12708         * src/summaryview.c
12709                 Fix bug 1457, 'sorting messages on, say, from, 
12710                 should subsort on previous sort choice'. Subsort
12711                 by date when sort is Subject, From, To, Tags.
12712
12713 2008-01-21 [colin]      3.2.0cvs57
12714
12715         * AUTHORS
12716         * src/matcher.c
12717         * src/mimeview.c
12718         * src/common/ssl.c
12719         * src/gtk/authors.h
12720                 Fix bug 1478, 'Wrong pthread_create calls all 
12721                 over the place'. Patch by Christian Cornelssen
12722
12723 2008-01-20 [colin]      3.2.0cvs56
12724
12725         * src/imap.c
12726         * src/etpan/imap-thread.c
12727         * src/etpan/imap-thread.h
12728                 Fix bug 1468, 'Use IMAP keyword to 
12729                 store "forwarded" flag'
12730
12731 2008-01-20 [colin]      3.2.0cvs55
12732
12733         * src/folderutils.c
12734                 Make list operations faster
12735
12736 2008-01-20 [colin]      3.2.0cvs54
12737
12738         * src/mainwindow.c
12739                 Fix bug 1353, 'on startup with small screen 
12740                 layout, keyboard input gets lost'
12741
12742 2008-01-20 [colin]      3.2.0cvs53
12743
12744         * src/textview.c
12745                 Complete 3.2.0cvs49, and fixes bug 1477, 
12746                 'Claws Mail crashes when view PGP-encrypted 
12747                 message'
12748
12749 2008-01-20 [colin]      3.2.0cvs52
12750
12751         * src/compose.c
12752                 Fix privacy menu update when replying to
12753                 encrypted mail and no default privacy 
12754                 system is set
12755
12756 2008-01-19 [colin]      3.2.0cvs51
12757
12758         * src/filtering.c
12759         * src/procmsg.h
12760         * src/plugins/bogofilter/bogofilter.c
12761         * src/plugins/clamav/clamav_plugin.c
12762         * src/plugins/spamassassin/spamassassin.c
12763                 Batch filtering deletions too (and save 4 bytes
12764                 per MsgInfo in the process :)
12765
12766 2008-01-19 [colin]      3.2.0cvs50
12767
12768         * src/folder.c
12769                 Make cache update after copies much faster
12770                 on IMAP
12771
12772 2008-01-19 [colin]      3.2.0cvs49
12773
12774         * src/textview.c
12775                 Check g_fopen() success
12776
12777 2008-01-17 [wwp]        3.2.0cvs48
12778
12779         * manual/faq.xml
12780         * manual/es/faq.xml
12781         * manual/fr/faq.xml
12782         * manual/pl/faq.xml
12783                 Sylpheed? No idea what this means.
12784
12785 2008-01-17 [colin]      3.2.0cvs47
12786
12787         * src/gtk/gtksctree.c
12788                 Make dnd threshold higher on Maemo
12789
12790 2008-01-16 [colin]      3.2.0cvs46
12791
12792         * src/common/passcrypt.c
12793                 Fix build on FreeBSD, thanks to Pawel
12794
12795 2008-01-15 [colin]      3.2.0cvs45
12796
12797         * src/compose.c
12798                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
12799                 spell check of actuall word'
12800         * src/summaryview.c
12801                 Temporarily disable immediate execution when learning
12802                 spam *only* if the summaryview isn't locked
12803
12804 2008-01-15 [wwp]        3.2.0cvs44
12805
12806         * src/prefs_filtering.c
12807                 Fix filtering prefs layout (Maemo port), moving page up/down
12808                 from buttons to context menu.
12809
12810 2008-01-15 [colin]      3.2.0cvs43
12811
12812         * src/compose.c
12813                 Fix bug 1465, 'First line in new message does not mark URLs'
12814
12815 2008-01-15 [colin]      3.2.0cvs42
12816
12817         * src/common/passcrypt.c
12818                 Fix bug 1461, 'several components #define 
12819                 _XOPEN_SOURCE improperly'
12820
12821 2008-01-15 [colin]      3.2.0cvs41
12822
12823         * src/summaryview.c
12824                 Fix bug 1469, 'Column width adjustments on message 
12825                 lists do not save'
12826
12827 2008-01-14 [holger]     3.2.0cvs40
12828
12829         * configure.ac
12830                 Add tests for dbus, dbus glib bindings,
12831                 and NetworkManager. All is optional. Add new
12832                 --(en|dis)able-networkmanager-support switch.
12833         * src/Makefile.am
12834         * src/imap.c
12835         * src/inc.c
12836         * src/main.c
12837         * src/main.h
12838         * src/mainwindow.c
12839         * src/gtk/about.c
12840                 Add optional NetworkManager support, so Claws Mail
12841                 can try to do the right thing when the network connection
12842                 status changes. NetworkManager support is active by
12843                 default if above requirements were met.
12844
12845 2008-01-12 [colin]      3.2.0cvs39
12846
12847         * src/summaryview.c
12848                 Advertise the click-on-reply feature in the tooltip
12849
12850 2008-01-12 [colin]      3.2.0cvs38
12851
12852         * src/Makefile.am
12853         * src/stock_pixmap.c
12854         * src/stock_pixmap.h
12855         * src/pixmaps/tray_newmail.offline.xpm
12856         * src/pixmaps/tray_newmail.xpm
12857         * src/pixmaps/tray_newmarkedmail.offline.xpm
12858         * src/pixmaps/tray_newmarkedmail.xpm
12859         * src/pixmaps/tray_nomail.offline.xpm
12860         * src/pixmaps/tray_nomail.xpm
12861         * src/pixmaps/tray_unreadmail.offline.xpm
12862         * src/pixmaps/tray_unreadmail.xpm
12863         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12864         * src/pixmaps/tray_unreadmarkedmail.xpm
12865         * src/plugins/trayicon/Makefile.am
12866         * src/plugins/trayicon/newmail.offline.xpm
12867         * src/plugins/trayicon/newmail.xpm
12868         * src/plugins/trayicon/newmarkedmail.offline.xpm
12869         * src/plugins/trayicon/newmarkedmail.xpm
12870         * src/plugins/trayicon/nomail.offline.xpm
12871         * src/plugins/trayicon/nomail.xpm
12872         * src/plugins/trayicon/trayicon.c
12873         * src/plugins/trayicon/unreadmail.offline.xpm
12874         * src/plugins/trayicon/unreadmail.xpm
12875         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12876         * src/plugins/trayicon/unreadmarkedmail.xpm
12877                 Make the Trayicon plugin icons themable
12878
12879 2008-01-12 [wwp]        3.2.0cvs37
12880
12881         * src/prefs_display_header.c
12882                 Fix extra leading hyphen visible in the display
12883                 header configuration combo list (maemo).
12884
12885 2008-01-11 [colin]      3.2.0cvs36
12886
12887         * src/imap.c
12888                 Set timeout to 1 before disconnecting all -
12889                 for when one switches to offline and has 
12890                 no network anymore
12891         * src/messageview.c
12892                 Fix bug 1454, 'error message shows parts and 
12893                 signature of previous messages'
12894         * src/prefs_common.c
12895                 Maemo: Hide Send dialog by default
12896
12897 2008-01-10 [colin]      3.2.0cvs35
12898
12899         * src/action.c
12900         * src/editldap.c
12901         * src/prefs_account.c
12902         * src/wizard.c
12903         * src/gtk/inputdialog.c
12904         * src/plugins/pgpcore/passphrase.c
12905                 Maemo: Fix bug 1455, 'Password enters leading letter 
12906                 incorrectly as uppercase'
12907
12908 2008-01-09 [colin]      3.2.0cvs34
12909
12910         * po/pl.po
12911                 Fix bug 1446, 'SC crashes frequently when staying 
12912                 in background'. Format string error in Polish 
12913                 translation
12914         * src/gtk/description_window.c
12915         * src/prefs_template.c
12916                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12917                 patch by Pawel
12918         * src/wizard.c
12919                 Maemo: Fix build
12920
12921 2008-01-08 [colin]      3.2.0cvs33
12922
12923         * src/main.c
12924                 Maemo: connect HW status change signal for shutdown
12925         * src/mainwindow.c
12926                 Maemo: Fix hardware space key
12927         * src/wizard.c
12928                 Maemo: name mmc1 and 2 a better name
12929
12930 2008-01-08 [wwp]        3.2.0cvs32
12931
12932         * src/folder.c
12933         * src/folder_item_prefs.c
12934         * src/folder_item_prefs.h
12935         * src/prefs_folder_item.c
12936                 It's now possible to disable processing rules when
12937                 entering a folder (this adds a new option to the
12938                 folder properties dialog).
12939
12940 2008-01-08 [wwp]        3.2.0cvs31
12941
12942         * src/common/utils.c
12943                 Mailto: now supports 'insert' (stands for 'insert file'), this
12944                 adds the ability to create a new message from the command-line,
12945                 with body set from an existing file contents.
12946
12947 2008-01-08 [colin]      3.2.0cvs30
12948
12949         * src/summaryview.c
12950                 Maybe fix bug 1452, 'crash while drag'n'droping 
12951                 emails to an IMAP folder'
12952
12953 2008-01-07 [wwp]        3.2.0cvs29
12954
12955         * src/prefs_filtering.c
12956                 Static-alize a function, thanks to Colin.
12957
12958 2008-01-07 [colin]      3.2.0cvs28
12959
12960         * src/folderview.c
12961                 Fix scrolling to bottom when drag and dropping
12962         * src/summaryview.c
12963                 Fix bug 1445, 'Display sender using addressbook: fails 
12964                 when From: isn't an email address'
12965
12966 2008-01-07 [wwp]        3.2.0cvs27
12967
12968         * src/prefs_actions.c
12969         * src/prefs_filtering.c
12970         * src/prefs_template.c
12971                 Add tooltips to most buttons in the templates, actions and
12972                 filtering/processing dialogs.
12973
12974 2008-01-07 [wwp]        3.2.0cvs26
12975
12976         * src/prefs_filtering.c
12977                  - add a clear button to clear dialog input fields
12978                  - add page up and page down buttons to move selected rule up and down
12979                  - in rules list popup-menu: added Delete, Delete all and Duplicate
12980                  - popup-menu items are greyed out either if the list is empty (not counting the
12981                    (New) row or if there is no selected item
12982                  - clear store when closing dialog
12983
12984         * src/prefs_actions.c
12985                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12986                    clear button, popup-menu
12987                  - clear store when closing dialog
12988
12989         * src/prefs_template.c
12990                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12991                    clear button, popup-menu 
12992
12993         * src/addrcustomattr.c
12994                  - renamed popup-menu item Clear list to Delete all
12995                  - grey out popup-menu items is there is no selected item or if list is empty
12996                  - clear store when closing dialog
12997
12998         * src/edittags.c
12999                  - added popup-menu item Delete all
13000                  - grey out popup-menu items is there is no selected item or if list is empty
13001                  - clear store when closing dialog
13002
13003 2008-01-06 [wwp]        3.2.0cvs25
13004
13005         * src/addressadd.c
13006                 One more layout fix by Pawel (completes 3.2.0cvs24).
13007
13008 2008-01-05 [colin]      3.2.0cvs24
13009
13010         * src/addressadd.c
13011                 Little GUI fixes, patch by Pawel
13012
13013 2007-12-29 [wwp]        3.2.0cvs23
13014
13015         * src/compose.c
13016                 Fix for bug #1443, and strip possible whitespaces around
13017                 custom header names.
13018
13019 2007-12-29 [mones]      3.2.0cvs22
13020
13021         * po/es.po
13022                 Updated translation, corrected a term based 
13023                 on suggestion from Israel Saeta P�rez,
13024                 reverted awful X-Mailer translation
13025         * src/procmime.c
13026                 Complete cvs20 for FreeBSD, patch by Pawel
13027
13028 2007-12-29 [colin]      3.2.0cvs21
13029
13030         * src/textview.c
13031                 Fix bug 1442, 'Tags are repeated in 
13032                 encapsulated messages'
13033
13034 2007-12-28 [colin]      3.2.0cvs20
13035
13036         * src/procmime.c
13037                 Fix path to mime/globs. Patch by Marten King.
13038
13039 2007-12-27 [colin]      3.2.0cvs19
13040
13041         * src/plugins/pgpcore/Makefile.am
13042         * src/plugins/pgpinline/Makefile.am
13043         * src/plugins/pgpmime/Makefile.am
13044                 Add missing flags to build pgp plugins on maemo
13045
13046 2007-12-27 [colin]      3.2.0cvs18
13047
13048         * src/mainwindow.c
13049                 Maximise before showing to avoid probable flickering
13050                 on slow computers.
13051
13052 2007-12-27 [colin]      3.2.0cvs17
13053
13054         * src/main.c
13055         * src/mainwindow.c
13056         * src/prefs_common.c
13057         * src/prefs_common.h
13058                 Fix bug 1439, 'Claws Mail does not remember window size 
13059                 state when restarted'. Save maximised state and force
13060                 maximisation at startup if applicable.
13061
13062 2007-12-23 [paul]       3.2.0cvs16
13063
13064         * src/prefs_matcher.c
13065                 fix bug 1436, 'Filter condition dialog doesn't
13066                 load header name from current rules'
13067
13068 2007-12-22 [paul]       3.2.0cvs15
13069
13070         * src/compose.c
13071                 fix bug 1435, 'Reply doesn't take into account
13072                 reply-to field'
13073
13074 2007-12-21 [paul]       3.2.0cvs14
13075
13076         * src/common/ssl_certificate.c
13077                 fix FreeBSD build with IPV6 support 
13078
13079 2007-12-20 [colin]      3.2.0cvs13
13080
13081         * src/imap.c
13082                 Fix error handling
13083
13084 2007-12-20 [colin]      3.2.0cvs12
13085
13086         * src/imap.c
13087         * src/imap.h
13088         * src/prefs_account.c
13089                 Add DIGEST-MD5 support for IMAP authentication
13090
13091 2007-12-19 [mones]      3.2.0cvs11
13092
13093         * doc/man/claws-mail.1
13094                 Better ordering of sections, updated options
13095         * po/es.po
13096                 Updated strings
13097
13098 2007-12-19 [paul]       3.2.0cvs10
13099
13100         * src/prefs_account.c
13101                 use a spinbutton instead of an entry for
13102                 "POP authentication timeout" also
13103
13104 2007-12-19 [colin]      3.2.0cvs9
13105
13106         * src/prefs_filtering_action.c
13107         * src/prefs_matcher.c
13108         * src/gtk/description_window.c
13109                 Destroy info windows with their parents
13110                 Patch by Pawel
13111
13112 2007-12-19 [colin]      3.2.0cvs8
13113
13114         * src/prefs_account.c
13115                 Use spinbuttons instead of entries where needed
13116                 Patch by Pawel
13117
13118 2007-12-18 [paul]       3.2.0cvs7
13119
13120         * src/prefs_matcher.c
13121                 add missing i18n for a few strings
13122                 Patch by Stephan Sachse
13123
13124 2007-12-18 [paul]       3.2.0cvs6
13125
13126         * src/prefs_logging.c
13127                 use 'disk' instead of 'disc'
13128
13129 2007-12-18 [paul]       3.2.0cvs5
13130
13131         * po/en_GB.po
13132                 updated
13133         * src/addrcustomattr.c
13134         * src/editaddress.c
13135                 fixes to the ingleesh
13136         * src/prefs_filtering_action.c
13137                 fix copyright header
13138                 fix untranslated strings
13139         * src/prefs_filtering_action.h
13140                 fix copyright header
13141
13142 2007-12-18 [wwp]        3.2.0cvs4
13143
13144         * src/folderview.c
13145         * src/headerview.c
13146         * src/prefs_common.c
13147         * src/prefs_common.h
13148         * src/prefs_fonts.c
13149         * src/summaryview.c
13150         * src/textview.c
13151         * src/wizard.c
13152         * src/common/defs.h
13153         * src/gtk/gtkutils.c
13154                 Added prefs to set custom small and bold fonts
13155                 (might matter on some desktops, according to
13156                 DPI and font settings).
13157
13158 2007-12-18 [colin]      3.2.0cvs3
13159
13160         * src/prefs_logging.c
13161                 Rework GUI, patch by Pawel
13162
13163 2007-12-18 [colin]      3.2.0cvs2
13164
13165         * src/prefs_filtering_action.c
13166                 Rework GUI, patch by Pawel
13167
13168 2007-12-18 [colin]      3.2.0cvs1
13169
13170         * src/editaddress.c
13171                 Fix build on old GCC
13172                 Fix inverted buttons
13173
13174 2007-12-17 [paul]       3.2.0
13175
13176         * NEWS
13177         * README
13178         * RELEASE_NOTES 
13179                 3.2.0 released
13180
13181 2007-12-17 [paul]       3.1.0cvs79
13182
13183         * po/de.po
13184         * po/fr.po
13185         * po/hu.po
13186         * po/it.po
13187         * po/pt_BR.po
13188                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13189                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13190
13191 2007-12-17 [mones]      3.1.0cvs78
13192
13193         * po/es.po
13194                 Updated Spanish translation for 3.2.0 release
13195
13196 2007-12-16 [colin]      3.1.0cvs77
13197
13198         * src/addrcustomattr.c
13199                 Fix translations, patch by Fabien
13200
13201 2007-12-15 [paul]       3.1.0cvs76
13202
13203         * src/folderview.c
13204                 fix compiler warning
13205
13206 2007-12-14 [colin]      3.1.0cvs75
13207
13208         * src/folderview.c
13209                 Simplify logic
13210
13211 2007-12-12 [wwp]        3.1.0cvs74
13212
13213         * AUTHORS
13214         * src/gtk/authors.h
13215                 Added Marius Glauser to the hall of fame.
13216
13217 2007-12-12 [wwp]        3.1.0cvs73
13218
13219         * src/gtk/gtkutils.c
13220                 Improve the way we show results of searches
13221                 in message bodies: selected text now get centered
13222                 vertically in the message window.
13223                 Patch by Marius Glauser <seelenhirt@gmx.net>.
13224
13225 2007-12-10 [colin]      3.1.0cvs72
13226
13227         * src/folder.c
13228                 Don't crash when setting batch mode on no folder
13229
13230 2007-12-10 [colin]      3.1.0cvs71
13231
13232         * src/common/utils.c
13233                 Fix potential buffer overrun (thanks to
13234                 Hiroyuki)
13235
13236 2007-12-08 [paul]       3.1.0cvs70
13237
13238         * src/prefs_receive.c
13239                 small change to the English
13240
13241 2007-12-08 [colin]      3.1.0cvs69
13242
13243         * src/vcard.c
13244                 Fix warnings
13245
13246 2007-12-07 [colin]      3.1.0cvs68
13247
13248         * src/mainwindow.c
13249         * src/summaryview.c
13250         * src/summaryview.h
13251                 Free simplify_subject_preg at exit
13252
13253 2007-12-07 [colin]      3.1.0cvs67
13254
13255         * src/main.c
13256         * src/summaryview.c
13257         * src/common/utils.c
13258         * src/common/utils.h
13259                 We have to free reused regexps from time to
13260                 time, or they get huge
13261
13262 2007-12-07 [colin]      3.1.0cvs66
13263
13264         * src/vcard.c
13265                 Fix QP decoding (and UTF8)
13266
13267 2007-12-07 [colin]      3.1.0cvs65
13268
13269         * src/addrcustomattr.c
13270                 Update list of default custom attributes
13271                 now (will be needed for a feature patch
13272                 post 3.2.0)
13273
13274 2007-12-07 [colin]      3.1.0cvs64
13275
13276         * src/folder.c
13277                 Batch on destination folder when copying - fixes
13278                 slowness when moving unread mails to trash on IMAP
13279
13280 2007-12-06 [colin]      3.1.0cvs63
13281
13282         * src/common/w32_time.c
13283         * src/common/w32lib.h
13284         * src/etpan/etpan-thread-manager.c
13285         * src/etpan/imap-thread.c
13286         * src/etpan/nntp-thread.c
13287         * src/gtk/Makefile.am
13288                 Fix win32 build with libetpan. Thanks to
13289                 Marcus Brinkmann.
13290
13291 2007-12-06 [colin]      3.1.0cvs62
13292
13293         * src/account.c
13294         * src/imap.c
13295         * src/prefs_account.c
13296         * src/prefs_account.h
13297         * src/etpan/imap-thread.c
13298         * src/etpan/imap-thread.h
13299                 Disable connection via command line on WIN32
13300                 Disable mmap use on WIN32 - use normal strings
13301         * src/addressbook.c
13302         * src/addressbook.h
13303         * src/addressbook_foldersel.c
13304         * src/addressbook_foldersel.h
13305         * src/prefs_filtering_action.c
13306         * src/prefs_matcher.c
13307         * src/plugins/bogofilter/bogofilter_gtk.c
13308         * src/plugins/dillo_viewer/dillo_prefs.c
13309         * src/plugins/spamassassin/spamassassin_gtk.c
13310                 Fix leak, rework function logics to be more
13311                 natural - thanks to Holger
13312         * src/common/utils.c
13313                 Fix warnings
13314
13315 2007-12-06 [colin]      3.1.0cvs61
13316
13317         * src/news.c
13318         * src/common/utils.c
13319         * src/common/utils.h
13320                 Fix posting, and fix UTF-8 being sent when encoding
13321                 is 8bit
13322
13323 2007-12-05 [colin]      3.1.0cvs60
13324
13325         * src/news.c
13326                 Fix debian bug #453157, 'Fails to post usenet
13327                 articles after NNTP connection has been 
13328                 interrupted". Fix return value to prevent deletion
13329                 on failure, and issue MODE READER in case posting
13330                 fails at first.
13331
13332 2007-12-05 [colin]      3.1.0cvs59
13333
13334         * src/messageview.c
13335         * src/uri_opener.c
13336                 Improvements to the List URIs dialog
13337                 Patch by Pawel
13338
13339 2007-12-05 [colin]      3.1.0cvs58
13340
13341         * src/prefs_other.c
13342         * src/gtk/gtksctree.h
13343                 Fix warnings
13344
13345 2007-12-04 [colin]      3.1.0cvs57
13346
13347         * src/etpan/imap-thread.c
13348                 Fix bug 1378, 'Claws exits on IMAP alert message'
13349                 Don't do GTK calls directly from Etpan thread
13350
13351 2007-12-04 [colin]      3.1.0cvs56
13352
13353         * src/folderview.c
13354         * src/gtk/gtksctree.c
13355                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13356                 Make all the left of column zero an hotspot for
13357                 expanding.
13358
13359 2007-12-04 [colin]      3.1.0cvs55
13360
13361         * src/mainwindow.c
13362         * src/mainwindow.h
13363         * src/prefs_common.c
13364         * src/prefs_common.h
13365         * src/prefs_receive.c
13366                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13367
13368 2007-12-04 [wwp]        3.1.0cvs54
13369
13370         * src/prefs_other.c
13371                 Fix for bug #1419.
13372
13373 2007-12-04 [holger]     3.1.0cvs53
13374
13375         * src/addrduplicates.c
13376         * src/addrduplicates.h
13377                 Export addressbook entry deletion
13378
13379 2007-12-04 [colin]      3.1.0cvs52
13380
13381         * tools/Makefile.am
13382         * tools/README.sylprint
13383         * tools/sylprint.pl
13384         * tools/sylprint.rc
13385                 Fix debian bug #454089 (symlink attack in TMP directory)
13386                 http://secwatch.org/advisories/1019661/ :
13387                 Remove the buggy script, which was unmaintained anyway
13388         * src/news.c
13389         * src/procmsg.c
13390                 Store things in our private tmp directory.
13391
13392 2007-12-03 [colin]      3.1.0cvs51
13393
13394         * src/folder.c
13395         * src/folder.h
13396         * src/folderview.c
13397         * src/imap.c
13398         * src/mainwindow.c
13399                 Fix update problem when getting remote tags
13400         * src/prefs_matcher.c
13401                 Rework GUI to make it better. Patch by Pawel
13402                 Pekala
13403
13404 2007-12-03 [colin]      3.1.0cvs50
13405
13406         * src/etpan/imap-thread.c
13407         * src/etpan/nntp-thread.c
13408                 Fix bug 1417, 'Network log doesn't reveal 
13409                 enough NNTP errors'
13410
13411 2007-12-02 [iwkse]      3.1.0cvs49
13412
13413         * src/plugins/dillo_viewer/dillo_prefs.c
13414                         Insert dillo under the Plugins menu
13415
13416 2007-12-01 [paul]       3.1.0cvs48
13417
13418         * src/html.c
13419                 add these variant forms
13420                 Thanks to Colin
13421
13422 2007-12-01 [paul]       3.1.0cvs47
13423
13424         * src/matcher.c
13425                 fix a typo
13426
13427 2007-12-01 [paul]       3.1.0cvs46
13428
13429         * po/POTFILES.in
13430                 add the new addrcustomattr.c file
13431
13432 2007-11-29 [colin]      3.1.0cvs45
13433
13434         * src/common/ssl_certificate.c
13435                 Use the more modern getaddrinfo instead of 
13436                 gethostbyname when possible
13437
13438 2007-11-28 [colin]      3.1.0cvs44
13439
13440         * src/summaryview.c
13441                 Maybe fix bug 1410 and other crash reports
13442                 in summaryview since cvs38.
13443
13444 2007-11-28 [wwp]        3.1.0cvs43
13445
13446         * src/prefs_summary_open.c
13447                 Guard against an empty list of actions to perform
13448                 when opening a folder (or migration defaults could
13449                 be introduced, confusing).
13450
13451 2007-11-28 [colin]      3.1.0cvs42
13452
13453         * src/folderview.c
13454                 Fix mark all read from folder's contextual menu
13455
13456 2007-11-27 [colin]      3.1.0cvs41
13457
13458         * src/imap.c
13459         * src/imap.h
13460         * src/imap_gtk.c
13461         * src/prefs_account.c
13462         * src/etpan/imap-thread.c
13463                 A few fixes to the IMAP flags handling: Optimisations,
13464                 two crashers, mention that Bandwitdh-efficient mode
13465                 prevents tag fetching.
13466                 Fix M-UTF7 in subscription dialog.
13467
13468 2007-11-27 [colin]      3.1.0cvs40
13469
13470         * src/folder.c
13471         * src/mbox.c
13472         * src/summaryview.c
13473                 Make filtering faster on flags change: Batch original 
13474                 folderitem, where we'll do flags/tags changes.
13475
13476 2007-11-27 [colin]      3.1.0cvs39
13477
13478         * src/filtering.c
13479                 Fix bug 1407, 'After a copy action, further rules apply 
13480                 to both original and copy'
13481
13482 2007-11-27 [colin]      3.1.0cvs38
13483
13484         * src/edittags.c
13485         * src/summaryview.c
13486                 Fixes races when doing a long operation and user
13487                 asks for another one (Mark all read/unread on a 
13488                 big folder on IMAP for example)
13489
13490 2007-11-27 [wwp]        3.1.0cvs37
13491
13492         * src/addressbook.c
13493         * src/prefs_common.c
13494                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13495                 and 3.1.0cvs35 (addressbook.c).
13496
13497 2007-11-27 [holger]     3.1.0cvs36
13498
13499         * src/printing.c
13500                 Add a line separating header and body
13501                 in the printout
13502
13503 2007-11-27 [wwp]        3.1.0cvs35
13504
13505         * src/addressbook.c
13506                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13507                 (thanks to Colin) and revert disabling of cut/copy
13508                 context menu entries upon selected groups.
13509
13510 2007-11-27 [holger]     3.1.0cvs34
13511
13512         * src/printing.c
13513                 Add weights to the list of supported text attributes
13514                 for printing
13515
13516 2007-11-27 [wwp]        3.1.0cvs33
13517
13518         * src/Makefile.am
13519         * src/addrcustomattr.c
13520         * src/addrcustomattr.h
13521         * src/addressbook.c
13522         * src/editaddress.c
13523         * src/editaddress.h
13524         * src/prefs_common.c
13525         * src/prefs_common.h
13526         * src/common/defs.h
13527                 Provide a (customizable) list of preset attribute names
13528                 for editing contacts (closes bug #1391).
13529
13530 2007-11-27 [wwp]        3.1.0cvs32
13531
13532         * src/addrclip.c
13533         * src/addressbook.c
13534         * src/addritem.c
13535                 Various fixes in the address book:
13536                         - made copy/move of a folder to itself or its subtree
13537                           impossible (-> error)
13538                         - errors messages don't show in the status bar anymore,
13539                           use alertpanels instead
13540                         - simple click on group doesn't open group edit dialog
13541                           anymore when in contact edit embedded mode (was too itchy)
13542                         - fixed disabling of edit button and and menu entry when
13543                           in contact edit embedded mode (was done in a bad and
13544                           ineffective way)
13545                         - fix menu cut/paste sensitivity in treelist context
13546                           menu (conflicting enabling was done by different functions)
13547                         - fix some menu item sensitivity in address list context menu
13548                         - don't allow cut/copy of groups, it's useless as they won't
13549                           be copied w/ their contents
13550                         - fix missing copy of the picture file when copying (bug #1402),
13551                           fix picture attribute (internal) value when moving or copying
13552
13553
13554 2007-11-27 [colin]      3.1.0cvs31
13555
13556         * src/folder.c
13557         * src/imap.c
13558                 Fix tags loss on move, fix space encoding
13559
13560 2007-11-26 [colin]      3.1.0cvs30
13561
13562         * src/edittags.c
13563         * src/folder.c
13564         * src/folder.h
13565         * src/imap.c
13566         * src/messageview.c
13567         * src/procmsg.c
13568         * src/procmsg.h
13569         * src/summaryview.c
13570         * src/common/utils.c
13571         * src/common/utils.h
13572         * src/etpan/imap-thread.c
13573         * src/etpan/imap-thread.h
13574                 Add IMAP tags support
13575
13576 2007-11-26 [colin]      3.1.0cvs29
13577
13578         * src/imap.c
13579                 Fix bug 1405, 'imap auto auth method doesn't 
13580                 work since 3.1.0'
13581
13582 2007-11-26 [colin]      3.1.0cvs28
13583
13584         * src/messageview.c
13585         * src/procmime.c
13586                 Handle broken disposition-notifications from Evolution
13587                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13588
13589 2007-11-25 [paul]       3.1.0cvs27
13590
13591         * src/folder_item_prefs.c
13592         * src/folder_item_prefs.h
13593                 remove dead code
13594
13595 2007-11-23 [wwp]        3.1.0cvs26
13596
13597         * src/matcher.c
13598         * src/matcher.h
13599         * src/matcher_parser_parse.y
13600         * src/prefs_matcher.c
13601                 Fix irrelevant case folding when adding matcher condition 'test',
13602                 thanks to Colin.
13603
13604 2007-11-23 [wwp]        3.1.0cvs25
13605
13606         * src/prefs_common.c
13607         * src/prefs_common.h
13608         * src/prefs_summary_open.c
13609         * src/prefs_summary_open.h
13610         * src/summaryview.c
13611                 Add "select first email in list" to the list of possible selections
13612                 when opening a folder.
13613
13614 2007-11-23 [paul]       3.1.0cvs24
13615
13616         * po/de.po
13617                 a fix by Stephan Sachse, plus remove all
13618                 old strings from the end of the file
13619
13620 2007-11-23 [wwp]        3.1.0cvs23
13621
13622         * src/prefs_msg_colors.c
13623                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13624                 with little changes.
13625
13626 2007-11-23 [paul]       3.1.0cvs22
13627
13628         * src/prefs_logging.c
13629                 eliminate wasted horizontal space
13630
13631 2007-11-23 [paul]       3.1.0cvs21
13632
13633         * src/prefs_summaries.c
13634                 don't wrap the label or put linebreaks
13635
13636 2007-11-22 [colin]      3.1.0cvs20
13637
13638         * src/plugins/pgpinline/pgpinline.c
13639                 Fix decryption
13640
13641 2007-11-22 [wwp]        3.1.0cvs19
13642
13643         * src/prefs_themes.c
13644                 Yet another misuse of get_rc_dir(), still related
13645                 to user themes. Completes 3.1.0cvs18.
13646
13647 2007-11-22 [wwp]        3.1.0cvs18
13648
13649         * src/stock_pixmap.c
13650                 Fix a misuse of get_rc_dir(), user themes dir was
13651                 not set properly and some themes might have disappeared
13652                 from themes list in prefs.
13653
13654 2007-11-22 [wwp]        3.1.0cvs17
13655
13656         * src/edittags.c
13657         * src/edittags.h
13658         * src/common/tags.c
13659         * src/common/tags.h
13660                 Correct copyright for these claws-mail-only brand new
13661                 files.
13662
13663 2007-11-22 [paul]       3.1.0cvs16
13664
13665         * src/compose.c
13666                 fix bug 1400, 'Drag and drop of URLs does not work'
13667                 Thanks to Colin
13668
13669 2007-11-22 [paul]       3.1.0cvs15
13670
13671         * src/prefs_common.c
13672                 make "cmds_use_system_default" default to FALSE
13673                 so as not to disrupt current settings
13674         * src/summaryview.c
13675                 increase the size of the GdkRectangle, tooltips
13676                 didn't show for me otherwise
13677
13678 2007-11-21 [colin]      3.1.0cvs14
13679
13680         * src/compose.c
13681         * src/crash.c
13682         * src/exphtmldlg.c
13683         * src/mainwindow.c
13684         * src/manual.c
13685         * src/mimeview.c
13686         * src/prefs_account.c
13687         * src/prefs_common.c
13688         * src/prefs_common.h
13689         * src/prefs_ext_prog.c
13690         * src/textview.c
13691         * src/uri_opener.c
13692         * src/gtk/about.c
13693         * src/gtk/gtkutils.c
13694                 Use xdg-open as a way to find default browser,
13695                 when available
13696
13697 2007-11-21 [colin]      3.1.0cvs13
13698
13699         * src/messageview.c
13700         * src/procmime.c
13701         * src/procmsg.h
13702                 Send better return receipts (useful ones)
13703                 Handle incoming return receipts
13704
13705 2007-11-20 [colin]      3.1.0cvs12
13706
13707         * src/printing.c
13708         * src/printing.h
13709                 Add getter/setter for settings, and getter
13710                 for page setup
13711
13712 2007-11-20 [colin]      3.1.0cvs11
13713
13714         * src/folderview.c
13715         * src/main.c
13716         * src/mainwindow.c
13717                 Fix bug 1396, 'Crash on disabling a filter 
13718                 while it is processing'
13719
13720 2007-11-20 [paul]       3.1.0cvs10
13721
13722         * src/folder.c
13723                 fix bug 1395, 'Crash on checking for new mails
13724                 while filter is running'
13725                 Thanks to Colin
13726
13727 2007-11-20 [paul]       3.1.0cvs9
13728
13729         * src/compose.c
13730                 make this string easier for translators
13731
13732 2007-11-19 [colin]      3.1.0cvs8
13733
13734         * src/prefs_summaries.c
13735         * src/summaryview.c
13736                 Don't enable more tooltips on Maemo
13737
13738 2007-11-19 [colin]      3.1.0cvs7
13739
13740         * src/prefs_common.c
13741         * src/prefs_common.h
13742         * src/prefs_summaries.c
13743         * src/summaryview.c
13744                 Fix bug 1388, 'message list tool tips'
13745                 Add (optional) tooltips in summaryview.
13746                 This only works with GTK+ >= 2.12
13747
13748 2007-11-19 [colin]      3.1.0cvs6
13749
13750         * src/compose.c
13751                 Make strings a bit better when attaching
13752                 from mailto: URIs
13753
13754 2007-11-19 [colin]      3.1.0cvs5
13755
13756         * src/common/utils.c
13757                 Fix bug 1392, 'Top level domain .EU is 
13758                 not recognised as valid'
13759
13760 2007-11-19 [wwp]        3.1.0cvs4
13761
13762         * src/compose.c
13763         * src/compose.h
13764                 Revert changes to compose.c made in 3.1.0cvs2.
13765
13766 2007-11-19 [wwp]        3.1.0cvs3
13767
13768         * src/addressbook.c
13769         * src/addressbook.h
13770         * src/editaddress.c
13771         * src/editgroup.c
13772         * src/addrduplicates.c
13773                 Minor improvements in the address book:
13774                 always accept new contacts provided that some
13775                 detail is set (instead of rejecting silently).
13776                 Better guessing of contact name from incomplete
13777                 name information. Better display of contacts with
13778                 no name, in contact lists, group contents, find
13779                 duplicate results.
13780                 
13781
13782 2007-11-19 [wwp]        3.1.0cvs2
13783
13784         * src/compose.c
13785         * src/compose.h
13786         * src/prefs_logging.c
13787         * src/prefs_summaries.c
13788                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13789                 wrap some long label in prefs/summaries, layout checkboxes
13790                 in a more compact form in prefs/loggin, make account and
13791                 header's combos have the same size/spacing in compose
13792                 window.
13793
13794 2007-11-19 [wwp]        3.1.0cvs1
13795
13796         * src/edittags.c
13797                 Fix a tiny leak and duplicate variable.
13798
13799 2007-11-19 [paul]       3.1.0
13800
13801         * NEWS
13802         * README
13803         * RELEASE_NOTES 
13804                 3.1.0 released
13805
13806 2007-11-19 [paul]       3.0.2cvs145
13807
13808         * po/de.po
13809         * po/fi.po
13810         * po/fr.po
13811         * po/hu.po
13812         * po/it.po
13813         * po/pl.po
13814         * po/pt_BR.po
13815         * po/sk.po
13816         * po/zh_CN.po
13817                 updated by Stephan Sachse, Flammie Pirinen,
13818                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13819                 Emil Nowak, Frederico Goncalves Guimaraes,
13820                 Andrej Kacian, and Ralph Young
13821
13822 2007-11-18 [mones]      3.0.2cvs144
13823
13824         * po/es.po
13825                 Updated Spanish translation
13826
13827 2007-11-18 [colin]      3.0.2cvs143
13828
13829         * src/edittags.c
13830                 Prevent empty tag after edit, thanks to wwp
13831
13832 2007-11-18 [colin]      3.0.2cvs142
13833
13834         * src/editaddress.c
13835                 Fix possible "(null)" %s - thanks to wwp
13836
13837 2007-11-16 [wwp]        3.0.2cvs141
13838
13839         * src/common/utils.c
13840                 Fix for 3.0.2cvs140, prevents from crashing when opening
13841                 a compose window.
13842
13843 2007-11-16 [colin]      3.0.2cvs140
13844
13845         * src/main.c
13846         * src/common/claws.c
13847                 Output a bit more useful info at startup
13848                 in --debug mode
13849
13850 2007-11-16 [colin]      3.0.2cvs139
13851
13852         * src/compose.c
13853         * src/common/utils.c
13854         * src/common/utils.h
13855                 Fix bug 1387, 'Request for --compose to 
13856                 support multiple attachments'
13857
13858 2007-11-16 [colin]      3.0.2cvs138
13859
13860         * src/news.c
13861                 Fix bug 1390, 'NNTP fails after server 
13862                 closed connection'
13863
13864 2007-11-16 [colin]      3.0.2cvs137
13865
13866         * src/prefs_display_header.c
13867                 Fix bug 1389, 'Changing 'Display headers 
13868                 in message view' breaks dispheaderrc'
13869
13870 2007-11-14 [colin]      3.0.2cvs136
13871
13872         * src/summaryview.c
13873         * src/gtk/quicksearch.c
13874         * src/gtk/quicksearch.h
13875                 Fix resetting the quicksearch when in non-sticky
13876                 mode, but Recursive is set: reset only when going
13877                 out of the root search folder.
13878
13879 2007-11-14 [colin]      3.0.2cvs135
13880
13881         * src/filtering.c
13882                 Don't set new flag back when doing "Mark as unread"
13883                 from filtering
13884
13885 2007-11-12 [paul]       3.0.2cvs134
13886
13887         * src/plugins/dillo_viewer/dillo_viewer.c
13888                 don't offer the mime type for translation
13889
13890 2007-11-12 [paul]
13891
13892         3.1.0-rc2 released
13893
13894 2007-11-11 [colin]      3.0.2cvs133
13895
13896         * src/imap_gtk.c
13897         * src/mh_gtk.c
13898                 Use markup-escaped strings in dialogs
13899
13900 2007-11-11 [colin]      3.0.2cvs132
13901
13902         * src/imap.c
13903                 Better IMAP-UTF7/UTF8 conversion
13904
13905 2007-11-10 [colin]      3.0.2cvs131
13906
13907         * src/news.c
13908                 Fix debian bug 450698, 'nntp auth behavior changed 
13909                 without notice'
13910
13911 2007-11-10 [colin]      3.0.2cvs130
13912
13913         * configure.ac
13914         * src/inc.c
13915         * src/main.c
13916         * src/main.h
13917         * src/mimeview.c
13918         * src/statusbar.c
13919         * src/common/utils.c
13920         * src/etpan/Makefile.am
13921         * src/gtk/filesel.c
13922         * src/gtk/gtkutils.h
13923         * src/gtk/menu.c
13924         * src/plugins/bogofilter/Makefile.am
13925         * src/plugins/clamav/Makefile.am
13926         * src/plugins/dillo_viewer/Makefile.am
13927         * src/plugins/pgpcore/Makefile.am
13928         * src/plugins/spamassassin/Makefile.am
13929         * src/plugins/trayicon/Makefile.am
13930                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13931
13932 2007-11-09 [colin]      3.0.2cvs129
13933
13934         * src/addressbook.c
13935         * src/ldapupdate.c
13936                 fix bug 1375, 'Impossible to modify e-mail
13937                 in LDAP addressbook twice'; Try two. update
13938                 externalID, don't make display lag, and
13939                 fix the cases where dn is not mail.
13940
13941 2007-11-08 [paul]       3.0.2cvs128
13942
13943         * src/account.c
13944         * src/compose.c
13945         * src/messageview.c
13946         * src/prefs_account.c
13947         * src/prefs_account.h
13948                 reinstate 'Generate Message-ID' option as an
13949                 account preference. (hidden on IMAP)
13950                 Thanks to Colin
13951
13952 2007-11-08 [paul]       3.0.2cvs127
13953
13954         * src/textview.c
13955                 MAEMO: fix failure of loading images inline
13956                 MAEMO: fix bug 1349, 'Emails still skip to end
13957                 when opened (in certain circumstances)...'
13958
13959 2007-11-07 [colin]      3.0.2cvs126
13960
13961         * src/toolbar.c
13962                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
13963
13964 2007-11-07 [colin]      3.0.2cvs125
13965
13966         * src/toolbar.c
13967                 Re-change the string occurence of A_CLAWS_ACTIONS
13968                 to A_SYL_ACTIONS, to prevent parse errors of the
13969                 toolbar_*.xml files
13970
13971 2007-11-07 [colin]      3.0.2cvs124
13972
13973         * src/mimeview.c
13974         * src/prefs_common.c
13975         * src/prefs_common.h
13976         * manual/advanced.xml
13977                 Add an hidden pref, 'save_parts_readwrite';
13978                 completes 3.0.2cvs35
13979
13980 2007-11-07 [paul]       3.0.2cvs123
13981
13982         * src/prefs_toolbar.c
13983         * src/toolbar.c
13984         * src/toolbar.h
13985                 rename ToolbarSylpheedActions to ToolbarClawsActions
13986                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
13987
13988 2007-11-07 [paul]       3.0.2cvs122
13989
13990         * src/toolbar.c
13991                 MAEMO: remove tooltips
13992
13993 2007-11-07 [colin]      3.0.2cvs121
13994
13995         * src/plugins/pgpinline/pgpinline.c
13996                 Fix bug 1377, 'unspecific errors on 
13997                 signature checking'. Fix trimming of
13998                 UTF8 data.
13999
14000 2007-11-06 [iwkse]      3.0.2cvs120
14001
14002         * src/prefs_summary_open.c
14003                 yet a string change
14004
14005 2007-11-06 [paul]       3.0.2cvs119
14006
14007         * tools/Makefile.am
14008         * tools/README
14009         * tools/csv2addressbook.pl
14010                 add a new script that imports a CSV formatted
14011                 address book. Becky and Thunderbird address
14012                 book are currently supported.
14013
14014 2007-11-05 [colin]      3.0.2cvs118
14015
14016         * src/imap.c
14017                 Fix deletion 
14018
14019 2007-11-05 [iwkse]      3.0.2cvs117
14020
14021         * src/prefs_summary_open.c
14022                 String changes
14023
14024 2007-11-04 [paul]       3.0.2cvs116
14025
14026         * src/addressbook_foldersel.c
14027                 fix gtk critical warning
14028                 Patch by Pawel Pekala
14029
14030 2007-11-04 [paul]       3.0.2cvs115
14031
14032         * tools/README
14033         * tools/claws-mail-compose-insert-files.pl
14034                 add --bcc and uri_escape() everything
14035
14036 2007-11-04 [paul]       3.0.2cvs114
14037
14038         * src/gtk/gtkutils.c
14039                 gtkut_stock_with_text_button_set_create(): set
14040                 GTK_CAN_DEFAULT on buttons 2 and 3
14041
14042 2007-11-03 [paul]       3.0.2cvs113
14043
14044         * src/common/utils.c
14045                 fix debian bug #448814, 'mailto: URI decoding
14046                 desn't decode the destination address field'
14047                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
14048
14049 2007-11-03 [paul]       3.0.2cvs112
14050
14051         * AUTHORS
14052         * src/compose.c
14053         * src/gtk/authors.h
14054                 allow Bcc in commandline URIs
14055                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
14056
14057 2007-11-02 [colin]      3.0.2cvs111
14058
14059         * src/addressbook.c
14060                 Maybe fix bug 1376, 'crash on 
14061                 addressbook manipulation'
14062
14063 2007-10-31 [paul]       3.0.2cvs110
14064
14065         * src/ldapupdate.c
14066                 fix bug 1375, 'Impossible to modify e-mail
14067                 in LDAP addressbook twice'
14068                 Patch by Michael Rasmussen
14069
14070 2007-10-30 [paul]       3.0.2cvs109
14071
14072         * configure.ac
14073                 enable GnuTLS support with --enable-gnutls which
14074                 will disable openssl support. if the user has
14075                 gtk >= 2.10.x don't allow gnomeprint even if the
14076                 user asks for it
14077
14078 2007-10-30 [paul]
14079
14080         3.1.0-rc1 released
14081
14082 2007-10-30 [paul]       3.0.2cvs108
14083
14084         * Makefile.am
14085                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14086
14087 2007-10-30 [paul]       3.0.2cvs107
14088
14089         * src/expldifdlg.c
14090         * src/prefs_account.c
14091         * src/prefs_folder_item.c
14092         * src/prefs_spelling.c
14093         * src/prefs_themes.c
14094         * src/wizard.c
14095         * src/gtk/gtkaspell.c
14096         * src/gtk/gtkaspell.h
14097         * src/plugins/spamassassin/spamassassin_gtk.c
14098                 replace deprecated gtk_option_menu...
14099                 patch by Pawel Pekala
14100
14101 2007-10-29 [colin]      3.0.2cvs106
14102
14103         * src/plugins/dillo_viewer/dillo_prefs.c
14104                 Fix forgotten signal connect
14105
14106 2007-10-28 [colin]      3.0.2cvs105
14107
14108         * src/plugins/dillo_viewer/dillo_prefs.c
14109         * src/plugins/dillo_viewer/dillo_prefs.h
14110         * src/plugins/dillo_viewer/dillo_viewer.c
14111                 Implement addressbook-based whitelisting for loading
14112                 remote images. Fixed missing destroy of the embedded
14113                 browser that made a Dillo window pop up on exit, if
14114                 an HTML part was displayed.
14115
14116 2007-10-26 [colin]      3.0.2cvs104
14117
14118         * src/edittags.c
14119                 Add missing static
14120
14121 2007-10-25 [colin]      3.0.2cvs103
14122
14123         * src/editaddress.c
14124                 Add tap-and-hold on the picture, for Maemo
14125         * src/edittags.c
14126         * src/edittags.h
14127         * src/mainwindow.c
14128         * src/procmsg.c
14129         * src/summaryview.c
14130         * src/textview.c
14131                 Unify tag interfaces.
14132
14133 2007-10-25 [colin]      3.0.2cvs102
14134
14135         * src/imap.c
14136         * src/etpan/imap-thread.h
14137                 Much better error handling. We'll need to be really
14138                 clear to users about where errors come from, with 
14139                 the apparition of Gmail's IMAP server.
14140
14141 2007-10-24 [colin]      3.0.2cvs101
14142
14143         * src/edittags.c
14144         * src/mainwindow.c
14145         * src/summaryview.c
14146         * src/textview.c
14147                 Add tags sorting (alphabetical); allow deletion of
14148                 tags from the Apply Tags window
14149
14150 2007-10-24 [colin]      3.0.2cvs100
14151
14152         * src/editaddress.c
14153         * src/editaddress_other_attributes_ldap.c
14154         * src/editaddress_other_attributes_ldap.h
14155         * src/ldapctrl.c
14156         * src/ldapquery.c
14157         * src/ldapupdate.c
14158                 Fix LDAP writing (got broken in cvs39)
14159                 Add read-only support for jpegPhoto LDAP field
14160
14161 2007-10-23 [colin]      3.0.2cvs99
14162
14163         * src/news.c
14164                 Fix crash in some cases
14165
14166 2007-10-22 [colin]      3.0.2cvs98
14167
14168         * src/common/socket.h
14169         * src/common/ssl.c
14170                 Fix big leak in GnuTLS code
14171
14172 2007-10-22 [colin]      3.0.2cvs97
14173
14174         * src/news.c
14175                 Fix bug 1368, 'SIGSEGV in NNTP code'
14176
14177 2007-10-22 [colin]      3.0.2cvs96
14178
14179         * src/prefs_customheader.c
14180                 Catch compface warnings when generating X-Faces
14181
14182 2007-10-22 [wwp]        3.0.2cvs95
14183
14184         * src/quote_fmt_parse.y
14185                 Remove accidentally committed debug traces.
14186                 Fix a warning.
14187
14188 2007-10-22 [colin]      3.0.2cvs94
14189
14190         * src/etpan/nntp-thread.c
14191                 Fix authentication
14192
14193 2007-10-19 [wwp]        3.0.2cvs93
14194
14195         * src/common/ssl_certificate.c
14196                 Add missing include (Windows).
14197
14198 2007-10-19 [colin]      3.0.2cvs92
14199
14200         * src/imap_gtk.c
14201         * src/mimeview.c
14202         * src/textview.c
14203         * src/gtk/inputdialog.c
14204         * src/gtk/inputdialog.h
14205                 Remove the last old combo; patch by
14206                 Pawel
14207
14208 2007-10-19 [colin]      3.0.2cvs91
14209
14210         * src/common/ssl.c
14211                 Fix interop problem with GnuTLS and some crappy
14212                 servers that have very little keys.
14213
14214 2007-10-19 [colin]      3.0.2cvs90
14215
14216         * src/common/ssl.c
14217                 Fix return value check on GnuTLS, and
14218                 display the error
14219
14220 2007-10-18 [colin]      3.0.2cvs89
14221
14222         * src/common/ssl_certificate.c
14223                 Fix missing initialisations
14224
14225 2007-10-18 [wwp]        3.0.2cvs88
14226
14227         * src/Makefile.am
14228                 Fix linking against GNUTLS (matters if --enable-gnutls only).
14229
14230 2007-10-18 [colin]      3.0.2cvs87
14231
14232         * po/POTFILES.in
14233                 Fix build
14234
14235 2007-10-18 [mones]      3.0.2cvs86
14236
14237         * src/editbook.c
14238         * src/import.c
14239         * src/prefs_account.c
14240         * src/prefs_receive.c
14241         * src/gtk/about.c
14242         * src/plugins/bogofilter/bogofilter_gtk.c
14243         * src/plugins/spamassassin/spamassassin_gtk.c
14244                 More capitalisation micro-fixes
14245
14246 2007-10-18 [paul]       3.0.2cvs85
14247
14248         * configure.ac
14249                 add info about NNTP support via libetpan
14250                 change the configure output ending msg a little
14251         * src/gtk/about.c
14252                 similar changes to above
14253
14254 2007-10-18 [colin]      3.0.2cvs84
14255
14256         * src/procmime.c
14257         * src/procmime.h
14258                 Fix missing symbol for S/MIME
14259
14260 2007-10-18 [colin]      3.0.2cvs83
14261
14262         * src/prefs_filtering_action.c
14263                 Fix crash in tags (introduced in cvs78)
14264
14265 2007-10-18 [colin]      3.0.2cvs82
14266
14267         * src/common/Makefile.am
14268         * src/common/nntp.c
14269         * src/common/nntp.h
14270         * src/etpan/Makefile.am
14271         * src/etpan/etpan-thread-manager-types.h
14272         * src/etpan/etpan-thread-manager.c
14273         * src/etpan/imap-thread.c
14274         * src/etpan/nntp-thread.c
14275         * src/etpan/nntp-thread.h
14276         * src/news.c
14277         * src/news.h
14278                 Rewrite the nntp implementation
14279                 to use libetpan. Non-blocking NNTP!
14280         * src/account.c
14281         * src/crash.c
14282         * src/imap.c
14283         * src/inc.c
14284         * src/main.c
14285         * src/mainwindow.c
14286         * src/pop.c
14287         * src/pop.h
14288         * src/prefs_account.c
14289         * src/recv.c
14290         * src/recv.h
14291         * src/send_message.c
14292         * src/send_message.h
14293         * src/ssl_manager.c
14294         * src/ssl_manager.h
14295         * src/wizard.c
14296         * src/common/claws.c
14297         * src/common/session.c
14298         * src/common/session.h
14299         * src/common/smtp.c
14300         * src/common/smtp.h
14301         * src/common/socket.c
14302         * src/common/socket.h
14303         * src/common/ssl.c
14304         * src/common/ssl.h
14305         * src/common/ssl_certificate.c
14306         * src/common/ssl_certificate.h
14307         * src/gtk/about.c
14308         * src/gtk/sslcertwindow.c
14309         * src/gtk/sslcertwindow.h
14310                 Implement GnuTLS support. GnuTLS support
14311                 will be used if OpenSSL isn't available, or
14312                 specified explicitely. (the reason is that
14313                 GnuTLS cerficate checking is a bit less 
14314                 practical than OpenSSL's)
14315
14316 2007-10-18 [paul]       3.0.2cvs81
14317
14318         * src/gtk/inputdialog.c
14319         * src/gtk/inputdialog.h
14320                 fix copyright header
14321
14322 2007-10-17 [colin]      3.0.2cvs80
14323
14324         * src/plugins/pgpcore/select-keys.c
14325                 Fix bug which prevented encryption key
14326                 auto-selection when two or more matched the
14327                 email address, but only one isn't revoked
14328                 or expired.
14329
14330 2007-10-17 [wwp]        3.0.2cvs79
14331
14332         * src/compose.c
14333         * src/quote_fmt.c
14334         * src/quote_fmt.h
14335         * src/quote_fmt_lex.l
14336         * src/quote_fmt_parse.y
14337                 Templates can now attach files using |attach{filename}.
14338
14339 2007-10-17 [wwp]        3.0.2cvs78
14340
14341         * src/prefs_customheader.c
14342         * src/prefs_ext_prog.c
14343         * src/prefs_filtering_action.c
14344         * src/prefs_matcher.c
14345         * src/prefs_other.c
14346         * src/prefs_toolbar.c
14347         * src/gtk/combobox.c
14348         * src/gtk/combobox.h
14349         * src/gtk/gtkutils.c
14350         * src/gtk/gtkutils.h
14351         * src/plugins/bogofilter/bogofilter_gtk.c
14352         * src/plugins/spamassassin/spamassassin_gtk.c
14353                 Removed almost all remaining instances of GtkCombo
14354                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14355                 few visual and code cleanup from Colin.
14356
14357 2007-10-16 [wwp]        3.0.2cvs77
14358         * src/gtk/pluginwindow.c
14359                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14360
14361 2007-10-15 [colin]      3.0.2cvs76
14362
14363         * src/edittags.c
14364         * src/edittags.h
14365         * src/filtering.c
14366         * src/filtering.h
14367         * src/importmutt.c
14368         * src/importpine.c
14369         * src/main.c
14370         * src/messageview.c
14371         * src/messageview.h
14372         * src/mimeview.c
14373         * src/mimeview.h
14374         * src/pop.c
14375         * src/pop.h
14376         * src/prefs_common.c
14377         * src/prefs_common.h
14378         * src/prefs_customheader.c
14379         * src/prefs_customheader.h
14380         * src/prefs_display_header.c
14381         * src/prefs_display_header.h
14382         * src/prefs_filtering_action.c
14383         * src/prefs_filtering_action.h
14384         * src/prefs_folder_column.c
14385         * src/prefs_folder_column.h
14386         * src/prefs_folder_item.c
14387         * src/prefs_folder_item.h
14388         * src/prefs_gtk.c
14389         * src/prefs_gtk.h
14390         * src/prefs_logging.h
14391         * src/prefs_matcher.c
14392         * src/prefs_matcher.h
14393         * src/prefs_summary_column.c
14394         * src/prefs_summary_column.h
14395         * src/prefs_summary_open.c
14396         * src/procheader.c
14397         * src/procheader.h
14398         * src/procmime.c
14399         * src/procmime.h
14400         * src/recv.c
14401         * src/recv.h
14402         * src/sourcewindow.c
14403         * src/sourcewindow.h
14404         * src/summaryview.c
14405         * src/summaryview.h
14406         * src/textview.c
14407         * src/textview.h
14408         * src/toolbar.c
14409         * src/toolbar.h
14410         * src/common/mgutils.c
14411         * src/common/mgutils.h
14412         * src/common/nntp.c
14413         * src/common/nntp.h
14414         * src/common/prefs.c
14415         * src/common/prefs.h
14416         * src/common/socket.c
14417         * src/common/socket.h
14418         * src/common/stringtable.c
14419         * src/common/stringtable.h
14420         * src/common/template.c
14421         * src/common/template.h
14422         * src/common/uuencode.c
14423         * src/common/uuencode.h
14424         * src/gtk/gtkshruler.c
14425         * src/gtk/gtkshruler.h
14426         * src/gtk/menu.c
14427         * src/gtk/menu.h
14428         * src/gtk/progressdialog.c
14429         * src/gtk/progressdialog.h
14430                 Remove/staticalize, the return of the revenge
14431
14432 2007-10-15 [colin]      3.0.2cvs75
14433
14434         * src/matcher.c
14435                 Fix redirections in filtering's tests
14436
14437 2007-10-15 [colin]      3.0.2cvs74
14438
14439         * src/imap.c
14440                 Don't build imap_synchronise at all when 
14441                 building without libetpan
14442
14443 2007-10-14 [colin]      3.0.2cvs73
14444
14445         * src/imap.c
14446         * src/common/md5.c
14447         * src/common/md5.h
14448         * src/gtk/manage_window.c
14449         * src/gtk/manage_window.h
14450                 Remove more unused code
14451
14452 2007-10-14 [colin]      3.0.2cvs72
14453
14454         * src/addrquery.c
14455         * src/addrquery.h
14456         * src/recv.c
14457         * src/recv.h
14458         * src/vcard.c
14459         * src/vcard.h
14460         * src/common/xml.c
14461         * src/common/xml.h
14462         * src/common/xmlprops.c
14463         * src/common/xmlprops.h
14464                 Remove more unused code
14465
14466 2007-10-14 [colin]      3.0.2cvs71
14467
14468         * src/common/utils.c
14469                 Remove unused function
14470
14471 2007-10-13 [colin]      3.0.2cvs70
14472
14473         * src/imap.c
14474         * src/imap.h
14475         * src/mainwindow.c
14476         * src/mainwindow.h
14477         * src/gtk/gtkutils.c
14478         * src/gtk/gtkutils.h
14479                 Staticalise/Remove more code
14480
14481 2007-10-13 [colin]      3.0.2cvs69
14482
14483         * src/common/utils.c
14484         * src/common/utils.h
14485                 Remove dead code, unused for ages
14486
14487 2007-10-13 [colin]      3.0.2cvs68
14488
14489         * src/main.c
14490         * src/main.h
14491                 Maemo: define hildon_program in main.c,
14492                 make it accessible in the .h with extern
14493
14494 2007-10-13 [paul]       3.0.2cvs67
14495
14496         * src/gtk/menu.c
14497                 fix a bunch of runtime warnings on maemo
14498
14499 2007-10-13 [paul]       3.0.2cvs66
14500
14501         * src/main.c
14502         * src/main.h
14503         * src/gtk/gtkutils.c
14504         * src/gtk/gtkutils.h
14505                 fix a bunch of compiler warnings on maemo
14506
14507 2007-10-12 [colin]      3.0.2cvs65
14508
14509         * src/account.c
14510         * src/addritem.c
14511         * src/addritem.h
14512         * src/filtering.c
14513         * src/filtering.h
14514         * src/folder.c
14515         * src/folder.h
14516         * src/common/utils.c
14517         * src/common/utils.h
14518                 Remove unused code, staticalise some functions
14519
14520 2007-10-12 [paul]       3.0.2cvs64
14521
14522         * src/account.c
14523         * src/folderview.c
14524         * src/main.c
14525         * src/mainwindow.c
14526         * src/messageview.c
14527         * src/summary_search.c
14528         * src/summaryview.c
14529         * src/toolbar.c
14530         * src/wizard.c
14531         * src/common/utils.c
14532         * src/gtk/prefswindow.c
14533                 fix a bunch of compiler warnings on maemo
14534
14535 2007-10-11 [colin]      3.0.2cvs63
14536
14537         * src/editaddress.c
14538                 Make static function static
14539
14540 2007-10-11 [mones]      3.0.2cvs62
14541
14542         * src/addrduplicates.c
14543         * src/addressbook.c
14544         * src/compose.c
14545         * src/expldifdlg.c
14546         * src/mainwindow.c
14547         * src/messageview.c
14548         * src/pop.c
14549         * src/prefs_customheader.c
14550         * src/prefs_send.c
14551         * src/prefs_themes.c
14552         * src/common/plugin.c
14553         * src/gtk/pluginwindow.c
14554         * src/gtk/quicksearch.c
14555                 Fix several typos and capitalisation issues
14556
14557 2007-10-11 [wwp]        3.0.2cvs61
14558
14559         * src/editaddress.c
14560                 Fix a warning about possible use of uninitialized
14561                 filename var.
14562
14563 2007-10-11 [wwp]        3.0.2cvs60
14564
14565         * src/editaddress.c
14566                 Disable "Unset picture" menu item when there's
14567                 no picture to clear. Fix an extraneous g_unref_object,
14568                 add missing initializers.
14569
14570 2007-10-11 [wwp]        3.0.2cvs59
14571
14572         * src/pixmaps/anonymous.xpm
14573         * src/editaddress.c
14574         * src/Makefile.am
14575         * src/stock_pixmap.c
14576         * src/stock_pixmap.h
14577                 Fix a leak, gettext-ize the photo label.
14578                 Don't clear the existing picture if loading
14579                 a new one fails. Use a default 'anonymous'
14580                 picture (this new xpm has been added to the
14581                 internal stock_pixmap API). Add a
14582                 "Set picture" context menu entry.
14583
14584 2007-10-11 [colin]      3.0.2cvs58
14585
14586         * src/messageview.c
14587                 Make shift-shortcuts work
14588         * src/prefs_actions.c
14589                 Don't ask if we really want to close when
14590                 choosing OK and only the list is changed
14591         * src/prefs_template.c
14592                 Don't ask if we really want to close when
14593                 choosing OK and only the list is changed
14594         * src/common/plugin.c
14595                 Fix writing of second [Plugins_*] block
14596         * src/common/template.c
14597                 Remove unused files (fixes deletion)
14598
14599 2007-10-10 [paul]       3.0.2cvs57
14600
14601         * src/prefs_template.c
14602                 put the whole thing in a scrolled window
14603                 so that half the page is no longer inaccessible
14604                 on maemo
14605                 make the gtk_text_view smaller on maemo
14606
14607 2007-10-10 [colin]      3.0.2cvs56
14608
14609         * src/compose.c
14610                 Fix updating of Attachments number in some
14611                 cases (reedit, attach from command-line, ...)
14612
14613 2007-10-10 [colin]      3.0.2cvs55
14614
14615         * src/editaddress.c
14616                 Initialise error correctly
14617
14618 2007-10-10 [paul]       3.0.2cvs54
14619
14620         * src/prefs_filtering_action.c
14621         * src/gtk/description_window.c
14622         * src/gtk/foldersort.c
14623         * src/gtk/quicksearch.c
14624                 get rid of some pointless new lines and
14625                 make the descripton labels wrap better
14626
14627 2007-10-10 [colin]      3.0.2cvs53
14628
14629         * src/addressadd.c
14630         * src/editaddress.c
14631         * src/headerview.c
14632         * src/textview.c
14633                 More error handling on saving pictures
14634
14635 2007-10-10 [colin]      3.0.2cvs52
14636
14637         * src/printing.c
14638         * src/printing.h
14639                 Generalize a bit printing, so we can factorize
14640                 most of the code. 
14641
14642 2007-10-10 [paul]       3.0.2cvs51
14643
14644         * src/addrduplicates.c
14645                 fix engrish
14646                 use GTK_STOCK... buttons
14647
14648 2007-10-10 [paul]       3.0.2cvs50
14649
14650         * src/addressadd.c
14651         * src/addrindex.c
14652         * src/editaddress.c
14653                 Fix previous patch
14654                 Thanks to Colin
14655
14656 2007-10-10 [paul]       3.0.2cvs49
14657
14658         * src/summaryview.c
14659         * src/messageview.c
14660                 Fix crash on Add sender to addressbook when
14661                 From is null
14662         * src/addressadd.c
14663         * src/addrindex.c
14664         * src/editaddress.c
14665         * src/editaddress_other_attributes_ldap.h
14666                 Fix leaks 
14667                 Rename images to .png in addrbook/
14668         * src/headerview.c
14669         * src/textview.c
14670                 Fix Face/X-Face being used if adding another
14671                 address than sender to addressbook
14672                 Thanks to Colin
14673
14674 2007-10-10 [holger]     3.0.2cvs48
14675
14676         * src/addrduplicates.c
14677         * src/editaddress.c
14678                 Improvements to the addressbook duplicate finder
14679                 feature:
14680                  - add an edit button to the button bar
14681                  - display the whole bookname (with iface) and
14682                    use this for same-book checking
14683                  - after editing, try to keep selections if the
14684                    entries are still present
14685                  - sort the email column alphabetically
14686                  - put results in a scrolled window
14687                  - support embedded editing
14688                  - make columns in detail view resizable
14689                  - add keyboard shortcuts
14690
14691 2007-10-10 [wwp]        3.0.2cvs47
14692
14693         * src/addrindex.c
14694                 Fix a crash when there's no From: in email, thanks to Colin.
14695
14696 2007-10-09 [paul]       3.0.2cvs46
14697
14698         * src/messageview.c
14699         * src/summaryview.c
14700         * src/textview.c
14701                 fix building without compface support
14702
14703 2007-10-09 [colin]      3.0.2cvs45
14704
14705         * src/editaddress.c
14706         * src/headerview.c
14707         * src/textview.c
14708                 Add error handling
14709
14710 2007-10-09 [colin]      3.0.2cvs44
14711
14712         * src/addrduplicates.c
14713         * src/addressadd.c
14714         * src/addressadd.h
14715         * src/addressbook.c
14716         * src/addressbook.h
14717         * src/addrindex.c
14718         * src/addrindex.h
14719         * src/addritem.c
14720         * src/addritem.h
14721         * src/compose.c
14722         * src/editaddress.c
14723         * src/editaddress_other_attributes_ldap.h
14724         * src/headerview.c
14725         * src/messageview.c
14726         * src/mimeview.c
14727         * src/summaryview.c
14728         * src/textview.c
14729         * src/gtk/gtkutils.c
14730                 Automatically set contacts' pictures from Face 
14731                 or X-Face if they have no picture
14732                 Display the contact picture in textview or
14733                 headerview for mails sent by people in the 
14734                 addressbook, that have no Face or X-Face
14735                 Fix a few details in the Person edition dialog
14736                 (ability to unset picture)
14737                 Remove picture file when deleting contacts
14738
14739 2007-10-09 [iwkse]      3.0.2cvs43
14740
14741         * src/gtk/about.c
14742                 center the about window
14743
14744 2007-10-09 [paul]       3.0.2cvs42
14745
14746         * src/prefs_toolbar.c
14747                 fix icon selector window on maemo
14748
14749 2007-10-09 [paul]       3.0.2cvs41
14750
14751         * src/messageview.c
14752                 add 'go to' menu to separate msgview
14753
14754 2007-10-09 [colin]      3.0.2cvs40
14755
14756         * src/common/defs.h
14757                 Add forgotten file
14758
14759 2007-10-09 [iwkse]      3.0.2cvs39
14760
14761         * Makefile.am
14762         * src/addressbook.c
14763         * src/addritem.c
14764         * src/addritem.h
14765         * src/editaddress.c
14766         * src/editaddress_other_attributes_ldap.h
14767         * src/addrbook.c
14768         * src/Makefile.am
14769                 set a photo in the Addressbook
14770
14771 2007-10-08 [colin]      3.0.2cvs38
14772
14773         * src/prefs_toolbar.c
14774                 Make height 320 to remove the scrollbar 
14775                 (with current number of icons)
14776
14777 2007-10-08 [colin]      3.0.2cvs37
14778
14779         * src/prefs_toolbar.c
14780                 Transform the treeview to a GtkIconView.
14781                 Patch by Pawel
14782                 In addition, transform the window so that 
14783                 it looks like a popup menu. Patch by me
14784
14785 2007-10-08 [colin]      3.0.2cvs36
14786
14787         * src/compose.c
14788         * src/compose.h
14789                 Beautify the GUI a bit; in particular, show the
14790                 number of attachments in the tab's title.
14791                 Patch by Pawel
14792
14793 2007-10-08 [paul]       3.0.2cvs35
14794
14795         * src/mimeview.c
14796                 Save users from themselves: save temporary
14797                 files used for Open/Open with as read-only.
14798                 Thanks to Colin
14799
14800 2007-10-08 [paul]       3.0.2cvs34
14801
14802         * tools/Makefile.am
14803                 forgot this in cvs33
14804
14805 2007-10-08 [paul]       3.0.2cvs33
14806
14807         * tools/kdeservicemenu/README
14808         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14809         * tools/kdeservicemenu/install.sh
14810         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14811                 renamed template* to *template so as not to confuse
14812                 lintian
14813
14814 2007-10-08 [paul]       3.0.2cvs32
14815
14816         * src/prefs_themes.c
14817         * src/stock_pixmap.c
14818                 replace 2 direct uses of RC_DIR
14819
14820 2007-10-07 [colin]      3.0.2cvs31
14821
14822         * src/addrduplicates.c
14823         * src/addrduplicates.h
14824         * src/addressbook.c
14825         * src/addressbook.h
14826         * src/addrindex.c
14827         * src/addrindex.h
14828                 Implement deletion in duplicate finder. 
14829                 Patch by Holger 
14830
14831 2007-10-07 [colin]      3.0.2cvs30
14832
14833         * src/exporthtml.c
14834         * src/mbox.c
14835         * src/common/utils.c
14836                 Better fix for Solaris, thanks to Nicolas Doualot
14837
14838 2007-10-07 [colin]      3.0.2cvs29
14839
14840         * AUTHORS
14841         * src/gtk/authors.h
14842                 Add Frank Dietrich
14843
14844 2007-10-07 [colin]      3.0.2cvs28
14845
14846         * src/exporthtml.c
14847                 Fix HTML export to make it more compliant
14848                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14849
14850 2007-10-07 [colin]      3.0.2cvs27
14851
14852         * src/prefs_toolbar.c
14853                 Only use icons that wouldn't look stupid in the toolbar
14854                 Patch by Pawel
14855
14856 2007-10-07 [colin]      3.0.2cvs26
14857
14858         * src/prefs_toolbar.c
14859                 Fix old icon being used when none is selected
14860
14861 2007-10-07 [colin]      3.0.2cvs25
14862
14863         * src/toolbar.c
14864                 Fix copy/paste error
14865
14866 2007-10-07 [colin]      3.0.2cvs24
14867
14868         * src/prefs_toolbar.c
14869         * src/toolbar.c
14870         * src/toolbar.h
14871                 Update icon to default one when changing event
14872                 Make the icon chooser nicer (handle Esc, Enter,
14873                 double-click)
14874
14875 2007-10-06 [colin]      3.0.2cvs23
14876
14877         * src/prefs_toolbar.c
14878                 Fix text reset; patch by Pawel
14879
14880 2007-10-06 [colin]      3.0.2cvs22
14881
14882         * src/toolbar.h
14883                 Complete previous commit
14884
14885 2007-10-06 [colin]      3.0.2cvs21
14886
14887         * src/prefs_toolbar.c
14888         * src/toolbar.c
14889                 Set toolbar text automatically to the default
14890                 when changing Event executed on click
14891
14892 2007-10-06 [colin]      3.0.2cvs20
14893
14894         * src/prefs_toolbar.c
14895                 Invert Text and Event fields
14896
14897 2007-10-06 [colin]      3.0.2cvs19
14898
14899         * src/prefs_toolbar.c
14900         * src/toolbar.c
14901                 Make toolbar prefs look much better
14902                 Patch by Pawel Pekala
14903
14904 2007-10-06 [paul]       3.0.2cvs18
14905
14906         * src/account.c
14907         * src/prefs_filtering.c
14908                 fix checkbuttons in gtktreeview on maemo by
14909                 setting maemo's "allow-checkbox-mode" to FALSE
14910
14911 2007-10-06 [colin]      3.0.2cvs17
14912
14913         * configure.ac
14914                 Export -DSOLARIS in CFLAGS for all
14915                 Solaris (not just 2.8) and OpenSolaris
14916
14917 2007-10-06 [paul]       3.0.2cvs16
14918
14919         * AUTHORS
14920         * src/exporthtml.c
14921         * src/mbox.c
14922         * src/gtk/authors.h
14923                 fix build on solaris where ctime_r takes
14924                 3 arguments rather than 2.
14925                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14926
14927 2007-10-05 [colin]      3.0.2cvs15
14928
14929         * src/etpan/imap-thread.c
14930                 Fix wrong error codepath
14931
14932 2007-10-05 [wwp]        3.0.2cvs14
14933
14934         * src/filtering.c
14935                 Fix unexpected logging of quicksearches:
14936                 debug_filtering_session flag was never reset to FALSE, causing
14937                 matcher functions to log when called from a quicksearch
14938                 (if a filtering session happened before).
14939
14940 2007-10-05 [paul]       3.0.2cvs13
14941
14942         * src/prefs_actions.c
14943         * src/prefs_filtering.c
14944         * src/prefs_template.c
14945                 fix bug 1343, 'Filtering..'s close button
14946                 silently discards new filter'
14947                 Thanks to Colin
14948
14949 2007-10-05 [paul]       3.0.2cvs12
14950
14951         * configure.ac
14952         * src/Makefile.am
14953                 fix bug 1347, '-Wno-unused-function, optional'
14954
14955 2007-10-05 [colin]      3.0.2cvs11
14956
14957         * src/procmime.c
14958         * src/common/mgutils.c
14959                 Fix warnings
14960
14961 2007-10-05 [mones]      3.0.2cvs10
14962
14963         * manual/advanced.xml
14964                 Use full menu name
14965         * manual/es/advanced.xml
14966                 Synchronise translation
14967
14968 2007-10-04 [colin]      3.0.2cvs9
14969
14970         * src/action.c
14971         * src/addrbook.c
14972         * src/addrindex.c
14973         * src/compose.c
14974         * src/exporthtml.c
14975         * src/exportldif.c
14976         * src/folder.c
14977         * src/main.c
14978         * src/matcher.c
14979         * src/mbox.c
14980         * src/messageview.c
14981         * src/mh.c
14982         * src/news.c
14983         * src/partial_download.c
14984         * src/pop.c
14985         * src/procmime.c
14986         * src/procmsg.c
14987         * src/toolbar.c
14988         * src/common/log.c
14989         * src/common/mgutils.c
14990         * src/common/plugin.c
14991         * src/common/utils.c
14992         * src/common/xml.c
14993         * src/common/xml.h
14994         * src/common/xmlprops.c
14995         * src/common/xmlprops.h
14996         * src/plugins/bogofilter/bogofilter.c
14997         * src/plugins/clamav/clamav_plugin.c
14998         * src/plugins/dillo_viewer/dillo_prefs.c
14999         * src/plugins/pgpcore/prefs_gpg.c
15000         * src/plugins/pgpinline/pgpinline.c
15001         * src/plugins/pgpmime/pgpmime.c
15002         * src/plugins/spamassassin/spamassassin.c
15003         * src/plugins/trayicon/trayicon_prefs.c
15004                 Verify success on writes. Will fix possible strange
15005                 failure on disk full.
15006
15007 2007-10-04 [paul]       3.0.2cvs8
15008
15009         * manual/advanced.xml
15010                 add further info about Actions
15011                 Patch by Emmanuel Briot <briot@adacore.com>
15012
15013 2007-10-04 [paul]       3.0.2cvs7
15014
15015         * src/account.c
15016                 remove the D column, instead indicate the
15017                 default account by use of bold text
15018
15019 2007-10-03 [colin]      3.0.2cvs6
15020
15021         * src/common/template.c
15022                 Fix templates writing (was prone to disk full problems)
15023
15024 2007-10-03 [colin]      3.0.2cvs5
15025
15026         * src/Makefile.am
15027         * src/addrduplicates.c
15028         * src/addrduplicates.h
15029         * src/addressbook.c
15030                 Add duplicate deletion. Patch by Holger
15031
15032 2007-10-03 [colin]      3.0.2cvs4
15033
15034         * src/matcher.c
15035         * src/gtk/quicksearch.c
15036                 Fix bug 1340, 'Case insensitive searches with 
15037                 non-ascii alphabets fail'.
15038
15039 2007-10-03 [colin]      3.0.2cvs3
15040
15041         * src/main.c
15042         * src/common/utils.c
15043         * src/common/utils.h
15044                 Implement run-time alternative config directories
15045
15046 2007-10-03 [colin]      3.0.2cvs2
15047
15048         * src/folderview.c
15049                 Prevent opening folder item while folder
15050                 is scanned in a better way
15051
15052 2007-10-02 [paul]       3.0.2cvs1
15053
15054         * NEWS
15055         * README
15056         * RELEASE_NOTES
15057         * configure.ac
15058                 bump up version number following stable release
15059
15060 2007-09-30 [colin]      3.0.1cvs49
15061
15062         * src/imap.c
15063                 Refresh session if needed
15064
15065 2007-09-30 [colin]      3.0.1cvs48
15066
15067         * src/imap.c
15068                 Reset folder's session to NULL
15069                 before destroying it
15070
15071 2007-09-30 [mones]      3.0.1cvs47
15072
15073         * manual/handling.xml
15074                 Use markup quotes instead hardcoded quotes
15075         * manual/es/handling.xml
15076                 Added new synced section (IMAP subscriptions)
15077
15078 2007-09-29 [colin]      3.0.1cvs46
15079
15080         * src/imap.c
15081                 Notice disconnections faster
15082
15083 2007-09-28 [colin]      3.0.1cvs45
15084
15085         * src/addressbook.c
15086         * src/addrindex.c
15087                 Fix warnings
15088
15089 2007-09-28 [paul]       3.0.1cvs44
15090
15091         * src/mimeview.c
15092                 fix maemo build
15093
15094 2007-09-28 [paul]       3.0.1cvs43
15095
15096         * src/account.c
15097                 use gtk_widget_set_size_request() on the label
15098                 so that wrapping works better. get rid of the
15099                 (partially deprecated) hbutton_box.
15100                 these changes should prevent buttons overlapping
15101                 on maemo
15102
15103 2007-09-28 [colin]      3.0.1cvs42
15104
15105         * src/pop.c
15106                 Fix typo :)
15107
15108 2007-09-28 [colin]      3.0.1cvs41
15109
15110         * src/compose.c
15111         * src/msgcache.c
15112         * src/pop.c
15113         * src/procmime.c
15114         * src/etpan/imap-thread.c
15115                 64bits-related warning fixes
15116
15117 2007-09-28 [colin]      3.0.1cvs40
15118
15119         * src/folder_item_prefs.c
15120         * src/ldaputil.c
15121         * src/mainwindow.c
15122         * src/mimeview.c
15123         * src/common/tags.c
15124                 Fix warnings
15125
15126 2007-09-28 [colin]      3.0.1cvs39
15127
15128         * src/plugins/spamassassin/spamassassin.c
15129         * src/plugins/spamassassin/spamassassin.h
15130         * src/plugins/spamassassin/spamassassin_gtk.c
15131                 Add addressbook-based whitelisting
15132
15133 2007-09-28 [colin]      3.0.1cvs38
15134
15135         * src/folder.c
15136                 Fix bug 1337, 'crash on pressing Send button'
15137
15138 2007-09-28 [paul]       3.0.1cvs37
15139
15140         * src/prefs_folder_item.c
15141                 give the orphans a parent. makes all prefs
15142                 pages visible on maemo
15143
15144 2007-09-28 [colin]      3.0.1cvs36
15145
15146         * src/prefs_folder_column.c
15147         * src/prefs_summary_column.c
15148                 Fix two leaks
15149
15150 2007-09-27 [colin]      3.0.1cvs35
15151
15152         * src/gtk/quicksearch.c
15153                 Fix bug 1336, 'Segfault if empty space before search-string'
15154
15155 2007-09-26 [mones]      3.0.1cvs34
15156
15157         * manual/account.xml
15158         * manual/plugins.xml
15159                 Fixed irc channel name, added some docbook markup.
15160                 Changed text markup to docbook markup. 
15161                 Added spamcop as supported in SpamReport description.
15162         * manual/fr/plugins.xml
15163                 Fixed irc channel name.
15164         * manual/es/account.xml
15165         * manual/es/advanced.xml
15166         * manual/es/claws-mail-manual.xml
15167         * manual/es/glossary.xml
15168         * manual/es/gpl.xml
15169         * manual/es/keyboard.xml
15170         * manual/es/plugins.xml
15171                 Synced with English version, fixed a couple of typos.
15172
15173 2007-09-26 [colin]      3.0.1cvs33
15174
15175         * configure.ac
15176                 Explain why "Libgnomeprint: no" on GTK+ 2.10
15177
15178 2007-09-26 [colin]      3.0.1cvs32
15179
15180         * src/messageview.c
15181         * src/procmsg.c
15182         * src/procmsg.h
15183                 Optimisation: avoid fetching mail 3 times locally
15184                 for displaying
15185
15186 2007-09-26 [colin]      3.0.1cvs31
15187
15188         * src/mh.c
15189                 Fix missing static
15190
15191 2007-09-26 [colin]      3.0.1cvs30
15192
15193         * src/folder.c
15194         * src/folder.h
15195         * src/mh.c
15196         * src/mh.h
15197                 Fix MH mtime hack - make it a folder class function
15198
15199 2007-09-26 [colin]      3.0.1cvs29
15200
15201         * src/inc.c
15202                 Fix bug 1334, 'user defined mail incorporation 
15203                 script not run'
15204
15205 2007-09-25 [colin]      3.0.1cvs28
15206
15207         * src/codeconv.c
15208                 Optimisation: shortcut conv_codeset_strdup
15209                 when src_code and dest_code are the same
15210         * src/common/xml.c
15211         * src/common/xml.h
15212                 Optimisation: shortcut code conversions when
15213                 files are in UTF-8; faster list walking by
15214                 using prepend/reverse.
15215
15216 2007-09-25 [holger]     3.0.1cvs27
15217
15218         * src/printing.c
15219                 Replace button bar of the preview window
15220                 with a real toolbar (patch by Colin)
15221                 Add zooming to the preview window
15222
15223 2007-09-24 [paul]       3.0.1cvs26
15224
15225         * src/compose.c
15226                 compact the character set menu, adding some
15227                 missing encodings. Patch by Pawel Pekala
15228
15229 2007-09-23 [paul]       3.0.1cvs25
15230
15231         * src/prefs_account.c
15232         * src/prefs_folder_item.c
15233         * src/prefs_quote.c
15234         * src/quote_fmt.c
15235         * src/quote_fmt.h
15236                 remove unnecessary frame from Templates options
15237                 and improve the English of the check button label
15238
15239 2007-09-22 [colin]      3.0.1cvs24
15240
15241         * src/gtk/quicksearch.c
15242                 Fix bug 1329, 'error in quicksearch.c'
15243                 Fix return with value in function returning void
15244
15245 2007-09-22 [colin]      3.0.1cvs23
15246
15247         * src/imap.c
15248         * src/procmsg.h
15249         * src/common/utils.c
15250         * src/common/utils.h
15251         * src/etpan/imap-thread.c
15252                 Optimise fetching IMAP cached emails *a lot*
15253                 (remember whether mail is fully cached and \r's
15254                  are already stripped)
15255
15256 2007-09-22 [colin]      3.0.1cvs22
15257
15258         * src/folder.c
15259         * src/folder.h
15260         * src/prefs_folder_item.c
15261                 Add a button to allow users to drop local caches.
15262
15263 2007-09-21 [colin]      3.0.1cvs21
15264
15265         * src/summaryview.c
15266                 Remove unnecessary error when cancelling export to mbox.
15267                 Patch by Pawel
15268
15269 2007-09-21 [paul]       3.0.1cvs20
15270
15271         * src/gtk/prefswindow.c
15272                 remove unnecessary frames from the prefs
15273                 pages. Patch by Pawel Pekala
15274
15275 2007-09-21 [paul]       3.0.1cvs19
15276
15277         * src/prefs_account.c
15278         * src/prefs_folder_item.c
15279         * src/prefs_quote.c
15280         * src/quote_fmt.c
15281                 put the Templates options into a tabbed
15282                 layout. Patch by Pawel Pekala
15283
15284 2007-09-21 [paul]       3.0.1cvs18
15285
15286         * src/mainwindow.c
15287                 group together the character set menu items
15288                 move the /View/Show or hide/Message view below
15289                 .../Toolbar menu item
15290                 Patch by Pawel Pekala
15291
15292 2007-09-21 [mones]      3.0.1cvs17
15293
15294         * src/compose.c
15295                 Fix for bug 1327, 'segfault when replying to a non-existent
15296                 news message', thanks to Colin.
15297
15298 2007-09-21 [colin]      3.0.1cvs16
15299
15300         * src/folderview.c
15301                 Complete 3.0.1cvs15
15302
15303 2007-09-20 [colin]      3.0.1cvs15
15304
15305         * src/folderview.c
15306         * src/folderview.h
15307                 Maybe fix bug 1324, 'Corrupted IMAP cache'
15308
15309 2007-09-20 [colin]      3.0.1cvs14
15310
15311         * src/printing.c
15312                 Fix a little leak
15313
15314 2007-09-20 [holger]     3.0.1cvs13
15315
15316         * src/printing.c
15317                 Add page layout to print preview.
15318                 Make the close-button in the toolbar
15319                 right-aligned.
15320
15321 2007-09-20 [paul]       3.0.1cvs12
15322
15323         * po/ru.po
15324                 updated by Pavlo Bohmat
15325
15326 2007-09-19 [colin]      3.0.1cvs11
15327
15328         * src/common/utils.c
15329                 Prevent unquoted mime boundaries, by always
15330                 using a /
15331
15332 2007-09-19 [colin]      3.0.1cvs10
15333
15334         * src/printing.c
15335                 Fix drawing area size, fix DPI change that
15336                 can cause total number of lines to decrease
15337
15338 2007-09-19 [colin]      3.0.1cvs9
15339
15340         * po/POTFILES.in
15341         * src/printing.c
15342                 Make print preview more efficient and nicer.
15343                 Patch mostly by Holger Berndt <hb@claws-mail.org>
15344
15345 2007-09-19 [colin]      3.0.1cvs8
15346
15347         * src/prefs_common.c
15348         * src/prefs_common.h
15349         * src/printing.c
15350                 Add scrolledwindow, default allocation and
15351                 size saving to the print preview window.
15352
15353 2007-09-18 [colin]      3.0.1cvs7
15354
15355         * src/prefs_common.c
15356         * src/prefs_common.h
15357         * src/prefs_image_viewer.c
15358         * src/printing.c
15359                 GtkPrintOperation:
15360                 - add image printing support
15361                 - add option to print images
15362                 - add preview widget
15363                 - add saving of a few Page Setup parameters
15364
15365 2007-09-18 [colin]      3.0.1cvs6
15366
15367         * AUTHORS
15368         * src/gtk/authors.h
15369                 Add Guillaume Chazarain
15370
15371 2007-09-18 [colin]      3.0.1cvs5
15372
15373         * src/common/utils.c
15374                 Fix bug 1321, 'access before allocation 
15375                 when scanning for uris'. Patch by 
15376                 Guillaume Chazarain <guichaz@yahoo.fr>
15377
15378 2007-09-18 [colin]      3.0.1cvs4
15379
15380         * src/toolbar.c
15381                 Fix bug 1320, 'Memory leak caused by 
15382                 gtk_container_get_children'. Patch by
15383                 Guillaume Chazarain <guichaz@yahoo.fr>
15384
15385 2007-09-18 [colin]      3.0.1cvs3
15386
15387         * src/printing.c
15388         * src/printing.h
15389                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15390
15391 2007-09-18 [colin]      3.0.1cvs2
15392
15393         * src/Makefile.am
15394         * src/mainwindow.c
15395         * src/messageview.c
15396         * src/messageview.h
15397         * src/prefs_ext_prog.c
15398         * src/prefs_fonts.c
15399         * src/printing.c
15400         * src/printing.h
15401         * src/summaryview.c
15402                 Use GtkPrintOperation by default on GTK+ >= 2.10
15403                 Patch by Holger Berndt <hb@claws-mail.org>
15404
15405 2007-09-18 [paul]       3.0.1cvs1
15406
15407         * NEWS
15408         * README
15409         * RELEASE_NOTES
15410         * configure.ac
15411                 bump up version number following stable release
15412
15413 2007-09-16 [colin]      3.0.0cvs18
15414
15415         * src/folder.c
15416                 Fix possible memleak
15417
15418 2007-09-16 [colin]      3.0.0cvs17
15419
15420         * src/folderview.c
15421                 Fix bug 1311, 'Wrong arrow position 
15422                 while moving message into folder when 
15423                 column headers hidden'
15424         * src/image_viewer.c
15425                 Show error in the GUI if image can't
15426                 be loaded
15427         * src/matcher.c
15428                 Fix spurious output
15429         * src/messageview.c
15430                 Allow setting domain in msgid
15431         * src/common/plugin.c
15432                 Add timing information
15433
15434 2007-09-16 [colin]      3.0.0cvs16
15435
15436         * src/account.c
15437         * src/compose.c
15438         * src/prefs_account.c
15439         * src/prefs_account.h
15440         * src/common/utils.c
15441                 Remove Generate Message-ID option. We need
15442                 this on some IMAP servers.
15443         * src/prefs_template.c
15444                 Fix double-free
15445
15446 2007-09-16 [colin]      3.0.0cvs15
15447
15448         * src/prefs_filtering.c
15449         * src/prefs_filtering.h
15450         * src/prefs_filtering_action.c
15451         * src/common/tags.c
15452                 Fix tags issues: tags with spaces, renaming
15453                 tags.
15454
15455 2007-09-16 [colin]      3.0.0cvs14
15456
15457         * src/folderview.c
15458         * src/main.c
15459         * src/mainwindow.c
15460                 Fix bug 1308, 'Claws deletes folderlist.xml after
15461                 fetching mail short after start-up'
15462
15463 2007-09-16 [colin]      3.0.0cvs13
15464
15465         * src/compose.c
15466                 Fix scrolling to cursor
15467
15468 2007-09-16 [paul]       3.0.0cvs12
15469
15470         * po/sr.po
15471                 updated by Aleksandar Urosevic
15472
15473 2007-09-16 [paul]       3.0.0cvs11
15474
15475         * src/folder.c
15476                 do not allow locked msgs to be deleted,
15477                 even by filtering/processing
15478
15479 2007-09-07 [paul]       3.0.0cvs10
15480
15481         * src/prefs_folder_column.c
15482         * src/prefs_summary_column.c
15483                 implement button sensitivity
15484                 patch by Pawel Pekala
15485
15486 2007-09-06 [wwp]        3.0.0cvs9
15487
15488         * src/prefs_gtk.c
15489                 Add a missing linefeed to a debug message.
15490
15491 2007-09-05 [colin]      3.0.0cvs8
15492
15493         * src/inc.c
15494                 Fix statusbar/window mismatch on Maemo
15495
15496 2007-09-05 [colin]      3.0.0cvs7
15497
15498         * src/ldaputil.c
15499                 Fix build without USE_LDAP_TLS
15500
15501 2007-09-05 [colin]      3.0.0cvs6
15502
15503         * src/folder.c
15504         * src/imap.c
15505         * src/inc.c
15506         * src/mbox.c
15507         * src/send_message.c
15508         * src/statusbar.c
15509         * src/statusbar.h
15510                 Maemo: distinguish various statusbar messages,
15511                 in order to display only the most important.
15512
15513 2007-09-04 [wwp]        3.0.0cvs5
15514
15515         * src/account.c
15516                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15517                 Show protocol "SMTP" and the appropriate server for send-only
15518                 accounts, show "-" instead of "" when no value is relevant.
15519
15520 2007-09-03 [ticho]      3.0.0cvs4
15521
15522         * src/summaryview.c
15523                 Handle plural form better in delete confirmation dialog.
15524
15525 2007-09-03 [wwp]        3.0.0cvs3
15526
15527         * src/compose.c
15528                 Warn differently when sending or sending later (queueing).
15529
15530 2007-09-03 [colin]      3.0.0cvs2
15531
15532         * src/procmime.c
15533         * src/procmime.h
15534         * src/common/plugin.c
15535         * src/common/plugin.h
15536                 Add a new plugin API, MimeParser. It allows
15537                 plugins to scan email MIME parts and optionally,
15538                 transform them.
15539
15540 2007-09-03 [mones]      3.0.0cvs1
15541
15542         * po/es.po
15543                 Updated translation
15544         * src/common/defs.h
15545                 While a better solution is made double history sizes
15546
15547 2007-09-03 [paul]       3.0.0
15548
15549         * NEWS
15550         * README
15551         * RELEASE_NOTES
15552                 3.0.0 released
15553
15554 [For previous entries, see ChangeLog.2.0.0-3.0.0]