2013-03-13 [colin] 3.9.0cvs120
[claws.git] / ChangeLog
1 2013-03-13 [colin]      3.9.0cvs120
2
3         * src/plugins/fancy/fancy_prefs.c
4         * src/plugins/fancy/fancy_prefs.h
5         * src/plugins/fancy/fancy_viewer.c
6         * src/plugins/fancy/fancy_viewer.h
7                 Fix whitespace and indentation
8
9 2013-03-13 [colin]      3.9.0cvs119
10
11         * src/plugins/fancy/fancy_prefs.c
12         * src/plugins/fancy/fancy_prefs.h
13         * src/plugins/fancy/fancy_viewer.c
14         * src/plugins/fancy/fancy_viewer.h
15                 More rework of the options to make things clear.
16                 Also, make Enable remote content actually do what
17                 it says.
18
19 2013-03-13 [colin]      3.9.0cvs118
20
21         * src/summaryview.c
22                 Fix w32 build where apparently 'small' is a reserved
23                 word
24         * src/plugins/perl/tools/Makefile.am
25                 Fix out-of-tree build
26
27 2013-03-13 [mones]      3.9.0cvs117
28
29         * INSTALL
30         * README
31                 Forgotten tool is not needed anymore, bye bye html2ps.
32
33 2013-03-13 [colin]      3.9.0cvs116
34
35         * src/plugins/fancy/Makefile.am
36         * src/plugins/fancy/fancy_viewer.c
37                 Fix bug #2980, "html2ps required...". Use standard GtkPrint
38
39 2013-03-13 [colin]      3.9.0cvs115
40
41         * src/plugins/fancy/fancy_prefs.c
42         * src/plugins/fancy/fancy_prefs.h
43         * src/plugins/fancy/fancy_viewer.c
44         * src/plugins/fancy/fancy_viewer.h
45                 Untangle prefs handling, untangle open in browser
46                 and move back to Enable remote content instead of
47                 Enable inner navigation.
48
49 2013-03-13 [mones]      3.9.0cvs114
50
51         * INSTALL
52         * README
53                 Some minor fix and an always forgotten support tool...
54                 Fortunately our users keep reminding us they really use
55                 all those features, thanks to all of them :-)
56
57 2013-03-12 [wwp]        3.9.0cvs113
58
59         * src/account.c
60         Remove stuff committed unexpectedly (you're now reading my words, you understand
61         what you read, you never found that I've committed stuff accidentally, never, and
62         now you can get back to normal activities, you will never remember this),
63         thanks Paul!
64
65 2013-03-12 [wwp]        3.9.0cvs112
66
67         * src/account.c
68         Fix 'edit accounts' windows going backward when leaving an
69         'account preferences' window, by focusing this window again.
70
71 2013-03-09 [mones]      3.9.0cvs111
72
73         * INSTALL
74                 Update required GTK+ version and configure plugin flags
75         * src/mainwindow.c
76         * src/summaryview.c
77                 Remove unnecessary checks, newer keysyms are already
78                 included by gtkutils.h if needed
79
80 2013-03-08 [paul]       3.9.0cvs110
81
82         * configure.ac
83                 fix outputting config dir value at end of configure
84
85 2013-03-07 [colin]      3.9.0cvs109
86
87         * src/plugins/fancy/fancy_prefs.c
88                 And make Open External default to true :)
89
90 2013-03-07 [paul]       3.9.0cvs108
91
92         * src/plugins/fancy/fancy_prefs.c
93                 make "enable_inner_navigation" default to FALSE
94
95 2013-03-06 [colin]      3.9.0cvs107
96
97         * src/plugins/fancy/fancy_prefs.c
98         * src/plugins/fancy/fancy_prefs.h
99         * src/plugins/fancy/fancy_viewer.c
100         * src/plugins/fancy/fancy_viewer.h
101                 Fix bug #2882, "Reverse preference for external content"
102                 "Block external content" was the only negative preference
103                 along the other "Enable ..." positive ones, but also had
104                 several shortcomings, in that it only blocked user-
105                 requested interactions, like
106                 - prevent clicking on links
107                 - prevent right-click/Download link
108                 - prevent right-click/Save image
109                 But NOT
110                 - prevent auto download of images (that's controlled by
111                   Auto-load images)
112                 - prevent auto download of javascript (that's controlled
113                   by Enable scripts)
114                 - prevent auto download of applets (that's controlled by
115                   Enable java)
116                 - prevent auto download of css (that can't be disabled)
117                 New preference to replace it is "Enable inner navigation"
118                 and allows to control whether one can click on links to
119                 navigate inside Fancy viewer. If disabled and "Open in
120                 external browser" is set, links will be opened in external
121                 browser; else nothing will happen. In any state of these
122                 preferences, right-clicking and choosing "Open in viewer"
123                 or "Open in browser" will do what asked.
124
125 2013-03-06 [colin]      3.9.0cvs106
126
127         * src/plugins/fancy/fancy_viewer.c
128                 Make options setting clearer
129
130 2013-02-28 [mones]      3.9.0cvs105
131
132         * configure.ac
133         * src/plugins/perl/Makefile.am
134         * src/plugins/perl/cm_perl.pod
135         * src/plugins/perl/tools/.cvsignore
136         * src/plugins/perl/tools/Makefile.am
137         * src/plugins/perl/tools/insert_perl.pl
138         * src/plugins/perl/tools/matcherrc2perlfilter.pl
139                 Make perl plugin tools and manpage available into 
140                 distribution tarball.
141
142 2013-02-27 [mones]      3.9.0cvs104
143
144         * README
145                 Updated plugin list, now they are integrated.
146                 Added missing items to hidden properties list.
147
148 2013-02-26 [wwp]        3.9.0cvs103
149
150         * src/messageview.c
151         Fix wrong message, as message could have been moved to another folder
152         and not trashed (it could have also be deleted without staying in trash,
153         but that's a piece of detail, and while we're at it, the message could also
154         have vanished into another dimension or be now part of the twilight zone
155         but we should not always tell the truth to users. At last, and to be
156         exhaustive, the message could have disappeared because of a technical
157         issue which doesn't imply user action and none of the above mentions. One
158         would say that the message could also have never existed, but it's another
159         story).
160
161 2013-02-24 [colin]      3.9.0cvs102
162
163         * src/plugins/vcalendar/libical/libical/Makefile.am
164                 Fix build without vcalendar
165
166 2013-02-23 [paul]       3.9.0cvs101
167
168         * src/mimeview.c
169                 escape filename/description text, prevents error if, e.g., the
170                 filename contains an ampersand
171
172 2013-02-22 [colin]      3.9.0cvs100
173
174         * AUTHORS
175         * src/gtk/authors.h
176         * src/summaryview.c
177                 Fix bug #2702, "Support splitting subject line for small screen
178                 layout". Patch by Ben Deering.
179
180 2013-02-21 [paul]       3.9.0cvs99
181
182         * configure.ac
183                 add he to ALL_LINGUAS
184
185 2013-02-20 [colin]      3.9.0cvs98
186
187         * src/main.c
188                 Fix seg on w32
189
190 2013-02-20 [colin]      3.9.0cvs97
191
192         * src/plugins/att_remover/claws.def
193         * src/plugins/fetchinfo/claws.def
194         * src/plugins/spam_report/claws.def
195                 Add more needed symbols
196
197 2013-02-20 [colin]      3.9.0cvs96
198
199         * src/plugins/att_remover/Makefile.am
200         * src/plugins/fetchinfo/Makefile.am
201         * src/plugins/spam_report/Makefile.am
202                 Fix missed parts for w32
203
204 2013-02-20 [colin]      3.9.0cvs95
205
206         * src/prefs_common.h
207         * src/plugins/address_keeper/claws.def
208         * src/plugins/att_remover/Makefile.am
209         * src/plugins/att_remover/claws.def
210         * src/plugins/att_remover/plugin.def
211         * src/plugins/att_remover/version.rc
212         * src/plugins/clamd/libclamd/Makefile.am
213         * src/plugins/fetchinfo/Makefile.am
214         * src/plugins/fetchinfo/claws.def
215         * src/plugins/fetchinfo/plugin.def
216         * src/plugins/fetchinfo/version.rc
217         * src/plugins/mailmbox/Makefile.am
218         * src/plugins/mailmbox/claws.def
219         * src/plugins/mailmbox/plugin.def
220         * src/plugins/mailmbox/version.rc
221         * src/plugins/notification/gtkhotkey/Makefile.am
222         * src/plugins/spam_report/Makefile.am
223         * src/plugins/spam_report/claws.def
224         * src/plugins/spam_report/plugin.def
225         * src/plugins/spam_report/spam_report.c
226         * src/plugins/spam_report/version.rc
227                 Win32 build fixes (and add of address_keeper, att_remover,
228                 fetchinfo and spam_report)
229
230 2013-02-20 [paul]       3.9.0cvs94
231
232         * configure.ac
233                 a little more report layout tweaking
234
235 2013-02-20 [colin]      3.9.0cvs93
236
237         * src/common/plugin.c
238                 Auto fix plugin names ending in "_plugin"
239
240 2013-02-20 [colin]      3.9.0cvs92
241
242         * src/plugins/gdata/Makefile.am
243                 Change plugin name
244
245 2013-02-20 [colin]      3.9.0cvs91
246
247         * src/plugins/fetchinfo/Makefile.am
248         * src/plugins/notification/Makefile.am
249         * src/plugins/perl/Makefile.am
250         * src/plugins/python/Makefile.am
251                 Drop _plugin from the plugin's filename
252
253 2013-02-20 [colin]      3.9.0cvs90
254
255         * configure.ac
256                 Group core's --{en,dis}able switches
257
258 2013-02-20 [colin]      3.9.0cvs89
259
260         * configure.ac
261                 typos
262
263 2013-02-20 [colin]      3.9.0cvs88
264
265         * configure.ac
266         * Makefile.am
267                 Don't check for GNOME2 when we want to check for
268                 gtk-update-icon-cache; Typo fix
269
270 2013-02-20 [colin]      3.9.0cvs87
271
272         * src/plugins/Makefile.am
273         * src/plugins/acpi_notifier/Makefile.am
274         * src/plugins/address_keeper/Makefile.am
275         * src/plugins/archive/Makefile.am
276         * src/plugins/att_remover/Makefile.am
277         * src/plugins/attachwarner/Makefile.am
278         * src/plugins/bogofilter/Makefile.am
279         * src/plugins/bsfilter/Makefile.am
280         * src/plugins/clamd/Makefile.am
281         * src/plugins/demo/Makefile.am
282         * src/plugins/fancy/Makefile.am
283         * src/plugins/fetchinfo/Makefile.am
284         * src/plugins/gdata/Makefile.am
285         * src/plugins/mailmbox/Makefile.am
286         * src/plugins/newmail/Makefile.am
287         * src/plugins/notification/Makefile.am
288         * src/plugins/pdf_viewer/Makefile.am
289         * src/plugins/perl/Makefile.am
290         * src/plugins/pgpcore/Makefile.am
291         * src/plugins/pgpinline/Makefile.am
292         * src/plugins/pgpmime/Makefile.am
293         * src/plugins/python/Makefile.am
294         * src/plugins/rssyl/Makefile.am
295         * src/plugins/smime/Makefile.am
296         * src/plugins/spam_report/Makefile.am
297         * src/plugins/spamassassin/Makefile.am
298         * src/plugins/tnef_parse/Makefile.am
299         * src/plugins/vcalendar/Makefile.am
300                 Change automake conditionals so that all plugins subdirectories
301                 are included, but nothing built in disabled plugins. Fixes make
302                 dist with some plugins --disabled.
303
304 2013-02-20 [colin]      3.9.0cvs86
305
306         * configure.ac
307         * src/plugins/fancy/fancy_viewer.h
308                 Fix build for Fancy and vCalendar
309
310 2013-02-20 [colin]      3.9.0cvs85
311
312         * configure.ac
313                 Rework plugin enabling logic. More clean!
314         * src/plugins/fancy/fancy_viewer.c
315         * src/plugins/fancy/fancy_viewer.h
316         * src/plugins/spam_report/spam_report.c
317                 Make curl dependancy mandatory
318         * src/plugins/notification/notification_plugin.c
319                 Fix build with every possible thing disabled
320         * src/plugins/notification/Makefile.am
321         * src/plugins/notification/gtkhotkey/.cvsignore
322         * src/plugins/notification/gtkhotkey/Makefile.am
323         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.c
324         * src/plugins/notification/gtkhotkey/gtk-hotkey-error.h
325         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.c
326         * src/plugins/notification/gtkhotkey/gtk-hotkey-info.h
327         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.c
328         * src/plugins/notification/gtkhotkey/gtk-hotkey-key-file-registry.h
329         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.c
330         * src/plugins/notification/gtkhotkey/gtk-hotkey-listener.h
331         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
332         * src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
333         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.c
334         * src/plugins/notification/gtkhotkey/gtk-hotkey-registry.h
335         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.c
336         * src/plugins/notification/gtkhotkey/gtk-hotkey-utils.h
337         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.c
338         * src/plugins/notification/gtkhotkey/gtk-hotkey-x11-listener.h
339         * src/plugins/notification/gtkhotkey/gtkhotkey.h
340         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.c
341         * src/plugins/notification/gtkhotkey/x11/eggaccelerators.h
342         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.c
343         * src/plugins/notification/gtkhotkey/x11/tomboykeybinder.h
344                 Re-add hotkey support
345         * src/plugins/spam_report/Makefile.am
346         * src/plugins/tnef_parse/Makefile.am
347                 Remove gettext.h
348
349 2013-02-20 [colin]      3.9.0cvs84
350
351         * configure.ac
352         * po/POTFILES.in
353         * src/plugins/Makefile.am
354         * src/plugins/dillo_viewer/.cvsignore
355         * src/plugins/dillo_viewer/Makefile.am
356         * src/plugins/dillo_viewer/README
357         * src/plugins/dillo_viewer/dillo_prefs.c
358         * src/plugins/dillo_viewer/dillo_prefs.h
359         * src/plugins/dillo_viewer/dillo_viewer.c
360         * src/plugins/trayicon/.cvsignore
361         * src/plugins/trayicon/Makefile.am
362         * src/plugins/trayicon/README
363         * src/plugins/trayicon/trayicon.c
364         * src/plugins/trayicon/trayicon_prefs.c
365         * src/plugins/trayicon/trayicon_prefs.h
366         * src/plugins/trayicon/libeggtrayicon/.cvsignore
367                 Drop trayicon and dillo_viewer
368
369 2013-02-20 [colin]      3.9.0cvs83
370
371         * configure.ac
372         * src/plugins/Makefile.am
373         * src/plugins/spam_report/.cvsignore
374         * src/plugins/spam_report/Makefile.am
375         * src/plugins/spam_report/placeholder.txt
376         * src/plugins/spam_report/spam_report.c
377         * src/plugins/spam_report/spam_report_prefs.c
378         * src/plugins/spam_report/spam_report_prefs.h
379         * src/plugins/tnef_parse/.cvsignore
380         * src/plugins/tnef_parse/Makefile.am
381         * src/plugins/tnef_parse/claws.def
382         * src/plugins/tnef_parse/mapi.h
383         * src/plugins/tnef_parse/mapidefs.h
384         * src/plugins/tnef_parse/mapitags.h
385         * src/plugins/tnef_parse/placeholder.txt
386         * src/plugins/tnef_parse/plugin.def
387         * src/plugins/tnef_parse/tnef-errors.h
388         * src/plugins/tnef_parse/tnef-types.h
389         * src/plugins/tnef_parse/tnef_dump.c
390         * src/plugins/tnef_parse/tnef_dump.h
391         * src/plugins/tnef_parse/tnef_parse.c
392         * src/plugins/tnef_parse/version.rc
393         * src/plugins/tnef_parse/ytnef.c
394         * src/plugins/tnef_parse/ytnef.h
395                 Add tnef_parse and spam_report
396
397 2013-02-20 [colin]      3.9.0cvs82
398
399         * src/plugins/bogofilter/Makefile.am
400         * src/plugins/clamd/Makefile.am
401         * src/plugins/demo/Makefile.am
402         * src/plugins/dillo_viewer/Makefile.am
403         * src/plugins/fancy/Makefile.am
404         * src/plugins/fetchinfo/Makefile.am
405         * src/plugins/gdata/Makefile.am
406         * src/plugins/mailmbox/Makefile.am
407         * src/plugins/newmail/Makefile.am
408         * src/plugins/notification/Makefile.am
409         * src/plugins/pdf_viewer/Makefile.am
410         * src/plugins/perl/Makefile.am
411         * src/plugins/python/Makefile.am
412         * src/plugins/spamassassin/Makefile.am
413         * src/plugins/trayicon/Makefile.am
414         * src/plugins/vcalendar/libical/libical/Makefile.am
415                 Fix out-of-tree build
416
417 2013-02-19 [colin]      3.9.0cvs81
418
419         * configure.ac
420                 Fix inverted logic in a few plugins
421
422 2013-02-18 [mones]      3.9.0cvs80
423
424         * src/plugins/notification/Makefile.am
425         * src/plugins/pdf_viewer/Makefile.am
426         * src/plugins/python/Makefile.am
427                 Allow 'make dist' to generate a nice tarball
428
429 2013-02-18 [wwp]        3.9.0cvs79
430
431         * src/plugins/clamd/libclamd/.cvsignore
432         Add one more .cvsignore file.
433
434 2013-02-18 [wwp]        3.9.0cvs78
435
436         * src/plugins/clamd/libclamd/.cvsignore
437         One more .cvsignore file.
438
439 2013-02-18 [wwp]        3.9.0cvs77
440
441         * src/plugins/clamd/.cvsignore
442         * src/plugins/clamd/libclamd/.cvsignore
443         * src/plugins/fetchinfo/.cvsignore
444         * src/plugins/gdata/.cvsignore
445         * src/plugins/mailmbox/.cvsignore
446         * src/plugins/newmail/.cvsignore
447         * src/plugins/notification/.cvsignore
448         * src/plugins/pdf_viewer/.cvsignore
449         * src/plugins/perl/.cvsignore
450         * src/plugins/python/.cvsignore
451         Silent up stuff a bit.
452
453 2013-02-17 [colin]      3.9.0cvs76
454
455         * src/plugins/notification/Makefile.am
456         * src/plugins/notification/notification_banner.c
457         * src/plugins/notification/notification_banner.h
458         * src/plugins/notification/notification_command.c
459         * src/plugins/notification/notification_command.h
460         * src/plugins/notification/notification_core.c
461         * src/plugins/notification/notification_foldercheck.c
462         * src/plugins/notification/notification_foldercheck.h
463         * src/plugins/notification/notification_hotkeys.c
464         * src/plugins/notification/notification_hotkeys.h
465         * src/plugins/notification/notification_indicator.c
466         * src/plugins/notification/notification_indicator.h
467         * src/plugins/notification/notification_lcdproc.c
468         * src/plugins/notification/notification_lcdproc.h
469         * src/plugins/notification/notification_plugin.c
470         * src/plugins/notification/notification_plugin.h
471         * src/plugins/notification/notification_popup.c
472         * src/plugins/notification/notification_popup.h
473         * src/plugins/notification/notification_prefs.c
474         * src/plugins/notification/notification_prefs.h
475         * src/plugins/notification/notification_trayicon.c
476         * src/plugins/notification/notification_trayicon.h
477                 Activate and fix notification (without libindicate)
478
479 2013-02-17 [colin]      3.9.0cvs75
480
481         * src/plugins/Makefile.am
482         * src/plugins/archive/Makefile.am
483         * src/plugins/clamd/Makefile.am
484         * src/plugins/clamd/clamav_plugin.c
485         * src/plugins/clamd/clamav_plugin.h
486         * src/plugins/clamd/clamav_plugin_gtk.c
487         * src/plugins/clamd/placeholder.txt
488         * src/plugins/clamd/libclamd/Makefile.am
489         * src/plugins/clamd/libclamd/clamd-plugin.c
490         * src/plugins/clamd/libclamd/clamd-plugin.h
491         * src/plugins/fetchinfo/Makefile.am
492         * src/plugins/fetchinfo/fetchinfo_plugin.c
493         * src/plugins/fetchinfo/fetchinfo_plugin.h
494         * src/plugins/fetchinfo/fetchinfo_plugin_gtk.c
495         * src/plugins/fetchinfo/placeholder.txt
496         * src/plugins/gdata/Makefile.am
497         * src/plugins/gdata/cm_gdata_contacts.c
498         * src/plugins/gdata/cm_gdata_contacts.h
499         * src/plugins/gdata/cm_gdata_prefs.c
500         * src/plugins/gdata/cm_gdata_prefs.h
501         * src/plugins/gdata/gdata_plugin.c
502         * src/plugins/gdata/gdata_plugin.h
503         * src/plugins/gdata/placeholder.txt
504         * src/plugins/geolocation/placeholder.txt
505         * src/plugins/gtkhtml2_viewer/placeholder.txt
506         * src/plugins/mailmbox/Makefile.am
507         * src/plugins/mailmbox/carray.c
508         * src/plugins/mailmbox/carray.h
509         * src/plugins/mailmbox/chash.c
510         * src/plugins/mailmbox/chash.h
511         * src/plugins/mailmbox/clist.c
512         * src/plugins/mailmbox/clist.h
513         * src/plugins/mailmbox/mailimf.c
514         * src/plugins/mailmbox/mailimf.h
515         * src/plugins/mailmbox/mailimf_types.c
516         * src/plugins/mailmbox/mailimf_types.h
517         * src/plugins/mailmbox/mailimf_types_helper.c
518         * src/plugins/mailmbox/mailimf_types_helper.h
519         * src/plugins/mailmbox/mailimf_write.c
520         * src/plugins/mailmbox/mailimf_write.h
521         * src/plugins/mailmbox/maillock.c
522         * src/plugins/mailmbox/maillock.h
523         * src/plugins/mailmbox/mailmbox.c
524         * src/plugins/mailmbox/mailmbox.h
525         * src/plugins/mailmbox/mailmbox_folder.c
526         * src/plugins/mailmbox/mailmbox_folder.h
527         * src/plugins/mailmbox/mailmbox_gtk.deps
528         * src/plugins/mailmbox/mailmbox_parse.c
529         * src/plugins/mailmbox/mailmbox_parse.h
530         * src/plugins/mailmbox/mailmbox_types.c
531         * src/plugins/mailmbox/mailmbox_types.h
532         * src/plugins/mailmbox/mmapstring.c
533         * src/plugins/mailmbox/mmapstring.h
534         * src/plugins/mailmbox/placeholder.txt
535         * src/plugins/mailmbox/plugin.c
536         * src/plugins/mailmbox/plugin_gtk.c
537         * src/plugins/mailmbox/plugin_gtk.h
538         * src/plugins/newmail/Makefile.am
539         * src/plugins/newmail/newmail.c
540         * src/plugins/newmail/placeholder.txt
541         * src/plugins/notification/Makefile.am
542         * src/plugins/notification/claws.def
543         * src/plugins/notification/notification_banner.c
544         * src/plugins/notification/notification_banner.h
545         * src/plugins/notification/notification_command.c
546         * src/plugins/notification/notification_command.h
547         * src/plugins/notification/notification_core.c
548         * src/plugins/notification/notification_core.h
549         * src/plugins/notification/notification_foldercheck.c
550         * src/plugins/notification/notification_foldercheck.h
551         * src/plugins/notification/notification_hotkeys.c
552         * src/plugins/notification/notification_hotkeys.h
553         * src/plugins/notification/notification_indicator.c
554         * src/plugins/notification/notification_indicator.h
555         * src/plugins/notification/notification_lcdproc.c
556         * src/plugins/notification/notification_lcdproc.h
557         * src/plugins/notification/notification_pixbuf.c
558         * src/plugins/notification/notification_pixbuf.h
559         * src/plugins/notification/notification_plugin.c
560         * src/plugins/notification/notification_plugin.h
561         * src/plugins/notification/notification_popup.c
562         * src/plugins/notification/notification_popup.h
563         * src/plugins/notification/notification_prefs.c
564         * src/plugins/notification/notification_prefs.h
565         * src/plugins/notification/notification_trayicon.c
566         * src/plugins/notification/notification_trayicon.h
567         * src/plugins/notification/placeholder.txt
568         * src/plugins/notification/plugin.def
569         * src/plugins/notification/raw_claws_mail_logo_64x64.h
570         * src/plugins/notification/version.rc
571         * src/plugins/pdf_viewer/Makefile.am
572         * src/plugins/pdf_viewer/doc_index.xpm
573         * src/plugins/pdf_viewer/doc_index_close.xpm
574         * src/plugins/pdf_viewer/doc_info.xpm
575         * src/plugins/pdf_viewer/first_arrow.xpm
576         * src/plugins/pdf_viewer/last_arrow.xpm
577         * src/plugins/pdf_viewer/left_arrow.xpm
578         * src/plugins/pdf_viewer/placeholder.txt
579         * src/plugins/pdf_viewer/poppler_viewer.c
580         * src/plugins/pdf_viewer/poppler_viewer.h
581         * src/plugins/pdf_viewer/right_arrow.xpm
582         * src/plugins/pdf_viewer/rotate_left.xpm
583         * src/plugins/pdf_viewer/rotate_right.xpm
584         * src/plugins/pdf_viewer/zoom_fit.xpm
585         * src/plugins/pdf_viewer/zoom_in.xpm
586         * src/plugins/pdf_viewer/zoom_out.xpm
587         * src/plugins/pdf_viewer/zoom_width.xpm
588         * src/plugins/perl/Makefile.am
589         * src/plugins/perl/perl_gtk.c
590         * src/plugins/perl/perl_gtk.h
591         * src/plugins/perl/perl_plugin.c
592         * src/plugins/perl/perl_plugin.h
593         * src/plugins/perl/placeholder.txt
594         * src/plugins/python/Makefile.am
595         * src/plugins/python/clawsmailmodule.c
596         * src/plugins/python/clawsmailmodule.h
597         * src/plugins/python/composewindowtype.c
598         * src/plugins/python/composewindowtype.h
599         * src/plugins/python/foldertype.c
600         * src/plugins/python/foldertype.h
601         * src/plugins/python/messageinfotype.c
602         * src/plugins/python/messageinfotype.h
603         * src/plugins/python/nodetype.c
604         * src/plugins/python/nodetype.h
605         * src/plugins/python/placeholder.txt
606         * src/plugins/python/python-hooks.c
607         * src/plugins/python/python-hooks.h
608         * src/plugins/python/python-shell.c
609         * src/plugins/python/python-shell.h
610         * src/plugins/python/python_plugin.c
611         * src/plugins/vcalendar/Makefile.in
612                 Add some plugins (clamd, fetchinfo, gdata, mailmbox, newmail,
613                 notification, pdf_viewer, perl, python). Notification not yet
614                 enabled because it has too much autoconf switches for my taste.
615
616
617 2013-02-16 [colin]      3.9.0cvs74
618
619         * po/POTFILES.in
620         * po/bg.po
621         * po/ca.po
622         * po/cs.po
623         * po/de.po
624         * po/en_GB.po
625         * po/es.po
626         * po/fi.po
627         * po/fr.po
628         * po/hu.po
629         * po/id_ID.po
630         * po/it.po
631         * po/ja.po
632         * po/lt.po
633         * po/nl.po
634         * po/pl.po
635         * po/pt_BR.po
636         * po/pt_PT.po
637         * po/ru.po
638         * po/sk.po
639         * po/sv.po
640         * po/uk.po
641         * po/zh_CN.po
642         * po/zh_TW.po
643         * src/plugins/Makefile.am
644         * src/plugins/archive/.cvsignore
645         * src/plugins/archive/Makefile.am
646         * src/plugins/archive/archiver.c
647         * src/plugins/archive/archiver.h
648         * src/plugins/archive/archiver_gtk.c
649         * src/plugins/archive/archiver_prefs.c
650         * src/plugins/archive/archiver_prefs.h
651         * src/plugins/archive/libarchive_archive.c
652         * src/plugins/archive/libarchive_archive.h
653         * src/plugins/archive/placeholder.txt
654         * src/plugins/att_remover/.cvsignore
655         * src/plugins/att_remover/Makefile.am
656         * src/plugins/att_remover/att_remover.c
657         * src/plugins/att_remover/placeholder.txt
658         * src/plugins/bsfilter/.cvsignore
659         * src/plugins/bsfilter/Makefile.am
660         * src/plugins/bsfilter/bsfilter.c
661         * src/plugins/bsfilter/bsfilter.h
662         * src/plugins/bsfilter/bsfilter_gtk.c
663         * src/plugins/bsfilter/claws.def
664         * src/plugins/bsfilter/placeholder.txt
665         * src/plugins/bsfilter/plugin.def
666         * src/plugins/bsfilter/version.rc
667                 Add archive, att_remover, bsfilter
668         * src/plugins/vcalendar/Makefile.in
669         * src/plugins/vcalendar/libical/libical/icalversion.h
670                 Remove useless files
671
672 2013-02-16 [colin]      3.9.0cvs73
673
674         * src/plugins/Makefile.am
675         * src/plugins/acpi_notifier/Makefile.am
676         * src/plugins/acpi_notifier/acpi_notifier.c
677         * src/plugins/acpi_notifier/placeholder.txt
678         * src/plugins/address_keeper/Makefile.am
679         * src/plugins/address_keeper/address_keeper.c
680         * src/plugins/address_keeper/address_keeper.h
681         * src/plugins/address_keeper/address_keeper_prefs.c
682         * src/plugins/address_keeper/address_keeper_prefs.h
683         * src/plugins/address_keeper/claws.def
684         * src/plugins/address_keeper/placeholder.txt
685         * src/plugins/address_keeper/plugin.def
686         * src/plugins/address_keeper/version.rc
687         * src/plugins/attachwarner/Makefile.am
688         * src/plugins/attachwarner/attachwarner.c
689         * src/plugins/attachwarner/attachwarner.h
690         * src/plugins/attachwarner/attachwarner_prefs.c
691         * src/plugins/attachwarner/attachwarner_prefs.h
692         * src/plugins/attachwarner/claws.def
693         * src/plugins/attachwarner/placeholder.txt
694         * src/plugins/attachwarner/plugin.def
695         * src/plugins/attachwarner/version.rc
696         * src/plugins/vcalendar/libical/libical/icalversion.h
697         * po/POTFILES.in
698         * po/bg.po
699         * po/ca.po
700         * po/cs.po
701         * po/de.po
702         * po/en_GB.po
703         * po/es.po
704         * po/fi.po
705         * po/fr.po
706         * po/hu.po
707         * po/id_ID.po
708         * po/it.po
709         * po/ja.po
710         * po/lt.po
711         * po/nl.po
712         * po/pl.po
713         * po/pt_BR.po
714         * po/pt_PT.po
715         * po/ru.po
716         * po/sk.po
717         * po/sr.po
718         * po/sv.po
719         * po/uk.po
720         * po/zh_CN.po
721         * po/zh_TW.po
722                 Now do acpi_notifier, attachwarner, address_keeper
723
724 2013-02-16 [colin]      3.9.0cvs72
725
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                 Merge RSSyl's translations
752
753 2013-02-16 [colin]      3.9.0cvs71
754
755         * src/mainwindow.c
756                 Fix use-after-free (introduced in cvs61)
757
758 2013-02-16 [colin]      3.9.0cvs70
759
760         * src/main.c
761         * src/prefs_common.c
762         * src/prefs_common.h
763         * src/common/defs.h
764         * src/common/w32_account.c
765                 Add an hidden preference to set the Windows theme
766         * src/plugins/Makefile.am
767         * src/plugins/rssyl/Makefile.am
768         * src/plugins/rssyl/claws.def
769         * src/plugins/rssyl/date.c
770         * src/plugins/rssyl/date.h
771         * src/plugins/rssyl/feed.c
772         * src/plugins/rssyl/feed.h
773         * src/plugins/rssyl/feedprops.c
774         * src/plugins/rssyl/feedprops.h
775         * src/plugins/rssyl/opml.c
776         * src/plugins/rssyl/opml.h
777         * src/plugins/rssyl/parsers.c
778         * src/plugins/rssyl/parsers.h
779         * src/plugins/rssyl/placeholder.txt
780         * src/plugins/rssyl/plugin.c
781         * src/plugins/rssyl/plugin.def
782         * src/plugins/rssyl/rssyl.c
783         * src/plugins/rssyl/rssyl.h
784         * src/plugins/rssyl/rssyl_cb_gtk.c
785         * src/plugins/rssyl/rssyl_cb_gtk.h
786         * src/plugins/rssyl/rssyl_cb_menu.c
787         * src/plugins/rssyl/rssyl_cb_menu.h
788         * src/plugins/rssyl/rssyl_gtk.c
789         * src/plugins/rssyl/rssyl_gtk.h
790         * src/plugins/rssyl/rssyl_prefs.c
791         * src/plugins/rssyl/rssyl_prefs.h
792         * src/plugins/rssyl/strreplace.c
793         * src/plugins/rssyl/strreplace.h
794         * src/plugins/rssyl/version.rc
795                 Add RSSyl
796         * src/plugins/vcalendar/Makefile.am
797         * src/plugins/vcalendar/Makefile.in
798         * src/plugins/vcalendar/plugin.c
799         * src/plugins/vcalendar/libical/libical/icalversion.h
800                 Fix Curl flags :)
801
802 2013-02-14 [paul]       3.9.0cvs69
803
804         * po/id_ID.po
805                 "fix" plural forms
806
807 2013-02-14 [colin]      3.9.0cvs68
808
809         * po/POTFILES.in
810                 Add vcalendar files
811         * po/merge-po-from-plugin.sh
812                 Add helper script to merge external plugins translations
813         * po/bg.po
814         * po/ca.po
815         * po/cs.po
816         * po/de.po
817         * po/en_GB.po
818         * po/es.po
819         * po/fi.po
820         * po/fr.po
821         * po/hu.po
822         * po/id_ID.po
823         * po/it.po
824         * po/ja.po
825         * po/lt.po
826         * po/nl.po
827         * po/pl.po
828         * po/pt_BR.po
829         * po/pt_PT.po
830         * po/ru.po
831         * po/sk.po
832         * po/sr.po
833         * po/sv.po
834         * po/uk.po
835         * po/zh_CN.po
836         * po/zh_TW.po
837                 Merge translations from fancy and vcalendar
838
839 2013-02-14 [colin]      3.9.0cvs67
840
841         * configure.ac
842                 Fix perl detection
843
844 2013-02-14 [colin]      3.9.0cvs66
845
846         * src/plugins/vcalendar/claws.def
847         * src/plugins/vcalendar/plugin.def
848                 Add missing files
849         * src/plugins/vcalendar/libical/Makefile.in
850         * src/plugins/vcalendar/libical/design-data/Makefile.in
851         * src/plugins/vcalendar/libical/libical/Makefile.in
852         * src/plugins/vcalendar/libical/scripts/Makefile.in
853                 Remove extraneous files
854
855 2013-02-13 [colin]      3.9.0cvs65
856
857         * src/plugins/address_dup_finder/placeholder.txt
858         * src/plugins/synce/placeholder.txt
859                 Removed, deprecated plugins
860         * src/plugins/Makefile.am
861         * src/plugins/vcalendar/Makefile.am
862         * src/plugins/vcalendar/Makefile.in
863         * src/plugins/vcalendar/common-views.c
864         * src/plugins/vcalendar/common-views.h
865         * src/plugins/vcalendar/day-view.c
866         * src/plugins/vcalendar/icaltime_as_local.c
867         * src/plugins/vcalendar/icaltime_as_local.h
868         * src/plugins/vcalendar/month-view.c
869         * src/plugins/vcalendar/placeholder.txt
870         * src/plugins/vcalendar/plugin.c
871         * src/plugins/vcalendar/vcal_dbus.c
872         * src/plugins/vcalendar/vcal_dbus.h
873         * src/plugins/vcalendar/vcal_folder.c
874         * src/plugins/vcalendar/vcal_folder.h
875         * src/plugins/vcalendar/vcal_interface.h
876         * src/plugins/vcalendar/vcal_manager.c
877         * src/plugins/vcalendar/vcal_manager.h
878         * src/plugins/vcalendar/vcal_meeting_gtk.c
879         * src/plugins/vcalendar/vcal_meeting_gtk.h
880         * src/plugins/vcalendar/vcal_prefs.c
881         * src/plugins/vcalendar/vcal_prefs.h
882         * src/plugins/vcalendar/vcalendar.c
883         * src/plugins/vcalendar/vcalendar.h
884         * src/plugins/vcalendar/version.rc
885         * src/plugins/vcalendar/libical/.cvsignore
886         * src/plugins/vcalendar/libical/Makefile.am
887         * src/plugins/vcalendar/libical/Makefile.in
888         * src/plugins/vcalendar/libical/design-data/.cvsignore
889         * src/plugins/vcalendar/libical/design-data/Makefile.am
890         * src/plugins/vcalendar/libical/design-data/Makefile.in
891         * src/plugins/vcalendar/libical/design-data/parameters.csv
892         * src/plugins/vcalendar/libical/design-data/properties.csv
893         * src/plugins/vcalendar/libical/design-data/restrictions.csv
894         * src/plugins/vcalendar/libical/design-data/status.txt
895         * src/plugins/vcalendar/libical/design-data/value-types.csv
896         * src/plugins/vcalendar/libical/libical/.cvsignore
897         * src/plugins/vcalendar/libical/libical/Makefile.am
898         * src/plugins/vcalendar/libical/libical/Makefile.in
899         * src/plugins/vcalendar/libical/libical/icalattendee.c
900         * src/plugins/vcalendar/libical/libical/icalattendee.h
901         * src/plugins/vcalendar/libical/libical/icalcomponent.c
902         * src/plugins/vcalendar/libical/libical/icalcomponent.h
903         * src/plugins/vcalendar/libical/libical/icalderivedparameter.c.in
904         * src/plugins/vcalendar/libical/libical/icalderivedparameter.h.in
905         * src/plugins/vcalendar/libical/libical/icalderivedproperty.c.in
906         * src/plugins/vcalendar/libical/libical/icalderivedproperty.h.in
907         * src/plugins/vcalendar/libical/libical/icalderivedvalue.c.in
908         * src/plugins/vcalendar/libical/libical/icalderivedvalue.h.in
909         * src/plugins/vcalendar/libical/libical/icalduration.c
910         * src/plugins/vcalendar/libical/libical/icalduration.h
911         * src/plugins/vcalendar/libical/libical/icalenums.c
912         * src/plugins/vcalendar/libical/libical/icalenums.h
913         * src/plugins/vcalendar/libical/libical/icalerror.c
914         * src/plugins/vcalendar/libical/libical/icalerror.h
915         * src/plugins/vcalendar/libical/libical/icallangbind.c
916         * src/plugins/vcalendar/libical/libical/icallangbind.h
917         * src/plugins/vcalendar/libical/libical/icallexer.l
918         * src/plugins/vcalendar/libical/libical/icalmemory.c
919         * src/plugins/vcalendar/libical/libical/icalmemory.h
920         * src/plugins/vcalendar/libical/libical/icalmime.c
921         * src/plugins/vcalendar/libical/libical/icalmime.h
922         * src/plugins/vcalendar/libical/libical/icalparameter.c
923         * src/plugins/vcalendar/libical/libical/icalparameter.h
924         * src/plugins/vcalendar/libical/libical/icalparameterimpl.h
925         * src/plugins/vcalendar/libical/libical/icalparser.c
926         * src/plugins/vcalendar/libical/libical/icalparser.h
927         * src/plugins/vcalendar/libical/libical/icalperiod.c
928         * src/plugins/vcalendar/libical/libical/icalperiod.h
929         * src/plugins/vcalendar/libical/libical/icalproperty.c
930         * src/plugins/vcalendar/libical/libical/icalproperty.h
931         * src/plugins/vcalendar/libical/libical/icalrecur.c
932         * src/plugins/vcalendar/libical/libical/icalrecur.h
933         * src/plugins/vcalendar/libical/libical/icalrestriction.c.in
934         * src/plugins/vcalendar/libical/libical/icalrestriction.h
935         * src/plugins/vcalendar/libical/libical/icaltime.c
936         * src/plugins/vcalendar/libical/libical/icaltime.h
937         * src/plugins/vcalendar/libical/libical/icaltypes.c
938         * src/plugins/vcalendar/libical/libical/icaltypes.h
939         * src/plugins/vcalendar/libical/libical/icalvalue.c
940         * src/plugins/vcalendar/libical/libical/icalvalue.h
941         * src/plugins/vcalendar/libical/libical/icalvalueimpl.h
942         * src/plugins/vcalendar/libical/libical/icalversion.h
943         * src/plugins/vcalendar/libical/libical/icalversion.h.in
944         * src/plugins/vcalendar/libical/libical/icalyacc.output
945         * src/plugins/vcalendar/libical/libical/icalyacc.y
946         * src/plugins/vcalendar/libical/libical/pvl.c
947         * src/plugins/vcalendar/libical/libical/pvl.h
948         * src/plugins/vcalendar/libical/libical/sspm.c
949         * src/plugins/vcalendar/libical/libical/sspm.h
950         * src/plugins/vcalendar/libical/libical/vsnprintf.c
951         * src/plugins/vcalendar/libical/scripts/.cvsignore
952         * src/plugins/vcalendar/libical/scripts/Makefile.am
953         * src/plugins/vcalendar/libical/scripts/Makefile.in
954         * src/plugins/vcalendar/libical/scripts/mkderivedcomponents.pl
955         * src/plugins/vcalendar/libical/scripts/mkderivedparameters.pl
956         * src/plugins/vcalendar/libical/scripts/mkderivedproperties.pl
957         * src/plugins/vcalendar/libical/scripts/mkderivedvalues.pl
958         * src/plugins/vcalendar/libical/scripts/mkparameterrestrictions.pl
959         * src/plugins/vcalendar/libical/scripts/mkrestrictionrecords.pl
960         * src/plugins/vcalendar/libical/scripts/mkrestrictiontable.pl
961         * src/plugins/vcalendar/libical/scripts/readvaluesfile.pl
962                 Add vcalendar.
963
964 2013-02-13 [colin]      3.9.0cvs64
965
966         * src/plugins/acpi_notifier/placeholder.txt
967         * src/plugins/address_dup_finder/placeholder.txt
968         * src/plugins/address_keeper/placeholder.txt
969         * src/plugins/archive/placeholder.txt
970         * src/plugins/att_remover/placeholder.txt
971         * src/plugins/attachwarner/placeholder.txt
972         * src/plugins/bsfilter/placeholder.txt
973         * src/plugins/clamd/placeholder.txt
974         * src/plugins/fetchinfo/placeholder.txt
975         * src/plugins/gdata/placeholder.txt
976         * src/plugins/geolocation/placeholder.txt
977         * src/plugins/gtkhtml2_viewer/placeholder.txt
978         * src/plugins/mailmbox/placeholder.txt
979         * src/plugins/newmail/placeholder.txt
980         * src/plugins/notification/placeholder.txt
981         * src/plugins/pdf_viewer/placeholder.txt
982         * src/plugins/perl/placeholder.txt
983         * src/plugins/python/placeholder.txt
984         * src/plugins/rssyl/placeholder.txt
985         * src/plugins/spam_report/placeholder.txt
986         * src/plugins/synce/placeholder.txt
987         * src/plugins/tnef_parse/placeholder.txt
988         * src/plugins/vcalendar/placeholder.txt
989                 Add temporary placeholders for ex-extra-plugins to be
990                 integrated.
991
992 2013-02-13 [paul]       3.9.0cvs63
993
994         * src/plugins/fancy/Makefile.am
995                 no need for EXTRA_DIST
996
997 2013-02-13 [paul]       3.9.0cvs62
998
999         * configure.ac
1000         * po/POTFILES.in
1001         * src/plugins/Makefile.am
1002         * src/plugins/fancy/Makefile.am
1003         * src/plugins/fancy/fancy_prefs.c
1004         * src/plugins/fancy/fancy_prefs.h
1005         * src/plugins/fancy/fancy_viewer.c
1006         * src/plugins/fancy/fancy_viewer.h
1007                 move the Fancy plugin into core
1008
1009 2013-02-11 [paul]       3.9.0cvs61
1010
1011         * src/mainwindow.c
1012                 use the Delete key to remove colour label accels (same as everywhere else).
1013                 complete the change to gtk_accel_map_add_entry() for older/newer GTKs
1014
1015 2013-01-26 [mir]        3.9.0cvs60
1016
1017         * tools/vcard2xml.py
1018         Fixes bugs:
1019             1) Lines split over more than one line breaks parser
1020             2) Get email addres correct. Not only email;internet
1021         Improvements:
1022             1) Basic handling of vcard 3.0
1023
1024
1025 2013-01-23 [colin]      3.9.0cvs59
1026
1027         * src/action.c
1028         * src/common/utils.c
1029                 Fix actions with spaces (and quotes). Thanks to H. Merijn Brand
1030
1031 2013-01-23 [colin]      3.9.0cvs58
1032
1033         * src/imap.c
1034                 Fix bug #2863, "Applying has_attachment quicksearch
1035                 on IMAP segfaults".
1036
1037 2013-01-21 [paul]       3.9.0cvs57
1038
1039         * src/codeconv.h
1040         * src/procmime.c
1041                 fix bug 2862, 'Segmentation fault when replying to a
1042                 message where the "code conversion" fails'. add support
1043                 for X-VIET-VPS encoding
1044
1045 2013-01-21 [paul]       3.9.0cvs56
1046
1047         * src/common/defs.h
1048         * src/gtk/about.c
1049                 promote the users' ml on the About/Info tab
1050
1051 2013-01-09 [paul]       3.9.0cvs55
1052
1053         * doc/man/claws-mail.1
1054         * src/gtk/about.c
1055                 update copyright year
1056
1057 2013-01-09 [paul]       3.9.0cvs54
1058
1059         * src/gtk/gtkaspell.c
1060                 fix sensitivity of 'Use both dictionaries' in compose window
1061
1062 2013-01-09 [mir]        3.9.0cvs53
1063
1064         * tools/vcard2xml.py
1065             Fix missing file encoding info.
1066             See -> http://www.python.org/dev/peps/pep-0263/
1067
1068
1069 2013-01-08 [mones]      3.9.0cvs52
1070
1071         * claws-mail.desktop
1072                 Added Swedish translation by Andreas Rönnquist
1073
1074 2012-12-20 [colin]      3.9.0cvs51
1075
1076         * src/action.c
1077                 Fix crash on action error;
1078                 Fix trimming of leading spaces in actions
1079
1080 2012-12-19 [colin]      3.9.0cvs50
1081
1082         * src/editldap.c
1083         * src/ldapctrl.c
1084         * src/ldapserver.c
1085                 Make LDAP over SSL work on Win32 - but not TLS,
1086                 unfortunately. Also, it requires the certificate
1087                 to be trusted.
1088
1089 2012-12-16 [colin]      3.9.0cvs49
1090
1091         * src/messageview.c
1092                 Add missing \n at end of the return receipt last part's headers.
1093
1094 2012-12-15 [paul]       3.9.0cvs48
1095
1096         * src/addrselect.c
1097                 fix bug 2832, 'mail to from adress-book splitt names'
1098
1099 2012-12-12 [colin]      3.9.0cvs47
1100
1101         * src/action.c
1102                 Port to g_spawn API and make actions work better on Win32
1103         * src/mainwindow.c
1104                 Indentation
1105
1106 2012-12-12 [ticho]      3.9.0cvs46
1107
1108         * src/compose.c
1109                 Move focus to body textview when subject entry is activated
1110                 (Enter key pressed) in compose window.
1111
1112 2012-12-10 [mones]      3.9.0cvs45
1113
1114         * src/addr_compl.c
1115                 Fix bug #2835 (core part) to allow NULL names which
1116                 have an address
1117
1118 2012-12-07 [colin]      3.9.0cvs44
1119
1120         * src/news.c
1121                 Try to fix strange crash in nntp_ping/session_destroy...
1122
1123 2012-12-06 [mones]      3.9.0cvs43
1124
1125         * tools/README
1126         * tools/gif2xface.pl
1127         * tools/outlook2claws-mail.pl
1128                 Fix address not working since years ago
1129
1130 2012-12-05 [mones]      3.9.0cvs42
1131
1132         * src/prefs_gtk.c
1133                 Do not set to NULL string preferences which have "" as
1134                 default value
1135
1136 2012-12-05 [colin]      3.9.0cvs41
1137
1138         * src/common/ssl.c
1139                 Nullify xcred pointer like the other ones
1140
1141 2012-12-03 [wwp]        3.9.0cvs40
1142
1143         * src/summaryview.c
1144         * src/mainwindow.c
1145         Avoid any possible confusion: 0 is not a neutral value when passed
1146         to main_window_get_mask() - use -1 instead, even in those cases we
1147         don't care.
1148
1149 2012-12-03 [wwp]        3.9.0cvs39
1150
1151         * src/toolbar.c
1152         Fix sensitivity of next-unread toolbar button.
1153
1154 2012-12-03 [colin]      3.9.0cvs38
1155
1156         * src/common/utils.c
1157                 Fix following relative symlinks
1158
1159 2012-12-02 [colin]      3.9.0cvs37
1160
1161         * src/main.c
1162                 Of course you can't, Windows. Of course...
1163
1164 2012-12-02 [colin]      3.9.0cvs36
1165
1166         * src/main.c
1167                 Move control sockets inside their own directory,
1168                 $TMPDIR/claws-mail-$UID/, and name them after the configuration                 directory md5 hash. That allows
1169                 - cleaner separation of sockets and config dirs in
1170                   case of alternate config directories
1171                 - forward migration is handled: if $TMPDIR/claws-mail-$UID
1172                   exists as a socket, use it to control the running entity
1173                 - backwards migration is handled: starting an old Claws Mail
1174                   version will bail out as creating the legacy socket won't
1175                   be possible.
1176                 - migration for alternate-config-dirs is not handled, which
1177                   could be mentioned in release notes.
1178                 Fixes bug #2828, "Use MD5 digest for socket name"
1179
1180 2012-12-01 [colin]      3.9.0cvs35
1181
1182         * src/common/utils.c
1183                 As usual, Windows is a little bit different
1184                 (you have to love it the same as the normal OSes...)
1185
1186 2012-12-01 [colin]      3.9.0cvs34
1187
1188         * src/common/utils.c
1189         * src/common/utils.h
1190                 Add a canonicalizer function and use it to
1191                 canonicalize rc_dir.
1192
1193 2012-11-30 [mones]      3.9.0cvs33
1194
1195         * src/common/plugin.c
1196                 Fixes #1137 completely, saving path-less plugins as is
1197                 in config. With this patch user can edit plugin list on
1198                 clawsrc and remove absolute paths from shared plugins,
1199                 leaving only the "pluginname.so". Those will be tried to
1200                 load from plugin dir of the loading core. Notice that
1201                 those will also fail to load on older versions, and will
1202                 probably be removed from your config without warning by
1203                 the older version.
1204
1205 2012-11-30 [wwp]        3.9.0cvs32
1206
1207         * src/mainwindow.c
1208         * src/mainwindow.h
1209         * src/summaryview.c
1210         * src/toolbar.c
1211         Fix wrong types used (mix between SensitiveCond and SensitiveCondMask),
1212         also fix list loop initializers.
1213
1214 2012-11-30 [wwp]        3.9.0cvs31
1215
1216         * src/mainwindow.c
1217         * src/mainwindow.h
1218         * src/procmsg.c
1219         * src/send_message.c
1220         * src/send_message.h
1221         * src/toolbar.c
1222         * src/toolbar.h
1223         Add Message/Cancel sending (same as --cancel-sending), adds the
1224         relevant toolbar icon, and an extra cancel sending+receiving icon
1225         for convenience.
1226
1227 2012-11-29 [colin]      3.9.0cvs30
1228
1229         * src/mainwindow.c
1230                 Fix mask on a few menu items (thanks Ricardo!)
1231
1232 2012-11-28 [wwp]        3.9.0cvs29
1233
1234         * src/mainwindow.c
1235         * src/mainwindow.h
1236         * src/summaryview.c
1237         * src/toolbar.c
1238         Rework SensitiveCond enum to allow more than 32 flags for GUI status checking.
1239         Complete toolbar_init(), which was missing few inits.
1240
1241 2012-11-28 [colin]      3.9.0cvs28
1242
1243         * src/mainwindow.c
1244         * src/news.c
1245         * src/news.h
1246         * src/etpan/nntp-thread.c
1247                 Disconnect NNTP accounts too when switching offline
1248
1249 2012-11-28 [colin]      3.9.0cvs27
1250
1251         * src/imap.c
1252         * src/news.c
1253         * src/common/session.c
1254         * src/common/session.h
1255                 Add keep-alive pings on IMAP and NNTP
1256
1257 2012-11-28 [colin]      3.9.0cvs26
1258
1259         * src/imap.c
1260         * src/etpan/imap-thread.c
1261         * src/etpan/imap-thread.h
1262                 Try locale's charset and UTF-7 on server-side
1263                 searches when UTF-8 fails. Also, don't even
1264                 mention a charset if searching for an ASCII
1265                 string.
1266
1267 2012-11-27 [colin]      3.9.0cvs25
1268
1269         * src/main.c
1270                 Unbreak the build.
1271
1272 2012-11-27 [colin]      3.9.0cvs24
1273
1274         * src/common/ssl.c
1275                 Fix bug #2826, "replace deprecated gnutls function"
1276                 Patch by Christian Hesse
1277
1278 2012-11-27 [colin]      3.9.0cvs23
1279
1280         * src/gtk/manage_window.c
1281                 Stop spamming logs with focus events.
1282
1283 2012-11-27 [colin]      3.9.0cvs22
1284
1285         * src/mainwindow.c
1286         * src/prefs_common.c
1287         * src/prefs_common.h
1288                 Unsneak a work-in-progress patch that I mistakengly
1289                 commited with a cleanup
1290
1291 2012-11-27 [wwp]        3.9.0cvs21
1292
1293         * doc/man/claws-mail.1
1294         * src/main.c
1295         * src/send_message.c
1296         * src/send_message.h
1297                 Add --cancel-sending command-line switch.
1298
1299 2012-11-23 [colin]      3.9.0cvs20
1300
1301         * src/jpilot.c
1302         * src/main.c
1303         * src/mainwindow.c
1304         * src/matcher.c
1305         * src/prefs_common.c
1306         * src/prefs_common.h
1307         * src/procmsg.c
1308         * src/common/socket.c
1309         * src/common/socket.h
1310         * src/common/ssl.c
1311         * src/common/ssl_certificate.c
1312         * src/common/ssl_certificate.h
1313         * src/etpan/imap-thread.c
1314         * src/etpan/nntp-thread.c
1315                 Cleanup some warnings and deprecated types. Patch by
1316                 Christian Hesse, fixing bug #2617. Thanks!
1317
1318 2012-11-23 [colin]      3.9.0cvs19
1319
1320         * AUTHORS
1321         * src/gtk/authors.h
1322                 Add Christian Hesse which was forgotten for some reason
1323
1324 2012-11-21 [colin]      3.9.0cvs18
1325
1326         * src/etpan/imap-thread.c
1327                 Don't set charset on simple searches. Fixes Exchange 2007.
1328
1329 2012-11-20 [colin]      3.9.0cvs17
1330
1331         * src/prefs_matcher.c
1332                 Fix bug #2801, "Filtering Header:Name list is blank/corrupt"
1333
1334 2012-11-20 [ticho]      3.9.0cvs16
1335
1336         * src/gtk/prefswindow.c
1337                 Actually allow folder preference pages which are in top level of
1338                 page index UI to be selected.
1339
1340 2012-11-20 [ticho]      3.9.0cvs15
1341
1342         * src/prefs_folder_item.c
1343                 Remove useless "Folder" root in page index of folder preferences UI.
1344
1345 2012-11-18 [colin]      3.9.0cvs14
1346
1347         * AUTHORS
1348         * src/advsearch.c
1349         * src/matcher.c
1350         * src/matcher.h
1351         * src/matcher_parser_parse.y
1352         * src/prefs_matcher.c
1353         * src/gtk/authors.h
1354         * src/gtk/quicksearch.c
1355                 Add age_{greater,lower}_hours matcher criteria
1356                 Initial patch by Abhay S. Kushwaha.
1357
1358 2012-11-18 [ticho]      3.9.0cvs13
1359
1360         * src/mbox.c
1361                 Improve i18n plural handling in a string used while
1362                 importing from mbox.
1363
1364 2012-11-16 [ticho]      3.9.0cvs12
1365
1366         * po/bg.po
1367         * po/ca.po
1368         * po/cs.po
1369         * po/de.po
1370         * po/en_GB.po
1371         * po/es.po
1372         * po/fi.po
1373         * po/fr.po
1374         * po/he.po
1375         * po/hu.po
1376         * po/id_ID.po
1377         * po/it.po
1378         * po/ja.po
1379         * po/lt.po
1380         * po/nl.po
1381         * po/pl.po
1382         * po/pt_BR.po
1383         * po/pt_PT.po
1384         * po/ru.po
1385         * po/sk.po
1386         * po/sr.po
1387         * po/sv.po
1388         * po/uk.po
1389         * po/zh_CN.po
1390         * po/zh_TW.po
1391         * po/Makevars
1392                 Update message catalogs to match changes in 3.9.0cvs11.
1393
1394 2012-11-16 [ticho]      3.9.0cvs11
1395
1396         * src/account.c
1397         * src/addrcustomattr.c
1398         * src/edittags.c
1399         * src/prefs_filtering.c
1400         * src/prefs_matcher.c
1401         * src/prefs_msg_colors.c
1402         * src/toolbar.c
1403         * src/uri_opener.c
1404         * src/wizard.c
1405         * src/common/utils.c
1406         * src/gtk/about.c
1407                 Use pgettext() and friends for i18n context strings, instead of
1408                 having a pipe character in msgid for context separation. This uses
1409                 glib's C_ macro, instead of Q_.
1410
1411 2012-11-16 [colin]      3.9.0cvs10
1412
1413         * src/foldersel.c
1414         * src/prefs_actions.c
1415         * src/prefs_filtering_action.c
1416         * src/prefs_matcher.c
1417         * src/quote_fmt.c
1418         * src/gtk/description_window.c
1419         * src/gtk/description_window.h
1420         * src/gtk/inputdialog.c
1421         * src/gtk/manage_window.c
1422         * src/gtk/quicksearch.c
1423                 Try to better fix focus problems. Should address:
1424                 Bug #2774
1425                 Bug #2624
1426                 Bug #1963
1427                 Bug #2780
1428                 Please check using your favorite WM that the following works:
1429                 Information button (Quicksearch, Templates, 'Test' filtering 
1430                 condition)
1431                 Folder selection (Move/Copy contextual menu,
1432                 various preferences, including 'New folder').
1433                 Tested with XFCE, Gnome Shell and Windows.
1434                 
1435
1436 2012-11-16 [colin]      3.9.0cvs9
1437
1438         * src/advsearch.c
1439                 Init is_fast too
1440
1441 2012-11-16 [colin]      3.9.0cvs8
1442
1443         * src/advsearch.c
1444                 Fix missing initialisation of bool_and which could
1445                 lead to From/To/Subject/Tag searches searching with
1446                 binary and.
1447                 Also clean up tag expansion. No need to create a
1448                 matcher string and re-parse it.
1449
1450 2012-11-16 [paul]       3.9.0cvs7
1451
1452         * po/de.po
1453                 fix by Thomas Bellmann
1454
1455 2012-11-15 [colin]      3.9.0cvs6
1456
1457         * src/summaryview.c
1458                 Fix bug #2785, "Marking mails for deletion reopens internal 
1459                 message view"
1460
1461 2012-11-15 [colin]      3.9.0cvs5
1462
1463         * src/main.c
1464         * src/statusbar.c
1465         * src/gtk/gtkcmclist.c
1466         * src/gtk/gtkcmclist.h
1467                 a few more GTK+3 fixes. Segfaults on me, though.
1468
1469 2012-11-15 [colin]      3.9.0cvs4
1470
1471         * src/Makefile.am
1472         * src/action.c
1473         * src/addr_compl.c
1474         * src/addressbook.c
1475         * src/addrgather.c
1476         * src/compose.c
1477         * src/editaddress.c
1478         * src/editgroup.c
1479         * src/main.c
1480         * src/mainwindow.c
1481         * src/message_search.c
1482         * src/prefs_display_header.c
1483         * src/prefs_filtering_action.c
1484         * src/prefs_matcher.c
1485         * src/prefs_other.c
1486         * src/prefs_toolbar.c
1487         * src/printing.c
1488         * src/stock_pixmap.c
1489         * src/summary_search.c
1490         * src/summaryview.c
1491         * src/textview.c
1492         * src/gtk/Makefile.am
1493         * src/gtk/colorlabel.c
1494         * src/gtk/combobox.c
1495         * src/gtk/combobox.h
1496         * src/gtk/gtkcmclist.c
1497         * src/gtk/gtkcmclist.h
1498         * src/gtk/gtkcmctree.c
1499         * src/gtk/gtksctree.c
1500         * src/gtk/gtkshruler.c
1501         * src/gtk/gtkutils.c
1502         * src/gtk/gtkutils.h
1503         * src/gtk/inputdialog.c
1504         * src/gtk/quicksearch.c
1505         * src/plugins/pgpcore/Makefile.am
1506         * src/plugins/pgpinline/Makefile.am
1507         * src/plugins/pgpmime/Makefile.am
1508         * src/plugins/smime/Makefile.am
1509                 Big GTK+3 patch from Hanno Meyer-Thurow
1510
1511 2012-11-15 [wwp]        3.9.0cvs3
1512
1513         * doc/man/claws-mail.1
1514         * src/main.c
1515                 Add --cancel-receiving command-line switch.
1516
1517 2012-11-15 [wwp]        3.9.0cvs2
1518
1519         * src/ssl_manager.c
1520         * src/gtk/sslcertwindow.c
1521                 Fix Capitalization.
1522
1523 2012-11-15 [paul]       3.9.0cvs1
1524
1525         * po/cs.po
1526         * po/fi.po
1527         * po/sk.po
1528                 updates from David Vachulka, Flammie Pirinen, and
1529                 Slavko
1530
1531 2012-11-14 [paul]       3.9.0
1532         * NEWS
1533         * README
1534         * RELEASE_NOTES 
1535                 3.9.0 unleashed!
1536
1537 2012-11-14 [paul]       3.8.1cvs123
1538
1539         * po/de.po
1540         * po/es.po
1541         * po/fi.po
1542         * po/fr.po
1543         * po/hu.po
1544         * po/pt_BR.po
1545         * po/sv.po
1546         * po/uk.po
1547         * po/zh_TW.po
1548                 updated by Thomas Bellmann, Ricardo Mones, Flammie Pirinen,
1549                 wwp, Pader Rezso, Frederico Goncalves Guimaraes, Andreas Ronnquist,
1550                 YUP, Wei-Lun Chao
1551
1552 2012-11-14 [paul]       3.8.1cvs122
1553
1554         * tools/README
1555         * tools/fix_date.sh
1556                 improvements by wwp
1557
1558 2012-11-14 [colin]      3.8.1cvs121
1559
1560         * src/action.c
1561                 And fix warning with breaking functionality
1562
1563 2012-11-14 [paul]       3.8.1cvs120
1564
1565         * src/action.c
1566                 revert this change from 3.8.1cvs60, it breaks
1567                 actions with a pipe
1568
1569 2012-11-14 [colin]      3.8.1cvs119
1570
1571         * src/common/plugin.c
1572                 If plugin fails to load from absolute path, try from
1573                 default plugin path. 
1574                 Fixes bug #1137, 'loading plugins with same profile on different archs'
1575                 Fixes bug #2777, 'Installing latest cvs116 package 14 Windows version
1576                 results in wrong paths in clawsrc'
1577
1578 2012-11-12 [colin]      3.8.1cvs118
1579
1580         * src/messageview.c
1581                 Fix initial focus on textview. Fixes bug #2776,
1582                 "Make all menu shortcuts work properly in the message window"
1583
1584 2012-11-09 [colin]      3.8.1cvs117
1585
1586         * src/etpan/imap-thread.c
1587                 Specify search charset. Thanks to Aleksei Miheev
1588
1589 2012-11-08 [colin]      3.8.1cvs116
1590
1591         * src/common/socket.c
1592         * src/gtk/gtkutils.c
1593                 Fix socket communication
1594
1595 2012-11-08 [colin]      3.8.1cvs115
1596
1597         * src/plugins/pgpcore/sgpgme.c
1598                 Fix Windows runtime crash
1599
1600 2012-11-08 [colin]      3.8.1cvs114
1601
1602         * src/gtk/quicksearch.c
1603                 Fix going active with NULL matchstring (for example
1604                 when changing type before typing anything)
1605
1606 2012-11-07 [colin]      3.8.1cvs113
1607
1608         * src/mbox.c
1609                 Fix Windows build
1610
1611 2012-11-06 [mones]      3.8.1cvs112
1612
1613         * doc/man/claws-mail.1
1614                 Sync with AUTHORS file
1615         * src/gtk/quicksearch.c
1616                 Add number units where appropriate
1617
1618 2012-10-31 [paul]       3.8.1cvs111
1619
1620         * src/prefs_folder_item.c
1621                 add missing closing bracket. thanks to Andreas Rönnquist.
1622
1623 2012-10-31 [colin]      3.8.1cvs110
1624
1625         * src/prefs_folder_item.c
1626                 Fix prefs text and extra semi-colon. Thanks to Paul!
1627
1628 2012-10-31 [colin]      3.8.1cvs109
1629
1630         * src/folder_item_prefs.c
1631         * src/folder_item_prefs.h
1632         * src/messageview.c
1633         * src/prefs_folder_item.c
1634                 Implement feature from bug #2569, 
1635                 "select html part on folder specific properties"
1636                 Patch based on Andrej's patch.
1637
1638 2012-10-29 [wwp]        3.8.1cvs108
1639
1640         * src/textview.c
1641         Revert cvs107, cvs106 and parts of cvs105 (all in textview.c), fixing
1642         broken URL parsing.
1643
1644 2012-10-25 [colin]      3.8.1cvs107
1645
1646         * src/textview.c
1647                 Verify the previous URI wasn't the same...
1648                 fixes http://www. URIs.
1649
1650 2012-10-25 [colin]      3.8.1cvs106
1651
1652         * src/common/utils.c
1653         * src/common/utils.h
1654         * src/textview.c
1655                 Avoid strlen() on inner loop in textview_make_clickable_parts*()
1656                 reduces cost of strcasestr() in textview_make_clickable_parts*()
1657                 from 30% to 15%. Patch by Igor Mammedov
1658
1659 2012-10-25 [colin]      3.8.1cvs105
1660
1661         * src/textview.c
1662                 Do not allow search cost to explode in case of bad message
1663                 parsing in textview_make_clickable_parts_later(); reduces
1664                 cost of textview_make_clickable_parts_later() from 99% to
1665                 17% for big bad-case message. Patch by Igor Mammedov
1666
1667 2012-10-25 [colin]      3.8.1cvs104
1668
1669         * src/textview.c
1670         * src/textview.h
1671                 Avoid strlen() on big buffers, use precomputed length instead
1672                 it reduces cost of textview_write_line() from 32% to 3% for
1673                 big messages. Patch by Igor Mammedov
1674         * AUTHORS
1675         * src/gtk/authors.h
1676                 Add Igor
1677
1678 2012-10-24 [mones]      3.8.1cvs103
1679
1680         * src/advsearch.c
1681                 Trust on IMAP core on-line/off-line management
1682                 Patch by Sean Buckheister
1683
1684 2012-10-19 [paul]       3.8.1cvs102
1685
1686         * AUTHORS
1687         * src/crash.c
1688         * src/gtk/authors.h
1689                 fix bug 2760, 'display correct libc version in crash dialog 
1690                 when uclibc is used'.
1691                 fixes build with uclibc. patch by Natanael Copa.
1692
1693 2012-10-18 [mones]      3.8.1cvs101
1694
1695         * claws-mail.desktop
1696                 Fix bug #2761 and remove invalid GTK main category
1697
1698 2012-10-17 [colin]      3.8.1cvs100
1699
1700         * src/common/ssl_certificate.c
1701                 Fix bug #2759, "Error messages regarding bad
1702                 client certificates are less than helpful"
1703                 Based on patch by bug reporter.
1704
1705 2012-10-13 [paul]       3.8.1cvs99
1706
1707         * src/common/ssl_certificate.c
1708                 fix build with gnutls 3.1.3
1709                 Patch by Sean Buckheister.
1710
1711 2012-10-12 [mones]      3.8.1cvs98
1712
1713         * src/compose.c
1714         * src/grouplistdialog.c
1715         * src/imap.c
1716         * src/news_gtk.c
1717         * src/procmime.c
1718         * src/procmsg.c
1719         * src/common/utils.c
1720         * src/common/utils.h
1721         * src/etpan/imap-thread.c
1722                 New slist_free_strings_full wrapper for g_slist_free_full
1723                 and simplify calls where it was being used
1724
1725 2012-10-12 [colin]      3.8.1cvs97
1726
1727         * src/common/defs.h
1728                 Drop include of internal glib header
1729                 Patch by Werner Koch
1730
1731 2012-10-12 [colin]      3.8.1cvs96
1732
1733         * src/gtk/gtkcmctree.c
1734         * src/gtk/gtksctree.c
1735                 Fix bug #2581, "expander arrows are too tiny to hit with the 
1736                 mouse". Patch mostly by Tom Horsley
1737
1738 2012-10-12 [iwkse]      3.8.1cvs95
1739
1740         * src/common/utils.c
1741                         g_free *mutex
1742
1743 2012-10-12 [mones]      3.8.1cvs94
1744
1745         * src/common/utils.c
1746                 Remove undeclared mutex symbol
1747
1748 2012-10-12 [colin]      3.8.1cvs93
1749
1750         * src/compose.c
1751         * src/prefs_account.c
1752         * src/common/utils.c
1753         * src/common/utils.h
1754                 Fix bug #2751 'g_mutex_new/g_mutex_free removed from GLib 2.32'
1755                 Thanks to Salvatore de Paolis
1756
1757 2012-10-10 [colin]      3.8.1cvs92
1758
1759         * src/folder.c
1760                 Fix bug #2744, "Quick search throws bad command 
1761                 argument error on Microsoft Exchange". Fall back
1762                 to local search if folder-specific search fails.
1763         * src/gtk/quicksearch.c
1764                 Typo fix.
1765
1766 2012-10-10 [colin]      3.8.1cvs91
1767
1768         * src/procmsg.h
1769                 Make what the tags list contain more clear
1770
1771 2012-10-10 [colin]      3.8.1cvs90
1772
1773         * src/inc.c
1774         * src/mbox.c
1775         * src/common/smtp.c
1776         * src/common/smtp.h
1777                 Fix bug #2639, "The MSGBUFSIZE definition collides with a definition of OpenBSD"
1778                 Patch by "madroach"
1779
1780 2012-10-10 [colin]      3.8.1cvs89
1781
1782         * autogen.sh
1783                 Fix bug #2638, "Respect $LEX environment variable in autogen.sh"
1784
1785 2012-10-10 [colin]      3.8.1cvs88
1786
1787         * src/compose.c
1788                 Leak fix (thanks Ricardo!)
1789
1790 2012-10-10 [colin]      3.8.1cvs87
1791
1792         * src/common/utils.c
1793                 Fix O(n^2) algorithm in remove_numbered_files_not_in_list
1794                 Initial patch by Igor Mammedov <imammedo@redhat.com> with
1795                 fixes by Michael Rasmussen and myself.
1796                 Also revert part of 3.8.1cvs86, g_slist_free_full() 
1797                 semantics are different from slist_free_strings() in that
1798                 slist_free_strings does not free the list itself.
1799
1800 2012-10-09 [mones]      3.8.1cvs86
1801
1802         * doc/man/claws-mail.1
1803         * src/compose.c
1804         * src/common/utils.c
1805                 New extra headers feature for adding user-defined
1806                 extra headers to the combobox in the compose window
1807                 Headers are stablished in 'extraheaderrc', one per
1808                 line with a final colon
1809
1810 2012-10-06 [mones]      3.8.1cvs85
1811
1812         * po/POTFILES.in
1813                 Added src/gtk/menu.c
1814         * src/common/defs.h
1815         * src/gtk/menu.c
1816         * src/gtk/menu.h
1817                 New function cm_menu_item_new_label_from_url to
1818                 avoid crashing on huge URL strings and warn user
1819                 about the possible causes
1820         * src/mainwindow.c
1821                 Use it to create List menu items safely
1822
1823 2012-10-04 [colin]      3.8.1cvs84
1824
1825         * src/imap.c
1826                 Fix keywords with spaces
1827
1828 2012-10-04 [colin]      3.8.1cvs83
1829
1830         * src/advsearch.c
1831                 Fix double-tag search. Maybe fixes bug #2744,
1832                 'Quick search throws bad command argument 
1833                 error since recent change'. Patch by Sean.
1834
1835 2012-10-03 [mones]      3.8.1cvs82
1836
1837         * src/procmime.c
1838                 Fix bug #2743 'null pointer crash in procmime strchr'
1839                 Patch by Michael Schwendt (from RedHat bug 862578) 
1840
1841 2012-09-28 [colin]      3.8.1cvs81
1842
1843         * src/advsearch.c
1844                 Never search on server if we're offline
1845                 (Asking the user would and will be better)
1846         * src/imap.c
1847                 Fix uninitialized variable (bogus) warning
1848                 Fix SELECT of the folder before searching
1849
1850 2012-09-27 [colin]      3.8.1cvs80
1851
1852         * src/advsearch.c
1853         * src/imap.c
1854         * src/etpan/imap-thread.c
1855         * src/etpan/imap-thread.h
1856                 Implement IMAP server search. Patch by
1857                 Sean Buckheister again.
1858
1859 2012-09-26 [colin]      3.8.1cvs79
1860
1861         * src/main.c
1862         * src/matcher.c
1863         * src/matcher.h
1864                 Prepare the context strings, their translation take
1865                 CPU time. Shaves 6 seconds out of 17 on my reference
1866                 folder body search.
1867         * src/summary_search.c
1868                 Fix a warning
1869
1870 2012-09-26 [colin]      3.8.1cvs78
1871
1872         * src/matcher.c
1873         * src/procmime.c
1874         * src/procmime.h
1875                 Unlock I/O in procmime, give a way
1876                 for matcher to avoid having to
1877                 read/write tmp/rewind/read tmp for
1878                 body matches.
1879
1880 2012-09-26 [colin]      3.8.1cvs77
1881
1882         * src/summary_search.c
1883                 Fix unresponsive stop button
1884         * src/gtk/quicksearch.c
1885                 Fix busy cursor
1886
1887 2012-09-26 [colin]      3.8.1cvs76
1888
1889         * src/summary_search.c
1890         * src/summaryview.c
1891         * src/summaryview.h
1892         * src/gtk/quicksearch.c
1893                 Factorize search code in summary_search and
1894                 add a progress indicator as that slows down
1895                 the first result in case of body search.
1896
1897 2012-09-26 [colin]      3.8.1cvs75
1898
1899         * src/folder.c
1900                 Fix body search triggering GUI updates
1901                 for every message when it gets MSG_SCANNED
1902                 set.
1903
1904 2012-09-26 [colin]      3.8.1cvs74
1905
1906         * src/folder.c
1907         * src/folder.h
1908         * src/imap.c
1909         * src/procmsg.c
1910         * src/procmsg.h
1911         * src/summaryview.c
1912                 Factorize msg list to num list code;
1913                 Make search faster using cache instead
1914                 of network I/O
1915
1916 2012-09-25 [mones]      3.8.1cvs73
1917
1918         * src/gtk/quicksearch.c
1919                 Fix new expressions not being added to quicksearch
1920                 history in extended mode; patch by Sean Buckheister
1921
1922 2012-09-22 [mir]        3.8.1cvs72
1923
1924         * src/advsearch.c
1925                 Fix for not searching in folders marked 'no_select'
1926                 patch provided by Colin.
1927
1928 2012-09-22 [mones]      3.8.1cvs71
1929
1930         * src/advsearch.c
1931                 Add missing copyright header
1932
1933 2012-09-21 [colin]      3.8.1cvs70
1934
1935         * src/folder.c
1936                 Fix warning where msgcount was used
1937                 uninitialized in case the search was
1938                 to be performed on a message list subset.
1939
1940 2012-09-21 [colin]      3.8.1cvs69
1941
1942         * src/gtk/quicksearch.c
1943                 Fix error background not appearing
1944
1945 2012-09-21 [colin]      3.8.1cvs68
1946
1947         * src/Makefile.am
1948         * src/advsearch.c ** ADDED **
1949         * src/advsearch.h ** ADDED **
1950         * src/folder.c
1951         * src/folder.h
1952         * src/folderview.c
1953         * src/imap.c
1954         * src/main.c
1955         * src/matcher.c
1956         * src/matcher.h
1957         * src/matchertypes.h ** ADDED **
1958         * src/mh.c
1959         * src/mimeview.c
1960         * src/news.c
1961         * src/proctypes.h
1962         * src/summary_search.c
1963         * src/summaryview.c
1964         * src/summaryview.h
1965         * src/gtk/quicksearch.c
1966         * src/gtk/quicksearch.h
1967                 Separated GUI and logic for search
1968                 Use same logic for quicksearch and folder search
1969                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
1970
1971 2012-09-19 [mones]      3.8.1cvs67
1972
1973         * src/mainwindow.c
1974                 Remove spurious parameter from get_url_part and
1975                 fix potential buffer overflow
1976
1977 2012-09-19 [colin]      3.8.1cvs66
1978
1979         * src/addressbook.c
1980         * src/addrselect.c
1981                 Un-mix mixed enum comparison which happened
1982                 to work because multiple enums define the same
1983                 values.
1984
1985 2012-09-19 [colin]      3.8.1cvs65
1986
1987         * src/addrindex.c
1988         * src/editaddress.c
1989         * src/editldap.c
1990         * src/exporthtml.c
1991         * src/jpilot.c
1992         * src/procmime.c
1993         * src/plugins/bogofilter/bogofilter_gtk.c
1994         * src/plugins/pgpcore/prefs_gpg.c
1995         * src/plugins/smime/smime.c
1996         * src/plugins/spamassassin/spamassassin_gtk.c
1997                 More warning fixes, casts, useless variables and
1998                 unchecked return values
1999
2000 2012-09-19 [colin]      3.8.1cvs64
2001
2002         * src/mainwindow.c
2003                 Check possible overflow
2004         * src/prefs_account.c
2005         * src/prefs_compose_writing.c
2006         * src/prefs_logging.c
2007         * src/prefs_message.c
2008         * src/prefs_msg_colors.c
2009         * src/prefs_other.c
2010         * src/prefs_receive.c
2011         * src/prefs_summaries.c
2012         * src/prefs_wrapping.c
2013                 fix GtkAdjustment casts
2014         * src/common/ssl.c
2015                 fix warnings
2016         * src/gtk/gtkaspell.c
2017                 fix warnings
2018
2019 2012-09-19 [mones]      3.8.1cvs63
2020
2021         * src/addritem.c
2022                 Fix leak and follow function specification
2023
2024 2012-09-19 [mones]      3.8.1cvs62
2025
2026         * src/action.c
2027                 Use unused var c to check result and emit messages on error
2028         * src/addrbook.c
2029                 Remove unused vars: attr (several functions), element
2030         * src/addrclip.c
2031                 Use unused var newGroup to check result
2032         * src/addrcustomattr.c
2033                 Remove unused var summaryview and related code
2034         * src/addressbook.c
2035                 Use unused vars nn, newNode, idleID to check result
2036                 Remove unused var aoType and refactor logic around it
2037                 Comment var enabled and related debug code
2038         * src/msgcache.c
2039                 Use unused var error to check result and emit debug messages
2040         * src/textview.c
2041                 Remove unused var link_color
2042         * src/toolbar.c
2043                 Remove unused vars: attr, retVal
2044
2045 2012-09-19 [colin]      3.8.1cvs61
2046
2047         * src/imap.c
2048         * src/inc.c
2049         * src/news.c
2050         * src/send_message.c
2051         * src/common/socket.c
2052                 More precise error logging
2053
2054 2012-09-16 [mones]      3.8.1cvs60
2055
2056         * src/action.c                                                          
2057                 Removed dup calls with ignored result
2058         * src/addr_compl.c                                                    
2059                 Removed unused var is_group and simplified logic around it      
2060         * src/addrharvest.c                                                  
2061         * src/matcher.c
2062         * src/procmsg.c                                                  
2063         * src/etpan/etpan-thread-manager.c                                    
2064                 Use unused var r to verify result and emit messages on error
2065         * src/compose.c                                                  
2066                 Move color variable into conditional usage blocks
2067                 Remove assigned but not used vars: lock, titles, count    
2068         * src/edittags.c
2069                 Remove assigned but not used var actions                        
2070         * src/folderview.c
2071                 Remove assigned but not used vars: from_parent, src_node        
2072         * src/imap_gtk.c
2073         * src/mh_gtk.c                                                    
2074                 Remove malloc-ed but not used var: old_path                  
2075         * src/news.c
2076                 Comment unused vars from commented block: tofetch, fetched      
2077         * src/prefs_account.c
2078                 Remove assigned but not used var: privacy_enabled
2079         * src/prefs_actions.c
2080         * src/prefs_customheader.c
2081                 Remove assigned but not used var: store
2082         * src/prefs_filtering.c
2083                 Remove assigned but not used var: n_rows
2084         * src/prefs_template.c
2085                 Remove assigned but not used vars: model, list_store
2086         * src/prefs_toolbar.c
2087                 Remove assigned but not used var: win_titles
2088         * src/printing.c
2089                 Remove assigned but not used vars: orientation, line, baseline,
2090                 off_chars 
2091         * src/etpan/imap-thread.c
2092                 Remove assigned but not used var: value, r
2093                 Refactor to check correct memory allocation
2094         * src/etpan/nntp-thread.c
2095                 Remove assigned but not used var: value
2096         * src/gtk/gtkaspell.c
2097                 Remove assigned but not used vars: textbuf, exist
2098                 Remove unused function: find_gtkaspeller
2099         * src/gtk/gtkcmctree.c
2100                 Remove unused function: gtk_cmctree_get_offset
2101         * src/gtk/gtkshruler.c
2102                 Remove assigned but not used vars: ruler, priv
2103
2104 2012-09-14 [mones]      3.8.1cvs59
2105
2106         * src/common/log.c
2107                 Check file operation results (and remove and
2108                 unused var warning)
2109
2110 2012-09-14 [colin]      3.8.1cvs58
2111
2112         * src/gtk/inputdialog.c
2113                 Remove unused var, thanks Ticho
2114
2115 2012-09-13 [colin]      3.8.1cvs57
2116
2117         * src/stock_pixmap.c
2118                 Fix missing \n in debug line
2119
2120 2012-09-13 [colin]      3.8.1cvs56
2121
2122         * src/main.c
2123                 Don't listen on the Unix socket before we're
2124                 ready. The 'popup' order from another instance
2125                 may provoke a race and trash configuration files.
2126
2127 2012-09-13 [colin]      3.8.1cvs55
2128
2129         * src/imap.c
2130                 Maybe fix bug #2096, "MEMORY-ERROR w/ 
2131                 Claws-Mail/IMAP and Lotus Domino". Use
2132                 correct types for start/end and test if
2133                 start is indeed before end.
2134
2135 2012-09-12 [mones]      3.8.1cvs54
2136
2137         * src/prefs_other.c
2138                 Fix bug #1975 'preference mutt key bindings do not take
2139                 effect' (and the other invalid paths too)
2140
2141 2012-09-12 [colin]      3.8.1cvs53
2142
2143         * src/procmsg.c
2144                 Revert that hunk, logic is unclear.
2145
2146 2012-09-12 [colin]      3.8.1cvs52
2147
2148         * src/addressbook.c
2149         * src/addrharvest.c
2150         * src/addrindex.c
2151         * src/addritem.c
2152         * src/compose.c
2153         * src/edittags.c
2154         * src/folder.c
2155         * src/imap.c
2156         * src/inc.c
2157         * src/ldif.c
2158         * src/mainwindow.c
2159         * src/mbox.c
2160         * src/mimeview.c
2161         * src/mutt.c
2162         * src/partial_download.c
2163         * src/prefs_filtering_action.c
2164         * src/prefs_toolbar.c
2165         * src/printing.c
2166         * src/procheader.c
2167         * src/procmime.c
2168         * src/procmsg.c
2169         * src/summaryview.c
2170         * src/textview.c
2171         * src/common/utils.c
2172         * src/etpan/imap-thread.c
2173         * src/gtk/gtkaspell.c
2174         * src/plugins/pgpcore/sgpgme.c
2175                 More fixes from bug #1961:
2176                 - Write-only variables
2177                 - Null pointer dereferences
2178                 - A couple other fixes for which the reporter
2179                   was unsure, but which showed problems.
2180                 More details in bug #1961 comments.
2181
2182 2012-09-12 [colin]      3.8.1cvs51
2183
2184         * src/compose.c
2185         * src/mh.c
2186         * src/common/ssl.c
2187         * src/plugins/pgpcore/passphrase.c
2188                 Apply patches from bug #1961, "patches for
2189                 a couple of clang warnings":
2190                 - Check return codes
2191                 - Remove dead code
2192
2193 2012-09-12 [colin]      3.8.1cvs50
2194
2195         * claws-mail.pc.in
2196                 Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
2197                 where the included menu.h could come from Ncurses.
2198                 Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
2199
2200 2012-09-11 [colin]      3.8.1cvs49
2201
2202         * src/main.c
2203                 Fix race condition at start.
2204
2205 2012-09-10 [colin]      3.8.1cvs48
2206
2207         * src/main.c
2208                 Create lock socket as soon as possible, not after
2209                 a few things like caching all prefs.
2210
2211 2012-09-09 [mones]      3.8.1cvs47
2212
2213         * src/plugins/bogofilter/bogofilter.c
2214                 Add missing include
2215
2216 2012-09-08 [colin]      3.8.1cvs46
2217
2218         * AUTHORS
2219         * src/Makefile.am
2220         * src/action.c
2221         * src/addr_compl.c
2222         * src/addrbook.c
2223         * src/compose.c
2224         * src/compose.h
2225         * src/editaddress.c
2226         * src/filtering.c
2227         * src/folder.c
2228         * src/folder.h
2229         * src/folderview.h
2230         * src/headerview.h
2231         * src/imap_gtk.c
2232         * src/localfolder.c
2233         * src/main.c
2234         * src/mainwindow.c
2235         * src/mainwindow.h
2236         * src/matcher.c
2237         * src/matcher_parser_parse.y
2238         * src/messageview.c
2239         * src/messageview.h
2240         * src/mh.c
2241         * src/mh_gtk.c
2242         * src/mimeview.c
2243         * src/mimeview.h
2244         * src/noticeview.h
2245         * src/prefs_account.c
2246         * src/prefs_account.h
2247         * src/prefs_filtering.c
2248         * src/prefs_filtering_action.c
2249         * src/prefs_gtk.h
2250         * src/prefs_matcher.c
2251         * src/prefs_template.c
2252         * src/prefs_toolbar.c
2253         * src/privacy.c
2254         * src/procheader.h
2255         * src/procmime.c
2256         * src/procmime.h
2257         * src/procmsg.c
2258         * src/procmsg.h
2259         * src/proctypes.h
2260         * src/remotefolder.c
2261         * src/summaryview.c
2262         * src/summaryview.h
2263         * src/textview.c
2264         * src/textview.h
2265         * src/toolbar.c
2266         * src/uri_opener.c
2267         * src/viewtypes.h
2268         * src/common/defs.h
2269         * src/gtk/authors.h
2270         * src/gtk/description_window.c
2271         * src/plugins/trayicon/trayicon.c
2272                 Break circular dependencies in Claws' headers,
2273                 Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
2274
2275 2012-09-08 [colin]      3.8.1cvs45
2276
2277         * src/textview.c
2278                 Fix shortcut getting
2279
2280 2012-09-05 [colin]      3.8.1cvs44
2281
2282         * src/matcher.c
2283         * src/matcher.h
2284         * src/prefs_matcher.c
2285                 Drop matcherprop_new_create, which is just a copy of
2286                 matcherprop_new, and staticalize what can be
2287
2288 2012-09-05 [colin]      3.8.1cvs43
2289
2290         * src/plugins/pgpcore/select-keys.c
2291                 Fix bug #2390, "Non-fully-trusted-key-warning appears
2292                 based on primary UID rather than recipient e-mail"
2293
2294 2012-08-29 [colin]      3.8.1cvs42
2295
2296         * src/gtk/gtkaspell.c
2297                 Fix bug #2596, "Spell checker does not work properly"
2298
2299 2012-08-29 [colin]      3.8.1cvs41
2300
2301         * src/plugins/pgpcore/sgpgme.c
2302                 Set gpgme's locale to UTF-8. Fixes bug #2650,
2303                 "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
2304
2305 2012-08-29 [colin]      3.8.1cvs40
2306
2307         * src/mainwindow.c
2308         * src/messageview.c
2309         * src/mimeview.c
2310         * src/mimeview.h
2311         * src/summaryview.c
2312         * src/textview.c
2313         * src/gtk/menu.c
2314         * src/gtk/menu.h
2315                 Move the hardcoded mimeview shortcuts to standard menus.
2316
2317 2012-08-27 [colin]      3.8.1cvs39
2318
2319         * src/main.c
2320                 Fix double mainwindow presentation that confuses GNOME3
2321                 when some plugins fail to load (subsequent Claws windows
2322                 got no focus in that case)
2323
2324 2012-08-27 [colin]      3.8.1cvs38
2325
2326         * src/summaryview.c
2327                 Make Mark all read confirmation button more clear
2328
2329 2012-08-27 [colin]      3.8.1cvs37
2330
2331         * src/mainwindow.c
2332         * src/summaryview.c
2333                 Separate "Mark all read" from "Mark as read"
2334                 and "Ignore thread"
2335
2336 2012-08-27 [wwp]        3.8.1cvs36
2337
2338         * src/inc.c
2339         * src/procmsg.c
2340                 Remove session statistics debug statements (irrelevant in repo,
2341                 that's dev stuff).
2342
2343 2012-08-24 [mones]      3.8.1cvs35
2344
2345         * manual/advanced.xml
2346                 Keep alphabetic order of hidden options lost
2347                 and update Clawsker URL.
2348         * manual/de/advanced.xml
2349         * manual/fr/advanced.xml
2350                 Update Clawsker URL.
2351         * manual/es/advanced.xml
2352                 Sync with English version and update Clawsker URL.
2353         * manual/de/dist/html/Makefile.am
2354         * manual/es/dist/html/Makefile.am
2355         * manual/fr/dist/html/Makefile.am
2356         * manual/pl/dist/html/Makefile.am
2357         * manual/dist/html/Makefile.am
2358                 Fix bug 2723 'Missing encoding in generated html manual'
2359
2360 2012-08-23 [colin]      3.8.1cvs34
2361
2362         * src/mainwindow.c
2363                 Fix --offline asking if one wants to sync,
2364                 due to re-entering. Thanks <ebik@ucw.cz>.
2365
2366 2012-08-16 [colin]      3.8.1cvs33
2367
2368         * src/imap.c
2369                 Always clear the tags list when fetching a folder, or
2370                 Claws will never untag an untagged email. Patch by
2371                 Igor Mammedov <imammedo@redhat.com>
2372
2373 2012-08-12 [colin]      3.8.1cvs32
2374
2375         * src/compose.c
2376                 Exclude text/plain from the attachment thing
2377
2378 2012-08-12 [colin]      3.8.1cvs31
2379
2380         * src/messageview.c
2381                 Fix comparison, thanks to Michael Gmelin
2382
2383 2012-08-12 [colin]      3.8.1cvs30
2384
2385         * src/messageview.c
2386                 Only show HTML parts by default (if the pref
2387                 is set so) if the part disposition-type is
2388                 inline or unknown, but not attachment.
2389         * src/common/ssl.c
2390                 Remove useless hook that won't ever be used
2391                 on windows
2392
2393 2012-08-12 [colin]      3.8.1cvs29
2394
2395         * src/compose.c
2396                 Make sure text/* attachments are not made
2397                 inline, regardless of the compose mode.
2398                 Finishes fixing bug #2203 after auto-save
2399                 switches mode to COMPOSE_REEDIT. Thanks to
2400                 Michael Gmelin for finding this.
2401
2402 2012-08-09 [colin]      3.8.1cvs28
2403
2404         * src/prefs_filtering.c
2405                 Make treeView type-ahead case insensitive
2406                 Patch by Andreas Ronnquist
2407
2408 2012-08-09 [colin]      3.8.1cvs27
2409
2410         * src/gtk/sslcertwindow.c
2411                 Fix leak
2412
2413 2012-08-09 [colin]      3.8.1cvs26
2414
2415         * src/common/ssl.c
2416         * src/common/ssl_certificate.c
2417         * src/common/ssl_certificate.h
2418         * src/gtk/sslcertwindow.c
2419                 Fix bug 2718, "Failure to check peer hostname
2420                 when checking certificate"
2421
2422 2012-08-05 [ticho]      3.8.1cvs25
2423
2424         * src/compose.c
2425                 Avoid header combo box to get focus twice (first text within,
2426                 then combobox widget itself) when switching focus with TAB.
2427
2428 2012-07-28 [ticho]      3.8.1cvs24
2429
2430         * src/compose.c
2431                 Properly fix setting "transient for" for attachment properties
2432                 dialog when called via popup menu (since we're stealing focus
2433                 few lines before, we need to do it directly, not via
2434                 manage_window_*).
2435
2436 2012-07-28 [ticho]      3.8.1cvs23
2437
2438         * src/gtk/pluginwindow.c
2439         * src/gtk/prefswindow.c
2440                 Fixed setting "transient for" property for plugin load/unload
2441                 file dialog. Connected manage_window signals to prefswindow events.
2442
2443 2012-07-27 [ticho]      3.8.1cvs22
2444
2445         * src/summaryview.c
2446         * src/textview.c
2447                 Fixed setting "transient for" property for summaryview file
2448                 dialog and messageview's image save dialog.
2449
2450 2012-07-27 [ticho]      3.8.1cvs21
2451
2452         * src/crash.c
2453         * src/mimeview.c
2454                 Fix setting "transient for" property for file select dialogs
2455                 in crash report and mimeview.
2456
2457 2012-07-27 [ticho]      3.8.1cvs20
2458
2459         * src/compose.c
2460                 Fixed "transient for" property for file attach dialog when
2461                 called from Attachments list popup menu. Simplified menu item
2462                 sensitivities setting code logic for this menu.
2463
2464 2012-07-25 [ticho]      3.8.1cvs19
2465
2466         * manual/advanced.xml
2467                 Add the three hidden preferences related to colored display
2468                 of unified diffs to manual.
2469
2470 2012-07-25 [ticho]      3.8.1cvs18
2471
2472         * src/gtk/gtkaspell.c
2473                 Create "Change directory" submenu in a separate function, change
2474                 wording a bit, and make the submenu always available in a context
2475                 menu of body edit box in compose window.
2476
2477 2012-07-25 [ticho]      3.8.1cvs17
2478
2479         * src/gtk/prefswindow.c
2480                 Correctly set transient_for property for preferences window,
2481                 as well as for color picker dialogs. Fixes bug #2710.
2482
2483 2012-07-25 [ticho]      3.8.1cvs16
2484
2485         * src/gtk/quicksearch.c
2486                 Allow quicksearch syntax description window to be correctly
2487                 set transient for main window.
2488
2489 2012-07-15 [wwp]        3.8.1cvs15
2490
2491         * src/procmime.c
2492                 Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
2493
2494 2012-07-10 [paul]       3.8.1cvs14
2495
2496         * src/procmime.c
2497                 forgot this in last commit
2498
2499 2012-07-10 [paul]       3.8.1cvs13
2500
2501         * src/messageview.c
2502         * src/common/defs.h
2503         * src/common/quoted-printable.c
2504         * src/common/quoted-printable.h
2505                 revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
2506                 the bug: partial message text loss
2507
2508 2012-07-10 [mones]      3.8.1cvs12
2509
2510         * src/plugins/pgpcore/sgpgme.c
2511                 Fix bug 2689, 'segfault when trying to view info
2512                 about pgp/smime sign'
2513
2514 2012-07-08 [ticho]      3.8.1cvs11
2515
2516         * src/plugins/pgpcore/sgpgme.c
2517                 Consider marginal signature validity as untrusted. Suggested by
2518                 Jean-Benoist Leger (leger at crans.org).
2519
2520 2012-07-08 [paul]       3.8.1cvs10
2521
2522         * src/gtk/icon_legend.c
2523                 fix (reveal) hidden icon in gui and build warning
2524
2525 2012-07-07 [paul]       3.8.1cvs9
2526
2527         * src/plugins/pgpcore/prefs_gpg.c
2528                 fix build
2529
2530 2012-07-07 [colin]      3.8.1cvs8
2531
2532         * claws-features.h.in
2533         * src/codeconv.h
2534         * src/imap_gtk.h
2535         * src/inc.h
2536         * src/jpilot.h
2537         * src/messageview.h
2538         * src/msgcache.h
2539         * src/news_gtk.h
2540         * src/partial_download.h
2541         * src/pop.h
2542         * src/prefs_account.h
2543         * src/prefs_common.h
2544         * src/printing.h
2545         * src/procmime.h
2546         * src/procmsg.h
2547         * src/stock_pixmap.c
2548         * src/textview.h
2549         * src/common/defs.h
2550         * src/common/log.h
2551         * src/common/session.h
2552         * src/common/smtp.h
2553         * src/common/socket.h
2554         * src/common/ssl.h
2555         * src/common/ssl_certificate.h
2556         * src/common/timing.h
2557         * src/common/utils.h
2558         * src/gtk/gtkaspell.h
2559         * src/gtk/gtkutils.h
2560         * src/gtk/pluginwindow.h
2561         * src/gtk/spell_entry.h
2562         * src/gtk/sslcertwindow.h
2563                 Don't export config.h in public headers
2564
2565 2012-07-07 [colin]      3.8.1cvs7
2566
2567         * claws-features.h.in
2568         * configure.ac
2569         * Makefile.am
2570         * src/account.c
2571         * src/action.c
2572         * src/addr_compl.c
2573         * src/addrcustomattr.c
2574         * src/addrduplicates.c
2575         * src/addressadd.c
2576         * src/addressbook.c
2577         * src/addressbook_foldersel.c
2578         * src/addrgather.c
2579         * src/addrindex.c
2580         * src/alertpanel.c
2581         * src/autofaces.c
2582         * src/browseldap.c
2583         * src/codeconv.c
2584         * src/codeconv.h
2585         * src/compose.c
2586         * src/crash.c
2587         * src/customheader.c
2588         * src/displayheader.c
2589         * src/editaddress.c
2590         * src/editaddress_other_attributes_ldap.c
2591         * src/editbook.c
2592         * src/editgroup.c
2593         * src/editjpilot.c
2594         * src/editldap.c
2595         * src/editldap_basedn.c
2596         * src/edittags.c
2597         * src/editvcard.c
2598         * src/exphtmldlg.c
2599         * src/expldifdlg.c
2600         * src/export.c
2601         * src/exporthtml.c
2602         * src/exportldif.c
2603         * src/folder.c
2604         * src/folder_item_prefs.c
2605         * src/grouplistdialog.c
2606         * src/headerview.c
2607         * src/image_viewer.c
2608         * src/imap.c
2609         * src/imap_gtk.c
2610         * src/imap_gtk.h
2611         * src/import.c
2612         * src/importldif.c
2613         * src/importmutt.c
2614         * src/importpine.c
2615         * src/inc.c
2616         * src/inc.h
2617         * src/jpilot.c
2618         * src/jpilot.h
2619         * src/ldapctrl.c
2620         * src/ldaplocate.c
2621         * src/ldapquery.c
2622         * src/ldapserver.c
2623         * src/ldapupdate.c
2624         * src/ldaputil.c
2625         * src/main.c
2626         * src/manual.c
2627         * src/matcher.c
2628         * src/mbox.c
2629         * src/message_search.c
2630         * src/messageview.h
2631         * src/mh.c
2632         * src/mh_gtk.c
2633         * src/mimeview.c
2634         * src/msgcache.c
2635         * src/msgcache.h
2636         * src/news.c
2637         * src/news_gtk.c
2638         * src/news_gtk.h
2639         * src/noticeview.c
2640         * src/partial_download.c
2641         * src/partial_download.h
2642         * src/pop.c
2643         * src/pop.h
2644         * src/prefs_account.c
2645         * src/prefs_account.h
2646         * src/prefs_actions.c
2647         * src/prefs_common.c
2648         * src/prefs_common.h
2649         * src/prefs_compose_writing.c
2650         * src/prefs_customheader.c
2651         * src/prefs_display_header.c
2652         * src/prefs_ext_prog.c
2653         * src/prefs_filtering.c
2654         * src/prefs_filtering_action.c
2655         * src/prefs_folder_column.c
2656         * src/prefs_folder_item.c
2657         * src/prefs_fonts.c
2658         * src/prefs_gtk.c
2659         * src/prefs_image_viewer.c
2660         * src/prefs_logging.c
2661         * src/prefs_matcher.c
2662         * src/prefs_message.c
2663         * src/prefs_msg_colors.c
2664         * src/prefs_other.c
2665         * src/prefs_quote.c
2666         * src/prefs_receive.c
2667         * src/prefs_send.c
2668         * src/prefs_spelling.c
2669         * src/prefs_summaries.c
2670         * src/prefs_summary_column.c
2671         * src/prefs_summary_open.c
2672         * src/prefs_toolbar.c
2673         * src/prefs_wrapping.c
2674         * src/printing.c
2675         * src/printing.h
2676         * src/procheader.c
2677         * src/procmime.c
2678         * src/procmime.h
2679         * src/procmsg.h
2680         * src/quote_fmt.c
2681         * src/recv.c
2682         * src/send_message.c
2683         * src/setup.c
2684         * src/ssl_manager.c
2685         * src/statusbar.c
2686         * src/summary_search.c
2687         * src/textview.c
2688         * src/textview.h
2689         * src/toolbar.c
2690         * src/undo.c
2691         * src/unmime.c
2692         * src/uri_opener.c
2693         * src/wizard.c
2694         * src/common/claws.c
2695         * src/common/defs.h
2696         * src/common/hooks.c
2697         * src/common/log.c
2698         * src/common/log.h
2699         * src/common/plugin.c
2700         * src/common/prefs.c
2701         * src/common/session.c
2702         * src/common/session.h
2703         * src/common/smtp.c
2704         * src/common/smtp.h
2705         * src/common/socket.c
2706         * src/common/socket.h
2707         * src/common/ssl.c
2708         * src/common/ssl.h
2709         * src/common/ssl_certificate.c
2710         * src/common/ssl_certificate.h
2711         * src/common/string_match.c
2712         * src/common/tags.c
2713         * src/common/timing.h
2714         * src/common/utils.c
2715         * src/common/utils.h
2716         * src/etpan/etpan-thread-manager.c
2717         * src/etpan/imap-thread.c
2718         * src/etpan/nntp-thread.c
2719         * src/gtk/about.c
2720         * src/gtk/combobox.c
2721         * src/gtk/description_window.c
2722         * src/gtk/filesel.c
2723         * src/gtk/gtkaspell.c
2724         * src/gtk/gtkaspell.h
2725         * src/gtk/gtkshruler.c
2726         * src/gtk/gtkunit.c
2727         * src/gtk/gtkutils.c
2728         * src/gtk/gtkutils.h
2729         * src/gtk/gtkvscrollbutton.c
2730         * src/gtk/icon_legend.c
2731         * src/gtk/inputdialog.c
2732         * src/gtk/logwindow.c
2733         * src/gtk/menu.c
2734         * src/gtk/pluginwindow.c
2735         * src/gtk/pluginwindow.h
2736         * src/gtk/prefswindow.c
2737         * src/gtk/progressdialog.c
2738         * src/gtk/quicksearch.c
2739         * src/gtk/spell_entry.c
2740         * src/gtk/spell_entry.h
2741         * src/gtk/sslcertwindow.c
2742         * src/gtk/sslcertwindow.h
2743         * src/plugins/bogofilter/bogofilter.c
2744         * src/plugins/bogofilter/bogofilter_gtk.c
2745         * src/plugins/dillo_viewer/dillo_prefs.c
2746         * src/plugins/dillo_viewer/dillo_viewer.c
2747         * src/plugins/pgpcore/pgp_viewer.c
2748         * src/plugins/pgpcore/plugin.c
2749         * src/plugins/pgpcore/sgpgme.c
2750         * src/plugins/pgpinline/pgpinline.c
2751         * src/plugins/pgpinline/plugin.c
2752         * src/plugins/pgpmime/pgpmime.c
2753         * src/plugins/pgpmime/plugin.c
2754         * src/plugins/smime/plugin.c
2755         * src/plugins/smime/smime.c
2756         * src/plugins/spamassassin/libspamc.c
2757         * src/plugins/spamassassin/spamassassin.c
2758         * src/plugins/spamassassin/spamassassin_gtk.c
2759         * src/plugins/trayicon/trayicon.c
2760         * src/plugins/trayicon/trayicon_prefs.c
2761                 Specify Claws compile-time features in a specific header
2762
2763 2012-07-06 [wwp]        3.8.1cvs6
2764
2765         * src/main.c
2766         * src/gtk/about.c
2767                 Session statistics: format date following global prefs,
2768                 and fix stats output a little bit.
2769
2770 2012-07-03 [mir]        3.8.1cvs5
2771
2772         * src/procmime.c
2773             fix bug 2642, 'improve transfer encoding selection'.
2774             Patch provided by Christopher Zimmermann
2775             (madroach claws at gmerlin dot de)
2776
2777 2012-07-03 [mir]        3.8.1cvs4
2778
2779         * src/procmime.c
2780         * src/common/defs.h
2781             fix bug 2641, '7bit or 8bit encoded attachments can
2782             have lines longer than 998 characters'.
2783             Patch provided by Christopher Zimmermann
2784             (madroach claws at gmerlin dot de)
2785
2786
2787 2012-07-03 [mir]        3.8.1cvs3
2788
2789         * src/procmime.c
2790         * src/common/defs.h
2791             fix bug 2641, '7bit or 8bit encoded attachments can
2792             have lines longer than 998 characters'.
2793             Patch provided by Christopher Zimmermann
2794             (madroach claws at gmerlin dot de)
2795
2796 2012-07-03 [mir]        3.8.1cvs2
2797
2798         * src/messageview.c
2799         * src/procmime.c
2800         * src/common/quoted-printable.c
2801         * src/common/quoted-printable.h
2802             fix bug 2640, 'improve quoted-printable encoding'
2803             Patch provided by madroach claws at gmerlin dot de
2804
2805 2012-06-30 [paul]       3.8.1cvs1
2806
2807         * Makefile.am
2808                 fix bug 2579, 'Installed headers redefine autotools-specific constants'
2809
2810 2012-06-27 [paul]       3.8.1
2811         * NEWS
2812         * README
2813         * RELEASE_NOTES 
2814                 3.8.1 unleashed!
2815                 
2816 2012-06-27 [paul]       3.8.0cvs58
2817
2818         * configure.ac
2819                 fix minimum required GTK+, which got mistakenly bumped
2820                 in 3.8.0cvs36
2821
2822 2012-06-27 [paul]       3.8.0cvs57
2823
2824         * configure.ac
2825         * po/cs.po
2826         * po/de.po
2827         * po/es.po
2828         * po/fr.po
2829         * po/hu.po
2830         * po/id_ID.po
2831         * po/lt.po
2832         * po/pt_BR.po
2833         * po/sk.po
2834         * po/sv.po
2835         * po/zh_CN.po
2836         * po/zh_TW.po
2837                 updated translations
2838         * src/gtk/authors.h
2839         * tools/claws.i18n.status.pl
2840                 updated based on currently active
2841
2842 2012-06-25 [mir]        3.8.0cvs56
2843
2844         * src/folder.c
2845             If a folder class returns <> 0 then the message has not
2846             been removed from the file system and therefore it should
2847             not be removed from the cache either.
2848
2849 2012-06-20 [ticho]      3.8.0cvs55
2850
2851         * src/mh.c
2852                 Fix for bug #1090 - Standard-folders appear again
2853                 after rescanning tree
2854
2855 2012-06-20 [paul]       3.8.0cvs54
2856
2857         * src/prefs_common.c
2858         * src/prefs_common.h
2859         * src/textview.c
2860         * src/textview.h
2861                 colourise attached patches.
2862                 Patch by Ticho
2863
2864 2012-06-02 [wwp]        3.8.0cvs53
2865
2866         * src/gtk/progressdialog.c
2867                 Add a hide button to the retrieve/send progress dialogs. WM's close button
2868                 now hides (as well as pressing Esc) instead of doing nothing.
2869
2870 2012-06-02 [wwp]        3.8.0cvs52
2871
2872         * doc/man/claws-mail.1
2873         * src/main.c
2874         * src/main.h
2875         * src/inc.c
2876         * src/procmsg.c
2877         * src/gtk/about.c
2878                 Introduce a new feature: basic session statistics (from the about dialog
2879                 or the command-line).
2880
2881 2012-06-02 [wwp]        3.8.0cvs51
2882
2883         * src/compose.c
2884                 Fix bug 2620: shift+tab from subject field not working.
2885
2886 2012-06-02 [wwp]        3.8.0cvs50
2887
2888         * src/compose.c
2889         * src/mainwindow.c
2890         * src/messageview.c
2891                 Normalize capitalization of strings in UI.
2892
2893 2012-05-30 [paul]       3.8.0cvs49
2894
2895         * src/common/ssl.c
2896                 don't do TLS if not requested by user. fixes connecting to
2897                 servers which, for example, want SSL 3 only
2898
2899 2012-05-27 [paul]       3.8.0cvs48
2900
2901         * *
2902                 update copyright headers to 2012
2903
2904 2012-05-27 [paul]       3.8.0cvs47
2905
2906         * src/editldap.c
2907         * src/prefs_actions.c
2908         * src/gtk/about.c
2909                 fix some typos in strings, thanks to Thomas Bellmann
2910
2911 2012-05-16 [paul]       3.8.0cvs46
2912
2913         * src/prefs_filtering_action.c
2914                 fix disabled 'select...' button that never goes away
2915                 when using the new addr book
2916                 
2917
2918 2012-05-16 [colin]      3.8.0cvs45
2919
2920         * src/common/utils.c
2921                 And fix leak
2922
2923 2012-05-16 [colin]      3.8.0cvs44
2924
2925         * src/common/utils.c
2926                 Make remove_numbered_files much faster when there's
2927                 just one file to remove.
2928
2929 2012-05-16 [paul]       3.8.0cvs43
2930
2931         * src/matcher.c
2932                 fix bug 2662, '"ag" quicksearch adds "1" to value'
2933
2934 2012-05-16 [paul]       3.8.0cvs42
2935
2936         * src/gtk/description_window.c
2937                 fix bug 2624, 'dialog "Action Configuration" cannot be closed'
2938
2939 2012-05-16 [paul]       3.8.0cvs41
2940
2941         * src/common/ssl_certificate.c
2942                 fix bug 2646, 'Compile fails with gnutls-3.0.18'
2943                 Patch by Christian Hesse
2944
2945 2012-05-11 [colin]      3.8.0cvs40
2946
2947         * src/mimeview.c
2948         * src/common/utils.c
2949                 Fix bug 2659, 'E-mail attachments are handled
2950                 inconsistently'
2951                 Fix problems iterating the mime tree, and determine
2952                 whether a file is an email without To:
2953
2954 2012-04-03 [colin]      3.8.0cvs39
2955
2956         * src/Makefile.am
2957                 Fix build (damn whitespace-sensitive file format)
2958
2959 2012-04-02 [colin]      3.8.0cvs38
2960
2961         * src/Makefile.am
2962                 Fix incomplete make dist
2963
2964 2012-04-02 [colin]      3.8.0cvs37
2965
2966         * src/compose.c
2967                 Fix mistakenly removed function call
2968
2969 2012-04-01 [colin]      3.8.0cvs36
2970
2971         * configure.ac
2972         * src/.cvsignore
2973         * src/Makefile.am
2974         * src/addr_compl.c
2975         * src/addressadd.c
2976         * src/addressadd.h
2977         * src/addressbook-dbus.c
2978         * src/addressbook-dbus.h
2979         * src/addrgather.c
2980         * src/addrgather.h
2981         * src/addrharvest.c
2982         * src/addrharvest.h
2983         * src/claws-contacts.xml
2984         * src/compose.c
2985         * src/compose.h
2986         * src/filtering.c
2987         * src/headerview.c
2988         * src/main.c
2989         * src/mainwindow.c
2990         * src/messageview.c
2991         * src/prefs_common.c
2992         * src/prefs_filtering_action.c
2993         * src/prefs_matcher.c
2994         * src/summaryview.c
2995         * src/textview.c
2996         * src/toolbar.c
2997         * src/plugins/bogofilter/bogofilter_gtk.c
2998         * src/plugins/dillo_viewer/dillo_prefs.c
2999         * src/plugins/spamassassin/spamassassin_gtk.c
3000         * src/plugins/trayicon/trayicon.c
3001                 Import new addressbook code from the new-contacts branch
3002
3003 2012-03-29 [paul]       3.8.0cvs35
3004
3005         * AUTHORS
3006         * src/gtk/authors.h
3007         * src/gtk/quicksearch.c
3008                 add 'ha', short version of 'has_attachment' in quick search
3009                 Patch by Andreas Rönnquist
3010
3011 2012-03-26 [mones]      3.8.0cvs34
3012
3013         * src/common/plugin.c
3014                 Support 2 and 3-clause BSD licensed plugins
3015
3016 2012-03-15 [pawel]      3.8.0cvs33
3017
3018         * src/messageview.c
3019         * src/textview.c
3020                 - Make separate window info more accurate about
3021                 move to trash/deletion.
3022                 - Fix busy cursor
3023
3024 2012-03-14 [pawel]      3.8.0cvs32
3025
3026         * src/folder.c
3027         * src/messageview.c
3028         * src/messageview.h
3029         * src/procmsg.h
3030         * src/summaryview.c
3031         * src/textview.c
3032         * src/textview.h
3033                 Better fix for bug #2501
3034                 Instead of leaving blank window after message move or delete,
3035                 update separate view to next message in message list or
3036                 display info why view is blank. This was discussed
3037                 in bug #2621 comments.
3038
3039 2012-03-11 [colin]      3.8.0cvs31
3040
3041         * src/gtk/gtkcmctree.c
3042         * src/gtk/authors.h
3043         * AUTHORS
3044                 Fix focus rectangle on unfocused rows
3045                 Patch by Michael Shell
3046
3047 2012-02-29 [colin]      3.8.0cvs30
3048
3049         * src/gtk/gtkcmctree.c
3050                 Fix bug #2577, "Focus rectangle on folder list and message 
3051                 list headings doesn't get properly cleared when switching 
3052                 heading and horizontally scrolling list (underlines and 
3053                 vertical lines remain on screen)". Patch by Michael Shell
3054
3055 2012-02-13 [pawel]      3.8.0cvs29
3056
3057         * src/messageview.c
3058                 Fix crasher when double clicking on IMAP message and
3059                 MessageView is not shown introduced in cvs21
3060                 Patch by mones
3061
3062 2012-02-10 [pawel]      3.8.0cvs28
3063
3064         * src/filtering.c
3065                 Fix bug #2598 'Actions can move locked messages'
3066
3067 2012-02-08 [pawel]      3.8.0cvs27
3068
3069         * src/prefs_actions.c
3070         * src/prefs_actions.h
3071         * src/prefs_toolbar.c
3072         * src/prefs_toolbar.h
3073         * src/toolbar.c
3074         * src/toolbar.h
3075                 - Implement automatic removal of toolbar action buttons when
3076                   associated action is removed
3077                 - Don't allow creation of two actions with the same name,
3078                   before all executions/removals were performed on first action
3079                   with duplicated name in linked list which wasn't always
3080                   correct behaviour
3081
3082 2012-02-05 [colin]      3.8.0cvs26
3083
3084         * src/main.c
3085         * src/mainwindow.c
3086         * src/messageview.c
3087         * src/messageview.h
3088         * src/prefs_common.c
3089         * src/prefs_common.h
3090         * src/procmsg.c
3091         * src/procmsg.h
3092         * src/summaryview.c
3093         * src/summaryview.h
3094                 Add an history to navigate in mails
3095
3096 2012-02-05 [colin]      3.8.0cvs25
3097
3098         * src/procmime.c
3099                 Fix inverted comparison in list_find_custom.
3100
3101 2012-02-03 [wwp]        3.8.0cvs24
3102
3103         * src/gtk/progressdialog.c
3104         Make translators life easier: use View log instead of Show log
3105         (thanks, gusnan!).
3106
3107 2012-02-02 [pawel]      3.8.0cvs23
3108
3109         * src/folderview.c
3110                 Fix bug #2590 'Un-capitalize strings'
3111                 Patch by Christian Hesse
3112
3113 2012-02-02 [pawel]      3.8.0cvs22
3114
3115         * src/mainwindow.c
3116                 Fix bug #2595 
3117                 'Change expand behavior for message list / message view'
3118                 Patch by Christian Hesse
3119
3120 2012-02-02 [pawel]      3.8.0cvs21
3121
3122         * src/folder.c
3123         * src/messageview.c
3124         * src/messageview.h
3125         * src/procmsg.h
3126                 Fix bug #2501 'opened message blanks when moved to other folder'
3127                 Detect message move and update message window contents 
3128                 accordingly, if message is moved to trash close window
3129
3130 2012-02-01 [pawel]      3.8.0cvs20
3131
3132         * src/jpilot.c
3133         * src/mutt.c
3134         * src/pine.c
3135         * src/procmsg.c
3136         * src/vcard.c
3137         * src/gtk/sslcertwindow.c
3138                 More strncat boundary checks
3139
3140 2012-01-31 [wwp]        3.8.0cvs19
3141
3142         * src/gtk/gtkutils.c
3143         Fix warnings in gtkutils: wrong function name, missing newline, typo and
3144         long line wrapping.
3145
3146 2012-01-31 [wwp]        3.8.0cvs18
3147
3148         * src/gtk/progressdialog.c
3149         * src/gtk/progressdialog.h
3150         * src/inc.c
3151         * src/send_message.c
3152         Add a button to the retrieve/send dialogs to
3153         open the network log.
3154
3155 2012-01-25 [wwp]        3.8.0cvs17
3156
3157         * src/addr_compl.c
3158         Remove debug statement.
3159
3160 2012-01-20 [pawel]      3.8.0cvs16
3161
3162         * src/addrbook.c
3163         * src/exportldif.c
3164                 Fix bug #2574 'Statement might be overflowing a
3165                 buffer in strncat'
3166
3167 2012-01-20 [pawel]      3.8.0cvs15
3168
3169         * src/mimeview.c
3170                 Fix bug #2582 'Expanded mimeview drag n drop no longer works'
3171
3172 2012-01-14 [colin]      3.8.0cvs14
3173
3174         * commitHelper
3175                 Update tracker trigger url
3176
3177 2012-01-10 [wwp]        3.8.0cvs13
3178
3179         * src/mainwindow.c
3180         * src/mainwindow.h
3181         * src/toolbar.c
3182                 Fix sensitivity of toolbar's get_btn (retrieve mail from current
3183                 account) and of mainwindows's relevant entry when current account
3184                 is not able to retrieve (SMTP-only).
3185
3186 2012-01-09 [colin]      3.8.0cvs12
3187
3188         * src/summaryview.c
3189                 Fix bug 1924, 'Messages marked move to Trash appear 
3190                 identical to messages marked move to $FOLDER'
3191
3192 2012-01-05 [colin]      3.8.0cvs11
3193
3194         * src/main.c
3195                 Fix crasher infinite loop
3196
3197 2012-01-03 [colin]      3.8.0cvs10
3198
3199         * src/gtk/gtkcmctree.c
3200                 Revert previous patch, it's buggy on headers
3201
3202 2012-01-03 [colin]      3.8.0cvs9
3203
3204         * src/gtk/gtkcmctree.c
3205                 Fix bug #2566, 'wrapped Subject not bounded'
3206
3207 2011-12-29 [pawel]      3.8.0cvs8
3208
3209         * src/compose.c
3210         * src/compose.h
3211         * src/main.c
3212         * src/mimeview.c
3213                 Make forwarding selected attachment possible from
3214                 mimeview's context menu
3215                 Fixex bug #2047 'forward attachments'
3216
3217 2011-12-28 [paul]       3.8.0cvs7
3218
3219         * src/prefs_account.c
3220                 show 'Generate X-Mailer header' option on new IMAP account creation dialogue
3221
3222 2011-12-28 [colin]      3.8.0cvs6
3223
3224         * src/mimeview.c
3225                 Fix fix
3226
3227 2011-12-28 [colin]      3.8.0cvs5
3228
3229         * src/mimeview.c
3230                 Fix GTK+2.16 build (w32)
3231
3232 2011-12-18 [mir]        3.8.0cvs4
3233
3234         * src/ldapctrl.c
3235             Fix bug in search criteria when doing a
3236             complete directory search using '*'
3237
3238 2011-12-16 [mir]        3.8.0cvs3
3239
3240         * src/Makefile.am
3241             Added forgotten replied_and_forwarded.xpm to EXTRA_DIST
3242
3243 2011-12-16 [wwp]        3.8.0cvs2
3244
3245         * src/procmsg.c
3246         * src/stock_pixmap.c
3247         * src/stock_pixmap.h
3248         * src/summaryview.c
3249         * src/gtk/icon_legend.c
3250         * src/pixmaps/replied_and_forwarded.xpm
3251           Make replied and forwarded status flags non exclusive.
3252           Introduce a new message state (and relevant icon in message list)
3253           where both the replied and forwarded flags are set.
3254
3255 2011-12-16 [paul]       3.8.0cvs1
3256
3257         * tools/claws.i18n.status.pl
3258                 update id to id_ID
3259
3260 2011-12-16 [paul]       3.8.0
3261         * NEWS
3262         * README
3263         * RELEASE_NOTES 
3264                 3.8.0 unleashed!                
3265
3266 2011-12-16 [paul]       3.7.10cvs113
3267
3268         * configure.ac
3269         * po/cs.po
3270         * po/es.po
3271         * po/fr.po
3272         * po/hu.po
3273         * po/id.po **REMOVED**
3274         * po/id_ID.po **ADDED**
3275         * po/pt_BR.po
3276         * po/ru.po
3277         * po/sk.po
3278         * po/uk.po
3279                 updates
3280
3281 2011-12-09 [pawel]      3.7.10cvs112
3282
3283         * src/summaryview.c
3284         * src/gtk/quicksearch.c
3285         * src/gtk/quicksearch.h
3286                 Invalidate quicksearch root folder when removed
3287                 Fixes bug #2560 'crash when unsubscribing newsgroup and
3288                 having active search field'
3289
3290 2011-12-08 [pawel]      3.7.10cvs111
3291
3292         * src/mimeview.c
3293                 Better fix for cvs94
3294
3295 2011-12-08 [wwp]        3.7.10cvs110
3296
3297         * src/compose.c
3298         Make "From" widget set independant from recipient lists below,
3299         so that it doesn't scroll when several recipients headers
3300         are added and eventually are scrolling the view.
3301         Path by Christian Hesse <mail@earthworm.de>.
3302         Fixes bug #2481 'do not scroll "from" dropdown list and sender
3303         address'.
3304
3305 2011-12-02 [paul]       3.7.10cvs109
3306
3307         * src/mainwindow.c
3308         * src/messageview.c
3309                 consistent label style
3310
3311 2011-11-29 [wwp]        3.7.10cvs108
3312
3313         * src/plugins/trayicon/libeggtrayicon/.cvsignore
3314         More generated stuff to ignore.
3315
3316 2011-11-29 [wwp]        3.7.10cvs107
3317
3318         * src/prefs_folder_item.c
3319         Fix CLAWS_TIP_DECL (undefined).
3320
3321 2011-11-28 [pawel]      3.7.10cvs106
3322
3323         * src/addrbook.c
3324         * src/addrbook.h
3325         * src/addressbook.c
3326                 Fix bug #2177 'addrbook/addrbook-00000?.xml is not deleted
3327                 after removing the address book in the GUI'
3328
3329 2011-11-26 [pawel]      3.7.10cvs105
3330
3331         * src/folder.c
3332                 Fix bug #2505 'tagsdb becomes polluted with old folder entries'
3333
3334 2011-11-25 [colin]      3.7.10cvs104
3335
3336         * src/imap_gtk.c
3337         * src/mh_gtk.c
3338                 Warning fixes
3339
3340 2011-11-24 [pawel]      3.7.10cvs103
3341
3342         * src/prefs_filtering.c
3343                 Complete cvs102, forgot to commit this
3344
3345 2011-11-24 [pawel]      3.7.10cvs102
3346
3347         * src/account.c
3348         * src/filtering.c
3349         * src/filtering.h
3350         * src/imap_gtk.c
3351         * src/mh_gtk.c
3352         * src/prefs_actions.c
3353         * src/prefs_actions.h
3354                 Implement actions updating on folder/account rename
3355                 This fixes bug #2543 'filter actions in actionsrc not
3356                 updated upon account renaming'
3357
3358 2011-11-24 [wwp]        3.7.10cvs101
3359
3360         * src/gtk/gtkcmctree.c
3361                 Remove irrelevant cairo directive (thanks to Hanno).
3362
3363 2011-11-23 [wwp]        3.7.10cvs100
3364
3365         * src/gtk/gtkcmctree.c
3366                 Make arrows in gtkcmctree's less big (get rid of the outlining),
3367                 patch by Hanno Meyer-Thurow (h.mth@web.de), with few adaptations in offsets/sizes
3368                 calculation.
3369
3370 2011-11-22 [colin]      3.7.10cvs99
3371
3372         * src/account.c
3373         * src/prefs_filtering.c
3374         * src/prefs_filtering.h
3375                 Partly revert 3.7.10cvs97 (bug #2404, bug #2406):
3376                 The existing functions should do the job as well
3377                 if not better, as they take into account the
3378                 separator.
3379
3380 2011-11-21 [pawel]      3.7.10cvs98
3381
3382         * src/prefs_account.c
3383                 Fix bug #2116 'Rip spaces off server names in account
3384                 configuration'
3385                 g_strstrip() domain names to be sure they are valid
3386
3387 2011-11-21 [pawel]      3.7.10cvs97
3388
3389         * src/account.c
3390         * src/prefs_filtering.c
3391         * src/prefs_filtering.h
3392                 Fix bug #2404 'matcherrc updates upon account renaming'
3393                 Fix bug #2406 'some part of accountrc not updated upon
3394                 account rename'
3395                 Renaming account cause changing of it's root folder prefix
3396                 from #<type>/<old_name> to #<type>/<new_name> so every
3397                 path directing to it must be altered. Fix paths in account
3398                 preferences, global processing and filtering rules, folder
3399                 processing rules upon rename
3400
3401 2011-11-20 [pawel]      3.7.10cvs96
3402
3403         * src/filtering.c
3404         * src/filtering.h
3405         * src/prefs_actions.c
3406                 Fix bug #1489 'Filter action mark_as_read inoperative
3407                 following move action'
3408                 Sort actions lists to have proper order of execution
3409
3410 2011-11-20 [pawel]      3.7.10cvs95
3411
3412         * src/prefs_actions.c
3413         * src/prefs_filtering.c
3414         * src/prefs_template.c
3415                 Fix bug #1870 'arrow scrolling in filters'
3416                 Allow arrow scrolling in dialogs with list view widgets
3417                 plus couple fixes of issues I found along the way
3418
3419 2011-11-19 [pawel]      3.7.10cvs94
3420
3421         * src/mimeview.c
3422                 Don't highlight icons on right-click, they are not
3423                 selected and other part is shown which is confusing
3424
3425 2011-11-19 [mones]      3.7.10cvs93
3426
3427         * manual/advanced.xml
3428                 Fix manual build
3429
3430 2011-11-19 [mones]      3.7.10cvs92
3431
3432         * manual/advanced.xml
3433         * manual/es/advanced.xml
3434                 Document undocumented hidden option 'zero_replacement_char'
3435                 Synchronize Spanish manual with English version
3436
3437 2011-11-19 [pawel]      3.7.10cvs91
3438
3439         * src/mainwindow.c
3440         * src/messageview.c
3441         * src/prefs_common.c
3442         * src/prefs_common.h
3443         * src/summaryview.c
3444         * src/textview.c
3445         * src/textview.h
3446                 Fix bug #2377 'Show All Headers - make change persistent
3447                 between sessions'
3448
3449 2011-11-19 [pawel]      3.7.10cvs90
3450
3451         * src/folder.c
3452         * src/folder.h
3453         * src/folder_item_prefs.c
3454         * src/folderview.c
3455         * src/mainwindow.c
3456         * src/mainwindow.h
3457         * src/summaryview.c
3458         * src/summaryview.h
3459         * src/gtk/authors.h
3460                 Fix bug #1563 'Folder view: show complete threads if they
3461                 contain unread messages'
3462                 Add option to show only threads with unread messages
3463                 initial patch by Paul Ollis, my small additions:
3464                 - when checking thread for unread finish on first unread
3465                 - make thread options unavailable when threading is off
3466                 - hide_unread_msgs and hide_unread_threads are mutually
3467                   exclusive options, set menus sensitivity accordingly
3468                 - set folder item icon type similiar to hide_unread_msgs
3469
3470 2011-11-19 [colin]      3.7.10cvs89
3471
3472         * src/procheader.c
3473                 Constness fix
3474
3475 2011-11-18 [pawel]      3.7.10cvs88
3476
3477         * src/compose.c
3478         * src/mainwindow.c
3479         * src/mimeview.c
3480         * src/mimeview.h
3481         * src/prefs_common.c
3482         * src/prefs_common.h
3483                 Fix bug #2408 'Some UI elements are not persistent
3484                 between sessions'
3485                 Remember size of main window, compose notebook, mimeview
3486                 tree widgets between claws-mail runs. Compose window
3487                 size saving was already done in cvs74
3488
3489 2011-11-18 [mones]      3.7.10cvs87
3490
3491         * src/compose.c
3492         * src/procheader.c
3493         * src/procheader.h
3494                 Fixes bug #2509, "manually added headers are lost unless
3495                 mail is sent inmediately"
3496
3497 2011-11-17 [pawel]      3.7.10cvs86
3498
3499         * src/mimeview.c
3500                 Fix crasher reported in bug #2543
3501
3502 2011-11-13 [colin]      3.7.10cvs85
3503
3504         * src/compose.c
3505                 Make compose windows printable
3506
3507 2011-11-11 [colin]      3.7.10cvs84
3508
3509         * configure.ac
3510                 Fix build on Fedora 16. -lm was probably pulled by something
3511                 else previously.
3512
3513 2011-11-11 [pawel]      3.7.10cvs83
3514
3515         * src/mainwindow.c
3516         * src/mimeview.c
3517         * src/mimeview.h
3518         * src/summaryview.c
3519                 Port MimeView to GtkTreeView
3520
3521 2011-11-11 [colin]      3.7.10cvs82
3522
3523         * src/prefs_common.c
3524                 Use %x (The preferred date representation for the current locale
3525                 without the time)
3526
3527 2011-11-10 [paul]       3.7.10cvs81
3528
3529         * src/prefs_common.c
3530                 use european date format as default
3531
3532 2011-11-08 [pawel]      3.7.10cvs80
3533
3534         * src/summaryview.c
3535                 Fix bug #2422 'Toggle Message View w/ V crashes Claws'
3536                 Fix race condition - don't try to hide messageview while
3537                 being in the middle of message displaying routine.
3538
3539 2011-11-08 [colin]      3.7.10cvs79
3540
3541         * src/codeconv.c
3542                 Make sure we break line when we need to. Very probably
3543                 fixes bug #2310 "Crash when hitting Ctrl+R to reply to a 
3544                 particular mail"
3545
3546 2011-11-07 [pawel]      3.7.10cvs78
3547
3548         * src/imap_gtk.c
3549                 Fix bug #2493 'Subscription pull down should be alphabetized'
3550
3551 2011-11-07 [pawel]      3.7.10cvs77
3552
3553         * src/mimeview.c
3554         * src/textview.c
3555         * src/textview.h
3556                 Make Home & End keys work in textview
3557
3558 2011-11-06 [colin]      3.7.10cvs76
3559
3560         * src/mainwindow.c
3561                 Oops, some unwanted undo got commited.
3562
3563 2011-11-06 [colin]      3.7.10cvs75
3564
3565         * src/mainwindow.c
3566                 Don't iconify/deiconify. Instead, just show nothing
3567                 before asked to.
3568
3569 2011-11-06 [pawel]      3.7.10cvs74
3570
3571         * src/compose.c
3572                 Fix compose window size saving / restoring
3573
3574 2011-11-06 [pawel]      3.7.10cvs73
3575
3576         * src/mimeview.c
3577         * src/messageview.c
3578                 Optimize message displaying, in some conditions parts were
3579                 displayed twice causing flickering. For example first html
3580                 source and then rendering output from html plugin of the
3581                 same part.
3582
3583 2011-11-05 [wwp]        3.7.10cvs72
3584
3585         * src/gtk/gtkaspell.c
3586                 Fix compilation where 'null' is undefined (use NULL instead).
3587
3588 2011-11-05 [colin]      3.7.10cvs71
3589
3590         * src/gtk/gtkaspell.c
3591                 No need to show a backtrace if gtkaspell is null
3592
3593 2011-11-05 [pawel]      3.7.10cvs70
3594
3595         * src/gtk/gtkaspell.c
3596                 Fix crasher when spellchecking is not enabled
3597
3598 2011-11-02 [mones]      3.7.10cvs69
3599
3600         * doc/man/claws-mail.1
3601                 fixed hyphens (patch from Debian packaging)
3602                 fixed header to follow man style closely 
3603                 documented new option --compose-from-file
3604                 removed INSTALLATION section, doesn't belong to manpage
3605                 added ENVIRONMENT, COPYRIGHT and BUGS sections
3606                 expanded FILES section to include certs and autofaces dirs
3607                 expanded SEE ALSO section to include manual and plugins
3608
3609 2011-11-01 [colin]      3.7.10cvs68
3610
3611         * src/common/utils.c
3612                 Fix wrong debug stuff commited.
3613
3614 2011-11-01 [colin]      3.7.10cvs67
3615
3616         * src/compose.c
3617         * src/main.c
3618         * src/common/utils.c
3619         * src/gtk/gtkaspell.c
3620         * src/gtk/gtkaspell.h
3621                 Fix huge slowness induced by spellcheck "while typing"
3622                 during initial quote rewraps.
3623
3624 2011-10-31 [pawel]      3.7.10cvs66
3625
3626         * src/messageview.c
3627         * src/mimeview.c
3628         * src/mimeview.h
3629         * src/summaryview.c
3630                 Fix bug #2526 'When reading message in separate window,
3631                 n and p keys do not work'
3632                 - fix key event handling in messageview
3633                 - remove bindings for 'n' and 'p' keys in mimeview (next-part
3634                   and prev-part actions)
3635                 - instead add 'z' key for prev-part, we have 'a' key 
3636                   for next-part already
3637
3638 2011-10-31 [colin]      3.7.10cvs65
3639
3640         * src/common/defs.h
3641                 Fix build with GLib 2.31. Thanks to Charles A. Edwards
3642
3643 2011-10-31 [pawel]      3.7.10cvs64
3644
3645         * src/summaryview.c
3646         * src/gtk/gtkutils.c
3647                 Fix bug #2303 'Next unread message enables message view'
3648                 Don't show previously hidden message view in main window
3649                 when user reads messages in external window
3650
3651 2011-10-31 [paul]       3.7.10cvs63
3652
3653         * src/prefs_template.c
3654                 revert part of 3.7.10cvs60 - it was a subjective change, all widgets
3655                 fit at 540 here, for those where they don't the dialogue can be made
3656                 larger by the user
3657
3658 2011-10-31 [paul]       3.7.10cvs62
3659
3660         * src/compose.c
3661                 revert 3.7.10cvs61, these entries _should_ be editable
3662
3663 2011-10-30 [pawel]      3.7.10cvs61
3664
3665         * src/compose.c
3666                 Those entries should not be editable
3667
3668 2011-10-30 [pawel]      3.7.10cvs60
3669
3670         * src/prefs_template.c
3671                 - Dialog needs more height to fit all widgets
3672                 - Clear template contents on delete
3673
3674 2011-10-30 [pawel]      3.7.10cvs59
3675
3676         * src/prefs_folder_item.c
3677                 Update summaryview after changing folder prefs when needed
3678
3679 2011-10-30 [pawel]      3.7.10cvs58
3680
3681         * src/mimeview.c
3682                 Remove key-press-event blocking, it only
3683                 emits GLib-GObject warnings
3684
3685 2011-10-29 [colin]      3.7.10cvs57
3686
3687         * src/addr_compl.c
3688                 Fix focus of completion window with gnome shell
3689                 Fixes bug #2525, "Address completion window does not get
3690                 keyboard focus"
3691
3692 2011-10-29 [colin]      3.7.10cvs56
3693
3694         * src/folderview.c
3695                 Fix flicker on recursive quicksearch
3696
3697 2011-10-28 [colin]      3.7.10cvs55
3698
3699         * src/alertpanel.c
3700         * src/mainwindow.c
3701                 Fix a bit the focus problem on Gnome shell
3702
3703 2011-10-26 [mones]      3.7.10cvs54
3704
3705         * src/compose.c
3706                 Add missing accelerator
3707
3708 2011-10-25 [colin]      3.7.10cvs53
3709
3710         * src/gtk/gtkcmclist.c
3711         * src/gtk/gtkcmctree.c
3712                 Fix colors, fix warnings
3713
3714 2011-10-25 [colin]      3.7.10cvs52
3715
3716         * src/gtk/gtkcmclist.c
3717         * src/gtk/gtkcmctree.c
3718                 Fix focus things.
3719
3720 2011-10-25 [colin]      3.7.10cvs51
3721
3722         * src/stock_pixmap.c
3723                 Fix build with gtk + 2.20
3724
3725 2011-10-25 [colin]      3.7.10cvs50
3726
3727         * src/compose.c
3728         * src/messageview.c
3729         * src/procmsg.c
3730         * src/procmsg.h
3731                 Fix locking when sending a single message
3732
3733 2011-10-25 [colin]      3.7.10cvs49
3734
3735         * src/gtk/colorlabel.c
3736                 GDK_ => GDK_KEY
3737         * src/gtk/gtkcmclist.c
3738                 Make row height closer to what it was
3739
3740 2011-10-25 [colin]      3.7.10cvs48
3741
3742         * src/stock_pixmap.c
3743                 Always use cairo to draw
3744
3745 2011-10-25 [colin]      3.7.10cvs47
3746
3747         * src/mimeview.c
3748                 Fix bug #2529, 'crash in mimeview_start_drag after
3749                 deleting message'. Patch by Ricardo
3750
3751 2011-10-23 [colin]      3.7.10cvs46
3752
3753         * src/gtk/gtkcmclist.c
3754         * src/gtk/gtkcmclist.h
3755         * src/gtk/gtkcmctree.c
3756                 Draw CMClist with cairo too.
3757
3758 2011-10-23 [colin]      3.7.10cvs45
3759
3760         * src/gtk/gtkcmclist.h
3761                 Fix build (this was not meant to be commited)
3762
3763 2011-10-23 [colin]      3.7.10cvs44
3764
3765         * src/addressadd.c
3766         * src/addressbook.c
3767         * src/addressbook_foldersel.c
3768         * src/editgroup.c
3769         * src/foldersel.c
3770         * src/folderview.c
3771         * src/grouplistdialog.c
3772         * src/prefs_common.c
3773         * src/prefs_common.h
3774         * src/summaryview.c
3775         * src/gtk/gtkcmclist.c
3776         * src/gtk/gtkcmclist.h
3777         * src/gtk/gtkcmctree.c
3778         * src/gtk/gtkcmctree.h
3779         * src/gtk/gtksctree.c
3780                 Refactor some tree stuff (lots of code duplication there)
3781                 and switch to cairo for tree rendering.
3782
3783 2011-10-23 [holger]     3.7.10cvs43
3784
3785         * src/filtering.c
3786                 Don't issue a warning for designed behaviour of the stop rule.
3787                 Fixes bug #2520, 'Please remove verbose "No further processing after rule %s" message.'
3788
3789 2011-10-22 [colin]      3.7.10cvs42
3790
3791         * src/printing.c
3792         * src/gtk/gtkshruler.c
3793         * src/gtk/gtkutils.h
3794                 Fix GTK+2.16 build
3795
3796 2011-10-22 [colin]      3.7.10cvs41
3797
3798         * src/account.c
3799         * src/addr_compl.c
3800         * src/addrgather.c
3801         * src/compose.c
3802         * src/editldap.c
3803         * src/expldifdlg.c
3804         * src/folderview.c
3805         * src/grouplistdialog.c
3806         * src/headerview.c
3807         * src/importldif.c
3808         * src/main.c
3809         * src/mainwindow.c
3810         * src/mimeview.c
3811         * src/noticeview.c
3812         * src/prefs_account.c
3813         * src/prefs_actions.c
3814         * src/prefs_ext_prog.c
3815         * src/prefs_filtering.c
3816         * src/prefs_folder_item.c
3817         * src/prefs_image_viewer.c
3818         * src/prefs_logging.c
3819         * src/prefs_msg_colors.c
3820         * src/prefs_other.c
3821         * src/prefs_send.c
3822         * src/prefs_spelling.c
3823         * src/prefs_summaries.c
3824         * src/prefs_template.c
3825         * src/printing.c
3826         * src/quote_fmt.c
3827         * src/send_message.c
3828         * src/statusbar.c
3829         * src/summary_search.c
3830         * src/summaryview.c
3831         * src/wizard.c
3832         * src/gtk/gtkcmclist.c
3833         * src/gtk/gtkcmctree.c
3834         * src/gtk/gtkcmoptionmenu.c
3835         * src/gtk/gtksctree.c
3836         * src/gtk/gtkutils.c
3837         * src/gtk/gtkutils.h
3838         * src/gtk/gtkvscrollbutton.c
3839         * src/gtk/inputdialog.c
3840         * src/gtk/pluginwindow.c
3841         * src/gtk/quicksearch.c
3842         * src/gtk/spell_entry.c
3843         * src/plugins/bogofilter/bogofilter_gtk.c
3844         * src/plugins/dillo_viewer/dillo_prefs.c
3845         * src/plugins/pgpcore/prefs_gpg.c
3846         * src/plugins/spamassassin/spamassassin_gtk.c
3847         * src/plugins/trayicon/trayicon.c
3848         * src/plugins/trayicon/trayicon_prefs.c
3849                 Remove all possible #if GTK_CHECK_VERSION() checks,
3850                 and make Claws build with GTK+2.16 (untested right
3851                 now), as the Gpg4Win project uses GTK+2.16 currently.
3852
3853 2011-10-22 [colin]      3.7.10cvs40
3854
3855         * src/gtk/gtkutils.h
3856         * configure.ac
3857                 Fix (hopefully) build with GTK+ 2.18.
3858
3859 2011-10-20 [paul]       3.7.10cvs39
3860
3861         * AUTHORS
3862         * src/ldif.c
3863         * src/gtk/authors.h
3864                 fix bug 2479, 'LDIF address book import matches tags case sensitive'
3865                 Patch by Bodo Graumann <mail@bodograumann.de>
3866
3867 2011-10-20 [mones]      3.7.10cvs38
3868
3869         * po/fr.po
3870         * src/common/defs.h
3871                 Fix references to old dotsrc mailing lists
3872
3873 2011-10-19 [mones]      3.7.10cvs37
3874
3875         * src/prefs_msg_colors.c
3876                 Fix Ok/Cancel buttons in color selector of preferences
3877
3878 2011-10-17 [colin]      3.7.10cvs36
3879
3880         * src/gtk/gtkshruler.c
3881                 (Probably) fix GTK+ <= 2.22
3882
3883 2011-10-17 [colin]      3.7.10cvs35
3884
3885         * src/gtk/gtkshruler.c
3886                 Fix GTK+2.22 build
3887
3888 2011-10-17 [mones]      3.7.10cvs34
3889
3890         * src/addrbook.c
3891         * src/exportldif.c
3892         * src/jpilot.c
3893         * src/mutt.c
3894         * src/pine.c
3895         * src/procmsg.c
3896         * src/vcard.c
3897                 Fix potential out-of-buffer writes
3898
3899 2011-10-17 [mones]      3.7.10cvs33
3900
3901         * src/main.c
3902                 Use just one g_print call per option; correct indentation
3903
3904 2011-10-17 [colin]      3.7.10cvs32
3905
3906         * src/compose.c
3907         * src/compose.h
3908         * src/gtk/Makefile.am
3909         * src/gtk/gtkshruler.c
3910         * src/gtk/gtkshruler.h
3911         * src/gtk/gtkunit.c
3912         * src/gtk/gtkunit.h
3913                 Reimplement ruler using the GTK widgets. Thanks
3914                 to Hanno for the initial patch.
3915
3916 2011-10-17 [colin]      3.7.10cvs31
3917
3918         * src/action.c
3919         * src/main.c
3920         * src/gtk/gtkutils.c
3921         * src/gtk/gtkutils.h
3922                 Undeprecate GIO/GdkCondition
3923
3924 2011-10-16 [mones]      3.7.10cvs30
3925
3926         * src/main.c
3927                 Add --compose-from-file option to open composition
3928                 window with the headers and body from a file; based
3929                 on Debian patch to fix http://bugs.debian.org/544868
3930
3931 2011-10-15 [mones]      3.7.10cvs29
3932
3933         * manual/advanced.xml
3934                 Document new summary_from_show hidden preference
3935
3936 2011-10-15 [paul]       3.7.10cvs28
3937
3938         * src/compose.c
3939                 compose_create_tags() - fix misplaced 'int i'
3940                 compose_entry_mark_default_to() - fix To field highlighting
3941
3942 2011-10-09 [colin]      3.7.10cvs27
3943
3944         * src/addr_compl.c
3945                 Fix address completion
3946
3947 2011-10-07 [colin]      3.7.10cvs26
3948
3949         * src/prefs_filtering_action.c
3950         * src/gtk/gtkutils.h
3951                 Fix build with GTK+2.20
3952
3953 2011-10-07 [colin]      3.7.10cvs25
3954
3955         * src/gtk/Makefile.am
3956         * src/gtk/gdkkeysyms-new.h
3957         * src/gtk/gtkutils.h
3958                 Copy the new GDK_KEY_* definitions for older GTKs
3959
3960 2011-10-07 [colin]      3.7.10cvs24
3961
3962         * configure.ac
3963                 Fix typos (thanks to Hanno)
3964
3965 2011-10-07 [colin]      3.7.10cvs23
3966
3967         * src/compose.c
3968         * src/gtk/gtkshruler.c
3969         * src/gtk/gtkshruler.h
3970                 Disable ruler starting from 2.24.
3971
3972 2011-10-07 [colin]      3.7.10cvs22
3973
3974         * configure.ac
3975         * src/messageview.c
3976         * src/gtk/Makefile.am
3977                 GTK2 build fix
3978
3979 2011-10-07 [colin]      3.7.10cvs21
3980
3981         * configure.ac
3982         * src/action.c
3983         * src/addr_compl.c
3984         * src/addrgather.c
3985         * src/compose.c
3986         * src/compose.h
3987         * src/editldap.c
3988         * src/mainwindow.c
3989         * src/message_search.c
3990         * src/mimeview.c
3991         * src/mimeview.h
3992         * src/prefs_account.c
3993         * src/prefs_compose_writing.c
3994         * src/prefs_filtering_action.c
3995         * src/prefs_folder_item.c
3996         * src/prefs_logging.c
3997         * src/prefs_matcher.c
3998         * src/prefs_message.c
3999         * src/prefs_other.c
4000         * src/prefs_receive.c
4001         * src/prefs_summaries.c
4002         * src/prefs_wrapping.c
4003         * src/printing.c
4004         * src/ssl_manager.c
4005         * src/statusbar.c
4006         * src/stock_pixmap.c
4007         * src/summary_search.c
4008         * src/textview.c
4009         * src/gtk/Makefile.am
4010         * src/gtk/colorlabel.c
4011         * src/gtk/gtkutils.c
4012         * src/gtk/gtkutils.h
4013         * src/gtk/logwindow.c
4014         * src/gtk/menu.c
4015         * src/gtk/menu.h
4016         * src/gtk/quicksearch.c
4017         * src/gtk/spell_entry.c
4018         * src/plugins/bogofilter/bogofilter_gtk.c
4019         * src/plugins/dillo_viewer/dillo_viewer.c
4020         * src/plugins/pgpcore/prefs_gpg.c
4021         * src/plugins/spamassassin/spamassassin_gtk.c
4022                 Bug #2371, "Port to GTK+ 3.0". Third patch from Hanno, starting
4023                 the real job. GtkCMOptionMenu and GTKHSRuler disabled, should be
4024                 ported (especially GtkCMOptionMenu)
4025
4026 2011-10-07 [colin]      3.7.10cvs20
4027
4028         * src/account.c
4029         * src/action.c
4030         * src/addr_compl.c
4031         * src/addrcustomattr.c
4032         * src/addrduplicates.c
4033         * src/addressadd.c
4034         * src/addressbook.c
4035         * src/addressbook_foldersel.c
4036         * src/addrgather.c
4037         * src/alertpanel.c
4038         * src/browseldap.c
4039         * src/compose.c
4040         * src/editaddress.c
4041         * src/editaddress_other_attributes_ldap.c
4042         * src/editbook.c
4043         * src/editgroup.c
4044         * src/editjpilot.c
4045         * src/editldap.c
4046         * src/editldap_basedn.c
4047         * src/edittags.c
4048         * src/editvcard.c
4049         * src/exphtmldlg.c
4050         * src/expldifdlg.c
4051         * src/export.c
4052         * src/foldersel.c
4053         * src/folderview.c
4054         * src/grouplistdialog.c
4055         * src/import.c
4056         * src/importldif.c
4057         * src/importmutt.c
4058         * src/importpine.c
4059         * src/mainwindow.c
4060         * src/message_search.c
4061         * src/messageview.c
4062         * src/mimeview.c
4063         * src/prefs_actions.c
4064         * src/prefs_customheader.c
4065         * src/prefs_display_header.c
4066         * src/prefs_filtering.c
4067         * src/prefs_filtering_action.c
4068         * src/prefs_folder_column.c
4069         * src/prefs_matcher.c
4070         * src/prefs_msg_colors.c
4071         * src/prefs_other.c
4072         * src/prefs_summaries.c
4073         * src/prefs_summary_column.c
4074         * src/prefs_summary_open.c
4075         * src/prefs_template.c
4076         * src/prefs_toolbar.c
4077         * src/printing.c
4078         * src/sourcewindow.c
4079         * src/ssl_manager.c
4080         * src/summary_search.c
4081         * src/summaryview.c
4082         * src/textview.c
4083         * src/uri_opener.c
4084         * src/gtk/about.c
4085         * src/gtk/colorsel.c
4086         * src/gtk/combobox.c
4087         * src/gtk/description_window.c
4088         * src/gtk/foldersort.c
4089         * src/gtk/gtkaspell.c
4090         * src/gtk/gtkcmclist.c
4091         * src/gtk/gtkcmctree.c
4092         * src/gtk/gtkcmoptionmenu.c
4093         * src/gtk/gtkutils.c
4094         * src/gtk/icon_legend.c
4095         * src/gtk/inputdialog.c
4096         * src/gtk/logwindow.c
4097         * src/gtk/pluginwindow.c
4098         * src/gtk/prefswindow.c
4099         * src/gtk/quicksearch.c
4100         * src/plugins/pgpcore/passphrase.c
4101         * src/plugins/pgpcore/select-keys.c
4102                 Bug #2371, "Port to GTK+ 3.0". Monster-patch by Hanno Meyer-Thurow
4103                 to replace GDK_* by GDK_KEY_*.
4104
4105 2011-10-07 [colin]      3.7.10cvs19
4106
4107         * AUTHORS
4108         * src/account.c
4109         * src/action.c
4110         * src/addr_compl.c
4111         * src/addressbook.c
4112         * src/alertpanel.c
4113         * src/compose.c
4114         * src/edittags.c
4115         * src/folderview.c
4116         * src/grouplistdialog.c
4117         * src/image_viewer.c
4118         * src/mainwindow.c
4119         * src/mimeview.c
4120         * src/noticeview.c
4121         * src/prefs_filtering_action.c
4122         * src/prefs_folder_column.c
4123         * src/prefs_msg_colors.c
4124         * src/prefs_summary_column.c
4125         * src/prefs_toolbar.c
4126         * src/printing.c
4127         * src/stock_pixmap.c
4128         * src/summaryview.c
4129         * src/textview.c
4130         * src/undo.c
4131         * src/wizard.c
4132         * src/gtk/about.c
4133         * src/gtk/authors.h
4134         * src/gtk/colorlabel.c
4135         * src/gtk/colorsel.c
4136         * src/gtk/gtkcmclist.c
4137         * src/gtk/gtkcmctree.c
4138         * src/gtk/gtkcmoptionmenu.c
4139         * src/gtk/gtksctree.c
4140         * src/gtk/gtkutils.c
4141         * src/gtk/gtkvscrollbutton.c
4142         * src/gtk/inputdialog.c
4143         * src/gtk/logwindow.c
4144         * src/gtk/menu.c
4145         * src/gtk/prefswindow.c
4146         * src/gtk/progressdialog.c
4147         * src/plugins/pgpcore/passphrase.c
4148         * src/plugins/trayicon/trayicon.c
4149                 Bug #2371, "Port to GTK+ 3.0": Use accessor functions.
4150                 Patch by Hanno Thurow-Meyer, many thanks to him !
4151
4152 2011-09-20 [colin]      3.7.10cvs18
4153
4154         * src/common/ssl.c
4155                 Fix bug #2502, 'gnutls_transport_set_lowat removed in
4156                 gnutls 3.0.3'
4157
4158 2011-09-18 [colin]      3.7.10cvs17
4159
4160         * src/news.c
4161                 Fix segfault when connection fails
4162
4163 2011-09-03 [colin]      3.7.10cvs16
4164
4165         * src/common/ssl.c
4166                 Use NORMAL instead of EXPORT priorities.
4167
4168 2011-09-02 [colin]      3.7.10cvs15
4169
4170         * configure.ac
4171         * src/common/ssl.c
4172                 Linking against gcrypt explicitely in order to call
4173                 gcry_control() for mutex setup isn't necessary anymore
4174                 starting from gnuTLS 2.11.
4175
4176 2011-08-31 [colin]      3.7.10cvs14
4177
4178         * src/plugins/pgpinline/pgpinline.c
4179         * src/plugins/pgpmime/pgpmime.c
4180                 Fix bug #2431, "Major memory leak in PGP message handling".
4181
4182 2011-08-31 [colin]      3.7.10cvs13
4183
4184         * AUTHORS
4185         * src/gtk/authors.h
4186         * src/mainwindow.c
4187         * src/messageview.c
4188         * src/gtk/authors.h
4189                 Apply Steve Rader's patch from bug #2388, "Add 
4190                 message view scrolling menu items"
4191
4192 2011-08-30 [colin]      3.7.10cvs12
4193
4194         * src/gtk/prefswindow.c
4195                 Fix layout issues (i.e. on SSL page if changing account
4196                 type prior to visiting it).
4197
4198 2011-08-30 [colin]      3.7.10cvs11
4199
4200         * configure.ac
4201         * src/common/ssl.c
4202                 Don't use deprecated functions for GnuTLS priorities.
4203                 Require GnuTLS 2.2 that is the first version with the
4204                 new function.
4205
4206 2011-08-30 [colin]      3.7.10cvs10
4207
4208         * src/common/socket.c
4209         * src/common/ssl.c
4210                 Long-term fix for bug #2402, "GnuTLS change breaks socket
4211                 communication", as per http://savannah.gnu.org/support/?107660
4212
4213 2011-08-30 [colin]      3.7.10cvs9
4214
4215         * src/etpan/imap-thread.c
4216         * src/etpan/nntp-thread.c
4217                 Remove dead openSSL code
4218
4219 2011-08-30 [colin]      3.7.10cvs8
4220
4221         * src/ssl_manager.c
4222         * src/common/ssl.c
4223         * src/common/ssl_certificate.c
4224         * src/common/ssl_certificate.h
4225         * src/etpan/imap-thread.c
4226         * src/etpan/nntp-thread.c
4227                 Fix bug #2127, "SSL cert check uses canonical name instead of
4228                 specified name"
4229
4230 2011-08-29 [colin]      3.7.10cvs7
4231
4232         * src/prefs_account.c
4233                 Fix X-Mailer option not appearing on IMAP
4234
4235 2011-08-29 [colin]      3.7.10cvs6
4236
4237         * src/plugins/pgpcore/Makefile.am
4238         * src/plugins/pgpinline/Makefile.am
4239         * src/plugins/pgpmime/Makefile.am
4240         * src/plugins/smime/Makefile.am
4241                 Windows build fix:
4242                 libtool: link: require no space between `-L' and `.'
4243
4244 2011-08-29 [colin]      3.7.10cvs5
4245
4246         * src/account.c
4247         * src/compose.c
4248         * src/prefs_account.c
4249         * src/prefs_account.h
4250                 Revert cvs4 which is rather illogical and instead
4251                 use Fabian's patch from bug #2471
4252
4253 2011-08-29 [colin]      3.7.10cvs4
4254
4255         * src/compose.c
4256                 Don't insert custom headers that have empty values.
4257                 Allows not inserting X-Mailer if it's set to nothing.
4258                 Fixes bug #2471, "Make setting an X-Mailer header optional".
4259
4260 2011-08-29 [colin]      3.7.10cvs3
4261
4262         * src/image_viewer.c
4263         * src/textview.c
4264         * src/gtk/gtkutils.c
4265         * src/gtk/gtkutils.h
4266                 Handle EXIF orientation in images (both in textview's
4267                 preview and image viewer)
4268
4269 2011-08-28 [paul]       3.7.10cvs2
4270
4271         * src/prefs_common.c
4272         * src/prefs_common.h
4273         * src/summaryview.c
4274                 add new hidden option to control the display in the From
4275                 column in the Message List: 0 (default): show name,
4276                 1: show address, 2: show name + address
4277
4278 2011-08-27 [paul]       3.7.10cvs1
4279
4280         * po/POTFILES.in
4281         * src/common/ssl_certificate.c
4282         * src/etpan/imap-thread.c
4283         * src/etpan/nntp-thread.c
4284                 offer up some missing log_error() strings to translators
4285
4286 2011-08-27 [paul]       3.7.10
4287         * NEWS
4288         * README
4289         * RELEASE_NOTES 
4290                 3.7.10 unleashed!               
4291
4292 2011-08-27 [paul]       3.7.9cvs52
4293
4294         * po/cs.po
4295         * po/fr.po
4296         * po/hu.po
4297         * po/lt.po
4298         * po/pt_BR.po
4299         * po/sk.po
4300                 updated by David Vachulka, wwp, Pader Rezso, Mindaugas
4301                 Baranauskas, Frederico Goncalves Guimaraes, and Slavko
4302
4303 2011-08-27 [mones]      3.7.9cvs51
4304
4305         * claws-mail.desktop
4306                 Include generic name and comment translations
4307                 Thanks to all the people on the translators ML!
4308
4309 2011-08-23 [paul]       3.7.9cvs50
4310
4311         * src/common/ssl.c
4312                 probable/possible fix/workaround for bug 2402,
4313                 'can't download message from pop3 server'
4314
4315 2011-08-18 [paul]       3.7.9cvs49
4316
4317         * manual/handling.xml
4318                 fix typos. thanks to vilpan
4319
4320 2011-08-17 [paul]       3.7.9cvs48
4321
4322         * tools/claws.i18n.status.pl
4323                 add Mindaugas Baranauskas (Lithuanian)
4324
4325 2011-08-14 [mir]        3.7.9cvs47
4326
4327         * src/news.c
4328         * src/etpan/nntp-thread.c
4329                 Fix bug 2418. Patch provided by Sébastien Bigaret with
4330                 some minor contribution by me.
4331
4332 2011-08-13 [mir]        3.7.9cvs46
4333
4334         * src/etpan/nntp-thread.c
4335                 Fix bug when NNTP server sends authentication warning
4336                 as part of the connection session. Privously etpan would
4337                 bail out for any return code other than NEWSNNTP_NO_ERROR
4338                 but as early as the connection session a return code like
4339                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_USERNAME and
4340                 NEWSNNTP_WARNING_REQUEST_AUTHORIZATION_PASSWORD should not
4341                 be considered as an error.
4342
4343 2011-08-12 [paul]       3.7.9cvs45
4344
4345         * src/mimeview.c
4346                 3.7.9cvs43 mistakenly dropped off the info
4347                 about the mime part from the tooltip
4348
4349 2011-08-12 [wwp]        3.7.9cvs44
4350
4351         * src/gtk/quicksearch.c
4352          Fix duplicate key accel (thanks to Ra-Mones-Mones II).
4353
4354 2011-08-09 [paul]       3.7.9cvs43
4355
4356         * src/mimeview.c
4357                 fix bug 2420, 'Invalid markup in icon tooltip text after signature check'
4358
4359 2011-08-06 [paul]       3.7.9cvs42
4360
4361         * src/compose.c
4362                 fix cursor placement in Forward template
4363
4364 2011-08-06 [paul]       3.7.9cvs41
4365
4366         * src/gtk/description_window.c
4367                 fix bug 1963, 'Preferences Templates Information Window Focus loss'
4368
4369 2011-08-05 [holger]     3.7.9cvs40
4370
4371         * claws-mail.desktop
4372                 Revert 3.7.9cvs35 for now, it may be problematic
4373                 (see bug #2450)
4374
4375 2011-08-05 [paul]       3.7.9cvs39
4376
4377         * src/mainwindow.c
4378         * src/messageview.c
4379                 use 'Collapse quotes' rather than 'Fold quotes' on
4380                 labels, for consistency
4381         * src/toolbar.c
4382                 use 'Receive mail from account' rather than 'on account'
4383
4384 2011-07-30 [mir]        3.7.9cvs38
4385
4386         * src/etpan/Makefile.am
4387         * src/plugins/pgpcore/Makefile.am
4388         * src/plugins/pgpmime/Makefile.am
4389         * src/plugins/smime/Makefile.am
4390                 Fix broken build on Debian Sid. enchant.h cannot be
4391                 found unless $(ENCHANT_CFLAGS) and $(ENCHANT_LIBS) are
4392                 present in Makefile.am. Apparently enchant.h in older
4393                 versions were placed in /usr/include which is always
4394                 scanned be default.
4395
4396 2011-07-21 [mones]      3.7.9cvs37
4397
4398         * src/common/plugin.c
4399         * src/common/plugin.h
4400                 Make licences allowed for plugins more explicit and also
4401                 accept dual (or more) licences when properly formatted.
4402                 Doesn't require any change on current plugins.
4403
4404 2011-07-18 [mones]      3.7.9cvs36
4405
4406         * manual/advanced.xml
4407                 Document briefly tags feature.
4408         * manual/glossary.xml
4409                 Fix definition to avoid confussion with tags.
4410         * manual/es/advanced.xml
4411         * manual/es/glossary.xml
4412                 Synchronize Spanish translation with the above.
4413
4414 2011-07-07 [holger]     3.7.9cvs35
4415
4416         * claws-mail.desktop
4417                 Add indicator stuff to the desktop file
4418                 Taken from bug #2450
4419
4420 2011-07-06 [paul]       3.7.9cvs34
4421
4422         * src/edittags.c
4423                 fix English usage
4424
4425 2011-07-06 [mones]      3.7.9cvs33
4426
4427         * src/edittags.c
4428                 Do not create an empty tag name row in panel and
4429                 warn user about using a non-reserved tag instead
4430
4431 2011-07-05 [mones]      3.7.9cvs32
4432
4433         * src/imap.c
4434         * src/common/tags.c
4435         * src/common/tags.h
4436         * src/etpan/imap-thread.c
4437                 Make constants for reserved tags and use them
4438                 Removed also duplicate comparison while at it
4439
4440 2011-07-05 [paul]       3.7.9cvs31
4441
4442         * src/compose.c
4443                 when using a Compose template, only place the cursor
4444                 in the body when the cursor symbol, %cursor (%X), is used
4445
4446 2011-07-03 [paul]       3.7.9cvs30
4447
4448         * src/main.c
4449                 do main_window_popup(mainwin); on plugin load error, or
4450                 else the warning dialogue and mainwindow stays minimised
4451                 and hidden
4452
4453 2011-07-03 [paul]       3.7.9cvs29
4454
4455         * src/wizard.c
4456                 fix bug 2462, 'Building without GnuTLS support leads to a
4457                 failure in wizard.c'
4458
4459 2011-07-03 [paul]       3.7.9cvs28
4460
4461         * src/mainwindow.c
4462         * src/mainwindow.h
4463         * src/summaryview.c
4464                 fix bug #2461, 'popup menu in message list displays
4465                 'move to trash' and 'delete''.
4466                 Add a new sensitivity condition 'M_NOT_TRASH' and
4467                 remove the broken workaround for right-click in summaryview.c.
4468                 Fix broken main menu sensitivity for "Menu/Message/Move" in
4469                 News folder.
4470
4471 2011-06-21 [paul]       3.7.9cvs27
4472
4473         * src/mainwindow.c
4474                 revert 3.7.9cvs2, it does no good
4475
4476 2011-06-18 [mir]        3.7.9cvs26
4477
4478         * configure.ac
4479                 Fix autoconf warnings introduced in autoconf >= 2.64
4480
4481 2011-06-05 [paul]       3.7.9cvs25
4482
4483         * po/ca.po
4484         * po/cs.po
4485         * po/de.po
4486         * po/it.po
4487         * po/ja.po
4488         * po/pt_PT.po
4489         * po/sk.po
4490         * po/uk.po
4491                 fix strings where an informational message has been
4492                 wrongly entered into the translated string
4493         * src/toolbar.c
4494                 enable 'Trash' and 'Sender' to be translated based on
4495                 the context, e.g. as button text and as mail header
4496         * src/gtk/about.c
4497                 fix english in Info tab
4498
4499 2011-05-25 [colin]      3.7.9cvs24
4500
4501         * src/action.c
4502                 Fix bug #2439, "use bitwise operator for bitmask instead of
4503                 logical operator". Thanks to Nicolas Kaiser for the patch.
4504
4505 2011-05-18 [colin]      3.7.9cvs23
4506
4507         * src/news.c
4508                 Fix missing group selection before xover if the
4509                 connection was reset before.
4510
4511 2011-05-12 [colin]      3.7.9cvs22
4512
4513         * src/common/utils.c
4514                 Fix bug #2412, "Send account mail address in Message-ID
4515                 wrongly implemented". Patch by Fabian Keil.
4516
4517 2011-05-12 [mones]      3.7.9cvs21
4518
4519         * src/etpan/nntp-thread.c
4520                 Fix bug #2418 "NNTP authentication is broken"
4521
4522 2011-05-09 [pawel]      3.7.9cvs20
4523
4524         * src/mainwindow.c
4525         * src/prefs_folder_item.c
4526                 Small UI fixes
4527
4528 2011-05-05 [colin]      3.7.9cvs19
4529
4530         * src/imap.c
4531         * src/inc.c
4532         * src/news.c
4533         * src/send_message.c
4534                 Fix bug #2184, "Add account name information inside network log".
4535                 Initial patch by MSulchan Darmawan, expanded to other protocols.
4536                 This stuff is too much copy-pasted.
4537
4538
4539 2011-04-30 [colin]      3.7.9cvs18
4540
4541         * src/main.c
4542                 Fix bug #2414, 'Claws segfaults on startup with
4543                 notification plugin enabled". Thanks Christian
4544                 Faulhammer for the patch.
4545
4546 2011-04-27 [colin]      3.7.9cvs17
4547
4548         * src/codeconv.c
4549                 Make Windows' encoding CP1251 for ru_RU locale
4550                 Part of bug #2397, "Gtkhtml2 viewer ignores message encoding"
4551
4552 2011-04-24 [paul]       3.7.9cvs16
4553
4554         * manual/claws-mail-manual.xml
4555         * manual/de/claws-mail-manual.xml
4556         * manual/es/claws-mail-manual.xml
4557         * manual/fr/claws-mail-manual.xml
4558         * manual/it/claws-mail-manual.xml
4559                 update copyright year
4560
4561 2011-04-24 [paul]       3.7.9cvs15
4562
4563         * src/summaryview.c
4564                 fix bug #2353, 'Right-clicking on spam in order to delete
4565                 it causes it to show in message window'
4566
4567 2011-04-24 [paul]       3.7.9cvs14
4568
4569         * src/mainwindow.c
4570         * src/gtk/foldersort.c
4571         * src/gtk/foldersort.h
4572                 fix labelling, 'change folder order' to 'change mailbox order'
4573
4574 2011-04-23 [paul]       3.7.9cvs13
4575
4576         * configure.ac
4577                 fix bug #2409, 'Failed to compile under GCC 3.x : option
4578                  -Wno-pointer-sign badly set in configure.ac'. mistakenly
4579                 committed in 3.7.8cvs19 
4580
4581 2011-04-11 [paul]       3.7.9cvs12
4582
4583         * src/plugins/trayicon/trayicon.c
4584                 fix build bug: gtk_status_icon_set_title() is available
4585                 since gtk 2.18.x not 2.14.x
4586
4587 2011-04-11 [paul]       3.7.9cvs11
4588
4589         * po/hu.po
4590                 updated by Páder RezsÅ‘
4591
4592 2011-04-10 [colin]      3.7.9cvs10
4593
4594         * src/addr_compl.c
4595         * src/addressbook.c
4596         * src/compose.c
4597         * src/editaddress.c
4598         * src/editaddress_other_attributes_ldap.c
4599         * src/main.c
4600         * src/message_search.c
4601         * src/prefs_display_header.c
4602         * src/prefs_filtering_action.c
4603         * src/prefs_matcher.c
4604         * src/prefs_other.c
4605         * src/prefs_toolbar.c
4606         * src/summary_search.c
4607         * src/gtk/colorlabel.c
4608         * src/gtk/combobox.c
4609         * src/gtk/gtkcmoptionmenu.c
4610         * src/gtk/gtkshruler.c
4611         * src/gtk/gtkshruler.h
4612         * src/gtk/gtkutils.h
4613         * src/gtk/inputdialog.c
4614         * src/gtk/quicksearch.c
4615                 Revert the whole pile of crap introduced in
4616                 cvs9,8,7,4.
4617
4618 2011-04-10 [colin]      3.7.9cvs9
4619
4620         * src/compose.c
4621         * src/editaddress.c
4622         * src/editaddress_other_attributes_ldap.c
4623         * src/main.c
4624         * src/message_search.c
4625         * src/prefs_display_header.c
4626         * src/prefs_matcher.c
4627         * src/prefs_toolbar.c
4628         * src/summary_search.c
4629         * src/gtk/combobox.c
4630         * src/gtk/gtkutils.h
4631         * src/gtk/inputdialog.c
4632         * src/gtk/quicksearch.c
4633                 Finish fun with combo boxes. (hopefully)
4634
4635 2011-04-10 [colin]      3.7.9cvs8
4636
4637         * src/compose.c
4638         * src/prefs_filtering_action.c
4639         * src/gtk/combobox.c
4640         * src/gtk/gtkshruler.c
4641         * src/gtk/gtkshruler.h
4642                 More undeprecation. GTKSHRuler is #if'ed out. We can
4643                 still decide to maintain the old GtkRuler widget in-tree
4644                 if the lack of ruler in Compose window is too
4645                 annoying.
4646
4647 2011-04-10 [colin]      3.7.9cvs7
4648
4649         * src/addr_compl.c
4650         * src/addressbook.c
4651         * src/compose.c
4652         * src/editaddress_other_attributes_ldap.c
4653         * src/message_search.c
4654         * src/prefs_display_header.c
4655         * src/prefs_filtering_action.c
4656         * src/prefs_other.c
4657         * src/prefs_toolbar.c
4658         * src/summary_search.c
4659         * src/gtk/colorlabel.c
4660         * src/gtk/combobox.c
4661         * src/gtk/gtkcmoptionmenu.c
4662         * src/gtk/gtkutils.h
4663                 More comboboxtext undeprecation
4664
4665 2011-04-10 [colin]      3.7.9cvs6
4666
4667         * src/messageview.c
4668                 Fix it better.
4669
4670 2011-04-10 [colin]      3.7.9cvs5
4671
4672         * src/messageview.c
4673                 Fix age-old typo.
4674
4675 2011-04-10 [colin]      3.7.9cvs4
4676
4677         * src/compose.c
4678         * src/editaddress_other_attributes_ldap.c
4679         * src/message_search.c
4680         * src/prefs_display_header.c
4681         * src/prefs_filtering_action.c
4682         * src/prefs_other.c
4683         * src/prefs_toolbar.c
4684         * src/summary_search.c
4685         * src/gtk/combobox.c
4686         * src/gtk/gtkutils.h
4687                 gtk_combo_box_*_text() is deprecated, and
4688                 gtk_combo_box_text_*() is the new hotness.
4689
4690 2011-04-10 [colin]      3.7.9cvs3
4691
4692         * src/addr_compl.c
4693         * src/addressbook.c
4694         * src/browseldap.c
4695         * src/compose.c
4696         * src/folder.c
4697         * src/folderview.c
4698         * src/gtk/gtkvscrollbutton.c
4699         * src/gtk/gtkvscrollbutton.h
4700                 s/GtkFunction/GSourceFunc
4701
4702 2011-04-10 [colin]      3.7.9cvs2
4703
4704         * src/mainwindow.c
4705                 Use gtkut_window_popup() to work around a bug in Gnome Shell.
4706                 This is the patch from bug #2396, it should be innocuous even
4707                 if that's useless to do deiconify + present window...
4708
4709 2011-04-09 [paul]       3.7.9cvs1
4710
4711         * src/prefs_summaries.c
4712                 fix typo in string. (thanks, Brad!)
4713
4714 2011-04-09 [paul]       3.7.9
4715         * NEWS
4716         * README
4717         * RELEASE_NOTES 
4718                 3.7.9 unleashed!        
4719
4720 2011-04-09 [paul]       3.7.8cvs78
4721
4722         * po/cs.po
4723         * po/es.po
4724         * po/fi.po
4725         * po/fr.po
4726         * po/lt.po
4727         * po/pt_BR.po
4728         * po/sk.po
4729         * po/uk.po
4730                 updated by David Vachulka, Ricardo Mones, Flammie Pirinen,
4731                 wwp, Mindaugas Baranauskas, Frederico Goncalves Guimaraes,
4732                 Slavko, and Yarema
4733
4734 2011-04-09 [colin]      3.7.8cvs77
4735
4736         * src/gtk/filesel.c
4737                 Revert part of yesterday's patch. While gtk_file_chooser_set_current_name()
4738                 wants an UTF-8 string, gtk_file_chooser_set_current_folder() wants a glib-
4739                 encoding filename. Hooray for stupid.
4740
4741 2011-04-08 [colin]      3.7.8cvs76
4742
4743         * src/action.c
4744                 Fix action Stop: if child does not react to SIGTERM, it'll
4745                 probably start behaving when it'll get a SIGKILL on the user's
4746                 second press on Stop.
4747                 Fixes bug #2237, "User action makes Claws unresponsive".
4748
4749 2011-04-08 [colin]      3.7.8cvs75
4750
4751         * src/account.c
4752         * src/folder.c
4753         * src/folder.h
4754         * src/folder_item_prefs.c
4755         * src/folder_item_prefs.h
4756         * src/prefs_account.c
4757                 Fix bug #2382, "folderitemrc not updated when account
4758                 name is changed". Indeed, this wasn't done.
4759
4760 2011-04-08 [wwp]        3.7.8cvs74
4761
4762         * src/procmime.c
4763         Add support for quoted values (*="value").
4764         This commonly fixes a trailing quote appearing to filenames
4765         sent by iphone Mail (not sure if it's culprit at all, though).
4766
4767 2011-04-08 [colin]      3.7.8cvs73
4768
4769         * src/gtk/filesel.c
4770                 Fix bug #2393, "Crashes and rendering problems in the "Save as" menu 
4771                 caused by attachments with extended chars in the file name". Patch
4772                 derived from a patch bt Fabien Keil
4773
4774 2011-04-05 [wwp]        3.7.8cvs72
4775
4776         * src/compose.c
4777                 A debug string not to translate.
4778
4779 2011-04-03 [colin]      3.7.8cvs71
4780
4781         * src/common/utils.h
4782                 Fix bug #2394, "backtrace() crashes on FreeBSD"
4783                 That's not the first bug-report where internal
4784                 debug-only backtrace() crashes on FreeBSD.
4785
4786 2011-04-03 [colin]      3.7.8cvs70
4787
4788         * src/compose.c
4789                 Fix bug #2365 again, "Crash when auto-scrolling headers in
4790                 compose window".
4791                 Batch-mode compose windows (from filtering actions) shouldn't
4792                 try to access stuff after flushing events...
4793
4794 2011-03-31 [paul]       3.7.8cvs69
4795
4796         * INSTALL
4797                 update as gtk >= 2.10 now required
4798                 (because I'll never remember to do this later)
4799
4800 2011-03-26 [paul]       3.7.8cvs68
4801
4802         * src/messageview.c
4803                 fix separators in Go To menu
4804
4805 2011-03-20 [colin]      3.7.8cvs67
4806
4807         * configure.ac
4808                 Drop the *_DISABLE_DEPRECATED. We'll put them back
4809                 when we'll have time to handle them
4810
4811 2011-03-18 [paul]       3.7.8cvs66
4812
4813         * src/textview.c
4814                 make user-facing message more accurate -
4815                 'Network Log' not 'View Log'
4816
4817 2011-03-17 [wwp]        3.7.8cvs65
4818
4819         * po/fr.po
4820                 Fix a typo around plural form, as reported by
4821                 Yannick Palanque.
4822
4823 2011-03-15 [colin]      3.7.8cvs64
4824
4825         * AUTHORS
4826         * src/gtk/authors.h
4827         * src/main.c
4828                 Fix bug #2381, "Support for NetworkManager 0.9".
4829                 Patch by Mikhail Efremov
4830
4831 2011-03-04 [colin]      3.7.8cvs63
4832
4833         * src/mimeview.c
4834         * src/mimeview.h
4835                 Fix segfault on Windows
4836         * src/exporthtml.c
4837         * src/common/utils.c
4838         * src/common/w32_unistd.c
4839         * src/common/w32lib.h
4840                 Rationalize use of time_r() funcs (pthread do define them)
4841
4842 2011-03-02 [pawel]      3.7.8cvs62
4843
4844         * src/wizard.c
4845                 Re-implement widgets aligning, switch from GtkSizeGroup
4846                 to GtkTable - this should fix disappearing labels
4847
4848 2011-03-01 [pawel]      3.7.8cvs61
4849
4850         * src/wizard.c
4851                 Wizard GUI cleanups. Make it look and behave more
4852                 like account preferences.
4853
4854 2011-02-23 [colin]      3.7.8cvs60
4855
4856         * src/common/Makefile.am
4857                 Fix make dist
4858
4859 2011-02-23 [colin]      3.7.8cvs59
4860
4861         * src/Makefile.am
4862         * src/main.c
4863         * src/common/Makefile.am
4864         * src/common/plugin.c
4865         * src/common/valgrind.h
4866                 Fix bug #2369, "valgrind.h should NOT be part of claws-mail"
4867                 Use valgrind's own header.
4868
4869 2011-02-22 [colin]      3.7.8cvs58
4870
4871         * src/prefs_account.c
4872                 Fix bug #2367 (Win32): Disable "Always sign messages when replying to a
4873                 signed message" upon new installation. This is disturbing when PGP
4874                 plugins are loaded by default.
4875
4876 2011-02-16 [paul]       3.7.8cvs57
4877
4878         * src/*
4879                 update copyright headers throughout
4880
4881 2011-02-16 [paul]       3.7.8cvs56
4882
4883         * src/summaryview.c
4884                 use gettext plural form for "item selected"/"items selected"
4885
4886 2011-02-13 [colin]      3.7.8cvs55
4887
4888         * src/mimeview.c
4889         * src/mimeview.h
4890                 Fix bug #2361, "Claws crashes after PGP Check in separate
4891                 msg view". Don't let the cancel thread lie around after
4892                 the verification ended.
4893
4894 2011-02-13 [paul]       3.7.8cvs54
4895
4896         * po/lt.po
4897                 updated by Mindaugas Baranauskas
4898
4899 2011-02-11 [mones]      3.7.8cvs53
4900
4901         * manual/es/advanced.xml
4902                 Sync with English manual
4903         * src/imap.c
4904                 Fix remaining mismatched alloc/free from cppcheck
4905
4906 2011-02-10 [pawel]      3.7.8cvs52
4907
4908         * src/ldapupdate.c
4909                 Fix memleaks
4910
4911 2011-02-10 [pawel]      3.7.8cvs51
4912
4913         * src/prefs_toolbar.c
4914                 - set menus sensitivity in item type combo depending on
4915                   availability of actions / plugin hooks
4916                 - style fixes, spaces instead of tabs mostly
4917
4918 2011-02-10 [paul]       3.7.8cvs50
4919
4920         * src/prefs_account.c
4921                 move the 'send acc mail addr in msg-id" option to
4922                 the send page
4923
4924 2011-02-10 [paul]       3.7.8cvs49
4925
4926         * src/prefs_account.c
4927                 move the 'expunge immediately' option to a more
4928                 suitable page
4929
4930 2011-02-05 [pawel]      3.7.8cvs48
4931
4932         * manual/advanced.xml
4933                 Document new hidden pref
4934         * src/folder.c
4935                 Dont treat mimeparts referenced by others as
4936                 real attachments
4937         * src/mimeview.c
4938         * src/prefs_common.c
4939         * src/prefs_common.h
4940                 Add ability to hide inline attachments referenced
4941                 by other mimeparts in MimeView. To enable this
4942                 feature set show_inline_attachments=0 in your clawsrc
4943
4944 2011-01-25 [colin]      3.7.8cvs47
4945
4946         * src/matcher.c
4947                 Fix matcher body parsing: decode mails with our
4948                 MIME parser. This speeds up body search a bit as
4949                 binary attachments are not searched anymore, slows
4950                 down a bit full message searches, but not awfully.
4951         * src/summary_search.c
4952                 Use matcher API to search, in all cases (advanced search or
4953                 not). Also, fix little logic bugs related to combos history
4954         * src/common/utils.c
4955         * src/common/utils.h
4956         * src/procmime.c
4957         * src/procmime.h
4958                 Remove dead code, export functions needed by matcher.c
4959
4960 2011-01-25 [colin]      3.7.8cvs46
4961
4962         * src/compose.c
4963         * src/prefs_common.c
4964         * src/common/md5.c
4965         * src/common/ssl_certificate.c
4966                 Fix mismatched alloc/free (thanks to cppcheck)
4967
4968 2011-01-25 [colin]      3.7.8cvs45
4969
4970         * src/pop.c
4971                 Fix leak on error path
4972
4973 2011-01-23 [mones]      3.7.8cvs44
4974
4975         * manual/es/advanced.xml
4976                 Sync with English manual
4977
4978 2011-01-23 [paul]       3.7.8cvs43
4979
4980         * src/gtk/about.c
4981                 it's 2011, update copyright line
4982
4983 2011-01-23 [paul]       3.7.8cvs42
4984
4985         * manual/advanced.xml
4986         * src/prefs_common.c
4987         * src/prefs_common.h
4988         * src/textview.c
4989                 fix bug #2350, 'Make displaying localized date/time in
4990                 message view optional'.
4991                 This introduces a new hidden option (why do more?),
4992                 'msgview_date_format', which defaults to OFF, maintaining
4993                 the current and expected behaviour.
4994
4995 2011-01-21 [colin]      3.7.8cvs41
4996
4997         * src/procmime.c
4998                 Fix bug #2050, Clawsmail sends return receipt every seconds
4999                 We forgot to close the file when parsing 
5000                 disposition-notification fields, which made unlinking of the
5001                 corresponding emails in tempfolder/processing impossible in
5002                 Windows. Causing them to be re-fetched every time.
5003
5004 2011-01-21 [colin]      3.7.8cvs40
5005
5006         * claws-mail.desktop
5007                 Fix again bug #2346: We should have a %u parameter.
5008
5009 2011-01-21 [colin]      3.7.8cvs39
5010
5011         * src/plugins/spamassassin/spamassassin.c
5012                 Fix sa-learn when offline (its command line parsing is
5013                 space-dependant). Patch by Wolfgang Lorenz
5014
5015 2011-01-19 [pawel]      3.7.8cvs38
5016
5017         * claws-mail.desktop
5018                 Fix Bug 2346 'Please register x-handler-scheme
5019                  in .desktop file' patch by Laurent Bigonville
5020                 While I'm here update things to current
5021                 standards, fix desktop-file-validate warnings/errors
5022
5023 2011-01-18 [colin]      3.7.8cvs37
5024
5025         * src/common/smtp.c
5026                 Fix logic on SMTP AUTH: If the selected method isn't
5027                 available, say so instead of supposing it'll work.
5028                 Fixes bug #2039, 'SMTP AUTHENTICATION'
5029
5030 2011-01-15 [pawel]      3.7.8cvs36
5031
5032         * src/prefs_folder_item.c
5033                 Rework subject regexp simplify gui a bit, this give us better
5034                 options page layout (window with min width was too short to 
5035                 show all contents and thigs were unwieldy) and better preview
5036                 of regexp working/not working
5037
5038 2011-01-14 [pawel]      3.7.8cvs35
5039
5040         * src/textview.c
5041                 strncpy2() NULLify strings just fine, no need to be
5042                 extra "clever"
5043
5044 2011-01-14 [pawel]      3.7.8cvs34
5045
5046         * src/textview.c
5047                 Fix Bug #2165 'The date not localized in the message view'
5048                 Display Date header in messageview in the same way as in
5049                 summaryview by respecting date format set in preferences.
5050
5051 2011-01-06 [pawel]      3.7.8cvs33
5052
5053         * src/prefs_account.c
5054         * src/prefs_folder_item.c
5055         * src/prefs_quote.c
5056         * src/quote_fmt.c
5057                 Make quote templates widgets more compact
5058
5059 2011-01-06 [pawel]      3.7.8cvs32
5060
5061         * src/plugins/trayicon/trayicon.c
5062                 - fix logic bug which caused icon to be
5063                   always set no-mail status on plugin load
5064                 - force icon hide on plugin_done(), without
5065                   it empty space(?!) is left in tray under KDE3 and KDE4
5066
5067 2011-01-06 [colin]      3.7.8cvs31
5068
5069         * src/addrharvest.c
5070         * src/codeconv.c
5071         * src/codeconv.h
5072         * src/compose.c
5073         * src/news.c
5074         * src/procheader.c
5075         * src/procmime.c
5076         * src/unmime.c
5077         * src/unmime.h
5078                 Unmime headers differently whether they're addresses or not:
5079                 It's useless to quote things containing commas if it's in
5080                 subject, for example. (introduced in 3.7.8cvs26)
5081
5082 2011-01-06 [colin]      3.7.8cvs30
5083
5084         * src/gtk/gtkaspell.c
5085                 Complete previous patch
5086         * src/messageview.c
5087         * src/plugins/pgpinline/pgpinline.c
5088                 Coding style
5089
5090 2011-01-06 [paul]       3.7.8cvs29
5091
5092         * AUTHORS
5093         * configure.ac
5094         * po/lt.po
5095         * src/gtk/authors.h
5096                 add Lithuanian translation (approx. 65% complete)
5097                 submitted by Mindaugas Baranauskas
5098
5099 2011-01-06 [pawel]      3.7.8cvs28
5100
5101         * src/export.c
5102         * src/import.c
5103         * src/messageview.c
5104         * src/prefs_actions.c
5105         * src/procmime.c
5106         * src/gtk/gtkaspell.c
5107         * src/plugins/pgpinline/pgpinline.c
5108         * src/plugins/pgpmime/pgpmime.c
5109         * src/plugins/smime/smime.c
5110                 Fix memory/file descriptors leaks
5111
5112 2011-01-06 [paul]       3.7.8cvs27
5113
5114         * src/plugins/pgpcore/sgpgme.c
5115                 fix bug #2322, 'GPG Full info: showing subkey
5116                 ID instead of primary key fingerprint'
5117                 Patch by Sébastien Bigaret.
5118
5119 2011-01-03 [colin]      3.7.8cvs26
5120
5121         * src/unmime.c
5122                 Better quote-checking when unmim-ing headers
5123                 that may have comas.
5124
5125 2011-01-03 [colin]      3.7.8cvs25
5126
5127         * src/unmime.c
5128                 Fix bug #2299, "Incorrect handling of quoted printable coma
5129                 in headers". As this is really painful to fix by switching
5130                 the whole stuff to a list of headers tokens, we workaround
5131                 the problem by adding quotes around the encoded-word (making
5132                 it a quoted-string which continuity is already handled).
5133
5134 2011-01-03 [colin]      3.7.8cvs24
5135
5136         * src/procheader.c
5137                 Remove dead code
5138
5139 2010-12-23 [colin]      3.7.8cvs23
5140
5141         * src/compose.c
5142                 Finish fixing bug #2203: When forwarding (inline) and there
5143                 are some text/* parts with no name, set them a name and
5144                 set their disposition to attachment, so that recipients with
5145                 MUAs preferring HTML parts don't show them by default.
5146
5147 2010-12-22 [paul]       3.7.8cvs22
5148
5149         * src/compose.h
5150                 fix missing file in 3.7.8cvs20
5151
5152 2010-12-22 [colin]      3.7.8cvs21
5153
5154         * src/folderview.c
5155         * src/folderview.h
5156                 Implement a nicer scroll when drag and dropping
5157
5158 2010-12-22 [colin]      3.7.8cvs20
5159
5160         * src/compose.c
5161                 Store charset if available when attaching text/* parts
5162                 Fixes bug #2203, 'Problems in forwarding multipart/
5163                 alternative messages with HTML part'
5164
5165 2010-12-22 [colin]      3.7.8cvs19
5166
5167         * src/textview.c
5168                 Fix wrong free
5169
5170 2010-12-21 [colin]      3.7.8cvs18
5171
5172         * src/inc.c
5173         * src/send_message.c
5174         * src/common/session.c
5175         * src/common/session.h
5176                 Differentiate between running sessions and connected
5177                 sessions. Fixes bug #2332, "Crash when hitting cancel
5178                 on the SMTP status window"
5179
5180 2010-12-21 [colin]      3.7.8cvs17
5181
5182         * src/etpan/etpan-thread-manager.c
5183                 Dead code removal
5184
5185 2010-12-21 [colin]      3.7.8cvs16
5186
5187         * src/textview.c
5188                 Check whether we should continue loading the
5189                 current textview after inserting a possibly
5190                 big image.
5191
5192 2010-12-20 [colin]      3.7.8cvs15
5193
5194         * src/addrcindex.c
5195         * src/addrcindex.h
5196                 Removed. Dead code since ages!
5197         * src/addr_compl.c
5198         * src/gtk/gtkcmclist.c
5199         * src/gtk/gtkcmctree.c
5200         * src/gtk/gtksctree.c
5201                 undefine *_DISABLE_DEPRECATED in the files that
5202                 use deprecated interfaces. Implicit declarations
5203                 can lead to crashes as prototypes are unknown, as
5204                 evidenced by bug #2315.
5205
5206 2010-12-20 [colin]      3.7.8cvs14
5207
5208         * src/compose.c
5209                 Don't flush events when adding an header entry. This
5210                 can mess up the keypresses in the previous header.
5211                 Instead, make the scroll happen later (doing it on the
5212                 spot without flushing events doesn't work as the new
5213                 requisitions aren't set yet).
5214
5215 2010-12-20 [colin]      3.7.8cvs13
5216
5217         * src/mainwindow.c
5218                 Don't iconify at start on w32. This un-iconifies in the
5219                 background.
5220
5221 2010-12-20 [colin]      3.7.8cvs12
5222
5223         * src/common/base64.c
5224                 Fix bug #2331, "Base64 is broken in 3.7.7 and 3.7.8"
5225                 Patch by pochini at shiny.it
5226
5227 2010-12-19 [colin]      3.7.8cvs11
5228
5229         * src/ldapserver.c
5230                 Better debug.
5231
5232 2010-12-18 [colin]      3.7.8cvs10
5233
5234         * src/compose.c
5235                 Fix bug #2148, "Attachment content-transfer-encoding 
5236                 incorrectly set when signing emails". The RFC 2045
5237                 states that message/* and multipart/* encoding must
5238                 be either 7-bit, 8-bit or binary.
5239
5240 2010-12-18 [mones]      3.7.8cvs9
5241
5242         * src/ldaputil.c
5243                 Fix crash when searching or adding a LDAP server
5244
5245 2010-12-17 [colin]      3.7.8cvs8
5246
5247         * configure.ac
5248         * src/editldap.c
5249         * src/ldapquery.c
5250         * src/ldapserver.c
5251         * src/ldapupdate.c
5252         * src/ldaputil.c
5253         * src/ldaputil.h
5254                 Better error logging. Disable LDAP SSL/TLS on
5255                 Windows, it's crashy/non-worky.
5256
5257 2010-12-17 [colin]      3.7.8cvs7
5258
5259         * src/folder.c
5260                 Fix bug #2325, "messages remains in folder cache after moving
5261                 from MH to IMAP boxes". Bug introduced in 3.7.6cvs53.
5262
5263 2010-12-17 [colin]      3.7.8cvs6
5264
5265         * src/addressadd.c
5266         * src/addressbook.c
5267         * src/addrindex.c
5268         * src/ldapquery.c
5269         * src/ldapquery.h
5270         * src/ldapserver.c
5271         * src/ldapserver.h
5272         * src/ldapupdate.c
5273         * src/ldaputil.c
5274         * src/ldaputil.h
5275                 Windows build fixes (w32 LDAP completely untested!)
5276
5277 2010-12-16 [colin]      3.7.8cvs5
5278
5279         * src/addrindex.c
5280         * src/editldap.c
5281         * src/ldapctrl.c
5282         * src/ldapquery.c
5283         * src/ldapserver.c
5284         * src/ldapserver.h
5285         * src/ldapupdate.c
5286         * src/ldaputil.c
5287                 Try to rationalize a bit LDAP connections
5288
5289 2010-12-16 [colin]      3.7.8cvs4
5290
5291         * src/prefs_spelling.c
5292         * src/common/defs.h
5293                 Add a button to get dictionaries (win32)
5294
5295 2010-12-16 [colin]      3.7.8cvs3
5296
5297         * src/prefs_matcher.c
5298                 Fix bug #2279, "crash when clicking 'define' in filter
5299                 configuring". Thanks to Theodor Ciobanu for the hint at
5300                 the problem.
5301
5302 2010-12-14 [colin]      3.7.8cvs2
5303
5304         * src/gtk/gtkaspell.c
5305                 Add missing guard for sys/wait.h
5306
5307 2010-12-05 [colin]      3.7.8cvs1
5308
5309         * tools/make.themes.project
5310                 Seems wget has changed naming of targets downloaded.
5311                 Fix it by always providing our own name.
5312                 [Pushing mones' patch again after messing with CVSROOT]
5313
5314 2010-12-04 [paul]       3.7.8
5315         * NEWS
5316         * README
5317         * RELEASE_NOTES 
5318                 3.7.8 unleashed!
5319
5320 2010-12-03 [paul]       3.7.7cvs11
5321
5322         * configure.ac
5323         * manual/xml2pdf ** REMOVED **
5324         * manual/dist/pdf/Makefile.am
5325         * manual/es/dist/pdf/Makefile.am
5326         * manual/fr/dist/pdf/Makefile.am
5327         * manual/pl/dist/pdf/Makefile.am
5328                 simplify check for tools needed for manual building,
5329                 remove xml2pdf and use docbook2pdf instead
5330
5331 2010-12-03 [mir]        3.7.7cvs10
5332
5333         * configure.ac
5334                 Fix bug so that configure option --disable-manual
5335                 actually disable building the manuals
5336
5337 2010-12-01 [pawel]      3.7.7cvs9
5338
5339         * src/crash.c
5340                 One more GTK+ 2.22 build fix
5341
5342 2010-11-30 [colin]      3.7.7cvs8
5343
5344         * src/action.c
5345                 Fix bug #2317, 'Action results in "Bad file descriptor"'
5346                 Introduced in 3.7.6cvs57. In fact the error has been there
5347                 since ages, and only new thing is the verification of the
5348                 various functions return code. Let the stuff work as it
5349                 does, as it seems to do the right thing since ages.
5350
5351 2010-11-28 [colin]      3.7.7cvs7
5352
5353         * src/gtk/quicksearch.c
5354                 Fix bug #2313, 'CLI quicksearch sometimes returns 
5355                 the same messages twice'. Patch by Sebastien Bigaret
5356
5357 2010-11-25 [paul]       3.7.7cvs6
5358
5359         * src/prefs_common.c
5360                 make "gtk_can_change_accels" FALSE by default.
5361                 fixes bug #2309, 'Shortcuts should not be modifiable
5362                 by default' (RFE)
5363
5364 2010-11-24 [mones]      3.7.7cvs5
5365
5366         * src/mainwindow.c
5367                 Add missing shortcuts for marking as spam and ham
5368                 Fixes Debian bug #599547
5369
5370 2010-11-22 [colin]      3.7.7cvs4
5371
5372         * src/compose.c
5373                 Revert 3.7.6cvs{39,38,37,35,34}. The fact that
5374                 five patches were needed to fix a corner case
5375                 is a good indicator that is was bound to break
5376                 something.
5377
5378 2010-11-21 [colin]      3.7.7cvs3
5379
5380         * src/plugins/pgpcore/claws.def
5381                 Win32 build fix
5382
5383 2010-11-20 [wwp]        3.7.7cvs2
5384
5385         * src/main.c
5386           Fix either a typo or an irrelevant iff word there.
5387           IMO type and recursive possible values should be changed to
5388           smth simple and neat here, and help strings be really
5389           translatable.
5390
5391 2010-11-20 [colin]      3.7.7cvs1
5392
5393         * AUTHORS
5394                 Damn, forgot to commit this file twice.
5395
5396 2010-11-19 [paul]       3.7.7
5397         * NEWS
5398         * README
5399         * RELEASE_NOTES 
5400                 3.7.7 unleashed!
5401
5402 2010-11-19 [paul]       3.7.6cvs66
5403
5404         * po/ca.po
5405         * po/cs.po
5406         * po/de.po
5407         * po/es.po
5408         * po/fi.po
5409         * po/fr.po
5410         * po/hu.po
5411         * po/id.po
5412         * po/pt_BR.po
5413         * po/sk.po
5414         * po/uk.po
5415                 updated by Miquel Oliete, David Vachulka, Stephan Sachse,
5416                 Ricardo Mones, Flammie Pirinen, wwp, Pader Rezso, MSulchan
5417                 Darmawan, Frederico Goncalves Guimaraes, Slavko, Yarema
5418
5419 2010-11-17 [colin]      3.7.6cvs65
5420
5421         * src/common/utils.c
5422                 Separate email address from timestamp with a dot.
5423                 Fix coding style.
5424
5425 2010-11-17 [colin]      3.7.6cvs64
5426
5427         * src/common/utils.c
5428                 Fix multiple @ in generated message-ids.
5429                 That's not allowed in RFC 2822.
5430
5431 2010-11-16 [mones]      3.7.6cvs63
5432
5433         * manual/es/advanced.xml
5434                 Synchronise with English version
5435
5436 2010-11-04 [wwp]        3.7.6cvs62
5437
5438         * src/filtering.c
5439                 Fix bug 2293, "filtering: simplify expression", as simplifying
5440                 this expression doesn't make it less easy to understand and we
5441                 gain few cycles by making the logical expression more simple
5442                 by applying. Patch by Nicolas Kaiser.
5443
5444 2010-11-03 [colin]      3.7.6cvs61
5445
5446         * src/addrindex.c
5447                 Fix bug 2294, "addrindex.c: address index conversion always
5448                 fails". Clearly a copy-paste-bug. Patch by Nicolas Kaiser.
5449
5450 2010-11-02 [wwp]        3.7.6cvs60
5451
5452         * src/action.c
5453         * src/statusbar.c
5454         * src/toolbar.c
5455                 Enlarge the progress bar (main window) a bit when compiling
5456                 for UMPCs like maemo: this solves truncated text that might
5457                 appear in the progress bar while processing messages.
5458                 Also use a more compact string format when displaying
5459                 progress like 'number/total', still for UMPCs, this fixes
5460                 a previous inconsistency with these format strings where
5461                 no space around the / were used sometimes.
5462
5463 2010-10-26 [ticho]      3.7.6cvs59
5464
5465         * src/news.c
5466                 Recreate NNTP session if server port setting has changed. Fixes
5467                 bug #2092.
5468
5469 2010-10-26 [colin]      3.7.6cvs58
5470
5471         * src/imap_gtk.c
5472         * src/mh_gtk.c
5473                 Fix copy-paste error, thanks to David Relson
5474                 for spotting it.
5475
5476 2010-10-18 [colin]      3.7.6cvs57
5477
5478         * src/action.c
5479         * src/addrharvest.c
5480         * src/alertpanel.c
5481         * src/filtering.c
5482         * src/jpilot.c
5483         * src/prefs_themes.c
5484         * src/procmime.c
5485         * src/textview.c
5486         * src/gtk/gtkutils.c
5487         * src/gtk/quicksearch.c
5488         * src/gtk/quicksearch.h
5489         * src/plugins/pgpcore/passphrase.c
5490         * src/plugins/spamassassin/libspamc.c
5491                 Fix warnings
5492
5493 2010-10-17 [colin]      3.7.6cvs56
5494
5495         * src/prefs_themes.c
5496         * src/gtk/gtkaspell.c
5497         * src/gtk/gtkutils.c
5498         * src/gtk/gtkutils.h
5499         * src/gtk/inputdialog.c
5500         * src/gtk/progressdialog.c
5501                 Undeprecate a few things
5502
5503 2010-10-17 [colin]      3.7.6cvs55
5504
5505         * src/main.c
5506         * src/gtk/authors.h
5507         * src/gtk/quicksearch.c
5508         * src/gtk/quicksearch.h
5509                 Add ability to search from the command-line.
5510                 Closes bug 2249, ' Making QuickSearch independent from the GUI'
5511                 Patch by Sebastien Bigarret.
5512
5513 2010-10-04 [mones]      3.7.6cvs54
5514
5515         * manual/dist/pdf/Makefile.am
5516                 Fix build of English PDF manual
5517                 (sh: Can't open ../../../xml2pdf)
5518
5519 2010-10-03 [colin]      3.7.6cvs53
5520
5521         * src/folder.c
5522         * src/folder.h
5523         * src/imap.c
5524         * src/mh.c
5525         * src/procmsg.c
5526                 Get rid of GRelation which were, mostly, used as
5527                 GHashTables. Probably fixes bug #2277, 'Segfault when
5528                 loading inbox for the first time'
5529
5530 2010-10-03 [mir]        3.7.6cvs52
5531
5532         * manual/de/dist/html/Makefile.am
5533         * manual/de/dist/pdf/Makefile.am
5534         * manual/de/dist/ps/Makefile.am
5535         * manual/de/dist/txt/Makefile.am
5536         * manual/dist/html/Makefile.am
5537         * manual/dist/pdf/Makefile.am
5538         * manual/dist/ps/Makefile.am
5539         * manual/dist/txt/Makefile.am
5540         * manual/es/dist/html/Makefile.am
5541         * manual/es/dist/pdf/Makefile.am
5542         * manual/es/dist/ps/Makefile.am
5543         * manual/es/dist/txt/Makefile.am
5544         * manual/fr/dist/html/Makefile.am
5545         * manual/fr/dist/pdf/Makefile.am
5546         * manual/fr/dist/ps/Makefile.am
5547         * manual/fr/dist/txt/Makefile.am
5548         * manual/pl/dist/html/Makefile.am
5549         * manual/pl/dist/pdf/Makefile.am
5550         * manual/pl/dist/ps/Makefile.am
5551         * manual/pl/dist/txt/Makefile.am
5552             Missing Makefile.am's for 3.7.6cvs49
5553
5554
5555 2010-10-03 [colin]      3.7.6cvs51
5556
5557         * po/POTFILES.in
5558                 Fix build
5559
5560 2010-10-02 [mir]        3.7.6cvs50
5561
5562         * manual/de/dist/html/Makefile.am
5563         * manual/de/dist/pdf/Makefile.am
5564         * manual/de/dist/ps/Makefile.am
5565         * manual/de/dist/txt/Makefile.am
5566         * manual/dist/html/Makefile.am
5567         * manual/dist/pdf/Makefile.am
5568         * manual/dist/ps/Makefile.am
5569         * manual/dist/txt/Makefile.am
5570         * manual/es/dist/html/Makefile.am
5571         * manual/es/dist/pdf/Makefile.am
5572         * manual/es/dist/ps/Makefile.am
5573         * manual/es/dist/txt/Makefile.am
5574         * manual/fr/dist/html/Makefile.am
5575         * manual/fr/dist/pdf/Makefile.am
5576         * manual/fr/dist/ps/Makefile.am
5577         * manual/fr/dist/txt/Makefile.am
5578         * manual/pl/dist/html/Makefile.am
5579         * manual/pl/dist/pdf/Makefile.am
5580         * manual/pl/dist/ps/Makefile.am
5581         * manual/pl/dist/txt/Makefile.am
5582             Part 2 of last commit which broke due to a permission error
5583             Avoid claws trying to build manuals if the required
5584             tools are not present.
5585
5586 2010-10-02 [mir]        3.7.6cvs49
5587
5588         * configure.ac
5589         * manual/de/dist/html/Makefile.am
5590         * manual/de/dist/pdf/Makefile.am
5591         * manual/de/dist/ps/Makefile.am
5592         * manual/de/dist/txt/Makefile.am
5593         * manual/dist/html/Makefile.am
5594         * manual/dist/pdf/Makefile.am
5595         * manual/dist/ps/Makefile.am
5596         * manual/dist/txt/Makefile.am
5597         * manual/es/dist/html/Makefile.am
5598         * manual/es/dist/pdf/Makefile.am
5599         * manual/es/dist/ps/Makefile.am
5600         * manual/es/dist/txt/Makefile.am
5601         * manual/fr/dist/html/Makefile.am
5602         * manual/fr/dist/pdf/Makefile.am
5603         * manual/fr/dist/ps/Makefile.am
5604         * manual/fr/dist/txt/Makefile.am
5605         * manual/pl/dist/html/Makefile.am
5606         * manual/pl/dist/pdf/Makefile.am
5607         * manual/pl/dist/ps/Makefile.am
5608         * manual/pl/dist/txt/Makefile.am
5609             1) Downgrade autoconf requirements to 2.59 to allow
5610             building on oldest supported Linux distributions.
5611             2) Only try to build manuals if the needed software
5612             is present.
5613
5614 2010-10-02 [colin]      3.7.6cvs48
5615
5616         * src/plugins/trayicon/trayicon.c
5617                 And fix theme updating.
5618
5619 2010-10-02 [colin]      3.7.6cvs47
5620
5621         * src/plugins/trayicon/trayicon.c
5622                 Got burnt by wrong indentation!
5623
5624 2010-10-02 [colin]      3.7.6cvs46
5625
5626         * configure.ac
5627                 Forgot to remove the directory from top-level
5628
5629 2010-10-02 [colin]      3.7.6cvs45
5630
5631         * src/plugins/trayicon/Makefile.am
5632         * src/plugins/trayicon/trayicon.c
5633         * src/plugins/trayicon/libeggtrayicon/.cvsignore
5634         * src/plugins/trayicon/libeggtrayicon/Makefile.am
5635         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5636         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
5637         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
5638         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.h
5639         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
5640         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
5641         * src/plugins/trayicon/libeggtrayicon/xembed.h
5642                 Finally get rid of Eggtrayicon, use GtkStatusIcon
5643                 instead (which can be done safely now that we 
5644                 require GTK+ 2.10).
5645
5646 2010-10-02 [colin]      3.7.6cvs44
5647
5648         * src/action.c
5649         * src/addr_compl.c
5650         * src/addressbook.c
5651         * src/addrgather.c
5652         * src/alertpanel.c
5653         * src/editaddress.c
5654         * src/editaddress_other_attributes_ldap.c
5655         * src/editgroup.c
5656         * src/folderview.c
5657         * src/grouplistdialog.c
5658         * src/headerview.c
5659         * src/image_viewer.c
5660         * src/importldif.c
5661         * src/main.c
5662         * src/mainwindow.c
5663         * src/message_search.c
5664         * src/mimeview.c
5665         * src/prefs_themes.c
5666         * src/summary_search.c
5667         * src/summaryview.c
5668         * src/toolbar.c
5669         * src/etpan/imap-thread.c
5670         * src/gtk/authors.h
5671         * src/gtk/gtkcmclist.c
5672         * src/gtk/gtkcmoptionmenu.c
5673         * src/gtk/gtkutils.c
5674         * src/gtk/gtkutils.h
5675         * src/gtk/gtkvscrollbutton.c
5676         * src/plugins/pgpcore/select-keys.c
5677         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
5678                 Undeprecate for GTK+2.22. Patch by Reed Loden.
5679                 Fixes bug #2276, 'Compile in maintainer mode
5680                 fails on GTK+ 2.22'.
5681
5682 2010-10-02 [colin]      3.7.6cvs43
5683
5684         * configure.ac
5685                 It's now time to remove the temporary enable-openssl
5686                 option that was used when we removed OpenSSL. See 
5687                 bug #2276 comment #14.
5688
5689 2010-09-30 [wwp]        3.7.6cvs42
5690
5691         * src/prefs_account.c
5692         * src/prefs_filtering_action.c
5693         * src/prefs_matcher.c
5694                         Fix bug #2274, wrong color label index range
5695                         used w/ gtk_cmoption_menu (behaviour change
5696                         has been introduced w/ 3.5.0cvs49 apparently),
5697                         now it must be 1..N so let's use colorlabel value
5698                         (0..N) + 1.
5699                         
5700
5701 2010-09-20 [pawel]      3.7.6cvs41
5702
5703         * src/compose.c
5704         * src/mainwindow.c
5705         * src/summaryview.c
5706                 revert last patch
5707
5708 2010-09-19 [pawel]      3.7.6cvs40
5709
5710         * src/compose.c
5711         * src/mainwindow.c
5712         * src/summaryview.c
5713                 Set ML menus sensitivity accordingly to
5714                 possibility of reply to ML
5715
5716 2010-09-19 [colin]      3.7.6cvs39
5717
5718         * src/compose.c
5719                 Fix cvs34 and cvs35. NNTP accounts are mandatory to post
5720                 to newsgroups, and NNTP accounts *can* send email. We 
5721                 should not force an email account when replying to_ml or
5722                 anything...
5723
5724 2010-09-19 [colin]      3.7.6cvs38
5725
5726         * src/compose.c
5727                 Revert previous commit (which breaks Reply to newsgroups)
5728
5729 2010-09-17 [pawel]      3.7.6cvs37
5730
5731         * src/compose.c
5732                 Respect reply_account_autosel when changing compose
5733                 account to email one while replying to NNTP post
5734
5735 2010-09-17 [wwp]        3.7.6cvs36
5736
5737         * doc/man/claws-mail.1
5738         Update --compose documentation in `man claws-mail`.
5739
5740 2010-09-12 [pawel]      3.7.6cvs35
5741
5742         * src/compose.c
5743                 Add forgotten bit to previous commit,
5744                 select email account when replying to ML
5745
5746 2010-09-12 [pawel]      3.7.6cvs34
5747
5748         * src/compose.c
5749                 Fix bug #2247 "nntp reply-to-all broken?"
5750                 Make reply-to-all and reply-to-ml work as expected in
5751                 mailing list through NNTP case
5752
5753 2010-09-11 [pawel]      3.7.6cvs33
5754
5755         * src/mainwindow.c
5756         * src/summaryview.c
5757         * src/toolbar.c
5758                 gtk_widget_set_can_focus() -> GTK_WIDGET_UNSET_FLAGS()
5759                 fixes build with GTK+ < 2.18
5760
5761 2010-09-10 [pawel]      3.7.6cvs32
5762
5763         * src/mainwindow.c
5764         * src/summaryview.c
5765         * src/toolbar.c
5766                 Make Tab key switch between FolderView, MsgView and
5767                 SummaryView only, other widgets have/can have their own
5768                 keybindings anyway
5769
5770 2010-08-25 [colin]      3.7.6cvs31
5771
5772         * src/procmime.c
5773         * AUTHORS
5774         * src/gtk/authors.h
5775         * src/common/base64.c
5776         * src/common/base64.h
5777                 Fix bug #2245, "base64 decoding fails with line breaks"
5778                 Patch by Yotam Medini
5779
5780 2010-08-25 [colin]      3.7.6cvs30
5781
5782         * src/main.c
5783                 Fix bug #2241, "Empty trash on exit fails on scripted exit"
5784
5785 2010-08-23 [pawel]      3.7.6cvs29
5786
5787         * src/inc.c
5788         * src/send_message.c
5789         * src/statusbar.c
5790         * src/toolbar.c
5791                 Hide progressbar on statusbar when not needed
5792
5793 2010-08-17 [colin]      3.7.6cvs28
5794
5795         * src/main.c
5796                 Fix previous patch (our own tmp dir is inside
5797                 our rc dir)
5798
5799 2010-08-16 [colin]      3.7.6cvs27
5800
5801         * src/main.c
5802                 Use temp dir to store logs in Windows. Avoids doing
5803                 get_rc_dir() early, which prevents set_rc_dir()
5804                 working correctly.
5805
5806 2010-07-31 [holger]     3.7.6cvs26
5807
5808         * src/gtk/gtkshruler.c
5809                 Yet more GdkGC to Cairo porting
5810
5811 2010-07-30 [holger]     3.7.6cvs25
5812
5813         * src/stock_pixmap.c
5814                 More GdkGC to Cairo porting
5815
5816 2010-07-30 [holger]     3.7.6cvs24
5817
5818         * src/gtk/colorlabel.c
5819                 One GdkGC usage less
5820
5821 2010-07-29 [holger]     3.7.6cvs23
5822
5823         * src/printing.c
5824                 Replace some gdk drawing with cairo, as the former
5825                 is going towards deprecation.
5826
5827 2010-07-25 [colin]      3.7.6cvs22
5828
5829         * src/common/utils.c
5830                 And now for a real fix. g_list_remove() doesn't, of
5831                 course, free the data. But we have to have a solid
5832                 pointer to it in order to free it ourselves instead
5833                 of relying on the old freed list pointer.
5834                 Maybe that's the last patch on the subject now ? :)
5835
5836 2010-07-25 [colin]      3.7.6cvs21
5837
5838         * src/common/utils.c
5839                 Remove stupid and extraneous g_free() of elements
5840                 which have just been freed by g_list_remove(). (see
5841                 GList documentation). I don't know how it worked before
5842
5843 2010-07-25 [colin]      3.7.6cvs20
5844
5845         * src/common/utils.c
5846                 Reverse free/use with more logical and safe
5847                 use/free. Thanks to Michael Rasmussen !
5848
5849 2010-07-24 [colin]      3.7.6cvs19
5850
5851         * src/gtk/quicksearch.c
5852                 Finish 3.7.5cvs42 patch. Probably fixes bug 2232,
5853                 'freeze when using quick search'
5854
5855 2010-07-11 [iwkse]      3.7.6cvs18
5856
5857         * src/gtk/quicksearch.c
5858                 Add SMALL_LAYOUT to quicksearch_relayout
5859
5860 2010-07-10 [iwkse]      3.7.6cvs17
5861
5862         * src/mainwindow.h
5863                         Remove forgotten variable from
5864                         the last bugfix #2224
5865
5866 2010-07-10 [colin]      3.7.6cvs16
5867
5868         * src/mainwindow.c
5869         * src/gtk/quicksearch.c
5870                 Clean fix for bug #2224: don't mess with GTK settings when
5871                 handling the layout ourselves is enough
5872
5873 2010-07-09 [iwkse]      3.7.6cvs15
5874
5875         * src/mainwindow.h
5876         * src/mainwindow.c
5877                         Better fix for Bug #2224
5878
5879 2010-07-09 [iwkse]      3.7.6cvs14
5880
5881         * src/mainwindow.c
5882                         Bug #2224
5883                         Always use stock icons on buttons
5884
5885 2010-07-08 [colin]      3.7.6cvs13
5886
5887         * src/gtk/filesel.c
5888                 Fix bug 2223, 'Compilation fails with GTK+
5889                 2.21.3'. Thanks to Jan Psota !
5890
5891 2010-06-29 [pawel]      3.7.6cvs12
5892
5893         * src/compose.c
5894                 Revert 3.7.5cvs41, it breaks templates that use %X
5895
5896 2010-06-23 [wwp]        3.7.6cvs11
5897
5898         * src/gtk/colorlabel.c
5899                 Silent up a warning by avoiding possible confusion
5900                 in logical expression evaluation, thanks to TuxCM.
5901
5902 2010-06-21 [iwkse]      3.7.6cvs10
5903
5904         * src/gtk/quicksearch.c
5905                 Do not add into quicksearch history
5906                 matching rules with bad syntax
5907
5908 2010-05-26 [holger]     3.7.6cvs9
5909
5910         * src/summaryview.c
5911         * src/summaryview.h
5912                 Add function to select rows given a list of messages,
5913                 complementary to summary_get_selected_msg_list()
5914
5915 2010-05-22 [mir]        3.7.6cvs8
5916
5917         * src/ldapctrl.c
5918                 Fix bug 2208. Encode encrypted password to qouted
5919                 printable to avoid making invalid XML. Encoding
5920                 will be activated the first time the password is
5921                 changed.
5922
5923 2010-05-22 [paul]       3.7.6cvs7
5924
5925         * manual/advanced.xml
5926         * src/compose.c
5927         * src/prefs_common.c
5928         * src/prefs_common.h
5929                 after using the compose margin for several days
5930                 I wanted the old style back - add a new hidden
5931                 pref 'show_compose_margin' to restore the old
5932                 behaviour (defaults to FALSE)
5933
5934 2010-05-14 [paul]       3.7.6cvs6
5935
5936         * src/compose.c
5937                 add a margin to the compose window text that matches
5938                 the margin in textview
5939
5940 2010-05-14 [colin]      3.7.6cvs5
5941
5942         * src/gtk/sslcertwindow.c
5943                 Fix dangling pointer. Thanks to Michael R!
5944
5945 2010-05-14 [colin]      3.7.6cvs4
5946
5947         * src/gtk/sslcertwindow.c
5948                 Fix bug 1993, 'Cannot send mail when SSL certificate is 
5949                 expired but certificate check is skipped' and maybe
5950                 bug 2200, 'SSL is not working with POP3'
5951
5952 2010-05-14 [colin]      3.7.6cvs3
5953
5954         * src/plugins/pgpinline/pgpinline.c
5955                 Fix bug 2205, 'PGPInline: segfault on malformed mails'
5956
5957 2010-05-04 [iwkse]      3.7.6cvs2
5958
5959         * src/prefs_message.c
5960                         Get a generic name as 'Quotation' for
5961                         the frame
5962
5963 2010-05-04 [iwkse]      3.7.6cvs1
5964
5965         * src/prefs_message.c
5966         * src/prefs_common.h
5967         * src/prefs_common.c
5968         * src/textview.c
5969                         Fix #2188
5970                         Option for collapsing via double-click
5971
5972 2010-05-01 [paul]       3.7.6
5973         * NEWS
5974         * README
5975         * RELEASE_NOTES 
5976                 3.7.6 unleashed!
5977
5978 2010-05-01 [paul]       3.7.5cvs55
5979
5980         * tools/claws.i18n.status.pl
5981                 add Ukrainian stat
5982
5983 2010-05-01 [paul]       3.7.5cvs54
5984
5985         * src/gtk/authors.h
5986                 add YUP, new Ukrainian translator
5987
5988 2010-04-30 [paul]       3.7.5cvs53
5989
5990         * configure.ac
5991         * po/uk.po
5992                 add Ukrainian translation, submitted by YUP
5993         * po/cs.po
5994         * po/de.po
5995         * po/fi.po
5996         * po/hu.po
5997         * po/nl.po
5998         * po/pt_BR.po
5999         * po/pt_PT.po
6000         * po/sk.po
6001                 updated by David Vachulka, Stephan Sachse, Flammie Pirinen,
6002                 Páder RezsÅ‘, Marcel Pol, Frederico Goncalves Guimaraes,
6003                 Tiago Faria, and Slavko
6004
6005 2010-04-26 [wwp]        3.7.5cvs52
6006
6007         * po/fr.po
6008                 Fix capitalization.
6009
6010 2010-04-26 [mones]      3.7.5cvs51
6011
6012         * po/es.po
6013                 Updated for release
6014
6015 2010-04-22 [pawel]      3.7.5cvs50
6016
6017         * src/addressbook.c
6018                 fix compile warning
6019         * src/vcard.c
6020                 first NULL check pointer, then use it
6021
6022 2010-04-22 [colin]      3.7.5cvs49
6023
6024         * src/imap.c
6025                 Fix error message when session isn't established
6026         * po/fr.po
6027                 Update translation and fix a typo in it
6028
6029 2010-04-15 [pawel]      3.7.5cvs48
6030
6031         * src/prefs_account.c
6032                 Fix Bug 2144 'When creating an account with IMAP4+SSL,
6033                                 the port isn't configured properly'
6034                 When using SSL/TLS tunneling automatically use default
6035                 ports for encrypted connections: smtps, pop3s, imaps, nntps
6036
6037 2010-04-15 [pawel]      3.7.5cvs47
6038
6039         * src/action.c
6040                 Fix crasher in actions using '%f' argument
6041                 on multiple files with external scripts which
6042                 don't return any output.
6043
6044 2010-04-14 [colin]      3.7.5cvs46
6045
6046         * src/mainwindow.c
6047                 Fix hand cursor after error symbol appears
6048
6049 2010-04-12 [colin]      3.7.5cvs45
6050
6051         * configure.ac
6052                 Fix bug 2162, 'configure check for libetpan 
6053                 fails with libetpan 1.0'
6054
6055
6056 2010-04-09 [mones]      3.7.5cvs44
6057
6058         * manual/de/glossary.xml
6059                 Fix encoding to match main document's
6060                 Also fixes make dist with Debian's openjade
6061
6062 2010-03-29 [pawel]      3.7.5cvs43
6063
6064         * src/matcher_parser.h
6065         * src/matcher_parser_parse.y
6066         * src/gtk/quicksearch.c
6067                 Disable matcher warnings when populating quicksearch
6068                 completion lists on startup
6069
6070 2010-03-27 [colin]      3.7.5cvs42
6071
6072         * src/gtk/quicksearch.c
6073                 Fix double-free later in code. Optimize
6074                 list creation
6075
6076 2010-03-27 [pawel]      3.7.5cvs41
6077
6078         * src/compose.c
6079                 Make sure that quote ends with new line char
6080
6081 2010-03-26 [pawel]      3.7.5cvs40
6082
6083         * src/compose.c
6084         * src/compose.h
6085         * src/textview.c
6086                 Fix Bug 1928 Add "reply to this address" pop menu 
6087                              on Message View
6088                 - Set composing account to email one when creating/replying
6089                   from NNTP folder by clicking link or choosing option
6090                   from popup menu
6091                 - Factorize code
6092
6093 2010-03-25 [paul]       3.7.5cvs39
6094
6095         * src/gtk/gtkcmclist.c
6096                 Fix build with GTK+ 2.20
6097
6098 2010-03-24 [pawel]      3.7.5cvs38
6099
6100         * src/addr_compl.c
6101         * src/compose.c
6102         * src/folderview.c
6103         * src/grouplistdialog.c
6104         * src/headerview.c
6105         * src/mainwindow.c
6106         * src/mimeview.c
6107         * src/prefs_account.c
6108         * src/gtk/gtkcmclist.c
6109         * src/gtk/gtkcmctree.c
6110         * src/gtk/gtkcmoptionmenu.c
6111         * src/gtk/gtksctree.c
6112         * src/gtk/gtkshruler.c
6113         * src/gtk/gtkutils.c
6114         * src/gtk/gtkutils.h
6115         * src/gtk/gtkvscrollbutton.c
6116         * src/gtk/inputdialog.c
6117         * src/gtk/spell_entry.c
6118         * src/plugins/trayicon/trayicon.c
6119         * src/plugins/trayicon/libeggtrayicon/Makefile.am
6120         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6121         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
6122                 Fix build with GTK+ 2.19
6123
6124 2010-03-23 [pawel]      3.7.5cvs37
6125
6126         * src/mainwindow.c
6127         * src/mimeview.c
6128                 Respect view->show_col_headers option
6129         * src/gtk/gtkcmctree.c
6130                 Fix GtkCmcTree column width calculation when it has
6131                 auto_resize set and new node is added
6132
6133 2010-03-22 [pawel]      3.7.5cvs36
6134
6135         * src/grouplistdialog.c
6136         * src/prefs_common.c
6137         * src/prefs_common.h
6138                 - remember newsgroups list dialog size
6139                 - respect use_dotted_lines hidden pref
6140                 - respect use_stripes_everywhere hidden pref
6141
6142 2010-03-21 [pawel]      3.7.5cvs35
6143
6144         * src/addrgather.c
6145                 Remove superfluous gtk_widget_show_all()
6146         * src/mimeview.c
6147                 Add forgotten colon
6148         * src/common/utils.c
6149                 Return correct type
6150
6151 2010-03-21 [pawel]      3.7.5cvs34
6152
6153         * src/main.c
6154         * src/gtk/quicksearch.c
6155         * src/gtk/quicksearch.h
6156                 Implement separate search phrase completion for
6157                 normal/extended quicksearch
6158
6159 2010-03-11 [paul]       3.7.5cvs33
6160
6161         * po/zh_CN.po
6162                 fix bug 2110, 'Patch to use GB18030 for GB2312 and GBK X-GBK'
6163                 submitted by Yuwei Yu
6164
6165 2010-03-09 [colin]      3.7.5cvs32
6166
6167         * manual/de/glossary.xml
6168                 Fix build
6169
6170 2010-03-02 [colin]      3.7.5cvs31
6171
6172         * manual/de/glossary.xml
6173                 Sort alphabetically. Done by Volker Ribbert.
6174
6175 2010-03-02 [mones]      3.7.5cvs30
6176
6177         * README
6178                 Fix mailing list archives location
6179                 Remove currently unavailable CVS webview
6180
6181 2010-03-01 [iwkse]      3.7.5cvs29
6182
6183         * src/common/plugin.c
6184                         Other indentation issues
6185
6186 2010-03-01 [iwkse]      3.7.5cvs28
6187
6188         * src/common/plugin.c
6189                         Fix indentation of the previous commit
6190
6191 2010-03-01 [iwkse]      3.7.5cvs27
6192
6193         * src/common/plugin.h
6194         * src/common/plugin.c
6195                         Add API for getting a loaded Plugin from the
6196                         plugin's name, plugin_get_loaded_by_name (const gchar *name)
6197                         Thanks to Colin, Michael
6198
6199 2010-02-27 [colin]      3.7.5cvs26
6200
6201         * configure.ac
6202         * AUTHORS
6203         * src/gtk/authors.h
6204         * manual/Makefile.am
6205         * manual/de/Makefile.am
6206         * manual/de/account.xml
6207         * manual/de/ack.xml
6208         * manual/de/addrbook.xml
6209         * manual/de/advanced.xml
6210         * manual/de/claws-mail-manual.xml
6211         * manual/de/faq.xml
6212         * manual/de/glossary.xml
6213         * manual/de/gpl.xml
6214         * manual/de/handling.xml
6215         * manual/de/intro.xml
6216         * manual/de/keyboard.xml
6217         * manual/de/plugins.xml
6218         * manual/de/starting.xml
6219         * manual/de/dist/.cvsignore
6220         * manual/de/dist/Makefile.am
6221         * manual/de/dist/html/.cvsignore
6222         * manual/de/dist/html/Makefile.am
6223         * manual/de/dist/pdf/.cvsignore
6224         * manual/de/dist/pdf/Makefile.am
6225         * manual/de/dist/ps/.cvsignore
6226         * manual/de/dist/ps/Makefile.am
6227         * manual/de/dist/txt/.cvsignore
6228         * manual/de/dist/txt/Makefile.am
6229                 Add the german translation of the manual, done by
6230                 Volker Ribbert <thoraki@arcor.de>.
6231
6232 2010-02-27 [holger]     3.7.5cvs25
6233
6234         * src/prefs_toolbar.c
6235                 Don't make toolbar item description for
6236                 plugin registered items editable
6237
6238 2010-02-26 [colin]      3.7.5cvs24
6239
6240         * src/toolbar.c
6241                 Don't translate empty description
6242
6243 2010-02-22 [colin]      3.7.5cvs23
6244
6245         * src/compose.c
6246                 Don't make In-Reply-To visible when reediting
6247                 a draft or sent mail.
6248
6249 2010-02-20 [colin]      3.7.5cvs22
6250
6251         * src/imap.c
6252         * src/imap.h
6253         * src/main.c
6254         * src/mainwindow.c
6255         * src/etpan/imap-thread.c
6256         * src/etpan/imap-thread.h
6257         * src/etpan/nntp-thread.c
6258         * src/etpan/nntp-thread.h
6259                 When going offline from NetworkManager, just
6260                 delete IMAP connections. That'll avoid timeouts
6261                 when coming back online in certain cases when
6262                 the TCP socket will have timed out.
6263
6264 2010-02-20 [holger]     3.7.5cvs21
6265
6266         * .cvsignore
6267                 More files to ignore
6268
6269 2010-02-17 [ticho]      3.7.5cvs20
6270
6271         * src/summaryview.c
6272         * src/summaryview.h
6273         * src/toolbar.c
6274                 Revert 3.7.5cvs19.
6275
6276 2010-02-16 [ticho]      3.7.5cvs19
6277
6278         * src/summaryview.c
6279         * src/summaryview.h
6280         * src/toolbar.c
6281                 Removed unused argument from summary_open_row().
6282
6283 2010-02-10 [pawel]      3.7.5cvs18
6284
6285         * src/compose.c
6286                 - fix headers filtering when prefs_common.trans_hdr is on
6287                 - fix headers setting when changing composing account 
6288                 - plug memleak
6289         * src/prefs_template.c
6290                 Re-add template's name for translation
6291
6292 2010-02-10 [colin]      3.7.5cvs17
6293
6294         * src/prefs_matcher.c
6295                 Fix bug 2099, 'add List-Id in Configuration>Filtering>
6296                 Condition>Define>Header>Name combo box'. Patch by
6297                 Francois Cami
6298
6299 2010-02-10 [colin]      3.7.5cvs16
6300
6301         * src/codeconv.c
6302         * src/codeconv.h
6303         * src/compose.c
6304         * src/mainwindow.c
6305         * src/messageview.c
6306         * src/prefs_send.c
6307         * src/procmime.c
6308         * src/textview.c
6309                 Add the GB18030 Chinese charset, which is a superset
6310                 of GB2312 and (X-)GBK. Patch mostly by Yuwei Yu.
6311
6312 2010-02-09 [holger]     3.7.5cvs15
6313
6314         * configure.ac
6315                 GTK+ 2.10 related cleanup
6316
6317 2010-02-09 [pawel]      3.7.5cvs14
6318
6319         * src/prefs_account.c
6320         * src/prefs_folder_item.c
6321         * src/prefs_template.c
6322         * src/quote_fmt.c
6323                 Respect prefs_common.trans_hdr in couple more places to avoid
6324                 confusion with translated/non-translated header names
6325
6326 2010-02-09 [colin]      3.7.5cvs13
6327
6328         * po/POTFILES.in
6329                 Fix make dist
6330
6331 2010-02-09 [colin]      3.7.5cvs12
6332
6333         * src/mimeview.c
6334                 And fix 2.10 build :)
6335
6336 2010-02-09 [colin]      3.7.5cvs11
6337
6338         * configure.ac
6339                 Bump up GTK+ requirement to 2.10
6340         * src/Makefile.am
6341         * src/compose.c
6342         * src/crash.c
6343         * src/foldersel.c
6344         * src/main.c
6345         * src/mainwindow.c
6346         * src/messageview.c
6347         * src/messageview.h
6348         * src/prefs_actions.c
6349         * src/prefs_common.c
6350         * src/prefs_common.h
6351         * src/prefs_ext_prog.c
6352         * src/prefs_filtering_action.c
6353         * src/prefs_fonts.c
6354         * src/prefs_image_viewer.c
6355         * src/prefs_matcher.c
6356         * src/prefs_msg_colors.c
6357         * src/prefs_summaries.c
6358         * src/prefs_template.c
6359         * src/printing.c
6360         * src/printing.h
6361         * src/quote_fmt.c
6362         * src/summaryview.c
6363         * src/textview.c
6364         * src/gtk/Makefile.am
6365         * src/gtk/about.c
6366         * src/gtk/gtkcmclist.c
6367         * src/gtk/gtkcmctree.c
6368         * src/gtk/gtkutils.c
6369         * src/gtk/quicksearch.c
6370                 Remove all compile-time conditionals depending on
6371                 GTK+ < 2.10
6372         * src/gedit-print.c
6373         * src/gedit-print.h
6374         * src/gtk/gtksourceprintjob.c
6375         * src/gtk/gtksourceprintjob.h
6376                 Remove libgnomeprint-based printing system (and
6377                 command-line-based printing system) as GTK+ 2.10
6378                 ships with print support.
6379
6380 2010-02-08 [mir]        3.7.5cvs10
6381
6382         * src/compose.c
6383             Avoid displaying Bcc headers in message sent
6384             to NNTP servers. Thanks to Henning Mersch.
6385
6386
6387 2010-02-08 [pawel]      3.7.5cvs9
6388
6389         * src/mimeview.c
6390                 Make tooltips less cryptic
6391         * src/gtk/description_window.c
6392                 Improve window size calculation
6393
6394 2010-02-08 [pawel]      3.7.5cvs8
6395
6396         * src/compose.c
6397         * src/compose.h
6398         * src/common/utils.c
6399         * src/common/utils.h
6400         * src/gtk/authors.h
6401                 Fix Bug 2058 "use in-reply-to info passed in mailto: links"
6402                 Patch by Laurent Bigonville with slight modifications
6403
6404 2010-02-03 [pawel]      3.7.5cvs7
6405
6406         * m4/.cvsignore
6407                 Add some libtool files to ignore
6408
6409 2010-02-03 [pawel]      3.7.5cvs6
6410
6411         * src/plugins/trayicon/trayicon.c
6412                 Save and then restore focus when closing/minimizing to tray
6413
6414 2010-02-03 [mir]        3.7.5cvs5
6415
6416         * src/addrindex.c
6417         * src/editldap.c
6418         * src/ldapctrl.c
6419         * src/ldapctrl.h
6420         * src/ldapquery.c
6421         * src/ldapupdate.c
6422             Save LDAP password encrypted. See bug 2113.
6423
6424
6425 2010-02-03 [colin]      3.7.5cvs4
6426
6427         * src/privacy.c
6428                 Fix again decoding of encrypted parts. The
6429                 reverting of the patch was wrong, as the
6430                 double-decoding was fixed in smime itself.
6431                 Thanks to Matthias Drochner again...
6432
6433 2010-02-02 [colin]      3.7.5cvs3
6434
6435         * src/plugins/smime/smime.c
6436         * src/privacy.c
6437                 Revert 3.7.4cvs2 and make a better patch for bug
6438                 2059 and 2076. Patch by Matthias Drochner
6439
6440 2010-01-31 [pawel]      3.7.5cvs2
6441
6442         * src/gtk/authors.h
6443                 Fix hungarian translator's name
6444
6445 2010-01-31 [pawel]      3.7.5cvs1
6446
6447         * src/messageview.c
6448         * src/mimeview.c
6449                 Fix Bug 2107 - Arrow keys don't work in message view window
6450
6451 2010-01-31 [paul]       3.7.5
6452
6453         * NEWS
6454         * README
6455         * RELEASE_NOTES 
6456                 3.7.5 released!
6457
6458 2010-01-23 [pawel]      3.7.4cvs10
6459
6460         * src/addressbook.c
6461                 Fix button sensitivity in compose mode
6462
6463 2010-01-23 [pawel]      3.7.4cvs9
6464
6465         * commitHelper
6466         * tools/kdeservicemenu/install.sh
6467         * tools/make.themes.project
6468         * tools/nautilus2claws-mail.sh
6469         * tools/popfile-link.sh
6470         * tools/textviewer.sh
6471                 Not all systems have bash installed in /bin, use env(1) to find
6472                 it`s location
6473
6474 2010-01-22 [pawel]      3.7.4cvs8
6475
6476         * src/prefs_account.c
6477         * src/prefs_filtering.c
6478         * src/prefs_send.c
6479         * src/gtk/colorlabel.c
6480                 Add some separators in combos
6481
6482 2010-01-22 [pawel]      3.7.4cvs7
6483
6484         * autogen.sh
6485                 --disable-aspell -> --disable-enchant
6486         * configure.ac
6487                 Fix options spacing in configure --help
6488         * src/wizard.c
6489                 Make wizard's window centered on the screen
6490
6491 2010-01-19 [holger]     3.7.4cvs6
6492
6493         * src/folder.c
6494         * src/folder.h
6495                 Introduce folder_get_item_from_identifier().
6496                 In contrast to folder_find_item_from_identifier(), this
6497                 function recursively creates the FolderItems in the id path.
6498                 Useful for programmatically creating folders (e.g. by plugins)
6499
6500 2010-01-17 [pawel]      3.7.4cvs5
6501
6502         * src/gtk/authors.h
6503                 Fix my lastname
6504
6505 2010-01-16 [colin]      3.7.4cvs4
6506
6507         * src/plugins/pgpcore/sgpgme.c
6508                 Probably fix bug 2098, 'claws-mails crashes frequently 
6509                 with pgpcore'. Fix double-free.
6510
6511 2010-01-16 [holger]     3.7.4cvs3
6512
6513         * src/prefs_toolbar.h
6514                 Forgotten header
6515
6516 2010-01-15 [colin]      3.7.4cvs2
6517
6518         * src/privacy.c
6519                 Decode mimeinfo before decrypting it. Probably
6520                 fixes bug 2059 'gpgme >=1.1.8 not compatible 
6521                 with S/MIME encryption' and bug 2076 'having 
6522                 worked 2 times properly CLAWS ceased to 
6523                 decrypt incoming PGP mails -displays base64 
6524                 instead - sucks completely'
6525                 Let's hope complete suckage ends here!
6526                 Thanks to Matthias Drochner.
6527
6528 2010-01-08 [paul]       3.7.4cvs1
6529
6530         * tools/claws.i18n.status.pl
6531                 fix typos
6532
6533 2010-01-08 [paul]       3.7.4
6534
6535         * NEWS
6536         * README
6537         * RELEASE_NOTES 
6538                 3.7.4 released!
6539
6540 2010-01-08 [paul]       3.7.3cvs57
6541
6542         * po/ca.po
6543         * po/cs.po
6544         * po/de.po
6545         * po/fi.po
6546         * po/hu.po
6547         * po/id.po
6548         * po/ja.po
6549         * po/nl.po
6550         * po/pt_BR.po
6551         * po/pt_PT.po
6552         * po/ru.po
6553         * po/sk.po
6554                 updated translations by Miquel Oliete, David Vachulka, Stephan Sachse,
6555                 Tommi Pirinen, Pader Rezso, MSulchan Darmawan, kazken3, Marcel Pol,
6556                 Frederico Goncalves Guimaraes, Tiago Faria, Aleksei Miheev, and
6557                 Slavko
6558
6559 2010-01-08 [paul]       3.7.3cvs56
6560
6561         * src/common/utils.c
6562                 fix bug 2089, 'URLs ending with an underscore ('_')
6563                 are not correctly parsed'. thanks to Johan
6564
6565 2010-01-05 [colin]      3.7.3cvs55
6566
6567         * po/fr.po
6568                 Update french translation
6569
6570 2010-01-04 [mones]      3.7.3cvs54
6571
6572         * po/es.po
6573                 Update Spanish translation
6574
6575 2010-01-04 [mones]      3.7.3cvs53
6576
6577         * manual/plugins.xml
6578                 Some format
6579         * manual/es/claws-mail-manual.xml
6580         * manual/es/intro.xml
6581         * manual/es/plugins.xml
6582                 Synchronise with English version
6583
6584 2010-01-03 [paul]       3.7.3cvs52
6585
6586         * ChangeLog
6587                 fix format
6588         * src/gtk/authors.h
6589                 update TEAM_LIST, fix encoding
6590
6591 2010-01-03 [mir]        3.7.3cvs51
6592
6593         * src/compose.c
6594                 When composing to a NNTP list TO: will always be preset
6595                 to the NNTP list unless user has chosen some other default
6596                 in which case we will handle this the normal way. Therefore
6597                 mfield will be set to TO_FIELD_PRESENT if mailto is NULL.
6598
6599 2010-01-01 [paul]       3.7.3cvs50
6600
6601         * src/gtk/about.c
6602                 bump copyright year whilst it's in mind
6603
6604 2009-12-31 [paul]       3.7.3cvs49
6605
6606         * manual/claws-mail-manual.xml
6607         * manual/intro.xml
6608         * manual/plugins.xml
6609                 fix links so that they make sense in the context of the
6610                 text version of the manual
6611
6612 2009-12-31 [paul]       3.7.3cvs48
6613
6614         * manual/intro.xml
6615         * manual/plugins.xml
6616                 updates, improvements, corrections, additions
6617
6618 2009-12-29 [pawel]      3.7.3cvs47
6619
6620         * src/prefs_filtering_action.c
6621                 Fix Bug 2082 'Wrong color rectangle position when replacing
6622                 "color" processing rule'
6623
6624 2009-12-29 [colin]      3.7.3cvs46
6625
6626         * src/compose.c
6627                 Fix bug 2074, 'Remember sending account 
6628                 for sent messages'
6629
6630 2009-12-20 [holger]     3.7.3cvs45
6631
6632         * src/compose.c
6633                 Delay CREATED_HOOKLIST invokation until
6634                 after the modifications to the compose window
6635                 are done, to allow hooks to further modify the
6636                 window without getting overridden again
6637
6638 2009-12-20 [holger]     3.7.3cvs44
6639
6640         * src/prefs_toolbar.h
6641                 Fix last commit
6642
6643 2009-12-20 [holger]     3.7.3cvs43
6644
6645         * src/prefs_toolbar.c
6646         * src/prefs_toolbar.h
6647         * src/toolbar.c
6648                 Pass window struct to caller
6649
6650 2009-12-20 [holger]     3.7.3cvs42
6651
6652         * src/compose.c
6653         * src/compose.h
6654                 Add hooklist after creation of a compose window
6655
6656 2009-12-19 [holger]     3.7.3cvs41
6657
6658         * src/prefs_toolbar.c
6659         * src/prefs_toolbar.h
6660         * src/toolbar.c
6661                 Allow plugins to choose to which toolbar they want
6662                 to add actions (main window, compose window, or message view)
6663
6664 2009-12-19 [paul]       3.7.3cvs40
6665
6666         * src/statusbar.c
6667                 fix statusbar in GTK+ 2.19.1
6668
6669 2009-12-10 [pawel]      3.7.3cvs39
6670
6671         * src/compose.c
6672                 Better fix for cvs28 regression
6673
6674 2009-12-10 [iwkse]      3.7.3cvs38
6675
6676         * src/compose.c
6677             Fix some indentation
6678
6679 2009-12-10 [iwkse]      3.7.3cvs37
6680
6681         * src/compose.c
6682             Add missing checks for gtkaspell: avoid
6683             crashing in some cases when Enchant is 
6684             enabled but the spell checker is disabled 
6685             in preferences.
6686
6687 2009-12-09 [colin]      3.7.3cvs36
6688
6689         * src/compose.c
6690                 Fix leak and unchecked accesses.
6691
6692 2009-12-09 [mir]        3.7.3cvs35
6693
6694         * src/compose.c
6695         Fix Bug 2072 "template at folder properties is not working"
6696         introduced in cvs24.
6697
6698 2009-12-08 [pawel]      3.7.3cvs34
6699
6700         * src/compose.c
6701                 When 'Reply All' remove current compose address from
6702                 Cc/Bcc list - fix for regression introduced in cvs28
6703
6704 2009-12-05 [pawel]      3.7.3cvs33
6705
6706         * src/messageview.c
6707                 Fix memory management, duh!
6708
6709 2009-12-04 [pawel]      3.7.3cvs32
6710
6711         * src/messageview.c
6712                 Use case insensitive comparison in search for
6713                 duplicate urls
6714         * src/uri_opener.c
6715                 Refresh scrollbars on every window open
6716
6717 2009-12-04 [pawel]      3.7.3cvs31
6718
6719         * src/compose.c
6720                 Highlight misspelled words when applying template and
6721                 check_while_typing option is on
6722
6723 2009-12-03 [pawel]      3.7.3cvs30
6724
6725         * src/compose.c
6726                 Highlight misspelled words in text inserted from file(s)
6727                 or pasted to message body when check_while_typing
6728                 options is on
6729
6730 2009-12-02 [pawel]      3.7.3cvs29
6731
6732         * src/compose.c
6733                 Revert first part of previous commit
6734
6735 2009-12-02 [pawel]      3.7.3cvs28
6736
6737         * src/compose.c
6738                 Fix Bug 2055 "duplicate mailing list reply if
6739                 List-Post + Reply-To present"
6740                 - Ignore Reply-To if answering to ML
6741                 - Improve parsing of List-Post header
6742
6743 2009-12-02 [pawel]      3.7.3cvs27
6744
6745         * src/compose.c
6746         * src/compose.h
6747                 Fix Bug 1850 "Reply All" duplicates "To" user in "CC" if original
6748                 email had user in "From" and "CC"
6749                 Don't allow duplicate addresses in compose window headers
6750
6751 2009-12-02 [mones]      3.7.3cvs26
6752
6753         * manual/intro.xml
6754         * manual/es/intro.xml
6755         * manual/fr/intro.xml
6756         * manual/it/intro.xml
6757         * manual/pl/intro.xml
6758                 Make URL to point current site
6759
6760 2009-12-01 [holger]     3.7.3cvs25
6761
6762         * src/summaryview.c
6763         * src/summaryview.h
6764                 Introduce new drag type "claws-mail/msg-path-list" for
6765                 drag'n'drop of a message selection from the summaryview
6766                 into other applications. The drag data gets set to the
6767                 folder-item-id followed by message ids, separated by newlines.
6768                 This enables other applications to back-link to Claws Mail
6769                 via a "claws-mail --select" call after they received a drop.
6770
6771 2009-11-30 [mir]        3.7.3cvs24
6772
6773         * src/compose.c
6774            Place cursor in compose window according to provided input
6775            If to: is present place cursor in subject field and if both
6776            to: and subject: is present place cursor in body. If body: is
6777            present insert a new line after text and place cursor there.
6778
6779 2009-11-27 [mones]      3.7.3cvs23
6780
6781         * src/gtk/quicksearch.c
6782                 Allow viewing longer expressions if there's space
6783
6784 2009-11-25 [holger]     3.7.3cvs22
6785
6786         * Makefile.am
6787         * src/common/Makefile.am
6788         * src/common/utils.c
6789         * src/common/utils.h
6790                 Add a function to query the
6791                 filepath of the .desktop file
6792
6793 2009-11-25 [colin]      3.7.3cvs21
6794
6795         * src/imap.c
6796                 Fix bug 2063, 'glib assertion in GRelation use in 
6797                 imap.c'
6798
6799 2009-11-24 [pawel]      3.7.3cvs20
6800
6801         * src/common/utils.c
6802                 Fix Bug 2053 'Inconsistent application of Coloration 
6803                 of Message text'
6804                 Don't allow '<' character between quotation marks
6805
6806 2009-11-21 [holger]     3.7.3cvs19
6807
6808         * src/printing.c
6809                 Modify cairo clip handling in preview windows,
6810                 to prevent print preview windows from being blank
6811                 with GTK+ 2.18. Follow recommendation of the GTK+
6812                 documentation (section "Migrating to client side windows")
6813                 and create a new cairo context for each expose event.
6814
6815 2009-11-19 [pawel]      3.7.3cvs18
6816
6817         * Makefile.am
6818                 complete 3.7.3cvs15 so install is DESTDIR safe
6819                 remove icons with changed names on uninstall
6820
6821 2009-11-18 [pawel]      3.7.3cvs17
6822
6823         * src/news_gtk.c
6824                 remove unneeded and code-duplicating function
6825
6826 2009-11-18 [pawel]      3.7.3cvs16
6827
6828         * src/news_gtk.c
6829                 Fix Bug 2057 'Claws mail does not keep renamed names
6830                 of nntp-subscribed groups'
6831                 Check for already subscribed group using item->path for group
6832                 comparision as folders item->path != item->name may be truth 
6833                 since we allowed renaming of newsgroups folders -> 3.5.0cvs11
6834
6835 2009-11-17 [pawel]      3.7.3cvs15
6836
6837         * Makefile.am
6838                 Fix Bug 2049 'some icons not copied?'
6839                 Install additional 64x64 and 128x128 icons
6840
6841 2009-11-17 [holger]     3.7.3cvs14
6842
6843         * src/prefs_toolbar.c
6844         * src/prefs_toolbar.h
6845         * src/toolbar.c
6846         * src/toolbar.h
6847                 Allow plugins to register toolbar items
6848
6849 2009-11-11 [pawel]      3.7.3cvs13
6850
6851         * src/addressbook.c
6852         * src/compose.c
6853         * src/compose.h
6854         * src/filtering.c
6855                 Fix Bug 1867 Changing account does not change BCC address
6856                 Set account specific headers when changing account
6857                 in compose window.
6858
6859 2009-11-07 [colin]      3.7.3cvs12
6860
6861         * src/gtk/prefswindow.c
6862                 Fix bug 2041, "add autonomical scrolled windows to prefs pages"
6863                 Patch by Pawel
6864
6865 2009-11-07 [colin]      3.7.3cvs11
6866
6867         * src/gtk/spell_entry.c
6868                 Fix bug 2040, 'numbers in subject entry marked as misspelled'
6869                 Patch by Pawel Pekala
6870
6871 2009-10-27 [colin]      3.7.3cvs10
6872
6873         * src/folder.c
6874                 Fix bug 2028, 'Attempts to connect to all accounts on exit'
6875                 Don't try to check whether the folder is up-to-date if
6876                 the folder class doesn't implement set_mtime, as we don't
6877                 care in this case. This code exists since a long time, but
6878                 the bug was triggered by more scanning of queue folders 
6879                 since recently (when we added \Deleted handling).
6880
6881 2009-10-27 [colin]      3.7.3cvs9
6882
6883         * src/mainwindow.c
6884                 Try to fix registering as default client
6885                 on windows 7
6886
6887 2009-10-21 [wwp]        3.7.3cvs8
6888
6889         * src/common/utils.c
6890                 Fix 3.7.3cvs7 (accidentally committed a CVS conflict mark, say bravo).
6891
6892 2009-10-21 [wwp]        3.7.3cvs7
6893
6894         * src/common/utils.c
6895                 Don't core dump when attempting to insert a non-existing
6896                 file using a mailto: uri (g_error does core dump).
6897
6898 2009-10-20 [colin]      3.7.3cvs6
6899
6900         * src/common/utils.c
6901                 Don't g_error on normal warnings...
6902
6903 2009-10-20 [colin]      3.7.3cvs5
6904
6905         * src/plugins/pgpcore/sgpgme.c
6906                 Fix bug 1996, 'S/MIME key not selected'
6907                 Check for S/MIME certs too
6908
6909 2009-10-20 [colin]      3.7.3cvs4
6910
6911         * src/common/w32lib.h
6912                 Fix win32 build on latest mingw32
6913
6914 2009-10-20 [colin]      3.7.3cvs3
6915
6916         * src/exportldif.c
6917         * src/ldif.c
6918         * src/ldif.h
6919                 Fix LDIF export. Patch by Michael Rasmussen
6920
6921 2009-10-18 [paul]       3.7.3cvs2
6922
6923         * tools/claws.i18n.status.pl
6924                 increase the value of $transolddays since we're relasing less
6925                 often now.
6926                 rework the en_GB.po hack so that en_GB is always 100% translated
6927                 and recently updated
6928
6929 2009-10-17 [paul]       3.7.3cvs1
6930
6931         * src/prefs_account.c
6932         * src/prefs_compose_writing.c
6933         * src/prefs_receive.c
6934         * src/prefs_summaries.c
6935         * src/prefs_wrapping.c
6936                 reword a few labels. (this incorporates everything
6937                 that seemed worthwhile from bug 2020)
6938         * src/prefs_customheader.c
6939                 use a 'Browse' button instead of button with
6940                 label 'From file...'
6941
6942 2009-10-12 [colin]
6943
6944         * CVS repository change
6945
6946 2009-10-09 [paul[       3.7.3
6947
6948         version 3.7.3 unleashed!!
6949
6950 2009-10-07 [paul]       3.7.2cvs49
6951
6952         * src/folderview.c
6953         * src/folderview.h
6954         * src/mainwindow.c
6955                 fix  Bug 1994 -  Changing colors required restart.
6956                 in the process rename folderview_reflect_prefs_pixmap_theme() to the
6957                 more accurate folderview_reinit_fonts()
6958
6959 2009-10-07 [paul]       3.7.2cvs48
6960
6961         * src/addrgather.c
6962         * src/prefs_common.c
6963         * src/prefs_common.h
6964                 fix  Bug 2003 -  Address gathering dialog minor bugs/annoyances,
6965                 patch by Pawel Pekala
6966
6967 2009-10-07 [paul]       3.7.2cvs47
6968
6969         * po/cs.po
6970         * po/de.po
6971         * po/hu.po
6972         * po/id.po
6973         * po/ja.po
6974         * po/pt_BR.po
6975                 updated by David Vachulka, Stephan Sachse and Marc Arens,
6976                 Pader Rezso, MSulchan Darmawan, kazken3, and Frederico
6977                 Goncalves Guimaraes
6978
6979 2009-10-06 [colin]      3.7.2cvs46
6980
6981         * po/fr.po
6982                 French translation update
6983
6984 2009-10-05 [paul]       3.7.2cvs45
6985
6986         * src/printing.c
6987                 enable Page Size and Orientation in the print dialog,
6988                 GTK+ >= 2.18.x only. Patch by Mark__T
6989
6990 2009-10-05 [paul]       3.7.2cvs44
6991
6992         * src/prefs_summaries.c
6993                 fix label, startup --> start-up, to match other uses of the
6994                 term
6995
6996 2009-10-05 [paul]       3.7.2cvs43
6997
6998         * po/pl.po
6999                 updated by Emilian Nowak
7000
7001 2009-10-03 [colin]      3.7.2cvs42
7002
7003         * src/mimeview.c
7004         * src/noticeview.c
7005         * src/gtk/gtkcmclist.c
7006         * src/gtk/gtkvscrollbutton.c
7007         * src/gtk/logwindow.c
7008                 GTK+ 2.18 fixes:
7009                 Fix bug 2008, 'Claws-Mail doesn't refresh after deletion'
7010                 Fix bug 2009, 'Incorrect pointer representation with GTK+2.18'
7011                 Fix warning at start
7012
7013 2009-09-28 [colin]      3.7.2cvs41
7014
7015         * src/matcher.c
7016         * src/mimeview.c
7017         * src/prefs_folder_item.c
7018                 Fix bug 2007, 'Small memory leaks'. Patch by Pawel
7019
7020 2009-09-28 [colin]      3.7.2cvs40
7021
7022         * src/prefs_summaries.c
7023         * src/gtk/sslcertwindow.c
7024                 Fix bug 2006, 'Non-utf8 strftime(3) date strings 
7025                 shows up garbled in GUI'. Patch by Pawel Pekala
7026
7027 2009-09-24 [iwkse]      3.7.2cvs39
7028
7029         * configure.ac
7030             That's only for statistics, of course :)
7031
7032 2009-09-24 [iwkse]      3.7.2cvs38
7033
7034         * configure.ac
7035             ...
7036
7037 2009-09-24 [iwkse]      3.7.2cvs37
7038
7039         * configure.ac
7040             Revert unwanted change
7041
7042 2009-09-24 [iwkse]      3.7.2cvs36
7043
7044         * src/action.c
7045             Fix issue with filtering actions and 
7046             parsed parameters
7047
7048 2009-09-20 [mones]      3.7.2cvs35
7049
7050         * tools/convert_mbox.pl
7051                 Add -R flag to support recursive conversions
7052                 of arbitrary Evolution mail folders, based on
7053                 bash script by Daniel Dickinson (fixes debian 
7054                 bug #461435) 
7055         * tools/popfile-link.sh
7056                 Set required shell for script (fixes debian 
7057                 bug #530057)
7058
7059 2009-09-16 [colin]      3.7.2cvs34
7060
7061         * src/main.c
7062                 Go grab files in /etc/skel if they exist
7063                 at first startup 
7064
7065 2009-09-15 [colin]      3.7.2cvs33
7066
7067         * src/procmime.c
7068                 Complete 3.7.1cvs42: only output directly to
7069                 final file if we get NULL byes at the start.
7070                 Still fixes saving UTF16 files, but also
7071                 fixes displaying Base64 parts with decoding
7072                 errors (parts without errors get displayed)
7073
7074 2009-09-14 [colin]      3.7.2cvs32
7075
7076         * src/matcher.c
7077         * src/matcher.h
7078         * src/matcher_parser_parse.y
7079         * src/prefs_matcher.c
7080                 Add 'has_attachment' and 'signed' matcher
7081                 expressions. Patch by Aleksei Miheev, fixes
7082                 bug 1997. 
7083
7084 2009-09-14 [colin]      3.7.2cvs31
7085
7086         * src/common/utils.c
7087                 Add "Re :" prefix from french Yahoo mail.
7088                 Patch by Didier Barvaux, fixes bug 1999
7089
7090 2009-09-10 [mones]      3.7.2cvs30
7091
7092         * manual/plugins.xml
7093                 Fix sites supported by SpamReport
7094         * manual/es/plugins.xml
7095                 Synchronise Spanish manual
7096
7097 2009-09-07 [holger]     3.7.2cvs29
7098
7099         * Makefile.am
7100                 Also update the icon cache on uninstall.
7101                 This prevents possible problems when Claws Mail was
7102                 uninstalled and installed again into a different location,
7103                 see http://bugzilla.gnome.org/show_bug.cgi?id=362604
7104                 and the blog post linked therein
7105
7106 2009-09-07 [paul]       3.7.2cvs28
7107
7108         * src/prefs_toolbar.c
7109                 when updating the main toolbar icons just update
7110                 the main toolbar (and consequently fix a bug where
7111                 folderview icons would disappear)
7112
7113 2009-08-30 [holger]     3.7.2cvs27
7114
7115         * src/compose.c
7116                 Do case-insensitive comparison against
7117                 header names when extracting recipients
7118                 from composed mails
7119
7120 2009-08-23 [colin]      3.7.2cvs26
7121
7122         * src/mbox.c
7123                 Probably fix RH bug 512024, " folder.c:3543 
7124                 Condition msglist != NULL failed"
7125
7126 2009-08-23 [colin]      3.7.2cvs25
7127
7128         * src/prefs_compose_writing.c
7129                 Make the maximum size warning bigger. Patch
7130                 by Didier Barvaux on bug 1986.
7131
7132 2009-08-21 [colin]      3.7.2cvs24
7133
7134         * src/compose.c
7135                 Previous commit: move the function into compose_insert_file
7136                 so that it's also used on drag-n-drop
7137
7138 2009-08-21 [colin]      3.7.2cvs23
7139
7140         * src/compose.c
7141                 Fix scrolling when adding an header
7142
7143 2009-08-21 [colin]      3.7.2cvs22
7144
7145         * src/compose.c
7146         * src/prefs_common.c
7147         * src/prefs_common.h
7148         * src/prefs_compose_writing.c
7149         * src/common/utils.c
7150                 Fix bug 1986, "New feature: warn user when inserting 
7151                 a large file in the message body". Patch by Didier
7152                 Barvaux
7153
7154 2009-08-21 [colin]      3.7.2cvs21
7155
7156         * AUTHORS
7157         * src/gtk/authors.h
7158         * src/common/utils.c
7159                 Fix bug 1984: Add R�f. : reply prefix (french 
7160                 Lotus Notes); patch by Didier Barvaux
7161
7162 2009-08-21 [colin]      3.7.2cvs20
7163
7164         * src/codeconv.c
7165         * src/codeconv.h
7166                 Fix bug 1969, 'Bad guess for outgoing encoding'
7167                 Make sure the specific converters (japanese in
7168                 this case) can return success/error in strict
7169                 mode, instead of silently failing back to 
7170                 strncpy
7171
7172 2009-08-20 [holger]     3.7.2cvs19
7173
7174         * src/compose.c
7175         * src/compose.h
7176                 Make it possible for code outside
7177                 compose (e.g. plugins) to attach files
7178
7179 2009-08-20 [colin]      3.7.2cvs18
7180
7181         * src/main.c
7182                 Fix crash when accessing IMAP soon
7183
7184 2009-08-18 [colin]      3.7.2cvs17
7185
7186         * src/ldapquery.c
7187                 Maybe fix crash on non-existent LDAP server
7188
7189 2009-08-04 [colin]      3.7.2cvs16
7190
7191         * src/toolbar.c
7192                 Fix toolbar's spacing that breaks dark
7193                 themes (patch from http://blogs.igalia.com/aperez/
7194                 2009/07/making-claws-mail-look-better/)
7195
7196 2009-07-28 [colin]      3.7.2cvs15
7197
7198         * src/account.c
7199         * src/addrcustomattr.c
7200         * src/addressadd.c
7201         * src/addressbook_foldersel.c
7202         * src/addrgather.c
7203         * src/browseldap.c
7204         * src/compose.c
7205         * src/editbook.c
7206         * src/editgroup.c
7207         * src/editjpilot.c
7208         * src/editldap.c
7209         * src/editldap_basedn.c
7210         * src/edittags.c
7211         * src/editvcard.c
7212         * src/exphtmldlg.c
7213         * src/expldifdlg.c
7214         * src/export.c
7215         * src/foldersel.c
7216         * src/import.c
7217         * src/importldif.c
7218         * src/importmutt.c
7219         * src/importpine.c
7220         * src/prefs_actions.c
7221         * src/prefs_customheader.c
7222         * src/prefs_display_header.c
7223         * src/prefs_filtering.c
7224         * src/prefs_folder_column.c
7225         * src/prefs_matcher.c
7226         * src/prefs_summary_column.c
7227         * src/prefs_summary_open.c
7228         * src/prefs_template.c
7229         * src/textview.c
7230         * src/uri_opener.c
7231                 Fix bug 1950, 'Program freeze up during folder selection'
7232                 Don't leave hidden windows modal
7233
7234 2009-07-28 [colin]      3.7.2cvs14
7235
7236         * src/ldapquery.c
7237                 Fix bug 1957, 'LDAP errs out after searching too 
7238                 many search bases'
7239
7240 2009-07-28 [colin]      3.7.2cvs13
7241
7242         * src/summaryview.c
7243                 Fix bug 1966, '"Collapse all threads" slower than 
7244                 "Expand all threads"'
7245
7246 2009-07-28 [colin]      3.7.2cvs12
7247
7248         * src/common/session.c
7249                 Fix bug 1967, 'Claws gets stuck after accepting 
7250                 a certificate warning dialog'
7251
7252 2009-07-19 [paul]       3.7.2cvs11
7253
7254         * manual/plugins.xml
7255                 a few small changes to the English
7256
7257 2009-07-18 [mones]      3.7.2cvs10
7258
7259         * manual/plugins.xml
7260                 Add new bsfilter and fancy plugins to the docs
7261                 and a note about dealing with plugins of the same class
7262         * src/prefs_account.c
7263                 Fix extra space at the end typo
7264
7265 2009-07-16 [colin]      3.7.2cvs9
7266
7267         * src/summaryview.c
7268                 Fix wrong return without unlocking; thanks
7269                 to mupuf_
7270
7271 2009-07-14 [colin]      3.7.2cvs8
7272
7273         * src/imap.c
7274                 Fix bug 1954, 'Segfault on reading wrong STATUS'
7275
7276 2009-07-10 [colin]      3.7.2cvs7
7277
7278         * src/plugins/pgpcore/plugin.def
7279         * src/common/utils.h
7280                 Fix windows port
7281
7282 2009-07-10 [colin]      3.7.2cvs6
7283
7284         * src/prefs_display_header.c
7285                 Fix bug 1951, 'C-Mail dumps core when editing 
7286                 displayed headers'. Patch by Alexey Rusakov
7287
7288 2009-07-10 [colin]      3.7.2cvs5
7289
7290         * src/folderview.c
7291                 Fix bug 1952, 'Deleted mails in Queue folder 
7292                 highlight it'.
7293
7294 2009-07-09 [colin]      3.7.2cvs4
7295
7296         * src/gtk/spell_entry.c
7297                 Fix bug 1949, 'Spell checker doesn't recognise 
7298                 certain word in Subject header, but does in 
7299                 message body'. Patch by Pawel Pekala.
7300
7301 2009-07-09 [paul]       3.7.2cvs3
7302
7303         * configure.ac
7304                 use pkgconfig to check for the minimum required
7305                 version of GnuTLS
7306
7307 2009-07-06 [colin]      3.7.2cvs2
7308
7309         * src/prefs_customheader.c
7310                 Fix build failure
7311
7312 2009-07-04 [paul]       3.7.2cvs1
7313
7314         * tools/claws.i18n.status.pl
7315                 updated
7316
7317 2009-07-03 [paul]       3.7.2
7318
7319         * NEWS
7320         * README
7321         * RELEASE_NOTES 
7322                 3.7.2 released!
7323
7324 2009-07-03 [paul]       3.7.1cvs85
7325
7326         * AUTHORS
7327         * configure.ac
7328         * po/pt_PT.po
7329         * po/sk.po
7330         * src/gtk/authors.h
7331                 added new translations by Tiago Faria and Slavko
7332         * po/bg.po
7333         * po/cs.po
7334         * po/de.po
7335         * po/es.po
7336         * po/fi.po
7337         * po/fr.po
7338         * po/hu.po
7339         * po/id.po
7340         * po/it.po
7341         * po/ja.po
7342         * po/pt_BR.po
7343         * po/ru.po
7344                 updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
7345                 Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
7346                 MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
7347                 Goncalves Guimaraes, Aleksei Miheev
7348
7349 2009-07-01 [colin]      3.7.1cvs84
7350
7351         * src/prefs_common.c
7352                 Fix bug 1940, 'Doesn't open links in 
7353                 user's default browser'. Turn the preference
7354                 to TRUE by default; that will only change the
7355                 behaviour for new users.
7356
7357 2009-06-29 [colin]      3.7.1cvs83
7358
7359         * src/filtering.c
7360         * src/filtering.h
7361         * src/prefs_filtering_action.c
7362                 Fix bug 1935, 'problems with very long filtering actions':
7363                 Use a dynamic buffer in action to string, and a bigger
7364                 buffer in string to action
7365
7366 2009-06-29 [colin]      3.7.1cvs82
7367
7368         * src/matcher_parser_lex.l
7369                 Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
7370
7371 2009-06-29 [colin]      3.7.1cvs81
7372
7373         * src/addressbook.c
7374                 Fix warnings
7375         * src/editgroup.c
7376                 Fix crash (out-of-bounds tree column)
7377         * src/gtk/gtkcmctree.c
7378         * src/gtk/gtksctree.c
7379                 Prevent using an out-of-bounds tree column
7380
7381 2009-06-29 [colin]      3.7.1cvs80
7382
7383         * src/ldapupdate.c
7384         * src/ldif.c
7385                 Leak fixes; patch by Pawel Pekala.
7386
7387 2009-06-26 [colin]      3.7.1cvs79
7388
7389         * src/summaryview.c
7390                 Sort by msgnum if dates are equal
7391
7392 2009-06-24 [paul]       3.7.1cvs78
7393
7394         * src/summaryview.c
7395                 make some (forgotten) strings translatable
7396
7397 2009-06-19 [colin]      3.7.1cvs77
7398
7399         * src/summaryview.c
7400                 Fix menu sensitiveness
7401
7402 2009-06-18 [colin]      3.7.1cvs76
7403
7404         * configure.ac
7405         * src/plugins/pgpcore/sgpgme.c
7406         * src/plugins/pgpcore/sgpgme.h
7407         * src/plugins/pgpmime/mypgpcore.def
7408         * src/plugins/pgpmime/pgpmime.c
7409         * src/plugins/smime/mypgpcore.def
7410         * src/plugins/smime/smime.c
7411                 Use largefile support (and stop using our old GPGME
7412                 hack on gpgme_data_seek/rewind)
7413                 (See 1.9.12cvs44 to 46 - if this breaks things we 
7414                 should soon know :)
7415
7416 2009-06-13 [colin]      3.7.1cvs75
7417
7418         * src/gtk/spell_entry.c
7419                 Fix assertion. We can put a NULL gtkaspell to
7420                 an entry; it just means it won't be spell-checked.
7421
7422 2009-06-12 [mones]      3.7.1cvs74
7423
7424         * src/compose.c
7425         * src/messageview.c
7426         * src/prefs_account.c
7427         * src/prefs_account.h
7428         * src/common/utils.c
7429         * src/common/utils.h
7430                 Added preference to use account address in generated
7431                 Message-Id. Fixes Debian bug #531052
7432
7433 2009-06-12 [colin]      3.7.1cvs73
7434
7435         * src/common/ssl.c
7436                 Better fix, API-compatible with libgnutls13
7437
7438 2009-06-12 [colin]      3.7.1cvs72
7439
7440         * src/common/ssl.c
7441                 Use compatibility mode in GnuTLS, and avoid problems with 
7442                 servers that don't comply 100% with the spec, but still
7443                 exist.
7444
7445 2009-06-06 [iwkse]      3.7.1cvs71
7446
7447         * src/compose.c
7448                 Ops..revert a mix with another patch
7449
7450 2009-06-06 [iwkse]      3.7.1cvs70
7451
7452         * src/compose.c
7453                 A better fix for the previous commit's issue
7454
7455 2009-06-06 [iwkse]      3.7.1cvs69
7456
7457         * src/compose.c
7458                 Fix shutting down of Claws Mail while a GTK_Return keypress 
7459                 event is sent to the Attach property window
7460
7461 2009-06-05 [colin]      3.7.1cvs68
7462
7463         * src/compose.c
7464                 Fix build on GTK+ 2.6
7465
7466 2009-06-03 [mones]      3.7.1cvs67
7467
7468         * tools/make.themes.project
7469                 Oops! fix header, sorry Paul ;-)
7470
7471 2009-06-03 [mones]      3.7.1cvs66
7472
7473         * tools/make.themes.project
7474                 Add support for PNG themes and other
7475                 fixes i don't remember now... :)
7476
7477 2009-06-02 [colin]      3.7.1cvs65
7478
7479         * src/compose.c
7480         * src/prefs_template.c
7481         * src/quote_fmt.c
7482                 Fix error messages in templates, and fix their
7483                 checking
7484
7485 2009-05-22 [colin]      3.7.1cvs64
7486
7487         * src/compose.c
7488                 And remove hbox too
7489
7490 2009-05-22 [colin]      3.7.1cvs63
7491
7492         * src/compose.c
7493                 Fix phantom button behind entry when
7494                 changing fields via Tools/Reply mode.
7495
7496 2009-05-22 [colin]      3.7.1cvs62
7497
7498         * src/compose.c
7499                 Fix icon size
7500
7501 2009-05-21 [mones]      3.7.1cvs61
7502
7503         * src/compose.c
7504         * src/compose.h
7505                 Add button to empty header lines with one click
7506
7507 2009-05-21 [paul]       3.7.1cvs60
7508
7509         * src/mainwindow.c
7510         * src/mainwindow.h
7511         * src/plugins/trayicon/trayicon.c
7512                 when quitting from the trayicon, honour
7513                 prefs_common.clean_on_exit
7514
7515 2009-05-21 [paul]       3.7.1cvs59
7516
7517         * src/gtk/Makefile.am
7518                 remove duplicate entry
7519                 thanks to Charles A Edwards
7520
7521 2009-05-19 [paul]       3.7.1cvs58
7522
7523         * src/send_message.c
7524                 clear progressbar in the statusbar on 'Cancel'
7525
7526 2009-05-16 [colin]      3.7.1cvs57
7527
7528         * AUTHORS
7529         * src/gtk/authors.h
7530                 Add Fabian
7531
7532 2009-05-16 [colin]      3.7.1cvs56
7533
7534         * src/msgcache.c
7535                 Remove msgnum>0 condition for removing messages
7536                 from caches. There's no such condition on add.
7537                 Fixes bug 1913, 'Allow to remove phantom 
7538                 messages from the cache'; patch by Fabian
7539                 Keil <fk at fabiankeil.de>
7540
7541 2009-05-12 [holger]     3.7.1cvs55
7542
7543         * src/messageview.c
7544         * src/messageview.h
7545                 Introduce hook after showing of the message view
7546
7547 2009-05-11 [colin]      3.7.1cvs54
7548
7549         * src/compose.c
7550                 Fix bug 1872, 'A: Cc: CCi: selector should 
7551                 default on same as preceding contact'
7552
7553 2009-05-10 [holger]     3.7.1cvs53
7554
7555         * src/addr_compl.c
7556         * src/addr_compl.h
7557                 Add a hook to make it possible for plugins to
7558                 modify the address completion list
7559
7560 2009-05-06 [paul]       3.7.1cvs52
7561
7562         * src/folder.c
7563         * src/mimeview.c
7564                 fix bug 1915, 'Mails signed with smime.p7s
7565                 display both signed and attachment icon.'
7566
7567 2009-05-05 [colin]      3.7.1cvs51
7568
7569         * src/common/utils.c
7570                 Fix patch :)
7571
7572 2009-05-05 [colin]      3.7.1cvs50
7573
7574         * src/common/utils.c
7575                 Fix bug 1895, '(imap) cache issues when cache dir is on a 
7576                 different mountpoint than tempdir'
7577
7578 2009-05-04 [colin]      3.7.1cvs49
7579
7580         * src/msgcache.c
7581                 Probably fix bug 1914, 'Crash reading
7582                 corrupted tags file'
7583
7584 2009-04-26 [paul]       3.7.1cvs48
7585
7586         * configure.ac
7587         * src/gtk/gtkaspell.h
7588                 fix bug 1904, 'build mechanism looks for
7589                 'enchant.h' in a wrong place'
7590
7591 2009-04-25 [paul]       3.7.1cvs47
7592
7593         * src/printing.c
7594                 gah! fix coding style!
7595
7596 2009-04-25 [paul]       3.7.1cvs46
7597
7598         * src/printing.c
7599         * src/toolbar.c
7600                 if building with GTK+ >= 2.16 use
7601                 gtk_orientable_set_orientation() instead of now
7602                 deprecated gtk_toolbar_set_orientation()
7603
7604 2009-04-24 [colin]      3.7.1cvs45
7605
7606         * src/compose.c
7607                 Ask before sending if an attached file has
7608                 disappeared.
7609
7610 2009-04-19 [paul]       3.7.1cvs44
7611
7612         * src/prefs_common.c
7613         * src/prefs_common.h
7614         * src/gtk/about.c
7615                 save About window size.
7616                 patch by Pawel Pekala
7617
7618 2009-04-12 [paul]       3.7.1cvs43
7619
7620         * tools/csv2addressbook.pl
7621                 add extra CSV fields that are now appended
7622                 by thunderbird (version 2.0.0.21)
7623
7624 2009-04-08 [colin]      3.7.1cvs42
7625
7626         * src/procmime.c
7627                 fix saving (but not displaying) of UTF-16
7628                 files
7629
7630 2009-04-08 [colin]      3.7.1cvs41
7631
7632         * src/gtk/manage_window.c
7633                 Disable transient windows on win32 - seems to
7634                 fix most focusing issues
7635
7636 2009-04-05 [colin]      3.7.1cvs40
7637
7638         * src/procmsg.c
7639                 Don't ask whether we want to send deleted mails in queue
7640                 folders; also, don't send deleted mails when flushing
7641                 queues
7642
7643 2009-04-04 [paul]       3.7.1cvs39
7644
7645         * AUTHORS
7646         * configure.ac
7647         * po/id.po
7648         * src/gtk/authors.h
7649         * tools/claws.i18n.status.pl
7650                 add new Indonesian translation, by
7651                 MSulchan Darmawan
7652
7653 2009-04-03 [paul]       3.7.1cvs38
7654
7655         * AUTHORS
7656         * src/gtk/authors.h
7657                 credit due
7658
7659 2009-04-03 [colin]      3.7.1cvs37
7660
7661         * src/compose.c
7662         * src/textview.c
7663                 Fix bug 1891, 'Add support for gopher:// links'
7664                 Patch by Jacob Head <clawsmail at jacob-head.com>
7665                 Let's go back to the roots! 
7666
7667 2009-04-03 [paul]       3.7.1cvs36
7668
7669         * m4/Makefile.am
7670                 complete cvs35
7671
7672 2009-04-03 [paul]       3.7.1cvs35
7673
7674         * configure.ac
7675                 add AC_CONFIG_MACRO_DIR([m4])
7676                 remove CLAWS_ACLOCAL_INCLUDE(m4)
7677         * m4/aclocal-include.m4
7678                 removed this now unneeded file
7679
7680 2009-04-02 [colin]      3.7.1cvs34
7681
7682         * src/common/utils.h
7683                 Fix previous (thanks to Marcus :)
7684
7685 2009-04-02 [colin]      3.7.1cvs33
7686
7687         * src/common/utils.h
7688         * src/etpan/etpan-thread-manager.c
7689                 pipe() was a macro from GLib on win32 until
7690                 glib 2.13.2. It's undefined after that.
7691                 Thanks to Marcus Brinkmann for the heads-up!
7692
7693 2009-03-31 [colin]      3.7.1cvs32
7694
7695         * src/folder_item_prefs.c
7696                 Copy folder settings with prefs
7697
7698 2009-03-31 [colin]      3.7.1cvs31
7699
7700         * src/prefs_account.c
7701                 Don't use un-sensitive checkboxes in Privacy tab
7702                 when privacy system in None (makes unchecking 
7703                 painful when no privacy plugin is loaded)
7704
7705 2009-03-30 [colin]      3.7.1cvs30
7706
7707         * src/folder.c
7708         * src/folder.h
7709         * src/imap.c
7710         * src/mainwindow.c
7711         * src/mainwindow.h
7712         * src/prefs_account.c
7713         * src/prefs_account.h
7714         * src/summaryview.c
7715         * src/summaryview.h
7716                 Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
7717                 Add an option on the Receive page of IMAP account preferences:
7718                 "Move deleted mails to trash and expunge immediately". This
7719                 option defaults to TRUE to avoid changing the existing behaviour.
7720                 Setting it to FALSE prevents automatic expunging. 
7721                 Also, add Tools/Expunge and View/Hide deleted messages menu items
7722                 (View/Hide deleted message being a per-folder setting, and behaving,
7723                 like View/Hide read messages).
7724
7725 2009-03-30 [colin]      3.7.1cvs29
7726
7727         * src/imap.c
7728                 Fix Redhat bug 486422, Ubuntu bug 486422: Don't
7729                 ask for IMAP password when using GSSAPI auth
7730
7731 2009-03-27 [colin]      3.7.1cvs28
7732
7733         * src/folder.c
7734                 Fix cvs14, make sure we mark non-existent caches dirty
7735                 (or they never get written)
7736
7737 2009-03-27 [colin]      3.7.1cvs27
7738
7739         * src/imap.c
7740                 Fix tag update when all tags are removed 
7741                 from another client
7742
7743 2009-03-25 [colin]      3.7.1cvs26
7744
7745         * configure.ac
7746                 Fix configure.ac, thanks to Pawel
7747
7748 2009-03-25 [colin]      3.7.1cvs25
7749
7750         * src/news.c
7751         * src/etpan/nntp-thread.c
7752                 Fix header fetching (NG/To/Cc). Fixes 
7753                 bug 1883, 'Message processing fails to 
7754                 act on Newsgroups: field'
7755
7756 2009-03-23 [colin]      3.7.1cvs24
7757
7758         * src/textview.c
7759                 Fix internal headers visible in queue/sent
7760
7761 2009-03-23 [colin]      3.7.1cvs23
7762
7763         * configure.ac
7764                 Fix check for RC (resource compiler) used
7765                 on win32 (AC_LIBTOOL_RC used to call it 
7766                 implicitely but stopped)
7767
7768 2009-03-19 [colin]      3.7.1cvs22
7769
7770         * src/toolbar.c
7771                 Put spam button in default toolbar even if
7772                 bogofilter and spamassassin are not built.
7773                 Other anti-spam plugin could exist! :)
7774         * src/common/utils.c
7775                 Fix exit status fetch on win32
7776
7777 2009-03-18 [paul]       3.7.1cvs21
7778
7779         * src/gtk/spell_entry.c
7780                 fix "[BUG] Wrong word replaced in 'Subject:'
7781                 when spell-checking correction used"
7782                 Patch by Pawel Pekala
7783
7784 2009-03-17 [colin]      3.7.1cvs20
7785
7786         * src/common/utils.c
7787                 Fix win32 build (from cvs12)
7788
7789 2009-03-17 [colin]      3.7.1cvs19
7790
7791         * src/compose.c
7792                 Fix bug 1735, 'Change To: and Newsgroups: 
7793                 recipient field according account type'
7794                 Patch by Pawel
7795
7796 2009-03-17 [colin]      3.7.1cvs18
7797
7798         * src/msgcache.c
7799         * src/prefs_common.c
7800         * src/prefs_common.h
7801         * src/prefs_other.c
7802         * src/common/prefs.c
7803                 Add preference for fsyncing metadata
7804
7805 2009-03-16 [paul]       3.7.1cvs17
7806
7807         * src/prefs_customheader.c
7808                 add forgotten #if HAVE_LIBCOMPFACE
7809
7810 2009-03-16 [paul]       3.7.1cvs16
7811
7812         * src/prefs_customheader.c
7813                 put the (X-)Face preview image below the up/down
7814                 buttons so they don't jump around.
7815                 make the list reorderable by drag'n'drop
7816
7817 2009-03-16 [colin]      3.7.1cvs15
7818
7819         * src/prefs_customheader.c
7820                 Add a (X-)Face preview. Patch by iwkse.
7821
7822 2009-03-16 [colin]      3.7.1cvs14
7823
7824         * src/compose.c
7825         * src/folder.c
7826         * src/folder.h
7827         * src/msgcache.c
7828         * src/common/prefs.c
7829                 Add fsync calls to make sure we don't
7830                 lose data on system crashes. (to do:
7831                 add a pref to allow people choosing raw
7832                 speed)
7833
7834 2009-03-15 [colin]      3.7.1cvs13
7835
7836         * src/gtk/gtkaspell.c
7837                 Fix empty menu when there are no
7838                 suggestions (using the Spelling menu)
7839
7840 2009-03-14 [colin]      3.7.1cvs12
7841
7842         * src/common/utils.c
7843                 Win32: fix subject prefix length
7844
7845 2009-03-11 [mones]      3.7.1cvs11
7846
7847         * po/es.po
7848                 fix encoding declared in header
7849                 update translation now we're at it
7850
7851 2009-03-10 [colin]      3.7.1cvs10
7852
7853         * src/messageview.c
7854                 Fix "wrong mime" message printed out multiple
7855                 times
7856
7857 2009-03-10 [colin]      3.7.1cvs9
7858
7859         * src/prefs_folder_item.c
7860                 Fix build
7861
7862 2009-03-09 [paul]       3.7.1cvs8
7863
7864         * src/prefs_folder_item.c
7865         * src/send_message.c
7866                 fixes to english text
7867
7868 2009-03-08 [paul]       3.7.1cvs7
7869
7870         * po/ja.po
7871                 correct errors in header
7872
7873 2009-03-08 [paul]       3.7.1cvs6
7874
7875         * AUTHORS
7876         * configure.ac
7877         * po/ja.po
7878         * src/gtk/authors.h
7879         * tools/claws.i18n.status.pl
7880                 add Japanese translation, submitted by kazken3
7881
7882 2009-03-07 [colin]      3.7.1cvs5
7883
7884         * src/messageview.c
7885                 Don't let the invalid MIME warning hide
7886                 other noticeview (Partial receive or 
7887                 return receipt).
7888
7889 2009-03-07 [colin]      3.7.1cvs4
7890
7891         * src/procmime.c
7892                 Fix build
7893
7894 2009-03-07 [colin]      3.7.1cvs3
7895
7896         * src/messageview.c
7897         * src/procmime.c
7898         * src/procmime.h
7899                 Handle mimeparts that lack an end boundary.
7900                 They're invalid but it's too annoying for
7901                 normal users to fix.
7902
7903 2009-03-06 [wwp]        3.7.1cvs2
7904
7905         * src/compose.c
7906         * src/folder_item_prefs.c
7907         * src/folder_item_prefs.h
7908         * src/prefs_folder_item.c
7909                 Add per-folder default cc, bcc and reply-to.
7910
7911 2009-03-06 [colin]      3.7.1cvs1
7912
7913         * src/gedit-print.c
7914         * src/gtk/gtksourceprintjob.c
7915                 Fix build with old print interface
7916
7917 2009-03-06 [paul]       3.7.1
7918
7919         * NEWS
7920         * README
7921         * RELEASE_NOTES 
7922                 3.7.1 released!
7923
7924 2009-03-06 [paul]       3.7.0cvs78
7925
7926         * po/cs.po
7927         * po/de.po
7928         * po/fi.po
7929         * po/fr.po
7930         * po/hu.po
7931         * po/nl.po
7932         * po/pt_BR.po
7933         * po/sv.po
7934         * po/zh_CN.po
7935                 updated by David Vachulka, Stephan Sachse, Flammie
7936                 Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
7937                 Frederico Goncalves Guimaraes, Lars Persson Fink,
7938                 and Ralph Young
7939
7940 2009-03-03 [colin]      3.7.0cvs77
7941
7942         * src/prefs_filtering.c
7943                 Win32: Fix bug 1865, 'IMAP account name changes 
7944                 are not followed at filter actions'
7945
7946 2009-03-02 [colin]      3.7.0cvs76
7947
7948         * src/imap.c
7949                 Fix Launchpad bug 335571: 'claws-mail crashed 
7950                 with SIGSEGV in strlen() while deleting 
7951                 large amount of e-mails on IMAP account
7952
7953 2009-02-27 [mones]      3.7.0cvs75
7954
7955         * manual/es/account.xml
7956         * manual/es/ack.xml
7957         * manual/es/addrbook.xml
7958         * manual/es/advanced.xml
7959         * manual/es/claws-mail-manual.xml
7960         * manual/es/faq.xml
7961         * manual/es/glossary.xml
7962         * manual/es/gpl.xml
7963         * manual/es/handling.xml
7964         * manual/es/intro.xml
7965         * manual/es/keyboard.xml
7966         * manual/es/plugins.xml
7967         * manual/es/starting.xml
7968                 Sync with English version, fix some typos
7969                 Changed encoding to UTF-8
7970         * po/es.po
7971                 Update for release, changed encoding to UTF-8
7972
7973 2009-02-24 [colin]      3.7.0cvs74
7974
7975         * src/printing.c
7976                 Don't print separation line if there
7977                 are no headers
7978
7979 2009-02-23 [cleroy]     3.7.0cvs73
7980
7981         * src/account.c
7982         * src/action.c
7983         * src/addr_compl.c
7984         * src/addrbook.c
7985         * src/addrcache.c
7986         * src/addrcindex.c
7987         * src/addrclip.c
7988         * src/addrduplicates.c
7989         * src/addressadd.c
7990         * src/addressbook.c
7991         * src/addressbook_foldersel.c
7992         * src/addrharvest.c
7993         * src/addrindex.c
7994         * src/addritem.c
7995         * src/addrquery.c
7996         * src/addrselect.c
7997         * src/codeconv.c
7998         * src/compose.c
7999         * src/customheader.c
8000         * src/editaddress.c
8001         * src/editaddress_other_attributes_ldap.c
8002         * src/editgroup.c
8003         * src/editldap.c
8004         * src/enriched.c
8005         * src/exporthtml.c
8006         * src/exportldif.c
8007         * src/filtering.c
8008         * src/folder.c
8009         * src/foldersel.c
8010         * src/folderutils.c
8011         * src/folderview.c
8012         * src/gedit-print.c
8013         * src/html.c
8014         * src/imap.c
8015         * src/imap_gtk.c
8016         * src/inc.c
8017         * src/jpilot.c
8018         * src/ldapctrl.c
8019         * src/ldapquery.c
8020         * src/ldapserver.c
8021         * src/ldapupdate.c
8022         * src/ldif.c
8023         * src/localfolder.c
8024         * src/main.c
8025         * src/mainwindow.c
8026         * src/matcher.c
8027         * src/mbox.c
8028         * src/messageview.c
8029         * src/mh.c
8030         * src/mh_gtk.c
8031         * src/mimeview.c
8032         * src/msgcache.c
8033         * src/mutt.c
8034         * src/news.c
8035         * src/news_gtk.c
8036         * src/noticeview.c
8037         * src/pine.c
8038         * src/pop.c
8039         * src/prefs_account.c
8040         * src/prefs_actions.c
8041         * src/prefs_common.c
8042         * src/prefs_filtering.c
8043         * src/prefs_filtering_action.c
8044         * src/prefs_folder_column.c
8045         * src/prefs_folder_item.c
8046         * src/prefs_gtk.c
8047         * src/prefs_matcher.c
8048         * src/prefs_quote.c
8049         * src/prefs_send.c
8050         * src/prefs_summaries.c
8051         * src/prefs_summary_column.c
8052         * src/prefs_template.c
8053         * src/prefs_themes.c
8054         * src/prefs_toolbar.c
8055         * src/printing.c
8056         * src/privacy.c
8057         * src/procheader.c
8058         * src/procmime.c
8059         * src/procmsg.c
8060         * src/quote_fmt.c
8061         * src/remotefolder.c
8062         * src/send_message.c
8063         * src/sourcewindow.c
8064         * src/statusbar.c
8065         * src/stock_pixmap.c
8066         * src/summary_search.c
8067         * src/summaryview.c
8068         * src/textview.c
8069         * src/toolbar.c
8070         * src/undo.c
8071         * src/uri_opener.c
8072         * src/vcard.c
8073         * src/common/base64.c
8074         * src/common/claws.c
8075         * src/common/hooks.c
8076         * src/common/plugin.c
8077         * src/common/prefs.c
8078         * src/common/session.c
8079         * src/common/smtp.c
8080         * src/common/socket.c
8081         * src/common/string_match.c
8082         * src/common/stringtable.c
8083         * src/common/utils.c
8084         * src/common/utils.h
8085         * src/common/xml.c
8086         * src/common/xmlprops.c
8087         * src/gtk/colorlabel.c
8088         * src/gtk/combobox.c
8089         * src/gtk/foldersort.c
8090         * src/gtk/gtkaspell.c
8091         * src/gtk/gtkcmclist.c
8092         * src/gtk/gtkcmctree.c
8093         * src/gtk/gtkcmoptionmenu.c
8094         * src/gtk/gtksctree.c
8095         * src/gtk/gtkshruler.c
8096         * src/gtk/gtksourceprintjob.c
8097         * src/gtk/gtkutils.c
8098         * src/gtk/gtkvscrollbutton.c
8099         * src/gtk/logwindow.c
8100         * src/gtk/menu.c
8101         * src/gtk/pluginwindow.c
8102         * src/gtk/prefswindow.c
8103         * src/gtk/quicksearch.c
8104         * src/gtk/spell_entry.c
8105         * src/plugins/pgpcore/select-keys.c
8106         * src/plugins/pgpinline/pgpinline.c
8107         * src/plugins/pgpmime/pgpmime.c
8108         * src/plugins/smime/smime.c
8109         * src/plugins/spamassassin/spamassassin_gtk.c
8110                 Mass commit changing g_return_* to cm_return_*
8111                 and making these more interesting
8112
8113 2009-02-23 [colin]      3.7.0cvs72
8114
8115         * src/imap.c
8116                 Always initialise error code to no error
8117
8118 2009-02-23 [colin]      3.7.0cvs71
8119
8120         * src/imap.c
8121                 Fix separator substitution
8122
8123 2009-02-23 [colin]      3.7.0cvs70
8124
8125         * src/stock_pixmap.c
8126         * src/gtk/colorlabel.c
8127                 don't use g_return on normal checks
8128
8129 2009-02-22 [colin]      3.7.0cvs69
8130
8131         * src/addressbook.c
8132         * src/procmime.c
8133                 More fixes
8134
8135 2009-02-22 [colin]      3.7.0cvs68
8136
8137         * src/addrduplicates.c
8138         * src/addressbook.c
8139         * src/addrharvest.c
8140         * src/codeconv.c
8141         * src/compose.c
8142         * src/filtering.c
8143         * src/folder.c
8144         * src/imap.c
8145         * src/imap_gtk.c
8146         * src/importldif.c
8147         * src/jpilot.c
8148         * src/mainwindow.c
8149         * src/matcher.c
8150         * src/mbox.c
8151         * src/messageview.c
8152         * src/mh_gtk.c
8153         * src/prefs_common.c
8154         * src/prefs_filtering.c
8155         * src/prefs_gtk.c
8156         * src/printing.c
8157         * src/privacy.c
8158         * src/procmime.c
8159         * src/procmsg.c
8160         * src/summaryview.c
8161         * src/textview.c
8162         * src/undo.c
8163         * src/wizard.c
8164         * src/common/md5.c
8165         * src/common/socket.c
8166         * src/common/template.c
8167         * src/etpan/imap-thread.c
8168         * src/gtk/gtkaspell.c
8169         * src/gtk/gtkcmctree.c
8170         * src/gtk/gtksctree.c
8171         * src/gtk/inputdialog.c
8172         * src/plugins/pgpcore/sgpgme.c
8173         * src/plugins/pgpmime/pgpmime.c
8174         * src/plugins/smime/smime.c
8175         * src/plugins/spamassassin/spamassassin.c
8176                 Fix errors caught by Coverity: NULL checks, leaks, overruns,
8177                 uninitialised accesses
8178
8179 2009-02-17 [colin]      3.7.0cvs67
8180
8181         * src/compose.c
8182                 Disable controls during queuing
8183
8184 2009-02-15 [colin]      3.7.0cvs66
8185
8186         * src/privacy.c
8187         * src/plugins/pgpcore/select-keys.c
8188         * src/plugins/pgpcore/sgpgme.c
8189                 Disable use of disabled keys
8190
8191 2009-02-15 [colin]      3.7.0cvs65
8192
8193         * src/folderview.c
8194         * src/summaryview.c
8195                 Fix font updating after changing 
8196                 prefs_common.derive_from_normal_font
8197
8198 2009-02-12 [paul]       3.7.0cvs64
8199
8200         * src/addressitem.h
8201         * src/export.h
8202         * src/headerview.c
8203         * src/headerview.h
8204         * src/common/version.h.in
8205         * src/gtk/about.h
8206         * src/gtk/menu.c
8207         * src/gtk/menu.h
8208                 more copyright header fixes
8209
8210 2009-02-12 [paul]       3.7.0cvs63
8211
8212         * src/gtk/progressdialog.c
8213         * src/gtk/progressdialog.h
8214                 fix copyright header
8215
8216 2009-02-12 [paul]       3.7.0cvs62
8217
8218         * src/gtk/spell_entry.c
8219         * src/gtk/spell_entry.h
8220                 better, more standard copyright header
8221
8222 2009-02-12 [paul]       3.7.0cvs61
8223
8224         * src/gtk/spell_entry.c
8225         * src/gtk/spell_entry.h
8226                 changes to copyright header
8227
8228 2009-02-12 [paul]       3.7.0cvs60
8229
8230         * src/gtk/spell_entry.c
8231         * src/gtk/spell_entry.h
8232                 fix broken build
8233
8234 2009-02-11 [colin]      3.7.0cvs59
8235
8236         * src/gtk/spell_entry.c
8237         * src/gtk/spell_entry.h
8238                 Forgot to add files
8239
8240 2009-02-11 [colin]      3.7.0cvs58
8241
8242         * src/compose.c
8243         * src/gtk/Makefile.am
8244         * src/gtk/gtkaspell.c
8245         * src/gtk/gtkaspell.h
8246                 Add spellcheck to subject. Patch by
8247                 Pawel.
8248
8249 2009-02-10 [holger]     3.7.0cvs57
8250
8251         * src/printing.c
8252         * src/common/defs.h
8253                 Move filename define for printing page setup cache to defs.h
8254
8255 2009-02-08 [mones]      3.7.0cvs56
8256
8257         * src/matcher.h
8258                 Fix build for bison 2.4.1
8259
8260 2009-02-06 [holger]     3.7.0cvs55
8261
8262         * src/prefs_common.c
8263         * src/prefs_common.h
8264         * src/printing.c
8265                 Fix restoring of custom page setups for printing by
8266                 temporarily caching the settings.
8267                 This is a workaround for Gnome Bug #39018, and fixes
8268                 Claws Mail Bug #1840.
8269
8270 2009-02-06 [colin]      3.7.0cvs54
8271
8272         * src/mainwindow.c
8273                 Fix hardcoded Shift-Q quits. Fixes
8274                 bug 1838, 'Claws-Mail sometimes quits 
8275                 when attempting to type a capital Q'
8276
8277 2009-01-31 [paul]       3.7.0cvs53
8278
8279         * src/compose.c
8280                 revert 3.7.0cvs49, until there is time to find out
8281                 why it causes a nasty crash!
8282
8283 2009-01-31 [paul]       3.7.0cvs52
8284
8285         * src/mainwindow.c
8286                 1 string that was forgotten for translation
8287
8288 2009-01-31 [paul]       3.7.0cvs51
8289
8290         * src/messageview.c
8291                 2 strings that were forgotten for translation
8292
8293 2009-01-31 [paul]       3.7.0cvs50
8294
8295         * src/gtk/prefswindow.c
8296                 build prefs tree in a slightly smarter way -
8297                 fix bug where if path[0] had same name as
8298                 path[1], (like in the de translation), path[1]
8299                 was lost and not shown in the window
8300
8301 2009-01-31 [paul]       3.7.0cvs49
8302
8303         * src/compose.c
8304                 fix bug 1836, 'Quoted text still blue after
8305                 removal of quote-character'
8306                 comment out some debug_print's that needlessly
8307                 slow things down
8308         * src/undo.c
8309                 comment out a debug_print that needlessly slows
8310                 things down
8311
8312 2009-01-31 [paul]       3.7.0cvs48
8313
8314         * src/summaryview.c
8315                 fix bug 1834, '"semi"-selection when collapsing thread'
8316
8317 2009-01-31 [paul]       3.7.0cvs47
8318
8319         * src/prefs_compose_writing.c
8320         * src/prefs_message.c
8321                 move 'quote_chars' pref to where it should be
8322
8323 2009-01-30 [paul]       3.7.0cvs46
8324
8325         * src/summaryview.c
8326                 fix updating of popup menu sensitivity
8327
8328 2009-01-28 [paul]       3.7.0cvs45
8329
8330         * tools/filter_conv_new.pl
8331                 move 'move' and 'delete' to end of @actions
8332                 so that they are always final actions in the
8333                 generated filtering rule
8334
8335 2009-01-27 [paul]       3.7.0cvs44
8336
8337         * src/messageview.c
8338                 always select text/calendar mimepart if suitable
8339                 plugin (i.e. vCalendar) is available
8340
8341 2009-01-27 [paul]       3.7.0cvs43
8342
8343         * src/folder.c
8344                 fix crash when right-clicking in summaryview when
8345                 processing is active
8346
8347 2009-01-22 [colin]      3.7.0cvs42
8348
8349         * src/compose.c
8350         * src/privacy.c
8351         * src/privacy.h
8352                 When replying to signed/encrypted mail and the
8353                 preference to sign/encrypt in this case is set,
8354                 choose the original mail's privacy system (if
8355                 available).
8356
8357 2009-01-21 [colin]      3.7.0cvs41
8358
8359         * src/addressbook.h
8360                 Fix warning (on-the-fly theming of
8361                 addressbook isn't complete yet)
8362
8363 2009-01-21 [colin]      3.7.0cvs40
8364
8365         * src/account.c
8366         * src/addressbook.c
8367                 Win32: Fix window placement
8368
8369 2009-01-21 [paul]       3.7.0cvs39
8370
8371         * src/inc.c
8372                 update timeout log msg
8373
8374 2009-01-17 [colin]      3.7.0cvs38
8375
8376         * src/main.c
8377         * src/mbox.c
8378         * src/common/md5.c
8379         * src/common/utils.c
8380         * src/etpan/imap-thread.c
8381                 Fix g_open calls (which don't ignore mode)
8382
8383 2009-01-17 [colin]      3.7.0cvs37
8384
8385         * src/addressbook.c
8386         * src/compose.c
8387         * src/foldersel.c
8388         * src/main.c
8389         * src/mainwindow.c
8390         * src/mbox.c
8391         * src/common/md5.c
8392         * src/common/ssl_certificate.c
8393         * src/common/tags.c
8394         * src/common/utils.c
8395         * src/etpan/imap-thread.c
8396         * src/plugins/bogofilter/bogofilter.c
8397         * src/plugins/pgpinline/pgpinline.c
8398         * src/plugins/smime/smime.c
8399                 Probably fix bug 1825, 'Unable to fetch messages from 
8400                 IMAP folders named with non-ASCII string'
8401                 Change remaining occurences of fopen and open with
8402                 g_fopen and g_open
8403
8404 2009-01-17 [paul]       3.7.0cvs36
8405
8406         * manual/faq.xml
8407                 update an old, outdated piece of info
8408
8409 2009-01-17 [paul]       3.7.0cvs35
8410
8411         * src/prefs_folder_item.c
8412                 fix bug where saving Folder Properties of a
8413                 sub-folder of outbox, queue, draft or trash
8414                 would change its parent's folder type to normal
8415
8416 2009-01-12 [mones]      3.7.0cvs34
8417
8418         * po/es.po
8419                 Updated translation
8420
8421 2009-01-12 [wwp]        3.7.0cvs33
8422
8423         * tools/fix_date.sh
8424         * tools/popfile-link.sh
8425         * tools/textviewer.sh
8426                 Fix bashisms and other portability glitches (thanks to
8427                 Steven M. Bellovin).
8428
8429 2009-01-11 [paul]       3.7.0cvs32
8430
8431         * src/addrindex.c
8432                 clean up some build warnings
8433
8434 2009-01-11 [colin]      3.7.0cvs31
8435
8436         * src/addrindex.c
8437                 Revert part of patch 3.7.0cvs29 
8438                 This function is used when jpilot
8439                 support is disabled
8440
8441 2009-01-11 [colin]      3.7.0cvs30
8442
8443         * src/folder.c
8444                 folder_find_child_item_by_name():
8445                 actually use name, not path's basename
8446
8447 2009-01-11 [paul]       3.7.0cvs29
8448
8449         * src/addrclip.c
8450         * src/addrindex.c
8451         * src/addritem.c
8452         * src/foldersel.h
8453         * src/folderview.c
8454         * src/prefs_folder_item.c
8455                 clean up some build warnings
8456
8457 2009-01-11 [paul]       3.7.0cvs28
8458
8459         * src/gtk/about.c
8460                 don't even mention printing support, assume its
8461                 presence, unless building with GTK+ < 2.10.0
8462
8463 2009-01-10 [colin]      3.7.0cvs27
8464
8465         * src/codeconv.c
8466                 Fix bug 1811, '[mime] Crash when there's no 
8467                 room for filename's start on the same line'
8468                 When the mimetype of the attachment is very 
8469                 long, there's no room at all to start the 
8470                 name=... parameter on the same line. This
8471                 caused an infinite loop as 0 characters of
8472                 the filename could be appended.
8473                 In such cases, insert linebreak before the
8474                 name parameter.
8475
8476 2009-01-09 [colin]      3.7.0cvs26
8477
8478         * src/compose.c
8479         * src/mainwindow.c
8480         * src/common/utils.c
8481                 Win32: Fix bug 1815, 'Drag-n-Drop of files on 
8482                 Compose Window does not attach'
8483
8484 2009-01-09 [colin]      3.7.0cvs25
8485
8486         * src/foldersel.c
8487                 Fix bug 1817, 'Changing Themes does not 
8488                 update the pixmaps in "Select folder" 
8489                 dialog box'
8490
8491 2009-01-09 [colin]      3.7.0cvs24
8492
8493         * src/main.c
8494                 Win32: Fix bug 1816, 'Attaching files with 
8495                 command-line generates error after attaching'
8496
8497 2009-01-09 [paul]       3.7.0cvs23
8498
8499         * src/gtk/about.c
8500                 forgot this '2009' in last commit
8501
8502 2009-01-09 [paul]       3.7.0cvs22
8503
8504         * src/*/*.[c,h]
8505                 it's 2009!
8506                 update copyright headers
8507
8508 2009-01-09 [paul]       3.7.0cvs21
8509
8510         * doc/man/claws-mail.1
8511                 update Team list
8512
8513 2009-01-09 [colin]      3.7.0cvs20
8514
8515         * src/messageview.c
8516                 Fix bug 1814, 'Windows' WM badly places 
8517                 message view'
8518
8519 2009-01-09 [colin]      3.7.0cvs19
8520
8521         * src/prefs_themes.c
8522         * src/stock_pixmap.c
8523         * src/stock_pixmap.h
8524         * src/common/utils.c
8525         * src/common/utils.h
8526                 Win32: Fix bug 1813, 'Installing Theme Creates Error'
8527
8528 2009-01-08 [colin]      3.7.0cvs18
8529
8530         * src/mimeview.c
8531                 Win32: Fix bug 1810, 'Pressing 'o' key 
8532                 crashes CM'
8533
8534 2009-01-07 [colin]      3.7.0cvs17
8535
8536         * src/html.c
8537                 Fix bug 1432, '&amp; not escaped in links (HTML 
8538                 rendered as text)'
8539
8540 2009-01-06 [colin]      3.7.0cvs16
8541
8542         * src/plugins/pgpcore/select-keys.c
8543                 Warn translators the usual way about
8544                 accels
8545
8546 2009-01-06 [colin]      3.7.0cvs15
8547
8548         * src/mainwindow.c
8549                 Fix synchronisation dialog that shouldn't
8550                 appear when network goes down (Network
8551                 Manager)
8552         * src/mimeview.c
8553         * src/textview.c
8554                 Fix save as when attach_save_dir isn't set
8555                 fixes bug 1804, 'attach_save_directory does 
8556                 not default to $HOME'
8557         * src/plugins/pgpcore/select-keys.c
8558                 Add mnemonics to buttons - warn translators!
8559
8560 2009-01-06 [wwp]        3.7.0cvs14
8561
8562         * src/common/utils.c
8563                 Fix cvs13, thanks to Colin.
8564
8565 2009-01-06 [wwp]        3.7.0cvs13
8566
8567         * src/common/utils.c
8568                 Better support for Spanish Outlook replies (RES).
8569
8570 2009-01-02 [colin]      3.7.0cvs12
8571
8572         * src/folderview.c
8573                 Fix (+) sign after collapsed folder names that 
8574                 have quicksearch-matching children.
8575                 Fixes bug 1506, 'Recursive search in collapsed 
8576                 folders'
8577
8578 2009-01-02 [colin]      3.7.0cvs11
8579
8580         * src/stock_pixmap.c
8581         * src/stock_pixmap.h
8582                 Remove now-unused stock_pixmap_gdk
8583
8584 2009-01-02 [colin]      3.7.0cvs10
8585
8586         * src/gtk/gtkutils.c
8587         * src/pixmaps/claws-mail_icon.xpm
8588                 Use pixbuf for app icon, and make the app icon
8589                 a bit nicer
8590
8591 2009-01-02 [colin]      3.7.0cvs9
8592
8593         * src/uri_opener.c
8594                 Show both link title and URI if possible
8595
8596 2009-01-02 [colin]      3.7.0cvs8
8597
8598         * src/addressadd.c
8599         * src/addressbook.c
8600         * src/addressbook_foldersel.c
8601         * src/addressitem.h
8602         * src/folderview.c
8603         * src/grouplistdialog.c
8604         * src/importldif.c
8605         * src/mimeview.c
8606         * src/summaryview.c
8607         * src/gtk/gtkcmclist.c
8608         * src/gtk/gtkcmclist.h
8609         * src/gtk/gtkcmctree.c
8610         * src/gtk/gtkcmctree.h
8611         * src/gtk/gtksctree.c
8612         * src/gtk/gtksctree.h
8613                 Implement pixbuf rendering in tree widgets
8614                 instead of pixmaps
8615         * src/plugins/trayicon/trayicon.c
8616         * src/noticeview.c
8617         * src/prefs_themes.c
8618                 Use pixbuf rendering here too
8619
8620 2008-12-30 [paul]       3.7.0cvs7
8621
8622         * src/textview.c
8623                 no need to prematurely trim the uri in the statusbar
8624
8625 2008-12-29 [paul]       3.7.0cvs6
8626
8627         * src/procmsg.c
8628                 prefer List-Id header to X-* headers when creating
8629                 filter rule automatically
8630
8631 2008-12-28 [colin]      3.7.0cvs5
8632
8633         * src/compose.c
8634                 Set minimum height to 440 instead of 480
8635
8636 2008-12-22 [colin]      3.7.0cvs4
8637
8638         * src/compose.c
8639                 Fix bug 1799, '"Discard message" deletes manually 
8640                 saved draft'. Switch rmode to REEDIT after 
8641                 manually saving.
8642
8643 2008-12-21 [paul]       3.7.0cvs3
8644
8645         * tools/claws.i18n.status.pl
8646                 updates
8647
8648 2008-12-21 [paul]       3.7.0cvs2
8649
8650         * AUTHORS
8651         * src/gtk/authors.h
8652                 (more) updates
8653
8654 2008-12-21 [paul]       3.7.0cvs1
8655
8656         * AUTHORS
8657         * src/gtk/authors.h
8658                 updates
8659
8660 2008-12-19 [paul]       3.7.0
8661
8662         * NEWS
8663         * README
8664         * RELEASE_NOTES 
8665                 3.7.0 released!
8666
8667 2008-12-19 [paul]       3.6.1cvs80
8668
8669         * configure.ac
8670                 remove unmaintained sk and sr from ALL_LINGUAS
8671                 add newly maintained cs to ALL_LINGUAS
8672         * po/bg.po
8673         * po/ca.po
8674         * po/cs.po
8675         * po/de.po
8676         * po/fi.po
8677         * po/hu.po
8678         * po/nl.po
8679         * po/pt_BR.po
8680         * po/ru.po
8681         * po/sv.po
8682                 updated by Yasen Pramatarov, Miquel Oliete, David Vachulka,
8683                 Stephan Sachse, Flammie Pirinen, P�der Rezso, Marcel Pol,
8684                 Frederico Goncalves Guimaraes, Aleksei Miheev, and Lars
8685                 Persson Fink
8686
8687 2008-12-16 [colin]      3.6.1cvs79
8688
8689         * src/plugins/pgpcore/sgpgme.c
8690                 Fix warning
8691
8692 2008-12-15 [colin]      3.6.1cvs78
8693
8694         * src/compose.c
8695         * src/privacy.c
8696         * src/privacy.h
8697         * src/plugins/pgpcore/sgpgme.c
8698         * src/plugins/pgpcore/sgpgme.h
8699         * src/plugins/pgpinline/pgpinline.c
8700         * src/plugins/pgpmime/pgpmime.c
8701         * src/plugins/smime/smime.c
8702                 Fix bug 1796, 'PGP/MIME setting: "select key by your 
8703                 email address" doesn't work'. Use custom from address
8704                 if set
8705
8706 2008-12-15 [colin]      3.6.1cvs77
8707
8708         * src/common/utils.c
8709                 Fix bug 1746, 'Makes a mailto link from several 
8710                 paragraphs'
8711
8712 2008-12-15 [paul]       3.6.1cvs76
8713
8714         * m4/spamassassin.m4
8715                 fix warnings thrown up by autoconf-2.63
8716
8717 2008-12-13 [colin]      3.6.1cvs75
8718
8719         * Makefile.am
8720         * src/Makefile.am
8721         * src/common/ssl.c
8722         * src/common/utils.c
8723         * src/common/utils.h
8724         * tools/Makefile.am
8725                 Finish previous patch
8726
8727 2008-12-13 [colin]      3.6.1cvs74
8728
8729         * tools/Makefile.am
8730                 Only install certs on windows
8731
8732 2008-12-13 [colin]      3.6.1cvs73
8733
8734         * tools/Makefile.am
8735         * tools/ca-certificates.crt
8736         * src/common/Makefile.am
8737         * src/common/ssl.c
8738                 First try to ship SSL certificates in Windows
8739                 build
8740
8741 2008-12-12 [colin]      3.6.1cvs72
8742
8743         * configure.ac
8744         * src/plugins/pgpinline/claws.def
8745                 Windows build fixes
8746
8747 2008-12-12 [paul]       3.6.1cvs71
8748
8749         * src/imap.c
8750         * src/mh.c
8751         * src/partial_download.c
8752         * src/textview.c
8753         * src/common/claws.c
8754         * src/common/prefs.c
8755         * src/common/utils.c
8756                 win32: fix unlinking, renaming and bug with
8757                 non-ascii username
8758                 Patch by Colin
8759
8760 2008-12-11 [colin]      3.6.1cvs70
8761
8762         * po/fr.po
8763         * manual/fr/advanced.xml
8764                 Update french translations
8765
8766 2008-12-10 [colin]      3.6.1cvs69
8767
8768         * manual/faq.xml
8769                 Correct bug submission guidelines
8770
8771 2008-12-10 [colin]      3.6.1cvs68
8772
8773         * src/plugins/pgpcore/pgp_viewer.c
8774                 Fix bug 1736, 'Key import does not work'
8775                 Kill the correct pid (and not the parent
8776                 shell), and increase the timeout a bit.
8777
8778 2008-12-09 [paul]       3.6.1cvs67
8779
8780         * src/messageview.c
8781                 ensure that any stray noticeview buttons are hidden,
8782                 as clicking them causes segfaults!
8783
8784 2008-12-09 [colin]      3.6.1cvs66
8785
8786         * src/compose.c
8787         * src/compose.h
8788         * src/folder_item_prefs.h
8789         * src/prefs_common.c
8790         * src/prefs_common.h
8791         * src/common/defs.h
8792                 Fix bug 1792, '"Save Message to" should 
8793                 retain list of recently selected folders'
8794                 Also, make Enchant-related prefs stick
8795                 even if the build doesn't enable enchant
8796
8797 2008-12-09 [paul]       3.6.1cvs65
8798
8799         * src/messageview.c
8800                 fix bug 1787, 'Prevent automatic PGP inline
8801                 decryption attempts' use the noticeview to display
8802                 decryption failure messages instead of the irritating
8803                 popup dialog
8804
8805 2008-12-09 [colin]      3.6.1cvs64
8806
8807         * src/prefs_filtering.c
8808                 Fix bug 1789, 'filtering account selection 
8809                 (regression)'. Filtering on sending-only
8810                 accounts can be a little useful when using
8811                 filtering via Tools menu.
8812
8813 2008-12-07 [paul]       3.6.1cvs63
8814
8815         * src/prefs_actions.c
8816                 don't auto-select first entry (same as other
8817                 similar dialogs)
8818         * src/gtk/pluginwindow.c
8819                 these parents don't have children so don't look
8820                 for them
8821
8822 2008-12-07 [paul]       3.6.1cvs62
8823
8824         * src/prefs_account.c
8825         * src/gtk/pluginwindow.c
8826         * src/gtk/prefswindow.c
8827         * src/gtk/prefswindow.h
8828                 auto-select first page
8829
8830 2008-12-05 [colin]      3.6.1cvs61
8831
8832         * src/codeconv.c
8833         * src/procmime.c
8834                 Fix bug 1788, 'CM crashes re-encoding 
8835                 encoded parameters' (introduced in cvs40)
8836
8837 2008-12-05 [paul]       3.6.1cvs60
8838
8839         * src/prefs_common.h
8840                 remove gpg prefs that are no longer needed here
8841
8842 2008-12-03 [colin]      3.6.1cvs59
8843
8844         * src/msgcache.c
8845                 Speed up cache reading (about 10% gain)
8846         * src/summaryview.c
8847         * src/gtk/gtksctree.c
8848                 Speed up expand/collapse all threads
8849                 (about 95% gain)
8850
8851 2008-12-03 [paul]       3.6.1cvs58
8852
8853         * configure.ac
8854                 eradicate gcc4's signedness warnings
8855                 fix building with gnuTLS on (Open)Solaris
8856
8857 2008-12-01 [colin]      3.6.1cvs57
8858
8859         * src/gtk/gtkcmclist.c
8860                 Fix column headers
8861
8862 2008-12-01 [colin]      3.6.1cvs56
8863
8864         * src/plugins/pgpinline/pgpinline.c
8865                 Fix bug 1779, 'PGP Inline badly handles 
8866                 multipart'. Properly dump the current part
8867                 instead of running around with scissors
8868
8869 2008-11-30 [paul]       3.6.1cvs55
8870
8871         * manual/advanced.xml
8872         * manual/plugins.xml
8873         * src/prefs_toolbar.c
8874                 remove the verb from the page title and
8875                 update references in the manual
8876
8877 2008-11-30 [paul]       3.6.1cvs54
8878
8879         * src/prefs_other.c
8880                 move Other/ page to Other/Miscellaneous
8881         * src/gtk/prefswindow.c
8882                 make parent page unselectable
8883
8884 2008-11-29 [paul]       3.6.1cvs53
8885
8886         * README
8887                 add the new 'primary_paste_unselects' hidden
8888                 option, add missing 'log_[...]_color' options,
8889                 and reformat the text
8890         * manual/advanced.xml
8891                 add the new 'primary_paste_unselects' hidden
8892                 option, add missing 'log_[...]_color' options
8893
8894 2008-11-28 [colin]      3.6.1cvs52
8895
8896         * src/mimeview.c
8897                 Fix leak
8898
8899 2008-11-28 [colin]      3.6.1cvs51
8900
8901         * po/fr.po
8902                 Update translation
8903
8904 2008-11-28 [colin]      3.6.1cvs50
8905
8906         * src/mainwindow.c
8907                 Fix account selection in Mailing list
8908                 menu
8909
8910 2008-11-28 [paul]       3.6.1cvs49
8911
8912         * po/Makefile.in.in
8913                 automatically remove obsolete strings
8914
8915 2008-11-28 [colin]      3.6.1cvs48
8916
8917         * src/plugins/pgpcore/sgpgme.c
8918                 Fix error message when key isn't available.
8919
8920 2008-11-27 [colin]      3.6.1cvs47
8921
8922         * src/filtering.c
8923         * src/matcher.c
8924                 Fix a little leak
8925
8926 2008-11-26 [colin]      3.6.1cvs46
8927
8928         * src/common/ssl.c
8929                 Fix new warning
8930
8931 2008-11-26 [colin]      3.6.1cvs45
8932
8933         * src/plugins/pgpcore/select-keys.c
8934         * src/plugins/pgpcore/sgpgme.c
8935                 Fix bug 1591, 'S/MIME: better key 
8936                 handling/selection dialog'
8937                 Really ignore revoked/expired keys
8938
8939 2008-11-26 [colin]      3.6.1cvs44
8940
8941         * src/main.c
8942         * src/common/claws.c
8943         * src/common/ssl.c
8944                 Make sure libgcrypt's threading is initialised
8945                 before gnutls. See also old bug 1539.
8946
8947 2008-11-26 [colin]      3.6.1cvs43
8948
8949         * src/imap.c
8950         * src/news.c
8951         * src/etpan/imap-thread.c
8952                 Fix possible crashes due to clist_begin()
8953                 not checking for NULLs (it should!)
8954
8955 2008-11-25 [colin]      3.6.1cvs42
8956
8957         * src/procmime.c
8958                 Fix line length in MIME parameters
8959
8960 2008-11-22 [paul]       3.6.1cvs41
8961
8962         * src/compose.c
8963                 grab Return key press in attachments Properties
8964                 dialog
8965
8966 2008-11-21 [colin]      3.6.1cvs40
8967
8968         * src/compose.c
8969         * src/procmime.c
8970                 Fix bug 1776, 'use encoded name parameters 
8971                 for attachments instead of ascii'.
8972                 Break the RFC 2047 by using B-encoded 
8973                 filename parameter, like everyone does,
8974                 following advice from the RFC author.
8975
8976 2008-11-21 [colin]      3.6.1cvs39
8977
8978         * src/common/socket.c
8979                 Rehandshake if server asks to
8980
8981 2008-11-21 [colin]      3.6.1cvs38
8982
8983         * src/mimeview.h
8984         * src/toolbar.h
8985         * src/common/session.h
8986         * src/common/smtp.h
8987                 Move conditional-compilation members to
8988                 end of structs
8989
8990 2008-11-19 [wwp]        3.6.1cvs37
8991
8992         * src/prefs_actions.c
8993                 Fixed wrong behaviour when pressing Escape (was not cancelling
8994                 the action).
8995
8996 2008-11-19 [wwp]        3.6.1cvs36
8997
8998         * src/compose.c
8999         * src/matcher.c
9000         * src/messageview.c
9001         * src/mimeview.c
9002         * src/prefs_actions.c
9003         * src/prefs_filtering_action.c
9004         * src/procmsg.c
9005         * src/summaryview.c
9006         * src/textview.c
9007         * src/common/utils.c
9008                 Replace occurrences of "command line" with "command-line" everywhere.
9009                 Enforce code style (mostly indentation) in prefs_actions.c.
9010
9011 2008-11-19 [colin]      3.6.1cvs35
9012
9013         * src/compose.c
9014         * src/prefs_common.c
9015         * src/prefs_common.h
9016                 Add primary_paste_unselects hidden preference
9017                 to change how middle-click pasting changes
9018                 the selection and insert point; defaults to
9019                 pre-3.6.1cvs31
9020
9021 2008-11-19 [colin]      3.6.1cvs34
9022
9023         * src/folderview.c
9024                 Always give focus to summaryview, even if
9025                 the folder is empty, in small screen layout.
9026                 Allows to go back to folderlist using the
9027                 keyboard.
9028
9029 2008-11-18 [colin]      3.6.1cvs33
9030
9031         * src/mainwindow.h
9032                 Put back conditional at the end of struct
9033
9034 2008-11-18 [colin]      3.6.1cvs32
9035
9036         * src/procmime.c
9037         * src/common/w32_reg.c
9038                 Fix crash on win32 when browsing to a
9039                 directory
9040
9041 2008-11-15 [colin]      3.6.1cvs31
9042
9043         * src/compose.c
9044                 After a mid-click paste, deselect selection
9045                 and go to end of paste.
9046
9047 2008-11-15 [colin]      3.6.1cvs30
9048
9049         * src/compose.c
9050                 Auto-save draft after external editor quits
9051
9052 2008-11-15 [colin]      3.6.1cvs29
9053
9054         * src/plugins/pgpcore/sgpgme.c
9055                 Fix wrong error display, thanks to
9056                 Charles A. Edwards
9057
9058 2008-11-14 [colin]      3.6.1cvs28
9059
9060         * src/prefs_actions.c
9061                 Comment out bogus (IMO) warning
9062
9063 2008-11-14 [colin]      3.6.1cvs27
9064
9065         * src/mainwindow.c
9066         * src/summaryview.c
9067         * src/summaryview.h
9068         * src/gtk/menu.c
9069         * src/gtk/menu.h
9070                 Share summaryview's context menu actions with
9071                 the equivalent menu items of the main menu;
9072                 this allows to share accelerators and de-
9073                 duplicate code.
9074
9075 2008-11-14 [colin]      3.6.1cvs26
9076
9077         * src/plugins/pgpcore/sgpgme.c
9078                 Fix bug 1768, 'claws-mail crashes while 
9079                 checking smime bad signature'
9080
9081 2008-11-13 [colin]      3.6.1cvs25
9082
9083         * src/account.c
9084         * src/filtering.c
9085                 Fix redefinition of PREFSBUFSIZE
9086
9087 2008-11-13 [wwp]        3.6.1cvs24
9088
9089         * tools/popfile-link.sh
9090                 Add support for reusing existing POPFile session ID.
9091
9092 2008-11-12 [colin]      3.6.1cvs23
9093
9094         * src/prefs_gtk.h
9095                 Fix bug 1771, 'Folder template gets 
9096                 truncated when exiting the application'
9097                 Use a 32k buffer for string preferences
9098
9099 2008-11-11 [colin]      3.6.1cvs22
9100
9101         * src/summaryview.c
9102                 Fix "display sender using addressbook" when
9103                 prefs_common.swap_from is in use. Patch by
9104                 H. Merijn Brand
9105
9106 2008-11-11 [colin]      3.6.1cvs21
9107
9108         * src/autofaces.c
9109         * src/common/md5.c
9110         * src/common/md5.h
9111                 Make a few functions static
9112
9113 2008-11-07 [colin]      3.6.1cvs20
9114
9115         * src/mainwindow.c
9116         * src/summaryview.c
9117                 Fix crash when rebuilding colorlabel
9118                 menu
9119         * src/addrgather.c
9120         * src/editldap.c
9121         * src/prefs_account.c
9122         * src/prefs_compose_writing.c
9123         * src/prefs_logging.c
9124         * src/prefs_message.c
9125         * src/prefs_other.c
9126         * src/prefs_receive.c
9127         * src/prefs_summaries.c
9128         * src/prefs_wrapping.c
9129         * src/plugins/bogofilter/bogofilter_gtk.c
9130         * src/plugins/pgpcore/prefs_gpg.c
9131         * src/plugins/spamassassin/spamassassin_gtk.c
9132                 Fix deprecated use of page_size in 
9133                 gtkspinbutton adjustments
9134
9135 2008-11-06 [mones]      3.6.1cvs19
9136
9137         * src/mainwindow.c
9138                 Fix missing "About" in Help menu
9139         * tools/claws.i18n.status.pl
9140                 Fix header
9141
9142 2008-11-05 [colin]      3.6.1cvs18
9143
9144         * src/action.c
9145         * src/main.c
9146         * src/mainwindow.c
9147         * src/common/socket.c
9148         * src/common/socket.h
9149         * src/gtk/gtkutils.c
9150         * src/gtk/gtkutils.h
9151                 w32: Implement single launch (lock
9152                 socket); always put debug log to
9153                 the rc_dir; fix Start menu update
9154                 after registering as default Mail 
9155                 app
9156
9157 2008-11-05 [colin]      3.6.1cvs17
9158
9159         * src/mainwindow.c
9160                 Setting the Mail start menu item in HKCU 
9161                 confuses the Internet Options dialog. Do 
9162                 it in HKLM as this dialog does.
9163
9164 2008-11-04 [colin]      3.6.1cvs16
9165
9166         * src/common/w32_reg.c
9167                 Fix off-by-one
9168
9169 2008-11-04 [colin]      3.6.1cvs15
9170
9171         * src/procmime.c
9172                 w32: Fix getting content-type 
9173         * src/mimeview.c
9174         * src/prefs_common.c
9175         * src/prefs_common.h
9176         * src/prefs_ext_prog.c
9177         * src/textview.c
9178                 w32: better integration (use the
9179                 standard file associations instead
9180                 of our platform-unadapted open
9181                 dialog)
9182         * src/mainwindow.c
9183         * src/common/utils.c
9184         * src/common/w32_reg.c
9185         * src/common/w32lib.h
9186                 w32: better integration (allow 
9187                 setting Claws as default MUA)
9188
9189 2008-11-01 [colin]      3.6.1cvs14
9190
9191         * src/codeconv.c
9192                 Fix wrongly converted non-ascii characters
9193                 when locale's charset is US-ASCII (strict-mode
9194                 was failing in this case)
9195
9196 2008-10-30 [colin]      3.6.1cvs13
9197
9198         * src/mimeview.c
9199         * src/mimeview.h
9200         * src/textview.c
9201         * src/textview.h
9202                 Use one UI Manager per mimeview, instead of
9203                 the global one -- else user_data pointer gets
9204                 broken if opening and closing another message-
9205                 view, then using right-click on a mimeview's 
9206                 mimepart. Probably fixes bug 1711, 'Save-as
9207                 attachment crashes'
9208
9209 2008-10-24 [paul]       3.6.1cvs12
9210
9211         * tools/Makefile.am
9212         * tools/kdeservicemenu/claws-mail-attach-files.desktop.kde4template
9213         * tools/kdeservicemenu/install.sh
9214                 another, possibly the final?, attempt on getting this
9215                 sorted for kde4
9216
9217 2008-10-24 [paul]       3.6.1cvs11
9218
9219         * tools/kdeservicemenu/install.sh
9220                 fix servicemenu installation directory on kde4
9221
9222 2008-10-24 [paul]       3.6.1cvs10
9223
9224         * tools/kdeservicemenu/README
9225         * tools/kdeservicemenu/install.sh
9226                 add support for kde4 in addition to kde3.
9227                 a rework involving checking for kde4-config, then
9228                 kde-config, finally prompting the user for the
9229                 location of either if they cannot be found
9230                 
9231
9232 2008-10-18 [paul]       3.6.1cvs9
9233
9234         * tools/claws.i18n.status.pl
9235                 updated with latest translator info.
9236                 only print for languages defined in %langname
9237
9238 2008-10-17 [paul]       3.6.1cvs8
9239
9240         * src/plugins/pgpcore/sgpgme.c
9241                 when listing the uid's, show the uid validity
9242
9243 2008-10-16 [paul]       3.6.1cvs7
9244
9245         * INSTALL
9246                 updated
9247
9248 2008-10-13 [wwp]        3.6.1cvs6
9249
9250         * po/fr.po
9251                 Updated French translation.
9252
9253 2008-10-11 [colin]      3.6.1cvs5
9254
9255         * src/gtk/authors.h
9256                 Fix bug 1756, "Outdated translators list in About 
9257                 dialogue". Patch by Aleksei Miheev.
9258
9259 2008-10-11 [colin]      3.6.1cvs4
9260
9261         * src/account.c
9262         * src/imap.c
9263         * src/inc.c
9264         * src/main.c
9265         * src/mainwindow.c
9266         * src/news.c
9267         * src/pop.c
9268         * src/pop.h
9269         * src/prefs_account.c
9270         * src/send_message.c
9271         * src/send_message.h
9272         * src/ssl_manager.c
9273         * src/ssl_manager.h
9274         * src/wizard.c
9275         * src/common/claws.c
9276         * src/common/defs.h
9277         * src/common/session.c
9278         * src/common/session.h
9279         * src/common/smtp.c
9280         * src/common/smtp.h
9281         * src/common/socket.c
9282         * src/common/socket.h
9283         * src/common/ssl.c
9284         * src/common/ssl.h
9285         * src/common/ssl_certificate.c
9286         * src/common/ssl_certificate.h
9287         * src/gtk/about.c
9288         * src/gtk/sslcertwindow.c
9289         * src/gtk/sslcertwindow.h
9290                 Remove OpenSSL code
9291
9292 2008-10-11 [colin]      3.6.1cvs3
9293
9294         * src/common/ssl_certificate.c
9295                 Make local function static
9296
9297 2008-10-10 [colin]      3.6.1cvs2
9298
9299         * src/common/ssl.h
9300         * src/common/ssl_certificate.c
9301         * src/gtk/sslcertwindow.c
9302                 Add offline certificate verification,
9303                 thanks to Nikos Mavrogiannopoulos for the
9304                 hints
9305
9306 2008-10-10 [colin]      3.6.1cvs1
9307
9308         * src/common/ssl_certificate.c
9309         * src/gtk/sslcertwindow.c
9310                 Fix warnings
9311
9312 2008-10-10 [paul]       3.6.1
9313
9314         * m4/spamassassin.m4
9315                 remove openssl dross
9316
9317         * NEWS
9318         * README
9319         * RELEASE_NOTES 
9320                 3.6.1 released!
9321
9322 2008-10-10 [colin]      3.6.0cvs25
9323
9324         * src/common/ssl.c
9325                 Tell libetpan it doesn't need to init
9326                 GnuTLS
9327
9328 2008-10-10 [colin]      3.6.0cvs24
9329
9330         * claws-mail.pc.in
9331                 Remove references to openssl
9332
9333 2008-10-09 [colin]      3.6.0cvs23
9334
9335         * configure.ac
9336                 Fix message
9337
9338 2008-10-09 [colin]      3.6.0cvs22
9339
9340         * configure.ac
9341                 Error out when building against openssl
9342
9343 2008-10-09 [colin]      3.6.0cvs21
9344
9345         * configure.ac
9346         * COPYING
9347         * src/crash.c
9348         * src/main.c
9349         * src/gtk/about.c
9350                 Disable OpenSSL due to requirement of
9351                 OpenSSL exception. Code not removed yet,
9352                 just in case, but disabled.
9353
9354 2008-10-09 [colin]      3.6.0cvs20
9355
9356         * configure.ac
9357         * src/Makefile.am
9358         * src/crash.c
9359         * src/gedit-print.c
9360         * src/gedit-print.h
9361         * src/main.c
9362         * src/mainwindow.c
9363         * src/messageview.c
9364         * src/prefs_ext_prog.c
9365         * src/prefs_fonts.c
9366         * src/prefs_image_viewer.c
9367         * src/printing.c
9368         * src/printing.h
9369         * src/summaryview.c
9370         * src/gtk/Makefile.am
9371         * src/gtk/about.c
9372         * src/gtk/gtksourceprintjob.c
9373         * src/gtk/gtksourceprintjob.h
9374                 Revert previous patch. It'd be better to remove
9375                 OpenSSL instead, as GnuTLS works as well.
9376
9377 2008-10-09 [colin]      3.6.0cvs19
9378
9379         * configure.ac
9380         * src/Makefile.am
9381         * src/crash.c
9382         * src/gedit-print.c
9383         * src/gedit-print.h
9384         * src/main.c
9385         * src/mainwindow.c
9386         * src/messageview.c
9387         * src/prefs_ext_prog.c
9388         * src/prefs_fonts.c
9389         * src/prefs_image_viewer.c
9390         * src/printing.c
9391         * src/printing.h
9392         * src/summaryview.c
9393         * src/gtk/Makefile.am
9394         * src/gtk/about.c
9395         * src/gtk/gtksourceprintjob.c
9396         * src/gtk/gtksourceprintjob.h
9397                 Remove the libgnomeprint interface (deprecated,
9398                 and fixes Debian's #501570, 'Copyright confusion')
9399
9400 2008-10-09 [colin]      3.6.0cvs18
9401
9402         * configure.ac
9403                 Require libetpan 0.57 (important fixes)
9404
9405 2008-10-08 [paul]       3.6.0cvs17
9406
9407         * src/prefs_filtering_action.c
9408         * src/prefs_matcher.c
9409                 enable re-ordering of the filtering/processing
9410                 condition and actions lists by drag'n'drop
9411
9412 2008-10-08 [colin]      3.6.0cvs16
9413
9414         * src/addressbook.c
9415                 Fix wrong menu title
9416
9417 2008-10-07 [colin]      3.6.0cvs15
9418
9419         * src/imap.c
9420                 After thinking, revert this. It's only a minor
9421                 annoyance to GSSAPI users, and I can't test this
9422                 right now. Postponed until after next good release.
9423
9424 2008-10-07 [colin]      3.6.0cvs14
9425
9426         * src/imap.c
9427                 Don't ask for a password when using GSSAPI
9428
9429 2008-10-07 [colin]      3.6.0cvs13
9430
9431         * src/mainwindow.c
9432                 Fix build with GTK+ < 2.14
9433
9434 2008-10-07 [colin]      3.6.0cvs12
9435
9436         * src/mainwindow.c
9437         * src/mainwindow.h
9438         * src/prefs_common.c
9439         * src/prefs_common.h
9440         * src/summaryview.c
9441         * src/gtk/colorlabel.c
9442                 Fix bug 1749, 'Shortcut keys for color labels 
9443                 not changeable'
9444                 Make fullscreen a setting remembered between
9445                 sessions
9446
9447 2008-10-07 [colin]      3.6.0cvs11
9448
9449         * src/prefs_other.c
9450                 Fix bug 1747, 'Wanderlust keybindings no longer 
9451                 working (regression)'
9452
9453 2008-10-07 [colin]      3.6.0cvs10
9454
9455         * src/mainwindow.c
9456                 Make fullscreen a real menu item
9457
9458 2008-10-07 [colin]      3.6.0cvs9
9459
9460         * src/mainwindow.c
9461                 Make sure we won't save size when
9462                 fullscreening
9463
9464 2008-10-06 [colin]      3.6.0cvs8
9465
9466         * src/mainwindow.c
9467         * src/mainwindow.h
9468                 Handle fullscreen via F11. Patch by
9469                 Michael Rasmussen
9470
9471 2008-10-06 [colin]      3.6.0cvs7
9472
9473         * src/common/ssl.c
9474                 Fix return value when setting client cert
9475
9476 2008-10-04 [colin]      3.6.0cvs6
9477
9478         * src/mimeview.c
9479                 Fix bug 1742, 'Attachment list contents not 
9480                 visible/scrollable'
9481
9482 2008-10-04 [paul]       3.6.0cvs5
9483
9484         * src/mainwindow.c
9485                 fix failure of Hide toolbar option on restart
9486
9487 2008-10-04 [colin]      3.6.0cvs4
9488
9489         * src/addressbook.c
9490         * src/compose.c
9491         * src/mainwindow.c
9492         * src/messageview.c
9493         * src/summaryview.c
9494                 Maemo: Fix bug 1737, Crashes upon opening
9495
9496 2008-10-04 [paul]       3.6.0cvs3
9497
9498         * po/pt_BR.po
9499                 submitted (just a little late) by Frederico
9500                 Goncalves Guimaraes
9501
9502 2008-10-03 [wwp]        3.6.0cvs2
9503
9504         * po/fr.po
9505                 Many fixes, mostly in menus and accelerators.
9506
9507 2008-10-03 [colin]      3.6.0cvs1
9508
9509         * src/gtk/filesel.c
9510                 Allow network mounts with new GTKs: they're
9511                 available via FUSE mounts and we don't need
9512                 GVFS.
9513
9514 2008-10-03 [paul]       3.6.0
9515
9516         * NEWS
9517         * README
9518         * RELEASE_NOTES 
9519                 3.6.0 released!
9520
9521 2008-10-03 [paul]       3.5.0cvs145
9522
9523         * configure.ac
9524         * po/bg.po
9525         * po/nl.po
9526         * po/ru.po
9527         * po/sv.po
9528                 new translations. added by Yasen Pramatarov,
9529                 Marcel Pol, Aleksei Miheev, and Lars Persson Fink
9530         * po/ca.po
9531         * po/de.po
9532         * po/fi.po
9533         * po/fr.po
9534         * po/hu.po
9535         * po/it.po
9536         * po/pl.po
9537         * po/zh_CN.po
9538                 updated translations. submitted by Miquel Oliete,
9539                 Stephan Sachse, Flammie Pirinen, wwp, Pader Rezo,
9540                 Andrea Spadaccini, Emilian Nowak, and Ralph Young
9541
9542 2008-10-02 [colin]      3.5.0cvs144
9543
9544         * src/common/session.c
9545                 Fix crash when connection fails on windows
9546
9547 2008-10-01 [colin]      3.5.0cvs143
9548
9549         * src/imap.c
9550                 Real fix for FS-unsafe chars on win32
9551
9552 2008-10-01 [colin]      3.5.0cvs142
9553
9554         * src/imap.c
9555                 Encode prohibited filenames on win32
9556
9557 2008-09-30 [mones]      3.5.0cvs141
9558
9559         * src/ldapctrl.c
9560         * src/main.c
9561         * src/prefs_themes.c
9562         * src/printing.c
9563                 Fix output of some debug messages
9564
9565 2008-09-30 [colin]      3.5.0cvs140
9566
9567         * src/addrbook.c
9568         * src/addrharvest.c
9569         * src/compose.c
9570         * src/jpilot.c
9571         * src/mh.c
9572         * src/prefs_themes.c
9573         * src/procheader.c
9574         * src/procmime.c
9575         * src/summaryview.c
9576         * src/common/utils.c
9577         * src/gtk/sslcertwindow.c
9578                 Win32: Fix time usage; use g_stat
9579
9580 2008-09-29 [colin]      3.5.0cvs139
9581
9582         * src/common/utils.c
9583                 Fix case-sensitive match of subject
9584                 prefixes on win32
9585
9586 2008-09-29 [colin]      3.5.0cvs138
9587
9588         * src/folder_item_prefs.c
9589         * src/folder_item_prefs.h
9590         * src/matcher.c
9591         * src/prefs_folder_item.c
9592         * src/prefs_matcher.c
9593         * src/summaryview.c
9594         * src/common/string_match.c
9595         * src/common/utils.c
9596                 Fix a huge leak (dozens of megs per folder
9597                 change) on Windows: disable regexps 
9598
9599 2008-09-28 [paul]       3.5.0cvs137
9600
9601         * po/en_GB.po
9602                 updated
9603
9604 2008-09-27 [colin]      3.5.0cvs136
9605
9606         * src/account.c
9607         * src/account.h
9608                 Add accessor for cur_account
9609
9610 2008-09-27 [colin]      3.5.0cvs135
9611
9612         * src/imap.c
9613                 Fix crash when error happen on session establishment
9614
9615 2008-09-26 [mones]      3.5.0cvs134
9616
9617         * po/es.po
9618                 Updated for release
9619
9620 2008-09-26 [colin]      3.5.0cvs133
9621
9622         * src/plugins/pgpcore/claws.def
9623                 Fix symbol
9624
9625 2008-09-26 [colin]      3.5.0cvs132
9626
9627         * src/prefs_common.c
9628         * src/prefs_common.h
9629         * src/plugins/pgpcore/pgp_viewer.c
9630                 Add an accessor to prefs_common for plugins
9631                 (Win32 fix)
9632
9633 2008-09-25 [colin]      3.5.0cvs131
9634
9635         * src/main.c
9636                 Fix bug 1725, 'useless lines in clawsrc'
9637         * src/plugins/smime/mypgpcore.def
9638                 Add a missing symbol
9639
9640 2008-09-25 [paul]       3.5.0cvs130
9641
9642         * src/plugins/smime/mypgpcore.def
9643         * src/plugins/smime/plugin.def
9644         * src/plugins/smime/version.rc
9645                 add these windows-specific files
9646                 (Thanks to Colin)
9647
9648 2008-09-25 [colin]      3.5.0cvs129
9649
9650         * src/main.c
9651                 Load standard plugins only on first run
9652
9653 2008-09-25 [colin]      3.5.0cvs128
9654
9655         * src/codeconv.c
9656                 Fix build...
9657
9658 2008-09-24 [colin]      3.5.0cvs127
9659
9660         * src/codeconv.c
9661                 Add nb_NO's charset (iso-8859-1)
9662
9663 2008-09-24 [colin]      3.5.0cvs126
9664
9665         * src/common/utils.c
9666                 Fix get_mail_base_dir() on windows
9667                 (was synced from main ages ago)
9668
9669 2008-09-24 [colin]      3.5.0cvs125
9670
9671         * src/main.c
9672         * src/wizard.c
9673                 Integrate better with Windows' style
9674
9675 2008-09-23 [paul]       3.5.0cvs124
9676
9677         * src/compose.c
9678         * src/mainwindow.c
9679         * src/messageview.c
9680                 offer these strings to translators too 
9681
9682 2008-09-23 [colin]      3.5.0cvs123
9683
9684         * configure.ac
9685                 Add a --disable-dbus flag in case we want
9686                 no DBUS even if headers are available (like
9687                 for building gpg4win)
9688         * src/filtering.c
9689         * src/mainwindow.c
9690         * src/prefs_logging.c
9691         * src/common/utils.c
9692         * src/plugins/pgpcore/sgpgme.c
9693         * src/plugins/smime/claws.def
9694                 Windows fixes:
9695                 - disable filtering log (it's crashy for
9696                   some reason)
9697                 - fix gmtime_r when time is -1 (before 01/01/70)
9698                 - add symbols for smime
9699
9700 2008-09-22 [colin]      3.5.0cvs122
9701
9702         * src/common/utils.c
9703         * src/account.c
9704                 Remove raw printf
9705         * src/compose.c
9706                 Fix cursor position after changing account
9707         * src/imap.c
9708         * src/mimeview.c
9709         * src/news.c
9710                 Fix absolute path detection 
9711
9712 2008-09-21 [colin]      3.5.0cvs121
9713
9714         * src/gtk/gtkaspell.c
9715                 Don't try to use empty dictionaries
9716
9717 2008-09-20 [colin]      3.5.0cvs120
9718
9719         * po/POTFILES.in
9720                 Add the new files to the translations
9721
9722 2008-09-20 [colin]      3.5.0cvs119
9723
9724         * configure.ac
9725         * src/plugins/Makefile.am
9726         * src/plugins/smime/Makefile.am
9727         * src/plugins/smime/plugin.c
9728         * src/plugins/smime/smime.c
9729         * src/plugins/smime/smime.deps
9730         * src/plugins/smime/smime.h
9731                 Include S/Mime plugin in the main plugins
9732                 Will ease the Gpg4win team's work
9733
9734 2008-09-20 [colin]      3.5.0cvs118
9735
9736         * src/autofaces.c
9737         * src/compose.c
9738         * src/ldapquery.c
9739         * src/main.c
9740         * src/news.c
9741         * src/common/socket.c
9742         * src/gtk/gtkutils.c
9743         * src/plugins/pgpcore/claws.def
9744                 Windows: more fixes, thanks to wwp and
9745                 Marcus Brinkmann
9746
9747 2008-09-20 [colin]      3.5.0cvs117
9748
9749         * src/imap.c
9750                 Tell on which server errors happened
9751
9752 2008-09-20 [colin]      3.5.0cvs116
9753
9754         * src/etpan/etpan-thread-manager.c
9755         * src/etpan/imap-thread.c
9756         * src/etpan/nntp-thread.c
9757                 Windows: Fix hang on IMAP/NNTP
9758
9759 2008-09-20 [colin]      3.5.0cvs115
9760
9761         * src/common/utils.c
9762                 Fix bug 1723, "Buffer overflow crash caused by 
9763                 preview in 'Date format help' dialog box"
9764                 Also, optimise fast_strftime a bit :)
9765
9766 2008-09-18 [colin]      3.5.0cvs114
9767
9768         * src/procmime.c
9769         * src/textview.c
9770                 Check for NULLs before str* functions
9771
9772 2008-09-18 [colin]      3.5.0cvs113
9773
9774         * src/messageview.c
9775         * src/procmime.c
9776         * src/textview.c
9777                 Handle html parts in multipart/related
9778                 Decode ISO-8859-1 as Windows-1252 (the former
9779                 is a subset of the latter) in order to 
9780                 workaround Outlook mails misencoding
9781         * src/gtk/logwindow.c
9782         * src/gtk/logwindow.h
9783                 Clear mainwindow's error pixmap when the
9784                 error scrolls out of the log
9785
9786 2008-09-17 [colin]      3.5.0cvs112
9787
9788         * src/image_viewer.c
9789                 Fix image loading (multiple childs added to 
9790                 scrolledwindow, break of the resize functionality)
9791         * src/account.c
9792         * src/prefs_folder_item.c
9793         * src/prefs_spelling.c
9794         * src/gtk/gtkaspell.c
9795                 Better fix problems with dictionaries updates
9796
9797 2008-09-17 [colin]      3.5.0cvs111
9798
9799         * src/common/utils.c
9800                 Fix double-opening (fixes multiple signatures when
9801                 using signify)
9802
9803 2008-09-16 [colin]      3.5.0cvs110
9804
9805         * src/prefs_account.c
9806         * src/prefs_folder_item.c
9807         * src/prefs_spelling.c
9808         * src/gtk/gtkaspell.c
9809                 Better stripping of aspell dictionaries names
9810
9811 2008-09-16 [colin]
9812
9813         * 3.6.0-rc1 released
9814
9815 2008-09-16 [colin]      3.5.0cvs109
9816
9817         * src/account.c
9818         * src/inc.c
9819         * src/mainwindow.c
9820         * src/prefs_account.h
9821         * src/prefs_other.c
9822         * src/send_message.c
9823         * src/gtk/inputdialog.c
9824                 Don't add a pref to allow remembering passwords
9825                 (Just not checking the checkbox is enough)
9826
9827 2008-09-16 [colin]      3.5.0cvs108
9828
9829         * configure.ac
9830                 Require libetpan 0.56 as 0.55 is crashy
9831         * src/messageview.c
9832                 Fix english
9833         * src/gtk/inputdialog.c
9834         * src/gtk/inputdialog.h
9835                 Fix warnings
9836
9837 2008-09-16 [wwp]        3.5.0cvs107
9838
9839         * src/compose.c
9840                 Complete 3.5.0cvs106 by removing a function that got
9841                 moved to account.[ch].
9842
9843 2008-09-16 [wwp]        3.5.0cvs106
9844
9845         * src/account.c
9846         * src/account.h
9847         * src/compose.c
9848         * src/quote_fmt.c
9849         * src/quote_fmt_lex.l
9850         * src/quote_fmt_parse.y
9851                 Add account signature (path and value string) manipulation
9852                 keywords to the template processor. It's now possible in
9853                 all templates to insert the account signature to an
9854                 arbitrary location or to pass it to a external script for
9855                 further editing.
9856
9857
9858 2008-09-16 [mones]      3.5.0cvs105
9859
9860         * src/imap.c
9861         * src/inc.c
9862         * src/mainwindow.c
9863         * src/mainwindow.h
9864         * src/news.c
9865         * src/prefs_account.h
9866         * src/prefs_common.c
9867         * src/prefs_common.h
9868         * src/prefs_other.c
9869         * src/send_message.c
9870         * src/gtk/inputdialog.c
9871         * src/gtk/inputdialog.h
9872                 Implement session passwords: unsaved passwords for receiving
9873                 or sending of accounts can be remembered while running to 
9874                 avoid repetitive typing.
9875                 As keeping passwords in memory is unsafe a new preference 
9876                 in Other page is added to activate or not such capability.
9877
9878 2008-09-14 [colin]      3.5.0cvs104
9879
9880         * src/codeconv.c
9881         * src/codeconv.h
9882                 Make conv_iconv_strdup static
9883
9884 2008-09-12 [colin]      3.5.0cvs103
9885
9886         * claws-mail.pc.in
9887         * src/Makefile.am
9888         * src/compose.c
9889         * src/compose.h
9890         * src/crash.c
9891         * src/folder_item_prefs.c
9892         * src/folder_item_prefs.h
9893         * src/main.c
9894         * src/prefs_account.c
9895         * src/prefs_common.c
9896         * src/prefs_common.h
9897         * src/prefs_folder_item.c
9898         * src/prefs_spelling.c
9899         * src/prefs_template.c
9900         * src/quote_fmt.h
9901         * src/quote_fmt_parse.y
9902         * src/toolbar.c
9903         * src/toolbar.h
9904         * src/gtk/Makefile.am
9905         * src/gtk/about.c
9906         * src/gtk/filesel.c
9907         * src/gtk/gtkaspell.c
9908         * src/gtk/gtkaspell.h
9909         * src/plugins/bogofilter/Makefile.am
9910         * src/plugins/dillo_viewer/Makefile.am
9911         * src/plugins/spamassassin/Makefile.am
9912         * src/plugins/trayicon/Makefile.am
9913                 Switch spellchecker to Enchant
9914
9915 2008-09-12 [paul]       3.5.0cvs102
9916
9917         * tools/README
9918         * tools/csv2addressbook.pl
9919                 add support for Fox Mail
9920
9921 2008-09-12 [paul]       3.5.0cvs101
9922
9923         * src/compose.c
9924         * src/prefs_wrapping.c
9925                 changes to English
9926
9927 2008-09-12 [paul]       3.5.0cvs100
9928
9929         * configure.ac
9930                 revert cvs99's libenchant commit error
9931
9932 2008-09-12 [colin]      3.5.0cvs99
9933
9934         * src/inc.c
9935                 Only go to inbox if there are new mails
9936                 (and fetch was manual)
9937
9938 2008-09-10 [colin]      3.5.0cvs98
9939
9940         * src/inc.c
9941         * src/summaryview.c
9942         * src/common/session.c
9943                 Use g_timeout_add_seconds instead of g_timeout_add
9944                 on glib >= 2.14 when we don't need precision on the 
9945                 delay. This helps reducing power consumption:
9946                 http://mjg59.livejournal.com/74651.html
9947
9948 2008-09-10 [colin]      3.5.0cvs97
9949
9950         * src/compose.c
9951                 Don't save window size and position when
9952                 compose is hidden (filtering action)
9953
9954 2008-09-09 [colin]      3.5.0cvs96
9955
9956         * src/action.h
9957         * src/addr_compl.c
9958         * src/addressadd.c
9959         * src/addressbook.h
9960         * src/addressbook_foldersel.c
9961         * src/addressitem.h
9962         * src/addrgather.c
9963         * src/alertpanel.c
9964         * src/browseldap.c
9965         * src/editaddress.c
9966         * src/editaddress_other_attributes_ldap.h
9967         * src/editbook.c
9968         * src/editjpilot.c
9969         * src/editldap.c
9970         * src/editldap_basedn.c
9971         * src/editvcard.c
9972         * src/exphtmldlg.c
9973         * src/expldifdlg.c
9974         * src/export.c
9975         * src/foldersel.c
9976         * src/foldersel.h
9977         * src/gedit-print.c
9978         * src/gedit-print.h
9979         * src/grouplistdialog.c
9980         * src/headerview.c
9981         * src/headerview.h
9982         * src/image_viewer.c
9983         * src/import.c
9984         * src/importldif.c
9985         * src/importmutt.c
9986         * src/importpine.c
9987         * src/inc.c
9988         * src/main.c
9989         * src/main.h
9990         * src/messageview.c
9991         * src/messageview.h
9992         * src/noticeview.c
9993         * src/prefs_actions.c
9994         * src/prefs_filtering.c
9995         * src/prefs_folder_column.c
9996         * src/prefs_gtk.h
9997         * src/prefs_summary_column.c
9998         * src/prefs_toolbar.c
9999         * src/send_message.c
10000         * src/setup.c
10001         * src/sourcewindow.c
10002         * src/sourcewindow.h
10003         * src/ssl_manager.c
10004         * src/statusbar.c
10005         * src/statusbar.h
10006         * src/stock_pixmap.c
10007         * src/stock_pixmap.h
10008         * src/summaryview.c
10009         * src/textview.c
10010         * src/textview.h
10011         * src/undo.h
10012         * src/uri_opener.c
10013         * src/wizard.c
10014         * src/wizard.h
10015         * src/common/ssl.h
10016         * src/common/utils.c
10017         * src/gtk/about.c
10018         * src/gtk/colorlabel.c
10019         * src/gtk/colorlabel.h
10020         * src/gtk/combobox.h
10021         * src/gtk/description_window.c
10022         * src/gtk/filesel.c
10023         * src/gtk/gtkaspell.c
10024         * src/gtk/gtkaspell.h
10025         * src/gtk/gtkcmclist.c
10026         * src/gtk/gtkcmclist.h
10027         * src/gtk/gtkcmctree.c
10028         * src/gtk/gtkcmctree.h
10029         * src/gtk/gtkcmoptionmenu.h
10030         * src/gtk/gtksctree.c
10031         * src/gtk/gtksctree.h
10032         * src/gtk/gtkshruler.c
10033         * src/gtk/gtkshruler.h
10034         * src/gtk/gtksourceprintjob.c
10035         * src/gtk/gtksourceprintjob.h
10036         * src/gtk/gtkutils.c
10037         * src/gtk/gtkutils.h
10038         * src/gtk/gtkvscrollbutton.c
10039         * src/gtk/gtkvscrollbutton.h
10040         * src/gtk/icon_legend.c
10041         * src/gtk/inputdialog.c
10042         * src/gtk/logwindow.c
10043         * src/gtk/logwindow.h
10044         * src/gtk/manage_window.c
10045         * src/gtk/manage_window.h
10046         * src/gtk/menu.c
10047         * src/gtk/prefswindow.c
10048         * src/gtk/progressdialog.c
10049         * src/gtk/progressdialog.h
10050         * src/plugins/bogofilter/bogofilter_gtk.c
10051         * src/plugins/pgpcore/passphrase.c
10052         * src/plugins/spamassassin/spamassassin_gtk.c
10053         * src/plugins/trayicon/trayicon.c
10054         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10055         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.h
10056         * src/plugins/trayicon/libeggtrayicon/gtk2-funcs.c
10057         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10058         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.h
10059                 Complete GTK+ 2.14 undeprecation
10060                 (thanks to "J.A. Magallon" <jamagallon@ono.com>)
10061
10062 2008-09-09 [colin]      3.5.0cvs95
10063
10064         * src/gtk/gtkcmclist.h
10065                 Fix build on GTK+ 2.14
10066
10067 2008-09-08 [colin]      3.5.0cvs94
10068
10069         * src/noticeview.c
10070         * src/noticeview.h
10071                 Remove GtkSignalFunc
10072
10073 2008-09-07 [colin]      3.5.0cvs93
10074
10075         * src/addressadd.c
10076         * src/addressbook_foldersel.c
10077         * src/gtk/gtkcmclist.c
10078         * src/gtk/gtkcmclist.h
10079         * src/gtk/gtkcmctree.c
10080         * src/gtk/gtkcmctree.h
10081         * src/gtk/gtksctree.c
10082         * src/gtk/prefswindow.c
10083         * src/gtk/prefswindow.h
10084                 Use GDestroyNotify instead of GtkDestroyNotify
10085                 (deprecated in GTK+ 2.14)
10086
10087 2008-09-07 [colin]      3.5.0cvs92
10088
10089         * src/textview.c
10090                 Fix bug 1712, 'invalid "Phishing attempt warning" 
10091                 when linked text ends with spaces'
10092
10093 2008-09-05 [colin]      3.5.0cvs91
10094
10095         * src/procmime.c
10096                 Maybe fix bug 1711, 'Save-as attachment crashes'
10097                 Possibly wrong free() due to pointer shifting
10098
10099 2008-09-05 [colin]      3.5.0cvs90
10100
10101         * src/compose.c
10102                 Fix bug 1710, 'User misreads "Discard Message" 
10103                 as "Discard Changes"'. Propose to save or discard
10104                 only the latest changes when closing an existing
10105                 draft. Autosave may still have saved parts of the
10106                 edit session.
10107
10108 2008-09-04 [colin]      3.5.0cvs89
10109
10110         * src/summaryview.c
10111                 Fix bug 1707, 'Segfault when sorting on non-visible column'
10112
10113 2008-09-01 [colin]      3.5.0cvs88
10114
10115         * src/imap.c
10116         * src/summaryview.c
10117         * src/common/tags.c
10118         * src/etpan/imap-thread.c
10119         * src/etpan/imap-thread.h
10120                 Store spam flag on IMAP (Junk/NonJunk, as 
10121                 ThunderBird does - this is nonstandard)
10122
10123 2008-08-31 [wwp]        3.5.0cvs87
10124
10125         * ChangeLog
10126                 Fix globish edition^Wediting.
10127
10128 2008-08-31 [wwp]        3.5.0cvs86
10129
10130         * src/addressbook.c
10131                 Don't break nickname editing for non-LDAP books (nickname
10132                 value was overwritten when editing existing contact, this
10133                 came from 3.0.2cvs109).
10134
10135 2008-08-30 [colin]      3.5.0cvs85
10136
10137         * src/mainwindow.c
10138         * src/summaryview.c
10139                 Fix "Apply tags..." key shortcut
10140
10141 2008-08-29 [iwkse]      3.5.0cvs84
10142
10143         * src/summaryview.c
10144                         Bit of clean:)
10145
10146 2008-08-29 [iwkse]      3.5.0cvs83
10147
10148         * src/summaryview.c
10149                         Disable "Move to trash" action if
10150                         we are in a trash-like folder.
10151                         Thanks to colinl
10152
10153 2008-08-29 [paul]       3.5.0cvs82
10154
10155         * configure.ac
10156                 bump up libetpan version requirement since
10157                 0.55 is released now
10158
10159 2008-08-28 [wwp]        3.5.0cvs81
10160
10161         * src/account.c
10162         * src/pop.c
10163         * src/prefs_account.c
10164         * src/prefs_account.h
10165                 Add finer granularity to the POP3's remove-after delay (now in
10166                 hours in addition to in days), patch by Paul Rolland.
10167
10168 2008-08-28 [wwp]        3.5.0cvs80
10169
10170         * src/gtk/combobox.c
10171                 Fix a typo in a comment.
10172
10173 2008-08-28 [iwkse]      3.5.0cvs79
10174
10175         * src/account.c
10176         * src/prefs_actions.c
10177         * src/prefs_filtering.c
10178         * src/prefs_template.c
10179                         Add search feature to the account, 
10180                         template and action dialog.
10181                         It's turned on selecting one row
10182                         of the list and typing some random
10183                         letter. Thanks to wwp, colinl
10184
10185 2008-08-28 [colin]      3.5.0cvs78
10186
10187         * src/Makefile.am
10188         * src/account.c
10189         * src/compose.c
10190         * src/prefs_account.c
10191         * src/prefs_account.h
10192         * src/privacy.c
10193         * src/privacy.h
10194         * src/procmime.c
10195         * src/stock_pixmap.c
10196         * src/stock_pixmap.h
10197         * src/summaryview.c
10198         * src/pixmaps/key_gpg_signed.xpm
10199                 Fix bug 1412, "Sign reply, if mail was signed"
10200                 Add an account preference to sign replies to signed mails
10201
10202 2008-08-28 [iwkse]      3.5.0cvs77
10203
10204         * src/prefs_filtering.c
10205                 Making the search more useful,
10206                 jumping directly to the relative rule.
10207
10208 2008-08-27 [colin]      3.5.0cvs76
10209
10210         * src/main.c
10211                 Add a bit of info
10212
10213 2008-08-27 [colin]      3.5.0cvs75
10214
10215         * src/gtk/gtkcmctree.c
10216                 Fix a few ifdefs
10217
10218 2008-08-26 [colin]      3.5.0cvs74
10219
10220         * src/gtk/gtkcmctree.c
10221                 Fix missing inits on old glib
10222
10223 2008-08-26 [wwp]        3.5.0cvs73
10224
10225         * src/common/utils.c
10226                 Added 'Fwd' to the list of known common subject prefixes.
10227
10228 2008-08-25 [iwkse]      3.5.0cvs72
10229
10230         * src/image_viewer.c
10231                 Add animated gif support to the
10232                 message preview.
10233
10234 2008-08-25 [colin]      3.5.0cvs71
10235
10236         * src/gtk/gtkcmctree.c
10237                 Make sure work isn't null
10238
10239 2008-08-24 [colin]      3.5.0cvs70
10240
10241         * src/common/ssl.c
10242                 Fix typo on SSL_CERT_DIR
10243
10244 2008-08-23 [holger]     3.5.0cvs69
10245
10246         * src/printing.c
10247                 Fix bug 1699 'Separator line mis-placed when
10248                 printing some e-mails'. The number of header lines
10249                 was not correctly calculated when Pango inserts
10250                 linebreaks
10251
10252 2008-08-23 [colin]      3.5.0cvs68
10253
10254         * src/mainwindow.c
10255                 Fix the account selector button; thanks
10256                 to wwp
10257
10258 2008-08-21 [colin]      3.5.0cvs67
10259
10260         * src/compose.c
10261         * src/compose.h
10262                 Add a compose preference for auto-indent
10263         * src/mainwindow.c
10264         * src/summaryview.c
10265                 Make colorlabel accels a bit less hacky
10266
10267 2008-08-21 [colin]      3.5.0cvs66
10268
10269         * src/compose.c
10270         * src/prefs_common.c
10271         * src/prefs_common.h
10272         * src/prefs_wrapping.c
10273                 Add a preference for autoindent; fix no_join tag
10274                 being applied to whole lines instead of just \n when
10275                 creating a line 
10276
10277 2008-08-21 [colin]      3.5.0cvs65
10278
10279         * src/compose.c
10280                 Add support for auto-indentation
10281
10282 2008-08-19 [colin]      3.5.0cvs64
10283
10284         * src/compose.c
10285                 Save Autowrap status in drafts/queued mails
10286
10287 2008-08-19 [colin]      3.5.0cvs63
10288
10289         * src/mainwindow.c
10290                 Fix a comment (in reality, test commit on
10291                 the new CVS server)
10292
10293 2008-08-17 [colin]      3.5.0cvs62
10294
10295         * src/prefs_actions.c
10296         * src/procmime.c
10297         * src/wizard.c
10298         * src/common/socket.h
10299         * src/gtk/gtkcmctree.c
10300                 Fix warnings
10301
10302 2008-08-16 [colin]      3.5.0cvs61
10303
10304         * src/editaddress_other_attributes_ldap.h
10305                 Add 'l' field (localityName)
10306
10307 2008-08-16 [colin]      3.5.0cvs60
10308
10309         * src/mainwindow.c
10310         * src/gtk/gtkcmclist.c
10311         * src/gtk/gtkcmclist.h
10312         * src/gtk/gtkcmctree.c
10313         * src/gtk/gtksctree.c
10314         * src/gtk/gtkutils.c
10315         * src/gtk/gtkvscrollbutton.c
10316                 Fix Maemo build (OS2007)
10317
10318 2008-08-14 [colin]      3.5.0cvs59
10319
10320         * src/folder.c
10321                 Don't crash if parent is null when creating
10322                 a folder
10323         * src/gtk/pluginwindow.c
10324                 Don't crash on race when closing window while
10325                 a plugin is loading and does gtk_iterations
10326
10327 2008-08-13 [colin]      3.5.0cvs58
10328
10329         * src/messageview.c
10330         * src/messageview.h
10331         * src/mimeview.c
10332                 Fix bug 1696, 'Viewing binary attachements 
10333                 as text over 1 MB' (various buglets)
10334
10335 2008-08-10 [colin]      3.5.0cvs57
10336
10337         * src/summaryview.c
10338         * src/gtk/gtkcmclist.c
10339                 Continue fixing GTK < 2.12 build, thanks to
10340                 Michael Hugues
10341
10342 2008-08-10 [colin]      3.5.0cvs56
10343
10344         * src/gtk/gtksctree.c
10345                 Fix build on GTK < 2.12
10346
10347 2008-08-09 [colin]      3.5.0cvs55
10348
10349         * src/mainwindow.c
10350                 Fix untranslatable strings, thanks to
10351                 Stephan Sachse
10352
10353 2008-08-07 [colin]      3.5.0cvs54
10354
10355         * src/compose.c
10356         * src/editaddress.c
10357         * src/folderview.c
10358         * src/mainwindow.c
10359         * src/message_search.c
10360         * src/mimeview.c
10361         * src/noticeview.c
10362         * src/prefs_account.c
10363         * src/prefs_common.c
10364         * src/prefs_customheader.c
10365         * src/prefs_ext_prog.c
10366         * src/prefs_filtering_action.c
10367         * src/prefs_gtk.c
10368         * src/prefs_logging.c
10369         * src/prefs_matcher.c
10370         * src/prefs_msg_colors.c
10371         * src/procmime.c
10372         * src/summary_search.c
10373         * src/summaryview.c
10374         * src/toolbar.c
10375         * src/gtk/colorsel.c
10376         * src/gtk/gtkaspell.c
10377         * src/gtk/gtkutils.c
10378         * src/gtk/gtkutils.h
10379         * src/gtk/inputdialog.c
10380         * src/gtk/pluginwindow.c
10381         * src/gtk/quicksearch.c
10382         * src/plugins/bogofilter/bogofilter_gtk.c
10383         * src/plugins/dillo_viewer/dillo_prefs.c
10384         * src/plugins/spamassassin/spamassassin_gtk.c
10385                 - Fix Ctrl-Space shortcut
10386                 - Fix mime-parsing bug in procmime (cvs52)
10387                 - Fix double-free in procmime (cvs52)
10388                 - Use gtk_bin_get_child instead of GTK_BIN()->child
10389                 - Fix Goto menu in mainwindow
10390
10391 2008-08-07 [mones]      3.5.0cvs53
10392
10393         * po/es.po
10394                 Updated translation (lots of changes!)
10395         * src/compose.c
10396                 Add missing accelerator key
10397         * src/mainwindow.c
10398                 Restored 'v' key function (thanks Colin!)
10399
10400 2008-08-06 [colin]      3.5.0cvs52
10401
10402         * src/addrbook.c
10403         * src/addrcindex.c
10404         * src/addrduplicates.c
10405         * src/addrharvest.c
10406         * src/enriched.c
10407         * src/html.c
10408         * src/ldif.c
10409         * src/mimeview.c
10410         * src/mutt.c
10411         * src/pine.c
10412         * src/procmime.c
10413         * src/vcard.c
10414         * src/wizard.c
10415                 Fix my use of g_utf8_strdown (it returns
10416                 a newly allocated string and doesn't
10417                 change the parameter)
10418
10419 2008-08-06 [colin]      3.5.0cvs51
10420
10421         * src/compose.c
10422                 Fix bug 1690, 'Copy/Paste in edit window may 
10423                 break Undo'; middle-click pastes aren't 
10424                 REPLACE_INSERT but just INSERT. 
10425                 Also, fix privacy menu selection
10426
10427 2008-08-05 [colin]      3.5.0cvs50
10428
10429         * src/action.c
10430         * src/addr_compl.c
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/main.c
10439         * src/mimeview.c
10440         * src/mutt.c
10441         * src/pine.c
10442         * src/procmime.c
10443         * src/vcard.c
10444         * src/wizard.c
10445         * src/common/socket.c
10446         * src/gtk/gtkutils.c
10447         * src/gtk/gtkutils.h
10448         * src/gtk/menu.c
10449         * src/plugins/spamassassin/spamassassin.c
10450                 More undeprecation (Glib)
10451
10452 2008-08-05 [colin]      3.5.0cvs49
10453
10454         * src/prefs_account.c
10455         * src/prefs_filtering_action.c
10456         * src/prefs_matcher.c
10457         * src/gtk/Makefile.am
10458         * src/gtk/claws-marshal.list
10459         * src/gtk/colorlabel.c
10460         * src/gtk/colorsel.c
10461         * src/gtk/foldersort.c
10462         * src/gtk/gtkaspell.c
10463         * src/gtk/gtkcmclist.c
10464         * src/gtk/gtkcmclist.h
10465         * src/gtk/gtkcmctree.c
10466         * src/gtk/gtkcmctree.h
10467         * src/gtk/gtkcmoptionmenu.c
10468         * src/gtk/gtkcmoptionmenu.h
10469         * src/gtk/gtksctree.c
10470         * src/gtk/gtksctree.h
10471         * src/gtk/gtkutils.c
10472         * src/gtk/gtkutils.h
10473         * src/gtk/gtkvscrollbutton.c
10474         * src/gtk/menu.c
10475         * src/gtk/menu.h
10476         * src/gtk/quicksearch.c
10477         * src/plugins/dillo_viewer/dillo_viewer.c
10478         * src/plugins/pgpcore/select-keys.c
10479                 Try to finish yesterday's commit
10480
10481 2008-08-04 [colin]      3.5.0cvs48
10482
10483         * src/addressadd.c
10484         * src/addressbook.c
10485         * src/addressbook_foldersel.c
10486         * src/addressitem.h
10487         * src/addrgather.c
10488         * src/browseldap.c
10489         * src/compose.c
10490         * src/compose.h
10491         * src/editaddress.c
10492         * src/editaddress_other_attributes_ldap.c
10493         * src/editgroup.c
10494         * src/editldap_basedn.c
10495         * src/folderview.c
10496         * src/folderview.h
10497         * src/grouplistdialog.c
10498         * src/image_viewer.c
10499         * src/imap_gtk.c
10500         * src/importldif.c
10501         * src/main.c
10502         * src/mainwindow.c
10503         * src/message_search.c
10504         * src/mh_gtk.c
10505         * src/mimeview.c
10506         * src/mimeview.h
10507         * src/news_gtk.c
10508         * src/noticeview.h
10509         * src/prefs_account.c
10510         * src/prefs_filtering_action.c
10511         * src/prefs_matcher.c
10512         * src/prefs_msg_colors.c
10513         * src/prefs_summaries.c
10514         * src/statusbar.c
10515         * src/stock_pixmap.c
10516         * src/summary_search.c
10517         * src/summaryview.c
10518         * src/summaryview.h
10519         * src/textview.c
10520         * src/toolbar.h
10521         * src/gtk/Makefile.am
10522         * src/gtk/claws-marshal.list
10523         * src/gtk/colorsel.c
10524         * src/gtk/foldersort.c
10525         * src/gtk/gtkaspell.c
10526         * src/gtk/gtkcmclist.c
10527         * src/gtk/gtkcmclist.h
10528         * src/gtk/gtkcmctree.c
10529         * src/gtk/gtkcmctree.h
10530         * src/gtk/gtksctree.c
10531         * src/gtk/gtksctree.h
10532         * src/gtk/gtkutils.c
10533         * src/gtk/gtkutils.h
10534         * src/gtk/gtkvscrollbutton.c
10535         * src/gtk/menu.c
10536         * src/gtk/menu.h
10537         * src/gtk/quicksearch.c
10538         * src/plugins/dillo_viewer/dillo_viewer.c
10539         * src/plugins/pgpcore/select-keys.c
10540                 Include GtkCList/GtkCTree locally (renamed GTKCMCList/CTree)
10541                 Undeprecate their implementation (GtkArg, GtkType, ...)
10542                 Undeprecate a few other things here and there
10543                 Add -DGTK_DISABLE_DEPRECATED to CFLAGS in maintainer mode
10544                 Add #undef GTK_DISABLE_DEPRECATED in the files where we
10545                 still have work to do
10546
10547 2008-08-04 [colin]      3.5.0cvs47
10548
10549         * src/compose.c
10550         * src/compose.h
10551         * src/toolbar.h
10552         * src/textview.c
10553         * src/stock_pixmap.c
10554         * src/statusbar.c
10555         * src/noticeview.h
10556         * src/mimeview.h
10557         * src/mainwindow.c
10558         * src/image_viewer.c
10559         * src/gtk/gtkaspell.c
10560         * src/gtk/gtkvscrollbutton.c
10561         * src/plugins/dillo_viewer/dillo_viewer.c
10562                 Undeprecate more things
10563
10564 2008-08-02 [colin]      3.5.0cvs46
10565
10566         * src/mainwindow.c
10567                 Fix toggle menu activation state
10568                 (thanks to cvs45 ;)
10569
10570 2008-08-02 [paul]       3.5.0cvs45
10571
10572         * src/mainwindow.c
10573                 fix sensitivity of
10574                 /View/Show or hide/Message View
10575
10576 2008-08-01 [paul]       3.5.0cvs44
10577
10578         * src/common/utils.c
10579         * src/plugins/pgpcore/claws.def
10580         * src/plugins/pgpinline/claws.def
10581                 fix compilation problems on mingw32,
10582                 (bug 1688) Patch by Marcus Brinkmann
10583
10584 2008-08-01 [colin]      3.5.0cvs43
10585
10586         * src/gtk/gtkutils.c
10587         * src/gtk/gtkvscrollbutton.c
10588                 Oups, fix build
10589
10590 2008-08-01 [colin]      3.5.0cvs42
10591
10592         * src/compose.c
10593         * src/foldersel.c
10594         * src/mainwindow.c
10595         * src/prefs_account.c
10596         * src/prefs_folder_item.c
10597         * src/prefs_quote.c
10598         * src/summaryview.c
10599         * src/gtk/gtkaspell.c
10600         * src/gtk/gtkutils.c
10601         * src/gtk/gtkvscrollbutton.c
10602                 Replace a few deprecated function calls
10603
10604 2008-08-01 [paul]       3.5.0cvs41
10605
10606         * src/action.c
10607                 fix crash that occurs because of recent GtkUIManager
10608                 changes. Thanks to Colin
10609
10610 2008-07-31 [colin]      3.5.0cvs40
10611
10612         * src/addressbook.c
10613         * src/compose.c
10614         * src/mainwindow.c
10615         * src/messageview.c
10616                 Some Maemo fixes
10617         * src/gtk/menu.c
10618         * src/gtk/menu.h
10619                 Remove deprecated helper funcs
10620
10621 2008-07-30 [colin]      3.5.0cvs39
10622
10623         * src/folderview.c
10624         * src/folderview.h
10625         * src/imap_gtk.c
10626         * src/mh_gtk.c
10627         * src/news_gtk.c
10628                 Move the folderview popup menu to GtkUIManager
10629
10630 2008-07-29 [colin]      3.5.0cvs38
10631
10632         * src/account.c
10633         * src/account.h
10634         * src/action.c
10635         * src/action.h
10636         * src/addressitem.h
10637         * src/compose.c
10638         * src/edittags.c
10639         * src/mainwindow.c
10640         * src/mainwindow.h
10641         * src/mimeview.c
10642         * src/summaryview.c
10643         * src/gtk/menu.c
10644         * src/gtk/menu.h
10645                 Switch the main menu to GtkUIManager
10646                 Warning fixes
10647
10648 2008-07-29 [colin]      3.5.0cvs37
10649
10650         * src/news.c
10651                 Fix bug 1684, 'view news messages with large 
10652                 attachements segfaults'
10653
10654 2008-07-29 [colin]      3.5.0cvs36
10655
10656         * src/action.c
10657         * src/action.h
10658         * src/addressbook.c
10659         * src/addressitem.h
10660         * src/compose.c
10661         * src/compose.h
10662         * src/messageview.c
10663         * src/messageview.h
10664         * src/summaryview.c
10665         * src/gtk/menu.c
10666         * src/gtk/menu.h
10667                 More switches to GtkUIManager
10668
10669 2008-07-26 [colin]      3.5.0cvs35
10670
10671         * src/gtk/menu.c
10672         * src/gtk/menu.h
10673                 Fix prototype
10674
10675 2008-07-25 [colin]      3.5.0cvs34
10676
10677         * src/addrcustomattr.c
10678         * src/addressbook.c
10679         * src/compose.c
10680         * src/editaddress.c
10681         * src/editaddress_other_attributes_ldap.h
10682         * src/edittags.c
10683         * src/mainwindow.c
10684         * src/mimeview.c
10685         * src/prefs_actions.c
10686         * src/prefs_filtering.c
10687         * src/prefs_template.c
10688         * src/summaryview.c
10689         * src/textview.c
10690         * src/textview.h
10691         * src/toolbar.c
10692         * src/gtk/about.c
10693         * src/gtk/menu.c
10694         * src/gtk/menu.h
10695         * src/plugins/trayicon/trayicon.c
10696                 More changes from GtkItemFactory to GtkUIManager
10697
10698 2008-07-25 [colin]      3.5.0cvs33
10699
10700         * src/gtk/menu.h
10701                 Add a macro to remove menu items
10702                 Make the gui_manager variable useless
10703
10704 2008-07-24 [colin]      3.5.0cvs32
10705
10706         * src/mimeview.c
10707                 Fix a gtk warning on clear
10708         * src/mainwindow.c
10709         * src/summaryview.c
10710         * src/summaryview.h
10711                 Switch the message list popup menu to
10712                 GtkUIManager
10713
10714 2008-07-23 [colin]      3.5.0cvs31
10715
10716         * src/plugins/pgpcore/pgp_viewer.c
10717         * src/plugins/pgpcore/sgpgme.c
10718                 Fix bug 1681, 'GnuPG Plugin does not compile on solaris'
10719                 Patch by Thomas Wiegner <wiegner@gmx.de>
10720
10721 2008-07-20 [paul]       3.5.0cvs30
10722
10723         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
10724                 remove redundant GTK version check
10725
10726 2008-07-20 [ticho]      3.5.0cvs29
10727
10728         * src/folderview.c
10729         * src/imap_gtk.c
10730         * src/news_gtk.c
10731                 Moved sensitivity setting for "Download messages" for IMAP and
10732                 news folders from folderview.c to imap_gtk.c and news_gtk.c
10733                 respectively for better code readability.
10734                 Fixed indentation in news' set_sensitivity().
10735
10736 2008-07-20 [paul]       3.5.0cvs28
10737
10738         * src/addrgather.c
10739                 remove more redundant code following cvs27
10740
10741 2008-07-20 [paul]       3.5.0cvs27
10742
10743         * src/addrgather.c
10744                 remove now redundant code
10745         * src/mainwindow.c
10746         * src/mainwindow.h
10747                 fix bug 1673, 'Tools/Harvest adresses is
10748                 grayed out if folder is empty'
10749
10750 2008-07-19 [ticho]      3.5.0cvs26
10751
10752         * src/edittags.c
10753         * src/main.c
10754         * src/mimeview.c
10755         * src/mimeview.h
10756         * src/gtk/gtkutils.c
10757         * src/gtk/gtkutils.h
10758         * src/gtk/menu.c
10759         * src/gtk/menu.h
10760                 Use GtkUIManager for mimeview and tag edit dialog popup menus,
10761                 instead of deprecated GtkItemFactory.
10762
10763 2008-07-19 [colin]      3.5.0cvs25
10764
10765         * src/account.c
10766         * src/addrgather.c
10767         * src/compose.c
10768         * src/editldap.c
10769         * src/expldifdlg.c
10770         * src/importldif.c
10771         * src/main.c
10772         * src/mainwindow.c
10773         * src/mimeview.c
10774         * src/noticeview.c
10775         * src/prefs_account.c
10776         * src/prefs_actions.c
10777         * src/prefs_ext_prog.c
10778         * src/prefs_filtering.c
10779         * src/prefs_folder_item.c
10780         * src/prefs_image_viewer.c
10781         * src/prefs_logging.c
10782         * src/prefs_msg_colors.c
10783         * src/prefs_other.c
10784         * src/prefs_send.c
10785         * src/prefs_spelling.c
10786         * src/prefs_summaries.c
10787         * src/prefs_template.c
10788         * src/printing.c
10789         * src/quote_fmt.c
10790         * src/summary_search.c
10791         * src/summaryview.c
10792         * src/toolbar.c
10793         * src/wizard.c
10794         * src/common/Makefile.am
10795         * src/gtk/gtksctree.c
10796         * src/gtk/gtkutils.h
10797         * src/gtk/pluginwindow.c
10798         * src/gtk/quicksearch.c
10799         * src/plugins/bogofilter/bogofilter_gtk.c
10800         * src/plugins/dillo_viewer/dillo_prefs.c
10801         * src/plugins/pgpcore/prefs_gpg.c
10802         * src/plugins/spamassassin/spamassassin_gtk.c
10803         * src/plugins/trayicon/trayicon.c
10804         * src/plugins/trayicon/trayicon_prefs.c
10805                 Use the shiny new GTK tooltips API when possible (GTK+ 2.12 
10806                 or greater). Use the old deprecated one on GTK+ < 2.12.
10807                 Easy! Straightforward! I'm not annoyed at all! It's not a loss
10808                 of time!
10809
10810 2008-07-16 [colin]      3.5.0cvs24
10811
10812         * src/mainwindow.c
10813                 Fix folderview's scrolbar when starting minimised
10814                 to tray, and popping up the mainwindow by calling
10815                 claws-mail from the command line
10816
10817 2008-07-08 [colin]      3.5.0cvs23
10818
10819         * src/compose.c
10820                 Possibly fix po-headers appearing on empty
10821                 templates
10822
10823 2008-07-08 [colin]      3.5.0cvs22
10824
10825         * src/folderview.c
10826         * src/summaryview.c
10827                 Finish the always_open tristate patch, by Jonathan
10828                 Corbet.
10829
10830 2008-07-07 [paul]       3.5.0cvs21
10831
10832         * src/mainwindow.c
10833                 fix typo (missing ")
10834
10835 2008-07-07 [paul]       3.5.0cvs20
10836
10837         * src/mainwindow.c
10838                 fit the menu style a bit better
10839
10840 2008-07-07 [colin]      3.5.0cvs19
10841
10842         * src/prefs_themes.c
10843                 Make upgrading themes easier
10844
10845 2008-07-07 [colin]      3.5.0cvs18
10846
10847         * src/mainwindow.c
10848         * src/prefs_toolbar.c
10849         * src/stock_pixmap.c
10850                 Finish fixing bug 1609, 'Icon issues'
10851
10852 2008-07-07 [colin]      3.5.0cvs17
10853
10854         * src/prefs_common.c
10855                 Fix the default value
10856
10857 2008-07-07 [colin]      3.5.0cvs16
10858
10859         * src/prefs_summaries.c
10860                 Revert my fix to the string, the correct term
10861                 is indeed Message View
10862
10863 2008-07-07 [colin]      3.5.0cvs15
10864
10865         * AUTHORS
10866         * src/gtk/authors.h
10867         * src/prefs_common.c
10868         * src/prefs_common.h
10869         * src/prefs_summaries.c
10870         * src/summaryview.c
10871         * src/gtk/authors.h
10872                 Change "Always open message when selected" to
10873                 a tristate (Never/Always/When preview is visible)
10874                 Patch by Jonathan Corbet <corbet@lwn.net>.
10875
10876 2008-07-06 [paul]       3.5.0cvs14
10877
10878         * src/addrgather.c
10879                 improve the layout of the dialogue
10880                 improve the English
10881                 add tooltips
10882                 fix some of the nasty coding style
10883         * src/mainwindow.c
10884                 improve the English
10885                 add some missing mnemonics
10886
10887 2008-07-05 [paul]       3.5.0cvs13
10888
10889         * src/mainwindow.c
10890         * src/mainwindow.h
10891                 fix bug 1398, '"Change current account" is
10892                 available even when there's only one account'
10893         * src/plugins/pgpcore/prefs_gpg.c
10894                 put back a needed include, removed in error
10895
10896 2008-07-05 [colin]      3.5.0cvs12
10897
10898         * src/mainwindow.c
10899                 MAEMO: Fix bug 1620, 'Can't use hardware zoom buttons'
10900
10901 2008-07-05 [colin]      3.5.0cvs11
10902
10903         * src/news.c
10904         * src/news_gtk.c
10905                 Provide ability to rename newsgroups. Closes
10906                 bug 1444, 'Add GUI option for renaming 
10907                 newsgroups'. Patch by Pawel Pekala
10908
10909 2008-07-05 [colin]      3.5.0cvs10
10910
10911         * src/plugins/pgpcore/passphrase.c
10912         * src/plugins/pgpcore/prefs_gpg.c
10913         * src/plugins/pgpcore/select-keys.c
10914                 Simplify GTK includes (with the advantage
10915                 of compiling against GTK+2.13); patch by
10916                 Charles A Edwards
10917
10918 2008-07-05 [colin]      3.5.0cvs9
10919
10920         * src/wizard.c
10921                 Add SSL client certificates
10922
10923 2008-07-05 [colin]      3.5.0cvs8
10924
10925         * src/prefs_account.c
10926         * src/common/session.h
10927                 Fix warnings
10928         * src/common/ssl.c
10929                 Add one path for certs
10930
10931 2008-07-05 [colin]      3.5.0cvs7
10932
10933         * src/prefs_account.c
10934                 Fix no-ssl build
10935
10936 2008-07-04 [colin]      3.5.0cvs6
10937
10938         * src/common/ssl.c
10939         * src/common/ssl.h
10940         * src/common/ssl_certificate.c
10941                 Workaround distro bugs and fix certificate checking
10942                 with OpenSSL
10943
10944 2008-07-04 [colin]      3.5.0cvs5
10945
10946         * src/filtering.c
10947         * src/common/ssl_certificate.c
10948         * src/common/ssl_certificate.h
10949         * src/etpan/imap-thread.c
10950         * src/etpan/nntp-thread.c
10951                 Fix some leaks, thanks to Martin Zwickel
10952                 Rename gnutls functions that do the same
10953                 as OpenSSL ones, to avoid symbol clashing
10954                 when Claws is built against GnuTLS and
10955                 libetpan against OpenSSL
10956
10957 2008-07-04 [paul]       3.5.0cvs4
10958
10959         * src/prefs_account.c
10960                 remove 1 forgotten '.'
10961
10962 2008-07-04 [paul]       3.5.0cvs3
10963
10964         * src/prefs_account.c
10965                 layout/engrish fixes to the 'Client
10966                 certificates' frame
10967
10968 2008-07-03 [colin]      3.5.0cvs2
10969
10970         * src/imap.c
10971         * src/news.c
10972         * src/pop.c
10973         * src/prefs_account.c
10974         * src/prefs_account.h
10975         * src/prefs_common.c
10976         * src/send_message.c
10977         * src/common/session.c
10978         * src/common/session.h
10979         * src/common/smtp.c
10980         * src/common/smtp.h
10981         * src/common/socket.h
10982         * src/common/ssl.c
10983         * src/common/ssl.h
10984         * src/common/ssl_certificate.c
10985         * src/common/ssl_certificate.h
10986         * src/etpan/imap-thread.c
10987         * src/etpan/nntp-thread.c
10988         * src/gtk/inputdialog.c
10989                 Add support for SSL client certificates (either PEM files
10990                 with certificate and private key, either PKCS12 files)
10991
10992 2008-06-28 [colin]      3.5.0cvs1
10993
10994         * src/foldersel.c
10995                 Fix compilation with older GTKs
10996
10997 2008-06-27 [paul]       3.5.0
10998
10999         * NEWS
11000         * README
11001         * RELEASE_NOTES 
11002                 3.5.0 released
11003
11004 2008-06-27 [paul]       3.4.0cvs116
11005
11006         * src/gtk/authors.h
11007                 complete cvs115
11008
11009 2008-06-27 [paul]       3.4.0cvs115
11010
11011         * configure.ac
11012         * src/gtk/authors.h
11013                 no longer build unmaintained translations
11014
11015 2008-06-27 [paul]       3.4.0cvs114
11016
11017         * po/de.po
11018         * po/fi.po
11019         * po/pt_BR.po
11020                 updated by Stephan Sachse, Flammie Pirinen, and
11021                 Frederico Goncalves Guimaraes
11022
11023 2008-06-26 [wwp]        3.4.0cvs113
11024
11025         * manual/fr/advanced.xml
11026                 Update French version of the manual (AutoFaces documentation).
11027
11028 2008-06-26 [wwp]        3.4.0cvs112
11029
11030         * manual/fr/advanced.xml
11031         * manual/fr/plugins.xml
11032                 Updated French version of the manual (completed
11033                 hidden options list, added note about Clawsker
11034                 and new mail archiver plugin).
11035
11036 2008-06-25 [colin]      3.4.0cvs111
11037
11038         * src/gtk/gtkaspell.c
11039                 Fix non-UTF8 in the replace with dialog
11040         * src/prefs_actions.c
11041                 Fix possible crasher
11042                 Patches by Pawel
11043
11044 2008-06-24 [mones]      3.4.0cvs110
11045
11046         * src/autofaces.c
11047                 Fix non-warning message, downgraded to debug info
11048
11049 2008-06-24 [colin]      3.4.0cvs109
11050
11051         * src/summaryview.c
11052                 Fix bug 1650, Message line too small after 
11053                 changing columns in "three columns" layout
11054
11055 2008-06-24 [colin]      3.4.0cvs108
11056
11057         * src/messageview.c
11058                 Fix Spam button sensitivity in newsgroups
11059
11060 2008-06-23 [wwp]        3.4.0cvs107
11061
11062         * po/fr.po
11063                 Updated French translation.
11064
11065 2008-06-23 [mones]      3.4.0cvs106
11066
11067         * po/es.po
11068                 Updated translation for release
11069
11070 2008-06-22 [mones]      3.4.0cvs105
11071
11072         * manual/es/plugins.xml
11073                 Synced new entry for Mail Archiver plugin
11074
11075 2008-06-22 [colin]      3.4.0cvs104
11076
11077         * src/compose.c
11078                 Fix initial cursor position
11079
11080 2008-06-21 [paul]       3.4.0cvs103
11081
11082         * manual/plugins.xml
11083                 add an entry for the new Mail Archiver plugin
11084
11085 2008-06-21 [paul]       3.4.0cvs102
11086
11087         * src/gtk/about.c
11088                 we're in 'string freeze', put back the
11089                 < > symbols for now
11090
11091 2008-06-21 [paul]       3.4.0cvs101
11092
11093         * manual/advanced.xml
11094         * manual/es/advanced.xml
11095                 fix build warning: <emphasis> cannot be contained
11096                 within <filename>
11097         * src/gtk/about.c
11098                 fix non-clickable link on License page and drop
11099                 the containing < > symbols to match other links
11100
11101 2008-06-20 [mones]      3.4.0cvs100
11102
11103         * manual/advanced.xml
11104                 Added autofaces documentation, note about clawsker in hidden
11105                 preferences, minor markup fix. Thanks Paul for proofreading
11106         * manual/es/advanced.xml
11107                 Synchronised Spanish manual
11108
11109 2008-06-16 [colin]      3.4.0cvs99
11110
11111         * src/compose.c
11112                 Fix cursor placing on signature change
11113
11114 2008-06-16 [paul]       3.4.0cvs98
11115
11116         * src/imap_gtk.c
11117         * src/mh_gtk.c
11118         * src/gtk/inputdialog.c
11119                 really fussy coding style fixes
11120
11121 2008-06-16 [paul]       3.4.0cvs97
11122
11123         * src/Makefile.am
11124                 keep the alphabetical order
11125
11126 2008-06-13 [mones]      3.4.0cvs96
11127
11128         * src/autofaces.c
11129                 Fix crasher ;-)
11130         * src/prefs_filtering_action.c
11131                 Fixed cosmetic bug, processing also displays "Filtering"
11132
11133 2008-06-13 [mones]      3.4.0cvs95
11134
11135         * src/Makefile.am
11136         * src/autofaces.c       ** NEW FILE **  
11137         * src/autofaces.h       ** NEW FILE **
11138         * src/compose.c
11139                 Allow setting Faces and X-Faces globally and per-account
11140                 from configuration files under ~/.claws-mail/autofaces
11141
11142 2008-06-13 [holger]     3.4.0cvs94
11143
11144         * .cvsignore
11145                 More files to ignore
11146         * src/gtk/inputdialog.c
11147         * src/gtk/inputdialog.h
11148                 Make input dialog more generic so that a checkbox
11149                 with custom text can be used in addition to the
11150                 "remember this" checkbox
11151         * src/imap_gtk.c
11152         * src/mh_gtk.c
11153         * src/prefs_common.c
11154         * src/prefs_common.h
11155                 Allow new folders to inherit the properties of the
11156                 parent folder during folder creation
11157
11158 2008-06-13 [wwp]        3.4.0cvs93
11159
11160         * src/addressbook.c
11161                 a better fix for this string, won't break up translations,
11162                 and is conform to other similar ones.
11163
11164 2008-06-13 [wwp]        3.4.0cvs92
11165
11166         * src/addrduplicates.c
11167         * src/addressadd.c
11168         * src/addressbook.c
11169         * src/addressbook_foldersel.c
11170         * src/editgroup.c
11171                 use tree decorations everywhere AB folders are used (AB tree pane,
11172                     add address to AB, select AB folder, edit group, custom attr, find dup
11173                     results), in order to match global style
11174                 make double-clicks in AB's tree pane behave like in MW's folder tree pane:
11175                     double clicking on groups in tree pane does open the group edit dialog
11176                     double clicking on other items in tree pane does expand/collapse
11177                 fix a missing space in AB's delete-folder dialog
11178                 fix again edit button sensitivity (thanks to iwkse, this reworks cvs79)
11179
11180         * src/foldersel.c
11181                 make foldersel dialog show dotted lines according to global (hidden) prefs
11182
11183 2008-06-12 [colin]      3.4.0cvs91
11184
11185         * src/compose.c
11186         * src/compose.h
11187                 Fix bug 1635, 'Last character of message is truncated 
11188                 when changing accounts w/ sigs'
11189         * src/folderview.c
11190                 Fix bug 1636, 'Can't select "properties" on "folders 
11191                 only" folders'
11192
11193 2008-06-11 [colin]      3.4.0cvs90
11194
11195         * src/folder.c
11196                 Maybe fix bug 1623, 'exits with segfault when 
11197                 logging in to certain imap-servers'
11198
11199 2008-06-10 [mones]      3.4.0cvs89
11200
11201         * AUTHORS
11202         * tools/Makefile.am
11203         * tools/README
11204         * tools/convert_mbox.sh
11205                 Undo cvs86 and cvs87, it really should be a patch to 
11206                 convert_mbox.pl
11207
11208 2008-06-10 [wwp]        3.4.0cvs88
11209
11210         * po/fr.po
11211                 Updated French translation.
11212
11213 2008-06-10 [mones]      3.4.0cvs87
11214
11215         * tools/Makefile.am
11216                 Oops, forgot to add previous script for distribution
11217
11218 2008-06-10 [mones]      3.4.0cvs86
11219
11220         * AUTHORS
11221         * tools/README
11222         * tools/convert_mbox.sh
11223                 Added script to convert Evolution mail folders contributed
11224                 by Daniel Dickinson <cshore@fionavar.ca>
11225                 Fixes debian bug 461435
11226
11227 2008-06-09 [colin]      3.4.0cvs85
11228
11229         * src/main.c
11230                 Integrate AWN information bubble if dbus is
11231                 available
11232         * src/folder.c
11233                 Fix crash when calling scan_required() on 
11234                 folder classes that don't implement them
11235         * src/common/session.c
11236                 Fix a little typo
11237
11238 2008-06-09 [colin]      3.4.0cvs84
11239
11240         * src/main.c
11241                 Fix bug 1447, 'If user tries to close while starting 
11242                 up, it will not close ever.'
11243
11244 2008-06-09 [colin]      3.4.0cvs83
11245
11246         * src/filtering.c
11247                 Fix bug 1628, 'Claws Mail crashes when 
11248                 filtering selected messages'
11249
11250 2008-06-04 [colin]      3.4.0cvs82
11251
11252         * src/messageview.c
11253                 Complete handling of html parts in multipart/alternative
11254                 mails
11255
11256 2008-06-03 [paul]       3.4.0cvs81
11257
11258         * src/prefs_message.c
11259                 make always the english good
11260
11261 2008-06-03 [colin]      3.4.0cvs80
11262
11263         * src/mainwindow.c
11264         * src/mainwindow.h
11265                 Fix bug 1624, '[PATCH] Quick search should be 
11266                 disabled for folder view'; based on a patch by
11267                 Michael Terry
11268
11269 2008-06-03 [iwkse]      3.4.0cvs79
11270
11271         * src/addressbook.c
11272                 Fix little gui bug on button sensitivity
11273         * src/messageview.c
11274         * src/prefs_common.c
11275         * src/prefs_common.h
11276         * src/prefs_message.c
11277                 Allow by default to show html in multipart/alternative
11278
11279 2008-06-02 [colin]      3.4.0cvs78
11280
11281         * src/prefs_actions.c
11282                 GUI rework, patch by Pawel 
11283
11284 2008-06-02 [colin]      3.4.0cvs77
11285
11286         * src/quote_fmt.c
11287                 Fix sensitivity/alignment, patch from
11288                 Pawel
11289
11290 2008-05-31 [colin]      3.4.0cvs76
11291
11292         * src/imap.c
11293                 Fix login issue introduced in cvs75.
11294
11295 2008-05-31 [colin]      3.4.0cvs75
11296
11297         * src/imap.c
11298                 Fix more possible double-frees. Also, fix the root cause
11299                 of these double-frees by just noting the Session is to
11300                 be destroyed instead of destroying it in flight
11301
11302 2008-05-29 [paul]       3.4.0cvs74
11303
11304         * manual/keyboard.xml
11305                 'Makes' these entries like the others
11306
11307 2008-05-29 [colin]      3.4.0cvs73
11308
11309         * src/procmsg.h
11310                 Include utils.h in case we
11311                 need to pull goffset definition
11312
11313 2008-05-29 [colin]      3.4.0cvs72
11314
11315         * src/common/utils.h
11316                 Workaround a stupid Glib issue, where
11317                 goffset happens to be undefined. 
11318
11319 2008-05-28 [colin]      3.4.0cvs71
11320
11321         * src/compose.c
11322         * src/compose.h
11323         * src/grouplistdialog.c
11324         * src/image_viewer.c
11325         * src/imap.c
11326         * src/inc.c
11327         * src/main.c
11328         * src/matcher.c
11329         * src/messageview.c
11330         * src/mimeview.c
11331         * src/prefs_themes.c
11332         * src/procmsg.h
11333         * src/summaryview.c
11334         * src/summaryview.h
11335         * src/textview.c
11336         * src/common/smtp.c
11337         * src/common/utils.c
11338         * src/common/utils.h
11339                 Use goffset instead of off_t for MsgInfo's size
11340                 Allows using MsgInfo structure from plugins
11341                 compiled with largefile support
11342
11343 2008-05-26 [colin]      3.4.0cvs70
11344
11345         * src/mainwindow.c
11346         * src/mainwindow.h
11347                 Define THEME_CHANGED_HOOKLIST and invoke
11348                 it on theme change
11349         * src/plugins/trayicon/trayicon.c
11350                 Listen to THEME_CHANGED_HOOKLIST and
11351                 update accordingly
11352
11353 2008-05-26 [paul]       3.4.0cvs69
11354
11355         * src/mimeview.c
11356                 plug a leak in mimeview_save_all()
11357
11358 2008-05-24 [colin]      3.4.0cvs68
11359
11360         * src/common/utils.h
11361                 Fix wrong define on old glibs
11362
11363 2008-05-24 [paul]       3.4.0cvs67
11364
11365         * src/Makefile.am
11366         * src/stock_pixmap.c
11367         * src/stock_pixmap.h
11368         * src/toolbar.c
11369         * src/pixmaps/cancel.xpm
11370         * src/pixmaps/close.xpm
11371                 add a specific icon for A_CANCEL_INC (addresses
11372                 point 1 of bug 1609 'Icon issues')
11373                 replace close.xpm with an icon of the standard
11374                 24x24 size
11375
11376 2008-05-24 [paul]       3.4.0cvs66
11377
11378         * src/pixmaps/insert_file.xpm
11379                 replaced
11380
11381 2008-05-23 [paul]       3.4.0cvs65
11382
11383         * src/common/md5.c
11384         * src/common/md5.h
11385                 add the possibility to check md5 on binary files,
11386                 thanks to Colin
11387
11388 2008-05-23 [colin]      3.4.0cvs64
11389
11390         * src/mainwindow.c
11391         * src/summaryview.c
11392                 Fix bug 1610, 'claws crash after opening/closing 
11393                 preferences and window update'
11394
11395 2008-05-22 [colin]      3.4.0cvs63
11396
11397         * src/prefs_filtering_action.c
11398         * src/gtk/combobox.c
11399         * src/gtk/combobox.h
11400                 Fix reselecting of Tags actions in
11401                 filtering actions dialog
11402
11403 2008-05-22 [colin]      3.4.0cvs62
11404
11405         * src/Makefile.am
11406         * src/prefs_toolbar.c
11407         * src/stock_pixmap.c
11408         * src/stock_pixmap.h
11409         * src/toolbar.c
11410         * src/pixmaps/delete_btn.xpm
11411         * src/pixmaps/insert_file.xpm
11412         * src/pixmaps/mail_reply_to_list.xpm
11413                 Fix more of bug 1609:
11414                 - Add a Delete button icon
11415                 - Add a Reply to list button icon
11416                 - Fix Insert file button icon
11417                 Artwork by Ciprian Popovici.
11418
11419 2008-05-21 [colin]      3.4.0cvs61
11420
11421         * src/common/utils.c
11422                 Fix a little leak
11423
11424 2008-05-21 [wwp]        3.4.0cvs60
11425
11426         * src/prefs_filtering.c
11427                 Don't show SMTP-only accounts in accounts list, as they are
11428                 irrelevant for filtering incoming messages.
11429
11430 2008-05-21 [colin]      3.4.0cvs59
11431
11432         * src/mainwindow.c
11433                 Don't put SMTP-only accounts in receive menus
11434
11435 2008-05-21 [colin]      3.4.0cvs58
11436
11437         * src/imap.c
11438                 Fix cvs56 (brain fart)
11439
11440 2008-05-21 [colin]      3.4.0cvs57
11441
11442         * src/common/utils.c
11443                 Fix bug 1615, 'hang on FIFO when the other end's not 
11444                 opened'
11445
11446 2008-05-21 [colin]      3.4.0cvs56
11447
11448         * src/imap.c
11449                 Fix a warning
11450
11451 2008-05-19 [colin]      3.4.0cvs55
11452
11453         * src/plugins/pgpcore/sgpgme.c
11454                 Maybe fix debian bug 481856, 'Segmentation fault 
11455                 when verifying a GPG signature'. Although it 
11456                 looks like a race condition...
11457
11458 2008-05-19 [colin]      3.4.0cvs54
11459
11460         * src/prefs_filtering_action.c
11461         * src/prefs_matcher.c
11462         * src/common/tags.c
11463         * src/common/tags.h
11464         * src/gtk/combobox.c
11465         * src/gtk/combobox.h
11466                 Patch by Pawel: disabled Tags menus in filtering dialogs
11467
11468 2008-05-19 [colin]      3.4.0cvs53
11469
11470         * src/prefs_account.c
11471                 GUI patch by Pawel: align ports entries
11472
11473 2008-05-19 [colin]      3.4.0cvs52
11474
11475         * src/mainwindow.c
11476                 Fix bug 1616, 'strange question while emptying trash'
11477
11478 2008-05-18 [colin]      3.4.0cvs51
11479
11480         * src/common/plugin.c
11481         * src/etpan/imap-thread.c
11482         * src/etpan/nntp-thread.c
11483         * src/gtk/gtksctree.c
11484                 Fix bug 1613, 'Various memory leaks'; 
11485                 based on a patch by Didier Barvaux.
11486
11487 2008-05-18 [colin]      3.4.0cvs50
11488
11489         * src/mimeview.c
11490         * src/privacy.h
11491         * src/toolbar.c
11492         * src/toolbar.h
11493         * src/plugins/pgpcore/sgpgme.c
11494                 Fix more parts of bug 1609:
11495                 - Make use of specific Expired privacy icon
11496                 - Use CLOSE instead of NOTICE_ERROR for cancel
11497                   receiving
11498                 - Allow a Preferences button in the main toolbar
11499
11500 2008-05-18 [colin]      3.4.0cvs49
11501
11502         * src/stock_pixmap.c
11503                 Fix bug with non-updating icons after theme change:
11504                 If fetching pixbuf for a given icon after a theme
11505                 change, the next pixmap fetch would return the old
11506                 cached one, as the theme change was forgotten at 
11507                 this time. (and vice-versa). This was mostly 
11508                 visible on open folder icons
11509
11510 2008-05-17 [colin]      3.4.0cvs48
11511
11512         * src/prefs_summaries.c
11513         * src/summaryview.c
11514                 Fix bug 1608, 'Inconsistent behaviour of mark as read 
11515                 options'. Patch by Pawel
11516
11517 2008-05-16 [colin]      3.4.0cvs47
11518
11519         * src/imap.c
11520                 Fix another possible crash (on fatal errors
11521                 at login, like stream error).
11522
11523 2008-05-16 [paul]       3.4.0cvs46
11524
11525         * tools/thunderbird-filters-convertor.pl
11526                 fix a typo
11527                 fix reading a tb rule that contains something
11528                 like that: \"Sender\"
11529
11530 2008-05-16 [paul]       3.4.0cvs45
11531
11532         * tools/README
11533         * tools/csv2addressbook.pl
11534                 add support for gmail exported csv address book
11535
11536 2008-05-16 [colin]      3.4.0cvs44
11537
11538         * configure.ac
11539         * src/ldapupdate.c
11540                 Fix ldap deprecated calls. Patch by
11541                 Michael Rasmussen
11542
11543 2008-05-16 [paul]       3.4.0cvs43
11544
11545         * manual/de/account.xml
11546         * manual/it/account.xml
11547         * manual/it/ack.xml
11548         * manual/it/addrbook.xml
11549         * manual/it/claws-mail-manual.xml
11550         * manual/it/gpl.xml
11551         * manual/it/intro.xml
11552         * manual/it/starting.xml
11553                 add pages towards German and Italian manuals.
11554                 (just for storage, they are not built yet, due
11555                 to being incomplete.) submitted by Speckmade
11556                 <Speckmade@gmx.net> and Salvatore De Paolis
11557                 <iwkse@claws-mail.org>
11558
11559 2008-05-16 [colin]      3.4.0cvs42
11560
11561         * src/gtk/sslcertwindow.c
11562                 Fix SHA1 fingerprint with GnuTLS
11563
11564 2008-05-15 [colin]      3.4.0cvs41
11565
11566         * src/gtk/sslcertwindow.c
11567                 Print SHA1 fingerprint too
11568
11569 2008-05-15 [colin]      3.4.0cvs40
11570
11571         * src/imap.c
11572                 Fix certificate port on TLS. It was 
11573                 previously always 0.
11574                 **IMPORTANT INFORMATION**: this will trigger 
11575                 one wrong "New certificate" warning at the 
11576                 first connection with this fix, if using STARTTLS
11577                 on IMAP.
11578         * src/gtk/sslcertwindow.c
11579                 Make labels selectable
11580
11581 2008-05-15 [colin]      3.4.0cvs39
11582
11583         * src/imap.c
11584                 Fix double free when STARTTLS fails (for
11585                 example due to refusing the certificate)
11586
11587 2008-05-15 [paul]       3.4.0cvs38
11588
11589         * manual/advanced.xml
11590                 fix typo
11591
11592 2008-05-15 [paul]       3.4.0cvs37
11593
11594         * manual/advanced.xml
11595         * src/prefs_send.c
11596                 make outgoing_fallback_to_ascii a hidden pref
11597
11598 2008-05-14 [colin]      3.4.0cvs36
11599
11600         * src/main.c
11601         * src/mainwindow.c
11602         * src/mainwindow.h
11603                 Make it possible to cancel quit when Claws
11604                 ask whether to empty trash.
11605
11606 2008-05-14 [colin]      3.4.0cvs35
11607
11608         * src/compose.c
11609         * src/prefs_common.c
11610         * src/prefs_common.h
11611         * src/prefs_send.c
11612                 Add a preference to be able to specify an
11613                 outgoing charset/encoding but still fallback
11614                 to 7bit US-ASCII when possible (default TRUE,
11615                 same behavior as pre-cvs34)
11616
11617 2008-05-14 [colin]      3.4.0cvs34
11618
11619         * src/compose.c
11620                 Always use the specified encoding and charset if it is
11621                 specified, even if the mail is ASCII.
11622
11623 2008-05-13 [paul]       3.4.0cvs33
11624
11625         * src/ldapupdate.c
11626                 fix the build warnings the easy way for now
11627
11628 2008-05-13 [colin]      3.4.0cvs32
11629
11630         * src/prefs_themes.c
11631                 Count .png files as icons too (fixes part
11632                 of bug 1609, 'Icon issues')
11633
11634 2008-05-13 [wwp]        3.4.0cvs31
11635
11636         * src/addressbook_foldersel.c
11637                 Fix wrong check (completes 3.4.0.cvs30).
11638
11639 2008-05-12 [wwp]        3.4.0cvs30
11640
11641         * src/addressbook.c
11642         * src/addressbook_foldersel.c
11643         * src/filtering.c
11644         * src/matcher.c
11645         * src/prefs_matcher.c
11646         * src/plugins/bogofilter/bogofilter.c
11647         * src/plugins/bogofilter/bogofilter_gtk.c
11648         * src/plugins/dillo_viewer/dillo_prefs.c
11649         * src/plugins/spamassassin/spamassassin.c
11650         * src/plugins/spamassassin/spamassassin_gtk.c
11651                 Fix for bug 1604 "found_in_addressbook in Any in non English local",
11652                 based on a patch submitted by Paul CtrlAltBs. Also fix storing of
11653                 translated string "Any" in plugins (whitelisting) and
11654                 UTF8 comparisons.
11655
11656 2008-05-07 [colin]      3.4.0cvs29
11657
11658         * configure.ac
11659                 Fix --enable-maemo (assume --enable-generic-umpc)
11660
11661 2008-05-07 [colin]      3.4.0cvs28
11662
11663         * configure.ac
11664         * src/account.c
11665         * src/addr_compl.c
11666         * src/compose.c
11667         * src/editaddress.c
11668         * src/folderview.c
11669         * src/mainwindow.c
11670         * src/messageview.c
11671         * src/mimeview.c
11672         * src/prefs_account.c
11673         * src/prefs_common.c
11674         * src/prefs_display_header.c
11675         * src/prefs_filtering.c
11676         * src/prefs_summaries.c
11677         * src/prefs_template.c
11678         * src/prefs_toolbar.c
11679         * src/stock_pixmap.c
11680         * src/summaryview.c
11681         * src/summaryview.h
11682         * src/textview.c
11683         * src/toolbar.c
11684         * src/gtk/about.c
11685         * src/gtk/gtksctree.c
11686         * src/gtk/menu.c
11687         * src/gtk/prefswindow.c
11688         * src/gtk/sslcertwindow.c
11689                 Separate generic UMPC code (layouts, ...) from 
11690                 MAEMO code (Hildon, ...)
11691
11692 2008-05-06 [paul]       3.4.0cvs27
11693
11694         * tools/claws.i18n.status.pl
11695                 add he.po
11696
11697 2008-05-06 [colin]      3.4.0cvs26
11698
11699         * src/common/utils.c
11700                 Maybe fix crash on FreeBSD
11701
11702 2008-05-05 [colin]      3.4.0cvs25
11703
11704         * src/messageview.c
11705                 Fix bug 1602, 'Crash when sending return receipt for
11706                 messages with no subject'
11707
11708 2008-05-05 [colin]      3.4.0cvs24
11709
11710         * src/mimeview.c
11711                 Don't overwrite temporary files with same
11712                 name when drag and dropping. Fixes bug 1599,
11713                 'attach multiple files with the same name from 
11714                 one mail to another'
11715
11716 2008-05-04 [paul]       3.4.0cvs23
11717
11718         * src/compose.c
11719         * src/prefs_common.c
11720                 fix bug 1587 'can not replay with quote'
11721
11722 2008-05-03 [colin]      3.4.0cvs22
11723
11724         * po/de.po
11725                 Fix bug 1598, 'Leading slash while translating "Unsubscribe"'
11726
11727 2008-05-03 [colin]      3.4.0cvs21
11728
11729         * src/toolbar.c
11730                 Fix bug 1597, 'In news folders, "Move Message to Wastebin" 
11731                 icon isn't grayed although ineffective'
11732
11733 2008-05-02 [wwp]        3.4.0cvs20
11734
11735         * po/fr.po
11736                 Fix translation.
11737
11738         * src/prefs_folder_item.c
11739                 Add missing notice in folder properties (templates) when
11740                 folder is a root node.
11741
11742 2008-04-30 [colin]      3.4.0cvs19
11743
11744         * src/prefs_toolbar.c
11745                 Add Trash and Delete icons to the icon chooser
11746
11747 2008-04-30 [colin]      3.4.0cvs18
11748
11749         * src/compose.c
11750                 Remove "Delete entire line" which was a noop
11751                 and should be the same as "Delete line" :)
11752
11753 2008-04-30 [colin]      3.4.0cvs17
11754
11755         * src/compose.c
11756                 Fix 'Delete line' and 'Delete to end of line'
11757                 on the last line. Patch by <seelenhirt@gmx.net>
11758
11759 2008-04-28 [colin]      3.4.0cvs16
11760
11761         * src/folder.c
11762                 Fix bug 1589, 'tagsdb file not removed when
11763                 folder deleted'.
11764         * src/common/utils.c
11765                 Make sure claws_unlink accepts NULL arg.
11766
11767 2008-04-25 [colin]      3.4.0cvs15
11768
11769         * src/common/ssl.c
11770                 Fix/simplify previous commit
11771
11772 2008-04-25 [colin]      3.4.0cvs14
11773
11774         * src/addrindex.h
11775         * src/common/ssl_certificate.c
11776                 Patch by Marcus: Fix Win32 build
11777         * src/common/ssl.c
11778                 Fix build with GnuTLS/no pthread, thanks
11779                 to Marcus
11780
11781 2008-04-25 [colin]      3.4.0cvs13
11782
11783         * src/summaryview.c
11784                 Fix bug 1586, '3-pane vertical layout now and then 
11785                 still shows sender column'
11786
11787 2008-04-25 [colin]      3.4.0cvs12
11788
11789         * src/Makefile.am
11790         * src/w32-logo.ico
11791         * src/w32-resource.rc
11792                 Patch from Marcus Brinkmann to set an icon on w32.
11793
11794 2008-04-24 [colin]      3.4.0cvs11
11795
11796         * src/inc.c
11797         * src/inc.h
11798                 Trace inc locks
11799         * src/ldif.c
11800         * src/ldif.h
11801                 Fix bug 1581, 'Bad File Format during Import LDIF':
11802                 Use dynamically allocated buffers; also, allow 
11803                 importing contacts with no email address
11804
11805 2008-04-24 [colin]      3.4.0cvs10
11806
11807         * src/prefs_common.c
11808                 Increment the timeout a bit on OpenBSD, 75 isn't enough
11809
11810 2008-04-23 [colin]      3.4.0cvs9
11811
11812         * src/compose.c
11813         * src/prefs_folder_item.c
11814         * src/prefs_template.c
11815         * src/quote_fmt.c
11816                 Fix bug 1576: Fix unescaping of templates when testing them
11817                 I think it breaks nothing. (wwp, you're welcome to double-check)
11818
11819 2008-04-23 [paul]       3.4.0cvs8
11820
11821         * manual/advanced.xml
11822                 add info about the "two_line_vertical" hidden
11823                 pref
11824
11825 2008-04-22 [paul]       3.4.0cvs7
11826
11827         * src/prefs_common.c
11828         * src/prefs_common.h
11829         * src/summaryview.c
11830                 make the 2-line view in summaryview when in three
11831                 columns mode configurable. hidden pref: "two_line_vertical"
11832
11833 2008-04-22 [colin]      3.4.0cvs6
11834
11835         * src/inc.c
11836                 Fix missing inc_unlock()
11837         * src/prefs_matcher.c
11838         * src/send_message.c
11839                 Fix my last commit
11840
11841 2008-04-22 [colin]      3.4.0cvs5
11842
11843         * src/etpan/imap-thread.c
11844                 Use g_(un)setenv instead of (un)setenv which
11845                 doesn't exist on IRIX 6.5
11846
11847 2008-04-22 [colin]      3.4.0cvs4
11848
11849         * src/inc.c
11850         * src/prefs_common.c
11851         * src/send_message.c
11852                 Fix bug 1566, 'too short I/O timeout on OpenBSD'
11853                 Set the default timeout to 75 seconds
11854
11855 2008-04-20 [colin]      3.4.0cvs3
11856
11857         * src/pixmaps/tray_newmail.offline.xpm
11858         * src/pixmaps/tray_newmail.xpm
11859         * src/pixmaps/tray_newmarkedmail.offline.xpm
11860         * src/pixmaps/tray_newmarkedmail.xpm
11861         * src/pixmaps/tray_nomail.offline.xpm
11862         * src/pixmaps/tray_nomail.xpm
11863         * src/pixmaps/tray_unreadmail.offline.xpm
11864         * src/pixmaps/tray_unreadmail.xpm
11865         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
11866         * src/pixmaps/tray_unreadmarkedmail.xpm
11867                 Make the tray icons a bit nicer. Would be
11868                 nice to get really nice icons from someone
11869                 who's good at Gimp :)
11870
11871 2008-04-18 [colin]      3.4.0cvs2
11872
11873         * src/common/log.c
11874                 Forgot one g_unlink
11875
11876 lease complete the changelog entry below
11877 2008-04-18 [colin]      3.4.0cvs1
11878
11879         * src/addrduplicates.c
11880         * src/addressbook.c
11881         * src/compose.c
11882         * src/crash.c
11883         * src/editaddress.c
11884         * src/folder.c
11885         * src/image_viewer.c
11886         * src/imap.c
11887         * src/inc.c
11888         * src/main.c
11889         * src/mbox.c
11890         * src/messageview.c
11891         * src/mh.c
11892         * src/msgcache.c
11893         * src/news.c
11894         * src/partial_download.c
11895         * src/pop.c
11896         * src/prefs_common.c
11897         * src/prefs_common.h
11898         * src/prefs_other.c
11899         * src/prefs_themes.c
11900         * src/procheader.c
11901         * src/procmime.c
11902         * src/procmsg.c
11903         * src/textview.c
11904         * src/wizard.c
11905         * src/common/prefs.c
11906         * src/common/ssl_certificate.c
11907         * src/common/template.c
11908         * src/common/utils.c
11909         * src/common/utils.h
11910         * src/etpan/imap-thread.c
11911         * src/plugins/dillo_viewer/dillo_viewer.c
11912         * src/plugins/pgpcore/sgpgme.c
11913         * src/plugins/pgpinline/pgpinline.c
11914                 Add an option to shred temporary files and messages
11915                 instead of just removing them. Slows deletions down!
11916
11917 2008-04-18 [paul]       3.4.0
11918
11919         * NEWS
11920         * README
11921         * RELEASE_NOTES 
11922                 3.4.0 released
11923
11924
11925 2008-04-18 [paul]       3.3.1cvs61
11926
11927         * po/de.po
11928         * po/fi.po
11929         * po/it.po
11930         * po/pt_BR.po
11931                 updated by Stephan Sachse, Flammie Pirinen, Andrea Spadaccini,
11932                 and Frederico Goncalves Guimaraes
11933         * po/es.po
11934                 updated on the last minute by a lazy Ricardo Mones
11935
11936 2008-04-18 [colin]      3.3.1cvs60
11937
11938         * po/fr.po
11939                 Update translation (Fabien Vantard)
11940
11941 2008-04-17 [colin]      3.3.1cvs59
11942
11943         * src/imap.c
11944                 Fix debian bug 474712, 'claws seg faults when IMAP 
11945                 connection breaks after an IMAP protocol error 
11946                 (BAD UID SEARCH Invalid parameter: $Forwarded)]'
11947         * src/summaryview.c
11948                 Fix a little leak
11949
11950 2008-04-17 [colin]      3.3.1cvs58
11951
11952         * src/common/log.c
11953                 Fix log size getting out of control (claws-mail
11954                 getting SIGXFSZ): rotate if every 10MB
11955
11956 2008-04-10 [paul]       3.3.1cvs57
11957
11958         * src/prefs_other.c
11959                 improvements to english usage
11960
11961 2008-04-10 [paul]       3.3.1cvs56
11962
11963         * src/prefs_receive.c
11964                 add an accurate description
11965
11966 2008-04-08 [colin]      3.3.1cvs55
11967
11968         * src/undo.c
11969                 Probably fix corruption, introduced in cvs53
11970
11971 2008-04-04 [iwkse]      3.3.1cvs54
11972
11973         * src/undo.c
11974                 undo should works properly again
11975
11976 2008-04-04 [iwkse]      3.3.1cvs53
11977
11978         * src/undo.c
11979                 Fix a segfault but breaks undo
11980                 on a specific case (eg. double paste with
11981                 middle-mouse button)
11982
11983 2008-04-04 [iwkse]      3.3.1cvs52
11984
11985         * src/prefs_filtering.c
11986                 Fix previous Tab mess
11987
11988 2008-04-03 [iwkse]      3.3.1cvs51
11989
11990         * src/prefs_filtering.c
11991                 Add search in filtering rules list
11992
11993 2008-04-02 [colin]      3.3.1cvs50
11994
11995         * src/main.c
11996                 Revert part of the previous patch: we do
11997                 want to parse ~/.claws-mail/gtkrc-2.0 if it
11998                 exists
11999
12000 2008-04-02 [colin]      3.3.1cvs49
12001
12002         * src/main.c
12003                 Fix bug 1562, 'Claws-Mail does not completely 
12004                 respect settings in GTK2_RC_FILES environment'
12005                 Remove manual parsing of .gtkrc-2.0 and 
12006                 .gtk/gtkrc-2.0. GTK does it itself these days.
12007
12008 2008-04-01 [colin]      3.3.1cvs48
12009
12010         * src/imap_gtk.c
12011                 Fix bug 1561, 'Crashes leaving unsubscribed folder after 
12012                 ticking "Show only subscribed"'
12013
12014 2008-03-31 [colin]      3.3.1cvs47
12015
12016         * src/folder.c
12017                 Fix bug 1553, 'File lock not respected'
12018                 Regression due to the implementation of
12019                 deletion batching
12020
12021 2008-03-31 [colin]      3.3.1cvs46
12022
12023         * src/mainwindow.c
12024                 Fix tags menu update, thanks to Paul
12025
12026 2008-03-29 [wwp]        3.3.1cvs45
12027
12028         * src/prefs_account.c
12029         * src/prefs_common.c
12030         * src/prefs_folder_item.c
12031         * src/prefs_quote.c
12032         * src/quote_fmt.c
12033         * src/quote_fmt.h
12034                 Fix compose template formats (in global preferences)
12035                 being translated under specific conditions.
12036                 Add a button to restore factory defaults for current
12037                 language.
12038
12039 2008-03-27 [colin]      3.3.1cvs44
12040
12041         * src/common/prefs.c
12042         * src/common/xmlprops.c
12043                 Fix RedHat bug 431735, 'segfault if /home is full' 
12044                 (when starting): Fix double fclose() in prefs.c
12045                 and potentially xmlprops.c
12046
12047 2008-03-27 [colin]      3.3.1cvs43
12048
12049         * src/addressbook.c
12050                 Fix bug 1559, 'Claws Mail crashed deleting all 
12051                 common contacts'
12052
12053 2008-03-27 [wwp]        3.3.1cvs42
12054
12055         * src/addressbook.c
12056                 Fix 3.3.0cvs41.
12057
12058 2008-03-27 [wwp]        3.3.1cvs41
12059
12060         * src/addressbook.c
12061                 Prevent list flickering when deleting addresses.
12062
12063 2008-03-26 [colin]      3.3.1cvs40
12064
12065         * src/imap.c
12066                 Clean up session disconnection. Possibly
12067                 fix Ubuntu bug #204290
12068
12069 2008-03-26 [colin]      3.3.1cvs39
12070
12071         * src/textview.c
12072                 Fix bug 1555: current folder wasn't used when
12073                 right-clicking on an email address
12074
12075 2008-03-25 [colin]      3.3.1cvs38
12076
12077         * src/plugins/bogofilter/bogofilter.c
12078         * src/plugins/bogofilter/bogofilter.h
12079         * src/plugins/bogofilter/bogofilter_gtk.c
12080                 Add a "learn from whitelist" preference
12081                 Whitelist Unsure mails too.
12082
12083 2008-03-24 [paul]       3.3.1cvs37
12084
12085         * src/prefs_account.c
12086                 If no MH mailbox and no account exists, when
12087                 creating a POP/Local account, just create and
12088                 use the default one instead of bailing with a
12089                 "Mailbox doesn't exist" error
12090
12091 2008-03-21 [colin]      3.3.1cvs36
12092
12093         * src/procmime.c
12094                 strstrip mime subtype
12095
12096 2008-03-21 [paul]       3.3.1cvs35
12097
12098         * manual/advanced.xml
12099                 correct and update the info about Actions
12100
12101 2008-03-20 [colin]      3.3.1cvs34
12102
12103         * src/messageview.c
12104         * src/messageview.h
12105         * src/textview.c
12106                 Show at max 1MB of text, add a noticeview to
12107                 show everything optionally.
12108
12109 2008-03-20 [colin]      3.3.1cvs33
12110
12111         * src/stock_pixmap.c
12112                 Add support for png themes
12113
12114 2008-03-19 [wwp]        3.3.1cvs32
12115
12116         * src/procheader.c
12117                 Sanity check.
12118
12119 2008-03-18 [colin]      3.3.1cvs31
12120
12121         * src/common/utils.c
12122         * src/common/utils.h
12123                 Handle size_t instead of off_t in to_human_readable
12124
12125 2008-03-18 [colin]      3.3.1cvs30
12126
12127         * src/imap.c
12128                 Remove raw printf
12129
12130 2008-03-16 [colin]      3.3.1cvs29
12131
12132         * src/summaryview.c
12133                 Fix build on GTK < 2.12
12134
12135 2008-03-16 [colin]      3.3.1cvs28
12136
12137         * src/mainwindow.c
12138                 Refresh non-list widget when switching
12139                 messageview
12140
12141 2008-03-16 [colin]      3.3.1cvs27
12142
12143         * manual/faq.xml
12144                 Revert cvs25: This wasn't a typo :) :
12145                 jade:.../faq.xml:49:16:E: there is no attribute "linkend"
12146
12147
12148 2008-03-16 [colin]      3.3.1cvs26
12149
12150         * src/summaryview.c
12151         * src/gtk/gtksctree.c
12152         * src/gtk/gtksctree.h
12153                 Implement 2-lines items in Summaryview when in 
12154                 three columns mode
12155
12156 2008-03-16 [paul]       3.3.1cvs25
12157
12158         * manual/faq.xml
12159                 fix typo
12160
12161 2008-03-14 [colin]      3.3.1cvs24
12162
12163         * src/prefs_filtering_action.c
12164                 Fix buglet on setting recipient when
12165                 reediting forward rules.
12166
12167 2008-03-12 [colin]      3.3.1cvs23
12168
12169         * src/summaryview.c
12170                 Fix a new unused variable warning
12171         * src/plugins/trayicon/trayicon.c
12172                 Fix folderview's scrollbar at startup
12173                 if starting hidden
12174
12175 2008-03-12 [colin]      3.3.1cvs22
12176
12177         * src/folderview.c
12178         * src/summaryview.c
12179                 Use item_opened at the beginning of showing
12180                 a folder instead of the end. Fixes flicker.
12181
12182 2008-03-12 [paul]       3.3.1cvs21
12183
12184         * src/folder.c
12185         * src/folder.h
12186         * src/mainwindow.c
12187         * src/procmsg.c
12188         * src/summaryview.c
12189         * src/plugins/trayicon/trayicon.c
12190                 add tooltip with extended folder stats
12191
12192 2008-03-10 [colin]      3.3.1cvs20
12193
12194         * src/common/xml.c
12195                 Handle comments
12196
12197 2008-03-07 [colin]      3.3.1cvs19
12198
12199         * src/mainwindow.c
12200                 Fix blinking of the taskbar entry
12201
12202 2008-03-07 [colin]      3.3.1cvs18
12203
12204         * src/mainwindow.c
12205                 MAEMO: Fix bug 1494, 'Trayicon 
12206                 plugin breaks UI...'
12207
12208 2008-03-07 [paul]       3.3.1cvs17
12209
12210         * src/gtk/authors.h
12211                 reflect reality a bit more closely
12212
12213 2008-03-06 [colin]      3.3.1cvs16
12214
12215         * src/mainwindow.c
12216         * src/mainwindow.h
12217         * src/summaryview.c
12218         * src/summaryview.h
12219         * src/toolbar.c
12220                 Integrate things better wrt the new
12221                 summaryview extensibility.
12222
12223 2008-03-06 [wwp]        3.3.1cvs15
12224
12225         * src/quote_fmt.c
12226                 Fix some gcc warnings.
12227
12228 2008-03-06 [wwp]        3.3.1cvs14
12229
12230         * src/prefs_account.c
12231         * src/prefs_folder_item.c
12232         * src/prefs_gtk.c
12233         * src/prefs_template.c
12234         * src/gtk/prefswindow.c
12235         * src/gtk/prefswindow.h
12236                 prefs_templates: fix missing unregistering of addr_completion widgets
12237                 and and ending of addr_completion service.
12238                 prefs_folder_item: fix missing registering/unregistering of widgets,
12239                 and rework the way add_completion service is started and stopped.
12240                 Plus few prefswindow API changes (opening).
12241
12242 2008-03-06 [wwp]        3.3.1cvs13
12243
12244         * src/folder_item_prefs.c
12245         * src/prefs_template.c
12246         * src/prefs_template.h
12247         * src/quote_fmt.c
12248         * src/common/template.c
12249                 Complete 3.3.1cvs12, thanks to Colin.
12250
12251 2008-03-06 [wwp]        3.3.1cvs12
12252
12253         * src/compose.c
12254         * src/folder_item_prefs.c
12255         * src/folder_item_prefs.h
12256         * src/prefs_account.c
12257         * src/prefs_folder_item.c
12258         * src/prefs_quote.c
12259         * src/prefs_template.c
12260         * src/quote_fmt.c
12261         * src/quote_fmt.h
12262         * src/common/template.c
12263         * src/common/template.h
12264                 Global and per-folder templates can now override the from name (this
12265                 doesn't change the account being used).
12266                 Examples:
12267                  "My other name" <%account_email> (just changes the name)
12268                  my.faked.email@address.org (overrides the address too)
12269
12270 2008-03-05 [colin]      3.3.1cvs11
12271
12272         * src/summaryview.c
12273         * src/summaryview.h
12274                 Replace that hbox with a notebook
12275
12276 2008-03-05 [colin]      3.3.1cvs10
12277
12278         * src/folder.h
12279         * src/folderview.c
12280                 Add klass functions for notification of folder
12281                 opening/closing via the GUI
12282         * src/summaryview.c
12283         * src/summaryview.h
12284                 Add a specific container for the scrolledwin
12285
12286 2008-03-05 [colin]      3.3.1cvs9
12287
12288         * src/folder.h
12289         * src/folderview.c
12290                 Add klass functions for notification of folder 
12291                 opening/closing via the GUI
12292         * src/summaryview.c
12293         * src/summaryview.h
12294                 Add a specific container for the scrolledwin
12295
12296 2008-03-02 [colin]      3.3.1cvs8
12297
12298         * src/messageview.c
12299                 MAEMO: Fix bug 1541, 'Deleting message from within 
12300                 read window displays next message then closes.'
12301
12302 2008-03-02 [colin]      3.3.1cvs7
12303
12304         * src/main.c
12305                 Probably fix bug 1539, 'Program crashes':
12306                 Setup Gcrypt's thread functions when built
12307                 with GnuTLS
12308
12309 2008-03-01 [colin]      3.3.1cvs6
12310
12311         * src/folder.c
12312         * src/imap_gtk.c
12313                 Get rid of stale folders with no account
12314
12315 2008-02-28 [colin]      3.3.1cvs5
12316
12317         * src/compose.c
12318                 Fix bug 1534, 'Segmentation fault when doing 
12319                 some draft saving and then throwing away'
12320         * src/imap.c
12321                 Fix bug 1533, 'Claws is unable to mark messages 
12322                 as "read" in IMAP shared folders'
12323         * src/etpan/imap-thread.c
12324                 Fix bug 1515, 'large messages crash claws when 
12325                 syncing for offline mode'. This is rather a
12326                 workaround, and mails > 64MB will still be
12327                 problematic if there's less than 64MB available
12328                 on the dataroot volume.
12329         * src/messageview.c
12330                 MAEMO: Add information when fetching big messages
12331
12332 2008-02-26 [colin]      3.3.1cvs4
12333
12334         * src/imap.c
12335                 fix bug 1532, '"login refused" message insufficiently 
12336                 detailed'
12337
12338 2008-02-26 [paul]       3.3.1cvs3
12339
12340         * INSTALL
12341         * README
12342                 remove mentions of ClamAV and a few other
12343                 old bits of information
12344
12345 2008-02-23 [colin]      3.3.1cvs2
12346
12347         * src/main.c
12348                 Fix log output (missing \n)
12349
12350 2008-02-23 [colin]      3.3.1cvs1
12351
12352         * configure.ac
12353                 Bump version number for stable release
12354
12355 2008-02-23 [paul]       3.3.0cvs21
12356
12357         * po/he.po
12358                 updated by Ofer
12359
12360 2008-02-21 [colin]      3.3.0cvs20
12361
12362         * src/matcher.c
12363                 Fix bug 1527, 'filtering is case sensitive when it 
12364                 shouldn't be'
12365
12366 2008-02-20 [colin]      3.3.0cvs19
12367
12368         * src/main.c
12369                 Fix file attachments from older Thunar
12370
12371 2008-02-19 [colin]      3.3.0cvs18
12372
12373         * manual/plugins.xml
12374         * manual/es/plugins.xml
12375         * manual/fr/plugins.xml
12376         * manual/pl/plugins.xml
12377                 Remove Clamav
12378
12379 2008-02-19 [paul]       3.3.0cvs17
12380
12381         * tools/README
12382         * tools/csv2addressbook.pl
12383                 add support for Kmail/Kaddressbook
12384
12385 2008-02-18 [colin]      3.3.0cvs16
12386
12387         * src/imap.c
12388                 Unset folder's session before creating a
12389                 new one
12390         * src/main.c
12391         * src/prefs_common.c
12392         * src/prefs_common.h
12393         * manual/advanced.xml
12394                 Add an hidden use_networkmanager pref, to
12395                 disable NetworkManager handling. Also,
12396                 consider UNKNOWN state to be CONNECTED.
12397
12398 2008-02-18 [wwp]        3.3.0cvs15
12399
12400         * src/matcher.c
12401                 Fix Engrish and make 'not' more visible in filtering debug logs.
12402
12403 2008-02-15 [colin]      3.3.0cvs14
12404
12405         * src/matcher.c
12406                 Revert cvs10 for now, it breaks the feature
12407
12408 2008-02-15 [colin]      3.3.0cvs13
12409
12410         * src/main.c
12411                 Always focus folder tree at startup
12412         * src/compose.c
12413                 Fix bug 1521, 'Cannot close compose window after 
12414                 replying to a non-existent news message'
12415
12416 2008-02-13 [colin]      3.3.0cvs12
12417
12418         * src/folderview.c
12419                 Fix important warnings
12420
12421 2008-02-12 [colin]      3.3.0cvs11
12422
12423         * src/imap.c
12424         * src/etpan/imap-thread.c
12425         * src/etpan/imap-thread.h
12426                 Fix handling of $Forwarded flag on Exchange:
12427                 check for the existence or creatability of a
12428                 flag before using it.
12429
12430 2008-02-12 [colin]      3.3.0cvs10
12431
12432         * src/matcher.c
12433                 Optimise matching on Found in addressbook if
12434                 the matched header is in cache (From, etc)
12435
12436 2008-02-12 [colin]      3.3.0cvs9
12437
12438         * src/folderview.c
12439                 Fix crashy stuff when changing displayed
12440                 columns
12441
12442 2008-02-12 [wwp]        3.3.0cvs8
12443
12444         * src/folder.h
12445                 Remove duplicate func declaration and restore the one
12446                 a missing one.
12447
12448 2008-02-12 [wwp]        3.3.0cvs7
12449
12450         * src/compose.c
12451         * src/export.c
12452         * src/folder.c
12453         * src/folder.h
12454         * src/foldersel.c
12455         * src/foldersel.h
12456         * src/imap_gtk.c
12457         * src/import.c
12458         * src/mainwindow.c
12459         * src/messageview.c
12460         * src/mh_gtk.c
12461         * src/prefs_account.c
12462         * src/prefs_filtering_action.c
12463         * src/summaryview.c
12464         * src/plugins/bogofilter/bogofilter_gtk.c
12465         * src/plugins/spamassassin/spamassassin_gtk.c
12466                 Allow moving/copying folders to root folders when using
12467                 the folder selection dialog (it was not possible to
12468                 maemo users to reparent a subfolder to a root folder
12469                 at all).
12470
12471 2008-02-12 [fabien]     3.3.0cvs6
12472
12473         * po/fr.po
12474                 a few days late for i18n fr update. Sorry.
12475
12476 2008-02-11 [colin]      3.3.0cvs5
12477
12478         * src/main.c
12479                 Implement support for future /dev/mem_notify.
12480                 This Linux kernel feature will allow applications
12481                 to be notified that memory has to be freed
12482                 before getting OOM-killed. For more information:
12483                 http://lwn.net/Articles/267013/
12484
12485 2008-02-10 [paul]       3.3.0cvs4
12486
12487         * src/Makefile.am
12488         * src/mimeview.c
12489         * src/prefs_toolbar.c
12490         * src/stock_pixmap.c
12491         * src/stock_pixmap.h
12492         * src/pixmaps/mime_text_patch.xpm
12493                 add an icon for attached patches
12494
12495 2008-02-09 [paul]       3.3.0cvs3
12496
12497         * src/gtk/about.c
12498                 bump the (c) year
12499
12500 2008-02-09 [wwp]        3.3.0cvs2
12501
12502         * src/main.c
12503                 Fix compiling issue w/ non-gcc/C99 compilers (suncc).
12504
12505 2008-02-08 [colin]      3.3.0cvs1
12506
12507         * src/common/utils.c
12508                 Forbid attaching anything containing "../" or ".ssh/"
12509                 from mailto: URI
12510
12511 2008-02-08 [paul]       3.3.0
12512
12513         * NEWS
12514         * README
12515         * RELEASE_NOTES 
12516                 3.3.0 released
12517
12518 2008-02-08 [paul]       3.2.0cvs77
12519
12520         * AUTHORS
12521                 updated with new translators
12522         * configure.ac
12523                 added he to ALL_LINGUAS
12524         * po/cs.po
12525         * po/de.po
12526         * po/es.po
12527         * po/fi.po
12528         * po/hu.po
12529         * po/it.po
12530         * po/pt_BR.po
12531         * po/zh_CN.po
12532                 updated by Tim Brain and Petr Vanek, Stephan Sachse,
12533                 Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
12534                 Andrea Spadaccini, Frederico Goncalves Guimaraes,
12535                 and Ralph Young
12536         * po/he.po
12537                 new Hebrew translation by Ofer <oc666@netvision.net.il>
12538         * src/gtk/about.c
12539                 updated with new translators and bumped (c) year
12540         * src/gtk/authors.h
12541                 updated with new translators
12542
12543 2008-02-05 [colin]      3.2.0cvs76
12544
12545         * src/messageview.c
12546         * src/mimeview.c
12547         * src/mimeview.h
12548                 Special case text/calendar parts: if there's one in
12549                 the mail, and a plugin handling text/calendar is
12550                 loaded, show that part. That'll avoid rendering 
12551                 meetings as plain text, which just looks broken to
12552                 many users.
12553
12554 2008-02-04 [colin]      3.2.0cvs75
12555
12556         * src/mainwindow.c
12557                 Maemo: Fix LED handling on OS 2008
12558
12559 2008-02-01 [colin]      3.2.0cvs74
12560
12561         * src/compose.c
12562                 Possibly fix the annoying and hard-to reproduce bug
12563                 where lines 
12564                 are
12565                 rewrapped
12566                 like
12567                 that.
12568
12569 2008-02-01 [paul]       3.2.0cvs73
12570
12571         * src/common/utils.c
12572                 fix bug 1502, 'Plus signs are stripped from
12573                 email addresses when calling from command line'
12574                 Thanks to Colin
12575
12576 2008-01-31 [colin]      3.2.0cvs72
12577
12578         * src/exphtmldlg.c
12579         * src/mimeview.c
12580         * src/summaryview.c
12581                 Fix building of URIs from filenames
12582
12583 2008-01-31 [wwp]        3.2.0cvs71
12584
12585         * src/main.c
12586                 Fixes debug output of compiled-in features list
12587                 (completes 3.2.0cvs60).
12588
12589 2008-01-31 [colin]      3.2.0cvs70
12590
12591         * configure.ac
12592         * po/POTFILES.in
12593         * src/compose.c
12594         * src/plugins/Makefile.am
12595         * src/plugins/clamav/.cvsignore
12596         * src/plugins/clamav/Makefile.am
12597         * src/plugins/clamav/README
12598         * src/plugins/clamav/clamav_plugin.c
12599         * src/plugins/clamav/clamav_plugin.h
12600         * src/plugins/clamav/clamav_plugin_gtk.c
12601         * src/plugins/clamav/clamav_plugin_gtk.deps
12602                 Remove the Clamav plugin from the core
12603
12604 2008-01-28 [wwp]        3.2.0cvs69
12605
12606         * src/compose.c
12607         * src/prefs_template.c
12608         * src/prefs_template.h
12609         * src/quote_fmt.c
12610         * src/quote_fmt.h
12611         * src/quote_fmt_lex.l
12612         * src/quote_fmt_parse.y
12613                 Fix for bug #1493: count lines (\n chars) according to the way
12614                 format body is passed (i.e. \-escaped or not).
12615
12616 2008-01-27 [paul]       3.2.0cvs68
12617
12618         * po/en_GB.po
12619                 updated
12620         * src/prefs_actions.c
12621         * src/prefs_filtering.c
12622         * src/prefs_folder_item.c
12623         * src/prefs_template.c
12624         * src/gtk/about.c
12625                 some minor changes to the English
12626
12627 2008-01-24 [colin]      3.2.0cvs67
12628
12629         * src/etpan/imap-thread.c
12630         * src/etpan/nntp-thread.c
12631                 Fix bug 1348, 'Hang ups at exit time with 
12632                 pgp plugin since 3.0.2'
12633
12634 2008-01-23 [colin]      3.2.0cvs66
12635
12636         * src/toolbar.c
12637                 Fix translation of something that shouldn't be
12638
12639 2008-01-23 [colin]      3.2.0cvs65
12640
12641         * src/procmime.c
12642                 Fix bug 1486, 'Re: Incorrect content when replying'
12643                 Revert to full scan if short scan found only 0-length
12644                 text parts
12645
12646 2008-01-23 [paul]       3.2.0cvs64
12647
12648         * src/prefs_folder_item.c
12649                 fix bug 1485, 'selecting a folder's default
12650                 account if name contains '&''
12651
12652 2008-01-23 [colin]      3.2.0cvs63
12653
12654         * src/folder.c
12655         * src/folder.h
12656         * src/main.c
12657         * src/mainwindow.c
12658                 Fix bug 1480, 'should be able to display mail file
12659                 from command line'. Let 'claws-mail --select' accept
12660                 absolute paths in addition to folder identifiers.
12661
12662 2008-01-22 [wwp]        3.2.0cvs62
12663
12664         * src/account.c
12665         * src/account.h
12666         * src/compose.c
12667         * src/messageview.c
12668         * src/summaryview.c
12669         * src/common/utils.c
12670         * src/common/utils.h
12671                 Allow from=address in mailto sequence:
12672                   --compose 'recipient@foo.bar?from=i-sent-spam@foo.bar&subject=enlarge-your-ahum&body=body-body'
12673                   The 'from' will try to select the first account matching in accounts list,
12674                   otherwise will use the usual account selection mechanism but override with
12675                   this 'from' address.
12676                 Allow mailto with NNTP accounts
12677                   mailto is now possible w/ NNTP account - if mailto is used when a NNTP account
12678                   is the default one or if a NNTP account address is used with 'from'.
12679                   This is more or less a bugfix as it was possible to use mailto with a NNTP
12680                   default account but the complete mailto sequence was put in To.
12681
12682 2008-01-22 [wwp]        3.2.0cvs61
12683
12684         * doc/man/claws-mail.1
12685                 Updated the man page: status of few features, command-line
12686                 usage (--version-full) and completed list of config files
12687                 and dirs.
12688
12689 2008-01-22 [wwp]        3.2.0cvs60
12690
12691         * src/main.c
12692                 Added --version-full to display version and compiled-in
12693                 features list (for later use by Clawsker for instance).
12694
12695 2008-01-22 [holger]     3.2.0cvs59
12696
12697         * src/addrduplicates.c
12698                 Fix scrolling in addressbook duplicate
12699                 finder result dialog
12700
12701 2008-01-21 [colin]      3.2.0cvs58
12702
12703         * src/summaryview.c
12704                 Fix bug 1457, 'sorting messages on, say, from, 
12705                 should subsort on previous sort choice'. Subsort
12706                 by date when sort is Subject, From, To, Tags.
12707
12708 2008-01-21 [colin]      3.2.0cvs57
12709
12710         * AUTHORS
12711         * src/matcher.c
12712         * src/mimeview.c
12713         * src/common/ssl.c
12714         * src/gtk/authors.h
12715                 Fix bug 1478, 'Wrong pthread_create calls all 
12716                 over the place'. Patch by Christian Cornelssen
12717
12718 2008-01-20 [colin]      3.2.0cvs56
12719
12720         * src/imap.c
12721         * src/etpan/imap-thread.c
12722         * src/etpan/imap-thread.h
12723                 Fix bug 1468, 'Use IMAP keyword to 
12724                 store "forwarded" flag'
12725
12726 2008-01-20 [colin]      3.2.0cvs55
12727
12728         * src/folderutils.c
12729                 Make list operations faster
12730
12731 2008-01-20 [colin]      3.2.0cvs54
12732
12733         * src/mainwindow.c
12734                 Fix bug 1353, 'on startup with small screen 
12735                 layout, keyboard input gets lost'
12736
12737 2008-01-20 [colin]      3.2.0cvs53
12738
12739         * src/textview.c
12740                 Complete 3.2.0cvs49, and fixes bug 1477, 
12741                 'Claws Mail crashes when view PGP-encrypted 
12742                 message'
12743
12744 2008-01-20 [colin]      3.2.0cvs52
12745
12746         * src/compose.c
12747                 Fix privacy menu update when replying to
12748                 encrypted mail and no default privacy 
12749                 system is set
12750
12751 2008-01-19 [colin]      3.2.0cvs51
12752
12753         * src/filtering.c
12754         * src/procmsg.h
12755         * src/plugins/bogofilter/bogofilter.c
12756         * src/plugins/clamav/clamav_plugin.c
12757         * src/plugins/spamassassin/spamassassin.c
12758                 Batch filtering deletions too (and save 4 bytes
12759                 per MsgInfo in the process :)
12760
12761 2008-01-19 [colin]      3.2.0cvs50
12762
12763         * src/folder.c
12764                 Make cache update after copies much faster
12765                 on IMAP
12766
12767 2008-01-19 [colin]      3.2.0cvs49
12768
12769         * src/textview.c
12770                 Check g_fopen() success
12771
12772 2008-01-17 [wwp]        3.2.0cvs48
12773
12774         * manual/faq.xml
12775         * manual/es/faq.xml
12776         * manual/fr/faq.xml
12777         * manual/pl/faq.xml
12778                 Sylpheed? No idea what this means.
12779
12780 2008-01-17 [colin]      3.2.0cvs47
12781
12782         * src/gtk/gtksctree.c
12783                 Make dnd threshold higher on Maemo
12784
12785 2008-01-16 [colin]      3.2.0cvs46
12786
12787         * src/common/passcrypt.c
12788                 Fix build on FreeBSD, thanks to Pawel
12789
12790 2008-01-15 [colin]      3.2.0cvs45
12791
12792         * src/compose.c
12793                 Fix bug 1472, 'Keyboard "Menu" key doesn't call 
12794                 spell check of actuall word'
12795         * src/summaryview.c
12796                 Temporarily disable immediate execution when learning
12797                 spam *only* if the summaryview isn't locked
12798
12799 2008-01-15 [wwp]        3.2.0cvs44
12800
12801         * src/prefs_filtering.c
12802                 Fix filtering prefs layout (Maemo port), moving page up/down
12803                 from buttons to context menu.
12804
12805 2008-01-15 [colin]      3.2.0cvs43
12806
12807         * src/compose.c
12808                 Fix bug 1465, 'First line in new message does not mark URLs'
12809
12810 2008-01-15 [colin]      3.2.0cvs42
12811
12812         * src/common/passcrypt.c
12813                 Fix bug 1461, 'several components #define 
12814                 _XOPEN_SOURCE improperly'
12815
12816 2008-01-15 [colin]      3.2.0cvs41
12817
12818         * src/summaryview.c
12819                 Fix bug 1469, 'Column width adjustments on message 
12820                 lists do not save'
12821
12822 2008-01-14 [holger]     3.2.0cvs40
12823
12824         * configure.ac
12825                 Add tests for dbus, dbus glib bindings,
12826                 and NetworkManager. All is optional. Add new
12827                 --(en|dis)able-networkmanager-support switch.
12828         * src/Makefile.am
12829         * src/imap.c
12830         * src/inc.c
12831         * src/main.c
12832         * src/main.h
12833         * src/mainwindow.c
12834         * src/gtk/about.c
12835                 Add optional NetworkManager support, so Claws Mail
12836                 can try to do the right thing when the network connection
12837                 status changes. NetworkManager support is active by
12838                 default if above requirements were met.
12839
12840 2008-01-12 [colin]      3.2.0cvs39
12841
12842         * src/summaryview.c
12843                 Advertise the click-on-reply feature in the tooltip
12844
12845 2008-01-12 [colin]      3.2.0cvs38
12846
12847         * src/Makefile.am
12848         * src/stock_pixmap.c
12849         * src/stock_pixmap.h
12850         * src/pixmaps/tray_newmail.offline.xpm
12851         * src/pixmaps/tray_newmail.xpm
12852         * src/pixmaps/tray_newmarkedmail.offline.xpm
12853         * src/pixmaps/tray_newmarkedmail.xpm
12854         * src/pixmaps/tray_nomail.offline.xpm
12855         * src/pixmaps/tray_nomail.xpm
12856         * src/pixmaps/tray_unreadmail.offline.xpm
12857         * src/pixmaps/tray_unreadmail.xpm
12858         * src/pixmaps/tray_unreadmarkedmail.offline.xpm
12859         * src/pixmaps/tray_unreadmarkedmail.xpm
12860         * src/plugins/trayicon/Makefile.am
12861         * src/plugins/trayicon/newmail.offline.xpm
12862         * src/plugins/trayicon/newmail.xpm
12863         * src/plugins/trayicon/newmarkedmail.offline.xpm
12864         * src/plugins/trayicon/newmarkedmail.xpm
12865         * src/plugins/trayicon/nomail.offline.xpm
12866         * src/plugins/trayicon/nomail.xpm
12867         * src/plugins/trayicon/trayicon.c
12868         * src/plugins/trayicon/unreadmail.offline.xpm
12869         * src/plugins/trayicon/unreadmail.xpm
12870         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
12871         * src/plugins/trayicon/unreadmarkedmail.xpm
12872                 Make the Trayicon plugin icons themable
12873
12874 2008-01-12 [wwp]        3.2.0cvs37
12875
12876         * src/prefs_display_header.c
12877                 Fix extra leading hyphen visible in the display
12878                 header configuration combo list (maemo).
12879
12880 2008-01-11 [colin]      3.2.0cvs36
12881
12882         * src/imap.c
12883                 Set timeout to 1 before disconnecting all -
12884                 for when one switches to offline and has 
12885                 no network anymore
12886         * src/messageview.c
12887                 Fix bug 1454, 'error message shows parts and 
12888                 signature of previous messages'
12889         * src/prefs_common.c
12890                 Maemo: Hide Send dialog by default
12891
12892 2008-01-10 [colin]      3.2.0cvs35
12893
12894         * src/action.c
12895         * src/editldap.c
12896         * src/prefs_account.c
12897         * src/wizard.c
12898         * src/gtk/inputdialog.c
12899         * src/plugins/pgpcore/passphrase.c
12900                 Maemo: Fix bug 1455, 'Password enters leading letter 
12901                 incorrectly as uppercase'
12902
12903 2008-01-09 [colin]      3.2.0cvs34
12904
12905         * po/pl.po
12906                 Fix bug 1446, 'SC crashes frequently when staying 
12907                 in background'. Format string error in Polish 
12908                 translation
12909         * src/gtk/description_window.c
12910         * src/prefs_template.c
12911                 Complete 3.2.0cvs9 (fix bug with gtk_main loop);
12912                 patch by Pawel
12913         * src/wizard.c
12914                 Maemo: Fix build
12915
12916 2008-01-08 [colin]      3.2.0cvs33
12917
12918         * src/main.c
12919                 Maemo: connect HW status change signal for shutdown
12920         * src/mainwindow.c
12921                 Maemo: Fix hardware space key
12922         * src/wizard.c
12923                 Maemo: name mmc1 and 2 a better name
12924
12925 2008-01-08 [wwp]        3.2.0cvs32
12926
12927         * src/folder.c
12928         * src/folder_item_prefs.c
12929         * src/folder_item_prefs.h
12930         * src/prefs_folder_item.c
12931                 It's now possible to disable processing rules when
12932                 entering a folder (this adds a new option to the
12933                 folder properties dialog).
12934
12935 2008-01-08 [wwp]        3.2.0cvs31
12936
12937         * src/common/utils.c
12938                 Mailto: now supports 'insert' (stands for 'insert file'), this
12939                 adds the ability to create a new message from the command-line,
12940                 with body set from an existing file contents.
12941
12942 2008-01-08 [colin]      3.2.0cvs30
12943
12944         * src/summaryview.c
12945                 Maybe fix bug 1452, 'crash while drag'n'droping 
12946                 emails to an IMAP folder'
12947
12948 2008-01-07 [wwp]        3.2.0cvs29
12949
12950         * src/prefs_filtering.c
12951                 Static-alize a function, thanks to Colin.
12952
12953 2008-01-07 [colin]      3.2.0cvs28
12954
12955         * src/folderview.c
12956                 Fix scrolling to bottom when drag and dropping
12957         * src/summaryview.c
12958                 Fix bug 1445, 'Display sender using addressbook: fails 
12959                 when From: isn't an email address'
12960
12961 2008-01-07 [wwp]        3.2.0cvs27
12962
12963         * src/prefs_actions.c
12964         * src/prefs_filtering.c
12965         * src/prefs_template.c
12966                 Add tooltips to most buttons in the templates, actions and
12967                 filtering/processing dialogs.
12968
12969 2008-01-07 [wwp]        3.2.0cvs26
12970
12971         * src/prefs_filtering.c
12972                  - add a clear button to clear dialog input fields
12973                  - add page up and page down buttons to move selected rule up and down
12974                  - in rules list popup-menu: added Delete, Delete all and Duplicate
12975                  - popup-menu items are greyed out either if the list is empty (not counting the
12976                    (New) row or if there is no selected item
12977                  - clear store when closing dialog
12978
12979         * src/prefs_actions.c
12980                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12981                    clear button, popup-menu
12982                  - clear store when closing dialog
12983
12984         * src/prefs_template.c
12985                  - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
12986                    clear button, popup-menu 
12987
12988         * src/addrcustomattr.c
12989                  - renamed popup-menu item Clear list to Delete all
12990                  - grey out popup-menu items is there is no selected item or if list is empty
12991                  - clear store when closing dialog
12992
12993         * src/edittags.c
12994                  - added popup-menu item Delete all
12995                  - grey out popup-menu items is there is no selected item or if list is empty
12996                  - clear store when closing dialog
12997
12998 2008-01-06 [wwp]        3.2.0cvs25
12999
13000         * src/addressadd.c
13001                 One more layout fix by Pawel (completes 3.2.0cvs24).
13002
13003 2008-01-05 [colin]      3.2.0cvs24
13004
13005         * src/addressadd.c
13006                 Little GUI fixes, patch by Pawel
13007
13008 2007-12-29 [wwp]        3.2.0cvs23
13009
13010         * src/compose.c
13011                 Fix for bug #1443, and strip possible whitespaces around
13012                 custom header names.
13013
13014 2007-12-29 [mones]      3.2.0cvs22
13015
13016         * po/es.po
13017                 Updated translation, corrected a term based 
13018                 on suggestion from Israel Saeta P�rez,
13019                 reverted awful X-Mailer translation
13020         * src/procmime.c
13021                 Complete cvs20 for FreeBSD, patch by Pawel
13022
13023 2007-12-29 [colin]      3.2.0cvs21
13024
13025         * src/textview.c
13026                 Fix bug 1442, 'Tags are repeated in 
13027                 encapsulated messages'
13028
13029 2007-12-28 [colin]      3.2.0cvs20
13030
13031         * src/procmime.c
13032                 Fix path to mime/globs. Patch by Marten King.
13033
13034 2007-12-27 [colin]      3.2.0cvs19
13035
13036         * src/plugins/pgpcore/Makefile.am
13037         * src/plugins/pgpinline/Makefile.am
13038         * src/plugins/pgpmime/Makefile.am
13039                 Add missing flags to build pgp plugins on maemo
13040
13041 2007-12-27 [colin]      3.2.0cvs18
13042
13043         * src/mainwindow.c
13044                 Maximise before showing to avoid probable flickering
13045                 on slow computers.
13046
13047 2007-12-27 [colin]      3.2.0cvs17
13048
13049         * src/main.c
13050         * src/mainwindow.c
13051         * src/prefs_common.c
13052         * src/prefs_common.h
13053                 Fix bug 1439, 'Claws Mail does not remember window size 
13054                 state when restarted'. Save maximised state and force
13055                 maximisation at startup if applicable.
13056
13057 2007-12-23 [paul]       3.2.0cvs16
13058
13059         * src/prefs_matcher.c
13060                 fix bug 1436, 'Filter condition dialog doesn't
13061                 load header name from current rules'
13062
13063 2007-12-22 [paul]       3.2.0cvs15
13064
13065         * src/compose.c
13066                 fix bug 1435, 'Reply doesn't take into account
13067                 reply-to field'
13068
13069 2007-12-21 [paul]       3.2.0cvs14
13070
13071         * src/common/ssl_certificate.c
13072                 fix FreeBSD build with IPV6 support 
13073
13074 2007-12-20 [colin]      3.2.0cvs13
13075
13076         * src/imap.c
13077                 Fix error handling
13078
13079 2007-12-20 [colin]      3.2.0cvs12
13080
13081         * src/imap.c
13082         * src/imap.h
13083         * src/prefs_account.c
13084                 Add DIGEST-MD5 support for IMAP authentication
13085
13086 2007-12-19 [mones]      3.2.0cvs11
13087
13088         * doc/man/claws-mail.1
13089                 Better ordering of sections, updated options
13090         * po/es.po
13091                 Updated strings
13092
13093 2007-12-19 [paul]       3.2.0cvs10
13094
13095         * src/prefs_account.c
13096                 use a spinbutton instead of an entry for
13097                 "POP authentication timeout" also
13098
13099 2007-12-19 [colin]      3.2.0cvs9
13100
13101         * src/prefs_filtering_action.c
13102         * src/prefs_matcher.c
13103         * src/gtk/description_window.c
13104                 Destroy info windows with their parents
13105                 Patch by Pawel
13106
13107 2007-12-19 [colin]      3.2.0cvs8
13108
13109         * src/prefs_account.c
13110                 Use spinbuttons instead of entries where needed
13111                 Patch by Pawel
13112
13113 2007-12-18 [paul]       3.2.0cvs7
13114
13115         * src/prefs_matcher.c
13116                 add missing i18n for a few strings
13117                 Patch by Stephan Sachse
13118
13119 2007-12-18 [paul]       3.2.0cvs6
13120
13121         * src/prefs_logging.c
13122                 use 'disk' instead of 'disc'
13123
13124 2007-12-18 [paul]       3.2.0cvs5
13125
13126         * po/en_GB.po
13127                 updated
13128         * src/addrcustomattr.c
13129         * src/editaddress.c
13130                 fixes to the ingleesh
13131         * src/prefs_filtering_action.c
13132                 fix copyright header
13133                 fix untranslated strings
13134         * src/prefs_filtering_action.h
13135                 fix copyright header
13136
13137 2007-12-18 [wwp]        3.2.0cvs4
13138
13139         * src/folderview.c
13140         * src/headerview.c
13141         * src/prefs_common.c
13142         * src/prefs_common.h
13143         * src/prefs_fonts.c
13144         * src/summaryview.c
13145         * src/textview.c
13146         * src/wizard.c
13147         * src/common/defs.h
13148         * src/gtk/gtkutils.c
13149                 Added prefs to set custom small and bold fonts
13150                 (might matter on some desktops, according to
13151                 DPI and font settings).
13152
13153 2007-12-18 [colin]      3.2.0cvs3
13154
13155         * src/prefs_logging.c
13156                 Rework GUI, patch by Pawel
13157
13158 2007-12-18 [colin]      3.2.0cvs2
13159
13160         * src/prefs_filtering_action.c
13161                 Rework GUI, patch by Pawel
13162
13163 2007-12-18 [colin]      3.2.0cvs1
13164
13165         * src/editaddress.c
13166                 Fix build on old GCC
13167                 Fix inverted buttons
13168
13169 2007-12-17 [paul]       3.2.0
13170
13171         * NEWS
13172         * README
13173         * RELEASE_NOTES 
13174                 3.2.0 released
13175
13176 2007-12-17 [paul]       3.1.0cvs79
13177
13178         * po/de.po
13179         * po/fr.po
13180         * po/hu.po
13181         * po/it.po
13182         * po/pt_BR.po
13183                 updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
13184                 Andrea Spadaccini, and Frederico Goncalves Guimaraes
13185
13186 2007-12-17 [mones]      3.1.0cvs78
13187
13188         * po/es.po
13189                 Updated Spanish translation for 3.2.0 release
13190
13191 2007-12-16 [colin]      3.1.0cvs77
13192
13193         * src/addrcustomattr.c
13194                 Fix translations, patch by Fabien
13195
13196 2007-12-15 [paul]       3.1.0cvs76
13197
13198         * src/folderview.c
13199                 fix compiler warning
13200
13201 2007-12-14 [colin]      3.1.0cvs75
13202
13203         * src/folderview.c
13204                 Simplify logic
13205
13206 2007-12-12 [wwp]        3.1.0cvs74
13207
13208         * AUTHORS
13209         * src/gtk/authors.h
13210                 Added Marius Glauser to the hall of fame.
13211
13212 2007-12-12 [wwp]        3.1.0cvs73
13213
13214         * src/gtk/gtkutils.c
13215                 Improve the way we show results of searches
13216                 in message bodies: selected text now get centered
13217                 vertically in the message window.
13218                 Patch by Marius Glauser <seelenhirt@gmx.net>.
13219
13220 2007-12-10 [colin]      3.1.0cvs72
13221
13222         * src/folder.c
13223                 Don't crash when setting batch mode on no folder
13224
13225 2007-12-10 [colin]      3.1.0cvs71
13226
13227         * src/common/utils.c
13228                 Fix potential buffer overrun (thanks to
13229                 Hiroyuki)
13230
13231 2007-12-08 [paul]       3.1.0cvs70
13232
13233         * src/prefs_receive.c
13234                 small change to the English
13235
13236 2007-12-08 [colin]      3.1.0cvs69
13237
13238         * src/vcard.c
13239                 Fix warnings
13240
13241 2007-12-07 [colin]      3.1.0cvs68
13242
13243         * src/mainwindow.c
13244         * src/summaryview.c
13245         * src/summaryview.h
13246                 Free simplify_subject_preg at exit
13247
13248 2007-12-07 [colin]      3.1.0cvs67
13249
13250         * src/main.c
13251         * src/summaryview.c
13252         * src/common/utils.c
13253         * src/common/utils.h
13254                 We have to free reused regexps from time to
13255                 time, or they get huge
13256
13257 2007-12-07 [colin]      3.1.0cvs66
13258
13259         * src/vcard.c
13260                 Fix QP decoding (and UTF8)
13261
13262 2007-12-07 [colin]      3.1.0cvs65
13263
13264         * src/addrcustomattr.c
13265                 Update list of default custom attributes
13266                 now (will be needed for a feature patch
13267                 post 3.2.0)
13268
13269 2007-12-07 [colin]      3.1.0cvs64
13270
13271         * src/folder.c
13272                 Batch on destination folder when copying - fixes
13273                 slowness when moving unread mails to trash on IMAP
13274
13275 2007-12-06 [colin]      3.1.0cvs63
13276
13277         * src/common/w32_time.c
13278         * src/common/w32lib.h
13279         * src/etpan/etpan-thread-manager.c
13280         * src/etpan/imap-thread.c
13281         * src/etpan/nntp-thread.c
13282         * src/gtk/Makefile.am
13283                 Fix win32 build with libetpan. Thanks to
13284                 Marcus Brinkmann.
13285
13286 2007-12-06 [colin]      3.1.0cvs62
13287
13288         * src/account.c
13289         * src/imap.c
13290         * src/prefs_account.c
13291         * src/prefs_account.h
13292         * src/etpan/imap-thread.c
13293         * src/etpan/imap-thread.h
13294                 Disable connection via command line on WIN32
13295                 Disable mmap use on WIN32 - use normal strings
13296         * src/addressbook.c
13297         * src/addressbook.h
13298         * src/addressbook_foldersel.c
13299         * src/addressbook_foldersel.h
13300         * src/prefs_filtering_action.c
13301         * src/prefs_matcher.c
13302         * src/plugins/bogofilter/bogofilter_gtk.c
13303         * src/plugins/dillo_viewer/dillo_prefs.c
13304         * src/plugins/spamassassin/spamassassin_gtk.c
13305                 Fix leak, rework function logics to be more
13306                 natural - thanks to Holger
13307         * src/common/utils.c
13308                 Fix warnings
13309
13310 2007-12-06 [colin]      3.1.0cvs61
13311
13312         * src/news.c
13313         * src/common/utils.c
13314         * src/common/utils.h
13315                 Fix posting, and fix UTF-8 being sent when encoding
13316                 is 8bit
13317
13318 2007-12-05 [colin]      3.1.0cvs60
13319
13320         * src/news.c
13321                 Fix debian bug #453157, 'Fails to post usenet
13322                 articles after NNTP connection has been 
13323                 interrupted". Fix return value to prevent deletion
13324                 on failure, and issue MODE READER in case posting
13325                 fails at first.
13326
13327 2007-12-05 [colin]      3.1.0cvs59
13328
13329         * src/messageview.c
13330         * src/uri_opener.c
13331                 Improvements to the List URIs dialog
13332                 Patch by Pawel
13333
13334 2007-12-05 [colin]      3.1.0cvs58
13335
13336         * src/prefs_other.c
13337         * src/gtk/gtksctree.h
13338                 Fix warnings
13339
13340 2007-12-04 [colin]      3.1.0cvs57
13341
13342         * src/etpan/imap-thread.c
13343                 Fix bug 1378, 'Claws exits on IMAP alert message'
13344                 Don't do GTK calls directly from Etpan thread
13345
13346 2007-12-04 [colin]      3.1.0cvs56
13347
13348         * src/folderview.c
13349         * src/gtk/gtksctree.c
13350                 MAEMO: Fix bug 1325, 'Folder Navigation Problems'
13351                 Make all the left of column zero an hotspot for
13352                 expanding.
13353
13354 2007-12-04 [colin]      3.1.0cvs55
13355
13356         * src/mainwindow.c
13357         * src/mainwindow.h
13358         * src/prefs_common.c
13359         * src/prefs_common.h
13360         * src/prefs_receive.c
13361                 MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
13362
13363 2007-12-04 [wwp]        3.1.0cvs54
13364
13365         * src/prefs_other.c
13366                 Fix for bug #1419.
13367
13368 2007-12-04 [holger]     3.1.0cvs53
13369
13370         * src/addrduplicates.c
13371         * src/addrduplicates.h
13372                 Export addressbook entry deletion
13373
13374 2007-12-04 [colin]      3.1.0cvs52
13375
13376         * tools/Makefile.am
13377         * tools/README.sylprint
13378         * tools/sylprint.pl
13379         * tools/sylprint.rc
13380                 Fix debian bug #454089 (symlink attack in TMP directory)
13381                 http://secwatch.org/advisories/1019661/ :
13382                 Remove the buggy script, which was unmaintained anyway
13383         * src/news.c
13384         * src/procmsg.c
13385                 Store things in our private tmp directory.
13386
13387 2007-12-03 [colin]      3.1.0cvs51
13388
13389         * src/folder.c
13390         * src/folder.h
13391         * src/folderview.c
13392         * src/imap.c
13393         * src/mainwindow.c
13394                 Fix update problem when getting remote tags
13395         * src/prefs_matcher.c
13396                 Rework GUI to make it better. Patch by Pawel
13397                 Pekala
13398
13399 2007-12-03 [colin]      3.1.0cvs50
13400
13401         * src/etpan/imap-thread.c
13402         * src/etpan/nntp-thread.c
13403                 Fix bug 1417, 'Network log doesn't reveal 
13404                 enough NNTP errors'
13405
13406 2007-12-02 [iwkse]      3.1.0cvs49
13407
13408         * src/plugins/dillo_viewer/dillo_prefs.c
13409                         Insert dillo under the Plugins menu
13410
13411 2007-12-01 [paul]       3.1.0cvs48
13412
13413         * src/html.c
13414                 add these variant forms
13415                 Thanks to Colin
13416
13417 2007-12-01 [paul]       3.1.0cvs47
13418
13419         * src/matcher.c
13420                 fix a typo
13421
13422 2007-12-01 [paul]       3.1.0cvs46
13423
13424         * po/POTFILES.in
13425                 add the new addrcustomattr.c file
13426
13427 2007-11-29 [colin]      3.1.0cvs45
13428
13429         * src/common/ssl_certificate.c
13430                 Use the more modern getaddrinfo instead of 
13431                 gethostbyname when possible
13432
13433 2007-11-28 [colin]      3.1.0cvs44
13434
13435         * src/summaryview.c
13436                 Maybe fix bug 1410 and other crash reports
13437                 in summaryview since cvs38.
13438
13439 2007-11-28 [wwp]        3.1.0cvs43
13440
13441         * src/prefs_summary_open.c
13442                 Guard against an empty list of actions to perform
13443                 when opening a folder (or migration defaults could
13444                 be introduced, confusing).
13445
13446 2007-11-28 [colin]      3.1.0cvs42
13447
13448         * src/folderview.c
13449                 Fix mark all read from folder's contextual menu
13450
13451 2007-11-27 [colin]      3.1.0cvs41
13452
13453         * src/imap.c
13454         * src/imap.h
13455         * src/imap_gtk.c
13456         * src/prefs_account.c
13457         * src/etpan/imap-thread.c
13458                 A few fixes to the IMAP flags handling: Optimisations,
13459                 two crashers, mention that Bandwitdh-efficient mode
13460                 prevents tag fetching.
13461                 Fix M-UTF7 in subscription dialog.
13462
13463 2007-11-27 [colin]      3.1.0cvs40
13464
13465         * src/folder.c
13466         * src/mbox.c
13467         * src/summaryview.c
13468                 Make filtering faster on flags change: Batch original 
13469                 folderitem, where we'll do flags/tags changes.
13470
13471 2007-11-27 [colin]      3.1.0cvs39
13472
13473         * src/filtering.c
13474                 Fix bug 1407, 'After a copy action, further rules apply 
13475                 to both original and copy'
13476
13477 2007-11-27 [colin]      3.1.0cvs38
13478
13479         * src/edittags.c
13480         * src/summaryview.c
13481                 Fixes races when doing a long operation and user
13482                 asks for another one (Mark all read/unread on a 
13483                 big folder on IMAP for example)
13484
13485 2007-11-27 [wwp]        3.1.0cvs37
13486
13487         * src/addressbook.c
13488         * src/prefs_common.c
13489                 Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
13490                 and 3.1.0cvs35 (addressbook.c).
13491
13492 2007-11-27 [holger]     3.1.0cvs36
13493
13494         * src/printing.c
13495                 Add a line separating header and body
13496                 in the printout
13497
13498 2007-11-27 [wwp]        3.1.0cvs35
13499
13500         * src/addressbook.c
13501                 Fix a drag-and-drop issue introduced with 3.1.0cvs33
13502                 (thanks to Colin) and revert disabling of cut/copy
13503                 context menu entries upon selected groups.
13504
13505 2007-11-27 [holger]     3.1.0cvs34
13506
13507         * src/printing.c
13508                 Add weights to the list of supported text attributes
13509                 for printing
13510
13511 2007-11-27 [wwp]        3.1.0cvs33
13512
13513         * src/Makefile.am
13514         * src/addrcustomattr.c
13515         * src/addrcustomattr.h
13516         * src/addressbook.c
13517         * src/editaddress.c
13518         * src/editaddress.h
13519         * src/prefs_common.c
13520         * src/prefs_common.h
13521         * src/common/defs.h
13522                 Provide a (customizable) list of preset attribute names
13523                 for editing contacts (closes bug #1391).
13524
13525 2007-11-27 [wwp]        3.1.0cvs32
13526
13527         * src/addrclip.c
13528         * src/addressbook.c
13529         * src/addritem.c
13530                 Various fixes in the address book:
13531                         - made copy/move of a folder to itself or its subtree
13532                           impossible (-> error)
13533                         - errors messages don't show in the status bar anymore,
13534                           use alertpanels instead
13535                         - simple click on group doesn't open group edit dialog
13536                           anymore when in contact edit embedded mode (was too itchy)
13537                         - fixed disabling of edit button and and menu entry when
13538                           in contact edit embedded mode (was done in a bad and
13539                           ineffective way)
13540                         - fix menu cut/paste sensitivity in treelist context
13541                           menu (conflicting enabling was done by different functions)
13542                         - fix some menu item sensitivity in address list context menu
13543                         - don't allow cut/copy of groups, it's useless as they won't
13544                           be copied w/ their contents
13545                         - fix missing copy of the picture file when copying (bug #1402),
13546                           fix picture attribute (internal) value when moving or copying
13547
13548
13549 2007-11-27 [colin]      3.1.0cvs31
13550
13551         * src/folder.c
13552         * src/imap.c
13553                 Fix tags loss on move, fix space encoding
13554
13555 2007-11-26 [colin]      3.1.0cvs30
13556
13557         * src/edittags.c
13558         * src/folder.c
13559         * src/folder.h
13560         * src/imap.c
13561         * src/messageview.c
13562         * src/procmsg.c
13563         * src/procmsg.h
13564         * src/summaryview.c
13565         * src/common/utils.c
13566         * src/common/utils.h
13567         * src/etpan/imap-thread.c
13568         * src/etpan/imap-thread.h
13569                 Add IMAP tags support
13570
13571 2007-11-26 [colin]      3.1.0cvs29
13572
13573         * src/imap.c
13574                 Fix bug 1405, 'imap auto auth method doesn't 
13575                 work since 3.1.0'
13576
13577 2007-11-26 [colin]      3.1.0cvs28
13578
13579         * src/messageview.c
13580         * src/procmime.c
13581                 Handle broken disposition-notifications from Evolution
13582                 (http://bugzilla.gnome.org/show_bug.cgi?id=499145)
13583
13584 2007-11-25 [paul]       3.1.0cvs27
13585
13586         * src/folder_item_prefs.c
13587         * src/folder_item_prefs.h
13588                 remove dead code
13589
13590 2007-11-23 [wwp]        3.1.0cvs26
13591
13592         * src/matcher.c
13593         * src/matcher.h
13594         * src/matcher_parser_parse.y
13595         * src/prefs_matcher.c
13596                 Fix irrelevant case folding when adding matcher condition 'test',
13597                 thanks to Colin.
13598
13599 2007-11-23 [wwp]        3.1.0cvs25
13600
13601         * src/prefs_common.c
13602         * src/prefs_common.h
13603         * src/prefs_summary_open.c
13604         * src/prefs_summary_open.h
13605         * src/summaryview.c
13606                 Add "select first email in list" to the list of possible selections
13607                 when opening a folder.
13608
13609 2007-11-23 [paul]       3.1.0cvs24
13610
13611         * po/de.po
13612                 a fix by Stephan Sachse, plus remove all
13613                 old strings from the end of the file
13614
13615 2007-11-23 [wwp]        3.1.0cvs23
13616
13617         * src/prefs_msg_colors.c
13618                 Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
13619                 with little changes.
13620
13621 2007-11-23 [paul]       3.1.0cvs22
13622
13623         * src/prefs_logging.c
13624                 eliminate wasted horizontal space
13625
13626 2007-11-23 [paul]       3.1.0cvs21
13627
13628         * src/prefs_summaries.c
13629                 don't wrap the label or put linebreaks
13630
13631 2007-11-22 [colin]      3.1.0cvs20
13632
13633         * src/plugins/pgpinline/pgpinline.c
13634                 Fix decryption
13635
13636 2007-11-22 [wwp]        3.1.0cvs19
13637
13638         * src/prefs_themes.c
13639                 Yet another misuse of get_rc_dir(), still related
13640                 to user themes. Completes 3.1.0cvs18.
13641
13642 2007-11-22 [wwp]        3.1.0cvs18
13643
13644         * src/stock_pixmap.c
13645                 Fix a misuse of get_rc_dir(), user themes dir was
13646                 not set properly and some themes might have disappeared
13647                 from themes list in prefs.
13648
13649 2007-11-22 [wwp]        3.1.0cvs17
13650
13651         * src/edittags.c
13652         * src/edittags.h
13653         * src/common/tags.c
13654         * src/common/tags.h
13655                 Correct copyright for these claws-mail-only brand new
13656                 files.
13657
13658 2007-11-22 [paul]       3.1.0cvs16
13659
13660         * src/compose.c
13661                 fix bug 1400, 'Drag and drop of URLs does not work'
13662                 Thanks to Colin
13663
13664 2007-11-22 [paul]       3.1.0cvs15
13665
13666         * src/prefs_common.c
13667                 make "cmds_use_system_default" default to FALSE
13668                 so as not to disrupt current settings
13669         * src/summaryview.c
13670                 increase the size of the GdkRectangle, tooltips
13671                 didn't show for me otherwise
13672
13673 2007-11-21 [colin]      3.1.0cvs14
13674
13675         * src/compose.c
13676         * src/crash.c
13677         * src/exphtmldlg.c
13678         * src/mainwindow.c
13679         * src/manual.c
13680         * src/mimeview.c
13681         * src/prefs_account.c
13682         * src/prefs_common.c
13683         * src/prefs_common.h
13684         * src/prefs_ext_prog.c
13685         * src/textview.c
13686         * src/uri_opener.c
13687         * src/gtk/about.c
13688         * src/gtk/gtkutils.c
13689                 Use xdg-open as a way to find default browser,
13690                 when available
13691
13692 2007-11-21 [colin]      3.1.0cvs13
13693
13694         * src/messageview.c
13695         * src/procmime.c
13696         * src/procmsg.h
13697                 Send better return receipts (useful ones)
13698                 Handle incoming return receipts
13699
13700 2007-11-20 [colin]      3.1.0cvs12
13701
13702         * src/printing.c
13703         * src/printing.h
13704                 Add getter/setter for settings, and getter
13705                 for page setup
13706
13707 2007-11-20 [colin]      3.1.0cvs11
13708
13709         * src/folderview.c
13710         * src/main.c
13711         * src/mainwindow.c
13712                 Fix bug 1396, 'Crash on disabling a filter 
13713                 while it is processing'
13714
13715 2007-11-20 [paul]       3.1.0cvs10
13716
13717         * src/folder.c
13718                 fix bug 1395, 'Crash on checking for new mails
13719                 while filter is running'
13720                 Thanks to Colin
13721
13722 2007-11-20 [paul]       3.1.0cvs9
13723
13724         * src/compose.c
13725                 make this string easier for translators
13726
13727 2007-11-19 [colin]      3.1.0cvs8
13728
13729         * src/prefs_summaries.c
13730         * src/summaryview.c
13731                 Don't enable more tooltips on Maemo
13732
13733 2007-11-19 [colin]      3.1.0cvs7
13734
13735         * src/prefs_common.c
13736         * src/prefs_common.h
13737         * src/prefs_summaries.c
13738         * src/summaryview.c
13739                 Fix bug 1388, 'message list tool tips'
13740                 Add (optional) tooltips in summaryview.
13741                 This only works with GTK+ >= 2.12
13742
13743 2007-11-19 [colin]      3.1.0cvs6
13744
13745         * src/compose.c
13746                 Make strings a bit better when attaching
13747                 from mailto: URIs
13748
13749 2007-11-19 [colin]      3.1.0cvs5
13750
13751         * src/common/utils.c
13752                 Fix bug 1392, 'Top level domain .EU is 
13753                 not recognised as valid'
13754
13755 2007-11-19 [wwp]        3.1.0cvs4
13756
13757         * src/compose.c
13758         * src/compose.h
13759                 Revert changes to compose.c made in 3.1.0cvs2.
13760
13761 2007-11-19 [wwp]        3.1.0cvs3
13762
13763         * src/addressbook.c
13764         * src/addressbook.h
13765         * src/editaddress.c
13766         * src/editgroup.c
13767         * src/addrduplicates.c
13768                 Minor improvements in the address book:
13769                 always accept new contacts provided that some
13770                 detail is set (instead of rejecting silently).
13771                 Better guessing of contact name from incomplete
13772                 name information. Better display of contacts with
13773                 no name, in contact lists, group contents, find
13774                 duplicate results.
13775                 
13776
13777 2007-11-19 [wwp]        3.1.0cvs2
13778
13779         * src/compose.c
13780         * src/compose.h
13781         * src/prefs_logging.c
13782         * src/prefs_summaries.c
13783                 GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
13784                 wrap some long label in prefs/summaries, layout checkboxes
13785                 in a more compact form in prefs/loggin, make account and
13786                 header's combos have the same size/spacing in compose
13787                 window.
13788
13789 2007-11-19 [wwp]        3.1.0cvs1
13790
13791         * src/edittags.c
13792                 Fix a tiny leak and duplicate variable.
13793
13794 2007-11-19 [paul]       3.1.0
13795
13796         * NEWS
13797         * README
13798         * RELEASE_NOTES 
13799                 3.1.0 released
13800
13801 2007-11-19 [paul]       3.0.2cvs145
13802
13803         * po/de.po
13804         * po/fi.po
13805         * po/fr.po
13806         * po/hu.po
13807         * po/it.po
13808         * po/pl.po
13809         * po/pt_BR.po
13810         * po/sk.po
13811         * po/zh_CN.po
13812                 updated by Stephan Sachse, Flammie Pirinen,
13813                 Fabien Vantard, Pader Rezso, Andrea Spadaccini,
13814                 Emil Nowak, Frederico Goncalves Guimaraes,
13815                 Andrej Kacian, and Ralph Young
13816
13817 2007-11-18 [mones]      3.0.2cvs144
13818
13819         * po/es.po
13820                 Updated Spanish translation
13821
13822 2007-11-18 [colin]      3.0.2cvs143
13823
13824         * src/edittags.c
13825                 Prevent empty tag after edit, thanks to wwp
13826
13827 2007-11-18 [colin]      3.0.2cvs142
13828
13829         * src/editaddress.c
13830                 Fix possible "(null)" %s - thanks to wwp
13831
13832 2007-11-16 [wwp]        3.0.2cvs141
13833
13834         * src/common/utils.c
13835                 Fix for 3.0.2cvs140, prevents from crashing when opening
13836                 a compose window.
13837
13838 2007-11-16 [colin]      3.0.2cvs140
13839
13840         * src/main.c
13841         * src/common/claws.c
13842                 Output a bit more useful info at startup
13843                 in --debug mode
13844
13845 2007-11-16 [colin]      3.0.2cvs139
13846
13847         * src/compose.c
13848         * src/common/utils.c
13849         * src/common/utils.h
13850                 Fix bug 1387, 'Request for --compose to 
13851                 support multiple attachments'
13852
13853 2007-11-16 [colin]      3.0.2cvs138
13854
13855         * src/news.c
13856                 Fix bug 1390, 'NNTP fails after server 
13857                 closed connection'
13858
13859 2007-11-16 [colin]      3.0.2cvs137
13860
13861         * src/prefs_display_header.c
13862                 Fix bug 1389, 'Changing 'Display headers 
13863                 in message view' breaks dispheaderrc'
13864
13865 2007-11-14 [colin]      3.0.2cvs136
13866
13867         * src/summaryview.c
13868         * src/gtk/quicksearch.c
13869         * src/gtk/quicksearch.h
13870                 Fix resetting the quicksearch when in non-sticky
13871                 mode, but Recursive is set: reset only when going
13872                 out of the root search folder.
13873
13874 2007-11-14 [colin]      3.0.2cvs135
13875
13876         * src/filtering.c
13877                 Don't set new flag back when doing "Mark as unread"
13878                 from filtering
13879
13880 2007-11-12 [paul]       3.0.2cvs134
13881
13882         * src/plugins/dillo_viewer/dillo_viewer.c
13883                 don't offer the mime type for translation
13884
13885 2007-11-12 [paul]
13886
13887         3.1.0-rc2 released
13888
13889 2007-11-11 [colin]      3.0.2cvs133
13890
13891         * src/imap_gtk.c
13892         * src/mh_gtk.c
13893                 Use markup-escaped strings in dialogs
13894
13895 2007-11-11 [colin]      3.0.2cvs132
13896
13897         * src/imap.c
13898                 Better IMAP-UTF7/UTF8 conversion
13899
13900 2007-11-10 [colin]      3.0.2cvs131
13901
13902         * src/news.c
13903                 Fix debian bug 450698, 'nntp auth behavior changed 
13904                 without notice'
13905
13906 2007-11-10 [colin]      3.0.2cvs130
13907
13908         * configure.ac
13909         * src/inc.c
13910         * src/main.c
13911         * src/main.h
13912         * src/mimeview.c
13913         * src/statusbar.c
13914         * src/common/utils.c
13915         * src/etpan/Makefile.am
13916         * src/gtk/filesel.c
13917         * src/gtk/gtkutils.h
13918         * src/gtk/menu.c
13919         * src/plugins/bogofilter/Makefile.am
13920         * src/plugins/clamav/Makefile.am
13921         * src/plugins/dillo_viewer/Makefile.am
13922         * src/plugins/pgpcore/Makefile.am
13923         * src/plugins/spamassassin/Makefile.am
13924         * src/plugins/trayicon/Makefile.am
13925                 Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
13926
13927 2007-11-09 [colin]      3.0.2cvs129
13928
13929         * src/addressbook.c
13930         * src/ldapupdate.c
13931                 fix bug 1375, 'Impossible to modify e-mail
13932                 in LDAP addressbook twice'; Try two. update
13933                 externalID, don't make display lag, and
13934                 fix the cases where dn is not mail.
13935
13936 2007-11-08 [paul]       3.0.2cvs128
13937
13938         * src/account.c
13939         * src/compose.c
13940         * src/messageview.c
13941         * src/prefs_account.c
13942         * src/prefs_account.h
13943                 reinstate 'Generate Message-ID' option as an
13944                 account preference. (hidden on IMAP)
13945                 Thanks to Colin
13946
13947 2007-11-08 [paul]       3.0.2cvs127
13948
13949         * src/textview.c
13950                 MAEMO: fix failure of loading images inline
13951                 MAEMO: fix bug 1349, 'Emails still skip to end
13952                 when opened (in certain circumstances)...'
13953
13954 2007-11-07 [colin]      3.0.2cvs126
13955
13956         * src/toolbar.c
13957                 Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
13958
13959 2007-11-07 [colin]      3.0.2cvs125
13960
13961         * src/toolbar.c
13962                 Re-change the string occurence of A_CLAWS_ACTIONS
13963                 to A_SYL_ACTIONS, to prevent parse errors of the
13964                 toolbar_*.xml files
13965
13966 2007-11-07 [colin]      3.0.2cvs124
13967
13968         * src/mimeview.c
13969         * src/prefs_common.c
13970         * src/prefs_common.h
13971         * manual/advanced.xml
13972                 Add an hidden pref, 'save_parts_readwrite';
13973                 completes 3.0.2cvs35
13974
13975 2007-11-07 [paul]       3.0.2cvs123
13976
13977         * src/prefs_toolbar.c
13978         * src/toolbar.c
13979         * src/toolbar.h
13980                 rename ToolbarSylpheedActions to ToolbarClawsActions
13981                 rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
13982
13983 2007-11-07 [paul]       3.0.2cvs122
13984
13985         * src/toolbar.c
13986                 MAEMO: remove tooltips
13987
13988 2007-11-07 [colin]      3.0.2cvs121
13989
13990         * src/plugins/pgpinline/pgpinline.c
13991                 Fix bug 1377, 'unspecific errors on 
13992                 signature checking'. Fix trimming of
13993                 UTF8 data.
13994
13995 2007-11-06 [iwkse]      3.0.2cvs120
13996
13997         * src/prefs_summary_open.c
13998                 yet a string change
13999
14000 2007-11-06 [paul]       3.0.2cvs119
14001
14002         * tools/Makefile.am
14003         * tools/README
14004         * tools/csv2addressbook.pl
14005                 add a new script that imports a CSV formatted
14006                 address book. Becky and Thunderbird address
14007                 book are currently supported.
14008
14009 2007-11-05 [colin]      3.0.2cvs118
14010
14011         * src/imap.c
14012                 Fix deletion 
14013
14014 2007-11-05 [iwkse]      3.0.2cvs117
14015
14016         * src/prefs_summary_open.c
14017                 String changes
14018
14019 2007-11-04 [paul]       3.0.2cvs116
14020
14021         * src/addressbook_foldersel.c
14022                 fix gtk critical warning
14023                 Patch by Pawel Pekala
14024
14025 2007-11-04 [paul]       3.0.2cvs115
14026
14027         * tools/README
14028         * tools/claws-mail-compose-insert-files.pl
14029                 add --bcc and uri_escape() everything
14030
14031 2007-11-04 [paul]       3.0.2cvs114
14032
14033         * src/gtk/gtkutils.c
14034                 gtkut_stock_with_text_button_set_create(): set
14035                 GTK_CAN_DEFAULT on buttons 2 and 3
14036
14037 2007-11-03 [paul]       3.0.2cvs113
14038
14039         * src/common/utils.c
14040                 fix debian bug #448814, 'mailto: URI decoding
14041                 desn't decode the destination address field'
14042                 Patch by Federico Heinz <fheinz@vialibre.org.ar>
14043
14044 2007-11-03 [paul]       3.0.2cvs112
14045
14046         * AUTHORS
14047         * src/compose.c
14048         * src/gtk/authors.h
14049                 allow Bcc in commandline URIs
14050                 (based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
14051
14052 2007-11-02 [colin]      3.0.2cvs111
14053
14054         * src/addressbook.c
14055                 Maybe fix bug 1376, 'crash on 
14056                 addressbook manipulation'
14057
14058 2007-10-31 [paul]       3.0.2cvs110
14059
14060         * src/ldapupdate.c
14061                 fix bug 1375, 'Impossible to modify e-mail
14062                 in LDAP addressbook twice'
14063                 Patch by Michael Rasmussen
14064
14065 2007-10-30 [paul]       3.0.2cvs109
14066
14067         * configure.ac
14068                 enable GnuTLS support with --enable-gnutls which
14069                 will disable openssl support. if the user has
14070                 gtk >= 2.10.x don't allow gnomeprint even if the
14071                 user asks for it
14072
14073 2007-10-30 [paul]
14074
14075         3.1.0-rc1 released
14076
14077 2007-10-30 [paul]       3.0.2cvs108
14078
14079         * Makefile.am
14080                 add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
14081
14082 2007-10-30 [paul]       3.0.2cvs107
14083
14084         * src/expldifdlg.c
14085         * src/prefs_account.c
14086         * src/prefs_folder_item.c
14087         * src/prefs_spelling.c
14088         * src/prefs_themes.c
14089         * src/wizard.c
14090         * src/gtk/gtkaspell.c
14091         * src/gtk/gtkaspell.h
14092         * src/plugins/spamassassin/spamassassin_gtk.c
14093                 replace deprecated gtk_option_menu...
14094                 patch by Pawel Pekala
14095
14096 2007-10-29 [colin]      3.0.2cvs106
14097
14098         * src/plugins/dillo_viewer/dillo_prefs.c
14099                 Fix forgotten signal connect
14100
14101 2007-10-28 [colin]      3.0.2cvs105
14102
14103         * src/plugins/dillo_viewer/dillo_prefs.c
14104         * src/plugins/dillo_viewer/dillo_prefs.h
14105         * src/plugins/dillo_viewer/dillo_viewer.c
14106                 Implement addressbook-based whitelisting for loading
14107                 remote images. Fixed missing destroy of the embedded
14108                 browser that made a Dillo window pop up on exit, if
14109                 an HTML part was displayed.
14110
14111 2007-10-26 [colin]      3.0.2cvs104
14112
14113         * src/edittags.c
14114                 Add missing static
14115
14116 2007-10-25 [colin]      3.0.2cvs103
14117
14118         * src/editaddress.c
14119                 Add tap-and-hold on the picture, for Maemo
14120         * src/edittags.c
14121         * src/edittags.h
14122         * src/mainwindow.c
14123         * src/procmsg.c
14124         * src/summaryview.c
14125         * src/textview.c
14126                 Unify tag interfaces.
14127
14128 2007-10-25 [colin]      3.0.2cvs102
14129
14130         * src/imap.c
14131         * src/etpan/imap-thread.h
14132                 Much better error handling. We'll need to be really
14133                 clear to users about where errors come from, with 
14134                 the apparition of Gmail's IMAP server.
14135
14136 2007-10-24 [colin]      3.0.2cvs101
14137
14138         * src/edittags.c
14139         * src/mainwindow.c
14140         * src/summaryview.c
14141         * src/textview.c
14142                 Add tags sorting (alphabetical); allow deletion of
14143                 tags from the Apply Tags window
14144
14145 2007-10-24 [colin]      3.0.2cvs100
14146
14147         * src/editaddress.c
14148         * src/editaddress_other_attributes_ldap.c
14149         * src/editaddress_other_attributes_ldap.h
14150         * src/ldapctrl.c
14151         * src/ldapquery.c
14152         * src/ldapupdate.c
14153                 Fix LDAP writing (got broken in cvs39)
14154                 Add read-only support for jpegPhoto LDAP field
14155
14156 2007-10-23 [colin]      3.0.2cvs99
14157
14158         * src/news.c
14159                 Fix crash in some cases
14160
14161 2007-10-22 [colin]      3.0.2cvs98
14162
14163         * src/common/socket.h
14164         * src/common/ssl.c
14165                 Fix big leak in GnuTLS code
14166
14167 2007-10-22 [colin]      3.0.2cvs97
14168
14169         * src/news.c
14170                 Fix bug 1368, 'SIGSEGV in NNTP code'
14171
14172 2007-10-22 [colin]      3.0.2cvs96
14173
14174         * src/prefs_customheader.c
14175                 Catch compface warnings when generating X-Faces
14176
14177 2007-10-22 [wwp]        3.0.2cvs95
14178
14179         * src/quote_fmt_parse.y
14180                 Remove accidentally committed debug traces.
14181                 Fix a warning.
14182
14183 2007-10-22 [colin]      3.0.2cvs94
14184
14185         * src/etpan/nntp-thread.c
14186                 Fix authentication
14187
14188 2007-10-19 [wwp]        3.0.2cvs93
14189
14190         * src/common/ssl_certificate.c
14191                 Add missing include (Windows).
14192
14193 2007-10-19 [colin]      3.0.2cvs92
14194
14195         * src/imap_gtk.c
14196         * src/mimeview.c
14197         * src/textview.c
14198         * src/gtk/inputdialog.c
14199         * src/gtk/inputdialog.h
14200                 Remove the last old combo; patch by
14201                 Pawel
14202
14203 2007-10-19 [colin]      3.0.2cvs91
14204
14205         * src/common/ssl.c
14206                 Fix interop problem with GnuTLS and some crappy
14207                 servers that have very little keys.
14208
14209 2007-10-19 [colin]      3.0.2cvs90
14210
14211         * src/common/ssl.c
14212                 Fix return value check on GnuTLS, and
14213                 display the error
14214
14215 2007-10-18 [colin]      3.0.2cvs89
14216
14217         * src/common/ssl_certificate.c
14218                 Fix missing initialisations
14219
14220 2007-10-18 [wwp]        3.0.2cvs88
14221
14222         * src/Makefile.am
14223                 Fix linking against GNUTLS (matters if --enable-gnutls only).
14224
14225 2007-10-18 [colin]      3.0.2cvs87
14226
14227         * po/POTFILES.in
14228                 Fix build
14229
14230 2007-10-18 [mones]      3.0.2cvs86
14231
14232         * src/editbook.c
14233         * src/import.c
14234         * src/prefs_account.c
14235         * src/prefs_receive.c
14236         * src/gtk/about.c
14237         * src/plugins/bogofilter/bogofilter_gtk.c
14238         * src/plugins/spamassassin/spamassassin_gtk.c
14239                 More capitalisation micro-fixes
14240
14241 2007-10-18 [paul]       3.0.2cvs85
14242
14243         * configure.ac
14244                 add info about NNTP support via libetpan
14245                 change the configure output ending msg a little
14246         * src/gtk/about.c
14247                 similar changes to above
14248
14249 2007-10-18 [colin]      3.0.2cvs84
14250
14251         * src/procmime.c
14252         * src/procmime.h
14253                 Fix missing symbol for S/MIME
14254
14255 2007-10-18 [colin]      3.0.2cvs83
14256
14257         * src/prefs_filtering_action.c
14258                 Fix crash in tags (introduced in cvs78)
14259
14260 2007-10-18 [colin]      3.0.2cvs82
14261
14262         * src/common/Makefile.am
14263         * src/common/nntp.c
14264         * src/common/nntp.h
14265         * src/etpan/Makefile.am
14266         * src/etpan/etpan-thread-manager-types.h
14267         * src/etpan/etpan-thread-manager.c
14268         * src/etpan/imap-thread.c
14269         * src/etpan/nntp-thread.c
14270         * src/etpan/nntp-thread.h
14271         * src/news.c
14272         * src/news.h
14273                 Rewrite the nntp implementation
14274                 to use libetpan. Non-blocking NNTP!
14275         * src/account.c
14276         * src/crash.c
14277         * src/imap.c
14278         * src/inc.c
14279         * src/main.c
14280         * src/mainwindow.c
14281         * src/pop.c
14282         * src/pop.h
14283         * src/prefs_account.c
14284         * src/recv.c
14285         * src/recv.h
14286         * src/send_message.c
14287         * src/send_message.h
14288         * src/ssl_manager.c
14289         * src/ssl_manager.h
14290         * src/wizard.c
14291         * src/common/claws.c
14292         * src/common/session.c
14293         * src/common/session.h
14294         * src/common/smtp.c
14295         * src/common/smtp.h
14296         * src/common/socket.c
14297         * src/common/socket.h
14298         * src/common/ssl.c
14299         * src/common/ssl.h
14300         * src/common/ssl_certificate.c
14301         * src/common/ssl_certificate.h
14302         * src/gtk/about.c
14303         * src/gtk/sslcertwindow.c
14304         * src/gtk/sslcertwindow.h
14305                 Implement GnuTLS support. GnuTLS support
14306                 will be used if OpenSSL isn't available, or
14307                 specified explicitely. (the reason is that
14308                 GnuTLS cerficate checking is a bit less 
14309                 practical than OpenSSL's)
14310
14311 2007-10-18 [paul]       3.0.2cvs81
14312
14313         * src/gtk/inputdialog.c
14314         * src/gtk/inputdialog.h
14315                 fix copyright header
14316
14317 2007-10-17 [colin]      3.0.2cvs80
14318
14319         * src/plugins/pgpcore/select-keys.c
14320                 Fix bug which prevented encryption key
14321                 auto-selection when two or more matched the
14322                 email address, but only one isn't revoked
14323                 or expired.
14324
14325 2007-10-17 [wwp]        3.0.2cvs79
14326
14327         * src/compose.c
14328         * src/quote_fmt.c
14329         * src/quote_fmt.h
14330         * src/quote_fmt_lex.l
14331         * src/quote_fmt_parse.y
14332                 Templates can now attach files using |attach{filename}.
14333
14334 2007-10-17 [wwp]        3.0.2cvs78
14335
14336         * src/prefs_customheader.c
14337         * src/prefs_ext_prog.c
14338         * src/prefs_filtering_action.c
14339         * src/prefs_matcher.c
14340         * src/prefs_other.c
14341         * src/prefs_toolbar.c
14342         * src/gtk/combobox.c
14343         * src/gtk/combobox.h
14344         * src/gtk/gtkutils.c
14345         * src/gtk/gtkutils.h
14346         * src/plugins/bogofilter/bogofilter_gtk.c
14347         * src/plugins/spamassassin/spamassassin_gtk.c
14348                 Removed almost all remaining instances of GtkCombo
14349                 old API, patch by Pawel Pekala <c0rn@o2.pl>, with
14350                 few visual and code cleanup from Colin.
14351
14352 2007-10-16 [wwp]        3.0.2cvs77
14353         * src/gtk/pluginwindow.c
14354                 Reworked the plugin window layouts, patch by Pawel Pekala <c0rn@o2.pl>.
14355
14356 2007-10-15 [colin]      3.0.2cvs76
14357
14358         * src/edittags.c
14359         * src/edittags.h
14360         * src/filtering.c
14361         * src/filtering.h
14362         * src/importmutt.c
14363         * src/importpine.c
14364         * src/main.c
14365         * src/messageview.c
14366         * src/messageview.h
14367         * src/mimeview.c
14368         * src/mimeview.h
14369         * src/pop.c
14370         * src/pop.h
14371         * src/prefs_common.c
14372         * src/prefs_common.h
14373         * src/prefs_customheader.c
14374         * src/prefs_customheader.h
14375         * src/prefs_display_header.c
14376         * src/prefs_display_header.h
14377         * src/prefs_filtering_action.c
14378         * src/prefs_filtering_action.h
14379         * src/prefs_folder_column.c
14380         * src/prefs_folder_column.h
14381         * src/prefs_folder_item.c
14382         * src/prefs_folder_item.h
14383         * src/prefs_gtk.c
14384         * src/prefs_gtk.h
14385         * src/prefs_logging.h
14386         * src/prefs_matcher.c
14387         * src/prefs_matcher.h
14388         * src/prefs_summary_column.c
14389         * src/prefs_summary_column.h
14390         * src/prefs_summary_open.c
14391         * src/procheader.c
14392         * src/procheader.h
14393         * src/procmime.c
14394         * src/procmime.h
14395         * src/recv.c
14396         * src/recv.h
14397         * src/sourcewindow.c
14398         * src/sourcewindow.h
14399         * src/summaryview.c
14400         * src/summaryview.h
14401         * src/textview.c
14402         * src/textview.h
14403         * src/toolbar.c
14404         * src/toolbar.h
14405         * src/common/mgutils.c
14406         * src/common/mgutils.h
14407         * src/common/nntp.c
14408         * src/common/nntp.h
14409         * src/common/prefs.c
14410         * src/common/prefs.h
14411         * src/common/socket.c
14412         * src/common/socket.h
14413         * src/common/stringtable.c
14414         * src/common/stringtable.h
14415         * src/common/template.c
14416         * src/common/template.h
14417         * src/common/uuencode.c
14418         * src/common/uuencode.h
14419         * src/gtk/gtkshruler.c
14420         * src/gtk/gtkshruler.h
14421         * src/gtk/menu.c
14422         * src/gtk/menu.h
14423         * src/gtk/progressdialog.c
14424         * src/gtk/progressdialog.h
14425                 Remove/staticalize, the return of the revenge
14426
14427 2007-10-15 [colin]      3.0.2cvs75
14428
14429         * src/matcher.c
14430                 Fix redirections in filtering's tests
14431
14432 2007-10-15 [colin]      3.0.2cvs74
14433
14434         * src/imap.c
14435                 Don't build imap_synchronise at all when 
14436                 building without libetpan
14437
14438 2007-10-14 [colin]      3.0.2cvs73
14439
14440         * src/imap.c
14441         * src/common/md5.c
14442         * src/common/md5.h
14443         * src/gtk/manage_window.c
14444         * src/gtk/manage_window.h
14445                 Remove more unused code
14446
14447 2007-10-14 [colin]      3.0.2cvs72
14448
14449         * src/addrquery.c
14450         * src/addrquery.h
14451         * src/recv.c
14452         * src/recv.h
14453         * src/vcard.c
14454         * src/vcard.h
14455         * src/common/xml.c
14456         * src/common/xml.h
14457         * src/common/xmlprops.c
14458         * src/common/xmlprops.h
14459                 Remove more unused code
14460
14461 2007-10-14 [colin]      3.0.2cvs71
14462
14463         * src/common/utils.c
14464                 Remove unused function
14465
14466 2007-10-13 [colin]      3.0.2cvs70
14467
14468         * src/imap.c
14469         * src/imap.h
14470         * src/mainwindow.c
14471         * src/mainwindow.h
14472         * src/gtk/gtkutils.c
14473         * src/gtk/gtkutils.h
14474                 Staticalise/Remove more code
14475
14476 2007-10-13 [colin]      3.0.2cvs69
14477
14478         * src/common/utils.c
14479         * src/common/utils.h
14480                 Remove dead code, unused for ages
14481
14482 2007-10-13 [colin]      3.0.2cvs68
14483
14484         * src/main.c
14485         * src/main.h
14486                 Maemo: define hildon_program in main.c,
14487                 make it accessible in the .h with extern
14488
14489 2007-10-13 [paul]       3.0.2cvs67
14490
14491         * src/gtk/menu.c
14492                 fix a bunch of runtime warnings on maemo
14493
14494 2007-10-13 [paul]       3.0.2cvs66
14495
14496         * src/main.c
14497         * src/main.h
14498         * src/gtk/gtkutils.c
14499         * src/gtk/gtkutils.h
14500                 fix a bunch of compiler warnings on maemo
14501
14502 2007-10-12 [colin]      3.0.2cvs65
14503
14504         * src/account.c
14505         * src/addritem.c
14506         * src/addritem.h
14507         * src/filtering.c
14508         * src/filtering.h
14509         * src/folder.c
14510         * src/folder.h
14511         * src/common/utils.c
14512         * src/common/utils.h
14513                 Remove unused code, staticalise some functions
14514
14515 2007-10-12 [paul]       3.0.2cvs64
14516
14517         * src/account.c
14518         * src/folderview.c
14519         * src/main.c
14520         * src/mainwindow.c
14521         * src/messageview.c
14522         * src/summary_search.c
14523         * src/summaryview.c
14524         * src/toolbar.c
14525         * src/wizard.c
14526         * src/common/utils.c
14527         * src/gtk/prefswindow.c
14528                 fix a bunch of compiler warnings on maemo
14529
14530 2007-10-11 [colin]      3.0.2cvs63
14531
14532         * src/editaddress.c
14533                 Make static function static
14534
14535 2007-10-11 [mones]      3.0.2cvs62
14536
14537         * src/addrduplicates.c
14538         * src/addressbook.c
14539         * src/compose.c
14540         * src/expldifdlg.c
14541         * src/mainwindow.c
14542         * src/messageview.c
14543         * src/pop.c
14544         * src/prefs_customheader.c
14545         * src/prefs_send.c
14546         * src/prefs_themes.c
14547         * src/common/plugin.c
14548         * src/gtk/pluginwindow.c
14549         * src/gtk/quicksearch.c
14550                 Fix several typos and capitalisation issues
14551
14552 2007-10-11 [wwp]        3.0.2cvs61
14553
14554         * src/editaddress.c
14555                 Fix a warning about possible use of uninitialized
14556                 filename var.
14557
14558 2007-10-11 [wwp]        3.0.2cvs60
14559
14560         * src/editaddress.c
14561                 Disable "Unset picture" menu item when there's
14562                 no picture to clear. Fix an extraneous g_unref_object,
14563                 add missing initializers.
14564
14565 2007-10-11 [wwp]        3.0.2cvs59
14566
14567         * src/pixmaps/anonymous.xpm
14568         * src/editaddress.c
14569         * src/Makefile.am
14570         * src/stock_pixmap.c
14571         * src/stock_pixmap.h
14572                 Fix a leak, gettext-ize the photo label.
14573                 Don't clear the existing picture if loading
14574                 a new one fails. Use a default 'anonymous'
14575                 picture (this new xpm has been added to the
14576                 internal stock_pixmap API). Add a
14577                 "Set picture" context menu entry.
14578
14579 2007-10-11 [colin]      3.0.2cvs58
14580
14581         * src/messageview.c
14582                 Make shift-shortcuts work
14583         * src/prefs_actions.c
14584                 Don't ask if we really want to close when
14585                 choosing OK and only the list is changed
14586         * src/prefs_template.c
14587                 Don't ask if we really want to close when
14588                 choosing OK and only the list is changed
14589         * src/common/plugin.c
14590                 Fix writing of second [Plugins_*] block
14591         * src/common/template.c
14592                 Remove unused files (fixes deletion)
14593
14594 2007-10-10 [paul]       3.0.2cvs57
14595
14596         * src/prefs_template.c
14597                 put the whole thing in a scrolled window
14598                 so that half the page is no longer inaccessible
14599                 on maemo
14600                 make the gtk_text_view smaller on maemo
14601
14602 2007-10-10 [colin]      3.0.2cvs56
14603
14604         * src/compose.c
14605                 Fix updating of Attachments number in some
14606                 cases (reedit, attach from command-line, ...)
14607
14608 2007-10-10 [colin]      3.0.2cvs55
14609
14610         * src/editaddress.c
14611                 Initialise error correctly
14612
14613 2007-10-10 [paul]       3.0.2cvs54
14614
14615         * src/prefs_filtering_action.c
14616         * src/gtk/description_window.c
14617         * src/gtk/foldersort.c
14618         * src/gtk/quicksearch.c
14619                 get rid of some pointless new lines and
14620                 make the descripton labels wrap better
14621
14622 2007-10-10 [colin]      3.0.2cvs53
14623
14624         * src/addressadd.c
14625         * src/editaddress.c
14626         * src/headerview.c
14627         * src/textview.c
14628                 More error handling on saving pictures
14629
14630 2007-10-10 [colin]      3.0.2cvs52
14631
14632         * src/printing.c
14633         * src/printing.h
14634                 Generalize a bit printing, so we can factorize
14635                 most of the code. 
14636
14637 2007-10-10 [paul]       3.0.2cvs51
14638
14639         * src/addrduplicates.c
14640                 fix engrish
14641                 use GTK_STOCK... buttons
14642
14643 2007-10-10 [paul]       3.0.2cvs50
14644
14645         * src/addressadd.c
14646         * src/addrindex.c
14647         * src/editaddress.c
14648                 Fix previous patch
14649                 Thanks to Colin
14650
14651 2007-10-10 [paul]       3.0.2cvs49
14652
14653         * src/summaryview.c
14654         * src/messageview.c
14655                 Fix crash on Add sender to addressbook when
14656                 From is null
14657         * src/addressadd.c
14658         * src/addrindex.c
14659         * src/editaddress.c
14660         * src/editaddress_other_attributes_ldap.h
14661                 Fix leaks 
14662                 Rename images to .png in addrbook/
14663         * src/headerview.c
14664         * src/textview.c
14665                 Fix Face/X-Face being used if adding another
14666                 address than sender to addressbook
14667                 Thanks to Colin
14668
14669 2007-10-10 [holger]     3.0.2cvs48
14670
14671         * src/addrduplicates.c
14672         * src/editaddress.c
14673                 Improvements to the addressbook duplicate finder
14674                 feature:
14675                  - add an edit button to the button bar
14676                  - display the whole bookname (with iface) and
14677                    use this for same-book checking
14678                  - after editing, try to keep selections if the
14679                    entries are still present
14680                  - sort the email column alphabetically
14681                  - put results in a scrolled window
14682                  - support embedded editing
14683                  - make columns in detail view resizable
14684                  - add keyboard shortcuts
14685
14686 2007-10-10 [wwp]        3.0.2cvs47
14687
14688         * src/addrindex.c
14689                 Fix a crash when there's no From: in email, thanks to Colin.
14690
14691 2007-10-09 [paul]       3.0.2cvs46
14692
14693         * src/messageview.c
14694         * src/summaryview.c
14695         * src/textview.c
14696                 fix building without compface support
14697
14698 2007-10-09 [colin]      3.0.2cvs45
14699
14700         * src/editaddress.c
14701         * src/headerview.c
14702         * src/textview.c
14703                 Add error handling
14704
14705 2007-10-09 [colin]      3.0.2cvs44
14706
14707         * src/addrduplicates.c
14708         * src/addressadd.c
14709         * src/addressadd.h
14710         * src/addressbook.c
14711         * src/addressbook.h
14712         * src/addrindex.c
14713         * src/addrindex.h
14714         * src/addritem.c
14715         * src/addritem.h
14716         * src/compose.c
14717         * src/editaddress.c
14718         * src/editaddress_other_attributes_ldap.h
14719         * src/headerview.c
14720         * src/messageview.c
14721         * src/mimeview.c
14722         * src/summaryview.c
14723         * src/textview.c
14724         * src/gtk/gtkutils.c
14725                 Automatically set contacts' pictures from Face 
14726                 or X-Face if they have no picture
14727                 Display the contact picture in textview or
14728                 headerview for mails sent by people in the 
14729                 addressbook, that have no Face or X-Face
14730                 Fix a few details in the Person edition dialog
14731                 (ability to unset picture)
14732                 Remove picture file when deleting contacts
14733
14734 2007-10-09 [iwkse]      3.0.2cvs43
14735
14736         * src/gtk/about.c
14737                 center the about window
14738
14739 2007-10-09 [paul]       3.0.2cvs42
14740
14741         * src/prefs_toolbar.c
14742                 fix icon selector window on maemo
14743
14744 2007-10-09 [paul]       3.0.2cvs41
14745
14746         * src/messageview.c
14747                 add 'go to' menu to separate msgview
14748
14749 2007-10-09 [colin]      3.0.2cvs40
14750
14751         * src/common/defs.h
14752                 Add forgotten file
14753
14754 2007-10-09 [iwkse]      3.0.2cvs39
14755
14756         * Makefile.am
14757         * src/addressbook.c
14758         * src/addritem.c
14759         * src/addritem.h
14760         * src/editaddress.c
14761         * src/editaddress_other_attributes_ldap.h
14762         * src/addrbook.c
14763         * src/Makefile.am
14764                 set a photo in the Addressbook
14765
14766 2007-10-08 [colin]      3.0.2cvs38
14767
14768         * src/prefs_toolbar.c
14769                 Make height 320 to remove the scrollbar 
14770                 (with current number of icons)
14771
14772 2007-10-08 [colin]      3.0.2cvs37
14773
14774         * src/prefs_toolbar.c
14775                 Transform the treeview to a GtkIconView.
14776                 Patch by Pawel
14777                 In addition, transform the window so that 
14778                 it looks like a popup menu. Patch by me
14779
14780 2007-10-08 [colin]      3.0.2cvs36
14781
14782         * src/compose.c
14783         * src/compose.h
14784                 Beautify the GUI a bit; in particular, show the
14785                 number of attachments in the tab's title.
14786                 Patch by Pawel
14787
14788 2007-10-08 [paul]       3.0.2cvs35
14789
14790         * src/mimeview.c
14791                 Save users from themselves: save temporary
14792                 files used for Open/Open with as read-only.
14793                 Thanks to Colin
14794
14795 2007-10-08 [paul]       3.0.2cvs34
14796
14797         * tools/Makefile.am
14798                 forgot this in cvs33
14799
14800 2007-10-08 [paul]       3.0.2cvs33
14801
14802         * tools/kdeservicemenu/README
14803         * tools/kdeservicemenu/claws-mail-attach-files.desktop.template
14804         * tools/kdeservicemenu/install.sh
14805         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
14806                 renamed template* to *template so as not to confuse
14807                 lintian
14808
14809 2007-10-08 [paul]       3.0.2cvs32
14810
14811         * src/prefs_themes.c
14812         * src/stock_pixmap.c
14813                 replace 2 direct uses of RC_DIR
14814
14815 2007-10-07 [colin]      3.0.2cvs31
14816
14817         * src/addrduplicates.c
14818         * src/addrduplicates.h
14819         * src/addressbook.c
14820         * src/addressbook.h
14821         * src/addrindex.c
14822         * src/addrindex.h
14823                 Implement deletion in duplicate finder. 
14824                 Patch by Holger 
14825
14826 2007-10-07 [colin]      3.0.2cvs30
14827
14828         * src/exporthtml.c
14829         * src/mbox.c
14830         * src/common/utils.c
14831                 Better fix for Solaris, thanks to Nicolas Doualot
14832
14833 2007-10-07 [colin]      3.0.2cvs29
14834
14835         * AUTHORS
14836         * src/gtk/authors.h
14837                 Add Frank Dietrich
14838
14839 2007-10-07 [colin]      3.0.2cvs28
14840
14841         * src/exporthtml.c
14842                 Fix HTML export to make it more compliant
14843                 Patch by Frank Dietrich <bits_n_bytes@gmx.de>
14844
14845 2007-10-07 [colin]      3.0.2cvs27
14846
14847         * src/prefs_toolbar.c
14848                 Only use icons that wouldn't look stupid in the toolbar
14849                 Patch by Pawel
14850
14851 2007-10-07 [colin]      3.0.2cvs26
14852
14853         * src/prefs_toolbar.c
14854                 Fix old icon being used when none is selected
14855
14856 2007-10-07 [colin]      3.0.2cvs25
14857
14858         * src/toolbar.c
14859                 Fix copy/paste error
14860
14861 2007-10-07 [colin]      3.0.2cvs24
14862
14863         * src/prefs_toolbar.c
14864         * src/toolbar.c
14865         * src/toolbar.h
14866                 Update icon to default one when changing event
14867                 Make the icon chooser nicer (handle Esc, Enter,
14868                 double-click)
14869
14870 2007-10-06 [colin]      3.0.2cvs23
14871
14872         * src/prefs_toolbar.c
14873                 Fix text reset; patch by Pawel
14874
14875 2007-10-06 [colin]      3.0.2cvs22
14876
14877         * src/toolbar.h
14878                 Complete previous commit
14879
14880 2007-10-06 [colin]      3.0.2cvs21
14881
14882         * src/prefs_toolbar.c
14883         * src/toolbar.c
14884                 Set toolbar text automatically to the default
14885                 when changing Event executed on click
14886
14887 2007-10-06 [colin]      3.0.2cvs20
14888
14889         * src/prefs_toolbar.c
14890                 Invert Text and Event fields
14891
14892 2007-10-06 [colin]      3.0.2cvs19
14893
14894         * src/prefs_toolbar.c
14895         * src/toolbar.c
14896                 Make toolbar prefs look much better
14897                 Patch by Pawel Pekala
14898
14899 2007-10-06 [paul]       3.0.2cvs18
14900
14901         * src/account.c
14902         * src/prefs_filtering.c
14903                 fix checkbuttons in gtktreeview on maemo by
14904                 setting maemo's "allow-checkbox-mode" to FALSE
14905
14906 2007-10-06 [colin]      3.0.2cvs17
14907
14908         * configure.ac
14909                 Export -DSOLARIS in CFLAGS for all
14910                 Solaris (not just 2.8) and OpenSolaris
14911
14912 2007-10-06 [paul]       3.0.2cvs16
14913
14914         * AUTHORS
14915         * src/exporthtml.c
14916         * src/mbox.c
14917         * src/gtk/authors.h
14918                 fix build on solaris where ctime_r takes
14919                 3 arguments rather than 2.
14920                 Patch by Nicolas Doualot <slubman.lists@slubman.info>
14921
14922 2007-10-05 [colin]      3.0.2cvs15
14923
14924         * src/etpan/imap-thread.c
14925                 Fix wrong error codepath
14926
14927 2007-10-05 [wwp]        3.0.2cvs14
14928
14929         * src/filtering.c
14930                 Fix unexpected logging of quicksearches:
14931                 debug_filtering_session flag was never reset to FALSE, causing
14932                 matcher functions to log when called from a quicksearch
14933                 (if a filtering session happened before).
14934
14935 2007-10-05 [paul]       3.0.2cvs13
14936
14937         * src/prefs_actions.c
14938         * src/prefs_filtering.c
14939         * src/prefs_template.c
14940                 fix bug 1343, 'Filtering..'s close button
14941                 silently discards new filter'
14942                 Thanks to Colin
14943
14944 2007-10-05 [paul]       3.0.2cvs12
14945
14946         * configure.ac
14947         * src/Makefile.am
14948                 fix bug 1347, '-Wno-unused-function, optional'
14949
14950 2007-10-05 [colin]      3.0.2cvs11
14951
14952         * src/procmime.c
14953         * src/common/mgutils.c
14954                 Fix warnings
14955
14956 2007-10-05 [mones]      3.0.2cvs10
14957
14958         * manual/advanced.xml
14959                 Use full menu name
14960         * manual/es/advanced.xml
14961                 Synchronise translation
14962
14963 2007-10-04 [colin]      3.0.2cvs9
14964
14965         * src/action.c
14966         * src/addrbook.c
14967         * src/addrindex.c
14968         * src/compose.c
14969         * src/exporthtml.c
14970         * src/exportldif.c
14971         * src/folder.c
14972         * src/main.c
14973         * src/matcher.c
14974         * src/mbox.c
14975         * src/messageview.c
14976         * src/mh.c
14977         * src/news.c
14978         * src/partial_download.c
14979         * src/pop.c
14980         * src/procmime.c
14981         * src/procmsg.c
14982         * src/toolbar.c
14983         * src/common/log.c
14984         * src/common/mgutils.c
14985         * src/common/plugin.c
14986         * src/common/utils.c
14987         * src/common/xml.c
14988         * src/common/xml.h
14989         * src/common/xmlprops.c
14990         * src/common/xmlprops.h
14991         * src/plugins/bogofilter/bogofilter.c
14992         * src/plugins/clamav/clamav_plugin.c
14993         * src/plugins/dillo_viewer/dillo_prefs.c
14994         * src/plugins/pgpcore/prefs_gpg.c
14995         * src/plugins/pgpinline/pgpinline.c
14996         * src/plugins/pgpmime/pgpmime.c
14997         * src/plugins/spamassassin/spamassassin.c
14998         * src/plugins/trayicon/trayicon_prefs.c
14999                 Verify success on writes. Will fix possible strange
15000                 failure on disk full.
15001
15002 2007-10-04 [paul]       3.0.2cvs8
15003
15004         * manual/advanced.xml
15005                 add further info about Actions
15006                 Patch by Emmanuel Briot <briot@adacore.com>
15007
15008 2007-10-04 [paul]       3.0.2cvs7
15009
15010         * src/account.c
15011                 remove the D column, instead indicate the
15012                 default account by use of bold text
15013
15014 2007-10-03 [colin]      3.0.2cvs6
15015
15016         * src/common/template.c
15017                 Fix templates writing (was prone to disk full problems)
15018
15019 2007-10-03 [colin]      3.0.2cvs5
15020
15021         * src/Makefile.am
15022         * src/addrduplicates.c
15023         * src/addrduplicates.h
15024         * src/addressbook.c
15025                 Add duplicate deletion. Patch by Holger
15026
15027 2007-10-03 [colin]      3.0.2cvs4
15028
15029         * src/matcher.c
15030         * src/gtk/quicksearch.c
15031                 Fix bug 1340, 'Case insensitive searches with 
15032                 non-ascii alphabets fail'.
15033
15034 2007-10-03 [colin]      3.0.2cvs3
15035
15036         * src/main.c
15037         * src/common/utils.c
15038         * src/common/utils.h
15039                 Implement run-time alternative config directories
15040
15041 2007-10-03 [colin]      3.0.2cvs2
15042
15043         * src/folderview.c
15044                 Prevent opening folder item while folder
15045                 is scanned in a better way
15046
15047 2007-10-02 [paul]       3.0.2cvs1
15048
15049         * NEWS
15050         * README
15051         * RELEASE_NOTES
15052         * configure.ac
15053                 bump up version number following stable release
15054
15055 2007-09-30 [colin]      3.0.1cvs49
15056
15057         * src/imap.c
15058                 Refresh session if needed
15059
15060 2007-09-30 [colin]      3.0.1cvs48
15061
15062         * src/imap.c
15063                 Reset folder's session to NULL
15064                 before destroying it
15065
15066 2007-09-30 [mones]      3.0.1cvs47
15067
15068         * manual/handling.xml
15069                 Use markup quotes instead hardcoded quotes
15070         * manual/es/handling.xml
15071                 Added new synced section (IMAP subscriptions)
15072
15073 2007-09-29 [colin]      3.0.1cvs46
15074
15075         * src/imap.c
15076                 Notice disconnections faster
15077
15078 2007-09-28 [colin]      3.0.1cvs45
15079
15080         * src/addressbook.c
15081         * src/addrindex.c
15082                 Fix warnings
15083
15084 2007-09-28 [paul]       3.0.1cvs44
15085
15086         * src/mimeview.c
15087                 fix maemo build
15088
15089 2007-09-28 [paul]       3.0.1cvs43
15090
15091         * src/account.c
15092                 use gtk_widget_set_size_request() on the label
15093                 so that wrapping works better. get rid of the
15094                 (partially deprecated) hbutton_box.
15095                 these changes should prevent buttons overlapping
15096                 on maemo
15097
15098 2007-09-28 [colin]      3.0.1cvs42
15099
15100         * src/pop.c
15101                 Fix typo :)
15102
15103 2007-09-28 [colin]      3.0.1cvs41
15104
15105         * src/compose.c
15106         * src/msgcache.c
15107         * src/pop.c
15108         * src/procmime.c
15109         * src/etpan/imap-thread.c
15110                 64bits-related warning fixes
15111
15112 2007-09-28 [colin]      3.0.1cvs40
15113
15114         * src/folder_item_prefs.c
15115         * src/ldaputil.c
15116         * src/mainwindow.c
15117         * src/mimeview.c
15118         * src/common/tags.c
15119                 Fix warnings
15120
15121 2007-09-28 [colin]      3.0.1cvs39
15122
15123         * src/plugins/spamassassin/spamassassin.c
15124         * src/plugins/spamassassin/spamassassin.h
15125         * src/plugins/spamassassin/spamassassin_gtk.c
15126                 Add addressbook-based whitelisting
15127
15128 2007-09-28 [colin]      3.0.1cvs38
15129
15130         * src/folder.c
15131                 Fix bug 1337, 'crash on pressing Send button'
15132
15133 2007-09-28 [paul]       3.0.1cvs37
15134
15135         * src/prefs_folder_item.c
15136                 give the orphans a parent. makes all prefs
15137                 pages visible on maemo
15138
15139 2007-09-28 [colin]      3.0.1cvs36
15140
15141         * src/prefs_folder_column.c
15142         * src/prefs_summary_column.c
15143                 Fix two leaks
15144
15145 2007-09-27 [colin]      3.0.1cvs35
15146
15147         * src/gtk/quicksearch.c
15148                 Fix bug 1336, 'Segfault if empty space before search-string'
15149
15150 2007-09-26 [mones]      3.0.1cvs34
15151
15152         * manual/account.xml
15153         * manual/plugins.xml
15154                 Fixed irc channel name, added some docbook markup.
15155                 Changed text markup to docbook markup. 
15156                 Added spamcop as supported in SpamReport description.
15157         * manual/fr/plugins.xml
15158                 Fixed irc channel name.
15159         * manual/es/account.xml
15160         * manual/es/advanced.xml
15161         * manual/es/claws-mail-manual.xml
15162         * manual/es/glossary.xml
15163         * manual/es/gpl.xml
15164         * manual/es/keyboard.xml
15165         * manual/es/plugins.xml
15166                 Synced with English version, fixed a couple of typos.
15167
15168 2007-09-26 [colin]      3.0.1cvs33
15169
15170         * configure.ac
15171                 Explain why "Libgnomeprint: no" on GTK+ 2.10
15172
15173 2007-09-26 [colin]      3.0.1cvs32
15174
15175         * src/messageview.c
15176         * src/procmsg.c
15177         * src/procmsg.h
15178                 Optimisation: avoid fetching mail 3 times locally
15179                 for displaying
15180
15181 2007-09-26 [colin]      3.0.1cvs31
15182
15183         * src/mh.c
15184                 Fix missing static
15185
15186 2007-09-26 [colin]      3.0.1cvs30
15187
15188         * src/folder.c
15189         * src/folder.h
15190         * src/mh.c
15191         * src/mh.h
15192                 Fix MH mtime hack - make it a folder class function
15193
15194 2007-09-26 [colin]      3.0.1cvs29
15195
15196         * src/inc.c
15197                 Fix bug 1334, 'user defined mail incorporation 
15198                 script not run'
15199
15200 2007-09-25 [colin]      3.0.1cvs28
15201
15202         * src/codeconv.c
15203                 Optimisation: shortcut conv_codeset_strdup
15204                 when src_code and dest_code are the same
15205         * src/common/xml.c
15206         * src/common/xml.h
15207                 Optimisation: shortcut code conversions when
15208                 files are in UTF-8; faster list walking by
15209                 using prepend/reverse.
15210
15211 2007-09-25 [holger]     3.0.1cvs27
15212
15213         * src/printing.c
15214                 Replace button bar of the preview window
15215                 with a real toolbar (patch by Colin)
15216                 Add zooming to the preview window
15217
15218 2007-09-24 [paul]       3.0.1cvs26
15219
15220         * src/compose.c
15221                 compact the character set menu, adding some
15222                 missing encodings. Patch by Pawel Pekala
15223
15224 2007-09-23 [paul]       3.0.1cvs25
15225
15226         * src/prefs_account.c
15227         * src/prefs_folder_item.c
15228         * src/prefs_quote.c
15229         * src/quote_fmt.c
15230         * src/quote_fmt.h
15231                 remove unnecessary frame from Templates options
15232                 and improve the English of the check button label
15233
15234 2007-09-22 [colin]      3.0.1cvs24
15235
15236         * src/gtk/quicksearch.c
15237                 Fix bug 1329, 'error in quicksearch.c'
15238                 Fix return with value in function returning void
15239
15240 2007-09-22 [colin]      3.0.1cvs23
15241
15242         * src/imap.c
15243         * src/procmsg.h
15244         * src/common/utils.c
15245         * src/common/utils.h
15246         * src/etpan/imap-thread.c
15247                 Optimise fetching IMAP cached emails *a lot*
15248                 (remember whether mail is fully cached and \r's
15249                  are already stripped)
15250
15251 2007-09-22 [colin]      3.0.1cvs22
15252
15253         * src/folder.c
15254         * src/folder.h
15255         * src/prefs_folder_item.c
15256                 Add a button to allow users to drop local caches.
15257
15258 2007-09-21 [colin]      3.0.1cvs21
15259
15260         * src/summaryview.c
15261                 Remove unnecessary error when cancelling export to mbox.
15262                 Patch by Pawel
15263
15264 2007-09-21 [paul]       3.0.1cvs20
15265
15266         * src/gtk/prefswindow.c
15267                 remove unnecessary frames from the prefs
15268                 pages. Patch by Pawel Pekala
15269
15270 2007-09-21 [paul]       3.0.1cvs19
15271
15272         * src/prefs_account.c
15273         * src/prefs_folder_item.c
15274         * src/prefs_quote.c
15275         * src/quote_fmt.c
15276                 put the Templates options into a tabbed
15277                 layout. Patch by Pawel Pekala
15278
15279 2007-09-21 [paul]       3.0.1cvs18
15280
15281         * src/mainwindow.c
15282                 group together the character set menu items
15283                 move the /View/Show or hide/Message view below
15284                 .../Toolbar menu item
15285                 Patch by Pawel Pekala
15286
15287 2007-09-21 [mones]      3.0.1cvs17
15288
15289         * src/compose.c
15290                 Fix for bug 1327, 'segfault when replying to a non-existent
15291                 news message', thanks to Colin.
15292
15293 2007-09-21 [colin]      3.0.1cvs16
15294
15295         * src/folderview.c
15296                 Complete 3.0.1cvs15
15297
15298 2007-09-20 [colin]      3.0.1cvs15
15299
15300         * src/folderview.c
15301         * src/folderview.h
15302                 Maybe fix bug 1324, 'Corrupted IMAP cache'
15303
15304 2007-09-20 [colin]      3.0.1cvs14
15305
15306         * src/printing.c
15307                 Fix a little leak
15308
15309 2007-09-20 [holger]     3.0.1cvs13
15310
15311         * src/printing.c
15312                 Add page layout to print preview.
15313                 Make the close-button in the toolbar
15314                 right-aligned.
15315
15316 2007-09-20 [paul]       3.0.1cvs12
15317
15318         * po/ru.po
15319                 updated by Pavlo Bohmat
15320
15321 2007-09-19 [colin]      3.0.1cvs11
15322
15323         * src/common/utils.c
15324                 Prevent unquoted mime boundaries, by always
15325                 using a /
15326
15327 2007-09-19 [colin]      3.0.1cvs10
15328
15329         * src/printing.c
15330                 Fix drawing area size, fix DPI change that
15331                 can cause total number of lines to decrease
15332
15333 2007-09-19 [colin]      3.0.1cvs9
15334
15335         * po/POTFILES.in
15336         * src/printing.c
15337                 Make print preview more efficient and nicer.
15338                 Patch mostly by Holger Berndt <hb@claws-mail.org>
15339
15340 2007-09-19 [colin]      3.0.1cvs8
15341
15342         * src/prefs_common.c
15343         * src/prefs_common.h
15344         * src/printing.c
15345                 Add scrolledwindow, default allocation and
15346                 size saving to the print preview window.
15347
15348 2007-09-18 [colin]      3.0.1cvs7
15349
15350         * src/prefs_common.c
15351         * src/prefs_common.h
15352         * src/prefs_image_viewer.c
15353         * src/printing.c
15354                 GtkPrintOperation:
15355                 - add image printing support
15356                 - add option to print images
15357                 - add preview widget
15358                 - add saving of a few Page Setup parameters
15359
15360 2007-09-18 [colin]      3.0.1cvs6
15361
15362         * AUTHORS
15363         * src/gtk/authors.h
15364                 Add Guillaume Chazarain
15365
15366 2007-09-18 [colin]      3.0.1cvs5
15367
15368         * src/common/utils.c
15369                 Fix bug 1321, 'access before allocation 
15370                 when scanning for uris'. Patch by 
15371                 Guillaume Chazarain <guichaz@yahoo.fr>
15372
15373 2007-09-18 [colin]      3.0.1cvs4
15374
15375         * src/toolbar.c
15376                 Fix bug 1320, 'Memory leak caused by 
15377                 gtk_container_get_children'. Patch by
15378                 Guillaume Chazarain <guichaz@yahoo.fr>
15379
15380 2007-09-18 [colin]      3.0.1cvs3
15381
15382         * src/printing.c
15383         * src/printing.h
15384                 Fix HAVE_GNOMEPRINT (USE_GNOMEPRINT)
15385
15386 2007-09-18 [colin]      3.0.1cvs2
15387
15388         * src/Makefile.am
15389         * src/mainwindow.c
15390         * src/messageview.c
15391         * src/messageview.h
15392         * src/prefs_ext_prog.c
15393         * src/prefs_fonts.c
15394         * src/printing.c
15395         * src/printing.h
15396         * src/summaryview.c
15397                 Use GtkPrintOperation by default on GTK+ >= 2.10
15398                 Patch by Holger Berndt <hb@claws-mail.org>
15399
15400 2007-09-18 [paul]       3.0.1cvs1
15401
15402         * NEWS
15403         * README
15404         * RELEASE_NOTES
15405         * configure.ac
15406                 bump up version number following stable release
15407
15408 2007-09-16 [colin]      3.0.0cvs18
15409
15410         * src/folder.c
15411                 Fix possible memleak
15412
15413 2007-09-16 [colin]      3.0.0cvs17
15414
15415         * src/folderview.c
15416                 Fix bug 1311, 'Wrong arrow position 
15417                 while moving message into folder when 
15418                 column headers hidden'
15419         * src/image_viewer.c
15420                 Show error in the GUI if image can't
15421                 be loaded
15422         * src/matcher.c
15423                 Fix spurious output
15424         * src/messageview.c
15425                 Allow setting domain in msgid
15426         * src/common/plugin.c
15427                 Add timing information
15428
15429 2007-09-16 [colin]      3.0.0cvs16
15430
15431         * src/account.c
15432         * src/compose.c
15433         * src/prefs_account.c
15434         * src/prefs_account.h
15435         * src/common/utils.c
15436                 Remove Generate Message-ID option. We need
15437                 this on some IMAP servers.
15438         * src/prefs_template.c
15439                 Fix double-free
15440
15441 2007-09-16 [colin]      3.0.0cvs15
15442
15443         * src/prefs_filtering.c
15444         * src/prefs_filtering.h
15445         * src/prefs_filtering_action.c
15446         * src/common/tags.c
15447                 Fix tags issues: tags with spaces, renaming
15448                 tags.
15449
15450 2007-09-16 [colin]      3.0.0cvs14
15451
15452         * src/folderview.c
15453         * src/main.c
15454         * src/mainwindow.c
15455                 Fix bug 1308, 'Claws deletes folderlist.xml after
15456                 fetching mail short after start-up'
15457
15458 2007-09-16 [colin]      3.0.0cvs13
15459
15460         * src/compose.c
15461                 Fix scrolling to cursor
15462
15463 2007-09-16 [paul]       3.0.0cvs12
15464
15465         * po/sr.po
15466                 updated by Aleksandar Urosevic
15467
15468 2007-09-16 [paul]       3.0.0cvs11
15469
15470         * src/folder.c
15471                 do not allow locked msgs to be deleted,
15472                 even by filtering/processing
15473
15474 2007-09-07 [paul]       3.0.0cvs10
15475
15476         * src/prefs_folder_column.c
15477         * src/prefs_summary_column.c
15478                 implement button sensitivity
15479                 patch by Pawel Pekala
15480
15481 2007-09-06 [wwp]        3.0.0cvs9
15482
15483         * src/prefs_gtk.c
15484                 Add a missing linefeed to a debug message.
15485
15486 2007-09-05 [colin]      3.0.0cvs8
15487
15488         * src/inc.c
15489                 Fix statusbar/window mismatch on Maemo
15490
15491 2007-09-05 [colin]      3.0.0cvs7
15492
15493         * src/ldaputil.c
15494                 Fix build without USE_LDAP_TLS
15495
15496 2007-09-05 [colin]      3.0.0cvs6
15497
15498         * src/folder.c
15499         * src/imap.c
15500         * src/inc.c
15501         * src/mbox.c
15502         * src/send_message.c
15503         * src/statusbar.c
15504         * src/statusbar.h
15505                 Maemo: distinguish various statusbar messages,
15506                 in order to display only the most important.
15507
15508 2007-09-04 [wwp]        3.0.0cvs5
15509
15510         * src/account.c
15511                 Accounts list: fix "Local" protocol not shown when USE_OPENSSL is set.
15512                 Show protocol "SMTP" and the appropriate server for send-only
15513                 accounts, show "-" instead of "" when no value is relevant.
15514
15515 2007-09-03 [ticho]      3.0.0cvs4
15516
15517         * src/summaryview.c
15518                 Handle plural form better in delete confirmation dialog.
15519
15520 2007-09-03 [wwp]        3.0.0cvs3
15521
15522         * src/compose.c
15523                 Warn differently when sending or sending later (queueing).
15524
15525 2007-09-03 [colin]      3.0.0cvs2
15526
15527         * src/procmime.c
15528         * src/procmime.h
15529         * src/common/plugin.c
15530         * src/common/plugin.h
15531                 Add a new plugin API, MimeParser. It allows
15532                 plugins to scan email MIME parts and optionally,
15533                 transform them.
15534
15535 2007-09-03 [mones]      3.0.0cvs1
15536
15537         * po/es.po
15538                 Updated translation
15539         * src/common/defs.h
15540                 While a better solution is made double history sizes
15541
15542 2007-09-03 [paul]       3.0.0
15543
15544         * NEWS
15545         * README
15546         * RELEASE_NOTES
15547                 3.0.0 released
15548
15549 [For previous entries, see ChangeLog.2.0.0-3.0.0]