2013-03-14 [colin] 3.9.0cvs125
[claws.git] / ChangeLog
1 2013-03-14 [colin]      3.9.0cvs125
2
3         * src/plugins/fancy/fancy_viewer.c
4                 Remove some crashy calls (wonder why.)
5
6 2013-03-13 [colin]      3.9.0cvs124
7
8         * src/plugins/fancy/Makefile.am
9         * src/plugins/fancy/claws.def
10         * src/plugins/fancy/plugin.def
11         * src/plugins/fancy/version.rc
12                 Preparing for win32 Fancy port
13
14 2013-03-13 [colin]      3.9.0cvs123
15
16         * src/plugins/fancy/fancy_viewer.h
17                 Fix wrong include
18
19 2013-03-13 [mones]      3.9.0cvs122
20
21         * src/plugins/pdf_viewer/poppler_viewer.c
22                 Fix crash closing PDF information alert panel and use
23                 a better label than the plugin name for the dialog
24
25 2013-03-13 [colin]      3.9.0cvs121
26
27         * src/plugins/fancy/fancy_prefs.c
28                 More whitespace!
29
30 2013-03-13 [colin]      3.9.0cvs120
31
32         * src/plugins/fancy/fancy_prefs.c
33         * src/plugins/fancy/fancy_prefs.h
34         * src/plugins/fancy/fancy_viewer.c
35         * src/plugins/fancy/fancy_viewer.h
36                 Fix whitespace and indentation
37
38 2013-03-13 [colin]      3.9.0cvs119
39
40         * src/plugins/fancy/fancy_prefs.c
41         * src/plugins/fancy/fancy_prefs.h
42         * src/plugins/fancy/fancy_viewer.c
43         * src/plugins/fancy/fancy_viewer.h
44                 More rework of the options to make things clear.
45                 Also, make Enable remote content actually do what
46                 it says.
47
48 2013-03-13 [colin]      3.9.0cvs118
49
50         * src/summaryview.c
51                 Fix w32 build where apparently 'small' is a reserved
52                 word
53         * src/plugins/perl/tools/Makefile.am
54                 Fix out-of-tree build
55
56 2013-03-13 [mones]      3.9.0cvs117
57
58         * INSTALL
59         * README
60                 Forgotten tool is not needed anymore, bye bye html2ps.
61
62 2013-03-13 [colin]      3.9.0cvs116
63
64         * src/plugins/fancy/Makefile.am
65         * src/plugins/fancy/fancy_viewer.c
66                 Fix bug #2980, "html2ps required...". Use standard GtkPrint
67
68 2013-03-13 [colin]      3.9.0cvs115
69
70         * src/plugins/fancy/fancy_prefs.c
71         * src/plugins/fancy/fancy_prefs.h
72         * src/plugins/fancy/fancy_viewer.c
73         * src/plugins/fancy/fancy_viewer.h
74                 Untangle prefs handling, untangle open in browser
75                 and move back to Enable remote content instead of
76                 Enable inner navigation.
77
78 2013-03-13 [mones]      3.9.0cvs114
79
80         * INSTALL
81         * README
82                 Some minor fix and an always forgotten support tool...
83                 Fortunately our users keep reminding us they really use
84                 all those features, thanks to all of them :-)
85
86 2013-03-12 [wwp]        3.9.0cvs113
87
88         * src/account.c
89         Remove stuff committed unexpectedly (you're now reading my words, you understand
90         what you read, you never found that I've committed stuff accidentally, never, and
91         now you can get back to normal activities, you will never remember this),
92         thanks Paul!
93
94 2013-03-12 [wwp]        3.9.0cvs112
95
96         * src/account.c
97         Fix 'edit accounts' windows going backward when leaving an
98         'account preferences' window, by focusing this window again.
99
100 2013-03-09 [mones]      3.9.0cvs111
101
102         * INSTALL
103                 Update required GTK+ version and configure plugin flags
104         * src/mainwindow.c
105         * src/summaryview.c
106                 Remove unnecessary checks, newer keysyms are already
107                 included by gtkutils.h if needed
108
109 2013-03-08 [paul]       3.9.0cvs110
110
111         * configure.ac
112                 fix outputting config dir value at end of configure
113
114 2013-03-07 [colin]      3.9.0cvs109
115
116         * src/plugins/fancy/fancy_prefs.c
117                 And make Open External default to true :)
118
119 2013-03-07 [paul]       3.9.0cvs108
120
121         * src/plugins/fancy/fancy_prefs.c
122                 make "enable_inner_navigation" default to FALSE
123
124 2013-03-06 [colin]      3.9.0cvs107
125
126         * src/plugins/fancy/fancy_prefs.c
127         * src/plugins/fancy/fancy_prefs.h
128         * src/plugins/fancy/fancy_viewer.c
129         * src/plugins/fancy/fancy_viewer.h
130                 Fix bug #2882, "Reverse preference for external content"
131                 "Block external content" was the only negative preference
132                 along the other "Enable ..." positive ones, but also had
133                 several shortcomings, in that it only blocked user-
134                 requested interactions, like
135                 - prevent clicking on links
136                 - prevent right-click/Download link
137                 - prevent right-click/Save image
138                 But NOT
139                 - prevent auto download of images (that's controlled by
140                   Auto-load images)
141                 - prevent auto download of javascript (that's controlled
142                   by Enable scripts)
143                 - prevent auto download of applets (that's controlled by
144                   Enable java)
145                 - prevent auto download of css (that can't be disabled)
146                 New preference to replace it is "Enable inner navigation"
147                 and allows to control whether one can click on links to
148                 navigate inside Fancy viewer. If disabled and "Open in
149                 external browser" is set, links will be opened in external
150                 browser; else nothing will happen. In any state of these
151                 preferences, right-clicking and choosing "Open in viewer"
152                 or "Open in browser" will do what asked.
153
154 2013-03-06 [colin]      3.9.0cvs106
155
156         * src/plugins/fancy/fancy_viewer.c
157                 Make options setting clearer
158
159 2013-02-28 [mones]      3.9.0cvs105
160
161         * configure.ac
162         * src/plugins/perl/Makefile.am
163         * src/plugins/perl/cm_perl.pod
164         * src/plugins/perl/tools/.cvsignore
165         * src/plugins/perl/tools/Makefile.am
166         * src/plugins/perl/tools/insert_perl.pl
167         * src/plugins/perl/tools/matcherrc2perlfilter.pl
168                 Make perl plugin tools and manpage available into 
169                 distribution tarball.
170
171 2013-02-27 [mones]      3.9.0cvs104
172
173         * README
174                 Updated plugin list, now they are integrated.
175                 Added missing items to hidden properties list.
176
177 2013-02-26 [wwp]        3.9.0cvs103
178
179         * src/messageview.c
180         Fix wrong message, as message could have been moved to another folder
181         and not trashed (it could have also be deleted without staying in trash,
182         but that's a piece of detail, and while we're at it, the message could also
183         have vanished into another dimension or be now part of the twilight zone
184         but we should not always tell the truth to users. At last, and to be
185         exhaustive, the message could have disappeared because of a technical
186         issue which doesn't imply user action and none of the above mentions. One
187         would say that the message could also have never existed, but it's another
188         story).
189
190 2013-02-24 [colin]      3.9.0cvs102
191
192         * src/plugins/vcalendar/libical/libical/Makefile.am
193                 Fix build without vcalendar
194
195 2013-02-23 [paul]       3.9.0cvs101
196
197         * src/mimeview.c
198                 escape filename/description text, prevents error if, e.g., the
199                 filename contains an ampersand
200
201 2013-02-22 [colin]      3.9.0cvs100
202
203         * AUTHORS
204         * src/gtk/authors.h
205         * src/summaryview.c
206                 Fix bug #2702, "Support splitting subject line for small screen
207                 layout". Patch by Ben Deering.
208
209 2013-02-21 [paul]       3.9.0cvs99
210
211         * configure.ac
212                 add he to ALL_LINGUAS
213
214 2013-02-20 [colin]      3.9.0cvs98
215
216         * src/main.c
217                 Fix seg on w32
218
219 2013-02-20 [colin]      3.9.0cvs97
220
221         * src/plugins/att_remover/claws.def
222         * src/plugins/fetchinfo/claws.def
223         * src/plugins/spam_report/claws.def
224                 Add more needed symbols
225
226 2013-02-20 [colin]      3.9.0cvs96
227
228         * src/plugins/att_remover/Makefile.am
229         * src/plugins/fetchinfo/Makefile.am
230         * src/plugins/spam_report/Makefile.am
231                 Fix missed parts for w32
232
233 2013-02-20 [colin]      3.9.0cvs95
234
235         * src/prefs_common.h
236         * src/plugins/address_keeper/claws.def
237         * src/plugins/att_remover/Makefile.am
238         * src/plugins/att_remover/claws.def
239         * src/plugins/att_remover/plugin.def
240         * src/plugins/att_remover/version.rc
241         * src/plugins/clamd/libclamd/Makefile.am
242         * src/plugins/fetchinfo/Makefile.am
243         * src/plugins/fetchinfo/claws.def
244         * src/plugins/fetchinfo/plugin.def
245         * src/plugins/fetchinfo/version.rc
246         * src/plugins/mailmbox/Makefile.am
247         * src/plugins/mailmbox/claws.def
248         * src/plugins/mailmbox/plugin.def
249         * src/plugins/mailmbox/version.rc
250         * src/plugins/notification/gtkhotkey/Makefile.am
251         * src/plugins/spam_report/Makefile.am
252         * src/plugins/spam_report/claws.def
253         * src/plugins/spam_report/plugin.def
254         * src/plugins/spam_report/spam_report.c
255         * src/plugins/spam_report/version.rc
256                 Win32 build fixes (and add of address_keeper, att_remover,
257                 fetchinfo and spam_report)
258
259 2013-02-20 [paul]       3.9.0cvs94
260
261         * configure.ac
262                 a little more report layout tweaking
263
264 2013-02-20 [colin]      3.9.0cvs93
265
266         * src/common/plugin.c
267                 Auto fix plugin names ending in "_plugin"
268
269 2013-02-20 [colin]      3.9.0cvs92
270
271         * src/plugins/gdata/Makefile.am
272                 Change plugin name
273
274 2013-02-20 [colin]      3.9.0cvs91
275
276         * src/plugins/fetchinfo/Makefile.am
277         * src/plugins/notification/Makefile.am
278         * src/plugins/perl/Makefile.am
279         * src/plugins/python/Makefile.am
280                 Drop _plugin from the plugin's filename
281
282 2013-02-20 [colin]      3.9.0cvs90
283
284         * configure.ac
285                 Group core's --{en,dis}able switches
286
287 2013-02-20 [colin]      3.9.0cvs89
288
289         * configure.ac
290                 typos
291
292 2013-02-20 [colin]      3.9.0cvs88
293
294         * configure.ac
295         * Makefile.am
296                 Don't check for GNOME2 when we want to check for
297                 gtk-update-icon-cache; Typo fix
298
299 2013-02-20 [colin]      3.9.0cvs87
300
301         * src/plugins/Makefile.am
302         * src/plugins/acpi_notifier/Makefile.am
303         * src/plugins/address_keeper/Makefile.am
304         * src/plugins/archive/Makefile.am
305         * src/plugins/att_remover/Makefile.am
306         * src/plugins/attachwarner/Makefile.am
307         * src/plugins/bogofilter/Makefile.am
308         * src/plugins/bsfilter/Makefile.am
309         * src/plugins/clamd/Makefile.am
310         * src/plugins/demo/Makefile.am
311         * src/plugins/fancy/Makefile.am
312         * src/plugins/fetchinfo/Makefile.am
313         * src/plugins/gdata/Makefile.am
314         * src/plugins/mailmbox/Makefile.am
315         * src/plugins/newmail/Makefile.am
316         * src/plugins/notification/Makefile.am
317         * src/plugins/pdf_viewer/Makefile.am
318         * src/plugins/perl/Makefile.am
319         * src/plugins/pgpcore/Makefile.am
320         * src/plugins/pgpinline/Makefile.am
321         * src/plugins/pgpmime/Makefile.am
322         * src/plugins/python/Makefile.am
323         * src/plugins/rssyl/Makefile.am
324         * src/plugins/smime/Makefile.am
325         * src/plugins/spam_report/Makefile.am
326         * src/plugins/spamassassin/Makefile.am
327         * src/plugins/tnef_parse/Makefile.am
328         * src/plugins/vcalendar/Makefile.am
329                 Change automake conditionals so that all plugins subdirectories
330                 are included, but nothing built in disabled plugins. Fixes make
331                 dist with some plugins --disabled.
332
333 2013-02-20 [colin]      3.9.0cvs86
334
335         * configure.ac
336         * src/plugins/fancy/fancy_viewer.h
337                 Fix build for Fancy and vCalendar
338
339 2013-02-20 [colin]      3.9.0cvs85
340
341         * configure.ac
342                 Rework plugin enabling logic. More clean!
343         * src/plugins/fancy/fancy_viewer.c
344         * src/plugins/fancy/fancy_viewer.h
345         * src/plugins/spam_report/spam_report.c
346                 Make curl dependancy mandatory
347         * src/plugins/notification/notification_plugin.c
348                 Fix build with every possible thing disabled
349         * src/plugins/notification/Makefile.am
350         * src/plugins/notification/gtkhotkey/.cvsignore
351         * src/plugins/notification/gtkhotkey/Makefile.am
352         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
353         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
354         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
355         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
356         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
357         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
358         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
359         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
360         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
361         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
362         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
363         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
364         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
365         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
366         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
367         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
368         * src/plugins/notification/gtkhotkey/gtkhotkey.h
369         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
370         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
371         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
372         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
373                 Re-add hotkey support
374         * src/plugins/spam_report/Makefile.am
375         * src/plugins/tnef_parse/Makefile.am
376                 Remove gettext.h
377
378 2013-02-20 [colin]      3.9.0cvs84
379
380         * configure.ac
381         * po/POTFILES.in
382         * src/plugins/Makefile.am
383         * src/plugins/dillo_viewer/.cvsignore
384         * src/plugins/dillo_viewer/Makefile.am
385         * src/plugins/dillo_viewer/README
386         * src/plugins/dillo_viewer/dillo_prefs.c
387         * src/plugins/dillo_viewer/dillo_prefs.h
388         * src/plugins/dillo_viewer/dillo_viewer.c
389         * src/plugins/trayicon/.cvsignore
390         * src/plugins/trayicon/Makefile.am
391         * src/plugins/trayicon/README
392         * src/plugins/trayicon/trayicon.c
393         * src/plugins/trayicon/trayicon_prefs.c
394         * src/plugins/trayicon/trayicon_prefs.h
395         * src/plugins/trayicon/libeggtrayicon/.cvsignore
396                 Drop trayicon and dillo_viewer
397
398 2013-02-20 [colin]      3.9.0cvs83
399
400         * configure.ac
401         * src/plugins/Makefile.am
402         * src/plugins/spam_report/.cvsignore
403         * src/plugins/spam_report/Makefile.am
404         * src/plugins/spam_report/placeholder.txt
405         * src/plugins/spam_report/spam_report.c
406         * src/plugins/spam_report/spam_report_prefs.c
407         * src/plugins/spam_report/spam_report_prefs.h
408         * src/plugins/tnef_parse/.cvsignore
409         * src/plugins/tnef_parse/Makefile.am
410         * src/plugins/tnef_parse/claws.def
411         * src/plugins/tnef_parse/mapi.h
412         * src/plugins/tnef_parse/mapidefs.h
413         * src/plugins/tnef_parse/mapitags.h
414         * src/plugins/tnef_parse/placeholder.txt
415         * src/plugins/tnef_parse/plugin.def
416         * src/plugins/tnef_parse/tnef-errors.h
417         * src/plugins/tnef_parse/tnef-types.h
418         * src/plugins/tnef_parse/tnef_dump.c
419         * src/plugins/tnef_parse/tnef_dump.h
420         * src/plugins/tnef_parse/tnef_parse.c
421         * src/plugins/tnef_parse/version.rc
422         * src/plugins/tnef_parse/ytnef.c
423         * src/plugins/tnef_parse/ytnef.h
424                 Add tnef_parse and spam_report
425
426 2013-02-20 [colin]      3.9.0cvs82
427
428         * src/plugins/bogofilter/Makefile.am
429         * src/plugins/clamd/Makefile.am
430         * src/plugins/demo/Makefile.am
431         * src/plugins/dillo_viewer/Makefile.am
432         * src/plugins/fancy/Makefile.am
433         * src/plugins/fetchinfo/Makefile.am
434         * src/plugins/gdata/Makefile.am
435         * src/plugins/mailmbox/Makefile.am
436         * src/plugins/newmail/Makefile.am
437         * src/plugins/notification/Makefile.am
438         * src/plugins/pdf_viewer/Makefile.am
439         * src/plugins/perl/Makefile.am
440         * src/plugins/python/Makefile.am
441         * src/plugins/spamassassin/Makefile.am
442         * src/plugins/trayicon/Makefile.am
443         * src/plugins/vcalendar/libical/libical/Makefile.am
444                 Fix out-of-tree build
445
446 2013-02-19 [colin]      3.9.0cvs81
447
448         * configure.ac
449                 Fix inverted logic in a few plugins
450
451 2013-02-18 [mones]      3.9.0cvs80
452
453         * src/plugins/notification/Makefile.am
454         * src/plugins/pdf_viewer/Makefile.am
455         * src/plugins/python/Makefile.am
456                 Allow 'make dist' to generate a nice tarball
457
458 2013-02-18 [wwp]        3.9.0cvs79
459
460         * src/plugins/clamd/libclamd/.cvsignore
461         Add one more .cvsignore file.
462
463 2013-02-18 [wwp]        3.9.0cvs78
464
465         * src/plugins/clamd/libclamd/.cvsignore
466         One more .cvsignore file.
467
468 2013-02-18 [wwp]        3.9.0cvs77
469
470         * src/plugins/clamd/.cvsignore
471         * src/plugins/clamd/libclamd/.cvsignore
472         * src/plugins/fetchinfo/.cvsignore
473         * src/plugins/gdata/.cvsignore
474         * src/plugins/mailmbox/.cvsignore
475         * src/plugins/newmail/.cvsignore
476         * src/plugins/notification/.cvsignore
477         * src/plugins/pdf_viewer/.cvsignore
478         * src/plugins/perl/.cvsignore
479         * src/plugins/python/.cvsignore
480         Silent up stuff a bit.
481
482 2013-02-17 [colin]      3.9.0cvs76
483
484         * src/plugins/notification/Makefile.am
485         * src/plugins/notification/notification_banner.c
486         * src/plugins/notification/notification_banner.h
487         * src/plugins/notification/notification_command.c
488         * src/plugins/notification/notification_command.h
489         * src/plugins/notification/notification_core.c
490         * src/plugins/notification/notification_foldercheck.c
491         * src/plugins/notification/notification_foldercheck.h
492         * src/plugins/notification/notification_hotkeys.c
493         * src/plugins/notification/notification_hotkeys.h
494         * src/plugins/notification/notification_indicator.c
495         * src/plugins/notification/notification_indicator.h
496         * src/plugins/notification/notification_lcdproc.c
497         * src/plugins/notification/notification_lcdproc.h
498         * src/plugins/notification/notification_plugin.c
499         * src/plugins/notification/notification_plugin.h
500         * src/plugins/notification/notification_popup.c
501         * src/plugins/notification/notification_popup.h
502         * src/plugins/notification/notification_prefs.c
503         * src/plugins/notification/notification_prefs.h
504         * src/plugins/notification/notification_trayicon.c
505         * src/plugins/notification/notification_trayicon.h
506                 Activate and fix notification (without libindicate)
507
508 2013-02-17 [colin]      3.9.0cvs75
509
510         * src/plugins/Makefile.am
511         * src/plugins/archive/Makefile.am
512         * src/plugins/clamd/Makefile.am
513         * src/plugins/clamd/clamav_plugin.c
514         * src/plugins/clamd/clamav_plugin.h
515         * src/plugins/clamd/clamav_plugin_gtk.c
516         * src/plugins/clamd/placeholder.txt
517         * src/plugins/clamd/libclamd/Makefile.am
518         * src/plugins/clamd/libclamd/clamd-plugin.c
519         * src/plugins/clamd/libclamd/clamd-plugin.h
520         * src/plugins/fetchinfo/Makefile.am
521         * src/plugins/fetchinfo/fetchinfo_plugin.c
522         * src/plugins/fetchinfo/fetchinfo_plugin.h
523         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
524         * src/plugins/fetchinfo/placeholder.txt
525         * src/plugins/gdata/Makefile.am
526         * src/plugins/gdata/cm_gdata_contacts.c
527         * src/plugins/gdata/cm_gdata_contacts.h
528         * src/plugins/gdata/cm_gdata_prefs.c
529         * src/plugins/gdata/cm_gdata_prefs.h
530         * src/plugins/gdata/gdata_plugin.c
531         * src/plugins/gdata/gdata_plugin.h
532         * src/plugins/gdata/placeholder.txt
533         * src/plugins/geolocation/placeholder.txt
534         * src/plugins/gtkhtml2_viewer/placeholder.txt
535         * src/plugins/mailmbox/Makefile.am
536         * src/plugins/mailmbox/carray.c
537         * src/plugins/mailmbox/carray.h
538         * src/plugins/mailmbox/chash.c
539         * src/plugins/mailmbox/chash.h
540         * src/plugins/mailmbox/clist.c
541         * src/plugins/mailmbox/clist.h
542         * src/plugins/mailmbox/mailimf.c
543         * src/plugins/mailmbox/mailimf.h
544         * src/plugins/mailmbox/mailimf_types.c
545         * src/plugins/mailmbox/mailimf_types.h
546         * src/plugins/mailmbox/mailimf_types_helper.c
547         * src/plugins/mailmbox/mailimf_types_helper.h
548         * src/plugins/mailmbox/mailimf_write.c
549         * src/plugins/mailmbox/mailimf_write.h
550         * src/plugins/mailmbox/maillock.c
551         * src/plugins/mailmbox/maillock.h
552         * src/plugins/mailmbox/mailmbox.c
553         * src/plugins/mailmbox/mailmbox.h
554         * src/plugins/mailmbox/mailmbox_folder.c
555         * src/plugins/mailmbox/mailmbox_folder.h
556         * src/plugins/mailmbox/mailmbox_gtk.deps
557         * src/plugins/mailmbox/mailmbox_parse.c
558         * src/plugins/mailmbox/mailmbox_parse.h
559         * src/plugins/mailmbox/mailmbox_types.c
560         * src/plugins/mailmbox/mailmbox_types.h
561         * src/plugins/mailmbox/mmapstring.c
562         * src/plugins/mailmbox/mmapstring.h
563         * src/plugins/mailmbox/placeholder.txt
564         * src/plugins/mailmbox/plugin.c
565         * src/plugins/mailmbox/plugin_gtk.c
566         * src/plugins/mailmbox/plugin_gtk.h
567         * src/plugins/newmail/Makefile.am
568         * src/plugins/newmail/newmail.c
569         * src/plugins/newmail/placeholder.txt
570         * src/plugins/notification/Makefile.am
571         * src/plugins/notification/claws.def
572         * src/plugins/notification/notification_banner.c
573         * src/plugins/notification/notification_banner.h
574         * src/plugins/notification/notification_command.c
575         * src/plugins/notification/notification_command.h
576         * src/plugins/notification/notification_core.c
577         * src/plugins/notification/notification_core.h
578         * src/plugins/notification/notification_foldercheck.c
579         * src/plugins/notification/notification_foldercheck.h
580         * src/plugins/notification/notification_hotkeys.c
581         * src/plugins/notification/notification_hotkeys.h
582         * src/plugins/notification/notification_indicator.c
583         * src/plugins/notification/notification_indicator.h
584         * src/plugins/notification/notification_lcdproc.c
585         * src/plugins/notification/notification_lcdproc.h
586         * src/plugins/notification/notification_pixbuf.c
587         * src/plugins/notification/notification_pixbuf.h
588         * src/plugins/notification/notification_plugin.c
589         * src/plugins/notification/notification_plugin.h
590         * src/plugins/notification/notification_popup.c
591         * src/plugins/notification/notification_popup.h
592         * src/plugins/notification/notification_prefs.c
593         * src/plugins/notification/notification_prefs.h
594         * src/plugins/notification/notification_trayicon.c
595         * src/plugins/notification/notification_trayicon.h
596         * src/plugins/notification/placeholder.txt
597         * src/plugins/notification/plugin.def
598         * src/plugins/notification/raw_claws_mail_logo_64x64.h
599         * src/plugins/notification/version.rc
600         * src/plugins/pdf_viewer/Makefile.am
601         * src/plugins/pdf_viewer/doc_index.xpm
602         * src/plugins/pdf_viewer/doc_index_close.xpm
603         * src/plugins/pdf_viewer/doc_info.xpm
604         * src/plugins/pdf_viewer/first_arrow.xpm
605         * src/plugins/pdf_viewer/last_arrow.xpm
606         * src/plugins/pdf_viewer/left_arrow.xpm
607         * src/plugins/pdf_viewer/placeholder.txt
608         * src/plugins/pdf_viewer/poppler_viewer.c
609         * src/plugins/pdf_viewer/poppler_viewer.h
610         * src/plugins/pdf_viewer/right_arrow.xpm
611         * src/plugins/pdf_viewer/rotate_left.xpm
612         * src/plugins/pdf_viewer/rotate_right.xpm
613         * src/plugins/pdf_viewer/zoom_fit.xpm
614         * src/plugins/pdf_viewer/zoom_in.xpm
615         * src/plugins/pdf_viewer/zoom_out.xpm
616         * src/plugins/pdf_viewer/zoom_width.xpm
617         * src/plugins/perl/Makefile.am
618         * src/plugins/perl/perl_gtk.c
619         * src/plugins/perl/perl_gtk.h
620         * src/plugins/perl/perl_plugin.c
621         * src/plugins/perl/perl_plugin.h
622         * src/plugins/perl/placeholder.txt
623         * src/plugins/python/Makefile.am
624         * src/plugins/python/clawsmailmodule.c
625         * src/plugins/python/clawsmailmodule.h
626         * src/plugins/python/composewindowtype.c
627         * src/plugins/python/composewindowtype.h
628         * src/plugins/python/foldertype.c
629         * src/plugins/python/foldertype.h
630         * src/plugins/python/messageinfotype.c
631         * src/plugins/python/messageinfotype.h
632         * src/plugins/python/nodetype.c
633         * src/plugins/python/nodetype.h
634         * src/plugins/python/placeholder.txt
635         * src/plugins/python/python-hooks.c
636         * src/plugins/python/python-hooks.h
637         * src/plugins/python/python-shell.c
638         * src/plugins/python/python-shell.h
639         * src/plugins/python/python_plugin.c
640         * src/plugins/vcalendar/Makefile.in
641                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
642                 notification, pdf_viewer, perl, python). Notification not yet
643                 enabled because it has too much autoconf switches for my taste.
644
645
646 2013-02-16 [colin]      3.9.0cvs74
647
648         * po/POTFILES.in
649         * po/bg.po
650         * po/ca.po
651         * po/cs.po
652         * po/de.po
653         * po/en_GB.po
654         * po/es.po
655         * po/fi.po
656         * po/fr.po
657         * po/hu.po
658         * po/id_ID.po
659         * po/it.po
660         * po/ja.po
661         * po/lt.po
662         * po/nl.po
663         * po/pl.po
664         * po/pt_BR.po
665         * po/pt_PT.po
666         * po/ru.po
667         * po/sk.po
668         * po/sv.po
669         * po/uk.po
670         * po/zh_CN.po
671         * po/zh_TW.po
672         * src/plugins/Makefile.am
673         * src/plugins/archive/.cvsignore
674         * src/plugins/archive/Makefile.am
675         * src/plugins/archive/archiver.c
676         * src/plugins/archive/archiver.h
677         * src/plugins/archive/archiver_gtk.c
678         * src/plugins/archive/archiver_prefs.c
679         * src/plugins/archive/archiver_prefs.h
680         * src/plugins/archive/libarchive_archive.c
681         * src/plugins/archive/libarchive_archive.h
682         * src/plugins/archive/placeholder.txt
683         * src/plugins/att_remover/.cvsignore
684         * src/plugins/att_remover/Makefile.am
685         * src/plugins/att_remover/att_remover.c
686         * src/plugins/att_remover/placeholder.txt
687         * src/plugins/bsfilter/.cvsignore
688         * src/plugins/bsfilter/Makefile.am
689         * src/plugins/bsfilter/bsfilter.c
690         * src/plugins/bsfilter/bsfilter.h
691         * src/plugins/bsfilter/bsfilter_gtk.c
692         * src/plugins/bsfilter/claws.def
693         * src/plugins/bsfilter/placeholder.txt
694         * src/plugins/bsfilter/plugin.def
695         * src/plugins/bsfilter/version.rc
696                 Add archive, att_remover, bsfilter
697         * src/plugins/vcalendar/Makefile.in
698         * src/plugins/vcalendar/libical/libical/icalversion.h
699                 Remove useless files
700
701 2013-02-16 [colin]      3.9.0cvs73
702
703         * src/plugins/Makefile.am
704         * src/plugins/acpi_notifier/Makefile.am
705         * src/plugins/acpi_notifier/acpi_notifier.c
706         * src/plugins/acpi_notifier/placeholder.txt
707         * src/plugins/address_keeper/Makefile.am
708         * src/plugins/address_keeper/address_keeper.c
709         * src/plugins/address_keeper/address_keeper.h
710         * src/plugins/address_keeper/address_keeper_prefs.c
711         * src/plugins/address_keeper/address_keeper_prefs.h
712         * src/plugins/address_keeper/claws.def
713         * src/plugins/address_keeper/placeholder.txt
714         * src/plugins/address_keeper/plugin.def
715         * src/plugins/address_keeper/version.rc
716         * src/plugins/attachwarner/Makefile.am
717         * src/plugins/attachwarner/attachwarner.c
718         * src/plugins/attachwarner/attachwarner.h
719         * src/plugins/attachwarner/attachwarner_prefs.c
720         * src/plugins/attachwarner/attachwarner_prefs.h
721         * src/plugins/attachwarner/claws.def
722         * src/plugins/attachwarner/placeholder.txt
723         * src/plugins/attachwarner/plugin.def
724         * src/plugins/attachwarner/version.rc
725         * src/plugins/vcalendar/libical/libical/icalversion.h
726         * po/POTFILES.in
727         * po/bg.po
728         * po/ca.po
729         * po/cs.po
730         * po/de.po
731         * po/en_GB.po
732         * po/es.po
733         * po/fi.po
734         * po/fr.po
735         * po/hu.po
736         * po/id_ID.po
737         * po/it.po
738         * po/ja.po
739         * po/lt.po
740         * po/nl.po
741         * po/pl.po
742         * po/pt_BR.po
743         * po/pt_PT.po
744         * po/ru.po
745         * po/sk.po
746         * po/sr.po
747         * po/sv.po
748         * po/uk.po
749         * po/zh_CN.po
750         * po/zh_TW.po
751                 Now do acpi_notifier, attachwarner, address_keeper
752
753 2013-02-16 [colin]      3.9.0cvs72
754
755         * po/POTFILES.in
756         * po/bg.po
757         * po/ca.po
758         * po/cs.po
759         * po/de.po
760         * po/en_GB.po
761         * po/es.po
762         * po/fi.po
763         * po/fr.po
764         * po/hu.po
765         * po/id_ID.po
766         * po/it.po
767         * po/ja.po
768         * po/lt.po
769         * po/nl.po
770         * po/pl.po
771         * po/pt_BR.po
772         * po/pt_PT.po
773         * po/ru.po
774         * po/sk.po
775         * po/sr.po
776         * po/sv.po
777         * po/uk.po
778         * po/zh_CN.po
779         * po/zh_TW.po
780                 Merge RSSyl's translations
781
782 2013-02-16 [colin]      3.9.0cvs71
783
784         * src/mainwindow.c
785                 Fix use-after-free (introduced in cvs61)
786
787 2013-02-16 [colin]      3.9.0cvs70
788
789         * src/main.c
790         * src/prefs_common.c
791         * src/prefs_common.h
792         * src/common/defs.h
793         * src/common/w32_account.c
794                 Add an hidden preference to set the Windows theme
795         * src/plugins/Makefile.am
796         * src/plugins/rssyl/Makefile.am
797         * src/plugins/rssyl/claws.def
798         * src/plugins/rssyl/date.c
799         * src/plugins/rssyl/date.h
800         * src/plugins/rssyl/feed.c
801         * src/plugins/rssyl/feed.h
802         * src/plugins/rssyl/feedprops.c
803         * src/plugins/rssyl/feedprops.h
804         * src/plugins/rssyl/opml.c
805         * src/plugins/rssyl/opml.h
806         * src/plugins/rssyl/parsers.c
807         * src/plugins/rssyl/parsers.h
808         * src/plugins/rssyl/placeholder.txt
809         * src/plugins/rssyl/plugin.c
810         * src/plugins/rssyl/plugin.def
811         * src/plugins/rssyl/rssyl.c
812         * src/plugins/rssyl/rssyl.h
813         * src/plugins/rssyl/rssyl_cb_gtk.c
814         * src/plugins/rssyl/rssyl_cb_gtk.h
815         * src/plugins/rssyl/rssyl_cb_menu.c
816         * src/plugins/rssyl/rssyl_cb_menu.h
817         * src/plugins/rssyl/rssyl_gtk.c
818         * src/plugins/rssyl/rssyl_gtk.h
819         * src/plugins/rssyl/rssyl_prefs.c
820         * src/plugins/rssyl/rssyl_prefs.h
821         * src/plugins/rssyl/strreplace.c
822         * src/plugins/rssyl/strreplace.h
823         * src/plugins/rssyl/version.rc
824                 Add RSSyl
825         * src/plugins/vcalendar/Makefile.am
826         * src/plugins/vcalendar/Makefile.in
827         * src/plugins/vcalendar/plugin.c
828         * src/plugins/vcalendar/libical/libical/icalversion.h
829                 Fix Curl flags :)
830
831 2013-02-14 [paul]       3.9.0cvs69
832
833         * po/id_ID.po
834                 "fix" plural forms
835
836 2013-02-14 [colin]      3.9.0cvs68
837
838         * po/POTFILES.in
839                 Add vcalendar files
840         * po/merge-po-from-plugin.sh
841                 Add helper script to merge external plugins translations
842         * po/bg.po
843         * po/ca.po
844         * po/cs.po
845         * po/de.po
846         * po/en_GB.po
847         * po/es.po
848         * po/fi.po
849         * po/fr.po
850         * po/hu.po
851         * po/id_ID.po
852         * po/it.po
853         * po/ja.po
854         * po/lt.po
855         * po/nl.po
856         * po/pl.po
857         * po/pt_BR.po
858         * po/pt_PT.po
859         * po/ru.po
860         * po/sk.po
861         * po/sr.po
862         * po/sv.po
863         * po/uk.po
864         * po/zh_CN.po
865         * po/zh_TW.po
866                 Merge translations from fancy and vcalendar
867
868 2013-02-14 [colin]      3.9.0cvs67
869
870         * configure.ac
871                 Fix perl detection
872
873 2013-02-14 [colin]      3.9.0cvs66
874
875         * src/plugins/vcalendar/claws.def
876         * src/plugins/vcalendar/plugin.def
877                 Add missing files
878         * src/plugins/vcalendar/libical/Makefile.in
879         * src/plugins/vcalendar/libical/design-data/Makefile.in
880         * src/plugins/vcalendar/libical/libical/Makefile.in
881         * src/plugins/vcalendar/libical/scripts/Makefile.in
882                 Remove extraneous files
883
884 2013-02-13 [colin]      3.9.0cvs65
885
886         * src/plugins/address_dup_finder/placeholder.txt
887         * src/plugins/synce/placeholder.txt
888                 Removed, deprecated plugins
889         * src/plugins/Makefile.am
890         * src/plugins/vcalendar/Makefile.am
891         * src/plugins/vcalendar/Makefile.in
892         * src/plugins/vcalendar/common-views.c
893         * src/plugins/vcalendar/common-views.h
894         * src/plugins/vcalendar/day-view.c
895         * src/plugins/vcalendar/icaltime_as_local.c
896         * src/plugins/vcalendar/icaltime_as_local.h
897         * src/plugins/vcalendar/month-view.c
898         * src/plugins/vcalendar/placeholder.txt
899         * src/plugins/vcalendar/plugin.c
900         * src/plugins/vcalendar/vcal_dbus.c
901         * src/plugins/vcalendar/vcal_dbus.h
902         * src/plugins/vcalendar/vcal_folder.c
903         * src/plugins/vcalendar/vcal_folder.h
904         * src/plugins/vcalendar/vcal_interface.h
905         * src/plugins/vcalendar/vcal_manager.c
906         * src/plugins/vcalendar/vcal_manager.h
907         * src/plugins/vcalendar/vcal_meeting_gtk.c
908         * src/plugins/vcalendar/vcal_meeting_gtk.h
909         * src/plugins/vcalendar/vcal_prefs.c
910         * src/plugins/vcalendar/vcal_prefs.h
911         * src/plugins/vcalendar/vcalendar.c
912         * src/plugins/vcalendar/vcalendar.h
913         * src/plugins/vcalendar/version.rc
914         * src/plugins/vcalendar/libical/.cvsignore
915         * src/plugins/vcalendar/libical/Makefile.am
916         * src/plugins/vcalendar/libical/Makefile.in
917         * src/plugins/vcalendar/libical/design-data/.cvsignore
918         * src/plugins/vcalendar/libical/design-data/Makefile.am
919         * src/plugins/vcalendar/libical/design-data/Makefile.in
920         * src/plugins/vcalendar/libical/design-data/parameters.csv
921         * src/plugins/vcalendar/libical/design-data/properties.csv
922         * src/plugins/vcalendar/libical/design-data/restrictions.csv
923         * src/plugins/vcalendar/libical/design-data/status.txt
924         * src/plugins/vcalendar/libical/design-data/value-types.csv
925         * src/plugins/vcalendar/libical/libical/.cvsignore
926         * src/plugins/vcalendar/libical/libical/Makefile.am
927         * src/plugins/vcalendar/libical/libical/Makefile.in
928         * src/plugins/vcalendar/libical/libical/icalattendee.c
929         * src/plugins/vcalendar/libical/libical/icalattendee.h
930         * src/plugins/vcalendar/libical/libical/icalcomponent.c
931         * src/plugins/vcalendar/libical/libical/icalcomponent.h
932         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
933         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
934         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
935         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
936         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
937         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
938         * src/plugins/vcalendar/libical/libical/icalduration.c
939         * src/plugins/vcalendar/libical/libical/icalduration.h
940         * src/plugins/vcalendar/libical/libical/icalenums.c
941         * src/plugins/vcalendar/libical/libical/icalenums.h
942         * src/plugins/vcalendar/libical/libical/icalerror.c
943         * src/plugins/vcalendar/libical/libical/icalerror.h
944         * src/plugins/vcalendar/libical/libical/icallangbind.c
945         * src/plugins/vcalendar/libical/libical/icallangbind.h
946         * src/plugins/vcalendar/libical/libical/icallexer.l
947         * src/plugins/vcalendar/libical/libical/icalmemory.c
948         * src/plugins/vcalendar/libical/libical/icalmemory.h
949         * src/plugins/vcalendar/libical/libical/icalmime.c
950         * src/plugins/vcalendar/libical/libical/icalmime.h
951         * src/plugins/vcalendar/libical/libical/icalparameter.c
952         * src/plugins/vcalendar/libical/libical/icalparameter.h
953         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
954         * src/plugins/vcalendar/libical/libical/icalparser.c
955         * src/plugins/vcalendar/libical/libical/icalparser.h
956         * src/plugins/vcalendar/libical/libical/icalperiod.c
957         * src/plugins/vcalendar/libical/libical/icalperiod.h
958         * src/plugins/vcalendar/libical/libical/icalproperty.c
959         * src/plugins/vcalendar/libical/libical/icalproperty.h
960         * src/plugins/vcalendar/libical/libical/icalrecur.c
961         * src/plugins/vcalendar/libical/libical/icalrecur.h
962         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
963         * src/plugins/vcalendar/libical/libical/icalrestriction.h
964         * src/plugins/vcalendar/libical/libical/icaltime.c
965         * src/plugins/vcalendar/libical/libical/icaltime.h
966         * src/plugins/vcalendar/libical/libical/icaltypes.c
967         * src/plugins/vcalendar/libical/libical/icaltypes.h
968         * src/plugins/vcalendar/libical/libical/icalvalue.c
969         * src/plugins/vcalendar/libical/libical/icalvalue.h
970         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
971         * src/plugins/vcalendar/libical/libical/icalversion.h
972         * src/plugins/vcalendar/libical/libical/icalversion.h.in
973         * src/plugins/vcalendar/libical/libical/icalyacc.output
974         * src/plugins/vcalendar/libical/libical/icalyacc.y
975         * src/plugins/vcalendar/libical/libical/pvl.c
976         * src/plugins/vcalendar/libical/libical/pvl.h
977         * src/plugins/vcalendar/libical/libical/sspm.c
978         * src/plugins/vcalendar/libical/libical/sspm.h
979         * src/plugins/vcalendar/libical/libical/vsnprintf.c
980         * src/plugins/vcalendar/libical/scripts/.cvsignore
981         * src/plugins/vcalendar/libical/scripts/Makefile.am
982         * src/plugins/vcalendar/libical/scripts/Makefile.in
983         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
984         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
985         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
986         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
987         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
988         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
989         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
990         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
991                 Add vcalendar.
992
993 2013-02-13 [colin]      3.9.0cvs64
994
995         * src/plugins/acpi_notifier/placeholder.txt
996         * src/plugins/address_dup_finder/placeholder.txt
997         * src/plugins/address_keeper/placeholder.txt
998         * src/plugins/archive/placeholder.txt
999         * src/plugins/att_remover/placeholder.txt
1000         * src/plugins/attachwarner/placeholder.txt
1001         * src/plugins/bsfilter/placeholder.txt
1002         * src/plugins/clamd/placeholder.txt
1003         * src/plugins/fetchinfo/placeholder.txt
1004         * src/plugins/gdata/placeholder.txt
1005         * src/plugins/geolocation/placeholder.txt
1006         * src/plugins/gtkhtml2_viewer/placeholder.txt
1007         * src/plugins/mailmbox/placeholder.txt
1008         * src/plugins/newmail/placeholder.txt
1009         * src/plugins/notification/placeholder.txt
1010         * src/plugins/pdf_viewer/placeholder.txt
1011         * src/plugins/perl/placeholder.txt
1012         * src/plugins/python/placeholder.txt
1013         * src/plugins/rssyl/placeholder.txt
1014         * src/plugins/spam_report/placeholder.txt
1015         * src/plugins/synce/placeholder.txt
1016         * src/plugins/tnef_parse/placeholder.txt
1017         * src/plugins/vcalendar/placeholder.txt
1018                 Add temporary placeholders for ex-extra-plugins to be
1019                 integrated.
1020
1021 2013-02-13 [paul]       3.9.0cvs63
1022
1023         * src/plugins/fancy/Makefile.am
1024                 no need for EXTRA_DIST
1025
1026 2013-02-13 [paul]       3.9.0cvs62
1027
1028         * configure.ac
1029         * po/POTFILES.in
1030         * src/plugins/Makefile.am
1031         * src/plugins/fancy/Makefile.am
1032         * src/plugins/fancy/fancy_prefs.c
1033         * src/plugins/fancy/fancy_prefs.h
1034         * src/plugins/fancy/fancy_viewer.c
1035         * src/plugins/fancy/fancy_viewer.h
1036                 move the Fancy plugin into core
1037
1038 2013-02-11 [paul]       3.9.0cvs61
1039
1040         * src/mainwindow.c
1041                 use the Delete key to remove colour label accels (same as everywhere else).
1042                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1043
1044 2013-01-26 [mir]        3.9.0cvs60
1045
1046         * tools/vcard2xml.py
1047         Fixes bugs:
1048             1) Lines split over more than one line breaks parser
1049             2) Get email addres correct. Not only email;internet
1050         Improvements:
1051             1) Basic handling of vcard 3.0
1052
1053
1054 2013-01-23 [colin]      3.9.0cvs59
1055
1056         * src/action.c
1057         * src/common/utils.c
1058                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1059
1060 2013-01-23 [colin]      3.9.0cvs58
1061
1062         * src/imap.c
1063                 Fix bug #2863, "Applying has_attachment quicksearch
1064                 on IMAP segfaults".
1065
1066 2013-01-21 [paul]       3.9.0cvs57
1067
1068         * src/codeconv.h
1069         * src/procmime.c
1070                 fix bug 2862, 'Segmentation fault when replying to a
1071                 message where the "code conversion" fails'. add support
1072                 for X-VIET-VPS encoding
1073
1074 2013-01-21 [paul]       3.9.0cvs56
1075
1076         * src/common/defs.h
1077         * src/gtk/about.c
1078                 promote the users' ml on the About/Info tab
1079
1080 2013-01-09 [paul]       3.9.0cvs55
1081
1082         * doc/man/claws-mail.1
1083         * src/gtk/about.c
1084                 update copyright year
1085
1086 2013-01-09 [paul]       3.9.0cvs54
1087
1088         * src/gtk/gtkaspell.c
1089                 fix sensitivity of 'Use both dictionaries' in compose window
1090
1091 2013-01-09 [mir]        3.9.0cvs53
1092
1093         * tools/vcard2xml.py
1094             Fix missing file encoding info.
1095             See -> http://www.python.org/dev/peps/pep-0263/
1096
1097
1098 2013-01-08 [mones]      3.9.0cvs52
1099
1100         * claws-mail.desktop
1101                 Added Swedish translation by Andreas Rönnquist
1102
1103 2012-12-20 [colin]      3.9.0cvs51
1104
1105         * src/action.c
1106                 Fix crash on action error;
1107                 Fix trimming of leading spaces in actions
1108
1109 2012-12-19 [colin]      3.9.0cvs50
1110
1111         * src/editldap.c
1112         * src/ldapctrl.c
1113         * src/ldapserver.c
1114                 Make LDAP over SSL work on Win32 - but not TLS,
1115                 unfortunately. Also, it requires the certificate
1116                 to be trusted.
1117
1118 2012-12-16 [colin]      3.9.0cvs49
1119
1120         * src/messageview.c
1121                 Add missing \n at end of the return receipt last part's headers.
1122
1123 2012-12-15 [paul]       3.9.0cvs48
1124
1125         * src/addrselect.c
1126                 fix bug 2832, 'mail to from adress-book splitt names'
1127
1128 2012-12-12 [colin]      3.9.0cvs47
1129
1130         * src/action.c
1131                 Port to g_spawn API and make actions work better on Win32
1132         * src/mainwindow.c
1133                 Indentation
1134
1135 2012-12-12 [ticho]      3.9.0cvs46
1136
1137         * src/compose.c
1138                 Move focus to body textview when subject entry is activated
1139                 (Enter key pressed) in compose window.
1140
1141 2012-12-10 [mones]      3.9.0cvs45
1142
1143         * src/addr_compl.c
1144                 Fix bug #2835 (core part) to allow NULL names which
1145                 have an address
1146
1147 2012-12-07 [colin]      3.9.0cvs44
1148
1149         * src/news.c
1150                 Try to fix strange crash in nntp_ping/session_destroy...
1151
1152 2012-12-06 [mones]      3.9.0cvs43
1153
1154         * tools/README
1155         * tools/gif2xface.pl
1156         * tools/outlook2claws-mail.pl
1157                 Fix address not working since years ago
1158
1159 2012-12-05 [mones]      3.9.0cvs42
1160
1161         * src/prefs_gtk.c
1162                 Do not set to NULL string preferences which have "" as
1163                 default value
1164
1165 2012-12-05 [colin]      3.9.0cvs41
1166
1167         * src/common/ssl.c
1168                 Nullify xcred pointer like the other ones
1169
1170 2012-12-03 [wwp]        3.9.0cvs40
1171
1172         * src/summaryview.c
1173         * src/mainwindow.c
1174         Avoid any possible confusion: 0 is not a neutral value when passed
1175         to main_window_get_mask() - use -1 instead, even in those cases we
1176         don't care.
1177
1178 2012-12-03 [wwp]        3.9.0cvs39
1179
1180         * src/toolbar.c
1181         Fix sensitivity of next-unread toolbar button.
1182
1183 2012-12-03 [colin]      3.9.0cvs38
1184
1185         * src/common/utils.c
1186                 Fix following relative symlinks
1187
1188 2012-12-02 [colin]      3.9.0cvs37
1189
1190         * src/main.c
1191                 Of course you can't, Windows. Of course...
1192
1193 2012-12-02 [colin]      3.9.0cvs36
1194
1195         * src/main.c
1196                 Move control sockets inside their own directory,
1197                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1198                 - cleaner separation of sockets and config dirs in
1199                   case of alternate config directories
1200                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1201                   exists as a socket, use it to control the running entity
1202                 - backwards migration is handled: starting an old Claws Mail
1203                   version will bail out as creating the legacy socket won't
1204                   be possible.
1205                 - migration for alternate-config-dirs is not handled, which
1206                   could be mentioned in release notes.
1207                 Fixes bug #2828, "Use MD5 digest for socket name"
1208
1209 2012-12-01 [colin]      3.9.0cvs35
1210
1211         * src/common/utils.c
1212                 As usual, Windows is a little bit different
1213                 (you have to love it the same as the normal OSes...)
1214
1215 2012-12-01 [colin]      3.9.0cvs34
1216
1217         * src/common/utils.c
1218         * src/common/utils.h
1219                 Add a canonicalizer function and use it to
1220                 canonicalize rc_dir.
1221
1222 2012-11-30 [mones]      3.9.0cvs33
1223
1224         * src/common/plugin.c
1225                 Fixes #1137 completely, saving path-less plugins as is
1226                 in config. With this patch user can edit plugin list on
1227                 clawsrc and remove absolute paths from shared plugins,
1228                 leaving only the "pluginname.so". Those will be tried to
1229                 load from plugin dir of the loading core. Notice that
1230                 those will also fail to load on older versions, and will
1231                 probably be removed from your config without warning by
1232                 the older version.
1233
1234 2012-11-30 [wwp]        3.9.0cvs32
1235
1236         * src/mainwindow.c
1237         * src/mainwindow.h
1238         * src/summaryview.c
1239         * src/toolbar.c
1240         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1241         also fix list loop initializers.
1242
1243 2012-11-30 [wwp]        3.9.0cvs31
1244
1245         * src/mainwindow.c
1246         * src/mainwindow.h
1247         * src/procmsg.c
1248         * src/send_message.c
1249         * src/send_message.h
1250         * src/toolbar.c
1251         * src/toolbar.h
1252         Add Message/Cancel sending (same as --cancel-sending), adds the
1253         relevant toolbar icon, and an extra cancel sending+receiving icon
1254         for convenience.
1255
1256 2012-11-29 [colin]      3.9.0cvs30
1257
1258         * src/mainwindow.c
1259                 Fix mask on a few menu items (thanks Ricardo!)
1260
1261 2012-11-28 [wwp]        3.9.0cvs29
1262
1263         * src/mainwindow.c
1264         * src/mainwindow.h
1265         * src/summaryview.c
1266         * src/toolbar.c
1267         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1268         Complete toolbar_init(), which was missing few inits.
1269
1270 2012-11-28 [colin]      3.9.0cvs28
1271
1272         * src/mainwindow.c
1273         * src/news.c
1274         * src/news.h
1275         * src/etpan/nntp-thread.c
1276                 Disconnect NNTP accounts too when switching offline
1277
1278 2012-11-28 [colin]      3.9.0cvs27
1279
1280         * src/imap.c
1281         * src/news.c
1282         * src/common/session.c
1283         * src/common/session.h
1284                 Add keep-alive pings on IMAP and NNTP
1285
1286 2012-11-28 [colin]      3.9.0cvs26
1287
1288         * src/imap.c
1289         * src/etpan/imap-thread.c
1290         * src/etpan/imap-thread.h
1291                 Try locale's charset and UTF-7 on server-side
1292                 searches when UTF-8 fails. Also, don't even
1293                 mention a charset if searching for an ASCII
1294                 string.
1295
1296 2012-11-27 [colin]      3.9.0cvs25
1297
1298         * src/main.c
1299                 Unbreak the build.
1300
1301 2012-11-27 [colin]      3.9.0cvs24
1302
1303         * src/common/ssl.c
1304                 Fix bug #2826, "replace deprecated gnutls function"
1305                 Patch by Christian Hesse
1306
1307 2012-11-27 [colin]      3.9.0cvs23
1308
1309         * src/gtk/manage_window.c
1310                 Stop spamming logs with focus events.
1311
1312 2012-11-27 [colin]      3.9.0cvs22
1313
1314         * src/mainwindow.c
1315         * src/prefs_common.c
1316         * src/prefs_common.h
1317                 Unsneak a work-in-progress patch that I mistakengly
1318                 commited with a cleanup
1319
1320 2012-11-27 [wwp]        3.9.0cvs21
1321
1322         * doc/man/claws-mail.1
1323         * src/main.c
1324         * src/send_message.c
1325         * src/send_message.h
1326                 Add --cancel-sending command-line switch.
1327
1328 2012-11-23 [colin]      3.9.0cvs20
1329
1330         * src/jpilot.c
1331         * src/main.c
1332         * src/mainwindow.c
1333         * src/matcher.c
1334         * src/prefs_common.c
1335         * src/prefs_common.h
1336         * src/procmsg.c
1337         * src/common/socket.c
1338         * src/common/socket.h
1339         * src/common/ssl.c
1340         * src/common/ssl_certificate.c
1341         * src/common/ssl_certificate.h
1342         * src/etpan/imap-thread.c
1343         * src/etpan/nntp-thread.c
1344                 Cleanup some warnings and deprecated types. Patch by
1345                 Christian Hesse, fixing bug #2617. Thanks!
1346
1347 2012-11-23 [colin]      3.9.0cvs19
1348
1349         * AUTHORS
1350         * src/gtk/authors.h
1351                 Add Christian Hesse which was forgotten for some reason
1352
1353 2012-11-21 [colin]      3.9.0cvs18
1354
1355         * src/etpan/imap-thread.c
1356                 Don't set charset on simple searches. Fixes Exchange 2007.
1357
1358 2012-11-20 [colin]      3.9.0cvs17
1359
1360         * src/prefs_matcher.c
1361                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1362
1363 2012-11-20 [ticho]      3.9.0cvs16
1364
1365         * src/gtk/prefswindow.c
1366                 Actually allow folder preference pages which are in top level of
1367                 page index UI to be selected.
1368
1369 2012-11-20 [ticho]      3.9.0cvs15
1370
1371         * src/prefs_folder_item.c
1372                 Remove useless "Folder" root in page index of folder preferences UI.
1373
1374 2012-11-18 [colin]      3.9.0cvs14
1375
1376         * AUTHORS
1377         * src/advsearch.c
1378         * src/matcher.c
1379         * src/matcher.h
1380         * src/matcher_parser_parse.y
1381         * src/prefs_matcher.c
1382         * src/gtk/authors.h
1383         * src/gtk/quicksearch.c
1384                 Add age_{greater,lower}_hours matcher criteria
1385                 Initial patch by Abhay S. Kushwaha.
1386
1387 2012-11-18 [ticho]      3.9.0cvs13
1388
1389         * src/mbox.c
1390                 Improve i18n plural handling in a string used while
1391                 importing from mbox.
1392
1393 2012-11-16 [ticho]      3.9.0cvs12
1394
1395         * po/bg.po
1396         * po/ca.po
1397         * po/cs.po
1398         * po/de.po
1399         * po/en_GB.po
1400         * po/es.po
1401         * po/fi.po
1402         * po/fr.po
1403         * po/he.po
1404         * po/hu.po
1405         * po/id_ID.po
1406         * po/it.po
1407         * po/ja.po
1408         * po/lt.po
1409         * po/nl.po
1410         * po/pl.po
1411         * po/pt_BR.po
1412         * po/pt_PT.po
1413         * po/ru.po
1414         * po/sk.po
1415         * po/sr.po
1416         * po/sv.po
1417         * po/uk.po
1418         * po/zh_CN.po
1419         * po/zh_TW.po
1420         * po/Makevars
1421                 Update message catalogs to match changes in 3.9.0cvs11.
1422
1423 2012-11-16 [ticho]      3.9.0cvs11
1424
1425         * src/account.c
1426         * src/addrcustomattr.c
1427         * src/edittags.c
1428         * src/prefs_filtering.c
1429         * src/prefs_matcher.c
1430         * src/prefs_msg_colors.c
1431         * src/toolbar.c
1432         * src/uri_opener.c
1433         * src/wizard.c
1434         * src/common/utils.c
1435         * src/gtk/about.c
1436                 Use pgettext() and friends for i18n context strings, instead of
1437                 having a pipe character in msgid for context separation. This uses
1438                 glib's C_ macro, instead of Q_.
1439
1440 2012-11-16 [colin]      3.9.0cvs10
1441
1442         * src/foldersel.c
1443         * src/prefs_actions.c
1444         * src/prefs_filtering_action.c
1445         * src/prefs_matcher.c
1446         * src/quote_fmt.c
1447         * src/gtk/description_window.c
1448         * src/gtk/description_window.h
1449         * src/gtk/inputdialog.c
1450         * src/gtk/manage_window.c
1451         * src/gtk/quicksearch.c
1452                 Try to better fix focus problems. Should address:
1453                 Bug #2774
1454                 Bug #2624
1455                 Bug #1963
1456                 Bug #2780
1457                 Please check using your favorite WM that the following works:
1458                 Information button (Quicksearch, Templates, 'Test' filtering 
1459                 condition)
1460                 Folder selection (Move/Copy contextual menu,
1461                 various preferences, including 'New folder').
1462                 Tested with XFCE, Gnome Shell and Windows.
1463                 
1464
1465 2012-11-16 [colin]      3.9.0cvs9
1466
1467         * src/advsearch.c
1468                 Init is_fast too
1469
1470 2012-11-16 [colin]      3.9.0cvs8
1471
1472         * src/advsearch.c
1473                 Fix missing initialisation of bool_and which could
1474                 lead to From/To/Subject/Tag searches searching with
1475                 binary and.
1476                 Also clean up tag expansion. No need to create a
1477                 matcher string and re-parse it.
1478
1479 2012-11-16 [paul]       3.9.0cvs7
1480
1481         * po/de.po
1482                 fix by Thomas Bellmann
1483
1484 2012-11-15 [colin]      3.9.0cvs6
1485
1486         * src/summaryview.c
1487                 Fix bug #2785, "Marking mails for deletion reopens internal 
1488                 message view"
1489
1490 2012-11-15 [colin]      3.9.0cvs5
1491
1492         * src/main.c
1493         * src/statusbar.c
1494         * src/gtk/gtkcmclist.c
1495         * src/gtk/gtkcmclist.h
1496                 a few more GTK+3 fixes. Segfaults on me, though.
1497
1498 2012-11-15 [colin]      3.9.0cvs4
1499
1500         * src/Makefile.am
1501         * src/action.c
1502         * src/addr_compl.c
1503         * src/addressbook.c
1504         * src/addrgather.c
1505         * src/compose.c
1506         * src/editaddress.c
1507         * src/editgroup.c
1508         * src/main.c
1509         * src/mainwindow.c
1510         * src/message_search.c
1511         * src/prefs_display_header.c
1512         * src/prefs_filtering_action.c
1513         * src/prefs_matcher.c
1514         * src/prefs_other.c
1515         * src/prefs_toolbar.c
1516         * src/printing.c
1517         * src/stock_pixmap.c
1518         * src/summary_search.c
1519         * src/summaryview.c
1520         * src/textview.c
1521         * src/gtk/Makefile.am
1522         * src/gtk/colorlabel.c
1523         * src/gtk/combobox.c
1524         * src/gtk/combobox.h
1525         * src/gtk/gtkcmclist.c
1526         * src/gtk/gtkcmclist.h
1527         * src/gtk/gtkcmctree.c
1528         * src/gtk/gtksctree.c
1529         * src/gtk/gtkshruler.c
1530         * src/gtk/gtkutils.c
1531         * src/gtk/gtkutils.h
1532         * src/gtk/inputdialog.c
1533         * src/gtk/quicksearch.c
1534         * src/plugins/pgpcore/Makefile.am
1535         * src/plugins/pgpinline/Makefile.am
1536         * src/plugins/pgpmime/Makefile.am
1537         * src/plugins/smime/Makefile.am
1538                 Big GTK+3 patch from Hanno Meyer-Thurow
1539
1540 2012-11-15 [wwp]        3.9.0cvs3
1541
1542         * doc/man/claws-mail.1
1543         * src/main.c
1544                 Add --cancel-receiving command-line switch.
1545
1546 2012-11-15 [wwp]        3.9.0cvs2
1547
1548         * src/ssl_manager.c
1549         * src/gtk/sslcertwindow.c
1550                 Fix Capitalization.
1551
1552 2012-11-15 [paul]       3.9.0cvs1
1553
1554         * po/cs.po
1555         * po/fi.po
1556         * po/sk.po
1557                 updates from David Vachulka, Flammie Pirinen, and
1558                 Slavko
1559
1560 2012-11-14 [paul]       3.9.0
1561         * NEWS
1562         * README
1563         * RELEASE_NOTES 
1564                 3.9.0 unleashed!
1565
1566 2012-11-14 [paul]       3.8.1cvs123
1567
1568         * po/de.po
1569         * po/es.po
1570         * po/fi.po
1571         * po/fr.po
1572         * po/hu.po
1573         * po/pt_BR.po
1574         * po/sv.po
1575         * po/uk.po
1576         * po/zh_TW.po
1577                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1578                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1579                 YUP, Wei-Lun Chao
1580
1581 2012-11-14 [paul]       3.8.1cvs122
1582
1583         * tools/README
1584         * tools/fix_date.sh
1585                 improvements by wwp
1586
1587 2012-11-14 [colin]      3.8.1cvs121
1588
1589         * src/action.c
1590                 And fix warning with breaking functionality
1591
1592 2012-11-14 [paul]       3.8.1cvs120
1593
1594         * src/action.c
1595                 revert this change from 3.8.1cvs60, it breaks
1596                 actions with a pipe
1597
1598 2012-11-14 [colin]      3.8.1cvs119
1599
1600         * src/common/plugin.c
1601                 If plugin fails to load from absolute path, try from
1602                 default plugin path. 
1603                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1604                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1605                 results in wrong paths in clawsrc'
1606
1607 2012-11-12 [colin]      3.8.1cvs118
1608
1609         * src/messageview.c
1610                 Fix initial focus on textview. Fixes bug #2776,
1611                 "Make all menu shortcuts work properly in the message window"
1612
1613 2012-11-09 [colin]      3.8.1cvs117
1614
1615         * src/etpan/imap-thread.c
1616                 Specify search charset. Thanks to Aleksei Miheev
1617
1618 2012-11-08 [colin]      3.8.1cvs116
1619
1620         * src/common/socket.c
1621         * src/gtk/gtkutils.c
1622                 Fix socket communication
1623
1624 2012-11-08 [colin]      3.8.1cvs115
1625
1626         * src/plugins/pgpcore/sgpgme.c
1627                 Fix Windows runtime crash
1628
1629 2012-11-08 [colin]      3.8.1cvs114
1630
1631         * src/gtk/quicksearch.c
1632                 Fix going active with NULL matchstring (for example
1633                 when changing type before typing anything)
1634
1635 2012-11-07 [colin]      3.8.1cvs113
1636
1637         * src/mbox.c
1638                 Fix Windows build
1639
1640 2012-11-06 [mones]      3.8.1cvs112
1641
1642         * doc/man/claws-mail.1
1643                 Sync with AUTHORS file
1644         * src/gtk/quicksearch.c
1645                 Add number units where appropriate
1646
1647 2012-10-31 [paul]       3.8.1cvs111
1648
1649         * src/prefs_folder_item.c
1650                 add missing closing bracket. thanks to Andreas Rönnquist.
1651
1652 2012-10-31 [colin]      3.8.1cvs110
1653
1654         * src/prefs_folder_item.c
1655                 Fix prefs text and extra semi-colon. Thanks to Paul!
1656
1657 2012-10-31 [colin]      3.8.1cvs109
1658
1659         * src/folder_item_prefs.c
1660         * src/folder_item_prefs.h
1661         * src/messageview.c
1662         * src/prefs_folder_item.c
1663                 Implement feature from bug #2569, 
1664                 "select html part on folder specific properties"
1665                 Patch based on Andrej's patch.
1666
1667 2012-10-29 [wwp]        3.8.1cvs108
1668
1669         * src/textview.c
1670         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1671         broken URL parsing.
1672
1673 2012-10-25 [colin]      3.8.1cvs107
1674
1675         * src/textview.c
1676                 Verify the previous URI wasn't the same...
1677                 fixes http://www. URIs.
1678
1679 2012-10-25 [colin]      3.8.1cvs106
1680
1681         * src/common/utils.c
1682         * src/common/utils.h
1683         * src/textview.c
1684                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1685                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1686                 from 30% to 15%. Patch by Igor Mammedov
1687
1688 2012-10-25 [colin]      3.8.1cvs105
1689
1690         * src/textview.c
1691                 Do not allow search cost to explode in case of bad message
1692                 parsing in textview_make_clickable_parts_later(); reduces
1693                 cost of textview_make_clickable_parts_later() from 99% to
1694                 17% for big bad-case message. Patch by Igor Mammedov
1695
1696 2012-10-25 [colin]      3.8.1cvs104
1697
1698         * src/textview.c
1699         * src/textview.h
1700                 Avoid strlen() on big buffers, use precomputed length instead
1701                 it reduces cost of textview_write_line() from 32% to 3% for
1702                 big messages. Patch by Igor Mammedov
1703         * AUTHORS
1704         * src/gtk/authors.h
1705                 Add Igor
1706
1707 2012-10-24 [mones]      3.8.1cvs103
1708
1709         * src/advsearch.c
1710                 Trust on IMAP core on-line/off-line management
1711                 Patch by Sean Buckheister
1712
1713 2012-10-19 [paul]       3.8.1cvs102
1714
1715         * AUTHORS
1716         * src/crash.c
1717         * src/gtk/authors.h
1718                 fix bug 2760, 'display correct libc version in crash dialog 
1719                 when uclibc is used'.
1720                 fixes build with uclibc. patch by Natanael Copa.
1721
1722 2012-10-18 [mones]      3.8.1cvs101
1723
1724         * claws-mail.desktop
1725                 Fix bug #2761 and remove invalid GTK main category
1726
1727 2012-10-17 [colin]      3.8.1cvs100
1728
1729         * src/common/ssl_certificate.c
1730                 Fix bug #2759, "Error messages regarding bad
1731                 client certificates are less than helpful"
1732                 Based on patch by bug reporter.
1733
1734 2012-10-13 [paul]       3.8.1cvs99
1735
1736         * src/common/ssl_certificate.c
1737                 fix build with gnutls 3.1.3
1738                 Patch by Sean Buckheister.
1739
1740 2012-10-12 [mones]      3.8.1cvs98
1741
1742         * src/compose.c
1743         * src/grouplistdialog.c
1744         * src/imap.c
1745         * src/news_gtk.c
1746         * src/procmime.c
1747         * src/procmsg.c
1748         * src/common/utils.c
1749         * src/common/utils.h
1750         * src/etpan/imap-thread.c
1751                 New slist_free_strings_full wrapper for g_slist_free_full
1752                 and simplify calls where it was being used
1753
1754 2012-10-12 [colin]      3.8.1cvs97
1755
1756         * src/common/defs.h
1757                 Drop include of internal glib header
1758                 Patch by Werner Koch
1759
1760 2012-10-12 [colin]      3.8.1cvs96
1761
1762         * src/gtk/gtkcmctree.c
1763         * src/gtk/gtksctree.c
1764                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1765                 mouse". Patch mostly by Tom Horsley
1766
1767 2012-10-12 [iwkse]      3.8.1cvs95
1768
1769         * src/common/utils.c
1770                         g_free *mutex
1771
1772 2012-10-12 [mones]      3.8.1cvs94
1773
1774         * src/common/utils.c
1775                 Remove undeclared mutex symbol
1776
1777 2012-10-12 [colin]      3.8.1cvs93
1778
1779         * src/compose.c
1780         * src/prefs_account.c
1781         * src/common/utils.c
1782         * src/common/utils.h
1783                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1784                 Thanks to Salvatore de Paolis
1785
1786 2012-10-10 [colin]      3.8.1cvs92
1787
1788         * src/folder.c
1789                 Fix bug #2744, "Quick search throws bad command 
1790                 argument error on Microsoft Exchange". Fall back
1791                 to local search if folder-specific search fails.
1792         * src/gtk/quicksearch.c
1793                 Typo fix.
1794
1795 2012-10-10 [colin]      3.8.1cvs91
1796
1797         * src/procmsg.h
1798                 Make what the tags list contain more clear
1799
1800 2012-10-10 [colin]      3.8.1cvs90
1801
1802         * src/inc.c
1803         * src/mbox.c
1804         * src/common/smtp.c
1805         * src/common/smtp.h
1806                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1807                 Patch by "madroach"
1808
1809 2012-10-10 [colin]      3.8.1cvs89
1810
1811         * autogen.sh
1812                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1813
1814 2012-10-10 [colin]      3.8.1cvs88
1815
1816         * src/compose.c
1817                 Leak fix (thanks Ricardo!)
1818
1819 2012-10-10 [colin]      3.8.1cvs87
1820
1821         * src/common/utils.c
1822                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1823                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1824                 fixes by Michael Rasmussen and myself.
1825                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1826                 semantics are different from slist_free_strings() in that
1827                 slist_free_strings does not free the list itself.
1828
1829 2012-10-09 [mones]      3.8.1cvs86
1830
1831         * doc/man/claws-mail.1
1832         * src/compose.c
1833         * src/common/utils.c
1834                 New extra headers feature for adding user-defined
1835                 extra headers to the combobox in the compose window
1836                 Headers are stablished in 'extraheaderrc', one per
1837                 line with a final colon
1838
1839 2012-10-06 [mones]      3.8.1cvs85
1840
1841         * po/POTFILES.in
1842                 Added src/gtk/menu.c
1843         * src/common/defs.h
1844         * src/gtk/menu.c
1845         * src/gtk/menu.h
1846                 New function cm_menu_item_new_label_from_url to
1847                 avoid crashing on huge URL strings and warn user
1848                 about the possible causes
1849         * src/mainwindow.c
1850                 Use it to create List menu items safely
1851
1852 2012-10-04 [colin]      3.8.1cvs84
1853
1854         * src/imap.c
1855                 Fix keywords with spaces
1856
1857 2012-10-04 [colin]      3.8.1cvs83
1858
1859         * src/advsearch.c
1860                 Fix double-tag search. Maybe fixes bug #2744,
1861                 'Quick search throws bad command argument 
1862                 error since recent change'. Patch by Sean.
1863
1864 2012-10-03 [mones]      3.8.1cvs82
1865
1866         * src/procmime.c
1867                 Fix bug #2743 'null pointer crash in procmime strchr'
1868                 Patch by Michael Schwendt (from RedHat bug 862578) 
1869
1870 2012-09-28 [colin]      3.8.1cvs81
1871
1872         * src/advsearch.c
1873                 Never search on server if we're offline
1874                 (Asking the user would and will be better)
1875         * src/imap.c
1876                 Fix uninitialized variable (bogus) warning
1877                 Fix SELECT of the folder before searching
1878
1879 2012-09-27 [colin]      3.8.1cvs80
1880
1881         * src/advsearch.c
1882         * src/imap.c
1883         * src/etpan/imap-thread.c
1884         * src/etpan/imap-thread.h
1885                 Implement IMAP server search. Patch by
1886                 Sean Buckheister again.
1887
1888 2012-09-26 [colin]      3.8.1cvs79
1889
1890         * src/main.c
1891         * src/matcher.c
1892         * src/matcher.h
1893                 Prepare the context strings, their translation take
1894                 CPU time. Shaves 6 seconds out of 17 on my reference
1895                 folder body search.
1896         * src/summary_search.c
1897                 Fix a warning
1898
1899 2012-09-26 [colin]      3.8.1cvs78
1900
1901         * src/matcher.c
1902         * src/procmime.c
1903         * src/procmime.h
1904                 Unlock I/O in procmime, give a way
1905                 for matcher to avoid having to
1906                 read/write tmp/rewind/read tmp for
1907                 body matches.
1908
1909 2012-09-26 [colin]      3.8.1cvs77
1910
1911         * src/summary_search.c
1912                 Fix unresponsive stop button
1913         * src/gtk/quicksearch.c
1914                 Fix busy cursor
1915
1916 2012-09-26 [colin]      3.8.1cvs76
1917
1918         * src/summary_search.c
1919         * src/summaryview.c
1920         * src/summaryview.h
1921         * src/gtk/quicksearch.c
1922                 Factorize search code in summary_search and
1923                 add a progress indicator as that slows down
1924                 the first result in case of body search.
1925
1926 2012-09-26 [colin]      3.8.1cvs75
1927
1928         * src/folder.c
1929                 Fix body search triggering GUI updates
1930                 for every message when it gets MSG_SCANNED
1931                 set.
1932
1933 2012-09-26 [colin]      3.8.1cvs74
1934
1935         * src/folder.c
1936         * src/folder.h
1937         * src/imap.c
1938         * src/procmsg.c
1939         * src/procmsg.h
1940         * src/summaryview.c
1941                 Factorize msg list to num list code;
1942                 Make search faster using cache instead
1943                 of network I/O
1944
1945 2012-09-25 [mones]      3.8.1cvs73
1946
1947         * src/gtk/quicksearch.c
1948                 Fix new expressions not being added to quicksearch
1949                 history in extended mode; patch by Sean Buckheister
1950
1951 2012-09-22 [mir]        3.8.1cvs72
1952
1953         * src/advsearch.c
1954                 Fix for not searching in folders marked 'no_select'
1955                 patch provided by Colin.
1956
1957 2012-09-22 [mones]      3.8.1cvs71
1958
1959         * src/advsearch.c
1960                 Add missing copyright header
1961
1962 2012-09-21 [colin]      3.8.1cvs70
1963
1964         * src/folder.c
1965                 Fix warning where msgcount was used
1966                 uninitialized in case the search was
1967                 to be performed on a message list subset.
1968
1969 2012-09-21 [colin]      3.8.1cvs69
1970
1971         * src/gtk/quicksearch.c
1972                 Fix error background not appearing
1973
1974 2012-09-21 [colin]      3.8.1cvs68
1975
1976         * src/Makefile.am
1977         * src/advsearch.c ** ADDED **
1978         * src/advsearch.h ** ADDED **
1979         * src/folder.c
1980         * src/folder.h
1981         * src/folderview.c
1982         * src/imap.c
1983         * src/main.c
1984         * src/matcher.c
1985         * src/matcher.h
1986         * src/matchertypes.h ** ADDED **
1987         * src/mh.c
1988         * src/mimeview.c
1989         * src/news.c
1990         * src/proctypes.h
1991         * src/summary_search.c
1992         * src/summaryview.c
1993         * src/summaryview.h
1994         * src/gtk/quicksearch.c
1995         * src/gtk/quicksearch.h
1996                 Separated GUI and logic for search
1997                 Use same logic for quicksearch and folder search
1998                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1999
2000 2012-09-19 [mones]      3.8.1cvs67
2001
2002         * src/mainwindow.c
2003                 Remove spurious parameter from get_url_part and
2004                 fix potential buffer overflow
2005
2006 2012-09-19 [colin]      3.8.1cvs66
2007
2008         * src/addressbook.c
2009         * src/addrselect.c
2010                 Un-mix mixed enum comparison which happened
2011                 to work because multiple enums define the same
2012                 values.
2013
2014 2012-09-19 [colin]      3.8.1cvs65
2015
2016         * src/addrindex.c
2017         * src/editaddress.c
2018         * src/editldap.c
2019         * src/exporthtml.c
2020         * src/jpilot.c
2021         * src/procmime.c
2022         * src/plugins/bogofilter/bogofilter_gtk.c
2023         * src/plugins/pgpcore/prefs_gpg.c
2024         * src/plugins/smime/smime.c
2025         * src/plugins/spamassassin/spamassassin_gtk.c
2026                 More warning fixes, casts, useless variables and
2027                 unchecked return values
2028
2029 2012-09-19 [colin]      3.8.1cvs64
2030
2031         * src/mainwindow.c
2032                 Check possible overflow
2033         * src/prefs_account.c
2034         * src/prefs_compose_writing.c
2035         * src/prefs_logging.c
2036         * src/prefs_message.c
2037         * src/prefs_msg_colors.c
2038         * src/prefs_other.c
2039         * src/prefs_receive.c
2040         * src/prefs_summaries.c
2041         * src/prefs_wrapping.c
2042                 fix GtkAdjustment casts
2043         * src/common/ssl.c
2044                 fix warnings
2045         * src/gtk/gtkaspell.c
2046                 fix warnings
2047
2048 2012-09-19 [mones]      3.8.1cvs63
2049
2050         * src/addritem.c
2051                 Fix leak and follow function specification
2052
2053 2012-09-19 [mones]      3.8.1cvs62
2054
2055         * src/action.c
2056                 Use unused var c to check result and emit messages on error
2057         * src/addrbook.c
2058                 Remove unused vars: attr (several functions), element
2059         * src/addrclip.c
2060                 Use unused var newGroup to check result
2061         * src/addrcustomattr.c
2062                 Remove unused var summaryview and related code
2063         * src/addressbook.c
2064                 Use unused vars nn, newNode, idleID to check result
2065                 Remove unused var aoType and refactor logic around it
2066                 Comment var enabled and related debug code
2067         * src/msgcache.c
2068                 Use unused var error to check result and emit debug messages
2069         * src/textview.c
2070                 Remove unused var link_color
2071         * src/toolbar.c
2072                 Remove unused vars: attr, retVal
2073
2074 2012-09-19 [colin]      3.8.1cvs61
2075
2076         * src/imap.c
2077         * src/inc.c
2078         * src/news.c
2079         * src/send_message.c
2080         * src/common/socket.c
2081                 More precise error logging
2082
2083 2012-09-16 [mones]      3.8.1cvs60
2084
2085         * src/action.c                                                          
2086                 Removed dup calls with ignored result
2087         * src/addr_compl.c                                                    
2088                 Removed unused var is_group and simplified logic around it      
2089         * src/addrharvest.c                                                  
2090         * src/matcher.c
2091         * src/procmsg.c                                                  
2092         * src/etpan/etpan-thread-manager.c                                    
2093                 Use unused var r to verify result and emit messages on error
2094         * src/compose.c                                                  
2095                 Move color variable into conditional usage blocks
2096                 Remove assigned but not used vars: lock, titles, count    
2097         * src/edittags.c
2098                 Remove assigned but not used var actions                        
2099         * src/folderview.c
2100                 Remove assigned but not used vars: from_parent, src_node        
2101         * src/imap_gtk.c
2102         * src/mh_gtk.c                                                    
2103                 Remove malloc-ed but not used var: old_path                  
2104         * src/news.c
2105                 Comment unused vars from commented block: tofetch, fetched      
2106         * src/prefs_account.c
2107                 Remove assigned but not used var: privacy_enabled
2108         * src/prefs_actions.c
2109         * src/prefs_customheader.c
2110                 Remove assigned but not used var: store
2111         * src/prefs_filtering.c
2112                 Remove assigned but not used var: n_rows
2113         * src/prefs_template.c
2114                 Remove assigned but not used vars: model, list_store
2115         * src/prefs_toolbar.c
2116                 Remove assigned but not used var: win_titles
2117         * src/printing.c
2118                 Remove assigned but not used vars: orientation, line, baseline,
2119                 off_chars 
2120         * src/etpan/imap-thread.c
2121                 Remove assigned but not used var: value, r
2122                 Refactor to check correct memory allocation
2123         * src/etpan/nntp-thread.c
2124                 Remove assigned but not used var: value
2125         * src/gtk/gtkaspell.c
2126                 Remove assigned but not used vars: textbuf, exist
2127                 Remove unused function: find_gtkaspeller
2128         * src/gtk/gtkcmctree.c
2129                 Remove unused function: gtk_cmctree_get_offset
2130         * src/gtk/gtkshruler.c
2131                 Remove assigned but not used vars: ruler, priv
2132
2133 2012-09-14 [mones]      3.8.1cvs59
2134
2135         * src/common/log.c
2136                 Check file operation results (and remove and
2137                 unused var warning)
2138
2139 2012-09-14 [colin]      3.8.1cvs58
2140
2141         * src/gtk/inputdialog.c
2142                 Remove unused var, thanks Ticho
2143
2144 2012-09-13 [colin]      3.8.1cvs57
2145
2146         * src/stock_pixmap.c
2147                 Fix missing \n in debug line
2148
2149 2012-09-13 [colin]      3.8.1cvs56
2150
2151         * src/main.c
2152                 Don't listen on the Unix socket before we're
2153                 ready. The 'popup' order from another instance
2154                 may provoke a race and trash configuration files.
2155
2156 2012-09-13 [colin]      3.8.1cvs55
2157
2158         * src/imap.c
2159                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
2160                 Claws-Mail/IMAP and Lotus Domino". Use
2161                 correct types for start/end and test if
2162                 start is indeed before end.
2163
2164 2012-09-12 [mones]      3.8.1cvs54
2165
2166         * src/prefs_other.c
2167                 Fix bug #1975 'preference mutt key bindings do not take
2168                 effect' (and the other invalid paths too)
2169
2170 2012-09-12 [colin]      3.8.1cvs53
2171
2172         * src/procmsg.c
2173                 Revert that hunk, logic is unclear.
2174
2175 2012-09-12 [colin]      3.8.1cvs52
2176
2177         * src/addressbook.c
2178         * src/addrharvest.c
2179         * src/addrindex.c
2180         * src/addritem.c
2181         * src/compose.c
2182         * src/edittags.c
2183         * src/folder.c
2184         * src/imap.c
2185         * src/inc.c
2186         * src/ldif.c
2187         * src/mainwindow.c
2188         * src/mbox.c
2189         * src/mimeview.c
2190         * src/mutt.c
2191         * src/partial_download.c
2192         * src/prefs_filtering_action.c
2193         * src/prefs_toolbar.c
2194         * src/printing.c
2195         * src/procheader.c
2196         * src/procmime.c
2197         * src/procmsg.c
2198         * src/summaryview.c
2199         * src/textview.c
2200         * src/common/utils.c
2201         * src/etpan/imap-thread.c
2202         * src/gtk/gtkaspell.c
2203         * src/plugins/pgpcore/sgpgme.c
2204                 More fixes from bug #1961:
2205                 - Write-only variables
2206                 - Null pointer dereferences
2207                 - A couple other fixes for which the reporter
2208                   was unsure, but which showed problems.
2209                 More details in bug #1961 comments.
2210
2211 2012-09-12 [colin]      3.8.1cvs51
2212
2213         * src/compose.c
2214         * src/mh.c
2215         * src/common/ssl.c
2216         * src/plugins/pgpcore/passphrase.c
2217                 Apply patches from bug #1961, "patches for
2218                 a couple of clang warnings":
2219                 - Check return codes
2220                 - Remove dead code
2221
2222 2012-09-12 [colin]      3.8.1cvs50
2223
2224         * claws-mail.pc.in
2225                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2226                 where the included menu.h could come from Ncurses.
2227                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2228
2229 2012-09-11 [colin]      3.8.1cvs49
2230
2231         * src/main.c
2232                 Fix race condition at start.
2233
2234 2012-09-10 [colin]      3.8.1cvs48
2235
2236         * src/main.c
2237                 Create lock socket as soon as possible, not after
2238                 a few things like caching all prefs.
2239
2240 2012-09-09 [mones]      3.8.1cvs47
2241
2242         * src/plugins/bogofilter/bogofilter.c
2243                 Add missing include
2244
2245 2012-09-08 [colin]      3.8.1cvs46
2246
2247         * AUTHORS
2248         * src/Makefile.am
2249         * src/action.c
2250         * src/addr_compl.c
2251         * src/addrbook.c
2252         * src/compose.c
2253         * src/compose.h
2254         * src/editaddress.c
2255         * src/filtering.c
2256         * src/folder.c
2257         * src/folder.h
2258         * src/folderview.h
2259         * src/headerview.h
2260         * src/imap_gtk.c
2261         * src/localfolder.c
2262         * src/main.c
2263         * src/mainwindow.c
2264         * src/mainwindow.h
2265         * src/matcher.c
2266         * src/matcher_parser_parse.y
2267         * src/messageview.c
2268         * src/messageview.h
2269         * src/mh.c
2270         * src/mh_gtk.c
2271         * src/mimeview.c
2272         * src/mimeview.h
2273         * src/noticeview.h
2274         * src/prefs_account.c
2275         * src/prefs_account.h
2276         * src/prefs_filtering.c
2277         * src/prefs_filtering_action.c
2278         * src/prefs_gtk.h
2279         * src/prefs_matcher.c
2280         * src/prefs_template.c
2281         * src/prefs_toolbar.c
2282         * src/privacy.c
2283         * src/procheader.h
2284         * src/procmime.c
2285         * src/procmime.h
2286         * src/procmsg.c
2287         * src/procmsg.h
2288         * src/proctypes.h
2289         * src/remotefolder.c
2290         * src/summaryview.c
2291         * src/summaryview.h
2292         * src/textview.c
2293         * src/textview.h
2294         * src/toolbar.c
2295         * src/uri_opener.c
2296         * src/viewtypes.h
2297         * src/common/defs.h
2298         * src/gtk/authors.h
2299         * src/gtk/description_window.c
2300         * src/plugins/trayicon/trayicon.c
2301                 Break circular dependencies in Claws' headers,
2302                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2303
2304 2012-09-08 [colin]      3.8.1cvs45
2305
2306         * src/textview.c
2307                 Fix shortcut getting
2308
2309 2012-09-05 [colin]      3.8.1cvs44
2310
2311         * src/matcher.c
2312         * src/matcher.h
2313         * src/prefs_matcher.c
2314                 Drop matcherprop_new_create, which is just a copy of
2315                 matcherprop_new, and staticalize what can be
2316
2317 2012-09-05 [colin]      3.8.1cvs43
2318
2319         * src/plugins/pgpcore/select-keys.c
2320                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2321                 based on primary UID rather than recipient e-mail"
2322
2323 2012-08-29 [colin]      3.8.1cvs42
2324
2325         * src/gtk/gtkaspell.c
2326                 Fix bug #2596, "Spell checker does not work properly"
2327
2328 2012-08-29 [colin]      3.8.1cvs41
2329
2330         * src/plugins/pgpcore/sgpgme.c
2331                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2332                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2333
2334 2012-08-29 [colin]      3.8.1cvs40
2335
2336         * src/mainwindow.c
2337         * src/messageview.c
2338         * src/mimeview.c
2339         * src/mimeview.h
2340         * src/summaryview.c
2341         * src/textview.c
2342         * src/gtk/menu.c
2343         * src/gtk/menu.h
2344                 Move the hardcoded mimeview shortcuts to standard menus.
2345
2346 2012-08-27 [colin]      3.8.1cvs39
2347
2348         * src/main.c
2349                 Fix double mainwindow presentation that confuses GNOME3
2350                 when some plugins fail to load (subsequent Claws windows
2351                 got no focus in that case)
2352
2353 2012-08-27 [colin]      3.8.1cvs38
2354
2355         * src/summaryview.c
2356                 Make Mark all read confirmation button more clear
2357
2358 2012-08-27 [colin]      3.8.1cvs37
2359
2360         * src/mainwindow.c
2361         * src/summaryview.c
2362                 Separate "Mark all read" from "Mark as read"
2363                 and "Ignore thread"
2364
2365 2012-08-27 [wwp]        3.8.1cvs36
2366
2367         * src/inc.c
2368         * src/procmsg.c
2369                 Remove session statistics debug statements (irrelevant in repo,
2370                 that's dev stuff).
2371
2372 2012-08-24 [mones]      3.8.1cvs35
2373
2374         * manual/advanced.xml
2375                 Keep alphabetic order of hidden options lost
2376                 and update Clawsker URL.
2377         * manual/de/advanced.xml
2378         * manual/fr/advanced.xml
2379                 Update Clawsker URL.
2380         * manual/es/advanced.xml
2381                 Sync with English version and update Clawsker URL.
2382         * manual/de/dist/html/Makefile.am
2383         * manual/es/dist/html/Makefile.am
2384         * manual/fr/dist/html/Makefile.am
2385         * manual/pl/dist/html/Makefile.am
2386         * manual/dist/html/Makefile.am
2387                 Fix bug 2723 'Missing encoding in generated html manual'
2388
2389 2012-08-23 [colin]      3.8.1cvs34
2390
2391         * src/mainwindow.c
2392                 Fix --offline asking if one wants to sync,
2393                 due to re-entering. Thanks <ebik@ucw.cz>.
2394
2395 2012-08-16 [colin]      3.8.1cvs33
2396
2397         * src/imap.c
2398                 Always clear the tags list when fetching a folder, or
2399                 Claws will never untag an untagged email. Patch by
2400                 Igor Mammedov <imammedo@redhat.com>
2401
2402 2012-08-12 [colin]      3.8.1cvs32
2403
2404         * src/compose.c
2405                 Exclude text/plain from the attachment thing
2406
2407 2012-08-12 [colin]      3.8.1cvs31
2408
2409         * src/messageview.c
2410                 Fix comparison, thanks to Michael Gmelin
2411
2412 2012-08-12 [colin]      3.8.1cvs30
2413
2414         * src/messageview.c
2415                 Only show HTML parts by default (if the pref
2416                 is set so) if the part disposition-type is
2417                 inline or unknown, but not attachment.
2418         * src/common/ssl.c
2419                 Remove useless hook that won't ever be used
2420                 on windows
2421
2422 2012-08-12 [colin]      3.8.1cvs29
2423
2424         * src/compose.c
2425                 Make sure text/* attachments are not made
2426                 inline, regardless of the compose mode.
2427                 Finishes fixing bug #2203 after auto-save
2428                 switches mode to COMPOSE_REEDIT. Thanks to
2429                 Michael Gmelin for finding this.
2430
2431 2012-08-09 [colin]      3.8.1cvs28
2432
2433         * src/prefs_filtering.c
2434                 Make treeView type-ahead case insensitive
2435                 Patch by Andreas Ronnquist
2436
2437 2012-08-09 [colin]      3.8.1cvs27
2438
2439         * src/gtk/sslcertwindow.c
2440                 Fix leak
2441
2442 2012-08-09 [colin]      3.8.1cvs26
2443
2444         * src/common/ssl.c
2445         * src/common/ssl_certificate.c
2446         * src/common/ssl_certificate.h
2447         * src/gtk/sslcertwindow.c
2448                 Fix bug 2718, "Failure to check peer hostname
2449                 when checking certificate"
2450
2451 2012-08-05 [ticho]      3.8.1cvs25
2452
2453         * src/compose.c
2454                 Avoid header combo box to get focus twice (first text within,
2455                 then combobox widget itself) when switching focus with TAB.
2456
2457 2012-07-28 [ticho]      3.8.1cvs24
2458
2459         * src/compose.c
2460                 Properly fix setting "transient for" for attachment properties
2461                 dialog when called via popup menu (since we're stealing focus
2462                 few lines before, we need to do it directly, not via
2463                 manage_window_*).
2464
2465 2012-07-28 [ticho]      3.8.1cvs23
2466
2467         * src/gtk/pluginwindow.c
2468         * src/gtk/prefswindow.c
2469                 Fixed setting "transient for" property for plugin load/unload
2470                 file dialog. Connected manage_window signals to prefswindow events.
2471
2472 2012-07-27 [ticho]      3.8.1cvs22
2473
2474         * src/summaryview.c
2475         * src/textview.c
2476                 Fixed setting "transient for" property for summaryview file
2477                 dialog and messageview's image save dialog.
2478
2479 2012-07-27 [ticho]      3.8.1cvs21
2480
2481         * src/crash.c
2482         * src/mimeview.c
2483                 Fix setting "transient for" property for file select dialogs
2484                 in crash report and mimeview.
2485
2486 2012-07-27 [ticho]      3.8.1cvs20
2487
2488         * src/compose.c
2489                 Fixed "transient for" property for file attach dialog when
2490                 called from Attachments list popup menu. Simplified menu item
2491                 sensitivities setting code logic for this menu.
2492
2493 2012-07-25 [ticho]      3.8.1cvs19
2494
2495         * manual/advanced.xml
2496                 Add the three hidden preferences related to colored display
2497                 of unified diffs to manual.
2498
2499 2012-07-25 [ticho]      3.8.1cvs18
2500
2501         * src/gtk/gtkaspell.c
2502                 Create "Change directory" submenu in a separate function, change
2503                 wording a bit, and make the submenu always available in a context
2504                 menu of body edit box in compose window.
2505
2506 2012-07-25 [ticho]      3.8.1cvs17
2507
2508         * src/gtk/prefswindow.c
2509                 Correctly set transient_for property for preferences window,
2510                 as well as for color picker dialogs. Fixes bug #2710.
2511
2512 2012-07-25 [ticho]      3.8.1cvs16
2513
2514         * src/gtk/quicksearch.c
2515                 Allow quicksearch syntax description window to be correctly
2516                 set transient for main window.
2517
2518 2012-07-15 [wwp]        3.8.1cvs15
2519
2520         * src/procmime.c
2521                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2522
2523 2012-07-10 [paul]       3.8.1cvs14
2524
2525         * src/procmime.c
2526                 forgot this in last commit
2527
2528 2012-07-10 [paul]       3.8.1cvs13
2529
2530         * src/messageview.c
2531         * src/common/defs.h
2532         * src/common/quoted-printable.c
2533         * src/common/quoted-printable.h
2534                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2535                 the bug: partial message text loss
2536
2537 2012-07-10 [mones]      3.8.1cvs12
2538
2539         * src/plugins/pgpcore/sgpgme.c
2540                 Fix bug 2689, 'segfault when trying to view info
2541                 about pgp/smime sign'
2542
2543 2012-07-08 [ticho]      3.8.1cvs11
2544
2545         * src/plugins/pgpcore/sgpgme.c
2546                 Consider marginal signature validity as untrusted. Suggested by
2547                 Jean-Benoist Leger (leger at crans.org).
2548
2549 2012-07-08 [paul]       3.8.1cvs10
2550
2551         * src/gtk/icon_legend.c
2552                 fix (reveal) hidden icon in gui and build warning
2553
2554 2012-07-07 [paul]       3.8.1cvs9
2555
2556         * src/plugins/pgpcore/prefs_gpg.c
2557                 fix build
2558
2559 2012-07-07 [colin]      3.8.1cvs8
2560
2561         * claws-features.h.in
2562         * src/codeconv.h
2563         * src/imap_gtk.h
2564         * src/inc.h
2565         * src/jpilot.h
2566         * src/messageview.h
2567         * src/msgcache.h
2568         * src/news_gtk.h
2569         * src/partial_download.h
2570         * src/pop.h
2571         * src/prefs_account.h
2572         * src/prefs_common.h
2573         * src/printing.h
2574         * src/procmime.h
2575         * src/procmsg.h
2576         * src/stock_pixmap.c
2577         * src/textview.h
2578         * src/common/defs.h
2579         * src/common/log.h
2580         * src/common/session.h
2581         * src/common/smtp.h
2582         * src/common/socket.h
2583         * src/common/ssl.h
2584         * src/common/ssl_certificate.h
2585         * src/common/timing.h
2586         * src/common/utils.h
2587         * src/gtk/gtkaspell.h
2588         * src/gtk/gtkutils.h
2589         * src/gtk/pluginwindow.h
2590         * src/gtk/spell_entry.h
2591         * src/gtk/sslcertwindow.h
2592                 Don't export config.h in public headers
2593
2594 2012-07-07 [colin]      3.8.1cvs7
2595
2596         * claws-features.h.in
2597         * configure.ac
2598         * Makefile.am
2599         * src/account.c
2600         * src/action.c
2601         * src/addr_compl.c
2602         * src/addrcustomattr.c
2603         * src/addrduplicates.c
2604         * src/addressadd.c
2605         * src/addressbook.c
2606         * src/addressbook_foldersel.c
2607         * src/addrgather.c
2608         * src/addrindex.c
2609         * src/alertpanel.c
2610         * src/autofaces.c
2611         * src/browseldap.c
2612         * src/codeconv.c
2613         * src/codeconv.h
2614         * src/compose.c
2615         * src/crash.c
2616         * src/customheader.c
2617         * src/displayheader.c
2618         * src/editaddress.c
2619         * src/editaddress_other_attributes_ldap.c
2620         * src/editbook.c
2621         * src/editgroup.c
2622         * src/editjpilot.c
2623         * src/editldap.c
2624         * src/editldap_basedn.c
2625         * src/edittags.c
2626         * src/editvcard.c
2627         * src/exphtmldlg.c
2628         * src/expldifdlg.c
2629         * src/export.c
2630         * src/exporthtml.c
2631         * src/exportldif.c
2632         * src/folder.c
2633         * src/folder_item_prefs.c
2634         * src/grouplistdialog.c
2635         * src/headerview.c
2636         * src/image_viewer.c
2637         * src/imap.c
2638         * src/imap_gtk.c
2639         * src/imap_gtk.h
2640         * src/import.c
2641         * src/importldif.c
2642         * src/importmutt.c
2643         * src/importpine.c
2644         * src/inc.c
2645         * src/inc.h
2646         * src/jpilot.c
2647         * src/jpilot.h
2648         * src/ldapctrl.c
2649         * src/ldaplocate.c
2650         * src/ldapquery.c
2651         * src/ldapserver.c
2652         * src/ldapupdate.c
2653         * src/ldaputil.c
2654         * src/main.c
2655         * src/manual.c
2656         * src/matcher.c
2657         * src/mbox.c
2658         * src/message_search.c
2659         * src/messageview.h
2660         * src/mh.c
2661         * src/mh_gtk.c
2662         * src/mimeview.c
2663         * src/msgcache.c
2664         * src/msgcache.h
2665         * src/news.c
2666         * src/news_gtk.c
2667         * src/news_gtk.h
2668         * src/noticeview.c
2669         * src/partial_download.c
2670         * src/partial_download.h
2671         * src/pop.c
2672         * src/pop.h
2673         * src/prefs_account.c
2674         * src/prefs_account.h
2675         * src/prefs_actions.c
2676         * src/prefs_common.c
2677         * src/prefs_common.h
2678         * src/prefs_compose_writing.c
2679         * src/prefs_customheader.c
2680         * src/prefs_display_header.c
2681         * src/prefs_ext_prog.c
2682         * src/prefs_filtering.c
2683         * src/prefs_filtering_action.c
2684         * src/prefs_folder_column.c
2685         * src/prefs_folder_item.c
2686         * src/prefs_fonts.c
2687         * src/prefs_gtk.c
2688         * src/prefs_image_viewer.c
2689         * src/prefs_logging.c
2690         * src/prefs_matcher.c
2691         * src/prefs_message.c
2692         * src/prefs_msg_colors.c
2693         * src/prefs_other.c
2694         * src/prefs_quote.c
2695         * src/prefs_receive.c
2696         * src/prefs_send.c
2697         * src/prefs_spelling.c
2698         * src/prefs_summaries.c
2699         * src/prefs_summary_column.c
2700         * src/prefs_summary_open.c
2701         * src/prefs_toolbar.c
2702         * src/prefs_wrapping.c
2703         * src/printing.c
2704         * src/printing.h
2705         * src/procheader.c
2706         * src/procmime.c
2707         * src/procmime.h
2708         * src/procmsg.h
2709         * src/quote_fmt.c
2710         * src/recv.c
2711         * src/send_message.c
2712         * src/setup.c
2713         * src/ssl_manager.c
2714         * src/statusbar.c
2715         * src/summary_search.c
2716         * src/textview.c
2717         * src/textview.h
2718         * src/toolbar.c
2719         * src/undo.c
2720         * src/unmime.c
2721         * src/uri_opener.c
2722         * src/wizard.c
2723         * src/common/claws.c
2724         * src/common/defs.h
2725         * src/common/hooks.c
2726         * src/common/log.c
2727         * src/common/log.h
2728         * src/common/plugin.c
2729         * src/common/prefs.c
2730         * src/common/session.c
2731         * src/common/session.h
2732         * src/common/smtp.c
2733         * src/common/smtp.h
2734         * src/common/socket.c
2735         * src/common/socket.h
2736         * src/common/ssl.c
2737         * src/common/ssl.h
2738         * src/common/ssl_certificate.c
2739         * src/common/ssl_certificate.h
2740         * src/common/string_match.c
2741         * src/common/tags.c
2742         * src/common/timing.h
2743         * src/common/utils.c
2744         * src/common/utils.h
2745         * src/etpan/etpan-thread-manager.c
2746         * src/etpan/imap-thread.c
2747         * src/etpan/nntp-thread.c
2748         * src/gtk/about.c
2749         * src/gtk/combobox.c
2750         * src/gtk/description_window.c
2751         * src/gtk/filesel.c
2752         * src/gtk/gtkaspell.c
2753         * src/gtk/gtkaspell.h
2754         * src/gtk/gtkshruler.c
2755         * src/gtk/gtkunit.c
2756         * src/gtk/gtkutils.c
2757         * src/gtk/gtkutils.h
2758         * src/gtk/gtkvscrollbutton.c
2759         * src/gtk/icon_legend.c
2760         * src/gtk/inputdialog.c
2761         * src/gtk/logwindow.c
2762         * src/gtk/menu.c
2763         * src/gtk/pluginwindow.c
2764         * src/gtk/pluginwindow.h
2765         * src/gtk/prefswindow.c
2766         * src/gtk/progressdialog.c
2767         * src/gtk/quicksearch.c
2768         * src/gtk/spell_entry.c
2769         * src/gtk/spell_entry.h
2770         * src/gtk/sslcertwindow.c
2771         * src/gtk/sslcertwindow.h
2772         * src/plugins/bogofilter/bogofilter.c
2773         * src/plugins/bogofilter/bogofilter_gtk.c
2774         * src/plugins/dillo_viewer/dillo_prefs.c
2775         * src/plugins/dillo_viewer/dillo_viewer.c
2776         * src/plugins/pgpcore/pgp_viewer.c
2777         * src/plugins/pgpcore/plugin.c
2778         * src/plugins/pgpcore/sgpgme.c
2779         * src/plugins/pgpinline/pgpinline.c
2780         * src/plugins/pgpinline/plugin.c
2781         * src/plugins/pgpmime/pgpmime.c
2782         * src/plugins/pgpmime/plugin.c
2783         * src/plugins/smime/plugin.c
2784         * src/plugins/smime/smime.c
2785         * src/plugins/spamassassin/libspamc.c
2786         * src/plugins/spamassassin/spamassassin.c
2787         * src/plugins/spamassassin/spamassassin_gtk.c
2788         * src/plugins/trayicon/trayicon.c
2789         * src/plugins/trayicon/trayicon_prefs.c
2790                 Specify Claws compile-time features in a specific header
2791
2792 2012-07-06 [wwp]        3.8.1cvs6
2793
2794         * src/main.c
2795         * src/gtk/about.c
2796                 Session statistics: format date following global prefs,
2797                 and fix stats output a little bit.
2798
2799 2012-07-03 [mir]        3.8.1cvs5
2800
2801         * src/procmime.c
2802             fix bug 2642, 'improve transfer encoding selection'.
2803             Patch provided by Christopher Zimmermann
2804             (madroach claws at gmerlin dot de)
2805
2806 2012-07-03 [mir]        3.8.1cvs4
2807
2808         * src/procmime.c
2809         * src/common/defs.h
2810             fix bug 2641, '7bit or 8bit encoded attachments can
2811             have lines longer than 998 characters'.
2812             Patch provided by Christopher Zimmermann
2813             (madroach claws at gmerlin dot de)
2814
2815
2816 2012-07-03 [mir]        3.8.1cvs3
2817
2818         * src/procmime.c
2819         * src/common/defs.h
2820             fix bug 2641, '7bit or 8bit encoded attachments can
2821             have lines longer than 998 characters'.
2822             Patch provided by Christopher Zimmermann
2823             (madroach claws at gmerlin dot de)
2824
2825 2012-07-03 [mir]        3.8.1cvs2
2826
2827         * src/messageview.c
2828         * src/procmime.c
2829         * src/common/quoted-printable.c
2830         * src/common/quoted-printable.h
2831             fix bug 2640, 'improve quoted-printable encoding'
2832             Patch provided by madroach claws at gmerlin dot de
2833
2834 2012-06-30 [paul]       3.8.1cvs1
2835
2836         * Makefile.am
2837                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2838
2839 2012-06-27 [paul]       3.8.1
2840         * NEWS
2841         * README
2842         * RELEASE_NOTES 
2843                 3.8.1 unleashed!
2844                 
2845 2012-06-27 [paul]       3.8.0cvs58
2846
2847         * configure.ac
2848                 fix minimum required GTK+, which got mistakenly bumped
2849                 in 3.8.0cvs36
2850
2851 2012-06-27 [paul]       3.8.0cvs57
2852
2853         * configure.ac
2854         * po/cs.po
2855         * po/de.po
2856         * po/es.po
2857         * po/fr.po
2858         * po/hu.po
2859         * po/id_ID.po
2860         * po/lt.po
2861         * po/pt_BR.po
2862         * po/sk.po
2863         * po/sv.po
2864         * po/zh_CN.po
2865         * po/zh_TW.po
2866                 updated translations
2867         * src/gtk/authors.h
2868         * tools/claws.i18n.status.pl
2869                 updated based on currently active
2870
2871 2012-06-25 [mir]        3.8.0cvs56
2872
2873         * src/folder.c
2874             If a folder class returns <> 0 then the message has not
2875             been removed from the file system and therefore it should
2876             not be removed from the cache either.
2877
2878 2012-06-20 [ticho]      3.8.0cvs55
2879
2880         * src/mh.c
2881                 Fix for bug #1090 - Standard-folders appear again
2882                 after rescanning tree
2883
2884 2012-06-20 [paul]       3.8.0cvs54
2885
2886         * src/prefs_common.c
2887         * src/prefs_common.h
2888         * src/textview.c
2889         * src/textview.h
2890                 colourise attached patches.
2891                 Patch by Ticho
2892
2893 2012-06-02 [wwp]        3.8.0cvs53
2894
2895         * src/gtk/progressdialog.c
2896                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2897                 now hides (as well as pressing Esc) instead of doing nothing.
2898
2899 2012-06-02 [wwp]        3.8.0cvs52
2900
2901         * doc/man/claws-mail.1
2902         * src/main.c
2903         * src/main.h
2904         * src/inc.c
2905         * src/procmsg.c
2906         * src/gtk/about.c
2907                 Introduce a new feature: basic session statistics (from the about dialog
2908                 or the command-line).
2909
2910 2012-06-02 [wwp]        3.8.0cvs51
2911
2912         * src/compose.c
2913                 Fix bug 2620: shift+tab from subject field not working.
2914
2915 2012-06-02 [wwp]        3.8.0cvs50
2916
2917         * src/compose.c
2918         * src/mainwindow.c
2919         * src/messageview.c
2920                 Normalize capitalization of strings in UI.
2921
2922 2012-05-30 [paul]       3.8.0cvs49
2923
2924         * src/common/ssl.c
2925                 don't do TLS if not requested by user. fixes connecting to
2926                 servers which, for example, want SSL 3 only
2927
2928 2012-05-27 [paul]       3.8.0cvs48
2929
2930         * *
2931                 update copyright headers to 2012
2932
2933 2012-05-27 [paul]       3.8.0cvs47
2934
2935         * src/editldap.c
2936         * src/prefs_actions.c
2937         * src/gtk/about.c
2938                 fix some typos in strings, thanks to Thomas Bellmann
2939
2940 2012-05-16 [paul]       3.8.0cvs46
2941
2942         * src/prefs_filtering_action.c
2943                 fix disabled 'select...' button that never goes away
2944                 when using the new addr book
2945                 
2946
2947 2012-05-16 [colin]      3.8.0cvs45
2948
2949         * src/common/utils.c
2950                 And fix leak
2951
2952 2012-05-16 [colin]      3.8.0cvs44
2953
2954         * src/common/utils.c
2955                 Make remove_numbered_files much faster when there's
2956                 just one file to remove.
2957
2958 2012-05-16 [paul]       3.8.0cvs43
2959
2960         * src/matcher.c
2961                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2962
2963 2012-05-16 [paul]       3.8.0cvs42
2964
2965         * src/gtk/description_window.c
2966                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2967
2968 2012-05-16 [paul]       3.8.0cvs41
2969
2970         * src/common/ssl_certificate.c
2971                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2972                 Patch by Christian Hesse
2973
2974 2012-05-11 [colin]      3.8.0cvs40
2975
2976         * src/mimeview.c
2977         * src/common/utils.c
2978                 Fix bug 2659, 'E-mail attachments are handled
2979                 inconsistently'
2980                 Fix problems iterating the mime tree, and determine
2981                 whether a file is an email without To:
2982
2983 2012-04-03 [colin]      3.8.0cvs39
2984
2985         * src/Makefile.am
2986                 Fix build (damn whitespace-sensitive file format)
2987
2988 2012-04-02 [colin]      3.8.0cvs38
2989
2990         * src/Makefile.am
2991                 Fix incomplete make dist
2992
2993 2012-04-02 [colin]      3.8.0cvs37
2994
2995         * src/compose.c
2996                 Fix mistakenly removed function call
2997
2998 2012-04-01 [colin]      3.8.0cvs36
2999
3000         * configure.ac
3001         * src/.cvsignore
3002         * src/Makefile.am
3003         * src/addr_compl.c
3004         * src/addressadd.c
3005         * src/addressadd.h
3006         * src/addressbook-dbus.c
3007         * src/addressbook-dbus.h
3008         * src/addrgather.c
3009         * src/addrgather.h
3010         * src/addrharvest.c
3011         * src/addrharvest.h
3012         * src/claws-contacts.xml
3013         * src/compose.c
3014         * src/compose.h
3015         * src/filtering.c
3016         * src/headerview.c
3017         * src/main.c
3018         * src/mainwindow.c
3019         * src/messageview.c
3020         * src/prefs_common.c
3021         * src/prefs_filtering_action.c
3022         * src/prefs_matcher.c
3023         * src/summaryview.c
3024         * src/textview.c
3025         * src/toolbar.c
3026         * src/plugins/bogofilter/bogofilter_gtk.c
3027         * src/plugins/dillo_viewer/dillo_prefs.c
3028         * src/plugins/spamassassin/spamassassin_gtk.c
3029         * src/plugins/trayicon/trayicon.c
3030                 Import new addressbook code from the new-contacts branch
3031
3032 2012-03-29 [paul]       3.8.0cvs35
3033
3034         * AUTHORS
3035         * src/gtk/authors.h
3036         * src/gtk/quicksearch.c
3037                 add 'ha', short version of 'has_attachment' in quick search
3038                 Patch by Andreas Rönnquist
3039
3040 2012-03-26 [mones]      3.8.0cvs34
3041
3042         * src/common/plugin.c
3043                 Support 2 and 3-clause BSD licensed plugins
3044
3045 2012-03-15 [pawel]      3.8.0cvs33
3046
3047         * src/messageview.c
3048         * src/textview.c
3049                 - Make separate window info more accurate about
3050                 move to trash/deletion.
3051                 - Fix busy cursor
3052
3053 2012-03-14 [pawel]      3.8.0cvs32
3054
3055         * src/folder.c
3056         * src/messageview.c
3057         * src/messageview.h
3058         * src/procmsg.h
3059         * src/summaryview.c
3060         * src/textview.c
3061         * src/textview.h
3062                 Better fix for bug #2501
3063                 Instead of leaving blank window after message move or delete,
3064                 update separate view to next message in message list or
3065                 display info why view is blank. This was discussed
3066                 in bug #2621 comments.
3067
3068 2012-03-11 [colin]      3.8.0cvs31
3069
3070         * src/gtk/gtkcmctree.c
3071         * src/gtk/authors.h
3072         * AUTHORS
3073                 Fix focus rectangle on unfocused rows
3074                 Patch by Michael Shell
3075
3076 2012-02-29 [colin]      3.8.0cvs30
3077
3078         * src/gtk/gtkcmctree.c
3079                 Fix bug #2577, "Focus rectangle on folder list and message 
3080                 list headings doesn't get properly cleared when switching 
3081                 heading and horizontally scrolling list (underlines and 
3082                 vertical lines remain on screen)". Patch by Michael Shell
3083
3084 2012-02-13 [pawel]      3.8.0cvs29
3085
3086         * src/messageview.c
3087                 Fix crasher when double clicking on IMAP message and
3088                 MessageView is not shown introduced in cvs21
3089                 Patch by mones
3090
3091 2012-02-10 [pawel]      3.8.0cvs28
3092
3093         * src/filtering.c
3094                 Fix bug #2598 'Actions can move locked messages'
3095
3096 2012-02-08 [pawel]      3.8.0cvs27
3097
3098         * src/prefs_actions.c
3099         * src/prefs_actions.h
3100         * src/prefs_toolbar.c
3101         * src/prefs_toolbar.h
3102         * src/toolbar.c
3103         * src/toolbar.h
3104                 - Implement automatic removal of toolbar action buttons when
3105                   associated action is removed
3106                 - Don't allow creation of two actions with the same name,
3107                   before all executions/removals were performed on first action
3108                   with duplicated name in linked list which wasn't always
3109                   correct behaviour
3110
3111 2012-02-05 [colin]      3.8.0cvs26
3112
3113         * src/main.c
3114         * src/mainwindow.c
3115         * src/messageview.c
3116         * src/messageview.h
3117         * src/prefs_common.c
3118         * src/prefs_common.h
3119         * src/procmsg.c
3120         * src/procmsg.h
3121         * src/summaryview.c
3122         * src/summaryview.h
3123                 Add an history to navigate in mails
3124
3125 2012-02-05 [colin]      3.8.0cvs25
3126
3127         * src/procmime.c
3128                 Fix inverted comparison in list_find_custom.
3129
3130 2012-02-03 [wwp]        3.8.0cvs24
3131
3132         * src/gtk/progressdialog.c
3133         Make translators life easier: use View log instead of Show log
3134         (thanks, gusnan!).
3135
3136 2012-02-02 [pawel]      3.8.0cvs23
3137
3138         * src/folderview.c
3139                 Fix bug #2590 'Un-capitalize strings'
3140                 Patch by Christian Hesse
3141
3142 2012-02-02 [pawel]      3.8.0cvs22
3143
3144         * src/mainwindow.c
3145                 Fix bug #2595 
3146                 'Change expand behavior for message list / message view'
3147                 Patch by Christian Hesse
3148
3149 2012-02-02 [pawel]      3.8.0cvs21
3150
3151         * src/folder.c
3152         * src/messageview.c
3153         * src/messageview.h
3154         * src/procmsg.h
3155                 Fix bug #2501 'opened message blanks when moved to other folder'
3156                 Detect message move and update message window contents 
3157                 accordingly, if message is moved to trash close window
3158
3159 2012-02-01 [pawel]      3.8.0cvs20
3160
3161         * src/jpilot.c
3162         * src/mutt.c
3163         * src/pine.c
3164         * src/procmsg.c
3165         * src/vcard.c
3166         * src/gtk/sslcertwindow.c
3167                 More strncat boundary checks
3168
3169 2012-01-31 [wwp]        3.8.0cvs19
3170
3171         * src/gtk/gtkutils.c
3172         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3173         long line wrapping.
3174
3175 2012-01-31 [wwp]        3.8.0cvs18
3176
3177         * src/gtk/progressdialog.c
3178         * src/gtk/progressdialog.h
3179         * src/inc.c
3180         * src/send_message.c
3181         Add a button to the retrieve/send dialogs to
3182         open the network log.
3183
3184 2012-01-25 [wwp]        3.8.0cvs17
3185
3186         * src/addr_compl.c
3187         Remove debug statement.
3188
3189 2012-01-20 [pawel]      3.8.0cvs16
3190
3191         * src/addrbook.c
3192         * src/exportldif.c
3193                 Fix bug #2574 'Statement might be overflowing a
3194                 buffer in strncat'
3195
3196 2012-01-20 [pawel]      3.8.0cvs15
3197
3198         * src/mimeview.c
3199                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3200
3201 2012-01-14 [colin]      3.8.0cvs14
3202
3203         * commitHelper
3204                 Update tracker trigger url
3205
3206 2012-01-10 [wwp]        3.8.0cvs13
3207
3208         * src/mainwindow.c
3209         * src/mainwindow.h
3210         * src/toolbar.c
3211                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3212                 account) and of mainwindows's relevant entry when current account
3213                 is not able to retrieve (SMTP-only).
3214
3215 2012-01-09 [colin]      3.8.0cvs12
3216
3217         * src/summaryview.c
3218                 Fix bug 1924, 'Messages marked move to Trash appear 
3219                 identical to messages marked move to $FOLDER'
3220
3221 2012-01-05 [colin]      3.8.0cvs11
3222
3223         * src/main.c
3224                 Fix crasher infinite loop
3225
3226 2012-01-03 [colin]      3.8.0cvs10
3227
3228         * src/gtk/gtkcmctree.c
3229                 Revert previous patch, it's buggy on headers
3230
3231 2012-01-03 [colin]      3.8.0cvs9
3232
3233         * src/gtk/gtkcmctree.c
3234                 Fix bug #2566, 'wrapped Subject not bounded'
3235
3236 2011-12-29 [pawel]      3.8.0cvs8
3237
3238         * src/compose.c
3239         * src/compose.h
3240         * src/main.c
3241         * src/mimeview.c
3242                 Make forwarding selected attachment possible from
3243                 mimeview's context menu
3244                 Fixex bug #2047 'forward attachments'
3245
3246 2011-12-28 [paul]       3.8.0cvs7
3247
3248         * src/prefs_account.c
3249                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3250
3251 2011-12-28 [colin]      3.8.0cvs6
3252
3253         * src/mimeview.c
3254                 Fix fix
3255
3256 2011-12-28 [colin]      3.8.0cvs5
3257
3258         * src/mimeview.c
3259                 Fix GTK+2.16 build (w32)
3260
3261 2011-12-18 [mir]        3.8.0cvs4
3262
3263         * src/ldapctrl.c
3264             Fix bug in search criteria when doing a
3265             complete directory search using '*'
3266
3267 2011-12-16 [mir]        3.8.0cvs3
3268
3269         * src/Makefile.am
3270             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3271
3272 2011-12-16 [wwp]        3.8.0cvs2
3273
3274         * src/procmsg.c
3275         * src/stock_pixmap.c
3276         * src/stock_pixmap.h
3277         * src/summaryview.c
3278         * src/gtk/icon_legend.c
3279         * src/pixmaps/replied_and_forwarded.xpm
3280           Make replied and forwarded status flags non exclusive.
3281           Introduce a new message state (and relevant icon in message list)
3282           where both the replied and forwarded flags are set.
3283
3284 2011-12-16 [paul]       3.8.0cvs1
3285
3286         * tools/claws.i18n.status.pl
3287                 update id to id_ID
3288
3289 2011-12-16 [paul]       3.8.0
3290         * NEWS
3291         * README
3292         * RELEASE_NOTES 
3293                 3.8.0 unleashed!                
3294
3295 2011-12-16 [paul]       3.7.10cvs113
3296
3297         * configure.ac
3298         * po/cs.po
3299         * po/es.po
3300         * po/fr.po
3301         * po/hu.po
3302         * po/id.po **REMOVED**
3303         * po/id_ID.po **ADDED**
3304         * po/pt_BR.po
3305         * po/ru.po
3306         * po/sk.po
3307         * po/uk.po
3308                 updates
3309
3310 2011-12-09 [pawel]      3.7.10cvs112
3311
3312         * src/summaryview.c
3313         * src/gtk/quicksearch.c
3314         * src/gtk/quicksearch.h
3315                 Invalidate quicksearch root folder when removed
3316                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3317                 having active search field'
3318
3319 2011-12-08 [pawel]      3.7.10cvs111
3320
3321         * src/mimeview.c
3322                 Better fix for cvs94
3323
3324 2011-12-08 [wwp]        3.7.10cvs110
3325
3326         * src/compose.c
3327         Make "From" widget set independant from recipient lists below,
3328         so that it doesn't scroll when several recipients headers
3329         are added and eventually are scrolling the view.
3330         Path by Christian Hesse <mail@earthworm.de>.
3331         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3332         address'.
3333
3334 2011-12-02 [paul]       3.7.10cvs109
3335
3336         * src/mainwindow.c
3337         * src/messageview.c
3338                 consistent label style
3339
3340 2011-11-29 [wwp]        3.7.10cvs108
3341
3342         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3343         More generated stuff to ignore.
3344
3345 2011-11-29 [wwp]        3.7.10cvs107
3346
3347         * src/prefs_folder_item.c
3348         Fix CLAWS_TIP_DECL (undefined).
3349
3350 2011-11-28 [pawel]      3.7.10cvs106
3351
3352         * src/addrbook.c
3353         * src/addrbook.h
3354         * src/addressbook.c
3355                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3356                 after removing the address book in the GUI'
3357
3358 2011-11-26 [pawel]      3.7.10cvs105
3359
3360         * src/folder.c
3361                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3362
3363 2011-11-25 [colin]      3.7.10cvs104
3364
3365         * src/imap_gtk.c
3366         * src/mh_gtk.c
3367                 Warning fixes
3368
3369 2011-11-24 [pawel]      3.7.10cvs103
3370
3371         * src/prefs_filtering.c
3372                 Complete cvs102, forgot to commit this
3373
3374 2011-11-24 [pawel]      3.7.10cvs102
3375
3376         * src/account.c
3377         * src/filtering.c
3378         * src/filtering.h
3379         * src/imap_gtk.c
3380         * src/mh_gtk.c
3381         * src/prefs_actions.c
3382         * src/prefs_actions.h
3383                 Implement actions updating on folder/account rename
3384                 This fixes bug #2543 'filter actions in actionsrc not
3385                 updated upon account renaming'
3386
3387 2011-11-24 [wwp]        3.7.10cvs101
3388
3389         * src/gtk/gtkcmctree.c
3390                 Remove irrelevant cairo directive (thanks to Hanno).
3391
3392 2011-11-23 [wwp]        3.7.10cvs100
3393
3394         * src/gtk/gtkcmctree.c
3395                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3396                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3397                 calculation.
3398
3399 2011-11-22 [colin]      3.7.10cvs99
3400
3401         * src/account.c
3402         * src/prefs_filtering.c
3403         * src/prefs_filtering.h
3404                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3405                 The existing functions should do the job as well
3406                 if not better, as they take into account the
3407                 separator.
3408
3409 2011-11-21 [pawel]      3.7.10cvs98
3410
3411         * src/prefs_account.c
3412                 Fix bug #2116 'Rip spaces off server names in account
3413                 configuration'
3414                 g_strstrip() domain names to be sure they are valid
3415
3416 2011-11-21 [pawel]      3.7.10cvs97
3417
3418         * src/account.c
3419         * src/prefs_filtering.c
3420         * src/prefs_filtering.h
3421                 Fix bug #2404 'matcherrc updates upon account renaming'
3422                 Fix bug #2406 'some part of accountrc not updated upon
3423                 account rename'
3424                 Renaming account cause changing of it's root folder prefix
3425                 from #<type>/<old_name> to #<type>/<new_name> so every
3426                 path directing to it must be altered. Fix paths in account
3427                 preferences, global processing and filtering rules, folder
3428                 processing rules upon rename
3429
3430 2011-11-20 [pawel]      3.7.10cvs96
3431
3432         * src/filtering.c
3433         * src/filtering.h
3434         * src/prefs_actions.c
3435                 Fix bug #1489 'Filter action mark_as_read inoperative
3436                 following move action'
3437                 Sort actions lists to have proper order of execution
3438
3439 2011-11-20 [pawel]      3.7.10cvs95
3440
3441         * src/prefs_actions.c
3442         * src/prefs_filtering.c
3443         * src/prefs_template.c
3444                 Fix bug #1870 'arrow scrolling in filters'
3445                 Allow arrow scrolling in dialogs with list view widgets
3446                 plus couple fixes of issues I found along the way
3447
3448 2011-11-19 [pawel]      3.7.10cvs94
3449
3450         * src/mimeview.c
3451                 Don't highlight icons on right-click, they are not
3452                 selected and other part is shown which is confusing
3453
3454 2011-11-19 [mones]      3.7.10cvs93
3455
3456         * manual/advanced.xml
3457                 Fix manual build
3458
3459 2011-11-19 [mones]      3.7.10cvs92
3460
3461         * manual/advanced.xml
3462         * manual/es/advanced.xml
3463                 Document undocumented hidden option 'zero_replacement_char'
3464                 Synchronize Spanish manual with English version
3465
3466 2011-11-19 [pawel]      3.7.10cvs91
3467
3468         * src/mainwindow.c
3469         * src/messageview.c
3470         * src/prefs_common.c
3471         * src/prefs_common.h
3472         * src/summaryview.c
3473         * src/textview.c
3474         * src/textview.h
3475                 Fix bug #2377 'Show All Headers - make change persistent
3476                 between sessions'
3477
3478 2011-11-19 [pawel]      3.7.10cvs90
3479
3480         * src/folder.c
3481         * src/folder.h
3482         * src/folder_item_prefs.c
3483         * src/folderview.c
3484         * src/mainwindow.c
3485         * src/mainwindow.h
3486         * src/summaryview.c
3487         * src/summaryview.h
3488         * src/gtk/authors.h
3489                 Fix bug #1563 'Folder view: show complete threads if they
3490                 contain unread messages'
3491                 Add option to show only threads with unread messages
3492                 initial patch by Paul Ollis, my small additions:
3493                 - when checking thread for unread finish on first unread
3494                 - make thread options unavailable when threading is off
3495                 - hide_unread_msgs and hide_unread_threads are mutually
3496                   exclusive options, set menus sensitivity accordingly
3497                 - set folder item icon type similiar to hide_unread_msgs
3498
3499 2011-11-19 [colin]      3.7.10cvs89
3500
3501         * src/procheader.c
3502                 Constness fix
3503
3504 2011-11-18 [pawel]      3.7.10cvs88
3505
3506         * src/compose.c
3507         * src/mainwindow.c
3508         * src/mimeview.c
3509         * src/mimeview.h
3510         * src/prefs_common.c
3511         * src/prefs_common.h
3512                 Fix bug #2408 'Some UI elements are not persistent
3513                 between sessions'
3514                 Remember size of main window, compose notebook, mimeview
3515                 tree widgets between claws-mail runs. Compose window
3516                 size saving was already done in cvs74
3517
3518 2011-11-18 [mones]      3.7.10cvs87
3519
3520         * src/compose.c
3521         * src/procheader.c
3522         * src/procheader.h
3523                 Fixes bug #2509, "manually added headers are lost unless
3524                 mail is sent inmediately"
3525
3526 2011-11-17 [pawel]      3.7.10cvs86
3527
3528         * src/mimeview.c
3529                 Fix crasher reported in bug #2543
3530
3531 2011-11-13 [colin]      3.7.10cvs85
3532
3533         * src/compose.c
3534                 Make compose windows printable
3535
3536 2011-11-11 [colin]      3.7.10cvs84
3537
3538         * configure.ac
3539                 Fix build on Fedora 16. -lm was probably pulled by something
3540                 else previously.
3541
3542 2011-11-11 [pawel]      3.7.10cvs83
3543
3544         * src/mainwindow.c
3545         * src/mimeview.c
3546         * src/mimeview.h
3547         * src/summaryview.c
3548                 Port MimeView to GtkTreeView
3549
3550 2011-11-11 [colin]      3.7.10cvs82
3551
3552         * src/prefs_common.c
3553                 Use %x (The preferred date representation for the current locale
3554                 without the time)
3555
3556 2011-11-10 [paul]       3.7.10cvs81
3557
3558         * src/prefs_common.c
3559                 use european date format as default
3560
3561 2011-11-08 [pawel]      3.7.10cvs80
3562
3563         * src/summaryview.c
3564                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3565                 Fix race condition - don't try to hide messageview while
3566                 being in the middle of message displaying routine.
3567
3568 2011-11-08 [colin]      3.7.10cvs79
3569
3570         * src/codeconv.c
3571                 Make sure we break line when we need to. Very probably
3572                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3573                 particular mail"
3574
3575 2011-11-07 [pawel]      3.7.10cvs78
3576
3577         * src/imap_gtk.c
3578                 Fix bug #2493 'Subscription pull down should be alphabetized'
3579
3580 2011-11-07 [pawel]      3.7.10cvs77
3581
3582         * src/mimeview.c
3583         * src/textview.c
3584         * src/textview.h
3585                 Make Home & End keys work in textview
3586
3587 2011-11-06 [colin]      3.7.10cvs76
3588
3589         * src/mainwindow.c
3590                 Oops, some unwanted undo got commited.
3591
3592 2011-11-06 [colin]      3.7.10cvs75
3593
3594         * src/mainwindow.c
3595                 Don't iconify/deiconify. Instead, just show nothing
3596                 before asked to.
3597
3598 2011-11-06 [pawel]      3.7.10cvs74
3599
3600         * src/compose.c
3601                 Fix compose window size saving / restoring
3602
3603 2011-11-06 [pawel]      3.7.10cvs73
3604
3605         * src/mimeview.c
3606         * src/messageview.c
3607                 Optimize message displaying, in some conditions parts were
3608                 displayed twice causing flickering. For example first html
3609                 source and then rendering output from html plugin of the
3610                 same part.
3611
3612 2011-11-05 [wwp]        3.7.10cvs72
3613
3614         * src/gtk/gtkaspell.c
3615                 Fix compilation where 'null' is undefined (use NULL instead).
3616
3617 2011-11-05 [colin]      3.7.10cvs71
3618
3619         * src/gtk/gtkaspell.c
3620                 No need to show a backtrace if gtkaspell is null
3621
3622 2011-11-05 [pawel]      3.7.10cvs70
3623
3624         * src/gtk/gtkaspell.c
3625                 Fix crasher when spellchecking is not enabled
3626
3627 2011-11-02 [mones]      3.7.10cvs69
3628
3629         * doc/man/claws-mail.1
3630                 fixed hyphens (patch from Debian packaging)
3631                 fixed header to follow man style closely 
3632                 documented new option --compose-from-file
3633                 removed INSTALLATION section, doesn't belong to manpage
3634                 added ENVIRONMENT, COPYRIGHT and BUGS sections
3635                 expanded FILES section to include certs and autofaces dirs
3636                 expanded SEE ALSO section to include manual and plugins
3637
3638 2011-11-01 [colin]      3.7.10cvs68
3639
3640         * src/common/utils.c
3641                 Fix wrong debug stuff commited.
3642
3643 2011-11-01 [colin]      3.7.10cvs67
3644
3645         * src/compose.c
3646         * src/main.c
3647         * src/common/utils.c
3648         * src/gtk/gtkaspell.c
3649         * src/gtk/gtkaspell.h
3650                 Fix huge slowness induced by spellcheck "while typing"
3651                 during initial quote rewraps.
3652
3653 2011-10-31 [pawel]      3.7.10cvs66
3654
3655         * src/messageview.c
3656         * src/mimeview.c
3657         * src/mimeview.h
3658         * src/summaryview.c
3659                 Fix bug #2526 'When reading message in separate window,
3660                 n and p keys do not work'
3661                 - fix key event handling in messageview
3662                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3663                   and prev-part actions)
3664                 - instead add 'z' key for prev-part, we have 'a' key 
3665                   for next-part already
3666
3667 2011-10-31 [colin]      3.7.10cvs65
3668
3669         * src/common/defs.h
3670                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3671
3672 2011-10-31 [pawel]      3.7.10cvs64
3673
3674         * src/summaryview.c
3675         * src/gtk/gtkutils.c
3676                 Fix bug #2303 'Next unread message enables message view'
3677                 Don't show previously hidden message view in main window
3678                 when user reads messages in external window
3679
3680 2011-10-31 [paul]       3.7.10cvs63
3681
3682         * src/prefs_template.c
3683                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3684                 fit at 540 here, for those where they don't the dialogue can be made
3685                 larger by the user
3686
3687 2011-10-31 [paul]       3.7.10cvs62
3688
3689         * src/compose.c
3690                 revert 3.7.10cvs61, these entries _should_ be editable
3691
3692 2011-10-30 [pawel]      3.7.10cvs61
3693
3694         * src/compose.c
3695                 Those entries should not be editable
3696
3697 2011-10-30 [pawel]      3.7.10cvs60
3698
3699         * src/prefs_template.c
3700                 - Dialog needs more height to fit all widgets
3701                 - Clear template contents on delete
3702
3703 2011-10-30 [pawel]      3.7.10cvs59
3704
3705         * src/prefs_folder_item.c
3706                 Update summaryview after changing folder prefs when needed
3707
3708 2011-10-30 [pawel]      3.7.10cvs58
3709
3710         * src/mimeview.c
3711                 Remove key-press-event blocking, it only
3712                 emits GLib-GObject warnings
3713
3714 2011-10-29 [colin]      3.7.10cvs57
3715
3716         * src/addr_compl.c
3717                 Fix focus of completion window with gnome shell
3718                 Fixes bug #2525, "Address completion window does not get
3719                 keyboard focus"
3720
3721 2011-10-29 [colin]      3.7.10cvs56
3722
3723         * src/folderview.c
3724                 Fix flicker on recursive quicksearch
3725
3726 2011-10-28 [colin]      3.7.10cvs55
3727
3728         * src/alertpanel.c
3729         * src/mainwindow.c
3730                 Fix a bit the focus problem on Gnome shell
3731
3732 2011-10-26 [mones]      3.7.10cvs54
3733
3734         * src/compose.c
3735                 Add missing accelerator
3736
3737 2011-10-25 [colin]      3.7.10cvs53
3738
3739         * src/gtk/gtkcmclist.c
3740         * src/gtk/gtkcmctree.c
3741                 Fix colors, fix warnings
3742
3743 2011-10-25 [colin]      3.7.10cvs52
3744
3745         * src/gtk/gtkcmclist.c
3746         * src/gtk/gtkcmctree.c
3747                 Fix focus things.
3748
3749 2011-10-25 [colin]      3.7.10cvs51
3750
3751         * src/stock_pixmap.c
3752                 Fix build with gtk + 2.20
3753
3754 2011-10-25 [colin]      3.7.10cvs50
3755
3756         * src/compose.c
3757         * src/messageview.c
3758         * src/procmsg.c
3759         * src/procmsg.h
3760                 Fix locking when sending a single message
3761
3762 2011-10-25 [colin]      3.7.10cvs49
3763
3764         * src/gtk/colorlabel.c
3765                 GDK_ => GDK_KEY
3766         * src/gtk/gtkcmclist.c
3767                 Make row height closer to what it was
3768
3769 2011-10-25 [colin]      3.7.10cvs48
3770
3771         * src/stock_pixmap.c
3772                 Always use cairo to draw
3773
3774 2011-10-25 [colin]      3.7.10cvs47
3775
3776         * src/mimeview.c
3777                 Fix bug #2529, 'crash in mimeview_start_drag after
3778                 deleting message'. Patch by Ricardo
3779
3780 2011-10-23 [colin]      3.7.10cvs46
3781
3782         * src/gtk/gtkcmclist.c
3783         * src/gtk/gtkcmclist.h
3784         * src/gtk/gtkcmctree.c
3785                 Draw CMClist with cairo too.
3786
3787 2011-10-23 [colin]      3.7.10cvs45
3788
3789         * src/gtk/gtkcmclist.h
3790                 Fix build (this was not meant to be commited)
3791
3792 2011-10-23 [colin]      3.7.10cvs44
3793
3794         * src/addressadd.c
3795         * src/addressbook.c
3796         * src/addressbook_foldersel.c
3797         * src/editgroup.c
3798         * src/foldersel.c
3799         * src/folderview.c
3800         * src/grouplistdialog.c
3801         * src/prefs_common.c
3802         * src/prefs_common.h
3803         * src/summaryview.c
3804         * src/gtk/gtkcmclist.c
3805         * src/gtk/gtkcmclist.h
3806         * src/gtk/gtkcmctree.c
3807         * src/gtk/gtkcmctree.h
3808         * src/gtk/gtksctree.c
3809                 Refactor some tree stuff (lots of code duplication there)
3810                 and switch to cairo for tree rendering.
3811
3812 2011-10-23 [holger]     3.7.10cvs43
3813
3814         * src/filtering.c
3815                 Don't issue a warning for designed behaviour of the stop rule.
3816                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3817
3818 2011-10-22 [colin]      3.7.10cvs42
3819
3820         * src/printing.c
3821         * src/gtk/gtkshruler.c
3822         * src/gtk/gtkutils.h
3823                 Fix GTK+2.16 build
3824
3825 2011-10-22 [colin]      3.7.10cvs41
3826
3827         * src/account.c
3828         * src/addr_compl.c
3829         * src/addrgather.c
3830         * src/compose.c
3831         * src/editldap.c
3832         * src/expldifdlg.c
3833         * src/folderview.c
3834         * src/grouplistdialog.c
3835         * src/headerview.c
3836         * src/importldif.c
3837         * src/main.c
3838         * src/mainwindow.c
3839         * src/mimeview.c
3840         * src/noticeview.c
3841         * src/prefs_account.c
3842         * src/prefs_actions.c
3843         * src/prefs_ext_prog.c
3844         * src/prefs_filtering.c
3845         * src/prefs_folder_item.c
3846         * src/prefs_image_viewer.c
3847         * src/prefs_logging.c
3848         * src/prefs_msg_colors.c
3849         * src/prefs_other.c
3850         * src/prefs_send.c
3851         * src/prefs_spelling.c
3852         * src/prefs_summaries.c
3853         * src/prefs_template.c
3854         * src/printing.c
3855         * src/quote_fmt.c
3856         * src/send_message.c
3857         * src/statusbar.c
3858         * src/summary_search.c
3859         * src/summaryview.c
3860         * src/wizard.c
3861         * src/gtk/gtkcmclist.c
3862         * src/gtk/gtkcmctree.c
3863         * src/gtk/gtkcmoptionmenu.c
3864         * src/gtk/gtksctree.c
3865         * src/gtk/gtkutils.c
3866         * src/gtk/gtkutils.h
3867         * src/gtk/gtkvscrollbutton.c
3868         * src/gtk/inputdialog.c
3869         * src/gtk/pluginwindow.c
3870         * src/gtk/quicksearch.c
3871         * src/gtk/spell_entry.c
3872         * src/plugins/bogofilter/bogofilter_gtk.c
3873         * src/plugins/dillo_viewer/dillo_prefs.c
3874         * src/plugins/pgpcore/prefs_gpg.c
3875         * src/plugins/spamassassin/spamassassin_gtk.c
3876         * src/plugins/trayicon/trayicon.c
3877         * src/plugins/trayicon/trayicon_prefs.c
3878                 Remove all possible #if GTK_CHECK_VERSION() checks,
3879                 and make Claws build with GTK+2.16 (untested right
3880                 now), as the Gpg4Win project uses GTK+2.16 currently.
3881
3882 2011-10-22 [colin]      3.7.10cvs40
3883
3884         * src/gtk/gtkutils.h
3885         * configure.ac
3886                 Fix (hopefully) build with GTK+ 2.18.
3887
3888 2011-10-20 [paul]       3.7.10cvs39
3889
3890         * AUTHORS
3891         * src/ldif.c
3892         * src/gtk/authors.h
3893                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3894                 Patch by Bodo Graumann <mail@bodograumann.de>
3895
3896 2011-10-20 [mones]      3.7.10cvs38
3897
3898         * po/fr.po
3899         * src/common/defs.h
3900                 Fix references to old dotsrc mailing lists
3901
3902 2011-10-19 [mones]      3.7.10cvs37
3903
3904         * src/prefs_msg_colors.c
3905                 Fix Ok/Cancel buttons in color selector of preferences
3906
3907 2011-10-17 [colin]      3.7.10cvs36
3908
3909         * src/gtk/gtkshruler.c
3910                 (Probably) fix GTK+ <= 2.22
3911
3912 2011-10-17 [colin]      3.7.10cvs35
3913
3914         * src/gtk/gtkshruler.c
3915                 Fix GTK+2.22 build
3916
3917 2011-10-17 [mones]      3.7.10cvs34
3918
3919         * src/addrbook.c
3920         * src/exportldif.c
3921         * src/jpilot.c
3922         * src/mutt.c
3923         * src/pine.c
3924         * src/procmsg.c
3925         * src/vcard.c
3926                 Fix potential out-of-buffer writes
3927
3928 2011-10-17 [mones]      3.7.10cvs33
3929
3930         * src/main.c
3931                 Use just one g_print call per option; correct indentation
3932
3933 2011-10-17 [colin]      3.7.10cvs32
3934
3935         * src/compose.c
3936         * src/compose.h
3937         * src/gtk/Makefile.am
3938         * src/gtk/gtkshruler.c
3939         * src/gtk/gtkshruler.h
3940         * src/gtk/gtkunit.c
3941         * src/gtk/gtkunit.h
3942                 Reimplement ruler using the GTK widgets. Thanks
3943                 to Hanno for the initial patch.
3944
3945 2011-10-17 [colin]      3.7.10cvs31
3946
3947         * src/action.c
3948         * src/main.c
3949         * src/gtk/gtkutils.c
3950         * src/gtk/gtkutils.h
3951                 Undeprecate GIO/GdkCondition
3952
3953 2011-10-16 [mones]      3.7.10cvs30
3954
3955         * src/main.c
3956                 Add --compose-from-file option to open composition
3957                 window with the headers and body from a file; based
3958                 on Debian patch to fix http://bugs.debian.org/544868
3959
3960 2011-10-15 [mones]      3.7.10cvs29
3961
3962         * manual/advanced.xml
3963                 Document new summary_from_show hidden preference
3964
3965 2011-10-15 [paul]       3.7.10cvs28
3966
3967         * src/compose.c
3968                 compose_create_tags() - fix misplaced 'int i'
3969                 compose_entry_mark_default_to() - fix To field highlighting
3970
3971 2011-10-09 [colin]      3.7.10cvs27
3972
3973         * src/addr_compl.c
3974                 Fix address completion
3975
3976 2011-10-07 [colin]      3.7.10cvs26
3977
3978         * src/prefs_filtering_action.c
3979         * src/gtk/gtkutils.h
3980                 Fix build with GTK+2.20
3981
3982 2011-10-07 [colin]      3.7.10cvs25
3983
3984         * src/gtk/Makefile.am
3985         * src/gtk/gdkkeysyms-new.h
3986         * src/gtk/gtkutils.h
3987                 Copy the new GDK_KEY_* definitions for older GTKs
3988
3989 2011-10-07 [colin]      3.7.10cvs24
3990
3991         * configure.ac
3992                 Fix typos (thanks to Hanno)
3993
3994 2011-10-07 [colin]      3.7.10cvs23
3995
3996         * src/compose.c
3997         * src/gtk/gtkshruler.c
3998         * src/gtk/gtkshruler.h
3999                 Disable ruler starting from 2.24.
4000
4001 2011-10-07 [colin]      3.7.10cvs22
4002
4003         * configure.ac
4004         * src/messageview.c
4005         * src/gtk/Makefile.am
4006                 GTK2 build fix
4007
4008 2011-10-07 [colin]      3.7.10cvs21
4009
4010         * configure.ac
4011         * src/action.c
4012         * src/addr_compl.c
4013         * src/addrgather.c
4014         * src/compose.c
4015         * src/compose.h
4016         * src/editldap.c
4017         * src/mainwindow.c
4018         * src/message_search.c
4019         * src/mimeview.c
4020         * src/mimeview.h
4021         * src/prefs_account.c
4022         * src/prefs_compose_writing.c
4023         * src/prefs_filtering_action.c
4024         * src/prefs_folder_item.c
4025         * src/prefs_logging.c
4026         * src/prefs_matcher.c
4027         * src/prefs_message.c
4028         * src/prefs_other.c
4029         * src/prefs_receive.c
4030         * src/prefs_summaries.c
4031         * src/prefs_wrapping.c
4032         * src/printing.c
4033         * src/ssl_manager.c
4034         * src/statusbar.c
4035         * src/stock_pixmap.c
4036         * src/summary_search.c
4037         * src/textview.c
4038         * src/gtk/Makefile.am
4039         * src/gtk/colorlabel.c
4040         * src/gtk/gtkutils.c
4041         * src/gtk/gtkutils.h
4042         * src/gtk/logwindow.c
4043         * src/gtk/menu.c
4044         * src/gtk/menu.h
4045         * src/gtk/quicksearch.c
4046         * src/gtk/spell_entry.c
4047         * src/plugins/bogofilter/bogofilter_gtk.c
4048         * src/plugins/dillo_viewer/dillo_viewer.c
4049         * src/plugins/pgpcore/prefs_gpg.c
4050         * src/plugins/spamassassin/spamassassin_gtk.c
4051                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
4052                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
4053                 ported (especially GtkCMOptionMenu)
4054
4055 2011-10-07 [colin]      3.7.10cvs20
4056
4057         * src/account.c
4058         * src/action.c
4059         * src/addr_compl.c
4060         * src/addrcustomattr.c
4061         * src/addrduplicates.c
4062         * src/addressadd.c
4063         * src/addressbook.c
4064         * src/addressbook_foldersel.c
4065         * src/addrgather.c
4066         * src/alertpanel.c
4067         * src/browseldap.c
4068         * src/compose.c
4069         * src/editaddress.c
4070         * src/editaddress_other_attributes_ldap.c
4071         * src/editbook.c
4072         * src/editgroup.c
4073         * src/editjpilot.c
4074         * src/editldap.c
4075         * src/editldap_basedn.c
4076         * src/edittags.c
4077         * src/editvcard.c
4078         * src/exphtmldlg.c
4079         * src/expldifdlg.c
4080         * src/export.c
4081         * src/foldersel.c
4082         * src/folderview.c
4083         * src/grouplistdialog.c
4084         * src/import.c
4085         * src/importldif.c
4086         * src/importmutt.c
4087         * src/importpine.c
4088         * src/mainwindow.c
4089         * src/message_search.c
4090         * src/messageview.c
4091         * src/mimeview.c
4092         * src/prefs_actions.c
4093         * src/prefs_customheader.c
4094         * src/prefs_display_header.c
4095         * src/prefs_filtering.c
4096         * src/prefs_filtering_action.c
4097         * src/prefs_folder_column.c
4098         * src/prefs_matcher.c
4099         * src/prefs_msg_colors.c
4100         * src/prefs_other.c
4101         * src/prefs_summaries.c
4102         * src/prefs_summary_column.c
4103         * src/prefs_summary_open.c
4104         * src/prefs_template.c
4105         * src/prefs_toolbar.c
4106         * src/printing.c
4107         * src/sourcewindow.c
4108         * src/ssl_manager.c
4109         * src/summary_search.c
4110         * src/summaryview.c
4111         * src/textview.c
4112         * src/uri_opener.c
4113         * src/gtk/about.c
4114         * src/gtk/colorsel.c
4115         * src/gtk/combobox.c
4116         * src/gtk/description_window.c
4117         * src/gtk/foldersort.c
4118         * src/gtk/gtkaspell.c
4119         * src/gtk/gtkcmclist.c
4120         * src/gtk/gtkcmctree.c
4121         * src/gtk/gtkcmoptionmenu.c
4122         * src/gtk/gtkutils.c
4123         * src/gtk/icon_legend.c
4124         * src/gtk/inputdialog.c
4125         * src/gtk/logwindow.c
4126         * src/gtk/pluginwindow.c
4127         * src/gtk/prefswindow.c
4128         * src/gtk/quicksearch.c
4129         * src/plugins/pgpcore/passphrase.c
4130         * src/plugins/pgpcore/select-keys.c
4131                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4132                 to replace GDK_* by GDK_KEY_*.
4133
4134 2011-10-07 [colin]      3.7.10cvs19
4135
4136         * AUTHORS
4137         * src/account.c
4138         * src/action.c
4139         * src/addr_compl.c
4140         * src/addressbook.c
4141         * src/alertpanel.c
4142         * src/compose.c
4143         * src/edittags.c
4144         * src/folderview.c
4145         * src/grouplistdialog.c
4146         * src/image_viewer.c
4147         * src/mainwindow.c
4148         * src/mimeview.c
4149         * src/noticeview.c
4150         * src/prefs_filtering_action.c
4151         * src/prefs_folder_column.c
4152         * src/prefs_msg_colors.c
4153         * src/prefs_summary_column.c
4154         * src/prefs_toolbar.c
4155         * src/printing.c
4156         * src/stock_pixmap.c
4157         * src/summaryview.c
4158         * src/textview.c
4159         * src/undo.c
4160         * src/wizard.c
4161         * src/gtk/about.c
4162         * src/gtk/authors.h
4163         * src/gtk/colorlabel.c
4164         * src/gtk/colorsel.c
4165         * src/gtk/gtkcmclist.c
4166         * src/gtk/gtkcmctree.c
4167         * src/gtk/gtkcmoptionmenu.c
4168         * src/gtk/gtksctree.c
4169         * src/gtk/gtkutils.c
4170         * src/gtk/gtkvscrollbutton.c
4171         * src/gtk/inputdialog.c
4172         * src/gtk/logwindow.c
4173         * src/gtk/menu.c
4174         * src/gtk/prefswindow.c
4175         * src/gtk/progressdialog.c
4176         * src/plugins/pgpcore/passphrase.c
4177         * src/plugins/trayicon/trayicon.c
4178                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4179                 Patch by Hanno Thurow-Meyer, many thanks to him !
4180
4181 2011-09-20 [colin]      3.7.10cvs18
4182
4183         * src/common/ssl.c
4184                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4185                 gnutls 3.0.3'
4186
4187 2011-09-18 [colin]      3.7.10cvs17
4188
4189         * src/news.c
4190                 Fix segfault when connection fails
4191
4192 2011-09-03 [colin]      3.7.10cvs16
4193
4194         * src/common/ssl.c
4195                 Use NORMAL instead of EXPORT priorities.
4196
4197 2011-09-02 [colin]      3.7.10cvs15
4198
4199         * configure.ac
4200         * src/common/ssl.c
4201                 Linking against gcrypt explicitely in order to call
4202                 gcry_control() for mutex setup isn't necessary anymore
4203                 starting from gnuTLS 2.11.
4204
4205 2011-08-31 [colin]      3.7.10cvs14
4206
4207         * src/plugins/pgpinline/pgpinline.c
4208         * src/plugins/pgpmime/pgpmime.c
4209                 Fix bug #2431, "Major memory leak in PGP message handling".
4210
4211 2011-08-31 [colin]      3.7.10cvs13
4212
4213         * AUTHORS
4214         * src/gtk/authors.h
4215         * src/mainwindow.c
4216         * src/messageview.c
4217         * src/gtk/authors.h
4218                 Apply Steve Rader's patch from bug #2388, "Add 
4219                 message view scrolling menu items"
4220
4221 2011-08-30 [colin]      3.7.10cvs12
4222
4223         * src/gtk/prefswindow.c
4224                 Fix layout issues (i.e. on SSL page if changing account
4225                 type prior to visiting it).
4226
4227 2011-08-30 [colin]      3.7.10cvs11
4228
4229         * configure.ac
4230         * src/common/ssl.c
4231                 Don't use deprecated functions for GnuTLS priorities.
4232                 Require GnuTLS 2.2 that is the first version with the
4233                 new function.
4234
4235 2011-08-30 [colin]      3.7.10cvs10
4236
4237         * src/common/socket.c
4238         * src/common/ssl.c
4239                 Long-term fix for bug #2402, "GnuTLS change breaks socket
4240                 communication", as per http://savannah.gnu.org/support/?107660
4241
4242 2011-08-30 [colin]      3.7.10cvs9
4243
4244         * src/etpan/imap-thread.c
4245         * src/etpan/nntp-thread.c
4246                 Remove dead openSSL code
4247
4248 2011-08-30 [colin]      3.7.10cvs8
4249
4250         * src/ssl_manager.c
4251         * src/common/ssl.c
4252         * src/common/ssl_certificate.c
4253         * src/common/ssl_certificate.h
4254         * src/etpan/imap-thread.c
4255         * src/etpan/nntp-thread.c
4256                 Fix bug #2127, "SSL cert check uses canonical name instead of
4257                 specified name"
4258
4259 2011-08-29 [colin]      3.7.10cvs7
4260
4261         * src/prefs_account.c
4262                 Fix X-Mailer option not appearing on IMAP
4263
4264 2011-08-29 [colin]      3.7.10cvs6
4265
4266         * src/plugins/pgpcore/Makefile.am
4267         * src/plugins/pgpinline/Makefile.am
4268         * src/plugins/pgpmime/Makefile.am
4269         * src/plugins/smime/Makefile.am
4270                 Windows build fix:
4271                 libtool: link: require no space between `-L' and `.'
4272
4273 2011-08-29 [colin]      3.7.10cvs5
4274
4275         * src/account.c
4276         * src/compose.c
4277         * src/prefs_account.c
4278         * src/prefs_account.h
4279                 Revert cvs4 which is rather illogical and instead
4280                 use Fabian's patch from bug #2471
4281
4282 2011-08-29 [colin]      3.7.10cvs4
4283
4284         * src/compose.c
4285                 Don't insert custom headers that have empty values.
4286                 Allows not inserting X-Mailer if it's set to nothing.
4287                 Fixes bug #2471, "Make setting an X-Mailer header optional".
4288
4289 2011-08-29 [colin]      3.7.10cvs3
4290
4291         * src/image_viewer.c
4292         * src/textview.c
4293         * src/gtk/gtkutils.c
4294         * src/gtk/gtkutils.h
4295                 Handle EXIF orientation in images (both in textview's
4296                 preview and image viewer)
4297
4298 2011-08-28 [paul]       3.7.10cvs2
4299
4300         * src/prefs_common.c
4301         * src/prefs_common.h
4302         * src/summaryview.c
4303                 add new hidden option to control the display in the From
4304                 column in the Message List: 0 (default): show name,
4305                 1: show address, 2: show name + address
4306
4307 2011-08-27 [paul]       3.7.10cvs1
4308
4309         * po/POTFILES.in
4310         * src/common/ssl_certificate.c
4311         * src/etpan/imap-thread.c
4312         * src/etpan/nntp-thread.c
4313                 offer up some missing log_error() strings to translators
4314
4315 2011-08-27 [paul]       3.7.10
4316         * NEWS
4317         * README
4318         * RELEASE_NOTES 
4319                 3.7.10 unleashed!               
4320
4321 2011-08-27 [paul]       3.7.9cvs52
4322
4323         * po/cs.po
4324         * po/fr.po
4325         * po/hu.po
4326         * po/lt.po
4327         * po/pt_BR.po
4328         * po/sk.po
4329                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4330                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4331
4332 2011-08-27 [mones]      3.7.9cvs51
4333
4334         * claws-mail.desktop
4335                 Include generic name and comment translations
4336                 Thanks to all the people on the translators ML!
4337
4338 2011-08-23 [paul]       3.7.9cvs50
4339
4340         * src/common/ssl.c
4341                 probable/possible fix/workaround for bug 2402,
4342                 'can't download message from pop3 server'
4343
4344 2011-08-18 [paul]       3.7.9cvs49
4345
4346         * manual/handling.xml
4347                 fix typos. thanks to vilpan
4348
4349 2011-08-17 [paul]       3.7.9cvs48
4350
4351         * tools/claws.i18n.status.pl
4352                 add Mindaugas Baranauskas (Lithuanian)
4353
4354 2011-08-14 [mir]        3.7.9cvs47
4355
4356         * src/news.c
4357         * src/etpan/nntp-thread.c
4358                 Fix bug 2418. Patch provided by Sébastien Bigaret with
4359                 some minor contribution by me.
4360
4361 2011-08-13 [mir]        3.7.9cvs46
4362
4363         * src/etpan/nntp-thread.c
4364                 Fix bug when NNTP server sends authentication warning
4365                 as part of the connection session. Privously etpan would
4366                 bail out for any return code other than NEWSNNTP_NO_ERROR
4367                 but as early as the connection session a return code like
4368                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4369                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4370                 be considered as an error.
4371
4372 2011-08-12 [paul]       3.7.9cvs45
4373
4374         * src/mimeview.c
4375                 3.7.9cvs43 mistakenly dropped off the info
4376                 about the mime part from the tooltip
4377
4378 2011-08-12 [wwp]        3.7.9cvs44
4379
4380         * src/gtk/quicksearch.c
4381          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4382
4383 2011-08-09 [paul]       3.7.9cvs43
4384
4385         * src/mimeview.c
4386                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4387
4388 2011-08-06 [paul]       3.7.9cvs42
4389
4390         * src/compose.c
4391                 fix cursor placement in Forward template
4392
4393 2011-08-06 [paul]       3.7.9cvs41
4394
4395         * src/gtk/description_window.c
4396                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4397
4398 2011-08-05 [holger]     3.7.9cvs40
4399
4400         * claws-mail.desktop
4401                 Revert 3.7.9cvs35 for now, it may be problematic
4402                 (see bug #2450)
4403
4404 2011-08-05 [paul]       3.7.9cvs39
4405
4406         * src/mainwindow.c
4407         * src/messageview.c
4408                 use 'Collapse quotes' rather than 'Fold quotes' on
4409                 labels, for consistency
4410         * src/toolbar.c
4411                 use 'Receive mail from account' rather than 'on account'
4412
4413 2011-07-30 [mir]        3.7.9cvs38
4414
4415         * src/etpan/Makefile.am
4416         * src/plugins/pgpcore/Makefile.am
4417         * src/plugins/pgpmime/Makefile.am
4418         * src/plugins/smime/Makefile.am
4419                 Fix broken build on Debian Sid. enchant.h cannot be
4420                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4421                 present in Makefile.am. Apparently enchant.h in older
4422                 versions were placed in /usr/include which is always
4423                 scanned be default.
4424
4425 2011-07-21 [mones]      3.7.9cvs37
4426
4427         * src/common/plugin.c
4428         * src/common/plugin.h
4429                 Make licences allowed for plugins more explicit and also
4430                 accept dual (or more) licences when properly formatted.
4431                 Doesn't require any change on current plugins.
4432
4433 2011-07-18 [mones]      3.7.9cvs36
4434
4435         * manual/advanced.xml
4436                 Document briefly tags feature.
4437         * manual/glossary.xml
4438                 Fix definition to avoid confussion with tags.
4439         * manual/es/advanced.xml
4440         * manual/es/glossary.xml
4441                 Synchronize Spanish translation with the above.
4442
4443 2011-07-07 [holger]     3.7.9cvs35
4444
4445         * claws-mail.desktop
4446                 Add indicator stuff to the desktop file
4447                 Taken from bug #2450
4448
4449 2011-07-06 [paul]       3.7.9cvs34
4450
4451         * src/edittags.c
4452                 fix English usage
4453
4454 2011-07-06 [mones]      3.7.9cvs33
4455
4456         * src/edittags.c
4457                 Do not create an empty tag name row in panel and
4458                 warn user about using a non-reserved tag instead
4459
4460 2011-07-05 [mones]      3.7.9cvs32
4461
4462         * src/imap.c
4463         * src/common/tags.c
4464         * src/common/tags.h
4465         * src/etpan/imap-thread.c
4466                 Make constants for reserved tags and use them
4467                 Removed also duplicate comparison while at it
4468
4469 2011-07-05 [paul]       3.7.9cvs31
4470
4471         * src/compose.c
4472                 when using a Compose template, only place the cursor
4473                 in the body when the cursor symbol, %cursor (%X), is used
4474
4475 2011-07-03 [paul]       3.7.9cvs30
4476
4477         * src/main.c
4478                 do main_window_popup(mainwin); on plugin load error, or
4479                 else the warning dialogue and mainwindow stays minimised
4480                 and hidden
4481
4482 2011-07-03 [paul]       3.7.9cvs29
4483
4484         * src/wizard.c
4485                 fix bug 2462, 'Building without GnuTLS support leads to a
4486                 failure in wizard.c'
4487
4488 2011-07-03 [paul]       3.7.9cvs28
4489
4490         * src/mainwindow.c
4491         * src/mainwindow.h
4492         * src/summaryview.c
4493                 fix bug #2461, 'popup menu in message list displays
4494                 'move to trash' and 'delete''.
4495                 Add a new sensitivity condition 'M_NOT_TRASH' and
4496                 remove the broken workaround for right-click in summaryview.c.
4497                 Fix broken main menu sensitivity for "Menu/Message/Move" in
4498                 News folder.
4499
4500 2011-06-21 [paul]       3.7.9cvs27
4501
4502         * src/mainwindow.c
4503                 revert 3.7.9cvs2, it does no good
4504
4505 2011-06-18 [mir]        3.7.9cvs26
4506
4507         * configure.ac
4508                 Fix autoconf warnings introduced in autoconf >= 2.64
4509
4510 2011-06-05 [paul]       3.7.9cvs25
4511
4512         * po/ca.po
4513         * po/cs.po
4514         * po/de.po
4515         * po/it.po
4516         * po/ja.po
4517         * po/pt_PT.po
4518         * po/sk.po
4519         * po/uk.po
4520                 fix strings where an informational message has been
4521                 wrongly entered into the translated string
4522         * src/toolbar.c
4523                 enable 'Trash' and 'Sender' to be translated based on
4524                 the context, e.g. as button text and as mail header
4525         * src/gtk/about.c
4526                 fix english in Info tab
4527
4528 2011-05-25 [colin]      3.7.9cvs24
4529
4530         * src/action.c
4531                 Fix bug #2439, "use bitwise operator for bitmask instead of
4532                 logical operator". Thanks to Nicolas Kaiser for the patch.
4533
4534 2011-05-18 [colin]      3.7.9cvs23
4535
4536         * src/news.c
4537                 Fix missing group selection before xover if the
4538                 connection was reset before.
4539
4540 2011-05-12 [colin]      3.7.9cvs22
4541
4542         * src/common/utils.c
4543                 Fix bug #2412, "Send account mail address in Message-ID
4544                 wrongly implemented". Patch by Fabian Keil.
4545
4546 2011-05-12 [mones]      3.7.9cvs21
4547
4548         * src/etpan/nntp-thread.c
4549                 Fix bug #2418 "NNTP authentication is broken"
4550
4551 2011-05-09 [pawel]      3.7.9cvs20
4552
4553         * src/mainwindow.c
4554         * src/prefs_folder_item.c
4555                 Small UI fixes
4556
4557 2011-05-05 [colin]      3.7.9cvs19
4558
4559         * src/imap.c
4560         * src/inc.c
4561         * src/news.c
4562         * src/send_message.c
4563                 Fix bug #2184, "Add account name information inside network log".
4564                 Initial patch by MSulchan Darmawan, expanded to other protocols.
4565                 This stuff is too much copy-pasted.
4566
4567
4568 2011-04-30 [colin]      3.7.9cvs18
4569
4570         * src/main.c
4571                 Fix bug #2414, 'Claws segfaults on startup with
4572                 notification plugin enabled". Thanks Christian
4573                 Faulhammer for the patch.
4574
4575 2011-04-27 [colin]      3.7.9cvs17
4576
4577         * src/codeconv.c
4578                 Make Windows' encoding CP1251 for ru_RU locale
4579                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4580
4581 2011-04-24 [paul]       3.7.9cvs16
4582
4583         * manual/claws-mail-manual.xml
4584         * manual/de/claws-mail-manual.xml
4585         * manual/es/claws-mail-manual.xml
4586         * manual/fr/claws-mail-manual.xml
4587         * manual/it/claws-mail-manual.xml
4588                 update copyright year
4589
4590 2011-04-24 [paul]       3.7.9cvs15
4591
4592         * src/summaryview.c
4593                 fix bug #2353, 'Right-clicking on spam in order to delete
4594                 it causes it to show in message window'
4595
4596 2011-04-24 [paul]       3.7.9cvs14
4597
4598         * src/mainwindow.c
4599         * src/gtk/foldersort.c
4600         * src/gtk/foldersort.h
4601                 fix labelling, 'change folder order' to 'change mailbox order'
4602
4603 2011-04-23 [paul]       3.7.9cvs13
4604
4605         * configure.ac
4606                 fix bug #2409, 'Failed to compile under GCC 3.x : option
4607                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
4608                 committed in 3.7.8cvs19 
4609
4610 2011-04-11 [paul]       3.7.9cvs12
4611
4612         * src/plugins/trayicon/trayicon.c
4613                 fix build bug: gtk_status_icon_set_title() is available
4614                 since gtk 2.18.x not 2.14.x
4615
4616 2011-04-11 [paul]       3.7.9cvs11
4617
4618         * po/hu.po
4619                 updated by Páder RezsÅ‘
4620
4621 2011-04-10 [colin]      3.7.9cvs10
4622
4623         * src/addr_compl.c
4624         * src/addressbook.c
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_filtering_action.c
4632         * src/prefs_matcher.c
4633         * src/prefs_other.c
4634         * src/prefs_toolbar.c
4635         * src/summary_search.c
4636         * src/gtk/colorlabel.c
4637         * src/gtk/combobox.c
4638         * src/gtk/gtkcmoptionmenu.c
4639         * src/gtk/gtkshruler.c
4640         * src/gtk/gtkshruler.h
4641         * src/gtk/gtkutils.h
4642         * src/gtk/inputdialog.c
4643         * src/gtk/quicksearch.c
4644                 Revert the whole pile of crap introduced in
4645                 cvs9,8,7,4.
4646
4647 2011-04-10 [colin]      3.7.9cvs9
4648
4649         * src/compose.c
4650         * src/editaddress.c
4651         * src/editaddress_other_attributes_ldap.c
4652         * src/main.c
4653         * src/message_search.c
4654         * src/prefs_display_header.c
4655         * src/prefs_matcher.c
4656         * src/prefs_toolbar.c
4657         * src/summary_search.c
4658         * src/gtk/combobox.c
4659         * src/gtk/gtkutils.h
4660         * src/gtk/inputdialog.c
4661         * src/gtk/quicksearch.c
4662                 Finish fun with combo boxes. (hopefully)
4663
4664 2011-04-10 [colin]      3.7.9cvs8
4665
4666         * src/compose.c
4667         * src/prefs_filtering_action.c
4668         * src/gtk/combobox.c
4669         * src/gtk/gtkshruler.c
4670         * src/gtk/gtkshruler.h
4671                 More undeprecation. GTKSHRuler is #if'ed out. We can
4672                 still decide to maintain the old GtkRuler widget in-tree
4673                 if the lack of ruler in Compose window is too
4674                 annoying.
4675
4676 2011-04-10 [colin]      3.7.9cvs7
4677
4678         * src/addr_compl.c
4679         * src/addressbook.c
4680         * src/compose.c
4681         * src/editaddress_other_attributes_ldap.c
4682         * src/message_search.c
4683         * src/prefs_display_header.c
4684         * src/prefs_filtering_action.c
4685         * src/prefs_other.c
4686         * src/prefs_toolbar.c
4687         * src/summary_search.c
4688         * src/gtk/colorlabel.c
4689         * src/gtk/combobox.c
4690         * src/gtk/gtkcmoptionmenu.c
4691         * src/gtk/gtkutils.h
4692                 More comboboxtext undeprecation
4693
4694 2011-04-10 [colin]      3.7.9cvs6
4695
4696         * src/messageview.c
4697                 Fix it better.
4698
4699 2011-04-10 [colin]      3.7.9cvs5
4700
4701         * src/messageview.c
4702                 Fix age-old typo.
4703
4704 2011-04-10 [colin]      3.7.9cvs4
4705
4706         * src/compose.c
4707         * src/editaddress_other_attributes_ldap.c
4708         * src/message_search.c
4709         * src/prefs_display_header.c
4710         * src/prefs_filtering_action.c
4711         * src/prefs_other.c
4712         * src/prefs_toolbar.c
4713         * src/summary_search.c
4714         * src/gtk/combobox.c
4715         * src/gtk/gtkutils.h
4716                 gtk_combo_box_*_text() is deprecated, and
4717                 gtk_combo_box_text_*() is the new hotness.
4718
4719 2011-04-10 [colin]      3.7.9cvs3
4720
4721         * src/addr_compl.c
4722         * src/addressbook.c
4723         * src/browseldap.c
4724         * src/compose.c
4725         * src/folder.c
4726         * src/folderview.c
4727         * src/gtk/gtkvscrollbutton.c
4728         * src/gtk/gtkvscrollbutton.h
4729                 s/GtkFunction/GSourceFunc
4730
4731 2011-04-10 [colin]      3.7.9cvs2
4732
4733         * src/mainwindow.c
4734                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4735                 This is the patch from bug #2396, it should be innocuous even
4736                 if that's useless to do deiconify + present window...
4737
4738 2011-04-09 [paul]       3.7.9cvs1
4739
4740         * src/prefs_summaries.c
4741                 fix typo in string. (thanks, Brad!)
4742
4743 2011-04-09 [paul]       3.7.9
4744         * NEWS
4745         * README
4746         * RELEASE_NOTES 
4747                 3.7.9 unleashed!        
4748
4749 2011-04-09 [paul]       3.7.8cvs78
4750
4751         * po/cs.po
4752         * po/es.po
4753         * po/fi.po
4754         * po/fr.po
4755         * po/lt.po
4756         * po/pt_BR.po
4757         * po/sk.po
4758         * po/uk.po
4759                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4760                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4761                 Slavko, and Yarema
4762
4763 2011-04-09 [colin]      3.7.8cvs77
4764
4765         * src/gtk/filesel.c
4766                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4767                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4768                 encoding filename. Hooray for stupid.
4769
4770 2011-04-08 [colin]      3.7.8cvs76
4771
4772         * src/action.c
4773                 Fix action Stop: if child does not react to SIGTERM, it'll
4774                 probably start behaving when it'll get a SIGKILL on the user's
4775                 second press on Stop.
4776                 Fixes bug #2237, "User action makes Claws unresponsive".
4777
4778 2011-04-08 [colin]      3.7.8cvs75
4779
4780         * src/account.c
4781         * src/folder.c
4782         * src/folder.h
4783         * src/folder_item_prefs.c
4784         * src/folder_item_prefs.h
4785         * src/prefs_account.c
4786                 Fix bug #2382, "folderitemrc not updated when account
4787                 name is changed". Indeed, this wasn't done.
4788
4789 2011-04-08 [wwp]        3.7.8cvs74
4790
4791         * src/procmime.c
4792         Add support for quoted values (*="value").
4793         This commonly fixes a trailing quote appearing to filenames
4794         sent by iphone Mail (not sure if it's culprit at all, though).
4795
4796 2011-04-08 [colin]      3.7.8cvs73
4797
4798         * src/gtk/filesel.c
4799                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
4800                 caused by attachments with extended chars in the file name". Patch
4801                 derived from a patch bt Fabien Keil
4802
4803 2011-04-05 [wwp]        3.7.8cvs72
4804
4805         * src/compose.c
4806                 A debug string not to translate.
4807
4808 2011-04-03 [colin]      3.7.8cvs71
4809
4810         * src/common/utils.h
4811                 Fix bug #2394, "backtrace() crashes on FreeBSD"
4812                 That's not the first bug-report where internal
4813                 debug-only backtrace() crashes on FreeBSD.
4814
4815 2011-04-03 [colin]      3.7.8cvs70
4816
4817         * src/compose.c
4818                 Fix bug #2365 again, "Crash when auto-scrolling headers in
4819                 compose window".
4820                 Batch-mode compose windows (from filtering actions) shouldn't
4821                 try to access stuff after flushing events...
4822
4823 2011-03-31 [paul]       3.7.8cvs69
4824
4825         * INSTALL
4826                 update as gtk >= 2.10 now required
4827                 (because I'll never remember to do this later)
4828
4829 2011-03-26 [paul]       3.7.8cvs68
4830
4831         * src/messageview.c
4832                 fix separators in Go To menu
4833
4834 2011-03-20 [colin]      3.7.8cvs67
4835
4836         * configure.ac
4837                 Drop the *_DISABLE_DEPRECATED. We'll put them back
4838                 when we'll have time to handle them
4839
4840 2011-03-18 [paul]       3.7.8cvs66
4841
4842         * src/textview.c
4843                 make user-facing message more accurate -
4844                 'Network Log' not 'View Log'
4845
4846 2011-03-17 [wwp]        3.7.8cvs65
4847
4848         * po/fr.po
4849                 Fix a typo around plural form, as reported by
4850                 Yannick Palanque.
4851
4852 2011-03-15 [colin]      3.7.8cvs64
4853
4854         * AUTHORS
4855         * src/gtk/authors.h
4856         * src/main.c
4857                 Fix bug #2381, "Support for NetworkManager 0.9".
4858                 Patch by Mikhail Efremov
4859
4860 2011-03-04 [colin]      3.7.8cvs63
4861
4862         * src/mimeview.c
4863         * src/mimeview.h
4864                 Fix segfault on Windows
4865         * src/exporthtml.c
4866         * src/common/utils.c
4867         * src/common/w32_unistd.c
4868         * src/common/w32lib.h
4869                 Rationalize use of time_r() funcs (pthread do define them)
4870
4871 2011-03-02 [pawel]      3.7.8cvs62
4872
4873         * src/wizard.c
4874                 Re-implement widgets aligning, switch from GtkSizeGroup
4875                 to GtkTable - this should fix disappearing labels
4876
4877 2011-03-01 [pawel]      3.7.8cvs61
4878
4879         * src/wizard.c
4880                 Wizard GUI cleanups. Make it look and behave more
4881                 like account preferences.
4882
4883 2011-02-23 [colin]      3.7.8cvs60
4884
4885         * src/common/Makefile.am
4886                 Fix make dist
4887
4888 2011-02-23 [colin]      3.7.8cvs59
4889
4890         * src/Makefile.am
4891         * src/main.c
4892         * src/common/Makefile.am
4893         * src/common/plugin.c
4894         * src/common/valgrind.h
4895                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4896                 Use valgrind's own header.
4897
4898 2011-02-22 [colin]      3.7.8cvs58
4899
4900         * src/prefs_account.c
4901                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4902                 signed message" upon new installation. This is disturbing when PGP
4903                 plugins are loaded by default.
4904
4905 2011-02-16 [paul]       3.7.8cvs57
4906
4907         * src/*
4908                 update copyright headers throughout
4909
4910 2011-02-16 [paul]       3.7.8cvs56
4911
4912         * src/summaryview.c
4913                 use gettext plural form for "item selected"/"items selected"
4914
4915 2011-02-13 [colin]      3.7.8cvs55
4916
4917         * src/mimeview.c
4918         * src/mimeview.h
4919                 Fix bug #2361, "Claws crashes after PGP Check in separate
4920                 msg view". Don't let the cancel thread lie around after
4921                 the verification ended.
4922
4923 2011-02-13 [paul]       3.7.8cvs54
4924
4925         * po/lt.po
4926                 updated by Mindaugas Baranauskas
4927
4928 2011-02-11 [mones]      3.7.8cvs53
4929
4930         * manual/es/advanced.xml
4931                 Sync with English manual
4932         * src/imap.c
4933                 Fix remaining mismatched alloc/free from cppcheck
4934
4935 2011-02-10 [pawel]      3.7.8cvs52
4936
4937         * src/ldapupdate.c
4938                 Fix memleaks
4939
4940 2011-02-10 [pawel]      3.7.8cvs51
4941
4942         * src/prefs_toolbar.c
4943                 - set menus sensitivity in item type combo depending on
4944                   availability of actions / plugin hooks
4945                 - style fixes, spaces instead of tabs mostly
4946
4947 2011-02-10 [paul]       3.7.8cvs50
4948
4949         * src/prefs_account.c
4950                 move the 'send acc mail addr in msg-id" option to
4951                 the send page
4952
4953 2011-02-10 [paul]       3.7.8cvs49
4954
4955         * src/prefs_account.c
4956                 move the 'expunge immediately' option to a more
4957                 suitable page
4958
4959 2011-02-05 [pawel]      3.7.8cvs48
4960
4961         * manual/advanced.xml
4962                 Document new hidden pref
4963         * src/folder.c
4964                 Dont treat mimeparts referenced by others as
4965                 real attachments
4966         * src/mimeview.c
4967         * src/prefs_common.c
4968         * src/prefs_common.h
4969                 Add ability to hide inline attachments referenced
4970                 by other mimeparts in MimeView. To enable this
4971                 feature set show_inline_attachments=0 in your clawsrc
4972
4973 2011-01-25 [colin]      3.7.8cvs47
4974
4975         * src/matcher.c
4976                 Fix matcher body parsing: decode mails with our
4977                 MIME parser. This speeds up body search a bit as
4978                 binary attachments are not searched anymore, slows
4979                 down a bit full message searches, but not awfully.
4980         * src/summary_search.c
4981                 Use matcher API to search, in all cases (advanced search or
4982                 not). Also, fix little logic bugs related to combos history
4983         * src/common/utils.c
4984         * src/common/utils.h
4985         * src/procmime.c
4986         * src/procmime.h
4987                 Remove dead code, export functions needed by matcher.c
4988
4989 2011-01-25 [colin]      3.7.8cvs46
4990
4991         * src/compose.c
4992         * src/prefs_common.c
4993         * src/common/md5.c
4994         * src/common/ssl_certificate.c
4995                 Fix mismatched alloc/free (thanks to cppcheck)
4996
4997 2011-01-25 [colin]      3.7.8cvs45
4998
4999         * src/pop.c
5000                 Fix leak on error path
5001
5002 2011-01-23 [mones]      3.7.8cvs44
5003
5004         * manual/es/advanced.xml
5005                 Sync with English manual
5006
5007 2011-01-23 [paul]       3.7.8cvs43
5008
5009         * src/gtk/about.c
5010                 it's 2011, update copyright line
5011
5012 2011-01-23 [paul]       3.7.8cvs42
5013
5014         * manual/advanced.xml
5015         * src/prefs_common.c
5016         * src/prefs_common.h
5017         * src/textview.c
5018                 fix bug #2350, 'Make displaying localized date/time in
5019                 message view optional'.
5020                 This introduces a new hidden option (why do more?),
5021                 'msgview_date_format', which defaults to OFF, maintaining
5022                 the current and expected behaviour.
5023
5024 2011-01-21 [colin]      3.7.8cvs41
5025
5026         * src/procmime.c
5027                 Fix bug #2050, Clawsmail sends return receipt every seconds
5028                 We forgot to close the file when parsing 
5029                 disposition-notification fields, which made unlinking of the
5030                 corresponding emails in tempfolder/processing impossible in
5031                 Windows. Causing them to be re-fetched every time.
5032
5033 2011-01-21 [colin]      3.7.8cvs40
5034
5035         * claws-mail.desktop
5036                 Fix again bug #2346: We should have a %u parameter.
5037
5038 2011-01-21 [colin]      3.7.8cvs39
5039
5040         * src/plugins/spamassassin/spamassassin.c
5041                 Fix sa-learn when offline (its command line parsing is
5042                 space-dependant). Patch by Wolfgang Lorenz
5043
5044 2011-01-19 [pawel]      3.7.8cvs38
5045
5046         * claws-mail.desktop
5047                 Fix Bug 2346 'Please register x-handler-scheme
5048                  in .desktop file' patch by Laurent Bigonville
5049                 While I'm here update things to current
5050                 standards, fix desktop-file-validate warnings/errors
5051
5052 2011-01-18 [colin]      3.7.8cvs37
5053
5054         * src/common/smtp.c
5055                 Fix logic on SMTP AUTH: If the selected method isn't
5056                 available, say so instead of supposing it'll work.
5057                 Fixes bug #2039, 'SMTP AUTHENTICATION'
5058
5059 2011-01-15 [pawel]      3.7.8cvs36
5060
5061         * src/prefs_folder_item.c
5062                 Rework subject regexp simplify gui a bit, this give us better
5063                 options page layout (window with min width was too short to 
5064                 show all contents and thigs were unwieldy) and better preview
5065                 of regexp working/not working
5066
5067 2011-01-14 [pawel]      3.7.8cvs35
5068
5069         * src/textview.c
5070                 strncpy2() NULLify strings just fine, no need to be
5071                 extra "clever"
5072
5073 2011-01-14 [pawel]      3.7.8cvs34
5074
5075         * src/textview.c
5076                 Fix Bug #2165 'The date not localized in the message view'
5077                 Display Date header in messageview in the same way as in
5078                 summaryview by respecting date format set in preferences.
5079
5080 2011-01-06 [pawel]      3.7.8cvs33
5081
5082         * src/prefs_account.c
5083         * src/prefs_folder_item.c
5084         * src/prefs_quote.c
5085         * src/quote_fmt.c
5086                 Make quote templates widgets more compact
5087
5088 2011-01-06 [pawel]      3.7.8cvs32
5089
5090         * src/plugins/trayicon/trayicon.c
5091                 - fix logic bug which caused icon to be
5092                   always set no-mail status on plugin load
5093                 - force icon hide on plugin_done(), without
5094                   it empty space(?!) is left in tray under KDE3 and KDE4
5095
5096 2011-01-06 [colin]      3.7.8cvs31
5097
5098         * src/addrharvest.c
5099         * src/codeconv.c
5100         * src/codeconv.h
5101         * src/compose.c
5102         * src/news.c
5103         * src/procheader.c
5104         * src/procmime.c
5105         * src/unmime.c
5106         * src/unmime.h
5107                 Unmime headers differently whether they're addresses or not:
5108                 It's useless to quote things containing commas if it's in
5109                 subject, for example. (introduced in 3.7.8cvs26)
5110
5111 2011-01-06 [colin]      3.7.8cvs30
5112
5113         * src/gtk/gtkaspell.c
5114                 Complete previous patch
5115         * src/messageview.c
5116         * src/plugins/pgpinline/pgpinline.c
5117                 Coding style
5118
5119 2011-01-06 [paul]       3.7.8cvs29
5120
5121         * AUTHORS
5122         * configure.ac
5123         * po/lt.po
5124         * src/gtk/authors.h
5125                 add Lithuanian translation (approx. 65% complete)
5126                 submitted by Mindaugas Baranauskas
5127
5128 2011-01-06 [pawel]      3.7.8cvs28
5129
5130         * src/export.c
5131         * src/import.c
5132         * src/messageview.c
5133         * src/prefs_actions.c
5134         * src/procmime.c
5135         * src/gtk/gtkaspell.c
5136         * src/plugins/pgpinline/pgpinline.c
5137         * src/plugins/pgpmime/pgpmime.c
5138         * src/plugins/smime/smime.c
5139                 Fix memory/file descriptors leaks
5140
5141 2011-01-06 [paul]       3.7.8cvs27
5142
5143         * src/plugins/pgpcore/sgpgme.c
5144                 fix bug #2322, 'GPG Full info: showing subkey
5145                 ID instead of primary key fingerprint'
5146                 Patch by Sébastien Bigaret.
5147
5148 2011-01-03 [colin]      3.7.8cvs26
5149
5150         * src/unmime.c
5151                 Better quote-checking when unmim-ing headers
5152                 that may have comas.
5153
5154 2011-01-03 [colin]      3.7.8cvs25
5155
5156         * src/unmime.c
5157                 Fix bug #2299, "Incorrect handling of quoted printable coma
5158                 in headers". As this is really painful to fix by switching
5159                 the whole stuff to a list of headers tokens, we workaround
5160                 the problem by adding quotes around the encoded-word (making
5161                 it a quoted-string which continuity is already handled).
5162
5163 2011-01-03 [colin]      3.7.8cvs24
5164
5165         * src/procheader.c
5166                 Remove dead code
5167
5168 2010-12-23 [colin]      3.7.8cvs23
5169
5170         * src/compose.c
5171                 Finish fixing bug #2203: When forwarding (inline) and there
5172                 are some text/* parts with no name, set them a name and
5173                 set their disposition to attachment, so that recipients with
5174                 MUAs preferring HTML parts don't show them by default.
5175
5176 2010-12-22 [paul]       3.7.8cvs22
5177
5178         * src/compose.h
5179                 fix missing file in 3.7.8cvs20
5180
5181 2010-12-22 [colin]      3.7.8cvs21
5182
5183         * src/folderview.c
5184         * src/folderview.h
5185                 Implement a nicer scroll when drag and dropping
5186
5187 2010-12-22 [colin]      3.7.8cvs20
5188
5189         * src/compose.c
5190                 Store charset if available when attaching text/* parts
5191                 Fixes bug #2203, 'Problems in forwarding multipart/
5192                 alternative messages with HTML part'
5193
5194 2010-12-22 [colin]      3.7.8cvs19
5195
5196         * src/textview.c
5197                 Fix wrong free
5198
5199 2010-12-21 [colin]      3.7.8cvs18
5200
5201         * src/inc.c
5202         * src/send_message.c
5203         * src/common/session.c
5204         * src/common/session.h
5205                 Differentiate between running sessions and connected
5206                 sessions. Fixes bug #2332, "Crash when hitting cancel
5207                 on the SMTP status window"
5208
5209 2010-12-21 [colin]      3.7.8cvs17
5210
5211         * src/etpan/etpan-thread-manager.c
5212                 Dead code removal
5213
5214 2010-12-21 [colin]      3.7.8cvs16
5215
5216         * src/textview.c
5217                 Check whether we should continue loading the
5218                 current textview after inserting a possibly
5219                 big image.
5220
5221 2010-12-20 [colin]      3.7.8cvs15
5222
5223         * src/addrcindex.c
5224         * src/addrcindex.h
5225                 Removed. Dead code since ages!
5226         * src/addr_compl.c
5227         * src/gtk/gtkcmclist.c
5228         * src/gtk/gtkcmctree.c
5229         * src/gtk/gtksctree.c
5230                 undefine *_DISABLE_DEPRECATED in the files that
5231                 use deprecated interfaces. Implicit declarations
5232                 can lead to crashes as prototypes are unknown, as
5233                 evidenced by bug #2315.
5234
5235 2010-12-20 [colin]      3.7.8cvs14
5236
5237         * src/compose.c
5238                 Don't flush events when adding an header entry. This
5239                 can mess up the keypresses in the previous header.
5240                 Instead, make the scroll happen later (doing it on the
5241                 spot without flushing events doesn't work as the new
5242                 requisitions aren't set yet).
5243
5244 2010-12-20 [colin]      3.7.8cvs13
5245
5246         * src/mainwindow.c
5247                 Don't iconify at start on w32. This un-iconifies in the
5248                 background.
5249
5250 2010-12-20 [colin]      3.7.8cvs12
5251
5252         * src/common/base64.c
5253                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5254                 Patch by pochini at shiny.it
5255
5256 2010-12-19 [colin]      3.7.8cvs11
5257
5258         * src/ldapserver.c
5259                 Better debug.
5260
5261 2010-12-18 [colin]      3.7.8cvs10
5262
5263         * src/compose.c
5264                 Fix bug #2148, "Attachment content-transfer-encoding 
5265                 incorrectly set when signing emails". The RFC 2045
5266                 states that message/* and multipart/* encoding must
5267                 be either 7-bit, 8-bit or binary.
5268
5269 2010-12-18 [mones]      3.7.8cvs9
5270
5271         * src/ldaputil.c
5272                 Fix crash when searching or adding a LDAP server
5273
5274 2010-12-17 [colin]      3.7.8cvs8
5275
5276         * configure.ac
5277         * src/editldap.c
5278         * src/ldapquery.c
5279         * src/ldapserver.c
5280         * src/ldapupdate.c
5281         * src/ldaputil.c
5282         * src/ldaputil.h
5283                 Better error logging. Disable LDAP SSL/TLS on
5284                 Windows, it's crashy/non-worky.
5285
5286 2010-12-17 [colin]      3.7.8cvs7
5287
5288         * src/folder.c
5289                 Fix bug #2325, "messages remains in folder cache after moving
5290                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5291
5292 2010-12-17 [colin]      3.7.8cvs6
5293
5294         * src/addressadd.c
5295         * src/addressbook.c
5296         * src/addrindex.c
5297         * src/ldapquery.c
5298         * src/ldapquery.h
5299         * src/ldapserver.c
5300         * src/ldapserver.h
5301         * src/ldapupdate.c
5302         * src/ldaputil.c
5303         * src/ldaputil.h
5304                 Windows build fixes (w32 LDAP completely untested!)
5305
5306 2010-12-16 [colin]      3.7.8cvs5
5307
5308         * src/addrindex.c
5309         * src/editldap.c
5310         * src/ldapctrl.c
5311         * src/ldapquery.c
5312         * src/ldapserver.c
5313         * src/ldapserver.h
5314         * src/ldapupdate.c
5315         * src/ldaputil.c
5316                 Try to rationalize a bit LDAP connections
5317
5318 2010-12-16 [colin]      3.7.8cvs4
5319
5320         * src/prefs_spelling.c
5321         * src/common/defs.h
5322                 Add a button to get dictionaries (win32)
5323
5324 2010-12-16 [colin]      3.7.8cvs3
5325
5326         * src/prefs_matcher.c
5327                 Fix bug #2279, "crash when clicking 'define' in filter
5328                 configuring". Thanks to Theodor Ciobanu for the hint at
5329                 the problem.
5330
5331 2010-12-14 [colin]      3.7.8cvs2
5332
5333         * src/gtk/gtkaspell.c
5334                 Add missing guard for sys/wait.h
5335
5336 2010-12-05 [colin]      3.7.8cvs1
5337
5338         * tools/make.themes.project
5339                 Seems wget has changed naming of targets downloaded.
5340                 Fix it by always providing our own name.
5341                 [Pushing mones' patch again after messing with CVSROOT]
5342
5343 2010-12-04 [paul]       3.7.8
5344         * NEWS
5345         * README
5346         * RELEASE_NOTES 
5347                 3.7.8 unleashed!
5348
5349 2010-12-03 [paul]       3.7.7cvs11
5350
5351         * configure.ac
5352         * manual/xml2pdf ** REMOVED **
5353         * manual/dist/pdf/Makefile.am
5354         * manual/es/dist/pdf/Makefile.am
5355         * manual/fr/dist/pdf/Makefile.am
5356         * manual/pl/dist/pdf/Makefile.am
5357                 simplify check for tools needed for manual building,
5358                 remove xml2pdf and use docbook2pdf instead
5359
5360 2010-12-03 [mir]        3.7.7cvs10
5361
5362         * configure.ac
5363                 Fix bug so that configure option --disable-manual
5364                 actually disable building the manuals
5365
5366 2010-12-01 [pawel]      3.7.7cvs9
5367
5368         * src/crash.c
5369                 One more GTK+ 2.22 build fix
5370
5371 2010-11-30 [colin]      3.7.7cvs8
5372
5373         * src/action.c
5374                 Fix bug #2317, 'Action results in "Bad file descriptor"'
5375                 Introduced in 3.7.6cvs57. In fact the error has been there
5376                 since ages, and only new thing is the verification of the
5377                 various functions return code. Let the stuff work as it
5378                 does, as it seems to do the right thing since ages.
5379
5380 2010-11-28 [colin]      3.7.7cvs7
5381
5382         * src/gtk/quicksearch.c
5383                 Fix bug #2313, 'CLI quicksearch sometimes returns 
5384                 the same messages twice'. Patch by Sebastien Bigaret
5385
5386 2010-11-25 [paul]       3.7.7cvs6
5387
5388         * src/prefs_common.c
5389                 make "gtk_can_change_accels" FALSE by default.
5390                 fixes bug #2309, 'Shortcuts should not be modifiable
5391                 by default' (RFE)
5392
5393 2010-11-24 [mones]      3.7.7cvs5
5394
5395         * src/mainwindow.c
5396                 Add missing shortcuts for marking as spam and ham
5397                 Fixes Debian bug #599547
5398
5399 2010-11-22 [colin]      3.7.7cvs4
5400
5401         * src/compose.c
5402                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5403                 five patches were needed to fix a corner case
5404                 is a good indicator that is was bound to break
5405                 something.
5406
5407 2010-11-21 [colin]      3.7.7cvs3
5408
5409         * src/plugins/pgpcore/claws.def
5410                 Win32 build fix
5411
5412 2010-11-20 [wwp]        3.7.7cvs2
5413
5414         * src/main.c
5415           Fix either a typo or an irrelevant iff word there.
5416           IMO type and recursive possible values should be changed to
5417           smth simple and neat here, and help strings be really
5418           translatable.
5419
5420 2010-11-20 [colin]      3.7.7cvs1
5421
5422         * AUTHORS
5423                 Damn, forgot to commit this file twice.
5424
5425 2010-11-19 [paul]       3.7.7
5426         * NEWS
5427         * README
5428         * RELEASE_NOTES 
5429                 3.7.7 unleashed!
5430
5431 2010-11-19 [paul]       3.7.6cvs66
5432
5433         * po/ca.po
5434         * po/cs.po
5435         * po/de.po
5436         * po/es.po
5437         * po/fi.po
5438         * po/fr.po
5439         * po/hu.po
5440         * po/id.po
5441         * po/pt_BR.po
5442         * po/sk.po
5443         * po/uk.po
5444                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5445                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5446                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5447
5448 2010-11-17 [colin]      3.7.6cvs65
5449
5450         * src/common/utils.c
5451                 Separate email address from timestamp with a dot.
5452                 Fix coding style.
5453
5454 2010-11-17 [colin]      3.7.6cvs64
5455
5456         * src/common/utils.c
5457                 Fix multiple @ in generated message-ids.
5458                 That's not allowed in RFC 2822.
5459
5460 2010-11-16 [mones]      3.7.6cvs63
5461
5462         * manual/es/advanced.xml
5463                 Synchronise with English version
5464
5465 2010-11-04 [wwp]        3.7.6cvs62
5466
5467         * src/filtering.c
5468                 Fix bug 2293, "filtering: simplify expression", as simplifying
5469                 this expression doesn't make it less easy to understand and we
5470                 gain few cycles by making the logical expression more simple
5471                 by applying. Patch by Nicolas Kaiser.
5472
5473 2010-11-03 [colin]      3.7.6cvs61
5474
5475         * src/addrindex.c
5476                 Fix bug 2294, "addrindex.c: address index conversion always
5477                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5478
5479 2010-11-02 [wwp]        3.7.6cvs60
5480
5481         * src/action.c
5482         * src/statusbar.c
5483         * src/toolbar.c
5484                 Enlarge the progress bar (main window) a bit when compiling
5485                 for UMPCs like maemo: this solves truncated text that might
5486                 appear in the progress bar while processing messages.
5487                 Also use a more compact string format when displaying
5488                 progress like 'number/total', still for UMPCs, this fixes
5489                 a previous inconsistency with these format strings where
5490                 no space around the / were used sometimes.
5491
5492 2010-10-26 [ticho]      3.7.6cvs59
5493
5494         * src/news.c
5495                 Recreate NNTP session if server port setting has changed. Fixes
5496                 bug #2092.
5497
5498 2010-10-26 [colin]      3.7.6cvs58
5499
5500         * src/imap_gtk.c
5501         * src/mh_gtk.c
5502                 Fix copy-paste error, thanks to David Relson
5503                 for spotting it.
5504
5505 2010-10-18 [colin]      3.7.6cvs57
5506
5507         * src/action.c
5508         * src/addrharvest.c
5509         * src/alertpanel.c
5510         * src/filtering.c
5511         * src/jpilot.c
5512         * src/prefs_themes.c
5513         * src/procmime.c
5514         * src/textview.c
5515         * src/gtk/gtkutils.c
5516         * src/gtk/quicksearch.c
5517         * src/gtk/quicksearch.h
5518         * src/plugins/pgpcore/passphrase.c
5519         * src/plugins/spamassassin/libspamc.c
5520                 Fix warnings
5521
5522 2010-10-17 [colin]      3.7.6cvs56
5523
5524         * src/prefs_themes.c
5525         * src/gtk/gtkaspell.c
5526         * src/gtk/gtkutils.c
5527         * src/gtk/gtkutils.h
5528         * src/gtk/inputdialog.c
5529         * src/gtk/progressdialog.c
5530                 Undeprecate a few things
5531
5532 2010-10-17 [colin]      3.7.6cvs55
5533
5534         * src/main.c
5535         * src/gtk/authors.h
5536         * src/gtk/quicksearch.c
5537         * src/gtk/quicksearch.h
5538                 Add ability to search from the command-line.
5539                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5540                 Patch by Sebastien Bigarret.
5541
5542 2010-10-04 [mones]      3.7.6cvs54
5543
5544         * manual/dist/pdf/Makefile.am
5545                 Fix build of English PDF manual
5546                 (sh: Can't open ../../../xml2pdf)
5547
5548 2010-10-03 [colin]      3.7.6cvs53
5549
5550         * src/folder.c
5551         * src/folder.h
5552         * src/imap.c
5553         * src/mh.c
5554         * src/procmsg.c
5555                 Get rid of GRelation which were, mostly, used as
5556                 GHashTables. Probably fixes bug #2277, 'Segfault when
5557                 loading inbox for the first time'
5558
5559 2010-10-03 [mir]        3.7.6cvs52
5560
5561         * manual/de/dist/html/Makefile.am
5562         * manual/de/dist/pdf/Makefile.am
5563         * manual/de/dist/ps/Makefile.am
5564         * manual/de/dist/txt/Makefile.am
5565         * manual/dist/html/Makefile.am
5566         * manual/dist/pdf/Makefile.am
5567         * manual/dist/ps/Makefile.am
5568         * manual/dist/txt/Makefile.am
5569         * manual/es/dist/html/Makefile.am
5570         * manual/es/dist/pdf/Makefile.am
5571         * manual/es/dist/ps/Makefile.am
5572         * manual/es/dist/txt/Makefile.am
5573         * manual/fr/dist/html/Makefile.am
5574         * manual/fr/dist/pdf/Makefile.am
5575         * manual/fr/dist/ps/Makefile.am
5576         * manual/fr/dist/txt/Makefile.am
5577         * manual/pl/dist/html/Makefile.am
5578         * manual/pl/dist/pdf/Makefile.am
5579         * manual/pl/dist/ps/Makefile.am
5580         * manual/pl/dist/txt/Makefile.am
5581             Missing Makefile.am's for 3.7.6cvs49
5582
5583
5584 2010-10-03 [colin]      3.7.6cvs51
5585
5586         * po/POTFILES.in
5587                 Fix build
5588
5589 2010-10-02 [mir]        3.7.6cvs50
5590
5591         * manual/de/dist/html/Makefile.am
5592         * manual/de/dist/pdf/Makefile.am
5593         * manual/de/dist/ps/Makefile.am
5594         * manual/de/dist/txt/Makefile.am
5595         * manual/dist/html/Makefile.am
5596         * manual/dist/pdf/Makefile.am
5597         * manual/dist/ps/Makefile.am
5598         * manual/dist/txt/Makefile.am
5599         * manual/es/dist/html/Makefile.am
5600         * manual/es/dist/pdf/Makefile.am
5601         * manual/es/dist/ps/Makefile.am
5602         * manual/es/dist/txt/Makefile.am
5603         * manual/fr/dist/html/Makefile.am
5604         * manual/fr/dist/pdf/Makefile.am
5605         * manual/fr/dist/ps/Makefile.am
5606         * manual/fr/dist/txt/Makefile.am
5607         * manual/pl/dist/html/Makefile.am
5608         * manual/pl/dist/pdf/Makefile.am
5609         * manual/pl/dist/ps/Makefile.am
5610         * manual/pl/dist/txt/Makefile.am
5611             Part 2 of last commit which broke due to a permission error
5612             Avoid claws trying to build manuals if the required
5613             tools are not present.
5614
5615 2010-10-02 [mir]        3.7.6cvs49
5616
5617         * configure.ac
5618         * manual/de/dist/html/Makefile.am
5619         * manual/de/dist/pdf/Makefile.am
5620         * manual/de/dist/ps/Makefile.am
5621         * manual/de/dist/txt/Makefile.am
5622         * manual/dist/html/Makefile.am
5623         * manual/dist/pdf/Makefile.am
5624         * manual/dist/ps/Makefile.am
5625         * manual/dist/txt/Makefile.am
5626         * manual/es/dist/html/Makefile.am
5627         * manual/es/dist/pdf/Makefile.am
5628         * manual/es/dist/ps/Makefile.am
5629         * manual/es/dist/txt/Makefile.am
5630         * manual/fr/dist/html/Makefile.am
5631         * manual/fr/dist/pdf/Makefile.am
5632         * manual/fr/dist/ps/Makefile.am
5633         * manual/fr/dist/txt/Makefile.am
5634         * manual/pl/dist/html/Makefile.am
5635         * manual/pl/dist/pdf/Makefile.am
5636         * manual/pl/dist/ps/Makefile.am
5637         * manual/pl/dist/txt/Makefile.am
5638             1) Downgrade autoconf requirements to 2.59 to allow
5639             building on oldest supported Linux distributions.
5640             2) Only try to build manuals if the needed software
5641             is present.
5642
5643 2010-10-02 [colin]      3.7.6cvs48
5644
5645         * src/plugins/trayicon/trayicon.c
5646                 And fix theme updating.
5647
5648 2010-10-02 [colin]      3.7.6cvs47
5649
5650         * src/plugins/trayicon/trayicon.c
5651                 Got burnt by wrong indentation!
5652
5653 2010-10-02 [colin]      3.7.6cvs46
5654
5655         * configure.ac
5656                 Forgot to remove the directory from top-level
5657
5658 2010-10-02 [colin]      3.7.6cvs45
5659
5660         * src/plugins/trayicon/Makefile.am
5661         * src/plugins/trayicon/trayicon.c
5662         * src/plugins/trayicon/libeggtrayicon/.cvsignore
5663         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5664         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5665         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5666         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5667         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5668         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5669         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5670         * src/plugins/trayicon/libeggtrayicon/xembed.h
5671                 Finally get rid of Eggtrayicon, use GtkStatusIcon
5672                 instead (which can be done safely now that we 
5673                 require GTK+ 2.10).
5674
5675 2010-10-02 [colin]      3.7.6cvs44
5676
5677         * src/action.c
5678         * src/addr_compl.c
5679         * src/addressbook.c
5680         * src/addrgather.c
5681         * src/alertpanel.c
5682         * src/editaddress.c
5683         * src/editaddress_other_attributes_ldap.c
5684         * src/editgroup.c
5685         * src/folderview.c
5686         * src/grouplistdialog.c
5687         * src/headerview.c
5688         * src/image_viewer.c
5689         * src/importldif.c
5690         * src/main.c
5691         * src/mainwindow.c
5692         * src/message_search.c
5693         * src/mimeview.c
5694         * src/prefs_themes.c
5695         * src/summary_search.c
5696         * src/summaryview.c
5697         * src/toolbar.c
5698         * src/etpan/imap-thread.c
5699         * src/gtk/authors.h
5700         * src/gtk/gtkcmclist.c
5701         * src/gtk/gtkcmoptionmenu.c
5702         * src/gtk/gtkutils.c
5703         * src/gtk/gtkutils.h
5704         * src/gtk/gtkvscrollbutton.c
5705         * src/plugins/pgpcore/select-keys.c
5706         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5707                 Undeprecate for GTK+2.22. Patch by Reed Loden.
5708                 Fixes bug #2276, 'Compile in maintainer mode
5709                 fails on GTK+ 2.22'.
5710
5711 2010-10-02 [colin]      3.7.6cvs43
5712
5713         * configure.ac
5714                 It's now time to remove the temporary enable-openssl
5715                 option that was used when we removed OpenSSL. See 
5716                 bug #2276 comment #14.
5717
5718 2010-09-30 [wwp]        3.7.6cvs42
5719
5720         * src/prefs_account.c
5721         * src/prefs_filtering_action.c
5722         * src/prefs_matcher.c
5723                         Fix bug #2274, wrong color label index range
5724                         used w/ gtk_cmoption_menu (behaviour change
5725                         has been introduced w/ 3.5.0cvs49 apparently),
5726                         now it must be 1..N so let's use colorlabel value
5727                         (0..N) + 1.
5728                         
5729
5730 2010-09-20 [pawel]      3.7.6cvs41
5731
5732         * src/compose.c
5733         * src/mainwindow.c
5734         * src/summaryview.c
5735                 revert last patch
5736
5737 2010-09-19 [pawel]      3.7.6cvs40
5738
5739         * src/compose.c
5740         * src/mainwindow.c
5741         * src/summaryview.c
5742                 Set ML menus sensitivity accordingly to
5743                 possibility of reply to ML
5744
5745 2010-09-19 [colin]      3.7.6cvs39
5746
5747         * src/compose.c
5748                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5749                 to newsgroups, and NNTP accounts *can* send email. We 
5750                 should not force an email account when replying to_ml or
5751                 anything...
5752
5753 2010-09-19 [colin]      3.7.6cvs38
5754
5755         * src/compose.c
5756                 Revert previous commit (which breaks Reply to newsgroups)
5757
5758 2010-09-17 [pawel]      3.7.6cvs37
5759
5760         * src/compose.c
5761                 Respect reply_account_autosel when changing compose
5762                 account to email one while replying to NNTP post
5763
5764 2010-09-17 [wwp]        3.7.6cvs36
5765
5766         * doc/man/claws-mail.1
5767         Update --compose documentation in `man claws-mail`.
5768
5769 2010-09-12 [pawel]      3.7.6cvs35
5770
5771         * src/compose.c
5772                 Add forgotten bit to previous commit,
5773                 select email account when replying to ML
5774
5775 2010-09-12 [pawel]      3.7.6cvs34
5776
5777         * src/compose.c
5778                 Fix bug #2247 "nntp reply-to-all broken?"
5779                 Make reply-to-all and reply-to-ml work as expected in
5780                 mailing list through NNTP case
5781
5782 2010-09-11 [pawel]      3.7.6cvs33
5783
5784         * src/mainwindow.c
5785         * src/summaryview.c
5786         * src/toolbar.c
5787                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5788                 fixes build with GTK+ < 2.18
5789
5790 2010-09-10 [pawel]      3.7.6cvs32
5791
5792         * src/mainwindow.c
5793         * src/summaryview.c
5794         * src/toolbar.c
5795                 Make Tab key switch between FolderView, MsgView and
5796                 SummaryView only, other widgets have/can have their own
5797                 keybindings anyway
5798
5799 2010-08-25 [colin]      3.7.6cvs31
5800
5801         * src/procmime.c
5802         * AUTHORS
5803         * src/gtk/authors.h
5804         * src/common/base64.c
5805         * src/common/base64.h
5806                 Fix bug #2245, "base64 decoding fails with line breaks"
5807                 Patch by Yotam Medini
5808
5809 2010-08-25 [colin]      3.7.6cvs30
5810
5811         * src/main.c
5812                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5813
5814 2010-08-23 [pawel]      3.7.6cvs29
5815
5816         * src/inc.c
5817         * src/send_message.c
5818         * src/statusbar.c
5819         * src/toolbar.c
5820                 Hide progressbar on statusbar when not needed
5821
5822 2010-08-17 [colin]      3.7.6cvs28
5823
5824         * src/main.c
5825                 Fix previous patch (our own tmp dir is inside
5826                 our rc dir)
5827
5828 2010-08-16 [colin]      3.7.6cvs27
5829
5830         * src/main.c
5831                 Use temp dir to store logs in Windows. Avoids doing
5832                 get_rc_dir() early, which prevents set_rc_dir()
5833                 working correctly.
5834
5835 2010-07-31 [holger]     3.7.6cvs26
5836
5837         * src/gtk/gtkshruler.c
5838                 Yet more GdkGC to Cairo porting
5839
5840 2010-07-30 [holger]     3.7.6cvs25
5841
5842         * src/stock_pixmap.c
5843                 More GdkGC to Cairo porting
5844
5845 2010-07-30 [holger]     3.7.6cvs24
5846
5847         * src/gtk/colorlabel.c
5848                 One GdkGC usage less
5849
5850 2010-07-29 [holger]     3.7.6cvs23
5851
5852         * src/printing.c
5853                 Replace some gdk drawing with cairo, as the former
5854                 is going towards deprecation.
5855
5856 2010-07-25 [colin]      3.7.6cvs22
5857
5858         * src/common/utils.c
5859                 And now for a real fix. g_list_remove() doesn't, of
5860                 course, free the data. But we have to have a solid
5861                 pointer to it in order to free it ourselves instead
5862                 of relying on the old freed list pointer.
5863                 Maybe that's the last patch on the subject now ? :)
5864
5865 2010-07-25 [colin]      3.7.6cvs21
5866
5867         * src/common/utils.c
5868                 Remove stupid and extraneous g_free() of elements
5869                 which have just been freed by g_list_remove(). (see
5870                 GList documentation). I don't know how it worked before
5871
5872 2010-07-25 [colin]      3.7.6cvs20
5873
5874         * src/common/utils.c
5875                 Reverse free/use with more logical and safe
5876                 use/free. Thanks to Michael Rasmussen !
5877
5878 2010-07-24 [colin]      3.7.6cvs19
5879
5880         * src/gtk/quicksearch.c
5881                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5882                 'freeze when using quick search'
5883
5884 2010-07-11 [iwkse]      3.7.6cvs18
5885
5886         * src/gtk/quicksearch.c
5887                 Add SMALL_LAYOUT to quicksearch_relayout
5888
5889 2010-07-10 [iwkse]      3.7.6cvs17
5890
5891         * src/mainwindow.h
5892                         Remove forgotten variable from
5893                         the last bugfix #2224
5894
5895 2010-07-10 [colin]      3.7.6cvs16
5896
5897         * src/mainwindow.c
5898         * src/gtk/quicksearch.c
5899                 Clean fix for bug #2224: don't mess with GTK settings when
5900                 handling the layout ourselves is enough
5901
5902 2010-07-09 [iwkse]      3.7.6cvs15
5903
5904         * src/mainwindow.h
5905         * src/mainwindow.c
5906                         Better fix for Bug #2224
5907
5908 2010-07-09 [iwkse]      3.7.6cvs14
5909
5910         * src/mainwindow.c
5911                         Bug #2224
5912                         Always use stock icons on buttons
5913
5914 2010-07-08 [colin]      3.7.6cvs13
5915
5916         * src/gtk/filesel.c
5917                 Fix bug 2223, 'Compilation fails with GTK+
5918                 2.21.3'. Thanks to Jan Psota !
5919
5920 2010-06-29 [pawel]      3.7.6cvs12
5921
5922         * src/compose.c
5923                 Revert 3.7.5cvs41, it breaks templates that use %X
5924
5925 2010-06-23 [wwp]        3.7.6cvs11
5926
5927         * src/gtk/colorlabel.c
5928                 Silent up a warning by avoiding possible confusion
5929                 in logical expression evaluation, thanks to TuxCM.
5930
5931 2010-06-21 [iwkse]      3.7.6cvs10
5932
5933         * src/gtk/quicksearch.c
5934                 Do not add into quicksearch history
5935                 matching rules with bad syntax
5936
5937 2010-05-26 [holger]     3.7.6cvs9
5938
5939         * src/summaryview.c
5940         * src/summaryview.h
5941                 Add function to select rows given a list of messages,
5942                 complementary to summary_get_selected_msg_list()
5943
5944 2010-05-22 [mir]        3.7.6cvs8
5945
5946         * src/ldapctrl.c
5947                 Fix bug 2208. Encode encrypted password to qouted
5948                 printable to avoid making invalid XML. Encoding
5949                 will be activated the first time the password is
5950                 changed.
5951
5952 2010-05-22 [paul]       3.7.6cvs7
5953
5954         * manual/advanced.xml
5955         * src/compose.c
5956         * src/prefs_common.c
5957         * src/prefs_common.h
5958                 after using the compose margin for several days
5959                 I wanted the old style back - add a new hidden
5960                 pref 'show_compose_margin' to restore the old
5961                 behaviour (defaults to FALSE)
5962
5963 2010-05-14 [paul]       3.7.6cvs6
5964
5965         * src/compose.c
5966                 add a margin to the compose window text that matches
5967                 the margin in textview
5968
5969 2010-05-14 [colin]      3.7.6cvs5
5970
5971         * src/gtk/sslcertwindow.c
5972                 Fix dangling pointer. Thanks to Michael R!
5973
5974 2010-05-14 [colin]      3.7.6cvs4
5975
5976         * src/gtk/sslcertwindow.c
5977                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
5978                 expired but certificate check is skipped' and maybe
5979                 bug 2200, 'SSL is not working with POP3'
5980
5981 2010-05-14 [colin]      3.7.6cvs3
5982
5983         * src/plugins/pgpinline/pgpinline.c
5984                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
5985
5986 2010-05-04 [iwkse]      3.7.6cvs2
5987
5988         * src/prefs_message.c
5989                         Get a generic name as 'Quotation' for
5990                         the frame
5991
5992 2010-05-04 [iwkse]      3.7.6cvs1
5993
5994         * src/prefs_message.c
5995         * src/prefs_common.h
5996         * src/prefs_common.c
5997         * src/textview.c
5998                         Fix #2188
5999                         Option for collapsing via double-click
6000
6001 2010-05-01 [paul]       3.7.6
6002         * NEWS
6003         * README
6004         * RELEASE_NOTES 
6005                 3.7.6 unleashed!
6006
6007 2010-05-01 [paul]       3.7.5cvs55
6008
6009         * tools/claws.i18n.status.pl
6010                 add Ukrainian stat
6011
6012 2010-05-01 [paul]       3.7.5cvs54
6013
6014         * src/gtk/authors.h
6015                 add YUP, new Ukrainian translator
6016
6017 2010-04-30 [paul]       3.7.5cvs53
6018
6019         * configure.ac
6020         * po/uk.po
6021                 add Ukrainian translation, submitted by YUP
6022         * po/cs.po
6023         * po/de.po
6024         * po/fi.po
6025         * po/hu.po
6026         * po/nl.po
6027         * po/pt_BR.po
6028         * po/pt_PT.po
6029         * po/sk.po
6030                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
6031                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
6032                 Tiago Faria, and Slavko
6033
6034 2010-04-26 [wwp]        3.7.5cvs52
6035
6036         * po/fr.po
6037                 Fix capitalization.
6038
6039 2010-04-26 [mones]      3.7.5cvs51
6040
6041         * po/es.po
6042                 Updated for release
6043
6044 2010-04-22 [pawel]      3.7.5cvs50
6045
6046         * src/addressbook.c
6047                 fix compile warning
6048         * src/vcard.c
6049                 first NULL check pointer, then use it
6050
6051 2010-04-22 [colin]      3.7.5cvs49
6052
6053         * src/imap.c
6054                 Fix error message when session isn't established
6055         * po/fr.po
6056                 Update translation and fix a typo in it
6057
6058 2010-04-15 [pawel]      3.7.5cvs48
6059
6060         * src/prefs_account.c
6061                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
6062                                 the port isn't configured properly'
6063                 When using SSL/TLS tunneling automatically use default
6064                 ports for encrypted connections: smtps, pop3s, imaps, nntps
6065
6066 2010-04-15 [pawel]      3.7.5cvs47
6067
6068         * src/action.c
6069                 Fix crasher in actions using '%f' argument
6070                 on multiple files with external scripts which
6071                 don't return any output.
6072
6073 2010-04-14 [colin]      3.7.5cvs46
6074
6075         * src/mainwindow.c
6076                 Fix hand cursor after error symbol appears
6077
6078 2010-04-12 [colin]      3.7.5cvs45
6079
6080         * configure.ac
6081                 Fix bug 2162, 'configure check for libetpan 
6082                 fails with libetpan 1.0'
6083
6084
6085 2010-04-09 [mones]      3.7.5cvs44
6086
6087         * manual/de/glossary.xml
6088                 Fix encoding to match main document's
6089                 Also fixes make dist with Debian's openjade
6090
6091 2010-03-29 [pawel]      3.7.5cvs43
6092
6093         * src/matcher_parser.h
6094         * src/matcher_parser_parse.y
6095         * src/gtk/quicksearch.c
6096                 Disable matcher warnings when populating quicksearch
6097                 completion lists on startup
6098
6099 2010-03-27 [colin]      3.7.5cvs42
6100
6101         * src/gtk/quicksearch.c
6102                 Fix double-free later in code. Optimize
6103                 list creation
6104
6105 2010-03-27 [pawel]      3.7.5cvs41
6106
6107         * src/compose.c
6108                 Make sure that quote ends with new line char
6109
6110 2010-03-26 [pawel]      3.7.5cvs40
6111
6112         * src/compose.c
6113         * src/compose.h
6114         * src/textview.c
6115                 Fix Bug 1928 Add "reply to this address" pop menu 
6116                              on Message View
6117                 - Set composing account to email one when creating/replying
6118                   from NNTP folder by clicking link or choosing option
6119                   from popup menu
6120                 - Factorize code
6121
6122 2010-03-25 [paul]       3.7.5cvs39
6123
6124         * src/gtk/gtkcmclist.c
6125                 Fix build with GTK+ 2.20
6126
6127 2010-03-24 [pawel]      3.7.5cvs38
6128
6129         * src/addr_compl.c
6130         * src/compose.c
6131         * src/folderview.c
6132         * src/grouplistdialog.c
6133         * src/headerview.c
6134         * src/mainwindow.c
6135         * src/mimeview.c
6136         * src/prefs_account.c
6137         * src/gtk/gtkcmclist.c
6138         * src/gtk/gtkcmctree.c
6139         * src/gtk/gtkcmoptionmenu.c
6140         * src/gtk/gtksctree.c
6141         * src/gtk/gtkshruler.c
6142         * src/gtk/gtkutils.c
6143         * src/gtk/gtkutils.h
6144         * src/gtk/gtkvscrollbutton.c
6145         * src/gtk/inputdialog.c
6146         * src/gtk/spell_entry.c
6147         * src/plugins/trayicon/trayicon.c
6148         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6149         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6150         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6151                 Fix build with GTK+ 2.19
6152
6153 2010-03-23 [pawel]      3.7.5cvs37
6154
6155         * src/mainwindow.c
6156         * src/mimeview.c
6157                 Respect view->show_col_headers option
6158         * src/gtk/gtkcmctree.c
6159                 Fix GtkCmcTree column width calculation when it has
6160                 auto_resize set and new node is added
6161
6162 2010-03-22 [pawel]      3.7.5cvs36
6163
6164         * src/grouplistdialog.c
6165         * src/prefs_common.c
6166         * src/prefs_common.h
6167                 - remember newsgroups list dialog size
6168                 - respect use_dotted_lines hidden pref
6169                 - respect use_stripes_everywhere hidden pref
6170
6171 2010-03-21 [pawel]      3.7.5cvs35
6172
6173         * src/addrgather.c
6174                 Remove superfluous gtk_widget_show_all()
6175         * src/mimeview.c
6176                 Add forgotten colon
6177         * src/common/utils.c
6178                 Return correct type
6179
6180 2010-03-21 [pawel]      3.7.5cvs34
6181
6182         * src/main.c
6183         * src/gtk/quicksearch.c
6184         * src/gtk/quicksearch.h
6185                 Implement separate search phrase completion for
6186                 normal/extended quicksearch
6187
6188 2010-03-11 [paul]       3.7.5cvs33
6189
6190         * po/zh_CN.po
6191                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6192                 submitted by Yuwei Yu
6193
6194 2010-03-09 [colin]      3.7.5cvs32
6195
6196         * manual/de/glossary.xml
6197                 Fix build
6198
6199 2010-03-02 [colin]      3.7.5cvs31
6200
6201         * manual/de/glossary.xml
6202                 Sort alphabetically. Done by Volker Ribbert.
6203
6204 2010-03-02 [mones]      3.7.5cvs30
6205
6206         * README
6207                 Fix mailing list archives location
6208                 Remove currently unavailable CVS webview
6209
6210 2010-03-01 [iwkse]      3.7.5cvs29
6211
6212         * src/common/plugin.c
6213                         Other indentation issues
6214
6215 2010-03-01 [iwkse]      3.7.5cvs28
6216
6217         * src/common/plugin.c
6218                         Fix indentation of the previous commit
6219
6220 2010-03-01 [iwkse]      3.7.5cvs27
6221
6222         * src/common/plugin.h
6223         * src/common/plugin.c
6224                         Add API for getting a loaded Plugin from the
6225                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
6226                         Thanks to Colin, Michael
6227
6228 2010-02-27 [colin]      3.7.5cvs26
6229
6230         * configure.ac
6231         * AUTHORS
6232         * src/gtk/authors.h
6233         * manual/Makefile.am
6234         * manual/de/Makefile.am
6235         * manual/de/account.xml
6236         * manual/de/ack.xml
6237         * manual/de/addrbook.xml
6238         * manual/de/advanced.xml
6239         * manual/de/claws-mail-manual.xml
6240         * manual/de/faq.xml
6241         * manual/de/glossary.xml
6242         * manual/de/gpl.xml
6243         * manual/de/handling.xml
6244         * manual/de/intro.xml
6245         * manual/de/keyboard.xml
6246         * manual/de/plugins.xml
6247         * manual/de/starting.xml
6248         * manual/de/dist/.cvsignore
6249         * manual/de/dist/Makefile.am
6250         * manual/de/dist/html/.cvsignore
6251         * manual/de/dist/html/Makefile.am
6252         * manual/de/dist/pdf/.cvsignore
6253         * manual/de/dist/pdf/Makefile.am
6254         * manual/de/dist/ps/.cvsignore
6255         * manual/de/dist/ps/Makefile.am
6256         * manual/de/dist/txt/.cvsignore
6257         * manual/de/dist/txt/Makefile.am
6258                 Add the german translation of the manual, done by
6259                 Volker Ribbert <thoraki@arcor.de>.
6260
6261 2010-02-27 [holger]     3.7.5cvs25
6262
6263         * src/prefs_toolbar.c
6264                 Don't make toolbar item description for
6265                 plugin registered items editable
6266
6267 2010-02-26 [colin]      3.7.5cvs24
6268
6269         * src/toolbar.c
6270                 Don't translate empty description
6271
6272 2010-02-22 [colin]      3.7.5cvs23
6273
6274         * src/compose.c
6275                 Don't make In-Reply-To visible when reediting
6276                 a draft or sent mail.
6277
6278 2010-02-20 [colin]      3.7.5cvs22
6279
6280         * src/imap.c
6281         * src/imap.h
6282         * src/main.c
6283         * src/mainwindow.c
6284         * src/etpan/imap-thread.c
6285         * src/etpan/imap-thread.h
6286         * src/etpan/nntp-thread.c
6287         * src/etpan/nntp-thread.h
6288                 When going offline from NetworkManager, just
6289                 delete IMAP connections. That'll avoid timeouts
6290                 when coming back online in certain cases when
6291                 the TCP socket will have timed out.
6292
6293 2010-02-20 [holger]     3.7.5cvs21
6294
6295         * .cvsignore
6296                 More files to ignore
6297
6298 2010-02-17 [ticho]      3.7.5cvs20
6299
6300         * src/summaryview.c
6301         * src/summaryview.h
6302         * src/toolbar.c
6303                 Revert 3.7.5cvs19.
6304
6305 2010-02-16 [ticho]      3.7.5cvs19
6306
6307         * src/summaryview.c
6308         * src/summaryview.h
6309         * src/toolbar.c
6310                 Removed unused argument from summary_open_row().
6311
6312 2010-02-10 [pawel]      3.7.5cvs18
6313
6314         * src/compose.c
6315                 - fix headers filtering when prefs_common.trans_hdr is on
6316                 - fix headers setting when changing composing account 
6317                 - plug memleak
6318         * src/prefs_template.c
6319                 Re-add template's name for translation
6320
6321 2010-02-10 [colin]      3.7.5cvs17
6322
6323         * src/prefs_matcher.c
6324                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6325                 Condition>Define>Header>Name combo box'. Patch by
6326                 Francois Cami
6327
6328 2010-02-10 [colin]      3.7.5cvs16
6329
6330         * src/codeconv.c
6331         * src/codeconv.h
6332         * src/compose.c
6333         * src/mainwindow.c
6334         * src/messageview.c
6335         * src/prefs_send.c
6336         * src/procmime.c
6337         * src/textview.c
6338                 Add the GB18030 Chinese charset, which is a superset
6339                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6340
6341 2010-02-09 [holger]     3.7.5cvs15
6342
6343         * configure.ac
6344                 GTK+ 2.10 related cleanup
6345
6346 2010-02-09 [pawel]      3.7.5cvs14
6347
6348         * src/prefs_account.c
6349         * src/prefs_folder_item.c
6350         * src/prefs_template.c
6351         * src/quote_fmt.c
6352                 Respect prefs_common.trans_hdr in couple more places to avoid
6353                 confusion with translated/non-translated header names
6354
6355 2010-02-09 [colin]      3.7.5cvs13
6356
6357         * po/POTFILES.in
6358                 Fix make dist
6359
6360 2010-02-09 [colin]      3.7.5cvs12
6361
6362         * src/mimeview.c
6363                 And fix 2.10 build :)
6364
6365 2010-02-09 [colin]      3.7.5cvs11
6366
6367         * configure.ac
6368                 Bump up GTK+ requirement to 2.10
6369         * src/Makefile.am
6370         * src/compose.c
6371         * src/crash.c
6372         * src/foldersel.c
6373         * src/main.c
6374         * src/mainwindow.c
6375         * src/messageview.c
6376         * src/messageview.h
6377         * src/prefs_actions.c
6378         * src/prefs_common.c
6379         * src/prefs_common.h
6380         * src/prefs_ext_prog.c
6381         * src/prefs_filtering_action.c
6382         * src/prefs_fonts.c
6383         * src/prefs_image_viewer.c
6384         * src/prefs_matcher.c
6385         * src/prefs_msg_colors.c
6386         * src/prefs_summaries.c
6387         * src/prefs_template.c
6388         * src/printing.c
6389         * src/printing.h
6390         * src/quote_fmt.c
6391         * src/summaryview.c
6392         * src/textview.c
6393         * src/gtk/Makefile.am
6394         * src/gtk/about.c
6395         * src/gtk/gtkcmclist.c
6396         * src/gtk/gtkcmctree.c
6397         * src/gtk/gtkutils.c
6398         * src/gtk/quicksearch.c
6399                 Remove all compile-time conditionals depending on
6400                 GTK+ < 2.10
6401         * src/gedit-print.c
6402         * src/gedit-print.h
6403         * src/gtk/gtksourceprintjob.c
6404         * src/gtk/gtksourceprintjob.h
6405                 Remove libgnomeprint-based printing system (and
6406                 command-line-based printing system) as GTK+ 2.10
6407                 ships with print support.
6408
6409 2010-02-08 [mir]        3.7.5cvs10
6410
6411         * src/compose.c
6412             Avoid displaying Bcc headers in message sent
6413             to NNTP servers. Thanks to Henning Mersch.
6414
6415
6416 2010-02-08 [pawel]      3.7.5cvs9
6417
6418         * src/mimeview.c
6419                 Make tooltips less cryptic
6420         * src/gtk/description_window.c
6421                 Improve window size calculation
6422
6423 2010-02-08 [pawel]      3.7.5cvs8
6424
6425         * src/compose.c
6426         * src/compose.h
6427         * src/common/utils.c
6428         * src/common/utils.h
6429         * src/gtk/authors.h
6430                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6431                 Patch by Laurent Bigonville with slight modifications
6432
6433 2010-02-03 [pawel]      3.7.5cvs7
6434
6435         * m4/.cvsignore
6436                 Add some libtool files to ignore
6437
6438 2010-02-03 [pawel]      3.7.5cvs6
6439
6440         * src/plugins/trayicon/trayicon.c
6441                 Save and then restore focus when closing/minimizing to tray
6442
6443 2010-02-03 [mir]        3.7.5cvs5
6444
6445         * src/addrindex.c
6446         * src/editldap.c
6447         * src/ldapctrl.c
6448         * src/ldapctrl.h
6449         * src/ldapquery.c
6450         * src/ldapupdate.c
6451             Save LDAP password encrypted. See bug 2113.
6452
6453
6454 2010-02-03 [colin]      3.7.5cvs4
6455
6456         * src/privacy.c
6457                 Fix again decoding of encrypted parts. The
6458                 reverting of the patch was wrong, as the
6459                 double-decoding was fixed in smime itself.
6460                 Thanks to Matthias Drochner again...
6461
6462 2010-02-02 [colin]      3.7.5cvs3
6463
6464         * src/plugins/smime/smime.c
6465         * src/privacy.c
6466                 Revert 3.7.4cvs2 and make a better patch for bug
6467                 2059 and 2076. Patch by Matthias Drochner
6468
6469 2010-01-31 [pawel]      3.7.5cvs2
6470
6471         * src/gtk/authors.h
6472                 Fix hungarian translator's name
6473
6474 2010-01-31 [pawel]      3.7.5cvs1
6475
6476         * src/messageview.c
6477         * src/mimeview.c
6478                 Fix Bug 2107 - Arrow keys don't work in message view window
6479
6480 2010-01-31 [paul]       3.7.5
6481
6482         * NEWS
6483         * README
6484         * RELEASE_NOTES 
6485                 3.7.5 released!
6486
6487 2010-01-23 [pawel]      3.7.4cvs10
6488
6489         * src/addressbook.c
6490                 Fix button sensitivity in compose mode
6491
6492 2010-01-23 [pawel]      3.7.4cvs9
6493
6494         * commitHelper
6495         * tools/kdeservicemenu/install.sh
6496         * tools/make.themes.project
6497         * tools/nautilus2claws-mail.sh
6498         * tools/popfile-link.sh
6499         * tools/textviewer.sh
6500                 Not all systems have bash installed in /bin, use env(1) to find
6501                 it`s location
6502
6503 2010-01-22 [pawel]      3.7.4cvs8
6504
6505         * src/prefs_account.c
6506         * src/prefs_filtering.c
6507         * src/prefs_send.c
6508         * src/gtk/colorlabel.c
6509                 Add some separators in combos
6510
6511 2010-01-22 [pawel]      3.7.4cvs7
6512
6513         * autogen.sh
6514                 --disable-aspell -> --disable-enchant
6515         * configure.ac
6516                 Fix options spacing in configure --help
6517         * src/wizard.c
6518                 Make wizard's window centered on the screen
6519
6520 2010-01-19 [holger]     3.7.4cvs6
6521
6522         * src/folder.c
6523         * src/folder.h
6524                 Introduce folder_get_item_from_identifier().
6525                 In contrast to folder_find_item_from_identifier(), this
6526                 function recursively creates the FolderItems in the id path.
6527                 Useful for programmatically creating folders (e.g. by plugins)
6528
6529 2010-01-17 [pawel]      3.7.4cvs5
6530
6531         * src/gtk/authors.h
6532                 Fix my lastname
6533
6534 2010-01-16 [colin]      3.7.4cvs4
6535
6536         * src/plugins/pgpcore/sgpgme.c
6537                 Probably fix bug 2098, 'claws-mails crashes frequently 
6538                 with pgpcore'. Fix double-free.
6539
6540 2010-01-16 [holger]     3.7.4cvs3
6541
6542         * src/prefs_toolbar.h
6543                 Forgotten header
6544
6545 2010-01-15 [colin]      3.7.4cvs2
6546
6547         * src/privacy.c
6548                 Decode mimeinfo before decrypting it. Probably
6549                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
6550                 with S/MIME encryption' and bug 2076 'having 
6551                 worked 2 times properly CLAWS ceased to 
6552                 decrypt incoming PGP mails -displays base64 
6553                 instead - sucks completely'
6554                 Let's hope complete suckage ends here!
6555                 Thanks to Matthias Drochner.
6556
6557 2010-01-08 [paul]       3.7.4cvs1
6558
6559         * tools/claws.i18n.status.pl
6560                 fix typos
6561
6562 2010-01-08 [paul]       3.7.4
6563
6564         * NEWS
6565         * README
6566         * RELEASE_NOTES 
6567                 3.7.4 released!
6568
6569 2010-01-08 [paul]       3.7.3cvs57
6570
6571         * po/ca.po
6572         * po/cs.po
6573         * po/de.po
6574         * po/fi.po
6575         * po/hu.po
6576         * po/id.po
6577         * po/ja.po
6578         * po/nl.po
6579         * po/pt_BR.po
6580         * po/pt_PT.po
6581         * po/ru.po
6582         * po/sk.po
6583                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6584                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6585                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6586                 Slavko
6587
6588 2010-01-08 [paul]       3.7.3cvs56
6589
6590         * src/common/utils.c
6591                 fix bug 2089, 'URLs ending with an underscore ('_')
6592                 are not correctly parsed'. thanks to Johan
6593
6594 2010-01-05 [colin]      3.7.3cvs55
6595
6596         * po/fr.po
6597                 Update french translation
6598
6599 2010-01-04 [mones]      3.7.3cvs54
6600
6601         * po/es.po
6602                 Update Spanish translation
6603
6604 2010-01-04 [mones]      3.7.3cvs53
6605
6606         * manual/plugins.xml
6607                 Some format
6608         * manual/es/claws-mail-manual.xml
6609         * manual/es/intro.xml
6610         * manual/es/plugins.xml
6611                 Synchronise with English version
6612
6613 2010-01-03 [paul]       3.7.3cvs52
6614
6615         * ChangeLog
6616                 fix format
6617         * src/gtk/authors.h
6618                 update TEAM_LIST, fix encoding
6619
6620 2010-01-03 [mir]        3.7.3cvs51
6621
6622         * src/compose.c
6623                 When composing to a NNTP list TO: will always be preset
6624                 to the NNTP list unless user has chosen some other default
6625                 in which case we will handle this the normal way. Therefore
6626                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6627
6628 2010-01-01 [paul]       3.7.3cvs50
6629
6630         * src/gtk/about.c
6631                 bump copyright year whilst it's in mind
6632
6633 2009-12-31 [paul]       3.7.3cvs49
6634
6635         * manual/claws-mail-manual.xml
6636         * manual/intro.xml
6637         * manual/plugins.xml
6638                 fix links so that they make sense in the context of the
6639                 text version of the manual
6640
6641 2009-12-31 [paul]       3.7.3cvs48
6642
6643         * manual/intro.xml
6644         * manual/plugins.xml
6645                 updates, improvements, corrections, additions
6646
6647 2009-12-29 [pawel]      3.7.3cvs47
6648
6649         * src/prefs_filtering_action.c
6650                 Fix Bug 2082 'Wrong color rectangle position when replacing
6651                 "color" processing rule'
6652
6653 2009-12-29 [colin]      3.7.3cvs46
6654
6655         * src/compose.c
6656                 Fix bug 2074, 'Remember sending account 
6657                 for sent messages'
6658
6659 2009-12-20 [holger]     3.7.3cvs45
6660
6661         * src/compose.c
6662                 Delay CREATED_HOOKLIST invokation until
6663                 after the modifications to the compose window
6664                 are done, to allow hooks to further modify the
6665                 window without getting overridden again
6666
6667 2009-12-20 [holger]     3.7.3cvs44
6668
6669         * src/prefs_toolbar.h
6670                 Fix last commit
6671
6672 2009-12-20 [holger]     3.7.3cvs43
6673
6674         * src/prefs_toolbar.c
6675         * src/prefs_toolbar.h
6676         * src/toolbar.c
6677                 Pass window struct to caller
6678
6679 2009-12-20 [holger]     3.7.3cvs42
6680
6681         * src/compose.c
6682         * src/compose.h
6683                 Add hooklist after creation of a compose window
6684
6685 2009-12-19 [holger]     3.7.3cvs41
6686
6687         * src/prefs_toolbar.c
6688         * src/prefs_toolbar.h
6689         * src/toolbar.c
6690                 Allow plugins to choose to which toolbar they want
6691                 to add actions (main window, compose window, or message view)
6692
6693 2009-12-19 [paul]       3.7.3cvs40
6694
6695         * src/statusbar.c
6696                 fix statusbar in GTK+ 2.19.1
6697
6698 2009-12-10 [pawel]      3.7.3cvs39
6699
6700         * src/compose.c
6701                 Better fix for cvs28 regression
6702
6703 2009-12-10 [iwkse]      3.7.3cvs38
6704
6705         * src/compose.c
6706             Fix some indentation
6707
6708 2009-12-10 [iwkse]      3.7.3cvs37
6709
6710         * src/compose.c
6711             Add missing checks for gtkaspell: avoid
6712             crashing in some cases when Enchant is 
6713             enabled but the spell checker is disabled 
6714             in preferences.
6715
6716 2009-12-09 [colin]      3.7.3cvs36
6717
6718         * src/compose.c
6719                 Fix leak and unchecked accesses.
6720
6721 2009-12-09 [mir]        3.7.3cvs35
6722
6723         * src/compose.c
6724         Fix Bug 2072 "template at folder properties is not working"
6725         introduced in cvs24.
6726
6727 2009-12-08 [pawel]      3.7.3cvs34
6728
6729         * src/compose.c
6730                 When 'Reply All' remove current compose address from
6731                 Cc/Bcc list - fix for regression introduced in cvs28
6732
6733 2009-12-05 [pawel]      3.7.3cvs33
6734
6735         * src/messageview.c
6736                 Fix memory management, duh!
6737
6738 2009-12-04 [pawel]      3.7.3cvs32
6739
6740         * src/messageview.c
6741                 Use case insensitive comparison in search for
6742                 duplicate urls
6743         * src/uri_opener.c
6744                 Refresh scrollbars on every window open
6745
6746 2009-12-04 [pawel]      3.7.3cvs31
6747
6748         * src/compose.c
6749                 Highlight misspelled words when applying template and
6750                 check_while_typing option is on
6751
6752 2009-12-03 [pawel]      3.7.3cvs30
6753
6754         * src/compose.c
6755                 Highlight misspelled words in text inserted from file(s)
6756                 or pasted to message body when check_while_typing
6757                 options is on
6758
6759 2009-12-02 [pawel]      3.7.3cvs29
6760
6761         * src/compose.c
6762                 Revert first part of previous commit
6763
6764 2009-12-02 [pawel]      3.7.3cvs28
6765
6766         * src/compose.c
6767                 Fix Bug 2055 "duplicate mailing list reply if
6768                 List-Post + Reply-To present"
6769                 - Ignore Reply-To if answering to ML
6770                 - Improve parsing of List-Post header
6771
6772 2009-12-02 [pawel]      3.7.3cvs27
6773
6774         * src/compose.c
6775         * src/compose.h
6776                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6777                 email had user in "From" and "CC"
6778                 Don't allow duplicate addresses in compose window headers
6779
6780 2009-12-02 [mones]      3.7.3cvs26
6781
6782         * manual/intro.xml
6783         * manual/es/intro.xml
6784         * manual/fr/intro.xml
6785         * manual/it/intro.xml
6786         * manual/pl/intro.xml
6787                 Make URL to point current site
6788
6789 2009-12-01 [holger]     3.7.3cvs25
6790
6791         * src/summaryview.c
6792         * src/summaryview.h
6793                 Introduce new drag type "claws-mail/msg-path-list" for
6794                 drag'n'drop of a message selection from the summaryview
6795                 into other applications. The drag data gets set to the
6796                 folder-item-id followed by message ids, separated by newlines.
6797                 This enables other applications to back-link to Claws Mail
6798                 via a "claws-mail --select" call after they received a drop.
6799
6800 2009-11-30 [mir]        3.7.3cvs24
6801
6802         * src/compose.c
6803            Place cursor in compose window according to provided input
6804            If to: is present place cursor in subject field and if both
6805            to: and subject: is present place cursor in body. If body: is
6806            present insert a new line after text and place cursor there.
6807
6808 2009-11-27 [mones]      3.7.3cvs23
6809
6810         * src/gtk/quicksearch.c
6811                 Allow viewing longer expressions if there's space
6812
6813 2009-11-25 [holger]     3.7.3cvs22
6814
6815         * Makefile.am
6816         * src/common/Makefile.am
6817         * src/common/utils.c
6818         * src/common/utils.h
6819                 Add a function to query the
6820                 filepath of the .desktop file
6821
6822 2009-11-25 [colin]      3.7.3cvs21
6823
6824         * src/imap.c
6825                 Fix bug 2063, 'glib assertion in GRelation use in 
6826                 imap.c'
6827
6828 2009-11-24 [pawel]      3.7.3cvs20
6829
6830         * src/common/utils.c
6831                 Fix Bug 2053 'Inconsistent application of Coloration 
6832                 of Message text'
6833                 Don't allow '<' character between quotation marks
6834
6835 2009-11-21 [holger]     3.7.3cvs19
6836
6837         * src/printing.c
6838                 Modify cairo clip handling in preview windows,
6839                 to prevent print preview windows from being blank
6840                 with GTK+ 2.18. Follow recommendation of the GTK+
6841                 documentation (section "Migrating to client side windows")
6842                 and create a new cairo context for each expose event.
6843
6844 2009-11-19 [pawel]      3.7.3cvs18
6845
6846         * Makefile.am
6847                 complete 3.7.3cvs15 so install is DESTDIR safe
6848                 remove icons with changed names on uninstall
6849
6850 2009-11-18 [pawel]      3.7.3cvs17
6851
6852         * src/news_gtk.c
6853                 remove unneeded and code-duplicating function
6854
6855 2009-11-18 [pawel]      3.7.3cvs16
6856
6857         * src/news_gtk.c
6858                 Fix Bug 2057 'Claws mail does not keep renamed names
6859                 of nntp-subscribed groups'
6860                 Check for already subscribed group using item->path for group
6861                 comparision as folders item->path != item->name may be truth 
6862                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6863
6864 2009-11-17 [pawel]      3.7.3cvs15
6865
6866         * Makefile.am
6867                 Fix Bug 2049 'some icons not copied?'
6868                 Install additional 64x64 and 128x128 icons
6869
6870 2009-11-17 [holger]     3.7.3cvs14
6871
6872         * src/prefs_toolbar.c
6873         * src/prefs_toolbar.h
6874         * src/toolbar.c
6875         * src/toolbar.h
6876                 Allow plugins to register toolbar items
6877
6878 2009-11-11 [pawel]      3.7.3cvs13
6879
6880         * src/addressbook.c
6881         * src/compose.c
6882         * src/compose.h
6883         * src/filtering.c
6884                 Fix Bug 1867 Changing account does not change BCC address
6885                 Set account specific headers when changing account
6886                 in compose window.
6887
6888 2009-11-07 [colin]      3.7.3cvs12
6889
6890         * src/gtk/prefswindow.c
6891                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6892                 Patch by Pawel
6893
6894 2009-11-07 [colin]      3.7.3cvs11
6895
6896         * src/gtk/spell_entry.c
6897                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6898                 Patch by Pawel Pekala
6899
6900 2009-10-27 [colin]      3.7.3cvs10
6901
6902         * src/folder.c
6903                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6904                 Don't try to check whether the folder is up-to-date if
6905                 the folder class doesn't implement set_mtime, as we don't
6906                 care in this case. This code exists since a long time, but
6907                 the bug was triggered by more scanning of queue folders 
6908                 since recently (when we added \Deleted handling).
6909
6910 2009-10-27 [colin]      3.7.3cvs9
6911
6912         * src/mainwindow.c
6913                 Try to fix registering as default client
6914                 on windows 7
6915
6916 2009-10-21 [wwp]        3.7.3cvs8
6917
6918         * src/common/utils.c
6919                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6920
6921 2009-10-21 [wwp]        3.7.3cvs7
6922
6923         * src/common/utils.c
6924                 Don't core dump when attempting to insert a non-existing
6925                 file using a mailto: uri (g_error does core dump).
6926
6927 2009-10-20 [colin]      3.7.3cvs6
6928
6929         * src/common/utils.c
6930                 Don't g_error on normal warnings...
6931
6932 2009-10-20 [colin]      3.7.3cvs5
6933
6934         * src/plugins/pgpcore/sgpgme.c
6935                 Fix bug 1996, 'S/MIME key not selected'
6936                 Check for S/MIME certs too
6937
6938 2009-10-20 [colin]      3.7.3cvs4
6939
6940         * src/common/w32lib.h
6941                 Fix win32 build on latest mingw32
6942
6943 2009-10-20 [colin]      3.7.3cvs3
6944
6945         * src/exportldif.c
6946         * src/ldif.c
6947         * src/ldif.h
6948                 Fix LDIF export. Patch by Michael Rasmussen
6949
6950 2009-10-18 [paul]       3.7.3cvs2
6951
6952         * tools/claws.i18n.status.pl
6953                 increase the value of $transolddays since we're relasing less
6954                 often now.
6955                 rework the en_GB.po hack so that en_GB is always 100% translated
6956                 and recently updated
6957
6958 2009-10-17 [paul]       3.7.3cvs1
6959
6960         * src/prefs_account.c
6961         * src/prefs_compose_writing.c
6962         * src/prefs_receive.c
6963         * src/prefs_summaries.c
6964         * src/prefs_wrapping.c
6965                 reword a few labels. (this incorporates everything
6966                 that seemed worthwhile from bug 2020)
6967         * src/prefs_customheader.c
6968                 use a 'Browse' button instead of button with
6969                 label 'From file...'
6970
6971 2009-10-12 [colin]
6972
6973         * CVS repository change
6974
6975 2009-10-09 [paul[       3.7.3
6976
6977         version 3.7.3 unleashed!!
6978
6979 2009-10-07 [paul]       3.7.2cvs49
6980
6981         * src/folderview.c
6982         * src/folderview.h
6983         * src/mainwindow.c
6984                 fix  Bug 1994 -  Changing colors required restart.
6985                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
6986                 more accurate folderview_reinit_fonts()
6987
6988 2009-10-07 [paul]       3.7.2cvs48
6989
6990         * src/addrgather.c
6991         * src/prefs_common.c
6992         * src/prefs_common.h
6993                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
6994                 patch by Pawel Pekala
6995
6996 2009-10-07 [paul]       3.7.2cvs47
6997
6998         * po/cs.po
6999         * po/de.po
7000         * po/hu.po
7001         * po/id.po
7002         * po/ja.po
7003         * po/pt_BR.po
7004                 updated by David Vachulka, Stephan Sachse and Marc Arens,
7005                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
7006                 Goncalves Guimaraes
7007
7008 2009-10-06 [colin]      3.7.2cvs46
7009
7010         * po/fr.po
7011                 French translation update
7012
7013 2009-10-05 [paul]       3.7.2cvs45
7014
7015         * src/printing.c
7016                 enable Page Size and Orientation in the print dialog,
7017                 GTK+ >= 2.18.x only. Patch by Mark__T
7018
7019 2009-10-05 [paul]       3.7.2cvs44
7020
7021         * src/prefs_summaries.c
7022                 fix label, startup --> start-up, to match other uses of the
7023                 term
7024
7025 2009-10-05 [paul]       3.7.2cvs43
7026
7027         * po/pl.po
7028                 updated by Emilian Nowak
7029
7030 2009-10-03 [colin]      3.7.2cvs42
7031
7032         * src/mimeview.c
7033         * src/noticeview.c
7034         * src/gtk/gtkcmclist.c
7035         * src/gtk/gtkvscrollbutton.c
7036         * src/gtk/logwindow.c
7037                 GTK+ 2.18 fixes:
7038                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
7039                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
7040                 Fix warning at start
7041
7042 2009-09-28 [colin]      3.7.2cvs41
7043
7044         * src/matcher.c
7045         * src/mimeview.c
7046         * src/prefs_folder_item.c
7047                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
7048
7049 2009-09-28 [colin]      3.7.2cvs40
7050
7051         * src/prefs_summaries.c
7052         * src/gtk/sslcertwindow.c
7053                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
7054                 shows up garbled in GUI'. Patch by Pawel Pekala
7055
7056 2009-09-24 [iwkse]      3.7.2cvs39
7057
7058         * configure.ac
7059             That's only for statistics, of course :)
7060
7061 2009-09-24 [iwkse]      3.7.2cvs38
7062
7063         * configure.ac
7064             ...
7065
7066 2009-09-24 [iwkse]      3.7.2cvs37
7067
7068         * configure.ac
7069             Revert unwanted change
7070
7071 2009-09-24 [iwkse]      3.7.2cvs36
7072
7073         * src/action.c
7074             Fix issue with filtering actions and 
7075             parsed parameters
7076
7077 2009-09-20 [mones]      3.7.2cvs35
7078
7079         * tools/convert_mbox.pl
7080                 Add -R flag to support recursive conversions
7081                 of arbitrary Evolution mail folders, based on
7082                 bash script by Daniel Dickinson (fixes debian 
7083                 bug #461435) 
7084         * tools/popfile-link.sh
7085                 Set required shell for script (fixes debian 
7086                 bug #530057)
7087
7088 2009-09-16 [colin]      3.7.2cvs34
7089
7090         * src/main.c
7091                 Go grab files in /etc/skel if they exist
7092                 at first startup 
7093
7094 2009-09-15 [colin]      3.7.2cvs33
7095
7096         * src/procmime.c
7097                 Complete 3.7.1cvs42: only output directly to
7098                 final file if we get NULL byes at the start.
7099                 Still fixes saving UTF16 files, but also
7100                 fixes displaying Base64 parts with decoding
7101                 errors (parts without errors get displayed)
7102
7103 2009-09-14 [colin]      3.7.2cvs32
7104
7105         * src/matcher.c
7106         * src/matcher.h
7107         * src/matcher_parser_parse.y
7108         * src/prefs_matcher.c
7109                 Add 'has_attachment' and 'signed' matcher
7110                 expressions. Patch by Aleksei Miheev, fixes
7111                 bug 1997. 
7112
7113 2009-09-14 [colin]      3.7.2cvs31
7114
7115         * src/common/utils.c
7116                 Add "Re :" prefix from french Yahoo mail.
7117                 Patch by Didier Barvaux, fixes bug 1999
7118
7119 2009-09-10 [mones]      3.7.2cvs30
7120
7121         * manual/plugins.xml
7122                 Fix sites supported by SpamReport
7123         * manual/es/plugins.xml
7124                 Synchronise Spanish manual
7125
7126 2009-09-07 [holger]     3.7.2cvs29
7127
7128         * Makefile.am
7129                 Also update the icon cache on uninstall.
7130                 This prevents possible problems when Claws Mail was
7131                 uninstalled and installed again into a different location,
7132                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7133                 and the blog post linked therein
7134
7135 2009-09-07 [paul]       3.7.2cvs28
7136
7137         * src/prefs_toolbar.c
7138                 when updating the main toolbar icons just update
7139                 the main toolbar (and consequently fix a bug where
7140                 folderview icons would disappear)
7141
7142 2009-08-30 [holger]     3.7.2cvs27
7143
7144         * src/compose.c
7145                 Do case-insensitive comparison against
7146                 header names when extracting recipients
7147                 from composed mails
7148
7149 2009-08-23 [colin]      3.7.2cvs26
7150
7151         * src/mbox.c
7152                 Probably fix RH bug 512024, " folder.c:3543 
7153                 Condition msglist != NULL failed"
7154
7155 2009-08-23 [colin]      3.7.2cvs25
7156
7157         * src/prefs_compose_writing.c
7158                 Make the maximum size warning bigger. Patch
7159                 by Didier Barvaux on bug 1986.
7160
7161 2009-08-21 [colin]      3.7.2cvs24
7162
7163         * src/compose.c
7164                 Previous commit: move the function into compose_insert_file
7165                 so that it's also used on drag-n-drop
7166
7167 2009-08-21 [colin]      3.7.2cvs23
7168
7169         * src/compose.c
7170                 Fix scrolling when adding an header
7171
7172 2009-08-21 [colin]      3.7.2cvs22
7173
7174         * src/compose.c
7175         * src/prefs_common.c
7176         * src/prefs_common.h
7177         * src/prefs_compose_writing.c
7178         * src/common/utils.c
7179                 Fix bug 1986, "New feature: warn user when inserting 
7180                 a large file in the message body". Patch by Didier
7181                 Barvaux
7182
7183 2009-08-21 [colin]      3.7.2cvs21
7184
7185         * AUTHORS
7186         * src/gtk/authors.h
7187         * src/common/utils.c
7188                 Fix bug 1984: Add R�f. : reply prefix (french 
7189                 Lotus Notes); patch by Didier Barvaux
7190
7191 2009-08-21 [colin]      3.7.2cvs20
7192
7193         * src/codeconv.c
7194         * src/codeconv.h
7195                 Fix bug 1969, 'Bad guess for outgoing encoding'
7196                 Make sure the specific converters (japanese in
7197                 this case) can return success/error in strict
7198                 mode, instead of silently failing back to 
7199                 strncpy
7200
7201 2009-08-20 [holger]     3.7.2cvs19
7202
7203         * src/compose.c
7204         * src/compose.h
7205                 Make it possible for code outside
7206                 compose (e.g. plugins) to attach files
7207
7208 2009-08-20 [colin]      3.7.2cvs18
7209
7210         * src/main.c
7211                 Fix crash when accessing IMAP soon
7212
7213 2009-08-18 [colin]      3.7.2cvs17
7214
7215         * src/ldapquery.c
7216                 Maybe fix crash on non-existent LDAP server
7217
7218 2009-08-04 [colin]      3.7.2cvs16
7219
7220         * src/toolbar.c
7221                 Fix toolbar's spacing that breaks dark
7222                 themes (patch from http://blogs.igalia.com/aperez/
7223                 2009/07/making-claws-mail-look-better/)
7224
7225 2009-07-28 [colin]      3.7.2cvs15
7226
7227         * src/account.c
7228         * src/addrcustomattr.c
7229         * src/addressadd.c
7230         * src/addressbook_foldersel.c
7231         * src/addrgather.c
7232         * src/browseldap.c
7233         * src/compose.c
7234         * src/editbook.c
7235         * src/editgroup.c
7236         * src/editjpilot.c
7237         * src/editldap.c
7238         * src/editldap_basedn.c
7239         * src/edittags.c
7240         * src/editvcard.c
7241         * src/exphtmldlg.c
7242         * src/expldifdlg.c
7243         * src/export.c
7244         * src/foldersel.c
7245         * src/import.c
7246         * src/importldif.c
7247         * src/importmutt.c
7248         * src/importpine.c
7249         * src/prefs_actions.c
7250         * src/prefs_customheader.c
7251         * src/prefs_display_header.c
7252         * src/prefs_filtering.c
7253         * src/prefs_folder_column.c
7254         * src/prefs_matcher.c
7255         * src/prefs_summary_column.c
7256         * src/prefs_summary_open.c
7257         * src/prefs_template.c
7258         * src/textview.c
7259         * src/uri_opener.c
7260                 Fix bug 1950, 'Program freeze up during folder selection'
7261                 Don't leave hidden windows modal
7262
7263 2009-07-28 [colin]      3.7.2cvs14
7264
7265         * src/ldapquery.c
7266                 Fix bug 1957, 'LDAP errs out after searching too 
7267                 many search bases'
7268
7269 2009-07-28 [colin]      3.7.2cvs13
7270
7271         * src/summaryview.c
7272                 Fix bug 1966, '"Collapse all threads" slower than 
7273                 "Expand all threads"'
7274
7275 2009-07-28 [colin]      3.7.2cvs12
7276
7277         * src/common/session.c
7278                 Fix bug 1967, 'Claws gets stuck after accepting 
7279                 a certificate warning dialog'
7280
7281 2009-07-19 [paul]       3.7.2cvs11
7282
7283         * manual/plugins.xml
7284                 a few small changes to the English
7285
7286 2009-07-18 [mones]      3.7.2cvs10
7287
7288         * manual/plugins.xml
7289                 Add new bsfilter and fancy plugins to the docs
7290                 and a note about dealing with plugins of the same class
7291         * src/prefs_account.c
7292                 Fix extra space at the end typo
7293
7294 2009-07-16 [colin]      3.7.2cvs9
7295
7296         * src/summaryview.c
7297                 Fix wrong return without unlocking; thanks
7298                 to mupuf_
7299
7300 2009-07-14 [colin]      3.7.2cvs8
7301
7302         * src/imap.c
7303                 Fix bug 1954, 'Segfault on reading wrong STATUS'
7304
7305 2009-07-10 [colin]      3.7.2cvs7
7306
7307         * src/plugins/pgpcore/plugin.def
7308         * src/common/utils.h
7309                 Fix windows port
7310
7311 2009-07-10 [colin]      3.7.2cvs6
7312
7313         * src/prefs_display_header.c
7314                 Fix bug 1951, 'C-Mail dumps core when editing 
7315                 displayed headers'. Patch by Alexey Rusakov
7316
7317 2009-07-10 [colin]      3.7.2cvs5
7318
7319         * src/folderview.c
7320                 Fix bug 1952, 'Deleted mails in Queue folder 
7321                 highlight it'.
7322
7323 2009-07-09 [colin]      3.7.2cvs4
7324
7325         * src/gtk/spell_entry.c
7326                 Fix bug 1949, 'Spell checker doesn't recognise 
7327                 certain word in Subject header, but does in 
7328                 message body'. Patch by Pawel Pekala.
7329
7330 2009-07-09 [paul]       3.7.2cvs3
7331
7332         * configure.ac
7333                 use pkgconfig to check for the minimum required
7334                 version of GnuTLS
7335
7336 2009-07-06 [colin]      3.7.2cvs2
7337
7338         * src/prefs_customheader.c
7339                 Fix build failure
7340
7341 2009-07-04 [paul]       3.7.2cvs1
7342
7343         * tools/claws.i18n.status.pl
7344                 updated
7345
7346 2009-07-03 [paul]       3.7.2
7347
7348         * NEWS
7349         * README
7350         * RELEASE_NOTES 
7351                 3.7.2 released!
7352
7353 2009-07-03 [paul]       3.7.1cvs85
7354
7355         * AUTHORS
7356         * configure.ac
7357         * po/pt_PT.po
7358         * po/sk.po
7359         * src/gtk/authors.h
7360                 added new translations by Tiago Faria and Slavko
7361         * po/bg.po
7362         * po/cs.po
7363         * po/de.po
7364         * po/es.po
7365         * po/fi.po
7366         * po/fr.po
7367         * po/hu.po
7368         * po/id.po
7369         * po/it.po
7370         * po/ja.po
7371         * po/pt_BR.po
7372         * po/ru.po
7373                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7374                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7375                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7376                 Goncalves Guimaraes, Aleksei Miheev
7377
7378 2009-07-01 [colin]      3.7.1cvs84
7379
7380         * src/prefs_common.c
7381                 Fix bug 1940, 'Doesn't open links in 
7382                 user's default browser'. Turn the preference
7383                 to TRUE by default; that will only change the
7384                 behaviour for new users.
7385
7386 2009-06-29 [colin]      3.7.1cvs83
7387
7388         * src/filtering.c
7389         * src/filtering.h
7390         * src/prefs_filtering_action.c
7391                 Fix bug 1935, 'problems with very long filtering actions':
7392                 Use a dynamic buffer in action to string, and a bigger
7393                 buffer in string to action
7394
7395 2009-06-29 [colin]      3.7.1cvs82
7396
7397         * src/matcher_parser_lex.l
7398                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7399
7400 2009-06-29 [colin]      3.7.1cvs81
7401
7402         * src/addressbook.c
7403                 Fix warnings
7404         * src/editgroup.c
7405                 Fix crash (out-of-bounds tree column)
7406         * src/gtk/gtkcmctree.c
7407         * src/gtk/gtksctree.c
7408                 Prevent using an out-of-bounds tree column
7409
7410 2009-06-29 [colin]      3.7.1cvs80
7411
7412         * src/ldapupdate.c
7413         * src/ldif.c
7414                 Leak fixes; patch by Pawel Pekala.
7415
7416 2009-06-26 [colin]      3.7.1cvs79
7417
7418         * src/summaryview.c
7419                 Sort by msgnum if dates are equal
7420
7421 2009-06-24 [paul]       3.7.1cvs78
7422
7423         * src/summaryview.c
7424                 make some (forgotten) strings translatable
7425
7426 2009-06-19 [colin]      3.7.1cvs77
7427
7428         * src/summaryview.c
7429                 Fix menu sensitiveness
7430
7431 2009-06-18 [colin]      3.7.1cvs76
7432
7433         * configure.ac
7434         * src/plugins/pgpcore/sgpgme.c
7435         * src/plugins/pgpcore/sgpgme.h
7436         * src/plugins/pgpmime/mypgpcore.def
7437         * src/plugins/pgpmime/pgpmime.c
7438         * src/plugins/smime/mypgpcore.def
7439         * src/plugins/smime/smime.c
7440                 Use largefile support (and stop using our old GPGME
7441                 hack on gpgme_data_seek/rewind)
7442                 (See 1.9.12cvs44 to 46 - if this breaks things we 
7443                 should soon know :)
7444
7445 2009-06-13 [colin]      3.7.1cvs75
7446
7447         * src/gtk/spell_entry.c
7448                 Fix assertion. We can put a NULL gtkaspell to
7449                 an entry; it just means it won't be spell-checked.
7450
7451 2009-06-12 [mones]      3.7.1cvs74
7452
7453         * src/compose.c
7454         * src/messageview.c
7455         * src/prefs_account.c
7456         * src/prefs_account.h
7457         * src/common/utils.c
7458         * src/common/utils.h
7459                 Added preference to use account address in generated
7460                 Message-Id. Fixes Debian bug #531052
7461
7462 2009-06-12 [colin]      3.7.1cvs73
7463
7464         * src/common/ssl.c
7465                 Better fix, API-compatible with libgnutls13
7466
7467 2009-06-12 [colin]      3.7.1cvs72
7468
7469         * src/common/ssl.c
7470                 Use compatibility mode in GnuTLS, and avoid problems with 
7471                 servers that don't comply 100% with the spec, but still
7472                 exist.
7473
7474 2009-06-06 [iwkse]      3.7.1cvs71
7475
7476         * src/compose.c
7477                 Ops..revert a mix with another patch
7478
7479 2009-06-06 [iwkse]      3.7.1cvs70
7480
7481         * src/compose.c
7482                 A better fix for the previous commit's issue
7483
7484 2009-06-06 [iwkse]      3.7.1cvs69
7485
7486         * src/compose.c
7487                 Fix shutting down of Claws Mail while a GTK_Return keypress 
7488                 event is sent to the Attach property window
7489
7490 2009-06-05 [colin]      3.7.1cvs68
7491
7492         * src/compose.c
7493                 Fix build on GTK+ 2.6
7494
7495 2009-06-03 [mones]      3.7.1cvs67
7496
7497         * tools/make.themes.project
7498                 Oops! fix header, sorry Paul ;-)
7499
7500 2009-06-03 [mones]      3.7.1cvs66
7501
7502         * tools/make.themes.project
7503                 Add support for PNG themes and other
7504                 fixes i don't remember now... :)
7505
7506 2009-06-02 [colin]      3.7.1cvs65
7507
7508         * src/compose.c
7509         * src/prefs_template.c
7510         * src/quote_fmt.c
7511                 Fix error messages in templates, and fix their
7512                 checking
7513
7514 2009-05-22 [colin]      3.7.1cvs64
7515
7516         * src/compose.c
7517                 And remove hbox too
7518
7519 2009-05-22 [colin]      3.7.1cvs63
7520
7521         * src/compose.c
7522                 Fix phantom button behind entry when
7523                 changing fields via Tools/Reply mode.
7524
7525 2009-05-22 [colin]      3.7.1cvs62
7526
7527         * src/compose.c
7528                 Fix icon size
7529
7530 2009-05-21 [mones]      3.7.1cvs61
7531
7532         * src/compose.c
7533         * src/compose.h
7534                 Add button to empty header lines with one click
7535
7536 2009-05-21 [paul]       3.7.1cvs60
7537
7538         * src/mainwindow.c
7539         * src/mainwindow.h
7540         * src/plugins/trayicon/trayicon.c
7541                 when quitting from the trayicon, honour
7542                 prefs_common.clean_on_exit
7543
7544 2009-05-21 [paul]       3.7.1cvs59
7545
7546         * src/gtk/Makefile.am
7547                 remove duplicate entry
7548                 thanks to Charles A Edwards
7549
7550 2009-05-19 [paul]       3.7.1cvs58
7551
7552         * src/send_message.c
7553                 clear progressbar in the statusbar on 'Cancel'
7554
7555 2009-05-16 [colin]      3.7.1cvs57
7556
7557         * AUTHORS
7558         * src/gtk/authors.h
7559                 Add Fabian
7560
7561 2009-05-16 [colin]      3.7.1cvs56
7562
7563         * src/msgcache.c
7564                 Remove msgnum>0 condition for removing messages
7565                 from caches. There's no such condition on add.
7566                 Fixes bug 1913, 'Allow to remove phantom 
7567                 messages from the cache'; patch by Fabian
7568                 Keil <fk at fabiankeil.de>
7569
7570 2009-05-12 [holger]     3.7.1cvs55
7571
7572         * src/messageview.c
7573         * src/messageview.h
7574                 Introduce hook after showing of the message view
7575
7576 2009-05-11 [colin]      3.7.1cvs54
7577
7578         * src/compose.c
7579                 Fix bug 1872, 'A: Cc: CCi: selector should 
7580                 default on same as preceding contact'
7581
7582 2009-05-10 [holger]     3.7.1cvs53
7583
7584         * src/addr_compl.c
7585         * src/addr_compl.h
7586                 Add a hook to make it possible for plugins to
7587                 modify the address completion list
7588
7589 2009-05-06 [paul]       3.7.1cvs52
7590
7591         * src/folder.c
7592         * src/mimeview.c
7593                 fix bug 1915, 'Mails signed with smime.p7s
7594                 display both signed and attachment icon.'
7595
7596 2009-05-05 [colin]      3.7.1cvs51
7597
7598         * src/common/utils.c
7599                 Fix patch :)
7600
7601 2009-05-05 [colin]      3.7.1cvs50
7602
7603         * src/common/utils.c
7604                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
7605                 different mountpoint than tempdir'
7606
7607 2009-05-04 [colin]      3.7.1cvs49
7608
7609         * src/msgcache.c
7610                 Probably fix bug 1914, 'Crash reading
7611                 corrupted tags file'
7612
7613 2009-04-26 [paul]       3.7.1cvs48
7614
7615         * configure.ac
7616         * src/gtk/gtkaspell.h
7617                 fix bug 1904, 'build mechanism looks for
7618                 'enchant.h' in a wrong place'
7619
7620 2009-04-25 [paul]       3.7.1cvs47
7621
7622         * src/printing.c
7623                 gah! fix coding style!
7624
7625 2009-04-25 [paul]       3.7.1cvs46
7626
7627         * src/printing.c
7628         * src/toolbar.c
7629                 if building with GTK+ >= 2.16 use
7630                 gtk_orientable_set_orientation() instead of now
7631                 deprecated gtk_toolbar_set_orientation()
7632
7633 2009-04-24 [colin]      3.7.1cvs45
7634
7635         * src/compose.c
7636                 Ask before sending if an attached file has
7637                 disappeared.
7638
7639 2009-04-19 [paul]       3.7.1cvs44
7640
7641         * src/prefs_common.c
7642         * src/prefs_common.h
7643         * src/gtk/about.c
7644                 save About window size.
7645                 patch by Pawel Pekala
7646
7647 2009-04-12 [paul]       3.7.1cvs43
7648
7649         * tools/csv2addressbook.pl
7650                 add extra CSV fields that are now appended
7651                 by thunderbird (version 2.0.0.21)
7652
7653 2009-04-08 [colin]      3.7.1cvs42
7654
7655         * src/procmime.c
7656                 fix saving (but not displaying) of UTF-16
7657                 files
7658
7659 2009-04-08 [colin]      3.7.1cvs41
7660
7661         * src/gtk/manage_window.c
7662                 Disable transient windows on win32 - seems to
7663                 fix most focusing issues
7664
7665 2009-04-05 [colin]      3.7.1cvs40
7666
7667         * src/procmsg.c
7668                 Don't ask whether we want to send deleted mails in queue
7669                 folders; also, don't send deleted mails when flushing
7670                 queues
7671
7672 2009-04-04 [paul]       3.7.1cvs39
7673
7674         * AUTHORS
7675         * configure.ac
7676         * po/id.po
7677         * src/gtk/authors.h
7678         * tools/claws.i18n.status.pl
7679                 add new Indonesian translation, by
7680                 MSulchan Darmawan
7681
7682 2009-04-03 [paul]       3.7.1cvs38
7683
7684         * AUTHORS
7685         * src/gtk/authors.h
7686                 credit due
7687
7688 2009-04-03 [colin]      3.7.1cvs37
7689
7690         * src/compose.c
7691         * src/textview.c
7692                 Fix bug 1891, 'Add support for gopher:// links'
7693                 Patch by Jacob Head <clawsmail at jacob-head.com>
7694                 Let's go back to the roots! 
7695
7696 2009-04-03 [paul]       3.7.1cvs36
7697
7698         * m4/Makefile.am
7699                 complete cvs35
7700
7701 2009-04-03 [paul]       3.7.1cvs35
7702
7703         * configure.ac
7704                 add AC_CONFIG_MACRO_DIR([m4])
7705                 remove CLAWS_ACLOCAL_INCLUDE(m4)
7706         * m4/aclocal-include.m4
7707                 removed this now unneeded file
7708
7709 2009-04-02 [colin]      3.7.1cvs34
7710
7711         * src/common/utils.h
7712                 Fix previous (thanks to Marcus :)
7713
7714 2009-04-02 [colin]      3.7.1cvs33
7715
7716         * src/common/utils.h
7717         * src/etpan/etpan-thread-manager.c
7718                 pipe() was a macro from GLib on win32 until
7719                 glib 2.13.2. It's undefined after that.
7720                 Thanks to Marcus Brinkmann for the heads-up!
7721
7722 2009-03-31 [colin]      3.7.1cvs32
7723
7724         * src/folder_item_prefs.c
7725                 Copy folder settings with prefs
7726
7727 2009-03-31 [colin]      3.7.1cvs31
7728
7729         * src/prefs_account.c
7730                 Don't use un-sensitive checkboxes in Privacy tab
7731                 when privacy system in None (makes unchecking 
7732                 painful when no privacy plugin is loaded)
7733
7734 2009-03-30 [colin]      3.7.1cvs30
7735
7736         * src/folder.c
7737         * src/folder.h
7738         * src/imap.c
7739         * src/mainwindow.c
7740         * src/mainwindow.h
7741         * src/prefs_account.c
7742         * src/prefs_account.h
7743         * src/summaryview.c
7744         * src/summaryview.h
7745                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7746                 Add an option on the Receive page of IMAP account preferences:
7747                 "Move deleted mails to trash and expunge immediately". This
7748                 option defaults to TRUE to avoid changing the existing behaviour.
7749                 Setting it to FALSE prevents automatic expunging. 
7750                 Also, add Tools/Expunge and View/Hide deleted messages menu items
7751                 (View/Hide deleted message being a per-folder setting, and behaving,
7752                 like View/Hide read messages).
7753
7754 2009-03-30 [colin]      3.7.1cvs29
7755
7756         * src/imap.c
7757                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7758                 ask for IMAP password when using GSSAPI auth
7759
7760 2009-03-27 [colin]      3.7.1cvs28
7761
7762         * src/folder.c
7763                 Fix cvs14, make sure we mark non-existent caches dirty
7764                 (or they never get written)
7765
7766 2009-03-27 [colin]      3.7.1cvs27
7767
7768         * src/imap.c
7769                 Fix tag update when all tags are removed 
7770                 from another client
7771
7772 2009-03-25 [colin]      3.7.1cvs26
7773
7774         * configure.ac
7775                 Fix configure.ac, thanks to Pawel
7776
7777 2009-03-25 [colin]      3.7.1cvs25
7778
7779         * src/news.c
7780         * src/etpan/nntp-thread.c
7781                 Fix header fetching (NG/To/Cc). Fixes 
7782                 bug 1883, 'Message processing fails to 
7783                 act on Newsgroups: field'
7784
7785 2009-03-23 [colin]      3.7.1cvs24
7786
7787         * src/textview.c
7788                 Fix internal headers visible in queue/sent
7789
7790 2009-03-23 [colin]      3.7.1cvs23
7791
7792         * configure.ac
7793                 Fix check for RC (resource compiler) used
7794                 on win32 (AC_LIBTOOL_RC used to call it 
7795                 implicitely but stopped)
7796
7797 2009-03-19 [colin]      3.7.1cvs22
7798
7799         * src/toolbar.c
7800                 Put spam button in default toolbar even if
7801                 bogofilter and spamassassin are not built.
7802                 Other anti-spam plugin could exist! :)
7803         * src/common/utils.c
7804                 Fix exit status fetch on win32
7805
7806 2009-03-18 [paul]       3.7.1cvs21
7807
7808         * src/gtk/spell_entry.c
7809                 fix "[BUG] Wrong word replaced in 'Subject:'
7810                 when spell-checking correction used"
7811                 Patch by Pawel Pekala
7812
7813 2009-03-17 [colin]      3.7.1cvs20
7814
7815         * src/common/utils.c
7816                 Fix win32 build (from cvs12)
7817
7818 2009-03-17 [colin]      3.7.1cvs19
7819
7820         * src/compose.c
7821                 Fix bug 1735, 'Change To: and Newsgroups: 
7822                 recipient field according account type'
7823                 Patch by Pawel
7824
7825 2009-03-17 [colin]      3.7.1cvs18
7826
7827         * src/msgcache.c
7828         * src/prefs_common.c
7829         * src/prefs_common.h
7830         * src/prefs_other.c
7831         * src/common/prefs.c
7832                 Add preference for fsyncing metadata
7833
7834 2009-03-16 [paul]       3.7.1cvs17
7835
7836         * src/prefs_customheader.c
7837                 add forgotten #if HAVE_LIBCOMPFACE
7838
7839 2009-03-16 [paul]       3.7.1cvs16
7840
7841         * src/prefs_customheader.c
7842                 put the (X-)Face preview image below the up/down
7843                 buttons so they don't jump around.
7844                 make the list reorderable by drag'n'drop
7845
7846 2009-03-16 [colin]      3.7.1cvs15
7847
7848         * src/prefs_customheader.c
7849                 Add a (X-)Face preview. Patch by iwkse.
7850
7851 2009-03-16 [colin]      3.7.1cvs14
7852
7853         * src/compose.c
7854         * src/folder.c
7855         * src/folder.h
7856         * src/msgcache.c
7857         * src/common/prefs.c
7858                 Add fsync calls to make sure we don't
7859                 lose data on system crashes. (to do:
7860                 add a pref to allow people choosing raw
7861                 speed)
7862
7863 2009-03-15 [colin]      3.7.1cvs13
7864
7865         * src/gtk/gtkaspell.c
7866                 Fix empty menu when there are no
7867                 suggestions (using the Spelling menu)
7868
7869 2009-03-14 [colin]      3.7.1cvs12
7870
7871         * src/common/utils.c
7872                 Win32: fix subject prefix length
7873
7874 2009-03-11 [mones]      3.7.1cvs11
7875
7876         * po/es.po
7877                 fix encoding declared in header
7878                 update translation now we're at it
7879
7880 2009-03-10 [colin]      3.7.1cvs10
7881
7882         * src/messageview.c
7883                 Fix "wrong mime" message printed out multiple
7884                 times
7885
7886 2009-03-10 [colin]      3.7.1cvs9
7887
7888         * src/prefs_folder_item.c
7889                 Fix build
7890
7891 2009-03-09 [paul]       3.7.1cvs8
7892
7893         * src/prefs_folder_item.c
7894         * src/send_message.c
7895                 fixes to english text
7896
7897 2009-03-08 [paul]       3.7.1cvs7
7898
7899         * po/ja.po
7900                 correct errors in header
7901
7902 2009-03-08 [paul]       3.7.1cvs6
7903
7904         * AUTHORS
7905         * configure.ac
7906         * po/ja.po
7907         * src/gtk/authors.h
7908         * tools/claws.i18n.status.pl
7909                 add Japanese translation, submitted by kazken3
7910
7911 2009-03-07 [colin]      3.7.1cvs5
7912
7913         * src/messageview.c
7914                 Don't let the invalid MIME warning hide
7915                 other noticeview (Partial receive or 
7916                 return receipt).
7917
7918 2009-03-07 [colin]      3.7.1cvs4
7919
7920         * src/procmime.c
7921                 Fix build
7922
7923 2009-03-07 [colin]      3.7.1cvs3
7924
7925         * src/messageview.c
7926         * src/procmime.c
7927         * src/procmime.h
7928                 Handle mimeparts that lack an end boundary.
7929                 They're invalid but it's too annoying for
7930                 normal users to fix.
7931
7932 2009-03-06 [wwp]        3.7.1cvs2
7933
7934         * src/compose.c
7935         * src/folder_item_prefs.c
7936         * src/folder_item_prefs.h
7937         * src/prefs_folder_item.c
7938                 Add per-folder default cc, bcc and reply-to.
7939
7940 2009-03-06 [colin]      3.7.1cvs1
7941
7942         * src/gedit-print.c
7943         * src/gtk/gtksourceprintjob.c
7944                 Fix build with old print interface
7945
7946 2009-03-06 [paul]       3.7.1
7947
7948         * NEWS
7949         * README
7950         * RELEASE_NOTES 
7951                 3.7.1 released!
7952
7953 2009-03-06 [paul]       3.7.0cvs78
7954
7955         * po/cs.po
7956         * po/de.po
7957         * po/fi.po
7958         * po/fr.po
7959         * po/hu.po
7960         * po/nl.po
7961         * po/pt_BR.po
7962         * po/sv.po
7963         * po/zh_CN.po
7964                 updated by David Vachulka, Stephan Sachse, Flammie
7965                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7966                 Frederico Goncalves Guimaraes, Lars Persson Fink,
7967                 and Ralph Young
7968
7969 2009-03-03 [colin]      3.7.0cvs77
7970
7971         * src/prefs_filtering.c
7972                 Win32: Fix bug 1865, 'IMAP account name changes 
7973                 are not followed at filter actions'
7974
7975 2009-03-02 [colin]      3.7.0cvs76
7976
7977         * src/imap.c
7978                 Fix Launchpad bug 335571: 'claws-mail crashed 
7979                 with SIGSEGV in strlen() while deleting 
7980                 large amount of e-mails on IMAP account
7981
7982 2009-02-27 [mones]      3.7.0cvs75
7983
7984         * manual/es/account.xml
7985         * manual/es/ack.xml
7986         * manual/es/addrbook.xml
7987         * manual/es/advanced.xml
7988         * manual/es/claws-mail-manual.xml
7989         * manual/es/faq.xml
7990         * manual/es/glossary.xml
7991         * manual/es/gpl.xml
7992         * manual/es/handling.xml
7993         * manual/es/intro.xml
7994         * manual/es/keyboard.xml
7995         * manual/es/plugins.xml
7996         * manual/es/starting.xml
7997                 Sync with English version, fix some typos
7998                 Changed encoding to UTF-8
7999         * po/es.po
8000                 Update for release, changed encoding to UTF-8
8001
8002 2009-02-24 [colin]      3.7.0cvs74
8003
8004         * src/printing.c
8005                 Don't print separation line if there
8006                 are no headers
8007
8008 2009-02-23 [cleroy]     3.7.0cvs73
8009
8010         * src/account.c
8011         * src/action.c
8012         * src/addr_compl.c
8013         * src/addrbook.c
8014         * src/addrcache.c
8015         * src/addrcindex.c
8016         * src/addrclip.c
8017         * src/addrduplicates.c
8018         * src/addressadd.c
8019         * src/addressbook.c
8020         * src/addressbook_foldersel.c
8021         * src/addrharvest.c
8022         * src/addrindex.c
8023         * src/addritem.c
8024         * src/addrquery.c
8025         * src/addrselect.c
8026         * src/codeconv.c
8027         * src/compose.c
8028         * src/customheader.c
8029         * src/editaddress.c
8030         * src/editaddress_other_attributes_ldap.c
8031         * src/editgroup.c
8032         * src/editldap.c
8033         * src/enriched.c
8034         * src/exporthtml.c
8035         * src/exportldif.c
8036         * src/filtering.c
8037         * src/folder.c
8038         * src/foldersel.c
8039         * src/folderutils.c
8040         * src/folderview.c
8041         * src/gedit-print.c
8042         * src/html.c
8043         * src/imap.c
8044         * src/imap_gtk.c
8045         * src/inc.c
8046         * src/jpilot.c
8047         * src/ldapctrl.c
8048         * src/ldapquery.c
8049         * src/ldapserver.c
8050         * src/ldapupdate.c
8051         * src/ldif.c
8052         * src/localfolder.c
8053         * src/main.c
8054         * src/mainwindow.c
8055         * src/matcher.c
8056         * src/mbox.c
8057         * src/messageview.c
8058         * src/mh.c
8059         * src/mh_gtk.c
8060         * src/mimeview.c
8061         * src/msgcache.c
8062         * src/mutt.c
8063         * src/news.c
8064         * src/news_gtk.c
8065         * src/noticeview.c
8066         * src/pine.c
8067         * src/pop.c
8068         * src/prefs_account.c
8069         * src/prefs_actions.c
8070         * src/prefs_common.c
8071         * src/prefs_filtering.c
8072         * src/prefs_filtering_action.c
8073         * src/prefs_folder_column.c
8074         * src/prefs_folder_item.c
8075         * src/prefs_gtk.c
8076         * src/prefs_matcher.c
8077         * src/prefs_quote.c
8078         * src/prefs_send.c
8079         * src/prefs_summaries.c
8080         * src/prefs_summary_column.c
8081         * src/prefs_template.c
8082         * src/prefs_themes.c
8083         * src/prefs_toolbar.c
8084         * src/printing.c
8085         * src/privacy.c
8086         * src/procheader.c
8087         * src/procmime.c
8088         * src/procmsg.c
8089         * src/quote_fmt.c
8090         * src/remotefolder.c
8091         * src/send_message.c
8092         * src/sourcewindow.c
8093         * src/statusbar.c
8094         * src/stock_pixmap.c
8095         * src/summary_search.c
8096         * src/summaryview.c
8097         * src/textview.c
8098         * src/toolbar.c
8099         * src/undo.c
8100         * src/uri_opener.c
8101         * src/vcard.c
8102         * src/common/base64.c
8103         * src/common/claws.c
8104         * src/common/hooks.c
8105         * src/common/plugin.c
8106         * src/common/prefs.c
8107         * src/common/session.c
8108         * src/common/smtp.c
8109         * src/common/socket.c
8110         * src/common/string_match.c
8111         * src/common/stringtable.c
8112         * src/common/utils.c
8113         * src/common/utils.h
8114         * src/common/xml.c
8115         * src/common/xmlprops.c
8116         * src/gtk/colorlabel.c
8117         * src/gtk/combobox.c
8118         * src/gtk/foldersort.c
8119         * src/gtk/gtkaspell.c
8120         * src/gtk/gtkcmclist.c
8121         * src/gtk/gtkcmctree.c
8122         * src/gtk/gtkcmoptionmenu.c
8123         * src/gtk/gtksctree.c
8124         * src/gtk/gtkshruler.c
8125         * src/gtk/gtksourceprintjob.c
8126         * src/gtk/gtkutils.c
8127         * src/gtk/gtkvscrollbutton.c
8128         * src/gtk/logwindow.c
8129         * src/gtk/menu.c
8130         * src/gtk/pluginwindow.c
8131         * src/gtk/prefswindow.c
8132         * src/gtk/quicksearch.c
8133         * src/gtk/spell_entry.c
8134         * src/plugins/pgpcore/select-keys.c
8135         * src/plugins/pgpinline/pgpinline.c
8136         * src/plugins/pgpmime/pgpmime.c
8137         * src/plugins/smime/smime.c
8138         * src/plugins/spamassassin/spamassassin_gtk.c
8139                 Mass commit changing g_return_* to cm_return_*
8140                 and making these more interesting
8141
8142 2009-02-23 [colin]      3.7.0cvs72
8143
8144         * src/imap.c
8145                 Always initialise error code to no error
8146
8147 2009-02-23 [colin]      3.7.0cvs71
8148
8149         * src/imap.c
8150                 Fix separator substitution
8151
8152 2009-02-23 [colin]      3.7.0cvs70
8153
8154         * src/stock_pixmap.c
8155         * src/gtk/colorlabel.c
8156                 don't use g_return on normal checks
8157
8158 2009-02-22 [colin]      3.7.0cvs69
8159
8160         * src/addressbook.c
8161         * src/procmime.c
8162                 More fixes
8163
8164 2009-02-22 [colin]      3.7.0cvs68
8165
8166         * src/addrduplicates.c
8167         * src/addressbook.c
8168         * src/addrharvest.c
8169         * src/codeconv.c
8170         * src/compose.c
8171         * src/filtering.c
8172         * src/folder.c
8173         * src/imap.c
8174         * src/imap_gtk.c
8175         * src/importldif.c
8176         * src/jpilot.c
8177         * src/mainwindow.c
8178         * src/matcher.c
8179         * src/mbox.c
8180         * src/messageview.c
8181         * src/mh_gtk.c
8182         * src/prefs_common.c
8183         * src/prefs_filtering.c
8184         * src/prefs_gtk.c
8185         * src/printing.c
8186         * src/privacy.c
8187         * src/procmime.c
8188         * src/procmsg.c
8189         * src/summaryview.c
8190         * src/textview.c
8191         * src/undo.c
8192         * src/wizard.c
8193         * src/common/md5.c
8194         * src/common/socket.c
8195         * src/common/template.c
8196         * src/etpan/imap-thread.c
8197         * src/gtk/gtkaspell.c
8198         * src/gtk/gtkcmctree.c
8199         * src/gtk/gtksctree.c
8200         * src/gtk/inputdialog.c
8201         * src/plugins/pgpcore/sgpgme.c
8202         * src/plugins/pgpmime/pgpmime.c
8203         * src/plugins/smime/smime.c
8204         * src/plugins/spamassassin/spamassassin.c
8205                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8206                 uninitialised accesses
8207
8208 2009-02-17 [colin]      3.7.0cvs67
8209
8210         * src/compose.c
8211                 Disable controls during queuing
8212
8213 2009-02-15 [colin]      3.7.0cvs66
8214
8215         * src/privacy.c
8216         * src/plugins/pgpcore/select-keys.c
8217         * src/plugins/pgpcore/sgpgme.c
8218                 Disable use of disabled keys
8219
8220 2009-02-15 [colin]      3.7.0cvs65
8221
8222         * src/folderview.c
8223         * src/summaryview.c
8224                 Fix font updating after changing 
8225                 prefs_common.derive_from_normal_font
8226
8227 2009-02-12 [paul]       3.7.0cvs64
8228
8229         * src/addressitem.h
8230         * src/export.h
8231         * src/headerview.c
8232         * src/headerview.h
8233         * src/common/version.h.in
8234         * src/gtk/about.h
8235         * src/gtk/menu.c
8236         * src/gtk/menu.h
8237                 more copyright header fixes
8238
8239 2009-02-12 [paul]       3.7.0cvs63
8240
8241         * src/gtk/progressdialog.c
8242         * src/gtk/progressdialog.h
8243                 fix copyright header
8244
8245 2009-02-12 [paul]       3.7.0cvs62
8246
8247         * src/gtk/spell_entry.c
8248         * src/gtk/spell_entry.h
8249                 better, more standard copyright header
8250
8251 2009-02-12 [paul]       3.7.0cvs61
8252
8253         * src/gtk/spell_entry.c
8254         * src/gtk/spell_entry.h
8255                 changes to copyright header
8256
8257 2009-02-12 [paul]       3.7.0cvs60
8258
8259         * src/gtk/spell_entry.c
8260         * src/gtk/spell_entry.h
8261                 fix broken build
8262
8263 2009-02-11 [colin]      3.7.0cvs59
8264
8265         * src/gtk/spell_entry.c
8266         * src/gtk/spell_entry.h
8267                 Forgot to add files
8268
8269 2009-02-11 [colin]      3.7.0cvs58
8270
8271         * src/compose.c
8272         * src/gtk/Makefile.am
8273         * src/gtk/gtkaspell.c
8274         * src/gtk/gtkaspell.h
8275                 Add spellcheck to subject. Patch by
8276                 Pawel.
8277
8278 2009-02-10 [holger]     3.7.0cvs57
8279
8280         * src/printing.c
8281         * src/common/defs.h
8282                 Move filename define for printing page setup cache to defs.h
8283
8284 2009-02-08 [mones]      3.7.0cvs56
8285
8286         * src/matcher.h
8287                 Fix build for bison 2.4.1
8288
8289 2009-02-06 [holger]     3.7.0cvs55
8290
8291         * src/prefs_common.c
8292         * src/prefs_common.h
8293         * src/printing.c
8294                 Fix restoring of custom page setups for printing by
8295                 temporarily caching the settings.
8296                 This is a workaround for Gnome Bug #39018, and fixes
8297                 Claws Mail Bug #1840.
8298
8299 2009-02-06 [colin]      3.7.0cvs54
8300
8301         * src/mainwindow.c
8302                 Fix hardcoded Shift-Q quits. Fixes
8303                 bug 1838, 'Claws-Mail sometimes quits 
8304                 when attempting to type a capital Q'
8305
8306 2009-01-31 [paul]       3.7.0cvs53
8307
8308         * src/compose.c
8309                 revert 3.7.0cvs49, until there is time to find out
8310                 why it causes a nasty crash!
8311
8312 2009-01-31 [paul]       3.7.0cvs52
8313
8314         * src/mainwindow.c
8315                 1 string that was forgotten for translation
8316
8317 2009-01-31 [paul]       3.7.0cvs51
8318
8319         * src/messageview.c
8320                 2 strings that were forgotten for translation
8321
8322 2009-01-31 [paul]       3.7.0cvs50
8323
8324         * src/gtk/prefswindow.c
8325                 build prefs tree in a slightly smarter way -
8326                 fix bug where if path[0] had same name as
8327                 path[1], (like in the de translation), path[1]
8328                 was lost and not shown in the window
8329
8330 2009-01-31 [paul]       3.7.0cvs49
8331
8332         * src/compose.c
8333                 fix bug 1836, 'Quoted text still blue after
8334                 removal of quote-character'
8335                 comment out some debug_print's that needlessly
8336                 slow things down
8337         * src/undo.c
8338                 comment out a debug_print that needlessly slows
8339                 things down
8340
8341 2009-01-31 [paul]       3.7.0cvs48
8342
8343         * src/summaryview.c
8344                 fix bug 1834, '"semi"-selection when collapsing thread'
8345
8346 2009-01-31 [paul]       3.7.0cvs47
8347
8348         * src/prefs_compose_writing.c
8349         * src/prefs_message.c
8350                 move 'quote_chars' pref to where it should be
8351
8352 2009-01-30 [paul]       3.7.0cvs46
8353
8354         * src/summaryview.c
8355                 fix updating of popup menu sensitivity
8356
8357 2009-01-28 [paul]       3.7.0cvs45
8358
8359         * tools/filter_conv_new.pl
8360                 move 'move' and 'delete' to end of @actions
8361                 so that they are always final actions in the
8362                 generated filtering rule
8363
8364 2009-01-27 [paul]       3.7.0cvs44
8365
8366         * src/messageview.c
8367                 always select text/calendar mimepart if suitable
8368                 plugin (i.e. vCalendar) is available
8369
8370 2009-01-27 [paul]       3.7.0cvs43
8371
8372         * src/folder.c
8373                 fix crash when right-clicking in summaryview when
8374                 processing is active
8375
8376 2009-01-22 [colin]      3.7.0cvs42
8377
8378         * src/compose.c
8379         * src/privacy.c
8380         * src/privacy.h
8381                 When replying to signed/encrypted mail and the
8382                 preference to sign/encrypt in this case is set,
8383                 choose the original mail's privacy system (if
8384                 available).
8385
8386 2009-01-21 [colin]      3.7.0cvs41
8387
8388         * src/addressbook.h
8389                 Fix warning (on-the-fly theming of
8390                 addressbook isn't complete yet)
8391
8392 2009-01-21 [colin]      3.7.0cvs40
8393
8394         * src/account.c
8395         * src/addressbook.c
8396                 Win32: Fix window placement
8397
8398 2009-01-21 [paul]       3.7.0cvs39
8399
8400         * src/inc.c
8401                 update timeout log msg
8402
8403 2009-01-17 [colin]      3.7.0cvs38
8404
8405         * src/main.c
8406         * src/mbox.c
8407         * src/common/md5.c
8408         * src/common/utils.c
8409         * src/etpan/imap-thread.c
8410                 Fix g_open calls (which don't ignore mode)
8411
8412 2009-01-17 [colin]      3.7.0cvs37
8413
8414         * src/addressbook.c
8415         * src/compose.c
8416         * src/foldersel.c
8417         * src/main.c
8418         * src/mainwindow.c
8419         * src/mbox.c
8420         * src/common/md5.c
8421         * src/common/ssl_certificate.c
8422         * src/common/tags.c
8423         * src/common/utils.c
8424         * src/etpan/imap-thread.c
8425         * src/plugins/bogofilter/bogofilter.c
8426         * src/plugins/pgpinline/pgpinline.c
8427         * src/plugins/smime/smime.c
8428                 Probably fix bug 1825, 'Unable to fetch messages from 
8429                 IMAP folders named with non-ASCII string'
8430                 Change remaining occurences of fopen and open with
8431                 g_fopen and g_open
8432
8433 2009-01-17 [paul]       3.7.0cvs36
8434
8435         * manual/faq.xml
8436                 update an old, outdated piece of info
8437
8438 2009-01-17 [paul]       3.7.0cvs35
8439
8440         * src/prefs_folder_item.c
8441                 fix bug where saving Folder Properties of a
8442                 sub-folder of outbox, queue, draft or trash
8443                 would change its parent's folder type to normal
8444
8445 2009-01-12 [mones]      3.7.0cvs34
8446
8447         * po/es.po
8448                 Updated translation
8449
8450 2009-01-12 [wwp]        3.7.0cvs33
8451
8452         * tools/fix_date.sh
8453         * tools/popfile-link.sh
8454         * tools/textviewer.sh
8455                 Fix bashisms and other portability glitches (thanks to
8456                 Steven M. Bellovin).
8457
8458 2009-01-11 [paul]       3.7.0cvs32
8459
8460         * src/addrindex.c
8461                 clean up some build warnings
8462
8463 2009-01-11 [colin]      3.7.0cvs31
8464
8465         * src/addrindex.c
8466                 Revert part of patch 3.7.0cvs29 
8467                 This function is used when jpilot
8468                 support is disabled
8469
8470 2009-01-11 [colin]      3.7.0cvs30
8471
8472         * src/folder.c
8473                 folder_find_child_item_by_name():
8474                 actually use name, not path's basename
8475
8476 2009-01-11 [paul]       3.7.0cvs29
8477
8478         * src/addrclip.c
8479         * src/addrindex.c
8480         * src/addritem.c
8481         * src/foldersel.h
8482         * src/folderview.c
8483         * src/prefs_folder_item.c
8484                 clean up some build warnings
8485
8486 2009-01-11 [paul]       3.7.0cvs28
8487
8488         * src/gtk/about.c
8489                 don't even mention printing support, assume its
8490                 presence, unless building with GTK+ < 2.10.0
8491
8492 2009-01-10 [colin]      3.7.0cvs27
8493
8494         * src/codeconv.c
8495                 Fix bug 1811, '[mime] Crash when there's no 
8496                 room for filename's start on the same line'
8497                 When the mimetype of the attachment is very 
8498                 long, there's no room at all to start the 
8499                 name=... parameter on the same line. This
8500                 caused an infinite loop as 0 characters of
8501                 the filename could be appended.
8502                 In such cases, insert linebreak before the
8503                 name parameter.
8504
8505 2009-01-09 [colin]      3.7.0cvs26
8506
8507         * src/compose.c
8508         * src/mainwindow.c
8509         * src/common/utils.c
8510                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
8511                 Compose Window does not attach'
8512
8513 2009-01-09 [colin]      3.7.0cvs25
8514
8515         * src/foldersel.c
8516                 Fix bug 1817, 'Changing Themes does not 
8517                 update the pixmaps in "Select folder" 
8518                 dialog box'
8519
8520 2009-01-09 [colin]      3.7.0cvs24
8521
8522         * src/main.c
8523                 Win32: Fix bug 1816, 'Attaching files with 
8524                 command-line generates error after attaching'
8525
8526 2009-01-09 [paul]       3.7.0cvs23
8527
8528         * src/gtk/about.c
8529                 forgot this '2009' in last commit
8530
8531 2009-01-09 [paul]       3.7.0cvs22
8532
8533         * src/*/*.[c,h]
8534                 it's 2009!
8535                 update copyright headers
8536
8537 2009-01-09 [paul]       3.7.0cvs21
8538
8539         * doc/man/claws-mail.1
8540                 update Team list
8541
8542 2009-01-09 [colin]      3.7.0cvs20
8543
8544         * src/messageview.c
8545                 Fix bug 1814, 'Windows' WM badly places 
8546                 message view'
8547
8548 2009-01-09 [colin]      3.7.0cvs19
8549
8550         * src/prefs_themes.c
8551         * src/stock_pixmap.c
8552         * src/stock_pixmap.h
8553         * src/common/utils.c
8554         * src/common/utils.h
8555                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8556
8557 2009-01-08 [colin]      3.7.0cvs18
8558
8559         * src/mimeview.c
8560                 Win32: Fix bug 1810, 'Pressing 'o' key 
8561                 crashes CM'
8562
8563 2009-01-07 [colin]      3.7.0cvs17
8564
8565         * src/html.c
8566                 Fix bug 1432, '&amp; not escaped in links (HTML 
8567                 rendered as text)'
8568
8569 2009-01-06 [colin]      3.7.0cvs16
8570
8571         * src/plugins/pgpcore/select-keys.c
8572                 Warn translators the usual way about
8573                 accels
8574
8575 2009-01-06 [colin]      3.7.0cvs15
8576
8577         * src/mainwindow.c
8578                 Fix synchronisation dialog that shouldn't
8579                 appear when network goes down (Network
8580                 Manager)
8581         * src/mimeview.c
8582         * src/textview.c
8583                 Fix save as when attach_save_dir isn't set
8584                 fixes bug 1804, 'attach_save_directory does 
8585                 not default to $HOME'
8586         * src/plugins/pgpcore/select-keys.c
8587                 Add mnemonics to buttons - warn translators!
8588
8589 2009-01-06 [wwp]        3.7.0cvs14
8590
8591         * src/common/utils.c
8592                 Fix cvs13, thanks to Colin.
8593
8594 2009-01-06 [wwp]        3.7.0cvs13
8595
8596         * src/common/utils.c
8597                 Better support for Spanish Outlook replies (RES).
8598
8599 2009-01-02 [colin]      3.7.0cvs12
8600
8601         * src/folderview.c
8602                 Fix (+) sign after collapsed folder names that 
8603                 have quicksearch-matching children.
8604                 Fixes bug 1506, 'Recursive search in collapsed 
8605                 folders'
8606
8607 2009-01-02 [colin]      3.7.0cvs11
8608
8609         * src/stock_pixmap.c
8610         * src/stock_pixmap.h
8611                 Remove now-unused stock_pixmap_gdk
8612
8613 2009-01-02 [colin]      3.7.0cvs10
8614
8615         * src/gtk/gtkutils.c
8616         * src/pixmaps/claws-mail_icon.xpm
8617                 Use pixbuf for app icon, and make the app icon
8618                 a bit nicer
8619
8620 2009-01-02 [colin]      3.7.0cvs9
8621
8622         * src/uri_opener.c
8623                 Show both link title and URI if possible
8624
8625 2009-01-02 [colin]      3.7.0cvs8
8626
8627         * src/addressadd.c
8628         * src/addressbook.c
8629         * src/addressbook_foldersel.c
8630         * src/addressitem.h
8631         * src/folderview.c
8632         * src/grouplistdialog.c
8633         * src/importldif.c
8634         * src/mimeview.c
8635         * src/summaryview.c
8636         * src/gtk/gtkcmclist.c
8637         * src/gtk/gtkcmclist.h
8638         * src/gtk/gtkcmctree.c
8639         * src/gtk/gtkcmctree.h
8640         * src/gtk/gtksctree.c
8641         * src/gtk/gtksctree.h
8642                 Implement pixbuf rendering in tree widgets
8643                 instead of pixmaps
8644         * src/plugins/trayicon/trayicon.c
8645         * src/noticeview.c
8646         * src/prefs_themes.c
8647                 Use pixbuf rendering here too
8648
8649 2008-12-30 [paul]       3.7.0cvs7
8650
8651         * src/textview.c
8652                 no need to prematurely trim the uri in the statusbar
8653
8654 2008-12-29 [paul]       3.7.0cvs6
8655
8656         * src/procmsg.c
8657                 prefer List-Id header to X-* headers when creating
8658                 filter rule automatically
8659
8660 2008-12-28 [colin]      3.7.0cvs5
8661
8662         * src/compose.c
8663                 Set minimum height to 440 instead of 480
8664
8665 2008-12-22 [colin]      3.7.0cvs4
8666
8667         * src/compose.c
8668                 Fix bug 1799, '"Discard message" deletes manually 
8669                 saved draft'. Switch rmode to REEDIT after 
8670                 manually saving.
8671
8672 2008-12-21 [paul]       3.7.0cvs3
8673
8674         * tools/claws.i18n.status.pl
8675                 updates
8676
8677 2008-12-21 [paul]       3.7.0cvs2
8678
8679         * AUTHORS
8680         * src/gtk/authors.h
8681                 (more) updates
8682
8683 2008-12-21 [paul]       3.7.0cvs1
8684
8685         * AUTHORS
8686         * src/gtk/authors.h
8687                 updates
8688
8689 2008-12-19 [paul]       3.7.0
8690
8691         * NEWS
8692         * README
8693         * RELEASE_NOTES 
8694                 3.7.0 released!
8695
8696 2008-12-19 [paul]       3.6.1cvs80
8697
8698         * configure.ac
8699                 remove unmaintained sk and sr from ALL_LINGUAS
8700                 add newly maintained cs to ALL_LINGUAS
8701         * po/bg.po
8702         * po/ca.po
8703         * po/cs.po
8704         * po/de.po
8705         * po/fi.po
8706         * po/hu.po
8707         * po/nl.po
8708         * po/pt_BR.po
8709         * po/ru.po
8710         * po/sv.po
8711                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8712                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8713                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8714                 Persson Fink
8715
8716 2008-12-16 [colin]      3.6.1cvs79
8717
8718         * src/plugins/pgpcore/sgpgme.c
8719                 Fix warning
8720
8721 2008-12-15 [colin]      3.6.1cvs78
8722
8723         * src/compose.c
8724         * src/privacy.c
8725         * src/privacy.h
8726         * src/plugins/pgpcore/sgpgme.c
8727         * src/plugins/pgpcore/sgpgme.h
8728         * src/plugins/pgpinline/pgpinline.c
8729         * src/plugins/pgpmime/pgpmime.c
8730         * src/plugins/smime/smime.c
8731                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
8732                 email address" doesn't work'. Use custom from address
8733                 if set
8734
8735 2008-12-15 [colin]      3.6.1cvs77
8736
8737         * src/common/utils.c
8738                 Fix bug 1746, 'Makes a mailto link from several 
8739                 paragraphs'
8740
8741 2008-12-15 [paul]       3.6.1cvs76
8742
8743         * m4/spamassassin.m4
8744                 fix warnings thrown up by autoconf-2.63
8745
8746 2008-12-13 [colin]      3.6.1cvs75
8747
8748         * Makefile.am
8749         * src/Makefile.am
8750         * src/common/ssl.c
8751         * src/common/utils.c
8752         * src/common/utils.h
8753         * tools/Makefile.am
8754                 Finish previous patch
8755
8756 2008-12-13 [colin]      3.6.1cvs74
8757
8758         * tools/Makefile.am
8759                 Only install certs on windows
8760
8761 2008-12-13 [colin]      3.6.1cvs73
8762
8763         * tools/Makefile.am
8764         * tools/ca-certificates.crt
8765         * src/common/Makefile.am
8766         * src/common/ssl.c
8767                 First try to ship SSL certificates in Windows
8768                 build
8769
8770 2008-12-12 [colin]      3.6.1cvs72
8771
8772         * configure.ac
8773         * src/plugins/pgpinline/claws.def
8774                 Windows build fixes
8775
8776 2008-12-12 [paul]       3.6.1cvs71
8777
8778         * src/imap.c
8779         * src/mh.c
8780         * src/partial_download.c
8781         * src/textview.c
8782         * src/common/claws.c
8783         * src/common/prefs.c
8784         * src/common/utils.c
8785                 win32: fix unlinking, renaming and bug with
8786                 non-ascii username
8787                 Patch by Colin
8788
8789 2008-12-11 [colin]      3.6.1cvs70
8790
8791         * po/fr.po
8792         * manual/fr/advanced.xml
8793                 Update french translations
8794
8795 2008-12-10 [colin]      3.6.1cvs69
8796
8797         * manual/faq.xml
8798                 Correct bug submission guidelines
8799
8800 2008-12-10 [colin]      3.6.1cvs68
8801
8802         * src/plugins/pgpcore/pgp_viewer.c
8803                 Fix bug 1736, 'Key import does not work'
8804                 Kill the correct pid (and not the parent
8805                 shell), and increase the timeout a bit.
8806
8807 2008-12-09 [paul]       3.6.1cvs67
8808
8809         * src/messageview.c
8810                 ensure that any stray noticeview buttons are hidden,
8811                 as clicking them causes segfaults!
8812
8813 2008-12-09 [colin]      3.6.1cvs66
8814
8815         * src/compose.c
8816         * src/compose.h
8817         * src/folder_item_prefs.h
8818         * src/prefs_common.c
8819         * src/prefs_common.h
8820         * src/common/defs.h
8821                 Fix bug 1792, '"Save Message to" should 
8822                 retain list of recently selected folders'
8823                 Also, make Enchant-related prefs stick
8824                 even if the build doesn't enable enchant
8825
8826 2008-12-09 [paul]       3.6.1cvs65
8827
8828         * src/messageview.c
8829                 fix bug 1787, 'Prevent automatic PGP inline
8830                 decryption attempts' use the noticeview to display
8831                 decryption failure messages instead of the irritating
8832                 popup dialog
8833
8834 2008-12-09 [colin]      3.6.1cvs64
8835
8836         * src/prefs_filtering.c
8837                 Fix bug 1789, 'filtering account selection 
8838                 (regression)'. Filtering on sending-only
8839                 accounts can be a little useful when using
8840                 filtering via Tools menu.
8841
8842 2008-12-07 [paul]       3.6.1cvs63
8843
8844         * src/prefs_actions.c
8845                 don't auto-select first entry (same as other
8846                 similar dialogs)
8847         * src/gtk/pluginwindow.c
8848                 these parents don't have children so don't look
8849                 for them
8850
8851 2008-12-07 [paul]       3.6.1cvs62
8852
8853         * src/prefs_account.c
8854         * src/gtk/pluginwindow.c
8855         * src/gtk/prefswindow.c
8856         * src/gtk/prefswindow.h
8857                 auto-select first page
8858
8859 2008-12-05 [colin]      3.6.1cvs61
8860
8861         * src/codeconv.c
8862         * src/procmime.c
8863                 Fix bug 1788, 'CM crashes re-encoding 
8864                 encoded parameters' (introduced in cvs40)
8865
8866 2008-12-05 [paul]       3.6.1cvs60
8867
8868         * src/prefs_common.h
8869                 remove gpg prefs that are no longer needed here
8870
8871 2008-12-03 [colin]      3.6.1cvs59
8872
8873         * src/msgcache.c
8874                 Speed up cache reading (about 10% gain)
8875         * src/summaryview.c
8876         * src/gtk/gtksctree.c
8877                 Speed up expand/collapse all threads
8878                 (about 95% gain)
8879
8880 2008-12-03 [paul]       3.6.1cvs58
8881
8882         * configure.ac
8883                 eradicate gcc4's signedness warnings
8884                 fix building with gnuTLS on (Open)Solaris
8885
8886 2008-12-01 [colin]      3.6.1cvs57
8887
8888         * src/gtk/gtkcmclist.c
8889                 Fix column headers
8890
8891 2008-12-01 [colin]      3.6.1cvs56
8892
8893         * src/plugins/pgpinline/pgpinline.c
8894                 Fix bug 1779, 'PGP Inline badly handles 
8895                 multipart'. Properly dump the current part
8896                 instead of running around with scissors
8897
8898 2008-11-30 [paul]       3.6.1cvs55
8899
8900         * manual/advanced.xml
8901         * manual/plugins.xml
8902         * src/prefs_toolbar.c
8903                 remove the verb from the page title and
8904                 update references in the manual
8905
8906 2008-11-30 [paul]       3.6.1cvs54
8907
8908         * src/prefs_other.c
8909                 move Other/ page to Other/Miscellaneous
8910         * src/gtk/prefswindow.c
8911                 make parent page unselectable
8912
8913 2008-11-29 [paul]       3.6.1cvs53
8914
8915         * README
8916                 add the new 'primary_paste_unselects' hidden
8917                 option, add missing 'log_[...]_color' options,
8918                 and reformat the text
8919         * manual/advanced.xml
8920                 add the new 'primary_paste_unselects' hidden
8921                 option, add missing 'log_[...]_color' options
8922
8923 2008-11-28 [colin]      3.6.1cvs52
8924
8925         * src/mimeview.c
8926                 Fix leak
8927
8928 2008-11-28 [colin]      3.6.1cvs51
8929
8930         * po/fr.po
8931                 Update translation
8932
8933 2008-11-28 [colin]      3.6.1cvs50
8934
8935         * src/mainwindow.c
8936                 Fix account selection in Mailing list
8937                 menu
8938
8939 2008-11-28 [paul]       3.6.1cvs49
8940
8941         * po/Makefile.in.in
8942                 automatically remove obsolete strings
8943
8944 2008-11-28 [colin]      3.6.1cvs48
8945
8946         * src/plugins/pgpcore/sgpgme.c
8947                 Fix error message when key isn't available.
8948
8949 2008-11-27 [colin]      3.6.1cvs47
8950
8951         * src/filtering.c
8952         * src/matcher.c
8953                 Fix a little leak
8954
8955 2008-11-26 [colin]      3.6.1cvs46
8956
8957         * src/common/ssl.c
8958                 Fix new warning
8959
8960 2008-11-26 [colin]      3.6.1cvs45
8961
8962         * src/plugins/pgpcore/select-keys.c
8963         * src/plugins/pgpcore/sgpgme.c
8964                 Fix bug 1591, 'S/MIME: better key 
8965                 handling/selection dialog'
8966                 Really ignore revoked/expired keys
8967
8968 2008-11-26 [colin]      3.6.1cvs44
8969
8970         * src/main.c
8971         * src/common/claws.c
8972         * src/common/ssl.c
8973                 Make sure libgcrypt's threading is initialised
8974                 before gnutls. See also old bug 1539.
8975
8976 2008-11-26 [colin]      3.6.1cvs43
8977
8978         * src/imap.c
8979         * src/news.c
8980         * src/etpan/imap-thread.c
8981                 Fix possible crashes due to clist_begin()
8982                 not checking for NULLs (it should!)
8983
8984 2008-11-25 [colin]      3.6.1cvs42
8985
8986         * src/procmime.c
8987                 Fix line length in MIME parameters
8988
8989 2008-11-22 [paul]       3.6.1cvs41
8990
8991         * src/compose.c
8992                 grab Return key press in attachments Properties
8993                 dialog
8994
8995 2008-11-21 [colin]      3.6.1cvs40
8996
8997         * src/compose.c
8998         * src/procmime.c
8999                 Fix bug 1776, 'use encoded name parameters 
9000                 for attachments instead of ascii'.
9001                 Break the RFC 2047 by using B-encoded 
9002                 filename parameter, like everyone does,
9003                 following advice from the RFC author.
9004
9005 2008-11-21 [colin]      3.6.1cvs39
9006
9007         * src/common/socket.c
9008                 Rehandshake if server asks to
9009
9010 2008-11-21 [colin]      3.6.1cvs38
9011
9012         * src/mimeview.h
9013         * src/toolbar.h
9014         * src/common/session.h
9015         * src/common/smtp.h
9016                 Move conditional-compilation members to
9017                 end of structs
9018
9019 2008-11-19 [wwp]        3.6.1cvs37
9020
9021         * src/prefs_actions.c
9022                 Fixed wrong behaviour when pressing Escape (was not cancelling
9023                 the action).
9024
9025 2008-11-19 [wwp]        3.6.1cvs36
9026
9027         * src/compose.c
9028         * src/matcher.c
9029         * src/messageview.c
9030         * src/mimeview.c
9031         * src/prefs_actions.c
9032         * src/prefs_filtering_action.c
9033         * src/procmsg.c
9034         * src/summaryview.c
9035         * src/textview.c
9036         * src/common/utils.c
9037                 Replace occurrences of "command line" with "command-line" everywhere.
9038                 Enforce code style (mostly indentation) in prefs_actions.c.
9039
9040 2008-11-19 [colin]      3.6.1cvs35
9041
9042         * src/compose.c
9043         * src/prefs_common.c
9044         * src/prefs_common.h
9045                 Add primary_paste_unselects hidden preference
9046                 to change how middle-click pasting changes
9047                 the selection and insert point; defaults to
9048                 pre-3.6.1cvs31
9049
9050 2008-11-19 [colin]      3.6.1cvs34
9051
9052         * src/folderview.c
9053                 Always give focus to summaryview, even if
9054                 the folder is empty, in small screen layout.
9055                 Allows to go back to folderlist using the
9056                 keyboard.
9057
9058 2008-11-18 [colin]      3.6.1cvs33
9059
9060         * src/mainwindow.h
9061                 Put back conditional at the end of struct
9062
9063 2008-11-18 [colin]      3.6.1cvs32
9064
9065         * src/procmime.c
9066         * src/common/w32_reg.c
9067                 Fix crash on win32 when browsing to a
9068                 directory
9069
9070 2008-11-15 [colin]      3.6.1cvs31
9071
9072         * src/compose.c
9073                 After a mid-click paste, deselect selection
9074                 and go to end of paste.
9075
9076 2008-11-15 [colin]      3.6.1cvs30
9077
9078         * src/compose.c
9079                 Auto-save draft after external editor quits
9080
9081 2008-11-15 [colin]      3.6.1cvs29
9082
9083         * src/plugins/pgpcore/sgpgme.c
9084                 Fix wrong error display, thanks to
9085                 Charles A. Edwards
9086
9087 2008-11-14 [colin]      3.6.1cvs28
9088
9089         * src/prefs_actions.c
9090                 Comment out bogus (IMO) warning
9091
9092 2008-11-14 [colin]      3.6.1cvs27
9093
9094         * src/mainwindow.c
9095         * src/summaryview.c
9096         * src/summaryview.h
9097         * src/gtk/menu.c
9098         * src/gtk/menu.h
9099                 Share summaryview's context menu actions with
9100                 the equivalent menu items of the main menu;
9101                 this allows to share accelerators and de-
9102                 duplicate code.
9103
9104 2008-11-14 [colin]      3.6.1cvs26
9105
9106         * src/plugins/pgpcore/sgpgme.c
9107                 Fix bug 1768, 'claws-mail crashes while 
9108                 checking smime bad signature'
9109
9110 2008-11-13 [colin]      3.6.1cvs25
9111
9112         * src/account.c
9113         * src/filtering.c
9114                 Fix redefinition of PREFSBUFSIZE
9115
9116 2008-11-13 [wwp]        3.6.1cvs24
9117
9118         * tools/popfile-link.sh
9119                 Add support for reusing existing POPFile session ID.
9120
9121 2008-11-12 [colin]      3.6.1cvs23
9122
9123         * src/prefs_gtk.h
9124                 Fix bug 1771, 'Folder template gets 
9125                 truncated when exiting the application'
9126                 Use a 32k buffer for string preferences
9127
9128 2008-11-11 [colin]      3.6.1cvs22
9129
9130         * src/summaryview.c
9131                 Fix "display sender using addressbook" when
9132                 prefs_common.swap_from is in use. Patch by
9133                 H. Merijn Brand
9134
9135 2008-11-11 [colin]      3.6.1cvs21
9136
9137         * src/autofaces.c
9138         * src/common/md5.c
9139         * src/common/md5.h
9140                 Make a few functions static
9141
9142 2008-11-07 [colin]      3.6.1cvs20
9143
9144         * src/mainwindow.c
9145         * src/summaryview.c
9146                 Fix crash when rebuilding colorlabel
9147                 menu
9148         * src/addrgather.c
9149         * src/editldap.c
9150         * src/prefs_account.c
9151         * src/prefs_compose_writing.c
9152         * src/prefs_logging.c
9153         * src/prefs_message.c
9154         * src/prefs_other.c
9155         * src/prefs_receive.c
9156         * src/prefs_summaries.c
9157         * src/prefs_wrapping.c
9158         * src/plugins/bogofilter/bogofilter_gtk.c
9159         * src/plugins/pgpcore/prefs_gpg.c
9160         * src/plugins/spamassassin/spamassassin_gtk.c
9161                 Fix deprecated use of page_size in 
9162                 gtkspinbutton adjustments
9163
9164 2008-11-06 [mones]      3.6.1cvs19
9165
9166         * src/mainwindow.c
9167                 Fix missing "About" in Help menu
9168         * tools/claws.i18n.status.pl
9169                 Fix header
9170
9171 2008-11-05 [colin]      3.6.1cvs18
9172
9173         * src/action.c
9174         * src/main.c
9175         * src/mainwindow.c
9176         * src/common/socket.c
9177         * src/common/socket.h
9178         * src/gtk/gtkutils.c
9179         * src/gtk/gtkutils.h
9180                 w32: Implement single launch (lock
9181                 socket); always put debug log to
9182                 the rc_dir; fix Start menu update
9183                 after registering as default Mail 
9184                 app
9185
9186 2008-11-05 [colin]      3.6.1cvs17
9187
9188         * src/mainwindow.c
9189                 Setting the Mail start menu item in HKCU 
9190                 confuses the Internet Options dialog. Do 
9191                 it in HKLM as this dialog does.
9192
9193 2008-11-04 [colin]      3.6.1cvs16
9194
9195         * src/common/w32_reg.c
9196                 Fix off-by-one
9197
9198 2008-11-04 [colin]      3.6.1cvs15
9199
9200         * src/procmime.c
9201                 w32: Fix getting content-type 
9202         * src/mimeview.c
9203         * src/prefs_common.c
9204         * src/prefs_common.h
9205         * src/prefs_ext_prog.c
9206         * src/textview.c
9207                 w32: better integration (use the
9208                 standard file associations instead
9209                 of our platform-unadapted open
9210                 dialog)
9211         * src/mainwindow.c
9212         * src/common/utils.c
9213         * src/common/w32_reg.c
9214         * src/common/w32lib.h
9215                 w32: better integration (allow 
9216                 setting Claws as default MUA)
9217
9218 2008-11-01 [colin]      3.6.1cvs14
9219
9220         * src/codeconv.c
9221                 Fix wrongly converted non-ascii characters
9222                 when locale's charset is US-ASCII (strict-mode
9223                 was failing in this case)
9224
9225 2008-10-30 [colin]      3.6.1cvs13
9226
9227         * src/mimeview.c
9228         * src/mimeview.h
9229         * src/textview.c
9230         * src/textview.h
9231                 Use one UI Manager per mimeview, instead of
9232                 the global one -- else user_data pointer gets
9233                 broken if opening and closing another message-
9234                 view, then using right-click on a mimeview's 
9235                 mimepart. Probably fixes bug 1711, 'Save-as
9236                 attachment crashes'
9237
9238 2008-10-24 [paul]       3.6.1cvs12
9239
9240         * tools/Makefile.am
9241         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9242         * tools/kdeservicemenu/install.sh
9243                 another, possibly the final?, attempt on getting this
9244                 sorted for kde4
9245
9246 2008-10-24 [paul]       3.6.1cvs11
9247
9248         * tools/kdeservicemenu/install.sh
9249                 fix servicemenu installation directory on kde4
9250
9251 2008-10-24 [paul]       3.6.1cvs10
9252
9253         * tools/kdeservicemenu/README
9254         * tools/kdeservicemenu/install.sh
9255                 add support for kde4 in addition to kde3.
9256                 a rework involving checking for kde4-config, then
9257                 kde-config, finally prompting the user for the
9258                 location of either if they cannot be found
9259                 
9260
9261 2008-10-18 [paul]       3.6.1cvs9
9262
9263         * tools/claws.i18n.status.pl
9264                 updated with latest translator info.
9265                 only print for languages defined in %langname
9266
9267 2008-10-17 [paul]       3.6.1cvs8
9268
9269         * src/plugins/pgpcore/sgpgme.c
9270                 when listing the uid's, show the uid validity
9271
9272 2008-10-16 [paul]       3.6.1cvs7
9273
9274         * INSTALL
9275                 updated
9276
9277 2008-10-13 [wwp]        3.6.1cvs6
9278
9279         * po/fr.po
9280                 Updated French translation.
9281
9282 2008-10-11 [colin]      3.6.1cvs5
9283
9284         * src/gtk/authors.h
9285                 Fix bug 1756, "Outdated translators list in About 
9286                 dialogue". Patch by Aleksei Miheev.
9287
9288 2008-10-11 [colin]      3.6.1cvs4
9289
9290         * src/account.c
9291         * src/imap.c
9292         * src/inc.c
9293         * src/main.c
9294         * src/mainwindow.c
9295         * src/news.c
9296         * src/pop.c
9297         * src/pop.h
9298         * src/prefs_account.c
9299         * src/send_message.c
9300         * src/send_message.h
9301         * src/ssl_manager.c
9302         * src/ssl_manager.h
9303         * src/wizard.c
9304         * src/common/claws.c
9305         * src/common/defs.h
9306         * src/common/session.c
9307         * src/common/session.h
9308         * src/common/smtp.c
9309         * src/common/smtp.h
9310         * src/common/socket.c
9311         * src/common/socket.h
9312         * src/common/ssl.c
9313         * src/common/ssl.h
9314         * src/common/ssl_certificate.c
9315         * src/common/ssl_certificate.h
9316         * src/gtk/about.c
9317         * src/gtk/sslcertwindow.c
9318         * src/gtk/sslcertwindow.h
9319                 Remove OpenSSL code
9320
9321 2008-10-11 [colin]      3.6.1cvs3
9322
9323         * src/common/ssl_certificate.c
9324                 Make local function static
9325
9326 2008-10-10 [colin]      3.6.1cvs2
9327
9328         * src/common/ssl.h
9329         * src/common/ssl_certificate.c
9330         * src/gtk/sslcertwindow.c
9331                 Add offline certificate verification,
9332                 thanks to Nikos Mavrogiannopoulos for the
9333                 hints
9334
9335 2008-10-10 [colin]      3.6.1cvs1
9336
9337         * src/common/ssl_certificate.c
9338         * src/gtk/sslcertwindow.c
9339                 Fix warnings
9340
9341 2008-10-10 [paul]       3.6.1
9342
9343         * m4/spamassassin.m4
9344                 remove openssl dross
9345
9346         * NEWS
9347         * README
9348         * RELEASE_NOTES 
9349                 3.6.1 released!
9350
9351 2008-10-10 [colin]      3.6.0cvs25
9352
9353         * src/common/ssl.c
9354                 Tell libetpan it doesn't need to init
9355                 GnuTLS
9356
9357 2008-10-10 [colin]      3.6.0cvs24
9358
9359         * claws-mail.pc.in
9360                 Remove references to openssl
9361
9362 2008-10-09 [colin]      3.6.0cvs23
9363
9364         * configure.ac
9365                 Fix message
9366
9367 2008-10-09 [colin]      3.6.0cvs22
9368
9369         * configure.ac
9370                 Error out when building against openssl
9371
9372 2008-10-09 [colin]      3.6.0cvs21
9373
9374         * configure.ac
9375         * COPYING
9376         * src/crash.c
9377         * src/main.c
9378         * src/gtk/about.c
9379                 Disable OpenSSL due to requirement of
9380                 OpenSSL exception. Code not removed yet,
9381                 just in case, but disabled.
9382
9383 2008-10-09 [colin]      3.6.0cvs20
9384
9385         * configure.ac
9386         * src/Makefile.am
9387         * src/crash.c
9388         * src/gedit-print.c
9389         * src/gedit-print.h
9390         * src/main.c
9391         * src/mainwindow.c
9392         * src/messageview.c
9393         * src/prefs_ext_prog.c
9394         * src/prefs_fonts.c
9395         * src/prefs_image_viewer.c
9396         * src/printing.c
9397         * src/printing.h
9398         * src/summaryview.c
9399         * src/gtk/Makefile.am
9400         * src/gtk/about.c
9401         * src/gtk/gtksourceprintjob.c
9402         * src/gtk/gtksourceprintjob.h
9403                 Revert previous patch. It'd be better to remove
9404                 OpenSSL instead, as GnuTLS works as well.
9405
9406 2008-10-09 [colin]      3.6.0cvs19
9407
9408         * configure.ac
9409         * src/Makefile.am
9410         * src/crash.c
9411         * src/gedit-print.c
9412         * src/gedit-print.h
9413         * src/main.c
9414         * src/mainwindow.c
9415         * src/messageview.c
9416         * src/prefs_ext_prog.c
9417         * src/prefs_fonts.c
9418         * src/prefs_image_viewer.c
9419         * src/printing.c
9420         * src/printing.h
9421         * src/summaryview.c
9422         * src/gtk/Makefile.am
9423         * src/gtk/about.c
9424         * src/gtk/gtksourceprintjob.c
9425         * src/gtk/gtksourceprintjob.h
9426                 Remove the libgnomeprint interface (deprecated,
9427                 and fixes Debian's #501570, 'Copyright confusion')
9428
9429 2008-10-09 [colin]      3.6.0cvs18
9430
9431         * configure.ac
9432                 Require libetpan 0.57 (important fixes)
9433
9434 2008-10-08 [paul]       3.6.0cvs17
9435
9436         * src/prefs_filtering_action.c
9437         * src/prefs_matcher.c
9438                 enable re-ordering of the filtering/processing
9439                 condition and actions lists by drag'n'drop
9440
9441 2008-10-08 [colin]      3.6.0cvs16
9442
9443         * src/addressbook.c
9444                 Fix wrong menu title
9445
9446 2008-10-07 [colin]      3.6.0cvs15
9447
9448         * src/imap.c
9449                 After thinking, revert this. It's only a minor
9450                 annoyance to GSSAPI users, and I can't test this
9451                 right now. Postponed until after next good release.
9452
9453 2008-10-07 [colin]      3.6.0cvs14
9454
9455         * src/imap.c
9456                 Don't ask for a password when using GSSAPI
9457
9458 2008-10-07 [colin]      3.6.0cvs13
9459
9460         * src/mainwindow.c
9461                 Fix build with GTK+ < 2.14
9462
9463 2008-10-07 [colin]      3.6.0cvs12
9464
9465         * src/mainwindow.c
9466         * src/mainwindow.h
9467         * src/prefs_common.c
9468         * src/prefs_common.h
9469         * src/summaryview.c
9470         * src/gtk/colorlabel.c
9471                 Fix bug 1749, 'Shortcut keys for color labels 
9472                 not changeable'
9473                 Make fullscreen a setting remembered between
9474                 sessions
9475
9476 2008-10-07 [colin]      3.6.0cvs11
9477
9478         * src/prefs_other.c
9479                 Fix bug 1747, 'Wanderlust keybindings no longer 
9480                 working (regression)'
9481
9482 2008-10-07 [colin]      3.6.0cvs10
9483
9484         * src/mainwindow.c
9485                 Make fullscreen a real menu item
9486
9487 2008-10-07 [colin]      3.6.0cvs9
9488
9489         * src/mainwindow.c
9490                 Make sure we won't save size when
9491                 fullscreening
9492
9493 2008-10-06 [colin]      3.6.0cvs8
9494
9495         * src/mainwindow.c
9496         * src/mainwindow.h
9497                 Handle fullscreen via F11. Patch by
9498                 Michael Rasmussen
9499
9500 2008-10-06 [colin]      3.6.0cvs7
9501
9502         * src/common/ssl.c
9503                 Fix return value when setting client cert
9504
9505 2008-10-04 [colin]      3.6.0cvs6
9506
9507         * src/mimeview.c
9508                 Fix bug 1742, 'Attachment list contents not 
9509                 visible/scrollable'
9510
9511 2008-10-04 [paul]       3.6.0cvs5
9512
9513         * src/mainwindow.c
9514                 fix failure of Hide toolbar option on restart
9515
9516 2008-10-04 [colin]      3.6.0cvs4
9517
9518         * src/addressbook.c
9519         * src/compose.c
9520         * src/mainwindow.c
9521         * src/messageview.c
9522         * src/summaryview.c
9523                 Maemo: Fix bug 1737, Crashes upon opening
9524
9525 2008-10-04 [paul]       3.6.0cvs3
9526
9527         * po/pt_BR.po
9528                 submitted (just a little late) by Frederico
9529                 Goncalves Guimaraes
9530
9531 2008-10-03 [wwp]        3.6.0cvs2
9532
9533         * po/fr.po
9534                 Many fixes, mostly in menus and accelerators.
9535
9536 2008-10-03 [colin]      3.6.0cvs1
9537
9538         * src/gtk/filesel.c
9539                 Allow network mounts with new GTKs: they're
9540                 available via FUSE mounts and we don't need
9541                 GVFS.
9542
9543 2008-10-03 [paul]       3.6.0
9544
9545         * NEWS
9546         * README
9547         * RELEASE_NOTES 
9548                 3.6.0 released!
9549
9550 2008-10-03 [paul]       3.5.0cvs145
9551
9552         * configure.ac
9553         * po/bg.po
9554         * po/nl.po
9555         * po/ru.po
9556         * po/sv.po
9557                 new translations. added by Yasen Pramatarov,
9558                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9559         * po/ca.po
9560         * po/de.po
9561         * po/fi.po
9562         * po/fr.po
9563         * po/hu.po
9564         * po/it.po
9565         * po/pl.po
9566         * po/zh_CN.po
9567                 updated translations. submitted by Miquel Oliete,
9568                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9569                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9570
9571 2008-10-02 [colin]      3.5.0cvs144
9572
9573         * src/common/session.c
9574                 Fix crash when connection fails on windows
9575
9576 2008-10-01 [colin]      3.5.0cvs143
9577
9578         * src/imap.c
9579                 Real fix for FS-unsafe chars on win32
9580
9581 2008-10-01 [colin]      3.5.0cvs142
9582
9583         * src/imap.c
9584                 Encode prohibited filenames on win32
9585
9586 2008-09-30 [mones]      3.5.0cvs141
9587
9588         * src/ldapctrl.c
9589         * src/main.c
9590         * src/prefs_themes.c
9591         * src/printing.c
9592                 Fix output of some debug messages
9593
9594 2008-09-30 [colin]      3.5.0cvs140
9595
9596         * src/addrbook.c
9597         * src/addrharvest.c
9598         * src/compose.c
9599         * src/jpilot.c
9600         * src/mh.c
9601         * src/prefs_themes.c
9602         * src/procheader.c
9603         * src/procmime.c
9604         * src/summaryview.c
9605         * src/common/utils.c
9606         * src/gtk/sslcertwindow.c
9607                 Win32: Fix time usage; use g_stat
9608
9609 2008-09-29 [colin]      3.5.0cvs139
9610
9611         * src/common/utils.c
9612                 Fix case-sensitive match of subject
9613                 prefixes on win32
9614
9615 2008-09-29 [colin]      3.5.0cvs138
9616
9617         * src/folder_item_prefs.c
9618         * src/folder_item_prefs.h
9619         * src/matcher.c
9620         * src/prefs_folder_item.c
9621         * src/prefs_matcher.c
9622         * src/summaryview.c
9623         * src/common/string_match.c
9624         * src/common/utils.c
9625                 Fix a huge leak (dozens of megs per folder
9626                 change) on Windows: disable regexps 
9627
9628 2008-09-28 [paul]       3.5.0cvs137
9629
9630         * po/en_GB.po
9631                 updated
9632
9633 2008-09-27 [colin]      3.5.0cvs136
9634
9635         * src/account.c
9636         * src/account.h
9637                 Add accessor for cur_account
9638
9639 2008-09-27 [colin]      3.5.0cvs135
9640
9641         * src/imap.c
9642                 Fix crash when error happen on session establishment
9643
9644 2008-09-26 [mones]      3.5.0cvs134
9645
9646         * po/es.po
9647                 Updated for release
9648
9649 2008-09-26 [colin]      3.5.0cvs133
9650
9651         * src/plugins/pgpcore/claws.def
9652                 Fix symbol
9653
9654 2008-09-26 [colin]      3.5.0cvs132
9655
9656         * src/prefs_common.c
9657         * src/prefs_common.h
9658         * src/plugins/pgpcore/pgp_viewer.c
9659                 Add an accessor to prefs_common for plugins
9660                 (Win32 fix)
9661
9662 2008-09-25 [colin]      3.5.0cvs131
9663
9664         * src/main.c
9665                 Fix bug 1725, 'useless lines in clawsrc'
9666         * src/plugins/smime/mypgpcore.def
9667                 Add a missing symbol
9668
9669 2008-09-25 [paul]       3.5.0cvs130
9670
9671         * src/plugins/smime/mypgpcore.def
9672         * src/plugins/smime/plugin.def
9673         * src/plugins/smime/version.rc
9674                 add these windows-specific files
9675                 (Thanks to Colin)
9676
9677 2008-09-25 [colin]      3.5.0cvs129
9678
9679         * src/main.c
9680                 Load standard plugins only on first run
9681
9682 2008-09-25 [colin]      3.5.0cvs128
9683
9684         * src/codeconv.c
9685                 Fix build...
9686
9687 2008-09-24 [colin]      3.5.0cvs127
9688
9689         * src/codeconv.c
9690                 Add nb_NO's charset (iso-8859-1)
9691
9692 2008-09-24 [colin]      3.5.0cvs126
9693
9694         * src/common/utils.c
9695                 Fix get_mail_base_dir() on windows
9696                 (was synced from main ages ago)
9697
9698 2008-09-24 [colin]      3.5.0cvs125
9699
9700         * src/main.c
9701         * src/wizard.c
9702                 Integrate better with Windows' style
9703
9704 2008-09-23 [paul]       3.5.0cvs124
9705
9706         * src/compose.c
9707         * src/mainwindow.c
9708         * src/messageview.c
9709                 offer these strings to translators too 
9710
9711 2008-09-23 [colin]      3.5.0cvs123
9712
9713         * configure.ac
9714                 Add a --disable-dbus flag in case we want
9715                 no DBUS even if headers are available (like
9716                 for building gpg4win)
9717         * src/filtering.c
9718         * src/mainwindow.c
9719         * src/prefs_logging.c
9720         * src/common/utils.c
9721         * src/plugins/pgpcore/sgpgme.c
9722         * src/plugins/smime/claws.def
9723                 Windows fixes:
9724                 - disable filtering log (it's crashy for
9725                   some reason)
9726                 - fix gmtime_r when time is -1 (before 01/01/70)
9727                 - add symbols for smime
9728
9729 2008-09-22 [colin]      3.5.0cvs122
9730
9731         * src/common/utils.c
9732         * src/account.c
9733                 Remove raw printf
9734         * src/compose.c
9735                 Fix cursor position after changing account
9736         * src/imap.c
9737         * src/mimeview.c
9738         * src/news.c
9739                 Fix absolute path detection 
9740
9741 2008-09-21 [colin]      3.5.0cvs121
9742
9743         * src/gtk/gtkaspell.c
9744                 Don't try to use empty dictionaries
9745
9746 2008-09-20 [colin]      3.5.0cvs120
9747
9748         * po/POTFILES.in
9749                 Add the new files to the translations
9750
9751 2008-09-20 [colin]      3.5.0cvs119
9752
9753         * configure.ac
9754         * src/plugins/Makefile.am
9755         * src/plugins/smime/Makefile.am
9756         * src/plugins/smime/plugin.c
9757         * src/plugins/smime/smime.c
9758         * src/plugins/smime/smime.deps
9759         * src/plugins/smime/smime.h
9760                 Include S/Mime plugin in the main plugins
9761                 Will ease the Gpg4win team's work
9762
9763 2008-09-20 [colin]      3.5.0cvs118
9764
9765         * src/autofaces.c
9766         * src/compose.c
9767         * src/ldapquery.c
9768         * src/main.c
9769         * src/news.c
9770         * src/common/socket.c
9771         * src/gtk/gtkutils.c
9772         * src/plugins/pgpcore/claws.def
9773                 Windows: more fixes, thanks to wwp and
9774                 Marcus Brinkmann
9775
9776 2008-09-20 [colin]      3.5.0cvs117
9777
9778         * src/imap.c
9779                 Tell on which server errors happened
9780
9781 2008-09-20 [colin]      3.5.0cvs116
9782
9783         * src/etpan/etpan-thread-manager.c
9784         * src/etpan/imap-thread.c
9785         * src/etpan/nntp-thread.c
9786                 Windows: Fix hang on IMAP/NNTP
9787
9788 2008-09-20 [colin]      3.5.0cvs115
9789
9790         * src/common/utils.c
9791                 Fix bug 1723, "Buffer overflow crash caused by 
9792                 preview in 'Date format help' dialog box"
9793                 Also, optimise fast_strftime a bit :)
9794
9795 2008-09-18 [colin]      3.5.0cvs114
9796
9797         * src/procmime.c
9798         * src/textview.c
9799                 Check for NULLs before str* functions
9800
9801 2008-09-18 [colin]      3.5.0cvs113
9802
9803         * src/messageview.c
9804         * src/procmime.c
9805         * src/textview.c
9806                 Handle html parts in multipart/related
9807                 Decode ISO-8859-1 as Windows-1252 (the former
9808                 is a subset of the latter) in order to 
9809                 workaround Outlook mails misencoding
9810         * src/gtk/logwindow.c
9811         * src/gtk/logwindow.h
9812                 Clear mainwindow's error pixmap when the
9813                 error scrolls out of the log
9814
9815 2008-09-17 [colin]      3.5.0cvs112
9816
9817         * src/image_viewer.c
9818                 Fix image loading (multiple childs added to 
9819                 scrolledwindow, break of the resize functionality)
9820         * src/account.c
9821         * src/prefs_folder_item.c
9822         * src/prefs_spelling.c
9823         * src/gtk/gtkaspell.c
9824                 Better fix problems with dictionaries updates
9825
9826 2008-09-17 [colin]      3.5.0cvs111
9827
9828         * src/common/utils.c
9829                 Fix double-opening (fixes multiple signatures when
9830                 using signify)
9831
9832 2008-09-16 [colin]      3.5.0cvs110
9833
9834         * src/prefs_account.c
9835         * src/prefs_folder_item.c
9836         * src/prefs_spelling.c
9837         * src/gtk/gtkaspell.c
9838                 Better stripping of aspell dictionaries names
9839
9840 2008-09-16 [colin]
9841
9842         * 3.6.0-rc1 released
9843
9844 2008-09-16 [colin]      3.5.0cvs109
9845
9846         * src/account.c
9847         * src/inc.c
9848         * src/mainwindow.c
9849         * src/prefs_account.h
9850         * src/prefs_other.c
9851         * src/send_message.c
9852         * src/gtk/inputdialog.c
9853                 Don't add a pref to allow remembering passwords
9854                 (Just not checking the checkbox is enough)
9855
9856 2008-09-16 [colin]      3.5.0cvs108
9857
9858         * configure.ac
9859                 Require libetpan 0.56 as 0.55 is crashy
9860         * src/messageview.c
9861                 Fix english
9862         * src/gtk/inputdialog.c
9863         * src/gtk/inputdialog.h
9864                 Fix warnings
9865
9866 2008-09-16 [wwp]        3.5.0cvs107
9867
9868         * src/compose.c
9869                 Complete 3.5.0cvs106 by removing a function that got
9870                 moved to account.[ch].
9871
9872 2008-09-16 [wwp]        3.5.0cvs106
9873
9874         * src/account.c
9875         * src/account.h
9876         * src/compose.c
9877         * src/quote_fmt.c
9878         * src/quote_fmt_lex.l
9879         * src/quote_fmt_parse.y
9880                 Add account signature (path and value string) manipulation
9881                 keywords to the template processor. It's now possible in
9882                 all templates to insert the account signature to an
9883                 arbitrary location or to pass it to a external script for
9884                 further editing.
9885
9886
9887 2008-09-16 [mones]      3.5.0cvs105
9888
9889         * src/imap.c
9890         * src/inc.c
9891         * src/mainwindow.c
9892         * src/mainwindow.h
9893         * src/news.c
9894         * src/prefs_account.h
9895         * src/prefs_common.c
9896         * src/prefs_common.h
9897         * src/prefs_other.c
9898         * src/send_message.c
9899         * src/gtk/inputdialog.c
9900         * src/gtk/inputdialog.h
9901                 Implement session passwords: unsaved passwords for receiving
9902                 or sending of accounts can be remembered while running to 
9903                 avoid repetitive typing.
9904                 As keeping passwords in memory is unsafe a new preference 
9905                 in Other page is added to activate or not such capability.
9906
9907 2008-09-14 [colin]      3.5.0cvs104
9908
9909         * src/codeconv.c
9910         * src/codeconv.h
9911                 Make conv_iconv_strdup static
9912
9913 2008-09-12 [colin]      3.5.0cvs103
9914
9915         * claws-mail.pc.in
9916         * src/Makefile.am
9917         * src/compose.c
9918         * src/compose.h
9919         * src/crash.c
9920         * src/folder_item_prefs.c
9921         * src/folder_item_prefs.h
9922         * src/main.c
9923         * src/prefs_account.c
9924         * src/prefs_common.c
9925         * src/prefs_common.h
9926         * src/prefs_folder_item.c
9927         * src/prefs_spelling.c
9928         * src/prefs_template.c
9929         * src/quote_fmt.h
9930         * src/quote_fmt_parse.y
9931         * src/toolbar.c
9932         * src/toolbar.h
9933         * src/gtk/Makefile.am
9934         * src/gtk/about.c
9935         * src/gtk/filesel.c
9936         * src/gtk/gtkaspell.c
9937         * src/gtk/gtkaspell.h
9938         * src/plugins/bogofilter/Makefile.am
9939         * src/plugins/dillo_viewer/Makefile.am
9940         * src/plugins/spamassassin/Makefile.am
9941         * src/plugins/trayicon/Makefile.am
9942                 Switch spellchecker to Enchant
9943
9944 2008-09-12 [paul]       3.5.0cvs102
9945
9946         * tools/README
9947         * tools/csv2addressbook.pl
9948                 add support for Fox Mail
9949
9950 2008-09-12 [paul]       3.5.0cvs101
9951
9952         * src/compose.c
9953         * src/prefs_wrapping.c
9954                 changes to English
9955
9956 2008-09-12 [paul]       3.5.0cvs100
9957
9958         * configure.ac
9959                 revert cvs99's libenchant commit error
9960
9961 2008-09-12 [colin]      3.5.0cvs99
9962
9963         * src/inc.c
9964                 Only go to inbox if there are new mails
9965                 (and fetch was manual)
9966
9967 2008-09-10 [colin]      3.5.0cvs98
9968
9969         * src/inc.c
9970         * src/summaryview.c
9971         * src/common/session.c
9972                 Use g_timeout_add_seconds instead of g_timeout_add
9973                 on glib >= 2.14 when we don't need precision on the 
9974                 delay. This helps reducing power consumption:
9975                 http://mjg59.livejournal.com/74651.html
9976
9977 2008-09-10 [colin]      3.5.0cvs97
9978
9979         * src/compose.c
9980                 Don't save window size and position when
9981                 compose is hidden (filtering action)
9982
9983 2008-09-09 [colin]      3.5.0cvs96
9984
9985         * src/action.h
9986         * src/addr_compl.c
9987         * src/addressadd.c
9988         * src/addressbook.h
9989         * src/addressbook_foldersel.c
9990         * src/addressitem.h
9991         * src/addrgather.c
9992         * src/alertpanel.c
9993         * src/browseldap.c
9994         * src/editaddress.c
9995         * src/editaddress_other_attributes_ldap.h
9996         * src/editbook.c
9997         * src/editjpilot.c
9998         * src/editldap.c
9999         * src/editldap_basedn.c
10000         * src/editvcard.c
10001         * src/exphtmldlg.c
10002         * src/expldifdlg.c
10003         * src/export.c
10004         * src/foldersel.c
10005         * src/foldersel.h
10006         * src/gedit-print.c
10007         * src/gedit-print.h
10008         * src/grouplistdialog.c
10009         * src/headerview.c
10010         * src/headerview.h
10011         * src/image_viewer.c
10012         * src/import.c
10013         * src/importldif.c
10014         * src/importmutt.c
10015         * src/importpine.c
10016         * src/inc.c
10017         * src/main.c
10018         * src/main.h
10019         * src/messageview.c
10020         * src/messageview.h
10021         * src/noticeview.c
10022         * src/prefs_actions.c
10023         * src/prefs_filtering.c
10024         * src/prefs_folder_column.c
10025         * src/prefs_gtk.h
10026         * src/prefs_summary_column.c
10027         * src/prefs_toolbar.c
10028         * src/send_message.c
10029         * src/setup.c
10030         * src/sourcewindow.c
10031         * src/sourcewindow.h
10032         * src/ssl_manager.c
10033         * src/statusbar.c
10034         * src/statusbar.h
10035         * src/stock_pixmap.c
10036         * src/stock_pixmap.h
10037         * src/summaryview.c
10038         * src/textview.c
10039         * src/textview.h
10040         * src/undo.h
10041         * src/uri_opener.c
10042         * src/wizard.c
10043         * src/wizard.h
10044         * src/common/ssl.h
10045         * src/common/utils.c
10046         * src/gtk/about.c
10047         * src/gtk/colorlabel.c
10048         * src/gtk/colorlabel.h
10049         * src/gtk/combobox.h
10050         * src/gtk/description_window.c
10051         * src/gtk/filesel.c
10052         * src/gtk/gtkaspell.c
10053         * src/gtk/gtkaspell.h
10054         * src/gtk/gtkcmclist.c
10055         * src/gtk/gtkcmclist.h
10056         * src/gtk/gtkcmctree.c
10057         * src/gtk/gtkcmctree.h
10058         * src/gtk/gtkcmoptionmenu.h
10059         * src/gtk/gtksctree.c
10060         * src/gtk/gtksctree.h
10061         * src/gtk/gtkshruler.c
10062         * src/gtk/gtkshruler.h
10063         * src/gtk/gtksourceprintjob.c
10064         * src/gtk/gtksourceprintjob.h
10065         * src/gtk/gtkutils.c
10066         * src/gtk/gtkutils.h
10067         * src/gtk/gtkvscrollbutton.c
10068         * src/gtk/gtkvscrollbutton.h
10069         * src/gtk/icon_legend.c
10070         * src/gtk/inputdialog.c
10071         * src/gtk/logwindow.c
10072         * src/gtk/logwindow.h
10073         * src/gtk/manage_window.c
10074         * src/gtk/manage_window.h
10075         * src/gtk/menu.c
10076         * src/gtk/prefswindow.c
10077         * src/gtk/progressdialog.c
10078         * src/gtk/progressdialog.h
10079         * src/plugins/bogofilter/bogofilter_gtk.c
10080         * src/plugins/pgpcore/passphrase.c
10081         * src/plugins/spamassassin/spamassassin_gtk.c
10082         * src/plugins/trayicon/trayicon.c
10083         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10084         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
10085         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
10086         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10087         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
10088                 Complete GTK+ 2.14 undeprecation
10089                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
10090
10091 2008-09-09 [colin]      3.5.0cvs95
10092
10093         * src/gtk/gtkcmclist.h
10094                 Fix build on GTK+ 2.14
10095
10096 2008-09-08 [colin]      3.5.0cvs94
10097
10098         * src/noticeview.c
10099         * src/noticeview.h
10100                 Remove GtkSignalFunc
10101
10102 2008-09-07 [colin]      3.5.0cvs93
10103
10104         * src/addressadd.c
10105         * src/addressbook_foldersel.c
10106         * src/gtk/gtkcmclist.c
10107         * src/gtk/gtkcmclist.h
10108         * src/gtk/gtkcmctree.c
10109         * src/gtk/gtkcmctree.h
10110         * src/gtk/gtksctree.c
10111         * src/gtk/prefswindow.c
10112         * src/gtk/prefswindow.h
10113                 Use GDestroyNotify instead of GtkDestroyNotify
10114                 (deprecated in GTK+ 2.14)
10115
10116 2008-09-07 [colin]      3.5.0cvs92
10117
10118         * src/textview.c
10119                 Fix bug 1712, 'invalid "Phishing attempt warning" 
10120                 when linked text ends with spaces'
10121
10122 2008-09-05 [colin]      3.5.0cvs91
10123
10124         * src/procmime.c
10125                 Maybe fix bug 1711, 'Save-as attachment crashes'
10126                 Possibly wrong free() due to pointer shifting
10127
10128 2008-09-05 [colin]      3.5.0cvs90
10129
10130         * src/compose.c
10131                 Fix bug 1710, 'User misreads "Discard Message" 
10132                 as "Discard Changes"'. Propose to save or discard
10133                 only the latest changes when closing an existing
10134                 draft. Autosave may still have saved parts of the
10135                 edit session.
10136
10137 2008-09-04 [colin]      3.5.0cvs89
10138
10139         * src/summaryview.c
10140                 Fix bug 1707, 'Segfault when sorting on non-visible column'
10141
10142 2008-09-01 [colin]      3.5.0cvs88
10143
10144         * src/imap.c
10145         * src/summaryview.c
10146         * src/common/tags.c
10147         * src/etpan/imap-thread.c
10148         * src/etpan/imap-thread.h
10149                 Store spam flag on IMAP (Junk/NonJunk, as 
10150                 ThunderBird does - this is nonstandard)
10151
10152 2008-08-31 [wwp]        3.5.0cvs87
10153
10154         * ChangeLog
10155                 Fix globish edition^Wediting.
10156
10157 2008-08-31 [wwp]        3.5.0cvs86
10158
10159         * src/addressbook.c
10160                 Don't break nickname editing for non-LDAP books (nickname
10161                 value was overwritten when editing existing contact, this
10162                 came from 3.0.2cvs109).
10163
10164 2008-08-30 [colin]      3.5.0cvs85
10165
10166         * src/mainwindow.c
10167         * src/summaryview.c
10168                 Fix "Apply tags..." key shortcut
10169
10170 2008-08-29 [iwkse]      3.5.0cvs84
10171
10172         * src/summaryview.c
10173                         Bit of clean:)
10174
10175 2008-08-29 [iwkse]      3.5.0cvs83
10176
10177         * src/summaryview.c
10178                         Disable "Move to trash" action if
10179                         we are in a trash-like folder.
10180                         Thanks to colinl
10181
10182 2008-08-29 [paul]       3.5.0cvs82
10183
10184         * configure.ac
10185                 bump up libetpan version requirement since
10186                 0.55 is released now
10187
10188 2008-08-28 [wwp]        3.5.0cvs81
10189
10190         * src/account.c
10191         * src/pop.c
10192         * src/prefs_account.c
10193         * src/prefs_account.h
10194                 Add finer granularity to the POP3's remove-after delay (now in
10195                 hours in addition to in days), patch by Paul Rolland.
10196
10197 2008-08-28 [wwp]        3.5.0cvs80
10198
10199         * src/gtk/combobox.c
10200                 Fix a typo in a comment.
10201
10202 2008-08-28 [iwkse]      3.5.0cvs79
10203
10204         * src/account.c
10205         * src/prefs_actions.c
10206         * src/prefs_filtering.c
10207         * src/prefs_template.c
10208                         Add search feature to the account, 
10209                         template and action dialog.
10210                         It's turned on selecting one row
10211                         of the list and typing some random
10212                         letter. Thanks to wwp, colinl
10213
10214 2008-08-28 [colin]      3.5.0cvs78
10215
10216         * src/Makefile.am
10217         * src/account.c
10218         * src/compose.c
10219         * src/prefs_account.c
10220         * src/prefs_account.h
10221         * src/privacy.c
10222         * src/privacy.h
10223         * src/procmime.c
10224         * src/stock_pixmap.c
10225         * src/stock_pixmap.h
10226         * src/summaryview.c
10227         * src/pixmaps/key_gpg_signed.xpm
10228                 Fix bug 1412, "Sign reply, if mail was signed"
10229                 Add an account preference to sign replies to signed mails
10230
10231 2008-08-28 [iwkse]      3.5.0cvs77
10232
10233         * src/prefs_filtering.c
10234                 Making the search more useful,
10235                 jumping directly to the relative rule.
10236
10237 2008-08-27 [colin]      3.5.0cvs76
10238
10239         * src/main.c
10240                 Add a bit of info
10241
10242 2008-08-27 [colin]      3.5.0cvs75
10243
10244         * src/gtk/gtkcmctree.c
10245                 Fix a few ifdefs
10246
10247 2008-08-26 [colin]      3.5.0cvs74
10248
10249         * src/gtk/gtkcmctree.c
10250                 Fix missing inits on old glib
10251
10252 2008-08-26 [wwp]        3.5.0cvs73
10253
10254         * src/common/utils.c
10255                 Added 'Fwd' to the list of known common subject prefixes.
10256
10257 2008-08-25 [iwkse]      3.5.0cvs72
10258
10259         * src/image_viewer.c
10260                 Add animated gif support to the
10261                 message preview.
10262
10263 2008-08-25 [colin]      3.5.0cvs71
10264
10265         * src/gtk/gtkcmctree.c
10266                 Make sure work isn't null
10267
10268 2008-08-24 [colin]      3.5.0cvs70
10269
10270         * src/common/ssl.c
10271                 Fix typo on SSL_CERT_DIR
10272
10273 2008-08-23 [holger]     3.5.0cvs69
10274
10275         * src/printing.c
10276                 Fix bug 1699 'Separator line mis-placed when
10277                 printing some e-mails'. The number of header lines
10278                 was not correctly calculated when Pango inserts
10279                 linebreaks
10280
10281 2008-08-23 [colin]      3.5.0cvs68
10282
10283         * src/mainwindow.c
10284                 Fix the account selector button; thanks
10285                 to wwp
10286
10287 2008-08-21 [colin]      3.5.0cvs67
10288
10289         * src/compose.c
10290         * src/compose.h
10291                 Add a compose preference for auto-indent
10292         * src/mainwindow.c
10293         * src/summaryview.c
10294                 Make colorlabel accels a bit less hacky
10295
10296 2008-08-21 [colin]      3.5.0cvs66
10297
10298         * src/compose.c
10299         * src/prefs_common.c
10300         * src/prefs_common.h
10301         * src/prefs_wrapping.c
10302                 Add a preference for autoindent; fix no_join tag
10303                 being applied to whole lines instead of just \n when
10304                 creating a line 
10305
10306 2008-08-21 [colin]      3.5.0cvs65
10307
10308         * src/compose.c
10309                 Add support for auto-indentation
10310
10311 2008-08-19 [colin]      3.5.0cvs64
10312
10313         * src/compose.c
10314                 Save Autowrap status in drafts/queued mails
10315
10316 2008-08-19 [colin]      3.5.0cvs63
10317
10318         * src/mainwindow.c
10319                 Fix a comment (in reality, test commit on
10320                 the new CVS server)
10321
10322 2008-08-17 [colin]      3.5.0cvs62
10323
10324         * src/prefs_actions.c
10325         * src/procmime.c
10326         * src/wizard.c
10327         * src/common/socket.h
10328         * src/gtk/gtkcmctree.c
10329                 Fix warnings
10330
10331 2008-08-16 [colin]      3.5.0cvs61
10332
10333         * src/editaddress_other_attributes_ldap.h
10334                 Add 'l' field (localityName)
10335
10336 2008-08-16 [colin]      3.5.0cvs60
10337
10338         * src/mainwindow.c
10339         * src/gtk/gtkcmclist.c
10340         * src/gtk/gtkcmclist.h
10341         * src/gtk/gtkcmctree.c
10342         * src/gtk/gtksctree.c
10343         * src/gtk/gtkutils.c
10344         * src/gtk/gtkvscrollbutton.c
10345                 Fix Maemo build (OS2007)
10346
10347 2008-08-14 [colin]      3.5.0cvs59
10348
10349         * src/folder.c
10350                 Don't crash if parent is null when creating
10351                 a folder
10352         * src/gtk/pluginwindow.c
10353                 Don't crash on race when closing window while
10354                 a plugin is loading and does gtk_iterations
10355
10356 2008-08-13 [colin]      3.5.0cvs58
10357
10358         * src/messageview.c
10359         * src/messageview.h
10360         * src/mimeview.c
10361                 Fix bug 1696, 'Viewing binary attachements 
10362                 as text over 1 MB' (various buglets)
10363
10364 2008-08-10 [colin]      3.5.0cvs57
10365
10366         * src/summaryview.c
10367         * src/gtk/gtkcmclist.c
10368                 Continue fixing GTK < 2.12 build, thanks to
10369                 Michael Hugues
10370
10371 2008-08-10 [colin]      3.5.0cvs56
10372
10373         * src/gtk/gtksctree.c
10374                 Fix build on GTK < 2.12
10375
10376 2008-08-09 [colin]      3.5.0cvs55
10377
10378         * src/mainwindow.c
10379                 Fix untranslatable strings, thanks to
10380                 Stephan Sachse
10381
10382 2008-08-07 [colin]      3.5.0cvs54
10383
10384         * src/compose.c
10385         * src/editaddress.c
10386         * src/folderview.c
10387         * src/mainwindow.c
10388         * src/message_search.c
10389         * src/mimeview.c
10390         * src/noticeview.c
10391         * src/prefs_account.c
10392         * src/prefs_common.c
10393         * src/prefs_customheader.c
10394         * src/prefs_ext_prog.c
10395         * src/prefs_filtering_action.c
10396         * src/prefs_gtk.c
10397         * src/prefs_logging.c
10398         * src/prefs_matcher.c
10399         * src/prefs_msg_colors.c
10400         * src/procmime.c
10401         * src/summary_search.c
10402         * src/summaryview.c
10403         * src/toolbar.c
10404         * src/gtk/colorsel.c
10405         * src/gtk/gtkaspell.c
10406         * src/gtk/gtkutils.c
10407         * src/gtk/gtkutils.h
10408         * src/gtk/inputdialog.c
10409         * src/gtk/pluginwindow.c
10410         * src/gtk/quicksearch.c
10411         * src/plugins/bogofilter/bogofilter_gtk.c
10412         * src/plugins/dillo_viewer/dillo_prefs.c
10413         * src/plugins/spamassassin/spamassassin_gtk.c
10414                 - Fix Ctrl-Space shortcut
10415                 - Fix mime-parsing bug in procmime (cvs52)
10416                 - Fix double-free in procmime (cvs52)
10417                 - Use gtk_bin_get_child instead of GTK_BIN()->child
10418                 - Fix Goto menu in mainwindow
10419
10420 2008-08-07 [mones]      3.5.0cvs53
10421
10422         * po/es.po
10423                 Updated translation (lots of changes!)
10424         * src/compose.c
10425                 Add missing accelerator key
10426         * src/mainwindow.c
10427                 Restored 'v' key function (thanks Colin!)
10428
10429 2008-08-06 [colin]      3.5.0cvs52
10430
10431         * src/addrbook.c
10432         * src/addrcindex.c
10433         * src/addrduplicates.c
10434         * src/addrharvest.c
10435         * src/enriched.c
10436         * src/html.c
10437         * src/ldif.c
10438         * src/mimeview.c
10439         * src/mutt.c
10440         * src/pine.c
10441         * src/procmime.c
10442         * src/vcard.c
10443         * src/wizard.c
10444                 Fix my use of g_utf8_strdown (it returns
10445                 a newly allocated string and doesn't
10446                 change the parameter)
10447
10448 2008-08-06 [colin]      3.5.0cvs51
10449
10450         * src/compose.c
10451                 Fix bug 1690, 'Copy/Paste in edit window may 
10452                 break Undo'; middle-click pastes aren't 
10453                 REPLACE_INSERT but just INSERT. 
10454                 Also, fix privacy menu selection
10455
10456 2008-08-05 [colin]      3.5.0cvs50
10457
10458         * src/action.c
10459         * src/addr_compl.c
10460         * src/addrbook.c
10461         * src/addrcindex.c
10462         * src/addrduplicates.c
10463         * src/addrharvest.c
10464         * src/enriched.c
10465         * src/html.c
10466         * src/ldif.c
10467         * src/main.c
10468         * src/mimeview.c
10469         * src/mutt.c
10470         * src/pine.c
10471         * src/procmime.c
10472         * src/vcard.c
10473         * src/wizard.c
10474         * src/common/socket.c
10475         * src/gtk/gtkutils.c
10476         * src/gtk/gtkutils.h
10477         * src/gtk/menu.c
10478         * src/plugins/spamassassin/spamassassin.c
10479                 More undeprecation (Glib)
10480
10481 2008-08-05 [colin]      3.5.0cvs49
10482
10483         * src/prefs_account.c
10484         * src/prefs_filtering_action.c
10485         * src/prefs_matcher.c
10486         * src/gtk/Makefile.am
10487         * src/gtk/claws-marshal.list
10488         * src/gtk/colorlabel.c
10489         * src/gtk/colorsel.c
10490         * src/gtk/foldersort.c
10491         * src/gtk/gtkaspell.c
10492         * src/gtk/gtkcmclist.c
10493         * src/gtk/gtkcmclist.h
10494         * src/gtk/gtkcmctree.c
10495         * src/gtk/gtkcmctree.h
10496         * src/gtk/gtkcmoptionmenu.c
10497         * src/gtk/gtkcmoptionmenu.h
10498         * src/gtk/gtksctree.c
10499         * src/gtk/gtksctree.h
10500         * src/gtk/gtkutils.c
10501         * src/gtk/gtkutils.h
10502         * src/gtk/gtkvscrollbutton.c
10503         * src/gtk/menu.c
10504         * src/gtk/menu.h
10505         * src/gtk/quicksearch.c
10506         * src/plugins/dillo_viewer/dillo_viewer.c
10507         * src/plugins/pgpcore/select-keys.c
10508                 Try to finish yesterday's commit
10509
10510 2008-08-04 [colin]      3.5.0cvs48
10511
10512         * src/addressadd.c
10513         * src/addressbook.c
10514         * src/addressbook_foldersel.c
10515         * src/addressitem.h
10516         * src/addrgather.c
10517         * src/browseldap.c
10518         * src/compose.c
10519         * src/compose.h
10520         * src/editaddress.c
10521         * src/editaddress_other_attributes_ldap.c
10522         * src/editgroup.c
10523         * src/editldap_basedn.c
10524         * src/folderview.c
10525         * src/folderview.h
10526         * src/grouplistdialog.c
10527         * src/image_viewer.c
10528         * src/imap_gtk.c
10529         * src/importldif.c
10530         * src/main.c
10531         * src/mainwindow.c
10532         * src/message_search.c
10533         * src/mh_gtk.c
10534         * src/mimeview.c
10535         * src/mimeview.h
10536         * src/news_gtk.c
10537         * src/noticeview.h
10538         * src/prefs_account.c
10539         * src/prefs_filtering_action.c
10540         * src/prefs_matcher.c
10541         * src/prefs_msg_colors.c
10542         * src/prefs_summaries.c
10543         * src/statusbar.c
10544         * src/stock_pixmap.c
10545         * src/summary_search.c
10546         * src/summaryview.c
10547         * src/summaryview.h
10548         * src/textview.c
10549         * src/toolbar.h
10550         * src/gtk/Makefile.am
10551         * src/gtk/claws-marshal.list
10552         * src/gtk/colorsel.c
10553         * src/gtk/foldersort.c
10554         * src/gtk/gtkaspell.c
10555         * src/gtk/gtkcmclist.c
10556         * src/gtk/gtkcmclist.h
10557         * src/gtk/gtkcmctree.c
10558         * src/gtk/gtkcmctree.h
10559         * src/gtk/gtksctree.c
10560         * src/gtk/gtksctree.h
10561         * src/gtk/gtkutils.c
10562         * src/gtk/gtkutils.h
10563         * src/gtk/gtkvscrollbutton.c
10564         * src/gtk/menu.c
10565         * src/gtk/menu.h
10566         * src/gtk/quicksearch.c
10567         * src/plugins/dillo_viewer/dillo_viewer.c
10568         * src/plugins/pgpcore/select-keys.c
10569                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10570                 Undeprecate their implementation (GtkArg, GtkType, ...)
10571                 Undeprecate a few other things here and there
10572                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10573                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10574                 still have work to do
10575
10576 2008-08-04 [colin]      3.5.0cvs47
10577
10578         * src/compose.c
10579         * src/compose.h
10580         * src/toolbar.h
10581         * src/textview.c
10582         * src/stock_pixmap.c
10583         * src/statusbar.c
10584         * src/noticeview.h
10585         * src/mimeview.h
10586         * src/mainwindow.c
10587         * src/image_viewer.c
10588         * src/gtk/gtkaspell.c
10589         * src/gtk/gtkvscrollbutton.c
10590         * src/plugins/dillo_viewer/dillo_viewer.c
10591                 Undeprecate more things
10592
10593 2008-08-02 [colin]      3.5.0cvs46
10594
10595         * src/mainwindow.c
10596                 Fix toggle menu activation state
10597                 (thanks to cvs45 ;)
10598
10599 2008-08-02 [paul]       3.5.0cvs45
10600
10601         * src/mainwindow.c
10602                 fix sensitivity of
10603                 /View/Show or hide/Message View
10604
10605 2008-08-01 [paul]       3.5.0cvs44
10606
10607         * src/common/utils.c
10608         * src/plugins/pgpcore/claws.def
10609         * src/plugins/pgpinline/claws.def
10610                 fix compilation problems on mingw32,
10611                 (bug 1688) Patch by Marcus Brinkmann
10612
10613 2008-08-01 [colin]      3.5.0cvs43
10614
10615         * src/gtk/gtkutils.c
10616         * src/gtk/gtkvscrollbutton.c
10617                 Oups, fix build
10618
10619 2008-08-01 [colin]      3.5.0cvs42
10620
10621         * src/compose.c
10622         * src/foldersel.c
10623         * src/mainwindow.c
10624         * src/prefs_account.c
10625         * src/prefs_folder_item.c
10626         * src/prefs_quote.c
10627         * src/summaryview.c
10628         * src/gtk/gtkaspell.c
10629         * src/gtk/gtkutils.c
10630         * src/gtk/gtkvscrollbutton.c
10631                 Replace a few deprecated function calls
10632
10633 2008-08-01 [paul]       3.5.0cvs41
10634
10635         * src/action.c
10636                 fix crash that occurs because of recent GtkUIManager
10637                 changes. Thanks to Colin
10638
10639 2008-07-31 [colin]      3.5.0cvs40
10640
10641         * src/addressbook.c
10642         * src/compose.c
10643         * src/mainwindow.c
10644         * src/messageview.c
10645                 Some Maemo fixes
10646         * src/gtk/menu.c
10647         * src/gtk/menu.h
10648                 Remove deprecated helper funcs
10649
10650 2008-07-30 [colin]      3.5.0cvs39
10651
10652         * src/folderview.c
10653         * src/folderview.h
10654         * src/imap_gtk.c
10655         * src/mh_gtk.c
10656         * src/news_gtk.c
10657                 Move the folderview popup menu to GtkUIManager
10658
10659 2008-07-29 [colin]      3.5.0cvs38
10660
10661         * src/account.c
10662         * src/account.h
10663         * src/action.c
10664         * src/action.h
10665         * src/addressitem.h
10666         * src/compose.c
10667         * src/edittags.c
10668         * src/mainwindow.c
10669         * src/mainwindow.h
10670         * src/mimeview.c
10671         * src/summaryview.c
10672         * src/gtk/menu.c
10673         * src/gtk/menu.h
10674                 Switch the main menu to GtkUIManager
10675                 Warning fixes
10676
10677 2008-07-29 [colin]      3.5.0cvs37
10678
10679         * src/news.c
10680                 Fix bug 1684, 'view news messages with large 
10681                 attachements segfaults'
10682
10683 2008-07-29 [colin]      3.5.0cvs36
10684
10685         * src/action.c
10686         * src/action.h
10687         * src/addressbook.c
10688         * src/addressitem.h
10689         * src/compose.c
10690         * src/compose.h
10691         * src/messageview.c
10692         * src/messageview.h
10693         * src/summaryview.c
10694         * src/gtk/menu.c
10695         * src/gtk/menu.h
10696                 More switches to GtkUIManager
10697
10698 2008-07-26 [colin]      3.5.0cvs35
10699
10700         * src/gtk/menu.c
10701         * src/gtk/menu.h
10702                 Fix prototype
10703
10704 2008-07-25 [colin]      3.5.0cvs34
10705
10706         * src/addrcustomattr.c
10707         * src/addressbook.c
10708         * src/compose.c
10709         * src/editaddress.c
10710         * src/editaddress_other_attributes_ldap.h
10711         * src/edittags.c
10712         * src/mainwindow.c
10713         * src/mimeview.c
10714         * src/prefs_actions.c
10715         * src/prefs_filtering.c
10716         * src/prefs_template.c
10717         * src/summaryview.c
10718         * src/textview.c
10719         * src/textview.h
10720         * src/toolbar.c
10721         * src/gtk/about.c
10722         * src/gtk/menu.c
10723         * src/gtk/menu.h
10724         * src/plugins/trayicon/trayicon.c
10725                 More changes from GtkItemFactory to GtkUIManager
10726
10727 2008-07-25 [colin]      3.5.0cvs33
10728
10729         * src/gtk/menu.h
10730                 Add a macro to remove menu items
10731                 Make the gui_manager variable useless
10732
10733 2008-07-24 [colin]      3.5.0cvs32
10734
10735         * src/mimeview.c
10736                 Fix a gtk warning on clear
10737         * src/mainwindow.c
10738         * src/summaryview.c
10739         * src/summaryview.h
10740                 Switch the message list popup menu to
10741                 GtkUIManager
10742
10743 2008-07-23 [colin]      3.5.0cvs31
10744
10745         * src/plugins/pgpcore/pgp_viewer.c
10746         * src/plugins/pgpcore/sgpgme.c
10747                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10748                 Patch by Thomas Wiegner <wiegner@gmx.de>
10749
10750 2008-07-20 [paul]       3.5.0cvs30
10751
10752         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10753                 remove redundant GTK version check
10754
10755 2008-07-20 [ticho]      3.5.0cvs29
10756
10757         * src/folderview.c
10758         * src/imap_gtk.c
10759         * src/news_gtk.c
10760                 Moved sensitivity setting for "Download messages" for IMAP and
10761                 news folders from folderview.c to imap_gtk.c and news_gtk.c
10762                 respectively for better code readability.
10763                 Fixed indentation in news' set_sensitivity().
10764
10765 2008-07-20 [paul]       3.5.0cvs28
10766
10767         * src/addrgather.c
10768                 remove more redundant code following cvs27
10769
10770 2008-07-20 [paul]       3.5.0cvs27
10771
10772         * src/addrgather.c
10773                 remove now redundant code
10774         * src/mainwindow.c
10775         * src/mainwindow.h
10776                 fix bug 1673, 'Tools/Harvest adresses is
10777                 grayed out if folder is empty'
10778
10779 2008-07-19 [ticho]      3.5.0cvs26
10780
10781         * src/edittags.c
10782         * src/main.c
10783         * src/mimeview.c
10784         * src/mimeview.h
10785         * src/gtk/gtkutils.c
10786         * src/gtk/gtkutils.h
10787         * src/gtk/menu.c
10788         * src/gtk/menu.h
10789                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10790                 instead of deprecated GtkItemFactory.
10791
10792 2008-07-19 [colin]      3.5.0cvs25
10793
10794         * src/account.c
10795         * src/addrgather.c
10796         * src/compose.c
10797         * src/editldap.c
10798         * src/expldifdlg.c
10799         * src/importldif.c
10800         * src/main.c
10801         * src/mainwindow.c
10802         * src/mimeview.c
10803         * src/noticeview.c
10804         * src/prefs_account.c
10805         * src/prefs_actions.c
10806         * src/prefs_ext_prog.c
10807         * src/prefs_filtering.c
10808         * src/prefs_folder_item.c
10809         * src/prefs_image_viewer.c
10810         * src/prefs_logging.c
10811         * src/prefs_msg_colors.c
10812         * src/prefs_other.c
10813         * src/prefs_send.c
10814         * src/prefs_spelling.c
10815         * src/prefs_summaries.c
10816         * src/prefs_template.c
10817         * src/printing.c
10818         * src/quote_fmt.c
10819         * src/summary_search.c
10820         * src/summaryview.c
10821         * src/toolbar.c
10822         * src/wizard.c
10823         * src/common/Makefile.am
10824         * src/gtk/gtksctree.c
10825         * src/gtk/gtkutils.h
10826         * src/gtk/pluginwindow.c
10827         * src/gtk/quicksearch.c
10828         * src/plugins/bogofilter/bogofilter_gtk.c
10829         * src/plugins/dillo_viewer/dillo_prefs.c
10830         * src/plugins/pgpcore/prefs_gpg.c
10831         * src/plugins/spamassassin/spamassassin_gtk.c
10832         * src/plugins/trayicon/trayicon.c
10833         * src/plugins/trayicon/trayicon_prefs.c
10834                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
10835                 or greater). Use the old deprecated one on GTK+ < 2.12.
10836                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10837                 of time!
10838
10839 2008-07-16 [colin]      3.5.0cvs24
10840
10841         * src/mainwindow.c
10842                 Fix folderview's scrolbar when starting minimised
10843                 to tray, and popping up the mainwindow by calling
10844                 claws-mail from the command line
10845
10846 2008-07-08 [colin]      3.5.0cvs23
10847
10848         * src/compose.c
10849                 Possibly fix po-headers appearing on empty
10850                 templates
10851
10852 2008-07-08 [colin]      3.5.0cvs22
10853
10854         * src/folderview.c
10855         * src/summaryview.c
10856                 Finish the always_open tristate patch, by Jonathan
10857                 Corbet.
10858
10859 2008-07-07 [paul]       3.5.0cvs21
10860
10861         * src/mainwindow.c
10862                 fix typo (missing ")
10863
10864 2008-07-07 [paul]       3.5.0cvs20
10865
10866         * src/mainwindow.c
10867                 fit the menu style a bit better
10868
10869 2008-07-07 [colin]      3.5.0cvs19
10870
10871         * src/prefs_themes.c
10872                 Make upgrading themes easier
10873
10874 2008-07-07 [colin]      3.5.0cvs18
10875
10876         * src/mainwindow.c
10877         * src/prefs_toolbar.c
10878         * src/stock_pixmap.c
10879                 Finish fixing bug 1609, 'Icon issues'
10880
10881 2008-07-07 [colin]      3.5.0cvs17
10882
10883         * src/prefs_common.c
10884                 Fix the default value
10885
10886 2008-07-07 [colin]      3.5.0cvs16
10887
10888         * src/prefs_summaries.c
10889                 Revert my fix to the string, the correct term
10890                 is indeed Message View
10891
10892 2008-07-07 [colin]      3.5.0cvs15
10893
10894         * AUTHORS
10895         * src/gtk/authors.h
10896         * src/prefs_common.c
10897         * src/prefs_common.h
10898         * src/prefs_summaries.c
10899         * src/summaryview.c
10900         * src/gtk/authors.h
10901                 Change "Always open message when selected" to
10902                 a tristate (Never/Always/When preview is visible)
10903                 Patch by Jonathan Corbet <corbet@lwn.net>.
10904
10905 2008-07-06 [paul]       3.5.0cvs14
10906
10907         * src/addrgather.c
10908                 improve the layout of the dialogue
10909                 improve the English
10910                 add tooltips
10911                 fix some of the nasty coding style
10912         * src/mainwindow.c
10913                 improve the English
10914                 add some missing mnemonics
10915
10916 2008-07-05 [paul]       3.5.0cvs13
10917
10918         * src/mainwindow.c
10919         * src/mainwindow.h
10920                 fix bug 1398, '"Change current account" is
10921                 available even when there's only one account'
10922         * src/plugins/pgpcore/prefs_gpg.c
10923                 put back a needed include, removed in error
10924
10925 2008-07-05 [colin]      3.5.0cvs12
10926
10927         * src/mainwindow.c
10928                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10929
10930 2008-07-05 [colin]      3.5.0cvs11
10931
10932         * src/news.c
10933         * src/news_gtk.c
10934                 Provide ability to rename newsgroups. Closes
10935                 bug 1444, 'Add GUI option for renaming 
10936                 newsgroups'. Patch by Pawel Pekala
10937
10938 2008-07-05 [colin]      3.5.0cvs10
10939
10940         * src/plugins/pgpcore/passphrase.c
10941         * src/plugins/pgpcore/prefs_gpg.c
10942         * src/plugins/pgpcore/select-keys.c
10943                 Simplify GTK includes (with the advantage
10944                 of compiling against GTK+2.13); patch by
10945                 Charles A Edwards
10946
10947 2008-07-05 [colin]      3.5.0cvs9
10948
10949         * src/wizard.c
10950                 Add SSL client certificates
10951
10952 2008-07-05 [colin]      3.5.0cvs8
10953
10954         * src/prefs_account.c
10955         * src/common/session.h
10956                 Fix warnings
10957         * src/common/ssl.c
10958                 Add one path for certs
10959
10960 2008-07-05 [colin]      3.5.0cvs7
10961
10962         * src/prefs_account.c
10963                 Fix no-ssl build
10964
10965 2008-07-04 [colin]      3.5.0cvs6
10966
10967         * src/common/ssl.c
10968         * src/common/ssl.h
10969         * src/common/ssl_certificate.c
10970                 Workaround distro bugs and fix certificate checking
10971                 with OpenSSL
10972
10973 2008-07-04 [colin]      3.5.0cvs5
10974
10975         * src/filtering.c
10976         * src/common/ssl_certificate.c
10977         * src/common/ssl_certificate.h
10978         * src/etpan/imap-thread.c
10979         * src/etpan/nntp-thread.c
10980                 Fix some leaks, thanks to Martin Zwickel
10981                 Rename gnutls functions that do the same
10982                 as OpenSSL ones, to avoid symbol clashing
10983                 when Claws is built against GnuTLS and
10984                 libetpan against OpenSSL
10985
10986 2008-07-04 [paul]       3.5.0cvs4
10987
10988         * src/prefs_account.c
10989                 remove 1 forgotten '.'
10990
10991 2008-07-04 [paul]       3.5.0cvs3
10992
10993         * src/prefs_account.c
10994                 layout/engrish fixes to the 'Client
10995                 certificates' frame
10996
10997 2008-07-03 [colin]      3.5.0cvs2
10998
10999         * src/imap.c
11000         * src/news.c
11001         * src/pop.c
11002         * src/prefs_account.c
11003         * src/prefs_account.h
11004         * src/prefs_common.c
11005         * src/send_message.c
11006         * src/common/session.c
11007         * src/common/session.h
11008         * src/common/smtp.c
11009         * src/common/smtp.h
11010         * src/common/socket.h
11011         * src/common/ssl.c
11012         * src/common/ssl.h
11013         * src/common/ssl_certificate.c
11014         * src/common/ssl_certificate.h
11015         * src/etpan/imap-thread.c
11016         * src/etpan/nntp-thread.c
11017         * src/gtk/inputdialog.c
11018                 Add support for SSL client certificates (either PEM files
11019                 with certificate and private key, either PKCS12 files)
11020
11021 2008-06-28 [colin]      3.5.0cvs1
11022
11023         * src/foldersel.c
11024                 Fix compilation with older GTKs
11025
11026 2008-06-27 [paul]       3.5.0
11027
11028         * NEWS
11029         * README
11030         * RELEASE_NOTES 
11031                 3.5.0 released
11032
11033 2008-06-27 [paul]       3.4.0cvs116
11034
11035         * src/gtk/authors.h
11036                 complete cvs115
11037
11038 2008-06-27 [paul]       3.4.0cvs115
11039
11040         * configure.ac
11041         * src/gtk/authors.h
11042                 no longer build unmaintained translations
11043
11044 2008-06-27 [paul]       3.4.0cvs114
11045
11046         * po/de.po
11047         * po/fi.po
11048         * po/pt_BR.po
11049                 updated by Stephan Sachse, Flammie Pirinen, and
11050                 Frederico Goncalves Guimaraes
11051
11052 2008-06-26 [wwp]        3.4.0cvs113
11053
11054         * manual/fr/advanced.xml
11055                 Update French version of the manual (AutoFaces documentation).
11056
11057 2008-06-26 [wwp]        3.4.0cvs112
11058
11059         * manual/fr/advanced.xml
11060         * manual/fr/plugins.xml
11061                 Updated French version of the manual (completed
11062                 hidden options list, added note about Clawsker
11063                 and new mail archiver plugin).
11064
11065 2008-06-25 [colin]      3.4.0cvs111
11066
11067         * src/gtk/gtkaspell.c
11068                 Fix non-UTF8 in the replace with dialog
11069         * src/prefs_actions.c
11070                 Fix possible crasher
11071                 Patches by Pawel
11072
11073 2008-06-24 [mones]      3.4.0cvs110
11074
11075         * src/autofaces.c
11076                 Fix non-warning message, downgraded to debug info
11077
11078 2008-06-24 [colin]      3.4.0cvs109
11079
11080         * src/summaryview.c
11081                 Fix bug 1650, Message line too small after 
11082                 changing columns in "three columns" layout
11083
11084 2008-06-24 [colin]      3.4.0cvs108
11085
11086         * src/messageview.c
11087                 Fix Spam button sensitivity in newsgroups
11088
11089 2008-06-23 [wwp]        3.4.0cvs107
11090
11091         * po/fr.po
11092                 Updated French translation.
11093
11094 2008-06-23 [mones]      3.4.0cvs106
11095
11096         * po/es.po
11097                 Updated translation for release
11098
11099 2008-06-22 [mones]      3.4.0cvs105
11100
11101         * manual/es/plugins.xml
11102                 Synced new entry for Mail Archiver plugin
11103
11104 2008-06-22 [colin]      3.4.0cvs104
11105
11106         * src/compose.c
11107                 Fix initial cursor position
11108
11109 2008-06-21 [paul]       3.4.0cvs103
11110
11111         * manual/plugins.xml
11112                 add an entry for the new Mail Archiver plugin
11113
11114 2008-06-21 [paul]       3.4.0cvs102
11115
11116         * src/gtk/about.c
11117                 we're in 'string freeze', put back the
11118                 < > symbols for now
11119
11120 2008-06-21 [paul]       3.4.0cvs101
11121
11122         * manual/advanced.xml
11123         * manual/es/advanced.xml
11124                 fix build warning: <emphasis> cannot be contained
11125                 within <filename>
11126         * src/gtk/about.c
11127                 fix non-clickable link on License page and drop
11128                 the containing < > symbols to match other links
11129
11130 2008-06-20 [mones]      3.4.0cvs100
11131
11132         * manual/advanced.xml
11133                 Added autofaces documentation, note about clawsker in hidden
11134                 preferences, minor markup fix. Thanks Paul for proofreading
11135         * manual/es/advanced.xml
11136                 Synchronised Spanish manual
11137
11138 2008-06-16 [colin]      3.4.0cvs99
11139
11140         * src/compose.c
11141                 Fix cursor placing on signature change
11142
11143 2008-06-16 [paul]       3.4.0cvs98
11144
11145         * src/imap_gtk.c
11146         * src/mh_gtk.c
11147         * src/gtk/inputdialog.c
11148                 really fussy coding style fixes
11149
11150 2008-06-16 [paul]       3.4.0cvs97
11151
11152         * src/Makefile.am
11153                 keep the alphabetical order
11154
11155 2008-06-13 [mones]      3.4.0cvs96
11156
11157         * src/autofaces.c
11158                 Fix crasher ;-)
11159         * src/prefs_filtering_action.c
11160                 Fixed cosmetic bug, processing also displays "Filtering"
11161
11162 2008-06-13 [mones]      3.4.0cvs95
11163
11164         * src/Makefile.am
11165         * src/autofaces.c       ** NEW FILE **  
11166         * src/autofaces.h       ** NEW FILE **
11167         * src/compose.c
11168                 Allow setting Faces and X-Faces globally and per-account
11169                 from configuration files under ~/.claws-mail/autofaces
11170
11171 2008-06-13 [holger]     3.4.0cvs94
11172
11173         * .cvsignore
11174                 More files to ignore
11175         * src/gtk/inputdialog.c
11176         * src/gtk/inputdialog.h
11177                 Make input dialog more generic so that a checkbox
11178                 with custom text can be used in addition to the
11179                 "remember this" checkbox
11180         * src/imap_gtk.c
11181         * src/mh_gtk.c
11182         * src/prefs_common.c
11183         * src/prefs_common.h
11184                 Allow new folders to inherit the properties of the
11185                 parent folder during folder creation
11186
11187 2008-06-13 [wwp]        3.4.0cvs93
11188
11189         * src/addressbook.c
11190                 a better fix for this string, won't break up translations,
11191                 and is conform to other similar ones.
11192
11193 2008-06-13 [wwp]        3.4.0cvs92
11194
11195         * src/addrduplicates.c
11196         * src/addressadd.c
11197         * src/addressbook.c
11198         * src/addressbook_foldersel.c
11199         * src/editgroup.c
11200                 use tree decorations everywhere AB folders are used (AB tree pane,
11201                     add address to AB, select AB folder, edit group, custom attr, find dup
11202                     results), in order to match global style
11203                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11204                     double clicking on groups in tree pane does open the group edit dialog
11205                     double clicking on other items in tree pane does expand/collapse
11206                 fix a missing space in AB's delete-folder dialog
11207                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11208
11209         * src/foldersel.c
11210                 make foldersel dialog show dotted lines according to global (hidden) prefs
11211
11212 2008-06-12 [colin]      3.4.0cvs91
11213
11214         * src/compose.c
11215         * src/compose.h
11216                 Fix bug 1635, 'Last character of message is truncated 
11217                 when changing accounts w/ sigs'
11218         * src/folderview.c
11219                 Fix bug 1636, 'Can't select "properties" on "folders 
11220                 only" folders'
11221
11222 2008-06-11 [colin]      3.4.0cvs90
11223
11224         * src/folder.c
11225                 Maybe fix bug 1623, 'exits with segfault when 
11226                 logging in to certain imap-servers'
11227
11228 2008-06-10 [mones]      3.4.0cvs89
11229
11230         * AUTHORS
11231         * tools/Makefile.am
11232         * tools/README
11233         * tools/convert_mbox.sh
11234                 Undo cvs86 and cvs87, it really should be a patch to 
11235                 convert_mbox.pl
11236
11237 2008-06-10 [wwp]        3.4.0cvs88
11238
11239         * po/fr.po
11240                 Updated French translation.
11241
11242 2008-06-10 [mones]      3.4.0cvs87
11243
11244         * tools/Makefile.am
11245                 Oops, forgot to add previous script for distribution
11246
11247 2008-06-10 [mones]      3.4.0cvs86
11248
11249         * AUTHORS
11250         * tools/README
11251         * tools/convert_mbox.sh
11252                 Added script to convert Evolution mail folders contributed
11253                 by Daniel Dickinson <cshore@fionavar.ca>
11254                 Fixes debian bug 461435
11255
11256 2008-06-09 [colin]      3.4.0cvs85
11257
11258         * src/main.c
11259                 Integrate AWN information bubble if dbus is
11260                 available
11261         * src/folder.c
11262                 Fix crash when calling scan_required() on 
11263                 folder classes that don't implement them
11264         * src/common/session.c
11265                 Fix a little typo
11266
11267 2008-06-09 [colin]      3.4.0cvs84
11268
11269         * src/main.c
11270                 Fix bug 1447, 'If user tries to close while starting 
11271                 up, it will not close ever.'
11272
11273 2008-06-09 [colin]      3.4.0cvs83
11274
11275         * src/filtering.c
11276                 Fix bug 1628, 'Claws Mail crashes when 
11277                 filtering selected messages'
11278
11279 2008-06-04 [colin]      3.4.0cvs82
11280
11281         * src/messageview.c
11282                 Complete handling of html parts in multipart/alternative
11283                 mails
11284
11285 2008-06-03 [paul]       3.4.0cvs81
11286
11287         * src/prefs_message.c
11288                 make always the english good
11289
11290 2008-06-03 [colin]      3.4.0cvs80
11291
11292         * src/mainwindow.c
11293         * src/mainwindow.h
11294                 Fix bug 1624, '[PATCH] Quick search should be 
11295                 disabled for folder view'; based on a patch by
11296                 Michael Terry
11297
11298 2008-06-03 [iwkse]      3.4.0cvs79
11299
11300         * src/addressbook.c
11301                 Fix little gui bug on button sensitivity
11302         * src/messageview.c
11303         * src/prefs_common.c
11304         * src/prefs_common.h
11305         * src/prefs_message.c
11306                 Allow by default to show html in multipart/alternative
11307
11308 2008-06-02 [colin]      3.4.0cvs78
11309
11310         * src/prefs_actions.c
11311                 GUI rework, patch by Pawel 
11312
11313 2008-06-02 [colin]      3.4.0cvs77
11314
11315         * src/quote_fmt.c
11316                 Fix sensitivity/alignment, patch from
11317                 Pawel
11318
11319 2008-05-31 [colin]      3.4.0cvs76
11320
11321         * src/imap.c
11322                 Fix login issue introduced in cvs75.
11323
11324 2008-05-31 [colin]      3.4.0cvs75
11325
11326         * src/imap.c
11327                 Fix more possible double-frees. Also, fix the root cause
11328                 of these double-frees by just noting the Session is to
11329                 be destroyed instead of destroying it in flight
11330
11331 2008-05-29 [paul]       3.4.0cvs74
11332
11333         * manual/keyboard.xml
11334                 'Makes' these entries like the others
11335
11336 2008-05-29 [colin]      3.4.0cvs73
11337
11338         * src/procmsg.h
11339                 Include utils.h in case we
11340                 need to pull goffset definition
11341
11342 2008-05-29 [colin]      3.4.0cvs72
11343
11344         * src/common/utils.h
11345                 Workaround a stupid Glib issue, where
11346                 goffset happens to be undefined. 
11347
11348 2008-05-28 [colin]      3.4.0cvs71
11349
11350         * src/compose.c
11351         * src/compose.h
11352         * src/grouplistdialog.c
11353         * src/image_viewer.c
11354         * src/imap.c
11355         * src/inc.c
11356         * src/main.c
11357         * src/matcher.c
11358         * src/messageview.c
11359         * src/mimeview.c
11360         * src/prefs_themes.c
11361         * src/procmsg.h
11362         * src/summaryview.c
11363         * src/summaryview.h
11364         * src/textview.c
11365         * src/common/smtp.c
11366         * src/common/utils.c
11367         * src/common/utils.h
11368                 Use goffset instead of off_t for MsgInfo's size
11369                 Allows using MsgInfo structure from plugins
11370                 compiled with largefile support
11371
11372 2008-05-26 [colin]      3.4.0cvs70
11373
11374         * src/mainwindow.c
11375         * src/mainwindow.h
11376                 Define THEME_CHANGED_HOOKLIST and invoke
11377                 it on theme change
11378         * src/plugins/trayicon/trayicon.c
11379                 Listen to THEME_CHANGED_HOOKLIST and
11380                 update accordingly
11381
11382 2008-05-26 [paul]       3.4.0cvs69
11383
11384         * src/mimeview.c
11385                 plug a leak in mimeview_save_all()
11386
11387 2008-05-24 [colin]      3.4.0cvs68
11388
11389         * src/common/utils.h
11390                 Fix wrong define on old glibs
11391
11392 2008-05-24 [paul]       3.4.0cvs67
11393
11394         * src/Makefile.am
11395         * src/stock_pixmap.c
11396         * src/stock_pixmap.h
11397         * src/toolbar.c
11398         * src/pixmaps/cancel.xpm
11399         * src/pixmaps/close.xpm
11400                 add a specific icon for A_CANCEL_INC (addresses
11401                 point 1 of bug 1609 'Icon issues')
11402                 replace close.xpm with an icon of the standard
11403                 24x24 size
11404
11405 2008-05-24 [paul]       3.4.0cvs66
11406
11407         * src/pixmaps/insert_file.xpm
11408                 replaced
11409
11410 2008-05-23 [paul]       3.4.0cvs65
11411
11412         * src/common/md5.c
11413         * src/common/md5.h
11414                 add the possibility to check md5 on binary files,
11415                 thanks to Colin
11416
11417 2008-05-23 [colin]      3.4.0cvs64
11418
11419         * src/mainwindow.c
11420         * src/summaryview.c
11421                 Fix bug 1610, 'claws crash after opening/closing 
11422                 preferences and window update'
11423
11424 2008-05-22 [colin]      3.4.0cvs63
11425
11426         * src/prefs_filtering_action.c
11427         * src/gtk/combobox.c
11428         * src/gtk/combobox.h
11429                 Fix reselecting of Tags actions in
11430                 filtering actions dialog
11431
11432 2008-05-22 [colin]      3.4.0cvs62
11433
11434         * src/Makefile.am
11435         * src/prefs_toolbar.c
11436         * src/stock_pixmap.c
11437         * src/stock_pixmap.h
11438         * src/toolbar.c
11439         * src/pixmaps/delete_btn.xpm
11440         * src/pixmaps/insert_file.xpm
11441         * src/pixmaps/mail_reply_to_list.xpm
11442                 Fix more of bug 1609:
11443                 - Add a Delete button icon
11444                 - Add a Reply to list button icon
11445                 - Fix Insert file button icon
11446                 Artwork by Ciprian Popovici.
11447
11448 2008-05-21 [colin]      3.4.0cvs61
11449
11450         * src/common/utils.c
11451                 Fix a little leak
11452
11453 2008-05-21 [wwp]        3.4.0cvs60
11454
11455         * src/prefs_filtering.c
11456                 Don't show SMTP-only accounts in accounts list, as they are
11457                 irrelevant for filtering incoming messages.
11458
11459 2008-05-21 [colin]      3.4.0cvs59
11460
11461         * src/mainwindow.c
11462                 Don't put SMTP-only accounts in receive menus
11463
11464 2008-05-21 [colin]      3.4.0cvs58
11465
11466         * src/imap.c
11467                 Fix cvs56 (brain fart)
11468
11469 2008-05-21 [colin]      3.4.0cvs57
11470
11471         * src/common/utils.c
11472                 Fix bug 1615, 'hang on FIFO when the other end's not 
11473                 opened'
11474
11475 2008-05-21 [colin]      3.4.0cvs56
11476
11477         * src/imap.c
11478                 Fix a warning
11479
11480 2008-05-19 [colin]      3.4.0cvs55
11481
11482         * src/plugins/pgpcore/sgpgme.c
11483                 Maybe fix debian bug 481856, 'Segmentation fault 
11484                 when verifying a GPG signature'. Although it 
11485                 looks like a race condition...
11486
11487 2008-05-19 [colin]      3.4.0cvs54
11488
11489         * src/prefs_filtering_action.c
11490         * src/prefs_matcher.c
11491         * src/common/tags.c
11492         * src/common/tags.h
11493         * src/gtk/combobox.c
11494         * src/gtk/combobox.h
11495                 Patch by Pawel: disabled Tags menus in filtering dialogs
11496
11497 2008-05-19 [colin]      3.4.0cvs53
11498
11499         * src/prefs_account.c
11500                 GUI patch by Pawel: align ports entries
11501
11502 2008-05-19 [colin]      3.4.0cvs52
11503
11504         * src/mainwindow.c
11505                 Fix bug 1616, 'strange question while emptying trash'
11506
11507 2008-05-18 [colin]      3.4.0cvs51
11508
11509         * src/common/plugin.c
11510         * src/etpan/imap-thread.c
11511         * src/etpan/nntp-thread.c
11512         * src/gtk/gtksctree.c
11513                 Fix bug 1613, 'Various memory leaks'; 
11514                 based on a patch by Didier Barvaux.
11515
11516 2008-05-18 [colin]      3.4.0cvs50
11517
11518         * src/mimeview.c
11519         * src/privacy.h
11520         * src/toolbar.c
11521         * src/toolbar.h
11522         * src/plugins/pgpcore/sgpgme.c
11523                 Fix more parts of bug 1609:
11524                 - Make use of specific Expired privacy icon
11525                 - Use CLOSE instead of NOTICE_ERROR for cancel
11526                   receiving
11527                 - Allow a Preferences button in the main toolbar
11528
11529 2008-05-18 [colin]      3.4.0cvs49
11530
11531         * src/stock_pixmap.c
11532                 Fix bug with non-updating icons after theme change:
11533                 If fetching pixbuf for a given icon after a theme
11534                 change, the next pixmap fetch would return the old
11535                 cached one, as the theme change was forgotten at 
11536                 this time. (and vice-versa). This was mostly 
11537                 visible on open folder icons
11538
11539 2008-05-17 [colin]      3.4.0cvs48
11540
11541         * src/prefs_summaries.c
11542         * src/summaryview.c
11543                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
11544                 options'. Patch by Pawel
11545
11546 2008-05-16 [colin]      3.4.0cvs47
11547
11548         * src/imap.c
11549                 Fix another possible crash (on fatal errors
11550                 at login, like stream error).
11551
11552 2008-05-16 [paul]       3.4.0cvs46
11553
11554         * tools/thunderbird-filters-convertor.pl
11555                 fix a typo
11556                 fix reading a tb rule that contains something
11557                 like that: \"Sender\"
11558
11559 2008-05-16 [paul]       3.4.0cvs45
11560
11561         * tools/README
11562         * tools/csv2addressbook.pl
11563                 add support for gmail exported csv address book
11564
11565 2008-05-16 [colin]      3.4.0cvs44
11566
11567         * configure.ac
11568         * src/ldapupdate.c
11569                 Fix ldap deprecated calls. Patch by
11570                 Michael Rasmussen
11571
11572 2008-05-16 [paul]       3.4.0cvs43
11573
11574         * manual/de/account.xml
11575         * manual/it/account.xml
11576         * manual/it/ack.xml
11577         * manual/it/addrbook.xml
11578         * manual/it/claws-mail-manual.xml
11579         * manual/it/gpl.xml
11580         * manual/it/intro.xml
11581         * manual/it/starting.xml
11582                 add pages towards German and Italian manuals.
11583                 (just for storage, they are not built yet, due
11584                 to being incomplete.) submitted by Speckmade
11585                 <Speckmade@gmx.net> and Salvatore De Paolis
11586                 <iwkse@claws-mail.org>
11587
11588 2008-05-16 [colin]      3.4.0cvs42
11589
11590         * src/gtk/sslcertwindow.c
11591                 Fix SHA1 fingerprint with GnuTLS
11592
11593 2008-05-15 [colin]      3.4.0cvs41
11594
11595         * src/gtk/sslcertwindow.c
11596                 Print SHA1 fingerprint too
11597
11598 2008-05-15 [colin]      3.4.0cvs40
11599
11600         * src/imap.c
11601                 Fix certificate port on TLS. It was 
11602                 previously always 0.
11603                 **IMPORTANT INFORMATION**: this will trigger 
11604                 one wrong "New certificate" warning at the 
11605                 first connection with this fix, if using STARTTLS
11606                 on IMAP.
11607         * src/gtk/sslcertwindow.c
11608                 Make labels selectable
11609
11610 2008-05-15 [colin]      3.4.0cvs39
11611
11612         * src/imap.c
11613                 Fix double free when STARTTLS fails (for
11614                 example due to refusing the certificate)
11615
11616 2008-05-15 [paul]       3.4.0cvs38
11617
11618         * manual/advanced.xml
11619                 fix typo
11620
11621 2008-05-15 [paul]       3.4.0cvs37
11622
11623         * manual/advanced.xml
11624         * src/prefs_send.c
11625                 make outgoing_fallback_to_ascii a hidden pref
11626
11627 2008-05-14 [colin]      3.4.0cvs36
11628
11629         * src/main.c
11630         * src/mainwindow.c
11631         * src/mainwindow.h
11632                 Make it possible to cancel quit when Claws
11633                 ask whether to empty trash.
11634
11635 2008-05-14 [colin]      3.4.0cvs35
11636
11637         * src/compose.c
11638         * src/prefs_common.c
11639         * src/prefs_common.h
11640         * src/prefs_send.c
11641                 Add a preference to be able to specify an
11642                 outgoing charset/encoding but still fallback
11643                 to 7bit US-ASCII when possible (default TRUE,
11644                 same behavior as pre-cvs34)
11645
11646 2008-05-14 [colin]      3.4.0cvs34
11647
11648         * src/compose.c
11649                 Always use the specified encoding and charset if it is
11650                 specified, even if the mail is ASCII.
11651
11652 2008-05-13 [paul]       3.4.0cvs33
11653
11654         * src/ldapupdate.c
11655                 fix the build warnings the easy way for now
11656
11657 2008-05-13 [colin]      3.4.0cvs32
11658
11659         * src/prefs_themes.c
11660                 Count .png files as icons too (fixes part
11661                 of bug 1609, 'Icon issues')
11662
11663 2008-05-13 [wwp]        3.4.0cvs31
11664
11665         * src/addressbook_foldersel.c
11666                 Fix wrong check (completes 3.4.0.cvs30).
11667
11668 2008-05-12 [wwp]        3.4.0cvs30
11669
11670         * src/addressbook.c
11671         * src/addressbook_foldersel.c
11672         * src/filtering.c
11673         * src/matcher.c
11674         * src/prefs_matcher.c
11675         * src/plugins/bogofilter/bogofilter.c
11676         * src/plugins/bogofilter/bogofilter_gtk.c
11677         * src/plugins/dillo_viewer/dillo_prefs.c
11678         * src/plugins/spamassassin/spamassassin.c
11679         * src/plugins/spamassassin/spamassassin_gtk.c
11680                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11681                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11682                 translated string "Any" in plugins (whitelisting) and
11683                 UTF8 comparisons.
11684
11685 2008-05-07 [colin]      3.4.0cvs29
11686
11687         * configure.ac
11688                 Fix --enable-maemo (assume --enable-generic-umpc)
11689
11690 2008-05-07 [colin]      3.4.0cvs28
11691
11692         * configure.ac
11693         * src/account.c
11694         * src/addr_compl.c
11695         * src/compose.c
11696         * src/editaddress.c
11697         * src/folderview.c
11698         * src/mainwindow.c
11699         * src/messageview.c
11700         * src/mimeview.c
11701         * src/prefs_account.c
11702         * src/prefs_common.c
11703         * src/prefs_display_header.c
11704         * src/prefs_filtering.c
11705         * src/prefs_summaries.c
11706         * src/prefs_template.c
11707         * src/prefs_toolbar.c
11708         * src/stock_pixmap.c
11709         * src/summaryview.c
11710         * src/summaryview.h
11711         * src/textview.c
11712         * src/toolbar.c
11713         * src/gtk/about.c
11714         * src/gtk/gtksctree.c
11715         * src/gtk/menu.c
11716         * src/gtk/prefswindow.c
11717         * src/gtk/sslcertwindow.c
11718                 Separate generic UMPC code (layouts, ...) from 
11719                 MAEMO code (Hildon, ...)
11720
11721 2008-05-06 [paul]       3.4.0cvs27
11722
11723         * tools/claws.i18n.status.pl
11724                 add he.po
11725
11726 2008-05-06 [colin]      3.4.0cvs26
11727
11728         * src/common/utils.c
11729                 Maybe fix crash on FreeBSD
11730
11731 2008-05-05 [colin]      3.4.0cvs25
11732
11733         * src/messageview.c
11734                 Fix bug 1602, 'Crash when sending return receipt for
11735                 messages with no subject'
11736
11737 2008-05-05 [colin]      3.4.0cvs24
11738
11739         * src/mimeview.c
11740                 Don't overwrite temporary files with same
11741                 name when drag and dropping. Fixes bug 1599,
11742                 'attach multiple files with the same name from 
11743                 one mail to another'
11744
11745 2008-05-04 [paul]       3.4.0cvs23
11746
11747         * src/compose.c
11748         * src/prefs_common.c
11749                 fix bug 1587 'can not replay with quote'
11750
11751 2008-05-03 [colin]      3.4.0cvs22
11752
11753         * po/de.po
11754                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11755
11756 2008-05-03 [colin]      3.4.0cvs21
11757
11758         * src/toolbar.c
11759                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
11760                 icon isn't grayed although ineffective'
11761
11762 2008-05-02 [wwp]        3.4.0cvs20
11763
11764         * po/fr.po
11765                 Fix translation.
11766
11767         * src/prefs_folder_item.c
11768                 Add missing notice in folder properties (templates) when
11769                 folder is a root node.
11770
11771 2008-04-30 [colin]      3.4.0cvs19
11772
11773         * src/prefs_toolbar.c
11774                 Add Trash and Delete icons to the icon chooser
11775
11776 2008-04-30 [colin]      3.4.0cvs18
11777
11778         * src/compose.c
11779                 Remove "Delete entire line" which was a noop
11780                 and should be the same as "Delete line" :)
11781
11782 2008-04-30 [colin]      3.4.0cvs17
11783
11784         * src/compose.c
11785                 Fix 'Delete line' and 'Delete to end of line'
11786                 on the last line. Patch by <seelenhirt@gmx.net>
11787
11788 2008-04-28 [colin]      3.4.0cvs16
11789
11790         * src/folder.c
11791                 Fix bug 1589, 'tagsdb file not removed when
11792                 folder deleted'.
11793         * src/common/utils.c
11794                 Make sure claws_unlink accepts NULL arg.
11795
11796 2008-04-25 [colin]      3.4.0cvs15
11797
11798         * src/common/ssl.c
11799                 Fix/simplify previous commit
11800
11801 2008-04-25 [colin]      3.4.0cvs14
11802
11803         * src/addrindex.h
11804         * src/common/ssl_certificate.c
11805                 Patch by Marcus: Fix Win32 build
11806         * src/common/ssl.c
11807                 Fix build with GnuTLS/no pthread, thanks
11808                 to Marcus
11809
11810 2008-04-25 [colin]      3.4.0cvs13
11811
11812         * src/summaryview.c
11813                 Fix bug 1586, '3-pane vertical layout now and then 
11814                 still shows sender column'
11815
11816 2008-04-25 [colin]      3.4.0cvs12
11817
11818         * src/Makefile.am
11819         * src/w32-logo.ico
11820         * src/w32-resource.rc
11821                 Patch from Marcus Brinkmann to set an icon on w32.
11822
11823 2008-04-24 [colin]      3.4.0cvs11
11824
11825         * src/inc.c
11826         * src/inc.h
11827                 Trace inc locks
11828         * src/ldif.c
11829         * src/ldif.h
11830                 Fix bug 1581, 'Bad File Format during Import LDIF':
11831                 Use dynamically allocated buffers; also, allow 
11832                 importing contacts with no email address
11833
11834 2008-04-24 [colin]      3.4.0cvs10
11835
11836         * src/prefs_common.c
11837                 Increment the timeout a bit on OpenBSD, 75 isn't enough
11838
11839 2008-04-23 [colin]      3.4.0cvs9
11840
11841         * src/compose.c
11842         * src/prefs_folder_item.c
11843         * src/prefs_template.c
11844         * src/quote_fmt.c
11845                 Fix bug 1576: Fix unescaping of templates when testing them
11846                 I think it breaks nothing. (wwp, you're welcome to double-check)
11847
11848 2008-04-23 [paul]       3.4.0cvs8
11849
11850         * manual/advanced.xml
11851                 add info about the "two_line_vertical" hidden
11852                 pref
11853
11854 2008-04-22 [paul]       3.4.0cvs7
11855
11856         * src/prefs_common.c
11857         * src/prefs_common.h
11858         * src/summaryview.c
11859                 make the 2-line view in summaryview when in three
11860                 columns mode configurable. hidden pref: "two_line_vertical"
11861
11862 2008-04-22 [colin]      3.4.0cvs6
11863
11864         * src/inc.c
11865                 Fix missing inc_unlock()
11866         * src/prefs_matcher.c
11867         * src/send_message.c
11868                 Fix my last commit
11869
11870 2008-04-22 [colin]      3.4.0cvs5
11871
11872         * src/etpan/imap-thread.c
11873                 Use g_(un)setenv instead of (un)setenv which
11874                 doesn't exist on IRIX 6.5
11875
11876 2008-04-22 [colin]      3.4.0cvs4
11877
11878         * src/inc.c
11879         * src/prefs_common.c
11880         * src/send_message.c
11881                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11882                 Set the default timeout to 75 seconds
11883
11884 2008-04-20 [colin]      3.4.0cvs3
11885
11886         * src/pixmaps/tray_newmail.offline.xpm
11887         * src/pixmaps/tray_newmail.xpm
11888         * src/pixmaps/tray_newmarkedmail.offline.xpm
11889         * src/pixmaps/tray_newmarkedmail.xpm
11890         * src/pixmaps/tray_nomail.offline.xpm
11891         * src/pixmaps/tray_nomail.xpm
11892         * src/pixmaps/tray_unreadmail.offline.xpm
11893         * src/pixmaps/tray_unreadmail.xpm
11894         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11895         * src/pixmaps/tray_unreadmarkedmail.xpm
11896                 Make the tray icons a bit nicer. Would be
11897                 nice to get really nice icons from someone
11898                 who's good at Gimp :)
11899
11900 2008-04-18 [colin]      3.4.0cvs2
11901
11902         * src/common/log.c
11903                 Forgot one g_unlink
11904
11905 lease complete the changelog entry below
11906 2008-04-18 [colin]      3.4.0cvs1
11907
11908         * src/addrduplicates.c
11909         * src/addressbook.c
11910         * src/compose.c
11911         * src/crash.c
11912         * src/editaddress.c
11913         * src/folder.c
11914         * src/image_viewer.c
11915         * src/imap.c
11916         * src/inc.c
11917         * src/main.c
11918         * src/mbox.c
11919         * src/messageview.c
11920         * src/mh.c
11921         * src/msgcache.c
11922         * src/news.c
11923         * src/partial_download.c
11924         * src/pop.c
11925         * src/prefs_common.c
11926         * src/prefs_common.h
11927         * src/prefs_other.c
11928         * src/prefs_themes.c
11929         * src/procheader.c
11930         * src/procmime.c
11931         * src/procmsg.c
11932         * src/textview.c
11933         * src/wizard.c
11934         * src/common/prefs.c
11935         * src/common/ssl_certificate.c
11936         * src/common/template.c
11937         * src/common/utils.c
11938         * src/common/utils.h
11939         * src/etpan/imap-thread.c
11940         * src/plugins/dillo_viewer/dillo_viewer.c
11941         * src/plugins/pgpcore/sgpgme.c
11942         * src/plugins/pgpinline/pgpinline.c
11943                 Add an option to shred temporary files and messages
11944                 instead of just removing them. Slows deletions down!
11945
11946 2008-04-18 [paul]       3.4.0
11947
11948         * NEWS
11949         * README
11950         * RELEASE_NOTES 
11951                 3.4.0 released
11952
11953
11954 2008-04-18 [paul]       3.3.1cvs61
11955
11956         * po/de.po
11957         * po/fi.po
11958         * po/it.po
11959         * po/pt_BR.po
11960                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11961                 and Frederico Goncalves Guimaraes
11962         * po/es.po
11963                 updated on the last minute by a lazy Ricardo Mones
11964
11965 2008-04-18 [colin]      3.3.1cvs60
11966
11967         * po/fr.po
11968                 Update translation (Fabien Vantard)
11969
11970 2008-04-17 [colin]      3.3.1cvs59
11971
11972         * src/imap.c
11973                 Fix debian bug 474712, 'claws seg faults when IMAP 
11974                 connection breaks after an IMAP protocol error 
11975                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
11976         * src/summaryview.c
11977                 Fix a little leak
11978
11979 2008-04-17 [colin]      3.3.1cvs58
11980
11981         * src/common/log.c
11982                 Fix log size getting out of control (claws-mail
11983                 getting SIGXFSZ): rotate if every 10MB
11984
11985 2008-04-10 [paul]       3.3.1cvs57
11986
11987         * src/prefs_other.c
11988                 improvements to english usage
11989
11990 2008-04-10 [paul]       3.3.1cvs56
11991
11992         * src/prefs_receive.c
11993                 add an accurate description
11994
11995 2008-04-08 [colin]      3.3.1cvs55
11996
11997         * src/undo.c
11998                 Probably fix corruption, introduced in cvs53
11999
12000 2008-04-04 [iwkse]      3.3.1cvs54
12001
12002         * src/undo.c
12003                 undo should works properly again
12004
12005 2008-04-04 [iwkse]      3.3.1cvs53
12006
12007         * src/undo.c
12008                 Fix a segfault but breaks undo
12009                 on a specific case (eg. double paste with
12010                 middle-mouse button)
12011
12012 2008-04-04 [iwkse]      3.3.1cvs52
12013
12014         * src/prefs_filtering.c
12015                 Fix previous Tab mess
12016
12017 2008-04-03 [iwkse]      3.3.1cvs51
12018
12019         * src/prefs_filtering.c
12020                 Add search in filtering rules list
12021
12022 2008-04-02 [colin]      3.3.1cvs50
12023
12024         * src/main.c
12025                 Revert part of the previous patch: we do
12026                 want to parse ~/.claws-mail/gtkrc-2.0 if it
12027                 exists
12028
12029 2008-04-02 [colin]      3.3.1cvs49
12030
12031         * src/main.c
12032                 Fix bug 1562, 'Claws-Mail does not completely 
12033                 respect settings in GTK2_RC_FILES environment'
12034                 Remove manual parsing of .gtkrc-2.0 and 
12035                 .gtk/gtkrc-2.0. GTK does it itself these days.
12036
12037 2008-04-01 [colin]      3.3.1cvs48
12038
12039         * src/imap_gtk.c
12040                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
12041                 ticking "Show only subscribed"'
12042
12043 2008-03-31 [colin]      3.3.1cvs47
12044
12045         * src/folder.c
12046                 Fix bug 1553, 'File lock not respected'
12047                 Regression due to the implementation of
12048                 deletion batching
12049
12050 2008-03-31 [colin]      3.3.1cvs46
12051
12052         * src/mainwindow.c
12053                 Fix tags menu update, thanks to Paul
12054
12055 2008-03-29 [wwp]        3.3.1cvs45
12056
12057         * src/prefs_account.c
12058         * src/prefs_common.c
12059         * src/prefs_folder_item.c
12060         * src/prefs_quote.c
12061         * src/quote_fmt.c
12062         * src/quote_fmt.h
12063                 Fix compose template formats (in global preferences)
12064                 being translated under specific conditions.
12065                 Add a button to restore factory defaults for current
12066                 language.
12067
12068 2008-03-27 [colin]      3.3.1cvs44
12069
12070         * src/common/prefs.c
12071         * src/common/xmlprops.c
12072                 Fix RedHat bug 431735, 'segfault if /home is full' 
12073                 (when starting): Fix double fclose() in prefs.c
12074                 and potentially xmlprops.c
12075
12076 2008-03-27 [colin]      3.3.1cvs43
12077
12078         * src/addressbook.c
12079                 Fix bug 1559, 'Claws Mail crashed deleting all 
12080                 common contacts'
12081
12082 2008-03-27 [wwp]        3.3.1cvs42
12083
12084         * src/addressbook.c
12085                 Fix 3.3.0cvs41.
12086
12087 2008-03-27 [wwp]        3.3.1cvs41
12088
12089         * src/addressbook.c
12090                 Prevent list flickering when deleting addresses.
12091
12092 2008-03-26 [colin]      3.3.1cvs40
12093
12094         * src/imap.c
12095                 Clean up session disconnection. Possibly
12096                 fix Ubuntu bug #204290
12097
12098 2008-03-26 [colin]      3.3.1cvs39
12099
12100         * src/textview.c
12101                 Fix bug 1555: current folder wasn't used when
12102                 right-clicking on an email address
12103
12104 2008-03-25 [colin]      3.3.1cvs38
12105
12106         * src/plugins/bogofilter/bogofilter.c
12107         * src/plugins/bogofilter/bogofilter.h
12108         * src/plugins/bogofilter/bogofilter_gtk.c
12109                 Add a "learn from whitelist" preference
12110                 Whitelist Unsure mails too.
12111
12112 2008-03-24 [paul]       3.3.1cvs37
12113
12114         * src/prefs_account.c
12115                 If no MH mailbox and no account exists, when
12116                 creating a POP/Local account, just create and
12117                 use the default one instead of bailing with a
12118                 "Mailbox doesn't exist" error
12119
12120 2008-03-21 [colin]      3.3.1cvs36
12121
12122         * src/procmime.c
12123                 strstrip mime subtype
12124
12125 2008-03-21 [paul]       3.3.1cvs35
12126
12127         * manual/advanced.xml
12128                 correct and update the info about Actions
12129
12130 2008-03-20 [colin]      3.3.1cvs34
12131
12132         * src/messageview.c
12133         * src/messageview.h
12134         * src/textview.c
12135                 Show at max 1MB of text, add a noticeview to
12136                 show everything optionally.
12137
12138 2008-03-20 [colin]      3.3.1cvs33
12139
12140         * src/stock_pixmap.c
12141                 Add support for png themes
12142
12143 2008-03-19 [wwp]        3.3.1cvs32
12144
12145         * src/procheader.c
12146                 Sanity check.
12147
12148 2008-03-18 [colin]      3.3.1cvs31
12149
12150         * src/common/utils.c
12151         * src/common/utils.h
12152                 Handle size_t instead of off_t in to_human_readable
12153
12154 2008-03-18 [colin]      3.3.1cvs30
12155
12156         * src/imap.c
12157                 Remove raw printf
12158
12159 2008-03-16 [colin]      3.3.1cvs29
12160
12161         * src/summaryview.c
12162                 Fix build on GTK < 2.12
12163
12164 2008-03-16 [colin]      3.3.1cvs28
12165
12166         * src/mainwindow.c
12167                 Refresh non-list widget when switching
12168                 messageview
12169
12170 2008-03-16 [colin]      3.3.1cvs27
12171
12172         * manual/faq.xml
12173                 Revert cvs25: This wasn't a typo :) :
12174                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12175
12176
12177 2008-03-16 [colin]      3.3.1cvs26
12178
12179         * src/summaryview.c
12180         * src/gtk/gtksctree.c
12181         * src/gtk/gtksctree.h
12182                 Implement 2-lines items in Summaryview when in 
12183                 three columns mode
12184
12185 2008-03-16 [paul]       3.3.1cvs25
12186
12187         * manual/faq.xml
12188                 fix typo
12189
12190 2008-03-14 [colin]      3.3.1cvs24
12191
12192         * src/prefs_filtering_action.c
12193                 Fix buglet on setting recipient when
12194                 reediting forward rules.
12195
12196 2008-03-12 [colin]      3.3.1cvs23
12197
12198         * src/summaryview.c
12199                 Fix a new unused variable warning
12200         * src/plugins/trayicon/trayicon.c
12201                 Fix folderview's scrollbar at startup
12202                 if starting hidden
12203
12204 2008-03-12 [colin]      3.3.1cvs22
12205
12206         * src/folderview.c
12207         * src/summaryview.c
12208                 Use item_opened at the beginning of showing
12209                 a folder instead of the end. Fixes flicker.
12210
12211 2008-03-12 [paul]       3.3.1cvs21
12212
12213         * src/folder.c
12214         * src/folder.h
12215         * src/mainwindow.c
12216         * src/procmsg.c
12217         * src/summaryview.c
12218         * src/plugins/trayicon/trayicon.c
12219                 add tooltip with extended folder stats
12220
12221 2008-03-10 [colin]      3.3.1cvs20
12222
12223         * src/common/xml.c
12224                 Handle comments
12225
12226 2008-03-07 [colin]      3.3.1cvs19
12227
12228         * src/mainwindow.c
12229                 Fix blinking of the taskbar entry
12230
12231 2008-03-07 [colin]      3.3.1cvs18
12232
12233         * src/mainwindow.c
12234                 MAEMO: Fix bug 1494, 'Trayicon 
12235                 plugin breaks UI...'
12236
12237 2008-03-07 [paul]       3.3.1cvs17
12238
12239         * src/gtk/authors.h
12240                 reflect reality a bit more closely
12241
12242 2008-03-06 [colin]      3.3.1cvs16
12243
12244         * src/mainwindow.c
12245         * src/mainwindow.h
12246         * src/summaryview.c
12247         * src/summaryview.h
12248         * src/toolbar.c
12249                 Integrate things better wrt the new
12250                 summaryview extensibility.
12251
12252 2008-03-06 [wwp]        3.3.1cvs15
12253
12254         * src/quote_fmt.c
12255                 Fix some gcc warnings.
12256
12257 2008-03-06 [wwp]        3.3.1cvs14
12258
12259         * src/prefs_account.c
12260         * src/prefs_folder_item.c
12261         * src/prefs_gtk.c
12262         * src/prefs_template.c
12263         * src/gtk/prefswindow.c
12264         * src/gtk/prefswindow.h
12265                 prefs_templates: fix missing unregistering of addr_completion widgets
12266                 and and ending of addr_completion service.
12267                 prefs_folder_item: fix missing registering/unregistering of widgets,
12268                 and rework the way add_completion service is started and stopped.
12269                 Plus few prefswindow API changes (opening).
12270
12271 2008-03-06 [wwp]        3.3.1cvs13
12272
12273         * src/folder_item_prefs.c
12274         * src/prefs_template.c
12275         * src/prefs_template.h
12276         * src/quote_fmt.c
12277         * src/common/template.c
12278                 Complete 3.3.1cvs12, thanks to Colin.
12279
12280 2008-03-06 [wwp]        3.3.1cvs12
12281
12282         * src/compose.c
12283         * src/folder_item_prefs.c
12284         * src/folder_item_prefs.h
12285         * src/prefs_account.c
12286         * src/prefs_folder_item.c
12287         * src/prefs_quote.c
12288         * src/prefs_template.c
12289         * src/quote_fmt.c
12290         * src/quote_fmt.h
12291         * src/common/template.c
12292         * src/common/template.h
12293                 Global and per-folder templates can now override the from name (this
12294                 doesn't change the account being used).
12295                 Examples:
12296                  "My other name" <%account_email> (just changes the name)
12297                  my.faked.email@address.org (overrides the address too)
12298
12299 2008-03-05 [colin]      3.3.1cvs11
12300
12301         * src/summaryview.c
12302         * src/summaryview.h
12303                 Replace that hbox with a notebook
12304
12305 2008-03-05 [colin]      3.3.1cvs10
12306
12307         * src/folder.h
12308         * src/folderview.c
12309                 Add klass functions for notification of folder
12310                 opening/closing via the GUI
12311         * src/summaryview.c
12312         * src/summaryview.h
12313                 Add a specific container for the scrolledwin
12314
12315 2008-03-05 [colin]      3.3.1cvs9
12316
12317         * src/folder.h
12318         * src/folderview.c
12319                 Add klass functions for notification of folder 
12320                 opening/closing via the GUI
12321         * src/summaryview.c
12322         * src/summaryview.h
12323                 Add a specific container for the scrolledwin
12324
12325 2008-03-02 [colin]      3.3.1cvs8
12326
12327         * src/messageview.c
12328                 MAEMO: Fix bug 1541, 'Deleting message from within 
12329                 read window displays next message then closes.'
12330
12331 2008-03-02 [colin]      3.3.1cvs7
12332
12333         * src/main.c
12334                 Probably fix bug 1539, 'Program crashes':
12335                 Setup Gcrypt's thread functions when built
12336                 with GnuTLS
12337
12338 2008-03-01 [colin]      3.3.1cvs6
12339
12340         * src/folder.c
12341         * src/imap_gtk.c
12342                 Get rid of stale folders with no account
12343
12344 2008-02-28 [colin]      3.3.1cvs5
12345
12346         * src/compose.c
12347                 Fix bug 1534, 'Segmentation fault when doing 
12348                 some draft saving and then throwing away'
12349         * src/imap.c
12350                 Fix bug 1533, 'Claws is unable to mark messages 
12351                 as "read" in IMAP shared folders'
12352         * src/etpan/imap-thread.c
12353                 Fix bug 1515, 'large messages crash claws when 
12354                 syncing for offline mode'. This is rather a
12355                 workaround, and mails > 64MB will still be
12356                 problematic if there's less than 64MB available
12357                 on the dataroot volume.
12358         * src/messageview.c
12359                 MAEMO: Add information when fetching big messages
12360
12361 2008-02-26 [colin]      3.3.1cvs4
12362
12363         * src/imap.c
12364                 fix bug 1532, '"login refused" message insufficiently 
12365                 detailed'
12366
12367 2008-02-26 [paul]       3.3.1cvs3
12368
12369         * INSTALL
12370         * README
12371                 remove mentions of ClamAV and a few other
12372                 old bits of information
12373
12374 2008-02-23 [colin]      3.3.1cvs2
12375
12376         * src/main.c
12377                 Fix log output (missing \n)
12378
12379 2008-02-23 [colin]      3.3.1cvs1
12380
12381         * configure.ac
12382                 Bump version number for stable release
12383
12384 2008-02-23 [paul]       3.3.0cvs21
12385
12386         * po/he.po
12387                 updated by Ofer
12388
12389 2008-02-21 [colin]      3.3.0cvs20
12390
12391         * src/matcher.c
12392                 Fix bug 1527, 'filtering is case sensitive when it 
12393                 shouldn't be'
12394
12395 2008-02-20 [colin]      3.3.0cvs19
12396
12397         * src/main.c
12398                 Fix file attachments from older Thunar
12399
12400 2008-02-19 [colin]      3.3.0cvs18
12401
12402         * manual/plugins.xml
12403         * manual/es/plugins.xml
12404         * manual/fr/plugins.xml
12405         * manual/pl/plugins.xml
12406                 Remove Clamav
12407
12408 2008-02-19 [paul]       3.3.0cvs17
12409
12410         * tools/README
12411         * tools/csv2addressbook.pl
12412                 add support for Kmail/Kaddressbook
12413
12414 2008-02-18 [colin]      3.3.0cvs16
12415
12416         * src/imap.c
12417                 Unset folder's session before creating a
12418                 new one
12419         * src/main.c
12420         * src/prefs_common.c
12421         * src/prefs_common.h
12422         * manual/advanced.xml
12423                 Add an hidden use_networkmanager pref, to
12424                 disable NetworkManager handling. Also,
12425                 consider UNKNOWN state to be CONNECTED.
12426
12427 2008-02-18 [wwp]        3.3.0cvs15
12428
12429         * src/matcher.c
12430                 Fix Engrish and make 'not' more visible in filtering debug logs.
12431
12432 2008-02-15 [colin]      3.3.0cvs14
12433
12434         * src/matcher.c
12435                 Revert cvs10 for now, it breaks the feature
12436
12437 2008-02-15 [colin]      3.3.0cvs13
12438
12439         * src/main.c
12440                 Always focus folder tree at startup
12441         * src/compose.c
12442                 Fix bug 1521, 'Cannot close compose window after 
12443                 replying to a non-existent news message'
12444
12445 2008-02-13 [colin]      3.3.0cvs12
12446
12447         * src/folderview.c
12448                 Fix important warnings
12449
12450 2008-02-12 [colin]      3.3.0cvs11
12451
12452         * src/imap.c
12453         * src/etpan/imap-thread.c
12454         * src/etpan/imap-thread.h
12455                 Fix handling of $Forwarded flag on Exchange:
12456                 check for the existence or creatability of a
12457                 flag before using it.
12458
12459 2008-02-12 [colin]      3.3.0cvs10
12460
12461         * src/matcher.c
12462                 Optimise matching on Found in addressbook if
12463                 the matched header is in cache (From, etc)
12464
12465 2008-02-12 [colin]      3.3.0cvs9
12466
12467         * src/folderview.c
12468                 Fix crashy stuff when changing displayed
12469                 columns
12470
12471 2008-02-12 [wwp]        3.3.0cvs8
12472
12473         * src/folder.h
12474                 Remove duplicate func declaration and restore the one
12475                 a missing one.
12476
12477 2008-02-12 [wwp]        3.3.0cvs7
12478
12479         * src/compose.c
12480         * src/export.c
12481         * src/folder.c
12482         * src/folder.h
12483         * src/foldersel.c
12484         * src/foldersel.h
12485         * src/imap_gtk.c
12486         * src/import.c
12487         * src/mainwindow.c
12488         * src/messageview.c
12489         * src/mh_gtk.c
12490         * src/prefs_account.c
12491         * src/prefs_filtering_action.c
12492         * src/summaryview.c
12493         * src/plugins/bogofilter/bogofilter_gtk.c
12494         * src/plugins/spamassassin/spamassassin_gtk.c
12495                 Allow moving/copying folders to root folders when using
12496                 the folder selection dialog (it was not possible to
12497                 maemo users to reparent a subfolder to a root folder
12498                 at all).
12499
12500 2008-02-12 [fabien]     3.3.0cvs6
12501
12502         * po/fr.po
12503                 a few days late for i18n fr update. Sorry.
12504
12505 2008-02-11 [colin]      3.3.0cvs5
12506
12507         * src/main.c
12508                 Implement support for future /dev/mem_notify.
12509                 This Linux kernel feature will allow applications
12510                 to be notified that memory has to be freed
12511                 before getting OOM-killed. For more information:
12512                 http://lwn.net/Articles/267013/
12513
12514 2008-02-10 [paul]       3.3.0cvs4
12515
12516         * src/Makefile.am
12517         * src/mimeview.c
12518         * src/prefs_toolbar.c
12519         * src/stock_pixmap.c
12520         * src/stock_pixmap.h
12521         * src/pixmaps/mime_text_patch.xpm
12522                 add an icon for attached patches
12523
12524 2008-02-09 [paul]       3.3.0cvs3
12525
12526         * src/gtk/about.c
12527                 bump the (c) year
12528
12529 2008-02-09 [wwp]        3.3.0cvs2
12530
12531         * src/main.c
12532                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12533
12534 2008-02-08 [colin]      3.3.0cvs1
12535
12536         * src/common/utils.c
12537                 Forbid attaching anything containing "../" or ".ssh/"
12538                 from mailto: URI
12539
12540 2008-02-08 [paul]       3.3.0
12541
12542         * NEWS
12543         * README
12544         * RELEASE_NOTES 
12545                 3.3.0 released
12546
12547 2008-02-08 [paul]       3.2.0cvs77
12548
12549         * AUTHORS
12550                 updated with new translators
12551         * configure.ac
12552                 added he to ALL_LINGUAS
12553         * po/cs.po
12554         * po/de.po
12555         * po/es.po
12556         * po/fi.po
12557         * po/hu.po
12558         * po/it.po
12559         * po/pt_BR.po
12560         * po/zh_CN.po
12561                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12562                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12563                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12564                 and Ralph Young
12565         * po/he.po
12566                 new Hebrew translation by Ofer <oc666@netvision.net.il>
12567         * src/gtk/about.c
12568                 updated with new translators and bumped (c) year
12569         * src/gtk/authors.h
12570                 updated with new translators
12571
12572 2008-02-05 [colin]      3.2.0cvs76
12573
12574         * src/messageview.c
12575         * src/mimeview.c
12576         * src/mimeview.h
12577                 Special case text/calendar parts: if there's one in
12578                 the mail, and a plugin handling text/calendar is
12579                 loaded, show that part. That'll avoid rendering 
12580                 meetings as plain text, which just looks broken to
12581                 many users.
12582
12583 2008-02-04 [colin]      3.2.0cvs75
12584
12585         * src/mainwindow.c
12586                 Maemo: Fix LED handling on OS 2008
12587
12588 2008-02-01 [colin]      3.2.0cvs74
12589
12590         * src/compose.c
12591                 Possibly fix the annoying and hard-to reproduce bug
12592                 where lines 
12593                 are
12594                 rewrapped
12595                 like
12596                 that.
12597
12598 2008-02-01 [paul]       3.2.0cvs73
12599
12600         * src/common/utils.c
12601                 fix bug 1502, 'Plus signs are stripped from
12602                 email addresses when calling from command line'
12603                 Thanks to Colin
12604
12605 2008-01-31 [colin]      3.2.0cvs72
12606
12607         * src/exphtmldlg.c
12608         * src/mimeview.c
12609         * src/summaryview.c
12610                 Fix building of URIs from filenames
12611
12612 2008-01-31 [wwp]        3.2.0cvs71
12613
12614         * src/main.c
12615                 Fixes debug output of compiled-in features list
12616                 (completes 3.2.0cvs60).
12617
12618 2008-01-31 [colin]      3.2.0cvs70
12619
12620         * configure.ac
12621         * po/POTFILES.in
12622         * src/compose.c
12623         * src/plugins/Makefile.am
12624         * src/plugins/clamav/.cvsignore
12625         * src/plugins/clamav/Makefile.am
12626         * src/plugins/clamav/README
12627         * src/plugins/clamav/clamav_plugin.c
12628         * src/plugins/clamav/clamav_plugin.h
12629         * src/plugins/clamav/clamav_plugin_gtk.c
12630         * src/plugins/clamav/clamav_plugin_gtk.deps
12631                 Remove the Clamav plugin from the core
12632
12633 2008-01-28 [wwp]        3.2.0cvs69
12634
12635         * src/compose.c
12636         * src/prefs_template.c
12637         * src/prefs_template.h
12638         * src/quote_fmt.c
12639         * src/quote_fmt.h
12640         * src/quote_fmt_lex.l
12641         * src/quote_fmt_parse.y
12642                 Fix for bug #1493: count lines (\n chars) according to the way
12643                 format body is passed (i.e. \-escaped or not).
12644
12645 2008-01-27 [paul]       3.2.0cvs68
12646
12647         * po/en_GB.po
12648                 updated
12649         * src/prefs_actions.c
12650         * src/prefs_filtering.c
12651         * src/prefs_folder_item.c
12652         * src/prefs_template.c
12653         * src/gtk/about.c
12654                 some minor changes to the English
12655
12656 2008-01-24 [colin]      3.2.0cvs67
12657
12658         * src/etpan/imap-thread.c
12659         * src/etpan/nntp-thread.c
12660                 Fix bug 1348, 'Hang ups at exit time with 
12661                 pgp plugin since 3.0.2'
12662
12663 2008-01-23 [colin]      3.2.0cvs66
12664
12665         * src/toolbar.c
12666                 Fix translation of something that shouldn't be
12667
12668 2008-01-23 [colin]      3.2.0cvs65
12669
12670         * src/procmime.c
12671                 Fix bug 1486, 'Re: Incorrect content when replying'
12672                 Revert to full scan if short scan found only 0-length
12673                 text parts
12674
12675 2008-01-23 [paul]       3.2.0cvs64
12676
12677         * src/prefs_folder_item.c
12678                 fix bug 1485, 'selecting a folder's default
12679                 account if name contains '&''
12680
12681 2008-01-23 [colin]      3.2.0cvs63
12682
12683         * src/folder.c
12684         * src/folder.h
12685         * src/main.c
12686         * src/mainwindow.c
12687                 Fix bug 1480, 'should be able to display mail file
12688                 from command line'. Let 'claws-mail --select' accept
12689                 absolute paths in addition to folder identifiers.
12690
12691 2008-01-22 [wwp]        3.2.0cvs62
12692
12693         * src/account.c
12694         * src/account.h
12695         * src/compose.c
12696         * src/messageview.c
12697         * src/summaryview.c
12698         * src/common/utils.c
12699         * src/common/utils.h
12700                 Allow from=address in mailto sequence:
12701                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12702                   The 'from' will try to select the first account matching in accounts list,
12703                   otherwise will use the usual account selection mechanism but override with
12704                   this 'from' address.
12705                 Allow mailto with NNTP accounts
12706                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12707                   is the default one or if a NNTP account address is used with 'from'.
12708                   This is more or less a bugfix as it was possible to use mailto with a NNTP
12709                   default account but the complete mailto sequence was put in To.
12710
12711 2008-01-22 [wwp]        3.2.0cvs61
12712
12713         * doc/man/claws-mail.1
12714                 Updated the man page: status of few features, command-line
12715                 usage (--version-full) and completed list of config files
12716                 and dirs.
12717
12718 2008-01-22 [wwp]        3.2.0cvs60
12719
12720         * src/main.c
12721                 Added --version-full to display version and compiled-in
12722                 features list (for later use by Clawsker for instance).
12723
12724 2008-01-22 [holger]     3.2.0cvs59
12725
12726         * src/addrduplicates.c
12727                 Fix scrolling in addressbook duplicate
12728                 finder result dialog
12729
12730 2008-01-21 [colin]      3.2.0cvs58
12731
12732         * src/summaryview.c
12733                 Fix bug 1457, 'sorting messages on, say, from, 
12734                 should subsort on previous sort choice'. Subsort
12735                 by date when sort is Subject, From, To, Tags.
12736
12737 2008-01-21 [colin]      3.2.0cvs57
12738
12739         * AUTHORS
12740         * src/matcher.c
12741         * src/mimeview.c
12742         * src/common/ssl.c
12743         * src/gtk/authors.h
12744                 Fix bug 1478, 'Wrong pthread_create calls all 
12745                 over the place'. Patch by Christian Cornelssen
12746
12747 2008-01-20 [colin]      3.2.0cvs56
12748
12749         * src/imap.c
12750         * src/etpan/imap-thread.c
12751         * src/etpan/imap-thread.h
12752                 Fix bug 1468, 'Use IMAP keyword to 
12753                 store "forwarded" flag'
12754
12755 2008-01-20 [colin]      3.2.0cvs55
12756
12757         * src/folderutils.c
12758                 Make list operations faster
12759
12760 2008-01-20 [colin]      3.2.0cvs54
12761
12762         * src/mainwindow.c
12763                 Fix bug 1353, 'on startup with small screen 
12764                 layout, keyboard input gets lost'
12765
12766 2008-01-20 [colin]      3.2.0cvs53
12767
12768         * src/textview.c
12769                 Complete 3.2.0cvs49, and fixes bug 1477, 
12770                 'Claws Mail crashes when view PGP-encrypted 
12771                 message'
12772
12773 2008-01-20 [colin]      3.2.0cvs52
12774
12775         * src/compose.c
12776                 Fix privacy menu update when replying to
12777                 encrypted mail and no default privacy 
12778                 system is set
12779
12780 2008-01-19 [colin]      3.2.0cvs51
12781
12782         * src/filtering.c
12783         * src/procmsg.h
12784         * src/plugins/bogofilter/bogofilter.c
12785         * src/plugins/clamav/clamav_plugin.c
12786         * src/plugins/spamassassin/spamassassin.c
12787                 Batch filtering deletions too (and save 4 bytes
12788                 per MsgInfo in the process :)
12789
12790 2008-01-19 [colin]      3.2.0cvs50
12791
12792         * src/folder.c
12793                 Make cache update after copies much faster
12794                 on IMAP
12795
12796 2008-01-19 [colin]      3.2.0cvs49
12797
12798         * src/textview.c
12799                 Check g_fopen() success
12800
12801 2008-01-17 [wwp]        3.2.0cvs48
12802
12803         * manual/faq.xml
12804         * manual/es/faq.xml
12805         * manual/fr/faq.xml
12806         * manual/pl/faq.xml
12807                 Sylpheed? No idea what this means.
12808
12809 2008-01-17 [colin]      3.2.0cvs47
12810
12811         * src/gtk/gtksctree.c
12812                 Make dnd threshold higher on Maemo
12813
12814 2008-01-16 [colin]      3.2.0cvs46
12815
12816         * src/common/passcrypt.c
12817                 Fix build on FreeBSD, thanks to Pawel
12818
12819 2008-01-15 [colin]      3.2.0cvs45
12820
12821         * src/compose.c
12822                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
12823                 spell check of actuall word'
12824         * src/summaryview.c
12825                 Temporarily disable immediate execution when learning
12826                 spam *only* if the summaryview isn't locked
12827
12828 2008-01-15 [wwp]        3.2.0cvs44
12829
12830         * src/prefs_filtering.c
12831                 Fix filtering prefs layout (Maemo port), moving page up/down
12832                 from buttons to context menu.
12833
12834 2008-01-15 [colin]      3.2.0cvs43
12835
12836         * src/compose.c
12837                 Fix bug 1465, 'First line in new message does not mark URLs'
12838
12839 2008-01-15 [colin]      3.2.0cvs42
12840
12841         * src/common/passcrypt.c
12842                 Fix bug 1461, 'several components #define 
12843                 _XOPEN_SOURCE improperly'
12844
12845 2008-01-15 [colin]      3.2.0cvs41
12846
12847         * src/summaryview.c
12848                 Fix bug 1469, 'Column width adjustments on message 
12849                 lists do not save'
12850
12851 2008-01-14 [holger]     3.2.0cvs40
12852
12853         * configure.ac
12854                 Add tests for dbus, dbus glib bindings,
12855                 and NetworkManager. All is optional. Add new
12856                 --(en|dis)able-networkmanager-support switch.
12857         * src/Makefile.am
12858         * src/imap.c
12859         * src/inc.c
12860         * src/main.c
12861         * src/main.h
12862         * src/mainwindow.c
12863         * src/gtk/about.c
12864                 Add optional NetworkManager support, so Claws Mail
12865                 can try to do the right thing when the network connection
12866                 status changes. NetworkManager support is active by
12867                 default if above requirements were met.
12868
12869 2008-01-12 [colin]      3.2.0cvs39
12870
12871         * src/summaryview.c
12872                 Advertise the click-on-reply feature in the tooltip
12873
12874 2008-01-12 [colin]      3.2.0cvs38
12875
12876         * src/Makefile.am
12877         * src/stock_pixmap.c
12878         * src/stock_pixmap.h
12879         * src/pixmaps/tray_newmail.offline.xpm
12880         * src/pixmaps/tray_newmail.xpm
12881         * src/pixmaps/tray_newmarkedmail.offline.xpm
12882         * src/pixmaps/tray_newmarkedmail.xpm
12883         * src/pixmaps/tray_nomail.offline.xpm
12884         * src/pixmaps/tray_nomail.xpm
12885         * src/pixmaps/tray_unreadmail.offline.xpm
12886         * src/pixmaps/tray_unreadmail.xpm
12887         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12888         * src/pixmaps/tray_unreadmarkedmail.xpm
12889         * src/plugins/trayicon/Makefile.am
12890         * src/plugins/trayicon/newmail.offline.xpm
12891         * src/plugins/trayicon/newmail.xpm
12892         * src/plugins/trayicon/newmarkedmail.offline.xpm
12893         * src/plugins/trayicon/newmarkedmail.xpm
12894         * src/plugins/trayicon/nomail.offline.xpm
12895         * src/plugins/trayicon/nomail.xpm
12896         * src/plugins/trayicon/trayicon.c
12897         * src/plugins/trayicon/unreadmail.offline.xpm
12898         * src/plugins/trayicon/unreadmail.xpm
12899         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12900         * src/plugins/trayicon/unreadmarkedmail.xpm
12901                 Make the Trayicon plugin icons themable
12902
12903 2008-01-12 [wwp]        3.2.0cvs37
12904
12905         * src/prefs_display_header.c
12906                 Fix extra leading hyphen visible in the display
12907                 header configuration combo list (maemo).
12908
12909 2008-01-11 [colin]      3.2.0cvs36
12910
12911         * src/imap.c
12912                 Set timeout to 1 before disconnecting all -
12913                 for when one switches to offline and has 
12914                 no network anymore
12915         * src/messageview.c
12916                 Fix bug 1454, 'error message shows parts and 
12917                 signature of previous messages'
12918         * src/prefs_common.c
12919                 Maemo: Hide Send dialog by default
12920
12921 2008-01-10 [colin]      3.2.0cvs35
12922
12923         * src/action.c
12924         * src/editldap.c
12925         * src/prefs_account.c
12926         * src/wizard.c
12927         * src/gtk/inputdialog.c
12928         * src/plugins/pgpcore/passphrase.c
12929                 Maemo: Fix bug 1455, 'Password enters leading letter 
12930                 incorrectly as uppercase'
12931
12932 2008-01-09 [colin]      3.2.0cvs34
12933
12934         * po/pl.po
12935                 Fix bug 1446, 'SC crashes frequently when staying 
12936                 in background'. Format string error in Polish 
12937                 translation
12938         * src/gtk/description_window.c
12939         * src/prefs_template.c
12940                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12941                 patch by Pawel
12942         * src/wizard.c
12943                 Maemo: Fix build
12944
12945 2008-01-08 [colin]      3.2.0cvs33
12946
12947         * src/main.c
12948                 Maemo: connect HW status change signal for shutdown
12949         * src/mainwindow.c
12950                 Maemo: Fix hardware space key
12951         * src/wizard.c
12952                 Maemo: name mmc1 and 2 a better name
12953
12954 2008-01-08 [wwp]        3.2.0cvs32
12955
12956         * src/folder.c
12957         * src/folder_item_prefs.c
12958         * src/folder_item_prefs.h
12959         * src/prefs_folder_item.c
12960                 It's now possible to disable processing rules when
12961                 entering a folder (this adds a new option to the
12962                 folder properties dialog).
12963
12964 2008-01-08 [wwp]        3.2.0cvs31
12965
12966         * src/common/utils.c
12967                 Mailto: now supports 'insert' (stands for 'insert file'), this
12968                 adds the ability to create a new message from the command-line,
12969                 with body set from an existing file contents.
12970
12971 2008-01-08 [colin]      3.2.0cvs30
12972
12973         * src/summaryview.c
12974                 Maybe fix bug 1452, 'crash while drag'n'droping 
12975                 emails to an IMAP folder'
12976
12977 2008-01-07 [wwp]        3.2.0cvs29
12978
12979         * src/prefs_filtering.c
12980                 Static-alize a function, thanks to Colin.
12981
12982 2008-01-07 [colin]      3.2.0cvs28
12983
12984         * src/folderview.c
12985                 Fix scrolling to bottom when drag and dropping
12986         * src/summaryview.c
12987                 Fix bug 1445, 'Display sender using addressbook: fails 
12988                 when From: isn't an email address'
12989
12990 2008-01-07 [wwp]        3.2.0cvs27
12991
12992         * src/prefs_actions.c
12993         * src/prefs_filtering.c
12994         * src/prefs_template.c
12995                 Add tooltips to most buttons in the templates, actions and
12996                 filtering/processing dialogs.
12997
12998 2008-01-07 [wwp]        3.2.0cvs26
12999
13000         * src/prefs_filtering.c
13001                  - add a clear button to clear dialog input fields
13002                  - add page up and page down buttons to move selected rule up and down
13003                  - in rules list popup-menu: added Delete, Delete all and Duplicate
13004                  - popup-menu items are greyed out either if the list is empty (not counting the
13005                    (New) row or if there is no selected item
13006                  - clear store when closing dialog
13007
13008         * src/prefs_actions.c
13009                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
13010                    clear button, popup-menu
13011                  - clear store when closing dialog
13012
13013         * src/prefs_template.c
13014                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
13015                    clear button, popup-menu 
13016
13017         * src/addrcustomattr.c
13018                  - renamed popup-menu item Clear list to Delete all
13019                  - grey out popup-menu items is there is no selected item or if list is empty
13020                  - clear store when closing dialog
13021
13022         * src/edittags.c
13023                  - added popup-menu item Delete all
13024                  - grey out popup-menu items is there is no selected item or if list is empty
13025                  - clear store when closing dialog
13026
13027 2008-01-06 [wwp]        3.2.0cvs25
13028
13029         * src/addressadd.c
13030                 One more layout fix by Pawel (completes 3.2.0cvs24).
13031
13032 2008-01-05 [colin]      3.2.0cvs24
13033
13034         * src/addressadd.c
13035                 Little GUI fixes, patch by Pawel
13036
13037 2007-12-29 [wwp]        3.2.0cvs23
13038
13039         * src/compose.c
13040                 Fix for bug #1443, and strip possible whitespaces around
13041                 custom header names.
13042
13043 2007-12-29 [mones]      3.2.0cvs22
13044
13045         * po/es.po
13046                 Updated translation, corrected a term based 
13047                 on suggestion from Israel Saeta P�rez,
13048                 reverted awful X-Mailer translation
13049         * src/procmime.c
13050                 Complete cvs20 for FreeBSD, patch by Pawel
13051
13052 2007-12-29 [colin]      3.2.0cvs21
13053
13054         * src/textview.c
13055                 Fix bug 1442, 'Tags are repeated in 
13056                 encapsulated messages'
13057
13058 2007-12-28 [colin]      3.2.0cvs20
13059
13060         * src/procmime.c
13061                 Fix path to mime/globs. Patch by Marten King.
13062
13063 2007-12-27 [colin]      3.2.0cvs19
13064
13065         * src/plugins/pgpcore/Makefile.am
13066         * src/plugins/pgpinline/Makefile.am
13067         * src/plugins/pgpmime/Makefile.am
13068                 Add missing flags to build pgp plugins on maemo
13069
13070 2007-12-27 [colin]      3.2.0cvs18
13071
13072         * src/mainwindow.c
13073                 Maximise before showing to avoid probable flickering
13074                 on slow computers.
13075
13076 2007-12-27 [colin]      3.2.0cvs17
13077
13078         * src/main.c
13079         * src/mainwindow.c
13080         * src/prefs_common.c
13081         * src/prefs_common.h
13082                 Fix bug 1439, 'Claws Mail does not remember window size 
13083                 state when restarted'. Save maximised state and force
13084                 maximisation at startup if applicable.
13085
13086 2007-12-23 [paul]       3.2.0cvs16
13087
13088         * src/prefs_matcher.c
13089                 fix bug 1436, 'Filter condition dialog doesn't
13090                 load header name from current rules'
13091
13092 2007-12-22 [paul]       3.2.0cvs15
13093
13094         * src/compose.c
13095                 fix bug 1435, 'Reply doesn't take into account
13096                 reply-to field'
13097
13098 2007-12-21 [paul]       3.2.0cvs14
13099
13100         * src/common/ssl_certificate.c
13101                 fix FreeBSD build with IPV6 support 
13102
13103 2007-12-20 [colin]      3.2.0cvs13
13104
13105         * src/imap.c
13106                 Fix error handling
13107
13108 2007-12-20 [colin]      3.2.0cvs12
13109
13110         * src/imap.c
13111         * src/imap.h
13112         * src/prefs_account.c
13113                 Add DIGEST-MD5 support for IMAP authentication
13114
13115 2007-12-19 [mones]      3.2.0cvs11
13116
13117         * doc/man/claws-mail.1
13118                 Better ordering of sections, updated options
13119         * po/es.po
13120                 Updated strings
13121
13122 2007-12-19 [paul]       3.2.0cvs10
13123
13124         * src/prefs_account.c
13125                 use a spinbutton instead of an entry for
13126                 "POP authentication timeout" also
13127
13128 2007-12-19 [colin]      3.2.0cvs9
13129
13130         * src/prefs_filtering_action.c
13131         * src/prefs_matcher.c
13132         * src/gtk/description_window.c
13133                 Destroy info windows with their parents
13134                 Patch by Pawel
13135
13136 2007-12-19 [colin]      3.2.0cvs8
13137
13138         * src/prefs_account.c
13139                 Use spinbuttons instead of entries where needed
13140                 Patch by Pawel
13141
13142 2007-12-18 [paul]       3.2.0cvs7
13143
13144         * src/prefs_matcher.c
13145                 add missing i18n for a few strings
13146                 Patch by Stephan Sachse
13147
13148 2007-12-18 [paul]       3.2.0cvs6
13149
13150         * src/prefs_logging.c
13151                 use 'disk' instead of 'disc'
13152
13153 2007-12-18 [paul]       3.2.0cvs5
13154
13155         * po/en_GB.po
13156                 updated
13157         * src/addrcustomattr.c
13158         * src/editaddress.c
13159                 fixes to the ingleesh
13160         * src/prefs_filtering_action.c
13161                 fix copyright header
13162                 fix untranslated strings
13163         * src/prefs_filtering_action.h
13164                 fix copyright header
13165
13166 2007-12-18 [wwp]        3.2.0cvs4
13167
13168         * src/folderview.c
13169         * src/headerview.c
13170         * src/prefs_common.c
13171         * src/prefs_common.h
13172         * src/prefs_fonts.c
13173         * src/summaryview.c
13174         * src/textview.c
13175         * src/wizard.c
13176         * src/common/defs.h
13177         * src/gtk/gtkutils.c
13178                 Added prefs to set custom small and bold fonts
13179                 (might matter on some desktops, according to
13180                 DPI and font settings).
13181
13182 2007-12-18 [colin]      3.2.0cvs3
13183
13184         * src/prefs_logging.c
13185                 Rework GUI, patch by Pawel
13186
13187 2007-12-18 [colin]      3.2.0cvs2
13188
13189         * src/prefs_filtering_action.c
13190                 Rework GUI, patch by Pawel
13191
13192 2007-12-18 [colin]      3.2.0cvs1
13193
13194         * src/editaddress.c
13195                 Fix build on old GCC
13196                 Fix inverted buttons
13197
13198 2007-12-17 [paul]       3.2.0
13199
13200         * NEWS
13201         * README
13202         * RELEASE_NOTES 
13203                 3.2.0 released
13204
13205 2007-12-17 [paul]       3.1.0cvs79
13206
13207         * po/de.po
13208         * po/fr.po
13209         * po/hu.po
13210         * po/it.po
13211         * po/pt_BR.po
13212                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13213                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13214
13215 2007-12-17 [mones]      3.1.0cvs78
13216
13217         * po/es.po
13218                 Updated Spanish translation for 3.2.0 release
13219
13220 2007-12-16 [colin]      3.1.0cvs77
13221
13222         * src/addrcustomattr.c
13223                 Fix translations, patch by Fabien
13224
13225 2007-12-15 [paul]       3.1.0cvs76
13226
13227         * src/folderview.c
13228                 fix compiler warning
13229
13230 2007-12-14 [colin]      3.1.0cvs75
13231
13232         * src/folderview.c
13233                 Simplify logic
13234
13235 2007-12-12 [wwp]        3.1.0cvs74
13236
13237         * AUTHORS
13238         * src/gtk/authors.h
13239                 Added Marius Glauser to the hall of fame.
13240
13241 2007-12-12 [wwp]        3.1.0cvs73
13242
13243         * src/gtk/gtkutils.c
13244                 Improve the way we show results of searches
13245                 in message bodies: selected text now get centered
13246                 vertically in the message window.
13247                 Patch by Marius Glauser <seelenhirt@gmx.net>.
13248
13249 2007-12-10 [colin]      3.1.0cvs72
13250
13251         * src/folder.c
13252                 Don't crash when setting batch mode on no folder
13253
13254 2007-12-10 [colin]      3.1.0cvs71
13255
13256         * src/common/utils.c
13257                 Fix potential buffer overrun (thanks to
13258                 Hiroyuki)
13259
13260 2007-12-08 [paul]       3.1.0cvs70
13261
13262         * src/prefs_receive.c
13263                 small change to the English
13264
13265 2007-12-08 [colin]      3.1.0cvs69
13266
13267         * src/vcard.c
13268                 Fix warnings
13269
13270 2007-12-07 [colin]      3.1.0cvs68
13271
13272         * src/mainwindow.c
13273         * src/summaryview.c
13274         * src/summaryview.h
13275                 Free simplify_subject_preg at exit
13276
13277 2007-12-07 [colin]      3.1.0cvs67
13278
13279         * src/main.c
13280         * src/summaryview.c
13281         * src/common/utils.c
13282         * src/common/utils.h
13283                 We have to free reused regexps from time to
13284                 time, or they get huge
13285
13286 2007-12-07 [colin]      3.1.0cvs66
13287
13288         * src/vcard.c
13289                 Fix QP decoding (and UTF8)
13290
13291 2007-12-07 [colin]      3.1.0cvs65
13292
13293         * src/addrcustomattr.c
13294                 Update list of default custom attributes
13295                 now (will be needed for a feature patch
13296                 post 3.2.0)
13297
13298 2007-12-07 [colin]      3.1.0cvs64
13299
13300         * src/folder.c
13301                 Batch on destination folder when copying - fixes
13302                 slowness when moving unread mails to trash on IMAP
13303
13304 2007-12-06 [colin]      3.1.0cvs63
13305
13306         * src/common/w32_time.c
13307         * src/common/w32lib.h
13308         * src/etpan/etpan-thread-manager.c
13309         * src/etpan/imap-thread.c
13310         * src/etpan/nntp-thread.c
13311         * src/gtk/Makefile.am
13312                 Fix win32 build with libetpan. Thanks to
13313                 Marcus Brinkmann.
13314
13315 2007-12-06 [colin]      3.1.0cvs62
13316
13317         * src/account.c
13318         * src/imap.c
13319         * src/prefs_account.c
13320         * src/prefs_account.h
13321         * src/etpan/imap-thread.c
13322         * src/etpan/imap-thread.h
13323                 Disable connection via command line on WIN32
13324                 Disable mmap use on WIN32 - use normal strings
13325         * src/addressbook.c
13326         * src/addressbook.h
13327         * src/addressbook_foldersel.c
13328         * src/addressbook_foldersel.h
13329         * src/prefs_filtering_action.c
13330         * src/prefs_matcher.c
13331         * src/plugins/bogofilter/bogofilter_gtk.c
13332         * src/plugins/dillo_viewer/dillo_prefs.c
13333         * src/plugins/spamassassin/spamassassin_gtk.c
13334                 Fix leak, rework function logics to be more
13335                 natural - thanks to Holger
13336         * src/common/utils.c
13337                 Fix warnings
13338
13339 2007-12-06 [colin]      3.1.0cvs61
13340
13341         * src/news.c
13342         * src/common/utils.c
13343         * src/common/utils.h
13344                 Fix posting, and fix UTF-8 being sent when encoding
13345                 is 8bit
13346
13347 2007-12-05 [colin]      3.1.0cvs60
13348
13349         * src/news.c
13350                 Fix debian bug #453157, 'Fails to post usenet
13351                 articles after NNTP connection has been 
13352                 interrupted". Fix return value to prevent deletion
13353                 on failure, and issue MODE READER in case posting
13354                 fails at first.
13355
13356 2007-12-05 [colin]      3.1.0cvs59
13357
13358         * src/messageview.c
13359         * src/uri_opener.c
13360                 Improvements to the List URIs dialog
13361                 Patch by Pawel
13362
13363 2007-12-05 [colin]      3.1.0cvs58
13364
13365         * src/prefs_other.c
13366         * src/gtk/gtksctree.h
13367                 Fix warnings
13368
13369 2007-12-04 [colin]      3.1.0cvs57
13370
13371         * src/etpan/imap-thread.c
13372                 Fix bug 1378, 'Claws exits on IMAP alert message'
13373                 Don't do GTK calls directly from Etpan thread
13374
13375 2007-12-04 [colin]      3.1.0cvs56
13376
13377         * src/folderview.c
13378         * src/gtk/gtksctree.c
13379                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13380                 Make all the left of column zero an hotspot for
13381                 expanding.
13382
13383 2007-12-04 [colin]      3.1.0cvs55
13384
13385         * src/mainwindow.c
13386         * src/mainwindow.h
13387         * src/prefs_common.c
13388         * src/prefs_common.h
13389         * src/prefs_receive.c
13390                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13391
13392 2007-12-04 [wwp]        3.1.0cvs54
13393
13394         * src/prefs_other.c
13395                 Fix for bug #1419.
13396
13397 2007-12-04 [holger]     3.1.0cvs53
13398
13399         * src/addrduplicates.c
13400         * src/addrduplicates.h
13401                 Export addressbook entry deletion
13402
13403 2007-12-04 [colin]      3.1.0cvs52
13404
13405         * tools/Makefile.am
13406         * tools/README.sylprint
13407         * tools/sylprint.pl
13408         * tools/sylprint.rc
13409                 Fix debian bug #454089 (symlink attack in TMP directory)
13410                 http://secwatch.org/advisories/1019661/ :
13411                 Remove the buggy script, which was unmaintained anyway
13412         * src/news.c
13413         * src/procmsg.c
13414                 Store things in our private tmp directory.
13415
13416 2007-12-03 [colin]      3.1.0cvs51
13417
13418         * src/folder.c
13419         * src/folder.h
13420         * src/folderview.c
13421         * src/imap.c
13422         * src/mainwindow.c
13423                 Fix update problem when getting remote tags
13424         * src/prefs_matcher.c
13425                 Rework GUI to make it better. Patch by Pawel
13426                 Pekala
13427
13428 2007-12-03 [colin]      3.1.0cvs50
13429
13430         * src/etpan/imap-thread.c
13431         * src/etpan/nntp-thread.c
13432                 Fix bug 1417, 'Network log doesn't reveal 
13433                 enough NNTP errors'
13434
13435 2007-12-02 [iwkse]      3.1.0cvs49
13436
13437         * src/plugins/dillo_viewer/dillo_prefs.c
13438                         Insert dillo under the Plugins menu
13439
13440 2007-12-01 [paul]       3.1.0cvs48
13441
13442         * src/html.c
13443                 add these variant forms
13444                 Thanks to Colin
13445
13446 2007-12-01 [paul]       3.1.0cvs47
13447
13448         * src/matcher.c
13449                 fix a typo
13450
13451 2007-12-01 [paul]       3.1.0cvs46
13452
13453         * po/POTFILES.in
13454                 add the new addrcustomattr.c file
13455
13456 2007-11-29 [colin]      3.1.0cvs45
13457
13458         * src/common/ssl_certificate.c
13459                 Use the more modern getaddrinfo instead of 
13460                 gethostbyname when possible
13461
13462 2007-11-28 [colin]      3.1.0cvs44
13463
13464         * src/summaryview.c
13465                 Maybe fix bug 1410 and other crash reports
13466                 in summaryview since cvs38.
13467
13468 2007-11-28 [wwp]        3.1.0cvs43
13469
13470         * src/prefs_summary_open.c
13471                 Guard against an empty list of actions to perform
13472                 when opening a folder (or migration defaults could
13473                 be introduced, confusing).
13474
13475 2007-11-28 [colin]      3.1.0cvs42
13476
13477         * src/folderview.c
13478                 Fix mark all read from folder's contextual menu
13479
13480 2007-11-27 [colin]      3.1.0cvs41
13481
13482         * src/imap.c
13483         * src/imap.h
13484         * src/imap_gtk.c
13485         * src/prefs_account.c
13486         * src/etpan/imap-thread.c
13487                 A few fixes to the IMAP flags handling: Optimisations,
13488                 two crashers, mention that Bandwitdh-efficient mode
13489                 prevents tag fetching.
13490                 Fix M-UTF7 in subscription dialog.
13491
13492 2007-11-27 [colin]      3.1.0cvs40
13493
13494         * src/folder.c
13495         * src/mbox.c
13496         * src/summaryview.c
13497                 Make filtering faster on flags change: Batch original 
13498                 folderitem, where we'll do flags/tags changes.
13499
13500 2007-11-27 [colin]      3.1.0cvs39
13501
13502         * src/filtering.c
13503                 Fix bug 1407, 'After a copy action, further rules apply 
13504                 to both original and copy'
13505
13506 2007-11-27 [colin]      3.1.0cvs38
13507
13508         * src/edittags.c
13509         * src/summaryview.c
13510                 Fixes races when doing a long operation and user
13511                 asks for another one (Mark all read/unread on a 
13512                 big folder on IMAP for example)
13513
13514 2007-11-27 [wwp]        3.1.0cvs37
13515
13516         * src/addressbook.c
13517         * src/prefs_common.c
13518                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13519                 and 3.1.0cvs35 (addressbook.c).
13520
13521 2007-11-27 [holger]     3.1.0cvs36
13522
13523         * src/printing.c
13524                 Add a line separating header and body
13525                 in the printout
13526
13527 2007-11-27 [wwp]        3.1.0cvs35
13528
13529         * src/addressbook.c
13530                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13531                 (thanks to Colin) and revert disabling of cut/copy
13532                 context menu entries upon selected groups.
13533
13534 2007-11-27 [holger]     3.1.0cvs34
13535
13536         * src/printing.c
13537                 Add weights to the list of supported text attributes
13538                 for printing
13539
13540 2007-11-27 [wwp]        3.1.0cvs33
13541
13542         * src/Makefile.am
13543         * src/addrcustomattr.c
13544         * src/addrcustomattr.h
13545         * src/addressbook.c
13546         * src/editaddress.c
13547         * src/editaddress.h
13548         * src/prefs_common.c
13549         * src/prefs_common.h
13550         * src/common/defs.h
13551                 Provide a (customizable) list of preset attribute names
13552                 for editing contacts (closes bug #1391).
13553
13554 2007-11-27 [wwp]        3.1.0cvs32
13555
13556         * src/addrclip.c
13557         * src/addressbook.c
13558         * src/addritem.c
13559                 Various fixes in the address book:
13560                         - made copy/move of a folder to itself or its subtree
13561                           impossible (-> error)
13562                         - errors messages don't show in the status bar anymore,
13563                           use alertpanels instead
13564                         - simple click on group doesn't open group edit dialog
13565                           anymore when in contact edit embedded mode (was too itchy)
13566                         - fixed disabling of edit button and and menu entry when
13567                           in contact edit embedded mode (was done in a bad and
13568                           ineffective way)
13569                         - fix menu cut/paste sensitivity in treelist context
13570                           menu (conflicting enabling was done by different functions)
13571                         - fix some menu item sensitivity in address list context menu
13572                         - don't allow cut/copy of groups, it's useless as they won't
13573                           be copied w/ their contents
13574                         - fix missing copy of the picture file when copying (bug #1402),
13575                           fix picture attribute (internal) value when moving or copying
13576
13577
13578 2007-11-27 [colin]      3.1.0cvs31
13579
13580         * src/folder.c
13581         * src/imap.c
13582                 Fix tags loss on move, fix space encoding
13583
13584 2007-11-26 [colin]      3.1.0cvs30
13585
13586         * src/edittags.c
13587         * src/folder.c
13588         * src/folder.h
13589         * src/imap.c
13590         * src/messageview.c
13591         * src/procmsg.c
13592         * src/procmsg.h
13593         * src/summaryview.c
13594         * src/common/utils.c
13595         * src/common/utils.h
13596         * src/etpan/imap-thread.c
13597         * src/etpan/imap-thread.h
13598                 Add IMAP tags support
13599
13600 2007-11-26 [colin]      3.1.0cvs29
13601
13602         * src/imap.c
13603                 Fix bug 1405, 'imap auto auth method doesn't 
13604                 work since 3.1.0'
13605
13606 2007-11-26 [colin]      3.1.0cvs28
13607
13608         * src/messageview.c
13609         * src/procmime.c
13610                 Handle broken disposition-notifications from Evolution
13611                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13612
13613 2007-11-25 [paul]       3.1.0cvs27
13614
13615         * src/folder_item_prefs.c
13616         * src/folder_item_prefs.h
13617                 remove dead code
13618
13619 2007-11-23 [wwp]        3.1.0cvs26
13620
13621         * src/matcher.c
13622         * src/matcher.h
13623         * src/matcher_parser_parse.y
13624         * src/prefs_matcher.c
13625                 Fix irrelevant case folding when adding matcher condition 'test',
13626                 thanks to Colin.
13627
13628 2007-11-23 [wwp]        3.1.0cvs25
13629
13630         * src/prefs_common.c
13631         * src/prefs_common.h
13632         * src/prefs_summary_open.c
13633         * src/prefs_summary_open.h
13634         * src/summaryview.c
13635                 Add "select first email in list" to the list of possible selections
13636                 when opening a folder.
13637
13638 2007-11-23 [paul]       3.1.0cvs24
13639
13640         * po/de.po
13641                 a fix by Stephan Sachse, plus remove all
13642                 old strings from the end of the file
13643
13644 2007-11-23 [wwp]        3.1.0cvs23
13645
13646         * src/prefs_msg_colors.c
13647                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13648                 with little changes.
13649
13650 2007-11-23 [paul]       3.1.0cvs22
13651
13652         * src/prefs_logging.c
13653                 eliminate wasted horizontal space
13654
13655 2007-11-23 [paul]       3.1.0cvs21
13656
13657         * src/prefs_summaries.c
13658                 don't wrap the label or put linebreaks
13659
13660 2007-11-22 [colin]      3.1.0cvs20
13661
13662         * src/plugins/pgpinline/pgpinline.c
13663                 Fix decryption
13664
13665 2007-11-22 [wwp]        3.1.0cvs19
13666
13667         * src/prefs_themes.c
13668                 Yet another misuse of get_rc_dir(), still related
13669                 to user themes. Completes 3.1.0cvs18.
13670
13671 2007-11-22 [wwp]        3.1.0cvs18
13672
13673         * src/stock_pixmap.c
13674                 Fix a misuse of get_rc_dir(), user themes dir was
13675                 not set properly and some themes might have disappeared
13676                 from themes list in prefs.
13677
13678 2007-11-22 [wwp]        3.1.0cvs17
13679
13680         * src/edittags.c
13681         * src/edittags.h
13682         * src/common/tags.c
13683         * src/common/tags.h
13684                 Correct copyright for these claws-mail-only brand new
13685                 files.
13686
13687 2007-11-22 [paul]       3.1.0cvs16
13688
13689         * src/compose.c
13690                 fix bug 1400, 'Drag and drop of URLs does not work'
13691                 Thanks to Colin
13692
13693 2007-11-22 [paul]       3.1.0cvs15
13694
13695         * src/prefs_common.c
13696                 make "cmds_use_system_default" default to FALSE
13697                 so as not to disrupt current settings
13698         * src/summaryview.c
13699                 increase the size of the GdkRectangle, tooltips
13700                 didn't show for me otherwise
13701
13702 2007-11-21 [colin]      3.1.0cvs14
13703
13704         * src/compose.c
13705         * src/crash.c
13706         * src/exphtmldlg.c
13707         * src/mainwindow.c
13708         * src/manual.c
13709         * src/mimeview.c
13710         * src/prefs_account.c
13711         * src/prefs_common.c
13712         * src/prefs_common.h
13713         * src/prefs_ext_prog.c
13714         * src/textview.c
13715         * src/uri_opener.c
13716         * src/gtk/about.c
13717         * src/gtk/gtkutils.c
13718                 Use xdg-open as a way to find default browser,
13719                 when available
13720
13721 2007-11-21 [colin]      3.1.0cvs13
13722
13723         * src/messageview.c
13724         * src/procmime.c
13725         * src/procmsg.h
13726                 Send better return receipts (useful ones)
13727                 Handle incoming return receipts
13728
13729 2007-11-20 [colin]      3.1.0cvs12
13730
13731         * src/printing.c
13732         * src/printing.h
13733                 Add getter/setter for settings, and getter
13734                 for page setup
13735
13736 2007-11-20 [colin]      3.1.0cvs11
13737
13738         * src/folderview.c
13739         * src/main.c
13740         * src/mainwindow.c
13741                 Fix bug 1396, 'Crash on disabling a filter 
13742                 while it is processing'
13743
13744 2007-11-20 [paul]       3.1.0cvs10
13745
13746         * src/folder.c
13747                 fix bug 1395, 'Crash on checking for new mails
13748                 while filter is running'
13749                 Thanks to Colin
13750
13751 2007-11-20 [paul]       3.1.0cvs9
13752
13753         * src/compose.c
13754                 make this string easier for translators
13755
13756 2007-11-19 [colin]      3.1.0cvs8
13757
13758         * src/prefs_summaries.c
13759         * src/summaryview.c
13760                 Don't enable more tooltips on Maemo
13761
13762 2007-11-19 [colin]      3.1.0cvs7
13763
13764         * src/prefs_common.c
13765         * src/prefs_common.h
13766         * src/prefs_summaries.c
13767         * src/summaryview.c
13768                 Fix bug 1388, 'message list tool tips'
13769                 Add (optional) tooltips in summaryview.
13770                 This only works with GTK+ >= 2.12
13771
13772 2007-11-19 [colin]      3.1.0cvs6
13773
13774         * src/compose.c
13775                 Make strings a bit better when attaching
13776                 from mailto: URIs
13777
13778 2007-11-19 [colin]      3.1.0cvs5
13779
13780         * src/common/utils.c
13781                 Fix bug 1392, 'Top level domain .EU is 
13782                 not recognised as valid'
13783
13784 2007-11-19 [wwp]        3.1.0cvs4
13785
13786         * src/compose.c
13787         * src/compose.h
13788                 Revert changes to compose.c made in 3.1.0cvs2.
13789
13790 2007-11-19 [wwp]        3.1.0cvs3
13791
13792         * src/addressbook.c
13793         * src/addressbook.h
13794         * src/editaddress.c
13795         * src/editgroup.c
13796         * src/addrduplicates.c
13797                 Minor improvements in the address book:
13798                 always accept new contacts provided that some
13799                 detail is set (instead of rejecting silently).
13800                 Better guessing of contact name from incomplete
13801                 name information. Better display of contacts with
13802                 no name, in contact lists, group contents, find
13803                 duplicate results.
13804                 
13805
13806 2007-11-19 [wwp]        3.1.0cvs2
13807
13808         * src/compose.c
13809         * src/compose.h
13810         * src/prefs_logging.c
13811         * src/prefs_summaries.c
13812                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13813                 wrap some long label in prefs/summaries, layout checkboxes
13814                 in a more compact form in prefs/loggin, make account and
13815                 header's combos have the same size/spacing in compose
13816                 window.
13817
13818 2007-11-19 [wwp]        3.1.0cvs1
13819
13820         * src/edittags.c
13821                 Fix a tiny leak and duplicate variable.
13822
13823 2007-11-19 [paul]       3.1.0
13824
13825         * NEWS
13826         * README
13827         * RELEASE_NOTES 
13828                 3.1.0 released
13829
13830 2007-11-19 [paul]       3.0.2cvs145
13831
13832         * po/de.po
13833         * po/fi.po
13834         * po/fr.po
13835         * po/hu.po
13836         * po/it.po
13837         * po/pl.po
13838         * po/pt_BR.po
13839         * po/sk.po
13840         * po/zh_CN.po
13841                 updated by Stephan Sachse, Flammie Pirinen,
13842                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13843                 Emil Nowak, Frederico Goncalves Guimaraes,
13844                 Andrej Kacian, and Ralph Young
13845
13846 2007-11-18 [mones]      3.0.2cvs144
13847
13848         * po/es.po
13849                 Updated Spanish translation
13850
13851 2007-11-18 [colin]      3.0.2cvs143
13852
13853         * src/edittags.c
13854                 Prevent empty tag after edit, thanks to wwp
13855
13856 2007-11-18 [colin]      3.0.2cvs142
13857
13858         * src/editaddress.c
13859                 Fix possible "(null)" %s - thanks to wwp
13860
13861 2007-11-16 [wwp]        3.0.2cvs141
13862
13863         * src/common/utils.c
13864                 Fix for 3.0.2cvs140, prevents from crashing when opening
13865                 a compose window.
13866
13867 2007-11-16 [colin]      3.0.2cvs140
13868
13869         * src/main.c
13870         * src/common/claws.c
13871                 Output a bit more useful info at startup
13872                 in --debug mode
13873
13874 2007-11-16 [colin]      3.0.2cvs139
13875
13876         * src/compose.c
13877         * src/common/utils.c
13878         * src/common/utils.h
13879                 Fix bug 1387, 'Request for --compose to 
13880                 support multiple attachments'
13881
13882 2007-11-16 [colin]      3.0.2cvs138
13883
13884         * src/news.c
13885                 Fix bug 1390, 'NNTP fails after server 
13886                 closed connection'
13887
13888 2007-11-16 [colin]      3.0.2cvs137
13889
13890         * src/prefs_display_header.c
13891                 Fix bug 1389, 'Changing 'Display headers 
13892                 in message view' breaks dispheaderrc'
13893
13894 2007-11-14 [colin]      3.0.2cvs136
13895
13896         * src/summaryview.c
13897         * src/gtk/quicksearch.c
13898         * src/gtk/quicksearch.h
13899                 Fix resetting the quicksearch when in non-sticky
13900                 mode, but Recursive is set: reset only when going
13901                 out of the root search folder.
13902
13903 2007-11-14 [colin]      3.0.2cvs135
13904
13905         * src/filtering.c
13906                 Don't set new flag back when doing "Mark as unread"
13907                 from filtering
13908
13909 2007-11-12 [paul]       3.0.2cvs134
13910
13911         * src/plugins/dillo_viewer/dillo_viewer.c
13912                 don't offer the mime type for translation
13913
13914 2007-11-12 [paul]
13915
13916         3.1.0-rc2 released
13917
13918 2007-11-11 [colin]      3.0.2cvs133
13919
13920         * src/imap_gtk.c
13921         * src/mh_gtk.c
13922                 Use markup-escaped strings in dialogs
13923
13924 2007-11-11 [colin]      3.0.2cvs132
13925
13926         * src/imap.c
13927                 Better IMAP-UTF7/UTF8 conversion
13928
13929 2007-11-10 [colin]      3.0.2cvs131
13930
13931         * src/news.c
13932                 Fix debian bug 450698, 'nntp auth behavior changed 
13933                 without notice'
13934
13935 2007-11-10 [colin]      3.0.2cvs130
13936
13937         * configure.ac
13938         * src/inc.c
13939         * src/main.c
13940         * src/main.h
13941         * src/mimeview.c
13942         * src/statusbar.c
13943         * src/common/utils.c
13944         * src/etpan/Makefile.am
13945         * src/gtk/filesel.c
13946         * src/gtk/gtkutils.h
13947         * src/gtk/menu.c
13948         * src/plugins/bogofilter/Makefile.am
13949         * src/plugins/clamav/Makefile.am
13950         * src/plugins/dillo_viewer/Makefile.am
13951         * src/plugins/pgpcore/Makefile.am
13952         * src/plugins/spamassassin/Makefile.am
13953         * src/plugins/trayicon/Makefile.am
13954                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13955
13956 2007-11-09 [colin]      3.0.2cvs129
13957
13958         * src/addressbook.c
13959         * src/ldapupdate.c
13960                 fix bug 1375, 'Impossible to modify e-mail
13961                 in LDAP addressbook twice'; Try two. update
13962                 externalID, don't make display lag, and
13963                 fix the cases where dn is not mail.
13964
13965 2007-11-08 [paul]       3.0.2cvs128
13966
13967         * src/account.c
13968         * src/compose.c
13969         * src/messageview.c
13970         * src/prefs_account.c
13971         * src/prefs_account.h
13972                 reinstate 'Generate Message-ID' option as an
13973                 account preference. (hidden on IMAP)
13974                 Thanks to Colin
13975
13976 2007-11-08 [paul]       3.0.2cvs127
13977
13978         * src/textview.c
13979                 MAEMO: fix failure of loading images inline
13980                 MAEMO: fix bug 1349, 'Emails still skip to end
13981                 when opened (in certain circumstances)...'
13982
13983 2007-11-07 [colin]      3.0.2cvs126
13984
13985         * src/toolbar.c
13986                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
13987
13988 2007-11-07 [colin]      3.0.2cvs125
13989
13990         * src/toolbar.c
13991                 Re-change the string occurence of A_CLAWS_ACTIONS
13992                 to A_SYL_ACTIONS, to prevent parse errors of the
13993                 toolbar_*.xml files
13994
13995 2007-11-07 [colin]      3.0.2cvs124
13996
13997         * src/mimeview.c
13998         * src/prefs_common.c
13999         * src/prefs_common.h
14000         * manual/advanced.xml
14001                 Add an hidden pref, 'save_parts_readwrite';
14002                 completes 3.0.2cvs35
14003
14004 2007-11-07 [paul]       3.0.2cvs123
14005
14006         * src/prefs_toolbar.c
14007         * src/toolbar.c
14008         * src/toolbar.h
14009                 rename ToolbarSylpheedActions to ToolbarClawsActions
14010                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
14011
14012 2007-11-07 [paul]       3.0.2cvs122
14013
14014         * src/toolbar.c
14015                 MAEMO: remove tooltips
14016
14017 2007-11-07 [colin]      3.0.2cvs121
14018
14019         * src/plugins/pgpinline/pgpinline.c
14020                 Fix bug 1377, 'unspecific errors on 
14021                 signature checking'. Fix trimming of
14022                 UTF8 data.
14023
14024 2007-11-06 [iwkse]      3.0.2cvs120
14025
14026         * src/prefs_summary_open.c
14027                 yet a string change
14028
14029 2007-11-06 [paul]       3.0.2cvs119
14030
14031         * tools/Makefile.am
14032         * tools/README
14033         * tools/csv2addressbook.pl
14034                 add a new script that imports a CSV formatted
14035                 address book. Becky and Thunderbird address
14036                 book are currently supported.
14037
14038 2007-11-05 [colin]      3.0.2cvs118
14039
14040         * src/imap.c
14041                 Fix deletion 
14042
14043 2007-11-05 [iwkse]      3.0.2cvs117
14044
14045         * src/prefs_summary_open.c
14046                 String changes
14047
14048 2007-11-04 [paul]       3.0.2cvs116
14049
14050         * src/addressbook_foldersel.c
14051                 fix gtk critical warning
14052                 Patch by Pawel Pekala
14053
14054 2007-11-04 [paul]       3.0.2cvs115
14055
14056         * tools/README
14057         * tools/claws-mail-compose-insert-files.pl
14058                 add --bcc and uri_escape() everything
14059
14060 2007-11-04 [paul]       3.0.2cvs114
14061
14062         * src/gtk/gtkutils.c
14063                 gtkut_stock_with_text_button_set_create(): set
14064                 GTK_CAN_DEFAULT on buttons 2 and 3
14065
14066 2007-11-03 [paul]       3.0.2cvs113
14067
14068         * src/common/utils.c
14069                 fix debian bug #448814, 'mailto: URI decoding
14070                 desn't decode the destination address field'
14071                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
14072
14073 2007-11-03 [paul]       3.0.2cvs112
14074
14075         * AUTHORS
14076         * src/compose.c
14077         * src/gtk/authors.h
14078                 allow Bcc in commandline URIs
14079                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
14080
14081 2007-11-02 [colin]      3.0.2cvs111
14082
14083         * src/addressbook.c
14084                 Maybe fix bug 1376, 'crash on 
14085                 addressbook manipulation'
14086
14087 2007-10-31 [paul]       3.0.2cvs110
14088
14089         * src/ldapupdate.c
14090                 fix bug 1375, 'Impossible to modify e-mail
14091                 in LDAP addressbook twice'
14092                 Patch by Michael Rasmussen
14093
14094 2007-10-30 [paul]       3.0.2cvs109
14095
14096         * configure.ac
14097                 enable GnuTLS support with --enable-gnutls which
14098                 will disable openssl support. if the user has
14099                 gtk >= 2.10.x don't allow gnomeprint even if the
14100                 user asks for it
14101
14102 2007-10-30 [paul]
14103
14104         3.1.0-rc1 released
14105
14106 2007-10-30 [paul]       3.0.2cvs108
14107
14108         * Makefile.am
14109                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14110
14111 2007-10-30 [paul]       3.0.2cvs107
14112
14113         * src/expldifdlg.c
14114         * src/prefs_account.c
14115         * src/prefs_folder_item.c
14116         * src/prefs_spelling.c
14117         * src/prefs_themes.c
14118         * src/wizard.c
14119         * src/gtk/gtkaspell.c
14120         * src/gtk/gtkaspell.h
14121         * src/plugins/spamassassin/spamassassin_gtk.c
14122                 replace deprecated gtk_option_menu...
14123                 patch by Pawel Pekala
14124
14125 2007-10-29 [colin]      3.0.2cvs106
14126
14127         * src/plugins/dillo_viewer/dillo_prefs.c
14128                 Fix forgotten signal connect
14129
14130 2007-10-28 [colin]      3.0.2cvs105
14131
14132         * src/plugins/dillo_viewer/dillo_prefs.c
14133         * src/plugins/dillo_viewer/dillo_prefs.h
14134         * src/plugins/dillo_viewer/dillo_viewer.c
14135                 Implement addressbook-based whitelisting for loading
14136                 remote images. Fixed missing destroy of the embedded
14137                 browser that made a Dillo window pop up on exit, if
14138                 an HTML part was displayed.
14139
14140 2007-10-26 [colin]      3.0.2cvs104
14141
14142         * src/edittags.c
14143                 Add missing static
14144
14145 2007-10-25 [colin]      3.0.2cvs103
14146
14147         * src/editaddress.c
14148                 Add tap-and-hold on the picture, for Maemo
14149         * src/edittags.c
14150         * src/edittags.h
14151         * src/mainwindow.c
14152         * src/procmsg.c
14153         * src/summaryview.c
14154         * src/textview.c
14155                 Unify tag interfaces.
14156
14157 2007-10-25 [colin]      3.0.2cvs102
14158
14159         * src/imap.c
14160         * src/etpan/imap-thread.h
14161                 Much better error handling. We'll need to be really
14162                 clear to users about where errors come from, with 
14163                 the apparition of Gmail's IMAP server.
14164
14165 2007-10-24 [colin]      3.0.2cvs101
14166
14167         * src/edittags.c
14168         * src/mainwindow.c
14169         * src/summaryview.c
14170         * src/textview.c
14171                 Add tags sorting (alphabetical); allow deletion of
14172                 tags from the Apply Tags window
14173
14174 2007-10-24 [colin]      3.0.2cvs100
14175
14176         * src/editaddress.c
14177         * src/editaddress_other_attributes_ldap.c
14178         * src/editaddress_other_attributes_ldap.h
14179         * src/ldapctrl.c
14180         * src/ldapquery.c
14181         * src/ldapupdate.c
14182                 Fix LDAP writing (got broken in cvs39)
14183                 Add read-only support for jpegPhoto LDAP field
14184
14185 2007-10-23 [colin]      3.0.2cvs99
14186
14187         * src/news.c
14188                 Fix crash in some cases
14189
14190 2007-10-22 [colin]      3.0.2cvs98
14191
14192         * src/common/socket.h
14193         * src/common/ssl.c
14194                 Fix big leak in GnuTLS code
14195
14196 2007-10-22 [colin]      3.0.2cvs97
14197
14198         * src/news.c
14199                 Fix bug 1368, 'SIGSEGV in NNTP code'
14200
14201 2007-10-22 [colin]      3.0.2cvs96
14202
14203         * src/prefs_customheader.c
14204                 Catch compface warnings when generating X-Faces
14205
14206 2007-10-22 [wwp]        3.0.2cvs95
14207
14208         * src/quote_fmt_parse.y
14209                 Remove accidentally committed debug traces.
14210                 Fix a warning.
14211
14212 2007-10-22 [colin]      3.0.2cvs94
14213
14214         * src/etpan/nntp-thread.c
14215                 Fix authentication
14216
14217 2007-10-19 [wwp]        3.0.2cvs93
14218
14219         * src/common/ssl_certificate.c
14220                 Add missing include (Windows).
14221
14222 2007-10-19 [colin]      3.0.2cvs92
14223
14224         * src/imap_gtk.c
14225         * src/mimeview.c
14226         * src/textview.c
14227         * src/gtk/inputdialog.c
14228         * src/gtk/inputdialog.h
14229                 Remove the last old combo; patch by
14230                 Pawel
14231
14232 2007-10-19 [colin]      3.0.2cvs91
14233
14234         * src/common/ssl.c
14235                 Fix interop problem with GnuTLS and some crappy
14236                 servers that have very little keys.
14237
14238 2007-10-19 [colin]      3.0.2cvs90
14239
14240         * src/common/ssl.c
14241                 Fix return value check on GnuTLS, and
14242                 display the error
14243
14244 2007-10-18 [colin]      3.0.2cvs89
14245
14246         * src/common/ssl_certificate.c
14247                 Fix missing initialisations
14248
14249 2007-10-18 [wwp]        3.0.2cvs88
14250
14251         * src/Makefile.am
14252                 Fix linking against GNUTLS (matters if --enable-gnutls only).
14253
14254 2007-10-18 [colin]      3.0.2cvs87
14255
14256         * po/POTFILES.in
14257                 Fix build
14258
14259 2007-10-18 [mones]      3.0.2cvs86
14260
14261         * src/editbook.c
14262         * src/import.c
14263         * src/prefs_account.c
14264         * src/prefs_receive.c
14265         * src/gtk/about.c
14266         * src/plugins/bogofilter/bogofilter_gtk.c
14267         * src/plugins/spamassassin/spamassassin_gtk.c
14268                 More capitalisation micro-fixes
14269
14270 2007-10-18 [paul]       3.0.2cvs85
14271
14272         * configure.ac
14273                 add info about NNTP support via libetpan
14274                 change the configure output ending msg a little
14275         * src/gtk/about.c
14276                 similar changes to above
14277
14278 2007-10-18 [colin]      3.0.2cvs84
14279
14280         * src/procmime.c
14281         * src/procmime.h
14282                 Fix missing symbol for S/MIME
14283
14284 2007-10-18 [colin]      3.0.2cvs83
14285
14286         * src/prefs_filtering_action.c
14287                 Fix crash in tags (introduced in cvs78)
14288
14289 2007-10-18 [colin]      3.0.2cvs82
14290
14291         * src/common/Makefile.am
14292         * src/common/nntp.c
14293         * src/common/nntp.h
14294         * src/etpan/Makefile.am
14295         * src/etpan/etpan-thread-manager-types.h
14296         * src/etpan/etpan-thread-manager.c
14297         * src/etpan/imap-thread.c
14298         * src/etpan/nntp-thread.c
14299         * src/etpan/nntp-thread.h
14300         * src/news.c
14301         * src/news.h
14302                 Rewrite the nntp implementation
14303                 to use libetpan. Non-blocking NNTP!
14304         * src/account.c
14305         * src/crash.c
14306         * src/imap.c
14307         * src/inc.c
14308         * src/main.c
14309         * src/mainwindow.c
14310         * src/pop.c
14311         * src/pop.h
14312         * src/prefs_account.c
14313         * src/recv.c
14314         * src/recv.h
14315         * src/send_message.c
14316         * src/send_message.h
14317         * src/ssl_manager.c
14318         * src/ssl_manager.h
14319         * src/wizard.c
14320         * src/common/claws.c
14321         * src/common/session.c
14322         * src/common/session.h
14323         * src/common/smtp.c
14324         * src/common/smtp.h
14325         * src/common/socket.c
14326         * src/common/socket.h
14327         * src/common/ssl.c
14328         * src/common/ssl.h
14329         * src/common/ssl_certificate.c
14330         * src/common/ssl_certificate.h
14331         * src/gtk/about.c
14332         * src/gtk/sslcertwindow.c
14333         * src/gtk/sslcertwindow.h
14334                 Implement GnuTLS support. GnuTLS support
14335                 will be used if OpenSSL isn't available, or
14336                 specified explicitely. (the reason is that
14337                 GnuTLS cerficate checking is a bit less 
14338                 practical than OpenSSL's)
14339
14340 2007-10-18 [paul]       3.0.2cvs81
14341
14342         * src/gtk/inputdialog.c
14343         * src/gtk/inputdialog.h
14344                 fix copyright header
14345
14346 2007-10-17 [colin]      3.0.2cvs80
14347
14348         * src/plugins/pgpcore/select-keys.c
14349                 Fix bug which prevented encryption key
14350                 auto-selection when two or more matched the
14351                 email address, but only one isn't revoked
14352                 or expired.
14353
14354 2007-10-17 [wwp]        3.0.2cvs79
14355
14356         * src/compose.c
14357         * src/quote_fmt.c
14358         * src/quote_fmt.h
14359         * src/quote_fmt_lex.l
14360         * src/quote_fmt_parse.y
14361                 Templates can now attach files using |attach{filename}.
14362
14363 2007-10-17 [wwp]        3.0.2cvs78
14364
14365         * src/prefs_customheader.c
14366         * src/prefs_ext_prog.c
14367         * src/prefs_filtering_action.c
14368         * src/prefs_matcher.c
14369         * src/prefs_other.c
14370         * src/prefs_toolbar.c
14371         * src/gtk/combobox.c
14372         * src/gtk/combobox.h
14373         * src/gtk/gtkutils.c
14374         * src/gtk/gtkutils.h
14375         * src/plugins/bogofilter/bogofilter_gtk.c
14376         * src/plugins/spamassassin/spamassassin_gtk.c
14377                 Removed almost all remaining instances of GtkCombo
14378                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14379                 few visual and code cleanup from Colin.
14380
14381 2007-10-16 [wwp]        3.0.2cvs77
14382         * src/gtk/pluginwindow.c
14383                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14384
14385 2007-10-15 [colin]      3.0.2cvs76
14386
14387         * src/edittags.c
14388         * src/edittags.h
14389         * src/filtering.c
14390         * src/filtering.h
14391         * src/importmutt.c
14392         * src/importpine.c
14393         * src/main.c
14394         * src/messageview.c
14395         * src/messageview.h
14396         * src/mimeview.c
14397         * src/mimeview.h
14398         * src/pop.c
14399         * src/pop.h
14400         * src/prefs_common.c
14401         * src/prefs_common.h
14402         * src/prefs_customheader.c
14403         * src/prefs_customheader.h
14404         * src/prefs_display_header.c
14405         * src/prefs_display_header.h
14406         * src/prefs_filtering_action.c
14407         * src/prefs_filtering_action.h
14408         * src/prefs_folder_column.c
14409         * src/prefs_folder_column.h
14410         * src/prefs_folder_item.c
14411         * src/prefs_folder_item.h
14412         * src/prefs_gtk.c
14413         * src/prefs_gtk.h
14414         * src/prefs_logging.h
14415         * src/prefs_matcher.c
14416         * src/prefs_matcher.h
14417         * src/prefs_summary_column.c
14418         * src/prefs_summary_column.h
14419         * src/prefs_summary_open.c
14420         * src/procheader.c
14421         * src/procheader.h
14422         * src/procmime.c
14423         * src/procmime.h
14424         * src/recv.c
14425         * src/recv.h
14426         * src/sourcewindow.c
14427         * src/sourcewindow.h
14428         * src/summaryview.c
14429         * src/summaryview.h
14430         * src/textview.c
14431         * src/textview.h
14432         * src/toolbar.c
14433         * src/toolbar.h
14434         * src/common/mgutils.c
14435         * src/common/mgutils.h
14436         * src/common/nntp.c
14437         * src/common/nntp.h
14438         * src/common/prefs.c
14439         * src/common/prefs.h
14440         * src/common/socket.c
14441         * src/common/socket.h
14442         * src/common/stringtable.c
14443         * src/common/stringtable.h
14444         * src/common/template.c
14445         * src/common/template.h
14446         * src/common/uuencode.c
14447         * src/common/uuencode.h
14448         * src/gtk/gtkshruler.c
14449         * src/gtk/gtkshruler.h
14450         * src/gtk/menu.c
14451         * src/gtk/menu.h
14452         * src/gtk/progressdialog.c
14453         * src/gtk/progressdialog.h
14454                 Remove/staticalize, the return of the revenge
14455
14456 2007-10-15 [colin]      3.0.2cvs75
14457
14458         * src/matcher.c
14459                 Fix redirections in filtering's tests
14460
14461 2007-10-15 [colin]      3.0.2cvs74
14462
14463         * src/imap.c
14464                 Don't build imap_synchronise at all when 
14465                 building without libetpan
14466
14467 2007-10-14 [colin]      3.0.2cvs73
14468
14469         * src/imap.c
14470         * src/common/md5.c
14471         * src/common/md5.h
14472         * src/gtk/manage_window.c
14473         * src/gtk/manage_window.h
14474                 Remove more unused code
14475
14476 2007-10-14 [colin]      3.0.2cvs72
14477
14478         * src/addrquery.c
14479         * src/addrquery.h
14480         * src/recv.c
14481         * src/recv.h
14482         * src/vcard.c
14483         * src/vcard.h
14484         * src/common/xml.c
14485         * src/common/xml.h
14486         * src/common/xmlprops.c
14487         * src/common/xmlprops.h
14488                 Remove more unused code
14489
14490 2007-10-14 [colin]      3.0.2cvs71
14491
14492         * src/common/utils.c
14493                 Remove unused function
14494
14495 2007-10-13 [colin]      3.0.2cvs70
14496
14497         * src/imap.c
14498         * src/imap.h
14499         * src/mainwindow.c
14500         * src/mainwindow.h
14501         * src/gtk/gtkutils.c
14502         * src/gtk/gtkutils.h
14503                 Staticalise/Remove more code
14504
14505 2007-10-13 [colin]      3.0.2cvs69
14506
14507         * src/common/utils.c
14508         * src/common/utils.h
14509                 Remove dead code, unused for ages
14510
14511 2007-10-13 [colin]      3.0.2cvs68
14512
14513         * src/main.c
14514         * src/main.h
14515                 Maemo: define hildon_program in main.c,
14516                 make it accessible in the .h with extern
14517
14518 2007-10-13 [paul]       3.0.2cvs67
14519
14520         * src/gtk/menu.c
14521                 fix a bunch of runtime warnings on maemo
14522
14523 2007-10-13 [paul]       3.0.2cvs66
14524
14525         * src/main.c
14526         * src/main.h
14527         * src/gtk/gtkutils.c
14528         * src/gtk/gtkutils.h
14529                 fix a bunch of compiler warnings on maemo
14530
14531 2007-10-12 [colin]      3.0.2cvs65
14532
14533         * src/account.c
14534         * src/addritem.c
14535         * src/addritem.h
14536         * src/filtering.c
14537         * src/filtering.h
14538         * src/folder.c
14539         * src/folder.h
14540         * src/common/utils.c
14541         * src/common/utils.h
14542                 Remove unused code, staticalise some functions
14543
14544 2007-10-12 [paul]       3.0.2cvs64
14545
14546         * src/account.c
14547         * src/folderview.c
14548         * src/main.c
14549         * src/mainwindow.c
14550         * src/messageview.c
14551         * src/summary_search.c
14552         * src/summaryview.c
14553         * src/toolbar.c
14554         * src/wizard.c
14555         * src/common/utils.c
14556         * src/gtk/prefswindow.c
14557                 fix a bunch of compiler warnings on maemo
14558
14559 2007-10-11 [colin]      3.0.2cvs63
14560
14561         * src/editaddress.c
14562                 Make static function static
14563
14564 2007-10-11 [mones]      3.0.2cvs62
14565
14566         * src/addrduplicates.c
14567         * src/addressbook.c
14568         * src/compose.c
14569         * src/expldifdlg.c
14570         * src/mainwindow.c
14571         * src/messageview.c
14572         * src/pop.c
14573         * src/prefs_customheader.c
14574         * src/prefs_send.c
14575         * src/prefs_themes.c
14576         * src/common/plugin.c
14577         * src/gtk/pluginwindow.c
14578         * src/gtk/quicksearch.c
14579                 Fix several typos and capitalisation issues
14580
14581 2007-10-11 [wwp]        3.0.2cvs61
14582
14583         * src/editaddress.c
14584                 Fix a warning about possible use of uninitialized
14585                 filename var.
14586
14587 2007-10-11 [wwp]        3.0.2cvs60
14588
14589         * src/editaddress.c
14590                 Disable "Unset picture" menu item when there's
14591                 no picture to clear. Fix an extraneous g_unref_object,
14592                 add missing initializers.
14593
14594 2007-10-11 [wwp]        3.0.2cvs59
14595
14596         * src/pixmaps/anonymous.xpm
14597         * src/editaddress.c
14598         * src/Makefile.am
14599         * src/stock_pixmap.c
14600         * src/stock_pixmap.h
14601                 Fix a leak, gettext-ize the photo label.
14602                 Don't clear the existing picture if loading
14603                 a new one fails. Use a default 'anonymous'
14604                 picture (this new xpm has been added to the
14605                 internal stock_pixmap API). Add a
14606                 "Set picture" context menu entry.
14607
14608 2007-10-11 [colin]      3.0.2cvs58
14609
14610         * src/messageview.c
14611                 Make shift-shortcuts work
14612         * src/prefs_actions.c
14613                 Don't ask if we really want to close when
14614                 choosing OK and only the list is changed
14615         * src/prefs_template.c
14616                 Don't ask if we really want to close when
14617                 choosing OK and only the list is changed
14618         * src/common/plugin.c
14619                 Fix writing of second [Plugins_*] block
14620         * src/common/template.c
14621                 Remove unused files (fixes deletion)
14622
14623 2007-10-10 [paul]       3.0.2cvs57
14624
14625         * src/prefs_template.c
14626                 put the whole thing in a scrolled window
14627                 so that half the page is no longer inaccessible
14628                 on maemo
14629                 make the gtk_text_view smaller on maemo
14630
14631 2007-10-10 [colin]      3.0.2cvs56
14632
14633         * src/compose.c
14634                 Fix updating of Attachments number in some
14635                 cases (reedit, attach from command-line, ...)
14636
14637 2007-10-10 [colin]      3.0.2cvs55
14638
14639         * src/editaddress.c
14640                 Initialise error correctly
14641
14642 2007-10-10 [paul]       3.0.2cvs54
14643
14644         * src/prefs_filtering_action.c
14645         * src/gtk/description_window.c
14646         * src/gtk/foldersort.c
14647         * src/gtk/quicksearch.c
14648                 get rid of some pointless new lines and
14649                 make the descripton labels wrap better
14650
14651 2007-10-10 [colin]      3.0.2cvs53
14652
14653         * src/addressadd.c
14654         * src/editaddress.c
14655         * src/headerview.c
14656         * src/textview.c
14657                 More error handling on saving pictures
14658
14659 2007-10-10 [colin]      3.0.2cvs52
14660
14661         * src/printing.c
14662         * src/printing.h
14663                 Generalize a bit printing, so we can factorize
14664                 most of the code. 
14665
14666 2007-10-10 [paul]       3.0.2cvs51
14667
14668         * src/addrduplicates.c
14669                 fix engrish
14670                 use GTK_STOCK... buttons
14671
14672 2007-10-10 [paul]       3.0.2cvs50
14673
14674         * src/addressadd.c
14675         * src/addrindex.c
14676         * src/editaddress.c
14677                 Fix previous patch
14678                 Thanks to Colin
14679
14680 2007-10-10 [paul]       3.0.2cvs49
14681
14682         * src/summaryview.c
14683         * src/messageview.c
14684                 Fix crash on Add sender to addressbook when
14685                 From is null
14686         * src/addressadd.c
14687         * src/addrindex.c
14688         * src/editaddress.c
14689         * src/editaddress_other_attributes_ldap.h
14690                 Fix leaks 
14691                 Rename images to .png in addrbook/
14692         * src/headerview.c
14693         * src/textview.c
14694                 Fix Face/X-Face being used if adding another
14695                 address than sender to addressbook
14696                 Thanks to Colin
14697
14698 2007-10-10 [holger]     3.0.2cvs48
14699
14700         * src/addrduplicates.c
14701         * src/editaddress.c
14702                 Improvements to the addressbook duplicate finder
14703                 feature:
14704                  - add an edit button to the button bar
14705                  - display the whole bookname (with iface) and
14706                    use this for same-book checking
14707                  - after editing, try to keep selections if the
14708                    entries are still present
14709                  - sort the email column alphabetically
14710                  - put results in a scrolled window
14711                  - support embedded editing
14712                  - make columns in detail view resizable
14713                  - add keyboard shortcuts
14714
14715 2007-10-10 [wwp]        3.0.2cvs47
14716
14717         * src/addrindex.c
14718                 Fix a crash when there's no From: in email, thanks to Colin.
14719
14720 2007-10-09 [paul]       3.0.2cvs46
14721
14722         * src/messageview.c
14723         * src/summaryview.c
14724         * src/textview.c
14725                 fix building without compface support
14726
14727 2007-10-09 [colin]      3.0.2cvs45
14728
14729         * src/editaddress.c
14730         * src/headerview.c
14731         * src/textview.c
14732                 Add error handling
14733
14734 2007-10-09 [colin]      3.0.2cvs44
14735
14736         * src/addrduplicates.c
14737         * src/addressadd.c
14738         * src/addressadd.h
14739         * src/addressbook.c
14740         * src/addressbook.h
14741         * src/addrindex.c
14742         * src/addrindex.h
14743         * src/addritem.c
14744         * src/addritem.h
14745         * src/compose.c
14746         * src/editaddress.c
14747         * src/editaddress_other_attributes_ldap.h
14748         * src/headerview.c
14749         * src/messageview.c
14750         * src/mimeview.c
14751         * src/summaryview.c
14752         * src/textview.c
14753         * src/gtk/gtkutils.c
14754                 Automatically set contacts' pictures from Face 
14755                 or X-Face if they have no picture
14756                 Display the contact picture in textview or
14757                 headerview for mails sent by people in the 
14758                 addressbook, that have no Face or X-Face
14759                 Fix a few details in the Person edition dialog
14760                 (ability to unset picture)
14761                 Remove picture file when deleting contacts
14762
14763 2007-10-09 [iwkse]      3.0.2cvs43
14764
14765         * src/gtk/about.c
14766                 center the about window
14767
14768 2007-10-09 [paul]       3.0.2cvs42
14769
14770         * src/prefs_toolbar.c
14771                 fix icon selector window on maemo
14772
14773 2007-10-09 [paul]       3.0.2cvs41
14774
14775         * src/messageview.c
14776                 add 'go to' menu to separate msgview
14777
14778 2007-10-09 [colin]      3.0.2cvs40
14779
14780         * src/common/defs.h
14781                 Add forgotten file
14782
14783 2007-10-09 [iwkse]      3.0.2cvs39
14784
14785         * Makefile.am
14786         * src/addressbook.c
14787         * src/addritem.c
14788         * src/addritem.h
14789         * src/editaddress.c
14790         * src/editaddress_other_attributes_ldap.h
14791         * src/addrbook.c
14792         * src/Makefile.am
14793                 set a photo in the Addressbook
14794
14795 2007-10-08 [colin]      3.0.2cvs38
14796
14797         * src/prefs_toolbar.c
14798                 Make height 320 to remove the scrollbar 
14799                 (with current number of icons)
14800
14801 2007-10-08 [colin]      3.0.2cvs37
14802
14803         * src/prefs_toolbar.c
14804                 Transform the treeview to a GtkIconView.
14805                 Patch by Pawel
14806                 In addition, transform the window so that 
14807                 it looks like a popup menu. Patch by me
14808
14809 2007-10-08 [colin]      3.0.2cvs36
14810
14811         * src/compose.c
14812         * src/compose.h
14813                 Beautify the GUI a bit; in particular, show the
14814                 number of attachments in the tab's title.
14815                 Patch by Pawel
14816
14817 2007-10-08 [paul]       3.0.2cvs35
14818
14819         * src/mimeview.c
14820                 Save users from themselves: save temporary
14821                 files used for Open/Open with as read-only.
14822                 Thanks to Colin
14823
14824 2007-10-08 [paul]       3.0.2cvs34
14825
14826         * tools/Makefile.am
14827                 forgot this in cvs33
14828
14829 2007-10-08 [paul]       3.0.2cvs33
14830
14831         * tools/kdeservicemenu/README
14832         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14833         * tools/kdeservicemenu/install.sh
14834         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14835                 renamed template* to *template so as not to confuse
14836                 lintian
14837
14838 2007-10-08 [paul]       3.0.2cvs32
14839
14840         * src/prefs_themes.c
14841         * src/stock_pixmap.c
14842                 replace 2 direct uses of RC_DIR
14843
14844 2007-10-07 [colin]      3.0.2cvs31
14845
14846         * src/addrduplicates.c
14847         * src/addrduplicates.h
14848         * src/addressbook.c
14849         * src/addressbook.h
14850         * src/addrindex.c
14851         * src/addrindex.h
14852                 Implement deletion in duplicate finder. 
14853                 Patch by Holger 
14854
14855 2007-10-07 [colin]      3.0.2cvs30
14856
14857         * src/exporthtml.c
14858         * src/mbox.c
14859         * src/common/utils.c
14860                 Better fix for Solaris, thanks to Nicolas Doualot
14861
14862 2007-10-07 [colin]      3.0.2cvs29
14863
14864         * AUTHORS
14865         * src/gtk/authors.h
14866                 Add Frank Dietrich
14867
14868 2007-10-07 [colin]      3.0.2cvs28
14869
14870         * src/exporthtml.c
14871                 Fix HTML export to make it more compliant
14872                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14873
14874 2007-10-07 [colin]      3.0.2cvs27
14875
14876         * src/prefs_toolbar.c
14877                 Only use icons that wouldn't look stupid in the toolbar
14878                 Patch by Pawel
14879
14880 2007-10-07 [colin]      3.0.2cvs26
14881
14882         * src/prefs_toolbar.c
14883                 Fix old icon being used when none is selected
14884
14885 2007-10-07 [colin]      3.0.2cvs25
14886
14887         * src/toolbar.c
14888                 Fix copy/paste error
14889
14890 2007-10-07 [colin]      3.0.2cvs24
14891
14892         * src/prefs_toolbar.c
14893         * src/toolbar.c
14894         * src/toolbar.h
14895                 Update icon to default one when changing event
14896                 Make the icon chooser nicer (handle Esc, Enter,
14897                 double-click)
14898
14899 2007-10-06 [colin]      3.0.2cvs23
14900
14901         * src/prefs_toolbar.c
14902                 Fix text reset; patch by Pawel
14903
14904 2007-10-06 [colin]      3.0.2cvs22
14905
14906         * src/toolbar.h
14907                 Complete previous commit
14908
14909 2007-10-06 [colin]      3.0.2cvs21
14910
14911         * src/prefs_toolbar.c
14912         * src/toolbar.c
14913                 Set toolbar text automatically to the default
14914                 when changing Event executed on click
14915
14916 2007-10-06 [colin]      3.0.2cvs20
14917
14918         * src/prefs_toolbar.c
14919                 Invert Text and Event fields
14920
14921 2007-10-06 [colin]      3.0.2cvs19
14922
14923         * src/prefs_toolbar.c
14924         * src/toolbar.c
14925                 Make toolbar prefs look much better
14926                 Patch by Pawel Pekala
14927
14928 2007-10-06 [paul]       3.0.2cvs18
14929
14930         * src/account.c
14931         * src/prefs_filtering.c
14932                 fix checkbuttons in gtktreeview on maemo by
14933                 setting maemo's "allow-checkbox-mode" to FALSE
14934
14935 2007-10-06 [colin]      3.0.2cvs17
14936
14937         * configure.ac
14938                 Export -DSOLARIS in CFLAGS for all
14939                 Solaris (not just 2.8) and OpenSolaris
14940
14941 2007-10-06 [paul]       3.0.2cvs16
14942
14943         * AUTHORS
14944         * src/exporthtml.c
14945         * src/mbox.c
14946         * src/gtk/authors.h
14947                 fix build on solaris where ctime_r takes
14948                 3 arguments rather than 2.
14949                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14950
14951 2007-10-05 [colin]      3.0.2cvs15
14952
14953         * src/etpan/imap-thread.c
14954                 Fix wrong error codepath
14955
14956 2007-10-05 [wwp]        3.0.2cvs14
14957
14958         * src/filtering.c
14959                 Fix unexpected logging of quicksearches:
14960                 debug_filtering_session flag was never reset to FALSE, causing
14961                 matcher functions to log when called from a quicksearch
14962                 (if a filtering session happened before).
14963
14964 2007-10-05 [paul]       3.0.2cvs13
14965
14966         * src/prefs_actions.c
14967         * src/prefs_filtering.c
14968         * src/prefs_template.c
14969                 fix bug 1343, 'Filtering..'s close button
14970                 silently discards new filter'
14971                 Thanks to Colin
14972
14973 2007-10-05 [paul]       3.0.2cvs12
14974
14975         * configure.ac
14976         * src/Makefile.am
14977                 fix bug 1347, '-Wno-unused-function, optional'
14978
14979 2007-10-05 [colin]      3.0.2cvs11
14980
14981         * src/procmime.c
14982         * src/common/mgutils.c
14983                 Fix warnings
14984
14985 2007-10-05 [mones]      3.0.2cvs10
14986
14987         * manual/advanced.xml
14988                 Use full menu name
14989         * manual/es/advanced.xml
14990                 Synchronise translation
14991
14992 2007-10-04 [colin]      3.0.2cvs9
14993
14994         * src/action.c
14995         * src/addrbook.c
14996         * src/addrindex.c
14997         * src/compose.c
14998         * src/exporthtml.c
14999         * src/exportldif.c
15000         * src/folder.c
15001         * src/main.c
15002         * src/matcher.c
15003         * src/mbox.c
15004         * src/messageview.c
15005         * src/mh.c
15006         * src/news.c
15007         * src/partial_download.c
15008         * src/pop.c
15009         * src/procmime.c
15010         * src/procmsg.c
15011         * src/toolbar.c
15012         * src/common/log.c
15013         * src/common/mgutils.c
15014         * src/common/plugin.c
15015         * src/common/utils.c
15016         * src/common/xml.c
15017         * src/common/xml.h
15018         * src/common/xmlprops.c
15019         * src/common/xmlprops.h
15020         * src/plugins/bogofilter/bogofilter.c
15021         * src/plugins/clamav/clamav_plugin.c
15022         * src/plugins/dillo_viewer/dillo_prefs.c
15023         * src/plugins/pgpcore/prefs_gpg.c
15024         * src/plugins/pgpinline/pgpinline.c
15025         * src/plugins/pgpmime/pgpmime.c
15026         * src/plugins/spamassassin/spamassassin.c
15027         * src/plugins/trayicon/trayicon_prefs.c
15028                 Verify success on writes. Will fix possible strange
15029                 failure on disk full.
15030
15031 2007-10-04 [paul]       3.0.2cvs8
15032
15033         * manual/advanced.xml
15034                 add further info about Actions
15035                 Patch by Emmanuel Briot <briot@adacore.com>
15036
15037 2007-10-04 [paul]       3.0.2cvs7
15038
15039         * src/account.c
15040                 remove the D column, instead indicate the
15041                 default account by use of bold text
15042
15043 2007-10-03 [colin]      3.0.2cvs6
15044
15045         * src/common/template.c
15046                 Fix templates writing (was prone to disk full problems)
15047
15048 2007-10-03 [colin]      3.0.2cvs5
15049
15050         * src/Makefile.am
15051         * src/addrduplicates.c
15052         * src/addrduplicates.h
15053         * src/addressbook.c
15054                 Add duplicate deletion. Patch by Holger
15055
15056 2007-10-03 [colin]      3.0.2cvs4
15057
15058         * src/matcher.c
15059         * src/gtk/quicksearch.c
15060                 Fix bug 1340, 'Case insensitive searches with 
15061                 non-ascii alphabets fail'.
15062
15063 2007-10-03 [colin]      3.0.2cvs3
15064
15065         * src/main.c
15066         * src/common/utils.c
15067         * src/common/utils.h
15068                 Implement run-time alternative config directories
15069
15070 2007-10-03 [colin]      3.0.2cvs2
15071
15072         * src/folderview.c
15073                 Prevent opening folder item while folder
15074                 is scanned in a better way
15075
15076 2007-10-02 [paul]       3.0.2cvs1
15077
15078         * NEWS
15079         * README
15080         * RELEASE_NOTES
15081         * configure.ac
15082                 bump up version number following stable release
15083
15084 2007-09-30 [colin]      3.0.1cvs49
15085
15086         * src/imap.c
15087                 Refresh session if needed
15088
15089 2007-09-30 [colin]      3.0.1cvs48
15090
15091         * src/imap.c
15092                 Reset folder's session to NULL
15093                 before destroying it
15094
15095 2007-09-30 [mones]      3.0.1cvs47
15096
15097         * manual/handling.xml
15098                 Use markup quotes instead hardcoded quotes
15099         * manual/es/handling.xml
15100                 Added new synced section (IMAP subscriptions)
15101
15102 2007-09-29 [colin]      3.0.1cvs46
15103
15104         * src/imap.c
15105                 Notice disconnections faster
15106
15107 2007-09-28 [colin]      3.0.1cvs45
15108
15109         * src/addressbook.c
15110         * src/addrindex.c
15111                 Fix warnings
15112
15113 2007-09-28 [paul]       3.0.1cvs44
15114
15115         * src/mimeview.c
15116                 fix maemo build
15117
15118 2007-09-28 [paul]       3.0.1cvs43
15119
15120         * src/account.c
15121                 use gtk_widget_set_size_request() on the label
15122                 so that wrapping works better. get rid of the
15123                 (partially deprecated) hbutton_box.
15124                 these changes should prevent buttons overlapping
15125                 on maemo
15126
15127 2007-09-28 [colin]      3.0.1cvs42
15128
15129         * src/pop.c
15130                 Fix typo :)
15131
15132 2007-09-28 [colin]      3.0.1cvs41
15133
15134         * src/compose.c
15135         * src/msgcache.c
15136         * src/pop.c
15137         * src/procmime.c
15138         * src/etpan/imap-thread.c
15139                 64bits-related warning fixes
15140
15141 2007-09-28 [colin]      3.0.1cvs40
15142
15143         * src/folder_item_prefs.c
15144         * src/ldaputil.c
15145         * src/mainwindow.c
15146         * src/mimeview.c
15147         * src/common/tags.c
15148                 Fix warnings
15149
15150 2007-09-28 [colin]      3.0.1cvs39
15151
15152         * src/plugins/spamassassin/spamassassin.c
15153         * src/plugins/spamassassin/spamassassin.h
15154         * src/plugins/spamassassin/spamassassin_gtk.c
15155                 Add addressbook-based whitelisting
15156
15157 2007-09-28 [colin]      3.0.1cvs38
15158
15159         * src/folder.c
15160                 Fix bug 1337, 'crash on pressing Send button'
15161
15162 2007-09-28 [paul]       3.0.1cvs37
15163
15164         * src/prefs_folder_item.c
15165                 give the orphans a parent. makes all prefs
15166                 pages visible on maemo
15167
15168 2007-09-28 [colin]      3.0.1cvs36
15169
15170         * src/prefs_folder_column.c
15171         * src/prefs_summary_column.c
15172                 Fix two leaks
15173
15174 2007-09-27 [colin]      3.0.1cvs35
15175
15176         * src/gtk/quicksearch.c
15177                 Fix bug 1336, 'Segfault if empty space before search-string'
15178
15179 2007-09-26 [mones]      3.0.1cvs34
15180
15181         * manual/account.xml
15182         * manual/plugins.xml
15183                 Fixed irc channel name, added some docbook markup.
15184                 Changed text markup to docbook markup. 
15185                 Added spamcop as supported in SpamReport description.
15186         * manual/fr/plugins.xml
15187                 Fixed irc channel name.
15188         * manual/es/account.xml
15189         * manual/es/advanced.xml
15190         * manual/es/claws-mail-manual.xml
15191         * manual/es/glossary.xml
15192         * manual/es/gpl.xml
15193         * manual/es/keyboard.xml
15194         * manual/es/plugins.xml
15195                 Synced with English version, fixed a couple of typos.
15196
15197 2007-09-26 [colin]      3.0.1cvs33
15198
15199         * configure.ac
15200                 Explain why "Libgnomeprint: no" on GTK+ 2.10
15201
15202 2007-09-26 [colin]      3.0.1cvs32
15203
15204         * src/messageview.c
15205         * src/procmsg.c
15206         * src/procmsg.h
15207                 Optimisation: avoid fetching mail 3 times locally
15208                 for displaying
15209
15210 2007-09-26 [colin]      3.0.1cvs31
15211
15212         * src/mh.c
15213                 Fix missing static
15214
15215 2007-09-26 [colin]      3.0.1cvs30
15216
15217         * src/folder.c
15218         * src/folder.h
15219         * src/mh.c
15220         * src/mh.h
15221                 Fix MH mtime hack - make it a folder class function
15222
15223 2007-09-26 [colin]      3.0.1cvs29
15224
15225         * src/inc.c
15226                 Fix bug 1334, 'user defined mail incorporation 
15227                 script not run'
15228
15229 2007-09-25 [colin]      3.0.1cvs28
15230
15231         * src/codeconv.c
15232                 Optimisation: shortcut conv_codeset_strdup
15233                 when src_code and dest_code are the same
15234         * src/common/xml.c
15235         * src/common/xml.h
15236                 Optimisation: shortcut code conversions when
15237                 files are in UTF-8; faster list walking by
15238                 using prepend/reverse.
15239
15240 2007-09-25 [holger]     3.0.1cvs27
15241
15242         * src/printing.c
15243                 Replace button bar of the preview window
15244                 with a real toolbar (patch by Colin)
15245                 Add zooming to the preview window
15246
15247 2007-09-24 [paul]       3.0.1cvs26
15248
15249         * src/compose.c
15250                 compact the character set menu, adding some
15251                 missing encodings. Patch by Pawel Pekala
15252
15253 2007-09-23 [paul]       3.0.1cvs25
15254
15255         * src/prefs_account.c
15256         * src/prefs_folder_item.c
15257         * src/prefs_quote.c
15258         * src/quote_fmt.c
15259         * src/quote_fmt.h
15260                 remove unnecessary frame from Templates options
15261                 and improve the English of the check button label
15262
15263 2007-09-22 [colin]      3.0.1cvs24
15264
15265         * src/gtk/quicksearch.c
15266                 Fix bug 1329, 'error in quicksearch.c'
15267                 Fix return with value in function returning void
15268
15269 2007-09-22 [colin]      3.0.1cvs23
15270
15271         * src/imap.c
15272         * src/procmsg.h
15273         * src/common/utils.c
15274         * src/common/utils.h
15275         * src/etpan/imap-thread.c
15276                 Optimise fetching IMAP cached emails *a lot*
15277                 (remember whether mail is fully cached and \r's
15278                  are already stripped)
15279
15280 2007-09-22 [colin]      3.0.1cvs22
15281
15282         * src/folder.c
15283         * src/folder.h
15284         * src/prefs_folder_item.c
15285                 Add a button to allow users to drop local caches.
15286
15287 2007-09-21 [colin]      3.0.1cvs21
15288
15289         * src/summaryview.c
15290                 Remove unnecessary error when cancelling export to mbox.
15291                 Patch by Pawel
15292
15293 2007-09-21 [paul]       3.0.1cvs20
15294
15295         * src/gtk/prefswindow.c
15296                 remove unnecessary frames from the prefs
15297                 pages. Patch by Pawel Pekala
15298
15299 2007-09-21 [paul]       3.0.1cvs19
15300
15301         * src/prefs_account.c
15302         * src/prefs_folder_item.c
15303         * src/prefs_quote.c
15304         * src/quote_fmt.c
15305                 put the Templates options into a tabbed
15306                 layout. Patch by Pawel Pekala
15307
15308 2007-09-21 [paul]       3.0.1cvs18
15309
15310         * src/mainwindow.c
15311                 group together the character set menu items
15312                 move the /View/Show or hide/Message view below
15313                 .../Toolbar menu item
15314                 Patch by Pawel Pekala
15315
15316 2007-09-21 [mones]      3.0.1cvs17
15317
15318         * src/compose.c
15319                 Fix for bug 1327, 'segfault when replying to a non-existent
15320                 news message', thanks to Colin.
15321
15322 2007-09-21 [colin]      3.0.1cvs16
15323
15324         * src/folderview.c
15325                 Complete 3.0.1cvs15
15326
15327 2007-09-20 [colin]      3.0.1cvs15
15328
15329         * src/folderview.c
15330         * src/folderview.h
15331                 Maybe fix bug 1324, 'Corrupted IMAP cache'
15332
15333 2007-09-20 [colin]      3.0.1cvs14
15334
15335         * src/printing.c
15336                 Fix a little leak
15337
15338 2007-09-20 [holger]     3.0.1cvs13
15339
15340         * src/printing.c
15341                 Add page layout to print preview.
15342                 Make the close-button in the toolbar
15343                 right-aligned.
15344
15345 2007-09-20 [paul]       3.0.1cvs12
15346
15347         * po/ru.po
15348                 updated by Pavlo Bohmat
15349
15350 2007-09-19 [colin]      3.0.1cvs11
15351
15352         * src/common/utils.c
15353                 Prevent unquoted mime boundaries, by always
15354                 using a /
15355
15356 2007-09-19 [colin]      3.0.1cvs10
15357
15358         * src/printing.c
15359                 Fix drawing area size, fix DPI change that
15360                 can cause total number of lines to decrease
15361
15362 2007-09-19 [colin]      3.0.1cvs9
15363
15364         * po/POTFILES.in
15365         * src/printing.c
15366                 Make print preview more efficient and nicer.
15367                 Patch mostly by Holger Berndt <hb@claws-mail.org>
15368
15369 2007-09-19 [colin]      3.0.1cvs8
15370
15371         * src/prefs_common.c
15372         * src/prefs_common.h
15373         * src/printing.c
15374                 Add scrolledwindow, default allocation and
15375                 size saving to the print preview window.
15376
15377 2007-09-18 [colin]      3.0.1cvs7
15378
15379         * src/prefs_common.c
15380         * src/prefs_common.h
15381         * src/prefs_image_viewer.c
15382         * src/printing.c
15383                 GtkPrintOperation:
15384                 - add image printing support
15385                 - add option to print images
15386                 - add preview widget
15387                 - add saving of a few Page Setup parameters
15388
15389 2007-09-18 [colin]      3.0.1cvs6
15390
15391         * AUTHORS
15392         * src/gtk/authors.h
15393                 Add Guillaume Chazarain
15394
15395 2007-09-18 [colin]      3.0.1cvs5
15396
15397         * src/common/utils.c
15398                 Fix bug 1321, 'access before allocation 
15399                 when scanning for uris'. Patch by 
15400                 Guillaume Chazarain <guichaz@yahoo.fr>
15401
15402 2007-09-18 [colin]      3.0.1cvs4
15403
15404         * src/toolbar.c
15405                 Fix bug 1320, 'Memory leak caused by 
15406                 gtk_container_get_children'. Patch by
15407                 Guillaume Chazarain <guichaz@yahoo.fr>
15408
15409 2007-09-18 [colin]      3.0.1cvs3
15410
15411         * src/printing.c
15412         * src/printing.h
15413                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15414
15415 2007-09-18 [colin]      3.0.1cvs2
15416
15417         * src/Makefile.am
15418         * src/mainwindow.c
15419         * src/messageview.c
15420         * src/messageview.h
15421         * src/prefs_ext_prog.c
15422         * src/prefs_fonts.c
15423         * src/printing.c
15424         * src/printing.h
15425         * src/summaryview.c
15426                 Use GtkPrintOperation by default on GTK+ >= 2.10
15427                 Patch by Holger Berndt <hb@claws-mail.org>
15428
15429 2007-09-18 [paul]       3.0.1cvs1
15430
15431         * NEWS
15432         * README
15433         * RELEASE_NOTES
15434         * configure.ac
15435                 bump up version number following stable release
15436
15437 2007-09-16 [colin]      3.0.0cvs18
15438
15439         * src/folder.c
15440                 Fix possible memleak
15441
15442 2007-09-16 [colin]      3.0.0cvs17
15443
15444         * src/folderview.c
15445                 Fix bug 1311, 'Wrong arrow position 
15446                 while moving message into folder when 
15447                 column headers hidden'
15448         * src/image_viewer.c
15449                 Show error in the GUI if image can't
15450                 be loaded
15451         * src/matcher.c
15452                 Fix spurious output
15453         * src/messageview.c
15454                 Allow setting domain in msgid
15455         * src/common/plugin.c
15456                 Add timing information
15457
15458 2007-09-16 [colin]      3.0.0cvs16
15459
15460         * src/account.c
15461         * src/compose.c
15462         * src/prefs_account.c
15463         * src/prefs_account.h
15464         * src/common/utils.c
15465                 Remove Generate Message-ID option. We need
15466                 this on some IMAP servers.
15467         * src/prefs_template.c
15468                 Fix double-free
15469
15470 2007-09-16 [colin]      3.0.0cvs15
15471
15472         * src/prefs_filtering.c
15473         * src/prefs_filtering.h
15474         * src/prefs_filtering_action.c
15475         * src/common/tags.c
15476                 Fix tags issues: tags with spaces, renaming
15477                 tags.
15478
15479 2007-09-16 [colin]      3.0.0cvs14
15480
15481         * src/folderview.c
15482         * src/main.c
15483         * src/mainwindow.c
15484                 Fix bug 1308, 'Claws deletes folderlist.xml after
15485                 fetching mail short after start-up'
15486
15487 2007-09-16 [colin]      3.0.0cvs13
15488
15489         * src/compose.c
15490                 Fix scrolling to cursor
15491
15492 2007-09-16 [paul]       3.0.0cvs12
15493
15494         * po/sr.po
15495                 updated by Aleksandar Urosevic
15496
15497 2007-09-16 [paul]       3.0.0cvs11
15498
15499         * src/folder.c
15500                 do not allow locked msgs to be deleted,
15501                 even by filtering/processing
15502
15503 2007-09-07 [paul]       3.0.0cvs10
15504
15505         * src/prefs_folder_column.c
15506         * src/prefs_summary_column.c
15507                 implement button sensitivity
15508                 patch by Pawel Pekala
15509
15510 2007-09-06 [wwp]        3.0.0cvs9
15511
15512         * src/prefs_gtk.c
15513                 Add a missing linefeed to a debug message.
15514
15515 2007-09-05 [colin]      3.0.0cvs8
15516
15517         * src/inc.c
15518                 Fix statusbar/window mismatch on Maemo
15519
15520 2007-09-05 [colin]      3.0.0cvs7
15521
15522         * src/ldaputil.c
15523                 Fix build without USE_LDAP_TLS
15524
15525 2007-09-05 [colin]      3.0.0cvs6
15526
15527         * src/folder.c
15528         * src/imap.c
15529         * src/inc.c
15530         * src/mbox.c
15531         * src/send_message.c
15532         * src/statusbar.c
15533         * src/statusbar.h
15534                 Maemo: distinguish various statusbar messages,
15535                 in order to display only the most important.
15536
15537 2007-09-04 [wwp]        3.0.0cvs5
15538
15539         * src/account.c
15540                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15541                 Show protocol "SMTP" and the appropriate server for send-only
15542                 accounts, show "-" instead of "" when no value is relevant.
15543
15544 2007-09-03 [ticho]      3.0.0cvs4
15545
15546         * src/summaryview.c
15547                 Handle plural form better in delete confirmation dialog.
15548
15549 2007-09-03 [wwp]        3.0.0cvs3
15550
15551         * src/compose.c
15552                 Warn differently when sending or sending later (queueing).
15553
15554 2007-09-03 [colin]      3.0.0cvs2
15555
15556         * src/procmime.c
15557         * src/procmime.h
15558         * src/common/plugin.c
15559         * src/common/plugin.h
15560                 Add a new plugin API, MimeParser. It allows
15561                 plugins to scan email MIME parts and optionally,
15562                 transform them.
15563
15564 2007-09-03 [mones]      3.0.0cvs1
15565
15566         * po/es.po
15567                 Updated translation
15568         * src/common/defs.h
15569                 While a better solution is made double history sizes
15570
15571 2007-09-03 [paul]       3.0.0
15572
15573         * NEWS
15574         * README
15575         * RELEASE_NOTES
15576                 3.0.0 released
15577
15578 [For previous entries, see ChangeLog.2.0.0-3.0.0]